:root{--red:#f11925;--orange:#ff7a18;--gold:#ffb62a;--ink:#070a0e;--ink2:#0d1218;--panel:#121820;--line:#27313b;--muted:#7a8591;--bg:#f5f6f8;--white:#fff;--green:#1aa86b;--shadow:0 20px 60px rgba(8,12,18,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;background:var(--bg);color:#111820}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}.wrap{width:min(1440px,94%);margin:auto}.topbar{background:#05070a;color:#b8c0ca;font-size:11px;border-bottom:1px solid #1e252c}.topbar-inner{display:flex;justify-content:space-between;padding:8px 0}.topbar a{color:#fff}.header{background:#080c11;color:#fff;position:sticky;top:0;z-index:100;border-bottom:1px solid #232c35;box-shadow:0 10px 35px rgba(0,0,0,.18)}.nav{min-height:90px;display:flex;align-items:center;gap:24px}.brand{flex:0 0 auto}.logo{width:86px;height:86px;object-fit:contain;border-radius:50%}.nav-search{flex:1;max-width:760px}.search{display:flex;background:#f9fafb;border:1px solid #fff;border-radius:12px;overflow:hidden}.search select{border:0;border-right:1px solid #d9dee5;padding:0 13px;background:#fff;color:#242a31;min-width:92px}.search input{width:100%;border:0;padding:13px 15px;outline:none}.search button{border:0;background:var(--red);color:#fff;width:58px;font-size:23px}.nav-actions{display:flex;align-items:center;gap:14px;margin-left:auto}.nav-action{font-size:12px;color:#e7ebef}.cart-pill{border:1px solid #3a444e;padding:9px 12px;border-radius:10px;font-size:12px}.cart-pill b{display:inline-grid;place-items:center;min-width:20px;height:20px;background:var(--red);border-radius:50%;font-size:10px;margin-left:4px}.main-nav{display:flex;align-items:center;gap:0;overflow:auto;white-space:nowrap}.main-nav>a{padding:13px 16px;font-size:12px;font-weight:800;color:#cfd5dc}.main-nav>a:hover{color:#fff;background:#121820}.main-nav .all-cat{background:linear-gradient(120deg,var(--red),var(--orange));color:#fff;border-radius:9px 9px 0 0}.main-nav .quote-link{margin-left:auto;color:#fff;border:1px solid #ff7a18;border-radius:8px;margin-bottom:5px}.hero{background:radial-gradient(circle at 72% 42%,#3a1116 0,#11161c 35%,#05070a 75%);color:#fff;padding:62px 0 54px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:40px;align-items:center}.hero .eyebrow{letter-spacing:3px;color:#ff9d37;font-weight:900;font-size:11px}.hero h1{font-size:clamp(46px,6vw,82px);line-height:.94;letter-spacing:-4px;margin:12px 0 22px}.hero h1 span{background:linear-gradient(100deg,#ff2d32,#ffb42b);-webkit-background-clip:text;color:transparent}.hero p{font-size:16px;line-height:1.75;color:#b6c0ca;max-width:690px}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.hero-art{min-height:390px;border:1px solid #2b343d;border-radius:25px;background:linear-gradient(145deg,#141b23,#080b0f);position:relative;overflow:hidden;display:grid;place-items:center;box-shadow:0 25px 80px #0008}.hero-art:before{content:"";position:absolute;inset:-30%;background:conic-gradient(from 160deg,transparent,#ef1b2426,transparent,#ffb62a20,transparent);filter:blur(20px);animation:spin 16s linear infinite}.hero-art img{width:250px;height:250px;object-fit:contain;position:relative;filter:drop-shadow(0 22px 25px #000)}.hero-stats{position:absolute;left:16px;right:16px;bottom:16px;display:grid;grid-template-columns:1.4fr 1fr;gap:10px}.hero-stat{background:#090d12dd;border:1px solid #303945;border-radius:12px;padding:13px}.hero-stat b{font-size:12px}.hero-stat span{display:block;color:#8d98a5;font-size:10px;margin-top:3px}.section{padding:58px 0}.section.dark{background:#080b0f;color:#fff}.feature-strip{display:grid;grid-template-columns:repeat(4,1fr);background:#10161d;border:1px solid #26313b;border-radius:17px;overflow:hidden}.feature{padding:18px 20px;border-right:1px solid #27313b}.feature:last-child{border-right:0}.feature strong{display:block;font-size:12px;color:#fff}.feature span{display:block;color:#8d98a5;font-size:10px;margin-top:4px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px}.eyebrow{font-size:10px;letter-spacing:2.5px;font-weight:900;color:var(--orange)}h2{font-size:34px;letter-spacing:-1.5px;margin:5px 0}.section-head p{margin:0;color:#7a8590;font-size:12px}.dark .section-head p{color:#7e8995}.cards{display:grid;grid-template-columns:repeat(5,1fr);gap:13px}.cat{background:#fff;border:1px solid #e0e5e9;border-radius:16px;padding:16px;min-height:135px;display:flex;flex-direction:column;justify-content:space-between;transition:.18s;box-shadow:0 4px 18px #0b11180b}.cat:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.cat .ico{font-size:30px}.cat b{font-size:13px}.cat span{font-size:10px;color:#737e89;font-weight:800}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product{background:#fff;border:1px solid #e0e5e9;border-radius:17px;padding:13px;display:flex;flex-direction:column;min-width:0}.dark .product{background:#11171e;border-color:#29343e;color:#fff}.product-media{height:210px;border-radius:13px;background:linear-gradient(145deg,#eef1f4,#fff);display:grid;place-items:center;overflow:hidden}.product-media img{width:100%;height:100%;object-fit:contain}.product-placeholder{font-size:42px;font-weight:900;color:#c5cbd2}.tag{font-size:9px;letter-spacing:1.2px;text-transform:uppercase;color:var(--orange);font-weight:900;margin-top:13px}.product h3{font-size:16px;line-height:1.3;margin:6px 0}.product p{font-size:11px;color:#707b87;min-height:50px;margin:0;line-height:1.5}.dark .product p{color:#8e98a4}.price{font-size:21px;font-weight:900;margin-top:auto;padding-top:12px}.price del{font-size:10px;color:#9aa2ac;margin-left:5px}.product-actions{display:flex;gap:7px;margin-top:12px}.product-actions .btn,.product-actions .wa{flex:1}.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:10px;padding:11px 16px;background:linear-gradient(120deg,var(--red),var(--orange));color:#fff;font-weight:850;cursor:pointer;box-shadow:0 8px 25px #ef1b2430}.btn.secondary{background:#fff;color:#111;border:1px solid #d9dfe5;box-shadow:none}.btn.dark{background:#151b22}.btn.small{padding:8px 11px;font-size:11px}.wa{display:inline-flex;align-items:center;justify-content:center;border:1px solid #d8e0e5;border-radius:10px;padding:8px 10px;font-size:11px;font-weight:800}.builder-box{background:linear-gradient(135deg,#0b1016,#181e26);color:#fff;border-radius:22px;padding:35px;display:flex;align-items:center;justify-content:space-between;gap:25px;position:relative;overflow:hidden}.builder-box:after{content:"";position:absolute;right:-130px;top:-140px;width:430px;height:430px;border-radius:50%;background:radial-gradient(circle,#ef1b2440,transparent 68%)}.builder-box>*{position:relative;z-index:1}.builder-box h2{margin:0 0 7px}.builder-box p{color:#aab4bf;margin:0}.promo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.promo{border-radius:16px;padding:22px;min-height:170px;color:#fff;position:relative;overflow:hidden;border:1px solid #2d3741;background:linear-gradient(135deg,#121820,#202831)}.promo.red{background:linear-gradient(135deg,#240c10,#791219)}.promo.blue{background:linear-gradient(135deg,#091927,#174d73)}.promo.gold{background:linear-gradient(135deg,#2c1e0b,#9a6b22)}.promo h3{font-size:21px;margin:0 0 7px}.promo p{font-size:11px;color:#d5dce2;max-width:270px}.promo .btn{margin-top:10px}.page{padding:44px 0 70px}.page-title{margin-bottom:25px}.page-title h1{font-size:42px;letter-spacing:-2px;margin:0}.page-title p{color:#6e7884}.filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.grid{display:grid;grid-template-columns:1.15fr .85fr;gap:20px}.panel{background:#fff;border:1px solid #e0e5e9;border-radius:17px;padding:22px}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.input,.panel input,.panel select,.panel textarea{width:100%;border:1px solid #d8dee5;border-radius:9px;padding:11px 12px;background:#fff;outline:none}.panel label{display:block;font-size:11px;font-weight:800;color:#55606b;margin-bottom:5px}.panel textarea{min-height:100px;resize:vertical}.panel h3{margin-top:0}.builder-layout{display:grid;grid-template-columns:1.35fr .65fr;gap:20px}.build-row{display:grid;grid-template-columns:145px 1fr;gap:13px;align-items:center;padding:13px 0;border-bottom:1px solid #edf0f2}.build-row label{font-size:11px;font-weight:900}.build-row select{width:100%;padding:11px;border:1px solid #dce1e7;border-radius:9px}.summary{position:sticky;top:145px}.sum-line{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #edf0f2;font-size:11px}.sum-total{font-size:29px;font-weight:900;margin:15px 0}.compat{padding:11px 12px;border-radius:9px;font-size:11px;margin-bottom:8px}.compat.ok{background:#eafaf2;color:#0c7b49}.compat.bad{background:#fff0f0;color:#b21820}.notice{padding:13px 15px;border-radius:10px;background:#fff7e7;border:1px solid #ffd27c;color:#704900;font-size:11px}.quote-table{width:100%;border-collapse:collapse}.quote-table th,.quote-table td{padding:10px;border-bottom:1px solid #e5e8ec;text-align:left;font-size:11px}.quote-total{text-align:right;font-size:23px;font-weight:900;line-height:1.6}.footer{background:#06090d;color:#fff;padding:45px 0 20px}.footer-top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.4fr;gap:35px}.footer-logo{width:100px;height:100px;border-radius:50%}.footer-tag{color:#ff9d37;font-weight:800;font-size:12px}.footer h4{margin:0 0 10px}.footer a,.footer p{display:block;color:#89939e;font-size:11px;line-height:1.8;margin:0 0 3px}.footer a:hover{color:#fff}.footer-wa{color:#fff!important}.footer-bottom{border-top:1px solid #1f2730;margin-top:30px;padding-top:15px;display:flex;justify-content:space-between;color:#626d78;font-size:10px}.login{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 50% 30%,#1a1e25,#05070a 70%);color:#fff}.login-box{width:min(430px,92%);background:#10161d;border:1px solid #2a343e;border-radius:20px;padding:28px;box-shadow:var(--shadow)}.login-box img{width:110px;height:110px;object-fit:contain;display:block;margin:auto}.login-box h2{text-align:center}.login-box label{font-size:11px;color:#aab3bc;font-weight:800}.login-box input{width:100%;padding:12px;background:#0b1015;color:#fff;border:1px solid #303a45;border-radius:9px;margin:6px 0 14px}.error,.success{padding:11px 13px;border-radius:9px;font-size:11px;margin-bottom:13px}.error{background:#42171b;color:#ffb5b8}.success{background:#0e3925;color:#8ff0bd}.admin-shell{background:#080c11;color:#dce3e9;min-height:100vh}.admin-nav{background:#0e141b;border-bottom:1px solid #27313a;position:sticky;top:0;z-index:100}.admin-nav .wrap{min-height:68px;display:flex;align-items:center;gap:14px;overflow:auto}.admin-nav img{width:48px;height:48px;border-radius:50%;object-fit:contain}.admin-nav a{font-size:11px;color:#aeb7c1;white-space:nowrap}.admin-content{padding:32px 0 60px}.admin-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:11px}.admin-stat{background:#111820;border:1px solid #27323d;border-radius:14px;padding:17px}.admin-stat span{font-size:10px;color:#7e8995}.admin-stat b{display:block;font-size:27px;color:#fff;margin-top:5px}.admin-card{background:#111820;border:1px solid #27323d;border-radius:15px;padding:19px;margin-top:16px}.admin-links{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.admin-links a{background:#151c24;border:1px solid #2a3540;border-radius:11px;padding:15px;font-weight:800;font-size:11px}.admin-form input,.admin-form textarea,.admin-form select{width:100%;background:#0c1117;color:#fff;border:1px solid #303a45;border-radius:8px;padding:9px;margin:5px 0 12px}.admin-form label{font-size:10px;color:#9aa5b0;font-weight:800}.admin-table{width:100%;border-collapse:collapse}.admin-table th,.admin-table td{padding:10px;border-bottom:1px solid #29333d;text-align:left;font-size:10px;vertical-align:top}.admin-table th{color:#84909c}.admin-table td{color:#d8dfe5}.admin-table select{background:#0c1117;color:#fff;border:1px solid #303a45;border-radius:7px;padding:7px}.empty{padding:35px;text-align:center;color:#77828e;border:1px dashed #d5dce2;border-radius:12px}.social-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.social-card{display:flex;align-items:center;gap:14px;padding:18px 20px;border-radius:15px;border:1px solid #e0e5e9;background:#fff;transition:.18s;box-shadow:0 4px 18px #0b11180b}.social-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.social-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#10161d;color:#fff;font-size:22px;font-weight:900;flex:0 0 auto}.social-card span:nth-child(2){display:flex;flex-direction:column;min-width:0}.social-card b{font-size:13px}.social-card small{font-size:10px;color:#7a8591;margin-top:3px}.social-card strong{margin-left:auto;font-size:10px;white-space:nowrap}.instagram .social-icon{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045)}.facebook .social-icon{background:#1877f2}.youtube .social-icon{background:#ff0000}.footer-social{display:flex;gap:14px;margin-top:12px;flex-wrap:wrap}.footer-social a{display:inline-block!important;color:#fff!important;font-weight:800}@media(max-width:700px){.social-grid{grid-template-columns:1fr}.social-card{padding:16px}}@keyframes spin{to{transform:rotate(360deg)}}
@media(max-width:1100px){.navlinks{display:none}.nav-actions{display:none}.cards{grid-template-columns:repeat(3,1fr)}.products{grid-template-columns:repeat(3,1fr)}.hero-grid,.grid,.builder-layout{grid-template-columns:1fr}.summary{position:static}.footer-top{grid-template-columns:1fr 1fr}.admin-grid{grid-template-columns:repeat(3,1fr)}.admin-links{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.topbar{display:none}.nav{min-height:70px}.logo{width:60px;height:60px}.nav-search{width:100%}.search select{display:none}.main-nav{display:none}.hero{padding:48px 0}.hero h1{font-size:48px}.hero-art{min-height:290px}.section{padding:44px 0}.cards,.products,.footer-top,.feature-strip,.promo-grid,.admin-grid,.admin-links{grid-template-columns:1fr}.feature{border-right:0;border-bottom:1px solid #27313b}.feature:last-child{border-bottom:0}.builder-box{padding:26px;display:block}.builder-box .btn{margin-top:18px}.page-title h1{font-size:34px}.grid2{grid-template-columns:1fr}.build-row{grid-template-columns:1fr}.footer-bottom{display:block}.footer-bottom span{display:block;margin-bottom:7px}}
@media print{.topbar,.header,.footer,.btn,.wa{display:none!important}.page{padding:0}.panel{border:0;box-shadow:none}.notice{border:1px solid #bbb}.quote-print{display:block!important}}

.breadcrumb{display:flex;gap:8px;align-items:center;flex-wrap:wrap;font-size:10px;color:#7b8590;margin-bottom:16px}.breadcrumb a{font-weight:800;color:#4e5964}.product-badges{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:13px}.product-badges .tag{margin-top:0}.badge{font-size:9px;font-weight:900;border-radius:999px;padding:5px 8px;white-space:nowrap}.badge.low{background:#fff3d8;color:#8a5600}.badge.out{background:#ffe8e9;color:#b51d25}.sort-form{margin-left:auto;display:flex;align-items:center;gap:7px;font-size:10px;font-weight:800}.sort-form select{border:1px solid #d8dee5;border-radius:8px;padding:8px;background:#fff}.sort-form .check{display:flex;align-items:center;gap:4px}.trust-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:18px}.trust-cards>div{border:1px solid #e3e7eb;border-radius:10px;padding:11px;background:#fafbfc}.trust-cards b{display:block;font-size:10px}.trust-cards span{display:block;color:#77818c;font-size:9px;margin-top:4px}.mobile-nav{display:none}.mobile-nav a{position:relative;display:flex;flex-direction:column;align-items:center;gap:3px;font-size:17px;font-weight:900}.mobile-nav span{font-size:9px;font-weight:800}.mobile-nav b{position:absolute;top:-5px;right:4px;background:var(--red);color:#fff;border-radius:999px;min-width:15px;height:15px;display:grid;place-items:center;font-size:8px}.muted{color:#77818c}
@media(max-width:700px){.mobile-nav{position:fixed;display:grid;grid-template-columns:repeat(5,1fr);left:0;right:0;bottom:0;height:64px;padding-bottom:env(safe-area-inset-bottom);background:#080c11;border-top:1px solid #29333d;color:#fff;z-index:9999;box-shadow:0 -12px 30px rgba(0,0,0,.25)}body{padding-bottom:64px}.mobile-nav a{justify-content:center;color:#cfd6dd}.mobile-nav a:first-child{color:#fff}.sort-form{width:100%;margin-left:0;justify-content:space-between}.filters{align-items:center}.trust-cards{grid-template-columns:1fr}.breadcrumb{margin-bottom:12px}.product-media{height:190px}.product h3{font-size:15px}}

.availability-box{display:flex;flex-direction:column;gap:6px;padding:14px 16px;border:1px solid #e2e6ea;border-radius:12px;background:#fafbfc;margin:14px 0}.availability-box b{font-size:13px}.availability-box span{color:#68737e;font-size:13px;line-height:1.5}

.catalog-intro{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:0 0 18px}.catalog-intro>div{padding:13px 15px;border:1px solid #e0e5e9;border-radius:12px;background:#fff}.catalog-intro b{display:block;font-size:11px}.catalog-intro span{display:block;font-size:10px;color:#77818c;margin-top:4px}.filter-panel{padding:17px;border:1px solid #e0e5e9;border-radius:16px;background:#f8fafb;margin-bottom:18px}.filter-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr 1fr auto;gap:9px;align-items:end}.filter-grid label{display:block;font-size:10px;font-weight:850;color:#56616c;margin-bottom:5px}.filter-actions{display:flex;gap:7px}.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;margin:15px 0;font-size:11px;font-weight:800;color:#68737e}.catalog-toolbar .sort-form{margin-left:0}.product-media img{width:100%;height:100%;object-fit:contain;display:block}.admin-form small{display:block;margin-top:-8px;margin-bottom:8px;font-size:9px}
@media(max-width:1100px){.filter-grid{grid-template-columns:repeat(3,1fr)}.catalog-intro{grid-template-columns:1fr 1fr}.filter-actions{grid-column:1/-1}}
@media(max-width:700px){.filter-grid{grid-template-columns:1fr 1fr}.catalog-intro{grid-template-columns:1fr}.filter-actions{grid-column:1/-1}.catalog-toolbar{display:block}.catalog-toolbar .sort-form{margin-top:10px}}

.availability-mini{display:inline-block;margin-top:8px;padding:5px 8px;border-radius:999px;font-size:9px;font-weight:900}.availability-mini.ready{background:#eafaf2;color:#087847}.availability-mini.on_order{background:#eaf3ff;color:#155a9b}.availability-mini.enquire{background:#f2f4f6;color:#59636e}.availability-mini.out{background:#ffe8e9;color:#b51d25}
.catalog-principle{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:22px 0}.catalog-principle>div{padding:16px;border:1px solid #e0e5e9;border-radius:14px;background:#fff}.catalog-principle b{display:block;font-size:12px}.catalog-principle span{display:block;font-size:10px;color:#77818c;margin-top:5px;line-height:1.5}
@media(max-width:700px){.catalog-principle{grid-template-columns:1fr}}

.checkout-notice{padding:12px 14px;border-radius:11px;background:#fff8e8;border:1px solid #f2d18b;color:#6f4d00;font-size:10px;line-height:1.55;margin-bottom:14px}.checkout-notice b{display:block;font-size:11px;margin-bottom:4px}.checkout-notice span{display:block}

.product-gallery{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.gallery-thumb{border:1px solid #d9dee4;background:#fff;border-radius:10px;padding:3px;width:78px;height:62px;cursor:pointer}.gallery-thumb.active{border:2px solid #f05a28}.gallery-thumb img{width:100%;height:100%;object-fit:cover;border-radius:7px}.admin-table input,.admin-table select{max-width:100%;box-sizing:border-box}.admin-table form{margin:0}.thumb-row{display:flex;flex-wrap:wrap}
.product-media-large{height:520px;position:relative}.media-zoom{position:absolute;right:12px;top:12px;z-index:2;width:38px;height:38px;border:1px solid #d9dfe5;border-radius:10px;background:#ffffffdd;cursor:pointer;font-size:20px}.gallery-count{font-size:10px;color:#7b8590;margin-top:7px}.purchase-row{display:flex;align-items:center;gap:12px;margin:12px 0 4px;min-height:34px}.qty-control{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:800}.qty-control input{width:68px;padding:9px;border:1px solid #d9dfe5;border-radius:8px;text-align:center}.stock-note{font-size:10px;color:#68737f}.related-section{padding-top:10px}.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.9);display:none;align-items:center;justify-content:center;padding:30px;z-index:9999}.lightbox.open{display:flex}.lightbox img{max-width:94vw;max-height:90vh;object-fit:contain}.lightbox-close{position:absolute;right:20px;top:15px;width:44px;height:44px;border:0;border-radius:50%;background:#fff;color:#111;font-size:30px;cursor:pointer}
@media(max-width:800px){.product-media-large{height:390px}.grid{grid-template-columns:1fr}.panel h1{font-size:32px!important}.purchase-row{flex-wrap:wrap}.related-section .products{grid-template-columns:repeat(2,1fr)}}
\n.order-steps{display:flex;gap:0;margin-top:24px;overflow-x:auto;padding-bottom:8px}.order-step{min-width:110px;flex:1;text-align:center;position:relative;color:#7f8999}.order-step:not(:last-child):after{content:"";position:absolute;top:15px;left:58%;right:-42%;height:2px;background:rgba(255,255,255,.12)}.order-step.done{color:#f6f7fb}.order-step.done:not(:last-child):after{background:rgba(245,150,30,.7)}.order-step span{display:inline-flex;width:30px;height:30px;border-radius:50%;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.2);background:#10141b;position:relative;z-index:1}.order-step.done span{border-color:#f5961e;background:#f5961e;color:#111}.order-step.current small{font-weight:700;color:#f5961e}.order-step small{display:block;margin-top:7px;white-space:nowrap}@media(max-width:700px){.order-steps{gap:8px}.order-step{min-width:96px}.order-step:not(:last-child):after{left:62%;right:-30%}}\n.policy{max-width:980px;margin:0 auto;line-height:1.72}.policy h2{margin:28px 0 8px;font-size:20px}.policy p{color:#46515d}.policy a{color:inherit;text-decoration:underline}
.search-wrap{position:relative}.search-suggest{position:absolute;left:0;right:0;top:calc(100% + 8px);background:#fff;border:1px solid #dce2e8;border-radius:12px;box-shadow:0 18px 40px rgba(0,0,0,.18);overflow:hidden;display:none;z-index:500}.search-suggest.open{display:block}.search-suggest a{display:flex;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid #edf0f3;color:#18202a;font-size:11px}.search-suggest a:hover{background:#f6f8fa}.search-suggest a b{white-space:nowrap}.search-empty{padding:14px;font-size:11px;color:#77818c}@media(max-width:700px){.search-suggest{position:fixed;left:3%;right:3%;top:69px}}

.review-summary{display:flex;align-items:center;gap:10px;margin:10px 0 16px;font-size:11px}.stars{letter-spacing:2px;font-weight:900}.review-summary .stars,.review-score .stars{font-size:16px}.review-layout{display:grid;grid-template-columns:1.25fr .75fr;gap:16px}.review-score{display:flex;align-items:center;gap:12px;border-bottom:1px solid #e3e7eb;padding-bottom:14px;margin-bottom:10px}.review-score strong{font-size:36px}.review-score small{color:#77818c}.review-item{padding:14px 0;border-bottom:1px solid #e8ebee}.review-item:last-child{border-bottom:0}.review-item h4{margin:7px 0 4px}.review-item p{font-size:12px;line-height:1.6;color:#46515d}.review-item small{color:#7b8590}.verified-badge{display:inline-block;margin-left:8px;font-size:9px;font-weight:900;padding:4px 7px;border-radius:999px;background:#eaf7ef;color:#087447}.review-list{max-height:560px;overflow:auto}@media(max-width:800px){.review-layout{grid-template-columns:1fr}}

/* V34 — accessibility, mobile ergonomics, print and admin polish */
.skip-link{position:fixed;left:12px;top:10px;z-index:10000;transform:translateY(-180%);background:#fff;color:#111;padding:10px 14px;border-radius:9px;font-size:12px;font-weight:900;box-shadow:0 8px 25px rgba(0,0,0,.25)}.skip-link:focus{transform:translateY(0)}
:focus-visible{outline:3px solid #ffb62a;outline-offset:2px}.btn:focus-visible,.wa:focus-visible,.cart-pill:focus-visible,.nav-action:focus-visible,.main-nav a:focus-visible{outline:3px solid #ffb62a;outline-offset:2px}
button,.btn,a,input,select,textarea{touch-action:manipulation}.btn,.wa,.nav-action,.cart-pill{min-height:40px}
input,select,textarea{font-size:16px} .search input{font-size:16px}
img{max-width:100%;height:auto}
.admin-nav .wrap{scrollbar-width:thin}.admin-nav a{padding:9px 3px}.admin-nav a:hover,.admin-nav a:focus-visible{color:#fff}
.table-scroll,.admin-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}
@media(max-width:900px){.nav{min-height:72px;gap:12px}.logo{width:64px;height:64px}.nav-actions{gap:7px}.nav-action{display:none}.main-nav>a{padding:11px 12px}.main-nav .quote-link{margin-left:8px}.hero-grid{grid-template-columns:1fr}.hero-art{min-height:300px}.cards{grid-template-columns:repeat(3,1fr)}.products{grid-template-columns:repeat(3,1fr)}.promo-grid{grid-template-columns:1fr 1fr}.feature-strip{grid-template-columns:1fr 1fr}.footer-top{grid-template-columns:1fr 1fr}.admin-grid{grid-template-columns:repeat(3,1fr)}.admin-links{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){body{padding-bottom:66px}.topbar-inner{padding:7px 0;font-size:10px}.topbar-inner span:first-child{display:none}.topbar-inner{justify-content:center}.header{position:sticky;top:0}.nav{min-height:62px;align-items:center}.brand{width:54px}.logo{width:54px;height:54px}.nav-search{order:2}.nav-actions{order:3}.search select{display:none}.search input{padding:10px 11px}.search button{width:48px}.main-nav{display:none}.mobile-nav{position:fixed;left:0;right:0;bottom:0;height:62px;background:#090d12;border-top:1px solid #27313b;z-index:1000;display:grid!important;grid-template-columns:repeat(6,1fr);padding-bottom:env(safe-area-inset-bottom);box-shadow:0 -10px 30px rgba(0,0,0,.22)}.mobile-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#cfd5dc;font-size:17px;line-height:1.1;min-height:62px}.mobile-nav span{font-size:9px;font-weight:800;margin-top:4px}.mobile-nav b{display:inline-grid;place-items:center;min-width:16px;height:16px;background:var(--red);border-radius:50%;font-size:8px;vertical-align:middle}.hero{padding:40px 0 36px}.hero h1{font-size:clamp(40px,13vw,58px);letter-spacing:-2.5px}.hero p{font-size:14px}.section{padding:42px 0}.section-head{display:block}.section-head p{margin-top:7px}.cards{grid-template-columns:repeat(2,1fr)}.products{grid-template-columns:repeat(2,1fr);gap:10px}.product{padding:10px}.product-media{height:170px}.product h3{font-size:14px}.price{font-size:18px}.product-actions{flex-direction:column}.promo-grid,.feature-strip,.footer-top,.grid2,.catalog-intro,.catalog-principle{grid-template-columns:1fr}.builder-box{padding:24px;display:block}.builder-box .btn{margin-top:15px}.page{padding:32px 0 50px}.page-title h1{font-size:32px}.filter-grid{grid-template-columns:1fr}.filter-actions{grid-column:auto}.admin-content{padding:20px 0 35px}.admin-grid{grid-template-columns:repeat(2,1fr)}.admin-links{grid-template-columns:1fr}.admin-nav .wrap{gap:10px;min-height:58px}.admin-nav strong{display:none}.admin-nav img{width:42px;height:42px}.admin-nav a{font-size:10px;padding:8px 2px}.admin-table{min-width:720px}.admin-card{padding:14px}.summary{position:static}.build-row{grid-template-columns:1fr}.product-media-large{height:330px}}
@media(max-width:380px){.products{grid-template-columns:1fr}.product-media{height:210px}.nav-search{min-width:0}.search input{min-width:0}.mobile-nav a{font-size:15px}.mobile-nav span{font-size:8px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-art:before,.cat,.btn{animation:none!important;transition:none!important}.cat:hover{transform:none}}
@media print{.topbar,.header,.mobile-nav,.footer,.btn,.wa,.skip-link,.admin-nav{display:none!important}body,.admin-shell{background:#fff!important;color:#111!important}.page,.admin-content{padding:0!important}.panel,.admin-card{box-shadow:none!important;border:1px solid #bbb!important;color:#111!important}.admin-table th,.admin-table td{color:#111!important;border-color:#ccc!important}.quote-table{page-break-inside:auto}.quote-table tr{page-break-inside:avoid}.print-only{display:block!important}}
.print-only{display:none}
.social-icon svg{width:24px;height:24px;display:block}.footer-social-link{display:inline-flex!important;align-items:center;gap:7px;color:#fff!important}.footer-social-link span{width:22px;height:22px;display:grid;place-items:center}.footer-social-link svg{width:20px;height:20px;display:block}.footer-social-link:hover{color:#fff!important}.footer-social-link.instagram:hover{color:#ff7a18!important}.footer-social-link.facebook:hover{color:#4b8df8!important}.footer-social-link.youtube:hover{color:#ff4b4b!important}/* V38 — category mega menus + mobile category drawer */
.nav-drop{position:relative;display:flex;align-items:stretch}.nav-drop>a{display:flex;align-items:center;gap:6px}.nav-caret{font-size:9px;opacity:.7}.nav-submenu,.nav-menu-panel{display:none;position:absolute;top:100%;left:0;background:#0c1117;border:1px solid #2b3540;border-radius:0 0 12px 12px;box-shadow:0 22px 50px rgba(0,0,0,.35);z-index:300;min-width:210px;padding:8px}.nav-drop:hover .nav-submenu,.nav-drop:focus-within .nav-submenu{display:block}.nav-submenu a,.nav-menu-group>a{display:flex!important;justify-content:space-between;align-items:center;padding:10px 12px!important;font-size:11px!important;color:#dce3e9!important;border-radius:7px}.nav-submenu a:hover,.nav-menu-group>a:hover{background:#18212b!important;color:#fff!important}.nav-subtitle{font-size:9px;text-transform:uppercase;letter-spacing:1.4px;color:#ff9d37;font-weight:900;padding:7px 10px}.nav-all-models{margin-top:4px;border-top:1px solid #27313b;border-radius:0!important;color:#ffb62a!important}.nav-menu-panel{left:0;min-width:270px;max-height:70vh;overflow:auto;padding:10px}.nav-drop:hover .nav-menu-panel,.nav-drop:focus-within .nav-menu-panel{display:block}.nav-menu-group{border-bottom:1px solid #202a34;padding:3px 0}.nav-menu-group:last-child{border-bottom:0}.nav-menu-title span{font-size:16px;color:#7f8a95}.nav-brand-list{display:flex;flex-wrap:wrap;gap:5px;padding:2px 8px 9px}.nav-brand-list a{padding:6px 8px!important;border:1px solid #2a3540;border-radius:7px;font-size:9px!important;color:#aeb8c2!important}.nav-brand-list a:hover{border-color:#ff7a18;background:#171f27!important;color:#fff!important}.mobile-category-drawer{display:none}.mobile-category-drawer.open{display:block}.mobile-cat-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.58);z-index:1100}.mobile-cat-sheet{position:fixed;left:0;right:0;bottom:0;max-height:86vh;background:#0b1016;color:#fff;border:1px solid #2b3540;border-radius:18px 18px 0 0;z-index:1101;overflow:auto;padding-bottom:calc(78px + env(safe-area-inset-bottom))}.mobile-cat-head{position:sticky;top:0;background:#0b1016;display:flex;justify-content:space-between;align-items:center;padding:17px 18px;border-bottom:1px solid #26313b;z-index:2}.mobile-cat-head b{font-size:15px}.mobile-cat-close{border:1px solid #394550;background:#141b23;color:#fff;border-radius:9px;width:36px;height:36px;font-size:24px}.mobile-cat-list{padding:8px 14px 18px}.mobile-cat-group{border-bottom:1px solid #202a34}.mobile-cat-toggle{width:100%;border:0;background:none;color:#fff;padding:15px 5px;display:flex;justify-content:space-between;align-items:center;font-weight:850;font-size:13px;text-align:left}.mobile-cat-toggle b{font-size:18px;color:#ffb62a}.mobile-cat-links{display:none;padding:0 5px 10px}.mobile-cat-links.open{display:block}.mobile-cat-links a{display:flex;justify-content:space-between;gap:10px;padding:10px 11px;margin:3px 0;border-radius:8px;background:#121a22;color:#d8dfe5;font-size:11px}.mobile-cat-links a small{color:#ffb62a;font-size:8px}.mobile-special-link{display:block;margin:8px 0;padding:13px 12px;border:1px solid #2a3540;border-radius:9px;color:#fff;font-weight:800;font-size:11px;background:#111820}.cat-drawer-open{overflow:hidden}.mobile-nav a:first-child{color:#fff!important}
@media(max-width:700px){.mobile-category-drawer{display:none}.mobile-category-drawer.open{display:block}.mobile-cat-sheet{max-height:88vh}.footer{display:block!important}.footer-top{grid-template-columns:1fr!important;gap:22px}.footer-top>div{padding-bottom:5px}.footer h4{font-size:13px}.footer a,.footer p{font-size:11px}.footer .footer-social{gap:10px}.footer-bottom{padding-bottom:8px}.home-category-heading{display:block}.cards .cat{min-height:125px}}

/* V40 — tablet-safe navigation + cache-safe social/icon sizing */
.mobile-category-drawer{display:none!important;position:fixed;inset:0;z-index:1100;pointer-events:none}
.mobile-category-drawer.open{display:block!important;pointer-events:auto}
.mobile-cat-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.62)}
.mobile-cat-sheet{position:absolute;left:0;right:0;bottom:0;width:100%;max-height:88vh;overflow:auto;background:#0b1016!important;color:#fff!important;border:1px solid #2b3540;border-radius:18px 18px 0 0;box-shadow:0 -18px 55px rgba(0,0,0,.4);padding-bottom:calc(82px + env(safe-area-inset-bottom));}
.mobile-cat-sheet,.mobile-cat-sheet *{visibility:visible}
.mobile-cat-head{background:#0b1016!important;color:#fff!important}
.social-icon{width:42px!important;height:42px!important;min-width:42px!important;max-width:42px!important;min-height:42px!important;max-height:42px!important;flex:0 0 42px!important}
.social-icon svg{width:24px!important;height:24px!important;max-width:24px!important;max-height:24px!important;display:block!important}
.footer-social-link span{width:22px!important;height:22px!important;min-width:22px!important;max-width:22px!important}
.footer-social-link svg{width:20px!important;height:20px!important;max-width:20px!important;max-height:20px!important}
@media (min-width:701px) and (max-width:1100px){
  .wrap{width:min(100% - 28px,1100px)}
  .nav{gap:12px;min-height:76px}
  .logo{width:64px;height:64px}
  .nav-search{max-width:none}
  .nav-actions{gap:7px}
  .nav-action{display:none}
  .main-nav{overflow-x:auto;scrollbar-width:none}
  .main-nav::-webkit-scrollbar{display:none}
  .main-nav>a{padding:11px 10px;font-size:11px}
  .main-nav .quote-link{margin-left:8px}
  .hero-grid{grid-template-columns:1fr 1fr;gap:20px}
  .cards{grid-template-columns:repeat(4,1fr)}
  .products{grid-template-columns:repeat(3,1fr)}
  .social-grid{grid-template-columns:1fr}
}
@media (max-width:700px){
  .social-icon{width:42px!important;height:42px!important;min-width:42px!important}
}

/* V41.1 — unified category navigation and reliable touch dropdowns */
.main-nav{position:relative;align-items:stretch;overflow:visible}
.main-nav > .nav-drop{position:relative;display:flex;align-items:stretch;flex:0 0 auto}
.main-nav > .nav-drop > a,.main-nav > a{display:flex;align-items:center;gap:6px;padding:13px 16px;font-family:inherit;font-size:12px;line-height:1;font-weight:800;color:#cfd5dc;white-space:nowrap}
.main-nav > .nav-drop > a:hover,.main-nav > .nav-drop.open > a,.main-nav > a:hover{color:#fff;background:#121820}
.main-nav > .nav-drop > .all-cat{background:linear-gradient(120deg,var(--red),var(--orange));color:#fff;border-radius:9px 9px 0 0}
.main-nav > .nav-drop > .nav-submenu,.main-nav > .nav-drop > .nav-menu-panel{z-index:1000}
@media (pointer:coarse),(max-width:1100px){
  .main-nav{overflow-x:auto;overflow-y:visible;scrollbar-width:none}
  .main-nav::-webkit-scrollbar{display:none}
  .main-nav > .nav-drop > a,.main-nav > a{font-size:12px;padding:13px 11px;min-height:46px}
  .nav-submenu,.nav-menu-panel{box-shadow:0 18px 42px rgba(0,0,0,.5)}
  .main-nav .nav-drop.open > .nav-submenu,.main-nav .nav-drop.open > .nav-menu-panel{display:block;position:fixed;top:var(--nav-dd-top);left:var(--nav-dd-left);width:min(var(--nav-dd-width),calc(100vw - 20px));max-height:70vh;overflow:auto}
}
@media (min-width:701px) and (max-width:1100px){
  .main-nav{width:100%;padding-bottom:1px}
  .main-nav > .nav-drop > a,.main-nav > a{font-size:12px;padding-left:10px;padding-right:10px}
}
@media (max-width:700px){.main-nav{display:none!important}}
/* V42 — Front-End Experience V2: dynamic brand navigation, mobile/tablet parity */
.main-nav{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif!important}
.main-nav,.main-nav *{font-size:inherit}
.main-nav > a,.main-nav > .nav-drop > a{font-family:inherit!important;font-size:12px!important;font-weight:800!important;line-height:1!important;letter-spacing:0!important;white-space:nowrap!important}
.main-nav .nav-submenu,.main-nav .nav-menu-panel{font-family:inherit!important}
.main-nav .nav-submenu a,.main-nav .nav-menu-panel a{font-family:inherit!important;font-size:11px!important;font-weight:700!important;line-height:1.25!important}
.main-nav .nav-menu-title{font-size:12px!important;font-weight:850!important}
.main-nav .nav-brand-list a{font-size:10px!important;font-weight:750!important}
@media(max-width:1100px){
 .main-nav{overflow-x:auto!important;overflow-y:visible!important;display:flex!important;flex-wrap:nowrap!important;align-items:stretch!important;-webkit-overflow-scrolling:touch!important}
 .main-nav > a,.main-nav > .nav-drop > a{font-size:12px!important;min-height:46px!important;padding:13px 11px!important}
 .main-nav .nav-drop.open>.nav-submenu,.main-nav .nav-drop.open>.nav-menu-panel{position:fixed!important;z-index:2000!important;display:block!important;top:var(--nav-dd-top)!important;left:var(--nav-dd-left)!important;width:min(var(--nav-dd-width),calc(100vw - 20px))!important;max-height:70vh!important;overflow:auto!important}
}
@media(max-width:700px){.main-nav{display:none!important}}
/* Keep social marks controlled at every viewport. */
.social-icon,.social-icon svg,.footer-social-link span,.footer-social-link svg{box-sizing:border-box!important}
/* V43 — Aspire Front-End Experience V2: premium homepage + builder presentation */
.hero-v2{position:relative;background:radial-gradient(circle at 76% 34%,#5a1118 0,#171a20 34%,#07090d 72%);}
.hero-v2 .hero-glow{position:absolute;width:520px;height:520px;right:-120px;top:-180px;border-radius:50%;background:radial-gradient(circle,#ff7a1828,transparent 68%);pointer-events:none}
.hero-v2 .hero-grid{position:relative;z-index:1}
.hero-text-link{display:inline-flex;align-items:center;padding:10px 2px;color:#fff;font-size:12px;font-weight:850}
.hero-proof{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.hero-proof span{font-size:10px;color:#b9c2cb;border:1px solid #2e3740;border-radius:999px;padding:7px 10px;background:#0b101699}
.section-v2{background:linear-gradient(180deg,#f5f6f8 0,#fff 100%)}
.section-link{font-size:11px;font-weight:850;color:#c34816;white-space:nowrap}
.cards-v2{grid-template-columns:repeat(6,1fr)}
.cards-v2 .cat{min-height:150px;padding:18px;background:linear-gradient(145deg,#fff,#f7f8fa)}
.cards-v2 .cat .ico{width:46px;height:46px;display:grid;place-items:center;border-radius:14px;background:#10161d;color:#fff;font-size:23px}
.cards-v2 .cat b{font-size:13px;margin-top:14px}
.cards-v2 .cat span{margin-top:auto}
.journey-section{padding:30px 0;background:#fff}
.journey-grid{display:grid;grid-template-columns:1fr 44px 1fr 44px 1fr;align-items:center;background:#0b1016;color:#fff;border:1px solid #252f39;border-radius:20px;padding:18px 22px}
.journey-card{display:flex;flex-direction:column;gap:5px;padding:8px 10px}.journey-card b{font-size:15px}.journey-card>span:last-child{font-size:10px;color:#8e99a5;line-height:1.5}.journey-no{font-size:9px;color:#ff9d37;font-weight:900;letter-spacing:2px}.journey-line{height:1px;background:#33404c}
.builder-points{display:flex;flex-wrap:wrap;gap:8px;margin-top:13px}.builder-points span{font-size:9px;color:#aeb9c4;border:1px solid #33404c;border-radius:999px;padding:6px 9px}
.builder-title-v2 h1 span{color:#d54b1c}.builder-title-v2 p{max-width:780px;font-size:13px;line-height:1.7}.builder-trust{display:flex;gap:8px;flex-wrap:wrap;margin-top:15px}.builder-trust span{font-size:9px;font-weight:800;color:#5c6873;background:#fff;border:1px solid #dfe4e8;border-radius:999px;padding:7px 10px}
.builder-step-head{display:flex;align-items:center;gap:12px;border-bottom:1px solid #edf0f2;padding-bottom:13px;margin-bottom:2px}.builder-step-head h3{margin:0}.builder-step-head p{margin:3px 0 0;color:#7a8591;font-size:10px}.builder-step-badge{display:inline-flex;align-items:center;justify-content:center;background:#10161d;color:#fff;border-radius:8px;padding:6px 8px;font-size:8px;font-weight:900;letter-spacing:1px}
.summary-v2{top:120px}.summary-head{border-bottom:1px solid #edf0f2;padding-bottom:12px;margin-bottom:3px}.summary-head h3{display:inline;margin:0 0 0 8px}.summary-head small{display:block;color:#7a8591;font-size:9px;line-height:1.5;margin-top:7px}
@media(max-width:1100px){.cards-v2{grid-template-columns:repeat(4,1fr)}.journey-grid{grid-template-columns:1fr;gap:8px}.journey-line{width:100%;height:1px}.hero-v2 .hero-grid{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.cards-v2{grid-template-columns:repeat(2,1fr);gap:10px}.cards-v2 .cat{min-height:138px;padding:14px}.hero-v2 .hero-grid{grid-template-columns:1fr}.hero-v2 .hero-art{min-height:280px}.hero-proof{gap:5px}.hero-proof span{font-size:9px}.section-link{display:none}.journey-grid{border-radius:16px;padding:15px}.builder-trust{gap:5px}.builder-trust span{font-size:8px}.builder-step-head{align-items:flex-start}.builder-title-v2 h1{font-size:38px}}

/* V44 — product cards + builder journey */
.product{position:relative;overflow:hidden}.offer-badge{position:absolute;top:11px;left:11px;z-index:2;background:linear-gradient(120deg,var(--red),var(--orange));color:#fff;border-radius:999px;padding:5px 8px;font-size:9px;font-weight:900;letter-spacing:.3px}.product .tag{margin-top:11px}.product h3{min-height:42px}.product .availability-mini{margin-top:7px}.product .product-actions{margin-top:auto;padding-top:12px}.builder-progress{display:flex;gap:7px;flex-wrap:wrap;margin:0 0 18px;padding:12px;border:1px solid #e0e5e9;border-radius:14px;background:#f8fafb}.builder-progress span{display:inline-flex;align-items:center;gap:6px;border:1px solid #dfe4e8;background:#fff;border-radius:999px;padding:6px 9px;font-size:9px;font-weight:800;color:#58636e}.builder-progress b{display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:#10161d;color:#fff;font-size:8px}.builder-progress span:first-child{border-color:#ffb08f}.summary-v2{box-shadow:0 12px 35px rgba(8,12,18,.06)}
@media(max-width:700px){.builder-progress{overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none}.builder-progress::-webkit-scrollbar{display:none}.builder-progress span{flex:0 0 auto}.product h3{min-height:0}.offer-badge{top:8px;left:8px}}

/* V46 — curated catalogue and trust experience */
.showcase-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.showcase-card{display:flex;flex-direction:column;min-height:220px;padding:24px;border:1px solid #28333d;border-radius:18px;background:linear-gradient(145deg,#111820,#0b1015);color:#fff;transition:.18s}.showcase-card:hover{transform:translateY(-3px);border-color:#56626d}.showcase-card>span{font-size:9px;color:#ffb62a;font-weight:900;letter-spacing:1.5px}.showcase-card b{font-size:20px;margin-top:32px}.showcase-card p{color:#aeb8c2;font-size:11px;line-height:1.65;max-width:340px}.showcase-card strong{margin-top:auto;color:#ffb62a;font-size:11px}.showcase-card.accent{border-color:#6e2525;background:linear-gradient(145deg,#251215,#0d1116)}.assurance-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.assurance-card{background:#111820;border:1px solid #29343e;border-radius:16px;padding:20px;min-height:175px}.assurance-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:#202932;color:#ffb62a;font-size:10px;font-weight:900;margin-bottom:18px}.assurance-card b{font-size:14px}.assurance-card p{font-size:11px;line-height:1.65;color:#9da8b3;margin:8px 0 0}@media(max-width:900px){.showcase-grid{grid-template-columns:1fr}.assurance-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.showcase-card{min-height:190px;padding:18px}.showcase-card b{font-size:17px;margin-top:24px}.assurance-grid{grid-template-columns:1fr 1fr;gap:9px}.assurance-card{min-height:155px;padding:15px}.assurance-card b{font-size:12px}.assurance-card p{font-size:10px}}


/* V47 — consolidated front-end navigation, mobile/tablet parity and mobile commerce focus */
.main-nav,.main-nav a,.main-nav button,.main-nav span{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif!important}
.main-nav > a,.main-nav > .nav-drop > a{font-size:12px!important;font-weight:800!important;line-height:1!important;letter-spacing:0!important}
.main-nav .nav-submenu a,.main-nav .nav-menu-panel a{font-size:11px!important;font-weight:700!important;line-height:1.3!important}
.nav-menu-title{font-size:12px!important;font-weight:850!important}
.nav-brand-list a{font-size:10px!important;font-weight:750!important}
.mobile-feature-section{background:linear-gradient(180deg,#fff 0,#f4f6f8 100%)}
.mobile-feature-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}
.mobile-feature-head h2{margin:5px 0 7px}
.mobile-feature-head p{max-width:720px;margin:0;color:#66727e;font-size:12px;line-height:1.65}
.mobile-brand-strip{display:flex;align-items:center;gap:8px;overflow:auto;scrollbar-width:none;padding:2px 0 16px}
.mobile-brand-strip::-webkit-scrollbar{display:none}
.mobile-brand-strip>span{font-size:10px;font-weight:900;color:#7a8590;text-transform:uppercase;letter-spacing:1px;flex:0 0 auto;margin-right:3px}
.mobile-brand-strip a{flex:0 0 auto;border:1px solid #dfe4e8;background:#fff;border-radius:999px;padding:8px 12px;color:#28323b;font-size:10px;font-weight:800}
.mobile-brand-strip a:hover{border-color:#ff7a18;color:#c34816}
.mobile-products{grid-template-columns:repeat(3,1fr)}
.mobile-product{background:#fff;border:1px solid #e1e6ea}
.mobile-empty{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px;border:1px dashed #cbd3da;border-radius:16px;background:#fff}
.mobile-empty b{font-size:13px}.mobile-empty span{font-size:10px;color:#75808b}.mobile-empty a{font-size:10px;font-weight:850;color:#c34816;white-space:nowrap}
@media(max-width:1100px){
  /* Phone + tablet use the same mobile navigation experience. */
  .main-nav{display:none!important}
  .mobile-nav{display:grid!important}
  .mobile-category-drawer{display:none!important}
  .mobile-category-drawer.open{display:block!important}
  .mobile-cat-sheet{max-width:760px;margin:0 auto}
  .mobile-nav{height:64px}
  .mobile-nav a{min-height:64px}
  .mobile-feature-head{align-items:flex-start}
  .mobile-products{grid-template-columns:repeat(2,1fr)}
}
@media(min-width:1101px){.mobile-nav{display:none!important}.mobile-category-drawer{display:none!important}}
@media(max-width:700px){
  .mobile-feature-head{display:block}.mobile-feature-head .btn{margin-top:14px}
  .mobile-products{grid-template-columns:repeat(2,1fr);gap:10px}
  .mobile-empty{display:block}.mobile-empty span{display:block;margin:7px 0 12px}.mobile-empty a{display:inline-block}
}
@media(max-width:380px){.mobile-products{grid-template-columns:1fr}}


/* V48 — navigation alignment/dropdown visibility correction */
@media(min-width:1101px){
  .main-nav{
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    gap:4px!important;
    overflow:visible!important;
    white-space:nowrap!important;
    min-height:48px!important;
  }
  .main-nav>a,.main-nav>.nav-drop>a{
    box-sizing:border-box!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:5px!important;
    min-height:40px!important;
    padding:10px 12px!important;
    margin:0!important;
    font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif!important;
    font-size:12px!important;
    line-height:1.2!important;
    font-weight:800!important;
    letter-spacing:0!important;
  }
  .main-nav>.nav-drop{
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    flex:0 0 auto!important;
    height:40px!important;
  }
  .main-nav .all-cat{
    flex:0 0 auto!important;
    min-width:148px!important;
    padding-left:14px!important;
    padding-right:14px!important;
    border-radius:9px!important;
  }
  .main-nav .nav-drop>a:hover,.main-nav>a:hover{
    border-radius:8px!important;
  }
  .main-nav .quote-link{
    margin-left:auto!important;
    flex:0 0 auto!important;
  }
  .main-nav .nav-submenu,.main-nav .nav-menu-panel{
    top:calc(100% + 2px)!important;
    left:0!important;
    pointer-events:auto!important;
  }
  .main-nav .nav-drop:hover>.nav-submenu,.main-nav .nav-drop:hover>.nav-menu-panel,
  .main-nav .nav-drop:focus-within>.nav-submenu,.main-nav .nav-drop:focus-within>.nav-menu-panel,
  .main-nav .nav-drop.open>.nav-submenu,.main-nav .nav-drop.open>.nav-menu-panel{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
  }
  .main-nav .nav-menu-panel{
    min-width:290px!important;
    max-width:360px!important;
  }
}
/* Keep every navigation label visually identical. */
.main-nav .nav-menu-title,.main-nav .nav-subtitle,.main-nav .nav-brand-list a,.main-nav .nav-submenu a,.main-nav .nav-all-models{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif!important;
}
@media(max-width:1100px){
  .main-nav{display:none!important}
  .mobile-nav{display:grid!important}
}


/* V49 — definitive responsive navigation: touch tablets use the same mobile layout as phones. */
@media (pointer: coarse) {
  .main-nav{display:none!important}
  .mobile-nav{display:grid!important;position:fixed!important;left:0!important;right:0!important;bottom:0!important;height:68px!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;padding-bottom:env(safe-area-inset-bottom)!important;background:#080c11!important;border-top:1px solid #29333d!important;color:#fff!important;z-index:10000!important;box-shadow:0 -12px 30px rgba(0,0,0,.24)!important}
  .mobile-nav a{display:flex!important;align-items:center!important;justify-content:center!important;min-height:68px!important;color:#cfd5dc!important;font-size:19px!important;line-height:1.1!important;gap:3px!important;white-space:nowrap!important}
  .mobile-nav span{font-size:9px!important;font-weight:800!important;margin-top:3px!important}
  .mobile-nav a:first-child{color:#fff!important}
  body{padding-bottom:68px!important}
  .mobile-category-drawer{display:none!important}
  .mobile-category-drawer.open{display:block!important}
  .mobile-cat-sheet{left:0!important;right:0!important;width:100%!important;max-width:none!important;margin:0!important}
  .nav{min-height:68px!important;gap:12px!important}
  .logo{width:58px!important;height:58px!important}
  .brand{width:58px!important;flex:0 0 58px!important}
  .nav-search{min-width:0!important;max-width:none!important;flex:1 1 auto!important}
  .search select{display:none!important}
  .search input{min-width:0!important;padding:11px 12px!important}
  .search button{width:48px!important}
  .nav-actions{gap:7px!important}
  .nav-actions .nav-action{display:none!important}
  .nav-actions .cart-pill{font-size:0!important;padding:8px!important}
  .nav-actions .cart-pill b{font-size:9px!important}
  .topbar-inner{justify-content:center!important}
  .topbar-inner span:first-child{display:none!important}
}

/* V49 — clean desktop category bar; no cramped inline labels. */
@media (pointer: fine) and (min-width:1101px) {
  .main-nav{display:flex!important;align-items:stretch!important;gap:6px!important;overflow:visible!important;white-space:nowrap!important;min-height:52px!important;padding:0!important}
  .main-nav>.nav-drop,.main-nav>a{flex:0 0 auto!important}
  .main-nav>a,.main-nav>.nav-drop>a{min-height:44px!important;padding:12px 13px!important;font-size:12px!important;font-weight:800!important;line-height:1.15!important;letter-spacing:0!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;border-radius:8px!important}
  .main-nav .all-cat{min-width:150px!important;padding-left:15px!important;padding-right:15px!important}
  .main-nav .quote-link{margin-left:auto!important}
  .main-nav .nav-submenu,.main-nav .nav-menu-panel{top:46px!important}
}

/* If a tablet browser exposes a large CSS viewport, pointer:coarse still wins. */
@media (pointer: coarse) and (min-width:1101px) {
  .main-nav{display:none!important}
  .mobile-nav{display:grid!important}
}

/* V52 — polished touch/tablet category rail. */
.mobile-category-bar{display:none;width:100%;background:linear-gradient(180deg,#0b1016 0%,#080c11 100%);border-top:1px solid #222c35;border-bottom:1px solid #2a3540;box-shadow:0 8px 24px rgba(0,0,0,.18);position:relative;z-index:90}
.mobile-category-scroll{width:min(1440px,94%);margin:0 auto;display:flex;align-items:center;gap:8px;overflow-x:auto;overflow-y:hidden;padding:9px 0 10px;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.mobile-category-scroll::-webkit-scrollbar{display:none}
.mobile-category-item{flex:0 0 auto;display:inline-flex!important;align-items:center;justify-content:center;min-height:38px;padding:0 15px!important;border:1px solid rgba(255,182,42,.55);border-radius:999px;background:linear-gradient(115deg,#f11925 0%,#ff7a18 52%,#ffb62a 100%);color:#fff!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif!important;font-size:11px!important;font-weight:800!important;line-height:1!important;letter-spacing:.05px!important;white-space:nowrap!important;transition:transform .15s ease,border-color .15s ease,background .15s ease,box-shadow .15s ease,color .15s ease;background-color:#ff7a18!important;background-image:linear-gradient(115deg,#f11925 0%,#ff7a18 52%,#ffb62a 100%)!important}
.mobile-category-item:hover{border-color:#ffd45a;color:#fff!important;transform:translateY(-1px);box-shadow:0 7px 18px rgba(255,122,24,.22)}
.mobile-category-item.active{border-color:#ffe08a!important;background:linear-gradient(110deg,#f11925 0%,#ff7a18 48%,#ffb62a 100%)!important;color:#fff!important;box-shadow:0 8px 20px rgba(255,122,24,.30)}
.mobile-category-item:focus-visible{outline:2px solid #ffb62a;outline-offset:2px}
@media (pointer:coarse), (max-width:1100px){.mobile-category-bar{display:block!important}.mobile-category-scroll{width:100%!important;padding-left:12px!important;padding-right:12px!important}}
@media (pointer:fine) and (min-width:1101px){.mobile-category-bar{display:none!important}}
@media (max-width:700px){.mobile-category-scroll{gap:7px;padding-top:8px!important;padding-bottom:9px!important}.mobile-category-item{min-height:36px;padding:0 13px!important;font-size:10px!important}}

/* V54 — final category pill visual lock */
.mobile-category-bar .mobile-category-scroll .mobile-category-item{background-color:#ff7a18!important;background-image:linear-gradient(115deg,#f11925 0%,#ff7a18 50%,#ffb62a 100%)!important;color:#fff!important;border-color:rgba(255,214,106,.72)!important;box-shadow:0 3px 12px rgba(255,122,24,.16)!important;}
.mobile-category-bar .mobile-category-scroll .mobile-category-item.active{background-image:linear-gradient(115deg,#e91525 0%,#ff6b16 48%,#ffd04a 100%)!important;color:#fff!important;border-color:#ffe28a!important;box-shadow:0 5px 18px rgba(255,122,24,.28)!important;}

/* V57 — final category rail lock: every touch category is Aspire red/orange/gold. */
.mobile-category-bar .mobile-category-scroll .mobile-category-item{background:#ff7a18!important;background-image:linear-gradient(115deg,#ef1726 0%,#ff7418 50%,#ffd04a 100%)!important;color:#fff!important;border:1px solid rgba(255,214,106,.78)!important;box-shadow:0 3px 12px rgba(255,122,24,.18)!important;text-decoration:none!important}
.mobile-category-bar .mobile-category-scroll .mobile-category-item.active{background-image:linear-gradient(110deg,#d91022 0%,#ff6816 48%,#ffd94f 100%)!important;border-color:#ffe79a!important;box-shadow:0 6px 18px rgba(255,122,24,.32)!important}
/* V59 homepage campaign system */

/* V69 — ecommerce experience polish */
.product-price-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.save-pill{display:inline-flex;align-items:center;border-radius:999px;padding:6px 9px;background:#fff0df;color:#b84e00;font-size:10px;font-weight:900}.product-meta-line{display:flex;gap:7px;align-items:center;color:#8a949f;font-size:10px;margin-top:5px}.cart-reassurance{display:flex;gap:9px;flex-wrap:wrap;margin:16px 0 0}.cart-reassurance span{border:1px solid #e1e6eb;background:#fafbfc;border-radius:999px;padding:7px 10px;color:#64707b;font-size:9px;font-weight:800}.cart-coupon{border:1px solid #e3e7eb;border-radius:14px;padding:14px;background:#fafbfc}.coupon-row{display:flex;gap:8px;align-items:end;flex-wrap:wrap}.inline-form{display:flex;gap:8px;margin:0}.checkout-steps{display:flex;align-items:center;gap:10px;margin:0 0 22px;padding:13px 15px;background:#fff;border:1px solid #e0e5e9;border-radius:14px;box-shadow:0 5px 20px rgba(8,12,18,.05)}.checkout-steps span{display:flex;align-items:center;gap:7px;color:#8a949f;font-size:10px;font-weight:800;white-space:nowrap}.checkout-steps span.active{color:#151a20}.checkout-steps b{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#eef1f4;color:#65717c;font-size:10px}.checkout-steps span.active b{background:linear-gradient(120deg,var(--red),var(--orange));color:#fff}.checkout-steps i{height:1px;background:#dfe4e8;flex:1}.checkout-next{display:flex;flex-direction:column;gap:5px;margin:16px 0;padding:13px 14px;border:1px solid #ffd58a;border-radius:12px;background:#fff8e9;color:#674600;font-size:11px;line-height:1.5}.mobile-buy-bar{display:none}
@media(max-width:800px){.checkout-steps{gap:6px;padding:10px}.checkout-steps span{font-size:9px}.checkout-steps i{min-width:12px}.cart-reassurance{display:grid;grid-template-columns:1fr}.cart-reassurance span{border-radius:10px}.coupon-row{align-items:stretch}.inline-form{flex:0 0 auto}.inline-form .btn{height:100%}.mobile-buy-bar{position:fixed;display:flex;left:0;right:0;bottom:68px;z-index:9998;background:#0a0e13;color:#fff;border-top:1px solid #2c3742;padding:9px 10px;gap:8px;align-items:center;box-shadow:0 -12px 28px rgba(0,0,0,.22)}.mobile-buy-bar>div{display:flex;flex-direction:column;min-width:0;flex:1}.mobile-buy-bar small{font-size:9px;color:#9ba5af}.mobile-buy-bar b{font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-buy-bar .btn{padding:10px 13px;white-space:nowrap}.mobile-buy-bar .wa{padding:9px 10px;background:#fff;color:#111;white-space:nowrap}.product-actions .btn,.product-actions .wa{min-height:42px}}
@media(min-width:801px){.cart-panel{overflow:visible}}

/* V70 — catalogue merchandising shelves */
.merchandising-section{background:linear-gradient(180deg,#f8fafb 0,#fff 100%)}
.merch-head{margin-bottom:18px}.merch-grid{display:grid;grid-template-columns:1fr;gap:22px}.merch-shelf{border:1px solid #e1e6ea;border-radius:20px;background:#fff;padding:18px;box-shadow:0 10px 30px rgba(8,12,18,.04)}
.merch-shelf-head{display:flex;align-items:end;justify-content:space-between;gap:15px;margin-bottom:12px}.merch-shelf-head span{font-size:9px;font-weight:900;letter-spacing:1.6px;color:#b84e00}.merch-shelf-head h3{margin:4px 0 0;font-size:19px}.merch-shelf-head a{font-size:10px;font-weight:900;white-space:nowrap}.merch-products{grid-template-columns:repeat(4,1fr);gap:11px}.merch-product{border:1px solid #e5e9ec;box-shadow:none;padding:10px;min-width:0}.merch-product .merch-media{height:190px;margin:-10px -10px 0;width:calc(100% + 20px);border-radius:13px 13px 0 0}.merch-product .merch-media img{width:100%;height:100%;object-fit:contain}.merch-product h4{font-size:12px;line-height:1.35;margin:8px 0 6px;min-height:32px}.merch-product h4 a{color:inherit;text-decoration:none}.merch-product .price{font-size:15px}.new-badge,.mini-ribbon{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:5px 8px;font-size:8px;font-weight:900;letter-spacing:.4px}.new-badge{position:absolute;top:9px;right:9px;background:#111820;color:#fff}.mini-ribbon{background:#fff3dd;color:#9a5300;margin-left:5px}.mini-ribbon.sale{background:#ffe8e5;color:#b52d1f}.product-badges{display:flex;gap:5px;flex-wrap:wrap;align-items:center}.merch-product .offer-badge{top:9px;left:9px}
@media(max-width:900px){.merch-products{grid-template-columns:repeat(2,1fr)}.merch-product .merch-media{height:180px}}
@media(max-width:520px){.merch-shelf{padding:12px;border-radius:16px}.merch-shelf-head h3{font-size:16px}.merch-product{padding:8px}.merch-product .merch-media{height:145px;margin:-8px -8px 0;width:calc(100% + 16px)}.merch-product h4{font-size:11px}.merch-product .price{font-size:14px}.merch-product .availability-mini{font-size:8px}}


/* V77 — final production polish: premium trust + product/builder presentation */
.aspire-proof-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:20px 0 6px}
.aspire-proof{display:flex;gap:11px;align-items:flex-start;padding:14px 15px;border:1px solid #e2e7eb;border-radius:15px;background:linear-gradient(145deg,#fff,#f8fafb);box-shadow:0 8px 24px rgba(8,12,18,.04)}
.aspire-proof-icon{width:34px;height:34px;flex:0 0 34px;border-radius:11px;display:grid;place-items:center;background:linear-gradient(135deg,#ef1726,#ff7a18);color:#fff;font-size:15px;font-weight:900}
.aspire-proof b{display:block;font-size:11px;color:#151a20;margin-bottom:3px}.aspire-proof span{display:block;font-size:9px;line-height:1.45;color:#737e89}
.product-purchase-note{display:flex;gap:9px;align-items:flex-start;margin:14px 0 0;padding:12px 13px;border-radius:13px;background:#fff8e9;border:1px solid #ffd990;color:#674600;font-size:10px;line-height:1.5}
.product-purchase-note strong{display:block;font-size:10px;margin-bottom:2px}
.builder-hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:16px;margin:0 0 22px}
.builder-hero-card{position:relative;overflow:hidden;border-radius:24px;padding:28px;background:linear-gradient(135deg,#0a0e14 0%,#171e27 65%,#2a1110 100%);color:#fff;box-shadow:0 20px 55px rgba(8,12,18,.14)}
.builder-hero-card:after{content:"";position:absolute;width:280px;height:280px;border-radius:50%;right:-90px;top:-100px;background:radial-gradient(circle,rgba(255,107,22,.28),transparent 65%)}
.builder-hero-card>*{position:relative;z-index:1}.builder-hero-card h2{font-size:clamp(26px,3vw,42px);line-height:1.02;margin:7px 0 12px}.builder-hero-card p{max-width:650px;color:#b9c1c9;line-height:1.65;font-size:13px}.builder-hero-points{display:flex;flex-wrap:wrap;gap:8px;margin-top:17px}.builder-hero-points span{border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.06);border-radius:999px;padding:7px 10px;font-size:9px;font-weight:800}.builder-side-card{border:1px solid #e0e6ea;border-radius:24px;background:#fff;padding:22px;box-shadow:0 12px 35px rgba(8,12,18,.05)}.builder-side-card h3{margin:4px 0 8px;font-size:18px}.builder-side-card p{font-size:10px;color:#747f8a;line-height:1.55}.builder-side-list{display:grid;gap:9px;margin-top:15px}.builder-side-list div{display:flex;gap:9px;align-items:center;font-size:10px;font-weight:800}.builder-side-list b{width:24px;height:24px;border-radius:8px;background:#fff0df;color:#b84e00;display:grid;place-items:center}
.footer-proof{border-top:1px solid rgba(255,255,255,.09);border-bottom:1px solid rgba(255,255,255,.09);background:#10151b}.footer-proof-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.footer-proof-item{display:flex;gap:10px;align-items:center;padding:17px 15px;border-right:1px solid rgba(255,255,255,.08)}.footer-proof-item:last-child{border-right:0}.footer-proof-item b{display:block;color:#fff;font-size:10px}.footer-proof-item span{display:block;color:#8e98a2;font-size:8px;margin-top:2px;line-height:1.4}.footer-proof-icon{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:linear-gradient(135deg,#ef1726,#ff7a18);color:#fff;font-size:12px;font-weight:900;flex:0 0 28px}
@media(max-width:900px){.aspire-proof-strip{grid-template-columns:repeat(2,1fr)}.builder-hero-grid{grid-template-columns:1fr}.footer-proof-inner{grid-template-columns:repeat(2,1fr)}.footer-proof-item:nth-child(2){border-right:0}.footer-proof-item:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.08)}}
@media(max-width:520px){.aspire-proof-strip{grid-template-columns:1fr}.aspire-proof{padding:12px}.builder-hero-card{padding:22px;border-radius:19px}.builder-side-card{border-radius:19px}.footer-proof-inner{grid-template-columns:1fr}.footer-proof-item{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.08)}.footer-proof-item:last-child{border-bottom:0}}

.aspire-assurance-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:18px 0 10px;border:1px solid #e1e5e8;border-radius:14px;background:#fbfcfd;overflow:hidden}.aspire-assurance-row>div{display:grid;grid-template-columns:28px 1fr;column-gap:8px;align-items:center;padding:13px 12px;border-right:1px solid #e5e8eb}.aspire-assurance-row>div:last-child{border-right:0}.aspire-assurance-row .assurance-icon{grid-row:1 / span 2;width:26px;height:26px;border-radius:8px;display:grid;place-items:center;font-size:13px;font-weight:800;background:#111820;color:#fff}.aspire-assurance-row b{font-size:10px;color:#151a20;letter-spacing:.01em}.aspire-assurance-row small{font-size:8.5px;color:#78838e;line-height:1.35}@media(max-width:900px){.aspire-assurance-row{grid-template-columns:repeat(2,1fr)}.aspire-assurance-row>div:nth-child(2){border-right:0}.aspire-assurance-row>div:nth-child(-n+2){border-bottom:1px solid #e5e8eb}}@media(max-width:520px){.aspire-assurance-row{grid-template-columns:1fr}.aspire-assurance-row>div{border-right:0!important;border-bottom:1px solid #e5e8eb}.aspire-assurance-row>div:last-child{border-bottom:0}}
/* V84: product card image navigation */
.product-media-link{display:grid;color:inherit;text-decoration:none;cursor:pointer}
.product-media-link:focus-visible{outline:2px solid var(--orange);outline-offset:3px}

/* V85 — premium product detail page: catalogue-style presentation */
.product-detail-page .breadcrumb{margin-bottom:18px}
.product-hero{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);gap:28px;align-items:start}
.product-gallery-panel{min-width:0}
.product-gallery-main{height:520px;border:1px solid #e1e6ea;border-radius:20px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;box-shadow:0 10px 35px rgba(8,12,18,.05)}
.product-main-image-button{border:0;background:transparent;width:100%;height:100%;padding:26px;cursor:zoom-in;position:relative;display:flex;align-items:center;justify-content:center}
.product-main-image-button img{width:100%;height:100%;object-fit:contain;display:block}
.image-zoom-hint{position:absolute;right:15px;bottom:15px;padding:8px 11px;border:1px solid #dfe4e8;border-radius:999px;background:rgba(255,255,255,.94);font-size:9px;font-weight:800;color:#5d6873;box-shadow:0 4px 15px rgba(0,0,0,.08)}
.product-gallery-thumbs{display:flex;gap:10px;margin-top:12px;overflow:auto;padding:2px 1px 4px}
.product-gallery-thumbs .gallery-thumb{flex:0 0 76px;width:76px;height:68px;border:1px solid #dfe4e8;border-radius:11px;background:#fff;padding:5px;cursor:pointer;overflow:hidden}
.product-gallery-thumbs .gallery-thumb.active{border:2px solid #151a20;padding:4px}
.product-gallery-thumbs .gallery-thumb img{width:100%;height:100%;object-fit:contain;border-radius:7px}
.gallery-caption{display:flex;justify-content:space-between;margin-top:8px;color:#89939d;font-size:9px;text-transform:uppercase;letter-spacing:.08em;font-weight:800}
.product-buy-panel{border:1px solid #e1e6ea;border-radius:20px;background:#fff;padding:25px 25px 21px;box-shadow:0 10px 35px rgba(8,12,18,.05)}
.product-kicker{font-size:10px;letter-spacing:.14em;text-transform:uppercase;font-weight:900;color:#b44d00}.product-kicker span{color:#b9c0c6;margin:0 4px}
.product-buy-panel h1{font-size:36px;line-height:1.08;margin:8px 0 12px;letter-spacing:-.03em;color:#11161b}
.product-short-description{font-size:12px;line-height:1.7;color:#68737e;margin:0 0 15px}
.product-price-block{padding:15px 0 14px;border-top:1px solid #edf0f2;border-bottom:1px solid #edf0f2}
.product-price-line{display:flex;align-items:center;gap:11px;flex-wrap:wrap}.product-price-line .price{font-size:32px;font-weight:900;letter-spacing:-.03em;color:#10151a}.product-price-line del{font-size:13px;color:#8c949c}.inclusive-price-note{margin-top:5px;font-size:9px;color:#7c8791;font-weight:700}
.product-status-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:16px}.product-status{display:inline-flex;align-items:center;gap:8px;font-size:10px;letter-spacing:.06em}.status-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.product-status.ready .status-dot{background:#19a463}.product-status.on-order .status-dot{background:#168fc1}.product-status.enquire .status-dot{background:#9aa3ab}.product-status.out .status-dot{background:#d23a2e}.product-sku{font-size:9px;color:#8a949d;font-weight:800}
.product-status-detail{font-size:10px;color:#707b85;margin-top:6px;line-height:1.5}.special-order-note{display:flex;flex-direction:column;gap:3px;margin-top:13px;padding:11px 12px;border-left:3px solid #e18b20;background:#fff9ee;border-radius:8px;color:#6c4b17;font-size:10px;line-height:1.45}.special-order-note b{font-size:10px;color:#49320e}
.product-purchase-row{margin-top:17px;min-height:34px}.condition-note{font-size:9px;color:#77818a}
.product-actions-premium{display:grid;grid-template-columns:1.3fr 1fr .72fr;gap:8px;margin-top:13px}.product-actions-premium form{margin:0}.product-actions-premium .btn{width:100%;min-height:44px}.product-whatsapp{display:flex;align-items:center;justify-content:center;width:100%;margin-top:9px;min-height:42px;text-decoration:none;font-weight:800}
.product-service-line{display:flex;justify-content:center;gap:7px;flex-wrap:wrap;margin-top:14px;padding-top:13px;border-top:1px solid #edf0f2;color:#7b858e;font-size:8.5px;font-weight:700;text-align:center}.product-service-line i{font-style:normal;color:#c4c9ce}
.product-information{display:grid;grid-template-columns:.95fr 1.05fr;gap:18px;margin-top:22px}.product-information .panel{padding:23px;border:1px solid #e1e6ea;box-shadow:none}.section-eyebrow{font-size:9px;letter-spacing:.16em;font-weight:900;color:#b44d00;margin-bottom:6px}.product-information h2{font-size:22px;margin:0 0 16px}.product-description-full{font-size:12px;line-height:1.8;color:#5f6b76;white-space:normal}.product-spec-table{width:100%;border-collapse:collapse}.product-spec-table tr{border-bottom:1px solid #edf0f2}.product-spec-table tr:last-child{border-bottom:0}.product-spec-table th,.product-spec-table td{padding:11px 9px;text-align:left;font-size:10px;line-height:1.45}.product-spec-table th{width:42%;color:#6b7680;font-weight:800;background:#fafbfc}.product-spec-table td{color:#161c21;font-weight:700}.spec-table-wrap{overflow:auto}
.product-policy-strip{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:18px;padding:17px 20px;border:1px solid #e1e6ea;border-radius:15px;background:#fafbfc}.product-policy-strip div{display:flex;flex-direction:column;gap:3px}.product-policy-strip b{font-size:11px}.product-policy-strip span{font-size:9px;color:#737e88}
@media(max-width:900px){.product-hero{grid-template-columns:1fr;gap:16px}.product-gallery-main{height:430px}.product-buy-panel{padding:21px}.product-information{grid-template-columns:1fr}.product-buy-panel h1{font-size:31px}}
@media(max-width:600px){.product-gallery-main{height:330px;border-radius:16px}.product-main-image-button{padding:18px}.product-buy-panel{border-radius:16px;padding:18px}.product-buy-panel h1{font-size:27px}.product-price-line .price{font-size:28px}.product-actions-premium{grid-template-columns:1fr 1fr}.product-actions-premium form{grid-column:1 / -1}.product-service-line{justify-content:flex-start;text-align:left}.product-information .panel{padding:18px}.product-policy-strip{align-items:flex-start;flex-direction:column}.product-policy-strip .btn{width:100%}.product-status-row{align-items:flex-start;flex-direction:column}.gallery-caption{font-size:8px}}

/* V86 — premium hierarchical category navigation */
.nav-child-list{display:flex;flex-wrap:wrap;gap:5px;padding:2px 8px 9px}.nav-child-list a{padding:6px 9px!important;border:1px solid #2a3540;border-radius:7px;font-size:9px!important;color:#cbd4dc!important;background:#111820}.nav-child-list a:hover{border-color:#ff7a18;background:#171f27!important;color:#fff!important}.nav-submenu .nav-child-link{font-weight:800!important;border-left:2px solid #ff8b1f}.nav-brand-heading{margin-top:3px;border-top:1px solid #27313b}.mobile-cat-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.mobile-cat-top>a{flex:1;color:#fff!important;padding:15px 5px!important;font-weight:850;font-size:13px}.mobile-cat-top .mobile-cat-toggle{width:44px;min-width:44px;padding:10px!important;border:1px solid #394550;border-radius:9px;background:#121a22;color:#ffb62a;font-size:20px;text-align:center}.gallery-caption{display:none!important}

/* V88 — Flipkart-inspired responsive product detail layout */
.product-detail-page{background:#f5f6f8}
.product-detail-page>.wrap{max-width:1400px}
.product-hero{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:18px}
.product-gallery-main{height:470px;border-radius:12px;box-shadow:none}
.product-main-image-button{padding:20px}
.product-main-image-button img{max-width:94%;max-height:94%;width:auto;height:auto;object-fit:contain}
.product-gallery-thumbs{gap:8px;margin-top:8px}
.product-gallery-thumbs .gallery-thumb{flex-basis:68px;width:68px;height:60px;border-radius:8px}
.product-buy-panel{border-radius:12px;padding:22px 24px;box-shadow:none}
.product-buy-panel h1{font-size:30px}
.product-service-line{justify-content:flex-start;text-align:left}
.product-information{margin-top:18px}
.product-information .panel{border-radius:12px}

@media(max-width:1100px){
  .product-detail-page>.wrap{width:min(96%,980px)}
  .product-hero{grid-template-columns:minmax(0,1.08fr) minmax(330px,.92fr);gap:14px}
  .product-gallery-main{height:390px}
  .product-buy-panel{padding:18px}
  .product-buy-panel h1{font-size:27px}
}

@media(max-width:900px){
  .product-detail-page{background:#f5f6f8}
  .product-hero{display:block}
  .product-gallery-main{height:300px;border-radius:10px}
  .product-main-image-button{padding:10px}
  .product-main-image-button img{max-width:90%;max-height:90%}
  .product-gallery-thumbs{padding:1px 0 3px}
  .product-buy-panel{margin-top:12px;border-radius:10px;padding:18px;background:#fff}
  .product-buy-panel h1{font-size:25px}
  .product-information{grid-template-columns:1fr;margin-top:14px}
}

@media(max-width:600px){
  .product-detail-page>.wrap{width:100%}
  .product-detail-page .breadcrumb{padding:0 12px;margin:10px 0 8px;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .product-gallery-panel{background:#fff;padding:0 12px 8px}
  .product-gallery-main{height:250px;border:0;border-radius:0;background:#fff}
  .product-main-image-button{padding:4px}
  .product-main-image-button img{max-width:84%;max-height:84%}
  .image-zoom-hint{right:5px;bottom:5px;padding:6px 8px;font-size:8px}
  .product-gallery-thumbs{justify-content:flex-start;margin-top:6px;gap:6px}
  .product-gallery-thumbs .gallery-thumb{flex-basis:58px;width:58px;height:52px;padding:4px;border-radius:7px}
  .product-gallery-thumbs .gallery-thumb.active{padding:3px}
  .product-buy-panel{margin-top:0;border-radius:0;border-left:0;border-right:0;padding:16px 14px 90px}
  .product-kicker{font-size:9px}
  .product-buy-panel h1{font-size:23px;line-height:1.2;margin:6px 0 8px}
  .product-short-description{font-size:11px;line-height:1.55;margin-bottom:10px}
  .product-price-block{padding:11px 0 10px}
  .product-price-line .price{font-size:26px}
  .product-status-row{margin-top:11px;flex-direction:row;align-items:center}
  .product-status-detail{font-size:9px}
  .product-actions-premium{grid-template-columns:1fr 1fr;gap:7px}
  .product-actions-premium form{grid-column:auto}
  .product-actions-premium .btn{min-height:42px}
  .product-whatsapp{min-height:40px}
  .product-service-line{font-size:8px;gap:5px}
  .product-information{margin-top:10px;gap:10px;padding:0 10px}
  .product-information .panel{padding:15px;border-radius:9px}
  .product-information h2{font-size:20px;margin-bottom:11px}
  .product-spec-table th,.product-spec-table td{padding:9px 7px;font-size:9px}
  .product-policy-strip{margin:10px;border-radius:9px}
}
/* V89 — premium product experience + direct Buy Now */
.product-anchor-nav{position:sticky;top:0;z-index:40;display:flex;gap:0;overflow:auto;margin:0 0 16px;border:1px solid #e0e5e9;border-radius:10px;background:rgba(255,255,255,.97);box-shadow:0 6px 20px rgba(8,12,18,.06);backdrop-filter:blur(10px)}
.product-anchor-nav a{padding:11px 16px;font-size:10px;font-weight:850;color:#5f6a74;white-space:nowrap;border-right:1px solid #edf0f2}.product-anchor-nav a:last-child{border-right:0}.product-anchor-nav a:hover{color:#111820;background:#fafbfc}
.product-actions-premium{grid-template-columns:1.15fr 1fr 1fr 1fr}.product-actions-premium .buy-now-form{margin:0}.product-actions-premium .buy-now-form .btn{width:100%}.buy-now-btn{background:linear-gradient(120deg,var(--red),var(--orange));color:#fff!important;border:0;box-shadow:0 8px 22px rgba(241,25,37,.18)}
.product-content-stack{margin-top:18px}.product-highlights{padding:22px 24px;border:1px solid #e0e5e9;box-shadow:none}.product-highlights h2,.product-box-contents h2,.product-buying-info h2{margin:0 0 14px;font-size:22px}.highlight-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 28px;margin:0;padding:0;list-style:none}.highlight-list li{position:relative;padding:10px 10px 10px 24px;border-bottom:1px solid #edf0f2;color:#303941;font-size:11px;line-height:1.55}.highlight-list li:before{content:'✓';position:absolute;left:0;top:9px;font-weight:900;color:var(--orange)}
.product-information{margin-top:14px}.product-box-contents,.product-buying-info{margin-top:14px;padding:22px 24px;border:1px solid #e0e5e9;box-shadow:none}.product-box-contents p{margin:0;color:#5f6b76;font-size:12px;line-height:1.8}.buying-info-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid #edf0f2}.buying-info-grid>div{padding:15px 16px;border-right:1px solid #edf0f2}.buying-info-grid>div:last-child{border-right:0}.buying-info-grid b{display:block;font-size:10px;margin-bottom:5px}.buying-info-grid span{display:block;color:#69747e;font-size:9px;line-height:1.5}
.spec-table-wrap{border:1px solid #edf0f2;border-radius:10px;overflow:hidden}.product-spec-table th{background:#f7f8f9}.product-spec-table tr:nth-child(even) td{background:#fcfcfd}
.mobile-buy-now-form{margin:0}.mobile-buy-now-form .btn{height:42px;white-space:nowrap}.mobile-buy-bar .mobile-add{height:42px;padding:10px 12px;white-space:nowrap}
.spec-admin-row{display:grid;grid-template-columns:1fr 1.6fr auto;gap:8px;margin-top:8px}.spec-admin-row input{width:100%;padding:10px;border:1px solid #dce2e7;border-radius:8px;background:#fff}.product-content-admin textarea{width:100%;margin-top:8px;padding:10px;border:1px solid #dce2e7;border-radius:8px;background:#fff;resize:vertical}
@media(max-width:900px){.product-anchor-nav{top:0}.highlight-list{grid-template-columns:1fr}.buying-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.buying-info-grid>div:nth-child(2){border-right:0}.buying-info-grid>div:nth-child(-n+2){border-bottom:1px solid #edf0f2}.product-actions-premium{grid-template-columns:1fr 1fr}.product-actions-premium form:nth-of-type(1){grid-column:1}.product-actions-premium form:nth-of-type(2){grid-column:auto}}
@media(max-width:600px){.product-anchor-nav{margin:0 10px 10px;border-radius:8px}.product-anchor-nav a{padding:10px 12px;font-size:9px}.product-highlights{padding:17px 15px}.product-highlights h2,.product-box-contents h2,.product-buying-info h2{font-size:19px}.highlight-list li{font-size:10px;padding:9px 8px 9px 22px}.buying-info-grid{grid-template-columns:1fr}.buying-info-grid>div{border-right:0!important;border-bottom:1px solid #edf0f2}.buying-info-grid>div:last-child{border-bottom:0}.product-actions-premium{grid-template-columns:1fr 1fr}.product-actions-premium .buy-now-form{grid-column:1}.product-actions-premium .btn{min-height:42px}.spec-admin-row{grid-template-columns:1fr;gap:6px}.spec-admin-row .btn{width:100%}}
/* Keep the in-page product navigation visible below Aspire's sticky header. */
.product-anchor-nav{top:132px}
@media(max-width:1100px){.product-anchor-nav{top:126px}}
@media(max-width:700px){.product-anchor-nav{top:116px}}

/* V90 — Aspire premium product showroom */
.product-detail-page{background:#f6f7f9;color:#14191f}
.v90-hero{grid-template-columns:minmax(0,1.06fr) minmax(390px,.94fr)!important;gap:24px!important;align-items:stretch}
.v90-gallery{background:#fff;border:1px solid #e5e8eb;border-radius:18px;padding:14px;box-shadow:0 8px 30px rgba(13,20,27,.045)}
.v90-gallery-main{height:540px!important;border:0!important;border-radius:12px!important;background:#fff!important;box-shadow:none!important}
.v90-gallery-main .product-main-image-button{padding:10px!important}
.v90-gallery-main img{max-width:92%!important;max-height:92%!important}
.v90-gallery-thumbs{margin:12px 0 0!important;padding:0 2px 2px!important}
.v90-gallery-thumbs .gallery-thumb{width:72px!important;height:64px!important;flex-basis:72px!important;border-radius:9px!important}
.gallery-meta{display:flex;justify-content:space-between;padding:8px 4px 0;color:#8a949d;font-size:9px;font-weight:700}
.v90-buy-panel{height:fit-content;align-self:start;border:1px solid #e1e5e9!important;border-radius:18px!important;padding:28px!important;box-shadow:0 10px 35px rgba(13,20,27,.05)!important}
.v90-brandline{display:flex;align-items:center;gap:8px;color:#e05d12;font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.v90-brandline em{font-style:normal;letter-spacing:.02em;text-transform:none;background:#f1f3f5;color:#65717c;border-radius:999px;padding:5px 8px;font-size:8px}
.v90-buy-panel h1{font-size:38px!important;line-height:1.08!important;margin:8px 0 11px!important}
.v90-meta-row{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:22px}
.v90-meta-row .review-summary{display:flex;align-items:center;gap:7px;color:#626d77;text-decoration:none;font-size:10px}
.v90-meta-row .stars{color:#f38a12;letter-spacing:.03em}.v90-meta-row .review-summary b{color:#182028}
.v90-lead{font-size:12px!important;line-height:1.7!important;color:#68737d!important;margin:13px 0 0!important}
.v90-price-area{margin-top:18px;padding:16px 0;border-top:1px solid #eceff2;border-bottom:1px solid #eceff2}
.v90-price-area .product-price-line .price{font-size:38px!important;color:#e21c2a!important}
.v90-price-area .inclusive-price-note{font-size:10px!important}.v90-price-area .inclusive-price-note strong{color:#39434d}
.v90-availability{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 0 2px}
.v90-availability-text{font-size:9px;color:#747f89;text-align:right}
.v90-buy-controls{margin-top:12px}.v90-qty{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:10px;font-weight:800;color:#56616b}
.v90-qty .qty-control{display:flex;align-items:center;border:1px solid #dce1e5;border-radius:9px;overflow:hidden;background:#fff}
.v90-qty .qty-control button{width:34px;height:34px;border:0;background:#f7f8f9;font-size:18px;cursor:pointer}.v90-qty .qty-control input{width:42px;height:34px;border:0;border-left:1px solid #e5e8eb;border-right:1px solid #e5e8eb;text-align:center;font-weight:800}
.v90-primary-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}.v90-primary-actions .btn{min-height:50px;width:100%;font-size:12px;font-weight:900}.v90-primary-actions .buy-now-btn{background:linear-gradient(120deg,#ed1c2a,#ff7415);box-shadow:0 9px 24px rgba(237,28,42,.2)}
.v90-cart-btn{background:#fff!important;border:1px solid #ff6d14!important;color:#d65308!important}
.v90-secondary-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:9px}.v90-secondary-actions .btn{width:100%;min-height:40px;font-size:9px}.v90-secondary-actions form{margin:0}
.v90-purchase-points{display:grid;grid-template-columns:repeat(3,1fr);margin-top:17px;border-top:1px solid #eceff2;padding-top:14px}
.v90-purchase-points>div{padding:0 10px;border-right:1px solid #eceff2}.v90-purchase-points>div:first-child{padding-left:0}.v90-purchase-points>div:last-child{border-right:0;padding-right:0}
.v90-purchase-points b{display:block;font-size:9px}.v90-purchase-points span{display:block;color:#7c8790;font-size:8px;line-height:1.4;margin-top:3px}
.v90-anchor{margin-top:22px!important;border-radius:12px!important;box-shadow:0 5px 18px rgba(13,20,27,.05)!important}
.v90-anchor a{font-size:10px!important;padding:13px 18px!important}
.v90-content{margin-top:0!important}
.v90-section{background:#fff;border:1px solid #e1e6ea;border-radius:16px;padding:25px 28px;margin-top:14px;box-shadow:0 6px 24px rgba(13,20,27,.035)}
.v90-section-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:18px}.v90-section-head h2{margin:3px 0 0!important;font-size:24px!important;letter-spacing:-.02em}.v90-section-head>span{font-size:9px;color:#8a949d}
.v90-highlight-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #edf0f2;border-left:1px solid #edf0f2}.v90-highlight{min-height:90px;padding:16px 15px;border-right:1px solid #edf0f2;border-bottom:1px solid #edf0f2;display:flex;gap:11px;align-items:flex-start}.v90-highlight>span{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:#fff2e8;color:#ed6511;font-size:12px;font-weight:900;flex:0 0 25px}.v90-highlight p{margin:2px 0 0;font-size:10px;line-height:1.55;color:#39434c;font-weight:750}
.v90-description-grid{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:30px}.v90-description-grid .product-description-full{font-size:12px;line-height:1.9;color:#505b65}.v90-side-note{border-left:1px solid #eceff2;padding-left:22px}.v90-side-note b{font-size:11px}.v90-side-note p{font-size:10px;color:#7b858e;line-height:1.6;margin-top:7px}
.v90-section .spec-table-wrap{border-radius:10px}.v90-section .product-spec-table th,.v90-section .product-spec-table td{font-size:10px;padding:12px 13px}.v90-section .product-spec-table th{width:35%;background:#f8f9fa;color:#66717b}.v90-section .product-spec-table td{font-weight:650}
.v90-box-content{font-size:11px;line-height:1.8;color:#56616b;padding:15px 17px;background:#fafbfc;border:1px solid #edf0f2;border-radius:10px}
.v90-buying-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #edf0f2}.v90-buying-grid>div{padding:17px 16px;border-right:1px solid #edf0f2}.v90-buying-grid>div:first-child{padding-left:0}.v90-buying-grid>div:last-child{border-right:0;padding-right:0}.v90-info-label{display:block;font-size:8px;letter-spacing:.12em;color:#8b959e;font-weight:900;margin-bottom:7px}.v90-buying-grid b{font-size:11px}.v90-buying-grid p{font-size:9px;line-height:1.55;color:#727d86;margin:5px 0 0}
.v90-content + .product-policy-strip{margin-top:14px}
@media(max-width:1050px){.v90-hero{grid-template-columns:1fr 1fr!important;gap:14px!important}.v90-gallery-main{height:430px!important}.v90-buy-panel{padding:21px!important}.v90-buy-panel h1{font-size:30px!important}.v90-highlight-grid{grid-template-columns:repeat(2,1fr)}.v90-buying-grid{grid-template-columns:repeat(2,1fr)}.v90-buying-grid>div:nth-child(2){border-right:0}.v90-buying-grid>div:nth-child(-n+2){border-bottom:1px solid #edf0f2}.v90-description-grid{grid-template-columns:1fr}.v90-side-note{border-left:0;border-top:1px solid #eceff2;padding:15px 0 0}}
@media(max-width:800px){.v90-hero{display:block!important}.v90-gallery-main{height:390px!important}.v90-buy-panel{margin-top:12px}.v90-purchase-points{grid-template-columns:repeat(3,1fr)}}
@media(max-width:600px){.v90-gallery{border-radius:0;border-left:0;border-right:0;padding:8px 10px 10px}.v90-gallery-main{height:280px!important}.v90-gallery-main img{max-width:82%!important;max-height:82%!important}.v90-gallery-thumbs .gallery-thumb{width:60px!important;height:54px!important;flex-basis:60px!important}.gallery-meta{font-size:8px}.v90-buy-panel{margin-top:0;border-radius:0!important;border-left:0!important;border-right:0!important;padding:17px 14px 86px!important}.v90-buy-panel h1{font-size:24px!important}.v90-meta-row{justify-content:flex-start}.v90-lead{font-size:11px!important}.v90-price-area .product-price-line .price{font-size:29px!important}.v90-availability{align-items:flex-start;flex-direction:column;gap:4px}.v90-availability-text{text-align:left}.v90-primary-actions{grid-template-columns:1fr 1fr}.v90-secondary-actions{grid-template-columns:1fr 1fr}.v90-secondary-actions .btn:last-child{grid-column:1/-1}.v90-purchase-points{grid-template-columns:1fr;gap:10px}.v90-purchase-points>div{border-right:0;border-bottom:1px solid #eceff2;padding:0 0 9px!important}.v90-purchase-points>div:last-child{border-bottom:0;padding-bottom:0!important}.v90-anchor{margin:8px 8px 0!important;top:62px!important}.v90-anchor a{padding:11px 13px!important}.v90-section{border-radius:10px;padding:18px 15px;margin-top:10px}.v90-section-head{align-items:flex-start;flex-direction:column;gap:3px;margin-bottom:13px}.v90-section-head h2{font-size:20px!important}.v90-highlight-grid{grid-template-columns:1fr}.v90-highlight{min-height:0;padding:12px}.v90-section .product-spec-table th,.v90-section .product-spec-table td{font-size:9px;padding:9px 8px}.v90-buying-grid{grid-template-columns:1fr}.v90-buying-grid>div{border-right:0!important;border-bottom:1px solid #edf0f2;padding:13px 0!important}.v90-buying-grid>div:last-child{border-bottom:0}.v90-side-note{display:none}}

/* V90 final responsive polish */
@media (max-width:1100px) and (min-width:701px){.v90-anchor{top:126px!important}}
@media (max-width:700px){.v90-anchor{top:116px!important}}

/* V91 — Aspire premium homepage product showroom */
.home-feature-section{padding:22px 0 12px;background:#fff}
.home-feature-section .feature-strip{grid-template-columns:repeat(5,1fr);background:#f7f9fb;border:1px solid #e2e7eb;border-radius:14px;box-shadow:0 5px 22px rgba(8,12,18,.035)}
.home-feature-section .feature{padding:15px 16px;border-right:1px solid #e4e8ec}
.home-feature-section .feature strong{font-size:10px;color:#172029}
.home-feature-section .feature span{font-size:8.5px;color:#77838d}
.home-merch-section{padding:38px 0;background:linear-gradient(180deg,#f7f9fb 0,#fff 100%)}
.home-picks-section{padding-top:18px;background:#fff}
.home-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}
.home-section-head h2{font-size:30px;letter-spacing:-1.2px;margin:5px 0 5px;color:#111820}
.home-section-head p{margin:0;color:#737e89;font-size:11px;line-height:1.6;max-width:650px}
.home-section-link{display:inline-flex;align-items:center;gap:7px;white-space:nowrap;color:#1c4e82;font-size:10px;font-weight:900}
.home-section-link span{font-size:14px;color:#e45d12}
.home-brand-strip{margin:-4px 0 14px}
.home-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;align-items:stretch}
.home-product-grid-five{grid-template-columns:repeat(5,minmax(0,1fr))}
.home-product-grid-mobile{grid-template-columns:repeat(4,minmax(0,1fr))}
.home-product-card{position:relative;min-width:0;display:flex;flex-direction:column;background:#fff;border:1px solid #dfe5e9;border-radius:14px;overflow:hidden;box-shadow:0 5px 18px rgba(8,12,18,.045);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.home-product-card:hover{transform:translateY(-3px);border-color:#cfd7dd;box-shadow:0 15px 32px rgba(8,12,18,.09)}
.home-product-image{height:190px;display:grid;place-items:center;position:relative;background:linear-gradient(145deg,#f0f3f6,#fff);overflow:hidden}
.home-product-image img{width:100%;height:100%;object-fit:contain;padding:13px;display:block;transition:transform .25s ease}
.home-product-card:hover .home-product-image img{transform:scale(1.035)}
.home-product-fallback{width:100%;height:100%;display:grid;place-items:center;align-content:center;gap:6px;color:#b0b8c0;background:linear-gradient(145deg,#edf1f4,#fff)}
.home-product-fallback span{font-size:32px;font-weight:950;color:#9da7b0;letter-spacing:.04em}
.home-product-fallback small{font-size:8px}
.home-sale-badge,.home-new-badge{position:absolute;top:10px;left:10px;z-index:2;border-radius:999px;padding:5px 8px;color:#fff;font-size:8px;font-weight:950;letter-spacing:.35px}
.home-sale-badge{background:linear-gradient(120deg,#ef1c2a,#ff6f13)}
.home-new-badge{background:#10171e}
.home-wish{position:absolute;right:10px;top:9px;width:28px;height:28px;display:grid;place-items:center;border:1px solid #e0e5e9;border-radius:50%;background:#ffffffdc;color:#75818c;font-size:17px;line-height:1}
.home-product-body{display:flex;flex-direction:column;padding:11px 12px 12px;min-height:228px}
.home-product-brand{font-size:8px;letter-spacing:1.25px;text-transform:uppercase;color:#e15d13;font-weight:950;margin-bottom:4px}
.home-product-card h3{font-size:13px;line-height:1.32;margin:0;min-height:34px;letter-spacing:-.15px;color:#111820}
.home-product-card h3 a{color:inherit}
.home-product-specs{list-style:none;padding:0;margin:7px 0 0;display:flex;flex-wrap:wrap;gap:4px 7px;min-height:43px}
.home-product-specs li{position:relative;font-size:8.5px;line-height:1.35;color:#68747f;padding-right:7px}
.home-product-specs li:not(:last-child):after{content:"";position:absolute;right:0;top:2px;width:2px;height:2px;border-radius:50%;background:#c5cbd0}
.home-product-summary{font-size:9px;line-height:1.5;color:#7b858f;margin:7px 0 0;min-height:43px}
.home-price-row{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-top:auto;padding-top:9px}
.home-price-row strong{font-size:18px;letter-spacing:-.5px;color:#ed1c2b}
.home-price-row del{font-size:9px;color:#9aa2aa}
.home-price-row span{font-size:7.5px;font-weight:950;color:#b94a00;background:#fff0e4;border-radius:5px;padding:4px 5px}
.home-stock{display:flex;align-items:center;gap:5px;margin-top:7px;font-size:8.5px;font-weight:850;color:#277653}
.home-stock i{width:7px;height:7px;border-radius:50%;background:#19a56b;display:inline-block;flex:0 0 7px}
.home-stock.on_order{color:#24749d}.home-stock.on_order i{background:#198fc1}.home-stock.enquire{color:#68747e}.home-stock.enquire i{background:#a3acb4}.home-stock.out{color:#b83a32}.home-stock.out i{background:#d43b30}
.home-product-actions{display:grid;grid-template-columns:1fr 78px;gap:7px;margin-top:10px}
.home-product-actions .home-add{min-height:36px;padding:8px 9px;font-size:9px;box-shadow:0 6px 17px rgba(239,27,36,.16)}
.home-wa{display:flex;align-items:center;justify-content:center;border:1px solid #dce3e7;border-radius:8px;color:#4f5c66;background:#fff;font-size:8.5px;font-weight:850}
.home-empty-state{border:1px dashed #d7dee4;border-radius:14px;background:#fff;padding:28px;display:flex;align-items:center;justify-content:space-between;gap:20px;box-shadow:0 5px 18px rgba(8,12,18,.03)}
.home-empty-state b{font-size:13px}.home-empty-state span{font-size:10px;color:#77838d}.home-empty-state a{font-size:10px;font-weight:900;color:#d65b14;white-space:nowrap}
@media(max-width:1180px){.home-product-grid-five{grid-template-columns:repeat(4,minmax(0,1fr))}.home-product-grid-mobile{grid-template-columns:repeat(3,minmax(0,1fr))}.home-feature-section .feature-strip{grid-template-columns:repeat(3,1fr)}.home-feature-section .feature:nth-child(3){border-right:0}.home-feature-section .feature:nth-child(-n+3){border-bottom:1px solid #e4e8ec}}
@media(max-width:900px){.home-product-grid,.home-product-grid-five,.home-product-grid-mobile{grid-template-columns:repeat(2,minmax(0,1fr))}.home-product-image{height:180px}.home-section-head{align-items:flex-start}.home-section-head h2{font-size:26px}.home-feature-section .feature-strip{grid-template-columns:repeat(2,1fr)}.home-feature-section .feature:nth-child(odd){border-right:1px solid #e4e8ec}.home-feature-section .feature:nth-child(even){border-right:0}.home-feature-section .feature:nth-child(-n+4){border-bottom:1px solid #e4e8ec}.home-empty-state{align-items:flex-start;flex-direction:column}}
@media(max-width:600px){.home-feature-section{padding:12px 0 7px}.home-feature-section .feature-strip{grid-template-columns:1fr 1fr;border-radius:12px}.home-feature-section .feature{padding:12px 11px}.home-feature-section .feature strong{font-size:9px}.home-feature-section .feature span{font-size:7.5px}.home-merch-section{padding:28px 0 10px}.home-picks-section{padding-top:10px}.home-section-head{display:block;margin-bottom:13px}.home-section-head h2{font-size:23px}.home-section-head p{font-size:9.5px;margin-top:5px}.home-section-link{margin-top:8px;font-size:9px}.home-product-grid,.home-product-grid-five,.home-product-grid-mobile{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.home-product-image{height:150px}.home-product-image img{padding:8px}.home-product-body{padding:9px;min-height:214px}.home-product-brand{font-size:7.5px}.home-product-card h3{font-size:11px;min-height:30px}.home-product-specs{margin-top:5px;min-height:39px;gap:3px 6px}.home-product-specs li{font-size:7.5px}.home-price-row strong{font-size:16px}.home-price-row del{font-size:8px}.home-stock{font-size:7.5px}.home-product-actions{grid-template-columns:1fr;margin-top:8px}.home-wa{display:none}.home-product-actions .home-add{min-height:34px}.home-wish{width:25px;height:25px;font-size:15px}.home-empty-state{padding:20px}.home-empty-state a{white-space:normal}}
@media(max-width:380px){.home-product-grid,.home-product-grid-five,.home-product-grid-mobile{grid-template-columns:1fr}.home-product-image{height:205px}.home-product-body{min-height:0}.home-product-specs{min-height:0}.home-product-card h3{min-height:0}.home-product-actions{grid-template-columns:1fr 78px}.home-wa{display:flex}}


/* V92 — FINAL HOMEPAGE PRODUCT CARDS: compact ecommerce presentation */
.home-merch-section .home-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}
.home-merch-section .home-product-grid-five{grid-template-columns:repeat(5,minmax(0,1fr))!important}
.home-merch-section .home-product-card{background:#fff!important;color:#111820!important;min-height:0!important}
.home-merch-section .home-product-image{height:178px!important;min-height:178px!important;background:linear-gradient(145deg,#f2f4f6,#fff)!important}
.home-merch-section .home-product-image img{width:100%!important;height:100%!important;object-fit:contain!important;padding:14px!important}
.home-merch-section .home-product-body{padding:11px 12px 12px!important;min-height:222px!important;background:#fff!important}
.home-merch-section .home-product-brand{margin-bottom:4px!important}
.home-merch-section .home-product-card h3{font-size:13px!important;min-height:34px!important}
.home-merch-section .home-product-specs{min-height:40px!important;max-height:42px!important;overflow:hidden!important}
.home-merch-section .home-product-summary{min-height:40px!important;max-height:42px!important;overflow:hidden!important}
.home-merch-section .home-price-row strong{font-size:18px!important}
.home-merch-section .home-product-actions{grid-template-columns:1fr 78px!important}
.home-merch-section .home-product-actions .home-add{min-height:36px!important}
@media (max-width:1180px){
 .home-merch-section .home-product-grid,.home-merch-section .home-product-grid-five,.home-merch-section .home-product-grid-mobile{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}
@media (pointer:coarse) and (min-width:1101px){
 .home-merch-section .home-product-grid,.home-merch-section .home-product-grid-five,.home-merch-section .home-product-grid-mobile{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}
 .home-merch-section .home-product-image{height:170px!important;min-height:170px!important}
 .home-merch-section .home-product-body{min-height:216px!important}
 .home-merch-section .home-product-card h3{font-size:12px!important}
 .home-merch-section .home-product-specs li{font-size:8px!important}
}
@media (max-width:900px){
 .home-merch-section .home-product-grid,.home-merch-section .home-product-grid-five,.home-merch-section .home-product-grid-mobile{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 .home-merch-section .home-product-image{height:150px!important;min-height:150px!important}
 .home-merch-section .home-product-body{min-height:210px!important}
}
@media (max-width:600px){
 .home-merch-section .home-product-grid,.home-merch-section .home-product-grid-five,.home-merch-section .home-product-grid-mobile{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 .home-merch-section .home-product-image{height:138px!important;min-height:138px!important}
 .home-merch-section .home-product-body{min-height:202px!important;padding:8px!important}
 .home-merch-section .home-product-card h3{font-size:11px!important}
 .home-merch-section .home-product-specs li{font-size:7.3px!important}
 .home-merch-section .home-product-actions{grid-template-columns:1fr!important}
 .home-merch-section .home-wa{display:none!important}
}
@media (max-width:380px){
 .home-merch-section .home-product-grid,.home-merch-section .home-product-grid-five,.home-merch-section .home-product-grid-mobile{grid-template-columns:1fr!important}
 .home-merch-section .home-product-image{height:185px!important;min-height:185px!important}
}


/* V93 — DEFINITIVE PRODUCT IMAGE FIT
   Product artwork must NEVER be cropped. The image box has a stable aspect ratio,
   while the source image is constrained by max-width/max-height so its full canvas
   remains visible regardless of whether the source is portrait, landscape or square. */
.home-merch-section .home-product-image{
  height:auto!important;
  min-height:0!important;
  aspect-ratio:4/3!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  padding:12px!important;
}
.home-merch-section .home-product-image img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:100%!important;
  max-height:100%!important;
  min-width:0!important;
  min-height:0!important;
  object-fit:contain!important;
  object-position:center center!important;
  padding:0!important;
  margin:0 auto!important;
  transform:none!important;
}
.home-merch-section .home-product-card:hover .home-product-image img{
  transform:none!important;
}
@media(max-width:900px){
  .home-merch-section .home-product-image{
    height:auto!important;
    min-height:0!important;
    aspect-ratio:4/3!important;
  }
}
@media(max-width:600px){
  .home-merch-section .home-product-image{
    height:auto!important;
    min-height:0!important;
    aspect-ratio:4/3!important;
    padding:10px!important;
  }
}
@media(max-width:380px){
  .home-merch-section .home-product-image{
    height:auto!important;
    min-height:0!important;
    aspect-ratio:4/3!important;
  }
}

/* V94 — Desktop product-page typography hierarchy
   Purpose: make the PDP read like a major ecommerce storefront while preserving the V93 image-fit fix.
   Mobile typography remains governed by the existing responsive rules below. */
@media (min-width: 901px){
  .product-detail-page .breadcrumb{font-size:12px;line-height:1.5}
  .product-detail-page .breadcrumb b{font-weight:700;color:#202831}
  .product-detail-page .v90-brandline{font-size:13px;letter-spacing:.10em}
  .product-detail-page .v90-brandline em{font-size:10px;padding:6px 9px}
  .product-detail-page .v90-buy-panel h1{font-size:42px!important;line-height:1.08!important;letter-spacing:-.025em!important;font-weight:800!important;color:#111820!important;margin:10px 0 13px!important}
  .product-detail-page .v90-meta-row .review-summary{font-size:12px;gap:8px}
  .product-detail-page .v90-lead{font-size:15px!important;line-height:1.65!important;color:#5e6974!important;max-width:650px}
  .product-detail-page .v90-price-area .product-price-line .price{font-size:42px!important;line-height:1.05;font-weight:850!important;letter-spacing:-.02em}
  .product-detail-page .v90-price-area .product-price-line del{font-size:13px}
  .product-detail-page .v90-price-area .save-pill{font-size:11px}
  .product-detail-page .v90-price-area .inclusive-price-note{font-size:12px!important;line-height:1.5}
  .product-detail-page .v90-availability{padding:16px 0 4px}
  .product-detail-page .v90-availability-text{font-size:12px}
  .product-detail-page .v90-qty{font-size:13px}
  .product-detail-page .v90-primary-actions .btn{font-size:15px;min-height:54px;font-weight:800}
  .product-detail-page .v90-secondary-actions .btn{font-size:12px;min-height:43px;font-weight:750}
  .product-detail-page .v90-purchase-points{margin-top:19px;padding-top:16px}
  .product-detail-page .v90-purchase-points b{font-size:11px;font-weight:800}
  .product-detail-page .v90-purchase-points span{font-size:10px;line-height:1.5}
  .product-detail-page .v90-anchor a{font-size:13px!important;font-weight:750;padding:14px 20px!important}
  .product-detail-page .v90-section{padding:29px 31px}
  .product-detail-page .v90-section-head{margin-bottom:21px}
  .product-detail-page .v90-section-head h2{font-size:29px!important;line-height:1.2!important;font-weight:800!important;letter-spacing:-.025em!important}
  .product-detail-page .section-eyebrow{font-size:11px;letter-spacing:.16em}
  .product-detail-page .v90-highlight{min-height:100px;padding:18px 17px;gap:13px}
  .product-detail-page .v90-highlight>span{width:29px;height:29px;flex-basis:29px;font-size:13px}
  .product-detail-page .v90-highlight p{font-size:13px;line-height:1.55;font-weight:650}
  .product-detail-page .v90-description-grid .product-description-full{font-size:15px;line-height:1.8;color:#414b55}
  .product-detail-page .v90-side-note b{font-size:13px}
  .product-detail-page .v90-side-note p{font-size:12px;line-height:1.65}
  .product-detail-page .v90-section .product-spec-table th,
  .product-detail-page .v90-section .product-spec-table td{font-size:12.5px;padding:14px 15px;line-height:1.45}
  .product-detail-page .v90-box-content{font-size:13.5px;line-height:1.75;padding:17px 19px}
  .product-detail-page .v90-info-label{font-size:10px;margin-bottom:8px}
  .product-detail-page .v90-buying-grid b{font-size:13px}
  .product-detail-page .v90-buying-grid p{font-size:11.5px;line-height:1.6}
  .product-detail-page .v90-section + .section.related-section h2{font-size:30px}
}

/* V95 — UNIFIED HOMEPAGE CATEGORY LANGUAGE
   Desktop, tablet and mobile must share the same Aspire category visual language.
   Responsive layout may change for usability, but category presentation remains consistent:
   compact red/orange/gold pills, with All Categories as the primary pill. */
@media (min-width:1101px) and (pointer:fine){
  .main-nav{
    width:min(1440px,94%)!important;
    max-width:none!important;
    min-width:0!important;
    margin-left:auto!important;
    margin-right:auto!important;
    display:flex!important;
    align-items:center!important;
    gap:7px!important;
    overflow-x:auto!important;
    overflow-y:visible!important;
    scrollbar-width:none!important;
    padding:7px 0 9px!important;
  }
  .main-nav::-webkit-scrollbar{display:none}
  .main-nav > .nav-drop,
  .main-nav > a{flex:0 0 auto!important}
  .main-nav > .nav-drop > a,
  .main-nav > a{
    min-height:40px!important;
    height:40px!important;
    padding:0 14px!important;
    border:1px solid rgba(255,214,106,.55)!important;
    border-radius:999px!important;
    background:linear-gradient(115deg,#ef1726 0%,#ff7418 50%,#ffd04a 100%)!important;
    color:#fff!important;
    box-shadow:0 3px 12px rgba(255,122,24,.14)!important;
    font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif!important;
    font-size:11px!important;
    font-weight:850!important;
    line-height:1!important;
    letter-spacing:.05px!important;
    white-space:nowrap!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:5px!important;
    transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease!important;
  }
  .main-nav > .nav-drop > a:hover,
  .main-nav > a:hover,
  .main-nav > .nav-drop.open > a{
    color:#fff!important;
    transform:translateY(-1px)!important;
    border-color:#ffe79a!important;
    box-shadow:0 6px 18px rgba(255,122,24,.24)!important;
  }
  .main-nav > .nav-drop:first-child > .all-cat,
  .main-nav > .nav-drop > .all-cat{
    min-width:auto!important;
    background:linear-gradient(110deg,#d91022 0%,#ff6816 48%,#ffd94f 100%)!important;
    border-color:#ffe79a!important;
    box-shadow:0 6px 18px rgba(255,122,24,.28)!important;
  }
  .main-nav .quote-link{
    margin-left:auto!important;
    border-color:#ffe08a!important;
  }
}

/* The shared mobile/tablet category rail already uses the same pill treatment.
   Keep it as the canonical responsive category component. */
.mobile-category-item,
.mobile-category-bar .mobile-category-scroll .mobile-category-item{
  font-size:11px!important;
  font-weight:850!important;
}
@media(max-width:700px){
  .mobile-category-item,
  .mobile-category-bar .mobile-category-scroll .mobile-category-item{font-size:10px!important}
}

/* V96 — TRUE HOMEPAGE CATEGORY PARITY
   Desktop uses the same Aspire red/orange/gold pill language as tablet/mobile.
   Responsive behavior may reflow, but category visual identity stays the same. */
@media (pointer:fine) and (min-width:1101px) {
  .main-nav > .nav-drop > a:not(.all-cat),
  .main-nav > a:not(.quote-link) {
    background:#ff7a18!important;
    background-image:linear-gradient(115deg,#ef1726 0%,#ff7418 50%,#ffd04a 100%)!important;
    color:#fff!important;
    border:1px solid rgba(255,214,106,.78)!important;
    border-radius:999px!important;
    box-shadow:0 3px 12px rgba(255,122,24,.18)!important;
    min-height:38px!important;
    padding:0 15px!important;
    font-size:11px!important;
    font-weight:850!important;
    letter-spacing:.01em!important;
    transition:transform .15s ease,box-shadow .15s ease,filter .15s ease!important;
  }
  .main-nav > .nav-drop > a:not(.all-cat):hover,
  .main-nav > a:not(.quote-link):hover {
    color:#fff!important;
    border-color:#ffe79a!important;
    transform:translateY(-1px)!important;
    box-shadow:0 6px 18px rgba(255,122,24,.30)!important;
    filter:saturate(1.05)!important;
  }
  .main-nav > .nav-drop > a.all-cat {
    background-image:linear-gradient(110deg,#d91022 0%,#ff6816 48%,#ffd94f 100%)!important;
    color:#fff!important;
    border:1px solid #ffe79a!important;
    border-radius:999px!important;
    box-shadow:0 6px 18px rgba(255,122,24,.32)!important;
    min-height:42px!important;
    padding:0 18px!important;
    font-size:12px!important;
    font-weight:900!important;
  }
  .main-nav > .nav-drop > a.all-cat:hover {
    color:#fff!important;
    transform:translateY(-1px)!important;
  }
  .main-nav .quote-link {
    border:1px solid #ff8a24!important;
    border-radius:999px!important;
    color:#fff!important;
    min-height:38px!important;
    padding:0 16px!important;
    font-size:11px!important;
    font-weight:850!important;
    display:flex!important;
    align-items:center!important;
  }
}

/* V97 — ASPIRE COMMERCE TYPOGRAPHY SYSTEM
   Inspired by the clarity, density and product-first hierarchy of major ecommerce
   platforms such as Flipkart, Amazon and Quoted Tech — not a visual copy.
   Applies to the public storefront only; admin UI is intentionally untouched. */
body:not(.admin-shell){
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  font-size:14px;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body:not(.admin-shell) .topbar{font-size:12px;line-height:1.4}
body:not(.admin-shell) .topbar-inner{padding:8px 0}
body:not(.admin-shell) .nav-action{font-size:13px;font-weight:500}
body:not(.admin-shell) .cart-pill{font-size:13px;font-weight:600}
body:not(.admin-shell) .search select{font-size:14px;font-weight:500}
body:not(.admin-shell) .search input{font-size:15px;line-height:1.4}
body:not(.admin-shell) .main-nav>a,
body:not(.admin-shell) .main-nav>.nav-drop>a{font-size:12.5px!important;font-weight:700!important;letter-spacing:.01em}
body:not(.admin-shell) .main-nav .quote-link{font-size:12.5px!important}
body:not(.admin-shell) .hero .eyebrow{font-size:12px;letter-spacing:.18em}
body:not(.admin-shell) .hero h1{font-size:clamp(44px,5vw,68px);line-height:1.02;letter-spacing:-.045em;font-weight:800}
body:not(.admin-shell) .hero p{font-size:17px;line-height:1.65}
body:not(.admin-shell) .hero-stat b{font-size:13px}
body:not(.admin-shell) .hero-stat span{font-size:11px}
body:not(.admin-shell) .section{padding:52px 0}
body:not(.admin-shell) .eyebrow{font-size:11px;letter-spacing:.16em}
body:not(.admin-shell) h2{font-size:30px;line-height:1.15;letter-spacing:-.025em;font-weight:750}
body:not(.admin-shell) .section-head p{font-size:13px;line-height:1.5}
body:not(.admin-shell) .feature strong{font-size:13px;font-weight:700}
body:not(.admin-shell) .feature span{font-size:11px;line-height:1.45}
body:not(.admin-shell) .cat b{font-size:14px;font-weight:700}
body:not(.admin-shell) .cat span{font-size:11px;line-height:1.4}
body:not(.admin-shell) .product .tag{font-size:10px;letter-spacing:.11em}
body:not(.admin-shell) .product h3{font-size:17px;line-height:1.35;font-weight:700;letter-spacing:-.01em}
body:not(.admin-shell) .product p{font-size:12.5px;line-height:1.55}
body:not(.admin-shell) .price{font-size:24px;line-height:1.15;font-weight:800;letter-spacing:-.02em}
body:not(.admin-shell) .price del{font-size:12px}
body:not(.admin-shell) .btn{font-size:14px;font-weight:700;line-height:1.2}
body:not(.admin-shell) .btn.small{font-size:12px}
body:not(.admin-shell) .wa{font-size:12px;font-weight:700}
body:not(.admin-shell) .promo h3{font-size:22px;line-height:1.15;font-weight:750}
body:not(.admin-shell) .promo p{font-size:12px;line-height:1.55}
body:not(.admin-shell) .page-title h1{font-size:40px;line-height:1.1;letter-spacing:-.035em;font-weight:800}
body:not(.admin-shell) .page-title p{font-size:14px;line-height:1.6}
body:not(.admin-shell) .panel label{font-size:12px}
body:not(.admin-shell) .input,
body:not(.admin-shell) .panel input,
body:not(.admin-shell) .panel select,
body:not(.admin-shell) .panel textarea{font-size:14px;line-height:1.45}
body:not(.admin-shell) .build-row label{font-size:12px}
body:not(.admin-shell) .build-row select{font-size:14px}
body:not(.admin-shell) .sum-line{font-size:13px}
body:not(.admin-shell) .sum-total{font-size:30px}
body:not(.admin-shell) .compat,.notice{font-size:12px;line-height:1.5}
body:not(.admin-shell) .quote-table th,
body:not(.admin-shell) .quote-table td{font-size:12px;line-height:1.45}
body:not(.admin-shell) .quote-total{font-size:24px}
body:not(.admin-shell) .footer-tag{font-size:13px}
body:not(.admin-shell) .footer h4{font-size:14px}
body:not(.admin-shell) .footer a,
body:not(.admin-shell) .footer p{font-size:12px;line-height:1.7}
body:not(.admin-shell) .footer-bottom{font-size:11px}

/* Product detail page — commerce-first hierarchy */
body:not(.admin-shell) .product-kicker{font-size:12px!important;letter-spacing:.12em!important;font-weight:800!important}
body:not(.admin-shell) .v90-brandline{font-size:13px!important;letter-spacing:.12em!important}
body:not(.admin-shell) .v90-buy-panel h1,
body:not(.admin-shell) .product-buy-panel h1{font-size:36px!important;line-height:1.12!important;letter-spacing:-.035em!important;font-weight:800!important}
body:not(.admin-shell) .product-short-description,
body:not(.admin-shell) .v90-lead{font-size:14px!important;line-height:1.65!important}
body:not(.admin-shell) .product-price-line .price,
body:not(.admin-shell) .v90-price-area .product-price-line .price{font-size:36px!important;line-height:1.1!important;font-weight:800!important;letter-spacing:-.025em!important}
body:not(.admin-shell) .product-price-line del{font-size:14px!important}
body:not(.admin-shell) .inclusive-price-note{font-size:11px!important}
body:not(.admin-shell) .product-status,
body:not(.admin-shell) .product-sku{font-size:11px!important}
body:not(.admin-shell) .product-status-detail{font-size:12px!important;line-height:1.5!important}
body:not(.admin-shell) .condition-note{font-size:11px!important}
body:not(.admin-shell) .product-service-line{font-size:10px!important}
body:not(.admin-shell) .product-information h2,
body:not(.admin-shell) .product-highlights h2,
body:not(.admin-shell) .product-box-contents h2,
body:not(.admin-shell) .product-buying-info h2{font-size:26px!important;line-height:1.2!important;letter-spacing:-.025em!important;font-weight:750!important}
body:not(.admin-shell) .section-eyebrow{font-size:11px!important;letter-spacing:.14em!important}
body:not(.admin-shell) .product-description-full,
body:not(.admin-shell) .product-box-contents p{font-size:14px!important;line-height:1.75!important}
body:not(.admin-shell) .product-spec-table th,
body:not(.admin-shell) .product-spec-table td{font-size:12.5px!important;line-height:1.5!important}
body:not(.admin-shell) .highlight-list li{font-size:13px!important;line-height:1.55!important}
body:not(.admin-shell) .buying-info-grid b{font-size:12px!important}
body:not(.admin-shell) .buying-info-grid span{font-size:11px!important;line-height:1.5!important}
body:not(.admin-shell) .product-anchor-nav a{font-size:13px!important;font-weight:700!important}

@media(max-width:900px){
  body:not(.admin-shell) .hero h1{font-size:clamp(38px,8vw,56px);letter-spacing:-.04em}
  body:not(.admin-shell) .product-buy-panel h1,
  body:not(.admin-shell) .v90-buy-panel h1{font-size:31px!important}
}
@media(max-width:600px){
  body:not(.admin-shell){font-size:13px}
  body:not(.admin-shell) .hero h1{font-size:38px;line-height:1.03}
  body:not(.admin-shell) .hero p{font-size:15px}
  body:not(.admin-shell) h2{font-size:25px}
  body:not(.admin-shell) .product-buy-panel h1,
  body:not(.admin-shell) .v90-buy-panel h1{font-size:27px!important}
  body:not(.admin-shell) .product-price-line .price,
  body:not(.admin-shell) .v90-price-area .product-price-line .price{font-size:30px!important}
  body:not(.admin-shell) .product-information h2,
  body:not(.admin-shell) .product-highlights h2,
  body:not(.admin-shell) .product-box-contents h2,
  body:not(.admin-shell) .product-buying-info h2{font-size:22px!important}
}


/* V98 — catalog product-image fit fix: use the same proven non-cropping image treatment as the homepage.
   The earlier fix only targeted .home-product-image; /products.php uses .product-media,
   which still had fixed-height + 100% image sizing. Keep one responsive image rule across storefront cards. */
.products .product-media,
.related-section .product-media{
  aspect-ratio:4/3!important;
  height:auto!important;
  min-height:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
}
.products .product-media img,
.related-section .product-media img{
  width:auto!important;
  height:auto!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  padding:0!important;
  margin:0!important;
  transform:none!important;
}
.products .product-media:hover img,
.related-section .product-media:hover img{
  transform:none!important;
}
@media(max-width:900px){
  .products .product-media,
  .related-section .product-media{aspect-ratio:4/3!important;height:auto!important}
}
@media(max-width:380px){
  .products .product-media,
  .related-section .product-media{aspect-ratio:4/3!important;height:auto!important}
}


/* V99 — definitive catalogue card content visibility + commerce hierarchy.
   V98 correctly fixed image fitting, but catalogue cards could leave the information
   area visually empty. Keep the proven image rule and explicitly lock the content
   block to visible, readable, flow-based layout. */
.catalog-products .catalog-product{
  color:#111820!important;
  background:#fff!important;
  display:flex!important;
  flex-direction:column!important;
  height:auto!important;
  min-height:0!important;
  overflow:hidden!important;
}
.catalog-products .catalog-product .product-badges{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:7px!important;
  flex-wrap:wrap!important;
  min-height:25px!important;
}
.catalog-products .catalog-product .tag,
.catalog-products .catalog-product h3,
.catalog-products .catalog-product p,
.catalog-products .catalog-product .catalog-product-availability,
.catalog-products .catalog-product .catalog-product-price,
.catalog-products .catalog-product .catalog-product-price del,
.catalog-products .catalog-product .wa{
  visibility:visible!important;
  opacity:1!important;
}
.catalog-products .catalog-product h3.catalog-product-name{
  display:block!important;
  color:#111820!important;
  font-size:18px!important;
  line-height:1.28!important;
  font-weight:800!important;
  letter-spacing:-.018em!important;
  margin:9px 0 7px!important;
  min-height:0!important;
}
.catalog-products .catalog-product p.catalog-product-description{
  display:block!important;
  color:#5f6b76!important;
  font-size:13px!important;
  line-height:1.5!important;
  margin:0!important;
  min-height:0!important;
  max-height:3em!important;
  overflow:hidden!important;
}
.catalog-products .catalog-product .catalog-product-availability{
  display:block!important;
  color:#66727d!important;
  font-size:11px!important;
  line-height:1.4!important;
  font-weight:700!important;
  margin-top:9px!important;
}
.catalog-products .catalog-product .catalog-product-price{
  display:flex!important;
  align-items:baseline!important;
  gap:7px!important;
  margin-top:10px!important;
  padding-top:0!important;
  color:#111820!important;
  font-size:25px!important;
  line-height:1.15!important;
  font-weight:850!important;
  letter-spacing:-.025em!important;
}
.catalog-products .catalog-product .catalog-product-price del{
  color:#929ca5!important;
  font-size:12px!important;
  font-weight:600!important;
}
.catalog-products .catalog-product .call-for-price{
  color:#d94e12!important;
  font-size:19px!important;
  font-weight:850!important;
  letter-spacing:-.01em!important;
}
.catalog-products .catalog-product .product-actions{
  display:flex!important;
  gap:8px!important;
  margin-top:13px!important;
  padding-top:0!important;
}
.catalog-products .catalog-product .product-actions .btn,
.catalog-products .catalog-product .product-actions .wa{
  min-width:0!important;
  min-height:44px!important;
  flex:1 1 0!important;
  color:#111820;
}
.catalog-products .catalog-product .product-actions .btn{color:#fff!important}
.catalog-products .catalog-product .product-actions .wa{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#111820!important;
  background:#fff!important;
  font-size:12px!important;
  font-weight:750!important;
}
@media(max-width:700px){
  .catalog-products .catalog-product h3.catalog-product-name{font-size:16px!important}
  .catalog-products .catalog-product p.catalog-product-description{font-size:12px!important}
  .catalog-products .catalog-product .catalog-product-price{font-size:21px!important}
  .catalog-products .catalog-product .product-actions{flex-direction:column!important}
}

/* V100 — ASPIRE PRODUCT DETAIL EXPERIENCE
   One responsive storefront language: product-first, readable, conversion-focused.
   Desktop/tablet/mobile share the same hierarchy; only dimensions/reflow adapt. */
.product-detail-page{background:#f5f6f8!important}
.product-detail-page>.wrap{max-width:1440px!important}
.product-detail-page .breadcrumb{font-size:12px!important;color:#707b86!important;margin:18px 0!important}
.product-detail-page .breadcrumb a{font-weight:650!important}
.product-detail-page .breadcrumb b{font-weight:700!important;color:#1b2229!important}

.product-detail-page .v90-hero{
  grid-template-columns:minmax(0,1.12fr) minmax(430px,.88fr)!important;
  gap:24px!important;
  align-items:start!important;
}
.product-detail-page .v90-gallery{
  min-width:0!important;
  position:relative!important;
}
.product-detail-page .v90-gallery-main{
  height:560px!important;
  border:1px solid #dfe5e9!important;
  border-radius:22px!important;
  background:#fff!important;
  box-shadow:0 12px 35px rgba(12,18,24,.055)!important;
}
.product-detail-page .product-main-image-button{padding:30px!important}
.product-detail-page .product-main-image-button img{
  width:auto!important;height:auto!important;
  max-width:94%!important;max-height:94%!important;
  object-fit:contain!important;object-position:center!important;
}
.product-detail-page .image-zoom-hint{font-size:11px!important;padding:9px 12px!important}
.product-detail-page .v90-gallery-thumbs{gap:10px!important;margin-top:12px!important}
.product-detail-page .v90-gallery-thumbs .gallery-thumb{width:78px!important;height:70px!important;flex-basis:78px!important;border-radius:11px!important}
.product-detail-page .gallery-meta{font-size:10px!important;margin-top:9px!important}

.product-detail-page .v90-buy-panel{
  border:1px solid #dfe5e9!important;
  border-radius:22px!important;
  padding:30px!important;
  background:#fff!important;
  box-shadow:0 12px 35px rgba(12,18,24,.055)!important;
  position:sticky!important;
  top:106px!important;
}
.product-detail-page .v90-brandline{
  display:flex!important;align-items:center!important;gap:10px!important;
  font-size:14px!important;letter-spacing:.08em!important;font-weight:850!important;
  color:#b64e00!important;text-transform:uppercase!important;
}
.product-detail-page .v90-brandline em{
  font-style:normal!important;text-transform:none!important;letter-spacing:0!important;
  padding:6px 10px!important;border-radius:999px!important;
  background:#fff2df!important;color:#9c4d00!important;font-size:11px!important;font-weight:800!important;
}
.product-detail-page .v90-buy-panel h1{
  font-size:40px!important;line-height:1.08!important;letter-spacing:-.04em!important;
  font-weight:800!important;color:#10161c!important;margin:12px 0 15px!important;
}
.product-detail-page .v90-meta-row{display:flex!important;align-items:center!important;gap:12px!important;flex-wrap:wrap!important}
.product-detail-page .review-summary{font-size:13px!important;font-weight:700!important}
.product-detail-page .review-summary .stars{letter-spacing:1px!important}
.product-detail-page .product-sku{font-size:12px!important;color:#737e88!important;font-weight:700!important}
.product-detail-page .product-short-description{
  font-size:15px!important;line-height:1.65!important;color:#596570!important;
  margin:15px 0 20px!important;max-width:680px!important;
}
.product-detail-page .v90-price-area{
  padding:19px 0 17px!important;border-top:1px solid #edf0f2!important;border-bottom:1px solid #edf0f2!important;
}
.product-detail-page .product-price-line{gap:12px!important}
.product-detail-page .v90-price-area .product-price-line .price{
  font-size:42px!important;line-height:1!important;font-weight:850!important;letter-spacing:-.035em!important;color:#11171d!important;
}
.product-detail-page .product-price-line del{font-size:15px!important;color:#8a949d!important}
.product-detail-page .save-pill{font-size:12px!important;padding:7px 10px!important;font-weight:850!important}
.product-detail-page .inclusive-price-note{font-size:12px!important;line-height:1.5!important;margin-top:7px!important;color:#737e88!important}
.product-detail-page .inclusive-price-note strong{color:#4f5b66!important}
.product-detail-page .v90-availability{padding:17px 0 5px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important}
.product-detail-page .v90-availability .product-status{font-size:12px!important;font-weight:850!important;letter-spacing:.05em!important}
.product-detail-page .v90-availability .status-dot{width:9px!important;height:9px!important}
.product-detail-page .v90-availability-text{font-size:12px!important;color:#68747e!important;text-align:right!important}
.product-detail-page .special-order-note{font-size:12px!important;padding:13px 14px!important;margin-top:12px!important}
.product-detail-page .special-order-note b{font-size:12px!important}
.product-detail-page .v90-buy-controls{margin-top:13px!important}
.product-detail-page .v90-qty{font-size:13px!important;font-weight:750!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important}
.product-detail-page .qty-control{height:46px!important;border:1px solid #d9e0e5!important;border-radius:10px!important;overflow:hidden!important;display:flex!important;background:#fff!important}
.product-detail-page .qty-control button{width:42px!important;font-size:20px!important;font-weight:700!important;background:#f8fafb!important;border:0!important}
.product-detail-page .qty-control input{width:52px!important;text-align:center!important;border:0!important;border-left:1px solid #e7ebee!important;border-right:1px solid #e7ebee!important;font-size:14px!important;font-weight:800!important}
.product-detail-page .v90-primary-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;margin-top:14px!important}
.product-detail-page .v90-primary-actions .btn{min-height:56px!important;font-size:15px!important;font-weight:850!important;border-radius:11px!important}
.product-detail-page .buy-now-btn{background:linear-gradient(120deg,#e7182a,#ff7517)!important;box-shadow:0 10px 24px rgba(231,24,42,.18)!important}
.product-detail-page .v90-cart-btn{background:#111820!important;color:#fff!important;border-color:#111820!important}
.product-detail-page .v90-secondary-actions{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:8px!important;margin-top:10px!important}
.product-detail-page .v90-secondary-actions .btn{min-height:44px!important;font-size:12px!important;font-weight:750!important;border-radius:10px!important}
.product-detail-page .v90-purchase-points{grid-template-columns:repeat(3,1fr)!important;margin-top:19px!important;padding-top:17px!important}
.product-detail-page .v90-purchase-points>div{padding:0 12px!important}
.product-detail-page .v90-purchase-points b{font-size:12px!important;font-weight:850!important}
.product-detail-page .v90-purchase-points span{font-size:10.5px!important;line-height:1.5!important;color:#707b85!important}

.product-detail-page .v90-anchor{
  margin:22px 0 0!important;border-radius:13px!important;top:88px!important;
  border:1px solid #dfe5e9!important;background:rgba(255,255,255,.98)!important;
}
.product-detail-page .v90-anchor a{font-size:13px!important;font-weight:750!important;padding:15px 21px!important}
.product-detail-page .v90-content{margin-top:0!important}
.product-detail-page .v90-section{
  border:1px solid #dfe5e9!important;border-radius:18px!important;background:#fff!important;
  padding:30px 32px!important;margin-top:14px!important;box-shadow:0 8px 28px rgba(12,18,24,.035)!important;
}
.product-detail-page .v90-section-head{margin-bottom:22px!important}
.product-detail-page .section-eyebrow{font-size:11px!important;letter-spacing:.15em!important;font-weight:850!important}
.product-detail-page .v90-section-head h2{
  font-size:29px!important;line-height:1.15!important;letter-spacing:-.03em!important;font-weight:800!important;color:#111820!important;
}
.product-detail-page .v90-section-head>span{font-size:12px!important;color:#7a858f!important}
.product-detail-page .v90-highlight-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.product-detail-page .v90-highlight{min-height:105px!important;padding:19px!important;gap:13px!important}
.product-detail-page .v90-highlight>span{width:31px!important;height:31px!important;flex-basis:31px!important;font-size:14px!important}
.product-detail-page .v90-highlight p{font-size:13.5px!important;line-height:1.55!important;font-weight:700!important;color:#303a43!important}
.product-detail-page .v90-description-grid{grid-template-columns:minmax(0,1fr) 290px!important;gap:34px!important}
.product-detail-page .v90-description-grid .product-description-full{font-size:15px!important;line-height:1.85!important;color:#45515b!important}
.product-detail-page .v90-side-note{padding-left:24px!important}
.product-detail-page .v90-side-note b{font-size:14px!important;font-weight:800!important}
.product-detail-page .v90-side-note p{font-size:12px!important;line-height:1.7!important;color:#707b85!important}
.product-detail-page .product-spec-table th,.product-detail-page .product-spec-table td{font-size:13px!important;padding:15px 16px!important;line-height:1.5!important}
.product-detail-page .product-spec-table th{width:35%!important;font-weight:750!important}
.product-detail-page .product-spec-table td{font-weight:650!important}
.product-detail-page .v90-box-content{font-size:14px!important;line-height:1.8!important;padding:18px 20px!important}
.product-detail-page .v90-buying-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
.product-detail-page .v90-info-label{font-size:10px!important;margin-bottom:8px!important}
.product-detail-page .v90-buying-grid b{font-size:13px!important;font-weight:800!important}
.product-detail-page .v90-buying-grid p{font-size:11.5px!important;line-height:1.6!important;color:#707b85!important}
.product-detail-page .product-policy-strip{padding:20px 22px!important;border-radius:15px!important}
.product-detail-page .product-policy-strip b{font-size:13px!important}
.product-detail-page .product-policy-strip span{font-size:11px!important}
.product-detail-page #reviews .section-head h2{font-size:29px!important}
.product-detail-page .related-section .product h3{font-size:15px!important}

@media(max-width:1100px){
  .product-detail-page>.wrap{width:min(96%,1040px)!important}
  .product-detail-page .v90-hero{grid-template-columns:minmax(0,1fr) minmax(340px,.9fr)!important;gap:16px!important}
  .product-detail-page .v90-gallery-main{height:470px!important}
  .product-detail-page .v90-buy-panel{padding:24px!important;top:94px!important}
  .product-detail-page .v90-buy-panel h1{font-size:33px!important}
  .product-detail-page .v90-price-area .product-price-line .price{font-size:36px!important}
  .product-detail-page .v90-highlight-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .product-detail-page .v90-buying-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .product-detail-page .v90-buying-grid>div:nth-child(2){border-right:0!important}
  .product-detail-page .v90-buying-grid>div:nth-child(-n+2){border-bottom:1px solid #edf0f2!important}
}
@media(max-width:900px){
  .product-detail-page>.wrap{width:100%!important}
  .product-detail-page .breadcrumb{padding:0 16px!important}
  .product-detail-page .v90-hero{display:block!important}
  .product-detail-page .v90-gallery-main{height:430px!important;border-radius:16px!important}
  .product-detail-page .v90-buy-panel{position:static!important;margin-top:14px!important;border-radius:16px!important;padding:24px!important}
  .product-detail-page .v90-buy-panel h1{font-size:31px!important}
  .product-detail-page .v90-price-area .product-price-line .price{font-size:36px!important}
  .product-detail-page .v90-anchor{top:0!important;margin:14px 12px 0!important}
  .product-detail-page .v90-section{padding:24px!important}
  .product-detail-page .v90-description-grid{grid-template-columns:1fr!important}
  .product-detail-page .v90-side-note{border-left:0!important;border-top:1px solid #eceff2!important;padding:17px 0 0!important}
}
@media(max-width:600px){
  .product-detail-page .breadcrumb{padding:0 12px!important;margin:10px 0!important;font-size:10px!important}
  .product-detail-page .v90-gallery{padding:0 10px 8px!important;background:#fff!important}
  .product-detail-page .v90-gallery-main{height:300px!important;border-radius:12px!important;box-shadow:none!important}
  .product-detail-page .product-main-image-button{padding:8px!important}
  .product-detail-page .product-main-image-button img{max-width:88%!important;max-height:88%!important}
  .product-detail-page .v90-buy-panel{margin-top:0!important;border-radius:0!important;border-left:0!important;border-right:0!important;padding:19px 14px 88px!important;box-shadow:none!important}
  .product-detail-page .v90-brandline{font-size:12px!important}
  .product-detail-page .v90-buy-panel h1{font-size:27px!important;line-height:1.14!important;margin:9px 0 12px!important}
  .product-detail-page .product-short-description{font-size:14px!important;line-height:1.6!important;margin:13px 0 16px!important}
  .product-detail-page .v90-price-area .product-price-line .price{font-size:32px!important}
  .product-detail-page .product-price-line del{font-size:13px!important}
  .product-detail-page .inclusive-price-note{font-size:11px!important}
  .product-detail-page .v90-availability{align-items:flex-start!important;flex-direction:column!important;gap:5px!important}
  .product-detail-page .v90-availability-text{text-align:left!important;font-size:11.5px!important}
  .product-detail-page .v90-primary-actions{grid-template-columns:1fr 1fr!important}
  .product-detail-page .v90-primary-actions .btn{min-height:50px!important;font-size:14px!important}
  .product-detail-page .v90-secondary-actions{grid-template-columns:1fr 1fr!important}
  .product-detail-page .v90-secondary-actions .btn:last-child{grid-column:1/-1}
  .product-detail-page .v90-purchase-points{grid-template-columns:1fr!important;gap:11px!important}
  .product-detail-page .v90-purchase-points>div{border-right:0!important;border-bottom:1px solid #eceff2!important;padding:0 0 10px!important}
  .product-detail-page .v90-purchase-points>div:last-child{border-bottom:0!important;padding-bottom:0!important}
  .product-detail-page .v90-anchor{margin:9px 8px 0!important;border-radius:9px!important}
  .product-detail-page .v90-anchor a{font-size:11px!important;padding:11px 13px!important}
  .product-detail-page .v90-section{padding:19px 15px!important;border-radius:11px!important;margin-top:10px!important}
  .product-detail-page .v90-section-head{align-items:flex-start!important;flex-direction:column!important;gap:4px!important;margin-bottom:15px!important}
  .product-detail-page .v90-section-head h2{font-size:23px!important}
  .product-detail-page .v90-highlight-grid{grid-template-columns:1fr!important}
  .product-detail-page .v90-highlight{min-height:0!important;padding:13px!important}
  .product-detail-page .v90-highlight p{font-size:13px!important}
  .product-detail-page .product-description-full{font-size:13.5px!important}
  .product-detail-page .product-spec-table th,.product-detail-page .product-spec-table td{font-size:11.5px!important;padding:11px 9px!important}
  .product-detail-page .v90-buying-grid{grid-template-columns:1fr!important}
  .product-detail-page .v90-buying-grid>div{border-right:0!important;border-bottom:1px solid #edf0f2!important;padding:14px 0!important}
  .product-detail-page .v90-buying-grid>div:last-child{border-bottom:0!important}
}

/* V152 — local SEO landing page presentation */
.local-points{display:grid;gap:14px}.local-point{padding:13px 14px;border:1px solid #e1e6eb;border-radius:12px;background:#fafbfc}.local-point h3,.local-faq h3{margin:0 0 5px;font-size:14px}.local-point p,.local-faq p{margin:0;color:#59646f;line-height:1.65;font-size:12px}.local-faq{padding:14px 0;border-bottom:1px solid #e1e6eb}.local-faq:last-child{border-bottom:0;padding-bottom:0}

/* V154 — LOCAL LANDING LAYOUT HARDENING
   Scoped to the Lumding SEO landing pages. Also paired with the cache-busted
   cache-busted app.css reference so shared-host browsers cannot keep the older CSS. */
.local-landing-page{display:block!important;color:#111820!important;overflow:visible!important}
.local-landing-page .wrap{display:block!important}
.local-landing-page .page-title{display:block!important;color:#fff!important}
.local-landing-page .page-title h1,.local-landing-page .page-title p{visibility:visible!important;opacity:1!important}.local-landing-page .page-title h1{color:#fff!important}.local-landing-page .page-title p{color:#b6c0ca!important}
.local-landing-page .grid2{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:18px!important;align-items:start!important}
.local-landing-page .panel{display:block!important;height:auto!important;min-height:0!important;overflow:visible!important;visibility:visible!important;opacity:1!important;color:#111820!important;background:#fff!important}
.local-landing-page .panel h2,.local-landing-page .panel h3,.local-landing-page .panel p,.local-landing-page .panel strong{visibility:visible!important;opacity:1!important;color:#111820!important}
.local-landing-page .panel h2{font-size:24px!important;line-height:1.2!important;margin:0 0 15px!important}
.local-landing-page .local-points{display:grid!important;gap:12px!important}
.local-landing-page .local-point{display:block!important;min-height:0!important;padding:14px!important;border:1px solid #e1e6eb!important;border-radius:12px!important;background:#fafbfc!important}
.local-landing-page .local-point h3{font-size:14px!important;line-height:1.35!important;margin:0 0 5px!important}
.local-landing-page .local-point p{font-size:12px!important;line-height:1.6!important;margin:0!important;color:#59646f!important}
.local-landing-page .local-faq{display:block!important;visibility:visible!important;opacity:1!important}
.local-landing-page .local-faq h3{font-size:14px!important;line-height:1.35!important;color:#111820!important}
.local-landing-page .local-faq p{font-size:12px!important;line-height:1.6!important;color:#59646f!important}
.local-landing-page .product-actions{display:flex!important;visibility:visible!important;opacity:1!important}
@media(max-width:700px){
 .local-landing-page{padding:28px 0 54px!important}
 .local-landing-page .grid2{grid-template-columns:1fr!important;gap:12px!important}
 .local-landing-page .panel{padding:17px!important;border-radius:14px!important}
 .local-landing-page .panel h2{font-size:21px!important}
 .local-landing-page .page-title{margin-bottom:18px!important}
 .local-landing-page .page-title h1{font-size:32px!important;line-height:1.08!important}
 .local-landing-page .page-title p{font-size:13px!important;line-height:1.6!important}
 .local-landing-page .product-actions{flex-wrap:wrap!important}
 .local-landing-page .product-actions>*{min-width:0!important}
}
