:root{--bg:#f6f5fd;--panel:#fff;--text:#1d2334;--muted:#68708a;--line:#e4e7f2;--accent:#7c3aed;--accent-soft:#f2eaff;--shadow:0 14px 34px rgba(45,36,89,.08)}*{box-sizing:border-box}body,html{padding:0;margin:0;background:radial-gradient(90% 50% at 10% -10%,rgba(167,139,250,.2) 0,rgba(246,245,253,0) 60%),radial-gradient(80% 40% at 95% 10%,rgba(244,114,182,.14) 0,rgba(246,245,253,0) 64%),linear-gradient(180deg,#fdfcff,#f6f7fc 62%,#f3f5fb);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial}a{color:inherit;text-decoration:none}.container{max-width:1360px;margin:0 auto;padding:0 24px}.header{position:-webkit-sticky;position:sticky;top:0;-webkit-backdrop-filter:saturate(180%) blur(14px);backdrop-filter:saturate(180%) blur(14px);background:rgba(252,250,255,.78);border-bottom:1px solid #e6dff7;z-index:30}.headerShell{display:flex;flex-direction:column;gap:10px;min-height:74px;padding-top:8px;padding-bottom:10px}.headerTopRow{width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px}.headerBrandWrap{display:flex;flex-direction:column;gap:4px}.headerBrandPremium{position:relative;padding-left:10px}.headerBrandPremium:before{content:"";position:absolute;left:0;top:4px;bottom:4px;width:3px;border-radius:999px;background:linear-gradient(180deg,#7c3aed,#ec4899)}.brand{font-weight:900;letter-spacing:.2px;line-height:1;font-size:clamp(36px,2.4vw,24px)}.brandRow{display:inline-flex;align-items:center;gap:10px}.brandLogo{width:80px;height:80px;border-radius:32px;object-fit:cover;border:1px solid #d8ddef;background:#fff;box-shadow:0 8px 14px rgba(42,38,83,.12)}.brandSub{color:#606a84;font-size:20px;letter-spacing:.25px}.nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;font-size:18px;color:var(--muted)}.headerMobileActions{display:none;align-items:center;gap:8px}.navPremium a,.navPremium button{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 12px;border:1px solid #e3e4f2;border-radius:999px;transition:all .18s ease;background:hsla(0,0%,100%,.72);color:#5f6783}.navPremium a:hover,.navPremium button:hover{color:var(--text);border-color:#d2c0f8;background:#f4efff;transform:translateY(-1px)}.cartNavLink{background:linear-gradient(145deg,#f2ebff,#ffeef7)!important;border-color:#d5c1ff!important;color:#602fc5!important;font-weight:700}.cartNavLink:hover{border-color:#b995ff!important;color:#4f21aa!important}.cartNavLink,.navPremium button{cursor:pointer;font:inherit}.cartNavLink{border-width:1px}.cartNavCompact{min-width:48px;justify-content:center;padding:0 10px!important}.navBadge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#fff;border:1px solid #cfb2ff;color:#5f2dc2;font-size:11px;font-weight:800;margin-left:6px;line-height:1;box-shadow:0 6px 12px rgba(102,51,204,.18)}.headerSearchRow{width:100%}.globalSearch{width:100%;display:flex;align-items:center;gap:8px}.headerSearchWrap{padding:7px;border:1px solid #e2dcf6;border-radius:16px;background:linear-gradient(145deg,rgba(248,245,255,.95),rgba(255,249,252,.95));box-shadow:0 10px 22px rgba(55,45,100,.08)}.globalSearchInput{background:#fff;border-color:#d6daf0;min-height:42px;border-radius:11px}.globalSearchSubmit{min-height:42px;padding-left:16px;padding-right:16px;white-space:nowrap;border-radius:11px}.globalSearch.compact .globalSearchInput,.globalSearch.compact .globalSearchSubmit{min-height:40px}.mobileMenuToggle{min-height:40px;min-width:40px;border-radius:11px;border:1px solid #d8ccf6;background:linear-gradient(145deg,#f4ecff,#ffeef8);color:#5a2abc;font-weight:800;font-size:18px;cursor:pointer}.mobileMenuLink,.mobileMenuPanel,.mobileMenuPanel.is-open{display:none}.main{padding:24px 16px 80px}.footer{border-top:1px solid #e5daf9;margin-top:18px;background:radial-gradient(90% 90% at 10% 0,rgba(167,139,250,.18) 0,hsla(0,0%,100%,0) 55%),linear-gradient(180deg,#f4f0ff,#fafaff);color:var(--muted)}.footerShell{display:grid;grid-template-columns:1.2fr .9fr .9fr;grid-gap:18px;gap:18px;padding-top:26px;padding-bottom:18px}.footerCol h3,.footerCol h4{margin:0 0 10px;color:var(--text)}.footerBrandBadge{display:inline-flex;margin-bottom:10px;padding:5px 10px;border-radius:999px;border:1px solid #d4c0ff;color:#63c;font-size:11px;text-transform:uppercase;letter-spacing:.45px;font-weight:700;background:#f5eefe}.footerBrand p{max-width:48ch;line-height:1.5;margin:0}.footerBottom{display:flex;justify-content:space-between;gap:10px;padding:14px 16px 20px;border-top:1px solid var(--line);flex-wrap:wrap}.footerInternalAccess{display:flex;align-items:center;gap:6px;min-width:140px}.footerInternalLink{color:var(--muted);font-size:12px;padding:0;margin:0}.footerInternalLink:focus-visible,.footerInternalLink:hover{color:var(--text)}.small{font-size:12px}.card{background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:16px;box-shadow:var(--shadow)}.grid{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:14px;gap:14px}.col-4{grid-column:span 4}.col-6{grid-column:span 6}.col-12{grid-column:span 12}@media (max-width:900px){.col-4,.col-6{grid-column:span 12}.nav{gap:10px}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,#7c3aed,#ec4899);color:#fff;font-weight:700;border:none;padding:10px 14px;border-radius:12px;cursor:pointer;box-shadow:0 8px 16px rgba(124,58,237,.25);transition:transform .18s ease,filter .18s ease,box-shadow .18s ease}.btn:hover{transform:translateY(-1px);filter:brightness(1.03);box-shadow:0 12px 24px rgba(124,58,237,.3)}.btn:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(124,58,237,.2),0 10px 20px rgba(124,58,237,.28)}.btn.secondary{background:#fff;color:var(--text);border:1px solid #d9dced;box-shadow:none}.btn.secondary:hover{border-color:#cfc5eb;background:#f8f6ff}.input{width:100%;padding:10px 12px;border-radius:12px;border:1px solid #d9dced;background:#fff;color:var(--text);transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.input:focus{outline:none;border-color:#b997ff;box-shadow:0 0 0 3px rgba(124,58,237,.14)}.muted{color:var(--muted)}.row{display:flex;gap:10px;align-items:center}.heading-reset{margin:0}.heading-top-reset{margin-top:0}.text-capitalize{text-transform:capitalize}.row-wrap,.row-wrap-gap{flex-wrap:wrap}.row-wrap-gap{gap:10px}.tag{display:inline-flex;padding:4px 10px;border:1px solid #dddff0;border-radius:999px;font-size:12px;color:#6f7690;background:#fafaff}.categoryChipRow{margin-top:10px}.categoryChip{text-transform:capitalize;border-color:#d9ddf0;background:#fff;color:#5f6580;transition:all .16s ease}.categoryChip:hover{border-color:#c9cff1;background:#f6f8ff;color:#2c3350;transform:translateY(-1px)}.categoryChipActive{border-color:#cbb3ff;background:#f3ecff;color:#6432c8;font-weight:700}.hr{height:1px;background:var(--line);margin:14px 0}.homePage{display:flex;flex-direction:column;gap:18px}.homeSection{padding:22px}.homeSectionSoft{background:linear-gradient(150deg,#fbf8ff,#f6f8ff 60%,#fff8fc);border-color:#e5dcf9}.homeSectionFeatured{background:linear-gradient(160deg,#fffefe,#f8f8ff 55%,#fff6fb);border-color:#ebe3f8}.homeHero{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px;padding:24px 26px;background:radial-gradient(88% 110% at 0 0,rgba(150,122,244,.24) 0,rgba(252,247,255,0) 58%),radial-gradient(92% 120% at 100% 100%,rgba(244,114,182,.14) 0,rgba(252,247,255,0) 62%),linear-gradient(148deg,#fefbff,#f8f8ff 52%,#fff7fb);border:1px solid #e6dcfb;border-radius:22px;box-shadow:0 18px 36px rgba(63,47,110,.08),inset 0 0 0 1px hsla(0,0%,100%,.36);overflow:hidden;position:relative}.homeHeroLead{grid-column:1/-1;display:grid;grid-gap:12px;gap:12px;padding:2px 4px 8px;align-content:start}.homeHeroLead h1{margin:0;font-size:clamp(28px,3.6vw,34px);line-height:1.09;letter-spacing:-.34px;max-width:36ch;color:#212741}.homeHeroLead p{margin:0;color:#5f6884;max-width:90ch;line-height:1.68;font-size:26px}.heroInfoCard{background:hsla(0,0%,100%,.84);border:1px solid #e2def4;border-radius:14px;padding:15px 14px;box-shadow:0 10px 20px rgba(60,52,95,.08);display:grid;grid-gap:4px;gap:4px}.heroInfoEyebrow{display:inline-flex;font-size:14px;text-transform:uppercase;letter-spacing:.48px;color:#6b38cc;font-weight:700}.heroInfoCard strong{display:block;margin:4px 0;font-size:clamp(24px,1.35vw,18px);line-height:1.28;color:#242a43}.heroInfoCard p{margin:0;color:#5f6986;font-size:18px;line-height:1.5}.sectionHeader{margin-bottom:14px}.sectionHeader.center{text-align:center}.sectionEyebrow{display:inline-block;margin-bottom:8px;color:#7c3aed;font-size:12px;letter-spacing:.8px;text-transform:uppercase;font-weight:700}.sectionTitle{margin:0;font-size:clamp(24px,3vw,36px);letter-spacing:-.3px}.sectionSubtitle{margin:8px 0 0;color:var(--muted);line-height:1.5;font-size:18px}.homeCategoryGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.homeCategoryCard{background:#fff;border:1px solid #e2e5f3;border-radius:14px;padding:14px;display:flex;flex-direction:column;gap:10px;box-shadow:0 8px 16px rgba(42,50,84,.05)}.homeCategoryCard h3{margin:0;font-size:18px}.homeCategoryCard p{margin:0;color:var(--muted);min-height:42px;line-height:1.45}.quoteSteps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.quoteStepItem{display:flex;gap:12px;padding:14px;border:1px solid #e2e6f3;border-radius:14px;background:#fff;box-shadow:0 8px 16px rgba(66,56,111,.06)}.quoteStepNumber{width:28px;height:28px;border-radius:999px;border:1px solid #cfb8ff;display:inline-flex;align-items:center;justify-content:center;font-weight:700;color:#7c3aed;flex:0 0 auto;margin-top:2px;background:#f5eeff}.quoteStepContent{display:grid;grid-gap:6px;gap:6px}.quoteStepIcon{display:inline-flex;width:28px;height:28px;border-radius:10px;align-items:center;justify-content:center;background:#f7f1ff;border:1px solid #dccaff}.quoteStepItem h3{margin:0;font-size:24px}.quoteStepItem p{margin:6px 0 0;color:var(--muted);line-height:1.45;font-size:18px}.homeProductGrid{margin-top:8px}.emptyFeatured{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px;border-style:dashed;background:linear-gradient(145deg,#fcfbff,#f8f9ff)}.homeFooterBlock{display:grid;grid-template-columns:1.2fr .8fr .8fr;grid-gap:16px;gap:16px}.homeFooterBlock h3,.homeFooterBlock h4{margin:0 0 8px}.footerLinks{display:flex;flex-direction:column;gap:6px;color:var(--muted)}.footerLinkItem{display:inline-flex;align-items:center;gap:6px;border-radius:8px;padding:2px 4px;margin-left:-4px;width:max-content;max-width:100%}.footerLinkItem:hover{color:var(--text);background:#f3f4fd}.footerLinkItem:focus-visible{outline:2px solid #cbb3ff;outline-offset:2px;color:var(--text);background:#f3f4fd}.socialIcon{width:16px;height:16px;color:currentColor;flex:0 0 auto}.productCard{display:flex;flex-direction:column;gap:14px;padding:12px;border-radius:18px;background:linear-gradient(180deg,#fff,#fbfbff);border-color:#e3e6f5;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.productCard:hover{transform:translateY(-3px);border-color:#dccbf7;box-shadow:0 18px 30px rgba(65,52,109,.12)}.productCardLink{display:grid;grid-gap:14px;gap:14px;color:inherit;text-decoration:none;border-radius:14px;cursor:pointer}.productCardLink:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(124,58,237,.2),0 10px 22px rgba(75,57,136,.18)}.productCard:hover .productCardMediaHint{background:rgba(25,31,52,.68)}.productCard:hover .productTitle{color:#272f4b}.productCardMedia{position:relative;border-radius:14px;border:1px solid #dfe3f3;min-height:170px;background:radial-gradient(80% 70% at 50% 20%,rgba(167,139,250,.28) 0,rgba(219,193,255,.08) 65%),linear-gradient(150deg,#f4f0ff,#eef4ff 60%,#fff0f8);display:flex;align-items:flex-end;justify-content:space-between;padding:12px}.productCardMedia:before{content:"";box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.02);pointer-events:none}.productCardImage,.productCardMedia:before{position:absolute;inset:0;border-radius:14px}.productCardImage{width:100%;height:100%;min-height:170px;object-fit:contain;object-position:center center}.productCardMediaLabel{color:#615f80;background:hsla(0,0%,100%,.85);border:1px solid #d7ddef;border-radius:999px}.productCardMediaHint,.productCardMediaLabel{font-size:11px;padding:5px 10px;letter-spacing:.25px}.productCardMediaHint{position:relative;margin-left:auto;color:#fff;background:rgba(25,31,52,.58);border:1px solid hsla(0,0%,100%,.3);border-radius:999px}.productCardBody{display:flex;flex-direction:column;gap:10px}.productCardMeta{display:flex;flex-wrap:wrap;gap:8px}.productBadge{display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;border:1px solid #d1c0ff;background:#f4eeff;color:#6b35cf;font-size:11px;font-weight:700;letter-spacing:.35px;text-transform:uppercase}.productBadge.subtle{border-color:#dfe3f1;background:#f9faff;color:var(--muted);font-weight:600}.productBadge.signal{border-color:#d7deef;background:#f8f9ff;color:#4d5779}.productBadge.signal-available{background:#eef9f2;border-color:#b6e2c4;color:#237447}.productBadge.signal-low{background:#fff7e9;border-color:#f1d39d;color:#996918}.productBadge.signal-out{background:#fff0f2;border-color:#f2b8c1;color:#b03f52}.productBadge.signal-check{background:#eef3ff;border-color:#bfd0ff;color:#3759b7}.productTitle{margin:0;font-size:clamp(18px,2.2vw,21px);line-height:1.22;letter-spacing:-.2px}.productDescription{margin:0;color:var(--muted);min-height:44px;line-height:1.45;font-size:14px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.productCommercialMeta{display:grid;grid-gap:4px;gap:4px;min-height:42px}.productWholesaleHint{color:#6b2cc6}.productActions{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding-top:2px}.productActions .btn{min-width:150px}.productDetail{display:flex;flex-direction:column;gap:16px}.productDetailTop{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);grid-gap:20px;gap:20px;padding:18px;background:radial-gradient(120% 80% at 5% 0,rgba(171,144,255,.16) 0,hsla(0,0%,100%,0) 56%),linear-gradient(145deg,#fffefe,#f8f8ff 60%,#fff6fb);border-color:#e8e2f8;box-shadow:0 16px 34px rgba(54,44,98,.08)}.productGallery{display:grid;grid-gap:12px;gap:12px}.productGalleryViewport{display:grid;grid-template-columns:82px minmax(0,1fr);align-items:stretch;grid-gap:12px;gap:12px}.productDetailMedia{border-radius:16px;overflow:hidden;border:1px solid #dfe3f3;background:#f4f6ff;min-height:320px;height:clamp(350px,56vh,560px)}.productDetailMediaPremium{position:relative;border:1px solid #d8deef;background:radial-gradient(85% 125% at 0 0,rgba(167,139,250,.24) 0,hsla(0,0%,100%,0) 58%),linear-gradient(160deg,#f7f4ff,#eef5ff 56%,#fff4fa);box-shadow:0 16px 30px rgba(58,45,101,.13),0 8px 16px rgba(43,61,118,.08),inset 0 0 0 1px hsla(0,0%,100%,.58);transition:border-color .24s ease,box-shadow .24s ease}.productDetailImage{display:block;width:100%;height:100%;object-fit:contain;background:#f8faff;transform:scale(1);transition:opacity .26s ease,transform .46s cubic-bezier(.22,1,.36,1),filter .26s ease}.productDetailImage.is-loading{opacity:.3;transform:scale(1.01);filter:saturate(.9)}.productDetailMediaPremium.is-interactive:hover{border-color:#cbb5f6;box-shadow:0 18px 34px rgba(58,45,101,.16),0 10px 20px rgba(98,80,171,.13),inset 0 0 0 1px hsla(0,0%,100%,.6)}.productDetailMediaPremium.is-interactive:hover .productDetailImage:not(.is-loading){transform:scale(1.065)}@media (hover:none),(pointer:coarse){.productDetailMediaPremium.is-interactive:hover .productDetailImage:not(.is-loading){transform:scale(1)}}.productGalleryNav{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:999px;border:1px solid hsla(0,0%,100%,.6);background:rgba(23,29,46,.42);color:#fff;font-size:24px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background-color .16s ease,transform .16s ease,border-color .16s ease;z-index:2}.productGalleryPrev{left:10px}.productGalleryNext{right:10px}.productGalleryNav:hover{background:rgba(18,24,41,.62);border-color:hsla(0,0%,100%,.8)}.productGalleryNav:focus-visible{outline:none;box-shadow:0 0 0 3px hsla(0,0%,100%,.3),0 0 0 6px rgba(124,58,237,.24)}.productGalleryCounter{position:absolute;right:10px;bottom:10px;display:inline-flex;align-items:center;justify-content:center;padding:4px 9px;border-radius:999px;border:1px solid hsla(0,0%,100%,.58);background:rgba(26,30,47,.48);color:#fff;font-size:11px;font-weight:700;letter-spacing:.2px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.productGalleryHint{margin:2px 2px 0;color:#6b7291}.productThumbGrid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:9px;gap:9px;padding:6px;border-radius:14px;border:1px solid #e2e6f3;background:linear-gradient(180deg,#fff,#f8faff)}.productThumbRail{grid-template-columns:1fr;grid-auto-rows:minmax(70px,1fr);max-height:clamp(350px,56vh,560px);overflow:auto;padding:7px;gap:8px}.productThumbBtn{position:relative;border:1px solid #d6dcef;border-radius:12px;background:#fff;padding:0;overflow:hidden;cursor:pointer;min-height:78px;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease,background-color .2s ease}.productThumbRail .productThumbBtn{min-height:72px}.productThumbBtn:hover{border-color:#c8b2f6;box-shadow:0 12px 18px rgba(64,52,111,.14);transform:translateY(-1.5px)}.productThumbBtn.is-active{border-color:#a981f1;box-shadow:0 0 0 2px rgba(124,58,237,.18),0 0 0 5px rgba(124,58,237,.08),0 12px 20px rgba(63,48,112,.18);background:linear-gradient(180deg,#fdfbff,#faf6ff)}.productThumbBtn.is-active:after{content:"";position:absolute;left:10px;right:10px;bottom:7px;height:3px;border-radius:999px;background:linear-gradient(90deg,#8b5cf6,#7c3aed);box-shadow:0 3px 10px rgba(124,58,237,.4)}.productThumbImage{width:100%;height:100%;object-fit:cover;display:block;min-height:74px}.productThumbFallback{min-height:74px;font-size:11px;font-weight:700;letter-spacing:.25px;color:#6c738d;background:linear-gradient(160deg,#f5f6fd,#eef1fb)}.productDetailPlaceholder,.productThumbFallback{display:flex;height:100%;align-items:center;justify-content:center}.productDetailPlaceholder{min-height:360px;padding:16px;text-align:center;color:#6f7690;background:radial-gradient(70% 70% at 50% 20%,rgba(176,142,255,.35) 0,rgba(238,226,255,.12) 65%),linear-gradient(160deg,#f5efff,#eef4ff 62%,#fff4fa)}.productDetailPlaceholderInline{min-height:100%;border-radius:16px;border:1px dashed #d6ddee;background:radial-gradient(80% 110% at 10% 0,rgba(167,139,250,.18) 0,hsla(0,0%,100%,0) 60%),linear-gradient(160deg,#faf7ff,#f1f6ff 58%,#fff8fc)}.productDetailPlaceholder span{border:1px solid #d7ddef;border-radius:999px;padding:7px 13px;font-size:12px;font-weight:600;color:#596081;background:hsla(0,0%,100%,.82);box-shadow:0 8px 18px rgba(73,61,124,.08)}.productDetailSummary{display:flex;flex-direction:column;gap:13px;padding:2px}.productDetailEyebrow{letter-spacing:.8px;font-size:11px}.productDetailTitle{margin:0;font-size:clamp(32px,4.4vw,46px);line-height:1.03;letter-spacing:-.5px;overflow-wrap:anywhere;color:#1f2130}.productDetailTags{display:flex;flex-wrap:wrap;gap:8px;margin-top:2px}.productDetailTags .tag{background:#fff;border-color:#dde3f2;color:#505776;font-weight:600}.detailSignal{font-weight:700}.detailSignal-available{border-color:#b6e2c4;color:#237447;background:#eef9f2}.detailSignal-low{border-color:#f1d39d;color:#996918;background:#fff7e9}.detailSignal-out{border-color:#f2b8c1;color:#b03f52;background:#fff0f2}.detailSignal-check{border-color:#bfd0ff;color:#3759b7;background:#eef3ff}.productDetailCommercial{display:flex;flex-direction:column;gap:6px;padding:12px 14px;border-color:#e2e4f4;background:linear-gradient(180deg,#fff,#fafbff)}.productCommercialMetaGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px 12px;gap:8px 12px}.productCommercialMetaGrid span strong{display:inline-block;margin-right:6px;color:#333a58;font-weight:700}.productCopyStack{display:grid;grid-gap:10px;gap:10px}.productDetailDescription{background:#f8f9ff;border-radius:14px;padding:14px;border:1px solid #e3e8f4}.productDetailDescriptionShort{background:linear-gradient(165deg,#fbf9ff,#f4f7ff)}.productDetailDescription h2{margin:0 0 8px;font-size:16px;letter-spacing:.1px;color:#2f3656}.productDetailDescription p{margin:0;line-height:1.58;color:#5f6886}.productActionPanel{display:grid;grid-gap:10px;gap:10px;padding:14px;border-color:#d8ccf7;background:radial-gradient(90% 80% at 0 0,rgba(139,92,246,.16) 0,hsla(0,0%,100%,0) 60%),linear-gradient(145deg,#f8f2ff,#fff3f9);box-shadow:0 12px 24px rgba(103,66,174,.12)}.productActionLead{display:grid;grid-gap:4px;gap:4px}.productActionLead strong{font-size:15px;color:#2d2e4d;letter-spacing:.1px}.productActionPanel .btn{min-height:46px;font-weight:700;box-shadow:0 10px 20px rgba(65,47,121,.16)}.productTrustPanel{padding:13px 14px;border-color:#e3e6f3;background:linear-gradient(180deg,#fff,#f8faff)}.productTrustPanel h3{margin:0 0 8px;font-size:14px;letter-spacing:.2px;color:#333b5a}.productTrustList{display:grid;grid-gap:6px;gap:6px;color:#5a6482;font-size:12px}.productTrustList span{position:relative;padding-left:14px;line-height:1.45}.productTrustList span:before{content:"";position:absolute;left:0;top:.45em;width:7px;height:7px;border-radius:999px;background:linear-gradient(135deg,#8b5cf6,#ec4899);box-shadow:0 1px 6px rgba(124,58,237,.38)}.catalogPage{row-gap:16px}.categoryHero{background:linear-gradient(150deg,#faf5ff,#f4f8ff 58%,#fff6fb);border-color:#e5dbf8}.categoryEmpty{border-style:dashed;background:linear-gradient(145deg,#fcfcff,#f8f9ff)}.catalogToolbar{padding:14px}.catalogFilters{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:10px;gap:10px;align-items:end}.catalogField{display:grid;grid-gap:6px;gap:6px}.catalogActions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.catalogHint{margin:10px 0 0}.productVariantsSection{padding:16px}.productVariantsHeader{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin-bottom:12px;flex-wrap:wrap}.productVariantsHeader h2{margin:0;font-size:24px;letter-spacing:-.2px}.productVariantsGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.variantCard{border:1px solid #e1e5f2;border-radius:14px;background:#fff;padding:14px;display:flex;flex-direction:column;gap:12px}.variantCardHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.variantCardHeader h3{margin:0;font-size:17px;line-height:1.3}.variantStock{display:inline-flex;align-items:center;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:700;letter-spacing:.25px;border:1px solid transparent;white-space:nowrap}.variantStock.in{background:#edf9f1;border-color:#98d9b0;color:#247a44}.variantStock.out{background:#fff0f2;border-color:#f2b3be;color:#b44156}.variantPrice{display:flex;flex-direction:column;gap:2px;font-size:22px;font-weight:800;letter-spacing:-.2px}.variantPrice span{color:var(--muted);font-size:12px;font-weight:600;letter-spacing:.2px;text-transform:uppercase}.cartPage,.quoteCheckoutPage{row-gap:16px}.cartIntro h1,.quoteIntro h1{margin:0}.cartIntro{padding:22px;border-color:#e6ddf8;background:linear-gradient(150deg,#fcf9ff,#f6f8ff 62%,#fff8fc);display:grid;grid-gap:10px;gap:10px}.cartIntro p{max-width:72ch;margin:0}.cartIntroMeta{display:flex;gap:8px;flex-wrap:wrap}.cartPageLayout{grid-column:span 12;display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,.6fr);grid-gap:16px;gap:16px;align-items:start}.cartPageMain{padding:18px;display:grid;grid-gap:14px;gap:14px;background:linear-gradient(180deg,#fff,#fbfbff);border-color:#e2e6f4;box-shadow:0 18px 34px rgba(52,45,94,.08)}.cartMainHeader{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.cartMainHeader h2{margin:0;font-size:22px;letter-spacing:-.2px}.cartMainHeader p{margin:4px 0 0}.cartMainHeaderActions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.cartLineList{display:grid;grid-gap:12px;gap:12px}.cartLineItem{border:1px solid #e2e6f3;border-radius:16px;background:linear-gradient(165deg,#fff,#f9fbff);padding:12px;display:grid;grid-template-columns:106px 1fr;grid-gap:14px;gap:14px;box-shadow:0 10px 22px rgba(52,45,94,.07)}.cartLineThumbWrap{width:106px;height:122px;border:1px solid #dde3f2;border-radius:12px;overflow:hidden;background:#f3f6ff}.cartLineThumb{width:100%;height:100%;object-fit:cover;display:block}.cartLineThumbFallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#6e7693;font-size:11px;font-weight:700;background:linear-gradient(150deg,#f5f6fd,#edf1fb)}.cartLineInfo{min-width:0;display:grid;grid-gap:8px;gap:8px}.cartLineTop{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.cartLineInfo h3{margin:0;font-size:18px;line-height:1.28;letter-spacing:-.1px}.cartLineTop p{margin:4px 0 0}.cartLineRemoveBtn{min-height:34px;padding:0 11px;border-radius:999px}.cartLineMeta{margin-top:1px;display:flex;gap:6px;flex-wrap:wrap}.cartMetaPill{display:inline-flex;border:1px solid #e3e7f4;background:#f9fbff;border-radius:999px;padding:4px 10px}.cartLineActions{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:2px;flex-wrap:wrap}.cartLineSubtotalDisplay{display:grid;justify-items:end;grid-gap:1px;gap:1px}.cartLineSubtotalDisplay strong{color:#2f3155;font-size:18px;letter-spacing:-.2px}.cartPageSidebar{padding:14px;display:grid;grid-gap:10px;gap:10px;align-content:start;position:-webkit-sticky;position:sticky;top:92px;height:max-content;background:linear-gradient(180deg,#fff,#fafbff);border-color:#e2e6f4;box-shadow:0 16px 30px rgba(52,45,94,.08)}.cartSidebarBlock{border:1px solid #e2e6f3;border-radius:14px;padding:14px;background:#fff;display:grid;grid-gap:9px;gap:9px}.cartSidebarBlock h2{margin:0;font-size:16px;letter-spacing:-.1px}.cartSidebarHelp{margin:-2px 0 2px;line-height:1.45}.cartNoteInput{min-height:108px;border-radius:12px;background:#fcfdff;border-color:#dde3f2}.cartNoteInput:focus{border-color:#c7b1f5;box-shadow:0 0 0 3px rgba(124,58,237,.12)}.cartSidebarSummary{background:linear-gradient(165deg,#fcfaff,#f3f7ff);border-color:#ddd1f7}.cartSummaryRow{display:flex;align-items:center;justify-content:space-between;gap:8px}.cartSummaryRow strong{font-size:20px;letter-spacing:-.2px;color:#2a3250}.cartSummaryTotalRow{margin-top:2px;padding-top:8px;border-top:1px dashed #d7dcf0}.cartSummaryTotalRow strong{font-size:24px}.cartSidebarCtas{display:grid;grid-gap:8px;gap:8px}.cartSidebarCtas .btn{width:100%;min-height:46px}.cartPrimaryCta{min-height:50px;box-shadow:0 14px 26px rgba(124,58,237,.3);font-weight:800;letter-spacing:.1px}.cartEmptyState{display:grid;grid-gap:12px;gap:12px;padding:28px;border-color:#e1d8f7;background:linear-gradient(160deg,#fbf8ff,#f5f8ff 58%,#fff8fc);justify-items:start}.cartEmptyState h2{margin:0}.cartEmptyActions{margin-top:2px}.cartPanel{padding:14px}.cartEmpty{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.cartItemsList{display:flex;flex-direction:column;gap:10px}.cartItem{display:flex;justify-content:space-between;gap:12px;border:1px solid #e2e5f2;border-radius:14px;background:#fff;padding:12px}.cartItemInfo h3{margin:0;font-size:17px;line-height:1.3}.cartItemInfo p{margin:6px 0 0}.cartItemControls{display:flex;align-items:flex-end;gap:8px}.cartQtyInput{width:84px}.cartSummary{margin-top:12px;border-top:1px solid var(--line);padding-top:12px;display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.cartSummaryValue{font-size:28px;font-weight:800;line-height:1;margin-top:4px}.cartSummaryActions{display:flex;gap:8px;flex-wrap:wrap}.cartQtyStepper{display:inline-flex;align-items:center;gap:8px;border:1px solid #dee3f2;border-radius:999px;background:#fbfbff;padding:4px}.cartQtyStepper span{min-width:26px;text-align:center;font-weight:700;color:#3b4461}.cartQtyStepper .btn.secondary{min-height:32px;min-width:32px;border-radius:999px;padding:0;font-size:18px;border-color:#d6ddf0;background:#fff}.cartDeliveryOptions{display:grid;grid-gap:8px;gap:8px}.cartDeliveryOption{display:flex;gap:10px;align-items:flex-start;border:1px solid #e2e7f4;border-radius:13px;padding:11px;background:#fbfcff;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.cartDeliveryOption input{margin-top:2px}.cartDeliveryOption span{display:grid;grid-gap:2px;gap:2px}.cartDeliveryOption strong{font-size:13px;color:#2d3554}.cartDeliveryOption small{color:#65708d;font-size:11px;line-height:1.38}.cartDeliveryOption.is-active{border-color:#c9b4f7;background:#f7f2ff;box-shadow:0 0 0 2px rgba(124,58,237,.1)}.quoteFormCard,.quoteSummaryCard{padding:16px}.quoteFormCard h2,.quoteSummaryCard h2{margin:0 0 12px}.formGroup{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.quoteError{margin-top:10px;border:1px solid #e8aab4;background:#fff1f4;color:#ab2f48;border-radius:12px;padding:10px 12px;font-size:14px}.quoteActions{margin-top:12px;display:flex;justify-content:flex-end}.quoteSubmit.loading{opacity:.85;cursor:wait}.quoteTrustStrip{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.quoteTrustStrip span{display:inline-flex;border:1px solid #dddff0;border-radius:999px;padding:5px 10px;background:#fafaff;color:#5f6785;font-size:12px}.quoteSummaryCount{display:flex;justify-content:space-between;align-items:flex-end;border:1px solid #e2e6f3;background:#fff;border-radius:12px;padding:10px 12px;margin-bottom:10px}.quoteSummaryCount strong{font-size:26px;line-height:1}.quoteSummaryItems{display:flex;flex-direction:column;gap:8px}.quoteSummaryItem{border-bottom:1px solid var(--line);padding:9px 0}.quoteSummaryItem:last-child{border-bottom:none}.quoteSummaryItem h3{margin:0;font-size:16px}.quoteSummaryItem p{margin:4px 0 0}.quoteSummaryNote{border-top:1px solid var(--line);margin-top:10px;padding-top:10px}.quoteSummaryTrust{margin-top:10px;border:1px dashed #dadcf0;border-radius:10px;padding:9px 10px;background:#fbfbff}.quoteSuccessInfo{margin:10px 0 14px;display:grid;grid-gap:5px;gap:5px;color:#5e6785;font-size:13px}.chatDock{position:fixed;right:16px;bottom:16px;z-index:50}.chatLauncher{gap:10px;border:none;cursor:pointer;padding:10px 14px 10px 10px;background:linear-gradient(135deg,#7c3aed,#ec4899);color:#fff;box-shadow:0 14px 30px rgba(124,58,237,.34)}.chatLauncher,.chatLauncherIcon{display:inline-flex;align-items:center;border-radius:999px}.chatLauncherIcon{width:34px;height:34px;justify-content:center;background:hsla(0,0%,100%,.22);border:1px solid hsla(0,0%,100%,.34)}.chatLauncherText{display:flex;flex-direction:column;align-items:flex-start;line-height:1.1}.chatLauncherText strong{font-size:13px}.chatLauncherText small{font-size:11px;opacity:.9}.chatPanel{width:360px;max-width:92vw;background:#fff;border-color:#e1e5f4;box-shadow:0 24px 50px rgba(39,27,77,.22)}.chatHeaderRow{justify-content:space-between}.chatTitleWrap{display:flex;gap:10px;align-items:flex-start}.chatTitleBadge{width:28px;height:28px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;color:#fff;background:linear-gradient(135deg,#7c3aed,#ec4899);box-shadow:0 8px 16px rgba(124,58,237,.3)}.chatTitle{font-weight:800}.chatSubtitle{margin:2px 0 0;color:var(--muted);font-size:12px}.chatMessages{display:flex;flex-direction:column;gap:8px;max-height:220px;overflow:auto}.chatBubble{border:1px solid var(--line);border-radius:12px;padding:8px 10px;max-width:88%}.chatBubble.user{align-self:flex-end;background:linear-gradient(135deg,#7c3aed,#ec4899);color:#fff;border-color:#9b74ee}.chatBubble.bot{align-self:flex-start;background:#f6f7ff;color:var(--text);border-color:#dfe4f4}.chatInputRow{gap:8px}.chatTextarea{resize:none;min-height:42px;max-height:120px;overflow:auto;line-height:1.35}.chatCloseBtn{min-height:36px}.chatSendBtn{min-height:42px}.chatQuickRow{gap:8px}.chatQuickTag{border-color:#d3c2fb;background:#f5efff;color:#5f2cc2}.chatQuickTag:hover{background:#eee3ff;border-color:#c3a8fb}.chatCartTag{border-color:#f0b5d2;background:#fff1f8;color:#a22f66}@media (min-width:1280px){.catalogPage .col-4,.homeProductGrid .col-4{grid-column:span 3}.homeHeroLead h1{max-width:100%}}@media (max-width:1024px){.container{padding:0 18px}.main{padding:22px 8px 74px}.catalogPage .col-4,.homeProductGrid .col-4{grid-column:span 6}.footerShell{grid-template-columns:1fr 1fr}.homeHero{grid-template-columns:repeat(2,minmax(0,1fr));padding:20px}.homeHeroLead{grid-column:1/-1}.homeCategoryGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.homeFooterBlock{grid-template-columns:1fr 1fr}.productDetailTop{grid-template-columns:1fr;gap:16px;padding:14px}.productDetailSummary{gap:11px}.productCommercialMetaGrid{grid-template-columns:1fr 1fr}.productActionPanel .btn{width:100%}.productDetailMedia,.productDetailPlaceholder{min-height:290px;height:clamp(320px,56vh,520px)}.productGalleryViewport{grid-template-columns:1fr;gap:10px}.productThumbGrid,.productThumbRail{display:flex;overflow-x:auto;max-height:none;gap:8px;padding:5px 4px 3px;scroll-snap-type:x mandatory}.productThumbBtn{flex:0 0 88px;min-height:88px;scroll-snap-align:start}.productThumbFallback,.productThumbImage{min-height:88px}.productGalleryHint{margin-top:4px}.productVariantsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.cartPageLayout{grid-template-columns:1fr}.cartPageSidebar{position:static}.cartItem{flex-direction:column}.cartItemControls{align-items:center;justify-content:flex-start}}@media (max-width:900px){.container{padding:0 14px}.headerShell{gap:8px;min-height:0;padding-top:8px;padding-bottom:8px}.headerTopRow{gap:10px}.headerNavDesktop{display:none}.headerMobileActions{display:flex}.headerSearchWrap{padding:6px;border-radius:14px}.globalSearch{gap:6px}.globalSearchInput{min-height:38px}.globalSearchSubmit{min-height:38px;padding-left:12px;padding-right:12px}.mobileMenuPanel{display:none;margin-top:2px;border:1px solid #ddd2f5;border-radius:14px;background:linear-gradient(160deg,#fcf9ff,#fff8fb);box-shadow:0 12px 24px rgba(58,45,101,.14);padding:8px;grid-template-columns:1fr 1fr;gap:8px}.mobileMenuPanel.is-open{display:grid}.mobileMenuLink{display:flex;align-items:center;justify-content:center;min-height:40px;border-radius:10px;border:1px solid #e1d9f7;background:#fff;color:#5c6480;font-weight:600}.mobileMenuLink:hover{border-color:#cdb8f7;background:#f7f2ff;color:#3a2a66}.homeHero{grid-template-columns:1fr;padding:18px;gap:10px}.homeHeroLead h1{font-size:clamp(26px,6.1vw,34px);max-width:100%;line-height:1.11}.homeHeroLead p{max-width:100%;font-size:15px;line-height:1.6}.homeSection{padding:18px}.quoteSteps{grid-template-columns:1fr}.quoteStepItem{padding:12px}.catalogFilters{grid-template-columns:repeat(3,minmax(0,1fr))}.catalogActions{grid-column:span 3}.chatLauncher{padding:9px 12px 9px 9px}.chatLauncherIcon{width:30px;height:30px}.chatPanel{width:330px}}@media (max-width:680px){.container{padding:0 12px}.main{padding:20px 4px 70px}.headerShell{min-height:0;padding-top:8px;padding-bottom:8px}.brandSub{font-size:11px}.brandLogo{width:34px;height:34px}.brand{font-size:clamp(18px,5.5vw,22px)}.headerBrandPremium{padding-left:8px}.headerBrandPremium:before{width:2px}.globalSearch{gap:6px}.globalSearchInput{min-height:38px;font-size:14px}.globalSearchSubmit{min-height:38px;padding-left:10px;padding-right:10px;font-size:12px}.mobileMenuPanel{grid-template-columns:1fr}.catalogPage .col-4,.homeProductGrid .col-4{grid-column:span 12}.footerShell{grid-template-columns:1fr;padding-top:20px}.footerBottom{padding:12px 0 16px;gap:6px}.footerInternalAccess{flex-wrap:wrap;gap:4px}.footerInternalLink{white-space:nowrap}.homeSection{padding:16px}.homeHero{padding:15px;gap:9px}.heroInfoCard{padding:13px 12px}.catalogFilters,.homeCategoryGrid,.homeFooterBlock{grid-template-columns:1fr}.catalogActions{grid-column:span 1}.catalogActions .btn{width:100%}.emptyFeatured{flex-direction:column;align-items:flex-start}.productCard{padding:10px}.productCardMedia{min-height:160px}.productActions{flex-direction:column;align-items:stretch}.productActions .btn{width:100%;min-width:0}.productDetailTop{padding:10px;gap:12px}.productDetailTitle{font-size:clamp(28px,8.2vw,34px);line-height:1.06}.productDetailCommercial{padding:11px 12px}.productCommercialMetaGrid{grid-template-columns:1fr;gap:6px}.productActionPanel,.productDetailDescription{padding:12px}.productActionLead strong{font-size:14px}.productTrustPanel{padding:12px}.productDetailMedia,.productDetailPlaceholder{min-height:220px;height:clamp(250px,50vh,380px)}.productGalleryNav{width:34px;height:34px;font-size:22px}.productThumbBtn{flex:0 0 82px;min-height:82px}.productThumbFallback,.productThumbImage{min-height:82px}.productVariantsGrid{grid-template-columns:1fr}.cartIntro{padding:16px}.cartIntroMeta{gap:6px}.cartPageLayout{gap:12px}.cartLineItem{grid-template-columns:82px 1fr;gap:10px;padding:10px}.cartLineThumbWrap{width:82px;height:96px}.cartLineTop{gap:8px}.cartLineInfo h3{font-size:16px}.cartLineRemoveBtn{min-height:32px;padding:0 10px}.cartMetaPill{width:100%;border-radius:10px}.cartLineSubtotalDisplay{justify-items:start}.cartPageMain,.cartPageSidebar{padding:12px}.cartMainHeaderActions{width:100%;justify-content:space-between}.cartSidebarCtas{position:-webkit-sticky;position:sticky;bottom:0;background:#fff;padding-top:8px;border-top:1px solid #ebeff8}.variantCard{padding:12px}.cartSummary{flex-direction:column;align-items:flex-start}.cartSummaryActions,.cartSummaryActions .btn{width:100%}.quoteActions{justify-content:stretch}.quoteSubmit{width:100%}.chatDock{right:10px;bottom:10px}.chatLauncherText small{display:none}.chatPanel{width:min(92vw,360px);max-height:70vh;display:flex;flex-direction:column}.chatMessages{max-height:42vh}.cartDrawerPanel{width:100vw;border-left:none;box-shadow:none}.cartDrawerHeader{padding:14px 12px}.cartDrawerHeader .btn{min-height:40px}.cartDrawerBody{padding:12px}.cartDrawerFooter{padding:12px;position:-webkit-sticky;position:sticky;bottom:0}.cartDrawerFooterActions{grid-template-columns:1fr}.cartDrawerFooterActions .btn{width:100%;min-height:48px}.cartDrawerItem{grid-template-columns:72px 1fr}.cartDrawerThumbWrap{width:72px;height:82px}}