:root {
  --salon-ink: #151515;
  --salon-paper: #f7f5f0;
  --salon-line: #d9d5cc;
  --salon-gold: #a98018;
}

body {
  background: var(--salon-paper) !important;
  color: var(--salon-ink) !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

#header.header {
  border-bottom: 1px solid var(--salon-line);
  background: color-mix(in srgb, var(--salon-paper) 95%, transparent) !important;
  box-shadow: none !important;
  backdrop-filter: blur(16px);
}

#header .ps-mainmenu,
#header .ps-mainmenu__mobile-toggle,
#footer {
  display: none !important;
}

#header .header-top__left,
#header #_desktop_ps_languageselector,
#header #_desktop_ps_currencyselector {
  display: none !important;
}

#header .header-top__right {
  display: flex !important;
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  justify-content: flex-end;
}

#header .header-bottom,
#header .header-bottom__container {
  min-height: 72px;
  border: 0 !important;
  background: transparent !important;
}

#header .header-bottom__container,
#wrapper > .container,
#wrapper .container-md {
  width: min(100% - 32px, 1480px) !important;
  max-width: 1480px !important;
  margin-inline: auto !important;
}

#header .header-bottom__logo .navbar-brand {
  display: inline-grid !important;
  color: var(--salon-ink);
  line-height: 1;
  text-decoration: none;
}

#header .header-bottom__logo .logo { display: none !important; }
#header .header-bottom__logo .navbar-brand::before {
  content: "EL SALÓN";
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  letter-spacing: .09em;
}
#header .header-bottom__logo .navbar-brand::after {
  content: "GIJÓN";
  margin-top: 6px;
  font-size: 8px;
  letter-spacing: .38em;
}

#header a,
#header button { color: var(--salon-ink) !important; }

/* Cabecera de tienda · una sola fila en escritorio */
@media (min-width: 992px) {
  body:not(#checkout) #header {
    position: relative;
  }

  body:not(#checkout) #header .header-top {
    position: absolute;
    z-index: 4;
    inset: 0 0 auto;
    height: 80px;
    border: 0;
    background: transparent;
    pointer-events: none;
  }

  body:not(#checkout) #header .header-top > .container-md,
  body:not(#checkout) #header .header-bottom__container {
    width: min(100% - 48px, 1320px) !important;
    max-width: 1320px !important;
    height: 100%;
    margin-inline: auto !important;
  }

  body:not(#checkout) #header .header-top .row {
    position: relative;
    min-height: 80px;
    margin-inline: 0;
    align-items: center;
  }

  body:not(#checkout) #header .header-top__right {
    position: absolute;
    right: 0;
    display: flex !important;
    width: auto !important;
    min-height: 80px;
    flex: 0 0 auto !important;
    align-items: center;
    gap: 0;
    padding: 0;
  }

  body:not(#checkout) #header #_desktop_ps_customersignin,
  body:not(#checkout) #header #_desktop_ps_shoppingcart {
    height: 44px;
    border-left: 1px solid var(--salon-line);
    pointer-events: auto;
  }

  body:not(#checkout) #header .header-block__action-btn {
    min-height: 44px;
    padding: 0 17px !important;
    border-radius: 0;
    gap: 7px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .055em;
    text-transform: uppercase;
  }

  body:not(#checkout) #header .header-block__icon {
    font-size: 20px;
  }

  body:not(#checkout) #header .header-block__badge {
    display: inline-grid;
    min-width: 22px;
    height: 22px;
    place-items: center;
    padding: 0 6px;
    border-radius: 999px;
    background: var(--salon-ink);
    color: var(--salon-paper);
    font-size: 10px;
    line-height: 1;
  }

  body:not(#checkout) #header .header-bottom,
  body:not(#checkout) #header .header-bottom__container {
    height: 80px;
    min-height: 80px;
  }

  body:not(#checkout) #header .header-bottom {
    padding-block: 0 !important;
  }

  body:not(#checkout) #header .header-bottom__row {
    min-height: 80px;
    align-items: center !important;
  }

  body:not(#checkout) #header #_desktop_ps_searchbar {
    position: relative;
    z-index: 5;
    height: auto;
    margin-right: 330px !important;
    padding-inline: 0;
  }

  body:not(#checkout) #header .ps-searchbar__form {
    overflow: hidden;
    height: 44px;
    border: 1px solid var(--salon-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, .52);
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
  }

  body:not(#checkout) #header .ps-searchbar__form:focus-within {
    border-color: var(--salon-gold);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(169, 128, 24, .09);
  }

  body:not(#checkout) #header .ps-searchbar__input {
    height: 42px;
    padding-inline: 44px 38px;
    border: 0 !important;
    border-radius: 999px !important;
    background: transparent !important;
  }

  body:not(#checkout) #header .ps-searchbar__magnifier {
    left: 14px;
    color: #5f5b54;
  }
}

#wrapper { background: var(--salon-paper) !important; }
#main { padding-block: 34px 70px; }
.breadcrumb { margin-bottom: 28px !important; font-size: 11px !important; }
.breadcrumb a { color: #6d6a64 !important; }

.product-container,
.cart-grid-body,
.cart-grid-right .card,
.checkout-step,
.page-customer-account #content,
.page-authentication #content {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.product-cover,
.product-images img,
.product-miniature .thumbnail-container {
  border: 0 !important;
  background: #eeece6 !important;
}

.product-cover img { object-fit: contain; }
.product-information h1,
.cart-grid h1,
.checkout-step h1,
.page-header h1 {
  font-family: Georgia, "Times New Roman", serif !important;
  font-weight: 400 !important;
  letter-spacing: -.025em;
}

.btn-primary,
.add-to-cart,
.checkout a.btn {
  border: 1px solid var(--salon-ink) !important;
  border-radius: 0 !important;
  background: var(--salon-ink) !important;
  color: white !important;
  box-shadow: none !important;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.btn-primary:hover,
.add-to-cart:hover,
.checkout a.btn:hover { background: var(--salon-gold) !important; border-color: var(--salon-gold) !important; }
.form-control,
.form-select,
.input-group-text { border-color: var(--salon-line) !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important; }

.product-miniature .product-title a { color: var(--salon-ink) !important; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.product-miniature .price { color: var(--salon-ink) !important; font-size: 12px; }
.blockreassurance--product,
.product-comments-wrapper,
.ps-categoryproducts,
.ps-viewedproduct,
.social-sharing {
  display: none !important;
}

/* Ficha de producto · composición editorial. Scoped to the shop product page. */
#product {
  --product-muted: #70695f;
  --product-line: #ded8ce;
  --product-accent: #806322;
  background: #f7f5f0 !important;
}

#product #wrapper { padding-bottom: 64px; }
#product .columns-container.container,
#product .breadcrumb__wrapper > .container {
  width: min(100% - 80px, 1240px) !important;
  max-width: 1240px !important;
  padding-inline: 0;
  margin-inline: auto;
}

#product .breadcrumb__wrapper { margin: 0; padding: 24px 0; background: transparent; }
#product .breadcrumb { margin: 0 !important; padding: 0; align-items: center; }
#product .breadcrumb-item { font-size: 11px; color: var(--product-muted); }
#product .breadcrumb-link { display: inline-flex; align-items: center; gap: 10px; }
#product .breadcrumb-link::before { content: "←"; font-size: 17px; }
#product .breadcrumb-item + .breadcrumb-item { display: none; }
#product #notifications .container { width: min(100% - 80px, 1240px); padding: 0; }
#product #notifications .alert {
  margin: 0 0 20px; padding: 13px 44px 13px 18px;
  border: 1px solid var(--product-line); border-radius: 10px;
  background: #eeeadf; color: #474238; font-size: 13px;
}

#product .product__container {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 76px);
  align-items: start;
  margin: 0;
}
#product .product__left,
#product .product__right { width: 100%; min-width: 0; padding: 0; }
#product .product__left { position: relative; }
#product .product__images { margin: 0; }
#product .product__carousel {
  overflow: hidden; border-radius: 18px; background: #e8e0d2;
}
#product .product__carousel .carousel-item img {
  width: 100%; height: auto; aspect-ratio: 1; object-fit: contain;
  border-radius: 0;
}
#product .product__zoom {
  display: grid; place-items: center; width: 44px; height: 44px;
  right: 16px; bottom: 16px; padding: 0;
  border: 1px solid #d6cfc1; border-radius: 50%;
  color: var(--salon-ink); background: #fffdf5;
}
#product .product__zoom:hover { background: white; transform: scale(1.06); }
#product .product__thumbnails { margin: 14px 0 0; }
#product .product__thumbnails:has(.product__thumbnail:only-child) { display: none; }
#product .product__thumbnails-list { justify-content: flex-start; gap: 10px; padding: 0; }
#product .product__thumbnail {
  flex: 0 0 68px; width: 68px; padding: 3px; overflow: hidden;
  border: 1px solid transparent; border-radius: 9px; background: transparent;
}
#product .product__thumbnail.active { border-color: var(--product-accent); }
#product .product__thumbnail img { border: 0; border-radius: 6px; }

