/* Shiri Diamonds storefront design system - Bootstrap 5.3.8 */
:root {
    --sd-text: #4d4d4d;
    --sd-muted: #666666;
    --sd-heading: #222222;
    --sd-dark: #2f2f2f;
    --sd-accent: #805d31;
    --sd-accent-rgb: 128, 93, 49;
    --sd-accent-hover: #684824;
    --sd-accent-soft: #f7f2eb;
    --sd-cta: #176b4d;
    --sd-cta-rgb: 23, 107, 77;
    --sd-cta-hover: #12583f;
    --sd-danger: #9b4d4d;
    --sd-danger-rgb: 155, 77, 77;
    --sd-danger-hover: #843f3f;
    --sd-border: #e7e2dc;
    --sd-border-strong: #d8d1c8;
    --sd-surface: #ffffff;
    --sd-soft: #faf9f7;
    --sd-section: #f4f1ec;
    --sd-section-strong: #ece6de;
    --sd-shadow-sm: 0 5px 18px rgba(36, 28, 18, .055);
    --sd-shadow-md: 0 12px 34px rgba(36, 28, 18, .085);
    --sd-radius: 10px;
    --sd-radius-lg: 14px;
}

html { scroll-behavior: smooth; }
body {
    color: var(--sd-text);
    background: var(--sd-surface);
    font-size: 15px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* Interaction rhythm: quick and calm, not sluggish. */
a,
button,
input,
select,
textarea {
    transition: color .18s ease, background-color .18s ease, border-color .18s ease,
                box-shadow .18s ease, transform .18s ease, opacity .18s ease;
}
a { text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: .14em; }
img { max-width: 100%; height: auto; }
figure { margin: 0; }

/* One typography scale for Hebrew and English. Font family stays language-specific. */
h1, h2, h3, h4, h6,
.h1, .h2, .h3, .h4, .h6 {
    color: var(--sd-heading);
    font-family: inherit;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -.01em;
    margin-top: 0;
    margin-bottom: .7rem;
}

h5, .h5 {
    color: var(--sd-heading);
    font-family: inherit;
    line-height: 1.3;
    letter-spacing: -.01em;
    margin-top: 0;
    margin-bottom: .7rem;
}
h1, .h1 { font-size: clamp(1.35rem, 1.2rem + .45vw, 1.65rem); }
h2, .h2 { font-size: clamp(1.2rem, 1.1rem + .3vw, 1.4rem); }
h3, .h3 { font-size: 1.1rem; }
h4, .h4 { font-size: 1rem; }
h5, .h5 { font-size: .9375rem; }
h6, .h6 { font-size: .8125rem; }
p { margin-top: 0; margin-bottom: 1rem; }

/* Contextual headings: keep hierarchy predictable across every storefront. */
.breadcrumbs h1 {
    font-size: clamp(1.2rem, 1.12rem + .25vw, 1.4rem);
    font-weight: 600;
    text-transform: none;
    margin: .8rem 0 .35rem;
}
.details-left-info h2,
#product-description h2 {
    font-size: clamp(1.3rem, 1.18rem + .35vw, 1.55rem);
    font-weight: 600;
    line-height: 1.35;
}
.heading h3 { font-size: clamp(1.35rem, 1.2rem + .4vw, 1.65rem); font-weight: 600; }
h2.quick,
.quick {
    color: var(--sd-muted);
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: .025em;
    text-transform: uppercase;
}
.single-right h3,
.single-right h4,
.footer-left h3,
.abt-one h4 {
    color: var(--sd-heading);
    font-size: .9375rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: .025em;
}
.p-one h4 {
    color: var(--sd-heading);
    font-size: .9375rem;
    font-weight: 500;
    line-height: 1.45;
    min-height: 2.8em;
    height: auto;
    margin: .7rem 0 .35rem;
}
.bnr-left h1,
.bnr-left h2 { font-size: 1.05rem; font-weight: 600; line-height: 1.4; }

