:root{--wx-navy: #071b35;--wx-blue: #0575E1;--wx-blue-hover: #0467c7;--wx-blue-bright: #0575E1;--wx-white: #ffffff;--wx-gray-50: #f6f8fb;--wx-gray-100: #e8edf4;--wx-gray-300: #bac5d3;--wx-text: #102033;--wx-muted: #657386;--wx-success: #0f7b4d;--wx-danger: #b42318;--wx-radius: 8px;--wx-shadow: 0 10px 28px rgb(7 27 53 / .08)}body{color:var(--wx-text)}.wx-header{background:#fff;background-color:#fff;border-bottom:1px solid var(--wx-gray-100);box-shadow:0 4px 18px #071b350d;isolation:isolate;position:relative;z-index:var(--layer-menu-drawer, 100)}.header-section:has(>#header-component.wx-header[sticky=always]),.header-section:has(>#header-component.wx-header[sticky=scroll-up][data-sticky-state=active]){background:#fff;isolation:isolate;z-index:var(--layer-menu-drawer, 100)}.wx-header__main,.wx-header__nav{background-color:#fff;position:relative;z-index:1}.wx-header__main,.wx-header__nav-inner{max-width:var(--page-width, 1400px);margin-inline:auto;padding-inline:clamp(16px,3vw,40px)}.wx-header__main{display:grid;grid-template-columns:minmax(173px,240px) minmax(280px,1fr) auto;align-items:center;gap:18px;padding-block:8px}.wx-header__drawer{display:none}.wx-header-logo-link{align-items:center;display:inline-flex;height:69px;line-height:0;overflow:hidden;width:clamp(195px,16.5vw,240px)}.wx-header-logo-image{display:block;height:100%;max-height:69px;object-fit:contain;width:100%}.wx-search-form{display:grid;grid-template-columns:1fr auto;min-height:52px;border:1px solid #D9DDE3;border-radius:var(--wx-radius);background:#fff;overflow:hidden}.wx-search-form:focus-within{border-color:var(--wx-blue);box-shadow:0 0 0 3px #0575e124}.wx-search-form__field{display:flex;align-items:center;gap:10px;padding-inline:16px;color:#1f2933}.wx-search-form__field svg{width:20px;height:20px;flex:0 0 20px}.wx-search-form input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#1f2933;font-size:15px}.wx-search-form input::placeholder{color:#7a8594}.wx-search-form__button{min-width:54px;border:0;background:var(--wx-blue);color:var(--wx-white);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.wx-search-form__button:hover,.wx-search-form__button:focus-visible{background:var(--wx-blue-hover)}.wx-search-form__button svg{width:20px;height:20px}.wx-header__actions header-actions{gap:8px}.wx-header__actions .header-actions__action,.wx-header__actions .account-button{min-height:44px;min-width:44px;padding-inline:8px;border-radius:var(--wx-radius);color:var(--wx-navy)}.wx-header__actions .svg-wrapper,.wx-header__actions .account-button__icon{display:inline-flex;height:24px;width:24px}.wx-header__actions .svg-wrapper svg,.wx-header__actions .account-button__icon{height:24px;width:24px}.wx-header__actions .header-actions__action:hover,.wx-header__actions .account-button:hover{background:var(--wx-gray-50)}.wx-header__nav{background:#fff;border-top:0;color:var(--wx-navy)}.wx-header__nav-inner{display:flex;align-items:center;gap:14px;min-height:48px}.wx-categories-menu{position:relative;z-index:3}.wx-categories-menu summary{min-height:40px;display:inline-flex;align-items:center;gap:9px;padding:0 14px;border-radius:var(--wx-radius);background:#fff;color:#1f2933;cursor:pointer;font-weight:700;list-style:none}.wx-categories-menu summary::-webkit-details-marker{display:none}.wx-menu-glyph{display:inline-grid;gap:4px;width:16px}.wx-menu-glyph span{display:block;width:16px;height:2px;border-radius:999px;background:currentColor}.wx-categories-menu[open] summary{background:var(--wx-gray-50);color:var(--wx-navy)}.wx-categories-menu summary:hover,.wx-categories-menu summary:focus-visible{background:var(--wx-gray-50)}.wx-categories-menu__panel{position:absolute;left:0;top:calc(100% + 10px);z-index:calc(var(--layer-menu-drawer, 100) + 2);width:min(760px,calc(100vw - 32px));max-height:min(64vh,520px);overflow-y:auto;overscroll-behavior:contain;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:12px;border-radius:var(--wx-radius);background:#fff;color:var(--wx-text);box-shadow:0 8px 22px #071b351f;border:1px solid var(--wx-gray-100)}.wx-category-link,.wx-nav-link{text-decoration:none}.wx-category-link{display:grid;grid-template-columns:26px 1fr;align-items:center;gap:8px;min-height:36px;padding:6px 8px;border-radius:var(--wx-radius);color:var(--wx-text);font-size:13px}.wx-category-link .wx-category-icon{height:20px;width:20px}.wx-category-link:hover,.wx-category-link:focus-visible{background:var(--wx-gray-50);color:var(--wx-blue)}.wx-category-icon{width:28px;height:28px;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.wx-nav-links{display:flex;align-items:center;gap:4px;overflow-x:auto;scrollbar-width:none}.wx-nav-separator{color:#98a2b3;flex:0 0 auto;font-weight:600}.wx-nav-link{white-space:nowrap;padding:12px 10px;color:var(--wx-navy);font-weight:600}.wx-nav-link:hover,.wx-nav-link:focus-visible{color:var(--wx-blue)}.product-card__content,.collection-card{border-radius:var(--wx-radius)}.product-card__content{background:var(--wx-white)}.wx-product-compatible{padding-block:28px 48px}.wx-compatible-card{padding:22px}@media screen and (max-width:989px){.wx-header__main{grid-template-columns:auto 1fr auto;gap:12px}.wx-header__drawer{display:flex;align-items:center}.wx-header__logo{justify-self:start}.wx-header__search{grid-column:1 / -1;order:2}.wx-header__nav-inner{overflow-x:auto}}@media screen and (max-width:749px){.wx-header__main,.wx-header__nav-inner{padding-inline:12px}.wx-header__main{padding-block:10px}.wx-header-logo-image{max-height:45px}.wx-header-logo-link{height:45px;width:clamp(113px,31.5vw,143px)}.wx-search-form{min-height:46px}.wx-categories-menu__panel{grid-template-columns:repeat(2,minmax(0,1fr));width:calc(100vw - 24px);max-height:min(60vh,440px)}.wx-nav-link{padding-inline:8px}}.product-information__grid:has(.wx-product-catalogue){display:block;width:100%}.wx-product-catalogue{--wx-line: #d9dde3;--wx-label: #f3f5f7;--wx-muted: #667085;color:var(--wx-text);display:grid;gap:16px;width:100%}.wx-product-breadcrumbs,.wx-product-breadcrumbs a{color:var(--wx-muted);font-size:13px;text-decoration:none}.wx-product-breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;padding-top:22px}.wx-product-catalogue__header{display:grid;gap:8px}.wx-product-identity{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.wx-supplier-badge,.wx-manufacturer-ref{align-items:center;background:#fff;border:1px solid var(--wx-line);border-radius:4px;color:var(--wx-navy);display:inline-flex;font-size:12px;font-weight:700;min-height:28px;padding:4px 9px}.wx-supplier-badge{background:#fff;border-color:var(--wx-line);color:var(--wx-navy);text-transform:uppercase}.wx-product-title{color:var(--wx-navy);font-size:26px;font-weight:700;letter-spacing:0;line-height:1.18;margin:0}.wx-product-catalogue__core{align-items:start;display:grid;gap:24px;grid-template-columns:minmax(300px,38%) minmax(0,62%)}.wx-product-catalogue__media{display:grid;gap:10px;justify-items:center}.wx-product-catalogue__media .product-information__media{min-width:0;width:min(100%,420px)}.wx-product-catalogue__media media-gallery{max-width:420px;width:100%}.wx-product-catalogue__media slideshow-component{background:#fff;border:1px solid var(--wx-line);border-radius:4px;overflow:hidden}.wx-product-catalogue__media slideshow-slides,.wx-product-catalogue__media slideshow-slide,.wx-product-catalogue__media .product-media-container,.wx-product-catalogue__media .product-media{aspect-ratio:1 / 1}.wx-product-catalogue__media .product-media{align-items:center;background:#fff;display:flex;justify-content:center;padding:18px}.wx-product-catalogue__media .product-media img,.wx-product-catalogue__media .product-media__image,.wx-product-catalogue__media .deferred-media__poster-image{height:100%;object-fit:contain;width:100%}.wx-product-catalogue__media slideshow-controls[thumbnails]{--thumbnail-width: 52px;--slideshow-thumbnails-padding-block: 8px;--slideshow-thumbnails-padding-inline: 0;margin-top:8px}.wx-product-media-meta,.wx-product-mini-list{display:grid;gap:0;margin:0;width:100%}.wx-product-media-meta{border:1px solid var(--wx-line);max-width:420px}.wx-product-media-meta div,.wx-product-mini-list div{display:grid;grid-template-columns:40% 60%}.wx-product-media-meta dt,.wx-product-media-meta dd,.wx-product-mini-list dt,.wx-product-mini-list dd{border-bottom:1px solid var(--wx-line);font-size:12px;margin:0;padding:7px 9px}.wx-product-media-meta div:last-child dt,.wx-product-media-meta div:last-child dd,.wx-product-mini-list div:last-child dt,.wx-product-mini-list div:last-child dd{border-bottom:0}.wx-product-media-meta dt,.wx-product-mini-list dt{background:var(--wx-label);border-right:1px solid var(--wx-line);color:var(--wx-muted);font-weight:700}.wx-product-media-meta dd,.wx-product-mini-list dd{background:#fff;color:var(--wx-text);overflow-wrap:anywhere}.wx-product-catalogue__info{display:flex;flex-direction:column;gap:14px;min-width:0}.wx-section-heading{align-items:baseline;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;margin-bottom:8px}.wx-section-heading h2,.wx-product-oem h2,.wx-product-description h2,.wx-product-information h2{color:var(--wx-navy);font-size:16px;font-weight:700;letter-spacing:0;line-height:1.25;margin:0}.wx-section-heading span{color:var(--wx-muted);font-size:12px;font-weight:650}.wx-spec-table{border:1px solid var(--wx-line);border-collapse:collapse;font-size:13px;line-height:1.35;table-layout:fixed;width:100%}.wx-spec-table th,.wx-spec-table td{border:1px solid var(--wx-line);padding:9px 11px;text-align:left;vertical-align:top}.wx-spec-table th{background:var(--wx-label);color:#344054;font-weight:700;width:40%}.wx-spec-table td{background:#fff;color:var(--wx-text);overflow-wrap:anywhere;width:60%}.wx-inline-brand,.wx-inline-supplier{align-items:center;display:inline-flex;gap:8px;min-height:24px;max-width:100%;vertical-align:middle}.wx-inline-brand__mark,.wx-inline-supplier__mark{align-items:center;display:inline-flex;flex:0 0 auto;justify-content:center}.wx-inline-brand__mark{height:28px;width:40px}.wx-inline-supplier__mark{max-height:36px;max-width:120px}.wx-inline-brand--dark-logo .wx-inline-brand__mark,.wx-inline-supplier--dark-logo .wx-inline-supplier__mark{background:#fff;border:1px solid var(--wx-line);border-radius:4px;padding:4px 6px}.wx-inline-brand__logo,.wx-inline-supplier__logo{flex:0 0 auto;display:block;object-fit:contain;width:auto}.wx-inline-brand__logo{max-height:24px;max-width:36px}.wx-inline-brand__fallback{align-items:center;background:#eef4fb;border:1px solid #d9e5f2;border-radius:4px;color:#0e2642;display:inline-flex;font-size:12px;font-weight:800;height:24px;justify-content:center;line-height:1;width:28px}.wx-inline-supplier__logo{max-height:32px;max-width:110px}.wx-inline-brand__name,.wx-inline-supplier__name{overflow-wrap:anywhere}.wx-inline-supplier--header{min-height:34px}.wx-inline-supplier--header .wx-inline-supplier__logo{max-height:34px;max-width:110px}.wx-product-oem{display:grid;gap:8px}.wx-oem-list{border:1px solid var(--wx-line);display:flex;flex-wrap:wrap;gap:6px;padding:10px}.wx-oem-list span{background:#fff;border:1px solid var(--wx-line);border-radius:3px;color:var(--wx-text);font-size:12px;font-weight:650;padding:4px 7px}.wx-product-commerce{align-items:center;border:1px solid var(--wx-line);display:grid;gap:10px;grid-template-columns:1fr auto;padding:12px}.wx-product-commerce__price .price{color:var(--wx-navy);font-size:24px;font-weight:800;letter-spacing:0}.wx-stock-state{align-items:center;background:#fff;border:1px solid #f0b8b8;border-radius:4px;color:#b42318;display:inline-flex;font-size:13px;font-weight:700;min-height:30px;padding:5px 9px;white-space:nowrap}.wx-stock-state:before{background:currentcolor;border-radius:50%;content:"";height:7px;margin-right:6px;width:7px}.wx-stock-state--available{border-color:#abd9b2;color:#067647}.wx-product-native-details{grid-column:1 / -1}.wx-product-native-details .product-details{display:block;justify-content:initial}.wx-product-native-details .product-details>.group-block{background:transparent;border:0;max-width:none;padding:0}.wx-product-native-details .view-product-title,.wx-product-native-details .product-form-buttons:empty,.wx-product-native-details .shopify-payment-button:empty{display:none}.wx-product-description,.wx-product-information{border-top:1px solid var(--wx-line);display:grid;gap:10px;padding-top:16px}.wx-product-description{padding-bottom:12px}.wx-product-description__content{color:var(--wx-text);font-size:14px;line-height:1.55}.wx-product-tabs{border-bottom:1px solid var(--wx-line);border-top:1px solid var(--wx-line);display:flex;gap:0;overflow-x:auto;scrollbar-width:thin;white-space:nowrap}.wx-product-tabs a{border-bottom:2px solid transparent;color:var(--wx-muted);font-size:13px;font-weight:700;padding:10px 14px 8px;text-decoration:none}.wx-product-tabs a.is-active,.wx-product-tabs a:hover{border-bottom-color:var(--wx-blue);color:var(--wx-blue)}.wx-anchor-target{display:block;scroll-margin-top:120px}.wx-product-compatible[hidden],.wx-product-compatible--empty{display:none}.wx-compatible-card{background:#fff;border:1px solid #d9dde3;border-radius:4px;padding:16px}.wx-section-kicker{color:var(--wx-blue);display:block;font-size:12px;font-weight:800;letter-spacing:0;margin:0 0 5px;text-transform:uppercase}.wx-compatible-card p{color:var(--wx-muted);font-size:14px;line-height:1.45;margin:8px 0 0}@media screen and (min-width:990px){.wx-product-catalogue__media .media-gallery--extend{margin-inline:0}}@media screen and (max-width:989px){.wx-product-catalogue__core{grid-template-columns:1fr}.wx-product-catalogue__media .product-information__media,.wx-product-catalogue__media media-gallery{max-width:430px}}@media screen and (max-width:749px){.wx-product-catalogue{gap:14px}.wx-product-title{font-size:22px;line-height:1.22}.wx-product-breadcrumbs{padding-top:14px}.wx-product-catalogue__core{gap:14px}.wx-product-commerce{order:-1}.wx-product-commerce__price .price{font-size:22px}.wx-spec-table th,.wx-spec-table td{padding:8px}.wx-product-tabs{margin-inline:-12px;padding-inline:12px}.wx-inline-brand__logo,.wx-inline-supplier__logo{max-height:22px}.wx-inline-brand__logo{max-width:34px}.wx-inline-supplier__logo{max-width:92px}.wx-inline-supplier--header .wx-inline-supplier__logo{max-height:24px;max-width:92px}}.wx-fitments__make-identity{display:flex;align-items:center;gap:10px;min-width:0;overflow:hidden}.wx-fitments__make-logo{display:block!important;width:48px!important;height:30px!important;min-width:48px!important;min-height:30px!important;max-width:48px!important;max-height:30px!important;object-fit:contain!important;object-position:center!important;flex:0 0 48px!important;margin:0!important;padding:0!important}.wx-fitments__make-logo--fallback{align-items:center!important;background:#eef4fb!important;border:1px solid #d9e5f2!important;border-radius:4px!important;color:#0e2642!important;display:inline-flex!important;font-size:13px!important;font-weight:800!important;justify-content:center!important;line-height:1!important}@media screen and (max-width:749px){.wx-fitments__make-logo{width:40px!important;height:26px!important;min-width:40px!important;min-height:26px!important;max-width:40px!important;max-height:26px!important;flex-basis:40px!important}}.wx-product-compatible{border-top:1px solid #d9dde3;padding-block:24px 32px}.wx-compatible-card{background:#fff;border:1px solid #d9dde3;border-radius:4px;box-shadow:none;padding:18px}.wx-fitments__heading{align-items:end;display:flex;gap:16px;justify-content:space-between;margin-bottom:14px}.wx-section-kicker{color:var(--wx-blue);display:block;font-size:12px;font-weight:800;letter-spacing:0;margin:0 0 4px;text-transform:uppercase}.wx-compatible-card h2{color:var(--wx-navy);font-size:18px;font-weight:700;letter-spacing:0;line-height:1.25;margin:0}.wx-fitments__make{display:grid;gap:14px}.wx-fitments__make+.wx-fitments__make{margin-top:18px}.wx-fitments__make-head{align-items:center;border-bottom:1px solid #d9dde3;display:flex;gap:16px;justify-content:space-between;padding-bottom:10px}.wx-fitments__make-name{color:var(--wx-navy);font-size:16px;font-weight:800;line-height:1.2}.wx-fitments__make-count{color:var(--wx-muted);flex:0 0 auto;font-size:13px;font-weight:650;line-height:1.2}.wx-fitments__model-group{border:1px solid #d9dde3;border-radius:4px;overflow:hidden}.wx-fitments__model-head{align-items:center;background:#f3f4f6;border-bottom:1px solid #d9dde3;cursor:pointer;display:flex;gap:12px;justify-content:space-between;padding:10px 12px}.wx-fitments__model-head::-webkit-details-marker{display:none}.wx-fitments__model-head:after{color:var(--wx-muted);content:"+";flex:0 0 auto;font-size:18px;font-weight:700;line-height:1}.wx-fitments__model-group[open] .wx-fitments__model-head:after{content:"-"}.wx-fitments__model-name{color:var(--wx-navy);font-size:14px;font-weight:800;line-height:1.3;margin:0}.wx-fitments__model-count{color:var(--wx-muted);flex:0 0 auto;font-size:12px;font-weight:700;margin-left:auto}.wx-fitments__table{border-collapse:collapse;font-size:13px;line-height:1.35;table-layout:fixed;width:100%}.wx-fitments__cell{border:1px solid #d9dde3;padding:8px 10px;text-align:left;vertical-align:top}.wx-fitments__cell:first-child{border-left:0;width:40%}.wx-fitments__cell:not(:first-child){width:20%}.wx-fitments__cell:last-child{border-right:0}.wx-fitments__row:first-child .wx-fitments__cell{border-top:0}.wx-fitments__row:last-child .wx-fitments__cell{border-bottom:0}.wx-fitments__row--header .wx-fitments__cell{background:#f3f4f6;color:#344054;font-weight:700}.wx-fitments__table tbody .wx-fitments__cell{background:#fff;color:var(--wx-text)}.wx-fitments__restriction-note{border-left:3px solid var(--wx-blue);color:var(--wx-muted);font-size:12px;line-height:1.4;margin:12px 0 0;padding:2px 0 2px 9px}.wx-recommendation-card{background:#fff;border:1px solid #d9dde3;border-radius:4px;color:var(--wx-text);display:grid;gap:10px;height:100%;padding:10px;text-decoration:none}.wx-recommendation-card:hover,.wx-recommendation-card:focus-visible{border-color:var(--wx-blue)}.wx-recommendation-card__media{align-items:center;aspect-ratio:1 / 1;background:#fff;border:1px solid #eef1f4;display:flex;justify-content:center;overflow:hidden;position:relative}.wx-recommendation-card__image{display:block;height:100%;object-fit:contain;padding:10px;width:100%}.wx-recommendation-card__brand-badge{align-items:center;background:#fffffff0;border:1px solid #d9dde3;border-radius:5px;bottom:7px;box-shadow:0 4px 12px #071b3514;color:var(--wx-navy);display:inline-flex;max-width:calc(100% - 14px);min-height:28px;padding:3px 6px;position:absolute;right:7px;z-index:1}.wx-recommendation-card__brand-badge .wx-inline-brand{gap:5px;min-height:20px}.wx-recommendation-card__brand-badge .wx-inline-brand__mark{height:20px;width:26px}.wx-recommendation-card__brand-badge .wx-inline-brand__logo{max-height:16px;max-width:22px}.wx-recommendation-card__brand-badge .wx-inline-brand__fallback{font-size:11px;height:18px;width:20px}.wx-recommendation-card__brand-badge .wx-inline-brand__name,.wx-recommendation-card__brand-badge--text{font-size:11px;font-weight:800;line-height:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wx-recommendation-card__body{display:grid;gap:5px}.wx-recommendation-card__family{color:var(--wx-navy);font-size:13px;font-weight:700;line-height:1.3}.wx-recommendation-card__title{color:var(--wx-text);font-size:13px;font-weight:600;line-height:1.35}.wx-recommendation-card__sku{color:var(--wx-muted);font-size:12px;font-weight:700}.wx-recommendation-card__price .price{color:var(--wx-navy);font-size:14px;font-weight:800}.wx-recommendation-card__stock{color:var(--wx-danger);font-size:12px;font-weight:700}.wx-recommendation-card__stock--available{color:var(--wx-success)}product-recommendations[data-wx-filter-state=pending] [data-wx-recommendation-item]{display:none}@media screen and (max-width:749px){.wx-fitments__heading,.wx-fitments__make-head,.wx-fitments__model-head{align-items:flex-start;flex-direction:row;gap:6px}.wx-fitments__make-count,.wx-fitments__model-count{flex:initial;margin-left:auto}.wx-fitments__table,.wx-fitments__table thead,.wx-fitments__table tbody,.wx-fitments__table tr,.wx-fitments__table th,.wx-fitments__table td{display:block}.wx-fitments__table thead{display:none}.wx-fitments__row{border-bottom:1px solid #d9dde3;display:grid;gap:0;padding:8px 10px}.wx-fitments__row:last-child{border-bottom:0}.wx-fitments__cell,.wx-fitments__cell:first-child,.wx-fitments__cell:not(:first-child){border:0;display:grid;gap:8px;grid-template-columns:minmax(92px,38%) 1fr;padding:4px 0;width:auto}.wx-fitments__cell:before{color:var(--wx-muted);content:attr(data-label);font-size:11px;font-weight:800;text-transform:uppercase}}.wx-collection-heading{align-items:center;border-bottom:1px solid #d9dde3;display:flex;gap:14px;grid-column:1 / -1;margin-bottom:6px;padding:22px 0 18px}.wx-collection-heading__icon,.wx-collection-card__icon{align-items:center;background:#fff;border:1px solid #d9dde3;border-radius:4px;color:var(--wx-blue);display:inline-flex;flex:0 0 auto;justify-content:center}.wx-collection-heading__icon{height:48px;width:48px}.wx-collection-card__icon{height:42px;width:42px}.wx-collection-heading__icon .wx-category-icon,.wx-collection-card__icon .wx-category-icon{height:24px;width:24px}.wx-collection-heading__content{display:grid;gap:4px;min-width:0}.wx-collection-heading h1{color:var(--wx-navy);font-size:28px;font-weight:800;letter-spacing:0;line-height:1.15;margin:0}.wx-collection-heading__description{color:var(--wx-muted);font-size:14px;line-height:1.45}.wx-collection-card{align-items:center;background:#fff;border:1px solid #d9dde3;border-radius:4px;color:var(--wx-text);display:flex;gap:12px;height:100%;padding:14px;text-decoration:none}.wx-collection-card:hover,.wx-collection-card:focus-visible{border-color:var(--wx-blue)}.wx-collection-card__body{display:grid;gap:3px;min-width:0}.wx-collection-card__title{color:var(--wx-navy);font-size:14px;font-weight:800;line-height:1.25}.wx-collection-card__count{color:var(--wx-muted);font-size:12px;font-weight:650}.collection-wrapper .product-grid__item{height:100%}.collection-wrapper .wx-recommendation-card__vehicle-badge{display:none}@media screen and (min-width:750px){.collection-wrapper .product-grid[product-grid-view=zoom-out]{--product-grid-columns-desktop: repeat(6, minmax(0, 1fr));--product-grid-gap: 14px}.collection-wrapper .product-grid[product-grid-view=zoom-out] .wx-recommendation-card{gap:8px;padding:9px}.collection-wrapper .product-grid[product-grid-view=zoom-out] .wx-recommendation-card__media{aspect-ratio:4 / 3;min-height:86px}.collection-wrapper .product-grid[product-grid-view=zoom-out] .wx-recommendation-card__image{padding:7px}.collection-wrapper .product-grid[product-grid-view=zoom-out] .wx-recommendation-card__brand-badge{display:none}.collection-wrapper .product-grid[product-grid-view=zoom-out] .wx-recommendation-card__body{gap:4px}.collection-wrapper .product-grid[product-grid-view=zoom-out] .wx-recommendation-card__family,.collection-wrapper .product-grid[product-grid-view=zoom-out] .wx-recommendation-card__stock{display:none}.collection-wrapper .product-grid[product-grid-view=zoom-out] .wx-recommendation-card__title{display:-webkit-box;font-size:12px;line-height:1.2;min-height:28px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.collection-wrapper .product-grid[product-grid-view=zoom-out] .wx-recommendation-card__sku{font-size:10px;padding:2px 5px}.collection-wrapper .product-grid[product-grid-view=zoom-out] .wx-recommendation-card__vehicle-badge{align-items:center;border:1px solid #e8edf4;border-radius:4px;color:var(--wx-navy);display:inline-flex;font-size:11px;font-weight:800;justify-self:start;line-height:1;max-width:100%;min-height:24px;overflow:hidden;padding:2px 6px;text-overflow:ellipsis;white-space:nowrap}.collection-wrapper .product-grid[product-grid-view=zoom-out] .wx-recommendation-card__vehicle-badge .wx-inline-brand{gap:4px;min-height:18px}.collection-wrapper .product-grid[product-grid-view=zoom-out] .wx-recommendation-card__vehicle-badge .wx-inline-brand__mark{height:18px;width:22px}.collection-wrapper .product-grid[product-grid-view=zoom-out] .wx-recommendation-card__vehicle-badge .wx-inline-brand__logo{max-height:14px;max-width:18px}.collection-wrapper .product-grid[product-grid-view=zoom-out] .wx-recommendation-card__vehicle-badge .wx-inline-brand__fallback{font-size:10px;height:16px;width:18px}.collection-wrapper .product-grid[product-grid-view=zoom-out] .wx-recommendation-card__vehicle-badge .wx-inline-brand__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.collection-wrapper .product-grid[product-grid-view=zoom-out] .wx-recommendation-card__price .price{font-size:13px}}.wx-custom-filter__option-text,.wx-vehicle-brand-filter__option .wx-inline-brand,.wx-supplier-filter .wx-inline-supplier{align-items:center;display:inline-flex;gap:9px;min-height:26px}.wx-dynamic-vehicle-filter__empty{color:var(--wx-muted);font-size:12px;font-weight:650;line-height:1.35;padding:7px 8px}.wx-dynamic-vehicle-filter__option{width:100%}.wx-custom-filter__icon,.wx-vehicle-brand-filter__option .wx-inline-brand__mark,.wx-supplier-filter .wx-inline-supplier__mark{align-items:center;background:#fff;border:1px solid #eef1f4;border-radius:4px;display:inline-flex;flex:0 0 34px;height:24px;justify-content:center;padding:3px 5px;width:34px}.wx-custom-filter__icon .wx-collection-icon{color:var(--wx-blue);display:inline-flex}.wx-custom-filter__icon .wx-category-icon{height:17px;width:17px}.wx-vehicle-brand-filter__option .wx-inline-brand__logo{max-height:18px;max-width:26px}.wx-supplier-filter .wx-inline-supplier__logo{max-height:18px;max-width:28px}.wx-vehicle-brand-filter__option .wx-inline-brand__name,.wx-supplier-filter .wx-inline-supplier__name{color:inherit;font-weight:inherit}@media screen and (max-width:749px){.wx-collection-heading{padding:14px 0 12px}.wx-collection-heading h1{font-size:24px}.wx-collection-heading__icon{height:42px;width:42px}.wx-collection-card{align-items:flex-start;gap:10px;padding:12px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/wimexia.css.map */