#product .product__right { padding-block: 10px; }
#product .salon-product-eyebrow {
  margin: 0 0 20px; color: var(--product-accent);
  font-size: 10px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase;
}
#product h1.product__name {
  max-width: 13em; margin: 0 0 24px;
  color: #24221e; font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(36px, 4vw, 56px); font-weight: 400;
  line-height: 1.06; letter-spacing: -.045em; text-wrap: balance;
  overflow-wrap: anywhere;
}
#product .product__prices { margin: 0 0 25px; }
#product .product__prices-block { display: flex; flex-direction: row; flex-wrap: wrap; align-items: baseline; gap: 6px 15px; }
#product .product__prices-inline { gap: 12px; align-items: baseline; }
#product .product__price { color: #24221e; font-size: 29px; font-weight: 500; letter-spacing: -.045em; }
#product .product__tax-infos { margin: 0; color: var(--product-muted); font-size: 11px; }
#product .product__discount { border-radius: 4px; background: #e9debd; color: #534015; }
#product .product__description-short {
  max-width: 44ch; margin: 0 0 23px; color: #625d54;
  font-size: 15px; line-height: 1.8;
}
#product .product__description-short p:last-child { margin-bottom: 0; }
#product .salon-product-stock {
  display: flex; align-items: center; gap: 7px; margin: 0 0 14px;
  color: #496047; font-size: 11px; font-weight: 600;
}
#product .salon-product-stock::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #58704c; }
#product .product__actions { margin: 0; }
#product .product__add-to-cart-container { margin-bottom: 0; }
#product .salon-product-empty { display: none; }
#product [id="stripe-express-checkout-element"]:empty,
#product [id="stripe-error-message"]:empty,
#product [id="payment-method-messaging-element"]:empty { display: none; }
#product .product__actions-qty-add {
  display: flex; flex-wrap: wrap; align-items: stretch; gap: 12px;
  margin: 0; padding: 0;
}
#product .product__quantity { flex: 0 0 122px; width: 122px; margin: 0; }
#product .product__quantity .quantity-button__group {
  display: flex; flex-wrap: nowrap; align-items: center;
  height: 54px; padding: 0 4px; overflow: hidden;
  border: 1px solid #c9c1b3; border-radius: 8px; background: transparent;
}
#product .product__quantity .btn {
  display: grid; place-items: center; flex: 0 0 34px;
  min-width: 0; width: 34px; height: 44px; margin: 0; padding: 0;
  border: 0; border-radius: 4px; color: #39362f; background: transparent;
}
#product .product__quantity .btn:hover { background: #e9e3d8; }
#product .product__quantity .form-control {
  flex: 1 1 0; min-width: 0; width: 38px; height: 50px;
  margin: 0; padding: 0; border: 0 !important; background: transparent !important;
  color: #24221e; text-align: center; font-size: 14px; box-shadow: none !important;
}
#product .product__quantity .quantity-button__group:focus-within { outline: 2px solid var(--product-accent); outline-offset: 3px; }
#product .product__quantity .form-control:focus { outline: 0; }
#product .product__add-to-cart { flex: 1 1 190px; margin: 0; }
#product .product__add-to-cart-button {
  display: flex; justify-content: center; align-items: center; gap: 12px;
  width: 100%; min-height: 54px; padding: 14px 20px;
  border-radius: 8px !important; background: #24221e !important;
  font-size: 11px; font-weight: 600; letter-spacing: .09em;
  transition: background .2s ease, transform .2s ease;
}
#product .product__add-to-cart-button .material-icons { font-size: 19px; }
#product .product__add-to-cart-button:hover:not(:disabled) { background: #665330 !important; transform: translateY(-1px); }
#product .product__add-to-cart-button:disabled { opacity: .5; cursor: not-allowed; }
#product .product__actions-qty-add > :not(.product__quantity, .product__add-to-cart) { flex-basis: 100%; }
#product .product__variants { margin: 0 0 20px; }
#product .product__variants .form-select { min-height: 46px; border-radius: 8px !important; }
#product .product__additional-info { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; gap: 10px 22px; margin: 16px 0 0; }
#product .ps-sharebuttons { display: flex; align-items: center; gap: 12px; margin: 0; }
#product .ps-sharebuttons__label { color: var(--product-muted); font-size: 11px; }
#product .ps-sharebuttons__list { display: flex; gap: 3px; margin: 0; padding: 0; }
#product .ps-sharebuttons__link {
  display: grid; place-items: center; width: 34px; height: 34px;
  border: 0; border-radius: 50%; color: #676055;
}
#product .ps-sharebuttons__link:hover { background: #e9e3d8; color: #24221e; }
#product .ps-sharebuttons__link svg { width: 15px; height: 15px; }
#product #product-additional-info-review-button {
  margin: 0; padding: 8px 0; border: 0; background: transparent;
  color: #62563f; font-size: 11px; text-decoration: underline; text-underline-offset: 4px;
}
#product #product_accordion { margin-top: 28px; border-top: 1px solid var(--product-line); }
#product #product_accordion .accordion-item { border: 0; border-bottom: 1px solid var(--product-line); background: transparent; }
#product #product_accordion .accordion-button {
  padding: 20px 0; border: 0; box-shadow: none; background: transparent;
  color: #38342c; font-size: 12px; font-weight: 600; letter-spacing: .015em;
}
#product #product_accordion .accordion-button::after { width: 14px; height: 14px; background-size: 14px; }
#product #product_accordion .accordion-body { padding: 0 0 22px; color: var(--product-muted); font-size: 13px; line-height: 1.8; }
#product #product_accordion .details__item { gap: 18px; padding: 8px 0; background: transparent; }
#product #product_accordion .details__right { min-width: 0; overflow-wrap: anywhere; }
#product .product__bottom { margin: 0; gap: 0; }
#product .product__bottom-left:empty,
#product .product__bottom-right:has(> .blockreassurance:only-child) { display: none; }
#product .product__bottom:not(:has(.accordion-item:not([hidden]))) { display: none; }
#product .product-accessories,
#product .ps-crossselling { margin-top: 64px; padding-top: 32px; border-top: 1px solid var(--product-line); }
#product .product-accessories h2,
#product .ps-crossselling h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-size: 28px; letter-spacing: -.025em; }
#product .product-miniature { min-width: 0; }
#product .ps-crossselling .module-products { width: 100%; max-width: none; padding: 0; }
#product .product-miniature__inner { border: 0; background: transparent; }
#product .product-miniature__top { overflow: hidden; border-radius: 10px; }
#product .product-miniature__bottom { padding: 15px 0; background: transparent; }
#product .product-miniature__title { color: #38342c; font-size: 14px; font-weight: 500; }
#product .product-miniature__price { color: #38342c; font-size: 14px; }
#product .ps-crossselling .product-miniature .btn-primary {
  min-height: 40px; padding: 10px; border-radius: 6px !important;
  font-size: 10px; letter-spacing: .03em;
}
#product .product-miniature img { object-fit: contain; }
#product .product-images-modal .modal-content { border: 0; border-radius: 16px; background: #f7f5f0; }
#product .product-images-modal .modal-header { border: 0; }
#product .product-images-modal .carousel-item img { max-height: 78vh; width: 100%; object-fit: contain; }
#product .btn-close { opacity: .7; }
#product a:focus-visible,
#product button:focus-visible { outline: 2px solid var(--product-accent); outline-offset: 4px; }

