.cart-page{padding:2.5rem 0 4.5rem}.cart-page__title{margin:0 0 1.75rem}.cart-empty{font-weight:300;color:var(--color-foreground-muted);margin:0 0 1rem}.cart-form{display:grid;grid-template-columns:2fr 1fr;gap:2.5rem;align-items:start}@media screen and (max-width:749px){.cart-form{grid-template-columns:1fr}}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:1.25rem;align-items:center;padding:1rem 0;border-bottom:1px solid var(--color-border)}.cart-item__image{background-color:var(--color-tile-bg);overflow:hidden}.cart-item__title{font-family:var(--font-heading);font-weight:500;margin:0 0 .35rem}.cart-item__title a{text-decoration:none;color:var(--color-foreground)}.cart-item__price{font-weight:400;color:var(--color-gold-dark);margin:0 0 .35rem}.cart-item__remove{font-size:.75rem;letter-spacing:.05em;text-transform:uppercase;color:var(--color-foreground-muted)}.cart-item__quantity{width:64px;height:42px;text-align:center;border:1px solid var(--color-border);border-radius:var(--style-border-radius-inputs);font-family:var(--font-body)}.cart-summary{background-color:var(--color-surface);border:1px solid var(--color-border);padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.cart-summary__row{display:flex;justify-content:space-between;font-family:var(--font-body);font-weight:400;font-size:.9rem}.cart-summary__total{color:var(--color-gold-dark)}.cart-summary__shipping-note{font-family:var(--font-body);font-weight:300;font-size:.78rem;color:var(--color-foreground-muted);margin:-.5rem 0 0}.cart-form__update,.cart-form__checkout{width:100%}.collection-header{padding:2.5rem 0 1.5rem;text-align:center}.collection-header__title{margin:0 0 .5rem}.collection-header__description{font-weight:300;color:var(--color-foreground-muted);max-width:36rem;margin:0 auto}.collection-empty{text-align:center;color:var(--color-foreground-muted);padding:2rem 0}.collection-products{padding-bottom:4rem}.collection-products__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:2rem}.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%}.contact-page{max-width:32rem;margin:0 auto;padding:3rem 0 4.5rem}.contact-page__title{text-align:center;margin:0 0 1rem}.contact-page__intro{text-align:center;font-weight:300;color:var(--color-foreground-muted);margin:0 0 2rem}.contact-page__success{color:var(--color-gold-dark);font-weight:400;margin:0 0 1rem}.contact-page__error{color:#a33;margin:0 0 1rem}.contact-page form{display:flex;flex-direction:column;gap:.9rem}.contact-page__input,.contact-page__textarea{width:100%;border:1px solid var(--color-border);border-radius:var(--style-border-radius-inputs);padding:12px 14px;background-color:var(--color-surface);font-family:var(--font-body);font-size:.9rem}.contact-page__textarea{resize:vertical}.contact-page__submit{align-self:flex-start}.contact-page__direct{text-align:center;font-size:.85rem;color:var(--color-foreground-muted);margin-top:2rem}.contact-page__direct a{color:var(--color-gold-dark)}.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-products{background-color:var(--color-background)}.featured-products__grid{display:grid;grid-template-columns:var(--content-grid);padding:1rem 0 4rem}.featured-products__grid>*{grid-column:2}.featured-products__header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1.5rem}.featured-products__heading{margin:0}.featured-products__view-all{font-family:var(--font-body);font-weight:400;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--color-gold-dark);text-decoration:none}.featured-products__empty{color:var(--color-foreground-muted);background-color:var(--color-surface);border:1px dashed var(--color-border);border-radius:var(--radius-md);padding:1.5rem;text-align:center}.featured-products__row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.75rem}.site-footer{margin-top:4rem;padding:3rem 0 1.5rem;background-color:var(--color-surface);border-top:1px solid var(--color-border);display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.site-footer a{text-decoration:none;color:var(--color-foreground)}.site-footer .footer__brand{font-family:var(--font-heading);font-weight:600;font-size:1.1rem;letter-spacing:.1em;text-transform:uppercase;margin:0 0 .35rem}.site-footer .footer__tagline{font-family:var(--font-body);font-weight:300;font-size:.8rem;letter-spacing:.05em;color:var(--color-foreground-muted);margin:0}.site-footer .footer__links{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.site-footer .footer__links a{font-family:var(--font-body);font-size:11px;letter-spacing:.1em;text-transform:uppercase;font-weight:400}.site-footer .footer__links a:hover{color:var(--color-gold-dark)}.site-footer .footer__bottom{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding-top:1.5rem;border-top:1px solid var(--color-border);width:100%;font-size:.75rem;color:var(--color-foreground-muted)}.site-footer .footer__payment{display:flex;gap:.75rem}.site-header{background-color:var(--color-background);display:flex;flex-direction:column;align-items:center}.site-header .header__logo-link{display:block;margin:1.5rem 0 .5rem}.site-header .header__logo{width:260px;height:auto}.site-header .header__row{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.9rem 0;border-top:1px solid var(--color-border)}.site-header a{position:relative;text-decoration:none;color:var(--color-foreground);display:flex;align-items:center;justify-content:center}.site-header .header__menu{display:flex;gap:1.75rem}.site-header .header__menu a{font-family:var(--font-body);font-weight:400;font-size:11px;letter-spacing:.12em;text-transform:uppercase}.site-header .header__menu a:hover{color:var(--color-gold-dark)}.site-header .header__cart sup{position:absolute;top:-6px;right:-6px;min-width:15px;height:15px;padding:0 3px;border-radius:50%;background-color:var(--color-foreground);color:var(--color-background);font-size:9px;font-weight:500;display:flex;align-items:center;justify-content:center}.site-header svg{width:1.35rem}.site-header .header__icons{display:flex;align-items:center;gap:1.25rem}.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{background-color:var(--color-background)}.hero__content{display:grid;grid-template-columns:var(--content-grid);text-align:center;padding:3rem 0 4.5rem}.hero__content>*{grid-column:2}.hero__eyebrow{margin:0 0 1rem}.hero__heading{font-size:clamp(2rem,4vw,2.75rem);margin:0 0 1rem}.hero__subtext{font-family:var(--font-body);font-weight:300;font-size:.95rem;color:var(--color-foreground-muted);max-width:28rem;margin:0 auto 1.75rem}.product{display:grid;grid-template-columns:1.1fr 1fr;gap:3.5rem;padding:2.5rem 0 4.5rem}@media screen and (max-width:749px){.product{grid-template-columns:1fr;gap:1.5rem}}.product-images{display:grid;gap:.75rem}.product-image{overflow:hidden;background-color:var(--color-surface)}.product-image--placeholder{aspect-ratio:1 / 1;background-color:var(--color-tile-bg)}.product-main{display:flex;flex-direction:column;gap:2rem}.product-title{margin:.6rem 0 .75rem;font-size:1.75rem}.product-price{font-family:var(--font-body);font-weight:400;font-size:1.1rem;color:var(--color-gold-dark);margin:0 0 1.25rem}.product-description{font-weight:300;color:var(--color-foreground-muted);line-height:1.8}.product-form{display:flex;flex-wrap:wrap;gap:.75rem}.product-form__variant,.product-form__quantity{height:46px;border:1px solid var(--color-border);border-radius:var(--style-border-radius-inputs);padding:0 12px;background-color:var(--color-surface);font-family:var(--font-body)}.product-form__quantity{width:80px}.product-form__submit{flex:1;min-width:200px}.product-delivery{margin-top:.5rem;padding-top:1.25rem;border-top:1px solid var(--color-border);display:flex;flex-direction:column;gap:.4rem}.product-delivery__line{font-family:var(--font-body);font-weight:300;font-size:.8rem;color:var(--color-foreground-muted);margin:0}.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}.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 */
