.announcement-bar{display:flex;overflow:hidden;-webkit-user-select:none;user-select:none;gap:var(--gap);padding:.5rem 0}.announcement-bar__content{flex-shrink:0;display:flex;justify-content:space-around;min-width:100%;gap:var(--gap);animation:marquee var(--speed) linear infinite}.announcement-bar:hover .announcement-bar__content{animation-play-state:paused}.announcement-bar__item{padding:0 1rem;font-size:.9rem;font-weight:500;letter-spacing:.05rem;text-transform:uppercase;white-space:nowrap}.announcement-bar__link{color:inherit;text-decoration:none}.announcement-bar__link:hover{text-decoration:underline}.announcement-bar__separator{font-size:1.2rem;display:flex;align-items:center;color:inherit}.announcement-bar__separator:before{content:" ";height:10px;width:10px;background:#3f3f3f;border-radius:50%}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(calc(-100% - var(--gap)))}}@media(prefers-reduced-motion:reduce){.announcement-bar__content{animation:none;flex-wrap:wrap;justify-content:center}}.article-page{padding-bottom:5rem}.article-page__breadcrumb{padding:1.5rem 0 0}.article-page__back{display:inline-flex;align-items:center;gap:.4rem;font-size:.875rem;font-weight:500;color:rgba(var(--color-foreground),.55);text-decoration:none;transition:color .2s ease,gap .2s ease}.article-page__back:hover{color:rgb(var(--color-foreground));gap:.6rem}.article-page__back i{width:.9rem;height:.9rem;transition:transform .2s ease}.article-page__back:hover i{transform:translate(-2px)}.article-page__hero{position:relative;height:clamp(18rem,40vw,28rem);overflow:hidden;border-radius:.75rem;margin:1.5rem 0 0}.article-page__hero-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.article-page__header{padding:2.5rem 0 0;max-width:72ch;margin:0 auto}.article-page__tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1rem}.article-tag{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#2a9d8f;background:#2a9d8f1a;padding:.25rem .65rem;border-radius:2rem;text-decoration:none;transition:background-color .2s ease}.article-tag:hover{background:#2a9d8f33}.article-page__title{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;line-height:1.2;margin:0 0 1.25rem;letter-spacing:-.02em}.article-page__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.875rem;color:rgba(var(--color-foreground),.55)}.article-page__meta-item{display:inline-flex;align-items:center;gap:.35rem}.article-page__meta-item i{width:.9rem;height:.9rem;flex-shrink:0;opacity:.7}.article-page__sep{opacity:.3}.article-page__divider{height:1px;background:rgba(var(--color-foreground),.08);margin:2rem auto;max-width:72ch}.article-body{max-width:72ch;margin:0 auto;font-size:1.05rem;line-height:1.8;color:rgb(var(--color-foreground))}.article-body>*+*{margin-top:1.25rem}.article-body h2{font-size:1.65rem;font-weight:700;line-height:1.25;margin-top:2.5rem;margin-bottom:.75rem;letter-spacing:-.01em}.article-body h3{font-size:1.3rem;font-weight:600;line-height:1.3;margin-top:2rem;margin-bottom:.5rem}.article-body h4{font-size:1.1rem;font-weight:600;margin-top:1.75rem;margin-bottom:.4rem}.article-body p{margin-top:1.25rem;margin-bottom:0}.article-body a{color:#2a9d8f;text-decoration:underline;text-underline-offset:2px;transition:opacity .2s ease}.article-body a:hover{opacity:.8}.article-body ul,.article-body ol{padding-left:1.5rem;margin-top:1.25rem}.article-body li+li{margin-top:.5rem}.article-body blockquote{border-left:3px solid #2a9d8f;padding:.75rem 1.5rem;margin:2rem 0;font-style:italic;color:rgba(var(--color-foreground),.7);background:#2a9d8f0a;border-radius:0 .5rem .5rem 0}.article-body blockquote p{margin:0}.article-body img{border-radius:.75rem;width:100%;height:auto;margin:2rem 0}.article-body pre{background:rgba(var(--color-foreground),.05);border-radius:.5rem;padding:1.25rem;overflow-x:auto;font-size:.875rem;line-height:1.6;margin:1.75rem 0;border:1px solid rgba(var(--color-foreground),.07)}.article-body code{font-family:ui-monospace,SF Mono,Cascadia Code,monospace;font-size:.875em;background:rgba(var(--color-foreground),.07);padding:.15em .4em;border-radius:.3rem}.article-body pre code{background:none;padding:0;font-size:inherit}.article-body hr{border:none;border-top:1px solid rgba(var(--color-foreground),.1);margin:3rem 0}.article-body table{width:100%;border-collapse:collapse;font-size:.9rem;margin:1.75rem 0}.article-body th,.article-body td{text-align:left;padding:.6rem .9rem;border-bottom:1px solid rgba(var(--color-foreground),.08)}.article-body th{font-weight:600;background:rgba(var(--color-foreground),.04)}.article-page__share{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;margin:3rem auto 0;padding-top:2rem;border-top:1px solid rgba(var(--color-foreground),.08);max-width:72ch}.article-page__share-label{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:rgba(var(--color-foreground),.45)}.article-share-btn{display:inline-flex;align-items:center;gap:.45rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;color:rgb(var(--color-foreground));background:transparent;border:1px solid rgba(var(--color-foreground),.15);border-radius:2rem;cursor:pointer;text-decoration:none;transition:border-color .2s ease,background-color .2s ease;font-family:inherit}.article-share-btn:hover{border-color:rgba(var(--color-foreground),.35);background:rgba(var(--color-foreground),.04)}.article-share-btn i{width:.9rem;height:.9rem;flex-shrink:0}.article-page__comments{max-width:72ch;margin:4rem auto 0;padding-top:3rem;border-top:1px solid rgba(var(--color-foreground),.08)}.article-comments__heading{font-size:1.35rem;font-weight:700;margin:0 0 2rem;display:flex;align-items:center;gap:.6rem}.article-comments__count{display:inline-flex;align-items:center;justify-content:center;min-width:1.5rem;height:1.5rem;padding:0 .4rem;font-size:.75rem;font-weight:700;background:rgba(var(--color-foreground),.08);border-radius:2rem}.article-comments__list{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.article-comment{display:flex;gap:1rem}.article-comment__avatar{width:2.25rem;height:2.25rem;border-radius:50%;background:#2a9d8f26;color:#2a9d8f;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;flex-shrink:0;margin-top:.1rem}.article-comment__body{flex:1;min-width:0}.article-comment__header{display:flex;align-items:center;gap:.75rem;margin-bottom:.4rem}.article-comment__author{font-size:.9rem;font-weight:600}.article-comment__date{font-size:.78rem;color:rgba(var(--color-foreground),.45)}.article-comment__text{font-size:.9rem;line-height:1.65;color:rgba(var(--color-foreground),.8);margin:0}.article-comment-form{background:rgba(var(--color-foreground),.02);border:1px solid rgba(var(--color-foreground),.08);border-radius:.75rem;padding:1.75rem;margin-top:2.5rem}.article-comment-form__heading{font-size:1.1rem;font-weight:600;margin:0 0 1.5rem}.article-comment-form__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}@media screen and (max-width:599px){.article-comment-form__row{grid-template-columns:1fr}}.article-comment-form__field{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.article-comment-form__row .article-comment-form__field{margin-bottom:0}.article-comment-form__label{font-size:.8rem;font-weight:600;color:rgba(var(--color-foreground),.65)}.article-comment-form__input,.article-comment-form__textarea{padding:.6rem .9rem;border:1px solid rgba(var(--color-foreground),.15);border-radius:.5rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground));font-size:.9rem;transition:border-color .2s ease;width:100%}.article-comment-form__input:focus,.article-comment-form__textarea:focus{outline:none;border-color:#2a9d8f;box-shadow:0 0 0 3px #2a9d8f1f}.article-comment-form__textarea{resize:vertical;min-height:8rem}.article-comment-form__submit{padding:.7rem 1.75rem;font-size:.9rem;font-weight:700;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border:none;border-radius:2rem;cursor:pointer;transition:opacity .2s ease;font-family:inherit;margin-top:.5rem}.article-comment-form__submit:hover{opacity:.85}.article-page__back-row{max-width:72ch;margin:3.5rem auto 0;padding-top:2rem;border-top:1px solid rgba(var(--color-foreground),.08)}.article-page__back-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.4rem;font-size:.875rem;font-weight:600;color:rgb(var(--color-foreground));border:1px solid rgba(var(--color-foreground),.15);border-radius:2rem;text-decoration:none;transition:border-color .2s ease,background-color .2s ease,gap .2s ease}.article-page__back-btn:hover{border-color:rgba(var(--color-foreground),.35);background:rgba(var(--color-foreground),.04);gap:.7rem}.article-page__back-btn i{width:.9rem;height:.9rem;flex-shrink:0;transition:transform .2s ease}.article-page__back-btn:hover i{transform:translate(-2px)}@media screen and (max-width:767px){.article-page__hero{height:auto;border-radius:.5rem}.article-page__hero-image{position:static;width:100%;height:auto;object-fit:unset}.article-page__header{padding-top:1.75rem}.article-page__title{font-size:clamp(1.5rem,6vw,2rem)}.article-page__meta{font-size:.8rem}.article-body{font-size:1rem}.article-body h2{font-size:1.4rem}.article-body h3{font-size:1.15rem}}.banner{position:relative;overflow:hidden;display:flex;align-items:center}.banner--small,.banner--medium,.banner--large,.banner--full-height,.banner--adapt{min-height:0}.banner__media{position:relative;width:100%;z-index:1}.banner__image{width:100%;height:auto;display:block;object-fit:unset}.banner__image--mobile{display:none}@media screen and (max-width:749px){.banner__image--desktop{display:none}.banner__image--mobile{display:block}}.banner__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;opacity:var(--overlay-opacity, 0);z-index:2}.banner__content-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;display:flex;align-items:center;padding-top:4rem;padding-bottom:4rem}.banner__content{max-width:60rem;display:flex;flex-direction:column;gap:1.5rem}.left .banner__content{align-items:flex-start;text-align:left}.center .banner__content{align-items:center;text-align:center;margin:0 auto}.right .banner__content{align-items:flex-end;text-align:right;margin-left:auto}.banner__heading{margin:0;color:inherit;line-height:1.1}.banner__text{font-size:calc(var(--font-body-size) * 1.25);line-height:1.4;max-width:50ch}.banner__button{min-width:18rem;padding:1.2rem 3rem;border-radius:3rem;font-weight:600;transition:transform .3s ease}.banner__button:hover{transform:translateY(-2px)}.banner__link-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:4}.blog-page{padding:2.5rem 0 4rem}.blog-page__toolbar{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1.5rem}.blog-page__title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;margin:0;line-height:1.2}.blog-page__count{font-size:.875rem;color:rgba(var(--color-foreground),.45);font-weight:500}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}@media screen and (max-width:1023px){.blog-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media screen and (max-width:599px){.blog-grid{grid-template-columns:1fr;gap:1.25rem}}.article-card{display:flex;flex-direction:column;border:1px solid rgba(var(--color-foreground),.08);border-radius:.75rem;overflow:hidden;transition:box-shadow .3s ease,border-color .3s ease,transform .3s ease;background:rgb(var(--color-background));height:100%}.article-card:hover{border-color:rgba(var(--color-foreground),.15);box-shadow:0 10px 30px #0000000f;transform:translateY(-2px)}.article-card__image-link{display:block;overflow:hidden;flex-shrink:0}.article-card__image-wrapper{position:relative;width:100%;padding-bottom:56.25%;overflow:hidden;background:rgba(var(--color-foreground),.04)}.article-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.165,.84,.44,1)}.article-card:hover .article-card__image{transform:scale(1.05)}.article-card__body{display:flex;flex-direction:column;flex:1;padding:1.25rem;border-top:1px solid rgba(var(--color-foreground),.08)}.article-card__title{font-size:1.05rem;font-weight:600;line-height:1.45;margin:0 0 .6rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-card__title-link{color:rgb(var(--color-foreground));text-decoration:none;transition:color .2s ease}.article-card__title-link:hover{color:#2a9d8f}.article-card__excerpt{font-size:.875rem;line-height:1.6;color:rgba(var(--color-foreground),.6);margin:0 0 auto;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.article-card__footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:1.1rem;padding-top:.9rem;border-top:1px solid rgba(var(--color-foreground),.07)}.article-card__meta{display:flex;align-items:center;gap:.4rem;font-size:.78rem;color:rgba(var(--color-foreground),.5);min-width:0;flex:1}.article-card__date{white-space:nowrap}.article-card__sep{opacity:.5}.article-card__author{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.article-card__read-more{display:inline-flex;align-items:center;gap:.3rem;font-size:.78rem;font-weight:600;color:#2a9d8f;text-decoration:none;white-space:nowrap;flex-shrink:0;transition:gap .2s ease}.article-card__read-more:hover{gap:.55rem}.article-card__read-more i{width:.85rem;height:.85rem;flex-shrink:0}.blog-sentinel{height:1px;margin-top:2rem}.blog-loading{display:flex;align-items:center;justify-content:center;gap:.6rem;padding:1.5rem;font-size:.875rem;color:rgba(var(--color-foreground),.5);margin-top:1rem}.blog-loading[aria-hidden=true]{display:none}.blog-loading__icon{width:1.25rem;height:1.25rem;animation:blogSpin 1s linear infinite;flex-shrink:0}.blog-end{text-align:center;padding:2rem;font-size:.875rem;color:rgba(var(--color-foreground),.4);margin:0}.blog-end[aria-hidden=true]{display:none}.blog-empty{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:5rem 2rem;text-align:center}.blog-empty__icon{width:3rem;height:3rem;opacity:.25}.blog-empty__text{font-size:1rem;color:rgba(var(--color-foreground),.5);margin:0}@keyframes blogSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.bubble-grid{padding:4rem;text-align:center}.bubble-grid__header{margin-bottom:3rem}.bubble-grid__heading{margin:0;font-weight:700;letter-spacing:-.02em;color:rgb(var(--color-foreground))}.bubble-grid__container{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1.5rem;max-width:100%;margin:0 auto}.bubble-grid__item{min-width:0}.bubble-grid__link{text-decoration:none;color:inherit;display:block;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.bubble-grid__link:hover{transform:scale(1.08)}.bubble-grid__bubble{position:relative;width:100%;aspect-ratio:1 / 1;border-radius:var(--bubble-radius);overflow:hidden;background:rgba(var(--color-foreground),.03);display:flex;align-items:center;justify-content:center}.bubble-grid__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.bubble-grid__link:hover .bubble-grid__image{transform:scale(1.1)}.bubble-grid__placeholder{width:100%;height:100%}.bubble-grid__label{padding:1rem;text-align:center;pointer-events:none}.bubble-grid--text-over .bubble-grid__label{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#0000001a}.bubble-grid--text-below .bubble-grid__label{margin-top:1.25rem}.bubble-grid__label-text{font-size:1.1rem;font-weight:800;line-height:1.1;text-transform:uppercase}.bubble-grid--text-over .bubble-grid__label-text{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.2)}.bubble-grid--text-below .bubble-grid__label-text{color:rgb(var(--color-foreground));font-weight:700;text-transform:none;letter-spacing:-.01em}@media screen and (max-width:749px){.bubble-grid{padding:3rem 0}.bubble-grid__header{padding:0 20px}.bubble-grid--mobile-carousel{overflow-x:hidden}.bubble-grid--mobile-carousel .bubble-grid__container{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:.75rem;padding:.5rem 20px 1rem;margin:0}.bubble-grid--mobile-carousel .bubble-grid__container::-webkit-scrollbar{display:none}.bubble-grid--mobile-carousel .bubble-grid__item{flex:0 0 calc((100vw - 40px)/3.2);scroll-snap-align:start;min-width:0}.bubble-grid--mobile-wrap .bubble-grid__container{grid-template-columns:repeat(3,1fr);gap:.75rem;padding:0;margin:0 20px}.bubble-grid--mobile-single-row .bubble-grid__container{grid-template-columns:repeat(var(--item-count),1fr);gap:.35rem;padding:0;margin:0 20px}.bubble-grid--mobile-single-row .bubble-grid__label-text{font-size:clamp(.45rem,2vw,.65rem)}}.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr))}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.featured-collection{padding:6rem 4rem}.featured-collection__header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:4rem}.featured-collection__title{margin:0;font-weight:700;letter-spacing:-.03em}.featured-collection__link{text-decoration:none;color:inherit;transition:opacity .3s ease}.featured-collection__link:hover{opacity:.7}.featured-collection__subtitle{margin:1rem 0 0;font-family:var(--font-body--family);font-size:calc(var(--font-body-size) * 1.125);font-weight:var(--font-body--weight);color:rgba(var(--color-foreground),.6);line-height:1.5;max-width:60ch}.featured-collection__view-all-header{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:rgb(var(--color-foreground));font-family:var(--font-body--family);font-weight:600;font-size:var(--font-body-size);padding-bottom:.5rem;border-bottom:2px solid rgb(var(--color-foreground));transition:gap .3s ease}.featured-collection__view-all-header:hover{gap:1rem}.featured-collection__view-all-header svg{width:1.2rem;height:1.2rem}.featured-collection__grid{display:grid;grid-template-columns:repeat(var(--columns-mobile),minmax(0,1fr));gap:1.25rem;align-items:stretch}@media screen and (min-width:750px){.featured-collection__grid{grid-template-columns:repeat(var(--columns-desktop),minmax(0,1fr))}}.featured-collection__item{display:flex;flex-direction:column;min-width:0}.featured-collection__item>*{flex:1;display:flex;flex-direction:column}.featured-collection__footer{margin-top:4rem;display:flex;justify-content:center}.featured-collection__button{min-width:200px;padding:1rem 2rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border:none;border-radius:3rem;font-weight:700;text-decoration:none;transition:transform .3s ease}.featured-collection__button:hover{transform:translateY(-2px)}.hide-mobile{display:flex}.show-mobile{display:none}@media screen and (max-width:749px){.featured-collection{padding:4rem 0;overflow-x:hidden}.featured-collection__header{padding:0 20px;margin-bottom:3rem}.featured-collection__grid{gap:1rem;row-gap:2.5rem}.featured-collection__grid--slider{display:flex;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding-bottom:1rem;margin:0 -20px;padding-left:0;padding-right:20px;gap:1.5rem;scrollbar-width:none;align-items:stretch}.featured-collection__grid--slider::-webkit-scrollbar{display:none}.featured-collection__grid--slider .featured-collection__item{flex:0 0 85%;scroll-snap-align:start;display:flex;flex-direction:column}.featured-collection__grid--slider .featured-collection__item:first-child{padding-left:40px}.featured-collection__footer.show-mobile{margin-top:2rem;padding:0 20px}.hide-mobile{display:none}.show-mobile{display:flex}}.footer{border-top:1px solid rgba(var(--color-foreground),.08);padding-top:3rem;padding-bottom:3rem;margin-top:0}.footer__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:2.5rem}@media screen and (max-width:989px){.footer__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:749px){.footer__grid{grid-template-columns:1fr;gap:3rem}}.footer__column{display:flex;flex-direction:column}.footer__image-wrapper{margin-bottom:1.25rem;max-width:15rem}.footer__image{max-height:8rem;width:auto;object-fit:contain}.footer__heading{margin-top:0;margin-bottom:1.25rem;font-weight:600}.footer__menu{list-style:none;padding:0;margin:0}.footer__menu li{margin-bottom:.75rem}.footer__link{text-decoration:none;color:rgb(var(--color-links));font-size:var(--font-body-size);transition:color .3s ease}.footer__link:hover{color:rgb(var(--color-foreground))}.footer__rte{color:rgba(var(--color-foreground),.75);line-height:1.6}.footer__rte a{color:rgba(var(--color-foreground),.75)}.footer__rte p{margin:0}.footer__bottom-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}@media screen and (max-width:749px){.footer__bottom-wrapper{flex-direction:column;text-align:center}}.footer__copyright{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:rgb(var(--color-foreground));font-family:var(--font-body--family);text-align:center;width:100%;padding-top:2rem;border-top:1px solid rgba(var(--color-foreground),.05)}.footer__copyright a{color:inherit;text-decoration:none}.list-payment{display:flex;flex-wrap:wrap;gap:1rem;padding:0;list-style:none}.list-payment__item{display:flex;align-items:center}.icon--full-color{width:3.8rem;height:auto}.underline-reveal{position:relative;display:inline-block}.underline-reveal:after{content:"";position:absolute;width:0;height:1px;bottom:-2px;left:0;background-color:currentColor;transition:width .3s ease}.underline-reveal:hover:after{width:100%}.header{height:5rem;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(1.5rem,4vw,6rem);background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));position:relative;width:100%;box-shadow:0 4px 15px rgba(var(--color-foreground),.05)}.header__title a{color:inherit;text-decoration:none}.header__nav{height:100%;display:flex;align-items:center}.header__menu{display:flex;gap:0;height:100%;align-items:center}.header__menu-item{height:100%;display:flex;align-items:center;position:relative}.header__menu-link{text-decoration:none;color:inherit;font-size:.875rem;font-weight:500;letter-spacing:.01em;display:flex;align-items:center;gap:.35rem;height:100%;position:relative;padding:0 .875rem;transition:color .2s ease;white-space:nowrap}.header__menu-text{position:relative}.header__menu-text:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1.5px;background-color:currentColor;transition:width .3s cubic-bezier(.4,0,.2,1)}.header__menu-link:hover .header__menu-text:after,.header__menu-link--active .header__menu-text:after{width:100%}.header__menu-link:hover{color:rgba(var(--color-foreground),.7)}.header__menu-link--active{font-weight:600}.header__dropdown-icon{width:1rem;height:1rem;transition:transform .3s ease;opacity:.6}.header__menu-item:hover .header__dropdown-icon{transform:rotate(180deg)}.header__dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(10px);background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));min-width:20rem;padding:1rem;box-shadow:0 10px 30px rgba(var(--color-foreground),.08);border-radius:0 0 1.2rem 1.2rem;opacity:0;visibility:hidden;transition:opacity .3s ease,transform .3s ease,visibility .3s ease;border:1px solid rgba(var(--color-foreground),.05);z-index:101}.header__menu-item--mega{position:static}.header__dropdown--mega{left:0;right:0;width:100%;transform:translateY(10px) translate(0);border-radius:0;padding:.5rem 4rem}.header__menu-item--mega:hover .header__dropdown--mega{transform:translateY(0) translate(0)}.header__dropdown-list--mega{display:grid;grid-template-columns:repeat(6,1fr);gap:.75rem 1.5rem;max-width:var(--page-width, 1400px);margin:0 auto}.header__menu-item:hover .header__dropdown{opacity:1;visibility:visible;transform:translate(0) translateY(0)}.header__alpha-container{display:flex;gap:2rem;max-width:var(--page-width, 1400px);margin:0 auto;height:500px}.header__alpha-sidebar{width:300px;height:100%;overflow-y:auto;padding-right:1.5rem;border-right:1px solid rgba(var(--color-foreground),.05)}.header__alpha-group-title{font-weight:700;font-size:1.2rem;margin:1.5rem 0 .8rem;color:rgb(var(--color-foreground));position:sticky;top:0;background-color:rgb(var(--color-background));padding:.5rem 0;z-index:1}.header__alpha-link{display:block;text-decoration:none;color:rgba(var(--color-foreground),.7);font-size:.9rem;padding:.4rem 0;transition:color .2s ease}.header__alpha-link:hover{color:rgb(var(--color-foreground))}.header__alpha-content{flex:1;overflow-y:auto;padding:1rem 0;display:flex;flex-direction:column;gap:1.5rem}.header__brand-tabs{display:flex;gap:.5rem;flex-wrap:wrap;background:rgba(var(--color-foreground),.03);padding:.4rem;border-radius:.8rem}.header__brand-tab{background:transparent;border:none;padding:.6rem 1.2rem;font-size:.75rem;font-weight:700;letter-spacing:.05rem;text-transform:uppercase;cursor:pointer;border-radius:.6rem;transition:background-color .2s ease,color .2s ease;color:rgba(var(--color-foreground),.6)}.header__brand-tab.active{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.header__brand-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;contain:layout style}.header__brand-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-decoration:none;color:inherit;padding:1rem;border-radius:1rem;transition:transform .2s ease,background-color .2s ease;text-align:center}.header__brand-item:hover{background:rgba(var(--color-foreground),.03);transform:translateY(-4px)}.header__brand-item.hidden{display:none}.header__brand-logo-wrapper{width:100%;aspect-ratio:3/2;display:flex;align-items:center;justify-content:center;overflow:hidden}.header__brand-logo{max-width:100%;max-height:100%;object-fit:contain}.header__brand-name{font-size:.75rem;font-weight:500;opacity:.8}.header__dropdown-link{text-decoration:none;color:rgba(var(--color-foreground),.8);display:block;padding:.45rem 0 .75rem;border-radius:.4rem;font-size:.875rem;transition:background-color .15s ease,color .15s ease,padding .15s ease}.header__dropdown-link:hover{background:rgba(var(--color-foreground),.05);padding:.45rem .75rem;color:rgb(var(--color-foreground))}.header__dropdown-link--active,.header__alpha-link--active{font-weight:600;color:rgb(var(--color-foreground))}.header__dropdown-link--mega-heading{font-weight:600;font-size:.9rem;margin-bottom:.4rem;text-decoration:none;color:inherit;display:block}.header__mega-sublist{display:flex;flex-direction:column;gap:0}.header__mega-sublink{text-decoration:none;color:rgba(var(--color-foreground),.7);font-size:.8rem;transition:color .2s ease}.header__mega-sublink:hover{color:rgb(var(--color-foreground))}.header__icons{display:flex;gap:1.5px;align-items:center}.header__icons .header__icon-link{display:flex;align-items:center}.header__icon-link{text-decoration:none;color:inherit;display:flex;align-items:center;justify-content:center;position:relative;min-width:2.75rem;min-height:2.75rem;transition:transform .2s ease;background:transparent;border:none;padding:0;cursor:pointer}.header__icon-link:hover{transform:scale(1.1)}.header__icon{width:1.25rem;height:1.25rem;stroke-width:1.5px}.header__cart-count{position:absolute;top:-.5rem;right:-.5rem;background:rgb(var(--color-button));color:rgb(var(--color-button-text));width:1.25rem;height:1.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:800;box-shadow:0 4px 10px rgba(var(--color-foreground),.15);z-index:2}.header__cart-count.is-hidden{display:none}.search-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;display:flex;flex-direction:column;align-items:center;visibility:hidden;opacity:0;transition:opacity .3s cubic-bezier(.4,0,.2,1),visibility .3s cubic-bezier(.4,0,.2,1)}.search-modal--active{visibility:visible;opacity:1}.search-modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(var(--color-foreground),.2);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.search-modal__content{position:relative;width:100%;max-width:800px;background:rgb(var(--color-background));margin-top:5rem;border-radius:1.5rem;box-shadow:0 20px 50px rgba(var(--color-foreground),.1);display:flex;flex-direction:column;max-height:80vh;overflow:hidden;transform:translateY(-20px);transition:transform .3s cubic-bezier(.4,0,.2,1)}.search-modal--active .search-modal__content{transform:translateY(0)}.search-modal__header{padding:1.5rem;border-bottom:1px solid rgba(var(--color-foreground),.05)}.search-modal__field{display:flex;align-items:center;gap:1rem;position:relative}.search-modal__input{flex:1;border:none;background:transparent;font-size:1.2rem;font-weight:500;outline:none;color:rgb(var(--color-foreground));padding:.5rem 0}.search-modal__input::placeholder{color:rgba(var(--color-foreground),.3);font-weight:400;font-size:1rem}.search-modal__input-icon{width:1.5rem;height:1.5rem;opacity:.4}.search-modal__close{background:transparent;border:none;cursor:pointer;opacity:.5;transition:opacity .2s ease;padding:.5rem}.search-modal__close:hover{opacity:1}.search-modal__close i{width:1.5rem;height:1.5rem}.search-modal__results{flex:1;overflow-y:auto;padding:1rem 1.5rem;min-height:200px;contain:paint}.search-modal__empty-state{display:flex;align-items:center;justify-content:center;height:150px;opacity:.4;font-size:.8rem;letter-spacing:.1rem;font-weight:600}.predictive-search__list{display:flex;flex-direction:column;gap:.8rem}.predictive-search__item{display:flex;align-items:center;gap:1rem;text-decoration:none;color:inherit;padding:.6rem;border-radius:.8rem;transition:background .2s ease}.predictive-search__item:hover{background:rgba(var(--color-foreground),.03)}.predictive-search__image-wrapper{width:3.5rem;height:3.5rem;border-radius:.6rem;overflow:hidden;background:rgba(var(--color-foreground),.02);display:flex;align-items:center;justify-content:center;flex-shrink:0}.predictive-search__image{width:100%;height:100%;object-fit:cover}.predictive-search__info{flex:1;display:flex;flex-direction:column;gap:.2rem}.predictive-search__title{font-size:.85rem;font-weight:600;margin:0;line-height:1.2;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.predictive-search__price{font-size:.8rem;opacity:.7;font-weight:500}.predictive-search__view-all{display:flex;align-items:center;gap:.6rem;padding:.75rem .6rem;margin-top:.5rem;border-top:1px solid rgba(var(--color-foreground),.07);font-size:.875rem;font-weight:600;color:inherit;text-decoration:none;border-radius:0 0 .5rem .5rem;transition:background .2s ease}.predictive-search__view-all:hover{background:rgba(var(--color-foreground),.04)}.predictive-search__view-all i{width:1rem;height:1rem;opacity:.5;flex-shrink:0}.predictive-search__section-title{font-size:.7rem;font-weight:700;opacity:.4;letter-spacing:.1rem;margin:1rem 0 .5rem;text-transform:uppercase}.skip-to-content-link{position:absolute;top:-100%;left:1rem;z-index:9999;padding:.75rem 1.5rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));font-size:.875rem;font-weight:600;text-decoration:none;border-radius:0 0 .5rem .5rem;transition:top .2s ease}.skip-to-content-link:focus{top:0;outline:2px solid rgb(var(--color-foreground));outline-offset:2px}.header__menu-link:focus-visible,.header__dropdown-link:focus-visible,.header__mega-sublink:focus-visible,.header__alpha-link:focus-visible,.header__brand-tab:focus-visible,.header__brand-item:focus-visible,.header__icon-link:focus-visible,.search-modal__close:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:2px;border-radius:4px}.header__menu-item--open .header__dropdown{opacity:1;visibility:visible;transform:translate(0) translateY(0)}.header__menu-item--open .header__dropdown--mega{transform:translateY(0) translate(0)}.header__icon-link--menu .header__hamburger-close,.header__icon-link--menu[aria-expanded=true] .header__hamburger-open{display:none!important}.header__icon-link--menu[aria-expanded=true] .header__hamburger-close{display:flex!important}.header__mobile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(var(--color-foreground),.5);z-index:199;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.header__mobile-overlay.is-visible{opacity:1;visibility:visible}@media(max-width:1023px){.header{padding:0 1.25rem}.header__nav-header,.header__nav-footer{display:flex}.header__nav-body{display:block}.header__nav{position:fixed;top:0;left:0;width:min(380px,90vw);height:100dvh;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));z-index:200;transform:translate(-110%);transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .35s ease;display:flex;flex-direction:column;border-right:1px solid rgba(var(--color-foreground),.07);will-change:transform}.header__nav.is-open{transform:translate(0);box-shadow:12px 0 48px #0000001f}.header__nav-header{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.25rem;border-bottom:1px solid rgba(var(--color-foreground),.07);flex-shrink:0;min-height:4rem}.header__nav-logo-link{display:flex;align-items:center}.header__nav-logo{height:auto;max-height:1.75rem;width:auto;display:block}.header__nav-site-name{font-size:1.1rem;font-weight:700;text-decoration:none;color:rgb(var(--color-foreground));letter-spacing:-.02em}.header__nav-close{display:flex;align-items:center;justify-content:center;width:2.1rem;height:2.1rem;border-radius:50%;background:rgba(var(--color-foreground),.07);border:none;cursor:pointer;color:rgb(var(--color-foreground));transition:background-color .2s ease,transform .2s ease;flex-shrink:0}.header__nav-close:hover{background:rgba(var(--color-foreground),.13);transform:rotate(90deg)}.header__nav-close i{width:1rem;height:1rem;pointer-events:none}.header__nav-body{flex:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;overscroll-behavior:contain}.header__nav-body::-webkit-scrollbar{display:none}.header__nav-footer{flex-shrink:0;border-top:1px solid rgba(var(--color-foreground),.07);padding:.5rem 0;padding-bottom:calc(.5rem + env(safe-area-inset-bottom));background:rgba(var(--color-foreground),.02)}.header__nav-footer-link{display:flex;align-items:center;gap:.75rem;padding:.8rem 1.5rem;font-size:.875rem;font-weight:500;color:rgba(var(--color-foreground),.55);text-decoration:none;transition:color .2s ease,background-color .2s ease}.header__nav-footer-link:hover{color:rgb(var(--color-foreground));background:rgba(var(--color-foreground),.04)}.header__nav-footer-link i{width:1rem;height:1rem;flex-shrink:0}.header__menu{flex-direction:column;align-items:stretch;gap:0;height:auto}.header__menu-item,.header__menu-item--mega{width:100%;height:auto;flex-direction:column;align-items:stretch;position:relative;border-bottom:1px solid rgba(var(--color-foreground),.06)}.header__menu-link{width:100%;height:auto;min-height:52px;padding:.9rem 1.25rem;justify-content:space-between;font-size:1rem;font-weight:600;letter-spacing:0;transition:background-color .2s ease,color .2s ease}.header__menu-link:hover{background:rgba(var(--color-foreground),.03)}.header__menu-item--open>.header__menu-link{color:#2a9d8f;background:#2a9d8f0d}.header__menu-link--active{color:#2a9d8f!important}.header__menu-link--active .header__menu-text:after{display:none}.header__dropdown,.header__dropdown--mega{position:static!important;transform:none!important;opacity:1!important;visibility:visible!important;box-shadow:none!important;border-radius:0!important;padding:0!important;min-width:0!important;width:100%!important;display:block!important;max-height:0;overflow:hidden;transition:max-height .35s cubic-bezier(.4,0,.2,1)!important;background:rgba(var(--color-foreground),.02);border:none!important}.header__menu-item--open>.header__dropdown{max-height:60vh}.header__menu-item--open>.header__dropdown--mega{overflow-y:scroll;-webkit-overflow-scrolling:touch}.header__menu-item--open>.header__dropdown--mega::-webkit-scrollbar{-webkit-appearance:none;width:4px}.header__menu-item--open>.header__dropdown--mega::-webkit-scrollbar-track{background:rgba(var(--color-foreground),.05)}.header__menu-item--open>.header__dropdown--mega::-webkit-scrollbar-thumb{background:rgba(var(--color-foreground),.2);border-radius:99px}.header__menu-item--open>.header__menu-link .header__dropdown-icon{transform:rotate(180deg)}.header__dropdown-list--mega{display:flex;flex-direction:column;gap:0}.header__dropdown-item--mega{border-bottom:1px solid rgba(var(--color-foreground),.04)}.header__dropdown-link{display:block;padding:.75rem 1.25rem .75rem 2.5rem;color:rgba(var(--color-foreground),.65);font-size:.9rem;font-weight:500;border-left:2px solid transparent;transition:color .2s ease,border-color .2s ease,background-color .2s ease;padding-left:2.5rem!important}.header__dropdown-link:hover{color:rgb(var(--color-foreground));background:rgba(var(--color-foreground),.04);border-left-color:#2a9d8f80}.header__dropdown-link--active{color:#2a9d8f!important;border-left-color:#2a9d8f!important}.header__dropdown-link--mega-heading{padding:.9rem 1.25rem .3rem!important;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:rgba(var(--color-foreground),.4)!important}.header__mega-sublist{padding-bottom:.75rem}.header__mega-sublink{display:block;padding:.45rem 1.25rem .45rem 3rem;font-size:.875rem}.header__alpha-container{flex-direction:column;height:auto}.header__alpha-sidebar{width:100%;height:auto;max-height:none;border-right:none;border-bottom:1px solid rgba(var(--color-foreground),.06);padding:.5rem 0;display:flex;flex-direction:column;gap:0;overflow-y:visible}.header__alpha-group-title{position:static;background:none;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;margin:.75rem 0 .25rem;padding:0 1.25rem;color:rgba(var(--color-foreground),.35)}.header__alpha-link{padding:.6rem 1.25rem;font-size:.9rem;border-bottom:1px solid rgba(var(--color-foreground),.04)}.header__alpha-link:last-child{border-bottom:none}.header__alpha-content{padding:1rem 1.5rem}.header__brand-grid{grid-template-columns:repeat(3,1fr)}.header__brand-tabs{overflow-x:auto;flex-wrap:nowrap;padding-bottom:.25rem;-webkit-overflow-scrolling:touch}.search-modal__content{max-width:calc(100% - 2rem);border-radius:1rem}}@media(max-width:479px){.header__brand-grid{grid-template-columns:repeat(2,1fr)}}@media(prefers-reduced-motion:reduce){.header__menu-link,.header__menu-text:after,.header__dropdown-icon,.header__dropdown,.search-modal,.search-modal__content,.header__brand-item,.header__alpha-link,.header__icon-link,.header__brand-tab,.header__nav,.header__mobile-overlay{transition:none!important;animation:none!important}}.mobile-bottom-menu{position:fixed;bottom:0;left:0;width:100%;height:4.5rem;background-color:#fff;color:rgb(var(--color-foreground));display:flex;justify-content:space-around;align-items:center;z-index:9;box-shadow:0 -4px 15px rgba(var(--color-foreground),.08);border-top:1px solid rgba(var(--color-foreground),.05);padding:0 1rem;padding-bottom:env(safe-area-inset-bottom)}.mobile-bottom-menu__link{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;text-decoration:none;color:inherit;background:none;border:none;padding:.5rem;cursor:pointer;flex:1;transition:transform .2s ease}.mobile-bottom-menu__link:active{transform:scale(.92)}.mobile-bottom-menu__icon{width:1.5rem;height:1.5rem;stroke-width:1.5px}.mobile-bottom-menu__text{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.02rem;opacity:.8}.mobile-bottom-menu__cart-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.mobile-bottom-menu__cart-wrapper .header__cart-count{top:-.4rem;right:-.6rem}.header__nav-header,.header__nav-footer{display:none}.header__nav-body{display:contents}.hide-mobile{display:block}.show-mobile{display:none!important}@media screen and (max-width:1023px){.hide-mobile{display:none!important}.show-mobile{display:flex!important}body{padding-bottom:4.5rem}}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.cart-items-section{padding-top:6rem;padding-bottom:8rem;min-height:60vh}.cart-items__header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:4rem;border-bottom:1px solid rgba(var(--color-foreground),.1);padding-bottom:2rem}.cart-items__header h1{margin:0}.cart-items__count{font-weight:500;opacity:.6}.cart-items__content{display:grid;grid-template-columns:1fr 38rem;gap:6rem}@media screen and (max-width:1199px){.cart-items__content{grid-template-columns:1fr;gap:4rem}.cart-items__summary{max-width:100%}}.cart-items__list{display:flex;flex-direction:column}.cart-item{display:grid;grid-template-columns:10rem 1fr;gap:2rem;padding:1.5rem 0;border-bottom:1px solid rgba(var(--color-foreground),.05)}.cart-item:last-child{border-bottom:none}.cart-item__media{background:rgba(var(--color-foreground),.03);border-radius:1rem;overflow:hidden;aspect-ratio:4/5}.cart-item__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.cart-item:hover .cart-item__image{transform:scale(1.05)}.cart-item__details{display:flex;flex-direction:column;justify-content:space-between;padding:.5rem 0}.cart-item__name{text-decoration:none;color:inherit;display:block;margin-bottom:.5rem;transition:opacity .3s ease}.cart-item__name:hover{opacity:.7}.cart-item__variant{font-size:.9rem;opacity:.6;margin:0}.cart-item__totals{display:flex;align-items:flex-end;justify-content:space-between}.cart-item__price{font-size:1.2rem;font-weight:700}.cart-item__controls{display:flex;align-items:center;gap:1.5rem}.quantity-selector{display:flex;align-items:center;background:rgba(var(--color-foreground),.05);border-radius:.8rem;padding:.3rem}.quantity-button{background:transparent;border:none;cursor:pointer;width:2.2rem;height:2.2rem;display:flex;align-items:center;justify-content:center;color:inherit;transition:opacity .2s}.quantity-button:hover{opacity:.6}.quantity-button i{width:1.2rem;height:1.2rem}.quantity-selector input{width:3rem;border:none;background:transparent;text-align:center;font-weight:600;font-size:1rem;color:inherit;-moz-appearance:textfield}.quantity-selector input::-webkit-outer-spin-button,.quantity-selector input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-item__remove{background:transparent;border:none;cursor:pointer;color:rgba(var(--color-foreground),.4);display:flex;align-items:center;justify-content:center;padding:.5rem;transition:color .3s ease,transform .2s ease}.cart-item__remove:hover{color:#e63946;transform:scale(1.1)}.cart-item__remove i{width:1.8rem;height:1.8rem}.cart-summary__card{background:rgba(var(--color-foreground),.03);padding:3rem;border-radius:2rem;position:sticky;top:10rem}.cart-summary__title{margin-top:0;margin-bottom:3rem}.cart-summary__row{display:flex;justify-content:space-between;font-weight:700;font-size:1.4rem;margin-bottom:1.5rem}.cart-summary__note{font-size:.95rem;opacity:.6;margin-bottom:4rem}.cart-summary__actions{display:flex;flex-direction:column;gap:2rem;align-items:center}.checkout-button{background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-radius:4rem;font-weight:800;letter-spacing:.1rem;height:3.5rem;font-size:.95rem}.cart-summary__continue{font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.05rem}.cart-items__empty{padding:10rem 0;display:flex;justify-content:center;text-align:center}.cart-items__empty-content{display:flex;flex-direction:column;align-items:center;gap:2rem}.empty-icon{width:6rem;height:6rem;stroke-width:1.5px;opacity:.3}.cart-items__empty-content a{min-width:25rem;margin-top:2rem}.cart-items-section.is-loading{opacity:.5;pointer-events:none}@media screen and (max-width:749px){.cart-item{grid-template-columns:8rem 1fr;gap:2rem;padding:2rem 0}.cart-item__totals{flex-direction:column;align-items:flex-start;gap:1.5rem}.cart-item__controls{width:100%;justify-content:space-between}.cart-summary__card{padding:3rem 2rem}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.list-unstyled{list-style:none;margin:0;padding:0}.collection-page{background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));min-height:60vh}.collection-page__hero{position:relative;overflow:hidden;background:rgba(var(--color-foreground),.04);border-radius:.75rem}.collection-page__hero-image{display:block;width:100%;height:auto}.collection-page__hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.45) 0%,transparent 50%);display:flex;flex-direction:column;justify-content:flex-end;padding:2rem}.collection-page__hero-title{color:#fff;font-size:clamp(2rem,4vw,3.5rem);font-weight:700;margin:0 0 .5rem}.collection-page__hero-description{color:#fffc;font-size:1rem;margin:0;max-width:55ch}.collection-page__content{min-width:0;padding:0 5px}.collection-page__title{font-size:clamp(1.4rem,3vw,2rem);font-weight:700;margin:0;padding:1.25rem 0 .75rem;line-height:1.2;color:rgb(var(--color-foreground));text-align:center}.collection-filter-toggle--float{display:none;background:#3f3f3f!important;color:#fff!important;font-weight:700!important;border:none!important}@media(max-width:1023px){.collection-filter-toggle--float{display:flex;align-items:center;gap:.5rem;position:fixed;bottom:5.5rem;left:50%;transform:translate(-50%);z-index:400;background:#3f3f3f;color:#fff;border:none;border-radius:2rem;padding:.7rem 1.5rem;font-size:.85rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;cursor:pointer;white-space:nowrap;box-shadow:0 4px 20px #0003;transition:transform .2s ease,box-shadow .2s ease}.collection-filter-toggle--float:active{transform:translate(-50%) scale(.96);box-shadow:0 2px 10px #00000026}.collection-filter-toggle--float i{width:.9rem;height:.9rem}.collection-filter-toggle__divider{opacity:.3;font-weight:300;margin:0 .1rem}.collection-filter-toggle--float .collection-filter-toggle__badge{background:#fff;color:#111}}.collection-filter-toggle{display:flex;align-items:center;gap:.5rem;background:transparent;border:1px solid rgba(var(--color-foreground),.15);border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:inherit;cursor:pointer;transition:border-color .2s ease,background-color .2s ease;white-space:nowrap}.collection-filter-toggle:hover{border-color:rgba(var(--color-foreground),.35);background:rgba(var(--color-foreground),.03)}.collection-filter-toggle i{width:1rem;height:1rem}.collection-filter-toggle__badge{background:rgb(var(--color-button));color:rgb(var(--color-button-text));border-radius:50%;width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:700;line-height:1}@media(min-width:1024px){.collection-filter-toggle{display:none}}.collection-filters__sort{padding:0 0 1rem;border-bottom:1px solid rgba(var(--color-foreground),.06);margin-bottom:.25rem}.collection-filters__sort-label{display:block;font-size:.8rem;font-weight:600;opacity:.6;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.04em}.collection-sort__wrapper{position:relative;display:flex;align-items:center}.collection-sort__select{appearance:none;-webkit-appearance:none;width:100%;background:transparent;border:1px solid rgba(var(--color-foreground),.15);border-radius:.5rem;padding:.5rem 2.25rem .5rem .875rem;font-size:.875rem;color:inherit;cursor:pointer;outline:none;transition:border-color .2s ease}.collection-sort__select:hover,.collection-sort__select:focus{border-color:rgba(var(--color-foreground),.35)}.collection-sort__icon{position:absolute;right:.625rem;width:1rem;height:1rem;pointer-events:none;opacity:.5}.collection-active-filters{display:flex;flex-wrap:wrap;gap:.3rem;padding-bottom:.75rem;margin-bottom:.25rem;border-bottom:1px solid rgba(var(--color-foreground),.06)}.collection-active-filter{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .5rem;background:rgba(var(--color-foreground),.06);border-radius:2rem;font-size:.72rem;font-weight:500;text-decoration:none;color:inherit;transition:background-color .2s ease}.collection-active-filter:hover{background:rgba(var(--color-foreground),.12)}.collection-active-filter i{width:.6rem;height:.6rem;opacity:.5}.collection-active-filter--clear{background:rgba(var(--color-foreground),.04);font-weight:400;opacity:.7}.collection-page__layout{display:grid;grid-template-columns:1fr;align-items:start}@media(min-width:1024px){.collection-page__layout:has(.collection-filters.is-open){grid-template-columns:280px 1fr}}@media(max-width:1023px){.collection-filters{position:fixed;top:0;left:0;width:min(360px,90vw);height:100dvh;background:rgb(var(--color-background));color:rgb(var(--color-foreground));z-index:500;overflow:hidden;display:flex;flex-direction:column;padding:0;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);border-right:1px solid rgba(var(--color-foreground),.08)}.collection-filters.is-open{transform:translate(0)}.collection-filters__header{padding:1.25rem 1.5rem;flex-shrink:0}.collection-filters__form{display:flex;flex-direction:column;flex:1;overflow:hidden;min-height:0;padding:0 1.5rem}.collection-filters__scroll{flex:1;overflow-y:auto;padding-right:.25rem}.collection-filters__footer{flex-shrink:0;border-top:1px solid rgba(var(--color-foreground),.07);padding:1rem 1.5rem;background:rgb(var(--color-background))}}@media(min-width:1024px){.collection-filters{display:none;position:sticky;top:5rem;height:calc(100vh - 5rem);overflow:hidden;flex-direction:column;border-right:1px solid rgba(var(--color-foreground),.07);padding:1.5rem 1.5rem 0}.collection-filters.is-open{display:flex}.collection-filters__form{display:flex;flex-direction:column;flex:1;overflow:hidden;min-height:0}.collection-filters__scroll{flex:1;overflow-y:auto;padding-right:.75rem;scrollbar-gutter:stable}.collection-filters__footer{flex-shrink:0;border-top:1px solid rgba(var(--color-foreground),.07);padding-top:1rem;margin-top:0;padding-bottom:1rem}}.collection-filters__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid rgba(var(--color-foreground),.07)}.collection-filters__title{font-size:.9rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;opacity:.6}.collection-filters__close{background:transparent;border:none;cursor:pointer;color:inherit;padding:.25rem;opacity:.5;transition:opacity .2s ease;display:none}.collection-filters__close:hover{opacity:1}.collection-filters__close:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:2px;border-radius:4px}.collection-filters__close i{width:1.25rem;height:1.25rem;display:block}@media(max-width:1023px){.collection-filters__close{display:flex}}.collection-filter{border-bottom:1px solid rgba(var(--color-foreground),.06)}.collection-filter__summary{display:flex;align-items:center;justify-content:space-between;padding:.875rem 0;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none;gap:.5rem}.collection-filter__summary::-webkit-details-marker{display:none}.collection-filter__summary:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:2px;border-radius:4px}.collection-filter__name{font-size:.875rem;font-weight:600;display:flex;align-items:center;gap:.5rem;flex:1}.collection-filter__active-badge{background:rgb(var(--color-button));color:rgb(var(--color-button-text));border-radius:50%;width:1.1rem;height:1.1rem;display:inline-flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:700}.collection-filter__chevron{width:.9rem;height:.9rem;transition:transform .2s ease;opacity:.5;flex-shrink:0;pointer-events:none}.collection-filter[open] .collection-filter__chevron{transform:rotate(180deg)}.collection-filter__body{padding:0 0 1rem;overflow:hidden;transition:height .25s ease}.collection-filter__list{display:flex;flex-direction:column;gap:.25rem}.collection-filter__option{display:flex;align-items:center;gap:.625rem;padding:.375rem .5rem;border-radius:.4rem;cursor:pointer;font-size:.875rem;transition:background-color .15s ease}.collection-filter__option:hover{background:rgba(var(--color-foreground),.04)}.collection-filter__option:has(.collection-filter__checkbox:checked){font-weight:500}.collection-filter__option.is-disabled{opacity:.35;cursor:not-allowed}.collection-filter__checkbox{position:absolute;opacity:0;width:0;height:0}.collection-filter__checkmark{width:1rem;height:1rem;border:1.5px solid rgba(var(--color-foreground),.3);border-radius:.25rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .15s ease,background-color .15s ease}.collection-filter__checkbox:checked~.collection-filter__checkmark{background:rgb(var(--color-foreground));border-color:rgb(var(--color-foreground))}.collection-filter__checkbox:checked~.collection-filter__checkmark:after{content:"";display:block;width:.35rem;height:.6rem;border-right:2px solid rgb(var(--color-background));border-bottom:2px solid rgb(var(--color-background));transform:rotate(45deg) translateY(-.05rem)}.collection-filter__option-label{flex:1;line-height:1.3}.collection-filter__option-count{font-size:.75rem;opacity:.4;flex-shrink:0}.price-slider{padding:.25rem 0 .5rem}.price-slider__labels{display:flex;justify-content:space-between;font-size:.8rem;font-weight:600;margin-bottom:1rem;color:rgb(var(--color-foreground))}.price-slider__track-wrap{position:relative;height:1.25rem;display:flex;align-items:center}.price-slider__track,.price-slider__fill{position:absolute;left:0;right:0;height:4px;border-radius:2px;pointer-events:none}.price-slider__track{background:rgba(var(--color-foreground),.12)}.price-slider__fill{background:rgb(var(--color-foreground));left:0%;width:100%}.price-slider__input{position:absolute;width:100%;height:4px;background:transparent;appearance:none;-webkit-appearance:none;outline:none;pointer-events:none;margin:0;padding:0}.price-slider__input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:1.1rem;height:1.1rem;border-radius:50%;background:rgb(var(--color-foreground));border:2px solid rgb(var(--color-background));box-shadow:0 1px 4px #0003;cursor:pointer;pointer-events:auto;position:relative;z-index:2;transition:transform .15s ease,box-shadow .15s ease}.price-slider__input::-moz-range-thumb{width:1.1rem;height:1.1rem;border-radius:50%;background:rgb(var(--color-foreground));border:2px solid rgb(var(--color-background));box-shadow:0 1px 4px #0003;cursor:pointer;pointer-events:auto}.price-slider__input::-webkit-slider-thumb:hover,.price-slider__input:active::-webkit-slider-thumb{transform:scale(1.2);box-shadow:0 2px 8px #00000040}.price-slider__input--min,.price-slider__input--max{z-index:3}.collection-filters__footer{display:flex;gap:.75rem;padding-top:1.5rem}.collection-filters__clear-btn{flex:1;text-align:center;padding:.625rem;border:1px solid rgba(var(--color-foreground),.15);border-radius:.5rem;font-size:.875rem;color:inherit;text-decoration:none;transition:border-color .2s ease}.collection-filters__clear-btn:hover{border-color:rgba(var(--color-foreground),.35)}.collection-filters__clear-btn:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:2px;border-radius:.5rem}.collection-filters__apply-btn{flex:1;padding:.625rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:opacity .2s ease}.collection-filters__apply-btn:hover{opacity:.85}.collection-filters__apply-btn:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:2px;border-radius:.5rem}.collection-filters-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(var(--color-foreground),.45);z-index:499;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.collection-filters-overlay.is-visible{opacity:1;visibility:visible}.collection-area{position:relative}.collection-grid-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(var(--color-background),.7);display:flex;align-items:center;justify-content:center;z-index:10;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;pointer-events:none}.collection-grid-overlay.is-visible{opacity:1;visibility:visible;pointer-events:all}.collection-main{padding:.75rem 0 1.75rem;min-height:20rem}.collection-grid{display:grid;grid-template-columns:repeat(var(--columns, 4),minmax(0,1fr));gap:1rem}.collection-sentinel{height:1px;margin-top:2rem}.collection-loading{display:flex;justify-content:center;align-items:center;padding:2rem}.collection-loading[aria-hidden=true]{display:none}.collection-loading__icon{width:3rem;height:3rem;opacity:.4;animation:collection-spin 1s linear infinite}@keyframes collection-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.collection-end{text-align:center;padding:1.5rem;font-size:.8rem;opacity:.35;letter-spacing:.05em}.collection-end[aria-hidden=true]{display:none}.collection-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem 2rem;text-align:center;gap:1rem}.collection-empty__icon{width:3.5rem;height:3.5rem;opacity:.2}.collection-empty__text{font-size:1rem;opacity:.55;margin:0}.collection-empty__btn{display:inline-block;padding:.625rem 1.5rem;border:1px solid rgba(var(--color-foreground),.25);border-radius:.5rem;font-size:.875rem;text-decoration:none;color:inherit;transition:border-color .2s ease}.collection-empty__btn:hover{border-color:rgba(var(--color-foreground),.5)}@media(max-width:1023px){.collection-page__content{padding:0}.collection-page__hero-overlay{padding:2rem 0}.collection-grid{grid-template-columns:repeat(var(--columns-mobile, 2),1fr);gap:.5rem}}@media(prefers-reduced-motion:reduce){.collection-filters,.collection-filters-overlay,.collection-filter-toggle,.collection-sort__select,.collection-filter__option,.collection-filter__chevron,.collection-active-filter{transition:none!important}.collection-loading__icon{animation:none!important}}.collections-page{background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));min-height:60vh;padding:2rem 6rem 4rem}.collections-page__toolbar{display:flex;align-items:baseline;gap:1rem;margin-bottom:2rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(var(--color-foreground),.07)}.collections-page__title{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;margin:0;line-height:1.2;flex:1}.collections-page__count{font-size:.8rem;opacity:.4;white-space:nowrap}.collections-grid{display:grid;grid-template-columns:repeat(var(--columns, 4),minmax(0,1fr));gap:1.5rem}.collection-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;border-radius:.875rem;overflow:hidden;border:1px solid rgba(var(--color-foreground),.08);transition:box-shadow .3s ease,border-color .3s ease,transform .3s ease;background:rgb(var(--color-background))}.collection-card:hover{border-color:rgba(var(--color-foreground),.15);box-shadow:0 10px 30px #00000012;transform:translateY(-2px)}.collection-card__image-wrapper{position:relative;width:100%;padding-bottom:70%;background:rgba(var(--color-foreground),.04);overflow:hidden}.collection-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.165,.84,.44,1)}.collection-card:hover .collection-card__image{transform:scale(1.04)}.collection-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.18) 0%,transparent 55%);pointer-events:none}.collection-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:rgba(var(--color-foreground),.04)}.collection-card__placeholder i{width:2.5rem;height:2.5rem;opacity:.15}.collection-card__content{padding:1rem 1.25rem;display:flex;align-items:center;gap:.75rem;border-top:1px solid rgba(var(--color-foreground),.07)}.collection-card__title{font-size:.95rem;font-weight:600;margin:0;line-height:1.3;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.collection-card__count{font-size:.75rem;opacity:.4;white-space:nowrap;flex-shrink:0}.collection-card__arrow{width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(var(--color-foreground),.06);flex-shrink:0;transition:background-color .2s ease,transform .2s ease}.collection-card__arrow i{width:.9rem;height:.9rem}.collection-card:hover .collection-card__arrow{background:rgb(var(--color-foreground));color:rgb(var(--color-background));transform:translate(2px)}.collections-sentinel{height:1px;margin-top:2rem}.collections-loading{display:flex;justify-content:center;align-items:center;padding:2rem}.collections-loading[aria-hidden=true]{display:none}.collections-loading__icon{width:2rem;height:2rem;opacity:.4;animation:collections-spin 1s linear infinite}@keyframes collections-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.collections-end{text-align:center;padding:1.5rem;font-size:.8rem;opacity:.35;letter-spacing:.05em}.collections-end[aria-hidden=true]{display:none}.collections-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem 2rem;text-align:center;gap:1rem}.collections-empty__icon{width:3.5rem;height:3.5rem;opacity:.2}.collections-empty__text{font-size:1rem;opacity:.55;margin:0}@media(max-width:1023px){.collections-page{padding:1.5rem 1.25rem 3rem}.collections-grid{grid-template-columns:repeat(var(--columns-mobile, 2),minmax(0,1fr));gap:1rem}}@media(max-width:479px){.collections-grid{grid-template-columns:repeat(1,minmax(0,1fr))}}@media(prefers-reduced-motion:reduce){.collection-card,.collection-card__image,.collection-card__arrow{transition:none!important}.collections-loading__icon{animation:none!important}}.newsletter{background:radial-gradient(ellipse at 50% 0%,#4a4a4a,#3a3a3a);position:relative;overflow:hidden}.newsletter:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:48px 48px;pointer-events:none}.newsletter__inner{position:relative;max-width:580px;margin:0 auto;padding:clamp(4rem,8vw,7rem) var(--page-margin);text-align:center;z-index:1}.newsletter__icon-wrap{display:inline-flex;align-items:center;justify-content:center;width:3.25rem;height:3.25rem;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);margin-bottom:1.75rem;color:#fff}.newsletter__icon-wrap i{width:1.4rem;height:1.4rem}.newsletter__heading{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;color:#fff;margin:0 0 1rem;line-height:1.2;letter-spacing:-.02em}.newsletter__subheading{font-size:1rem;line-height:1.65;color:#fff9;margin-bottom:2.5rem}.newsletter__subheading p{margin:0}.newsletter-form__pill{display:flex;align-items:center;background:#ffffff14;border:1px solid rgba(255,255,255,.18);border-radius:3rem;padding:.35rem .35rem .35rem 1.4rem;transition:border-color .3s ease,background-color .3s ease}.newsletter-form__pill:focus-within{border-color:#ffffff80;background:#ffffff1c}.newsletter-form__input{flex:1;background:transparent;border:none;outline:none;font-family:inherit;font-size:.95rem;color:#fff;min-width:0}.newsletter-form__input::placeholder{color:#ffffff61}.newsletter-form__button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.4rem;background:#fff;color:#3f3f3f;border:none;border-radius:2rem;font-family:inherit;font-size:.875rem;font-weight:700;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:background-color .2s ease,transform .2s ease}.newsletter-form__button:hover{background:#ffffffe6;transform:translate(2px)}.newsletter-form__button:disabled{opacity:.6;cursor:not-allowed;transform:none}.newsletter-form__button i{width:.9rem;height:.9rem;flex-shrink:0;transition:transform .2s ease}.newsletter-form__button:hover i{transform:translate(2px)}.newsletter__paragraph{margin-top:1.5rem;font-size:.78rem;color:#ffffff59;line-height:1.6}.newsletter__paragraph p{margin:0}.newsletter__paragraph a{color:#ffffff8c;text-underline-offset:2px}.newsletter__paragraph a:hover{color:#fffc}@media screen and (max-width:499px){.newsletter-form__pill{flex-direction:column;align-items:stretch;border-radius:1rem;padding:1rem;gap:.75rem}.newsletter-form__input{text-align:center;padding:.25rem 0}.newsletter-form__button{justify-content:center;border-radius:.65rem;padding:.85rem}}.product-page{padding:2rem var(--page-margin);max-width:var(--page-width);margin:0 auto;width:100%;overflow-x:clip}.product-page__inner{display:grid;grid-template-columns:50% 50%;gap:0;align-items:start;min-width:0}.product-gallery{position:sticky;top:2rem;min-width:0;width:100%}.product-gallery__stage{position:relative;background:rgba(var(--color-foreground),.03);border-radius:1rem;overflow:hidden;aspect-ratio:1 / 1}.product-gallery__track{position:relative;width:100%;height:100%}.product-gallery__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .4s ease;pointer-events:none}.product-gallery__slide.is-active{opacity:1;pointer-events:auto}.product-gallery__zoom-trigger{display:block;width:100%;height:100%;background:none;border:none;cursor:zoom-in;padding:0}.product-gallery__image{width:100%;height:100%;object-fit:cover;display:block}.product-gallery__placeholder{width:100%;height:100%;object-fit:contain;padding:2rem}.product-gallery__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.12);border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:rgb(var(--color-foreground));box-shadow:0 2px 12px #00000014}.product-gallery__arrow:hover{background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:transparent}.product-gallery__arrow--prev{left:.75rem}.product-gallery__arrow--next{right:.75rem}.product-gallery__arrow.is-hidden{opacity:0;pointer-events:none}.product-gallery__counter{position:absolute;bottom:.75rem;left:50%;transform:translate(-50%);background:#00000073;color:#fff;font-size:.75rem;padding:.25rem .65rem;border-radius:2rem;pointer-events:none}.product-gallery__thumbs-carousel{display:flex;align-items:center;gap:.25rem;margin-top:.75rem;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.product-gallery__thumbs-track-wrap{flex:1 1 0%;min-width:0;max-width:100%;overflow:hidden}.product-gallery__thumbs{display:flex;gap:.5rem;width:max-content;will-change:transform;transition:transform .3s ease}.product-gallery__thumb-arrow{width:1.75rem;height:1.75rem;border-radius:50%;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.15);display:flex;align-items:center;justify-content:center;cursor:pointer;color:rgb(var(--color-foreground));transition:all .2s ease;flex-shrink:0}.product-gallery__thumb-arrow:hover{background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:transparent}.product-gallery__thumb-arrow:disabled{opacity:.25;cursor:not-allowed}.product-gallery__thumb{flex-shrink:0;width:5rem;height:5rem;border-radius:.5rem;overflow:hidden;border:2px solid transparent;background:rgba(var(--color-foreground),.04);cursor:pointer;padding:0;transition:border-color .2s ease}.product-gallery__thumb.is-active{border-color:rgb(var(--color-foreground))}.product-gallery__thumb-img{width:100%;height:100%;object-fit:cover;display:block}.product-info{display:flex;flex-direction:column;gap:1.75rem;padding-left:3rem}.product-info__title{font-family:var(--font-header--family);font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;line-height:1.2;margin:0;color:rgb(var(--color-foreground))}.product-info__price{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap;margin-top:.5rem}.product-info__price-regular{font-size:1.5rem;font-weight:700;color:rgb(var(--color-foreground))}.product-info__price-sale{font-size:1.5rem;font-weight:700;color:#f35487}.product-info__price-compare{font-size:1rem;font-weight:400;text-decoration:line-through;color:rgba(var(--color-foreground),.4)}.product-info__price-badge{background:#f35487;color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.05em;padding:.2rem .5rem;border-radius:2rem}.product-info__unit-price{font-size:.8rem;color:rgba(var(--color-foreground),.5);width:100%}.product-info__tax-note{font-size:.8rem;color:rgba(var(--color-foreground),.5);margin:.5rem 0 0}.product-info__shipping-link{color:rgba(var(--color-foreground),.5);text-underline-offset:2px}.product-info__shipping-link:hover{color:rgb(var(--color-foreground))}.product-info__shipping-notice{font-size:.8rem;color:rgba(var(--color-foreground),.6);margin:.35rem 0 0;line-height:1.5}.product-info__shipping-notice strong{font-weight:600;color:rgb(var(--color-foreground))}.product-info__description{font-size:.95rem;line-height:1.75;color:rgba(var(--color-foreground),.75)}.product-info__description p:first-child{margin-top:0}.product-info__description p:last-child{margin-bottom:0}.product-form__options{display:flex;flex-direction:column;gap:1.25rem}.product-form__option-label{display:block;font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:rgba(var(--color-foreground),.6);margin-bottom:.6rem}.product-form__option-values{display:flex;flex-wrap:wrap;gap:.5rem}.product-form__option-select{width:100%;padding:.6rem 2.5rem .6rem .875rem;border:1.5px solid rgba(var(--color-foreground),.2);border-radius:var(--style-border-radius-inputs, .5rem);background-color:rgb(var(--color-background));background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;font-size:.875rem;font-weight:500;color:rgb(var(--color-foreground));appearance:none;-webkit-appearance:none;cursor:pointer;transition:border-color .2s ease}.product-form__option-select:focus{outline:none;border-color:rgb(var(--color-foreground))}.product-form__design-group{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.product-form__design-select{flex:1;min-width:160px}.product-form__option-input{display:none}.product-form__option-value{display:inline-flex;align-items:center;justify-content:center;padding:.45rem 1rem;border:1.5px solid rgba(var(--color-foreground),.2);border-radius:.4rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;color:rgb(var(--color-foreground));min-width:2.5rem;text-align:center}.product-form__option-input:checked+.product-form__option-value{border-color:rgb(var(--color-foreground));background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.product-form__option-value:hover{border-color:rgb(var(--color-foreground))}.product-form__option-value.is-unavailable{opacity:.35;text-decoration:line-through;cursor:not-allowed}.product-form{display:flex;flex-direction:column;gap:1.75rem}.product-form__quantity-group{display:flex;flex-direction:column;gap:.5rem}.product-form__quantity-label{display:block;font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:rgba(var(--color-foreground),.6)}.product-form__cta{display:flex;flex-direction:column;gap:.75rem}.product-form__actions-row{display:flex;gap:.75rem;align-items:stretch}.product-form__quantity-selector{display:inline-flex;align-items:center;border:1.5px solid rgba(var(--color-foreground),.2);border-radius:.5rem;overflow:hidden;width:fit-content}.product-form__qty-btn{background:none;border:none;width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;cursor:pointer;color:rgb(var(--color-foreground));transition:background .2s ease}.product-form__qty-btn:hover{background:rgba(var(--color-foreground),.06)}.product-form__qty-input{width:3.5rem;border:none;border-left:1.5px solid rgba(var(--color-foreground),.1);border-right:1.5px solid rgba(var(--color-foreground),.1);text-align:center;font-size:.95rem;font-weight:600;color:rgb(var(--color-foreground));background:transparent;padding:0;height:2.75rem;-moz-appearance:textfield}.product-form__qty-input::-webkit-outer-spin-button,.product-form__qty-input::-webkit-inner-spin-button{-webkit-appearance:none}.product-form__add-to-cart{display:flex;align-items:center;justify-content:center;gap:.6rem;flex:1;padding:0 1.5rem;background:#3f3f3f;color:#fff;border:none;border-radius:var(--style-border-radius-inputs, .5rem);font-size:.95rem;font-weight:700;letter-spacing:.04em;cursor:pointer;transition:opacity .2s ease,transform .15s ease;position:relative}.product-form__add-to-cart:hover:not(:disabled){opacity:.88;transform:translateY(-1px)}.product-form__add-to-cart:disabled{opacity:.45;cursor:not-allowed;transform:none}.product-form__add-to-cart.is-loading .add-to-cart-text,.product-form__add-to-cart.is-loading svg{opacity:0}.add-to-cart-loading{display:none;position:absolute;width:1.2rem;height:1.2rem;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}.product-form__add-to-cart.is-loading .add-to-cart-loading{display:block}.product-form__buy-now{display:flex;align-items:center;justify-content:center;width:100%;padding:.95rem 2rem;background:#3f3f3f;color:#fff;border:none;border-radius:var(--style-border-radius-inputs, .5rem);font-size:.95rem;font-weight:700;letter-spacing:.04em;cursor:pointer;transition:opacity .2s ease,transform .15s ease}.product-form__buy-now:hover:not(:disabled){opacity:.85;transform:translateY(-1px)}.product-form__buy-now:disabled{opacity:.45;cursor:not-allowed}.gallery-zoom-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e6;z-index:1000;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease}.gallery-zoom-overlay.is-open{opacity:1;pointer-events:auto}.gallery-zoom-overlay__close{position:absolute;top:1.25rem;right:1.25rem;background:#ffffff1a;border:none;color:#fff;width:2.75rem;height:2.75rem;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s;z-index:2}.gallery-zoom-overlay__close:hover{background:#fff3}.gallery-zoom-overlay__img-wrap{max-width:92vw;max-height:92vh;overflow:auto;cursor:zoom-in}.gallery-zoom-overlay__img-wrap.is-zoomed{cursor:zoom-out}.gallery-zoom-overlay__img{display:block;max-width:100%;max-height:92vh;object-fit:contain;transition:transform .3s ease;transform-origin:center center}.gallery-zoom-overlay__img-wrap.is-zoomed .gallery-zoom-overlay__img{transform:scale(2);max-width:none;max-height:none}@media screen and (max-width:767px){.product-page__inner{grid-template-columns:1fr;gap:2rem}.product-gallery{position:static}.product-gallery__thumb{width:4rem;height:4rem}.product-info{padding-left:0}.product-info__title{font-size:1.5rem}}.product-accordions{border-top:1px solid rgba(var(--color-foreground),.1)}.product-accordion{border-bottom:1px solid rgba(var(--color-foreground),.1)}.product-accordion__summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 0;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.product-accordion__summary::-webkit-details-marker{display:none}.product-accordion__title-group{display:flex;align-items:center;gap:.6rem}.product-accordion__icon-lead{width:1.1rem;height:1.1rem;flex-shrink:0;color:rgba(var(--color-foreground),.65)}.product-accordion__title{font-size:.9rem;font-weight:600;color:rgb(var(--color-foreground))}.product-accordion__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:50%;border:1.5px solid rgba(var(--color-foreground),.2);color:rgba(var(--color-foreground),.6);transition:transform .25s ease,border-color .2s ease,background .2s ease}.product-accordion[open] .product-accordion__icon{transform:rotate(180deg);background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:transparent}.product-accordion__content{padding-bottom:1.25rem;font-size:.875rem;line-height:1.75;color:rgba(var(--color-foreground),.7);overflow:hidden;transition:height .3s ease}.product-accordion__content p:first-child{margin-top:0}.product-accordion__content p:last-child{margin-bottom:0}.sticky-atc{position:fixed;bottom:2rem;right:2rem;z-index:9;width:420px;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.1);border-radius:1rem;box-shadow:0 8px 32px #0000001f;transform:translateY(calc(100% + 2rem));opacity:0;transition:transform .35s cubic-bezier(.25,1,.5,1),opacity .3s ease;pointer-events:none}.sticky-atc.is-visible{transform:translateY(0);opacity:1;pointer-events:auto}.sticky-atc__inner{padding:1rem;display:flex;flex-direction:column;gap:.875rem}.sticky-atc__product{display:flex;align-items:center;gap:.875rem}.sticky-atc__image{width:3.5rem;height:3.5rem;border-radius:.5rem;object-fit:cover;flex-shrink:0;background:rgba(var(--color-foreground),.04)}.sticky-atc__details{flex:1;min-width:0}.sticky-atc__title{font-size:.875rem;font-weight:600;color:rgb(var(--color-foreground));margin:0 0 .2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-atc__price{display:flex;align-items:center;gap:.5rem}.sticky-atc__price-regular,.sticky-atc__price-sale{font-size:.875rem;font-weight:700;color:rgb(var(--color-foreground))}.sticky-atc__price-sale{color:#f35487}.sticky-atc__price-compare{font-size:.8rem;font-weight:400;text-decoration:line-through;color:rgba(var(--color-foreground),.4)}.sticky-atc__controls{display:flex;align-items:center;gap:.75rem}.sticky-atc__qty-selector{display:flex;align-items:center;border:1.5px solid rgba(var(--color-foreground),.18);border-radius:.5rem;overflow:hidden;flex-shrink:0}.sticky-atc__qty-btn{background:none;border:none;width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;cursor:pointer;color:rgb(var(--color-foreground));transition:background .2s}.sticky-atc__qty-btn:hover{background:rgba(var(--color-foreground),.06)}.sticky-atc__qty-input{width:2.5rem;border:none;border-left:1.5px solid rgba(var(--color-foreground),.1);border-right:1.5px solid rgba(var(--color-foreground),.1);text-align:center;font-size:.875rem;font-weight:600;color:rgb(var(--color-foreground));background:transparent;padding:0;height:2.25rem;-moz-appearance:textfield}.sticky-atc__qty-input::-webkit-outer-spin-button,.sticky-atc__qty-input::-webkit-inner-spin-button{-webkit-appearance:none}.sticky-atc__actions{display:flex;gap:.5rem;flex:1}.sticky-atc__add-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.4rem;height:2.5rem;padding:0 1rem;background:#3f3f3f;color:#fff;border:none;border-radius:var(--style-border-radius-inputs, .5rem);font-size:.85rem;font-weight:700;cursor:pointer;position:relative;transition:opacity .2s}.sticky-atc__add-btn:hover:not(:disabled){opacity:.88}.sticky-atc__add-btn:disabled{opacity:.45;cursor:not-allowed}.sticky-atc__add-btn.is-loading .sticky-atc__add-text{opacity:0}.sticky-atc__add-loading{display:none;position:absolute;width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}.sticky-atc__add-btn.is-loading .sticky-atc__add-loading{display:block}.sticky-atc__buy-btn{flex:1;height:2.5rem;padding:0 1rem;background:#3f3f3f;color:#fff;border:none;border-radius:var(--style-border-radius-inputs, .5rem);font-size:.85rem;font-weight:700;cursor:pointer;transition:opacity .2s}.sticky-atc__buy-btn:hover:not(:disabled){opacity:.85}.sticky-atc__buy-btn:disabled{opacity:.45;cursor:not-allowed}@media screen and (max-width:1023px){.sticky-atc{bottom:calc(5.5rem + env(safe-area-inset-bottom));right:.75rem;left:.75rem;width:auto;border-radius:1rem;transform:translateY(calc(100% + 2rem))}.sticky-atc.is-visible{transform:translateY(0)}.sticky-atc__inner{padding:.75rem 1rem;flex-direction:row;align-items:center;gap:.75rem}.sticky-atc__product{flex:1;min-width:0}.sticky-atc__image{display:none}.sticky-atc__title{font-size:.8rem}.sticky-atc__controls{flex-direction:row;align-items:center;gap:.5rem}.sticky-atc__buy-btn{display:none}}.reels-section{padding:4rem 0}.reels-section__header{text-align:center;margin-bottom:2.5rem}.reels-section__heading{margin:0;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700}.reels-section__heading-link{color:inherit;text-decoration:none}.reels-section__heading-link:hover{text-decoration:underline;text-underline-offset:.2em}.reels-section__subheading{margin:.75rem auto 0;max-width:48ch;opacity:.65;font-size:1rem}.reels-section__track-wrapper{position:relative}.reels-section__track{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:.5rem 2rem 1.5rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.reels-section__track::-webkit-scrollbar{display:none}.reels-section__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.12);border-radius:50%;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 16px #0000001f;transition:opacity .2s,transform .2s;color:rgb(var(--color-foreground))}.reels-section__nav:hover{opacity:.85;transform:translateY(-50%) scale(1.08)}.reels-section__nav--prev{left:.25rem}.reels-section__nav--next{right:.25rem}@media screen and (max-width:749px){.reels-section__nav{display:none}.reels-section__track{padding:.5rem 1rem 1.25rem;gap:.5rem}}.reels-section__dots{display:none}@media screen and (max-width:749px){.reels-section__dots{display:flex;justify-content:center;gap:.5rem;margin-top:.75rem;padding-bottom:.25rem}}.reels-section__dot{width:6px;height:6px;border-radius:50%;background:rgba(var(--color-foreground),.2);border:none;padding:0;cursor:pointer;transition:background .25s,transform .25s}.reels-section__dot.is-active{background:rgb(var(--color-foreground));transform:scale(1.4)}.reel{flex-shrink:0;width:300px;scroll-snap-align:start}@media screen and (max-width:749px){.reel{width:calc(50vw - 1.25rem)}}.reel__card{position:relative;width:100%;aspect-ratio:9 / 16;border-radius:1.25rem;overflow:hidden;background:#111;box-shadow:0 8px 32px #0000002e;cursor:pointer}.reel__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.reel__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;color:#ffffff59;font-size:.8rem}.reel__placeholder-icon{width:2.5rem;height:2.5rem}.reel__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(to bottom,rgba(0,0,0,.25) 0%,transparent 30%,transparent 55%,rgba(0,0,0,.65) 100%);padding:1rem}.reel__top-controls{display:flex;align-items:center;justify-content:space-between}.reel__instagram-badge{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:50%;background:#00000073;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);color:#fff}.reel__instagram-badge svg{width:1rem;height:1rem}@media screen and (max-width:749px){.reel__instagram-badge{width:1.75rem;height:1.75rem}.reel__instagram-badge svg{width:.75rem;height:.75rem}}.reel__mute-btn{background:#00000073;border:none;border-radius:50%;width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);transition:background .2s}.reel__mute-btn:hover{background:#000000a6}.reel__mute-btn svg{width:1rem;height:1rem}.reel__mute-btn .reel__icon-unmuted,.reel.is-unmuted .reel__mute-btn .reel__icon-muted{display:none}.reel.is-unmuted .reel__mute-btn .reel__icon-unmuted{display:block}.reel__bottom{display:flex;flex-direction:column;gap:.75rem}.reel__caption{margin:0;color:#fff;font-size:.82rem;font-weight:500;line-height:1.4;text-shadow:0 1px 4px rgba(0,0,0,.5);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.reel__discover-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;background:rgba(var(--color-background),.92);color:rgb(var(--color-foreground));border:none;border-radius:2rem;padding:.6rem 1.1rem;font-size:.78rem;font-weight:700;letter-spacing:.02em;cursor:pointer;width:100%;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:background .2s,transform .15s;box-shadow:0 2px 12px #0003}.reel__discover-btn:hover{background:rgb(var(--color-background));transform:translateY(-1px)}@media screen and (max-width:749px){.reel__overlay{padding:.6rem}.reel__bottom{gap:.4rem}.reel__mute-btn{width:1.75rem;height:1.75rem}.reel__mute-btn svg{width:.75rem;height:.75rem}.reel__caption{font-size:.7rem}.reel__discover-btn{padding:.45rem .6rem;font-size:.65rem;gap:.3rem}}.reel__discover-icon{width:.95rem;height:.95rem;flex-shrink:0}.reel-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center}.reel-modal[hidden]{display:none}.reel-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);cursor:pointer}.reel-modal__sheet{position:relative;z-index:1;width:90%;max-width:680px;height:60vh;background:rgb(var(--color-background));border-radius:1.5rem;display:flex;flex-direction:column;overflow:hidden;opacity:0;transform:scale(.96) translateY(12px);transition:opacity .28s ease,transform .28s cubic-bezier(.32,.72,0,1)}.reel-modal.is-open .reel-modal__sheet{opacity:1;transform:scale(1) translateY(0)}.reel-modal__handle{display:none}.reel-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem 1rem;flex-shrink:0;border-bottom:1px solid rgba(var(--color-foreground),.07);background:rgb(var(--color-background))}@media screen and (max-width:749px){.reel-modal{align-items:flex-end;justify-content:stretch}.reel-modal__sheet{width:100%;max-width:100%;height:auto;max-height:75vh;border-radius:1.5rem 1.5rem 0 0;opacity:1;transform:translateY(100%);transition:transform .35s cubic-bezier(.32,.72,0,1)}.reel-modal.is-open .reel-modal__sheet{opacity:1;transform:translateY(0)}.reel-modal__handle{display:block;width:2.5rem;height:4px;background:rgba(var(--color-foreground),.15);border-radius:2px;margin:.75rem auto 0;flex-shrink:0}.reel-modal__header{padding:1rem 1.25rem .875rem;border-bottom:1px solid rgba(var(--color-foreground),.07)}}.reel-modal__title{margin:0;font-size:1.05rem;font-weight:700}.reel-modal__close{background:rgba(var(--color-foreground),.07);border:none;border-radius:50%;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;color:rgb(var(--color-foreground));flex-shrink:0;transition:background .2s}.reel-modal__close:hover{background:rgba(var(--color-foreground),.12)}.reel-modal__close svg{width:1rem;height:1rem}.reel-modal__grid{display:flex;flex-direction:column;gap:.75rem;padding:1.25rem 1.5rem 1.5rem;overflow-y:auto;flex:1}@media screen and (max-width:749px){.reel-modal__grid{padding:1rem 1.25rem 1.5rem}}.reel-product-card{display:flex;align-items:center;gap:1rem;border-radius:.875rem;border:1px solid rgba(var(--color-foreground),.08);background:rgba(var(--color-foreground),.02);padding:.75rem}.reel-product-card__link{display:flex;align-items:center;gap:1rem;text-decoration:none;color:inherit;flex:1;min-width:0}.reel-product-card__image-wrap{width:5rem;height:5rem;flex-shrink:0;border-radius:.625rem;overflow:hidden;background:rgba(var(--color-foreground),.04);display:flex;align-items:center;justify-content:center}.reel-product-card__image-wrap img{width:100%;height:100%;object-fit:contain;display:block}.reel-product-card__no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:rgba(var(--color-foreground),.3)}.reel-product-card__info{display:flex;flex-direction:column;gap:.25rem;min-width:0}.reel-product-card__title{margin:0;font-size:.875rem;font-weight:600;line-height:1.3;color:rgb(var(--color-foreground));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reel-product-card__price{margin:0;font-size:.85rem;font-weight:700;color:rgb(var(--color-foreground));display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.reel-product-card__compare{font-weight:400;opacity:.45;font-size:.75rem;text-decoration:line-through}.reel-product-card__atc{flex-shrink:0;padding:.5rem 1rem;font-size:.78rem;font-weight:600;border-radius:2rem;cursor:pointer;white-space:nowrap;transition:opacity .2s,transform .15s}.reel-product-card__atc:hover:not(:disabled){transform:translateY(-1px);opacity:.9}@media screen and (max-width:749px){.reel-product-card__image-wrap{width:4rem;height:4rem}.reel-product-card__title{font-size:.8rem}.reel-product-card__atc{padding:.45rem .75rem;font-size:.72rem}}.reel-product-card__atc:disabled{opacity:.45;cursor:not-allowed}.reel-product-card__atc.is-loading{opacity:.6;pointer-events:none}.related-products-section{padding:var(--padding-top) var(--page-margin) var(--padding-bottom)}.related-products__inner{max-width:var(--page-width);margin:0 auto}.related-products__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.75rem}.related-products__heading{font-family:var(--font-header--family);font-size:var(--h2-size);font-weight:700;margin:0;color:rgb(var(--color-foreground))}.related-products__controls{display:flex;gap:.5rem;flex-shrink:0}.rp-nav-btn{width:2.5rem;height:2.5rem;border-radius:50%;border:1.5px solid rgba(var(--color-foreground),.2);background:rgb(var(--color-background));color:rgb(var(--color-foreground));display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0}.rp-nav-btn:hover:not(:disabled){background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:transparent}.rp-nav-btn:disabled{opacity:.3;cursor:not-allowed}.related-products__viewport{overflow:hidden;container-type:inline-size}.related-products__track{display:flex;gap:1.5rem;transition:transform .4s cubic-bezier(.25,1,.5,1);will-change:transform}.related-products__card{flex:0 0 calc((100cqi - 4.5rem)/4);min-width:0}@media screen and (max-width:767px){.related-products__heading{font-size:var(--h3-size)}.related-products__card{flex:0 0 calc((100cqi - 1.5rem)/2)}}.search-page__hero{padding:2.5rem 6rem 1.75rem;border-bottom:1px solid rgba(var(--color-foreground),.07)}.search-page__hero-inner{max-width:720px}.search-page__heading{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;margin:0 0 1.25rem;line-height:1.2}.search-page__form{width:100%}.search-page__input-wrap{display:flex;align-items:stretch;border:1.5px solid rgba(var(--color-foreground),.18);border-radius:.75rem;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease;background:rgb(var(--color-background))}.search-page__input-wrap:focus-within{border-color:rgba(var(--color-foreground),.45);box-shadow:0 0 0 3px rgba(var(--color-foreground),.06)}.search-page__input-icon{width:1.1rem;height:1.1rem;margin-left:1rem;opacity:.35;flex-shrink:0;pointer-events:none;align-self:center}.search-page__input{flex:1;border:none;outline:none;background:transparent;padding:.75rem;font-size:1rem;color:inherit;min-width:0}.search-page__input::-webkit-search-cancel-button{display:none}.search-page__clear{display:flex;align-items:center;justify-content:center;width:2rem;flex-shrink:0;align-self:center;color:inherit;opacity:.4;transition:opacity .15s ease;text-decoration:none}.search-page__clear:hover{opacity:.8}.search-page__clear i{width:1rem;height:1rem}.search-page__submit{background:rgb(var(--color-foreground));color:rgb(var(--color-background));border:none;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;cursor:pointer;flex-shrink:0;transition:opacity .2s ease}.search-page__submit:hover{opacity:.85}.search-page__prompt{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 2rem;text-align:center;gap:1rem}.search-page__prompt-icon{width:3.5rem;height:3.5rem;opacity:.15}.search-page__prompt-text{font-size:1rem;opacity:.45;margin:0}.search-page .collection-page__toolbar{padding-top:1.25rem}@media(max-width:1023px){.search-page__hero{padding:1.5rem 1.25rem 1.25rem}}.stats-section{padding:var(--padding-top) var(--page-margin) var(--padding-bottom)}.stats-section__inner{max-width:var(--page-width);margin:0 auto}.stats-section__heading{font-family:var(--font-header--family);font-size:var(--h2-size);font-weight:700;text-align:center;margin:0 0 3rem;color:rgb(var(--color-foreground))}.stats-section__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.stat-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1rem;border-radius:1rem;background:rgba(var(--color-foreground),.03);border:1px solid rgba(var(--color-foreground),.06);transition:transform .3s ease,box-shadow .3s ease}.stat-item:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.stat-item__number{font-family:var(--font-header--family);font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1;color:var(--stat-color, rgb(var(--color-foreground)));letter-spacing:-.02em;margin-bottom:.5rem}.stat-item__label{font-size:.95rem;font-weight:600;color:rgb(var(--color-foreground));letter-spacing:.02em}.stat-item__description{font-size:.8rem;color:rgba(var(--color-foreground),.55);margin-top:.35rem;line-height:1.5}@media screen and (max-width:767px){.stats-section__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.stat-item{padding:1.5rem .75rem}.stats-section__heading{font-size:var(--h3-size);margin-bottom:2rem}}.testimonials{padding:6rem 4rem;overflow:hidden}.testimonials__container{max-width:100%;margin:0 auto;position:relative}.testimonials__header{text-align:center;margin-bottom:4rem}.testimonials__heading{margin:0;font-weight:700}.testimonials__description{margin-top:1rem;opacity:.7;font-size:1.1em}.testimonials__slider{position:relative}.testimonials__slides{display:grid;place-items:center;overflow:hidden}.testimonials__slide{grid-area:1 / 1;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .6s cubic-bezier(.4,0,.2,1);width:100%}.testimonials__slide.is-active{opacity:1;visibility:visible;transform:translateY(0)}.testimonials__card{background:rgba(var(--color-foreground),.03);padding:3rem;border-radius:2rem;position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;border:1px solid rgba(var(--color-foreground),.05)}.testimonials__quote-icon{position:absolute;top:2rem;left:2rem;width:3rem;height:3rem;transform:rotate(180deg)}.testimonials__stars{display:flex;gap:.25rem;margin-bottom:1.5rem}.testimonials__star{width:1.25rem;height:1.25rem;color:rgba(var(--color-foreground),.2);fill:none;stroke-width:2px}.testimonials__star.is-filled{color:#ffb800;fill:#ffb800}.testimonials__text{font-size:1.5em;font-weight:500;line-height:1.4;margin:0 0 2rem;font-style:italic;color:rgb(var(--color-foreground))}.testimonials__author{display:flex;align-items:center;gap:1.2rem;text-align:left}.testimonials__avatar{width:3.5rem;height:3.5rem;border-radius:50%;overflow:hidden;background:rgba(var(--color-foreground),.05);flex-shrink:0;border:2px solid rgb(var(--color-background));box-shadow:0 4px 10px #0000000d}.testimonials__avatar-img{width:100%;height:100%;object-fit:cover}.testimonials__meta{display:flex;flex-direction:column}.testimonials__name{font-size:1.1em;font-weight:700;font-style:normal}.testimonials__title{font-size:.85rem;opacity:.6;margin-top:.1rem;text-transform:uppercase;letter-spacing:.05rem}.testimonials__controls{display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:3rem}.testimonials__button{background:transparent;border:1px solid rgba(var(--color-foreground),.1);width:3.5rem;height:3.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:rgb(var(--color-foreground))}.testimonials__button:hover{background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:rgb(var(--color-foreground))}.testimonials__button i{width:1.4rem;height:1.4rem;stroke-width:1.5px}.testimonials__dots{display:flex;gap:.8rem}.testimonials__dot{width:8px;height:8px;border-radius:50%;background:rgba(var(--color-foreground),.2);border:none;padding:0;cursor:pointer;transition:all .3s ease}.testimonials__dot.is-active{background:rgb(var(--color-foreground));transform:scale(1.4)}@media screen and (max-width:749px){.testimonials{padding:4rem 0;overflow-x:hidden}.testimonials__header{padding:0 20px}.testimonials__card{padding:2rem;margin:0 20px}.testimonials__text{font-size:1.2rem}.testimonials__controls{gap:1.5rem}.testimonials__button{width:3rem;height:3rem}}.text-slider{display:flex;align-items:center;justify-content:center;padding:.25rem 1rem;position:relative;min-height:2.5rem}.text-slider__slides{flex-grow:1;display:grid;place-items:center;overflow:hidden}.text-slider__slide{grid-area:1 / 1;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;font-size:.85rem;font-weight:500;text-align:center;width:100%}.text-slider__slide.is-active{opacity:1;visibility:visible}.text-slider__button{background:transparent;border:none;color:inherit;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:.5rem;transition:opacity .2s ease;z-index:2}.text-slider__button:hover{opacity:.7}.text-slider__button svg{width:1.25rem;height:1.25rem}.text-slider__link{color:inherit;text-decoration:none}.text-slider__link:hover{text-decoration:underline}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}.product-card{position:relative;width:100%;max-width:100%;display:flex;flex-direction:column;height:100%;border:1px solid rgba(var(--color-foreground),.08);border-radius:.75rem;overflow:hidden;transition:box-shadow .3s ease,border-color .3s ease;flex:1;min-width:0}.product-card:hover{border-color:rgba(var(--color-foreground),.15);box-shadow:0 10px 30px #0000000d}.product-card__link{text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%;flex:1;min-width:0}.product-card__image-wrapper{position:relative;width:100%;padding-bottom:calc(100% / var(--aspect-ratio, 1));background:rgba(var(--color-foreground),.03);overflow:hidden;transition:transform .4s cubic-bezier(.165,.84,.44,1)}.product-card__image-container{position:absolute;top:0;left:0;width:100%;height:100%}.product-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .6s ease,transform .6s ease}.product-card__image--secondary{opacity:0}.product-card:hover .product-card__image--primary{opacity:0;transform:scale(1.05)}.product-card:hover .product-card__image--secondary{opacity:1;transform:scale(1.05)}.product-card__badge{position:absolute;top:.75rem;left:.75rem;padding:.35rem .75rem;font-size:.7rem;font-weight:800;letter-spacing:.05em;border-radius:2rem;z-index:2;box-shadow:0 4px 10px #0000001a}.product-card__badge--sale{background:#f35487;color:#fff}.product-card__badge--new{background:#2a9d8f;color:#fff}.product-card__badge--favourite{background:#ffb800;color:#fff}.product-card__content{padding:1.25rem;flex-grow:1;display:flex;flex-direction:column;border-top:1px solid rgba(var(--color-foreground),.08)}.product-card__title{margin:0 0 auto;font-size:var(--title-font-size);font-weight:500;line-height:1.4;color:rgb(var(--color-foreground));display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__bottom{margin-top:1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.product-card__price-wrapper{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem .5rem;min-width:0;flex:1}.product-card__price{font-size:var(--price-font-size);font-weight:var(--price-font-weight);color:rgb(var(--color-foreground))}.product-card__price--sale{color:#f35487}.product-card__price--regular-compare{font-size:.85rem;font-weight:500;text-decoration:line-through;color:rgba(var(--color-foreground),.4)}.product-card__quick-add{width:2.75rem;height:2.75rem;border-radius:50%;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;padding:0;flex-shrink:0}.product-card__quick-add:hover{transform:scale(1.1);background:rgba(var(--color-foreground),.9)}.product-card__quick-add i{width:1.2rem;height:1.2rem;stroke-width:2.5px}.product-card__quick-add-text{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.product-card__quick-add .loader-icon,.product-card__quick-add .success-icon,.product-card__quick-add.is-loading .quick-add-icon,.product-card__quick-add.is-loading .product-card__quick-add-text{display:none}.product-card__quick-add.is-loading .loader-icon{display:block;animation:spin 1s linear infinite}.product-card__quick-add.is-success{background:#2a9d8f}.product-card__quick-add.is-success .quick-add-icon,.product-card__quick-add.is-success .product-card__quick-add-text,.product-card__quick-add.is-success .loader-icon{display:none}.product-card__quick-add.is-success .success-icon{display:block}@media screen and (max-width:1023px){.product-card__content{padding:.75rem}.product-card__bottom{flex-direction:column;align-items:stretch;gap:.75rem;margin-top:.75rem}.product-card__quick-add{width:100%;height:2.5rem;border-radius:.5rem}.product-card__quick-add-text{font-size:.72rem}}.product-card__sold-out{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.35rem .75rem;border-radius:2rem;background:rgba(var(--color-foreground),.07);color:rgba(var(--color-foreground),.45);white-space:nowrap;flex-shrink:0}@media screen and (max-width:1023px){.product-card__sold-out{width:100%;text-align:center;padding:.75rem}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.product-customisation{border:1.5px solid rgba(var(--color-foreground),.1);border-radius:.75rem;padding:1.25rem;background:rgba(var(--color-foreground),.02)}.product-customisation__header{display:flex;align-items:center;gap:.5rem;margin-bottom:1.1rem}.product-customisation__icon{display:flex;align-items:center;color:rgba(var(--color-foreground),.5)}.product-customisation__icon i{width:1rem;height:1rem}.product-customisation__title{font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:rgba(var(--color-foreground),.55)}.product-customisation__fields{display:flex;flex-direction:column;gap:1rem}.customisation-field{display:flex;flex-direction:column;gap:.35rem}.customisation-field__label{font-size:.8rem;font-weight:600;color:rgba(var(--color-foreground),.7);display:flex;align-items:center;gap:.3rem}.customisation-field__required{color:#e63946;font-size:.65rem;line-height:1}.customisation-field__input,.customisation-field__select,.customisation-field__textarea{width:100%;padding:.6rem .875rem;border:1.5px solid rgba(var(--color-foreground),.15);border-radius:var(--style-border-radius-inputs, .5rem);background:rgb(var(--color-background));color:rgb(var(--color-foreground));font-family:inherit;font-size:.875rem;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}.customisation-field__input:focus,.customisation-field__select:focus,.customisation-field__textarea:focus{outline:none;border-color:#38b2ac;box-shadow:0 0 0 3px #38b2ac1f}.customisation-field__input.has-error,.customisation-field__select.has-error,.customisation-field__textarea.has-error{border-color:#e63946;box-shadow:0 0 0 3px #e639461a}.customisation-field__textarea{resize:vertical;min-height:80px}.customisation-field__select{padding-right:2.5rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;appearance:none;-webkit-appearance:none;cursor:pointer}.customisation-field__meta{display:flex;justify-content:space-between;align-items:center}.customisation-field__error{font-size:.75rem;color:#e63946;display:none}.customisation-field__counter{font-size:.72rem;color:rgba(var(--color-foreground),.4);margin-left:auto}.customisation-field__counter.is-over{color:#e63946}.customisation-field__helper{font-size:.75rem;color:rgba(var(--color-foreground),.45);line-height:1.4}.toast-container{position:fixed;bottom:3rem;left:50%;transform:translate(-50%,calc(100% + 4rem));z-index:9999;transition:transform .6s cubic-bezier(.34,1.56,.64,1),opacity .4s ease;opacity:0;pointer-events:none;max-width:90vw}.toast-container.is-active{transform:translate(-50%);opacity:1;pointer-events:auto}.toast__content{background:#121212e6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#fff;padding:.75rem 1.5rem;border-radius:4rem;display:flex;align-items:center;gap:.75rem;box-shadow:0 10px 40px #00000040;border:1px solid rgba(255,255,255,.1);white-space:nowrap}.toast__icon-wrapper{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;color:#2a9d8f}.toast__icon{width:1.25rem;height:1.25rem;stroke-width:3px}.toast__message{font-size:.95rem;font-weight:600;letter-spacing:.02em}@media screen and (max-width:749px){.toast-container{bottom:2rem}.toast__content{padding:.6rem 1.25rem}}
/*# sourceMappingURL=/cdn/shop/t/35/compiled_assets/styles.css.map */
