:root{--color-bg: #faf8f5;--color-surface: #ffffff;--color-muted: #f1ece4;--color-fg: #2b2620;--color-fg-soft: rgba(43, 38, 32, .72);--color-fg-faint: rgba(43, 38, 32, .55);--color-border: #e7ded2;--brand-blue: #2f4cdd;--brand-purple: #7b3fe4;--brand-pink: #ec4a86;--brand-orange: #ff8a3d;--color-primary: #2b2620;--color-primary-fg: #faf8f5;--radius: 1rem;--radius-lg: 1.5rem;--radius-pill: 999px;--shadow-sm: 0 1px 2px rgba(43, 38, 32, .05);--shadow-md: 0 12px 30px -12px rgba(43, 38, 32, .18);--shadow-lg: 0 24px 60px -20px rgba(43, 38, 32, .28);--container: 1200px;--font-serif: "Fraunces", ui-serif, Georgia, "Times New Roman", serif;--font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;background-color:var(--color-bg);color:var(--color-fg);font-family:var(--font-sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img{max-width:100%;display:block;height:auto}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}h1,h2,h3,h4{font-family:var(--font-serif);font-weight:400;letter-spacing:-.02em;line-height:1.1;margin:0;text-wrap:balance}p{margin:0;text-wrap:pretty}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 1.25rem}.section{padding:4rem 0}@media(min-width:768px){.section{padding:5.5rem 0}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-to-content:focus{position:fixed;top:1rem;left:1rem;z-index:1000;background:var(--color-fg);color:var(--color-primary-fg);padding:.6rem 1rem;border-radius:var(--radius-pill)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:1px solid transparent;border-radius:var(--radius-pill);padding:.9rem 1.75rem;font-size:.9rem;font-weight:500;transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease,color .2s ease}.btn-primary{background:var(--color-primary);color:var(--color-primary-fg)}.btn-primary:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-secondary{background:var(--color-surface);color:var(--color-fg);border-color:var(--color-border)}.btn-secondary:hover{background:var(--color-muted)}.btn-block{width:100%}.btn[disabled]{opacity:.55;cursor:not-allowed}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.72rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--color-fg-faint)}.eyebrow .dot{width:6px;height:6px;border-radius:50%;background:var(--brand-purple)}.section-head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:2.5rem}.section-head__title{font-size:clamp(2rem,4vw,2.9rem);margin-top:.75rem}.section-head__desc{max-width:32rem;color:var(--color-fg-soft);margin-top:.75rem}.section-head__link{display:inline-flex;align-items:center;gap:.4rem;font-size:.88rem;font-weight:500;border-bottom:1px solid transparent;padding-bottom:2px;transition:border-color .2s ease}.section-head__link:hover{border-color:var(--color-fg)}.announcement{background:var(--color-fg);color:var(--color-primary-fg);text-align:center;font-size:.78rem;letter-spacing:.04em;padding:.55rem 1rem}.header{position:sticky;top:0;z-index:50;background:#faf8f5d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border)}.header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;height:4.75rem}.header__logo img{height:44px;width:auto}.header__logo-text{font-family:var(--font-serif);font-size:1.35rem}.header__nav{display:none;align-items:center;gap:1.75rem}@media(min-width:1024px){.header__nav{display:flex}}.header__nav a{font-size:.9rem;color:var(--color-fg-soft);transition:color .2s ease;position:relative}.header__nav a:hover{color:var(--color-fg)}.header__actions{display:flex;align-items:center;gap:.25rem}.icon-btn{display:grid;place-items:center;width:2.4rem;height:2.4rem;border-radius:50%;border:none;background:transparent;color:var(--color-fg);transition:background-color .2s ease}.icon-btn:hover{background:var(--color-muted)}.icon-btn svg{width:20px;height:20px}.cart-count{position:absolute;top:2px;right:2px;min-width:17px;height:17px;padding:0 4px;border-radius:var(--radius-pill);background:var(--brand-pink);color:#fff;font-size:.62rem;font-weight:700;display:grid;place-items:center;line-height:1}.header__menu-toggle{display:grid}@media(min-width:1024px){.header__menu-toggle{display:none}}.mobile-nav{display:none;border-top:1px solid var(--color-border);background:var(--color-bg);padding:1rem 0 1.5rem}.mobile-nav.is-open{display:block}.mobile-nav a{display:block;padding:.7rem 0;font-size:1rem;border-bottom:1px solid var(--color-border)}.hero{position:relative;overflow:hidden}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero__media img{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#faf8f5f0,#faf8f5b8 42%,#faf8f51f)}.hero__inner{position:relative;padding:5rem 0 6rem}@media(min-width:768px){.hero__inner{padding:7rem 0 8rem}}.hero__content{max-width:34rem}.hero__title{font-size:clamp(2.6rem,6vw,4.6rem);font-weight:300;line-height:1.03;margin-top:1.25rem}.hero__text{margin-top:1.25rem;font-size:1.05rem;color:var(--color-fg-soft)}.hero__actions{margin-top:2rem;display:flex;flex-wrap:wrap;gap:.75rem}.grid{display:grid;gap:1.25rem}.grid-2,.grid-3{grid-template-columns:repeat(1,1fr)}.grid-4{grid-template-columns:repeat(2,1fr)}@media(min-width:640px){.grid-2{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}}.category-card{position:relative;display:block;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4 / 5;background:var(--color-muted);box-shadow:var(--shadow-sm)}.category-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.category-card:hover img{transform:scale(1.05)}.category-card__body{position:absolute;inset:auto 0 0 0;padding:1.25rem;background:linear-gradient(to top,#2b2620b8,#2b262000);color:#fff}.category-card__count{font-size:.78rem;opacity:.85}.category-card__name{font-family:var(--font-serif);font-size:1.3rem;margin-top:.15rem}.product-card{display:flex;flex-direction:column;height:100%}.product-card__media{position:relative;border-radius:var(--radius);overflow:hidden;aspect-ratio:1 / 1;background:var(--color-surface);border:1px solid var(--color-border)}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-card__media img{transform:scale(1.04)}.product-card__badge{position:absolute;top:.75rem;left:.75rem;font-size:.68rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:.3rem .7rem;border-radius:var(--radius-pill);color:#fff}.badge-new{background:var(--brand-purple)}.badge-sale{background:var(--brand-pink)}.badge-best{background:var(--brand-orange)}.product-card__wish{position:absolute;top:.6rem;right:.6rem;width:2.1rem;height:2.1rem;border-radius:50%;border:none;background:#ffffffe6;display:grid;place-items:center;opacity:0;transform:translateY(-4px);transition:opacity .2s ease,transform .2s ease}.product-card:hover .product-card__wish{opacity:1;transform:translateY(0)}.product-card__wish svg{width:16px;height:16px}.product-card__info{padding-top:.9rem;display:flex;flex-direction:column;gap:.2rem;flex:1}.product-card__cat{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-fg-faint)}.product-card__title{font-size:.98rem;font-weight:500}.product-card__stars{display:flex;align-items:center;gap:2px;color:var(--brand-orange);margin-top:.15rem}.product-card__stars svg{width:13px;height:13px}.product-card__price{margin-top:.5rem;display:flex;align-items:baseline;gap:.5rem}.product-card__price .amount{font-weight:600}.product-card__price .compare{font-size:.85rem;color:var(--color-fg-faint);text-decoration:line-through}.inspiration{background:var(--color-muted)}.inspiration__grid{display:grid;gap:1.25rem;grid-template-columns:1fr;align-items:center}@media(min-width:900px){.inspiration__grid{grid-template-columns:1.1fr .9fr}}.inspiration__images{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.inspiration__images img{border-radius:var(--radius-lg);aspect-ratio:3 / 4;object-fit:cover;box-shadow:var(--shadow-md)}.inspiration__images img:nth-child(2){margin-top:2.5rem}.inspiration__content .btn{margin-top:1.75rem}.feature{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.75rem;box-shadow:var(--shadow-sm)}.feature__icon{width:2.75rem;height:2.75rem;border-radius:var(--radius);display:grid;place-items:center;margin-bottom:1rem}.feature__icon svg{width:22px;height:22px;color:#fff}.feature h3{font-size:1.15rem;margin-bottom:.4rem}.feature p{color:var(--color-fg-soft);font-size:.92rem}.bg-blue{background:var(--brand-blue)}.bg-purple{background:var(--brand-purple)}.bg-pink{background:var(--brand-pink)}.bg-orange{background:var(--brand-orange)}.review{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.75rem;display:flex;flex-direction:column;gap:1rem;height:100%}.review__stars{display:flex;gap:2px;color:var(--brand-orange)}.review__stars svg{width:16px;height:16px}.review__quote{font-family:var(--font-serif);font-size:1.1rem;line-height:1.5}.review__author{margin-top:auto;font-size:.85rem;color:var(--color-fg-faint)}.review__author strong{color:var(--color-fg);font-weight:600}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(min-width:640px){.gallery-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:900px){.gallery-grid{grid-template-columns:repeat(6,1fr)}}.gallery-item{position:relative;aspect-ratio:1 / 1;border-radius:var(--radius);overflow:hidden}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-item:hover img{transform:scale(1.08)}.gallery-item__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#2b262059;display:grid;place-items:center;opacity:0;transition:opacity .2s ease}.gallery-item:hover .gallery-item__overlay{opacity:1}.gallery-item__overlay svg{width:22px;height:22px;color:#fff}.newsletter__card{border-radius:var(--radius-lg);padding:3rem 1.5rem;text-align:center;color:#fff;background:linear-gradient(120deg,var(--brand-blue),var(--brand-purple) 45%,var(--brand-pink) 80%,var(--brand-orange))}.newsletter__card h2{font-size:clamp(1.8rem,4vw,2.6rem);color:#fff}.newsletter__card p{margin:.75rem auto 0;max-width:30rem;color:#ffffffe6}.newsletter__form{margin:1.75rem auto 0;display:flex;flex-wrap:wrap;gap:.6rem;max-width:28rem}.newsletter__form input{flex:1;min-width:12rem;border:none;border-radius:var(--radius-pill);padding:.9rem 1.25rem;font-size:.9rem;font-family:inherit}.newsletter__form button{border:none;border-radius:var(--radius-pill);padding:.9rem 1.75rem;background:var(--color-fg);color:var(--color-primary-fg);font-weight:500}.newsletter__note{margin-top:1rem;font-size:.78rem;color:#fffc}.footer{background:var(--color-fg);color:#faf8f5bf;padding:4rem 0 2rem}.footer a:hover{color:#fff}.footer__grid{display:grid;gap:2.5rem;grid-template-columns:1fr}@media(min-width:768px){.footer__grid{grid-template-columns:1.4fr 1fr 1fr 1fr}}.footer__brand img{height:52px;width:auto;margin-bottom:1rem}.footer__brand p{font-size:.9rem;max-width:20rem}.footer__socials{display:flex;gap:.6rem;margin-top:1.25rem}.footer__socials a{width:2.3rem;height:2.3rem;border-radius:50%;display:grid;place-items:center;background:#faf8f514;transition:background-color .2s ease}.footer__socials a:hover{background:#faf8f529}.footer__socials svg{width:18px;height:18px}.footer__col h4{font-family:var(--font-sans);font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:#fff;margin-bottom:1rem}.footer__col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem}.footer__col a{font-size:.9rem}.footer__bottom{margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgba(250,248,245,.12);display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;font-size:.8rem}.product{display:grid;gap:2.5rem;grid-template-columns:1fr;padding:3rem 0}@media(min-width:900px){.product{grid-template-columns:1fr 1fr;gap:3.5rem;padding:4rem 0}}.product__gallery{display:flex;flex-direction:column;gap:1rem}.product__main-image{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--color-border);aspect-ratio:1 / 1;background:var(--color-surface)}.product__main-image img{width:100%;height:100%;object-fit:cover}.product__thumbs{display:flex;gap:.6rem;flex-wrap:wrap}.product__thumbs button{width:4.5rem;height:4.5rem;border-radius:var(--radius);overflow:hidden;border:1px solid var(--color-border);background:var(--color-surface);padding:0}.product__thumbs button.is-active{border-color:var(--color-fg)}.product__title{font-size:clamp(1.9rem,4vw,2.8rem);margin-top:.75rem}.product__price{display:flex;align-items:baseline;gap:.75rem;margin:1.25rem 0;font-size:1.4rem;font-weight:600}.product__price .compare{font-size:1rem;font-weight:400;color:var(--color-fg-faint);text-decoration:line-through}.product__desc{color:var(--color-fg-soft);margin:1.25rem 0}.product__desc p{margin-bottom:.75rem}.product-form__buttons{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.variant-select{margin-bottom:1rem}.variant-select label{display:block;font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--color-fg-faint);margin-bottom:.5rem}.variant-select select,.qty-input{width:100%;border:1px solid var(--color-border);border-radius:var(--radius);padding:.75rem 1rem;font-family:inherit;font-size:.95rem;background:var(--color-surface);color:var(--color-fg)}.product__meta{margin-top:2rem;border-top:1px solid var(--color-border);padding-top:1.5rem;display:flex;flex-direction:column;gap:.75rem;font-size:.9rem;color:var(--color-fg-soft)}.product__meta-item{display:flex;align-items:center;gap:.6rem}.product__meta-item svg{width:18px;height:18px;color:var(--brand-purple)}.collection-header{text-align:center;padding:3.5rem 0 1.5rem}.collection-header h1{font-size:clamp(2.2rem,5vw,3.4rem);margin-top:.75rem}.collection-header p{max-width:34rem;margin:1rem auto 0;color:var(--color-fg-soft)}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding:1rem 0 2rem}.collection-toolbar select{border:1px solid var(--color-border);border-radius:var(--radius-pill);padding:.55rem 1.1rem;background:var(--color-surface);font-family:inherit;font-size:.85rem;color:var(--color-fg)}.cart{padding:3rem 0 4rem}.cart h1{font-size:clamp(2rem,4vw,3rem);margin-bottom:2rem}.cart-item{display:grid;grid-template-columns:88px 1fr auto;gap:1.25rem;align-items:center;padding:1.25rem 0;border-bottom:1px solid var(--color-border)}.cart-item__img{width:88px;height:88px;border-radius:var(--radius);overflow:hidden;border:1px solid var(--color-border)}.cart-item__title{font-weight:500}.cart-item__price{color:var(--color-fg-soft);font-size:.9rem;margin-top:.25rem}.cart-footer{margin-top:2rem;display:flex;flex-direction:column;align-items:flex-end;gap:1rem}.cart-subtotal{font-size:1.2rem;font-weight:600}.cart-note{color:var(--color-fg-faint);font-size:.85rem}.cart-empty{text-align:center;padding:4rem 0}.cart-empty h1{margin-bottom:1rem}.rte a{color:var(--brand-purple);text-decoration:underline}.rte h2,.rte h3{margin:1.5rem 0 .75rem}.rte p{margin-bottom:1rem}.rte ul,.rte ol{margin:0 0 1rem 1.25rem}.page-narrow{max-width:46rem;margin:0 auto;padding:3.5rem 0}.page-narrow h1{font-size:clamp(2.2rem,5vw,3.2rem);margin-bottom:1.5rem}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