/* Mega-menu section labels: one brand accent across all locales. */
.me-one h4 {
    color: var(--sd-accent);
    font-size: .9375rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: .025em;
}


/* Text and pricing colors. */
p.quick_desc,
.abt-one p,
.footer-left ul li a,
.total,
p.availability { color: var(--sd-muted); }
.p-one p,
.p-one p a,
span.actual,
span.offer { color: var(--sd-accent); }
.p-one p { font-size: 1.15rem; font-weight: 600; }
span.reducedfrom,
span.payments { color: var(--sd-muted); }

/* Preserve the proven storefront geometry while using Bootstrap 5. */
.container {
    width: 100%;
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 768px) { .container { max-width: 750px; } }
@media (min-width: 992px) { .container { max-width: 970px; } }
@media (min-width: 1200px) { .container { max-width: 1170px; } }
.row {
    --bs-gutter-x: 20px;
    margin-left: 0;
    margin-right: 0;
}
.row > * { padding-left: 10px; padding-right: 10px; }
.sngl-top.row,
.contact-bottom.row,
.account-bottom.row,
.abt-shoe-main.row,
.sd-row {
    --bs-gutter-x: 1.25rem;
    --bs-gutter-y: 1rem;
}

/* Premium product surfaces. */
.p-one {
    background: var(--sd-surface);
    border: 1px solid var(--sd-border);
    border-radius: var(--sd-radius-lg);
    box-shadow: var(--sd-shadow-sm);
}
.product-left:hover .p-one {
    border-color: rgba(var(--sd-accent-rgb), .45);
    box-shadow: var(--sd-shadow-md);
    transform: translateY(-2px);
}

/* Featured cards: directional layered shadow instead of a gray halo. */
.bnr-one,
.bnr-two {
    background: var(--sd-surface);
    border: 1px solid rgba(var(--sd-accent-rgb), .10);
    border-radius: var(--sd-radius-lg);
    box-shadow: none;
    transition: border-color .18s ease, box-shadow .22s ease, transform .22s ease;
}
.bnr-one:hover,
.bnr-two:hover {
    border-color: rgba(var(--sd-accent-rgb), .16);
    box-shadow: none;
    transform: translateY(-2px);
}
@media (prefers-reduced-motion: reduce) {
    .bnr-one:hover,
    .bnr-two:hover { transform: none; }
}
.product-left img,
.single-top-left img,
.news img { max-width: 100%; height: auto; }
.rounded-circle { object-fit: cover; }

