.cart-page-wrapper{grid-column:1 / -1;width:100%;background:linear-gradient(180deg,#f8fafc,#fff);min-height:100vh;padding:var(--spacing-2xl, 4rem) 0;position:relative}.cart-page-wrapper:before{content:"";position:absolute;top:0;left:0;right:0;height:220px;background:linear-gradient(135deg,#00539f08,#0095da0d);z-index:0}.cart-page{max-width:min(var(--page-width, 90rem),68rem);margin:0 auto;padding-left:var(--page-margin, 20px);padding-right:var(--page-margin, 20px);position:relative;z-index:1}.cart-page__header{margin-bottom:2.25rem;text-align:left}.cart-page__header-content{display:flex;align-items:baseline;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;padding-bottom:1rem;border-bottom:1px solid rgba(40,58,135,.2)}.cart-page__title{font-size:2.75rem;font-weight:700;margin:0;color:var(--color-betz-blue, #00539F);letter-spacing:-.02em;line-height:1.05}.cart-page__item-count{font-size:.875rem;color:var(--color-resolution-blue, #283A87);margin:0;font-weight:600;text-transform:uppercase;letter-spacing:.1em;padding:.5rem .75rem;border-radius:999px;background:#00539f14;border:1px solid rgba(0,83,159,.12)}.cart-page__form{display:grid;grid-template-columns:1fr;gap:var(--spacing-2xl, 4rem);align-items:start}.cart-page__items{flex:1;margin-top:1.25rem}.cart-page__items-header{margin-bottom:var(--spacing-lg, 2rem);display:flex;align-items:center;justify-content:space-between}.cart-page__items-title{font-size:.875rem;font-weight:600;color:var(--color-foreground-secondary, #64748b);margin:0;text-transform:uppercase;letter-spacing:.1em}.cart-page__summary{position:static;height:fit-content;margin-top:var(--spacing-2xl, 4rem)}.cart-page__summary-card{max-width:none;width:100%;margin:0}.cart-page__summary-card{background-color:#fff;border-radius:20px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f,0 0 0 1px #00000008;transition:box-shadow var(--transition-base),transform var(--transition-base)}.cart-page__summary-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a,0 0 0 1px #00000008;transform:translateY(-2px)}.cart-page__summary-title{font-size:1.125rem;font-weight:700;color:var(--color-foreground, #1a1a2e);margin:0 0 1.5rem;letter-spacing:-.01em}.cart-page__totals{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(0,0,0,.08)}.cart-page__subtotal,.cart-page__tax,.cart-page__total{display:flex;justify-content:space-between;align-items:center}.cart-page__subtotal-label{font-size:.9375rem;font-weight:500;color:var(--color-foreground-secondary, #64748b)}.cart-page__subtotal-value{color:var(--color-foreground, #1a1a2e);font-size:1.5rem;font-weight:700}.cart-page__tax-label{font-size:.9375rem;font-weight:500;color:var(--color-foreground-secondary, #64748b)}.cart-page__tax-value{color:var(--color-foreground, #1a1a2e);font-size:1rem;font-weight:600}.cart-page__total{padding-top:.9rem;border-top:1px solid rgba(0,0,0,.08)}.cart-page__total-label{font-size:1rem;font-weight:700;color:var(--color-foreground, #1a1a2e)}.cart-page__total-value{color:var(--color-betz-blue, #00539F);font-size:1.25rem;font-weight:700}.cart-page__discount{display:flex;justify-content:space-between;align-items:center;font-weight:500;font-size:.9375rem;padding:.75rem 1rem;background-color:#22c55e1a;border-radius:10px;border:1px solid rgba(34,197,94,.2)}.cart-page__discount-label{color:#166534}.cart-page__discount-value{color:#166534;font-weight:600}.cart-page__discount--estimate{background-color:#00539f1a;border-color:#00539f33}.cart-page__discount--estimate .cart-page__discount-label,.cart-page__discount--estimate .cart-page__discount-value{color:#0b4a80}.cart-page__shipping{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:var(--color-foreground-secondary, #64748b);margin:0 0 1.5rem;padding:1rem;background-color:#f8fafc;border-radius:12px;line-height:1.4}.cart-page__shipping svg{flex-shrink:0;color:var(--color-accent, #00539F);opacity:.7}.cart-page__actions{display:flex;flex-direction:column;gap:.75rem}.cart-page__checkout{width:100%;padding:1.125rem 2rem;font-size:.9375rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;border:none;background:linear-gradient(135deg,var(--color-accent, #00539F) 0%,var(--color-accent-hover, #0077cc) 100%);color:#fff;cursor:pointer;transition:all var(--transition-base);border-radius:12px;position:relative;overflow:hidden;box-shadow:0 4px 14px #00539f4d}.cart-page__checkout:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.cart-page__checkout:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00539f66}.cart-page__checkout:hover:before{left:100%}.cart-page__checkout:active{transform:translateY(0)}.cart-page__continue{display:block;text-align:center;color:var(--color-foreground-secondary, #64748b);text-decoration:none;font-size:.875rem;font-weight:600;transition:all var(--transition-base);padding:.875rem 1.5rem;border-radius:12px;border:none;background-color:transparent}.cart-page__continue:hover{color:var(--color-accent, #00539F);background-color:#00539f0d}.cart-page__empty{display:flex;align-items:center;justify-content:center;min-height:50vh;padding:var(--spacing-2xl, 4rem) var(--spacing-sm, 1rem)}.cart-page__empty-content{text-align:center;max-width:400px;display:flex;flex-direction:column;align-items:center;gap:1.5rem;background:#fff;padding:3rem;border-radius:24px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.cart-page__empty-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#00539f1a,#0095da1a);border-radius:50%;color:var(--color-accent, #00539F)}.cart-page__empty-icon svg{width:40px;height:40px}.cart-page__empty-title{font-size:1.5rem;font-weight:700;margin:0;color:var(--color-foreground, #1a1a2e);letter-spacing:-.02em}.cart-page__empty-message{font-size:1rem;margin:0;color:var(--color-foreground-secondary, #64748b);font-weight:400;line-height:1.6}.cart-page__empty-button{display:inline-block;padding:1rem 2rem;background:linear-gradient(135deg,var(--color-accent, #00539F) 0%,var(--color-accent-hover, #0077cc) 100%);color:#fff;text-decoration:none;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;transition:all var(--transition-base);border-radius:12px;box-shadow:0 4px 14px #00539f4d}.cart-page__empty-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00539f66}.cart-page__empty-button:active{transform:translateY(0)}@media(max-width:989px){.cart-page-wrapper{padding:var(--spacing-2xl, 4rem) 0}.cart-page__form{grid-template-columns:1fr;gap:var(--spacing-xl, 3rem)}.cart-page__summary{position:static;margin-top:var(--spacing-xl, 3rem)}.cart-page__summary-card{padding:1.5rem}}@media(max-width:749px){.cart-page-wrapper{padding:var(--spacing-xl, 3rem) 0}.cart-page-wrapper:before{height:200px}.cart-page{padding-left:var(--page-margin, 16px);padding-right:var(--page-margin, 16px)}.cart-page__title{font-size:2.25rem}.cart-page__header{margin-bottom:2.5rem}.cart-page__header-content{padding-bottom:1.25rem}.cart-page__summary-card{padding:1.25rem;border-radius:16px}.cart-page__subtotal-value{font-size:1.25rem}.cart-page__empty{min-height:40vh;padding:var(--spacing-xl, 3rem) var(--spacing-sm, 1rem)}.cart-page__empty-content{padding:2rem}.cart-page__empty-title{font-size:1.25rem}}@media(max-width:479px){.cart-page-wrapper{padding:2.25rem 0}.cart-page{padding-left:12px;padding-right:12px}.cart-page__title{font-size:1.85rem}.cart-page__header{margin-bottom:1.75rem}.cart-page__summary-card{padding:1rem;border-radius:14px}.cart-page__subtotal{flex-direction:column;align-items:flex-start;gap:.5rem}.cart-page__tax,.cart-page__total{flex-direction:column;align-items:flex-start;gap:.35rem}.cart-page__discount{flex-direction:column;align-items:flex-start;gap:.35rem;padding:.7rem .85rem}.cart-page__shipping{padding:.85rem;font-size:.8125rem}.cart-page__checkout{padding:1rem 1.15rem;letter-spacing:.08em}.cart-page__continue{padding:.75rem 1rem}}.catalog-page{grid-column:1 / -1;width:100%;background-color:transparent;padding:0;padding-bottom:2.5rem;position:relative;margin-bottom:0!important;font-family:var(--font-body--family);font-weight:300}.catalog-page select,.catalog-page input,.catalog-page button,.catalog-page textarea{font-family:inherit}.catalog-page h1,.catalog-page h2,.catalog-page h3,.catalog-page h4,.catalog-page h5,.catalog-page h6{font-weight:500}.catalog-page__inner{display:grid;grid-template-columns:minmax(11.5rem,15rem) minmax(0,1fr);column-gap:clamp(1rem,2.1vw,1.8rem);align-items:start;max-width:1420px;margin:0 auto;padding:0 clamp(.75rem,2vw,1.5rem);padding-bottom:0}.catalog-page__inner>*{grid-column:1 / -1}.catalog-page__filters-wrap{position:sticky;top:var(--catalog-sticky-top, 0px);z-index:22;padding-top:0;padding-bottom:0;background:transparent;border-bottom:0;box-shadow:none}.catalog-page__filter-controls{margin-top:.45rem;display:flex;align-items:center;justify-content:flex-end;gap:.65rem;flex-wrap:nowrap;width:100%}.catalog-page__collection-select-wrap{display:none}.catalog-page__brand-select-wrap{flex:0 0 15rem;width:15rem}.catalog-page__collection-select,.catalog-page__brand-select{width:100%;height:2.1rem;border:1px solid #94a3b8;border-radius:999px;background:#fffffffa;color:#0f172a;font-size:.82rem;font-weight:500;padding:0 2rem 0 .85rem;box-shadow:0 3px 10px #0f172a14;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%234b5563' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;outline:none;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.catalog-page__collection-select:hover,.catalog-page__brand-select:hover{border-color:#0a56a9;box-shadow:0 0 0 2px #0a56a91a,0 3px 10px #0f172a1f}.catalog-page__collection-select:focus,.catalog-page__brand-select:focus{border-color:#0a56a9;box-shadow:0 0 0 2px #0a56a929,0 3px 10px #0f172a1f}.catalog-page__search-wrap{display:flex;justify-content:flex-end;flex:1 1 0;min-width:0}.catalog-page__search-field{position:relative;width:min(100%,52rem);min-width:0}.catalog-page__search-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.catalog-page__search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#4b5563;pointer-events:none;display:inline-flex;align-items:center;justify-content:center}.catalog-page__search-input{width:100%;height:2.1rem;border:1px solid #94a3b8;border-radius:999px;background:#fffffffa;color:#0f172a;font-size:.84rem;font-weight:500;padding:0 .85rem 0 2.2rem;box-shadow:0 3px 10px #0f172a14;outline:none}.catalog-page__search-input:focus{border-color:#0a56a9;box-shadow:0 0 0 2px #0a56a929,0 3px 10px #0f172a1f}.catalog-page__search-input::placeholder{color:#64748b;font-weight:500}.catalog-page__filters-spacer{display:block;width:100%;height:0;pointer-events:none}.catalog-page__filters-wrap.catalog-page__filters-wrap--fixed{position:fixed!important;top:var(--catalog-sticky-top, 0px);z-index:30;margin:0;padding-top:0;padding-bottom:0}.catalog-page__filters,.catalog-page__filter-pill{display:none}.catalog-page__container{background:#fff;border:1px solid #d4e3f0;border-radius:.9rem;box-shadow:0 4px 20px #113a611a,0 2px 8px #0000000f;padding:.85rem;margin-bottom:0}.catalog-page__container--showcase{background-color:#f0ebe3}.catalog-page__container--showcase .catalog-page__title,.catalog-page__container--showcase .catalog-page__sort-label{color:#2c2c2c}.catalog-page__container--products{margin-top:0;margin-bottom:1.8rem;background:transparent;border-radius:0;border:0;box-shadow:none;padding:0}.catalog-page__container--products.catalog-page__container--with-brand-panel{grid-column:2}.catalog-page__container--showcase{background:transparent;border:0;border-radius:0;box-shadow:none;padding:0;margin-top:0}.catalog-page__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.catalog-page__header--paginated{display:none}.catalog-page__header--products{margin-top:1.5rem}.catalog-page__title{margin:0;color:#fff;font-size:clamp(1.875rem,2.7vw,2.5rem);line-height:1;font-weight:500;letter-spacing:-.02em}.catalog-page__controls{display:flex;align-items:center;gap:.75rem}.catalog-page__sort-wrap{display:flex;align-items:center;gap:.5rem;min-width:0;max-width:100%}.catalog-page__sort-label{margin:0;font-size:.875rem;color:#fff;font-weight:700;flex-shrink:0}.catalog-page__sort-select{min-width:0;max-width:10rem;width:auto;border:1px solid #b3cbe2;border-radius:.45rem;background:#fff;color:#000;font-size:.875rem;font-weight:300;padding:.4rem 2rem .4rem .65rem;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23000000' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .7rem center}.catalog-page__sort-select:focus{outline:none;box-shadow:0 0 0 2px #0095da4d}.catalog-page__sort-select:hover{border-color:#63c7f2;background-color:#f3fbff}.catalog-page__view{display:inline-flex;align-items:center;border:1px solid #b3cbe2;border-radius:.5rem;overflow:hidden;background:#fff}.catalog-page__view-btn{border:none;background:transparent;color:#000;width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.catalog-page__view-btn--active{background:#e8f2fc;color:#000}.catalog-page__view-btn:hover{background:linear-gradient(145deg,#e6f6ff,#d4efff)}.catalog-carousel__wrapper{position:relative;width:100%;overflow:visible;border-radius:0}.catalog-carousel__slides{display:flex;overflow:hidden;transition:transform .5s cubic-bezier(.4,0,.2,1);will-change:transform}.catalog-carousel__slide{min-width:100%;width:100%;flex-shrink:0;display:flex;min-height:var(--catalog-carousel-height, 300px);height:var(--catalog-carousel-height, 300px)}.catalog-carousel__card{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:center;background:transparent;border-radius:.65rem;padding:.5rem 3rem;min-height:140px;width:100%;box-sizing:border-box}.catalog-carousel__content{display:flex;flex-direction:column;gap:.5rem;color:#000;z-index:2}.catalog-carousel__title{margin:0;font-size:clamp(1.35rem,2.8vw,2rem);font-weight:500;line-height:1.1;color:#000;text-transform:uppercase;letter-spacing:-.02em}.catalog-carousel__subtitle{margin:0;font-size:clamp(.9rem,1.5vw,1.1rem);line-height:1.35;color:#000;font-weight:300}.catalog-carousel__button{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.75rem;background:linear-gradient(135deg,#0b4f92,#06c);color:#000;border-radius:999px;font-size:1rem;font-weight:300;text-decoration:none;text-transform:uppercase;letter-spacing:.05em;transition:transform .2s ease,box-shadow .2s ease;align-self:flex-start;box-shadow:0 0 20px #0095da80,0 4px 12px #0b4f924d}.catalog-carousel__button:hover{transform:translateY(-2px);box-shadow:0 0 30px #0095dab3,0 6px 20px #0b4f9266}.catalog-carousel__button:focus{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}.catalog-carousel__features{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}.catalog-carousel__feature{display:flex;align-items:center;gap:.75rem;color:#000;font-size:1rem;font-weight:300}.catalog-carousel__feature svg{flex-shrink:0;width:20px;height:20px;stroke:#000}.catalog-carousel__image-wrap{display:flex;align-items:center;justify-content:flex-end;position:relative;z-index:2;min-height:140px}.catalog-carousel__image{width:100%;max-width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 6px 18px rgba(0,0,0,.25));background:transparent}.catalog-carousel__image-wrap{display:flex;align-items:center;justify-content:flex-end;position:relative;z-index:2;background:transparent}.catalog-carousel__image-wrap img{mix-blend-mode:multiply}.catalog-carousel__nav{position:absolute;top:50%;transform:translateY(-50%);background:transparent;border:none;border-radius:0;width:auto;height:auto;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:opacity .2s ease,transform .2s ease;box-shadow:none;color:#000;padding:.5rem}.catalog-carousel__nav:hover{opacity:.7;transform:translateY(-50%) scale(1.1)}.catalog-carousel__nav:focus{outline:2px solid rgba(0,149,218,.5);outline-offset:2px}.catalog-carousel__nav--prev{left:1rem}.catalog-carousel__nav--next{right:1rem}.catalog-carousel__nav svg{width:24px;height:24px}.catalog-carousel__dots{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:.75rem;z-index:10;position:relative}.catalog-carousel__dot{width:.75rem;height:.75rem;border-radius:50%;border:none;background:#0b4f924d;cursor:pointer;transition:background .2s ease,transform .2s ease;padding:0}.catalog-carousel__dot:hover{background:#0b4f9280;transform:scale(1.2)}.catalog-carousel__dot--active{background:#0b4f92;width:1rem;height:1rem}.catalog-carousel__dot:focus{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}.catalog-carousel{margin-top:0;position:relative;--catalog-carousel-height: 300px;padding:0 3.2rem}.catalog-why-choose--carousel{width:100%;height:100%;min-height:var(--catalog-carousel-height, 300px);margin-left:0;margin-right:0;background:#f3f3f3}.catalog-why-choose--carousel .catalog-why-choose__inner{padding-top:1.35rem;padding-bottom:1.35rem}.catalog-why-choose--carousel .catalog-why-choose__title{margin-bottom:1rem}.catalog-why-choose--carousel .catalog-why-choose__benefit{margin-bottom:.8rem}.catalog-why-choose--carousel .catalog-why-choose__btn{margin-top:.25rem}.catalog-carousel__black-slide{width:100%;height:100%;min-height:var(--catalog-carousel-height, 300px);background:#f3f3f3}.catalog-carousel__nav{background:linear-gradient(180deg,#0a72bf,#00305c);border:1px solid rgba(255,255,255,.25);border-radius:.5rem;width:2.35rem;height:5.25rem;color:#fff}.catalog-carousel__dot{background:#ffffff73}.catalog-carousel__dot:hover{background:#ffffffb3}.catalog-carousel__dot--active{background:#fff}.catalog-carousel__nav--prev{left:-2.95rem}.catalog-carousel__nav--next{right:-2.95rem}.catalog-showcase{width:100%;min-height:var(--catalog-carousel-height, 300px);height:100%;display:grid;grid-template-columns:minmax(15rem,34%) 1fr;gap:1rem;padding:1rem;border-radius:.85rem;overflow:hidden}.catalog-carousel__slide--v0 .catalog-showcase{background:linear-gradient(135deg,#0f4f85,#0f6bab 44%,#36a3da)}.catalog-carousel__slide--v1 .catalog-showcase{background:linear-gradient(140deg,#005a8d,#0088ba 48%,#86cbeb)}.catalog-carousel__slide--v2 .catalog-showcase{background:linear-gradient(145deg,#0a3358,#145b8f,#1e8dd1)}.catalog-carousel__slide--v3 .catalog-showcase{background:linear-gradient(135deg,#0e4b7a,#1d7bb4 55%,#60bfe8)}.catalog-showcase__info{color:#fff;display:flex;flex-direction:column;justify-content:center;gap:.5rem;padding:.35rem .2rem .35rem .35rem}.catalog-showcase__eyebrow{margin:0;font-size:.72rem;letter-spacing:.09em;text-transform:uppercase;font-weight:700;opacity:.92}.catalog-showcase__title{margin:0;font-size:clamp(1.25rem,1.7vw,1.85rem);line-height:1.08;font-weight:800;text-transform:uppercase}.catalog-showcase__subtitle{margin:0;font-size:.9rem;line-height:1.45;max-width:34ch;color:#ffffffeb}.catalog-showcase__cta{margin-top:.15rem;display:inline-flex;align-self:flex-start;align-items:center;justify-content:center;height:2.2rem;padding:0 1.05rem;border-radius:999px;background:#fff;color:#0e4b7a;text-decoration:none;font-size:.82rem;font-weight:700}.catalog-showcase__collage{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;height:100%}.catalog-showcase__item{background:#fffffff5;border-radius:.65rem;border:1px solid rgba(255,255,255,.78);color:#0b2742;display:flex;flex-direction:column;text-decoration:none;overflow:hidden;min-height:7.7rem}.catalog-showcase__item--empty{grid-column:1 / -1;align-items:center;justify-content:center;text-align:center;padding:1rem;font-size:.85rem;font-weight:600}.catalog-showcase__item-media{height:5.1rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#fbfdff,#eef4fb);padding:.45rem}.catalog-showcase__item-image{width:100%;height:100%;object-fit:contain}.catalog-showcase__item-text{padding:.5rem .55rem .6rem}.catalog-showcase__item-title{margin:0 0 .22rem;font-size:.72rem;line-height:1.25;font-weight:700;text-transform:uppercase;letter-spacing:.01em}.catalog-showcase__item-price{margin:0;font-size:.84rem;line-height:1.2;font-weight:800;color:#0e4b7a}.catalog-carousel__slide--v1 .catalog-showcase__collage{grid-template-columns:1fr 1fr;grid-template-areas:"main main" "second third"}.catalog-carousel__slide--v1 .catalog-showcase__item--1{grid-area:main}.catalog-carousel__slide--v1 .catalog-showcase__item--2{grid-area:second}.catalog-carousel__slide--v1 .catalog-showcase__item--3{grid-area:third}.catalog-carousel__slide--v2 .catalog-showcase__collage{grid-template-columns:1.08fr 1fr;grid-template-areas:"main second" "main third"}.catalog-carousel__slide--v2 .catalog-showcase__item--1{grid-area:main}.catalog-carousel__slide--v2 .catalog-showcase__item--2{grid-area:second}.catalog-carousel__slide--v2 .catalog-showcase__item--3{grid-area:third}.catalog-carousel__wrapper{overflow:visible}.catalog-carousel__slides{overflow:hidden;touch-action:pan-y}.catalog-carousel__slide{align-items:stretch}.catalog-showcase__item{transition:transform .22s ease,box-shadow .22s ease}.catalog-showcase__item:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0526432e}.catalog-carousel__dots{margin-top:.9rem}.catalog-carousel__dot{width:.6rem;height:.6rem}.catalog-carousel__dot--active{width:.78rem;height:.78rem}.catalog-products{display:grid;row-gap:2rem;column-gap:.9rem;justify-content:center;justify-items:stretch}.catalog-products-layout__filters{min-width:0;align-self:start}.catalog-products-layout__filters--standalone{grid-column:1;width:100%;margin:clamp(1.15rem,2vw,1.8rem) 0 0}.catalog-feature-band{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background:#fff;margin-top:0;min-height:320px}.catalog-feature-band__inner{max-width:1280px;margin:0 auto;padding:1.5rem clamp(1rem,3vw,2rem) 1.75rem}.catalog-feature-band__filter-row{max-width:1280px;margin:0 auto;padding:0 clamp(1rem,3vw,2rem) 1.5rem;display:flex;justify-content:flex-start}.catalog-feature-band__filter-row--standalone{padding-top:3.75rem}.catalog-feature-carousel{position:relative;padding:0 2.8rem 1.85rem;overflow:visible}.catalog-feature-carousel__viewport{overflow:hidden;border-radius:.9rem}.catalog-feature-carousel__track{display:flex;transition:transform .45s ease;will-change:transform}.catalog-feature-slide{min-width:100%;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(18rem,.8fr);gap:1rem;align-items:stretch;background:#fff}.catalog-feature-slide--empty{grid-template-columns:minmax(0,1fr) minmax(18rem,24rem);gap:1.75rem;align-items:center;min-height:13.5rem}.catalog-feature-slide__collage{display:flex;flex-direction:column;min-height:0;min-width:0;overflow:hidden}.catalog-feature-slide--empty .catalog-feature-slide__collage{justify-content:center}.catalog-feature-product-carousel{--product-carousel-slide-width: 120px;--product-carousel-perspective: 1000px;--product-carousel-translate-z: 120px;--product-carousel-rotate-y: 52deg;--product-carousel-scale-off: .72;width:100%;min-width:0;min-height:260px;max-width:100%}.catalog-feature-product-carousel[data-count="1"] .catalog-feature-product-carousel__nav{display:none}.catalog-feature-product-carousel[data-count="1"] .catalog-feature-product-carousel__dots{display:flex;justify-content:center;gap:.45rem;margin-top:.6rem;flex-wrap:wrap}.catalog-feature-product-carousel__viewport{position:relative;perspective:var(--product-carousel-perspective);perspective-origin:50% 50%;display:flex;align-items:center;justify-content:center;padding:0 2.25rem;min-height:240px;overflow:hidden;width:100%}.catalog-feature-product-carousel__track{display:flex;align-items:center;justify-content:center;transform-style:preserve-3d;position:relative;gap:.15rem;transition:transform .4s ease-out}.catalog-feature-product-carousel__slide{flex:0 0 var(--product-carousel-slide-width);width:var(--product-carousel-slide-width);transition:transform .4s ease-out;transform-style:preserve-3d;backface-visibility:hidden;filter:drop-shadow(0 6px 12px rgba(0,0,0,.15)) drop-shadow(0 10px 24px rgba(0,0,0,.12)) drop-shadow(0 2px 4px rgba(0,0,0,.08))}.catalog-feature-product-carousel__slide[data-active=false] .catalog-feature-card{pointer-events:none}.catalog-feature-product-carousel__slide{cursor:pointer}.catalog-feature-product-carousel__slide[data-active=true]{cursor:default}.catalog-feature-product-carousel__slide[data-active=true] .catalog-feature-card{cursor:pointer}.catalog-feature-product-carousel__nav{display:none}.catalog-feature-product-carousel__nav--prev{left:0}.catalog-feature-product-carousel__nav--next{right:0}.catalog-feature-product-carousel__dots{display:flex;justify-content:center;gap:.45rem;margin-top:.6rem;flex-wrap:wrap}.catalog-feature-product-carousel__dot{width:.5rem;height:.5rem;border-radius:50%;border:0;background:#00539f59;padding:0;cursor:pointer;transition:background .2s,transform .2s}.catalog-feature-product-carousel__dot.is-active{width:.72rem;height:.72rem;background:#0095da}@media(min-width:768px){.catalog-feature-product-carousel{--product-carousel-slide-width: 140px;--product-carousel-translate-z: 130px;--product-carousel-rotate-y: 50deg}.catalog-feature-product-carousel__viewport{min-height:280px}}.catalog-feature-card{display:flex;flex-direction:column;background:#ffffffc7;border:1px solid rgba(189,211,230,.85);border-radius:.75rem;text-decoration:none;color:#10253e;overflow:hidden}.catalog-feature-card--empty{display:flex;align-items:center;justify-content:center;text-align:center;min-height:9rem;padding:1.25rem 1.5rem;font-size:.85rem;font-weight:600;border:1px dashed rgba(0,149,218,.45);background:linear-gradient(180deg,#f2f8fff5,#e6f1fceb)}.catalog-feature-card__media{position:relative;height:6.1rem;display:flex;align-items:center;justify-content:center;background:#f7fbff;padding:.5rem}.catalog-feature-card__image{width:100%;height:100%;object-fit:contain}.catalog-feature-card__body{padding:.5rem .6rem .62rem}.catalog-feature-card__title{margin:0 0 .18rem;font-size:.76rem;line-height:1.25;font-weight:700;color:#12365f}.catalog-feature-card__price{margin:0;font-size:.84rem;font-weight:800;color:#00539f}.catalog-feature-card__price-sale{color:#b91c1c;font-weight:800}.catalog-feature-card__price-compare{margin-left:.35rem;color:#64748b;font-size:.74rem;font-weight:500;text-decoration:line-through}.catalog-feature-card__discount-badge{position:absolute;top:.3rem;left:.3rem;z-index:2;padding:.12rem .4rem;border-radius:999px;background:#d62828;color:#fff;font-size:.56rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.catalog-feature-slide__info{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1.25rem .5rem 1.25rem 1.25rem;text-align:center}.catalog-feature-slide--empty .catalog-feature-slide__info{padding:.75rem .5rem;align-self:center}.catalog-feature-slide__label{margin:0 0 .55rem;font-size:.9rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#2f5f8f}.catalog-feature-slide__title{margin:0 0 .65rem;font-size:clamp(1.75rem,3vw,2.75rem);font-weight:800;line-height:1.1;letter-spacing:-.02em;color:#00539f;text-transform:uppercase}.catalog-feature-slide__desc{margin:0;font-size:1rem;line-height:1.5;color:#345a7f}.catalog-feature-slide__brand-filter{width:min(100%,15.5rem);margin-top:0;padding-top:0;align-self:flex-start}.catalog-feature-slide__brand-label{display:block;margin:0 0 .45rem;color:#2f5f8f;font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.catalog-feature-slide__brand-select{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.catalog-feature-slide__brand-dropdown{position:relative}.catalog-feature-slide__brand-trigger{width:100%;min-height:3rem;padding:.5rem 1rem;border:1px solid rgba(0,84,159,.18);border-radius:999px;background:#fffffffa;color:#143a7c;font-family:Futura PT;font-size:.95rem;font-weight:500;outline:none;box-shadow:0 14px 32px #0c20431f;display:flex;align-items:center;justify-content:space-between;gap:.75rem;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.catalog-feature-slide__brand-trigger:hover{border-color:#00549f57}.catalog-feature-slide__brand-trigger:focus,.catalog-feature-slide__brand-trigger:focus-visible,.catalog-feature-slide__brand-dropdown.is-open .catalog-feature-slide__brand-trigger{border-color:#00549f57;box-shadow:0 0 0 4px #00549f14;background-color:#fff}.catalog-feature-slide__brand-trigger-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.catalog-feature-slide__brand-trigger-caret{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;color:#5b7ead;pointer-events:none;transition:transform .2s ease}.catalog-feature-slide__brand-dropdown.is-open .catalog-feature-slide__brand-trigger-caret{transform:rotate(180deg)}.catalog-feature-slide__brand-menu{position:absolute;top:calc(100% + .5rem);left:0;right:0;z-index:20;display:flex;flex-direction:column;gap:.12rem;padding:.4rem;max-height:14.5rem;overflow-y:auto;border:1px solid rgba(0,84,159,.16);border-radius:1.1rem;background:#fffffffc;box-shadow:0 20px 40px #0c204329;scrollbar-width:thin;scrollbar-color:rgba(0,84,159,.38) rgba(222,232,244,.75)}.catalog-feature-slide__brand-menu[hidden]{display:none!important}.catalog-feature-slide__brand-menu::-webkit-scrollbar{width:.5rem}.catalog-feature-slide__brand-menu::-webkit-scrollbar-thumb{border-radius:999px;background:#00549f57}.catalog-feature-slide__brand-menu::-webkit-scrollbar-track{background:#dee8f4b3;border-radius:999px}.catalog-feature-slide__brand-option{width:100%;padding:.72rem .85rem;border:0;border-radius:.8rem;background:transparent;color:#143a7c;font-family:Futura PT;font-size:.92rem;font-weight:500;text-align:left;cursor:pointer;display:flex;align-items:center;gap:.6rem;transition:background-color .18s ease,color .18s ease}.catalog-feature-slide__brand-option:before{content:"";width:.95rem;height:.95rem;flex:0 0 .95rem;border:1.5px solid rgba(0,84,159,.38);border-radius:.24rem;background:#fff;box-shadow:inset 0 0 0 2px #fff}.catalog-feature-slide__brand-option:hover,.catalog-feature-slide__brand-option:focus-visible{background:#00549f14;outline:none}.catalog-feature-slide__brand-option.is-selected{background:#00539f;color:#fff}.catalog-feature-slide__brand-option.is-selected:before{border-color:#fff;background:#fff;box-shadow:inset 0 0 0 3px #00539f}.catalog-feature-slide__brand-filter--panel{width:100%;max-width:15rem;margin:0;padding:0}.catalog-feature-slide__brand-filter--panel .catalog-feature-slide__brand-label{margin-bottom:.75rem;font-size:.9rem;color:#00539f}.catalog-feature-slide__brand-panel{width:100%;border:1px solid rgba(0,84,159,.16);border-radius:.5rem;background:#fffffff5;box-shadow:0 12px 28px #0c204314;padding:.2rem .45rem}.catalog-feature-slide__brand-filter--panel .catalog-feature-slide__brand-menu{position:static;inset:auto;z-index:auto;display:flex;flex-direction:column;gap:0;max-height:none;overflow:visible;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.catalog-feature-slide__brand-filter--panel .catalog-feature-slide__brand-option{min-height:2.8rem;padding:.68rem .2rem;border-radius:0;border-bottom:1px solid rgba(0,84,159,.12);color:#143a7c;background:transparent;font-size:.92rem;font-weight:700;line-height:1.2;word-break:break-word}.catalog-feature-slide__brand-filter--panel .catalog-feature-slide__brand-option:last-child{border-bottom:0}.catalog-feature-slide__brand-filter--panel .catalog-feature-slide__brand-option:hover,.catalog-feature-slide__brand-filter--panel .catalog-feature-slide__brand-option:focus-visible{background:#00549f12}.catalog-feature-slide__brand-filter--panel .catalog-feature-slide__brand-option.is-selected{background:transparent;color:#00539f}.catalog-feature-slide__brand-filter--panel .catalog-feature-slide__brand-option.is-selected:before{border-color:#00539f;background:#00539f;box-shadow:inset 0 0 0 3px #fff}.catalog-page__header .catalog-feature-slide__brand-filter{margin-top:0;padding-top:0;flex:0 0 15.5rem}.catalog-page__header--paginated .catalog-feature-slide__brand-filter{margin-top:1.1rem;margin-right:auto}.catalog-feature-carousel__nav{position:absolute;top:50%;transform:translateY(-50%);width:2.75rem;height:2.75rem;border-radius:.5rem;border:0;background:#00539fe6;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;left:-2.5rem;box-shadow:0 2px 8px #00539f40;transition:background .2s ease,transform .2s ease}.catalog-feature-carousel__nav:hover{background:#00539f;transform:translateY(-50%) scale(1.05)}.catalog-feature-carousel__nav--prev{left:-2.5rem}.catalog-feature-carousel__nav--next{left:auto;right:-2.5rem}.catalog-feature-carousel__nav-icon{width:1.25rem;height:1.25rem}.catalog-feature-carousel__dots{display:none}.catalog-feature-carousel__dot{width:.5rem;height:.5rem;border-radius:50%;border:0;background:#00539f59;padding:0;cursor:pointer}.catalog-feature-carousel__dot.is-active{width:.72rem;height:.72rem;background:#0095da}.catalog-product__fallback-label{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:.8rem;pointer-events:none;z-index:1}.catalog-product__fallback-label span{color:#000;font-size:clamp(.85rem,1.3vw,1.1rem);font-weight:300;line-height:1.25;text-align:center;max-width:84%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;text-shadow:0 1px 6px rgba(255,255,255,.75)}.catalog-product__eyebrow{margin:0;font-family:var(--font-body--family);color:#5b616a;font-size:.85rem;font-weight:400;letter-spacing:0;text-transform:none}.catalog-product__title{margin:0;color:#111827;font-size:.94rem;line-height:1.28;font-weight:400;text-transform:none;letter-spacing:0;font-family:var(--font-body--family);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.catalog-product__featured-description{margin:.1rem 0 0;color:#475569;font-size:.78rem;line-height:1.4;font-family:var(--font-body--family);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.catalog-product__featured-description :first-child{margin-top:0}.catalog-product__featured-description p,.catalog-product__featured-description li{display:block;margin:.2em 0;padding-left:0}.catalog-product__featured-description a,.catalog-product__store-description a{color:#0053a5;font-weight:700;text-decoration-line:underline;text-decoration-thickness:.08em;text-underline-offset:.14em}.catalog-product__featured-description a:hover,.catalog-product__store-description a:hover{color:#003f7d}.catalog-product__features-list{list-style:none;margin:0;padding:0}.catalog-product__features-list-item{display:block;margin:.2em 0;padding-left:0;line-height:1.4}.catalog-product__store-description{margin:.1rem 0 0;color:#475569;font-size:.78rem;line-height:1.4;font-family:var(--font-body--family);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.catalog-product__store-description :first-child{margin-top:0}.catalog-product__price{margin:0;font-family:var(--font-body--family);color:#111827;font-size:1.2rem;font-weight:700;letter-spacing:0}.catalog-product__rating{margin-top:.05rem;min-height:1rem;font-size:.82rem;color:#111827}.catalog-product__rating,.catalog-product__featured-description,.catalog-product__store-description{display:block}.catalog-product__details{display:flex;flex-direction:column;gap:.12rem}.catalog-product__detail{margin:0;font-size:.8rem;line-height:1.35;color:#4b5563}.catalog-product__detail strong{font-weight:600;color:#111827}.catalog-product__rating .jdgm-widget{width:auto!important;font-size:.85rem}.catalog-product__rating .jdgm-star{color:#f7b948!important;font-size:1em}.catalog-product__reviews-fallback{display:inline-flex;align-items:center;gap:.35rem;color:#111827;font-size:.85rem;font-weight:400;line-height:1}.catalog-product__reviews-fallback-stars{color:#111827;letter-spacing:.03em;font-size:.9rem}.catalog-product__reviews-fallback-count{color:#111827;font-size:.85rem}.catalog-products:not(.catalog-products--list) .catalog-product__title{min-height:0}.catalog-products:not(.catalog-products--list) .catalog-product__detail{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.catalog-products:not(.catalog-products--list) .catalog-product__rating{min-height:1.2rem}.catalog-products:not(.catalog-products--list) .catalog-product__meta{min-height:1.8rem;margin-top:.2rem;display:flex;align-items:flex-end}.catalog-product__btn--buy{background:#fff;color:#000;border:2px solid #0b4f92}.catalog-product__btn--buy:hover{background:#e8f2fc;transform:translateY(-1px)}.catalog-quote-modal__notice{margin:0;border-radius:.6rem;padding:.55rem .7rem;font-size:.85rem}.catalog-quote-modal__notice--success{border:1px solid #86efac;background:#f0fdf4;color:#166534}.catalog-quote-modal__notice--error{border:1px solid #fecaca;background:#fef2f2;color:#991b1b}.catalog-product__btn--disabled{opacity:.9;pointer-events:none}.catalog-product__btn,.catalog-page__sort-select,.catalog-page__view-btn{transition:none!important}.catalog-product:not(:hover){transform:none}.catalog-products--list{grid-template-columns:1fr;justify-items:stretch}.catalog-products--list .catalog-product{display:grid;width:100%;max-width:none;grid-template-columns:9rem 1fr auto;align-items:center;gap:0}.catalog-products--list .catalog-product__link{display:grid;grid-template-columns:9rem 1fr;grid-column:1 / 3;min-width:0}.catalog-products--list .catalog-product__actions{grid-column:3;align-self:center;padding:.65rem .75rem;min-width:10rem;margin-top:0;background:transparent;border-top:none}.catalog-products--list .catalog-product__btn{padding:.5rem .65rem;font-size:.8125rem}.catalog-products--list .catalog-product__media{aspect-ratio:auto;height:100%;min-height:8rem}.catalog-products--list .catalog-product:hover .catalog-product__media{position:relative;width:100%;height:100%;inset:auto;aspect-ratio:auto;min-height:8rem}.catalog-products--list .catalog-product:hover .catalog-product__image{transform:scale(1.08);padding:.55rem}.catalog-products--list .catalog-product__sold-out-label{font-size:.875rem}.catalog-products--list .catalog-product__content{display:flex;flex-direction:column;justify-content:center;padding:1rem}.catalog-products--list .catalog-product__price{margin-top:.15rem}.catalog-pagination{margin-top:1.35rem;margin-bottom:0;display:flex;justify-content:center;align-items:center}.catalog-pagination .page,.catalog-pagination .next,.catalog-pagination .prev{min-width:2rem;height:2rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#000;text-decoration:none;font-weight:300;margin:0 .12rem}.catalog-pagination .current{background:#c5deef;color:#08304b}.catalog-empty{border:1px dashed #9ebad1;border-radius:.75rem;background:#edf6fc;color:#000;padding:2rem 1rem;text-align:center;font-size:.95rem;font-weight:300}.catalog-empty--search{margin-bottom:.85rem}@media(max-width:990px){.catalog-page{padding-top:0}.catalog-page__inner{grid-template-columns:1fr;column-gap:0}.catalog-page__container--products.catalog-page__container--with-brand-panel,.catalog-products-layout__filters--standalone{grid-column:1 / -1}.catalog-products-layout__filters--standalone{margin:1rem 0}.catalog-page__filters-wrap{padding-top:0;padding-bottom:0}.catalog-page__filter-controls{margin-top:.35rem;justify-content:flex-start;padding:0 .1rem;gap:.5rem;flex-wrap:wrap}.catalog-page__collection-select-wrap{width:min(100%,15rem)}.catalog-page__brand-select-wrap{flex:0 1 15rem;width:min(100%,15rem)}.catalog-page__search-wrap{flex:1 1 18rem}.catalog-page__collection-select,.catalog-page__brand-select{height:2rem;font-size:.76rem;padding-left:.7rem}.catalog-page__search-icon{display:none}.catalog-page__header{flex-wrap:wrap;margin-bottom:.9rem}.catalog-page__controls{width:100%;justify-content:flex-end}.catalog-feature-carousel{padding:0 2.2rem 1.55rem}.catalog-feature-slide{grid-template-columns:1fr;gap:.8rem}.catalog-feature-slide--empty{min-height:0;gap:1rem}.catalog-feature-slide__info{padding:.2rem .15rem}.catalog-feature-slide__desc{margin-bottom:0}.catalog-feature-band__filter-row{padding-left:.4rem;padding-right:.4rem;padding-bottom:1rem}.catalog-feature-band__filter-row--standalone{padding-top:2.75rem}.catalog-feature-band__filter-row .catalog-feature-slide__brand-filter{width:min(100%,14rem)}.catalog-products-layout__filters{width:100%}.catalog-feature-slide__brand-filter--panel{max-width:none}.catalog-feature-slide__brand-panel{padding:.2rem}.catalog-feature-slide__brand-filter--panel .catalog-feature-slide__brand-menu{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));max-height:14rem;overflow-y:auto}.catalog-feature-slide__brand-filter--panel .catalog-feature-slide__brand-option{min-height:2.65rem;padding:.62rem .55rem;border-right:1px solid rgba(0,84,159,.1)}.catalog-feature-slide__brand-filter--panel .catalog-feature-slide__brand-option:nth-child(2n){border-right:0}.catalog-feature-slide__brand-trigger{min-height:2.75rem;font-size:.9rem;box-shadow:0 12px 24px #0c20431a}.catalog-feature-slide__brand-menu{max-height:13rem}.catalog-feature-slide__brand-option{font-size:.88rem;padding:.68rem .8rem}.catalog-feature-card__media{height:5.2rem}.catalog-showcase{padding:.75rem .95rem 1rem}.catalog-showcase__grid{grid-template-columns:1fr;grid-template-rows:auto;grid-template-areas:"feature" "banner" "pair" "support"}.catalog-carousel__card{grid-template-columns:1fr 1fr;gap:.75rem;padding:.75rem 1rem;min-height:auto}.catalog-carousel__content{order:1}.catalog-carousel__image-wrap{order:2;justify-content:flex-end;min-height:100px}.catalog-carousel__image{max-width:100%;width:100%}.catalog-carousel__nav{width:2rem;height:4rem}.catalog-carousel__nav--prev{left:-2.2rem}.catalog-carousel__nav--next{right:-2.2rem}.catalog-showcase{grid-template-columns:1fr;gap:.75rem;padding:.8rem}.catalog-showcase__info{padding:.2rem;gap:.35rem}.catalog-showcase__subtitle{max-width:none}.catalog-showcase__collage{gap:.55rem}.catalog-showcase__item{min-height:6.9rem}.catalog-showcase__item-media{height:4.3rem}.catalog-products--cols-3,.catalog-products--cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:749px){.catalog-page__inner{padding-left:.4rem;padding-right:.4rem;max-width:100%;width:100%;min-width:0}.catalog-page__filters-wrap{padding-top:0;padding-bottom:0}.catalog-page__filter-controls{margin-top:.3rem;justify-content:center;padding:0 .2rem;gap:.45rem;flex-wrap:wrap}.catalog-page__collection-select-wrap{width:100%}.catalog-page__brand-select-wrap{flex:1 1 100%;width:100%}.catalog-page__collection-select,.catalog-page__brand-select{height:1.95rem;font-size:.72rem;padding-left:.7rem}.catalog-page__search-icon{left:.65rem}.catalog-page__search-input{width:100%;max-width:100%;height:2rem;font-size:.76rem;padding:0 .75rem}.catalog-page__container{padding-left:.4rem;padding-right:.4rem}.catalog-feature-band__inner{padding-left:.4rem;padding-right:.4rem;padding-bottom:1rem}.catalog-feature-carousel{padding:0 1.9rem 1.3rem}.catalog-feature-slide__collage{gap:.5rem}.catalog-feature-card--empty{min-height:7rem;padding:1rem}.catalog-feature-card{border-radius:.55rem}.catalog-feature-card__media{height:4.15rem;padding:.35rem}.catalog-feature-card__body{padding:.42rem .45rem .5rem}.catalog-feature-card__title{font-size:.64rem}.catalog-feature-card__price{font-size:.72rem}.catalog-feature-slide__label{font-size:.75rem;margin-bottom:.35rem}.catalog-feature-slide__title{font-size:1.35rem;margin-bottom:.45rem}.catalog-feature-slide__desc{font-size:.85rem;line-height:1.35}.catalog-feature-band__filter-row,.catalog-feature-slide__brand-filter,.catalog-page__header .catalog-feature-slide__brand-filter{width:100%;max-width:100%}.catalog-feature-band__filter-row{padding-top:.25rem;padding-bottom:.9rem}.catalog-feature-band__filter-row--standalone{padding-top:2.1rem}.catalog-feature-slide__brand-filter--panel .catalog-feature-slide__brand-label{margin-bottom:.55rem;font-size:.82rem}.catalog-feature-slide__brand-filter--panel .catalog-feature-slide__brand-menu{max-height:12rem}.catalog-feature-slide__brand-filter--panel .catalog-feature-slide__brand-option{min-height:2.45rem;padding:.55rem .45rem;font-size:.82rem}.catalog-feature-slide__brand-trigger{min-height:2.65rem;font-size:.88rem;padding-left:.9rem;padding-right:.9rem}.catalog-feature-slide__brand-menu{max-height:12rem}.catalog-feature-slide__brand-option{font-size:.86rem;padding:.64rem .72rem}.catalog-feature-carousel__nav{width:2.25rem;height:2.25rem;left:.25rem;right:auto}.catalog-feature-carousel__nav--next{left:auto;right:.25rem}.catalog-page__container--products{padding:0;margin-top:0}.catalog-page__container--showcase{padding-left:0;padding-right:0}.catalog-hero{min-height:clamp(8rem,34vw,13rem)}.catalog-page__header{flex-wrap:wrap;gap:1rem;margin-bottom:1.25rem}.catalog-page__title{font-size:2rem;line-height:1.2;letter-spacing:-.02em;width:100%;order:1}.catalog-page__controls{justify-content:space-between;align-items:center;gap:.75rem;flex-wrap:wrap;width:100%;order:2}.catalog-page__sort-wrap{width:auto;min-width:0;flex:1 1 auto;justify-content:flex-start;align-items:center;gap:.625rem}.catalog-page__sort-label{font-size:1rem;font-weight:700;color:#fff}.catalog-page__sort-select{min-width:0;max-width:8.5rem;width:100%;font-size:.8125rem;font-weight:300;padding:.5rem 1.75rem .5rem .6rem;border-radius:.5rem;border:2px solid #b3cbe2;background-position:right .5rem center}.catalog-page__view{border-radius:.5rem;border:2px solid #b3cbe2;overflow:hidden}.catalog-page__view-btn{width:2.75rem;height:2.75rem;min-width:2.75rem;min-height:2.75rem}.catalog-page__view-btn svg{width:20px;height:20px}.catalog-page__view-btn--active{background:#e8f2fc;color:#000}.catalog-carousel{padding:0 2.35rem;--catalog-carousel-height: 250px;min-height:0;margin-bottom:.75rem}.catalog-carousel__card{grid-template-columns:1fr 1fr;padding:.5rem;gap:.5rem;min-height:auto}.catalog-carousel__content{order:1;gap:.3rem}.catalog-carousel__image-wrap{order:2;min-height:0;padding:.2rem 0;max-height:none;justify-content:flex-end}.catalog-carousel__image{max-width:100%;max-height:none;width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(0,0,0,.2)) drop-shadow(0 2px 6px rgba(0,0,0,.12))}.catalog-carousel__title{font-size:.9rem;line-height:1.1}.catalog-carousel__subtitle{font-size:.75rem;line-height:1.2}.catalog-carousel__button{padding:.35rem .75rem;font-size:.6875rem}.catalog-carousel__features{gap:.2rem}.catalog-carousel__feature{font-size:.65rem}.catalog-carousel__feature svg{width:10px;height:10px}.catalog-carousel__nav{width:1.75rem;height:3.5rem}.catalog-carousel__nav svg{width:12px;height:12px}.catalog-carousel__nav--prev{left:-2rem}.catalog-carousel__nav--next{right:-2rem}.catalog-carousel__dots{margin-top:.25rem}.catalog-carousel__dot{width:5px;height:5px}.catalog-showcase{padding:.6rem;border-radius:.55rem}.catalog-showcase__eyebrow{font-size:.62rem}.catalog-showcase__title{font-size:1.05rem}.catalog-showcase__subtitle{font-size:.76rem;line-height:1.35}.catalog-showcase__cta{height:1.9rem;padding:0 .75rem;font-size:.72rem}.catalog-showcase__item{min-height:6rem;border-radius:.5rem}.catalog-showcase__item-media{height:3.6rem;padding:.35rem}.catalog-showcase__item-title{font-size:.65rem}.catalog-showcase__item-price{font-size:.75rem}.catalog-products--cols-2,.catalog-products--cols-3,.catalog-products--cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-products--list.catalog-products--cols-2,.catalog-products--list.catalog-products--cols-3,.catalog-products--list.catalog-products--cols-4{grid-template-columns:1fr}.catalog-products{gap:.75rem}.catalog-product{border-radius:.8rem;border:1px solid #d8e4f2;background:#fff;box-shadow:0 6px 16px #0f172a0f;min-width:0;overflow:hidden}.catalog-products:not(.catalog-products--list) .catalog-product{min-height:0}.catalog-products:not(.catalog-products--list) .catalog-product__content{min-height:0;max-height:none;align-items:center;text-align:center;padding:.7rem .55rem 0;gap:.25rem}.catalog-products:not(.catalog-products--list) .catalog-product__details{display:none}.catalog-products:not(.catalog-products--list) .catalog-product__meta{min-height:1.6rem;justify-content:center;text-align:center}.catalog-products:not(.catalog-products--list) .catalog-product__actions{min-height:2.5rem;margin-top:.5rem;justify-content:center;padding:0 .55rem .85rem}.catalog-products:not(.catalog-products--list) .catalog-product__btn{min-height:2.5rem;min-width:8rem}.catalog-product__link{display:flex;flex-direction:column}.catalog-product__media{width:100%;aspect-ratio:4 / 5;flex-shrink:0;position:relative;overflow:hidden;margin:.45rem .45rem 0;width:calc(100% - .9rem);border-radius:.45rem;background:linear-gradient(180deg,#edf6ff,#e1eefb);border:1px solid #d6e3f0}.catalog-product__image{position:relative;inset:auto;width:100%;height:100%;object-fit:contain;object-position:center center;display:block;padding:.45rem}.catalog-product__content{padding:.7rem .55rem 0;min-width:0;overflow:hidden;gap:.22rem;align-items:center;text-align:center}.catalog-product__meta{display:flex;justify-content:center;align-items:center;text-align:center;margin-top:.15rem;padding-top:0}.catalog-product__title{font-size:.98rem;line-height:1.22;margin-bottom:0;font-family:var(--font-heading--family);font-weight:700;-webkit-line-clamp:2;word-break:break-word;overflow:hidden}.catalog-product__featured-description,.catalog-product__store-description{display:none}.catalog-product__price{font-size:1.05rem;margin-top:0;font-weight:700}.catalog-product__rating{display:none}.catalog-product__rating .jdgm-widget{font-size:.8rem}.catalog-product__reviews-fallback{font-size:.74rem;gap:.2rem}.catalog-product__reviews-fallback-stars{font-size:.72rem}.catalog-product__reviews-fallback-count{font-size:.74rem}.catalog-product__eyebrow{display:none}.catalog-product__details{gap:.08rem}.catalog-product__detail{font-size:.7rem;line-height:1.3}.catalog-product__swatches{display:none}.catalog-product__swatch{width:1.28rem;height:1.28rem}.catalog-product__swatch-more{font-size:.82rem}.catalog-product__actions{padding:0 .55rem .85rem;gap:.18rem;min-width:0;justify-content:center}.catalog-product__btn{min-width:8rem;min-height:2.1rem;padding:.45rem 1rem;font-size:.88rem}.catalog-products--list .catalog-product{grid-template-columns:5.5rem 1fr minmax(0,auto);gap:.35rem}.catalog-products--list .catalog-product__link{grid-template-columns:5.5rem 1fr;min-width:0}.catalog-products--list .catalog-product__content{min-width:0;padding:.4rem .5rem}.catalog-products--list .catalog-product__actions{min-width:0;width:5.25rem;padding:.25rem .35rem;gap:.18rem}.catalog-products--list .catalog-product__btn{padding:.28rem .35rem;font-size:.625rem;min-height:1.65rem;line-height:1.2}}@media(max-width:749px){.catalog-hero__accent{right:-3rem;bottom:1.2rem;width:min(39rem,140vw);max-width:138%;opacity:.96}.catalog-hero__accent--chemicals{right:-3.8rem;bottom:1.35rem}.catalog-hero__accent--spa{left:29%;right:auto;bottom:-2.8rem;width:112%;max-width:112%;height:15.25rem;aspect-ratio:auto;transform:none;align-items:center;justify-content:center}.catalog-hero__accent--equipment{right:-4.1rem;bottom:1rem}.catalog-hero__accent--parts{left:22%;right:auto;bottom:1.35rem;width:102%;max-width:102%;height:15.85rem;aspect-ratio:auto;transform:none;align-items:center;justify-content:center}.catalog-hero__accent--accessories{right:-3.95rem;bottom:1.05rem}.catalog-hero__accent--equipment .catalog-hero__accent-image{transform:scale(2.12);transform-origin:right bottom}.catalog-hero__accent--parts .catalog-hero__accent-image{width:100%;max-width:100%;height:100%;object-fit:contain;object-position:center bottom;transform:none;transform-origin:center bottom}.catalog-hero__accent--accessories .catalog-hero__accent-image{transform:scale(2.02);transform-origin:right bottom}.catalog-hero__accent--chemicals .catalog-hero__accent-image{transform:scale(1.86);transform-origin:right bottom}.catalog-hero__accent--spa .catalog-hero__accent-image{width:100%;max-width:100%;height:100%;object-fit:cover;object-position:center center;transform:none;transform-origin:center bottom}}@media(max-width:479px){.catalog-hero{min-height:31rem}.catalog-hero__accent{right:-3.6rem;bottom:1.3rem;width:min(40rem,150vw);max-width:146%;opacity:.96}.catalog-hero__accent--chemicals{right:-4.45rem;bottom:1.45rem}.catalog-hero__accent--spa{left:25%;right:auto;bottom:-2.95rem;width:124%;max-width:124%;height:14rem;aspect-ratio:auto;transform:none;align-items:center;justify-content:center}.catalog-hero__accent--equipment{right:-4.8rem;bottom:1.05rem}.catalog-hero__accent--parts{left:28%;right:auto;bottom:1.15rem;width:112%;max-width:112%;height:14.65rem;aspect-ratio:auto;transform:none;align-items:center;justify-content:center}.catalog-hero__accent--accessories{right:-4.7rem;bottom:1.1rem}.catalog-hero__accent--equipment .catalog-hero__accent-image{transform:scale(2.38);transform-origin:right bottom}.catalog-hero__accent--parts .catalog-hero__accent-image{width:100%;max-width:100%;height:100%;object-fit:contain;object-position:center bottom;transform:none;transform-origin:center bottom}.catalog-hero__accent--accessories .catalog-hero__accent-image{transform:scale(2.28);transform-origin:right bottom}.catalog-hero__accent--chemicals .catalog-hero__accent-image{transform:scale(2.08);transform-origin:right bottom}.catalog-hero__accent--spa .catalog-hero__accent-image{width:100%;max-width:100%;height:100%;object-fit:cover;object-position:center center;transform:none;transform-origin:center bottom}.catalog-hero__content{padding-top:1.25rem;padding-bottom:1.25rem}.catalog-hero__content-inner{max-width:min(100%,16rem)}.catalog-hero__heading{font-size:clamp(2.05rem,12vw,2.7rem)}.catalog-hero__subheading,.catalog-hero__subheading--chemicals,.catalog-hero__subheading--equipment,.catalog-hero__subheading--single-line{max-width:100%;font-size:1.05rem;white-space:normal}.catalog-page__filter-controls{flex-direction:column;align-items:stretch;gap:.5rem;padding:0}.catalog-page__collection-select-wrap,.catalog-page__brand-select-wrap,.catalog-page__search-wrap,.catalog-page__search-field,.catalog-page__sort-wrap{width:100%}.catalog-page__search-wrap{justify-content:stretch}.catalog-page__sort-wrap{gap:.4rem}.catalog-page__sort-label{font-size:.75rem}.catalog-page__sort-select{flex:1 1 auto;width:100%;max-width:none}.catalog-products--cols-2,.catalog-products--cols-3,.catalog-products--cols-4{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.catalog-product__discount-badge{top:.5rem;left:.5rem;min-height:1.45rem;padding:.12rem .45rem;font-size:.68rem}.catalog-product__title{font-size:.9rem}.catalog-product__price{font-size:.96rem}.catalog-product__price-compare{font-size:.82rem;margin-left:.3rem}.catalog-product__btn{min-width:7.2rem;font-size:.8rem}}.collections-page-wrapper{grid-column:1 / -1;width:100%;background-color:#80d4f680;min-height:100vh}.collections-page{padding:3rem 0 4rem;max-width:var(--page-width, 90rem);margin:0 auto;padding-left:var(--page-margin, 20px);padding-right:var(--page-margin, 20px)}.collections-page__header{margin-bottom:3.5rem;text-align:center}.collections-page__title{font-size:2.75rem;font-weight:700;color:var(--color-betz-blue, #00539F);margin:0 0 .75rem;letter-spacing:-.02em}.collections-page__subtitle{font-size:1.125rem;color:var(--color-resolution-blue, #283A87);margin:0;font-weight:400}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 240px}.collections--full{--collection-card-size: 360px}.collection-card{display:flex;flex-direction:column;width:100%;text-decoration:none;color:inherit;background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:transform var(--transition-base),box-shadow var(--transition-base);position:relative}.collection-card:hover{transform:translateY(-6px);box-shadow:0 8px 24px #0000001f}.collection-card__image-wrapper{position:relative;width:100%;padding-bottom:75%;overflow:hidden;background-color:var(--color-background-secondary, #f5f5f5)}.collection-card:hover .collection-card__image{transform:scale(1.08)}.collection-card__image--placeholder{width:100%;height:100%;opacity:.3}.collection-card__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#0000,#0006);opacity:0;transition:opacity var(--transition-base)}.collection-card:hover .collection-card__overlay{opacity:1}.collection-card__content{padding:1.75rem 1.5rem;display:flex;flex-direction:column;gap:.75rem;flex:1}.collection-card__title{font-size:1.375rem;font-weight:600;color:var(--color-foreground, #333);margin:0;line-height:1.3;letter-spacing:-.01em;transition:color var(--transition-base)}.collection-card:hover .collection-card__title{color:var(--color-betz-blue, #00539F)}.collection-card__description{font-size:.9375rem;line-height:1.6;color:var(--color-foreground-secondary, #666);margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.collection-card__count{font-size:.875rem;font-weight:500;color:var(--color-betz-blue, #00539F);text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem}.collections-page__empty{text-align:center;padding:5rem 1rem}.collections-page__empty-message{font-size:1.125rem;color:var(--color-resolution-blue, #283A87);margin:0}@media(max-width:989px){.collections-page-wrapper{min-height:auto}.collections-page{padding:2rem 0 3rem}.collections-page__header{margin-bottom:2.5rem}.collections-page__title{font-size:2.25rem}.collections--compact{--collection-card-size: 200px}.collections--full{--collection-card-size: 300px}.collection-card__content{padding:1.5rem 1.25rem}.collection-card__title{font-size:1.25rem}}@media(max-width:749px){.collections-page-wrapper{min-height:auto}.collections-page{padding:1.5rem 0 2.5rem}.collections-page__header{margin-bottom:2rem;text-align:left}.collections-page__title{font-size:1.875rem}.collections-page__subtitle{font-size:1rem}.collections{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.collections--compact,.collections--full{--collection-card-size: 100%}.collection-card__content{padding:1.25rem 1rem;gap:.5rem}.collection-card__title{font-size:1.125rem}.collection-card__description{font-size:.875rem;-webkit-line-clamp:2}}.section-contact-page{background:transparent}.shopify-section:has(.contact-page){margin-bottom:0!important;margin-top:0!important;padding-top:0!important;padding-bottom:0!important}.shopify-section:has(.contact-page)>*{grid-column:1 / -1!important;max-width:100%}#contact-form{scroll-margin-top:5.5rem}.contact-page,.contact-page p,.contact-page span,.contact-page a,.contact-page button,.contact-page label,.contact-page input,.contact-page select,.contact-page textarea{font-family:var(--font-body--family)}.contact-page h1,.contact-page h2,.contact-page h3{font-family:var(--font-heading--family)}.contact-page{grid-column:1 / -1;width:100%;background:#fff;position:relative}.contact-hero{position:relative;min-height:76vh;display:flex;align-items:center;justify-content:flex-start;overflow:hidden;width:100%;background-color:#00549f;background-size:cover;background-position:82% 38%;background-repeat:no-repeat;box-shadow:0 14px 30px #00539f29}.contact-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(90deg,#07346cc7,#07346c9e 35%,#07346c61,#07346c14 75%,#07346c00)}.contact-hero__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:3rem clamp(2rem,5vw,4rem) 4rem;width:100%;max-width:100%}.contact-hero__content-inner{max-width:36rem;margin:0 auto 0 0;padding:0;text-align:left}.contact-hero__eyebrow{margin:0 0 1rem;font-family:var(--font-body--family);font-size:.95rem;font-weight:400;letter-spacing:.32em;text-transform:uppercase;color:#fffffff5;text-shadow:0 1px 2px rgba(0,0,0,.15)}.contact-hero__heading{margin:0;font-family:var(--font-heading--family);font-size:clamp(2.5rem,5vw,3.75rem);font-weight:700;line-height:.98;letter-spacing:-.045em;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.2)}.contact-hero__subheading{margin:1rem 0 0;max-width:32rem;font-size:1.05rem;font-weight:400;color:#fffffff0;line-height:1.55;text-shadow:0 1px 3px rgba(0,0,0,.12)}.contact-page__body{padding:3rem 0 4rem}.contact-page__container{max-width:min(var(--page-width, 90rem),72rem);margin:0 auto;padding:0 var(--page-margin, 20px)}.contact-page__content{display:grid;grid-template-columns:.95fr 1.05fr;gap:3rem;align-items:start}.contact-page__info{position:sticky;top:2rem}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-info__item{display:flex;gap:1.5rem;align-items:flex-start;background:#fff;padding:1.5rem;border-radius:.65rem;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000f;transition:box-shadow .25s ease,border-color .25s ease}.contact-info__item:hover{box-shadow:0 4px 14px #00539f1a;border-color:#00549f33}.contact-info__icon{flex-shrink:0;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background-color:#00549f;border-radius:.65rem;color:#fff;transition:opacity .25s ease}.contact-info__item:hover .contact-info__icon{opacity:.9}.contact-info__icon svg{width:26px;height:26px}.contact-info__content{flex:1}.contact-info__label{font-family:"Futura PT",var(--font-body--family);font-size:.9375rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#000;margin:0 0 .5rem}.contact-info__value{font-family:"Futura PT",var(--font-body--family);font-size:.875rem;line-height:1.6;color:#000;margin:0;font-weight:500}.contact-info__link{font-family:"Futura PT",var(--font-body--family);color:#000;text-decoration:none;transition:color .2s ease}.contact-info__link:hover{color:#333}.contact-info__link:focus{outline:2px solid rgba(0,0,0,.4);outline-offset:2px;border-radius:2px}.contact-page__trust{margin-top:2rem;padding-top:1.75rem;border-top:1px solid #e5e7eb}.trust-badge{font-family:Futura PT;display:flex;align-items:center;gap:.75rem;font-size:.9375rem;color:#000;padding:1rem 1.25rem;background:#fff;border-radius:.65rem;border:1px solid #e5e7eb}.trust-badge svg{color:#22c55e;flex-shrink:0;width:20px;height:20px}.contact-page__form-wrapper{background:#fff;border-radius:.65rem;border:1px solid #e5e7eb;box-shadow:0 4px 14px #00539f14;padding:2.5rem 2.25rem;transition:box-shadow .25s ease}.contact-page__form-wrapper:hover{box-shadow:0 6px 20px #00539f1a}.contact-form__title{font-family:Futura PT;font-size:1.75rem;font-weight:700;color:#000;margin:0 0 2rem;letter-spacing:-.01em}.contact-form__form{display:flex;flex-direction:column;gap:1.5rem}.contact-form__row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.contact-form__field{display:flex;flex-direction:column;gap:.5rem}.contact-form__label{font-family:Futura PT!important;font-size:1.0625rem;font-weight:600;color:#000}.contact-form__label .required{color:#dc2626;font-weight:700}.contact-form__input,.contact-form__select,.contact-form__textarea{width:100%;padding:.9rem 1.25rem;font-size:1rem;border:2px solid #e5e7eb;border-radius:.65rem;background-color:#fff;color:#000;transition:border-color .2s ease,box-shadow .2s ease;font-family:Futura PT}.contact-form__input:hover,.contact-form__select:hover,.contact-form__textarea:hover{border-color:#d1d5db}.contact-form__input:focus,.contact-form__select:focus,.contact-form__textarea:focus{outline:none;border-color:#00549f;box-shadow:0 0 0 3px #00549f26}.contact-form__input::placeholder,.contact-form__textarea::placeholder{color:#4b4545;opacity:1;font-size:.875rem!important}.contact-form__select{font-size:.875rem;cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1.25rem;padding-right:3rem}.contact-form__textarea{resize:vertical;min-height:140px;font-family:Futura PT}.contact-form__submit{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;background-color:#00549f;color:#fff;border:none;border-radius:.65rem;font-size:.95rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:opacity .25s ease;box-shadow:0 10px 22px #00549f2e;align-self:flex-start}.contact-form__submit:hover{opacity:.9}.contact-form__submit:focus{outline:2px solid rgba(0,84,159,.5);outline-offset:2px}.contact-form__submit svg{transition:transform .2s ease}.contact-form__submit:hover svg{transform:translate(3px)}.contact-form__success{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#22c55e1a;color:#166534;border-radius:.65rem;font-weight:500;border:1px solid rgba(34,197,94,.25);margin-bottom:1rem}.contact-form__success svg{flex-shrink:0;color:#22c55e}.contact-form__success p{margin:0}.contact-form__error{padding:1rem 1.25rem;background:#dc262614;color:#991b1b;border-radius:.65rem;font-size:.9375rem;border:1px solid rgba(220,38,38,.2);margin-bottom:1rem}@media(max-width:989px){.contact-hero{min-height:72vh}.contact-hero__content{padding-top:2.25rem;padding-bottom:2.5rem}.contact-page__content{grid-template-columns:1fr;gap:2.5rem}.contact-page__info{position:static;order:2}.contact-page__form-wrapper{order:1}.contact-info{gap:1.25rem}.contact-info__item{padding:1.25rem}}@media(max-width:768px){.contact-hero{min-height:65vh;background-position:72% 38%}.contact-hero__content{align-items:center;justify-content:center;padding:2rem 1.5rem 2.5rem}.contact-hero__content-inner{margin-left:auto;margin-right:auto;text-align:center}.contact-hero__subheading{margin-left:auto;margin-right:auto;font-size:.95rem}.contact-hero__heading{font-size:clamp(2rem,5vw,2.75rem)}}@media(max-width:749px){.contact-hero{min-height:63vh}.contact-page__body{padding:2.5rem 0 3rem}.contact-form__row{grid-template-columns:1fr;gap:1.25rem}.contact-page__form-wrapper{padding:2rem 1.5rem}.contact-form__title{font-size:1.5rem;margin-bottom:1.5rem}.contact-form__form{gap:1.25rem}.contact-info__icon{width:48px;height:48px}.contact-info__icon svg{width:22px;height:22px}.contact-form__submit{width:100%;padding:1rem 1.5rem}}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.customer-account{min-height:calc(100vh - 5.5rem);padding:2rem 0;background-color:var(--color-background, #ffffff)}.customer-account__container{max-width:var(--page-width, 90rem);margin:0 auto;padding:0 var(--page-margin, 20px)}.customer-account__container--centered{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 5.5rem)}.customer-account__header{margin-bottom:2.5rem}.customer-account__title{font-size:2.5rem;font-weight:700;color:var(--color-foreground, #333);margin:0 0 .5rem}.customer-account__welcome{font-size:1.125rem;color:var(--color-foreground-secondary, #666);margin:0}.customer-account__content{display:grid;gap:2rem}.customer-account__card{background-color:var(--color-background-secondary, #f9f9f9);border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000000d}.customer-account__card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid var(--color-pacific-blue, #0095DA)}.customer-account__card-title{font-size:1.5rem;font-weight:600;color:var(--color-foreground, #333);margin:0}.customer-account__view-all-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-pacific-blue, #0095DA);text-decoration:none;font-size:.9375rem;font-weight:600;transition:color var(--transition-base)}.customer-account__view-all-link:hover{color:var(--color-betz-blue, #00539F)}.customer-account__view-all-link svg{width:16px;height:16px}.customer-account__info{display:grid;gap:1.25rem}.customer-account__info-item{display:flex;flex-direction:column;gap:.5rem}.customer-account__info-label{font-weight:600;color:var(--color-foreground-secondary, #666);font-size:.9375rem}.customer-account__info-value{color:var(--color-foreground, #333);font-size:1rem}.customer-account__actions{display:flex;gap:1rem;flex-wrap:wrap}.customer-account__action-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background-color:var(--color-pacific-blue, #0095DA);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:.9375rem;transition:background-color var(--transition-base),transform var(--transition-fast)}.customer-account__action-btn:hover{background-color:var(--color-betz-blue, #00539F);transform:translateY(-1px)}.customer-account__action-btn--secondary{background-color:transparent;color:var(--color-foreground, #333);border:2px solid var(--color-foreground-secondary, #ddd)}.customer-account__action-btn--secondary:hover{background-color:var(--color-background-secondary, #f5f5f5);border-color:var(--color-foreground, #333)}.customer-account__orders-table{width:100%;border-collapse:collapse;margin-top:1rem}.customer-account__orders-table thead{background-color:var(--color-background-secondary, #f5f5f5)}.customer-account__orders-table th{padding:1rem;text-align:left;font-weight:600;color:var(--color-foreground, #333);font-size:.9375rem;border-bottom:2px solid var(--color-foreground-secondary, #ddd)}.customer-account__orders-table td{padding:1rem;border-bottom:1px solid var(--color-background-secondary, #f5f5f5);color:var(--color-foreground, #333)}.customer-account__order-link{color:var(--color-pacific-blue, #0095DA);text-decoration:none;font-weight:600}.customer-account__order-link:hover{text-decoration:underline}.customer-account__status{display:inline-block;padding:.375rem .75rem;border-radius:6px;font-size:.875rem;font-weight:600;text-transform:capitalize}.customer-account__status--paid,.customer-account__status--fulfilled{background-color:#d4edda;color:#155724}.customer-account__status--pending,.customer-account__status--unfulfilled{background-color:#fff3cd;color:#856404}.customer-account__order-total{font-weight:600;color:var(--color-foreground, #333)}.customer-account__view-btn{color:var(--color-pacific-blue, #0095DA);text-decoration:none;font-weight:600;font-size:.9375rem}.customer-account__view-btn:hover{text-decoration:underline}.customer-account__empty{text-align:center;padding:3rem 1rem}.customer-account__empty-text{font-size:1.125rem;color:var(--color-foreground-secondary, #666);margin:0 0 1.5rem}.customer-account__empty-btn{display:inline-block;padding:.875rem 2rem;background-color:var(--color-pacific-blue, #0095DA);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:background-color var(--transition-base)}.customer-account__empty-btn:hover{background-color:var(--color-betz-blue, #00539F)}.customer-account__auth{max-width:800px;width:100%}.customer-account__subtitle{font-size:1.125rem;color:var(--color-foreground-secondary, #666);text-align:center;margin:0 0 2.5rem}.customer-account__auth-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:2rem}.customer-account__auth-note{margin-bottom:2rem;padding:1rem 1.25rem;border-radius:12px;border:1px solid var(--color-foreground-secondary, #ddd);background-color:var(--color-background-secondary, #f9f9f9)}.customer-account__auth-note-title{margin:0 0 .5rem;font-size:1rem;font-weight:700;color:var(--color-foreground, #333)}.customer-account__auth-note-text{margin:0;font-size:.95rem;line-height:1.6;color:var(--color-foreground-secondary, #666)}.customer-account__auth-card{background-color:var(--color-background-secondary, #f9f9f9);border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000000d;text-align:center}.customer-account__auth-title{font-size:1.5rem;font-weight:600;color:var(--color-foreground, #333);margin:0 0 1rem}.customer-account__auth-description{font-size:.9375rem;color:var(--color-foreground-secondary, #666);margin:0 0 1.5rem;line-height:1.6}.customer-account__auth-btn{display:inline-block;padding:.875rem 2rem;text-decoration:none;border-radius:8px;font-weight:600;font-size:.9375rem;transition:background-color var(--transition-base),transform var(--transition-fast)}.customer-account__auth-btn--primary{background-color:var(--color-pacific-blue, #0095DA);color:#fff}.customer-account__auth-btn--primary:hover{background-color:var(--color-betz-blue, #00539F);transform:translateY(-1px)}.customer-account__auth-btn--secondary{background-color:transparent;color:var(--color-pacific-blue, #0095DA);border:2px solid var(--color-pacific-blue, #0095DA)}.customer-account__auth-btn--secondary:hover{background-color:var(--color-pacific-blue, #0095DA);color:#fff}.customer-account__oauth{margin-top:2rem}.customer-account__oauth-divider{text-align:center;margin:2rem 0;position:relative}.customer-account__oauth-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background-color:var(--color-foreground-secondary, #ddd)}.customer-account__oauth-divider span{position:relative;background-color:var(--color-background, #ffffff);padding:0 1rem;color:var(--color-foreground-secondary, #666)}.customer-account__oauth-btn{display:block;width:100%;padding:1rem;background-color:var(--color-background-secondary, #f9f9f9);color:var(--color-foreground, #333);text-decoration:none;border-radius:8px;font-weight:600;text-align:center;border:2px solid var(--color-foreground-secondary, #ddd);transition:border-color var(--transition-base),background-color var(--transition-base)}.customer-account__oauth-btn:hover{border-color:var(--color-pacific-blue, #0095DA);background-color:#fff}@media(max-width:749px){.customer-account__title{font-size:2rem}.customer-account__card{padding:1.5rem}.customer-account__orders-table{font-size:.875rem}.customer-account__orders-table th,.customer-account__orders-table td{padding:.75rem .5rem}.customer-account__auth-options{grid-template-columns:1fr}}.collection-list{padding:var(--spacing-3xl) 0;background-color:transparent}.collection-list__container{max-width:var(--page-width, 90rem);margin:0 auto;padding:0 var(--page-margin, 20px)}.collection-list__header{text-align:center;margin-bottom:var(--spacing-2xl)}.collection-list__title{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin:0 0 .5rem;color:var(--color-foreground)}.collection-list__subheading{font-size:1.125rem;color:var(--color-foreground-secondary);margin:0}.collection-list__grid{display:grid;gap:4rem;max-width:75%;margin:0 auto}.collection-list__grid--2{grid-template-columns:repeat(2,1fr)}.collection-list__grid--3{grid-template-columns:repeat(3,1fr)}.collection-list__grid--4{grid-template-columns:repeat(4,1fr)}.collection-card{position:relative;border-radius:12px;overflow:hidden;background-color:var(--color-background);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f,0 0 0 1px #0000000d;transition:all var(--transition-base)}.collection-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:12px;background:linear-gradient(135deg,#ffffff14,#00000008,#0000000f);opacity:0;transition:opacity var(--transition-base);z-index:3;pointer-events:none}.collection-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a,0 0 0 1px #0000000d}.collection-card:hover:before{opacity:.6}.collection-card__link{text-decoration:none;color:inherit;display:block}.collection-card__image-wrapper{position:relative;padding-bottom:125%;background-color:var(--color-background-secondary);overflow:hidden}.collection-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.collection-card:hover .collection-card__image{transform:scale(1.1)}.collection-card__image--placeholder{width:100%;height:100%;opacity:.2}.collection-card__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#00000040,#00000026 30%,#0000001a,#0003 70%,#000000a6),radial-gradient(ellipse at center top,#0003,#0000001a 40%,#0000000d,#0000);z-index:1;transition:background var(--transition-base)}.collection-card:hover .collection-card__overlay{background:linear-gradient(to bottom,#0000004d,#0003 30%,#00000026,#00000040 70%,#000000b3),radial-gradient(ellipse at center top,#00000040,#00000026 40%,#0000001a,#0000000d)}.collection-card__content{position:absolute;bottom:0;left:0;width:100%;padding:var(--spacing-xl) var(--spacing-lg);z-index:2;color:#fff;text-align:center;transition:transform var(--transition-base)}.collection-card:hover .collection-card__content{transform:translateY(-10px)}.collection-card__title{font-size:1.5rem;font-weight:700;margin:0 0 .75rem;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}.collection-card__action{display:inline-block;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;padding:.5rem 1rem;border:1px solid rgba(255,255,255,.5);border-radius:2px;opacity:.9;transition:all var(--transition-base);text-shadow:0 1px 2px rgba(0,0,0,.3)}.collection-card:hover .collection-card__action{opacity:1;background-color:#fff;color:var(--color-foreground);border-color:#fff}@media(max-width:989px){.collection-list__grid--3,.collection-list__grid--4{grid-template-columns:repeat(2,1fr)}.collection-list__grid{max-width:85%;gap:3rem}}@media(max-width:749px){.collection-list{padding:var(--spacing-2xl) 0}.collection-list__grid--2,.collection-list__grid--3,.collection-list__grid--4{grid-template-columns:1fr}.collection-list__grid{max-width:100%;gap:2.5rem}.collection-card__image-wrapper{padding-bottom:100%}}.featured-products{padding:var(--spacing-4xl) 0;background-color:transparent}.featured-products__container{max-width:var(--page-width, 90rem);margin:0 auto;padding:0 var(--page-margin, 20px)}.featured-products__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:var(--spacing-2xl);gap:2rem}.featured-products__title{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin:0;color:var(--color-foreground);line-height:1.1}.featured-products__view-all{display:flex;align-items:center;gap:.5rem;color:var(--color-foreground);text-decoration:none;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;transition:color var(--transition-base)}.featured-products__view-all:hover{color:var(--color-accent)}.featured-products__view-all svg{transition:transform var(--transition-fast)}.featured-products__view-all:hover svg{transform:translate(4px)}.featured-products__grid{display:grid;gap:2rem}.featured-products__grid--2{grid-template-columns:repeat(2,1fr)}.featured-products__grid--3{grid-template-columns:repeat(3,1fr)}.featured-products__grid--4{grid-template-columns:repeat(4,1fr)}.product-card-placeholder{background-color:var(--color-background-secondary);border-radius:4px;padding-bottom:125%;position:relative}.product-card-placeholder svg{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.1}@media(max-width:989px){.featured-products__grid--3,.featured-products__grid--4{grid-template-columns:repeat(2,1fr)}}@media(max-width:749px){.featured-products{padding:var(--spacing-3xl) 0}.featured-products__header{flex-direction:column;align-items:flex-start;gap:1rem}.featured-products__grid--2,.featured-products__grid--3,.featured-products__grid--4{grid-template-columns:1fr}}.footer,.footer *{font-family:Futura PT!important}.footer{grid-column:1 / -1;width:100%;position:relative;background:#00549f;border-top:0;margin-top:0!important;padding-top:0!important;padding-bottom:1rem;padding-left:0;padding-right:0;color:#fff;overflow:hidden;box-shadow:0 -14px 28px #00142e52}.footer:before{content:none}.footer:after{content:none}.footer__container{position:relative;z-index:1;max-width:var(--page-width, 90rem);margin:0 auto;padding:0 clamp(16px,1.8vw,28px)}.footer__content{display:grid;grid-template-columns:.9fr 1.35fr .95fr;gap:.75rem;margin-top:.6rem;margin-bottom:.6rem;padding-bottom:.6rem;border-bottom:none;position:relative}.footer__column{display:flex;flex-direction:column;gap:.35rem;background:#ffffff1f;padding:.7rem 1rem;border-radius:12px;border:1px solid rgba(255,255,255,.22);box-shadow:0 2px 8px #0000001a;transition:box-shadow .3s ease}.footer__column:hover{box-shadow:0 4px 16px #00000026}.footer__column--brand{min-width:0;justify-content:flex-start}.footer__column-title--brand{font-family:var(--font-heading--family);font-size:1.4rem;font-weight:500;padding-left:0;margin-bottom:.4rem}.footer__column-title--brand:before{display:none}.footer__description{font-size:.875rem;line-height:1.45;color:#fffffff2;margin:0}.footer__column--address,.footer__column--hours{min-width:0}.footer__office--hours{margin-top:0;padding-top:1rem;border-top:0}.footer__details{display:grid;grid-template-columns:1fr 1fr;gap:.5rem 1.25rem;margin-top:.1rem}.footer__details-col{display:flex;flex-direction:column;gap:0}.footer__details-col .footer__office{margin-bottom:.4rem}.footer__details-col .footer__office:last-child{margin-bottom:0}.footer__office{margin-bottom:.2rem}.footer__office:last-child{margin-bottom:0}.footer__office-label{font-weight:300;color:#ffffffe6;margin:0 0 .1rem;font-size:.875rem}.footer__office-text{font-size:.875rem;line-height:1.45;color:#fffffff2;margin:0 0 .1rem}.footer__office-text a{color:#fffffff2;text-decoration:none;transition:none}.footer__office-text a:hover{color:#fffffff2;text-decoration:none}.footer__office-text a:focus{outline:2px solid rgba(255,255,255,.6);outline-offset:2px;border-radius:2px}.footer__social{display:flex;gap:.75rem;margin-top:.75rem}.footer__social-link{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;color:#fff;background:#fff3;border:1px solid rgba(255,255,255,.35);border-radius:50%;transition:all .3s ease;text-decoration:none;box-shadow:0 2px 4px #00000026}.footer__social-link:hover{background:#ffffff59;color:#fff;border-color:#ffffff80;transform:translateY(-3px) scale(1.05);box-shadow:0 6px 16px #0003}.footer__social-link:focus{outline:2px solid rgba(255,255,255,.6);outline-offset:2px}.footer__social-link:active{transform:translateY(-1px) scale(1.02)}.footer__column-title{font-size:1.0625rem;font-weight:500;margin:0 0 .6rem;color:#fff;letter-spacing:.01em;position:relative;padding-left:1.75rem;line-height:1.3}.footer__column-title:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:1.75rem;background:linear-gradient(180deg,#ffffffe6,#ffffff80);border-radius:2px}.footer__bottom{padding-top:.75rem}.footer__bottom-content{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.75rem}.footer__bottom-legal{margin:0;font-size:.875rem;line-height:1.4;color:#fffffff2;text-align:center}.footer__copyright{display:flex;flex-direction:column;gap:var(--spacing-xs, .5rem);text-align:center}.footer__bottom .footer__social{margin-top:0;flex-shrink:0}.footer__copyright-text{font-size:.875rem;color:#ffffffe6;margin:0;line-height:1.6}.footer__powered-by{font-size:.8125rem;color:#ffffffe6;margin:0;line-height:1.6}.footer__powered-by a{color:inherit;text-decoration:none;transition:color .3s ease;border-radius:2px;padding:.125rem .25rem}.footer__powered-by a:hover{color:#fff;background-color:#ffffff1f}.footer__powered-by a:focus{outline:2px solid rgba(255,255,255,.6);outline-offset:2px}.footer__links{font-size:.875rem;color:#ffffffe6;margin:.5rem 0 0;line-height:1.6}.footer__links a{color:#fffffff2;text-decoration:none;transition:color .3s ease;border-radius:2px;padding:.125rem .25rem}.footer__links a:hover{color:#fff;text-decoration:underline}.footer__links a:focus{outline:2px solid rgba(255,255,255,.6);outline-offset:2px}@media(max-width:989px){.footer{padding:1.25rem 0 .75rem;margin-top:0}.footer__content{grid-template-columns:1fr 1fr;gap:.9rem;padding-bottom:.9rem;margin-bottom:.9rem}.footer__column{background:#fff;border-color:#0095da33}.footer__column--brand{grid-column:1 / -1;padding:1rem 1.25rem}.footer__column--address,.footer__column--hours{padding:1rem 1.25rem}.footer__bottom-content{flex-direction:row;justify-content:center;align-items:center}}@media(max-width:749px){.footer{padding:1rem 0 .75rem;margin-top:0}.footer__content{grid-template-columns:1fr;gap:.75rem;padding-bottom:.75rem;margin-bottom:.75rem}.footer__column{gap:.5rem;background:#ffffff2e;border-color:#0095da1f;box-shadow:0 1px 4px #00539f0f}.footer__column--brand{grid-column:1;padding:1rem 1.1rem}.footer__column--address,.footer__column--hours{padding:1rem 1.1rem}.footer__column-title{padding-left:1.5rem;font-size:1rem;margin-bottom:.5rem}.footer__column-title:before{width:3px;height:1.5rem}.footer__column-title--brand{font-size:1.5rem}.footer__details{grid-template-columns:1fr;gap:1rem}.footer__bottom-content{flex-direction:column;align-items:center;text-align:center}.footer__copyright{text-align:center}.footer__social{gap:.625rem}.footer__social-link{width:2.5rem;height:2.5rem}}.footer{padding-top:.55rem!important;padding-bottom:1.25rem}.footer__content{display:block;margin-top:.65rem;margin-bottom:.75rem;padding-top:.35rem;padding-bottom:.45rem;border-top:0;border-bottom:0}.footer__accordion{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem 2rem;max-width:min(56rem,calc(100vw - 3.5rem));width:100%;margin:0 auto;justify-items:center}.footer__accordion-item{grid-column:auto;border-top:0;border-bottom:0;display:grid;grid-template-rows:auto auto;align-items:start;width:100%}.footer__accordion-summary{list-style:none;display:flex;align-items:center;justify-content:center;gap:.45rem;padding:.25rem 0 .2rem;cursor:default;font-family:var(--font-body--family);font-size:.92rem;font-weight:500;color:#fff;text-align:center;width:100%;line-height:1.2;transition:none}.footer__accordion-summary>span{display:inline-block;line-height:1;font-family:Futura PT!important;font-weight:700;font-size:1.5rem}.footer__accordion-summary:hover{color:#fff;text-shadow:0 0 12px rgba(255,255,255,.4)}.footer__brand-name{display:inline-block;line-height:1.2;font-family:Futura PT!important;font-weight:700;font-size:1.5rem}.footer__accordion-summary::-webkit-details-marker{display:none}.footer__chevron{flex-shrink:0;margin-left:.15rem;transition:none;display:none}.footer__accordion-summary:hover .footer__chevron{color:#fff;filter:drop-shadow(0 0 8px rgba(255,255,255,.5))}.footer__accordion-item[open] .footer__chevron{transform:rotate(180deg)}.footer__accordion-panel{padding:.35rem 1rem .65rem;text-align:center}.footer__accordion-panel--contact,.footer__accordion-panel--contact .footer__office,.footer__accordion-panel--contact .footer__office-label,.footer__accordion-panel--contact .footer__office-text{text-align:center}.footer__accordion-panel--contact .footer__office{display:flex;flex-direction:column;align-items:center}.footer__accordion-panel--contact .footer__office-text,.footer__accordion-panel--contact .footer__office-label{width:100%}.footer__office--hours{margin-top:0;padding-top:0;border-top:0}.footer__description,.footer__office-text,.footer__office-label{font-size:.86rem;line-height:1.42;margin:0}.footer__description,.footer__office,.footer__office--hours{text-align:center;align-items:center}.footer__office-label{margin-bottom:.35rem}.footer__details{grid-template-columns:1fr;gap:.65rem 0;margin-top:0}.footer__bottom{padding-top:.55rem;border-top:1px solid rgba(255,255,255,.25)}.footer__bottom-content{justify-content:center;gap:.2rem}.footer__copyright-text,.footer__links{font-size:.8rem;color:#fffffff2}.footer__copyright-text{margin:0;line-height:1.5}.footer__links{margin-top:.3rem;line-height:1.5}.footer__description,.footer__office-text,.footer__office-label{color:#fffffff2}.footer__office-text a,.footer__links a{color:#fffffff2;transition:none}.footer__links a:hover{color:#fff;text-shadow:0 0 10px rgba(255,255,255,.35)}.footer__accordion-summary,.footer__chevron,.footer__office-text a,.footer__links a{transition:none!important}.footer__accordion-summary:not(:hover){color:#fff;text-shadow:none}.footer__accordion-summary:not(:hover) .footer__chevron{color:inherit;filter:none}.footer__office-text a:not(:hover),.footer__links a:not(:hover){color:#fffffff2;text-shadow:none}@media(max-width:749px){.footer__accordion{grid-template-columns:1fr;gap:.45rem}.footer__accordion-item{grid-column:auto;border-top:0;border-bottom:0}.footer__details{grid-template-columns:1fr}.footer__accordion-summary{font-size:.85rem;padding:.2rem 0 .1rem}.footer__accordion-panel{padding:.3rem .4rem .55rem;text-align:center}}@media(max-width:479px){.footer{padding:.85rem 0 .65rem}.footer__content{gap:.6rem}.footer__column--brand,.footer__column--address,.footer__column--hours{padding:.9rem .95rem}.footer__column-title{padding-left:1.2rem;font-size:.95rem}.footer__column-title--brand{font-size:1.3rem}.footer__details{gap:.75rem}.footer__office-label,.footer__office-text{font-size:.8125rem;line-height:1.4}.footer__office-text,.footer__office-text a{overflow-wrap:anywhere;word-break:break-word}.footer__bottom-content{gap:.65rem}.footer__social{flex-wrap:wrap;justify-content:center}}body{padding-top:11.35rem;transition:padding-top .28s ease}body.header-promo-dismissed,body.header-search-hidden{padding-top:8.35rem!important}body.header-promo-dismissed.header-search-hidden{padding-top:5.35rem!important}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fff;border-bottom:1px solid #d6dce2;box-shadow:0 1px #1230560f}.header__top{width:100%;padding:.38rem 1rem;background:#d4e8f7;box-shadow:0 1px 3px #00000014;transition:opacity var(--transition-base),visibility var(--transition-base)}.header__top[data-dismissed=true]{display:none}.header__promo{position:relative;max-width:116rem;margin:0 auto;padding:.1rem 2.5rem}.header__promo-inner{display:flex;align-items:center;justify-content:center;width:100%}.header__promo-content--centered{flex:1;text-align:center;min-width:0}[data-promo-open-modal]{cursor:pointer}[data-promo-open-modal]:hover{opacity:.92}.header__promo-headline{margin:0 0 .2rem;color:#1f1f1f;font-family:"Futura PT",var(--font-heading--family);font-size:.78rem;font-weight:800;line-height:1.25}.header__promo-subheadline{margin:0;color:#1f1f1f;font-family:"Futura PT",var(--font-body--family);font-size:.72rem;font-weight:500;line-height:1.35}.header__container{max-width:116rem;margin:0 auto;min-height:5.35rem;padding:0 3rem;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;column-gap:2rem}.header__left{display:flex;align-items:center;gap:1rem;min-width:0;justify-self:start}.header__menu-toggle{display:none;width:2.75rem;height:2.75rem;padding:0;border:0;border-radius:999px;background:transparent;color:#0c5ab1;cursor:pointer}.header__menu-toggle:hover,.header__menu-toggle:focus-visible{background:#0c5ab114;outline:none}.header__logo{margin:0;flex:0 0 auto}.header__logo-link{display:inline-flex;align-items:center;text-decoration:none}.header__logo-img{display:block;width:auto;height:2.95rem;object-fit:contain}.header__nav{min-width:0;display:flex;justify-content:center;justify-self:center}.header__search-row{position:absolute;left:50%;top:100%;width:min(calc(100% - 2.5rem),44rem);transform:translate(-50%);z-index:20;transition:transform .28s ease,opacity .2s ease,visibility .2s ease;will-change:transform,opacity}.header__search-row-inner{display:block;width:100%}.header__search-row.header__search-row--hidden{transform:translate(-50%,calc(-100% - .5rem));opacity:0;visibility:hidden;pointer-events:none}.header__search{position:relative;min-width:0;width:100%}.header__search-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.header__search-field{position:relative;display:flex;align-items:center;width:100%}.header__search-icon{position:absolute;left:.95rem;display:inline-flex;align-items:center;justify-content:center;color:#5b7ead;pointer-events:none}.header__search-input{width:100%;height:3rem;padding:.5rem 1.2rem .5rem 2.9rem;border:1px solid rgba(0,84,159,.14);border-radius:999px;background:#fffffff7;color:#143a7c;font-family:Futura PT;font-size:.96rem;font-weight:500;outline:none;box-shadow:0 18px 42px #0c204324;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.header__search-input::placeholder{color:#7790b2}.header__search-input:focus{border-color:#00549f57;box-shadow:0 0 0 4px #00549f14;background:#fff}.header__search-results{position:absolute;top:calc(100% + .75rem);left:0;right:0;z-index:40;max-height:min(32rem,calc(100vh - 10rem));overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable;background:#fffffffa;border:1px solid rgba(0,84,159,.14);border-radius:1rem;box-shadow:0 22px 48px #0c20432e;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.header__search-results::-webkit-scrollbar{width:.7rem}.header__search-results::-webkit-scrollbar-track{background:#00549f0f;border-radius:999px}.header__search-results::-webkit-scrollbar-thumb{background:#00549f47;border-radius:999px;border:2px solid transparent;background-clip:padding-box}.header__search-results::-webkit-scrollbar-thumb:hover{background:#00549f6b;background-clip:padding-box}.header__search-results[hidden]{display:none!important}.header__search-status{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.header__search-results-list{display:grid;gap:0;margin:0;padding:.5rem;list-style:none}.header__search-results-heading{padding:.95rem 1rem .1rem;color:#1d70c7;font-family:Futura PT;font-size:.78rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.header__search-result{display:grid;grid-template-columns:3.5rem minmax(0,1fr);gap:.85rem;align-items:center;padding:.65rem;border-radius:.8rem;color:#143a7c;text-decoration:none;transition:background .18s ease,transform .18s ease}.header__search-result:hover,.header__search-result:focus-visible{background:#00549f0f;transform:translateY(-1px);outline:none}.header__search-result-media{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;overflow:hidden;border-radius:.8rem;background:linear-gradient(180deg,#eef6ff,#d9ebff);border:1px solid rgba(0,84,159,.08)}.header__search-result-image{width:100%;height:100%;object-fit:contain}.header__search-result-placeholder{display:block;width:58%;height:58%;border-radius:.7rem;background:linear-gradient(180deg,#00549f24,#1d70c747)}.header__search-result-copy{min-width:0;display:grid;gap:.18rem}.header__search-result-context{color:#1d70c7;font-family:Futura PT;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.header__search-result-title{color:#143a7c;font-family:Futura PT;font-size:.96rem;font-weight:700;line-height:1.25}.header__search-result-meta{color:#6f89ae;font-family:Futura PT;font-size:.82rem;font-weight:500;line-height:1.2}.header__search-results-empty,.header__search-results-footer{padding:.9rem 1rem 1rem;color:#5f7ca5;font-family:Futura PT;font-size:.88rem;font-weight:500}.header__search-results-footer{padding-top:0}.header__search-results-link{color:#000;font-weight:700;text-decoration:none}.header__search-results-link:hover,.header__search-results-link:focus-visible{text-decoration:underline;outline:none}.header__menu{display:flex;align-items:center;justify-content:center;gap:clamp(1.35rem,1.7vw,2.3rem);list-style:none;margin:0;padding:0;flex-wrap:wrap}.header__menu-item{position:relative}.header__menu-link{position:relative;display:inline-flex;align-items:center;gap:.28rem;padding-bottom:.35rem;color:#000;text-decoration:none;font-family:Futura PT;font-size:.88rem;font-weight:600;letter-spacing:.03em;text-transform:none;transition:color .2s ease,opacity .2s ease}.header__menu-link:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;border-radius:999px;background:currentColor;opacity:0;transform:scaleX(.35);transform-origin:center;transition:opacity .2s ease,transform .2s ease}.header__menu-link:hover,.header__menu-link:focus-visible{color:#8ed1fc;opacity:1;outline:none}.header__menu-link--active{opacity:1}.header__menu-link--active:after,.header__menu-link[aria-current=page]:after{opacity:1;transform:scaleX(1)}.header__menu-caret{display:inline-flex;align-items:center;justify-content:center}.header__submenu{position:absolute;top:calc(100% + 1rem);left:0;min-width:15.6rem;margin:0;padding:.95rem 0;list-style:none;background:#fff;border:1px solid #d7dde5;border-radius:.95rem;box-shadow:0 18px 36px #0c20431f;opacity:0;visibility:hidden;transform:translateY(-.35rem);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;z-index:35}.header__menu-item:hover .header__submenu,.header__menu-item:focus-within .header__submenu{opacity:1;visibility:visible;transform:translateY(0)}.header__submenu-link{display:block;padding:.78rem 1.5rem;color:#000;text-decoration:none;font-family:var(--font-body--family);font-size:.72rem;font-weight:600;letter-spacing:.01em;transition:color .2s ease,background .2s ease}.header__submenu-link:hover,.header__submenu-link:focus-visible{color:#8ed1fc;background:#8ed1fc1f;outline:none}.header__submenu-link--active{color:#000;background:#8ed1fc1f;font-weight:700}.header__submenu-link--placeholder{color:#000;cursor:default}.header__submenu-link--placeholder:hover,.header__submenu-link--placeholder:focus-visible{color:#8ed1fc;background:#8ed1fc1f}.header__right{display:flex;align-items:center;justify-content:flex-end;gap:.8rem;justify-self:end}.header__icon{display:inline-flex;align-items:center;justify-content:center}.header__icon{position:relative;width:2rem;height:2rem;color:#00549f;text-decoration:none;border-radius:999px;transition:background .2s ease}.header__icon:hover,.header__icon:focus-visible{background:#00549f14;outline:none}.header__cart-count{position:absolute;top:.18rem;right:.1rem;min-width:1rem;height:1rem;padding:0 .2rem;border-radius:999px;background:#00549f;color:#fff;font-size:.7rem;font-weight:700;line-height:1rem;text-align:center}.promo-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10050;display:flex;align-items:center;justify-content:center;padding:1.5rem;pointer-events:none;visibility:hidden;opacity:0;transition:visibility .2s ease,opacity .2s ease}.promo-modal.is-open{pointer-events:auto;visibility:visible;opacity:1}.promo-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000a6;cursor:pointer}.promo-modal__panel{position:relative;width:100%;max-width:25rem;min-height:0;padding:2.35rem 1.7rem 2.8rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0.5 4Q0.5 0.5 4 0.5H96Q99.5 0.5 99.5 4V94H62A19 12 0 0 1 38 94H0.5Z' fill='none' stroke='%230d3b66' stroke-opacity='0.25'/%3E%3C/svg%3E"),linear-gradient(135deg,#fff,#e8f2fa 52%,#6ca8db);background-size:100% 100%,100% 100%;background-repeat:no-repeat,no-repeat;box-shadow:0 0 0 3px #ffffffe6,0 1.5rem 3rem #0003;clip-path:url(#promo-ticket-clip);-webkit-clip-path:url(#promo-ticket-clip);pointer-events:auto;opacity:0;transform:scale(.96);transition:transform .2s ease,opacity .2s ease}.promo-modal__panel:before,.promo-modal__panel:after{content:"";position:absolute;left:0;right:0;height:10px;background:repeating-radial-gradient(circle at 5px 5px,rgba(13,90,138,.14) 0,rgba(13,90,138,.14) 1.5px,transparent 1.5px)}.promo-modal__panel:before{top:0}.promo-modal__panel:after{bottom:0;background:repeating-radial-gradient(circle at 5px 5px,rgba(13,90,138,.14) 0,rgba(13,90,138,.14) 1.5px,transparent 1.5px)}.promo-modal.is-open .promo-modal__panel{opacity:1;transform:scale(1)}.promo-modal__close{position:absolute;top:.9rem;right:.9rem;width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;padding:0;background:#0000006b;border:0;border-radius:999px;color:#fff;cursor:pointer}.promo-modal__close:hover,.promo-modal__close:focus-visible{background:#00000094;outline:none}.promo-modal__content{margin-top:.6rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.85rem}.promo-modal__content-spacer{display:none}.promo-modal__tear-line{display:block;width:75%;padding-top:.55rem;border-top:1px dashed rgba(13,90,138,.25)}.promo-modal__title{margin:0;color:#1f6ba0;font-family:var(--font-heading--family);font-size:1.15rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;line-height:1.2}.promo-modal__description{margin:0;max-width:18rem;color:#2a2a2a;font-family:var(--font-body--family);font-size:.95rem;line-height:1.45}.promo-modal__code-large{display:inline-block;font-size:1.75rem;font-weight:700;letter-spacing:.05em;color:#0d5a8a}.promo-modal__discount{margin:0;color:#0d5a8a;font-family:var(--font-heading--family);font-size:3.4rem;font-weight:700;line-height:1}.promo-modal__claim{margin-top:.1rem;padding:.8rem 1.8rem;min-width:11rem;color:#fff;background:#0d5a8a;border:0;border-radius:4px;font-family:var(--font-heading--family);font-size:1rem;font-weight:700;text-transform:uppercase;cursor:pointer}.promo-modal__claim:hover,.promo-modal__claim:focus-visible{background:#0a476e;outline:none}.promo-modal__already-claimed{justify-content:center}.promo-modal__already-claimed-text{margin:0;color:#1f1f1f;font-family:var(--font-body--family);font-size:1rem;line-height:1.4}.voucher-confirmation{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10060;display:flex;align-items:center;justify-content:center;padding:1.5rem;pointer-events:none;visibility:hidden;opacity:0;transition:visibility .2s ease,opacity .2s ease}.voucher-confirmation.is-open{pointer-events:auto;visibility:visible;opacity:1}.voucher-confirmation__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;cursor:pointer}.voucher-confirmation__panel{position:relative;min-width:14rem;max-width:22rem;padding:1.5rem 1.75rem;text-align:center;background:linear-gradient(135deg,#fff,#e8f2fa 52%,#6ca8db);border:1px solid rgba(13,59,102,.25);border-radius:8px;box-shadow:0 .5rem 1.5rem #00000026;pointer-events:auto}.voucher-confirmation__title{margin:0 0 .75rem;color:#0d5a8a;font-family:var(--font-heading--family);font-size:1.35rem;font-weight:700;line-height:1.2}.voucher-confirmation__code{margin:0 0 .5rem;color:#0d5a8a;font-family:var(--font-heading--family);font-size:1rem;font-weight:600}.voucher-confirmation__code-value{display:inline-block;margin-left:.15rem;padding:.25rem .5rem;border-radius:4px;background:#0d5a8a1f;color:#0d5a8a;font-size:1.625rem;font-weight:700;letter-spacing:.05em}.voucher-confirmation__hint{margin:0 0 1rem;color:#1f1f1f;font-family:var(--font-body--family);font-size:.9375rem;line-height:1.45}.voucher-confirmation__close{padding:.45rem .75rem;background:transparent;border:1px solid rgba(13,90,138,.4);border-radius:4px;color:#0d5a8a;font-size:.875rem;font-weight:600;cursor:pointer}.voucher-confirmation__close:hover,.voucher-confirmation__close:focus-visible{background:#0d5a8a1a;outline:none}@media(max-width:989px){body{padding-top:11.25rem!important}body.header-promo-dismissed{padding-top:9rem!important}.header__top{display:block;padding:.34rem .65rem}.header__promo{padding:0 .25rem}.header__promo-headline{font-size:.72rem;line-height:1.2}.header__promo-subheadline{font-size:.66rem;line-height:1.25}.header__container{min-height:5.35rem;padding:0 1rem;column-gap:.8rem;grid-template-columns:auto 1fr auto}.header__menu-toggle{display:inline-flex}.header__nav,.header__shop-now{display:none}.header__search-row{position:static;display:block;width:100%;padding:0 1rem .9rem;transform:none;left:auto;top:auto}.header__search-row.header__search-row--hidden{transform:none;opacity:1;visibility:visible;pointer-events:auto}.header__search-input{height:2.9rem;font-size:.95rem;box-shadow:0 12px 28px #0c20431f}.header__search-results{top:calc(100% + .55rem);max-height:min(24rem,calc(100vh - 8rem))}.header__logo-img{height:3.6rem}}@media(max-width:479px){body{padding-top:10.35rem!important}body.header-promo-dismissed{padding-top:8rem!important}.header__top{padding:.3rem .5rem}.header__promo-headline{font-size:.58rem}.header__promo-subheadline{font-size:.52rem}.header__container{min-height:4.6rem;padding:0 .75rem;column-gap:.55rem}.header__left,.header__right{gap:.45rem}.header__menu-toggle{width:2.4rem;height:2.4rem}.header__logo-img{height:3rem}.header__search-row{padding:0 .75rem .75rem}.header__search-input{height:2.7rem;padding-left:2.65rem;font-size:.92rem}.header__icon{width:1.85rem;height:1.85rem}.header__cart-count{top:.05rem;right:0}}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.hero{position:relative;min-height:var(--hero-height, 60vh);display:flex;overflow:hidden;background-color:var(--color-background-secondary, #f5f5f5)}.hero--split{display:grid;grid-template-columns:1fr 1fr}@media(max-width:749px){.hero--split{grid-template-columns:1fr}}.hero__image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero__image--asset-bg{background-image:var(--hero-bg-image);background-size:cover;background-position:center;background-repeat:no-repeat}.hero--split .hero__image{position:relative;grid-column:2}@media(max-width:749px){.hero--split .hero__image{grid-column:1;height:40vh}}.hero__image-element{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,var(--overlay-opacity, .3));z-index:1}.hero__content{position:relative;z-index:2;width:100%;max-width:var(--page-width, 90rem);padding:var(--spacing-xl) var(--page-margin, 20px);margin:0 auto;display:flex;flex-direction:column}.hero--split .hero__content{grid-column:1;grid-row:1;max-width:none;justify-content:center;padding:var(--spacing-2xl)}.hero__content--top-left{align-items:flex-start;justify-content:flex-start}.hero__content--top-center{align-items:center;justify-content:flex-start}.hero__content--top-right{align-items:flex-end;justify-content:flex-start}.hero__content--middle-left{align-items:flex-start;justify-content:center}.hero__content--middle-center{align-items:center;justify-content:center}.hero__content--middle-right{align-items:flex-end;justify-content:center}.hero__content--bottom-left{align-items:flex-start;justify-content:flex-end}.hero__content--bottom-center{align-items:center;justify-content:flex-end}.hero__content--bottom-right{align-items:flex-end;justify-content:flex-end}.hero__text{max-width:650px}.hero__text--left{text-align:left}.hero__text--center{text-align:center}.hero__text--right{text-align:right}.hero__subheading{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;margin-bottom:1rem;color:var(--subheading-color, var(--color-background, #fff))}.hero__heading{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:700;line-height:1.1;margin:0 0 1.5rem;color:var(--heading-color, var(--color-background, #fff))}.hero__description{font-size:1.25rem;line-height:1.6;margin:0 0 2.5rem;color:var(--text-color, var(--color-background, #fff))}.hero__buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:inherit}.hero__text--center .hero__buttons{justify-content:center}.hero__text--right .hero__buttons{justify-content:flex-end}.hero__button{display:inline-block;padding:1.25rem 3rem;text-decoration:none;font-size:.9375rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;transition:all var(--transition-base);border:2px solid transparent}.hero__button--primary{background-color:var(--color-foreground, #333);color:var(--color-background, #fff)}.hero__button--primary:hover{background-color:var(--color-accent-hover, var(--color-pacific-blue));transform:translateY(-3px);box-shadow:var(--shadow-lg)}.hero__button--secondary{background-color:transparent;color:var(--color-background, #fff);border-color:var(--color-background, #fff)}.hero__button--secondary:hover{background-color:var(--color-background, #fff);color:var(--color-foreground, #333);transform:translateY(-3px);box-shadow:var(--shadow-lg)}@media(max-width:749px){.hero__content{padding:var(--spacing-xl) var(--page-margin, 20px)}.hero__heading{font-size:2.5rem}.hero__description{font-size:1.125rem}.hero__buttons{flex-direction:column;width:100%}.hero__button{width:100%;text-align:center}}.newsletter{padding:4rem 0;background:transparent!important}.newsletter__container{max-width:var(--page-width, 90rem);margin:0 auto;padding:0 var(--page-margin, 20px)}.newsletter__content{max-width:600px;margin:0 auto;text-align:center;background:linear-gradient(135deg,#ffffffb3,#80d4f626);padding:3.5rem 2.5rem;border-radius:20px;border:1px solid rgba(0,149,218,.2);box-shadow:0 8px 24px #00539f1a,0 4px 8px #0000000d;transition:box-shadow .3s ease,transform .3s ease}.newsletter__content:hover{box-shadow:0 12px 32px #00539f26,0 6px 12px #00000014;transform:translateY(-4px)}.newsletter__subheading{font-size:.9375rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;margin-bottom:1.25rem;opacity:.85;color:var(--color-betz-blue, #00539F)}.newsletter__heading{font-size:clamp(2.25rem,4.5vw,3.25rem);font-weight:800;margin:0 0 1.25rem;line-height:1.2;letter-spacing:-.02em}.newsletter__text{font-size:1.125rem;line-height:1.65;margin:0 0 3rem;opacity:.9}.newsletter__form{width:100%}.newsletter__input-group{display:flex;border:2px solid rgba(0,149,218,.25);border-radius:12px;padding:0;background:linear-gradient(135deg,#fffc,#80d4f633);transition:all .3s ease;box-shadow:0 2px 6px #0000000f;overflow:hidden}.newsletter__input-group:hover{border-color:#0095da66;box-shadow:0 4px 8px #00000014;background:linear-gradient(135deg,#ffffffd9,#80d4f640)}.newsletter__input-group:focus-within{border-color:var(--color-pacific-blue, #0095DA);box-shadow:0 0 0 4px #0095da1f,0 6px 16px #00539f2e;background:linear-gradient(135deg,#ffffffe6,#80d4f64d)}.newsletter__input{flex:1;padding:1.125rem 1.5rem;background:transparent;border:none;font-size:1rem;color:var(--color-foreground, #00539F);min-width:0;transition:background-color .3s ease}.newsletter__input::placeholder{color:#00539fb3;opacity:1}.newsletter__input:focus{outline:none;background-color:#0095da0d}.newsletter__submit{padding:1.125rem 2rem;background-color:var(--color-betz-blue, #00539F);color:#fff;border:none;font-size:.9375rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:all .3s ease;flex-shrink:0;border-radius:0 10px 10px 0;box-shadow:0 2px 4px #00539f26}.newsletter__submit:hover{background-color:var(--color-pacific-blue, #0095DA);transform:translate(-2px);box-shadow:0 4px 8px #00539f33}.newsletter__submit:focus{outline:2px solid rgba(255,255,255,.6);outline-offset:2px}.newsletter__submit:active{transform:translate(0);box-shadow:0 2px 4px #00539f26}.newsletter__message{margin-top:1.5rem;padding:1rem 1.25rem;font-size:.9375rem;text-align:center;border-radius:8px;font-weight:500}.newsletter__message--success{color:#2e7d32;background-color:#2e7d321a;border:1px solid rgba(46,125,50,.2)}.newsletter__message--error{color:#d32f2f;background-color:#d32f2f1a;border:1px solid rgba(211,47,47,.2)}@media(max-width:749px){.newsletter{padding:3rem 0}.newsletter__content{padding:2.5rem 1.75rem;border-radius:16px}.newsletter__heading{font-size:clamp(1.875rem,5vw,2.5rem);margin-bottom:1rem}.newsletter__text{font-size:1rem;margin-bottom:2.5rem}.newsletter__input-group{flex-direction:column;border-radius:12px}.newsletter__input{border-radius:10px 10px 0 0;padding:1rem 1.25rem}.newsletter__submit{border-radius:0 0 10px 10px;padding:1rem 1.5rem;width:100%}}.premium-homepage__hero{background-size:cover;background-position:82% 30%;background-repeat:no-repeat;overflow:hidden}.premium-homepage__hero--fixed{min-height:60vh}@media(min-width:640px){.premium-homepage__hero--fixed{min-height:68vh}}@media(min-width:1024px){.premium-homepage__hero--fixed{min-height:76vh}}@media(max-width:1199px){.premium-homepage__hero{background-position:84% 34%}}@media(orientation:portrait)and (min-width:750px)and (max-width:1400px){.premium-homepage__hero{background-position:78% 34%;align-items:flex-end}.premium-homepage__hero-shell{min-height:inherit;justify-content:flex-end;position:relative;padding:0}.premium-homepage__hero-content{position:absolute;left:1.5rem;bottom:8rem;max-width:21rem;min-width:0;margin-left:0;z-index:2}}@media(max-width:749px){.premium-homepage__hero{background-position:80% 34%;align-items:flex-end}}.premium-homepage__hero-image-gradient{position:absolute;bottom:0;left:0;right:0;height:40%;background:linear-gradient(to top,rgba(7,121,190,.18) 0%,rgba(7,121,190,.04) 42%,transparent 100%);pointer-events:none}.premium-homepage__hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#ffffff24,#ffffff08 38%,#fff0);pointer-events:none}.premium-homepage__hero-overlay-left{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;pointer-events:none}.premium-homepage__hero-shell{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;padding:5.25rem 3.5rem 2.5rem}.premium-homepage__hero-content{width:100%;max-width:46rem;min-width:18rem;margin-left:2.25rem;word-break:normal;overflow-wrap:break-word}.premium-homepage__hero-actions{display:flex;flex-wrap:wrap;gap:.875rem;width:auto;margin-top:1.5rem;align-items:stretch}.premium-homepage__hero-btn{display:inline-flex;align-items:center;justify-content:center;width:auto;min-height:3.2rem;padding:.85rem 1.45rem;text-align:center;border-radius:.35rem;font-family:Futura PT!important;font-size:1rem;font-weight:700;letter-spacing:-.01em;text-transform:none}.premium-homepage__hero-btn:not(.premium-homepage__hero-btn--header-color){color:#123b82;border:1px solid #d8a423;background-color:#f5bf3b;box-shadow:0 4px 10px #c992113d;-webkit-backdrop-filter:none;backdrop-filter:none}.premium-homepage__hero-btn:not(.premium-homepage__hero-btn--header-color):hover{background-color:#f8ca52;color:#123b82;border-color:#d8a423}.premium-homepage__hero-title{font-family:Futura PT!important;font-size:clamp(3.1rem,5vw,5rem);line-height:.94;letter-spacing:-.05em;font-weight:800!important;color:#153f8a;max-width:44rem}.premium-homepage__hero-title-emphasis{display:inline;margin-top:0;font-family:inherit!important;font-style:normal;font-weight:inherit!important;color:inherit}.premium-homepage__best-sellers{background:#f5f7fb;padding:.2rem .35rem .9rem;border-top:1px solid rgba(17,65,140,.08)}.premium-homepage__best-sellers-inner{max-width:96rem;margin:0 auto}.premium-homepage__best-sellers-heading{display:flex;align-items:center;justify-content:center;margin-bottom:.35rem;padding-top:0}.premium-homepage__best-sellers-title{margin:0;font-family:Futura PT!important;font-size:clamp(1.5rem,2.2vw,1.95rem);font-weight:800!important;letter-spacing:-.04em;color:#163f88}.premium-homepage__best-sellers-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:.55rem}.premium-homepage__best-sellers-grid>*{flex:0 1 calc((100% - 1.1rem) / 3);max-width:calc((100% - 1.1rem) / 3)}.premium-homepage__best-sellers-card{border-radius:.35rem;border:1px solid rgba(21,63,138,.08);background-color:#fffffff5;box-shadow:0 2px 8px #10376e0f;overflow:hidden;display:flex;flex-direction:column}.premium-homepage__best-sellers-card-media{display:block;aspect-ratio:4 / 2.75;background:linear-gradient(180deg,#eef6ff,#fff);text-decoration:none;overflow:hidden}.premium-homepage__best-sellers-card-image{width:100%;height:100%;object-fit:contain;padding:.2rem}.premium-homepage__best-sellers-card-image--placeholder{object-fit:contain;object-position:center center;padding:.1rem;background:linear-gradient(180deg,#eef6ff,#dbe9f8)}.premium-homepage__best-sellers-card-body{padding:.9rem .75rem 1rem;display:flex;flex-direction:column;flex:1;justify-content:center;align-items:center;text-align:center}.premium-homepage__best-sellers-card-title{margin:0;min-height:auto;font-family:Futura PT!important;font-size:1.1rem;line-height:1.15;font-weight:800!important;display:block;overflow:visible}.premium-homepage__best-sellers-card-title a{color:#163f88;text-decoration:none}.premium-homepage__best-sellers-card-form{width:100%;margin-top:.85rem;display:flex;justify-content:center}.premium-homepage__best-sellers-card-button{display:inline-flex;align-items:center;justify-content:center;width:auto;min-width:8.75rem;max-width:100%;min-height:2.45rem;padding:.55rem 1.15rem;border:1px solid #d39b17;border-radius:999px;background:linear-gradient(180deg,#ffd760,#f8bf32);color:#143a7c;font-family:Futura PT!important;font-size:.82rem;font-weight:800!important;text-decoration:none;box-shadow:0 6px 14px #c9921138;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.premium-homepage__best-sellers-card-button--secondary{background:linear-gradient(180deg,#ebf3ff,#dce8fb);border-color:#c6d5f2}.premium-homepage__best-sellers-card-button:hover,.premium-homepage__best-sellers-card-button:focus-visible{transform:translateY(-1px);box-shadow:0 10px 18px #c9921142}.premium-homepage__best-sellers-empty{grid-column:1 / -1;text-align:center;color:#5f789d}.premium-homepage__brand-panel{position:relative;overflow:hidden;margin:1.5rem 0 0;min-height:33rem;background-color:#0d4d8d;background-position:center center;background-repeat:no-repeat;background-size:cover}.premium-homepage__brand-panel__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#072c5442,#072c545c),linear-gradient(90deg,#0837678a,#08376752 38%,#0837671a 68%,#0837670a)}.premium-homepage__brand-panel__inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr);gap:0;align-items:center;min-height:33rem;padding:3.25rem;color:#fff}.premium-homepage__brand-panel__copy{max-width:56rem;margin:0 auto;text-align:center}.premium-homepage__brand-panel__eyebrow{margin:0;color:#ddeeffd1;font-family:Futura PT!important;font-size:.8rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase}.premium-homepage__brand-panel__title{margin:.8rem 0 0;max-width:46rem;margin-inline:auto;color:#fff;font-family:Futura PT!important;font-size:clamp(2.75rem,4.25vw,4.5rem);line-height:.98;letter-spacing:-.05em;font-weight:700!important}.premium-homepage__brand-panel__lead{margin:1rem 0 0;max-width:40rem;margin-inline:auto;color:#fff;font-family:Futura PT!important;font-size:clamp(1.08rem,1.32vw,1.38rem);line-height:1.45;font-weight:600!important}.premium-homepage__brand-panel__text{margin:.9rem 0 0;max-width:44rem;margin-inline:auto;color:#edf5ffe6;font-family:Futura PT!important;font-size:1.02rem;line-height:1.78;font-weight:500!important}@media(max-width:989px){.premium-homepage__best-sellers-grid>*{flex-basis:calc((100% - .55rem)/2);max-width:calc((100% - .55rem)/2)}.premium-homepage__brand-panel{min-height:0}.premium-homepage__brand-panel__inner{grid-template-columns:1fr;min-height:0;gap:1.4rem;padding:2rem 1.5rem}}@media(max-width:749px){.premium-homepage__best-sellers-grid>*{flex-basis:100%;max-width:100%}.premium-homepage__brand-panel{margin-top:1rem}.premium-homepage__brand-panel__title{font-size:clamp(2rem,10vw,2.9rem)}.premium-homepage__brand-panel__lead{font-size:1rem}.premium-homepage__brand-panel__text{font-size:.95rem}}.premium-homepage__hero-divider{background-color:#fff;padding:2.5rem 0 3rem}.premium-homepage__hero-divider-content{display:grid;grid-template-columns:1fr;grid-auto-rows:auto;width:100%;max-width:none}.premium-homepage__hero-divider-label{margin:0 0 .75rem;padding:0 2.5rem;font-family:var(--font-body--family);font-size:.875rem;font-weight:400;letter-spacing:.18em;text-transform:uppercase;color:#6b7280}.premium-homepage__hero-divider-title{margin:0 0 2rem;padding:0 2.5rem;font-size:clamp(1.6rem,3vw,2.6rem);line-height:1.08;letter-spacing:-.03em;color:#0f172a}.premium-homepage__hero-divider-feature{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);background-color:#fff;overflow:hidden;min-height:32rem;transition:transform .35s ease,box-shadow .35s ease}.premium-homepage__hero-divider-feature+.premium-homepage__hero-divider-feature{margin-top:0;border-top:1px solid rgba(0,0,0,.06)}.premium-homepage__hero-divider-media{position:relative;min-height:32rem;overflow:hidden}.premium-homepage__hero-divider-media-link{display:block;width:100%;height:100%;color:inherit;text-decoration:none}.premium-homepage__hero-divider-image{display:block;width:100%;height:100%;object-fit:cover;transform:scale(1);transition:transform .75s ease}.premium-homepage__hero-divider-media-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#7bcef60f,#58b1e924 52%,#4987d280),linear-gradient(0deg,#5ca4e957,#5ca4e900 34%);opacity:0;transition:background .35s ease,opacity .35s ease}.premium-homepage__hero-divider-media-overlay--equipments{display:none!important}.premium-homepage__hero-divider-media-copy{position:absolute;left:2rem;right:2rem;bottom:2rem;z-index:1;opacity:0;transform:translateY(.8rem);transition:transform .35s ease,opacity .35s ease}.premium-homepage__hero-divider-kicker{margin:0 0 1rem;font-family:var(--font-body--family);font-size:.75rem;font-weight:400;letter-spacing:.18em;text-transform:uppercase;color:#3b82d6}.premium-homepage__hero-divider-media-copy .premium-homepage__hero-divider-kicker,.premium-homepage__hero-divider-media-copy .premium-homepage__hero-divider-card-title{color:#000;text-shadow:0 1px 3px rgba(255,255,255,.9)}.premium-homepage__hero-divider-media-copy .premium-homepage__hero-divider-kicker{color:#000}.premium-homepage__hero-divider-card-title{margin:0;font-size:clamp(2rem,3.2vw,3.2rem);line-height:1;letter-spacing:-.04em;color:#0b58b1}.premium-homepage__hero-divider-panel{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:2.75rem 3.25rem;background-color:#fff;transition:background-color .35s ease}.premium-homepage__hero-divider-feature--reverse .premium-homepage__hero-divider-panel{background-color:#fff}.premium-homepage__hero-divider-extension{width:100%;padding:5.5rem 1.5rem 4rem;background-color:#fff}.premium-homepage__hero-divider-extension-inner{max-width:52rem;margin:0 auto;text-align:center}.premium-homepage__hero-divider-extension-kicker{margin:0 0 1rem;font-family:var(--font-body--family);color:#000;font-size:.95rem;font-weight:400;letter-spacing:.28em;text-transform:uppercase}.premium-homepage__hero-divider-extension-title{margin:0;color:#000;font-size:clamp(2.8rem,4vw,4.4rem);line-height:.98;letter-spacing:-.05em}.premium-homepage__hero-divider-extension-text{max-width:42rem;margin:1.5rem auto 0;font-family:var(--font-body--family);color:#000;font-size:1.1rem;font-weight:400;line-height:1.55}.premium-homepage__collection-showcase{padding:0 0 4rem;background-color:#fff}.premium-homepage__collection-showcase-inner{max-width:80rem;margin:0 auto;padding:0 1rem}.premium-homepage__collection-showcase-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(15.5rem,18.5rem));gap:1.25rem;align-items:start;justify-content:center}.premium-homepage__collection-card{display:flex;flex-direction:column}.premium-homepage__collection-card-media-link{display:block}.premium-homepage__collection-card-media{position:relative;overflow:hidden;border-radius:.35rem;background:#fff!important;border:1px solid #ffffff;border-top:2px solid #ffffff;box-shadow:none}.premium-homepage__collection-card-image{display:block;width:100%;aspect-ratio:4 / 5.15;object-fit:contain;object-position:center;background:transparent!important;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.premium-homepage__collection-card-badge{position:absolute;top:.7rem;left:.7rem;z-index:1;padding:.38rem .72rem;border-radius:999px;color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.premium-homepage__collection-card-badge--sale{background-color:#ef4444}.premium-homepage__collection-card-badge--best,.premium-homepage__collection-card-badge--new{background-color:#0b58b1}.premium-homepage__collection-card-badge--discount{background-color:#fef2f2;color:#dc2626}.premium-homepage__collection-card:hover .premium-homepage__collection-card-image,.premium-homepage__collection-card:focus-within .premium-homepage__collection-card-image{transform:scale(1.05)}.premium-homepage__collection-card-body{padding-top:1rem}.premium-homepage__collection-card-eyebrow{margin:0 0 .5rem;font-family:var(--font-body--family);color:#000;font-size:.66rem;font-weight:400;letter-spacing:.18em;text-transform:uppercase}.premium-homepage__collection-card-title{margin:0;font-family:var(--font-body--family);color:#000;font-size:.86rem;line-height:1.2;font-weight:600;letter-spacing:-.03em}.premium-homepage__collection-card-title a{color:#000;text-decoration:none}.premium-homepage__collection-card-pricing{display:flex;align-items:baseline;gap:.45rem;margin-top:.62rem}.premium-homepage__collection-card-price{font-family:var(--font-body--family);color:#000;font-size:.8rem;font-weight:700}.premium-homepage__collection-card-compare-price{color:#8a9db5;font-size:.72rem;text-decoration:line-through}.premium-homepage__collection-card-form{width:100%}.premium-homepage__collection-card-button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;width:100%;min-height:2.35rem;margin-top:.85rem;border-radius:.25rem;background-color:#0b58b1;color:#fff;text-decoration:none;font-family:var(--font-body--family);font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.premium-homepage__collection-card-button span[aria-hidden=true]{display:none}.premium-homepage__testimonials-wrap{padding-top:1.9rem;padding-bottom:2.2rem}.premium-homepage__testimonials-shell{background-color:#eaf4fb}.premium-homepage__testimonials{padding:1.7rem 1.25rem 1.9rem;background-color:transparent;max-width:64rem;margin:0 auto;text-align:center}.premium-homepage__testimonials-label{margin:0;font-family:Futura PT!important;color:#1d8fdf;font-size:.78rem;font-weight:600!important;letter-spacing:.3em;text-transform:uppercase}.premium-homepage__testimonials-icon{display:flex;justify-content:center;align-items:center;margin-top:1rem;color:#86c8f1}.premium-homepage__testimonials-icon-svg{width:1.35rem;height:1.35rem;display:block}.premium-homepage__testimonials-viewport{position:relative;margin-top:1.15rem;overflow:hidden}.premium-homepage__testimonial-track{display:flex;width:100%;transition:transform .45s ease;will-change:transform;animation:none}.premium-homepage__testimonial-slide{flex:0 0 100%;width:100%;display:grid;align-content:center;justify-items:center;min-height:11.4rem;background-color:transparent;opacity:1;transform:none;transition:none}.premium-homepage__testimonial-quote{position:relative;max-width:42rem;margin:0;padding:0 2.2rem;color:#55779a;font-size:clamp(1.05rem,1.18vw,1.55rem);line-height:1.34;letter-spacing:0;font-style:italic!important;font-family:Futura PT!important;font-weight:400!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-synthesis:none}.premium-homepage__testimonial-quote:before,.premium-homepage__testimonial-quote:after{position:absolute;color:#86c8f1;font-size:2rem;line-height:1;font-family:Futura PT!important;font-weight:400!important}.premium-homepage__testimonial-quote:before{content:'"';top:-.08rem;left:.2rem}.premium-homepage__testimonial-quote:after{content:'"';right:.2rem;bottom:-.2rem}.premium-homepage__testimonial-author{margin:1.05rem 0 0;font-family:Futura PT!important;color:#1760b6;font-size:.88rem;font-weight:500!important;letter-spacing:.01em}.premium-homepage__testimonial-role{margin:.3rem 0 0;font-family:Futura PT!important;color:#6b9cc8;font-size:.69rem;font-weight:400!important;letter-spacing:.12em;text-transform:uppercase}.premium-homepage__testimonial-dots{display:flex;justify-content:center;gap:.75rem;margin-top:.75rem}.premium-homepage__testimonial-dot{width:2.5rem;height:.28rem;border-radius:999px;background-color:#b8d3ea;border:0;padding:0;cursor:pointer;transition:background-color .2s ease}.premium-homepage__testimonial-dot:hover{background-color:#8cbadd}.premium-homepage__testimonial-dot.is-active{background-color:#1d8fdf}.premium-homepage__testimonial-dot:focus-visible{outline:2px solid rgba(29,143,223,.35);outline-offset:2px}.premium-homepage__hero-divider-button{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;margin-top:1.5rem;min-width:12rem;min-height:3.25rem;padding:.65rem 1.25rem;background-color:#0b58b1;color:#fff;text-decoration:none;font-size:.9rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;transition:background-color .25s ease,transform .25s ease,box-shadow .25s ease}.premium-homepage__hero-divider-button:hover{background-color:#08478e}@media(hover:hover){.premium-homepage__hero-divider-feature:hover{box-shadow:0 18px 42px #081f3a1a}.premium-homepage__hero-divider-media:hover .premium-homepage__hero-divider-image,.premium-homepage__hero-divider-media:focus-within .premium-homepage__hero-divider-image{transform:scale(1.045)}.premium-homepage__hero-divider-media:hover .premium-homepage__hero-divider-media-overlay,.premium-homepage__hero-divider-media:focus-within .premium-homepage__hero-divider-media-overlay{background:linear-gradient(180deg,#7bcef61a,#58b1e92e 52%,#4987d29e),linear-gradient(0deg,#5ca4e96b,#5ca4e900 36%);opacity:1}.premium-homepage__hero-divider-media:hover .premium-homepage__hero-divider-media-overlay--equipments,.premium-homepage__hero-divider-media:focus-within .premium-homepage__hero-divider-media-overlay--equipments{display:none!important}.premium-homepage__hero-divider-media:hover .premium-homepage__hero-divider-media-copy,.premium-homepage__hero-divider-media:focus-within .premium-homepage__hero-divider-media-copy{transform:translateY(-.35rem);opacity:1}.premium-homepage__hero-divider-feature:hover .premium-homepage__hero-divider-button{transform:translateY(-.1rem);box-shadow:0 12px 28px #0b58b133}}@media(max-width:749px){.premium-homepage__hero-divider{padding:2rem 0}.premium-homepage__hero-divider-title{padding:0 1.25rem;font-size:1.7rem}.premium-homepage__hero-divider-label{padding:0 1.25rem}.premium-homepage__hero-divider-feature{display:flex;flex-direction:column;min-height:auto}.premium-homepage__hero-divider-media{min-height:18rem}.premium-homepage__hero-divider-media-copy{display:none}.premium-homepage__hero-divider-feature--reverse .premium-homepage__hero-divider-media{order:1}.premium-homepage__hero-divider-feature--reverse .premium-homepage__hero-divider-panel{order:2}.premium-homepage__hero-divider-media-copy{left:1.25rem;right:1.25rem;bottom:1.25rem}.premium-homepage__hero-divider-media-overlay{opacity:1}.premium-homepage__hero-divider-panel{padding:1.75rem 1.25rem}.premium-homepage__hero-divider-extension{padding:3rem 1.25rem 2.5rem}.premium-homepage__hero-divider-extension-kicker{font-size:.75rem;letter-spacing:.2em}.premium-homepage__hero-divider-extension-title{font-size:2.3rem}.premium-homepage__hero-divider-extension-text{margin-top:1rem;font-size:1rem}.premium-homepage__collection-showcase{padding-bottom:3rem}.premium-homepage__collection-showcase-grid{grid-template-columns:1fr;gap:1.75rem}.premium-homepage__testimonials{padding:1.45rem 1rem 1.6rem}.premium-homepage__testimonials-viewport{min-height:10.8rem}.premium-homepage__testimonial-quote{font-size:1.05rem;line-height:1.32;padding:0 1.75rem}.premium-homepage__testimonial-quote:before,.premium-homepage__testimonial-quote:after{font-size:1.7rem}.premium-homepage__testimonial-author{margin-top:1.5rem;font-size:.84rem}.premium-homepage__testimonial-role{font-size:.66rem;letter-spacing:.12em}.premium-homepage__hero-divider-button{width:100%}}.premium-homepage__hero-badge,.premium-homepage__hero-title,.premium-homepage__hero-richtext,.premium-homepage__hero-richtext p,.premium-homepage__hero-metric p{text-shadow:none}.premium-homepage__hero-title,.premium-homepage__hero-richtext,.premium-homepage__hero-richtext p{word-break:normal;overflow-wrap:break-word}.premium-homepage__hero-richtext{margin:.5rem 0 0;max-width:32rem;font-family:Futura PT!important;line-height:1.35;text-align:left}.premium-homepage__hero-richtext p{font-family:Futura PT!important;display:inline-block;padding:.55rem .9rem;border-radius:.55rem;border-left:none;font-size:1.18rem;color:#163f88;background:#ffffff94;box-shadow:0 10px 26px #123b821a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);text-align:left;font-weight:800;letter-spacing:.01em;line-height:1.3;text-shadow:none}@media(max-width:749px){.premium-homepage__hero-shell{min-height:inherit;justify-content:flex-end;position:relative;padding:0}.premium-homepage__hero-content{position:absolute;left:1rem;bottom:.95rem;max-width:15.5rem;margin-left:0;z-index:2}.premium-homepage__hero-title{max-width:100%;margin-bottom:.35rem}.premium-homepage__hero-richtext{max-width:12.5rem}.premium-homepage__hero-actions{gap:1rem;width:100%}.premium-homepage__hero-btn{width:100%}}.premium-homepage__hero-metrics{display:flex;flex-wrap:wrap;justify-content:flex-start}.premium-homepage,.premium-homepage *{font-family:var(--font-body--family)}.premium-homepage{font-weight:400}.premium-homepage :is(p,li,a,button,input,textarea,label,blockquote,small){font-weight:400!important}.premium-homepage :is(h1,h2,h3,h4,h5,h6){font-family:var(--font-heading--family);font-weight:700!important}.premium-homepage ::placeholder{font-family:var(--font-body--family);font-weight:400}.premium-homepage__testimonials-old{display:none}.premium-homepage__hero-title,.premium-homepage__hero-divider-title,.premium-homepage__hero-divider-card-title,.premium-homepage__hero-divider-extension-title{font-weight:700!important}.premium-homepage__hero-title-emphasis{font-style:normal;font-weight:inherit}.premium-homepage__hero-badge,.premium-homepage__hero-btn,.premium-homepage__hero-divider-button,.premium-homepage__collection-card-title,.premium-homepage__collection-card-price,.premium-homepage__collection-card-button,.premium-homepage__testimonials-label,.premium-homepage__testimonial-author,.premium-homepage__testimonial-role{font-family:var(--font-body--family)}.premium-homepage__category-tab-placeholder,.premium-homepage__product-placeholder{background-color:#e2e8f0}.premium-homepage__categories{position:relative;overflow:hidden;background-color:#0b3d63;background-size:cover;background-position:center;background-repeat:no-repeat}.premium-homepage__categories-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#07203394,#0720336b 36%,#072033b8),linear-gradient(90deg,#ffffff1a,#fff0 55%);pointer-events:none}.premium-homepage__categories-title{color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.28)}.premium-homepage__categories-subheading{color:#ffffffeb;text-shadow:0 2px 16px rgba(0,0,0,.22)}.premium-homepage__category-product-rows{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem 2rem}@media(max-width:1023px){.premium-homepage__category-product-rows{grid-template-columns:repeat(3,1fr)}}@media(max-width:639px){.premium-homepage__category-product-rows{grid-template-columns:repeat(2,1fr);gap:1.25rem}}.premium-homepage__category-product-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:.25rem}.premium-homepage__category-product-card-body{display:flex;flex-direction:column;align-items:center;width:100%;min-width:0}.premium-homepage__category-product-card-image{width:100%;aspect-ratio:4 / 3;margin-bottom:1rem;display:flex;align-items:center;justify-content:center}.premium-homepage__category-product-card-image .premium-homepage__product-placeholder,.premium-homepage__category-product-image{width:100%;height:100%;border-radius:.75rem}.premium-homepage__category-product-image{background-color:transparent;object-fit:contain;display:block}.premium-homepage__category-product-card-title{font-size:1rem;font-weight:700;color:#fff;text-decoration:underline;text-decoration-style:wavy;text-underline-offset:4px;text-decoration-color:#fffffff2;margin:0 0 .5rem;line-height:1.3;text-shadow:0 2px 12px rgba(0,0,0,.28)}.premium-homepage__category-product-card-desc{font-size:.8125rem;color:#ffffffe0;line-height:1.5;margin:0 0 1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-shadow:0 2px 12px rgba(0,0,0,.22)}.premium-homepage__category-product-card-btn{display:inline-block;margin-top:auto;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;color:#08304b;background-color:#d8f1ff;border-radius:.5rem;text-decoration:none;box-shadow:0 10px 24px #0418262e;transition:background-color .2s ease,transform .2s ease}.premium-homepage__category-product-card-btn:hover{background-color:#fff;transform:translateY(-1px)}.premium-homepage__category-product-card-btn--disabled{opacity:.6;cursor:default;pointer-events:none}.premium-homepage__carousel{position:relative;width:100%}.premium-homepage__carousel-viewport{position:relative;width:100%;overflow:hidden}.premium-homepage__carousel-track{display:flex;gap:1rem;transition:transform .35s ease-out;will-change:transform;width:calc(var(--carousel-slide-count, 12) * 50vw)}.premium-homepage__carousel-slide{flex:0 0 50vw;width:50vw;min-width:0;scroll-snap-align:start;box-sizing:border-box}.premium-homepage__carousel-slide>*{width:100%}@media(min-width:1024px){.premium-homepage__carousel-track{width:calc(var(--carousel-slide-count, 12) * 25vw)}.premium-homepage__carousel-slide{flex:0 0 25vw;width:25vw}}.premium-homepage__carousel-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:2.5rem;height:2.5rem;border-radius:50%;border:1px solid rgba(0,41,82,.2);background:#fff;color:var(--color-resolution);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000014;transition:background .2s,border-color .2s,box-shadow .2s}.premium-homepage__carousel-nav:hover{background:var(--color-resolution);color:#fff;border-color:var(--color-resolution);box-shadow:0 4px 12px #00295233}.premium-homepage__carousel-nav:focus-visible{outline:2px solid var(--color-resolution);outline-offset:2px}.premium-homepage__carousel-nav svg{width:1.25rem;height:1.25rem}.premium-homepage__carousel-nav--prev{left:0}.premium-homepage__carousel-nav--next{right:0}.premium-homepage__carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.25rem;flex-wrap:wrap}.premium-homepage__carousel-dot{width:.5rem;height:.5rem;border-radius:50%;border:0;background:#00295240;padding:0;cursor:pointer;transition:background .2s,transform .2s}.premium-homepage__carousel-dot:hover{background:#00295280}.premium-homepage__carousel-dot.is-active{background:var(--color-resolution);transform:scale(1.2)}.premium-homepage__carousel-view-all{text-align:center}.premium-homepage__sample-section-inner{width:100%;display:flex;flex-direction:column;align-items:center}.premium-homepage__sample-title{letter-spacing:-.02em;line-height:1.2}.premium-homepage__sample-description{font-size:1rem;line-height:1.65}@media(min-width:768px){.premium-homepage__sample-description{font-size:1.125rem}}.premium-homepage__sample-tabs-inner{max-width:min(100%,36rem)}.premium-homepage__sample-tab.is-active{background:#fff;color:var(--color-resolution);box-shadow:0 1px 3px #00000014}.premium-homepage__sample-cards{width:100%}.premium-homepage__sample-card{width:100%;max-width:none}.premium-homepage__sample-card-image{position:relative;width:100%;aspect-ratio:4 / 3;overflow:hidden}.premium-homepage__sample-card-image img{display:block;width:100%;height:100%;object-fit:cover}.premium-homepage__sample-card-title{letter-spacing:-.01em}.premium-homepage__sample-card-desc{max-width:28ch;margin-left:auto;margin-right:auto}.premium-homepage__sample-section .premium-homepage__carousel{max-width:720px;margin-left:auto;margin-right:auto}.premium-homepage__sample-section .premium-homepage__carousel-track{width:calc(var(--carousel-slide-count, 12) * 45vw)}.premium-homepage__sample-section .premium-homepage__carousel-slide{flex:0 0 45vw;width:45vw}@media(min-width:1024px){.premium-homepage__sample-section .premium-homepage__carousel-track{width:calc(var(--carousel-slide-count, 12) * 20vw)}.premium-homepage__sample-section .premium-homepage__carousel-slide{flex:0 0 20vw;width:20vw}}.premium-homepage__sample-section .premium-homepage__carousel[data-slide-count="3"] .premium-homepage__carousel-viewport{overflow:visible}.premium-homepage__sample-section .premium-homepage__carousel[data-slide-count="3"] .premium-homepage__carousel-track{width:100%;display:flex;gap:2rem;justify-content:center}.premium-homepage__sample-section .premium-homepage__carousel[data-slide-count="3"] .premium-homepage__carousel-slide{flex:0 0 calc((100% - 4rem) / 3);width:calc((100% - 4rem) / 3);max-width:calc((100% - 4rem) / 3)}.premium-homepage__sample-section .premium-homepage__carousel[data-slide-count="4"] .premium-homepage__carousel-viewport{overflow:visible}.premium-homepage__sample-section .premium-homepage__carousel[data-slide-count="4"] .premium-homepage__carousel-track{width:100%;display:flex;gap:2rem;justify-content:center}.premium-homepage__sample-section .premium-homepage__carousel[data-slide-count="4"] .premium-homepage__carousel-slide{flex:0 0 calc((100% - 6rem)/4);width:calc((100% - 6rem)/4);max-width:calc((100% - 6rem)/4)}.premium-homepage__sample-section .product-card__image-wrapper{max-height:200px;overflow:hidden}.premium-homepage__sample-section .product-card__image{object-fit:contain}.premium-homepage__sample-section .product-card__title{font-size:.875rem;line-height:1.3}.premium-homepage__sample-section .product-card__vendor,.premium-homepage__sample-section .product-card__price,.premium-homepage__sample-section .product-card__description{font-size:.8125rem}.premium-homepage__sample-section .product-card__quick-add-btn{padding:.375rem .75rem;font-size:.8125rem}.premium-homepage__featured-products .product-card__info,.premium-homepage__featured-products .product-card__quick-add-container,.premium-homepage__featured-products .product-card__badges{display:none!important}@media(max-width:479px){.premium-homepage__hero-shell{min-height:inherit;justify-content:flex-end;position:relative;padding:0}.premium-homepage__hero-content{position:absolute;left:.75rem;bottom:.55rem;max-width:16.5rem;min-width:0;margin-left:0;z-index:2}.premium-homepage__hero-title{max-width:100%;font-size:clamp(1.6rem,9.2vw,2.05rem);line-height:.98;margin-bottom:.3rem}.premium-homepage__hero-richtext{max-width:9.75rem;margin-top:0}.premium-homepage__hero-richtext p{font-size:.88rem;padding:.4rem .6rem}.premium-homepage__hero-actions{flex-direction:column;gap:.75rem;width:100%}.premium-homepage__hero-btn{width:100%;min-width:0}.premium-homepage__best-sellers{padding:.35rem .35rem .8rem}.premium-homepage__best-sellers-card-body{padding:.75rem .65rem .85rem}.premium-homepage__best-sellers-card-title{font-size:1rem}.premium-homepage__best-sellers-card-button{width:100%;min-width:0}.premium-homepage__brand-panel__inner{padding:1.4rem 1rem}}.product-page{grid-column:1 / -1;width:100%;background:#fff;padding:var(--spacing-xl, 3rem) 0 var(--spacing-2xl, 4rem)}.product-page__container{max-width:var(--page-width, 90rem);margin:0 auto;padding:0 var(--page-margin, 20px)}.product-page__media{margin-bottom:var(--spacing-xl, 3rem)}.product-gallery{display:flex;flex-direction:column;gap:var(--spacing-md, 1.5rem)}.product-gallery__thumbnails--left{display:flex;flex-direction:column;gap:var(--spacing-xs, .5rem);flex-shrink:0}.product-gallery__thumbnails--left .product-gallery__thumbnail{width:56px;height:56px}.product-gallery__thumbnails--left .product-gallery__thumbnail-wrapper{width:100%;height:100%}.product-gallery__main{position:relative;width:100%;background-color:transparent;border-radius:8px;overflow:hidden;box-shadow:none}.product-gallery__slide{display:none;width:100%}.product-gallery__slide--active{display:block}.product-gallery__image-wrapper{position:relative;width:100%;aspect-ratio:1;background-color:transparent;display:flex;align-items:center;justify-content:center}.product-gallery__image{width:100%;height:100%;object-fit:contain;display:block}.product-gallery__placeholder{width:100%;height:100%;opacity:.3}.product-gallery__image-wrapper--fallback{overflow:hidden;background:transparent}.product-gallery__fallback-image{width:100%;height:100%;object-fit:contain;object-position:center;display:block;padding:2% 15%;box-sizing:border-box}.product-gallery__fallback-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:1.5rem;pointer-events:none}.product-gallery__fallback-title{display:inline-block;max-width:min(70%,34rem);color:#1b212a;font-size:clamp(1.35rem,3vw,2.2rem);font-weight:500;letter-spacing:.01em;line-height:1.15;text-align:center;text-transform:none;text-shadow:0 1px 8px rgba(255,255,255,.75);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.product-gallery__thumbnails{display:flex;gap:var(--spacing-sm, 1rem);overflow-x:auto;padding:var(--spacing-xs, .5rem) 0;scrollbar-width:thin;scrollbar-color:var(--color-light-gray, #DBDDDD) transparent}.product-gallery__thumbnails::-webkit-scrollbar{height:4px}.product-gallery__thumbnails::-webkit-scrollbar-track{background:transparent}.product-gallery__thumbnails::-webkit-scrollbar-thumb{background-color:var(--color-light-gray, #DBDDDD);border-radius:2px}.product-gallery__thumbnail{flex-shrink:0;width:100px;height:100px;padding:0;border:2px solid var(--color-light-gray, #DBDDDD);background:var(--color-background, #ffffff);cursor:pointer;overflow:hidden;border-radius:6px;transition:border-color var(--transition-base),transform var(--transition-fast),box-shadow var(--transition-base)}.product-gallery__thumbnail:hover{border-color:var(--color-pacific-blue, #0095DA);transform:translateY(-2px);box-shadow:var(--shadow-sm, 0 1px 2px rgba(0, 83, 159, .1))}.product-gallery__thumbnail--active{border-color:var(--color-betz-blue, #00539F);box-shadow:0 0 0 2px #00539f1a}.product-gallery__thumbnail-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:var(--color-background-secondary, #DBDDDD)}.product-gallery__thumbnail img{width:100%;height:100%;object-fit:cover;display:block}.product-page__info{max-width:600px;margin:0 auto}.product-info{display:flex;flex-direction:column;gap:.5rem}.product-info__content{min-width:0}.product-info__vendor{font-size:.875rem;font-weight:500;color:var(--color-pacific-blue, #0095DA);text-transform:uppercase;letter-spacing:.08em;margin:0}.product-page__info{font-family:var(--font-body--family)}.product-info__title-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:0 .35em;margin:0}.product-info__title,.product-info__title-details{font-family:var(--font-heading--family);font-weight:700}.product-info__title{font-size:2rem;line-height:1.2;margin:0;color:#111;letter-spacing:-.02em}.product-info__title-details{margin:0;font-size:2rem;line-height:1.2;color:#111;letter-spacing:-.02em}.product-info__price-wrapper{display:flex;align-items:center;gap:var(--spacing-md, 1.5rem);flex-wrap:wrap;padding:.5rem 0;border:none}.product-info__price{display:flex;align-items:baseline;gap:var(--spacing-sm, 1rem);font-size:1.5rem;font-weight:700;color:#111;line-height:1}.product-info__price--regular,.product-info__price--sale{color:#111}.product-info__price--compare{font-size:1.375rem;font-weight:400;color:#555;text-decoration:line-through}.product-info__badge{display:inline-flex;align-items:center;padding:.375rem .875rem;background-color:var(--color-summer-sky, #23B8EB);color:var(--color-background, #ffffff);font-size:.8125rem;font-weight:600;border-radius:4px;text-transform:uppercase;letter-spacing:.05em}.product-info__badge--discount-ten{background-color:#d62828;color:#fff}.product-info__specs{list-style:none;margin:0;padding:.75rem 0 .2rem;background-color:transparent;border-radius:4px;font-size:.9375rem}.product-info__spec-item{margin:0;padding:.25rem 0}.product-info__spec-item:first-child{padding-top:0}.product-info__spec-item:last-child{padding-bottom:0}.product-info__spec-label{font-weight:700;color:#111}.product-info__spec-value{color:#222;font-weight:400}.product-info__spec-item .product-info__spec-value:before{content:"\a0"}.product-info__reviews-badge{margin-top:-.25rem;min-height:1.5rem}.product-info__reviews-badge .jdgm-star{color:#f7b948!important}.product-info__reviews-fallback{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-foreground-secondary, rgba(0, 83, 159, .7));font-size:.875rem}.product-info__reviews-fallback-stars{color:#f7b948;letter-spacing:.08em;line-height:1;font-size:1rem}.product-info__details-content{margin-top:.9rem;padding-top:.75rem;padding-bottom:0;border-top:1px solid #e3e8ef}.product-info__details-content .product-info__description:last-child{margin-bottom:0}.product-info__store-detailed-description{margin-top:0;font-size:1rem;line-height:1.5;color:#222;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;line-clamp:4;overflow:hidden}.product-info__store-detailed-description :first-child{margin-top:0}.product-info__store-detailed-description p:last-child{margin-bottom:0}.product-info__store-detailed-description a,.product-info__description a{color:#0053a5;font-weight:700;text-decoration-line:underline;text-decoration-thickness:.08em;text-underline-offset:.16em}.product-info__store-detailed-description a:hover,.product-info__description a:hover{color:#003f7d}.product-info__reviews-widget{padding-top:var(--spacing-md, 1.5rem);border-top:1px solid var(--color-light-gray, #DBDDDD)}.product-info__reviews-widget .jdgm-widget{width:100%}.product-info__reviews-empty{margin-top:.5rem;padding:1rem;border:1px solid var(--color-light-gray, #DBDDDD);border-radius:8px;background-color:#ffffffbf;color:var(--color-foreground-secondary, rgba(0, 83, 159, .75))}.product-info__reviews-empty p{margin:0}.product-info__reviews-empty p+p{margin-top:.4rem}.product-info__description{font-size:1.0625rem;line-height:1.5;color:#222;margin:0;display:block}.product-info__description p{margin:0 0 .5rem}.product-info__description p:last-child{margin-bottom:0}.product-form{display:flex;flex-direction:column;align-items:flex-start;gap:var(--spacing-md, 1.5rem);padding:var(--spacing-md, 1.5rem);padding-left:0;padding-right:0;background-color:transparent;border-radius:12px;box-shadow:none;border:none;max-width:22rem}.product-form__variants{display:flex;flex-direction:column;gap:var(--spacing-md, 1.5rem)}.product-form__option{display:flex;flex-direction:column;gap:var(--spacing-sm, 1rem)}.product-form__option-label{font-weight:600;font-size:.9375rem;color:#111;letter-spacing:.01em}.product-form__option-values{display:flex;flex-wrap:wrap;gap:var(--spacing-sm, 1rem)}.product-form__option-input{display:none}.product-form__option-value{padding:.75rem 1.5rem;border:2px solid var(--color-light-gray, #DBDDDD);background-color:var(--color-background, #ffffff);color:#111;cursor:pointer;transition:all var(--transition-base);border-radius:6px;font-size:.9375rem;font-weight:500;white-space:nowrap}.product-form__option-value:hover{border-color:var(--color-pacific-blue, #0095DA);background-color:#0095da0d;color:var(--color-pacific-blue, #0095DA)}.product-form__option-input:checked+.product-form__option-value,.product-form__option-value--selected{border-color:var(--color-betz-blue, #00539F);background-color:var(--color-betz-blue, #00539F);color:var(--color-background, #ffffff)}.product-form__quantity{display:flex;flex-direction:column;gap:var(--spacing-sm, 1rem)}.product-form__quantity-label{font-weight:600;font-size:.875rem;color:#111;letter-spacing:.01em}.product-form__quantity-controls{display:flex;align-items:center;border:2px solid var(--color-light-gray, #DBDDDD);border-radius:6px;width:fit-content;background-color:var(--color-background, #ffffff);overflow:hidden}.product-form__quantity-btn{padding:.5rem .75rem;background:transparent;border:none;cursor:pointer;font-size:1rem;font-weight:600;color:#111;transition:background-color var(--transition-base),color var(--transition-base);line-height:1}.product-form__quantity-btn:hover{background-color:#00539f0d;color:var(--color-pacific-blue, #0095DA)}.product-form__quantity-input{width:3rem;padding:.5rem .25rem;text-align:center;border:none;border-left:1px solid var(--color-light-gray, #DBDDDD);border-right:1px solid var(--color-light-gray, #DBDDDD);font-size:.9375rem;font-weight:600;color:#111;background-color:var(--color-background, #ffffff);-moz-appearance:textfield}.product-form__quantity-input:focus{outline:none;background-color:#00539f05}.product-form__quantity-input::-webkit-outer-spin-button,.product-form__quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-form__actions{display:flex;flex-direction:column;gap:var(--spacing-sm, 1rem);width:100%;max-width:22rem}.product-form__submit{width:100%;padding:.75rem 1.25rem;background-color:var(--color-betz-blue, #00539F);color:var(--color-background, #ffffff);border:none;font-size:.9375rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;transition:background-color var(--transition-base),transform var(--transition-fast),box-shadow var(--transition-base);border-radius:6px}.product-form__submit:hover:not(:disabled){background-color:var(--color-pacific-blue, #0095DA);transform:translateY(-1px);box-shadow:var(--shadow-md, 0 4px 6px rgba(0, 83, 159, .15))}.product-form__submit:active:not(:disabled){transform:translateY(0)}.product-form__submit:disabled{opacity:.6;cursor:not-allowed;background-color:var(--color-light-gray, #DBDDDD);color:var(--color-foreground-secondary, rgba(0, 83, 159, .7))}.product-form__submit--static{display:inline-flex;align-items:center;justify-content:center;cursor:default;pointer-events:none}.product-info__share{display:flex;align-items:center;gap:.5rem;padding-top:.25rem;margin-top:-.25rem;flex-wrap:wrap}.product-info__share-label{font-weight:600;font-size:.8125rem;color:#111;letter-spacing:.01em}.product-info__share-buttons{display:flex;gap:.5rem}.product-info__share-button{display:flex;align-items:center;gap:.35rem;padding:.4rem .65rem;background-color:var(--color-background, #ffffff);color:var(--color-pacific-blue, #0095DA);text-decoration:none;border-radius:4px;font-size:.75rem;font-weight:500;border:1px solid var(--color-light-gray, #DBDDDD);transition:all var(--transition-base);cursor:pointer;-webkit-appearance:none;appearance:none;font-family:inherit}.product-info__share-button:hover{background-color:#0095da0d;border-color:var(--color-pacific-blue, #0095DA);color:var(--color-betz-blue, #00539F);transform:translateY(-1px)}.product-info__share-button svg{flex-shrink:0;width:14px;height:14px}.product-info__share-button.is-copied{background-color:#0095da1f;border-color:var(--color-pacific-blue, #0095DA);color:var(--color-betz-blue, #00539F)}@media(min-width:990px){.product-page__container{display:grid;grid-template-columns:minmax(360px,580px) 1fr;gap:var(--spacing-2xl, 4rem);align-items:start}.product-page__media{margin-bottom:0;min-width:0}.product-gallery{flex-direction:row;gap:var(--spacing-sm, 1rem);align-items:start}.product-gallery__thumbnails--left{order:1}.product-gallery__main{order:2;flex:1;min-width:0}.product-page__info{max-width:none;margin:0;position:sticky;top:calc(5.5rem + var(--spacing-md, 1.5rem))}.product-info{display:flex;flex-direction:column;gap:.5rem}}@media(min-width:750px)and (max-width:989px){.product-page__container{display:grid;grid-template-columns:minmax(280px,420px) 1fr;gap:var(--spacing-lg, 2rem);align-items:start}.product-page__media{margin-bottom:0;min-width:0}.product-page__info{max-width:none;margin:0}.product-gallery__image-wrapper{aspect-ratio:1;min-height:280px}.product-gallery__image{object-fit:contain;object-position:center center}}@media(max-width:989px){.product-gallery__thumbnails--left{flex-direction:row;flex-wrap:wrap;order:2;padding-top:var(--spacing-sm, 1rem)}.product-gallery__main{order:1}.product-gallery__thumbnails--left .product-gallery__thumbnail{width:64px;height:64px}.product-page{padding:var(--spacing-lg, 2rem) 0 var(--spacing-xl, 3rem)}.product-info__title,.product-info__title-details{font-size:1.75rem}.product-info__price{font-size:1.375rem}.product-form{padding:var(--spacing-md, 1.5rem)}}@media(max-width:749px){.product-page{padding:var(--spacing-md, 1.5rem) 0 var(--spacing-lg, 2rem)}.product-info__title,.product-info__title-details{font-size:1.5rem}.product-info__price-wrapper{flex-direction:column;align-items:flex-start;gap:var(--spacing-sm, 1rem)}.product-info__price{font-size:1.25rem}.product-gallery__thumbnail{width:80px;height:80px}.product-form{padding:var(--spacing-sm, 1rem)}.product-info__share{flex-direction:column;align-items:flex-start;gap:var(--spacing-sm, 1rem)}.product-gallery__fallback-image{padding:2% 10%}.product-gallery__fallback-title{max-width:82%;font-size:clamp(1.05rem,6vw,1.45rem);line-height:1.2}}@media(max-width:479px){.product-page{padding:1rem 0 1.5rem}.product-gallery__thumbnails{gap:.5rem}.product-gallery__thumbnail,.product-gallery__thumbnails--left .product-gallery__thumbnail{width:64px;height:64px}.product-info__title,.product-info__title-details{font-size:1.3rem;line-height:1.1}.product-info__price{font-size:1.1rem;gap:.5rem;flex-wrap:wrap}.product-info__price--compare{font-size:1rem}.product-info__badge{font-size:.8rem;padding:.3rem .6rem}.product-form{padding:.85rem}.product-form__actions{max-width:none}.product-form__submit{padding:.8rem 1rem;font-size:.875rem}.product-info__share-label{width:100%}.product-info__share-buttons{width:100%;flex-wrap:wrap}.product-info__share-button{flex:1 1 calc(50% - .25rem);min-width:0;justify-content:center}}.search-page{padding:2rem 0;font-family:var(--font-body--family)}.search-page__results{margin-top:2rem}.search-page__results-count{font-size:1.125rem;color:#3d78bf;margin-bottom:2rem}.search-page__products{display:grid;gap:.9rem;margin-bottom:3rem}.catalog-products--cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-products--cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-products--cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.search-page__pagination{display:flex;justify-content:center;margin-top:3rem;grid-column:1 / -1;gap:.75rem}.search-page__pagination .page,.search-page__pagination .next,.search-page__pagination .prev{display:inline-flex;align-items:center;justify-content:center;min-width:2.25rem;height:2.25rem;padding:0 .75rem;border-radius:999px;font-weight:600;color:var(--color-betz-blue, #00539F);text-decoration:none}.search-page__pagination a{color:inherit;text-decoration:none}.search-page__pagination .current{background:#00539f1f}.catalog-product{position:relative;display:flex;flex-direction:column;background:transparent;width:100%;max-width:none;height:auto;margin:0;padding:0;border-radius:0;border:none;overflow:visible;box-shadow:none;transition:none;justify-self:center}.catalog-product:hover{transform:none;box-shadow:none}.catalog-product__link{text-decoration:none;color:inherit;display:flex;flex-direction:column;flex:0 0 auto;min-height:0;gap:.55rem}.catalog-product:hover .catalog-product__link:before{content:none}.catalog-product__media{position:relative;width:100%;flex:0 0 auto;aspect-ratio:4 / 5;height:auto;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#f4f8fd,#e9f2fb);border:1px solid #d9e7f5;box-shadow:inset 0 1px #fffffff2;border-radius:.35rem;overflow:hidden;transition:none}.catalog-product:hover .catalog-product__media{background:linear-gradient(180deg,#f4f8fd,#e9f2fb)}.catalog-product__image{position:relative;z-index:1;width:100%;height:100%;max-width:none;max-height:none;object-fit:contain;object-position:center;padding:.5rem;transform:scale(1);transform-origin:center center;display:block;transition:transform .45s cubic-bezier(.22,.61,.36,1)}.catalog-product__reflection,.catalog-product__image--reflection{display:none}.catalog-product:hover .catalog-product__image{transform:scale(1.1)}.catalog-product:hover .catalog-product__media .catalog-product__image{object-fit:contain}.catalog-product__image--fallback{object-fit:contain;object-position:center center}.catalog-product__content{flex:1 1 auto;height:auto;padding:.8rem .35rem 0;display:flex;flex-direction:column;gap:.3rem}.catalog-product__title{margin:0;color:#111827;font-size:.94rem;line-height:1.28;font-weight:400;text-transform:none;letter-spacing:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.catalog-product__meta{min-height:1.8rem;margin-top:.2rem;display:flex;align-items:flex-end}.catalog-product__price{margin:0;color:#111827;font-size:1.2rem;font-weight:700;letter-spacing:0}.catalog-product__actions{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:0;flex:0 0 auto;min-height:0;height:auto;padding:0;margin-top:.35rem;flex-shrink:0;background:transparent;border-top:none}.catalog-products:not(.catalog-products--list) .catalog-product{min-height:0}.catalog-products:not(.catalog-products--list) .catalog-product__link{flex:1 1 auto;min-height:0;display:grid;grid-template-rows:auto 1fr}.catalog-products:not(.catalog-products--list) .catalog-product__content{min-height:0;max-height:none;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-start}.catalog-products:not(.catalog-products--list) .catalog-product__actions{min-height:3.2rem;margin-top:.3rem;display:flex;align-items:flex-end}.catalog-products:not(.catalog-products--list) .catalog-product__btn{min-height:3.2rem}.catalog-product__swatches{display:flex;align-items:center;gap:.32rem;margin:0 0 .2rem;padding:0;list-style:none;min-height:1.5rem;flex-wrap:nowrap;overflow:hidden}.catalog-product__swatch-item{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.catalog-product__swatch{--swatch-color: #e5e7eb;--swatch-image: none;width:1.65rem;height:1.65rem;border-radius:50%;border:1px solid #c9ccd1;background-color:var(--swatch-color);background-image:var(--swatch-image);background-size:cover;background-position:center;background-repeat:no-repeat;box-shadow:inset 0 0 0 1px #ffffffbf}.catalog-product__swatch-more{display:inline-flex;align-items:center;color:#4b5563;font-size:1rem;line-height:1;margin-left:.15rem;white-space:nowrap}.catalog-product__form{margin:0;width:auto;display:flex;justify-content:center}.catalog-product__btn{display:inline-flex;align-items:center;justify-content:center;width:auto;min-width:9rem;min-height:2.2rem;padding:.5rem 1.2rem;font-size:.82rem;font-weight:700;text-decoration:none;border-radius:999px;border:1px solid transparent;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease;text-transform:none;letter-spacing:.01em;font-family:var(--font-body--family)}.catalog-product__btn--add{background:#f7c948;color:#0f2547;box-shadow:0 6px 16px #f7c9482e;border-color:#e0af23}.catalog-product__btn--add:hover{background:#f4c23b;transform:translateY(-1px);box-shadow:0 10px 18px #f7c9483d}.catalog-product__btn--details{background:#edf4fb;color:#0b58b1;border-color:#bfd4ea;box-shadow:none}.catalog-product__btn--details:hover{background:#edf4fb;transform:none;box-shadow:none}.catalog-product__sold-out-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;align-items:center;justify-content:center;background:#00000080;pointer-events:none}.catalog-product__sold-out-label{font-size:1.25rem;font-weight:300;color:#fff;text-transform:uppercase;letter-spacing:.08em;text-shadow:0 1px 3px rgba(0,0,0,.5)}.catalog-product__discount-badge{position:absolute;top:.55rem;left:.55rem;z-index:2;display:inline-flex;align-items:center;justify-content:center;min-height:1.55rem;padding:.15rem .5rem;border-radius:999px;background:#fef2f2;color:#dc2626;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;box-shadow:0 1px 3px #00000014}.catalog-product__price-sale{color:#111827;font-weight:800}.catalog-product__price-compare{margin-left:.4rem;color:#64748b;font-size:.875rem;font-weight:500;text-decoration:line-through}.catalog-quote-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:1rem}.catalog-quote-modal[hidden]{display:none}.catalog-quote-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a8c}.catalog-quote-modal__dialog{position:relative;z-index:1;width:min(100%,30rem);border-radius:.9rem;border:1px solid #d6e3f0;background:#fff;padding:1.25rem;box-shadow:0 24px 60px #0f172a42}.catalog-quote-modal__close{position:absolute;top:.45rem;right:.45rem;width:2rem;height:2rem;border:0;border-radius:999px;background:transparent;color:#1f2a37;font-size:1.35rem;cursor:pointer;line-height:1}.catalog-quote-modal__title{margin:0 0 .5rem;color:#0f2547;font-size:1.2rem}.catalog-quote-modal__text{margin:0 0 .55rem;color:#334155;font-size:.95rem}.catalog-quote-modal__product{margin:0 0 .8rem;color:#0b58b1;font-weight:700;font-size:.95rem}.catalog-quote-modal__phone{margin:.85rem 0 0;border-radius:.75rem;background:#edf4fb;padding:.75rem .85rem;color:#0f2547;font-size:.95rem;font-weight:700}.catalog-quote-modal__phone-link{color:#0b58b1;text-decoration:none}.catalog-quote-modal__phone-link:hover{text-decoration:underline}.catalog-quote-modal__form{display:grid;gap:.6rem}.catalog-quote-modal__label{color:#0f2547;font-size:.86rem;font-weight:700}.catalog-quote-modal__input{width:100%;min-height:2.7rem;border:1px solid #c7d6e8;border-radius:.75rem;padding:.65rem .8rem;font-size:.95rem;color:#0f2547}.catalog-quote-modal__submit{min-height:2.6rem;border:1px solid #e0af23;border-radius:999px;background:#f7c948;color:#0f2547;font-size:.9rem;font-weight:700;cursor:pointer}.catalog-quote-modal__transport{width:0;height:0;border:0;position:absolute;left:-9999px;top:-9999px;opacity:0;pointer-events:none}.catalog-quote-alert{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1300;min-width:13rem;max-width:min(90vw,22rem);border:1px solid #86efac;border-radius:.65rem;background:#d4e8f7;color:#000;font-size:.9rem;font-weight:600;line-height:1.35;padding:.7rem .9rem;box-shadow:0 12px 30px #0f172a2e}.catalog-quote-alert[hidden]{display:none}body.catalog-quote-modal-open{overflow:hidden}.search-page__empty{text-align:center;padding:4rem 1rem}.search-page__empty-message{font-size:1.25rem;color:var(--color-foreground-secondary, #666);margin-bottom:2rem}.search-page__empty-button{display:inline-block;padding:1rem 2rem;background-color:var(--color-betz-blue);color:var(--color-background, #fff);text-decoration:none;font-weight:600;text-transform:uppercase;letter-spacing:.05em;transition:background-color .3s ease;border-radius:4px}.search-page__empty-button:hover{background-color:var(--color-accent-hover, var(--color-pacific-blue))}.search-page__initial{text-align:center;padding:4rem 1rem}.search-page__initial-message{font-size:1.125rem;color:var(--color-foreground-secondary, #666)}@media(max-width:989px){.catalog-products--cols-3,.catalog-products--cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:749px){.catalog-products--cols-2,.catalog-products--cols-3,.catalog-products--cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-product{border-radius:.8rem;border:1px solid #d8e4f2;background:#fff;box-shadow:0 6px 16px #0f172a0f;min-width:0;overflow:hidden}.catalog-products:not(.catalog-products--list) .catalog-product__content{min-height:0;max-height:none;align-items:center;text-align:center;padding:.7rem .55rem 0;gap:.25rem}.catalog-products:not(.catalog-products--list) .catalog-product__meta{min-height:1.6rem;justify-content:center;text-align:center}.catalog-products:not(.catalog-products--list) .catalog-product__actions{min-height:2.5rem;margin-top:.5rem;justify-content:center;padding:0 .55rem .85rem}.catalog-products:not(.catalog-products--list) .catalog-product__btn{min-height:2.5rem;min-width:8rem}.catalog-product__link{display:flex;flex-direction:column}.catalog-product__media{width:100%;aspect-ratio:4 / 5;flex-shrink:0;position:relative;overflow:hidden;margin:.45rem .45rem 0;width:calc(100% - .9rem);border-radius:.45rem;background:linear-gradient(180deg,#edf6ff,#e1eefb);border:1px solid #d6e3f0}.catalog-product__image{position:relative;inset:auto;width:100%;height:100%;object-fit:contain;object-position:center center;display:block;padding:.45rem}.catalog-product__content{padding:.7rem .55rem 0;min-width:0;overflow:hidden;gap:.22rem;align-items:center;text-align:center}.catalog-product__meta{display:flex;justify-content:center;align-items:center;text-align:center;margin-top:.15rem;padding-top:0}.catalog-product__title{font-size:.98rem;line-height:1.22;margin-bottom:0;font-family:var(--font-heading--family);font-weight:700;-webkit-line-clamp:2;word-break:break-word;overflow:hidden}.catalog-product__price{font-size:1.05rem;margin-top:0;font-weight:700}.catalog-product__swatches{display:none}.catalog-product__actions{padding:0 .55rem .85rem;gap:.18rem;min-width:0;justify-content:center}.catalog-product__btn{min-width:8rem;min-height:2.1rem;padding:.45rem 1rem;font-size:.88rem}}@media(max-width:479px){.catalog-products--cols-2,.catalog-products--cols-3,.catalog-products--cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-product__btn{min-width:7rem}}.testimonials{padding:var(--spacing-4xl) 0;background:transparent}.testimonials__container{max-width:var(--page-width, 90rem);margin:0 auto;padding:0 var(--page-margin, 20px)}.testimonials__header{text-align:center;margin-bottom:var(--spacing-2xl)}.testimonials__heading{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;letter-spacing:-.02em;margin:0 0 .5rem;color:var(--color-foreground)}.testimonials__subheading{margin:0;font-size:1.0625rem;color:var(--color-foreground-secondary)}.testimonials__grid{display:grid;gap:1.25rem}.testimonials__grid--1{grid-template-columns:1fr}.testimonials__grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.testimonials__grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.testimonial{margin:0;padding:1.75rem 1.5rem;border-radius:16px;background-color:var(--color-background);border:1px solid rgba(0,0,0,.06);box-shadow:var(--shadow-sm);position:relative;overflow:hidden}.testimonial:before{content:"";position:absolute;top:-30%;right:-30%;bottom:-30%;left:-30%;background:radial-gradient(circle at 30% 20%,rgba(0,149,218,.1),transparent 60%);transform:rotate(8deg);pointer-events:none}.testimonial__quote{position:relative;font-size:1.05rem;line-height:1.7;color:var(--color-foreground);margin:0 0 1.5rem}.testimonial__footer{position:relative;display:flex;gap:.875rem;align-items:center}.testimonial__avatar{width:44px;height:44px;border-radius:999px;overflow:hidden;flex:none;border:1px solid rgba(0,0,0,.08);box-shadow:var(--shadow-sm);background:var(--color-background-secondary)}.testimonial__avatar img{width:100%;height:100%;object-fit:cover}.testimonial__name{margin:0;font-weight:700;color:var(--color-foreground)}.testimonial__detail{margin:.125rem 0 0;font-size:.9375rem;color:var(--color-foreground-secondary)}@media(max-width:989px){.testimonials__grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:749px){.testimonials{padding:var(--spacing-3xl) 0}.testimonials__grid--2,.testimonials__grid--3{grid-template-columns:1fr}}.text-with-image{padding:var(--spacing-3xl) 0}.text-with-image--gray,.text-with-image--white{background-color:transparent}.text-with-image__container{max-width:var(--page-width, 90rem);margin:0 auto;padding:0 var(--page-margin, 20px);display:grid;grid-template-columns:1fr 1fr;gap:var(--spacing-2xl);align-items:center}.text-with-image__container.image-right{direction:ltr}.text-with-image__container.image-right .text-with-image__image-column{order:2}.text-with-image__image-wrapper{position:relative;padding-bottom:var(--aspect-ratio, 100%);border-radius:4px;overflow:hidden;box-shadow:var(--shadow-lg)}.text-with-image__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.text-with-image__image--placeholder{background-color:var(--color-background-secondary);opacity:.5}.text-with-image__text-column{display:flex;flex-direction:column}.text-with-image__text-column--left{align-items:flex-start;text-align:left}.text-with-image__text-column--center{align-items:center;text-align:center}.text-with-image__text-column--right{align-items:flex-end;text-align:right}.text-with-image__content{max-width:550px}.text-with-image__subheading{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;margin-bottom:1rem;color:var(--color-accent)}.text-with-image__heading{font-size:clamp(2rem,4vw,3.5rem);font-weight:700;line-height:1.1;margin:0 0 1.5rem;color:var(--color-foreground)}.text-with-image__description{font-size:1.125rem;line-height:1.6;margin-bottom:2.5rem;color:var(--color-foreground-secondary)}.text-with-image__button{display:inline-block;padding:1rem 2.5rem;background-color:var(--color-foreground);color:var(--color-background);text-decoration:none;font-size:.9375rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;transition:all var(--transition-base)}.text-with-image__button:hover{background-color:var(--color-accent-hover);transform:translateY(-2px);box-shadow:var(--shadow-md)}@media(max-width:749px){.text-with-image{padding:var(--spacing-2xl) 0}.text-with-image__container{grid-template-columns:1fr;gap:var(--spacing-2xl)}.text-with-image__container.image-right .text-with-image__image-column{order:0}.text-with-image__content{max-width:none}.text-with-image__heading{font-size:2rem}}.value-props{padding:3.5rem 0;background:transparent}.value-props__container{max-width:var(--page-width, 90rem);margin:0 auto;padding:0 var(--page-margin, 20px)}.value-props__header{text-align:center;margin-bottom:3rem}.value-props__heading{font-size:clamp(2rem,3.5vw,2.75rem);font-weight:800;letter-spacing:-.02em;margin:0 0 1rem;color:var(--color-foreground);line-height:1.2}.value-props__subheading{font-size:1.125rem;color:var(--color-foreground-secondary);line-height:1.6;max-width:700px;margin:0 auto}.value-props__grid{display:grid;gap:1.5rem;align-items:stretch}.value-props__grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.value-props__grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.value-props__grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.value-props__card{padding:2rem 1.5rem;border-radius:16px;background-color:var(--color-background);box-shadow:0 2px 8px #0000000f,0 1px 3px #0000000a;border:1px solid rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;height:100%}.value-props__card:hover{transform:translateY(-6px);box-shadow:0 8px 24px #0000001f,0 4px 8px #00000014}.value-props__icon{width:64px;height:64px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(135deg,#00539f1f,#0095da1a);color:var(--color-betz-blue, #00539F);margin:0 auto 1.5rem;flex-shrink:0;transition:transform .3s ease,background .3s ease}.value-props__card:hover .value-props__icon{transform:scale(1.05);background:linear-gradient(135deg,#00539f29,#0095da24)}.value-props__icon svg{width:32px;height:32px}.value-props__icon img{width:32px;height:32px;object-fit:contain}.value-props__title{margin:0 0 .75rem;font-size:1.25rem;font-weight:700;color:var(--color-foreground);text-align:center;line-height:1.3;flex-grow:0}.value-props__text{font-size:1rem;line-height:1.65;color:var(--color-foreground-secondary);text-align:center;flex-grow:1}.value-props__text p{margin:0}@media(max-width:989px){.value-props{padding:3rem 0}.value-props__header{margin-bottom:2.5rem}.value-props__grid{gap:1.25rem}.value-props__grid--4,.value-props__grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:749px){.value-props{padding:2.5rem 0}.value-props__header{margin-bottom:2rem}.value-props__heading{font-size:clamp(1.75rem,4vw,2.25rem);margin-bottom:.875rem}.value-props__subheading{font-size:1.0625rem}.value-props__grid{gap:1.25rem}.value-props__grid--2,.value-props__grid--3,.value-props__grid--4{grid-template-columns:1fr}.value-props__card{padding:1.75rem 1.25rem}.value-props__icon{width:56px;height:56px;margin-bottom:1.25rem}.value-props__icon svg{width:28px;height:28px}.value-props__icon img{width:28px;height:28px}}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.app-proxy-request{position:relative}.app-proxy-request__loading,.app-proxy-request__error,.app-proxy-request__success{padding:var(--spacing-md, 1.5rem);border-radius:6px;margin:var(--spacing-sm, 1rem) 0}.app-proxy-request__loading{background-color:#0095da1a;color:var(--color-pacific-blue, #0095DA);text-align:center}.app-proxy-request__error{background-color:#dc26261a;color:#dc2626;border:1px solid rgba(220,38,38,.2)}.app-proxy-request__success{background-color:#22c55e1a;color:#22c55e;border:1px solid rgba(34,197,94,.2)}.cart-drawer{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;pointer-events:none}.cart-drawer[open]{pointer-events:auto}.cart-drawer__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;opacity:0;transition:opacity .3s ease}.cart-drawer[open] .cart-drawer__overlay{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;width:100%;max-width:420px;height:100%;box-sizing:border-box;background-color:var(--color-background, #fff);box-shadow:-2px 0 10px #0000001a;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column;overflow-x:hidden}.cart-drawer[open] .cart-drawer__panel{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--color-border, #e5e5e5)}.cart-drawer__title{font-size:1.25rem;font-weight:600;margin:0}.cart-drawer__close{background:none;border:none;padding:.5rem;cursor:pointer;color:var(--color-foreground, #333);display:flex;align-items:center;justify-content:center}.cart-drawer__content{flex:1;overflow-y:auto;overflow-x:hidden;padding:1.5rem}.cart-drawer__footer{padding:1.5rem;border-top:1px solid var(--color-border, #e5e5e5);display:flex;flex-direction:column;gap:1rem}.cart-drawer__footer--hidden{display:none}.cart-item{transition:opacity .3s ease,transform .3s ease}.cart-item--removing{opacity:0;transform:translate(-20px)}.cart-drawer__error{padding:1rem;background:#fee;color:#c33;border-radius:4px;margin-bottom:1rem}[data-cart-count]{display:inline-block}[data-cart-count].cart-count--hidden{display:none}.cart-drawer__summary{display:flex;flex-direction:column;gap:.5rem}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-size:1.125rem;font-weight:600}.cart-drawer__tax,.cart-drawer__total{display:flex;justify-content:space-between;align-items:center}.cart-drawer__tax{font-size:.9375rem;color:var(--color-foreground-secondary, #666)}.cart-drawer__total{padding-top:.65rem;border-top:1px solid var(--color-border, #e5e5e5);font-size:1rem;font-weight:700;color:var(--color-betz-blue, #00539F)}.cart-drawer__shipping{font-size:.875rem;color:var(--color-foreground-secondary, #666);margin:0}.cart-drawer__discount{display:flex;justify-content:space-between;font-size:.8125rem;font-weight:600;color:#0b4a80;background:#00539f14;border:1px solid rgba(0,83,159,.15);border-radius:8px;padding:.45rem .55rem}.cart-drawer__view-cart,.cart-drawer__checkout{width:100%;padding:1rem;text-align:center;text-decoration:none;font-size:.9375rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border:none;cursor:pointer;transition:background-color .3s ease}.cart-drawer__view-cart{background-color:transparent;color:var(--color-foreground, #333);border:2px solid var(--color-foreground, #333)}.cart-drawer__view-cart:hover{background-color:var(--color-betz-blue);color:var(--color-background, #fff)}.cart-drawer__checkout{background-color:var(--color-foreground, #333);color:var(--color-background, #fff)}.cart-drawer__checkout:hover{background-color:var(--color-accent-hover, var(--color-pacific-blue))}.cart-drawer__empty{text-align:center;padding:3rem 1rem}.cart-drawer__empty p{font-size:1.125rem;margin-bottom:1.5rem;color:var(--color-foreground-secondary, #666)}.cart-drawer .cart-item__controls{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.5rem;width:100%}.cart-drawer .cart-item__quantity-form{flex:initial;width:100%;min-width:0}.cart-drawer .cart-item__remove{flex:initial;width:2.15rem;height:2.15rem;margin-left:0;border:1px solid rgba(0,83,159,.14);border-radius:999px;color:#5b7ead}.cart-drawer .cart-item__remove:hover{color:#ef4444;background-color:#ef44441a;border-color:#ef444438}.cart-drawer__continue{display:inline-block;padding:.875rem 2rem;background-color:var(--color-foreground, #333);color:var(--color-background, #fff);text-decoration:none;font-weight:600;text-transform:uppercase;letter-spacing:.05em;transition:background-color .3s ease}.cart-drawer__continue:hover{background-color:var(--color-accent-hover, var(--color-pacific-blue))}@media(max-width:749px){.cart-drawer__panel{max-width:100%}.cart-drawer__header,.cart-drawer__content,.cart-drawer__footer{padding:1rem}.cart-drawer__close{padding:.375rem}.cart-drawer .cart-item{gap:.75rem;padding:.875rem}.cart-drawer .cart-item__image{width:72px;height:72px}.cart-drawer .cart-item__title{font-size:.875rem;line-height:1.35}.cart-drawer .cart-item__price{flex-wrap:wrap;gap:.35rem .5rem;font-size:.9375rem}.cart-drawer .cart-item__quantity-btn{flex:1 1 0;padding:.5625rem .4rem}.cart-drawer .cart-item__quantity-input{flex:0 0 2.25rem;width:2.25rem;padding:.45rem .2rem}.cart-drawer .cart-item__remove{width:2rem;height:2rem}.cart-drawer__subtotal,.cart-drawer__discount,.cart-drawer__tax,.cart-drawer__total{gap:.75rem;align-items:flex-start}}@media(max-width:379px){.cart-drawer__header,.cart-drawer__content,.cart-drawer__footer{padding:.875rem}.cart-drawer .cart-item{display:grid;grid-template-columns:64px minmax(0,1fr);gap:.625rem;padding:.75rem}.cart-drawer .cart-item__image{width:64px;height:64px}.cart-drawer .cart-item__controls{gap:.4rem}.cart-drawer .cart-item__quantity-btn{padding:.5rem .35rem}.cart-drawer .cart-item__quantity-input{flex-basis:2rem;width:2rem}.cart-drawer .cart-item__remove{width:1.875rem;height:1.875rem}}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:flex;align-items:flex-start;gap:1.5rem;padding:1.5rem;background-color:#fff;border-radius:16px;transition:all var(--transition-base);position:relative;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.cart-item:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-2px)}.cart-item__image{flex-shrink:0;width:120px;height:120px;border-radius:12px;overflow:hidden;background-color:#f8fafc;display:flex;align-items:center;justify-content:center;transition:transform var(--transition-base);position:relative}.cart-item__image:hover{transform:scale(1.02)}.cart-item__image img,.cart-item__image svg{width:100%;height:100%;object-fit:cover}.cart-item__img{border-radius:8px}.cart-item__placeholder{width:100%;height:100%;background-color:#f1f5f9;display:flex;align-items:center;justify-content:center;color:#94a3b8}.cart-item__content{flex:1;display:flex;flex-direction:column;gap:1rem;min-width:0}.cart-item__info{flex:1;display:flex;flex-direction:column;gap:.375rem}.cart-item__title{font-size:1.0625rem;font-weight:600;line-height:1.4;margin:0;letter-spacing:-.01em}.cart-item__title a{color:var(--color-foreground, #1a1a2e);text-decoration:none;transition:color var(--transition-base)}.cart-item__title a:hover{color:var(--color-accent, #00539F)}.cart-item__variant{font-size:.8125rem;color:var(--color-foreground-secondary, #64748b);margin:0;font-weight:500}.cart-item__price{display:flex;align-items:baseline;gap:.5rem;font-size:1.125rem;font-weight:700;color:var(--color-foreground, #1a1a2e);margin-top:.25rem}.cart-item__price--regular{color:var(--color-foreground, #1a1a2e)}.cart-item__price--sale{color:#b91c1c}.cart-item__price--compare{font-size:.9375rem;color:var(--color-foreground-secondary, #94a3b8);text-decoration:line-through;font-weight:400}.cart-item__discount-note{margin:.2rem 0 0;color:#b91c1c;font-size:.8rem;font-weight:600}.cart-item__controls{display:flex;align-items:center;gap:1rem;margin-top:auto;padding-top:1rem;border-top:1px solid rgba(0,0,0,.06)}.cart-item__quantity-form{display:flex;align-items:center;flex:0 0 auto;min-width:8.5rem;border:1px solid rgba(0,0,0,.1);border-radius:10px;overflow:hidden;background-color:#f8fafc;transition:border-color .14s ease,background-color .14s ease,box-shadow .14s ease}.cart-item__quantity-form:hover{border-color:var(--color-accent, #00539F);background-color:#fff}.cart-item__quantity-form--pending{border-color:#00539f4d;background-color:#fff;box-shadow:0 0 0 2px #00539f14}.cart-item__quantity-btn{background:transparent;border:none;padding:.625rem .875rem;cursor:pointer;color:var(--color-foreground-secondary, #64748b);display:flex;align-items:center;justify-content:center;transition:background-color .12s ease,color .12s ease,opacity .12s ease;flex-shrink:0;font-weight:600}.cart-item__quantity-btn:hover{background-color:#00539f1a;color:var(--color-accent, #00539F)}.cart-item__quantity-btn:active{background-color:#00539f26}.cart-item__quantity-btn:disabled{opacity:.72;cursor:wait}.cart-item__quantity-input{width:3rem;text-align:center;font-size:.9375rem;font-weight:600;padding:.5rem .25rem;border:none;border-left:1px solid rgba(0,0,0,.08);border-right:1px solid rgba(0,0,0,.08);background:transparent;color:var(--color-foreground, #1a1a2e);-moz-appearance:textfield;pointer-events:none}.cart-item__quantity-input::-webkit-outer-spin-button,.cart-item__quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-item__remove{padding:.625rem;color:var(--color-foreground-secondary, #94a3b8);transition:all var(--transition-base);background:transparent;border:1px solid transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:8px;margin-left:auto}.cart-item__remove:hover{color:#ef4444;background-color:#ef44441a;border-color:#ef444433}.cart-item__remove:active{transform:scale(.95)}@media(max-width:749px){.cart-item{gap:1rem;padding:1rem}.cart-item__image{width:90px;height:90px}.cart-item__title{font-size:.9375rem}.cart-item__price{font-size:1rem}.cart-item__controls{flex-wrap:wrap;width:100%;justify-content:space-between;gap:.75rem}.cart-item__quantity-form{flex:0 0 auto;min-width:8.5rem;justify-content:center}.cart-item__remove{margin-left:0}}@media(max-width:479px){.cart-item{gap:.75rem;padding:.875rem;align-items:flex-start}.cart-item__image{width:72px;height:72px}.cart-item__controls{align-items:stretch}.cart-item__quantity-form{width:100%;min-width:0;justify-content:space-between}.cart-item__quantity-btn{flex:1 1 0;padding:.625rem .5rem}.cart-item__quantity-input{flex:0 0 2.5rem;width:2.5rem}.cart-item__remove{align-self:flex-end}}.cart-empty{text-align:center;padding:3rem 1rem}.cart-empty__message{font-size:1rem;margin-bottom:1.5rem;color:var(--color-foreground-secondary, #64748b)}.cart-empty__continue{display:inline-block;padding:.875rem 2rem;background:linear-gradient(135deg,var(--color-accent, #00539F) 0%,var(--color-accent-hover, #0077cc) 100%);color:#fff;text-decoration:none;font-weight:600;font-size:.875rem;border-radius:10px;transition:all var(--transition-base);box-shadow:0 4px 14px #00539f4d}.cart-empty__continue:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00539f66}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}.product-card{position:relative;display:flex;flex-direction:column;height:100%;background-color:#fff;border-radius:18px;overflow:hidden;box-shadow:0 2px 8px #0000000a;transition:all .5s cubic-bezier(.25,.46,.45,.94);border:1px solid rgba(0,0,0,.04)}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a,0 2px 8px #00000014;border-color:#00000014}.product-card__link{text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%}.product-card__image-wrapper{position:relative;overflow:hidden;background:#fff;padding-bottom:var(--aspect-ratio);border-radius:0}.product-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__image--fallback{object-fit:cover}.product-card:hover .product-card__image--fallback{transform:none}.product-card__fallback-label{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:1rem;pointer-events:none;z-index:1}.product-card__fallback-name{max-width:min(72%,14rem);color:#14151b;font-size:clamp(.95rem,2.2vw,1.2rem);font-weight:600;line-height:1.25;text-align:center;text-shadow:0 1px 2px rgba(255,255,255,.75);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;text-wrap:balance}.product-card__image--placeholder{width:100%;height:100%;opacity:.1}.product-card__badges{position:absolute;top:1rem;left:1rem;display:flex;flex-direction:column;gap:.375rem;z-index:2}.product-card__badge{padding:.375rem .625rem;font-size:.6875rem;font-weight:500;text-transform:uppercase;letter-spacing:.02em;border-radius:4px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.product-card__badge--sale{background-color:#ff3b30f2;color:#fff}.product-card__badge--discount-ten{background-color:#fef2f2;color:#dc2626;font-weight:700}.product-card__badge--sold-out{background-color:#1d1d1ff2;color:#f5f5f7}.product-card__quick-add-container{position:absolute;bottom:0;left:0;width:100%;padding:1rem;transform:translateY(101%);transition:transform .4s cubic-bezier(.25,.46,.45,.94);background:linear-gradient(to top,rgba(0,0,0,.5),transparent);z-index:3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.product-card:hover .product-card__quick-add-container{transform:translateY(0)}.product-card__quick-add-btn{width:100%;padding:.75rem 1.25rem;background:#0071e3;color:#fff;border:none;font-size:.875rem;font-weight:400;letter-spacing:-.01em;cursor:pointer;border-radius:980px;transition:all .3s cubic-bezier(.25,.46,.45,.94);font-family:var(--font-body--family)}.product-card__quick-add-btn:hover{background:#0077ed;transform:scale(1.02)}.product-card__quick-add-btn:active{transform:scale(.98)}.product-card__quick-add-btn--link{display:block;text-align:center;text-decoration:none}.product-card__info{padding:1.5rem 1.25rem 1.75rem;display:flex;flex-direction:column;gap:.375rem;flex:1;position:relative;z-index:2;background-color:#fff}.product-card__vendor{font-size:.6875rem;color:#6e6e73;text-transform:uppercase;letter-spacing:.08em;margin:0;font-weight:500}.product-card__title{font-size:1.0625rem;font-weight:600;line-height:1.3;margin:0;color:#1d1d1f;transition:color .3s ease;letter-spacing:-.01em;font-family:var(--font-heading--family)}.product-card:hover .product-card__title{color:#0071e3}.product-card__price{display:flex;align-items:baseline;gap:.5rem;margin-top:.5rem}.product-card__price--regular,.product-card__price--sale{font-size:1rem;font-weight:400;color:#1d1d1f;font-family:var(--font-heading--family);letter-spacing:-.01em}.product-card__price--sale{color:#1d1d1f;font-weight:500}.product-card__price--compare{font-size:.875rem;color:#86868b;text-decoration:line-through;font-weight:400}.product-card__discount{display:inline-block;padding:.25rem .5rem;background:#1d1d1f;color:#f5f5f7;font-size:.6875rem;font-weight:500;border-radius:4px;letter-spacing:.02em;margin-left:.25rem}.product-card__rating{min-height:1.25rem;margin:.125rem 0 .25rem}.product-card__rating .jdgm-widget{width:auto!important}.product-card__rating .jdgm-star{color:#f5a623!important}.product-card__review-fallback{display:inline-flex;align-items:center;gap:.35rem;color:#86868b;font-size:.75rem;font-weight:400;letter-spacing:-.01em}.product-card__review-fallback-stars{color:#d2d2d7;font-size:.875rem;line-height:1;letter-spacing:.06em}.product-card__review-count{font-size:.75rem;color:#86868b;font-weight:400;letter-spacing:-.01em}.product-card__description{font-size:.875rem;line-height:1.47;color:#6e6e73;margin:.25rem 0 .5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;letter-spacing:-.01em;font-family:var(--font-body--family)}.product-card__tags{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.625rem}.product-card__tag{display:inline-block;padding:.25rem .5rem;background:#f5f5f7;color:#1d1d1f;font-size:.6875rem;font-weight:400;border-radius:4px;text-transform:capitalize;letter-spacing:-.01em;transition:all .3s ease}.product-card__tag:hover{background:#e8e8ed}@media(max-width:749px){.product-card{border:1px solid #d8e4f2;border-radius:.8rem;background:#fff;box-shadow:0 6px 16px #0f172a0f;overflow:hidden}.product-card__image-wrapper{margin:.45rem .45rem 0;border-radius:.45rem;background:linear-gradient(180deg,#edf6ff,#e1eefb);border:1px solid #d6e3f0}.product-card__badges{top:.95rem;left:.95rem}.product-card__badge--discount-ten{background-color:#fff1f2;color:#ef4444}.product-card__quick-add-container{position:static;transform:none;padding:0 .75rem .85rem;background:none}.product-card__quick-add-btn{min-height:2.75rem;box-shadow:0 6px 16px #f7c9482e;border:1px solid #e0af23;background:#f7c948;color:#0f2547}.product-card__info{padding:.75rem .65rem .2rem;text-align:center;align-items:center}.product-card__vendor,.product-card__rating,.product-card__description,.product-card__tags{display:none}.product-card__title{font-size:.98rem;line-height:1.22;font-family:var(--font-heading--family);font-weight:700}.product-card__price{justify-content:center}.product-card__price--regular,.product-card__price--sale{font-size:1.05rem}}@media(max-width:479px){.product-card__badge{padding:.28rem .5rem;font-size:.66rem}.product-card__title{font-size:.9rem}.product-card__price--regular,.product-card__price--sale{font-size:.96rem}.product-card__price--compare{font-size:.82rem}.product-card__quick-add-btn{min-height:2.45rem;font-size:.82rem}}.toast-container{position:fixed;top:calc(5.5rem + var(--spacing-md, 1.5rem));right:var(--page-margin, 20px);z-index:10000;display:flex;flex-direction:column;gap:var(--spacing-sm, 1rem);pointer-events:none}.toast{display:flex;align-items:center;gap:var(--spacing-sm, 1rem);padding:1rem 1.5rem;background-color:var(--color-background, #ffffff);border:1px solid var(--color-light-gray, #DBDDDD);border-radius:10px;box-shadow:0 4px 16px #00539f26;min-width:300px;max-width:400px;pointer-events:auto;animation:toastSlideIn .3s ease-out;transition:opacity .3s ease,transform .3s ease}.toast--error{border-left:4px solid #dc3545}.toast--success{border-left:4px solid #28a745}.toast__icon{flex-shrink:0;width:20px;height:20px}.toast__icon--error{color:#dc3545}.toast__icon--success{color:#28a745}.toast__message{flex:1;font-size:.9375rem;color:var(--color-resolution-blue, #283A87);margin:0;line-height:1.5}.toast__close{flex-shrink:0;background:none;border:none;padding:0;cursor:pointer;color:var(--color-resolution-blue, #283A87);opacity:.6;transition:opacity var(--transition-base);width:20px;height:20px;display:flex;align-items:center;justify-content:center}.toast__close:hover{opacity:1}.toast__close svg{width:16px;height:16px}.toast--closing{opacity:0;transform:translate(100%)}@keyframes toastSlideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@media(max-width:749px){.toast-container{right:var(--page-margin, 16px);left:var(--page-margin, 16px);top:calc(5.5rem + var(--spacing-sm, 1rem))}.toast{min-width:auto;max-width:none;width:100%}}
/*# sourceMappingURL=/cdn/shop/t/5/compiled_assets/styles.css.map */
