:root{--primary:#a97b61;--secondary:#d6b671;--ink:#101116;--muted:#8f98a8;--surface:#fff;--background:#f5f6f8;--success:#008b4c;--danger:#c53c37;--radius:20px;--shadow:0 10px 32px rgba(22,26,35,.08);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#151619}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:#151619}body{margin:0;background:var(--background);min-height:100vh}button,input,textarea{font:inherit}.app-shell{width:min(100%,760px);min-height:100vh;margin:auto;background:var(--background);padding:18px 18px 116px}.store-header{display:flex;align-items:center;gap:14px;padding:4px 2px 14px}.brand-mark{position:relative;width:56px;height:56px;border-radius:17px;background:#292a2e;color:#fff;display:grid;place-items:center;box-shadow:0 8px 16px rgba(0,0,0,.15);overflow:hidden}.brand-mark:after{content:"";position:absolute;right:-1px;bottom:-1px;width:12px;height:12px;background:#37b45a;border:3px solid #fff;border-radius:50%}.brand-mark img{width:100%;height:100%;object-fit:cover}.brand-mark span{font-size:12px;font-weight:800}.brand-copy{display:grid;gap:4px}.brand-copy strong{font-size:20px;letter-spacing:-.03em}.store-status{font-weight:700;font-size:13px}.store-status i{display:inline-block;width:8px;height:8px;margin-right:7px;border-radius:50%}.store-status.is-open{color:var(--success)}.store-status.is-open i{background:var(--success)}.store-status.is-closed{color:var(--danger)}.store-status.is-closed i{background:var(--danger)}.top-message{margin:0 0 12px;padding:10px 14px;border-radius:14px;background:color-mix(in srgb,var(--primary) 12%,#fff);font-size:13px;font-weight:700}.branch-card{width:100%;border:1px solid #e7e9ee;border-radius:18px;background:#f9fafc;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;text-align:left;box-shadow:0 4px 10px rgba(20,30,50,.04)}.branch-card span:first-child{display:grid;gap:4px}.branch-card small{font-size:10px;color:#0868ff;font-weight:900;letter-spacing:.04em}.branch-card strong{font-size:16px}.branch-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#fff;color:#0868ff;box-shadow:0 4px 15px rgba(10,80,180,.08)}.hero-slider{display:grid;grid-auto-flow:column;grid-auto-columns:87%;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding:14px 0 2px}.hero-slider a{scroll-snap-align:start}.hero-slider img{display:block;width:100%;aspect-ratio:16/7;object-fit:cover;border-radius:18px}.category-pills{position:sticky;top:0;z-index:20;display:flex;gap:10px;overflow-x:auto;margin:14px -18px 0;padding:12px 18px;background:rgba(245,246,248,.92);backdrop-filter:blur(12px);scrollbar-width:none}.category-pill{white-space:nowrap;padding:12px 18px;border-radius:999px;background:#fff;color:#697184;text-decoration:none;font-weight:800;box-shadow:0 3px 10px rgba(25,31,42,.06)}.category-pill span{margin-right:8px}.category-pill.is-active{background:#343438;color:#fff;box-shadow:0 8px 18px rgba(20,20,22,.2)}.catalog{padding-top:8px}.category-section{scroll-margin-top:88px}.category-section h2{display:flex;gap:10px;align-items:center;margin:20px 0 12px;font-size:24px;letter-spacing:-.035em}.product-grid{display:grid;gap:14px}.product-card{background:#fff;border-radius:20px;box-shadow:var(--shadow);overflow:hidden}.product-open{width:100%;min-height:138px;border:0;background:#fff;display:grid;grid-template-columns:minmax(0,1fr) 150px;text-align:left;padding:20px 14px 14px 20px;cursor:pointer}.product-copy{align-self:center;display:grid;gap:5px}.product-copy strong{font-size:17px;line-height:1.08;text-transform:uppercase}.product-copy small{display:-webkit-box;overflow:hidden;color:#7e8795;font-size:12px;line-height:1.35;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-copy b{font-size:16px}.product-visual{position:relative;display:grid;place-items:center;min-width:0}.product-visual img{width:100%;height:104px;object-fit:contain;filter:drop-shadow(0 10px 8px rgba(0,0,0,.2))}.product-visual i{position:absolute;right:0;bottom:0;width:38px;height:38px;background:#050505;color:#fff;display:grid;place-items:center;font-style:normal;font-size:28px;border-radius:4px}.bottom-nav{position:fixed;z-index:40;left:50%;bottom:0;transform:translateX(-50%);width:min(100%,760px);display:grid;grid-template-columns:repeat(4,1fr);padding:9px max(8px,env(safe-area-inset-right)) calc(9px + env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left));background:#fff;border-top:1px solid #eceef2;box-shadow:0 -5px 20px rgba(18,21,29,.06)}.bottom-nav a,.bottom-nav button{position:relative;border:0;background:none;color:#98a1af;text-decoration:none;display:grid;justify-items:center;gap:2px;font-size:11px;font-weight:700}.bottom-nav span{font-size:23px}.bottom-nav .is-active{color:var(--primary)}#cartCount{position:absolute;top:-2px;left:calc(50% + 7px);min-width:18px;height:18px;padding:0 4px;border-radius:9px;background:#050505;color:#fff;font-size:10px;display:none;place-items:center}.sheet{width:min(100% - 18px,620px);max-height:92dvh;margin:auto auto 0;border:0;border-radius:26px 26px 0 0;padding:22px;background:#fff;color:var(--ink);box-shadow:0 -18px 50px rgba(0,0,0,.2);overflow:auto}.sheet::backdrop{background:rgba(8,9,12,.48);backdrop-filter:blur(3px)}.sheet[open]{animation:sheet-in .2s ease-out}@keyframes sheet-in{from{transform:translateY(30px);opacity:.5}}.close-button{float:right;border:0;background:#f0f1f4;border-radius:50%;width:36px;height:36px;font-size:24px}.sheet-title small{color:var(--primary);font-weight:900;text-transform:uppercase}.sheet-title h2{margin:3px 0 18px}.product-detail-image{width:100%;height:220px;object-fit:contain;background:#fafafa;border-radius:20px}.product-detail h2{margin:14px 0 4px}.product-detail>p{color:#7d8490}.option-group{border:0;margin:18px 0 0;padding:0}.option-group legend{font-weight:900;margin-bottom:8px}.option-choice{display:flex;justify-content:space-between;gap:10px;padding:10px 0;border-bottom:1px solid #eceef2}.quantity-row{display:flex;align-items:center;justify-content:space-between;margin:18px 0}.stepper{display:flex;align-items:center;gap:15px}.stepper button{width:38px;height:38px;border:0;border-radius:50%;font-size:22px}.primary-button,.secondary-button,.location-button{display:flex;align-items:center;justify-content:center;width:100%;min-height:50px;border:0;border-radius:15px;font-weight:900;text-decoration:none}.primary-button{background:var(--ink);color:#fff}.secondary-button{background:var(--primary);color:#fff}.location-button{background:#eef4ff;color:#0967db;margin-top:8px}.cart-line{display:grid;grid-template-columns:56px 1fr auto;gap:10px;align-items:center;padding:12px 0;border-bottom:1px solid #eceef2}.cart-line img{width:56px;height:56px;object-fit:contain}.cart-line-copy{display:grid;gap:3px}.cart-line-copy strong{font-size:13px}.cart-line-copy small{color:#8b93a0}.cart-line-controls{display:flex;align-items:center;gap:6px}.cart-line-controls button{border:0;background:#f0f1f4;width:28px;height:28px;border-radius:50%}.empty-cart{text-align:center;padding:30px 0;color:#8d95a2}.cart-totals{display:grid;gap:7px;padding:16px 0}.total-row{display:flex;justify-content:space-between}.total-row.grand{font-size:20px;font-weight:900}.checkout-form{display:grid;gap:16px}.checkout-form fieldset{border:0;padding:0;margin:0}.checkout-form legend{font-weight:900;margin-bottom:8px}.segmented{display:grid;grid-template-columns:1fr 1fr;gap:6px;background:#f0f1f4;border-radius:14px;padding:4px}.segmented input{position:absolute;opacity:0}.segmented span{display:block;padding:11px;border-radius:11px;text-align:center;font-size:13px;font-weight:800}.segmented input:checked+span{background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.09)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.checkout-form label{display:grid;gap:6px;font-size:12px;font-weight:800}.checkout-form input,.checkout-form textarea{width:100%;border:1px solid #dfe2e8;border-radius:12px;padding:12px;background:#fff}.helper-text,.form-message{margin:7px 0 0;color:#6f7785;font-size:12px}.form-message{color:var(--danger);font-weight:700}.payment-methods{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.payment-methods label{position:relative}.payment-methods input{position:absolute;opacity:0}.payment-methods span{display:block;border:1px solid #dfe2e8;border-radius:14px;padding:14px;text-align:center}.payment-methods input:checked+span{border:2px solid var(--primary);background:color-mix(in srgb,var(--primary) 8%,#fff)}.terms{grid-template-columns:auto 1fr!important;align-items:start}.terms input{width:auto}.payment-state{text-align:center;padding:14px 0}.pulse{display:block;width:56px;height:56px;border-radius:50%;margin:0 auto 12px;background:var(--secondary);box-shadow:0 0 0 0 color-mix(in srgb,var(--secondary) 55%,transparent);animation:pulse 1.7s infinite}@keyframes pulse{70%{box-shadow:0 0 0 18px transparent}}.payment-state img{width:min(260px,80%);max-height:280px;object-fit:contain}.payment-state a{word-break:break-word}.link-button{border:0;background:none;color:#737b88;margin-top:14px}.toast{position:fixed;z-index:80;left:50%;bottom:92px;transform:translate(-50%,20px);background:#121317;color:#fff;border-radius:12px;padding:11px 16px;opacity:0;pointer-events:none;transition:.2s;max-width:calc(100% - 32px);text-align:center}.toast.show{opacity:1;transform:translate(-50%,0)}.offline-page{display:grid;place-items:center;background:#f5f6f8;padding:24px}.offline-page main{text-align:center;max-width:380px}.offline-icon{font-size:60px}.offline-page p{color:#747d8b;margin-bottom:24px}
@media(max-width:520px){.app-shell{padding-left:14px;padding-right:14px}.category-pills{margin-left:-14px;margin-right:-14px;padding-left:14px;padding-right:14px}.product-open{grid-template-columns:minmax(0,1fr) 125px;min-height:128px}.product-visual img{height:92px}.form-grid{grid-template-columns:1fr}.sheet{width:100%}.hero-slider{grid-auto-columns:92%}}
@media(min-width:761px){body{padding:10px 0}.app-shell{border-radius:12px}.bottom-nav{bottom:10px;border-radius:0 0 12px 12px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
.branch-card-copy{display:grid;gap:4px;min-width:0}.branch-meta{display:block;color:#747d8b;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.branch-icon{flex:0 0 auto}.branch-list{display:grid;gap:10px}.branch-option{display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px;border:1px solid #e4e7ed;border-radius:16px;color:var(--ink);text-decoration:none}.branch-option.is-selected{border:2px solid var(--primary);background:color-mix(in srgb,var(--primary) 7%,#fff)}.branch-thumb{width:58px;height:58px;border-radius:12px;display:grid;place-items:center;background:#f0f1f4;font-weight:900;overflow:hidden}.branch-thumb img{width:100%;height:100%;object-fit:cover}.branch-option-copy{display:grid;gap:3px}.branch-option small{color:#747d8b;font-size:11px}.branch-option b{color:var(--success);font-size:11px}
.segmented.single-option{grid-template-columns:1fr}.location-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.secondary-location{background:#eef8f2;color:#087044}.location-button:disabled{opacity:.5;cursor:not-allowed}.customer-delivery-map{height:260px;margin-top:10px;border:1px solid #dfe2e8;border-radius:16px;overflow:hidden;background:#eef1f5}.customer-delivery-map:focus-within{outline:3px solid color-mix(in srgb,var(--primary) 25%,transparent)}#deliveryQuote.is-success{color:var(--success);font-weight:800}#deliveryQuote.is-error{color:var(--danger);font-weight:800}
.delivery-policy{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 12px}.delivery-policy span{padding:8px 10px;border-radius:10px;background:#eef8f2;color:#087044;font-size:12px}.delivery-policy strong{font-weight:900}
@media(max-width:420px){.location-actions{grid-template-columns:1fr}}

[hidden]{display:none!important}
button{touch-action:manipulation;-webkit-tap-highlight-color:transparent}
button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid color-mix(in srgb,var(--primary) 35%,transparent);outline-offset:2px}
.catalog-search{width:100%;min-height:52px;margin-top:12px;border:1px solid #e2e5ea;border-radius:999px;background:#fff;display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:10px;padding:0 16px;color:#697184;text-align:left;box-shadow:0 5px 18px rgba(17,24,39,.07);cursor:pointer}
.catalog-search svg,.search-input-wrap svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.catalog-search span{font-size:14px;font-weight:750;color:#505867}
.catalog-search kbd{border:0;border-radius:8px;background:#f2f3f5;padding:6px 9px;color:#7a8290;font:700 11px/1 inherit}
.product-card{transition:transform .18s ease,box-shadow .18s ease}
.product-card:hover{transform:translateY(-2px);box-shadow:0 16px 38px rgba(22,26,35,.12)}
.product-card:active{transform:scale(.992)}
.product-copy strong{text-transform:none;font-size:18px}
.product-visual i{border-radius:12px;box-shadow:0 6px 16px rgba(0,0,0,.22)}
.product-visual i svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round}
.bottom-nav a,.bottom-nav button{padding:4px 2px;cursor:pointer}
.bottom-nav svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.cart-summary{position:fixed;z-index:39;left:50%;bottom:calc(78px + env(safe-area-inset-bottom));transform:translateX(-50%);width:min(calc(100% - 28px),732px);min-height:58px;border:0;border-radius:18px;background:var(--ink);color:#fff;padding:9px 16px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 16px 36px rgba(13,17,23,.3);cursor:pointer;animation:cart-summary-in .22s ease-out}
.cart-summary>span{display:flex;align-items:center;gap:10px;font-weight:850}
.cart-summary>span>b{width:34px;height:34px;border-radius:11px;background:#fff;color:var(--ink);display:grid;place-items:center}
.cart-summary>strong{font-size:16px}
@keyframes cart-summary-in{from{opacity:0;transform:translate(-50%,12px)}}
.search-sheet{height:min(92dvh,760px);overflow:hidden;padding:0;display:none;grid-template-rows:auto auto auto 1fr}
.search-sheet[open]{display:grid}
.search-sheet-header{position:relative;padding:22px 20px 12px;background:#fff}
.search-sheet-header .sheet-title{padding-right:46px}
.search-sheet-header .sheet-title h2{margin-bottom:14px}
.search-close{position:absolute;right:20px;top:20px;float:none}
.search-input-wrap{height:52px;border:1px solid #dfe2e8;border-radius:16px;background:#f6f7f9;display:grid;grid-template-columns:22px 1fr auto;align-items:center;gap:9px;padding:0 12px;color:#687180}
.search-input-wrap:focus-within{border-color:var(--primary);background:#fff;box-shadow:0 0 0 4px color-mix(in srgb,var(--primary) 10%,transparent)}
.search-input-wrap input{width:100%;border:0;outline:0;background:transparent;color:var(--ink);font-size:15px;font-weight:650}
.search-input-wrap input::-webkit-search-cancel-button{display:none}
.search-input-wrap button{width:30px;height:30px;border:0;border-radius:50%;background:#e7e9ed;color:#5f6876;font-size:20px;line-height:1}
.search-categories{display:flex;gap:8px;overflow-x:auto;padding:8px 20px 10px;scrollbar-width:none;background:#fff}
.search-categories button{white-space:nowrap;border:1px solid #e0e3e8;border-radius:999px;background:#fff;color:#626b79;padding:9px 14px;font-size:12px;font-weight:850}
.search-categories button.is-active{border-color:var(--ink);background:var(--ink);color:#fff}
.search-result-count{margin:0;padding:7px 20px 10px;color:#7b8491;font-size:12px;font-weight:750;border-bottom:1px solid #eef0f3}
.search-results{overflow-y:auto;padding:8px 20px 28px;background:#fff}
.search-result{position:relative;width:100%;min-height:98px;border:0;border-bottom:1px solid #eceef2;background:#fff;display:grid;grid-template-columns:82px minmax(0,1fr) 38px;align-items:center;gap:13px;padding:12px 0;text-align:left;color:var(--ink);cursor:pointer}
.search-result img,.search-result-placeholder{width:82px;height:76px;border-radius:14px;object-fit:contain;background:#f5f6f8}
.search-result>span:not(.search-result-placeholder){display:grid;gap:2px;min-width:0}
.search-result small{color:var(--primary);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.035em}
.search-result strong{overflow:hidden;text-overflow:ellipsis;font-size:14px;white-space:nowrap}
.search-result p{display:-webkit-box;overflow:hidden;margin:1px 0;color:#7a8390;font-size:11px;line-height:1.3;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.search-result b{font-size:13px}
.search-result i{width:34px;height:34px;border-radius:11px;background:#111216;color:#fff;display:grid;place-items:center;font-size:23px;font-style:normal}
.search-empty{display:grid;place-items:center;gap:6px;padding:56px 20px;text-align:center}
.search-empty:before{content:"⌕";width:58px;height:58px;border-radius:20px;background:#f1f2f5;color:#8a929f;display:grid;place-items:center;font-size:32px}
.search-empty p{margin:0;color:#7d8592;font-size:13px}
.product-sheet{padding:0;overflow:hidden}
.product-sheet>form{position:sticky;top:0;z-index:4;height:0}
.product-sheet .close-button{position:absolute;top:16px;right:16px;background:rgba(255,255,255,.94);box-shadow:0 4px 14px rgba(0,0,0,.12)}
.product-detail{max-height:92dvh;overflow-y:auto;padding:0 20px 20px}
.product-detail.without-image{padding-top:52px}
.product-detail-image{width:calc(100% + 40px);height:250px;margin:0 -20px;border-radius:0;background:#f7f7f8}
.product-detail-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:18px;padding:18px 0 2px}
.product-detail-heading h2{margin:0 0 7px;font-size:24px;line-height:1.08;letter-spacing:-.025em}
.product-detail-heading p{margin:0;color:#777f8b;font-size:13px;line-height:1.45}
.product-detail-heading>b{font-size:18px}
.option-group{margin-top:20px}
.option-group legend{width:100%;display:flex;align-items:end;justify-content:space-between;gap:12px;padding-bottom:4px}
.option-group legend span{font-size:16px}
.option-group legend small{color:#7a8290;font-size:11px;font-weight:750}
.option-choice{position:relative;min-height:56px;display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 0;cursor:pointer}
.option-choice>input{position:absolute;opacity:0;pointer-events:none}
.option-check{width:22px;height:22px;border:2px solid #c9ced6;border-radius:7px;display:grid;place-items:center;transition:.15s}
.option-choice>input:checked+.option-check{border-color:var(--ink);background:var(--ink)}
.option-choice>input:checked+.option-check:after{content:"";width:8px;height:4px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg) translate(1px,-1px)}
.option-choice-copy{display:grid;gap:2px}
.option-choice-copy strong{font-size:13px}
.option-choice-copy small{color:#7a8290;font-size:11px}
.option-choice>b{font-size:12px}
.product-comment{display:grid;gap:7px;margin-top:20px;font-size:13px;font-weight:850}
.product-comment textarea{width:100%;border:1px solid #dfe2e8;border-radius:14px;padding:12px;resize:vertical}
.product-add-bar{position:sticky;bottom:-20px;z-index:3;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;margin:20px -20px -20px;padding:13px 20px calc(13px + env(safe-area-inset-bottom));background:rgba(255,255,255,.96);border-top:1px solid #eceef2;backdrop-filter:blur(14px)}
.product-add-bar .stepper{gap:5px;border-radius:14px;background:#f1f2f4;padding:4px}
.product-add-bar .stepper button{width:36px;height:36px;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.06)}
.product-add-bar .stepper b{min-width:26px;text-align:center}
.product-add-bar .primary-button{min-height:48px}
.primary-button:disabled,.secondary-button:disabled{opacity:.6;cursor:wait}
.product-loading{display:grid;gap:12px;padding:24px 20px 32px}
.product-loading span{display:block;height:18px;border-radius:9px;background:linear-gradient(90deg,#eff0f2 25%,#f9f9fa 50%,#eff0f2 75%);background-size:200% 100%;animation:product-shimmer 1.1s infinite}
.product-loading span:first-child{height:240px;margin:-24px -20px 8px;border-radius:0}
.product-loading span:nth-child(2){width:72%}
.product-loading span:nth-child(3){width:42%}
@keyframes product-shimmer{to{background-position:-200% 0}}
.product-error{display:grid;gap:10px;padding:90px 22px 45px;text-align:center}
.product-error p{margin:0 0 12px;color:#777f8b}
.empty-cart{display:grid;place-items:center;gap:7px;padding:38px 0;color:var(--ink)}
.empty-cart>span{width:58px;height:58px;border-radius:20px;background:#f1f2f5;color:#8a929f;display:grid;place-items:center;font-size:30px}
.empty-cart p{margin:0;color:#808895;font-size:13px}
.empty-cart button{margin-top:8px;border:0;border-radius:12px;background:var(--ink);color:#fff;padding:10px 16px;font-weight:850}
.cart-line-detail{display:-webkit-box;overflow:hidden;line-height:1.25;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.cart-line-placeholder{width:56px;height:56px;border-radius:12px;background:#f1f2f4}
@media(max-width:520px){.app-shell{padding-bottom:150px}.catalog-search kbd{display:none}.catalog-search{grid-template-columns:24px 1fr}.search-sheet{width:100%;height:94dvh}.search-sheet-header,.search-results{padding-left:16px;padding-right:16px}.search-categories{padding-left:16px;padding-right:16px}.search-result-count{padding-left:16px;padding-right:16px}.product-detail-image{height:225px}.product-add-bar{grid-template-columns:auto minmax(0,1fr)}}
@media(min-width:761px){.cart-summary{bottom:88px}}

.catalog-price{display:flex;align-items:baseline;gap:7px;margin-top:3px}.catalog-price i{color:#8a929e;font-size:10px;font-style:normal;font-weight:750}.catalog-price b{font-size:17px}.search-price{display:flex!important;align-items:baseline;gap:6px;margin-top:3px}.search-price small{color:#7a8390!important;font-size:9px!important}.search-price b{font-size:14px}.product-price-breakdown{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:14px 0 2px}.product-price-breakdown span{display:grid;gap:3px;padding:12px 13px;border-radius:14px;background:#f5f6f8}.product-price-breakdown small{color:#747d8b;font-size:10px;font-weight:750}.product-price-breakdown strong{font-size:16px}.cart-line{align-items:start}.cart-line-copy{min-width:0}.promotion-list{display:flex;flex-wrap:wrap;gap:4px;margin-top:3px}.promotion-list b{padding:4px 7px;border-radius:999px;background:#eaf8ef;color:#087044;font-size:9px;line-height:1.2}.cart-line-values{display:flex;align-items:baseline;flex-wrap:wrap;gap:6px;margin-top:4px}.cart-line-values del{color:#8d95a2;font-size:11px}.cart-line-values strong{font-size:13px}.cart-line-values em{color:#087044;font-size:10px;font-style:normal;font-weight:850}.cart-totals{padding:16px;border-radius:16px;background:#f7f8fa;margin:14px 0 4px}.total-row.discount{color:#087044}.cart-totals>p{margin:3px 0 0;color:#747d8b;font-size:10px;line-height:1.4}.checkout-form{margin-top:12px}.checkout-details{display:grid;gap:14px}.checkout-card{position:relative;display:grid;gap:13px;padding:18px;border:1px solid #e7e9ed;border-radius:20px;background:#fff;box-shadow:0 8px 24px rgba(20,28,40,.055)}.checkout-step{position:absolute;right:16px;top:16px;width:28px;height:28px;border-radius:10px;background:var(--ink);color:#fff;display:grid;place-items:center;font-size:12px;font-weight:900}.checkout-card-heading{padding-right:42px}.checkout-card-heading small{color:var(--primary);font-size:10px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.checkout-card-heading h3{margin:4px 0 5px;font-size:19px;line-height:1.15;letter-spacing:-.02em}.checkout-card-heading p{margin:0;color:#737c89;font-size:12px;line-height:1.45}.document-field input{font-size:19px!important;font-weight:800;letter-spacing:.08em}.document-type-hint{margin:-5px 0 0;color:#737c89;font-size:11px}.lookup-button{min-height:52px}.lookup-status{min-height:0;margin:0;font-size:12px;font-weight:750;line-height:1.4}.lookup-status:empty{display:none}.lookup-status.is-loading{color:#596373}.lookup-status.is-success{color:#087044}.lookup-status.is-error{color:var(--danger)}.profile-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.profile-heading>span{display:block}.profile-heading b{flex:0 0 auto;border-radius:999px;background:#eaf8ef;color:#087044;padding:6px 9px;font-size:9px;text-transform:uppercase}.person-type{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:12px;background:#f5f6f8;font-size:11px}.person-type span{color:#747d8b}.person-type strong{font-size:12px}.delivery-fields{display:grid;gap:12px;margin-top:14px}.address-alias{display:grid;gap:8px}.address-alias legend{font-size:12px}.alias-options{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.alias-options label{position:relative}.alias-options input{position:absolute;opacity:0}.alias-options span{display:block;border:1px solid #dfe2e8;border-radius:12px;padding:10px 7px;text-align:center;font-size:12px;font-weight:850}.alias-options input:checked+span{border-color:var(--ink);background:var(--ink);color:#fff}.inline-action{justify-self:start;border:0;background:none;color:#0967db;padding:0;font-size:11px;font-weight:850;cursor:pointer}.pickup-summary{display:grid;gap:3px;margin-top:14px;padding:14px;border-radius:14px;background:#f5f6f8}.pickup-summary small{color:var(--primary);font-size:9px;font-weight:900;text-transform:uppercase}.pickup-summary strong{font-size:14px}.pickup-summary span{color:#737c89;font-size:11px}.checkout-payment{gap:16px}.checkout-form input:invalid:not(:placeholder-shown),.checkout-form textarea:invalid:not(:placeholder-shown){border-color:#d89793}.checkout-form input:focus,.checkout-form textarea:focus{border-color:var(--primary);outline:0;box-shadow:0 0 0 4px color-mix(in srgb,var(--primary) 10%,transparent)}
@media(max-width:520px){.checkout-card{padding:16px}.checkout-card-heading h3{font-size:18px}.product-price-breakdown{grid-template-columns:1fr}.cart-line{grid-template-columns:50px minmax(0,1fr) auto}.cart-line img,.cart-line-placeholder{width:50px;height:50px}.cart-line-controls{display:grid;grid-template-columns:28px 20px 28px;align-items:center}.cart-line-controls b{text-align:center}.profile-heading{display:grid}.profile-heading b{justify-self:start}.location-actions{grid-template-columns:1fr}}

.delivery-benefit{position:sticky;top:0;z-index:30;min-height:46px;margin:0 0 12px;padding:9px 13px;border:1px solid color-mix(in srgb,var(--primary) 18%,#fff);border-radius:15px;background:color-mix(in srgb,var(--primary) 10%,rgba(255,255,255,.96));display:flex;align-items:center;gap:10px;box-shadow:0 8px 24px rgba(20,28,40,.1);backdrop-filter:blur(16px)}
.delivery-benefit-icon{flex:0 0 auto;width:30px;height:30px;border-radius:10px;background:#fff;display:grid;place-items:center;font-size:17px;box-shadow:0 3px 9px rgba(20,28,40,.08)}
.delivery-benefit>span:last-child{display:flex;align-items:baseline;flex-wrap:wrap;gap:4px 6px;min-width:0}
.delivery-benefit strong{font-size:13px}.delivery-benefit small{color:#646d7a;font-size:11px;font-weight:750}
.category-pills.has-sticky-benefit{top:54px}
.category-pills.has-sticky-benefit+.catalog .category-section{scroll-margin-top:142px}
.branch-card.is-static{cursor:default}.branch-card.is-interactive{cursor:pointer}.branch-card.is-interactive:hover{border-color:color-mix(in srgb,var(--primary) 32%,#e7e9ee)}
.branch-icon svg,.branch-action svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.branch-action{flex:0 0 auto;display:flex;align-items:center;gap:3px;color:#0967db}.branch-action small{color:inherit;font-size:9px}.branch-action svg{width:17px;height:17px}
.nearest-branch-button{width:100%;min-height:46px;margin:0 0 4px;border:1px solid #dfe4eb;border-radius:14px;background:#f5f8ff;color:#0967db;font-size:12px;font-weight:850;cursor:pointer}.nearest-branch-button span{font-size:18px;margin-right:5px}.nearest-branch-button:disabled{opacity:.65;cursor:wait}
.nearest-branch-status{min-height:0;margin:7px 1px 12px;color:#66707d;font-size:11px;line-height:1.4}.nearest-branch-status:empty{display:none}.branch-option.is-nearest{border-color:#31a866;box-shadow:0 0 0 3px rgba(49,168,102,.12)}
.product-option-hint,.search-result p.is-option-hint{color:var(--primary);font-weight:800}.catalog-price{margin-top:4px}.catalog-price b{font-size:17px}.search-price{margin-top:4px!important}.search-price b{font-size:14px}
.product-detail-heading>b{white-space:nowrap}.product-options-summary{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:14px 0 2px;padding:11px 13px;border-radius:14px;background:#f5f6f8}.product-options-summary span{color:#747d8b;font-size:11px;font-weight:750}.product-options-summary strong{font-size:16px}
@media(max-width:520px){.delivery-benefit{margin-left:-2px;margin-right:-2px}.category-pills.has-sticky-benefit{top:52px}.branch-action small{display:none}.product-detail-heading{gap:12px}.product-detail-heading>b{font-size:16px}}