@media (min-width: 768px) and (max-width: 991px) {
  #product .product__container { gap: 28px; }
  #product .product__right { padding-top: 0; }
  #product h1.product__name { font-size: 36px; }
  #product .product__add-to-cart { flex-basis: 100%; }
}
@media (max-width: 767px) {
  #product .columns-container.container,
  #product .breadcrumb__wrapper > .container,
  #product #notifications .container { width: calc(100% - 36px) !important; }
  #product .breadcrumb__wrapper { padding: 16px 0; }
  #product .product__container { grid-template-columns: minmax(0, 1fr); gap: 26px; }
  #product .product__left { position: static; }
  #product .product__carousel { border-radius: 12px; }
  #product .product__carousel .carousel-item img { aspect-ratio: 6 / 5; }
  #product .product__right { padding: 0; }
  #product .salon-product-eyebrow { margin-bottom: 12px; font-size: 9px; }
  #product h1.product__name { max-width: 16em; margin-bottom: 16px; font-size: clamp(34px, 8.6vw, 46px); }
  #product .product__prices { margin-bottom: 17px; }
  #product .product__price { font-size: 26px; }
  #product .product__description-short { max-width: none; margin-bottom: 17px; font-size: 14px; line-height: 1.7; }
  #product .product__quantity { flex-basis: 108px; width: 108px; }
  #product .product__quantity .btn { flex-basis: 30px; width: 30px; }
  #product .product__actions-qty-add { gap: 10px; }
  #product .product__add-to-cart { flex-basis: 180px; }
  #product .product__add-to-cart-button { padding-inline: 12px; font-size: 10px; gap: 8px; }
  #product #product_accordion { margin-top: 23px; }
  #product .product-accessories,
  #product .ps-crossselling { margin-top: 36px; }
  #product #wrapper { padding-bottom: 36px; }
}
@media (prefers-reduced-motion: reduce) {
  #product *, #product *::before, #product *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* Cuenta y carrito · continuidad visual con la ficha de producto. */
:is(#authentication, #cart) #main { padding-block: 0 72px; }
:is(#authentication, #cart) #wrapper > .container { width: min(100% - 80px, 1240px) !important; }
:is(#authentication, #cart) .breadcrumb__wrapper { padding-block: 25px 0; background: transparent; }
:is(#authentication, #cart) .breadcrumb__wrapper .container { width: min(100% - 80px, 1240px); max-width: 1240px; padding: 0; }
:is(#authentication, #cart) .breadcrumb { margin-bottom: 30px !important; padding: 0; }
:is(#authentication, #cart) .breadcrumb-item:not(:first-child) { display: none; }
:is(#authentication, #cart) .breadcrumb-link { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; text-decoration: none; }
:is(#authentication, #cart) .breadcrumb-link::before { content: "←"; font-size: 18px; line-height: 1; }
:is(#authentication, #cart) :is(a, button, input):focus-visible { outline: 2px solid #806322; outline-offset: 3px; }
:is(#authentication, #cart) #center-column { padding: 0; }
:is(#authentication, #cart) .btn { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-size: 12px; font-weight: 600; line-height: 1.4; transition: background .18s ease, color .18s ease, border-color .18s ease; }
:is(#authentication, #cart) .btn-primary { border-radius: 8px !important; }
:is(#authentication, #cart) .btn-outline-primary { border: 1px solid #c7bfb2; border-radius: 8px; background: transparent; color: var(--salon-ink); }
:is(#authentication, #cart) .btn-outline-primary:hover { border-color: var(--salon-ink); background: #ece8df; color: var(--salon-ink); }
:is(#authentication, #cart) .alert { border-radius: 8px; font-size: 13px; line-height: 1.6; }

#authentication #center-column { display: grid; grid-template-columns: .85fr 1.15fr; width: min(100%, 980px); margin: 24px auto 40px; border: 1px solid #e2ddd3; border-radius: 16px; overflow: hidden; background: #fffdfa; }
#authentication .page-header { display: flex; flex-direction: column; justify-content: center; margin: 0; padding: 54px 42px; background: #252722; color: #fffaf0; }
#authentication .salon-account-label { margin: 0 0 30px; color: #d9bd7e; font-size: 10px; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; }
#authentication .page-header h1 { margin: 0; font-size: clamp(38px, 4vw, 52px); line-height: 1.07; color: inherit; }
#authentication .salon-account-intro { max-width: 240px; margin: 22px 0 0; color: #d4d2c8; font-size: 14px; line-height: 1.7; }
#authentication #content { margin: 0; padding: 44px; }
#authentication .login { width: 100%; max-width: none; margin: 0; }
#authentication .login__form-wrapper { margin: 0; }
#authentication #login-form .mb-3 { margin-bottom: 22px !important; }
#authentication #login-form .form-label { margin-bottom: 9px; color: #5b554c; font-size: 11px; font-weight: 600; }
#authentication #login-form .form-control { height: 52px; padding: 12px 15px; border: 1px solid #cfc8bc !important; border-radius: 8px !important; background: #fffefa !important; color: #252722; font-size: 16px; }
#authentication #login-form .password-field { flex-wrap: nowrap; border: 1px solid #cfc8bc; border-radius: 8px; background: #fffefa; }
#authentication #login-form .password-field:focus-within { outline: 2px solid #806322; outline-offset: 2px; }
#authentication #login-form .password-field .form-control { min-width: 0; height: 50px; border: 0 !important; border-radius: 0 !important; background: transparent !important; outline: none; }
#authentication #login-form .password-field button { flex: 0 0 48px; width: 48px; min-height: 50px; margin: 0; padding: 0; border: 0 !important; border-radius: 0 8px 8px 0 !important; background: transparent !important; color: #625b50 !important; }
#authentication #login-form .password-field button:hover { background: #f1ede5 !important; }
#authentication #login-form .buttons-wrapper { display: flex; flex-direction: column; align-items: stretch; gap: 18px; margin-top: -10px; }
#authentication #login-form .buttons-wrapper a { order: 0; align-self: flex-end; width: auto; min-height: 32px; padding: 0; background: transparent; color: #625b50; font-size: 12px; font-weight: 400; text-decoration: underline; text-underline-offset: 4px; }
#authentication #submit-login { order: 1; width: 100%; min-height: 52px; }
#authentication .login > hr { display: none; }
#authentication .amzbuttoncontainer:has(.amazonLogin[aria-label*="Sandbox"]),
#authentication .amzbuttoncontainer:not(:has(.amazonLogin[rendered="true"])) { display: none; }
#authentication .login__register-prompt { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 14px; margin-top: 28px; padding-top: 22px; border-top: 1px solid #e3ddd2; }
#authentication .login__register-prompt h2 { margin: 0; font-size: 12px; font-weight: 400; color: #625b50; }
#authentication .login__register-prompt a { min-height: 38px; padding: 7px 0; border: 0; border-radius: 0; font-size: 12px; text-decoration: underline; text-underline-offset: 5px; }
#authentication .login__register-prompt a:hover { background: transparent; color: #806322; }
#authentication .page-footer { display: none; }

#cart .cart-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(300px, 1fr); gap: 54px; align-items: start; margin: 18px 0 0; }
#cart :is(.cart-grid__content, .cart-grid__aside) { width: 100%; max-width: 100%; margin: 0; padding: 0; }
#cart .cart-grid h1 { margin: 0 0 34px; font-size: clamp(36px, 4vw, 48px); line-height: 1.15; }
#cart .cart-grid__products-details { margin: 0; padding: 0; border: 0; background: transparent; }
#cart .cart__overview > hr { display: none; }
#cart .cart__list { margin: 0; padding: 0; border-top: 1px solid #d9d2c6; }
#cart .cart__item { margin: 0; padding: 25px 0; border-bottom: 1px solid #d9d2c6; }
#cart .product-line { display: grid; grid-template-columns: 108px minmax(0, 1fr); gap: 24px; align-items: start; padding: 0; }
#cart .product-line__image { width: 100%; padding: 0; }
#cart .product-line__img { width: 108px; height: 140px; max-width: 100%; object-fit: contain; border-radius: 8px; background: #efebe3; }
#cart .product-line__content { display: grid; grid-template-columns: minmax(0, 1fr); gap: 14px; min-width: 0; padding: 3px 0 0; }
#cart :is(.product-line__content-left, .product-line__content-right) { width: 100%; margin: 0; padding: 0; }
#cart .product-line__title { display: inline-block; margin: 0; color: #252722; font-size: 17px; font-weight: 500; line-height: 1.4; text-decoration: none; }
#cart .product-line__title:hover { color: #806322; }
#cart .product-line__item--prices { margin-top: 5px; color: #70695f; font-size: 13px; }
#cart .product-line__item-price { font-size: inherit; font-weight: 400; }
#cart .product-line__content-right { display: flex; flex-direction: row; align-items: center; justify-content: space-between; gap: 16px; }
#cart .quantity-button { width: 126px; max-width: 126px; margin: 0; }
#cart .quantity-button__group { display: flex; flex-wrap: nowrap; height: 44px; border: 1px solid #cfc8bc; border-radius: 8px; overflow: hidden; }
#cart .quantity-button__group:focus-within { outline: 2px solid #806322; outline-offset: 2px; }
#cart .quantity-button__group :is(input, button) { height: 42px; min-height: 42px; min-width: 0; margin: 0; padding: 0; border: 0 !important; border-radius: 0 !important; background: transparent !important; color: #252722 !important; outline-offset: -3px; }
#cart .quantity-button__group input { flex: 1 1 40px; width: 40px; text-align: center; font-size: 14px; outline: none; }
#cart .quantity-button__group button { flex: 0 0 40px; width: 40px; }
#cart .quantity-button__group button:hover { background: #e9e3d7 !important; }
#cart .product-line__price { width: auto; padding: 0; color: #252722; font-size: 20px; font-weight: 500; white-space: nowrap; }
#cart .product-line__actions { width: auto; margin: -5px 0 0; padding: 0; text-align: left; }
#cart .product-line__actions a { display: inline-flex; align-items: center; min-height: 32px; color: #70695f; font-size: 11px; text-underline-offset: 3px; }
#cart .product-line__actions a:hover { color: #802d24; }
#cart .cart__continue-shopping { margin-top: 25px; padding-inline: 18px; font-weight: 500; }
#cart .cart-grid__aside-wrapper { padding: 28px; border: 1px solid #e0d9cd; border-radius: 12px; background: #fffdfa; }
#cart .cart-grid__aside-wrapper > h2 { margin: 0 0 26px; font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 400; letter-spacing: -.02em; }
#cart .cart-summary { padding: 0; border: 0; background: transparent; }
#cart .cart-summary__subtotals { display: grid; gap: 13px; padding: 0 0 22px; }
#cart .cart-summary__line { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin: 0; padding: 0; color: #655e53; font-size: 13px; }
#cart .cart-summary__line .cart-summary__value { flex-shrink: 0; color: #252722; }
#cart .cart-summary__total { display: grid; gap: 7px; padding-block: 22px; border-top: 1px solid #e0d9cd; }
#cart .cart-summary__total .cart-summary__line:first-child .cart-summary__label { color: #252722; font-size: 13px; }
#cart .cart-summary__total .cart-summary__line:first-child .cart-summary__value { font-size: 28px; font-weight: 500; letter-spacing: -.025em; }
#cart .cart-summary__total .cart-summary__line:not(:first-child) { font-size: 11px; }
#cart .cart-summary__actions { margin: 0; padding: 0; }
#cart .cart-summary__actions .btn { width: 100%; min-height: 52px; border-radius: 8px !important; font-size: 11px; }
#cart .reassurance[hidden] { display: none !important; }
#cart .blockreassurance--cart:not(:has(.reassurance:not([hidden]))) { display: none; }
#cart .cart-grid__aside-wrapper:has(.reassurance[hidden]):not(:has(.reassurance:not([hidden]))) > hr,
#cart .salon-empty-slot { display: none; }
#cart:has(.cart__item) .cart-grid__footer { display: none; }
#cart .cart-grid:has(.cart__empty) { display: block; }
#cart .cart-grid:has(.cart__empty) .cart-grid__aside { display: none; }
#cart .cart-grid:has(.cart__empty) h1 { margin-bottom: 0; }
#cart .cart-grid:has(.cart__empty) .cart-grid__products-details { display: flex; flex-direction: column; align-items: center; padding: 38px 16px 44px; text-align: center; }
#cart .cart__empty { margin: 0; color: #70695f; font-size: 16px; }
#cart .cart__empty::before { content: ""; display: block; width: 48px; height: 54px; margin: 0 auto 23px; background: #9a8660; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 54'%3E%3Cg fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 16h34l3 34H4z'/%3E%3Cpath d='M16 22V12a8 8 0 0 1 16 0v10'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat; }
#cart .cart-grid:has(.cart__empty) .cart__continue-shopping { min-width: 200px; margin-top: 25px; border-color: #252722; background: #252722; color: #fffaf0; }
#cart .cart-grid:has(.cart__empty) .cart__continue-shopping:hover { background: #806322; border-color: #806322; }
#cart .cart-grid__footer { margin: 30px 0 0; padding-top: 30px; border-top: 1px solid #d9d2c6; }
#cart .cart-grid__footer h2 { font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 400; }
#cart .cart-grid__footer > *, #cart .cart-grid__footer .module-products { padding-inline: 0; }
#cart .cart-grid__footer .product-miniature__inner { display: flex; flex-direction: column; aspect-ratio: 9 / 16; background: transparent; }
#cart .cart-grid__footer .product-miniature__top { flex: 1 1 0; min-height: 0; }
#cart .cart-grid__footer :is(.product-miniature__image-container, .product-miniature__image-link, .product-miniature__image-link picture) { display: block; width: 100%; height: 100%; }
#cart .cart-grid__footer .product-miniature__bottom { display: block; flex: 0 0 auto; margin: 0; padding: 12px 0 0; }
#cart .cart-grid__footer .product-miniature__infos { display: block; }
#cart .cart-grid__footer :is(.product-miniature__infos, .product-miniature__actions, .product-miniature__form) { margin: 0; }
#cart .cart-grid__footer .product-miniature__title { display: block; min-height: 40px; color: #252722; font-size: 14px; font-weight: 500; line-height: 1.45; }
#cart .cart-grid__footer .product-miniature__prices { margin-block: 6px 10px; }
#cart .cart-grid__footer .product-miniature__price { color: #252722; font-size: 15px; font-weight: 500; }
#cart .cart-grid__footer .product-miniature__image { width: 100%; height: 100%; object-fit: contain; }
#cart .cart-grid__footer :is(.quantity-button, .product-miniature__quickview-button, .product-miniature__quickview-touch) { display: none; }
#cart .cart-grid__footer .product-miniature__add { width: 100%; min-height: 44px; height: auto; padding: 10px; border-color: #c7bfb2 !important; background: transparent !important; color: #252722 !important; letter-spacing: .04em; font-size: 10px; }
#cart .cart-grid__footer .product-miniature__add:hover { background: #252722 !important; border-color: #252722 !important; color: #fffaf0 !important; }
#cart .cart-grid__footer .product-miniature__add-text { display: inline; }
#cart .cart-grid__footer .product-miniature__add .material-icons { font-size: 17px; }

@media (max-width: 991px) {
  :is(#authentication, #cart) #wrapper > .container,
  :is(#authentication, #cart) .breadcrumb__wrapper .container { width: calc(100% - 40px) !important; }
  #authentication .page-header { padding: 36px 28px; }
  #authentication #content { padding: 32px 28px; }
  #cart .cart-grid { grid-template-columns: minmax(0, 1fr) 300px; gap: 28px; }
  #cart .product-line { grid-template-columns: 80px minmax(0, 1fr); gap: 16px; }
  #cart .product-line__img { width: 80px; height: 112px; }
  #cart .cart-grid__aside-wrapper { padding: 24px; }
}
@media (max-width: 767px) {
  :is(#authentication, #cart) #wrapper > .container,
  :is(#authentication, #cart) .breadcrumb__wrapper .container { width: calc(100% - 36px) !important; }
  :is(#authentication, #cart) .breadcrumb__wrapper { padding-top: 18px; }
  :is(#authentication, #cart) .breadcrumb { margin-bottom: 23px !important; }
  :is(#authentication, #cart) #main { padding-bottom: 40px; }
  #authentication #center-column { grid-template-columns: 1fr; margin: 0 auto 20px; border-radius: 12px; }
  #authentication .page-header { padding: 28px 25px; }
  #authentication .salon-account-label { margin-bottom: 15px; }
  #authentication .page-header h1 { font-size: 38px; }
  #authentication .salon-account-intro { max-width: 280px; margin-top: 13px; font-size: 12px; line-height: 1.6; }
  #authentication #content { padding: 28px 24px; }
  #authentication .login__register-prompt { margin-top: 24px; padding-top: 17px; }
  #cart .cart-grid { grid-template-columns: minmax(0, 1fr); gap: 30px; margin-top: 0; }
  #cart .cart-grid h1 { margin-bottom: 25px; font-size: 38px; }
  #cart .product-line { grid-template-columns: 80px minmax(0, 1fr); gap: 15px; }
  #cart .product-line__content { gap: 12px; }
  #cart .product-line__title { font-size: 15px; }
  #cart .quantity-button { width: 112px; max-width: 112px; }
  #cart .quantity-button__group button { flex-basis: 35px; width: 35px; }
  #cart .product-line__content-right { gap: 9px; }
  #cart .product-line__price { font-size: 17px; }
  #cart .cart-grid__aside-wrapper { padding: 24px; }
  #cart .cart-grid__footer { margin-top: 12px; padding-top: 25px; }
  #cart .cart-grid__footer h2 { font-size: 25px; }
}
@media (prefers-reduced-motion: reduce) {
  :is(#authentication, #cart) .btn { transition: none; }
}

/* Checkout · experiencia de compra premium */
#checkout {
  --checkout-card: #fffdf9;
  --checkout-soft: #f0ece3;
  --checkout-muted: #716b62;
  --checkout-dark: #1a1917;
  --checkout-gold: #b18a2e;
  --checkout-radius: 18px;
  --checkout-shadow: 0 22px 60px rgba(30, 26, 20, .07);
}

#checkout #header .search-widget,
#checkout #header .js-search-widget,
#checkout #header #ps_searchbar {
  display: none !important;
}

#checkout #header .header-bottom,
#checkout #header .header-bottom__container {
  min-height: 64px;
}

@media (min-width: 768px) {
  #checkout #header {
    position: relative;
  }

  #checkout #header .header-top {
    position: absolute;
    z-index: 2;
    inset: 0 0 auto;
    height: 64px;
    border: 0;
    background: transparent;
  }

  #checkout #header .header-top > .container-md {
    width: min(100% - 32px, 1480px) !important;
    max-width: 1480px !important;
    height: 100%;
    margin-inline: auto !important;
  }

  #checkout #header .header-top .row,
  #checkout #header .header-top__right,
  #checkout #header .header-bottom__row {
    min-height: 64px;
    align-items: center;
  }
}

#checkout #wrapper {
  min-height: calc(100vh - 110px);
  background:
    radial-gradient(circle at 8% 18%, rgba(177, 138, 46, .055), transparent 28rem),
    var(--salon-paper) !important;
}

#checkout #main {
  padding: 0 0 88px;
}

#checkout .checkout-steps {
  margin-bottom: 48px;
  padding: 25px 24px;
  border: 0;
  background: var(--checkout-dark);
  color: #fff;
}

#checkout .checkout-steps__desktop {
  width: min(100%, 850px);
  margin-inline: auto;
}

#checkout .checkout-steps__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0;
  padding: 0;
}

#checkout .checkout-steps__step {
  position: relative;
  display: grid;
  flex: 1 1 0;
  justify-items: center;
  gap: 10px;
  min-width: 0;
}

#checkout .checkout-steps__step:not(:last-child)::after {
  position: absolute;
  z-index: 0;
  top: 15px;
  left: calc(50% + 18px);
  width: calc(100% - 36px);
  height: 1px;
  background: rgba(255, 255, 255, .2);
  content: "";
}

#checkout .checkout-steps__step::before {
  display: none !important;
  content: none !important;
}

#checkout .checkout-steps__step--success:not(:last-child)::after,
#checkout .checkout-steps__step:has(.checkout-steps__btn:not(:disabled)):not(:last-child)::after {
  background: rgba(177, 138, 46, .72);
}

#checkout .checkout-steps__number {
  position: relative;
  z-index: 1;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
  background: var(--checkout-dark);
  color: rgba(255, 255, 255, .52);
  font-size: 11px;
  font-weight: 700;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}

#checkout .checkout-steps__btn {
  min-width: 0;
  padding: 0 !important;
  border: 0 !important;
  color: rgba(255, 255, 255, .5) !important;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .035em;
  line-height: 1.25;
  text-decoration: none !important;
  white-space: normal;
}

#checkout .checkout-steps__btn:not(:disabled),
#checkout .checkout-steps__step--success .checkout-steps__btn {
  color: #e4c879 !important;
}

#checkout .checkout-steps__step:has(.checkout-steps__btn:not(:disabled)) .checkout-steps__number,
#checkout .checkout-steps__step--success .checkout-steps__number {
  border-color: var(--checkout-gold);
  color: #f1d98f;
}

#checkout .checkout-steps__step--current .checkout-steps__number {
  border-color: var(--checkout-gold);
  background: var(--checkout-gold);
  color: #fff;
}

#checkout .checkout-steps__step--current .checkout-steps__btn {
  color: #fff !important;
}

#checkout .columns-container.container {
  width: min(100% - 40px, 1240px) !important;
  max-width: 1240px !important;
}

#checkout .checkout-grid {
  --bs-gutter-x: 32px;
  align-items: flex-start;
}

