.SearchOverlay-module__zAhP1G__overlay{z-index:9999;position:fixed;inset:0}.SearchOverlay-module__zAhP1G__backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000073;position:absolute;inset:0}.SearchOverlay-module__zAhP1G__modal{z-index:2;background:#fff;border-radius:32px;width:min(900px,92%);margin:80px auto;position:relative;overflow:hidden;box-shadow:0 20px 60px #0000001f}.SearchOverlay-module__zAhP1G__top{border-bottom:1px solid #eee;align-items:center;display:flex}.SearchOverlay-module__zAhP1G__input{border:none;outline:none;flex:1;height:78px;padding:0 30px;font-size:20px}.SearchOverlay-module__zAhP1G__closeBtn{cursor:pointer;background:0 0;border:none;width:78px;height:78px;font-size:24px}.SearchOverlay-module__zAhP1G__results{max-height:70vh;overflow-y:auto}.SearchOverlay-module__zAhP1G__product{color:inherit;align-items:center;gap:18px;padding:18px 24px;text-decoration:none;transition:all .2s;display:flex}.SearchOverlay-module__zAhP1G__product:hover{background:#faf5f7}.SearchOverlay-module__zAhP1G__image{object-fit:cover;border-radius:14px;width:72px;height:88px}.SearchOverlay-module__zAhP1G__name{margin-bottom:6px;font-size:18px}.SearchOverlay-module__zAhP1G__price{color:#e8627a;font-weight:600}.SearchOverlay-module__zAhP1G__empty{text-align:center;color:#777;padding:60px 20px}
.Navbar-module__cRh5nW__header{top:var(--announce-height,36px);z-index:100;height:var(--navbar-height,68px);transition:background .3s,box-shadow .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s;position:fixed;left:0;right:0}.Navbar-module__cRh5nW__header.Navbar-module__cRh5nW__scrolled{-webkit-backdrop-filter:blur(18px);box-shadow:0 1px 0 var(--border);background:#fdf8f5f0}.Navbar-module__cRh5nW__inner{justify-content:space-between;align-items:center;gap:24px;height:100%;display:flex}.Navbar-module__cRh5nW__logo{flex-shrink:0;align-items:baseline;gap:3px;display:flex}.Navbar-module__cRh5nW__logoMain{font-family:var(--font-display);color:var(--black);letter-spacing:-.03em;font-size:26px;font-weight:600;line-height:1}.Navbar-module__cRh5nW__logoAccent{font-family:var(--font-display);color:var(--rose);letter-spacing:.04em;margin-left:1px;font-size:13px;font-style:italic;font-weight:400}.Navbar-module__cRh5nW__nav{align-items:center;gap:34px;display:flex}.Navbar-module__cRh5nW__navLink{color:var(--charcoal);letter-spacing:.01em;white-space:nowrap;align-items:center;gap:6px;font-size:13.5px;font-weight:400;transition:color .2s;display:inline-flex;position:relative}.Navbar-module__cRh5nW__navLink:after{content:"";background:var(--rose);transform-origin:0;border-radius:1px;height:1.5px;transition:transform .28s;position:absolute;bottom:-3px;left:0;right:0;transform:scaleX(0)}.Navbar-module__cRh5nW__navLink:hover{color:var(--rose)}.Navbar-module__cRh5nW__navLink:hover:after{transform:scaleX(1)}.Navbar-module__cRh5nW__navBadge{text-transform:uppercase;letter-spacing:.06em;color:#fff;background:var(--rose);border-radius:var(--r-pill);padding:2px 7px;font-size:9px;font-weight:600;line-height:1.5;display:inline-block}.Navbar-module__cRh5nW__actions{flex-shrink:0;align-items:center;gap:2px;display:flex}.Navbar-module__cRh5nW__iconBtn{width:40px;height:40px;color:var(--charcoal);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:background .2s,color .2s;display:inline-flex;position:relative}.Navbar-module__cRh5nW__iconBtn:hover{background:var(--rose-pale);color:var(--rose)}.Navbar-module__cRh5nW__cartBtn{background:var(--blush)}.Navbar-module__cRh5nW__cartBtn:hover{background:var(--rose-soft);color:var(--rose-dark)}.Navbar-module__cRh5nW__badge{border-radius:var(--r-pill);background:var(--charcoal);color:#fff;pointer-events:none;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:9px;font-weight:700;line-height:1;display:flex;position:absolute;top:5px;right:5px}.Navbar-module__cRh5nW__badgeRose{background:var(--rose)}.Navbar-module__cRh5nW__hamburger{border-radius:50%;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;transition:background .2s;display:none}.Navbar-module__cRh5nW__hamburger:hover{background:var(--rose-pale)}.Navbar-module__cRh5nW__hamburger span{background:var(--charcoal);transform-origin:50%;border-radius:2px;width:20px;height:1.5px;transition:transform .3s,opacity .3s,width .3s;display:block}.Navbar-module__cRh5nW__hamburger.Navbar-module__cRh5nW__isOpen span:first-child{transform:translateY(6.5px)rotate(45deg)}.Navbar-module__cRh5nW__hamburger.Navbar-module__cRh5nW__isOpen span:nth-child(2){opacity:0;width:0}.Navbar-module__cRh5nW__hamburger.Navbar-module__cRh5nW__isOpen span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}.Navbar-module__cRh5nW__mobileMenu{top:calc(var(--announce-height,36px) + var(--navbar-height,68px));background:var(--warm-white);z-index:99;opacity:0;pointer-events:none;transition:transform .32s var(--ease), opacity .32s var(--ease);flex-direction:column;justify-content:space-between;padding:8px 0 32px;display:flex;position:fixed;bottom:0;left:0;right:0;transform:translateY(-16px)}.Navbar-module__cRh5nW__mobileMenu.Navbar-module__cRh5nW__mobileOpen{opacity:1;pointer-events:all;transform:translateY(0)}.Navbar-module__cRh5nW__mobileNav{flex-direction:column;display:flex}.Navbar-module__cRh5nW__mobileLink{color:var(--charcoal);border-bottom:1px solid var(--border-soft);align-items:center;gap:10px;padding:14px 24px;font-size:16px;font-weight:400;transition:background .2s,color .2s;display:flex}.Navbar-module__cRh5nW__mobileLink:hover{background:var(--rose-pale);color:var(--rose)}.Navbar-module__cRh5nW__mobileCta{padding:0 24px}.Navbar-module__cRh5nW__mobileShopBtn{text-align:center;background:var(--rose);color:#fff;border-radius:var(--r);letter-spacing:.02em;width:100%;padding:14px;font-size:14px;font-weight:500;transition:background .2s;display:block}.Navbar-module__cRh5nW__mobileShopBtn:hover{background:var(--rose-dark)}.Navbar-module__cRh5nW__overlay{z-index:98;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1a0a0d59;position:fixed;inset:0}@media (max-width:960px){.Navbar-module__cRh5nW__nav{display:none}.Navbar-module__cRh5nW__hamburger{display:flex}}@media (max-width:480px){.Navbar-module__cRh5nW__logoMain{font-size:22px}.Navbar-module__cRh5nW__logoAccent{font-size:11px}}
.HeroSection-module__33g_eq__hero{background-color:#fef0f3;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.HeroSection-module__33g_eq__dotPattern{opacity:.25;pointer-events:none;z-index:0;background-image:radial-gradient(circle,#f9a8b8 1px,#0000 1px);background-size:30px 30px;position:absolute;inset:0}.HeroSection-module__33g_eq__container{z-index:1;width:100%;max-width:1280px;margin:0 auto;padding:0 48px;position:relative}.HeroSection-module__33g_eq__grid{grid-template-columns:1fr 1fr;align-items:center;gap:48px;min-height:100vh;padding:40px 0;display:grid}.HeroSection-module__33g_eq__left{flex-direction:column;justify-content:center;max-width:560px;display:flex}.HeroSection-module__33g_eq__eyebrow{font-family:var(--font-body,"DM Sans", sans-serif);letter-spacing:.16em;text-transform:uppercase;color:#e8627a;margin-bottom:28px;font-size:11px;font-weight:600}.HeroSection-module__33g_eq__heading{font-family:var(--font-display,"Cormorant Garamond", Georgia, serif);letter-spacing:-.025em;color:#1a0a0d;margin:0 0 28px;font-size:clamp(60px,7vw,92px);font-weight:400;line-height:1}.HeroSection-module__33g_eq__headingAccent{color:#e8627a;margin-top:4px;font-style:italic;font-weight:300;display:block}.HeroSection-module__33g_eq__desc{font-family:var(--font-body,"DM Sans", sans-serif);color:#9e7b65;max-width:460px;margin-bottom:36px;font-size:17px;font-weight:300;line-height:1.8}.HeroSection-module__33g_eq__btnRow{align-items:center;gap:28px;margin-bottom:52px;display:flex}.HeroSection-module__33g_eq__btnPrimary{color:#fff;font-family:var(--font-body,"DM Sans", sans-serif);cursor:pointer;letter-spacing:.02em;background:#1a0a0d;border:none;border-radius:100px;align-items:center;gap:10px;padding:14px 30px;font-size:14px;font-weight:500;transition:background .2s,transform .15s;display:inline-flex}.HeroSection-module__33g_eq__btnPrimary:hover{background:#e8627a;transform:translateY(-2px)}.HeroSection-module__33g_eq__btnGhost{font-family:var(--font-body,"DM Sans", sans-serif);color:#1a0a0d;cursor:pointer;background:0 0;border:none;padding-bottom:2px;font-size:15px;font-weight:400;transition:color .2s;position:relative}.HeroSection-module__33g_eq__btnGhost:after{content:"";background:#e8627a;width:0;height:1.5px;transition:width .3s;position:absolute;bottom:0;left:0}.HeroSection-module__33g_eq__btnGhost:hover{color:#e8627a}.HeroSection-module__33g_eq__btnGhost:hover:after{width:100%}.HeroSection-module__33g_eq__stats{align-items:center;gap:32px;display:flex}.HeroSection-module__33g_eq__stat{flex-direction:column;gap:4px;display:flex}.HeroSection-module__33g_eq__statNum{font-family:var(--font-display,"Cormorant Garamond", Georgia, serif);letter-spacing:-.02em;color:#1a0a0d;font-size:40px;font-weight:300;line-height:1}.HeroSection-module__33g_eq__statLabel{font-family:var(--font-body,"DM Sans", sans-serif);color:#b08a92;letter-spacing:.04em;font-size:12px;font-weight:400}.HeroSection-module__33g_eq__statDivider{background:#f2bec8;flex-shrink:0;width:1px;height:48px}.HeroSection-module__33g_eq__right{justify-content:flex-end;align-items:center;padding:32px 0;display:flex}.HeroSection-module__33g_eq__imageFrame{aspect-ratio:3/4;background:#e8c4b0;border-radius:40px 40px 120px;flex-shrink:0;width:100%;max-width:620px;overflow:hidden;box-shadow:0 24px 80px #e8627a26}.HeroSection-module__33g_eq__heroImg{object-fit:cover;object-position:top center;width:100%;height:100%;transition:transform 6s;display:block}.HeroSection-module__33g_eq__imageFrame:hover .HeroSection-module__33g_eq__heroImg{transform:scale(1.04)}@media (max-width:1024px){.HeroSection-module__33g_eq__container{padding:0 32px}.HeroSection-module__33g_eq__grid{gap:32px}}@media (max-width:768px){.HeroSection-module__33g_eq__hero{min-height:auto;padding-bottom:48px}.HeroSection-module__33g_eq__container{padding:0 20px}.HeroSection-module__33g_eq__grid{grid-template-columns:1fr;gap:36px;min-height:auto;padding:32px 0}.HeroSection-module__33g_eq__left{text-align:center;align-items:center;max-width:100%}.HeroSection-module__33g_eq__desc{text-align:center}.HeroSection-module__33g_eq__right{justify-content:center;padding:0}.HeroSection-module__33g_eq__imageFrame{aspect-ratio:4/3;border-radius:24px;max-width:100%}.HeroSection-module__33g_eq__stats{justify-content:center}}
.CategorySection-module__uuwcNa__section{background:#fff;padding:80px 0 90px}.CategorySection-module__uuwcNa__container{width:100%;max-width:1280px;margin:0 auto;padding:0 48px}.CategorySection-module__uuwcNa__header{margin-bottom:48px}.CategorySection-module__uuwcNa__title{font-family:var(--font-display,"Cormorant Garamond", Georgia, serif);color:#1a0a0d;letter-spacing:-.02em;margin-bottom:8px;font-size:clamp(32px,4vw,46px);font-weight:400;line-height:1.1}.CategorySection-module__uuwcNa__sub{font-family:var(--font-body,"DM Sans", sans-serif);color:#b08a92;letter-spacing:.01em;font-size:14px;font-weight:400}.CategorySection-module__uuwcNa__grid{grid-template-columns:repeat(5,1fr);gap:16px 8px;display:grid}.CategorySection-module__uuwcNa__card{cursor:pointer;border-radius:16px;flex-direction:column;align-items:center;gap:14px;padding:20px 12px 16px;text-decoration:none;transition:transform .22s,background .22s;display:flex}.CategorySection-module__uuwcNa__card:hover{background:#fff5f7;transform:translateY(-5px)}.CategorySection-module__uuwcNa__circle{background:#fee8ec;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:96px;height:96px;transition:background .22s,transform .22s;display:flex}.CategorySection-module__uuwcNa__card:hover .CategorySection-module__uuwcNa__circle{background:#fccfd8;transform:scale(1.06)}.CategorySection-module__uuwcNa__emoji{-webkit-user-select:none;user-select:none;font-size:38px;line-height:1}.CategorySection-module__uuwcNa__name{font-family:var(--font-body,"DM Sans", sans-serif);color:#2d1a1e;text-align:center;letter-spacing:.01em;font-size:14px;font-weight:500;transition:color .2s}.CategorySection-module__uuwcNa__card:hover .CategorySection-module__uuwcNa__name{color:#e8627a}@media (max-width:1024px){.CategorySection-module__uuwcNa__container{padding:0 32px}.CategorySection-module__uuwcNa__circle{width:84px;height:84px}.CategorySection-module__uuwcNa__emoji{font-size:32px}}@media (max-width:768px){.CategorySection-module__uuwcNa__section{padding:56px 0 64px}.CategorySection-module__uuwcNa__container{padding:0 20px}.CategorySection-module__uuwcNa__grid{grid-template-columns:repeat(4,1fr);gap:12px 6px}.CategorySection-module__uuwcNa__circle{width:76px;height:76px}.CategorySection-module__uuwcNa__emoji{font-size:28px}}@media (max-width:480px){.CategorySection-module__uuwcNa__grid{grid-template-columns:repeat(3,1fr)}.CategorySection-module__uuwcNa__circle{width:68px;height:68px}.CategorySection-module__uuwcNa__emoji{font-size:26px}.CategorySection-module__uuwcNa__name{font-size:12px}}
.NewArrivals-module__hbDnIG__section{background:#fff;padding:88px 0 96px}.NewArrivals-module__hbDnIG__container{width:100%;max-width:1280px;margin:0 auto;padding:0 48px}.NewArrivals-module__hbDnIG__header{text-align:center;margin-bottom:52px}.NewArrivals-module__hbDnIG__eyebrow{font-family:var(--font-body,"DM Sans", sans-serif);letter-spacing:.18em;text-transform:uppercase;color:#e8627a;margin-bottom:10px;font-size:11px;font-weight:600}.NewArrivals-module__hbDnIG__title{font-family:var(--font-display,"Cormorant Garamond", Georgia, serif);color:#1a0a0d;letter-spacing:-.02em;margin-bottom:10px;font-size:clamp(36px,5vw,56px);font-weight:400;line-height:1.1}.NewArrivals-module__hbDnIG__subtitle{font-family:var(--font-body,"DM Sans", sans-serif);color:#b08a92;font-size:15px;font-weight:300}.NewArrivals-module__hbDnIG__grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.NewArrivals-module__hbDnIG__card{cursor:pointer;flex-direction:column;gap:14px;display:flex}.NewArrivals-module__hbDnIG__imageWrap{aspect-ratio:3/4;border-radius:20px;width:100%;transition:box-shadow .3s;position:relative;overflow:hidden}.NewArrivals-module__hbDnIG__card:hover .NewArrivals-module__hbDnIG__imageWrap{box-shadow:0 16px 48px #e8627a24}.NewArrivals-module__hbDnIG__productImg{object-fit:cover;object-position:top center;width:100%;height:100%;transition:transform .55s;display:block}.NewArrivals-module__hbDnIG__card:hover .NewArrivals-module__hbDnIG__productImg{transform:scale(1.05)}.NewArrivals-module__hbDnIG__badge{z-index:2;font-family:var(--font-body,"DM Sans", sans-serif);letter-spacing:.08em;border-radius:100px;padding:4px 10px;font-size:10px;font-weight:700;line-height:1.4;position:absolute;top:14px;left:14px}.NewArrivals-module__hbDnIG__badge_new{color:#e8627a;letter-spacing:.06em;background:0 0;padding:0;font-size:12px;font-weight:600}.NewArrivals-module__hbDnIG__badge_hot{color:#1a0a0d;background:#fff;font-size:11px;box-shadow:0 2px 8px #00000014}.NewArrivals-module__hbDnIG__wishBtn{z-index:2;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:background .2s,transform .2s;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 2px 8px #00000014}.NewArrivals-module__hbDnIG__wishBtn:hover{background:#fff;transform:scale(1.1)}.NewArrivals-module__hbDnIG__wishlisted{background:#fee8ec}.NewArrivals-module__hbDnIG__shopNowWrap{z-index:3;opacity:0;white-space:nowrap;transition:opacity .25s,transform .25s;position:absolute;bottom:16px;left:50%;transform:translate(-50%)translateY(12px)}.NewArrivals-module__hbDnIG__shopNowVisible{opacity:1;transform:translate(-50%)translateY(0)}.NewArrivals-module__hbDnIG__shopNowBtn{color:#fff;font-family:var(--font-body,"DM Sans", sans-serif);letter-spacing:.02em;background:#e8627a;border-radius:100px;align-items:center;gap:8px;padding:11px 24px;font-size:13px;font-weight:500;text-decoration:none;transition:background .2s;display:inline-flex;box-shadow:0 4px 20px #e8627a73}.NewArrivals-module__hbDnIG__shopNowBtn:hover{background:#c94d65}.NewArrivals-module__hbDnIG__info{justify-content:space-between;align-items:flex-start;gap:8px;padding:0 2px;display:flex}.NewArrivals-module__hbDnIG__productName{font-family:var(--font-body,"DM Sans", sans-serif);color:#2d1a1e;flex:1;font-size:14px;font-weight:400;line-height:1.4}.NewArrivals-module__hbDnIG__priceGroup{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:2px;display:flex}.NewArrivals-module__hbDnIG__price{font-family:var(--font-body,"DM Sans", sans-serif);color:#1a0a0d;white-space:nowrap;font-size:14px;font-weight:600}.NewArrivals-module__hbDnIG__originalPrice{font-family:var(--font-body,"DM Sans", sans-serif);color:#b08a92;white-space:nowrap;font-size:12px;font-weight:400;text-decoration:line-through}.NewArrivals-module__hbDnIG__viewAllWrap{justify-content:center;margin-top:52px;display:flex}.NewArrivals-module__hbDnIG__viewAll{font-family:var(--font-body,"DM Sans", sans-serif);color:#1a0a0d;letter-spacing:.02em;border:1.5px solid #f0dde0;border-radius:100px;align-items:center;gap:8px;padding:13px 32px;font-size:14px;font-weight:500;text-decoration:none;transition:border-color .2s,color .2s,background .2s;display:inline-flex}.NewArrivals-module__hbDnIG__viewAll:hover{color:#e8627a;background:#fff0f3;border-color:#e8627a}@media (max-width:1024px){.NewArrivals-module__hbDnIG__container{padding:0 32px}.NewArrivals-module__hbDnIG__grid{gap:16px}}@media (max-width:768px){.NewArrivals-module__hbDnIG__section{padding:56px 0 64px}.NewArrivals-module__hbDnIG__container{padding:0 20px}.NewArrivals-module__hbDnIG__grid{grid-template-columns:repeat(2,1fr);gap:14px}}@media (max-width:400px){.NewArrivals-module__hbDnIG__grid{gap:10px}.NewArrivals-module__hbDnIG__productName{font-size:12px}.NewArrivals-module__hbDnIG__price{font-size:13px}}
.FeaturedBanner-module__4G5yqG__section{background:#fde8ee;padding:72px 0;position:relative;overflow:hidden}.FeaturedBanner-module__4G5yqG__dots{opacity:.2;pointer-events:none;z-index:0;background-image:radial-gradient(circle,#f9a8b8 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0}.FeaturedBanner-module__4G5yqG__container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:60px;width:100%;max-width:1280px;margin:0 auto;padding:0 80px;display:grid;position:relative}.FeaturedBanner-module__4G5yqG__left{flex-direction:column;align-items:flex-start;gap:0;display:flex}.FeaturedBanner-module__4G5yqG__eyebrow{font-family:var(--font-body,"DM Sans", sans-serif);letter-spacing:.18em;text-transform:uppercase;color:#e8627a;margin-bottom:20px;font-size:11px;font-weight:600}.FeaturedBanner-module__4G5yqG__title{font-family:var(--font-display,"Cormorant Garamond", Georgia, serif);letter-spacing:-.02em;color:#1a0a0d;margin-bottom:24px;font-size:clamp(44px,5vw,68px);font-weight:400;line-height:1.08}.FeaturedBanner-module__4G5yqG__desc{font-family:var(--font-body,"DM Sans", sans-serif);color:#7a5560;max-width:400px;margin-bottom:36px;font-size:16px;font-weight:300;line-height:1.8}.FeaturedBanner-module__4G5yqG__btn{color:#fff;font-family:var(--font-body,"DM Sans", sans-serif);letter-spacing:.02em;background:#e8627a;border-radius:100px;align-items:center;gap:10px;padding:15px 32px;font-size:15px;font-weight:500;text-decoration:none;transition:background .2s,transform .15s,box-shadow .2s;display:inline-flex;box-shadow:0 8px 28px #e8627a59}.FeaturedBanner-module__4G5yqG__btn:hover{background:#c94d65;transform:translateY(-2px);box-shadow:0 12px 36px #e8627a73}.FeaturedBanner-module__4G5yqG__right{justify-content:center;align-items:center;display:flex}.FeaturedBanner-module__4G5yqG__imageCard{outline-offset:-6px;background:#f5c5c5;border-radius:28px;outline:6px solid #ffffff40;flex-shrink:0;width:340px;height:480px;overflow:hidden;box-shadow:0 24px 64px #e8627a2e}.FeaturedBanner-module__4G5yqG__image{object-fit:cover;object-position:top center;width:100%;height:100%;transition:transform 6s;display:block}.FeaturedBanner-module__4G5yqG__imageCard:hover .FeaturedBanner-module__4G5yqG__image{transform:scale(1.04)}@media (max-width:1024px){.FeaturedBanner-module__4G5yqG__container{gap:40px;padding:0 40px}.FeaturedBanner-module__4G5yqG__imageCard{width:300px;height:420px}}@media (max-width:768px){.FeaturedBanner-module__4G5yqG__section{padding:56px 0}.FeaturedBanner-module__4G5yqG__container{grid-template-columns:1fr;gap:40px;padding:0 24px}.FeaturedBanner-module__4G5yqG__left{text-align:center;align-items:center}.FeaturedBanner-module__4G5yqG__desc{text-align:center}.FeaturedBanner-module__4G5yqG__right{justify-content:center}.FeaturedBanner-module__4G5yqG__imageCard{width:280px;height:380px}}
.BestSellers-module__CSNacW__section{background:#fff;padding:80px 0 90px;overflow:hidden}.BestSellers-module__CSNacW__container{width:100%;max-width:1280px;margin:0 auto;padding:0 48px}.BestSellers-module__CSNacW__header{justify-content:space-between;align-items:flex-end;margin-bottom:40px;display:flex}.BestSellers-module__CSNacW__eyebrow{font-family:var(--font-body,"DM Sans", sans-serif);letter-spacing:.18em;text-transform:uppercase;color:#e8627a;margin-bottom:8px;font-size:11px;font-weight:600}.BestSellers-module__CSNacW__title{font-family:var(--font-display,"Cormorant Garamond", Georgia, serif);color:#1a0a0d;letter-spacing:-.02em;margin:0;font-size:clamp(32px,4vw,52px);font-weight:400;line-height:1.1}.BestSellers-module__CSNacW__viewAll{font-family:var(--font-body,"DM Sans", sans-serif);color:#1a0a0d;letter-spacing:.01em;white-space:nowrap;border-bottom:1.5px solid #1a0a0d;padding-bottom:4px;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s,border-color .2s}.BestSellers-module__CSNacW__viewAll:hover{color:#e8627a;border-color:#e8627a}.BestSellers-module__CSNacW__sliderOuter{padding:0 48px;position:relative}.BestSellers-module__CSNacW__track{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;gap:20px;padding:8px 0 16px;display:flex;overflow-x:auto}.BestSellers-module__CSNacW__track::-webkit-scrollbar{display:none}.BestSellers-module__CSNacW__arrow{z-index:10;cursor:pointer;color:#1a0a0d;background:#fff;border:1.5px solid #f0dde0;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s,border-color .2s,color .2s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 20px #2d1a1e1a}.BestSellers-module__CSNacW__arrow:hover{color:#fff;background:#e8627a;border-color:#e8627a;transform:translateY(-50%)scale(1.08)}.BestSellers-module__CSNacW__arrowLeft{left:0}.BestSellers-module__CSNacW__arrowRight{right:0}.BestSellers-module__CSNacW__card{scroll-snap-align:start;cursor:pointer;flex-direction:column;flex:0 0 300px;gap:14px;display:flex}.BestSellers-module__CSNacW__imageWrap{border-radius:20px;flex-shrink:0;width:100%;height:360px;transition:box-shadow .3s;position:relative;overflow:hidden}.BestSellers-module__CSNacW__card:hover .BestSellers-module__CSNacW__imageWrap{box-shadow:0 16px 48px #e8627a24}.BestSellers-module__CSNacW__productImg{object-fit:cover;object-position:top center;width:100%;height:100%;transition:transform .55s;display:block}.BestSellers-module__CSNacW__card:hover .BestSellers-module__CSNacW__productImg{transform:scale(1.05)}.BestSellers-module__CSNacW__badge{z-index:2;font-family:var(--font-body,"DM Sans", sans-serif);letter-spacing:.06em;border-radius:100px;padding:5px 12px;font-size:10px;font-weight:700;line-height:1.3;position:absolute;top:12px;left:12px}.BestSellers-module__CSNacW__badge_bestseller{color:#1a0a0d;background:#fff;box-shadow:0 2px 8px #00000014}.BestSellers-module__CSNacW__badge_loved{color:#e8627a;letter-spacing:.1em;background:0 0;padding:0;font-size:11px;font-weight:600}.BestSellers-module__CSNacW__wishBtn{z-index:2;cursor:pointer;background:#ffffffeb;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:background .2s,transform .2s;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 2px 8px #00000014}.BestSellers-module__CSNacW__wishBtn:hover{background:#fff;transform:scale(1.1)}.BestSellers-module__CSNacW__wishlisted{background:#fee8ec}.BestSellers-module__CSNacW__shopNowWrap{z-index:3;opacity:0;white-space:nowrap;transition:opacity .25s,transform .25s;position:absolute;bottom:14px;left:50%;transform:translate(-50%)translateY(10px)}.BestSellers-module__CSNacW__visible{opacity:1;transform:translate(-50%)translateY(0)}.BestSellers-module__CSNacW__shopNowBtn{color:#fff;font-family:var(--font-body,"DM Sans", sans-serif);letter-spacing:.02em;background:#1a0a0d;border-radius:100px;align-items:center;gap:8px;padding:11px 24px;font-size:13px;font-weight:500;text-decoration:none;transition:background .2s;display:inline-flex;box-shadow:0 4px 20px #1a0a0d59}.BestSellers-module__CSNacW__shopNowBtn:hover{background:#e8627a}.BestSellers-module__CSNacW__info{justify-content:space-between;align-items:flex-start;gap:8px;padding:0 2px;display:flex}.BestSellers-module__CSNacW__name{font-family:var(--font-body,"DM Sans", sans-serif);color:#2d1a1e;flex:1;font-size:14px;font-weight:400;line-height:1.4}.BestSellers-module__CSNacW__priceGroup{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:2px;display:flex}.BestSellers-module__CSNacW__price{color:#1a0a0d;white-space:nowrap;font-size:14px;font-weight:600}.BestSellers-module__CSNacW__original{color:#b08a92;white-space:nowrap;font-size:12px;text-decoration:line-through}@media (max-width:1024px){.BestSellers-module__CSNacW__container,.BestSellers-module__CSNacW__sliderOuter{padding:0 32px}.BestSellers-module__CSNacW__card{flex:0 0 260px}.BestSellers-module__CSNacW__imageWrap{height:320px}}@media (max-width:768px){.BestSellers-module__CSNacW__section{padding:56px 0 64px}.BestSellers-module__CSNacW__container,.BestSellers-module__CSNacW__sliderOuter{padding:0 20px}.BestSellers-module__CSNacW__card{flex:0 0 220px}.BestSellers-module__CSNacW__imageWrap{height:280px}.BestSellers-module__CSNacW__arrow{width:36px;height:36px}}
.Testimonials-module__zBFpaq__section{background:#fde8ee;padding:80px 0 90px;position:relative;overflow:hidden}.Testimonials-module__zBFpaq__dots{opacity:.18;pointer-events:none;z-index:0;background-image:radial-gradient(circle,#f9a8b8 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0}.Testimonials-module__zBFpaq__container{z-index:1;width:100%;max-width:1280px;margin:0 auto;padding:0 48px;position:relative}.Testimonials-module__zBFpaq__header{text-align:center;margin-bottom:52px}.Testimonials-module__zBFpaq__eyebrow{font-family:var(--font-body,"DM Sans", sans-serif);letter-spacing:.18em;text-transform:uppercase;color:#e8627a;margin-bottom:12px;font-size:11px;font-weight:600}.Testimonials-module__zBFpaq__title{font-family:var(--font-display,"Cormorant Garamond", Georgia, serif);color:#1a0a0d;letter-spacing:-.02em;margin:0;font-size:clamp(36px,5vw,58px);font-weight:400;line-height:1.1}.Testimonials-module__zBFpaq__marqueeOuter{z-index:1;width:100%;position:relative;overflow:hidden}.Testimonials-module__zBFpaq__marqueeTrack{gap:20px;width:max-content;padding:8px 0 16px;animation:32s linear infinite Testimonials-module__zBFpaq__marqueeScroll;display:flex}.Testimonials-module__zBFpaq__marqueeOuter:hover .Testimonials-module__zBFpaq__marqueeTrack{animation-play-state:paused}@keyframes Testimonials-module__zBFpaq__marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.Testimonials-module__zBFpaq__fade{z-index:2;pointer-events:none;width:120px;position:absolute;top:0;bottom:0}.Testimonials-module__zBFpaq__fadeLeft{background:linear-gradient(90deg,#fde8ee,#0000);left:0}.Testimonials-module__zBFpaq__fadeRight{background:linear-gradient(270deg,#fde8ee,#0000);right:0}.Testimonials-module__zBFpaq__card{background:#fff;border-radius:20px;flex-direction:column;flex:0 0 380px;gap:20px;padding:28px 28px 32px;transition:box-shadow .3s,transform .3s;display:flex;box-shadow:0 4px 24px #e8627a14}.Testimonials-module__zBFpaq__card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #e8627a29}.Testimonials-module__zBFpaq__cardTop{align-items:center;gap:14px;display:flex}.Testimonials-module__zBFpaq__avatar{color:#fff;width:46px;height:46px;font-family:var(--font-body,"DM Sans", sans-serif);letter-spacing:0;background:#e8627a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;font-weight:600;display:flex}.Testimonials-module__zBFpaq__meta{flex-direction:column;gap:4px;display:flex}.Testimonials-module__zBFpaq__name{font-family:var(--font-body,"DM Sans", sans-serif);color:#1a0a0d;font-size:15px;font-weight:600;line-height:1}.Testimonials-module__zBFpaq__stars{gap:2px;display:flex}.Testimonials-module__zBFpaq__star{color:#e8627a;font-size:14px;line-height:1}.Testimonials-module__zBFpaq__text{font-family:var(--font-body,"DM Sans", sans-serif);color:#5c3d28;margin:0;font-size:14.5px;font-weight:300;line-height:1.75}@media (max-width:768px){.Testimonials-module__zBFpaq__section{padding:56px 0 64px}.Testimonials-module__zBFpaq__container{padding:0 20px}.Testimonials-module__zBFpaq__card{flex:0 0 300px;padding:22px 20px 26px}.Testimonials-module__zBFpaq__fade{width:60px}.Testimonials-module__zBFpaq__marqueeTrack{animation-duration:24s}}
.Footer-module__3hUVsW__footer{color:#fff;font-family:var(--font-body,"DM Sans", sans-serif);background:#1a0a0d}.Footer-module__3hUVsW__container{width:100%;max-width:1280px;margin:0 auto;padding:0 48px}.Footer-module__3hUVsW__topStrip{text-align:center;background:#e8627a;padding:12px 0}.Footer-module__3hUVsW__topStripText{color:#fff;letter-spacing:.03em;font-size:12.5px;font-weight:500}.Footer-module__3hUVsW__body{border-bottom:1px solid #ffffff12;padding:64px 0 56px}.Footer-module__3hUVsW__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;display:grid}.Footer-module__3hUVsW__brandCol{flex-direction:column;gap:0;display:flex}.Footer-module__3hUVsW__logo{align-items:baseline;gap:3px;margin-bottom:18px;text-decoration:none;display:inline-flex}.Footer-module__3hUVsW__logoMain{font-family:var(--font-display,"Cormorant Garamond", Georgia, serif);color:#fff;letter-spacing:-.03em;font-size:28px;font-weight:600;line-height:1}.Footer-module__3hUVsW__logoAccent{font-family:var(--font-display,"Cormorant Garamond", Georgia, serif);color:#e8627a;letter-spacing:.04em;margin-left:2px;font-size:13px;font-style:italic;font-weight:400}.Footer-module__3hUVsW__brandDesc{color:#ffffff80;max-width:280px;margin-bottom:24px;font-size:13.5px;font-weight:300;line-height:1.75}.Footer-module__3hUVsW__socials{gap:8px;margin-bottom:24px;display:flex}.Footer-module__3hUVsW__socialBtn{color:#ffffff8c;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;text-decoration:none;transition:border-color .2s,color .2s,background .2s;display:flex}.Footer-module__3hUVsW__socialBtn:hover{color:#e8627a;background:#e8627a1a;border-color:#e8627a}.Footer-module__3hUVsW__contactInfo{flex-direction:column;gap:10px;display:flex}.Footer-module__3hUVsW__contactLink{color:#ffffff73;align-items:center;gap:8px;font-size:13px;text-decoration:none;transition:color .2s;display:inline-flex}.Footer-module__3hUVsW__contactLink:hover{color:#e8627a}.Footer-module__3hUVsW__linkCol{flex-direction:column;display:flex}.Footer-module__3hUVsW__colTitle{font-family:var(--font-body,"DM Sans", sans-serif);letter-spacing:.14em;text-transform:uppercase;color:#ffffff59;margin-bottom:20px;font-size:11px;font-weight:600}.Footer-module__3hUVsW__linkList{flex-direction:column;gap:11px;list-style:none;display:flex}.Footer-module__3hUVsW__footerLink{color:#ffffff8c;font-size:13.5px;font-weight:300;text-decoration:none;transition:color .2s,padding-left .2s;display:inline-block}.Footer-module__3hUVsW__footerLink:hover{color:#e8627a;padding-left:4px}.Footer-module__3hUVsW__bottomBar{padding:22px 0}.Footer-module__3hUVsW__bottomInner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.Footer-module__3hUVsW__copy{color:#ffffff4d;font-size:12.5px;font-weight:300}.Footer-module__3hUVsW__payments{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.Footer-module__3hUVsW__payLabel{color:#ffffff4d;margin-right:4px;font-size:11px}.Footer-module__3hUVsW__payChip{color:#ffffff80;letter-spacing:.04em;text-transform:uppercase;border:1px solid #ffffff1a;border-radius:4px;padding:3px 8px;font-size:10px;font-weight:600}.Footer-module__3hUVsW__madeIn{color:#ffffff4d;font-size:12px;font-weight:300}@media (max-width:1024px){.Footer-module__3hUVsW__container{padding:0 32px}.Footer-module__3hUVsW__grid{grid-template-columns:1fr 1fr;gap:36px}.Footer-module__3hUVsW__brandCol{grid-column:span 2}}@media (max-width:768px){.Footer-module__3hUVsW__body{padding:48px 0 40px}.Footer-module__3hUVsW__container{padding:0 20px}.Footer-module__3hUVsW__grid{grid-template-columns:1fr 1fr;gap:28px}.Footer-module__3hUVsW__brandCol{grid-column:span 2}.Footer-module__3hUVsW__bottomInner{flex-direction:column;align-items:flex-start;gap:12px}}@media (max-width:480px){.Footer-module__3hUVsW__grid{grid-template-columns:1fr}.Footer-module__3hUVsW__brandCol{grid-column:span 1}.Footer-module__3hUVsW__topStripText{font-size:11px}}
.FeaturesStrip-module__sZMgbG__section{background:#fff;border-top:1px solid #f9e4e8;border-bottom:1px solid #f9e4e8;padding:32px 0}.FeaturesStrip-module__sZMgbG__container{justify-content:space-between;align-items:center;width:100%;max-width:1280px;margin:0 auto;padding:0 48px;display:flex;position:relative}.FeaturesStrip-module__sZMgbG__feature{flex:1;align-items:center;gap:14px;display:flex;position:relative}.FeaturesStrip-module__sZMgbG__iconWrap{background:#fee8ec;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:background .2s,transform .2s;display:flex}.FeaturesStrip-module__sZMgbG__feature:hover .FeaturesStrip-module__sZMgbG__iconWrap{background:#fccfd8;transform:scale(1.08)}.FeaturesStrip-module__sZMgbG__text{flex-direction:column;gap:3px;display:flex}.FeaturesStrip-module__sZMgbG__title{font-family:var(--font-body,"DM Sans", sans-serif);color:#1a0a0d;font-size:14px;font-weight:600;line-height:1.2}.FeaturesStrip-module__sZMgbG__desc{font-family:var(--font-body,"DM Sans", sans-serif);color:#b08a92;font-size:13px;font-weight:300;line-height:1.3}.FeaturesStrip-module__sZMgbG__divider{background:#f9e4e8;width:1px;height:36px;position:absolute;top:50%;right:0;transform:translateY(-50%)}@media (max-width:1024px){.FeaturesStrip-module__sZMgbG__container{gap:8px;padding:0 32px}}@media (max-width:768px){.FeaturesStrip-module__sZMgbG__section{padding:24px 0}.FeaturesStrip-module__sZMgbG__container{grid-template-columns:1fr 1fr;gap:20px;padding:0 20px;display:grid}.FeaturesStrip-module__sZMgbG__divider{display:none}.FeaturesStrip-module__sZMgbG__feature{flex:unset}}@media (max-width:400px){.FeaturesStrip-module__sZMgbG__container{grid-template-columns:1fr}}
.NewsletterSection-module__JKhpcW__section{background:#fde8ee;padding:88px 0 96px;position:relative;overflow:hidden}.NewsletterSection-module__JKhpcW__dots{opacity:.18;pointer-events:none;z-index:0;background-image:radial-gradient(circle,#f9a8b8 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0}.NewsletterSection-module__JKhpcW__container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:72px;width:100%;max-width:1280px;margin:0 auto;padding:0 64px;display:grid;position:relative}.NewsletterSection-module__JKhpcW__left{flex-direction:column;gap:0;display:flex}.NewsletterSection-module__JKhpcW__eyebrow{font-family:var(--font-body,"DM Sans", sans-serif);letter-spacing:.18em;text-transform:uppercase;color:#e8627a;margin-bottom:16px;font-size:11px;font-weight:600}.NewsletterSection-module__JKhpcW__title{font-family:var(--font-display,"Cormorant Garamond", Georgia, serif);letter-spacing:-.02em;color:#1a0a0d;margin-bottom:20px;font-size:clamp(36px,4.5vw,56px);font-weight:400;line-height:1.1}.NewsletterSection-module__JKhpcW__accent{color:#e8627a;font-style:italic;font-weight:300}.NewsletterSection-module__JKhpcW__desc{font-family:var(--font-body,"DM Sans", sans-serif);color:#7a5560;max-width:420px;margin-bottom:28px;font-size:15.5px;font-weight:300;line-height:1.8}.NewsletterSection-module__JKhpcW__perks{flex-direction:column;gap:12px;list-style:none;display:flex}.NewsletterSection-module__JKhpcW__perk{font-family:var(--font-body,"DM Sans", sans-serif);color:#5c3d28;align-items:center;gap:10px;font-size:14px;font-weight:400;display:flex}.NewsletterSection-module__JKhpcW__perkDot{color:#e8627a;flex-shrink:0;font-size:12px}.NewsletterSection-module__JKhpcW__right{justify-content:center;display:flex}.NewsletterSection-module__JKhpcW__formCard{background:#fff;border-radius:24px;width:100%;max-width:460px;padding:40px 36px;box-shadow:0 16px 56px #e8627a1f}.NewsletterSection-module__JKhpcW__formTitle{font-family:var(--font-display,"Cormorant Garamond", Georgia, serif);color:#1a0a0d;margin-bottom:6px;font-size:26px;font-weight:500;line-height:1.2}.NewsletterSection-module__JKhpcW__formSub{font-family:var(--font-body,"DM Sans", sans-serif);color:#b08a92;margin-bottom:28px;font-size:13px;font-weight:300}.NewsletterSection-module__JKhpcW__field{flex-direction:column;gap:6px;margin-bottom:18px;display:flex}.NewsletterSection-module__JKhpcW__label{font-family:var(--font-body,"DM Sans", sans-serif);color:#5c3d28;letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:500}.NewsletterSection-module__JKhpcW__input{width:100%;height:48px;font-family:var(--font-body,"DM Sans", sans-serif);color:#1a0a0d;background:#fffaf8;border:1.5px solid #f0dde0;border-radius:10px;outline:none;padding:0 16px;font-size:14px;transition:border-color .2s,box-shadow .2s}.NewsletterSection-module__JKhpcW__input::placeholder{color:#c4a8ac}.NewsletterSection-module__JKhpcW__input:focus{background:#fff;border-color:#e8627a;box-shadow:0 0 0 3px #e8627a1a}.NewsletterSection-module__JKhpcW__inputError{border-color:#e8627a}.NewsletterSection-module__JKhpcW__errorMsg{color:#e8627a;font-size:12px;font-weight:400}.NewsletterSection-module__JKhpcW__submitBtn{color:#fff;width:100%;height:52px;font-family:var(--font-body,"DM Sans", sans-serif);cursor:pointer;letter-spacing:.02em;background:#e8627a;border:none;border-radius:100px;justify-content:center;align-items:center;gap:10px;margin-top:8px;margin-bottom:16px;font-size:15px;font-weight:500;transition:background .2s,transform .15s,box-shadow .2s;display:flex;box-shadow:0 8px 28px #e8627a4d}.NewsletterSection-module__JKhpcW__submitBtn:hover{background:#c94d65;transform:translateY(-2px);box-shadow:0 12px 36px #e8627a66}.NewsletterSection-module__JKhpcW__privacy{color:#c4a8ac;text-align:center;font-size:12px;font-weight:300}.NewsletterSection-module__JKhpcW__success{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:16px 0;display:flex}.NewsletterSection-module__JKhpcW__successIcon{margin-bottom:4px;font-size:48px;line-height:1}.NewsletterSection-module__JKhpcW__successTitle{font-family:var(--font-display,"Cormorant Garamond", Georgia, serif);color:#1a0a0d;font-size:30px;font-weight:500}.NewsletterSection-module__JKhpcW__successText{font-family:var(--font-body,"DM Sans", sans-serif);color:#7a5560;max-width:300px;font-size:14px;font-weight:300;line-height:1.7}.NewsletterSection-module__JKhpcW__resetBtn{color:#e8627a;cursor:pointer;font-size:13px;font-weight:500;font-family:var(--font-body,"DM Sans", sans-serif);background:0 0;border:none;margin-top:8px;text-decoration:underline}@media (max-width:1024px){.NewsletterSection-module__JKhpcW__container{gap:48px;padding:0 40px}}@media (max-width:768px){.NewsletterSection-module__JKhpcW__section{padding:56px 0 64px}.NewsletterSection-module__JKhpcW__container{grid-template-columns:1fr;gap:40px;padding:0 24px}.NewsletterSection-module__JKhpcW__left{text-align:center;align-items:center}.NewsletterSection-module__JKhpcW__desc{text-align:center}.NewsletterSection-module__JKhpcW__perks{align-items:flex-start;width:100%}.NewsletterSection-module__JKhpcW__formCard{padding:28px 24px}}
