:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#142033;background:#f5f7fa;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px;background:#f5f7fa}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}.app-shell{min-height:100vh}.site-header{height:72px;background:#07111f;color:#fff;position:sticky;top:0;z-index:40;border-bottom:1px solid rgba(255,255,255,.08)}.header-inner{max-width:1500px;height:100%;margin:auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;gap:12px;align-items:center}.brand-mark{width:40px;height:40px;border-radius:12px;background:#2d6cdf;display:grid;place-items:center;font-size:24px;font-weight:800;box-shadow:0 8px 20px #2d6cdf47}.brand strong,.brand span{display:block}.brand strong{font-size:15px}.brand span{font-size:12px;color:#9eabba;margin-top:2px}.header-actions{display:flex;gap:10px}.cart-button,.mobile-filter-button{border:1px solid #29374b;background:#101d2f;color:#fff;border-radius:10px;padding:10px 14px;display:flex;align-items:center;gap:8px}.cart-button b,.mobile-filter-button b{min-width:22px;height:22px;padding:0 6px;border-radius:20px;background:#2d6cdf;display:grid;place-items:center;font-size:12px}.mobile-filter-button{display:none}.hero{background:linear-gradient(125deg,#07111f,#0d1e35 66%,#12345d);color:#fff}.hero-inner{max-width:1500px;margin:auto;padding:54px 28px 34px}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:800;color:#7eafff;margin:0 0 12px}.hero h1{font-size:clamp(32px,4vw,54px);line-height:1.02;letter-spacing:-.04em;max-width:790px;margin:0}.hero-copy{max-width:700px;color:#b6c2d1;line-height:1.6;font-size:17px;margin:18px 0 28px}.search-wrap{max-width:1000px;height:64px;background:#fff;border-radius:15px;display:flex;align-items:center;padding:0 18px;color:#617089;box-shadow:0 18px 50px #0000003d}.search-wrap input{flex:1;height:100%;border:0;outline:0;font-size:18px;padding:0 14px;color:#16233a;background:transparent}.search-wrap button{border:0;background:transparent;color:#60708a}.hero-meta{display:flex;gap:24px;flex-wrap:wrap;margin-top:18px;color:#aab9cc;font-size:13px}.hero-meta span{display:flex;align-items:center;gap:7px}.catalogue-layout{max-width:1500px;margin:auto;padding:30px 28px 60px;display:grid;grid-template-columns:285px minmax(0,1fr);gap:28px}.filters-panel{position:relative}.filters-content{position:sticky;top:94px;background:#fff;border:1px solid #e2e7ee;border-radius:15px;padding:18px;max-height:calc(100vh - 118px);overflow:auto;box-shadow:0 5px 22px #16233a0a}.filters-title-row{display:flex;align-items:center;justify-content:space-between}.filters-title-row h2{font-size:16px;margin:0}.filters-title-row button{border:0;background:none;color:#2d6cdf;font-size:12px;font-weight:700}.filter-group{margin-top:18px}.filter-group label,.category-heading label{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.09em;color:#69788c;font-weight:800;margin-bottom:7px}.filter-group select{width:100%;height:40px;border:1px solid #dce3eb;border-radius:9px;padding:0 10px;background:#fff;color:#243249}.category-heading{display:flex;justify-content:space-between;align-items:center;margin-top:23px}.category-heading span{font-size:11px;color:#8794a5}.mini-search{height:36px;border:1px solid #dce3eb;border-radius:9px;display:flex;align-items:center;padding:0 9px;color:#8490a0;margin-bottom:8px}.mini-search input{border:0;outline:0;width:100%;padding:0 7px;font-size:12px}.category-all,.category-row{width:100%;border:0;background:transparent;min-height:36px;border-radius:8px}.category-all{text-align:left;padding:0 8px;font-weight:650;color:#34435a}.category-all.selected,.category-row.selected,.subcategory-list button.selected{background:#edf4ff;color:#235bb8}.category-row{display:grid;grid-template-columns:23px 1fr auto;align-items:center;padding:0 7px}.category-row span,.subcategory-list span{font-size:10px;color:#8390a1}.expand-button,.category-name{border:0;background:none;padding:0}.expand-button{display:grid;place-items:center;color:#7d8999}.category-name{text-align:left;font-size:12px;font-weight:650;color:inherit}.subcategory-list{padding:2px 0 5px 30px}.subcategory-list button{width:100%;border:0;background:none;border-radius:7px;padding:7px 8px;text-align:left;font-size:11px;color:#56657a;display:flex;justify-content:space-between}.results-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px;color:#6b788b;font-size:13px}.results-toolbar strong{color:#243249;font-size:15px}.sort-control{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #dfe5ec;border-radius:9px;padding-left:10px}.sort-control select{height:38px;border:0;background:transparent;color:#34435a;outline:0;padding-right:9px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.product-card{background:#fff;border:1px solid #e0e6ed;border-radius:14px;overflow:hidden;display:flex;flex-direction:column;min-width:0;box-shadow:0 4px 14px #14203309;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.product-card:hover{transform:translateY(-2px);border-color:#c7d2e0;box-shadow:0 13px 35px #14203317}.product-image{height:185px;background:#fff;display:grid;place-items:center;padding:18px;border-bottom:1px solid #edf0f4}.product-image img{width:100%;height:100%;object-fit:contain}.image-placeholder{color:#95a0ad;display:flex;flex-direction:column;align-items:center;gap:8px;font-size:12px}.product-card-body{padding:17px;display:flex;flex-direction:column;flex:1}.product-brand{text-transform:uppercase;letter-spacing:.08em;color:#6b7c91;font-size:10px;font-weight:800}.product-card h3{font-size:15px;line-height:1.35;margin:7px 0 5px;min-height:40px;color:#18263c}.sku{font-size:11px;color:#7c8a9d;margin:0}.description{font-size:12px;color:#667589;line-height:1.48;margin:12px 0;height:53px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.stock-summary{display:flex;align-items:center;gap:6px;font-size:11px;color:#2f865b;margin-top:auto}.stock-summary span{margin-left:auto;color:#758397}.warehouse-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:4px;margin-top:8px}.warehouse-grid span{background:#f4f6f9;border-radius:6px;text-align:center;padding:5px 1px;font-size:9px;color:#9aa4b1}.warehouse-grid span.has-stock{background:#eff8f3;color:#357b58}.warehouse-grid b{display:block;font-size:8px;text-transform:uppercase;margin-bottom:2px}.product-bottom{border-top:1px solid #edf0f4;margin-top:14px;padding-top:14px;display:flex;gap:10px;align-items:end;justify-content:space-between}.price span,.price strong{display:block}.price span{font-size:9px;text-transform:uppercase;letter-spacing:.07em;color:#8390a1}.price strong{font-size:21px;color:#102139;margin-top:2px}.product-bottom button{border:0;border-radius:9px;background:#12243b;color:#fff;padding:10px 11px;font-size:11px;font-weight:750;display:flex;align-items:center;gap:6px;white-space:nowrap}.product-bottom button:hover{background:#2d6cdf}.pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:28px}.pagination button{border:1px solid #dce3eb;background:#fff;border-radius:9px;padding:9px 15px}.pagination span{font-size:12px;color:#657386}.empty-results,.error-panel{background:#fff;border:1px solid #e0e6ed;border-radius:16px;padding:70px 20px;text-align:center;color:#69788b}.empty-results h2,.error-panel h2{color:#1e2e45;margin:15px 0 5px}.empty-results p{margin:0 0 18px}.empty-results button{border:0;background:#12243b;color:#fff;border-radius:9px;padding:10px 15px}.error-panel{max-width:800px;margin:50px auto}.loading-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;gap:10px;color:#32425a}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.scrim,.modal-scrim{position:fixed;inset:0;background:#040b157a;border:0;z-index:60}.cart-scrim{z-index:70}.cart-drawer{position:fixed;right:0;top:0;height:100vh;width:min(470px,95vw);background:#fff;z-index:80;transform:translate(102%);transition:transform .22s ease;display:flex;flex-direction:column;box-shadow:-20px 0 60px #0003}.cart-drawer.open{transform:translate(0)}.cart-head{height:78px;border-bottom:1px solid #e8ecf1;padding:0 20px;display:flex;align-items:center;justify-content:space-between}.cart-head span,.cart-head strong{display:block}.cart-head span{font-size:11px;color:#758397;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.cart-head strong{font-size:18px;margin-top:2px}.cart-head button,.modal-close,.filters-mobile-head button{border:0;background:#f2f4f7;border-radius:9px;width:38px;height:38px;display:grid;place-items:center}.cart-items{flex:1;overflow:auto;padding:12px 20px}.cart-empty{text-align:center;color:#758397;margin-top:100px}.cart-empty strong{display:block;color:#243249;margin:14px 0 5px}.cart-empty p{font-size:13px;line-height:1.5}.cart-item{display:grid;grid-template-columns:75px 1fr;gap:12px;padding:13px 0;border-bottom:1px solid #edf0f4}.cart-thumb{width:75px;height:75px;display:grid;place-items:center;border:1px solid #e4e8ee;border-radius:10px;padding:8px}.cart-thumb img{width:100%;height:100%;object-fit:contain}.cart-item-copy strong{font-size:12px;line-height:1.35;display:block}.cart-item-copy>span{font-size:10px;color:#8793a3;display:block;margin:3px 0}.cart-item-copy>b{font-size:12px;color:#2e5fae}.qty-row{display:flex;align-items:center;gap:5px;margin-top:7px}.qty-row button{border:1px solid #dfe4eb;background:#fff;width:28px;height:28px;border-radius:7px;display:grid;place-items:center}.qty-row span{width:30px;text-align:center;font-size:12px}.qty-row .trash{margin-left:7px;color:#a74343}.cart-footer{border-top:1px solid #e5e9ef;padding:18px 20px 22px}.cart-footer>div{display:flex;justify-content:space-between;align-items:end}.cart-footer span{font-size:11px;color:#748295}.cart-footer strong{font-size:24px}.primary-action{width:100%;border:0;background:#2d6cdf;color:#fff;border-radius:10px;min-height:45px;padding:0 15px;font-weight:750;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:14px}.cart-footer small{display:block;text-align:center;color:#8793a2;line-height:1.4;margin-top:9px}.modal-layer{position:fixed;inset:0;display:grid;place-items:center;z-index:100;padding:20px}.modal-scrim{z-index:100}.quote-modal{position:relative;z-index:101;width:min(680px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:18px;padding:30px;box-shadow:0 30px 80px #0000004d}.modal-close{position:absolute;right:20px;top:20px}.quote-modal h2{font-size:29px;letter-spacing:-.025em;margin:0;color:#14233a}.modal-copy{color:#65748a;font-size:13px;line-height:1.6;max-width:570px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.quote-modal label{font-size:11px;font-weight:750;color:#4a5a70;display:block;margin-top:13px}.quote-modal input,.quote-modal textarea{width:100%;margin-top:6px;border:1px solid #d9e0e8;border-radius:9px;padding:10px 11px;outline:0;color:#1d2c42}.quote-modal input:focus,.quote-modal textarea:focus{border-color:#6b9ce9;box-shadow:0 0 0 3px #2d6cdf1a}.honeypot{position:absolute!important;left:-9999px}.form-error{display:flex;align-items:center;gap:7px;background:#fff0f0;color:#a33e3e;padding:10px;border-radius:8px;margin-top:12px;font-size:12px}.submit-quote{margin-top:18px}.quote-success{text-align:center;padding:35px 10px;color:#287653}.quote-success h2{margin-top:16px}.quote-success p{color:#68768a;line-height:1.6}.quote-success button{border:0;background:#12243b;color:#fff;border-radius:10px;padding:11px 17px;margin-top:8px}footer{background:#07111f;color:#c2ccda;padding:28px max(28px,calc((100vw - 1444px)/2));display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:12px}footer strong,footer span{display:block}footer span{color:#78879a;margin-top:5px}footer a{color:#d7e2f0;text-decoration:none;display:flex;align-items:center;gap:7px}.filters-mobile-head{display:none}@media(max-width:1280px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:980px){.catalogue-layout{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.filters-panel{position:fixed;z-index:65;left:0;top:0;width:min(360px,90vw);height:100vh;background:#fff;transform:translate(-102%);transition:transform .2s ease}.filters-panel.filters-open{transform:translate(0)}.filters-content{position:static;border:0;border-radius:0;max-height:calc(100vh - 60px);box-shadow:none}.filters-mobile-head{display:flex;height:60px;padding:0 18px;align-items:center;justify-content:space-between;border-bottom:1px solid #e4e8ee}.mobile-filter-button{display:flex}}@media(max-width:640px){.site-header{height:64px}.header-inner{padding:0 16px}.brand strong{font-size:13px}.brand span{display:none}.brand-mark{width:35px;height:35px;border-radius:10px}.cart-button span{display:none}.hero-inner{padding:36px 16px 24px}.hero h1{font-size:34px}.hero-copy{font-size:15px}.search-wrap{height:56px}.search-wrap input{font-size:14px}.hero-meta{gap:8px 17px}.catalogue-layout{padding:18px 12px 45px}.results-toolbar{align-items:flex-start;gap:10px}.sort-control{max-width:160px}.sort-control svg{display:none}.sort-control select{max-width:150px}.product-grid{grid-template-columns:1fr;gap:12px}.product-card{display:grid;grid-template-columns:120px 1fr}.product-image{height:100%;min-height:215px;border-bottom:0;border-right:1px solid #edf0f4;padding:10px}.description{height:36px;-webkit-line-clamp:2}.warehouse-grid{display:none}.product-bottom{align-items:center}.product-bottom button{font-size:0;width:40px;height:40px;padding:0;justify-content:center}.product-bottom button svg{width:18px}.form-grid{grid-template-columns:1fr}.quote-modal{padding:25px 18px}.quote-modal h2{font-size:24px;padding-right:35px}footer{padding:25px 18px;display:block}footer a{margin-top:14px}}:root{--cms-red:#cc0909;--cms-red-dark:#a80000;--cms-red-soft:#fff1f1;--cms-black:#111111;--cms-charcoal:#2b2b2b;--cms-muted:#6b6b6b;--cms-border:#e3e3e3;--cms-surface:#ffffff;color:var(--cms-black);background:#f6f6f6}body{background:#f6f6f6;color:var(--cms-black)}a{color:inherit;text-decoration:none}button{transition:background-color .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.site-header{height:70px;min-height:70px;background:#fff;color:var(--cms-black);border-bottom:1px solid var(--cms-border);box-shadow:inset 0 -3px 0 var(--cms-red)}.header-inner{max-width:1500px;padding:8px 28px 10px}.brand{display:flex;align-items:center;gap:12px;font-weight:800;min-width:0}.brand-logo{display:block;width:112px;height:auto;object-fit:contain}.portal-label{border-left:1px solid #d6d6d6;padding-left:12px;color:#222!important;font-size:14px;white-space:nowrap}.header-actions{align-items:center}.cart-button{border:0;background:var(--cms-red);color:#fff;border-radius:9px;padding:10px 14px;font-weight:750}.cart-button:hover{background:var(--cms-red-dark)}.cart-button b,.mobile-filter-button b{background:#111;color:#fff}.mobile-filter-button{border:1px solid #cfcfcf;background:#fff;color:#333;border-radius:9px;font-weight:750}.mobile-filter-button:hover{border-color:var(--cms-red);color:var(--cms-red)}.hero{background:#fff;color:var(--cms-black);border-bottom:1px solid var(--cms-border)}.hero-inner{max-width:1500px;position:relative;padding:46px 28px 34px 50px}.hero-inner:before{content:"";position:absolute;left:28px;top:47px;bottom:34px;width:4px;border-radius:4px;background:var(--cms-red)}.eyebrow{color:var(--cms-red)}.hero h1{color:var(--cms-black)}.hero-copy{color:var(--cms-muted)}.search-wrap{background:#fff;color:#666;border:1px solid #cfcfcf;border-radius:12px;box-shadow:0 10px 30px #00000014}.search-wrap:focus-within{border-color:var(--cms-red);box-shadow:0 0 0 3px #cc09091f,0 10px 30px #00000014}.search-wrap input{color:#111}.search-wrap button{color:#666}.search-wrap button:hover{color:var(--cms-red)}.hero-meta{color:#777}.catalogue-layout{max-width:1500px}.filters-content{border-color:var(--cms-border);box-shadow:0 5px 22px #00000009}.filters-title-row h2,.results-toolbar strong,.product-card h3,.empty-results h2,.error-panel h2{color:#222}.filters-title-row button{color:var(--cms-red)}.filter-group label,.category-heading label{color:#666}.filter-group select,.mini-search,.sort-control{border-color:#d8d8d8}.filter-group select:focus,.mini-search:focus-within,.sort-control:focus-within{border-color:var(--cms-red);box-shadow:0 0 0 3px #cc09091a}.category-all{color:#333}.category-all.selected,.category-row.selected,.subcategory-list button.selected{background:var(--cms-red-soft);color:var(--cms-red)}.category-row:hover,.subcategory-list button:hover,.category-all:hover{background:#fafafa;color:var(--cms-red)}.results-toolbar{color:#6b6b6b}.sort-control select{color:#333}.product-card{border-color:var(--cms-border);box-shadow:0 4px 14px #00000009}.product-card:hover{border-color:#e0a2a2;box-shadow:0 13px 35px #00000014}.product-image,.product-bottom{border-color:#ededed}.product-brand{color:#666}.sku,.description{color:#6b6b6b}.price strong{color:var(--cms-red)}.product-bottom button{background:var(--cms-red);color:#fff;border-radius:9px;font-weight:750}.product-bottom button:hover{background:var(--cms-red-dark)}.pagination button{border-color:#d7d7d7;color:#333}.pagination button:hover:not(:disabled){border-color:var(--cms-red);color:var(--cms-red)}.empty-results button{background:var(--cms-red);color:#fff}.empty-results button:hover{background:var(--cms-red-dark)}.loading-screen{color:#444}.spinner,.spin{color:var(--cms-red)}.cart-head{border-color:var(--cms-border);box-shadow:inset 0 -3px 0 var(--cms-red)}.cart-head span{color:#777}.cart-head button,.modal-close,.filters-mobile-head button{background:#f3f3f3;color:#333}.cart-head button:hover,.modal-close:hover,.filters-mobile-head button:hover{background:var(--cms-red-soft);color:var(--cms-red)}.cart-item-copy>b{color:var(--cms-red)}.qty-row .trash{color:var(--cms-red)}.cart-footer{border-color:var(--cms-border)}.primary-action{background:var(--cms-red);color:#fff;border-radius:9px}.primary-action:hover:not(:disabled){background:var(--cms-red-dark)}.quote-modal{border-top:5px solid var(--cms-red)}.quote-modal h2{color:#111}.modal-copy,.quote-success p{color:#6b6b6b}.quote-modal label{color:#333}.quote-modal input,.quote-modal textarea{border-color:#cfcfcf;color:#111}.quote-modal input:focus,.quote-modal textarea:focus{border-color:var(--cms-red);box-shadow:0 0 0 3px #cc09091f}.quote-success{color:#067647}.quote-success button{background:var(--cms-red);color:#fff}.quote-success button:hover{background:var(--cms-red-dark)}footer{background:#111;color:#d0d0d0;border-top:4px solid var(--cms-red)}footer span{color:#8f8f8f}footer a{color:#fff}footer a:hover{color:#ff8c8c}@media(max-width:640px){.site-header{height:64px;min-height:64px}.header-inner{padding:7px 15px 9px}.brand-logo{width:92px}.portal-label{display:none}.hero-inner{padding:34px 16px 24px 32px}.hero-inner:before{left:16px;top:35px;bottom:24px}}.featured-products{margin:0 0 30px;background:#fff;border:1px solid var(--cms-border);border-top:4px solid var(--cms-red);border-radius:15px;padding:22px;box-shadow:0 5px 22px #00000009}.featured-products-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:17px}.featured-products-heading h2{margin:3px 0 5px;font-size:24px;letter-spacing:-.025em;color:#1a1a1a}.featured-products-heading p{margin:0;color:#6b6b6b;font-size:13px;line-height:1.5}.featured-products-heading .featured-kicker{text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:850;color:var(--cms-red)}.featured-products-heading button{border:1px solid #d7d7d7;background:#fff;color:#333;border-radius:9px;padding:9px 12px;font-size:12px;font-weight:750;display:flex;align-items:center;gap:5px;white-space:nowrap}.featured-products-heading button:hover{border-color:var(--cms-red);color:var(--cms-red)}.featured-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.featured-card{border-color:#e5c0c0}.preferred-badge{align-self:flex-start;background:var(--cms-red-soft);color:var(--cms-red);border:1px solid #f1caca;border-radius:999px;padding:4px 7px;margin-bottom:7px;font-size:9px;line-height:1;font-weight:800;text-transform:uppercase;letter-spacing:.055em}.product-card-body{min-width:0;overflow:hidden}.product-card h3{max-width:100%;overflow:hidden;overflow-wrap:anywhere;word-break:break-word;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;min-height:60px;max-height:60px}.product-image{position:relative;overflow:hidden;isolation:isolate}.product-image img{display:block;max-width:100%;max-height:100%}@media(max-width:1280px){.featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.featured-products{padding:16px 12px;margin-bottom:20px}.featured-products-heading{display:block}.featured-products-heading h2{font-size:21px}.featured-products-heading button{margin-top:12px}.featured-grid{grid-template-columns:1fr;gap:10px}.product-card-body{min-width:0}.product-card h3{min-height:auto;max-height:57px;-webkit-line-clamp:3}}.guided-search-card{max-width:1060px;background:#fafafa;border:1px solid #dedede;border-radius:16px;padding:18px;margin-top:26px;box-shadow:0 8px 28px #0000000b}.guided-search-copy{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin-bottom:10px;color:#222}.guided-search-copy strong{font-size:17px}.guided-search-copy span{font-size:12px;color:#777}.guided-search-card .search-wrap{max-width:none;box-shadow:none;height:60px}.quick-start{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:12px}.quick-start>span{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#777;margin-right:3px}.quick-start button{border:1px solid #d6d6d6;background:#fff;color:#333;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:700}.quick-start button:hover{border-color:var(--cms-red);color:var(--cms-red);background:var(--cms-red-soft)}.price-estimate-notice{max-width:1060px;margin-top:14px;display:flex;align-items:flex-start;gap:10px;background:#fff7e8;border:1px solid #f0d49c;border-radius:11px;padding:11px 13px;color:#5e4a21}.price-estimate-notice svg{flex:0 0 auto;margin-top:1px}.price-estimate-notice strong,.price-estimate-notice span{display:block}.price-estimate-notice strong{font-size:12px}.price-estimate-notice span{font-size:11px;line-height:1.45;margin-top:2px;color:#75613a}.product-view-button{width:100%;border:0;cursor:pointer}.product-view-button:focus-visible,.product-title-button:focus-visible,.view-details-link:focus-visible{outline:3px solid rgba(204,9,9,.22);outline-offset:-3px}.product-title-button{display:block;width:100%;border:0;background:none;padding:0;text-align:left;color:inherit;cursor:pointer}.product-title-button h3{margin-top:7px}.view-details-link{align-self:flex-start;border:0;background:none;color:var(--cms-red);font-size:11px;font-weight:800;padding:0;margin:-4px 0 10px;display:flex;align-items:center;gap:2px}.view-details-link:hover{text-decoration:underline}.product-detail-layer{z-index:90}.product-detail-modal{position:relative;z-index:2;width:min(1120px,calc(100vw - 34px));max-height:calc(100vh - 42px);overflow:auto;background:#fff;border-radius:16px;border-top:5px solid var(--cms-red);box-shadow:0 30px 90px #00000047;padding:28px}.product-detail-top{display:grid;grid-template-columns:minmax(290px,42%) minmax(0,1fr);gap:34px}.product-detail-image{min-height:340px;background:#fafafa;border:1px solid #ededed;border-radius:14px;display:grid;place-items:center;padding:28px}.product-detail-image img{display:block;width:100%;height:100%;max-height:390px;object-fit:contain}.product-detail-summary{min-width:0;padding-right:35px}.product-detail-summary h2{font-size:clamp(24px,3vw,36px);line-height:1.12;letter-spacing:-.035em;margin:4px 0 10px;color:#151515;overflow-wrap:anywhere}.detail-sku{font-size:12px;color:#777;margin:0 0 20px}.detail-price{background:#fafafa;border-left:4px solid var(--cms-red);padding:13px 15px;border-radius:0 10px 10px 0;margin-bottom:16px}.detail-price span,.detail-price strong,.detail-price small{display:block}.detail-price span{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#777;font-weight:800}.detail-price strong{font-size:30px;color:var(--cms-red);margin:2px 0}.detail-price small{font-size:10px;color:#777;line-height:1.4}.detail-stock{display:grid;grid-template-columns:auto auto 1fr;gap:7px;align-items:center;color:#2f865b;font-size:12px}.detail-stock span{color:#777}.detail-warehouse-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;margin:13px 0 19px}.detail-warehouse-grid>div{border:1px solid #e7e7e7;background:#f7f7f7;border-radius:8px;padding:8px;text-align:center;color:#999}.detail-warehouse-grid>div.has-stock{background:#eff8f3;border-color:#d6eadf;color:#357b58}.detail-warehouse-grid span,.detail-warehouse-grid strong{display:block}.detail-warehouse-grid span{font-size:9px;text-transform:uppercase;letter-spacing:.04em}.detail-warehouse-grid strong{font-size:15px;margin-top:2px}.detail-add{display:inline-flex;align-items:center;gap:8px;padding:11px 16px;border:0;font-weight:800}.product-detail-content{display:grid;grid-template-columns:1.15fr .85fr;gap:24px;margin-top:30px;padding-top:25px;border-top:1px solid #ededed}.product-detail-content section{min-width:0}.product-detail-content section:nth-child(n+3){grid-column:1/-1}.product-detail-content h3{font-size:15px;margin:0 0 11px;color:#222}.full-description{white-space:pre-wrap;font-size:13px;line-height:1.7;color:#5f5f5f;margin:0;overflow-wrap:anywhere}.spec-table{border:1px solid #e6e6e6;border-radius:10px;overflow:hidden}.spec-table>div{display:grid;grid-template-columns:145px 1fr;gap:12px;padding:9px 11px;border-bottom:1px solid #ededed;font-size:11px}.spec-table>div:last-child{border-bottom:0}.spec-table span{color:#777}.spec-table strong{color:#292929;overflow-wrap:anywhere}@media(max-width:780px){.guided-search-card{padding:13px;margin-top:20px}.guided-search-copy{display:block}.guided-search-copy span{display:block;margin-top:4px}.quick-start>span{width:100%}.price-estimate-notice{margin-top:10px}.product-detail-modal{width:calc(100vw - 18px);max-height:calc(100vh - 18px);padding:20px 14px}.product-detail-top{grid-template-columns:1fr;gap:18px}.product-detail-image{min-height:230px;padding:18px}.product-detail-summary{padding-right:26px}.detail-warehouse-grid{grid-template-columns:repeat(5,1fr);gap:3px}.detail-warehouse-grid>div{padding:6px 2px}.detail-warehouse-grid span{font-size:7px}.product-detail-content{grid-template-columns:1fr;gap:20px}.product-detail-content section:nth-child(n+3){grid-column:auto}.spec-table>div{grid-template-columns:110px 1fr}.hero-meta{margin-top:14px}}.product-detail-layer{z-index:110;overflow:hidden}.product-detail-layer>.modal-scrim{z-index:0}.product-detail-modal{z-index:1;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.product-detail-modal>.modal-close{z-index:6;position:sticky;top:0;float:right;margin:-8px -8px 4px 12px;box-shadow:0 2px 8px #00000014}@media(max-width:780px){.product-detail-layer{padding:9px}.product-detail-modal{max-height:calc(100dvh - 18px)}.product-detail-modal>.modal-close{top:0;margin:-5px -1px 2px 10px}}