#checkout .checkout-grid__content .step {
  overflow: hidden;
  padding: 38px 42px 42px;
  border: 1px solid rgba(50, 44, 35, .1) !important;
  border-radius: var(--checkout-radius) !important;
  background: var(--checkout-card) !important;
  box-shadow: var(--checkout-shadow) !important;
}

#checkout .step__title {
  margin-bottom: 26px;
}

#checkout .step__title .page-title-section {
  margin: 0;
  color: var(--checkout-dark);
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(31px, 3vw, 43px);
  font-weight: 400 !important;
  letter-spacing: -.035em;
  line-height: 1.08;
}

#checkout .step__title hr {
  width: 48px;
  margin: 18px 0 0;
  border: 0;
  border-top: 2px solid var(--checkout-gold);
  opacity: 1;
}

#checkout .step__content > p,
#checkout .step__content > .mb-3 > p {
  color: var(--checkout-muted);
  line-height: 1.6;
}

#checkout .nav-underline {
  gap: 8px;
  margin-bottom: 28px;
  border: 0;
}

#checkout .nav-underline .nav-link {
  padding: 10px 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--checkout-muted);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

#checkout .nav-underline .nav-link.active {
  border-color: var(--checkout-dark);
  background: var(--checkout-dark);
  color: #fff;
}

