:root{color-scheme:dark;--bg:#0c0d0f;--card:#17191d;--soft:#22252b;--line:#30343b;--gold:#efb91f;--gold2:#ffd65a;--text:#f6f6f3;--muted:#a6a8ad;--green:#55d78a;--red:#ff6672;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 85% 3%,#29230f 0,transparent 25rem),var(--bg);color:var(--text);min-height:100vh}button,input,textarea{font:inherit}button{cursor:pointer}.topbar{height:78px;display:flex;align-items:center;justify-content:space-between;padding:12px clamp(16px,4vw,58px);position:sticky;top:0;z-index:20;background:rgba(12,13,15,.9);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.06)}.brand{display:flex;align-items:center;gap:11px;color:inherit;text-decoration:none}.brand img{width:49px;height:49px;object-fit:contain;border-radius:12px}.brand b,.brand small{display:block}.brand b{font-size:19px}.brand small{font-size:12px;color:var(--muted)}.cart-button{display:flex;align-items:center;gap:10px;border:1px solid var(--line);background:var(--card);color:var(--text);padding:9px 10px 9px 15px;border-radius:999px}.cart-button b{display:grid;place-items:center;min-width:29px;height:29px;border-radius:50%;background:var(--gold);color:#17130a}main{max-width:1420px;margin:auto;padding:0 clamp(16px,4vw,58px) 120px}.hero{min-height:390px;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(250px,.85fr);align-items:center;gap:40px;padding:52px 0 34px}.eyebrow{margin:0 0 7px;text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:900;color:var(--gold)}h1{font-size:clamp(45px,7vw,92px);line-height:.91;letter-spacing:-.065em;margin:0;max-width:850px}h1 em{font-style:normal;color:var(--gold)}.hero>div>p:not(.eyebrow){max-width:630px;color:var(--muted);font-size:17px;line-height:1.6}.hero-badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}.hero-badges span{border:1px solid #494126;background:rgba(239,185,31,.08);color:var(--gold2);padding:8px 12px;border-radius:999px;font-size:12px;font-weight:800}.hero-mark{justify-self:end;font-size:clamp(74px,12vw,164px);font-weight:1000;line-height:.72;letter-spacing:-.11em;color:transparent;-webkit-text-stroke:2px rgba(239,185,31,.22);transform:rotate(-5deg);user-select:none}.shop-controls{position:sticky;top:78px;z-index:10;padding:14px 0;background:linear-gradient(var(--bg) 70%,transparent)}.search{height:58px;display:flex;align-items:center;gap:12px;border:1px solid var(--line);background:#15171a;border-radius:17px;padding:0 17px}.search span{font-size:28px;color:var(--gold)}.search input{width:100%;border:0;outline:0;background:transparent;color:var(--text);font-size:17px}.category-strip{display:flex;gap:8px;overflow:auto;padding:12px 0 2px;scrollbar-width:none}.category-strip::-webkit-scrollbar{display:none}.category-strip button{white-space:nowrap;border:1px solid var(--line);background:var(--card);color:var(--muted);padding:9px 13px;border-radius:999px;font-weight:800}.category-strip button.active{background:var(--gold);color:#18130a;border-color:var(--gold)}.shop-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin:30px 0 16px}.shop-heading h2{font-size:clamp(28px,4vw,43px);letter-spacing:-.04em;margin:0}.shop-heading>span{color:var(--muted);font-size:13px}.product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:13px}.product-card{border:1px solid var(--line);background:linear-gradient(160deg,#1b1d21,#141619);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;min-width:0;transition:.2s}.product-card:hover{transform:translateY(-3px);border-color:#66572d}.product-image{aspect-ratio:1.08;background:#fff;position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain}.stock-pill{position:absolute;left:9px;top:9px;background:rgba(15,16,18,.88);backdrop-filter:blur(8px);border-radius:999px;padding:5px 8px;font-size:10px;font-weight:900}.stock-pill.low{color:#ffbf67}.stock-pill.out{color:#ff8d96}.product-body{padding:13px;display:flex;flex-direction:column;gap:8px;flex:1}.product-category{font-size:10px;text-transform:uppercase;letter-spacing:.09em;color:var(--gold);font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card h3{font-size:15px;line-height:1.25;margin:0;min-height:38px}.product-bottom{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:8px}.product-price{font-size:19px;font-weight:1000}.add-button{border:0;background:var(--gold);color:#18130a;width:38px;height:38px;border-radius:12px;font-size:22px;font-weight:900}.add-button:disabled{background:#33363c;color:#777;cursor:not-allowed}.loading,.empty{grid-column:1/-1;text-align:center;padding:70px 20px;color:var(--muted)}.floating-cart{position:fixed;left:50%;bottom:max(14px,env(safe-area-inset-bottom));transform:translateX(-50%);z-index:30;width:min(520px,calc(100% - 24px));display:flex;justify-content:space-between;align-items:center;border:1px solid #6f591d;background:var(--gold);color:#18130a;padding:13px 17px;border-radius:17px;box-shadow:0 14px 45px rgba(0,0,0,.55)}.floating-cart[hidden]{display:none}.floating-cart span{text-align:left}.floating-cart b,.floating-cart small{display:block}.floating-cart small{opacity:.72}.floating-cart strong{font-size:20px}dialog{color:var(--text);border:1px solid var(--line);background:#15171a;box-shadow:0 28px 90px rgba(0,0,0,.7)}dialog::backdrop{background:rgba(0,0,0,.72);backdrop-filter:blur(5px)}.drawer{height:100%;max-height:none;width:min(470px,100%);margin:0 0 0 auto;border-radius:22px 0 0 22px;padding:0}.drawer[open]{display:flex;flex-direction:column}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid var(--line);margin:0}.drawer-head h2{margin:0;font-size:28px}.icon-button{width:40px;height:40px;border-radius:12px;border:1px solid var(--line);background:var(--soft);color:var(--text);font-size:26px}.cart-items{padding:10px 20px;overflow:auto;flex:1}.cart-row{display:grid;grid-template-columns:56px 1fr auto;gap:10px;align-items:center;padding:11px 0;border-bottom:1px solid var(--line)}.cart-row img{width:56px;height:56px;object-fit:contain;background:#fff;border-radius:10px}.cart-row b,.cart-row small{display:block}.cart-row small{color:var(--muted);margin-top:3px}.quantity{display:flex;align-items:center;gap:8px}.quantity button{width:29px;height:29px;border:1px solid var(--line);background:var(--soft);color:var(--text);border-radius:9px}.cart-footer{padding:18px 20px 24px;border-top:1px solid var(--line)}.cart-footer>small{display:block;color:var(--muted);margin:7px 0 15px}.total-row,.checkout-total{display:flex;justify-content:space-between;align-items:center}.total-row strong,.checkout-total strong{font-size:26px}.primary{border:0;border-radius:13px;background:var(--gold);color:#17130a;padding:13px 17px;font-weight:1000}.wide{width:100%}.checkout-dialog{width:min(700px,calc(100% - 22px));max-height:94vh;border-radius:22px;padding:0}.checkout-dialog form{padding-bottom:22px;overflow:auto}.checkout-dialog form>label,.checkout-dialog fieldset,.checkout-total,.form-error,.legal,.checkout-dialog form>.primary{margin-left:20px;margin-right:20px}.checkout-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:18px 20px 0}.checkout-dialog label:not(.choice):not(.adult-check){display:grid;gap:7px;color:var(--muted);font-size:13px;font-weight:800;margin-top:13px}.checkout-dialog input:not([type=radio]):not([type=checkbox]),.checkout-dialog textarea{border:1px solid var(--line);background:#0f1113;color:var(--text);padding:12px;border-radius:11px;outline:none}.checkout-dialog input:focus,.checkout-dialog textarea:focus{border-color:var(--gold)}fieldset{border:0;padding:0;margin-top:18px}legend{font-size:13px;color:var(--muted);font-weight:800;margin-bottom:8px}.choice{display:flex;align-items:center;gap:10px;border:1px solid var(--line);background:#101215;border-radius:12px;padding:11px;margin:7px 0}.choice:has(input:checked){border-color:#92731e;background:rgba(239,185,31,.08)}.choice small,.choice b{display:block}.choice small{color:var(--muted);margin-top:2px}.payment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.choice.compact{margin:0}.adult-check{display:flex;gap:9px;align-items:flex-start;margin-top:16px!important;font-size:12px;color:var(--muted)}.checkout-total{margin-top:18px;padding-top:16px;border-top:1px solid var(--line)}.form-error{min-height:18px;color:#ff8d96;font-size:13px}.legal{display:block;text-align:center;color:#777;margin-top:9px!important}.success-dialog,.age-dialog{width:min(450px,calc(100% - 24px));text-align:center;border-radius:22px;padding:28px}.success-mark{width:65px;height:65px;display:grid;place-items:center;border-radius:50%;background:var(--green);color:#07170d;font-size:34px;font-weight:1000;margin:0 auto 18px}.success-dialog h2,.age-dialog h2{font-size:34px;margin:5px}.success-dialog p:not(.eyebrow),.age-dialog p:not(.eyebrow){color:var(--muted);line-height:1.55}.age-dialog img{width:100px;height:100px;object-fit:contain;border-radius:18px}.age-actions{display:grid;gap:10px;margin-top:20px}.age-actions a{color:var(--muted);padding:10px}.toast{position:fixed;left:50%;top:95px;transform:translate(-50%,-20px);opacity:0;pointer-events:none;z-index:60;background:#24272c;border:1px solid var(--line);padding:11px 16px;border-radius:12px;transition:.2s}.toast.show{opacity:1;transform:translate(-50%,0)}
.checkout-dialog select{border:1px solid var(--line);background:#0f1113;color:var(--text);padding:12px;border-radius:11px;outline:none}.checkout-dialog select:focus{border-color:var(--gold)}#minimumHint{color:var(--gold);font-weight:900}.checkout-breakdown{display:grid;grid-template-columns:1fr auto;gap:7px 14px}.checkout-breakdown strong{font-size:16px}.checkout-breakdown .grand-total{padding-top:9px;margin-top:3px;border-top:1px solid var(--line);font-size:23px;color:var(--gold)}
.shop-controls{position:relative;top:auto;background:transparent}.category-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:11px;overflow:visible;padding:18px 0 6px}.category-strip .category-card{position:relative!important;display:block;overflow:hidden!important;isolation:isolate;min-height:160px;height:160px;padding:0;border-radius:18px;background:#17191d;text-align:left}.category-picture{position:absolute!important;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;overflow:hidden;background:#fff;pointer-events:none}.category-picture:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 20%,rgba(7,8,9,.15) 48%,rgba(7,8,9,.95) 100%)}.category-picture img{position:absolute!important;top:0!important;left:0!important;display:block;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain}.category-copy{position:absolute;z-index:1;left:13px;right:13px;bottom:12px;color:#fff}.category-copy b,.category-copy small{display:block;white-space:normal}.category-copy b{font-size:15px;line-height:1.15}.category-copy small{margin-top:4px;color:#d0d1d3;font-size:11px}.category-strip .category-card.active{border:3px solid var(--gold);background:#17191d;color:#fff}.subcategory-strip{display:flex;gap:8px;overflow:auto;padding:12px 0 5px;scrollbar-width:none}.subcategory-strip[hidden]{display:none}.subcategory-strip::-webkit-scrollbar{display:none}.subcategory-strip button{white-space:nowrap;border:1px solid var(--line);background:var(--card);color:var(--muted);padding:9px 13px;border-radius:999px;font-weight:800}.subcategory-strip button.active{background:var(--gold);border-color:var(--gold);color:#18130a}
@media(max-width:1100px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:800px){.hero{grid-template-columns:1fr;min-height:330px}.hero-mark{display:none}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-strip{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:580px){.topbar{height:67px}.brand img{width:42px;height:42px}.cart-button span{display:none}.hero{padding:36px 0 25px}.hero>div>p:not(.eyebrow){font-size:15px}.category-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.category-strip .category-card{min-height:135px;height:135px}.category-copy b{font-size:13px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.product-card h3{font-size:13px}.product-body{padding:10px}.product-price{font-size:17px}.checkout-grid{grid-template-columns:1fr}.payment-grid{grid-template-columns:1fr}.drawer{border-radius:0}.shop-heading{margin-top:20px}}
.top-actions{display:flex;align-items:center;gap:8px}.status-button{border:1px solid var(--line);background:transparent;color:var(--text);padding:11px 14px;border-radius:999px;font-weight:800}.variant-select{width:100%;border:1px solid var(--line);background:#0f1113;color:var(--text);padding:9px;border-radius:10px;margin-top:2px}.recommendations{margin-top:56px}.status-dialog{position:relative;text-align:left}.status-dialog h2{text-align:center;margin-bottom:20px}.status-dialog label{display:grid;gap:6px;color:var(--muted);font-size:13px;font-weight:800;margin:12px 0}.status-dialog input{border:1px solid var(--line);background:#0f1113;color:var(--text);padding:12px;border-radius:11px}.status-close{position:absolute;right:16px;top:16px}.status-result{margin-top:18px;border:1px solid #66572d;background:rgba(239,185,31,.08);padding:15px;border-radius:13px}.status-result b,.status-result small{display:block}.status-result small{color:var(--muted);margin-top:5px}.area-valid{color:#6ee7a1!important}.area-invalid{color:#ff8d96!important}@media(max-width:580px){.status-button{font-size:11px;padding:9px}.top-actions{gap:5px}}
.closed-dialog{position:relative;width:min(560px,calc(100% - 24px));padding:clamp(28px,5vw,48px);border-color:#80661d;background:radial-gradient(circle at top,#31280f 0,#17191d 55%)}.closed-dialog h2{font-size:clamp(38px,8vw,62px);line-height:.95;margin:8px 0 18px;color:var(--gold)}.closed-dialog .status-result{text-align:left;margin:22px 0}.closed-dialog>.primary{font-size:18px;padding:17px;margin-top:4px}
.subcategory-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:11px;overflow:visible;padding:14px 0 5px}.subcategory-strip button.category-card{position:relative;display:block;overflow:hidden;isolation:isolate;min-height:145px;height:145px;padding:0;border-radius:18px;background:#17191d;text-align:left}.subcategory-strip button.category-card.active{border:3px solid var(--gold);background:#17191d;color:#fff}@media(max-width:800px){.subcategory-strip{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:580px){.subcategory-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.subcategory-strip button.category-card{min-height:125px;height:125px}}
.category-strip .category-card,.subcategory-strip button.category-card{position:relative!important;display:flex!important;flex-direction:column;min-height:0;height:auto;padding:0;overflow:hidden;border-radius:18px;background:#17191d;text-align:left;white-space:normal}.category-picture{position:relative!important;inset:auto!important;display:block;width:100%;height:auto;aspect-ratio:1.22;overflow:hidden;background:#fff;border-bottom:1px solid var(--line)}.category-picture:after{display:none}.category-picture img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:contain;padding:3px}.category-copy{position:relative;z-index:1;left:auto;right:auto;bottom:auto;display:block;width:100%;min-height:67px;padding:11px 12px 12px;color:var(--text);background:#17191d}.category-copy b{font-size:15px;line-height:1.2}.category-copy small{margin-top:5px;color:var(--muted);font-size:11px}.category-strip .category-card.active,.subcategory-strip button.category-card.active{border:3px solid var(--gold);background:#17191d;color:var(--text)}@media(max-width:580px){.category-strip .category-card,.subcategory-strip button.category-card{min-height:0;height:auto}.category-picture{aspect-ratio:1.12}.category-copy{min-height:62px;padding:9px 10px 10px}.category-copy b{font-size:13px}}
.article-section-actions{display:flex;align-items:center;gap:12px}.section-toggle{border:1px solid #80661d;background:rgba(239,185,31,.1);color:var(--gold2);padding:10px 14px;border-radius:12px;font-weight:900}.section-toggle:hover{background:var(--gold);color:#18130a}.product-grid[hidden]{display:none}@media(max-width:580px){.shop-heading{align-items:flex-start}.article-section-actions{align-items:flex-end;flex-direction:column;gap:7px}.section-toggle{padding:9px 11px;font-size:12px}}
.category-strip.category-focused{display:block;padding:14px 0 2px}.current-category{display:grid;grid-template-columns:74px 1fr auto;align-items:center;gap:14px;border:1px solid #66572d;background:linear-gradient(110deg,rgba(239,185,31,.12),#17191d 45%);padding:9px 11px;border-radius:16px}.current-category>img{width:74px;height:58px;object-fit:contain;background:#fff;border-radius:10px}.current-category span small,.current-category span b,.current-category span em{display:block}.current-category span small{color:var(--gold);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.current-category span b{margin-top:2px;font-size:18px}.current-category span em{margin-top:3px;color:var(--muted);font-size:11px;font-style:normal}.current-category button{border:1px solid var(--line);background:#24272c;color:var(--text);padding:10px 13px;border-radius:11px;font-weight:900}.current-category button:hover{border-color:var(--gold);color:var(--gold2)}@media(max-width:580px){.current-category{grid-template-columns:58px 1fr;gap:10px}.current-category>img{width:58px;height:52px}.current-category span b{font-size:15px}.current-category button{grid-column:1/-1;width:100%}}
.minimum-exclusion{display:block;border:1px solid #9a7320;background:rgba(239,185,31,.12);color:var(--gold2);padding:6px 7px;border-radius:8px;font-size:10px;font-weight:900;line-height:1.2}.cart-minimum-exclusion{color:var(--gold2)!important;font-weight:900}
.shop-home-link{text-decoration:none;display:inline-flex;align-items:center}
.product-image,.cart-row img{background:#e9e8e3}.product-image img,.cart-row img{mix-blend-mode:multiply}.product-card.is-discounted{border-color:#d84b55;box-shadow:inset 0 0 0 1px rgba(216,75,85,.18)}.discount-badge{align-self:flex-start;border-radius:7px;background:#d93648;color:#fff;padding:5px 8px;font-size:10px;font-weight:1000;letter-spacing:.08em}.product-card.is-discounted .product-price{color:#ff7180}.sort-control{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:12px;font-weight:800}.sort-control select{border:1px solid var(--line);background:#17191d;color:var(--text);padding:9px 10px;border-radius:10px}.sort-control select:focus{border-color:var(--gold);outline:none}@media(max-width:800px){.article-section-actions{flex-wrap:wrap;justify-content:flex-end}.sort-control{order:3;width:100%;justify-content:flex-end}}@media(max-width:580px){.sort-control{align-items:flex-end;flex-direction:column}.sort-control select{max-width:180px}}
@media(max-width:580px){.shop-help-link{display:none}}
@media(max-width:800px){.shop-delivery-link{display:none}}
.product-image,.cart-row img{background:#fff!important}.product-image img,.cart-row img{mix-blend-mode:normal!important;filter:none!important}
.new-products{padding-top:8px;border-top:1px solid var(--line)}
.loyalty-banner{display:grid;grid-template-columns:auto minmax(240px,1fr) auto;align-items:center;gap:18px 24px;margin:8px 0 30px;padding:22px 24px;border:1px solid #80661d;border-radius:20px;background:linear-gradient(120deg,rgba(239,185,31,.16),#17191d 55%)}.loyalty-banner h2{margin:0;font-size:clamp(27px,4vw,42px)}.loyalty-banner p:not(.eyebrow){margin:7px 0 0;color:#d1d2d4;line-height:1.5}.loyalty-icon{display:grid;place-items:center;width:64px;height:64px;border-radius:50%;background:var(--gold);color:#18130a;font-size:34px}.loyalty-steps{display:flex;align-items:center;gap:10px}.loyalty-steps span{min-width:92px;text-align:center;border:1px solid #66572d;border-radius:13px;padding:10px;background:#111315}.loyalty-steps b,.loyalty-steps small{display:block}.loyalty-steps b{color:var(--gold2)}.loyalty-steps small{margin-top:3px;color:var(--muted);font-size:10px}.loyalty-steps i{color:var(--gold);font-style:normal}.loyalty-note{grid-column:2/-1;color:var(--muted);line-height:1.4}.loyalty-success{margin-top:9px!important;padding:9px;border:1px solid #80661d;border-radius:9px;background:rgba(239,185,31,.1);color:var(--gold2)!important}@media(max-width:900px){.loyalty-banner{grid-template-columns:auto 1fr}.loyalty-steps,.loyalty-note{grid-column:1/-1}.loyalty-steps{justify-content:center}}@media(max-width:580px){.loyalty-banner{padding:18px;gap:13px}.loyalty-icon{width:48px;height:48px;font-size:25px}.loyalty-steps{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:5px}.loyalty-steps span{min-width:0;padding:8px 4px}.loyalty-steps b{font-size:12px}}
.deposit-choice{display:grid;gap:5px;margin:10px 0;padding:10px;border:1px solid rgba(239,185,31,.45);border-radius:12px;background:rgba(239,185,31,.08);color:var(--gold);font-size:11px;font-weight:900}.deposit-choice select{width:100%;border:1px solid var(--line);background:#15171a;color:var(--text);padding:8px;border-radius:9px;font-weight:800}.deposit-choice small{color:var(--muted);font-size:9px;font-weight:700}
.notify-button{border:1px solid #80661d;background:rgba(239,185,31,.1);color:var(--gold2);padding:8px;border-radius:9px;font-size:10px;font-weight:900}
.tip-box{padding:13px!important;border:1px solid #66572d!important;border-radius:13px;background:rgba(239,185,31,.06)}.tip-options{display:flex;gap:6px;flex-wrap:wrap}.tip-options label{display:block!important;margin:0!important}.tip-options input{position:absolute;opacity:0}.tip-options span{display:block;border:1px solid var(--line);border-radius:9px;background:#15171a;padding:8px 11px;color:var(--text)}.tip-options label:has(input:checked) span{border-color:var(--gold);background:var(--gold);color:#18130a;font-weight:900}.tip-box>small{display:block;margin-top:8px;color:var(--muted)}
.cart-suggestions{padding:12px 20px;border-top:1px solid var(--line)}.cart-suggestions>b{display:block;margin-bottom:9px;color:var(--gold)}.cart-suggestions>div{display:grid;gap:7px}.cart-suggestions button{display:grid;grid-template-columns:44px 1fr 30px;align-items:center;gap:9px;width:100%;border:1px solid var(--line);border-radius:10px;background:#111315;color:var(--text);padding:7px;text-align:left}.cart-suggestions img{width:44px;height:44px;object-fit:contain;background:#fff;border-radius:7px}.cart-suggestions span,.cart-suggestions small{display:block}.cart-suggestions small{color:var(--muted);margin-top:2px}.cart-suggestions i{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:var(--gold);color:#18130a;font-style:normal;font-weight:1000}
.product-card{position:relative}.favorite-button{position:absolute;z-index:3;right:9px;top:9px;width:34px;height:34px;border:1px solid rgba(255,255,255,.25);border-radius:50%;background:rgba(17,19,21,.82);color:#aaa;font-size:18px}.favorite-button.active{background:#d63d53;color:#fff;border-color:#ff8494}.cart-bonus{margin-bottom:14px;padding:12px;border:1px solid #80661d;border-radius:12px;background:rgba(239,185,31,.08)}.cart-bonus b,.cart-bonus small{display:block}.cart-bonus small{color:var(--muted);margin-top:3px}.cart-bonus span{display:block;height:6px;margin-top:9px;border-radius:99px;background:#34363b;overflow:hidden}.cart-bonus i{display:block;height:100%;background:var(--gold);border-radius:99px}
.night-offer{display:grid;grid-template-columns:minmax(220px,.7fr) minmax(220px,1fr);align-items:center;gap:24px;margin:22px 0 34px;padding:25px;border:1px solid #b43c4d;border-radius:22px;background:radial-gradient(circle at left,#451923,#17191d 58%)}.night-offer h2{font-size:clamp(32px,5vw,55px);margin:0}.night-offer p:not(.eyebrow){color:#d4d4d4}.night-offer>div>strong{display:inline-block;margin-top:8px;padding:9px 13px;border-radius:9px;background:#d53c50;color:#fff;font-size:20px}.night-offer .product-grid{grid-template-columns:minmax(190px,260px);justify-content:center}@media(max-width:700px){.night-offer{grid-template-columns:1fr}.night-offer .product-grid{grid-template-columns:minmax(180px,1fr)}}
.loyalty-banner{grid-template-columns:42px minmax(220px,1fr) auto!important;gap:8px 15px!important;margin:5px 0 14px!important;padding:12px 15px!important;border-radius:14px!important}.loyalty-banner h2{font-size:23px!important}.loyalty-banner p:not(.eyebrow){font-size:12px!important;line-height:1.35!important;margin-top:3px!important}.loyalty-icon{width:40px!important;height:40px!important;font-size:20px!important}.loyalty-steps{gap:5px!important}.loyalty-steps span{min-width:74px!important;padding:6px!important}.loyalty-steps b{font-size:12px}.loyalty-note{font-size:10px}.wheel-promo{grid-template-columns:42px 1fr auto!important;gap:8px 15px!important;margin:0 0 14px!important;padding:12px 15px!important;border-radius:14px!important}.wheel-promo-symbol{width:40px!important;height:40px!important;font-size:19px!important}.wheel-promo h2{font-size:22px!important}.wheel-promo p:not(.eyebrow){font-size:12px!important;line-height:1.35!important;margin-top:3px!important}.wheel-promo>.wheel-open{padding:9px 13px!important;font-size:12px}.wheel-promo>small{font-size:10px}.night-offer{grid-template-columns:1fr 155px!important;gap:14px!important;margin:10px 0 18px!important;padding:14px 16px!important;border-radius:15px!important}.night-offer h2{font-size:24px!important}.night-offer p:not(.eyebrow){font-size:12px;margin:4px 0}.night-offer>div>strong{font-size:14px!important;padding:6px 9px!important;margin-top:3px!important}.night-offer .product-grid{grid-template-columns:145px!important}.night-offer .product-image{display:none}.night-offer .product-body{padding:9px}.night-offer .product-card h3{min-height:0;font-size:12px}.night-offer .product-category,.night-offer .favorite-button{display:none}@media(max-width:700px){.loyalty-banner,.wheel-promo{grid-template-columns:38px 1fr!important}.loyalty-steps,.loyalty-note,.wheel-promo>.wheel-open,.wheel-promo>small{grid-column:1/-1!important}.loyalty-steps{justify-content:stretch!important}.loyalty-steps span{flex:1}.night-offer{grid-template-columns:1fr!important}.night-offer .product-grid{grid-template-columns:1fr!important}}
.wheel-promo{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px 22px;margin:0 0 30px;padding:22px 24px;border:1px solid #8f3850;border-radius:20px;background:radial-gradient(circle at 8% 20%,rgba(239,185,31,.2),transparent 25%),linear-gradient(120deg,#251621,#17191d 60%)}.wheel-promo-symbol{display:grid;place-items:center;width:68px;height:68px;border-radius:50%;background:var(--gold);font-size:32px}.wheel-promo h2{margin:0;font-size:clamp(26px,4vw,40px)}.wheel-promo p:not(.eyebrow){margin:7px 0 0;color:#d2d2d3;line-height:1.5}.wheel-promo>.wheel-open{width:auto;margin:0;padding:14px 20px}.wheel-promo>small{grid-column:2/-1;color:var(--muted)}@media(max-width:760px){.wheel-promo{grid-template-columns:auto 1fr}.wheel-promo>.wheel-open,.wheel-promo>small{grid-column:1/-1;width:100%}}
.wheel-open{width:100%;margin:13px 0 4px;border:1px solid #f4ca47;border-radius:13px;background:linear-gradient(120deg,#efb91f,#ffdd6b);color:#18130a;padding:14px;font-weight:1000}.wheel-dialog{width:min(520px,calc(100% - 22px));text-align:center;border-radius:24px;padding:25px;background:radial-gradient(circle at top,#392d0c,#15171a 55%)}.wheel-dialog h2{font-size:36px;margin:4px 0 18px}.wheel-wrap{position:relative;width:min(340px,82vw);margin:auto}.wheel-pointer{position:absolute;z-index:2;left:50%;top:-17px;transform:translateX(-50%);color:#fff;font-size:34px}.prize-wheel{position:relative;aspect-ratio:1;border:9px solid #f3c52f;border-radius:50%;background:conic-gradient(#f4c52e 0 45deg,#8f2d40 45deg 90deg,#1f7a55 90deg 135deg,#4455a5 135deg 180deg,#d46326 180deg 225deg,#6a3e91 225deg 270deg,#247b8b 270deg 315deg,#c93749 315deg);box-shadow:0 15px 45px #000;transition:transform 2.6s cubic-bezier(.12,.78,.1,1)}.prize-wheel span{position:absolute;left:50%;top:50%;width:42%;transform-origin:0 0;color:#fff;font-size:12px;font-weight:1000;text-shadow:0 1px 3px #000}.prize-wheel span:nth-child(1){transform:rotate(22deg) translate(37px,-7px)}.prize-wheel span:nth-child(2){transform:rotate(67deg) translate(37px,-7px)}.prize-wheel span:nth-child(3){transform:rotate(112deg) translate(37px,-7px)}.prize-wheel span:nth-child(4){transform:rotate(157deg) translate(37px,-7px)}.prize-wheel span:nth-child(5){transform:rotate(202deg) translate(30px,-7px)}.prize-wheel span:nth-child(6){transform:rotate(247deg) translate(37px,-7px)}.prize-wheel span:nth-child(7){transform:rotate(292deg) translate(37px,-7px)}.prize-wheel span:nth-child(8){transform:rotate(337deg) translate(37px,-7px)}#wheelResult{min-height:67px;color:var(--muted);line-height:1.5}#wheelResult b,#wheelResult strong{color:var(--gold2);font-size:19px}.wheel-close{border:0;background:transparent;color:var(--muted);padding:13px;margin-top:4px}
.card-fee-note {
  margin: -2px 0 14px;
  padding: 12px 14px;
  border: 1px solid rgba(232, 178, 0, .45);
  border-radius: 12px;
  background: rgba(232, 178, 0, .12);
  color: inherit;
  font-size: .9rem;
  line-height: 1.45;
}
@media(max-width:580px){
  .hero{min-height:0;padding:24px 0 18px}h1{font-size:38px}.hero>div>p:not(.eyebrow){font-size:13px;line-height:1.5}
  .search{height:46px}.shop-heading{margin:14px 0 10px}.shop-heading h2{font-size:23px}
  .category-picture{aspect-ratio:1.35}.category-copy{min-height:50px!important;padding:7px 8px!important}.category-copy b{font-size:11px!important}.category-copy small{font-size:9px}
  .product-grid{gap:7px}.product-card{border-radius:13px}.product-image{aspect-ratio:1.18}.product-body{padding:8px;gap:5px}.product-card h3{font-size:11px;min-height:28px}.product-category{font-size:8px}.product-price{font-size:14px}.add-button{width:32px;height:32px;font-size:18px}
  .loyalty-banner,.wheel-promo{padding:10px!important;margin-bottom:9px!important}.loyalty-banner h2,.wheel-promo h2{font-size:18px!important}.loyalty-banner p:not(.eyebrow),.wheel-promo p:not(.eyebrow){font-size:10px!important}.loyalty-note,.wheel-promo>small{font-size:8px!important}
  .night-offer{padding:10px 12px!important}.night-offer h2{font-size:20px!important}
  .closed-dialog,.success-dialog,.age-dialog{padding:18px;width:calc(100% - 28px)}.closed-dialog h2{font-size:34px}.closed-dialog p{font-size:13px}.closed-dialog .status-result{margin:13px 0;padding:11px}.closed-dialog>.primary{font-size:14px;padding:13px}
}
.mobile-shop-nav{display:none}.checkout-progress{display:flex;justify-content:center;gap:8px;padding:12px 20px;border-bottom:1px solid var(--line)}.checkout-progress span{display:flex;align-items:center;gap:5px;color:var(--muted);font-size:11px;font-weight:800}.checkout-progress b{display:grid;place-items:center;width:21px;height:21px;border-radius:50%;background:var(--soft);color:var(--text)}.checkout-progress .active{color:var(--gold2)}.checkout-progress .active b{background:var(--gold);color:#18130a}
@media(max-width:580px){
  body{padding-bottom:64px}
  main{display:flex;flex-direction:column;padding-bottom:35px}
  .hero{order:1}.shop-controls{order:2;position:sticky;top:112px;z-index:12;background:rgba(12,13,15,.96);padding-top:8px}.night-offer{order:3}.recommendations{order:4;margin-top:14px}.new-products{order:5}.shop-heading{order:6}.product-grid#productGrid{order:7}.loyalty-banner{order:8;margin-top:20px!important}.wheel-promo{order:9}.shop-footer{padding-bottom:85px!important}
  .hero{padding:14px 0 8px}.hero h1{font-size:30px}.hero>div>p:not(.eyebrow){display:none}.hero-badges{margin-top:8px}
  .category-strip{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:9px}.category-strip .category-card{flex:0 0 158px;scroll-snap-align:start}.category-picture{aspect-ratio:1.28}.category-copy{min-height:54px!important;padding:9px 10px!important}.category-copy b{font-size:13px!important}.category-copy small{font-size:10px}
  .recommendations .shop-heading{margin:8px 0}.recommendations .product-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 0 8px;gap:8px}.recommendations .product-card{flex:0 0 145px;scroll-snap-align:start}.recommendations .product-image{aspect-ratio:1.25}
  .mobile-shop-nav{position:fixed;display:grid;grid-template-columns:repeat(4,1fr);left:0;right:0;bottom:0;z-index:55;padding:6px 7px max(6px,env(safe-area-inset-bottom));border-top:1px solid #3b3d43;background:rgba(15,16,18,.97);backdrop-filter:blur(15px)}
  .mobile-shop-nav a,.mobile-shop-nav button{position:relative;display:grid;place-items:center;gap:1px;border:0;background:transparent;color:var(--muted);text-decoration:none;padding:4px 2px;font-size:16px}.mobile-shop-nav b{font-size:9px}.mobile-shop-nav .active{color:var(--gold)}.mobile-shop-nav i{position:absolute;top:0;right:20%;display:grid;place-items:center;min-width:17px;height:17px;padding:0 4px;border-radius:10px;background:var(--gold);color:#18130a;font-size:9px;font-style:normal;font-weight:1000}
  .floating-cart{bottom:62px;padding:10px 13px;border-radius:13px}.floating-cart strong{font-size:16px}
  .checkout-progress{padding:9px 8px;gap:5px}.checkout-progress span{font-size:9px}.checkout-progress b{width:18px;height:18px}
  .checkout-dialog{max-height:97vh}.checkout-dialog .drawer-head{position:sticky;top:0;z-index:2;background:#15171a}.checkout-dialog input:not([type=radio]):not([type=checkbox]),.checkout-dialog textarea,.checkout-dialog select{padding:10px}.choice{padding:9px}.payment-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:580px){
  html,body{max-width:100%;overflow-x:hidden}
  .topbar{height:auto;min-height:112px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) auto;gap:7px;padding:8px 12px 9px}
  .brand{grid-column:1/4;min-width:0}
  .brand img{width:38px;height:38px}
  .brand b{font-size:17px}.brand small{font-size:10px}
  .top-actions{display:contents}
  .shop-home-link,.shop-delivery-link,.shop-help-link{display:none!important}
  #openStatus,#openAccount,#openGiftVoucher{width:100%;min-width:0;min-height:38px;padding:6px 5px;border-radius:11px;font-size:10px;line-height:1.15;white-space:normal}
  #openStatus{grid-column:1}#openAccount{grid-column:2}#openGiftVoucher{grid-column:3}
  .cart-button{grid-column:4;grid-row:1;padding:5px;border-radius:12px}
  .cart-button b{min-width:32px;height:32px}
  main{padding-left:14px;padding-right:14px}
}

/* Mobile Warenkorb: Artikel bleiben sichtbar und der gesamte Inhalt ist scrollbar. */
@media(max-width:580px){
  #cartDialog.drawer[open]{
    display:block;
    height:100dvh;
    max-height:100dvh;
    overflow-y:auto;
    overscroll-behavior:contain;
  }
  #cartDialog .drawer-head{
    position:sticky;
    top:0;
    z-index:4;
    background:#15171a;
  }
  #cartDialog .cart-items{
    display:block;
    min-height:auto;
    overflow:visible;
    padding:10px 14px;
  }
  #cartDialog .cart-row{
    grid-template-columns:52px minmax(0,1fr) auto;
  }
  #cartDialog .cart-row img{width:52px;height:52px}
  #cartDialog .cart-suggestions{padding:12px 14px}
  #cartDialog .cart-footer{padding:16px 14px calc(82px + env(safe-area-inset-bottom))}
}

.delivery-cutoff-note{
  display:grid;
  gap:5px;
  margin:16px 20px 4px;
  padding:13px 14px;
  border:1px solid #a47d20;
  border-radius:13px;
  background:rgba(239,185,31,.1);
  color:var(--text);
  line-height:1.4;
}
.delivery-cutoff-note b{color:var(--gold2)}
.delivery-cutoff-note span{font-size:13px}
.delivery-cutoff-note strong{font-size:12px;color:var(--gold2)}
@media(max-width:580px){.delivery-cutoff-note{margin:13px 20px 2px;padding:11px 12px}}
.arrival-call{padding:10px 12px;border:1px solid var(--line);border-radius:11px;background:#111315}.checkout-dialog select{width:100%}
