.cart-page{padding-block:2.5rem 5rem;display:flex;flex-direction:column;gap:1.5rem}.cart-empty{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:4rem 0;text-align:center;color:var(--color-muted)}.cart-shipping-nudge{font-size:.875rem;color:var(--color-muted)}.cart-layout{display:flex;gap:3.5rem;align-items:flex-start;flex-wrap:wrap}.cart-items{flex:2 1 420px;display:flex;flex-direction:column}.cart-line{display:flex;align-items:center;gap:1.25rem;padding:1.5rem 0;border-bottom:1px solid var(--color-border)}.cart-line__media{width:5.25rem;height:5.25rem;border-radius:12px;overflow:hidden;background:var(--color-surface);flex-shrink:0}.cart-line__media img{width:100%;height:100%;object-fit:cover}.cart-line__info{flex:1;display:flex;flex-direction:column;gap:.2rem;min-width:8rem}.cart-line__title{font-weight:600;font-size:.95rem;color:var(--color-foreground);text-decoration:none}.cart-line__variant,.cart-line__unit-price{font-size:.8rem;color:var(--color-muted)}.cart-line__total{width:5.5rem;text-align:right;font-weight:700;font-size:.95rem}.cart-line__remove{color:var(--color-muted)}.cart-line__remove:hover{color:var(--color-foreground)}.cart-continue{margin-top:1.5rem;align-self:flex-start}.cart-summary{flex:1 1 280px;background:var(--color-background);border:1px solid var(--color-border);border-radius:16px;padding:1.75rem;display:flex;flex-direction:column;gap:1rem}.cart-summary__heading{font-weight:700;font-size:1.05rem}.cart-summary__row{display:flex;justify-content:space-between;font-size:.95rem}.cart-summary__note{font-size:.75rem;color:var(--color-muted)}.cart-summary__payments{font-size:.75rem;color:var(--color-muted);text-align:center}.category-tiles{padding-block:3rem 1rem}.category-tiles__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.75rem}.category-tile{display:flex;flex-direction:column;justify-content:space-between;border-radius:16px;padding:1.75rem;height:14rem;text-decoration:none;color:var(--color-foreground)}.category-tile__title{font-weight:700;font-size:1.15rem;margin-bottom:.4rem}.collection-page{padding-block:2.5rem 5rem;display:flex;flex-direction:column;gap:1.75rem}.collection-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;flex-wrap:wrap}.collection-filters{display:flex;gap:.75rem;flex-wrap:wrap}.collection-sort select{min-width:10rem}.collections-page{padding-block:2.5rem 5rem;display:flex;flex-direction:column;gap:.5rem}.collections-page__heading{margin-top:.5rem}.collections-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;margin-top:2rem}.collection-tile{display:flex;flex-direction:column;border:1px solid var(--color-border);border-radius:14px;overflow:hidden;text-decoration:none;color:inherit;background:var(--color-background);transition:box-shadow .15s ease,transform .15s ease}.collection-tile:hover{box-shadow:0 12px 24px #1c1a1714;transform:translateY(-2px)}.collection-tile img{aspect-ratio:1 / 1;width:100%;object-fit:cover}.collection-tile__placeholder{aspect-ratio:1 / 1;width:100%;background:var(--color-surface);color:var(--color-accent);display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-size:2.5rem;font-weight:700}.collection-tile__body{padding:1rem 1.1rem}.collection-tile__title{font-weight:600;font-size:.95rem}.collection-tile__count{font-size:.8rem;color:var(--color-muted);margin-top:.2rem}.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}.email-capture{background-color:var(--color-foreground);background-size:cover;background-position:center;background-repeat:no-repeat;color:var(--color-background)}.email-capture__inner{padding-block:4rem 3rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem}.email-capture__heading{color:var(--color-background)}.email-capture__sub{color:color-mix(in srgb,var(--color-background) 75%,transparent);max-width:26rem}.email-capture__form{display:flex;gap:.6rem;margin-top:1rem;flex-wrap:wrap;justify-content:center}.email-capture__form .field{width:18rem;max-width:100%;border-radius:999px;padding:.85em 1.2em}.email-capture__legal{font-size:.75rem;color:color-mix(in srgb,var(--color-background) 55%,transparent);margin-top:.25rem}.email-capture__success{font-weight:600}.email-capture__error{font-size:.8rem;color:#ffb4a3}.featured-products{padding-block:3rem 1rem}.site-footer{background:var(--color-surface);margin-top:2rem}.site-footer .container{padding-block:3.5rem 2rem;display:flex;flex-direction:column;gap:3.5rem}.site-footer__grid{display:grid;grid-template-columns:1.6fr repeat(auto-fit,minmax(140px,1fr));gap:2.5rem 3rem}.site-footer__logo{font-family:var(--font-heading);font-weight:800;font-size:1.375rem;color:var(--color-accent)}.site-footer__blurb{font-size:.9rem;color:var(--color-muted);line-height:1.6;max-width:32ch;margin-top:1rem}.site-footer__social{display:flex;gap:1rem;margin-top:1rem}.site-footer__social a{color:var(--color-foreground)}.site-footer__social a:hover{opacity:.65}.site-footer__heading{font-weight:600;font-size:.8rem;letter-spacing:.04em;text-transform:uppercase;margin-bottom:.75rem}.site-footer__col{display:flex;flex-direction:column;gap:.65rem}.site-footer__col a{color:var(--color-muted);font-size:.9rem;text-decoration:none}.site-footer__col a:hover{color:var(--color-foreground)}.site-footer__bottom{border-top:1px solid var(--color-border);padding-top:1.5rem;display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;justify-content:space-between;font-size:.8rem;color:var(--color-muted)}.announcement-bar{background:var(--color-foreground);color:var(--color-background);text-align:center;padding:.7rem 1rem}.announcement-bar p{font-size:.8rem;font-weight:500;letter-spacing:.02em}.site-header{border-bottom:1px solid var(--color-border)}.site-header__inner{display:flex;align-items:center;gap:1.5rem;padding-block:1.1rem}.site-header__brand{flex:1}.site-header__logo{font-family:var(--font-heading);font-weight:800;font-size:1.5rem;letter-spacing:-.02em;color:var(--color-accent);text-decoration:none}.site-header__logo img{max-height:32px;width:auto}.site-header__nav{flex:2;display:flex;justify-content:center;align-items:center;gap:2rem;font-size:.95rem;font-weight:500;white-space:nowrap}.site-header__nav a{color:var(--color-foreground);opacity:.75;text-decoration:none}.site-header__nav a:hover,.site-header__nav a[aria-current=true]{opacity:1;color:var(--color-accent)}.nav-dropdown{position:relative}.nav-dropdown summary{cursor:pointer;list-style:none;display:inline-flex;align-items:center;gap:.35em;color:var(--color-foreground);opacity:.75}.nav-dropdown summary::-webkit-details-marker{display:none}.nav-dropdown summary:hover,.nav-dropdown[open] summary{opacity:1;color:var(--color-accent)}.nav-dropdown[open] summary svg{transform:rotate(180deg)}.nav-dropdown__panel{position:absolute;top:calc(100% + 14px);left:50%;transform:translate(-50%);background:var(--color-background);border:1px solid var(--color-border);border-radius:12px;padding:1.25rem 1.5rem;display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:.3rem 2rem;box-shadow:0 16px 32px #1c1a171f;z-index:20;white-space:nowrap}.nav-dropdown__panel a{padding:.35rem 0;font-size:.85rem}.site-header__icons{flex:1;display:flex;align-items:center;justify-content:flex-end;gap:1.35rem}.site-header__nav-toggle{display:none;background:none;border:none;color:var(--color-foreground);cursor:pointer;padding:.25rem}@media(max-width:62rem){.site-header__nav-toggle{display:inline-flex}.site-header__nav{display:none;position:absolute;inset-inline:0;top:100%;background:var(--color-background);border-bottom:1px solid var(--color-border);flex-direction:column;align-items:flex-start;gap:0;padding:.5rem var(--page-margin) 1rem;white-space:normal}.site-header__nav[data-open=true]{display:flex}.site-header__nav a{width:100%;padding:.75rem 0;border-bottom:1px solid var(--color-border)}.site-header{position:relative}.nav-dropdown summary{padding:.75rem 0;border-bottom:1px solid var(--color-border)}.nav-dropdown__panel{position:static;transform:none;display:flex;flex-direction:column;border:none;box-shadow:none;padding:.25rem 0 .25rem 1rem;background:none}.nav-dropdown__panel a{border-bottom:1px solid var(--color-border)}}.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{display:flex;align-items:center;gap:4rem;padding-block:4rem;flex-wrap:wrap}.hero__text{flex:1 1 380px;display:flex;flex-direction:column;gap:1.25rem}.hero__eyebrow{color:var(--color-accent);font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.hero__heading{font-size:clamp(2.1rem,4vw,3.4rem);line-height:1.05}.hero__sub{font-size:1.1rem;line-height:1.6;color:var(--color-muted);max-width:34rem}.hero__actions{display:flex;align-items:center;gap:1.75rem;margin-top:.5rem;flex-wrap:wrap}.hero__visual{flex:1 1 380px}.hero__visual img{border-radius:20px;width:100%}.hero__default-image{aspect-ratio:16 / 10;object-fit:cover}.product-page{padding-block:2.5rem 5rem;display:flex;flex-direction:column;gap:4rem}.product-main{display:flex;gap:4rem;flex-wrap:wrap}.product-gallery{flex:1 1 380px;display:flex;flex-direction:column;gap:1rem}.product-gallery__main{aspect-ratio:1 / 1;border-radius:20px;overflow:hidden;background:var(--color-surface)}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:flex;gap:.85rem;flex-wrap:wrap}.product-gallery__thumb{width:5.5rem;height:5.5rem;border-radius:12px;overflow:hidden;border:2px solid transparent;padding:0;cursor:pointer;background:var(--color-surface)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-gallery__thumb[aria-current=true]{border-color:var(--color-accent)}.product-info{flex:1 1 380px;display:flex;flex-direction:column;gap:1.1rem;padding-top:.5rem}.product-info__type{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent-2)}.product-info__title{font-size:1.9rem}.product-info__price{font-size:1.6rem;font-weight:700;display:flex;align-items:baseline;gap:.6rem}.product-info__price s{font-size:1rem;font-weight:400;color:var(--color-muted)}[data-product-form]{display:flex;flex-direction:column;gap:1.25rem}.product-option__label{font-size:.8rem;font-weight:600;margin-bottom:.6rem}.product-option__label span{font-weight:400;color:var(--color-muted)}.product-option__values{display:flex;gap:.6rem;flex-wrap:wrap}.product-option__value{padding:.55em 1.1em;border-radius:8px;border:1px solid var(--color-border);font-size:.875rem;font-weight:600;cursor:pointer}.product-option__value:has(input:checked){background:var(--color-accent);border-color:var(--color-accent);color:#fff}.product-info__buy-row{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.product-info__add{flex:1;min-width:10rem}.product-info__note{font-size:.8rem;color:var(--color-muted)}.product-accordion{max-width:45rem}.product-related__heading{margin-bottom: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}.testimonials{padding-block:3rem 1rem}.testimonials__heading{text-align:center;margin-bottom:2.5rem}.testimonials__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.75rem}.testimonial-card{border:1px solid var(--color-border);border-radius:14px;padding:1.75rem;display:flex;flex-direction:column;gap:1rem}.testimonial-card__stars{display:flex;gap:2px}.testimonial-card__quote{font-size:.95rem;line-height:1.6}.testimonial-card__name{font-weight:600;font-size:.875rem}.testimonial-card__meta{font-size:.75rem;color:var(--color-muted);margin-top:-.6rem}.trust-badges{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;padding-block:2.5rem;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.trust-badges__item{display:flex;flex-direction:column;gap:.6rem}.trust-badges__icon{color:var(--color-accent)}.trust-badges__icon svg{width:26px;height:26px}.trust-badges__title{font-weight:600;font-size:.95rem}.trust-badges__sub{font-size:.85rem;color:var(--color-muted);line-height:1.5}.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/2/compiled_assets/styles.css.map */