#checkout #customer-form > section,
#checkout .js-address-form section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 18px;
}

#checkout #customer-form > section > .mb-3:first-child,
#checkout #customer-form > section > .mb-3:nth-child(n + 4),
#checkout .js-address-form section > .mb-3:has(textarea),
#checkout .js-address-form section > .form-check {
  grid-column: 1 / -1;
}

#checkout .mb-3 {
  margin-bottom: 20px !important;
}

#checkout .form-label {
  margin-bottom: 7px;
  color: #39352f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

#checkout .form-control,
#checkout .form-select,
#checkout textarea.form-control {
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #d8d2c8 !important;
  border-radius: 10px !important;
  background: #fbf9f5 !important;
  color: var(--checkout-dark);
  font-size: 14px;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

#checkout textarea.form-control {
  min-height: 106px;
  resize: vertical;
}

#checkout .form-control:hover,
#checkout .form-select:hover {
  border-color: #b7ae9f !important;
  background: #fff !important;
}

#checkout .form-control:focus,
#checkout .form-select:focus,
#checkout textarea.form-control:focus {
  border-color: var(--checkout-gold) !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(177, 138, 46, .12) !important;
}

#checkout .form-text {
  margin-top: 6px;
  color: #8a8379;
  font-size: 10px;
  line-height: 1.35;
}

