.announcement-bar{background-color:var(--color-foreground);color:var(--color-background);text-align:center;padding:var(--space-2) var(--page-margin);font-size:.8125rem;font-weight:500;letter-spacing:.01em}.announcement-bar a{color:inherit;text-decoration:none}.announcement-bar a:hover{text-decoration:underline}.category-cards__heading{margin-bottom:var(--space-6)}.category-cards__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-5)}.category-card{position:relative;display:block;border-radius:var(--style-border-radius-cards);overflow:hidden;text-decoration:none;aspect-ratio:4 / 5}.category-card__media{position:absolute;top:0;right:0;bottom:0;left:0}.category-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.category-card:hover .category-card__image{transform:scale(1.04)}.category-card__placeholder{width:100%;height:100%;background-color:var(--color-background-alt)}.category-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#18171480,#18171400 45%)}.category-card__label{position:relative;z-index:1;display:flex;align-items:center;gap:var(--space-2);color:#fff;font-weight:600;font-size:1.0625rem;padding:var(--space-5);margin-top:auto}.category-card__label .icon{width:1.1rem;height:1.1rem}@media screen and (max-width:749px){.category-cards__grid{grid-template-columns:1fr}}.collection-hero{position:relative;margin-bottom:var(--space-6)}.collection-hero__media{position:relative;height:16rem;border-radius:var(--style-border-radius-cards);overflow:hidden}.collection-hero__image{width:100%;height:100%;object-fit:cover}.collection-hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#18171459}.collection-hero__content{padding-top:var(--space-5)}.collection-hero__content--overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;padding:var(--space-6);color:#fff;text-align:center}.collection-hero__content--overlay .collection-hero__title{color:#fff}.collection-hero__description{color:var(--color-foreground-muted);max-width:40rem}.collection-hero__content--overlay .collection-hero__description{color:#ffffffe6;margin:0 auto}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);padding:var(--space-4) 0;border-bottom:1px solid var(--color-border);margin-bottom:var(--space-6)}.collection-toolbar__filter-toggle{display:none;align-items:center;gap:var(--space-2);background:none;border:1px solid var(--color-border);border-radius:var(--style-border-radius-pill);padding:var(--space-2) var(--space-4);cursor:pointer;font-weight:500;font-size:.875rem}.collection-toolbar__count{color:var(--color-foreground-muted);font-size:.875rem;margin:0}.collection-toolbar__sort select{padding:var(--space-2) var(--space-3);border:1px solid var(--color-border);border-radius:var(--style-border-radius-inputs);background-color:var(--color-surface)}.collection-layout{display:grid;grid-template-columns:16rem 1fr;gap:var(--space-7);align-items:start}.collection-filters__header{display:none}.filter-group{padding-bottom:var(--space-5);margin-bottom:var(--space-5);border-bottom:1px solid var(--color-border)}.filter-group__label{font-size:.9375rem;margin-bottom:var(--space-3)}.filter-group__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-2)}.filter-group__option{display:flex;align-items:center;gap:var(--space-2);font-size:.875rem;cursor:pointer}.filter-group__option--disabled{opacity:.4;cursor:not-allowed}.filter-group__count{color:var(--color-foreground-muted);margin-left:auto}.filter-group__price{display:flex;align-items:center;gap:var(--space-2)}.filter-group__price input{width:100%;padding:var(--space-2);border:1px solid var(--color-border);border-radius:var(--style-border-radius-inputs)}.collection-filters__actions{display:flex;flex-direction:column;gap:var(--space-3)}.collection-filters__clear{text-align:center;color:var(--color-foreground-muted);font-size:.875rem;text-decoration:underline}.collection-products__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-6) var(--space-5)}.collection-products__empty{text-align:center;padding:var(--space-8) 0}.collection-products__empty-title{font-weight:600;font-size:1.125rem;margin-bottom:var(--space-2)}.collection-products__empty-text{color:var(--color-foreground-muted);margin-bottom:var(--space-5)}@media screen and (max-width:989px){.collection-layout{grid-template-columns:1fr}.collection-toolbar__filter-toggle{display:inline-flex}.collection-filters{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background-color:var(--color-background);padding:var(--space-5);overflow-y:auto;transform:translate(-100%);transition:transform .25s ease}.collection-filters[data-open]{transform:translate(0)}.collection-filters__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-5)}.collection-filters__close{background:none;border:none;cursor:pointer}.collection-filters__close svg{width:1.25rem;height:1.25rem}.collection-products__grid{grid-template-columns:repeat(2,1fr)}}.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: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.comparison-table__heading{text-align:center;margin-bottom:var(--space-6)}.comparison-table__scroll{overflow-x:auto}.comparison-table__table{width:100%;border-collapse:collapse;min-width:32rem}.comparison-table__table th,.comparison-table__table td{padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--color-border);text-align:left;font-size:.9375rem}.comparison-table__table thead th{font-weight:600;color:var(--color-foreground-muted);font-size:.8125rem;text-transform:uppercase;letter-spacing:.03em}.comparison-table__table tbody th{font-weight:500}.comparison-table__table tbody th[scope=row]{color:var(--color-foreground-muted);font-weight:400}.contact-page{max-width:34rem}.contact-page__title{margin-bottom:var(--space-4)}.contact-page__content{color:var(--color-foreground-muted);margin-bottom:var(--space-6)}.contact-page__form{display:flex;flex-direction:column;gap:var(--space-4)}.contact-page__field{display:flex;flex-direction:column;gap:var(--space-2)}.contact-page__field label{font-size:.8125rem;font-weight:600}.contact-page__field input,.contact-page__field textarea{padding:var(--space-3);border:1px solid var(--color-border);border-radius:var(--style-border-radius-inputs);background-color:var(--color-surface);font:inherit}.contact-page__success{color:var(--color-accent-hover);font-weight:600}.contact-page__error{color:var(--color-error)}.faq{max-width:44rem;margin:0 auto}.faq__heading{text-align:center;margin-bottom:var(--space-6)}.featured-collection__header{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--space-4);margin-bottom:var(--space-6)}.featured-collection__heading{margin:0}.featured-collection__view-all{display:flex;align-items:center;gap:var(--space-2);color:var(--color-foreground);text-decoration:none;font-weight:600;font-size:.9375rem;white-space:nowrap}.featured-collection__view-all:hover{color:var(--color-accent-hover)}.featured-collection__view-all .icon{width:1rem;height:1rem}.featured-collection__grid{display:grid;grid-template-columns:repeat(var(--columns-desktop, 4),1fr);gap:var(--space-6) var(--space-5)}@media screen and (max-width:989px){.featured-collection__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:749px){.featured-collection__header{flex-direction:column;align-items:flex-start}}.featured-product{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-7);align-items:center}.featured-product__media{border-radius:var(--style-border-radius-cards);overflow:hidden;background-color:var(--color-background-alt);aspect-ratio:1 / 1}.featured-product__image{width:100%;height:100%;object-fit:cover}.featured-product__placeholder{width:100%;height:100%}.featured-product__title{margin:var(--space-2) 0 var(--space-3)}.featured-product__price{margin:var(--space-3) 0 var(--space-4);font-size:1.25rem}.featured-product__description{color:var(--color-foreground-muted);line-height:1.65;margin-bottom:var(--space-5)}.featured-product__link{display:inline-flex;align-items:center;gap:var(--space-2);margin-top:var(--space-4);color:var(--color-foreground);text-decoration:none;font-weight:600}.featured-product__link .icon{width:1rem;height:1rem}@media screen and (max-width:749px){.featured-product{grid-template-columns:1fr}}.features-grid__heading{text-align:center;margin-bottom:var(--space-7)}.features-grid__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-6)}.feature-item{text-align:center}.feature-item__icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:var(--style-border-radius-pill);background-color:var(--color-background-alt);color:var(--color-accent-hover);margin:0 auto var(--space-4)}.feature-item__icon .icon{width:1.5rem;height:1.5rem}.feature-item__heading{font-size:1.0625rem;margin-bottom:var(--space-2)}.feature-item__text{color:var(--color-foreground-muted);font-size:.9375rem;margin:0}@media screen and (max-width:989px){.features-grid__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:749px){.features-grid__grid{grid-template-columns:1fr;gap:var(--space-5)}}.site-footer{background-color:var(--color-background-alt);margin-top:var(--space-9);padding:var(--space-8) var(--page-margin) var(--space-6)}.site-footer__top{display:grid;grid-template-columns:1.5fr repeat(auto-fit,minmax(9rem,1fr));gap:var(--space-7);max-width:var(--page-width);margin:0 auto;padding-bottom:var(--space-7)}.site-footer__wordmark{font-family:var(--font-heading--family);font-weight:700;font-size:1.25rem}.site-footer__tagline{margin-top:var(--space-3);color:var(--color-foreground-muted);font-size:.9375rem;max-width:26rem}.site-footer__social{display:flex;gap:var(--space-4);margin-top:var(--space-4)}.site-footer__social a{color:var(--color-foreground);font-size:.8125rem;text-decoration:none;font-weight:500}.site-footer__social a:hover{color:var(--color-accent-hover)}.site-footer__column-heading{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-bottom:var(--space-4)}.site-footer__column ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-3)}.site-footer__column a{color:var(--color-foreground-muted);text-decoration:none;font-size:.9375rem}.site-footer__column a:hover{color:var(--color-foreground)}.site-footer__newsletter-text{color:var(--color-foreground-muted);font-size:.875rem;margin-bottom:var(--space-4)}.site-footer__newsletter-form{display:flex;gap:var(--space-2)}.site-footer__newsletter-form input[type=email]{flex:1;min-width:0;padding:var(--space-3);border:1px solid var(--color-border);border-radius:var(--style-border-radius-inputs);background-color:var(--color-surface)}.site-footer__bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-4);max-width:var(--page-width);margin:0 auto;padding-top:var(--space-6);border-top:1px solid var(--color-border);font-size:.8125rem;color:var(--color-foreground-muted)}.site-footer__copyright a{color:inherit}.site-footer__legal{display:flex;gap:var(--space-4)}.site-footer__legal a{color:var(--color-foreground-muted);text-decoration:none}.site-footer__legal a:hover{color:var(--color-foreground)}.site-footer__payment{display:flex;gap:var(--space-2);flex-wrap:wrap}.site-footer__payment svg{height:1.5rem;width:auto}@media screen and (max-width:749px){.site-footer__top{grid-template-columns:1fr}.site-footer__bottom{flex-direction:column;align-items:flex-start}}.site-header{position:sticky;top:0;z-index:40;background-color:var(--color-background);border-bottom:1px solid var(--color-border)}.site-header__row{display:grid;grid-template-columns:auto auto 1fr auto;align-items:center;gap:var(--space-5);padding:var(--space-4) var(--page-margin)}.site-header__menu-toggle{display:none;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:none;border:none;padding:var(--space-2);cursor:pointer;color:var(--color-foreground);flex-shrink:0}.site-header__menu-toggle svg{width:1.5rem;height:1.5rem;flex-shrink:0}.site-header__wordmark{font-family:var(--font-heading--family);font-weight:700;font-size:1.25rem;letter-spacing:-.01em;color:var(--color-foreground)}.site-header__logo a{display:block;text-decoration:none}.site-header__logo-image{height:auto}.site-header__nav-list{display:flex;gap:var(--space-6);list-style:none;padding:0;margin:0}.site-header__nav-item{position:relative}.site-header__nav-item>a{text-decoration:none;color:var(--color-foreground);font-weight:500;font-size:.9375rem;padding:var(--space-2) 0;display:inline-block}.site-header__nav-item>a:hover{color:var(--color-accent-hover)}.site-header__submenu{display:none;position:absolute;top:100%;left:0;min-width:12rem;background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--style-border-radius-cards);box-shadow:var(--shadow-md);padding:var(--space-2);list-style:none;margin:0}.site-header__nav-item:hover .site-header__submenu,.site-header__nav-item:focus-within .site-header__submenu{display:block}.site-header__submenu a{display:block;padding:var(--space-2) var(--space-3);border-radius:var(--style-border-radius-inputs);color:var(--color-foreground);text-decoration:none;font-size:.875rem}.site-header__submenu a:hover{background-color:var(--color-background-alt)}.site-header__icons{display:flex;align-items:center;gap:var(--space-4);justify-self:end}.site-header__icon-link{position:relative;display:flex;align-items:center;justify-content:center;width:1.35rem;height:1.35rem;flex-shrink:0;color:var(--color-foreground);text-decoration:none}.site-header__icon-link svg{width:1.35rem;height:1.35rem;flex-shrink:0}.site-header__cart-count{position:absolute;top:-.4rem;right:-.5rem;min-width:1.1rem;height:1.1rem;padding:0 .25rem;border-radius:var(--style-border-radius-pill);background-color:var(--color-accent);color:var(--color-background);font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center}.site-header__mobile-menu{border:none;padding:0;width:min(22rem,100vw);height:100dvh;max-height:100dvh;margin:0 0 0 auto;background-color:var(--color-background)}.site-header__mobile-menu::backdrop{background-color:#2b2a2766}.site-header__mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--color-border)}.site-header__mobile-menu-header button{background:none;border:none;cursor:pointer;color:var(--color-foreground)}.site-header__mobile-menu-header svg{width:1.25rem;height:1.25rem}.site-header__mobile-nav-list{list-style:none;margin:0;padding:var(--space-4) var(--space-5)}.site-header__mobile-nav-list>li{border-bottom:1px solid var(--color-border)}.site-header__mobile-nav-list>li>a{display:block;padding:var(--space-4) 0;color:var(--color-foreground);text-decoration:none;font-weight:500;font-size:1.0625rem}.site-header__mobile-submenu{list-style:none;margin:0 0 var(--space-3);padding:0 0 0 var(--space-3)}.site-header__mobile-submenu a{display:block;padding:var(--space-2) 0;color:var(--color-foreground-muted);text-decoration:none;font-size:.9375rem}@media screen and (max-width:989px){.site-header__row{grid-template-columns:auto 1fr auto}.site-header__menu-toggle{display:flex}.site-header__nav{display:none}.site-header__logo{justify-self:center}}.hero{position:relative;min-height:34rem;display:flex;align-items:flex-end;overflow:hidden}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero__image{width:100%;height:100%;object-fit:cover}.hero__placeholder{width:100%;height:100%;background-color:var(--color-background-alt)}.hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#1817148c,#18171400 55%)}.hero__content{position:relative;z-index:1;padding:var(--space-8) var(--page-margin);max-width:34rem;color:#fff}.hero__eyebrow{color:#fff;opacity:.85}.hero__heading{color:#fff;margin-bottom:var(--space-4)}.hero__subheading{font-size:1.0625rem;opacity:.92;margin-bottom:var(--space-6);max-width:30rem}.hero__actions{display:flex;gap:var(--space-3);flex-wrap:wrap}.hero__secondary-button{background-color:#ffffff14;color:#fff;border-color:#fff9}.hero__secondary-button:hover{background-color:#fff;color:var(--color-foreground)}@media screen and (max-width:749px){.hero{min-height:30rem}}.how-it-works__heading{text-align:center;margin-bottom:var(--space-7)}.how-it-works__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-6)}.how-it-works__step{text-align:center}.how-it-works__number{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:var(--style-border-radius-pill);background-color:var(--color-foreground);color:var(--color-background);font-weight:700;font-size:.9375rem;margin-bottom:var(--space-4)}.how-it-works__step-heading{font-size:1.0625rem;margin-bottom:var(--space-2)}.how-it-works__step-text{color:var(--color-foreground-muted);font-size:.9375rem;margin:0}@media screen and (max-width:749px){.how-it-works__grid{grid-template-columns:1fr;gap:var(--space-5)}}.lifestyle-banner{position:relative;min-height:24rem;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.lifestyle-banner__media{position:absolute;top:0;right:0;bottom:0;left:0}.lifestyle-banner__image{width:100%;height:100%;object-fit:cover}.lifestyle-banner__placeholder{width:100%;height:100%;background-color:var(--color-background-alt)}.lifestyle-banner__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#18171461}.lifestyle-banner__content{position:relative;z-index:1;color:#fff;max-width:30rem;padding:var(--space-6)}.lifestyle-banner__heading{color:#fff;margin-bottom:var(--space-3)}.lifestyle-banner__text{opacity:.92;margin-bottom:var(--space-5)}@media screen and (max-width:749px){.lifestyle-banner{min-height:20rem}}.media-text-cta{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-7);align-items:center}.media-text-cta--right{direction:rtl}.media-text-cta--right>*{direction:ltr}.media-text-cta__media{border-radius:var(--style-border-radius-cards);overflow:hidden;aspect-ratio:4 / 3}.media-text-cta__image{width:100%;height:100%;object-fit:cover}.media-text-cta__placeholder{width:100%;height:100%;background-color:var(--color-background-alt)}.media-text-cta__heading{margin-bottom:var(--space-4)}.media-text-cta__text{color:var(--color-foreground-muted);margin-bottom:var(--space-5);max-width:30rem;line-height:1.65}@media screen and (max-width:749px){.media-text-cta{grid-template-columns:1fr}}.newsletter{background-color:var(--color-background-alt);border-radius:var(--style-border-radius-cards);padding:var(--space-8) var(--space-6);text-align:center}.newsletter__content{max-width:30rem;margin:0 auto}.newsletter__subheading{color:var(--color-foreground-muted);margin-bottom:var(--space-6)}.newsletter__form{display:flex;gap:var(--space-2)}.newsletter__form input[type=email]{flex:1;min-width:0;padding:var(--space-3) var(--space-4);border:1px solid var(--color-border);border-radius:var(--style-border-radius-pill);background-color:var(--color-surface)}.newsletter__error{color:var(--color-error);font-size:.8125rem;margin-top:var(--space-2)}@media screen and (max-width:749px){.newsletter__form{flex-direction:column}}.problem-solution__heading{margin-bottom:var(--space-6);max-width:32rem}.problem-solution__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-5)}.problem-solution__item{background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--style-border-radius-cards);overflow:hidden}.problem-solution__row{padding:var(--space-5)}.problem-solution__row--problem{background-color:var(--color-background-alt)}.problem-solution__row--solution{display:flex;gap:var(--space-3);align-items:flex-start}.problem-solution__row--solution .icon{color:var(--color-accent);margin-top:.15rem}.problem-solution__tag{display:block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-foreground-muted);margin-bottom:var(--space-2)}.problem-solution__tag--accent{color:var(--color-accent-hover)}.problem-solution__row p{margin:0;font-size:.9375rem}@media screen and (max-width:989px){.problem-solution__grid{grid-template-columns:1fr}}.product{display:grid;grid-template-columns:1.1fr 1fr;gap:var(--space-7);align-items:start}.product__gallery-main{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;border-radius:var(--style-border-radius-cards);scrollbar-width:none}.product__gallery-main::-webkit-scrollbar{display:none}.product__gallery-image{flex:0 0 100%;scroll-snap-align:start;aspect-ratio:1 / 1;object-fit:cover}.product__gallery-video,.product__gallery-model{flex:0 0 100%;scroll-snap-align:start;aspect-ratio:1 / 1}.product__gallery-video video,.product__gallery-video img{width:100%;height:100%;object-fit:cover}.product__gallery-placeholder{aspect-ratio:1 / 1;background-color:var(--color-background-alt);border-radius:var(--style-border-radius-cards)}.product__gallery-thumbs{display:flex;gap:var(--space-2);margin-top:var(--space-3);overflow-x:auto}.product__gallery-thumb{flex:0 0 4rem;border-radius:var(--style-border-radius-inputs);overflow:hidden;border:2px solid transparent;padding:0;cursor:pointer;background:none}.product__gallery-thumb[aria-current=true]{border-color:var(--color-accent)}.product__title{margin-bottom:var(--space-3)}.product__rating-link{display:inline-block;text-decoration:none;margin-bottom:var(--space-3)}.product__price{font-size:1.375rem;margin-bottom:var(--space-5)}.product__description{color:var(--color-foreground-muted);line-height:1.65;margin-bottom:var(--space-5)}.product__description h3{color:var(--color-foreground);font-size:1rem;margin:var(--space-4) 0 var(--space-2)}.product__description h3:first-child{margin-top:0}.product__description ul{margin:0 0 var(--space-3);padding-left:1.1rem}.product__description li{margin-bottom:var(--space-1)}.product__form{display:flex;flex-direction:column;gap:var(--space-4)}.product__option{display:flex;flex-direction:column;gap:var(--space-2)}.product__option label{font-size:.8125rem;font-weight:600}.product__option-select{padding:var(--space-3);border:1px solid var(--color-border);border-radius:var(--style-border-radius-inputs);background-color:var(--color-surface)}.product__quantity{display:flex;align-items:center;gap:var(--space-3)}.product__quantity label{font-size:.8125rem;font-weight:600}.product__quantity input{width:5rem;padding:var(--space-3);border:1px solid var(--color-border);border-radius:var(--style-border-radius-inputs)}.product__actions{display:flex;flex-direction:column;gap:var(--space-3)}.product__benefits{list-style:none;margin:var(--space-6) 0 0;padding:var(--space-5) 0 0;border-top:1px solid var(--color-border);display:flex;flex-direction:column;gap:var(--space-3)}.product__accordion{margin-top:var(--space-5)}.product__info-row{border-top:1px solid var(--color-border);padding:var(--space-4) 0}.product__info-row summary{cursor:pointer;font-weight:600;list-style:none}.product__info-row summary::-webkit-details-marker{display:none}.product__info-row div{margin-top:var(--space-3);color:var(--color-foreground-muted);font-size:.9375rem;line-height:1.6}@media screen and (max-width:749px){.product{grid-template-columns:1fr}.product__info{padding-bottom:5rem}}.recently-viewed__heading{margin-bottom:var(--space-6)}.recently-viewed__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-5)}.recently-viewed-card{display:block;text-decoration:none;color:var(--color-foreground)}.recently-viewed-card__image{aspect-ratio:1 / 1;border-radius:var(--style-border-radius-cards);overflow:hidden;background-color:var(--color-background-alt);margin-bottom:var(--space-3)}.recently-viewed-card__image img{width:100%;height:100%;object-fit:cover}.recently-viewed-card__title{font-size:.9375rem;font-weight:600;margin-bottom:var(--space-1)}.recently-viewed-card__price{font-size:.875rem;color:var(--color-foreground-muted)}@media screen and (max-width:989px){.recently-viewed__grid{grid-template-columns:repeat(2,1fr)}}.related-products__heading{margin-bottom:var(--space-6)}.related-products__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-6) var(--space-5)}@media screen and (max-width:989px){.related-products__grid{grid-template-columns:repeat(2,1fr)}}.reviews__heading{text-align:center;margin-bottom:var(--space-7)}.reviews__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-5)}.testimonial{background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--style-border-radius-cards);padding:var(--space-6);display:flex;flex-direction:column;gap:var(--space-4)}.testimonial__quote{margin:0;font-size:1rem;line-height:1.6;color:var(--color-foreground)}.testimonial__author{display:flex;flex-direction:column;font-size:.875rem}.testimonial__name{font-weight:600}.testimonial__location{color:var(--color-foreground-muted)}@media screen and (max-width:989px){.reviews__grid{grid-template-columns:1fr}}.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}.specifications{max-width:40rem}.specifications__heading{margin-bottom:var(--space-5)}.benefit-bullet{display:flex;align-items:flex-start;gap:var(--space-2);font-size:.9375rem}.benefit-bullet .icon{width:1.15rem;height:1.15rem;color:var(--color-accent);margin-top:.1rem}.faq-item{border-bottom:1px solid var(--color-border);padding:var(--space-4) 0}.faq-item__question{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);cursor:pointer;font-weight:600;list-style:none}.faq-item__question::-webkit-details-marker{display:none}.faq-item__question .icon{width:1rem;height:1rem;flex-shrink:0;transition:transform .2s ease}.faq-item[open] .faq-item__question .icon{transform:rotate(45deg)}.faq-item__answer{padding-top:var(--space-3);color:var(--color-foreground-muted);line-height:1.6}.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}.spec-row{display:grid;grid-template-columns:1fr 1.5fr;gap:var(--space-4);padding:var(--space-3) 0;border-bottom:1px solid var(--color-border);font-size:.9375rem}.spec-row__label{color:var(--color-foreground-muted)}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.icon{width:1.5rem;height:1.5rem;flex-shrink:0}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}.price{display:flex;align-items:baseline;gap:var(--space-2);font-weight:600;font-size:1rem}.price__item--sale{color:var(--color-accent-hover)}.price__item--compare{color:var(--color-foreground-muted);font-weight:400;font-size:.875rem}.product-card{display:flex;flex-direction:column;gap:var(--space-3)}.product-card__media-link{display:block}.product-card__media{position:relative;border-radius:var(--style-border-radius-cards);overflow:hidden;background-color:var(--color-background-alt);aspect-ratio:1 / 1}.product-card__image{width:100%;height:100%;object-fit:cover}.product-card__image--hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .25s ease}.product-card__media:hover .product-card__image--hover{opacity:1}.product-card__placeholder{width:100%;height:100%;background-color:var(--color-background-alt)}.product-card__badges{position:absolute;top:var(--space-3);left:var(--space-3);display:flex;flex-direction:column;gap:var(--space-2)}.product-card__content{display:flex;flex-direction:column;gap:var(--space-1)}.product-card__title{font-size:.9375rem;font-weight:600;margin:0}.product-card__title a{color:var(--color-foreground);text-decoration:none}.product-card__title a:hover{color:var(--color-accent-hover)}.product-card__action .button[aria-disabled=true]{opacity:.5;pointer-events:none}.star-rating{display:inline-flex;align-items:center;gap:var(--space-2)}.star-rating__track{position:relative;display:inline-flex}.star-rating__row{display:flex}.star-rating__row svg{width:1rem;height:1rem}.star-rating__row--empty{color:var(--color-border)}.star-rating__row--filled{position:absolute;top:0;right:0;bottom:0;left:0;color:var(--color-accent);width:calc(var(--rating) / 5 * 100%);overflow:hidden}.star-rating__count{font-size:.8125rem;color:var(--color-foreground-muted)}.sticky-atc{display:none}@media screen and (max-width:749px){.sticky-atc{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);position:fixed;left:0;right:0;bottom:0;z-index:30;padding:var(--space-3) var(--page-margin);background-color:var(--color-surface);border-top:1px solid var(--color-border);box-shadow:var(--shadow-md);padding-bottom:max(var(--space-3),env(safe-area-inset-bottom))}}.sticky-atc__info{display:flex;align-items:center;gap:var(--space-3);min-width:0}.sticky-atc__image{width:2.75rem;height:2.75rem;border-radius:var(--style-border-radius-inputs);overflow:hidden;flex-shrink:0}.sticky-atc__title{margin:0;font-size:.8125rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:10rem}.sticky-atc__button{flex-shrink:0;white-space:nowrap}
/*# sourceMappingURL=/cdn/shop/t/3/compiled_assets/styles.css.map */
