:root{--black: #07152d;--ink: #061b3a;--muted: #53637e;--line: #dce5f2;--soft: #f4f7fb;--sand: #eaf0f7;--orange: #005ee6;--sale-red: #005ee6;--green: #20b86b;--sea: #eef5ff;--page: #fff;--white: #fff;--dark: #061b3a;--surface: #fff;--surface-alt: #f6f9fd;--media: #f3f7fc;--panel: #fff;--footer-bg: #061b3a;--footer-text: #fff;--footer-muted: rgba(255, 255, 255, .68);--text-soft: #33476a;--text-subtle: #63718b;--text-faint: #8c99ad;--success-bg: #eaf8f1;--success-text: #0b7a48;--success-border: #bde9d1;--swatch-red: #005ee6;--swatch-green: #0a2a5c;--swatch-black: #111827;--header-bg: #fff;--shadow-soft: 0 14px 40px rgba(6, 27, 58, .08);--shadow-medium: 0 18px 55px rgba(6, 27, 58, .12);--shadow-large: 0 28px 90px rgba(6, 27, 58, .18);--shadow-accent: 0 18px 45px rgba(0, 94, 230, .28);--hero-image-glow: linear-gradient(90deg, rgba(255,255,255,.98), rgba(255,255,255,.76) 36%, rgba(255,255,255,.04) 66%);--body: "Manrope", Arial, sans-serif;--heading: "Manrope", Arial, sans-serif;--header-max: 1680px;--content-max: 1370px;--section-max: 1680px;--narrow-max: 1180px;--page-gutter: clamp(20px, 4.2vw, 76px);--card-radius: 8px;--button-radius: 6px;--button-height: 48px;--button-large-height: 58px;--button-padding-x: 26px;--button-large-padding-x: 34px}*{box-sizing:border-box}html{min-width:0;scroll-behavior:smooth}body{margin:0;min-width:0;overflow-x:hidden;background:linear-gradient(130deg,rgba(227,235,246,.5) 0 16%,transparent 16% 100%),var(--page);color:var(--ink);font-family:var(--body);font-size:16px;line-height:1.55}img,svg{display:block;max-width:100%}svg{width:1.2em;height:1.2em}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.promo-top{display:none}.site-header{position:sticky;top:0;z-index:40;border-bottom:1px solid var(--line);background:#fffffff0;backdrop-filter:blur(18px)}.header-main{width:min(100%,var(--header-max));min-height:88px;margin:0 auto;padding:0 var(--page-gutter);display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:clamp(20px,3vw,48px);align-items:center}.brand-mark,.footer-brand,.checkout-brand{display:inline-flex;align-items:center;gap:12px;min-width:0}.brand-logo-img,.checkout-brand img{width:180px;height:auto}.main-nav{display:flex;align-items:center;justify-content:center;gap:clamp(18px,2.2vw,42px);min-width:0;color:var(--ink);font-size:15px;font-weight:700;white-space:nowrap}.main-nav>a,.nav-trigger{min-height:40px;display:inline-flex;align-items:center;gap:7px;border:0;background:transparent;color:var(--ink);font-weight:700}.main-nav>a:hover,.nav-trigger:hover{color:var(--orange)}.nav-dropdown{position:relative}.mega-menu{position:absolute;top:calc(100% + 18px);left:50%;width:min(900px,calc(100vw - 40px));transform:translate(-50%) translateY(8px);opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease}.nav-dropdown.is-hover .mega-menu,.nav-dropdown.is-open .mega-menu{opacity:1;pointer-events:auto;transform:translate(-50%) translateY(0)}.category-mega-menu{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;padding:28px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow-large)}.mega-link-group{display:grid;gap:9px}.mega-link-group span{color:var(--ink);font-weight:800}.mega-link-group a{color:var(--text-soft);font-size:14px}.mega-link-group a:hover{color:var(--orange)}.mega-close{position:absolute;top:12px;right:12px;width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:var(--white);color:var(--ink)}.header-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:14px}.header-tool,.mobile-menu-button{position:relative;width:44px;height:44px;display:inline-grid;place-items:center;border:0;background:transparent;color:var(--ink)}.header-tool:hover,.mobile-menu-button:hover{color:var(--orange)}.header-tool span{position:absolute;top:3px;right:2px;min-width:18px;height:18px;padding:0 5px;display:grid;place-items:center;border-radius:999px;background:var(--orange);color:var(--white);font-size:11px;font-weight:800}.mobile-menu-button,.mobile-search-tool,.mobile-header-search{display:none}.pill-btn,.dark-btn,.green-btn,.mini-cart,.wishlist-remove{min-height:var(--button-height);display:inline-flex;align-items:center;justify-content:center;gap:12px;border:1px solid var(--orange);border-radius:var(--button-radius);padding:0 var(--button-padding-x);background:var(--orange);color:var(--white);font-weight:800;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease}.pill-btn:hover,.dark-btn:hover,.mini-cart:hover{transform:translateY(-1px);box-shadow:var(--shadow-accent)}.pill-btn.is-light,.green-btn{border-color:#94a7c3;background:#ffffffe6;color:var(--ink)}.green-btn:hover,.pill-btn.is-light:hover{border-color:var(--orange);color:var(--orange)}.eyebrow{margin:0 0 18px;display:inline-flex;align-items:center;gap:14px;color:var(--orange);font-size:13px;font-weight:800;letter-spacing:0;text-transform:uppercase}.eyebrow:before{content:"";width:42px;height:4px;border-radius:999px;background:var(--orange)}.tools-hero{position:relative;min-height:clamp(580px,calc(100svh - 88px),760px);overflow:hidden;display:grid;align-items:center;background:var(--soft)}.tools-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;transform:translateY(var(--parallax, 0));transition:opacity .24s ease,transform .7s ease}.hero-shade{position:absolute;inset:0;background:var(--hero-image-glow);pointer-events:none}.hero-content{position:relative;z-index:1;width:min(620px,calc(100% - var(--page-gutter) * 2));margin-left:var(--page-gutter);padding-top:30px}.hero-content h1{margin:0;color:var(--ink);font-size:clamp(54px,6.2vw,92px);line-height:.98;letter-spacing:0;font-weight:800}.hero-copy{max-width:470px;margin:26px 0 30px;color:var(--text-soft);font-size:clamp(20px,2vw,26px);line-height:1.42}.hero-actions{display:flex;flex-wrap:wrap;gap:18px}.hero-dots{display:none}.hero-trust-strip{position:absolute;z-index:2;left:var(--page-gutter);bottom:46px;display:flex;flex-wrap:wrap;gap:26px}.hero-trust-strip div{display:grid;grid-template-columns:auto 1fr;column-gap:12px;align-items:center;min-width:170px}.hero-trust-strip svg{grid-row:span 2;color:var(--ink);width:32px;height:32px}.hero-trust-strip span{color:var(--text-soft);font-size:13px;font-weight:700}.hero-trust-strip strong{font-size:14px;line-height:1.1}.hero-category-strip,.tools-dark-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding:28px var(--page-gutter);background:linear-gradient(120deg,#061b3a,#002b61);color:var(--white)}.hero-category-strip a,.tools-dark-strip div{display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:center;min-height:64px;padding:0 34px;border-right:1px solid rgba(255,255,255,.22)}.hero-category-strip a:last-child,.tools-dark-strip div:last-child{border-right:0}.hero-category-strip svg,.tools-dark-strip svg{width:42px;height:42px;color:#0d73ff}.hero-category-strip strong,.tools-dark-strip strong{display:block;color:var(--white);font-size:16px}.hero-category-strip em,.tools-dark-strip span{display:block;color:#ffffffb8;font-size:13px;font-style:normal}.tools-category-section,.tools-deals-section,.tools-solutions-section,.featured-commerce,.tools-support-section,.catalog-page,.product-page,.cart-page,.search-page,.wishlist-page,.account-page,.info-page,.legal-page{width:min(100%,var(--section-max));margin:0 auto;padding:clamp(72px,8vw,116px) var(--page-gutter)}.tools-section-head,.section-head{display:flex;justify-content:space-between;align-items:end;gap:32px;margin-bottom:40px}.tools-section-head h2,.section-head h2,.tools-centered-head h2,.tools-deals-copy h2,.support-content h2,.catalog-hero h1,.product-info h1,.info-hero h1,.legal-page h1,.checkout-hero h1{margin:0;color:var(--ink);font-size:clamp(42px,5vw,76px);line-height:1.05;font-weight:800;letter-spacing:0}.tools-section-head p,.tools-centered-head>p,.section-head p,.catalog-hero>p,.info-hero>p,.support-content>div>p{margin:16px 0 0;color:var(--text-soft);font-size:clamp(18px,2vw,24px)}.section-arrows,.carousel-controls{display:inline-flex;align-items:center;gap:16px}.section-arrows button,.carousel-controls button,.view-buttons button{width:54px;height:54px;display:grid;place-items:center;border:1px solid #b9c7da;border-radius:50%;background:var(--white);color:var(--ink)}.section-arrows button.is-primary,.carousel-controls button:last-child,.view-buttons button.is-active{border-color:var(--orange);background:var(--orange);color:var(--white)}.section-arrows span{color:var(--orange);font-weight:800}.tools-category-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}.tools-category-card{position:relative;min-height:380px;overflow:hidden;display:grid;align-content:end;gap:15px;padding:24px;border:1px solid var(--line);border-radius:8px;background:var(--white);box-shadow:var(--shadow-soft)}.tools-category-card img{position:absolute;inset:0;width:100%;height:72%;object-fit:cover;object-position:center;transition:transform .26s ease}.tools-category-card:after{content:"";position:absolute;inset:42% 0 0;background:linear-gradient(180deg,#fff0,#fff 46%,#fff)}.tools-category-card>*:not(img){position:relative;z-index:1}.tools-category-card span{width:58px;height:58px;display:grid;place-items:center;border-radius:50%;background:var(--ink);color:var(--white)}.tools-category-card strong{color:var(--ink);font-size:20px;font-weight:800;line-height:1.15}.tools-category-card em{color:var(--orange);font-style:normal}.tools-category-card:hover img{transform:scale(1.04)}.tools-deals-section{display:grid;grid-template-columns:minmax(260px,360px) minmax(0,1fr);gap:clamp(34px,5vw,76px);align-items:center}.tools-deals-copy p:not(.eyebrow){color:var(--text-soft);font-size:24px}.pros-mini{margin-top:48px;display:flex;align-items:center;gap:0}.pros-mini span{width:34px;height:34px;margin-right:-8px;border:2px solid var(--white);border-radius:50%;background:linear-gradient(135deg,#d9e4f4,#7d92af)}.pros-mini p{margin:0 0 0 18px!important;color:var(--text-soft);font-size:14px!important;line-height:1.35}.tools-deal-products,.spotlight-products,.product-row,.wishlist-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.spotlight-products{grid-template-columns:repeat(5,minmax(245px,1fr));overflow-x:auto;scroll-snap-type:x mandatory;padding:2px 2px 12px}.spotlight-products .product-card{scroll-snap-align:start}.product-card{position:relative;min-width:0;display:grid;grid-template-rows:auto auto auto auto auto;gap:10px;padding:16px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:0 8px 24px #061b3a0a;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-3px);border-color:#005ee68c;box-shadow:var(--shadow-medium)}.product-card .badge{position:absolute;z-index:3;top:16px;left:16px;min-height:30px;padding:6px 11px;border-radius:5px;background:var(--orange);color:var(--white);font-size:12px;font-weight:800;text-transform:uppercase}.quick-actions{position:absolute;z-index:3;top:14px;right:14px;display:flex;gap:8px}.quick-actions button{width:36px;height:36px;display:grid;place-items:center;border:0;border-radius:50%;background:#ffffffdb;color:var(--ink);box-shadow:0 8px 20px #061b3a14}.quick-actions button:hover{color:var(--orange)}.product-media{position:relative;overflow:hidden;display:block;aspect-ratio:1 / .92;border-radius:6px;background:var(--media)}.product-media img{width:100%;height:100%;object-fit:contain;padding:8px;transition:opacity .2s ease,transform .28s ease}.product-media .hover-image{position:absolute;inset:0;opacity:0}.product-card:hover .product-media img:first-child{opacity:0}.product-card:hover .product-media .hover-image{opacity:1;transform:scale(1.02)}.product-card h3{margin:8px 0 0;min-height:44px;color:var(--ink);font-size:16px;line-height:1.35;font-weight:800}.vendor{margin:0;min-height:22px;color:var(--text-subtle);font-size:12px;font-weight:650;line-height:1.35}.card-rating{color:var(--ink);font-size:13px;font-weight:800}.card-rating span{margin-left:7px;color:var(--text-subtle);font-weight:600}.card-price-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.price{margin:0;color:var(--ink);font-size:20px;font-weight:850}.price del{margin-left:8px;color:var(--text-faint);font-size:14px;font-weight:700}.save-badge{min-width:max-content;padding:7px 10px;border-radius:5px;background:#dcebff;color:var(--orange);font-size:12px;font-weight:800}.mini-cart{width:100%;min-height:46px;justify-content:space-between;padding:0 18px}.tools-centered-head{max-width:980px;margin:0 auto 48px;text-align:center}.tools-centered-head .eyebrow{justify-content:center}.solution-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.solution-card{overflow:hidden;display:grid;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow-soft)}.solution-card img{width:100%;height:230px;object-fit:cover}.solution-card div{display:grid;min-height:210px;padding:24px}.solution-card svg{width:42px;height:42px;color:var(--orange)}.solution-card h3{margin:18px 0 8px;font-size:22px;line-height:1.15}.solution-card p{margin:0;color:var(--text-soft);font-size:14px}.solution-card span{align-self:end;justify-self:end;color:var(--orange)}.tools-dark-strip{grid-template-columns:repeat(5,minmax(0,1fr));margin-top:54px;border-radius:0}.featured-commerce{background:var(--surface)}.home-product-tabs{display:flex;gap:8px}.home-product-tabs button{min-height:38px;border:1px solid var(--line);border-radius:999px;padding:0 16px;background:var(--white);color:var(--text-soft);font-weight:800}.home-product-tabs button.is-active{border-color:var(--orange);background:var(--orange);color:var(--white)}.tools-support-section{position:relative;min-height:640px;overflow:hidden;display:grid;align-items:center;padding-top:0;padding-bottom:0;background:var(--soft)}.tools-support-section>img,.support-shade{position:absolute;inset:0;width:100%;height:100%}.tools-support-section>img{object-fit:cover}.support-shade{background:linear-gradient(90deg,#fffffffa,#ffffffd1 42%,#ffffff24 68%,#061b3a3d)}.support-content{position:relative;z-index:1;width:min(100%,var(--content-max));margin:0 auto;display:grid;grid-template-columns:minmax(0,620px) minmax(280px,430px);align-items:center;gap:clamp(30px,8vw,110px)}.support-actions{display:flex;flex-wrap:wrap;gap:18px;margin-top:32px}.advisor-card{display:grid;grid-template-columns:auto 1fr;gap:14px 22px;align-items:center;padding:34px;border-radius:8px;background:#ffffffeb;box-shadow:var(--shadow-large)}.advisor-card svg{grid-row:span 3;width:74px;height:74px;padding:18px;border-radius:50%;background:#eaf3ff;color:var(--orange)}.advisor-card strong{font-size:17px}.advisor-card span{color:var(--text-soft)}.advisor-card em{padding-top:18px;border-top:1px solid var(--line);color:var(--orange);font-style:normal;font-weight:800}.support-reasons{position:relative;z-index:1;width:min(100%,760px);margin:50px auto 0 0;padding-left:var(--page-gutter);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.support-reasons div{display:grid;gap:8px}.support-reasons svg{width:36px;height:36px}.support-reasons span{color:var(--text-soft);font-size:13px}.catalog-page{padding-top:36px}.catalog-hero,.simple-hero,.account-hero,.info-hero{display:flex;justify-content:space-between;gap:28px;align-items:end;padding-bottom:34px}.breadcrumb{margin-bottom:18px;color:var(--text-soft);font-size:14px}.catalog-layout{display:grid;grid-template-columns:310px minmax(0,1fr);gap:44px;align-items:start}.catalog-content{min-width:0}.filter-panel{position:sticky;top:110px;display:grid;gap:18px;padding-right:28px;border-right:1px solid var(--line);background:var(--white)}.filter-panel-head{display:flex;align-items:center;justify-content:space-between}.filter-panel-head h2{margin:0;font-size:18px}.filter-panel-head button{display:none}.filter-panel details{padding:14px 0;border-bottom:1px solid var(--line)}.filter-panel summary{display:flex;justify-content:space-between;color:var(--ink);font-weight:800;cursor:pointer}.filter-panel label{margin-top:12px;display:flex;justify-content:flex-start;align-items:center;gap:10px;color:var(--text-soft);font-size:14px}.filter-panel input[type=checkbox]{width:16px;height:16px;accent-color:var(--orange)}.price-range{position:relative;height:32px;margin-top:14px}.price-range:before{content:"";position:absolute;top:15px;left:0;right:0;height:4px;border-radius:999px;background:linear-gradient(90deg,#d8e2f0 var(--price-min-percent, 0),var(--orange) var(--price-min-percent, 0),var(--orange) var(--price-max-percent, 100%),#d8e2f0 var(--price-max-percent, 100%))}.price-range input{position:absolute;inset:0;width:100%;margin:0;appearance:none;background:transparent;pointer-events:none}.price-range input::-webkit-slider-thumb{width:18px;height:18px;appearance:none;border:3px solid var(--orange);border-radius:50%;background:var(--white);pointer-events:auto}.price-inputs{display:grid;grid-template-columns:1fr 1fr;gap:10px}.price-inputs label{display:grid}.price-inputs input,.filter-panel select,.sort-control select,.search-form input,.auth-form input,.auth-form textarea,.checkout-field-grid input,.checkout-field-grid select,.checkout-note-field textarea,.legal-form input,.legal-form textarea{width:100%;min-height:46px;border:1px solid var(--line);border-radius:6px;padding:0 14px;background:var(--white);color:var(--ink)}.catalog-tools{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px}.catalog-tool-right{display:flex;align-items:center;gap:18px}.sort-control{display:inline-flex;align-items:center;gap:12px;color:var(--text-soft)}.sort-control select{min-width:210px}.view-buttons{display:inline-flex;gap:8px}.view-buttons button{width:48px;height:48px;border-radius:6px}.mobile-filter-button,.filter-backdrop{display:none}.product-grid.catalog{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.pagination{margin-top:36px;display:flex;flex-wrap:wrap;align-items:center;gap:10px}.pagination button{width:42px;height:42px;border:1px solid var(--line);border-radius:6px;background:var(--white);color:var(--ink)}.pagination button.active{border-color:var(--orange);background:var(--orange);color:var(--white)}.pagination-ellipsis{min-width:18px;color:var(--text-soft);font-size:14px;font-weight:800;text-align:center}.pagination-status{color:var(--text-soft);font-size:14px}.newsletter-banner{display:none}.product-page{padding-top:36px}.product-detail{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(380px,.82fr);gap:clamp(32px,4vw,64px);align-items:start}.gallery{display:grid;grid-template-columns:minmax(0,1fr) 210px;gap:22px}.main-photo,.thumbs button{border:1px solid var(--line);border-radius:8px;background:var(--media)}.main-photo{position:relative;overflow:hidden;min-height:620px;display:grid;place-items:center}.main-photo img{width:100%;height:100%;max-height:660px;object-fit:contain;padding:26px;transition:opacity .18s ease}.main-photo button{display:none}.thumbs{display:grid;gap:22px}.thumbs button{overflow:hidden;min-height:190px;padding:0}.thumbs button.is-active{border-color:var(--orange);box-shadow:0 0 0 2px #005ee61f}.thumbs img{width:100%;height:100%;object-fit:cover}.product-info{padding:8px 0}.pdp-badges{display:flex;gap:10px;margin-bottom:18px}.pdp-badges span,.product-info .badge{display:inline-flex;min-height:32px;align-items:center;border-radius:6px;padding:6px 12px;background:#eaf3ff;color:var(--orange);font-size:13px;font-weight:800}.product-info .badge{background:var(--orange);color:var(--white)}.product-info .badge[hidden]{display:none}.product-info h1{font-size:clamp(38px,4vw,54px)}.pdp-short{color:var(--text-soft);font-size:20px}.pdp-rating{display:flex;align-items:center;gap:12px;margin:24px 0;color:var(--orange);font-weight:800}.pdp-rating a,.pdp-rating strong{color:var(--orange)}.product-info .price{margin:0 0 28px;font-size:40px}.product-info .price del{font-size:20px}.pdp-feature-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 28px;margin:0 0 34px;padding:0;list-style:none}.pdp-feature-list li{display:flex;gap:10px;align-items:center;color:var(--text-soft);font-size:14px;font-weight:700}.pdp-feature-list svg{color:var(--orange)}.variant-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:18px}.variant-row span{flex-basis:100%;color:var(--text-soft);font-size:14px}.swatches button{width:32px;height:32px;border:2px solid var(--line);border-radius:50%;background:var(--swatch-red)}.swatches button.green{background:var(--swatch-green)}.swatches button.black{background:var(--swatch-black)}.swatches button.is-active,.sizes button.is-active{border-color:var(--orange);box-shadow:0 0 0 3px #005ee626}.sizes button{min-height:38px;border:1px solid var(--line);border-radius:6px;padding:0 14px;background:var(--white);color:var(--ink);font-weight:800}.quantity{display:grid;grid-template-columns:54px 54px 54px minmax(170px,1fr) minmax(170px,1fr);gap:14px;align-items:center;margin-top:34px}.quantity>button:not(.dark-btn):not(.green-btn),.quantity span{height:54px;display:grid;place-items:center;border:1px solid var(--line);background:var(--white);color:var(--ink);font-weight:800}.quantity>button:first-child{border-radius:6px 0 0 6px}.quantity>button:nth-child(3){border-radius:0 6px 6px 0}.pdp-trust-bar{margin-top:34px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--line);border-radius:8px;background:var(--white)}.pdp-trust-bar div{min-height:84px;display:grid;grid-template-columns:auto 1fr;gap:6px 12px;align-items:center;padding:18px;border-right:1px solid var(--line)}.pdp-trust-bar div:last-child{border-right:0}.pdp-trust-bar svg{grid-row:span 2;color:var(--orange)}.pdp-trust-bar span{color:var(--text-soft);font-size:13px}.product-copy{margin-top:58px;padding:0;border:1px solid var(--line);border-radius:8px;background:var(--white);box-shadow:var(--shadow-soft)}.tabs{display:flex;gap:32px;padding:0 26px;border-bottom:1px solid var(--line)}.tabs button{min-height:64px;border:0;border-bottom:3px solid transparent;background:transparent;color:var(--text-soft);font-weight:800}.tabs button.is-active{border-color:var(--orange);color:var(--orange)}.tab-panel{display:none;padding:36px}.tab-panel.is-active{display:block}.pdp-overview-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:36px}.pdp-overview-grid h2,.tab-panel h2{margin:0 0 14px;color:var(--ink);font-size:30px;line-height:1.15}.pdp-overview-grid p,.tab-panel p{color:var(--text-soft)}.pdp-overview-image{width:100%;height:360px;object-fit:cover;border-radius:8px}.pdp-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:26px}.pdp-feature-grid article{min-height:150px;padding:18px;border:1px solid var(--line);border-radius:8px}.pdp-feature-grid svg{color:var(--orange);width:34px;height:34px}.pdp-feature-grid strong{display:block;margin:12px 0 6px}.pdp-feature-grid span{color:var(--text-soft);font-size:13px}.pdp-spec-included{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,1fr);gap:26px;margin-top:30px}.pdp-spec-included section{padding:22px;border:1px solid var(--line);border-radius:8px}.pdp-spec-included h3{margin:0 0 18px;color:var(--orange);font-size:15px;text-transform:uppercase}.spec-table,.overview-spec-table{width:100%;border-collapse:collapse}.spec-table th,.spec-table td,.overview-spec-table th,.overview-spec-table td{padding:9px 0;border-bottom:1px solid var(--line);text-align:left;font-size:14px}.spec-table th,.overview-spec-table th{color:var(--text-soft);font-weight:700}.included-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.included-grid article{display:grid;gap:8px;text-align:center}.included-grid img{width:100%;aspect-ratio:1;object-fit:contain;border:1px solid var(--line);border-radius:8px;background:var(--media)}.included-grid span{color:var(--text-soft);font-size:12px;font-weight:700}.product-page>.section{margin-top:58px}.product-page>.section h2{font-size:34px}.product-row.four{grid-template-columns:repeat(4,minmax(0,1fr))}.site-overlay{position:fixed;inset:0;z-index:80;display:none}.site-overlay.is-open{display:block}.overlay-backdrop{position:absolute;inset:0;background:#061b3a6b}.drawer,.modal-panel,.mobile-menu-drawer{position:absolute;top:0;right:0;width:min(460px,100vw);height:100%;overflow:auto;padding:26px;background:var(--white);box-shadow:var(--shadow-large)}.modal-panel{top:50%;left:50%;right:auto;width:min(780px,calc(100vw - 32px));height:auto;max-height:calc(100svh - 48px);border-radius:8px;transform:translate(-50%,-50%)}.panel-head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px}.panel-head h2{margin:0;font-size:26px}.panel-close,.mobile-menu-head button{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:var(--white)}.cart-items{display:grid;gap:16px}.cart-item,.checkout-summary-item,.search-result,.header-search-result{display:grid;grid-template-columns:82px minmax(0,1fr) auto;gap:14px;align-items:center;padding:12px;border:1px solid var(--line);border-radius:8px;background:var(--white)}.cart-item img,.checkout-summary-item img,.search-result img,.header-search-result img{width:82px;height:82px;object-fit:contain;border-radius:6px;background:var(--media)}.cart-item h3,.checkout-summary-item h3,.search-result h3{margin:0 0 4px;font-size:15px}.cart-item p,.checkout-summary-item p,.search-result p{margin:0;color:var(--text-soft);font-size:13px}.cart-qty{display:inline-grid;grid-template-columns:32px 36px 32px;margin-top:8px;border:1px solid var(--line);border-radius:6px;overflow:hidden}.cart-qty button,.cart-qty span{min-height:30px;border:0;background:var(--white);display:grid;place-items:center}.cart-total,.checkout-total{margin:22px 0;display:flex;justify-content:space-between;gap:18px;color:var(--ink);font-size:18px}.checkout-actions{display:grid;gap:12px}.search-form{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center;margin-bottom:20px}.header-search-results{display:none}.cart-page-body,.search-page-body{max-width:var(--content-max)}.cart-page-panel{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:28px}.cart-page-summary,.search-page-panel,.account-panel,.account-benefits,.contact-grid>*,.legal-form,.legal-section{border:1px solid var(--line);border-radius:8px;padding:26px;background:var(--white);box-shadow:var(--shadow-soft)}.wishlist-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.wishlist-card-body{display:grid;gap:12px}.wishlist-card-actions{display:grid;gap:10px}.empty-state{grid-column:1 / -1;padding:52px;border:1px solid var(--line);border-radius:8px;text-align:center}.account-grid,.contact-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(320px,.65fr);gap:28px}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;margin-bottom:22px;border:1px solid var(--line);border-radius:6px;overflow:hidden}.auth-tabs button{min-height:46px;border:0;background:var(--white);color:var(--text-soft);font-weight:800}.auth-tabs button.is-active{background:var(--orange);color:var(--white)}.auth-form{display:none;gap:14px}.auth-form.is-active,.contact-grid .auth-form{display:grid}.account-benefit-list{display:grid;gap:14px}.account-benefit-list div{display:flex;gap:12px;align-items:center;color:var(--text-soft)}.info-band{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);gap:34px;align-items:center;margin-top:28px}.info-band img,.article-page img{width:100%;min-height:380px;object-fit:cover;border-radius:8px}.info-band h2,.business-section-head h2,.legal-section h2{margin:0 0 14px;font-size:34px}.about-stats,.about-values,.business-grid,.business-steps,.tips-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:32px}.about-stats article,.about-values article,.business-grid article,.business-steps article,.tip-card,.faqs details{border:1px solid var(--line);border-radius:8px;padding:24px;background:var(--white)}.about-stats strong{display:block;color:var(--orange);font-size:44px}.faqs{display:grid;gap:14px}.faqs summary{cursor:pointer;font-weight:800}.faqs span{display:block;margin-top:12px;color:var(--text-soft)}.article-page{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1fr);gap:34px;align-items:start}.article-page article{max-width:760px}.legal-page{max-width:var(--narrow-max)}.legal-section{margin-top:18px}.legal-form{margin-top:28px}.legal-form-grid,.checkout-field-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.wide-field{grid-column:1 / -1}.checkout-only{background:var(--soft)}.checkout-page{max-width:none;padding:0}.checkout-shell{min-height:100svh;display:grid}.checkout-topbar{min-height:86px;display:flex;justify-content:space-between;align-items:center;padding:0 var(--page-gutter);border-bottom:1px solid var(--line);background:var(--white)}.checkout-topbar-note{color:var(--text-soft);text-align:right}.checkout-topbar-note span{display:block;color:var(--ink);font-weight:800}.checkout-layout{width:min(100%,1280px);margin:0 auto;padding:44px var(--page-gutter);display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:30px}.checkout-main,.checkout-summary{border:1px solid var(--line);border-radius:8px;background:var(--white);box-shadow:var(--shadow-soft)}.checkout-main{padding:34px}.checkout-summary{position:sticky;top:24px;align-self:start;padding:26px}.checkout-step-label{margin:0 0 12px;color:var(--orange);font-weight:800;text-transform:uppercase}.checkout-form{display:grid;gap:24px}.checkout-form-section{display:grid;gap:18px;padding-top:24px;border-top:1px solid var(--line)}.checkout-section-head{display:grid;grid-template-columns:42px minmax(0,1fr);gap:16px}.checkout-section-head span{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--orange);color:var(--white);font-weight:800}.checkout-section-head h2{margin:0}.checkout-section-head p{margin:4px 0 0;color:var(--text-soft)}.checkout-option-list{display:grid;gap:12px}.checkout-option-list label{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:center;padding:16px;border:1px solid var(--line);border-radius:8px}.checkout-option-list small{display:block;color:var(--text-soft)}.checkout-summary-lines{display:grid;gap:10px;padding-top:18px;border-top:1px solid var(--line)}.checkout-summary-lines div{display:flex;justify-content:space-between;color:var(--text-soft)}.site-footer{background:var(--footer-bg);color:var(--footer-text)}.footer-main{width:min(100%,var(--section-max));margin:0 auto;padding:58px var(--page-gutter);display:grid;grid-template-columns:minmax(260px,1.25fr) repeat(4,minmax(150px,.65fr));gap:32px}.footer-brand img{filter:brightness(0) invert(1)}.footer-company p,.footer-col span{color:var(--footer-muted)}.footer-col{display:grid;align-content:start;gap:10px}.footer-col h3{margin:0 0 8px;color:var(--white)}.footer-col a{color:var(--footer-muted)}.footer-col a:hover{color:var(--white)}.footer-contact-row{display:grid;grid-template-columns:18px minmax(0,1fr);gap:10px;align-items:center;color:var(--footer-muted);line-height:1.35}.footer-contact-row svg{width:16px;height:16px;color:var(--white);opacity:.82}.footer-contact-row span{color:inherit;overflow-wrap:anywhere}a.footer-contact-row:hover{color:var(--white)}.footer-payments{width:min(100%,var(--section-max));margin:0 auto;padding:22px var(--page-gutter);display:flex;justify-content:space-between;gap:22px;align-items:center;border-top:1px solid rgba(255,255,255,.18);color:var(--footer-muted)}.payment-icons{display:flex;gap:10px}.payment-icons img{width:44px;height:28px;object-fit:contain;border-radius:4px;background:var(--white);padding:4px}.toast{position:fixed;z-index:120;right:24px;bottom:24px;max-width:min(360px,calc(100vw - 48px));padding:14px 18px;border-radius:8px;background:var(--ink);color:var(--white);box-shadow:var(--shadow-large);opacity:0;transform:translateY(12px);pointer-events:none;transition:opacity .18s ease,transform .18s ease}.toast.is-visible{opacity:1;transform:translateY(0)}.reveal{opacity:1;transform:translateY(0);transition:opacity .45s ease,transform .45s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}@media(max-width:1240px){.main-nav{gap:18px;font-size:14px}.tools-category-grid,.solution-grid,.product-grid.catalog{grid-template-columns:repeat(3,minmax(0,1fr))}.product-detail,.checkout-layout{grid-template-columns:1fr}.checkout-summary{position:static}}@media(max-width:1100px){.header-main{min-height:74px;grid-template-columns:auto 1fr auto;gap:12px}.mobile-menu-button,.mobile-search-tool{display:inline-grid}.tools-main-nav,.desktop-tool.wishlist-tool,.desktop-tool{display:none}.brand-logo-img{width:150px}.mobile-header-search{padding:0 var(--page-gutter) 16px}.site-header.is-search-open .mobile-header-search{display:block}.mobile-header-search-form{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.mobile-header-search-form input{min-height:46px;border:1px solid var(--line);border-radius:6px;padding:0 14px}.mobile-header-search-form button{width:46px;border:1px solid var(--line);border-radius:6px;background:var(--white)}.mobile-menu-drawer{left:0;right:auto}.mobile-menu-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.mobile-menu-shell{display:grid;grid-template-columns:1fr}.mobile-menu-primary,.mobile-menu-subcategory-list,.mobile-menu-link-list{display:grid;gap:8px}.mobile-menu-primary button,.mobile-menu-primary a,.mobile-menu-subcategory-list button,.mobile-menu-link-list a,.mobile-menu-back{min-height:48px;display:flex;justify-content:space-between;align-items:center;border:1px solid var(--line);border-radius:6px;padding:0 14px;background:var(--white);color:var(--ink);font-weight:800}.mobile-menu-secondary,.mobile-menu-tertiary,.mobile-menu-shell.is-category .mobile-menu-primary,.mobile-menu-shell.is-detail .mobile-menu-primary,.mobile-menu-shell.is-detail .mobile-menu-secondary{display:none}.mobile-menu-shell.is-category .mobile-menu-secondary,.mobile-menu-shell.is-detail .mobile-menu-tertiary{display:block}.catalog-layout{grid-template-columns:1fr}.filter-panel{position:fixed;z-index:90;inset:0 auto 0 0;width:min(360px,92vw);overflow:auto;padding:22px;border-right:1px solid var(--line);transform:translate(-105%);transition:transform .22s ease}body.filter-drawer-open .filter-panel{transform:translate(0)}.filter-panel-head button,.mobile-filter-button,body.filter-drawer-open .filter-backdrop{display:grid}.filter-panel-head button,.mobile-filter-button{place-items:center;width:48px;height:48px;border:1px solid var(--line);border-radius:6px;background:var(--white)}.filter-backdrop{position:fixed;z-index:85;inset:0;border:0;background:#061b3a66}.sort-control strong,.view-buttons{display:none}.product-grid.catalog{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery{grid-template-columns:1fr}.thumbs{order:2;grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:780px){.tools-hero{min-height:620px;align-items:start}.tools-hero>img{object-position:57% center}.hero-shade,.support-shade{background:linear-gradient(180deg,#fffffffa,#ffffffd6 45%,#ffffff2e)}.hero-content{width:auto;margin:0;padding:64px var(--page-gutter) 0}.hero-content h1{font-size:clamp(42px,13vw,62px)}.hero-copy{font-size:18px}.hero-trust-strip{left:var(--page-gutter);right:var(--page-gutter);bottom:26px;display:grid;grid-template-columns:1fr;gap:12px}.hero-trust-strip div{min-width:0}.hero-category-strip,.tools-dark-strip{grid-template-columns:1fr;padding:18px var(--page-gutter)}.hero-category-strip a,.tools-dark-strip div{border-right:0;border-bottom:1px solid rgba(255,255,255,.18);padding:16px 0}.tools-section-head,.section-head,.catalog-hero,.simple-hero,.account-hero,.info-hero{display:grid;align-items:start}.tools-section-head h2,.section-head h2,.tools-centered-head h2,.tools-deals-copy h2,.support-content h2,.catalog-hero h1,.info-hero h1,.legal-page h1,.checkout-hero h1{font-size:clamp(34px,10vw,48px)}.tools-category-grid,.solution-grid,.tools-deals-section,.tools-deal-products,.spotlight-products,.product-row,.wishlist-grid,.account-grid,.contact-grid,.info-band,.about-stats,.about-values,.business-grid,.business-steps,.tips-grid,.article-page,.cart-page-panel,.footer-main,.footer-payments,.pdp-overview-grid,.pdp-spec-included,.checkout-layout{grid-template-columns:1fr}.tools-category-card{min-height:320px}.solution-card img{height:220px}.spotlight-products{display:flex}.spotlight-products .product-card{min-width:74vw}.support-content{grid-template-columns:1fr;padding:76px var(--page-gutter) 32px}.support-reasons{width:auto;margin:20px 0 56px;padding:0 var(--page-gutter);grid-template-columns:1fr}.product-detail{grid-template-columns:1fr}.main-photo{min-height:420px}.pdp-feature-list,.pdp-feature-grid,.pdp-trust-bar,.included-grid,.product-row.four,.legal-form-grid,.checkout-field-grid{grid-template-columns:1fr}.pdp-trust-bar div{border-right:0;border-bottom:1px solid var(--line)}.pdp-trust-bar div:last-child{border-bottom:0}.quantity{grid-template-columns:46px 46px 46px}.quantity .dark-btn,.quantity .green-btn{grid-column:1 / -1}.tabs{overflow-x:auto;gap:22px}.tab-panel{padding:24px}.checkout-topbar,.footer-payments{display:grid;text-align:left}}@media(max-width:460px){.header-main{padding:0 14px}.brand-logo-img{width:132px}.header-actions{gap:4px}.header-tool,.mobile-menu-button{width:38px;height:38px}.tools-category-section,.tools-deals-section,.tools-solutions-section,.featured-commerce,.tools-support-section,.catalog-page,.product-page,.cart-page,.search-page,.wishlist-page,.account-page,.info-page,.legal-page{padding-left:16px;padding-right:16px}.product-grid.catalog{gap:12px}.catalog-tools{display:grid;grid-template-columns:1fr;gap:12px}.catalog-tool-right{min-width:0;width:100%;justify-content:space-between;gap:10px}.sort-control{flex:1;min-width:0}.sort-control select{min-width:0;width:100%}.mobile-filter-button{flex:0 0 48px}.product-card{padding:10px}.product-media{aspect-ratio:1 / .94}.product-card h3{min-height:54px;font-size:13px}.vendor,.card-rating span{font-size:11px}.card-price-row{align-items:start;display:grid}.price{font-size:16px}.save-badge{justify-self:start}.mini-cart{min-height:42px;padding:0 10px;font-size:12px}.quick-actions{gap:4px}.quick-actions button{width:32px;height:32px}}:root{--header-max: 1540px;--content-max: 1320px;--section-max: 1540px;--page-gutter: clamp(18px, 3.6vw, 58px)}body{background:#fff}.site-header{border-bottom-color:#e2e9f4;background:#fffffffa}.header-main{min-height:96px;padding-left:var(--page-gutter);padding-right:var(--page-gutter)}.main-nav{gap:clamp(14px,1.45vw,28px);font-size:14px}.main-nav>a,.nav-trigger{min-height:96px}.nav-dropdown{display:inline-flex;align-items:stretch}.nav-dropdown:hover .mega-menu,.nav-dropdown:focus-within .mega-menu{opacity:1;pointer-events:auto;transform:translate(-50%) translateY(0)}.nav-dropdown.is-closed .mega-menu{opacity:0;pointer-events:none;transform:translate(-50%) translateY(8px)}.mega-menu{top:100%;z-index:65;width:min(980px,calc(100vw - 40px));padding-top:12px;transform:translate(-50%) translateY(8px)}.category-mega-menu{grid-template-columns:minmax(220px,.95fr) repeat(3,minmax(150px,1fr));gap:22px;padding:24px;border-color:#d8e2ef;box-shadow:0 24px 70px #061b3a2e}.mega-intro{display:grid;align-content:start;gap:12px;min-height:210px;padding:24px;border-radius:8px;background:linear-gradient(145deg,#061b3a,#0a3672);color:#fff}.mega-intro svg{width:42px;height:42px;color:#4aa0ff}.mega-intro strong{font-size:24px;line-height:1.1}.mega-intro p{margin:0;color:#ffffffb8;font-size:13px;line-height:1.35;white-space:normal}.mega-cta{align-self:end;display:inline-flex;align-items:center;gap:8px;color:#fff;font-size:13px;font-weight:850}.mega-link-group{padding-top:4px}.mega-link-group span{margin-bottom:6px;font-size:14px}.mega-link-group a{min-height:28px;display:flex;align-items:center}.tools-hero{width:min(100%,var(--section-max));min-height:clamp(600px,calc(100svh - 96px),780px);margin:0 auto;background:#f3f6fa}.hero-content{width:min(620px,calc(100% - var(--page-gutter) * 2));margin-left:max(var(--page-gutter),calc((100vw - var(--header-max)) / 2 + var(--page-gutter)))}.hero-content h1{max-width:670px;font-size:clamp(58px,5.9vw,96px)}.hero-copy{max-width:540px;font-size:clamp(19px,1.55vw,25px)}.hero-trust-strip{left:max(var(--page-gutter),calc((100vw - var(--header-max)) / 2 + var(--page-gutter)))}.hero-category-strip,.tools-dark-strip,.deals-dark-strip{width:min(100%,var(--section-max));margin-left:auto;margin-right:auto;padding-left:var(--page-gutter);padding-right:var(--page-gutter);background:linear-gradient(120deg,#061b3a,#052c64)}.hero-category-strip a,.tools-dark-strip div,.deals-dark-strip div{padding-left:clamp(18px,2.2vw,36px);padding-right:clamp(18px,2.2vw,36px)}.tools-category-section,.tools-deals-section,.tools-solutions-section,.featured-commerce,.catalog-page,.product-page,.cart-page,.search-page,.wishlist-page,.account-page,.info-page,.legal-page{width:min(100%,var(--section-max));padding-left:var(--page-gutter);padding-right:var(--page-gutter)}.featured-commerce-inner{width:100%}.tools-section-head,.section-head{margin-bottom:clamp(34px,4.2vw,58px)}.tools-section-head h2,.section-head h2,.tools-centered-head h2,.tools-deals-copy h2,.support-content h2,.catalog-hero h1{font-size:clamp(42px,4.6vw,72px)}.tools-category-section{padding-top:clamp(90px,9vw,142px);padding-bottom:clamp(84px,8.5vw,132px)}.tools-category-grid{gap:18px}.tools-category-card{min-height:clamp(390px,29vw,520px);padding:26px;border-color:#dbe5f2;box-shadow:0 16px 44px #061b3a12}.tools-category-card img{height:74%;object-fit:contain;padding:10px;background:#f5f8fd}.tools-category-card:after{inset:58% 0 0;background:linear-gradient(180deg,#fff0,#fffffff2 34%,#fff 68%)}.tools-category-card span{width:64px;height:64px;background:#061b3a}.tools-category-card strong{font-size:clamp(18px,1.3vw,24px)}.tools-deals-section{align-items:start;grid-template-columns:minmax(280px,390px) minmax(0,1fr);gap:clamp(36px,5vw,80px);padding-top:clamp(76px,8vw,118px);padding-bottom:clamp(56px,6vw,88px)}.tools-deals-copy{padding-top:18px}.tools-deals-copy p:not(.eyebrow){max-width:350px;font-size:20px}.tools-deal-products{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.tools-deal-products .product-card{min-height:100%;padding:22px}.tools-deal-products .product-card:nth-child(2){border-color:var(--orange);box-shadow:0 20px 64px #005ee626}.tools-deal-products .product-media{aspect-ratio:1 / 1}.deals-dark-strip{grid-column:1 / -1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-top:18px;color:#fff}.deals-dark-strip div{min-height:96px;display:grid;grid-template-columns:auto 1fr;gap:8px 14px;align-items:center;border-right:1px solid rgba(255,255,255,.2)}.deals-dark-strip div:last-child{border-right:0}.deals-dark-strip svg{grid-row:span 2;width:36px;height:36px;color:#0d73ff}.deals-dark-strip span{color:#ffffffb8;font-size:13px}.product-card{gap:9px;padding:18px;border-color:#dfe8f4;box-shadow:0 8px 26px #061b3a0a}.product-media{aspect-ratio:1 / .96;background:linear-gradient(180deg,#f7f9fc,#edf3fa)}.product-card h3{min-height:46px;font-size:15px}.vendor{min-height:18px}.card-price-row{min-height:34px}.price{font-size:19px}.mini-cart{min-height:44px}.tools-solutions-section{padding-top:clamp(82px,8vw,124px)}.solution-grid{gap:20px}.solution-card img{height:clamp(230px,16vw,300px)}.solution-card div{min-height:214px;padding:25px}.tools-dark-strip{grid-template-columns:repeat(5,minmax(0,1fr));margin-top:clamp(42px,4vw,64px)}.featured-commerce{padding-top:clamp(82px,8vw,124px);padding-bottom:clamp(80px,8vw,120px)}.spotlight-products{grid-template-columns:repeat(5,minmax(0,1fr));overflow:visible;padding-bottom:0}.home-product-tabs button{border-radius:6px}.tools-support-section{width:min(100%,var(--section-max));min-height:650px;margin:0 auto clamp(74px,8vw,118px);padding:0}.support-content{width:min(calc(100% - var(--page-gutter) * 2),var(--content-max))}.support-reasons{width:min(calc(100% - var(--page-gutter) * 2),780px);margin-left:max(var(--page-gutter),calc((100vw - var(--header-max)) / 2 + var(--page-gutter)));padding-left:0}.catalog-page{padding-top:42px}.catalog-hero{padding-bottom:38px}.catalog-layout{grid-template-columns:minmax(280px,332px) minmax(0,1fr);gap:clamp(32px,3.6vw,56px)}.filter-panel{padding-right:34px}.catalog-tools{margin-bottom:30px}.product-grid.catalog{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.product-page{padding-top:38px}.product-detail{grid-template-columns:minmax(0,1.08fr) minmax(360px,.72fr);gap:clamp(28px,3.6vw,56px);padding:clamp(22px,2.4vw,34px);border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 12px 38px #061b3a0d}.gallery{grid-template-columns:minmax(0,1fr) minmax(132px,180px)}.main-photo{min-height:clamp(500px,39vw,650px)}.thumbs button{min-height:clamp(148px,12vw,198px)}.product-info h1{font-size:clamp(34px,3.3vw,52px)}.pdp-short{font-size:18px}.quantity{grid-template-columns:52px 52px 52px minmax(150px,1fr) minmax(138px,.85fr)}.product-copy{margin-top:34px}.tabs{gap:0;justify-content:flex-start;padding:0 24px}.tabs button{min-height:68px;display:inline-flex;align-items:center;gap:10px;padding:0 24px}.tabs button svg{width:20px;height:20px}.pdp-overview-grid{align-items:stretch}.pdp-overview-image{min-height:100%}.mobile-menu-featured-link{min-height:96px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:center;margin:10px 0 16px;padding:18px;border-radius:8px;background:linear-gradient(135deg,#061b3a,#0a3672);color:#fff}.mobile-menu-featured-link>svg:first-child{width:34px;height:34px;color:#54a5ff}.mobile-menu-featured-link strong,.mobile-menu-featured-link em{display:block}.mobile-menu-featured-link em{margin-top:3px;color:#ffffffb8;font-size:12px;font-style:normal}@media(max-width:1400px){.tools-main-nav .nav-dropdown:nth-of-type(6){display:none}.product-grid.catalog{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1240px){.tools-deals-section,.product-detail{grid-template-columns:1fr}.product-grid.catalog,.product-row.four,.wishlist-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.gallery{grid-template-columns:minmax(0,1fr) minmax(120px,160px)}}@media(max-width:1100px){.header-main{min-height:78px}.main-nav>a,.nav-trigger{min-height:78px}.tools-hero{width:100%}.catalog-layout{grid-template-columns:1fr}}@media(max-width:780px){.hero-content{margin-left:0}.hero-trust-strip{left:var(--page-gutter)}.hero-category-strip,.tools-dark-strip,.deals-dark-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:0}.hero-category-strip a,.tools-dark-strip div,.deals-dark-strip div{min-height:96px;padding:16px 10px;border-right:0;border-bottom:1px solid rgba(255,255,255,.18)}.tools-category-grid,.solution-grid,.tools-deal-products,.spotlight-products,.product-grid.catalog,.product-row.four,.wishlist-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;overflow:visible}.spotlight-products .product-card{min-width:0}.tools-deals-section{grid-template-columns:1fr}.tools-category-card{min-height:310px;padding:18px}.tools-category-card span{width:52px;height:52px}.tools-category-card strong{font-size:16px}.solution-card img{height:170px}.solution-card div{min-height:190px;padding:18px}.solution-card h3{font-size:17px}.support-content{width:100%;padding-left:var(--page-gutter);padding-right:var(--page-gutter)}.support-reasons{width:auto;margin-left:0;grid-template-columns:1fr}.product-detail{padding:16px}.gallery{grid-template-columns:1fr}.thumbs{grid-template-columns:repeat(3,minmax(0,1fr))}.tabs{padding:0 14px}.tabs button{flex:0 0 auto;padding:0 16px}}@media(max-width:560px){.tools-category-section,.tools-deals-section,.tools-solutions-section,.featured-commerce,.catalog-page,.product-page,.cart-page,.search-page,.wishlist-page,.account-page,.info-page,.legal-page,.hero-category-strip,.tools-dark-strip,.deals-dark-strip{padding-left:14px;padding-right:14px}.product-card{padding:11px}.product-card h3{min-height:58px;font-size:12.5px}.vendor{font-size:10.5px}.card-rating{font-size:11px}.card-rating span{display:block;margin-left:0}.price{font-size:15px}.save-badge{display:none}.mini-cart{min-height:40px;padding:0 9px;gap:6px;font-size:11.5px}.quick-actions button{width:30px;height:30px}.tools-category-card{min-height:260px}.tools-category-card img{height:66%}.solution-card img{height:140px}.solution-card div{min-height:174px;padding:14px}.solution-card p{font-size:12px}.product-info h1{font-size:30px}.pdp-feature-list{grid-template-columns:1fr}.quantity{grid-template-columns:44px 44px 44px}}.mega-menu{display:none}.nav-dropdown:hover .mega-menu,.nav-dropdown:focus-within .mega-menu,.nav-dropdown.is-hover .mega-menu,.nav-dropdown.is-open .mega-menu{display:block}.nav-dropdown.is-closed .mega-menu{display:none}.tools-main-nav>.nav-dropdown:nth-child(-n+3) .mega-menu{left:0;right:auto;transform:translateY(8px)}.tools-main-nav>.nav-dropdown:nth-child(-n+3):hover .mega-menu,.tools-main-nav>.nav-dropdown:nth-child(-n+3):focus-within .mega-menu,.tools-main-nav>.nav-dropdown:nth-child(-n+3).is-hover .mega-menu,.tools-main-nav>.nav-dropdown:nth-child(-n+3).is-open .mega-menu{transform:translateY(0)}.tools-main-nav>.nav-dropdown:nth-child(n+5) .mega-menu{left:auto;right:0;transform:translateY(8px)}.tools-main-nav>.nav-dropdown:nth-child(n+5):hover .mega-menu,.tools-main-nav>.nav-dropdown:nth-child(n+5):focus-within .mega-menu,.tools-main-nav>.nav-dropdown:nth-child(n+5).is-hover .mega-menu,.tools-main-nav>.nav-dropdown:nth-child(n+5).is-open .mega-menu{transform:translateY(0)}@media(min-width:1101px){.tools-main-nav>.nav-dropdown .mega-menu{position:fixed;top:96px;left:50%!important;right:auto!important;transform:translate(-50%) translateY(8px)!important}.tools-main-nav>.nav-dropdown:hover .mega-menu,.tools-main-nav>.nav-dropdown:focus-within .mega-menu,.tools-main-nav>.nav-dropdown.is-hover .mega-menu,.tools-main-nav>.nav-dropdown.is-open .mega-menu{transform:translate(-50%) translateY(0)!important}}.header-main{gap:clamp(14px,2vw,34px)}.main-nav{gap:clamp(10px,1vw,18px)}.main-nav>a,.nav-trigger{padding-left:4px;padding-right:4px;font-size:14px}.tools-hero{width:100%;max-width:none;min-height:clamp(630px,calc(100svh - 96px),810px)}.hero-content{width:min(670px,calc(100% - var(--page-gutter) * 2));margin-left:var(--page-gutter);padding-top:clamp(28px,4vw,70px)}.hero-content h1{font-size:clamp(64px,6.2vw,106px);line-height:.98}.hero-trust-strip{left:var(--page-gutter);bottom:clamp(42px,5vw,78px)}.hero-category-strip,.tools-dark-strip,.deals-dark-strip{width:100%;max-width:none;min-height:138px;padding-left:var(--page-gutter);padding-right:var(--page-gutter)}.hero-category-strip a,.tools-dark-strip div,.deals-dark-strip div{min-height:94px;padding-top:18px;padding-bottom:18px}.external-icon,.strip-icon,.trust-icon,.category-card-icon{display:inline-block;width:1em;height:1em;background:currentColor;-webkit-mask:var(--icon-url) center / contain no-repeat;mask:var(--icon-url) center / contain no-repeat}.hero-trust-strip .trust-icon{grid-row:span 2;width:34px;height:34px;color:var(--ink)}.hero-category-strip .strip-icon,.tools-dark-strip .strip-icon,.deals-dark-strip .strip-icon{grid-row:span 2;width:46px;height:46px;color:#056dff}.brands-mega-menu{grid-template-columns:minmax(220px,.72fr) minmax(0,1.8fr);align-items:stretch}.brand-logo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.brand-logo-card{min-height:86px;display:grid;place-items:center;border:1px solid #dfe8f4;border-radius:8px;background:#fff;color:#061b3a;font-size:15px;font-weight:900;letter-spacing:.04em;box-shadow:0 10px 26px #061b3a0a}.brand-logo-card img{width:min(126px,78%);max-height:34px;object-fit:contain;opacity:.92}.brand-logo-card:hover{border-color:#005ee673;background:#f8fbff}.tools-category-card{min-height:clamp(430px,34vw,560px);padding:0 28px 32px;align-content:end}.tools-category-card img{inset:0 0 auto;height:72%;padding:0;object-fit:cover;object-position:center;background:transparent}.tools-category-card[data-category=power-tools] img,.tools-category-card[data-category=measuring-tools] img,.tools-category-card[data-category=tool-storage] img{object-position:72% center}.tools-category-card[data-category=machines] img,.tools-category-card[data-category=hand-tools] img{object-position:78% center}.tools-category-card[data-category=accessories] img{object-position:50% 70%}.tools-category-card:after{inset:45% 0 0;background:linear-gradient(180deg,#fff0,#fffc 28%,#fff 70%)}.tools-category-card .category-icon-badge{width:66px;height:66px;display:grid;place-items:center;border-radius:50%;background:#061b3a;color:#fff;box-shadow:0 14px 28px #061b3a1f}.tools-category-card .category-card-icon{width:32px;height:32px;color:#fff}.tools-category-card strong{max-width:92%;font-size:clamp(21px,1.55vw,30px)}.tools-category-card em{display:inline-flex;align-items:center;width:30px;height:30px}.tools-deals-section{align-items:center}.deals-dark-strip{grid-template-columns:repeat(4,minmax(0,1fr)) minmax(250px,.95fr);border-radius:8px;padding-top:0;padding-bottom:0;box-shadow:0 20px 52px #061b3a1f}.deals-dark-strip div{border-right:1px solid rgba(255,255,255,.22)}.deal-countdown{display:grid!important;grid-template-columns:auto repeat(4,44px);gap:6px 8px!important;align-items:center;padding-left:24px!important;padding-right:0!important}.deal-countdown span{grid-row:1 / span 2;color:#ffffffb8;font-size:14px}.deal-countdown strong{min-height:42px;display:grid;place-items:center;border-radius:6px;background:#ffffff1f;color:#fff;font-size:22px;line-height:1}.deal-countdown em{color:#ffffffbd;font-size:10px;font-style:normal;font-weight:800;text-align:center;text-transform:uppercase}.tools-dark-strip{min-height:138px;grid-template-columns:repeat(5,minmax(0,1fr));padding-top:0;padding-bottom:0}.tools-dark-strip div{padding-left:clamp(24px,3vw,54px);padding-right:clamp(24px,3vw,54px)}@media(max-width:1240px){.deal-countdown{grid-column:1 / -1;grid-template-columns:auto repeat(4,48px);justify-content:end;padding:18px 0 18px 24px!important}}@media(max-width:780px){.header-main{min-height:74px}.tools-hero{min-height:620px}.hero-content{width:auto;margin-left:0;padding:52px var(--page-gutter) 0}.hero-content h1{font-size:clamp(42px,12.5vw,60px)}.hero-trust-strip{left:var(--page-gutter);bottom:26px}.tools-category-card{min-height:330px;padding:0 18px 22px}.tools-category-card img{height:68%}.tools-category-card .category-icon-badge{width:50px;height:50px}.tools-category-card .category-card-icon{width:26px;height:26px}.tools-category-card strong{font-size:16px}.deals-dark-strip,.tools-dark-strip{grid-template-columns:repeat(2,minmax(0,1fr));min-height:0}.deal-countdown{justify-content:stretch;grid-template-columns:1fr repeat(4,42px)}.brand-logo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.hero-category-strip .strip-icon,.tools-dark-strip .strip-icon,.deals-dark-strip .strip-icon{width:34px;height:34px}.deal-countdown{grid-column:1 / -1;grid-template-columns:repeat(4,minmax(0,1fr));padding-left:0!important}.deal-countdown span{grid-column:1 / -1;grid-row:auto}}.product-info .pdp-rating[hidden],.product-info .pdp-feature-list[hidden]{display:none!important}.product-detail{grid-template-columns:minmax(0,1.08fr) minmax(320px,.58fr);gap:clamp(24px,3vw,46px);align-items:start}.gallery{grid-template-columns:minmax(0,1fr) clamp(92px,8.5vw,124px);gap:14px}.main-photo{min-height:clamp(470px,34vw,610px)}.main-photo img{padding:clamp(16px,2vw,24px)}.thumbs{max-height:clamp(470px,34vw,610px);align-content:start;gap:12px;overflow-y:auto;padding-right:4px;scrollbar-width:thin}.thumbs button{min-height:0;aspect-ratio:1}.thumbs img{object-fit:contain;padding:8px}.product-info{display:grid;gap:12px;padding:0}.pdp-badges{margin-bottom:0}.pdp-badges span,.product-info .badge{min-height:28px;padding:5px 10px;font-size:12px}.product-info h1{margin:0;font-size:clamp(30px,2.55vw,44px);line-height:1.05}.pdp-short{margin:0;font-size:15px;line-height:1.5}.product-info .price{margin:2px 0 4px;font-size:clamp(30px,2.5vw,38px);line-height:1}.product-info .price del{font-size:17px}.variant-row{gap:8px;margin-bottom:0}.variant-row span{font-size:13px}.swatches button{width:30px;height:30px}.sizes button{min-height:36px;padding:0 12px}.quantity{grid-template-columns:44px 44px 44px minmax(136px,1fr) minmax(116px,.78fr);gap:8px;margin-top:4px}.quantity>button:not(.dark-btn):not(.green-btn),.quantity span{height:48px}.quantity .dark-btn,.quantity .green-btn{min-height:48px;padding-inline:14px;white-space:nowrap}.pdp-trust-bar{margin-top:4px}.pdp-trust-bar div{min-height:66px;padding:12px}.pdp-trust-bar span{font-size:12px}.product-copy.is-simple .tabs{display:none}.product-copy.is-simple .tab-panel{display:block}.pdp-overview-grid.is-simple{grid-template-columns:1fr}.pdp-spec-included section p{margin-top:-4px;color:var(--text-soft);font-size:13px}@media(max-width:1240px){.product-detail{grid-template-columns:1fr}.gallery{grid-template-columns:minmax(0,1fr) clamp(88px,13vw,132px)}.thumbs{max-height:clamp(430px,56vw,560px)}}@media(max-width:780px){.product-detail{padding:14px}.gallery{grid-template-columns:1fr;gap:12px}.main-photo{height:clamp(280px,72vw,420px);min-height:0}.thumbs{display:flex;max-height:none;overflow-x:auto;overflow-y:hidden;padding:0 0 4px}.thumbs button{flex:0 0 clamp(62px,18vw,78px)}.product-info{gap:10px}.product-info h1{font-size:clamp(28px,8vw,38px)}.quantity{grid-template-columns:42px 42px 42px minmax(0,1fr);order:1}.quantity .green-btn{grid-column:1 / -1}.swatches,.sizes{order:2}.pdp-trust-bar{grid-template-columns:1fr;order:3}.pdp-trust-bar div{border-right:0;border-bottom:1px solid var(--line)}.pdp-trust-bar div:last-child{border-bottom:0}.pdp-spec-included{grid-template-columns:1fr}}@media(max-width:560px){.product-info .price{font-size:28px}.quantity{grid-template-columns:38px 38px 38px minmax(0,1fr)}.quantity .dark-btn{grid-column:auto}.quantity .green-btn{grid-column:1 / -1}}.tools-home{--home-edge: max(var(--page-gutter), calc((100vw - var(--section-max)) / 2 + 12px));--hero-edge: calc(var(--home-edge) + clamp(8px, 1.6vw, 28px))}.tools-home .tools-hero{width:100%;max-width:none;height:clamp(620px,calc(100svh - 230px),720px);min-height:0;margin:0;align-items:start;background:#f7f9fc}.tools-home .tools-hero>img{transform:none!important;object-position:center center}.tools-home .hero-shade{background:linear-gradient(90deg,#fffffffc,#fffffff5 28%,#ffffffa3 44%,#ffffff0f 62%,#061b3a2e)}.tools-home .hero-content{width:min(690px,calc(100% - var(--hero-edge) - 24px));margin-left:var(--hero-edge);margin-top:clamp(104px,13svh,128px);padding-top:0}.tools-home .hero-content h1{max-width:690px;font-size:clamp(56px,4.85vw,82px);line-height:1.03}.tools-home .hero-copy{max-width:500px;margin:26px 0 34px;font-size:clamp(20px,1.55vw,25px);line-height:1.45}.tools-home .hero-actions{gap:22px}.tools-home .hero-actions .pill-btn{min-width:210px;min-height:58px;justify-content:center}.tools-home .hero-trust-strip{left:var(--hero-edge);bottom:clamp(50px,7vw,70px);gap:0;align-items:center}.tools-home .hero-trust-strip div{min-width:0;padding-right:clamp(26px,3vw,42px);margin-right:clamp(24px,2.8vw,38px);border-right:1px solid rgba(6,27,58,.18)}.tools-home .hero-trust-strip div:last-child{margin-right:0;padding-right:0;border-right:0}.tools-home .hero-trust-strip .trust-icon{width:38px;height:38px;color:var(--ink)}.tools-home .hero-trust-strip span{font-size:14px;line-height:1.1}.tools-home .hero-trust-strip strong{font-size:15px;line-height:1.15}.tools-home .hero-category-strip{width:100%;max-width:none;min-height:134px;margin:0;padding:0 var(--hero-edge);grid-template-columns:repeat(4,minmax(0,1fr));background:linear-gradient(120deg,#061b3a,#052c64 52%,#061b3a)}.tools-home .hero-category-strip a{min-height:134px;grid-template-columns:54px minmax(0,1fr);gap:22px;align-items:center;padding:0 clamp(22px,3vw,54px)}.tools-home .hero-category-strip a:first-child{padding-left:0}.tools-home .hero-category-strip a:last-child{padding-right:0}.tools-home .hero-category-strip .strip-icon,.tools-home .tools-dark-strip .strip-icon,.tools-home .deals-dark-strip .strip-icon{width:52px;height:52px;background:currentColor;color:#086fff}.tools-home .hero-category-strip strong,.tools-home .tools-dark-strip strong,.tools-home .deals-dark-strip strong{font-size:17px;line-height:1.15}.tools-home .hero-category-strip em,.tools-home .tools-dark-strip span,.tools-home .deals-dark-strip span{font-size:14px;line-height:1.35}.tools-home .tools-category-section,.tools-home .tools-deals-section,.tools-home .tools-solutions-section,.tools-home .featured-commerce{width:100%;max-width:none;padding-left:var(--home-edge);padding-right:var(--home-edge)}.tools-home .tools-category-section{padding-top:clamp(88px,10vw,136px);padding-bottom:clamp(82px,9vw,124px)}.tools-home .tools-section-head,.tools-home .section-head{margin-bottom:clamp(38px,4.8vw,58px)}.tools-home .tools-section-head h2,.tools-home .section-head h2,.tools-home .tools-centered-head h2,.tools-home .tools-deals-copy h2,.tools-home .support-content h2{font-size:clamp(48px,4.45vw,72px);line-height:1.06}.tools-home .tools-section-head p,.tools-home .section-head p,.tools-home .tools-centered-head>p,.tools-home .tools-deals-copy p:not(.eyebrow),.tools-home .support-content>div>p{font-size:clamp(18px,1.55vw,24px)}.tools-home .tools-category-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:clamp(14px,1.4vw,22px)}.tools-home .tools-category-card{min-height:clamp(390px,27vw,458px);padding:0 28px 32px;overflow:hidden;border-color:#d8e2ef;background:#fff;box-shadow:0 16px 42px #061b3a14}.tools-home .tools-category-card img{inset:0 0 auto;width:100%;height:68%;padding:0;object-fit:cover;object-position:center;background:#eef3f9;transform:scale(1.1);transform-origin:center center}.tools-home .tools-category-card[data-category=power-tools] img,.tools-home .tools-category-card[data-category=machines] img,.tools-home .tools-category-card[data-category=measuring-tools] img,.tools-home .tools-category-card[data-category=hand-tools] img,.tools-home .tools-category-card[data-category=tool-storage] img,.tools-home .tools-category-card[data-category=accessories] img{object-position:center}.tools-home .tools-category-card:after{inset:48% 0 0;background:linear-gradient(180deg,#fff0,#ffffffdb 34%,#fff 68%)}.tools-home .tools-category-card .category-icon-badge{width:62px;height:62px;margin-bottom:18px;background:#061b3a}.tools-home .tools-category-card .category-card-icon{width:32px;height:32px;background:currentColor;color:#fff}.tools-home .tools-category-card strong{font-size:clamp(18px,1.38vw,24px);line-height:1.12}.tools-home .tools-category-card em{margin-top:18px;color:var(--orange)}.tools-home .tools-deals-section{grid-template-columns:minmax(310px,430px) minmax(0,1fr);gap:clamp(42px,5.8vw,86px);padding-top:clamp(70px,8vw,112px)}.tools-home .tools-deal-products{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(20px,2vw,28px)}.tools-home .deals-dark-strip{width:100%;max-width:none;grid-template-columns:repeat(4,minmax(0,1fr)) minmax(260px,.95fr);min-height:118px;margin-top:clamp(30px,3.5vw,48px);padding:0 clamp(26px,3vw,48px)}.tools-home .deals-dark-strip div,.tools-home .tools-dark-strip div{min-height:118px;align-items:center}.tools-home .deal-countdown{grid-template-columns:auto repeat(4,46px)}.tools-home .tools-solutions-section{padding-top:clamp(82px,9vw,126px)}.tools-home .tools-centered-head{margin-bottom:clamp(42px,4.8vw,62px)}.tools-home .solution-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(16px,1.6vw,24px)}.tools-home .solution-card img{height:clamp(250px,17.5vw,305px);object-fit:cover;transform:scale(1.08);transform-origin:center}.tools-home .solution-card:nth-child(1) img,.tools-home .solution-card:nth-child(5) img{object-position:72% center}.tools-home .solution-card:nth-child(2) img,.tools-home .solution-card:nth-child(3) img{object-position:center}.tools-home .solution-card:nth-child(4) img{object-position:45% center}.tools-home .solution-card div{min-height:205px;padding:26px}.tools-home .solution-card svg{color:var(--orange)}.tools-home .tools-dark-strip{width:100%;max-width:none;grid-template-columns:repeat(5,minmax(0,1fr));min-height:132px;margin-top:clamp(42px,4.2vw,64px);padding:0 var(--home-edge)}.tools-home .featured-commerce{padding-top:clamp(88px,9vw,134px);padding-bottom:clamp(82px,8vw,118px)}.tools-home .featured-commerce-inner{width:100%}.tools-home .spotlight-products{grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(18px,1.8vw,26px)}.tools-home .tools-support-section{width:100%;max-width:none;min-height:clamp(640px,44vw,742px);margin:0 0 clamp(68px,8vw,112px);padding:0}.tools-home .tools-support-section>img{object-position:center center}.tools-home .support-shade{background:linear-gradient(90deg,#fffffffc,#ffffffeb 38%,#fff3 60%,#061b3a52)}.tools-home .support-content{width:100%;max-width:none;margin:0;padding:0 var(--home-edge) 0 var(--hero-edge);grid-template-columns:minmax(0,680px) minmax(320px,430px);gap:clamp(48px,9vw,140px)}.tools-home .advisor-card{align-self:center;transform:translateY(18px)}.tools-home .support-reasons{width:min(760px,calc(100% - var(--hero-edge) - var(--home-edge)));margin-left:var(--hero-edge);padding-left:0}@media(max-width:1240px){.tools-home .tools-hero{height:680px}.tools-home .tools-category-grid,.tools-home .solution-grid,.tools-home .spotlight-products{grid-template-columns:repeat(3,minmax(0,1fr))}.tools-home .tools-deals-section{grid-template-columns:1fr}.tools-home .deals-dark-strip,.tools-home .tools-dark-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:780px){.tools-home{--home-edge: 14px;--hero-edge: 18px}.tools-home .tools-hero{height:auto;min-height:650px}.tools-home .tools-hero>img{object-position:62% center}.tools-home .hero-shade{background:linear-gradient(90deg,#fffffffa,#ffffffe6 55%,#ffffff61)}.tools-home .hero-content{width:calc(100% - var(--hero-edge) * 2);margin-left:var(--hero-edge);margin-top:48px}.tools-home .hero-content h1{max-width:360px;font-size:clamp(43px,12vw,58px)}.tools-home .hero-copy{max-width:310px;margin:18px 0 22px;font-size:17px}.tools-home .hero-actions{gap:10px}.tools-home .hero-actions .pill-btn{min-width:0;min-height:48px;padding-inline:16px}.tools-home .hero-trust-strip{left:var(--hero-edge);right:var(--hero-edge);bottom:22px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.tools-home .hero-trust-strip div{padding-right:0;margin-right:0;border-right:0;grid-template-columns:28px minmax(0,1fr);column-gap:8px}.tools-home .hero-trust-strip .trust-icon{width:28px;height:28px}.tools-home .hero-trust-strip span,.tools-home .hero-trust-strip strong{font-size:11px}.tools-home .hero-category-strip{grid-template-columns:repeat(2,minmax(0,1fr));padding:0 var(--home-edge)}.tools-home .hero-category-strip a{min-height:104px;grid-template-columns:38px minmax(0,1fr);gap:12px;padding:14px 10px}.tools-home .hero-category-strip .strip-icon,.tools-home .tools-dark-strip .strip-icon,.tools-home .deals-dark-strip .strip-icon{width:38px;height:38px}.tools-home .tools-section-head,.tools-home .section-head{align-items:flex-start}.tools-home .tools-section-head h2,.tools-home .section-head h2,.tools-home .tools-centered-head h2,.tools-home .tools-deals-copy h2,.tools-home .support-content h2{font-size:clamp(34px,10vw,48px)}.tools-home .tools-category-grid,.tools-home .solution-grid,.tools-home .spotlight-products,.tools-home .tools-deal-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.tools-home .tools-category-card{min-height:292px;padding:0 16px 20px}.tools-home .tools-category-card img{height:64%}.tools-home .tools-category-card .category-icon-badge{width:48px;height:48px;margin-bottom:10px}.tools-home .tools-category-card .category-card-icon{width:25px;height:25px}.tools-home .deals-dark-strip,.tools-home .tools-dark-strip{grid-template-columns:repeat(2,minmax(0,1fr));padding:0 var(--home-edge)}.tools-home .deals-dark-strip div,.tools-home .tools-dark-strip div{min-height:104px;padding:14px 10px}.tools-home .deal-countdown{grid-column:1 / -1}.tools-home .tools-support-section{min-height:700px}.tools-home .support-content{grid-template-columns:1fr;gap:18px;padding:48px var(--home-edge) 0}.tools-home .advisor-card{max-width:340px;transform:none}.tools-home .support-reasons{width:auto;margin:30px var(--home-edge) 0;grid-template-columns:1fr}}@media(max-width:520px){.tools-home .hero-trust-strip{grid-template-columns:1fr}.tools-home .tools-hero{min-height:760px}.tools-home .hero-category-strip strong,.tools-home .tools-dark-strip strong,.tools-home .deals-dark-strip strong{font-size:14px}}.inline-icon,svg.inline-icon{background:none!important;-webkit-mask:none!important;mask:none!important;display:block;color:currentColor}.tools-home .hero-eyebrow{margin:0 0 30px;display:inline-flex;align-items:center;gap:18px;color:var(--orange);font-size:14px;font-weight:900;letter-spacing:0;line-height:1;text-transform:uppercase}.tools-home .hero-eyebrow:before{content:"";width:42px;height:5px;border-radius:999px;background:currentColor}.tools-home .hero-trust-strip svg,.tools-home .hero-category-strip svg,.tools-home .tools-dark-strip svg,.tools-home .deals-dark-strip svg,.tools-home .tools-category-card svg{flex:0 0 auto;stroke-width:2}.tools-home .hero-trust-strip svg.trust-icon{width:38px;height:38px}.tools-home .hero-category-strip svg.strip-icon,.tools-home .tools-dark-strip svg.strip-icon,.tools-home .deals-dark-strip svg.strip-icon{width:56px;height:56px;color:#0874ff}.tools-home .tools-category-card svg.category-card-icon{width:32px;height:32px;color:#fff}.tools-home .hero-content h1{max-width:720px}@media(max-width:780px){.tools-home .hero-eyebrow{margin-bottom:20px;gap:12px;font-size:12px}.tools-home .hero-eyebrow:before{width:34px;height:4px}.tools-home .hero-category-strip svg.strip-icon,.tools-home .tools-dark-strip svg.strip-icon,.tools-home .deals-dark-strip svg.strip-icon{width:40px;height:40px}.tools-home .hero-trust-strip svg.trust-icon{width:28px;height:28px}}.tools-home .hero-trust-strip{width:min(610px,calc(100% - var(--hero-edge) * 2));right:auto;display:flex;align-items:center;gap:0}.tools-home .hero-trust-strip div{min-width:0;min-height:46px;display:grid;grid-template-columns:38px minmax(0,max-content);grid-template-rows:auto auto;column-gap:14px;align-items:center;padding-right:28px;margin-right:28px;border-right:1px solid rgba(6,27,58,.18)}.tools-home .hero-trust-strip div:last-child{padding-right:0;margin-right:0;border-right:0}.tools-home .hero-trust-strip svg.trust-icon{grid-row:1 / span 2;width:36px;height:36px;color:#061b3a;stroke-width:2.35}.tools-home .hero-trust-strip span,.tools-home .hero-trust-strip strong{line-height:1.05;letter-spacing:0;white-space:nowrap}.tools-home .hero-category-strip{min-height:132px;background:radial-gradient(circle at 18% 20%,rgba(0,94,230,.16),transparent 34%),#061b3a}.tools-home .hero-category-strip a{min-height:132px;grid-template-columns:60px minmax(0,1fr);gap:22px;padding-top:24px;padding-bottom:24px}.tools-home .hero-category-strip svg.strip-icon{width:58px;height:58px;color:#0878ff;stroke-width:2.25}.tools-home .tools-category-card img{height:70%;padding:0;object-fit:cover;object-position:center;background:linear-gradient(180deg,#f2f6fb,#eaf1f8);transform:none;filter:saturate(1.04) contrast(1.02)}.tools-home .tools-category-card[data-category=power-tools] img,.tools-home .tools-category-card[data-category=tool-storage] img,.tools-home .tools-category-card[data-category=accessories] img{object-position:center bottom;transform:scale(1.03)}.tools-home .tools-category-card[data-category=machines] img,.tools-home .tools-category-card[data-category=measuring-tools] img{object-position:62% center}.tools-home .tools-category-card:after{inset:70% 0 0;background:#fff}.tools-home .deals-dark-strip{display:grid;grid-template-columns:repeat(4,minmax(172px,1fr)) auto;align-items:stretch;min-height:92px;margin-top:clamp(28px,3.1vw,44px);padding:0 clamp(26px,2.6vw,40px);border-radius:8px;background:radial-gradient(circle at 8% 0%,rgba(0,94,230,.22),transparent 30%),#061b3a;box-shadow:0 28px 78px #061b3a29}.tools-home .deals-dark-strip>div:not(.deal-countdown){min-height:92px;display:grid;grid-template-columns:46px minmax(0,1fr);grid-template-rows:auto auto;gap:2px 18px;align-items:center;padding:18px clamp(18px,2vw,34px) 18px 0;border-right:1px solid rgba(255,255,255,.22)}.tools-home .deals-dark-strip>div:not(.deal-countdown)+div:not(.deal-countdown){padding-left:clamp(18px,2vw,34px)}.tools-home .deals-dark-strip svg.strip-icon{grid-row:1 / span 2;width:42px;height:42px;color:#0878ff;stroke-width:2.25}.tools-home .deals-dark-strip>div:not(.deal-countdown) strong,.tools-home .tools-dark-strip>div strong{margin:0;color:#fff;font-size:16px;line-height:1.12;letter-spacing:0}.tools-home .deals-dark-strip>div:not(.deal-countdown) span,.tools-home .tools-dark-strip>div span{margin:0;color:#ffffffbd;font-size:14px;line-height:1.35}.tools-home .deal-countdown{min-height:92px;display:grid;grid-template-columns:auto repeat(4,52px);gap:0 10px;align-items:center;padding:16px 0 16px clamp(22px,2.2vw,36px);border-right:0}.tools-home .deal-countdown>span{align-self:center;margin:0 4px 0 0;color:#fffc;font-size:14px;line-height:1.2;white-space:nowrap}.tools-home .deal-countdown time{display:grid;justify-items:center;gap:5px}.tools-home .deal-countdown strong{width:46px;min-height:38px;display:grid;place-items:center;border-radius:6px;background:#ffffff21;color:#fff;font-size:20px;line-height:1;letter-spacing:0}.tools-home .deal-countdown em{color:#ffffffd1;font-size:9px;font-style:normal;font-weight:900;line-height:1;letter-spacing:0;text-transform:uppercase}.tools-home .tools-dark-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch;min-height:132px;padding:0 clamp(18px,4.6vw,92px);background:radial-gradient(circle at 12% 0%,rgba(0,94,230,.18),transparent 28%),#061b3a}.tools-home .tools-dark-strip>div{min-height:132px;display:grid;grid-template-columns:54px minmax(0,1fr);grid-template-rows:auto auto;gap:2px 20px;align-items:center;padding:24px clamp(20px,2.2vw,42px);border-right:1px solid rgba(255,255,255,.2)}.tools-home .tools-dark-strip>div:last-child{border-right:0}.tools-home .tools-dark-strip svg.strip-icon{grid-row:1 / span 2;width:46px;height:46px;color:#0878ff;stroke-width:2.25}@media(max-width:1180px){.tools-home .deals-dark-strip{grid-template-columns:repeat(2,minmax(0,1fr));padding:0 22px}.tools-home .deals-dark-strip>div:not(.deal-countdown){padding-left:0}.tools-home .deals-dark-strip>div:not(.deal-countdown):nth-child(2n){border-right:0;padding-left:22px}.tools-home .deal-countdown{grid-column:1 / -1;justify-content:end;border-top:1px solid rgba(255,255,255,.2)}.tools-home .tools-dark-strip{grid-template-columns:repeat(3,minmax(0,1fr));padding:0 22px}}@media(max-width:780px){.tools-home .tools-category-card{min-height:360px}.tools-home .tools-category-card img{height:72%}.tools-home .tools-category-card:after{inset:72% 0 0}.tools-home .tools-category-card[data-category=tool-storage] img,.tools-home .tools-category-card[data-category=accessories] img{object-position:center top}.tools-home .hero-trust-strip{width:calc(100% - var(--hero-edge) * 2);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.tools-home .hero-trust-strip div{min-height:40px;grid-template-columns:30px minmax(0,1fr);column-gap:8px;padding-right:0;margin-right:0;border-right:0}.tools-home .hero-trust-strip svg.trust-icon{width:28px;height:28px}.tools-home .hero-trust-strip span,.tools-home .hero-trust-strip strong{font-size:11px;white-space:normal}.tools-home .hero-category-strip{grid-template-columns:repeat(2,minmax(0,1fr));min-height:auto}.tools-home .hero-category-strip a{min-height:104px;grid-template-columns:40px minmax(0,1fr);gap:12px;padding:16px 10px}.tools-home .hero-category-strip svg.strip-icon{width:38px;height:38px}.tools-home .deals-dark-strip,.tools-home .tools-dark-strip{grid-template-columns:repeat(2,minmax(0,1fr));padding:0 14px}.tools-home .deals-dark-strip>div:not(.deal-countdown),.tools-home .tools-dark-strip>div{min-height:104px;grid-template-columns:38px minmax(0,1fr);gap:2px 12px;padding:16px 12px}.tools-home .deals-dark-strip>div:not(.deal-countdown):nth-child(2n),.tools-home .tools-dark-strip>div:nth-child(2n){border-right:0}.tools-home .deals-dark-strip svg.strip-icon,.tools-home .tools-dark-strip svg.strip-icon{width:36px;height:36px}.tools-home .deal-countdown{grid-column:1 / -1;grid-template-columns:1fr repeat(4,minmax(42px,1fr));gap:0 7px;justify-content:stretch;min-height:92px;padding:14px 0}.tools-home .deal-countdown>span{font-size:13px}.tools-home .deal-countdown strong{width:100%;min-height:36px;font-size:18px}}@media(max-width:520px){.tools-home .hero-trust-strip{grid-template-columns:repeat(3,minmax(0,1fr));bottom:18px}.tools-home .hero-trust-strip div{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.tools-home .hero-trust-strip span,.tools-home .hero-trust-strip strong{font-size:10px}.tools-home .deal-countdown{grid-template-columns:1fr repeat(4,minmax(34px,1fr));gap:0 5px}.tools-home .deal-countdown>span{white-space:normal}.tools-home .deal-countdown strong{min-height:34px;font-size:16px}.tools-home .deal-countdown em{font-size:8px}}@media(max-width:1280px)and (min-width:1181px){.header-main{min-height:80px;padding-inline:clamp(22px,2.4vw,38px);gap:clamp(12px,1.6vw,22px)}.brand-logo-img{width:clamp(142px,11.5vw,164px)}.main-nav{gap:clamp(8px,1vw,15px);font-size:13px}.nav-trigger,.main-nav>a{gap:4px}.header-actions{gap:7px}.header-tool,.mobile-menu-button{width:40px;height:40px}}@media(max-width:1180px){.header-main{position:relative;min-height:68px;grid-template-columns:42px minmax(0,1fr) auto;gap:clamp(8px,1.7vw,14px);padding-inline:clamp(14px,3vw,30px)}.tools-main-nav,.main-nav,.desktop-tool{display:none}.mobile-menu-button,.mobile-search-tool{display:inline-grid}.header-main>.brand-mark{position:absolute;z-index:1;left:50%;justify-self:auto;transform:translate(-50%)}.header-main>.mobile-menu-button{grid-column:1;justify-self:start}.header-main>.header-actions{grid-column:3;justify-self:end}.mobile-menu-button,.header-actions{z-index:2}.brand-logo-img{width:clamp(118px,17vw,148px)}.header-actions{min-width:88px;gap:6px}.header-tool,.mobile-menu-button{width:40px;height:40px}}@media(max-width:1020px){.tools-home{--home-edge: clamp(24px, 5vw, 46px);--hero-edge: var(--home-edge)}.tools-home .tools-hero{height:auto;min-height:0;display:grid;grid-template-columns:minmax(0,1fr);align-items:start;background:#f6f9fd}.tools-home .tools-hero>img{content:url(../img/tools/hero-tools-tablet.webp);position:relative;inset:auto;order:3;width:100%;height:clamp(310px,39vw,390px);object-fit:cover;object-position:center center;transform:none!important}.tools-home .hero-shade{display:none}.tools-home .hero-content{order:1;width:min(660px,calc(100% - var(--hero-edge) * 2));margin:0;padding:clamp(46px,6vw,66px) var(--hero-edge) clamp(20px,3vw,30px)}.tools-home .hero-content h1{max-width:650px;font-size:clamp(46px,6.7vw,64px);line-height:1.02}.tools-home .hero-copy{max-width:480px;margin:20px 0 24px;font-size:clamp(17px,2.3vw,21px);line-height:1.45}.tools-home .hero-actions{width:min(100%,468px);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.tools-home .hero-actions .pill-btn{width:100%;min-width:0;min-height:52px;padding-inline:14px;justify-content:center;text-align:center;white-space:nowrap}.tools-home .hero-trust-strip{position:relative;z-index:2;order:2;left:auto;right:auto;bottom:auto;width:calc(100% - var(--hero-edge) * 2);margin:0 var(--hero-edge) 20px;padding:13px 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border-top:1px solid rgba(6,27,58,.12);border-bottom:1px solid rgba(6,27,58,.12)}.tools-home .hero-trust-strip div{min-height:48px;display:grid;grid-template-columns:32px minmax(0,1fr);grid-template-rows:auto auto;column-gap:10px;align-items:center;padding:0 clamp(12px,2.2vw,20px);margin:0;border-right:1px solid rgba(6,27,58,.13)}.tools-home .hero-trust-strip div:last-child{border-right:0}.tools-home .hero-trust-strip svg.trust-icon{grid-row:1 / span 2;width:30px;height:30px;color:#061b3a}.tools-home .hero-trust-strip span,.tools-home .hero-trust-strip strong{font-size:clamp(10px,1.45vw,12px);line-height:1.12;white-space:normal}.tools-home .hero-category-strip{padding-inline:var(--home-edge)}}@media(max-width:700px){.header-main{min-height:64px;grid-template-columns:38px minmax(0,1fr) auto;padding-inline:clamp(12px,3.4vw,20px);gap:6px}.brand-logo-img{width:clamp(106px,29vw,126px)}.header-actions{min-width:80px;gap:4px}.header-tool,.mobile-menu-button{width:38px;height:38px}.header-tool span{top:1px;right:0}}@media(max-width:520px){.tools-home{--home-edge: clamp(15px, 4.6vw, 22px);--hero-edge: var(--home-edge)}.tools-home .tools-hero>img{content:url(../img/tools/hero-tools-mobile.webp);height:clamp(250px,73vw,330px);object-position:center bottom}.tools-home .hero-content{width:100%;display:flex;flex-direction:column;align-items:center;padding:clamp(34px,9vw,46px) var(--hero-edge) 18px;text-align:center}.tools-home .hero-content h1{max-width:410px;margin-right:auto;margin-left:auto;font-size:clamp(38px,11vw,50px)}.tools-home .hero-copy{max-width:380px;margin:16px auto 18px;font-size:16px}.tools-home .hero-actions{width:100%;max-width:430px;margin-right:auto;margin-left:auto;gap:10px}.tools-home .hero-actions .pill-btn{min-height:50px;font-size:14px}.tools-home .hero-trust-strip{width:calc(100% - var(--hero-edge) * 2);margin:0 var(--hero-edge) 16px;padding:10px 0}.tools-home .hero-trust-strip div{min-height:70px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:9px 8px;text-align:center}.tools-home .hero-trust-strip svg.trust-icon{width:25px;height:25px}.tools-home .hero-trust-strip span,.tools-home .hero-trust-strip strong{font-size:10.5px;line-height:1.12}.tools-home .hero-category-strip{grid-template-columns:repeat(2,minmax(0,1fr));padding-inline:var(--home-edge)}.tools-home .hero-category-strip a{min-height:98px}.tools-home .deals-dark-strip{overflow:hidden}.tools-home .deals-dark-strip>div:not(.deal-countdown){min-width:0;grid-template-columns:1fr;justify-items:center;text-align:center;padding:14px 10px}.tools-home .deals-dark-strip>div:not(.deal-countdown)+div:not(.deal-countdown){padding-left:10px}.tools-home .deals-dark-strip svg.strip-icon{grid-row:auto}.tools-home .deals-dark-strip>div:not(.deal-countdown) strong,.tools-home .deals-dark-strip>div:not(.deal-countdown) span{max-width:100%;overflow-wrap:anywhere}}@media(max-width:430px){.tools-home .hero-actions{grid-template-columns:1fr;max-width:280px}.tools-home .hero-actions .pill-btn{justify-content:center}.tools-home .hero-trust-strip span,.tools-home .hero-trust-strip strong{font-size:10px}.tools-home .hero-category-strip a{min-height:92px;grid-template-columns:34px minmax(0,1fr);gap:9px;padding:13px 8px}.tools-home .hero-category-strip svg.strip-icon{width:32px;height:32px}}@media(max-width:360px){.header-main{grid-template-columns:36px minmax(0,1fr) auto;padding-inline:10px}.brand-logo-img{width:102px}.header-actions{min-width:72px}.header-tool,.mobile-menu-button{width:36px;height:36px}}.footer-company,.footer-col{min-width:0}.footer-company p,.footer-col h3,.footer-col span,.footer-col a{min-width:0;overflow-wrap:anywhere}@media(max-width:1180px){.footer-main{grid-template-columns:minmax(0,1.25fr) repeat(2,minmax(0,1fr));gap:30px 26px}}@media(max-width:780px){.footer-main{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-company{grid-column:1 / -1}.footer-payments{flex-wrap:wrap;gap:16px}}@media(max-width:520px){.footer-main{grid-template-columns:1fr}.footer-company{grid-column:auto}}.product-detail{grid-template-columns:minmax(0,1.02fr) minmax(390px,.7fr);gap:clamp(24px,3vw,44px)}.product-detail .gallery{grid-template-columns:minmax(0,1fr);gap:14px}.product-detail .main-photo{min-height:clamp(500px,35vw,640px)}.product-detail .thumbs{display:grid;grid-auto-flow:column;grid-auto-columns:clamp(86px,7.2vw,118px);grid-template-columns:none;justify-content:start;gap:10px;max-height:none;overflow-x:auto;overflow-y:hidden;padding:0 2px 6px;scrollbar-width:thin}.product-detail .thumbs button{min-height:0;aspect-ratio:1;border-radius:6px}.product-detail .thumbs img{object-fit:contain;padding:8px}.product-info{gap:11px}.quantity{grid-template-columns:minmax(126px,148px) minmax(154px,1fr) minmax(122px,.76fr);gap:10px;margin-top:4px;align-items:stretch}.qty-stepper{height:48px;display:grid;grid-template-columns:40px minmax(42px,1fr) 40px;overflow:hidden;border:1px solid var(--line);border-radius:6px;background:var(--white)}.qty-stepper button,.qty-stepper span{width:auto;height:100%;min-height:0;display:grid;place-items:center;border:0;border-radius:0;background:transparent;color:var(--ink);font-weight:900}.qty-stepper button{transition:background .16s ease,color .16s ease}.qty-stepper button:hover{background:#edf4ff;color:var(--orange)}.qty-stepper span{border-inline:1px solid var(--line)}.qty-stepper svg{width:17px;height:17px}.quantity .dark-btn,.quantity .green-btn{min-height:48px;padding-inline:13px}.quantity .dark-btn{display:inline-flex;gap:8px}.quantity .dark-btn svg{width:18px;height:18px}.quantity .dark-btn span{height:auto;display:inline;border:0;background:transparent;color:inherit;font:inherit}.pdp-trust-bar{margin-top:2px;display:flex;flex-wrap:wrap;gap:6px 12px;align-items:center;padding:9px 11px;border-radius:6px;background:#f7faff}.pdp-trust-bar div{min-height:0;display:inline-grid;grid-template-columns:17px auto;gap:6px;align-items:center;padding:0;border:0}.pdp-trust-bar svg{grid-row:auto;width:16px;height:16px;color:var(--orange)}.pdp-trust-bar strong{color:var(--ink);font-size:11px;line-height:1.1;white-space:nowrap}.pdp-trust-bar span{display:none}@media(max-width:1240px){.product-detail{grid-template-columns:minmax(0,1fr)}.product-detail .main-photo{min-height:clamp(420px,54vw,600px)}.product-info{max-width:760px}}@media(max-width:780px){.product-detail .main-photo{height:clamp(285px,72vw,430px);min-height:0}.product-detail .thumbs{grid-auto-columns:clamp(64px,18vw,82px)}.quantity{grid-template-columns:minmax(118px,.68fr) minmax(0,1fr)}.quantity .dark-btn{grid-column:auto}.quantity .green-btn{grid-column:1 / -1}.pdp-trust-bar{order:2}.swatches,.sizes{order:3}.pdp-trust-bar{gap:7px 10px;padding:8px 10px}}@media(max-width:480px){.quantity{grid-template-columns:1fr}.qty-stepper{width:min(100%,150px)}.quantity .dark-btn,.quantity .green-btn{grid-column:auto;width:100%}.pdp-trust-bar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;align-items:center;padding:8px 6px}.pdp-trust-bar div{min-width:0;grid-template-columns:14px minmax(0,auto);justify-content:center;gap:4px;padding:0 4px;border-right:1px solid var(--line)}.pdp-trust-bar div:last-child{border-right:0}.pdp-trust-bar svg{width:14px;height:14px}.pdp-trust-bar strong{font-size:9.5px;line-height:1.05;white-space:normal}}.catalog-tools{min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:24px;padding-bottom:14px;border-bottom:1px solid rgba(216,226,240,.9)}.catalog-tools [data-product-count]{color:var(--text-soft);font-size:13px;font-weight:800;line-height:1;letter-spacing:0;white-space:nowrap}.catalog-tool-right{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:0}.sort-control{min-width:0;display:inline-flex;align-items:center;gap:9px;color:var(--text-soft);font-size:13px;font-weight:700;white-space:nowrap}.sort-control strong{display:inline;color:inherit;font-size:inherit;font-weight:700}.sort-control select{min-width:168px;min-height:40px;border-color:#d8e2f0;padding-inline:12px 34px;color:var(--ink);font-size:13px;font-weight:800;box-shadow:none}.view-buttons{display:none!important}@media(max-width:780px){.catalog-tools{display:flex;gap:10px;margin-bottom:18px;padding-bottom:12px}.catalog-tools [data-product-count]{font-size:12px}.catalog-tool-right{flex:1;justify-content:flex-end}.sort-control{flex:0 1 220px;justify-content:flex-end;gap:7px}.sort-control strong{display:inline}.sort-control select{width:auto;min-width:136px;min-height:38px;font-size:12px}.mobile-filter-button{flex:0 0 40px;width:40px;height:40px}}@media(max-width:430px){.catalog-tool-right{gap:8px}.sort-control{flex:0 1 auto;flex-direction:row;align-items:center;gap:6px}.sort-control select{min-width:128px}}.mobile-account-links{display:flex;justify-content:flex-start;padding-top:8px}.mobile-menu-primary .mobile-account-links a{width:48px;min-height:48px;height:48px;display:grid;place-items:center;justify-content:center;padding:0;border-radius:6px}.mobile-menu-primary .mobile-account-links a svg{width:20px;height:20px}.price-range{--price-thumb-size: 20px;--price-track-height: 4px;position:relative;height:38px;margin:14px 0 4px;overflow:visible;touch-action:none}.price-range:before{top:calc((38px - var(--price-track-height)) / 2);left:calc(var(--price-thumb-size) / 2);right:calc(var(--price-thumb-size) / 2);height:var(--price-track-height);transition:background .12s linear}.price-range input{top:0;bottom:auto;left:calc(var(--price-thumb-size) / 2);right:auto;width:calc(100% - var(--price-thumb-size));height:38px;box-sizing:border-box;padding:0;overflow:visible;-webkit-appearance:none;appearance:none;cursor:pointer;pointer-events:none}.price-range input::-webkit-slider-runnable-track{height:var(--price-track-height);border:0;border-radius:999px;background:transparent}.price-range input::-webkit-slider-thumb{width:var(--price-thumb-size);height:var(--price-thumb-size);margin-top:calc((var(--price-track-height) - var(--price-thumb-size)) / 2);border:3px solid var(--orange);border-radius:50%;background:var(--white);box-shadow:0 4px 12px #061b3a29;cursor:grab;pointer-events:auto;transition:box-shadow .14s ease,transform .14s ease}.price-range input::-moz-range-track{height:var(--price-track-height);border:0;border-radius:999px;background:transparent}.price-range input::-moz-range-thumb{width:var(--price-thumb-size);height:var(--price-thumb-size);border:3px solid var(--orange);border-radius:50%;background:var(--white);box-shadow:0 4px 12px #061b3a29;cursor:grab;pointer-events:auto;transition:box-shadow .14s ease,transform .14s ease}.price-range input:active::-webkit-slider-thumb{cursor:grabbing;transform:scale(1.06);box-shadow:0 6px 16px #005ee638}.price-range input:active::-moz-range-thumb{cursor:grabbing;transform:scale(1.06);box-shadow:0 6px 16px #005ee638}.price-range input:focus-visible::-webkit-slider-thumb{outline:3px solid rgba(0,94,230,.22);outline-offset:3px}.price-range input:focus-visible::-moz-range-thumb{outline:3px solid rgba(0,94,230,.22);outline-offset:3px}.tools-home .tools-section-head,.tools-home .section-head{gap:clamp(34px,5vw,92px)}.tools-home .tools-section-head>div:first-child,.tools-home .section-head>div:first-child{flex:1 1 min(760px,100%);max-width:880px}.tools-home .tools-section-head p:not(.eyebrow),.tools-home .section-head p:not(.eyebrow){max-width:760px;line-height:1.42}.tools-home .tools-deals-section{grid-template-columns:minmax(380px,520px) minmax(0,1fr);gap:clamp(34px,4.4vw,64px)}.tools-home .tools-deals-copy{max-width:520px}.tools-home .tools-deals-copy p:not(.eyebrow){max-width:500px;line-height:1.42}.tools-home .tools-centered-head{max-width:min(100%,1060px)}.tools-home .tools-centered-head>p{max-width:820px;margin-left:auto;margin-right:auto;line-height:1.42}.tools-home .featured-products-block .section-head>div:first-child{flex-basis:min(820px,100%);max-width:900px}.tools-home .featured-intro{max-width:800px}@media(max-width:1240px){.tools-home .tools-deals-section{grid-template-columns:1fr}.tools-home .tools-deals-copy{max-width:780px}.tools-home .tools-deals-copy p:not(.eyebrow){max-width:680px}.tools-home .featured-products-block .section-head{flex-wrap:wrap;align-items:flex-start}.tools-home .featured-products-block .section-head>div:first-child{flex:1 1 100%;max-width:780px}.tools-home .featured-products-block .carousel-controls{margin-left:auto}}@media(max-width:780px){.tools-home .tools-section-head,.tools-home .section-head{gap:18px}.tools-home .tools-section-head>div:first-child,.tools-home .section-head>div:first-child,.tools-home .featured-products-block .section-head>div:first-child,.tools-home .tools-deals-copy,.tools-home .tools-centered-head,.tools-home .tools-centered-head>p{max-width:none}.tools-home .tools-section-head p:not(.eyebrow),.tools-home .section-head p:not(.eyebrow),.tools-home .tools-deals-copy p:not(.eyebrow),.tools-home .tools-centered-head>p{max-width:100%}}.tools-home .asset-icon{background:none!important;-webkit-mask:none!important;mask:none!important;object-fit:contain}.tools-home .hero-category-strip img.strip-icon{grid-row:span 2;width:58px;height:58px;padding:9px;border-radius:14px;background:#0078ff1f!important;box-shadow:inset 0 0 0 1px #0078ff2e}.tools-home .hero-category-strip a:hover img.strip-icon{background:#0078ff2e!important}@media(min-width:1021px){.tools-home .hero-content{margin-top:clamp(82px,10.5svh,112px)}.tools-home .hero-trust-strip{bottom:clamp(38px,5.8vw,62px)}}@media(max-width:1020px){.tools-home .hero-content{margin-top:0}.tools-home .hero-content{padding-bottom:clamp(38px,5vw,52px)}.tools-home .hero-trust-strip{margin-top:0}}@media(max-width:780px){.tools-home .hero-category-strip img.strip-icon{width:42px;height:42px;padding:7px;border-radius:11px}}@media(max-width:520px){.tools-home .hero-content{padding-bottom:30px}.tools-home .hero-category-strip img.strip-icon{width:38px;height:38px;padding:6px}}@media(max-width:430px){.tools-home .hero-content{padding-bottom:32px}.tools-home .hero-category-strip img.strip-icon{width:34px;height:34px;padding:5px;border-radius:9px}}.category-mega-menu{grid-template-columns:repeat(3,minmax(170px,1fr))}.category-mega-menu .mega-intro{display:none}.brands-mega-menu{grid-template-columns:minmax(0,1fr)}.tools-home .hero-category-strip a,.tools-home .tools-dark-strip>div,.tools-home .deals-dark-strip>div:not(.deal-countdown){align-items:center}.tools-home .hero-category-strip a>span,.tools-home .tools-dark-strip>div>span,.tools-home .deals-dark-strip>div:not(.deal-countdown)>span{align-self:center}.tools-home .hero-category-strip a>span{display:grid;align-content:center;gap:3px;min-height:58px}.tools-home .hero-category-strip strong,.tools-home .hero-category-strip em{line-height:1.16}@media(min-width:1021px){.tools-home .hero-trust-strip{bottom:clamp(26px,4.3vw,48px)}.tools-home .hero-content{margin-top:clamp(70px,9svh,98px)}}@media(max-width:1020px){.tools-home .hero-content{padding-bottom:clamp(50px,6.2vw,66px)}}.tools-home .tools-category-card{padding:0 24px 28px;align-content:end}.tools-home .tools-category-card img{height:62%;padding:0!important}.tools-home .tools-category-card:after{inset:58% 0 0;background:linear-gradient(180deg,#fff0,#fffffff5 20%,#fff 40%)}.tools-home .tools-category-card .category-icon-badge{margin-bottom:12px}.tools-home .tools-category-card strong{max-width:100%;hyphens:none;overflow-wrap:normal;word-break:normal}.product-media img{padding:0!important}.product-card{grid-template-rows:auto auto auto auto}.product-card .card-rating,.product-card .rating{display:none!important}.quick-actions button.is-active,.quick-actions button[aria-pressed=true]{color:var(--orange);background:#005ee61a}.tools-home .featured-products-block .carousel-controls button{border-color:#c7d3e4;background:#fff;color:var(--ink)}.tools-home .featured-products-block .carousel-controls button:not(:disabled):not([aria-disabled=true]):hover{border-color:var(--orange);background:var(--orange);color:#fff}.carousel-controls button:disabled,.carousel-controls button[aria-disabled=true]{border-color:#d5deeb;background:#fff;color:#a9b6c8;cursor:default;opacity:.72}.carousel-controls button:disabled:hover,.carousel-controls button[aria-disabled=true]:hover{border-color:#d5deeb;background:#fff;color:#a9b6c8}.tools-home .tools-dark-strip{grid-template-columns:repeat(5,minmax(150px,1fr));gap:0;padding-left:clamp(22px,3vw,52px);padding-right:clamp(22px,3vw,52px)}.tools-home .tools-dark-strip>div{grid-template-columns:42px minmax(0,1fr);gap:0 14px;padding-left:clamp(14px,1.4vw,24px);padding-right:clamp(14px,1.4vw,24px)}.tools-home .tools-dark-strip svg.strip-icon,.tools-home .tools-dark-strip img.strip-icon{width:38px;height:38px}.tools-home .tools-dark-strip strong{font-size:clamp(13px,.92vw,15px);line-height:1.08}.tools-home .tools-dark-strip span{margin-top:2px;font-size:clamp(11px,.78vw,13px);line-height:1.18}.tools-home .tools-support-section{margin-bottom:0}@media(max-width:1180px){.tools-home .tools-dark-strip{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:780px){.category-mega-menu{grid-template-columns:1fr}.tools-home .tools-category-card{padding:0 16px 22px}.tools-home .tools-category-card img{height:58%}.tools-home .tools-category-card:after{inset:54% 0 0}.tools-home .tools-dark-strip{grid-template-columns:repeat(2,minmax(0,1fr));padding-left:14px;padding-right:14px}.tools-home .tools-dark-strip>div{min-height:92px;grid-template-columns:34px minmax(0,1fr);gap:0 10px;padding:14px 10px}}@media(max-width:430px){.tools-home .hero-content{padding-bottom:44px}.tools-home .hero-category-strip a>span{min-height:40px}}.product-page .product-detail{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.product-page .main-photo{border:0;border-radius:0;background:transparent}.product-page .main-photo img,.product-page .thumbs img,.product-card .product-media img,.product-media img{padding:0!important}.product-page .main-photo img{max-height:none}.product-page .thumbs button{border-color:#d9e2ef;background:#f7faff}.product-page .thumbs button.is-active{border-color:var(--orange);box-shadow:0 0 0 2px #005ee61f}.product-page .pdp-trust-bar{min-height:48px;gap:8px 15px;padding:12px 14px;border-radius:7px;background:#f4f8ff}.product-page .pdp-trust-bar div{grid-template-columns:19px auto;gap:7px}.product-page .pdp-trust-bar svg{width:18px;height:18px}.product-page .pdp-trust-bar strong{font-size:12px;line-height:1.12}.included-grid article i{width:30px;height:30px;color:var(--orange)}@media(max-width:780px){.product-page .product-detail{padding:0}}@media(max-width:480px){.product-page .pdp-trust-bar{min-height:54px;padding:10px 8px}.product-page .pdp-trust-bar div{grid-template-columns:16px minmax(0,auto);gap:5px}.product-page .pdp-trust-bar svg{width:16px;height:16px}.product-page .pdp-trust-bar strong{font-size:10.5px}}.info-page .info-hero{display:grid;grid-template-columns:minmax(0,1fr);justify-content:start;align-items:start;gap:10px;max-width:880px;padding-bottom:clamp(28px,4vw,48px)}.info-page .info-hero .eyebrow{width:fit-content;margin:0;white-space:nowrap}.info-page .info-hero h1{max-width:820px;margin:0;font-size:56px;line-height:1.04;text-wrap:balance}.info-page .info-hero>p:not(.eyebrow){max-width:760px;margin:2px 0 0;font-size:18px;line-height:1.58;text-wrap:pretty}.info-page .info-band{gap:clamp(28px,4vw,54px);margin-top:0}.info-page .info-band>div{min-width:0}.info-page .info-band h2,.info-page .business-section-head h2,.info-page .business-cta h2{max-width:760px;margin-bottom:10px;font-size:34px;line-height:1.14;text-wrap:balance}.info-page .info-band p,.info-page .business-section-head,.info-page .business-grid p,.info-page .business-steps p,.info-page .about-values p,.info-page .business-cta p{line-height:1.55}.info-page .business-section-head{max-width:760px}.info-page .business-grid article,.info-page .business-steps article,.info-page .about-values article,.info-page .about-stats article{min-width:0}.info-page .business-grid h3,.info-page .business-steps h3,.info-page .about-values h3{line-height:1.18;text-wrap:balance}.info-page .business-cta{margin-top:clamp(32px,4vw,56px)}@media(max-width:900px){.info-page .info-hero{max-width:100%}.info-page .info-hero h1{font-size:42px}}@media(max-width:560px){.info-page .info-hero{gap:9px;padding-bottom:28px}.info-page .info-hero h1{font-size:34px;line-height:1.08}.info-page .info-hero>p:not(.eyebrow){font-size:16px;line-height:1.5}.info-page .info-band h2,.info-page .business-section-head h2,.info-page .business-cta h2{font-size:28px}}.checkout-summary{display:grid;gap:18px}.checkout-summary h2{margin:0}.checkout-free-shipping{display:grid;gap:10px;padding:14px;border:1px solid #d8e3f2;border-radius:8px;background:#f5f9ff}.checkout-free-shipping[hidden]{display:none}.free-shipping-copy{display:flex;align-items:center;justify-content:space-between;gap:14px;color:var(--text-soft);font-size:13px;font-weight:800}.free-shipping-copy strong{flex:0 0 auto;color:var(--ink);font-size:12px}.free-shipping-track{height:8px;overflow:hidden;border-radius:999px;background:#dce7f6}.free-shipping-track span{display:block;width:var(--free-shipping-progress, 0%);height:100%;border-radius:inherit;background:var(--orange);transition:width .22s ease}.checkout-summary-bottom{display:grid;gap:14px;margin-top:2px;padding-top:18px;border-top:1px solid var(--line)}.checkout-summary-lines{gap:9px;padding-top:0;border-top:0}.checkout-summary-lines div{align-items:center}.checkout-summary-lines strong{color:var(--ink)}.checkout-total{margin:0;padding-top:14px;border-top:1px solid var(--line);align-items:baseline;font-size:20px}.checkout-total strong{font-size:24px}.checkout-summary-actions{display:grid;gap:10px}.checkout-summary-actions .dark-btn,.checkout-summary-actions .green-btn{width:100%;justify-content:center}.checkout-summary-actions p{margin:0;color:var(--text-soft);font-size:12px;line-height:1.45}.checkout-summary-actions button:disabled{cursor:not-allowed;opacity:.55;box-shadow:none}.checkout-option-list em{color:var(--ink);font-style:normal;font-weight:900;white-space:nowrap}@media(max-width:780px){.checkout-summary{gap:16px;padding:22px}.free-shipping-copy{align-items:flex-start;flex-direction:column;gap:4px}}.category-mega-menu .mega-link-group span{color:#061b3a;font-size:15px;font-weight:950;letter-spacing:.035em;line-height:1.15}.category-mega-menu .mega-link-group a{font-size:14px}.section-arrows button:first-child,.carousel-controls button:first-child,.carousel-controls [data-carousel-prev]{border-color:#c7d3e4;background:#fff;color:var(--ink)}.section-arrows button:first-child:hover,.carousel-controls button:first-child:not(:disabled):not([aria-disabled=true]):hover,.carousel-controls [data-carousel-prev]:not(:disabled):not([aria-disabled=true]):hover{border-color:#8da0ba;background:#f6f9fd;color:var(--ink)}.tools-home .featured-products-block .carousel-controls [data-carousel-next]:disabled,.tools-home .featured-products-block .carousel-controls [data-carousel-next][aria-disabled=true],.tools-home .featured-products-block .carousel-controls [data-carousel-prev]:disabled,.tools-home .featured-products-block .carousel-controls [data-carousel-prev][aria-disabled=true]{border-color:#d5deeb;background:#fff;color:#a9b6c8}.tools-home .tools-category-card{min-height:clamp(390px,32vw,500px);display:grid;grid-template-rows:1fr auto auto auto;align-content:end;gap:10px;padding:0 24px 26px;isolation:isolate}.tools-home .tools-category-card img{inset:0;width:100%;height:60%;object-fit:cover;object-position:center;z-index:0}.tools-home .tools-category-card[data-category] img{object-position:center}.tools-home .tools-category-card:after{inset:52% 0 0;z-index:1;background:linear-gradient(180deg,#fff0,#fffffff7 18%,#fff 36%)}.tools-home .tools-category-card .category-icon-badge{grid-row:2;width:58px;height:58px;margin:0 0 2px;align-self:end;z-index:2}.tools-home .tools-category-card .category-card-icon{width:28px;height:28px}.tools-home .tools-category-card strong,.tools-home .tools-category-card em{z-index:2}.tools-home .tools-category-card strong{grid-row:3;max-width:100%;min-height:2.25em;display:flex;align-items:flex-end;color:#061b3a;font-size:clamp(20px,1.35vw,26px);line-height:1.12}.tools-home .tools-category-card em{grid-row:4;margin-top:2px}.quick-actions button.is-active,.quick-actions button[aria-pressed=true]{border-color:#f7801e57;background:#f7801e1f;color:var(--orange)}.quick-actions button.is-active svg,.quick-actions button[aria-pressed=true] svg{fill:currentColor;stroke:currentColor}@media(max-width:760px){.category-mega-menu .mega-link-group span{font-size:14px}.tools-home .tools-category-card{min-height:330px;padding:0 16px 18px;gap:8px}.tools-home .tools-category-card img{height:50%}.tools-home .tools-category-card:after{inset:44% 0 0}.tools-home .tools-category-card .category-icon-badge{width:48px;height:48px}.tools-home .tools-category-card .category-card-icon{width:23px;height:23px}.tools-home .tools-category-card strong{font-size:18px}}.site-overlay[data-overlay=cart] .drawer{display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:18px;overflow:hidden;padding-bottom:0}.site-overlay[data-overlay=cart] .panel-head{margin-bottom:0}.site-overlay[data-overlay=cart] .cart-items{min-height:0;align-content:start;grid-auto-rows:max-content;overflow:auto;padding-right:4px;padding-bottom:8px}.site-overlay[data-overlay=cart] .cart-item{width:100%;align-self:start}.cart-summary-panel{display:grid;gap:14px;margin:0 -26px;padding:16px 26px 22px;border-top:1px solid var(--line);background:#fff;box-shadow:0 -18px 38px #061b3a14}.cart-free-shipping{padding:12px;background:#f6f9fd}.cart-summary-lines{display:grid;gap:8px}.cart-summary-lines div{display:flex;align-items:center;justify-content:space-between;gap:14px;color:var(--text-soft);font-size:13px;font-weight:800}.cart-summary-lines strong{color:var(--ink)}.site-overlay[data-overlay=cart] .cart-total{margin:0;padding-top:13px;border-top:1px solid var(--line);align-items:baseline}.site-overlay[data-overlay=cart] .cart-total strong{font-size:22px}.site-overlay[data-overlay=cart] .checkout-actions{gap:10px}.site-overlay[data-overlay=cart] .checkout-actions .dark-btn,.site-overlay[data-overlay=cart] .checkout-actions .green-btn{width:100%;justify-content:center}.site-overlay[data-overlay=cart] [data-cart-checkout].is-disabled{opacity:.55}.checkout-hero:empty{display:none}@media(max-width:520px){.site-overlay[data-overlay=cart] .drawer{width:100vw;padding:22px 18px 0}.cart-summary-panel{margin-right:-18px;margin-left:-18px;padding-right:18px;padding-left:18px}.site-overlay[data-overlay=cart] .cart-item{grid-template-columns:72px minmax(0,1fr) auto;gap:10px;padding:10px}.site-overlay[data-overlay=cart] .cart-item img{width:72px;height:72px}}.product-page .product-detail{grid-template-columns:minmax(0,1fr) minmax(340px,.66fr);gap:clamp(22px,2.8vw,42px)}.product-page .gallery{min-width:0}.product-page .main-photo{position:relative;width:100%;height:clamp(390px,31vw,540px);min-height:0;max-height:540px;display:grid;place-items:center;overflow:hidden}.product-page .main-photo img{position:absolute;inset:0;display:block;width:100%;height:100%;margin:auto;max-width:100%;max-height:100%;object-fit:contain;object-position:center}.product-page .thumbs{max-width:100%}.product-page .thumbs button{background:#f7faff}.product-page .thumbs img{width:100%;height:100%;object-fit:contain;object-position:center}.product-page .pdp-trust-bar{width:100%;min-height:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(112px,1fr));gap:8px;padding:10px;border:1px solid #d8e3f2;border-radius:8px;background:#f4f8ff}.product-page .pdp-trust-bar div{min-width:0;min-height:64px;display:grid;grid-template-columns:20px minmax(0,1fr);grid-template-rows:auto auto;align-items:center;align-content:center;gap:2px 8px;padding:10px 9px;border:1px solid #dfe8f5;border-radius:7px;background:#fff}.product-page .pdp-trust-bar svg{grid-row:1 / 3;width:19px;height:19px}.product-page .pdp-trust-bar strong{min-width:0;font-size:12px;line-height:1.1;white-space:normal}.product-page .pdp-trust-bar span{display:block;min-width:0;color:var(--text-soft);font-size:10.5px;font-weight:750;line-height:1.18}@media(max-width:1240px){.product-page .product-detail{grid-template-columns:1fr}.product-page .main-photo{height:clamp(360px,54vw,500px);max-height:500px}.product-page .product-info{max-width:760px}}@media(max-width:780px){.product-page .main-photo{height:clamp(270px,68vw,400px);max-height:400px}.product-page .pdp-trust-bar{grid-template-columns:repeat(auto-fit,minmax(104px,1fr));gap:7px;padding:8px}.product-page .pdp-trust-bar div{min-height:58px;grid-template-columns:18px minmax(0,1fr);padding:8px 7px}.product-page .pdp-trust-bar svg{width:17px;height:17px}.product-page .pdp-trust-bar strong{font-size:11px}.product-page .pdp-trust-bar span{font-size:9.5px}}@media(max-width:420px){.product-page .main-photo{height:clamp(238px,76vw,328px);max-height:328px}.product-page .pdp-trust-bar{grid-template-columns:repeat(2,minmax(0,1fr))}}
