:root{--bg:#f6f7f8;--bg-soft:#fff;--surface:#fff;--surface-2:#eef2f5;--card:#fff;--card-strong:#f9fbfc;--text:#14181f;--muted:#66707d;--muted-2:#98a2ad;--border:#e3e8ee;--accent:#ef3f32;--accent-hover:#d92f24;--accent-soft:#fff1ef;--gold:#e5a327;--green:#16875a;--blue:#1769aa;--teal:#1d9389;--danger:#c9342b;--ok:#16875a;--shadow:0 18px 50px rgba(20,24,31,.08);--radius-lg:12px;--radius:8px;--radius-sm:8px;--container:1160px;--topbar-h:60px;--font-sans:"Nunito Sans","Inter",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,"Noto Sans",sans-serif;--panel:var(--card);--panel-2:var(--card-strong)}*{box-sizing:border-box}body,html{padding:0;margin:0;background:linear-gradient(180deg,#fff 0,#f8fafb 260px,var(--bg) 100%),var(--bg);color:var(--text);font-family:var(--font-sans);line-height:1.35;font-feature-settings:"ss01" 1}.hero{border:0;background:radial-gradient(720px 360px at 86% 12%,rgba(239,63,50,.3),transparent 58%),radial-gradient(520px 320px at 18% 110%,rgba(29,147,137,.22),transparent 60%),linear-gradient(135deg,#111827,#1f2a37 62%,#273548);border-radius:16px;box-shadow:0 24px 70px rgba(20,24,31,.16);padding:32px;overflow:hidden;color:#fffaf3}.heroGrid{display:grid;grid-template-columns:1fr;grid-gap:24px;gap:24px;align-items:center}@media (min-width:900px){.heroGrid{grid-template-columns:minmax(0,.95fr) minmax(360px,.7fr)}}.heroTitle{max-width:720px;font-size:54px;font-weight:850;line-height:.98;letter-spacing:0;color:#fff}.heroLead{margin-top:8px;color:hsla(0,0%,100%,.76);font-size:18px;line-height:1.35;max-width:620px}.heroActions{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap}.heroSecondary{display:inline-flex}.hero .btnPrimary{background:#fff;border-color:#fff;color:#111827;box-shadow:0 14px 34px rgba(0,0,0,.18)}.hero .btnPrimary:hover{background:#f9fbfc;border-color:#f9fbfc}.heroKicker{display:inline-flex;align-items:center;gap:8px;padding:0;border-radius:0;border:0;background:transparent;color:#ffb5a9;font-weight:850;font-size:13px;letter-spacing:0;margin-bottom:10px}.heroBadges{margin-top:12px;display:flex;gap:18px;flex-wrap:wrap}.heroBadges span{position:relative;padding:0;border-radius:0;border:0;background:transparent;color:rgba(255,250,243,.9);font-size:13px;font-weight:800}.heroVisual{position:relative;min-height:292px}.heroDish{position:absolute;overflow:hidden;border-radius:14px;background:#192231;box-shadow:0 24px 58px rgba(0,0,0,.34)}.heroDish img{width:100%;height:100%;object-fit:cover;display:block}.heroDish span{position:absolute;left:10px;right:10px;bottom:10px;padding:8px 10px;border-radius:10px;background:rgba(17,24,39,.72);color:#fff;font-size:12px;font-weight:800;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.heroDishMain{position:relative;width:min(440px,100%);height:292px;margin-left:auto;border-radius:18px}.heroBadges span+span:before{content:"";position:absolute;left:-10px;top:50%;width:4px;height:4px;border-radius:999px;background:var(--accent);transform:translateY(-50%)}.heroArt{border-radius:var(--radius);border:1px solid hsla(0,0%,100%,.14);background:linear-gradient(180deg,hsla(0,0%,100%,.06),hsla(0,0%,100%,.03));min-height:180px;display:grid;place-items:center}.heroPreview{min-height:270px;border-radius:12px;background:linear-gradient(180deg,#26201b,#3b2a20);position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.12)}.heroPlate{left:50%;top:48%;width:240px;height:240px;transform:translate(-50%,-50%);background:radial-gradient(circle at 48% 45%,#fff 0 32%,#f3eadf 33% 61%,#d8c4b3 62% 64%,transparent 65%);box-shadow:0 30px 70px rgba(0,0,0,.34)}.heroPlate,.heroRoll{position:absolute;border-radius:999px}.heroRoll{width:72px;height:72px;background:radial-gradient(circle,#f2654a 0 18%,#ffe2c5 19% 32%,#1f1a17 33% 39%,#f8f1e8 40% 100%);box-shadow:0 10px 24px rgba(0,0,0,.22)}.heroRollA{left:72px;top:58px}.heroRollB{left:104px;top:108px}.heroRollC{left:54px;top:126px}.heroSauce{position:absolute;right:54px;bottom:60px;width:42px;height:42px;border-radius:999px;background:#1d1713;box-shadow:inset 0 0 0 7px #efe4d8}.heroPreviewCaption{position:absolute;left:16px;right:16px;bottom:16px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border-radius:8px;background:rgba(255,250,243,.92);color:var(--text)}.heroPreviewCaption span{color:var(--muted);font-size:13px}.heroArtInner{font-weight:900;letter-spacing:.8px;opacity:.9}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit;color:inherit}.container{max-width:var(--container);margin:0 auto;padding:18px 20px 28px}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:30;background:hsla(0,0%,100%,.86);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.topbarInner{justify-content:space-between;gap:12px;min-height:var(--topbar-h);padding:6px 20px;max-width:var(--container);margin:0 auto}.brand,.topbarInner{display:flex;align-items:center}.brand{gap:10px;min-width:0}.brandLogo{width:58px;height:36px;max-height:calc(var(--topbar-h) - 18px);flex:0 0 auto;object-fit:contain;display:block}.brandText{display:flex;flex-direction:column;gap:2px;min-width:0}.brandTitle{display:block;font-weight:850;letter-spacing:0;color:var(--text);font-size:18px;line-height:1.05}.brandSub{display:block;font-size:12px;color:var(--muted);white-space:nowrap}.nav{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.chipLink,.nav{align-items:center}.chipLink{display:inline-flex;gap:8px;min-height:40px;padding:8px 13px;border:1px solid var(--border);border-radius:8px;background:#fff;font-weight:650}.chipLink:hover{border-color:#cfd8e3;background:#f9fbfc}.cartChip{border-color:#f3c8c3;background:#fff;color:var(--accent);box-shadow:0 8px 20px rgba(20,24,31,.06);border-radius:999px;font-weight:850}.cartChip:hover{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.cartChipActive{border-color:var(--accent);background:var(--accent);color:#fff;box-shadow:0 10px 24px rgba(239,63,50,.22)}.cartChipActive:hover{border-color:var(--accent-hover);background:var(--accent-hover);color:#fff}.cartChip .badge{background:var(--accent);border-color:var(--accent);color:#fff}.cartChipActive .badge{background:#fff;border-color:#fff;color:var(--accent)}.topbarMeta{display:none;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.topbarMetaItem{padding:6px 10px;border-radius:8px;border:1px solid var(--border);background:#fff}.siteFooter{margin-top:22px;border-top:1px solid var(--border);background:hsla(0,0%,100%,.7)}.siteFooterInner{max-width:var(--container);margin:0 auto;padding:14px 20px 18px;display:flex;align-items:center;justify-content:space-between;gap:18px}.footerTitle{font-weight:850;letter-spacing:0;margin-bottom:8px}.footerText{color:var(--muted);font-size:13px;line-height:1.45;margin-top:4px}.footerLinks{margin-top:10px;display:flex;flex-wrap:wrap;gap:10px}.footerLinks a{color:var(--muted);font-weight:650}.footerLinks a:hover{color:var(--text)}.footerLinksCompact{margin-top:0;justify-content:flex-end;flex:0 0 auto}@media (min-width:980px){.topbarMeta{display:inline-flex}}.grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-gap:14px;gap:14px}.card{border:1px solid var(--border);background:var(--card);border-radius:var(--radius);box-shadow:0 10px 30px rgba(20,24,31,.06)}.cardInner{padding:18px}.addressCheck{margin-top:14px}.h1{font-size:34px;letter-spacing:0;line-height:1.1}.h1,.lead{margin:8px 0 0}.lead{color:var(--muted)}.sectionTitle{margin:28px 0 12px;font-size:24px;font-weight:850;letter-spacing:0}.menuIntro{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin:22px -20px 0;padding:18px 20px 8px;background:#fff;border-top:1px solid #edf0f3}.hero+.srOnlySeoLink+.categoryNav{margin-top:0}.menuTools{margin:0 -20px;position:-webkit-sticky;position:sticky;top:var(--topbar-h);z-index:22;padding:10px 20px 8px;background:hsla(0,0%,100%,.96);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.searchInput{height:50px;border-radius:999px;padding-left:18px;font-weight:650;border-color:#edf0f3;background:#f3f5f7;box-shadow:none}.categoryNav{position:relative;top:auto;z-index:20;display:flex;flex-wrap:wrap;gap:8px;overflow:hidden;padding:12px 0 8px;margin:0 0 18px;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;scrollbar-width:none;scroll-padding-left:20px;scroll-padding-right:20px;border-bottom:0}.categoryNav:after{content:"";display:none}.categoryNav::-webkit-scrollbar{display:none}.categoryBtn{flex:0 1 auto;cursor:pointer;min-height:38px;padding:8px 14px;border-radius:999px;border:1px solid transparent;background:#f3f5f7;color:#303741;white-space:nowrap;font-weight:600}.categoryBtnActive{border-color:#202733;background:#202733;color:#fff;box-shadow:none}.emptyState{border:1px solid var(--border);border-radius:var(--radius);background:#fff;padding:18px;margin-top:18px}.emptyCartPanel{margin-top:14px;padding:20px;border:1px solid var(--border);border-radius:10px;background:linear-gradient(180deg,#fff,#fafbfc)}.emptyCartTitle{font-size:22px;font-weight:850;letter-spacing:0}.emptyCartActions{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap}.emptyCheckoutCard{max-width:680px;margin:0 auto}.productSkeleton{pointer-events:none}.skeletonButton,.skeletonLine{display:block;border-radius:8px;background:linear-gradient(90deg,#eee4d8,#faf4ed 48%,#eee4d8);background-size:200% 100%;animation:skeletonPulse 1.2s ease-in-out infinite}.skeletonLine{height:14px;width:72%}.skeletonTitle{height:18px;width:84%;margin-bottom:10px}.skeletonPrice{width:64px}.skeletonButton{width:104px;height:40px}@keyframes skeletonPulse{0%{background-position:0 0}to{background-position:-200% 0}}@media (max-width:900px){.categoryNav{flex-wrap:nowrap;overflow-x:auto;padding-left:12px;padding-right:12px;margin-left:-12px;margin-right:-12px}.categoryNav:after{position:-webkit-sticky;position:sticky;right:-12px;display:block;flex:0 0 28px;align-self:stretch;margin-left:-28px;pointer-events:none;background:linear-gradient(90deg,hsla(0,0%,100%,0),#fff 78%)}}.productCard{grid-column:span 12;display:grid;grid-template-rows:1fr auto;grid-gap:0;gap:0;padding:0;border:1px solid #edf0f3;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 8px 26px rgba(20,24,31,.05);width:100%;text-align:left;min-height:100%}.productCard:hover{border-color:#dde4eb;box-shadow:0 14px 34px rgba(20,24,31,.08)}.productCardDisabled{opacity:.72;filter:grayscale(.22)}.productOpenArea{display:block;width:100%;padding:0;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.productOpenArea:focus-visible{outline:2px solid rgba(255,77,61,.65);outline-offset:2px}.productPhotoWrap{position:relative}.productMobileControls,.productMobilePrice{display:none}@media (min-width:720px){.productCard{grid-column:span 4}}@media (min-width:1120px){.productCard{grid-column:span 3}}.productImg{position:relative;width:100%;height:auto;aspect-ratio:4/3;border-radius:0;overflow:hidden;background:#f3f5f7;border:0;display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:12px}.productImg img{width:100%;height:100%;object-fit:cover;transform:none}.productTitle{font-size:15px;font-weight:600;line-height:1.22;letter-spacing:0;color:var(--text)}.productSeoLink,.productTitleLink{color:inherit;text-decoration:none}.productSeoLink{display:block}.productTitleLink:hover{color:var(--accent)}.productTitleButton{display:inline;padding:0;border:0;background:transparent;text-align:left;cursor:pointer}.productTitleButton:hover{color:var(--accent)}.productTitleButton:disabled{cursor:default}.srOnlySeoLink{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.productMeta{color:var(--muted);font-size:14px;line-height:1.35;margin-top:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.productInfo{min-width:0;padding:12px 12px 8px}.row{margin-top:10px}.productBuyRow,.row{display:flex;align-items:center;justify-content:space-between;gap:10px}.productBuyRow{padding:0 12px 12px}.productBuyRow .price{font-size:18px;letter-spacing:0}.price{font-weight:860}.btn,.price{color:var(--text)}.btn{cursor:pointer;padding:10px 13px;min-height:40px;border-radius:10px;border:1px solid var(--border);background:#fff;font-weight:750}.btn:hover{border-color:#cfd8e3;background:#f9fbfc}.btnPrimary{border-color:var(--accent);background:var(--accent);color:#fff;box-shadow:0 10px 24px rgba(239,63,50,.2)}.btnPrimary:hover{border-color:var(--accent-hover);background:var(--accent-hover)}.btnGhost{border-color:#cfd8e3;background:#fff}.btnLarge{padding:12px 16px;border-radius:8px;font-weight:800}.btnCompact{padding:8px 10px}.btnDanger{border-color:rgba(255,93,93,.55);background:rgba(255,93,93,.12)}.paymentMethodGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.paymentMethodOption{cursor:pointer;min-height:72px;padding:12px;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--text);text-align:left}.paymentMethodOption small,.paymentMethodOption span{display:block}.paymentMethodOption span{font-weight:850}.paymentMethodOption small{margin-top:4px;color:var(--muted);font-size:13px}.paymentMethodOptionActive{border-color:var(--accent);box-shadow:0 0 0 3px rgba(239,63,50,.12)}.checkoutInlineActions{display:flex;gap:8px;flex-wrap:wrap}.checkoutDetailsToggle{justify-content:flex-start;width:-moz-fit-content;width:fit-content}.checkoutDetailsPanel{display:grid;grid-gap:10px;gap:10px;padding:12px;border:1px solid var(--border);border-radius:10px;background:#fafbfc}.muted{color:var(--muted)}.input{width:100%;padding:11px 12px;min-height:44px;border-radius:10px;border:1px solid var(--border);background:#fff;color:var(--text);outline:none}.input:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(217,56,40,.12)}.twoCol{display:grid;grid-template-columns:1fr;grid-gap:14px;gap:14px}.cartList{margin-top:14px;display:grid;grid-gap:0;gap:0;border-top:1px solid var(--border)}.cartItem{display:grid;grid-template-columns:96px minmax(0,1fr);grid-gap:12px;gap:12px;padding:16px 0;border-bottom:1px solid var(--border)}.cartItemImg{position:relative;width:96px;height:96px;border-radius:12px;overflow:hidden;background:linear-gradient(135deg,#f0e6da,#fff7ec);display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:12px}.cartItemImg img{width:100%;height:100%;object-fit:cover}.cartItemBody{min-width:0}.cartItemControls{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px;flex-wrap:wrap}.cartItemPrice{margin-left:auto}.checkoutOrderControls{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:8px}.cartItemUnavailable{opacity:.72}.cartItemUnavailable .cartItemImg img{filter:grayscale(1)}.itemStatusDanger{margin-top:6px;display:inline-flex;width:-moz-fit-content;width:fit-content;border:1px solid #f0b5ad;border-radius:999px;padding:4px 8px;background:#fff0ec;color:#9f2d20;font-size:12px;font-weight:850}.checkoutStep{display:flex;align-items:center;gap:10px;margin-top:28px}.checkoutStep:first-of-type{margin-top:10px}.checkoutStep span{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#111827;color:#fff;font-weight:850;font-size:13px;flex:0 0 auto}.checkoutStep .sectionTitle{margin:0}.checkoutStepAside{margin-top:0;margin-bottom:14px}.checkoutStepAside .sectionTitle,.stickyAside .sectionTitle{font-size:22px}.stickyAside{box-shadow:0 18px 50px rgba(20,24,31,.08)}.stickyAside .btnPrimary{min-height:48px}@media (min-width:980px){.twoCol{grid-template-columns:1fr 420px;align-items:start}}.alert{border:1px solid var(--border);border-radius:8px;padding:10px 12px;background:#fff}.alertOk{border-color:#b8decf;background:#effaf6}.alertDanger{border-color:#f0b5ad;background:#fff0ec}.qty{display:inline-flex;align-items:center;gap:8px}.qtyBtn{width:36px;height:36px;border-radius:10px;border:1px solid var(--border);background:#fff;color:var(--text);cursor:pointer}.qtyBtn:disabled{background:var(--surface-2);color:var(--muted);cursor:not-allowed}.qtyBtnPrimary{border-color:var(--accent);background:var(--accent);color:#fff;font-weight:900}.qtyBtnPrimary:hover{border-color:var(--accent-hover);background:var(--accent-hover)}.addBtn{display:inline-flex;align-items:center;justify-content:center;min-width:96px;height:38px;padding:0 13px;border-radius:999px;border:1px solid #eceff2;background:#f2f3f5;color:var(--text);cursor:pointer;font-weight:850;text-decoration:none}.addBtnIcon{display:none}.addBtn:hover{border-color:#dfe5eb;background:#e9edf1}.addBtn:disabled{border-color:var(--border);background:var(--surface-2);color:var(--muted);cursor:not-allowed}.qtyVal{min-width:28px;text-align:center;font-weight:700;color:var(--text)}.badge{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 8px;border-radius:999px;background:var(--accent);border:1px solid var(--accent);color:#fff;font-size:12px;font-weight:800}.modalBackdrop{position:fixed;inset:0;background:rgba(29,25,21,.5);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:grid;place-items:center;padding:18px;z-index:50}.modalCard{position:relative;width:min(980px,100%);border:1px solid var(--border);background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.modalClose{position:absolute;top:12px;right:12px;width:40px;height:40px;border-radius:8px;border:1px solid var(--border);background:#fff;color:var(--text);cursor:pointer}.modalBody{display:grid;grid-template-columns:1fr}@media (min-width:900px){.modalBody{grid-template-columns:420px 1fr}}.modalMedia{position:relative;min-height:320px;background:#f0e6da;border-right:1px solid var(--border);display:flex;align-items:center;justify-content:center;overflow:hidden}.modalMedia img{width:100%;height:100%;object-fit:cover}.modalNoImg{color:hsla(0,0%,100%,.55)}.modalContent{padding:18px}.modalBuyRow{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-start}.modalBuyRow .price{font-size:20px}@media (max-width:720px){.modalBackdrop{place-items:end center;padding:10px}.modalCard{width:100%;border-radius:22px 22px 0 0;max-height:calc(100dvh - 20px);overflow:hidden}.modalBody{grid-template-columns:1fr}.modalMedia{min-height:220px;border-right:0;border-bottom:1px solid var(--border)}.modalContent{padding:14px;overflow:auto;-webkit-overflow-scrolling:touch}}.mobileCartBar{position:fixed;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));z-index:60;display:flex;justify-content:flex-end}.desktopCartBar{position:fixed;right:max(20px,calc((100vw - var(--container)) / 2 + 20px));bottom:20px;z-index:58;display:none}.desktopCartBtn{min-height:54px;display:inline-flex;box-shadow:0 14px 40px rgba(92,45,33,.26);font-size:17px}.desktopCartBtn,.mobileCartBtn{align-items:center;justify-content:center;padding:14px 20px;border-radius:999px;border:1px solid var(--accent);background:var(--accent);color:#fff;font-weight:900}.mobileCartBtn{width:auto;min-width:0;min-height:56px;display:flex;gap:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 14px 40px rgba(92,45,33,.28);font-size:18px}.cartIconSvg{width:22px;height:22px;flex:0 0 22px;display:block;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.cartChip .cartIconSvg{width:21px;height:21px;flex-basis:21px}.mobileCartBtnPrimary{border-color:var(--accent);background:var(--accent)}.linkDanger{color:rgba(255,93,93,.92)}.linkDanger:hover{text-decoration:underline}.stickyAside{position:-webkit-sticky;position:sticky;top:92px}.progressBar{height:10px;border-radius:999px;overflow:hidden;border:1px solid var(--border);background:#edf2f6}.progressBarFill{height:100%;background:var(--accent);width:0}@media (max-width:768px){:root{--topbar-h:60px}.topbarInner{padding:9px 12px}.siteFooterInner{align-items:flex-start;flex-direction:column;gap:10px;padding:14px 12px calc(18px + env(safe-area-inset-bottom))}.footerLinksCompact{justify-content:flex-start}.brandTitle{font-size:17px}.brandSub{font-size:11px}.navOnlyDesktop,.topbar .nav,.topbar .nav .chipLink:not(.cartChip){display:none}.hero{display:block;margin:0 -12px;padding:16px 12px 14px;border-radius:0;box-shadow:none;background:linear-gradient(135deg,#141b28,#243041)}.heroGrid{gap:10px}.heroKicker{margin-bottom:6px;font-size:12px}.heroTitle{font-size:26px;line-height:1.08}.heroLead{font-size:14px;line-height:1.35;max-width:320px}.heroLeadDesktopOnly{display:block}.heroActions,.heroSecondary,.heroTitleSuffix{display:none}.addressCheck{margin:0 0 12px;border-radius:8px}.addressCheck .cardInner{padding:14px}.addressCheck .sectionTitle{font-size:20px;margin-bottom:10px}.addressCheck .input{height:46px;font-size:16px}.deliveryActions .btn{height:48px}.heroVisual{display:none}.container{padding:10px 12px 18px}.menuIntro{margin:0 -12px;padding:12px 12px 4px}.menuIntro .sectionTitle{font-size:20px;margin-bottom:6px}.menuTools{margin:0 -12px;padding:6px 12px;background:#fff}.searchInput{height:44px}.addressSuggestStatus,.deliveryCheckoutLink{display:none}}@media (max-width:520px){.grid{gap:20px 12px}.productCard{grid-column:span 6;display:block;min-height:0;border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible}.productCard:hover{border-color:transparent;box-shadow:none}.productPhotoWrap{border-radius:14px;overflow:hidden;background:#f3f5f7}.productImg{width:100%;min-height:0;aspect-ratio:1/1;border-radius:14px;border-bottom:0;border-right:0}.productInfo{padding:7px 1px 0}.productMobilePrice{display:block;margin-bottom:2px;font-size:16px;line-height:1.2}.productTitle{font-size:13px;line-height:1.24;font-weight:500;color:#303741}.productBuyRow,.productMeta{display:none}.productMobileControls{position:absolute;left:7px;right:7px;bottom:7px;z-index:2;display:flex;justify-content:flex-end;pointer-events:none}.qtyBtn{width:30px;height:30px;border-radius:999px;border:1px solid #edf0f3;background:#fff;box-shadow:none;font-weight:900}.qty{gap:4px}.qtyVal{min-width:24px}.addBtn{width:34px;min-width:34px;height:34px;padding:0;border-radius:999px;border-color:#edf0f3;background:#fff;color:var(--accent);box-shadow:0 8px 22px rgba(20,24,31,.16)}.productPhotoAddBtn{width:42px;min-width:42px;height:42px;padding:0;border-color:#fff;background:#fff;color:#111827;box-shadow:0 6px 14px rgba(20,24,31,.18)}.productPhotoAddBtn,.productPhotoQty{pointer-events:auto}.productPhotoQty{align-items:center;padding:3px;border-radius:999px;border:1px solid #edf0f3;background:hsla(0,0%,100%,.96);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 8px 22px rgba(20,24,31,.14)}.productPhotoQty .qtyVal{color:var(--text);font-size:14px;font-weight:900;text-align:center}.addBtnText,.productPhotoAddBtn .addBtnText{display:none}.addBtnIcon{display:inline;font-size:22px;line-height:1}.productPhotoAddBtn .addBtnIcon{display:inline;font-size:26px;line-height:1;font-weight:900}.categoryNav{padding-top:8px;padding-bottom:10px;margin-bottom:12px;background:transparent}.categoryBtn{padding:9px 12px}.seoDeliveryBlock{display:none}.cartItem{grid-template-columns:78px minmax(0,1fr);gap:10px;padding:12px 0}.cartItemImg{width:78px;height:78px}.cartItemControls{gap:8px}.cartItemControls .btnCompact{padding:7px 9px;font-size:13px}.checkoutStep{margin-top:22px}.stickyAside{position:static}}@media (min-width:900px){.hero{padding:32px}.mobileCartBar{display:none}.desktopCartBar{display:block}}body.hasMobileCart{padding-bottom:84px}