#checkout label[for="field-customer_privacy"] em,
#checkout label[for="field-newsletter"] em {
  display: none;
}

#checkout .form-check {
  min-height: 22px;
}

#checkout .form-check-input {
  width: 18px;
  height: 18px;
  margin-top: .08em;
  border: 1px solid #bdb5a8;
  box-shadow: none !important;
  accent-color: var(--checkout-gold);
}

#checkout .form-check-input:checked {
  border-color: var(--checkout-gold);
  background-color: var(--checkout-gold);
}

#checkout .form-check-label {
  color: #454039;
  font-size: 12px;
  line-height: 1.45;
}

#checkout .required::after {
  color: var(--checkout-gold) !important;
}

#checkout .buttons-wrapper {
  gap: 12px;
  margin-top: 12px !important;
}

#checkout .btn-primary,
#checkout .btn-basic {
  min-height: 48px;
  padding: 13px 22px !important;
  border: 1px solid var(--checkout-dark) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

#checkout .btn-primary {
  background: var(--checkout-dark) !important;
  color: #fff !important;
}

#checkout .btn-basic {
  background: transparent !important;
  color: var(--checkout-dark) !important;
}

#checkout .btn-primary:hover,
#checkout .btn-primary:focus-visible {
  border-color: var(--checkout-gold) !important;
  background: var(--checkout-gold) !important;
  transform: translateY(-1px);
}

