.accio-hero{position:relative;isolation:isolate;min-height:min(78vh,760px);overflow:hidden;background:#0f1e1a;color:#fff;--hero-transition: .7s cubic-bezier(.4, 0, .2, 1)}.accio-hero__track{position:relative;width:100%;height:100%;min-height:inherit}.accio-hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;min-height:min(78vh,760px);opacity:0;visibility:hidden;transition:opacity var(--hero-transition),visibility var(--hero-transition);z-index:0}.accio-hero__slide.is-active{opacity:1;visibility:visible;z-index:1;position:relative}.accio-hero__bg,.accio-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.accio-hero__bg{z-index:0}.accio-hero__bg-img{width:100%;height:100%;object-fit:cover;object-position:center right;display:block}.accio-hero__bg-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#0f2820,#1a3e32,#0d1f1a)}.accio-hero__overlay{z-index:1;background:linear-gradient(90deg,#0a1612f5,#0a1612d1 40%,#0a161247 72%,#0a16120a);pointer-events:none}.accio-hero__inner{position:relative;z-index:2;width:100%;max-width:var(--page-width, 1280px);margin-inline:auto;padding-inline:clamp(1.25rem,5vw,4rem);padding-block:5rem;box-sizing:border-box}.accio-hero__content{max-width:560px}.accio-hero__eyebrow{margin-bottom:1rem;color:#8ed4ce;font-size:.78rem;font-weight:750;letter-spacing:.1em;text-transform:uppercase}.accio-hero__heading{margin:0 0 1.15rem;color:#fff;font-size:clamp(2.2rem,5.5vw,4.2rem);font-weight:720;line-height:1.1;letter-spacing:-.01em;max-width:14ch}.accio-hero__subheading{margin:0 0 .5rem;color:#ffffffd1;font-size:1.08rem;max-width:38rem}.accio-hero__actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:2rem}.accio-hero__controls{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:10;display:flex;align-items:center;gap:.75rem}.accio-hero__dots{display:flex;gap:.5rem;align-items:center}.accio-hero__dot{width:8px;height:8px;border-radius:50%;background:#ffffff73;border:none;padding:0;cursor:pointer;transition:background .25s ease,transform .25s ease;flex-shrink:0}.accio-hero__dot.is-active{background:#fff;transform:scale(1.35)}.accio-hero__ctrl{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:50%;background:#ffffff24;border:1px solid rgba(255,255,255,.28);color:#fff;cursor:pointer;transition:background .2s ease;flex-shrink:0;padding:0}.accio-hero__ctrl:hover{background:#ffffff47}.accio-hero__progress{position:absolute;bottom:0;left:0;right:0;height:3px;background:#ffffff26;z-index:10;overflow:hidden}.accio-hero__progress-bar{height:100%;width:0%;background:#8ed4ce;transition:width linear}.accio-hero__progress-bar.is-running{width:100%}@media(max-width:749px){.accio-hero,.accio-hero__slide{min-height:72vh;align-items:flex-end}.accio-hero__slide.is-active{align-items:flex-end}.accio-hero__overlay{background:linear-gradient(180deg,#0a161299,#0a1612f0 70%)}.accio-hero__inner{padding-block:3rem 5.5rem}.accio-hero__content{max-width:100%}.accio-hero__heading{font-size:clamp(1.85rem,7vw,2.8rem);max-width:100%}}.accio-grid{background:#f5f8f7}.accio-grid__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin:0;padding:0;list-style:none}.accio-grid__card{position:relative;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 2px 12px #12282a14;transition:box-shadow .25s ease,transform .25s ease}.accio-grid__card:hover{box-shadow:0 8px 28px #12282a29;transform:translateY(-3px)}.accio-grid__card-link{display:flex;flex-direction:column;text-decoration:none;color:inherit;height:100%}.accio-grid__card-media{position:relative;aspect-ratio:4 / 3;overflow:hidden;background:#d8e8e5}.accio-grid__card-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .4s ease}.accio-grid__card:hover .accio-grid__card-img{transform:scale(1.05)}.accio-grid__card-placeholder{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(135deg,#d4e8e4,#b8d8d4)}.accio-grid__card-index{font-size:3rem;font-weight:800;color:#1775654d;letter-spacing:-.02em}.accio-grid__card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 55%,rgba(10,22,18,.38) 100%);pointer-events:none}.accio-grid__card-body{display:flex;flex-direction:column;gap:.25rem;padding:1rem 1.15rem 1.15rem;flex:1}.accio-grid__card-label{font-size:.97rem;font-weight:720;color:#18282a;line-height:1.3}.accio-grid__card-sub{font-size:.8rem;color:#506064}@media(max-width:980px){.accio-grid__cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.accio-grid__cards{grid-template-columns:1fr 1fr;gap:.85rem}.accio-grid__card-body{padding:.75rem}.accio-grid__card-label{font-size:.88rem}}.accio-usp{background:#fff;border-top:1px solid #e4eceb;border-bottom:1px solid #e4eceb}.accio-usp__list{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1.25rem 1rem;margin:0;padding:0;list-style:none}.accio-usp__item{display:flex;align-items:center;gap:.75rem;flex:1 1 160px;min-width:0}.accio-usp__icon{flex-shrink:0;display:grid;place-items:center;width:2.75rem;height:2.75rem;border-radius:50%;background:#e6f4f2;color:var(--color-accent, #177565)}.accio-usp__text{display:flex;flex-direction:column;gap:.15rem;min-width:0}.accio-usp__title{font-size:.88rem;font-weight:750;color:#18282a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.accio-usp__desc{font-size:.78rem;color:#506064;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:749px){.accio-usp__list{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.accio-usp__item:last-child:nth-child(odd){grid-column:1 / -1}}.hero--carousel{position:relative;isolation:isolate;overflow:hidden}.hero__slides,.hero__shade{position:absolute;top:0;right:0;bottom:0;left:0}.hero__slides{z-index:0}.hero__shade{z-index:1;background:#08141094;pointer-events:none}.hero--carousel .hero__content{position:relative;z-index:2}.hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transition:opacity .7s ease,visibility .7s ease}.hero__slide.is-active{opacity:1;visibility:visible}.hero--carousel .hero__media{width:100%;height:100%;object-fit:cover;object-position:center}.hero__carousel-controls{position:absolute;right:28px;bottom:28px;z-index:2;display:flex;gap:8px}.hero__carousel-controls button{display:grid;width:44px;height:44px;padding:0;place-items:center;border:1px solid rgba(255,255,255,.68);border-radius:4px;background:#081410b8;color:#fff;font:inherit;font-size:28px;line-height:1;cursor:pointer}.hero__carousel-controls button:hover,.hero__carousel-controls button:focus-visible{border-color:#fff;background:#177565}.hero__carousel-controls button:focus-visible{outline:3px solid #ffffff;outline-offset:3px}@media(max-width:749px){.hero__carousel-controls{right:18px;bottom:18px}}@media(prefers-reduced-motion:reduce){.hero__slide{transition:none}}.cart-page{background:#f5f7f8}.cart-page h1{max-width:none;margin-bottom:2rem;color:#18282a;font-size:clamp(2.2rem,5vw,4rem)}.cart-form{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,360px);gap:clamp(2rem,5vw,4rem);align-items:start}.cart-items{display:grid;gap:1rem}.cart-item{display:grid;grid-template-columns:150px minmax(0,1fr) 150px;gap:1.25rem;align-items:center;padding:1rem;border:1px solid #dce4e2;border-radius:6px;background:#fff}.cart-item__media{display:grid;place-items:center;overflow:hidden;aspect-ratio:1 / 1;background:#f8faf9}.cart-item__media img{width:100%;height:100%;object-fit:contain}.cart-item h2{margin-bottom:.45rem;font-size:1.08rem}.cart-item h2 a{text-decoration:none}.cart-item__details p{margin-bottom:.4rem}.cart-item__price{color:#18282a;font-weight:750}.cart-item__remove{color:#6a7779;font-size:.84rem}.cart-item__quantity{display:grid;gap:.45rem}.cart-item__quantity label{font-size:.82rem;font-weight:700}.cart-item__quantity input{width:100%;min-height:2.8rem;padding:.6rem;border:1px solid #bfcdca;border-radius:4px}.cart-summary,.cart-empty{padding:1.5rem;border:1px solid #dce4e2;border-radius:6px;background:#fff}.cart-summary{position:sticky;top:6rem;display:grid;gap:1rem}.cart-summary h2,.cart-empty h2{margin-bottom:0;font-size:1.45rem}.cart-summary__row{display:flex;justify-content:space-between;gap:1rem;padding-block:1rem;border-block:1px solid #e1e7e5}.cart-summary p{margin:0;font-size:.86rem}.cart-update,.cart-checkout{width:100%;cursor:pointer}.cart-summary>a{text-align:center;color:var(--color-accent);font-weight:700}.cart-empty{max-width:42rem}@media(max-width:800px){.cart-form{grid-template-columns:1fr}.cart-summary{position:static}}@media(max-width:620px){.cart-item{grid-template-columns:100px minmax(0,1fr)}.cart-item__quantity{grid-column:1 / -1;grid-template-columns:1fr 1fr;align-items:end}}.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr))}.product-showcase{padding:72px 0;background:#f5f7f8}.product-showcase__header{max-width:720px;margin-bottom:32px}.product-showcase__header h2{margin:8px 0 12px}.product-showcase__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),360px));justify-content:start;gap:24px}.product-showcase__card{overflow:hidden;border:1px solid #dce2e5;border-radius:6px;background:#fff}.product-showcase__media{display:block;aspect-ratio:1 / 1;background:#fff}.product-showcase__media img{width:100%;height:100%;object-fit:contain}.product-showcase__content{padding:22px;border-top:1px solid #e5e9eb}.product-showcase__content h3{margin:0 0 10px;font-size:1.25rem}.product-showcase__content h3 a{color:inherit;text-decoration:none}.product-showcase__price{margin:0 0 4px;font-weight:700}.product-showcase__note{min-height:2.6em;margin:0 0 18px;color:#657477;font-size:.78rem}.product-showcase__empty{grid-column:1 / -1}@media(max-width:749px){.product-showcase{padding:48px 0}}.collection-gateway{width:100%;padding:72px 24px;background:#f4f6f5;color:#15251f}.collection-gateway__inner{width:min(1180px,100%);margin:0 auto}.collection-gateway__heading{margin-bottom:28px}.collection-gateway__eyebrow{margin:0 0 8px;color:#b85d35;font-size:13px;font-weight:700;line-height:1.4;text-transform:uppercase}.collection-gateway__heading h2{margin:0;color:#15251f;font-size:clamp(30px,4vw,48px);line-height:1.08;letter-spacing:0}.collection-gateway__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.collection-gateway__card{display:block;overflow:hidden;border:1px solid #d9dfdc;border-radius:4px;background:#fff;color:inherit;text-decoration:none;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.collection-gateway__card:hover{border-color:#177565;transform:translateY(-3px);box-shadow:0 12px 28px #15251f1f}.collection-gateway__card:focus-visible{outline:3px solid #177565;outline-offset:3px}.collection-gateway__media{aspect-ratio:4 / 3;overflow:hidden;background:#e8ecea}.collection-gateway__media img{width:100%;height:100%;object-fit:cover;transition:transform .24s ease}.collection-gateway__card:hover .collection-gateway__media img{transform:scale(1.025)}.collection-gateway__content{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding:20px}.collection-gateway__content h3{margin:0;color:#15251f;font-size:20px;line-height:1.25;letter-spacing:0}.collection-gateway__content span{flex:0 0 auto;color:#177565;font-size:14px;font-weight:700}@media(max-width:749px){.collection-gateway{padding:48px 18px}.collection-gateway__grid{grid-template-columns:1fr;gap:14px}.collection-gateway__content{padding:18px}}.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}.product-page{background:#f5f7f8}.product-breadcrumb{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;color:#657477;font-size:.86rem}.product-breadcrumb a{color:var(--color-accent);text-decoration:none}.product-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);gap:clamp(2rem,5vw,5rem);align-items:start}.product-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.product-gallery__item{display:grid;place-items:center;min-width:0;margin:0;overflow:hidden;aspect-ratio:1 / 1;border:1px solid #dce4e2;border-radius:6px;background:#fff}.product-gallery__item--primary{grid-column:1 / -1}.product-gallery__item img{width:100%;height:100%;object-fit:contain}.product-panel{position:sticky;top:6rem;padding:clamp(1.5rem,3vw,2.25rem);border:1px solid #dce4e2;border-radius:6px;background:#fff}.product-panel h1{max-width:none;margin-bottom:1rem;color:#18282a;font-size:clamp(2rem,4vw,3.2rem)}.product-reference-label{margin:0 0 .25rem;color:#657477;font-size:.78rem;font-weight:750;text-transform:uppercase}.product-price-row{display:flex;align-items:baseline;gap:.8rem;margin-bottom:.35rem}.product-price{color:#18282a;font-size:1.7rem;font-weight:780}.product-price-row s{color:#7a888a}.product-price-note{margin:0 0 1rem;color:#657477;font-size:.82rem;line-height:1.5}.product-tags{display:flex;flex-wrap:wrap;gap:.45rem;margin:0 0 1rem;padding:0;list-style:none}.product-tags li{padding:.35rem .6rem;border:1px solid #cbd8d6;border-radius:3px;color:#3f5355;font-size:.78rem;font-weight:700}.product-actions{display:grid;gap:.75rem;margin-top:1.25rem}.product-actions .button{width:100%;min-height:3rem}.product-qualification{margin-top:1.25rem;padding:1rem;border-left:3px solid var(--color-accent);background:#f2f8f6;color:#3f5355}.product-qualification strong{display:block;margin-bottom:.6rem;color:#18282a}.product-qualification ul{display:grid;gap:.4rem;margin:0;padding-left:1.1rem}.product-assurances{display:grid;gap:.55rem;margin:1.4rem 0 0;padding:1.1rem 0 0;border-top:1px solid #e1e7e5;list-style:none;color:#5c6d70;font-size:.84rem}.product-assurances li{position:relative;padding-left:1.25rem}.product-assurances li:before{content:"";position:absolute;top:.5rem;left:0;width:.5rem;height:.5rem;border:2px solid var(--color-accent);border-radius:50%}.product-accordions{margin-top:1.4rem}.product-accordions details{border-top:1px solid #dce4e2;padding-block:1rem}.product-accordions details:last-child{border-bottom:1px solid #dce4e2}.product-accordions summary{display:flex;justify-content:space-between;gap:1rem;cursor:pointer;font-weight:750;list-style:none}.product-accordions summary::-webkit-details-marker{display:none}.product-accordions summary:after{content:"+";color:var(--color-accent)}.product-accordions details[open] summary:after{content:"\2212"}.product-description,.product-support-copy{padding-top:1rem;color:#506064}.product-description p:last-child,.product-support-copy p:last-child{margin-bottom:0}.product-support-copy a{color:var(--color-accent);font-weight:700}@media(max-width:800px){.product-layout{grid-template-columns:1fr}.product-panel{position:static}}@media(max-width:560px){.product-gallery{grid-template-columns:1fr}.product-gallery__item--primary{grid-column:auto}.product-panel{padding:1.25rem}.product-panel h1{font-size:2rem}}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.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}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/6/compiled_assets/styles.css.map */
