@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700;900&display=swap";.mpStorefront{padding:20px 0 58px;background:var(--page);color:var(--text)}.mpStoreContainer{width:min(1180px,calc(100% - 32px));margin:0 auto}.mpStoreSearchbar{display:grid;grid-template-columns:155px minmax(240px,1fr) 190px 142px;min-height:48px;border:1px solid var(--line);background:var(--surface);box-shadow:0 8px 25px #0f172a0d;margin-bottom:18px}.mpStoreSearchbar button,.mpStoreSearchbar select,.mpStoreSearchbar input{font:inherit;color:var(--text)}.mpStoreCategoryTrigger,.mpStoreSearchButton{border:0;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:800;cursor:pointer}.mpStoreCategoryTrigger{background:color-mix(in srgb,var(--primary) 7%,var(--surface));border-right:1px solid var(--line)}.mpStoreSearchInput{display:flex;align-items:center;gap:10px;padding:0 14px;border-right:1px solid var(--line)}.mpStoreSearchInput svg{color:var(--muted);flex:0 0 auto}.mpStoreSearchInput input{width:100%;border:0!important;outline:0;box-shadow:none!important;background:transparent!important;padding:0!important;min-height:46px}.mpStoreSearchbar select{border:0;border-right:1px solid var(--line);background:var(--surface);padding:0 12px;outline:0}.mpStoreSearchButton{background:var(--primary);color:var(--primary-contrast,#fff)}.mpStoreLeadGrid{display:grid;grid-template-columns:245px minmax(0,1fr);gap:16px;align-items:stretch}.mpStoreCategories{border:1px solid var(--line);background:var(--surface);min-height:350px}.mpStoreCategoriesTitle{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--line);font-size:13px;text-transform:uppercase;letter-spacing:.04em}.mpStoreCategoriesTitle span{min-width:24px;height:24px;display:grid;place-items:center;border-radius:999px;background:color-mix(in srgb,var(--primary) 10%,var(--surface));color:var(--primary);font-size:11px}.mpStoreCategoryList button,.mpStoreAllCategories{width:100%;border:0;border-bottom:1px solid var(--line);background:transparent;color:var(--text);display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:8px;padding:12px 14px;text-align:left;cursor:pointer}.mpStoreCategoryList button:hover,.mpStoreAllCategories:hover{background:color-mix(in srgb,var(--primary) 5%,var(--surface))}.mpStoreCategoryList small{color:var(--muted);font-size:11px}.mpStoreAllCategories{border-bottom:0;font-weight:800;margin-top:auto}.mpStoreBanner{position:relative;overflow:hidden;min-height:350px;background:linear-gradient(120deg,color-mix(in srgb,var(--primary) 12%,var(--surface)),color-mix(in srgb,var(--primary) 3%,var(--page)));border:1px solid var(--line)}.mpStoreBanner>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.mpStoreBannerShade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#090e1cc7,#090e1c70 45%,#090e1c14 76%);opacity:0}.mpStoreBanner.hasImage .mpStoreBannerShade{opacity:1}.mpStoreBannerContent{position:relative;z-index:2;max-width:570px;padding:58px 52px}.mpStoreBanner.hasImage .mpStoreBannerContent{color:#fff}.mpStoreBannerContent>span{display:block;margin-bottom:12px;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.13em;color:var(--primary)}.mpStoreBanner.hasImage .mpStoreBannerContent>span{color:#fff}.mpStoreBanner h1{font-size:clamp(34px,4vw,58px);line-height:.98;margin:0 0 14px;letter-spacing:-.035em}.mpStoreBanner p{font-size:16px;line-height:1.55;margin:0 0 24px;color:var(--muted)}.mpStoreBanner.hasImage p{color:#ffffffd1}.mpStoreBannerActions{display:flex;gap:10px;flex-wrap:wrap}.mpStorePrimary,.mpStoreSecondary{min-height:44px;border:0;padding:0 18px;font-weight:850;cursor:pointer}.mpStorePrimary{background:var(--primary);color:var(--primary-contrast,#fff)}.mpStoreSecondary{background:#ffffffeb;color:#111827}.mpStoreSlideArrow{position:absolute;z-index:3;top:50%;transform:translateY(-50%);width:38px;height:38px;border:1px solid rgba(255,255,255,.4);border-radius:50%;display:grid;place-items:center;background:#1118274d;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer}.mpStoreSlideArrow.prev{left:14px}.mpStoreSlideArrow.next{right:14px}.mpStoreDots{position:absolute;z-index:3;bottom:15px;left:50%;transform:translate(-50%);display:flex;gap:5px}.mpStoreDots button{width:7px;height:7px;padding:0;border:0;border-radius:99px;background:#ffffff80}.mpStoreDots button.active{width:24px;background:#fff}.mpStoreSection{margin-top:30px}.mpStoreSectionHead{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.mpStoreSectionHead h2{font-size:22px;margin:0}.mpStoreSectionHead button{display:flex;align-items:center;gap:4px;border:0;background:transparent;color:var(--primary);font-weight:800;cursor:pointer}.mpStoreProductRail{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.mpStoreProduct{position:relative;min-width:0;border:1px solid var(--line);background:var(--surface);transition:box-shadow .18s ease,transform .18s ease}.mpStoreProduct:hover{transform:translateY(-2px);box-shadow:0 12px 28px #0f172a1a}.mpStoreWish{position:absolute;z-index:3;right:9px;top:9px;width:34px;height:34px;border:1px solid color-mix(in srgb,var(--line) 80%,transparent);border-radius:50%;display:grid;place-items:center;background:color-mix(in srgb,var(--surface) 90%,transparent);color:var(--text);cursor:pointer;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.mpStoreWish.active{color:var(--primary)}.mpStoreVisual{width:100%;height:184px;padding:0;border:0;background:var(--page);overflow:hidden;cursor:pointer}.mpStoreVisual .productVisual{height:100%}.mpStoreVisual img{width:100%;height:100%;object-fit:cover}.mpStoreProductBody{padding:11px 12px 12px}.mpStoreProductBody>span{display:block;color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase;margin-bottom:5px}.mpStoreProductTitle{display:block;width:100%;height:40px;overflow:hidden;border:0;padding:0;background:transparent;color:var(--text);font-weight:750;font-size:14px;line-height:1.35;text-align:left;cursor:pointer}.mpStoreProductBottom{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:10px}.mpStoreProductBottom strong{font-size:17px}.mpStoreCart{width:34px;height:34px;border:0;display:grid;place-items:center;background:var(--primary);color:var(--primary-contrast,#fff);cursor:pointer}.mpStoreCart:disabled{opacity:.45;cursor:not-allowed}.mpStoreDrawerLayer{position:fixed;z-index:1100;top:0;right:0;bottom:0;left:0}.mpStoreDrawerBackdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;border:0;background:#0000008f}.mpStoreDrawer{position:absolute;left:0;top:0;bottom:0;width:min(360px,88vw);overflow:auto;background:var(--surface);box-shadow:22px 0 60px #0003}.mpStoreDrawer header{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:17px 18px;border-bottom:1px solid var(--line);background:var(--surface)}.mpStoreDrawer header button{border:0;background:transparent;color:var(--text);cursor:pointer}.mpStoreDrawer>button{width:100%;display:grid;grid-template-columns:1fr auto auto;gap:9px;align-items:center;border:0;border-bottom:1px solid var(--line);padding:13px 18px;background:transparent;color:var(--text);text-align:left;cursor:pointer}.mpStoreDrawer>button:hover{background:color-mix(in srgb,var(--primary) 5%,var(--surface))}.mpStoreDrawer>button small{color:var(--muted)}.mpStoreDrawerAll{font-weight:850}@media(max-width:1000px){.mpStoreSearchbar{grid-template-columns:135px 1fr 130px}.mpStoreSearchbar select{display:none}.mpStoreProductRail{grid-template-columns:repeat(4,minmax(0,1fr))}.mpStoreBannerContent{padding:48px 38px}}@media(max-width:760px){.mpStorefront{padding-top:10px}.mpStoreContainer{width:min(100% - 20px,1180px)}.mpStoreSearchbar{grid-template-columns:48px 1fr 54px}.mpStoreCategoryTrigger{font-size:0}.mpStoreCategoryTrigger span{display:none}.mpStoreSearchButton{font-size:0}.mpStoreSearchButton:after{content:"›";font-size:25px}.mpStoreLeadGrid{grid-template-columns:1fr}.mpStoreCategories{display:none}.mpStoreBanner{min-height:310px}.mpStoreBannerContent{padding:46px 28px}.mpStoreProductRail{display:flex;overflow:auto;scroll-snap-type:x mandatory;padding-bottom:5px}.mpStoreProduct{flex:0 0 min(45vw,220px);scroll-snap-align:start}.mpStoreVisual{height:160px}.mpStoreSection{margin-top:24px}}@media(max-width:440px){.mpStoreBanner h1{font-size:34px}.mpStoreBannerContent{padding:42px 22px}.mpStoreProduct{flex-basis:64vw}.mpStoreSearchbar{margin-bottom:10px}}.mpStoreProductCell{min-width:0}.mpStoreProductCell .productCard{height:100%;margin:0;border-radius:0;box-shadow:none}.mpStoreProductCell .productImageLink{min-height:178px}.mpStoreProductCell .productCardBody{padding:10px 12px 12px}.mpStoreProductCell .productCardBody p,.mpStoreProductCell .productCardMeta{display:none}.mpStoreProductCell .productTitle{font-size:14px;line-height:1.35;min-height:38px}.mpStoreProductCell .productCardFooter{margin-top:9px}@media(max-width:760px){.mpStoreProductCell{flex:0 0 min(45vw,220px);scroll-snap-align:start}.mpStoreProductCell .productCard{height:100%}.mpStoreProductCell .productImageLink{min-height:150px}}@media(max-width:440px){.mpStoreProductCell{flex-basis:64vw}}:root{--brand: var(--tenant-light-brand, #5d5fef);--brand-dark: color-mix(in srgb, var(--brand) 82%, #000000);--ink: var(--tenant-light-text, #171721);--text: var(--tenant-light-text, #171721);--muted: var(--tenant-light-muted, #6e6e7b);--surface: var(--tenant-light-surface, #ffffff);--line: var(--tenant-light-border, #e7e5ec);--page: var(--tenant-light-page, #fbfafc);--header-background: var(--tenant-light-header, #fbfafc);--primary: var(--brand);--primary-color: var(--brand);--text-color: var(--text);--muted-color: var(--muted);--surface-color: var(--surface);--border-color: var(--line);--page-background: var(--page);--soft: color-mix(in srgb, var(--surface) 76%, var(--page));--success: #208966;--danger: #bb3d54;--shadow: 0 22px 60px rgba(31, 29, 49, .09);font-family:Roboto,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:var(--page);font-synthesis:none;text-rendering:optimizeLegibility;color-scheme:light}:root[data-theme=dark]{--brand: color-mix(in srgb, var(--tenant-light-brand, #5d5fef) 76%, #ffffff 24%);--brand-dark: color-mix(in srgb, var(--brand) 82%, #000000);--ink: #f2f4fa;--text: #f2f4fa;--muted: #99a2b3;--soft: #181c27;--surface: #151923;--line: #2b3141;--page: #0d0f16;--header-background: #0d0f16;--success: #4ac596;--danger: #ff7189;--shadow: 0 24px 70px rgba(0, 0, 0, .28);color-scheme:dark;background:var(--page)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:var(--page);transition:background-color .2s ease,color .2s ease}body.noScroll,body.mobileNavOpen{overflow:hidden}button,input,textarea,select{font:inherit}input,textarea,select{color:inherit}input::placeholder,textarea::placeholder{color:#9996a2;opacity:1}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}img{max-width:100%}h1,h2,h3,p{margin-top:0}.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.appShell{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.utilityBar{position:sticky;top:0;z-index:45;min-height:36px;background:#0b0d12;color:#fff;border-bottom:1px solid rgba(255,255,255,.08)}.utilityBarInner{min-height:36px;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:18px}.utilityLinks,.utilityActions{display:flex;align-items:center;min-width:0}.utilityLinks{justify-content:flex-start;gap:3px}.utilityLinks a{min-height:36px;display:inline-flex;align-items:center;gap:6px;padding:0 10px;border-radius:0;color:#ffffffc2;font-size:10px;font-weight:750;white-space:nowrap;transition:color .18s ease,background .18s ease}.utilityLinks a:hover,.utilityLinks a.active{color:#fff;background:#ffffff13}.utilityLinks a.active{box-shadow:inset 0 -2px 0 var(--brand)}.utilityLocationLink svg{color:color-mix(in srgb,var(--brand) 72%,#fff)}.announcement{min-width:0;display:flex;align-items:center;justify-content:center;gap:7px;color:#ffffffe0;font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap}.utilityAnnouncement svg{color:color-mix(in srgb,var(--brand) 70%,#fff)}.utilityActions{justify-content:flex-end;gap:4px}.utilityThemeToggle,.languageDropdown>summary{min-height:30px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 9px;border:0;border-radius:8px;color:#ffffffd1;background:transparent;font-size:10px;font-weight:800;transition:color .18s ease,background .18s ease}.utilityThemeToggle:hover,.languageDropdown>summary:hover,.languageDropdown[open]>summary{color:#fff;background:#ffffff17}.utilityThemeToggle svg{color:#f1d278}.utilityActionLabel{display:none}.languageDropdown{position:relative}.languageDropdown>summary{list-style:none;cursor:pointer;-webkit-user-select:none;user-select:none}.languageDropdown>summary::-webkit-details-marker{display:none}.languageDropdown>summary strong{font-size:10px;letter-spacing:.05em}.languageChevron{transition:transform .18s ease}.languageDropdown[open] .languageChevron{transform:rotate(180deg)}.languageDropdownMenu{position:absolute;z-index:90;top:calc(100% + 8px);right:0;width:172px;padding:6px;border:1px solid var(--line);border-radius:13px;background:var(--surface);box-shadow:0 18px 45px #0003}.languageDropdownMenu button{width:100%;min-height:38px;display:grid;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:8px;padding:0 9px;border:0;border-radius:9px;background:transparent;color:var(--muted);text-align:left;font-size:11px;font-weight:700}.languageDropdownMenu button:hover{background:var(--soft);color:var(--ink)}.languageDropdownMenu button.active{background:color-mix(in srgb,var(--brand) 10%,var(--surface));color:var(--brand)}.languageCode{font-size:9px;font-weight:900;letter-spacing:.08em}.siteHeader{position:sticky;top:36px;z-index:30;background:color-mix(in srgb,var(--header-background) 91%,transparent);border-bottom:1px solid color-mix(in srgb,var(--line) 80%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.headerInner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:inline-flex;align-items:center;gap:11px;font-size:19px;font-weight:800;letter-spacing:-.04em}.brand img{width:38px;height:38px;object-fit:contain}.brandMark{width:38px;height:38px;border-radius:13px;display:inline-grid;place-items:center;color:#fff;background:linear-gradient(145deg,var(--brand),#7e65e8);box-shadow:0 8px 22px color-mix(in srgb,var(--brand) 28%,transparent);font-family:Roboto,system-ui,sans-serif;font-size:21px}.mainNav{display:flex;align-items:center;gap:30px;margin-left:auto}.mainNav a{position:relative;padding:27px 0;color:var(--muted);font-size:13px;font-weight:700}.mainNav a:after{content:"";position:absolute;left:0;right:100%;bottom:20px;height:2px;border-radius:99px;background:var(--brand);transition:right .2s ease}.mainNav a:hover,.mainNav a.active{color:var(--ink)}.mainNav a.active:after{right:0}.headerActions{display:flex;align-items:center;gap:12px}.languageSwitch,.mobileLanguage{display:flex;border:1px solid var(--line);border-radius:999px;padding:3px;background:var(--surface)}.languageSwitch button,.mobileLanguage button{border:0;background:transparent;border-radius:99px;color:var(--muted);font-size:10px;font-weight:800;padding:6px 8px}.languageSwitch button.active,.mobileLanguage button.active{background:var(--ink);color:#fff}.cartButton{min-height:42px;display:flex;align-items:center;gap:8px;padding:0 14px;border:1px solid var(--line);border-radius:14px;background:var(--surface);color:var(--ink);font-size:12px;font-weight:800;transition:border-color .2s,transform .2s}.cartButton:hover{transform:translateY(-1px);border-color:#cac6d3}.cartButton b{min-width:20px;height:20px;padding:0 5px;display:inline-grid;place-items:center;border-radius:99px;background:var(--brand);color:#fff;font-size:10px}.mobileMenuButton{display:none;width:42px;height:42px;border:1px solid var(--line);border-radius:13px;background:var(--surface)}.themeToggle{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;border:1px solid var(--line);border-radius:13px;background:var(--surface);color:var(--ink);transition:transform .2s,border-color .2s,background-color .2s}.themeToggle:hover{transform:translateY(-1px);border-color:#cac6d3}.mobileThemeToggle,.mobileLanguage,.mobileNavHeader,.mobileNavBackdrop,.mobileUtilitySection,.mobileLanguageList{display:none}.eyebrow{display:inline-flex;align-items:center;gap:7px;color:var(--brand);font-size:11px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.primaryButton,.secondaryButton{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:14px;padding:0 20px;font-size:13px;font-weight:800;transition:transform .2s,box-shadow .2s,background .2s}.primaryButton{border:1px solid var(--brand);background:var(--brand);color:#fff;box-shadow:0 13px 30px color-mix(in srgb,var(--brand) 24%,transparent)}.primaryButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 17px 35px color-mix(in srgb,var(--brand) 30%,transparent)}.primaryButton:disabled{opacity:.56;cursor:not-allowed;box-shadow:none}.secondaryButton{border:1px solid var(--line);background:var(--surface);color:var(--ink)}.secondaryButton:hover{border-color:#cbc8d3;transform:translateY(-1px)}.wide{width:100%}.grow{flex:1}.successButton{background:var(--success);border-color:var(--success)}.heroSection{padding:70px 0 58px;overflow:hidden;background:radial-gradient(circle at 20% 5%,color-mix(in srgb,var(--brand) 12%,var(--page)) 0,transparent 34%),linear-gradient(180deg,var(--page) 0%,color-mix(in srgb,var(--page) 78%,var(--surface)) 100%)}.heroGrid{display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;min-height:470px;gap:80px}.heroCopy h1{max-width:620px;margin:18px 0 20px;font-family:Roboto,system-ui,sans-serif;font-size:clamp(46px,5.5vw,72px);line-height:1.02;letter-spacing:-.03em}.heroCopy>p{max-width:535px;color:var(--muted);font-size:16px;line-height:1.75}.heroCopy .primaryButton{margin-top:10px}.heroNote{display:flex;align-items:center;gap:9px;margin-top:25px;color:#807e89;font-size:10px;font-weight:700}.heroNote>span{width:7px;height:7px;border-radius:50%;background:#30a778;box-shadow:0 0 0 5px #30a7781c}.heroVisual{position:relative;min-height:455px;isolation:isolate}.heroCard{position:absolute;border-radius:30px;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;padding:26px;box-shadow:var(--shadow)}.heroCard span{position:absolute;top:24px;left:26px;font-size:11px;font-weight:800;letter-spacing:.15em;opacity:.55}.heroCard strong{font-family:Roboto,system-ui,sans-serif;font-size:30px;letter-spacing:-.04em}.heroCard small{margin-top:6px;font-size:10px;font-weight:700;opacity:.65;text-transform:uppercase;letter-spacing:.08em}.heroCardMain{z-index:3;top:44px;right:94px;bottom:5px;left:40px;color:#fff;background:linear-gradient(155deg,#6969f2,#4d4ed5 52%,#323381);transform:rotate(-2deg)}.heroCardMain:before{content:"";position:absolute;width:230px;height:230px;border:45px solid rgba(255,255,255,.1);border-radius:50%;top:72px;right:-62px}.heroCardTop{z-index:2;width:190px;height:205px;right:0;top:0;background:#f0cfae;transform:rotate(7deg)}.heroCardBottom{z-index:4;width:190px;height:175px;right:9px;bottom:0;color:#fff;background:#25252f;transform:rotate(4deg)}.heroShape{position:absolute;display:block;border-radius:50%;filter:blur(.2px)}.shapeOne{width:90px;height:90px;left:-15px;top:15px;background:#e3d1ee}.shapeTwo{width:45px;height:45px;right:105px;bottom:5px;background:#f6c75d;z-index:5}.categorySection{padding:76px 0 54px}.sectionHeading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:28px}.sectionHeading h2{margin:7px 0 4px;font-family:Roboto,system-ui,sans-serif;font-size:38px;line-height:1.1;letter-spacing:-.02em}.sectionHeading p{color:var(--muted);font-size:12px;margin:0}.sectionHeading.compact{margin-bottom:22px}.categoryGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.categoryCard{min-height:146px;position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:22px;border:1px solid var(--line);border-radius:22px;background:var(--surface);text-align:left;overflow:hidden;transition:transform .2s,box-shadow .2s,border-color .2s}.categoryCard:hover{transform:translateY(-4px);border-color:#d3cfe0;box-shadow:0 16px 42px #201d3214}.categoryCard>span{position:absolute;top:18px;left:20px;color:#aaa7b2;font-size:10px;font-weight:800;letter-spacing:.13em}.categoryCard strong{font-family:Roboto,system-ui,sans-serif;font-size:21px}.categoryCard small{margin-top:5px;color:var(--muted);font-size:10px}.categoryCard svg{position:absolute;right:20px;bottom:22px;color:var(--brand);transition:transform .2s}.categoryCard:hover svg{transform:translate(4px)}.catalogSection{padding:50px 0 110px}.catalogTools{display:flex;gap:10px}.searchBox{width:min(300px,32vw);min-height:45px;display:flex;align-items:center;gap:9px;padding:0 14px;border:1px solid var(--line);border-radius:14px;background:var(--surface);color:var(--muted)}.searchBox:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 10%,transparent)}.searchBox input{width:100%;border:0;outline:0;background:transparent;font-size:12px}.stockToggle{min-height:45px;display:flex;align-items:center;gap:8px;padding:0 13px;border:1px solid var(--line);border-radius:14px;background:var(--surface);color:var(--muted);font-size:11px;font-weight:700;cursor:pointer}.stockToggle input{accent-color:var(--brand)}.filterChips{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:25px}.filterChips button{min-height:35px;padding:0 15px;border:1px solid var(--line);border-radius:99px;background:var(--surface);color:var(--muted);font-size:10px;font-weight:800}.filterChips button.active{border-color:var(--ink);background:var(--ink);color:#fff}.catalogHeading{margin-bottom:26px}.catalogLayout{display:grid;grid-template-columns:245px minmax(0,1fr);align-items:start;gap:28px}.catalogControlBar{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:15px;padding:8px 10px 8px 16px;border:1px solid var(--line);border-radius:14px;background:var(--surface)}.resultRange{margin:0;color:var(--muted);font-size:10px;font-weight:600;white-space:nowrap}.catalogControlGroup{display:flex;align-items:stretch;justify-content:flex-end;gap:8px}.compactSelect{min-height:40px;display:flex;align-items:center;gap:8px;padding:0 9px 0 11px;border:1px solid var(--line);border-radius:10px;background:var(--page)}.compactSelect>span{color:var(--muted);font-size:9px;font-weight:600;white-space:nowrap}.compactSelect select{max-width:170px;border:0;outline:0;background:transparent;color:var(--ink);font-size:10px;font-weight:700;cursor:pointer}.pageSizeSelect select{width:42px}.viewToggle{display:inline-grid;grid-template-columns:39px 39px;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:var(--page)}.viewToggle button{display:grid;place-items:center;border:0;border-left:1px solid var(--line);background:transparent;color:#9a98a3}.viewToggle button:first-child{border-left:0}.viewToggle button.active{background:var(--brand);color:#fff}.catalogProductArea{position:relative;min-height:260px}.catalogProductArea.loading>.productGrid{opacity:.45;pointer-events:none}.catalogLoading{position:absolute;z-index:8;top:0;right:0;bottom:0;left:0;min-height:180px;display:flex;align-items:flex-start;justify-content:center;gap:8px;padding-top:70px;background:color-mix(in srgb,var(--page) 68%,transparent);color:var(--muted);font-size:10px;font-weight:700;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.catalogFilters{position:sticky;top:98px;max-height:calc(100dvh - 118px);overflow-y:auto;border:1px solid var(--line);border-radius:18px;background:var(--surface);scrollbar-width:thin;scrollbar-color:var(--line) transparent}.filterSection{padding:20px 18px;border-bottom:1px solid var(--line)}.filterSection h3{margin:0 0 15px;color:var(--ink);font-size:13px;font-weight:800}.filterCheck{min-height:31px;display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:10px;color:var(--muted);font-size:11px;cursor:pointer}.filterCheck input{width:18px;height:18px;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #cfcbd5;border-radius:4px;background:var(--surface);cursor:pointer}.filterCheck input[type=radio]{border-radius:50%}.filterCheck input:checked{border-color:var(--brand);background:var(--brand);box-shadow:inset 0 0 0 4px var(--surface)}.filterCheck input[type=checkbox]:checked{box-shadow:none;background:var(--brand) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m3.5 8 3 3 6-6'/%3E%3C/svg%3E") center/14px no-repeat}.filterCheck>span{min-width:0;overflow:hidden;text-overflow:ellipsis}.filterCheck>small{color:#aaa7b2;font-size:9px}.priceInputs{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:end;gap:8px}.priceInputs label{display:flex;flex-direction:column;gap:5px}.priceInputs label>span{color:var(--muted);font-size:8px;font-weight:700}.priceInputs input{width:100%;height:39px;padding:0 9px;border:1px solid var(--line);border-radius:9px;outline:0;background:var(--page);font-size:11px;font-weight:700}.priceInputs input:focus{border-color:var(--brand)}.priceInputs i{padding-bottom:12px;color:var(--muted);font-size:9px;font-style:normal}.rangeControl{position:relative;height:29px;margin-top:13px}.rangeControl>span{position:absolute;top:13px;left:var(--range-start);right:calc(100% - var(--range-end));height:3px;border-radius:99px;background:var(--brand)}.rangeControl:before{content:"";position:absolute;top:13px;left:0;right:0;height:3px;border-radius:99px;background:var(--line)}.rangeControl input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:29px;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;outline:0;background:transparent;pointer-events:none}.rangeControl input::-webkit-slider-runnable-track{height:3px;background:transparent}.rangeControl input::-webkit-slider-thumb{width:17px;height:17px;margin-top:-7px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid var(--brand);border-radius:50%;background:var(--surface);box-shadow:0 2px 7px #1818222e;pointer-events:auto;cursor:grab}.rangeControl input::-moz-range-track{height:3px;background:transparent}.rangeControl input::-moz-range-thumb{width:14px;height:14px;border:2px solid var(--brand);border-radius:50%;background:var(--surface);box-shadow:0 2px 7px #1818222e;pointer-events:auto;cursor:grab}.stockFilter{border-bottom:0}.showMoreFilters{margin-top:8px;padding:5px 0;border:0;background:none;color:var(--brand);font-size:10px;font-weight:800}.filterActions{display:flex;gap:8px;padding:16px 18px}.filterActions .secondaryButton{width:100%;min-height:40px;padding:0 12px;font-size:10px}.filterActions .primaryButton,.filterMobileHeader,.mobileFiltersButton,.filterBackdrop{display:none}.productGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(205px,1fr));gap:15px}.productCard{min-width:0;border:1px solid var(--line);border-radius:17px;background:var(--surface);overflow:hidden;transition:transform .25s,box-shadow .25s}.productCard:hover{transform:translateY(-6px);box-shadow:0 20px 50px #231f3717}.productImageLink{position:relative;display:block}.productVisual{width:100%;aspect-ratio:1.2;display:flex;align-items:center;justify-content:center;object-fit:cover}.productVisual.placeholder{position:relative;flex-direction:column;gap:10px;overflow:hidden;color:hsl(var(--product-hue),24%,37%);background:linear-gradient(140deg,hsl(var(--product-hue),48%,91%),hsl(calc(var(--product-hue) + 25),45%,97%))}.productVisual.placeholder svg,.productVisual.placeholder small{position:relative;z-index:2}.productVisual.placeholder small{font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;opacity:.65}.visualOrb{position:absolute;display:block;border-radius:50%;background:#ffffff7a}.visualOrb.one{width:130px;height:130px;top:-45px;right:-30px}.visualOrb.two{width:70px;height:70px;bottom:-12px;left:15%;border:18px solid rgba(255,255,255,.3);background:transparent}.productBadge{position:absolute;top:14px;left:14px;z-index:3;padding:7px 10px;border-radius:99px;background:#ffffffe6;box-shadow:0 7px 20px #28233c14;color:var(--ink);font-size:9px;font-weight:800;letter-spacing:.05em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.productCardBody{padding:16px 16px 15px}.productCategory{display:block;margin-bottom:7px;color:var(--brand);font-size:9px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.productTitle{display:block;font-family:Roboto,system-ui,sans-serif;font-size:16px;font-weight:700;letter-spacing:-.01em;line-height:1.3}.productCardBody>p{min-height:36px;margin:7px 0 14px;color:var(--muted);font-size:10px;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.productCardMeta{display:none;align-items:center;justify-content:space-between;gap:12px;margin:1px 0 15px;color:var(--muted);font-size:9px}.productCardMeta span{display:inline-flex;align-items:center;gap:6px}.productCardMeta span:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.productCardMeta .available{color:var(--success)}.productCardMeta .unavailable{color:var(--danger)}.productCardMeta small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.productCardFooter{display:flex;align-items:flex-end;justify-content:space-between;gap:10px}.priceBlock{display:flex;flex-direction:column;gap:2px}.priceBlock strong{font-size:16px}.priceBlock del{color:#aaa7b2;font-size:10px}.iconButton{width:42px;height:42px;display:inline-grid;place-items:center;flex:0 0 auto;border:0;border-radius:13px}.addButton{background:var(--ink);color:#fff;transition:transform .2s,background .2s}.addButton:hover:not(:disabled){transform:scale(1.05);background:var(--brand)}.addButton.success{background:var(--success)}.addButton:disabled{background:#d9d6df;cursor:not-allowed}.addButtonText{display:none}.iconButton.quiet{border:1px solid var(--line);background:var(--surface);color:var(--ink)}.productGrid.listView{grid-template-columns:1fr;gap:12px}.productGrid.listView .productCard{display:grid;grid-template-columns:220px minmax(0,1fr);min-height:220px;border-radius:16px}.productGrid.listView .productCard:hover{transform:translateY(-2px)}.productGrid.listView .productImageLink{min-height:100%}.productGrid.listView .productVisual{height:100%;aspect-ratio:auto}.productGrid.listView .productCardBody{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) 190px;grid-template-rows:auto auto minmax(0,1fr) auto;align-content:center;column-gap:28px;padding:22px 24px}.productGrid.listView .productCategory,.productGrid.listView .productTitle,.productGrid.listView .productCardBody>p,.productGrid.listView .productCardMeta{grid-column:1}.productGrid.listView .productTitle{font-size:20px}.productGrid.listView .productCardBody>p{min-height:0;max-width:620px;margin:8px 0 12px;-webkit-line-clamp:3}.productGrid.listView .productCardMeta{display:flex}.productGrid.listView .productCardFooter{grid-column:2;grid-row:1 / 5;align-self:center;flex-direction:column;align-items:stretch;gap:15px;padding-left:20px;border-left:1px solid var(--line)}.productGrid.listView .priceBlock{gap:4px}.productGrid.listView .priceBlock strong{color:var(--brand);font-size:20px}.productGrid.listView .addButton{width:100%;height:45px;display:flex;border-radius:10px;gap:9px}.productGrid.listView .addButton:hover:not(:disabled){transform:translateY(-1px)}.productGrid.listView .addButtonText{display:inline;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.catalogPagination{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:25px}.catalogPagination button{min-width:36px;height:36px;display:grid;place-items:center;padding:0 8px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--muted);font-size:10px;font-weight:800}.catalogPagination button:hover:not(:disabled){border-color:var(--brand);color:var(--brand)}.catalogPagination button.active{border-color:var(--brand);background:var(--brand);color:#fff;box-shadow:0 8px 20px color-mix(in srgb,var(--brand) 24%,transparent)}.catalogPagination button:disabled{opacity:.38;cursor:not-allowed}.catalogPagination span{width:24px;color:var(--muted);text-align:center}.drawerLayer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;justify-content:flex-end}.drawerBackdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;background:#1110187a;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.cartDrawer{position:relative;z-index:1;width:min(460px,100vw);height:100%;display:flex;flex-direction:column;background:var(--surface);box-shadow:-25px 0 65px #14131f26;animation:drawerIn .25s ease-out}@keyframes drawerIn{0%{transform:translate(100%)}}.drawerHeader{display:flex;align-items:center;justify-content:space-between;padding:26px 26px 21px;border-bottom:1px solid var(--line)}.drawerHeader h2{margin:5px 0 0;font-family:Roboto,system-ui,sans-serif;font-size:28px}.drawerItems{flex:1;overflow-y:auto;padding:10px 24px}.drawerItem{display:grid;grid-template-columns:88px 1fr;gap:14px;padding:15px 0;border-bottom:1px solid var(--line)}.drawerVisual{aspect-ratio:1;border-radius:14px}.drawerVisual.placeholder small{display:none}.drawerVisual.placeholder svg{width:24px}.drawerItemContent{min-width:0;display:flex;flex-direction:column}.drawerItemContent>strong{font-family:Roboto,system-ui,sans-serif;font-size:15px;line-height:1.25}.drawerItemContent>span{margin-top:3px;color:var(--muted);font-size:10px}.quantityRow{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.quantityControl{display:grid;grid-template-columns:28px 34px 28px;min-height:30px;border:1px solid var(--line);border-radius:10px;overflow:hidden}.quantityControl button{border:0;background:#f8f7fa;display:grid;place-items:center}.quantityControl button:disabled{color:#c1bec7;cursor:not-allowed}.quantityControl span{display:grid;place-items:center;font-size:10px;font-weight:800}.removeButton{width:30px;height:30px;display:grid;place-items:center;border:0;border-radius:9px;background:transparent;color:#aaa7b2}.removeButton:hover{background:#fff0f2;color:var(--danger)}.drawerFooter{padding:20px 25px 25px;border-top:1px solid var(--line);background:var(--surface)}.totalRow{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.totalRow span{color:var(--muted);font-size:12px}.totalRow strong{font-size:20px}.emptyState{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:35px;border:1px dashed var(--line);border-radius:22px;color:var(--muted);background:var(--surface)}.emptyState.compact{flex:1;border:0;border-radius:0}.emptyState h3{margin:15px 0 7px;color:var(--ink);font-family:Roboto,system-ui,sans-serif;font-size:22px}.emptyState p{max-width:290px;font-size:11px;line-height:1.7}.emptyIcon{width:58px;height:58px;display:grid;place-items:center;border-radius:18px;color:var(--brand);background:#f0effe}.productPage,.checkoutPage{padding-top:45px;padding-bottom:100px}.backLink{display:inline-flex;align-items:center;gap:7px;margin-bottom:30px;color:var(--muted);font-size:11px;font-weight:800}.backLink:hover{color:var(--brand)}.productDetailGrid{display:grid;grid-template-columns:1.04fr .96fr;gap:70px;align-items:start}.productGallery{position:sticky;top:130px;border-radius:30px;overflow:hidden;box-shadow:var(--shadow)}.detailVisual{min-height:540px;aspect-ratio:auto}.detailVisual.placeholder svg{width:70px;height:70px}.detailVisual.placeholder small{font-size:11px}.detailBadge{top:20px;left:20px}.productDetailCopy{padding:28px 0}.productDetailCopy h1{margin:12px 0 18px;font-family:Roboto,system-ui,sans-serif;font-size:clamp(37px,4vw,54px);line-height:1.05;letter-spacing:-.05em}.productLead{color:var(--muted);font-size:14px;line-height:1.8}.detailPrice{display:flex;align-items:center;gap:13px;margin:25px 0 12px}.detailPrice strong{font-size:27px}.detailPrice del{color:#aaa7b2;font-size:13px}.stockStatus{display:flex;align-items:center;gap:8px;font-size:10px;font-weight:800}.stockStatus span{width:8px;height:8px;border-radius:50%}.stockStatus.available{color:var(--success)}.stockStatus.available span{background:var(--success);box-shadow:0 0 0 5px #2089661a}.stockStatus.unavailable{color:var(--danger)}.stockStatus.unavailable span{background:var(--danger)}.buyRow{display:flex;gap:12px;margin:29px 0 15px}.detailQuantity{grid-template-columns:42px 45px 42px;min-height:48px;border-radius:14px}.trustNote{display:flex;align-items:center;gap:9px;padding:13px 15px;border-radius:13px;background:#f5f4f8;color:#716f7b;font-size:10px}.trustNote svg{color:var(--success)}.detailMeta{display:grid;grid-template-columns:repeat(2,1fr);margin-top:23px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.detailMeta div{display:flex;flex-direction:column;gap:4px;padding:16px 0}.detailMeta span{color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.1em}.detailMeta strong{font-size:11px}.attributes{margin-top:24px}.attributes h3{font-family:Roboto,system-ui,sans-serif;font-size:19px}.attributes>div{display:flex;justify-content:space-between;gap:20px;padding:10px 0;border-bottom:1px solid var(--line);font-size:10px}.attributes span{color:var(--muted);text-transform:capitalize}.checkoutHeading{max-width:650px;margin-bottom:34px}.checkoutHeading h1{margin:8px 0 9px;font-family:Roboto,system-ui,sans-serif;font-size:46px;letter-spacing:-.045em}.checkoutHeading p{color:var(--muted);font-size:13px}.checkoutGrid{display:grid;grid-template-columns:minmax(0,1fr) 385px;gap:28px;align-items:start}.checkoutForm{display:flex;flex-direction:column;gap:18px}.formSection{padding:25px;border:1px solid var(--line);border-radius:22px;background:var(--surface)}.formSectionHeading{display:flex;align-items:center;gap:11px;margin-bottom:21px}.formSectionHeading>span{width:27px;height:27px;display:grid;place-items:center;border-radius:9px;background:#f0effe;color:var(--brand);font-size:10px;font-weight:800}.formSectionHeading h2{margin:0;font-family:Roboto,system-ui,sans-serif;font-size:20px}.formGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.formGrid label,.formSection>label{display:flex;flex-direction:column;gap:7px}.formGrid label>span,.formSection>label>span{color:#5d5b66;font-size:10px;font-weight:800}.fullWidth{grid-column:1 / -1}.formGrid input,.formSection textarea{width:100%;border:1px solid var(--line);border-radius:12px;outline:0;background:var(--page);font-size:12px;transition:border-color .2s,box-shadow .2s}.formGrid input{height:44px;padding:0 13px}.formSection textarea{resize:vertical;padding:13px;min-height:95px}.formGrid input:focus,.formSection textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 9%,transparent)}.formGrid input:disabled{border-color:#e7e5eb;background:#f1f0f4;color:#6d6a75;cursor:not-allowed}.contactFields{align-items:end}.inputWithIcon{position:relative}.inputWithIcon>svg{position:absolute;z-index:1;left:13px;top:50%;transform:translateY(-50%);color:var(--muted);pointer-events:none}.inputWithIcon input{padding-left:38px}.contactContinue{align-self:flex-start;min-width:245px}.contactComplete{display:flex;align-items:center;gap:8px;padding:12px 14px;border:1px solid #c9eadb;border-radius:13px;background:#f2fbf7;color:var(--success);font-size:10px;font-weight:800}.identityPanel{display:flex;flex-direction:column;gap:17px}.identityIntro{display:flex;align-items:flex-start;gap:12px;padding:14px;border-radius:14px;background:color-mix(in srgb,var(--brand) 7%,#fff);color:var(--brand)}.identityIntro.neutral{background:#f8f8fb;color:var(--text)}.identityIntro>svg{flex:0 0 auto;margin-top:1px}.identityIntro div{display:flex;flex-direction:column;gap:4px}.identityIntro strong{color:var(--text);font-size:12px}.identityIntro p{margin:0;color:var(--muted);font-size:10px;line-height:1.55}.inlineAction{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:11px}.inlineAction label{display:flex;flex-direction:column;gap:7px}.inlineAction label>span{color:#5d5b66;font-size:10px;font-weight:800}.inlineAction input,.couponAction input{width:100%;height:48px;padding:0 14px;border:1px solid var(--line);border-radius:13px;outline:0;background:var(--page);font-size:12px;transition:border-color .2s,box-shadow .2s}.inlineAction input:focus,.couponAction input:focus{border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 9%,transparent)}.codeAction input{max-width:240px;font-size:17px;font-weight:800;letter-spacing:.25em}.textActions{display:flex;flex-wrap:wrap;gap:18px}.textActions button,.verifiedPhone button,.verifiedCustomerCard button,.couponMessage button{padding:0;border:0;background:none;color:var(--brand);font-size:10px;font-weight:800;cursor:pointer}.verifiedPhone{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid var(--line);border-radius:13px;background:var(--page)}.verifiedPhone span{color:var(--muted);font-size:9px;font-weight:700}.verifiedPhone strong{flex:1;font-size:12px}.verifiedPhone .lockedLabel{padding:5px 7px;border-radius:7px;background:#efedf4;color:#777380;text-transform:uppercase;letter-spacing:.06em}.verifiedCustomerCard{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:13px;padding:17px;border:1px solid #c9eadb;border-radius:15px;background:#f2fbf7;color:var(--success)}.verifiedCustomerCard div{min-width:0;display:flex;flex-direction:column;gap:3px}.verifiedCustomerCard strong,.verifiedCustomerCard p{color:var(--text)}.verifiedCustomerCard p{margin:0;font-size:12px;font-weight:800}.verifiedCustomerCard span{overflow:hidden;color:var(--muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.telegramConnectCard{display:flex;flex-direction:column;gap:14px;margin-top:2px;padding:17px;border:1px solid #cfe4f0;border-radius:16px;background:linear-gradient(135deg,#f5fbff,#f9fcff)}.telegramConnectCard.connected{border-color:#c9eadb;background:linear-gradient(135deg,#f1fbf7,#f8fdfa)}.telegramConnectHeader{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:13px}.telegramIcon{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:#229ed9;color:#fff;box-shadow:0 8px 22px #229ed938}.telegramConnectHeader>div{min-width:0}.telegramConnectHeader strong{display:block;margin-bottom:4px;font-size:12px}.telegramConnectHeader p{margin:0;color:var(--muted);font-size:10px;line-height:1.55}.telegramConnectButton{min-height:39px;padding:0 15px;border:0;border-radius:11px;background:#229ed9;color:#fff;font-size:10px;font-weight:800;cursor:pointer;box-shadow:0 8px 20px #229ed92e}.telegramConnectButton:disabled{opacity:.55;cursor:wait}.telegramConnectedBadge{display:inline-flex;align-items:center;gap:6px;padding:8px 10px;border-radius:10px;background:#e4f6ed;color:var(--success);font-size:9px;font-weight:800}.telegramMarketingCheck{display:flex;align-items:flex-start;gap:10px;padding:12px 13px;border:1px solid rgba(34,158,217,.16);border-radius:13px;background:#ffffffc7;cursor:pointer}.telegramMarketingCheck input{width:16px;height:16px;margin-top:1px;accent-color:#229ed9}.telegramMarketingCheck span{display:flex;flex-direction:column;gap:3px}.telegramMarketingCheck strong{font-size:10px}.telegramMarketingCheck small{color:var(--muted);font-size:9px;line-height:1.5}.missingField{margin-top:2px}.deliveryOptions{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.deliveryOptions label{min-height:65px;display:flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:13px;background:var(--page);cursor:pointer}.deliveryOptions label.selected{border-color:var(--brand);color:var(--brand);background:#f4f3ff;box-shadow:0 0 0 2px color-mix(in srgb,var(--brand) 8%,transparent)}.deliveryOptions input{position:absolute;opacity:0;pointer-events:none}.deliveryOptions span{font-size:10px;font-weight:800}.deliveryFields{margin-top:16px}.privacyCheck{flex-direction:row!important;align-items:flex-start;margin-top:16px;cursor:pointer}.privacyCheck input{margin-top:3px;accent-color:var(--brand)}.privacyCheck span{line-height:1.6;font-weight:600!important}.formError{margin-top:14px;padding:12px 14px;border-radius:12px;background:#fff0f2;color:var(--danger);font-size:10px;font-weight:700}.orderSummary{position:sticky;top:112px;padding:24px;border:1px solid var(--line);border-radius:22px;background:var(--surface);box-shadow:0 15px 50px #201d320d}.orderSummary h2{font-family:Roboto,system-ui,sans-serif;font-size:22px}.summaryItems{display:flex;flex-direction:column}.summaryItem{display:grid;grid-template-columns:56px minmax(0,1fr) auto;align-items:center;gap:11px;padding:11px 0;border-bottom:1px solid var(--line)}.summaryVisual{aspect-ratio:1;border-radius:11px}.summaryVisual.placeholder svg{width:17px}.summaryVisual.placeholder small{display:none}.summaryItem>div{min-width:0;display:flex;flex-direction:column;gap:3px}.summaryItem>div strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:Roboto,system-ui,sans-serif;font-size:12px}.summaryItem>div span{color:var(--muted);font-size:9px}.summaryItem>b{font-size:10px}.couponBox{display:flex;flex-direction:column;gap:9px;margin-top:17px;padding:14px;border:1px solid var(--line);border-radius:15px;background:var(--page)}.couponBox>label{display:flex;align-items:center;gap:7px;color:var(--text);font-size:10px;font-weight:800}.couponBox>small{color:var(--muted);font-size:8px;line-height:1.5}.couponAction{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px}.couponAction input{height:40px;background:var(--surface);font-weight:800;letter-spacing:.05em}.couponAction button{min-width:80px;border:1px solid var(--brand);border-radius:11px;background:var(--surface);color:var(--brand);font-size:9px;font-weight:800;cursor:pointer}.couponAction button:disabled{opacity:.45;cursor:not-allowed}.couponMessage{display:flex;align-items:center;gap:7px;padding-top:2px;font-size:9px;font-weight:700;line-height:1.45}.couponMessage.success{color:var(--success)}.couponMessage.error{color:var(--danger)}.couponMessage span{flex:1}.summaryTotals{margin:17px 0}.summaryTotals .totalRow{padding:5px 0}.summaryTotal{margin-top:8px;padding-top:13px!important;border-top:1px solid var(--line)}.discountRow{color:var(--success)}.secureNote{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:12px;color:var(--muted);font-size:8px}.successPage,.infoPage{padding-top:75px;padding-bottom:110px}.successCard,.infoCard{max-width:720px;margin:auto;padding:55px;border:1px solid var(--line);border-radius:30px;background:var(--surface);text-align:center;box-shadow:var(--shadow)}.successIcon{width:80px;height:80px;display:grid;place-items:center;margin:0 auto 24px;border-radius:25px;background:#eaf7f1;color:var(--success)}.successCard h1,.infoCard h1{margin:10px 0 14px;font-family:Roboto,system-ui,sans-serif;font-size:42px;letter-spacing:-.045em}.successCard>p,.infoCard>p{max-width:560px;margin:0 auto 27px;color:var(--muted);font-size:13px;line-height:1.8}.successFacts{max-width:430px;display:grid;grid-template-columns:repeat(2,1fr);margin:0 auto 28px;border:1px solid var(--line);border-radius:16px;overflow:hidden}.successFacts>div{display:flex;flex-direction:column;gap:5px;padding:16px}.successFacts>div+div{border-left:1px solid var(--line)}.successFacts span{color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.1em}.successFacts strong{font-size:14px}.successTelegram{max-width:520px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:13px;margin:-8px auto 26px;padding:15px;border:1px solid #cfe4f0;border-radius:16px;background:#f5fbff;text-align:left}.successTelegram.connected{border-color:#c9eadb;background:#f1fbf7}.successTelegram>span{width:39px;height:39px;display:grid;place-items:center;border-radius:12px;background:#229ed9;color:#fff}.successTelegram.connected>span{background:var(--success)}.successTelegram strong{display:block;margin-bottom:3px;font-size:11px}.successTelegram p{margin:0;color:var(--muted);font-size:9px;line-height:1.55}.successTelegram small{display:block;margin-top:5px;color:#7e8797;font-size:8px;line-height:1.45}.successTelegram .telegramConnectButton{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.telegramOpenLink{color:#138fc9;font-size:9px;font-weight:800;text-decoration:none;white-space:nowrap}.telegramOpenLink:hover{text-decoration:underline}.contactList{display:flex;flex-direction:column;align-items:center;gap:12px}.contactList a,.contactList span{display:inline-flex;align-items:center;gap:9px;color:#5e5c68;font-size:12px}.contactList svg{color:var(--brand)}.pageState{min-height:500px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--muted)}.pageState h1,.pageState h2{color:var(--ink);font-family:Roboto,system-ui,sans-serif}.pageState p{max-width:480px;font-size:12px;line-height:1.7}.pageState.errorState>span{width:50px;height:50px;display:grid;place-items:center;border-radius:16px;background:#fff0f2;color:var(--danger);font-size:24px;font-weight:800}.spinner{animation:spin .9s linear infinite;color:var(--brand)}@keyframes spin{to{transform:rotate(360deg)}}.notFound>span{color:var(--brand);font-family:Roboto,system-ui,sans-serif;font-size:80px;font-weight:700;line-height:1}.siteFooter{padding:55px 0 22px;background:#202028;color:#fff}.footerGrid{display:grid;grid-template-columns:1.65fr repeat(3,1fr);gap:55px}.footerBrand{margin-bottom:15px}.footerGrid>div{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footerGrid p{max-width:330px;color:#aaa8b1;font-size:11px;line-height:1.7}.footerGrid strong{margin-bottom:5px;font-size:11px;text-transform:uppercase;letter-spacing:.1em}.footerGrid a,.footerGrid span:not(.brandMark){color:#aaa8b1;font-size:10px}.footerGrid a:hover{color:#fff}.copyright{margin-top:40px;padding-top:18px;border-top:1px solid #35343d;color:#77757f;font-size:9px}:root[data-theme=dark] body{background:var(--page);color:var(--ink)}:root[data-theme=dark] ::selection{background:#7b83ff59;color:#fff}:root[data-theme=dark] *{scrollbar-color:#394154 #10131b}:root[data-theme=dark] input::placeholder,:root[data-theme=dark] textarea::placeholder{color:#70798c}:root[data-theme=dark] input:-webkit-autofill,:root[data-theme=dark] input:-webkit-autofill:hover,:root[data-theme=dark] input:-webkit-autofill:focus{-webkit-text-fill-color:var(--ink);-webkit-box-shadow:0 0 0 1000px #111620 inset;caret-color:var(--ink)}:root[data-theme=dark] .announcement{background:#080a10;color:#e9ecf5}:root[data-theme=dark] .siteHeader{background:#0d0f16e8;border-bottom-color:#2b3141e6}:root[data-theme=dark] .mainNav a{color:#a2aaba}:root[data-theme=dark] .mainNav a:hover,:root[data-theme=dark] .mainNav a.active{color:var(--ink)}:root[data-theme=dark] .languageSwitch,:root[data-theme=dark] .mobileLanguage,:root[data-theme=dark] .cartButton,:root[data-theme=dark] .themeToggle,:root[data-theme=dark] .mobileMenuButton,:root[data-theme=dark] .secondaryButton,:root[data-theme=dark] .iconButton.quiet{border-color:var(--line);background:#171b25;color:var(--ink)}:root[data-theme=dark] .languageSwitch button,:root[data-theme=dark] .mobileLanguage button{color:#8f98aa}:root[data-theme=dark] .languageSwitch button.active,:root[data-theme=dark] .mobileLanguage button.active{background:var(--brand);color:#fff}:root[data-theme=dark] .cartButton:hover,:root[data-theme=dark] .themeToggle:hover,:root[data-theme=dark] .secondaryButton:hover{border-color:#46506a}:root[data-theme=dark] .heroSection{background:radial-gradient(circle at 20% 5%,rgba(96,103,220,.18) 0,transparent 35%),linear-gradient(180deg,#0f121a,#11141d)}:root[data-theme=dark] .heroCardTop{background:#755942;color:#fff}:root[data-theme=dark] .heroCardBottom{background:#080a0f}:root[data-theme=dark] .shapeOne{background:#37304d}:root[data-theme=dark] .shapeTwo{background:#b88a34}:root[data-theme=dark] .categoryCard,:root[data-theme=dark] .searchBox,:root[data-theme=dark] .stockToggle,:root[data-theme=dark] .filterChips button,:root[data-theme=dark] .emptyState{border-color:var(--line);background:var(--surface);color:var(--ink)}:root[data-theme=dark] .catalogFilters,:root[data-theme=dark] .priceInputs input{border-color:var(--line);background:var(--surface);color:var(--ink)}:root[data-theme=dark] .catalogControlBar,:root[data-theme=dark] .compactSelect,:root[data-theme=dark] .viewToggle,:root[data-theme=dark] .catalogPagination button{border-color:var(--line);background:var(--surface);color:var(--ink)}:root[data-theme=dark] .compactSelect select{color:var(--ink)}:root[data-theme=dark] .viewToggle button{border-color:var(--line);color:#8f98aa}:root[data-theme=dark] .viewToggle button.active,:root[data-theme=dark] .catalogPagination button.active{border-color:var(--brand);background:var(--brand);color:#fff}:root[data-theme=dark] .filterCheck input{border-color:#46506a;background-color:#111620}:root[data-theme=dark] .filterCheck input:checked{border-color:var(--brand);background-color:var(--brand);box-shadow:inset 0 0 0 4px var(--surface)}:root[data-theme=dark] .filterCheck input[type=checkbox]:checked{box-shadow:none}:root[data-theme=dark] .categoryCard:hover{border-color:#46506a;box-shadow:0 18px 50px #0000003d}:root[data-theme=dark] .categoryCard>span,:root[data-theme=dark] .priceBlock del{color:#737c8e}:root[data-theme=dark] .searchBox,:root[data-theme=dark] .stockToggle{color:#a1aabc}:root[data-theme=dark] .searchBox input{color:var(--ink)}:root[data-theme=dark] .filterChips button{color:#9ca5b6}:root[data-theme=dark] .filterChips button.active{border-color:var(--brand);background:var(--brand);color:#fff}:root[data-theme=dark] .productCard{border-color:var(--line);background:var(--surface)}:root[data-theme=dark] .productCard:hover{box-shadow:0 20px 52px #00000045}:root[data-theme=dark] .productVisual.placeholder{color:hsl(var(--product-hue),55%,78%);background:linear-gradient(140deg,hsl(var(--product-hue),25%,20%),hsl(calc(var(--product-hue) + 25),24%,13%))}:root[data-theme=dark] .visualOrb{background:#ffffff0f}:root[data-theme=dark] .visualOrb.two{border-color:#ffffff12;background:transparent}:root[data-theme=dark] .productBadge{background:#12161fe0;color:var(--ink);box-shadow:0 8px 24px #0000003b}:root[data-theme=dark] .addButton{background:#293044;color:#fff}:root[data-theme=dark] .addButton:hover:not(:disabled){background:var(--brand)}:root[data-theme=dark] .addButton:disabled{background:#292e3a;color:#697184}:root[data-theme=dark] .cartDrawer,:root[data-theme=dark] .drawerFooter{border-color:var(--line);background:#121620;color:var(--ink)}:root[data-theme=dark] .drawerHeader,:root[data-theme=dark] .drawerItem{border-color:var(--line)}:root[data-theme=dark] .quantityControl{border-color:var(--line)}:root[data-theme=dark] .quantityControl button{background:#1d2230;color:var(--ink)}:root[data-theme=dark] .quantityControl button:disabled{color:#555e70}:root[data-theme=dark] .removeButton{color:#778094}:root[data-theme=dark] .removeButton:hover{background:#ff71891c;color:var(--danger)}:root[data-theme=dark] .emptyState{border-color:#343b4e}:root[data-theme=dark] .emptyIcon,:root[data-theme=dark] .formSectionHeading>span{background:#7b83ff21}:root[data-theme=dark] .trustNote{background:#181d28;color:#a0a8b8}:root[data-theme=dark] .detailMeta,:root[data-theme=dark] .attributes>div{border-color:var(--line)}:root[data-theme=dark] .formSection,:root[data-theme=dark] .orderSummary,:root[data-theme=dark] .successCard,:root[data-theme=dark] .infoCard{border-color:var(--line);background:var(--surface);box-shadow:0 20px 58px #0003}:root[data-theme=dark] .formGrid label>span,:root[data-theme=dark] .formSection>label>span,:root[data-theme=dark] .inlineAction label>span{color:#adb5c4}:root[data-theme=dark] .formGrid input,:root[data-theme=dark] .formSection textarea,:root[data-theme=dark] .inlineAction input,:root[data-theme=dark] .couponAction input,:root[data-theme=dark] .verifiedPhone{border-color:var(--line);background:#111620;color:var(--ink)}:root[data-theme=dark] .formGrid input:disabled{border-color:#282e3c;background:#1a1e29;color:#8e97a8}:root[data-theme=dark] .identityIntro{background:#7b83ff1a}:root[data-theme=dark] .identityIntro.neutral{background:#191e29;color:var(--ink)}:root[data-theme=dark] .verifiedPhone .lockedLabel{background:#252b39;color:#a6afbf}:root[data-theme=dark] .contactComplete,:root[data-theme=dark] .verifiedCustomerCard{border-color:#4ac59652;background:#4ac59617}:root[data-theme=dark] .telegramConnectCard,:root[data-theme=dark] .successTelegram{border-color:#229ed94f;background:linear-gradient(135deg,#229ed91a,#151923f5)}:root[data-theme=dark] .telegramConnectCard.connected,:root[data-theme=dark] .successTelegram.connected{border-color:#4ac5964f;background:linear-gradient(135deg,#4ac5961a,#151923f5)}:root[data-theme=dark] .telegramConnectedBadge{background:#4ac59621}:root[data-theme=dark] .telegramMarketingCheck{border-color:#229ed938;background:#0c10188c}:root[data-theme=dark] .deliveryOptions label{border-color:var(--line);background:#111620}:root[data-theme=dark] .deliveryOptions label.selected{border-color:var(--brand);background:#7b83ff1f}:root[data-theme=dark] .formError,:root[data-theme=dark] .pageState.errorState>span{background:#ff71891a}:root[data-theme=dark] .summaryItem,:root[data-theme=dark] .summaryTotal{border-color:var(--line)}:root[data-theme=dark] .couponBox{border-color:var(--line);background:#111620}:root[data-theme=dark] .couponAction input,:root[data-theme=dark] .couponAction button{border-color:var(--line);background:#181d28;color:var(--ink)}:root[data-theme=dark] .couponAction button:not(:disabled){border-color:var(--brand);color:#aeb3ff}:root[data-theme=dark] .successIcon{background:#4ac5961f}:root[data-theme=dark] .successFacts{border-color:var(--line)}:root[data-theme=dark] .successFacts>div+div{border-color:var(--line)}:root[data-theme=dark] .contactList a,:root[data-theme=dark] .contactList span{color:#aab2c1}:root[data-theme=dark] .siteFooter{background:#080a10}:root[data-theme=dark] .copyright{border-color:#242a37;color:#747d8e}@media(max-width:980px){.heroGrid{grid-template-columns:1fr 1fr;gap:30px}.heroVisual{transform:scale(.86);transform-origin:center}.catalogLayout{grid-template-columns:220px minmax(0,1fr);gap:18px}.productGrid{grid-template-columns:repeat(2,1fr)}.productDetailGrid{gap:35px}.checkoutGrid{grid-template-columns:1fr 330px}.footerGrid{grid-template-columns:1.5fr repeat(3,1fr);gap:25px}}@media(max-width:768px){.container{width:min(calc(100% - 24px),620px)}.utilityBar{position:relative;z-index:29;min-height:34px}.utilityBarInner{min-height:34px;display:flex;justify-content:flex-end;width:calc(100% - 20px);gap:4px}.utilityLinks,.utilityAnnouncement{display:none}.utilityActions{margin-left:auto}.utilityThemeToggle,.languageDropdown>summary{min-height:28px}.utilityActionLabel{display:inline;font-size:9px}.languageDropdownMenu{position:fixed;top:38px;right:10px;width:min(210px,calc(100vw - 20px))}.siteHeader{top:0;z-index:70;background:#fbfafcf7;-webkit-backdrop-filter:none;backdrop-filter:none}.headerInner{height:64px;gap:9px}.headerInner>.brand{min-width:0;gap:9px}.headerInner>.brand>span:last-child{max-width:118px;overflow:hidden;font-size:16px;text-overflow:ellipsis;white-space:nowrap}.brandMark,.brand img{width:36px;height:36px;border-radius:12px}.headerActions{flex:0 0 auto;gap:8px}.languageSwitch,.themeToggle{display:none}.cartButton{position:relative;min-width:42px;height:42px;justify-content:center;padding:0 10px;border-radius:13px}.cartButton>span{display:none}.cartButton b{position:absolute;margin:-29px -29px 0 0;border:2px solid #fff}.mobileMenuButton{display:grid;place-items:center;position:relative;z-index:0}.mobileNavBackdrop{position:fixed;z-index:1;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100dvh;padding:0;border:0;background:#11101885;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:navFadeIn .2s ease-out}.mainNav{position:fixed;z-index:2;inset:0 auto 0 0;width:min(88vw,330px);height:100dvh;margin:0;padding:15px;display:flex;flex-direction:column;align-items:stretch;gap:7px;border:0;border-radius:0 24px 24px 0;background:var(--surface);box-shadow:24px 0 65px #14131f33;opacity:0;visibility:hidden;transform:translate(-105%);transition:transform .25s ease,opacity .2s ease,visibility .25s}.mainNav.open{opacity:1;visibility:visible;transform:translate(0)}.mainNav>a{display:flex;align-items:center;min-height:48px;padding:0 14px;border-radius:13px;color:var(--muted);font-size:13px}.mainNav>a:after{display:none}.mainNav>a:hover,.mainNav>a.active{color:var(--ink);background:#f2f1f6}.mainNav>a.active{box-shadow:inset 3px 0 0 var(--brand)}.mobileNavHeader{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 9px;padding:0 0 15px;border-bottom:1px solid var(--line)}.mobileNavHeader .brand{min-width:0;padding:0}.mobileNavHeader .brand:after{display:none}.mobileNavHeader .brand>span:last-child{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobileUtilitySection{display:flex;flex-direction:column;gap:5px;margin:7px 0 2px;padding:10px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.mobileUtilitySection>span{padding:0 14px 3px;color:var(--muted);font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;opacity:.68}.mobileUtilitySection>a{min-height:43px;display:flex;align-items:center;gap:9px;padding:0 14px;border-radius:11px;color:var(--muted);font-size:12px;font-weight:750}.mobileUtilitySection>a.active,.mobileUtilitySection>a:hover{color:var(--ink);background:var(--soft)}.mobileThemeToggle{min-height:48px;display:flex;align-items:center;gap:11px;margin-top:5px;padding:0 14px;border:1px solid var(--line);border-radius:13px;background:#f7f6fa;color:var(--ink);font-size:12px;font-weight:800}.mobileThemeToggle svg{color:var(--brand)}.mobileLanguage{display:none}.mobileLanguageList{display:grid;gap:5px;margin-top:auto;padding-top:8px}.mobileLanguageList button{min-height:42px;display:grid;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:8px;padding:0 12px;border:1px solid var(--line);border-radius:11px;background:var(--surface);color:var(--muted);text-align:left;font-size:11px}.mobileLanguageList button strong{font-size:10px;letter-spacing:.06em}.mobileLanguageList button.active{border-color:color-mix(in srgb,var(--brand) 35%,var(--line));color:var(--brand);background:color-mix(in srgb,var(--brand) 7%,var(--surface))}@keyframes navFadeIn{0%{opacity:0}}.heroSection{padding:36px 0 24px}.heroGrid{grid-template-columns:1fr;min-height:auto;gap:24px}.heroCopy h1{margin:14px 0 15px;font-size:clamp(37px,11vw,54px);line-height:1.01}.heroCopy>p{font-size:13px;line-height:1.65}.heroCopy .primaryButton{min-height:50px}.heroNote{margin-top:18px}.heroVisual{min-height:295px;margin-bottom:-58px;transform:scale(.72);transform-origin:center top}.categorySection{padding:48px 0 30px;overflow:hidden}.sectionHeading{align-items:stretch;flex-direction:column;gap:17px;margin-bottom:20px}.sectionHeading h2{font-size:31px}.categoryGrid{display:flex;gap:12px;margin-inline:-12px;padding:0 12px 9px;overflow-x:auto;scroll-padding-inline:12px;scroll-snap-type:x mandatory;scrollbar-width:none}.categoryGrid::-webkit-scrollbar,.filterChips::-webkit-scrollbar{display:none}.categoryCard{flex:0 0 min(77vw,280px);min-height:112px;padding:18px;border-radius:20px;scroll-snap-align:start}.categoryCard>span{top:15px;left:17px}.categoryCard svg{right:17px;bottom:18px}.catalogSection{padding:36px 0 72px;overflow:hidden}.catalogTools{flex-direction:row;gap:9px}.searchBox{width:100%;min-height:48px}.mobileFiltersButton{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:7px;flex:0 0 auto;padding:0 14px;border:1px solid var(--line);border-radius:13px;background:var(--surface);color:var(--ink);font-size:11px;font-weight:800}.mobileFiltersButton b{min-width:19px;height:19px;display:inline-grid;place-items:center;padding:0 5px;border-radius:99px;background:var(--brand);color:#fff;font-size:9px}.catalogLayout{display:block}.catalogControlBar{align-items:stretch;flex-direction:column;gap:9px;margin-bottom:12px;padding:11px}.resultRange{padding:0 2px}.catalogControlGroup{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:7px}.compactSelect{min-width:0;padding-inline:9px}.compactSelect select{min-width:0;max-width:100%}.sortSelect select{width:100%}.pageSizeSelect>span{display:none}.catalogProductArea{min-height:210px}.catalogLoading{padding-top:55px}.catalogFilters{position:fixed;z-index:181;top:0;bottom:0;left:0;width:min(88vw,340px);max-height:none;border:0;border-radius:0 22px 22px 0;box-shadow:28px 0 70px #0c0c1240;opacity:0;visibility:hidden;transform:translate(-105%);transition:transform .25s ease,opacity .2s ease,visibility .25s}.catalogFilters.open{opacity:1;visibility:visible;transform:translate(0)}.filterBackdrop{position:fixed;z-index:180;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;border:0;background:#090a1094;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.filterMobileHeader{position:sticky;z-index:2;top:0;min-height:62px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid var(--line);background:var(--surface)}.filterMobileHeader strong{font-size:15px}.filterMobileHeader button{width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:11px;background:var(--soft);color:var(--muted)}.filterActions{position:sticky;bottom:0;padding-bottom:calc(16px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:var(--surface)}.filterActions .secondaryButton,.filterActions .primaryButton{display:inline-flex;flex:1}.filterChips{flex-wrap:nowrap;margin-inline:-12px;margin-bottom:18px;padding:0 12px 5px;overflow-x:auto;scrollbar-width:none}.filterChips button{flex:0 0 auto;min-height:38px}.productGrid{grid-template-columns:1fr;gap:13px}.productCard{display:grid;grid-template-columns:134px minmax(0,1fr);min-height:170px;border-radius:20px}.productGrid.listView .productCard{grid-template-columns:134px minmax(0,1fr);min-height:170px;border-radius:20px}.productImageLink{min-height:100%}.productVisual{width:100%;height:100%;aspect-ratio:auto}.productBadge{top:10px;left:10px;max-width:calc(100% - 20px);padding:6px 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.productCardBody{min-width:0;display:flex;flex-direction:column;padding:15px}.productTitle{font-size:18px}.productCardBody>p{min-height:0;margin:6px 0 11px;font-size:10px;line-height:1.55}.productGrid.listView .productCardBody{display:flex;justify-content:flex-start;padding:15px}.productGrid.listView .productTitle{font-size:18px}.productGrid.listView .productCardBody>p{margin:6px 0 11px;-webkit-line-clamp:2}.productGrid.listView .productCardMeta{display:none}.productGrid.listView .productCardFooter{flex-direction:row;align-items:flex-end;gap:10px;margin-top:auto;padding-left:0;border-left:0}.productGrid.listView .priceBlock strong{color:var(--ink);font-size:16px}.productGrid.listView .addButton{width:44px;height:44px;display:inline-grid;border-radius:13px}.productGrid.listView .addButtonText{display:none}.productCardFooter{margin-top:auto}.iconButton{width:44px;height:44px}.drawerLayer{align-items:flex-end}.cartDrawer{width:100%;height:min(92dvh,760px);border-radius:24px 24px 0 0;box-shadow:0 -24px 65px #14131f2e;animation:drawerUp .25s ease-out;overflow:hidden}@keyframes drawerUp{0%{transform:translateY(100%)}}.drawerHeader{padding:18px 18px 15px}.drawerHeader:before{content:"";position:absolute;top:7px;left:50%;width:38px;height:4px;border-radius:99px;background:#d9d6df;transform:translate(-50%)}.drawerHeader h2{font-size:24px}.drawerItems{padding:5px 16px}.drawerItem{grid-template-columns:72px minmax(0,1fr);gap:12px;padding:13px 0}.drawerFooter{padding:15px 16px calc(16px + env(safe-area-inset-bottom))}.productPage,.checkoutPage{padding-top:23px;padding-bottom:70px}.backLink{margin-bottom:20px}.productDetailGrid{grid-template-columns:1fr;gap:24px}.productGallery{position:relative;top:auto;border-radius:22px}.detailVisual{min-height:0;aspect-ratio:1.08}.detailVisual.placeholder svg{width:52px;height:52px}.productDetailCopy{padding:0}.productDetailCopy h1{margin:9px 0 14px;font-size:clamp(32px,10vw,42px)}.productLead{font-size:13px;line-height:1.7}.detailPrice{margin:20px 0 11px}.detailPrice strong{font-size:24px}.buyRow{margin:23px 0 13px}.trustNote{line-height:1.5}.checkoutHeading{margin-bottom:24px}.checkoutHeading h1{font-size:clamp(34px,10vw,42px);line-height:1.05}.checkoutHeading p{font-size:11px;line-height:1.65}.checkoutGrid{grid-template-columns:1fr;gap:16px}.checkoutForm{gap:14px}.formSection{padding:18px;border-radius:20px}.formSectionHeading{margin-bottom:17px}.formSectionHeading h2{font-size:19px}.formGrid{grid-template-columns:1fr;gap:12px}.formGrid input,.inlineAction input{height:48px}.inlineAction{grid-template-columns:1fr;align-items:stretch}.inlineAction .primaryButton,.contactContinue{width:100%}.codeAction input{max-width:none}.fullWidth{grid-column:auto}.verifiedCustomerCard{grid-template-columns:auto minmax(0,1fr);padding:14px}.verifiedCustomerCard>button{grid-column:1 / -1;justify-self:flex-start}.verifiedPhone{flex-wrap:wrap}.verifiedPhone strong{min-width:150px}.deliveryOptions{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.deliveryOptions label{min-height:58px;padding:7px;text-align:center}.deliveryOptions span{line-height:1.25}.privacyCheck span{font-size:9px}.orderSummary{position:relative;top:auto;padding:19px;border-radius:20px}.summaryItem{grid-template-columns:50px minmax(0,1fr) auto}.couponAction{grid-template-columns:minmax(0,1fr) auto}.secureNote{line-height:1.45;text-align:center}.successPage,.infoPage{padding-top:34px;padding-bottom:70px}.successCard,.infoCard{padding:31px 18px;border-radius:24px}.successIcon{width:66px;height:66px;margin-bottom:19px;border-radius:21px}.successCard h1,.infoCard h1{font-size:32px}.successCard>p,.infoCard>p{font-size:11px;line-height:1.7}.successTelegram{grid-template-columns:auto minmax(0,1fr);padding:13px}.successTelegram .telegramConnectButton{grid-column:1 / -1;width:100%;min-height:44px}.telegramOpenLink{grid-column:1 / -1;justify-self:center;padding:8px}.contactList a,.contactList span{max-width:100%;overflow-wrap:anywhere;text-align:left}.pageState{min-height:420px;padding:35px 0}.siteFooter{padding:42px 0 calc(20px + env(safe-area-inset-bottom))}.footerGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 20px}.footerGrid>div:first-child{grid-column:1 / -1}.copyright{margin-top:31px}}@media(max-width:768px){:root[data-theme=dark] .siteHeader{background:#0d0f16f7}:root[data-theme=dark] .mainNav{background:#121620}:root[data-theme=dark] .mainNav>a:hover,:root[data-theme=dark] .mainNav>a.active{background:#1c2130}:root[data-theme=dark] .mobileThemeToggle{background:#1a1f2b;color:var(--ink)}:root[data-theme=dark] .cartButton b{border-color:#171b25}:root[data-theme=dark] .drawerHeader:before{background:#465067}}@media(max-width:430px){.heroCopy .primaryButton{width:100%}.heroVisual{display:none}.categorySection{padding-top:42px}.productCard,.productGrid.listView .productCard{grid-template-columns:112px minmax(0,1fr);min-height:158px}.catalogControlGroup{grid-template-columns:minmax(0,1fr) 54px 80px}.compactSelect>span{display:none}.productCardBody{padding:13px}.productCategory{margin-bottom:5px;font-size:8px}.productTitle{font-size:16px}.productCardBody>p{-webkit-line-clamp:2;margin-bottom:8px}.priceBlock strong{font-size:14px}.buyRow{flex-direction:column}.detailQuantity{align-self:flex-start}.buyRow .primaryButton{width:100%}.verifiedPhone .lockedLabel{margin-left:0}.couponAction{grid-template-columns:1fr}.couponAction button{min-height:40px}.successFacts{grid-template-columns:1fr}.successFacts>div+div{border-left:0;border-top:1px solid var(--line)}.successCard>.primaryButton{width:100%}.footerGrid{grid-template-columns:1fr 1fr}}@media(hover:none)and (pointer:coarse){.productCard:hover,.categoryCard:hover,.cartButton:hover,.primaryButton:hover,.secondaryButton:hover{transform:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.accountMenuWrap{position:relative}.accountButton,.accountLoginButton{min-height:42px;display:inline-flex;align-items:center;gap:8px;padding:0 11px;border:1px solid var(--line);border-radius:14px;background:var(--surface);color:var(--ink);font-size:10px;font-weight:800}.accountButtonName{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.accountAvatar{width:29px;height:29px;display:inline-grid;place-items:center;flex:0 0 auto;border-radius:10px;background:linear-gradient(145deg,var(--brand),#7e65e8);color:#fff;font-size:10px;font-weight:800;box-shadow:0 6px 16px color-mix(in srgb,var(--brand) 25%,transparent)}.accountAvatar.large{width:70px;height:70px;border-radius:22px;font-size:21px}.accountDropdown{position:absolute;z-index:80;top:calc(100% + 9px);right:0;width:245px;padding:9px;border:1px solid var(--line);border-radius:16px;background:var(--surface);box-shadow:var(--shadow)}.accountDropdown>div{display:flex;flex-direction:column;gap:3px;padding:9px 10px 12px;border-bottom:1px solid var(--line)}.accountDropdown>div strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.accountDropdown>div span{color:var(--muted);font-size:9px}.accountDropdown>a,.accountDropdown>button,.mobileAccountAction{width:100%;min-height:42px;display:flex;align-items:center;gap:10px;padding:0 10px;border:0;border-radius:11px;background:transparent;color:var(--ink);font-size:10px;font-weight:800;text-align:left}.accountDropdown>a:hover,.accountDropdown>button:hover{background:var(--soft)}.mobileAccountAction{display:none}.mainNav>a svg{flex:0 0 auto}.authLayer{position:fixed;z-index:220;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:18px}.authBackdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;background:#090a10a3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.authDialog{position:relative;z-index:1;width:min(440px,100%);max-height:calc(100dvh - 36px);overflow-y:auto;padding:31px;border:1px solid var(--line);border-radius:26px;background:var(--surface);color:var(--ink);box-shadow:0 30px 90px #090a124d;text-align:center;animation:authIn .2s ease-out}@keyframes authIn{0%{opacity:0;transform:translateY(14px) scale(.98)}}.authClose{position:absolute;top:13px;right:13px;width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:12px;background:var(--soft);color:var(--muted)}.authShield{width:58px;height:58px;display:grid;place-items:center;margin:0 auto 15px;border-radius:19px;background:color-mix(in srgb,var(--brand) 12%,var(--surface));color:var(--brand)}.authDialog h2{margin-bottom:8px;font-family:Roboto,system-ui,sans-serif;font-size:29px;letter-spacing:-.035em}.authDialog>p,.authForm>p,.authTelegram>p,.authMethods>p{color:var(--muted);font-size:10px;line-height:1.65}.authForm,.authTelegram,.authMethods{display:flex;flex-direction:column;gap:13px;margin-top:22px;text-align:left}.authForm label{display:flex;flex-direction:column;gap:7px}.authForm label>span{color:var(--muted);font-size:9px;font-weight:800}.authInput{min-height:50px;display:flex;align-items:center;gap:10px;padding:0 14px;border:1px solid var(--line);border-radius:14px;background:var(--page);color:var(--muted)}.authInput:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 10%,transparent)}.authInput input{min-width:0;flex:1;border:0;outline:0;background:transparent}.authCode{width:100%;height:56px;padding:0 12px;border:1px solid var(--line);border-radius:14px;outline:0;background:var(--page);text-align:center;font-size:22px;font-weight:800;letter-spacing:.3em}.authCode:focus{border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 10%,transparent)}.authStepIcon,.telegramLogo{width:48px;height:48px;display:grid;place-items:center;align-self:center;border-radius:15px;background:#229ed9;color:#fff}.authStepIcon.email{background:var(--brand)}.authForm>strong,.authTelegram>strong,.authMethods>strong{text-align:center;font-size:13px}.authForm>p,.authTelegram>p,.authMethods>p{margin:-6px 0 2px;text-align:center}.authMethodList{display:flex;flex-direction:column;gap:9px}.authMethodButton{width:100%;min-height:70px;display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:12px;padding:11px 13px;border:1px solid var(--line);border-radius:15px;background:var(--page);color:var(--ink);text-align:left;transition:border-color .2s,transform .2s,background .2s}.authMethodButton:hover:not(:disabled){border-color:var(--brand);transform:translateY(-1px)}.authMethodButton:disabled{opacity:.55;cursor:wait}.authMethodButton>span{width:44px;height:44px;display:grid;place-items:center;border-radius:13px;background:color-mix(in srgb,var(--brand) 12%,var(--surface));color:var(--brand)}.authMethodButton.telegram>span{background:#229ed91f;color:#229ed9}.authMethodButton>div{min-width:0;display:flex;flex-direction:column;gap:4px}.authMethodButton strong{font-size:11px}.authMethodButton small{overflow:hidden;color:var(--muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.authTelegram .telegramConnectButton{min-height:48px;display:flex;align-items:center;justify-content:center;font-size:11px}.authWaiting{display:flex;align-items:center;justify-content:center;gap:9px;color:var(--muted);font-size:9px;font-weight:700}.authWaiting>span{width:8px;height:8px;border-radius:50%;background:var(--success);box-shadow:0 0 0 5px color-mix(in srgb,var(--success) 12%,transparent);animation:authPulse 1.4s infinite}@keyframes authPulse{50%{opacity:.35}}.authBack{align-self:center;display:inline-flex;align-items:center;gap:6px;padding:6px;border:0;background:none;color:var(--brand);font-size:9px;font-weight:800}.authError{text-align:left}.authSecurity{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:17px;color:var(--muted);font-size:8px;line-height:1.5}.customerSafeCard{margin-bottom:16px}.customerSafeCard>a{color:var(--brand);font-size:9px;font-weight:800;white-space:nowrap}.checkoutAuthRequired .backLink{margin:18px 0 0}.successActions{display:flex;align-items:center;justify-content:center;gap:10px}.accountPage{padding-top:56px;padding-bottom:100px}.accountHero{display:flex;align-items:center;gap:19px;margin-bottom:48px;padding:28px;border:1px solid var(--line);border-radius:24px;background:var(--surface);box-shadow:var(--shadow)}.accountHero h1{margin:6px 0 5px;font-family:Roboto,system-ui,sans-serif;font-size:34px;letter-spacing:-.04em}.accountHero p{margin:0;color:var(--muted);font-size:10px}.accountSectionHeading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.accountSectionHeading h2{margin:5px 0 0;font-family:Roboto,system-ui,sans-serif;font-size:30px}.accountSectionHeading>strong{min-width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:var(--soft);color:var(--brand);font-size:12px}.accountOrders{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.accountOrderCard{min-width:0;padding:21px;border:1px solid var(--line);border-radius:20px;background:var(--surface)}.accountOrderCard>header,.accountOrderCard>footer{display:flex;align-items:center;justify-content:space-between;gap:14px}.accountOrderCard>header>div{display:flex;flex-direction:column;gap:3px}.accountOrderCard>header>div span{color:var(--muted);font-size:8px;text-transform:uppercase;letter-spacing:.1em}.accountOrderCard h3{margin:0;font-size:14px}.orderStatus{display:inline-flex;align-items:center;gap:6px;padding:7px 9px;border-radius:99px;background:color-mix(in srgb,var(--brand) 10%,var(--surface));color:var(--brand);font-size:8px;font-weight:800}.orderStatus.status-completed{background:color-mix(in srgb,var(--success) 12%,var(--surface));color:var(--success)}.orderStatus.status-canceled{background:color-mix(in srgb,var(--danger) 10%,var(--surface));color:var(--danger)}.accountOrderItems{display:flex;flex-direction:column;gap:9px;margin:17px 0;padding:14px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.accountOrderItems>div{display:flex;justify-content:space-between;gap:15px;font-size:9px}.accountOrderItems span{min-width:0;overflow:hidden;color:var(--muted);text-overflow:ellipsis;white-space:nowrap}.accountOrderCard>footer>span{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:8px}.accountOrderCard>footer>strong{font-size:14px}.accountState{min-height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:34px;border:1px dashed var(--line);border-radius:24px;background:var(--surface);color:var(--muted);text-align:center}.accountState.compact{min-height:120px}.accountState>span{width:58px;height:58px;display:grid;place-items:center;margin-bottom:15px;border-radius:18px;background:var(--soft);color:var(--brand)}.accountState h1,.accountState h2{margin-bottom:8px;color:var(--ink);font-family:Roboto,system-ui,sans-serif}.accountState p{max-width:430px;font-size:10px;line-height:1.7}:root[data-theme=dark] .accountButton,:root[data-theme=dark] .accountLoginButton,:root[data-theme=dark] .accountDropdown,:root[data-theme=dark] .authDialog,:root[data-theme=dark] .accountHero,:root[data-theme=dark] .accountOrderCard,:root[data-theme=dark] .accountState{border-color:var(--line);background:var(--surface);color:var(--ink)}:root[data-theme=dark] .authInput,:root[data-theme=dark] .authCode,:root[data-theme=dark] .authMethodButton{border-color:var(--line);background:#111620;color:var(--ink)}:root[data-theme=dark] .customerSafeCard{border-color:#4ac59652;background:#4ac59617}@media(max-width:980px){.accountButtonName{display:none}.accountOrders{grid-template-columns:1fr}}@media(max-width:768px){.accountLoginButton{width:42px;height:42px;justify-content:center;padding:0}.accountLoginButton>span{display:none}.accountButton{width:42px;height:42px;justify-content:center;padding:0}.accountButton>svg{display:none}.accountDropdown{position:fixed;top:68px;right:12px;width:min(260px,calc(100vw - 24px))}.mainNav .mobileAccountAction{display:flex;min-height:48px;padding:0 14px;color:var(--ink);font-size:13px}.mainNav>a{gap:11px}.authLayer{align-items:flex-end;padding:0}.authDialog{width:100%;max-height:92dvh;padding:27px 18px calc(22px + env(safe-area-inset-bottom));border-radius:25px 25px 0 0;animation-name:drawerUp}.customerSafeCard{grid-template-columns:auto minmax(0,1fr)}.customerSafeCard>a{grid-column:1 / -1;justify-self:flex-start}.successActions{flex-direction:column}.successActions>a{width:100%}.accountPage{padding-top:24px;padding-bottom:70px}.accountHero{align-items:flex-start;margin-bottom:28px;padding:19px}.accountAvatar.large{width:54px;height:54px;border-radius:17px;font-size:16px}.accountHero h1{font-size:25px;overflow-wrap:anywhere}.accountHero p{line-height:1.6;overflow-wrap:anywhere}.accountSectionHeading h2{font-size:25px}.accountOrderCard{padding:17px}.accountOrderCard>header{align-items:flex-start}}@media(max-width:430px){.accountOrderCard>header{flex-direction:column}.accountOrderCard>footer{align-items:flex-end}}.productVisualGallery{position:relative;width:100%;overflow:hidden;background:var(--surface)}.productVisualMain{position:relative;display:block;width:100%;min-height:100%;padding:0;border:0;background:transparent;cursor:zoom-in;overflow:hidden}.productVisualGallery .productVisual{display:block;width:100%;transition:opacity .22s ease,transform .28s ease}.productVisualGallery .productVisual.isLoading{opacity:.18}.productVisualGallery .productVisual.isLoaded{opacity:1}.productImageLoader,.lightboxLoader{position:absolute;z-index:3;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:var(--brand);pointer-events:none}.productImageLoader svg,.lightboxLoader svg{animation:productImageSpin .9s linear infinite}.productImageError{min-height:220px;display:grid;place-items:center;color:var(--muted);background:color-mix(in srgb,var(--surface) 90%,var(--border))}.productExpandHint{position:absolute;z-index:3;left:12px;top:12px;width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.5);border-radius:11px;color:#fff;background:#0e0f168a;opacity:0;transform:translateY(-4px);transition:opacity .2s ease,transform .2s ease;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.productVisualMain:hover .productExpandHint,.productVisualMain:focus-visible .productExpandHint{opacity:1;transform:translateY(0)}.galleryArrow,.lightboxArrow{position:absolute;z-index:4;top:50%;display:grid;place-items:center;border:1px solid rgba(255,255,255,.55);border-radius:999px;color:#171721;background:#fffffff0;box-shadow:0 8px 28px #17172129;cursor:pointer;transform:translateY(-50%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.galleryArrow{width:38px;height:38px;opacity:0;transition:opacity .2s ease,transform .2s ease,background .2s ease}.productVisualGallery:hover .galleryArrow,.productVisualGallery:focus-within .galleryArrow{opacity:1}.galleryArrow:hover{background:#fff;transform:translateY(-50%) scale(1.06)}.galleryArrow.previous{left:12px}.galleryArrow.next{right:12px}.galleryCounter{position:absolute;z-index:3;top:12px;right:12px;min-width:44px;padding:6px 9px;border:1px solid rgba(255,255,255,.48);border-radius:999px;color:#fff;background:#0e0f169e;font-size:10px;font-weight:800;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.galleryDots{position:absolute;z-index:3;left:50%;bottom:12px;display:flex;gap:5px;max-width:calc(100% - 90px);overflow:hidden;padding:5px 7px;border-radius:999px;background:#0e0f1661;transform:translate(-50%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.galleryDots span{width:5px;height:5px;flex:0 0 auto;border-radius:50%;background:#ffffff8c;transition:width .2s ease,background .2s ease}.galleryDots span.active{width:14px;border-radius:999px;background:#fff}.productLightbox{position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:14px;padding:18px 22px 16px;background:#06080df2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);animation:productLightboxIn .18s ease-out}.lightboxTopbar{position:relative;z-index:1002;min-width:0;display:flex;align-items:center;justify-content:space-between;gap:18px;color:#fff}.lightboxTitle{min-width:0;display:flex;align-items:baseline;gap:12px}.lightboxTitle strong{max-width:min(680px,68vw);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.lightboxTitle span{color:#ffffff9e;font-size:11px;font-weight:750}.lightboxClose{width:44px;height:44px;display:grid;place-items:center;flex:0 0 auto;border:1px solid rgba(255,255,255,.16);border-radius:999px;color:#fff;background:#ffffff14;cursor:pointer;transition:background .2s ease,transform .2s ease}.lightboxClose:hover{background:#ffffff26;transform:scale(1.04)}.lightboxStage{position:relative;min-width:0;min-height:0;display:grid;place-items:center;width:100%;height:100%;overflow:hidden}.lightboxStage>img{width:100%;height:100%;max-width:1320px;max-height:calc(100vh - 150px);object-fit:contain;border-radius:16px;filter:drop-shadow(0 28px 65px rgba(0,0,0,.42))}.lightboxImageError{display:flex;flex-direction:column;align-items:center;gap:10px;color:#ffffffad;font-size:12px}.lightboxArrow{width:54px;height:54px;border-color:#ffffff2e;color:#fff;background:#11141dc2;transition:background .2s ease,transform .2s ease}.lightboxArrow:hover{background:#ffffff26;transform:translateY(-50%) scale(1.06)}.lightboxArrow.previous{left:12px}.lightboxArrow.next{right:12px}.lightboxThumbs{z-index:1002;max-width:min(900px,calc(100vw - 44px));display:flex;justify-self:center;gap:8px;overflow-x:auto;padding:4px 3px 5px;scrollbar-width:thin;scroll-snap-type:x proximity}.lightboxThumb{width:68px;height:52px;flex:0 0 auto;padding:2px;overflow:hidden;border:2px solid transparent;border-radius:11px;background:#ffffff14;cursor:pointer;opacity:.64;transition:opacity .2s ease,border-color .2s ease,transform .2s ease;scroll-snap-align:center}.lightboxThumb:hover{opacity:.92;transform:translateY(-1px)}.lightboxThumb.active{border-color:#fff;opacity:1}.lightboxThumb img{width:100%;height:100%;display:block;border-radius:7px;object-fit:cover}.detailVisual.productVisualGallery{border-radius:inherit}.detailVisual .productVisual{aspect-ratio:1 / 1;object-fit:contain;background:var(--surface)}.productGrid.listView .productVisualGallery,.productGrid.listView .productVisualGallery .productVisualMain,.productGrid.listView .productVisualGallery .productVisual{height:100%}.productGrid.listView .productVisualGallery .productVisual{object-fit:cover}@keyframes productImageSpin{to{transform:rotate(360deg)}}@keyframes productLightboxIn{0%{opacity:0}to{opacity:1}}.contactsPage{max-width:1040px}.contactsIntro{max-width:720px;margin:0 auto 34px;text-align:center}.contactsIntro h1{margin:8px 0 10px;font-size:clamp(32px,5vw,48px)}.contactsIntro p{margin:0;color:var(--muted);font-size:14px;line-height:1.7}.contactInfoGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.contactInfoItem{display:flex;align-items:flex-start;gap:13px;min-width:0;padding:18px;border:1px solid var(--border);border-radius:18px;background:var(--surface);box-shadow:0 10px 28px #1717210a}.contactInfoIcon{width:40px;height:40px;display:grid;place-items:center;flex:0 0 auto;border-radius:12px;color:var(--brand);background:color-mix(in srgb,var(--brand) 10%,transparent)}.contactInfoItem>div{min-width:0;display:flex;flex-direction:column;gap:4px}.contactInfoItem small{color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.contactInfoItem a,.contactInfoItem span:not(.contactInfoIcon){color:var(--ink);font-size:13px;font-weight:700;line-height:1.5;overflow-wrap:anywhere}.preserveLines{white-space:pre-line}.locationsPage{padding-top:64px;padding-bottom:100px}.locationsHero{max-width:720px;margin-bottom:28px}.locationsHero h1{margin:8px 0;font-size:clamp(32px,5vw,48px)}.locationsHero p{margin:0;color:var(--muted);font-size:14px;line-height:1.65}.locationsMapShell{position:relative;min-height:430px;overflow:hidden;border:1px solid var(--border);border-radius:24px;background:var(--surface);box-shadow:var(--shadow)}.locationsMapShell iframe{width:100%;height:430px;display:block;border:0}.locationsMapPlaceholder{min-height:430px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:var(--muted)}.locationsMapOverlay{position:absolute;z-index:2;left:22px;bottom:22px;width:min(360px,calc(100% - 44px));padding:16px 18px;display:flex;flex-direction:column;gap:3px;border:1px solid rgba(255,255,255,.6);border-radius:16px;background:#ffffffeb;box-shadow:0 16px 42px #1717212b;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.locationsMapOverlay small{color:#6e6e7b;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.locationsMapOverlay strong{color:#171721;font-size:15px}.locationsMapOverlay span{color:#6e6e7b;font-size:11px;line-height:1.45}.locationSelector{display:flex;gap:8px;margin:14px 0 0;overflow-x:auto;padding-bottom:2px;scrollbar-width:thin}.locationSelector button{min-height:40px;display:inline-flex;align-items:center;gap:7px;flex:0 0 auto;padding:0 13px;border:1px solid var(--border);border-radius:11px;color:var(--muted);background:var(--surface);font-size:11px;font-weight:800;cursor:pointer}.locationSelector button.active{border-color:color-mix(in srgb,var(--brand) 38%,var(--border));color:var(--brand);background:color-mix(in srgb,var(--brand) 7%,var(--surface))}.locationCards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:22px}.locationCard{padding:20px;border:1px solid var(--border);border-radius:20px;background:var(--surface);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;cursor:pointer}.locationCard:hover,.locationCard.active{border-color:color-mix(in srgb,var(--brand) 34%,var(--border));box-shadow:0 16px 40px #17172114;transform:translateY(-2px)}.locationCardTop{display:flex;align-items:center;gap:12px;padding-bottom:15px;border-bottom:1px solid var(--border)}.locationCardPin{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;border-radius:13px;color:#fff;background:var(--brand)}.locationCardTop>div{min-width:0}.locationCardTop span:not(.locationCardPin){display:block;margin-bottom:2px;color:var(--brand);font-size:9px;font-weight:850;letter-spacing:.07em;text-transform:uppercase}.locationCardTop h2{margin:0;color:var(--ink);font-size:16px;line-height:1.3}.locationDetails{display:grid;gap:10px;padding:15px 0 2px}.locationDetails>div,.locationDetails>a{display:flex;align-items:flex-start;gap:9px;min-width:0;color:var(--muted);font-size:11px;line-height:1.5}.locationDetails svg{flex:0 0 auto;margin-top:1px;color:var(--brand)}.locationDetails b{color:var(--ink)}.locationDirections{display:inline-flex;align-items:center;gap:7px;margin-top:14px;padding:9px 12px;border-radius:10px;color:var(--brand);background:color-mix(in srgb,var(--brand) 8%,transparent);font-size:10px;font-weight:850}.locationsEmpty{min-height:420px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.locationsEmpty>span{width:58px;height:58px;display:grid;place-items:center;margin-bottom:12px;border-radius:18px;color:#fff;background:var(--brand)}.locationsEmpty h1{margin:0 0 7px}.locationsEmpty p{max-width:500px;margin:0;color:var(--muted)}@media(min-width:769px){.mainNav{gap:clamp(14px,1.6vw,28px)}.mainNav a{font-size:12px;white-space:nowrap}}:root[data-theme=dark] .galleryArrow{border-color:#ffffff1f;color:#fff;background:#161a24e6}:root[data-theme=dark] .productExpandHint{border-color:#ffffff24;background:#0f121ab8}:root[data-theme=dark] .locationsMapOverlay{border-color:#ffffff1f;background:#141720f0}:root[data-theme=dark] .locationsMapOverlay strong{color:#f5f6fa}:root[data-theme=dark] .locationsMapOverlay small,:root[data-theme=dark] .locationsMapOverlay span{color:#aab2c1}@media(max-width:760px){.galleryArrow{width:34px;height:34px;opacity:1}.galleryArrow.previous{left:8px}.galleryArrow.next{right:8px}.galleryCounter{top:8px;right:8px}.galleryDots{bottom:8px}.productExpandHint{opacity:1}.productLightbox{grid-template-rows:auto minmax(0,1fr) auto;gap:10px;padding:10px 10px calc(10px + env(safe-area-inset-bottom))}.lightboxTopbar{min-height:44px}.lightboxTitle strong{max-width:62vw;font-size:12px}.lightboxClose{width:42px;height:42px}.lightboxStage{width:100%;height:100%}.lightboxStage>img{max-height:calc(100dvh - 130px);border-radius:10px}.lightboxArrow{width:44px;height:44px}.lightboxArrow.previous{left:2px}.lightboxArrow.next{right:2px}.lightboxThumbs{max-width:calc(100vw - 20px);gap:6px}.lightboxThumb{width:58px;height:46px}.contactInfoGrid,.locationCards{grid-template-columns:1fr}.contactsIntro{text-align:left}.locationsPage{padding-top:34px;padding-bottom:70px}.locationsMapShell,.locationsMapShell iframe,.locationsMapPlaceholder{min-height:340px;height:340px}.locationsMapOverlay{left:12px;bottom:12px;width:calc(100% - 24px)}}.homeCommerceHero{padding:28px 0 22px}.homeCommerceGrid{display:grid;grid-template-columns:265px minmax(0,1fr);gap:14px;align-items:stretch}.homeCategoryRail{border:1px solid var(--line);border-radius:18px;background:var(--surface);overflow:hidden;min-height:460px}.homeCategoryTitle{display:flex;align-items:center;gap:10px;padding:16px 17px;background:color-mix(in srgb,var(--brand) 12%,var(--surface));border-bottom:1px solid var(--line);font-size:14px}.homeCategoryList>button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;border:0;border-bottom:1px solid color-mix(in srgb,var(--line) 75%,transparent);background:transparent;color:var(--text);padding:13px 16px;text-align:left;font-weight:650;cursor:pointer;transition:.18s ease}.homeCategoryList>button:hover{background:color-mix(in srgb,var(--brand) 8%,var(--surface));color:var(--brand);padding-left:20px}.homeCatalogMobileTrigger{display:none}.homeSlider{position:relative;min-height:460px;border-radius:20px;overflow:hidden;background-image:var(--hero-image);background-position:center;background-size:cover;box-shadow:0 22px 55px #1818231f}.homeSlideScrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0c0e18c7,#0c0e186b 45%,#0c0e180f 72%)}.homeSlideContent{position:absolute;z-index:2;left:7%;top:50%;transform:translateY(-50%);max-width:min(520px,62%);color:#fff}.homeSlideKicker{display:inline-flex;margin-bottom:10px;font-size:12px;font-weight:850;letter-spacing:.12em;text-transform:uppercase;color:#cfd3ff}.homeSlideContent h1{font-size:clamp(34px,4vw,62px);line-height:.98;margin:0 0 16px;letter-spacing:-.04em}.homeSlideContent p{font-size:clamp(15px,1.5vw,19px);line-height:1.55;margin:0 0 24px;color:#ffffffd6;max-width:520px}.homeSlideContent>button{display:inline-flex;align-items:center;gap:8px;border:0;border-radius:12px;padding:13px 17px;background:#fff;color:#171721;font-weight:800;cursor:pointer}.homeSliderArrow{position:absolute;z-index:3;top:50%;transform:translateY(-50%);width:44px;height:44px;border:1px solid rgba(255,255,255,.32);border-radius:50%;display:grid;place-items:center;background:#090c1457;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;opacity:0;transition:.2s}.homeSlider:hover .homeSliderArrow{opacity:1}.homeSliderArrow.prev{left:14px}.homeSliderArrow.next{right:14px}.homeSliderDots{position:absolute;z-index:3;left:50%;bottom:17px;transform:translate(-50%);display:flex;gap:7px;padding:6px 9px;border-radius:20px;background:#0a0c1457;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.homeSliderDots button{width:7px;height:7px;border:0;border-radius:50%;background:#ffffff8c;padding:0;cursor:pointer}.homeSliderDots button.active{width:24px;border-radius:8px;background:#fff}.homeSection{padding:26px 0}.homeSectionHead{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:16px}.homeSectionHead h2{font-size:clamp(24px,2.4vw,34px);margin:0;letter-spacing:-.03em}.homeSectionHead>div{display:flex;gap:8px}.homeSectionHead>div button{width:40px;height:40px;border:1px solid var(--line);border-radius:11px;background:var(--surface);color:var(--text);display:grid;place-items:center;cursor:pointer}.homeCategoryCards{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.homeCategoryCards>button{min-width:0;border:1px solid var(--line);border-radius:16px;background:var(--surface);color:var(--text);padding:18px 14px;display:flex;flex-direction:column;align-items:flex-start;gap:6px;text-align:left;cursor:pointer;transition:.2s}.homeCategoryCards>button:hover{transform:translateY(-3px);box-shadow:0 14px 35px #18182317;border-color:color-mix(in srgb,var(--brand) 42%,var(--line))}.homeCategoryIcon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:color-mix(in srgb,var(--brand) 12%,var(--surface));color:var(--brand);font-size:18px;font-weight:900;margin-bottom:6px}.homeCategoryCards strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.homeCategoryCards small{color:var(--muted)}.homeProductRail{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:2px 2px 12px}.homeProductRail::-webkit-scrollbar{display:none}.homeProductRailItem{flex:0 0 260px;scroll-snap-align:start}.homeProductRailItem .productCard{height:100%}.homePromoBanner{display:flex;align-items:center;justify-content:space-between;gap:24px;border-radius:22px;padding:30px 34px;background:linear-gradient(115deg,color-mix(in srgb,var(--brand) 88%,#171721),#171721);color:#fff;overflow:hidden}.homePromoBanner small{font-weight:900;letter-spacing:.14em}.homePromoBanner h2{font-size:34px;margin:5px 0}.homePromoBanner p{margin:0;color:#ffffffc2}.homePromoBanner a{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#171721;text-decoration:none;border-radius:12px;padding:13px 17px;font-weight:800;white-space:nowrap}@media(max-width:1050px){.homeCommerceGrid{grid-template-columns:220px minmax(0,1fr)}.homeCategoryCards{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:760px){.homeCommerceHero{padding:15px 0}.homeCommerceGrid{display:block}.homeCategoryRail{min-height:0;border-radius:14px;margin-bottom:10px;overflow:visible}.homeCatalogMobileTrigger{width:100%;display:flex;align-items:center;gap:9px;border:0;background:var(--surface);color:var(--text);padding:13px 15px;font-weight:800}.homeCatalogMobileTrigger span{flex:1;text-align:left}.homeCategoryTitle{display:none}.homeCategoryList{display:none;max-height:55vh;overflow:auto;border-top:1px solid var(--line)}.homeCategoryRail.open .homeCategoryList{display:block}.homeSlider{min-height:430px;background-image:var(--hero-mobile-image)}.homeSlideContent{left:24px;right:24px;max-width:none;top:auto;bottom:55px;transform:none}.homeSlideScrim{background:linear-gradient(0deg,#0a0c14d1,#0a0c140a 80%)}.homeSliderArrow{opacity:1;width:38px;height:38px}.homeCategoryCards{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.homeCategoryCards>button{flex:0 0 155px;scroll-snap-align:start}.homeProductRailItem{flex-basis:220px}.homePromoBanner{align-items:flex-start;flex-direction:column;padding:24px}.homePromoBanner h2{font-size:28px}}.homeCommerceHero{padding:34px 0 18px;position:relative}.homeCommerceHero:before{content:"";position:absolute;left:0;right:0;top:0;height:420px;pointer-events:none;background:radial-gradient(circle at 20% 12%,color-mix(in srgb,var(--brand) 11%,transparent),transparent 34%),radial-gradient(circle at 80% 2%,color-mix(in srgb,var(--brand) 7%,transparent),transparent 30%);opacity:.9}.homeCommerceGrid{position:relative;z-index:1;grid-template-columns:280px minmax(0,1fr);gap:18px;align-items:stretch}.homeCategoryRail{border:1px solid color-mix(in srgb,var(--line) 82%,transparent);border-radius:22px;background:color-mix(in srgb,var(--surface) 96%,var(--brand) 4%);overflow:hidden;min-height:500px;box-shadow:0 18px 50px #1215200f}.homeCategoryTitle{display:flex;align-items:center;gap:12px;padding:18px;background:linear-gradient(135deg,color-mix(in srgb,var(--brand) 13%,var(--surface)),color-mix(in srgb,var(--brand) 5%,var(--surface)));border-bottom:1px solid color-mix(in srgb,var(--line) 78%,transparent)}.homeCategoryTitleIcon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:var(--brand);color:#fff;box-shadow:0 8px 20px color-mix(in srgb,var(--brand) 24%,transparent)}.homeCategoryTitle>div{display:flex;flex-direction:column;gap:2px;min-width:0}.homeCategoryTitle strong{font-size:15px}.homeCategoryTitle small{font-size:11px;color:var(--muted);font-weight:600}.homeCategoryItems{padding:9px}.homeCategoryItems>button{width:100%;display:grid;grid-template-columns:38px minmax(0,1fr) 18px;align-items:center;gap:11px;border:0;background:transparent;color:var(--text);padding:10px 9px;border-radius:13px;text-align:left;cursor:pointer;transition:transform .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease}.homeCategoryItems>button:hover{background:var(--surface);color:var(--brand);transform:translate(3px);box-shadow:0 8px 24px #1215200f}.homeCategoryDot{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;font-size:13px;font-weight:900;background:color-mix(in srgb,var(--brand) 11%,var(--surface));color:var(--brand)}.homeCategoryDot.tone-2{background:color-mix(in srgb,#16a085 12%,var(--surface));color:#0b8c74}.homeCategoryDot.tone-3{background:color-mix(in srgb,#f59e0b 15%,var(--surface));color:#bf7600}.homeCategoryDot.tone-4{background:color-mix(in srgb,#e35d8d 12%,var(--surface));color:#c04472}.homeCategoryDot.tone-5{background:color-mix(in srgb,#3b82f6 12%,var(--surface));color:#2f6ed2}.homeCategoryDot.tone-6{background:color-mix(in srgb,#8b5cf6 12%,var(--surface));color:#7444d7}.homeCategoryItemText{display:flex;flex-direction:column;gap:2px;min-width:0}.homeCategoryItemText strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.homeCategoryItemText small{font-size:10px;color:var(--muted);font-weight:650}.homeCategoryItems>button:hover .homeCategoryItemText small{color:var(--muted)}.homeCategoryAll{margin:8px 12px 14px;width:calc(100% - 24px);display:flex;align-items:center;justify-content:center;gap:7px;border:1px solid color-mix(in srgb,var(--brand) 18%,var(--line));border-radius:12px;background:color-mix(in srgb,var(--brand) 5%,var(--surface));color:var(--text);padding:11px 12px;font-size:12px;font-weight:800;cursor:pointer;transition:.18s ease}.homeCategoryAll:hover{background:color-mix(in srgb,var(--brand) 10%,var(--surface));color:var(--brand);border-color:color-mix(in srgb,var(--brand) 34%,var(--line))}.homeSlider{position:relative;min-height:500px;border-radius:24px;overflow:hidden;background:none;box-shadow:0 26px 70px #12152026;isolation:isolate}.homeSlideImage{position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--hero-image);background-position:center;background-size:cover;transform:scale(1.015);transition:transform 7s ease}.homeSlider:hover .homeSlideImage{transform:scale(1.055)}.homeSlideScrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0a0d18e0,#0a0d18ab 38%,#0a0d1833 70%,#0a0d180a)}.homeSlider:after{content:"";position:absolute;inset:auto 0 0 0;height:35%;pointer-events:none;background:linear-gradient(0deg,rgba(7,9,15,.28),transparent)}.homeSlideContent{left:7%;max-width:min(560px,64%);z-index:3}.homeSlideKicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:#ffffffbd}.homeSlideKicker>span{width:22px;height:2px;border-radius:4px;background:color-mix(in srgb,var(--brand) 80%,white)}.homeSlideContent h1{font-size:clamp(42px,4.8vw,68px);line-height:.98;margin:0 0 18px;letter-spacing:-.045em;text-wrap:balance;text-shadow:0 8px 28px rgba(0,0,0,.18)}.homeSlideContent p{font-size:clamp(15px,1.45vw,19px);line-height:1.58;margin:0 0 28px;color:#ffffffd1;max-width:500px;text-wrap:pretty}.homeSlideActions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.homeSlideActions button{min-height:46px;border-radius:13px;padding:0 18px;font-weight:850;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.homeSlidePrimary{display:inline-flex;align-items:center;gap:8px;border:0;background:#fff;color:#171721;box-shadow:0 12px 30px #00000024}.homeSlidePrimary:hover{transform:translateY(-2px);box-shadow:0 17px 34px #0003}.homeSlideSecondary{border:1px solid rgba(255,255,255,.26);background:#ffffff14;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.homeSlideSecondary:hover{background:#ffffff26;transform:translateY(-2px)}.homeSlideMeta{position:absolute;z-index:4;right:24px;top:22px;display:flex;align-items:center;gap:9px;padding:8px 10px;border-radius:999px;background:#0a0c1457;color:#fff;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);font-size:10px;font-weight:800}.homeSlideMeta i{width:22px;height:1px;background:#ffffff73}.homeSliderArrow{width:46px;height:46px;border-color:#ffffff47;background:#0a0c144d;box-shadow:0 10px 28px #0000001f}.homeSliderArrow:hover{background:#0a0c1485;transform:translateY(-50%) scale(1.04)}.homeSliderDots{bottom:19px;padding:7px 10px;background:#0a0c1457}.homeSliderDots button{transition:width .18s ease,background .18s ease}.homeSliderDots button.active{width:28px}.homeSection{padding:34px 0}.homeCategorySection{padding-top:30px;padding-bottom:18px}.homeProductSection{padding-top:38px}.homeSectionHeadRich{align-items:flex-end;margin-bottom:20px}.homeSectionHeadRich>div:first-child{min-width:0}.homeSectionEyebrow{display:inline-flex;align-items:center;gap:6px;color:var(--brand);font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;margin-bottom:7px}.homeSectionHeadRich h2{font-size:clamp(28px,2.7vw,38px);letter-spacing:-.04em}.homeSectionHeadRich p{margin:7px 0 0;color:var(--muted);font-size:13px;line-height:1.5}.homeSectionLink{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--text);padding:10px 13px;font-size:12px;font-weight:800;cursor:pointer;white-space:nowrap;transition:.18s ease}.homeSectionLink:hover{color:var(--brand);border-color:color-mix(in srgb,var(--brand) 36%,var(--line));background:color-mix(in srgb,var(--brand) 5%,var(--surface));transform:translateY(-1px)}.homeSectionLink.compact{padding:9px 11px}.homeSectionActions{display:flex;align-items:center;gap:9px}.homeCarouselControls{display:flex;gap:7px}.homeCarouselControls button{width:40px;height:40px;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--text);display:grid;place-items:center;cursor:pointer;transition:.18s ease}.homeCarouselControls button:hover{color:var(--brand);border-color:color-mix(in srgb,var(--brand) 36%,var(--line));transform:translateY(-1px)}.homeCategoryCards{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.homeCategoryCards>button.homeCategoryCard{position:relative;min-height:196px;padding:0;border:1px solid color-mix(in srgb,var(--line) 84%,transparent);border-radius:20px;overflow:hidden;background:var(--surface);display:grid;grid-template-rows:118px 1fr;gap:0;box-shadow:0 10px 30px #1215200a;transform:none}.homeCategoryCards>button.homeCategoryCard:hover{transform:translateY(-5px);box-shadow:0 20px 42px #1215201a;border-color:color-mix(in srgb,var(--brand) 24%,var(--line))}.homeCategoryVisual{position:relative;display:block;overflow:hidden;background:linear-gradient(135deg,color-mix(in srgb,var(--brand) 12%,var(--surface)),color-mix(in srgb,var(--brand) 3%,var(--surface)))}.homeCategoryVisual img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s ease}.homeCategoryCard:hover .homeCategoryVisual img{transform:scale(1.06)}.homeCategoryMonogram{position:absolute;left:18px;top:17px;width:54px;height:54px;border-radius:17px;display:grid;place-items:center;background:#ffffffb8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--brand);font-size:22px;font-weight:950;box-shadow:0 10px 28px #12152014}.homeCategoryGlow{position:absolute;width:105px;height:105px;border-radius:50%;right:-18px;bottom:-35px;background:color-mix(in srgb,var(--brand) 16%,transparent);filter:blur(2px)}.homeCategoryCard.tone-2 .homeCategoryVisual{background:linear-gradient(135deg,color-mix(in srgb,#16a085 13%,var(--surface)),color-mix(in srgb,#16a085 3%,var(--surface)))}.homeCategoryCard.tone-3 .homeCategoryVisual{background:linear-gradient(135deg,color-mix(in srgb,#f59e0b 15%,var(--surface)),color-mix(in srgb,#f59e0b 3%,var(--surface)))}.homeCategoryCard.tone-4 .homeCategoryVisual{background:linear-gradient(135deg,color-mix(in srgb,#e35d8d 13%,var(--surface)),color-mix(in srgb,#e35d8d 3%,var(--surface)))}.homeCategoryCard.tone-5 .homeCategoryVisual{background:linear-gradient(135deg,color-mix(in srgb,#3b82f6 13%,var(--surface)),color-mix(in srgb,#3b82f6 3%,var(--surface)))}.homeCategoryCard.tone-6 .homeCategoryVisual{background:linear-gradient(135deg,color-mix(in srgb,#8b5cf6 13%,var(--surface)),color-mix(in srgb,#8b5cf6 3%,var(--surface)))}.homeCategoryMeta{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:3px;padding:14px 52px 14px 15px;min-width:0}.homeCategoryMeta strong{font-size:14px;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.homeCategoryMeta small{font-size:11px;color:var(--muted);font-weight:650}.homeCategoryGo{position:absolute;right:14px;bottom:17px;width:31px;height:31px;border-radius:10px;display:grid;place-items:center;background:color-mix(in srgb,var(--brand) 8%,var(--surface));color:var(--brand);transition:.18s ease}.homeCategoryCard:hover .homeCategoryGo{background:var(--brand);color:#fff;transform:translate(2px)}.homeProductRail{gap:16px;padding:5px 3px 18px;margin:0 -3px}.homeProductRailItem{flex:0 0 270px}.homeProductRailItem .productCard{box-shadow:0 10px 28px #1215200b;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.homeProductRailItem .productCard:hover{transform:translateY(-4px);box-shadow:0 19px 42px #12152017}.homePromoBanner{position:relative;min-height:180px;padding:34px 36px 34px 106px;border-radius:24px;background:linear-gradient(125deg,color-mix(in srgb,var(--brand) 92%,#171721),#171721 72%);box-shadow:0 22px 55px color-mix(in srgb,var(--brand) 13%,transparent);isolation:isolate}.homePromoCopy{position:relative;z-index:2}.homePromoBanner small{font-size:10px;letter-spacing:.16em;color:#ffffffa6}.homePromoBanner h2{font-size:clamp(28px,3vw,40px);letter-spacing:-.035em;margin:6px 0 8px}.homePromoBanner p{line-height:1.55;max-width:640px}.homePromoBanner a{position:relative;z-index:2;border-radius:13px;box-shadow:0 10px 25px #00000021;transition:.18s ease}.homePromoBanner a:hover{transform:translateY(-2px)}.homePromoIcon{position:absolute;left:31px;top:50%;transform:translateY(-50%);z-index:2;width:52px;height:52px;border-radius:17px;display:grid;place-items:center;background:#ffffff24;border:1px solid rgba(255,255,255,.16);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.homePromoOrb{position:absolute;border-radius:50%;background:#ffffff12;z-index:0}.homePromoOrb.one{width:190px;height:190px;right:13%;top:-90px}.homePromoOrb.two{width:120px;height:120px;right:4%;bottom:-70px}.homeProductSection+.homeSection,.homeCategorySection+.homeSection{position:relative}.catalogSection{margin-top:18px;padding-top:52px;border-top:1px solid color-mix(in srgb,var(--line) 75%,transparent);background:linear-gradient(180deg,color-mix(in srgb,var(--brand) 2.5%,var(--page-bg,transparent)),transparent 180px)}@media(max-width:1120px){.homeCommerceGrid{grid-template-columns:240px minmax(0,1fr)}.homeCategoryCards{grid-template-columns:repeat(3,minmax(0,1fr))}.homeSlideContent{max-width:70%}}@media(max-width:820px){.homeCommerceHero{padding:18px 0 12px}.homeCommerceGrid{display:block}.homeCategoryRail{min-height:0;border-radius:16px;margin-bottom:12px;overflow:visible}.homeCatalogMobileTrigger{width:100%;display:flex;align-items:center;gap:9px;border:0;border-radius:15px;background:var(--surface);color:var(--text);padding:14px 15px;font-weight:850;box-shadow:0 8px 25px #1215200d}.homeCatalogMobileTrigger span{flex:1;text-align:left}.homeCategoryTitle{display:none}.homeCategoryList{display:none;max-height:55vh;overflow:auto;border-top:1px solid var(--line);background:var(--surface);border-radius:0 0 15px 15px}.homeCategoryRail.open .homeCategoryList{display:block}.homeCategoryItems{padding:7px}.homeCategoryAll{margin-bottom:11px}.homeSlider{min-height:470px;border-radius:18px}.homeSlideImage{background-image:var(--hero-mobile-image)}.homeSlideContent{left:24px;right:24px;max-width:none;top:auto;bottom:66px;transform:none}.homeSlideScrim{background:linear-gradient(0deg,#0a0c14e6,#0a0c148c 40%,#0a0c1414 78%)}.homeSlideContent h1{font-size:clamp(36px,10vw,50px)}.homeSlideContent p{font-size:14px;margin-bottom:21px}.homeSlideMeta{top:14px;right:14px}.homeSliderArrow{opacity:1;width:39px;height:39px}.homeSliderArrow.prev{left:10px}.homeSliderArrow.next{right:10px}.homeSection{padding:26px 0}.homeSectionHeadRich{align-items:flex-start}.homeSectionHeadRich>p{font-size:12px}.homeSectionLink,.homeSectionActions .homeSectionLink{display:none}.homeCategoryCards{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:2px 1px 11px}.homeCategoryCards::-webkit-scrollbar{display:none}.homeCategoryCards>button.homeCategoryCard{flex:0 0 205px;min-height:185px;scroll-snap-align:start}.homeProductRailItem{flex-basis:225px}.homePromoBanner{padding:26px;min-height:190px;align-items:flex-start;flex-direction:column}.homePromoIcon{position:relative;left:auto;top:auto;transform:none;width:44px;height:44px}.homePromoBanner a{margin-top:4px}.homePromoOrb.one{right:-30px}}@media(max-width:520px){.homeCommerceHero:before{height:300px}.homeSlider{min-height:440px}.homeSlideContent{left:20px;right:20px;bottom:62px}.homeSlideActions{gap:8px}.homeSlideActions button{min-height:44px;padding:0 14px;font-size:12px}.homeSlideSecondary{display:none}.homeSliderDots{bottom:15px}.homeSlideMeta{font-size:9px}.homeSectionHeadRich h2{font-size:28px}.homeSectionHeadRich p{font-size:12px}.homeSectionEyebrow{font-size:10px}.homeCategoryCards>button.homeCategoryCard{flex-basis:178px;grid-template-rows:108px 1fr}.homeProductRailItem{flex-basis:210px}.homeCarouselControls button{width:37px;height:37px}.homePromoBanner{border-radius:19px;padding:22px}.homePromoBanner h2{font-size:28px}}.homeCategorySection,.homeProductSection,.homeCategorySection .container,.homeProductSection .container{position:relative}.homeCategorySection .container:before,.homeProductSection .container:before{content:"";position:absolute;top:-18px;right:-22px;bottom:-20px;left:-22px;z-index:-1;border:1px solid color-mix(in srgb,var(--line) 58%,transparent);border-radius:28px;background:linear-gradient(145deg,color-mix(in srgb,var(--surface) 97%,var(--brand) 3%),var(--surface));box-shadow:0 18px 55px #1215200b}.homeSectionHeadRich{display:flex;justify-content:space-between;gap:28px;min-height:62px}.homeSectionHeadRich>div:first-child{display:grid;grid-template-columns:auto auto;grid-template-areas:"eyebrow title" "eyebrow description";column-gap:12px;align-items:end}.homeSectionEyebrow{grid-area:eyebrow;align-self:start;margin-top:8px;margin-bottom:0}.homeSectionHeadRich h2{grid-area:title;margin:0;line-height:1.02}.homeSectionHeadRich p{grid-area:description;margin:6px 0 0;align-self:start}.homeCategoryCards.isSparse{grid-template-columns:repeat(var(--home-category-count),minmax(0,1fr))}.homeCategoryCards.isSparse>button.homeCategoryCard{min-height:238px;grid-template-rows:154px 1fr}.homeCategoryCards.isSparse .homeCategoryMeta strong{font-size:16px}.homeCategoryCards.isSparse .homeCategoryMeta small{font-size:12px}.homeProductRail.isStatic{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));overflow:visible;padding:4px 0 8px;margin:0;gap:18px}.homeProductRail.isStatic .homeProductRailItem{min-width:0;width:auto;flex:none}.homeProductRail.isStatic .productCard{height:100%}.homeProductRail.isStatic .productVisual{min-height:245px}.homeCarouselControls{display:flex;align-items:center;gap:8px;flex:0 0 auto}.homeCarouselControls button{width:44px;height:44px;border-radius:50%;background:var(--surface);box-shadow:0 9px 24px #12152012}.homeCarouselControls button:hover{background:var(--brand);color:#fff;border-color:var(--brand);box-shadow:0 12px 28px color-mix(in srgb,var(--brand) 20%,transparent);transform:translateY(-2px)}.homeCategoryCard,.homeProductRailItem .productCard{will-change:transform}@media(max-width:820px){.homeCategorySection .container:before,.homeProductSection .container:before{top:-10px;right:-10px;bottom:-12px;left:-10px;border-radius:22px}.homeSectionHeadRich{min-height:0;gap:12px}.homeSectionHeadRich>div:first-child{display:block}.homeSectionEyebrow{margin:0 0 6px}.homeCategoryCards.isSparse{display:flex}.homeCategoryCards.isSparse>button.homeCategoryCard{min-height:185px;grid-template-rows:108px 1fr}.homeProductRail.isStatic{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:3px 1px 10px}.homeProductRail.isStatic::-webkit-scrollbar{display:none}.homeProductRail.isStatic .homeProductRailItem{flex:0 0 225px;scroll-snap-align:start}.homeProductRail.isStatic .productVisual{min-height:0}.homeCarouselControls{display:none}}:root{--shop-premium-shadow:0 24px 70px rgba(23,28,44,.09);--shop-soft-shadow:0 12px 36px rgba(23,28,44,.065);--shop-panel:color-mix(in srgb,var(--surface) 96%,var(--brand) 4%);--shop-panel-strong:color-mix(in srgb,var(--surface) 91%,var(--brand) 9%)}.homeCommerceHero{padding:44px 0 34px;background:radial-gradient(900px 360px at 14% 0%,color-mix(in srgb,var(--brand) 10%,transparent),transparent 64%),linear-gradient(180deg,color-mix(in srgb,var(--brand) 2.8%,transparent),transparent 78%)}.homeCommerceHero:before{display:none}.homeCommerceGrid{grid-template-columns:310px minmax(0,1fr);gap:24px;max-width:1280px}.homeCategoryRail{min-height:530px;border:1px solid color-mix(in srgb,var(--brand) 10%,var(--line));border-radius:26px;background:linear-gradient(180deg,var(--shop-panel),var(--surface));box-shadow:var(--shop-premium-shadow)}.homeCategoryTitle{min-height:86px;padding:20px 20px 18px;gap:14px;background:linear-gradient(135deg,color-mix(in srgb,var(--brand) 15%,var(--surface)),color-mix(in srgb,var(--brand) 4%,var(--surface)) 78%)}.homeCategoryTitleIcon{width:44px;height:44px;border-radius:15px;box-shadow:0 12px 30px color-mix(in srgb,var(--brand) 28%,transparent)}.homeCategoryTitleCopy{display:flex;flex-direction:column;gap:5px;min-width:0;flex:1}.homeCategoryTitleTop{display:flex;align-items:center;gap:8px}.homeCategoryTitleTop strong{font-size:16px;letter-spacing:-.01em}.homeCategoryTitleTop em{min-width:24px;height:24px;padding:0 7px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--brand) 12%,var(--surface));color:var(--brand);font-size:10px;font-style:normal;font-weight:900}.homeCategoryTitleCopy small{font-size:11px;color:var(--muted);font-weight:650}.homeCategoryItems{padding:13px 12px}.homeCategoryItems>button{grid-template-columns:44px minmax(0,1fr) 22px;min-height:62px;padding:9px 10px;border-radius:16px;margin-bottom:4px}.homeCategoryItems>button:hover{transform:translate(4px);background:var(--surface);box-shadow:0 12px 28px #171c2c13}.homeCategoryDot{width:42px;height:42px;border-radius:14px;font-size:14px;border:1px solid color-mix(in srgb,currentColor 10%,transparent)}.homeCategoryItemText{gap:4px}.homeCategoryItemText strong{font-size:14px;letter-spacing:-.01em}.homeCategoryItemText small{font-size:11px}.homeCategoryAll{margin:10px 14px 16px;width:calc(100% - 28px);min-height:46px;border-radius:14px;justify-content:space-between;padding:0 15px;background:var(--text);color:var(--surface);border-color:transparent;box-shadow:0 10px 24px #1215201a}.homeCategoryAll:hover{background:var(--brand);color:#fff;border-color:transparent;transform:translateY(-1px)}.homeSlider{min-height:530px;border-radius:28px;box-shadow:0 30px 80px #1215202e}.homeSlideContent{left:7.2%;max-width:min(610px,68%)}.homeSlideContent h1{font-size:clamp(46px,5vw,74px);max-width:720px}.homeSlideContent p{max-width:560px;font-size:clamp(16px,1.35vw,20px)}.homeSlideActions button{min-height:50px;border-radius:15px;padding:0 20px}.homeSlidePrimary{box-shadow:0 16px 34px #0000002e}.homeSliderDots{bottom:22px}.homeSlideMeta{right:22px;top:22px;padding:9px 12px}.homeCategorySection,.homeProductSection{padding:48px 0 24px}.homeCategorySection .container:before,.homeProductSection .container:before{display:none}.homeSectionHeadRich{min-height:auto;align-items:flex-end;margin-bottom:24px;gap:28px}.homeSectionHeadRich>div:first-child{display:block;max-width:760px}.homeSectionEyebrow{display:inline-flex;margin:0 0 10px;padding:7px 10px;border-radius:999px;background:color-mix(in srgb,var(--brand) 8%,var(--surface));border:1px solid color-mix(in srgb,var(--brand) 12%,var(--line));font-size:10px}.homeSectionHeadRich h2{margin:0;font-size:clamp(32px,3vw,44px);letter-spacing:-.045em;line-height:1}.homeSectionHeadRich p{margin:10px 0 0;max-width:620px;font-size:14px;line-height:1.6}.homeSectionLink{min-height:44px;padding:0 16px;border-radius:14px;box-shadow:0 8px 22px #1215200b}.homeCategoryCards{gap:18px}.homeCategoryCards.isSparse{grid-template-columns:repeat(var(--home-category-count),minmax(280px,1fr));max-width:none}.homeCategoryCards>button.homeCategoryCard,.homeCategoryCards.isSparse>button.homeCategoryCard{min-height:285px;grid-template-rows:190px 1fr;border-radius:24px;border-color:color-mix(in srgb,var(--brand) 8%,var(--line));box-shadow:var(--shop-soft-shadow)}.homeCategoryVisual:after{content:"";position:absolute;inset:auto 0 0;height:42%;background:linear-gradient(0deg,rgba(16,18,28,.18),transparent);pointer-events:none}.homeCategoryMeta{padding:17px 58px 18px 18px;gap:5px}.homeCategoryMeta strong{font-size:17px;letter-spacing:-.02em}.homeCategoryMeta small{font-size:12px}.homeCategoryGo{right:17px;bottom:20px;width:36px;height:36px;border-radius:12px}.homeProductSection{margin-top:18px;padding-top:54px;padding-bottom:36px;background:linear-gradient(180deg,color-mix(in srgb,var(--brand) 3%,transparent),transparent 78%);border-top:1px solid color-mix(in srgb,var(--brand) 8%,var(--line))}.homeProductRail.isStatic{grid-template-columns:repeat(auto-fit,minmax(275px,1fr));gap:20px}.homeProductRailItem .productCard{border-radius:22px;border-color:color-mix(in srgb,var(--brand) 7%,var(--line));box-shadow:var(--shop-soft-shadow)}.homeProductRailItem .productCard:hover{transform:translateY(-6px);box-shadow:0 24px 56px #1215201f}.homeCarouselControls button{width:46px;height:46px;border-radius:14px}.catalogSection{margin-top:34px;padding-top:64px;border-top:1px solid color-mix(in srgb,var(--brand) 9%,var(--line));background:linear-gradient(180deg,color-mix(in srgb,var(--brand) 3.2%,transparent),transparent 240px)}@media(max-width:1120px){.homeCommerceGrid{grid-template-columns:260px minmax(0,1fr);gap:18px}.homeCategoryRail,.homeSlider{min-height:500px}.homeCategoryCards.isSparse{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.homeCommerceHero{padding:20px 0 24px}.homeCommerceGrid{display:block}.homeCategoryRail{border-radius:18px;min-height:0;margin-bottom:14px;box-shadow:0 12px 32px #1215200f}.homeCatalogMobileTrigger{min-height:54px;border-radius:17px;padding:0 17px}.homeSlider{min-height:500px;border-radius:22px}.homeCategorySection,.homeProductSection{padding:34px 0 18px}.homeSectionHeadRich{align-items:flex-start;margin-bottom:18px}.homeCategoryCards.isSparse{display:flex;max-width:none}.homeCategoryCards.isSparse>button.homeCategoryCard,.homeCategoryCards>button.homeCategoryCard{flex:0 0 232px;min-height:240px;grid-template-rows:150px 1fr}.homeSectionHeadRich h2{font-size:32px}.homeSectionHeadRich p{font-size:13px}.homeProductSection{margin-top:8px;padding-top:38px}}@media(max-width:520px){.homeSlider{min-height:455px}.homeSlideContent h1{font-size:42px}.homeCategoryCards.isSparse>button.homeCategoryCard,.homeCategoryCards>button.homeCategoryCard{flex-basis:205px;min-height:225px;grid-template-rows:138px 1fr}.homeSectionHeadRich h2{font-size:30px}.homeSectionEyebrow{font-size:9px}}.homeCategoryRail{position:relative;z-index:12;overflow:visible!important}.homeCategoryItems>button.active{background:color-mix(in srgb,var(--brand) 9%,var(--surface));box-shadow:inset 3px 0 0 var(--brand)}.homeCategoryItems>button.active>svg{color:var(--brand);transform:translate(2px)}.homeCategoryFlyout{position:absolute;z-index:40;left:calc(100% + 14px);top:0;width:min(470px,42vw);max-height:100%;display:flex;flex-direction:column;border:1px solid color-mix(in srgb,var(--brand) 13%,var(--line));border-radius:22px;background:color-mix(in srgb,var(--surface) 97%,var(--brand) 3%);box-shadow:0 28px 80px #1314232e,0 8px 24px #13142314;overflow:hidden;animation:categoryFlyoutIn .18s ease-out both;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}@keyframes categoryFlyoutIn{0%{opacity:0;transform:translate(-8px) scale(.985)}to{opacity:1;transform:none}}.homeCategoryFlyoutHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px 20px 16px;border-bottom:1px solid var(--line)}.homeCategoryFlyoutHeader>div>span{display:block;margin-bottom:5px;color:var(--brand);font-size:10px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.homeCategoryFlyoutHeader h3{margin:0;color:var(--ink);font-size:22px;line-height:1.15}.homeCategoryFlyoutHeader p{margin:6px 0 0;color:var(--muted);font-size:11px;line-height:1.45}.homeCategoryFlyoutClose{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;border:1px solid var(--line);border-radius:11px;background:var(--surface);color:var(--muted)}.homeCategoryFlyoutClose:hover{border-color:color-mix(in srgb,var(--brand) 35%,var(--line));color:var(--brand);transform:translateY(-1px)}.homeCategoryFlyoutBody{min-height:130px;overflow:auto;padding:10px;scrollbar-width:thin}.homeCategoryProductList{display:grid;gap:5px}.homeCategoryProduct{width:100%;min-height:68px;display:grid;grid-template-columns:52px minmax(0,1fr) 20px;align-items:center;gap:11px;padding:8px 10px;border:1px solid transparent;border-radius:14px;background:transparent;color:var(--ink);text-align:left;transition:.16s ease}.homeCategoryProduct:hover{border-color:color-mix(in srgb,var(--brand) 18%,var(--line));background:color-mix(in srgb,var(--brand) 5%,var(--surface));transform:translate(2px)}.homeCategoryProductImage{width:52px;height:52px;display:grid;place-items:center;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:color-mix(in srgb,var(--brand) 5%,var(--surface));color:var(--brand)}.homeCategoryProductImage img{width:100%;height:100%;object-fit:cover;display:block}.homeCategoryProductCopy{min-width:0;display:grid;gap:2px}.homeCategoryProductCopy strong{overflow:hidden;color:var(--ink);font-size:12px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.homeCategoryProductCopy small{overflow:hidden;color:var(--muted);font-size:9.5px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.homeCategoryProductCopy b{margin-top:2px;color:var(--ink);font-size:11px}.homeCategoryProduct>svg{color:var(--muted);transition:.16s ease}.homeCategoryProduct:hover>svg{color:var(--brand);transform:translate(2px)}.homeCategoryFlyoutState{min-height:125px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;color:var(--muted);font-size:11px;text-align:center}.homeCategoryFlyoutState strong{color:var(--ink);font-size:12px}.homeCategoryFlyoutAll{width:calc(100% - 20px);display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 10px 10px;padding:13px 14px;border:0;border-radius:14px;background:var(--brand);color:#fff;text-align:left;box-shadow:0 10px 24px color-mix(in srgb,var(--brand) 24%,transparent)}.homeCategoryFlyoutAll>span{display:grid;gap:2px}.homeCategoryFlyoutAll strong{font-size:11px}.homeCategoryFlyoutAll small{font-size:9px;opacity:.72}.homeCategoryFlyoutAll:hover{filter:brightness(1.04);transform:translateY(-1px)}.spin{animation:velspin .8s linear infinite}@keyframes velspin{to{transform:rotate(360deg)}}@media(max-width:900px){.homeCategoryRail.hasFlyout{z-index:160}.homeCategoryFlyout{position:fixed;left:50%;top:50%;width:min(92vw,520px);max-height:min(76vh,640px);transform:translate(-50%,-50%);border-radius:22px;animation:categoryFlyoutMobileIn .18s ease-out both;box-shadow:0 30px 100px #0a0c1859}@keyframes categoryFlyoutMobileIn{0%{opacity:0;transform:translate(-50%,-47%) scale(.97)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.homeCategoryFlyout:before{content:"";position:fixed;z-index:-1;top:-100vh;right:-100vw;bottom:-100vh;left:-100vw;background:#0d0f1770;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.homeCategoryFlyoutBody{max-height:48vh}}@media(max-width:560px){.homeCategoryFlyout{width:calc(100vw - 24px);max-height:82vh;border-radius:20px}.homeCategoryFlyoutHeader{padding:17px 16px 14px}.homeCategoryFlyoutHeader h3{font-size:20px}.homeCategoryProduct{grid-template-columns:48px minmax(0,1fr) 18px;padding:7px 8px}.homeCategoryProductImage{width:48px;height:48px}}.productPageV2{padding-top:24px;padding-bottom:72px}.productBreadcrumb{display:flex;align-items:center;gap:9px;min-width:0;margin-bottom:18px;color:var(--muted,#6e6e7b);font-size:13px}.productBreadcrumb a{display:inline-flex;align-items:center;gap:6px;color:inherit;text-decoration:none}.productBreadcrumb strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text,#171721)}.productHeroV2{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);gap:34px;align-items:start}.productGalleryV2{position:relative;min-width:0;background:linear-gradient(145deg,#fff,#f7f8fc);border:1px solid var(--border-color,#e7e5ec);border-radius:26px;padding:20px;box-shadow:0 18px 55px #1c1f2d14}.productPurchasePanel{position:sticky;top:110px;background:var(--surface-color,#fff);border:1px solid var(--border-color,#e7e5ec);border-radius:26px;padding:28px;box-shadow:0 18px 55px #1c1f2d14}.productPurchaseTopline{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.productSku{font-size:12px;color:var(--muted,#6e6e7b)}.productPurchasePanel h1{margin:0 0 12px;font-size:clamp(30px,3vw,48px);line-height:1.05;letter-spacing:-.035em}.productPurchasePanel .productLead{font-size:16px;line-height:1.65;color:var(--muted,#6e6e7b);margin-bottom:20px}.productPriceV2{margin:10px 0 14px}.productPriceV2 strong{font-size:clamp(30px,3vw,42px)}.productBuyRowV2{margin:20px 0}.productTrustGrid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px;padding-top:20px;border-top:1px solid var(--border-color,#e7e5ec)}.productTrustGrid>div{display:flex;gap:10px;padding:12px;border-radius:14px;background:#7b6ef60e}.productTrustGrid svg{flex:0 0 auto;color:var(--primary,#6d5dfb)}.productTrustGrid span{display:flex;flex-direction:column;min-width:0}.productTrustGrid strong{font-size:12px}.productTrustGrid small{margin-top:3px;color:var(--muted,#6e6e7b);font-size:11px;line-height:1.35}.productContentV2{margin-top:34px;background:var(--surface-color,#fff);border:1px solid var(--border-color,#e7e5ec);border-radius:26px;overflow:hidden;box-shadow:0 18px 55px #1c1f2d0e}.productTabs{display:flex;gap:4px;overflow-x:auto;padding:10px 12px;border-bottom:1px solid var(--border-color,#e7e5ec);background:#f8f9fcdb}.productTabs button{border:0;background:transparent;padding:12px 16px;border-radius:12px;color:var(--muted,#6e6e7b);font-weight:800;white-space:nowrap}.productTabs button.active{background:var(--text-color,#171721);color:#fff}.productTabPanel{padding:32px}.productEditorialCopy{max-width:860px}.productEditorialCopy h2,.productSpecPanel h2{font-size:28px;letter-spacing:-.025em;margin:4px 0 18px}.productEditorialCopy p{font-size:16px;line-height:1.8;color:#505566;white-space:pre-line}.sectionEyebrow{font-size:11px;font-weight:900;letter-spacing:.13em;text-transform:uppercase;color:var(--primary,#6d5dfb)}.mutedText{color:var(--muted,#6e6e7b)!important}.productSpecGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid var(--border-color,#e7e5ec);border-radius:18px;overflow:hidden}.productSpecGrid>div{display:flex;justify-content:space-between;gap:16px;padding:15px 18px;border-bottom:1px solid var(--border-color,#e7e5ec)}.productSpecGrid>div:nth-child(odd){border-right:1px solid var(--border-color,#e7e5ec)}.productSpecGrid span{color:var(--muted,#6e6e7b);text-transform:capitalize}.productSpecGrid strong{text-align:right}.productTwoColumns{display:grid;grid-template-columns:1fr 1fr;gap:16px}.productTwoColumns article{padding:24px;border-radius:18px;background:#f7f8fc;border:1px solid #e9ebf2}.productTwoColumns svg{color:var(--primary,#6d5dfb)}.productTwoColumns h3{margin:12px 0 8px}.productTwoColumns p{margin:0;line-height:1.7;color:#646a7b;white-space:pre-line}.productFaqList{display:grid;gap:10px}.productFaqList article{border:1px solid var(--border-color,#e7e5ec);border-radius:16px;overflow:hidden}.productFaqList button{width:100%;display:flex;justify-content:space-between;align-items:center;gap:18px;border:0;background:#fff;padding:18px 20px;text-align:left;font-weight:800}.productFaqList article.open button{background:#f7f7ff}.productFaqList article.open button svg{transform:rotate(180deg)}.productFaqList p{margin:0;padding:0 20px 20px;color:#626878;line-height:1.7}.productVideoTitle{display:flex;align-items:center;gap:12px;margin-bottom:18px}.productVideoTitle h3,.productVideoTitle p{margin:0}.productVideoTitle p{color:var(--muted,#6e6e7b);font-size:13px;margin-top:3px}.productVideoFrame{position:relative;aspect-ratio:16/9;border-radius:18px;overflow:hidden;background:#111}.productVideoFrame iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.productRecommendationSection{margin-top:48px}.productSectionHeading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:18px}.productSectionHeading h2{margin:4px 0 0;font-size:28px;letter-spacing:-.025em}.productSectionHeading p{margin:5px 0 0;color:var(--muted,#6e6e7b)}.productRecommendationGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}@media(max-width:1050px){.productHeroV2{grid-template-columns:1fr}.productPurchasePanel{position:static}.productRecommendationGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.productPageV2{padding-top:12px;padding-bottom:48px}.productBreadcrumb span:not(:last-of-type),.productBreadcrumb strong{display:none}.productHeroV2{gap:14px}.productGalleryV2,.productPurchasePanel,.productContentV2{border-radius:18px}.productGalleryV2{padding:10px}.productPurchasePanel{padding:18px}.productPurchasePanel h1{font-size:30px}.productPurchaseTopline{align-items:flex-start}.productTrustGrid{grid-template-columns:1fr}.productBuyRowV2{align-items:stretch}.productTabPanel{padding:20px 16px}.productSpecGrid,.productTwoColumns{grid-template-columns:1fr}.productSpecGrid>div:nth-child(odd){border-right:0}.productRecommendationGrid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.productRecommendationGrid>*{min-width:78vw;scroll-snap-align:start}}.productQuestionButton{width:100%;display:flex;align-items:center;gap:12px;padding:14px 16px;border:1px solid var(--border);border-radius:16px;background:linear-gradient(135deg,color-mix(in srgb,var(--brand) 8%,var(--surface)),var(--surface));color:var(--text);text-align:left;cursor:pointer;transition:.2s ease}.productQuestionButton:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--brand) 42%,var(--border));box-shadow:0 10px 28px #1f243814}.productQuestionButton>svg{color:var(--brand);flex:0 0 auto}.productQuestionButton span{display:grid;gap:2px}.productQuestionButton small{color:var(--muted);font-size:12px;font-weight:500}.shopModalBackdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;background:#0a0d148f;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:grid;place-items:center;padding:20px}.productQuestionModal{width:min(620px,100%);max-height:min(780px,calc(100vh - 40px));overflow:auto;background:var(--surface);border:1px solid var(--border);border-radius:24px;box-shadow:0 30px 90px #00000047;padding:22px}.productQuestionModal>header{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:18px}.productQuestionModal>header h2{margin:2px 0 4px;font-size:28px}.productQuestionModal>header p{margin:0;color:var(--muted)}.questionField{display:grid;gap:8px}.questionField>span{font-weight:800}.questionField textarea{width:100%;resize:vertical;min-height:150px}.questionField small{text-align:right;color:var(--muted)}.productQuestionModal>footer{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}.questionSuccess{text-align:center;display:grid;justify-items:center;gap:10px;padding:18px 8px}.questionSuccess>svg{color:#25a56a}.questionSuccess h3,.questionSuccess p{margin:0}.questionSuccess p{color:var(--muted);max-width:460px}.supportHeading{margin-top:44px}.supportThreadList{display:grid;gap:18px}.supportThreadCard{border:1px solid var(--border);border-radius:22px;background:var(--surface);overflow:hidden;box-shadow:0 12px 34px #1b20300f}.supportThreadCard>header{display:flex;justify-content:space-between;gap:12px;padding:16px 18px;background:linear-gradient(135deg,color-mix(in srgb,var(--brand) 8%,var(--surface)),var(--surface));border-bottom:1px solid var(--border)}.supportThreadCard>header h3{margin:3px 0 0;font-size:17px}.supportThreadCard>header small,.supportThreadCard>header>span{color:var(--muted);font-size:12px}.supportMessages{display:grid;gap:10px;padding:16px;background:color-mix(in srgb,var(--page) 72%,var(--surface));max-height:420px;overflow:auto}.supportMessage{max-width:min(78%,680px);padding:10px 12px;border-radius:15px}.supportMessage p{margin:4px 0;white-space:pre-wrap}.supportMessage small,.supportMessage time{font-size:11px;opacity:.72}.supportMessage.customer{justify-self:end;background:var(--brand);color:#fff;border-bottom-right-radius:5px}.supportMessage.manager{justify-self:start;background:var(--surface);border:1px solid var(--border);border-bottom-left-radius:5px}.supportReplyRow{display:grid;grid-template-columns:1fr auto;align-items:end;gap:10px;padding:14px 16px}.supportReplyRow textarea{resize:vertical;min-height:64px}.supportEmpty{margin-top:0}.footerLinkButton{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:none;padding:0;color:inherit;font:inherit;text-align:left;cursor:pointer}.footerLinkButton:hover{text-decoration:underline}.cookieLayer{position:fixed;z-index:9999;left:0;right:0;bottom:0;padding:18px;pointer-events:none}.cookieCard{pointer-events:auto;width:min(1120px,calc(100vw - 36px));margin:0 auto;background:color-mix(in srgb,var(--surface) 94%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--border);border-radius:22px;box-shadow:0 24px 70px #070c1833;padding:18px}.cookieCard>header{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:start}.cookieCard h2{margin:0 0 5px;font-size:20px}.cookieCard p{margin:0;color:var(--muted);line-height:1.55}.cookieIcon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:color-mix(in srgb,var(--brand) 13%,var(--surface));color:var(--brand)}.cookieOptions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:16px 0}.cookieOption{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--border);border-radius:15px;padding:12px;background:var(--surface)}.cookieOption>span{display:grid;gap:2px}.cookieOption small{color:var(--muted);font-size:11px}.cookieOption input{width:18px;height:18px}.cookieOption.locked{opacity:.82}.cookieLinks{display:flex;gap:16px;margin-top:12px;font-size:13px}.cookieCard>footer{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap;margin-top:14px}@media(max-width:720px){.productQuestionModal{padding:18px;border-radius:20px}.productQuestionModal>footer{display:grid}.supportReplyRow{grid-template-columns:1fr}.supportReplyRow button{width:100%}.supportMessage{max-width:92%}.cookieLayer{padding:10px}.cookieCard{width:100%;padding:14px;border-radius:18px}.cookieCard>header{grid-template-columns:auto 1fr}.cookieCard>header>.iconButton{grid-column:3}.cookieOptions{grid-template-columns:1fr}.cookieCard>footer{display:grid}.cookieCard>footer button{width:100%}}.productCard{position:relative}.productCardQuickActions{position:absolute;top:12px;right:12px;z-index:7;display:flex;flex-direction:column;gap:8px}.quickAction,.savedHeaderButton{border:1px solid var(--border-color, #e7e5ec);background:color-mix(in srgb,var(--surface-color, #fff) 92%,transparent);color:var(--text-color, #171721);display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:12px;cursor:pointer;transition:.2s ease;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.quickAction:hover,.savedHeaderButton:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--primary-color, #6d5dfb) 45%,var(--border-color, #e7e5ec));color:var(--primary-color, #6d5dfb)}.quickAction.active{color:var(--primary-color, #6d5dfb);background:color-mix(in srgb,var(--primary-color, #6d5dfb) 10%,var(--surface-color, #fff));border-color:color-mix(in srgb,var(--primary-color, #6d5dfb) 30%,var(--border-color, #e7e5ec))}.savedHeaderButton{position:relative;text-decoration:none;width:42px;height:42px;flex:0 0 42px}.savedHeaderButton b{position:absolute;right:-5px;top:-6px;min-width:19px;height:19px;padding:0 5px;display:grid;place-items:center;border-radius:999px;background:var(--primary-color,#6d5dfb);color:#fff;font-size:10px;border:2px solid var(--surface-color,#fff)}.navCount{margin-left:auto;min-width:20px;height:20px;border-radius:999px;padding:0 6px;display:inline-grid;place-items:center;background:var(--primary-color,#6d5dfb);color:#fff;font-size:11px}.productSocialProof{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:10px 0 18px;flex-wrap:wrap}.ratingSummary{display:flex;align-items:center;gap:8px;border:0;background:transparent;padding:0;color:var(--text-color,#171721);cursor:pointer}.ratingSummary strong{font-size:14px}.ratingSummary small{color:var(--muted-color,#6e6e7b)}.ratingStars{display:inline-flex;gap:2px;color:#f5a623}.productListActions{display:flex;gap:8px;flex-wrap:wrap}.listAction{border:1px solid var(--border-color,#e7e5ec);background:var(--surface-color,#fff);color:var(--muted-color,#6e6e7b);border-radius:12px;min-height:38px;padding:0 12px;display:inline-flex;align-items:center;gap:7px;font:inherit;font-weight:700;cursor:pointer;transition:.2s ease}.listAction:hover,.listAction.active{color:var(--primary-color,#6d5dfb);border-color:color-mix(in srgb,var(--primary-color,#6d5dfb) 34%,var(--border-color,#e7e5ec));background:color-mix(in srgb,var(--primary-color,#6d5dfb) 7%,var(--surface-color,#fff))}.stockNotifyButton{width:100%;border:1px solid color-mix(in srgb,var(--primary-color,#6d5dfb) 30%,var(--border-color,#e7e5ec));background:linear-gradient(135deg,color-mix(in srgb,var(--primary-color,#6d5dfb) 9%,var(--surface-color,#fff)),var(--surface-color,#fff));color:var(--text-color,#171721);border-radius:16px;padding:14px 16px;display:flex;align-items:center;gap:12px;cursor:pointer;text-align:left}.stockNotifyButton svg{color:var(--primary-color,#6d5dfb);flex:0 0 auto}.stockNotifyButton span{display:grid;gap:2px}.stockNotifyButton small{color:var(--muted-color,#6e6e7b);font-weight:500}.stockNotifyButton.done{border-color:#b9dfc7;background:#f2fbf5;color:#166534}.reviewsPanel{display:grid;gap:26px}.reviewsSummaryCard{display:flex;align-items:center;gap:24px;padding:22px 24px;border:1px solid var(--border-color,#e7e5ec);border-radius:20px;background:linear-gradient(135deg,color-mix(in srgb,var(--primary-color,#6d5dfb) 6%,var(--surface-color,#fff)),var(--surface-color,#fff))}.reviewsSummaryCard h3{margin:0 0 5px;font-size:22px}.reviewsSummaryCard p{margin:0;color:var(--muted-color,#6e6e7b)}.reviewsScore{min-width:120px;display:grid;gap:5px;padding-right:24px;border-right:1px solid var(--border-color,#e7e5ec)}.reviewsScore>strong{font-size:38px;line-height:1}.reviewsScore small{color:var(--muted-color,#6e6e7b)}.reviewsLayout{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(0,1.4fr);gap:24px;align-items:start}.reviewComposer{border:1px solid var(--border-color,#e7e5ec);border-radius:20px;padding:22px;background:var(--surface-color,#fff);position:sticky;top:116px}.reviewComposer h3{margin:0 0 5px;font-size:20px}.reviewComposer>p{margin:0 0 18px;color:var(--muted-color,#6e6e7b)}.reviewStarsInput{display:flex;gap:3px;margin-bottom:14px}.reviewStarsInput button{border:0;padding:2px;background:transparent;color:#d9d9df;cursor:pointer}.reviewStarsInput button.active{color:#f5a623}.reviewComposer textarea{width:100%;min-height:130px;resize:vertical;border:1px solid var(--border-color,#e7e5ec);border-radius:14px;background:var(--page-background,#fbfafc);color:var(--text-color,#171721);padding:13px 14px;font:inherit;outline:none}.reviewComposer textarea:focus{border-color:var(--primary-color,#6d5dfb);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary-color,#6d5dfb) 12%,transparent)}.reviewComposerFooter{margin-top:12px;display:flex;justify-content:space-between;align-items:center;gap:12px}.reviewComposerFooter small{color:var(--muted-color,#6e6e7b)}.reviewList{display:grid;gap:12px}.reviewList article{border:1px solid var(--border-color,#e7e5ec);border-radius:18px;padding:18px 20px;background:var(--surface-color,#fff)}.reviewList article.myReview{border-color:color-mix(in srgb,var(--primary-color,#6d5dfb) 35%,var(--border-color,#e7e5ec))}.reviewList article header{display:flex;align-items:center;gap:11px}.reviewList article header>div:nth-child(2){display:grid;gap:3px}.reviewList article header time{margin-left:auto;color:var(--muted-color,#6e6e7b);font-size:12px}.reviewAvatar{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:color-mix(in srgb,var(--primary-color,#6d5dfb) 10%,var(--surface-color,#fff));color:var(--primary-color,#6d5dfb);font-weight:800}.reviewList article p{margin:14px 0 0;line-height:1.65;white-space:pre-wrap}.myReviewBadge{display:inline-flex;margin-top:12px;padding:4px 8px;border-radius:999px;background:color-mix(in srgb,var(--primary-color,#6d5dfb) 10%,transparent);color:var(--primary-color,#6d5dfb);font-weight:700}.reviewsEmpty{min-height:200px;border:1px dashed var(--border-color,#e7e5ec);border-radius:18px;display:grid;place-items:center;align-content:center;text-align:center;padding:28px;color:var(--muted-color,#6e6e7b)}.reviewsEmpty h3{color:var(--text-color,#171721);margin:10px 0 2px}.reviewsEmpty p{margin:0}.savedPage,.comparePage{padding-top:34px;padding-bottom:70px}.savedPageHeader{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:28px}.savedPageHeader h1{margin:4px 0 5px;display:flex;align-items:center;gap:10px;font-size:clamp(30px,4vw,48px);letter-spacing:-.035em}.savedPageHeader p{margin:0;color:var(--muted-color,#6e6e7b)}.savedProductGrid{grid-template-columns:repeat(4,minmax(0,1fr))}.savedEmpty{min-height:360px;border:1px dashed var(--border-color,#e7e5ec);border-radius:24px;background:var(--surface-color,#fff);display:grid;justify-items:center;align-content:center;text-align:center;padding:40px}.savedEmpty svg{color:var(--primary-color,#6d5dfb)}.savedEmpty h2{margin:14px 0 5px}.savedEmpty p{margin:0 0 20px;color:var(--muted-color,#6e6e7b)}.compareTableWrap{overflow:auto;border:1px solid var(--border-color,#e7e5ec);border-radius:22px;background:var(--surface-color,#fff);box-shadow:0 18px 50px #1f1a400f}.compareTable{width:100%;min-width:760px;border-collapse:collapse}.compareTable th,.compareTable td{padding:16px;border-right:1px solid var(--border-color,#e7e5ec);border-bottom:1px solid var(--border-color,#e7e5ec);vertical-align:top}.compareTable th{width:180px;background:color-mix(in srgb,var(--page-background,#fbfafc) 78%,var(--surface-color,#fff));text-align:left;color:var(--muted-color,#6e6e7b);font-size:13px;text-transform:uppercase;letter-spacing:.05em}.compareProduct{position:relative;min-width:210px}.compareProduct>a{text-decoration:none;color:var(--text-color,#171721);display:grid;gap:10px}.compareProduct .productVisual{min-height:180px;border-radius:14px;overflow:hidden;background:var(--page-background,#fbfafc)}.compareRemove{position:absolute;z-index:4;right:10px;top:10px;width:30px;height:30px;border-radius:10px;border:1px solid var(--border-color,#e7e5ec);background:var(--surface-color,#fff);color:var(--muted-color,#6e6e7b);display:grid;place-items:center;cursor:pointer}@media(max-width:1000px){.savedProductGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.reviewsLayout{grid-template-columns:1fr}.reviewComposer{position:static}}@media(max-width:760px){.savedHeaderButton{display:none}.productSocialProof{align-items:flex-start}.productListActions{width:100%}.listAction{flex:1;justify-content:center}.reviewsSummaryCard{align-items:flex-start}.reviewsScore{min-width:96px;padding-right:16px}.savedProductGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.savedPageHeader{align-items:flex-start;flex-direction:column}}@media(max-width:520px){.savedProductGrid{grid-template-columns:1fr}.reviewsSummaryCard{display:grid}.reviewsScore{border-right:0;border-bottom:1px solid var(--border-color,#e7e5ec);padding:0 0 16px}.reviewComposerFooter{align-items:flex-start;flex-direction:column}.reviewComposerFooter .primaryButton{width:100%;justify-content:center}.productCardQuickActions{top:8px;right:8px}}.checkoutHeadingV2{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.checkoutTrustBadge{display:inline-flex;align-items:center;gap:9px;padding:11px 14px;border:1px solid var(--border);border-radius:999px;background:var(--surface);font-size:13px;font-weight:700;color:var(--muted)}.formSectionHeading>div{min-width:0}.formSectionHeading p{margin:4px 0 0;color:var(--muted);font-size:13px;line-height:1.45}.deliveryOptionsV2{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.deliveryOptionsV2 button,.paymentOptionsV2 button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:16px;padding:16px;text-align:left;display:flex;align-items:flex-start;gap:12px;cursor:pointer;transition:.2s ease;min-height:86px}.deliveryOptionsV2 button:hover,.paymentOptionsV2 button:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--primary) 38%,var(--border));box-shadow:0 10px 25px #1e1c3712}.deliveryOptionsV2 button.selected,.paymentOptionsV2 button.selected{border-color:var(--primary);background:color-mix(in srgb,var(--primary) 7%,var(--surface));box-shadow:0 0 0 2px color-mix(in srgb,var(--primary) 12%,transparent)}.deliveryOptionsV2 button>span,.paymentOptionsV2 button>span{display:flex;flex-direction:column;gap:4px}.deliveryOptionsV2 strong,.paymentOptionsV2 strong{font-size:14px}.deliveryOptionsV2 small,.paymentOptionsV2 small{font-size:12px;color:var(--muted);font-weight:500;line-height:1.4}.pickupLocationsCheckout{margin-top:18px}.checkoutSubheading{display:flex;align-items:center;gap:8px;margin-bottom:11px;font-size:14px}.pickupLocationGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.pickupLocationCard{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;border:1px solid var(--border);background:var(--surface);border-radius:16px;padding:14px;display:grid;grid-template-columns:auto 1fr auto;align-items:flex-start;gap:11px;text-align:left;color:var(--text);cursor:pointer;transition:.2s ease}.pickupLocationCard:hover{border-color:color-mix(in srgb,var(--primary) 35%,var(--border))}.pickupLocationCard.selected{border-color:var(--primary);background:color-mix(in srgb,var(--primary) 6%,var(--surface))}.pickupLocationIcon{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:color-mix(in srgb,var(--primary) 10%,var(--surface));color:var(--primary)}.pickupLocationCard>span:nth-child(2){display:flex;flex-direction:column;gap:4px}.pickupLocationCard small,.pickupLocationCard em{color:var(--muted);font-size:12px;line-height:1.4;font-style:normal}.pickupLocationRadio{color:var(--primary);min-width:20px}.checkoutInfoNote{display:flex;align-items:flex-start;gap:9px;padding:13px 14px;border:1px dashed var(--border);border-radius:14px;color:var(--muted);font-size:13px}.paymentOptionsV2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.paymentOptionsV2 .choiceCheck{margin-left:auto;color:var(--primary)}.orderSummaryV2{border-radius:22px}.summaryStickyHead .eyebrow{margin-bottom:4px}.checkoutSubmitV2{min-height:50px;font-size:15px}.accountSectionHeading p{margin:5px 0 0;color:var(--muted);font-size:13px}.accountOrderCardV2{overflow:hidden}.orderTimeline{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;padding:18px 20px;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--surface) 88%,var(--page-bg))}.orderTimelineStep{position:relative;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;color:var(--muted);font-size:11px;font-weight:700}.orderTimelineStep:not(:last-child):after{content:"";position:absolute;top:13px;left:calc(50% + 16px);right:calc(-50% + 16px);height:2px;background:var(--border)}.timelineDot{position:relative;z-index:1;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--surface);border:2px solid var(--border);font-size:11px}.orderTimelineStep.completed,.orderTimelineStep.current{color:var(--text)}.orderTimelineStep.completed .timelineDot,.orderTimelineStep.current .timelineDot{border-color:var(--primary);background:var(--primary);color:#fff}.orderTimelineStep.completed:not(:last-child):after{background:var(--primary)}.orderTimelineStep.current .timelineDot{box-shadow:0 0 0 5px color-mix(in srgb,var(--primary) 12%,transparent)}.orderCanceledNotice{margin:14px 20px;padding:12px 14px;border-radius:12px;background:#dc262612;color:#b42318;font-size:13px;font-weight:700}.orderMetaGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:16px 20px}.orderMetaGrid>div{display:flex;gap:10px;align-items:flex-start;padding:12px;border-radius:13px;background:color-mix(in srgb,var(--page-bg) 78%,var(--surface));color:var(--primary)}.orderMetaGrid span{display:flex;flex-direction:column;gap:3px}.orderMetaGrid small{color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.06em}.orderMetaGrid strong{color:var(--text);font-size:12px}.successCardV2{max-width:820px}.successProgress{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;margin:22px 0 8px}.successProgress>div{position:relative;display:flex;flex-direction:column;align-items:center;gap:7px;text-align:center}.successProgress>div:not(:last-child):after{content:"";position:absolute;top:14px;left:calc(50% + 17px);right:calc(-50% + 17px);height:2px;background:var(--border)}.successProgress span{position:relative;z-index:1;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;border:2px solid var(--border);background:var(--surface);color:var(--muted);font-size:11px;font-weight:800}.successProgress small{font-size:11px;color:var(--muted);font-weight:700}.successProgress .active span{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:0 0 0 5px color-mix(in srgb,var(--primary) 12%,transparent)}.successProgress .active small{color:var(--text)}.successFactsV2{grid-template-columns:repeat(2,minmax(0,1fr))}.successFactsV2>div{display:flex;align-items:center;gap:10px;text-align:left}.successFactsV2 span{display:flex;flex-direction:column;gap:2px}.successFactsV2 small{color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.06em}@media(max-width:900px){.checkoutHeadingV2{align-items:flex-start;flex-direction:column}.deliveryOptionsV2,.pickupLocationGrid,.paymentOptionsV2{grid-template-columns:1fr}.orderMetaGrid{grid-template-columns:1fr 1fr}.orderTimeline{overflow-x:auto;grid-template-columns:repeat(5,minmax(96px,1fr));padding-inline:12px}.successProgress{overflow-x:auto;grid-template-columns:repeat(5,minmax(92px,1fr));padding-bottom:4px}}@media(max-width:560px){.checkoutTrustBadge{display:none}.pickupLocationGrid,.paymentOptionsV2,.orderMetaGrid,.successFactsV2{grid-template-columns:1fr}.orderTimelineStep,.successProgress small{font-size:10px}.formSectionHeading{align-items:flex-start}.deliveryOptionsV2 button,.paymentOptionsV2 button{min-height:74px;padding:14px}}.freeDeliveryHint{margin:-2px 0 8px;padding:8px 10px;border-radius:10px;background:color-mix(in srgb,var(--brand) 8%,transparent);color:var(--muted);font-size:12px;font-weight:650}.montonioChoice{position:relative;overflow:hidden}.montonioChoice:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:linear-gradient(180deg,#6d5dfb,#21b6a8);opacity:.75}.paymentReturnState{min-height:58vh}.paymentReturnState h2{margin:14px 0 8px}.paymentReturnState p{max-width:520px;color:var(--muted);text-align:center}.paymentReturnError svg{color:#dc2626}.paymentSpinner{animation:paymentSpin 1s linear infinite;color:var(--primary)}@keyframes paymentSpin{to{transform:rotate(360deg)}}.homeAdvantagesSection,.homeFaqSection,.homeVideoSection,.homeRichTextSection{position:relative}.homeAdvantagesGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.homeAdvantageCard{display:flex;gap:15px;align-items:flex-start;padding:22px;border:1px solid var(--border-color,#e7e5ec);border-radius:20px;background:var(--surface-color,#fff);box-shadow:0 12px 32px #1c1e380f;transition:transform .2s ease,box-shadow .2s ease}.homeAdvantageCard:hover{transform:translateY(-3px);box-shadow:0 18px 42px #1c1e381a}.homeAdvantageCard>span{width:46px;height:46px;display:grid;place-items:center;flex:0 0 auto;border-radius:14px;color:var(--primary-color,#5d5fef);background:color-mix(in srgb,var(--primary-color,#5d5fef) 11%,white)}.homeAdvantageCard h3{margin:2px 0 6px;font-size:17px}.homeAdvantageCard p{margin:0;color:var(--muted-color,#6e6e7b);line-height:1.55;font-size:14px}.homeFaqList{max-width:920px;display:grid;gap:10px}.homeFaqItem{border:1px solid var(--border-color,#e7e5ec);border-radius:16px;background:var(--surface-color,#fff);overflow:hidden}.homeFaqItem>button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;border:0;background:transparent;padding:18px 20px;color:var(--text-color,#171721);cursor:pointer;text-align:left;font-size:15px}.homeFaqItem.open>button svg{transform:rotate(180deg)}.homeFaqItem>div{padding:0 20px 18px;color:var(--muted-color,#6e6e7b);line-height:1.65}.homeFaqItem p{margin:0}.homeVideoFrame{position:relative;aspect-ratio:16/9;max-width:1050px;border-radius:24px;overflow:hidden;background:#0b0c12;box-shadow:0 22px 60px #11182729}.homeVideoFrame iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.homeRichTextCard{padding:clamp(26px,5vw,54px);border:1px solid var(--border-color,#e7e5ec);border-radius:26px;background:linear-gradient(135deg,var(--surface-color,#fff),color-mix(in srgb,var(--primary-color,#5d5fef) 4%,white));box-shadow:0 18px 50px #1c1e3812}.homeRichTextCard h2{font-size:clamp(28px,4vw,46px);margin:10px 0 18px}.homeRichTextBody{max-width:900px;color:var(--muted-color,#6e6e7b);font-size:16px;line-height:1.75}.homeRichTextBody p{margin:0 0 12px}@media(max-width:900px){.homeAdvantagesGrid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.homeAdvantagesGrid{grid-template-columns:1fr}.homeAdvantageCard{padding:18px}.homeVideoFrame{border-radius:18px}.homeRichTextCard{border-radius:20px}}.smartSearch{position:relative;min-width:min(430px,42vw);z-index:30}.smartSearch .searchBox{width:100%;min-height:48px;border-radius:14px;background:var(--surface, #fff);border:1px solid color-mix(in srgb,var(--line, #e5e7eb) 86%,transparent);box-shadow:0 8px 24px #161a2b0f;transition:.2s ease}.smartSearch.focused .searchBox{border-color:color-mix(in srgb,var(--brand, #5d5fef) 58%,white);box-shadow:0 0 0 4px color-mix(in srgb,var(--brand, #5d5fef) 11%,transparent),0 12px 34px #161a2b1a}.searchClearButton{display:inline-grid;place-items:center;width:30px;height:30px;border:0;border-radius:9px;background:transparent;color:var(--muted, #6b7280);cursor:pointer}.searchClearButton:hover{background:color-mix(in srgb,var(--brand, #5d5fef) 8%,transparent);color:var(--text, #111827)}.searchSuggestions{position:absolute;top:calc(100% + 9px);left:0;right:0;overflow:hidden;border:1px solid color-mix(in srgb,var(--line, #e5e7eb) 90%,transparent);border-radius:18px;background:color-mix(in srgb,var(--surface, #fff) 96%,transparent);box-shadow:0 24px 60px #161a2b2e;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.searchSuggestionsHead{min-height:38px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;font-size:12px;font-weight:700;color:var(--muted, #6b7280);border-bottom:1px solid var(--line, #ececf2)}.searchSuggestionItem{width:100%;display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 13px;border:0;border-bottom:1px solid color-mix(in srgb,var(--line, #e5e7eb) 72%,transparent);background:transparent;color:var(--text, #171721);text-align:left;cursor:pointer;transition:.16s ease}.searchSuggestionItem:hover,.searchSuggestionItem.active{background:color-mix(in srgb,var(--brand, #5d5fef) 8%,var(--surface, #fff))}.searchSuggestionImage{width:52px;height:52px;display:grid;place-items:center;overflow:hidden;border-radius:12px;background:color-mix(in srgb,var(--page, #f7f8fb) 92%,var(--brand, #5d5fef));color:var(--muted, #6b7280)}.searchSuggestionImage img{width:100%;height:100%;object-fit:cover}.searchSuggestionInfo{min-width:0;display:grid;gap:4px}.searchSuggestionInfo strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.searchSuggestionInfo small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted, #6b7280)}.searchSuggestionPrice{white-space:nowrap;font-size:13px;font-weight:800}.searchSuggestionEmpty{display:flex;align-items:center;justify-content:center;gap:9px;min-height:84px;color:var(--muted, #6b7280)}.searchAllResults{width:100%;min-height:42px;border:0;background:color-mix(in srgb,var(--brand, #5d5fef) 7%,var(--surface, #fff));color:var(--brand, #5d5fef);font-weight:800;cursor:pointer}.searchAllResults:hover{background:color-mix(in srgb,var(--brand, #5d5fef) 13%,var(--surface, #fff))}.catalogSection{padding-top:clamp(48px,7vw,84px)}.catalogHeading{align-items:end;margin-bottom:26px}.catalogLayout{gap:26px}.catalogFilters{border-radius:20px;border:1px solid var(--line, #e8eaf1);background:color-mix(in srgb,var(--surface, #fff) 96%,var(--page, #f7f8fb));box-shadow:0 14px 38px #1418280f;overflow:hidden}.catalogFilters .filterSection{margin:0;padding:20px;border-bottom:1px solid color-mix(in srgb,var(--line, #e8eaf1) 78%,transparent)}.catalogFilters .filterSection:last-of-type{border-bottom:0}.filterSection h3{margin-bottom:13px;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted, #6b7280)}.filterCheck{min-height:38px;padding:7px 8px;border-radius:10px;transition:.16s ease}.filterCheck:hover{background:color-mix(in srgb,var(--brand, #5d5fef) 7%,transparent)}.filterCheck:has(input:checked){background:color-mix(in srgb,var(--brand, #5d5fef) 11%,transparent);color:var(--text, #171721);font-weight:700}.filterActions{padding:16px 20px 20px}.catalogResults{min-width:0}.catalogContextBar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px;padding:13px 15px;border:1px solid color-mix(in srgb,var(--brand, #5d5fef) 18%,var(--line, #e8eaf1));border-radius:14px;background:linear-gradient(135deg,color-mix(in srgb,var(--brand, #5d5fef) 8%,var(--surface, #fff)),var(--surface, #fff))}.catalogContextBar>div{display:flex;align-items:baseline;gap:9px;min-width:0}.catalogContextBar span{color:var(--muted, #6b7280);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.catalogContextBar strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.catalogContextBar button{display:inline-flex;align-items:center;gap:6px;border:0;border-radius:10px;padding:8px 10px;background:transparent;color:var(--brand, #5d5fef);font-weight:700;cursor:pointer}.catalogContextBar button:hover{background:color-mix(in srgb,var(--brand, #5d5fef) 9%,transparent)}.catalogControlBar{padding:13px 14px;border:1px solid var(--line, #e8eaf1);border-radius:16px;background:var(--surface, #fff);box-shadow:0 8px 24px #1418280b}.catalogProductArea{margin-top:18px}.productGrid:not(.listView){grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px}@media(max-width:980px){.smartSearch{min-width:0;width:min(100%,480px)}.catalogHeading{align-items:stretch}.catalogTools{width:100%}}@media(max-width:720px){.smartSearch{width:100%}.searchSuggestions{position:fixed;left:12px;right:12px;top:auto;margin-top:8px;max-height:min(66vh,520px);overflow-y:auto}.searchSuggestionItem{grid-template-columns:46px minmax(0,1fr) auto;padding:9px 10px}.searchSuggestionImage{width:46px;height:46px}.catalogContextBar{align-items:flex-start}.catalogContextBar>div{display:grid;gap:3px}.catalogControlBar{border-radius:14px}}:root[data-theme=dark]{--primary: var(--brand);--primary-color: var(--brand);--text-color: var(--text);--muted-color: var(--muted);--surface-color: var(--surface);--border-color: var(--line);--page-background: var(--page);--shop-panel: color-mix(in srgb, var(--surface) 94%, var(--brand) 6%);--shop-panel-strong: color-mix(in srgb, var(--surface) 87%, var(--brand) 13%);--shop-premium-shadow: 0 24px 70px rgba(0,0,0,.26);--shop-soft-shadow: 0 12px 36px rgba(0,0,0,.2)}:root[data-theme=dark] body,:root[data-theme=dark] .appShell,:root[data-theme=dark] main{color:var(--text);background-color:var(--page)}:root[data-theme=dark] .mainNav,:root[data-theme=dark] .mobileNavHeader,:root[data-theme=dark] .mobileUtilitySection,:root[data-theme=dark] .mobileLanguageList,:root[data-theme=dark] .accountDropdown,:root[data-theme=dark] .languageDropdownMenu{background:var(--surface);color:var(--text);border-color:var(--line);box-shadow:0 18px 46px #00000052}:root[data-theme=dark] .mainNav>a:hover,:root[data-theme=dark] .mainNav>a.active,:root[data-theme=dark] .mobileUtilitySection a:hover,:root[data-theme=dark] .mobileLanguageList button:hover,:root[data-theme=dark] .mobileLanguageList button.active,:root[data-theme=dark] .accountDropdown a:hover,:root[data-theme=dark] .accountDropdown button:hover,:root[data-theme=dark] .languageDropdownMenu button:hover,:root[data-theme=dark] .languageDropdownMenu button.active{background:color-mix(in srgb,var(--brand) 11%,var(--surface));color:var(--text)}:root[data-theme=dark] .mobileThemeToggle,:root[data-theme=dark] .mobileAccountAction{background:color-mix(in srgb,var(--surface) 92%,var(--brand) 8%);color:var(--text);border-color:var(--line)}:root[data-theme=dark] .cartButton b,:root[data-theme=dark] .savedHeaderButton b{border-color:var(--surface)}:root[data-theme=dark] input:not([type=checkbox]):not([type=radio]):not([type=range]),:root[data-theme=dark] textarea,:root[data-theme=dark] select{color:var(--text);background-color:#111620;border-color:var(--line)}:root[data-theme=dark] select option{color:var(--text);background:var(--surface)}:root[data-theme=dark] input:disabled,:root[data-theme=dark] textarea:disabled,:root[data-theme=dark] select:disabled,:root[data-theme=dark] input[readonly]{color:#8f98aa;background:#1a1f2a;border-color:#2b3242;opacity:1}:root[data-theme=dark] input:focus,:root[data-theme=dark] textarea:focus,:root[data-theme=dark] select:focus{border-color:color-mix(in srgb,var(--brand) 72%,var(--line));box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 14%,transparent);outline:none}:root[data-theme=dark] .smartSearch .searchBox,:root[data-theme=dark] .searchSuggestions,:root[data-theme=dark] .catalogFilters,:root[data-theme=dark] .catalogControlBar,:root[data-theme=dark] .catalogContextBar{background:color-mix(in srgb,var(--surface) 96%,var(--page));color:var(--text);border-color:var(--line);box-shadow:0 14px 38px #0003}:root[data-theme=dark] .searchSuggestionsHead,:root[data-theme=dark] .searchSuggestionItem,:root[data-theme=dark] .catalogFilters .filterSection{border-color:var(--line)}:root[data-theme=dark] .searchSuggestionItem:hover,:root[data-theme=dark] .searchSuggestionItem.active,:root[data-theme=dark] .searchAllResults{background:color-mix(in srgb,var(--brand) 11%,var(--surface))}:root[data-theme=dark] .searchSuggestionImage{background:color-mix(in srgb,var(--brand) 11%,var(--surface));color:var(--muted)}:root[data-theme=dark] .homeCategoryRail,:root[data-theme=dark] .homeCategoryCard,:root[data-theme=dark] .homeSectionCard,:root[data-theme=dark] .homeAdvantageCard,:root[data-theme=dark] .homeFaqItem,:root[data-theme=dark] .homeRichTextCard,:root[data-theme=dark] .homeCategoryFlyout,:root[data-theme=dark] .homeCategoryFlyoutProduct,:root[data-theme=dark] .homepageBlockCard{background:var(--surface);color:var(--text);border-color:var(--line);box-shadow:var(--shop-soft-shadow)}:root[data-theme=dark] .homeCategoryTitle,:root[data-theme=dark] .homeCategoryVisual,:root[data-theme=dark] .homeAdvantageIcon,:root[data-theme=dark] .homeFaqItem button,:root[data-theme=dark] .homeRichTextCard{background-color:color-mix(in srgb,var(--brand) 8%,var(--surface));color:var(--text)}:root[data-theme=dark] .homeFaqItem button{color:var(--text)}:root[data-theme=dark] .homeCategoryList>button{color:var(--text);border-color:var(--line)}:root[data-theme=dark] .homeCategoryList>button:hover,:root[data-theme=dark] .homeCategoryList>button.active{background:color-mix(in srgb,var(--brand) 12%,var(--surface));color:var(--brand)}:root[data-theme=dark] .productGalleryV2{background:linear-gradient(145deg,#171c27,#111620);border-color:var(--line);box-shadow:0 18px 55px #00000047}:root[data-theme=dark] .productPurchasePanel,:root[data-theme=dark] .productContentV2,:root[data-theme=dark] .reviewComposer,:root[data-theme=dark] .reviewList article,:root[data-theme=dark] .reviewsSummaryCard,:root[data-theme=dark] .savedEmpty,:root[data-theme=dark] .compareTableWrap,:root[data-theme=dark] .listAction,:root[data-theme=dark] .compareRemove{background:var(--surface);color:var(--text);border-color:var(--line);box-shadow:0 18px 55px #00000038}:root[data-theme=dark] .productTabs{background:color-mix(in srgb,var(--surface) 88%,var(--page));border-color:var(--line)}:root[data-theme=dark] .productTabs button{color:var(--muted)}:root[data-theme=dark] .productTabs button.active{background:var(--brand);color:#fff}:root[data-theme=dark] .productEditorialCopy p,:root[data-theme=dark] .productTwoColumns p,:root[data-theme=dark] .productFaqList p{color:var(--muted)}:root[data-theme=dark] .productTwoColumns article,:root[data-theme=dark] .productFaqList article,:root[data-theme=dark] .productFaqList button,:root[data-theme=dark] .productFaqList article.open button,:root[data-theme=dark] .productTrustGrid>div{background:color-mix(in srgb,var(--brand) 7%,var(--surface));color:var(--text);border-color:var(--line)}:root[data-theme=dark] .productSpecGrid,:root[data-theme=dark] .productSpecGrid>div{border-color:var(--line)}:root[data-theme=dark] .stockNotifyButton.done{border-color:#4ac59659;background:#4ac5961c;color:#77d8b0}:root[data-theme=dark] .reviewComposer textarea{background:#111620;color:var(--text);border-color:var(--line)}:root[data-theme=dark] .compareTable th{background:#111620;color:var(--muted)}:root[data-theme=dark] .compareProduct .productVisual{background:#111620}:root[data-theme=dark] .checkoutStep,:root[data-theme=dark] .checkoutCard,:root[data-theme=dark] .checkoutSummaryCard,:root[data-theme=dark] .accountCard,:root[data-theme=dark] .accountPanel,:root[data-theme=dark] .orderCard,:root[data-theme=dark] .orderTimeline,:root[data-theme=dark] .successProgress,:root[data-theme=dark] .infoPageCard,:root[data-theme=dark] .supportThread,:root[data-theme=dark] .supportComposer,:root[data-theme=dark] .cookiePreferences,:root[data-theme=dark] .cookieModalPanel{background:var(--surface);color:var(--text);border-color:var(--line);box-shadow:0 18px 50px #0000003b}:root[data-theme=dark] .checkoutStepHeader,:root[data-theme=dark] .orderTimelineStep,:root[data-theme=dark] .orderMetaRow,:root[data-theme=dark] .supportMessage,:root[data-theme=dark] .cookiePreferenceRow{border-color:var(--line)}:root[data-theme=dark] .orderTimelineStep:not(.completed):not(.current) .timelineDot,:root[data-theme=dark] .successProgress li:not(.active) span{background:#1c2230;color:var(--muted);border-color:var(--line)}:root[data-theme=dark] .locationsSidebar,:root[data-theme=dark] .locationCard,:root[data-theme=dark] .locationsMapOverlay{background:color-mix(in srgb,var(--surface) 96%,transparent);color:var(--text);border-color:var(--line);box-shadow:0 18px 48px #00000047}:root[data-theme=dark] .locationsMapOverlay small,:root[data-theme=dark] .locationsMapOverlay span{color:var(--muted)}:root[data-theme=dark] .cookieBanner,:root[data-theme=dark] .cookiePanel{background:#141925;color:var(--text);border-color:var(--line);box-shadow:0 18px 60px #00000061}body,.siteHeader,.mainNav,.productCard,.catalogFilters,.catalogControlBar,.searchSuggestions,.formSection,.orderSummary,.productPurchasePanel,.productContentV2,.homeCategoryRail,.homeAdvantageCard,.homeFaqItem,.accountDropdown,.cookieBanner{transition:background-color .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease}.storeGate{min-height:100vh;display:grid;place-items:center;padding:24px;background:var(--page,var(--page-background,#f7f8fb));color:var(--text,var(--text-color,#111827))}.storeGateCard{width:min(520px,100%);text-align:center;padding:42px 30px;border-radius:22px;border:1px solid var(--line,var(--border-color,#e5e7eb));background:var(--surface,var(--surface-color,#fff));box-shadow:0 22px 60px #0f172a1a}.storeGateCard h1{margin:14px 0 8px;font-size:clamp(1.45rem,4vw,2rem)}.storeGateCard p{margin:0;color:var(--muted,var(--muted-color,#6b7280));line-height:1.6}.storeGateIcon{width:54px;height:54px;margin:0 auto;display:grid;place-items:center;border-radius:50%;font-size:2rem;font-weight:800;background:#6d28d91f;color:var(--primary,var(--primary-color,#6d28d9))}.storeGateSpinner{width:30px;height:30px;margin:0 auto 14px;border:3px solid var(--line,#e5e7eb);border-top-color:var(--primary,#6d28d9);border-radius:50%;animation:storeGateSpin .8s linear infinite}@keyframes storeGateSpin{to{transform:rotate(360deg)}}.auctionPage{min-height:70vh}.auctionHero{position:relative;overflow:hidden;padding:54px 0;background:linear-gradient(135deg,color-mix(in srgb,var(--primary) 18%,var(--page)) 0%,var(--surface) 55%,color-mix(in srgb,var(--primary) 10%,var(--surface)) 100%);border-bottom:1px solid var(--line)}.auctionHero:after{content:"";position:absolute;width:360px;height:360px;border-radius:50%;right:-90px;top:-160px;background:color-mix(in srgb,var(--primary) 18%,transparent);filter:blur(4px)}.auctionHeroInner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:48px;align-items:center}.auctionEyebrow{display:inline-flex;gap:8px;align-items:center;padding:7px 11px;border-radius:999px;background:color-mix(in srgb,var(--primary) 12%,var(--surface));color:var(--primary);font-size:12px;font-weight:800;letter-spacing:.08em}.auctionHero h1{font-size:clamp(40px,6vw,72px);margin:12px 0 10px;letter-spacing:-.045em}.auctionHero p{max-width:680px;font-size:17px;line-height:1.65;color:var(--muted)}.auctionHeroStats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.auctionHeroStats>div{display:flex;flex-direction:column;gap:5px;align-items:center;text-align:center;padding:22px 10px;border:1px solid var(--line);border-radius:18px;background:color-mix(in srgb,var(--surface) 82%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 14px 40px #10182814}.auctionHeroStats svg{color:var(--primary)}.auctionHeroStats strong{font-size:27px}.auctionHeroStats span{font-size:12px;color:var(--muted)}.auctionContent{padding-top:34px;padding-bottom:70px}.auctionTabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:24px}.auctionTabs button{border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:999px;padding:10px 15px;font-weight:700;cursor:pointer}.auctionTabs button.active{background:var(--text);color:var(--surface);border-color:var(--text)}.auctionTabs b{margin-left:6px;opacity:.65}.auctionGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.auctionCard{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:20px;background:var(--surface);color:var(--text);text-decoration:none;box-shadow:0 8px 24px #1018280d;transition:.2s ease}.auctionCard:hover{transform:translateY(-4px);box-shadow:0 18px 38px #1018281c;border-color:color-mix(in srgb,var(--primary) 35%,var(--line))}.auctionCardMedia{position:relative;aspect-ratio:4/3;background:color-mix(in srgb,var(--surface) 70%,var(--page));overflow:hidden}.auctionCardMedia img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.auctionCard:hover .auctionCardMedia img{transform:scale(1.035)}.auctionFallback{width:100%;height:100%;display:grid;place-items:center;color:var(--muted);background:linear-gradient(145deg,color-mix(in srgb,var(--primary) 7%,var(--surface)),var(--surface))}.auctionLiveBadge{position:absolute;left:12px;top:12px;display:inline-flex;gap:5px;align-items:center;padding:6px 9px;border-radius:999px;background:#334155e0;color:#fff;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.auctionLiveBadge.live{background:#dc2626}.auctionCardBody{display:flex;flex-direction:column;gap:10px;padding:16px}.auctionCardCategory{font-size:12px;font-weight:800;color:var(--primary);text-transform:uppercase;letter-spacing:.04em}.auctionCard h3{font-size:18px;line-height:1.3;margin:0;min-height:46px}.auctionCardPrice{display:flex;flex-direction:column;padding-top:8px;border-top:1px solid var(--line)}.auctionCardPrice small,.auctionCurrent small{color:var(--muted)}.auctionCardPrice strong{font-size:22px;margin-top:2px}.auctionCardMeta{display:flex;justify-content:space-between;gap:10px;color:var(--muted);font-size:12px}.auctionCardMeta span{display:flex;gap:5px;align-items:center}.auctionLoading,.auctionEmptyPublic,.auctionUnavailable{padding:70px 20px;text-align:center;color:var(--muted)}.auctionEmptyPublic{border:1px dashed var(--line);border-radius:20px}.auctionLotPage{padding-top:28px;padding-bottom:70px}.auctionBack{display:inline-flex;align-items:center;gap:7px;color:var(--muted);text-decoration:none;font-weight:700;margin-bottom:20px}.auctionLotLayout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:34px}.auctionLotMedia{position:relative;min-height:520px;overflow:hidden;border:1px solid var(--line);border-radius:24px;background:var(--surface)}.auctionLotMedia>img{width:100%;height:100%;object-fit:contain;position:absolute;top:0;right:0;bottom:0;left:0}.auctionLotInfo{display:flex;flex-direction:column;align-items:stretch}.auctionLotInfo h1{font-size:clamp(30px,4vw,48px);line-height:1.08;margin:8px 0 12px;letter-spacing:-.03em}.auctionLotDescription{color:var(--muted);line-height:1.65}.auctionTimer{display:flex;align-items:center;gap:13px;padding:15px 16px;margin:18px 0;border:1px solid color-mix(in srgb,var(--primary) 25%,var(--line));border-radius:16px;background:color-mix(in srgb,var(--primary) 7%,var(--surface))}.auctionTimer>svg{color:var(--primary)}.auctionTimer div{display:flex;flex-direction:column}.auctionTimer small{color:var(--muted)}.auctionTimer strong{font-size:25px;font-variant-numeric:tabular-nums}.auctionCurrent{display:flex;flex-direction:column;gap:3px;margin-bottom:14px}.auctionCurrent strong{font-size:36px;letter-spacing:-.03em}.auctionCurrent span{font-size:13px;color:var(--muted)}.auctionBidBox{display:flex;flex-direction:column;gap:10px;padding:18px;border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:0 12px 34px #1018280f}.auctionBidBox label{font-size:13px;font-weight:800}.auctionBidInput{display:flex;align-items:center;margin-top:7px;border:2px solid color-mix(in srgb,var(--primary) 45%,var(--line));border-radius:13px;overflow:hidden;background:var(--page)}.auctionBidInput input{flex:1;min-width:0;border:0;background:transparent;color:var(--text);font-size:22px;font-weight:800;padding:13px 14px;outline:none}.auctionBidInput span{padding-right:14px;font-weight:800;color:var(--muted)}.auctionBidBox>small{color:var(--muted)}.auctionBidButton,.auctionBuyNow{display:flex;justify-content:center;align-items:center;gap:8px;border:0;border-radius:12px;padding:13px 16px;font-weight:850;cursor:pointer}.auctionBidButton{background:var(--primary);color:#fff}.auctionBuyNow{background:var(--text);color:var(--surface)}.auctionBidError{padding:9px 11px;border-radius:10px;background:#dc262617;color:#dc2626;font-size:13px}.auctionEndedBox{display:flex;gap:10px;align-items:center;padding:18px;border:1px solid var(--line);border-radius:16px;background:var(--surface)}.auctionEndedBox svg{color:#d97706}.auctionTrust{display:grid;gap:8px;margin-top:15px;color:var(--muted);font-size:13px}.auctionTrust span{display:flex;gap:8px;align-items:center}.auctionTrust svg{width:17px;color:var(--primary)}.auctionHistory{margin-top:44px;padding-top:30px;border-top:1px solid var(--line)}.auctionBidHistory{max-width:760px;display:grid;border:1px solid var(--line);border-radius:16px;overflow:hidden}.auctionBidHistory>div{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:18px;padding:12px 14px;border-bottom:1px solid var(--line);background:var(--surface);align-items:center}.auctionBidHistory>div:last-child{border-bottom:0}.auctionBidHistory>div.mine{background:color-mix(in srgb,var(--primary) 7%,var(--surface))}.auctionBidHistory time{color:var(--muted);font-size:12px}.auctionNoBids{color:var(--muted)}@media(max-width:1100px){.auctionGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.auctionHeroInner{grid-template-columns:1fr}.auctionHeroStats{max-width:650px}.auctionLotLayout{grid-template-columns:1fr}.auctionLotMedia{min-height:440px}}@media(max-width:760px){.auctionHero{padding:34px 0}.auctionHeroStats{grid-template-columns:repeat(3,minmax(0,1fr))}.auctionHeroStats>div{padding:15px 6px}.auctionGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.auctionCardBody{padding:13px}.auctionCard h3{font-size:15px;min-height:auto}.auctionCardMeta{flex-direction:column}.auctionLotMedia{min-height:340px;border-radius:18px}.auctionCurrent strong{font-size:30px}.auctionBidHistory>div{grid-template-columns:1fr auto}.auctionBidHistory time{grid-column:1/-1}}@media(max-width:480px){.auctionGrid{grid-template-columns:1fr}.auctionHeroStats{grid-template-columns:1fr 1fr 1fr}.auctionHeroStats span{font-size:10px}.auctionHeroStats strong{font-size:20px}}.auctionAccountLink{margin-left:auto;color:var(--primary);font-weight:800;text-decoration:none}.auctionEndedBox{flex-wrap:wrap}.marketplacePage,.marketplaceDetail,.marketplaceSellerPage{padding-top:34px;padding-bottom:64px}.marketplaceHero,.marketplaceSellerHero{display:flex;justify-content:space-between;align-items:flex-end;gap:28px;padding:34px;border:1px solid var(--line);border-radius:28px;background:linear-gradient(135deg,color-mix(in srgb,var(--primary) 13%,var(--surface)),var(--surface));box-shadow:0 20px 55px #0f172a14}.marketplaceHero h1,.marketplaceSellerHero h1{margin:8px 0 10px;font-size:clamp(30px,4vw,54px);line-height:1.02}.marketplaceHero p{max-width:720px;margin:0;color:var(--muted);font-size:16px}.marketplaceEyebrow{display:inline-flex;gap:7px;align-items:center;font-weight:800;color:var(--primary)}.marketplaceSellButton{display:inline-flex;gap:8px;align-items:center;white-space:nowrap}.marketplaceSearch{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;margin:22px 0 12px;padding:8px 8px 8px 16px;border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:0 12px 35px #0f172a0f}.marketplaceSearch input{border:0!important;box-shadow:none!important;background:transparent!important;font-size:17px}.marketplaceSearch button{border:0;border-radius:13px;background:var(--primary);color:#fff;padding:12px 20px;font-weight:800}.marketplaceFilterBar{display:grid;grid-template-columns:1.2fr 1fr 1fr .7fr .7fr auto;gap:10px;margin-bottom:28px}.marketplaceFilterBar input,.marketplaceFilterBar select{min-width:0;background:var(--surface);border:1px solid var(--line);color:var(--text);border-radius:12px;padding:10px 12px}.marketplaceFilterBar button{border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:12px;padding:10px 14px}.marketplaceHeading{display:flex;justify-content:space-between;align-items:flex-end;margin:10px 0 14px}.marketplaceHeading span{color:var(--muted);font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.marketplaceHeading h2{margin:3px 0 0}.marketplaceHeading small{color:var(--muted)}.marketplaceGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.marketplaceCard{overflow:hidden;border:1px solid var(--line);border-radius:20px;background:var(--surface);color:var(--text);text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.marketplaceCard:hover{transform:translateY(-4px);box-shadow:0 18px 45px #0f172a1f;border-color:color-mix(in srgb,var(--primary) 35%,var(--line))}.marketplaceCardImage{height:220px;position:relative;background:color-mix(in srgb,var(--surface) 80%,var(--page));overflow:hidden}.marketplaceCardImage img{width:100%;height:100%;object-fit:cover}.marketplaceImageFallback{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(135deg,color-mix(in srgb,var(--primary) 13%,var(--surface)),color-mix(in srgb,var(--primary) 4%,var(--surface)));color:var(--primary)}.marketplaceCondition{position:absolute;left:12px;top:12px;padding:6px 9px;border-radius:999px;background:#111827b8;color:#fff;font-size:11px;font-weight:800;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.marketplaceFavorite{position:absolute;right:13px;top:13px;color:#fff;filter:drop-shadow(0 1px 4px rgba(0,0,0,.45))}.marketplaceCardBody{padding:15px}.marketplaceCardBody h3{font-size:16px;margin:6px 0 14px;line-height:1.3}.marketplacePrice{font-size:21px}.marketplaceMeta{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--muted);font-size:12px}.marketplaceMeta span{display:inline-flex;align-items:center;gap:4px}.marketplaceState{min-height:220px;display:grid;place-items:center;align-content:center;text-align:center;gap:10px;color:var(--muted)}.marketplaceBreadcrumb{color:var(--muted);margin:0 0 16px;font-size:13px}.marketplaceDetailGrid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.75fr);gap:24px}.marketplaceGallery,.marketplaceBuyBox,.marketplaceDescription,.marketplaceEditor,.marketplaceThreads article{border:1px solid var(--line);border-radius:24px;background:var(--surface);box-shadow:0 14px 45px #0f172a0f}.marketplaceGallery{padding:14px}.marketplaceGalleryMain{height:min(62vh,620px);overflow:hidden;border-radius:17px;background:var(--page)}.marketplaceGalleryMain img{width:100%;height:100%;object-fit:contain}.marketplaceThumbs{display:flex;gap:9px;overflow:auto;padding-top:10px}.marketplaceThumbs button{width:72px;height:62px;border:2px solid transparent;border-radius:11px;overflow:hidden;padding:0;background:var(--page)}.marketplaceThumbs button.active{border-color:var(--primary)}.marketplaceThumbs img{width:100%;height:100%;object-fit:cover}.marketplaceBuyBox{padding:24px;align-self:start;position:sticky;top:110px}.marketplaceDetailCondition{display:inline-flex;padding:6px 10px;border-radius:999px;background:color-mix(in srgb,var(--primary) 12%,var(--surface));color:var(--primary);font-size:12px;font-weight:800}.marketplaceBuyBox h1{font-size:30px;line-height:1.1;margin:14px 0}.marketplaceDetailPrice{display:block;font-size:34px;margin-bottom:16px}.marketplaceLocation{display:flex;align-items:center;gap:8px;color:var(--muted);padding-bottom:18px;border-bottom:1px solid var(--line)}.marketplaceSeller{display:grid;grid-template-columns:46px 1fr;gap:12px;align-items:center;padding:18px 0}.marketplaceSellerAvatar{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:color-mix(in srgb,var(--primary) 13%,var(--surface));color:var(--primary)}.marketplaceSeller>div:last-child{display:grid;gap:2px}.marketplaceSeller strong{display:flex;align-items:center;gap:6px}.marketplaceSeller span,.marketplaceSeller small{color:var(--muted)}.marketplaceBuyBox textarea{width:100%;border:1px solid var(--line);border-radius:13px;background:var(--page);color:var(--text);padding:11px;margin:4px 0 10px}.marketplaceBuyBox .primaryButton{width:100%;display:flex;justify-content:center;gap:8px}.marketplacePhone{display:flex;justify-content:center;margin-bottom:12px}.marketplaceMiniActions{display:flex;justify-content:space-between;gap:8px;margin-top:10px}.marketplaceMiniActions button{display:flex;align-items:center;gap:6px;border:0;background:transparent;color:var(--muted);padding:8px}.marketplaceDescription{margin-top:22px;padding:26px}.marketplaceDescription p{white-space:pre-wrap;line-height:1.65;color:var(--muted)}.marketplaceFacts{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:20px}.marketplaceFacts span{display:grid;gap:4px;padding:13px;border-radius:13px;background:var(--page)}.marketplaceFacts strong{font-size:11px;text-transform:uppercase;color:var(--muted)}.marketplaceSellerHero{align-items:center}.marketplaceSellerTabs{display:flex;gap:7px;flex-wrap:wrap}.marketplaceSellerTabs button{border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:11px;padding:9px 12px;display:inline-flex;align-items:center;gap:5px}.marketplaceSellerTabs button.active{background:var(--primary);color:#fff;border-color:transparent}.marketplaceManageGrid{display:grid;gap:12px;margin-top:20px}.marketplaceManageCard{display:grid;grid-template-columns:110px 1fr auto;gap:16px;align-items:center;padding:12px;border:1px solid var(--line);border-radius:18px;background:var(--surface)}.marketplaceManageCard>img,.marketplaceManageCard>.marketplaceImageFallback{width:110px;height:90px;border-radius:12px;object-fit:cover}.marketplaceManageCard>div:nth-child(2){display:grid;gap:3px}.marketplaceManageCard h3{margin:0}.marketplaceManageCard small{color:var(--muted)}.marketplaceStatus{width:max-content;padding:4px 7px;border-radius:999px;background:var(--page);font-size:10px;font-weight:800;text-transform:uppercase}.marketplaceStatus-published{background:#dff8ea;color:#087441}.marketplaceStatus-pending{background:#fff4ce;color:#765500}.marketplaceStatus-rejected{background:#fee8e7;color:#a02a23}.marketplaceManageActions{display:flex;gap:7px;align-items:center;flex-wrap:wrap}.marketplaceManageActions a,.marketplaceManageActions button{border:1px solid var(--line);background:transparent;color:var(--text);border-radius:9px;padding:7px 9px;text-decoration:none;display:flex;align-items:center;gap:4px}.marketplaceEditor{margin-top:20px;padding:24px}.marketplaceEditorGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.marketplaceEditorGrid label{display:grid;gap:6px;font-size:12px;font-weight:800}.marketplaceEditorGrid input,.marketplaceEditorGrid select,.marketplaceEditorGrid textarea{background:var(--page);border:1px solid var(--line);border-radius:11px;color:var(--text);padding:10px 11px}.marketplaceEditorGrid .wide{grid-column:1/-1}.marketplacePhotoPicker{padding:18px;border:1px dashed color-mix(in srgb,var(--primary) 45%,var(--line));border-radius:15px;background:color-mix(in srgb,var(--primary) 5%,var(--surface))}.marketplacePhotoPicker input{background:transparent}.marketplaceCheckbox{display:flex!important;grid-template-columns:auto 1fr;align-items:center}.marketplaceCheckbox input{width:auto}.marketplaceEditor>.primaryButton{margin-top:18px}.marketplaceThreads{display:grid;gap:14px;margin-top:20px}.marketplaceThreads article{padding:16px}.marketplaceThreads article>div:first-child{display:grid;grid-template-columns:48px 1fr auto;gap:10px;align-items:center}.marketplaceThreads img{width:48px;height:48px;border-radius:10px;object-fit:cover}.marketplaceThreads article>div:first-child>div{display:grid}.marketplaceThreads span{color:var(--muted);font-size:12px}.marketplaceThreadMessages{display:flex;flex-direction:column;gap:6px;margin-top:12px}.marketplaceThreadMessages p{width:min(80%,680px);padding:9px 11px;margin:0;border-radius:12px;background:var(--page);display:grid;gap:4px}.marketplaceThreadMessages p.out{align-self:flex-end;background:color-mix(in srgb,var(--primary) 12%,var(--surface))}.marketplaceThreadMessages small{font-size:10px;color:var(--muted)}@media(max-width:1000px){.marketplaceGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.marketplaceFilterBar{grid-template-columns:repeat(3,1fr)}.marketplaceDetailGrid{grid-template-columns:1fr}.marketplaceBuyBox{position:static}.marketplaceHero,.marketplaceSellerHero{align-items:flex-start;flex-direction:column}.marketplaceManageCard{grid-template-columns:90px 1fr}.marketplaceManageActions{grid-column:1/-1}.marketplaceManageCard>img,.marketplaceManageCard>.marketplaceImageFallback{width:90px;height:80px}}@media(max-width:700px){.marketplacePage,.marketplaceDetail,.marketplaceSellerPage{padding-top:18px}.marketplaceHero,.marketplaceSellerHero{padding:22px;border-radius:20px}.marketplaceSearch{grid-template-columns:auto 1fr}.marketplaceSearch button{grid-column:1/-1}.marketplaceFilterBar{grid-template-columns:1fr 1fr}.marketplaceGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.marketplaceCardImage{height:165px}.marketplaceCardBody{padding:11px}.marketplaceMeta{display:grid}.marketplaceDetailGrid{gap:12px}.marketplaceGalleryMain{height:390px}.marketplaceBuyBox,.marketplaceDescription,.marketplaceEditor{padding:17px;border-radius:18px}.marketplaceFacts,.marketplaceEditorGrid{grid-template-columns:1fr}.marketplaceSellerTabs{width:100%;overflow:auto;flex-wrap:nowrap}.marketplaceSellerTabs button{white-space:nowrap}.marketplaceManageCard{grid-template-columns:76px 1fr}.marketplaceManageCard>img,.marketplaceManageCard>.marketplaceImageFallback{width:76px;height:70px}.marketplaceHeading{align-items:flex-start;flex-direction:column;gap:5px}}@media(max-width:430px){.marketplaceGrid{grid-template-columns:1fr}.marketplaceCardImage{height:230px}.marketplaceFilterBar{grid-template-columns:1fr}}.marketplaceThreadReply{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:10px}.marketplaceThreadReply input{min-width:0;border:1px solid var(--line);border-radius:11px;background:var(--page);color:var(--text);padding:10px 11px}.marketplaceThreadReply .primaryButton{padding:9px 14px}.marketplaceQuotaBar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0 0 20px}.marketplaceQuotaBar>div{padding:15px 16px;border:1px solid var(--border-color, var(--line));border-radius:16px;background:var(--surface-color, var(--surface))}.marketplaceQuotaBar span,.marketplaceQuotaBar strong,.marketplaceQuotaBar small{display:block}.marketplaceQuotaBar span{color:var(--muted-color, var(--muted));font-size:11px}.marketplaceQuotaBar strong{margin:6px 0 3px;color:var(--text-color, var(--text));font-size:20px}.marketplaceQuotaBar small{color:var(--muted-color, var(--muted));font-size:10px}.marketplaceLimitNotice{display:flex;flex-direction:column;gap:5px;margin:0 0 16px;padding:14px 16px;border:1px solid color-mix(in srgb,#d97706 40%,var(--border-color, var(--line)));border-radius:14px;background:color-mix(in srgb,#d97706 7%,var(--surface-color, var(--surface)))}.marketplaceLimitNotice strong{color:var(--text-color, var(--text))}.marketplaceLimitNotice span{color:var(--muted-color, var(--muted));font-size:12px;line-height:1.5}.marketplaceRulesConsent{display:flex!important;flex-direction:row!important;align-items:flex-start;gap:10px;padding:13px 14px;border:1px solid var(--border-color, var(--line));border-radius:13px;background:var(--surface-soft, var(--surface))}.marketplaceRulesConsent input{width:18px;height:18px;flex:0 0 auto;margin-top:1px;accent-color:var(--primary-color, var(--primary))}.marketplaceRulesConsent span{color:var(--muted-color, var(--muted));font-size:12px;line-height:1.5}@media(max-width:720px){.marketplaceQuotaBar{grid-template-columns:1fr}}.storeTemplate-marketplace .marketplaceHeroWrap{max-width:1180px;margin:18px auto 0;padding:0 20px}.storeTemplate-marketplace .marketplaceHeroWrap .homepageHero,.storeTemplate-marketplace .marketplaceHeroWrap .heroSection,.storeTemplate-marketplace .marketplaceHeroWrap [class*=hero]{border-radius:14px}.storeTemplate-marketplace .catalogSection{padding-top:22px}.storeTemplate-marketplace .catalogSection>.container{max-width:1180px}.storeTemplate-marketplace .catalogHeading{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,520px);align-items:end;gap:18px;margin-bottom:14px}.storeTemplate-marketplace .catalogHeading h2{font-size:clamp(26px,3vw,38px);margin-bottom:2px}.storeTemplate-marketplace .catalogHeading p,.storeTemplate-marketplace .catalogHeading .eyebrow{font-size:12px}.storeTemplate-marketplace .smartSearch,.storeTemplate-marketplace .searchBox{width:100%}.storeTemplate-marketplace .searchBox{min-height:44px;border-radius:8px}.storeTemplate-marketplace .catalogLayout{grid-template-columns:238px minmax(0,1fr);gap:16px;align-items:start}.storeTemplate-marketplace .catalogFilters{border-radius:10px;overflow:hidden;position:sticky;top:96px;box-shadow:none}.storeTemplate-marketplace .filterSection{padding:14px 15px}.storeTemplate-marketplace .filterSection h3{font-size:12px;margin-bottom:10px;letter-spacing:.02em}.storeTemplate-marketplace .filterCheck{min-height:31px;gap:8px;font-size:13px}.storeTemplate-marketplace .filterCheck small{margin-left:auto;font-size:11px;opacity:.68}.storeTemplate-marketplace .priceInputs input,.storeTemplate-marketplace .compactSelect select{min-height:36px;border-radius:7px}.storeTemplate-marketplace .catalogContextBar,.storeTemplate-marketplace .catalogControlBar{border-radius:9px;min-height:48px;padding:8px 11px}.storeTemplate-marketplace .catalogControlBar{margin-bottom:12px}.storeTemplate-marketplace .resultRange,.storeTemplate-marketplace .compactSelect span{font-size:11px}.storeTemplate-marketplace .productGrid:not(.listView){grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.storeTemplate-marketplace .productCard{border-radius:9px;box-shadow:none}.storeTemplate-marketplace .productCard:hover{transform:translateY(-2px)}.storeTemplate-marketplace .productCardImage,.storeTemplate-marketplace .productImage,.storeTemplate-marketplace .productMedia{border-radius:8px 8px 0 0}.storeTemplate-marketplace .productCardContent,.storeTemplate-marketplace .productCardBody{padding:10px 11px 12px}.storeTemplate-marketplace .catalogPagination{margin-top:18px}.storeTemplate-marketplace .catalogPagination button{min-width:34px;height:34px;border-radius:7px}@media(max-width:1120px){.storeTemplate-marketplace .productGrid:not(.listView){grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.storeTemplate-marketplace .catalogHeading,.storeTemplate-marketplace .catalogLayout{grid-template-columns:1fr}.storeTemplate-marketplace .catalogFilters{position:fixed;top:0}.storeTemplate-marketplace .productGrid:not(.listView){grid-template-columns:repeat(2,minmax(0,1fr))}.storeTemplate-marketplace .marketplaceHeroWrap{padding:0 14px;margin-top:12px}}@media(max-width:560px){.storeTemplate-marketplace .catalogSection{padding-top:14px}.storeTemplate-marketplace .productGrid:not(.listView){gap:9px}.storeTemplate-marketplace .catalogControlGroup{gap:6px}}
