.footer {
    background: linear-gradient(135deg, rgb(101, 65, 56) 0%, rgb(79, 49, 42) 50%, rgb(61, 37, 31) 100%);
    color: rgba(255,255,255,.78);
}

/* Shared modern policy pages */
.cstm-policy-page {
  background: #fff9f6;
  color: #4a332d;
  font-family: "Roboto", sans-serif;
}

.cstm-policy-shell { max-width: 1060px; padding-top: 30px; padding-bottom: 74px; }
.cstm-policy-nav {
  display: flex;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 24px;
  padding: 5px;
  overflow-x: auto;
  border: 1px solid #ead8d1;
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 9px 28px rgba(74,51,45,.06);
  scrollbar-width: none;
}
.cstm-policy-nav::-webkit-scrollbar { display: none; }
.cstm-policy-nav a {
  flex: 0 0 auto;
  min-width: 92px;
  padding: 10px 17px;
  border-radius: 999px;
  color: #70554c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .35px;
  text-align: center;
  text-decoration: none;
  transition: color .25s ease, background-color .25s ease;
}
.cstm-policy-nav a:hover,
.cstm-policy-nav a.is-active { background: #75493c; color: #fff; }

.cstm-policy-card {
  overflow: hidden;
  border: 1px solid #ead8d1;
  border-radius: 16px;
  background: rgba(255,255,255,.84);
  box-shadow: 0 18px 48px rgba(74,51,45,.07);
}
.cstm-policy-intro {
  padding: clamp(25px, 4vw, 42px);
  border-bottom: 1px solid #ead8d1;
  background: linear-gradient(135deg, #fff7f3, #fffdfc);
}
.cstm-policy-intro h2,
.cstm-policy-contact h2 {
  margin: 0 0 9px;
  color: #8d5b4f;
  font-family: "Prata", serif;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  line-height: 1.25;
}
.cstm-policy-intro p { max-width: 850px; margin: 0; }
.cstm-policy-card > section {
  display: grid;
  grid-template-columns: minmax(210px, 31%) minmax(0, 1fr);
  gap: 30px;
  padding: 26px clamp(24px, 4vw, 42px);
  border-bottom: 1px solid #ead8d1;
}
.cstm-policy-card > section h2 {
  margin: 0;
  color: #6a4434;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
  text-transform: none;
}
.cstm-policy-card p,
.cstm-policy-card li {
  color: #705b54;
  font-size: 14px;
  line-height: 1.75;
}
.cstm-policy-card section p { margin: 0; }
.cstm-policy-card ul,
.cstm-policy-card ol { margin: 0; padding-left: 20px; }
.cstm-policy-card li + li { margin-top: 7px; }
.cstm-policy-card a { color: #9b5948; font-weight: 700; text-underline-offset: 3px; }

.cstm-policy-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid #ead8d1;
  background: linear-gradient(135deg, #fff7f3, #fffdfc);
}
.cstm-policy-highlights > div { padding: 27px 24px; text-align: center; }
.cstm-policy-highlights > div + div { border-left: 1px solid #ead8d1; }
.cstm-policy-highlights strong {
  display: block;
  margin-bottom: 6px;
  color: #75493c;
  font-family: "Prata", serif;
  font-size: 20px;
  line-height: 1.25;
}
.cstm-policy-highlights span { color: #8c7168; font-size: 12px; }
.cstm-policy-contact {
  margin: clamp(24px, 4vw, 42px);
  padding: 26px 28px;
  border: 1px dashed #dcbdb2;
  border-radius: 12px;
  background: #fff5f1;
}
.cstm-policy-contact h2 { font-size: 22px; }
.cstm-policy-contact p { margin: 5px 0 0; }

@media (max-width: 767px) {
  .cstm-policy-shell { padding: 20px 12px 48px; }
  .cstm-policy-nav { justify-content: flex-start; width: 100%; margin-bottom: 16px; border-radius: 11px; }
  .cstm-policy-nav a { min-width: 84px; padding: 9px 13px; }
  .cstm-policy-card { border-radius: 12px; }
  .cstm-policy-card > section { grid-template-columns: 1fr; gap: 9px; padding: 21px 18px; }
  .cstm-policy-card > section h2 { font-size: 14px; }
  .cstm-policy-card p,
  .cstm-policy-card li { font-size: 13px; line-height: 1.7; }
  .cstm-policy-highlights { grid-template-columns: 1fr; }
  .cstm-policy-highlights > div { padding: 18px; }
  .cstm-policy-highlights > div + div { border-top: 1px solid #ead8d1; border-left: 0; }
  .cstm-policy-highlights strong { font-size: 18px; }
  .cstm-policy-contact { margin: 18px; padding: 20px 18px; }
}
.footer.footer_type_1 { background: linear-gradient(135deg, rgb(101, 65, 56) 0%, rgb(79, 49, 42) 50%, rgb(61, 37, 31) 100%); }
.footer.footer_type_1 { position: relative; isolation: isolate; overflow: hidden; }
.footer.footer_type_1::after {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    left: 0;
    height: 210px;
    content: "";
    pointer-events: none;
    background-image: url("../images/jaipur-footer-line-art.png");
    background-repeat: repeat-x;
    background-position: 0 bottom;
    background-size: auto 195px;
    opacity: .1;
    animation: jaipur-footer-drift 32s linear infinite;
    will-change: background-position;
}
.footer.footer_type_1 > * { position: relative; z-index: 1; }
@keyframes jaipur-footer-drift {
    from { background-position: 0 bottom; }
    to { background-position: -634px bottom; }
}
.footer.footer_type_1 .footer-middle { padding-top: 48px; padding-bottom: 32px; }
.footer.footer_type_1 .footer-middle > .row { align-items: flex-start; }
@media (min-width: 992px) {
    .footer.footer_type_1 .footer-store-info { width: 25%; }
    .footer.footer_type_1 .footer-menu { width: 15%; }
    .footer.footer_type_1 .footer-newsletter { width: 30%; }
}
.footer.footer_type_1 .logo__image { width: auto; max-width: 220px; max-height: 72px; filter: brightness(0) invert(1); object-fit: contain; object-position: left center; }
.footer.footer_type_1 .footer-store-info .logo { margin-bottom: 24px; }
.footer.footer_type_1 .footer-contact-list { display: grid; gap: 11px; margin-bottom: 22px; }
.footer.footer_type_1 .footer-contact-item { display: flex; width: fit-content; max-width: 100%; align-items: flex-start; gap: 10px; margin: 0; color: rgba(255,255,255,.8); font-family: "Roboto", sans-serif; font-size: 14px; font-weight: 400; line-height: 1.5; text-decoration: none; transition: color .25s ease; }
.footer.footer_type_1 a.footer-contact-item:hover { color: #fff; }
.footer.footer_type_1 .footer-contact-item svg { flex: 0 0 18px; width: 18px; height: 18px; margin-top: 1px; fill: currentColor; }
.footer.footer_type_1 .footer-address,
.footer.footer_type_1 p,
.footer.footer_type_1 strong,
.footer.footer_type_1 .footer-copyright { color: rgba(255,255,255,.76); }
.footer.footer_type_1 .sub-menu__title { margin-bottom: 13px; color: #fff; font-family: "Roboto", sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .9px; }
.footer.footer_type_1 .sub-menu__item { margin-bottom: 6px; }
.footer.footer_type_1 .menu-link { padding: 3px 0; color: rgba(255,255,255,.72); font-family: "Roboto", sans-serif; line-height: 1.4; transition: color .25s ease; }
.footer.footer_type_1 .menu-link:hover,
.footer.footer_type_1 .menu-link:focus { color: #fff; }
.footer.footer_type_1 .footer__social-link { display: flex !important; width: 34px; height: 34px; padding: 0 !important; align-items: center !important; justify-content: center !important; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(255,255,255,.04); color: rgba(255,255,255,.9); line-height: 0; transition: background .25s ease, border-color .25s ease, color .25s ease, transform .25s ease; }
.footer.footer_type_1 .social-links { gap: 8px; margin-left: 0 !important; padding-left: 0 !important; }
.footer.footer_type_1 .social-links li { display: flex; margin: 0; padding: 0; align-items: center; justify-content: center; }
.footer.footer_type_1 .footer__social-link svg { display: block !important; flex: 0 0 13px; width: 13px !important; height: 13px !important; margin: 0 !important; fill: currentColor; vertical-align: middle; }
.footer.footer_type_1 .footer__social-link:hover { border-color: #d79a8e; background: #d79a8e; color: #fff; transform: translateY(-2px); }
.footer.footer_type_1 .footer-newsletter__form { overflow: hidden; border: 1px solid rgba(255,255,255,.32); border-radius: 3px; background: rgba(255,255,255,.04) !important; }
.footer.footer_type_1 .footer-newsletter__form .form-control { min-height: 46px; padding-right: 84px; border: 0 !important; background: transparent; color: #fff; }
.footer.footer_type_1 .footer-newsletter__form .form-control::placeholder { color: rgba(255,255,255,.62); }
.footer.footer_type_1 .footer-newsletter__form .btn-link { padding: 0 18px; border: 0; background: #bf7e74 !important; color: #fff; font-family: "Roboto", sans-serif; font-size: 11px; font-weight: 700; }
.footer.footer_type_1 .footer-newsletter__form .btn-link:hover { background: #d09287 !important; }
.footer-payment-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.footer-payment-badge { display: grid; width: 52px; height: 35px; place-items: center; overflow: hidden; border-radius: 4px; background: #fff9f6; color: #333; font-family: Arial, sans-serif; font-size: 15px; font-style: italic; font-weight: 800; line-height: 1; }
.footer-payment-badge img { display: block; width: 42px !important; height: 24px !important; margin: 0 !important; padding: 0 !important; border-radius: 0 !important; background: transparent !important; object-fit: contain; object-position: center; }
.footer-payment-badge--upi { color: #555; letter-spacing: -.8px; }
.footer-payment-badge--upi::first-letter { color: #e87924; }
.footer-payment-badge--rupay { color: #263983; font-size: 13px; letter-spacing: -.7px; }
.footer-payment-badge--rupay b { color: #e77724; }
.footer.footer_type_1 .footer-bottom { padding-top: 22px; padding-bottom: 22px; border-top: 1px solid rgba(255,255,255,.16); }
.footer.footer_type_1 .fooer-mn,
.footer.footer_type_1 .fooer-mn .footer-copyright,
.footer.footer_type_1 .fooer-mn span,
.footer.footer_type_1 .fooer-mn .footer-copyright > span {
    color: rgba(255, 255, 255, .76) !important;
}
.footer.footer_type_1 .fooer-mn { text-align: right; }
@media (max-width: 991.98px) {
    .footer.footer_type_1 .footer-middle { padding-top: 38px; padding-bottom: 22px; }
    .footer.footer_type_1 .footer-store-info { padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.14); }
    .footer.footer_type_1 .footer-newsletter { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); }
}
@media (max-width: 575.98px) {
    .footer.footer_type_1 .footer-middle { padding: 30px 20px 16px; }
    .footer.footer_type_1 .logo__image { max-width: 185px; }
    .footer.footer_type_1 .footer-store-info .logo { margin-bottom: 20px; }
    .footer.footer_type_1 .footer-contact-list { gap: 9px; margin-bottom: 18px; }
    .footer.footer_type_1 .footer-contact-item { font-size: 13px; }
    .footer.footer_type_1 .footer-column.footer-menu { width: 50%; }
    .footer.footer_type_1 .footer-store-info,
    .footer.footer_type_1 .footer-newsletter { width: 100%; }
    .footer.footer_type_1 .sub-menu__title { margin-bottom: 10px; }
    .footer.footer_type_1 .sub-menu__item { margin-bottom: 5px; }
    .footer.footer_type_1 .footer-bottom { margin-bottom: 0; padding: 18px 20px; text-align: center; }
    .footer.footer_type_1 .fooer-mn { margin-top: 6px; text-align: center; }
    .footer-mobile { display: none !important; }
}

@media (max-width: 767.98px) {
    .footer-mobile { display: none !important; }
    .whatsapp_btn { bottom: 10px !important; }
    .mobile-menu-opened .header-mobile__navigation {
        height: calc(100dvh - 60px) !important;
        max-height: calc(100dvh - 60px) !important;
        padding-bottom: calc(20px + env(safe-area-inset-bottom));
        overflow-x: hidden !important;
        overflow-y: auto !important;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }
    .header-mobile__navigation > .container,
    .header-mobile__navigation > .border-top { flex: 0 0 auto; }
    .header-mobile__navigation > .border-top { margin-top: 18px !important; padding-top: 4px; }
    .header-mobile__navigation .customer-links { display: flex; align-items: center; min-height: 42px; }
    .header-mobile__navigation .social-links { gap: 8px; padding-bottom: 8px; }
    .header-mobile__navigation .footer__social-link {
        display: flex !important;
        width: 38px;
        height: 38px;
        padding: 0 !important;
        align-items: center;
        justify-content: center;
        border: 1px solid #ded4d0;
        border-radius: 50%;
        line-height: 0;
    }
    .header-mobile__navigation .footer__social-link svg { display: block; margin: 0; }
    .footer.footer_type_1::after {
        height: 160px;
        background-size: auto 148px;
        opacity: .09;
        animation-duration: 26s;
    }
}

/* Modern My Account experience. */
.woocommerce-account main#content > .page-content,
.woocommerce-account main#content > .woocommerce { width: 100%; max-width: 1400px; margin-right: auto; margin-left: auto; padding-right: 24px; padding-left: 24px; color: #4a332d; font-family: "Roboto",sans-serif; }
.woocommerce-account .woocommerce-notices-wrapper { grid-column: 1/-1; }
.woocommerce-account .woocommerce-error,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-message { margin: 0 0 18px; padding: 14px 16px 14px 48px; border: 1px solid rgba(106,68,52,.15); border-radius: 8px; background: #fff8f5; color: #654b43; font-size: 12px; box-shadow: none; }
.woocommerce-account .woocommerce-error::before,
.woocommerce-account .woocommerce-info::before,
.woocommerce-account .woocommerce-message::before { top: 50%; left: 16px; color: #a65f50; transform: translateY(-50%); }
.woocommerce-account .u-columns#customer_login { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(22px,4vw,48px); width: 100%; margin: 10px auto 64px; }
.woocommerce-account .u-columns#customer_login::before,
.woocommerce-account .u-columns#customer_login::after { display: none; }
.woocommerce-account .u-columns#customer_login > .col-1,
.woocommerce-account .u-columns#customer_login > .col-2 { width: 100%; min-width: 0; margin: 0; padding: clamp(22px,3vw,34px); float: none; border: 1px solid rgba(106,68,52,.15); border-radius: 12px; background: rgba(255,255,255,.76); box-shadow: 0 16px 42px rgba(74,51,45,.065); }
.woocommerce-account .u-columns#customer_login h2 { margin: 0 0 8px; background: none; color: #8d5b4f; font-family: Prata,serif; font-size: clamp(26px,2.4vw,34px); font-weight: 700; line-height: 1.25; text-transform: none; -webkit-text-fill-color: #8d5b4f; }
.woocommerce-account .cstm-account-card-intro { min-height: 42px; margin: 0 0 22px; color: #887169; font-size: 12px; line-height: 1.55; }
.woocommerce-account #customer_login form.login,
.woocommerce-account #customer_login form.register { margin: 0; padding: 0; border: 0; background: transparent; }
.woocommerce-account #customer_login .form-row { width: 100%; margin: 0 0 16px; padding: 0; }
.woocommerce-account #customer_login label,
.woocommerce-account .woocommerce-MyAccount-content label { display: block; margin: 0 0 7px; color: #5c4038; font-size: 11px; font-weight: 700; }
.woocommerce-account #customer_login .input-text,
.woocommerce-account .woocommerce-MyAccount-content .input-text,
.woocommerce-account .woocommerce-MyAccount-content select { width: 100%; min-height: 46px; padding: 11px 13px; border: 1px solid rgba(106,68,52,.22); border-radius: 6px; background: #fffdfc; color: #4a332d; font-family: "Roboto",sans-serif; font-size: 12px; }
.woocommerce-account #customer_login .input-text:focus,
.woocommerce-account .woocommerce-MyAccount-content .input-text:focus,
.woocommerce-account .woocommerce-MyAccount-content select:focus { border-color: #8d5b4f; outline: 0; box-shadow: 0 0 0 3px rgba(141,91,79,.09); }
.woocommerce-account #customer_login .woocommerce-form-login__rememberme { display: inline-flex; margin: 0 16px 8px 0; align-items: center; gap: 7px; color: #70564e; font-size: 11px; font-weight: 600; }
.woocommerce-account input[type="checkbox"] { accent-color: #6a4434; }
.woocommerce-account #customer_login .button,
.woocommerce-account .woocommerce-MyAccount-content .button { display: inline-flex; min-height: 44px; padding: 11px 20px; align-items: center; justify-content: center; border: 1px solid #6a4434 !important; border-radius: 5px !important; background: #6a4434 !important; color: #fff !important; font-family: "Roboto",sans-serif; font-size: 10.5px; font-weight: 800; letter-spacing: .55px; line-height: 1.3; text-decoration: none; text-transform: uppercase; box-shadow: none; transition: background-color .2s ease,box-shadow .2s ease,transform .2s ease; }
.woocommerce-account #customer_login .button:hover,
.woocommerce-account .woocommerce-MyAccount-content .button:hover { border-color: #4d3028 !important; background: #4d3028 !important; box-shadow: 0 7px 18px rgba(74,51,45,.16); transform: translateY(-1px); }
.woocommerce-account #customer_login .lost_password { margin: 4px 0 0; font-size: 11px; }
.woocommerce-account #customer_login .lost_password a,
.woocommerce-account .woocommerce-MyAccount-content a { color: #8d5b4f; font-weight: 700; text-underline-offset: 3px; }
.woocommerce-account .cstm-account-shell { display: grid; grid-template-columns: 250px minmax(0,1fr); gap: 28px; width: 100%; margin: 10px auto 64px; align-items: start; font-family: "Roboto",sans-serif; }
.woocommerce-account .woocommerce-MyAccount-navigation { width: 100%; margin: 0; padding: 12px; float: none; border: 1px solid rgba(106,68,52,.15); border-radius: 11px; background: rgba(255,255,255,.76); box-shadow: 0 12px 34px rgba(74,51,45,.055); }
.woocommerce-account .woocommerce-MyAccount-navigation ul { display: grid; gap: 4px; margin: 0; padding: 0; list-style: none; }
.woocommerce-account .woocommerce-MyAccount-navigation li { margin: 0; padding: 0; border: 0; }
.woocommerce-account .woocommerce-MyAccount-navigation a { display: flex; min-height: 43px; padding: 10px 13px; align-items: center; border-radius: 6px; color: #634a43; font-size: 11.5px; font-weight: 700; letter-spacing: .15px; text-decoration: none; transition: background-color .2s ease,color .2s ease,transform .2s ease; }
.woocommerce-account .woocommerce-MyAccount-navigation li:not(.is-active) a:hover { background: #f7e8e2; color: #6a4434; transform: translateX(2px); }
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a { background: #6a4434; color: #fff; }
.woocommerce-account .woocommerce-MyAccount-content { width: 100%; min-width: 0; margin: 0; padding: clamp(21px,3vw,32px); float: none; border: 1px solid rgba(106,68,52,.15); border-radius: 11px; background: rgba(255,255,255,.76); box-shadow: 0 12px 34px rgba(74,51,45,.055); color: #604a43; font-size: 12px; line-height: 1.65; }
.woocommerce-account .woocommerce-MyAccount-content > p:first-child { margin-top: 0; }
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 { margin: 0 0 18px; background: none; color: #8d5b4f; font-family: Prata,serif; font-size: clamp(23px,2.2vw,31px); font-weight: 700; line-height: 1.25; text-transform: none; -webkit-text-fill-color: #8d5b4f; }
.woocommerce-account .woocommerce-MyAccount-content fieldset { margin: 24px 0 20px; padding: 20px; border: 1px solid rgba(106,68,52,.15); border-radius: 8px; }
.woocommerce-account .woocommerce-MyAccount-content legend { padding: 0 8px; color: #8d5b4f; font-family: Prata,serif; font-size: 17px; font-weight: 700; }
.woocommerce-account .woocommerce-MyAccount-content .form-row { margin-bottom: 15px; }
.woocommerce-account .woocommerce-orders-table,
.woocommerce-account .woocommerce-MyAccount-paymentMethods { width: 100%; margin: 0 0 20px; border: 1px solid rgba(106,68,52,.14); border-radius: 8px; border-collapse: separate; border-spacing: 0; overflow: hidden; font-size: 11.5px; }
.woocommerce-account .woocommerce-orders-table th,
.woocommerce-account .woocommerce-MyAccount-paymentMethods th { padding: 13px 12px; border: 0; background: #fff3ee; color: #6a4434; font-size: 10px; font-weight: 800; letter-spacing: .55px; text-transform: uppercase; }
.woocommerce-account .woocommerce-orders-table td,
.woocommerce-account .woocommerce-MyAccount-paymentMethods td { padding: 13px 12px; border: 0; border-top: 1px solid rgba(106,68,52,.12); color: #5d4740; }
.woocommerce-account .woocommerce-Addresses { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.woocommerce-account .woocommerce-Addresses::before,
.woocommerce-account .woocommerce-Addresses::after { display: none; }
.woocommerce-account .woocommerce-Address { width: 100% !important; margin: 0; padding: 19px; float: none !important; border: 1px solid rgba(106,68,52,.14); border-radius: 8px; background: #fffaf8; }
.woocommerce-account .woocommerce-Address-title { display: flex; margin-bottom: 12px; align-items: center; justify-content: space-between; gap: 12px; }
.woocommerce-account .woocommerce-Address-title h2,
.woocommerce-account .woocommerce-Address-title h3 { min-width: 0; margin: 0; font-size: 19px; line-height: 1.3; overflow-wrap: anywhere; }
.woocommerce-account .woocommerce-Address-title .edit { flex: 0 0 auto; font-size: 10.5px; white-space: nowrap; }
.woocommerce-account .woocommerce-Address address { margin: 0; color: #7a625b; font-style: normal; line-height: 1.65; }
@media (max-width: 767.98px) {
    .woocommerce-account main#content > .page-content,
    .woocommerce-account main#content > .woocommerce { padding-right: 12px; padding-left: 12px; }
    .woocommerce-account .u-columns#customer_login { grid-template-columns: minmax(0,1fr); gap: 16px; margin-bottom: 40px; }
    .woocommerce-account .u-columns#customer_login > .col-1,
    .woocommerce-account .u-columns#customer_login > .col-2 { padding: 20px 16px; border-radius: 9px; }
    .woocommerce-account .cstm-account-card-intro { min-height: 0; }
    .woocommerce-account #customer_login .button { width: 100%; margin-top: 4px; }
    .woocommerce-account .cstm-account-shell { grid-template-columns: minmax(0,1fr); gap: 14px; margin-bottom: 40px; }
    .woocommerce-account .woocommerce-MyAccount-navigation { padding: 8px; overflow: hidden; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul { display: flex; gap: 7px; overflow-x: auto; scrollbar-width: none; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul::-webkit-scrollbar { display: none; }
    .woocommerce-account .woocommerce-MyAccount-navigation li { flex: 0 0 auto; }
    .woocommerce-account .woocommerce-MyAccount-navigation a { min-height: 39px; padding: 8px 12px; white-space: nowrap; }
    .woocommerce-account .woocommerce-MyAccount-content { padding: 20px 15px; border-radius: 9px; }
    .woocommerce-account .woocommerce-orders-table,
    .woocommerce-account .woocommerce-MyAccount-paymentMethods { border: 0; }
    .woocommerce-account .woocommerce-orders-table tr,
    .woocommerce-account .woocommerce-MyAccount-paymentMethods tr { display: block; margin-bottom: 12px; padding: 10px; border: 1px solid rgba(106,68,52,.14); border-radius: 7px; background: #fffaf8; }
    .woocommerce-account .woocommerce-orders-table td,
    .woocommerce-account .woocommerce-MyAccount-paymentMethods td { padding: 8px 7px; border-top: 1px solid rgba(106,68,52,.09); }
    .woocommerce-account .woocommerce-Addresses { grid-template-columns: minmax(0,1fr); }
}

@media (prefers-reduced-motion: reduce) {
    .footer.footer_type_1::after { animation: none; }
}

/* Mobile product carousel: one full card with a preview of the next card. */
.home-mobile-product-action { display: none; }
.limited-edition-section { padding-bottom: 72px; }
.limited-edition-products__track { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px; }
@media (max-width: 767.98px) {
    .home-product-section .home-products-mobile-slider {
        display: flex;
        flex-wrap: nowrap;
        gap: 24px;
        margin-right: calc(var(--bs-gutter-x, 1.5rem) * -.5);
        margin-left: 0;
        padding: 0 5% 8px 0;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        scroll-padding-left: 0;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .home-product-section .home-products-mobile-slider::-webkit-scrollbar { display: none; }
    .home-product-section .home-products-mobile-slider > [class*="col-"] {
        flex: 0 0 calc(95% - 12px);
        width: calc(95% - 12px);
        max-width: none;
        padding-right: 0;
        padding-left: 0;
        scroll-snap-align: start;
    }
    .home-product-section .home-products-mobile-slider .product-card { width: 100%; margin-bottom: 8px !important; }
    .home-product-section .home-products-mobile-slider .pc__img-wrapper > .pc__atc { display: none !important; }
    .limited-edition-section .pc__img-wrapper > .pc__atc { display: none !important; }
    .home-product-section .home-mobile-product-action,
    .limited-edition-section .home-mobile-product-action {
        display: block;
        width: 100%;
        min-height: 44px;
        margin-top: 14px;
        padding: 12px 16px;
        border: 1px solid #6a4434;
        border-radius: 4px;
        background: #6a4434;
        color: #fff;
        font-family: "Roboto", sans-serif;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.4;
        letter-spacing: .7px;
        text-align: center;
        text-transform: uppercase;
        transition: all .3s ease;
    }
    .home-product-section .home-mobile-product-action:hover,
    .home-product-section .home-mobile-product-action:focus-visible,
    .limited-edition-section .home-mobile-product-action:hover,
    .limited-edition-section .home-mobile-product-action:focus-visible { border-color: #513329; background: #513329; color: #fff; }
    .limited-edition-section .product-card { margin-bottom: 8px; }
    .limited-edition-section { padding-bottom: 54px; }
    .limited-edition-section .limited-edition-products__track {
        display: flex;
        flex-wrap: nowrap;
        gap: 24px;
        margin-right: calc(var(--bs-gutter-x, 1.5rem) * -.5);
        padding: 0 5% 8px 0;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .limited-edition-section .limited-edition-products__track::-webkit-scrollbar { display: none; }
    .limited-edition-section .limited-edition-products__track > .product-card {
        flex: 0 0 calc(95% - 12px);
        width: calc(95% - 12px);
        max-width: none;
        scroll-snap-align: start;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .limited-edition-products__track { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
}

/* AJAX shopping bag */
#cartDrawer.cart-drawer {
    display: flex;
    flex-direction: column;
    width: min(430px, 100vw);
    height: 100dvh;
    padding: 0;
    overflow: hidden;
    opacity: 1;
    box-shadow: -10px 0 35px rgba(0, 0, 0, 0.12);
}

#cartDrawer .aside-header {
    flex: 0 0 auto;
    min-height: 72px;
    margin: 0;
    padding: 20px 24px;
    border-bottom: 1px solid #ececec;
    background: #fff;
}

#cartDrawer .btn-close-aside {
    width: 36px;
    height: 36px;
    border: 0;
    background-color: transparent;
}

#cartDrawer .cart-drawer-dynamic {
    display: flex;
    flex: 1 1 auto;
    min-height: 0;
    flex-direction: column;
}

#cartDrawer .cart-drawer-items-list {
    flex: 1 1 auto;
    max-height: none;
    min-height: 0;
    height: auto;
    margin: 0;
    padding: 8px 24px;
    overflow-x: hidden;
    overflow-y: auto;
}

.cart-drawer-product {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid #ececec;
}

.cart-drawer-product__image,
.cart-drawer-product__image img {
    display: block;
    width: 88px;
    height: 112px;
    border-radius: 6px;
    object-fit: cover;
}

.cart-drawer-product__body,
.cart-drawer-product__top {
    min-width: 0;
}

.cart-drawer-product__top,
.cart-drawer-product__bottom,
.cart-drawer-subtotal,
.cart-drawer-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.cart-drawer-product__title {
    display: -webkit-box;
    overflow: hidden;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#cartDrawer .variation {
    margin: 8px 0;
    color: #666;
    font-size: clamp(9px, .65vw, 12px);
}

#cartDrawer .variation dt,
#cartDrawer .variation dd,
#cartDrawer .variation p {
    display: inline;
    margin: 0 4px 0 0;
}

.cart-drawer-product__bottom {
    margin-top: 14px;
}

#cartDrawer .cart-item-remove {
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #f5f5f5;
    color: #555;
    font-size: 22px;
    line-height: 28px;
}

#cartDrawer .cart-qty-wrapper {
    display: grid;
    grid-template-columns: 32px 38px 32px;
    height: 34px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 5px;
}

#cartDrawer .qty-btn,
#cartDrawer .cart-item-qty {
    width: 100%;
    height: 32px;
    padding: 0;
    border: 0;
    background: #fff;
    text-align: center;
}

#cartDrawer .qty-btn {
    font-size: 18px;
}

#cartDrawer .qty-btn:hover {
    background: #f3f3f3;
}

#cartDrawer .cart-item-qty {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-radius: 0;
    appearance: textfield;
}

#cartDrawer .cart-item-qty::-webkit-inner-spin-button,
#cartDrawer .cart-item-qty::-webkit-outer-spin-button {
    margin: 0;
    appearance: none;
}

#cartDrawer .cart-item-price {
    color: #222;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

#cartDrawer .cart-drawer-actions {
    position: static;
    flex: 0 0 auto;
    width: 100%;
    padding: 18px 24px 24px;
    border-top: 1px solid #e5e5e5;
    background: #fff;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.05);
}

.cart-drawer-subtotal {
    margin-bottom: 15px;
    font-size: 13px;
}

.cart-drawer-buttons .btn {
    flex: 1 1 50%;
    margin: 0;
}

.cart-drawer-empty {
    display: grid;
    min-height: 280px;
    place-content: center;
    justify-items: center;
    gap: 14px;
    text-align: center;
}

.cart-drawer-notice {
    margin: 12px 24px;
    padding: 10px 12px;
    border-radius: 4px;
    background: #fff0f0;
    color: #a40000;
    font-size: 15px;
}

#cartDrawer.is-loading::after {
    position: absolute;
    inset: 72px 0 0;
    z-index: 4;
    background: rgba(255, 255, 255, 0.55);
    content: "";
    cursor: wait;
}

@media (max-width: 575.98px) {
    #cartDrawer .aside-header,
    #cartDrawer .cart-drawer-items-list,
    #cartDrawer .cart-drawer-actions {
        padding-right: 16px;
        padding-left: 16px;
    }

    .cart-drawer-product {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 10px;
    }

    .cart-drawer-product__image,
    .cart-drawer-product__image img {
        width: 72px;
        height: 96px;
    }
}

/* Theme-aligned shopping bag drawer. */
#cartDrawer.cart-drawer {
    border-left: 1px solid rgba(106, 68, 52, .16);
    background: #fff9f6;
    color: #4a332d;
    font-family: "Roboto", sans-serif;
    box-shadow: -18px 0 48px rgba(61, 37, 31, .18);
}
#cartDrawer .aside-header {
    min-height: 76px;
    padding: 18px 22px;
    border-bottom-color: rgba(106, 68, 52, .16);
    background: linear-gradient(135deg, #654138 0%, #4f312a 55%, #3d251f 100%);
    color: #fff;
}
#cartDrawer #cartDrawerTitle {
    color: #fff;
    font-family: Prata, serif;
    font-size: 18px !important;
    font-weight: 700;
    letter-spacing: .01em;
    text-transform: none !important;
}
#cartDrawer #cartDrawerTitle .cart-amount { color: #efd6cd; }
#cartDrawer .btn-close-aside {
    position: relative;
    display: grid;
    width: 38px;
    height: 38px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 50%;
    background: rgba(255, 255, 255, .09) url("data:image/svg+xml,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 14.5L14.5 1M1.5 1L15 14.5' stroke='%23fff' stroke-width='1.6'/%3e%3c/svg%3e") center/15px auto no-repeat;
    transition: background-color .2s ease, transform .2s ease;
}
#cartDrawer .btn-close-aside:hover { background-color: rgba(255, 255, 255, .18); transform: rotate(4deg); }
#cartDrawer .cart-drawer-items-list { padding-top: 12px; padding-bottom: 12px; scrollbar-color: #c89a8d transparent; scrollbar-width: thin; }
#cartDrawer .cart-drawer-items-list::-webkit-scrollbar { width: 5px; }
#cartDrawer .cart-drawer-items-list::-webkit-scrollbar-thumb { border-radius: 10px; background: #c89a8d; }
#cartDrawer .cart-drawer-product {
    margin: 0 0 10px;
    padding: 12px;
    border: 1px solid rgba(106, 68, 52, .13);
    border-radius: 9px;
    background: rgba(255, 255, 255, .76);
    box-shadow: 0 5px 16px rgba(74, 51, 45, .04);
}
#cartDrawer .cart-drawer-product:last-child { margin-bottom: 0; border-bottom: 1px solid rgba(106, 68, 52, .13); }
#cartDrawer .cart-drawer-product__image,
#cartDrawer .cart-drawer-product__image img { border-radius: 7px; background: #f3e8e2; }
#cartDrawer .cart-drawer-product__title {
    color: #4a332d;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
}
#cartDrawer .cart-drawer-product__title:hover { color: #a65f50; }
#cartDrawer .variation { color: #987b72; font-size: 11px; }
#cartDrawer .cart-item-remove {
    width: 29px;
    height: 29px;
    border: 1px solid rgba(106, 68, 52, .11);
    background: #f7ebe6;
    color: #8d5b4f;
    font-size: 19px;
    line-height: 25px;
    transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}
#cartDrawer .cart-item-remove:hover { border-color: #8d5b4f; background: #8d5b4f; color: #fff; }
#cartDrawer .cart-drawer-product__bottom {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 7px;
    align-items: center;
}
#cartDrawer .cart-qty-wrapper {
    width: 84px;
    height: 32px;
    grid-template-columns: 26px 30px 26px;
    border-color: rgba(106, 68, 52, .23);
    background: #fff;
    box-sizing: border-box;
}
#cartDrawer .qty-btn,
#cartDrawer .cart-item-qty { width: 100% !important; min-width: 0 !important; height: 30px; background: #fff; color: #6a4434; font-family: "Roboto", sans-serif; box-sizing: border-box; }
#cartDrawer .qty-btn:hover { background: #f4e4de; }
#cartDrawer .qty-btn { min-width: 0; font-size: 15px; line-height: 1; }
#cartDrawer .cart-item-qty { border-color: rgba(106, 68, 52, .18); font-size: 11px; font-weight: 700; }
#cartDrawer .cart-item-price {
    display: flex;
    max-width: 155px;
    align-items: baseline;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 2px 5px;
    color: #6a4434;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    text-align: right;
}
#cartDrawer .cart-item-price ins { color: #6a4434; font-size: 13px; font-weight: 800; text-decoration: none; white-space: nowrap; }
#cartDrawer .cart-item-price del { color: #aa9b96; font-size: 10px; font-weight: 400; white-space: nowrap; }
#cartDrawer .cart-item-price small { color: #e53b4f; font-size: 9.5px; font-weight: 700; white-space: nowrap; }
#cartDrawer .cart-drawer-offers { margin: 14px 0 4px; padding: 13px; border: 1px dashed rgba(141,91,79,.34); border-radius: 9px; background: rgba(246,229,222,.46); }
#cartDrawer .cart-drawer-offers__heading { display: flex; margin-bottom: 10px; align-items: center; gap: 8px; }
#cartDrawer .cart-drawer-offers__heading > span { display: grid; width: 30px; height: 30px; flex: 0 0 30px; place-items: center; border-radius: 50%; background: #f1d6cc; color: #a85f50; font-size: 11px; font-weight: 800; }
#cartDrawer .cart-drawer-offers__heading div { display: grid; min-width: 0; gap: 1px; }
#cartDrawer .cart-drawer-offers__heading strong { color: #4a332d; font-family: Prata,serif; font-size: 14px; line-height: 1.25; }
#cartDrawer .cart-drawer-offers__heading small { color: #8e756d; font-size: 9.5px; }
#cartDrawer .cart-drawer-offers__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; }
#cartDrawer .cart-drawer-offer { display: flex; min-width: 0; min-height: 52px; padding: 8px; align-items: center; justify-content: space-between; gap: 5px; border: 1px solid rgba(106,68,52,.13); border-radius: 6px; background: rgba(255,255,255,.82); }
#cartDrawer .cart-drawer-offer > span { display: grid; min-width: 0; gap: 2px; }
#cartDrawer .cart-drawer-offer strong { overflow: hidden; color: #4a332d; font-size: 9.5px; font-weight: 800; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
#cartDrawer .cart-drawer-offer small { color: #967b72; font-size: 8.5px; line-height: 1.2; }
#cartDrawer .cart-drawer-offer b { flex: 0 0 auto; padding: 4px 5px; border-radius: 4px; background: #f4dcd3; color: #9d5547; font-size: 9px; white-space: nowrap; }
#cartDrawer .cart-drawer-offer.is-active { border-color: #8d5b4f; box-shadow: 0 4px 12px rgba(106,68,52,.08); }
#cartDrawer .cart-drawer-offer.is-active small { color: #a85f50; font-weight: 700; }
#cartDrawer .cart-drawer-offer-strip { display: flex; height: 34px; margin: -4px 0 12px; overflow: hidden; align-items: center; border: 1px solid rgba(141,91,79,.2); border-radius: 6px; background: #f7e9e3; }
#cartDrawer .cart-drawer-offer-strip__label { position: relative; z-index: 2; display: inline-flex; height: 100%; padding: 0 9px; flex: 0 0 auto; align-items: center; gap: 5px; border-right: 1px solid rgba(141,91,79,.2); background: #efd7ce; color: #6a4434; font-size: 9px; font-weight: 800; letter-spacing: .35px; text-transform: uppercase; }
#cartDrawer .cart-drawer-offer-strip__label b { display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; background: #a85f50; color: #fff; font-size: 9px; }
#cartDrawer .cart-drawer-offer-strip__viewport { min-width: 0; overflow: hidden; flex: 1 1 auto; }
#cartDrawer .cart-drawer-offer-strip__track { display: flex; width: max-content; align-items: center; animation: cartDrawerOfferTicker 24s linear infinite; will-change: transform; }
#cartDrawer .cart-drawer-offer-strip__group { display: flex; padding-right: 22px; align-items: center; gap: 22px; }
#cartDrawer .cart-drawer-offer-strip__group > span { position: relative; color: #72564e; font-size: 9.5px; white-space: nowrap; }
#cartDrawer .cart-drawer-offer-strip__group > span::after { position: absolute; top: 50%; right: -13px; width: 3px; height: 3px; border-radius: 50%; background: #b97869; content: ""; transform: translateY(-50%); }
#cartDrawer .cart-drawer-offer-strip__track strong { color: #a55446; font-weight: 800; }
@keyframes cartDrawerOfferTicker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { #cartDrawer .cart-drawer-offer-strip__track { animation-play-state: paused; } }
#cartDrawer .cart-drawer-actions {
    padding: 16px 22px 20px;
    border-top-color: rgba(106, 68, 52, .16);
    background: #fff9f6;
    box-shadow: 0 -10px 28px rgba(74, 51, 45, .08);
}
#cartDrawer .cart-drawer-subtotal { margin-bottom: 13px; color: #6f554d; font-size: 12px; }
#cartDrawer .cart-drawer-subtotal > span { display: grid; gap: 1px; }
#cartDrawer .cart-drawer-subtotal > span small { color: #a85f50; font-size: 9px; font-weight: 700; }
#cartDrawer .cart-drawer-subtotal > strong { display: flex; align-items: baseline; justify-content: flex-end; flex-wrap: wrap; gap: 3px 6px; color: #3d251f; font-size: 16px; font-weight: 800; }
#cartDrawer .cart-drawer-subtotal strong ins { color: #3d251f; text-decoration: none; white-space: nowrap; }
#cartDrawer .cart-drawer-subtotal strong del { color: #ad9b95; font-size: 10px; font-weight: 400; white-space: nowrap; }
#cartDrawer .cart-drawer-prepaid-badge { display: flex; min-height: 22px; margin: -4px 0 8px; padding: 3px 8px; align-items: center; justify-content: center; border: 1px solid #efc9bd; border-radius: 5px; background: #fff5f1; color: #6a4434; font-size: 8.5px; font-weight: 800; letter-spacing: .1px; line-height: 1.2; text-align: center; }
#cartDrawer .cart-drawer-buttons { gap: 10px; }
#cartDrawer .cart-drawer-buttons .btn,
#cartDrawer .cart-drawer-empty .btn {
    display: inline-flex;
    min-height: 44px;
    margin: 0;
    padding: 11px 14px;
    align-items: center;
    justify-content: center;
    border: 1px solid #6a4434;
    border-radius: 5px;
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .55px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .22s ease, color .22s ease, transform .22s ease;
}
#cartDrawer .cart-drawer-buttons .btn-light { background: transparent; color: #6a4434; }
#cartDrawer .cart-drawer-buttons .btn-primary,
#cartDrawer .cart-drawer-empty .btn { background: #6a4434; color: #fff; }
#cartDrawer .cart-drawer-buttons .btn:hover,
#cartDrawer .cart-drawer-empty .btn:hover { background: #4d3028; color: #fff; transform: translateY(-1px); }
#cartDrawer .cart-drawer-empty { color: #7f6259; }
#cartDrawer .cart-drawer-empty p { margin: 0; font-family: Prata, serif; font-size: 19px; color: #4a332d; }
#cartDrawer .cart-drawer-notice { border: 1px solid #e8c5b9; background: #f9e8e1; color: #794438; font-size: 12px; }
#cartDrawer.is-loading::after { background: rgba(255, 249, 246, .7); }

@media (max-width: 575.98px) {
    #cartDrawer.cart-drawer { width: min(94vw, 400px); }
    #cartDrawer .aside-header { min-height: 66px; padding: 14px 16px; }
    #cartDrawer #cartDrawerTitle { font-size: 16px !important; }
    #cartDrawer .cart-drawer-items-list { padding: 10px 12px; }
    #cartDrawer .cart-drawer-product { grid-template-columns: 70px minmax(0, 1fr); gap: 10px; padding: 10px; }
    #cartDrawer .cart-drawer-product__image,
    #cartDrawer .cart-drawer-product__image img { width: 70px; height: 92px; }
    #cartDrawer .cart-drawer-actions { padding: 13px 12px calc(14px + env(safe-area-inset-bottom)); }
    #cartDrawer .cart-drawer-buttons .btn { min-height: 42px; padding: 10px 8px; font-size: 10px; }
    #cartDrawer .cart-item-price { max-width: 118px; gap: 2px 4px; }
    #cartDrawer .cart-drawer-product__bottom { grid-template-columns: 80px minmax(0,1fr); gap: 5px; }
    #cartDrawer .cart-qty-wrapper { width: 80px; grid-template-columns: 24px 30px 24px; }
    #cartDrawer .cart-drawer-offers { margin-top: 12px; padding: 10px; }
    #cartDrawer .cart-drawer-offers__grid { grid-template-columns: 1fr; gap: 6px; }
    #cartDrawer .cart-drawer-offer { min-height: 47px; }
}

/* Shared gradient treatment for primary page headings. */
.offer-ticker {
    position: relative;
    z-index: 3;
    display: block !important;
    width: 100%;
    min-height: 38px;
    overflow: hidden;
    background: #95574c;
    color: #fff;
    visibility: visible !important;
    opacity: 1 !important;
}
.offer-ticker__track {
    display: flex;
    width: max-content;
    min-height: 38px;
    align-items: center;
    animation: cstm-offer-ticker 34s steps(var(--offer-count), end) infinite;
    will-change: transform;
}
.offer-ticker:hover .offer-ticker__track { animation-play-state: paused; }
.offer-ticker__item {
    display: inline-flex;
    flex: 0 0 25vw;
    width: 25vw;
    min-width: 0;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 30px;
    border-right: 1px solid rgba(255,255,255,.35);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}
@keyframes cstm-offer-ticker { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .offer-ticker__track { animation: none; } }
@media (max-width: 575.98px) {
    .offer-ticker { min-height: 34px; }
    .offer-ticker__track { min-height: 34px; animation-duration: 28s; }
    .offer-ticker__item { flex-basis: 100vw; width: 100vw; min-width: 100vw; padding: 0 20px; font-size: 11px; }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .offer-ticker__item { flex-basis: 50vw; width: 50vw; }
}

/*
 * theme.js's _initStickyHeader() force-pins the site header to
 * "position: absolute; top: 0" on every page load (a broken guard meant to
 * skip that step for ".header_sticky" headers never matches, so it always
 * runs). With nothing above the header that used to be harmless, but the
 * offer ticker now sits before it in the markup, so the header lands on top
 * of it and hides it completely. Push the header down by the ticker's own
 * height instead of touching that shared JS/scroll-listener logic.
 */
.offer-ticker ~ .header-mobile.position-absolute,
.offer-ticker ~ #header.position-absolute {
    top: 38px !important;
}
@media (max-width: 575.98px) {
    .offer-ticker ~ .header-mobile.position-absolute { top: 34px !important; }
}

@media (min-width: 1200px) {
    .header .header-desk_type_1 {
        display: grid;
        grid-template-columns: minmax(150px, 1fr) auto minmax(150px, 1fr);
        align-items: center;
        width: 100%;
    }

    .header .header-desk_type_1 > .logo {
        display: flex;
        align-items: center;
        justify-self: start;
        margin-right: 0;
    }

    .header .header-desk_type_1 > .navigation {
        display: flex;
        align-items: center;
        justify-self: center;
    }

    .header .header-desk_type_1 .navigation__list {
        align-items: center;
        justify-content: center;
        margin: 0;
    }

    .header .header-desk_type_1 > .header-tools {
        align-items: center;
        justify-self: end;
        margin-right: 0;
        margin-left: 0;
    }

    .header .header-tools__item,
    .header .header-tools__item > a,
    .header .header-tools__item .js-hover__open {
        align-items: center;
        justify-content: center;
    }
}

.home-editorial-hero {
    width: calc(100% - 20px);
    height: auto !important;
    aspect-ratio: 1844 / 725;
    margin: 6px 10px 0;
    overflow: hidden;
    border-radius: 15px;
    background: #8a583c;
}

/* Swiper's "slide" effect (used here) requires .swiper-wrapper to stay a flex
   container so slides sit side-by-side in a row and its own translateX
   scrolling has something to reveal. Forcing it to display:block (as this
   rule used to, for the old fade-effect setup) collapses all slides to the
   same stacked position instead, so the wrapper's translateX just scrolls
   past empty space and the banner goes blank. */
.home-editorial-hero .swiper-wrapper {
    position: relative;
    display: flex;
    height: 100%;
    min-height: 0;
}
.home-editorial-hero .swiper-slide,
.home-editorial-slide__link {
    position: relative;
    display: block;
    height: 100%;
    min-height: 0;
}

.home-editorial-hero .swiper-slide {
    z-index: 0;
    width: 100% !important;
    background: #8a583c;
    isolation: isolate;
}

/*
 * The hero previously used effect:"fade" + fadeEffect.crossFade, which relies
 * on Swiper toggling per-slide opacity via JS/inline styles keyed off the
 * "swiper-slide-active" class. In loop mode Swiper often makes a cloned
 * slide (class "swiper-slide-duplicate-active") the visible one instead, and
 * in testing the crossfade opacity transition itself proved unreliable in
 * this bundled Swiper build (settled at opacity:0 in some runs, or left the
 * outgoing slide stuck at opacity:1 in others) — causing the banner to go
 * blank. Switched to the plain "slide" effect instead: visibility comes only
 * from position/overflow-clipping, slides are always opacity:1, so none of
 * that opacity/class-matching machinery is involved and can't get stuck.
 */
.home-editorial-hero:not(.swiper-container-initialized) .swiper-slide:first-child {
    visibility: visible;
    opacity: 1;
}

.home-editorial-hero .home-hero-arrow.swiper-button-disabled {
    display: none;
}

.home-editorial-slide__link {
    overflow: hidden;
}
.home-editorial-slide__link picture,
.home-editorial-slide__link img {
    display: block;
    width: 100%;
    height: 100%;
}
.home-editorial-slide__link img {
    object-fit: cover;
    object-position: center;
}

.home-hero-arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: grid;
    width: 46px;
    height: 46px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: rgba(255,249,246,.94);
    color: #684033;
    font-size: 22px;
    transform: translateY(-50%);
}
.home-hero-prev { left: 24px; }
.home-hero-next { right: 24px; }
.home-editorial-hero .slideshow-pagination { right: 0; left: 0; z-index: 4; justify-content: center; }

@media (max-width: 767.98px) {
    .home-editorial-hero { width: calc(100% - 24px); aspect-ratio: 985 / 1437; margin: 12px; border-radius: 14px; }
    .home-editorial-hero .swiper-slide,
    .home-editorial-slide__link { height: 100%; min-height: 0; }
    .home-hero-arrow { width: 38px; height: 38px; font-size: 18px; }
    .home-hero-prev { left: 12px; }
    .home-hero-next { right: 12px; }
    .home-editorial-hero .home-hero-arrow { display: none !important; }
}

.home-categories {
    padding: 46px 24px 36px;
    overflow: hidden;
    background: #fff9f6;
}
.home-categories__heading { margin: 0 auto 30px; text-align: center; }
.home-categories__heading > span {
    color: #b96855;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.home-categories__heading h2 {
    margin: 7px 0 8px;
    background: linear-gradient(90deg, rgb(187, 112, 88) 0%, rgb(104, 62, 52) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: rgb(104, 62, 52);
    font-family: Prata, serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: none !important;
    -webkit-text-fill-color: transparent;
}
.home-categories__heading p { margin: 0; color: #806b63; font-size: 14px; }
.home-categories__carousel { width: 100%; max-width: 1420px; margin: 0 auto; }
.home-categories__carousel--centered .swiper-wrapper { justify-content: center; gap: 24px; }
.home-categories__carousel--centered .swiper-slide { flex: 0 1 240px; }
.home-categories__pagination { display: flex; min-height: 10px; margin-top: 28px; justify-content: center; gap: 7px; }
.home-categories__pagination:empty { display: none; }
.home-categories__pagination .swiper-pagination-bullet { width: 12px; height: 4px; margin: 0 !important; border-radius: 4px; background: #d8c8c2; opacity: 1; }
.home-categories__pagination .swiper-pagination-bullet-active { width: 24px; background: #8a4f3f; }
.home-category-card { height: auto; overflow: visible; text-align: center; }
.home-category-card a { display: block; color: #5f4037; text-decoration: none; }
.home-category-card__image {
    display: block;
    width: min(100%, 240px);
    aspect-ratio: 1;
    margin: 0 auto 20px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 8px 28px rgba(100, 62, 48, .1);
}
.home-category-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.home-category-card a:hover .home-category-card__image img { transform: scale(1.05); }
.home-category-card strong { display: block; font-family: Prata, serif; font-size: 20px; font-weight: 400; line-height: 1.3; }
.home-category-card small { display: block; margin-top: 8px; color: #b25e50; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.home-category-card small span { margin-left: 6px; font-size: 15px; }
.home-product-section { padding-top: 58px; padding-bottom: 18px; }
.home-product-section + .home-product-section { padding-top: 72px; }
.home-product-section__heading { max-width: 760px; margin: 0 auto 34px; text-align: center; }
.home-product-section__heading > span {
    display: block;
    margin-bottom: 7px;
    color: #b96855;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.home-product-section__heading .section-title { margin-bottom: 10px; }
.home-product-section__heading p { margin: 0; color: #806b63; font-size: 14px; line-height: 1.6; }
.home-jaipur-edit { margin: 72px 10px 0; overflow: hidden; border-radius: 16px; background: #3d251f; box-shadow: 0 18px 55px rgba(74,51,45,.16); }
.home-jaipur-edit__link,
.home-jaipur-edit__link picture { display: block; width: 100%; }
.home-jaipur-edit__link { line-height: 0; }
.home-jaipur-edit__link img { display: block; width: 100%; height: auto; }
.home-products-view-all,
.home-products-view-all:hover,
.home-products-view-all:focus {
    display: inline-flex;
    min-height: 42px;
    padding: 10px 28px;
    align-items: center;
    justify-content: center;
    border: 1px solid #4a332d;
    border-radius: 4px;
    color: #4a332d;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 1.3;
    text-decoration: none;
    transition: all .3s ease;
}
.home-products-view-all:hover,
.home-products-view-all:focus-visible {
    border-color: #4a332d;
    background: #4a332d;
    color: #fff;
}
.btn-link.home-products-view-all::after,
.btn-link.home-products-view-all:hover::after,
.btn-link.home-products-view-all:focus::after {
    display: none;
    width: 0;
    border: 0;
    content: none;
}
.home-trust-strip {
    width: calc(100% - 32px);
    max-width: 1500px;
    margin: 0 auto 64px;
    padding: 42px 34px;
    border: 1px solid rgba(106, 68, 52, .12);
    border-radius: 12px;
    background: #fff9f6;
}
.home-trust-strip__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.home-trust-card {
    position: relative;
    padding: 5px 28px;
    text-align: center;
}
.home-trust-card + .home-trust-card { border-left: 1px solid rgba(106, 68, 52, .16); }
.home-trust-card__icon {
    display: grid;
    width: 58px;
    height: 58px;
    margin: 0 auto 17px;
    place-items: center;
    border-radius: 50%;
    background: #f4e8e2;
    color: #6a4434;
}
.home-trust-card__icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.home-trust-card__icon img { display: block; width: 30px; height: 30px; object-fit: contain; }
@media (min-width: 768px) { .home-trust-card--hide-desktop { display: none; } }
.home-trust-card h3 { margin: 0 0 7px; color: #4a332d; font-family: "Roboto", sans-serif; font-size: 14px; font-weight: 700; line-height: 1.3; text-transform: uppercase; }
.home-trust-card p { margin: 0; color: #806f69; font-family: "Roboto", sans-serif; font-size: 13px; line-height: 1.5; }
@media (max-width: 991.98px) {
    .home-trust-strip__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 32px; }
    .home-trust-card:nth-child(3) { border-left: 0; }
}
@media (max-width: 575.98px) {
    .home-trust-strip { width: calc(100% - 24px); margin-bottom: 42px; padding: 28px 12px; }
    .home-trust-strip__grid { gap: 26px 0; }
    .home-trust-card { padding: 0 10px; }
    .home-trust-card__icon { width: 50px; height: 50px; margin-bottom: 13px; }
    .home-trust-card__icon svg { width: 26px; height: 26px; }
    .home-trust-card h3 { font-size: 12px; }
    .home-trust-card p { font-size: 11px; }
}
@media (max-width: 767.98px) {
    .home-categories { padding: 34px 16px 26px; }
    .home-categories__heading { margin-bottom: 24px; }
    .home-categories__heading h2 { font-size: 30px; }
    .home-categories__heading p { padding: 0 14px; font-size: 13px; }
    .home-categories__carousel--centered .swiper-wrapper { flex-wrap: wrap; gap: 22px 12px; }
    .home-categories__carousel--centered .swiper-slide { flex-basis: calc(50% - 6px); }
    .home-categories__pagination { margin-top: 22px; }
    .home-category-card__image { margin-bottom: 14px; }
    .home-category-card strong { font-size: 17px; }
    .home-product-section { padding-top: 42px; padding-bottom: 10px; }
    .home-product-section + .home-product-section { padding-top: 54px; }
    .home-product-section__heading { margin-bottom: 24px; padding: 0 12px; }
    .home-product-section__heading p { font-size: 13px; }
    .home-jaipur-edit { margin: 48px 8px 0; border-radius: 12px; }
}

html,
body,
body > main,
main {
    background-color: #fff9f6 !important;
}

/* Modern product archive toolbar and filters. */
.product-list-pg .onsale,
.product-list-pg .pc-label_sale { display: none !important; }
.product-list-pg .pc__btn-wl,
.product-list-pg .yith-wcwl-add-to-wishlist,
.product-list-pg .tinv-wraper,
.product-list-pg .tinv-wishlist,
.product-list-pg .woosw-btn,
.product-list-pg [class*="wishlist-button"] { display: none !important; }
.listing-mobile-view-details { display: none; }
.shop-modern-toolbar { display: flex; margin: 24px 0 28px; padding: 14px 16px; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid rgba(106,68,52,.14); border-radius: 8px; background: rgba(255,255,255,.72); }
.shop-modern-toolbar__count .woocommerce-result-count { margin: 0; color: #806b63; font-family: "Roboto", sans-serif; font-size: 13px; }
.shop-modern-toolbar__actions,
.shop-modern-toolbar__sort { display: flex; align-items: center; gap: 12px; }
.shop-modern-toolbar__sort > span { color: #806b63; font-family: "Roboto", sans-serif; font-size: 12px; font-weight: 700; white-space: nowrap; text-transform: uppercase; }
.shop-modern-toolbar .woocommerce-ordering { margin: 0; }
.shop-modern-toolbar .orderby { min-width: 190px; height: 44px; padding: 0 38px 0 14px; border: 1px solid rgba(106,68,52,.3); border-radius: 5px; outline: none; background-color: #fff; color: #4a332d; font-family: "Roboto", sans-serif; font-size: 13px; cursor: pointer; transition: border-color .25s ease, box-shadow .25s ease; }
.shop-modern-toolbar .orderby:focus { border-color: #6a4434; box-shadow: 0 0 0 3px rgba(106,68,52,.1); }
.shop-modern-filter-button { display: inline-flex; min-height: 44px; padding: 10px 18px; align-items: center; justify-content: center; gap: 9px; border: 1px solid #6a4434; border-radius: 5px; background: #6a4434; color: #fff; font-family: "Roboto", sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .6px; text-transform: uppercase; transition: background .25s ease, color .25s ease; }
.shop-modern-filter-button:hover { background: #4a332d; color: #fff; }

.shop-filter-drawer { display: flex; width: min(430px, 92vw); flex-direction: column; background: #fff9f6; }
.shop-filter-drawer__header { width: 100%; margin: 0; padding: 24px 26px 20px; box-sizing: border-box; flex: 0 0 auto; border-bottom: 1px solid rgba(106,68,52,.14); background: #fff; }
.shop-filter-drawer__header span { display: block; margin-bottom: 4px; color: #b96855; font-family: "Roboto", sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.shop-filter-drawer__header h3 { margin: 0; color: #4a332d; font-family: Prata, serif; font-size: 28px; font-weight: 700; line-height: 1.15; text-transform: none; }
.shop-filter-drawer__header .btn-close-aside { width: 40px; height: 40px; margin-left: 18px !important; box-sizing: border-box; flex: 0 0 40px; border: 1px solid rgba(106,68,52,.18); border-radius: 50%; background-size: 14px auto; background-color: #fff9f6; }
.shop-filter-drawer__content { margin: 0; padding: 4px 26px 24px; flex: 1 1 auto; overflow-y: auto; overscroll-behavior: contain; }
.shop-filter-group { padding: 24px 0; border-bottom: 1px solid rgba(106,68,52,.14); }
.shop-filter-group h4 { margin: 0 0 17px; color: #4a332d; font-family: "Roboto", sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .7px; text-transform: uppercase; }
.shop-filter-category-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
.shop-filter-category-list a { display: flex; min-height: 39px; padding: 8px 11px; align-items: center; justify-content: space-between; gap: 8px; border: 1px solid rgba(106,68,52,.16); border-radius: 5px; background: #fff; color: #4a332d; font-family: "Roboto", sans-serif; font-size: 12px; text-decoration: none; transition: border-color .2s ease, background .2s ease, color .2s ease; }
.shop-filter-category-list a:hover,
.shop-filter-category-list a.is-active { border-color: #6a4434; background: #6a4434; color: #fff; }
.shop-filter-category-list small { opacity: .65; }
.shop-filter-widget ul { display: flex; margin: 0; padding: 0; flex-wrap: wrap; gap: 9px; list-style: none; }
.shop-filter-size .wc-layered-nav-term a { display: grid; min-width: 46px; min-height: 42px; padding: 8px 12px; place-items: center; border: 1px solid rgba(106,68,52,.22); border-radius: 5px; background: #fff; color: #4a332d; font-family: "Roboto", sans-serif; font-size: 12px; font-weight: 700; text-decoration: none; }
.shop-filter-size .wc-layered-nav-term.chosen a,
.shop-filter-size .wc-layered-nav-term a:hover { border-color: #6a4434; background: #6a4434; color: #fff; }
.shop-filter-size .count { display: none; }
.shop-filter-price .price_slider_wrapper { padding-top: 3px; }
.shop-filter-price .price_slider { height: 4px; margin: 13px 8px 24px; border: 0; border-radius: 10px; background: #e5d8d2; }
.shop-filter-price .ui-slider-range { background: #6a4434; }
.shop-filter-price .ui-slider-handle { top: -7px; width: 18px; height: 18px; margin-left: -8px; border: 3px solid #6a4434; border-radius: 50%; background: #fff; cursor: grab; }
.shop-filter-price .price_slider_amount { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 12px; }
.shop-filter-price #min_price,
.shop-filter-price #max_price { display: none !important; }
.shop-filter-price .price_label { display: block !important; color: #806b63; font-family: "Roboto", sans-serif; font-size: 12px; text-align: left; }
.shop-filter-price .button { min-height: 38px; padding: 9px 16px; border: 1px solid #6a4434; border-radius: 4px; background: #6a4434; color: #fff; font-family: "Roboto", sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; }
.shop-filter-price .clear { display: none; }
.shop-filter-price .price_slider { display: none !important; }
.shop-native-price { position: relative; height: 74px; margin: 4px 1px 10px; padding-top: 18px; }
.shop-native-price[hidden] { display: none; }
.shop-native-price__track { position: absolute; top: 24px; right: 8px; left: 8px; height: 5px; overflow: hidden; border-radius: 8px; background: #e5d8d2; }
.shop-native-price__track span { position: absolute; top: 0; bottom: 0; border-radius: inherit; background: #6a4434; }
.shop-native-price input[type="range"] { position: absolute; top: 14px; left: 0; z-index: 2; width: 100%; height: 25px; margin: 0; padding: 0; border: 0; outline: none; background: transparent; pointer-events: none; appearance: none; -webkit-appearance: none; }
.shop-native-price input[type="range"]::-webkit-slider-runnable-track { height: 5px; background: transparent; }
.shop-native-price input[type="range"]::-webkit-slider-thumb { width: 20px; height: 20px; margin-top: -8px; border: 3px solid #6a4434; border-radius: 50%; background: #fff; box-shadow: 0 2px 7px rgba(74,51,45,.2); cursor: grab; pointer-events: auto; appearance: none; -webkit-appearance: none; }
.shop-native-price input[type="range"]::-moz-range-track { height: 5px; background: transparent; }
.shop-native-price input[type="range"]::-moz-range-thumb { width: 15px; height: 15px; border: 3px solid #6a4434; border-radius: 50%; background: #fff; box-shadow: 0 2px 7px rgba(74,51,45,.2); cursor: grab; pointer-events: auto; }
.shop-native-price__values { position: absolute; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: space-between; gap: 10px; color: #9a857d; font-family: "Roboto", sans-serif; font-size: 11px; }
.shop-native-price__values strong { color: #4a332d; font-size: 12px; font-weight: 700; }
.shop-filter-price .price_slider_amount { display: flex; justify-content: flex-end; }
.shop-filter-price .price_label { display: none !important; }
.shop-filter-drawer__footer { display: flex; flex: 0 0 auto; padding: 16px 26px; align-items: center; gap: 12px; border-top: 1px solid rgba(106,68,52,.14); background: #fff; box-shadow: 0 -8px 24px rgba(74,51,45,.06); }
.shop-filter-reset,
.shop-filter-view { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; border-radius: 5px; font-family: "Roboto", sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; }
.shop-filter-reset { width: 38%; border: 1px solid rgba(106,68,52,.35); color: #4a332d; text-decoration: none; }
.shop-filter-view { width: 62%; border: 1px solid #6a4434; background: #6a4434; color: #fff; }
@media (max-width: 767.98px) {
    .shop-modern-toolbar { margin: 16px 0 22px; padding: 12px; flex-wrap: wrap; }
    .shop-modern-toolbar__count { width: 100%; }
    .shop-modern-toolbar__actions { width: 100%; }
    .shop-modern-toolbar__sort { flex: 1 1 auto; }
    .shop-modern-toolbar__sort > span { display: none; }
    .shop-modern-toolbar .woocommerce-ordering { width: 100%; }
    .shop-modern-toolbar .orderby { width: 100%; min-width: 0; }
    .shop-modern-filter-button { flex: 0 0 auto; }
    .shop-filter-drawer__header { padding: 17px 18px 15px; }
    .shop-filter-drawer__header h3 { font-size: 25px; }
    .shop-filter-drawer__header .btn-close-aside { width: 36px; height: 36px; margin-left: 12px !important; flex-basis: 36px; }
    .shop-filter-drawer__content { padding: 0 18px 18px; }
    .shop-filter-drawer__content .shop-filter-group:first-child { padding-top: 18px; }
    .shop-filter-drawer__footer { padding: 14px 20px; }
}

/* Archive grid alignment and compact responsive toolbar. */
.product-list-pg { width: 100%; overflow-x: clip; }
.product-list-pg #products-grid { width: 100%; margin-right: 0; margin-left: 0; --bs-gutter-x: 20px; }
.product-list-pg #products-grid > .product-card-wrapper { min-width: 0; padding-right: calc(var(--bs-gutter-x) / 2); padding-left: calc(var(--bs-gutter-x) / 2); }
@media (max-width: 767.98px) {
    .product-list-pg { width: 100%; max-width: 100%; padding-right: 10px; padding-left: 10px; }
    .product-list-pg #products-grid { --bs-gutter-x: 12px; }
    .shop-modern-toolbar { min-height: 56px; margin: 12px 0 18px; padding: 7px 8px; flex-wrap: nowrap; gap: 6px; }
    .shop-modern-toolbar__count { width: auto; min-width: 0; flex: 1 1 auto; }
    .shop-modern-toolbar__count .woocommerce-result-count { overflow: hidden; font-size: 10.5px; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
    .shop-modern-toolbar__actions { width: auto; flex: 0 0 auto; gap: 4px; }
    .shop-modern-toolbar__sort { position: relative; min-height: 40px; padding: 0 9px; flex: 0 0 auto; justify-content: center; border: 1px solid rgba(106,68,52,.25); border-radius: 5px; background: #fff; }
    .shop-modern-toolbar__sort > span { display: block; color: #4a332d; font-size: 10px; }
    .shop-modern-toolbar__sort .woocommerce-ordering { position: absolute; inset: 0; width: 100%; opacity: 0; }
    .shop-modern-toolbar__sort .orderby { width: 100%; height: 100%; cursor: pointer; }
    .shop-modern-filter-button { min-height: 40px; padding: 8px 10px; gap: 6px; font-size: 10px; }
    .shop-modern-filter-button svg { width: 15px; }
}

/* Modern pagination with bounded width on small screens. */
.woocommerce .product-list-pg nav.woocommerce-pagination { margin: 26px 0 48px; padding: 4px 0; overflow: visible; }
.woocommerce .product-list-pg nav.woocommerce-pagination ul { display: flex; width: max-content; max-width: 100%; margin: 0 auto; padding: 0; align-items: center; justify-content: center; gap: 7px; border: 0; list-style: none; white-space: nowrap; }
.woocommerce .product-list-pg nav.woocommerce-pagination ul li { margin: 0; padding: 2px; border: 0; overflow: visible; }
.woocommerce .product-list-pg nav.woocommerce-pagination ul li a,
.woocommerce .product-list-pg nav.woocommerce-pagination ul li span { display: grid; min-width: 42px; height: 42px; padding: 0; box-sizing: border-box; place-items: center; border: 1px solid rgba(106,68,52,.2); border-radius: 50%; background: #fff; color: #4a332d; font-family: "Roboto", sans-serif; font-size: 13px; font-weight: 700; line-height: 1; text-decoration: none; transition: border-color .2s ease, background .2s ease, color .2s ease; }
.woocommerce .product-list-pg nav.woocommerce-pagination ul li a:hover,
.woocommerce .product-list-pg nav.woocommerce-pagination ul li a:focus,
.woocommerce .product-list-pg nav.woocommerce-pagination ul li span.current { border-color: #6a4434; background: #6a4434; color: #fff; }
.woocommerce .product-list-pg nav.woocommerce-pagination .prev,
.woocommerce .product-list-pg nav.woocommerce-pagination .next { font-size: 24px; font-weight: 400; }
.woocommerce .product-list-pg nav.woocommerce-pagination .dots { border-color: transparent; background: transparent; }
@media (max-width: 575.98px) {
    .woocommerce .product-list-pg nav.woocommerce-pagination { margin: 22px 0 38px; }
    .woocommerce .product-list-pg nav.woocommerce-pagination ul { gap: 4px; }
    .woocommerce .product-list-pg nav.woocommerce-pagination ul li a,
    .woocommerce .product-list-pg nav.woocommerce-pagination ul li span { min-width: 34px; height: 34px; font-size: 11px; }
    .woocommerce .product-list-pg nav.woocommerce-pagination .prev,
    .woocommerce .product-list-pg nav.woocommerce-pagination .next { font-size: 20px; }
    .woocommerce .product-list-pg nav.woocommerce-pagination .dots { display: none; }
    .product-list-pg .pc__title,
    .product-list-pg .pc__title a { font-size: 13px !important; }
    .product-list-pg .pc__title { margin-bottom: 4px !important; }
    .product-list-pg .pc__img-wrapper > .pc__atc { display: none !important; }
    .product-list-pg .listing-mobile-view-details { display: flex; width: 100%; min-height: 40px; margin-top: 10px; padding: 9px 12px; align-items: center; justify-content: center; border: 1px solid #6a4434; border-radius: 4px; background: #6a4434; color: #fff; font-family: "Roboto", sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .6px; line-height: 1.2; text-align: center; text-decoration: none; text-transform: uppercase; transition: background .25s ease, color .25s ease; }
    .product-list-pg .listing-mobile-view-details:active,
    .product-list-pg .listing-mobile-view-details:focus { background: #4a332d; color: #fff; }
}

/* Automatic 16-product archive batches. Pagination remains as a no-JS fallback. */
.shop-infinite-loader { display: none; min-height: 92px; margin: 20px 0 44px; align-items: center; justify-content: center; flex-direction: column; gap: 12px; text-align: center; }
.shop-infinite-enabled .product-list-pg .woocommerce-pagination { display: none !important; }
.shop-infinite-enabled .shop-infinite-loader { display: flex; }
.shop-infinite-loader__button { min-height: 44px; padding: 11px 24px; border: 1px solid #6a4434; border-radius: 5px; background: #fff9f6; color: #4a332d; font-family: "Roboto", sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; transition: background .2s ease, color .2s ease; }
.shop-infinite-loader__button:hover { background: #6a4434; color: #fff; }
.shop-infinite-loader__spinner { display: none; width: 30px; height: 30px; border: 3px solid #eadbd4; border-top-color: #6a4434; border-radius: 50%; animation: shop-infinite-spin .75s linear infinite; }
.shop-infinite-loader.is-loading .shop-infinite-loader__spinner { display: block; }
.shop-infinite-loader.is-loading .shop-infinite-loader__button { border-color: transparent; background: transparent; pointer-events: none; }
.shop-infinite-loader__message { margin: 0; color: #806b63; font-family: "Roboto", sans-serif; font-size: 13px; }
@keyframes shop-infinite-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .shop-infinite-loader__spinner { animation-duration: 1.5s; } }
body,
button,
input,
select,
textarea {
    font-family: "Roboto", sans-serif;
}

/* Consistent titles across every product listing/card. */
.product-card .pc__title,
.products-grid .pc__title,
.woocommerce .pc__title {
    margin: 14px 0 8px;
    color: #4a332d;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase !important;
    white-space: nowrap;
}
.product-card .pc__title a,
.products-grid .pc__title a,
.woocommerce .pc__title a {
    color: inherit;
    font: inherit;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase !important;
    white-space: nowrap;
}
.product-card__price,
.product-card__price .price,
.woocommerce ul.products .price,
.quick-options-price,
.single-product .product-price .price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 5px;
}
.cstm-price-current {
    color: #734328;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
}
.product-card__price > .price,
.product-card__price > .price > .woocommerce-Price-amount,
.product-card__price > .price > .woocommerce-Price-amount bdi {
    color: #734328 !important;
    font-family: "Roboto", sans-serif;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.3;
    white-space: nowrap;
}
.product-card__price .cstm-price-current,
.product-card__price .cstm-price-current .woocommerce-Price-amount,
.product-card__price .cstm-price-current .woocommerce-Price-amount bdi,
.product-card__price > .money.price,
.product-card__price > .money.price > .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    color: #734328 !important;
    font-family: "Roboto", sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.3;
}
.cstm-price-regular {
    color: #8d8885;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
}
.product-card__price .cstm-price-regular,
.product-card__price .cstm-price-regular .woocommerce-Price-amount,
.product-card__price .cstm-price-regular .woocommerce-Price-amount bdi,
.product-card__price .cstm-price-regular .woocommerce-Price-currencySymbol,
.product-card__price > .money.price .cstm-price-regular .woocommerce-Price-currencySymbol {
    color: #8d8885 !important;
    font-family: "Roboto", sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-decoration: line-through;
}
.cstm-price-discount {
    color: #ef3340;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}
.cstm-price-current ins,
.cstm-price-regular del { text-decoration: inherit; }
@media (max-width: 575.98px) {
    .product-card__price > .price,
    .product-card__price > .price > .woocommerce-Price-amount,
    .product-card__price > .price > .woocommerce-Price-amount bdi,
    .product-card__price .cstm-price-current,
    .product-card__price .cstm-price-current .woocommerce-Price-amount,
    .product-card__price .cstm-price-current .woocommerce-Price-amount bdi,
    .product-card__price > .money.price,
    .product-card__price > .money.price .woocommerce-Price-currencySymbol {
        font-size: 14px !important;
    }
}

/* Product listing action shown when a card is hovered. */
.product-list-pg .pc__img-wrapper {
    height: auto;
    aspect-ratio: 330 / 400;
    padding-top: 0;
    background: #eee5e1;
}
.product-list-pg .pc__img-wrapper > a:first-child {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.product-list-pg .pc__img-wrapper .pc__img {
    position: absolute !important;
    inset: 0;
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none;
    object-fit: cover !important;
    object-position: center top;
}
.product-card .pc__atc.btn,
.product-card .add-to-cart-buttonn.pc__atc {
    min-height: 44px;
    padding: 12px 16px;
    border: 1px solid #6a4434;
    border-radius: 4px;
    background-color: #6a4434;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .7px;
    line-height: 1.3;
    text-transform: uppercase;
    transition: all .3s ease;
}
.product-card .pc__atc.btn:hover,
.product-card .pc__atc.btn:focus-visible,
.product-card .add-to-cart-buttonn.pc__atc:hover,
.product-card .add-to-cart-buttonn.pc__atc:focus-visible {
    border-color: #513329;
    background-color: #513329;
    color: #fff;
    box-shadow: 0 6px 16px rgba(81, 51, 41, .22);
    transform: translateY(-1px);
}

main h1,
main > section > h2,
.page-title,
.section-title,
.woocommerce-products-header__title,
.single-product .product_title,
.woocommerce-cart .cart_totals > h2,
.woocommerce-checkout #customer_details h3,
.woocommerce-checkout #order_review_heading,
.woocommerce-account .woocommerce > h2 {
    margin: 0 0 10px;
    background: linear-gradient(90deg, rgb(187, 112, 88) 0%, rgb(104, 62, 52) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: rgb(104, 62, 52);
    font-family: Prata, serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: none !important;
    -webkit-text-fill-color: transparent;
}

/* Compact, dynamic hero shared by inner pages and product categories. */
.inner-page-hero {
    position: relative;
    display: grid;
    min-height: clamp(220px, 19vw, 300px);
    margin: 18px 10px 42px;
    place-items: center;
    overflow: hidden;
    border-radius: 14px;
    isolation: isolate;
    background-color: #654138;
    background-image: var(--inner-hero-image);
    background-position: center 38%;
    background-size: cover;
}
.inner-page-hero::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    content: "";
    background: linear-gradient(90deg, rgba(46, 27, 23, .7) 0%, rgba(64, 39, 33, .49) 45%, rgba(46, 27, 23, .28) 100%);
}
.inner-page-hero__content { padding: 34px 20px; text-align: center; }
main .inner-page-hero h1 {
    margin: 0 0 12px;
    background: none;
    color: #fff;
    font-family: Prata, serif;
    font-size: clamp(30px, 3.2vw, 46px);
    font-weight: 700;
    line-height: 1.15;
    text-shadow: 0 2px 18px rgba(30, 17, 14, .3);
    -webkit-text-fill-color: #fff;
}
.inner-page-hero__breadcrumb { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px; color: rgba(255,255,255,.82); font-family: "Roboto", sans-serif; font-size: 13px; font-weight: 500; }
.inner-page-hero__breadcrumb a { color: #fff; text-decoration: none; transition: opacity .25s ease; }
.inner-page-hero__breadcrumb a:hover { opacity: .76; }

@media (max-width: 767.98px) {
    .inner-page-hero {
        min-height: 175px;
        margin: 10px 8px 28px;
        border-radius: 10px;
        background-position: 62% center;
    }
    .inner-page-hero::before { background: rgba(53, 31, 26, .55); }
    .inner-page-hero__content { padding: 26px 14px; }
    main .inner-page-hero h1 { margin-bottom: 9px; font-size: 29px; }
    .inner-page-hero__breadcrumb { gap: 6px; font-size: 12px; }
}

@media (max-width: 575.98px) {
    main h1,
    main > section > h2,
    .page-title,
    .section-title,
    .woocommerce-products-header__title,
    .single-product .product_title,
    .woocommerce-cart .cart_totals > h2,
    .woocommerce-checkout #customer_details h3,
    .woocommerce-checkout #order_review_heading,
    .woocommerce-account .woocommerce > h2 {
        font-size: 30px;
    }
}

/* Product-card variation picker */
.quick-options-root {
    position: fixed;
    inset: 0;
    z-index: 1100;
}

.quick-options-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.48);
}

.quick-options-panel {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(440px, calc(100vw - 28px));
    max-height: min(680px, calc(100dvh - 28px));
    padding: 24px;
    overflow-y: auto;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.25);
    transform: translate(-50%, -50%);
}

.quick-options-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #f2f2f2;
    font-size: 23px;
    line-height: 32px;
}

.quick-options-product {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    padding-right: 28px;
}

.quick-options-product img {
    width: 72px;
    height: 92px;
    border-radius: 5px;
    object-fit: cover;
}

.quick-options-product h3 {
    margin: 0 0 6px;
    font-size: 16px;
    line-height: 1.4;
}

.quick-options-label {
    margin: 20px 0 10px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.quick-options-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.quick-option-choice {
    display: flex;
    min-height: 46px;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 9px 12px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    background: #fff;
    color: #222;
    font-size: 13px;
}

.quick-option-choice:hover,
.quick-option-choice.is-selected {
    border-color: #222;
    background: #f7f7f7;
}

.quick-options-message {
    margin-top: 10px;
    color: #a40000;
    font-size: 13px;
}

@media (max-width: 575.98px) {
    .quick-options-panel {
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        max-height: 82dvh;
        padding: 20px 16px;
        border-radius: 14px 14px 0 0;
        transform: none;
    }
}

/* Single product page — the WooCommerce product wrapper is a bare flex item inside .row
   with no .col-* class, so it was only ever sizing to fit its content, not the row's full
   width. Force it to take the full row width so the grid below has a real width to divide. */
.single-product div.product {
    width: 100%;
    flex: 1 1 100%;
}

/* Sale badge — hidden only on the main product gallery; the price block already shows
   strike-through + % off. Related/upsell product cards further down keep their badge. */
.single-product .cstm-product-top > .onsale { display: none; }

/* Single product page — gallery left, product info right on desktop (stacked on mobile/tablet) */
@media (min-width: 992px) {
    .cstm-product-top {
        display: grid;
        grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
        align-items: start;
        gap: 48px;
    }
    .cstm-product-top .cstm-product-gallery { margin-bottom: 0; }
}
/* WooCommerce's legacy woocommerce-layout.css still ships "div.summary{float:right;width:48%}"
   for themes without their own product layout — that was shrinking our grid column to half.
   Neutralize it so the summary fills whatever width the grid actually gives it. */
.single-product .cstm-product-top .summary.entry-summary {
    float: none;
    width: 100%;
	margin-top: 0;
}

/* Product breadcrumb: compact, readable and separated from the gallery. */
.single-product .woocommerce-breadcrumb {
    width: 100%;
    margin: 16px 0 24px;
    padding: 11px 15px;
    border: 1px solid rgba(106, 68, 52, .12);
    border-radius: 7px;
    background: rgba(255, 255, 255, .72);
    color: #9a8279;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
}
.single-product .woocommerce-breadcrumb a { color: #6a4434; font-weight: 600; text-decoration: none; }
.single-product .woocommerce-breadcrumb a:hover { color: #b96855; }

/* Related Products / Up-Sells — desktop/tablet only slides (plain scroll, no arrows) when
   there are more products than fit in one row; below 768px this is untouched (existing
   mobile peek-slider). */
.cstm-related-products .pc__img-wrapper {
    height: auto;
    aspect-ratio: 330 / 400;
    padding-top: 0;
    background: #eee5e1;
}
.cstm-related-products .pc__img-wrapper > a:first-child {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.cstm-related-products .pc__img-wrapper .pc__img {
    position: absolute !important;
    inset: 0;
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none;
    object-fit: cover !important;
    object-position: center top;
}
@media (min-width: 768px) {
    .cstm-carousel-row.is-sliding {
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 4px;
    }
    .cstm-carousel-row.is-sliding::-webkit-scrollbar { display: none; }
    .cstm-carousel-row.is-sliding > [class*="col-"] { scroll-snap-align: start; }
}

/* Single product page — editorial image grid (replaces default big-image + thumbnail-strip gallery) */
.cstm-product-gallery { margin-bottom: 2em; }
.cstm-product-gallery__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.cstm-product-gallery__item {
    overflow: hidden;
    aspect-ratio: 3 / 4;
    border-radius: 6px;
    background: #f4f1ef;
}
/* Extra-qualified selector (2 classes) so this beats WooCommerce's own global
   ".woocommerce img{height:auto;max-width:100%}" rule, which was overriding
   height:100% and leaving the image short of its box (background peeking below it). */
.cstm-product-gallery .cstm-product-gallery__img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    transition: transform .4s ease;
}
.cstm-product-gallery__item:hover .cstm-product-gallery__img { transform: scale(1.03); }
.cstm-product-gallery__item--extra { display: none; }
.cstm-product-gallery.is-expanded .cstm-product-gallery__item--extra { display: block; }
.cstm-product-gallery__toggle-wrap { display: flex; justify-content: center; padding: 18px 0 2px; }
.cstm-product-gallery__toggle {
    min-width: 132px;
    min-height: 42px;
    padding: 10px 18px;
    border: 1px solid rgba(106, 68, 52, .42);
    border-radius: 4px;
    background: transparent;
    color: #4a332d;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    transition: background-color .25s ease, color .25s ease, border-color .25s ease;
}
.cstm-product-gallery__toggle:hover,
.cstm-product-gallery__toggle:focus-visible { border-color: #6a4434; background: #6a4434; color: #fff; }

@media (max-width: 767.98px) {
    .cstm-product-gallery__grid {
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
        padding: 0 5% 0 0;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .cstm-product-gallery__grid::-webkit-scrollbar { display: none; }
    .cstm-product-gallery__item {
        flex: 0 0 95%;
        width: 95%;
        aspect-ratio: 4 / 5;
        scroll-snap-align: start;
    }
	.cstm-product-gallery__item--extra,
	.cstm-product-gallery.is-expanded .cstm-product-gallery__item--extra { display: block; }
	.cstm-product-gallery__toggle-wrap { display: none; }
}

/* ==========================================================================
   Single product page — summary column redesign
   Reuses the site's existing tokens: Prata/serif + brown gradient for headings,
   Roboto for body/price text, #6a4434 brown / #b96855 rust / #806b63 secondary text.
   ========================================================================== */
.single-product .summary.entry-summary { font-family: "Roboto", sans-serif; }
.single-product .summary.entry-summary .product_title {
	margin-top: 0;
    margin-bottom: 10px;
	line-height: 1.18;
}
.single-product .summary.entry-summary .woocommerce-product-rating { margin-bottom: 10px; }

.cstm-product-price { margin-bottom: 18px; }
.cstm-product-price .cstm-price-current { font-size: 26px; }
.cstm-product-price .cstm-price-regular { font-size: 16px; }
.cstm-product-price .cstm-price-discount { font-size: 14px; }

.single-product .summary.entry-summary hr,
.cstm-summary-divider {
    height: 1px;
    margin: 0 0 22px;
    border: 0;
    background: rgba(106, 68, 52, .15);
}

/* "Size: S" row + Size Chart link */
.cstm-size-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin: 2px 0 9px;
}
.cstm-size-row__label { color: #4a332d; font-size: 14px; font-weight: 600; }
.cstm-size-row__value { color: #6a4434; font-weight: 700; }
.cstm-size-row__chart {
	appearance: none;
	padding: 0;
	border: 0;
	background: transparent;
    color: #4a332d;
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.cstm-size-row__chart:hover { color: #6a4434; }

/* Variation swatches (Variation Swatches for WooCommerce plugin) — just fit them
   into the new layout; the plugin's own pill styling is left as-is. */
.single-product .summary .variations,
.single-product .summary .variations tbody,
.single-product .summary .variations tr,
.single-product .summary .variations td.value { display: block; }
.single-product .summary .variations { margin-bottom: 14px; border: 0; }
.single-product .summary .variations th.label { display: none; }
.single-product .summary .variations td.value { padding: 0; }
.single-product .summary .reset_variations { display: inline-block; margin-top: 8px; color: #806b63; font-size: 12px; }

/* Quantity stepper ("Quantity" label + qty-control, wired by assets/js/theme.js) */
.cstm-qty-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 4px 0 16px; }
.cstm-qty-row__label { color: #4a332d; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }
.cstm-qty-row .qty-control {
    position: relative; /* style.css's ".qty-control__reduce/__increase{position:absolute}" (built for
                            the quick-view modal's own ".qty-control.position-relative") needs THIS
                            wrapper to be the positioned ancestor, otherwise the +/- buttons fly off to
                            the nearest positioned ancestor instead — which was div.product, top-left
                            of the whole page. */
    display: inline-flex;
    align-items: stretch;
    width: 132px; /* style.css's ".qty-control{width:3.375rem}" (54px, sized for the quick-view
                     modal) was squeezing the reduce/number/increase flex children down to fit —
                     132px = the three children's own widths (40+52+40) with none of them shrinking. */
    height: 44px;
    border: 1px solid rgba(106, 68, 52, .3);
    border-radius: 4px;
    overflow: hidden;
}
.cstm-qty-row .qty-control__reduce,
.cstm-qty-row .qty-control__increase {
    position: static; /* cancel style.css's ".qty-control__reduce/__increase{position:absolute}" —
                          that rule was built for the quick-view modal's compact layout; here they
                          need to sit inline, arranged by the parent's flexbox like the number input. */
    flex: 0 0 40px;
    width: 40px;
    height: auto;
    border: 0;
    background: #fbf3ef;
    color: #6a4434;
    font-size: 18px;
    line-height: 1;
    transition: background .2s ease;
}
.cstm-qty-row .qty-control__reduce:hover,
.cstm-qty-row .qty-control__increase:hover { background: #f0e1d9; }
.cstm-qty-row .qty-control__number {
    flex: 0 0 52px;
    width: 52px;
    border: 0;
    border-left: 1px solid rgba(106, 68, 52, .3);
    border-right: 1px solid rgba(106, 68, 52, .3);
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #4a332d;
    -moz-appearance: textfield;
}
.cstm-qty-row .qty-control__number::-webkit-inner-spin-button,
.cstm-qty-row .qty-control__number::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }

/* Add To Bag / Buy It Now — style.css has a couple of older rules targeting these same
   buttons with !important (a red pill for .single_add_to_cart_button, a black pill for
   the #custom-checkout-button ID specifically), so background/border/radius here need
   !important too to actually win instead of just losing quietly. */
.single-product .summary .single_add_to_cart_button,
.single-product .summary #custom-checkout-button {
    display: block;
    width: 100%;
    min-height: 50px;
    margin: 0 0 12px;
    padding: 14px 16px;
    border-radius: 4px !important;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-align: center;
    text-transform: uppercase;
    transition: all .25s ease;
}
/* style.css's ".woocommerce div.product form.cart .single_add_to_cart_button.button" rule
   is 5 classes + 2 type selectors — classes are compared before types, so matching its
   5 classes wasn't enough (it still won on type count). Adding ".woocommerce" (always on
   the body) makes this 6 classes, which wins outright regardless of type count. */
.woocommerce.single-product .summary .single_add_to_cart_button.alt.button {
    border: 1px solid #4a332d !important;
    background: #fff !important;
    color: #4a332d !important;
}
.woocommerce.single-product .summary .single_add_to_cart_button.alt.button:hover { background: #fbf3ef !important; }
.single-product .summary #custom-checkout-button {
    border: 1px solid #201512 !important;
    background: #201512 !important;
    color: #fff !important;
}
.single-product .summary #custom-checkout-button:hover { background: #000 !important; }
.single-product .summary #custom-checkout-button:disabled,
.single-product .summary #custom-checkout-button.disabled { opacity: .5; cursor: pointer; pointer-events: auto !important; }
.single-product .summary .single_add_to_cart_button.disabled { cursor: pointer !important; pointer-events: auto !important; }

/* Size swatches — style.css forces ALL ".cfvsw-label-option" swatches (used site-wide,
   including filter widgets) into large 40px-radius pills; square them off and shrink
   them just on the product page's own size picker, without touching other swatches. */
.single-product .summary .cfvsw-label-option {
    min-width: 34px !important;
    min-height: 34px !important;
    padding: 8px 14px !important;
    border-radius: 4px !important;
    font-size: 13px !important;
}

.cstm-cart-message {
    margin: -4px 0 16px;
	padding: 0 10px;
	width: 100%;
	box-sizing: border-box;
    font-size: 12.5px;
    font-weight: 600;
}
.cstm-cart-message:empty { display: none; }
.cstm-cart-message.is-error { color: #c32929; }
.cstm-cart-message.is-guidance {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 8px 10px 16px;
	width: fit-content;
	max-width: calc(100% - 20px);
	padding: 8px 11px;
	border: 1px solid rgba(185, 104, 85, .28);
	border-radius: 6px;
	background: #f9eae4;
	color: #6a4434;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
	box-shadow: 0 3px 10px rgba(106, 68, 52, .06);
}
.cstm-cart-message.is-guidance::before {
	content: "!";
	display: grid;
	flex: 0 0 18px;
	place-items: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #b96855;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
}
.cstm-size-needs-attention {
	border-radius: 5px;
	box-shadow: 0 0 0 2px rgba(185, 104, 85, .28);
}

/* Care/shipping bullet list */
.cstm-info-list {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    color: #4a332d;
    font-size: 13px;
    line-height: 1.9;
}
.cstm-info-list li { padding-left: 16px; position: relative; }
.cstm-info-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #b96855;
}
.cstm-info-list strong { color: #201512; }

/* Available Offers card */
.cstm-offers {
    margin: 0 0 20px;
    padding: 14px;
    border: 1px dashed rgba(106, 68, 52, .35);
    border-radius: 10px;
    background: #fffaf7;
}
.cstm-offers__header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.cstm-offers__icon {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f4dcd3;
    color: #b96855;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}
.cstm-offers__header h3 {
    margin: 0;
    color: #201512;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 700;
}
.cstm-offers__header small { display: block; margin-top: 2px; color: #806b63; font-size: 10.5px; font-weight: 400; line-height: 1.35; }
.cstm-offers__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.cstm-offers__item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    min-height: 54px;
    padding: 8px;
    border: 1px solid rgba(106, 68, 52, .12);
    border-radius: 7px;
    background: #fff;
    color: #4a332d;
    font-size: 12.5px;
    font-weight: 600;
    line-height: 1.4;
}
.cstm-offers__item > span:last-child { min-width: 0; }
.cstm-offers__item strong { display: block; color: #4a332d; }
.cstm-offers__item small { display: block; margin-top: 3px; color: #806b63; font-size: 11px; font-weight: 400; }
.cstm-offers__badge {
    display: grid;
    flex: 0 0 38px;
    place-items: center;
    min-height: 30px;
    padding: 3px;
    border-radius: 5px;
    background: #f4dcd3;
    color: #8a493b;
    font-size: 11px;
    font-weight: 700;
}
.cstm-offers__check {
    flex: 0 0 auto;
    color: #b96855;
    font-weight: 700;
}
@media (max-width: 575.98px) {
    .cstm-offers__grid { grid-template-columns: 1fr; }
}

/* Trust badges (Free Shipping / Secure Payment / 7 Days Return / Quality Guaranteed) */
.cstm-product-trust {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin: 0 0 26px;
    padding: 18px 0;
    border-top: 1px solid rgba(106, 68, 52, .15);
    border-bottom: 1px solid rgba(106, 68, 52, .15);
}
.cstm-product-trust__item { display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; }
.cstm-product-trust__icon { width: 26px; height: 26px; color: #b96855; }
.cstm-product-trust__icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.cstm-product-trust__icon img { display: block; width: 100%; height: 100%; object-fit: contain; }
.cstm-product-trust__label { color: #4a332d; font-size: 10.5px; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; line-height: 1.3; }
@media (max-width: 575.98px) {
    .cstm-product-trust { grid-template-columns: repeat(2, 1fr); row-gap: 18px; }
}

/* Specifications grid */
.cstm-specs { margin: 0 0 22px; }
.cstm-specs__title {
    margin: 0 0 10px;
    background: none;
    color: #8d5b4f;
    -webkit-text-fill-color: currentColor;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
}
.cstm-specs__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 24px; }
.cstm-specs__item {
    min-width: 0;
    padding: 6px 0 12px;
    border-top: 0;
    border-bottom: 1px solid rgba(141, 91, 79, .22);
}
.cstm-specs__item:last-child { border-bottom: 0; }
.cstm-specs__label { display: block; margin-bottom: 6px; color: #9a8279; font-size: 11px; font-weight: 400; line-height: 1.35; text-transform: none; letter-spacing: 0; }
.cstm-specs__value { display: block; overflow-wrap: anywhere; color: #4a332d; font-size: 13px; font-weight: 700; line-height: 1.45; }
@media (max-width: 575.98px) {
    .cstm-specs__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px 16px; }
}
@media (max-width: 359.98px) { .cstm-specs__grid { grid-template-columns: 1fr; } }

/* Description / Size Chart accordion (replaces the horizontal tab bar) */
.cstm-accordion { margin: 6px 0 0; border-top: 1px solid rgba(106, 68, 52, .15); }
.cstm-accordion__item { border-bottom: 1px solid rgba(106, 68, 52, .15); }
.cstm-accordion__summary {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 4px;
    color: #201512;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}
.cstm-accordion__summary::-webkit-details-marker { display: none; }
.cstm-accordion__summary::before {
    content: "\25B6";
    flex: 0 0 auto;
    color: #b96855;
    font-size: 10px;
    transition: transform .2s ease;
}
.cstm-accordion__item[open] > .cstm-accordion__summary::before { transform: rotate(90deg); }
.cstm-accordion__panel {
    padding: 0 4px 18px 24px;
    color: #4a332d;
    font-size: 13.5px;
    line-height: 1.8;
}
.cstm-accordion__panel img { max-width: 100%; height: auto; }
.cstm-accordion__panel table {
    width: 100%;
    margin-top: 6px;
    border-collapse: collapse;
    font-size: 12.5px;
}
.cstm-accordion__panel table td,
.cstm-accordion__panel table th {
    padding: 8px 6px;
    border: 1px solid rgba(106, 68, 52, .15);
    text-align: center;
}
.cstm-accordion__panel--specs { padding-left: 24px; padding-right: 4px; }
.cstm-accordion__panel--specs .cstm-specs { margin: 0; }
.cstm-accordion__panel--specs .cstm-specs__title { display: none; }
.cstm-accordion__panel--specs .cstm-specs__grid { gap: 10px 24px; }

@media (max-width: 575.98px) {
    .cstm-accordion__panel,
    .cstm-accordion__panel--specs { padding-left: 4px; padding-right: 4px; }
}

/* Product meta (SKU/Category) — kept, just de-emphasised at the very bottom */
.single-product .summary .product_meta {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid rgba(106, 68, 52, .15);
    color: #a08e88;
    font-size: 12px;
}
.single-product .summary .product_meta a { color: #806b63; }

/* Accessible size chart popup. */
body.cstm-modal-open { overflow: hidden; }
.cstm-size-modal__eyebrow { margin: 0 0 6px; color: #b96855; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.cstm-size-modal h2 { margin: 0 0 18px; color: #6a4434; font-family: Prata, serif; font-size: clamp(26px, 3vw, 35px); line-height: 1.2; }
.cstm-size-modal[hidden] { display: none !important; }
.cstm-size-modal { position: fixed; z-index: 99999; inset: 0; display: grid; place-items: center; padding: 20px; }
.cstm-size-modal__backdrop { position: absolute; inset: 0; background: rgba(32, 21, 18, .68); backdrop-filter: blur(3px); }
.cstm-size-modal__dialog {
    position: relative;
    width: min(720px, 100%);
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    padding: clamp(22px, 4vw, 38px);
    border-radius: 12px;
    background: #fff9f6;
    box-shadow: 0 24px 70px rgba(32, 21, 18, .3);
}
.cstm-size-modal__close { position: absolute; top: 12px; right: 14px; width: 38px; height: 38px; padding: 0; border: 0; background: transparent; color: #4a332d; font-size: 30px; line-height: 1; cursor: pointer; }
.cstm-size-modal__tabs { display: flex; gap: 8px; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 1px solid rgba(106, 68, 52, .14); }
.cstm-size-modal__tabs button { min-width: 100px; padding: 10px 18px; border: 1px solid rgba(106, 68, 52, .25); border-radius: 4px; background: #fff; color: #4a332d; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.cstm-size-modal__tabs button.is-active { border-color: #6a4434; background: #6a4434; color: #fff; }
.cstm-size-modal__panel { display: none; overflow-x: auto; }
.cstm-size-modal__panel.is-active { display: block; }
.cstm-size-modal table { width: 100%; min-width: 520px; margin: 0; border-collapse: collapse; background: #fff; font-size: 13px; }
.cstm-size-modal td, .cstm-size-modal th { padding: 11px 8px; border: 1px solid rgba(106, 68, 52, .15); text-align: center; }
.cstm-size-modal tr:first-child td { background: #f2e4de; color: #4a332d; font-weight: 700; text-transform: uppercase; }
.cstm-size-modal__note { margin: 14px 0 0; color: #806b63; font-size: 12px; }

@media (min-width: 992px) {
    .single-product .cstm-product-top .summary.entry-summary { position: sticky; top: 118px; }
}
@media (max-width: 767.98px) {
	.single-product .woocommerce-breadcrumb {
		width: calc(100% - 16px);
		max-width: calc(100% - 16px);
		margin: 10px 8px 16px;
		padding: 9px 12px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		box-sizing: border-box;
	}
	.single-product .summary.entry-summary .product_title { margin-top: 2px; margin-bottom: 8px; }
	.cstm-size-row { margin-top: 0; }
	.cstm-qty-row { margin-bottom: 14px; }
	.cstm-qty-row .qty-control {
		width: 108px;
		height: 38px;
	}
	.cstm-qty-row .qty-control__reduce,
	.cstm-qty-row .qty-control__increase {
		flex-basis: 34px;
		width: 34px;
		font-size: 16px;
	}
	.cstm-qty-row .qty-control__number {
		flex-basis: 40px;
		width: 40px;
		font-size: 13px;
	}
	.cstm-cart-message.is-guidance {
		margin-left: 0;
		margin-right: 0;
		max-width: 100%;
	}
    .cstm-size-modal { padding: 10px; }
    .cstm-size-modal__dialog { max-height: calc(100vh - 20px); padding: 24px 16px; }
    .cstm-offers__item { min-height: 0; }
}

/* ========================================================================== 
   Cart page — WooCommerce Cart Block
   ========================================================================== */
.woocommerce-cart .cart-page-offers { width: calc(100% - 48px); max-width: 1362px; margin: 0 auto 22px; padding: 18px 20px; border: 1px dashed rgba(141,91,79,.35); border-radius: 11px; background: linear-gradient(135deg,rgba(255,255,255,.76),rgba(246,229,222,.58)); color: #4a332d; font-family: "Roboto",sans-serif; }
.woocommerce-cart .cart-page-offers__intro { display: flex; margin-bottom: 14px; align-items: center; gap: 11px; }
.woocommerce-cart .cart-page-offers__icon { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border-radius: 50%; background: #f4dcd3; color: #a85f50; font-size: 14px; font-weight: 800; }
.woocommerce-cart .cart-page-offers__intro h2 { margin: 0 0 2px; color: #4a332d; font-family: Prata,serif; font-size: 19px; font-weight: 700; line-height: 1.25; text-transform: none; }
.woocommerce-cart .cart-page-offers__intro p { margin: 0; color: #846c64; font-size: 11.5px; line-height: 1.4; }
.woocommerce-cart .cart-page-offers__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 9px; }
.woocommerce-cart .cart-page-offer { position: relative; display: grid; min-width: 0; min-height: 76px; padding: 11px 70px 10px 12px; align-content: center; gap: 3px; border: 1px solid rgba(106,68,52,.14); border-radius: 7px; background: rgba(255,255,255,.82); transition: border-color .2s ease,box-shadow .2s ease; }
.woocommerce-cart .cart-page-offer strong { overflow: hidden; color: #4a332d; font-size: 12px; font-weight: 800; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.woocommerce-cart .cart-page-offer small { color: #92786f; font-size: 10px; line-height: 1.3; }
.woocommerce-cart .cart-page-offer__discount { position: absolute; top: 50%; right: 10px; display: inline-flex; min-width: 50px; min-height: 30px; padding: 6px; align-items: center; justify-content: center; border-radius: 5px; background: #f4dcd3; color: #9d5547; font-size: 11px; font-weight: 800; transform: translateY(-50%); white-space: nowrap; }
.woocommerce-cart .cart-page-offer.is-active { border-color: #8d5b4f; box-shadow: 0 6px 18px rgba(106,68,52,.09); }
.woocommerce-cart .cart-page-offer.is-active::after { position: absolute; top: -7px; left: 10px; padding: 2px 7px; border-radius: 10px; background: #6a4434; color: #fff; content: "Best offer"; font-size: 8px; font-weight: 700; letter-spacing: .35px; text-transform: uppercase; }
.woocommerce-cart .cart-page-offer.is-active .cart-page-offer__status { color: #a85f50; font-weight: 700; }
.woocommerce-cart .cart-page-offer--prepaid { border-style: dashed; }

.woocommerce-cart main#content > .page-header { display: none; }
.woocommerce-cart main#content,
.woocommerce-cart main#content > .page-content { width: 100%; min-width: 0; }
.woocommerce-cart main#content > .page-content { margin: 0; }
.woocommerce-cart .wp-block-woocommerce-cart,
.woocommerce-cart .wc-block-cart {
    width: 100%;
    max-width: 1410px;
    margin: 0 auto 64px;
    padding: 0 24px;
    color: #4a332d;
    font-family: "Roboto", sans-serif;
}
.woocommerce-cart .wc-block-components-sidebar-layout {
    align-items: flex-start;
    gap: clamp(22px, 2.5vw, 36px);
}
.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main {
    width: calc(66% - 27px);
    padding-right: 0;
}
.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    position: sticky;
    top: 112px;
    width: calc(34% - 27px);
    margin-top: 0;
    padding: 24px;
    border: 1px solid rgba(106, 68, 52, .14);
    border-radius: 12px;
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 14px 38px rgba(74, 51, 45, .07);
}
.woocommerce-cart .wc-block-cart-items {
    overflow: hidden;
    border: 1px solid rgba(106, 68, 52, .14) !important;
    border-radius: 12px;
    background: rgba(255, 255, 255, .62);
    border-collapse: separate !important;
    border-spacing: 0;
}
.woocommerce-cart .wc-block-cart-items thead th {
    padding: 15px 20px !important;
    border-bottom: 1px solid rgba(106, 68, 52, .14) !important;
    background: #f5e8e2;
    color: #6a4434;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row td {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    border-bottom: 1px solid rgba(106, 68, 52, .12) !important;
    vertical-align: top;
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row:last-child td { border-bottom: 0 !important; }
.woocommerce-cart .wc-block-cart-item__image { width: 108px !important; padding-left: 18px !important; }
.woocommerce-cart .wc-block-cart-items__header-total,
.woocommerce-cart .wc-block-cart-item__total {
    width: 160px;
    min-width: 160px;
    padding-right: 22px !important;
    padding-left: 18px !important;
    text-align: right;
}
.woocommerce-cart .wc-block-cart-item__image a,
.woocommerce-cart .wc-block-cart-item__image img {
    display: block;
    width: 100% !important;
    aspect-ratio: 4 / 5;
    border-radius: 7px;
    object-fit: cover;
    object-position: center top;
}
.woocommerce-cart .wc-block-components-product-name {
    color: #4a332d !important;
    font-family: "Roboto", sans-serif;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    text-decoration: none !important;
}
.woocommerce-cart .wc-block-components-product-name:hover { color: #b96855 !important; }
.woocommerce-cart .wc-block-components-product-metadata,
.woocommerce-cart .wc-block-components-product-details { margin-top: 7px !important; color: #8f7b74 !important; font-size: 11.5px !important; }
.woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-price {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 6px;
    color: #6a4434;
    font-size: 15px !important;
    font-weight: 700;
    line-height: 1.35;
    text-align: left;
}
.woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-price ins,
.woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-price .wc-block-components-product-price__value {
    order: 1;
    margin: 0 !important;
    color: #6a4434 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-decoration: none;
}
.woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-price del,
.woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-price .wc-block-components-product-price__regular {
    order: 2;
    margin: 0 !important;
    color: #a99b96 !important;
    font-size: 11.5px !important;
    font-weight: 400 !important;
    text-decoration: line-through;
}
.woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-price .screen-reader-text { order: 3; }
.woocommerce-cart .wc-block-components-quantity-selector {
    width: 112px !important;
    height: 38px;
    margin: 9px 0 0 !important;
    border: 1px solid rgba(106, 68, 52, .25) !important;
    border-radius: 5px !important;
    background: #fff;
}
.woocommerce-cart .wc-block-components-quantity-selector::after { border: 0 !important; }
.woocommerce-cart .wc-block-components-quantity-selector__button {
    min-width: 34px !important;
    color: #6a4434 !important;
    font-size: 16px !important;
}
.woocommerce-cart .wc-block-components-quantity-selector__input { min-width: 40px !important; color: #4a332d !important; font-size: 13px !important; font-weight: 700 !important; }
.woocommerce-cart .wc-block-cart-item__remove-link {
    margin-top: 7px !important;
    color: #8d5b4f !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}
.woocommerce-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper { color: #4a332d; font-size: 14px; font-weight: 700; }
.woocommerce-cart .wc-block-cart-item__prices .wc-block-components-sale-badge { border: 0; border-radius: 3px; background: #f4dcd3; color: #8d5b4f; font-size: 10px; }
.woocommerce-cart .wc-block-cart-item__product .wc-block-cart-item__prices .wc-block-components-sale-badge {
    order: 3;
    display: inline-flex;
    min-height: 20px;
    align-items: center;
    padding: 2px 6px;
    line-height: 1;
    white-space: nowrap;
}

.woocommerce-cart .wc-block-cart__totals-title {
    margin: 0 !important;
    padding: 0 0 15px !important;
    border-bottom: 1px solid rgba(106, 68, 52, .14);
    color: #4a332d;
    font-family: Prata, serif;
    font-size: 22px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}
.woocommerce-cart .wc-block-components-totals-wrapper {
    padding: 16px 0 !important;
    border-top: 0 !important;
    border-bottom: 1px solid rgba(106, 68, 52, .12) !important;
}
.woocommerce-cart .wc-block-components-totals-item { padding: 0 !important; color: #4a332d; font-size: 13px; }
.woocommerce-cart .wc-block-components-totals-item__label { font-weight: 500; }
.woocommerce-cart .wc-block-components-totals-item__value { font-weight: 700; }
.woocommerce-cart .wc-block-components-totals-footer-item { padding: 18px 0 8px !important; }
.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value { color: #3d251f; font-size: 18px !important; font-weight: 800 !important; }
.woocommerce-cart .wc-block-components-totals-coupon__button { color: #6a4434 !important; font-size: 12px !important; font-weight: 700 !important; }
.woocommerce-cart .wc-block-components-totals-coupon__form { gap: 8px; padding-top: 12px; }
.woocommerce-cart .wc-block-components-totals-coupon__input input {
    min-height: 44px !important;
    border-color: rgba(106, 68, 52, .28) !important;
    border-radius: 5px !important;
    background: #fff !important;
}
.woocommerce-cart .wc-block-components-totals-coupon__button,
.woocommerce-cart .wc-block-cart__submit-button {
    min-height: 46px !important;
    border: 1px solid #6a4434 !important;
    border-radius: 5px !important;
    background: #6a4434 !important;
    color: #fff !important;
    font-family: "Roboto", sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: .05em;
    text-transform: uppercase;
    transition: background-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.woocommerce-cart .wc-block-cart__submit-container { margin-top: 18px; }
.woocommerce-cart .wc-block-cart__submit-button { width: 100%; min-height: 52px !important; }
.woocommerce-cart .wc-block-cart__submit-button:hover,
.woocommerce-cart .wc-block-components-totals-coupon__button:hover { background: #4d3028 !important; box-shadow: 0 8px 20px rgba(74, 51, 45, .18); transform: translateY(-1px); }
.woocommerce-cart .wc-block-cart__submit-button .wc-block-components-button__text { color: inherit; }
.woocommerce-cart .wc-block-components-shipping-rates-control__package { padding: 10px 0 !important; }

/* Empty cart block. */
.woocommerce-cart .wc-block-cart__empty-cart__title {
    margin: 28px auto 12px;
    color: #6a4434;
    font-family: Prata, serif;
    font-size: clamp(28px, 4vw, 40px);
    text-transform: none;
}
.woocommerce-cart .wc-block-cart__empty-cart__title::before { color: #b96855; }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block > .wp-block-separator { color: rgba(106, 68, 52, .24); }

@media (max-width: 781.98px) {
    .woocommerce-cart .cart-page-offers { width: calc(100% - 16px); margin-bottom: 14px; padding: 14px 12px; }
    .woocommerce-cart .cart-page-offers__intro { margin-bottom: 11px; }
    .woocommerce-cart .cart-page-offers__intro h2 { font-size: 17px; }
    .woocommerce-cart .cart-page-offers__grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
    .woocommerce-cart .cart-page-offer { min-height: 72px; padding: 10px 58px 9px 10px; }
    .woocommerce-cart .cart-page-offer__discount { right: 7px; min-width: 44px; font-size: 10px; }
    .woocommerce-cart main#content,
    .woocommerce-cart main#content > .page-content {
        min-height: 0 !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    .woocommerce-cart .wp-block-woocommerce-cart,
    .woocommerce-cart .wc-block-cart {
        width: 100%;
        max-width: 100%;
        min-height: 0 !important;
        margin: 0 auto !important;
        padding: 0 8px 18px;
        overflow: hidden;
    }
    .woocommerce-cart .wc-block-components-sidebar-layout {
        display: block;
        min-height: 0 !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    .woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main,
    .woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar { width: 100%; }
    .woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar {
        position: static;
        margin-top: 22px;
        margin-bottom: 0 !important;
        padding: 18px 16px;
        border-radius: 9px;
    }
    .woocommerce-cart .wc-block-cart-items { display: block; overflow: visible; border: 0 !important; background: transparent; }
    .woocommerce-cart .wc-block-cart-items thead { display: none; }
    .woocommerce-cart .wc-block-cart-items tbody { display: grid; gap: 12px; }
    .woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row {
        position: relative;
        display: grid !important;
        width: 100%;
        min-width: 0;
        grid-template-columns: 82px minmax(0, 1fr);
        grid-template-areas: "image product";
        gap: 0 9px;
        padding: 14px !important;
        overflow: hidden;
        border: 1px solid rgba(106, 68, 52, .14);
        border-radius: 9px;
        background: rgba(255, 255, 255, .72);
        box-sizing: border-box;
    }
    .woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row td { display: block; padding: 0 !important; border: 0 !important; }
    .woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row td.wc-block-cart-item__image {
        grid-area: image;
        width: 74px !important;
        max-width: 74px !important;
        margin-left: 8px !important;
        padding: 0 !important;
    }
    .woocommerce-cart .wc-block-cart-item__product { grid-area: product; min-width: 0; padding-right: 0 !important; }
    .woocommerce-cart .wc-block-cart-item__wrap { width: 100%; min-width: 0; }
    .woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row td.wc-block-cart-item__total {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        visibility: hidden !important;
    }
    .woocommerce-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 5px;
        font-size: 12.5px;
    }
    .woocommerce-cart .wc-block-cart-item__total .wc-block-components-product-price,
    .woocommerce-cart .wc-block-cart-item__total .wc-block-components-product-price .woocommerce-Price-amount {
        display: inline-block;
        margin: 0 !important;
        color: #4a332d !important;
        font-size: 12.5px !important;
        font-weight: 700 !important;
        line-height: 1.3;
    }
    .woocommerce-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper::before {
        content: "Total:";
        color: #8f7b74;
        font-size: 11px;
        font-weight: 500;
    }
    .woocommerce-cart .wc-block-components-product-name {
        display: -webkit-box;
        overflow: hidden;
        padding-right: 0;
        font-size: 12.5px !important;
        line-height: 1.35 !important;
        overflow-wrap: anywhere;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-price {
        gap: 4px;
        margin-top: 5px;
        font-size: 13px !important;
    }
    .woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-price ins,
    .woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-price .wc-block-components-product-price__value { font-size: 13px !important; }
    .woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-price del,
    .woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-price .wc-block-components-product-price__regular { font-size: 10.5px !important; }
    .woocommerce-cart .wc-block-cart-item__image a,
    .woocommerce-cart .wc-block-cart-item__image img { aspect-ratio: 4 / 5; }
    .woocommerce-cart .wc-block-components-quantity-selector { width: 106px !important; margin-top: 8px !important; }
    .woocommerce-cart .wc-block-cart-item__remove-link { margin-top: 7px !important; }
    .woocommerce-cart .wc-block-cart__totals-title { font-size: 20px !important; }
    .woocommerce-cart .wc-block-cart__submit-container--sticky {
        position: fixed !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        z-index: 9998 !important;
        display: block !important;
        width: 100% !important;
        padding: 10px 16px calc(10px + env(safe-area-inset-bottom)) !important;
        background: #fff9f6 !important;
        box-shadow: 0 -8px 22px rgba(74, 51, 45, .12);
        box-sizing: border-box;
    }
    .woocommerce-cart .wc-block-cart__submit-container--sticky::before { display: none !important; }
    .woocommerce-cart .wc-block-cart__submit-container--sticky .wc-block-cart__submit-button {
        max-width: 520px;
        margin: 0 auto !important;
    }
    body.woocommerce-cart.cart-drawer-is-open .wc-block-cart__submit-container--sticky {
        display: none !important;
        pointer-events: none !important;
    }
}

@media (max-width: 479.98px) {
    .woocommerce-cart .cart-page-offers__grid { grid-template-columns: 1fr; }
    .woocommerce-cart .cart-page-offer { min-height: 66px; }
}

@media (max-width: 359.98px) {
    .woocommerce-cart .wp-block-woocommerce-cart,
    .woocommerce-cart .wc-block-cart { padding: 0 10px; }
    .woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row { grid-template-columns: 76px minmax(0, 1fr); gap: 0 8px; padding: 11px !important; }
    .woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row td.wc-block-cart-item__image { width: 68px !important; max-width: 68px !important; margin-left: 8px !important; }
}

/* Modern, theme-aligned classic checkout. */
.woocommerce-checkout main#content > .page-header { display: none !important; }
.woocommerce-checkout main#content > .page-content,
.woocommerce-checkout main#content > .woocommerce { width: 100%; max-width: 1440px; margin-right: auto; margin-left: auto; padding-right: 24px; padding-left: 24px; }
.woocommerce-checkout .cstm-checkout-layout { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(380px,.85fr); gap: clamp(28px,4vw,58px); margin: 0 auto 64px; align-items: start; color: #4a332d; font-family: "Roboto",sans-serif; }
.woocommerce-checkout .cstm-checkout-customer,
.woocommerce-checkout .cstm-checkout-order { min-width: 0; margin: 0 !important; padding: 26px; align-self: start; border: 1px solid rgba(106,68,52,.14); border-radius: 12px; background: rgba(255,255,255,.7); box-shadow: 0 14px 38px rgba(74,51,45,.06); }
.woocommerce-checkout .cstm-checkout-order { position: static; top: auto; padding: 26px; }
.woocommerce-checkout #customer_details { display: block; width: 100%; }
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 { width: 100%; max-width: none; padding: 0; float: none; }
.woocommerce-checkout #customer_details .col-2 { margin-top: 22px; }
.woocommerce-checkout #customer_details h3,
.woocommerce-checkout #order_review_heading { margin: 0 0 18px; font-size: 27px; }
.woocommerce-checkout .cstm-billing-intro { margin: -10px 0 20px; color: #8a736b; font-size: 11.5px; line-height: 1.5; }
.woocommerce-checkout .cstm-checkout-order__note { margin: -11px 0 20px; color: #8a736b; font-size: 11.5px; line-height: 1.45; }
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper { display: flex; flex-wrap: wrap; gap: 0 14px; }
.woocommerce-checkout #billing_first_name_field { order: 10; width: 100% !important; }
.woocommerce-checkout #billing_phone_field { order: 20; width: calc(50% - 7px) !important; }
.woocommerce-checkout #billing_email_field { order: 30; width: calc(50% - 7px) !important; }
.woocommerce-checkout #billing_country_field { order: 40; width: 100% !important; }
.woocommerce-checkout #billing_postcode_field { order: 45; width: 100% !important; }
.woocommerce-checkout #billing_address_1_field { order: 50; width: 100% !important; }
.woocommerce-checkout #billing_address_2_field { order: 60; width: 100% !important; }
.woocommerce-checkout #billing_city_field { order: 70; width: calc(50% - 7px) !important; }
.woocommerce-checkout #billing_state_field { order: 80; width: calc(50% - 7px) !important; }
.woocommerce-checkout .form-row { width: 100%; margin: 0 0 15px; padding: 0; }
.woocommerce-checkout .form-row-first,
.woocommerce-checkout .form-row-last { width: calc(50% - 7px); }
.woocommerce-checkout .form-row label { margin-bottom: 6px; color: #5c4038; font-size: 11px; font-weight: 700; letter-spacing: .15px; }
.woocommerce-checkout .form-row label .required { color: #bd5c50; }
.woocommerce-checkout .input-text,
.woocommerce-checkout select,
.woocommerce-checkout .select2-container .select2-selection--single { width: 100%; min-height: 46px; border: 1px solid rgba(106,68,52,.22) !important; border-radius: 6px !important; background: #fff !important; color: #4a332d !important; font-family: "Roboto",sans-serif; font-size: 12px; box-shadow: none !important; transition: border-color .2s ease,box-shadow .2s ease; }
.woocommerce-checkout .input-text { padding: 11px 13px; }
.woocommerce-checkout textarea.input-text { min-height: 105px; resize: vertical; }
.woocommerce-checkout .select2-container .select2-selection--single { display: flex; align-items: center; }
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered { padding-right: 36px; padding-left: 13px; color: #4a332d; line-height: 44px; }
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow { top: 9px; right: 8px; }
.woocommerce-checkout .input-text:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout .select2-container--focus .select2-selection--single { border-color: #8d5b4f !important; outline: 0; box-shadow: 0 0 0 3px rgba(141,91,79,.09) !important; }
.woocommerce-checkout .woocommerce-form__label-for-checkbox { display: inline-flex; align-items: center; gap: 8px; color: #60453d; font-size: 12px; font-weight: 600; }
.woocommerce-checkout .woocommerce-form__input-checkbox { accent-color: #6a4434; }
.woocommerce-checkout #order_review { width: 100%; }
.woocommerce-checkout .woocommerce-checkout-review-order-table { width: 100%; margin: 0 0 18px; border: 1px solid rgba(106,68,52,.14); border-radius: 8px; border-collapse: separate; border-spacing: 0; color: #4a332d; font-size: 12px; overflow: hidden; }
.woocommerce-checkout .woocommerce-checkout-review-order-table th,
.woocommerce-checkout .woocommerce-checkout-review-order-table td { padding: 13px 12px; border: 0; border-bottom: 1px solid rgba(106,68,52,.12); vertical-align: top; }
.woocommerce-checkout .woocommerce-checkout-review-order-table th:last-child,
.woocommerce-checkout .woocommerce-checkout-review-order-table td:last-child { padding-left: 14px; text-align: right; white-space: nowrap; }
.woocommerce-checkout .woocommerce-checkout-review-order-table thead th { padding: 16px 14px; border: 0; border-bottom: 1px solid rgba(106,68,52,.16); background: #fff7f3; color: #6a4434; font-size: 12px; font-weight: 800; letter-spacing: .7px; line-height: 1.3; text-transform: uppercase; }
.woocommerce-checkout .woocommerce-checkout-review-order-table thead th:last-child { padding-left: 14px; text-align: right; }
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name { padding-right: 8px; font-weight: 600; line-height: 1.45; }
.woocommerce-checkout .checkout-product-line { display: flex; min-width: 0; align-items: flex-start; justify-content: space-between; gap: 8px; }
.woocommerce-checkout .checkout-product-title { min-width: 0; color: #4a332d; font-weight: 700; line-height: 1.4; overflow-wrap: anywhere; }
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-quantity { flex: 0 0 auto; padding: 2px 6px; border-radius: 10px; background: #f4dcd3; color: #a75d4e; font-size: 10px; font-weight: 800; white-space: nowrap; }
.woocommerce-checkout .woocommerce-checkout-review-order-table .variation { display: grid; margin: 5px 0 0; color: #927c74; font-size: 10px; line-height: 1.35; }
.woocommerce-checkout .woocommerce-checkout-review-order-table .variation dt,
.woocommerce-checkout .woocommerce-checkout-review-order-table .variation dd { margin: 0; }
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th { font-weight: 600; }
.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td { padding-top: 17px; border-bottom: 0; color: #3d251f; font-size: 17px; font-weight: 800; }
.woocommerce-checkout #payment { margin-top: 4px; border: 1px solid rgba(106,68,52,.13); border-radius: 9px; background: #fff9f6; overflow: hidden; }
.woocommerce-checkout #payment ul.payment_methods { margin: 0; padding: 8px 16px; border-bottom: 1px solid rgba(106,68,52,.13); }
.woocommerce-checkout #payment ul.payment_methods li { margin: 0; padding: 11px 0; border-bottom: 1px solid rgba(106,68,52,.1); color: #4a332d; font-size: 12px; }
.woocommerce-checkout #payment ul.payment_methods li:last-child { border-bottom: 0; }
.woocommerce-checkout #payment ul.payment_methods li > label { display: inline-flex; align-items: center; gap: 7px; font-weight: 700; cursor: pointer; }
.woocommerce-checkout #payment ul.payment_methods input[type=radio] { accent-color: #6a4434; }
.woocommerce-checkout #payment div.payment_box { margin: 9px 0 0; padding: 11px 12px; border-radius: 5px; background: #f3e2dc; color: #74574e; font-size: 10.5px; line-height: 1.5; }
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: #f3e2dc; }
.woocommerce-checkout #payment .place-order { margin: 0; padding: 17px 16px 16px; }
.woocommerce-checkout #place_order { width: 100%; min-height: 50px; margin: 0; padding: 13px 18px; border: 1px solid #6a4434; border-radius: 5px; background: #6a4434; color: #fff; font-family: "Roboto",sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .65px; text-transform: uppercase; transition: background-color .22s ease,box-shadow .22s ease,transform .22s ease; }
.woocommerce-checkout #place_order:hover { background: #4d3028; box-shadow: 0 8px 22px rgba(74,51,45,.18); transform: translateY(-1px); }
.woocommerce-checkout .woocommerce-privacy-policy-text { color: #897169; font-size: 10px; line-height: 1.5; }
.woocommerce-checkout .woocommerce-privacy-policy-text a { color: #8d5b4f; }
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .woocommerce-form-login-toggle,
.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-message { max-width: 1392px; margin-right: auto; margin-left: auto; border-radius: 7px; font-family: "Roboto",sans-serif; font-size: 12px; }
.woocommerce-checkout form.checkout_coupon,
.woocommerce-checkout form.login { max-width: 1392px; margin: 0 auto 20px; padding: 18px; border: 1px solid rgba(106,68,52,.15); border-radius: 8px; background: rgba(255,255,255,.72); }
.woocommerce-checkout form.checkout_coupon .input-text { min-height: 46px; padding: 11px 13px; border: 1px solid rgba(106,68,52,.22); border-radius: 5px; background: #fffdfc; color: #4a332d; font-family: "Roboto",sans-serif; }
.woocommerce-checkout form.checkout_coupon .button { min-height: 46px; padding: 11px 20px !important; border: 1px solid #6a4434 !important; border-radius: 5px !important; background: #6a4434 !important; color: #fff !important; font-family: "Roboto",sans-serif !important; font-size: 10.5px !important; font-weight: 800 !important; letter-spacing: .55px; text-transform: uppercase; box-shadow: none !important; transition: background-color .2s ease,box-shadow .2s ease,transform .2s ease; }
.woocommerce-checkout form.checkout_coupon .button:hover,
.woocommerce-checkout form.checkout_coupon .button:focus { border-color: #4d3028 !important; background: #4d3028 !important; color: #fff !important; box-shadow: 0 7px 18px rgba(74,51,45,.17) !important; transform: translateY(-1px); }
.woocommerce-checkout .woocommerce-form-login-toggle,
.woocommerce-checkout .woocommerce-form-coupon-toggle { max-width: 1392px; margin: 0 auto 12px; padding: 0 24px; }
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info { display: flex; min-height: 52px; margin: 0; padding: 13px 16px 13px 48px; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 7px 14px; border: 1px solid rgba(106,68,52,.15); border-radius: 8px; background: rgba(255,255,255,.74); color: #72574f; box-shadow: 0 6px 18px rgba(74,51,45,.035); }
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info::before,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before { top: 50%; left: 16px; display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: #f4dcd3; color: #9d594b; font-size: 12px; transform: translateY(-50%); }
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info { border-left: 3px solid #8d5b4f; }
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info { border-left: 3px solid #b97869; }
.woocommerce-checkout .woocommerce-form-login-toggle a,
.woocommerce-checkout .woocommerce-form-coupon-toggle a { color: #6a4434; font-weight: 800; text-decoration: underline; text-decoration-color: #c99a8e; text-underline-offset: 3px; }
.woocommerce-checkout form.woocommerce-form-login.login { margin: -2px auto 22px; padding: 22px 24px; border: 1px solid rgba(106,68,52,.16); border-radius: 10px; background: rgba(255,255,255,.78); box-shadow: 0 12px 30px rgba(74,51,45,.055); color: #4a332d; }
.woocommerce-checkout form.woocommerce-form-login.login > p:first-child { margin: 0 0 18px; color: #806b64; font-size: 12px; line-height: 1.6; }
.woocommerce-checkout form.woocommerce-form-login.login .form-row-first,
.woocommerce-checkout form.woocommerce-form-login.login .form-row-last { width: calc(50% - 8px); }
.woocommerce-checkout form.woocommerce-form-login.login .form-row-first { float: left; }
.woocommerce-checkout form.woocommerce-form-login.login .form-row-last { float: right; }
.woocommerce-checkout form.woocommerce-form-login.login label { margin-bottom: 7px; color: #5f4037; font-size: 11px; font-weight: 700; }
.woocommerce-checkout form.woocommerce-form-login.login .input-text { width: 100%; min-height: 46px; padding: 11px 13px; border: 1px solid rgba(106,68,52,.22); border-radius: 6px; background: #fffdfc; color: #4a332d; }
.woocommerce-checkout form.woocommerce-form-login.login .input-text:focus { border-color: #8d5b4f; outline: 0; box-shadow: 0 0 0 3px rgba(141,91,79,.09); }
.woocommerce-checkout form.woocommerce-form-login.login .woocommerce-form-login__rememberme { margin: 0 18px 0 0; color: #70554d; font-size: 11px; font-weight: 600; }
.woocommerce-checkout form.woocommerce-form-login.login .woocommerce-form-login__submit { min-width: 120px; min-height: 44px; margin: 10px 0 0; padding: 11px 20px; border: 1px solid #6a4434; border-radius: 5px; background: #6a4434; color: #fff; font-family: "Roboto",sans-serif; font-size: 10.5px; font-weight: 800; letter-spacing: .55px; text-transform: uppercase; transition: background-color .2s ease,box-shadow .2s ease,transform .2s ease; }
.woocommerce-checkout form.woocommerce-form-login.login .woocommerce-form-login__submit:hover { background: #4d3028; color: #fff; box-shadow: 0 7px 18px rgba(74,51,45,.17); transform: translateY(-1px); }
.woocommerce-checkout form.woocommerce-form-login.login .lost_password { margin: 12px 0 0; font-size: 11px; }
.woocommerce-checkout form.woocommerce-form-login.login .lost_password a { color: #8d5b4f; font-weight: 700; text-decoration: underline; text-decoration-color: #d5aaa0; text-underline-offset: 3px; }
.woocommerce-checkout .cstm-checkout-coupon { margin: 0 0 18px; }
.woocommerce-checkout .cstm-checkout-coupon .woocommerce-form-coupon-toggle { max-width: none; margin: 0; padding: 0; }
.woocommerce-checkout .cstm-checkout-coupon .woocommerce-info { min-height: 48px; padding: 8px 9px 8px 42px; border-left: 3px solid #b97869; background: #fff7f3; color: #73574f; font-size: 11px; font-weight: 600; box-shadow: none; }
.woocommerce-checkout .cstm-checkout-coupon .woocommerce-info::before { left: 11px; }
.woocommerce-checkout .cstm-checkout-coupon .showcoupon { display: inline-flex; min-height: 32px; margin-left: auto; padding: 6px 11px; align-items: center; justify-content: center; border: 1px solid #8d5b4f; border-radius: 4px; background: #fff; color: #6a4434; font-size: 9.5px; font-weight: 800; letter-spacing: .35px; text-decoration: none; text-transform: uppercase; transition: background-color .2s ease,color .2s ease; }
.woocommerce-checkout .cstm-checkout-coupon .showcoupon:hover { background: #6a4434; color: #fff; }
.woocommerce-checkout .cstm-checkout-coupon form.checkout_coupon { max-width: none; margin: 8px 0 0; padding: 13px; border-color: rgba(106,68,52,.14); background: #fff; box-shadow: 0 7px 18px rgba(74,51,45,.04); }
.woocommerce-checkout .cstm-checkout-coupon form.checkout_coupon p { margin-bottom: 8px; font-size: 11px; }
.woocommerce-checkout .cstm-checkout-coupon form.checkout_coupon .form-row-first { width: calc(100% - 144px) !important; margin: 0; padding-right: 10px; float: left; }
.woocommerce-checkout .cstm-checkout-coupon form.checkout_coupon .form-row-last { width: 144px !important; margin: 0; float: right; }
.woocommerce-checkout .cstm-checkout-coupon form.checkout_coupon::after { display: block; clear: both; content: ""; }
.woocommerce-checkout .cstm-checkout-coupon form.checkout_coupon .button { width: 100% !important; min-height: 46px; padding: 10px 14px !important; border: 1px solid #6a4434 !important; border-radius: 5px !important; background: #6a4434 !important; color: #fff !important; font-family: "Roboto",sans-serif !important; font-size: 10px !important; font-weight: 800 !important; letter-spacing: .4px; text-transform: uppercase; box-shadow: none !important; transition: background-color .2s ease,transform .2s ease; }
.woocommerce-checkout .cstm-checkout-coupon form.checkout_coupon .button:hover { background: #4d3028 !important; color: #fff !important; transform: translateY(-1px); }
.woocommerce-checkout .cstm-checkout-login { margin: 0 0 18px; }
.woocommerce-checkout .cstm-checkout-login--account { margin: 10px 0 18px; }
.woocommerce-checkout .cstm-checkout-login .woocommerce-form-login-toggle { max-width: none; margin: 0; padding: 0; }
.woocommerce-checkout .cstm-checkout-login .woocommerce-info { display: flex; min-height: 48px; margin: 0; padding: 8px 9px 8px 42px; align-items: center; flex-wrap: wrap; gap: 7px; border: 1px solid rgba(106,68,52,.15); border-left: 3px solid #8d5b4f; border-radius: 7px; background: #fff7f3; color: #73574f; font-size: 11px; font-weight: 600; box-shadow: none; }
.woocommerce-checkout .cstm-checkout-login .woocommerce-info::before { top: 50%; left: 11px; transform: translateY(-50%); }
.woocommerce-checkout .cstm-checkout-login .showlogin { display: inline-flex; min-height: 32px; margin-left: auto; padding: 6px 11px; align-items: center; justify-content: center; border: 1px solid #8d5b4f; border-radius: 4px; background: #6a4434; color: #fff; font-size: 9.5px; font-weight: 800; letter-spacing: .35px; text-decoration: none; text-transform: uppercase; transition: background-color .2s ease; }
.woocommerce-checkout .cstm-checkout-login .showlogin:hover { background: #4d3028; color: #fff; }

@media (max-width: 991.98px) {
    .woocommerce-checkout .cstm-checkout-layout { grid-template-columns: minmax(0,1fr); gap: 20px; margin-bottom: 40px; }
    .woocommerce-checkout .cstm-checkout-order { position: static; }
}
@media (max-width: 575.98px) {
    .woocommerce-checkout main#content > .page-content,
    .woocommerce-checkout main#content > .woocommerce { padding-right: 10px; padding-left: 10px; }
    .woocommerce-checkout .cstm-checkout-layout { gap: 14px; margin-bottom: 24px; }
    .woocommerce-checkout .cstm-checkout-customer,
    .woocommerce-checkout .cstm-checkout-order { padding: 17px 14px; border-radius: 9px; }
    .woocommerce-checkout #customer_details h3,
    .woocommerce-checkout #order_review_heading { margin-bottom: 15px; font-size: 24px; }
    .woocommerce-checkout .form-row-first,
    .woocommerce-checkout .form-row-last { width: 100%; }
    .woocommerce-checkout #billing_phone_field,
    .woocommerce-checkout #billing_email_field,
    .woocommerce-checkout #billing_city_field,
    .woocommerce-checkout #billing_state_field { width: 100% !important; }
    .woocommerce-checkout .form-row { margin-bottom: 12px; }
    .woocommerce-checkout .woocommerce-checkout-review-order-table th:last-child,
    .woocommerce-checkout .woocommerce-checkout-review-order-table td:last-child { padding-left: 8px; }
    .woocommerce-checkout #payment ul.payment_methods { padding-right: 12px; padding-left: 12px; }
    .woocommerce-checkout #payment .place-order { padding: 14px 12px; }
    .woocommerce-checkout .woocommerce-form-login-toggle,
    .woocommerce-checkout .woocommerce-form-coupon-toggle { padding: 0 10px; }
    .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info,
    .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info { min-height: 48px; padding: 11px 12px 11px 42px; font-size: 11px; }
    .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info::before,
    .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before { left: 11px; }
    .woocommerce-checkout form.woocommerce-form-login.login { margin-bottom: 16px; padding: 17px 14px; }
    .woocommerce-checkout form.woocommerce-form-login.login .form-row-first,
    .woocommerce-checkout form.woocommerce-form-login.login .form-row-last { width: 100%; float: none; }
    .woocommerce-checkout form.woocommerce-form-login.login .woocommerce-form-login__rememberme { display: flex; margin: 0 0 10px; }
    .woocommerce-checkout form.woocommerce-form-login.login .woocommerce-form-login__submit { width: 100%; margin-top: 2px; }
    .woocommerce-checkout .checkout-product-line { gap: 6px; }
    .woocommerce-checkout .cstm-checkout-coupon form.checkout_coupon .form-row-first,
    .woocommerce-checkout .cstm-checkout-coupon form.checkout_coupon .form-row-last { width: 100%; padding-right: 0; float: none; }
    .woocommerce-checkout .cstm-checkout-coupon form.checkout_coupon .form-row-last { margin-top: 8px; }
    .woocommerce-checkout .cstm-checkout-login .woocommerce-info,
    .woocommerce-checkout .cstm-checkout-coupon .woocommerce-info { align-items: flex-start; flex-direction: column; padding-top: 10px; padding-bottom: 10px; }
    .woocommerce-checkout .cstm-checkout-login .showlogin,
    .woocommerce-checkout .cstm-checkout-coupon .showcoupon { width: 100%; margin-left: 0; }
    .woocommerce-checkout .woocommerce-checkout-review-order-table thead th { font-size: 11.5px; }
}

/* Empty cart and its New in store recommendations. */
.woocommerce-cart .wp-block-woocommerce-empty-cart-block { width: min(100%,1440px); margin: 0 auto; padding: 42px 24px 64px; color: #4a332d; font-family: "Roboto",sans-serif; }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title { margin: 0 0 13px; color: #8d5b4f; font-family: Prata,serif; font-size: clamp(27px,3vw,38px); font-weight: 700; line-height: 1.25; text-transform: none; }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title::before { color: #b97869; }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-separator { width: 58px; margin: 18px auto 28px; border-color: #d9b9af; opacity: 1; }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block > .wp-block-heading:not(.wc-block-cart__empty-cart__title) { margin: 0 0 28px; color: #8d5b4f; font-family: Prata,serif; font-size: clamp(25px,2.6vw,35px); font-weight: 700; line-height: 1.25; text-transform: none; }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products { display: grid !important; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 28px 22px; margin: 0 !important; padding: 0; }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; border: 0 !important; text-align: left; }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-link { display: block; color: inherit; text-decoration: none; }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image { width: 100%; margin: 0 0 13px; aspect-ratio: 4/5; overflow: hidden; border-radius: 8px; background: #f3e8e3; }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image img { width: 100%; height: 100%; margin: 0; object-fit: cover; transition: transform .35s ease; }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product:hover .wc-block-grid__product-image img { transform: scale(1.025); }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-onsale { display: none; }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-title { min-width: 0; margin: 0 0 7px; overflow: hidden; color: #4a332d; font-family: "Roboto",sans-serif; font-size: 13px; font-weight: 700; line-height: 1.35; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-price { display: flex; min-height: 22px; margin: 0 0 12px; align-items: baseline; flex-wrap: wrap; gap: 4px 6px; color: #7b4329; font-family: "Roboto",sans-serif; font-size: 13px; font-weight: 700; }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-price del { color: #a99b96; font-size: 11px; font-weight: 500; }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .cstm-price-discount { color: #ff263d; font-size: 11px; font-weight: 700; }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart { margin: 0; }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart .wp-block-button__link { display: flex; width: 100%; min-height: 44px; padding: 11px 16px; align-items: center; justify-content: center; border: 1px solid #6a4434; border-radius: 4px; background: #6a4434; color: #fff; font-family: "Roboto",sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .65px; line-height: 1.3; text-transform: uppercase; transition: background-color .25s ease,transform .25s ease; }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart .wp-block-button__link:hover { background: #4d3028; color: #fff; transform: translateY(-1px); }
@media (max-width: 767.98px) {
    .woocommerce-cart .wp-block-woocommerce-empty-cart-block { padding: 30px 14px 42px; }
    .woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid { width: 100%; overflow: hidden; }
    .woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products { display: flex !important; width: 100%; margin: 0 !important; padding: 0 2px 8px 0; gap: 14px; overflow-x: auto; overflow-y: hidden; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
    .woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products::-webkit-scrollbar { display: none; }
    .woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product { min-width: 0; flex: 0 0 calc(95% - 10px); scroll-snap-align: start; }
    .woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image { margin-bottom: 10px; border-radius: 6px; }
    .woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-title { margin-bottom: 5px; font-size: 13px; }
    .woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-price { margin-bottom: 9px; font-size: 13px; }
    .woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart .wp-block-button__link { min-height: 42px; padding: 10px 8px; font-size: 10px; }
}

/* About page */
.about-story-page { width: min(100%,1440px); margin: 0 auto; padding: 58px 24px 76px; color: #4a332d; font-family: "Roboto",sans-serif; }
.about-story-intro { max-width: 790px; margin: 0 auto 54px; text-align: center; }
.about-story-eyebrow { display: block; margin-bottom: 10px; color: #b26f60; font-size: 12px; font-weight: 700; letter-spacing: 1.8px; line-height: 1.3; text-transform: uppercase; }
.about-story-intro h2,.about-story-copy h3,.about-story-values h3,.about-story-cta h3 { margin: 0; color: #8d5b4f; font-family: Prata,serif; font-weight: 700; line-height: 1.2; text-transform: none; }
.about-story-intro h2 { font-size: clamp(31px,4vw,50px); }
.about-story-intro p { max-width: 660px; margin: 18px auto 0; color: #745b53; font-size: 16px; line-height: 1.75; }
.about-story-feature { display: grid; grid-template-columns: minmax(0,.93fr) minmax(0,1.07fr); align-items: center; gap: clamp(38px,6vw,86px); margin-bottom: 64px; }
.about-story-feature--reverse { grid-template-columns: minmax(0,1.07fr) minmax(0,.93fr); }
.about-story-visual { margin: 0; overflow: hidden; border-radius: 14px; background: #f3e5df; box-shadow: 0 18px 45px rgba(74,51,45,.11); }
.about-story-visual img { display: block; width: 100%; height: auto; }
.about-story-copy { padding: 12px 0; }
.about-story-copy h3,.about-story-values h3 { margin-bottom: 20px; font-size: clamp(28px,3.2vw,42px); }
.about-story-copy p { margin: 0 0 15px; color: #6f5851; font-size: 15px; line-height: 1.8; }
.about-story-link { display: inline-flex; min-height: 46px; margin-top: 10px; padding: 12px 22px; align-items: center; border: 1px solid #6a4434; border-radius: 4px; background: #6a4434; color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .7px; text-decoration: none; text-transform: uppercase; transition: background-color .25s ease,transform .25s ease; }
.about-story-link:hover { background: #4d3028; color: #fff; transform: translateY(-2px); }
.about-story-promises { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin: 0 0 72px; overflow: hidden; border: 1px solid #e5d4ce; border-radius: 12px; background: rgba(255,255,255,.58); }
.about-story-promises article { display: flex; min-width: 0; padding: 28px 24px; gap: 15px; border-right: 1px solid #e5d4ce; }
.about-story-promises article:last-child { border-right: 0; }
.about-story-promises span { color: #c87b68; font-family: Prata,serif; font-size: 22px; }
.about-story-promises h4,.about-story-values h4 { margin: 0 0 7px; color: #4a332d; font-size: 14px; font-weight: 800; text-transform: none; }
.about-story-promises p,.about-story-values p { margin: 0; color: #806b64; font-size: 13px; line-height: 1.6; }
.about-story-values { margin: 0 0 66px; padding: 44px; border-radius: 14px; background: #f7eae5; }
.about-story-values__heading { max-width: 600px; margin-bottom: 28px; }
.about-story-values__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.about-story-values__grid article { padding: 25px; border: 1px solid rgba(141,91,79,.18); border-radius: 8px; background: rgba(255,255,255,.64); }
.about-story-cta { padding: clamp(38px,6vw,70px) 24px; border-radius: 14px; background: linear-gradient(135deg,#654138 0%,#4f312a 50%,#3d251f 100%); text-align: center; }
.about-story-cta .about-story-eyebrow { color: #e7b4a6; }
.about-story-cta h3 { max-width: 720px; margin: 0 auto 25px; color: #fff9f6; font-size: clamp(27px,3.5vw,43px); }
.about-story-cta a { display: inline-flex; min-height: 46px; padding: 12px 23px; align-items: center; border-radius: 4px; background: #fff9f6; color: #4a332d; font-size: 12px; font-weight: 800; letter-spacing: .7px; text-decoration: none; text-transform: uppercase; }
@media (max-width: 991.98px) {
    .about-story-promises { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .about-story-promises article:nth-child(2) { border-right: 0; }
    .about-story-promises article:nth-child(-n+2) { border-bottom: 1px solid #e5d4ce; }
}
@media (max-width: 767.98px) {
    .about-story-page { padding: 34px 15px 48px; }
    .about-story-intro { margin-bottom: 34px; }
    .about-story-intro p { margin-top: 13px; font-size: 14px; line-height: 1.7; }
    .about-story-feature,.about-story-feature--reverse { grid-template-columns: 1fr; gap: 25px; margin-bottom: 42px; }
    .about-story-feature--reverse .about-story-copy { order: 2; }
    .about-story-feature--reverse .about-story-visual { order: 1; }
    .about-story-copy { padding: 0 3px; }
    .about-story-copy p { font-size: 14px; line-height: 1.72; }
    .about-story-promises { grid-template-columns: 1fr; margin-bottom: 44px; }
    .about-story-promises article { padding: 20px; border-right: 0; border-bottom: 1px solid #e5d4ce; }
    .about-story-promises article:nth-child(3) { border-bottom: 1px solid #e5d4ce; }
    .about-story-promises article:last-child { border-bottom: 0; }
    .about-story-values { margin-bottom: 42px; padding: 28px 18px; }
    .about-story-values__grid { grid-template-columns: 1fr; }
    .about-story-values__grid article { padding: 20px; }
    .about-story-cta { padding: 38px 18px; }
}

/* About page — reference-led editorial layout */
.about-reference-page { width: min(100%,1440px); margin: 0 auto; padding: 58px 28px 76px; color: #5a3b33; font-family: "Roboto",sans-serif; }
.about-reference-kicker { display: block; margin-bottom: 11px; color: #bf7463; font-size: 11px; font-weight: 800; letter-spacing: 1.8px; line-height: 1.3; text-transform: uppercase; }
.about-reference-story { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,.96fr); align-items: center; gap: clamp(42px,6vw,82px); margin-bottom: 70px; }
.about-reference-story__image { margin: 0; overflow: hidden; border-radius: 10px; background: #f1dfd8; }
.about-reference-story__image img { display: block; width: 100%; height: auto; }
.about-reference-story h2,.about-reference-team h2,.about-reference-values h2,.about-reference-contact h2,.about-reference-owner h3 { margin: 0; color: #b66f5e; font-family: Prata,serif; font-weight: 400; line-height: 1.2; text-transform: none; }
.about-reference-story h2 { margin-bottom: 23px; font-size: clamp(31px,3.5vw,46px); }
.about-reference-story h2 strong,.about-reference-team h2 strong { color: #4a332d; font-weight: 700; }
.about-reference-story__content > p { margin: 0 0 10px; color: #67483f; font-size: 16px; font-weight: 500; line-height: 1.9; }
.about-reference-facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; margin-top: 26px; }
.about-reference-facts div { padding: 20px; border: 1px solid #e5cbc3; border-radius: 8px; background: rgba(255,255,255,.45); }
.about-reference-facts strong { display: block; margin-bottom: 7px; color: #4a332d; font-family: Prata,serif; font-size: 22px; font-weight: 400; }
.about-reference-facts span { color: #80594e; font-size: 12px; font-weight: 700; }
.about-reference-team { margin-bottom: 72px; text-align: center; }
.about-reference-team h2 { font-size: clamp(31px,3.5vw,45px); }
.about-reference-team__lead { margin: 13px auto 28px; color: #8b6c63; font-size: 14px; }
.about-reference-owner { max-width: 700px; margin: 0 auto; padding: 38px 35px; border: 1px solid #e8cec6; border-radius: 9px; background: #fff8f5; box-shadow: 0 16px 35px rgba(83,48,40,.06); }
.about-reference-owner__initials,.about-reference-owner__photo { display: grid; width: 92px; height: 92px; margin: 0 auto 14px; place-items: center; border: 1px solid #e8c7be; border-radius: 50%; background: #fff; box-shadow: 0 0 0 11px #fbede8; }
.about-reference-owner__initials { color: #8d5b4f; font-family: Prata,serif; font-size: 34px; }
.about-reference-owner__photo { object-fit: cover; }
.about-reference-owner > span { display: block; margin: 22px 0 8px; color: #bf7463; font-size: 10px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; }
.about-reference-owner h3 { color: #4a332d; font-size: 32px; }
.about-reference-owner p { max-width: 540px; margin: 13px auto 0; color: #76564d; font-size: 14px; line-height: 1.65; }
.about-reference-values { display: grid; grid-template-columns: 1fr 1fr 1fr; overflow: hidden; margin: 0 auto 72px; border-radius: 12px; background: #693d33; color: #fff9f6; }
.about-reference-values__intro { grid-row: span 2; padding: 52px 40px; border-right: 1px solid rgba(255,255,255,.16); }
.about-reference-values__intro .about-reference-kicker { color: #ffc0b0; }
.about-reference-values h2 { color: #fff; font-size: clamp(31px,3vw,43px); }
.about-reference-values__intro p { margin: 20px 0 0; color: #f4ddd6; font-size: 15px; line-height: 1.7; }
.about-reference-values article { min-height: 205px; padding: 35px 34px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.about-reference-values article:nth-of-type(2),.about-reference-values article:nth-of-type(4) { border-right: 0; }
.about-reference-values article:nth-of-type(3),.about-reference-values article:nth-of-type(4) { border-bottom: 0; }
.about-reference-values svg { width: 31px; height: 31px; margin-bottom: 15px; fill: #ffc0b0; }
.about-reference-values h3 { margin: 0 0 12px; color: #fff; font-family: Prata,serif; font-size: 25px; font-weight: 400; text-transform: none; }
.about-reference-values article p { margin: 0; color: #f2dcd5; font-size: 14px; line-height: 1.7; }
.about-reference-contact { display: grid; grid-template-columns: 1.55fr .8fr; overflow: hidden; border: 1px solid #e5cbc3; border-radius: 12px; background: #fff9f6; box-shadow: 0 17px 42px rgba(74,51,45,.07); }
.about-reference-contact__store { min-height: 395px; display: flex; align-items: center; padding: 48px; background: linear-gradient(90deg,rgba(81,43,34,.96),rgba(89,47,38,.76)),var(--about-store-image) center 27%/cover no-repeat; color: #fff; }
.about-reference-contact__store .about-reference-kicker { color: #ffc0b0; }
.about-reference-contact__store h2 { color: #fff; font-size: clamp(34px,4vw,49px); }
.about-reference-contact__store p { max-width: 670px; margin: 22px 0 30px; color: #fff1ec; font-size: 15px; font-weight: 600; line-height: 1.7; }
.about-reference-contact__store a { display: inline-flex; min-height: 46px; padding: 12px 20px; align-items: center; background: #fff; color: #4a332d; font-size: 11px; font-weight: 800; letter-spacing: .6px; text-decoration: none; text-transform: uppercase; }
.about-reference-contact__details { padding: 42px 35px; }
.about-reference-contact__details h2 { margin-bottom: 24px; color: #4a332d; font-size: 32px; }
.about-reference-contact__details > a { display: flex; min-width: 0; margin-bottom: 13px; padding: 17px; align-items: center; gap: 14px; border: 1px solid #e4cbc3; border-radius: 8px; color: #4a332d; text-decoration: none; transition: transform .2s ease,border-color .2s ease; }
.about-reference-contact__location { display: flex; min-width: 0; margin-bottom: 13px; padding: 17px; align-items: center; gap: 14px; border: 1px solid #e4cbc3; border-radius: 8px; color: #4a332d; }
.about-reference-contact__details > a:hover { border-color: #b97869; transform: translateY(-2px); }
.about-contact-icon { display: grid; width: 36px; height: 36px; flex: 0 0 36px; place-items: center; border-radius: 50%; background: #f5dfd8; color: #9f6557; font-size: 17px; }
.about-reference-contact__details a > span:last-child { min-width: 0; }
.about-reference-contact__location > span:last-child { min-width: 0; }
.about-reference-contact__details small { display: block; margin-bottom: 4px; color: #b56d5d; font-size: 9px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.about-reference-contact__location small { display: block; margin-bottom: 4px; color: #b56d5d; font-size: 9px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.about-reference-contact__details strong { display: block; overflow-wrap: anywhere; font-size: 13px; }
.about-reference-contact__location strong { display: block; overflow-wrap: anywhere; font-size: 13px; }
.contact-map-fallback { display: flex; min-height: 320px; padding: 35px 20px; align-items: center; justify-content: center; flex-direction: column; gap: 14px; background: #f5e8e3; color: #4a332d; text-align: center; }
.contact-map-fallback p { margin: 0; font-size: 16px; font-weight: 600; }
.contact-map-fallback a { padding: 11px 18px; border-radius: 4px; background: #6a4434; color: #fff; font-size: 12px; font-weight: 700; text-decoration: none; text-transform: uppercase; }

/* Modern Contact page */
.contact-modern-page { width: min(100%,1440px); margin: 0 auto; padding: 52px 24px 72px; color: #4a332d; font-family: "Roboto",sans-serif; }
.contact-modern-kicker { display: block; margin-bottom: 9px; color: #bd7161; font-size: 10px; font-weight: 800; letter-spacing: 1.7px; line-height: 1.35; text-transform: uppercase; }
.contact-modern-intro { max-width: 760px; margin: 0 auto 42px; text-align: center; }
.contact-modern-intro h2,.contact-modern-info h3,.contact-modern-form h3,.contact-modern-map h3 { margin: 0; color: #8d5b4f; font-family: Prata,serif; font-weight: 700; line-height: 1.2; text-transform: none; }
.contact-modern-intro h2 { font-size: clamp(31px,4vw,48px); }
.contact-modern-intro p { max-width: 630px; margin: 15px auto 0; color: #7a625a; font-size: 15px; line-height: 1.7; }
.contact-modern-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 24px; margin-bottom: 55px; align-items: stretch; }
.contact-modern-info,.contact-modern-form { min-width: 0; padding: clamp(28px,4vw,46px); border: 1px solid #e8d7d1; border-radius: 12px; background: rgba(255,255,255,.7); box-shadow: 0 16px 38px rgba(74,51,45,.06); }
.contact-modern-info { background: linear-gradient(145deg,#684137 0%,#4a2d26 100%); color: #fff9f6; }
.contact-modern-info .contact-modern-kicker { color: #f1b5a6; }
.contact-modern-info h3 { max-width: 480px; color: #fff; font-size: clamp(27px,3vw,38px); }
.contact-modern-info__lead { margin: 15px 0 25px; color: #efdcd6; font-size: 14px; line-height: 1.7; }
.contact-modern-cards { display: grid; gap: 11px; }
.contact-modern-card { display: flex; min-width: 0; padding: 16px; align-items: center; gap: 14px; border: 1px solid rgba(255,255,255,.19); border-radius: 8px; background: rgba(255,255,255,.07); color: #fff; text-decoration: none; transition: background-color .22s ease,transform .22s ease; }
.contact-modern-card:hover { background: rgba(255,255,255,.13); color: #fff; transform: translateY(-2px); }
.contact-modern-card__icon { display: grid; width: 40px; height: 40px; flex: 0 0 40px; place-items: center; border-radius: 50%; background: #f5ded7; }
.contact-modern-card__icon svg { width: 20px; height: 20px; fill: #8d5b4f; }
.contact-modern-card > span:last-child { min-width: 0; }
.contact-modern-card small,.contact-modern-card strong,.contact-modern-card em { display: block; }
.contact-modern-card small { margin-bottom: 3px; color: #efb5a6; font-size: 9px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.contact-modern-card strong { overflow-wrap: anywhere; color: #fff; font-size: 13px; line-height: 1.35; }
.contact-modern-card em { margin-top: 3px; color: #ddc4bd; font-size: 10px; font-style: normal; }
.contact-modern-note { display: flex; margin-top: 23px; padding-top: 19px; justify-content: space-between; gap: 15px; border-top: 1px solid rgba(255,255,255,.18); color: #e8d3cd; font-size: 11px; }
.contact-modern-note strong { color: #fff; }
.contact-modern-form h3 { font-size: clamp(27px,3vw,38px); }
.contact-modern-form > p { margin: 12px 0 23px; color: #816a62; font-size: 13px; line-height: 1.65; }
.contact-modern-form__shortcode .wpforms-container { margin: 0 !important; }
.contact-modern-form__shortcode .wpforms-field { padding: 0 0 15px !important; }
.contact-modern-form__shortcode .wpforms-field-label { margin-bottom: 7px !important; color: #4a332d !important; font-family: "Roboto",sans-serif !important; font-size: 11px !important; font-weight: 700 !important; }
.contact-modern-form__shortcode input:not([type="checkbox"]):not([type="radio"]),.contact-modern-form__shortcode select,.contact-modern-form__shortcode textarea { width: 100% !important; max-width: none !important; min-height: 45px !important; padding: 11px 13px !important; border: 1px solid #dfcec8 !important; border-radius: 5px !important; background: #fff !important; color: #4a332d !important; font-family: "Roboto",sans-serif !important; font-size: 13px !important; box-shadow: none !important; }
.contact-modern-form__shortcode textarea { min-height: 120px !important; resize: vertical; }
.contact-modern-form__shortcode input:focus,.contact-modern-form__shortcode select:focus,.contact-modern-form__shortcode textarea:focus { border-color: #8d5b4f !important; outline: 2px solid rgba(141,91,79,.12) !important; }
.contact-modern-form__shortcode button[type="submit"],.contact-modern-form__shortcode input[type="submit"] { width: 100% !important; min-height: 46px !important; padding: 12px 18px !important; border: 1px solid #6a4434 !important; border-radius: 4px !important; background: #6a4434 !important; color: #fff !important; font-family: "Roboto",sans-serif !important; font-size: 11px !important; font-weight: 800 !important; letter-spacing: .7px !important; text-transform: uppercase !important; transition: background-color .22s ease,transform .22s ease !important; }
.contact-modern-form__shortcode button[type="submit"]:hover,.contact-modern-form__shortcode input[type="submit"]:hover { background: #4a2d26 !important; transform: translateY(-1px); }
.contact-modern-map { overflow: hidden; border: 1px solid #e5d2cb; border-radius: 12px; background: #fff; }
.contact-modern-map__heading { display: flex; padding: 25px 28px; align-items: center; justify-content: space-between; gap: 20px; background: #fff9f6; }
.contact-modern-map h3 { color: #4a332d; font-size: clamp(23px,2.5vw,31px); }
.contact-modern-map__heading > a { display: inline-flex; min-height: 42px; padding: 10px 17px; align-items: center; border: 1px solid #6a4434; border-radius: 4px; color: #6a4434; font-size: 10px; font-weight: 800; letter-spacing: .6px; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.contact-modern-map__heading > a:hover { background: #6a4434; color: #fff; }
.contact-modern-map__frame { min-height: 320px; overflow: hidden; background: #f3e5df; }
.contact-modern-map__frame iframe { display: block; width: 100%; }
@media (max-width: 991.98px) {
    .contact-modern-grid { grid-template-columns: 1fr; }
}
@media (max-width: 767.98px) {
    .contact-modern-page { padding: 34px 14px 46px; }
    .contact-modern-intro { margin-bottom: 28px; }
    .contact-modern-intro p { font-size: 14px; }
    .contact-modern-grid { gap: 16px; margin-bottom: 36px; }
    .contact-modern-info,.contact-modern-form { padding: 27px 18px; border-radius: 9px; }
    .contact-modern-card { padding: 14px 12px; gap: 11px; }
    .contact-modern-card__icon { width: 36px; height: 36px; flex-basis: 36px; }
    .contact-modern-note { align-items: flex-start; flex-direction: column; }
    .contact-modern-map__heading { padding: 20px 17px; align-items: flex-start; flex-direction: column; }
    .contact-modern-map__heading > a { width: 100%; justify-content: center; }
    .contact-modern-map__frame iframe { height: 350px; }
}
@media (max-width: 991.98px) {
    .about-reference-story { gap: 35px; }
    .about-reference-values { grid-template-columns: 1fr 1fr; }
    .about-reference-values__intro { grid-column: 1/-1; grid-row: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
    .about-reference-contact { grid-template-columns: 1fr; }
    .about-reference-contact__store { min-height: 340px; }
}
@media (max-width: 767.98px) {
    .about-reference-page { padding: 35px 15px 48px; }
    .about-reference-story { grid-template-columns: 1fr; gap: 27px; margin-bottom: 48px; }
    .about-reference-story__content > p { font-size: 14px; line-height: 1.75; }
    .about-reference-facts { gap: 9px; }
    .about-reference-facts div { padding: 15px 13px; }
    .about-reference-facts strong { font-size: 19px; }
    .about-reference-team { margin-bottom: 48px; }
    .about-reference-owner { padding: 31px 18px; }
    .about-reference-owner h3 { font-size: 27px; }
    .about-reference-values { grid-template-columns: 1fr; margin-bottom: 48px; }
    .about-reference-values__intro { padding: 34px 23px; }
    .about-reference-values article { min-height: 0; padding: 28px 23px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16) !important; }
    .about-reference-values article:last-child { border-bottom: 0 !important; }
    .about-reference-contact__store { min-height: 340px; padding: 34px 23px; background-position: center top; }
    .about-reference-contact__details { padding: 30px 18px; }
    .about-reference-contact__details h2 { font-size: 27px; }
}
.woocommerce-checkout .woocommerce-checkout-review-order-table {
  display: table !important;
  width: 100% !important;
  max-width: 100%;
  table-layout: fixed;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table th.product-name,
.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-name {
  width: auto !important;
  min-width: 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table th.product-total,
.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-total {
  width: 120px !important;
}

.woocommerce-checkout .checkout-product-title {
  word-break: normal !important;
  overflow-wrap: break-word !important;
}

.woocommerce-checkout .cstm-checkout-order,
.woocommerce-checkout .woocommerce-checkout-review-order {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

@media (max-width: 575px) {
  .woocommerce-checkout .woocommerce-checkout-review-order-table th.product-total,
  .woocommerce-checkout .woocommerce-checkout-review-order-table td.product-total {
    width: 92px !important;
  }
}

/* Order confirmation / thank-you page */
.woocommerce-order-received .woocommerce-order {
  width: min(1180px, calc(100% - 32px));
  margin: 42px auto 72px;
  color: #4a332d;
  font-family: "Roboto", sans-serif;
}

.woocommerce-order-received .cstm-thankyou-success {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 24px;
  padding: 30px 34px;
  border: 1px solid #ead8d1;
  border-radius: 14px;
  background: linear-gradient(135deg, #fffdfc 0%, #fff1ec 100%);
  box-shadow: 0 16px 42px rgba(74, 51, 45, .08);
}

.woocommerce-order-received .cstm-thankyou-success__icon {
  display: grid;
  flex: 0 0 62px;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: 50%;
  background: #7b4b3a;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.woocommerce-order-received .cstm-thankyou-success__eyebrow {
  display: block;
  margin-bottom: 5px;
  color: #c36f5a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.woocommerce-order-received .cstm-thankyou-success h1 {
  margin: 0 0 7px;
  color: #4a332d;
  font-family: "Prata", serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  line-height: 1.15;
  text-transform: none;
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #725d56;
  font-size: 14px;
  line-height: 1.65;
}

.woocommerce-order-received ul.woocommerce-order-overview {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 28px !important;
  padding: 0;
  overflow: hidden;
  border: 1px solid #ead8d1;
  border-radius: 12px;
  background: #fff;
  list-style: none;
}

.woocommerce-order-received ul.woocommerce-order-overview li {
  float: none !important;
  clear: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 18px 20px !important;
  border-right: 1px solid #ead8d1;
  color: #92776e;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .65px;
  line-height: 1.4;
  text-transform: uppercase;
}

.woocommerce-order-received ul.woocommerce-order-overview li:last-child { border-right: 0; }
.woocommerce-order-received ul.woocommerce-order-overview li strong {
  display: block;
  margin-top: 6px;
  overflow-wrap: break-word;
  color: #4a332d;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
}

.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details {
  margin: 0 0 28px;
  padding: 28px 30px;
  border: 1px solid #ead8d1;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(74, 51, 45, .055);
}

.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-column__title {
  margin: 0 0 20px;
  color: #8d5b4f;
  font-family: "Prata", serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
}

.woocommerce-order-received table.order_details {
  width: 100%;
  margin: 0;
  border: 1px solid #ead8d1;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 9px;
  table-layout: fixed;
  overflow: hidden;
}

.woocommerce-order-received table.order_details th,
.woocommerce-order-received table.order_details td {
  padding: 14px 16px;
  border-width: 0 0 1px;
  border-color: #ead8d1;
  color: #4a332d;
  font-size: 13px;
  line-height: 1.5;
  vertical-align: top;
}

.woocommerce-order-received table.order_details thead th {
  background: #fff7f3;
  color: #75493c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .65px;
  text-transform: uppercase;
}

.woocommerce-order-received table.order_details th.product-total,
.woocommerce-order-received table.order_details td.product-total,
.woocommerce-order-received table.order_details tfoot td {
  width: 190px;
  text-align: right;
}

.woocommerce-order-received table.order_details tbody tr:last-child td,
.woocommerce-order-received table.order_details tfoot tr:last-child th,
.woocommerce-order-received table.order_details tfoot tr:last-child td { border-bottom: 0; }
.woocommerce-order-received table.order_details tfoot tr:last-of-type th,
.woocommerce-order-received table.order_details tfoot tr:last-of-type td { font-size: 16px; font-weight: 800; }

.woocommerce-order-received .woocommerce-columns--addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-column,
.woocommerce-order-received .woocommerce-customer-details > address {
  width: 100%;
  max-width: none;
}

.woocommerce-order-received .woocommerce-customer-details address {
  min-height: 150px;
  margin: 0;
  padding: 20px;
  border: 1px solid #ead8d1;
  border-radius: 9px;
  background: #fffaf8;
  color: #5f4942;
  font-size: 14px;
  font-style: normal;
  line-height: 1.75;
}

.woocommerce-order-received .woocommerce-customer-details--phone,
.woocommerce-order-received .woocommerce-customer-details--email { margin: 8px 0 0; }
.woocommerce-order-received .woocommerce-button,
.woocommerce-order-received .button {
  border: 1px solid #7b4b3a !important;
  border-radius: 5px !important;
  background: #7b4b3a !important;
  color: #fff !important;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .6px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .woocommerce-order-received .woocommerce-order {
    width: calc(100% - 24px);
    margin: 24px auto 44px;
  }
  .woocommerce-order-received .cstm-thankyou-success {
    align-items: flex-start;
    gap: 14px;
    padding: 22px 18px;
  }
  .woocommerce-order-received .cstm-thankyou-success__icon {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
  .woocommerce-order-received .cstm-thankyou-success h1 { font-size: 27px; }
  .woocommerce-order-received ul.woocommerce-order-overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .woocommerce-order-received ul.woocommerce-order-overview li {
    padding: 14px 15px !important;
    border-right: 1px solid #ead8d1;
    border-bottom: 1px solid #ead8d1;
  }
  .woocommerce-order-received ul.woocommerce-order-overview li:nth-child(2n) { border-right: 0; }
  .woocommerce-order-received ul.woocommerce-order-overview li:last-child { border-bottom: 0; }
  .woocommerce-order-received .woocommerce-order-details,
  .woocommerce-order-received .woocommerce-customer-details { padding: 21px 16px; }
  .woocommerce-order-received .woocommerce-order-details__title,
  .woocommerce-order-received .woocommerce-column__title { font-size: 23px; }
  .woocommerce-order-received table.order_details th,
  .woocommerce-order-received table.order_details td { padding: 12px 10px; }
  .woocommerce-order-received table.order_details th.product-total,
  .woocommerce-order-received table.order_details td.product-total,
  .woocommerce-order-received table.order_details tfoot td { width: 102px; }
  .woocommerce-order-received .woocommerce-columns--addresses { grid-template-columns: 1fr; }
}
