*,*:before,*:after{box-sizing:border-box}button,input,select,textarea{font-family:inherit}html{font-size:16px;scroll-behavior:smooth}body{margin:0;padding:0;font-family:var(--font-body);font-size:1rem;line-height:1.6;color:var(--color-text);background-color:#f7f9fb;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(max-width:823px){body{background-color:#fff}}.skip-link{position:absolute;top:-100%;left:50%;transform:translate(-50%);background:var(--color-primary);color:#fff;padding:.75rem 1.5rem;text-decoration:none;z-index:9999;border-radius:0 0 4px 4px}.skip-link:focus{top:0}.container{width:100%;max-width:var(--page-width);margin:0 auto;padding:0 1rem}@media(min-width:768px){.container{padding:0 2rem}}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2;margin:0 0 1rem;color:var(--color-text)}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}@media(min-width:768px){h1{font-size:3rem}h2{font-size:2.25rem}h3{font-size:1.75rem}}p{margin:0 0 1rem}a{color:var(--color-primary);text-decoration:none}a:hover{color:var(--color-secondary)}img{max-width:100%;height:auto;display:block}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;font-family:var(--font-body);font-size:1rem;font-weight:600;text-decoration:none;border:2px solid transparent;border-radius:4px;cursor:pointer}.btn--primary{background-color:var(--color-primary);color:#fff}.btn--primary:hover{background-color:var(--color-secondary);color:#fff}.btn--secondary{background-color:transparent;border-color:var(--color-primary);color:var(--color-primary)}.btn--secondary:hover{background-color:var(--color-primary);color:#fff}.btn--white{background-color:#fff;color:var(--color-primary)}.btn--white:hover{background-color:#f3f4f6}.btn--outline-white{background-color:transparent;border:2px solid rgba(255,255,255,.5);color:#fff}.btn--outline-white:hover{background-color:#ffffff1a;border-color:#fff}.btn--large{padding:1rem 2.5rem;font-size:1.125rem}.header__inner{display:flex;align-items:center;justify-content:space-between;height:100%;gap:1rem}.header__logo img{max-height:50px;width:auto}.header__logo-text{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--color-primary);text-decoration:none}.nav__link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--color-primary)}.nav__link:hover:after{width:100%}.header__actions{display:flex;align-items:center;gap:1rem}.header__icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;color:var(--color-text);position:relative}.header__icon:hover{color:var(--color-primary)}.header__icon svg{width:24px;height:24px}.header__cart-count{position:absolute;top:4px;right:4px;min-width:18px;height:18px;background-color:var(--color-accent);color:#fff;font-size:.75rem;font-weight:600;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-menu-toggle{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:none;border:none;cursor:pointer;color:var(--color-text)}@media(min-width:1024px){.mobile-menu-toggle{display:none}}.mobile-menu-toggle svg{width:24px;height:24px}.hero{position:relative;min-height:500px;display:flex;align-items:center;background-color:var(--color-primary);color:#fff;overflow:hidden}@media(min-width:768px){.hero{min-height:600px}}.hero__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__background img{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#000000b3,#0000004d)}.hero__content{position:relative;z-index:1;max-width:700px}.hero__title{font-size:2.5rem;margin-bottom:1rem;color:#fff}@media(min-width:768px){.hero__title{font-size:3.5rem}}.hero__subtitle{font-size:1.125rem;margin-bottom:2rem;opacity:.9}.grid{display:grid;gap:1.5rem}.grid--2,.grid--3,.grid--4{grid-template-columns:repeat(1,1fr)}@media(min-width:640px){.grid--2,.grid--3,.grid--4{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}}.section{padding:3rem 0}@media(min-width:768px){.section{padding:5rem 0}}.section__header{text-align:center;margin-bottom:2.5rem}.section__title{margin-bottom:.5rem}.section__subtitle{color:var(--color-text-light);font-size:1.125rem}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}[hidden]{display:none!important}.product-card{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid var(--color-border);border-radius:12px;overflow:hidden;transition:none}.product-card:hover{box-shadow:none;transform:none}.product-card__sale-tag{position:absolute;top:.5rem;right:.5rem;background:#dc2626;color:#fff;border-radius:4px;padding:.125rem .375rem;font-size:.625rem;font-weight:700;z-index:5;pointer-events:none;line-height:1.4}.product-card__stock-text{display:flex;align-items:center;gap:.3125rem;font-size:.8125rem;font-weight:600;color:#16a34a}.product-card__stock-dot{width:6px;height:6px;border-radius:50%;background:#22c55e;flex-shrink:0}.product-card__stock-dot--low{background:#f59e0b}.product-card__stock-text--low{color:#92400e}.product-card__stock-text--out{color:#991b1b}.product-card__media{position:relative;aspect-ratio:1;overflow:hidden;background-color:#fff!important;contain:layout style paint}.product-card__image{width:100%;height:100%;object-fit:contain;content-visibility:auto}.product-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#fff}.product-card__image--hover{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;background:#fff;opacity:0;transition:opacity .3s ease}.product-card:hover .product-card__image--hover{opacity:1}@media(hover:none){.product-card__image--hover{display:none}}.product-card__content{padding:.875rem 1rem 1rem;flex-grow:1;display:flex;flex-direction:column}.product-card__title{font-size:1rem;font-weight:600;margin-bottom:.5rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__title a{color:var(--color-text);text-decoration:none}.product-card__title a:hover{color:var(--color-primary)}.product-card__title a:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;cursor:pointer}.product-card__meta-row{display:flex;align-items:center;gap:.375rem;margin-top:.5rem;font-size:.8125rem}.product-card__sold-text{color:#6b7280;font-weight:500}.product-card__sold-text:before{content:"\b7";margin-right:.375rem;color:#d1d5db}.product-card__price{margin-top:auto;display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.product-card__price-current{font-size:1.625rem;font-weight:800;color:#111827}.product-card__price-compare{font-size:.9375rem;color:#9ca3af;text-decoration:line-through}.product-card__price-save{display:none}.product-card__price-shipping{font-size:.8125rem;color:#9ca3af;font-weight:400}.product-card__trust{display:flex;align-items:center;gap:.875rem;margin-top:.625rem;padding-top:.625rem;border-top:1px solid #f3f4f6}.product-card__trust-item{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;color:#9ca3af}.product-card__trust-item svg{flex-shrink:0}.product-card__vendor{font-size:.75rem;color:var(--color-text-light);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.product-card__actions{margin-top:1rem}.product-card__add-to-cart{width:100%}.collection-card{position:relative;display:block;aspect-ratio:4/3;border-radius:8px;overflow:hidden;transition:box-shadow .15s,transform .15s}.collection-card:hover{box-shadow:0 4px 10px #0000000f;transform:translateY(-2px)}.collection-card__image{width:100%;height:100%;object-fit:cover;transition:transform .15s}.collection-card:hover .collection-card__image{transform:scale(1.05)}.collection-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.4) 35%,transparent 55%);display:flex;flex-direction:column;justify-content:flex-end;padding:0 1.25rem .5rem}.collection-card__title{color:#fff;font-size:1.25rem;font-weight:600;margin:0;text-shadow:0 1px 4px rgba(0,0,0,.5)}.collection-card__count{color:#ffffffd9;font-size:.8125rem;margin-top:.125rem;margin-bottom:.3rem;text-shadow:0 1px 3px rgba(0,0,0,.5)}.brand-logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem 3rem}.brand-logos__item{flex:0 0 auto;opacity:.6;filter:grayscale(100%)}.brand-logos__item:hover{opacity:1;filter:grayscale(0%)}.brand-logos__item img{max-height:50px;width:auto}.feature{text-align:center;padding:2rem 1.5rem;background:#fff;border-radius:8px;border:1px solid var(--color-border)}.feature__icon{width:64px;height:64px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;background-color:var(--color-primary);color:#fff;border-radius:50%}.feature__icon svg{width:32px;height:32px}.feature__title{font-size:1.125rem;margin-bottom:.5rem}.feature__text{color:var(--color-text-light);font-size:.9375rem;margin:0}.search-bar{position:relative;max-width:500px;width:100%}.search-bar__input{width:100%;padding:.875rem 3rem .875rem 1rem;font-size:1rem;border:2px solid var(--color-border);border-radius:8px;outline:none}.search-bar__input:focus{border-color:var(--color-primary)}.search-bar__input::placeholder{color:var(--color-text-light)}.search-bar__button{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);width:40px;height:40px;background:var(--color-primary);border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.search-bar__button:hover{background-color:var(--color-secondary)}.search-bar__button svg{width:20px;height:20px}.footer{background-color:var(--color-text);color:#fff;padding:4rem 0 2rem}.footer a{color:#fffc}.footer a:hover{color:#fff}.footer__grid{display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width:640px){.footer__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer__grid{grid-template-columns:2fr repeat(3,1fr)}}.footer__brand{max-width:300px}.footer__logo{margin-bottom:1rem}.footer__logo img{display:block;width:auto;height:auto;max-height:50px;object-fit:contain}.footer__description{color:#ffffffb3;font-size:.9375rem;line-height:1.6}.footer__title{font-size:1rem;font-weight:600;margin-bottom:1rem;color:#fff}.footer__links{list-style:none;padding:0;margin:0}.footer__links li{margin-bottom:.5rem}.footer__links a{font-size:.9375rem}.footer__contact p{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.9375rem;color:#fffc}.footer__contact svg{width:18px;height:18px;flex-shrink:0}.footer__bottom{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-wrap:wrap;gap:1.25rem;align-items:center;justify-content:space-between}@media(min-width:768px){.footer__bottom{flex-direction:row;justify-content:space-between;text-align:left}}.footer__copyright{color:#fff9;font-size:.875rem}.footer__payment{display:flex;gap:.5rem}.footer__payment img{height:24px;width:auto}.announcement-bar{background-color:var(--color-accent);color:#fff;text-align:center;padding:.625rem 1rem;font-size:.875rem}.announcement-bar a{color:#fff;text-decoration:underline}.product{padding:1rem 0 2rem}@media(min-width:1024px){.product{padding:2.5rem 0 3rem}}.product__grid{display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width:1024px){.product__grid{grid-template-columns:1fr 1fr;gap:4rem}}.product__gallery{position:relative}.product__gallery-column{display:flex;flex-direction:column;gap:1.5rem}.product__main-image{aspect-ratio:1;background-color:#f5f5f5;border-radius:8px;overflow:hidden;position:relative}.product__main-image img{width:100%;height:100%;object-fit:contain;opacity:0;transition:opacity .3s ease}.product__thumbnails{display:flex;gap:.75rem;margin-top:1rem;overflow-x:auto}.product__thumbnail{flex:0 0 80px;aspect-ratio:1;border:2px solid var(--color-border);border-radius:6px;overflow:hidden;cursor:pointer}.product__thumbnail.is-active,.product__thumbnail:hover{border-color:var(--color-primary)}.product__thumbnail img{width:100%;height:100%;object-fit:contain}.product__info{display:flex;flex-direction:column}.product__vendor{font-size:.875rem;color:var(--color-text-light);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.product__title{font-size:2rem;margin-bottom:1rem}.product__meta-line{display:flex;align-items:center;flex-wrap:wrap;gap:0;font-size:.8125rem;margin-bottom:.75rem}.product__meta-line .product__sku{font-size:.75rem;color:#7c838d;font-family:monospace;margin:0}.product__meta-sep{margin:0 .5rem;color:#d1d5db}.product__stock-inline{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:600;color:#16a34a}.product__stock-inline--out{color:#dc2626}.product__stock-dot{width:7px;height:7px;border-radius:50%;background:#16a34a;animation:stockPulse 2s ease-in-out infinite}@keyframes stockPulse{0%,to{opacity:1}50%{opacity:.35}}.product__sold-inline{color:#6b7280;font-weight:500;font-size:.8125rem}.product__price{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.product__price-current{font-size:2rem;font-weight:700;color:var(--color-primary)}.product__price-compare{font-size:1.25rem;color:var(--color-text-light);text-decoration:line-through}.product__availability{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#dcfce7;color:#166534;font-size:.875rem;font-weight:500;border-radius:4px;margin-bottom:1.5rem}.product__availability--out{background-color:#fee2e2;color:#991b1b}.product__compatibility{margin-bottom:1.5rem;border:1px solid var(--color-border);border-radius:8px;overflow:hidden;background:#fff}.product__compatibility h3{padding:.75rem 1rem;margin:0;font-size:.9375rem;font-weight:600;background:#f8fafc;border-bottom:1px solid var(--color-border)}.compatibility-table{width:100%;border-collapse:collapse;font-size:.875rem}.compatibility-table th,.compatibility-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #f3f4f6}.compatibility-table th{font-weight:600;color:#6b7280;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;background:#fafafa}.compatibility-table tr:last-child td{border-bottom:none}.compatibility-table tbody tr:hover{background:#f9fafb}.compatibility-table-wrap{position:relative;overflow:hidden;transition:max-height .3s ease}.compatibility-table-wrap.is-collapsed{max-height:440px}.compatibility-table-wrap.is-collapsed:after{content:"";position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(transparent,#fff);pointer-events:none}.compat-show-more{display:block;width:100%;padding:.75rem;margin-top:0;border:none;border-top:1px solid #e5e7eb;background:#f9fafb;color:var(--color-primary, #1e3a8a);font-size:.875rem;font-weight:600;cursor:pointer;border-radius:0 0 8px 8px}.compat-show-more:hover{background:#eff6ff}.product-fitment-mobile{padding:0 0 1rem;background:#fff}@media(min-width:768px){.product-fitment-mobile{display:none!important}}.product-description-mobile{padding:0 0 1.5rem;background:#fff}.product-description-mobile__title{font-size:1.125rem;font-weight:700;margin:0 0 .75rem}.product-description-mobile__content{font-size:.9375rem;color:#4b5563;line-height:1.7}.product-description-mobile__content p{margin:0 0 .75rem}.product-description-mobile__content p:last-child{margin-bottom:0}.fitment-accordion{border:1px solid var(--color-border);border-radius:10px;overflow:hidden;background:#fff}.fitment-accordion__header{display:flex;align-items:center;gap:.625rem;padding:1rem 1.125rem;font-size:1rem;font-weight:700;cursor:pointer;list-style:none;background:#f8fafc}.fitment-accordion__header::-webkit-details-marker{display:none}.fitment-accordion__header::marker{display:none;content:""}.fitment-accordion__arrow{margin-left:auto;transition:transform .15s}details[open]>.fitment-accordion__header .fitment-accordion__arrow{transform:rotate(180deg)}.fitment-accordion__body{border-top:1px solid var(--color-border)}.fitment-accordion__universal{display:flex;align-items:center;gap:.5rem;padding:1rem;font-weight:600;color:#15803d}.fitment-accordion__body .compatibility-table-wrap{border:none;border-radius:0}.fitment-accordion__scroll{max-height:50vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.fitment-accordion__scroll thead{position:sticky;top:0;z-index:1}.fitment-accordion__scroll thead th{background:#f1f5f9}.fitment-accordion__body .compatibility-table{border:none;border-radius:0}.fitment-accordion__body .compat-show-more{border-radius:0 0 10px 10px}.product__form{margin-bottom:2rem}.product__quantity{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.product__quantity-label{font-weight:500}.product__quantity-selector{display:flex;align-items:center;border:2px solid var(--color-border);border-radius:6px}.product__quantity-btn{width:44px;height:44px;background:none;border:none;cursor:pointer;font-size:1.25rem;color:var(--color-text);display:flex;align-items:center;justify-content:center}.product__quantity-btn:hover{background-color:var(--color-border)}.product__quantity-input{width:60px;height:44px;border:none;text-align:center;font-size:1rem;font-weight:500}.product__add-to-cart{width:100%;margin-bottom:1rem}.product__description{padding-top:1.5rem;border-top:1px solid var(--color-border)}.product__description h3{font-size:1.125rem;margin-bottom:1rem}.product__layout{display:flex;flex-direction:column;gap:0}@media(min-width:1024px){.product__layout{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:3rem}}@media(min-width:1280px){.product__layout{grid-template-columns:minmax(0,1fr) 450px}}.product__mobile-gallery{display:block;background:#fff}@media(min-width:768px){.product__mobile-gallery{display:none}}.product__swipe{position:relative;overflow:hidden;border-radius:8px;background:#fff;touch-action:pan-y pinch-zoom}.product__swipe-track{display:flex;transition:transform .3s ease-out;will-change:transform;touch-action:pan-y}.product__swipe-slide{flex:0 0 100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;background:#fff;position:relative}.product__swipe-slide img{width:100%;height:100%;object-fit:contain;opacity:0;transition:opacity .3s ease}.product__swipe-slide.media--loaded img{opacity:1}.product__dots{display:flex;justify-content:center;gap:.5rem;padding:.75rem 0}@media(max-width:823px){.product__dots{padding:.375rem 0 .5rem;background:#fff}}.product__dot{width:8px;height:8px;border-radius:50%;background:#d1d5db;border:none;padding:0;cursor:pointer;transition:all .15s}.product__dot.is-active{background:var(--color-primary);transform:scale(1.3)}.product__zoom-btn{position:absolute;top:10px;right:10px;z-index:5;width:36px;height:36px;border-radius:50%;background:#00000073;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}@media(min-width:768px){.product__zoom-btn{display:none}}.plb{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;background:#000;display:flex;flex-direction:column}.plb[hidden]{display:none}.plb__header{position:absolute;top:0;left:0;right:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:linear-gradient(rgba(0,0,0,.5),transparent)}.plb__counter{color:#fff;font-size:14px;font-weight:600}.plb__close{width:40px;height:40px;border:none;background:#ffffff26;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center}.plb__viewport{flex:1;overflow:hidden;position:relative}.plb__track{display:flex;height:100%;transition:transform .3s ease-out;will-change:transform}.plb__track--dragging{transition:none}.plb__slide{flex:0 0 100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;touch-action:none}.plb__slide img{max-width:100%;max-height:100%;object-fit:contain;transform-origin:center center;will-change:transform;user-select:none;-webkit-user-select:none}.product__desktop-gallery{display:none}@media(min-width:768px){.product__desktop-gallery{display:grid;grid-template-columns:80px 1fr;gap:1rem}.product__desktop-gallery:not(:has(.product__thumbs)),.product__desktop-gallery--single{grid-template-columns:1fr}}.product__thumbs{display:flex;flex-direction:column;gap:.5rem}.product__thumb{width:88px;height:88px;border:2px solid var(--color-border);border-radius:8px;background:#fff;cursor:pointer;overflow:hidden;padding:4px;opacity:.5;transition:opacity .15s,border-color .15s;position:relative}.product__thumb:hover{opacity:.75}.product__thumb.is-active{border-color:var(--color-primary);opacity:1}.product__thumb img{width:100%;height:100%;object-fit:contain;opacity:0;transition:opacity .3s ease}.product__thumb.media--loaded img{opacity:1}.product__main-image{aspect-ratio:1;background:#fff;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center;cursor:crosshair;position:relative}.product__main-image img{width:100%;height:100%;object-fit:contain;transition:transform .1s ease-out,opacity .3s ease;transform-origin:center center;opacity:0}.product__main-image.media--loaded img{opacity:1}.product__main-image.is-zooming img{transform:scale(2)}.product__phone-badge{position:absolute;top:10px;right:10px;display:flex;align-items:center;gap:10px;background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;padding:7px 14px 7px 7px;text-decoration:none;box-shadow:0 2px 8px #0000000f;transition:all .2s;z-index:5}.product__phone-badge:hover{border-color:#1e3a8a;box-shadow:0 4px 14px #0000001a}.product__phone-badge-icon{width:36px;height:36px;background:#1e3a8a;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.product__phone-badge-text{display:flex;flex-direction:column;line-height:1.3;gap:2px}.product__phone-badge-label{font-size:.78rem;color:#464646;font-weight:500}.product__phone-badge-num{font-weight:700;color:#1e3a8a;font-size:.9375rem}.product__no-image{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#f5f5f5}.product__left{display:none;flex-direction:column;gap:1.5rem;min-width:0;order:1}@media(min-width:768px){.product__left{display:flex}}.product__compatibility{border:1px solid var(--color-border);border-radius:8px;overflow:hidden;margin-left:108px}.product__compatibility h3{padding:.875rem 1rem;margin:0;font-size:.9375rem;font-weight:600;background:#f8fafc;border-bottom:1px solid var(--color-border)}.product__compatibility-universal{display:flex;align-items:center;gap:.5rem;padding:1rem;color:#1e40af;font-weight:500}.product__sections{display:flex;flex-direction:column;gap:.75rem;margin-left:108px}.product__section{border:1px solid var(--color-border);border-radius:8px;overflow:hidden}.product__section-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:#f9fafb;font-weight:600;cursor:pointer;list-style:none}.product__section-header::-webkit-details-marker{display:none}.product__section-icon{transition:transform .2s}.product__section[open] .product__section-icon{transform:rotate(180deg)}.product__section-content{padding:1.25rem;font-size:.9375rem;color:#4b5563;line-height:1.6}.specs-table{width:100%;border-collapse:collapse}.specs-table th,.specs-table td{padding:.5rem 0;text-align:left;border-bottom:1px solid #f3f4f6}.specs-table th{width:120px;font-weight:500;color:#6b7280}.specs-table tr:last-child th,.specs-table tr:last-child td{border-bottom:none}.product__right{order:2;background:#fff}@media(min-width:1024px){.product__right{position:sticky;top:1.5rem;align-self:start}}.product__buy{padding:1.25rem;border:1px solid var(--color-border);border-radius:12px;background:#fff}@media(max-width:823px){.product__buy{padding:.5rem 0 .75rem;border:none;border-radius:0;background:#fff}}@media(min-width:1024px){.product__buy{padding:1.75rem;box-shadow:0 1px 3px #0000000d}}.product__vendor{font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.375rem}.product__title-mobile{display:none}@media(max-width:823px){.product__title-mobile{display:block;font-size:1.125rem;font-weight:700;line-height:1.3;margin:0;padding:.5rem 0 .25rem;background:#fff}.product__title{display:none}.product__mobile-gallery{margin-bottom:0}}.product__title{font-size:1.25rem;font-weight:600;line-height:1.3;margin-bottom:.5rem}@media(min-width:1024px){.product__title{font-size:1.5rem}}.product__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:.75rem;margin-bottom:.75rem}@media(max-width:823px){.product__price{margin-top:0;padding-top:0}}.product__price-current{font-size:1.75rem;font-weight:700;color:var(--color-primary)}@media(min-width:1024px){.product__price-current{font-size:2rem}}.product__price-compare{font-size:1rem;color:#9ca3af;text-decoration:line-through}.product__price-save{font-size:.8125rem;color:#059669;font-weight:600}.product__price-shipping{font-size:.9rem;color:#262626;font-weight:400}.product__shipping{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:#555;padding:.75rem .875rem;background:#f9fafb;border:1px solid var(--color-border);border-radius:8px;margin-top:.75rem}.product__shipping svg{color:#666;flex-shrink:0;margin-top:1px}.product__shipping-free{color:#374151;font-weight:600}.product__divider{height:1px;background:var(--color-border);margin:.5rem 0}.product__stock{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.product__stock--in{background:#dcfce7;color:#166534}.product__stock--out{background:#fee2e2;color:#991b1b}.product__form{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--color-border)}.product__variants-label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.product__variants{margin-bottom:1rem}.product__variants-label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.custom-select{position:relative;width:100%}.custom-select.is-disabled{opacity:.5;pointer-events:none}.custom-select.is-disabled .custom-select__trigger{background-color:#f9fafb;cursor:not-allowed}.custom-select__trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.8rem 1rem;border:2px solid #e5e7eb;border-radius:10px;background:#fff;cursor:pointer;font-size:1rem;font-weight:500;font-family:var(--font-body);color:#111827;text-align:left}.custom-select__trigger:hover{border-color:#9ca3af}.custom-select.is-open .custom-select__trigger{border-color:var(--color-primary, #1e3a8a);box-shadow:0 0 0 3px #1e3a8a1a}.custom-select__arrow{flex-shrink:0;color:#6b7280}.custom-select.is-open .custom-select__arrow{transform:rotate(180deg)}.custom-select__options{display:none;position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:50;background:#fff;border:2px solid #e5e7eb;border-radius:10px;padding:.375rem;margin:0;list-style:none;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #00000014}.product__form .custom-select__options{max-height:260px;overflow-y:auto}.custom-select.is-open .custom-select__options{display:block}.custom-select__option{display:flex;align-items:center;gap:.5rem;padding:.7rem .875rem;border-radius:7px;cursor:pointer;font-size:.9375rem;color:#374151}.custom-select__option:hover{background:#f3f4f6;color:#111827}.custom-select__option.is-selected{background:#eff6ff;color:var(--color-primary, #1e3a8a);font-weight:600}.custom-select__option.is-disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.custom-select__option-text{flex:1}.custom-select__option-badge--out{font-size:.75rem;color:#ef4444;font-weight:500}.custom-select__check{color:var(--color-primary, #1e3a8a);flex-shrink:0}.product__installments{margin-bottom:1rem}.product__installments shopify-payment-terms{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.product__installments .shopify-installments{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem}.product__installments .shopify-installments__content{font-family:inherit}.product__qty{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.product__qty-label{font-size:.875rem;font-weight:500}.product__qty-selector{display:flex;align-items:center;border:1px solid var(--color-border);border-radius:8px;overflow:hidden}.product__qty-btn{width:44px;height:44px;background:#f9fafb;border:none;cursor:pointer;font-size:1.25rem;color:var(--color-text)}.product__qty-btn:hover{background:#f3f4f6}.product__qty-input{width:56px;height:44px;border:none;border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);text-align:center;font-size:1rem;font-weight:500;-moz-appearance:textfield}.product__qty-input::-webkit-outer-spin-button,.product__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product__add-btn{width:100%;padding:1rem;background:#ffd814;color:#0e1f56;border:none;border-radius:8px;font-size:1.2rem;font-weight:700;cursor:pointer;transition:background .15s,color .15s;display:flex;align-items:center;justify-content:center;gap:.625rem}.product__add-btn svg{width:24px;height:24px}.product__add-btn:hover{background:#ffc23a;color:#000}.product__add-btn:disabled{background:#d1d5db;color:#9ca3af;cursor:not-allowed}.product__oem-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.3rem .75rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;font-size:.75rem;font-weight:700;color:var(--color-primary);margin-bottom:.5rem;width:fit-content}.product__oem-badge svg{flex-shrink:0}.product__shipping-detail{display:flex;flex-direction:column;gap:.125rem}.product__shipping-breakdown{font-size:.875rem;color:#374151}.product__shipping-breakdown strong{color:#111827}.product__shipping-note{font-size:.75rem;color:#9ca3af}.product__buy-now-btn{width:100%;padding:.8rem;border:2px solid var(--color-primary);border-radius:10px;font-size:.9375rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:inherit;background:#fff;color:var(--color-primary);margin-top:.5rem;transition:background .15s}.product__buy-now-btn:hover{background:#eff6ff}.product__trust{display:flex;flex-direction:column;gap:.625rem;padding:.875rem 1rem;margin-top:1rem;background:#f9fafb;border:1px solid var(--color-border);border-radius:10px}.product__trust-item{display:flex;align-items:center;gap:.625rem;font-size:.8125rem;color:#374151}.product__trust-item svg{flex-shrink:0;color:#6b7280}.product__trust-item strong{color:#111827}.product__trust-item--small{font-size:.8125rem;color:#6b7280}.product__trust-rating{display:flex;align-items:center;gap:.25rem}.product__trust-stars{display:inline-flex;gap:1px;margin-right:.25rem}.product__trust-stars svg{width:14px;height:14px}.product__trust-phone{color:var(--color-primary);font-weight:700;text-decoration:none}.product__trust-phone:hover{text-decoration:underline}.product__trust-divider{height:1px;background:var(--color-border);margin:.125rem 0}.product__trust-bottom{display:flex;gap:1rem}.cart{padding:2rem 0}.cart__empty{text-align:center;padding:4rem 1rem}.cart__empty-icon{width:80px;height:80px;margin:0 auto 1.5rem;color:var(--color-text-light)}.cart__table{width:100%;border-collapse:collapse}.cart__table th{text-align:left;padding:1rem;border-bottom:2px solid var(--color-border);font-weight:600}.cart__table td{padding:1rem;border-bottom:1px solid var(--color-border);vertical-align:middle}.cart__item-image{width:80px;height:80px;background-color:#f5f5f5;border-radius:6px;overflow:hidden}.cart__item-image img{width:100%;height:100%;object-fit:contain}.cart__item-info{display:flex;flex-direction:column;gap:.25rem}.cart__item-title{font-weight:600}.cart__item-sku{font-size:.8125rem;color:var(--color-text-light);font-family:monospace}.cart__item-remove{background:none;border:none;color:var(--color-error);cursor:pointer;font-size:.875rem;padding:0}.cart__item-remove:hover{text-decoration:underline}.cart__summary{margin-top:2rem;padding:2rem;background-color:#f9fafb;border-radius:8px;max-width:400px;margin-left:auto}@media(max-width:768px){.cart__summary{margin-left:auto;margin-right:auto}}.cart__summary-row{display:flex;justify-content:space-between;margin-bottom:1rem}.cart__summary-total{font-size:1.25rem;font-weight:700;padding-top:1rem;border-top:2px solid var(--color-border)}.cart__checkout{width:100%;margin-top:1.5rem}.collection-header{text-align:left;padding:1rem 0;background-color:#fff;margin-bottom:1rem}@media(min-width:768px){.collection-header{padding:2rem 0;margin-bottom:0}}.section-main-collection .section{padding-top:1.5rem}@media(min-width:768px){.section-main-collection .section{padding-top:2rem}}.collection-header__title{margin-bottom:.25rem;font-size:1.25rem}@media(min-width:768px){.collection-header__title{font-size:2rem;margin-bottom:.5rem}}.collection-header__description{color:var(--color-text-light);font-size:.8125rem}@media(min-width:768px){.collection-header__description{font-size:1rem}}.collection-header__count{font-size:.8125rem;color:var(--color-text-light);margin-top:.25rem}.collection-all__brands{margin-bottom:2rem}.collection-all__brands-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.collection__toolbar{display:none}@media(min-width:768px){.collection__toolbar{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--color-border)}}.collection__sort{display:flex;align-items:center;gap:.5rem}.collection__sort label{font-size:.875rem;color:var(--color-text-light)}.collection__sort select{padding:.5rem 2rem .5rem .75rem;border:1px solid var(--color-border);border-radius:4px;font-size:.875rem;background-color:#fff;cursor:pointer}.pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:3rem}.pagination__link{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .75rem;border:1px solid var(--color-border);border-radius:4px;font-size:.875rem;color:var(--color-text)}.pagination__link:hover{border-color:var(--color-primary);color:var(--color-primary)}.pagination__link.is-current{background-color:var(--color-primary);border-color:var(--color-primary);color:#fff}.form__group{margin-bottom:1.5rem}.form__label{display:block;font-weight:500;margin-bottom:.5rem}.form__input,.form__textarea,.form__select{width:100%;padding:.875rem 1rem;font-size:1rem;border:2px solid var(--color-border);border-radius:6px;outline:none}.form__input:focus,.form__textarea:focus,.form__select:focus{border-color:var(--color-primary)}.form__textarea{min-height:150px;resize:vertical}.form__error{color:var(--color-error);font-size:.875rem;margin-top:.5rem}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.hidden{display:none!important}@media(max-width:767px){.hide-mobile{display:none!important}}@media(min-width:768px){.hide-desktop{display:none!important}}.desktop-only{display:none}.mobile-only{display:block}@media(min-width:824px){.desktop-only{display:block}.mobile-only{display:none!important}}.trust-bar{background:#1a1a2e;color:#fff;font-size:.75rem;padding:.5rem 0}.trust-bar__inner{display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap}.trust-bar__item{display:flex;align-items:center;gap:.5rem;opacity:.9}.trust-bar__phone{font-weight:600;opacity:1}.trust-bar__phone a{color:inherit;text-decoration:none}.header{background:#fff;position:sticky;top:0;z-index:100}#main-content{padding-top:1rem}@media(max-width:823px){#main-content{padding-top:60px}}.template-index #main-content{padding-top:0}@media(max-width:823px){.template-index #main-content{padding-top:52px}}.header__top{display:flex;align-items:center;gap:1.5rem;padding:1rem 0;border:none}.header__logo{flex-shrink:0}.header__logo a{display:block;text-decoration:none}.header__logo-text{font-size:1.5rem;font-weight:700;color:var(--color-primary)}.header__search{flex:1;position:relative}.header__phone{display:flex;align-items:center;gap:5px;font-size:.9375rem;font-weight:700;color:var(--color-text);text-decoration:none;white-space:nowrap;padding:6px 0}.header__phone:hover{color:var(--color-primary)}.header__phone svg{width:16px;height:16px;opacity:.7}.header__search-form{display:flex;border:2px solid #e5e7eb;border-radius:.5rem;overflow:hidden}.header__search-form:focus-within{border-color:var(--color-primary)}.header__search-input{flex:1;padding:.75rem 1rem;border:none;outline:none;font-size:.875rem;font-family:inherit}.header__search-btn{background:var(--color-primary);color:#fff;border:none;padding:0 1.25rem;cursor:pointer}.header__search-btn:hover{background:var(--color-secondary)}.predictive-search{position:absolute;top:100%;left:0;right:0;margin-top:.25rem;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 10px 40px #00000026;max-height:400px;overflow-y:auto;z-index:200}.predictive-search[hidden]{display:none}.predictive-search__item{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;text-decoration:none;color:inherit;border-bottom:1px solid #f3f4f6}.predictive-search__item:last-child{border-bottom:none}.predictive-search__item:hover{background:#f9fafb}.predictive-search__image{width:56px;height:56px;object-fit:cover;border-radius:.25rem;background:#f3f4f6}.predictive-search__info{flex:1;min-width:0}.predictive-search__title{font-size:.875rem;font-weight:500;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.predictive-search__sku{font-size:.75rem;color:#6b7280}.predictive-search__price{font-weight:600;color:var(--color-primary);white-space:nowrap}.predictive-search__view-all{display:block;padding:.75rem 1rem;text-align:center;color:var(--color-primary);font-weight:500;text-decoration:none;border-top:1px solid #e5e7eb}.predictive-search__view-all:hover{background:#f9fafb}.predictive-search__ai-insight{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:linear-gradient(135deg,#eff6ff,#f0fdf4);border-bottom:1px solid #e5e7eb;font-size:.8125rem;color:#4b5563}.predictive-search__ai-insight svg{color:var(--color-primary);flex-shrink:0}.predictive-search__ai-insight strong{color:var(--color-primary);font-weight:600}.predictive-search__ai-insight--sku{background:linear-gradient(135deg,#fef3c7,#fef9c3)}.predictive-search__ai-insight--sku svg{color:#b45309}.predictive-search__ai-insight--sku strong{color:#92400e;font-family:monospace}.sku-search-notice{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;margin-bottom:1.5rem;background:linear-gradient(135deg,#fef3c7,#fef9c3);border:1px solid #fcd34d;border-radius:8px;font-size:.875rem;color:#92400e}.sku-search-notice svg{color:#b45309;flex-shrink:0}.sku-search-notice strong{font-family:monospace;font-weight:600}.predictive-search__fits{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;color:#059669;font-weight:500;margin-top:.25rem}.predictive-search__no-fit{display:inline-block;font-size:.75rem;color:#9ca3af;margin-top:.25rem}.predictive-search__sku{display:inline-block;font-size:.7rem;color:#6b7280;font-family:monospace;background:#f3f4f6;padding:.125rem .375rem;border-radius:3px;margin-top:.25rem}.header__actions{display:flex;align-items:center;gap:1.5rem}.header__action{display:flex;flex-direction:column;align-items:center;gap:.25rem;text-decoration:none;color:#374151;min-width:48px}.header__action:hover{color:var(--color-primary)}.header__action svg{width:24px;height:24px}.header__action span{font-size:.75rem;font-weight:500}.header__cart-wrap{position:relative;display:flex;align-items:center;justify-content:center}.header__cart-count{position:absolute;top:-8px;right:-8px;background:var(--color-accent);color:#fff;font-size:.6875rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.header__cart-count[hidden]{display:none}.header__nav{background:#e1ecf9;border:none;box-shadow:none}.header__nav .container{padding-left:0;padding-right:0;max-width:100%}.nav__list{display:flex;align-items:center;list-style:none;margin:0;padding:0}.nav__list--brands{justify-content:center}.nav__item{position:relative}.nav__link{display:flex;align-items:center;gap:.25rem;padding:.875rem .75rem;text-decoration:none;color:#000;font-weight:600;position:relative;font-size:1rem;white-space:nowrap}.nav__link:hover{color:var(--color-primary);background:#f9fafb}.nav__link svg{width:10px;height:10px;flex-shrink:0}.nav__link--primary{background:transparent;color:var(--color-primary);border:2px solid var(--color-primary);border-radius:6px;margin:.375rem 0;padding:.5rem .875rem;font-weight:600}.nav__link--primary:hover{background:var(--color-primary);color:#fff}.nav__link--primary svg{width:16px;height:16px}.nav__link--active{color:var(--color-primary);background:#eff6ff;position:relative}.nav__link--active:hover{background:#eff6ff}.nav__link--active:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:calc(100% - 2rem);height:2px;background:var(--color-primary)}.dropdown{position:absolute;top:100%;left:0;min-width:160px;background:#fff;border:1px solid #e5e7eb;border-radius:0 0 .5rem .5rem;box-shadow:0 10px 40px #00000026;display:none;z-index:150}.nav__item--has-dropdown:hover .dropdown{display:block}.dropdown__link{display:block;padding:.625rem 1rem;text-decoration:none;color:#2b2c2e;font-size:.88rem;font-weight:500}.dropdown__link:hover{background:#eff6ff;color:var(--color-primary)}.dropdown__link--parent{font-weight:600;color:#111827;border-bottom:1px solid #f3f4f6}.nav__link--more{background:none;border:none;cursor:pointer;font-family:inherit}.dropdown--more{min-width:200px}.dropdown__heading{display:block;padding:.5rem 1rem .25rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#9ca3af}.dropdown__divider{display:block;height:1px;background:#f3f4f6;margin:.375rem 0}.nav__item--more{display:none}.nav__item--secondary{display:list-item}@media(max-width:1350px){.nav__item--secondary{display:none}.nav__item--more{display:list-item;position:relative}.nav__item--more:hover .dropdown{display:block}}.mega-menu{position:fixed;left:0;right:0;top:auto;background:#fff;border-top:1px solid #e5e7eb;box-shadow:0 10px 40px #00000026;display:none;z-index:150}.nav__item--mega:hover .mega-menu{display:block}.mega-menu__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;padding:1.5rem 0}.mega-menu__card{padding:1.25rem;background:#f9fafb;border:2px solid #f3f4f6;border-radius:.5rem}.mega-menu__card:hover{border-color:var(--color-primary);background:#eff6ff}.mega-menu__brand{display:block;font-weight:700;color:#111827;text-decoration:none;margin-bottom:.5rem;font-size:1.125rem}.mega-menu__brand:hover{color:var(--color-primary)}.mega-menu__models{display:flex;flex-wrap:wrap;gap:.5rem .75rem}.mega-menu__models a{font-size:.88rem;color:#2b2c2e;text-decoration:none;font-weight:500}.mega-menu__models a:hover{color:var(--color-primary);text-decoration:underline}.mobile-header{background:#fff;position:fixed;top:0;left:0;right:0;z-index:100;border-bottom:1px solid #e5e7eb}.mobile-header__top{display:flex;align-items:center;padding:8px 12px;gap:8px}.mobile-header__icon-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:none;border:none;color:#374151;cursor:pointer;text-decoration:none;flex-shrink:0;-webkit-tap-highlight-color:transparent}.mobile-header__icon-btn:active{color:var(--color-primary)}.mobile-header__logo{flex:1;min-width:0;text-decoration:none}.mobile-header__logo img{height:28px;width:auto;display:block}.mobile-header__logo-text{font-size:1.125rem;font-weight:800;color:var(--color-primary);letter-spacing:-.02em}.mobile-header__actions{display:flex;align-items:center;gap:0}.mobile-header__cart{position:relative}.mobile-header__cart-count{position:absolute;top:4px;right:2px;background:var(--color-accent, #dc2626);color:#fff;font-size:.5625rem;font-weight:700;min-width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;pointer-events:none}.mobile-header__cart-count[hidden]{display:none}.mobile-header__search{padding:8px 12px;background:#fff;border-bottom:1px solid #f0f0f0}@media(max-width:823px){.mobile-header__search{margin-top:60px}}.mobile-header__search-form{display:flex;align-items:center;background:#f5f5f5;border:1.5px solid transparent;border-radius:8px;overflow:hidden;transition:border-color .15s,box-shadow .15s}.mobile-header__search-form:focus-within{border-color:var(--color-primary);background:#fff;box-shadow:0 0 0 3px #2563eb14}.mobile-header__search-input{flex:1;border:none;background:transparent;padding:10px 12px;font-size:16px;font-family:inherit;outline:none;color:#1f2937}.mobile-header__search-input::placeholder{color:#9ca3af}.mobile-header__search-btn{background:var(--color-primary);border:none;padding:10px 14px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.mobile-header__search-btn svg{width:18px;height:18px}.mobile-search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#fff;z-index:200;display:flex;flex-direction:column;padding-top:60px;padding-bottom:70px}.mobile-search-overlay[hidden]{display:none!important}.mobile-search-overlay__header{padding:1rem;border-bottom:1px solid #e5e7eb}.mobile-search-overlay__form{display:flex;border:2px solid var(--color-primary);border-radius:.5rem;overflow:hidden}.mobile-search-overlay__input{flex:1;padding:.75rem 1rem;border:none;outline:none;font-size:1rem;font-family:inherit}.mobile-search-overlay__btn{background:var(--color-primary);color:#fff;border:none;padding:0 1rem;cursor:pointer}.mobile-search-overlay__content{flex:1;overflow-y:auto}.mobile-search-overlay__popular{padding:1.5rem;text-align:center}.mobile-search-overlay__label{font-size:.875rem;color:#6b7280;margin-bottom:1rem}.mobile-search-overlay__tags{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.mobile-search-overlay__tag{padding:.5rem 1rem;background:#f3f4f6;border-radius:9999px;text-decoration:none;color:#374151;font-size:.875rem}.mobile-search-overlay__tag:hover{background:#e5e7eb}.mobile-search-overlay__results{padding:0}.mobile-search-overlay__results[hidden]{display:none}.mobile-search-overlay__result{display:flex;align-items:center;gap:1rem;padding:1rem;text-decoration:none;color:inherit;border-bottom:1px solid #f3f4f6}.mobile-search-overlay__result:hover{background:#f9fafb}.mobile-search-overlay__result-image{width:64px;height:64px;object-fit:cover;border-radius:.5rem;background:#f3f4f6}.mobile-search-overlay__result-info{flex:1;min-width:0}.mobile-search-overlay__result-title{font-size:.875rem;font-weight:500;color:#111827;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mobile-search-overlay__result-sku{font-size:.75rem;color:#6b7280;margin-top:.125rem}.mobile-search-overlay__result-price{font-size:.875rem;font-weight:700;color:var(--color-primary);margin-top:.25rem}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex}.mobile-menu[hidden]{display:none!important}.mobile-menu__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.mobile-menu__panel{position:absolute;top:0;left:0;bottom:0;width:85%;max-width:320px;background:#fff;display:flex;flex-direction:column;animation:slideIn .25s ease-out}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.mobile-menu__header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:var(--color-primary);color:#fff}.mobile-menu__title{font-weight:700;font-size:1rem}.mobile-menu__close{background:#ffffff26;border:none;padding:0;color:#fff;cursor:pointer;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-menu__close svg{width:16px;height:16px}.mobile-menu__list,.mobile-menu__submenu{list-style:none;margin:0;padding:0}.mobile-menu__nav{flex:1;overflow-y:auto}.mobile-menu__nav .mobile-menu__section-label{padding:0 1rem;color:#6b7280}.mobile-menu__section-label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-primary);margin-bottom:.75rem}.mobile-menu__link{display:flex;align-items:center;justify-content:space-between;width:100%;padding:13px 16px;text-decoration:none;color:#111827;font-size:.9375rem;font-weight:500;border:none;border-bottom:1px solid #f3f4f6;background:none;cursor:pointer;font-family:inherit;text-align:left}.mobile-menu__link:active{background:#f9fafb}.mobile-menu__link svg{color:#d1d5db;flex-shrink:0;width:16px;height:16px}.mobile-menu__submenu{background:#f9fafb}.mobile-menu__submenu[hidden]{display:none}.mobile-menu__sublink{display:block;padding:11px 16px 11px 28px;text-decoration:none;color:#6b7280;font-size:.875rem;border-bottom:1px solid #f0f0f0}.mobile-menu__sublink:first-child{color:var(--color-primary);font-weight:600}.mobile-menu__sublink:active{background:#f3f4f6}.mobile-menu__footer{padding:16px;border-top:1px solid #e5e7eb;background:#f9fafb}.mobile-menu__phone{display:flex;align-items:center;gap:8px;text-decoration:none;color:var(--color-primary);font-weight:700;font-size:.9375rem}.mobile-menu__phone svg{width:16px;height:16px;flex-shrink:0}.mobile-menu__email{display:flex;align-items:center;gap:8px;text-decoration:none;color:#6b7280;font-size:.8125rem;margin-top:8px}.mobile-menu__email svg{flex-shrink:0}.hero{position:relative;min-height:400px;display:flex;align-items:center;contain:layout style;overflow:visible}@media(min-width:768px){.hero{min-height:500px}}.hero__image{position:absolute;top:0;right:0;width:100%;height:100%;overflow:hidden}@media(min-width:768px){.hero__image{width:60%}}.hero__image img{width:100%;height:100%;object-fit:cover;object-position:left center}@media(min-width:768px){.hero__image img{object-position:center}}.hero__gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,var(--hero-color, #1e40af) 0%,var(--hero-color, #1e40af) 40%,color-mix(in srgb,var(--hero-color, #1e40af) 90%,transparent) 50%,color-mix(in srgb,var(--hero-color, #1e40af) 70%,transparent) 60%,color-mix(in srgb,var(--hero-color, #1e40af) 45%,transparent) 75%,color-mix(in srgb,var(--hero-color, #1e40af) 20%,transparent) 90%,transparent 100%)}@media(max-width:767px){.hero__gradient{background:linear-gradient(to bottom,color-mix(in srgb,var(--hero-color, #1e40af) 85%,transparent),color-mix(in srgb,var(--hero-color, #1e40af) 60%,transparent))}}.hero__content{position:relative;z-index:1;max-width:550px;padding:3rem 0 5rem;color:#fff}.hero__subheading{opacity:.85;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin:0 0 .75rem}.hero__title{font-size:2rem;font-weight:700;line-height:1.1;margin:0 0 1rem}@media(min-width:768px){.hero__title{font-size:2.75rem}}.hero__subtitle{font-size:1.125rem;opacity:.9;margin:0 0 1.5rem;line-height:1.6}.hero__reviews{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.hero__reviews-stars{display:flex;align-items:center;gap:1px}.hero__reviews-stars svg{width:16px;height:16px}.hero__reviews-text{display:flex;align-items:center;gap:.3125rem;font-size:.8125rem;color:#ffffffd9}.hero__reviews-text strong{color:#fff;font-weight:700}.hero__reviews-g{flex-shrink:0}.hero__cta{display:inline-block;margin-top:1.25rem;padding:.875rem 2.5rem;background:#ffd814;color:#0e1f56;font-size:1.0625rem;font-weight:700;border-radius:8px;text-decoration:none;letter-spacing:.01em;transition:background .15s,color .15s}.hero__cta:hover{background:#ffc23a;color:#000}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem}.breadcrumbs{padding:.75rem 0 .5rem}.breadcrumbs__list{display:flex;flex-wrap:wrap;align-items:center;list-style:none;margin:0;padding:0;font-size:.8125rem;color:#6b7280;gap:0}.breadcrumbs__item{display:flex;align-items:center}.breadcrumbs__item+.breadcrumbs__item:before{content:"\203a";margin:0 .5rem;color:#d1d5db}.breadcrumbs__item a{color:#6b7280;text-decoration:none}.breadcrumbs__item a:hover{color:var(--color-primary);text-decoration:underline}.breadcrumbs__item--current span{color:#111827;font-weight:500;max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}@media(max-width:823px){.breadcrumbs{display:none}}@media(max-width:639px){.breadcrumbs{padding:.5rem 0 .25rem}.breadcrumbs__list{font-size:.75rem}.breadcrumbs__item--current span{max-width:180px}}.currency-switcher{position:relative}.currency-switcher__btn{display:flex;align-items:center;gap:.25rem;background:none;border:none;color:inherit;font-size:inherit;font-family:inherit;cursor:pointer;padding:.25rem .5rem;border-radius:.25rem}.currency-switcher__btn:hover{background:#ffffff1a}.currency-switcher__dropdown{position:absolute;top:100%;right:0;margin-top:.5rem;background:#fff;border-radius:.5rem;box-shadow:0 4px 20px #00000026;min-width:120px;overflow:hidden;z-index:300}.currency-switcher__dropdown[hidden]{display:none}.currency-switcher__option{display:flex;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;background:none;border:none;font-size:.875rem;color:#374151;cursor:pointer;text-align:left}.currency-switcher__option:hover{background:#f3f4f6}.currency-switcher__option--active{background:#eff6ff;color:var(--color-primary);font-weight:500}.currency-switcher__flag{font-size:1rem}.trust-bar__currency{margin-left:auto}.about-blog{padding:4rem 0;background:#fff}.about-blog__grid{display:grid;grid-template-columns:1fr 380px;gap:3rem;align-items:start}.about-blog__main{display:flex;flex-direction:column;gap:2rem}.about-blog__video{border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00000014}.about-blog__video-embed{position:relative;padding-bottom:56.25%;background:#1f2937}.about-blog__video-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%}.about-blog__eyebrow{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--color-primary);margin:0 0 .75rem}.about-blog__title{font-size:1.75rem;font-weight:700;color:#1f2937;margin:0 0 1rem;line-height:1.2}.about-blog__content{color:#4b5563;line-height:1.7;font-size:1rem}.about-blog__content p{margin:0}.about-blog__content p+p{margin-top:1rem}.about-blog__link{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.25rem;color:var(--color-primary);text-decoration:none;font-weight:600}.about-blog__link:hover{text-decoration:underline}.about-blog__sidebar{position:sticky;top:2rem}.about-blog__sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid #e5e7eb}.about-blog__sidebar-header h3{font-size:1.125rem;font-weight:700;color:#1f2937;margin:0}.about-blog__sidebar-header a{font-size:.875rem;color:var(--color-primary);text-decoration:none;font-weight:500}.about-blog__sidebar-header a:hover{text-decoration:underline}.about-blog__articles{display:flex;flex-direction:column;gap:1rem}.article-card{display:flex;gap:1rem;padding:.875rem;background:#f9fafb;border-radius:10px;text-decoration:none;transition:background .15s}.article-card:hover{background:#f0f0f0}.article-card__image{width:80px;height:80px;border-radius:8px;background:#e5e7eb;flex-shrink:0;overflow:hidden;display:flex;align-items:center;justify-content:center}.article-card__image img{width:100%;height:100%;object-fit:cover}.article-card__placeholder{font-size:1.75rem}.article-card__content{flex:1;display:flex;flex-direction:column;justify-content:center}.article-card__category{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-primary);margin-bottom:.25rem}.article-card__title{font-size:.9375rem;font-weight:600;color:#1f2937;line-height:1.3;margin:0}.article-card__date{font-size:.75rem;color:#9ca3af;margin-top:.25rem}@media(max-width:1024px){.about-blog__grid{grid-template-columns:1fr;gap:2.5rem}.about-blog__sidebar{position:static}}@media(max-width:640px){.about-blog{padding:3rem 0}.about-blog__title{font-size:1.5rem}.article-card__image{width:70px;height:70px}}.footer__trust{display:flex;align-items:center;gap:1.5rem}.trust-badge{display:flex;align-items:center;gap:.5rem;color:#94a3b8;font-size:.8125rem}.trust-badge__icon{width:20px;height:20px;color:#10b981}.footer__payments{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.footer__payments-label{color:#64748b;font-size:.75rem;margin-right:.25rem}.payment-icons{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.payment-icon{display:flex;align-items:center;justify-content:center}.payment-icon .icon,.payment-icon .icon--full-color{height:24px;width:auto}@media(max-width:768px){.footer__bottom{flex-direction:column;gap:1.25rem;text-align:center}.footer__trust,.footer__payments{justify-content:center}}.collection-model__header{background:var(--color-secondary);color:#fff;padding:1.5rem 0}.collection-model__title{font-size:1.5rem;font-weight:700;margin-bottom:.25rem;color:#fff}@media(min-width:768px){.collection-model__header{padding:2rem 0}.collection-model__title{font-size:1.75rem}}.collection-model__count{font-size:.875rem;opacity:.85;color:#fff}.collection-model__desc-section,.collection-desc-bottom{padding:2rem 0;border-top:1px solid var(--color-border, #e5e7eb);font-size:.875rem;line-height:1.7;color:#4b5563}.collection-model__desc-section p,.collection-desc-bottom p{margin:0 0 .75rem}.collection-model__desc-section p:last-child,.collection-desc-bottom p:last-child{margin-bottom:0}.collection-model__subcollections{background:#fff;padding:1rem 0 1.25rem;border-bottom:1px solid var(--color-border)}.category-group{margin-bottom:1.25rem}.category-group__title{font-size:1rem;font-weight:600;color:var(--color-text);margin-bottom:.625rem;padding-bottom:.375rem;border-bottom:2px solid var(--color-primary)}@media(min-width:768px){.category-group__title{font-size:1.125rem;margin-bottom:.75rem}}@media(min-width:1024px){.category-group__title{font-size:1.25rem}}.subcollections-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}@media(min-width:480px){.subcollections-grid{grid-template-columns:repeat(4,1fr);gap:.625rem}}@media(min-width:768px){.subcollections-grid{grid-template-columns:repeat(6,1fr);gap:.75rem}}@media(min-width:1024px){.subcollections-grid{grid-template-columns:repeat(8,1fr);gap:.75rem}}@media(min-width:1280px){.subcollections-grid{grid-template-columns:repeat(10,1fr);gap:.875rem}}.subcollection-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--color-border);border-radius:6px;overflow:hidden;text-decoration:none;color:inherit;transition:border-color .2s,box-shadow .2s}.subcollection-card:hover{border-color:var(--color-primary);box-shadow:0 2px 8px #00000014}.subcollection-card__image{aspect-ratio:1;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.subcollection-card__image img{width:100%;height:100%;object-fit:contain;padding:.25rem}.subcollection-card__info{padding:.375rem .25rem;text-align:center;border-top:1px solid var(--color-border)}.subcollection-card__title{font-size:.625rem;font-weight:500;line-height:1.2;color:var(--color-text);margin-bottom:.125rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(min-width:768px){.subcollection-card__title{font-size:.6875rem}}@media(min-width:1024px){.subcollection-card__title{font-size:.75rem}}.subcollection-card__count{font-size:.5625rem;color:#6b7280;font-weight:500}@media(min-width:768px){.subcollection-card__count{font-size:.625rem}}.subcategory-card{display:block;background:var(--color-background, white);border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;box-shadow:0 1px 3px #00000014;transition:transform .2s ease,box-shadow .2s ease}.subcategory-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000001f}.subcategory-card__image{aspect-ratio:4/3;background:#fff;position:relative;overflow:hidden}.subcategory-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.subcategory-card:hover .subcategory-card__image img{transform:scale(1.05)}.subcategory-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--color-primary, #1e3a8a) 0%,var(--color-primary-light, #3b82f6) 100%);color:#fff;font-size:2rem;font-weight:700}.subcategory-card__count{position:absolute;bottom:.5rem;right:.5rem;background:#000000b3;color:#fff;font-size:.75rem;padding:.25rem .5rem;border-radius:4px;font-weight:500}.subcategory-card__content{padding:.875rem 1rem;text-align:center}.subcategory-card__title{font-size:.9375rem;font-weight:600;margin:0;color:var(--color-text, #1a1a1a)}.subcategory-card__years{display:block;font-size:.75rem;color:var(--color-text-muted, #6b7280);margin-top:.25rem}.collection-model__products{padding:1.5rem 0 3rem}.products-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--color-border);flex-wrap:wrap;gap:.75rem}.products-toolbar__info{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap}.products-toolbar__title{font-size:1.125rem;font-weight:600}.products-toolbar__count{font-size:.875rem;color:#6b7280}.products-toolbar__sort{display:flex;align-items:center;gap:.5rem}.sort-select{padding:.5rem 2rem .5rem .75rem;border:1px solid var(--color-border);border-radius:6px;font-size:.875rem;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E") no-repeat right .75rem center;-webkit-appearance:none;appearance:none;cursor:pointer}.load-more{display:flex;flex-direction:column;align-items:center;padding:2rem;gap:.75rem}.load-more__spinner{width:24px;height:24px;border:2px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.load-more__text{font-size:.875rem;color:#6b7280}.load-more__spinner{display:none}.load-more.loading .load-more__spinner{display:block}.collection-model__seo{background:#f9fafb;padding:2rem 0;border-top:1px solid var(--color-border)}.seo-content{font-size:.875rem;line-height:1.7;color:#4b5563}.seo-content p{margin-bottom:1rem}.featured-products{margin-bottom:2rem}.featured-products__title{font-size:1rem;color:var(--color-text, #374151);margin:0 0 1rem}.featured-products__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;margin-bottom:1rem}.featured-products__view-all{display:inline-block;color:var(--color-primary, #1e3a8a);font-weight:500;text-decoration:none}.featured-products__view-all:hover{text-decoration:underline}.models-section{margin-bottom:2rem}.models-section__title{font-size:1.25rem;margin:0 0 1.5rem;color:var(--color-text, #374151)}.model-card{background:#fff;border-radius:16px;overflow:hidden;margin-bottom:1.5rem;box-shadow:0 1px 3px #00000014}.model-card__header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid var(--color-background-alt, #f3f4f6);flex-wrap:wrap;gap:1rem}.model-card__info{display:flex;align-items:center;gap:1rem}.model-card__icon{width:48px;height:48px;background:#eff6ff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:.875rem;color:var(--color-primary, #1e3a8a);font-weight:700}.model-card__name{font-size:1.25rem;font-weight:600;margin:0}.model-card__meta{font-size:.875rem;color:var(--color-text-muted, #6b7280)}.model-card__link{display:flex;align-items:center;gap:.5rem;color:var(--color-primary, #1e3a8a);text-decoration:none;font-weight:500;padding:.5rem 1rem;background:#eff6ff;border-radius:8px;transition:background .2s}.model-card__link:hover{background:#dbeafe}.model-card__products{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;padding:1.25rem 1.5rem}.mini-product{text-decoration:none;color:inherit}.mini-product__image{aspect-ratio:1;background:var(--color-background-alt, #f3f4f6);border-radius:10px;margin-bottom:.5rem;overflow:hidden}.mini-product__image img{width:100%;height:100%;object-fit:cover}.mini-product__title{font-size:.8125rem;line-height:1.3;color:var(--color-text, #374151);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mini-product__price{font-weight:600;color:var(--color-primary, #1e3a8a);font-size:.9375rem;margin-top:.25rem}.categories-section{margin-bottom:2rem}.categories-section__title{font-size:1.125rem;margin:0 0 1rem;color:var(--color-text, #374151)}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.brands-section{margin-bottom:3rem}.brands-section__title{font-size:1.5rem;margin:0 0 1.5rem}.brand-group{background:#fff;border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:1rem;box-shadow:0 1px 3px #00000014}.brand-group__title{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:600;margin:0 0 .75rem;color:var(--color-primary, #1e3a8a)}.brand-group__logo{font-size:1.25rem}.brand-group__models{display:flex;flex-wrap:wrap;gap:.5rem}.model-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--color-background-alt, #f3f4f6);border-radius:20px;text-decoration:none;color:var(--color-text, #1f2937);font-size:.9375rem;transition:background .2s,transform .2s}.model-chip:hover{background:var(--color-primary, #1e3a8a);color:#fff;transform:translateY(-1px)}.model-chip__name{font-weight:500}.model-chip__count{background:#0000001a;padding:.125rem .5rem;border-radius:10px;font-size:.75rem}.model-chip:hover .model-chip__count{background:#fff3}.popular-categories{margin-top:3rem;padding:2rem;background:#fff;border-radius:16px;box-shadow:0 1px 3px #00000014}.popular-categories__title{font-size:1rem;color:var(--color-text-muted, #6b7280);margin:0 0 1rem}.popular-categories__grid{display:flex;flex-wrap:wrap;gap:.5rem}.popular-categories__link{padding:.625rem 1rem;background:var(--color-background-alt, #f3f4f6);border-radius:8px;text-decoration:none;color:var(--color-text, #374151);font-size:.9375rem;transition:background .2s}.popular-categories__link:hover{background:var(--color-border, #e5e7eb)}.products-section{margin-bottom:2rem}.products-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.products-header__title{font-size:1.125rem;margin:0;color:var(--color-text, #374151)}.products-header__count{font-size:.875rem;color:var(--color-text-muted, #6b7280)}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(min-width:640px){.products-grid{grid-template-columns:repeat(3,1fr);gap:1rem}}@media(min-width:1024px){.products-grid{grid-template-columns:repeat(4,1fr);gap:1rem}}.no-results{text-align:center;padding:3rem;background:#fff;border-radius:12px}.no-results__text{color:var(--color-text-muted, #6b7280);margin:0 0 1rem}.no-results__btn{padding:.75rem 1.5rem;background:var(--color-primary, #1e3a8a);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer}.related-categories{margin-top:3rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014}.related-categories__title{font-size:.9375rem;color:var(--color-text-muted, #6b7280);margin:0 0 1rem}.related-categories__links{display:flex;flex-wrap:wrap;gap:.5rem}.related-categories__link{padding:.5rem 1rem;background:var(--color-background-alt, #f3f4f6);border-radius:6px;text-decoration:none;color:var(--color-text, #374151);font-size:.875rem;transition:background .2s}.related-categories__link:hover{background:var(--color-border, #e5e7eb)}.seo-content{margin-top:3rem;padding:2rem;background:#fff;border-radius:16px;box-shadow:0 1px 3px #00000014}.seo-content h2{font-size:1.25rem;color:var(--color-primary, #1e3a8a);margin:0 0 1rem}.seo-content p{color:var(--color-text-muted, #4b5563);line-height:1.7;margin:0 0 1rem}.seo-content p:last-child{margin-bottom:0}.seo-content a{color:var(--color-primary, #1e3a8a)}@media(max-width:768px){.garage-hero{flex-direction:column;text-align:center}.garage-hero__info{flex-direction:column}.garage-shortcut{flex-direction:column;text-align:center}.garage-shortcut__info,.page-header{flex-direction:column}.quick-selector{flex-direction:column;align-items:stretch}.quick-selector__label{text-align:center}.model-card__header{flex-direction:column;text-align:center}.model-card__info{flex-direction:column}.model-card__products{grid-template-columns:repeat(3,1fr);gap:.75rem}}.category-card{background:#fff;border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;box-shadow:0 1px 3px #00000014;transition:transform .2s,box-shadow .2s}.category-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000001f}.category-card__image{aspect-ratio:4/3;background:#f3f4f6;position:relative;overflow:hidden}.category-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.category-card:hover .category-card__image img{transform:scale(1.05)}.category-card__count{position:absolute;bottom:.5rem;right:.5rem;background:#000000b3;color:#fff;font-size:.75rem;padding:.25rem .5rem;border-radius:4px;font-weight:500}.category-card__info{padding:.75rem;text-align:center}.category-card__name{font-weight:500;font-size:.875rem;margin:0;color:var(--color-text, #1f2937)}@media(max-width:640px){.categories-grid{grid-template-columns:repeat(2,1fr)}}.collection-model__subcollections{padding:2rem 0;background:#f8f9fa}.category-group{margin-bottom:2.5rem}.category-group:last-child{margin-bottom:0}.category-group__title{font-size:1.25rem;font-weight:600;color:var(--color-text, #111827);margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid var(--color-primary, #1a56db)}.subcollections-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}@media(min-width:768px){.subcollections-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.25rem}}.subcollection-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--color-border, #e5e7eb);border-radius:8px;overflow:hidden;text-decoration:none;color:inherit;transition:box-shadow .2s ease,border-color .2s ease}.subcollection-card:hover{border-color:var(--color-primary, #1a56db);box-shadow:0 4px 12px #0000001a}.subcollection-card__image{aspect-ratio:1;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.subcollection-card__image img{width:100%;height:100%;object-fit:contain;padding:.5rem}.subcollection-card__placeholder{color:#d1d5db}.subcollection-card__info{padding:.75rem;text-align:center}.subcollection-card__title{font-size:.875rem;font-weight:500;margin:0 0 .25rem;line-height:1.3;color:var(--color-text, #111827)}.subcollection-card__count{font-size:.75rem;color:var(--color-text-light, #6b7280)}.collection-model__header{padding:2rem 0 1.5rem;background:#fff}.collection-model__title{font-size:1.75rem;font-weight:700;margin:0 0 .5rem;color:#111827}@media(min-width:768px){.collection-model__title{font-size:2.25rem}}.collection-model__count{color:#6b7280;margin:0;font-size:.9375rem}.collection-model__products{padding:2rem 0}.products-toolbar{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem}.products-toolbar__title{font-size:1.25rem;font-weight:600;margin:0}.products-toolbar__count{color:var(--color-text-light, #6b7280);font-size:.875rem}.sort-select{padding:.5rem 2rem .5rem .75rem;border:1px solid var(--color-border, #e5e7eb);border-radius:6px;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right .5rem center;font-size:.875rem;cursor:pointer;-webkit-appearance:none;appearance:none}.collection-model__seo{padding:2rem 0;border-top:1px solid var(--color-border, #e5e7eb)}.seo-content{color:var(--color-text-light, #6b7280);font-size:.9375rem;line-height:1.7}.ship-box{border:1px solid var(--color-border);border-radius:10px;padding:.625rem .75rem;margin-bottom:.75rem;background:#fff}@media(max-width:823px){.ship-box{display:none}}.ship-box__header{display:flex;align-items:center;gap:.4375rem;margin-bottom:.5rem;font-family:var(--font-heading);font-weight:700;font-size:.8125rem;color:var(--color-text)}.ship-box__header svg{color:var(--color-text-light);flex-shrink:0}.ship-box__delivery{display:flex;align-items:center;gap:.3125rem;font-size:.8125rem;color:var(--color-text-light);margin-bottom:.375rem}.ship-box__delivery svg{color:var(--color-text-light);flex-shrink:0}.ship-box__delivery strong{color:var(--color-text)}.ship-box__estimate{display:flex;align-items:center;justify-content:space-between;padding:0;margin-bottom:.375rem}.ship-box__estimate-label{font-size:.8125rem;color:var(--color-text-light)}.ship-box__estimate-rate{font-family:var(--font-heading);font-weight:700;font-size:.8125rem;color:var(--color-text)}.ship-box__estimate-rate--free{color:#16a34a}.ship-box__total{display:flex;align-items:center;justify-content:space-between;padding:0;margin-bottom:.375rem}.ship-box__total-label{font-size:.8125rem;color:var(--color-text-light)}.ship-box__total-value{font-family:var(--font-heading);font-weight:700;font-size:.8125rem;color:var(--color-text)}.ship-box__quote-cta{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.75rem;color:var(--color-text-light);padding-top:.25rem}.ship-box__quote-cta:hover{color:var(--color-primary)}.ship-box__quote-icon{display:none}.ship-box__quote-text{font-size:.75rem;color:var(--color-text);line-height:1.4}.ship-box__quote-text strong{display:block;font-family:var(--font-heading);font-weight:700;font-size:.8125rem;color:#ea580c}.atc-popup{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647}.atc-popup.is-open{display:flex;align-items:center;justify-content:center}@media(max-width:823px){.atc-popup.is-open{align-items:flex-end}}.atc-popup__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);animation:atcFadeIn .2s ease;cursor:pointer}@keyframes atcFadeIn{0%{opacity:0}to{opacity:1}}@keyframes atcPopIn{0%{opacity:0;transform:scale(.95) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes atcSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.atc-popup__modal{position:relative;width:480px;max-width:100%;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0003;overflow:hidden;animation:atcPopIn .25s ease}@media(max-width:823px){.atc-popup__modal{width:100%;border-radius:16px 16px 0 0;animation:atcSlideUp .3s ease}}.atc-popup__head{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid var(--color-border)}.atc-popup__head-left{display:flex;align-items:center;gap:.5rem}.atc-popup__check{width:24px;height:24px;border-radius:50%;background:#22c55e;display:flex;align-items:center;justify-content:center;flex-shrink:0}.atc-popup__head-title{font-family:var(--font-heading);font-weight:700;font-size:.9375rem;color:var(--color-text)}.atc-popup__close{background:none;border:none;cursor:pointer;padding:4px;color:#9ca3af;border-radius:6px}.atc-popup__close:hover{color:var(--color-text)}.atc-popup__product{display:flex;gap:1rem;padding:1.25rem 1.5rem}@media(max-width:823px){.atc-popup__product{padding:1rem 1.25rem}}.atc-popup__product-img{width:80px;height:80px;border-radius:10px;background:#f3f4f6;border:1px solid var(--color-border);flex-shrink:0;overflow:hidden;display:flex;align-items:center;justify-content:center}.atc-popup__product-img img{width:100%;height:100%;object-fit:contain}.atc-popup__product-info{flex:1;min-width:0}.atc-popup__product-name{font-family:var(--font-heading);font-size:.8125rem;font-weight:600;color:var(--color-text);line-height:1.4;margin-bottom:.25rem}.atc-popup__product-meta{font-size:.75rem;color:var(--color-text-light);margin-bottom:.25rem}.atc-popup__product-price{font-family:var(--font-heading);font-weight:800;font-size:.9375rem;color:var(--color-primary)}.atc-popup__summary{display:flex;justify-content:space-between;align-items:center;margin:0 1.5rem;padding:.625rem .75rem;background:#f9fafb;border-radius:8px;font-size:.8125rem;color:#374151}@media(max-width:823px){.atc-popup__summary{margin:0 1.25rem}}.atc-popup__summary strong{font-weight:700}.atc-popup__actions{padding:1rem 1.5rem;display:flex;flex-direction:column;gap:.5rem}@media(max-width:823px){.atc-popup__actions{padding:1rem 1.25rem 1.25rem}}.atc-popup__checkout{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.875rem;background:#ffd814;color:#0e1f56;border:none;border-radius:10px;font-family:var(--font-heading);font-weight:700;font-size:.9375rem;text-decoration:none;cursor:pointer;transition:background .15s}.atc-popup__checkout:hover{background:#ffc23a;color:#000}.atc-popup__continue{width:100%;padding:.75rem;background:none;color:#374151;border:1.5px solid var(--color-border);border-radius:10px;font-family:var(--font-heading);font-weight:600;font-size:.875rem;cursor:pointer;transition:border-color .15s,color .15s}.atc-popup__continue:hover{border-color:var(--color-primary);color:var(--color-primary)}.atc-popup__trust{display:flex;justify-content:center;gap:1.25rem;padding:0 1rem 1rem;font-size:.6875rem;color:#9ca3af}.atc-popup__trust span{display:flex;align-items:center;gap:.25rem}@media(max-width:823px){.atc-popup__trust{padding-bottom:1.5rem}}body.atc-popup-open #ShopifyChat,body.atc-popup-open #shopify-chat,body.atc-popup-open shopify-chat,body.atc-popup-open inbox-online-store-chat,body.atc-popup-open .shopify-chat,body.atc-popup-open iframe[id*=chat],body.atc-popup-open iframe[src*=inbox],body.atc-popup-open .needsclick[style*=z-index]{visibility:hidden!important;opacity:0!important;pointer-events:none!important}@media(max-width:639px){.section-main-collection .products-grid,.section-collection-nested .products-grid{grid-template-columns:1fr;gap:.625rem;padding:0 .25rem}.section-main-collection .product-card,.section-collection-nested .product-card{display:flex;flex-direction:row;border-radius:10px;border:1px solid #e5e7eb;background:#fff;box-shadow:none;transition:none}.section-main-collection .product-card:hover,.section-collection-nested .product-card:hover{transform:none;box-shadow:none}.section-main-collection .product-card__media,.section-collection-nested .product-card__media{width:120px;min-width:120px;aspect-ratio:1;border-radius:8px;margin:.625rem 0 .625rem .625rem;overflow:hidden}.section-main-collection .product-card__image--hover,.section-collection-nested .product-card__image--hover{display:none!important}.section-main-collection .product-card__sale-tag,.section-collection-nested .product-card__sale-tag{top:4px;left:4px;right:auto;font-size:.5625rem;padding:1px 5px}.section-main-collection .product-card__content,.section-collection-nested .product-card__content{flex:1;min-width:0;padding:.625rem .75rem;display:flex;flex-direction:column;justify-content:center}.section-main-collection .product-card__title,.section-collection-nested .product-card__title{font-size:.8125rem;line-height:1.35;margin-bottom:.25rem;-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;max-height:none;height:auto}.section-main-collection .product-card__title a,.section-collection-nested .product-card__title a{font-weight:500}.section-main-collection .product-card__price,.section-collection-nested .product-card__price{gap:.375rem;margin-bottom:0}.section-main-collection .product-card__price-current,.section-collection-nested .product-card__price-current{font-size:1.1875rem;font-weight:800}.section-main-collection .product-card__price-compare,.section-collection-nested .product-card__price-compare{font-size:.75rem}.section-main-collection .product-card__price-shipping,.section-collection-nested .product-card__price-shipping{font-size:.6875rem}.section-main-collection .product-card__meta-row,.section-collection-nested .product-card__meta-row{display:flex;align-items:center;gap:.125rem;margin-top:.25rem;font-size:.6875rem}.section-main-collection .product-card__stock-text,.section-collection-nested .product-card__stock-text{font-size:.6875rem}.section-main-collection .product-card__stock-dot,.section-collection-nested .product-card__stock-dot{width:5px;height:5px}.section-main-collection .product-card__sold-text,.section-collection-nested .product-card__sold-text{font-size:.6875rem;color:#6b7280}.section-main-collection .product-card__sold-text:before,.section-collection-nested .product-card__sold-text:before{content:"\b7";margin-right:.125rem;color:#d1d5db}}.product-card,.collection-header,.seo-block,.seo-block__body{background:#fff}.collection-desc-bottom,.collection-model__desc-section{background:#fff;padding-left:1rem;padding-right:1rem;border-radius:8px}.product__sections{background:#fff;border-radius:10px;padding:1rem}.product__trust,.product-description-mobile,.product-fitment-mobile,.subcollection-card,.brand-card{background:#fff}.category-group{background:#fff;border-radius:10px;padding:1rem;margin-bottom:1rem}.collection__toolbar{background:#fff;border-radius:8px;padding:.5rem 1rem;margin-bottom:1rem}.featured-collection,.section-features{background:#fff}
/*# sourceMappingURL=/cdn/shop/t/285/assets/theme.css.map */
