/* ONLINE SUSHI Premium Theme v1 */
:root {
    --os-bg: #080808;
    --os-bg-soft: #101010;
    --os-card: #151515;
    --os-card-2: #1a1a1a;
    --os-text: #ffffff;
    --os-muted: #b9b9b9;
    --os-orange: #ff6500;
    --os-orange-2: #ff8a00;
    --os-green: #93bc24;
    --os-gold: #d89b32;
    --os-line: rgba(255,255,255,.12);
    --os-radius: 14px;
    --os-container: 1240px;
    --os-shadow: 0 16px 50px rgba(0,0,0,.38);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--os-bg);
    color: var(--os-text);
    font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.55;
    overflow-x: hidden;
}
body.admin-bar .os-header { top: 32px; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.screen-reader-text {
    position: absolute;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0,0,0,0);
    white-space: nowrap; border: 0;
}
.os-container { width: min(calc(100% - 40px), var(--os-container)); margin-inline: auto; }
.os-site-content { min-height: 60vh; }
.os-content-narrow { max-width: 860px; }

.os-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 1000;
    height: 78px;
    display: flex;
    align-items: center;
    background: rgba(5,5,5,.74);
    border-bottom: 1px solid var(--os-line);
    backdrop-filter: blur(18px);
    transition: .25s ease;
}
.os-header.is-scrolled { height: 66px; background: rgba(5,5,5,.94); }
.os-header__inner { display: flex; align-items: center; gap: 32px; }
.os-brand { display: inline-flex; flex-direction: column; line-height: .88; min-width: 130px; }
.os-brand__top { font-size: 19px; letter-spacing: .17em; font-weight: 700; }
.os-brand__bottom { font-size: 30px; font-weight: 800; color: var(--os-orange); letter-spacing: .01em; }
.custom-logo-link img { max-height: 52px; width: auto; }
.os-nav { margin-left: auto; }
.os-nav__list { display: flex; align-items: center; gap: 30px; margin: 0; padding: 0; list-style: none; }
.os-nav a { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; color: #efefef; }
.os-nav a:hover { color: var(--os-orange); }
.os-header__actions { display: flex; align-items: center; gap: 18px; margin-left: 16px; }
.os-phone { display: flex; align-items: center; gap: 10px; }
.os-phone__icon { color: var(--os-orange); font-size: 24px; }
.os-phone strong, .os-phone small { display: block; }
.os-phone strong { font-size: 13px; }
.os-phone small { color: var(--os-muted); font-size: 10px; margin-top: 2px; }
.os-cart { position: relative; font-size: 24px; }
.os-cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    min-width: 19px; height: 19px;
    padding: 0 5px;
    display: inline-grid; place-items: center;
    background: var(--os-orange);
    border-radius: 99px;
    font-size: 10px;
    font-weight: 800;
}
.os-cart-count[hidden] { display: none; }
.os-menu-toggle { display: none; margin-left: auto; width: 42px; height: 42px; background: transparent; border: 1px solid var(--os-line); border-radius: 10px; }
.os-menu-toggle span:not(.screen-reader-text) { display: block; width: 20px; height: 2px; background: #fff; margin: 4px auto; }

.os-hero {
    position: relative;
    min-height: 720px;
    padding-top: 78px;
    overflow: hidden;
    background:
        radial-gradient(circle at 70% 24%, rgba(255,101,0,.17), transparent 32%),
        linear-gradient(120deg, #080808 0%, #0c0c0c 45%, #16100c 100%);
}
.os-hero::after {
    content: "";
    position: absolute; inset: 0;
    background-image: linear-gradient(rgba(255,255,255,.015) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.015) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, #000, transparent 85%);
}
.os-hero__grid { position: relative; z-index: 2; min-height: 642px; display: grid; grid-template-columns: .95fr 1.25fr; align-items: center; gap: 18px; }
.os-kicker { color: var(--os-orange); font-size: 12px; letter-spacing: .15em; text-transform: uppercase; font-weight: 800; }
.os-hero h1 { margin: 14px 0 20px; font-size: clamp(42px, 5vw, 76px); line-height: .98; letter-spacing: -.04em; max-width: 760px; }
.os-hero h1 span { display: block; color: var(--os-orange); }
.os-hero__lead { max-width: 630px; color: #e6e6e6; font-size: 19px; }
.os-hero__benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 32px 0; }
.os-hero__benefits div { padding-left: 16px; border-left: 2px solid var(--os-orange); }
.os-hero__benefits strong, .os-hero__benefits span { display: block; }
.os-hero__benefits strong { font-size: 18px; }
.os-hero__benefits span { color: var(--os-muted); font-size: 12px; }
.os-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.os-btn { min-height: 48px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .02em; font-size: 13px; transition: .2s ease; }
.os-btn--primary { background: var(--os-orange); color: #fff; box-shadow: 0 10px 28px rgba(255,101,0,.25); }
.os-btn--primary:hover { background: var(--os-orange-2); transform: translateY(-2px); }
.os-btn--ghost { border: 1px solid rgba(255,255,255,.52); background: rgba(255,255,255,.03); }
.os-btn--ghost:hover { border-color: var(--os-orange); color: var(--os-orange); }
.os-hero__visual { position: relative; align-self: end; }
.os-hero__visual img { width: 100%; filter: drop-shadow(0 22px 40px rgba(0,0,0,.58)); }

/* v3.3 — configurable homepage hero carousel */
.os-hero-slider { min-height: 650px; padding-top: 0; background: #080808; }
.os-hero-slider::after { display: none; }
.os-hero-slider__viewport { position: relative; min-height: 650px; }
.os-hero-slide {
    position: absolute;
    inset: 0;
    z-index: 1;
    min-height: 650px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(22px);
    transition: opacity .55s ease, transform .65s cubic-bezier(.22,1,.36,1), visibility .55s;
    background: linear-gradient(120deg, #080808 0%, #0c0c0c 45%, var(--os-slide-background, #16100c) 100%);
}
.os-hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: .18;
    background: radial-gradient(circle at 72% 26%, var(--os-slide-accent, #ff6500), transparent 34%);
}
.os-hero-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image: linear-gradient(rgba(255,255,255,.015) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.015) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, #000, transparent 85%);
}
.os-hero-slide.is-active { position: relative; z-index: 2; opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
.os-hero-slide .os-hero__grid { z-index: 2; min-height: 650px; }
.os-hero-slide--text-only .os-hero__grid { grid-template-columns: minmax(0, 820px); }
.os-hero-slide .os-hero__visual img { width: 100%; max-height: 590px; object-fit: contain; object-position: center bottom; }
.os-hero-slide--photo .os-hero__visual {
    align-self: stretch;
    width: calc(100% + max(20px, (100vw - var(--os-container)) / 2));
    height: 650px;
    margin-right: calc(-1 * max(20px, (100vw - var(--os-container)) / 2));
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 12%, #000 100%);
    mask-image: linear-gradient(to right, transparent 0%, #000 12%, #000 100%);
}
.os-hero-slide--photo .os-hero__visual img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center;
    filter: none;
}

/* v3.3.6 — wider shared desktop photo area for every hero banner */
@media (min-width: 861px) {
    .os-hero-slide--photo .os-hero__content {
        position: relative;
        z-index: 2;
    }
    .os-hero-slide--photo .os-hero__visual {
        --os-hero-photo-overlap: clamp(140px, 10vw, 220px);
        z-index: 1;
        width: calc(100% + var(--os-hero-photo-overlap) + max(20px, (100vw - var(--os-container)) / 2));
        margin-left: calc(-1 * var(--os-hero-photo-overlap));
        -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,.35) 5%, #000 18%, #000 100%);
        mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,.35) 5%, #000 18%, #000 100%);
    }
    .os-hero-slide--photo .os-hero__visual img {
        object-position: center 48%;
    }
}
.os-hero-slide .os-kicker,
.os-hero-slide h1 span { color: var(--os-slide-accent, var(--os-orange)); }
.os-hero-slide .os-hero__benefits div { border-color: var(--os-slide-accent, var(--os-orange)); }
.os-hero-slide .os-btn--primary { background: var(--os-slide-accent, var(--os-orange)); }
.os-hero-slide .os-hero__content > *,
.os-hero-slide .os-hero__visual { opacity: 0; transform: translateY(14px); transition: opacity .45s ease, transform .55s ease; }
.os-hero-slide.is-active .os-hero__content > *,
.os-hero-slide.is-active .os-hero__visual { opacity: 1; transform: none; }
.os-hero-slide.is-active .os-hero__content > :nth-child(2) { transition-delay: .06s; }
.os-hero-slide.is-active .os-hero__content > :nth-child(3) { transition-delay: .11s; }
.os-hero-slide.is-active .os-hero__content > :nth-child(4) { transition-delay: .16s; }
.os-hero-slide.is-active .os-hero__content > :nth-child(5) { transition-delay: .21s; }
.os-hero-slide.is-active .os-hero__visual { transition-delay: .12s; }
.os-hero-slider__arrow {
    position: absolute;
    z-index: 8;
    top: 50%;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 50%;
    color: #fff;
    background: rgba(8,8,8,.5);
    backdrop-filter: blur(8px);
    cursor: pointer;
    font-size: 32px;
    line-height: 1;
    transition: .2s ease;
}
.os-hero-slider__arrow:hover { border-color: var(--os-orange); color: var(--os-orange); background: rgba(8,8,8,.82); }
.os-hero-slider__arrow--prev { left: max(18px, calc((100vw - var(--os-container)) / 2 - 66px)); }
.os-hero-slider__arrow--next { right: max(18px, calc((100vw - var(--os-container)) / 2 - 66px)); }
.os-hero-slider__dots {
    position: absolute;
    z-index: 9;
    left: 50%;
    bottom: 23px;
    display: flex;
    align-items: center;
    gap: 9px;
    transform: translateX(-50%);
}
.os-hero-slider__dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 99px; background: rgba(255,255,255,.38); cursor: pointer; transition: .25s ease; }
.os-hero-slider__dots button[aria-selected="true"] { width: 32px; background: var(--os-active-slide-accent, var(--os-orange)); }
.os-hero-slider__progress { position: absolute; z-index: 7; left: 0; right: 0; bottom: 0; height: 2px; background: rgba(255,255,255,.05); overflow: hidden; }
.os-hero-slider__progress span { display: block; width: 0; height: 100%; background: var(--os-active-slide-accent, var(--os-orange)); }
.os-hero-slider.is-playing .os-hero-slider__progress span { animation: os-hero-progress var(--os-hero-interval, 6500ms) linear forwards; }
@keyframes os-hero-progress { from { width: 0; } to { width: 100%; } }

.os-trust-strip { border-block: 1px solid var(--os-line); background: #0c0c0c; }
.os-trust-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.os-trust-strip__grid > div { min-height: 76px; display: grid; grid-template-columns: 34px 1fr; grid-template-rows: auto auto; align-content: center; column-gap: 10px; padding: 10px 18px; border-right: 1px solid var(--os-line); }
.os-trust-strip__grid > div:last-child { border-right: 0; }
.os-trust-strip span { grid-row: 1 / 3; align-self: center; color: var(--os-orange); font-size: 23px; font-weight: 800; line-height: 1; }
.os-trust-strip strong { font-size: 12px; line-height: 1.2; text-transform: uppercase; letter-spacing: .015em; }
.os-trust-strip small { margin-top: 3px; color: var(--os-muted); font-size: 10.5px; line-height: 1.25; }

.os-section { padding: 84px 0; }
.os-section--compact { padding-top: 24px; }
.os-section-heading { margin-bottom: 34px; text-align: center; }
.os-section-heading p { margin: 0 0 6px; color: var(--os-orange); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.os-section-heading h1, .os-section-heading h2 { margin: 0; font-size: clamp(30px, 4vw, 48px); line-height: 1.08; letter-spacing: -.025em; }
.os-section-heading--row { display: flex; align-items: end; justify-content: space-between; text-align: left; }
.os-text-link { color: var(--os-orange); font-weight: 800; }

.os-category-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.os-category-card { position: relative; min-height: 190px; padding: 14px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; border: 1px solid var(--os-line); border-radius: var(--os-radius); background: linear-gradient(180deg, #1a1a1a, #111); box-shadow: var(--os-shadow); }
.os-category-card::after { content:""; position:absolute; inset:0; background: linear-gradient(to top, rgba(0,0,0,.8), transparent 58%); }
.os-category-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: .35s ease; }
.os-category-card span { position: relative; z-index: 2; font-weight: 800; text-transform: uppercase; }
.os-category-card:hover { border-color: rgba(255,101,0,.8); transform: translateY(-3px); }
.os-category-card:hover img { transform: scale(1.045); }

.os-products-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 16px; }
.os-product-card { overflow: hidden; border: 1px solid var(--os-line); border-radius: var(--os-radius); background: var(--os-card); box-shadow: var(--os-shadow); }
.os-product-card__image { display: block; aspect-ratio: 1.15/1; background: linear-gradient(145deg, #242424, #101010); overflow: hidden; }
.os-product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: .35s ease; }
.os-product-card:hover .os-product-card__image img { transform: scale(1.04); }
.os-product-card__body { padding: 18px; text-align: center; }
.os-product-card h3 { margin: 0 0 8px; font-size: 18px; }
.os-product-card p { margin: 0 0 10px; color: var(--os-muted); font-size: 12px; }
.os-product-card__price { min-height: 31px; margin-bottom: 14px; color: var(--os-orange); font-size: 20px; font-weight: 800; }
.os-product-card__price del { color: #777; font-size: 13px; }
.os-product-card__price ins { text-decoration: none; }
.os-btn--card { width: 100%; min-height: 42px; border: 1px solid var(--os-orange); }
.os-btn--card:hover { background: var(--os-orange); }

.os-promo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.os-promo { height: 176px; min-height: 176px; padding: 26px; border: 1px solid var(--os-line); border-radius: var(--os-radius); background: #121212; position: relative; overflow: hidden; }
.os-promo::after { content:""; position:absolute; width:160px; height:160px; border-radius:50%; right:-56px; bottom:-78px; opacity:.2; background: currentColor; filter: blur(2px); }
.os-promo__eyebrow { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.os-promo h3 { margin: 8px 0; font-size: 25px; line-height: 1.05; }
.os-promo p { margin: 0; color: #d1d1d1; font-size: 13px; max-width: 260px; }
.os-promo__button { display: inline-block; margin-top: 14px; color: currentColor; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.os-promo-gift-quantity { display: inline-flex; min-width: 34px; min-height: 34px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; }
.os-promo-price-breakdown { display: inline-block; font-size: 12px; line-height: 1.45; white-space: nowrap; }
.woocommerce .os-promo-cart-notice { border-top-color: var(--os-orange); }
.os-promo--orange { color: var(--os-orange); border-color: rgba(255,101,0,.45); }
.os-promo--green { color: var(--os-green); border-color: rgba(147,188,36,.45); }
.os-promo--gold { color: var(--os-gold); border-color: rgba(216,155,50,.45); }
.os-promo--military { color: #9fb21f; border-color: rgba(159,178,31,.45); }

.os-charity { padding: 0 0 84px; }
.os-charity__inner { min-height: 160px; padding: 30px 42px; display: grid; grid-template-columns: 1fr 1.4fr auto; gap: 36px; align-items: center; border: 1px solid rgba(216,155,50,.35); border-radius: var(--os-radius); background: linear-gradient(90deg, #15120d, #242017 48%, #111); box-shadow: var(--os-shadow); }
.os-charity__brand { display: flex; align-items: center; gap: 18px; }
.os-charity__mark { width: 70px; height: 70px; display: grid; place-items: center; border: 1px solid var(--os-charity-color, var(--os-gold)); border-radius: 50%; color: var(--os-charity-color, var(--os-gold)); font-size: 34px; }
.os-charity__brand strong, .os-charity__brand small { display: block; }
.os-charity__brand strong { font-size: 24px; letter-spacing: .06em; }
.os-charity__brand small { letter-spacing: .28em; color: var(--os-muted); }
.os-charity__eyebrow { display: block; margin-bottom: 5px; color: var(--os-charity-color, var(--os-gold)); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.os-charity h2 { margin: 0 0 6px; color: var(--os-charity-color, var(--os-gold)); font-size: 28px; text-transform: uppercase; }
.os-charity p { margin: 0; color: var(--os-muted); }

.os-features-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 20px; }
.os-feature { text-align: center; padding: 24px 16px; border-top: 1px solid var(--os-line); }
.os-feature > span { font-size: 34px; }
.os-feature h3 { margin: 12px 0 8px; font-size: 14px; text-transform: uppercase; }
.os-feature p { margin: 0; color: var(--os-muted); font-size: 12px; }
.os-section-action { margin-top: 34px; display: flex; justify-content: center; }

.os-review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.os-review-grid blockquote { margin: 0; padding: 28px; border: 1px solid var(--os-line); border-radius: var(--os-radius); background: #111; }
.os-review-grid strong, .os-review-grid span { display: block; }
.os-review-grid span { margin: 8px 0; color: #ffb400; letter-spacing: .12em; }
.os-review-grid p { margin: 0; color: #d4d4d4; }

.os-delivery { display: grid; grid-template-columns: .65fr 1.35fr; overflow: hidden; border: 1px solid var(--os-line); border-radius: var(--os-radius); background: #101010; }
.os-delivery__content { padding: 42px; }
.os-delivery__content h2 { margin: 8px 0 14px; font-size: 40px; }
.os-delivery__content p { color: var(--os-muted); }
.os-delivery__map { min-height: 330px; background: #151515; }
.os-delivery__map img { width: 100%; height: 100%; object-fit: cover; }

/* v3.4 — editable information pages */
.os-information-page { padding: 150px 0 100px; }
.os-top-banner + .os-site-content .os-information-page { padding-top: 72px; }
.os-information-page__container { max-width: 1060px; }
.os-information-page__header { margin-bottom: 36px; }
.os-information-page__header h1 { max-width: 900px; margin: 8px 0 0; font-size: clamp(42px, 6vw, 72px); line-height: 1.02; letter-spacing: -.04em; }
.os-information-page__hero { margin: 0 0 42px; overflow: hidden; border: 1px solid var(--os-line); border-radius: var(--os-radius); background: #111; }
.os-information-page__hero img { width: 100%; max-height: 620px; object-fit: cover; }
.os-information-page__content { color: #dedede; font-size: 17px; }
.os-information-page__content > * { max-width: 860px; }
.os-information-page__content > .alignwide,
.os-information-page__content > .wp-block-gallery,
.os-information-page__content > .wp-block-image { max-width: 100%; }
.os-information-page__content h2 { margin: 48px 0 14px; color: #fff; font-size: clamp(27px, 4vw, 38px); }
.os-information-page__content h3 { margin: 34px 0 12px; color: #fff; font-size: 24px; }
.os-information-page__content p,
.os-information-page__content ul,
.os-information-page__content ol { margin-top: 0; margin-bottom: 20px; }
.os-information-page__content li { margin: 8px 0; }
.os-information-page__content .os-info-lead { max-width: 900px; color: #fff; font-size: clamp(20px, 2.4vw, 28px); line-height: 1.45; }
.os-information-page__content .wp-block-image img,
.os-information-page__content .wp-block-gallery img { border-radius: 10px; }
.os-information-page__content a { color: var(--os-orange); text-decoration: underline; text-underline-offset: 3px; }

.os-footer { padding: 56px 0 22px; border-top: 1px solid var(--os-line); background: #070707; }
.os-footer__grid { display: grid; grid-template-columns: 1.35fr .8fr 1fr 1fr; gap: 44px; }
.os-brand--footer { margin-bottom: 18px; }
.os-footer p { color: var(--os-muted); max-width: 360px; }
.os-footer h3 { margin: 0 0 16px; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.os-footer__links { margin: 0; padding: 0; list-style: none; }
.os-footer__links li { margin: 8px 0; color: var(--os-muted); }
.os-footer__links a:hover { color: var(--os-orange); }
.os-payments { font-weight: 800; color: #fff !important; }
.os-footer__bottom { margin-top: 36px; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid var(--os-line); color: #777; font-size: 12px; }

.os-back-to-top { position: fixed; right: 24px; bottom: 24px; z-index: 50; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: #151515; color: #fff; opacity: 0; pointer-events: none; transform: translateY(10px); transition: .2s ease; }
.os-back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.os-back-to-top:hover { background: var(--os-orange); }

.os-post-grid { display: grid; gap: 18px; }
.os-post-card { padding: 24px; border: 1px solid var(--os-line); border-radius: var(--os-radius); background: var(--os-card); }
.os-empty-state { padding-block: 120px; text-align: center; }

.woocommerce .button, .woocommerce button.button, .woocommerce input.button {
    background: var(--os-orange) !important;
    color: #fff !important;
    border-radius: 8px !important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--os-orange) !important; }
.woocommerce-message, .woocommerce-info { border-top-color: var(--os-orange) !important; background: #111 !important; color: #fff !important; }
.woocommerce-message::before, .woocommerce-info::before { color: var(--os-orange) !important; }

@media (max-width: 1100px) {
    .os-phone { display: none; }
    .os-category-grid { grid-template-columns: repeat(3,1fr); }
    .os-products-grid { grid-template-columns: repeat(3,1fr); }
    .os-promo-grid { grid-template-columns: repeat(2,1fr); }
    .os-promo { height: auto; }
    .os-features-grid { grid-template-columns: repeat(3,1fr); }
    .os-charity__inner { grid-template-columns: 1fr 1fr; }
    .os-charity__inner > .os-btn { grid-column: 1 / -1; width: max-content; }
}
@media (max-width: 860px) {
    body.admin-bar .os-header { top: 46px; }
    .os-header { height: 68px; }
    .os-header__inner { gap: 14px; }
    .os-menu-toggle { display: block; }
    .os-nav {
        position: fixed; inset: 68px 0 auto 0;
        padding: 18px 20px 26px;
        background: rgba(8,8,8,.98);
        border-bottom: 1px solid var(--os-line);
        transform: translateY(-120%);
        opacity: 0;
        transition: .25s ease;
    }
    .os-nav.is-open { transform: none; opacity: 1; }
    .os-nav__list { flex-direction: column; align-items: flex-start; gap: 16px; }
    .os-header__actions { margin-left: 0; }
    .os-brand { min-width: 118px; }
    .os-brand__top { font-size: 16px; }
    .os-brand__bottom { font-size: 25px; }
    .os-hero { padding-top: 68px; min-height: auto; }
    .os-hero__grid { grid-template-columns: 1fr; padding-top: 72px; }
    .os-hero__content { text-align: center; }
    .os-hero__lead { margin-inline: auto; }
    .os-hero__benefits { max-width: 680px; margin-inline: auto; text-align: left; }
    .os-hero__actions { justify-content: center; }
    .os-hero__visual { max-width: 720px; margin-inline: auto; }
    .os-hero-slider__viewport,
    .os-hero-slide { min-height: 830px; }
    .os-hero-slide .os-hero__grid { min-height: 830px; padding-bottom: 74px; }
    .os-hero-slide .os-hero__visual img { max-height: 430px; }
    .os-hero-slide--photo .os-hero__visual {
        width: 100%;
        height: 380px;
        margin-right: 0;
        max-width: none;
        -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 10%, #000 94%, transparent 100%);
        mask-image: linear-gradient(to bottom, transparent 0%, #000 10%, #000 94%, transparent 100%);
    }
    .os-hero-slide--photo .os-hero__visual img { height: 100%; max-height: none; object-fit: cover; }
    .os-hero-slider__arrow { top: auto; bottom: 20px; width: 42px; height: 42px; }
    .os-hero-slider__arrow--prev { left: 20px; }
    .os-hero-slider__arrow--next { right: 20px; }
    .os-trust-strip__grid { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(230px, 48%); overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: none; }
    .os-trust-strip__grid::-webkit-scrollbar { display: none; }
    .os-trust-strip__grid > div { scroll-snap-align: start; }
    .os-trust-strip__grid > div:last-child { border-right: 1px solid var(--os-line); }
    .os-products-grid { grid-template-columns: repeat(2,1fr); }
    .os-review-grid { grid-template-columns: 1fr; }
    .os-delivery { grid-template-columns: 1fr; }
    .os-footer__grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 560px) {
    .os-container { width: min(calc(100% - 24px), var(--os-container)); }
    .os-section { padding: 62px 0; }
    .os-hero__grid { padding-top: 48px; }
    .os-hero h1 { font-size: 42px; }
    .os-hero__lead { font-size: 16px; }
    .os-hero__benefits { grid-template-columns: 1fr; }
    .os-hero__benefits div { text-align: left; }
    .os-hero__actions .os-btn { width: 100%; }
    .os-hero-slider__viewport,
    .os-hero-slide { min-height: 850px; }
    .os-hero-slide .os-hero__grid { min-height: 850px; padding-top: 44px; padding-bottom: 70px; }
    .os-hero-slide .os-hero__visual img { max-height: 350px; }
    .os-hero-slide--photo .os-hero__visual { height: 320px; }
    .os-hero-slide--photo .os-hero__visual img { height: 100%; max-height: none; }
    .os-hero-slide .os-hero__content { text-align: left; }
    .os-hero-slide .os-hero__lead { margin-inline: 0; }
    .os-hero-slide .os-hero__actions { justify-content: flex-start; }
    .os-hero-slider__dots { bottom: 29px; }
    .os-trust-strip__grid { grid-auto-columns: minmax(240px, 82%); }
    .os-trust-strip__grid > div { min-height: 74px; padding: 10px 14px; grid-template-columns: 32px 1fr; }
    .os-trust-strip span { font-size: 22px; }
    .os-category-grid { grid-template-columns: repeat(2,1fr); }
    .os-category-card { min-height: 150px; }
    .os-products-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; }
    .os-product-card { min-width: 82%; scroll-snap-align: start; }
    .os-promo-grid { grid-template-columns: 1fr; }
    .os-charity__inner { grid-template-columns: 1fr; padding: 28px; }
    .os-charity__inner > .os-btn { grid-column: auto; width: 100%; }
    .os-features-grid { grid-template-columns: repeat(2,1fr); }
    .os-section-action .os-btn { width: 100%; }
    .os-delivery__content { padding: 28px; }
    .os-information-page,
    .os-top-banner + .os-site-content .os-information-page { padding: 112px 0 64px; }
    .os-information-page__header { margin-bottom: 26px; }
    .os-information-page__header h1 { font-size: 40px; }
    .os-information-page__content { font-size: 16px; }
    .os-footer__grid { grid-template-columns: 1fr; gap: 28px; }
    .os-footer__bottom { flex-direction: column; gap: 8px; }
}

/* v3.8 — editable advantage strip, curated collection pages and shorter mobile hero */
.os-trust-strip {
    border-block-color: var(--os-trust-border, var(--os-line));
    background: var(--os-trust-bg, #0c0c0c);
}
.os-trust-strip__grid {
    grid-template-columns: repeat(var(--os-trust-count, 4), minmax(0, 1fr));
    overflow: visible;
}
.os-trust-strip__item {
    min-width: 0;
    min-height: 76px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-content: center;
    column-gap: 10px;
    padding: 10px 18px;
    border-right: 1px solid var(--os-trust-border, var(--os-line));
}
.os-trust-strip__item:last-child { border-right: 0; }
.os-trust-strip__icon {
    grid-row: 1 / 3;
    align-self: center;
    color: var(--os-trust-accent, var(--os-orange));
    font-size: var(--os-trust-icon-size, 23px);
    font-weight: 800;
    line-height: 1;
}
.os-trust-strip__icon img {
    width: var(--os-trust-icon-size, 23px);
    height: var(--os-trust-icon-size, 23px);
    display: block;
    object-fit: contain;
}
.os-trust-strip__item strong {
    min-width: 0;
    overflow-wrap: anywhere;
    color: var(--os-trust-title, #fff);
    font-size: var(--os-trust-title-size, 12px);
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .015em;
}
.os-trust-strip__item small {
    min-width: 0;
    margin-top: 3px;
    overflow-wrap: anywhere;
    color: var(--os-trust-text, var(--os-muted));
    font-size: var(--os-trust-text-size, 11px);
    line-height: 1.25;
}
.os-trust-strip--compact .os-trust-strip__item { min-height: 62px; padding-block: 7px; }

.os-collection-link--mobile { display: none; }
.os-collection-page .os-section--catalog-head { padding-bottom: 18px; }
.os-collection-page .os-section--catalog-products { padding-top: 12px; }
.os-collection-page__back { margin-top: 28px; display: flex; justify-content: center; }
.os-collection-pagination { margin-top: 30px; }
.os-collection-pagination ul { display: flex !important; justify-content: center; gap: 6px; }

@media (min-width: 761px) and (max-width: 980px) {
    .os-trust-strip__grid--count-4,
    .os-trust-strip__grid--count-5,
    .os-trust-strip__grid--count-6 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .os-trust-strip__grid--count-4 .os-trust-strip__item,
    .os-trust-strip__grid--count-5 .os-trust-strip__item,
    .os-trust-strip__grid--count-6 .os-trust-strip__item { border-bottom: 1px solid var(--os-trust-border, var(--os-line)); }
    .os-trust-strip__grid--count-4 .os-trust-strip__item:nth-child(3n),
    .os-trust-strip__grid--count-5 .os-trust-strip__item:nth-child(3n),
    .os-trust-strip__grid--count-6 .os-trust-strip__item:nth-child(3n) { border-right: 0; }
    .os-trust-strip__grid--count-4 .os-trust-strip__item:nth-last-child(-n+1),
    .os-trust-strip__grid--count-5 .os-trust-strip__item:nth-last-child(-n+2),
    .os-trust-strip__grid--count-6 .os-trust-strip__item:nth-last-child(-n+3) { border-bottom: 0; }
}

@media (max-width: 760px) {
    .os-trust-strip__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-flow: row;
        grid-auto-columns: auto;
        overflow: visible;
        scroll-snap-type: none;
    }
    .os-trust-strip__item {
        min-height: 70px;
        grid-template-columns: 30px minmax(0, 1fr);
        padding: 9px 10px;
        border-right: 1px solid var(--os-trust-border, var(--os-line));
        border-bottom: 1px solid var(--os-trust-border, var(--os-line));
        scroll-snap-align: none;
    }
    .os-trust-strip__item:nth-child(2n) { border-right: 0; }
    .os-trust-strip__grid--count-2 .os-trust-strip__item:nth-last-child(-n+2),
    .os-trust-strip__grid--count-4 .os-trust-strip__item:nth-last-child(-n+2),
    .os-trust-strip__grid--count-6 .os-trust-strip__item:nth-last-child(-n+2),
    .os-trust-strip__grid--count-1 .os-trust-strip__item:last-child,
    .os-trust-strip__grid--count-3 .os-trust-strip__item:last-child,
    .os-trust-strip__grid--count-5 .os-trust-strip__item:last-child { border-bottom: 0; }
    .os-trust-strip__item:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        width: 50%;
        justify-self: center;
        border-right: 0;
    }
    .os-trust-strip__grid--count-1 .os-trust-strip__item:last-child { width: 100%; }
    .os-trust-strip--compact .os-trust-strip__item { min-height: 60px; }

    .os-collection-link--desktop { display: none; }
    .os-collection-link--mobile {
        width: 100%;
        min-height: 46px;
        margin-top: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--os-orange);
        border-radius: 8px;
        text-transform: uppercase;
        font-size: 12px;
    }
}


.os-category-card__content{position:relative;z-index:2;display:grid;gap:5px}.os-category-card__content span{font-size:17px}.os-category-card__content small{max-width:220px;color:rgba(255,255,255,.74);font-size:11px;line-height:1.4}.os-category-card__content b{margin-top:4px;color:var(--os-orange);font-size:10px;text-transform:uppercase;letter-spacing:.08em;opacity:0;transform:translateY(5px);transition:.2s ease}.os-category-card:hover .os-category-card__content b{opacity:1;transform:none}.os-admin-hint{padding:26px;display:grid;gap:6px;border:1px dashed rgba(255,101,0,.55);border-radius:var(--os-radius);background:rgba(255,101,0,.05)}.os-admin-hint span{color:var(--os-muted)}


/* v2.1 — premium dynamic categories and top banner */
.os-top-banner {
    position: relative;
    z-index: 20;
    margin-top: 78px;
    border-bottom: 1px solid rgba(255,101,0,.32);
    background:
        radial-gradient(circle at 78% 50%, rgba(255,101,0,.18), transparent 30%),
        linear-gradient(90deg, #12100e, #090909 62%);
}
.os-top-banner__inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.os-top-banner__content { display:flex; align-items:baseline; gap:16px; min-width:0; }
.os-top-banner strong { color:var(--os-orange); font-size:20px; font-weight:800; letter-spacing:.02em; }
.os-top-banner span { color:#e3e3e3; font-size:14px; }
.os-top-banner a { flex:0 0 auto; color:#fff; font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:.05em; }
.os-top-banner a:hover { color:var(--os-orange); }
.os-top-banner + .os-site-content .os-hero { padding-top:0; }

.os-category-grid { grid-template-columns: repeat(6, minmax(0,1fr)); gap:16px; }
.os-category-card {
    min-height: 230px;
    padding: 0;
    display:block;
    border-radius: 14px;
    isolation:isolate;
}
.os-category-card::before {
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    background: linear-gradient(to top, rgba(0,0,0,.96) 0%, rgba(0,0,0,.68) 26%, rgba(0,0,0,.10) 62%, rgba(0,0,0,0) 100%);
}
.os-category-card::after { display:none; }
.os-category-card img {
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    transform:scale(1.10);
    transition:transform .38s ease, filter .38s ease;
}
.os-category-card__content {
    position:absolute;
    left:16px;
    right:16px;
    bottom:15px;
    z-index:3;
    display:grid;
    gap:3px;
}
.os-category-card__content span { font-size:16px; line-height:1.08; }
.os-category-card__count { color:rgba(255,255,255,.68) !important; font-size:10px !important; text-transform:uppercase; letter-spacing:.07em; }
.os-category-card__description { display:none; }
.os-category-card__content b { margin-top:3px; }
.os-category-card:hover { border-color:var(--os-orange); transform:translateY(-5px); box-shadow:0 20px 52px rgba(0,0,0,.55), 0 0 0 1px rgba(255,101,0,.15); }
.os-category-card:hover img { transform:scale(1.17); filter:brightness(1.06) saturate(1.04); }

@media (max-width:1100px) {
    .os-category-grid { grid-template-columns:repeat(3,1fr); }
    .os-category-card { min-height:245px; }
}
@media (max-width:860px) {
    .os-top-banner { margin-top:68px; }
    .os-top-banner__inner { min-height:84px; }
    .os-top-banner__content { display:grid; gap:2px; }
}
@media (max-width:560px) {
    .os-top-banner__inner { padding-block:14px; align-items:flex-start; }
    .os-top-banner strong { font-size:16px; }
    .os-top-banner span { font-size:12px; line-height:1.35; }
    .os-top-banner a { font-size:10px; padding-top:3px; }
    .os-category-grid { grid-template-columns:repeat(2,1fr); gap:12px; }
    .os-category-card { min-height:190px; }
    .os-category-card__content { left:13px; right:13px; bottom:12px; }
    .os-category-card__content span { font-size:14px; }
}

/* v2.2 — hierarchical WooCommerce catalog */
.os-category-card {
    aspect-ratio: 5 / 6;
    min-height: 0;
}
.os-category-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: none;
}
.os-category-card:hover img {
    transform: scale(1.045);
}
.os-category-card::before {
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, .95) 0%,
        rgba(0, 0, 0, .68) 24%,
        rgba(0, 0, 0, .16) 55%,
        rgba(0, 0, 0, 0) 75%
    );
}
.os-catalog-page { padding-top: 78px; }
.os-top-banner + .os-site-content .os-catalog-page { padding-top: 0; }
.os-section--catalog-head { padding-bottom: 46px; }
.os-section--catalog-products { padding-top: 28px; }
.os-section--catalog-products.has-subcategories { border-top: 1px solid var(--os-line); }
.os-section-heading--catalog { margin-bottom: 32px; }
.os-section-heading--catalog h1 { margin: 0; }
.os-category-intro { max-width: 760px; margin-top: 14px; color: var(--os-muted); line-height: 1.7; }
.os-category-intro p:last-child { margin-bottom: 0; }
.os-breadcrumbs { margin-bottom: 28px; color: var(--os-muted); font-size: 12px; }
.os-breadcrumbs a { color: rgba(255,255,255,.72); }
.os-breadcrumbs a:hover { color: var(--os-orange); }
.os-empty-category { padding: 34px; display: grid; gap: 8px; border: 1px dashed rgba(255,101,0,.48); border-radius: var(--os-radius); background: rgba(255,101,0,.045); }
.os-empty-category strong { font-size: 18px; }
.os-empty-category span { color: var(--os-muted); }
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering { margin-bottom: 24px; }
.woocommerce .woocommerce-ordering select { padding: 10px 34px 10px 12px; color: #fff; border: 1px solid var(--os-line); border-radius: 8px; background: #111; }
.woocommerce ul.products li.product { padding: 12px; border: 1px solid var(--os-line); border-radius: var(--os-radius); background: linear-gradient(180deg,#171717,#101010); box-shadow: var(--os-shadow); }
.woocommerce ul.products li.product a img { border-radius: 10px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: #fff; font-size: 16px; }
.woocommerce ul.products li.product .price { color: var(--os-orange) !important; font-weight: 800; }

@media (max-width: 860px) {
    .os-catalog-page { padding-top: 68px; }
}

/* v2.3 — editable homepage promotion cards */
a.os-promo {
    display: block;
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
a.os-promo:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(0,0,0,.28);
}
a.os-promo:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

/* v3.1 — premium WooCommerce product cards and single-product page */
.os-product-card__body {
    min-height: 176px;
    display: flex;
    flex-direction: column;
}
.os-product-card__specs,
.os-loop-product-specs {
    margin: -2px 0 12px;
    color: var(--os-muted);
    font-size: 11px;
    letter-spacing: .035em;
}
.os-product-card__price { margin-top: auto; }

.os-single-product-page {
    padding: 116px 0 88px;
}
.os-top-banner + .os-site-content .os-single-product-page {
    padding-top: 48px;
}
.os-single-product-page .os-breadcrumbs {
    margin-bottom: 22px;
}
.os-single-product-page .product {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(360px, .94fr);
    gap: 38px;
    align-items: start;
}
.os-single-product-page .product::before,
.os-single-product-page .product::after {
    display: none !important;
}
.os-single-product-page .product > .onsale {
    top: 18px;
    left: 18px;
    right: auto;
    z-index: 5;
    min-width: 0;
    min-height: 0;
    padding: 8px 14px;
    border-radius: 999px;
    background: var(--os-orange);
    color: #fff;
    font-size: 11px;
    line-height: 1.2;
    text-transform: uppercase;
}
.woocommerce .os-single-product-page div.product div.images,
.woocommerce-page .os-single-product-page div.product div.images,
.os-single-product-page .product > div.images,
.os-single-product-page .product > .woocommerce-product-gallery {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 12px;
    overflow: hidden;
    border: 1px solid var(--os-line);
    border-radius: 18px;
    background: linear-gradient(145deg, #171717, #0e0e0e);
    box-shadow: var(--os-shadow);
}
.os-single-product-page .woocommerce-product-gallery__wrapper,
.os-single-product-page .woocommerce-product-gallery__image {
    margin: 0;
}
.os-single-product-page .woocommerce-product-gallery__image {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 12px;
    background: #101010;
}
.os-single-product-page .woocommerce-product-gallery__image a {
    display: block;
    width: 100%;
    height: 100%;
}
.os-single-product-page .woocommerce-product-gallery__image img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-height: none;
    object-fit: contain;
    object-position: center;
    border-radius: 12px;
}
.os-single-product-page .woocommerce-product-gallery__trigger {
    top: 24px !important;
    right: 24px !important;
    z-index: 6 !important;
}
.os-single-product-page .flex-control-thumbs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
    margin: 10px 0 0 !important;
    padding: 0;
    list-style: none;
}
.os-single-product-page .flex-control-thumbs li {
    float: none !important;
    width: auto !important;
}
.os-single-product-page .flex-control-thumbs img {
    border: 1px solid transparent;
    border-radius: 8px;
    opacity: .64;
}
.os-single-product-page .flex-control-thumbs img.flex-active {
    border-color: var(--os-orange);
    opacity: 1;
}
.woocommerce .os-single-product-page div.product div.summary,
.woocommerce-page .os-single-product-page div.product div.summary,
.os-single-product-page .product > div.summary {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 14px 6px 8px !important;
}
.os-product-kicker {
    margin: 0 0 8px;
    color: var(--os-orange);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.os-single-product-page .product_title {
    margin: 0 0 14px;
    font-size: clamp(30px, 3.3vw, 42px);
    line-height: 1.06;
}
.os-single-product-page .woocommerce-product-details__short-description {
    position: relative;
    max-width: 42rem;
    max-height: 6.4em;
    margin-bottom: 4px;
    overflow: hidden;
    color: var(--os-muted);
    font-size: 15px;
    line-height: 1.6;
}
.os-single-product-page .woocommerce-product-details__short-description.is-expanded {
    max-height: none;
}
.os-single-product-page .woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0;
}
.os-product-description-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 18px;
    padding: 4px 0;
    border: 0;
    background: transparent;
    color: var(--os-orange);
    font: inherit;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}
.os-product-description-toggle:hover {
    color: var(--os-orange-2);
}
.os-product-description-toggle:focus-visible {
    outline: 2px solid var(--os-orange);
    outline-offset: 3px;
}
.os-product-description-toggle[hidden] {
    display: none;
}
.os-product-description-toggle[aria-expanded="true"] span {
    transform: rotate(180deg);
}
.os-product-description-toggle span {
    display: inline-block;
    transition: transform .2s ease;
}
.os-product-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 20px;
}
.os-product-fact {
    min-height: 66px;
    padding: 11px 14px;
    border: 1px solid var(--os-line);
    border-radius: 11px;
    background: rgba(255,255,255,.025);
}
.os-product-fact span,
.os-product-fact strong {
    display: block;
}
.os-product-fact span {
    margin-bottom: 2px;
    color: var(--os-muted);
    font-size: 10px;
    letter-spacing: .07em;
    text-transform: uppercase;
}
.os-product-fact strong { font-size: 14px; }
.os-single-product-page div.product p.price,
.os-single-product-page div.product span.price {
    margin: 0 0 14px;
    color: var(--os-orange) !important;
    font-size: 31px;
    font-weight: 800;
}
.os-single-product-page div.product p.price del {
    margin-right: 8px;
    color: #777;
    font-size: 16px;
    opacity: 1;
}
.os-single-product-page div.product p.price ins {
    text-decoration: none;
}
.os-product-cashback {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2px 16px;
    margin: 0 0 16px;
    padding: 14px 16px;
    border: 1px solid rgba(255,101,0,.52);
    border-radius: 12px;
    background: rgba(255,101,0,.07);
}
.os-product-cashback span {
    align-self: center;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}
.os-product-cashback strong {
    color: var(--os-orange);
    font-size: 19px;
}
.os-product-cashback small {
    grid-column: 1 / -1;
    color: var(--os-muted);
    font-size: 11px;
}
.os-product-bonus-restrictions {
    margin: 0 0 16px;
    padding: 11px 14px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 10px;
    background: rgba(255,255,255,.035);
    color: #b8b8b8;
    font-size: 11px;
    line-height: 1.45;
}
.os-single-product-page form.cart {
    display: flex;
    gap: 10px;
    margin: 0 0 16px !important;
}
.os-single-product-page form.cart .quantity {
    float: none !important;
    display: grid !important;
    grid-template-columns: 40px 54px 40px;
    width: 134px;
    height: 50px;
    margin: 0 !important;
    overflow: hidden;
    border: 1px solid var(--os-line);
    border-radius: 9px;
    background: #111;
}
.os-single-product-page form.cart .quantity .qty {
    width: 54px !important;
    height: 50px;
    padding: 0 4px;
    border: 0;
    border-right: 1px solid var(--os-line);
    border-left: 1px solid var(--os-line);
    border-radius: 0;
    background: transparent;
    color: #fff;
    text-align: center;
    appearance: textfield;
    -moz-appearance: textfield;
}
.os-single-product-page form.cart .quantity .qty::-webkit-outer-spin-button,
.os-single-product-page form.cart .quantity .qty::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}
.os-quantity-button {
    display: grid;
    place-items: center;
    width: 40px;
    height: 50px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    transition: background .2s ease, color .2s ease;
}
.os-quantity-button:hover,
.os-quantity-button:focus-visible {
    background: rgba(255,101,0,.12);
    color: var(--os-orange);
}
.os-quantity-button:focus-visible {
    outline: 2px solid var(--os-orange);
    outline-offset: -2px;
}
.os-single-product-page form.cart .single_add_to_cart_button {
    flex: 1;
    min-height: 50px;
    padding-inline: 22px !important;
    background: var(--os-orange) !important;
    color: #fff !important;
    border-radius: 9px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
}
.os-single-product-page form.cart .single_add_to_cart_button:hover {
    background: var(--os-orange-2) !important;
}
.os-single-product-page table.variations {
    margin-bottom: 14px;
    color: #fff;
}
.os-single-product-page table.variations select {
    min-height: 44px;
    padding: 8px 12px;
    border: 1px solid var(--os-line);
    border-radius: 8px;
    background: #111;
    color: #fff;
}
.os-product-trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    color: var(--os-muted);
    font-size: 10px;
}
.os-product-trust span {
    display: flex;
    align-items: center;
    gap: 5px;
}
.os-product-details-grid,
.os-single-product-page .related,
.os-single-product-page .upsells {
    grid-column: 1 / -1;
}
.os-product-details-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
    gap: 18px;
    align-items: start;
    margin-top: 18px;
}
.os-product-detail-card {
    align-self: start;
    padding: 24px;
    border: 1px solid var(--os-line);
    border-radius: 16px;
    background: linear-gradient(180deg, #141414, #0f0f0f);
}
.os-products-empty {
    grid-column: 1 / -1;
    margin: 0;
    padding: 18px 20px;
    border: 1px dashed var(--os-line);
    border-radius: 12px;
    color: var(--os-muted);
    font-size: 13px;
}
.os-product-detail-card--allergens {
    background: linear-gradient(180deg, #15130f, #0f0f0f);
}
.os-product-detail-card--full {
    grid-column: 1 / -1;
}
.os-product-detail-card h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 22px;
}
.os-product-detail-card p {
    margin: 0;
    color: var(--os-muted);
    font-size: 14px;
    line-height: 1.7;
}
.os-product-nutrition {
    background: linear-gradient(135deg, rgba(255,101,0,.07), #101010 42%, #0f0f0f);
}
.os-nutrition-table-wrap {
    overflow-x: auto;
    border: 1px solid var(--os-line);
    border-radius: 12px;
}
.os-nutrition-table {
    width: 100%;
    min-width: 560px;
    margin: 0 !important;
    border: 0 !important;
    border-collapse: collapse;
    color: #fff;
}
.os-nutrition-table th,
.os-nutrition-table td {
    padding: 13px 16px;
    border: 0;
    border-bottom: 1px solid var(--os-line);
    text-align: left;
}
.os-nutrition-table thead th {
    background: rgba(255,255,255,.035);
    color: var(--os-muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.os-nutrition-table tbody th {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}
.os-nutrition-table tbody td {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.os-nutrition-table tbody td:last-child {
    color: var(--os-orange);
}
.os-nutrition-table tbody tr:last-child th,
.os-nutrition-table tbody tr:last-child td {
    border-bottom: 0;
}
.os-product-detail-card .os-nutrition-note {
    margin-top: 12px;
    color: var(--os-muted);
    font-size: 11px;
    line-height: 1.55;
}
.os-single-product-page .related,
.os-single-product-page .upsells {
    margin-top: 26px;
}
.os-single-product-page .related > h2,
.os-single-product-page .upsells > h2 {
    margin-bottom: 22px;
    font-size: 28px;
}
.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    float: none !important;
    width: auto !important;
    min-height: 100%;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    padding: 12px 12px 16px;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
    display: flex;
    flex: 1;
    flex-direction: column;
}
.woocommerce ul.products li.product a img {
    aspect-ratio: 5 / 4;
    object-fit: cover;
    margin-bottom: 14px !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: 0 !important;
    margin-bottom: 6px;
}
.woocommerce ul.products li.product .os-loop-product-specs {
    margin-bottom: 10px;
}
.woocommerce ul.products li.product .price {
    margin-top: auto;
    margin-bottom: 12px !important;
    font-size: 18px !important;
}
.woocommerce ul.products li.product .button {
    width: 100%;
    margin-top: 0 !important;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 980px) {
    .os-single-product-page .product {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }
    .os-product-trust { grid-template-columns: 1fr; }
    .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
    .os-single-product-page { padding-top: 92px; }
    .os-top-banner + .os-site-content .os-single-product-page { padding-top: 34px; }
    .os-single-product-page .product { grid-template-columns: 1fr; }
    .os-single-product-page .product_title { font-size: 34px; }
    .woocommerce .os-single-product-page div.product div.summary,
    .woocommerce-page .os-single-product-page div.product div.summary,
    .os-single-product-page .product > div.summary { padding-inline: 0 !important; }
    .os-product-details-grid { grid-template-columns: 1fr; }
    .os-product-detail-card--full { grid-column: auto; }
    .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 480px) {
    .os-single-product-page { padding-bottom: 64px; }
    .os-product-facts { grid-template-columns: 1fr 1fr; }
    .os-product-cashback { grid-template-columns: 1fr; }
    .os-product-cashback small { grid-column: auto; }
    .os-single-product-page form.cart { align-items: stretch; }
    .os-single-product-page form.cart .quantity .qty { width: 54px !important; }
    .os-product-detail-card { padding: 18px; }
    .os-nutrition-table th,
    .os-nutrition-table td { padding: 11px 12px; }
    .woocommerce ul.products { grid-template-columns: 1fr; }
}

/* v3.3.5 — mobile-first hero: product visible within the first screen */
@media (max-width: 760px) {
    .os-top-banner { display: none; }
    .os-top-banner + .os-site-content .os-hero,
    .os-hero { padding-top: 68px; }

    .os-hero-slider { min-height: 0; }
    .os-hero-slider__viewport,
    .os-hero-slide { min-height: 620px; }

    .os-hero-slide .os-hero__grid {
        min-height: 620px;
        padding-top: 20px;
        padding-bottom: 46px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .os-hero-slide .os-hero__content { display: contents; }
    .os-hero-slide .os-kicker {
        order: 1;
        margin: 0 0 8px;
        font-size: 10px;
        line-height: 1.3;
        letter-spacing: .1em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .os-hero-slide h1 {
        order: 2;
        margin: 0 0 12px;
        max-width: none;
        font-size: clamp(29px, 8.6vw, 34px);
        line-height: .98;
        letter-spacing: -.035em;
        text-align: left;
    }

    .os-hero-slide .os-hero__visual {
        order: 3;
        width: 100%;
        height: clamp(215px, 61vw, 250px);
        margin: 0;
        overflow: hidden;
    }
    .os-hero-slide .os-hero__visual img,
    .os-hero-slide--photo .os-hero__visual img {
        width: 100%;
        height: 100%;
        max-height: none;
        object-fit: cover;
        object-position: center;
    }
    .os-hero-slide--object .os-hero__visual img { object-fit: contain; }
    .os-hero-slide--photo .os-hero__visual {
        width: 100%;
        height: clamp(215px, 61vw, 250px);
        margin-right: 0;
        -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 7%, #000 93%, transparent 100%);
        mask-image: linear-gradient(to bottom, transparent 0%, #000 7%, #000 93%, transparent 100%);
    }

    .os-hero-slide .os-hero__lead {
        order: 4;
        margin: 9px 0 0;
        max-width: none;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: 13px;
        line-height: 1.4;
        text-align: left;
    }

    .os-hero-slide .os-hero__benefits {
        order: 5;
        width: 100%;
        margin: 12px 0;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
        text-align: left;
    }
    .os-hero-slide .os-hero__benefits div {
        min-width: 0;
        padding-left: 8px;
        border-left-width: 2px;
    }
    .os-hero-slide .os-hero__benefits strong {
        font-size: 14px;
        line-height: 1.15;
        white-space: nowrap;
    }
    .os-hero-slide .os-hero__benefits span {
        margin-top: 3px;
        font-size: 9px;
        line-height: 1.25;
    }

    .os-hero-slide .os-hero__actions {
        order: 6;
        width: 100%;
        margin-top: 0;
        display: block;
    }
    .os-hero-slide .os-hero__actions .os-btn--primary {
        width: 100%;
        min-height: 52px;
    }
    .os-hero-slide .os-hero__actions .os-btn--ghost { display: none; }

    .os-hero-slider__arrow { display: none; }
    .os-hero-slider__dots { bottom: 18px; }
}

@media (prefers-reduced-motion: reduce) {
    .os-hero-slide,
    .os-hero-slide .os-hero__content > *,
    .os-hero-slide .os-hero__visual { transition: none !important; }
    .os-hero-slider__progress { display: none; }
}

/* v3.5 — compact rhythm, refined product cards, badges and reviews */
.os-section { padding: 36px 0; }
#menu-categories { padding-top: 54px; }
.os-section--compact { padding-top: 18px; }
#promotions { padding-top: 28px; }
#about { padding-top: 38px; }
#reviews { padding-top: 18px; }
#delivery { padding-top: 28px; padding-bottom: 52px; }
.os-section-heading { margin-bottom: 28px; }
.os-section-action { margin-top: 24px; }
.os-charity { padding-bottom: 42px; }

.os-products-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
}
.os-product-card {
    position: relative;
    flex: 1 1 280px;
    width: min(100%, 360px);
    max-width: 360px;
    display: flex;
    flex-direction: column;
}
.os-product-card__image { position: relative; }
.os-product-card__body {
    flex: 1;
    min-height: 188px;
    padding: 18px 20px 20px;
    text-align: left;
}
.os-product-card h3 { margin-bottom: 7px; font-size: 19px; line-height: 1.25; }
.os-product-card__specs { margin: 0 0 16px; font-size: 12px; }
.os-product-card__price {
    min-height: 36px;
    margin: auto 0 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px 9px;
    color: var(--os-orange);
    font-size: 25px;
    font-weight: 800;
    line-height: 1.1;
}
.os-product-card__price del { color: #777; font-size: 14px; font-weight: 600; opacity: 1; }
.os-product-card__price ins { color: var(--os-orange); text-decoration: none; }

.os-product-badge {
    position: absolute;
    z-index: 8;
    top: 14px;
    left: 14px;
    min-width: 0;
    min-height: 0;
    padding: 8px 12px;
    display: inline-flex;
    align-items: center;
    border-radius: 8px;
    background: var(--os-badge-bg, var(--os-orange));
    color: var(--os-badge-text, #fff);
    box-shadow: 0 8px 22px rgba(0,0,0,.32);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .055em;
    text-transform: uppercase;
}
.woocommerce span.onsale { display: none !important; }
.woocommerce ul.products {
    grid-template-columns: repeat(auto-fit, minmax(260px, 340px));
    justify-content: center;
    gap: 18px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    position: relative;
    padding: 12px 12px 16px;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link { text-align: left; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { margin: 0 4px 7px; font-size: 18px; line-height: 1.25; }
.woocommerce ul.products li.product .os-loop-product-specs { margin: 0 4px 16px; font-size: 12px; }
.woocommerce ul.products li.product .price {
    min-height: 34px;
    margin: auto 4px 14px !important;
    display: flex !important;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px 9px;
    color: var(--os-orange) !important;
    font-size: 25px !important;
    line-height: 1.1;
    text-decoration: none !important;
}
.woocommerce ul.products li.product .price del { color: #777 !important; font-size: 14px; font-weight: 600; opacity: 1; }
.woocommerce ul.products li.product .price ins { color: var(--os-orange) !important; text-decoration: none !important; }
.woocommerce ul.products li.product .button { margin-top: auto !important; }
.os-single-product-page .product { position: relative; }
.os-single-product-page .product > .os-product-badge { top: 18px; left: 18px; }

.os-promo-grid { align-items: stretch; }
.os-promo,
a.os-promo {
    height: auto;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.os-promo > * { position: relative; z-index: 2; }
.os-promo p { max-width: 100%; }
.os-promo__button { margin-top: auto; padding-top: 16px; }

.os-review-grid { align-items: stretch; }
.os-review-card { height: 100%; display: flex; flex-direction: column; }
.os-review-card p { line-height: 1.55; }
.os-review-actions { margin-top: 24px; display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.os-review-grid--all { margin-bottom: 52px; }
.os-information-page__content > .os-reviews-page { max-width: 100%; }
.os-review-form-section { padding: 36px; border: 1px solid var(--os-line); border-radius: var(--os-radius); background: #101010; }
.os-review-form-heading { margin-bottom: 24px; }
.os-review-form-heading h2 { margin: 7px 0 8px; }
.os-review-form-heading > p:last-child { color: var(--os-muted); }
.os-review-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.os-review-form label { display: grid; gap: 7px; color: #fff; font-size: 13px; font-weight: 700; }
.os-review-form input,
.os-review-form select,
.os-review-form textarea {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid var(--os-line);
    border-radius: 8px;
    outline: 0;
    background: #080808;
    color: #fff;
}
.os-review-form input:focus,
.os-review-form select:focus,
.os-review-form textarea:focus { border-color: var(--os-orange); box-shadow: 0 0 0 2px rgba(255,101,0,.13); }
.os-review-form__message { grid-column: 1 / -1; }
.os-review-form__consent { margin: 18px 0; display: flex !important; grid-template-columns: 18px 1fr; align-items: start; gap: 9px !important; color: var(--os-muted) !important; font-weight: 500 !important; }
.os-review-form__consent input { width: 18px; margin-top: 2px; }
.os-review-form__honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.os-review-notice { margin-bottom: 26px; padding: 14px 18px; border-radius: 9px; font-weight: 700; }
.os-review-notice--success { border: 1px solid rgba(147,188,36,.5); background: rgba(147,188,36,.1); color: #cdea77; }
.os-review-notice--error { border: 1px solid rgba(255,101,0,.5); background: rgba(255,101,0,.1); color: #ffad76; }

@media (max-width: 760px) {
    .os-section { padding: 30px 0; }
    #menu-categories { padding-top: 42px; }
    .os-section--compact { padding-top: 12px; }
    #promotions, #about, #delivery { padding-top: 24px; }
    #reviews { padding-top: 12px; }
    .os-charity { padding-bottom: 30px; }
    .os-products-grid { gap: 14px; }
    .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .os-review-form-section { padding: 24px; }
    .os-review-form__grid { grid-template-columns: 1fr; }
    .os-review-form__message { grid-column: auto; }
}

@media (max-width: 560px) {
    .os-section { padding: 26px 0; }
    #menu-categories { padding-top: 36px; }
    .os-section-heading { margin-bottom: 22px; }
    .os-products-grid { flex-wrap: nowrap; justify-content: flex-start; }
    .os-product-card { flex: 0 0 84%; min-width: 84%; max-width: 84%; }
    .os-promo, a.os-promo { min-height: 205px; }
    .woocommerce ul.products { grid-template-columns: 1fr; }
    .os-review-actions { display: grid; grid-template-columns: 1fr; }
    .os-review-actions .os-btn { width: 100%; }
    .os-review-form-section { padding: 20px; }
}

/* v3.7 — curated homepage products, manual product companions and tighter rhythm */
.os-section { padding: 28px 0; }
#menu-categories { padding-top: 40px; }
.os-section--compact { padding-top: 10px; }
#recommendations { padding-top: 8px; }
#promotions { padding-top: 18px; }
#about { padding-top: 24px; }
#reviews { padding-top: 10px; }
#delivery { padding-top: 18px; padding-bottom: 38px; }
.os-section-heading { margin-bottom: 22px; }
.os-section-action { margin-top: 16px; }
.os-charity { padding-bottom: 28px; }

.os-manual-product-section {
    grid-column: 1 / -1;
    min-width: 0;
    margin-top: 24px;
}
.os-manual-product-section > h2 {
    margin: 0 0 20px;
    font-size: clamp(24px, 2.5vw, 30px);
}
.os-manual-product-section--recommendations .os-products-grid {
    justify-content: flex-start;
}
.os-addon-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}
.os-addon-card {
    min-width: 0;
    padding: 12px;
    display: grid;
    grid-template-columns: 94px minmax(0, 1fr);
    gap: 12px;
    align-items: stretch;
    border: 1px solid var(--os-line);
    border-radius: 14px;
    background: linear-gradient(180deg, #171717, #101010);
    box-shadow: var(--os-shadow);
}
.os-addon-card__image {
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    align-self: center;
    border-radius: 10px;
    background: #0d0d0d;
}
.os-addon-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}
.os-addon-card:hover .os-addon-card__image img { transform: scale(1.04); }
.os-addon-card__content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.os-addon-card h3 {
    margin: 0 0 6px;
    font-size: 14px;
    line-height: 1.25;
}
.os-addon-card__price {
    margin: 0 0 10px;
    color: var(--os-orange);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.1;
}
.os-addon-card__price del { color: #777; font-size: 12px; }
.os-addon-card__price ins { text-decoration: none; }
.os-btn--addon {
    width: 100%;
    min-height: 36px;
    margin-top: auto;
    padding: 8px 10px;
    border: 1px solid var(--os-orange);
    font-size: 11px;
}
.os-btn--addon:hover { background: var(--os-orange); }

@media (max-width: 1100px) {
    .os-addon-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
    .os-section { padding: 20px 0; }
    #menu-categories { padding-top: 28px; }
    .os-section--compact, #recommendations, #reviews { padding-top: 6px; }
    #promotions, #about, #delivery { padding-top: 14px; }
    #delivery { padding-bottom: 30px; }
    .os-section-heading { margin-bottom: 18px; }
    .os-section-action { margin-top: 14px; }
    .os-charity { padding-bottom: 20px; }
    .os-manual-product-section { margin-top: 18px; }
    .os-manual-product-section > h2 { margin-bottom: 16px; }
}

@media (max-width: 560px) {
    .os-section { padding: 18px 0; }
    #menu-categories { padding-top: 24px; }
    .os-section-heading { margin-bottom: 16px; }
    .os-charity { padding-bottom: 16px; }
    .os-addon-grid { grid-template-columns: 1fr; gap: 10px; }
    .os-addon-card { grid-template-columns: 82px minmax(0, 1fr); padding: 10px; }
    .os-manual-product-section--recommendations .os-products-grid {
        justify-content: flex-start;
        flex-wrap: nowrap;
    }
}

/* Keep the compact mobile hero rules last so earlier compatibility styles cannot override them. */
@media (max-width: 760px) {
    .os-hero-slider__viewport,
    .os-hero-slide { min-height: 565px; }
    .os-hero-slide .os-hero__grid {
        min-height: 565px;
        padding-top: 14px;
        padding-bottom: 38px;
    }
    .os-hero-slide .os-kicker { margin-bottom: 6px; }
    .os-hero-slide h1 {
        margin-bottom: 8px;
        font-size: clamp(28px, 8.1vw, 32px);
    }
    .os-hero-slide .os-hero__visual,
    .os-hero-slide--photo .os-hero__visual { height: clamp(188px, 54vw, 215px); }
    .os-hero-slide .os-hero__lead { margin-top: 7px; font-size: 12.5px; line-height: 1.35; }
    .os-hero-slide .os-hero__benefits { margin: 8px 0; }
    .os-hero-slide .os-hero__benefits strong { font-size: 13px; }
    .os-hero-slide .os-hero__benefits span { font-size: 8.5px; }
    .os-hero-slide .os-hero__actions .os-btn--primary { min-height: 48px; }
    .os-hero-slider__dots { bottom: 13px; }
}
/* v3.12 — scheduled multi-popup system. */
.os-popup{
    position:fixed;
    inset:0;
    z-index:99999;
    display:flex;
    padding:20px;
    opacity:0;
    pointer-events:none;
    transition:opacity .22s ease;
}
.os-popup.is-open{opacity:1}
.os-popup__backdrop{
    position:absolute;
    inset:0;
    background:rgba(3,4,7,.82);
    backdrop-filter:blur(5px);
    pointer-events:auto;
}
.os-popup--no-backdrop .os-popup__backdrop{display:none}
.os-popup__dialog{
    position:relative;
    z-index:1;
    width:min(var(--os-popup-width,520px),calc(100vw - 40px));
    max-height:calc(100dvh - 40px);
    overflow:auto;
    border:1px solid var(--os-popup-border,#ff6500);
    border-radius:20px;
    background:var(--os-popup-bg,#101114);
    color:var(--os-popup-text,#d5d5d8);
    box-shadow:0 28px 80px rgba(0,0,0,.52);
    pointer-events:auto;
    transform:translateY(14px) scale(.98);
    transition:transform .22s ease;
}
.os-popup.is-open .os-popup__dialog{transform:none}
.os-popup--position-center{align-items:center;justify-content:center}
.os-popup--position-top_left{align-items:flex-start;justify-content:flex-start}
.os-popup--position-top_right{align-items:flex-start;justify-content:flex-end}
.os-popup--position-bottom_left{align-items:flex-end;justify-content:flex-start}
.os-popup--position-bottom_right{align-items:flex-end;justify-content:flex-end}
.os-popup--position-top_bar{align-items:flex-start;justify-content:center;padding:12px}
.os-popup--position-bottom_bar{align-items:flex-end;justify-content:center;padding:12px}
.os-popup--position-top_bar .os-popup__dialog,
.os-popup--position-bottom_bar .os-popup__dialog{width:calc(100vw - 24px);max-width:none;border-radius:14px}
.os-popup--position-top_bar .os-popup__image,
.os-popup--position-bottom_bar .os-popup__image{max-height:260px}
.os-popup__close{
    position:absolute;
    top:10px;
    right:10px;
    z-index:2;
    width:40px;
    height:40px;
    border:1px solid rgba(255,255,255,.24);
    border-radius:50%;
    background:rgba(0,0,0,.62);
    color:#fff;
    font-size:26px;
    line-height:1;
    cursor:pointer;
}
.os-popup__image{display:block;width:100%;max-height:430px;object-fit:cover}
.os-popup__content{padding:26px 28px 30px;text-align:center}
.os-popup__content h2{margin:0 0 10px;color:var(--os-popup-title,#fff);font-size:clamp(23px,4vw,36px)}
.os-popup__content p{margin:0 auto 20px;max-width:640px;color:var(--os-popup-text,#d5d5d8);line-height:1.6}
.os-popup__actions{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px}
.os-popup__actions .os-btn--primary{border-color:var(--os-popup-button,#ff6500);background:var(--os-popup-button,#ff6500);color:#fff}
.os-popup__actions button{font:inherit;cursor:pointer}
.os-popup-open{overflow:hidden}
@media(max-width:680px){
    .os-popup{padding:12px}
    .os-popup__dialog{width:min(var(--os-popup-width,520px),calc(100vw - 24px));max-height:calc(100dvh - 24px);border-radius:17px}
    .os-popup__image{max-height:48dvh}
    .os-popup__content{padding:22px 18px 24px}
    .os-popup--mobile-center{align-items:center;justify-content:center}
    .os-popup--mobile-bottom_sheet{align-items:flex-end;justify-content:center;padding:0}
    .os-popup--mobile-bottom_sheet .os-popup__dialog{width:100%;max-height:88dvh;border-radius:20px 20px 0 0;border-bottom:0}
    .os-popup--mobile-full{align-items:center;justify-content:center;padding:8px}
    .os-popup--mobile-full .os-popup__dialog{width:calc(100vw - 16px);height:calc(100dvh - 16px);max-height:none;border-radius:16px}
}
@media(prefers-reduced-motion:reduce){.os-popup,.os-popup__dialog{transition:none}}

/* Loyalty programme */
.os-bonus-box{margin:18px 0;padding:18px;border:1px solid rgba(196,59,98,.35);border-radius:14px;background:rgba(196,59,98,.06)}.os-bonus-box>strong{display:block;margin-bottom:6px;font-size:16px}.os-bonus-box p{margin:0 0 12px}.os-bonus-box small{display:block;margin-top:10px;line-height:1.5;opacity:.78}.os-bonus-box__controls{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.os-bonus-box__controls input{width:130px;min-height:42px}.os-bonus-box__message{margin-top:8px;font-size:13px;font-weight:700;color:#c43b62}.os-loyalty-account{margin:0 0 28px;padding:24px;border:1px solid rgba(196,59,98,.32);border-radius:18px;background:linear-gradient(135deg,rgba(196,59,98,.11),rgba(216,155,50,.07))}.os-loyalty-account__head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.os-loyalty-account__head small,.os-loyalty-account__balance span{display:block;opacity:.7}.os-loyalty-account__head h2{margin:4px 0}.os-loyalty-account__head p{margin:0;font-weight:700;color:#c43b62}.os-loyalty-account__balance{text-align:right}.os-loyalty-account__balance strong{display:block;font-size:34px;line-height:1.1}.os-loyalty-account__progress{height:9px;margin:22px 0 12px;border-radius:99px;background:rgba(0,0,0,.12);overflow:hidden}.os-loyalty-account__progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#c43b62,#d89b32)}.os-loyalty-rules{margin:0 0 24px;padding:18px;border-radius:14px;background:rgba(0,0,0,.04)}@media(max-width:600px){.os-loyalty-account__head{display:block}.os-loyalty-account__balance{margin-top:18px;text-align:left}.os-bonus-box__controls input{width:100%}}

/* v3.11 — account, delivery, campaigns, reviews, charity and editable footer */
.os-account-link{min-height:42px;padding:0 10px;display:inline-flex;align-items:center;gap:6px;border:1px solid var(--os-line);border-radius:9px;background:transparent;color:#fff;cursor:pointer;font-size:12px;font-weight:800}.os-account-link:hover,.os-account-link:focus-visible{border-color:var(--os-orange);color:var(--os-orange);outline:0}
.os-auth-open,.os-review-open{overflow:hidden}.os-auth-modal,.os-review-modal{position:fixed;inset:0;z-index:100000;display:grid;place-items:center;padding:18px}.os-auth-modal[hidden],.os-review-modal[hidden]{display:none}.os-auth-modal__backdrop,.os-review-modal__backdrop{position:absolute;inset:0;border:0;background:rgba(0,0,0,.82);backdrop-filter:blur(7px)}.os-auth-modal__dialog,.os-review-modal__dialog{position:relative;z-index:1;width:min(520px,100%);max-height:calc(100dvh - 36px);overflow:auto;padding:32px;border:1px solid rgba(255,255,255,.14);border-radius:20px;background:#111;color:#fff;box-shadow:0 28px 90px rgba(0,0,0,.6)}.os-auth-modal__close,.os-review-modal__close{position:absolute;top:10px;right:10px;width:44px;height:44px;border:1px solid var(--os-line);border-radius:50%;background:#080808;color:#fff;cursor:pointer;font-size:26px}.os-auth-modal h2{margin:8px 0}.os-auth-modal form,.os-auth-modal label{display:grid;gap:8px}.os-auth-modal input[type=tel]{width:100%;min-height:52px;padding:0 14px;border:1px solid var(--os-line);border-radius:9px;background:#080808;color:#fff}.os-auth-hp{position:absolute;left:-9999px}.os-auth-message{min-height:24px;margin-top:14px;color:#bce06a;font-weight:700}.os-auth-message.is-error{color:#ff9b7a}.os-auth-back,.os-auth-resend button{border:0;background:none;color:var(--os-orange);cursor:pointer}.os-otp{margin:22px 0;display:flex;justify-content:center;gap:8px}.os-otp input{width:50px;height:58px;border:1px solid var(--os-line);border-radius:10px;background:#080808;color:#fff;text-align:center;font-size:25px;font-weight:800}.os-otp input:focus{outline:2px solid var(--os-orange);outline-offset:1px}.os-auth-resend{text-align:center;color:var(--os-muted)}
.os-zone-selector,.os-checkout-addresses,.os-activate-account{margin:18px 0;padding:18px;border:1px solid rgba(255,101,0,.32);border-radius:14px;background:rgba(255,101,0,.055)}.os-zone-selector>label,.os-checkout-addresses>label{display:grid;gap:7px}.os-zone-selector select,.os-checkout-addresses select{width:100%;min-height:48px;padding:0 12px;border:1px solid var(--os-line);border-radius:8px;background:#101010;color:#fff}.os-zone-selector__details{margin-top:10px;display:grid;gap:4px}.os-zone-selector__details span{color:var(--os-muted);font-size:13px}.os-interactive-map{width:100%;height:var(--os-map-desktop,460px);overflow:hidden;border:1px solid var(--os-line);border-radius:14px;background:#101010}.os-interactive-map iframe{width:100%;height:100%;border:0}.os-delivery-page__intro{max-width:800px;margin:0 auto 30px;text-align:center}.os-delivery-zone-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.os-delivery-zone-card,.os-delivery-info-grid>section{padding:22px;border:1px solid var(--os-line);border-radius:14px;background:#111}.os-delivery-zone-card h2{margin-top:0}.os-delivery-zone-card dl{display:grid;gap:9px}.os-delivery-zone-card dl>div{display:flex;justify-content:space-between;gap:16px}.os-delivery-zone-card dt{color:var(--os-muted)}.os-delivery-zone-card dd{margin:0;text-align:right;font-weight:800}.os-delivery-zone-card__note{padding:12px;border-left:2px solid var(--os-orange);background:rgba(255,101,0,.06)}.os-delivery-info-grid{margin:22px 0;display:grid;grid-template-columns:1fr 1fr;gap:16px}
.os-address-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:20px 0 30px}.os-address-card{padding:18px;border:1px solid var(--os-line);border-radius:12px;background:#111}.os-address-card.is-primary{border-color:var(--os-orange)}.os-address-card h3{display:flex;justify-content:space-between}.os-address-card small{color:var(--os-orange)}.os-address-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.os-address-form label{display:grid;gap:5px}.os-address-form .wide{grid-column:1/-1}.os-address-form input,.os-address-form select,.os-address-form textarea{width:100%;min-height:44px}.os-address-form .check{display:flex;align-items:center}.os-address-form .check input{width:auto;min-height:0}.os-activate-account{margin-top:28px}.os-activate-account h2{margin-top:0}
.os-campaign-grid__item{min-width:0}.os-campaign-grid .os-campaign-grid__item.is-extra{display:none}.os-campaign-grid.is-expanded .os-campaign-grid__item.is-extra{display:block}.os-campaign-toggle{margin:20px auto 0;display:flex}.os-campaign-card{position:relative;color:var(--os-campaign-subtitle,#fff)!important;border-color:color-mix(in srgb,var(--os-campaign-border,#ff6500) 40%,transparent)!important}.os-campaign-card.is-featured{box-shadow:0 0 0 1px var(--os-campaign-border),0 18px 50px color-mix(in srgb,var(--os-campaign-border) 18%,transparent)}.os-campaign-card h3{color:var(--os-campaign-title,#ff6500)}.os-campaign-card .os-promo__eyebrow{color:var(--os-campaign-subtitle,#fff)}.os-campaign-card .os-promo__button{color:var(--os-campaign-button,#ff6500)}.os-campaign-badge{position:absolute;z-index:3;top:12px;left:12px;padding:7px 10px;border-radius:7px;background:var(--os-campaign-badge,#ff6500);color:var(--os-campaign-badge-text,#fff);font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.os-campaign-card .os-campaign-badge~.os-promo__eyebrow{margin-top:30px}.os-campaign-page,.os-campaign-archive,.os-charity-page,.os-charity-archive{padding:118px 0 70px}.os-campaign-page__hero,.os-charity-page__hero{display:grid;grid-template-columns:1.1fr 1fr;gap:30px;align-items:center}.os-campaign-page__banner img,.os-charity-page__hero>img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:18px}.os-campaign-page__content,.os-charity-page__about{max-width:900px;margin:40px auto}.os-campaign-conditions dl,.os-charity-page__stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.os-campaign-conditions dl>div,.os-charity-page__stats>div{padding:16px;border:1px solid var(--os-line);border-radius:12px;background:#111}.os-campaign-conditions dt{color:var(--os-muted)}.os-campaign-conditions dd{margin:5px 0 0;font-weight:800}.os-campaign-filters{margin:0 0 24px;display:flex;justify-content:center;flex-wrap:wrap;gap:10px}.os-campaign-filters a{padding:8px 14px;border:1px solid var(--os-line);border-radius:99px}.os-campaign-filters a:hover{border-color:var(--os-orange);color:var(--os-orange)}
.os-review-card--button{width:100%;padding:24px;border:1px solid var(--os-line);border-radius:var(--os-radius);background:#151515;color:#fff;text-align:left;cursor:pointer}.os-review-card--button:hover,.os-review-card--button:focus-visible{border-color:var(--os-orange);outline:0}.os-review-card__head{display:flex;justify-content:space-between;gap:12px}.os-review-card__head small{color:#bce06a}.os-review-card__stars{color:#dba617;letter-spacing:2px}.os-review-card__text{display:block;margin-top:12px;color:var(--os-muted)}.os-review-card__photos{margin-top:auto;padding-top:12px;color:var(--os-orange)}.os-review-filters{margin-bottom:22px;display:flex;flex-wrap:wrap;align-items:center;gap:10px}.os-review-filters input,.os-review-filters select{min-height:42px;padding:0 10px}.os-customer-gallery>div,.os-product-review-gallery,.os-review-modal__gallery{display:flex;gap:10px;overflow-x:auto}.os-customer-gallery img,.os-product-review-gallery img,.os-review-modal__gallery img{width:112px;height:112px;object-fit:cover;border-radius:10px}.os-customer-gallery{margin:34px 0}.os-review-modal__dialog{width:min(680px,100%)}.os-review-modal__dialog header{display:grid;gap:5px}.os-review-modal__dialog header span{color:#dba617}.os-review-modal__gallery{margin-top:18px}.os-review-modal__reply{margin-top:20px;padding:16px;border-left:2px solid var(--os-orange);background:rgba(255,101,0,.06)}.os-product-rating-summary{margin:4px 0 12px;display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:var(--os-muted);font-size:13px}.os-product-rating-summary .star-rating{margin:0;color:#dba617}.os-product-reviews{grid-column:1/-1;margin-top:30px;padding-top:28px;border-top:1px solid var(--os-line)}.os-rating-distribution{max-width:520px;margin:18px 0}.os-rating-distribution>div{display:grid;grid-template-columns:92px 1fr 30px;gap:10px;align-items:center}.os-rating-distribution meter{width:100%}.os-product-comments{margin-top:28px}.os-account-reviews{display:grid;gap:12px}.os-account-reviews article{padding:16px;border:1px solid var(--os-line);border-radius:12px}
.os-charity-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.os-charity-card,.os-charity-category{overflow:hidden;border:1px solid color-mix(in srgb,var(--os-charity-accent) 45%,transparent);border-radius:16px;background:linear-gradient(150deg,#17130d,#0d0d0d);box-shadow:0 18px 50px rgba(0,0,0,.32)}.os-charity-card.is-featured{box-shadow:0 0 0 1px var(--os-charity-accent),0 20px 60px color-mix(in srgb,var(--os-charity-accent) 18%,transparent)}.os-charity-card>div{padding:20px}.os-charity-card img{width:100%;aspect-ratio:16/10;object-fit:cover}.os-charity-card small,.os-charity-card .os-text-link{color:var(--os-charity-accent)}.os-charity-card h3{margin:7px 0}.os-charity-progress{margin:16px 0;display:grid;gap:7px}.os-charity-progress>div:first-child{display:flex;justify-content:space-between;gap:12px}.os-charity-progress__bar{height:10px;overflow:hidden;border-radius:99px;background:rgba(255,255,255,.09)}.os-charity-progress__bar span{display:block;height:100%;max-width:100%;border-radius:inherit;background:var(--os-charity-accent);transition:width .5s ease}.os-charity-progress small{color:var(--os-muted)}.os-charity-category{margin-top:24px;padding:24px;display:grid;grid-template-columns:1fr 1.5fr;gap:24px}.os-charity-category>div:first-child img{width:100%;height:100%;object-fit:cover;border-radius:12px}.os-charity-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.os-charity-stats span{padding:10px;border:1px solid var(--os-line);border-radius:9px}.os-charity-stats strong,.os-charity-page__stats strong{display:block;color:var(--os-charity-accent);font-size:20px}.os-charity-product-badge{position:relative;z-index:7;margin:7px 0;padding:6px 9px;display:inline-flex;border:1px solid color-mix(in srgb,var(--os-charity-accent) 50%,transparent);border-radius:7px;background:rgba(0,0,0,.68);color:var(--os-charity-accent);font-size:10px;font-weight:800}.os-transfer-list,.os-charity-updates{display:grid;gap:14px}.os-transfer-list article{padding:16px;display:grid;grid-template-columns:180px 1fr;gap:18px;border:1px solid var(--os-line);border-radius:14px}.os-transfer-list img{width:100%;height:100%;object-fit:cover;border-radius:10px}.os-charity-updates article{padding:18px;border-left:2px solid var(--os-charity-accent);background:#111}
.os-home-charity .os-charity-grid--count-1{grid-template-columns:minmax(0,1fr)}.os-home-charity .os-charity-grid--count-2{grid-template-columns:repeat(2,minmax(0,1fr))}.os-home-charity .os-charity-grid--count-3{grid-template-columns:repeat(3,minmax(0,1fr))}.os-home-charity .os-charity-grid--count-1 .os-charity-card{position:relative;min-height:250px;background:radial-gradient(circle at 82% 50%,color-mix(in srgb,var(--os-charity-accent) 18%,transparent),transparent 34%),linear-gradient(120deg,#17130d,#0d0d0d 68%)}.os-home-charity .os-charity-grid--count-1 .os-charity-card>div{position:relative;z-index:1;max-width:760px;padding:34px 38px}.os-home-charity .os-charity-grid--count-1 .os-charity-card.has-image{display:grid;grid-template-columns:minmax(280px,.85fr) minmax(0,1.35fr)}.os-home-charity .os-charity-grid--count-1 .os-charity-card.has-image .os-charity-card__media,.os-home-charity .os-charity-grid--count-1 .os-charity-card.has-image img{height:100%;min-height:250px}.os-home-charity .os-charity-grid--count-1 .os-charity-card.has-image img{aspect-ratio:auto}
.os-footer--editable{padding:var(--os-footer-pad) 0 20px;background:var(--os-footer-bg);color:var(--os-footer-text)}.os-footer__grid--editable{max-width:var(--os-footer-max);grid-template-columns:repeat(6,minmax(0,1fr));gap:28px}.os-footer-column{order:var(--os-footer-order);min-width:0}.os-footer-column--2{grid-column:span 2}.os-footer--editable h3{color:var(--os-footer-title)}.os-footer--editable a:hover,.os-footer--editable a:focus-visible{color:var(--os-footer-accent);outline:0}.os-footer-block--brand p{margin-top:14px}.os-footer-socials{display:flex;flex-wrap:wrap;gap:8px}.os-footer-socials a{width:48px;min-height:48px;display:grid;place-items:center;border:1px solid var(--os-line);border-radius:10px}.os-footer-socials a span{font-size:18px}.os-footer-socials a small{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.os-footer-payments{margin:0;padding:0;display:grid;gap:9px;list-style:none}.os-footer-payments li,.os-footer-payments a{display:flex;align-items:center;gap:9px}.os-footer-payments small{display:block;color:#d5a94f}.os-footer__bottom--editable{max-width:var(--os-footer-max);display:grid;grid-template-columns:1fr auto;gap:8px 20px}.os-footer__bottom--editable nav{display:flex;flex-wrap:wrap;gap:10px 18px}.os-footer__bottom--editable small{grid-column:1/-1;max-width:900px;color:color-mix(in srgb,var(--os-footer-text) 75%,transparent)}
.os-company-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.os-company-grid article,.os-vacancy-list article{padding:18px;border:1px solid var(--os-line);border-radius:14px;background:#111}.os-company-grid img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:10px}.os-vacancy-list{display:grid;gap:16px}.os-vacancy-list dl{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.os-vacancy-list dl>div{padding:10px;background:#080808}.os-vacancy-list dd{margin:4px 0 0;font-weight:800}
.os-carousel-shell{position:relative}.os-carousel-arrow,.os-carousel-dots{display:none}

@media(max-width:980px){.os-delivery-zone-grid,.os-charity-grid,.os-company-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.os-footer__grid--editable{grid-template-columns:repeat(3,minmax(0,1fr))}.os-campaign-conditions dl,.os-charity-page__stats{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:767px){
    .os-container{width:min(calc(100% - 40px),var(--os-container))}
    .os-header{height:68px}.os-header.is-scrolled{height:60px}.os-account-link{padding:0 8px}.os-account-link span{display:none}
    .os-top-banner{display:block!important;margin-top:68px}.os-top-banner__inner{min-height:72px;padding:12px 0;display:grid;grid-template-columns:1fr auto;gap:3px 12px}.os-top-banner__content{display:contents}.os-top-banner strong{grid-column:1;font-size:16px}.os-top-banner a{grid-column:2;grid-row:1}.os-top-banner span{grid-column:1/-1;font-size:12px}.os-top-banner+.os-site-content .os-hero,.os-hero{padding-top:0!important}
    .os-trust-strip__grid{width:100%;max-width:none;margin:0;padding:0 20px;display:grid!important;grid-template-columns:none!important;grid-auto-flow:column;grid-auto-columns:clamp(230px,76vw,280px);gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-left:20px;overscroll-behavior-inline:contain;scrollbar-width:none}.os-trust-strip__grid::-webkit-scrollbar{display:none}.os-trust-strip__item,.os-trust-strip__item:nth-child(2n),.os-trust-strip__item:last-child:nth-child(odd){width:auto!important;min-height:82px;border:1px solid var(--os-trust-border,var(--os-line))!important;border-radius:11px;scroll-snap-align:start}.os-trust-strip__item strong{word-break:normal;overflow-wrap:normal;hyphens:none}
    .os-carousel-shell{margin-inline:0}.os-carousel-shell .os-products-grid{width:100%;padding:0 0 12px;display:flex;flex-wrap:nowrap;justify-content:flex-start;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding:0;overscroll-behavior-inline:contain;scrollbar-width:none}.os-carousel-shell .os-products-grid::-webkit-scrollbar{display:none}.os-carousel-shell .os-product-card{flex:0 0 min(calc(100vw - 80px),340px);width:min(calc(100vw - 80px),340px);min-width:min(calc(100vw - 80px),340px);max-width:none;scroll-snap-align:start;scroll-snap-stop:always}.os-carousel-shell .os-product-card__image{aspect-ratio:1/1}.os-carousel-shell .os-product-card__image img{object-fit:cover;object-position:var(--os-mobile-image-position,center)}.os-carousel-shell .os-product-card__body{min-height:190px}.os-carousel-arrow{position:absolute;z-index:12;top:clamp(120px,40vw,165px);width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.34);border-radius:50%;background:rgba(5,5,5,.8);color:#fff;cursor:pointer;font-size:24px;backdrop-filter:blur(6px)}.os-carousel-arrow--prev{left:6px}.os-carousel-arrow--next{right:6px}.os-carousel-arrow[hidden]{display:none}.os-carousel-dots{min-height:20px;margin:8px 0 2px;display:flex;justify-content:center;gap:6px}.os-carousel-dots button{width:7px;height:7px;padding:0;border:0;border-radius:99px;background:#555}.os-carousel-dots button[aria-current=true]{width:24px;background:var(--os-orange)}
    .os-delivery-zone-grid,.os-delivery-info-grid,.os-address-list,.os-charity-grid,.os-company-grid,.os-campaign-page__hero,.os-charity-page__hero,.os-charity-category{grid-template-columns:1fr}.os-interactive-map{height:var(--os-map-mobile,360px)}.os-campaign-page,.os-campaign-archive,.os-charity-page,.os-charity-archive{padding:94px 0 54px}.os-campaign-conditions dl,.os-charity-page__stats,.os-charity-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.os-home-charity .os-charity-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.os-home-charity .os-charity-card{flex:0 0 84%;scroll-snap-align:start}.os-home-charity .os-charity-grid--count-1 .os-charity-card{flex-basis:100%;min-height:0}.os-home-charity .os-charity-grid--count-1 .os-charity-card.has-image{display:block}.os-home-charity .os-charity-grid--count-1 .os-charity-card>div{padding:24px 20px}.os-home-charity .os-charity-grid--count-1 .os-charity-card.has-image .os-charity-card__media,.os-home-charity .os-charity-grid--count-1 .os-charity-card.has-image img{height:auto;min-height:0}.os-home-charity .os-charity-grid--count-1 .os-charity-card.has-image img{aspect-ratio:16/10}.os-transfer-list article{grid-template-columns:1fr}.os-transfer-list img{max-height:240px}.os-vacancy-list dl{grid-template-columns:repeat(2,minmax(0,1fr))}
    .os-footer--editable{padding-top:var(--os-footer-mobile-pad)}.os-footer__grid--editable{grid-template-columns:1fr;gap:30px}.os-footer-column,.os-footer-column--2{grid-column:auto;order:var(--os-footer-mobile-order)}.os-footer-block h3{margin-bottom:12px}.os-footer__links li{margin:8px 0}.os-footer__bottom--editable{margin-top:32px;padding-top:18px;display:grid;grid-template-columns:1fr;gap:10px}.os-footer__bottom--editable nav{gap:8px 15px}.os-footer__bottom--editable small{grid-column:auto}.os-address-form__grid{grid-template-columns:1fr}.os-address-form .wide{grid-column:auto}
}
@media(max-width:767px) and (orientation:portrait){
    .os-hero-slider,.os-hero-slider__viewport,.os-hero-slide,.os-hero-slide .os-hero__grid{min-height:0!important;height:auto!important}.os-hero-slide{position:absolute}.os-hero-slide.is-active{position:relative}.os-hero-slide .os-hero__grid{padding-top:18px;padding-bottom:48px;display:flex;gap:0}.os-hero-slide .os-hero__visual,.os-hero-slide--photo .os-hero__visual{height:auto!important;aspect-ratio:16/10;margin:0!important}.os-hero-slide .os-hero__visual img,.os-hero-slide--photo .os-hero__visual img{height:100%;max-height:none;object-fit:contain}.os-hero-slide--photo .os-hero__visual img{object-fit:cover}.os-hero-slide .os-hero__lead{-webkit-line-clamp:unset;overflow:visible}.os-hero-slide .os-hero__benefits{grid-template-columns:repeat(3,minmax(0,1fr))}.os-hero-slide .os-hero__benefits strong,.os-hero-slide .os-hero__benefits span{white-space:normal;word-break:normal;overflow-wrap:normal;hyphens:none}.os-hero-slider__dots{bottom:14px}.os-hero-slider__progress{bottom:0}
}
@media(max-width:430px){.os-otp{gap:5px}.os-otp input{width:44px;height:54px}.os-auth-modal__dialog{padding:28px 18px}.os-carousel-shell .os-product-card{flex-basis:calc(100vw - 76px);width:calc(100vw - 76px);min-width:calc(100vw - 76px)}.os-campaign-conditions dl,.os-charity-page__stats,.os-charity-stats{grid-template-columns:1fr}.os-product-card h3,.os-trust-strip__item strong{word-break:normal;overflow-wrap:normal;hyphens:none}}
@media(prefers-reduced-motion:reduce){.os-charity-progress__bar span,.os-carousel-shell .os-products-grid{scroll-behavior:auto!important}}

.os-comment-photos{margin-top:12px;display:flex;gap:8px;overflow-x:auto}.os-comment-photos img{width:92px;height:92px;object-fit:cover;border-radius:9px}.os-review-verified{color:#bce06a;font-size:12px;font-weight:800}.os-review-invitations{margin:0 0 28px}.os-review-invitations article{margin:10px 0;padding:12px;display:grid;grid-template-columns:72px 1fr;gap:12px;align-items:center;border:1px solid var(--os-line);border-radius:12px}.os-review-invitations img{width:72px;height:72px;object-fit:cover;border-radius:9px}.os-review-invitations article>div{display:grid;gap:6px}.os-review-invitations .button{justify-self:start}
.os-charity-transfer-gallery,.os-charity-documents{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}.os-charity-transfer-gallery img{width:88px;height:88px;object-fit:cover;border-radius:8px}.os-charity-documents a{padding:6px 10px;border:1px solid var(--os-line);border-radius:7px;color:var(--os-charity-accent)}

/* Recognizable social-network marks in the editable footer. */
.os-footer-socials a:hover{border-color:var(--os-footer-accent);background:color-mix(in srgb,var(--os-footer-accent) 10%,transparent)}
.os-footer-social-icon{width:25px;height:25px;display:grid!important;place-items:center;font-size:0!important}
.os-footer-social-icon svg{width:25px;height:25px;overflow:visible;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.os-footer-social-icon svg path:not(.os-social-icon__cutout){fill:currentColor;stroke:none}
.os-footer-social-icon svg .os-social-icon__dot{fill:currentColor;stroke:none}
.os-footer-social-icon svg .os-social-icon__cutout{fill:var(--os-footer-bg,#070707);stroke:none}

/* v3.11.7 — compact charity, standards and editable footer rhythm. */
.os-home-charity .os-section-heading{margin-bottom:16px}
.os-home-charity .os-section-action{margin-top:14px}
.os-home-charity .os-charity-card>div{padding:16px 20px}
.os-home-charity .os-charity-card h3{margin:5px 0;font-size:19px;line-height:1.2}
.os-home-charity .os-charity-card p{margin:0;line-height:1.4}
.os-home-charity .os-charity-grid--count-1 .os-charity-card{min-height:170px}
.os-home-charity .os-charity-grid--count-1 .os-charity-card>div{max-width:820px;padding:22px 28px}
.os-home-charity .os-charity-grid--count-1 .os-charity-card.has-image .os-charity-card__media,
.os-home-charity .os-charity-grid--count-1 .os-charity-card.has-image img{min-height:190px}

#about .os-section-heading{margin-bottom:16px}
#about .os-features-grid{gap:8px}
#about .os-feature{padding:16px 10px}
#about .os-feature>span{font-size:30px;line-height:1}
#about .os-feature h3{margin:8px 0 5px;line-height:1.2}
#about .os-feature p{line-height:1.4}
#about .os-section-action{margin-top:14px}

.os-footer--editable p{margin:8px 0 0;line-height:1.45}
.os-footer--editable .os-brand--footer{margin-bottom:10px}
.os-footer--editable .os-footer__links li{margin:5px 0;line-height:1.4}
.os-footer--editable .os-footer-payments{gap:7px}

@media(max-width:767px){
    .os-home-charity .os-charity-grid--count-1 .os-charity-card>div{padding:18px}
    .os-home-charity .os-charity-grid--count-1 .os-charity-card.has-image .os-charity-card__media,
    .os-home-charity .os-charity-grid--count-1 .os-charity-card.has-image img{min-height:0}
    #about .os-section-heading h2{font-size:clamp(30px,9vw,40px);line-height:1.04}
    #about .os-features-grid{gap:0 10px}
    #about .os-feature{padding:16px 6px 14px}
    #about .os-feature>span{font-size:28px}
    #about .os-feature h3{margin:8px 0 4px;font-size:13px}
    #about .os-feature p{font-size:11px;line-height:1.35}
    .os-footer--editable{padding-top:min(var(--os-footer-mobile-pad),24px);padding-bottom:14px}
    .os-footer__grid--editable{gap:18px}
    .os-footer-block h3{margin-bottom:8px}
    .os-footer--editable .os-footer__links li{margin:4px 0}
    .os-footer-socials a{width:44px;min-height:44px}
    .os-footer__bottom--editable{margin-top:20px;padding-top:14px;gap:7px}
    .os-footer__bottom--editable nav{gap:6px 14px}
}

@media(max-width:430px){
    .os-home-charity .os-section-heading{margin-bottom:12px}
    #about .os-section-heading{margin-bottom:12px}
    #about .os-feature{padding-block:14px 12px}
}

/* v3.11.8 — automatic cart, full-width totals and compact checkout. */
.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .cart-collaterals,
.woocommerce-cart .cart-collaterals .cart_totals{
    width:100%!important;
    max-width:none;
}
.woocommerce-cart .cart-collaterals .cart_totals{
    float:none!important;
    margin-top:28px;
}
.woocommerce-cart .cart_totals h2{margin:0 0 14px;font-size:clamp(24px,3vw,34px)}
.woocommerce-cart .cart_totals .shop_table{
    width:100%;
    margin:0;
    border:1px solid var(--os-line);
    border-radius:12px;
    background:#0d0d0d;
}
.woocommerce-cart .cart_totals .shop_table th,
.woocommerce-cart .cart_totals .shop_table td{padding:14px 18px;border-color:var(--os-line)}
.woocommerce-cart .cart_totals .shop_table th{width:50%;font-weight:800}
.woocommerce-cart .cart_totals .order-total th,
.woocommerce-cart .cart_totals .order-total td{font-size:19px;color:#fff}
.woocommerce-cart .wc-proceed-to-checkout{
    width:100%;
    padding:18px 0 0!important;
    display:grid;
    grid-template-columns:1fr;
    gap:18px;
    align-items:stretch;
}
.woocommerce-cart .wc-proceed-to-checkout .os-bonus-box{height:100%;margin:0}
.woocommerce-cart .wc-proceed-to-checkout .checkout-button{
    min-height:100%;
    margin:0!important;
    display:flex!important;
    align-items:center;
    justify-content:center;
}
.woocommerce-cart .woocommerce-cart-form button[name="update_cart"]{display:none!important}
.woocommerce-cart .woocommerce-cart-form .actions .coupon{
    float:none!important;
    width:min(100%,680px);
    margin:0 auto!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    gap:12px;
    align-items:stretch;
}
.woocommerce-cart .woocommerce-cart-form .actions .coupon .input-text,
.woocommerce-cart .woocommerce-cart-form .actions .coupon .button{
    float:none!important;
    width:100%!important;
    min-height:48px;
    margin:0!important;
}
.woocommerce-cart .woocommerce-cart-form .actions .coupon .input-text{padding:10px 14px}
.woocommerce-cart .woocommerce-cart-form{position:relative}
.woocommerce-cart .woocommerce-cart-form.os-cart-is-updating::before{
    content:"";
    position:absolute;
    z-index:40;
    inset:0;
    border-radius:10px;
    background:rgba(5,5,5,.48);
    cursor:wait;
}
.woocommerce-cart .woocommerce-cart-form.os-cart-is-updating::after{
    content:"";
    position:absolute;
    z-index:41;
    top:50%;
    left:50%;
    width:28px;
    height:28px;
    margin:-14px 0 0 -14px;
    border:3px solid rgba(255,255,255,.25);
    border-top-color:var(--os-orange);
    border-radius:50%;
    animation:os-cart-spin .7s linear infinite;
}
.woocommerce-cart .cart-collaterals.os-cart-is-updating{opacity:.55;pointer-events:none}
@keyframes os-cart-spin{to{transform:rotate(360deg)}}

.os-checkout-zone-summary{
    margin:0 0 18px;
    padding:14px 16px;
    border:1px solid rgba(255,101,0,.36);
    border-radius:12px;
    background:rgba(255,101,0,.055);
}
.os-checkout-zone-summary__row{display:flex;align-items:center;justify-content:space-between;gap:16px}
.os-checkout-zone-summary__row>div{display:flex;align-items:baseline;flex-wrap:wrap;gap:4px 9px}
.os-checkout-zone-summary__row small{flex-basis:100%;color:var(--os-muted)}
.os-checkout-zone-summary__row strong{font-size:17px}
.os-checkout-zone-summary__row span{color:var(--os-muted);font-size:13px}
.os-checkout-zone-summary .button-link{border:0;background:none;color:var(--os-orange);cursor:pointer;font-weight:800}
.os-checkout-zone-summary__panel .os-zone-selector{margin:14px 0 0;padding:14px}

.woocommerce-checkout form.checkout{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    gap:0 34px;
    align-items:start;
}
.woocommerce-checkout form.checkout>.woocommerce-NoticeGroup,
.woocommerce-checkout form.checkout>.woocommerce-error,
.woocommerce-checkout form.checkout>.woocommerce-info{grid-column:1/-1}
.woocommerce-checkout form.checkout>#customer_details{
    grid-column:1;
    grid-row:1/4;
    width:100%;
    margin:0;
}
.woocommerce-checkout #customer_details .col-1{
    float:none!important;
    width:100%!important;
}
.woocommerce-checkout #customer_details .col-2{display:none!important}
.woocommerce-checkout form.checkout>#order_review_heading{
    grid-column:2;
    margin:0 0 14px;
}
.woocommerce-checkout form.checkout>#order_review{
    grid-column:2;
    width:100%;
}
.woocommerce-checkout .woocommerce-billing-fields>h3{margin:0 0 18px}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row{
    float:none!important;
    width:100%!important;
    margin:0!important;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-wide{grid-column:1/-1}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper input,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper textarea,
.woocommerce-checkout .select2-container .select2-selection{
    width:100%;
    min-height:46px;
    padding:10px 12px;
    border:1px solid var(--os-line);
    border-radius:8px;
    background:#111;
    color:#fff;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper textarea{min-height:92px;resize:vertical}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper input[readonly]{color:#d7d7d7;background:#171717;cursor:not-allowed}
.woocommerce-checkout .os-checkout-addresses{margin:0 0 18px;padding:14px}
.woocommerce-checkout #order_review .shop_table{margin:0;border-color:var(--os-line);background:#0d0d0d}
.woocommerce-checkout #order_review .shop_table th,
.woocommerce-checkout #order_review .shop_table td{padding:12px 14px;border-color:var(--os-line)}
.woocommerce-checkout #order_review>.os-bonus-box{margin:16px 0}
.woocommerce-checkout .os-checkout-payment-heading{margin:20px 0 12px}
.woocommerce-checkout #payment{
    border:1px solid var(--os-line);
    border-radius:12px;
    background:#111!important;
    color:#fff;
}
.woocommerce-checkout #payment ul.payment_methods{padding:16px;border-color:var(--os-line)}
.woocommerce-checkout #payment ul.payment_methods li{margin:0 0 10px}
.woocommerce-checkout #payment div.payment_box{background:#090909;color:var(--os-muted)}
.woocommerce-checkout #payment div.payment_box::before{border-bottom-color:#090909}
.woocommerce-checkout #payment .place-order{padding:16px}
.woocommerce-checkout #payment #place_order{width:100%;min-height:52px}

@media(max-width:980px){
    .woocommerce-cart .wc-proceed-to-checkout{grid-template-columns:1fr}
    .woocommerce-checkout form.checkout{gap:0 22px}
}
@media(max-width:767px){
    .woocommerce-cart .cart_totals .shop_table th,
    .woocommerce-cart .cart_totals .shop_table td{padding:12px}
    .woocommerce-cart .wc-proceed-to-checkout{grid-template-columns:1fr}
    .woocommerce-cart .wc-proceed-to-checkout .checkout-button{min-height:52px}
    .woocommerce-cart .woocommerce-cart-form .actions .coupon{grid-template-columns:1fr}
    .woocommerce-checkout form.checkout{display:block}
    .woocommerce-checkout form.checkout>#order_review_heading{margin-top:28px}
    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper{grid-template-columns:1fr}
    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-wide{grid-column:auto}
    .os-checkout-zone-summary__row{align-items:flex-start}
}
@media(prefers-reduced-motion:reduce){.woocommerce-cart .woocommerce-cart-form.os-cart-is-updating::after{animation-duration:1.5s}}
