:root{--color-primary: #FBB000;--color-primary-dark: #e5a000;--color-accent: #121212;--color-secondary: #1990C6;--color-border: #E5E5E5;--color-bg-light: #f9f9f9;--font-heading: "Manrope", sans-serif;--font-body: "Assistant", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);color:var(--color-accent);background:#fff;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;border:none;background:none;font-family:inherit}input,select,textarea{font-family:inherit}.container{max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width:1024px){.container{padding:0 2rem}}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:800;line-height:1.15}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:0 2rem;height:3.5rem;font-family:var(--font-heading);font-weight:700;font-size:.875rem;letter-spacing:.08em;text-transform:uppercase;border-radius:0;transition:background .15s,color .15s,border-color .15s;white-space:nowrap}.btn-primary{background:var(--color-primary);color:#000;border:2px solid var(--color-primary)}.btn-primary:hover{background:var(--color-primary-dark);border-color:var(--color-primary-dark)}.btn-dark{background:var(--color-accent);color:#fff;border:2px solid var(--color-accent)}.btn-dark:hover{background:#000;border-color:#000}.btn-outline{background:transparent;color:#fff;border:2px solid #fff}.btn-outline:hover{background:#fff;color:#000}.btn-outline-dark{background:transparent;color:var(--color-accent);border:2px solid var(--color-accent)}.btn-outline-dark:hover{background:var(--color-accent);color:#fff}.btn-sm{height:2.25rem;padding:0 1rem;font-size:.75rem}.announcement-bar{background:var(--color-accent);color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.04em;padding:.5rem 1rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.announcement-bar__contact{display:inline-flex;align-items:center;justify-content:flex-end;flex:0 0 auto;white-space:nowrap}.announcement-bar__contact a{color:inherit;text-decoration:none}.announcement-bar__contact a:hover{text-decoration:underline}@media(max-width:700px){.announcement-bar{flex-direction:column;justify-content:center;gap:.2rem;padding:.45rem .5rem;text-align:center}.announcement-bar__message{display:inline!important;font-size:.66rem;line-height:1.2}.announcement-bar__message.hidden-mobile{display:none!important}.announcement-bar__contact{justify-content:center;max-width:100%;gap:.12rem;font-size:.68rem;line-height:1.2;letter-spacing:.01em}}.site-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid var(--color-border)}.site-header__inner{display:flex;align-items:center;gap:1rem;padding:1rem;max-width:1280px;margin:0 auto}@media(min-width:1024px){.site-header__inner{padding:.7rem 2rem;gap:2rem}}.site-header__logo img{height:2rem;width:auto}@media(min-width:1024px){.site-header__logo img{height:3rem}}.site-header__search{flex:1;max-width:48rem;display:none;position:relative}@media(min-width:1024px){.site-header__search{display:flex}}.site-header__search form{display:flex;flex:1;position:relative}.site-header__search input{flex:1;min-width:0;height:3rem;padding:0 3.5rem 0 1rem;border:1px solid var(--color-border);border-radius:0;font-size:.9375rem;outline:none}.site-header__search input:focus{border-color:var(--color-primary)}.site-header__search button{position:absolute;right:0;top:0;height:3rem;width:3rem;background:var(--color-primary);color:#000;display:flex;align-items:center;justify-content:center}.site-header__search button:hover{background:var(--color-primary-dark)}.site-header__actions{display:flex;align-items:center;gap:1rem;margin-left:auto}.site-header__cart{position:relative;display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border:1px solid var(--color-border)}.site-header__cart-count{position:absolute;top:-.375rem;right:-.375rem;background:var(--color-primary);color:#000;font-size:.625rem;font-weight:700;width:1.25rem;height:1.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.site-header__menu-toggle{display:flex;padding:.5rem}@media(min-width:1024px){.site-header__menu-toggle{display:none}}.site-header__mobile-search{display:flex;padding:0 1rem .75rem;position:relative}@media(min-width:1024px){.site-header__mobile-search{display:none}}.site-header__mobile-search input{flex:1;height:2.5rem;padding:0 2.75rem 0 .75rem;border:1px solid var(--color-border);border-radius:0;font-size:.875rem;outline:none}.site-header__mobile-search button{position:absolute;right:1rem;top:0;height:2.5rem;width:2.5rem;background:var(--color-primary);color:#000;display:flex;align-items:center;justify-content:center}.site-nav{display:none;border-top:1px solid var(--color-border);background:#fff}@media(min-width:1024px){.site-nav{display:block}}.site-nav ul{list-style:none;display:flex;align-items:center;gap:2rem;height:3rem;padding:0 2rem;max-width:1280px;margin:0 auto}.site-nav a{font-size:.8125rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.site-nav a:hover{color:var(--color-primary)}.site-nav a.nav--red{color:#dc2626}.site-nav a.nav--red:hover{color:#b91c1c}.site-nav a.nav--blue{color:var(--color-secondary)}.mobile-nav{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:200}.mobile-nav.is-open{display:block}.mobile-nav__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.mobile-nav__drawer{position:absolute;top:0;left:0;bottom:0;width:min(320px,85vw);background:#fff;overflow-y:auto;padding:1.5rem}.mobile-nav__close{display:flex;justify-content:flex-end;margin-bottom:1.5rem}.mobile-nav__links{list-style:none}.mobile-nav__links li{border-bottom:1px solid var(--color-border)}.mobile-nav__links a{display:block;padding:1rem 0;font-weight:700;font-size:.9375rem;letter-spacing:.04em;text-transform:uppercase}.hero{position:relative;background:var(--color-accent);overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0}.hero__bg img{width:100%;height:100%;object-fit:cover;opacity:.5}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#121212 0%,rgba(18,18,18,.8) 50%,transparent 100%)}.hero__content{position:relative;z-index:1;max-width:1280px;margin:0 auto;padding:5rem 1rem 4rem;display:flex;flex-direction:column;align-items:flex-start}@media(min-width:1024px){.hero__content{padding:4rem 2rem 3.5rem}}.hero__heading{font-family:var(--font-heading);font-weight:800;font-size:clamp(2.5rem,7vw,4.5rem);color:#fff;line-height:1.1;max-width:36rem;margin-bottom:1.25rem}.hero__subheading{color:#d1d5db;font-size:1.125rem;max-width:36rem;margin-bottom:2.5rem}.hero__search{display:flex;width:100%;max-width:36rem;margin-bottom:2rem;position:relative}.hero__search input{flex:1;height:3.5rem;padding:0 4rem 0 1rem;background:#fff;border:none;font-size:.9375rem;border-radius:0;outline:none}.hero__search button{position:absolute;right:0;top:0;height:3.5rem;width:3.5rem;background:var(--color-primary);color:#000;display:flex;align-items:center;justify-content:center}.hero__search button:hover{background:var(--color-primary-dark)}.hero__ctas{display:flex;flex-wrap:wrap;gap:1rem}.trust-bar{background:var(--color-primary);color:#000;padding:1rem}.trust-bar__inner{max-width:1280px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem 3rem}.trust-bar__item{display:flex;align-items:center;gap:.5rem;font-family:var(--font-heading);font-weight:700;font-size:.8125rem;letter-spacing:.06em;text-transform:uppercase}.chassis-section{padding:4rem 0}.section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2rem}.section-title{font-family:var(--font-heading);font-size:1.75rem;font-weight:800}.section-subtitle{color:#6b7280;font-size:.9375rem;margin-top:.25rem}.view-all{font-family:var(--font-heading);font-size:.8125rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--color-secondary);display:flex;align-items:center;gap:.25rem;white-space:nowrap}.view-all:hover{text-decoration:underline}.chassis-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}@media(min-width:640px){.chassis-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1024px){.chassis-grid{grid-template-columns:repeat(8,1fr)}}.chassis-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.25rem .75rem;border:1px solid var(--color-border);background:var(--color-bg-light);text-align:center;transition:border-color .15s,background .15s;min-height:5rem}.chassis-card:hover{border-color:var(--color-accent);background:var(--color-accent);color:#fff}.chassis-card__code{font-family:var(--font-heading);font-size:1.125rem;font-weight:800}.chassis-card__name{font-size:.6875rem;color:#6b7280;margin-top:.25rem}.chassis-card:hover .chassis-card__name{color:#9ca3af}.part-range-section{background:var(--color-bg-light);border-top:1px solid var(--color-border);padding:4rem 0}.part-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}@media(min-width:640px){.part-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1024px){.part-grid{grid-template-columns:repeat(6,1fr)}}.part-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;border:1px solid var(--color-border);background:#fff;text-align:center;min-height:5.5rem;transition:border-color .15s}.part-card:hover{border-color:var(--color-secondary)}.part-card svg{color:#9ca3af}.part-card:hover svg{color:var(--color-secondary)}.part-card__name{font-weight:700;font-size:.6875rem;line-height:1.3;color:var(--color-accent)}.part-card:hover .part-card__name{color:var(--color-secondary)}.page-hero{background:var(--color-accent);color:#fff;padding:1.5rem 0 2.5rem;position:relative;overflow:hidden}@media(min-width:1024px){.page-hero{padding:2.5rem 0 4rem}}.page-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.2}.page-hero__bg img{width:100%;height:100%;object-fit:cover}.page-hero__content{position:relative;z-index:1}.breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem;list-style:none;font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#9ca3af;margin-bottom:1.25rem}.breadcrumb a:hover{color:#fff}.breadcrumb__sep{color:#6b7280}.breadcrumb__current{color:var(--color-primary)}.filter-bar{background:#f5f5f5;border-bottom:1px solid var(--color-border);padding:.625rem 0}.filter-bar__inner{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.filter-bar__label{font-weight:600;color:#6b7280}.filter-bar__value{font-weight:700}.filter-bar__change{color:var(--color-secondary);font-weight:700}.filter-bar__change:hover{text-decoration:underline}.collection-layout{display:flex;flex-direction:column;gap:2rem;padding:2rem 0}@media(min-width:1024px){.collection-layout{flex-direction:row;gap:3rem}.collection-layout__sidebar{width:16rem;flex-shrink:0}}.filter-sidebar{font-size:.875rem}.filter-sidebar__title{font-family:var(--font-heading);font-size:1.125rem;font-weight:800;display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.filter-group{border-bottom:1px solid var(--color-border);padding:1rem 0}.filter-group__heading{font-weight:700;font-size:.8125rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.75rem}.filter-group__options{display:flex;flex-direction:column;gap:.625rem}.filter-option{display:flex;align-items:center;gap:.625rem}.filter-option input[type=checkbox]{width:1rem;height:1rem;accent-color:var(--color-primary);border-radius:0}.filter-option label{font-size:.875rem;font-weight:500;cursor:pointer}.mobile-filter-btn{display:flex;align-items:center;gap:.5rem;padding:0 1rem;height:2.5rem;border:1px solid var(--color-border);font-weight:700;font-size:.8125rem;letter-spacing:.04em;text-transform:uppercase}@media(min-width:1024px){.mobile-filter-btn{display:none}}.sidebar-desktop{display:none}@media(min-width:1024px){.sidebar-desktop{display:block}}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;margin-bottom:1.5rem;border-bottom:1px solid var(--color-border)}.collection-count{font-size:.875rem;color:#6b7280;font-weight:700}.sort-select{border:none;background:transparent;font-size:.875rem;font-weight:700;cursor:pointer;text-transform:uppercase;letter-spacing:.04em}.product-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:640px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1280px){.product-grid{grid-template-columns:repeat(3,1fr)}}.product-card{display:flex;flex-direction:column;border:1px solid var(--color-border);background:#fff;transition:border-color .15s;text-decoration:none;color:inherit}.product-card:hover{border-color:var(--color-accent)}.product-card__image{aspect-ratio:1;background:#f3f4f6;position:relative;overflow:hidden;border-bottom:1px solid var(--color-border);display:flex;align-items:center;justify-content:center}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card:hover .product-card__image img{transform:scale(1.03)}.product-card__badge{position:absolute;top:.5rem;left:.5rem;background:var(--color-accent);color:#fff;font-size:.625rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.2rem .5rem;z-index:1}.product-card__placeholder{color:#d1d5db}.product-card__body{padding:1rem;display:flex;flex-direction:column;flex:1}.product-card__meta{font-size:.75rem;color:#6b7280;margin-bottom:.25rem}.product-card__title{font-weight:700;font-size:.875rem;line-height:1.4;flex:1;margin-bottom:.75rem;transition:color .15s}.product-card:hover .product-card__title{color:var(--color-secondary)}.product-card__footer{display:flex;align-items:center;justify-content:space-between;padding-top:.75rem;border-top:1px solid #f3f4f6;margin-top:auto}.product-card__price{font-family:var(--font-heading);font-size:1.125rem;font-weight:800}.product-card__add{height:2.25rem;padding:0 .875rem;background:var(--color-accent);color:#fff;font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border-radius:0;transition:background .15s;border:none}.product-card__add:hover{background:var(--color-primary);color:#000}.load-more{text-align:center;margin-top:3rem}.product-page{padding:2rem 0 4rem}.product-layout{display:flex;flex-direction:column;gap:2rem}@media(min-width:1024px){.product-layout{flex-direction:row;gap:4rem}}.product-gallery{width:100%}@media(min-width:1024px){.product-gallery{width:50%;flex-shrink:0}}.product-gallery__main{aspect-ratio:1;background:#f3f4f6;border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:1rem;overflow:hidden}.product-gallery__main img{width:100%;height:100%;object-fit:contain}.product-gallery__condition{position:absolute;top:1rem;left:1rem;background:#fff;border:1px solid var(--color-border);font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.3rem .75rem}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.product-gallery__thumb{aspect-ratio:1;background:#f9f9f9;border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden}.product-gallery__thumb.active{border-color:var(--color-primary);box-shadow:0 0 0 1px var(--color-primary)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info{flex:1}.product-info__badges{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.75rem}.badge{font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .625rem}.badge--dark{background:var(--color-accent);color:#fff}.badge--light{background:#f3f4f6;color:#6b7280}.product-info__title{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800;line-height:1.2;margin-bottom:1rem}.product-info__price-row{display:flex;align-items:baseline;gap:.75rem;padding-bottom:1.5rem;border-bottom:1px solid var(--color-border);margin-bottom:1.5rem}.product-info__price{font-family:var(--font-heading);font-size:2.25rem;font-weight:800}.product-info__currency{color:#6b7280;font-weight:700;font-size:.875rem;text-transform:uppercase}.product-info__meta{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.product-meta-row{display:flex;align-items:center;gap:.75rem;font-size:.9375rem}.product-meta-row svg{flex-shrink:0}.product-meta-row .label{font-weight:700}.product-meta-row .value{color:#6b7280}.product-meta-row--warn .label{color:#d97706}.product-meta-row--ok .label{color:var(--color-secondary)}.product-info__ctas{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}@media(min-width:640px){.product-info__ctas{flex-direction:row}}.product-info__ctas .btn{flex:1}.trust-strip{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding:1.5rem 0;margin-bottom:2rem}.trust-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 1rem}.trust-item+.trust-item{border-left:1px solid var(--color-border)}.trust-item svg{color:var(--color-secondary);margin-bottom:.5rem}.trust-item__label{font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;line-height:1.4}.tabs{width:100%}.tabs__nav{display:flex;border-bottom:1px solid var(--color-border);gap:1.5rem;overflow-x:auto;scrollbar-width:none}.tabs__nav::-webkit-scrollbar{display:none}.tab-btn{padding:.75rem 0;font-weight:700;font-size:.8125rem;letter-spacing:.08em;text-transform:uppercase;border-bottom:2px solid transparent;white-space:nowrap;color:#6b7280;transition:color .15s,border-color .15s;margin-bottom:-1px;background:none;border-left:none;border-right:none;border-top:none}.tab-btn.active,.tab-btn:hover{color:var(--color-accent)}.tab-btn.active{border-bottom-color:var(--color-primary)}.tab-pane{display:none;padding-top:1.5rem}.tab-pane.active{display:block}.compat-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.compat-chip{background:#f3f4f6;padding:.5rem .75rem;font-size:.875rem;font-weight:700;display:flex;align-items:center;gap:.5rem}.compat-chip__chassis{color:var(--color-secondary)}.specs-table{width:100%;font-size:.875rem}.specs-table tr{border-bottom:1px solid var(--color-border)}.specs-table td{padding:.75rem 0}.specs-table td:first-child{color:#6b7280;font-weight:700;width:40%}.specs-table td:last-child{font-weight:700}.coding-notice{background:#f9f9f9;border-left:4px solid var(--color-primary);padding:1rem 1rem 1rem 1.25rem;font-size:.875rem;font-weight:700;color:var(--color-accent);margin-top:1rem}.faq-section{background:var(--color-bg-light);padding:4rem 0;border-top:1px solid var(--color-border)}.faq-section__inner{max-width:56rem;margin:0 auto}.faq-section h2{text-align:center;font-size:1.5rem;margin-bottom:2rem;text-transform:uppercase;letter-spacing:.04em}.accordion-item{border-bottom:1px solid var(--color-border);background:#fff}.accordion-btn{width:100%;text-align:left;padding:1.25rem 1.5rem;font-weight:700;font-size:1rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.accordion-btn svg{flex-shrink:0;transition:transform .2s}.accordion-btn.open svg{transform:rotate(180deg)}.accordion-content{display:none;padding:0 1.5rem 1.25rem;color:#4b5563;font-size:.9375rem;line-height:1.7}.accordion-content.open{display:block}.related-categories{padding:3rem 0;border-top:1px solid var(--color-border)}.tag-chips{display:flex;flex-wrap:wrap;gap:.625rem}.tag-chip{padding:.5rem 1rem;background:#f3f4f6;font-size:.875rem;font-weight:700;transition:background .15s,color .15s}.tag-chip:hover{background:var(--color-secondary);color:#fff}.related-section{background:var(--color-bg-light);padding:4rem 0;border-top:1px solid var(--color-border)}.related-section .section-header{display:grid;grid-template-columns:minmax(0,.85fr) minmax(280px,1.15fr);align-items:end;gap:2.5rem}.related-section .section-title{max-width:12ch;margin:0;font-size:clamp(2rem,4vw,3.5rem);line-height:1.05}.related-section__intro{max-width:44rem;margin:0;color:#6b7280;font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.65}.related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}@media(max-width:900px){.related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.related-section{padding:3rem 0}.related-section .section-header{display:block;margin-bottom:1.5rem}.related-section .section-title{max-width:none;font-size:2rem}.related-section__intro{margin-top:.75rem;font-size:.95rem}.related-grid{grid-template-columns:1fr;gap:1rem;overflow:visible}.related-grid .product-card{min-width:0}}.site-footer{background:var(--color-accent);color:#fff;margin-top:4rem;padding:4rem 0 2rem}.site-footer__grid{display:grid;grid-template-columns:1fr;gap:2.5rem;margin-bottom:3rem}@media(min-width:768px){.site-footer__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.site-footer__grid{grid-template-columns:repeat(4,1fr)}}.footer-col__heading{font-weight:700;font-size:.8125rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.25rem}.footer-col__links{list-style:none;display:flex;flex-direction:column;gap:.625rem}.footer-col__links a{font-size:.875rem;color:#9ca3af;transition:color .15s}.footer-col__links a:hover{color:var(--color-primary)}.footer-about p{font-size:.875rem;color:#9ca3af;line-height:1.7;margin-bottom:1.25rem}.footer-social{display:flex;gap:.75rem}.footer-social a{width:2rem;height:2rem;background:#374151;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:#fff;transition:background .15s}.footer-social a:hover{background:var(--color-primary);color:#000}.footer-newsletter{display:flex}.footer-newsletter input{flex:1;background:#1f2937;border:none;color:#fff;padding:0 1rem;height:2.75rem;font-size:.875rem;outline:none}.footer-newsletter input::placeholder{color:#6b7280}.footer-newsletter button{height:2.75rem;padding:0 1rem;background:var(--color-primary);color:#000;font-weight:700;font-size:.8125rem;text-transform:uppercase;letter-spacing:.04em;border-radius:0}.footer-newsletter button:hover{background:var(--color-primary-dark)}.site-footer__bottom{border-top:1px solid #374151;padding-top:1.5rem;display:flex;flex-direction:column;gap:.75rem;align-items:center;text-align:center;font-size:.75rem;color:#6b7280}@media(min-width:768px){.site-footer__bottom{flex-direction:row;justify-content:space-between;text-align:left}}.footer-legal{display:flex;gap:1rem}.footer-legal a{color:#6b7280}.footer-legal a:hover{color:#fff}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.text-center{text-align:center}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.page-breadcrumb{background:var(--color-bg-light);border-bottom:1px solid var(--color-border);padding:.875rem 0}.product-breadcrumb{color:#6b7280;flex-wrap:nowrap;overflow:hidden}.product-breadcrumb a{color:#4b5563}.product-breadcrumb li{flex:0 0 auto}.product-breadcrumb li:last-child{overflow:hidden;max-width:24rem;text-overflow:ellipsis;white-space:nowrap;color:#111827}.product-gallery__main{cursor:zoom-in}.product-gallery__zoom{position:absolute;z-index:2;right:.75rem;bottom:.75rem;padding:.55rem .75rem;border:1px solid var(--color-border);background:#fffffff2;font-size:.75rem;font-weight:700}.product-gallery__placeholder{width:35%;color:#d1d5db}.product-gallery__thumbs{display:flex;overflow-x:auto;padding:1px 1px .5rem;scroll-snap-type:x mandatory}.product-gallery__thumb{flex:0 0 5.25rem;scroll-snap-align:start}.product-gallery__dialog{width:min(94vw,90rem);height:min(94vh,70rem);padding:2.75rem 1rem 1rem;border:0;background:#fff}.product-gallery__dialog::backdrop{background:#000000d6}.product-gallery__dialog img{width:100%;height:100%;object-fit:contain}.product-gallery__close{position:absolute;top:.5rem;right:.75rem;width:2.25rem;height:2.25rem;font-size:1.75rem;line-height:1;background:#fff}.product-info__compare{color:#6b7280;font-size:1.1rem}.product-info__saving{padding:.3rem .55rem;background:#e8f7ed;color:#166534;font-size:.75rem;font-weight:800}.is-hidden{display:none!important}.product-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0 0 1.25rem;border:1px solid var(--color-border)}.product-facts div{padding:.75rem;border-bottom:1px solid var(--color-border)}.product-facts div:nth-child(odd){border-right:1px solid var(--color-border)}.product-facts dt,.spec-grid dt{color:#6b7280;font-size:.7rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.product-facts dd,.spec-grid dd{margin:.25rem 0 0;font-size:.875rem;font-weight:700;overflow-wrap:anywhere}.fitment-panel,.shipping-panel{margin:1.25rem 0;padding:1.15rem;border:1px solid #bfdbfe;border-left:4px solid var(--color-secondary);background:#f7fbff}.fitment-panel h2,.shipping-panel h2{margin:.15rem 0 .55rem;font-size:1.1rem}.fitment-panel p,.shipping-panel p{margin:0 0 .65rem;color:#374151;font-size:.875rem;line-height:1.55}.eyebrow{color:var(--color-secondary)!important;font-size:.68rem!important;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.text-link,.policy-links a,.accordion-content a{color:var(--color-secondary);font-weight:700;text-decoration:underline;text-underline-offset:2px}.product-form{display:grid;grid-template-columns:6rem 1fr;gap:.55rem .75rem;padding:1.25rem;background:#f8fafc;border:1px solid var(--color-border)}.product-form label{align-self:center;font-size:.78rem;font-weight:800}.product-form select,.product-form__quantity{min-width:0;height:2.8rem;padding:0 .75rem;border:1px solid #9ca3af;background:#fff}.product-form__submit,.product-form__dynamic{grid-column:1 / -1}.product-form__submit{width:100%}.product-form__dynamic .shopify-payment-button__button{min-height:3rem!important;border-radius:0!important}.parts-request{padding:1.25rem;border:1px solid #f59e0b;background:#fffbeb}.parts-request p{margin:.35rem 0 .85rem;font-size:.875rem}.parts-request .btn{width:100%}.product-trust{display:grid;grid-template-columns:repeat(3,1fr);margin:1.25rem 0 .65rem;padding:1rem 0;border-block:1px solid var(--color-border);list-style:none}.product-trust li{padding:0 .6rem;text-align:center;font-size:.72rem;font-weight:800}.product-trust li+li{border-left:1px solid var(--color-border)}.product-trust li:before{content:"\2713";display:block;margin-bottom:.3rem;color:var(--color-secondary);font-size:1rem}.policy-links{display:flex;flex-wrap:wrap;gap:.5rem 1rem;font-size:.75rem}.shipping-panel{border-color:var(--color-border);border-left-color:#6b7280;background:#f9fafb}.product-lower{display:grid;gap:2rem;margin-top:3rem}.specification-section h2{margin-bottom:1rem;font-size:1.35rem}.spec-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--color-border);border-left:1px solid var(--color-border)}.spec-grid div{padding:.85rem;border-right:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.product-accordions{border-top:1px solid var(--color-border)}.product-accordions .accordion-btn{padding:.9rem .25rem;background:transparent;font-size:.9rem}.product-accordions .accordion-content{padding:0 .25rem 1rem}.product-app-block,.product-custom-content{margin-top:2rem}.mobile-purchase-bar{display:none}.related-section__intro{max-width:44rem;margin-top:.5rem;color:#6b7280;font-size:.875rem}@media(min-width:1024px){.product-gallery{position:sticky;top:1rem;align-self:flex-start}.product-lower{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr)}}@media(max-width:767px){.template-product{padding-bottom:5rem}.product-page{padding-top:1rem}.product-layout{gap:1.25rem}.product-gallery__condition{max-width:65%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-info__price-row{flex-wrap:wrap;padding-bottom:1rem;margin-bottom:1rem}.product-info__price{font-size:1.8rem}.product-facts,.spec-grid{grid-template-columns:1fr}.product-facts div:nth-child(odd){border-right:0}.product-trust{gap:0}.product-trust li{padding:0 .35rem}.mobile-purchase-bar{position:fixed;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:1rem;left:0;right:0;bottom:0;padding:.65rem max(.85rem,env(safe-area-inset-left)) calc(.65rem + env(safe-area-inset-bottom));border-top:1px solid var(--color-border);box-shadow:0 -4px 18px #0000001f;background:#fff}.mobile-purchase-bar div{display:flex;flex-direction:column;min-width:0}.mobile-purchase-bar small{color:#6b7280}.mobile-purchase-bar .btn{min-width:9rem;padding-inline:.8rem}}.page-header{background:var(--color-bg-light);border-bottom:1px solid var(--color-border);padding:3rem 0}.page-header h1{font-size:clamp(2rem,5vw,3.25rem);margin-bottom:.75rem}.page-header p{color:#6b7280;max-width:48rem;font-size:1.0625rem}.tabs-section{padding:3rem 0}.tab-nav{display:grid;grid-template-columns:repeat(2,1fr);max-width:26rem;background:#f3f4f6;padding:.25rem;margin-bottom:1.5rem}.tab-nav-btn{padding:.625rem 1rem;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border-radius:0;transition:background .15s;background:none;border:none;color:#6b7280}.tab-nav-btn.active{background:#fff;color:var(--color-accent);box-shadow:0 1px 3px #0000001a}.tab-count{font-size:.875rem;color:#6b7280;font-weight:600;margin-bottom:1rem}.mpp-home__eyebrow{margin:0 0 .55rem;color:var(--color-secondary);font-family:var(--font-heading);font-size:.72rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.mpp-home-hero .mpp-home__eyebrow{color:var(--color-primary)}.mpp-home-hero .hero__heading{max-width:42rem;font-size:clamp(2.5rem,5vw,3.75rem)}.mpp-home-hero .hero__subheading,.mpp-home-hero .hero__search{margin-bottom:1.5rem}.mpp-home-hero__hint{margin:-1rem 0 1.25rem;color:#d1d5db;font-size:.8rem}.mpp-home-section,.mpp-home-products{padding:clamp(2.25rem,4vw,3.5rem) 0}.mpp-home-products .featured-products-grid{display:grid;grid-auto-flow:row;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem;overflow:visible;padding:0;scroll-snap-type:none}.mpp-home-products .featured-products-grid .product-card{min-width:0}@media(max-width:900px){.mpp-home-products .featured-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.mpp-home-products .featured-products-grid{grid-template-columns:1fr}}.mpp-home-products+.mpp-home-products,.mpp-home-guides,.mpp-home-faq{background:var(--color-bg-light)}.mpp-home-heading{max-width:44rem;margin-bottom:1.5rem}.mpp-home-heading h2,.mpp-home-final h2{margin:0 0 .75rem;font-size:clamp(1.8rem,4vw,2.75rem)}.mpp-home-heading>p:last-child,.mpp-home-final p{color:#5b6470;line-height:1.65}.mpp-home-card-grid{display:grid;gap:1rem}.mpp-home-card{display:flex;flex-direction:column;min-height:15rem;padding:1.5rem;border:1px solid var(--color-border);background:#fff;transition:transform .2s,border-color .2s,box-shadow .2s}.mpp-home-card:hover{transform:translateY(-3px);border-color:var(--color-secondary);box-shadow:0 12px 30px #12121214}.mpp-home-card__number{margin-bottom:auto;color:#9ca3af;font-family:var(--font-heading);font-weight:800}.mpp-home-card h3{margin:1.5rem 0 .5rem;font-size:1.25rem}.mpp-home-card p{margin:0 0 1rem;color:#5b6470;line-height:1.5}.mpp-home-card__link{color:var(--color-secondary);font-weight:800}.mpp-home-empty{padding:2.5rem;border:1px dashed #aeb4bc;background:#fff;text-align:center}.mpp-home-empty h3{margin-bottom:.5rem}.mpp-home-empty p{max-width:38rem;margin:0 auto 1.25rem;color:#5b6470;line-height:1.55}.mpp-home-steps{display:grid;gap:1rem;padding:0;list-style:none}.mpp-home-steps li{display:flex;gap:1rem;padding:1.5rem;border-top:3px solid var(--color-primary);background:#fff;box-shadow:0 8px 24px #1212120f}.mpp-home-steps li>span{display:grid;flex:0 0 2.5rem;height:2.5rem;place-items:center;background:var(--color-accent);color:#fff;font-family:var(--font-heading);font-weight:800}.mpp-home-steps h3{margin:0 0 .4rem;font-size:1.05rem}.mpp-home-steps p,.mpp-home-note{margin:0;color:#5b6470;line-height:1.55}.mpp-home-note{margin-top:1.25rem;padding-left:1rem;border-left:3px solid var(--color-secondary);font-size:.875rem}.mpp-home-guide-grid{display:grid;gap:1rem}.mpp-home-guide{overflow:hidden;border:1px solid var(--color-border);background:#fff}.mpp-home-guide img{width:100%;aspect-ratio:16/9;object-fit:cover}.mpp-home-guide>div{padding:1.25rem}.mpp-home-guide h3{margin:0 0 .6rem;font-size:1.2rem}.mpp-home-guide p:not(.mpp-home__eyebrow){color:#5b6470;line-height:1.5}.mpp-home-narrow{max-width:860px}.mpp-home-disclosures{border-top:1px solid var(--color-border)}.mpp-home-disclosures details{border-bottom:1px solid var(--color-border)}.mpp-home-disclosures summary{display:flex;justify-content:space-between;gap:1rem;padding:1.25rem .25rem;cursor:pointer;font-family:var(--font-heading);font-weight:800;list-style:none}.mpp-home-disclosures summary::-webkit-details-marker{display:none}.mpp-home-disclosures details[open] summary span{transform:rotate(45deg)}.mpp-home-disclosure__body{padding:0 .25rem 1.25rem;color:#4b5563;line-height:1.65}.mpp-home-final{padding:clamp(2.5rem,4vw,3.75rem) 0;background:var(--color-accent);color:#fff}.mpp-home-final .container{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem}.mpp-home-final .mpp-home__eyebrow{color:var(--color-primary)}.mpp-home-final p{max-width:44rem;color:#d1d5db}@media(min-width:768px){.mpp-home-card-grid,.mpp-home-steps,.mpp-home-guide-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.mpp-home-final .container{flex-direction:row;align-items:center;justify-content:space-between}.mpp-home-final .btn{flex:0 0 auto}}@media(max-width:639px){.mpp-home-hero .hero__content{padding-block:2.75rem 2.5rem}.mpp-home-hero .hero__heading{font-size:2.35rem}.mpp-home-empty{padding:1.75rem 1rem}.trust-bar__inner{justify-content:flex-start;gap:.75rem}.trust-bar__item{width:calc(50% - .5rem);font-size:.68rem}}.page-breadcrumb,.page-hero nav[aria-label=Breadcrumb],.mpp-content-page__breadcrumb,main>nav[aria-label=Breadcrumb],.page-width>nav[aria-label=Breadcrumb],.mpp-breadcrumb,nav.mpp-breadcrumb,nav[aria-label=Breadcrumb],nav[aria-label=breadcrumb],.breadcrumb,.product-breadcrumb,ol.breadcrumb{display:flex!important;visibility:visible!important;opacity:1!important;max-height:none!important;overflow:visible!important;clip:auto!important;position:relative!important}.mpp-breadcrumb{flex-wrap:wrap;gap:.35rem .5rem;align-items:center;font-size:14px;margin:0 0 12px}.mpp-policy-page .mpp-breadcrumb{margin-bottom:10px}@media screen and (max-width:749px){.product-gallery__zoom,button.product-gallery__zoom,.product-gallery [aria-label*=fullscreen i],.product-gallery button[class*=zoom],.product-gallery button[class*=full]{min-height:44px!important;min-width:44px!important;height:auto!important;padding:10px 12px!important;font-size:13px!important;line-height:1.2!important}.related-products button,.related-products .btn,.related-products [name=add],product-form button[type=submit],.product-card button,.product-card .btn,.card button,.card .btn,button[name=add],form[action*="/cart/add"] button,.mpp-add-btn,.add-to-cart,.product-form__submit{min-height:44px!important;min-width:44px!important;height:auto!important;padding-top:10px!important;padding-bottom:10px!important}.product-gallery__thumbs,.product-gallery__thumb-list,.thumbnails,.product-gallery{max-width:100%!important;overflow-x:auto!important}.product-gallery__thumb{flex:0 0 auto!important}}@media(max-width:749px){.site-header__menu-toggle,.product-gallery__zoom,button.product-gallery__zoom,button[name=add],.product-form__submit,.related-products button,.related-products .btn{min-height:44px!important;min-width:44px!important;height:auto!important;padding:10px 14px!important}}@media(max-width:749px){.product-gallery,.product-gallery__thumbs,.product-gallery__thumb-list,ul.product-gallery__thumbs,.thumbnails{max-width:100vw!important;width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;overscroll-behavior-x:contain;display:flex!important;flex-wrap:nowrap!important;gap:8px!important;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.product-gallery__thumb,button.product-gallery__thumb{flex:0 0 64px!important;width:64px!important;min-width:64px!important;max-width:64px!important;height:64px!important;min-height:64px!important}.product-gallery__thumb img{width:100%!important;height:100%!important;object-fit:cover!important}.product-gallery,.product-media,.product__media-wrapper,.product-main,.product{max-width:100%!important;overflow-x:clip!important}}@media(max-width:749px){.product-gallery{max-width:100%!important;overflow:hidden!important}.product-gallery__thumbs{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;width:100%!important;max-width:100%!important;overflow:hidden!important;flex-wrap:nowrap!important}.product-gallery__thumb,button.product-gallery__thumb{width:100%!important;min-width:0!important;max-width:100%!important;height:auto!important;aspect-ratio:1/1!important;flex:unset!important}.product-gallery__thumb:nth-child(n+5){display:none!important}.product-gallery__thumb img{width:100%!important;height:100%!important;object-fit:cover!important}}.site-header{position:relative;overflow:hidden}.site-header__brand-stripe{position:absolute!important;left:0!important;right:0!important;top:auto!important;bottom:0!important;width:100%!important;height:4px!important;display:flex!important;flex-direction:row!important;pointer-events:none!important;transform:none!important;z-index:5!important}.site-header__brand-stripe i{flex:1 1 0!important;display:block!important;min-width:0!important;height:100%!important}.site-header__brand-stripe i:nth-child(1){background:var(--mpp-cyan, #47C0EE)!important}.site-header__brand-stripe i:nth-child(2){background:var(--mpp-blue, #1C69D4)!important}.site-header__brand-stripe i:nth-child(3){background:var(--mpp-red, #E31C23)!important}.site-header__cart,.site-header__actions,.site-header__mobile-search,.site-header__search{position:relative;z-index:6}header.site-header{position:relative!important;overflow:hidden!important}header.site-header .site-header__brand-stripe,.site-header__brand-stripe{position:absolute!important;left:0!important;right:0!important;top:auto!important;bottom:0!important;width:100%!important;max-width:100%!important;height:4px!important;min-height:4px!important;max-height:4px!important;display:flex!important;flex-direction:row!important;transform:none!important;-webkit-transform:none!important;transform-origin:center!important;pointer-events:none!important;z-index:2!important;gap:0!important}header.site-header .site-header__brand-stripe i,.site-header__brand-stripe i{flex:1 1 0%!important;display:block!important;width:auto!important;height:4px!important;min-height:4px!important;max-height:4px!important;transform:none!important}header.site-header .site-header__brand-stripe i:nth-child(1),.site-header__brand-stripe i:nth-child(1){background:#47c0ee!important}header.site-header .site-header__brand-stripe i:nth-child(2),.site-header__brand-stripe i:nth-child(2){background:#1c69d4!important}header.site-header .site-header__brand-stripe i:nth-child(3),.site-header__brand-stripe i:nth-child(3){background:#e31c23!important}header.site-header .site-header__cart,header.site-header .site-header__actions,header.site-header .site-header__mobile-search{position:relative!important;z-index:6!important}
/*# sourceMappingURL=/cdn/shop/t/13/assets/theme.css.map */