/* Forms: one visual language everywhere. */
input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="submit"]),
select,
textarea {
    max-width: 100%;
    border: 1px solid var(--sd-border-strong);
    border-radius: 8px;
    background: var(--sd-surface);
    color: var(--sd-heading);
    box-shadow: none;
}
input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="submit"]),
select {
    min-height: 44px;
}
textarea { min-height: 120px; }
input::placeholder,
textarea::placeholder { color: #777; opacity: 1; }
input:focus,
select:focus,
textarea:focus {
    outline: none;
    border-color: var(--sd-accent);
    box-shadow: 0 0 0 3px rgba(var(--sd-accent-rgb), .14);
}
button, .btn, input, select, textarea { font: inherit; }

/* Region selector: same premium control in every locale. */
.region-select {
    -webkit-appearance: none;
    appearance: none;
    min-width: 128px;
    height: 36px;
    min-height: 36px;
    padding: 0 34px 0 12px;
    border: 1px solid var(--sd-border-strong);
    border-radius: 9px;
    background-color: var(--sd-surface);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 11px center;
    background-size: 10px 6px;
    color: var(--sd-heading);
    font-size: .875rem;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0 2px 7px rgba(36,28,18,.05);
}
.region-select:hover { border-color: var(--sd-accent); }
.region-select:focus { border-color: var(--sd-accent); box-shadow: 0 0 0 3px rgba(var(--sd-accent-rgb), .14); }
.region-select option { background: #fff; color: #222; }
[dir="rtl"] .region-select {
    direction: rtl;
    padding: 0 12px 0 34px;
    background-position: left 11px center;
}

/* Primary and secondary actions. */
.custombtn,
.contact-left input[type="submit"],
.address input[type="submit"],
.single-but input[type="submit"] {
    min-height: 44px;
    border: 1px solid var(--sd-accent);
    border-radius: 999px;
    background: var(--sd-accent);
    color: #fff;
    font-size: .9375rem;
    font-weight: 600;
    line-height: 1.2;
    box-shadow: 0 6px 18px rgba(var(--sd-accent-rgb), .14);
}
.custombtn:hover,
.contact-left input[type="submit"]:hover,
.address input[type="submit"]:hover,
.single-but input[type="submit"]:hover {
    background: var(--sd-accent-hover);
    border-color: var(--sd-accent-hover);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(var(--sd-accent-rgb), .2);
    transform: translateY(-1px);
}
.load-but,
.b-btn a {
    border: 1px solid var(--sd-border-strong);
    border-radius: 999px;
    background: #fff;
    color: var(--sd-heading);
    font-weight: 500;
    box-shadow: none;
}
.load-but:hover,
.b-btn a:hover {
    border-color: var(--sd-accent);
    background: var(--sd-accent-soft);
    color: var(--sd-heading);
    text-decoration: none;
}

/* Lists and dividers: softer, more refined. */
ul.product-categories li { border-bottom-color: var(--sd-border); }
.breadcrumbs { border-top-color: var(--sd-border); border-bottom-color: var(--sd-border); }
.footer { background: var(--sd-soft); }
.footer-text { background: var(--sd-section); }

/* Bootstrap 5 modal polishing. */
.modal-content { border: 1px solid var(--sd-border); border-radius: var(--sd-radius-lg); box-shadow: 0 1rem 3rem rgba(0,0,0,.16); }
.modal-header { border-bottom-color: var(--sd-border); }
.modal-header .btn-close { margin: 0 0 0 auto; }
[dir="rtl"] .modal-header .btn-close { margin: 0 auto 0 0; }
.alert { border-radius: var(--sd-radius); }
.custom-alert { background: var(--sd-surface); border-color: var(--sd-border-strong); }

/* Keyboard focus must remain obvious across both locales. */
:focus-visible {
    outline: 3px solid rgba(var(--sd-accent-rgb), .42);
    outline-offset: 3px;
}

/* Back-to-top: no jQuery/plugin required. */
#toTop {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease, visibility .2s ease;
}
#toTop.is-visible {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

@media (max-width: 767.98px) {
    body { font-size: 14.5px; line-height: 1.6; }
    .custombtn, .load-but, button { min-height: 42px; }
    .contact, .account { padding-top: 2rem; padding-bottom: 2rem; }
    .map iframe { min-height: 260px; }
    .p-one h4 { min-height: 0; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}


/* Warm premium surfaces replacing the old cool gray. */
.search-div,
.banner-bottom,
.abt-shoe {
    background: var(--sd-section);
}
ul.size li a {
    background: var(--sd-section-strong);
}

/* Featured products slider: shared by all storefront locales. */
.featured-slider {
    position: relative;
}
.featured-slider__viewport {
    position: relative;
    overflow: hidden;
    padding: 16px 0 56px;
    margin: -16px 0 -44px;
}
.featured-slider__track {
    display: flex;
    direction: ltr;
    transition: transform .65s cubic-bezier(.22,.61,.36,1);
    will-change: transform;
}
.featured-slider__slide {
    flex: 0 0 50%;
    min-width: 0;
    display: flex;
    padding: 6px;
    box-sizing: border-box;
    direction: ltr;
}
[dir="rtl"] .featured-slider__slide {
    direction: rtl;
}
.featured-slider__slide .bnr-one {
    width: 100%;
    display: flow-root;
}
.featured-slider__controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 6px 0 2px;
    direction: ltr;
}
.featured-slider__control {
    position: relative;
    display: inline-grid;
    place-items: center;
    width: 36px;
    height: 36px;
    min-height: 36px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.97);
    color: var(--sd-heading);
    cursor: pointer;
    box-shadow: 0 7px 18px rgba(36,28,18,.10), 0 2px 5px rgba(36,28,18,.06);
    transition: transform .18s ease, box-shadow .18s ease, color .18s ease;
}
.featured-slider__control:hover {
    color: var(--sd-accent);
    transform: translateY(-2px);
    box-shadow: 0 11px 24px rgba(36,28,18,.13), 0 3px 7px rgba(36,28,18,.07);
}
.featured-slider__control:active {
    transform: translateY(0) scale(.96);
}
.featured-slider__control:focus-visible {
    outline: 2px solid var(--sd-accent);
    outline-offset: 3px;
}
.featured-slider__prev::before,
.featured-slider__next::before {
    content: "";
    width: 9px;
    height: 9px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}
