@charset "UTF-8";*,*:before,*:after{box-sizing:border-box;margin:0}body{min-height:100svh;font-family:var(--font-primary--family);background:var(--color-background);color:var(--color-foreground)}:root{--placeholder-bg: color-mix(in srgb, var(--color-surface) 92%, var(--color-foreground) 8%);--placeholder-fg: color-mix(in srgb, var(--color-foreground) 70%, transparent)}html:has(dialog[scroll-lock][open],details[scroll-lock][open]){overflow:hidden}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,textarea,select{font:inherit;border-radius:var(--style-border-radius-inputs)}select,dialog{background:var(--color-background);color:var(--color-foreground)}p{text-wrap:pretty}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p:empty{display:none}:is(p,h1,h2,h3,h4,h5,h6):first-child{margin-block-start:0}:is(p,h1,h2,h3,h4,h5,h6):last-child{margin-block-end:0}.shopify-section{--content-width: min(calc(var(--page-width) - var(--page-margin) * 2), calc(100% - var(--page-margin) * 2));--content-margin: minmax(var(--page-margin), 1fr);--content-grid: var(--content-margin) var(--content-width) var(--content-margin);position:relative;display:grid;grid-template-columns:var(--content-grid);width:100%}.shopify-section>*{grid-column:2}.shopify-section>.full-width{grid-column:1/-1}.data-sharing-opt-out,.contact-details,.warranty-forms,.shopify-section:has(>.product) .product,.shopify-section:has(>.page) .page,.shopify-section:has(>.template-404) .template-404,.shopify-section:has(>.password) .password,.content-cards,.products-grid,.breadcrumbs,.resource-library,.card-grid,.blog-archive,.shopify-section:has(>.blog-posts) .blog-posts,.shopify-section:has(>.team-grid) .team-grid,.find-a-rep,.product-carousel,.media-with-text,.shopify-section:has(>.numbered-features) .numbered-features,.shopify-section:has(>.cta-banner) .cta-banner,.shopify-section:has(>.columns-with-text) .columns-with-text,.shopify-section:has(>.collection-grid) .collection-grid,.shopify-section:has(>.brand-logo-row) .brand-logo-row,.footer__social-bar-inner,.footer__main-inner,.footer__bottom-inner{display:grid;grid-template-columns:var(--content-grid)}.card-grid__card{display:flex;flex-direction:column;border-radius:.75rem;overflow:hidden;transition:box-shadow .2s}.card-grid__card:hover{box-shadow:0 .25rem 1.25rem #0000001a}.product-card__media{overflow:hidden;display:flex;align-items:center;justify-content:center}.product-card__media svg{width:60%;opacity:.3;max-width:none}.shopify-section:has(>.product) .product__image,.card-grid__image,.blog-archive__image,.shopify-section:has(>.blog-posts) .blog-posts__image{overflow:hidden}.shopify-section:has(>.product) .product__image img,.card-grid__image img,.blog-archive__image img,.shopify-section:has(>.blog-posts) .blog-posts__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.find-a-rep__bg-media,.shopify-section:has(>.cta-banner) .cta-banner__media{position:absolute;top:0;right:0;bottom:0;left:0}.find-a-rep__bg-media img,.shopify-section:has(>.cta-banner) .cta-banner__media img{width:100%;height:100%;object-fit:cover}.resource-card__info{display:flex;flex-direction:column;gap:.35rem}.shopify-section:has(>.product) .product__features-list li,.shopify-section:has(>.product) .product__description,.media-with-text__text,.shopify-section:has(>.numbered-features) .numbered-features__item p,.shopify-section:has(>.columns-with-text) .columns-with-text__column p{line-height:1.85;opacity:.8}.breadcrumbs__list,.shopify-section:has(>.brand-logo-row) .brand-logo-row__list,.footer__social-list,.footer__menu-list,.footer__brand-list,.footer__bottom-list,.header__menu-list,.header__submenu ul,.header__mobile-list,.header__mobile-submenu{list-style:none;margin:0;padding:0}.section-inner{display:grid;grid-template-columns:var(--content-grid);grid-column:1/-1;width:100%}.section-content{grid-column:2}.cover-media{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.cover-media img,.cover-media video{width:100%;height:100%;object-fit:cover}.cover-media.placeholder-media{background:var(--placeholder-bg);color:var(--placeholder-fg);display:flex;align-items:center;justify-content:center}.cover-media.placeholder-media svg{width:40%;opacity:.45;max-width:none}.placeholder-svg{background:var(--placeholder-bg);color:var(--placeholder-fg);display:block;width:100%;height:100%}.overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,var(--overlay-opacity, .6));z-index:1}.arrow-link{display:inline-flex;align-items:center;gap:.5rem;font-weight:500;text-decoration:none;color:var(--color-primary);transition:opacity .2s}.arrow-link:hover{opacity:.7}.arrow-link svg{width:1rem;height:.6875rem}.section-heading{font-size:2.625rem;font-weight:700;line-height:1.2;margin-block-end:2.5rem}@media(max-width:48rem){.section-heading{font-size:2rem;margin-block-end:2rem}}.button{display:inline-flex;align-items:center;gap:.625rem;padding:.75rem 3rem;border:2px solid transparent;border-radius:2.625rem;font-size:1.125rem;font-weight:500;line-height:1.5;text-decoration:none;white-space:nowrap;cursor:pointer;transition:all .2s}.button--filled{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.button--filled:hover{background:color-mix(in srgb,var(--color-primary) 85%,black);border-color:color-mix(in srgb,var(--color-primary) 85%,black)}.button--outline{background:transparent;border-color:var(--color-primary);color:var(--color-primary)}.button--outline:hover{background:var(--color-primary);color:#fff}.button__arrow{display:inline-flex;width:1rem;height:.6875rem}.button__arrow svg{width:100%;height:100%}.product-card{display:flex;flex-direction:column;gap:1.25rem;background:#fff;border-radius:1.25rem;padding:1rem;overflow:hidden;color:inherit;text-decoration:none;height:100%;border:2px solid transparent;transition:border-color .2s}.product-card:hover{border-color:var(--color-primary, #be1e2d)}.product-card__media{aspect-ratio:1}.product-card__media img{width:100%;height:100%;object-fit:contain}.product-card__media svg{height:60%}.product-card__info{display:flex;flex-direction:column;gap:.5rem;flex:1}.product-card__vendor{font-size:.875rem;color:#8d8d8d}.product-card__title{font-size:1rem;font-weight:600;line-height:1.5;text-transform:capitalize;color:#1e1e1e}.product-card__sku{font-size:.875rem;color:#8d8d8d}.header-wrap{display:grid;grid-template-columns:var(--content-grid);gap:0}.header-callout{background:#000;color:#fff;font-size:.875rem;line-height:1.4;padding-block:.5625rem;grid-column:1/-1}.header-callout__inner{display:grid;grid-template-columns:var(--content-grid);width:100%}.header-callout__content{display:flex;align-items:center;justify-content:center;position:relative;gap:1rem;grid-column:2}.header-callout__text{margin:0;text-align:center;color:#fff}.header-callout__text a{color:inherit;text-decoration:underline;font-weight:500}.header-callout__dismiss{position:absolute;right:0;display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .25rem .35rem;background:transparent;border:none;color:#999;font-size:.625rem;font-weight:500;cursor:pointer;border-bottom:1px solid #999}.header-callout__dismiss svg{width:.5rem;height:.5rem}@media(max-width:48rem){.header-callout__content{justify-content:flex-start}.header-callout__text{text-align:left;padding-inline-end:4rem}.header-callout__dismiss{position:static;margin-inline-start:auto}}.header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:1rem;grid-column:2}.header__left,.header__right,.header__menu{display:flex;align-items:center}.header__left{gap:3.75rem;flex:1}.header__right{gap:.75rem}.header__menu{gap:1.5rem}.header__logo{text-decoration:none}.header__logo img{height:3.75rem;width:auto}.header__menu-list{display:flex;align-items:center;gap:1.5rem}.header__menu-item{position:relative}.header__menu-link{display:flex;align-items:center;gap:.25rem;text-decoration:none;color:#000;white-space:nowrap}.header__menu-link svg{width:1rem;height:1rem}.header__menu-link:hover{opacity:.7}.header__submenu{position:absolute;top:calc(100% + .75rem);left:0;min-width:15rem;background:var(--color-surface);border:1px solid rgba(0,0,0,.06);box-shadow:0 .75rem 2.5rem #00000024;border-radius:.9rem;padding:.75rem .6rem;opacity:0;visibility:hidden;transform:translateY(.5rem);transition:opacity .2s,transform .2s,visibility .2s;z-index:10;border-top:2px solid var(--color-primary)}.header__submenu ul{display:grid;gap:.25rem}.header__submenu a{display:block;padding:.5rem .75rem;text-decoration:none;color:#000;white-space:nowrap;border-radius:.5rem;transition:background .2s,color .2s}.header__submenu a:hover{background:#0000000f;color:var(--color-primary)}.header__menu-item:hover>.header__submenu,.header__menu-item:focus-within>.header__submenu{opacity:1;visibility:visible;transform:translateY(0)}.header__search{display:flex;align-items:center;gap:.5rem;height:3.125rem;width:16rem;padding-inline:1.25rem .5rem;background:#ffffff3d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid #1e1e1e;border-radius:2.625rem}.header__search input{flex:1;min-width:0;border:none;outline:none;background:transparent;color:#1e1e1e;opacity:.8}.header__search input::placeholder{color:#1e1e1e;opacity:.8}.header__search input::-webkit-search-cancel-button{display:none}.header__search button{display:flex;align-items:center;justify-content:center;padding:.5rem;background:var(--color-primary);border:none;border-radius:50%;cursor:pointer;color:#fff}.header__search button svg{width:1.125rem;height:1.125rem}.header__burger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:.3125rem;width:2.5rem;height:2.5rem;padding:.375rem;background:transparent;border:none;cursor:pointer;color:#000;flex-shrink:0}.header__burger-bar{display:block;width:1.375rem;height:2px;background:currentColor;border-radius:1px;transition:transform .25s,opacity .25s;transform-origin:center}.header__burger[aria-expanded=true] .header__burger-bar:nth-child(1){transform:translateY(.4375rem) rotate(45deg)}.header__burger[aria-expanded=true] .header__burger-bar:nth-child(2){opacity:0;transform:scaleX(0)}.header__burger[aria-expanded=true] .header__burger-bar:nth-child(3){transform:translateY(-.4375rem) rotate(-45deg)}.header__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:199;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.header__overlay.is-open{opacity:1;visibility:visible}.header__mobile-nav{position:fixed;inset:0 0 0 auto;width:min(22rem,100vw);background:var(--color-surface, #fff);z-index:200;overflow-y:auto;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.header__mobile-nav.is-open{transform:translate(0)}.header__mobile-nav-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.08);flex-shrink:0}.header__mobile-close{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;background:transparent;border:1px solid rgba(0,0,0,.12);border-radius:50%;cursor:pointer;flex-shrink:0}.header__mobile-close svg{width:.875rem;height:.875rem}.header__mobile-search{padding:1rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.06);flex-shrink:0}.header__mobile-search form{display:flex;align-items:center;gap:.5rem;height:2.75rem;padding-inline:1rem .375rem;background:#0000000a;border:1px solid rgba(0,0,0,.1);border-radius:2rem}.header__mobile-search input{flex:1;min-width:0;border:none;outline:none;background:transparent;color:#1e1e1e;font-size:.9375rem}.header__mobile-search input::placeholder{color:#1e1e1e;opacity:.5}.header__mobile-search input::-webkit-search-cancel-button{display:none}.header__mobile-search button{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:var(--color-primary);border:none;border-radius:50%;cursor:pointer;color:#fff;flex-shrink:0}.header__mobile-search button svg{width:1rem;height:1rem}.header__mobile-list{flex:1;padding:.5rem 1.5rem}.header__mobile-item{border-bottom:1px solid rgba(0,0,0,.06)}.header__mobile-item:last-child{border-bottom:none}.header__mobile-link{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.875rem 0;text-decoration:none;color:#000;font-size:1rem;font-weight:500;background:transparent;border:none;cursor:pointer;text-align:left}.header__mobile-link svg{width:1rem;height:1rem;flex-shrink:0;transition:transform .2s}.header__mobile-link[aria-expanded=true] svg{transform:rotate(180deg)}.header__mobile-submenu{display:none;padding:.25rem 0 .75rem .75rem}.header__mobile-submenu.is-open{display:block}.header__mobile-submenu li+li{margin-top:.125rem}.header__mobile-submenu a{display:block;padding:.5rem .75rem;text-decoration:none;color:#000000a6;border-radius:.375rem;font-size:.9375rem}.header__mobile-submenu a:hover{background:#0000000a;color:var(--color-primary)}.header__mobile-cta{padding:1rem 1.5rem 1.5rem;margin-top:auto;flex-shrink:0}@media(max-width:48rem){.header__menu{display:none}.header__burger{display:flex}.header__search,.header__rep-btn{display:none}}.footer{color:var(--footer-text);margin-top:auto}.footer a{text-decoration:none;color:inherit}.footer a:hover{opacity:.75}.footer__social-bar{background:var(--footer-social-bg);color:var(--footer-social-text)}.footer__social-bar-inner{padding-block:.75rem;margin-bottom:1.25rem}.footer__social-list{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:2rem}.footer__social-item{flex:1 1 0;display:flex;justify-content:center;position:relative}.footer__social-item:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:1.5rem;background:currentColor;opacity:1}.footer__social-link{display:inline-flex;align-items:center;gap:.75rem;font-weight:600;letter-spacing:.02em}.footer__social-label{font-size:1rem}.footer__social-icon{width:2.25rem;height:2.25rem;border-radius:999px;background:#fff;color:var(--footer-social-bg);display:inline-flex;align-items:center;justify-content:center}.footer__social-icon svg{width:1.45rem;height:1.45rem;fill:currentColor;stroke:currentColor}.footer__main{background:var(--footer-bg);padding:3.5rem 0 2.5rem}.footer__content{grid-column:2;display:flex;flex-direction:column;gap:2.5rem}.footer__grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1.35fr) minmax(0,.7fr) minmax(0,.7fr);gap:2.5rem;align-items:start}.footer__brand{display:flex;flex-direction:column;gap:1rem}.footer__logo{display:inline-flex;align-items:center}.footer__logo img{width:100%;max-width:15rem}.footer__logo--text{font-size:1.5rem;font-weight:700}.footer__address,.footer__description{font-size:1rem;line-height:1.7}.footer__address p+p,.footer__description p+p{margin-top:.75rem}.footer__phone{font-size:1.1rem;font-weight:600}.footer__menus{grid-column:span 2;display:grid;gap:1.5rem}.footer__menu-title{font-size:1.05rem;font-weight:600;margin-bottom:.75rem;word-break:keep-all;overflow-wrap:normal}.footer__menu-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:1rem;row-gap:1rem;font-weight:600;word-break:keep-all;overflow-wrap:normal}.footer__brand-list{display:flex;flex-wrap:nowrap;align-items:center;justify-content:flex-start;gap:1.5rem}.footer__brand-item{flex:0 0 auto}.footer__brand-item img{height:20px;max-width:7rem;width:auto;object-fit:contain;display:block}.footer__bottom{background:var(--footer-bg);padding:0 0 2rem}.footer__bottom-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1.5rem;flex-wrap:wrap}.footer__divider{grid-column:2;height:1px;background:#fff;margin-bottom:1.5rem}.footer__copyright,.footer__bottom-menu{font-size:.95rem}.footer__bottom-menu{display:flex}.footer__bottom-list{display:flex;gap:2rem}@media(max-width:64rem){.footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer__menus{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:3rem}.footer__brand-list{flex-wrap:wrap;justify-content:center}}@media(max-width:48rem){.footer__social-list{flex-wrap:wrap;justify-content:center;gap:1rem}.footer__social-item{flex:1 1 45%}.footer__social-item:after{display:none}.footer__social-link{justify-content:center}.footer__grid{grid-template-columns:1fr}.footer__menus{grid-column:1;grid-template-columns:1fr}.footer__menu-list{grid-template-columns:1fr}.footer__brand-list{flex-wrap:wrap;justify-content:center}.footer__bottom-content{flex-direction:column;align-items:flex-start;gap:.75rem}.footer__bottom-list{flex-wrap:wrap;gap:.75rem 1.5rem}}.slideshow{position:relative;height:42rem;overflow:hidden;width:100%}.slideshow__slider{height:100%}.slideshow__slide{position:relative}.slideshow__slide .slideshow__overlay{background:#0000001a}.slideshow__slide--logo .slideshow__overlay{background:#00000080;mix-blend-mode:soft-light}.slideshow__slide--image-only .slideshow__overlay{display:none}.slideshow__content{position:relative;display:grid;grid-template-columns:var(--content-grid);width:100%;top:50%;transform:translateY(-50%);z-index:2}.slideshow__content-inner{grid-column:2;max-width:25rem;padding:2.75rem;background:#ffffffe6;border-radius:1.25rem}.slideshow__content-inner h2{font-size:2.625rem;font-weight:600;line-height:1.2;letter-spacing:-.026rem;text-transform:capitalize;margin-block-end:1.5rem}.slideshow__logo-pill{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;display:flex;align-items:center;justify-content:center;width:36rem;height:6rem;background:#ffffffb3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:6rem}.slideshow__logo-pill img{max-width:70%;max-height:60%;width:auto;height:auto;object-fit:contain}.slideshow .swiper-button-prev,.slideshow .swiper-button-next{color:#fff;width:3rem;height:3rem}.slideshow .swiper-button-prev:after,.slideshow .swiper-button-next:after{display:none}.slideshow .swiper-button-prev svg,.slideshow .swiper-button-next svg{width:1rem;height:1.5rem}.slideshow .swiper-pagination-bullet{width:.75rem;height:.75rem;background:transparent;border:1.5px solid #fff;opacity:1}.slideshow .swiper-pagination-bullet-active{background:#fff}@media(max-width:48rem){.slideshow{height:25rem}.slideshow .swiper-button-prev,.slideshow .swiper-button-next{display:none}.slideshow__content-inner{padding:1.5rem}.slideshow__content-inner h2{font-size:1.75rem}.slideshow__logo-pill{width:20rem;height:4rem;border-radius:4rem}}.shopify-section:has(>.brand-logo-row){margin-block:3rem}.shopify-section:has(>.brand-logo-row) .brand-logo-row__list{display:flex;align-items:center;justify-content:center;gap:9rem}.shopify-section:has(>.brand-logo-row) .brand-logo-row__item{width:25rem;height:4rem;display:flex;align-items:center;justify-content:center}.shopify-section:has(>.brand-logo-row) .brand-logo-row__link{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.shopify-section:has(>.brand-logo-row) .brand-logo-row__item img,.shopify-section:has(>.brand-logo-row) .brand-logo-row__item svg{max-height:100%;max-width:100%;width:auto;height:auto;display:block;object-fit:contain}@media(max-width:64rem){.shopify-section:has(>.brand-logo-row) .brand-logo-row__list{gap:4rem;flex-wrap:wrap}}.shopify-section:has(>.collection-grid){margin-block:3rem}.shopify-section:has(>.collection-grid) .collection-grid__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:18rem;gap:1.25rem}.shopify-section:has(>.collection-grid) .collection-grid__item{position:relative;overflow:hidden;border-radius:1.25rem;display:block;text-decoration:none}.shopify-section:has(>.collection-grid) .collection-grid__item:nth-child(7n+1),.shopify-section:has(>.collection-grid) .collection-grid__item:nth-child(7n+4){grid-column:span 2}.shopify-section:has(>.collection-grid) .collection-grid__item:hover .collection-grid__image img{transform:scale(1.05)}.shopify-section:has(>.collection-grid) .collection-grid--featured .collection-grid__grid{grid-template-columns:repeat(2,1fr)}@media(max-width:48rem){.shopify-section:has(>.collection-grid) .collection-grid--featured .collection-grid__grid{grid-template-columns:1fr}}.shopify-section:has(>.collection-grid) .collection-grid--featured .collection-grid__item{grid-column:span 1}.shopify-section:has(>.collection-grid) .collection-grid--featured .collection-grid__item:first-child{grid-column:1/-1}@media(max-width:48rem){.shopify-section:has(>.collection-grid) .collection-grid--featured .collection-grid__item:first-child{grid-column:span 1}}.shopify-section:has(>.collection-grid) .collection-grid__image{height:100%}.shopify-section:has(>.collection-grid) .collection-grid__image img{height:100%;object-fit:cover;transition:transform .4s}.shopify-section:has(>.collection-grid) .collection-grid__overlay{background:linear-gradient(160deg,rgba(0,0,0,.35) 0%,transparent 50%)}.shopify-section:has(>.collection-grid) .collection-grid__title{position:absolute;top:1.5rem;left:1.75rem;color:#fff;font-size:1.5rem;font-weight:700;z-index:1;text-shadow:0 .125rem .25rem rgba(0,0,0,.75)}@media(max-width:48rem){.shopify-section:has(>.collection-grid) .collection-grid__grid{grid-template-columns:1fr;grid-auto-rows:13.75rem}.shopify-section:has(>.collection-grid) .collection-grid__item:nth-child(n),.shopify-section:has(>.collection-grid) .collection-grid--featured .shopify-section:has(>.collection-grid) .collection-grid__item:nth-child(n){grid-column:span 1}.shopify-section:has(>.collection-grid) .collection-grid--featured .shopify-section:has(>.collection-grid) .collection-grid__item:first-child{grid-column:span 1}}.shopify-section:has(>.columns-with-text){margin-block:6rem}.shopify-section:has(>.columns-with-text) .columns-with-text__content{display:flex;align-items:center;justify-content:space-between;gap:5rem}.shopify-section:has(>.columns-with-text) .columns-with-text__heading .section-heading{white-space:nowrap}.shopify-section:has(>.columns-with-text) .columns-with-text__columns{display:flex;gap:1.75rem}.shopify-section:has(>.columns-with-text) .columns-with-text__column{display:flex;flex-direction:column;gap:1.3125rem;flex-basis:17.75rem}.shopify-section:has(>.columns-with-text) .columns-with-text__column h3{font-size:1.375rem;font-weight:700;opacity:.9}@media(max-width:48rem){.shopify-section:has(>.columns-with-text) .columns-with-text__content,.shopify-section:has(>.columns-with-text) .columns-with-text__columns{flex-direction:column;gap:2rem}.shopify-section:has(>.columns-with-text) .columns-with-text__column{flex-basis:auto}.shopify-section:has(>.columns-with-text) .columns-with-text__heading .section-heading{white-space:normal}}.shopify-section:has(>.cta-banner){margin-block:4rem}.shopify-section:has(>.cta-banner) .cta-banner__content{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:2.5rem;padding:3rem;border-radius:1rem}.shopify-section:has(>.cta-banner) .cta-banner__overlay{background:#000c}.shopify-section:has(>.cta-banner) .cta-banner__media .placeholder-svg{width:100%;height:100%;object-fit:cover}.shopify-section:has(>.cta-banner) .cta-banner__text,.shopify-section:has(>.cta-banner) .cta-banner__action{position:relative;z-index:2}.shopify-section:has(>.cta-banner) .cta-banner__text h2{font-size:2.75rem;font-weight:700;color:#fff;margin-block-end:.25rem}.shopify-section:has(>.cta-banner) .cta-banner__text p{font-size:1.5rem;color:#fff}@media(max-width:48rem){.shopify-section:has(>.cta-banner) .cta-banner__content{flex-direction:column;text-align:center;padding:1.5rem}}.shopify-section:has(>.numbered-features){margin-block:6rem}.shopify-section:has(>.numbered-features) .numbered-features__heading{text-align:center;margin-block-end:3rem}.shopify-section:has(>.numbered-features) .numbered-features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3.125rem}.shopify-section:has(>.numbered-features) .numbered-features__item{display:flex;flex-direction:column}.shopify-section:has(>.numbered-features) .numbered-features__number-wrap{position:relative;height:5rem;margin-block-end:1rem}.shopify-section:has(>.numbered-features) .numbered-features__icon{display:flex;align-items:center;justify-content:center;width:4.25rem;height:4.25rem;background:var(--color-primary);border-radius:50%;color:#fff;position:relative;z-index:1}.shopify-section:has(>.numbered-features) .numbered-features__icon svg{width:1.5rem;height:1.5rem}.shopify-section:has(>.numbered-features) .numbered-features__number{position:absolute;right:0;top:-.625rem;font-size:12.75rem;font-weight:700;line-height:1;color:#0000000f;pointer-events:none;-webkit-user-select:none;user-select:none}.shopify-section:has(>.numbered-features) .numbered-features__item h3{font-size:1.5rem;font-weight:600;margin-block-end:.5rem}.shopify-section:has(>.numbered-features) .numbered-features__item p{max-width:17.75rem}.shopify-section:has(>.numbered-features) .numbered-features__footer{text-align:center;margin-block-start:3rem}@media(max-width:48rem){.shopify-section:has(>.numbered-features) .numbered-features__grid{grid-template-columns:1fr;gap:2.5rem}.shopify-section:has(>.numbered-features) .numbered-features__number{font-size:6.25rem}}.image-banner{position:relative;min-height:34.5rem;overflow:hidden}.image-banner__inner{position:relative;z-index:2;display:grid;grid-template-columns:var(--content-grid);align-items:center;min-height:inherit;width:100%;padding-block:4.5rem}.image-banner__content{grid-column:2;justify-self:center;position:relative;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:2.5rem}.image-banner__content h2{font-size:2.25rem;font-weight:700;color:#fff}.image-banner--card_left{min-height:37.5rem;--overlay-opacity: 0}.image-banner--card_left .image-banner__content{justify-self:start;align-items:flex-start;text-align:left;gap:.75rem;padding:2.5rem 2.75rem 3.125rem;background:#ffffffe6;border-radius:1.25rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);max-width:25.1875rem}.image-banner--card_left .image-banner__content h2{color:#000;font-size:2.625rem;line-height:1.2;text-transform:capitalize}.image-banner--logo-only .image-banner__content{background:transparent;padding:0;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;max-width:none}.image-banner--logo-only .image-banner__divider{display:none}.image-banner__divider{width:100%;height:.125rem;background:var(--color-primary)}.image-banner__icon img,.image-banner__icon svg{width:var(--icon-size, 4.5rem);height:var(--icon-size, 4.5rem);object-fit:contain}@media(max-width:48rem){.image-banner{min-height:25rem}.image-banner__inner{padding-block:3rem}.image-banner__content{padding:1.5rem}.image-banner__content h2{font-size:1.75rem}.image-banner--card_left .image-banner__content{max-width:100%}}.media-with-text{padding-block:5rem;background:var(--section-bg, var(--color-surface));color:var(--section-text, var(--color-foreground))}.media-with-text__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:var(--media-gap, 5rem);align-items:center}.media-with-text__media{overflow:hidden}.media-with-text__media img,.media-with-text__media svg{width:100%;height:100%;object-fit:cover;display:block}.media-with-text__media svg{opacity:.3}.media-with-text__heading{font-size:1.75rem;font-weight:700;margin-block-end:1rem}.media-with-text__subheading{font-size:1.25rem;font-weight:600;margin-block-end:1rem;opacity:.9}.media-with-text__divider{width:6.5rem;height:.125rem;background:currentColor;margin-block:.5rem 1.25rem;opacity:.7}.media-with-text__logo img,.media-with-text__logo svg{max-height:4rem;max-width:25rem;width:auto;height:auto;display:block;object-fit:contain}.media-with-text__logo{margin-bottom:1.5rem}.media-with-text__text p{margin:0}.media-with-text__button{margin-top:1.5rem;align-self:flex-start;width:auto}.media-with-text--image-right .media-with-text__media{order:2}.media-with-text--image-right .media-with-text__content{order:1}.media-with-text--text-only .media-with-text__layout{grid-template-columns:1fr}.media-with-text--text-only .media-with-text__content{width:100%}.media-with-text--text-only .media-with-text__heading{font-size:2.625rem}.media-with-text--text-only .media-with-text__subheading{font-size:1.375rem}.media-with-text--align-center .media-with-text__layout{text-align:center}.media-with-text--align-center .media-with-text__content{align-items:center}.media-with-text--align-center .media-with-text__divider{margin-inline:auto}.media-with-text--card{--media-gap: 0;--media-radius: .5rem 0 0 .5rem;--content-radius: 0 .5rem .5rem 0}.media-with-text--card .media-with-text__layout{align-items:stretch}.media-with-text--card .media-with-text__media{border-radius:var(--media-radius);overflow:hidden;min-height:35rem}.media-with-text--card .media-with-text__content{background:#fff;color:#1e1e1e;border-radius:var(--content-radius);padding:3.5rem;display:flex;flex-direction:column;justify-content:center}.media-with-text--card .media-with-text__text{opacity:.9}.media-with-text--card.media-with-text--image-right{--media-radius: 0 .5rem .5rem 0;--content-radius: .5rem 0 0 .5rem}.media-with-text--overlap{position:relative;z-index:2}.media-with-text--overlap .media-with-text__layout{margin-top:-2rem}@media(max-width:60rem){.media-with-text__layout{grid-template-columns:1fr}.media-with-text--card{--media-radius: .5rem .5rem 0 0;--content-radius: 0 0 .5rem .5rem}.media-with-text--overlap .media-with-text__layout{margin-top:-2.5rem}}.shopify-section[data-section-type=media-with-text]+.shopify-section[data-section-type=media-with-text] .media-with-text,.shopify-section:has(>.media-with-text)+.shopify-section:has(>.media-with-text) .media-with-text{padding-top:0}.product-carousel{background:#f2f2f2;padding-block:4.125rem 3.125rem}.product-carousel__heading{text-align:center;font-size:2.625rem;font-weight:700}.product-carousel__carousel{position:relative}.product-carousel__carousel .product-carousel__slider{overflow:hidden}.product-carousel__slide{height:auto}.product-carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;display:flex;align-items:center;justify-content:center;width:3.125rem;height:3.125rem;border:none;border-radius:50%;background:#fff;box-shadow:0 .44rem 1.22rem #0000000f;color:var(--color-foreground);cursor:pointer;transition:box-shadow .2s}.product-carousel__arrow:hover{box-shadow:0 .44rem 1.22rem #0000001f}.product-carousel__arrow[data-prev]{left:-1.5rem}.product-carousel__arrow[data-next]{right:-1.5rem}.product-carousel__arrow svg{width:1.625rem;height:1.625rem}.product-carousel__footer{text-align:center;margin-block-start:2.5rem}.product-carousel__footer .arrow-link{color:var(--color-primary-dark, #7f0814)}@media(max-width:48rem){.product-carousel{padding-block:2.5rem}.product-carousel__heading{font-size:1.75rem}.product-carousel__arrow{display:none}}.find-a-rep{position:relative;background:var(--color-surface);padding-block:3.75rem;overflow:hidden;--overlay-opacity: .7}.find-a-rep--has-bg{background:transparent}.find-a-rep__card{position:relative;z-index:2;border-radius:1.25rem;overflow:hidden;background:#fff}.find-a-rep__inner{display:grid;grid-template-columns:1fr 1fr}.find-a-rep__inner[hidden]{display:none}.find-a-rep__media{position:relative}.find-a-rep__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(205deg,#0000 28%,#0003 66%);z-index:1}.find-a-rep__media .find-a-rep__caption{position:absolute;bottom:2.5rem;left:2.5rem;max-width:23rem;font-size:2.625rem;font-weight:700;color:#fff;line-height:1.3;text-shadow:0 .125rem .5rem rgba(0,0,0,.4);z-index:2}.find-a-rep__form{padding:4.5rem 3.25rem;display:flex;flex-direction:column;gap:2rem}.find-a-rep__form .find-a-rep__content h2{font-size:2.625rem;font-weight:700;margin-block-end:.75rem}.find-a-rep__form .find-a-rep__content p{line-height:1.7;opacity:.8}.find-a-rep__fields{display:flex;flex-direction:column;gap:1rem}.find-a-rep__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.find-a-rep__field input{width:100%;padding:1rem;border:1px solid #333;border-radius:.5rem;background:#fff;color:var(--color-foreground);transition:border-color .2s}.find-a-rep__field input::placeholder{color:#6c6c6c}.find-a-rep__field input:focus{outline:none;border-color:var(--color-primary)}.find-a-rep__field input.is-invalid{border-color:var(--color-primary, #be1e2d)}.find-a-rep__error{color:var(--color-primary, #be1e2d);font-size:.875rem}.find-a-rep__submit{margin-block-start:1rem}.find-a-rep__result{display:flex;flex-direction:column}.find-a-rep__result[hidden]{display:none}.find-a-rep__result-map{position:relative;min-height:18rem;overflow:hidden;display:flex;align-items:center;justify-content:center}.find-a-rep__result-map-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;z-index:1}.find-a-rep__result-callout{position:relative;z-index:2;padding:2.75rem 5rem;background:#ffffffbf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:1.25rem}.find-a-rep__result-callout-inner{display:flex;align-items:center;gap:.75rem}.find-a-rep__result-callout-inner span{font-size:2.625rem;font-weight:600;text-transform:capitalize;letter-spacing:-.026rem}.find-a-rep__globe-icon{width:2.25rem;height:2.25rem;flex-shrink:0}.find-a-rep__result-info{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.find-a-rep__result-heading h2{font-size:2.625rem;font-weight:700;line-height:1.55}.find-a-rep__result-heading p{font-size:1.125rem;color:#1e1e1e;line-height:1.67}.find-a-rep__reps{display:flex;gap:2.5rem}.find-a-rep__rep-card{flex:1;display:flex;flex-direction:column;gap:.5rem}.find-a-rep__rep-card[hidden]{display:none}.find-a-rep__rep-card .find-a-rep__rep-contact{flex:1}.find-a-rep__rep-label{display:flex;flex-direction:column;gap:.25rem}.find-a-rep__rep-label span{font-size:1.75rem;font-weight:500}.find-a-rep__rep-label-line{width:100%;height:3px;background:var(--color-primary, #be1e2d)}.find-a-rep__rep-contact{display:flex;gap:1rem;align-items:center;background:#f2f2f2;border-radius:.75rem;padding:.75rem;overflow:hidden}.find-a-rep__rep-avatar{width:9.25rem;height:9.25rem;flex-shrink:0;border-radius:50%;background:#e0e0e0;display:flex;align-items:center;justify-content:center;overflow:hidden}.find-a-rep__rep-avatar svg{width:60%;height:60%}.find-a-rep__rep-avatar img{width:100%;height:100%;object-fit:cover}.find-a-rep__rep-details{display:flex;flex-direction:column;gap:.5rem}.find-a-rep__rep-name{font-size:1.5rem;font-weight:700}.find-a-rep__rep-title{font-size:1.125rem}.find-a-rep__rep-phone,.find-a-rep__rep-email{display:flex;align-items:center;gap:.5rem}.find-a-rep__rep-phone svg,.find-a-rep__rep-email svg{width:1.125rem;height:1.125rem;flex-shrink:0;stroke:currentColor}.find-a-rep__rep-phone a,.find-a-rep__rep-email a{font-size:1.125rem;color:var(--color-primary, #be1e2d);text-decoration:none}.find-a-rep__rep-phone a:hover,.find-a-rep__rep-email a:hover{text-decoration:underline}.find-a-rep__rep-open-message{background:#f2f2f2;border-radius:.75rem;padding:1.5rem}.find-a-rep__rep-open-message p{font-size:1.125rem;line-height:1.6}@media(max-width:48rem){.find-a-rep__inner{grid-template-columns:1fr}.find-a-rep__media{min-height:18.75rem}.find-a-rep__form{padding:2rem 1.25rem}.find-a-rep__form .find-a-rep__content h2{font-size:1.75rem}.find-a-rep__row{grid-template-columns:1fr}.find-a-rep__result-callout{padding:1.5rem 2.5rem}.find-a-rep__result-callout span,.find-a-rep__result-heading h2{font-size:1.75rem}.find-a-rep__reps{flex-direction:column;gap:1.5rem}.find-a-rep__rep-contact{flex-direction:column;text-align:center}.find-a-rep__rep-avatar{width:6rem;height:6rem}.find-a-rep__rep-details{align-items:center}}.tell-us-more{padding-block:3.75rem;display:flex;justify-content:center;background:#fff}.tell-us-more[hidden]{display:none}.tell-us-more__container{width:min(var(--page-width) - var(--page-margin) * 2,100% - var(--page-margin) * 2);display:flex;flex-direction:column;align-items:center;gap:2.5rem;padding:1rem}.tell-us-more__heading{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.25rem}.tell-us-more__heading h2{font-size:2.625rem;font-weight:700;text-transform:capitalize;line-height:1.55}.tell-us-more__heading-line{width:100%;height:3px;background:var(--color-primary, #be1e2d)}.tell-us-more__form-wrapper{background:#f2f2f2;border-radius:.75rem;padding:2rem;width:100%}.tell-us-more__form-wrapper form{display:flex;flex-direction:column;gap:1rem}.tell-us-more__row{display:grid;gap:1rem}.tell-us-more__row--1{grid-template-columns:1fr}.tell-us-more__row--2{grid-template-columns:1fr 1fr}.tell-us-more__row--3{grid-template-columns:1fr 1fr 1fr}.tell-us-more__row--actions{display:flex;align-items:center;justify-content:flex-end;gap:1.25rem}.tell-us-more__field input[type=text],.tell-us-more__field input[type=email],.tell-us-more__field input[type=tel],.tell-us-more__field input[type=number],.tell-us-more__field select,.tell-us-more__field textarea{width:100%;padding:1rem;border:1px solid #ccc;border-radius:.5rem;background:#fff;font-size:1.125rem;font-family:inherit;color:#333;transition:border-color .2s}.tell-us-more__field input[type=text]::placeholder,.tell-us-more__field input[type=email]::placeholder,.tell-us-more__field input[type=tel]::placeholder,.tell-us-more__field input[type=number]::placeholder,.tell-us-more__field select::placeholder,.tell-us-more__field textarea::placeholder{color:#666}.tell-us-more__field input[type=text]:focus,.tell-us-more__field input[type=email]:focus,.tell-us-more__field input[type=tel]:focus,.tell-us-more__field input[type=number]:focus,.tell-us-more__field select:focus,.tell-us-more__field textarea:focus{outline:none;border-color:var(--color-primary, #be1e2d)}.tell-us-more__field input[type=text].is-invalid,.tell-us-more__field input[type=email].is-invalid,.tell-us-more__field input[type=tel].is-invalid,.tell-us-more__field input[type=number].is-invalid,.tell-us-more__field select.is-invalid,.tell-us-more__field textarea.is-invalid{border-color:var(--color-primary, #be1e2d)}.tell-us-more__field textarea{min-height:15rem;resize:vertical}.tell-us-more__field select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.tell-us-more__checkbox{display:flex;align-items:center;gap:.75rem;cursor:pointer}.tell-us-more__checkbox input[type=checkbox]{width:1rem;height:1rem;border:1px solid #666;border-radius:.125rem;cursor:pointer;accent-color:var(--color-primary, #be1e2d)}.tell-us-more__checkbox span{font-size:.875rem;font-weight:500;white-space:nowrap}.tell-us-more__success{text-align:center;padding:1.5rem;background:#e8f5e9;border-radius:.5rem}.tell-us-more__success p{font-size:1.125rem;font-weight:500;color:#2e7d32}.tell-us-more__success[hidden]{display:none}.tell-us-more__error{color:var(--color-primary, #be1e2d);font-size:.875rem}.tell-us-more__error[hidden]{display:none}@media(max-width:48rem){.tell-us-more__heading h2{font-size:1.75rem}.tell-us-more__form-wrapper{padding:1.25rem}.tell-us-more__row--2,.tell-us-more__row--3{grid-template-columns:1fr}.tell-us-more__row--actions{flex-direction:column;align-items:stretch}.tell-us-more__row--actions .tell-us-more__checkbox{justify-content:center}.tell-us-more__row--actions .tell-us-more__submit-btn{width:100%}}.shopify-section:has(>.team-grid){margin-block:3rem}.shopify-section:has(>.team-grid) .team-grid__heading{text-align:center;margin-block-end:3.25rem}.shopify-section:has(>.team-grid) .team-grid__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));row-gap:3.25rem;column-gap:7.125rem;justify-items:center}.shopify-section:has(>.team-grid) .team-grid__member{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem;max-width:9rem}.shopify-section:has(>.team-grid) .team-grid__photo{width:9.25rem;aspect-ratio:1;border-radius:50%;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center}.shopify-section:has(>.team-grid) .team-grid__photo img,.shopify-section:has(>.team-grid) .team-grid__photo svg{width:100%;height:100%;object-fit:cover}.shopify-section:has(>.team-grid) .team-grid__photo svg{width:90%;height:90%;opacity:.3}.shopify-section:has(>.team-grid) .team-grid__name{font-size:1rem;font-weight:600;line-height:185%}.shopify-section:has(>.team-grid) .team-grid__role{font-size:.875rem;opacity:.8;line-height:185%}@media(max-width:64rem){.shopify-section:has(>.team-grid) .team-grid__grid{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:3rem}}@media(max-width:48rem){.shopify-section:has(>.team-grid) .team-grid__heading{font-size:2rem}.shopify-section:has(>.team-grid) .team-grid__grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:2rem}}@media(max-width:30rem){.shopify-section:has(>.team-grid) .team-grid__grid{grid-template-columns:1fr}}.shopify-section:has(>.blog-posts){margin-block:4rem}.shopify-section:has(>.blog-posts) .blog-posts__heading{text-align:center}.shopify-section:has(>.blog-posts) .blog-posts__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.shopify-section:has(>.blog-posts) .blog-posts__card{display:flex;flex-direction:column;align-items:center;text-align:center}.shopify-section:has(>.blog-posts) .blog-posts__image{width:100%;max-width:23.75rem;aspect-ratio:1;border-radius:50%;margin-block-end:1.5rem;display:block}.shopify-section:has(>.blog-posts) .blog-posts__image svg{width:40%;opacity:.2;max-width:none}.shopify-section:has(>.blog-posts) .blog-posts__image--placeholder{background:var(--color-surface);display:flex;align-items:center;justify-content:center}.shopify-section:has(>.blog-posts) .blog-posts__card:hover .shopify-section:has(>.blog-posts) .blog-posts__image img{transform:scale(1.05)}.shopify-section:has(>.blog-posts) .blog-posts__info time{font-size:.875rem;font-weight:500;letter-spacing:.0625rem;opacity:.6;display:block;margin-block-end:.5rem}.shopify-section:has(>.blog-posts) .blog-posts__info h3{font-size:1.125rem;font-weight:700;line-height:1.4;margin-block-end:1rem}.shopify-section:has(>.blog-posts) .blog-posts__info h3 a{color:inherit;text-decoration:none}.shopify-section:has(>.blog-posts) .blog-posts__info h3 a:hover{text-decoration:underline}.shopify-section:has(>.blog-posts) .blog-posts__link{font-size:.875rem;font-weight:500;color:inherit;text-decoration:none;border-bottom:1px solid currentColor;transition:opacity .2s}.shopify-section:has(>.blog-posts) .blog-posts__link:hover{opacity:.7}.shopify-section:has(>.blog-posts) .blog-posts__footer{text-align:center;margin-block-start:3rem}@media(max-width:48rem){.shopify-section:has(>.blog-posts) .blog-posts__grid{grid-template-columns:1fr;gap:2rem}.shopify-section:has(>.blog-posts) .blog-posts__image{max-width:16.25rem}}.blog-archive{background:#f2f2f2;padding-block:2rem}.blog-archive__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.blog-archive__card-link{display:flex;flex-direction:column;background:#fff;border-radius:1.25rem;overflow:hidden;text-decoration:none;color:inherit;border:1px solid transparent;transition:border-color .2s;height:100%}.blog-archive__card-link:hover{border-color:var(--color-primary-dark, #7f0814)}.blog-archive__card-link:hover .blog-archive__info h3{color:var(--color-primary-dark, #7f0814)}.blog-archive__image{aspect-ratio:404/240}.blog-archive__image svg{width:40%;opacity:.2;max-width:none}.blog-archive__image--placeholder{background:var(--color-surface);display:flex;align-items:center;justify-content:center}.blog-archive__info{display:flex;flex-direction:column;align-items:center;gap:.75rem;flex:1;padding:2.5rem 1rem 2rem;text-align:center}.blog-archive__info time{font-size:.875rem;font-weight:400;letter-spacing:.03em;opacity:.8}.blog-archive__info h3{font-size:1.375rem;font-weight:600;line-height:1.35;opacity:.9;transition:color .2s}.blog-archive__read-more{margin-top:auto;font-size:.875rem;color:var(--color-primary, #be1e2d);text-decoration:none;border-bottom:1px solid var(--color-primary, #be1e2d);padding-bottom:.125rem}.blog-archive__pagination{text-align:center;margin-top:2.5rem}.blog-archive__pagination .pagination{display:flex;justify-content:center;gap:.5rem;list-style:none;padding:0}.blog-archive__pagination a,.blog-archive__pagination span.current{display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;padding:.25rem .75rem;border-radius:.5rem;font-size:.875rem;font-weight:500;text-decoration:none;color:var(--color-foreground);transition:background .2s}.blog-archive__pagination a:hover{background:#0000000d}.blog-archive__pagination span.current{background:var(--color-primary, #be1e2d);color:#fff}@media(max-width:64rem){.blog-archive__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:48rem){.blog-archive{padding-block:1.5rem}.blog-archive__grid{grid-template-columns:1fr;gap:1.5rem}}.shopify-section:has(>.article-template){margin-block:0}.shopify-section:has(>.article-template) .article-template{color:var(--color-foreground)}.shopify-section:has(>.article-template) .article-template__hero{position:relative;height:clamp(18rem,40vw,var(--article-hero-height));min-height:18rem;overflow:hidden}.shopify-section:has(>.article-template) .article-template__hero-media{position:absolute;top:0;right:0;bottom:0;left:0}.shopify-section:has(>.article-template) .article-template__content{background:#f2f2f2;padding-block:2rem}.shopify-section:has(>.article-template) .article-template__content-wrap{padding:1rem}.shopify-section:has(>.article-template) .article-template__article{background:#fff;border-radius:1.25rem;padding:1.25rem;display:grid;gap:1.25rem}.shopify-section:has(>.article-template) .article-template__header{display:grid;gap:1.25rem}.shopify-section:has(>.article-template) .article-template__headline{display:grid;gap:.5rem}.shopify-section:has(>.article-template) .article-template__meta{display:inline-flex;align-items:center;gap:.5rem;font-size:1.125rem;letter-spacing:-.02em;text-transform:uppercase;color:#666}.shopify-section:has(>.article-template) .article-template__meta time,.shopify-section:has(>.article-template) .article-template__meta span{font-weight:300}.shopify-section:has(>.article-template) .article-template__meta-icon{display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem}.shopify-section:has(>.article-template) .article-template__meta-icon svg{width:100%;height:100%}.shopify-section:has(>.article-template) .article-template__title{font-size:2.5rem;font-weight:700;line-height:1.2;text-transform:capitalize;margin:0}.shopify-section:has(>.article-template) .article-template__divider{display:block;width:100%;height:1px;background:var(--color-primary)}.shopify-section:has(>.article-template) .article-template__body{display:grid;gap:1rem;font-size:1.125rem;line-height:1.5;color:#000}.shopify-section:has(>.article-template) .article-template__body>*{margin:0}.shopify-section:has(>.article-template) .article-template__body h2,.shopify-section:has(>.article-template) .article-template__body h3,.shopify-section:has(>.article-template) .article-template__body h4{font-size:1.5rem;font-weight:700}.shopify-section:has(>.article-template) .article-template__body img{max-width:100%;border-radius:.75rem;display:block}@media(max-width:64rem){.shopify-section:has(>.article-template) .article-template__title{font-size:2.25rem}}@media(max-width:48rem){.shopify-section:has(>.article-template) .article-template__content{padding-block:1.5rem}.shopify-section:has(>.article-template) .article-template__content-wrap{padding:.75rem}.shopify-section:has(>.article-template) .article-template__article{padding:1rem}.shopify-section:has(>.article-template) .article-template__title{font-size:2rem}.shopify-section:has(>.article-template) .article-template__meta{font-size:1rem}.shopify-section:has(>.article-template) .article-template__body{font-size:1rem}}.card-grid{background:var(--card-grid-bg, var(--color-surface));padding-block:3.75rem}.card-grid__heading{text-align:center}.card-grid__items{display:grid;grid-template-columns:repeat(4,1fr);gap:1.75rem}.card-grid__card{text-decoration:none;background:#fff}.card-grid__card:hover{box-shadow:none}.card-grid__card:hover .card-grid__image img{transform:none}.card-grid__image{aspect-ratio:274/256}.card-grid__image svg{width:100%;height:100%;max-width:none}.card-grid__label{padding:.625rem 1rem;text-align:center;font-size:1.125rem;font-weight:600;color:var(--color-foreground);background:#fff}@media(max-width:64rem){.card-grid__items{grid-template-columns:repeat(2,1fr)}}@media(max-width:48rem){.card-grid{padding-block:2.5rem}.card-grid__items{gap:1rem}}.kitchen-showcase{position:relative;overflow:hidden}.kitchen-showcase__media{display:block;width:100%}.kitchen-showcase__media img{display:block;width:100%;height:auto}.kitchen-showcase__marker{position:absolute;left:var(--x);top:var(--y);z-index:2;transform:translate(-50%,-50%);background:none;border:none;padding:0;cursor:pointer;text-decoration:none;color:inherit}.kitchen-showcase__dot{display:block;width:1.25rem;height:1.25rem;background:var(--color-primary);border:2px solid #000;transform:rotate(45deg);box-shadow:0 .125rem .5rem #0000004d;transition:transform .2s}.kitchen-showcase__marker:hover .kitchen-showcase__dot{transform:rotate(45deg) scale(1.25)}.kitchen-showcase__tooltip{display:none;position:absolute;bottom:calc(100% + .75rem);left:50%;transform:translate(-50%);background:#fff;border-radius:.375rem;padding:.375rem .75rem;white-space:nowrap;box-shadow:0 .25rem 1rem #00000026;text-align:center;pointer-events:none;font-size:.875rem;font-weight:600;line-height:1.3;color:var(--color-foreground)}.kitchen-showcase__marker:hover .kitchen-showcase__tooltip{display:block}.kitchen-showcase__marker--below .kitchen-showcase__tooltip{bottom:auto;top:calc(100% + .75rem)}.kitchen-showcase__marker--right .kitchen-showcase__tooltip{left:auto;right:0;transform:none}.kitchen-showcase__tooltip-title{display:block}.kitchen-showcase__tooltip-sku{display:block;font-size:.75rem;font-weight:400;opacity:.6;margin-top:.125rem}@media(max-width:48rem){.kitchen-showcase__marker{display:none}}.products-grid__search-prompt{padding:2rem 0}.products-grid__search-form{display:flex;gap:.75rem;max-width:32rem}.products-grid__search-input{flex:1;padding:.625rem 1rem;border:1px solid #d1d1d1;border-radius:.5rem;font-size:.875rem}.products-grid__search-input:focus{outline:none;border-color:var(--color-primary)}.products-grid__search-button{padding:.625rem 1.5rem;background:var(--color-primary);color:#fff;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer}.products-grid__search-button:hover{background:var(--color-primary-dark)}.products-grid__no-results{padding:2rem 0;font-size:1rem;color:#666}.resource-library{background:var(--color-surface)}.resource-library__hero{position:relative;min-height:37.5rem;display:grid;align-items:center;padding-block:4rem;overflow:hidden}.resource-library__hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009}.resource-library__hero-media.placeholder-media svg{width:70%}.resource-library__hero-card{position:relative;z-index:1;width:min(50rem,100%);background:#ffffffe6;border-radius:1.25rem;padding:2.5rem 2rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);justify-self:center}.resource-library__hero-text h1{font-size:clamp(2.25rem,4vw,3.125rem);margin-block-end:.5rem}.resource-library__hero-text p{font-size:1.375rem;color:#1e1e1e}.resource-library__search{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem .5rem .5rem 1.25rem;border:1px solid #666;border-radius:2.625rem;background:#fff}.resource-library__search input{flex:1;border:0;background:transparent;font-size:1rem;outline:none}.resource-library__search-btn{width:2.125rem;height:2.125rem;border-radius:999px;background:var(--color-primary);color:#fff;border:none;display:grid;place-items:center;cursor:pointer}.resource-library__search-btn svg{width:1.125rem;height:1.125rem}.resource-library__divider{width:100%;display:flex;align-items:center;gap:2rem;color:#666;text-transform:uppercase;font-weight:700;font-size:.875rem}.resource-library__divider span:first-child,.resource-library__divider span:last-child{flex:1;height:1px;background:#1e1e1e33}.resource-library__hero-actions{display:flex;gap:2.5rem;flex-wrap:wrap;justify-content:center}.resource-library__pill{display:inline-flex;align-items:center;justify-content:center;height:3.125rem;padding-inline:2rem;border-radius:2.625rem;border:1px solid var(--color-primary);color:var(--color-primary);text-decoration:none;font-weight:600;background:#fff}.resource-library__results{padding-block:3rem 4rem}.resource-library__results-head h2{font-size:2.25rem;margin-block-end:.25rem}.resource-library__results-head p{font-size:.875rem;opacity:.7}.resource-library__results-line{height:1px;background:#1e1e1e26;margin-block:1rem 1.5rem}.resource-library__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.resource-library__empty{margin-top:2rem;font-size:.95rem;opacity:.7}.resource-library__pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:2.5rem}.resource-library__page-arrow{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:1px solid #e1e1e1;border-radius:50%;color:#1e1e1e;text-decoration:none;background:none;cursor:pointer;font-size:1.25rem;transition:background .2s}.resource-library__page-arrow svg{width:.5rem;height:auto}.resource-library__page-arrow:hover{background:#f2f2f2}.resource-library__page-link{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;border:none;background:none;font-size:.875rem;color:#1e1e1e;text-decoration:none;cursor:pointer;transition:background .2s}.resource-library__page-link:hover{background:#f2f2f2}.resource-library__page-link--active{background:#1e1e1e;color:#fff}.resource-library__page-link--active:hover{background:#1e1e1e}@media(max-width:64rem){.resource-library__grid{grid-template-columns:1fr}}@media(max-width:48rem){.resource-library__hero-card{padding:2rem 1.5rem}.resource-library__hero-text p{font-size:1.125rem}.resource-library__hero-actions{gap:1rem}}.resource-card{display:flex;gap:1.5rem;padding:1rem;border-radius:1rem;background:#fff}.resource-card__media{width:10.1875rem;height:10.1875rem;border-radius:.75rem;overflow:hidden;background:var(--color-surface);display:grid;place-items:center}.resource-card__media img{width:100%;height:100%;object-fit:cover}.resource-card__media svg{width:60%;height:60%}.resource-card__body{flex:1;display:flex;flex-direction:column;gap:.75rem}.resource-card__vendor{font-size:.85rem;opacity:.6;text-transform:uppercase;letter-spacing:.02em}.resource-card__title{font-size:1rem;font-weight:600;line-height:1.4}.resource-card__sku{font-size:.85rem;opacity:.7}.resource-card__actions{display:flex;flex-wrap:wrap;gap:.5rem}.resource-card__link{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--color-primary);border-radius:999px;padding:.35rem .9rem;font-size:.75rem;font-weight:600;color:var(--color-primary);text-decoration:none;background:#fff;white-space:nowrap}.resource-card__empty{font-size:.8rem;opacity:.6}@media(max-width:48rem){.resource-card{flex-direction:column;overflow:hidden}.resource-card__media{display:block;width:100%;height:12rem;flex-shrink:0;background:#fff}.resource-card__media img{display:block;width:100%;height:100%;object-fit:contain}}.breadcrumbs{padding-block:1.25rem;background:var(--color-surface)}.breadcrumbs__list{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem;font-size:.625rem;line-height:1.3125rem;color:var(--color-foreground)}.breadcrumbs__item{display:inline-flex;align-items:center}.breadcrumbs__item a{color:inherit;text-decoration:underline;text-underline-offset:2px;transition:opacity .2s ease}.breadcrumbs__item a:hover{opacity:.6}.breadcrumbs__separator{display:inline-flex;align-items:center;list-style:none}.breadcrumbs__separator svg{width:.75rem;height:.75rem}.breadcrumbs__item--current{font-weight:400}.products-grid{padding-block:2.5rem;background:var(--color-surface)}.products-grid__inner{display:grid;grid-template-columns:20rem 1fr;gap:1.5rem;align-items:start}.products-grid__sidebar{background:#fff;border-radius:1.25rem;padding:1.25rem;display:flex;flex-direction:column;gap:.25rem}.products-grid__filter-group{border-bottom:1px solid #e8e8e8;padding-bottom:1rem;padding-top:.75rem}.products-grid__filter-group:first-child{padding-top:0}.products-grid__filter-group:last-child{border-bottom:none;padding-bottom:0}.products-grid__filter-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;padding:.25rem 0;cursor:pointer;font-size:.9375rem;font-weight:700;color:#1a1a1a;letter-spacing:.01em}.products-grid__filter-toggle .products-grid__chevron{display:flex;transition:transform .25s ease}.products-grid__filter-toggle .products-grid__chevron svg{width:1.25rem;height:auto}.products-grid__filter-toggle[aria-expanded=false] .products-grid__chevron{transform:rotate(180deg)}.products-grid__filter-toggle:hover{color:var(--color-primary)}.products-grid__filter-toggle:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:4px}.products-grid__filter-options{display:flex;flex-direction:column;gap:.125rem;margin-top:.75rem}.products-grid__type-group{display:flex;flex-direction:column;gap:.125rem}.products-grid__filter-option{display:flex;align-items:center;gap:.375rem;cursor:pointer;padding:.375rem .5rem;border-radius:.5rem;transition:background .15s ease}.products-grid__filter-option:hover{background:#f5f5f5}.products-grid__filter-check-label{display:flex;align-items:center;gap:.625rem;flex:1;min-width:0}.products-grid__checkbox{-webkit-appearance:none;appearance:none;width:1.375rem;height:1.375rem;border:2px solid #999;border-radius:4px;background:#fff;flex-shrink:0;cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.products-grid__checkbox:hover{border-color:var(--color-primary)}.products-grid__checkbox:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px;box-shadow:0 0 0 3px #00000014}.products-grid__checkbox:checked{background:var(--color-primary);border-color:var(--color-primary)}.products-grid__checkbox:checked:after{content:"";display:block;width:6px;height:11px;border:solid #fff;border-width:0 2.5px 2.5px 0;transform:rotate(45deg);margin-top:-2px}.products-grid__filter-label{font-size:.875rem;color:#333;line-height:1.4;-webkit-user-select:none;user-select:none}.products-grid__filter-count{font-size:.75rem;color:#888;flex-shrink:0}.products-grid__clear-filters{display:block;width:100%;padding:.75rem 1rem;margin-top:.5rem;background:none;border:1.5px solid #ccc;border-radius:.5rem;font-size:.875rem;font-weight:600;color:#555;text-align:center;text-decoration:none;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.products-grid__clear-filters:hover{background:#f5f5f5;border-color:#999;color:#1a1a1a}.products-grid__clear-filters:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.products-grid__selected-filters{border-bottom:1px solid #e8e8e8;padding-bottom:1rem}.products-grid__selected-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.products-grid__selected-title{font-size:.9375rem;font-weight:700;color:#1a1a1a}.products-grid__selected-clear{display:flex;align-items:center;gap:.25rem;font-size:.6875rem;font-weight:500;color:#666;text-decoration:none;border-bottom:1px solid #666;padding-bottom:.25rem;line-height:1;transition:color .15s ease}.products-grid__selected-clear svg{width:.5rem;height:.5rem}.products-grid__selected-clear:hover{color:#333;border-color:#333}.products-grid__selected-pills{display:flex;flex-wrap:wrap;gap:.5rem}.products-grid__selected-pill{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .625rem;border:1px solid #231f20;border-radius:4rem;font-size:.6875rem;color:#231f20;text-decoration:none;line-height:1;transition:background .15s}.products-grid__selected-pill svg{width:.5rem;height:.5rem;flex-shrink:0}.products-grid__selected-pill:hover{background:#f2f2f2}.products-grid__headline{display:flex;align-items:flex-start;justify-content:space-between}.products-grid__headline h2{font-size:2.25rem;font-weight:700;line-height:1.2}.products-grid__headline p{font-size:.875rem;color:#8d8d8d;margin-top:.25rem}.products-grid__divider{height:1px;background:#e1e1e1;margin-block:1rem}.products-grid__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.products-grid__pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:2.5rem}.products-grid__page-arrow{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:1px solid #e1e1e1;border-radius:50%;color:#1e1e1e;text-decoration:none;transition:background .2s}.products-grid__page-arrow svg{width:.5rem;height:auto}.products-grid__page-arrow:hover{background:#f2f2f2}.products-grid__page-link{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;font-size:.875rem;color:#1e1e1e;text-decoration:none;transition:background .2s}.products-grid__page-link:hover{background:#f2f2f2}.products-grid__page-link--active{background:#1e1e1e;color:#fff}.products-grid__page-link--active:hover{background:#1e1e1e}@media(max-width:64rem){.products-grid__inner{grid-template-columns:1fr}.products-grid__sidebar{order:-1}.products-grid__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:48rem){.products-grid__grid{grid-template-columns:1fr}}.shopify-section:has(>.product) .product__hero{display:grid;grid-template-columns:1fr 1fr;gap:5.5rem;align-items:start}.shopify-section:has(>.product) .product__gallery{display:grid;grid-template-columns:4.125rem 1fr;gap:.75rem}.shopify-section:has(>.product) .product__thumbs-slider{height:100%;overflow:hidden}.shopify-section:has(>.product) .product__thumbs-slider .swiper-wrapper{flex-direction:column}.shopify-section:has(>.product) .product__thumbs-slider .swiper-slide{width:4.125rem!important;height:4.125rem!important;flex-shrink:0}.shopify-section:has(>.product) .product__thumb{width:4.125rem;height:4.125rem;border:1px solid #e1e1e1;border-radius:.5rem;overflow:hidden;cursor:pointer}.shopify-section:has(>.product) .product__thumb img{width:100%;height:100%;object-fit:cover}.shopify-section:has(>.product) .product__thumb.swiper-slide-thumb-active{border-color:var(--color-primary)}.shopify-section:has(>.product) .product__main-image{position:relative;border:1px solid #e1e1e1;border-radius:1rem;overflow:hidden;aspect-ratio:1}.shopify-section:has(>.product) .product__main-slider{width:100%;height:100%}.shopify-section:has(>.product) .product__main-slider .swiper-slide{display:flex;align-items:center;justify-content:center}.shopify-section:has(>.product) .product__main-slider .swiper-slide img{width:100%;height:100%;object-fit:contain;padding:1rem}.shopify-section:has(>.product) .product__zoom-btn{position:absolute;bottom:1rem;right:1rem;width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;background:#fff;border:none;border-radius:.5rem;box-shadow:0 0 5px #00000017;cursor:pointer;transition:box-shadow .2s;z-index:1}.shopify-section:has(>.product) .product__zoom-btn svg{width:.875rem;height:.875rem}.shopify-section:has(>.product) .product__zoom-btn:hover{box-shadow:0 0 8px #0000002e}.shopify-section:has(>.product) .product__zoom-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#000000d9;display:flex;align-items:center;justify-content:center;padding:2rem}.shopify-section:has(>.product) .product__zoom-overlay[hidden]{display:none}.shopify-section:has(>.product) .product__zoom-overlay-inner{position:relative;max-width:90vw;max-height:90vh}.shopify-section:has(>.product) .product__zoom-close{position:absolute;top:1rem;right:1rem;width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;background:#fff;border:none;border-radius:.5rem;box-shadow:0 0 5px #00000017;cursor:pointer;z-index:1;transition:box-shadow .2s}.shopify-section:has(>.product) .product__zoom-close svg{width:.75rem;height:.75rem;color:#000}.shopify-section:has(>.product) .product__zoom-close:hover{box-shadow:0 0 8px #0000002e}.shopify-section:has(>.product) .product__zoom-image{display:block;max-width:90vw;max-height:90vh;object-fit:contain;border-radius:1rem;cursor:crosshair}.shopify-section:has(>.product) .product__zoom-lens{position:fixed;display:none;pointer-events:none;z-index:1001;border-radius:50%;border:3px solid #fff;box-shadow:0 0 0 1px #00000026,0 4px 20px #0000004d;background-repeat:no-repeat}.shopify-section:has(>.product) .product__info{display:flex;flex-direction:column;gap:1.5rem}.shopify-section:has(>.product) .product__title{font-size:2rem;font-weight:700;line-height:1.3;text-transform:capitalize;letter-spacing:-.02em}.shopify-section:has(>.product) .product__meta{display:flex;flex-direction:column;gap:.375rem}.shopify-section:has(>.product) .product__meta p{font-size:1rem;line-height:1.1;opacity:.8}.shopify-section:has(>.product) .product__meta p strong{font-weight:600;color:#000;opacity:1}.shopify-section:has(>.product) .product__certifications{display:flex;align-items:center;gap:1.5rem;margin-block-start:.5rem}.shopify-section:has(>.product) .product__certifications img{width:5rem;height:5rem;object-fit:contain}.shopify-section:has(>.product) .product__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-block-start:.5rem}.shopify-section:has(>.product) .product__divider{border:none;border-top:1px solid #e1e1e1;margin-block:2.5rem 0}.shopify-section:has(>.product) .product__details{display:flex;flex-direction:column;gap:1rem;padding-block-end:3.75rem}.shopify-section:has(>.product) .product__panel{background:#fff;border-radius:1.25rem;overflow:hidden;padding:1rem 2rem}.shopify-section:has(>.product) .product__panel-heading{display:flex;flex-direction:column;gap:.25rem}.shopify-section:has(>.product) .product__panel-heading h2{font-size:2.25rem;font-weight:400;line-height:1.8;text-transform:capitalize}.shopify-section:has(>.product) .product__panel-line{display:block;width:100%;height:2px;background:var(--color-primary)}.shopify-section:has(>.product) .product__panel-body{padding-block-start:1rem}.shopify-section:has(>.product) .product__features-list{list-style:disc;padding-inline-start:1.5rem;display:flex;flex-direction:column;gap:0}.shopify-section:has(>.product) .product__features-list li{font-size:1rem;line-height:1.85;color:#1e1e1e}.shopify-section:has(>.product) .product__description{font-size:1rem;color:#1e1e1e}@media(max-width:64rem){.shopify-section:has(>.product) .product__hero{grid-template-columns:1fr;gap:2rem}.shopify-section:has(>.product) .product__title{font-size:1.75rem}}@media(max-width:48rem){.shopify-section:has(>.product) .product__gallery{grid-template-columns:1fr}.shopify-section:has(>.product) .product__thumbs-slider{order:1;height:auto}.shopify-section:has(>.product) .product__thumbs-slider .swiper-wrapper{flex-direction:row}.shopify-section:has(>.product) .product__thumbs-slider .swiper-slide{width:3.5rem!important;height:3.5rem!important}.shopify-section:has(>.product) .product__thumb{width:3.5rem;height:3.5rem}.shopify-section:has(>.product) .product__panel{padding:1rem}.shopify-section:has(>.product) .product__panel-heading h2{font-size:1.5rem}}.content-cards{--content-cards-radius: 1.25rem;background:var(--content-cards-bg, #f2f2f2);padding-block:.5rem}.shopify-section:has(.content-cards):not(:has(+.shopify-section .content-cards)) .content-cards{padding-bottom:3rem}.content-cards__content{display:grid;gap:1rem}.content-cards__content--card{background:#fff;border-radius:var(--content-cards-radius);padding:1rem 2rem}.content-cards__content--card .content-cards__card{background:none;border-radius:0;padding:0}.content-cards__content--card .content-cards__accordion{border-color:#e5e5e5}.content-cards__card{background:#fff;border-radius:var(--content-cards-radius);color:var(--color-foreground);display:grid;gap:1rem;padding:1rem 2rem}.content-cards__heading{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start;width:fit-content}.content-cards__card-title{font-size:2.625rem;font-weight:700;line-height:1.55;text-transform:capitalize}.content-cards__divider{display:block;width:100%;height:.125rem;background:var(--content-cards-divider, var(--color-primary))}.content-cards__card-body{display:grid;gap:1rem;color:var(--color-foreground);font-size:1.125rem;font-weight:500;line-height:1.85;opacity:.8}.content-cards__card-body ul{margin:0;padding-left:1.6875rem}.content-cards__card-body li{margin:0}.content-cards__card-body strong{font-weight:700}@media(max-width:64rem){.content-cards__card-title{font-size:2.25rem}}.content-cards__content--two-col{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:start}.content-cards__accordion-group{grid-column:1/-1}.content-cards__group-title{font-size:1.5rem;font-weight:700;line-height:1.55}.content-cards__accordion{border:2px solid #f2f2f2;border-radius:.5rem;overflow:hidden;background:#fff}.content-cards__accordion[open] .content-cards__accordion-chevron{transform:rotate(180deg)}.content-cards__accordion-question{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;background:#f2f2f2;cursor:pointer;list-style:none;font-size:1.125rem;font-weight:700;line-height:1.85;opacity:.8}.content-cards__accordion-question::-webkit-details-marker{display:none}.content-cards__accordion-question::marker{display:none;content:""}.content-cards__accordion-chevron{flex-shrink:0;transition:transform .2s}.content-cards__accordion-answer{padding:.625rem 1rem;font-size:1.125rem;line-height:1.85;opacity:.8}.content-cards__accordion-answer p{margin:0}@media(max-width:48rem){.content-cards__card{padding:1rem 1.5rem}.content-cards__card-title{font-size:2rem}.content-cards__card-body{font-size:1rem}.content-cards__content--two-col{grid-template-columns:1fr}}.shopify-section:has(>.product){margin-block:3rem}.shopify-section:has(>.product) .product__media{display:grid;grid-template-columns:repeat(auto-fill,minmax(18.75rem,1fr));gap:1rem}.shopify-section:has(>.product) .product__image{aspect-ratio:1}.shopify-section:has(>.product) .product__info h1{margin-block-end:.5rem}.shopify-section:has(>.product) .product__info p{margin-block-end:1rem}.shopify-section:has(>.product) .product__form select,.shopify-section:has(>.product) .product__form input[type=text]{padding:.5rem;margin-inline-end:.5rem}.shopify-section:has(>.product) .product__form input[type=submit]{padding:.75rem 1.5rem;cursor:pointer}.shopify-section:has(>.page){margin-block:3rem}.shopify-section:has(>.page) .page__title{margin-block-end:1.5rem}.shopify-section:has(>.template-404){margin-block:3rem}.shopify-section:has(>.password){margin-block:3rem}.shopify-section:has(>.password) .password__form{margin-block-start:1.5rem;display:grid;gap:.75rem;max-width:20rem}.warranty-forms{background:#f2f2f2;padding-block:3rem .5rem}.warranty-forms__content{display:flex;flex-direction:column}.warranty-forms__tabs{display:flex;gap:0}.warranty-forms__tab{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1.125rem 2rem;background:#e1e1e1;border:none;border-radius:1.25rem 1.25rem 0 0;cursor:pointer;font-family:inherit;font-size:1.5rem;font-weight:500;color:#666;transition:color .2s,background .2s;text-align:center;line-height:1.3}.warranty-forms__tab:hover{color:#333}.warranty-forms__tab--active{background:#fff;color:var(--color-foreground)}.warranty-forms__tab--active .warranty-forms__tab-line{opacity:1}.warranty-forms__tab-line{display:block;width:100%;height:3px;background:var(--color-primary, #be1e2d);opacity:0;transition:opacity .2s}.warranty-forms__card{background:#fff;border-radius:0 1.25rem 1.25rem;overflow:hidden}.warranty-forms__panel{display:flex;flex-direction:column}.warranty-forms__panel[hidden]{display:none}.warranty-forms__section{display:flex;flex-direction:column;gap:1rem;padding-block:1rem}.warranty-forms__heading{display:flex;flex-direction:column;gap:.25rem;padding-inline:2rem;padding-block-start:1rem}.warranty-forms__heading h2{font-size:2.625rem;font-weight:700;line-height:1.55}.warranty-forms__heading-line{display:block;width:100%;height:3px;background:var(--color-primary, #be1e2d)}.warranty-forms__body{padding-inline:2rem;display:flex;flex-direction:column;gap:1rem}.warranty-forms__body p{font-size:1rem;line-height:1.85;opacity:.8}.warranty-forms__form-wrapper{background:#f2f2f2;border-radius:.75rem;padding:1.25rem;margin-inline:2rem}.warranty-forms__form-wrapper form{display:flex;flex-direction:column;gap:1rem}.warranty-forms__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.warranty-forms__row--actions{display:flex;align-items:center;justify-content:flex-end;gap:1.25rem}.warranty-forms__field input[type=text],.warranty-forms__field input[type=email],.warranty-forms__field input[type=tel],.warranty-forms__field input[type=number],.warranty-forms__field select{width:100%;padding:1rem;border:1px solid #ccc;border-radius:.5rem;background:#fff;font-size:1.125rem;font-family:inherit;color:#333;transition:border-color .2s}.warranty-forms__field input[type=text]::placeholder,.warranty-forms__field input[type=email]::placeholder,.warranty-forms__field input[type=tel]::placeholder,.warranty-forms__field input[type=number]::placeholder,.warranty-forms__field select::placeholder{color:#666}.warranty-forms__field input[type=text]:focus,.warranty-forms__field input[type=email]:focus,.warranty-forms__field input[type=tel]:focus,.warranty-forms__field input[type=number]:focus,.warranty-forms__field select:focus{outline:none;border-color:var(--color-primary, #be1e2d)}.warranty-forms__field input[type=text].is-invalid,.warranty-forms__field input[type=email].is-invalid,.warranty-forms__field input[type=tel].is-invalid,.warranty-forms__field input[type=number].is-invalid,.warranty-forms__field select.is-invalid{border-color:var(--color-primary, #be1e2d)}.warranty-forms__field select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.warranty-forms__field--upload{display:flex;align-items:center;gap:.5rem;position:relative}.warranty-forms__upload{flex:1;display:flex;align-items:center;border:1px solid #ccc;border-radius:.5rem;background:#fff;padding:.625rem 1rem;cursor:pointer;transition:border-color .2s;min-height:3.375rem}.warranty-forms__upload:hover,.warranty-forms__upload--dragover{border-color:var(--color-primary, #be1e2d)}.warranty-forms__upload-btn{display:inline-flex;align-items:center;padding:.5rem 1rem;background:var(--color-primary, #be1e2d);color:#fff;border-radius:1.3125rem;font-size:.875rem;font-weight:500;white-space:nowrap}.warranty-forms__upload-divider{display:block;width:1px;height:1.875rem;background:#ccc;margin-inline:.625rem;flex-shrink:0}.warranty-forms__upload-drop{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.warranty-forms__upload-drop svg{flex-shrink:0}.warranty-forms__upload-help{display:flex;align-items:center;justify-content:center;width:1.125rem;height:1.125rem;border-radius:50%;border:1.5px solid #666;background:none;font-size:.75rem;font-weight:700;color:#666;cursor:pointer;flex-shrink:0}.warranty-forms__upload-tooltip{position:absolute;bottom:calc(100% + .5rem);right:0;background:#333;color:#fff;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;white-space:nowrap;z-index:5}.warranty-forms__upload-tooltip[hidden]{display:none}.warranty-forms__checkbox{display:flex;align-items:center;gap:.75rem;cursor:pointer}.warranty-forms__checkbox input[type=checkbox]{width:1rem;height:1rem;border:1px solid #666;border-radius:.125rem;cursor:pointer;accent-color:var(--color-primary, #be1e2d)}.warranty-forms__checkbox span{font-size:.875rem;font-weight:500}.warranty-forms__success{text-align:center;padding:1.5rem;background:#e8f5e9;border-radius:.5rem}.warranty-forms__success p{font-size:1.125rem;font-weight:500;color:#2e7d32}.warranty-forms__success[hidden]{display:none}.warranty-forms__error{color:var(--color-primary, #be1e2d);font-size:.875rem}.warranty-forms__error[hidden]{display:none}.warranty-forms__tech-info{position:relative;border-radius:.75rem;overflow:hidden;margin-inline:2rem;min-height:24.4375rem;display:flex;align-items:center;justify-content:center}.warranty-forms__tech-info-bg{position:absolute;top:0;right:0;bottom:0;left:0}.warranty-forms__tech-info-bg img{width:100%;height:100%;object-fit:cover}.warranty-forms__tech-info-card{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:1.25rem;padding:1.25rem 4rem;background:#000000bf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:1.25rem;text-align:center;color:#fff}.warranty-forms__tech-info-card p{font-size:1rem;line-height:1.85}.warranty-forms__tech-info-heading{display:flex;flex-direction:column;align-items:center;gap:.5rem}.warranty-forms__tech-info-heading span{font-size:1.5rem;font-weight:600}.warranty-forms__tech-info-line{display:block;width:100%;height:3px;background:var(--color-primary, #be1e2d)}.warranty-forms__tech-info-phone{background:#f7f7f7;border-radius:.75rem;padding:1rem 4rem}.warranty-forms__tech-info-phone a{font-size:1.75rem;font-weight:700;color:var(--color-primary, #be1e2d);text-decoration:none;letter-spacing:-.02em}@media(max-width:48rem){.warranty-forms__heading{padding-inline:1rem}.warranty-forms__heading h2{font-size:1.5rem;line-height:1.3}.warranty-forms__body{padding-inline:1rem}.warranty-forms__body p{font-size:.9375rem}.warranty-forms__tabs{flex-direction:row;gap:0;background:#e1e1e1;border-radius:2rem;padding:.25rem;margin-inline:.75rem}.warranty-forms__tab{flex:1;border-radius:1.75rem;padding:.625rem .75rem;font-size:.875rem;white-space:normal;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:0;line-height:1.25}.warranty-forms__tab--active{border-radius:1.75rem;box-shadow:0 1px 4px #00000026}.warranty-forms__tab-line{display:none}.warranty-forms__card{border-radius:1rem;margin-top:.5rem}.warranty-forms__section{padding-block:.75rem}.warranty-forms__form-wrapper{margin-inline:.75rem;padding:.875rem .75rem;border-radius:.75rem}.warranty-forms__row{grid-template-columns:1fr;gap:.75rem}.warranty-forms__row--actions{flex-direction:column;align-items:stretch;gap:1rem}.warranty-forms__field input[type=text],.warranty-forms__field input[type=email],.warranty-forms__field input[type=tel],.warranty-forms__field input[type=number],.warranty-forms__field select{font-size:1rem;padding:.875rem}.warranty-forms__checkbox{justify-content:flex-start}.warranty-forms__submit-btn{width:100%}.warranty-forms__upload{flex-wrap:wrap;gap:.5rem;padding:.75rem;min-height:auto}.warranty-forms__upload-btn{width:100%;justify-content:center}.warranty-forms__upload-divider{display:none}.warranty-forms__upload-drop{white-space:normal;width:100%;justify-content:center}.warranty-forms__tech-info{margin-inline:.75rem;min-height:16rem}.warranty-forms__tech-info-card{padding:1.25rem 1rem;border-radius:.75rem;gap:.875rem;width:calc(100% - 2rem)}.warranty-forms__tech-info-heading span{font-size:1.125rem}.warranty-forms__tech-info-phone{padding:.75rem 1.25rem;width:100%}.warranty-forms__tech-info-phone a{font-size:1.25rem}}.contact-info{background:var(--color-foreground, #231f20);padding-block:2.5rem}.contact-info__content{display:flex;flex-direction:column;align-items:center;gap:1.25rem;padding-inline:2.5rem}.contact-info__heading{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.contact-info__heading h2{font-size:1.75rem;font-weight:700;color:#fff}.contact-info__heading-line{display:block;width:100%;height:3px;background:var(--color-primary, #be1e2d)}.contact-info__description{font-size:1rem;line-height:1.85;color:#fff;opacity:.8;text-align:center}.contact-info__cards{display:flex;align-items:center;gap:2rem;background:#f7f7f7;border-radius:1.25rem;padding:1rem;min-width:30rem}.contact-info__card{flex:1;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem 3rem}.contact-info__icon{width:2rem;height:2rem;color:var(--color-primary, #be1e2d)}.contact-info__label{font-size:1rem;font-weight:700;color:#000;text-transform:capitalize;letter-spacing:-.01em}.contact-info__value{font-size:.875rem;font-weight:500;color:var(--color-primary, #be1e2d);text-decoration:none;letter-spacing:-.01em}.contact-info__value:hover{text-decoration:underline}.contact-info__divider{display:block;width:1px;height:4.1875rem;background:#ccc;flex-shrink:0}@media(max-width:48rem){.contact-info__content{padding-inline:1rem}.contact-info__cards{flex-direction:column;min-width:auto;width:100%;max-width:20rem}.contact-info__divider{width:4.1875rem;height:1px}}.contact-us-form{display:flex;justify-content:center;padding-block:0 3rem}.contact-us-form__container{width:min(var(--page-width) - var(--page-margin) * 2,100% - var(--page-margin) * 2);display:flex;flex-direction:column;align-items:center;gap:2.5rem;padding:1rem}.contact-us-form__heading{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.25rem}.contact-us-form__heading h2{font-size:2.625rem;font-weight:700;text-transform:capitalize;line-height:1.55}.contact-us-form__heading-line{width:100%;height:3px;background:var(--color-primary, #be1e2d)}.contact-us-form__form-wrapper{background:#f2f2f2;border-radius:.75rem;padding:2rem;width:100%}.contact-us-form__form-wrapper form{display:flex;flex-direction:column;gap:1rem}.contact-us-form__row{display:grid;gap:1rem}.contact-us-form__row--1{grid-template-columns:1fr}.contact-us-form__row--2{grid-template-columns:1fr 1fr}.contact-us-form__row--3{grid-template-columns:1fr 1fr 1fr}.contact-us-form__row--actions{display:flex;align-items:center;justify-content:flex-end;gap:1.25rem}.contact-us-form__field input[type=text],.contact-us-form__field input[type=email],.contact-us-form__field input[type=tel],.contact-us-form__field input[type=number],.contact-us-form__field select,.contact-us-form__field textarea{width:100%;padding:1rem;border:1px solid #ccc;border-radius:.5rem;background:#fff;font-size:1.125rem;font-family:inherit;color:#333;transition:border-color .2s}.contact-us-form__field input[type=text]::placeholder,.contact-us-form__field input[type=email]::placeholder,.contact-us-form__field input[type=tel]::placeholder,.contact-us-form__field input[type=number]::placeholder,.contact-us-form__field select::placeholder,.contact-us-form__field textarea::placeholder{color:#666}.contact-us-form__field input[type=text]:focus,.contact-us-form__field input[type=email]:focus,.contact-us-form__field input[type=tel]:focus,.contact-us-form__field input[type=number]:focus,.contact-us-form__field select:focus,.contact-us-form__field textarea:focus{outline:none;border-color:var(--color-primary, #be1e2d)}.contact-us-form__field input[type=text].is-invalid,.contact-us-form__field input[type=email].is-invalid,.contact-us-form__field input[type=tel].is-invalid,.contact-us-form__field input[type=number].is-invalid,.contact-us-form__field select.is-invalid,.contact-us-form__field textarea.is-invalid{border-color:var(--color-primary, #be1e2d)}.contact-us-form__field textarea{min-height:15rem;resize:vertical}.contact-us-form__field select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.contact-us-form__checkbox{display:flex;align-items:center;gap:.75rem;cursor:pointer}.contact-us-form__checkbox input[type=checkbox]{width:1rem;height:1rem;border:1px solid #666;border-radius:.125rem;cursor:pointer;accent-color:var(--color-primary, #be1e2d)}.contact-us-form__checkbox span{font-size:.875rem;font-weight:500;white-space:nowrap}.contact-us-form__success{text-align:center;padding:1.5rem;background:#e8f5e9;border-radius:.5rem}.contact-us-form__success p{font-size:1.125rem;font-weight:500;color:#2e7d32}.contact-us-form__success[hidden]{display:none}.contact-us-form__error{color:var(--color-primary, #be1e2d);font-size:.875rem}.contact-us-form__error[hidden]{display:none}@media(max-width:48rem){.contact-us-form__heading h2{font-size:1.75rem}.contact-us-form__form-wrapper{padding:1.25rem}.contact-us-form__row--2,.contact-us-form__row--3{grid-template-columns:1fr}.contact-us-form__row--actions{flex-direction:column;align-items:stretch}.contact-us-form__row--actions .contact-form__checkbox{justify-content:center}.contact-us-form__row--actions .contact-form__submit-btn{width:100%}}.contact-details{padding-block:5rem;background:#fff}.contact-details__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:5rem;align-items:start}.contact-details__content{display:flex;flex-direction:column;gap:1rem;padding:1rem 2rem}.contact-details__heading{display:flex;flex-direction:column;gap:.25rem}.contact-details__heading h2{font-size:2.25rem;font-weight:700;line-height:1.8;text-transform:capitalize}.contact-details__heading--tech{margin-top:1rem}.contact-details__divider{width:100%;height:3px;background:var(--color-primary, #be1e2d)}.contact-details__body{display:flex;flex-direction:column;gap:1rem}.contact-details__address{font-size:1.25rem;font-weight:500;line-height:1.4;white-space:pre-line}.contact-details__row{display:flex;gap:.5rem;align-items:baseline;font-size:1.125rem;line-height:1.2}.contact-details__row a{color:inherit;text-decoration:none}.contact-details__row a:hover{text-decoration:underline}.contact-details__label{font-weight:700;white-space:nowrap}.contact-details__links{display:flex;gap:2rem;margin-top:1rem}.contact-details__link{font-size:.875rem;color:var(--color-primary, #be1e2d);text-decoration:none;border-bottom:1px solid var(--color-primary, #be1e2d);padding-bottom:.125rem;transition:opacity .2s}.contact-details__link:hover{opacity:.8}.contact-details__media{overflow:hidden}.contact-details__media img,.contact-details__media svg{width:100%;height:100%;object-fit:cover;display:block}.contact-details__media svg{opacity:.3}@media(max-width:48rem){.contact-details{padding-block:2.5rem}.contact-details__layout{grid-template-columns:1fr;gap:2rem}.contact-details__content{padding:0}.contact-details__media{order:-1}.contact-details__heading h2{font-size:1.5rem;line-height:1.4}.contact-details__address{font-size:1rem}.contact-details__row{font-size:.9375rem;flex-wrap:wrap;align-items:flex-start}.contact-details__row a,.contact-details__row span:not(.contact-details__label){word-break:break-all;overflow-wrap:anywhere;min-width:0}.contact-details__label{flex-shrink:0}.contact-details__links{flex-direction:column;gap:.875rem}}.data-sharing-opt-out{padding-block:5rem}.data-sharing-opt-out__content{max-width:800px;margin:0 auto}.data-sharing-opt-out__content h1{font-size:2.5rem;margin-bottom:30px;text-align:center}.data-sharing-opt-out__text{font-size:1rem;line-height:1.6;margin-bottom:40px;color:#333}.data-sharing-opt-out__text p{margin-bottom:1rem}.data-sharing-opt-out__form{margin-top:40px;padding:20px;background-color:#f8f8f8;border-radius:4px}
/*# sourceMappingURL=/cdn/shop/t/4/assets/style.css.map */
