.benefits{background:var(--section-bg)}.benefits__heading{font-size:var(--section-heading-size);font-weight:var(--section-heading-weight, inherit);color:var(--section-heading-color, inherit)}.benefits__heading strong,.benefits__heading b{font-weight:inherit}.benefits__grid{display:grid;grid-template-columns:repeat(var(--columns),1fr);gap:var(--grid-gap)}.benefits__item{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.2rem}.benefits__icon{display:flex;align-items:center;justify-content:center;width:6.4rem;height:6.4rem;border-radius:50%;background:rgba(var(--color-primary-rgb),.1);color:var(--color-primary)}.benefits__icon svg{width:3rem;height:3rem}.benefits__title{margin:0;font-size:var(--section-item-title-size);font-weight:var(--section-item-title-weight, inherit);color:var(--section-item-title-color, inherit)}.benefits__text{color:var(--section-body-color, var(--color-text-muted));font-size:var(--section-body-size, 1.5rem);margin:0;max-width:28rem}@media screen and (max-width:749px){.benefits__grid{grid-template-columns:repeat(2,1fr);gap:2.4rem}}.collection-list{background:var(--section-bg)}.collection-list .section__header{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem}.collection-list__grid{display:grid;grid-template-columns:repeat(var(--columns),1fr);gap:var(--grid-gap)}.collection-card{position:relative;border-radius:var(--radius-image);overflow:hidden;display:block}.collection-card__media img{transition:transform .7s var(--ease)}.collection-card:hover .collection-card__media img{transform:scale(1.06)}.collection-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(var(--color-dark-rgb),.65),rgba(var(--color-dark-rgb),0) 60%)}.collection-card__caption{position:absolute;left:2rem;right:2rem;bottom:2rem;color:var(--color-light)}.collection-card__title{color:var(--color-light);margin-bottom:.4rem}.collection-card__cta{display:inline-flex;align-items:center;gap:.6rem;font-size:1.4rem;font-weight:600;opacity:.9}.collection-card__cta svg{width:1.6rem;height:1.6rem;transition:transform var(--duration) var(--ease)}.collection-card:hover .collection-card__cta svg{transform:translate(4px)}@media screen and (max-width:749px){.collection-list__grid{grid-template-columns:1fr}}.comparison{background:var(--section-bg)}.comparison__eyebrow{font-size:var(--section-eyebrow-size);font-weight:var(--section-eyebrow-weight, inherit);color:var(--section-eyebrow-color, var(--color-accent))}.comparison__heading{font-size:var(--section-heading-size);font-weight:var(--section-heading-weight, inherit);color:var(--section-heading-color, inherit)}.comparison__heading strong,.comparison__heading b{font-weight:inherit}.comparison__table-wrap{overflow-x:auto;border-radius:var(--radius-image);box-shadow:var(--shadow);background:var(--color-light)}.comparison__table{width:100%;border-collapse:collapse;min-width:460px;font-size:var(--section-body-size);color:var(--section-body-color, inherit)}.comparison__table th,.comparison__table td{padding:1.8rem 1.6rem;text-align:center;border-bottom:1px solid var(--color-border)}.comparison__feature-col,.comparison__feature{text-align:left;font-weight:600;color:var(--section-body-color, var(--color-dark))}.comparison__brand-col{font-family:var(--font-heading-family);font-size:1.6rem;font-weight:600}.comparison__brand-col--us,.comparison__cell--us{background:rgba(var(--color-primary-rgb),.08);color:var(--color-primary)}.comparison__cell--us{font-weight:600}.comparison__table tbody tr:last-child th,.comparison__table tbody tr:last-child td{border-bottom:none}.comparison__yes{width:2.4rem;height:2.4rem;color:var(--color-success);margin:0 auto}.comparison__no{width:2.2rem;height:2.2rem;color:var(--color-text-muted);opacity:.5;margin:0 auto}.complementary{background:var(--section-bg)}.complementary__grid{display:grid;grid-template-columns:repeat(var(--columns),1fr);gap:var(--grid-gap)}@media screen and (max-width:749px){.complementary__grid{grid-template-columns:repeat(2,1fr)}}.contact{background:var(--section-bg)}.contact__eyebrow{font-size:var(--contact-eyebrow-size);color:var(--contact-eyebrow-color, var(--color-accent));font-weight:700}.contact__heading{font-size:var(--contact-heading-size);font-weight:var(--contact-heading-weight, inherit);color:var(--contact-heading-color, inherit)}.contact__heading strong,.contact__heading b{font-weight:inherit}.contact__subheading{font-size:var(--contact-body-size, 1.6rem);color:var(--contact-body-color, var(--color-text-muted))}.contact__layout{display:grid;grid-template-columns:1.4fr 1fr;gap:4rem;align-items:start}.contact__form{display:flex;flex-direction:column;gap:.4rem}.contact__row{display:grid;grid-template-columns:1fr 1fr;gap:1.6rem}.contact__submit{align-self:flex-start;margin-top:1rem;background:var(--contact-btn-bg)!important;color:var(--contact-btn-text)!important;font-size:var(--contact-btn-size)!important;font-weight:var(--contact-btn-weight)!important}.contact__success{display:flex;align-items:center;gap:.8rem;color:var(--color-success);font-weight:600;padding:1.6rem;background:#4c7a571a;border-radius:var(--radius-base);margin-bottom:1.6rem}.contact__success svg{width:2.2rem;height:2.2rem}.contact__errors{color:var(--color-sale);margin-bottom:1.6rem}.contact__info{display:flex;flex-direction:column;gap:2rem;background:var(--contact-info-bg, var(--color-secondary));padding:2.8rem;border-radius:var(--radius-image)}.contact__info-heading{margin:0 0 .4rem;font-size:2rem;color:var(--contact-heading-color, var(--color-dark))}.contact__info-item{display:flex;gap:1.2rem;align-items:flex-start}.contact__info-item svg{width:2.4rem;height:2.4rem;color:var(--color-primary);flex-shrink:0}.contact__info-label{display:block;font-size:1.2rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);margin-bottom:.2rem}.contact__info-value{font-weight:600;color:var(--color-dark);font-size:var(--contact-body-size, inherit)}.contact__map{border-radius:var(--radius-image);overflow:hidden;aspect-ratio:16 / 10}.contact__map iframe{width:100%;height:100%;border:0}.contact__faq-link{display:flex;align-items:center;gap:1rem;padding:1.6rem;background:var(--color-light);border-radius:var(--radius-base);font-weight:600;color:inherit}.contact__faq-link svg{width:2.2rem;height:2.2rem;color:var(--color-primary)}.contact__faq-link svg:last-child{margin-left:auto;width:1.8rem;height:1.8rem}@media screen and (max-width:749px){.contact__layout,.contact__row{grid-template-columns:1fr}}.faq{background:var(--section-bg)}.faq__eyebrow{font-size:var(--section-eyebrow-size);font-weight:var(--section-eyebrow-weight, inherit);color:var(--section-eyebrow-color, var(--color-accent))}.faq__heading{font-size:var(--section-heading-size);font-weight:var(--section-heading-weight, inherit);color:var(--section-heading-color, inherit)}.faq__heading strong,.faq__heading b{font-weight:inherit}.faq__subheading{color:var(--section-body-color, var(--color-text-muted));font-size:var(--section-body-size, 1.7rem)}.faq__list{display:flex;flex-direction:column;gap:1.2rem}.faq__item{background:var(--color-light);border:1px solid var(--color-border);border-radius:var(--radius-base);overflow:hidden}.faq__question{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;padding:1.8rem 2rem;font-family:var(--font-heading-family);font-size:var(--section-body-size, 1.7rem);font-weight:var(--section-heading-weight, 500);cursor:pointer;list-style:none;color:var(--section-heading-color, var(--color-dark))}.faq__question::-webkit-details-marker{display:none}.faq__icon{width:2rem;height:2rem;flex-shrink:0;color:var(--color-primary)}.faq__item[open] .faq__icon--plus{display:none}.faq__item:not([open]) .faq__icon--minus{display:none}.faq__answer{padding:0 2rem 2rem;color:var(--section-body-color, var(--color-text-muted));font-size:var(--section-body-size)}.feature-cards{background:var(--section-bg)}.feature-cards__grid{display:grid;grid-template-columns:repeat(var(--columns),1fr);gap:var(--grid-gap)}.feature-card{border-radius:var(--radius-image);overflow:hidden;background:var(--color-light);box-shadow:var(--shadow-sm);transition:transform var(--duration) var(--ease),box-shadow var(--duration) var(--ease)}.feature-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.feature-card__media img{transition:transform .6s var(--ease)}.feature-card:hover .feature-card__media img{transform:scale(1.05)}.feature-card__body{padding:2rem}.feature-card__title{margin-bottom:.6rem}.feature-card__text{color:var(--color-text-muted);margin-bottom:1.2rem}@media screen and (max-width:749px){.feature-cards__grid{grid-template-columns:1fr}}.featured-collection{background:var(--section-bg)}.featured-collection .section__header{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem}.featured-collection__grid{display:grid;grid-template-columns:repeat(var(--columns),1fr);gap:var(--grid-gap)}.featured-collection__grid--carousel{grid-auto-flow:column;grid-auto-columns:minmax(260px,1fr);grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:1.2rem;scrollbar-width:thin}.featured-collection__grid--carousel>*{scroll-snap-align:start}.featured-collection__footer{text-align:center;margin-top:3.2rem}@media screen and (max-width:989px){.featured-collection__grid:not(.featured-collection__grid--carousel){grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:749px){.featured-collection__grid:not(.featured-collection__grid--carousel){grid-template-columns:repeat(2,1fr)}}.featured-product{background:var(--section-bg)}.featured-product__media{position:static}.hero{position:relative;display:flex;align-items:center;color:var(--hero-text);overflow:hidden}.hero--small{min-height:48vh}.hero--medium{min-height:68vh}.hero--large{min-height:86vh}.hero--full{min-height:100vh}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__image,.hero__video{width:100%;height:100%;object-fit:cover}.hero__image--mobile{display:none}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(var(--color-dark-rgb),var(--hero-overlay)),rgba(var(--color-dark-rgb),calc(var(--hero-overlay) * .35)) 60%,rgba(var(--color-dark-rgb),calc(var(--hero-overlay) * .15)))}.hero__content{position:relative;z-index:1;width:100%}.hero__inner{max-width:60rem;display:flex;flex-direction:column;gap:1.6rem}.hero--text-center .hero__inner{max-width:68rem;margin-inline:auto;text-align:center;align-items:center}.hero--text-right .hero__inner{margin-left:auto;text-align:right;align-items:flex-end}.hero__heading{color:var(--hero-heading, var(--hero-text));margin:0}.hero__heading strong,.hero__heading b{color:var(--hero-accent, var(--color-accent));font-weight:inherit}.hero__eyebrow{color:var(--color-accent)}.hero__eyebrow strong,.hero__eyebrow b{color:var(--hero-accent, var(--color-accent))}.hero__text{font-size:1.8rem;max-width:46rem}.hero__text strong,.hero__text b{color:var(--hero-accent, var(--color-accent))}.hero__buttons{display:flex;gap:1.2rem;flex-wrap:wrap;margin-top:.8rem}.hero--text-center .hero__buttons{justify-content:center}.hero__button-outline{color:var(--hero-text);border-color:var(--hero-text)}.hero__button-outline:hover{background:var(--hero-text);color:var(--color-dark)}.hero__rating{display:flex;align-items:center;gap:.8rem;font-size:1.4rem}.hero__rating .rating__stars{color:var(--color-accent);display:inline-flex}.hero__rating svg{width:1.8rem;height:1.8rem}@media screen and (max-width:749px){.hero--large,.hero--full{min-height:74vh}.hero__inner,.hero--text-right .hero__inner{text-align:left;align-items:flex-start;margin:0}.hero--text-center .hero__inner{text-align:center;align-items:center}.hero__image--mobile{display:block}.hero__image:not(.hero__image--mobile){display:none}.hero:not(:has(.hero__image--mobile)) .hero__image{display:block}}.image-with-text{background:var(--section-bg)}.image-with-text__grid{display:grid;grid-template-columns:var(--media-width) 1fr;gap:clamp(2.4rem,5vw,6rem);align-items:center}.image-with-text--right .image-with-text__media-col{order:2}.image-with-text__media-col{position:relative}.image-with-text__badge{position:absolute;bottom:2rem;left:2rem;background:var(--color-accent);color:var(--color-dark);padding:1rem 1.6rem;border-radius:var(--radius-base);font-weight:700;font-size:1.3rem;letter-spacing:.04em;box-shadow:var(--shadow)}.image-with-text__eyebrow{font-size:var(--section-eyebrow-size);font-weight:var(--section-eyebrow-weight, inherit);color:var(--section-eyebrow-color, var(--color-accent))}.image-with-text__heading{margin-bottom:1.2rem;font-size:var(--section-heading-size);font-weight:var(--section-heading-weight, inherit);color:var(--section-heading-color, inherit)}.image-with-text__heading strong,.image-with-text__heading b{font-weight:inherit}.image-with-text__text{color:var(--section-body-color, var(--color-text-muted));font-size:var(--section-body-size, 1.7rem)}.image-with-text__list{display:flex;flex-direction:column;gap:1.2rem;margin:2rem 0}.image-with-text__list li{display:flex;gap:1rem;align-items:flex-start;color:var(--section-body-color, inherit);font-size:var(--section-body-size)}.image-with-text__list svg{width:2.2rem;height:2.2rem;color:var(--color-primary);flex-shrink:0;background:rgba(var(--color-primary-rgb),.12);border-radius:50%;padding:.3rem}.image-with-text__buttons{margin-top:2rem}.image-with-text__button{background:var(--section-btn-bg, var(--color-button-bg))!important;color:var(--section-btn-text, var(--color-button-text))!important;border-color:var(--section-btn-bg, var(--color-button-bg))!important;font-size:var(--section-btn-size);font-weight:var(--section-btn-weight, inherit)}@media screen and (max-width:749px){.image-with-text__grid{grid-template-columns:1fr}.image-with-text--right .image-with-text__media-col{order:0}}.instagram{background:var(--section-bg)}.instagram__subheading{margin:.8rem auto 0;max-width:48rem;font-size:1.6rem;color:var(--color-text-muted)}.instagram__handle{display:inline-flex;align-items:center;gap:.6rem;margin-top:1rem}.instagram__handle svg{width:2rem;height:2rem}.instagram__grid{display:grid;grid-template-columns:repeat(var(--columns),1fr);gap:var(--grid-gap);margin-top:3.2rem}.instagram__item{position:relative;border-radius:var(--radius-image);overflow:hidden}.instagram__item img{width:100%;height:100%;object-fit:cover}.instagram__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:rgba(var(--color-dark-rgb),.35);color:var(--color-light);opacity:0;transition:opacity var(--duration) var(--ease)}.instagram__overlay svg{width:3.2rem;height:3.2rem}.instagram__item:hover .instagram__overlay{opacity:1}@media screen and (max-width:749px){.instagram__grid{grid-template-columns:repeat(2,1fr)}}.main-404{text-align:center;padding-block:clamp(6rem,12vw,12rem)}.main-404__code{font-family:var(--font-heading-family);font-size:clamp(8rem,20vw,16rem);font-weight:600;color:var(--color-secondary);line-height:1;margin:0}.main-404__title{margin:-2rem 0 1.2rem}.main-404__text{color:var(--color-text-muted);font-size:1.7rem;max-width:44rem;margin:0 auto 2.4rem}.main-404__actions{display:flex;gap:1.2rem;justify-content:center;flex-wrap:wrap}.article__header{text-align:center;margin-bottom:2.4rem}.article__title{margin:.8rem 0}.article__meta{display:flex;justify-content:center;gap:1.2rem;color:var(--color-text-muted);font-size:1.4rem}.article__hero{border-radius:var(--radius-image);overflow:hidden;margin-bottom:3.2rem}.article__content{font-size:1.8rem;line-height:1.75}.article__footer{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;padding-block:2.4rem;border-block:1px solid var(--color-border);margin:3.2rem 0;flex-wrap:wrap}.article__comments{margin-top:3.2rem}.article__comment{padding:1.6rem 0;border-bottom:1px solid var(--color-border)}.article__comment-author{color:var(--color-text-muted);font-size:1.4rem}.article__comment-form{margin-top:2.4rem;display:flex;flex-direction:column;gap:.4rem}.article__comment-form .button{align-self:flex-start;margin-top:1rem}.main-blog__header{margin-bottom:3.2rem;text-align:center}.main-blog__featured{display:grid;grid-template-columns:1.2fr 1fr;gap:3.2rem;align-items:center;margin-bottom:4.8rem}.main-blog__featured-media{border-radius:var(--radius-image);overflow:hidden}.main-blog__featured-title{margin:1rem 0}.main-blog__featured-excerpt{color:var(--color-text-muted);font-size:1.7rem;margin-bottom:1.2rem}.main-blog__grid{display:grid;grid-template-columns:repeat(var(--columns),1fr);gap:var(--grid-gap)}.article-card__tag{display:inline-block;font-size:1.2rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-accent);font-weight:600;margin-bottom:.8rem}.article-card__body{padding:1.8rem .4rem}.article-card__title{margin-bottom:.6rem}.article-card__excerpt{color:var(--color-text-muted);margin-bottom:1rem}.article-card__meta{font-size:1.3rem;color:var(--color-text-muted);display:flex;gap:1rem;margin-bottom:1rem}@media screen and (max-width:749px){.main-blog__featured{grid-template-columns:1fr;gap:1.6rem}.main-blog__grid{grid-template-columns:1fr}}.list-collections__grid{display:grid;grid-template-columns:repeat(var(--columns),1fr);gap:var(--grid-gap)}@media screen and (max-width:749px){.list-collections__grid{grid-template-columns:repeat(2,1fr)}}.main-page{background:var(--section-bg, transparent)}.main-page__header{margin-bottom:3.2rem}.main-page__header--center{text-align:center}.main-page__eyebrow{margin:0 0 .8rem;font-weight:700}.main-page__title{margin:0;font-size:var(--page-title-size, clamp(2.8rem, 4vw, 4.2rem));font-weight:var(--page-title-weight, 700);color:var(--page-title-color, var(--color-dark))}.main-page__title strong,.main-page__title b{font-weight:inherit}.main-page__subheading{margin:1.2rem 0 0;font-size:var(--page-body-size, 1.7rem);color:var(--page-body-color, var(--color-text-muted))}.main-page__content,.main-page__extra{font-size:var(--page-body-size, 1.7rem);color:var(--page-body-color, var(--color-text))}.main-page__extra{margin-top:2.4rem}.main-page .breadcrumbs{padding-left:0;padding-right:0}.password{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--password-bg);color:var(--password-text);text-align:center;padding:4rem var(--page-margin)}.password__media{position:absolute;top:0;right:0;bottom:0;left:0}.password__media img{width:100%;height:100%;object-fit:cover}.password__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(var(--color-dark-rgb),.5)}.password__inner{position:relative;max-width:52rem;margin-inline:auto;display:flex;flex-direction:column;gap:1.6rem;align-items:center}.password__brand{font-family:var(--font-heading-family);font-size:2.8rem;letter-spacing:.16em;text-transform:uppercase;margin:0}.password__heading{color:var(--password-text);margin:0}.password__text{opacity:.9}.password__signup{width:100%;max-width:40rem}.password__social{justify-content:center}.password__social a{border-color:#fafaf866;color:var(--password-text)}.password__enter summary{cursor:pointer;font-weight:600;opacity:.85}.password__form{margin-top:1.2rem}.main-search__header{text-align:center;max-width:64rem;margin:0 auto 3.2rem}.main-search__form{display:flex;align-items:center;gap:1rem;border:1px solid var(--color-border);border-radius:var(--radius-button);padding:.6rem .6rem .6rem 1.6rem;margin-top:1.6rem;background:var(--color-light)}.main-search__icon{width:2.2rem;height:2.2rem;color:var(--color-text-muted);flex-shrink:0}.main-search__input{flex:1;border:none;background:transparent;font-size:1.6rem}.main-search__input:focus{outline:none}.main-search__count{color:var(--color-text-muted);margin-bottom:2rem}.main-search__grid{display:grid;grid-template-columns:repeat(var(--columns),1fr);gap:var(--grid-gap)}.main-search__empty{text-align:center;padding:4rem 0;display:flex;flex-direction:column;gap:1.6rem;align-items:center}.search-page-result__body{padding:2rem}@media screen and (max-width:749px){.main-search__grid{grid-template-columns:repeat(2,1fr)}}.newsletter-section{background:var(--section-bg);color:var(--section-text)}.newsletter-section__inner{max-width:56rem;margin-inline:auto;text-align:center}.newsletter-section__heading{color:var(--section-text);margin-bottom:1.2rem}.newsletter-section__text{font-size:1.7rem;opacity:.9;margin-bottom:2.4rem}.newsletter-section .newsletter-form__field{justify-content:center;max-width:44rem;margin-inline:auto}.newsletter-section__disclaimer{font-size:1.3rem;opacity:.7;margin-top:1.6rem}.recently-viewed{background:var(--section-bg)}.recently-viewed__grid{display:grid;grid-template-columns:repeat(var(--columns),1fr);gap:var(--grid-gap)}@media screen and (max-width:749px){.recently-viewed__grid{grid-template-columns:repeat(2,1fr)}}.related-products__grid{display:grid;grid-template-columns:repeat(var(--columns),1fr);gap:var(--grid-gap)}@media screen and (max-width:749px){.related-products__grid{grid-template-columns:repeat(2,1fr)}}.rich-text{background:var(--section-bg);color:var(--section-text)}.rich-text__inner{max-width:var(--width)}.rich-text__inner--center{margin-inline:auto;text-align:center}.rich-text__inner--right{margin-left:auto;text-align:right}.rich-text__eyebrow{font-size:var(--section-eyebrow-size);font-weight:var(--section-eyebrow-weight, inherit);color:var(--section-eyebrow-color, var(--color-accent))}.rich-text__heading{color:var(--section-heading-color, var(--section-text));font-size:var(--section-heading-size);font-weight:var(--section-heading-weight, inherit);margin-bottom:1.6rem}.rich-text__heading strong,.rich-text__heading b{font-weight:inherit}.rich-text__body{font-size:var(--section-body-size, 1.8rem);color:var(--section-body-color, var(--section-text));opacity:.92}.rich-text__buttons{display:flex;gap:1.2rem;flex-wrap:wrap;margin-top:2.4rem}.rich-text__inner--center .rich-text__buttons{justify-content:center}.rich-text__button{background:var(--section-btn-bg, var(--color-button-bg))!important;color:var(--section-btn-text, var(--color-button-text))!important;border-color:var(--section-btn-bg, var(--color-button-bg))!important;font-size:var(--section-btn-size);font-weight:var(--section-btn-weight, inherit)}.rich-text__button-outline{font-size:var(--section-btn-size);font-weight:var(--section-btn-weight, inherit)}.scarcity{background:var(--section-bg);color:var(--section-text);text-align:center}.scarcity__inner{display:flex;flex-direction:column;align-items:center;gap:1.4rem}.scarcity__eyebrow{font-weight:700;letter-spacing:.04em;margin:0;color:var(--section-text);opacity:.9}.scarcity__heading{margin:0;color:var(--section-text);font-size:var(--scarcity-heading-size, inherit);font-weight:var(--scarcity-heading-weight, inherit)}.scarcity__heading strong,.scarcity__heading b{color:var(--section-text)}.scarcity__text{max-width:52rem;opacity:.92}.scarcity__text strong{color:var(--section-text)}.countdown{display:flex;align-items:flex-start;gap:.8rem;margin:.6rem 0}.countdown__unit{display:flex;flex-direction:column;align-items:center;background:#ffffff24;border-radius:var(--radius-base);padding:.8rem 1.2rem;min-width:6.4rem}.countdown__unit span{font-size:2.8rem;font-weight:700;font-variant-numeric:tabular-nums;line-height:1}.countdown__unit small{font-size:1.1rem;opacity:.8;margin-top:.4rem}.countdown__sep{font-size:2.4rem;font-weight:700;align-self:center}.scarcity__price{font-size:2.2rem;display:flex;align-items:baseline;gap:1rem}.scarcity__price s{opacity:.6;font-size:1.7rem}.scarcity__price strong{font-size:2.6rem}.scarcity__button{min-width:28rem;background:var(--scarcity-btn-bg, var(--color-button-bg))!important;color:var(--scarcity-btn-text, var(--color-button-text))!important;border-color:var(--scarcity-btn-bg, var(--color-button-bg))!important;font-size:var(--scarcity-btn-size, inherit)}.scarcity__reassurance{font-size:1.3rem;opacity:.85;margin:0}.testimonials{background:var(--section-bg)}.testimonials__eyebrow{font-size:var(--section-eyebrow-size);font-weight:var(--section-eyebrow-weight, inherit);color:var(--section-eyebrow-color, var(--color-accent))}.testimonials__heading{font-size:var(--section-heading-size);font-weight:var(--section-heading-weight, inherit);color:var(--section-heading-color, inherit)}.testimonials__heading strong,.testimonials__heading b{font-weight:inherit}.testimonials__aggregate{display:inline-flex;align-items:center;gap:.8rem;margin-top:1.2rem;font-size:1.4rem;color:var(--section-body-color, var(--color-text-muted))}.testimonials__aggregate .rating__stars{color:var(--color-accent);display:inline-flex}.testimonials__aggregate svg{width:1.8rem;height:1.8rem}.testimonials__grid{display:grid;grid-template-columns:repeat(var(--columns),1fr);gap:var(--grid-gap)}.testimonial{position:relative;background:var(--color-light);padding:3rem 2.4rem 2.4rem;border-radius:var(--radius-image);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:1.4rem;overflow:hidden;margin:0}.testimonial--photo{padding:0;gap:0}.testimonial__photo{aspect-ratio:1 / 1;overflow:hidden;background:var(--color-secondary, #EFE8DD)}.testimonial__photo img{width:100%;height:100%;object-fit:cover;display:block}.testimonial__body{display:flex;flex-direction:column;gap:1.2rem;padding:2rem 2rem 2.2rem;flex:1}.testimonial:not(.testimonial--photo) .testimonial__body{padding:0}.testimonial__quote-icon{position:absolute;top:1.6rem;right:2rem;width:4rem;height:4rem;color:rgba(var(--color-primary-rgb),.15)}.testimonial__stars{color:var(--color-accent);display:inline-flex}.testimonial__stars svg{width:1.8rem;height:1.8rem}.testimonial__text{margin:0;font-size:var(--section-body-size, 1.55rem);line-height:1.6;color:var(--section-body-color, var(--color-text))}.testimonial__author{display:flex;align-items:center;gap:1rem;margin-top:auto}.testimonial__avatar{border-radius:50%;width:44px;height:44px;object-fit:cover;flex-shrink:0}.testimonial__avatar--initials{display:inline-flex;align-items:center;justify-content:center;background:var(--color-primary, #556B5D);color:#fafaf8;font-size:1.2rem;font-weight:700;letter-spacing:.02em}.testimonial__name{display:block;font-weight:600;color:var(--color-dark)}.testimonial__detail{font-size:1.25rem;color:var(--color-text-muted)}.testimonial__verified{display:inline-flex;align-items:center;gap:.3rem;margin-left:auto;font-size:1.15rem;color:var(--color-success);white-space:nowrap}.testimonial__verified svg{width:1.5rem;height:1.5rem}@media screen and (max-width:749px){.testimonials__grid{grid-template-columns:1fr}}.wishlist__grid{display:grid;grid-template-columns:repeat(var(--columns),1fr);gap:var(--grid-gap)}.wishlist__empty{text-align:center;padding:5rem 0;display:flex;flex-direction:column;gap:1.2rem;align-items:center}.wishlist__empty-icon{width:5.6rem;height:5.6rem;color:var(--color-text-muted)}.wishlist__empty .button{margin-top:1rem}@media screen and (max-width:749px){.wishlist__grid{grid-template-columns:repeat(2,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/21/compiled_assets/styles.css.map */