.featured-slider__prev::before { transform: rotate(-135deg); margin-left: 3px; }
.featured-slider__next::before { transform: rotate(45deg); margin-right: 3px; }
.featured-slider__toggle::before,
.featured-slider__toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 3px;
    height: 13px;
    border-radius: 3px;
    background: currentColor;
    transform: translateY(-50%);
}
.featured-slider__toggle::before { left: 13px; }
.featured-slider__toggle::after { right: 13px; }
.featured-slider__toggle.is-paused::before {
    left: 14px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 11px solid currentColor;
    border-radius: 0;
    background: transparent;
}
.featured-slider__toggle.is-paused::after { display: none; }
@media (max-width: 768px) {
    .featured-slider__slide { flex-basis: 100%; }
    .featured-slider__viewport {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
}
@media (prefers-reduced-motion: reduce) {
    .featured-slider__track { transition: none; }
    .featured-slider__control:hover { transform: none; }
}



/* FAQ — shared premium accordion for every storefront locale. */
.faq-section {
    margin-top: 70px;
    padding: 20px 0;
}

.faq-wrapper {
    overflow: hidden;
    background: var(--sd-soft);
    border: 1px solid var(--sd-border);
    border-radius: var(--sd-radius-lg);
    box-shadow: var(--sd-shadow-sm);
}

.faq-wrapper details {
    position: relative;
    background: transparent;
    border-bottom: 1px solid var(--sd-border);
    border-inline-start: 3px solid transparent;
    transition: background-color .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.faq-wrapper details:last-child { border-bottom: 0; }

.faq-wrapper details[open] {
    z-index: 1;
    background: var(--sd-surface);
    border-inline-start-color: var(--sd-accent);
    box-shadow: 0 8px 24px rgba(36, 28, 18, .055);
}

.faq-wrapper summary {
    position: relative;
    cursor: pointer;
    list-style: none;
    padding: 20px 56px 20px 20px;
    padding-inline-start: 20px;
    padding-inline-end: 56px;
    color: var(--sd-heading);
    font-weight: 600;
    line-height: 1.65;
    user-select: none;
    transition: color .18s ease, background-color .18s ease;
}

.faq-wrapper summary::-webkit-details-marker { display: none; }
.faq-wrapper summary:hover { background: var(--sd-accent-soft); }
.faq-wrapper details[open] > summary { color: var(--sd-accent); }

/* Premium + / − icon, CSS only. */
.faq-wrapper summary::before,
.faq-wrapper summary::after {
    content: "";
    position: absolute;
    top: 50%;
    inset-inline-end: 20px;
    width: 14px;
    height: 1.5px;
    border-radius: 2px;
    background: currentColor;
    transform: translateY(-50%);
    transition: transform .24s cubic-bezier(.22, 1, .36, 1), opacity .18s ease;
}

.faq-wrapper summary::after { transform: translateY(-50%) rotate(90deg); }
.faq-wrapper details[open] > summary::after {
    opacity: 0;
    transform: translateY(-50%) rotate(180deg);
}

.faq-answer p {
    margin: 0;
    padding: 0 20px 22px;
    color: var(--sd-text);
    line-height: 1.9;
}

/* Opening animation only; closing stays native and immediate. */
.faq-wrapper details[open] .faq-answer {
    animation: sdFaqReveal .28s cubic-bezier(.22, 1, .36, 1) both;
}

@keyframes sdFaqReveal {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
    .faq-wrapper details,
    .faq-wrapper summary,
    .faq-wrapper summary::before,
    .faq-wrapper summary::after {
        transition: none;
    }
    .faq-wrapper details[open] .faq-answer { animation: none; }
}

html.a11y-reduce-motion .faq-wrapper details,
html.a11y-reduce-motion .faq-wrapper summary,
html.a11y-reduce-motion .faq-wrapper summary::before,
html.a11y-reduce-motion .faq-wrapper summary::after {
    transition: none;
}
html.a11y-reduce-motion .faq-wrapper details[open] .faq-answer { animation: none; }

/* =========================================================
   Premium form system — one visual language for IL/EN
   ========================================================= */
:root {
    --sd-field-height: 44px;
    --sd-field-radius: 10px;
    --sd-field-border: #d8d1c8;
    --sd-field-border-hover: #bda98f;
    --sd-field-placeholder: #77716a;
    --sd-field-disabled: #f4f1ec;
}

/* Text-like controls. Width and outer spacing stay page-specific. */
input:not([type]),
input:is(
    [type="text"], [type="password"], [type="email"], [type="tel"],
    [type="search"], [type="url"], [type="number"], [type="date"],
    [type="time"], [type="datetime-local"], [type="month"], [type="week"]
),
select,
textarea {
    box-sizing: border-box !important;
    border: 1px solid var(--sd-field-border) !important;
    border-radius: var(--sd-field-radius) !important;
    background-color: var(--sd-surface) !important;
    color: var(--sd-heading) !important;
    font-family: inherit !important;
    font-size: .9375rem !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    box-shadow: 0 1px 2px rgba(36, 28, 18, .025) !important;
    caret-color: var(--sd-accent);
}

input:not([type]),
input:is(
    [type="text"], [type="password"], [type="email"], [type="tel"],
    [type="search"], [type="url"], [type="number"], [type="date"],
    [type="time"], [type="datetime-local"], [type="month"], [type="week"]
),
select:not(.region-select) {
    min-height: var(--sd-field-height) !important;
    padding: 0 13px !important;
}

textarea {
    min-height: 130px !important;
    padding: 11px 13px !important;
    resize: vertical;
}

/* Consistent premium select arrow. */
select:not([multiple]) {
    -webkit-appearance: none;
    appearance: none;
    padding-inline-end: 38px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 13px center !important;
    background-size: 10px 6px !important;
    cursor: pointer;
}
[dir="rtl"] select:not([multiple]) {
    padding-inline: 38px 13px !important;
    background-position: left 13px center !important;
}
select[multiple],
select[size]:not([size="1"]) {
    min-height: 130px !important;
    padding: 10px 13px !important;
    background-image: none !important;
}

/* Calm interaction states. */
input:not([type]):hover,
input:is(
    [type="text"], [type="password"], [type="email"], [type="tel"],
    [type="search"], [type="url"], [type="number"], [type="date"],
    [type="time"], [type="datetime-local"], [type="month"], [type="week"]
):hover,
select:hover,
textarea:hover {
    border-color: var(--sd-field-border-hover) !important;
}

input:not([type]):focus,
input:is(
    [type="text"], [type="password"], [type="email"], [type="tel"],
    [type="search"], [type="url"], [type="number"], [type="date"],
    [type="time"], [type="datetime-local"], [type="month"], [type="week"]
):focus,
select:focus,
textarea:focus {
    outline: none !important;
    border-color: var(--sd-accent) !important;
    box-shadow: 0 0 0 3px rgba(var(--sd-accent-rgb), .12),
                0 3px 10px rgba(36, 28, 18, .045) !important;
}

input::placeholder,
textarea::placeholder {
    color: var(--sd-field-placeholder) !important;
    opacity: 1;
}

input:disabled,
select:disabled,
textarea:disabled,
input[readonly],
textarea[readonly] {
    background-color: var(--sd-field-disabled) !important;
    color: var(--sd-muted) !important;
    cursor: not-allowed;
    opacity: .82;
}

/* Native validation only after the browser considers the value user-invalid. */
input:user-invalid,
select:user-invalid,
textarea:user-invalid {
    border-color: #a94f4f !important;
}
input:user-invalid:focus,
select:user-invalid:focus,
textarea:user-invalid:focus {
    box-shadow: 0 0 0 3px rgba(169, 79, 79, .12) !important;
}

/* Checkbox / radio use the same brand accent without custom JS. */
input[type="checkbox"],
input[type="radio"] {
    accent-color: var(--sd-accent);
    cursor: pointer;
}

/* File upload, used by custom-order forms. */
input[type="file"] {
    max-width: 100%;
    min-height: var(--sd-field-height);
    border: 1px solid var(--sd-field-border);
    border-radius: var(--sd-field-radius);
    background: var(--sd-surface);
    color: var(--sd-text);
    font: inherit;
    padding: 4px;
}
input[type="file"]::file-selector-button {
    min-height: 34px;
    margin-inline-end: 10px;
    padding: 0 13px;
    border: 0;
    border-radius: 7px;
    background: var(--sd-section);
    color: var(--sd-heading);
    font: inherit;
    cursor: pointer;
    transition: background-color .18s ease, color .18s ease;
}
input[type="file"]::file-selector-button:hover {
    background: var(--sd-accent-soft);
    color: var(--sd-accent-hover);
}

/* Hebrew contact details: placeholder starts on the right; typed value stays LTR. */
[dir="rtl"] input:is([type="email"], [type="tel"], [type="url"]) {
    direction: ltr;
    text-align: left;
}
[dir="rtl"] input:is([type="email"], [type="tel"], [type="url"]):placeholder-shown {
    direction: rtl;
    text-align: right;
}

/* Header region selector stays intentionally compact. */
.region-select {
    min-height: 36px !important;
    height: 36px;
    border-radius: 9px !important;
}

/* Keep the legacy search icon perfectly centered in the unified field. */
.search-bar input[type="submit"] {
    top: 50%;
    transform: translateY(-50%);
}

@media (prefers-reduced-motion: reduce) {
    input,
    select,
    textarea,
    input[type="file"]::file-selector-button {
        transition: none !important;
    }
}


/* Product/category header: give the title block breathing room before the next section. */
#product-header .breadcrumbs {
    padding-bottom: 1.25rem;
}

/* =========================================================
   Privacy consent — English storefronts only (injected by JS)
   ========================================================= */
.privacy-consent {
    position: fixed;
    z-index: 11000;
    right: 18px;
    bottom: 18px;
    left: 18px;
    max-width: 820px;
    margin: auto;
    padding: 18px;
    color: var(--sd-text);
    background: var(--sd-surface);
    border: 1px solid rgba(128,93,49,.14);
    border-radius: 14px;
    box-shadow: 0 18px 55px rgba(36,28,18,.15), 0 2px 8px rgba(36,28,18,.05);
}
.privacy-consent[hidden] { display: none !important; }
.privacy-consent__main { display: flex; align-items: center; gap: 22px; }
.privacy-consent__copy { flex: 1; min-width: 0; }
.privacy-consent__copy strong { display: block; margin-bottom: 5px; color: var(--sd-heading); font-size: 1rem; }
.privacy-consent__copy p { margin: 0; color: var(--sd-muted); font-size: .875rem; line-height: 1.55; }
.privacy-consent__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.privacy-consent button {
    min-height: 40px;
    padding: 8px 15px;
    color: var(--sd-heading);
    background: var(--sd-soft);
    border: 1px solid var(--sd-border);
    border-radius: 9px;
    font: inherit;
    font-size: .875rem;
    font-weight: 600;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}
.privacy-consent button:hover { transform: translateY(-1px); border-color: rgba(128,93,49,.35); }
.privacy-consent button.is-accent { color: #fff; background: var(--sd-accent); border-color: var(--sd-accent); }
.privacy-consent button.is-link { min-height: auto; padding: 7px 8px; background: transparent; border-color: transparent; color: var(--sd-accent); }
.privacy-consent__settings { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--sd-border); }
.privacy-consent__settings[hidden] { display: none !important; }
.privacy-consent__settings label { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 10px 0; margin: 0; }
.privacy-consent__settings b, .privacy-consent__settings small { display: block; }
.privacy-consent__settings b { color: var(--sd-heading); font-size: .9rem; }
.privacy-consent__settings small { margin-top: 2px; color: var(--sd-muted); font-size: .78rem; line-height: 1.45; }
.privacy-consent__settings input[type="checkbox"] { width: 18px; height: 18px; flex: 0 0 18px; accent-color: var(--sd-accent); }
.privacy-consent__settings .privacy-gpc { color: var(--sd-accent); }
.privacy-consent .privacy-save { margin-top: 8px; }
.privacy-choices {
    position: fixed;
    z-index: 10990;
    right: clamp(10px, 2vw, 50px);
    bottom: 10px;
    left: auto;
    padding: 7px 11px;
    color: var(--sd-muted);
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(128,93,49,.15);
    border-radius: 999px;
    box-shadow: 0 6px 20px rgba(36,28,18,.10);
    font: inherit;
    font-size: .75rem;
    cursor: pointer;
}
.privacy-choices:hover { color: var(--sd-accent); }
.privacy-consent button:focus-visible,
.privacy-choices:focus-visible { outline: 3px solid rgba(128,93,49,.22); outline-offset: 2px; }
@media (max-width: 767.98px) {
    .privacy-consent { right: 10px; bottom: 10px; left: 10px; padding: 15px; }
    .privacy-consent__main { display: block; }
    .privacy-consent__actions { justify-content: stretch; margin-top: 14px; }
    .privacy-consent__actions button:not(.is-link) { flex: 1 1 45%; }
    .privacy-consent__actions .is-link { flex: 1 0 100%; }
}
@media (prefers-reduced-motion: reduce) {
    .privacy-consent button { transition: none; }
}

/* English privacy control stack: back-to-top above Privacy choices. */
.has-privacy-choices #toTop {
    bottom: 52px;
}



