.cart-page{padding:3rem 0;max-width:700px}.cart__item{display:flex;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid var(--color-border);align-items:center}.cart__item-image{width:100px;background:var(--color-surface);flex-shrink:0}.cart__item-title{font-size:.85rem;letter-spacing:.05em;text-transform:uppercase}.cart__item-price{font-size:.85rem;color:var(--color-muted);margin-top:.25rem}.cart__item-remove{font-size:.7rem;color:var(--color-muted);text-transform:uppercase;letter-spacing:.1em;margin-top:.5rem;display:inline-block}.cart__item-qty input{width:60px;text-align:center}.cart__footer{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.cart__empty{color:var(--color-muted);padding:4rem 0}.collection{padding:3rem 0}.collection__title{margin-bottom:.75rem}.collection__description{color:var(--color-muted);font-size:.9rem;margin-bottom:3rem;max-width:60ch}.collection__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.collection__card{text-decoration:none;color:inherit;display:block}.collection__card-image{background:var(--color-surface);aspect-ratio:1;overflow:hidden;margin-bottom:1rem}.collection__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.collection__card:hover .collection__image{transform:scale(1.03)}.collection__card-title{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-foreground)}.collection__card-price{font-size:.8rem;color:var(--color-muted);margin-top:.25rem}.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}footer{margin-top:auto;padding:3rem 0;border-top:1px solid var(--color-border)}.footer__inner{display:flex;justify-content:space-between;align-items:center}.footer__copyright{font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-muted)}.footer__links{display:flex;gap:2rem}.footer__links a{font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;color:var(--color-muted);transition:color .2s ease}.footer__links a:hover{color:var(--color-accent)}.footer__payment{display:flex;gap:.5rem;opacity:.4}.footer__payment svg{height:1.25rem}@media(max-width:768px){.footer__inner{flex-direction:column;gap:1.5rem;text-align:center}}header{height:4.5rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--color-border);padding:0}.header__title a{font-size:.85rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;text-decoration:none;color:var(--color-accent)}.header__menu{display:flex;gap:2rem}.header__menu a{font-size:.75rem;font-weight:400;letter-spacing:.15em;text-transform:uppercase;text-decoration:none;color:var(--color-muted);transition:color .2s ease}.header__menu a:hover{color:var(--color-accent)}.header__icons{display:flex;gap:1.25rem;align-items:center}.header__icons a{text-decoration:none;color:var(--color-muted);display:flex;align-items:center;transition:color .2s ease}.header__icons a:hover{color:var(--color-accent)}header svg{width:1.25rem;height:1.25rem}.header__cart{position:relative}.header__cart-count{position:absolute;top:-6px;right:-8px;font-size:.6rem;background:var(--color-accent);color:var(--color-background);width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600}.hero{display:grid;grid-template-columns:var(--content-grid);min-height:60vh;align-items:center;border-bottom:1px solid var(--color-border)}.hero__content{grid-column:2;max-width:700px;padding:6rem 0}.hero__title{font-size:clamp(2.5rem,7vw,5rem);font-weight:200;letter-spacing:.15em;text-transform:uppercase;line-height:1;margin-bottom:1.5rem}.hero__subtitle{font-size:1rem;color:var(--color-muted);line-height:1.7;max-width:50ch;margin-bottom:2.5rem}.hero__cta{display:inline-block}.home-featured{padding:4rem 0}.home-featured__title{font-size:.8rem;letter-spacing:.2em;text-transform:uppercase;color:var(--color-muted);font-weight:400;margin-bottom:2rem}.home-featured__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.home-featured__card{text-decoration:none;color:inherit}.home-featured__image-wrap{background:var(--color-surface);aspect-ratio:1;overflow:hidden;margin-bottom:1rem}.home-featured__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.home-featured__card:hover .home-featured__image{transform:scale(1.03)}.home-featured__card-title{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase}.home-featured__card-price{font-size:.8rem;color:var(--color-muted);margin-top:.25rem}.product{display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding:3rem 0}.product__media{display:flex;flex-direction:column;gap:.5rem}.product__image-wrapper{background:var(--color-surface)}.product__image{width:100%;display:block;mix-blend-mode:screen}.product__details{display:flex;flex-direction:column;gap:2rem;padding-top:1rem}.product__title{font-size:clamp(1.5rem,3vw,2.5rem);letter-spacing:.08em}.product__price{font-size:1.1rem;color:var(--color-muted);margin-top:.75rem;letter-spacing:.05em}.product__form select{width:100%;margin-bottom:1rem}.product__form input[type=submit]{width:100%}.product__description{font-size:.9rem;line-height:1.7;color:var(--color-muted);border-top:1px solid var(--color-border);padding-top:2rem}@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}.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/5/compiled_assets/styles.css.map */
