html,body,#root{min-height:100%;margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scrollbar-width:none;background:#06070f;font-family:Segoe UI,Helvetica Neue,sans-serif}body::-webkit-scrollbar{width:0;height:0;display:none}html::-webkit-scrollbar{width:0;height:0;display:none}button,input,textarea,select{font:inherit}textarea{resize:vertical}*{box-sizing:border-box}.storeApp{color:#fff;background:#000;min-height:100vh;position:relative}body.modal-open{height:100vh;overflow:hidden}.storeChrome{pointer-events:none;background:radial-gradient(circle at top,#007aff38,#0000 28%),linear-gradient(#ffffff05,#0000 40%);position:fixed;inset:0}.storeShell{z-index:1;width:min(1180px,100% - 32px);margin:0 auto;padding:22px 0 40px;position:relative}.storeHeader,.storeHero,.storeFooter,.modalCard,.productCard,.storeTabs,.storeEmpty{background:#ffffff08;border:1px solid #ffffff14;box-shadow:0 20px 48px #00000047}.storeHeader,.storeFooter{border-radius:22px;justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;display:flex}.storeLogo{letter-spacing:.02em;font-size:28px;font-weight:800}.storeLogo span,.productPrice,.storeEyebrow{color:var(--accent)}.storeHeaderActions,.footerLinks,.methodsGrid,.cartItem,.modalStack,.modalField,.storeTabs{gap:10px;display:flex}.storeHero{border-radius:26px;margin:18px 0 16px;padding:36px 28px}.storeHero h1{margin:0 0 12px;font-size:clamp(34px,5vw,54px)}.storeEyebrow{text-transform:uppercase;letter-spacing:.3em;margin:0 0 12px;font-size:12px}.storeHeroText{color:#ffffffb8;max-width:720px;margin:0;line-height:1.6}.storeNav{margin-bottom:16px}.storeTabs{border-radius:20px;flex-wrap:wrap;justify-content:center;align-items:center;padding:8px}.storeTab,.storeButton,.footerLinks button,.cartItem button,.methodItem,.closeButton{cursor:pointer;font:inherit;border:none}.storeTab{color:#888;text-align:center;background:0 0;border-radius:16px;padding:10px 14px;font-size:14px;line-height:1.1;transition:all .2s}.storeTab.active{background:var(--accent);color:#fff}.storeGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px;display:grid}.productCard{text-align:center;border-radius:24px;padding:18px}.productIconBox{background:#ffffff0d;border-radius:28px;place-items:center;width:120px;height:120px;margin:0 auto 16px;display:grid}.productIcon{object-fit:contain;width:78px;height:78px}.productName{font-size:15px;font-weight:600}.productPrice{margin:10px 0 14px;font-weight:800}.storeButton{border-radius:16px;padding:12px 18px;transition:all .2s}.storeButton:hover,.storeTab:hover,.methodItem:hover,.footerLinks button:hover,.cartItem button:hover{transform:translateY(-1px)}.storeButton.primary,.buyButton{background:var(--accent);color:#fff}.storeButton.secondary,.cartButton,.methodItem,.closeButton{color:#fff;background:#ffffff0f}.cartButton{place-items:center;width:50px;padding:12px;display:grid;position:relative}.cartButton img{width:22px}.cartBadge{background:var(--accent);color:#fff;border-radius:999px;place-items:center;min-width:22px;height:22px;font-size:12px;font-weight:700;display:grid;position:absolute;top:-6px;right:-6px}.storeFooter{flex-wrap:wrap;margin-top:22px}.footerNote,.footerLinks button,.pageText,.modalHint,.modalField span,.storeEmpty{color:#ffffffa3}.footerLinks button{background:0 0}.modalOverlay{z-index:20;background:#000000b8;place-items:center;padding:20px;display:grid;position:fixed;inset:0;overflow:hidden}.modalCard{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:#10131d;border:1px solid #ffffff1f;border-radius:24px;width:min(520px,100%);max-height:calc(100dvh - 40px);padding:20px;position:relative;overflow-y:auto;box-shadow:0 30px 80px #0000008c}.modalCard h3{text-align:center;margin:0 0 16px}.closeButton{border-radius:12px;width:34px;height:34px;position:absolute;top:14px;right:14px}.modalStack{gap:14px;display:grid}.modalHint{text-align:center;margin:0}.modalField{flex-direction:column}.modalField span{font-size:12px}.modalField input{color:#fff;background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;padding:12px 14px}.methodsGrid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));display:grid}.methodItem{border:1px solid #ffffff14;border-radius:16px;align-items:center;gap:12px;padding:12px;display:flex}.methodItem.selected{border:2px solid var(--accent);background:#007aff1a}.methodItem img{object-fit:contain;width:24px;height:24px}.cartList{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:#ffffff08;border-radius:18px;max-height:38vh;padding:15px;overflow-y:auto}.cartItem{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:14px;margin-bottom:10px;padding:10px 0}.cartItemMain{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.cartItemThumb{background:#ffffff0d;border:1px solid #ffffff12;border-radius:14px;flex:0 0 48px;place-items:center;width:48px;height:48px;display:grid;overflow:hidden}.cartItemThumb img{object-fit:contain;width:30px;height:30px}.cartItemInfo{gap:4px;min-width:0;display:grid}.cartItemInfo span{color:#ffffffe6}.cartItemInfo em{color:#ffffff75;font-style:normal}.cartItemControls{background:#ffffff0a;border:1px solid #ffffff14;border-radius:18px;align-items:center;gap:6px;padding:4px;display:inline-flex;box-shadow:inset 0 1px #ffffff0a}.cartItemControls span{text-align:center;color:#ffffffeb;letter-spacing:.01em;min-width:34px;font-size:14px;font-weight:700}.cartItemControls button{color:#fff;background:#ffffff0f;border-radius:12px;place-items:center;width:30px;height:30px;padding:0;font-size:17px;font-weight:600;line-height:1;transition:background .2s,transform .2s,color .2s;display:grid}.cartItemControls button:hover{background:color-mix(in srgb, var(--accent) 22%, #ffffff14);color:#fff}.cartItemControls button:active{transform:scale(.96)}.cartTotal{text-align:right;font-weight:800}.cartSummary{border-top:1px solid #ffffff14;gap:8px;padding-top:10px;display:grid}.cartDiscount{text-align:right;color:#7ddc9a;font-weight:700}.cartFinal{text-align:right;color:var(--accent);font-weight:900}.storeEmpty{text-align:center;border-radius:22px;padding:24px}.storeEmpty.compact{padding:18px}.wide{width:100%}.pageText{gap:14px;line-height:1.6;display:grid}.pageText p{white-space:pre-wrap;margin:0}.pageMedia{background:#ffffff0a;border:1px solid #ffffff14;border-radius:22px;margin:0;overflow:hidden}.pageMedia img{width:100%;height:auto;display:block}.paymentStatusWrap{z-index:1;place-items:center;min-height:100vh;padding:20px;display:grid;position:relative}.paymentStatusCard{text-align:center;background:#ffffff08;border:1px solid #ffffff14;border-radius:28px;width:min(560px,100%);padding:32px 28px;box-shadow:0 20px 48px #00000047}.paymentStatusIcon{border-radius:24px;place-items:center;width:82px;height:82px;margin:0 auto 18px;font-size:38px;font-weight:800;display:grid}.paymentStatusIcon.success{color:#86efac;background:#22c55e29}.paymentStatusIcon.fail{color:#fca5a5;background:#ef444429}.paymentStatusCard h1{margin:0 0 12px;font-size:clamp(30px,5vw,42px)}.paymentStatusCard p{color:#ffffffb8;max-width:420px;margin:0 auto;line-height:1.6}.paymentStatusActions{gap:12px;margin-top:24px;display:grid}.telegramGuardWrap{z-index:1;place-items:center;min-height:100vh;padding:20px;display:grid;position:relative}.telegramGuardCard{text-align:center;background:#ffffff08;border:1px solid #ffffff14;border-radius:28px;width:min(520px,100%);padding:32px 28px;box-shadow:0 20px 48px #00000047}.telegramGuardIcon{width:82px;height:82px;color:var(--accent);background:#007aff29;border-radius:24px;place-items:center;margin:0 auto 18px;font-size:34px;font-weight:800;display:grid}.telegramGuardCard h1{margin:0 0 12px;font-size:clamp(30px,5vw,42px)}.telegramGuardCard p{color:#ffffffb8;max-width:420px;margin:0 auto;line-height:1.6}.telegramGuardSteps{background:#ffffff0a;border:1px solid #ffffff12;border-radius:18px;gap:8px;margin:22px 0 18px;padding:16px;display:grid}.telegramGuardSteps span{color:#fff9;font-size:14px}.telegramGuardSteps strong{color:#fff;font-size:18px}.telegramGuardActions{gap:12px;display:grid}.statusButton{text-decoration:none}.resellersHero,.resellersPanel,.resellerOrderCard,.metricCard{background:#ffffff08;border:1px solid #ffffff14;border-radius:24px;box-shadow:0 20px 48px #00000047}.resellersHero{margin:18px 0 16px;padding:30px 28px}.resellersHero h1{margin:0 0 12px;font-size:clamp(32px,5vw,48px)}.resellersPanel{gap:18px;padding:20px;display:grid}.resellersSearch,.resellersStats,.resellerOrdersList{gap:14px;display:grid}.resellersSearch{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto}.resellersSearch input{color:#fff;font:inherit;background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;padding:14px 16px}.resellersStats{grid-template-columns:repeat(3,minmax(0,1fr))}.metricCard span{color:#ffffffa3}.resellerOrdersList{scrollbar-width:none;max-height:72vh;overflow:auto}.resellerOrdersList::-webkit-scrollbar{width:0;height:0;display:none}.resellerOrderCard{gap:14px;padding:18px;display:grid}.orderHistoryHead div,.orderHistoryGrid,.orderHistoryGrid div{gap:6px;display:grid}.orderHistoryGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.promoBox{gap:10px;display:grid}.promoControls{grid-template-columns:minmax(0,1fr) auto auto;gap:10px;display:grid}.promoControls input{color:#fff;background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;padding:12px 14px}.promoControls button{color:#fff;cursor:pointer;background:#ffffff14;border:none;border-radius:14px;padding:12px 14px}.promoSuccess,.promoError{border-radius:14px;padding:12px 14px;font-size:14px}.promoSuccess{color:#90e0a8;background:#2ecc711f}.promoError{color:#ff9d9d;background:#ff3b3024}.cartNotice{color:#fff;opacity:0;pointer-events:none;z-index:30;white-space:nowrap;background:#10131deb;border:1px solid #ffffff14;border-radius:999px;padding:12px 16px;font-size:14px;line-height:1;transition:transform .22s,opacity .22s;position:fixed;bottom:28px;left:50%;transform:translate(-50%,16px);box-shadow:0 20px 48px #00000052}.cartNotice.visible{opacity:1;transform:translate(-50%)}.modalCard::-webkit-scrollbar{width:0;height:0;display:none}.cartList::-webkit-scrollbar{width:0;height:0;display:none}.modalCard::-webkit-scrollbar-thumb{background:#ffffff2e;border-radius:999px}.cartList::-webkit-scrollbar-thumb{background:#ffffff2e;border-radius:999px}.adminList,.promoProductList,.modalCard,.cartList,.storeTabs,.adminList,.promoProductList{scrollbar-width:none}.adminList::-webkit-scrollbar{width:0;height:0;display:none}.promoProductList::-webkit-scrollbar{width:0;height:0;display:none}.storeTabs::-webkit-scrollbar{width:0;height:0;display:none}@media (max-width:640px){.storeShell{width:min(100%,100% - 20px);padding:12px 0 24px}.storeHeader,.storeFooter{flex-direction:column;align-items:stretch;padding:14px}.storeHeaderActions,.footerLinks{width:100%}.storeHeaderActions{grid-template-columns:minmax(0,1fr) 56px;align-items:stretch;display:grid}.storeButton.secondary{width:100%}.cartButton{justify-self:end;width:56px}.storeHero{padding:24px 18px}.storeGrid{grid-template-columns:1fr 1fr;gap:12px}.productCard{padding:14px}.productIconBox{width:104px;height:104px;margin-bottom:12px}.productIcon{width:70px;height:70px}.storeTabs{flex-wrap:wrap;gap:8px;padding:8px;overflow:visible}.storeTab{white-space:normal;flex:0 auto;min-width:0;padding:9px 12px;font-size:13px}.modalOverlay{align-items:end;padding:8px}.modalCard{border-radius:18px;width:100%;max-height:min(82dvh,100dvh - 16px);padding:16px}.methodsGrid{grid-template-columns:1fr}.methodItem{justify-content:flex-start}.promoControls{grid-template-columns:1fr}.resellersSearch,.resellersStats,.orderHistoryGrid,.orderHistoryHead{flex-direction:column;grid-template-columns:1fr;align-items:stretch}.footerLinks{grid-template-columns:1fr;display:grid}.cartList{max-height:28dvh;padding:12px}.cartItem{align-items:flex-start;gap:12px}.cartItemMain{gap:10px}.cartItemThumb{border-radius:12px;flex-basis:42px;width:42px;height:42px}.cartItemThumb img{width:26px;height:26px}.cartItemInfo span,.cartItemInfo strong{line-height:1.25}.cartItemControls{flex-shrink:0}.cartItemControls button{border-radius:10px;width:28px;height:28px}.modalCard h3{margin-bottom:12px;padding-right:28px}.closeButton{top:12px;right:12px}}@media (max-width:420px){.storeLogo{font-size:24px}.storeHero h1{font-size:30px}.storeGrid{grid-template-columns:1fr}.productIconBox{width:96px;height:96px}.productIcon{width:64px;height:64px}.storeTabs{gap:6px}.storeTab{border-radius:14px;padding:8px 10px;font-size:12px}.modalCard{max-height:min(78dvh,100dvh - 12px);padding:14px}.cartItem{grid-template-columns:minmax(0,1fr);display:grid}.cartItemMain{width:100%}.cartItemControls{width:fit-content;margin-left:52px}.paymentStatusCard{padding:24px 18px}.modalStack{gap:12px}.modalField input,.promoControls input{padding:11px 12px}.storeButton{padding:11px 14px}.cartNotice{white-space:normal;text-align:center;border-radius:18px;width:calc(100% - 24px);bottom:14px}}.adminApp{color:#f6f7fb;background:radial-gradient(circle at 0 0,#007aff2e,#0000 24%),linear-gradient(#080b16 0%,#06070f 100%);min-height:100vh}.adminShell{grid-template-columns:280px minmax(0,1fr);gap:20px;width:min(1360px,100% - 32px);margin:0 auto;padding:24px 0;display:grid}.adminSidebar,.adminTopbar,.adminPanel,.metricCard,.adminLoginCard,.adminCenterCard{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0b0f1eb8;border:1px solid #ffffff14;box-shadow:0 24px 70px #00000052}.adminSidebar,.adminPanel,.adminLoginCard,.adminCenterCard,.metricCard,.adminTopbar{border-radius:28px}.adminSidebar{align-content:start;gap:20px;min-height:calc(100vh - 48px);padding:22px;display:grid;position:sticky;top:24px}.adminEyebrow{color:var(--accent);text-transform:uppercase;letter-spacing:.24em;margin:0 0 10px;font-size:12px}.adminSidebar h2,.adminTopbar h1,.adminLoginCard h1{margin:0}.adminNav,.adminSideActions,.adminForm,.adminList,.adminFormGrid{gap:12px;display:grid}.adminNav button,.adminSideActions button,.adminTopbar button,.adminPanelHead button,.adminForm button,.uploadButton{color:#fff;cursor:pointer;font:inherit;background:#ffffff0f;border:none;border-radius:16px;padding:12px 14px}.adminNav button.active,.adminTopbar button,.adminPanelHead .primary,.adminForm button,.wide.primary{background:var(--accent)}.adminSideActions .danger,.adminPanelHead .danger{color:#ffb1b1;background:#ff606029}.adminMain{gap:20px;display:grid}.adminTopbar{justify-content:space-between;align-items:center;gap:12px;padding:18px 22px;display:flex}.adminTopbarActions{color:#f6f7fbad;align-items:center;gap:12px;display:flex}.adminOverview{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.metricCard{gap:10px;padding:20px;display:grid}.metricCard span,.adminRow span,.adminLead,.adminTopbarActions span,.adminFormGrid span{color:#f6f7fbad}.metricCard strong{font-size:28px}.adminSplit{grid-template-columns:360px minmax(0,1fr);gap:20px;display:grid}.adminPanel{padding:22px}.adminPanelHead{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.adminPanelHead h2{margin:0}.adminList{scrollbar-width:none;max-height:68vh;overflow:auto}.adminRow{text-align:left;width:100%;color:inherit;cursor:pointer;font:inherit;background:#ffffff08;border:1px solid #ffffff14;border-radius:20px;justify-content:space-between;align-items:center;padding:14px;display:flex}.adminRow.active{border-color:var(--accent);background:#007aff14}.adminRow div{gap:6px;display:grid}.adminFilters,.uploadLine,.checkboxLine,.promoQuickActions,.promoBulkActions,.promoProductsHead,.contentEditorTools{align-items:center;gap:10px;display:flex}.adminFormGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.adminFormGrid label{gap:8px;display:grid}.adminFormGrid input,.adminFormGrid textarea,.adminFormGrid select,.adminForm input{box-sizing:border-box;color:#fff;background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;width:100%;padding:13px 14px}.adminFormGrid textarea{resize:vertical;min-height:120px}.adminFormGrid .tall{min-height:220px}.checkboxLine{justify-content:space-between}.checkboxLine input{width:20px;height:20px}.full{grid-column:1/-1}.promoSplit{grid-template-columns:340px minmax(0,1fr)}.promoQuickActions,.promoBulkActions{flex-wrap:wrap}.promoQuickActions button,.promoBulkActions button,.promoKeyLine button{color:#fff;cursor:pointer;font:inherit;background:#ffffff0f;border:none;border-radius:14px;padding:10px 12px}.promoKeyLine{grid-template-columns:minmax(0,1fr) auto;gap:10px;display:grid}.promoProductsPanel{gap:12px;display:grid}.promoProductsHead{justify-content:space-between}.promoBulkActions span{color:#f6f7fbad}.promoProductList{scrollbar-width:none;gap:8px;max-height:280px;padding-right:4px;display:grid;overflow:auto}.adminList::-webkit-scrollbar{width:0;height:0;display:none}.promoProductList::-webkit-scrollbar{width:0;height:0;display:none}.promoProductRow{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 14px;display:grid}.promoAllHint{color:#f6f7fbb8;background:#ffffff08;border-radius:16px;padding:14px}.adminSettingCard{background:#ffffff08;border:1px solid #ffffff14;border-radius:18px;gap:12px;padding:16px;display:grid}.contentEditorTools{flex-wrap:wrap;justify-content:space-between;margin-bottom:10px}.contentEditorTools span{font-size:13px}.uploadButton{justify-content:center;align-items:center;min-width:140px;display:inline-flex;position:relative}.uploadButton input{opacity:0;cursor:pointer;position:absolute;inset:0}.wide{width:100%;margin-top:16px}.adminLoginCard,.adminCenterCard{width:min(520px,100% - 32px);margin:0 auto;padding:32px}.adminLoginCard{transform:translateY(12vh)}.adminLead{line-height:1.6}.adminCenterCard{text-align:center;transform:translateY(30vh)}.analyticsStack{gap:20px;display:grid}.analyticsSplit{grid-template-columns:minmax(0,1.3fr) minmax(320px,.7fr)}.analyticsToolbar,.analyticsRangeTabs,.analyticsLeaders{gap:12px;display:grid}.analyticsToolbar{grid-template-columns:minmax(0,1fr) 280px;margin-bottom:18px}.analyticsToolbar input{box-sizing:border-box;color:#fff;background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;width:100%;padding:13px 14px}.analyticsRangeTabs{grid-template-columns:repeat(3,minmax(0,1fr))}.analyticsRangeTabs button{color:#fff;cursor:pointer;font:inherit;background:#ffffff0d;border:none;border-radius:16px;padding:12px 14px}.analyticsRangeTabs button.active{background:var(--accent)}.analyticsMetrics{grid-template-columns:repeat(7,minmax(0,1fr))}.analyticsChart{min-height:340px;display:grid}.analyticsBars{grid-template-columns:repeat(auto-fit,minmax(24px,1fr));align-items:end;gap:8px;min-height:320px;display:grid}.analyticsBarColumn{align-items:end;gap:10px;display:grid}.analyticsBarTrack{background:linear-gradient(#ffffff08 0%,#ffffff03 100%);border:1px solid #ffffff0f;border-radius:16px;align-items:flex-end;height:240px;padding:6px;display:flex}.analyticsBarFill{background:linear-gradient(180deg, color-mix(in srgb, var(--accent) 82%, white) 0%, var(--accent) 100%);width:100%;min-height:2px;box-shadow:0 12px 32px color-mix(in srgb, var(--accent) 24%, transparent);border-radius:12px}.analyticsBarColumn span{text-align:center;color:#f6f7fb8f;min-height:14px;font-size:11px}.analyticsBarColumn span.muted{opacity:0}.ordersFilters{margin-bottom:18px}.ordersFilters input{flex:1}.ordersHistoryList{scrollbar-width:none;gap:14px;max-height:72vh;padding-right:4px;display:grid;overflow:auto}.ordersHistoryList::-webkit-scrollbar{width:0;height:0;display:none}.orderHistoryCard{background:#ffffff08;border:1px solid #ffffff14;border-radius:22px;gap:16px;padding:18px;display:grid}.orderHistoryHead{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.orderHistoryHead div{gap:6px;display:grid}.orderHistoryHead span,.orderHistoryGrid span{color:#f6f7fb9e}.orderHistoryGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.orderHistoryGrid div{gap:6px;display:grid}.orderStatus{text-transform:uppercase;letter-spacing:.08em;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:700}.orderStatus.status-paid{color:#91e3ab;background:#2ecc711f}.orderStatus.status-pending{color:#ffffffc7;background:#ffffff14}.orderStatus.status-failed{color:#ffb1b1;background:#ff606029}@media (max-width:1080px){.adminShell,.adminSplit,.adminOverview,.analyticsToolbar,.analyticsMetrics{grid-template-columns:1fr}.adminSidebar{min-height:auto;position:static}}@media (max-width:720px){.adminShell{width:min(100%,100% - 20px);padding:14px 0}.adminTopbar,.adminPanel,.adminSidebar,.adminLoginCard,.adminCenterCard{padding:18px}.adminTopbar,.adminTopbarActions,.adminFilters,.uploadLine,.checkboxLine,.adminPanelHead,.promoProductsHead,.promoBulkActions,.promoQuickActions{flex-direction:column;align-items:stretch}.adminFormGrid{grid-template-columns:1fr}.adminRow{flex-direction:column;align-items:flex-start}.analyticsRangeTabs{grid-template-columns:1fr}.analyticsBars{grid-template-columns:repeat(10,minmax(24px,1fr));padding-bottom:6px;overflow-x:auto}.ordersFilters,.orderHistoryHead{flex-direction:column;align-items:stretch}.orderHistoryGrid{grid-template-columns:1fr}.promoProductRow{grid-template-columns:20px minmax(0,1fr)}}
