.announcement{background-color:rgb(var(--color-background));color:rgb(var(--color-text));border-bottom:var(--border-hairline) solid rgb(var(--color-text) / var(--alpha-border))}.announcement__viewport{overflow:hidden}.announcement__track{display:flex;width:max-content;animation:announcement-scroll var(--announcement-speed, 40s) linear infinite}.announcement:hover .announcement__track,.announcement:focus-within .announcement__track{animation-play-state:paused}.announcement__group{display:flex;align-items:center;flex:0 0 auto}.announcement__item{display:inline-flex;align-items:center;gap:var(--space-2xs);padding:10px var(--space-lg);font-family:var(--manola-body);font-size:var(--manola-label-size);font-weight:var(--manola-body-weight);letter-spacing:var(--manola-tracking-label);text-transform:uppercase;text-decoration:none;white-space:nowrap}a.announcement__item:hover .announcement__text{text-decoration:underline;text-underline-offset:.22em}.announcement__image{width:24px;height:24px;object-fit:cover;border-radius:50%;flex:0 0 auto}@keyframes announcement-scroll{to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.announcement__track{animation:none;width:100%}.announcement__viewport{overflow-x:auto}.announcement__group[aria-hidden=true]{display:none}.announcement__group{justify-content:center;width:100%}}.cart-drawer{width:min(420px,100vw);max-width:100vw;height:100svh;max-height:100svh;margin:0 0 0 auto;padding:0;border:0;background-color:rgb(var(--color-background));color:rgb(var(--color-text))}.cart-drawer::backdrop{background-color:#0006}.cart-drawer__inner{display:flex;flex-direction:column;height:100%}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);border-bottom:var(--border-hairline) solid rgb(var(--color-text) / var(--alpha-border))}.cart-drawer__title{font-size:1.25rem}.cart-drawer__close{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;margin-inline-end:-10px;padding:0;border:0;border-radius:var(--radius);background:none;color:inherit;cursor:pointer}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-md);flex:1 1 auto;padding:var(--space-xl) var(--space-md);text-align:center}.cart-drawer__items{flex:1 1 auto;overflow-y:auto;list-style:none;margin:0;padding:var(--space-md);display:flex;flex-direction:column;gap:var(--space-md)}.cart-drawer__footer{display:flex;flex-direction:column;gap:var(--space-2xs);padding:var(--space-md);border-top:var(--border-hairline) solid rgb(var(--color-text) / var(--alpha-border))}.cart-drawer__footer .button{margin-top:var(--space-2xs)}.cart-drawer__view{align-self:center;margin-top:var(--space-2xs)}.faq{background-color:rgb(var(--color-background));color:rgb(var(--color-text))}.faq__inner{display:grid;grid-template-columns:1fr;gap:var(--space-lg);align-items:start}.faq__eyebrow{color:rgb(var(--color-text) / var(--alpha-muted));margin-bottom:var(--space-2xs)}.faq__heading{font-size:var(--manola-h2)}.faq__text{margin-top:var(--space-sm);max-width:34ch}@media screen and (min-width:990px){.faq__inner{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:var(--space-2xl)}.faq__intro{position:sticky;top:calc(76px + var(--space-lg))}}.featured{background-color:rgb(var(--color-background));color:rgb(var(--color-text))}.featured__inner{display:grid;grid-template-columns:1fr;gap:var(--space-lg);align-items:center}.featured__info{display:flex;flex-direction:column;gap:var(--space-sm)}.featured__eyebrow{color:rgb(var(--color-text) / var(--alpha-muted))}.featured__title{font-size:var(--manola-h2)}.featured__title a{text-decoration:none}.featured__text{max-width:46ch;color:rgb(var(--color-text) / var(--alpha-muted))}.featured__form{display:flex;flex-direction:column;gap:var(--space-sm);max-width:380px}@media screen and (min-width:990px){.featured__inner{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:var(--space-2xl)}}.footer{background-color:rgb(var(--color-background));color:rgb(var(--color-text));padding-block:var(--section-spacing) var(--space-lg)}.footer__inner{display:grid;grid-template-columns:1fr;gap:var(--space-lg)}.footer__logo{font-size:1.25rem}.footer__logo-image{width:min(var(--logo-width, 160px),60vw);height:auto;object-fit:contain}.footer__signature{margin-top:var(--space-xs);font-family:var(--manola-display);font-size:1.0625rem;color:rgb(var(--color-text) / var(--alpha-muted))}.footer__social{display:flex;gap:var(--space-2xs);list-style:none;margin:var(--space-sm) 0 0;padding:0}.footer__social-link{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;margin-inline-start:-12px;border-radius:var(--radius)}.footer__social li:not(:first-child) .footer__social-link{margin-inline-start:0}.footer__heading{margin-bottom:var(--space-sm);color:rgb(var(--color-text) / var(--alpha-muted))}.footer__list{list-style:none;margin:0;padding:0}.footer__link{display:inline-flex;align-items:center;min-height:44px;text-decoration:none}.footer__link:hover{text-decoration:underline;text-underline-offset:.22em}.footer__text{font-size:.9375rem;color:rgb(var(--color-text) / var(--alpha-muted))}.footer__bottom{display:flex;flex-direction:column;gap:var(--space-md);margin-top:var(--space-xl);padding-top:var(--space-md);border-top:var(--border-hairline) solid rgb(var(--color-text) / var(--alpha-border))}.footer__legal-list{display:flex;flex-wrap:wrap;gap:var(--space-2xs) var(--space-md);list-style:none;margin:0;padding:0}.footer__legal-link{display:inline-flex;align-items:center;min-height:44px;font-size:.8125rem;color:rgb(var(--color-text) / var(--alpha-muted))}.footer__legal-link:hover{color:rgb(var(--color-text))}.footer__localization{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-2xs)}.footer__country-select{width:auto;min-width:220px}.footer__country-submit{min-height:48px;padding-inline:var(--space-md)}.footer__copyright{font-size:.8125rem}@media screen and (min-width:750px){.footer__inner{grid-template-columns:1.4fr repeat(auto-fit,minmax(150px,1fr));gap:var(--space-xl)}.footer__bottom{flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between}}.header{position:relative;z-index:20;background-color:rgb(var(--color-background));color:rgb(var(--color-text));border-bottom:var(--border-hairline) solid rgb(var(--color-text) / var(--alpha-border))}.header--sticky{position:sticky;top:0}.header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:var(--space-sm);min-height:60px}.header__logo{grid-column:2;justify-self:center;margin:0;font-size:1.125rem;line-height:1;padding-block:var(--space-xs)}.header__logo-link{display:flex;align-items:center;justify-content:center;min-height:44px;text-decoration:none;color:inherit}.header__logo-image{width:min(var(--logo-width, 140px),42vw);height:auto;object-fit:contain}.header__logo .logotype{display:inline-block;text-indent:var(--manola-tracking-logo)}.header__nav{display:none}.header__actions{grid-column:3;display:flex;align-items:center;justify-content:flex-end;gap:var(--space-3xs)}.header__icon-button{display:inline-flex;align-items:center;justify-content:center;position:relative;width:44px;height:44px;padding:0;border:0;border-radius:var(--radius);background:none;color:inherit;cursor:pointer;list-style:none}.header__icon-button::-webkit-details-marker{display:none}.header__cart{text-decoration:none}.header__cart-count{position:absolute;top:4px;right:2px;min-width:17px;height:17px;padding-inline:4px;border-radius:999px;background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));font-size:.625rem;line-height:17px;text-align:center}.header__cart-count:empty,.header__cart-count[hidden]{display:none}.header__disclosure{position:static}.header__disclosure--menu{grid-column:1;justify-self:start}.header__icon--open,.header__disclosure[open] .header__icon--closed{display:none}.header__disclosure[open] .header__icon--open{display:inline-flex}.header__panel{position:absolute;left:0;right:0;top:100%;z-index:30;padding-block:var(--space-md) var(--space-lg);background-color:rgb(var(--color-background));border-bottom:var(--border-hairline) solid rgb(var(--color-text) / var(--alpha-border));max-height:calc(100svh - 60px);overflow-y:auto}.header__search-form{display:flex;align-items:center;gap:var(--space-2xs)}.header__search-form .input{flex:1 1 auto}.header__panel-nav{margin-top:var(--space-md)}.header__panel-list,.header__panel-sublist{list-style:none;margin:0;padding:0}.header__panel-link{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2xs);width:100%;min-height:48px;padding-block:var(--space-2xs);font-family:var(--manola-display);font-size:1.25rem;letter-spacing:var(--manola-tracking-heading);text-decoration:none;cursor:pointer;list-style:none}.header__panel-link::-webkit-details-marker{display:none}.header__submenu[open]>.header__panel-link .icon--chevron{transform:rotate(180deg)}.header__panel-sublist{padding-inline-start:var(--space-sm);padding-bottom:var(--space-2xs)}.header__panel-sublink{display:flex;align-items:center;min-height:44px;text-decoration:none;color:rgb(var(--color-text) / var(--alpha-muted))}@media screen and (min-width:990px){.header__inner{grid-template-columns:auto 1fr auto;min-height:76px}.header__disclosure--menu{display:none}.header__logo{grid-column:1;justify-self:start;font-size:1.375rem}.header__nav{display:block;grid-column:2;justify-self:center}.header__nav-list{display:flex;align-items:center;gap:var(--space-lg);list-style:none;margin:0;padding:0}.header__nav-item{position:relative}.header__nav-link{display:inline-flex;align-items:center;gap:var(--space-3xs);min-height:44px;text-decoration:none;cursor:pointer;list-style:none}.header__nav-link::-webkit-details-marker{display:none}.header__dropdown[open]>.header__nav-link .icon--chevron{transform:rotate(180deg)}.header__dropdown-list{position:absolute;top:100%;left:50%;transform:translate(-50%);z-index:30;min-width:220px;padding:var(--space-xs) 0;list-style:none;margin:0;background-color:rgb(var(--color-background));border:var(--border-hairline) solid rgb(var(--color-text) / var(--alpha-border));border-radius:var(--radius)}.header__dropdown-link{display:block;padding:var(--space-2xs) var(--space-sm);text-decoration:none;font-size:.9375rem}.header__dropdown-link:hover{background-color:rgb(var(--color-text) / var(--alpha-subtle))}.header__panel{padding-block:var(--space-lg)}}.hero{position:relative;display:flex;align-items:flex-end;isolation:isolate;background-color:rgb(var(--color-background));color:rgb(var(--color-text));overflow:hidden}.hero--small{min-height:58svh}.hero--medium{min-height:74svh}.hero--large{min-height:90svh}.hero--no-image{align-items:center;min-height:0}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2}.hero__image{width:100%;height:100%;object-fit:cover}.hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(to top,rgb(var(--color-background) / var(--hero-overlay, .45)) 0%,rgb(var(--color-background) / calc(var(--hero-overlay, .45) * .25)) 60%,transparent 100%)}.hero__content{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-sm);width:100%;padding-top:calc(var(--section-pt, 64px) * .62);padding-bottom:calc(var(--section-pb, 64px) * .62)}.hero__content--center{align-items:center;text-align:center}.hero__content--end{align-items:flex-end;text-align:end}.hero__eyebrow{color:rgb(var(--color-text) / var(--alpha-muted))}.hero__heading{font-size:var(--manola-h1);max-width:18ch}.hero__content--center .hero__heading{max-width:20ch}.hero__subheading{max-width:46ch;font-size:1.0625rem;color:rgb(var(--color-text) / var(--alpha-muted))}.hero__button{margin-top:var(--space-2xs)}@media screen and (min-width:750px){.hero__content{padding-top:var(--section-pt, 64px);padding-bottom:var(--section-pb, 64px)}}.not-found{display:flex;flex-direction:column;align-items:center;gap:var(--space-sm);text-align:center;padding-block:var(--space-xl)}.not-found__text{max-width:44ch;margin-bottom:var(--space-sm)}.article__header,.article__media{margin-bottom:var(--space-lg)}.article__content{font-size:1.0625rem}.blog__title{margin-bottom:var(--space-xl)}.blog__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-xl)}.blog__link{display:grid;grid-template-columns:1fr;gap:var(--space-md);text-decoration:none}.blog__body{display:flex;flex-direction:column;gap:var(--space-2xs)}.blog__item-title{font-size:var(--manola-h3)}@media screen and (min-width:750px){.blog__link{grid-template-columns:320px 1fr;gap:var(--space-lg);align-items:start}}.cart-page__title{margin-bottom:var(--space-lg)}.cart-page__empty{align-items:flex-start}.cart-page__empty-cta{align-self:flex-start}.cart-page__items{list-style:none;margin:0 0 var(--space-lg);padding:0;display:flex;flex-direction:column;gap:var(--space-lg)}.cart-item--page{grid-template-columns:120px 1fr;padding-bottom:var(--space-lg);border-bottom:var(--border-hairline) solid rgb(var(--color-text) / var(--alpha-border))}.cart-item--page .cart-item__media{width:120px;height:120px}.cart-item__quantity-input{width:88px;min-height:48px}.cart-page__summary{display:flex;flex-direction:column;gap:var(--space-2xs);max-width:420px;margin-inline-start:auto}.cart-page__buttons{display:flex;flex-direction:column;gap:var(--space-2xs);margin-top:var(--space-sm)}@media screen and (min-width:750px){.cart-page__buttons{flex-direction:row}.cart-page__buttons .button{flex:1 1 auto}}.collection__header{margin-bottom:var(--space-xl)}.collection__description{padding-inline:0;color:rgb(var(--color-text) / var(--alpha-muted))}.collection__empty{padding-block:var(--space-xl)}.contact-form{display:flex;flex-direction:column;gap:var(--space-md);margin-top:var(--space-xl)}.contact-form__submit{align-self:flex-start}.collection-list__title{margin-bottom:var(--space-xl)}.collection-tile{display:block;text-decoration:none}.collection-tile__title{margin-top:var(--space-sm);font-size:1.0625rem}.pdp-section{padding-top:var(--space-sm)}.pdp{display:grid;grid-template-columns:1fr;gap:var(--space-md)}.pdp__info{display:flex;flex-direction:column;gap:var(--space-sm)}.pdp__title{font-size:clamp(1.5rem,1.2rem + 1.4vw,2.25rem)}.pdp__short{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:rgb(var(--color-text) / var(--alpha-muted));font-size:.9375rem}.pdp__form{display:flex;flex-direction:column;gap:var(--space-sm)}.pdp-gallery{display:flex;gap:var(--space-2xs);overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.pdp-gallery::-webkit-scrollbar{display:none}.pdp-gallery__slide{flex:0 0 88%;scroll-snap-align:center;margin:0;background-color:rgb(var(--color-text) / var(--alpha-subtle))}.pdp-gallery__slide:only-child{flex-basis:100%}.pdp-gallery__slide img{width:100%;height:100%;object-fit:cover;aspect-ratio:1 / 1;max-height:40svh}@media screen and (max-height:700px){.pdp-gallery__slide img{max-height:32svh}}.pdp-trust{display:flex;flex-direction:column;gap:var(--space-2xs);list-style:none;margin:0;padding:var(--space-sm) 0;border-block:var(--border-hairline) solid rgb(var(--color-text) / var(--alpha-border))}.pdp-trust__item{display:flex;flex-wrap:wrap;align-items:baseline;gap:var(--space-2xs) var(--space-sm)}.pdp-trust__label{flex:0 0 auto;min-width:116px;color:rgb(var(--color-text) / var(--alpha-muted))}.pdp-trust__value{font-size:.9375rem}.pdp-specs__heading,.pdp-gpsr__heading{display:block;margin-bottom:var(--space-2xs);color:rgb(var(--color-text) / var(--alpha-muted))}.pdp-specs__list{margin:0}.pdp-specs__row{display:flex;flex-wrap:wrap;gap:var(--space-2xs) var(--space-sm);padding-block:var(--space-3xs)}.pdp-specs__row dt{flex:0 0 116px;font-size:.9375rem;color:rgb(var(--color-text) / var(--alpha-muted))}.pdp-specs__row dd{flex:1 1 auto;margin:0;font-size:.9375rem}.pdp-gpsr{padding:var(--space-sm) 0;border-top:var(--border-hairline) solid rgb(var(--color-text) / var(--alpha-border))}.pdp-gpsr__body{font-size:.8125rem;line-height:1.6;color:rgb(var(--color-text) / var(--alpha-muted))}.pdp-gpsr__name{color:rgb(var(--color-text))}.pdp-gpsr__notice{margin-top:var(--space-2xs);padding:var(--space-2xs) var(--space-xs);border:1px dashed rgb(var(--color-text) / .4);border-radius:var(--radius);font-size:.75rem}@media screen and (min-width:990px){.pdp-section{padding-top:calc(var(--section-pt, 64px) * var(--pad-scale))}.pdp{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:var(--space-2xl);align-items:start}.pdp__info{gap:var(--space-md)}.pdp-gallery{display:grid;grid-template-columns:1fr;gap:var(--space-sm);overflow:visible;scroll-snap-type:none}.pdp-gallery__slide,.pdp-gallery__slide:only-child{flex:none}.pdp-gallery__slide img{max-height:none}.pdp__info{position:sticky;top:calc(76px + var(--space-lg))}}.search__title{margin-bottom:var(--space-lg)}.search__form{display:flex;flex-wrap:wrap;gap:var(--space-2xs);max-width:560px}.search__form .input{flex:1 1 220px}.search__count{margin-block:var(--space-lg)}.search__result-title{font-size:var(--manola-h4);margin-bottom:var(--space-3xs)}.newsletter{background-color:rgb(var(--color-background));color:rgb(var(--color-text))}.newsletter__inner{display:flex;flex-direction:column;align-items:center;gap:var(--space-sm);text-align:center}.newsletter__eyebrow{color:rgb(var(--color-text) / var(--alpha-muted))}.newsletter__heading{font-size:var(--manola-h2);max-width:20ch}.newsletter__text{max-width:48ch}.newsletter__form{width:100%;max-width:460px;margin-top:var(--space-2xs)}.newsletter__row{display:flex;flex-direction:column;gap:var(--space-2xs)}.newsletter__success,.newsletter__error{font-size:.9375rem}.newsletter__disclaimer{max-width:46ch;font-size:.75rem;line-height:1.6;color:rgb(var(--color-text) / var(--alpha-muted))}@media screen and (min-width:600px){.newsletter__row{flex-direction:row}.newsletter__input{flex:1 1 auto}.newsletter__submit{flex:0 0 auto}}.product-grid{background-color:rgb(var(--color-background));color:rgb(var(--color-text))}.product-grid__header{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:var(--space-sm);margin-bottom:var(--space-lg)}.product-grid__eyebrow{color:rgb(var(--color-text) / var(--alpha-muted));margin-bottom:var(--space-2xs)}.product-grid__heading{font-size:var(--manola-h2)}.related__heading{margin-bottom:var(--space-lg);font-size:var(--manola-h3)}.reviews{background-color:rgb(var(--color-background));color:rgb(var(--color-text))}.reviews__header{margin-bottom:var(--space-lg)}.reviews__eyebrow{color:rgb(var(--color-text) / var(--alpha-muted));margin-bottom:var(--space-2xs)}.reviews__heading{font-size:var(--manola-h2);max-width:22ch}.review__figure{display:flex;flex-direction:column;gap:var(--space-sm);height:100%;margin:0;padding-top:var(--space-md);border-top:var(--border-hairline) solid rgb(var(--color-text) / var(--alpha-border))}.review__stars{display:inline-flex;gap:2px;color:rgb(var(--color-accent))}.review__stars .icon{fill:currentColor;stroke:none}.review__quote{flex:1 1 auto;margin:0;font-family:var(--manola-display);font-size:1.125rem;line-height:1.45}.review__author{display:flex;align-items:center;gap:var(--space-2xs)}.review__avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;flex:0 0 auto}.review__name{color:rgb(var(--color-text) / var(--alpha-muted))}.rich-text{background-color:rgb(var(--color-background));color:rgb(var(--color-text))}.rich-text__inner{display:flex;flex-direction:column;gap:var(--space-md);align-items:flex-start}.rich-text__inner--center{align-items:center;text-align:center;margin-inline:auto}.rich-text__eyebrow{color:rgb(var(--color-text) / var(--alpha-muted))}.rich-text__rule{margin:0}.rich-text__heading{font-size:var(--manola-h2);max-width:22ch}.rich-text__body{max-width:62ch;font-size:1.0625rem;color:rgb(var(--color-text) / var(--alpha-muted))}.rich-text__inner--center .rich-text__body{margin-inline:auto}.trust{background-color:rgb(var(--color-background));color:rgb(var(--color-text))}.trust__grid{display:grid;grid-template-columns:1fr;gap:var(--space-lg);list-style:none;margin:0;padding:0}.trust__item{display:flex;flex-direction:column;align-items:center;gap:var(--space-2xs);text-align:center}.trust__icon{display:inline-flex;color:rgb(var(--color-accent))}.trust__title{color:rgb(var(--color-text))}.trust__text{max-width:32ch;font-size:.9375rem;color:rgb(var(--color-text) / var(--alpha-muted))}@media screen and (min-width:750px){.trust__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.video-section{background-color:rgb(var(--color-background));color:rgb(var(--color-text))}.video-section__header{margin-bottom:var(--space-lg)}.video-section__eyebrow{color:rgb(var(--color-text) / var(--alpha-muted));margin-bottom:var(--space-2xs)}.video-section__heading{font-size:var(--manola-h2);max-width:22ch}.video-section__frame{position:relative;overflow:hidden;background-color:rgb(var(--color-text) / var(--alpha-subtle))}.video-section__frame--square{aspect-ratio:1 / 1}.video-section__frame--portrait{aspect-ratio:3 / 4}.video-section__frame--landscape{aspect-ratio:16 / 9}.video-section__frame video,.video-section__poster{width:100%;height:100%;object-fit:cover}.video-section__caption{margin-top:var(--space-sm);font-size:.875rem}@media screen and (min-width:750px){.video-section__frame--portrait{max-width:560px;margin-inline:auto}}
/*# sourceMappingURL=/cdn/shop/t/4/compiled_assets/styles.css.map */
