.not-found{display:flex;justify-content:center;margin:5rem 0}.not-found__card{max-width:28rem;padding:3rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.not-found__card h1{font-size:3rem;background:linear-gradient(135deg,var(--color-foreground),var(--color-accent-soft));-webkit-background-clip:text;background-clip:text;color:transparent}.not-found__card p{opacity:.8}@media(max-width:700px){.not-found{margin:3rem 0}.not-found__card{padding:2rem 1.5rem}.not-found__card h1{font-size:2.25rem}}.cart-title{margin:3rem 0 2rem}.cart-panel{padding:2.5rem;margin-bottom:5rem}.cart-table{width:100%;border-collapse:collapse}.cart-table th{text-align:left;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;opacity:.6;padding-bottom:1rem}.cart-table td{padding:1rem .5rem;border-top:1px solid var(--glass-border);vertical-align:middle}.cart-item__image{width:4.5rem;border-radius:calc(var(--glass-radius) / 2);overflow:hidden}.cart-item__title a{color:var(--color-foreground);text-decoration:none;font-weight:600}.cart-item__remove{font-size:.8rem;opacity:.7}.cart-item__qty{width:4rem;padding:.4rem .6rem;border-radius:var(--style-border-radius-inputs);border:1px solid var(--glass-border);background:var(--glass-bg-strong);color:var(--color-foreground)}.cart-item__price{font-weight:600;color:var(--color-accent-soft)}.cart-summary{display:flex;align-items:center;justify-content:flex-end;gap:1.5rem;margin-top:2rem;flex-wrap:wrap}.cart-summary__total{display:flex;align-items:baseline;gap:.5rem;font-size:1.1rem}.cart-empty{opacity:.8;margin-bottom:1.5rem}@media(max-width:700px){.cart-title{margin:2rem 0 1.25rem}.cart-panel{padding:1.5rem}.cart-table thead{display:none}.cart-table,.cart-table tbody{display:block;width:100%}.cart-table tr{display:grid;grid-template-columns:4.5rem 1fr;column-gap:1rem;row-gap:.6rem;padding:1.25rem 0;border-top:1px solid var(--glass-border)}.cart-table tr:first-child{border-top:none;padding-top:0}.cart-table td{display:block;padding:0;border-top:none}.cart-table td:nth-child(1){grid-row:1 / 4;grid-column:1}.cart-table td:nth-child(2){grid-column:2;grid-row:1}.cart-table td:nth-child(3){grid-column:2;grid-row:2}.cart-table td:nth-child(4){grid-column:2;grid-row:3}.cart-table td[data-label]:before{content:attr(data-label);display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;opacity:.55;margin-bottom:.25rem}.cart-item__image{width:4rem}.cart-summary{justify-content:stretch}.cart-summary .btn{flex:1;min-width:100%}.cart-summary__total{order:-1;width:100%;justify-content:space-between}}.collection-header{margin:3rem 0 2.25rem}.collection-header h1{font-size:clamp(1.75rem,4vw,2.5rem)}.collection-description{opacity:.8;margin-top:.5rem;max-width:60ch}.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:2rem;margin-bottom:3rem}.collection-product{display:flex;flex-direction:column;overflow:hidden;text-decoration:none;color:var(--color-foreground);transition:transform .3s cubic-bezier(.2,.8,.2,1),box-shadow .3s ease}.collection-product:hover{transform:translateY(-6px);box-shadow:var(--glow-accent)}.collection-product:active{transform:translateY(-2px)}.collection-product__image{aspect-ratio:1 / 1;overflow:hidden}.collection-product__image--placeholder{background:color-mix(in srgb,var(--color-accent) 12%,var(--color-background))}.collection-product__content{padding:1rem 1.25rem 1.25rem;display:flex;flex-direction:column;gap:.35rem}.collection-product__title{font-weight:600;font-size:.95rem}.collection-product__price{font-size:.9rem;color:var(--color-accent-soft);font-weight:700}.collection-products__empty{opacity:.7}.collection-pagination{display:flex;justify-content:center;margin-bottom:3rem}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.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{margin:6rem 0}.featured-collection__header{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:2.25rem}.featured-collection__heading{font-size:clamp(1.5rem,3vw,2.25rem)}.featured-collection__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:2rem}.product-card{display:flex;flex-direction:column;overflow:hidden;text-decoration:none;color:var(--color-foreground);transition:transform .3s cubic-bezier(.2,.8,.2,1),box-shadow .3s ease}.product-card:hover{transform:translateY(-6px);box-shadow:var(--glow-accent)}.product-card:active{transform:translateY(-2px)}.product-card__image{aspect-ratio:1 / 1;background:color-mix(in srgb,var(--color-accent) 12%,var(--color-background));overflow:hidden}.product-card__image img{width:100%;height:100%;object-fit:cover}.product-card__info{padding:1.25rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:.45rem}.product-card__title{font-weight:600;font-size:.95rem}.product-card__price{font-size:.9rem;opacity:.85;display:flex;gap:.5rem}.product-card__price--sale{color:var(--color-accent-soft);font-weight:700}.product-card__price--compare{text-decoration:line-through;opacity:.6}.featured-collection__empty{opacity:.7}.features{margin:6rem 0}.features__heading{text-align:center;font-size:clamp(1.5rem,3vw,2.25rem);margin-bottom:2.25rem}.features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.feature-card{padding:2rem 1.75rem;display:flex;flex-direction:column;gap:.75rem}.feature-card__icon{width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;border-radius:999px;background:linear-gradient(135deg,color-mix(in srgb,var(--color-accent) 35%,transparent),transparent);color:var(--color-accent-soft);margin-bottom:.25rem}.feature-card__icon svg{width:1.4rem;height:1.4rem}.feature-card__title{font-weight:700;font-size:1.05rem}.feature-card__text{opacity:.75;font-size:.9rem;line-height:1.5}.site-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin:3rem 0 1.5rem;padding:1.5rem 1.75rem;font-size:.9rem}footer a{text-decoration:none;color:var(--color-foreground);opacity:.85}footer a:hover{opacity:1;color:var(--color-accent-soft)}footer .footer__copyright{opacity:.7}footer .footer__links,footer .footer__payment{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.site-header{position:sticky;top:1.5rem;z-index:100;margin-top:1.5rem;height:5.5rem;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.site-header .header__title{font-size:1.25rem;letter-spacing:-.01em}.site-header .header__title a{background:linear-gradient(135deg,var(--color-foreground),var(--color-accent-soft));-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:800}.header__logo-image{height:4.25rem;width:auto}.site-header .header__title:has(.header__logo-image) a{background:none;-webkit-background-clip:unset;background-clip:unset;color:unset}header a{position:relative;text-decoration:none;color:var(--color-foreground);display:flex;align-items:center;justify-content:center}header .header__menu a{padding:.5rem 1rem;border-radius:999px;transition:background-color .2s ease,color .2s ease}header .header__menu a:hover{background-color:color-mix(in srgb,var(--color-accent) 18%,transparent);color:var(--color-foreground)}header a sup{position:absolute;top:-.25rem;left:100%;overflow:hidden;max-width:var(--page-margin);background:var(--color-accent);color:#fff;font-size:.65rem;font-weight:700;padding:.05rem .35rem;border-radius:999px}header svg{width:1.5rem}header .header__menu,header .header__icons{display:flex;align-items:center;gap:.5rem}.mobile-nav{display:none;position:relative}.mobile-nav summary{list-style:none;cursor:pointer;width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;border-radius:999px}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav summary:hover{background-color:color-mix(in srgb,var(--color-accent) 18%,transparent)}.mobile-nav__menu{position:absolute;top:calc(100% + .75rem);right:0;min-width:12rem;padding:.75rem;display:flex;flex-direction:column;gap:.25rem;z-index:99}.mobile-nav__menu a{justify-content:flex-start;padding:.65rem .85rem;border-radius:12px}.mobile-nav__menu a:hover{background-color:color-mix(in srgb,var(--color-accent) 16%,transparent)}@media(max-width:700px){.site-header{top:.75rem;margin-top:.75rem;height:4.5rem;padding:0 1rem}.header__logo-image{height:3.25rem}header .header__menu{display:none}.mobile-nav{display:block}}.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}.hero{position:relative;display:grid;grid-template-columns:var(--content-grid);min-height:70vh;overflow:hidden;border-radius:var(--glass-radius);margin-top:2rem}.hero__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.hero__background img{width:100%;height:100%;object-fit:cover}.hero__background:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,color-mix(in srgb,var(--color-background) 80%,transparent),color-mix(in srgb,var(--color-accent) 35%,transparent))}.hero:not(:has(.hero__background)){background:radial-gradient(circle at 30% 20%,color-mix(in srgb,var(--color-accent) 35%,var(--color-background)),var(--color-background) 70%)}.hero__content{grid-column:2;display:flex;align-items:center;justify-content:flex-start;padding:5rem 0}.hero__card{max-width:40rem;padding:3.5rem;display:flex;flex-direction:column;gap:1.5rem}.hero__eyebrow{text-transform:uppercase;letter-spacing:.15em;font-size:.75rem;font-weight:700;color:var(--color-accent-soft)}.hero__heading{font-size:clamp(2rem,5vw,3.5rem);line-height:1.05}.hero__subheading{font-size:1.05rem;line-height:1.5;opacity:.85;max-width:34ch}.hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}@media(max-width:700px){.hero{min-height:60vh;border-radius:0}.hero__content{padding:2.5rem 0}.hero__card{padding:2rem}}.newsletter{margin:6rem 0}.newsletter__card{padding:3.5rem 3rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem;background:radial-gradient(circle at 50% 0%,color-mix(in srgb,var(--color-accent) 18%,transparent),transparent 70%)}.newsletter__heading{font-size:clamp(1.5rem,3vw,2.25rem)}.newsletter__subheading{opacity:.8;max-width:40ch}.newsletter__form{width:100%;max-width:26rem;margin-top:.5rem}.newsletter__field{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}.newsletter__field input{flex:1;min-width:12rem;padding:.85rem 1.1rem;border-radius:999px;border:1px solid var(--glass-border);background:var(--glass-bg-strong);color:var(--color-foreground)}.newsletter__success{color:var(--color-accent-soft);font-weight:600}.newsletter__error{margin-top:.5rem;font-size:.85rem;color:var(--color-accent-soft)}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@media(max-width:700px){.newsletter{margin:4rem 0}.newsletter__card{padding:2.5rem 1.75rem}.newsletter__field{flex-direction:column}.newsletter__field .btn{width:100%}}.page{margin:2.5rem 0 4rem}.page__card{max-width:50rem;padding:2.5rem 3rem}.page__card h1{margin-bottom:1.25rem;font-size:clamp(1.75rem,4vw,2.5rem)}.page__content{line-height:1.7;opacity:.9}.page__content>*+*{margin-top:1rem}@media(max-width:700px){.page{margin:1.5rem 0 3rem}.page__card{padding:1.75rem}}.product{display:grid;grid-template-columns:1.1fr 1fr;gap:3rem;align-items:start;margin:3rem 0 5rem}.product-images{display:grid;gap:1rem}.product-image{border-radius:var(--glass-radius);overflow:hidden}.product-image--placeholder{aspect-ratio:1 / 1;background:color-mix(in srgb,var(--color-accent) 12%,var(--color-background))}.product-image .product-media{display:block;width:100%;height:auto}.product-image video.product-media,.product-image iframe.product-media{aspect-ratio:16 / 9;height:auto}.product-image model-viewer.product-media{width:100%;aspect-ratio:1 / 1}.product-panel{position:sticky;top:7rem;padding:2.5rem;display:flex;flex-direction:column;gap:1.75rem}.product-info h1{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:.5rem}.product-price{font-size:1.4rem;font-weight:700;color:var(--color-accent-soft);margin-bottom:1rem}.product-description{opacity:.85;line-height:1.6}.product-form{display:flex;flex-direction:column;gap:.5rem}.product-form__label{font-size:.8rem;opacity:.7;margin-top:.5rem}.product-form__select,.product-form__quantity{padding:.75rem 1rem;border-radius:var(--style-border-radius-inputs);border:1px solid var(--glass-border);background:var(--glass-bg-strong);color:var(--color-foreground)}.product-form__submit{margin-top:1rem;width:100%}@media(max-width:800px){.product{grid-template-columns:1fr;margin:1.5rem 0 3rem;gap:1.5rem}.product-panel{position:static;padding:1.75rem}}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.testimonials{margin:6rem 0}.testimonials__heading{text-align:center;font-size:clamp(1.5rem,3vw,2.25rem);margin-bottom:2.25rem}.testimonials__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.testimonial-card{padding:2rem;display:flex;flex-direction:column;gap:1rem}.testimonial-card__stars{color:var(--color-accent-soft);letter-spacing:.15em;font-size:.9rem}.testimonial-card__quote{line-height:1.6;opacity:.9;flex:1}.testimonial-card__author{display:flex;align-items:center;gap:.75rem}.testimonial-card__avatar{width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;background:linear-gradient(135deg,var(--color-accent),var(--color-accent-soft));color:#fff;flex-shrink:0}.testimonial-card__name{font-weight:600;font-size:.9rem}.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}
/*# sourceMappingURL=/cdn/shop/t/3/compiled_assets/styles.css.map */