#checkout .btn-basic:hover,
#checkout .btn-basic:focus-visible {
  border-color: var(--checkout-gold) !important;
  color: var(--checkout-gold) !important;
}

#checkout .checkout-grid__aside-wrapper {
  position: sticky;
  top: 22px;
}

#checkout .checkout__summary-accordion-item {
  overflow: hidden;
  border: 1px solid rgba(50, 44, 35, .1) !important;
  border-radius: var(--checkout-radius) !important;
  background: var(--checkout-card) !important;
  box-shadow: 0 16px 44px rgba(30, 26, 20, .055);
}

#checkout .checkout__summary-accordion-header {
  display: block !important;
}

#checkout .checkout__summary-accordion-header .accordion-button {
  padding: 22px 24px 16px;
  border: 0;
  background: transparent;
  color: var(--checkout-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
  box-shadow: none;
}

#checkout .checkout__summary-accordion-wrapper {
  padding: 0 24px 22px;
}

#checkout .cart-summary__products-number {
  color: var(--checkout-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

#checkout .cart-summary hr {
  border-color: #e6e1d9;
  opacity: 1;
}

#checkout .cart-summary .accordion-button {
  padding: 10px 0;
  background: transparent;
  color: var(--checkout-dark);
  font-size: 12px;
  font-weight: 700;
  box-shadow: none;
}

#checkout .cart-summary__line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding: 7px 0;
  color: var(--checkout-muted);
  font-size: 13px;
}

#checkout .cart-summary__value {
  color: var(--checkout-dark);
  font-weight: 600;
  white-space: nowrap;
}

#checkout .cart-summary__total {
  margin-top: 11px;
  padding-top: 12px;
  border-top: 1px solid #ded8cf;
}

#checkout .cart-summary__total .cart-summary__line:first-child {
  color: var(--checkout-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

#checkout .cart-summary-product {
  gap: 12px;
  padding: 14px 0;
}

