.not-found{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;padding-block:7rem 8rem}.not-found__code{font-size:var(--display-hero);font-weight:800;line-height:1;color:var(--color-border-strong);margin:0}.not-found__title{font-size:var(--display-md);margin:0 0 .75rem}.announcement-bar{background:var(--bar-bg);color:var(--bar-fg);text-align:center;padding:.5625rem 1rem}.announcement-bar__text{font-size:var(--text-2xs);letter-spacing:var(--tracking-sm);margin:0}.article{width:100%;max-width:46rem;margin-inline:auto;padding-block:2.75rem 5rem;display:flex;flex-direction:column;gap:1.5rem}.article__header{display:flex;flex-direction:column;gap:.625rem}.article__title{font-size:var(--display-xl);margin:0}.article__meta{font-size:var(--text-sm);color:var(--color-muted);margin:0}.article__hero{border-radius:var(--radius-md);overflow:hidden;background:var(--color-media)}.article__hero-image{width:100%;height:auto;display:block}.article__comments{border-top:1px solid var(--color-border);margin-top:1.5rem;padding-top:2rem;display:flex;flex-direction:column;gap:1.5rem}.article__comments-title{font-size:var(--display-sm);margin:0}.article__comment-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.comment-card{background:var(--color-card);border:1px solid var(--color-border-soft);border-radius:var(--radius-md);padding:1.125rem 1.25rem;display:flex;flex-direction:column;gap:.5rem}.comment-card__meta{display:flex;align-items:baseline;gap:.625rem;font-size:var(--text-2xs);color:var(--color-muted)}.comment-card__author{font-weight:700;color:var(--color-foreground);font-size:var(--text-sm)}.comment-card__body{font-size:var(--text-base);line-height:1.6;color:var(--color-body);margin:0}.article__form-title{font-size:var(--display-xs);margin:0 0 1rem}.comment-form{display:flex;flex-direction:column;gap:1.25rem;align-items:flex-start}.comment-form__fields{display:grid;grid-template-columns:1fr 1fr;gap:1rem;width:100%}.comment-form__field--full{grid-column:1 / -1}.comment-form__error{font-size:var(--text-2xs);color:#b23b3b}.comment-form__success{display:flex;align-items:center;gap:.75rem;background:var(--color-success-bg);color:var(--color-success);border-radius:var(--radius-sm);padding:1rem 1.25rem;width:100%}.comment-form__success svg{flex:none}.comment-form__success p{font-size:var(--text-base);font-weight:600;margin:0}.article__pagination{display:flex;justify-content:center;gap:.75rem;font-size:var(--text-sm)}@media(max-width:40rem){.comment-form__fields{grid-template-columns:1fr}}.blog{padding-block:2.75rem 5rem;display:flex;flex-direction:column;gap:1.75rem}.blog__title{font-size:var(--display-2xl);margin:0}.blog__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.625rem}.article-card{display:flex;flex-direction:column}.article-card__media{display:block;aspect-ratio:3 / 2;border-radius:var(--radius-md);overflow:hidden;background:var(--color-media)}.article-card__image{width:100%;height:100%;object-fit:cover;transition:transform var(--duration-slow) var(--ease-default)}.article-card:hover .article-card__image{transform:scale(1.04)}.article-card__body{display:flex;flex-direction:column;gap:.4375rem;padding-top:.875rem}.article-card__meta{font-size:var(--text-2xs);color:var(--color-muted);margin:0}.article-card__title{font-size:var(--text-xl);font-weight:700;margin:0}.article-card__title a{color:var(--color-foreground)}.article-card__title a:hover{color:var(--color-brand)}.article-card__excerpt{font-size:var(--text-sm);line-height:1.6;color:var(--color-body);margin:0}.blog__empty{color:var(--color-muted);padding-block:2rem;margin:0}.blog__pagination{display:flex;justify-content:center;gap:.75rem;margin-top:1rem;font-size:var(--text-sm)}.blog__pagination .page.current{font-weight:700;color:var(--color-brand)}.blog__pagination a{color:var(--color-foreground)}.blog__pagination a:hover{color:var(--color-brand)}@media(max-width:56.25rem){.blog__grid{grid-template-columns:1fr}}.campaign{padding-block:3rem 4.5rem}.campaign__inner{background:var(--campaign-bg);color:var(--color-brand-contrast);border-radius:var(--radius-md);display:grid;grid-template-columns:1.2fr 1fr;overflow:hidden;align-items:center}.campaign__inner--text-only{grid-template-columns:1fr}.campaign__text{padding:3.5rem}.campaign__eyebrow{font-size:var(--text-3xs);font-weight:700;letter-spacing:var(--tracking-xl);text-transform:uppercase;opacity:.7;margin:0 0 .875rem}.campaign__title{font-size:var(--display-xl);line-height:1.1;margin:0 0 .875rem}.campaign__body{font-size:var(--text-lg);opacity:.85;margin:0 0 1.75rem}.campaign__media{height:100%;min-height:20rem}.campaign__image{width:100%;height:100%;object-fit:cover}@media(max-width:56.25rem){.campaign__inner{grid-template-columns:1fr}.campaign__text{padding:2.5rem}.campaign__media{min-height:14rem;order:-1}}.cart-drawer[hidden]{display:none}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#14161c73}.cart-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:25rem;max-width:100%;background:var(--color-background);display:flex;flex-direction:column;box-shadow:-12px 0 40px #0000002e}.cart-drawer.is-opening .cart-drawer__overlay{animation:cart-fade var(--duration-fast) var(--ease-default) both}.cart-drawer.is-opening .cart-drawer__panel{animation:cart-slide var(--duration-fast) var(--ease-default) both}@keyframes cart-fade{0%{opacity:0}to{opacity:1}}@keyframes cart-slide{0%{transform:translate(100%)}to{transform:none}}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.125rem 1.375rem;border-bottom:1px solid var(--color-border)}.cart-drawer__title{font-size:var(--display-2xs);margin:0}.cart-drawer__close{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border:1px solid var(--color-border);border-radius:var(--radius-xs);background:transparent;color:var(--color-foreground);cursor:pointer}.cart-drawer__close:hover{border-color:var(--color-brand)}.cart-drawer__progress{padding:1rem 1.375rem;border-bottom:1px solid var(--color-border);background:var(--color-surface)}.cart-drawer__progress:empty{display:none}.cart-drawer__body{flex:1;overflow-y:auto;padding:.5rem 1.375rem}.cart-drawer__empty{padding:2.25rem 0;text-align:center;color:var(--color-muted);font-size:var(--text-lg)}.cart-drawer__items{list-style:none;padding:0;margin:0}.cart-line{display:flex;gap:.875rem;padding:1rem 0;border-bottom:1px solid var(--color-border-soft)}.cart-line__media{width:4.25rem;height:4.25rem;border-radius:var(--radius-sm);overflow:hidden;background:var(--color-media);flex:none}.cart-line__image{width:100%;height:100%;object-fit:cover}.cart-line__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.cart-line__title{font-size:var(--text-sm);font-weight:700;color:var(--color-foreground)}.cart-line__variant{font-size:var(--text-2xs);color:var(--color-muted);margin:0}.cart-line__note{font-size:var(--text-3xs);color:var(--color-success);font-weight:600;margin:0}.cart-line__controls{display:flex;align-items:center;gap:.625rem;margin-top:.25rem;flex-wrap:wrap}.cart-line__remove{font-size:var(--text-3xs);text-decoration:underline;color:var(--color-muted);background:none;border:none;cursor:pointer;min-height:1.5rem;padding:.25rem 0}.cart-line__remove:hover{color:var(--color-foreground)}.cart-line__price{font-size:var(--text-sm);font-weight:700;white-space:nowrap}.cart-drawer__footer{border-top:1px solid var(--color-border);padding:1rem 1.375rem 1.25rem;display:flex;flex-direction:column;gap:.5rem;background:var(--color-background)}.cart-drawer__row{display:flex;justify-content:space-between;font-size:var(--text-sm);color:var(--color-body)}.cart-drawer__row--discount{font-weight:700;color:var(--color-success)}.cart-drawer__row--total{font-size:var(--text-xl);font-weight:800;color:var(--color-foreground)}.cart-drawer__checkout{margin-top:.375rem}.cart-drawer__reassurance{text-align:center;font-size:var(--text-3xs);color:var(--color-muted);margin:0}@media(max-width:30rem){.cart-drawer__panel{width:100vw}}.cart-page{padding-block:2.75rem 5rem;display:flex;flex-direction:column;gap:1.75rem}.cart-page__title{font-size:var(--display-2xl);margin:0}.cart-page__count{color:var(--color-muted);font-weight:600}.cart-page__empty{display:flex;flex-direction:column;align-items:flex-start;gap:1.25rem;padding-block:1rem 2rem;color:var(--color-body);font-size:var(--text-lg)}.cart-page__empty p{margin:0}.cart-page__form{display:grid;grid-template-columns:1fr 22rem;gap:3rem;align-items:start}.cart-page__lines{min-width:0}.cart-page__progress:empty{display:none}.cart-page__progress,.cart-page__upsell{max-width:32rem}.cart-page__cross-sell{max-width:calc(100% - 25rem);padding-top:1.75rem;border-top:1px solid var(--color-border)}@media(max-width:56.25rem){.cart-page__cross-sell{max-width:none}}[data-cart-page][data-enhanced] .cart-page__update{display:none}.cart-page__items{list-style:none;margin:0;padding:0;border-top:1px solid var(--color-border)}.cart-item{display:flex;gap:1.25rem;padding:1.375rem 0;border-bottom:1px solid var(--color-border-soft)}.cart-item__media{width:6rem;height:6rem;border-radius:var(--radius-sm);overflow:hidden;background:var(--color-media);flex:none}.cart-item__image{width:100%;height:100%;object-fit:cover}.cart-item__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.3125rem}.cart-item__title{font-size:var(--text-lg);font-weight:700;color:var(--color-foreground)}.cart-item__title:hover{color:var(--color-brand)}.cart-item__variant{font-size:var(--text-xs);color:var(--color-muted);margin:0}.cart-item__note{font-size:var(--text-2xs);color:var(--color-success);font-weight:600;margin:0}.cart-item__controls{display:flex;align-items:center;gap:.875rem;margin-top:.375rem;flex-wrap:wrap}.cart-item__remove{font-size:var(--text-2xs);text-decoration:underline;color:var(--color-muted);min-height:1.5rem;display:inline-flex;align-items:center}.cart-item__remove:hover{color:var(--color-foreground)}.cart-item__price{font-size:var(--text-lg);font-weight:700;white-space:nowrap}.cart-page__summary{background:var(--color-card);border:1px solid var(--color-border-soft);border-radius:var(--radius-md);padding:1.5rem;display:flex;flex-direction:column;gap:.625rem;position:sticky;top:6rem}.cart-page__row{display:flex;justify-content:space-between;font-size:var(--text-sm);color:var(--color-body)}.cart-page__row--discount{font-weight:700;color:var(--color-success)}.cart-page__row--total{font-size:var(--text-xl);font-weight:800;color:var(--color-foreground);padding-top:.375rem;border-top:1px solid var(--color-border-soft);margin-top:.25rem}.cart-page__summary .btn{margin-top:.375rem}.cart-page__reassurance{text-align:center;font-size:var(--text-3xs);color:var(--color-muted);margin:.25rem 0 0}@media(max-width:56.25rem){.cart-page__form{grid-template-columns:1fr;gap:1.75rem}.cart-page__summary{position:static}}@media(max-width:40rem){.cart-item{gap:1rem}.cart-item__media{width:4.5rem;height:4.5rem}}.collections-page{padding-block:2.75rem 5rem;display:flex;flex-direction:column;gap:1.75rem}.collections-page__title{font-size:var(--display-2xl);margin:0}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:max(var(--grid-gap),1.25rem)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.collection-card__media{aspect-ratio:1;border-radius:var(--radius-md);overflow:hidden;background:var(--color-media)}.collection-card__image{width:100%;height:100%;object-fit:cover;transition:transform var(--duration-slow) var(--ease-default)}.collection-card:hover .collection-card__image{transform:scale(1.04)}.collection-card__content{display:flex;flex-direction:column;gap:.25rem;padding-top:.75rem}.collection-card__title{font-size:var(--text-xl);font-weight:700;color:var(--color-foreground);margin:0}.collection-card:hover .collection-card__title{color:var(--color-brand)}.collection-card__description{font-size:var(--text-sm);line-height:1.6;color:var(--color-body);margin:0}.contact{width:100%;display:grid;grid-template-columns:1fr 1.2fr;gap:3rem;align-items:start;padding-block:3rem 4.5rem}.contact__eyebrow{margin:0 0 .75rem}.contact__title{font-size:var(--display-lg);margin:0 0 1rem}.contact__lead{font-size:var(--text-base);line-height:1.6;color:var(--color-body);margin:0 0 1.75rem;max-width:52ch}.contact__chat{display:flex;flex-direction:column;align-items:flex-start;gap:.375rem;background:var(--color-brand);color:var(--color-brand-contrast);border-radius:var(--radius-md);padding:1.75rem;margin-bottom:1.75rem}.contact__chat[hidden]{display:none}.contact__chat-title{font-size:var(--display-xs);margin:0}.contact__chat-body{font-size:var(--text-base);line-height:1.6;opacity:.85;margin:0 0 1rem}.contact__rows{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.contact__row{display:flex;align-items:flex-start;gap:.875rem;padding-block:1rem;border-top:1px solid var(--color-border-soft)}.contact__row:last-child{border-bottom:1px solid var(--color-border-soft)}.contact__row-icon{flex:none;color:var(--color-brand);transform:translateY(2px)}.contact__row-text{display:flex;flex-direction:column;gap:.125rem}.contact__row-label{font-size:var(--text-2xs);font-weight:700;letter-spacing:var(--tracking-sm);text-transform:uppercase;color:var(--color-muted)}.contact__row-value{font-size:var(--text-base);color:var(--color-foreground)}a.contact__row-value{display:inline-flex;align-items:center;min-height:1.5rem;text-decoration:underline;text-underline-offset:3px;transition:color var(--duration-fast) var(--ease-default)}a.contact__row-value:hover{color:var(--color-brand)}.contact__note{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:1.125rem 1.25rem;margin-top:1.5rem;font-size:var(--text-sm);color:var(--color-body)}.contact__form-card{background:var(--color-card);border:1px solid var(--color-border-soft);border-radius:var(--radius-md);padding:1.75rem}.contact__form-title{font-size:var(--display-xs);margin:0 0 1.25rem}.contact__form{display:flex;flex-direction:column;gap:1.25rem;align-items:flex-start}.contact__fields{display:grid;grid-template-columns:1fr 1fr;gap:1rem;width:100%}.contact__field--full{grid-column:1 / -1}.contact__error{font-size:var(--text-2xs);color:#b23b3b}.contact__success{display:flex;align-items:center;gap:.75rem;background:var(--color-success-bg);color:var(--color-success);border-radius:var(--radius-sm);padding:1rem 1.25rem;width:100%}.contact__success svg{flex:none}.contact__success p{font-size:var(--text-base);font-weight:600;margin:0}@media(max-width:56.25rem){.contact{grid-template-columns:1fr;gap:2.25rem}.contact__fields{grid-template-columns:1fr}}.content-grid{width:100%;padding-block:3rem 4rem}.content-grid__header{margin-bottom:1.75rem}.content-grid__intro{max-width:46rem;font-size:var(--text-lg);color:var(--color-body);margin-bottom:2.5rem}.content-grid__intro:last-child{margin-bottom:0}.content-grid__items{display:grid;gap:2.75rem 3rem}.content-grid__items--cols-1{grid-template-columns:1fr;max-width:46rem}.content-grid__items--cols-2{grid-template-columns:repeat(2,1fr)}.content-grid__items--cols-3{grid-template-columns:repeat(3,1fr)}.content-grid__items--rows{grid-template-columns:1fr;gap:0}.content-grid__items--rows .content-grid__item{display:grid;grid-template-columns:minmax(12rem,16rem) 1fr;gap:2.5rem;align-items:start;padding-block:2.25rem;border-top:1px solid var(--color-border)}.content-grid__items--rows .content-grid__item:last-child{border-bottom:1px solid var(--color-border)}.content-grid__items--rows .content-grid__head{margin-bottom:0}.content-grid__items--rows .content-grid__head+.content-grid__body{padding-left:0}.content-grid__items--cards{gap:1.25rem}.content-grid__item--card{background:var(--color-card);border:1px solid var(--color-border-soft);border-radius:var(--radius-md);padding:1.875rem}.content-grid__head{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.content-grid__icon{flex:none;display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:999px;background:var(--color-surface);color:var(--color-brand)}.content-grid__item--card .content-grid__icon{background:var(--color-background)}.content-grid__icon--image{background:none}.content-grid__icon-img{width:2.5rem;height:2.5rem;object-fit:contain}.content-grid__heading{font-size:var(--display-xs);margin:0}.content-grid__head+.content-grid__body{padding-left:3.25rem}.content-grid__body{font-size:var(--text-base);line-height:1.6;color:var(--color-body)}@media(max-width:56.25rem){.content-grid__items--cols-2,.content-grid__items--cols-3{grid-template-columns:1fr;gap:1.75rem}.content-grid__items--cards{gap:1.25rem}.content-grid__items--rows .content-grid__item{grid-template-columns:1fr;gap:.875rem}}.faq{width:100%;max-width:48rem;padding-block:3rem 4.5rem}.faq__header{margin-bottom:1.25rem}.faq__item{border-bottom:1px solid var(--color-border)}.faq__item:first-child{border-top:1px solid var(--color-border)}.faq__question{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:1.125rem;font-size:var(--text-lg);font-weight:600;cursor:pointer;list-style:none;transition:color var(--duration-fast) var(--ease-default)}.faq__question::-webkit-details-marker{display:none}.faq__question:hover{color:var(--color-brand)}.faq__chevron{flex:none;color:var(--color-muted);transition:transform var(--duration-fast) var(--ease-default)}.faq__item[open] .faq__chevron{transform:rotate(180deg)}.faq__answer{font-size:var(--text-base);line-height:1.6;color:var(--color-body);padding-bottom:1.375rem;max-width:62ch}.featured-products{padding-block:4rem 1.5rem;display:flex;flex-direction:column;gap:2rem}.featured-products__grid{display:grid;min-width:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.625rem}.featured-products__empty{color:var(--color-muted)}@media(max-width:56.25rem){.featured-products__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:30rem){.featured-products__grid{grid-template-columns:minmax(0,1fr)}}.footer{background:var(--color-footer-background);color:var(--color-footer-text);margin-top:auto}.footer__inner{max-width:var(--page-width);margin:0 auto;padding:3.5rem var(--page-margin) 2.5rem;display:flex;gap:3rem}.footer__brand{flex:1.4 1 0}.footer__col{flex:1 1 0;min-width:0}.footer__col--payment{flex:1.25 1 0}.footer__logo{display:inline-flex;align-items:center;min-height:1.5rem}.footer__logo-img{height:2.25rem;width:auto;margin-bottom:1rem;filter:brightness(0) invert(1)}.footer__logo-img--custom{filter:none}.footer__logo-text{font-weight:700;font-size:var(--display-2xs);color:var(--color-background)}.footer__tagline{margin:0;font-size:var(--text-sm);line-height:1.65;max-width:36ch}.footer__col-empty{font-size:var(--text-2xs);color:var(--color-footer-text);opacity:.7;margin:0}.footer__col-heading{font-size:var(--text-2xs);font-weight:700;letter-spacing:var(--tracking-lg);text-transform:uppercase;color:var(--color-background);margin:0 0 .875rem}.footer__col-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5625rem;font-size:var(--text-sm)}.footer__link,.footer__social-link{color:var(--color-footer-text);transition:color var(--duration-fast) var(--ease-default)}.footer__link:hover,.footer__social-link:hover{color:var(--color-background)}.footer__payment{display:flex;flex-wrap:wrap;gap:.4375rem}.footer__payment-icon{width:2.375rem;height:auto;border-radius:var(--radius-sm)}.footer__bottom{border-top:1px solid var(--color-footer-border)}.footer__bottom-inner{max-width:var(--page-width);margin:0 auto;padding:1.125rem var(--page-margin);display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.625rem 2rem;font-size:var(--text-2xs)}.footer__policies{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.375rem 1.125rem}.footer__social{display:flex;gap:1.125rem}@media(max-width:56.25rem){.footer__inner{flex-direction:column;gap:2rem}.footer__bottom-inner{align-items:flex-start;flex-direction:column}.footer__bottom-inner>nav,.footer__policies{max-width:100%;min-width:0}}.header{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--color-background) 92%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--color-border)}.header__bar{max-width:var(--page-width);margin:0 auto;padding:0 var(--page-margin);height:4.25rem;display:flex;align-items:center;gap:2.5rem}.header__logo{display:flex;align-items:center;background:var(--logo-bg);border-radius:var(--radius-sm);padding:.4375rem .8125rem;flex:none}.header__logo-img{height:1.875rem;width:auto}.header__logo-text{color:var(--color-brand-contrast);font-weight:700;font-size:var(--text-lg)}.header__logo--plain{background:none;padding:.4375rem 0}.header__logo--plain .header__logo-text{color:var(--color-foreground)}.header__nav{display:flex;gap:1.625rem;flex:1}.header__nav-link{font-size:var(--text-sm);font-weight:500;color:var(--color-foreground);padding:.375rem 0;border-bottom:2px solid transparent;transition:color var(--duration-fast) var(--ease-default),border-color var(--duration-fast) var(--ease-default)}.header__nav-link:hover{color:var(--color-brand)}.header__nav-link.is-active{border-bottom-color:var(--color-brand)}.header__actions{display:flex;align-items:center;gap:1.375rem;font-size:var(--text-sm);font-weight:500}.header__action{display:flex;align-items:center;gap:.375rem;background:none;border:none;cursor:pointer;color:var(--color-foreground);position:relative;padding:.25rem 0;min-height:2.75rem;min-width:2.75rem;justify-content:center;transition:color var(--duration-fast) var(--ease-default)}.header__action:hover{color:var(--color-brand)}.header__cart-count{display:inline-flex}.header__toggle{display:none;width:2.75rem;height:2.75rem;align-items:center;justify-content:center;border:1px solid var(--color-border);border-radius:var(--radius-xs);background:transparent;color:var(--color-foreground);cursor:pointer}.header__toggle:hover{border-color:var(--color-brand)}.header__toggle-icon--close,.header[data-menu-open] .header__toggle-icon--open{display:none}.header[data-menu-open] .header__toggle-icon--close{display:inline-flex}.header__mobile{border-top:1px solid var(--color-border);background:var(--color-background);animation:fade-up var(--duration-fast) var(--ease-default) both}.header__mobile-nav{padding:.75rem var(--page-margin) 1.25rem;display:flex;flex-direction:column}.header__mobile-link{display:flex;align-items:center;justify-content:space-between;font-weight:600;font-size:var(--display-2xs);color:var(--color-foreground);padding:.8125rem 0;border-bottom:1px solid var(--color-border-soft)}.header__mobile-link.is-active{color:var(--color-brand)}.header__mobile-actions{display:flex;gap:1.5rem;padding:1.125rem 0 .25rem;font-size:var(--text-sm);font-weight:600}.header__mobile-action{display:flex;align-items:center;gap:.375rem;color:var(--color-foreground)}@media(max-width:63.75rem){.header__nav,.header__action--account{display:none}.header__action--search .header__action-label,.header__action--cart .header__action-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__actions{flex:1;justify-content:flex-end}.header__toggle{display:flex}}@media(min-width:63.76rem){.header__mobile{display:none}}.hero{display:grid;grid-template-columns:1fr 1.05fr;gap:3.5rem;align-items:center;padding-block:3.5rem 4.5rem}.hero__eyebrow{margin-bottom:1.25rem}.hero__title{font-size:var(--display-hero);line-height:1.04;margin:0 0 1.375rem}.hero__body{font-size:var(--text-xl);line-height:1.6;color:var(--color-body);margin:0 0 2.125rem;max-width:44ch}.hero__actions{display:flex;gap:.875rem;flex-wrap:wrap}.hero__media{aspect-ratio:1 / 1;border-radius:var(--radius-md);overflow:hidden;background:var(--color-media)}.hero__image{width:100%;height:100%;object-fit:cover}@media(max-width:63.75rem){.hero{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:43.75rem){.hero{grid-template-columns:1fr;padding-block:2.5rem 3rem}}.collection{padding-block:2.75rem 5rem;display:flex;flex-direction:column;gap:1.5rem}.collection__head{display:flex;align-items:baseline;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.collection__title{font-size:var(--display-2xl);margin:0}.collection__meta{font-size:var(--text-sm);color:var(--color-muted);margin:0}.collection__description{max-width:60ch;color:var(--color-body);font-size:var(--text-base);line-height:1.6}.collection__chips{display:flex;gap:.625rem;flex-wrap:wrap;margin-block:.5rem 1rem}.collection__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.625rem;min-width:0}.collection__empty{color:var(--color-muted);padding-block:2rem}.collection__pagination{display:flex;justify-content:center;gap:.75rem;margin-top:2.5rem;font-size:var(--text-sm)}.collection__pagination .page.current{font-weight:700;color:var(--color-brand)}.collection__pagination a{color:var(--color-foreground)}.collection__pagination a:hover{color:var(--color-brand)}@media(max-width:56.25rem){.collection__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:30rem){.collection__grid{grid-template-columns:minmax(0,1fr)}}.product{padding-block:2.75rem 5rem}.product__layout{display:grid;grid-template-columns:1.05fr 1fr;gap:2.75rem;align-items:start;margin-top:1.5rem}.product__gallery,.product__panel,.product__panel form,.product__purchase-row,.product__purchase-text{min-width:0}.product__main-media{aspect-ratio:1 / 1;border-radius:var(--radius-md);overflow:hidden;background:var(--color-media)}.product__main-image{width:100%;height:100%;object-fit:cover}.product__thumbs{display:flex;gap:.625rem;margin-top:.75rem;flex-wrap:wrap}.product__thumb{width:5.25rem;height:5.25rem;border-radius:var(--radius-sm);overflow:hidden;background:var(--color-media);border:2px solid transparent;padding:0;cursor:pointer}.product__thumb.is-active{border-color:var(--color-brand)}.product__thumb-image{width:100%;height:100%;object-fit:cover}.product__panel{display:flex;flex-direction:column;gap:1.375rem}.product__title{font-size:var(--display-lg);line-height:1.08;margin:0}.product__description{font-size:var(--text-lg);line-height:1.65;color:var(--color-body)}.product__option-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.625rem}.product__option-name{font-size:var(--text-2xs);font-weight:700;letter-spacing:var(--tracking-md);text-transform:uppercase;color:var(--color-muted)}.product__size-guide{font-size:var(--text-2xs);text-decoration:underline;color:var(--color-body)}.product__chips,.product__breaks-grid{display:flex;gap:.5rem;flex-wrap:wrap}.product__panel form,.product__form-inner{display:flex;flex-direction:column;gap:1.375rem}.product__panel form>input[type=hidden]{display:none}.product__chip-label{display:inline-flex;cursor:pointer}.product__chip{display:inline-flex;align-items:center;justify-content:center;font-size:var(--text-sm);font-weight:600;line-height:1.2;padding:.6875rem 1.125rem;min-height:2.75rem;border-radius:var(--radius-xs);border:1px solid var(--color-border-strong);background:transparent;color:var(--color-foreground);transition:background-color var(--duration-fast) var(--ease-default),color var(--duration-fast) var(--ease-default),border-color var(--duration-fast) var(--ease-default)}.product__chip-label:hover .product__chip{border-color:var(--color-brand)}.product__chip-input:checked+.product__chip{background:var(--color-brand);color:var(--color-brand-contrast);border-color:var(--color-brand)}.product__chip-input:focus-visible+.product__chip{outline:2px solid #ffffff;outline-offset:2px;box-shadow:0 0 0 6px #14161c}.product__chip--swatch{gap:.5rem;padding-inline:.75rem 1rem}.product__swatch{width:1.125rem;height:1.125rem;border-radius:50%;flex:none;background-size:cover;background-position:center;box-shadow:inset 0 0 0 1px #14161c40}.product__chip-label:has([value*=\e4rgglada]) .product__swatch,.product__chip-label:has([value*=\e4rglada]) .product__swatch,.product__chip-label:has([value*=erf\e4rgad]) .product__swatch{background-image:conic-gradient(#d64545,#e08b3c,#e6c229,#4a9d5b,#3d7ea6,#6a4ca5,#d64545)}.product__breaks-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.625rem;padding-top:.5rem}.product__break{cursor:pointer}.product__break-box{position:relative;display:flex;flex-direction:column;align-items:center;gap:.125rem;text-align:center;border:1.5px solid var(--color-border-strong);border-radius:var(--radius-sm);padding:.875rem .5rem .75rem}.product__break-qty{font-size:var(--text-sm);font-weight:700}.product__break-price{font-size:var(--text-xs);color:var(--color-body)}.product__break-badge{position:absolute;top:-.625rem;left:50%;transform:translate(-50%);white-space:nowrap;font-size:var(--text-3xs);font-weight:700;color:var(--color-brand-contrast);background:var(--color-success);border-radius:var(--radius-pill);padding:.2rem .5625rem}.product__break-input:checked+.product__break-box{border-color:var(--color-brand);background:var(--color-card)}.product__break-input:focus-visible+.product__break-box{outline:2px solid #ffffff;outline-offset:2px;box-shadow:0 0 0 6px #14161c}.product__purchase{display:flex;flex-direction:column;gap:.625rem}.product__purchase-rows{border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);overflow:hidden}.product__purchase-rows>*+*{border-top:1px solid var(--color-border-soft)}.product__purchase-row{display:flex;align-items:center;gap:.75rem;padding:.8125rem .875rem;cursor:pointer}.product__purchase-row:has(.product__purchase-input:checked),.product__purchase-sub:has(.product__purchase-input:checked){background:var(--color-card)}.product__purchase-dot{width:1.125rem;height:1.125rem;border-radius:50%;border:1.5px solid var(--color-border-strong);flex:none;position:relative;transition:border-color var(--duration-fast) var(--ease-default)}.product__purchase-input:checked+.product__purchase-dot{border-color:var(--color-brand)}.product__purchase-input:checked+.product__purchase-dot:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background:var(--color-brand)}.product__purchase-input:focus-visible+.product__purchase-dot{outline:2px solid #ffffff;outline-offset:2px;box-shadow:0 0 0 6px #14161c}.product__purchase-text{flex:1;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;font-size:var(--text-sm);font-weight:700}.product__purchase-save{font-size:var(--text-3xs);font-weight:700;color:var(--color-success);background:var(--color-success-bg);border-radius:var(--radius-pill);padding:.2rem .5625rem}.product__purchase-price{font-size:var(--text-sm);font-weight:700;white-space:nowrap}.product__purchase-freq{padding:0 .875rem .8125rem 2.75rem}.product__purchase-freq[hidden]{display:none}.product__purchase-select{width:100%;font-family:inherit;font-size:var(--text-sm);color:var(--color-foreground);background:var(--color-background);border:1px solid var(--color-border-strong);border-radius:var(--style-border-radius-inputs);padding:.5rem .625rem}.product__purchase-select:focus-visible{border-color:var(--color-brand)}@media(forced-colors:active){.product__chip-input:focus-visible+.product__chip,.product__break-input:focus-visible+.product__break-box,.product__purchase-input:focus-visible+.product__purchase-dot{outline-color:CanvasText;box-shadow:none}}.product__stock{display:flex;align-items:center;gap:.5rem;font-size:var(--text-2xs);font-weight:600;color:var(--color-success)}.product__stock-dot{width:.5rem;height:.5rem;border-radius:50%;background:var(--color-success)}.product__stock-dot--out{background:var(--color-muted)}.product__trust{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;text-align:center;font-size:var(--text-3xs);font-weight:600;color:var(--color-soft)}.product__trust-item{border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.5625rem .375rem}.product__details{border-top:1px solid var(--color-border);margin-top:.375rem}.product__detail{border-bottom:1px solid var(--color-border)}.product__detail-title{font-size:var(--text-sm);font-weight:700;padding:1rem 0;cursor:pointer;list-style:none}.product__detail-title::-webkit-details-marker{display:none}.product__detail-body{font-size:var(--text-base);line-height:1.6;color:var(--color-body);padding-bottom:1rem}.product-sticky{position:fixed;left:0;right:0;bottom:0;z-index:150;background:var(--color-background);border-top:1px solid var(--color-border);padding:.625rem var(--page-margin);display:flex;align-items:center;gap:.75rem;box-shadow:0 -6px 20px #00000012}.product-sticky__info{flex:1;min-width:0;display:flex;flex-direction:column}.product-sticky__name{font-size:var(--text-2xs);font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-sticky__price{font-size:var(--text-2xs);color:var(--color-body)}@media(max-width:56.25rem){.product__layout{grid-template-columns:1fr;gap:1.75rem}}@media(max-width:30rem){.product__breaks-grid,.product__trust{grid-template-columns:1fr}.product__purchase-row{align-items:flex-start;flex-wrap:wrap}.product__purchase-price{margin-inline-start:auto;white-space:normal;overflow-wrap:anywhere}.product-sticky__name{display:none}}@media(min-width:56.26rem){.product-sticky{display:none}}.newsletter{background:var(--color-surface);border-top:1px solid var(--color-border)}.newsletter__inner{max-width:var(--page-width);margin:0 auto;padding:3.5rem var(--page-margin);display:grid;grid-template-columns:1.2fr 1fr;gap:2rem;align-items:center}.newsletter__heading{font-size:var(--display-xs);margin:0 0 .5rem}.newsletter__subtext{margin:0;font-size:var(--text-base);color:var(--color-body)}.newsletter__row{display:flex;gap:.625rem;flex-wrap:wrap}.newsletter__input{flex:1;min-width:12.5rem;font-family:inherit;font-size:var(--text-base);color:var(--color-foreground);background:var(--color-card);border:1px solid var(--color-border-strong);border-radius:var(--radius-xs);padding:.875rem 1rem;transition:border-color var(--duration-fast) var(--ease-default)}.newsletter__input:focus-visible{border-color:var(--color-brand)}.newsletter__disclaimer{font-size:var(--text-3xs);color:var(--color-muted);margin:.625rem 0 0}.newsletter__error{font-size:var(--text-2xs);color:#b23b3b;margin:.625rem 0 0}.newsletter__success{display:flex;align-items:center;gap:.625rem;font-size:var(--text-lg);font-weight:700;color:var(--color-success);margin:0}@media(max-width:56.25rem){.newsletter__inner{grid-template-columns:1fr}}.page-hero--band{background:var(--color-surface);border-bottom:1px solid var(--color-border)}.page-hero__inner{max-width:var(--page-width);margin-inline:auto;padding:4rem var(--page-margin) 4.5rem}.page-hero__eyebrow{margin:0 0 1.125rem}.page-hero__title{font-size:var(--display-2xl);line-height:1.08;margin:0;max-width:24ch}.page-hero__body{font-size:var(--text-xl);line-height:1.6;color:var(--color-body);margin:1.375rem 0 0;max-width:62ch}.page-hero__inner--center{text-align:center}.page-hero__inner--center .page-hero__title,.page-hero__inner--center .page-hero__body{margin-inline:auto}.page-hero__inner--right{text-align:right}.page-hero__inner--right .page-hero__title,.page-hero__inner--right .page-hero__body{margin-inline-start:auto}.page-hero__inner--split{display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:center}.page-hero__media{aspect-ratio:4 / 3;border-radius:var(--radius-md);overflow:hidden;background:var(--color-media)}.page-hero__image{width:100%;height:100%;object-fit:cover}@media(max-width:43.75rem){.page-hero__inner{padding-block:2.75rem 3rem}.page-hero__inner--split{grid-template-columns:1fr;gap:1.75rem}.page-hero__media{aspect-ratio:16 / 10}}.page-main{width:100%;max-width:46rem;margin-inline:auto;padding-block:3rem 5rem}.page-main__title{font-size:var(--display-xl);margin:0 0 1.5rem}.password-page{display:flex;justify-content:center;padding:14vh var(--page-margin) 4rem;min-height:80vh}.password-card{width:100%;max-width:26rem;height:fit-content;background:var(--color-card);border:1px solid var(--color-border-soft);border-radius:var(--radius-md);padding:2.25rem 2rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.875rem}.password-card__logo{width:10rem;height:auto}.password-card__brand{display:inline-block;background:var(--color-brand);color:var(--color-brand-contrast);font-size:var(--text-xl);font-weight:800;letter-spacing:.04em;padding:.375rem .875rem;border-radius:var(--radius-xs);margin:0}.password-card__title{font-size:var(--display-xs);margin:.5rem 0 0}.password-card__message{font-size:var(--text-base);line-height:1.6;color:var(--color-body);margin:0}.password-card__form{width:100%;display:flex;flex-direction:column;gap:1rem;margin-top:.5rem;text-align:left}.password-card__error{font-size:var(--text-2xs);color:#b23b3b;margin:0}.reviews{padding-block:3rem 1rem;border-top:1px solid var(--color-border);display:flex;flex-direction:column;gap:1.75rem}.reviews__head{display:flex;align-items:baseline;gap:1rem;flex-wrap:wrap}.reviews__title{font-size:var(--display-md);margin:0}.reviews__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.reviews__more{display:flex;flex-direction:column;gap:1.75rem;align-items:flex-start}.reviews__more-toggle{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:2.75rem;padding:.6875rem 1rem;font-family:inherit;font-size:var(--text-sm);font-weight:600;line-height:1;color:var(--color-foreground);background:transparent;border:1px solid var(--color-foreground);border-radius:var(--radius-xs);cursor:pointer;list-style:none;transition:background-color var(--duration-fast) var(--ease-default),color var(--duration-fast) var(--ease-default)}.reviews__more-toggle:hover{background:var(--color-foreground);color:var(--color-background)}.reviews__more-toggle::-webkit-details-marker{display:none}.reviews__more-label--open,.reviews__more[open] .reviews__more-label{display:none}.reviews__more[open] .reviews__more-label--open{display:inline}.reviews__grid--more{width:100%}.reviews__empty{margin:0;max-width:52ch;opacity:.75}@media(max-width:56.25rem){.reviews__grid{grid-template-columns:1fr}}.related:not(:empty){padding-block:3rem 1rem;display:block}.related__title{font-size:var(--display-md);margin:0 0 1.75rem}.related__grid{display:grid;min-width:0;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.375rem}@media(max-width:56.25rem){.related__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:30rem){.related__grid{grid-template-columns:minmax(0,1fr)}}.reseller-signup{background:var(--color-surface);border-top:1px solid var(--color-border)}.reseller-signup__inner{max-width:var(--page-width);margin:0 auto;padding:4rem var(--page-margin) 5rem;display:grid;grid-template-columns:minmax(0,1fr) minmax(23rem,27rem);gap:2.5rem 4.5rem;align-items:start}.reseller-signup__main{min-width:0;display:flex;flex-direction:column;gap:2rem}.reseller-signup__head{display:flex;flex-direction:column;gap:.625rem;max-width:60ch}.reseller-signup__head .eyebrow{margin:0}.reseller-signup__title{font-size:var(--display-lg);margin:0}.reseller-signup__lead{font-size:var(--text-base);line-height:1.6;color:var(--color-body);margin:0}.reseller-signup__models{display:flex;flex-direction:column}.model-row{display:flex;flex-direction:column;align-items:flex-start;gap:.625rem;padding-block:1.625rem;border-top:1px solid var(--color-border)}.model-row:last-child{border-bottom:1px solid var(--color-border)}.model-row__title{font-size:var(--display-xs);margin:0}.model-row__body{font-size:var(--text-base);line-height:1.6;color:var(--color-body);max-width:52ch;margin:0}.model-row__benefits{display:flex;flex-direction:column;gap:.5rem;list-style:none;margin:.125rem 0 0;padding:0;font-size:var(--text-sm);color:var(--color-body)}.model-row__benefits li{display:flex;align-items:baseline;gap:.5rem}.model-row__benefits svg{flex:none;color:var(--color-success);transform:translateY(2px)}.model-row__closing-heading{margin:.5rem 0 0}.model-row__closing{font-size:var(--text-sm);line-height:1.6;color:var(--color-body);max-width:52ch;margin:0}.model-row__button{margin-top:.25rem}.reseller-signup__form-card{background:var(--color-card);border:1px solid var(--color-border-soft);border-radius:var(--radius-md);padding:2rem;container-type:inline-size}.reseller-signup__form-title{font-size:var(--display-xs);margin:0 0 1.25rem}.reseller-signup__form{display:flex;flex-direction:column;gap:1.25rem;align-items:flex-start}.reseller-signup__type{border:0;padding:0;margin:0}.reseller-signup__legend{font-size:var(--text-2xs);font-weight:700;letter-spacing:var(--tracking-sm);text-transform:uppercase;color:var(--color-muted);padding:0;margin-bottom:.5rem}.reseller-signup__type-chips{display:flex;gap:.625rem;flex-wrap:wrap}.reseller-signup__chip-label{display:inline-flex;cursor:pointer;min-height:2.75rem}.reseller-signup__chip{display:inline-flex;align-items:center;justify-content:center;font-size:var(--text-sm);font-weight:600;line-height:1.2;padding:.6875rem 1.125rem;border-radius:var(--radius-xs);border:1px solid var(--color-border-strong);background:var(--color-background);color:var(--color-foreground);transition:background-color var(--duration-fast) var(--ease-default),color var(--duration-fast) var(--ease-default),border-color var(--duration-fast) var(--ease-default)}.reseller-signup__chip-label:hover .reseller-signup__chip{border-color:var(--color-brand)}.reseller-signup__chip-input:checked+.reseller-signup__chip{background:var(--color-brand);color:var(--color-brand-contrast);border-color:var(--color-brand)}.reseller-signup__chip-input:focus-visible+.reseller-signup__chip{outline:2px solid #ffffff;outline-offset:2px;box-shadow:0 0 0 6px #14161c}@media(forced-colors:active){.reseller-signup__chip-input:focus-visible+.reseller-signup__chip{outline-color:CanvasText;box-shadow:none}}.reseller-signup__fields{display:grid;grid-template-columns:1fr 1fr;gap:1rem;width:100%}.reseller-signup__field--full{grid-column:1 / -1}@container (max-width: 30rem){.reseller-signup__fields{grid-template-columns:1fr}}.reseller-signup__alt{margin:1.25rem 0 0;padding-top:1.25rem;border-top:1px solid var(--color-border-soft);font-size:var(--text-sm);line-height:1.6;color:var(--color-muted)}.reseller-signup__alt a{color:var(--color-brand);text-decoration:underline;text-underline-offset:2px}.reseller-signup__error{font-size:var(--text-2xs);color:#b23b3b}.reseller-signup__success{display:flex;align-items:center;gap:.75rem;background:var(--color-success-bg);color:var(--color-success);border-radius:var(--radius-sm);padding:1rem 1.25rem;width:100%}.reseller-signup__success svg{flex:none}.reseller-signup__success p{font-size:var(--text-base);font-weight:600;margin:0}@media(max-width:56.25rem){.reseller-signup__inner{grid-template-columns:1fr;gap:2.5rem}}.resellers{display:flex;flex-direction:column;gap:1.5rem;padding-block:2.75rem 5rem}.resellers__head{display:flex;flex-direction:column;gap:.625rem;max-width:60ch}.resellers__head .eyebrow{margin:0}.resellers__title{font-size:var(--display-2xl);margin:0}.resellers__lead{font-size:var(--text-base);line-height:1.6;color:var(--color-body);margin:0}.resellers__filters{display:flex;gap:.625rem;flex-wrap:wrap}.resellers__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;list-style:none;margin:.5rem 0 0;padding:0}.reseller-card[hidden]{display:none}.reseller-card{background:var(--color-card);border:1px solid var(--color-border-soft);border-radius:var(--radius-md);padding:1.375rem;display:flex;flex-direction:column;gap:.625rem}.reseller-card__top{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.reseller-card__city{margin:0}.reseller-card__name{font-size:var(--text-xl);font-weight:700;margin:0}.reseller-card__contact{display:flex;flex-direction:column;gap:.5rem;list-style:none;margin:.125rem 0 0;padding:0;font-size:var(--text-sm);color:var(--color-body)}.reseller-card__contact li{display:flex;align-items:center;gap:.5rem}.reseller-card__contact svg{flex:none;color:var(--color-muted)}.reseller-card__contact a{display:inline-flex;align-items:center;min-height:1.5rem;color:inherit;transition:color var(--duration-fast) var(--ease-default)}.reseller-card__external-icon{display:inline-flex;margin-inline-start:.2rem;vertical-align:text-bottom}.reseller-card__contact a:hover{color:var(--color-brand)}.resellers__empty{color:var(--color-muted);padding-block:2rem;margin:0}.resellers__none{border:1px dashed var(--color-border-strong);border-radius:var(--radius-md);padding:2.75rem 1.5rem;text-align:center;font-size:var(--text-base);color:var(--color-muted);margin:.5rem 0 0}.resellers__none[hidden]{display:none}@media(max-width:56.25rem){.resellers__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:40rem){.resellers__grid{grid-template-columns:1fr}}.search{padding-block:2.75rem 5rem;display:flex;flex-direction:column;gap:2rem}.search__head{display:flex;flex-direction:column;gap:1.25rem}.search__title{font-size:var(--display-2xl);margin:0}.search__form{display:flex;gap:.75rem;flex-wrap:wrap;max-width:40rem}.search__field{flex:1;min-width:14rem;display:flex;align-items:center;gap:.625rem;padding:0 .875rem;background:var(--color-card);border:1px solid var(--color-border-strong);border-radius:var(--radius-xs);color:var(--color-muted);transition:border-color var(--motion-fast) var(--ease-out)}.search__field:focus-within{border-color:var(--color-brand)}.search__input{flex:1;border:none;background:none;font-family:inherit;font-size:var(--text-base);color:var(--color-foreground);padding:.8125rem 0}.search__meta{font-size:var(--text-sm);color:var(--color-muted);margin:0}.search__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.625rem}.search__other{display:flex;gap:1rem;align-items:center;color:var(--color-foreground);border:1px solid var(--color-border-soft);border-radius:var(--radius-md);padding:.75rem;background:var(--color-card)}.search__other-media{width:4rem;height:4rem;flex:none;border-radius:var(--radius-sm);overflow:hidden;background:var(--color-media)}.search__other-image{width:100%;height:100%;object-fit:cover}.search__other-body{display:flex;flex-direction:column;gap:.25rem;min-width:0}.search__other-kind{font-size:var(--text-3xs);font-weight:700;letter-spacing:var(--tracking-md);text-transform:uppercase;color:var(--color-muted)}.search__other-title{font-size:var(--text-base);font-weight:600;overflow-wrap:anywhere}.search__pagination{display:flex;justify-content:center;gap:.75rem;margin-top:2.5rem;font-size:var(--text-sm)}.search__pagination .page.current{font-weight:700;color:var(--color-brand)}.search__pagination a{color:var(--color-foreground)}.search__pagination a:hover{color:var(--color-brand)}@media(max-width:56.25rem){.search__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:30rem){.search__grid{grid-template-columns:1fr}}.steps{width:100%;padding-block:3rem 4rem}.steps__header{margin-bottom:2.25rem}.steps__list{display:grid;grid-template-columns:repeat(var(--steps-cols, 3),1fr);gap:2rem 2.5rem;list-style:none;margin:0;padding:0}.steps__item{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:.625rem}.steps__item:not(:last-child):before{content:"";position:absolute;top:1.25rem;left:3.25rem;width:calc(100% - 1.5rem);height:1px;background:var(--color-border)}.steps__num{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:999px;background:var(--color-surface);color:var(--color-brand);font-size:var(--text-base);font-weight:700}.steps__title{font-size:var(--display-xs);margin:0}.steps__body{font-size:var(--text-base);line-height:1.6;color:var(--color-body);max-width:38ch;margin:0}@media(max-width:56.25rem){.steps__list{grid-template-columns:1fr;gap:2rem}.steps__item:not(:last-child):before{top:3.25rem;left:1.25rem;width:1px;height:calc(100% - 1.25rem)}}.styleguide{padding-block:3.5rem 5rem;display:flex;flex-direction:column;gap:3rem}.styleguide__header h1{font-size:var(--display-3xl);margin-block:.75rem}.styleguide__lead{max-width:60ch;color:var(--color-body)}.styleguide__group{border-top:1px solid var(--color-border);padding-top:2rem;display:flex;flex-direction:column;gap:1.25rem}.styleguide__group h2{font-size:var(--display-xs)}.styleguide__swatches{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(10rem,1fr));gap:1rem}.styleguide__swatch{display:flex;flex-direction:column;gap:.5rem;font-size:var(--text-2xs)}.styleguide__swatch-chip{display:block;height:3.5rem;border-radius:var(--radius-sm);border:1px solid var(--color-border)}.styleguide__specimen{display:flex;flex-direction:column;gap:.25rem}.styleguide__specimen code{font-size:var(--text-3xs);color:var(--color-muted)}.styleguide__display{font-weight:600;line-height:1.04;letter-spacing:var(--tracking-tight)}.styleguide__shapes{display:flex;flex-wrap:wrap;gap:1rem}.styleguide__shape{background:var(--color-card);border:1px solid var(--color-border-strong);padding:1.5rem 2rem;font-size:var(--text-3xs)}.styleguide__icons{display:grid;grid-template-columns:repeat(auto-fill,minmax(6rem,1fr));gap:1rem}.styleguide__icon{display:flex;flex-direction:column;align-items:center;gap:.5rem;font-size:var(--text-3xs);color:var(--color-muted)}.styleguide__row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.styleguide__row--wrap{gap:2rem}.styleguide__row--dark{background:var(--color-brand);padding:1.25rem;border-radius:var(--radius-md)}.styleguide__cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(14rem,1fr));gap:1.625rem}.styleguide__forms{display:grid;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));gap:.875rem;max-width:40rem}.styleguide-breadcrumbs__list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.4375rem;font-size:var(--text-2xs);color:var(--color-muted)}.styleguide-breadcrumbs__item{display:inline-flex;align-items:center;gap:.4375rem}.styleguide-breadcrumbs__item a{color:var(--color-muted);text-decoration:underline}.usp-bar{background:var(--color-surface);border-block:1px solid var(--color-border)}.usp-bar__inner{max-width:var(--page-width);margin:0 auto;padding:1.125rem var(--page-margin);display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:.75rem;font-size:var(--text-sm);font-weight:600;letter-spacing:var(--tracking-sm);text-transform:uppercase;color:var(--color-soft)}.usp-bar__item{display:flex;align-items:center;justify-content:center;gap:.625rem}.usp-bar__item svg{flex:none;color:var(--color-brand)}@media(max-width:43.75rem){.usp-bar__inner{grid-auto-flow:row;grid-auto-columns:auto}}.values{border-top:1px solid var(--color-border)}.values__inner{max-width:var(--page-width);margin:0 auto;padding:4rem var(--page-margin) 5rem;display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.values__heading{font-size:var(--display-xs);margin:0 0 .625rem}.values__body{margin:0;font-size:var(--text-base);line-height:1.6;color:var(--color-body)}@media(max-width:56.25rem){.values__inner{grid-template-columns:1fr;gap:1.75rem}}.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}.badge{display:inline-flex;align-items:center;justify-content:center;font-weight:700;line-height:1;white-space:nowrap;border-radius:var(--radius-pill)}.badge--neutral,.badge--success,.badge--save,.badge--info{font-size:var(--text-3xs);letter-spacing:.02em;padding:.25rem .625rem}.badge--success,.badge--save{color:var(--color-success);background:var(--color-success-bg)}.badge--info{color:var(--color-brand);background:var(--color-info-bg)}.badge--neutral{color:var(--color-soft);background:var(--color-surface)}.badge--count{font-size:.71875rem;min-width:1.125rem;height:1.125rem;padding:0 .3125rem;color:var(--color-brand-contrast);background:var(--color-brand)}.breadcrumbs__list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.4375rem;font-size:var(--text-2xs);color:var(--color-muted)}.breadcrumbs__item{display:inline-flex;align-items:center;gap:.4375rem}.breadcrumbs__link{display:inline-flex;align-items:center;min-height:1.5rem;color:var(--color-muted);text-decoration:underline}.breadcrumbs__link:hover{color:var(--color-foreground)}.breadcrumbs__current{color:var(--color-muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:inherit;font-weight:600;line-height:1;text-align:center;border:1px solid transparent;border-radius:var(--radius-xs);cursor:pointer;min-height:2.75rem;transition:filter var(--duration-fast) var(--ease-default),background-color var(--duration-fast) var(--ease-default),color var(--duration-fast) var(--ease-default),border-color var(--duration-fast) var(--ease-default)}.btn:hover{color:inherit}.btn--full{width:100%}.btn[disabled]{opacity:.5;cursor:not-allowed}.btn--sm{font-size:var(--text-sm);padding:.6875rem 1rem}.btn--md{font-size:var(--text-base);padding:.9375rem 1.875rem}.btn--lg{font-size:var(--text-xl);padding:1.0625rem 1.875rem}.btn--primary{background:var(--color-brand);color:var(--color-brand-contrast);border-color:var(--color-brand)}.btn--primary:hover{filter:brightness(1.15);color:var(--color-brand-contrast)}.btn--secondary{background:transparent;color:var(--color-foreground);border-color:var(--color-foreground)}.btn--secondary:hover{background:var(--color-foreground);color:var(--color-background)}.btn--inverse{background:var(--color-brand-contrast);color:var(--color-brand);border-color:var(--color-brand-contrast)}.btn--inverse:hover{background:#fff;color:var(--color-brand)}.btn--ghost{background:transparent;color:var(--color-brand);border-color:var(--color-border-strong)}.btn--ghost:hover{background:var(--color-brand);color:var(--color-brand-contrast);border-color:var(--color-brand)}.cross-sell{padding:1.125rem 0 .5rem}.cross-sell__heading{font-size:var(--text-2xs);font-weight:700;letter-spacing:var(--tracking-md);text-transform:uppercase;color:var(--color-muted);margin:0 0 .75rem}.cross-sell__list{display:flex;flex-direction:column;gap:.625rem}.cross-sell__item{display:flex;align-items:center;gap:.75rem;border:1px solid var(--color-border-soft);border-radius:var(--radius-sm);padding:.5625rem .75rem;background:var(--color-card)}.cross-sell__media{width:2.75rem;height:2.75rem;border-radius:var(--radius-sm);overflow:hidden;background:var(--color-media);flex:none}.cross-sell__image{width:100%;height:100%;object-fit:cover}.cross-sell__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.125rem}.cross-sell__title{font-size:var(--text-2xs);font-weight:700;color:var(--color-foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cross-sell__price{font-size:var(--text-2xs);color:var(--color-body)}.cross-sell__add{font-size:var(--text-3xs);font-weight:700;border:1px solid var(--color-brand);color:var(--color-brand);background:transparent;border-radius:var(--radius-xs);padding:.4375rem .75rem;white-space:nowrap;cursor:pointer;min-height:2.75rem;transition:background-color var(--duration-fast) var(--ease-default),color var(--duration-fast) var(--ease-default)}.cross-sell__add:hover{background:var(--color-brand);color:var(--color-brand-contrast)}.chip{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;font-family:inherit;font-weight:600;line-height:1.2;background:transparent;color:var(--color-foreground);border:1px solid var(--color-border-strong);cursor:pointer;min-height:2.75rem;transition:background-color var(--duration-fast) var(--ease-default),color var(--duration-fast) var(--ease-default),border-color var(--duration-fast) var(--ease-default)}.chip--pill{font-size:var(--text-xs);padding:.5rem 1rem;border-radius:var(--radius-pill)}.chip--square{font-size:var(--text-sm);padding:.6875rem 1.125rem;border-radius:var(--radius-xs)}.chip:hover{border-color:var(--color-brand);color:var(--color-foreground)}.chip.is-selected{background:var(--color-brand);color:var(--color-brand-contrast);border-color:var(--color-brand)}.chip.is-selected:hover{color:var(--color-brand-contrast)}.chip[disabled]{opacity:.4;cursor:not-allowed;text-decoration:line-through}.chip__sublabel{font-size:var(--text-3xs);font-weight:500;color:var(--color-muted);margin-top:.125rem}.chip.is-selected .chip__sublabel{color:inherit}.field{display:flex;flex-direction:column;gap:.375rem}.field__label{font-size:var(--text-2xs);font-weight:700;letter-spacing:var(--tracking-sm);text-transform:uppercase;color:var(--color-muted)}.field__control{width:100%;font-family:inherit;font-size:var(--text-sm);color:var(--color-foreground);background:var(--color-background);border:1px solid var(--color-border-strong);border-radius:var(--style-border-radius-inputs);padding:.75rem .8125rem;transition:border-color var(--duration-fast) var(--ease-default)}.field__control:focus-visible{border-color:var(--color-brand)}textarea.field__control{resize:vertical}.field--error .field__control{border-color:#b23b3b}.field__error{font-size:var(--text-3xs);color:#b23b3b}.icon{display:inline-block;flex:none;vertical-align:middle}.price{display:flex;align-items:baseline;flex-wrap:wrap;gap:.5rem .75rem}.price__current{font-weight:700}.price--sm .price__current{font-size:var(--text-base)}.price--md .price__current{font-size:var(--text-xl)}.price--lg .price__current{font-size:var(--display-2xs)}.price__compare{color:var(--color-muted);font-size:var(--text-base)}.price__suffix{font-size:var(--text-xs);color:var(--color-muted)}.product-card{display:flex;flex-direction:column;gap:.75rem;color:var(--color-foreground)}.product-card:hover{color:var(--color-foreground)}.product-card__media{aspect-ratio:1 / 1;overflow:hidden;border-radius:var(--radius-md);background:var(--color-media)}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform var(--duration-base) var(--ease-default)}.product-card:hover .product-card__image{transform:scale(1.04)}.product-card__row{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.product-card__title{font-size:var(--text-lg);font-weight:600;min-width:0;overflow-wrap:anywhere}.product-card__price{flex:none;white-space:nowrap}.product-card__price .price__current{font-weight:400;font-size:var(--text-base);color:var(--color-body)}.product-card--compact .product-card__title{font-size:var(--text-sm)}.progress{display:flex;flex-direction:column;gap:.5625rem}.progress__label{font-size:var(--text-2xs);font-weight:600}.progress__track{height:6px;border-radius:var(--radius-sm);background:var(--color-border);overflow:hidden}.progress__fill{height:100%;width:var(--progress);border-radius:var(--radius-sm);background:var(--color-brand);transition:width var(--duration-fast) var(--ease-default)}.progress--complete .progress__fill{background:var(--color-success)}.progress--complete .progress__label{color:var(--color-success)}.qty{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:var(--radius-xs)}.qty__btn{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;background:transparent;border:none;color:var(--color-foreground);cursor:pointer;transition:color var(--duration-fast) var(--ease-default)}.qty__btn:hover{color:var(--color-brand)}.qty__input{width:2.25rem;height:2.75rem;text-align:center;font-size:var(--text-2xs);font-weight:600;border:none;background:transparent;color:var(--color-foreground);-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.qty__input::-webkit-outer-spin-button,.qty__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.rating{display:inline-flex;align-items:center;gap:.375rem;color:var(--color-muted)}.rating--sm{font-size:var(--text-2xs)}.rating--md{font-size:var(--text-sm)}.rating__stars{position:relative;letter-spacing:1.5px;white-space:nowrap}.rating__star--filled{color:var(--color-star)}.rating__star--empty{color:var(--color-border-strong)}.rating__score{font-weight:700;color:var(--color-foreground)}.review-card{background:var(--color-card);border:1px solid var(--color-border-soft);border-radius:var(--radius-md);padding:1.375rem 1.375rem 1.125rem;display:flex;flex-direction:column;gap:.625rem}.review-card__title{font-size:var(--text-lg);font-weight:700;margin:0}.review-card__body{font-size:var(--text-base);line-height:1.6;color:var(--color-body);flex:1;margin:0}.review-card__meta{display:flex;align-items:center;gap:.4375rem;font-size:var(--text-2xs);color:var(--color-muted)}.review-card__author{font-weight:700;color:var(--color-foreground)}.section-header{display:flex;align-items:baseline;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.section-header__text{display:flex;flex-direction:column;gap:.5rem}.section-header--lg .section-header__title{font-size:var(--display-lg)}.section-header--md .section-header__title{font-size:var(--display-sm)}.section-header__link{display:inline-flex;align-items:center;min-height:1.5rem;flex:none;font-size:var(--text-xs);font-weight:600;color:var(--color-foreground);border-bottom:1px solid var(--color-foreground);padding-bottom:2px;transition:color var(--duration-fast) var(--ease-default),border-color var(--duration-fast) var(--ease-default)}.section-header__link:hover{color:var(--color-brand);border-color:var(--color-brand)}.variant-sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200}.variant-sheet[hidden]{display:none}.variant-sheet__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#14161c73}.variant-sheet__panel{position:absolute;left:0;right:0;bottom:0;max-height:88vh;max-height:88dvh;display:flex;flex-direction:column;background:var(--color-background);border-radius:var(--radius-md) var(--radius-md) 0 0;box-shadow:0 -12px 40px #0000002e;padding:.5rem var(--page-margin) calc(1rem + env(safe-area-inset-bottom))}.variant-sheet.is-opening .variant-sheet__overlay{animation:variant-sheet-fade var(--duration-fast) var(--ease-default) both}.variant-sheet.is-opening .variant-sheet__panel{animation:variant-sheet-slide var(--duration-base) var(--ease-default) both}@keyframes variant-sheet-fade{0%{opacity:0}to{opacity:1}}@keyframes variant-sheet-slide{0%{transform:translateY(100%)}to{transform:none}}@media(prefers-reduced-motion:reduce){.variant-sheet.is-opening .variant-sheet__overlay,.variant-sheet.is-opening .variant-sheet__panel{animation:none}}.variant-sheet__skeleton{display:flex;flex-direction:column;gap:.75rem;padding:.5rem 0 1rem}.variant-sheet__skeleton-row{height:1rem;border-radius:var(--radius-xs);background:var(--color-border);animation:variant-sheet-pulse 1.2s var(--ease-in-out) infinite}.variant-sheet__skeleton-row:nth-child(1){width:45%}.variant-sheet__skeleton-row:nth-child(2){width:100%;height:2.75rem}.variant-sheet__skeleton-row:nth-child(3){width:60%}.variant-sheet__skeleton-row:nth-child(4){width:100%;height:2.75rem}@keyframes variant-sheet-pulse{0%,to{opacity:1}50%{opacity:.45}}@media(prefers-reduced-motion:reduce){.variant-sheet__skeleton-row{animation:none;opacity:.7}}.variant-sheet__head{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0 .75rem;flex:none}.variant-sheet__title{font-size:var(--text-sm);font-weight:700;margin:0}.variant-sheet__close{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;margin-inline-end:-.5rem;background:transparent;border:0;color:var(--color-foreground);cursor:pointer}.variant-sheet__body{overflow-y:auto;-webkit-overflow-scrolling:touch;flex:1 1 auto;min-height:0;overscroll-behavior:contain;padding-bottom:.5rem}.variant-sheet__group{margin-bottom:1.25rem}.variant-sheet__group-name{display:block;font-size:var(--text-2xs);font-weight:700;letter-spacing:var(--tracking-md);text-transform:uppercase;color:var(--color-muted);margin-bottom:.5rem}.variant-sheet__chips{display:flex;flex-wrap:wrap;gap:.5rem}.variant-sheet__chip{min-height:2.75rem;padding:.5rem .875rem;border:1px solid var(--color-border);border-radius:var(--radius-xs);background:transparent;color:var(--color-foreground);font:inherit;font-size:var(--text-sm);cursor:pointer}.variant-sheet__chip.is-selected{border-color:var(--color-brand);background:var(--color-brand);color:var(--color-brand-contrast)}.variant-sheet__chip[disabled]{color:var(--color-muted);text-decoration:line-through;cursor:not-allowed;opacity:.55}.variant-sheet__confirm{margin-top:.5rem}.variant-sheet__body .product__form-inner{display:flex;flex-direction:column;gap:1.375rem}.variant-sheet__body .product__trust{display:none}.variant-sheet__body .product__submit{position:sticky;bottom:0;margin-top:.875rem;box-shadow:0 0 0 .875rem var(--color-background),0 -.875rem .75rem var(--color-background)}@media(min-width:56.26rem){.variant-sheet__panel{top:50%;bottom:auto;left:50%;right:auto;transform:translate(-50%,-50%);width:min(30rem,calc(100vw - 3rem));max-height:min(85vh,44rem);max-height:min(85dvh,44rem);border-radius:var(--radius-md);padding:.75rem 1.5rem 1.5rem}.variant-sheet.is-opening .variant-sheet__panel{animation:variant-sheet-zoom var(--duration-fast) var(--ease-default) both}}@keyframes variant-sheet-zoom{0%{transform:translate(-50%,-48%);opacity:0}to{transform:translate(-50%,-50%);opacity:1}}
/*# sourceMappingURL=/cdn/shop/t/16/compiled_assets/styles.css.map */
