:root{--bg:#f6f8fc;--surface:#fff;--surface-2:#eef4ff;--text:#111827;--muted:#657084;--line:#e3e8f1;--primary:#2463eb;--primary-dark:#1748bd;--success:#15945d;--warning:#d97706;--danger:#d9364f;--shadow:0 16px 44px #1c345e17;--radius:24px;--max:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth;max-width:100%;overflow-x:hidden}body{background:var(--bg);max-width:100%;color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;overflow-x:hidden}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer}.page{min-height:calc(100vh - 76px);padding:32px 20px 96px}.container{width:min(100%,var(--max));margin:0 auto}.topbar{z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffe6;border-bottom:1px solid #e3e8f1e6;height:76px;position:sticky;top:0}.topbar-inner{width:min(100%,var(--max));align-items:center;gap:30px;height:100%;margin:auto;padding:0 20px;display:flex}.brand{align-items:center;gap:11px;min-width:max-content;display:flex}.brand img{border-radius:15px;width:46px;height:46px;box-shadow:0 8px 20px #2463eb29}.brand span{line-height:1;display:grid}.brand b{letter-spacing:.04em;font-size:18px}.brand small{color:var(--primary);letter-spacing:.12em;text-transform:uppercase;margin-top:5px;font-size:12px;font-weight:800}.desktop-search{max-width:480px;height:48px;color:var(--muted);border:1px solid var(--line);background:#f3f6fb;border-radius:16px;flex:1;align-items:center;gap:10px;padding:0 17px;display:flex}.desktop-actions{align-items:center;gap:8px;margin-left:auto;display:flex}.desktop-actions>a{color:#4b5565;border-radius:14px;place-items:center;gap:2px;min-width:72px;height:52px;font-size:11px;font-weight:700;display:grid;position:relative}.desktop-actions>a:hover{background:var(--surface-2);color:var(--primary)}.desktop-actions i,.nav-cart i{color:#fff;background:var(--danger);border:2px solid #fff;border-radius:999px;place-items:center;min-width:20px;height:20px;padding:0 5px;font-size:10px;font-style:normal;display:grid;position:absolute;top:1px;right:8px}.mobile-nav{display:none}.floating-cart{z-index:45;color:#fff;background:var(--primary);border-radius:18px;align-items:center;gap:10px;min-height:56px;padding:0 20px;font-weight:800;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 16px 34px #2463eb4d}.hero{color:#fff;background:linear-gradient(128deg,#0f2f6d 0%,#245fd8 58%,#5b8ef5 100%);border-radius:34px;min-height:300px;padding:50px;position:relative;overflow:hidden;box-shadow:0 24px 60px #1f4da633}.hero:after{content:"";background:#ffffff1c;border-radius:50%;width:390px;height:390px;position:absolute;top:-160px;right:-100px;box-shadow:-120px 250px #ffffff0d}.hero-content{z-index:2;min-width:0;max-width:680px;position:relative}.eyebrow{letter-spacing:.08em;text-transform:uppercase;background:#ffffff24;border-radius:999px;align-items:center;gap:8px;margin-bottom:18px;padding:8px 12px;font-size:12px;font-weight:800;display:inline-flex}.hero h1{letter-spacing:-.055em;margin:0;font-size:clamp(36px,5vw,66px);line-height:.98}.hero p{color:#fffc;max-width:560px;margin:20px 0 28px;font-size:18px;line-height:1.55}.hero-search{height:62px;color:var(--text);background:#fff;border-radius:19px;align-items:center;gap:12px;padding:0 9px 0 19px;display:flex;box-shadow:0 12px 34px #0619402e}.hero-search input{border:0;outline:0;flex:1;min-width:0;font-size:16px}.hero-search button,.primary-btn{color:#fff;background:var(--primary);border:0;border-radius:14px;font-weight:800}.hero-search button{height:46px;padding:0 22px}.section-head{justify-content:space-between;align-items:end;gap:18px;margin-bottom:20px;display:flex}.section-head h1,.section-head h2{letter-spacing:-.035em;margin:0;font-size:clamp(26px,3vw,38px);line-height:1.1}.section-head p{color:var(--muted);margin:7px 0 0}.city-picker{border:1px solid var(--line);background:var(--surface);min-width:180px;height:44px;color:var(--text);border-radius:14px;padding:0 38px 0 14px}.store-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.store-card{background:var(--surface);border-radius:var(--radius);border:1px solid #e3e8f1d9;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 8px 28px #1c345e0d}.store-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.store-cover{aspect-ratio:16/8.5;background:linear-gradient(135deg,#eaf1ff,#dbe8ff);position:relative;overflow:hidden}.store-cover>img{object-fit:cover;width:100%;height:100%}.store-logo-fallback{width:100%;height:100%;color:var(--primary);place-items:center;font-size:64px;font-weight:900;display:grid}.store-status{color:var(--success);background:#ffffffeb;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:900;position:absolute;top:14px;left:14px;box-shadow:0 6px 15px #10182817}.store-status.closed{color:#6b7280}.store-body{padding:19px}.store-title-row{justify-content:space-between;align-items:start;gap:10px;display:flex}.store-title{margin:0;font-size:20px;line-height:1.2}.store-desc{height:42px;color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:8px 0 15px;font-size:14px;line-height:1.5;display:-webkit-box;overflow:hidden}.meta-row{flex-wrap:wrap;gap:8px;display:flex}.chip{color:#536075;background:#f3f6fb;border-radius:999px;align-items:center;gap:6px;min-height:30px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.product-card{background:var(--surface);border:1px solid var(--line);border-radius:22px;flex-direction:column;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 24px #1c345e0b}.product-image{aspect-ratio:1;background:#edf2f8;position:relative;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%;transition:transform .25s}.product-card:hover .product-image img{transform:scale(1.025)}.product-placeholder{color:#8da1c3;place-items:center;width:100%;height:100%;font-size:45px;display:grid}.discount{color:#fff;background:var(--danger);border-radius:9px;padding:6px 9px;font-size:11px;font-weight:900;position:absolute;top:12px;left:12px}.product-body{flex-direction:column;flex:1;padding:15px;display:flex}.product-category{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:800}.product-name{margin:7px 0 6px;font-size:16px;line-height:1.25}.product-desc{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 14px;font-size:13px;line-height:1.45;display:-webkit-box;overflow:hidden}.product-foot{justify-content:space-between;align-items:center;gap:10px;margin-top:auto;display:flex}.price{align-items:baseline;gap:7px;font-size:18px;font-weight:900;display:flex}.old-price{color:#9ca3af;font-size:12px;font-weight:600;text-decoration:line-through}.add-btn,.qty button{color:#fff;background:var(--primary);border:0;border-radius:12px;place-items:center;display:grid}.add-btn{width:42px;height:42px}.qty{align-items:center;gap:9px;font-weight:800;display:flex}.qty button{width:34px;height:34px}.store-hero{color:#fff;background:#173c83;border-radius:32px;min-height:310px;position:relative;overflow:hidden}.store-hero-bg{object-fit:cover;opacity:.38;width:100%;height:100%;position:absolute;inset:0}.store-hero:after{content:"";background:linear-gradient(90deg,#071634e6,#07163459);position:absolute;inset:0}.store-hero-content{z-index:2;max-width:720px;padding:48px;position:relative}.back-link{color:#fffc;align-items:center;gap:5px;margin-bottom:28px;font-size:13px;font-weight:800;display:inline-flex}.store-hero h1{letter-spacing:-.05em;margin:0;font-size:clamp(34px,5vw,58px)}.store-hero p{color:#ffffffc2;margin:14px 0 20px;line-height:1.55}.category-tabs{z-index:30;border:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);scrollbar-width:none;background:#ffffffe6;border-radius:18px;gap:8px;margin:24px 0;padding:9px;display:flex;position:sticky;top:76px;overflow:auto}.category-tabs button{min-width:max-content;height:38px;color:var(--muted);background:0 0;border:0;border-radius:12px;padding:0 15px;font-weight:800}.category-tabs button.active{color:#fff;background:var(--primary)}.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 8px 28px #1c345e0d}.empty{text-align:center;padding:64px 24px}.empty-mark{background:var(--surface-2);width:72px;height:72px;color:var(--primary);border-radius:24px;place-items:center;margin:0 auto 18px;display:grid}.empty h2{margin:0 0 8px}.empty p{color:var(--muted);margin:0 0 22px}.primary-btn,.secondary-btn,.danger-btn{border-radius:14px;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:0 18px;font-weight:800;display:inline-flex}.secondary-btn{border:1px solid var(--line);background:var(--surface);color:var(--text)}.danger-btn{color:var(--danger);background:#fff0f2;border:0}.primary-btn:disabled{opacity:.55;cursor:not-allowed}.form-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.field{gap:7px;display:grid}.field.full{grid-column:1/-1}.field label{font-size:13px;font-weight:800}.field input,.field select,.field textarea{border:1px solid var(--line);width:100%;min-height:49px;color:var(--text);background:#fff;border-radius:14px;outline:0;padding:12px 14px}.field textarea{resize:vertical;min-height:100px}.field input:focus,.field select:focus,.field textarea:focus{border-color:#8eb2ff;box-shadow:0 0 0 4px #edf3ff}.notice{color:#244d98;background:#edf4ff;border-radius:14px;padding:14px 16px;font-size:13px;line-height:1.5}.notice.error{color:#a6293c;background:#fff0f2}.notice.success{color:#12683f;background:#eaf9f1}.cart-layout,.checkout-layout,.account-layout{grid-template-columns:minmax(0,1fr) 370px;align-items:start;gap:24px;display:grid}.cart-lines{padding:8px 22px}.cart-line{border-bottom:1px solid var(--line);grid-template-columns:82px minmax(0,1fr) auto;align-items:center;gap:15px;padding:16px 0;display:grid}.cart-line:last-child{border:0}.cart-line img,.line-placeholder{object-fit:cover;background:#eef3f9;border-radius:16px;width:82px;height:82px}.line-placeholder{place-items:center;display:grid}.cart-line h3{margin:0 0 6px;font-size:16px}.cart-line p{color:var(--muted);margin:0;font-size:13px}.summary{padding:22px;position:sticky;top:100px}.summary h2{margin:0 0 18px}.summary-row{color:var(--muted);justify-content:space-between;gap:16px;padding:8px 0;display:flex}.summary-row.total{border-top:1px solid var(--line);color:var(--text);margin-top:10px;padding-top:17px;font-size:20px;font-weight:900}.summary .primary-btn{width:100%;margin-top:16px}.form-panel{padding:24px}.form-panel h2{margin:0 0 20px}.radio-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.radio-card{border:1px solid var(--line);border-radius:15px;padding:15px;position:relative}.radio-card.active{border-color:var(--primary);background:#f2f6ff}.radio-card input{opacity:0;position:absolute}.radio-card b{display:block}.radio-card small{color:var(--muted);margin-top:4px;display:block}.stack{gap:18px;display:grid}.divider{background:var(--line);height:1px}.auth-card{width:min(100%,460px);margin:44px auto;padding:30px}.auth-logo{border-radius:22px;width:72px;height:72px;margin:0 auto 18px}.auth-card h1{text-align:center;margin:0 0 8px}.auth-card>p{text-align:center;color:var(--muted);margin:0 0 24px}.auth-card form{gap:15px;display:grid}.order-list{gap:14px;display:grid}.order-card{grid-template-columns:minmax(0,1fr) auto;gap:15px;padding:20px;display:grid}.order-card h3{margin:0 0 7px}.order-card p{color:var(--muted);margin:4px 0;font-size:13px}.status{color:#2d5bb2;background:#eef4ff;border-radius:999px;width:max-content;padding:6px 9px;font-size:11px;font-weight:900;display:inline-flex}.status.completed{color:#147347;background:#e9f8f0}.status.canceled{color:#a6293c;background:#fff0f2}.order-total{text-align:right;font-size:18px;font-weight:900}.detail-grid{grid-template-columns:minmax(0,1fr) 370px;gap:24px;display:grid}.detail-panel{padding:23px}.detail-panel h2{margin:0 0 18px}.detail-line{border-bottom:1px solid var(--line);justify-content:space-between;gap:20px;padding:12px 0;display:flex}.chat{flex-direction:column;min-height:520px;display:flex}.messages{flex-direction:column;flex:1;gap:10px;padding:20px;display:flex;overflow:auto}.message{background:#f1f4f8;border-radius:15px 15px 15px 4px;max-width:78%;padding:11px 14px;font-size:14px;line-height:1.45}.message.own{background:#dfeaff;border-radius:15px 15px 4px;align-self:flex-end}.message time{color:var(--muted);margin-top:4px;font-size:10px;display:block}.chat-form{border-top:1px solid var(--line);gap:9px;padding:12px;display:flex}.chat-form input{border:1px solid var(--line);border-radius:13px;flex:1;min-width:0;height:46px;padding:0 14px}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#07122894;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.modal{background:#fff;border-radius:28px;width:min(100%,780px);max-height:90vh;position:relative;overflow:auto;box-shadow:0 28px 80px #00000047}.modal-close{z-index:2;background:#ffffffe6;border:0;border-radius:14px;place-items:center;width:42px;height:42px;display:grid;position:absolute;top:14px;right:14px}.product-detail{grid-template-columns:1fr 1fr;display:grid}.product-detail-media{background:#eef2f7;min-height:420px}.product-detail-media img{object-fit:cover;width:100%;height:100%}.product-detail-body{padding:36px}.product-detail-body h2{margin:8px 0 12px;font-size:32px;line-height:1.08}.nutrition{grid-template-columns:repeat(4,1fr);gap:8px;margin:18px 0;display:grid}.nutrition span{text-align:center;background:#f4f6fa;border-radius:11px;padding:10px 4px;font-size:11px}.nutrition b{margin-bottom:2px;font-size:14px;display:block}.skeleton{background:#e9edf4;position:relative;overflow:hidden}.skeleton:after{content:"";background:linear-gradient(90deg,#0000,#ffffffb3,#0000);animation:1.2s infinite shine;position:absolute;inset:0;transform:translate(-100%)}@keyframes shine{to{transform:translate(100%)}}@media (max-width:980px){.store-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.desktop-search{display:none}.cart-layout,.checkout-layout,.account-layout,.detail-grid{grid-template-columns:1fr}.summary{position:static}.hero{padding:38px}.product-detail{grid-template-columns:1fr}.product-detail-media{min-height:300px;max-height:45vh}}@media (max-width:700px){.page{padding:16px 12px calc(88px + env(safe-area-inset-bottom))}.topbar{height:64px}.topbar-inner{padding:0 14px}.brand img{border-radius:13px;width:40px;height:40px}.brand b{font-size:16px}.brand small{font-size:10px}.desktop-actions{margin-left:auto}.desktop-actions>a:not(.cart-action){display:none}.desktop-actions .cart-action{min-width:48px}.desktop-actions .cart-action>span{display:none}.mobile-nav{left:8px;right:8px;bottom:calc(8px + env(safe-area-inset-bottom));z-index:60;border:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff0;border-radius:20px;grid-template-columns:repeat(5,1fr);height:66px;padding:5px 8px;display:grid;position:fixed;box-shadow:0 14px 40px #182b4d2e}.mobile-nav>a{color:#758095;flex-direction:column;justify-content:center;align-items:center;gap:2px;font-size:9px;font-weight:800;display:flex}.mobile-nav>a.active{color:var(--primary)}.nav-cart{display:block;position:relative}.nav-cart i{top:-9px;right:-12px}.floating-cart{justify-content:center;bottom:88px;left:14px;right:14px}.hero{border-radius:26px;min-height:310px;padding:31px 23px}.hero h1{font-size:39px}.hero p{font-size:15px}.hero-search{height:56px;padding-left:14px}.hero-search button{padding:0 14px}.section{margin-top:30px}.section-head{flex-direction:column;align-items:start}.section-head h1,.section-head h2{font-size:27px}.city-picker{width:100%}.store-grid{grid-template-columns:1fr;gap:14px}.store-cover{aspect-ratio:16/7.4}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-body{padding:11px}.product-name{font-size:14px}.product-desc{display:none}.product-category{font-size:9px}.price{font-size:15px}.old-price{font-size:10px}.add-btn{width:38px;height:38px}.store-hero{border-radius:24px;min-height:290px}.store-hero-content{padding:28px 22px}.store-hero h1{font-size:36px}.category-tabs{border-radius:15px;margin:16px 0;top:64px}.cart-line{grid-template-columns:64px minmax(0,1fr);padding:14px 0}.cart-line img,.line-placeholder{width:64px;height:64px}.cart-line>.qty{grid-column:2}.cart-lines{padding:5px 15px}.form-panel,.summary,.detail-panel{padding:18px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.radio-grid{grid-template-columns:1fr}.auth-card{margin:15px auto;padding:24px 18px}.order-card{grid-template-columns:1fr}.order-total{text-align:left}.product-detail-body{padding:24px 19px}.product-detail-body h2{font-size:26px}.product-detail-media{min-height:280px}.nutrition{grid-template-columns:repeat(2,1fr)}.modal-backdrop{align-items:end;padding:0}.modal{border-radius:26px 26px 0 0;max-height:94vh}.desktop-actions{display:none}.mobile-nav{grid-template-columns:repeat(5,minmax(0,1fr));width:calc(100vw - 16px);left:8px;right:auto}}@media (max-width:380px){.product-grid{grid-template-columns:1fr}.product-image{aspect-ratio:16/10}.product-desc{display:-webkit-box}}.store-hero{min-height:250px}.store-hero-content{max-width:780px;padding:34px 40px}.store-hero-content .back-link{margin-bottom:18px}.store-order-status{background:#fffffff0;border-radius:999px;align-items:center;gap:7px;width:max-content;min-height:28px;margin-bottom:12px;padding:0 10px;font-size:11px;font-weight:900;display:inline-flex}.store-order-status>span{background:currentColor;border-radius:50%;width:7px;height:7px}.store-order-status.open{color:var(--success)}.store-order-status.closed{color:#b54708;background:#fff7ed}.store-service-meta{flex-wrap:wrap;gap:8px;margin-top:18px;display:flex}.store-service-meta>span{color:#43516a;background:#fffffff0;border-radius:999px;align-items:center;gap:6px;min-height:30px;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.store-address{color:#ffffffe6;align-items:flex-start;gap:7px;max-width:620px;margin-top:10px;font-size:12px;font-weight:700;line-height:1.45;display:flex}.store-address svg{flex:none;margin-top:1px}.store-closed-note{background:#08163057;border:1px solid #ffffff29;border-radius:11px;width:max-content;max-width:100%;padding:8px 11px;font-size:12px;color:#ffffffe6!important;margin:13px 0 0!important;line-height:1.4!important}.category-tabs{isolation:isolate}.category-tabs:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#fffffffa);flex:0 0 24px;width:24px;margin:-9px;position:sticky;right:-9px}.category-tabs button{align-items:center;gap:7px;display:inline-flex}.category-tabs button small{color:#6c778a;background:#edf1f7;border-radius:999px;place-items:center;min-width:21px;height:21px;padding:0 6px;font-size:10px;font-weight:900;display:grid}.category-tabs button.active small{color:#fff;background:#fff3}.product-card{border-radius:18px;transition:transform .2s,box-shadow .2s,border-color .2s}.product-card.has-discount{border-color:#f2c8ce}.product-card:hover{border-color:#ced9ec;transform:translateY(-2px);box-shadow:0 14px 34px #1c345e1a}.product-card:focus-within{border-color:#8eb2ff;box-shadow:0 0 0 4px #2463eb17}.product-image{aspect-ratio:4/3}.product-image .discount{letter-spacing:.01em;background:#e61f42;border-radius:10px;padding:7px 10px;font-size:12px;top:11px;left:11px;box-shadow:0 7px 18px #b7133147}.product-nutrition{z-index:2;background:#fff;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:6px;width:100%;padding:8px 12px 0;display:grid;position:relative}.product-nutrition span{color:#667287;background:#f3f6fb;border-radius:8px;align-content:center;place-items:center;gap:1px;min-width:0;height:34px;padding:4px 5px;line-height:1;display:grid}.product-nutrition small{text-transform:uppercase;font-size:7px;font-weight:500}.product-nutrition .calories{background:#f044381f}.product-nutrition .proteins{background:#2e90fa1f}.product-nutrition .fats{background:#f790091f}.product-nutrition .carbs{background:#17b26a1f}.nutrition span{font-weight:400}.nutrition b{font-weight:500}.nutrition .calories{color:#f04438cc;background:#f044381f}.nutrition .calories b{color:#f04438}.nutrition .proteins{color:#2e90facc;background:#2e90fa1f}.nutrition .proteins b{color:#2e90fa}.nutrition .fats{color:#f79009cc;background:#f790091f}.nutrition .fats b{color:#f79009}.nutrition .carbs{color:#17b26acc;background:#17b26a1f}.nutrition .carbs b{color:#17b26a}.product-detail-media{position:relative}.product-detail-discount{background:#e61f42;border-radius:11px;padding:8px 11px;font-size:13px;top:18px;left:18px;box-shadow:0 8px 22px #b713314d}.modal-savings{color:#b51f39;background:#fff0f2;border-radius:10px;width:max-content;margin:4px 0 14px;padding:8px 10px;font-size:12px;font-weight:900}.product-category{color:#6d7890;letter-spacing:.025em;text-transform:none;font-size:10px;font-weight:800}.product-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:40px;margin:6px 0;font-size:16px;display:-webkit-box;overflow:hidden}.product-name a:after{content:"";z-index:1;position:absolute;inset:0}.product-body{padding:14px;position:relative}.product-desc{-webkit-line-clamp:2;min-height:38px;margin-bottom:16px}.product-foot{z-index:2;align-items:flex-end;position:relative}.price{flex-wrap:wrap;gap:4px 7px;min-width:0;line-height:1}.price>b{letter-spacing:-.025em;font-size:22px}.price .old-price{color:#7f8999;font-size:13px;font-weight:700;text-decoration-thickness:1.5px}.add-btn{gap:7px;width:auto;min-width:104px;height:42px;padding:0 13px;font-size:12px;font-weight:900;display:flex}.add-btn.disabled{color:#7a8495;cursor:not-allowed;background:#edf0f5}.add-btn:disabled,.qty button:disabled{opacity:.7;cursor:not-allowed}@media (max-width:700px){.store-hero{min-height:0}.store-hero-content{padding:24px 20px 26px}.store-hero-content .back-link{margin-bottom:15px}.store-hero h1{font-size:32px;line-height:1.02}.store-hero p{margin:10px 0 14px}.store-service-meta{margin-top:14px}.store-address{margin-top:9px}.store-closed-note{font-size:11px}.category-tabs{padding-right:18px}.product-image{aspect-ratio:4/3}.product-name{min-height:35px;font-size:14px}.product-desc{min-height:0;display:none}.product-foot{align-items:center}.price>b{font-size:18px}.price .old-price{font-size:11px}.product-image .discount{padding:6px 8px;font-size:11px;top:9px;left:9px}.add-btn{width:38px;min-width:38px;height:38px;padding:0}.add-btn>span{display:none}}@media (max-width:380px){.product-image{aspect-ratio:4/3}.product-desc{min-height:38px;display:-webkit-box}.add-btn{width:auto;min-width:100px;padding:0 11px}.add-btn>span{display:inline}}.product-page{max-width:1180px}.product-page-back{color:var(--primary);align-items:center;gap:6px;margin:2px 0 16px;font-size:13px;font-weight:900;display:inline-flex}.product-page-card{background:var(--surface);border:1px solid var(--line);border-radius:26px;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);align-items:start;display:grid;overflow:hidden;box-shadow:0 14px 42px #1c345e14}.product-page-gallery{background:#f0f3f8;min-width:0;padding:18px}.product-page-main-image{aspect-ratio:4/3;background:#e8edf5;border-radius:18px;position:relative;overflow:hidden}.product-page-main-image>img{object-fit:cover;width:100%;height:100%}.product-page-discount{background:#e61f42;border-radius:11px;padding:8px 11px;font-size:13px;top:16px;left:16px;box-shadow:0 8px 22px #b713314d}.product-page-thumbs{scrollbar-width:none;gap:10px;margin-top:12px;display:flex;overflow:auto}.product-page-thumbs button{background:#fff;border:2px solid #0000;border-radius:12px;flex:none;width:72px;height:58px;padding:0;overflow:hidden}.product-page-thumbs button.active{border-color:var(--primary);box-shadow:0 0 0 3px #2463eb1a}.product-page-thumbs img{object-fit:cover;width:100%;height:100%}.product-page-info{gap:22px;min-width:0;padding:34px;display:grid}.product-page-info h1{letter-spacing:-.045em;margin:8px 0 13px;font-size:clamp(32px,4vw,48px);line-height:1.02}.product-page-description{color:var(--muted);margin:0;font-size:14px;line-height:1.65}.product-page-section{border-top:1px solid var(--line);padding-top:18px}.product-page-section h2{margin:0 0 8px;font-size:14px}.product-page-section p{color:var(--muted);margin:0;font-size:13px;line-height:1.6}.product-page-nutrition{margin:0}.product-page-nutrition span{padding:12px 5px}.product-page-buy{background:#f5f8fd;border:1px solid #e1e8f3;border-radius:18px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;padding:18px;display:grid}.product-page-price{gap:7px;min-width:0;display:grid}.product-page-price>span{flex-wrap:wrap;align-items:baseline;gap:9px;display:flex}.product-page-price b{letter-spacing:-.035em;font-size:28px;line-height:1}.product-page-price del{color:#7d8797;font-size:14px;font-weight:700}.product-page-price small{color:#b51f39;background:#ffe8ec;border-radius:8px;width:max-content;padding:6px 8px;font-size:11px;font-weight:900}.product-page-add{min-width:178px}.product-page-qty{align-items:center;gap:13px;font-size:17px;font-weight:900;display:flex}.product-page-qty button{color:#fff;background:var(--primary);border:0;border-radius:12px;place-items:center;width:42px;height:42px;display:grid}.product-page-qty button:disabled{opacity:.55;cursor:not-allowed}.product-page-closed{color:#69758a;grid-column:1/-1;margin:0;font-size:11px;line-height:1.45}.product-related{margin-top:34px}.product-related .section-head a{color:var(--primary);font-size:13px;font-weight:900}.product-replace-modal{max-width:460px;padding:28px}.product-replace-modal h2{margin-top:0}.product-replace-modal p{color:var(--muted);line-height:1.55}.product-replace-modal>div{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}@media (max-width:980px){.product-page-card{grid-template-columns:1fr}.product-page-gallery{padding:14px}.product-page-main-image{aspect-ratio:4/3;max-height:none}}@media (max-width:700px){.product-page{padding-bottom:88px}.product-page-back{margin-bottom:12px}.product-page-card{border-radius:22px;overflow:visible}.product-page-gallery{border-radius:22px 22px 0 0}.product-page-main-image{border-radius:15px}.product-page-info{gap:18px;padding:22px 18px 30px}.product-page-info h1{font-size:32px}.product-page-nutrition{grid-template-columns:repeat(4,1fr)}.product-page-buy{left:12px;right:12px;bottom:calc(82px + env(safe-area-inset-bottom));z-index:55;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff5;border-radius:17px;grid-template-columns:minmax(0,1fr) auto;padding:11px 12px;position:fixed;box-shadow:0 14px 40px #182b4d33}.product-page-price{gap:4px}.product-page-price b{font-size:21px}.product-page-price small{color:#b51f39;background:0 0;padding:0;font-size:9px}.product-page-add{min-width:144px;min-height:46px;padding:0 13px}.product-page-closed{display:none}.product-related{margin-top:28px}.product-related .section-head{margin-bottom:15px}.product-related .section-head a{display:none}}@media (max-width:430px){.product-page-nutrition{grid-template-columns:repeat(2,1fr)}.product-page-buy{gap:9px}.product-page-add{min-width:126px;font-size:11px}}.home-stores .store-card{border:0;box-shadow:0 12px 34px #1c345e12}.home-stores .store-card:hover{box-shadow:0 18px 42px #1c345e1c}.discount-showcase{box-shadow:none;background:0 0;border:0;border-radius:0;padding:12px 0 4px}.discount-showcase-head{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:20px;display:flex}.discount-showcase-head>div>span{color:#bd2440;letter-spacing:.08em;text-transform:uppercase;background:#ffe8ec;border-radius:8px;margin-bottom:8px;padding:6px 9px;font-size:10px;font-weight:900;display:inline-flex}.discount-showcase-head h2{letter-spacing:-.035em;margin:0;font-size:clamp(27px,3vw,36px);line-height:1.08}.discount-showcase-head p{color:var(--muted);margin:7px 0 0;font-size:13px}.discount-showcase-head>strong{color:#e31e42;letter-spacing:-.04em;flex:none;font-size:28px;line-height:1}.discount-product-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:16px;display:grid}.discount-product-grid .product-card{background:#fff;border:0;box-shadow:0 12px 32px #1c345e13}.discount-product-grid .product-card.has-discount{border:0}.discount-product-grid .product-card:hover{border-color:#0000;box-shadow:0 18px 42px #1c345e1f}.discount-product-grid .product-image{aspect-ratio:4/3}.discount-product-grid .product-body{padding:13px}.discount-product-grid .product-category{display:none}.discount-product-grid .product-name{min-height:38px;margin:0 0 10px;font-size:14px;line-height:1.35}.discount-product-grid .product-desc{display:none}.discount-product-grid .product-foot{align-items:center}.discount-product-grid .price{gap:3px 5px}.discount-product-grid .price .old-price{font-size:10px}.discount-product-grid .add-btn{width:38px;min-width:38px;height:38px;padding:0}.discount-product-grid .add-btn>span{display:none}.discount-product-grid .qty{gap:5px;font-size:12px}.discount-product-grid .qty button{width:28px;height:28px}.discount-product-grid .product-image .discount{padding:5px 7px;font-size:9px;top:8px;left:8px}@media (max-width:1100px) and (min-width:701px){.discount-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.discount-product-grid .product-name{font-size:13px}}@media (max-width:700px){.discount-showcase{background:linear-gradient(135deg,#fff8f9,#f6f8ff);margin-left:-12px;margin-right:-12px;padding:22px 12px}.discount-showcase-head{align-items:flex-start;padding:0 2px}.discount-showcase-head h2{font-size:28px}.discount-showcase-head p{max-width:270px}.discount-showcase-head>strong{font-size:22px}.discount-product-grid{scroll-snap-type:x mandatory;scrollbar-width:none;grid-template-columns:none;grid-auto-columns:minmax(220px,76vw);grid-auto-flow:column;gap:10px;margin:0 -12px;padding:0 12px 6px;display:grid;overflow-x:auto}.discount-product-grid .product-card{scroll-snap-align:start}.discount-product-grid .product-image{aspect-ratio:4/3}.discount-product-grid .product-body{padding:11px}.discount-product-grid .product-category{display:block}.discount-product-grid .product-name{min-height:35px;margin:6px 0;font-size:14px}.discount-product-grid .product-desc{min-height:38px;display:-webkit-box}.discount-product-grid .price>b{font-size:18px}.discount-product-grid .price .old-price{font-size:11px}.discount-product-grid .add-btn{width:38px;min-width:38px;height:38px}.discount-product-grid .product-image .discount{padding:6px 8px;font-size:11px;top:9px;left:9px}}.add-btn,.qty button,.product-page-qty button{color:var(--primary);box-shadow:none;background:0 0;border:0}.add-btn:hover:not(:disabled),.qty button:hover:not(:disabled),.product-page-qty button:hover:not(:disabled){color:var(--primary-dark);background:#2463eb13}.add-btn:active:not(:disabled),.qty button:active:not(:disabled),.product-page-qty button:active:not(:disabled){transform:scale(.94)}.add-btn.disabled,.add-btn:disabled,.qty button:disabled,.product-page-qty button:disabled{color:#a5adba;opacity:1;background:0 0}.qty{gap:5px}.qty button{border-radius:10px}.product-page-qty{gap:7px}.product-page-qty button{border-radius:11px}.product-page-add,.product-modal-add{color:var(--primary);box-shadow:none;background:0 0}.product-page-add:hover:not(:disabled),.product-modal-add:hover:not(:disabled){color:var(--primary-dark);background:#2463eb13}.product-page-add:disabled,.product-modal-add:disabled{color:#9aa4b3;opacity:1;background:0 0}.topbar-inner{gap:14px}.catalog-trigger{color:#fff;background:var(--primary);border:0;border-radius:13px;flex:none;align-items:center;gap:9px;height:42px;padding:0 15px;font-size:12px;font-weight:900;display:inline-flex;box-shadow:0 8px 18px #2463eb33}.catalog-trigger-icon{gap:3px;width:17px;display:grid}.catalog-trigger-icon i{background:currentColor;border-radius:2px;height:2px;transition:transform .18s,opacity .18s;display:block}.catalog-trigger.active .catalog-trigger-icon i:first-child{transform:translateY(5px)rotate(45deg)}.catalog-trigger.active .catalog-trigger-icon i:nth-child(2){opacity:0}.catalog-trigger.active .catalog-trigger-icon i:last-child{transform:translateY(-5px)rotate(-45deg)}.desktop-actions .cart-action{text-align:left;justify-content:flex-start;align-items:center;gap:9px;min-width:148px;padding:0 10px;display:flex}.desktop-cart-copy{gap:3px;min-width:0;line-height:1;display:grid}.desktop-cart-copy b{font-size:11px}.desktop-cart-copy small{color:#768196;white-space:nowrap;text-overflow:ellipsis;font-size:9px;font-weight:700;overflow:hidden}.cart-action:hover .desktop-cart-copy small{color:var(--primary)}.catalog-backdrop{z-index:49;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0c193133;padding:0 20px;position:fixed;inset:66px 0 0}.catalog-mega{background:#fff;border-radius:0 0 24px 24px;width:min(100%,1240px);max-height:calc(100vh - 86px);margin:0 auto;overflow:auto;box-shadow:0 30px 70px #12234238}.catalog-mega-head{border-bottom:1px solid #edf0f5;justify-content:space-between;align-items:center;padding:22px 26px 17px;display:flex}.catalog-mega-head span{color:var(--primary);letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:900}.catalog-mega-head h2{margin:5px 0 0;font-size:22px}.catalog-mega-head button{color:#637086;background:#f3f6fb;border:0;border-radius:11px;place-items:center;width:38px;height:38px;display:grid}.catalog-mega-layout{grid-template-columns:240px minmax(0,1fr);gap:30px;padding:22px 26px 28px;display:grid}.catalog-quick{align-content:start;gap:6px;display:grid}.catalog-quick a{border-radius:12px;gap:4px;padding:12px 13px;display:grid}.catalog-quick span{font-size:13px;font-weight:900}.catalog-quick small{color:#7b8698;font-size:10px}.catalog-stores h3{margin:2px 0 13px;font-size:14px}.catalog-stores>p{color:var(--muted);font-size:12px}.catalog-stores>div{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;display:grid}.catalog-stores a{border-radius:13px;grid-template-columns:48px minmax(0,1fr) 8px;align-items:center;gap:10px;min-width:0;padding:9px;display:grid}.catalog-stores a:hover{background:#f3f6fb}.catalog-store-image{width:48px;height:48px;color:var(--primary);background:#edf3ff;border-radius:11px;place-items:center;font-weight:900;display:grid;overflow:hidden}.catalog-store-image img{object-fit:cover;width:100%;height:100%}.catalog-stores a>span:nth-child(2){gap:4px;min-width:0;display:grid}.catalog-stores b,.catalog-stores small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.catalog-stores b{font-size:12px}.catalog-stores small{color:var(--muted);font-size:9px}.catalog-stores a>i{background:#aeb6c2;border-radius:50%;width:7px;height:7px}.catalog-stores a>i.open{background:var(--success)}.product-card .product-foot{grid-template-columns:1fr;align-items:stretch;gap:12px;display:grid}.product-card .add-btn{border:1px solid #2463eb33;border-radius:11px;justify-content:center;width:100%;min-width:0;height:42px}.product-card .qty{border:1px solid #e2e8f2;border-radius:11px;grid-template-columns:1fr auto 1fr;align-items:center;gap:0;width:100%;height:42px;display:grid}.product-card .qty button{border-radius:10px;width:100%;height:40px}.product-card .qty button:first-child{border-right:1px solid #e8edf5;border-radius:10px 0 0 10px}.product-card .qty button:last-child{border-left:1px solid #e8edf5;border-radius:0 10px 10px 0}.product-card .qty>span{text-align:center;min-width:38px;font-size:13px}.floating-cart{display:none}#stores,#discounts{scroll-margin-top:84px}@media (max-width:1100px) and (min-width:701px){.desktop-actions>a:not(.cart-action){display:none}.desktop-search{max-width:none}.catalog-stores>div{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.catalog-trigger,.catalog-backdrop{display:none}.product-nutrition{gap:4px;padding:7px 9px 0}.product-nutrition span{border-radius:7px;min-width:30px;height:31px;padding:3px}.product-nutrition b{font-size:10px}.product-nutrition small{font-size:6px}.product-card .product-foot{gap:9px}.product-card .add-btn,.product-card .qty{height:40px}.product-card .qty button{height:38px}}.catalog-mega-layout{grid-template-columns:285px minmax(0,1fr);gap:0;min-height:430px;padding:0}.catalog-store-nav{background:#fbfcfe;border-right:1px solid #edf0f5;padding:18px 12px 16px}.catalog-store-nav-head{justify-content:space-between;align-items:center;gap:10px;padding:0 10px 11px;display:flex}.catalog-store-nav-head span{font-size:13px;font-weight:900}.catalog-store-nav-head small{color:var(--muted);font-size:9px}.catalog-store-nav>p{color:var(--muted);padding:10px;font-size:11px}.catalog-store-list{gap:3px;display:grid}.catalog-store-list button{width:100%;min-width:0;color:var(--text);text-align:left;background:0 0;border:0;border-radius:11px;grid-template-columns:42px minmax(0,1fr) 7px 12px;align-items:center;gap:9px;padding:8px;display:grid}.catalog-store-list button:hover,.catalog-store-list button.active{color:var(--primary);background:#eef4ff}.catalog-store-list .catalog-store-image{border-radius:10px;width:42px;height:42px}.catalog-store-list button>span:nth-child(2){gap:3px;min-width:0;display:grid}.catalog-store-list b,.catalog-store-list small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.catalog-store-list b{font-size:11px}.catalog-store-list small{color:var(--muted);font-size:8px}.catalog-store-list button>i{background:#adb6c3;border-radius:50%;width:7px;height:7px}.catalog-store-list button>i.open{background:var(--success)}.catalog-store-list button>strong{color:#8792a4;font-size:17px}.catalog-quick{border-top:1px solid #e8edf4;gap:3px;margin:13px 8px 0;padding-top:12px;display:grid}.catalog-quick a{color:#5d687b;border-radius:9px;padding:8px 9px;font-size:10px;font-weight:800}.catalog-quick a:hover{color:var(--primary);background:#eef4ff}.catalog-category-panel{background:#fff;min-width:0;padding:24px 28px 30px}.catalog-category-head{border-bottom:1px solid #edf0f5;justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:17px;display:flex}.catalog-category-head h2{margin:0;font-size:22px}.catalog-category-head p{color:var(--muted);margin:5px 0 0;font-size:11px}.catalog-category-head>a{color:#4f5d72;background:#f4f6fa;border-radius:10px;align-items:center;min-height:36px;padding:0 13px;font-size:10px;font-weight:900;display:inline-flex}.catalog-category-head>a:hover{color:var(--primary);background:#eef4ff}.catalog-category-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-content:start;gap:24px 30px;padding-top:20px;display:grid}.catalog-category-group{min-width:0}.catalog-category-group>a{align-items:center;gap:7px;font-size:13px;font-weight:900;line-height:1.3;display:flex}.catalog-category-group>a:hover{color:var(--primary)}.catalog-category-group>a small{color:#7b8698;background:#f1f4f8;border-radius:999px;place-items:center;min-width:20px;height:20px;padding:0 5px;font-size:8px;display:grid}.catalog-category-group>div{gap:7px;margin-top:9px;display:grid}.catalog-category-group>div a{color:#667286;font-size:10px;line-height:1.35}.catalog-category-group>div a:hover{color:var(--primary)}.catalog-category-message{color:var(--muted);text-align:center;padding:44px 0;font-size:12px}@media (max-width:1100px) and (min-width:701px){.catalog-mega-layout{grid-template-columns:250px minmax(0,1fr)}.catalog-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.site-footer{color:#ffffffb3;background:#0d1b35;margin-top:0;padding:48px 20px 22px}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.topbar{position:fixed;left:0;right:0}.topbar-city{color:#526078;border:1px solid var(--line);background:#f3f6fb;border-radius:14px;align-items:center;gap:6px;width:174px;height:42px;padding-left:12px;display:flex;position:relative}.topbar-city select{width:100%;min-width:0;height:100%;color:var(--text);cursor:pointer;background:0 0;border:0;outline:0;padding:0 10px 0 0;font-size:12px;font-weight:700}.store-cover>img{object-fit:contain;object-position:center}.footer-inner,.footer-bottom{width:min(100%,var(--max));margin:0 auto}.footer-inner{grid-template-columns:minmax(260px,1.35fr) repeat(3,minmax(150px,1fr));gap:38px;display:grid}.footer-brand{color:#fff;letter-spacing:.035em;align-items:baseline;gap:7px;font-size:21px;font-weight:900;display:inline-flex}.footer-brand span{color:#76a2ff;letter-spacing:.1em;text-transform:uppercase;font-size:13px}.footer-about>p{max-width:330px;margin:14px 0 20px;font-size:13px;line-height:1.65}.footer-operator{gap:5px;font-size:12px;line-height:1.45;display:grid}.footer-operator b{color:#ffffffe0;font-size:13px}.footer-column{flex-direction:column;align-items:flex-start;gap:10px;font-size:13px;line-height:1.45;display:flex}.footer-column h2{color:#fff;margin:2px 0 7px;font-size:14px}.footer-column a{transition:color .18s}.footer-column a:hover,.footer-bottom a:hover{color:#fff}.footer-contacts span{max-width:230px}.footer-bottom{border-top:1px solid #ffffff1f;justify-content:space-between;gap:20px;margin-top:34px;padding-top:19px;font-size:12px;display:flex}@media (min-width:701px){:root{--max:1240px;--radius:20px}.topbar{height:66px}.topbar-inner{gap:24px}.brand img{border-radius:13px;width:40px;height:40px}.brand b{font-size:16px}.brand small{margin-top:4px;font-size:10px}.desktop-search{border-radius:14px;min-width:170px;max-width:320px;height:42px;font-size:13px}.desktop-actions>a{min-width:66px;height:46px;font-size:10px}.page{min-height:100vh;padding:86px 20px 52px}.hero{border-radius:26px;min-height:230px;padding:30px 36px}.hero-content{max-width:590px}.eyebrow{margin-bottom:11px;padding:6px 10px;font-size:10px}.hero h1{font-size:clamp(32px,3.8vw,46px);line-height:.99}.hero p{max-width:500px;margin:12px 0 16px;font-size:14px;line-height:1.45}.hero-search{border-radius:15px;height:48px}.hero-search input{font-size:14px}.hero-search button{border-radius:11px;height:36px;padding:0 18px}.section{margin-top:27px}.section-head{margin-bottom:15px}.section-head h1,.section-head h2{font-size:clamp(25px,2.5vw,32px)}.section-head p{margin-top:5px;font-size:13px}.city-picker{border-radius:12px;height:40px;font-size:13px}.store-grid{gap:16px}.store-cover{aspect-ratio:3/2}.store-status{padding:6px 9px;font-size:10px;top:11px;left:11px}.store-body{padding:15px}.store-title{font-size:17px}.store-desc{height:36px;margin:6px 0 12px;font-size:12px}.meta-row{gap:6px}.chip{min-height:26px;padding:0 8px;font-size:10px}.category-tabs{top:66px}}@media (max-width:900px){.footer-inner{grid-template-columns:1.35fr 1fr 1fr}.footer-contacts{grid-column:2/-1}.footer-about{grid-row:span 2}}@media (max-width:700px){.page{min-height:100vh;padding-top:80px}.topbar-inner{gap:10px}.topbar-city{border-radius:12px;width:min(190px,100vw - 158px);height:40px;margin-left:auto;padding-left:10px}.topbar-city select{font-size:11px}.store-cover{aspect-ratio:3/2}.site-footer{padding:38px 20px calc(98px + env(safe-area-inset-bottom))}.footer-inner{grid-template-columns:1fr 1fr;gap:30px 22px}.footer-about{grid-area:auto/1/auto/-1}.footer-about>p{max-width:420px}.footer-contacts{grid-column:1/-1}.footer-bottom{flex-direction:column;align-items:flex-start;margin-top:28px}}@media (max-width:430px){.footer-inner{grid-template-columns:1fr}.footer-about,.footer-contacts{grid-column:auto}}.store-cover{aspect-ratio:1;background:#fff}.store-cover>img{object-fit:contain;object-position:center;padding:0}.store-logo-fallback{font-size:inherit;background:linear-gradient(145deg,#edf4ff,#e4edfc);justify-content:center;align-items:center;gap:12px;display:flex}.store-logo-fallback img{border-radius:17px;width:54px;height:54px;box-shadow:0 10px 24px #2463eb2e}.store-logo-fallback span{line-height:1;display:grid}.store-logo-fallback b{color:#15213a;letter-spacing:.04em;font-size:18px}.store-logo-fallback small{color:var(--primary);letter-spacing:.12em;text-transform:uppercase;margin-top:5px;font-size:10px;font-weight:900}.store-status.upcoming{color:#2459b8;background:#fffffff0}@media (min-width:1101px){.store-grid{grid-template-columns:repeat(4,minmax(0,1fr));justify-content:normal}}.home-stores .store-grid{gap:12px}.home-stores .store-title{font-size:15px}.home-stores .store-desc{height:32px;margin:5px 0 10px;font-size:11px;line-height:1.45}.home-stores .chip{gap:4px;min-height:24px;padding:0 7px;font-size:9px}.home-stores .chip svg{width:12px;height:12px}.home-stores .store-status{text-overflow:ellipsis;white-space:nowrap;max-width:calc(100% - 18px);padding:5px 8px;font-size:9px;top:9px;left:9px;overflow:hidden}@media (min-width:1101px){.home-stores .store-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (min-width:701px) and (max-width:1100px){.home-stores .store-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:700px){.home-stores .store-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.home-stores .store-body{padding:10px}.home-stores .store-title{font-size:14px}.home-stores .store-desc{height:28px;margin:5px 0 8px;font-size:10px;line-height:1.4}.home-stores .meta-row{gap:4px}.home-stores .chip{min-height:22px;padding:0 6px;font-size:8px}.home-stores .store-status{max-width:calc(100% - 14px);padding:4px 6px;font-size:8px;top:7px;left:7px}}.header-search{padding:0 10px 0 14px;position:relative;overflow:visible}.header-search>input{min-width:0;height:100%;color:var(--text);background:0 0;border:0;outline:0;flex:1;padding:0;font-size:13px}.header-search>input::placeholder{color:#7b8799}.header-search>input:focus,.header-search>input:focus-visible{box-shadow:none;outline:none}.header-search:focus-within{box-shadow:none;background:#fff;border-color:#2563eb47}.header-search:has(>input:focus-visible){border-color:#2563eb73;box-shadow:0 0 0 3px #2563eb1a}.header-search.pointer-focus:has(>input:focus-visible){box-shadow:none;border-color:#2563eb47}.header-search-clear{color:#778297;background:0 0;border:0;border-radius:8px;flex:none;place-items:center;width:26px;height:26px;font-size:20px;line-height:1;display:grid}.header-search-clear:hover{color:var(--text);background:#eef3fb}.header-search-popover{width:440px;max-height:min(560px,100vh - 90px);color:var(--text);border:1px solid var(--line);background:#fff;border-radius:18px;padding:8px;position:absolute;top:calc(100% + 10px);left:0;overflow:auto;box-shadow:0 24px 65px #162a4e33}.header-search-group{color:#7b8698;letter-spacing:.08em;text-transform:uppercase;padding:8px 10px 6px;font-size:10px;font-weight:900}.header-search-item{border-radius:12px;align-items:center;gap:11px;min-height:58px;padding:7px 9px;display:flex}.header-search-item:hover,.header-search-item.active{background:#eef4ff}.header-search-item>img,.header-search-fallback{object-fit:cover;background:#edf2f8;border-radius:11px;flex:0 0 44px;width:44px;height:44px}.header-search-fallback{color:var(--primary);place-items:center;font-size:18px;font-weight:900;display:grid}.header-search-copy{flex:1;gap:4px;min-width:0;display:grid}.header-search-copy b,.header-search-copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.header-search-copy b{font-size:13px}.header-search-copy small{color:var(--muted);font-size:11px}.header-search-item>strong{flex:none;font-size:12px}.header-search-message{min-height:62px;color:var(--muted);justify-content:center;align-items:center;gap:9px;padding:14px;font-size:12px;display:flex}.search-spinner{border:2px solid #dbe5f7;border-top-color:var(--primary);border-radius:50%;width:16px;height:16px;animation:.7s linear infinite header-spin}@keyframes header-spin{to{transform:rotate(360deg)}}.header-search-all{border-top:1px solid var(--line);color:var(--primary);justify-content:space-between;align-items:center;margin-top:5px;padding:11px 10px 7px;font-size:12px;font-weight:800;display:flex}@media (max-width:1180px){.header-search-popover{width:400px}}.legal-page{width:min(100%,1120px)}.legal-back{color:var(--primary);margin:4px 0 18px;font-size:13px;font-weight:800;display:inline-flex}.legal-page-head{color:#fff;background:linear-gradient(125deg,#102e69,#2864dc);border-radius:28px;padding:40px 42px;position:relative;overflow:hidden;box-shadow:0 20px 55px #1d46962b}.legal-page-head:after{content:"§";color:#ffffff14;font-family:Georgia,serif;font-size:230px;line-height:1;position:absolute;top:-35px;right:50px}.legal-page-head>*{z-index:1;position:relative}.legal-page-head .eyebrow{margin-bottom:16px}.legal-page-head h1{letter-spacing:-.045em;max-width:720px;margin:0;font-size:clamp(34px,5vw,54px);line-height:1}.legal-page-head p{color:#ffffffc7;max-width:690px;margin:18px 0 22px;font-size:15px;line-height:1.6}.legal-ready{background:#ffffff1f;border-radius:999px;padding:8px 11px;font-size:11px;font-weight:900;display:inline-flex}.legal-ready.ready:before{content:"";background:#64e3a6;border-radius:50%;width:7px;height:7px;margin:4px 7px 0 0}.legal-hub-layout{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:22px;margin-top:28px;display:grid}.legal-section-title{justify-content:space-between;align-items:end;margin-bottom:14px;display:flex}.legal-section-title span,.legal-card-kicker{color:var(--primary);letter-spacing:.1em;text-transform:uppercase;font-size:10px;font-weight:900}.legal-section-title h2{margin:5px 0 0;font-size:29px}.legal-section-title>b{min-width:36px;height:36px;color:var(--primary);background:#e9f1ff;border-radius:12px;place-items:center;font-size:13px;display:grid}.legal-doc-list-market{gap:10px;display:grid}.legal-doc-card{border:1px solid var(--line);background:#fff;border-radius:18px;align-items:center;gap:15px;min-height:92px;padding:16px 18px;transition:transform .18s,border-color .18s,box-shadow .18s;display:flex;box-shadow:0 7px 23px #1c345e0b}.legal-doc-card:hover{border-color:#b8cdf7;transform:translateY(-2px);box-shadow:0 14px 34px #1c345e17}.legal-doc-number{width:43px;height:43px;color:var(--primary);background:#edf4ff;border-radius:13px;flex:0 0 43px;place-items:center;font-size:11px;font-weight:900;display:grid}.legal-doc-card-copy{flex:1;gap:7px;min-width:0;display:grid}.legal-doc-card-copy b{font-size:15px}.legal-doc-card-copy small{color:var(--muted);font-size:11px}.legal-doc-arrow{color:var(--primary);font-size:20px}.legal-details{padding:24px;position:sticky;top:88px}.legal-details h2{margin:6px 0 8px;font-size:24px}.legal-details>p{color:var(--muted);margin:0 0 20px;font-size:12px;line-height:1.55}.legal-details dl,.legal-bank dl{gap:4px;margin:0;display:grid}.legal-details dt{color:#7b8698;text-transform:uppercase;margin-top:9px;font-size:10px;font-weight:800}.legal-details dd{overflow-wrap:anywhere;margin:0;font-size:12px;line-height:1.5}.legal-details dd a{color:var(--primary);font-weight:700}.legal-bank{border-top:1px solid var(--line);margin-top:21px;padding-top:19px}.legal-bank h3{margin:0 0 10px;font-size:14px}.legal-empty{color:var(--muted);padding:34px}.legal-empty h1{color:var(--text);margin-top:0}.legal-document-head{background:#edf4ff;border:1px solid #dbe7fb;border-radius:24px;padding:32px 36px}.legal-document-head>span{color:var(--primary);letter-spacing:.07em;text-transform:uppercase;font-size:11px;font-weight:900}.legal-document-head h1{letter-spacing:-.04em;max-width:850px;margin:12px 0 18px;font-size:clamp(30px,4vw,46px);line-height:1.06}.legal-document-meta{flex-wrap:wrap;gap:9px;display:flex}.legal-document-meta>*{color:var(--muted);background:#fff;border-radius:10px;padding:7px 10px;font-size:11px}.legal-document-meta b{color:var(--text)}.legal-document-layout{grid-template-columns:minmax(0,1fr) 290px;align-items:start;gap:22px;margin-top:22px;display:grid}.legal-document-body{white-space:pre-wrap;overflow-wrap:anywhere;padding:34px 38px;font-family:inherit;font-size:14px;line-height:1.78}.legal-document-nav{gap:4px;padding:14px;display:grid;position:sticky;top:88px}.legal-document-nav>span{color:#7b8698;letter-spacing:.08em;text-transform:uppercase;padding:8px 10px;font-size:10px;font-weight:900}.legal-document-nav>a{color:#58657a;border-radius:10px;padding:10px;font-size:12px;font-weight:700;line-height:1.35}.legal-document-nav>a:hover,.legal-document-nav>a.active{color:var(--primary);background:#edf4ff}.legal-document-nav .legal-registry-link{border-top:1px solid var(--line);color:var(--primary);margin-top:7px;padding-top:14px}@media (max-width:900px){.legal-hub-layout,.legal-document-layout{grid-template-columns:1fr}.legal-details,.legal-document-nav{position:static}.legal-document-nav{order:-1}}@media (max-width:700px){.legal-page-head{border-radius:23px;padding:29px 23px}.legal-page-head h1{font-size:36px}.legal-page-head:after{right:-10px}.legal-hub-layout{margin-top:22px}.legal-doc-card{gap:11px;padding:14px}.legal-doc-card-copy small{line-height:1.45}.legal-details{padding:20px}.legal-document-head{padding:25px 20px}.legal-document-head h1{font-size:32px}.legal-document-body{padding:24px 19px;font-size:13px;line-height:1.72}}.legal-page-head{padding:32px 36px}.legal-page-head h1{font-size:clamp(32px,4vw,48px)}.legal-page-head p{margin:14px 0 18px}.legal-document-page{width:min(100%,1240px)}.legal-reading-progress{z-index:49;pointer-events:none;background:0 0;height:3px;position:fixed;top:66px;left:0;right:0}.legal-reading-progress span{background:linear-gradient(90deg,#2463eb,#72a1ff);height:100%;transition:width .1s linear;display:block;box-shadow:0 0 10px #2463eb59}.legal-reader-head{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffb8;border:1px solid #dae3f1d9;border-radius:24px;justify-content:space-between;align-items:flex-end;gap:28px;padding:28px 32px;display:flex;box-shadow:0 14px 38px #1c345e0e}.legal-reader-head-main{min-width:0}.legal-reader-head-main>span{color:var(--primary);letter-spacing:.09em;text-transform:uppercase;font-size:10px;font-weight:900}.legal-reader-head h1{letter-spacing:-.045em;max-width:860px;margin:10px 0 17px;font-size:clamp(31px,4vw,48px);line-height:1.03}.legal-reader-meta{flex-wrap:wrap;gap:8px;display:flex}.legal-reader-meta>*{color:#5f6d81;background:#f1f5fb;border-radius:9px;padding:7px 10px;font-size:10px;font-style:normal}.legal-reader-meta b{color:var(--text)}.legal-reader-meta i{color:#147347;background:#e9f8f0;font-weight:800}.legal-reader-actions{flex:none;align-items:center;gap:8px;display:flex}.legal-reader-actions button{color:#4d5b70;border:1px solid var(--line);background:#fff;border-radius:11px;min-height:39px;padding:0 13px;font-size:11px;font-weight:800}.legal-reader-actions button:hover{color:var(--primary);background:#f5f8ff;border-color:#aac2f3}.legal-reader-layout{grid-template-columns:210px minmax(0,760px) 210px;justify-content:center;align-items:start;gap:30px;margin-top:28px;display:grid}.legal-reader-side{min-width:0;padding-top:5px;position:sticky;top:92px}.legal-reader-side>span{color:#8993a4;letter-spacing:.1em;text-transform:uppercase;margin-bottom:10px;font-size:9px;font-weight:900;display:block}.legal-reader-side nav{gap:3px;display:grid}.legal-reader-side a{color:#6a7587;border-radius:9px;padding:8px 10px;font-size:11px;font-weight:700;line-height:1.4;position:relative}.legal-reader-side a:hover{color:var(--text);background:#ffffffb3}.legal-reader-side a.active{color:var(--primary);background:#eaf2ff}.legal-reader-docs a.active:before{content:"";background:var(--primary);border-radius:3px;width:3px;position:absolute;top:9px;bottom:9px;left:0}.legal-reader-docs .legal-reader-registry{border-top:1px solid var(--line);color:var(--primary);margin-top:7px;padding-top:13px}.legal-reader-toc a{grid-template-columns:20px minmax(0,1fr);gap:5px;padding-left:7px;display:grid}.legal-reader-toc a>span{color:#a0a9b7;font-variant-numeric:tabular-nums}.legal-reader-toc a.active{color:var(--primary);background:0 0}.legal-reader-toc a.active:before{content:"";background:var(--primary);border-radius:2px;width:2px;position:absolute;top:7px;bottom:7px;left:-8px}.legal-reader-toc p{color:var(--muted);font-size:11px;line-height:1.5}.legal-reader-article{overflow-wrap:anywhere;background:#fff;border-radius:24px;padding:46px 52px;font-size:16px;line-height:1.75;box-shadow:0 12px 38px #1b30560e}.legal-reader-article h2{letter-spacing:-.025em;grid-template-columns:40px minmax(0,1fr);align-items:start;gap:12px;margin:54px 0 22px;padding-top:4px;scroll-margin-top:102px;font-size:25px;line-height:1.22;display:grid}.legal-reader-article h2:first-child{margin-top:0}.legal-reader-article h2>span{width:36px;height:36px;color:var(--primary);letter-spacing:0;background:#edf4ff;border-radius:11px;place-items:center;font-size:12px;display:grid}.legal-reader-paragraph{margin:0 0 18px}.legal-reader-clause,.legal-reader-bullet{grid-template-columns:52px minmax(0,1fr);gap:4px;margin:0 0 13px;display:grid}.legal-reader-clause>span:first-child{color:#3d4a5e;font-variant-numeric:tabular-nums;font-weight:800}.legal-reader-bullet{grid-template-columns:22px minmax(0,1fr);padding-left:10px}.legal-reader-bullet>span:first-child{color:var(--primary);font-weight:900}.legal-reader-mobile-tools{display:none}@media (max-width:1100px){.legal-reader-layout{grid-template-columns:190px minmax(0,730px)}.legal-reader-toc{display:none}}@media (max-width:820px){.legal-reader-head{flex-direction:column;align-items:flex-start}.legal-reader-layout{display:block}.legal-reader-side{display:none}.legal-reader-mobile-tools{grid-template-columns:1fr 1fr;gap:9px;margin-top:16px;display:grid}.legal-reader-mobile-tools details{border:1px solid var(--line);background:#fff;border-radius:13px}.legal-reader-mobile-tools summary{color:#4f5d72;cursor:pointer;padding:12px 14px;font-size:12px;font-weight:800}.legal-reader-mobile-tools nav{padding:0 7px 8px;display:grid}.legal-reader-mobile-tools a{color:#647086;border-radius:9px;padding:9px;font-size:11px;font-weight:700}.legal-reader-mobile-tools a.active{color:var(--primary);background:#edf4ff}.legal-reader-article{margin-top:15px}}@media (max-width:700px){.legal-reading-progress{top:64px}.legal-page-head{padding:25px 22px}.legal-reader-head{border-radius:20px;padding:23px 20px}.legal-reader-head h1{font-size:33px}.legal-reader-actions{grid-template-columns:1fr 1fr;width:100%;display:grid}.legal-reader-actions button{padding:0 8px}.legal-reader-mobile-tools{grid-template-columns:1fr}.legal-reader-article{border-radius:19px;padding:28px 21px;font-size:15px;line-height:1.72}.legal-reader-article h2{grid-template-columns:35px minmax(0,1fr);gap:9px;margin:43px 0 19px;font-size:22px}.legal-reader-article h2>span{width:32px;height:32px}.legal-reader-clause{grid-template-columns:46px minmax(0,1fr);gap:2px}.legal-reader-meta>*{font-size:9px}}@media print{.topbar,.site-footer,.mobile-nav,.floating-cart,.legal-back,.legal-reading-progress,.legal-reader-actions,.legal-reader-side,.legal-reader-mobile-tools{display:none!important}.page{padding:0!important}.legal-document-page{width:100%!important}.legal-reader-head{box-shadow:none;border:0;border-radius:0;padding:0 0 22px}.legal-reader-layout{margin:0;display:block}.legal-reader-article{box-shadow:none;border-radius:0;padding:0;font-size:11pt;line-height:1.55}.legal-reader-article h2{break-after:avoid}.legal-reader-clause,.legal-reader-paragraph,.legal-reader-bullet{orphans:3;widows:3}body{background:#fff}}:root{--bg:#f8fbff;--surface:#fff;--surface-2:#edf5ff;--text:#0b2038;--muted:#5f7083;--line:#dce7f2;--primary:#1769e8;--primary-dark:#0f4fb8;--shadow:0 18px 48px #153d6914;--radius:24px;--max:1280px}body{background:linear-gradient(#f8fbff 0,#fff 720px);font-size:16px}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:3px;outline:3px solid #1769e847}.topbar{background:#f8fbffe6;border-color:#cedcebcc;box-shadow:0 8px 30px #1637600b}.topbar-inner{max-width:1320px}.brand{gap:12px}.brand img{box-shadow:none}.brand b{color:#0b2038}.brand small{color:#607389;letter-spacing:.08em;text-transform:none}.catalog-trigger{box-shadow:none;background:#0b2038}.catalog-trigger:hover,.catalog-trigger.active{background:var(--primary)}.desktop-search,.topbar-city{background:#ffffffb8;border-color:#d9e5f1}.desktop-actions>a{color:#52657a}.desktop-actions>a:hover{background:#eaf3ff}.page{padding-bottom:78px}.market-home-intro{grid-template-columns:1fr;align-items:stretch;gap:18px;display:grid}.market-home-intro.has-banner{grid-template-columns:minmax(0,.9fr) minmax(500px,1.35fr)}.market-home-hero{background:linear-gradient(135deg,#eaf4ff 0%,#f7fbff 58%,#e8f2ff 100%);border-radius:28px;flex-direction:column;justify-content:center;align-items:flex-start;min-height:310px;padding:38px 40px;display:flex;position:relative;overflow:hidden}.market-home-hero:after{content:"";pointer-events:none;border:62px solid #1769e813;border-radius:50%;width:300px;height:300px;position:absolute;bottom:-150px;right:-90px}.market-home-kicker,.section-kicker{color:var(--primary);letter-spacing:.1em;text-transform:uppercase;font-size:11px;font-weight:900}.market-home-hero h1{z-index:1;letter-spacing:-.06em;max-width:590px;margin:13px 0 15px;font-size:clamp(39px,4.4vw,59px);line-height:.96;position:relative}.market-home-hero>p{z-index:1;color:#526a82;max-width:560px;margin:0;font-size:16px;line-height:1.55;position:relative}.market-home-links{z-index:1;align-items:center;gap:20px;margin-top:24px;display:flex;position:relative}.market-home-links>a{color:#35516d;justify-content:center;align-items:center;min-height:46px;font-size:13px;font-weight:850;display:inline-flex}.market-home-links .market-home-primary{color:#fff;background:var(--primary);border-radius:13px;gap:12px;padding:0 17px}.market-home-links .market-home-primary:hover{background:var(--primary-dark)}.market-home-trust{z-index:1;color:#5b6e81;flex-wrap:wrap;gap:16px;margin-top:25px;font-size:12px;font-weight:750;display:flex;position:relative}.market-home-trust span{align-items:center;gap:6px;display:flex}.market-home-trust svg{color:var(--primary)}.market-banner-section{aspect-ratio:auto;min-height:310px;box-shadow:none;border-radius:28px}.market-banner>img{object-position:center}.market-banner-shade{background:linear-gradient(90deg,#061931d1,#0619315c 58%,#0619310a)}.market-banner-copy{gap:9px;width:min(63%,560px);left:42px}.market-banner-copy>strong{font-size:clamp(30px,3.1vw,45px)}.market-banner-copy>span{font-size:15px}.market-banner-copy>b{border-radius:12px;min-height:44px;padding:0 15px}.section{margin-top:66px}.section-head{margin-bottom:25px}.section-head h1,.section-head h2{margin-top:8px;font-size:clamp(34px,3.3vw,44px)}.section-head p{font-size:14px}.home-stores .store-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.home-stores .store-card{box-shadow:none;background:0 0;overflow:visible}.home-stores .store-card:hover{box-shadow:none;transform:translateY(-4px)}.home-stores .store-cover{aspect-ratio:4/3;background:#eaf1f7;border-radius:22px;overflow:hidden}.home-stores .store-cover>img.is-cover{object-fit:cover;width:100%;height:100%;padding:0}.home-stores .store-cover>img.is-logo{object-fit:contain;background:#fff;width:100%;height:100%;padding:28px}.home-stores .store-body{padding:17px 3px 0}.home-stores .store-title{letter-spacing:-.025em;font-size:21px}.home-stores .store-desc{height:auto;min-height:43px;margin:8px 0 13px;font-size:14px;line-height:1.5}.home-stores .meta-row{gap:7px}.home-stores .chip{color:#53677c;background:#edf4fa;min-height:30px;padding:0 9px;font-size:11px}.home-stores .store-status{max-width:calc(100% - 26px);min-height:30px;box-shadow:none;padding:0 10px;font-size:11px;top:13px;left:13px}.product-grid{gap:22px}.product-card,.discount-product-grid .product-card{box-shadow:none;background:0 0;border:0;overflow:visible}.product-card:hover,.discount-product-grid .product-card:hover{box-shadow:none;transform:translateY(-3px)}.product-image{background:#eef3f7;border-radius:20px;overflow:hidden}.product-body{padding:15px 2px 0}.product-name{font-size:18px}.product-desc{font-size:14px}.product-category{color:#466884;font-size:12px}.product-card .price>b{font-size:23px}.product-nutrition{background:0 0;padding:9px 0 0}.product-nutrition span{color:#475a6e;background:#edf3f8;height:38px}.product-nutrition b{font-size:12px;font-weight:750}.product-nutrition small{font-size:9px;font-weight:750}.product-nutrition .calories b{color:#bd2f2f}.product-nutrition .proteins b{color:#176fc4}.product-nutrition .fats b{color:#a55700}.product-nutrition .carbs b{color:#087a49}.product-card .add-btn,.product-card .qty{background:#ffffffb3;border-color:#bfd5f1;min-height:46px}.store-hero{border-radius:28px;min-height:300px}.store-hero-content{padding:42px 46px}.store-hero:after{background:linear-gradient(90deg,#051933e8,#0519336b 68%,#05193329)}.store-hero h1{font-size:clamp(40px,5vw,64px)}.category-tabs{background:#f8fbffeb;border-color:#d4e1ed;padding:7px;box-shadow:0 10px 30px #1637600d}.category-tabs button{border-radius:12px;min-height:44px;font-size:13px}.product-page-card{box-shadow:var(--shadow);border:0}.nutrition span{color:#536477}.nutrition b{color:#12283f}.panel{box-shadow:none;border-color:#dce6ef}.site-footer{background:#091b32;padding-top:58px}.footer-brand{font-size:23px}.footer-brand span{color:#78a8ff}.footer-column{font-size:14px}.footer-column h2{letter-spacing:.1em;text-transform:uppercase;color:#ffffff85;font-size:12px}@media (max-width:1050px){.market-home-intro{grid-template-columns:1fr 1fr}.market-home-hero{padding:31px}.home-stores .store-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:780px){.market-home-intro.has-banner{grid-template-columns:1fr}.market-home-hero{min-height:270px}.market-banner-section{min-height:250px}.home-stores .store-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.page{padding-left:16px;padding-right:16px}.market-home-intro{gap:14px}.market-home-hero{border-radius:24px;min-height:0;padding:28px 23px}.market-home-hero h1{font-size:40px}.market-home-hero>p{font-size:15px}.market-home-links{grid-template-columns:minmax(0,1fr) auto;gap:14px;width:100%;margin-top:20px;display:grid}.market-home-links>a{min-width:0;font-size:12px}.market-home-links .market-home-primary{width:auto}.market-home-trust{gap:10px;margin-top:20px;font-size:11px}.market-banner-section{aspect-ratio:16/7;border-radius:22px;min-height:0;margin:0}.market-banner-copy{gap:5px;width:72%;left:18px}.market-banner-copy>strong{font-size:22px}.market-banner-copy>span{display:none}.market-banner-copy>b{min-height:36px;padding:0 11px;font-size:10px}.market-banner-dots{bottom:8px}.section{margin-top:48px}.section-head{margin-bottom:20px}.section-head h1,.section-head h2{font-size:34px}.home-stores .store-grid{grid-template-columns:1fr;gap:28px}.home-stores .store-cover{aspect-ratio:16/10;border-radius:20px}.home-stores .store-body{padding-top:14px}.home-stores .store-title{font-size:21px}.home-stores .store-desc{min-height:0;font-size:14px}.home-stores .chip{font-size:11px}.product-grid{gap:13px}.product-image{border-radius:16px}.product-body{padding-top:11px}.product-name{font-size:15px}.product-category{font-size:10px}.product-nutrition small{font-size:8px}.product-card .price>b{font-size:20px}.store-hero{border-radius:22px}.store-hero-content{padding:28px 23px}.store-hero h1{font-size:39px}.category-tabs{margin-left:-4px;margin-right:-4px}.category-tabs button{min-height:44px}.modern-cart-product h2{font-size:15px}.modern-checkout-section-head h2{font-size:20px}.modern-checkout-choice b,.modern-checkout-field input,.modern-checkout-field select,.modern-checkout-field textarea{font-size:16px}}@media (max-width:360px){.page{padding-left:12px;padding-right:12px}.market-home-hero h1{font-size:36px}.market-home-links{flex-direction:column;align-items:stretch}.market-home-links>a{width:100%}.product-grid{grid-template-columns:1fr}.product-image{aspect-ratio:16/10}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.store-card,.product-card,.product-image img{transition:none!important}.skeleton:after{animation:none}}.legal-hub-page{width:min(100%,1240px)}.legal-hub-hero{background:radial-gradient(circle at 76% 10%,#588bf633,#0000 30%),linear-gradient(145deg,#fff,#f2f6fd);border:1px solid #dfe7f3;border-radius:30px;justify-content:space-between;align-items:center;gap:40px;min-height:270px;padding:42px 46px;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 55px #20396312}.legal-hub-hero:before{content:"";background-image:linear-gradient(#2c5bb809 1px,#0000 1px),linear-gradient(90deg,#2c5bb809 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000 38%,#000);mask-image:linear-gradient(90deg,#0000 38%,#000)}.legal-hub-hero-copy,.legal-hub-summary{z-index:1;position:relative}.legal-hub-hero-copy{max-width:700px}.legal-hub-hero-copy>span{color:var(--primary);letter-spacing:.11em;text-transform:uppercase;font-size:10px;font-weight:900}.legal-hub-hero h1{letter-spacing:-.06em;margin:13px 0 17px;font-size:clamp(39px,5vw,62px);line-height:.93}.legal-hub-hero-copy>p{color:#5f6d82;max-width:610px;margin:0;font-size:15px;line-height:1.6}.legal-hub-summary{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffc;border:1px solid #d8e2f0e6;border-radius:20px;grid-template-columns:54px minmax(0,1fr);gap:14px;width:290px;padding:22px;display:grid;box-shadow:0 18px 42px #1d37621a}.legal-hub-summary-icon{color:#fff;background:linear-gradient(145deg,#1e55cc,#4d82ef);border-radius:17px;place-items:center;width:54px;height:54px;font-family:Georgia,serif;font-size:30px;display:grid}.legal-hub-summary div:nth-child(2){align-content:center;gap:4px;display:grid}.legal-hub-summary small{color:#8490a2;text-transform:uppercase;font-size:9px;font-weight:800}.legal-hub-summary b{font-size:14px}.legal-hub-health{border-top:1px solid var(--line);color:#667388;grid-column:1/-1;align-items:center;gap:8px;padding-top:13px;font-size:10px;font-weight:800;display:flex}.legal-hub-health i{background:#f1a33a;border-radius:50%;width:8px;height:8px}.legal-hub-health.ready{color:#147347}.legal-hub-health.ready i{background:#2fc47c;box-shadow:0 0 0 4px #2fc47c1f}.legal-hub-content{grid-template-columns:minmax(0,1fr) 370px;align-items:start;gap:24px;margin-top:30px;display:grid}.legal-registry-title{margin-bottom:16px}.legal-registry-title span{color:var(--primary);letter-spacing:.1em;text-transform:uppercase;font-size:10px;font-weight:900}.legal-registry-title h2{letter-spacing:-.035em;margin:6px 0 5px;font-size:31px}.legal-registry-title p{color:var(--muted);margin:0;font-size:12px}.legal-document-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.legal-document-tile{border:1px solid var(--line);background:#fff;border-radius:21px;flex-direction:column;align-items:flex-start;min-height:210px;padding:20px;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 9px 30px #1c345e0d}.legal-document-tile:after{content:"";background:var(--tile-glow,#e7efff);opacity:.7;border-radius:50%;width:130px;height:130px;position:absolute;bottom:-45px;right:-35px}.legal-document-tile:hover{border-color:#b8cdf6;transform:translateY(-3px);box-shadow:0 18px 42px #1c345e1a}.legal-document-tile-2{--tile-glow:#e9f8f1}.legal-document-tile-3{--tile-glow:#f3ebff}.legal-document-tile-4{--tile-glow:#fff0e3}.legal-document-tile-top{z-index:1;justify-content:space-between;align-items:center;gap:10px;width:100%;display:flex;position:relative}.legal-document-tile-top i{width:37px;height:37px;color:var(--primary);background:#edf4ff;border-radius:11px;place-items:center;font-size:10px;font-style:normal;font-weight:900;display:grid}.legal-document-tile-top small{color:#7b8798;text-align:right;text-transform:uppercase;font-size:9px;font-weight:800}.legal-document-tile>b{z-index:1;letter-spacing:-.02em;max-width:280px;margin:25px 0 9px;font-size:19px;line-height:1.2;position:relative}.legal-document-tile-meta{z-index:1;color:var(--muted);font-size:10px;line-height:1.45;position:relative}.legal-document-tile-action{z-index:1;width:100%;color:var(--primary);justify-content:space-between;align-items:center;margin-top:auto;padding-top:17px;font-size:11px;font-weight:900;display:flex;position:relative}.legal-document-tile-action i{background:#edf4ff;border-radius:9px;place-items:center;width:29px;height:29px;font-size:15px;font-style:normal;display:grid}.legal-operator-modern{color:#fff;background:#111e37;border-radius:24px;padding:24px;position:sticky;top:88px;box-shadow:0 18px 45px #13244429}.legal-operator-identity{align-items:flex-start;gap:14px;display:flex}.legal-operator-identity>span{background:linear-gradient(145deg,#2764e7,#6a95f4);border-radius:15px;flex:0 0 48px;place-items:center;width:48px;height:48px;font-size:13px;font-weight:900;display:grid}.legal-operator-identity small{color:#7fa8ff;letter-spacing:.09em;text-transform:uppercase;font-size:9px;font-weight:900}.legal-operator-identity h2{margin:5px 0 4px;font-size:22px}.legal-operator-identity p{color:#ffffff8f;margin:0;font-size:11px;line-height:1.45}.legal-operator-facts{grid-template-columns:1fr 1fr;gap:9px;margin-top:23px;display:grid}.legal-operator-facts>div{background:#ffffff0f;border:1px solid #ffffff12;border-radius:12px;padding:12px}.legal-operator-facts>div.wide{grid-column:1/-1}.legal-operator-facts span,.legal-operator-contacts span{color:#ffffff6b;text-transform:uppercase;margin-bottom:5px;font-size:8px;font-weight:900;display:block}.legal-operator-facts b{overflow-wrap:anywhere;font-size:10px;line-height:1.45;display:block}.legal-operator-contacts{grid-template-columns:1fr 1fr;gap:9px;margin-top:9px;display:grid}.legal-operator-contacts a{background:#3d75ef21;border-radius:12px;min-width:0;padding:12px}.legal-operator-contacts b{color:#a9c5ff;text-overflow:ellipsis;white-space:nowrap;font-size:10px;display:block;overflow:hidden}.legal-bank-disclosure{border-top:1px solid #ffffff1c;margin-top:17px}.legal-bank-disclosure summary{color:#ffffffbd;cursor:pointer;justify-content:space-between;align-items:center;padding:17px 0 0;font-size:11px;font-weight:800;list-style:none;display:flex}.legal-bank-disclosure summary::-webkit-details-marker{display:none}.legal-bank-disclosure summary i{background:#ffffff14;border-radius:8px;place-items:center;width:25px;height:25px;font-size:16px;font-style:normal;transition:transform .2s;display:grid}.legal-bank-disclosure[open] summary i{transform:rotate(45deg)}.legal-bank-disclosure dl{gap:4px;margin:16px 0 0;display:grid}.legal-bank-disclosure dt{color:#fff6;text-transform:uppercase;margin-top:7px;font-size:8px;font-weight:900}.legal-bank-disclosure dd{overflow-wrap:anywhere;color:#ffffffd1;margin:0;font-size:10px;line-height:1.45}@media (max-width:980px){.legal-hub-content{grid-template-columns:1fr}.legal-operator-modern{position:static}.legal-operator-facts{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.legal-hub-hero{border-radius:23px;flex-direction:column;align-items:flex-start;min-height:0;padding:28px 22px}.legal-hub-hero h1{font-size:43px}.legal-hub-summary{width:100%}.legal-hub-content{margin-top:24px}.legal-document-grid{grid-template-columns:1fr}.legal-document-tile{min-height:185px}.legal-registry-title h2{font-size:28px}.legal-operator-modern{padding:20px}.legal-operator-facts,.legal-operator-contacts{grid-template-columns:1fr}.legal-operator-facts>div.wide{grid-column:auto}}.legal-center{width:min(100% - 40px,1380px);max-width:1380px;padding-bottom:88px}.legal-center-breadcrumb{color:#8b95a5;align-items:center;gap:9px;margin:4px 0 18px;font-size:12px;display:flex}.legal-center-breadcrumb a{color:#42516a;font-weight:750}.legal-center-breadcrumb a:hover{color:var(--primary)}.legal-center-breadcrumb b{color:#8b95a5;font-weight:600}.legal-center-head{color:#101828;background:linear-gradient(135deg,#fff 0%,#fbfcff 58%,#eef4ff 100%);border:1px solid #dce4f0;border-radius:22px;grid-template-columns:minmax(0,1fr) 390px;align-items:end;gap:70px;min-height:320px;padding:48px 52px;display:grid;position:relative;overflow:hidden;box-shadow:0 22px 60px #2f487317}.legal-center-head:before{content:"";background:linear-gradient(90deg,#1f5fd2 0 32%,#8eb2f5 32% 45%,#0000 45%);width:100%;height:4px;position:absolute;top:0;left:0}.legal-center-head:after{content:"";pointer-events:none;background-color:#0000;background-image:linear-gradient(90deg,#0000 49.9%,#3768be0b 50%,#0000 50.1%),linear-gradient(#3768be0a 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:72px 72px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000 24%,#000);mask-image:linear-gradient(90deg,#0000 24%,#000)}.legal-center-head-copy,.legal-center-status{z-index:1;position:relative}.legal-center-head-copy{max-width:690px}.legal-center-kicker{color:#225fcf;letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:10px;font-size:10px;font-weight:850;display:flex}.legal-center-kicker:before{content:"";background:#4d7fdf;width:28px;height:1px}.legal-center-head h1{color:#101828;letter-spacing:-.055em;margin:19px 0 18px;font-size:clamp(48px,5.2vw,72px);font-weight:760;line-height:.92}.legal-center-head-copy p{color:#5f6d82;max-width:650px;margin:0;font-size:15px;line-height:1.65}.legal-center-status{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffc7;border:1px solid #dbe4f1;border-radius:16px;flex-direction:column;justify-content:space-between;align-self:stretch;padding:26px 28px;display:flex;box-shadow:0 14px 36px #314f7e12}.legal-center-status>span{color:#344258;align-items:center;gap:9px;font-size:11px;font-weight:750;display:flex}.legal-center-status>span i{background:#e6a84f;border-radius:50%;width:7px;height:7px}.legal-center-status>span.ready{color:#16754b}.legal-center-status>span.ready i{background:#32bd7b;box-shadow:0 0 0 5px #32bd7b1a}.legal-center-status dl{margin:30px 0 0;display:grid}.legal-center-status dl>div{border-top:1px solid #e2e8f1;justify-content:space-between;align-items:center;gap:18px;padding:13px 0;display:flex}.legal-center-status dt{color:#8994a5;letter-spacing:.05em;text-transform:uppercase;font-size:9px;font-weight:800}.legal-center-status dd{color:#26344a;text-align:right;margin:0;font-size:11px;font-weight:700}.legal-center-layout{grid-template-columns:minmax(0,1fr) 390px;align-items:start;gap:42px;margin-top:54px;display:grid}.legal-center-section-head{justify-content:space-between;align-items:flex-start;gap:20px;min-height:58px;margin-bottom:18px;display:flex}.legal-center-section-head span{color:#64748b;letter-spacing:.13em;text-transform:uppercase;font-size:9px;font-weight:850}.legal-center-section-head h2{color:#101828;letter-spacing:-.035em;margin:6px 0 0;font-size:30px}.legal-center-section-head>b{color:#d7dde7;letter-spacing:-.06em;font-size:46px;font-weight:500;line-height:1}.legal-center-list{background:#fff;border:1px solid #dfe4ec;border-radius:18px;overflow:hidden;box-shadow:0 14px 45px #1018280b}.legal-center-document{color:#101828;border-bottom:1px solid #e7ebf1;grid-template-columns:44px minmax(0,1fr) 130px 38px;align-items:center;gap:20px;min-height:142px;padding:24px 22px;transition:background .18s;display:grid;position:relative}.legal-center-document:last-child{border-bottom:0}.legal-center-document:hover{background:#f8faff}.legal-center-document:before{content:"";background:var(--primary);width:3px;transition:transform .18s;position:absolute;top:0;bottom:0;left:0;transform:scaleY(0)}.legal-center-document:hover:before{transform:scaleY(1)}.legal-center-document-index{color:#78859a;background:#f4f6f9;border:1px solid #e8ebf0;border-radius:9px;place-items:center;width:38px;height:38px;font-size:10px;font-weight:850;display:grid}.legal-center-document-copy{min-width:0;display:block}.legal-center-document-copy small{color:#4475d9;letter-spacing:.08em;text-transform:uppercase;margin-bottom:7px;font-size:9px;font-weight:850;display:block}.legal-center-document-copy>b{letter-spacing:-.018em;font-size:17px;line-height:1.25;display:block}.legal-center-document-copy p{color:#697589;max-width:530px;margin:7px 0 0;font-size:11px;line-height:1.5}.legal-center-document-meta{border-left:1px solid #e7ebf1;gap:3px;padding-left:20px;display:grid}.legal-center-document-meta small{color:#919aaa;letter-spacing:.06em;text-transform:uppercase;font-size:8px;font-weight:800}.legal-center-document-meta b{font-size:11px}.legal-center-document-meta time{color:#778397;font-size:9px;line-height:1.35}.legal-center-document-open{color:#315fae;border:1px solid #dce4f2;border-radius:50%;place-items:center;width:34px;height:34px;font-size:14px;transition:color .18s,background .18s,transform .18s;display:grid}.legal-center-document:hover .legal-center-document-open{color:#fff;background:var(--primary);border-color:var(--primary);transform:translate(2px,-2px)}.legal-center-operator{background:#fff;border:1px solid #dfe4ec;border-radius:18px;position:sticky;top:90px;overflow:hidden;box-shadow:0 14px 45px #1018280e}.legal-center-operator:before{content:"";background:#225fcf;height:4px;display:block}.legal-center-operator-head{border-bottom:1px solid #e7ebf1;padding:25px 26px 23px;position:relative}.legal-center-operator-head>span{color:#64748b;letter-spacing:.12em;text-transform:uppercase;font-size:9px;font-weight:850}.legal-center-operator-head>i{color:#16794c;background:#ecf9f3;border:1px solid #d7f0e4;border-radius:20px;padding:5px 8px;font-size:8px;font-style:normal;font-weight:800;position:absolute;top:20px;right:26px}.legal-center-operator-head h2{color:#101828;letter-spacing:-.035em;margin:16px 0 5px;font-size:24px}.legal-center-operator-head p{color:#788397;margin:0;font-size:10px;line-height:1.45}.legal-center-facts{margin:0;padding:7px 26px;display:grid}.legal-center-facts>div{border-bottom:1px solid #edf0f4;grid-template-columns:110px minmax(0,1fr);gap:12px;padding:15px 0;display:grid}.legal-center-facts dt{color:#9099a8;letter-spacing:.05em;text-transform:uppercase;font-size:8px;font-weight:800}.legal-center-facts dd{overflow-wrap:anywhere;color:#27354b;margin:0;font-size:10px;font-weight:700;line-height:1.5}.legal-center-contacts{gap:8px;padding:17px 26px;display:grid}.legal-center-contacts a{background:#f5f7fa;border:1px solid #ebedf2;border-radius:10px;gap:3px;padding:11px 36px 11px 13px;display:grid;position:relative}.legal-center-contacts span{color:#8a94a3;text-transform:uppercase;font-size:8px;font-weight:800}.legal-center-contacts b{color:#1f4f9f;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.legal-center-contacts i{color:#6b7b91;font-style:normal;position:absolute;top:50%;right:13px;transform:translateY(-50%)}.legal-center-bank{border-top:1px solid #e7ebf1}.legal-center-bank summary{color:#26344a;cursor:pointer;justify-content:space-between;align-items:center;padding:19px 26px;font-size:11px;font-weight:800;list-style:none;display:flex}.legal-center-bank summary::-webkit-details-marker{display:none}.legal-center-bank summary i{color:#315fae;background:#eef3fb;border-radius:50%;place-items:center;width:25px;height:25px;font-size:16px;font-style:normal;transition:transform .2s;display:grid}.legal-center-bank[open] summary i{transform:rotate(45deg)}.legal-center-bank dl{grid-template-columns:120px minmax(0,1fr);gap:9px 12px;margin:0;padding:0 26px 24px;display:grid}.legal-center-bank dt{color:#9099a8;text-transform:uppercase;font-size:8px;font-weight:800}.legal-center-bank dd{overflow-wrap:anywhere;color:#27354b;margin:0;font-size:9px;font-weight:650;line-height:1.45}@media (max-width:1050px){.legal-center-head{grid-template-columns:minmax(0,1fr) 330px;gap:35px}.legal-center-layout{grid-template-columns:minmax(0,1fr) 340px;gap:24px}.legal-center-document{grid-template-columns:40px minmax(0,1fr) 38px}.legal-center-document-meta{display:none}}@media (max-width:820px){.legal-center-head{grid-template-columns:1fr;gap:30px;padding:38px}.legal-center-status{min-height:0}.legal-center-status dl{margin-top:20px}.legal-center-layout{grid-template-columns:1fr}.legal-center-operator{position:static}}@media (max-width:600px){.legal-center{width:100%;padding-bottom:96px}.legal-center-breadcrumb{margin:6px 0 16px;padding:0 2px;font-size:11px}.legal-center-head{border-radius:18px;min-height:0;padding:30px 23px}.legal-center-head h1{margin:17px 0 16px;font-size:43px}.legal-center-head-copy p{font-size:13px}.legal-center-status{padding:18px}.legal-center-status dl>div{padding:11px 0}.legal-center-layout{margin-top:34px}.legal-center-section-head h2{font-size:26px}.legal-center-section-head>b{font-size:38px}.legal-center-document{grid-template-columns:34px minmax(0,1fr) 32px;align-items:start;gap:13px;min-height:0;padding:21px 17px}.legal-center-document-index{width:32px;height:32px}.legal-center-document-copy>b{font-size:15px}.legal-center-document-copy p{font-size:10px}.legal-center-document-open{width:30px;height:30px}.legal-center-operator-head,.legal-center-contacts,.legal-center-facts{padding-left:20px;padding-right:20px}.legal-center-facts>div{grid-template-columns:90px minmax(0,1fr)}.legal-center-bank summary{padding-left:20px;padding-right:20px}.legal-center-bank dl{grid-template-columns:100px minmax(0,1fr);padding-left:20px;padding-right:20px}}.product-card .price>b{letter-spacing:-.04em;font-size:24px;line-height:.95}.discount-product-grid .price>b{font-size:22px}.product-card .add-btn svg{stroke-width:2px;width:22px;height:22px}@media (max-width:700px){.product-card .price>b,.discount-product-grid .price>b{font-size:20px}}.product-card .price>b{color:var(--primary)}.price .old-price{color:#df2445;text-decoration-color:#df2445}.desktop-actions .profile-action{text-align:left;justify-content:flex-start;align-items:center;gap:9px;min-width:132px;padding:0 9px;display:flex}.profile-avatar{color:#657188;background:#f1f4f8;border-radius:50%;flex:0 0 34px;place-items:center;width:34px;height:34px;display:grid;overflow:hidden}.profile-avatar.authenticated{color:#fff;background:linear-gradient(145deg,#2463eb,#5f8ff0);font-size:13px;font-weight:900}.profile-avatar img{object-fit:cover;width:100%;height:100%}.desktop-profile-copy{gap:3px;min-width:0;line-height:1;display:grid}.desktop-profile-copy b{text-overflow:ellipsis;white-space:nowrap;max-width:84px;font-size:11px;overflow:hidden}.desktop-profile-copy small{color:#768196;font-size:9px;font-weight:700}.profile-action:hover .desktop-profile-copy small,.product-page-price b,.product-detail-body .price>b{color:var(--primary)}.product-page-price del{color:#df2445;text-decoration-color:#df2445}.market-banner-section{aspect-ratio:16/3;background:#e9eef7;border-radius:28px;margin-top:0;position:relative;overflow:hidden;box-shadow:0 18px 48px #1c345e1f}.market-banner{color:#fff;display:block;position:absolute;inset:0}.market-banner>img{object-fit:cover;width:100%;height:100%}.market-banner-shade{background:linear-gradient(90deg,#071228c7 0%,#0712286b 42%,#0712280a 72%);position:absolute;inset:0}.market-banner-copy{z-index:2;text-shadow:0 2px 14px #0000003d;justify-items:start;gap:7px;width:min(52%,620px);display:grid;position:absolute;top:50%;left:clamp(24px,5vw,64px);transform:translateY(-50%)}.market-banner-copy>small{letter-spacing:.08em;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff29;border-radius:999px;padding:5px 9px;font-size:9px;font-weight:900}.market-banner-copy>strong{letter-spacing:-.04em;font-size:clamp(24px,3vw,42px);line-height:1}.market-banner-copy>span{color:#ffffffd1;font-size:clamp(12px,1.2vw,16px);line-height:1.35}.market-banner-copy>b{color:#163f9f;text-shadow:none;background:#fff;border-radius:11px;align-items:center;gap:9px;margin-top:2px;padding:9px 14px;font-size:12px;display:inline-flex;box-shadow:0 10px 25px #0000002e}.market-banner-copy>b i{font-size:18px;font-style:normal}.market-banner-arrow{z-index:3;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#08142d47;border:1px solid #ffffff47;border-radius:50%;place-items:center;width:42px;height:42px;font-size:28px;line-height:1;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.market-banner-arrow:hover{background:#08142d85}.market-banner-arrow.prev{left:14px}.market-banner-arrow.next{right:14px}.market-banner-dots{z-index:3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0712283d;border-radius:999px;gap:6px;padding:6px 8px;display:flex;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}.market-banner-dots button{background:#ffffff8c;border:0;border-radius:999px;width:7px;height:7px;padding:0;transition:width .2s,background .2s}.market-banner-dots button.active{background:#fff;width:22px}@media (max-width:700px){.market-banner-section{box-shadow:none;border-radius:0;margin:0 -12px}.market-banner-copy{gap:3px;width:67%;left:16px}.market-banner-copy>small{display:none}.market-banner-copy>strong{font-size:clamp(15px,4.5vw,20px);line-height:1.05}.market-banner-copy>span{display:none}.market-banner-copy>b{border-radius:7px;margin-top:1px;padding:5px 8px;font-size:8px}.market-banner-copy>b i{font-size:11px}.market-banner-arrow{display:none}.market-banner-dots{gap:4px;padding:3px 5px;bottom:4px}.market-banner-dots button{width:5px;height:5px}.market-banner-dots button.active{width:14px}}.account-modern{max-width:1180px}.account-notice{margin-bottom:16px}.account-loading{min-height:360px;color:var(--muted);align-content:center;place-items:center;gap:14px;display:grid}.account-loading span{border:3px solid #dce6f8;border-top-color:var(--primary);border-radius:50%;width:34px;height:34px;animation:.8s linear infinite account-spin}@keyframes account-spin{to{transform:rotate(360deg)}}.account-profile-head{background:linear-gradient(120deg,#fff 0%,#f5f8ff 65%,#eaf1ff 100%);border-radius:24px;align-items:center;gap:17px;margin-bottom:18px;padding:22px 24px;display:flex;box-shadow:0 14px 40px #23417414}.account-avatar{color:#fff;background:linear-gradient(145deg,#1f63e9,#65a0ff);border:5px solid #fff;border-radius:21px;flex:none;place-items:center;width:68px;height:68px;font-size:25px;font-weight:900;display:grid;overflow:hidden;box-shadow:0 10px 24px #2463eb33}.account-avatar img{object-fit:cover;width:100%;height:100%}.account-profile-copy{min-width:0}.account-profile-copy>span,.account-card-kicker{color:var(--primary);letter-spacing:.09em;text-transform:uppercase;font-size:10px;font-weight:900}.account-profile-copy h1{letter-spacing:-.035em;margin:4px 0 5px;font-size:27px;line-height:1.05}.account-profile-copy p{color:var(--muted);margin:0;font-size:12px}.account-balance{text-align:right;background:#ffffffc7;border-radius:14px;gap:3px;margin-left:auto;padding:10px 14px;display:grid}.account-balance small{color:var(--muted);text-transform:uppercase;font-size:9px;font-weight:800}.account-balance strong{color:var(--primary);font-size:18px}.account-modern-grid{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:16px;display:grid}.account-delivery-card,.account-side-card{background:#fff;border-radius:24px;box-shadow:0 12px 38px #23417412}.account-delivery-card{padding:24px}.account-card-head{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:17px;display:flex}.account-card-head h2,.account-side-card h2{letter-spacing:-.025em;margin:5px 0 6px;font-size:22px}.account-card-head p{max-width:580px;color:var(--muted);margin:0;font-size:12px;line-height:1.55}.delivery-point-status{color:#8a5a12;background:#fff7e4;border-radius:999px;align-items:center;gap:7px;min-width:max-content;padding:7px 10px;font-size:10px;font-weight:850;display:inline-flex}.delivery-point-status i{background:#f2a520;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #f2a52021}.delivery-point-status.ready{color:#117347;background:#eaf8f1}.delivery-point-status.ready i{background:#22a66c;box-shadow:0 0 0 4px #22a66c21}.account-address-field{min-height:58px;color:var(--primary);background:#f4f7fc;border:1px solid #0000;border-radius:16px;align-items:center;gap:12px;margin-bottom:12px;padding:0 15px;transition:border-color .18s,background .18s,box-shadow .18s;display:flex}.account-address-field:focus-within{background:#fff;border-color:#9cb9f2;box-shadow:0 0 0 4px #2463eb14}.account-address-field label{flex:1;gap:2px;min-width:0;display:grid}.account-address-field label span{color:#758198;text-transform:uppercase;font-size:9px;font-weight:850}.account-address-field input{width:100%;color:var(--text);background:0 0;border:0;outline:0;padding:0;font-size:14px;font-weight:650}.delivery-map-wrap{background:#e8eef8;border-radius:20px;position:relative;overflow:hidden}.delivery-map{z-index:1;height:390px}.delivery-map .leaflet-control-attribution{font-size:8px}.delivery-map .leaflet-control-zoom{overflow:hidden;border:0!important;border-radius:12px!important;box-shadow:0 7px 22px #162d5529!important}.delivery-map .leaflet-control-zoom a{color:#234d9e;border:0!important}.delivery-locate-btn{z-index:4;color:#164da8;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;border:0;border-radius:12px;align-items:center;gap:7px;min-height:38px;padding:0 12px;font-size:10px;font-weight:850;display:flex;position:absolute;top:13px;right:13px;box-shadow:0 8px 24px #162d552b}.delivery-locate-btn:disabled{opacity:.65}.delivery-map-hint{z-index:4;color:#40506a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border-radius:10px;padding:7px 10px;font-size:9px;font-weight:750;position:absolute;bottom:13px;left:13px;box-shadow:0 7px 20px #162d551f}.delivery-map-error{z-index:5;color:#9b263b;background:#ffeff2f2;border-radius:11px;padding:10px 12px;font-size:10px;font-weight:750;position:absolute;top:13px;left:13px;right:13px}.delivery-map-marker-shell{background:0 0;border:0}.delivery-map-marker{background:linear-gradient(145deg,#1f64ed,#0f4fce);border:5px solid #fff;border-radius:50% 50% 50% 12px;place-items:center;width:38px;height:38px;display:grid;position:relative;transform:rotate(-45deg);box-shadow:0 8px 22px #0d40a159}.delivery-map-marker i{background:#fff;border-radius:50%;width:9px;height:9px;transform:rotate(45deg)}.account-coordinate-row{justify-content:space-between;align-items:end;gap:16px;min-height:51px;padding:10px 2px 0;display:flex}.account-coordinate-row>div{gap:3px;display:grid}.account-coordinate-row small{color:var(--muted);text-transform:uppercase;font-size:9px}.account-coordinate-row strong{letter-spacing:.025em;font-size:11px}.account-coordinate-row button{color:#69768d;background:0 0;border:0;border-radius:8px;padding:6px 8px;font-size:9px;font-weight:800}.account-coordinate-row button:hover{color:#c12c45;background:#f1f4f9}.account-save-row{border-top:1px solid #edf1f7;justify-content:space-between;align-items:center;gap:18px;margin-top:15px;padding-top:15px;display:flex}.account-save-row p{color:#68758b;align-items:center;gap:7px;margin:0;font-size:10px;line-height:1.45;display:flex}.account-save-row p svg{color:#1a9a64}.account-save-btn{border-radius:13px;min-width:170px;min-height:44px}.account-side{gap:14px;display:grid}.account-side-card{padding:20px}.account-side-card h2{font-size:18px}.account-action-link{border-radius:14px;grid-template-columns:39px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:58px;margin-top:8px;padding:8px 8px 8px 9px;transition:background .18s,transform .18s;display:grid}.account-action-link:hover{background:#f3f7ff;transform:translate(2px)}.account-action-link>span{width:39px;height:39px;color:var(--primary);background:#edf4ff;border-radius:12px;place-items:center;display:grid}.account-action-link>div{gap:2px;min-width:0;display:grid}.account-action-link b{font-size:12px}.account-action-link small{color:var(--muted);font-size:9px}.account-action-link>i{color:#9ba7ba;font-size:21px;font-style:normal}.account-security-card dl{gap:8px;margin:13px 0 16px;display:grid}.account-security-card dl>div{justify-content:space-between;gap:12px;font-size:10px;display:flex}.account-security-card dt{color:var(--muted)}.account-security-card dd{text-overflow:ellipsis;white-space:nowrap;max-width:170px;margin:0;font-weight:800;overflow:hidden}.account-logout{color:#c52d47;background:#fff1f3;border:0;border-radius:12px;justify-content:center;align-items:center;gap:7px;width:100%;min-height:40px;font-size:10px;font-weight:850;display:flex}.account-logout:hover{background:#ffe5e9}.checkout-point-ready,.checkout-point-link{margin-top:3px;font-size:10px;font-weight:750}.checkout-point-ready{color:#16845a}.checkout-point-link{width:max-content;color:var(--primary)}.checkout-point-link:hover{text-decoration:underline}.orders-modern{max-width:1120px}.orders-hero{justify-content:space-between;align-items:end;gap:24px;margin-bottom:10px;padding:10px 4px 26px;display:flex}.orders-hero>div:first-child{min-width:0}.orders-hero>div:first-child>span{color:var(--primary);letter-spacing:.11em;text-transform:uppercase;font-size:10px;font-weight:900}.orders-hero h1{letter-spacing:-.055em;margin:8px 0 7px;font-size:clamp(34px,4vw,48px);line-height:.94}.orders-hero p{color:var(--muted);margin:0;font-size:13px}.orders-hero-total{color:#929cad;align-items:baseline;gap:7px;display:flex}.orders-hero-total strong{color:var(--text);letter-spacing:-.04em;font-size:22px}.orders-hero-total small{font-size:10px;font-weight:750}.orders-notice{margin-bottom:16px}.orders-tabs{gap:28px;margin:0 0 6px;display:flex}.orders-tabs button{color:#8a94a6;background:0 0;border:0;align-items:center;gap:7px;min-height:43px;padding:0;font-size:12px;font-weight:850;transition:color .18s;display:flex;position:relative}.orders-tabs button:after{content:"";background:var(--primary);transform-origin:0;height:2px;transition:transform .2s;position:absolute;bottom:1px;left:0;right:0;transform:scaleX(0)}.orders-tabs button b{color:inherit;font-size:10px}.orders-tabs button.active{color:var(--text)}.orders-tabs button.active:after{transform:scaleX(1)}.orders-grid{display:block}.modern-order-card{border-bottom:1px solid #cad3e19e;grid-template-columns:150px minmax(0,1fr) auto 28px;align-items:center;gap:25px;min-height:116px;padding:24px 4px;transition:background .18s,padding .18s;display:grid}.modern-order-card:hover{background:#ffffff6b;padding-left:12px;padding-right:12px}.modern-order-top{align-content:center;gap:8px;min-width:0;display:grid}.modern-order-top .status{color:#315fae;background:0 0;align-items:center;gap:8px;padding:0;font-size:10px;display:flex}.modern-order-top .status.completed{color:#188458;background:0 0}.modern-order-top .status.canceled{color:#d43b53;background:0 0}.modern-order-top .status i{background:currentColor;border-radius:50%;flex:none;width:7px;height:7px}.modern-order-top time{color:#9aa3b2;white-space:nowrap;font-size:9px;font-weight:700}.modern-order-main{gap:12px;min-width:0;display:grid}.modern-order-store{min-width:0}.modern-order-store small{color:#929cad;margin-bottom:5px;font-size:9px;font-weight:700;display:block}.modern-order-store h2{letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:18px;line-height:1.15;overflow:hidden}.modern-order-meta{color:#68758a;flex-wrap:wrap;align-items:center;gap:18px;display:flex}.modern-order-meta>span{align-items:center;gap:6px;font-size:10px;font-weight:700;display:flex}.modern-order-meta>span svg{color:#8c9ab0}.modern-order-meta .modern-order-unread{color:var(--primary)}.modern-order-price{color:var(--primary);letter-spacing:-.045em;white-space:nowrap;font-size:23px}.modern-order-open{color:#99a5b7;font-size:22px;transition:color .18s,transform .18s}.modern-order-card:hover .modern-order-open{color:var(--primary);transform:translate(4px)}.orders-state-empty{text-align:center;align-content:center;place-items:center;min-height:310px;padding:45px 24px;display:grid}.orders-state-empty>span{width:56px;height:56px;color:var(--primary);background:#edf4ff;border-radius:50%;place-items:center;display:grid}.orders-state-empty h2{letter-spacing:-.025em;margin:17px 0 6px;font-size:22px}.orders-state-empty p{max-width:420px;color:var(--muted);margin:0 0 20px;font-size:12px;line-height:1.5}.orders-first-empty{margin-top:4px}.orders-loading{display:grid}.orders-loading span{background:linear-gradient(100deg,#0000 24%,#fffc 45%,#0000 66%) 0 0/260% 100%;border-bottom:1px solid #cad3e19e;height:116px;animation:1.4s linear infinite orders-shimmer}@keyframes orders-shimmer{to{background-position-x:-130%}}@media (max-width:600px){.orders-modern{padding-bottom:86px}.orders-hero{align-items:end;margin:0;padding:4px 0 20px}.orders-hero h1{font-size:34px}.orders-hero p{max-width:260px;font-size:10px;line-height:1.45}.orders-hero-total{padding-bottom:2px}.orders-hero-total small{display:none}.orders-hero-total strong{font-size:18px}.orders-tabs{gap:24px;margin-bottom:3px}.orders-tabs button{min-height:41px}.modern-order-card{grid-template-columns:minmax(0,1fr) auto 22px;gap:8px 13px;min-height:142px;padding:20px 0}.modern-order-card:hover{background:0 0;padding-left:0;padding-right:0}.modern-order-top{grid-column:1/-1;justify-content:space-between;align-items:center;gap:12px;display:flex}.modern-order-main{gap:10px}.modern-order-store h2{font-size:16px}.modern-order-meta{gap:12px}.modern-order-price,.modern-order-open{font-size:19px}.orders-loading span{height:142px}.orders-state-empty{min-height:280px;padding:35px 18px}}.order-detail-modern{max-width:1120px}.order-detail-notice{margin-bottom:16px}.order-detail-back{color:#718096;align-items:center;gap:5px;width:max-content;margin:2px 0 22px;font-size:11px;font-weight:800;transition:color .18s;display:flex}.order-detail-back:hover{color:var(--primary)}.order-detail-head{justify-content:space-between;align-items:end;gap:30px;padding:0 0 31px;display:flex}.order-detail-status{color:#315fae;align-items:center;gap:8px;margin-bottom:11px;font-size:10px;font-weight:850;display:flex}.order-detail-status i{background:currentColor;border-radius:50%;width:7px;height:7px}.order-detail-status.completed{color:#188458}.order-detail-status.canceled{color:#d43b53}.order-detail-head h1{letter-spacing:-.055em;margin:0;font-size:clamp(34px,4vw,49px);line-height:.96}.order-detail-head p{color:#7c8799;margin:9px 0 0;font-size:12px}.order-detail-total{justify-items:end;gap:3px;display:grid}.order-detail-total small{color:#909aaa;text-transform:uppercase;font-size:9px;font-weight:800}.order-detail-total strong{color:var(--primary);letter-spacing:-.055em;font-size:30px;line-height:1}.order-detail-layout{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:54px;display:grid}.order-detail-content{min-width:0}.order-detail-section{border-top:1px solid #c2ccdbad;padding:25px 0 31px}.order-detail-section-head{justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;display:flex}.order-detail-section-head>div{align-items:baseline;gap:10px;display:flex}.order-detail-section-head>div>span{color:#a8b1bf;font-size:9px;font-weight:850}.order-detail-section-head h2{letter-spacing:-.025em;margin:0;font-size:19px}.order-detail-section-head>small{color:#919cab;font-size:10px;font-weight:750}.order-receipt-lines{display:grid}.order-receipt-line{grid-template-columns:minmax(0,1fr) 55px 105px;align-items:center;gap:15px;min-height:57px;display:grid}.order-receipt-line>div{gap:4px;min-width:0;display:grid}.order-receipt-line b{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.order-receipt-line small{color:#9aa3b2;font-size:9px}.order-receipt-line>span{color:#758197;font-size:11px}.order-receipt-line>strong{text-align:right;font-size:14px}.order-receipt-total{border-top:1px solid #c2ccdbad;justify-content:space-between;align-items:baseline;gap:20px;margin-top:13px;padding-top:19px;display:flex}.order-receipt-total span{font-size:12px;font-weight:850}.order-receipt-total strong{color:var(--primary);letter-spacing:-.04em;font-size:24px}.order-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 32px;margin:0;display:grid}.order-facts>div{align-content:start;gap:7px;min-width:0;display:grid}.order-facts>div.wide{grid-column:1/-1}.order-facts dt{color:#939dac;text-transform:uppercase;align-items:center;gap:8px;font-size:9px;font-weight:800;display:flex}.order-facts dt svg{color:#7790b8}.order-facts dd{color:#263349;margin:0;font-size:12px;font-weight:750;line-height:1.55}.order-cancel-link{color:#cf3e55;background:0 0;border:0;margin-top:25px;padding:0;font-size:10px;font-weight:800}.order-cancel-link:hover{text-decoration:underline}.order-chat{border-left:1px solid #c2ccdbad;min-height:475px;padding-left:30px}.order-chat-head{justify-content:space-between;align-items:center;gap:15px;padding:3px 0 19px;display:flex}.order-chat-head>div{align-items:center;gap:11px;min-width:0;display:flex}.order-chat-head>div>span{background:#eaf2ff;border-radius:50%;flex:none;place-items:center;width:34px;height:34px;display:grid}.order-chat-head>div>span i{background:#33a86f;border:3px solid #fff;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 1px #19815324}.order-chat-head h2{margin:0 0 3px;font-size:15px}.order-chat-head p{color:#919bab;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:9px;overflow:hidden}.order-chat-head>b{color:#fff;background:var(--primary);border-radius:50%;place-items:center;min-width:20px;height:20px;padding:0 5px;font-size:9px;display:grid}.order-chat-messages{scrollbar-width:thin;flex-direction:column;gap:9px;height:360px;padding:8px 3px 17px;display:flex;overflow:auto}.order-chat-message{color:#36445b;background:#e4eaf3b8;border-radius:14px 14px 14px 4px;align-self:flex-start;max-width:82%;padding:10px 12px;font-size:11px;line-height:1.45}.order-chat-message.own{color:#16448e;background:#e1ebff;border-radius:14px 14px 4px;align-self:flex-end}.order-chat-message time{color:#8b96a7;margin-top:5px;font-size:8px;display:block}.order-chat-empty{text-align:center;color:#9aa5b5;justify-items:center;margin:auto;display:grid}.order-chat-empty svg{color:#7f95b6;margin-bottom:8px}.order-chat-empty p{color:#5f6d83;margin:0;font-size:11px;font-weight:800}.order-chat-empty span{margin-top:4px;font-size:9px}.order-chat-form{background:#ffffffb3;border:1px solid #dce3ee;border-radius:17px;align-items:center;gap:8px;height:48px;padding:0 5px 0 15px;transition:border-color .18s,box-shadow .18s;display:flex}.order-chat-form:focus-within{border-color:#9bb8ec;box-shadow:0 0 0 4px #2463eb12}.order-chat-form input{background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:11px}.order-chat-form button{color:#fff;background:var(--primary);border:0;border-radius:13px;place-items:center;width:38px;height:38px;font-size:20px;font-weight:700;display:grid}.order-chat-form button:disabled{color:#9aa5b7;cursor:default;background:#edf1f6}.order-detail-loading{color:#8b96a8;align-content:center;place-items:center;gap:12px;min-height:420px;font-size:11px;display:grid}.order-detail-loading span{border:2px solid #dce4f0;border-top-color:var(--primary);border-radius:50%;width:31px;height:31px;animation:.8s linear infinite account-spin}.order-detail-loading p{margin:0}@media (max-width:860px){.order-detail-layout{grid-template-columns:1fr;gap:20px}.order-chat{border-top:1px solid #c2ccdbad;border-left:0;min-height:440px;padding:25px 0 0}.order-chat-messages{height:330px}}@media (max-width:600px){.order-detail-modern{padding-bottom:90px}.order-detail-back{margin-bottom:18px}.order-detail-head{align-items:flex-end;gap:14px;padding-bottom:25px}.order-detail-head h1{font-size:32px}.order-detail-head p{max-width:230px;font-size:9px;line-height:1.45}.order-detail-total strong{font-size:23px}.order-detail-section{padding:21px 0 25px}.order-detail-section-head{margin-bottom:14px}.order-detail-section-head h2{font-size:17px}.order-receipt-line{grid-template-columns:minmax(0,1fr) 38px auto;gap:8px;min-height:54px}.order-receipt-line b,.order-receipt-line>strong{font-size:12px}.order-receipt-total strong{font-size:21px}.order-facts{gap:20px 17px}.order-facts dd{font-size:11px}.order-chat{min-height:420px}.order-chat-messages{height:310px}.order-chat-message{max-width:88%}}.modern-cart{max-width:1120px}.modern-cart-head{justify-content:space-between;align-items:end;gap:24px;padding:7px 4px 29px;display:flex}.modern-cart-head>div>span{color:var(--primary);letter-spacing:.11em;text-transform:uppercase;font-size:10px;font-weight:900}.modern-cart-head h1{letter-spacing:-.055em;margin:8px 0 7px;font-size:clamp(36px,4vw,49px);line-height:.94}.modern-cart-head p{color:#7d889a;margin:0;font-size:12px}.modern-cart-clear{color:#cf3d55;background:0 0;border:0;padding:6px 0;font-size:10px;font-weight:800}.modern-cart-clear:hover{text-decoration:underline}.modern-cart-layout{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:58px;display:grid}.modern-cart-lines{border-top:1px solid #c2ccdbad;min-width:0}.modern-cart-line{border-bottom:1px solid #c2ccdbad;grid-template-columns:96px minmax(0,1fr) 110px 105px;align-items:center;gap:20px;min-height:137px;padding:21px 0;display:grid;position:relative}.modern-cart-line>img,.modern-cart-placeholder{object-fit:cover;background:#e8eef7;border-radius:20px;width:96px;height:96px}.modern-cart-placeholder{color:var(--primary);place-items:center;font-size:24px;font-weight:900;display:grid}.modern-cart-product{min-width:0}.modern-cart-product>small{color:#929daf;text-overflow:ellipsis;white-space:nowrap;margin-bottom:6px;font-size:9px;font-weight:750;display:block;overflow:hidden}.modern-cart-product h2{letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:16px;line-height:1.2;overflow:hidden}.modern-cart-product>span{color:#7a879a;margin-top:8px;font-size:10px;display:block}.modern-cart-quantity{justify-content:center;align-items:center;gap:7px;display:flex}.modern-cart-quantity button{width:32px;height:32px;color:var(--primary);background:0 0;border:0;border-radius:50%;place-items:center;transition:background .18s,transform .15s;display:grid}.modern-cart-quantity button:hover{background:#2463eb12}.modern-cart-quantity button:active{transform:scale(.92)}.modern-cart-quantity strong{text-align:center;min-width:20px;font-size:13px}.modern-cart-line-total{text-align:right;color:var(--primary);letter-spacing:-.035em;white-space:nowrap;font-size:19px}.modern-cart-remove{color:#a0a9b8;background:0 0;border:0;padding:3px 0;font-size:8px;font-weight:750;position:absolute;bottom:12px;right:0}.modern-cart-remove:hover{color:#d23c55;text-decoration:underline}.modern-cart-summary{border-left:1px solid #c2ccdbad;padding-left:31px;position:sticky;top:102px}.modern-cart-summary>span{color:#929cac;letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:850}.modern-cart-summary>strong{color:var(--primary);letter-spacing:-.06em;margin-top:7px;font-size:35px;line-height:1;display:block}.modern-cart-summary>p{color:#7f8a9c;margin:8px 0 24px;font-size:10px;line-height:1.45}.modern-cart-summary dl{gap:11px;margin:0 0 22px;display:grid}.modern-cart-summary dl>div{justify-content:space-between;align-items:baseline;gap:18px;display:flex}.modern-cart-summary dt{color:#8792a4;font-size:10px}.modern-cart-summary dd{text-align:right;color:#536075;margin:0;font-size:10px;font-weight:800}.modern-cart-checkout{justify-content:space-between;width:100%;min-height:50px;padding:0 16px}.modern-cart-checkout i{font-size:19px;font-style:normal}.modern-cart-back{color:#617086;width:max-content;margin:17px auto 0;font-size:10px;font-weight:800;display:block}.modern-cart-back:hover{color:var(--primary)}.modern-cart-summary>small{color:#9aa4b3;margin-top:24px;font-size:8px;line-height:1.55;display:block}.modern-cart-empty,.modern-cart-loading{text-align:center;align-content:center;place-items:center;min-height:430px;display:grid}.modern-cart-empty>span{width:60px;height:60px;color:var(--primary);background:#eaf2ff;border-radius:50%;place-items:center;display:grid}.modern-cart-empty h1{letter-spacing:-.04em;margin:19px 0 7px;font-size:31px}.modern-cart-empty p{color:#7d899b;margin:0 0 22px;font-size:12px}.modern-cart-loading{color:#8b96a8;gap:12px;font-size:11px}.modern-cart-loading span{border:2px solid #dce4f0;border-top-color:var(--primary);border-radius:50%;width:31px;height:31px;animation:.8s linear infinite account-spin}.modern-cart-loading p{margin:0}@media (max-width:900px){.modern-cart-layout{grid-template-columns:1fr;gap:27px}.modern-cart-summary{border-top:1px solid #c2ccdbad;border-left:0;padding:25px 0 0;position:static}.modern-cart-summary>small{max-width:420px}}@media (max-width:600px){.modern-cart{padding-bottom:90px}.modern-cart-head{padding:3px 0 22px}.modern-cart-head h1{font-size:34px}.modern-cart-head p{font-size:10px}.modern-cart-clear{font-size:9px}.modern-cart-line{grid-template-columns:76px minmax(0,1fr) auto;gap:13px;min-height:127px;padding:17px 0 24px}.modern-cart-line>img,.modern-cart-placeholder{border-radius:17px;width:76px;height:76px}.modern-cart-product h2{font-size:14px}.modern-cart-product>small{font-size:8px}.modern-cart-product>span{margin-top:5px;font-size:9px}.modern-cart-quantity{grid-column:2;justify-content:flex-start}.modern-cart-line-total{grid-area:1/3;font-size:16px}.modern-cart-remove{bottom:7px}.modern-cart-summary{padding-top:22px}.modern-cart-summary>strong{font-size:31px}.modern-cart-summary>p{margin-bottom:19px}.modern-cart-summary>small{margin-top:19px}.modern-cart-empty,.modern-cart-loading{min-height:340px}.modern-cart-empty h1{font-size:27px}}.modern-checkout{max-width:1120px}.modern-checkout-back{color:#718096;align-items:center;gap:5px;width:max-content;margin:2px 0 18px;font-size:11px;font-weight:800;transition:color .18s;display:flex}.modern-checkout-back:hover{color:var(--primary)}.modern-checkout-head{padding:0 4px 30px}.modern-checkout-head>span{color:var(--primary);letter-spacing:.11em;text-transform:uppercase;font-size:10px;font-weight:900}.modern-checkout-head h1{letter-spacing:-.055em;margin:8px 0 7px;font-size:clamp(36px,4vw,49px);line-height:.94}.modern-checkout-head p{color:#7d889a;margin:0;font-size:12px}.modern-checkout-notice{margin-bottom:16px}.modern-checkout-layout{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:58px;display:grid}.modern-checkout-form{min-width:0}.modern-checkout-section{border-top:1px solid #c2ccdbad;padding:26px 0 31px}.modern-checkout-section-head{align-items:flex-start;gap:11px;margin-bottom:22px;display:flex}.modern-checkout-section-head>span{color:#a3adbc;padding-top:4px;font-size:9px;font-weight:850}.modern-checkout-section-head h2{letter-spacing:-.025em;margin:0 0 4px;font-size:19px}.modern-checkout-section-head p{color:#909baa;margin:0;font-size:9px}.modern-checkout-choices{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 28px;display:grid}.modern-checkout-choice{color:#778397;cursor:pointer;border-bottom:1px solid #c2ccdb8c;grid-template-columns:27px minmax(0,1fr) 17px;align-items:center;gap:10px;min-height:70px;padding:11px 2px;transition:color .18s,background .18s;display:grid;position:relative}.modern-checkout-choice:hover{color:#375071}.modern-checkout-choice.active{color:var(--primary)}.modern-checkout-choice input{opacity:0;pointer-events:none;position:absolute}.modern-checkout-choice>svg{color:currentColor}.modern-checkout-choice>span{gap:4px;min-width:0;display:grid}.modern-checkout-choice b{color:var(--text);font-size:12px}.modern-checkout-choice small{color:#8d98a9;text-overflow:ellipsis;white-space:nowrap;font-size:9px;line-height:1.35;overflow:hidden}.modern-checkout-choice>i{width:14px;height:14px;box-shadow:inset 0 0 0 3px var(--bg);border:1px solid #bec8d6;border-radius:50%}.modern-checkout-choice.active>i{background:var(--primary);border-color:var(--primary)}.modern-checkout-fields{gap:10px;margin-top:24px;display:grid}.modern-checkout-field{gap:7px;max-width:100%;display:grid}.modern-checkout-field>span{color:#798597;text-transform:uppercase;font-size:9px;font-weight:800}.modern-checkout-field input,.modern-checkout-field select,.modern-checkout-field textarea{width:100%;min-height:49px;color:var(--text);background:#ffffffa3;border:0;border-bottom:1px solid #cbd4e1;border-radius:10px 10px 0 0;outline:0;padding:12px 14px;font-size:12px;transition:background .18s,border-color .18s,box-shadow .18s}.modern-checkout-field textarea{resize:vertical;min-height:96px}.modern-checkout-field input:focus,.modern-checkout-field select:focus,.modern-checkout-field textarea:focus{border-color:var(--primary);background:#fff;box-shadow:0 6px 18px #2341740e}.modern-checkout-timezone{color:#97a1b0;margin:9px 0 0;font-size:8px}.modern-checkout-section .checkout-point-ready,.modern-checkout-section .checkout-point-link{margin:0;font-size:9px}.modern-checkout-summary{border-left:1px solid #c2ccdbad;padding-left:31px;position:sticky;top:102px}.modern-checkout-summary>span{color:#929cac;letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:850}.modern-checkout-summary>strong{color:var(--primary);letter-spacing:-.06em;margin-top:7px;font-size:35px;line-height:1;display:block}.modern-checkout-summary>p{color:#7f8a9c;margin:8px 0 24px;font-size:10px}.modern-checkout-summary dl{gap:11px;margin:0 0 22px;display:grid}.modern-checkout-summary dl>div{justify-content:space-between;align-items:baseline;gap:18px;display:flex}.modern-checkout-summary dt{color:#8792a4;font-size:10px}.modern-checkout-summary dd{text-align:right;color:#536075;margin:0;font-size:10px;font-weight:800}.modern-checkout-submit{justify-content:space-between;width:100%;min-height:50px;padding:0 16px}.modern-checkout-submit i{font-size:19px;font-style:normal}.modern-checkout-summary>small{color:#9aa4b3;margin-top:19px;font-size:8px;line-height:1.55;display:block}.modern-checkout-empty,.modern-checkout-loading{text-align:center;align-content:center;place-items:center;min-height:430px;display:grid}.modern-checkout-empty h1{letter-spacing:-.04em;margin:0 0 7px;font-size:31px}.modern-checkout-empty p{color:#7d899b;margin:0 0 22px;font-size:12px}.modern-checkout-loading{color:#8b96a8;gap:12px;font-size:11px}.modern-checkout-loading span{border:2px solid #dce4f0;border-top-color:var(--primary);border-radius:50%;width:31px;height:31px;animation:.8s linear infinite account-spin}.modern-checkout-loading p{margin:0}@media (max-width:900px){.modern-checkout-layout{grid-template-columns:1fr;gap:26px}.modern-checkout-summary{border-top:1px solid #c2ccdbad;border-left:0;padding:25px 0 0;position:static}.modern-checkout-summary>small{max-width:420px}}@media (max-width:600px){.modern-checkout{padding-bottom:90px}.modern-checkout-back{margin-bottom:16px}.modern-checkout-head{padding:0 0 24px}.modern-checkout-head h1{font-size:34px}.modern-checkout-head p{font-size:10px}.modern-checkout-section{padding:22px 0 26px}.modern-checkout-section-head{margin-bottom:14px}.modern-checkout-section-head h2{font-size:17px}.modern-checkout-choices{grid-template-columns:1fr;gap:0}.modern-checkout-choice{min-height:62px}.modern-checkout-summary{padding-top:22px}.modern-checkout-summary>strong{font-size:31px}.modern-checkout-empty,.modern-checkout-loading{min-height:340px}.modern-checkout-empty h1{font-size:27px}}@media (max-width:900px){.account-modern-grid{grid-template-columns:1fr}.account-side{grid-template-columns:1fr 1fr}}@media (max-width:700px){.account-profile-head{border-radius:20px;margin:0 -2px 12px;padding:16px}.account-avatar{border-width:4px;border-radius:17px;width:54px;height:54px;font-size:20px}.account-profile-copy h1{font-size:20px}.account-profile-copy p{font-size:9px}.account-balance{padding:8px 9px}.account-balance strong{font-size:14px}.account-modern-grid{gap:11px}.account-delivery-card{border-radius:20px;padding:16px}.account-card-head{flex-direction:column;align-items:flex-start;gap:10px}.account-card-head h2{font-size:20px}.delivery-map{height:310px}.delivery-locate-btn{min-height:36px;top:10px;right:10px}.delivery-map-hint{bottom:10px;left:10px}.account-save-row{flex-direction:column;align-items:stretch}.account-save-btn{width:100%}.account-side{grid-template-columns:1fr;gap:11px}.account-side-card{border-radius:20px;padding:17px}}@media (max-width:430px){.account-balance small{display:none}.account-profile-copy p{text-overflow:ellipsis;white-space:nowrap;max-width:155px;overflow:hidden}.delivery-map{height:270px}.delivery-locate-btn{max-width:calc(100% - 20px);font-size:9px}}.city-news-head{align-items:flex-end}.city-news-head>div>span,.city-news-page-head>span{color:var(--primary);letter-spacing:.11em;text-transform:uppercase;margin-bottom:7px;font-size:10px;font-weight:900;display:block}.city-news-head>a{color:var(--primary);font-size:13px;font-weight:900}.city-news-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.city-news-card{background:#fff;border:1px solid #e3e8f1e6;border-radius:22px;flex-direction:column;min-width:0;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 10px 30px #1c345e0f}.city-news-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.city-news-card-media{aspect-ratio:16/9;background:linear-gradient(135deg,#eaf1ff,#dbe8ff);position:relative;overflow:hidden}.city-news-card-media>img{object-fit:cover;width:100%;height:100%;transition:transform .25s}.city-news-card:hover .city-news-card-media>img{transform:scale(1.025)}.city-news-placeholder{width:100%;height:100%;color:var(--primary);background:radial-gradient(circle at 70% 20%,#fff 0 8%,#0000 9%),linear-gradient(135deg,#eef4ff,#dce8ff);align-content:center;place-items:center;gap:4px;display:grid}.city-news-placeholder span{font-size:48px;font-weight:950;line-height:1}.city-news-placeholder small{color:#60749a;letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:850}.city-news-source{color:#1748bd;background:#ffffffeb;border-radius:9px;padding:6px 9px;font-size:9px;font-weight:900;position:absolute;top:12px;left:12px;box-shadow:0 5px 16px #1c345e1a}.city-news-card-body{flex-direction:column;flex:1;padding:17px;display:flex}.city-news-card-body time{color:#8b96a8;text-transform:uppercase;font-size:10px;font-weight:800}.city-news-card-body h3{letter-spacing:-.02em;margin:8px 0 7px;font-size:18px;line-height:1.28}.city-news-card-body p{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 16px;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.city-news-read{color:var(--primary);margin-top:auto;font-size:12px;font-weight:850}.city-news-read b{margin-left:4px}.city-news-empty{color:var(--muted);text-align:center;flex-direction:column;align-items:center;gap:8px;padding:34px;display:flex}.city-news-empty b{color:var(--text);font-size:18px}.city-news-page{padding-bottom:35px}.city-news-page-head{max-width:780px;padding:35px 0 28px}.city-news-page-head h1{letter-spacing:-.055em;margin:0;font-size:clamp(38px,6vw,64px);line-height:1}.city-news-page-head p{max-width:650px;color:var(--muted);margin:17px 0 0;font-size:16px;line-height:1.55}.city-news-list-grid{margin-top:8px}.city-news-pagination{justify-content:center;align-items:center;gap:16px;margin-top:30px;display:flex}.city-news-pagination a,.city-news-pagination span{border:1px solid var(--line);background:#fff;border-radius:12px;padding:10px 14px;font-size:12px;font-weight:800}.city-news-pagination a{color:var(--primary)}.city-news-detail{max-width:940px;padding-bottom:45px}.city-news-back{color:var(--primary);margin:5px 0 25px;font-size:13px;font-weight:850;display:inline-flex}.city-news-detail>header{max-width:830px}.city-news-detail-meta{color:#7f8a9c;text-transform:uppercase;align-items:center;gap:10px;font-size:10px;font-weight:850;display:flex}.city-news-detail-meta span{color:#1748bd;background:#eaf1ff;border-radius:8px;padding:5px 8px}.city-news-detail h1{letter-spacing:-.055em;margin:15px 0 14px;font-size:clamp(38px,6vw,66px);line-height:1.03}.city-news-detail>header>p{max-width:760px;color:var(--muted);margin:0;font-size:18px;line-height:1.55}.city-news-detail-cover{aspect-ratio:16/9;background:#eaf1ff;border-radius:28px;max-height:570px;margin-top:31px;overflow:hidden}.city-news-detail-content{max-width:760px;margin:34px auto 0;font-size:17px;line-height:1.78}.city-news-detail-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;margin-top:30px;display:grid}.city-news-detail-gallery img{object-fit:cover;border-radius:18px;width:100%;height:100%;max-height:420px}.city-news-official{border:1px solid var(--line);background:#fff;border-radius:20px;justify-content:space-between;align-items:center;gap:20px;margin-top:34px;padding:22px 24px;display:flex}.city-news-official>div{gap:3px;display:grid}.city-news-official small,.city-news-official span{color:var(--muted);font-size:11px}.city-news-official a{color:#fff;background:var(--primary);border-radius:12px;flex:none;padding:12px 15px;font-size:12px;font-weight:850}@media (max-width:700px){.city-news-showcase{background:linear-gradient(135deg,#f3f7ff,#fff);margin-left:-12px;margin-right:-12px;padding:24px 12px}.city-news-head{align-items:flex-start;padding:0 2px}.city-news-head>a{margin-top:4px}.city-news-grid{scroll-snap-type:x mandatory;scrollbar-width:none;grid-template-columns:none;grid-auto-columns:minmax(245px,82vw);grid-auto-flow:column;gap:11px;margin:0 -12px;padding:0 12px 6px;display:grid;overflow-x:auto}.city-news-card{scroll-snap-align:start}.city-news-list-grid{grid-template-columns:1fr;grid-auto-columns:auto;grid-auto-flow:row;margin:0;display:grid;overflow:visible}.city-news-page-head{padding:15px 2px 25px}.city-news-page-head h1{font-size:44px}.city-news-pagination{justify-content:space-between;gap:6px}.city-news-pagination a,.city-news-pagination span{padding:9px;font-size:10px}.city-news-detail{padding-top:8px}.city-news-detail h1{font-size:41px}.city-news-detail>header>p{font-size:15px}.city-news-detail-cover{border-radius:21px;margin-top:24px}.city-news-detail-content{margin-top:25px;font-size:16px;line-height:1.7}.city-news-detail-gallery{grid-template-columns:1fr}.city-news-official{flex-direction:column;align-items:stretch;padding:19px}.city-news-official a{text-align:center}}.city-news-detail{overflow-wrap:anywhere;max-width:1240px;padding:4px 0 84px}.city-news-back{color:#4f668b;letter-spacing:.01em;align-items:center;gap:7px;margin:4px 0 30px;font-size:12px;transition:color .2s}.city-news-back:hover{color:var(--primary)}.news-article-hero{max-width:1080px}.city-news-detail-meta{color:#748097;letter-spacing:.055em;text-transform:uppercase;flex-wrap:wrap;align-items:center;gap:9px;font-size:10px;font-weight:850;display:flex}.city-news-detail-meta i{background:#a8b3c4;border-radius:50%;flex:0 0 3px;width:3px;height:3px}.city-news-detail-meta .news-meta-city{color:#526078;background:0 0;border-radius:0;padding:0}.city-news-detail-meta b{color:#1748bd;letter-spacing:.045em;background:#e9f1ff;border-radius:9px;padding:6px 9px;font-size:9px}.city-news-detail .news-article-hero h1{letter-spacing:-.052em;text-wrap:balance;max-width:1040px;margin:18px 0 20px;font-size:clamp(42px,4.35vw,62px);line-height:1.035}.news-article-lead{color:#5b687d;letter-spacing:-.008em;max-width:850px;margin:0;font-size:21px;line-height:1.55}.city-news-detail-cover{aspect-ratio:16/8.7;background:#e6edf8;border:1px solid #d3dceacc;border-radius:28px;width:100%;max-height:min(68vh,680px);margin:42px 0 0;position:relative;overflow:hidden}.city-news-detail-cover>img{object-fit:cover;width:100%;height:100%}.news-article-grid{grid-template-columns:minmax(0,780px) 300px;justify-content:center;align-items:start;gap:64px;margin-top:54px;display:grid}.city-news-detail-content{color:#202b3d;letter-spacing:-.004em;max-width:none;margin:0;font-size:18.5px;line-height:1.78}.city-news-detail-content p{white-space:pre-line;margin:0 0 25px}.city-news-detail-content ul,.city-news-detail-content ol{margin:8px 0 28px;padding-left:1.35em}.city-news-detail-content li{margin:0 0 10px;padding-left:5px}.city-news-detail-content blockquote{color:#32425d;border-left:3px solid var(--primary);margin:34px 0;padding:7px 0 7px 24px;font-size:20px;font-weight:600;line-height:1.7}.news-article-aside{min-width:0}.news-context-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:24px;position:sticky;top:94px;box-shadow:0 12px 34px #1c345e0b}.news-context-card>span,.news-source-card>span{color:#7e899a;letter-spacing:.1em;text-transform:uppercase;font-size:9px;font-weight:900}.news-context-card dl{gap:15px;margin:18px 0 22px;display:grid}.news-context-card dl>div{gap:4px;display:grid}.news-context-card dt{color:#8a95a7;text-transform:uppercase;font-size:9px;font-weight:800}.news-context-card dd{color:#263247;margin:0;font-size:13px;font-weight:750;line-height:1.4}.news-source-card{gap:6px;display:grid}.news-context-card .news-source-card{border-top:1px solid var(--line);padding-top:20px}.news-source-card small{color:var(--muted);font-size:10px;line-height:1.45}.news-source-card a{min-height:42px;color:var(--primary);background:#fff;border:1px solid #bcd0f6;border-radius:12px;justify-content:center;align-items:center;gap:7px;margin-top:10px;padding:0 13px;font-size:11px;font-weight:900;transition:background .2s,border-color .2s,color .2s;display:flex}.news-source-card a:hover{color:var(--primary-dark);background:#f2f6ff;border-color:#8fafe9}.news-source-mobile{display:none}.news-gallery-heading,.news-related-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:22px;display:flex}.news-gallery-heading h2,.news-related-heading h2{letter-spacing:-.04em;margin:0;font-size:clamp(28px,3vw,40px);line-height:1.08}.news-gallery-heading>span{color:#7f8a9c;font-size:11px;font-weight:800}.news-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.news-gallery-item{aspect-ratio:4/3;background:#e8eef8;border:0;border-radius:22px;min-width:0;padding:0;position:relative;overflow:hidden}.news-gallery-item>img{object-fit:cover;width:100%;height:100%;transition:transform .28s}.news-gallery-item>span{color:#fff;opacity:0;background:#0f1b30c2;border-radius:9px;padding:7px 9px;font-size:9px;font-weight:850;transition:opacity .2s,transform .2s;position:absolute;bottom:12px;right:12px;transform:translateY(3px)}.news-gallery-item:hover>img{transform:scale(1.018)}.news-gallery-item:hover>span,.news-gallery-item:focus-visible>span{opacity:1;transform:none}.news-gallery-count-1{grid-template-columns:1fr}.news-gallery-count-1 .news-gallery-item{aspect-ratio:16/8.5}.news-gallery-count-3{grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:2fr 1fr}.news-gallery-count-3 .news-gallery-item:first-child{aspect-ratio:auto;grid-row:1/3}.news-gallery-count-3 .news-gallery-item:not(:first-child){aspect-ratio:16/10}.news-gallery-count-4 .news-gallery-item:first-child{aspect-ratio:auto;grid-row:span 2}.news-lightbox{z-index:120;background:#070f1df0;place-items:center;padding:58px 88px;display:grid;position:fixed;inset:0}.news-lightbox-image{width:min(1200px,100vw - 176px);height:min(82vh,850px);position:relative}.news-lightbox-image>img{object-fit:contain;width:100%;height:100%}.news-lightbox-close,.news-lightbox-arrow{z-index:2;color:#fff;background:#ffffff1a;border:1px solid #ffffff40;border-radius:50%;place-items:center;display:grid;position:absolute}.news-lightbox-close{width:44px;height:44px;font-size:27px;top:18px;right:22px}.news-lightbox-arrow{width:48px;height:48px;font-size:20px;top:50%;transform:translateY(-50%)}.news-lightbox-arrow.previous{left:22px}.news-lightbox-arrow.next{right:22px}.news-lightbox-count{color:#fff;font-size:11px;font-weight:800;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.news-related{border-top:1px solid var(--line);margin-top:84px;padding-top:42px}.news-related-heading>div>span{color:var(--primary);letter-spacing:.1em;text-transform:uppercase;margin-bottom:7px;font-size:9px;font-weight:900;display:block}.news-related-heading>a{color:var(--primary);font-size:12px;font-weight:900}.news-related-grid{margin-top:0}.city-news-detail a:focus-visible,.city-news-detail button:focus-visible{outline-offset:3px;outline:3px solid #2463eb57}@media (max-width:1020px){.news-article-grid{grid-template-columns:minmax(0,780px);gap:0}.news-article-aside{display:none}.news-source-mobile{border:1px solid var(--line);border-radius:var(--radius);background:#fff;max-width:780px;margin:38px auto 0;padding:22px;display:grid}.news-article-gallery{margin-top:58px}}@media (max-width:700px){.city-news-detail{padding:6px 0 50px}.city-news-back{margin:4px 0 23px}.city-news-detail-meta{letter-spacing:.035em;gap:7px;font-size:9px}.city-news-detail-meta b{padding:5px 7px;font-size:8px}.city-news-detail .news-article-hero h1{letter-spacing:-.046em;text-wrap:pretty;margin:15px 0 17px;font-size:clamp(34px,10.2vw,40px);line-height:1.055}.news-article-lead{font-size:17px;line-height:1.62}.city-news-detail-cover{aspect-ratio:16/10.5;border-radius:21px;max-height:none;margin-top:28px}.news-article-grid{margin-top:31px;display:block}.city-news-detail-content{font-size:17px;line-height:1.72}.city-news-detail-content p{margin-bottom:22px}.city-news-detail-content blockquote{margin:28px 0;padding-left:18px;font-size:17px;line-height:1.65}.news-source-mobile{border-radius:18px;margin-top:31px;padding:19px}.news-source-card a{width:100%;margin-top:9px}.news-article-gallery{margin-top:48px}.news-gallery-heading,.news-related-heading{align-items:flex-start;margin-bottom:17px}.news-gallery-heading h2,.news-related-heading h2{font-size:29px}.news-gallery-grid,.news-gallery-count-3,.news-gallery-count-4{grid-template-rows:auto;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.news-gallery-item,.news-gallery-count-3 .news-gallery-item:not(:first-child){aspect-ratio:1;border-radius:15px}.news-gallery-count-1{grid-template-columns:1fr}.news-gallery-count-1 .news-gallery-item{aspect-ratio:16/10}.news-gallery-count-3 .news-gallery-item:first-child,.news-gallery-count-4 .news-gallery-item:first-child{aspect-ratio:16/10;grid-area:auto/1/auto/-1}.news-gallery-item>span{display:none}.news-lightbox{padding:60px 14px}.news-lightbox-image{width:100%;height:calc(100vh - 120px)}.news-lightbox-arrow{width:42px;height:42px;top:auto;bottom:18px;transform:none}.news-lightbox-close{top:14px;right:14px}.news-lightbox-arrow.previous{left:14px}.news-lightbox-arrow.next{right:14px}.news-lightbox-count{bottom:32px}.news-related{margin-top:58px;padding-top:33px}.news-related-heading>a{white-space:nowrap;margin-top:5px}.news-related-grid{margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px}}@media (max-width:430px){.news-gallery-grid,.news-gallery-count-3,.news-gallery-count-4{grid-template-columns:1fr}.news-gallery-count-3 .news-gallery-item:first-child,.news-gallery-count-4 .news-gallery-item:first-child{grid-column:auto}.news-gallery-item,.news-gallery-count-3 .news-gallery-item:not(:first-child){aspect-ratio:16/10}}@media (prefers-reduced-motion:reduce){.city-news-detail *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.city-news-detail{padding-top:24px;padding-bottom:72px}.news-article-hero{scroll-margin-top:98px}.news-article-lead{color:#526078;max-width:880px}.city-news-detail-cover{margin-top:44px}.news-article-grid,.news-article-gallery,.news-related{scroll-margin-top:98px}.news-article-grid{grid-template-columns:minmax(0,780px) 320px;gap:60px}.news-context-card{border-color:var(--line);padding:28px;top:90px;box-shadow:0 14px 32px #1c345e0e}.news-context-card>span,.news-source-card>span{font-weight:800}.news-context-card dl{gap:18px;margin:21px 0 25px}.news-context-card dl>div{gap:5px}.news-context-card dt{font-weight:750}.news-context-card dd{font-size:14px;font-weight:700}.news-context-card .news-source-card{padding-top:23px}.news-source-card{gap:7px}.news-source-card strong{font-size:14px;line-height:1.48}.news-source-card a{border-color:var(--line);min-height:44px;margin-top:12px;padding:0 15px;font-size:12px;font-weight:800;transition:color .2s,background .2s,border-color .2s,transform .2s}.news-source-card a:hover{color:var(--primary-dark);background:var(--surface-2);border-color:#8fafe9;transform:translateY(-1px)}.city-news-detail-content blockquote{border-left-width:4px;max-width:740px;padding-left:28px;font-weight:600}.news-article-gallery{margin-top:82px}.news-gallery-heading>span{color:#667286;background:var(--surface-2);border:1px solid var(--line);border-radius:999px;padding:6px 10px;font-weight:750}.news-gallery-grid{gap:18px}.news-gallery-item{cursor:zoom-in;border:1px solid var(--line)}.news-gallery-item:after{content:"";pointer-events:none;opacity:0;background:linear-gradient(#0000 68%,#0d1b3521);transition:opacity .22s;position:absolute;inset:0}.news-gallery-item>img{transition:transform .22s}.news-gallery-item>span{z-index:1;font-weight:800;transition:opacity .2s,transform .2s}.news-related{margin-top:96px;padding-top:46px}.news-related-grid{align-items:stretch}.news-related-grid .city-news-card{border-color:var(--line);height:100%;box-shadow:0 8px 22px #1c345e0b}.news-related-grid .city-news-card-media{aspect-ratio:16/9}.news-related-grid .city-news-card-body{min-height:225px}.news-related-grid .city-news-card-body time{color:#8a95a7;font-weight:750}.news-related-grid .city-news-source{color:#315fae;font-weight:800}.news-related-grid .city-news-card-body h3{-webkit-line-clamp:3;-webkit-box-orient:vertical;min-height:69px;display:-webkit-box;overflow:hidden}.news-related-grid .city-news-card-body p{-webkit-line-clamp:2;min-height:39px}.news-related-grid .city-news-read{padding-top:2px}@media (hover:hover) and (pointer:fine){.news-gallery-item:hover>img{transform:scale(1.015)}.news-gallery-item:hover:after{opacity:1}.news-related-grid .city-news-card:hover{border-color:#ccd8e9;transform:translateY(-2px);box-shadow:0 10px 25px #1c345e0f}.news-related-grid .city-news-card:hover .city-news-card-media>img{transform:scale(1.01)}.news-related-grid .city-news-card:hover h3{color:var(--primary-dark)}}@media (max-width:1020px){.news-article-grid{grid-template-columns:minmax(0,780px);gap:0}.news-source-mobile{padding:24px}}@media (max-width:700px){.city-news-detail{padding-top:18px;padding-bottom:58px}.news-article-hero,.news-article-grid,.news-article-gallery,.news-related{scroll-margin-top:82px}.city-news-detail .news-article-hero h1{line-height:1.06}.news-article-lead{color:#526078}.city-news-detail-cover{margin-top:30px}.news-source-mobile{padding:21px}.news-source-card strong{font-size:13px}.news-source-card a{min-height:46px}.city-news-detail-content blockquote{border-left-width:3px;padding-left:20px}.news-article-gallery{margin-top:56px}.news-gallery-grid,.news-gallery-count-3,.news-gallery-count-4{gap:12px}.news-gallery-heading>span{padding:5px 9px}.news-related{margin-top:68px;padding-top:38px}.news-related-grid{margin-left:-12px;margin-right:-12px;padding-bottom:8px;padding-left:12px;padding-right:12px}.news-related-grid .city-news-card-body{min-height:222px}.news-related-grid .city-news-card-body h3{-webkit-line-clamp:3;min-height:0}}.market-home-intro .market-banner-section{aspect-ratio:auto;min-height:310px;box-shadow:none;border-radius:28px;margin:0}.market-home-intro .market-banner-copy{gap:9px;width:min(63%,560px);left:42px}.market-home-intro .market-banner-copy>strong{font-size:clamp(30px,3.1vw,45px)}.market-home-intro .market-banner-copy>span{font-size:15px}.market-home-intro .market-banner-copy>b{border-radius:12px;min-height:44px;padding:0 15px}.modern-cart-head h1,.modern-checkout-head h1{font-size:clamp(42px,4.5vw,58px)}.modern-cart-product h2{font-size:18px}.modern-cart-product>small,.modern-cart-product>span,.modern-cart-summary>span,.modern-cart-summary>p,.modern-cart-summary dt,.modern-cart-summary dd,.modern-cart-summary>small{font-size:11px}.modern-checkout-section-head h2{font-size:22px}.modern-checkout-section-head p,.modern-checkout-choice small,.modern-checkout-field>span,.modern-checkout-timezone,.modern-checkout-summary>span,.modern-checkout-summary>p,.modern-checkout-summary dt,.modern-checkout-summary dd,.modern-checkout-summary>small{font-size:11px}.modern-checkout-choice b,.modern-checkout-field input,.modern-checkout-field select,.modern-checkout-field textarea{font-size:14px}.modern-checkout-choice{min-height:76px}.modern-checkout-submit,.modern-cart-checkout{min-height:54px}@media (max-width:620px){.market-home-intro .market-banner-section{aspect-ratio:16/7;border-radius:22px;min-height:0}.market-home-intro .market-banner-copy{gap:5px;width:72%;left:18px}.market-home-intro .market-banner-copy>strong{font-size:22px}.market-home-intro .market-banner-copy>span{display:none}.market-home-intro .market-banner-copy>b{min-height:36px;padding:0 11px;font-size:10px}.modern-cart-product h2{font-size:15px}.modern-checkout-section-head h2{font-size:20px}.modern-checkout-choice b,.modern-checkout-field input,.modern-checkout-field select,.modern-checkout-field textarea{font-size:16px}}.city-news-card-body time{color:#52667c;font-size:11px}.market-home-intro .market-banner-dots{gap:0;padding:2px 4px}.market-home-intro .market-banner-dots button,.market-home-intro .market-banner-dots button.active{background:0 0;width:28px;height:28px;position:relative}.market-home-intro .market-banner-dots button:after{content:"";background:#ffffff9e;border-radius:999px;width:6px;height:6px;transition:width .2s,background .2s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.market-home-intro .market-banner-dots button.active:after{background:#fff;width:18px}