#checkout .cart-summary-product__image {
  overflow: hidden;
  flex: 0 0 58px;
  width: 58px;
  height: 74px;
  border-radius: 8px;
  background: var(--checkout-soft);
}

#checkout .cart-summary-product__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#checkout .cart-summary-product__link {
  color: var(--checkout-dark);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

#checkout .blockreassurance--checkout {
  display: none !important;
}

#checkout .checkout-grid__aside-wrapper::after {
  display: block;
  margin-top: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(50, 44, 35, .1);
  border-radius: 14px;
  background: rgba(255, 253, 249, .72);
  color: var(--checkout-muted);
  content: "Pago seguro  ·  Compra protegida  ·  Atención cercana";
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .07em;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
}

#checkout .address__list,
#checkout .addresses__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

#checkout .address-card {
  overflow: hidden;
  border: 1px solid #ddd6cb !important;
  border-radius: 14px !important;
  background: #fbf9f5 !important;
  box-shadow: none !important;
}

#checkout .address-card:has(.form-check-input:checked) {
  border-color: var(--checkout-gold) !important;
  box-shadow: 0 0 0 3px rgba(177, 138, 46, .09) !important;
}

#checkout .address-card__header,
#checkout .address-card__content,
#checkout .address-card__actions {
  padding-inline: 18px;
}

#checkout .delivery-options__list,
#checkout .payment-options__list {
  display: grid;
  gap: 12px;
}

#checkout .delivery-option__item,
#checkout .payment-option {
  overflow: hidden;
  border: 1px solid #ddd6cb !important;
  border-radius: 14px !important;
  background: #fbf9f5 !important;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

#checkout .delivery-option__item:has(input:checked),
#checkout .payment-option:has(input:checked) {
  border-color: var(--checkout-gold) !important;
  background: #fffdf8 !important;
  box-shadow: 0 0 0 3px rgba(177, 138, 46, .1);
}

#checkout .delivery-option__label,
#checkout .payment-option label {
  min-height: 76px;
  padding: 17px 18px;
  cursor: pointer;
}

#checkout .payment-option__form-check {
  position: relative;
  min-height: 76px;
  margin: 0;
  padding: 0;
}

#checkout .payment-option__input.form-check-input {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 18px;
  width: 18px;
  height: 18px;
  margin: 0;
  border: 1px solid #bdb5a8;
  border-radius: 50%;
  background: #fff !important;
  transform: translateY(-50%);
  appearance: none;
}

#checkout .payment-option__input.form-check-input:checked {
  border: 5px solid var(--checkout-gold);
  background: #fff !important;
  background-image: none !important;
}

#checkout .payment-option__label.form-check-label {
  display: flex;
  width: 100%;
  align-items: center;
  margin: 0;
  padding-left: 52px;
}

#checkout .delivery-option__carrier-name,
#checkout .payment-option label {
  color: var(--checkout-dark);
  font-size: 13px;
  font-weight: 700;
}

#checkout .delivery-option__content {
  color: var(--checkout-muted);
  font-size: 12px;
}

#checkout .delivery-option__price {
  color: var(--checkout-dark);
  font-size: 13px;
  font-weight: 700;
}

#checkout .payment-option__additional-information {
  margin: 0 18px 16px;
  padding: 15px;
  border-radius: 10px;
  background: var(--checkout-soft);
  color: var(--checkout-muted);
  font-size: 12px;
}

#checkout .alert {
  border: 1px solid #dfd4b9;
  border-radius: 12px;
  background: #fbf5e7;
  color: #5e4b1f;
}

@media (max-width: 991px) {
  #checkout .checkout-steps {
    margin-bottom: 30px;
    padding: 18px 22px;
  }

  #checkout .checkout-steps__mobile {
    width: min(100%, 700px);
    margin-inline: auto;
  }

  #checkout .progress-ring {
    color: var(--checkout-gold) !important;
  }

  #checkout .progress-ring__background-circle {
    stroke: rgba(255, 255, 255, .2);
  }

  #checkout .progress-ring__text,
  #checkout .checkout-steps__title {
    fill: #fff;
    color: #fff;
  }

  #checkout .checkout-steps__subtitle {
    color: rgba(255, 255, 255, .58);
  }

  #checkout .checkout-grid__aside {
    margin-top: 22px;
  }

  #checkout .checkout-grid__aside-wrapper {
    position: static;
  }
}

@media (max-width: 767px) {
  #header .header-bottom,
  #header .header-bottom__container { min-height: 60px; }
  #header .header-bottom__logo .navbar-brand::before { font-size: 16px; }
  #main { padding-block: 22px 48px; }

  #checkout #main {
    padding: 0 0 54px;
  }

  #checkout .checkout-steps {
    margin-bottom: 20px;
    padding: 14px 18px;
  }

  #checkout .checkout-steps__left svg {
    width: 58px !important;
    height: 58px !important;
  }

  #checkout .checkout-steps__title {
    margin-bottom: 3px;
    font-size: 15px;
  }

  #checkout .checkout-steps__subtitle {
    margin: 0;
    font-size: 11px;
  }

  #checkout .columns-container.container {
    width: min(100% - 24px, 1240px) !important;
  }

  #checkout .checkout-grid {
    --bs-gutter-x: 0;
  }

  #checkout .checkout-grid__content .step {
    padding: 25px 19px 27px;
    border-radius: 14px !important;
  }

  #checkout .step__title {
    margin-bottom: 21px;
  }

  #checkout .step__title .page-title-section {
    font-size: 30px;
  }

  #checkout #customer-form > section,
  #checkout .js-address-form section,
  #checkout .address__list,
  #checkout .addresses__list {
    grid-template-columns: 1fr;
  }

  #checkout #customer-form > section > .mb-3,
  #checkout .js-address-form section > .mb-3 {
    grid-column: 1;
  }

  #checkout .form-control,
  #checkout .form-select {
    min-height: 48px;
  }

  #checkout .buttons-wrapper .btn {
    width: 100%;
  }

  #checkout .checkout__summary-accordion-header .accordion-button {
    padding: 19px 20px 14px;
    font-size: 20px;
  }

  #checkout .checkout__summary-accordion-wrapper {
    padding: 0 20px 20px;
  }

  #checkout .delivery-option__label,
  #checkout .payment-option label {
    padding: 15px;
  }

  #checkout .checkout-grid__aside-wrapper::after {
    padding-inline: 14px;
    font-size: 9px;
  }
}
