@import "https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Outfit:wght@300;400;500;600&display=swap";:root{--bg-blush:#fdf8f5;--bg-marble:#fff;--bg-sand:#f2ebe5;--text-charcoal:#222;--text-ash:#555;--rose-gold:#b76e79;--rose-light:#e3bcc3;--success:#4e6e58}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-blush);color:var(--text-charcoal);-webkit-font-smoothing:antialiased;font-family:Outfit,sans-serif;overflow-x:hidden}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--bg-blush)}::-webkit-scrollbar-thumb{background:var(--rose-light)}.font-serif{font-family:Instrument Serif,serif}.font-sans{font-family:Outfit,sans-serif}.title-display{letter-spacing:-.01em;color:var(--text-charcoal);font-family:Instrument Serif,serif;font-size:clamp(3.5rem,6vw,6.5rem);line-height:.95}.title-section{color:var(--text-charcoal);font-family:Instrument Serif,serif;font-size:clamp(2.5rem,4vw,4rem);line-height:1.1}.label-micro{letter-spacing:.15em;text-transform:uppercase;color:var(--text-ash);font-family:Outfit,sans-serif;font-size:.65rem;font-weight:500}.top-ticker{background:var(--text-charcoal);color:var(--bg-blush);text-align:center;letter-spacing:.05em;padding:.5rem 0;font-size:.75rem}.btn-solid{background:var(--text-charcoal);color:var(--bg-marble);letter-spacing:.05em;text-transform:uppercase;cursor:pointer;border:none;border-radius:100px;justify-content:center;align-items:center;padding:1.2rem 3rem;font-family:Outfit,sans-serif;font-size:.8rem;font-weight:500;transition:all .3s;display:inline-flex}.btn-solid:hover{background:var(--rose-gold);transform:translateY(-2px);box-shadow:0 10px 20px #b76e7933}.btn-outline{color:var(--text-charcoal);border:1px solid var(--text-charcoal);letter-spacing:.05em;text-transform:uppercase;cursor:pointer;background:0 0;border-radius:100px;justify-content:center;align-items:center;padding:1rem 2.5rem;font-family:Outfit,sans-serif;font-size:.75rem;font-weight:500;transition:all .3s;display:inline-flex}.btn-outline:hover{background:var(--text-charcoal);color:var(--bg-marble)}.product-card{background:var(--bg-marble);cursor:pointer;border-radius:12px;padding:1rem;transition:all .4s;position:relative}.product-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000000a}.product-image-wrapper{background:var(--bg-sand);aspect-ratio:4/5;border-radius:8px;margin-bottom:1.5rem;position:relative;overflow:hidden}.product-image{object-fit:cover;width:100%;height:100%;transition:transform .6s}.product-card:hover .product-image{transform:scale(1.05)}.add-to-cart-overlay{width:100%;padding:1rem;transition:transform .4s cubic-bezier(.16,1,.3,1);position:absolute;bottom:0;left:0;transform:translateY(100%)}.product-card:hover .add-to-cart-overlay{transform:translateY(0)}.btn-cart-quick{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);width:100%;color:var(--text-charcoal);cursor:pointer;background:#fffffff2;border:none;border-radius:100px;padding:1rem;font-family:Outfit,sans-serif;font-size:.8rem;font-weight:500;transition:all .2s}.btn-cart-quick:hover{background:var(--text-charcoal);color:var(--bg-marble)}.badge-new{background:var(--rose-gold);color:#fff;text-transform:uppercase;z-index:2;border-radius:100px;padding:.3rem .8rem;font-size:.65rem;font-weight:600;position:absolute;top:1rem;left:1rem}.category-circle{cursor:pointer;border-radius:110px;width:220px;height:280px;position:relative;overflow:hidden}.category-circle img{object-fit:cover;width:100%;height:100%;transition:all .6s}.category-circle:hover img{filter:brightness(.85);transform:scale(1.05)}.category-label{text-align:center;color:#fff;width:100%;font-family:Instrument Serif,serif;font-size:2rem;position:absolute;bottom:2rem;left:0}.ecommerce-footer{background:var(--bg-sand);padding:6rem 4rem 2rem}.footer-link{color:var(--text-ash);margin-bottom:.8rem;font-size:.9rem;text-decoration:none;transition:color .2s;display:block}.footer-link:hover{color:var(--text-charcoal);text-decoration:underline}img{height:auto;max-width:100%!important}@media (width<=768px){section,header,footer,nav{box-sizing:border-box!important;max-width:100vw!important;padding-left:20px!important;padding-right:20px!important;overflow:hidden!important}section>div,header>div,footer>div{box-sizing:border-box!important;max-width:100%!important}section[style*=padding],div[style*="padding: 6rem"],div[style*="padding: 8rem"],div[style*="padding: 10rem"]{padding-left:20px!important;padding-right:20px!important}nav>div,nav[style]{flex-wrap:wrap!important;gap:12px!important}div[style*="grid-template-columns: repeat(4"],div[style*="grid-template-columns: repeat(3"],div[style*="grid-template-columns: repeat(2"],div[style*="grid-template-columns: 1fr 1fr"]{grid-template-columns:1fr!important}section[style*="display: flex"]{flex-direction:column!important}section[style*="display: flex"]>div{flex:unset!important;width:100%!important;min-width:unset!important}h1,h2{font-size:clamp(1.8rem,7vw,2.8rem)!important;line-height:1.2!important}h3{font-size:clamp(1.2rem,5vw,1.6rem)!important}a[class*=btn],button[class*=btn]{text-align:center!important;box-sizing:border-box!important;justify-content:center!important;width:100%!important;display:flex!important}section[style*="min-height: 100vh"],section[style*="min-height: 80vh"]{min-height:70vh!important}div[style*="flex: 1"]>img,div[style*="flex: 1"]{width:100%!important;max-width:100%!important;height:300px!important}}html{max-width:100%;overflow-x:hidden}body,#root{width:100%;max-width:100vw;overflow-x:hidden}img,video,svg,canvas{max-width:100%;height:auto}@media (width<=768px){nav{flex-wrap:wrap!important;gap:.75rem!important;padding:1rem 1.25rem!important}nav>div:nth-child(2){display:none!important}.top-ticker{padding:.4rem 1rem!important;font-size:.7rem!important}section{padding:3rem 1.25rem!important;overflow:hidden!important}header{padding:1rem 1.25rem!important}footer{padding:3rem 1.25rem!important}section:first-of-type,section[style*="100vh"],section[style*="85vh"],section[style*="80vh"]{height:auto!important;min-height:65vh!important;padding:7rem 1.25rem 3rem!important}section[style*=flex],section>div[style*="display: flex"],section>div[style*=display\:flex]{flex-flow:column wrap!important;gap:2rem!important}section>div[style*="flex: 1"],section>div[style*=flex\:1],div[style*="flex: 1"]{flex:none!important;width:100%!important;min-width:0!important;max-width:100%!important}div[style*=grid-template-columns]{grid-template-columns:1fr!important;gap:1.5rem!important}.product-grid,div[style*=repeat\(4],div[style*=repeat\(3]{grid-template-columns:1fr 1fr!important;gap:1rem!important}h1{font-size:clamp(2rem,8vw,3rem)!important;line-height:1.1!important}h2{font-size:clamp(1.6rem,6vw,2.4rem)!important;line-height:1.2!important}h3{font-size:clamp(1.1rem,5vw,1.5rem)!important}p{max-width:100%!important;font-size:.95rem!important}button,a[class*=btn]{text-align:center!important;justify-content:center!important;width:100%!important;display:flex!important}div[style*="display: flex"]>button,div[style*="display: flex"]>a[class*=btn]{width:100%!important}div[style*="height: '600px'"],div[style*="height: 600px"],img[style*="height: '600px'"],img[style*="height: 600px"]{height:280px!important}footer>div[style*=grid],footer>div{flex-direction:column!important;grid-template-columns:1fr!important;gap:2rem!important}.velvet-card,.product-card,[class*=card]{padding:1.5rem!important}div[style*="position: absolute"][style*="right: '-2rem'"],div[style*="position: absolute"][style*="right: -2rem"],div[style*="fontSize: '25vw'"],div[style*="font-size: 25vw"],div[style*="fontSize: 25vw"]{display:none!important}div[style*="overflow: hidden"],section[style*="overflow: hidden"]{max-width:100vw!important}input[type=email]{width:100%!important;max-width:100%!important}}*,:before,:after{box-sizing:border-box}html,body,#root{width:100%;max-width:100vw;overflow-x:hidden}img,video{max-width:100%;height:auto}@media (width<=768px){nav{padding:14px 20px!important}nav>div:nth-child(2):not(:first-child):not(:last-child){display:none!important}section{padding-left:20px!important;padding-right:20px!important;overflow:hidden!important}section[style*="8rem"],section[style*="10rem"],section[style*="12rem"]{padding-top:50px!important;padding-bottom:50px!important}section[style*="100vh"],section[style*="85vh"],section[style*="80vh"]{height:auto!important;min-height:65vh!important}div[style*="padding: '6rem 4rem'"],div[style*="padding: '0 6rem'"],div[style*="padding: '0 4rem'"]{padding-top:3rem!important;padding-left:20px!important;padding-right:20px!important}section[style*="display: flex"],section[style*="display:'flex'"]{flex-direction:column!important}section[style*="display: flex"]>div,section[style*="display:'flex'"]>div{flex:none!important;width:100%!important;min-width:0!important;padding:0!important}div[style*="flex: 1"],div[style*=flex\:1]{flex:none!important;width:100%!important;min-width:0!important}div[style*="flex: 1"] img{object-fit:cover!important;width:100%!important;height:260px!important}div[style*="grid-template-columns: 'repeat(4"],div[style*="grid-template-columns: repeat(4"],div[style*="grid-template-columns: 'repeat(3"],div[style*="grid-template-columns: repeat(3"],div[style*="grid-template-columns: '2fr 1fr"],div[style*=gridTemplateColumns]{grid-template-columns:1fr!important;gap:1rem!important}div[style*="grid-template-columns: 'repeat(4"],div[style*="grid-template-columns: repeat(4"]{grid-template-columns:1fr 1fr!important}h1{font-size:clamp(1.8rem,7vw,2.8rem)!important;line-height:1.15!important}h2{font-size:clamp(1.4rem,6vw,2rem)!important;line-height:1.2!important}h3{font-size:clamp(1rem,4vw,1.3rem)!important}p{max-width:100%!important;font-size:.95rem!important}div[style*="fontSize: '25vw'"],div[style*="fontSize: '20vw'"],div[style*="fontSize: '30vw'"]{display:none!important}a[class*=btn],button[class*=btn]{text-align:center!important;justify-content:center!important;width:100%!important;display:flex!important}div[style*="display: flex"]>a[class*=btn],div[style*="display: flex"]>button[class*=btn]{flex:1!important}.velvet-card,.product-card,[class*=card]{padding:1.25rem!important}div[style*="position: absolute"][style*="right: '-2rem'"],div[style*="position: absolute"][style*="bottom: '-2rem'"]{display:none!important}img[style*="height: '600px'"],img[style*="height: 600px"],div[style*="height: '80vh'"] img{object-fit:cover!important;width:100%!important;height:260px!important}footer{padding-left:20px!important;padding-right:20px!important}footer>div[style*=grid],footer>div[style*="display: grid"]{grid-template-columns:1fr!important;gap:2rem!important}footer>div[style*="display: flex"]{flex-direction:column!important;align-items:flex-start!important;gap:1rem!important}.top-ticker{white-space:nowrap!important;text-overflow:ellipsis!important;padding:.3rem 1rem!important;font-size:.7rem!important;overflow:hidden!important}.product-image-wrapper{height:200px!important;overflow:hidden!important}.product-image{object-fit:cover!important;width:100%!important;height:100%!important}.category-circle{width:80px!important;height:80px!important}.category-circle img{border-radius:50%!important;width:100%!important;height:100%!important}section[style*="gap: '3rem'"]{flex-wrap:wrap!important;justify-content:center!important;gap:1rem!important;padding:1rem 20px!important}}