/* Original WhatsApp icon — shadow only. */
.whatsapp-icon {
    filter:
        drop-shadow(0 3px 5px rgba(36, 28, 18, .10))
        drop-shadow(0 10px 18px rgba(36, 28, 18, .12));
}


/* Checkout address fields: same width for text, email and phone. */
.address input:is([type="text"], [type="email"], [type="tel"]) {
    width: 100%;
}


/* Featured mobile layout: breathing room when the image stacks above the text. */
@media (max-width: 768px) {
    .featured-slider__slide .bnr-right + .bnr-left {
        margin-top: 14px;
    }
}


/* Order tables: desktop stays a table; mobile rows become readable product cards. */
@media (max-width: 767.98px) {
    .order-items-responsive {
        overflow: visible;
    }

    .order-items-table,
    .order-items-table > tbody {
        display: block;
        width: 100%;
    }

    .order-items-table > tbody > tr:first-child {
        display: none;
    }

    .order-items-table .order-item-row {
        display: grid;
        grid-template-columns: 92px minmax(0, 1fr);
        gap: 4px 14px;
        width: 100%;
        margin: 0 0 12px;
        padding: 14px;
        border: 1px solid var(--sd-border);
        border-radius: 12px;
        background: var(--sd-surface);
    }

    .order-items-table .order-item-row > td {
        display: block;
        grid-column: 2;
        width: auto !important;
        min-width: 0;
        padding: 2px 0;
        border: 0;
        text-align: start;
        overflow-wrap: anywhere;
    }

    .order-items-table .order-item-row > td:first-child {
        grid-column: 1;
        grid-row: 1 / span 12;
        padding: 0;
    }

    .order-items-table .img-fluid-cart {
        display: block !important;
        width: 88px !important;
        max-width: 88px;
        height: 88px;
        object-fit: cover;
        border-radius: 10px;
    }

    .order-items-table .order-item-row > td:not(:first-child)::before {
        content: attr(data-label);
        display: inline;
        margin-inline-end: 6px;
        color: var(--sd-muted);
        font-size: .78rem;
        font-weight: 500;
    }

    .order-items-table .order-item-row > td[data-label=""]::before {
        display: none;
    }

    .order-items-table .order-group-row {
        display: block;
        width: 100%;
        margin: 0 0 10px;
    }

    .order-items-table .order-group-row > td {
        display: block;
        width: 100% !important;
        border: 0;
        border-radius: 10px;
    }

    .order-items-table .order-spacer-row {
        display: none;
    }
}

