.ex-home-hero{position:relative;isolation:isolate;overflow:hidden;background:var(--ex-home-hero-bg, var(--color-primary-grey));border-bottom:var(--border-width) solid rgba(0,0,0,.05)}.ex-home-hero__media,.ex-home-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.ex-home-hero__media{z-index:-2}.ex-home-hero__overlay{z-index:-1;background:var(--ex-home-hero-overlay-color, #000);opacity:var(--ex-home-hero-overlay-opacity, 0)}.ex-home-hero__background-image,.ex-home-hero__background-video{display:block;width:100%;height:100%;object-fit:cover}.ex-home-hero__background-video{position:absolute;top:0;right:0;bottom:0;left:0}.ex-home-hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,.75fr);gap:var(--space-8);align-items:center}.ex-home-hero__content{max-width:900px}.ex-home-hero__eyebrow{margin:0 0 var(--space-2);color:var(--color-secondary-iron);font-weight:600}.ex-home-hero__title{margin-bottom:var(--space-4);max-width:980px;text-wrap:balance}.ex-home-hero__intro{max-width:820px;margin-bottom:var(--space-5);color:var(--color-secondary-iron);font-size:var(--fs-h4);line-height:var(--lh-normal)}.ex-home-hero--tone-light .ex-home-hero__eyebrow,.ex-home-hero--tone-light .ex-home-hero__title,.ex-home-hero--tone-light .ex-home-hero__intro,.ex-home-hero--tone-light .ex-home-quicklinks__label,.ex-home-hero--tone-light .ex-home-quicklinks__link{color:#fff}.ex-home-hero--tone-light .ex-home-quicklinks__link{border-bottom-color:#fff}.ex-home-search{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:var(--space-3);align-items:center;max-width:900px}.ex-home-search__input{min-height:52px!important;background:#fff;color:#000}.ex-home-quicklinks{display:flex;flex-wrap:wrap;gap:var(--space-2) var(--space-4);align-items:center;margin-top:var(--space-4)}.ex-home-quicklinks__label{font-family:var(--font-bold);font-size:var(--fs-ps);color:var(--color-secondary-iron)}.ex-home-quicklinks__link{color:#000;text-decoration:none;border-bottom:var(--border-width) solid var(--color-primary-blue);line-height:1.35}.ex-home-quicklinks__link:hover{opacity:.75}.ex-home-hero__assist{align-self:stretch;display:flex;flex-direction:column;justify-content:center;padding:var(--space-6);border:var(--border-width) solid rgba(0,0,0,.1);border-radius:var(--radius-lg);background:#fff;color:#000}.ex-home-hero__assist-title{margin-bottom:var(--space-2);color:#000}.ex-home-hero__assist-text{color:var(--color-secondary-iron);margin-bottom:var(--space-4)}.ex-home-section-head{display:flex;justify-content:space-between;gap:var(--space-6);align-items:end;margin-bottom:var(--space-7)}.ex-home-section-head__copy{max-width:850px}.ex-home-section-head__title{margin-bottom:var(--space-2)}.ex-home-section-head__text{margin:0;color:var(--color-secondary-iron)}.ex-home-section-head__link{flex:0 0 auto}.ex-home-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--space-5)}.ex-home-category{min-width:0}.ex-home-category__link{display:block;height:100%;color:inherit;text-decoration:none}.ex-home-category__media{overflow:hidden;aspect-ratio:4 / 3;margin-bottom:var(--space-4);border-radius:var(--radius-lg);background:var(--color-primary-grey)}.ex-home-category__image{display:block;width:100%;height:100%;object-fit:cover;transition:transform var(--dur-3) var(--ease-out)}.ex-home-category__link:hover .ex-home-category__image{transform:scale(1.02)}.ex-home-category__title{margin-bottom:var(--space-2)}.ex-home-category__description{margin:0;color:var(--color-secondary-iron);font-size:var(--fs-ps)}.ex-home-category__empty,.ex-home-product__empty,.ex-home-guide__empty,.ex-home-about__empty{display:grid;place-items:center;width:100%;height:100%;min-height:160px;padding:var(--space-5);background:var(--color-primary-grey);color:var(--color-secondary-iron);text-align:center}.ex-home-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--space-5)}.ex-home-product{min-width:0;display:flex;flex-direction:column;border:var(--border-width) solid var(--color-primary-grey);border-radius:var(--radius-lg);overflow:hidden;background:#fff}.ex-home-product__media-link{display:block;aspect-ratio:1 / 1;overflow:hidden;background:var(--color-primary-grey)}.ex-home-product__image{display:block;width:100%;height:100%;padding:var(--space-5);box-sizing:border-box;object-fit:contain;transition:transform var(--dur-3) var(--ease-out)}.ex-home-product:hover .ex-home-product__image{transform:scale(1.02)}.ex-home-product__body{display:flex;flex:1 1 auto;flex-direction:column;padding:var(--space-4)}.ex-home-product__vendor{margin-bottom:var(--space-1);color:var(--color-secondary-iron);font-size:var(--fs-ps)}.ex-home-product__title{margin-bottom:var(--space-3);font-size:var(--fs-h4)}.ex-home-product__title a{color:inherit;text-decoration:none}.ex-home-product__title a:hover{opacity:.75}.ex-home-product__meta{display:grid;gap:var(--space-2);margin-top:auto;padding-top:var(--space-2)}.ex-home-product__price-row{display:flex;flex-wrap:wrap;gap:var(--space-2);align-items:baseline}.ex-home-product__price{font-family:var(--font-bold);font-size:var(--fs-h4)}.ex-home-product__compare{color:var(--color-secondary-iron);font-size:var(--fs-ps);text-decoration:line-through}.ex-home-product__status{font-size:var(--fs-ps)}.ex-home-product__cta{width:100%;margin-top:var(--space-3)}.ex-home-application-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-5)}.ex-home-application{display:grid;grid-template-columns:120px minmax(0,1fr);gap:var(--space-4);align-items:center;min-height:150px;padding:var(--space-4);border:var(--border-width) solid var(--color-primary-grey);border-radius:var(--radius-lg);text-decoration:none;color:inherit;background:#fff}.ex-home-application:hover{border-color:#00000029}.ex-home-application__media{overflow:hidden;width:120px;height:120px;border-radius:var(--radius-md);background:var(--color-primary-grey)}.ex-home-application__image{display:block;width:100%;height:100%;object-fit:cover}.ex-home-application__title{margin-bottom:var(--space-2)}.ex-home-application__text{margin:0 0 var(--space-3);color:var(--color-secondary-iron);font-size:var(--fs-ps)}.ex-home-application__linktext{font-family:var(--font-bold);border-bottom:var(--border-width) solid var(--color-primary-blue)}.ex-home-trust{background:var(--color-primary-blue);color:#fff}.ex-home-trust .ex-home-section-head__text,.ex-home-trust .ex-home-section-head__title{color:#fff}.ex-home-trust-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:var(--space-6)}.ex-home-trust-item{min-width:0}.ex-home-trust-item__value{display:block;margin-bottom:var(--space-1);font-family:var(--font-black);font-size:var(--fs-h3);line-height:var(--lh-tight)}.ex-home-trust-item__title{display:block;margin-bottom:var(--space-2);font-family:var(--font-bold)}.ex-home-trust-item__text{margin:0;color:#ffffffd6;font-size:var(--fs-ps)}.ex-home-guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-5)}.ex-home-guide{min-width:0}.ex-home-guide__link{display:block;height:100%;color:inherit;text-decoration:none}.ex-home-guide__media{overflow:hidden;aspect-ratio:16 / 9;margin-bottom:var(--space-4);border-radius:var(--radius-lg);background:var(--color-primary-grey)}.ex-home-guide__image{display:block;width:100%;height:100%;object-fit:cover;transition:transform var(--dur-3) var(--ease-out)}.ex-home-guide__link:hover .ex-home-guide__image{transform:scale(1.02)}.ex-home-guide__title{margin-bottom:var(--space-2)}.ex-home-guide__excerpt{margin:0 0 var(--space-3);color:var(--color-secondary-iron);font-size:var(--fs-ps)}.ex-home-guide__read{font-family:var(--font-bold);border-bottom:var(--border-width) solid var(--color-primary-blue)}.ex-home-about{background:var(--color-primary-grey)}.ex-home-about__grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:var(--space-8);align-items:center}.ex-home-about__media{overflow:hidden;min-height:420px;border-radius:var(--radius-lg);background:#fff}.ex-home-about__image{display:block;width:100%;height:100%;min-height:420px;object-fit:cover}.ex-home-about__copy{max-width:680px}.ex-home-about__copy .rte{color:var(--color-secondary-iron)}.ex-home-about__copy .rte p:last-child{margin-bottom:0}.ex-home-about__actions{margin-top:var(--space-5)}.ex-home-help-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-5)}.ex-home-help-card{display:flex;min-height:220px;flex-direction:column;justify-content:center;padding:var(--space-7);border:var(--border-width) solid var(--color-primary-grey);border-radius:var(--radius-lg)}.ex-home-help-card__title{margin-bottom:var(--space-2)}.ex-home-help-card__text{max-width:620px;color:var(--color-secondary-iron)}.ex-home-help-card__actions{margin-top:var(--space-2)}@media(max-width:1100px){.ex-home-hero__inner{grid-template-columns:minmax(0,1fr) 320px;gap:var(--space-6)}.ex-home-category-grid,.ex-home-product-grid,.ex-home-trust-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ex-home-application-grid,.ex-home-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:800px){.ex-home-hero__inner,.ex-home-about__grid{grid-template-columns:1fr}.ex-home-hero__assist{align-self:auto}.ex-home-section-head{align-items:start;flex-direction:column;gap:var(--space-3)}.ex-home-category-grid,.ex-home-product-grid,.ex-home-trust-grid,.ex-home-application-grid,.ex-home-guide-grid,.ex-home-help-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ex-home-about__media,.ex-home-about__image{min-height:320px}}@media(max-width:599px){.ex-home-hero__title{font-size:36px}.ex-home-hero__intro{font-size:var(--fs-p1)}.ex-home-search{grid-template-columns:1fr}.ex-home-search__button{width:100%}.ex-home-category-grid,.ex-home-product-grid,.ex-home-trust-grid,.ex-home-application-grid,.ex-home-guide-grid,.ex-home-help-grid{grid-template-columns:1fr}.ex-home-application{grid-template-columns:92px minmax(0,1fr)}.ex-home-application__media{width:92px;height:92px}.ex-home-help-card{min-height:0;padding:var(--space-5)}}
/*# sourceMappingURL=/cdn/shop/t/79/assets/ex-home.css.map */
