*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #25A6E5;--primary-hover: #1e8abf;--primary-glow: rgba(37, 166, 229, .12);--blue: #1e8abf;--navy: #0e1b4d;--purple: #6366f1;--cyan: #06b6d4;--teal: #14b8a6;--charcoal: #1A1A1A;--text: #1e293b;--text-muted: #526070;--outline: #e2e8f0;--surface: #f8fafc;--surface-warm: #faf9f7;--white: #ffffff;--gradient-brand: linear-gradient(135deg, #0066CC 0%, #25A6E5 50%, #06b6d4 100%);--gradient-accent: linear-gradient(135deg, #6366f1 0%, #25A6E5 50%, #06b6d4 100%);--gradient-warm: linear-gradient(135deg, #f8fafc 0%, #eef4ff 50%, #f0fdfa 100%);--gradient-card: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);--page-width: 1200px;--transition: all .3s cubic-bezier(.4, 0, .2, 1);--shadow-sm: 0 1px 3px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.03);--shadow-md: 0 4px 12px rgba(0,0,0,.06), 0 2px 4px rgba(0,0,0,.04);--shadow-lg: 0 12px 32px rgba(0,0,0,.08), 0 4px 8px rgba(0,0,0,.04);--shadow-glow: 0 8px 30px rgba(37,166,229,.15)}html{font-size:16px;-webkit-font-smoothing:antialiased}body{font-family:Roboto,sans-serif;font-weight:400;color:var(--text);background:var(--white);line-height:1.6;overflow-x:hidden}main{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-family:Barlow Semi Condensed,sans-serif;font-weight:600;color:var(--navy);line-height:1.2}a{color:inherit;text-decoration:none;transition:var(--transition)}img{max-width:100%;height:auto;display:block}ul{list-style:none}.page-width{max-width:var(--page-width);margin:0 auto;padding:0 1.5rem}@media(min-width:750px){.page-width{padding:0 2rem}}.utility-bar{background:var(--gradient-brand);padding:10px 1rem}.utility-bar__inner{display:flex;justify-content:center;align-items:center;font-family:JetBrains Mono,monospace;font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:#ffffffe6;font-weight:500;gap:1.5rem;flex-wrap:wrap;text-align:center}@media(min-width:750px){.utility-bar__inner{justify-content:space-between}}.utility-bar__item{display:flex;align-items:center;gap:6px}.utility-bar__item:last-child{display:none}@media(min-width:750px){.utility-bar__item:last-child{display:flex}}.utility-bar__item .material-symbols-outlined{font-size:14px;font-variation-settings:"FILL" 1;color:#fff}.site-header{background:var(--white);position:sticky;top:0;z-index:100;box-shadow:0 1px 12px #0000000a;border-bottom:none}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:96px}.site-header__brand{display:flex;align-items:center;gap:2.5rem}.site-header__logo img{height:76px;width:auto}.site-header__logo-text{font-family:Barlow Semi Condensed,sans-serif;font-weight:700;font-size:2rem;background:var(--gradient-brand);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.site-header__nav{display:none;align-items:center;gap:2rem}@media(min-width:990px){.site-header__nav{display:flex}}.site-header__nav a{font-size:.95rem;color:var(--text-muted);font-weight:400}.site-header__nav a:hover{color:var(--primary)}.site-header__actions{display:flex;align-items:center;gap:1.25rem}.site-header__actions a{color:var(--text-muted);display:flex;align-items:center}.site-header__actions a:hover{color:var(--primary)}.btn-contractor{background:var(--gradient-brand);color:#fff!important;font-family:JetBrains Mono,monospace;font-size:.68rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;padding:11px 20px;border-radius:6px;display:none;box-shadow:0 2px 8px #25a6e533}@media(min-width:990px){.btn-contractor{display:inline-block}}.btn-contractor:hover{transform:translateY(-1px);box-shadow:0 4px 16px #25a6e559}.cart-count{background:var(--primary);color:#fff;font-size:.6rem;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:absolute;top:-4px;right:-6px;font-weight:500}.header-cart{position:relative}.hero{position:relative;min-height:500px;display:flex;align-items:center;background:linear-gradient(135deg,#0e1b4d,#1a3060 30%,#0f2847 70%,#0a1628);overflow:hidden;margin-top:-1px}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0e1b4de0,#0a162899);z-index:1}.hero__content{position:relative;z-index:2;display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;padding:3rem 1.5rem;width:100%;max-width:var(--page-width);margin:0 auto}@media(min-width:750px){.hero__content{grid-template-columns:1.4fr 1fr;padding:5rem 2rem}}.hero__heading{font-size:clamp(2.2rem,4.5vw,3.2rem);color:#fff!important;font-weight:600;letter-spacing:-.02em;line-height:1.08}.hero__text{font-size:1.05rem;color:#ffffffbf;font-weight:300;line-height:1.7;margin-top:1.25rem;max-width:520px}.hero__btn{display:inline-block;background:var(--gradient-brand);color:#fff!important;padding:16px 36px;font-family:JetBrains Mono,monospace;font-size:.7rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;border-radius:6px;margin-top:2rem;box-shadow:0 4px 16px #25a6e540}.hero__btn:hover{transform:translateY(-2px);box-shadow:0 8px 28px #25a6e566}.part-finder{background:var(--white);padding:1.5rem;border-radius:12px;box-shadow:var(--shadow-lg);border:1px solid rgba(255,255,255,.1);margin:0}@media(min-width:750px){.part-finder{padding:2rem}}.part-finder__header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--outline)}.part-finder__header .material-symbols-outlined{color:var(--primary)}.part-finder__title{font-size:1.35rem;color:var(--navy)!important;margin:0}.part-finder label{display:block;font-family:JetBrains Mono,monospace;font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-weight:500;margin-bottom:6px}.part-finder select{width:100%;padding:12px 38px 12px 14px;border:1px solid var(--outline);border-radius:6px;font-family:Roboto,sans-serif;font-size:.95rem;color:var(--text);background:var(--white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='%2364748b' d='M5 6L0 0h10z'/%3E%3C/svg%3E") no-repeat right 14px center;margin-bottom:1.25rem;-webkit-appearance:none;appearance:none;cursor:pointer;transition:var(--transition)}.part-finder select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow)}.part-finder__btn{width:100%;background:var(--gradient-brand);color:#fff;border:none;padding:14px;font-family:JetBrains Mono,monospace;font-size:.7rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border-radius:6px;transition:var(--transition);box-shadow:0 2px 8px #25a6e533}.part-finder__btn:hover{transform:translateY(-1px);box-shadow:0 4px 16px #25a6e559}.trust-banner{background:var(--surface);border-top:1px solid var(--outline);border-bottom:1px solid var(--outline);padding:2.5rem 1.5rem;text-align:center}.trust-banner__label{font-family:JetBrains Mono,monospace;font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);font-weight:500;margin-bottom:1.25rem}.trust-banner__logos{display:flex;align-items:center;justify-content:center;gap:2rem;opacity:.6;transition:all .4s;flex-wrap:wrap}.trust-banner__logos:hover{opacity:1}.trust-banner__logos img{height:28px;width:auto}.segments{padding:5rem 0;background:var(--gradient-warm)}.segments__heading{font-size:1.5rem;color:var(--navy)!important;text-align:center;margin-bottom:2.5rem}.segments__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:750px){.segments__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}.segment-card{border:1px solid var(--outline);background:var(--gradient-card);display:block;position:relative;overflow:hidden;transition:var(--transition);border-radius:12px;box-shadow:var(--shadow-sm)}.segment-card__image{height:180px;overflow:hidden}.segment-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.segment-card:hover .segment-card__image img{transform:scale(1.05)}.segment-card__body{padding:2rem}.segment-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:var(--gradient-brand);opacity:0;transition:opacity .3s}.segment-card:hover{border-color:var(--primary);box-shadow:var(--shadow-glow)}.segment-card:hover:before{opacity:1}.segment-card__title{font-size:1.3rem;color:var(--navy)!important;margin-bottom:.5rem}.segment-card__text{color:var(--text-muted);font-weight:300;font-size:.9rem;line-height:1.6}.segment-card__cta{margin-top:1.5rem;display:inline-flex;align-items:center;gap:6px;font-family:JetBrains Mono,monospace;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:var(--primary);font-weight:500;transition:transform .3s ease}.segment-card:hover .segment-card__cta{transform:translate(6px)}.features{padding:5rem 0;text-align:center;background:var(--white);position:relative}.features:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:80px;height:3px;background:var(--gradient-brand);border-radius:2px}.features__heading{font-size:1.6rem;color:var(--navy)!important;padding-top:1rem}.features__sub{color:var(--text-muted);margin-top:.35rem;font-size:1.05rem}.features__cert{display:none}.features__grid{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-top:2.5rem;text-align:left}@media(min-width:750px){.features__grid{grid-template-columns:1fr 1fr}}.feature-card{border:1px solid var(--outline);border-radius:12px;padding:2.25rem;background:var(--gradient-card);transition:var(--transition);box-shadow:var(--shadow-sm);position:relative;overflow:hidden}.feature-card:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:var(--gradient-accent);opacity:0;transition:opacity .3s}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-glow);border-color:#25a6e533}.feature-card:hover:after{opacity:1}.feature-card__icon{width:48px;height:48px;background:var(--gradient-brand);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.feature-card__icon .material-symbols-outlined{color:#fff;font-variation-settings:"FILL" 1}.feature-card__title{font-size:1.15rem;color:var(--navy)!important;margin-bottom:.5rem}.feature-card__text{color:var(--text-muted);font-size:.9rem;font-weight:300;line-height:1.65}.products-section{padding:4rem 0;background:var(--surface)}.collection-filters{margin-bottom:2rem;padding:1.25rem;background:var(--white);border:1px solid var(--outline);border-radius:8px;box-shadow:var(--shadow-sm)}.collection-filters__form{display:flex;flex-wrap:wrap;gap:1.25rem;align-items:flex-end}.filter-group{display:flex;flex-direction:column;gap:4px}.filter-group__label{font-family:JetBrains Mono,monospace;font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-weight:500}.filter-group__select{padding:9px 32px 9px 12px;border:1px solid var(--outline);border-radius:6px;font-family:Roboto,sans-serif;font-size:.9rem;color:var(--text);background:var(--white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='%2364748b' d='M5 6L0 0h10z'/%3E%3C/svg%3E") no-repeat right 12px center;-webkit-appearance:none;appearance:none;cursor:pointer;transition:var(--transition);min-width:160px}.filter-group__input{padding:9px 12px;border:1px solid var(--outline);border-radius:6px;font-family:Roboto,sans-serif;font-size:.9rem;color:var(--text);transition:var(--transition)}.filter-group__input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow)}.filter-group__btn{padding:9px 14px;background:var(--primary);color:#fff;border:none;border-radius:6px;font-family:JetBrains Mono,monospace;font-size:.68rem;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:var(--transition)}.filter-group__btn:hover{background:var(--primary-hover)}.filter-clear{font-family:JetBrains Mono,monospace;font-size:.7rem;color:var(--text-muted);text-decoration:underline;align-self:center}.filter-clear:hover{color:var(--primary)}.products-section__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--outline)}.products-section__title{font-size:1.35rem;display:flex;align-items:center;gap:.75rem;color:var(--navy)!important}.products-section__title .material-symbols-outlined{color:var(--primary)}.products-section__link{font-family:JetBrains Mono,monospace;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:var(--blue);font-weight:600}.products-section__link:hover{text-decoration:underline;color:var(--blue)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.products-scroll{display:flex;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:1rem;scrollbar-width:thin;scrollbar-color:var(--primary) var(--outline)}.products-scroll::-webkit-scrollbar{height:6px}.products-scroll::-webkit-scrollbar-track{background:var(--outline);border-radius:3px}.products-scroll::-webkit-scrollbar-thumb{background:var(--primary);border-radius:3px}.products-scroll .product-card{min-width:280px;max-width:300px;flex-shrink:0;scroll-snap-align:start}.product-card{border:1px solid var(--outline);border-radius:12px;overflow:hidden;background:var(--white);display:flex;flex-direction:column;transition:var(--transition);box-shadow:var(--shadow-sm)}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.product-card__image{position:relative;height:240px;overflow:hidden}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover .product-card__image img{transform:scale(1.05)}.product-card__badge{position:absolute;top:12px;left:12px;background:var(--gradient-brand);color:#fff;font-family:JetBrains Mono,monospace;font-size:.58rem;letter-spacing:.08em;text-transform:uppercase;padding:5px 10px;border-radius:4px}.product-card__info{padding:1.25rem;flex-grow:1;display:flex;flex-direction:column}.product-card__title{font-size:1rem;color:var(--navy)!important;margin-bottom:.35rem}.product-card__specs{font-family:JetBrains Mono,monospace;font-size:.78rem;color:var(--text-muted);margin-bottom:auto}.product-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--outline)}.product-card__price{font-family:Barlow Semi Condensed,sans-serif;font-size:1.2rem;font-weight:600;color:var(--navy)}.product-card__cart-btn{background:var(--gradient-brand);color:#fff;border:none;padding:9px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:var(--transition)}.product-card__cart-btn:hover{transform:scale(1.05);box-shadow:0 4px 12px #25a6e54d}.site-footer{padding:4rem 0 2rem;background:var(--navy);color:#ffffffb3;position:relative}.site-footer:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:var(--gradient-brand)}.site-footer__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:750px){.site-footer__grid{grid-template-columns:2fr 1fr 1fr 1fr}}.site-footer__brand-text{color:#ffffffd9;font-size:.85rem;margin-top:.75rem;font-weight:300}.site-footer__copyright{font-family:JetBrains Mono,monospace;font-size:.72rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em;margin-top:1rem}.site-footer__col-title{font-family:JetBrains Mono,monospace;font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:#60c0f0;font-weight:500;margin-bottom:1rem}.site-footer__col a{display:block;color:#ffffffd9;font-size:.9rem;padding:4px 0}.site-footer__col a:hover{color:#60c0f0}.site-footer .site-header__logo-text{background:var(--gradient-brand);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.page-section{padding:4rem 0;background:var(--white)}.page-section__title{font-size:2rem;margin-bottom:1.5rem;color:var(--navy)!important}.page-section__content{font-weight:300;line-height:1.8;color:var(--text-muted)}.rte h2{margin-top:2rem;margin-bottom:.75rem}.rte p{margin-bottom:1rem;color:var(--text-muted)}.contact-form{max-width:700px}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-family:JetBrains Mono,monospace;font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-weight:500;margin-bottom:6px}.form-group input,.form-group textarea,.form-group select{width:100%;padding:12px 14px;border:1px solid var(--outline);border-radius:6px;font-family:Roboto,sans-serif;font-size:.95rem;color:var(--text);background:var(--white);transition:var(--transition)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow)}.btn-submit{background:var(--gradient-brand);color:#fff;border:none;padding:14px 28px;font-family:JetBrains Mono,monospace;font-size:.7rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;border-radius:6px;cursor:pointer;transition:var(--transition);box-shadow:0 2px 8px #25a6e533}.btn-submit:hover{transform:translateY(-1px);box-shadow:0 4px 16px #25a6e559}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero__heading{animation:fadeUp .7s ease forwards}.hero__text{animation:fadeUp .7s ease .12s forwards;opacity:0}.hero__btn{animation:fadeUp .7s ease .24s forwards;opacity:0}.part-finder{animation:fadeUp .7s ease .18s forwards;opacity:0}.shopify-policy__container{max-width:760px;margin:0 auto;padding:4rem 1.5rem 5rem}.shopify-policy__title h1{font-size:2rem;color:var(--navy);text-align:left;margin-bottom:2rem}.shopify-policy__body{color:var(--text-muted);line-height:1.75}.shopify-policy__body>:first-child{margin-top:0}.shopify-policy__body h2{font-size:1.15rem;font-weight:600;line-height:1.35;color:var(--navy);margin:2.5rem 0 .6rem;padding-top:1.5rem;border-top:1px solid var(--outline)}.shopify-policy__body h2:first-child{margin-top:0;padding-top:0;border-top:0}.shopify-policy__body h3{font-size:1rem;font-weight:600;color:var(--navy);margin:1.75rem 0 .5rem}.shopify-policy__body p{margin:0 0 1rem;color:var(--text-muted);line-height:1.75}.shopify-policy__body ul,.shopify-policy__body ol{margin:0 0 1rem;padding-left:1.25rem;color:var(--text-muted);line-height:1.75}.shopify-policy__body li{margin-bottom:.4rem}.shopify-policy__body li::marker{color:var(--primary)}.shopify-policy__body a{color:var(--primary);text-decoration:underline;text-underline-offset:2px}.shopify-policy__body a:hover{color:var(--primary-hover)}.shopify-policy__body strong{color:var(--text);font-weight:600}.shopify-policy__body p:empty,.shopify-policy__body p>br:only-child{display:none}@media(max-width:749px){.shopify-policy__container{padding:2.5rem 1.25rem 3rem}.shopify-policy__body h2{font-size:1.05rem}}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}.site-header__brand{gap:.75rem}@media(min-width:990px){.site-header__brand{gap:2rem}}.mobile-menu-toggle{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;flex:0 0 auto;background:none;border:1px solid var(--outline);border-radius:8px;color:var(--text);cursor:pointer;transition:var(--transition)}.mobile-menu-toggle:hover{color:var(--primary);border-color:var(--primary)}.mobile-menu-toggle:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.mobile-menu-toggle .material-symbols-outlined{font-size:22px}@media(min-width:990px){.mobile-menu-toggle{display:none}}.site-header__nav.is-open{display:flex;flex-direction:column;align-items:stretch;gap:0;position:absolute;top:100%;left:0;right:0;background:var(--white);border-top:1px solid var(--outline);box-shadow:var(--shadow-lg);padding:1rem 1.5rem 1.25rem;max-height:calc(100vh - 100%);overflow-y:auto;z-index:90}.site-header__nav.is-open a{padding:.9rem 0;font-size:1rem;color:var(--text);border-bottom:1px solid var(--outline)}.site-header__nav.is-open a:last-child{border-bottom:0}.site-header__nav-pro{display:none}.site-header__nav.is-open .site-header__nav-pro{display:block;margin-top:1rem;text-align:center;background:var(--gradient-brand);color:#fff;border:0;border-radius:6px;padding:.9rem 1rem;font-family:JetBrains Mono,monospace;font-size:.68rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 2px 8px #25a6e533}.search-form{position:relative;align-items:center}.search-form .material-symbols-outlined{position:absolute;left:11px;font-size:18px;color:var(--text-muted);pointer-events:none}.search-form input{width:100%;padding:10px 12px 10px 36px;border:1px solid var(--outline);border-radius:8px;font-family:Roboto,sans-serif;font-size:.9rem;color:var(--text);background:var(--surface);transition:var(--transition)}.search-form input::placeholder{color:var(--text-muted)}.search-form input:focus{outline:none;border-color:var(--primary);background:var(--white);box-shadow:0 0 0 3px var(--primary-glow)}.search-form input::-webkit-search-cancel-button{cursor:pointer}.search-form--header{display:none;width:210px}@media(min-width:990px){.search-form--header{display:flex}}.search-form--header input:focus{width:100%}.search-form--drawer{display:flex;margin-bottom:.5rem}@media(min-width:990px){.search-form--drawer{display:none}}.search-form--page{display:flex;max-width:520px;margin-bottom:2rem}.search-page__count,.search-page__empty,.search-page__hint{color:var(--text-muted);font-weight:300;margin-bottom:1rem}.search-page__empty{font-size:1.05rem;color:var(--text);font-weight:400}.search-page__hint code{font-family:JetBrains Mono,monospace;font-size:.85em;background:var(--surface);border:1px solid var(--outline);border-radius:3px;padding:1px 5px;color:var(--blue)}.search-page__cta{display:inline-block;margin-top:.5rem}.search-page__shortcuts{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1.25rem;margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--outline)}.search-page__shortcuts-label{font-family:JetBrains Mono,monospace;font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.search-page__shortcuts a{color:var(--primary);font-size:.95rem}.search-page__shortcuts a:hover{text-decoration:underline}.pagination{text-align:center;margin-top:3rem}.breadcrumbs{font-family:JetBrains Mono,monospace;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1.5rem}.breadcrumbs a{color:var(--text-muted)}.breadcrumbs a:hover{color:var(--primary)}.breadcrumbs span{margin:0 .45rem}.breadcrumbs span[aria-current]{margin-left:0;color:var(--text)}.product-layout{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:start}@media(min-width:750px){.product-layout{grid-template-columns:1fr 1fr;gap:3rem}}.product-gallery{position:sticky;top:120px}@media(max-width:749px){.product-gallery{position:static}}.product-gallery__main{border:1px solid var(--outline);border-radius:6px;overflow:hidden;background:var(--white)}.product-gallery__main img{display:block;width:100%;height:auto;max-height:560px;object-fit:contain}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(auto-fill,minmax(72px,1fr));gap:.5rem;margin-top:.75rem}.product-gallery__thumb{padding:0;border:1px solid var(--outline);border-radius:4px;background:var(--white);cursor:pointer;overflow:hidden;aspect-ratio:1 / 1;transition:var(--transition)}.product-gallery__thumb img{display:block;width:100%;height:100%;object-fit:cover}.product-gallery__thumb:hover{border-color:var(--primary)}.product-gallery__thumb.is-active{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-glow)}.product-gallery__thumb:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.product-details__title{font-size:2rem;line-height:1.2;margin-bottom:.5rem}.product-details__meta{font-family:JetBrains Mono,monospace;font-size:.75rem;color:var(--text-muted);margin-bottom:1.5rem}.product-details__price{font-family:Barlow Semi Condensed,sans-serif;font-size:2rem;font-weight:600;color:var(--charcoal);margin-bottom:1.5rem;display:flex;align-items:baseline;gap:.6rem}.product-details__price-was{font-size:1rem;color:var(--text-muted);text-decoration:line-through}.product-details__description{margin-bottom:2rem;color:var(--text-muted);font-weight:300;line-height:1.8}.product-details__description p{margin-bottom:.85rem}.product-form__row{margin-bottom:1.25rem}.product-form__label{display:block;font-family:JetBrains Mono,monospace;font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-weight:500;margin-bottom:6px}.product-form__select,.product-form__qty{padding:12px 14px;border:1px solid var(--outline);border-radius:6px;font-family:Roboto,sans-serif;font-size:.95rem;color:var(--text);background:var(--white);transition:var(--transition)}.product-form__select{width:100%}.product-form__qty{width:90px;text-align:center}.product-form__select:focus,.product-form__qty:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow)}.product-form__submit{width:100%;padding:16px}.product-form__submit:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.product-details__trust{display:flex;flex-wrap:wrap;gap:1.25rem;margin-top:1.5rem;font-family:JetBrains Mono,monospace;font-size:.72rem;color:var(--text-muted)}.product-details__trust span{display:flex;align-items:center;gap:5px}.product-details__trust .material-symbols-outlined{font-size:16px;color:var(--primary);font-variation-settings:"FILL" 1}@media(min-width:750px){.site-footer__grid{grid-template-columns:1.8fr repeat(4,1fr)}}.site-footer__address{color:#ffffff80;font-size:.85rem;font-weight:300;margin-top:.75rem}.site-header__inner{gap:1rem}.site-header__brand{min-width:0}.site-header__actions{flex:0 0 auto}@media(min-width:990px){.site-header__nav{gap:1.35rem;flex-wrap:nowrap}.site-header__nav a{white-space:nowrap}}.search-form--header{width:170px}.product-form__fixed-option{margin:0;font-family:Barlow Semi Condensed,sans-serif;font-size:1.05rem;font-weight:600;color:var(--navy)}.social-proof{padding:3rem 0;background:var(--white)}.social-proof__panel{--wm-blue: #0071dc;--wm-star: #f5a623;background:var(--surface);border:1px solid var(--outline);border-radius:16px;padding:2.5rem 1.5rem;text-align:center}@media(min-width:750px){.social-proof__panel{padding:3rem 2.5rem}}.social-proof__eyebrow{font-family:JetBrains Mono,monospace;font-size:.68rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--wm-blue);margin-bottom:.6rem}.social-proof__title{font-family:Barlow Semi Condensed,sans-serif;font-size:1.9rem;font-weight:600;line-height:1.15;color:var(--navy);margin-bottom:.6rem}.social-proof__sub{font-size:1rem;font-weight:300;color:var(--text-muted);line-height:1.6;max-width:620px;margin:0 auto 2rem}.social-proof__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.75rem}@media(min-width:750px){.social-proof__stats{grid-template-columns:repeat(4,1fr)}}.social-proof__stat{background:var(--white);border:1px solid var(--outline);border-radius:12px;padding:1.15rem .7rem;display:flex;flex-direction:column;gap:.35rem;align-items:center}.social-proof__stat-value{font-family:Barlow Semi Condensed,sans-serif;font-size:1.5rem;font-weight:600;line-height:1;color:var(--navy);white-space:nowrap}.social-proof__star{color:var(--wm-star);margin-left:2px}.social-proof__stat-label{font-size:.78rem;color:var(--text-muted);line-height:1.35;font-weight:300}.social-proof__badges{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem}.social-proof__badge{background:var(--white);border:1px solid var(--outline);border-radius:999px;padding:.45rem .95rem;font-size:.82rem;font-weight:500;color:var(--text);display:flex;align-items:center;gap:6px}.social-proof__tick{color:var(--primary);font-weight:600}@media(max-width:480px){.social-proof__title{font-size:1.55rem}.social-proof__stat-value{font-size:1.3rem;white-space:normal}}.collection-description{color:var(--text-muted);font-weight:300;margin-bottom:2rem}.collection-toolbar{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1rem 1.5rem;margin-bottom:2rem;padding-bottom:1.25rem;border-bottom:1px solid var(--outline)}.collection-toolbar__count{margin-left:auto;font-family:JetBrains Mono,monospace;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);padding-bottom:12px}.filter-group__label{display:block;font-family:JetBrains Mono,monospace;font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-weight:500;margin-bottom:6px}.filter-group__select{padding:10px 14px;border:1px solid var(--outline);border-radius:6px;font-family:Roboto,sans-serif;font-size:.9rem;color:var(--text);background:var(--white);min-width:190px}.filter-group__select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow)}.product-card__price-was{font-size:.85rem;color:var(--text-muted);font-weight:400;margin-left:.4rem}.collection-empty{color:var(--text-muted);font-weight:300;margin:2rem 0 0}.collection-empty__cta{display:inline-block;margin-top:1.25rem}.cart-shipping-bar{background:var(--surface);border:1px solid var(--outline);border-radius:10px;padding:1rem 1.25rem;margin-bottom:2rem}.cart-shipping-bar--met{background:#14b8a614;border-color:#14b8a659}.cart-shipping-bar__text{display:flex;align-items:center;gap:8px;margin:0;font-size:.92rem;color:var(--text)}.cart-shipping-bar__text .material-symbols-outlined{font-size:18px;color:var(--primary);font-variation-settings:"FILL" 1}.cart-shipping-bar--met .material-symbols-outlined{color:var(--teal)}.cart-shipping-bar__track{height:5px;background:var(--outline);border-radius:999px;overflow:hidden;margin-top:.7rem}.cart-shipping-bar__fill{height:100%;background:var(--gradient-brand);border-radius:999px}.cart-item{display:grid;grid-template-columns:64px 1fr auto auto;gap:1rem;align-items:center;padding:1.25rem 0;border-bottom:1px solid var(--outline)}.cart-item__image{width:64px;height:64px;object-fit:cover;border:1px solid var(--outline);border-radius:4px}.cart-item__title{font-family:Barlow Semi Condensed,sans-serif;font-weight:600;color:var(--charcoal);font-size:1.02rem}.cart-item__title:hover{color:var(--primary)}.cart-item__variant{font-size:.85rem;color:var(--text-muted);margin:2px 0 0}.cart-item__remove{display:inline-block;margin-top:5px;font-size:.78rem;color:var(--text-muted);text-decoration:underline}.cart-item__remove:hover{color:#dc2626}.cart-item__qty input{width:64px;padding:8px;text-align:center;border:1px solid var(--outline);border-radius:6px;font-family:Roboto,sans-serif;color:var(--text);background:var(--white)}.cart-item__qty input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow)}.cart-item__price{font-family:Barlow Semi Condensed,sans-serif;font-weight:600;min-width:80px;text-align:right;color:var(--charcoal)}@media(max-width:599px){.cart-item{grid-template-columns:56px 1fr auto;row-gap:.6rem}.cart-item__price{grid-column:2 / -1;text-align:left}}.cart-footer{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-top:2rem;padding-top:1.5rem}.cart-footer__totals{margin-left:auto;text-align:right}.cart-footer__subtotal{font-family:Barlow Semi Condensed,sans-serif;font-size:1.5rem;font-weight:600;color:var(--charcoal);margin:0}.cart-footer__note{font-size:.78rem;color:var(--text-muted);margin:4px 0 0}.cart-footer__checkout{margin-top:.85rem}.btn-submit--ghost{background:transparent;color:var(--blue);border:1.5px solid var(--blue);box-shadow:none}.btn-submit--ghost:hover{background:var(--blue);color:#fff}.cart-empty{color:var(--text-muted);font-weight:300;margin-top:1rem}.cart-empty__cta{display:inline-block;margin-top:1.5rem}.error-page{text-align:center;padding:5rem 0 6rem}.error-page__code{font-family:Barlow Semi Condensed,sans-serif;font-size:4rem;font-weight:600;line-height:1;color:var(--navy);margin:0}.error-page__title{font-size:1.6rem;margin:.5rem 0 .75rem}.error-page__text{color:var(--text-muted);font-weight:300;font-size:1.05rem;max-width:46ch;margin:0 auto 2rem}.error-page__search{display:flex;justify-content:center;margin-bottom:2rem}.error-page__search .search-form--page{margin-bottom:0;width:100%;max-width:420px}.error-page__links{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem 1.5rem}.error-page__links a{color:var(--primary);font-size:.95rem}.error-page__links a:hover{text-decoration:underline}.marketplace-logo{height:32px;width:auto;max-width:120px;object-fit:contain}.article-hero{width:100%;height:auto;border-radius:6px}.article-width{max-width:800px}.article-title{font-size:2.2rem}.article-meta{font-family:JetBrains Mono,monospace;font-size:.75rem;color:var(--text-muted);margin-bottom:2rem}.contact-intro{margin-bottom:2rem}.breadcrumbs+.page-section__title{margin-top:0}.collection-guide{margin:3.5rem 0 0;padding-top:2rem;border-top:1px solid var(--outline);color:var(--text-muted);font-weight:300;line-height:1.8}.collection-guide h2{font-size:1.15rem;font-weight:600;color:var(--navy);margin:2rem 0 .6rem}.collection-guide h2:first-child{margin-top:0}.collection-guide p{margin-bottom:1rem}.collection-guide strong{color:var(--text);font-weight:600}.collection-guide a{color:var(--primary);text-decoration:underline;text-underline-offset:2px}@media(min-width:750px){.site-footer__grid{grid-template-columns:1.6fr repeat(auto-fit,minmax(120px,1fr))}}.search-articles{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--outline)}.search-articles__title{font-size:1.15rem;color:var(--navy);margin-bottom:1rem}.search-articles__list{list-style:none;margin:0;padding:0}.search-articles__list li{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem 1rem;padding:.75rem 0;border-bottom:1px solid var(--outline)}.search-articles__list li:last-child{border-bottom:0}.search-articles__list a{color:var(--primary);font-size:1rem}.search-articles__list a:hover{text-decoration:underline}.search-articles__list span{font-family:JetBrains Mono,monospace;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.rte ul,.product-details__description ul,.shopify-policy__body ul,.collection-guide ul,.article-body ul,.page-section__content ul{list-style:disc;padding-left:1.25rem;margin:0 0 1rem}.rte ol,.product-details__description ol,.shopify-policy__body ol,.collection-guide ol,.article-body ol,.page-section__content ol{list-style:decimal;padding-left:1.25rem;margin:0 0 1rem}.rte li,.product-details__description li,.shopify-policy__body li,.collection-guide li{margin-bottom:.4rem}.product-details__description li::marker,.rte li::marker,.collection-guide li::marker{color:var(--primary)}.contact-details{display:grid;gap:.4rem;margin-top:.75rem}.contact-details a{color:var(--text);text-decoration:none;display:inline-flex;align-items:center;gap:8px}.contact-details a:hover{color:var(--primary)}.contact-details .material-symbols-outlined{font-size:18px;color:var(--primary)}.site-footer__contact{margin-top:.75rem;display:grid;gap:.25rem}.site-footer__contact a{color:#ffffffb3;font-size:.85rem}.site-footer__contact a:hover{color:#fff}.product-pack-notice{background:var(--surface);border:1px solid var(--outline);border-left:3px solid var(--primary);border-radius:8px;padding:1.1rem 1.25rem;margin-bottom:1.5rem}.product-pack-notice p{margin:0 0 .6rem;color:var(--text-muted)}.product-pack-notice__lead{font-family:Barlow Semi Condensed,sans-serif;font-weight:600;font-size:1.05rem;color:var(--navy)!important}.product-pack-notice a{color:var(--primary)}.product-pack-notice__cta{display:inline-block;margin-top:.4rem;color:#fff!important;text-decoration:none}.segments{padding:3.5rem 0 3rem}.features,.products-section{padding:3rem 0 3.5rem}.social-proof{padding:1.5rem 0 2.5rem}.social-proof__panel{padding:2.25rem 1.5rem}@media(min-width:750px){.social-proof__panel{padding:2.5rem 2.25rem}}.segments__heading,.features__heading{margin-bottom:.5rem}.features__sub{margin-bottom:2rem}@media(min-width:990px){.features__grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}}.feature-card{padding:1.5rem 1.4rem}body{font-weight:400}.hero__text,.segment-card__text,.feature-card__text,.social-proof__sub,.product-details__description,.rte,.page-section__content,.collection-description,.collection-guide,.shopify-policy__body,.about-story p,.contractor-form-info__text,.search-page__hint{font-weight:400;color:var(--text)}.product-details__description p,.rte p,.collection-guide p,.shopify-policy__body p,.collection-description p{color:var(--text)}.filter-group__label,.product-form__label,.breadcrumbs,.social-proof__eyebrow,.collection-toolbar__count,.search-page__shortcuts-label,.policy__nav-label,.utility-bar__inner,.btn-contractor,.btn-submit,.product-card__specs,.product-details__meta,.article-meta{font-size:.72rem}.utility-bar__inner,.btn-contractor,.btn-submit{font-size:.74rem}.segments__heading,.features__heading,.products-section__title,.social-proof__title,.about-story__heading,.about-values__heading,.about-marketplaces__heading,.about-contact__heading,.contractor-form-info__heading{font-size:1.6rem}.part-finder__btn{display:none}.hero__text{color:#ffffffe0}.part-finder form{padding-bottom:0}.part-finder select{margin-bottom:0}.social-proof{padding:2.5rem 0 2rem}.social-proof__title .social-proof__star{margin:0 .05em 0 .02em;font-size:.85em;vertical-align:.05em}.buying-guide{margin-top:3.5rem;padding:2.25rem 1.5rem;background:var(--surface);border:1px solid var(--outline);border-radius:16px}@media(min-width:750px){.buying-guide{padding:2.75rem 2.5rem}}.buying-guide__head{margin-bottom:1.5rem}.buying-guide__eyebrow{font-family:JetBrains Mono,monospace;font-size:.72rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--primary);margin:0 0 .35rem}.buying-guide__title{font-family:Barlow Semi Condensed,sans-serif;font-size:1.6rem;font-weight:600;color:var(--navy);margin:0}.buying-guide__grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:750px){.buying-guide__grid{grid-template-columns:1fr 1fr;gap:1.25rem}}.buying-guide__card{background:var(--white);border:1px solid var(--outline);border-radius:12px;padding:1.5rem 1.5rem 1.25rem}.buying-guide__icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:var(--gradient-brand);color:#fff;margin-bottom:.9rem}.buying-guide__icon .material-symbols-outlined{font-size:22px}.buying-guide__card-title{font-family:Barlow Semi Condensed,sans-serif;font-size:1.15rem;font-weight:600;color:var(--navy);margin:0 0 .6rem}.buying-guide__body p{margin:0 0 .85rem;color:var(--text);line-height:1.7;font-size:.97rem}.buying-guide__body p:last-child{margin-bottom:0}.buying-guide__body strong{color:var(--navy);font-weight:600}.buying-guide__safety{display:flex;gap:.85rem;align-items:flex-start;margin-top:1.25rem;background:#fff8e6;border:1px solid #f3dfa4;border-left:3px solid #d9a11e;border-radius:10px;padding:1rem 1.25rem}.buying-guide__safety .material-symbols-outlined{color:#b8860b;font-size:22px;flex:0 0 auto;margin-top:2px;font-variation-settings:"FILL" 1}.buying-guide__safety p{margin:0;color:var(--text);line-height:1.65;font-size:.95rem}.buying-guide__safety strong{color:#7a5a06}.buying-guide__grid{align-items:start}.guides{padding:3rem 0 3.5rem;background:var(--surface)}.guides__header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.guides__eyebrow{font-family:JetBrains Mono,monospace;font-size:.72rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--primary);margin:0 0 .3rem}.guides__title{font-family:Barlow Semi Condensed,sans-serif;font-size:1.6rem;font-weight:600;color:var(--navy);margin:0}.guides__all{font-family:JetBrains Mono,monospace;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--primary);white-space:nowrap}.guides__all:hover{text-decoration:underline}.guides__grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:750px){.guides__grid{grid-template-columns:repeat(3,1fr)}}.guide-card{display:flex;flex-direction:column;background:var(--white);border:1px solid var(--outline);border-radius:12px;padding:1.5rem;transition:var(--transition);color:inherit}.guide-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.guide-card__date{font-family:JetBrains Mono,monospace;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.6rem}.guide-card__title{font-family:Barlow Semi Condensed,sans-serif;font-size:1.15rem;font-weight:600;line-height:1.3;color:var(--navy);margin:0 0 .6rem}.guide-card__excerpt{font-size:.93rem;line-height:1.6;color:var(--text);margin:0 0 1rem;flex:1}.guide-card__cta{display:inline-flex;align-items:center;gap:6px;font-family:JetBrains Mono,monospace;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:var(--primary)}.guide-card__cta .material-symbols-outlined{font-size:16px}@media(min-width:990px){.site-header__nav{gap:1.15rem}.search-form--header{width:150px}}.site-header__logo img{height:50px;width:auto}.site-footer .site-header__logo img{height:44px}@media(min-width:990px){.site-header__brand{gap:1.75rem}.site-header__nav{gap:1.05rem}.site-header__nav a{font-size:.92rem}}.header-search{display:none;align-items:center;position:relative}@media(min-width:990px){.header-search{display:flex}}.header-search__toggle{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;background:none;border:1px solid transparent;border-radius:8px;color:var(--text-muted);cursor:pointer;transition:var(--transition)}.header-search__toggle:hover,.header-search.is-open .header-search__toggle{color:var(--primary)}.header-search__toggle:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.header-search__toggle .material-symbols-outlined{font-size:22px}.header-search .search-form--header{display:flex;width:0;overflow:hidden;opacity:0;transition:width .25s ease,opacity .2s ease;margin-left:0}.header-search.is-open .search-form--header{width:220px;opacity:1;margin-left:4px}.header-search .search-form--header .material-symbols-outlined{display:none}.header-search .search-form--header input{padding-left:12px}.site-header__logo{flex:0 0 auto}.site-header__logo img{flex-shrink:0}.header-search.is-open .search-form--header{position:absolute;right:0;top:50%;transform:translateY(-50%);width:280px;margin-left:0;z-index:5;background:var(--white);border-radius:8px;box-shadow:var(--shadow-md)}.nav-dropdown{position:relative}.nav-dropdown__toggle{display:inline-flex;align-items:center;gap:2px;background:none;border:0;padding:0;font:inherit;font-size:.95rem;color:var(--text-muted);cursor:pointer;transition:var(--transition)}.nav-dropdown__toggle .material-symbols-outlined{font-size:18px;transition:transform .2s ease}.nav-dropdown__toggle:hover,.nav-dropdown.is-open .nav-dropdown__toggle{color:var(--primary)}.nav-dropdown__toggle:focus-visible{outline:2px solid var(--primary);outline-offset:3px;border-radius:4px}@media(min-width:990px){.nav-dropdown__menu{position:absolute;top:calc(100% + 14px);left:50%;transform:translate(-50%) translateY(-6px);min-width:180px;padding:.5rem;background:var(--white);border:1px solid var(--outline);border-radius:10px;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;opacity:0;visibility:hidden;transition:opacity .15s ease,transform .15s ease,visibility 0s .15s;z-index:120}.nav-dropdown__menu:before{content:"";position:absolute;left:0;right:0;top:-14px;height:14px}.nav-dropdown:hover .nav-dropdown__menu,.nav-dropdown.is-open .nav-dropdown__menu,.nav-dropdown:focus-within .nav-dropdown__menu{opacity:1;visibility:visible;transform:translate(-50%) translateY(0);transition:opacity .15s ease,transform .15s ease,visibility 0s}.nav-dropdown:hover .nav-dropdown__toggle .material-symbols-outlined,.nav-dropdown.is-open .nav-dropdown__toggle .material-symbols-outlined{transform:rotate(180deg)}.nav-dropdown__menu a{padding:.6rem .85rem;border-radius:6px;font-size:.92rem;color:var(--text);white-space:nowrap}.nav-dropdown__menu a:hover,.nav-dropdown__menu a:focus-visible{background:var(--surface);color:var(--primary);outline:none}.site-header__nav{gap:1.5rem}.site-header__nav a{font-size:.95rem}}@media(max-width:989px){.nav-dropdown{display:contents}.nav-dropdown__toggle{pointer-events:none;padding:.9rem 0 .35rem;font-family:JetBrains Mono,monospace;font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.nav-dropdown__toggle .material-symbols-outlined{display:none}.nav-dropdown__menu{display:contents}}@media(max-width:749px){.site-header__logo img{height:44px;width:auto}.site-header__inner{height:72px}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/theme.css.map */