@media (max-width: 420px) {
    .order-items-table .order-item-row {
        grid-template-columns: 76px minmax(0, 1fr);
        gap: 4px 12px;
        padding: 12px;
    }

    .order-items-table .img-fluid-cart {
        width: 72px !important;
        max-width: 72px;
        height: 72px;
    }
}


/* Order pages: keep product thumbnails compact on wide screens. */
@media (min-width: 768px) {
    .order-items-table .img-fluid-cart {
        width: 100%;
        max-width: 110px;
        height: auto;
        display: block;
    }
}

/* Purchase CTAs: one distinct conversion color reserved for the buying path. */
.single-but button.custombtn[name="addtocart"],
.address.new button.custombtn[name="submit"],
#pay-button {
    background: var(--sd-cta);
    border-color: var(--sd-cta);
    color: #fff;
    box-shadow: 0 7px 18px rgba(var(--sd-cta-rgb), .18);
}
.single-but button.custombtn[name="addtocart"]:hover,
.address.new button.custombtn[name="submit"]:hover,
#pay-button:hover {
    background: var(--sd-cta-hover);
    border-color: var(--sd-cta-hover);
    color: #fff;
    box-shadow: 0 9px 22px rgba(var(--sd-cta-rgb), .24);
}


/* Destructive action: muted premium red, scoped only to cart item removal. */
button.custombtn[name="remove_cart"] {
    background: var(--sd-danger);
    border-color: var(--sd-danger);
    color: #fff;
    box-shadow: 0 5px 14px rgba(var(--sd-danger-rgb), .14);
}

button.custombtn[name="remove_cart"]:hover {
    background: var(--sd-danger-hover);
    border-color: var(--sd-danger-hover);
    color: #fff;
    box-shadow: 0 7px 18px rgba(var(--sd-danger-rgb), .20);
}

button.custombtn[name="remove_cart"]:focus-visible {
    outline: 3px solid rgba(var(--sd-danger-rgb), .22);
    outline-offset: 2px;
}


/* Copyright bar only. */
.footer-text {
    background: #34312d;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, .10);
}

.footer-text p,
.footer-text a {
    color: #fff;
}

.footer-text a {
    transition: color .18s ease;
}

.footer-text a:hover {
    color: #d8b681;
}




/* Region selector: identical borderless appearance in every locale. */
.region-select {
    border: 0 !important;
    box-shadow: none !important;
}

.region-select:hover,
.region-select:focus {
    border: 0 !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.region-select:focus-visible {
    outline: 2px solid rgba(128, 93, 49, .35);
    outline-offset: 2px;
}
