:root {
  --navy:#082f3a;
  --navy-2:#0b4352;
  --blue:#10718f;
  --blue-dark:#0b566e;
  --red:#cb1f27;
  --ink:#102f39;
  --muted:#66738a;
  --line:#e5eaf1;
  --cloud:#f5f7fa;
  --white:#fff;
  --radius:16px;
  --shadow:0 16px 44px rgba(8,47,58,.13);
  --heading:'Sora',sans-serif;
  --body:'DM Sans',sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--body);color:var(--ink);background:#fff;overflow-x:hidden;-webkit-font-smoothing:antialiased}
body.locked{overflow:hidden}
button,input,select{font:inherit}
button{cursor:pointer}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.container{width:min(1220px,calc(100% - 40px));margin:auto}
.topbar{height:36px;background:var(--navy);color:#cbd5e4;font-size:12px}
.topbar-inner{height:100%;display:flex;align-items:center;justify-content:space-between}
.topbar-inner>div{display:flex;gap:18px;align-items:center}
.topbar a{color:white;font-weight:700}
.topbar-sep{width:1px;height:12px;background:#3a4658}
.pulse{display:inline-block;width:7px;height:7px;margin-right:8px;border-radius:50%;background:#40d68c;box-shadow:0 0 0 4px rgba(64,214,140,.12)}
.site-header{position:sticky;z-index:30;top:0;background:rgba(255,255,255,.98);box-shadow:0 1px 0 var(--line);transition:.25s}
.site-header.scrolled{box-shadow:0 8px 30px rgba(18,33,58,.09)}
.nav{height:78px;display:flex;align-items:center;gap:40px}
.brand{display:flex;align-items:center;flex:0 0 auto}
.brand img{width:142px;height:42px;object-fit:contain}
.brand-divider{display:block;width:1px;height:28px;background:#d7dce4;margin:0 11px}
.brand-store{font-family:var(--heading);font-weight:800;letter-spacing:.16em;font-size:12px;color:var(--navy)}
.search{height:44px;max-width:510px;flex:1;display:flex;align-items:center;border:1px solid #dce2ea;background:var(--cloud);border-radius:10px;padding:0 13px;transition:.2s}
.search:focus-within{border-color:#62a9bb;box-shadow:0 0 0 3px rgba(16,113,143,.1);background:white}
.search svg{width:19px;fill:none;stroke:#738096;stroke-width:1.8;margin-right:9px}
.search input{border:0;outline:0;background:transparent;flex:1;min-width:0;color:var(--ink)}
.search input::placeholder{color:#929cad}
.nav-actions{margin-left:auto;display:flex;align-items:center;gap:15px}
.expert-link{display:flex;gap:9px;align-items:center;font-size:13px;font-weight:700;line-height:1.25}
.expert-link small{display:block;color:#7b879a;font-size:10px;font-weight:500}
.icon-box{display:grid;place-items:center;width:31px;height:31px;border:1px solid #d9e0e9;border-radius:50%;color:var(--blue)}
.cart-button{position:relative;height:43px;border:0;border-radius:10px;background:var(--navy);color:white;display:flex;gap:8px;align-items:center;padding:0 14px;font-weight:700}
.cart-button svg{width:20px;fill:none;stroke:currentColor;stroke-width:1.8}
.cart-button b{display:grid;place-items:center;width:19px;height:19px;border-radius:50%;background:var(--red);font-size:11px}
.menu-button{display:none;border:0;background:none;width:35px}
.menu-button i{display:block;height:2px;background:var(--navy);margin:6px}
.mobile-menu-backdrop,.mobile-navigation{display:none}
.category-nav{border-top:1px solid #eef1f5}
.category-nav-inner{height:48px;display:flex;align-items:center;justify-content:space-between;gap:16px;white-space:nowrap;overflow:visible}
.category-nav button,.category-nav a{border:0;background:none;color:#536076;font-size:11px;font-weight:700;padding:15px 0;position:relative}
.category-nav button.active,.category-nav button:hover,.category-nav a:hover,.category-nav a.active{color:var(--blue)}
.category-nav button.active:after,.category-nav a.active:after{content:"";height:2px;background:var(--blue);position:absolute;left:0;right:0;bottom:0}
.category-nav .all-products{padding-right:24px;border-right:1px solid var(--line)}
.category-menu-item{height:48px;display:flex;align-items:center;position:relative}.menu-caret{font-size:10px;margin-left:3px;color:#8a95a5}.category-dropdown{position:absolute;top:47px;left:-18px;z-index:30;width:min(590px,calc(100vw - 40px));max-height:calc(100vh - 150px);overflow:auto;padding:20px;display:none;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;background:#fff;border:1px solid var(--line);border-top:3px solid var(--blue);border-radius:0 0 14px 14px;box-shadow:0 22px 50px rgba(7,16,31,.14);white-space:normal}.category-menu-item:hover .category-dropdown,.category-menu-item:focus-within .category-dropdown{display:grid}.category-menu-item:nth-last-child(-n+4) .category-dropdown{left:auto;right:-18px}.category-dropdown section{min-width:0}.category-dropdown .category-level-two{display:block;padding:0 0 8px;color:var(--ink);font-size:12px;font-weight:800;border-bottom:1px solid #edf0f4}.category-dropdown .category-level-two:after,.category-dropdown section div a:after,.category-tree-level-three a:after{display:none}.category-tree-level-three{display:grid;gap:7px;padding-top:9px}.category-tree-level-three a{padding:0;color:#69768a;font-size:11px;font-weight:500}.category-tree-level-three a:hover,.category-tree-level-three a.active{color:var(--blue)}
.more-categories .category-dropdown{width:min(760px,calc(100vw - 40px));grid-template-columns:repeat(3,minmax(0,1fr))}
.grid-icon{font-size:18px;margin-right:5px}
.hero{height:570px;position:relative;overflow:hidden;background:var(--navy);color:white}
.hero-media{position:absolute;inset:0;background:url('assets/hero-store.png') center/cover no-repeat}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,9,19,.96) 0%,rgba(3,9,19,.78) 35%,rgba(3,9,19,.12) 72%,rgba(3,9,19,.15) 100%)}
.hero-inner{height:100%;position:relative;display:flex;align-items:center}
.hero-copy{max-width:610px;padding-bottom:15px}
.eyebrow{display:flex;align-items:center;gap:10px;color:#d8e3f1;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:22px}
.eyebrow span{background:var(--red);border-radius:5px;padding:5px 8px;font-size:9px;letter-spacing:.12em}
.hero h1{font-family:var(--heading);font-size:clamp(43px,5vw,68px);line-height:1.03;letter-spacing:-.045em}
.hero h1 em{font-style:normal;color:#55afc4}
.hero-copy>p{max-width:545px;margin:22px 0 27px;color:#c8d2e0;font-size:17px;line-height:1.65}
.hero-actions{display:flex;gap:12px}
.btn{border:0;border-radius:9px;padding:13px 20px;display:inline-flex;justify-content:center;align-items:center;gap:18px;font-weight:700;font-size:14px;transition:.22s}
.btn:hover{transform:translateY(-2px)}
.btn-primary{color:white;background:var(--blue);box-shadow:0 9px 26px rgba(16,113,143,.28)}
.btn-primary:hover{background:var(--blue-dark)}
.hero .btn-primary,.product-buy .btn-primary,.place-order{background:var(--red);box-shadow:0 9px 26px rgba(203,31,39,.25)}.hero .btn-primary:hover,.product-buy .btn-primary:hover,.place-order:hover{background:#a81926}
.btn-glass{color:white;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.28);backdrop-filter:blur(10px)}
.hero-trust{margin-top:32px;display:flex;align-items:center;gap:12px}
.trust-avatars{display:flex}
.trust-avatars span{width:33px;height:33px;margin-left:-7px;display:grid;place-items:center;background:#162b48;border:2px solid #0b1525;border-radius:50%;font-size:9px;font-weight:800}
.trust-avatars span:first-child{margin-left:0;background:var(--red)}
.trust-avatars span:nth-child(2){background:#168d67}
.hero-trust p{font-size:11px;color:#aab6c7;line-height:1.45}
.hero-trust b{font-size:12px;color:#fff}
.hero-mini-card{position:absolute;right:5%;bottom:24px;background:rgba(8,19,36,.82);color:white;backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:13px 17px;display:flex;gap:11px;align-items:center}
.hero-mini-card .mini-icon{width:30px;height:30px;display:grid;place-items:center;color:#63b7ca;background:rgba(16,113,143,.2);border-radius:8px}
.hero-mini-card small,.hero-mini-card strong{display:block}.hero-mini-card small{color:#aab6c7;font-size:10px}.hero-mini-card strong{font-size:12px;margin-top:2px}
.benefits{border-bottom:1px solid var(--line);background:#fff}
.benefits-grid{height:97px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center}
.benefits article{display:flex;align-items:center;justify-content:center;gap:13px;border-right:1px solid var(--line)}
.benefits article:last-child{border:0}.benefits article>span{color:var(--blue);font-size:22px}
.benefits b,.benefits small{display:block}.benefits b{font-size:13px}.benefits small{font-size:11px;color:#8993a2;margin-top:2px}
.shop-section{padding:76px 0 90px;background:#f8f9fb}
.section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:30px}
.overline{display:block;color:var(--blue);font-size:11px;font-weight:800;letter-spacing:.17em;margin-bottom:9px}
.section-heading h2{font:800 32px/1.2 var(--heading);letter-spacing:-.03em}
.section-heading p{color:var(--muted);margin-top:8px;font-size:14px}
.shop-controls label{font-size:11px;color:var(--muted);display:flex;align-items:center;gap:9px}
.shop-controls select{border:1px solid #dce2e9;border-radius:8px;padding:9px 30px 9px 10px;background:white;color:var(--ink);font-weight:600;outline:0}
.results-meta{height:28px;display:flex;justify-content:space-between;color:#7c8798;font-size:12px;margin-bottom:11px}
.results-meta button{background:none;border:0;color:var(--blue);font-weight:700;display:none}
.mobile-filters{display:none}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-card{background:#fff;border:1px solid #e3e8ef;border-radius:14px;overflow:hidden;position:relative;display:flex;flex-direction:column;min-width:0;transition:.25s;animation:fadeUp .35s ease both}
.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:transparent}
.product-media{display:block;width:100%;height:auto;aspect-ratio:4/3;position:relative;overflow:hidden;background:#f3f5f8;border-bottom:1px solid #edf0f4}
.product-media img{width:100%;height:100%;object-fit:contain;padding:8px;transition:.45s}
.product-card:hover .product-media img{transform:scale(1.045)}
.product-media:after{content:"";position:absolute;inset:55% 0 0;background:linear-gradient(transparent,rgba(5,14,27,.12));pointer-events:none}
.product-image-cta{position:absolute;right:12px;bottom:11px;z-index:2;padding:7px 9px;border-radius:7px;background:rgba(7,16,31,.88);color:#fff;font-size:9px;font-weight:800;opacity:0;transform:translateY(5px);transition:.2s}.product-card:hover .product-image-cta,.product-media:focus .product-image-cta{opacity:1;transform:none}
.product-badge{position:absolute;z-index:2;top:12px;left:12px;padding:5px 8px;border-radius:5px;background:var(--navy);color:white;font-size:9px;font-weight:800;letter-spacing:.06em}
.product-badge.promo{background:var(--red)}.product-badge.new{background:var(--blue)}
.wishlist{position:absolute;z-index:2;right:11px;top:10px;width:32px;height:32px;border:0;border-radius:50%;background:rgba(255,255,255,.92);font-size:17px;color:#697487;transition:.2s}
.wishlist.active{color:var(--red)}
.product-body{padding:17px;display:flex;flex:1;flex-direction:column}.product-card-meta{min-height:20px;display:flex;align-items:center;justify-content:space-between;gap:8px}.product-category{display:inline-flex;max-width:68%;padding:4px 7px;border-radius:20px;background:#e8f4f7;color:var(--blue);font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-brand{color:#8b96a6;font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}
.product-title{font:700 14px/1.45 var(--heading);min-height:42px;margin:10px 0 7px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.product-spec{color:#748095;font-size:11px;line-height:1.55;min-height:51px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.stock{font-size:10px;color:#16835d;font-weight:700;margin:11px 0 4px}.stock:before{content:"";display:inline-block;width:6px;height:6px;background:#2cc789;border-radius:50%;margin-right:6px}
.stock.order{color:#bd7414}.stock.order:before{background:#ee9a2c}
.stock.out{color:var(--red)}.stock.out:before{background:var(--red)}
.product-card-footer{margin-top:auto;padding-top:13px;border-top:1px solid #edf0f4}.price strong{font:800 19px var(--heading);letter-spacing:-.03em}.price small{display:block;color:#9aa3b1;font-size:9px}.price del{font-size:10px;color:#9aa3b1;margin-left:4px}.price span{display:block;color:#7d8898;font-size:9px;margin-top:3px}
.product-card-actions{display:grid;grid-template-columns:auto 1fr;gap:7px;margin-top:12px}.product-card-actions>a,.add-cart{min-height:37px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;padding:0 12px;font-size:10px;font-weight:800}.product-card-actions>a{border:1px solid #dce2e9;color:#5f6d81}.add-cart{border:1px solid var(--red);background:var(--red);color:white;transition:.2s}.add-cart:hover{background:#a81926;border-color:#a81926}
.no-results{display:none;text-align:center;padding:70px 20px}.no-results.show{display:block}.no-results>span{font-size:50px;color:#a3adba}.no-results h3{font:700 20px var(--heading);margin:8px}.no-results p{color:var(--muted);margin-bottom:20px}
.solution-banner{background:linear-gradient(135deg,var(--blue),var(--blue-dark));color:white;position:relative;overflow:hidden}
.solution-banner:after{content:"";position:absolute;width:500px;height:500px;border:90px solid rgba(255,255,255,.045);border-radius:50%;right:-170px;top:-240px}
.solution-inner{min-height:290px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1}
.overline.light{color:#b9d8ff}.solution-inner h2{font:800 35px var(--heading);letter-spacing:-.03em}.solution-inner>div:first-child>p{color:#d5e7ff;max-width:620px;margin:13px 0 24px;line-height:1.6}
.btn-white{background:white;color:var(--blue)}
.solution-stats{display:flex;gap:35px;padding-left:40px;border-left:1px solid rgba(255,255,255,.25)}
.solution-stats div{display:flex;gap:9px;align-items:center}.solution-stats strong{font:800 32px var(--heading)}.solution-stats span{font-size:10px;color:#cae0ff;line-height:1.4}
.brands{padding:45px 0}.brands p{text-align:center;font-size:9px;letter-spacing:.2em;font-weight:800;color:#98a1af;margin-bottom:28px}
.brand-row{display:flex;justify-content:space-around;align-items:center;gap:35px;filter:grayscale(1);opacity:.58}
.brand-row img{max-width:112px;max-height:47px;object-fit:contain}
footer{background:var(--navy);color:#fff;padding-top:60px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:60px;padding-bottom:45px}
.light-brand .brand-store{color:white}.light-brand img{padding:4px;background:white;border-radius:7px;filter:none}.light-brand .brand-divider{background:#44666f}
.footer-brand p{color:#8e9bb0;font-size:13px;line-height:1.65;max-width:330px;margin:20px 0}
.footer-contact{display:block;color:#ced7e4;font-size:12px;margin:7px 0}
.footer-grid h3{font:700 12px var(--heading);margin-bottom:18px}.footer-grid>div:not(:first-child) a{display:block;color:#8e9bb0;font-size:12px;margin:11px 0;transition:.2s}.footer-grid a:hover{color:white}
.footer-bottom{height:65px;border-top:1px solid #1c2a3f;display:flex;justify-content:space-between;align-items:center;color:#65738a;font-size:10px}
.overlay{position:fixed;z-index:60;inset:0;background:rgba(3,9,18,.58);opacity:0;pointer-events:none;transition:.3s;backdrop-filter:blur(2px)}.overlay.open{opacity:1;pointer-events:auto}
.cart-drawer{position:fixed;z-index:70;right:0;top:0;bottom:0;width:min(440px,100%);background:white;transform:translateX(102%);transition:.35s cubic-bezier(.22,.7,.2,1);display:flex;flex-direction:column}.cart-drawer.open{transform:none}
.drawer-head{height:98px;padding:23px 25px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between}.drawer-head span{color:var(--blue);font-size:9px;letter-spacing:.15em;font-weight:800}.drawer-head h2{font:800 22px var(--heading);margin-top:4px}.drawer-head h2 b{font:600 10px var(--body);color:white;background:var(--blue);border-radius:20px;padding:3px 7px;vertical-align:middle}.drawer-head button{font-size:28px;background:none;border:0;color:#6e7989}
.cart-items{flex:1;overflow-y:auto;padding:8px 25px}.cart-item{display:grid;grid-template-columns:73px 1fr auto;gap:13px;padding:16px 0;border-bottom:1px solid var(--line)}.cart-item img{width:73px;height:73px;object-fit:cover;border-radius:9px}.cart-item h4{font:700 12px/1.4 var(--heading)}.cart-item .item-price{font-size:12px;color:var(--blue);font-weight:800;margin-top:5px}.qty{display:flex;align-items:center;margin-top:8px}.qty button{width:23px;height:23px;border:1px solid var(--line);background:white}.qty span{width:27px;text-align:center;font-size:11px}.remove{border:0;background:none;color:#a1a9b5;font-size:18px}
.cart-footer{padding:20px 25px 24px;border-top:1px solid var(--line);box-shadow:0 -10px 30px rgba(18,33,58,.04)}.subtotal{display:flex;justify-content:space-between;align-items:center}.subtotal span{color:var(--muted);font-size:13px}.subtotal strong{font:800 20px var(--heading)}.cart-footer>p{color:#9aa3b0;font-size:10px;margin:6px 0 16px}.checkout{width:100%}.cart-footer>small{display:block;text-align:center;color:#8b95a4;font-size:9px;margin-top:12px}
.empty-cart{display:none;flex:1;text-align:center;place-content:center;padding:35px}.empty-cart.show{display:grid}.empty-cart>span{font-size:45px}.empty-cart h3{font:700 18px var(--heading);margin:15px 0 5px}.empty-cart p{font-size:12px;color:var(--muted);margin-bottom:18px}
.toast{position:fixed;z-index:90;left:50%;bottom:25px;transform:translate(-50%,120px);background:var(--navy);color:white;border-radius:10px;padding:12px 19px;display:flex;align-items:center;gap:10px;box-shadow:var(--shadow);transition:.32s}.toast.show{transform:translate(-50%,0)}.toast span{color:#50d59e}.toast p{font-size:12px;font-weight:700}.toast.error{background:#a81926}.toast.error span{color:#fff}
.status-page{min-height:58vh;display:grid;place-items:center;text-align:center;padding:70px 20px}.status-page>div>span{font:800 70px var(--heading);color:#dce4ef}.status-page h1{font:800 30px var(--heading)}.status-page p{color:var(--muted);margin:10px 0 25px}
.breadcrumbs{display:flex;align-items:center;gap:9px;padding-top:28px;color:#7c8797;font-size:11px}.breadcrumbs a:hover{color:var(--blue)}
.product-page{background:#f7f9fc}.product-detail{display:grid;grid-template-columns:1.05fr .95fr;gap:65px;padding-top:28px;padding-bottom:75px}
.product-main-image{height:550px;border-radius:18px;background:white;border:1px solid var(--line);overflow:hidden;position:relative}.product-main-image>img{width:100%;height:100%;object-fit:cover}.product-main-image .product-badge{top:18px;left:18px}
.product-thumbnails{display:flex;gap:10px;margin-top:12px}.product-thumbnails button{width:76px;height:76px;border:2px solid transparent;background:white;border-radius:10px;overflow:hidden}.product-thumbnails button.active{border-color:var(--blue)}.product-thumbnails img{width:100%;height:100%;object-fit:cover}
.product-info{padding-top:20px}.product-detail-category{color:var(--blue);font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.product-info h1{font:800 clamp(30px,4vw,45px)/1.12 var(--heading);letter-spacing:-.04em;margin:11px 0}.product-reference{color:#9aa4b3;font-size:10px}.product-lead{color:#59677c;font-size:15px;line-height:1.7;margin:22px 0}
.detail-price{padding:20px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.detail-price small,.detail-price span{display:block;color:#8b96a7;font-size:10px}.detail-price strong{font:800 31px var(--heading);display:inline-block;margin:4px 7px 3px 0}.detail-price del{color:#9ca5b2;font-size:13px}
.detail-stock{display:flex;justify-content:space-between;align-items:center;padding:17px 0;color:#13805b;font-size:11px}.detail-stock b:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:#2cc789;margin-right:7px}.detail-stock span{color:#8691a1}.detail-stock.order{color:#b77316}.detail-stock.order b:before{background:#ed982c}
.detail-stock.out{color:var(--red)}.detail-stock.out b:before{background:var(--red)}
.product-buy{display:flex;gap:12px;align-items:flex-end}.product-buy label{color:#7b8798;font-size:10px;font-weight:700}.product-buy input{display:block;width:78px;height:45px;margin-top:5px;border:1px solid #dce2e9;border-radius:9px;padding:0 10px}.product-buy .btn{height:45px;flex:1}.quote-link{display:block;text-align:center;color:var(--blue);font-size:11px;font-weight:700;margin:14px 0 24px}
.product-reassurance{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:12px;background:white}.product-reassurance div{padding:14px 10px;border-right:1px solid var(--line)}.product-reassurance div:last-child{border:0}.product-reassurance b,.product-reassurance span{display:block}.product-reassurance b{font-size:10px}.product-reassurance span{font-size:8px;color:#909aa8;margin-top:3px}
.product-content-section{background:white;padding:75px 0}.product-content-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:80px}.product-content-grid article h2{font:800 30px var(--heading);letter-spacing:-.03em;margin-bottom:20px}.rich-description{color:#5f6d81;line-height:1.85;font-size:14px}.spec-card{background:#f5f7fa;border-radius:16px;padding:28px}.spec-card h2{font:700 18px var(--heading);margin-bottom:17px}.spec-card dl div{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid #dfe5ed;font-size:11px}.spec-card dt{color:#7c8798}.spec-card dd{text-align:right;font-weight:700}.spec-card>a{display:block;color:var(--blue);font-size:11px;font-weight:700;margin-top:20px}.related-products{padding:75px 0 90px}
.product-detail-categories{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.product-detail-categories a{background:#e8f4f7;color:var(--blue);border-radius:20px;padding:6px 9px;font-size:9px;font-weight:800}.technical-sheet-link{display:flex;align-items:center;justify-content:space-between;border:1px solid #cfe4e9;background:#f4fafb;color:var(--blue);border-radius:10px;padding:12px 14px;margin:-8px 0 22px;font-size:11px;font-weight:800}.geo-answer{border-left:3px solid var(--blue);background:#f4f9fa;border-radius:0 12px 12px 0;padding:20px;margin-top:25px}.geo-answer b{font:700 13px var(--heading)}.geo-answer p{color:#536177;font-size:12px;line-height:1.75;margin:7px 0}.geo-answer small{color:#798698;font-size:9px}.product-faq-section{padding:75px 0;background:#f6f8fb}.product-faq-list{display:grid;gap:10px;max-width:900px}.product-faq-list details{background:white;border:1px solid var(--line);border-radius:12px;padding:18px 20px}.product-faq-list summary{cursor:pointer;font:700 13px var(--heading);list-style:none}.product-faq-list summary:after{content:"+";float:right;color:var(--blue);font-size:18px}.product-faq-list details[open] summary:after{content:"−"}.product-faq-list p{color:#647187;font-size:12px;line-height:1.75;padding-top:12px}
.category-page{background:#f7f9fc}.category-page .breadcrumbs{background:white}.category-hero{background:linear-gradient(135deg,var(--navy),var(--blue-dark));color:white}.category-hero-inner{min-height:280px;display:flex;align-items:center;justify-content:space-between;gap:50px}.category-hero h1{font:800 clamp(34px,5vw,55px)/1.08 var(--heading);letter-spacing:-.04em;margin:10px 0 14px}.category-hero p{max-width:730px;color:#c2d9df;font-size:15px;line-height:1.7}.category-count{min-width:145px;height:145px;border:1px solid rgba(255,255,255,.18);border-radius:50%;display:grid;place-content:center;text-align:center;background:rgba(255,255,255,.05)}.category-count strong{font:800 35px var(--heading)}.category-count span{font-size:9px;color:#c2d9df;max-width:90px}.category-products{background:#f7f9fc}.category-catalog-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:30px;align-items:start}.category-catalog-main{min-width:0}.category-catalog-main .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-sidebar{position:sticky;top:182px;padding:23px;background:white;border:1px solid var(--line);border-radius:14px;box-shadow:0 12px 30px rgba(8,47,58,.06)}.category-sidebar h2{font:800 18px/1.35 var(--heading);margin:0 0 18px}.category-search label{display:block;color:#718095;font-size:10px;font-weight:700;margin-bottom:7px}.category-search>div{height:41px;display:flex;border:1px solid #dce2e9;border-radius:9px;background:#f7f9fb;overflow:hidden}.category-search>div:focus-within{border-color:#62a9bb;box-shadow:0 0 0 3px rgba(16,113,143,.1);background:#fff}.category-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;padding:0 10px;color:var(--ink);font-size:11px}.category-search button{width:40px;flex:0 0 40px;border:0;background:var(--blue);color:white;font-size:19px}.subcategory-list{display:grid;margin-top:20px;border-top:1px solid var(--line)}.subcategory-list a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 0;border-bottom:1px solid var(--line);color:#56657a;font-size:11px;font-weight:600}.subcategory-list a:hover,.subcategory-list a.active{color:var(--blue)}.subcategory-list a.active{font-weight:800}.subcategory-list b{min-width:25px;padding:3px 6px;border-radius:10px;background:#e8f4f7;color:var(--blue);text-align:center;font-size:9px}.subcategory-empty{margin-top:18px;color:#7b8798;font-size:11px;line-height:1.6}.category-search-reset{display:inline-block;margin-top:17px;color:var(--red);font-size:10px;font-weight:800}.category-geo{padding:70px 0;background:white}.category-geo .container{max-width:900px}.category-geo h2{font:800 30px var(--heading);margin:10px 0 18px}.category-geo p{color:#5f6d81;line-height:1.85;font-size:14px}
.checkout-page{background:#f6f8fb;padding-bottom:90px}.checkout-heading{padding:35px 0 25px}.checkout-heading h1{font:800 35px var(--heading);letter-spacing:-.03em}.checkout-heading p{color:var(--muted);font-size:13px;margin-top:7px}.checkout-layout{display:grid;grid-template-columns:1fr 390px;gap:28px;align-items:start}.checkout-form{display:grid;gap:16px}.checkout-card,.order-summary{background:white;border:1px solid var(--line);border-radius:15px;padding:25px}.checkout-card{position:relative}.checkout-card h2,.order-summary h2{font:700 17px var(--heading);margin:0 0 20px 36px}.order-summary h2{margin-left:0}.checkout-step{position:absolute;top:22px;left:24px;width:25px;height:25px;display:grid;place-items:center;border-radius:7px;background:#e8f4f7;color:var(--blue);font-size:11px;font-weight:800}.checkout-fields{display:grid;grid-template-columns:1fr 1fr;gap:15px}.checkout-fields label{font-size:10px;color:#657287;font-weight:700}.checkout-fields .full{grid-column:1/-1}.checkout-fields input,.checkout-fields textarea{display:block;width:100%;margin-top:6px;border:1px solid #dce2e9;border-radius:8px;padding:11px 12px;outline:0;resize:vertical}.checkout-fields input:focus,.checkout-fields textarea:focus{border-color:#62a9bb;box-shadow:0 0 0 3px rgba(16,113,143,.1)}.payment-options{display:grid;gap:9px}.payment-options label{display:flex;gap:12px;align-items:center;border:1px solid var(--line);border-radius:10px;padding:13px;cursor:pointer}.payment-options label:has(input:checked){border-color:var(--blue);background:#f4fafb}.payment-options b,.payment-options small{display:block}.payment-options b{font-size:12px}.payment-options small{font-size:9px;color:#8994a4;margin-top:2px}.checkout-errors{background:#fff0f1;border:1px solid #fac8ce;color:#a91e2c;border-radius:10px;padding:13px 16px;font-size:11px}.checkout-errors p+p{margin-top:5px}.order-summary{position:sticky;top:150px}.summary-items{max-height:310px;overflow:auto}.summary-item{display:grid;grid-template-columns:55px 1fr auto;gap:10px;align-items:center;padding:11px 0;border-bottom:1px solid var(--line)}.summary-item img{width:55px;height:55px;object-fit:cover;border-radius:8px}.summary-item b,.summary-item span{display:block}.summary-item b{font-size:10px;line-height:1.35}.summary-item span{font-size:8px;color:#8c97a7;margin-top:3px}.summary-item strong{font-size:10px}.summary-totals{padding-top:14px}.summary-totals div{display:flex;justify-content:space-between;padding:6px 0;font-size:11px}.summary-totals dt{color:#788497}.summary-total{border-top:1px solid var(--line);margin-top:7px;padding-top:14px!important}.summary-total dt,.summary-total dd{font:800 16px var(--heading);color:var(--ink)}.place-order{width:100%;margin-top:16px}.summary-safe{text-align:center;color:#8a95a5;font-size:8px;line-height:1.5;margin-top:12px}
.confirmation-page{min-height:70vh;background:#f6f8fb;display:grid;place-items:center;padding:60px 20px}.confirmation-card{width:min(620px,100%);background:white;border:1px solid var(--line);border-radius:20px;padding:45px;text-align:center;box-shadow:var(--shadow)}.confirmation-icon{display:grid;place-items:center;width:60px;height:60px;margin:0 auto 20px;border-radius:50%;background:#e8faf3;color:#159467;font-size:27px}.confirmation-card h1{font:800 31px var(--heading);margin:5px 0 12px}.confirmation-card>p{color:#647186;font-size:13px;line-height:1.7}.confirmation-order{margin:25px 0;background:#f6f8fb;border-radius:12px;padding:15px}.confirmation-order div{display:flex;justify-content:space-between;padding:7px;font-size:10px}.confirmation-total{border-top:1px solid #dde3eb;margin-top:7px;padding-top:14px!important;font-size:14px!important}.confirmation-actions{display:flex;justify-content:center;gap:10px}
.legal-page{background:#f7f9fc;padding:75px 0 95px;min-height:65vh}.legal-page h1{font:800 36px var(--heading);letter-spacing:-.03em;margin-bottom:30px}.legal-page article{background:white;border:1px solid var(--line);border-radius:17px;padding:35px;max-width:850px}.legal-page h2{font:700 17px var(--heading);margin:25px 0 8px}.legal-page h2:first-child{margin-top:0}.legal-page p{color:#637187;font-size:13px;line-height:1.8}.legal-page a{color:var(--blue);font-weight:700}
@keyframes fadeUp{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
@media(max-width:980px){
  .expert-link{display:none}.nav{gap:20px}.category-nav-inner{gap:13px;justify-content:flex-start}.category-nav button,.category-nav a{font-size:10px}.product-grid{grid-template-columns:repeat(2,1fr)}.category-catalog-layout{grid-template-columns:220px minmax(0,1fr);gap:20px}.category-catalog-main .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.solution-inner{padding:50px 0;gap:40px}.solution-stats{gap:18px}.footer-grid{grid-template-columns:2fr 1fr 1fr}.footer-grid>div:last-child{display:none}.product-detail{gap:30px}.product-main-image{height:450px}.product-content-grid{gap:35px}.checkout-layout{grid-template-columns:1fr 340px}
}
@media(max-width:700px){
  .container{width:min(100% - 28px,1220px)}.topbar{height:32px}.topbar-inner>div{display:none}.topbar-inner{justify-content:center;font-size:10px}.nav{height:70px;gap:10px}.brand img{width:118px}.brand-divider,.brand-store{display:none}.search{display:none}.nav-actions{gap:8px}.cart-button{width:49px;height:43px;padding:0;justify-content:center}.cart-button span{display:none}.cart-button b{position:absolute;top:8px;right:4px;width:17px;height:17px}.menu-button{display:block;width:43px;height:43px;padding:8px;border:1px solid #dce3ea;border-radius:10px;background:#fff}.menu-button i{width:21px;margin:5px auto;transition:.2s}.menu-button[aria-expanded="true"] i:first-child{transform:translateY(7px) rotate(45deg)}.menu-button[aria-expanded="true"] i:nth-child(2){opacity:0}.menu-button[aria-expanded="true"] i:last-child{transform:translateY(-7px) rotate(-45deg)}.category-nav{display:none}.mobile-menu-backdrop{display:block;position:fixed;z-index:94;inset:0;background:rgba(3,15,23,.58);opacity:0;visibility:hidden;transition:.28s;backdrop-filter:blur(3px)}.mobile-menu-backdrop.open{opacity:1;visibility:visible}.mobile-navigation{display:flex;position:fixed;z-index:95;top:0;right:0;bottom:0;width:min(420px,94vw);flex-direction:column;background:#f7f9fb;box-shadow:-24px 0 60px rgba(3,15,23,.22);transform:translateX(104%);visibility:hidden;transition:transform .32s cubic-bezier(.22,.7,.2,1),visibility .32s;overflow:hidden}.mobile-navigation.open{transform:none;visibility:visible}.mobile-navigation-head{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;background:#fff;border-bottom:1px solid var(--line)}.mobile-navigation-head>a{display:flex;align-items:center;gap:10px}.mobile-navigation-head img{width:116px;height:42px;object-fit:contain}.mobile-navigation-head span{padding-left:10px;border-left:1px solid #dce2e9;color:var(--navy);font:800 10px var(--heading);letter-spacing:.16em}.mobile-navigation-head button{width:39px;height:39px;border:0;border-radius:50%;background:#e9f3f5;color:var(--navy);font-size:26px;line-height:1}.mobile-navigation-search{height:48px;display:flex;align-items:center;flex:0 0 auto;margin:14px 16px 9px;padding-left:12px;border:1px solid #d9e2e9;border-radius:11px;background:#fff;box-shadow:0 6px 18px rgba(8,47,58,.05)}.mobile-navigation-search svg{width:19px;fill:none;stroke:#718095;stroke-width:1.8}.mobile-navigation-search input{min-width:0;flex:1;border:0;outline:0;padding:0 9px;background:transparent;color:var(--ink);font-size:13px}.mobile-navigation-search button{align-self:stretch;width:45px;border:0;border-radius:0 10px 10px 0;background:var(--red);color:#fff;font-size:18px}.mobile-category-tree{flex:1;overflow-y:auto;padding:5px 16px 20px;overscroll-behavior:contain}.mobile-navigation-all,.mobile-category-single{min-height:49px;display:flex;align-items:center;gap:10px;padding:0 13px;border-radius:10px;color:var(--ink);font-size:13px;font-weight:700}.mobile-navigation-all{margin-bottom:7px;background:var(--navy);color:#fff}.mobile-navigation-all .grid-icon{color:#58bfd5}.mobile-navigation-all i,.mobile-category-single i{margin-left:auto;font-style:normal}.mobile-category-single{border-bottom:1px solid #e3e8ee;border-radius:0}.mobile-category-single.active{color:var(--blue)}.mobile-category-group{border-bottom:1px solid #e3e8ee}.mobile-category-group summary{min-height:49px;display:flex;align-items:center;justify-content:space-between;padding:0 9px;list-style:none;color:var(--ink);font-size:13px;font-weight:700;cursor:pointer}.mobile-category-group summary::-webkit-details-marker{display:none}.mobile-category-group summary i{position:relative;width:24px;height:24px;border-radius:50%;background:#e9f3f5}.mobile-category-group summary i:before,.mobile-category-group summary i:after{content:"";position:absolute;left:7px;right:7px;top:11px;height:2px;background:var(--blue);transition:.2s}.mobile-category-group summary i:after{transform:rotate(90deg)}.mobile-category-group[open] summary{color:var(--blue)}.mobile-category-group[open] summary i:after{transform:none}.mobile-category-children{display:grid;gap:7px;margin:0 0 13px 9px;padding:12px;border-left:3px solid #cfe7ec;border-radius:0 10px 10px 0;background:#fff}.mobile-category-children a{font-size:11px;line-height:1.4}.mobile-category-children a.active{color:var(--blue);font-weight:800}.mobile-view-category{display:flex;justify-content:space-between;color:var(--blue);font-weight:800}.mobile-view-category b{font-size:14px}.mobile-level-two{padding-top:5px;color:var(--ink);font-weight:700}.mobile-level-three{display:grid;gap:5px;margin-left:9px;padding-left:10px;border-left:1px solid #dce6eb}.mobile-level-three a{color:#708095}.mobile-navigation-footer{flex:0 0 auto;padding:13px 17px 17px;background:var(--navy);color:#fff}.mobile-navigation-footer>a{display:flex;justify-content:space-between;padding:8px 0;font-size:11px;font-weight:700}.mobile-navigation-footer>a+a{border-top:1px solid rgba(255,255,255,.12)}.mobile-navigation-footer small{display:block;margin-top:8px;color:#9fc1ca;font-size:9px}.hero{height:auto;min-height:610px}.hero-media{background-position:64% center}.hero-shade{background:linear-gradient(90deg,rgba(3,9,19,.96),rgba(3,9,19,.58))}.hero-inner{min-height:610px}.hero-copy{padding:54px 0 48px}.hero h1{font-size:clamp(39px,10.5vw,48px)}.hero-copy>p{font-size:14px;max-width:92%}.hero-mini-card{display:none}.hero-actions{flex-direction:column;align-items:flex-start}.hero-trust{margin-top:25px}.benefits-grid{height:auto;grid-template-columns:1fr 1fr}.benefits article{height:78px;justify-content:flex-start;padding-left:12px;border-bottom:1px solid var(--line)}.shop-section{padding:55px 0}.section-heading{align-items:flex-start}.section-heading h2{font-size:26px}.section-heading p{max-width:260px}.shop-controls{display:none}.mobile-filters{display:flex;overflow:auto;gap:7px;margin-bottom:20px;scrollbar-width:none}.mobile-filters a{white-space:nowrap;border:1px solid #dce2e9;background:white;color:#647187;border-radius:20px;padding:7px 12px;font-size:11px;font-weight:700}.mobile-filters a.active{background:var(--navy);color:white;border-color:var(--navy)}.product-grid{grid-template-columns:1fr 1fr;gap:10px}.product-media{height:165px}.product-body{padding:12px}.product-title{font-size:12px;height:38px}.product-spec{font-size:9px}.price strong{font-size:15px}.add-cart{width:35px;height:35px}.solution-inner{display:block;padding:50px 0}.solution-inner h2{font-size:28px}.solution-stats{padding:28px 0 0;border:0;border-top:1px solid rgba(255,255,255,.2);margin-top:35px;justify-content:space-between}.solution-stats div{display:block}.solution-stats strong,.solution-stats span{display:block}.brands{overflow:hidden}.brand-row{width:max-content;justify-content:flex-start;animation:brands 18s linear infinite}.brand-row img{width:100px}.footer-grid{grid-template-columns:1fr 1fr;gap:35px}.footer-brand{grid-column:1/-1}.footer-bottom{height:auto;padding:20px 0;display:block}.footer-bottom span{display:block;margin:5px 0}.product-detail{grid-template-columns:1fr;padding-bottom:55px}.product-main-image{height:390px}.product-info{padding-top:0}.product-content-grid{grid-template-columns:1fr}.product-content-section{padding:55px 0}.related-products{padding:55px 0}.breadcrumbs{white-space:nowrap;overflow:hidden}.checkout-layout{grid-template-columns:1fr}.order-summary{position:static}.checkout-fields{grid-template-columns:1fr}.checkout-fields .full{grid-column:auto}.confirmation-card{padding:30px 20px}.confirmation-actions{flex-direction:column}
}
@media(max-width:390px){.product-grid{grid-template-columns:1fr}.product-media{height:230px}.benefits-grid{grid-template-columns:1fr}.benefits article{border-right:0}.hero h1{font-size:37px}.mobile-navigation{width:100vw}.mobile-navigation-head{height:70px}.mobile-navigation-search{margin-top:11px}}
@media(max-width:700px){.category-hero-inner{min-height:360px;display:block;padding:55px 0}.category-count{width:105px;min-width:105px;height:105px;margin-top:28px}.category-count strong{font-size:27px}.category-catalog-layout{grid-template-columns:1fr}.category-sidebar{position:static;padding:19px}.subcategory-list{grid-template-columns:1fr 1fr;column-gap:14px}.category-catalog-main .product-grid{grid-template-columns:1fr 1fr}.category-geo{padding:50px 0}.product-faq-section{padding:55px 0}.product-detail-categories{margin-top:5px}}
@media(max-width:700px){.product-media{height:auto;aspect-ratio:1/1}.product-title{height:auto;min-height:38px}.product-spec{min-height:42px}.add-cart{width:auto;height:auto;font-size:10px}.product-card-actions>a,.add-cart{padding:0 8px}.product-image-cta{display:none}}
@media(max-width:390px){.product-media{height:auto;aspect-ratio:4/3}}
@keyframes brands{to{transform:translateX(-50%)}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
