:root{--bg: #faf7f5;--bg-alt: #f3eee9;--text: #1a1a1a;--text-muted: #6b6b6b;--border: #e8e2dc;--font-sans: "Inter", system-ui, sans-serif;--font-serif: "Cormorant Garamond", Georgia, serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.page-width{max-width:1280px;margin:0 auto;padding:0 24px}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:16px;top:16px;z-index:999;background:#000;color:#fff;padding:8px 12px}.announcement-bar{background:#2c2c2c;color:#fff;text-align:center;padding:10px 0;font-size:12px;letter-spacing:.04em}.header{background:var(--bg);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:40}.header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:64px}.header__logo{font-family:var(--font-serif);font-size:22px;font-weight:500;text-align:center;justify-self:center}.header__nav{display:flex;gap:28px;font-size:13px;letter-spacing:.03em}.header__actions{display:flex;gap:20px;justify-self:end;font-size:13px}.header__link:hover{opacity:.7}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;font-size:13px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;border:none;background:var(--text);color:#fff;cursor:pointer;transition:opacity .2s}.btn:hover{opacity:.85}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--full{width:100%}.hero{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(135deg,#f5ebe3,#f0e0d6,#e8d5c8);padding:60px 24px}.hero__content{max-width:560px}.hero__eyebrow{font-size:12px;letter-spacing:.15em;text-transform:uppercase;margin-bottom:16px;opacity:.7}.hero__heading{font-family:var(--font-serif);font-size:clamp(2.2rem,5vw,3.2rem);font-weight:500;line-height:1.15;margin-bottom:16px}.hero__text{font-size:16px;color:var(--text-muted);margin-bottom:28px}.section{padding:80px 0}.section-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:40px}.section-header h2{font-family:var(--font-serif);font-size:28px;font-weight:500}.section-header--center{justify-content:center;text-align:center}.section-link{font-size:13px;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.collection-header{text-align:center;margin-bottom:28px}.collection-title{font-family:var(--font-serif);font-size:36px;font-weight:500;margin-bottom:8px}.collection-description{color:var(--text-muted);max-width:480px;margin:0 auto 8px}.collection-count{font-size:13px;color:var(--text-muted)}.collection-nav{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:40px;padding-bottom:24px;border-bottom:1px solid var(--border)}.collection-nav__item{font-size:13px;letter-spacing:.03em;padding:8px 18px;border:1px solid var(--border);border-radius:100px;color:var(--text-muted);transition:all .2s}.collection-nav__item:hover,.collection-nav__item.is-active{background:var(--text);color:#fff;border-color:var(--text)}.product-grid{display:grid;gap:24px 20px}.product-grid--4{grid-template-columns:repeat(4,1fr)}.product-card__link{display:block}.product-card__media{position:relative;aspect-ratio:4/5;background:var(--bg-alt);overflow:hidden;margin-bottom:12px}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-card:hover .product-card__media img{transform:scale(1.03)}.product-card__placeholder{width:100%;height:100%;background:linear-gradient(160deg,#f5efe9,#e8ddd4)}.badge{position:absolute;top:12px;left:12px;font-size:10px;letter-spacing:.06em;text-transform:uppercase;padding:4px 8px;background:var(--text);color:#fff}.badge--soldout{background:#888}.product-card__title{font-size:14px;font-weight:400;margin-bottom:6px}.product-card__price{display:flex;align-items:center;gap:8px;font-size:14px}.price{font-weight:500}.price--sale{color:var(--text)}.price--compare{color:var(--text-muted);text-decoration:line-through;font-size:13px;font-weight:400}.product-spotlight__grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.product-spotlight__media{background:var(--bg-alt);overflow:hidden}.product-spotlight__image{width:100%;height:auto;display:block}.product-spotlight__content .eyebrow{font-size:11px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px;color:var(--text-muted)}.product-spotlight__content h2{font-family:var(--font-serif);font-size:32px;font-weight:500;margin-bottom:16px}.product-spotlight__content .rte{color:var(--text-muted);margin-bottom:28px;font-size:15px}.testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.testimonial{text-align:center}.testimonial__quote{font-family:var(--font-serif);font-size:18px;font-style:italic;margin-bottom:16px}.testimonial__author{font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);font-style:normal}.newsletter{background:var(--bg-alt)}.newsletter__inner{display:flex;justify-content:space-between;align-items:center;gap:40px;flex-wrap:wrap}.newsletter__inner h2{font-family:var(--font-serif);font-size:28px;font-weight:500;margin-bottom:6px}.newsletter__inner p{color:var(--text-muted);font-size:14px}.newsletter__form{display:flex;min-width:300px}.newsletter__form input{flex:1;padding:14px 16px;border:1px solid var(--border);border-right:none;background:#fff;font-size:14px;outline:none}.product-section{padding:40px 0 80px}.product{display:grid;grid-template-columns:1fr 1fr;gap:60px}.product__image{width:100%;background:var(--bg-alt)}.product__title{font-family:var(--font-serif);font-size:32px;font-weight:500;margin-bottom:12px}.product__price{display:flex;gap:10px;align-items:center;font-size:18px;margin-bottom:24px}.product__description{color:var(--text-muted);margin-bottom:32px}.cart-section{padding:60px 0}.cart-title{font-family:var(--font-serif);font-size:32px;margin-bottom:32px}.cart-item{display:flex;justify-content:space-between;padding:20px 0;border-bottom:1px solid var(--border)}.cart-item__qty{font-size:13px;color:var(--text-muted);margin-top:4px}.cart-footer{margin-top:32px;max-width:340px;margin-left:auto}.cart-total{display:flex;justify-content:space-between;font-size:16px;margin-bottom:16px}.cart-empty{margin-bottom:24px;color:var(--text-muted)}.footer{background:var(--text);color:#c8c4c0;padding:64px 0 0}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:48px}.footer__logo{font-family:var(--font-serif);font-size:22px;color:#fff;display:block;margin-bottom:8px}.footer__tagline{font-size:13px;opacity:.7}.footer h4{color:#fff;font-size:12px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:16px}.footer a{display:block;font-size:13px;margin-bottom:8px;opacity:.7}.footer a:hover{opacity:1;color:#fff}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding:20px 0;font-size:12px;opacity:.5}.page-content{padding:60px 0}.page-title{font-family:var(--font-serif);font-size:36px;font-weight:500;margin-bottom:24px}@media(max-width:990px){.product-grid--4{grid-template-columns:repeat(2,1fr)}.testimonials__grid,.product-spotlight__grid,.product{grid-template-columns:1fr;gap:32px}.header__nav{display:none}.footer__grid{grid-template-columns:1fr 1fr}.newsletter__inner{flex-direction:column;text-align:center}}@media(max-width:600px){.product-grid--4{grid-template-columns:1fr 1fr;gap:16px}.footer__grid{grid-template-columns:1fr}.section{padding:56px 0}}
/*# sourceMappingURL=/cdn/shop/t/31/assets/theme.css.map */
