:root{--bp-ink:#14181c;--bp-paper:#F1EEE4;--bp-paper-deep:#e1e2da;--bp-card:#fff;--bp-line:#d7d7cc;--bp-text:#181a16;--bp-muted:#5c5f57;--bp-amber:#E3A72E;--bp-amber-ink:#14251E;--bp-amber-tint:#fbf0cc;--bp-steel:#14251E;--bp-steel-tint:#e3eaf0;--bp-success:#2f6844;--bp-sold:#8c4a2e}.custom-home-section{padding-top:var(--custom-space-top,44px);padding-bottom:var(--custom-space-bottom,44px)}.custom-section-heading{display:flex;justify-content:space-between;align-items:baseline;gap:2rem;margin-bottom:2.6rem;padding-bottom:1.4rem;border-bottom:1px solid var(--bp-line)}.custom-section-heading h2{margin:0;font-size:clamp(2.5rem,2.5vw,3rem);line-height:1.15;letter-spacing:.01em}.custom-eyebrow{display:block;margin:0 0 .8rem;font-size:1.1rem;line-height:1.5;font-weight:600;letter-spacing:.15em;text-transform:uppercase}.custom-view-all{flex-shrink:0;color:var(--bp-steel);font-size:1.4rem;text-decoration:none;border-bottom:1px solid transparent}.custom-view-all:hover{border-color:currentColor}.custom-editor-note{font-size:1.2rem;line-height:1.6;padding:1.2rem;border:1px dashed rgba(var(--color-foreground),.25);margin:1.6rem 0 0}.custom-account-strip{border-bottom:1px solid var(--bp-line)}.custom-account-strip__guest,.custom-account-strip__dealer{min-height:6.2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.1rem 0}.custom-account-strip__guest{color:var(--bp-amber-ink)}.custom-account-strip:has(.custom-account-strip__guest){background:var(--bp-amber-tint);border-bottom-color:#e9cd75}.custom-account-strip__message{display:flex;align-items:center;gap:1rem;font-size:1.4rem}.custom-account-strip__message svg{width:1.7rem;height:1.7rem;flex:none}.custom-account-strip__actions{display:flex;gap:1rem}.custom-account-strip__actions .button{min-height:3.8rem;padding:0 1.6rem;font-size:1.3rem}.custom-account-strip__actions .button:not(.button--secondary){background:var(--bp-amber);color:var(--bp-amber-ink)}.custom-account-strip__welcome h2{font-size:1.9rem;margin:0}.custom-account-strip__welcome p{font-size:1.3rem;margin:.2rem 0 0;color:var(--bp-muted)}.custom-account-strip__search{display:flex;gap:.8rem;align-items:center}.custom-account-strip__search input{width:34rem;max-width:48vw;height:3.9rem;border:1px solid var(--bp-line);border-radius:6px;background:var(--bp-paper);padding:0 1.2rem;font:inherit;font-size:1.35rem}.custom-account-strip__search input:focus{outline:2px solid var(--bp-steel);outline-offset:1px}.custom-account-strip__search .button{min-height:3.9rem;padding:0 1.6rem;font-size:1.3rem}.custom-dealer-notice{position:relative;z-index:1;border-bottom:1px solid var(--bp-line);background:var(--bp-card);color:var(--bp-text)}.custom-dealer-notice--guest{background:var(--bp-amber-tint);color:var(--bp-amber-ink);border-bottom-color:#e9cd75}.custom-dealer-notice--pending{background:#fff5dc;color:#5b4210;border-bottom-color:#e6c76f}.custom-dealer-notice--approved{background:#e7f0e8;color:#234e34;border-bottom-color:#b8d0bd}.custom-dealer-notice__inner{min-height:5.6rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding-top:.9rem;padding-bottom:.9rem}.custom-dealer-notice__message{display:flex;align-items:center;gap:1rem;font-size:1.35rem;line-height:1.45}.custom-dealer-notice__message svg{width:1.7rem;height:1.7rem;flex:none}.custom-dealer-notice__message strong{margin-left:.3rem}.custom-dealer-notice__actions{display:flex;align-items:center;gap:1.2rem;flex:none}.custom-dealer-notice__actions .button{min-height:3.6rem;padding:0 1.4rem;font-size:1.25rem}.custom-dealer-notice--guest .custom-dealer-notice__actions .button:not(.button--secondary),.custom-dealer-notice--pending .custom-dealer-notice__actions .button{background:var(--bp-amber);color:var(--bp-amber-ink)}.custom-dealer-notice__link{font-size:1.25rem;font-weight:500;color:currentColor;text-underline-offset:.25rem}.custom-header-account__label--pending{color:var(--bp-amber,#f2b705)}.custom-category-grid{display:grid;grid-template-columns:repeat(var(--custom-columns,4),minmax(0,1fr));gap:1.6rem}.custom-category-card{min-width:0;display:flex;flex-direction:column;overflow:hidden;background:#fff;color:var(--bp-text);border:1px solid var(--bp-line);border-radius:10px;text-decoration:none;transition:border-color .15s,box-shadow .15s,transform .15s}.custom-category-card:hover{border-color:var(--bp-steel);box-shadow:0 .8rem 2rem #14251e1a;transform:translateY(-2px)}.custom-category-card__media{display:block;position:relative;aspect-ratio:4/3;overflow:hidden;background:#fff;border-bottom:1px solid var(--bp-line)}.custom-category-card__media img{display:block;width:100%;height:100%;object-fit:contain;padding:1.6rem;transition:transform .25s ease}.custom-category-card:hover .custom-category-card__media img{transform:scale(1.04)}.custom-category-card__placeholder{width:100%;height:100%;padding:1.6rem;fill:var(--bp-paper-deep,#e1e2da);color:var(--bp-muted)}.custom-category-card__content{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;padding:1.6rem 1.8rem}.custom-category-card__title{font-size:1.8rem;font-weight:600;line-height:1.25}.custom-category-card__action{display:inline-flex;align-items:center;gap:.8rem;flex:0 0 auto;color:var(--bp-steel);font-size:1.2rem;font-weight:600;white-space:nowrap}.custom-category-card__action span{font-size:1.8rem;line-height:1;transition:transform .15s ease}.custom-category-card:hover .custom-category-card__action span{transform:translate(.3rem)}.custom-brands{background:var(--bp-paper)}.custom-brand-grid{display:grid;grid-template-columns:repeat(var(--custom-columns,6),minmax(0,1fr));gap:1.2rem}.custom-brand{display:flex;align-items:center;justify-content:center;text-align:center;min-height:7.6rem;padding:0;background:var(--bp-card);color:var(--bp-text);border:1px solid var(--bp-line);border-radius:6px;text-decoration:none;transition:border-color .15s,color .15s}.custom-brand:hover{border-color:var(--bp-steel);color:var(--bp-steel)}.custom-brand img{display:block;max-width:100%;height:4.8rem;object-fit:contain}.custom-brand span{font-family:var(--font-heading-family);font-size:1.65rem;font-weight:600;overflow-wrap:anywhere}.custom-featured-heading{max-width:var(--page-width);padding-bottom:0}.custom-featured-heading .custom-section-heading{width:100%}.custom-featured-heading .title{margin:0}.custom-featured-heading+.slider-mobile-gutter{margin-top:0}.header__icons .custom-header-account,.header__icons .custom-header-account:hover,.header__icons .header__icon.custom-header-cart,.header__icons .header__icon.custom-header-cart:hover{color:inherit}@media(max-width:989px){.header__icon.custom-header-cart .custom-header-cart__label{font-size:1rem}}.header-wrapper .header.page-width,.custom-topbar .page-width,.custom-search-bar .page-width,.custom-dealer-notice .page-width,.custom-mega-menu .custom-mega-menu__grid.page-width{width:100%;max-width:var(--page-width)}.custom-search-bar{position:relative;z-index:7;border-bottom:1px solid rgba(var(--color-foreground),.13);box-shadow:0 2px 6px rgba(var(--color-shadow),.04)}.custom-search-bar__inner{display:flex;align-items:stretch;gap:1.2rem;padding-top:1.2rem;padding-bottom:1.2rem}.custom-search-bar .svg-wrapper{width:2rem;height:2rem}.custom-dealer-search{position:relative;display:flex;align-items:center;flex:1 1 auto;min-width:0}.custom-dealer-search .custom-search-form{width:100%}.custom-search-form .field__input{height:5rem;padding-right:8.8rem}.custom-search-form .field__label{font-size:1.4rem;top:1.5rem;max-width:calc(100% - 9rem);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.custom-search-form .field__input:focus~.field__label,.custom-search-form .field__input:not(:placeholder-shown)~.field__label{font-size:1rem;top:.6rem}.custom-search-form .predictive-search{z-index:8;width:100%;max-height:60vh!important;overscroll-behavior:contain}.custom-search-form .reset__button{right:4.4rem}.custom-search-form .search__button{right:0}.section-header.shopify-section-group-header-group{z-index:6}.custom-header-account{display:flex;align-items:center;gap:.25rem;flex-shrink:0;min-height:4.4rem;color:inherit;text-decoration:none}.custom-header-account__icon{display:flex;align-items:center;justify-content:center;width:3rem;height:4.4rem;flex:0 0 3rem}.custom-header-account__icon svg{width:2rem;height:2rem;transition:transform var(--duration-short) ease}.custom-header-account:hover .custom-header-account__icon svg{transform:scale(1.07)}.custom-header-account:hover .custom-header-account__label{text-decoration:none}.custom-header-account__label,.header__icon.custom-header-cart .custom-header-cart__label{font-family:var(--font-body-family);font-size:1.3rem;font-style:var(--font-body-style);font-weight:var(--font-body-weight);line-height:1.2;letter-spacing:.04rem;white-space:nowrap}.custom-header-account__label{display:flex;align-items:center;min-height:4.4rem;text-decoration:none}.header__icons{column-gap:1.6rem}.header__icon.custom-header-cart{width:auto;min-width:4.4rem;gap:.25rem;margin-right:0;text-decoration:none}.custom-header-cart>.svg-wrapper{flex:0 0 3rem;width:3rem}.custom-header-cart .cart-count-bubble{left:1.5rem;bottom:2.5rem}.predictive-search__loading-state>.spinner{display:block;width:1.8rem;height:1.8rem;flex:0 0 1.8rem}@media(max-width:989px){.custom-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.custom-brand-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.custom-search-bar__inner{gap:1.6rem}.header__icons{column-gap:.4rem}.custom-header-account{gap:0;min-height:6.4rem;flex-direction:column;justify-content:center}.custom-header-account__icon{height:4.4rem}.custom-header-account__label{min-height:2rem;font-size:1rem;line-height:1.2}.header__icon.custom-header-cart{height:auto;min-height:6.4rem;flex-direction:column;gap:0}.custom-header-cart__label{display:block;min-height:2rem;font-size:1rem;line-height:1.2}.custom-header-cart .cart-count-bubble{bottom:auto;top:0;left:1.5rem}}@media(max-width:749px){.custom-home-section{padding-top:calc(var(--custom-space-top,44px)*.75);padding-bottom:calc(var(--custom-space-bottom,44px)*.75)}.custom-section-heading{margin-bottom:2rem}.custom-section-heading h2{font-size:2.3rem}.custom-category-grid{grid-template-columns:1fr}.custom-category-card{padding:2rem}.custom-brand-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.custom-brand{min-height:7rem;padding:0}.custom-account-strip__guest,.custom-account-strip__dealer{align-items:stretch;flex-direction:column;padding:1.4rem 0}.custom-account-strip__actions{display:grid;grid-template-columns:1fr 1fr}.custom-account-strip__actions .button{padding:0 1rem}.custom-account-strip__search{width:100%}.custom-account-strip__search input{width:100%;max-width:none;min-width:0}.custom-account-strip__search .button{padding:0 1.2rem;white-space:nowrap}.custom-dealer-notice__inner{align-items:stretch;flex-direction:column;gap:.9rem;padding-top:1.2rem;padding-bottom:1.2rem}.custom-dealer-notice__actions{display:grid;grid-template-columns:1fr 1fr}.custom-dealer-notice--approved .custom-dealer-notice__actions{display:flex}.custom-dealer-notice__actions .button{text-align:center;padding:0 1rem}.custom-search-bar__inner{padding-top:1rem;padding-bottom:1rem}.custom-search-form .field__label{font-size:1.3rem}}@media(prefers-reduced-motion:reduce){.custom-category-card,.custom-brand{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/custom-dealer-home.css.map */
