.collection{display:flex;flex-direction:column;gap:3rem;padding:4rem 0 6rem}.collection__header{display:flex;flex-direction:column;gap:.75rem}.collection__title{font-family:var(--font-secondary--family);font-style:var(--font-secondary--style);font-weight:var(--font-secondary--weight);font-size:2.5rem}.collection__description{max-width:42rem;line-height:1.6;opacity:.75}.collection__empty{opacity:.7}.collection__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:2.5rem 2rem}.collection__product{display:flex;flex-direction:column;text-decoration:none;color:var(--color-foreground);background:color-mix(in srgb,var(--color-highlight) 8%,var(--color-background));border:1px solid color-mix(in srgb,var(--color-highlight) 35%,transparent);border-radius:6px;overflow:hidden;transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease}.collection__product:hover{border-color:var(--color-highlight);box-shadow:0 16px 32px -12px #1f3d2e40;transform:translateY(-3px)}.collection__product-image{aspect-ratio:1 / 1;background:var(--color-background)}.collection__product-image img{width:100%;height:100%;object-fit:cover}.collection__product-info{padding:1.25rem 1.25rem 1.5rem;display:flex;flex-direction:column;gap:.35rem}.collection__product-title{font-size:.95rem}.collection__product-price{opacity:.7;font-size:.85rem}.collection__pagination{display:flex;justify-content:center;gap:1rem;font-size:.85rem}.collection__pagination .page.current{color:var(--color-accent)}.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%}.cta{background:var(--color-accent);padding:5rem var(--page-margin);text-align:center}.cta__eyebrow{color:var(--color-foreground);text-transform:uppercase;letter-spacing:.25em;font-size:.75rem;margin-bottom:1rem}.cta__heading{font-family:var(--font-secondary--family);font-style:var(--font-secondary--style);font-weight:var(--font-secondary--weight);font-size:2rem;color:var(--color-foreground);margin-bottom:2rem}.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}.email-signup{padding:5rem var(--page-margin);text-align:center}.email-signup__content{max-width:32rem;margin:0 auto}.email-signup__eyebrow{color:var(--color-highlight);text-transform:uppercase;letter-spacing:.25em;font-size:.75rem;margin-bottom:1rem}.email-signup__heading{font-family:var(--font-secondary--family);font-style:var(--font-secondary--style);font-weight:var(--font-secondary--weight);font-size:2rem;color:var(--color-foreground);margin-bottom:1rem}.email-signup__body{color:var(--color-foreground);opacity:.75;margin-bottom:2rem}.featured-collection{padding:6rem 0}.featured-collection__content{display:flex;flex-direction:column;align-items:center;gap:3rem}.featured-collection__heading{font-family:var(--font-secondary--family);font-style:var(--font-secondary--style);font-weight:var(--font-secondary--weight);font-size:2rem;text-align:center}.featured-collection__grid{width:100%;display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:2rem}.featured-collection__product{display:block;text-decoration:none;color:var(--color-foreground);text-align:center}.featured-collection__product-title{margin-top:1rem;font-size:.9rem}.featured-collection__product-price{opacity:.7;font-size:.85rem}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:3rem;padding:6rem 0}footer{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2.5rem var(--page-margin);background:var(--color-foreground);text-align:center}footer .footer__logo{width:3.5rem;height:3.5rem;object-fit:contain;opacity:.8}footer .footer__copyright,footer a{text-decoration:none;color:var(--color-background);opacity:.6;font-size:.75rem;letter-spacing:.15em;text-transform:uppercase}footer .footer__contact{color:var(--color-background);opacity:.45;font-size:.75rem}footer .footer__links,footer .footer__payment{display:flex;gap:1rem}footer .footer__password{color:var(--color-background);opacity:.6;font-size:.75rem}footer .footer__password form{display:flex;flex-direction:column;align-items:center;gap:.5rem;max-width:16rem;margin:.75rem auto 0}footer .footer__password input{border:1px solid var(--color-background);background:transparent;color:var(--color-background);padding:.5rem .75rem;width:100%}header{position:sticky;top:0;z-index:50;height:5rem;padding:0 var(--page-margin);display:flex;align-items:center;justify-content:space-between;background:var(--color-background);border-bottom:1px solid var(--color-highlight)}header .header__logo img{height:2.75rem;width:auto}header a{position:relative;text-decoration:none;color:var(--color-foreground);display:flex;align-items:center;justify-content:center}header a sup{position:absolute;left:100%;overflow:hidden;max-width:var(--page-margin)}header svg{width:2rem}header .header__menu,header .header__icons{display:flex;align-items:center;gap:1.5rem}header .header__menu a{font-size:.8rem;letter-spacing:.15em;text-transform:uppercase;transition:color .2s ease}header .header__menu a:hover{color:var(--color-accent)}.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{min-height:var(--hero-min-height, 90svh);display:flex;align-items:center;justify-content:center;text-align:center}.hero__content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:4rem var(--page-margin)}.hero__content img{width:min(320px,70vw);height:auto}.hero__tagline{color:var(--color-highlight);text-transform:uppercase;letter-spacing:.3em;font-size:.85rem;line-height:1.8}.product{display:grid;grid-template-columns:minmax(0,30rem) 1fr;gap:3.5rem;padding:4rem 0 6rem}.product__gallery{display:flex;flex-direction:column;gap:.75rem}.product__featured-image,.product__placeholder{aspect-ratio:1 / 1;background:color-mix(in srgb,var(--color-highlight) 8%,var(--color-background));border-radius:6px;overflow:hidden}.image.product__featured-image img{width:100%;height:100%;object-fit:contain;object-position:center}.product__thumbnails{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:.75rem}.product__thumbnail{aspect-ratio:1 / 1;border-radius:4px;overflow:hidden;border:1px solid color-mix(in srgb,var(--color-highlight) 35%,transparent)}.image.product__thumbnail img{width:100%;height:100%;object-fit:cover}.product__info{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.product__title{font-family:var(--font-secondary--family);font-style:var(--font-secondary--style);font-weight:var(--font-secondary--weight);font-size:2.5rem}.product__price{font-size:1.1rem;opacity:.75}.product__description{max-width:42rem;line-height:1.6;opacity:.8}.product__info form{display:flex;flex-direction:column;align-items:flex-start;gap:1.25rem;width:100%;margin-top:.5rem}.product__label{display:block;text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;opacity:.6;margin-bottom:.5rem}.product__select{width:100%;max-width:20rem}.product__select,.product__quantity{font:inherit;padding:.75rem 1rem;background:var(--color-background);color:var(--color-foreground);border:1px solid color-mix(in srgb,var(--color-highlight) 35%,transparent);border-radius:var(--style-border-radius-inputs)}.product__quantity{width:5rem}.product__purchase{display:flex;align-items:flex-end;gap:1rem}.product__submit{display:inline-block;background:var(--color-foreground);color:var(--color-background);text-transform:uppercase;letter-spacing:.15em;font-size:.85rem;font:inherit;padding:1rem 2.5rem;border:none;border-radius:var(--style-border-radius-inputs);cursor:pointer;transition:background-color .2s ease,color .2s ease}.product__submit:hover{background:var(--color-accent)}.product__submit:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.product{grid-template-columns:1fr;gap:2rem}}.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}.story{background:var(--color-foreground);padding:6rem var(--page-margin)}.story__content{max-width:42rem;margin:0 auto;text-align:center}.story__eyebrow{color:var(--color-highlight);text-transform:uppercase;letter-spacing:.25em;font-size:.75rem;margin-bottom:1.5rem}.story__body{color:var(--color-background);display:flex;flex-direction:column;gap:1.25rem;line-height:1.6}.story__body p{opacity:.9}.feature{text-align:center}.feature__divider{width:2rem;height:1px;background:var(--color-highlight);margin:0 auto 1.5rem}.feature__title{text-transform:uppercase;letter-spacing:.15em;font-size:.9rem;margin-bottom:.75rem}.feature__body{opacity:.7;line-height:1.6;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}.button{display:inline-block;background:var(--color-foreground);color:var(--color-background);text-transform:uppercase;letter-spacing:.15em;font-size:.85rem;padding:1rem 2.5rem;text-decoration:none;transition:background-color .2s ease,color .2s ease}.button:hover{background:var(--button-hover-background);color:var(--color-foreground)}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}.newsletter-form{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;width:100%;max-width:28rem;margin:0 auto}.newsletter-form__input{flex:1 1 16rem;border:1px solid var(--color-foreground);background:var(--color-background);color:var(--color-foreground);padding:1rem 1.25rem}.newsletter-form__message{flex-basis:100%;font-size:.85rem;margin-top:.5rem}.newsletter-form__message--error{color:#b3261e}
/*# sourceMappingURL=/cdn/shop/t/2/compiled_assets/styles.css.map */
