:root{--bg:#fff;--panel:#fff;--ink:#171510;--muted:#756f65;--line:#e6dfd2;--yellow:#ffd400;--red:#e32a20;--soft:#fff5bc;--shadow:0 14px 35px rgba(50,37,0,.1)}*{box-sizing:border-box}html{color-scheme:light}body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.4 Inter,system-ui,sans-serif}body.dark{--bg:#11110f;--panel:#1b1a17;--ink:#f7f2e6;--muted:#aaa497;--line:#39352c;--soft:#373122;--shadow:0 16px 40px #0006;color-scheme:dark}button,input,select,textarea{font:inherit}.wrap{max-width:1240px;margin:auto;padding:0 22px}.topline{background:#f5f2e8;font-size:13px;color:var(--muted)}body.dark .topline{background:#1d1b17}.topline .wrap{height:36px;display:flex;align-items:center;justify-content:space-between}.topline b{color:var(--red)}header{position:-webkit-sticky;position:sticky;top:0;z-index:20;background:color-mix(in srgb,var(--bg) 94%,transparent);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-bottom:1px solid var(--line)}.head{min-height:82px;display:grid;grid-template-columns:190px 145px 1fr auto;grid-gap:14px;gap:14px;align-items:center}.logo{width:190px;height:67px;object-fit:cover;object-position:center 52%;border-radius:8px}.catalog,.primary{border:0;background:var(--red);color:#fff;border-radius:12px;padding:13px 18px;font-weight:800}.search{height:48px;border:2px solid var(--red);border-radius:13px;display:flex;overflow:hidden}.search input{flex:1 1;min-width:0;border:0;background:var(--panel);color:var(--ink);padding:0 15px;outline:0}.search button{width:55px;border:0;background:var(--yellow);color:#111}.actions{display:flex;gap:8px}.action{border:0;background:transparent;color:var(--ink);padding:6px;min-width:58px}.action i{font-size:21px;display:block;font-style:normal}.nav{display:flex;gap:23px;overflow:auto;padding:12px 22px 15px;white-space:nowrap;color:var(--muted);font-size:14px}.nav span:first-child{color:var(--red);font-weight:800}.hero{margin-top:22px;border-radius:28px;min-height:310px;padding:45px 50px;background:linear-gradient(120deg,#ffd400,#ffeb55 55%,#ffbd00);color:#111;overflow:hidden;position:relative}.hero:after{content:"RC";position:absolute;right:20px;top:-65px;font-size:300px;font-weight:950;color:#00000010}.hero>div{position:relative;z-index:1;max-width:610px}.hero h1{font-size:48px;line-height:1;margin:18px 0 12px;letter-spacing:-2px}.hero p{font-size:18px;color:#3c3200}.hero a{display:inline-block;background:var(--red);color:#fff;text-decoration:none;border-radius:12px;padding:14px 19px;font-weight:800}.benefits{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px;margin:18px 0 34px}.benefit{background:var(--soft);border-radius:16px;padding:16px}.benefit b{display:block}.benefit span{font-size:13px;color:var(--muted)}.sectionHead{display:flex;justify-content:space-between;align-items:end;margin:28px 0 16px}.sectionHead h2{font-size:28px;margin:0}.sectionHead span{color:var(--red);font-weight:800}.cats{grid-template-columns:repeat(6,1fr);grid-gap:12px;gap:12px}.cat{text-align:center;padding:18px 8px;background:var(--panel);border:1px solid var(--line);border-radius:18px}.cat i{display:grid;place-items:center;width:68px;height:68px;border-radius:50%;background:var(--soft);margin:auto auto 9px;font-size:31px;font-style:normal}.grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.card{border:1px solid var(--line);background:var(--panel);border-radius:20px;overflow:hidden}.pic{height:220px;background:#f1f0ec;display:grid;place-items:center;overflow:hidden}.pic img{width:100%;height:100%;object-fit:contain}.info{padding:15px}.price{font-size:21px;font-weight:900;color:var(--red)}.name{min-height:45px;margin:7px 0}.buy{display:flex;gap:8px;margin-top:12px}.buy button{border:0;border-radius:11px;padding:11px;font-weight:800}.buy .detail{flex:1 1;background:var(--soft);color:#111}.buy .cart{background:var(--yellow);color:#111}.theme{position:fixed;right:18px;bottom:18px;z-index:40;width:48px;height:48px;border-radius:50%;border:1px solid var(--line);background:var(--panel);color:var(--ink)}.empty,.loading{padding:50px;text-align:center;color:var(--muted)}@media(max-width:900px){.head{grid-template-columns:160px 1fr auto}.logo{width:160px}.catalog{display:none}.search{grid-row:2;grid-column:1/-1;margin-bottom:12px}.actions .action:not(:last-child){display:none}.grid{grid-template-columns:repeat(2,1fr)}.cats{grid-template-columns:repeat(3,1fr)}.benefits{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.wrap{padding:0 14px}.hero{padding:30px 22px;min-height:270px}.hero h1{font-size:35px}.grid{gap:10px}.pic{height:165px}.info{padding:11px}.cats{gap:8px}.benefit span{display:none}}.benefitLink{color:inherit;text-decoration:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.benefitLink:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.categoriesTop{min-height:90px;display:flex;align-items:center;justify-content:space-between}.backButton{padding:12px 18px;border-radius:12px;background:var(--yellow);color:#111;font-weight:800;text-decoration:none}.categoriesPage{padding-top:35px;padding-bottom:60px}.categoriesPage .sectionHead h1{margin:0;font-size:36px}.categoriesPage .sectionHead p{margin:6px 0 0;color:var(--muted)}.allCategories{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.categoryBig{display:block;overflow:hidden;border:1px solid var(--line);border-radius:20px;background:var(--panel);color:var(--ink);text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.categoryBig:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.categoryImage{height:220px;display:grid;place-items:center;overflow:hidden;background:var(--soft)}.categoryImage img{width:100%;height:100%;object-fit:contain}.categoryImage span{font-size:70px}.categoryBig>div:last-child{padding:18px}.categoryBig h2{margin:0 0 8px}.categoryBig p{min-height:44px;color:var(--muted)}.categoryBig b{color:var(--red)}.cat{color:var(--ink);font:inherit;cursor:pointer}.cat button{all:unset;width:100%;cursor:pointer}@media (max-width:900px){.allCategories{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.allCategories{grid-template-columns:1fr}.categoriesPage .sectionHead h1{font-size:28px}}.productTop{min-height:90px;display:flex;align-items:center;justify-content:space-between}.productPage{grid-template-columns:minmax(0,1.15fr) minmax(350px,.85fr);grid-gap:45px;gap:45px;padding-top:40px;padding-bottom:70px}.productMainImage{min-height:500px;display:grid;place-items:center;overflow:hidden;background:var(--panel);border:1px solid var(--line);border-radius:24px}.productMainImage img{width:100%;height:500px;object-fit:contain}.productMainImage span{font-size:100px}.productThumbnails{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:10px;gap:10px;margin-top:12px}.productThumbnails div{height:100px;overflow:hidden;background:var(--panel);border:1px solid var(--line);border-radius:14px}.productThumbnails img{width:100%;height:100%;object-fit:contain}.productDetails h1{margin:14px 0;font-size:40px;line-height:1.1}.productBadges{display:flex;flex-wrap:wrap;gap:8px}.productBadges span{padding:7px 11px;border-radius:999px;background:var(--soft);color:var(--red);font-weight:800}.productDetailPrice{margin-top:22px;color:var(--red);font-size:34px;font-weight:900}.productDetails del{color:var(--muted)}.productStock{margin-top:20px;padding:12px 15px;border-radius:12px;font-weight:800}.productStock.available{color:#08784d;background:#dff8eb}.productStock.unavailable{color:#b71f16;background:#ffe7e5}.productDescription{margin-top:28px}.productDescription h2{font-size:22px}.productDescription p{line-height:1.7}.productOrderButtons{grid-gap:10px;gap:10px;margin-top:30px}.productOrderButtons a{padding:14px 18px;border-radius:12px;text-align:center;text-decoration:none;font-weight:800}.productOrderButtons .telegramOrder{border-color:var(--red);background:var(--red);color:white}@media (max-width:850px){.productPage{grid-template-columns:1fr}.productMainImage,.productMainImage img{min-height:350px;height:350px}.productDetails h1{font-size:31px}}@media (max-width:560px){.productThumbnails{grid-template-columns:repeat(3,1fr)}.productTop{gap:15px}.backButton{padding:10px;font-size:13px}}.clickableCard{cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.clickableCard:hover{transform:translateY(-5px);border-color:var(--yellow);box-shadow:var(--shadow)}.cartOverlay{position:fixed;inset:0;z-index:100;display:flex;justify-content:flex-end;background:rgba(0,0,0,.65)}.cartPanel{width:min(470px,100%);height:100%;display:flex;flex-direction:column;background:var(--panel);color:var(--ink);box-shadow:-20px 0 60px rgba(0,0,0,.25)}.cartHeader{display:flex;align-items:center;justify-content:space-between;padding:22px;border-bottom:1px solid var(--line)}.cartHeader h2{margin:0}.cartHeader span{color:var(--muted)}.cartHeader button{width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:var(--panel);color:var(--ink);cursor:pointer}.cartItems{flex:1 1;overflow-y:auto;padding:18px}.cartItem{display:grid;grid-template-columns:95px 1fr;grid-gap:14px;gap:14px;padding:14px 0;border-bottom:1px solid var(--line)}.cartItemImage{height:85px;display:grid;place-items:center;overflow:hidden;border-radius:12px;background:var(--soft)}.cartItemImage img{width:100%;height:100%;object-fit:contain}.cartItemInfo{min-width:0}.cartItemInfo b{display:block;margin-bottom:5px}.cartItemInfo>span{color:var(--red);font-weight:800}.cartQuantity{display:flex;align-items:center;gap:8px;margin-top:12px}.cartQuantity button{min-width:32px;height:32px;border:1px solid var(--line);border-radius:8px;background:var(--panel);color:var(--ink);cursor:pointer}.cartQuantity button:disabled{cursor:not-allowed;opacity:.4}.cartQuantity .removeCartItem{width:auto;margin-left:auto;padding:0 9px;border-color:#f4b2ad;color:var(--red)}.cartFooter{padding:20px;border-top:1px solid var(--line)}.cartTotal{display:flex;justify-content:space-between;gap:15px;margin-bottom:16px}.cartTotal strong{color:var(--red)}.cartFooter>a{display:block;padding:14px;border-radius:12px;background:var(--red);color:white;text-align:center;text-decoration:none;font-weight:800}.clearCart{width:100%;margin-top:10px;padding:11px;border:1px solid var(--line);border-radius:12px;background:var(--panel);color:var(--muted);cursor:pointer}.categoriesHeaderActions{display:flex;align-items:center;gap:14px}.categoriesGrid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:18px;gap:18px;padding-bottom:50px}.categoryCard{min-width:0;display:flex;flex-direction:column;overflow:hidden;color:var(--text);background:var(--card);border:1px solid var(--line);border-radius:22px;text-decoration:none;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.categoryCard:hover{transform:translateY(-5px);border-color:var(--red);box-shadow:0 15px 35px rgba(0,0,0,.12)}.categoryCardImage{width:100%;height:190px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#ffffff}.categoryCardImage img{width:100%;height:100%;display:block;object-fit:cover}.categoryCardImage span{font-size:64px}.categoryCardContent{flex:1 1;display:flex;flex-direction:column;padding:18px}.categoryCardContent h2{margin:0;font-size:21px;line-height:1.2}.categoryCardContent p{margin:10px 0 20px;color:var(--muted);font-size:14px;line-height:1.5}.categoryCardContent b{margin-top:auto;color:var(--red);font-size:14px}@media (max-width:1250px){.categoriesGrid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:950px){.categoriesGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:700px){.categoriesGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.categoryCardImage{height:155px}.categoryCardContent{padding:14px}.categoryCardContent h2{font-size:18px}}@media (max-width:430px){.categoriesGrid{grid-template-columns:1fr}}.cats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}@media (max-width:900px){.cats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.cats{grid-template-columns:1fr}}.brandsSearch{position:relative;margin:0 0 24px}.brandsSearch input{width:100%;padding:14px 50px 14px 16px;border:1px solid var(--line);border-radius:14px;background:var(--card);color:var(--text);font-size:16px;outline:none}.brandsSearch input:focus{border-color:var(--red)}.brandsSearch span{position:absolute;top:50%;right:18px;transform:translateY(-50%);pointer-events:none}.brandCardImage img{padding:18px;object-fit:contain}.brandDetailPage{padding-top:30px;padding-bottom:60px}.brandDetailHero{display:grid;grid-template-columns:260px 1fr;grid-gap:30px;gap:30px;align-items:center;padding:28px;border:1px solid var(--line);border-radius:24px;background:var(--card)}.brandDetailLogo{width:100%;height:210px;display:grid;place-items:center;overflow:hidden;border-radius:18px;background:#ffffff}.brandDetailLogo img{width:100%;height:100%;padding:20px;object-fit:contain}.brandDetailLogo span{font-size:70px}.brandDetailInfo{min-width:0}.brandDetailLabel{color:var(--red);font-size:14px;font-weight:800;text-transform:uppercase}.brandDetailInfo h1{margin:8px 0 14px;font-size:clamp(34px,5vw,60px)}.brandDetailInfo p{max-width:900px;margin:0;color:var(--muted);font-size:17px;line-height:1.7;white-space:pre-line}.brandProductsHead{margin-top:40px}.brandProductsHead p{margin:7px 0 0;color:var(--muted)}.brandProductCard{color:var(--text);text-decoration:none}.productFallback{font-size:60px}.oldPrice{color:var(--muted);font-size:14px}.brandProductOpen{margin-top:18px;color:var(--red);font-weight:800}@media (max-width:750px){.brandDetailHero{grid-template-columns:1fr;padding:18px}.brandDetailLogo{height:180px}}.brandsPage{padding-top:30px;padding-bottom:60px}.brandsPage .sectionHead p{margin:7px 0 0;color:var(--muted)}.brandLogoGrid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:18px;gap:18px}.brandLogoCard{width:100%;height:190px;display:grid;place-items:center;overflow:hidden;padding:20px;border:1px solid var(--line);border-radius:20px;background:#ffffff;text-decoration:none;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.brandLogoCard:hover{transform:translateY(-5px);border-color:var(--red);box-shadow:0 15px 35px rgba(0,0,0,.15)}.brandLogoCard img{width:100%;height:100%;object-fit:contain}.brandLogoCard span{color:#111111;font-size:24px;font-weight:900;text-align:center}@media (max-width:1100px){.brandLogoGrid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:850px){.brandLogoGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:600px){.brandLogoGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.brandLogoCard{height:150px;padding:14px}}.card .buy .detail{flex:1 1;border:none;background:#ed2b24;color:#ffffff;font-weight:800;cursor:pointer;opacity:1}.card .buy .detail:hover{background:#c91f1a;color:#ffffff}.card .buy .detail:disabled{background:#3a3833;color:#8f8b82;cursor:not-allowed;opacity:.7}.orderPage{min-height:100vh;color:var(--ink);background:radial-gradient(circle at 8% 0,rgba(255,212,0,.12),transparent 27%),#f4f7fb}body.dark .orderPage{background:radial-gradient(circle at 8% 0,rgba(255,212,0,.08),transparent 28%),#0f100e}.orderPageHeader{position:-webkit-sticky;position:sticky;top:0;z-index:30;background:color-mix(in srgb,var(--panel) 94%,transparent);border-bottom:1px solid var(--line);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.orderPageHeaderInner{display:flex;align-items:center;justify-content:space-between;width:min(1220px,calc(100% - 40px));min-height:84px;margin:0 auto}.orderPageLogo{display:block}.orderPageLogo img{display:block;width:184px;height:64px;object-fit:cover;object-position:center 52%;border-radius:10px}.orderPageBack,.orderPageEmpty a,.orderSuccessCard a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;color:#111;background:var(--yellow);border-radius:12px;text-decoration:none;font-weight:850;transition:transform .16s ease,box-shadow .16s ease}.orderPageBack:hover,.orderPageEmpty a:hover,.orderSuccessCard a:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(255,212,0,.24)}.orderPageMain{width:min(1220px,calc(100% - 40px));margin:0 auto;padding:46px 0 80px}.orderPageTitle{margin-bottom:30px}.orderPageTitle>span{display:inline-block;margin-bottom:9px;color:var(--red);font-size:13px;font-weight:900;letter-spacing:1.2px;text-transform:uppercase}.orderPageTitle h1{margin:0;font-size:clamp(34px,5vw,52px);line-height:1.04;letter-spacing:-1.8px}.orderPageTitle p{margin:12px 0 0;color:var(--muted);font-size:17px}.orderPageGrid{display:grid;grid-template-columns:minmax(0,1fr) 430px;align-items:start;grid-gap:28px;gap:28px}.orderPageLeft{display:grid;grid-gap:22px;gap:22px}.orderPageState,.orderSectionCard,.orderSuccessCard,.orderSummaryCard{background:var(--panel);border:1px solid var(--line);box-shadow:0 18px 50px rgba(22,32,50,.06)}body.dark .orderPageState,body.dark .orderSectionCard,body.dark .orderSuccessCard,body.dark .orderSummaryCard{box-shadow:0 22px 60px rgba(0,0,0,.22)}.orderSectionCard{padding:28px;border-radius:22px}.orderSectionHeading{display:flex;align-items:center;gap:13px;margin-bottom:24px}.orderSectionHeading>span{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;color:#fff;background:linear-gradient(145deg,var(--red),#bd1711);border-radius:11px;font-weight:900}.orderSectionHeading h2,.orderSummaryTitle h2{margin:0;font-size:23px;line-height:1.15}.orderSectionHeading p{margin:4px 0 0;color:var(--muted);font-size:13px}.orderFormGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:17px;gap:17px}.orderField{display:flex;flex-direction:column;gap:8px;min-width:0}.orderSectionCard>.orderField+.orderField{margin-top:17px}.orderField label{color:var(--ink);font-size:14px;font-weight:800}.orderField label em{margin-left:6px;color:var(--muted);font-size:12px;font-style:normal;font-weight:600}.orderField input,.orderField select,.orderField textarea{width:100%;min-height:54px;padding:14px 15px;color:var(--ink);background:var(--bg);border:1px solid var(--line);border-radius:13px;outline:none;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.orderField textarea{min-height:105px;resize:vertical}.orderField input::placeholder,.orderField textarea::placeholder{color:var(--muted);opacity:.72}.orderField input:focus,.orderField select:focus,.orderField textarea:focus{background:var(--panel);border-color:var(--yellow);box-shadow:0 0 0 4px rgba(255,212,0,.16)}.orderDeliveryChoice{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:13px;gap:13px;margin-bottom:20px;padding:16px;background:rgba(255,212,0,.1);border:1.5px solid var(--yellow);border-radius:15px}.orderDeliveryIcon{display:grid;place-items:center;width:45px;height:45px;background:var(--yellow);border-radius:12px;font-size:22px}.orderDeliveryChoice span,.orderDeliveryChoice strong{display:block}.orderDeliveryChoice span{margin-top:3px;color:var(--muted);font-size:13px}.orderDeliveryChoice>b{padding:6px 10px;color:#176a3a;background:#dff7e9;border-radius:999px;font-size:12px}body.dark .orderDeliveryChoice>b{color:#8be7ae;background:rgba(44,183,96,.13)}.orderSummaryCard{position:-webkit-sticky;position:sticky;top:108px;padding:27px;border-radius:22px}.orderSummaryTitle{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:20px}.orderSummaryTitle>span{color:var(--muted);font-size:13px}.orderSummaryItems{display:grid;grid-gap:16px;gap:16px;max-height:340px;padding-right:4px;overflow-y:auto}.orderSummaryItem{display:grid;grid-template-columns:68px minmax(0,1fr) auto;align-items:center;grid-gap:12px;gap:12px}.orderSummaryImage{position:relative;display:grid;place-items:center;width:68px;height:68px;background:#f2f1ec;border:1px solid var(--line);border-radius:13px;overflow:visible}.orderSummaryImage img{width:100%;height:100%;object-fit:contain;border-radius:12px}.orderSummaryImage>span{font-size:29px}.orderSummaryImage>b{position:absolute;top:-7px;right:-7px;display:grid;place-items:center;min-width:24px;height:24px;padding:0 6px;color:#111;background:var(--yellow);border:2px solid var(--panel);border-radius:999px;font-size:11px}.orderSummaryInfo{min-width:0}.orderSummaryInfo strong{display:-webkit-box;overflow:hidden;font-size:14px;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2}.orderSummaryInfo span{display:block;margin-top:5px;color:var(--muted);font-size:11px}.orderSummaryPrice{font-size:13px;white-space:nowrap}.orderSummaryTotals{display:grid;grid-gap:13px;gap:13px;margin-top:22px;padding-top:20px;border-top:1px solid var(--line)}.orderSummaryTotals>div{display:flex;align-items:center;justify-content:space-between;gap:18px}.orderSummaryTotals span{color:var(--muted)}.orderSummaryGrandTotal{margin-top:5px;padding-top:16px;border-top:1px dashed var(--line)}.orderSummaryGrandTotal>span{color:var(--ink);font-size:18px;font-weight:900}.orderSummaryGrandTotal>strong{color:var(--red);font-size:25px;white-space:nowrap}.orderPageError{margin-top:16px;padding:12px 13px;color:#b42318;background:#fff0ee;border:1px solid #ffc9c3;border-radius:12px;font-size:13px;font-weight:750}body.dark .orderPageError{color:#ffb4ac;background:rgba(227,42,32,.12);border-color:rgba(227,42,32,.35)}.orderSubmitButton{width:100%;min-height:57px;margin-top:18px;padding:14px 20px;color:#fff;background:linear-gradient(135deg,#ef352b,#c71913);border:0;border-radius:14px;box-shadow:0 14px 28px rgba(227,42,32,.26);font-size:16px;font-weight:950;letter-spacing:.35px;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease}.orderSubmitButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 18px 36px rgba(227,42,32,.34)}.orderSubmitButton:disabled{cursor:not-allowed;opacity:.58;box-shadow:none}.orderConsent{max-width:330px;margin:12px auto 0;font-size:11px;line-height:1.4}.orderConsent,.orderPageState{color:var(--muted);text-align:center}.orderPageState{padding:70px 28px;border-radius:22px}.orderPageEmpty>div{font-size:54px}.orderPageEmpty h2{margin:12px 0 4px;color:var(--ink);font-size:28px}.orderPageEmpty p{margin:0 0 22px}.orderSuccessCard{width:min(600px,100%);margin:40px auto 0;padding:48px 34px 38px;border-radius:26px;text-align:center;animation:orderCardIn .28s ease-out}.orderSuccessIcon{display:grid;place-items:center;width:112px;height:112px;margin:0 auto 24px;color:#fff;background:linear-gradient(145deg,#39d47e,#13914b);border:9px solid rgba(52,210,123,.15);border-radius:50%;box-shadow:0 20px 44px rgba(20,147,78,.27);font-size:63px;font-weight:950;line-height:1;animation:orderCheckIn .48s cubic-bezier(.2,1.3,.4,1)}.orderSuccessCard h1{margin:0;font-size:clamp(31px,6vw,44px);letter-spacing:-1.1px}.orderSuccessCard p{max-width:440px;margin:12px auto;color:var(--muted)}.orderSuccessCard>strong{display:inline-block;margin:3px 0 8px;padding:10px 18px;color:#111;background:var(--yellow);border-radius:12px;font-size:25px;letter-spacing:1px}.orderSuccessCard>a{margin-top:10px}@keyframes orderCardIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes orderCheckIn{0%{opacity:0;transform:scale(.35) rotate(-15deg)}to{opacity:1;transform:scale(1) rotate(0)}}@media (max-width:980px){.orderPageGrid{grid-template-columns:1fr}.orderSummaryCard{position:static}}@media (max-width:640px){.orderPageHeaderInner,.orderPageMain{width:min(100% - 28px,1220px)}.orderPageHeaderInner{min-height:72px}.orderPageLogo img{width:142px;height:52px}.orderPageBack{min-height:40px;padding:0 13px;font-size:12px}.orderPageMain{padding:30px 0 58px}.orderPageTitle{margin-bottom:22px}.orderPageTitle h1{letter-spacing:-1px}.orderPageTitle p{font-size:14px}.orderSectionCard,.orderSummaryCard{padding:20px 16px;border-radius:18px}.orderFormGrid{grid-template-columns:1fr;gap:14px}.orderDeliveryChoice{grid-template-columns:auto 1fr}.orderDeliveryChoice>b{display:none}.orderSummaryItem{grid-template-columns:58px minmax(0,1fr)}.orderSummaryImage{width:58px;height:58px}.orderSummaryPrice{grid-column:2;justify-self:start}.orderSummaryGrandTotal{align-items:flex-start!important;flex-direction:column;gap:5px!important}.orderSuccessCard{margin-top:20px;padding:38px 20px 28px}.orderSuccessIcon{width:94px;height:94px;font-size:53px}}@media (prefers-reduced-motion:reduce){.orderSuccessCard,.orderSuccessIcon{animation:none}}.cartFooter .checkoutButton{width:100%;min-height:54px;border:none;border-radius:14px;background:#e32a20!important;color:#ffffff!important;font-weight:900;cursor:pointer;transition:background .2s ease,transform .2s ease}.cartFooter .checkoutButton:hover{background:#bd1f18!important;transform:translateY(-2px)}.productPage{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(340px,.8fr);grid-gap:56px;gap:56px;align-items:start}.productLeftColumn{min-width:0}.productDetails{position:-webkit-sticky;position:sticky;top:26px;padding-top:54px}.productDetails h1{margin:0 0 28px;font-size:clamp(34px,4vw,56px);line-height:1.08}.productDescription{margin-top:30px;padding:28px;border:1px solid var(--line);border-radius:22px;background:var(--panel)}.productDescription h2{margin:0 0 14px;font-size:25px}.productDescription p{margin:0;color:var(--muted);line-height:1.8;white-space:pre-line}.productLeftColumn .productStock{margin-top:18px}.productOrderButtons{display:grid;grid-gap:14px;gap:14px;margin-top:38px}.productOrderButtons .telegramOrder,.productOrderButtons a{width:100%;min-height:70px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;padding:18px 24px;border:0;border-radius:25px;font-size:18px;font-weight:900;text-decoration:none;cursor:pointer}.productOrderButtons .telegramOrder{background:#ef2b24;color:#fff;box-shadow:0 12px 26px rgba(239,43,36,.28)}.productOrderButtons .telegramOrder:hover{background:#d91f18;transform:translateY(-2px)}.productOrderButtons .telegramOrder:disabled{opacity:.55;cursor:not-allowed;transform:none}.productOrderButtons a{border:1px solid var(--line);background:var(--panel);color:var(--ink)}.productOrderButtons a:hover{border-color:var(--red);color:var(--red)}@media (max-width:850px){.productPage{grid-template-columns:1fr;gap:20px}.productDetails{position:static;padding-top:0}.productDetails h1{margin-bottom:18px}.productOrderButtons{margin-top:25px}}.productThumbnails{display:flex;gap:12px;margin-top:16px;overflow-x:auto;padding-bottom:4px}.productThumbnail{flex:0 0 120px;width:120px;height:120px;padding:0;overflow:hidden;border:1px solid var(--line);border-radius:16px;background:var(--panel);cursor:pointer;opacity:.65;transition:.2s ease}.productThumbnail.active,.productThumbnail:hover{opacity:1;border:2px solid var(--red);transform:translateY(-2px)}.productThumbnail img{width:100%;height:100%;object-fit:contain}.pill{border:0;border-radius:999px;padding:7px 10px;background:#eee;color:#666}.pill.on{background:#dff8eb;color:#08784d}.check{display:flex;align-items:center;gap:9px;font-weight:800}.check input{width:20px;height:20px}.settingsCard{max-width:720px;background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:22px}.settingsCard .primary{margin-top:12px}.flash{margin-bottom:14px}.success{background:#dff8eb;color:#08784d;padding:10px;border-radius:10px}.markets{display:flex;gap:6px;flex-wrap:wrap;margin-top:9px}.markets a{font-size:12px;text-decoration:none;background:#f0eee7;color:var(--red);border-radius:7px;padding:5px 8px;font-weight:800}footer{margin-top:55px;background:#171510;color:#fff;border-top:5px solid var(--yellow)}.foot{min-height:170px;display:flex;align-items:center;gap:18px}.foot img{width:160px;height:85px;object-fit:cover;border-radius:10px}.foot div{display:grid}.foot span{color:#aaa497}.foot nav{margin-left:auto;display:flex;gap:15px;flex-wrap:wrap}.foot a{color:#ffd400}.foot a,.topline a{text-decoration:none}.topline a{color:var(--red);font-weight:800}@media(max-width:560px){.foot{align-items:flex-start;flex-direction:column;padding-top:28px;padding-bottom:28px}.foot nav{margin-left:0}}