:root{--rose: #C45E7A;--rose-dark: #8B3552;--rose-deep: #3D1520;--blush: #F2C4CE;--blush-light: #FDE8EE;--blush-pale: #FFF5F7;--cream: #FFFAF8;--text: #2A0F18;--text-muted: #8B6070;--white: #ffffff;--font-display: "Playfair Display", Georgia, serif;--font-body: "DM Sans", sans-serif;--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--radius-pill: 100px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background:var(--cream);color:var(--text);overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit}.announce-bar{background:var(--rose-deep);color:var(--blush-light);text-align:center;padding:10px 20px;font-size:12px;font-weight:500;letter-spacing:.06em}.announce-bar span{color:var(--blush);margin:0 8px}.site-nav{background:var(--blush-pale);border-bottom:1px solid var(--blush);display:flex;align-items:center;justify-content:space-between;padding:0 48px;height:72px;position:sticky;top:0;z-index:100}.nav-logo{font-family:var(--font-display);font-size:26px;color:var(--rose-deep);font-style:italic;letter-spacing:-.02em;text-decoration:none}.nav-logo sup{font-size:12px;font-style:normal;font-family:var(--font-body);font-weight:500;color:var(--rose);margin-left:2px;vertical-align:super}.nav-links{display:flex;gap:36px;list-style:none}.nav-links a{text-decoration:none;font-size:13px;font-weight:500;color:var(--text-muted);letter-spacing:.02em;transition:color .2s}.nav-links a:hover{color:var(--rose)}.nav-actions{display:flex;align-items:center;gap:20px}.nav-actions svg{width:20px;height:20px;stroke:var(--rose-deep);fill:none;stroke-width:1.8;cursor:pointer;transition:stroke .2s}.nav-actions svg:hover{stroke:var(--rose)}.nav-cart-btn{background:var(--rose);color:#fff;border:none;border-radius:var(--radius-pill);padding:9px 20px;font-size:12px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:6px;transition:background .2s;text-decoration:none}.nav-cart-btn:hover{background:var(--rose-dark)}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:88vh;background:var(--blush-pale);overflow:hidden;position:relative}.hero-left{display:flex;flex-direction:column;justify-content:center;padding:80px 64px;position:relative;z-index:1}.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:var(--blush);color:var(--rose-dark);font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:7px 16px;border-radius:var(--radius-pill);margin-bottom:28px;width:fit-content;animation:fadeUp .6s ease both}.hero-eyebrow:before{content:"\2726";font-size:10px}.hero h1{font-family:var(--font-display);font-size:clamp(44px,5vw,72px);font-weight:900;line-height:1.05;color:var(--rose-deep);margin-bottom:24px;animation:fadeUp .6s ease .1s both}.hero h1 em{font-style:italic;color:var(--rose)}.hero-sub{font-size:16px;color:var(--text-muted);line-height:1.7;max-width:400px;margin-bottom:40px;font-weight:400;animation:fadeUp .6s ease .2s both}.hero-btns{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:48px;animation:fadeUp .6s ease .3s both}.btn-primary{background:var(--rose);color:#fff;border:none;border-radius:var(--radius-pill);padding:15px 36px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;font-family:var(--font-body);text-decoration:none;display:inline-block}.btn-primary:hover{background:var(--rose-dark);transform:translateY(-1px)}.btn-ghost{background:transparent;color:var(--rose-deep);border:1.5px solid var(--blush);border-radius:var(--radius-pill);padding:15px 36px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;font-family:var(--font-body);text-decoration:none;display:inline-block}.btn-ghost:hover{border-color:var(--rose);color:var(--rose)}.hero-trust{display:flex;align-items:center;gap:24px;animation:fadeUp .6s ease .4s both}.trust-item{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text-muted);font-weight:500}.trust-item:before{content:"\2713";color:var(--rose);font-weight:700}.hero-right{position:relative;background:var(--blush-light);display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-blob{position:absolute;width:500px;height:500px;background:var(--blush);border-radius:60% 40% 55% 45%/50% 60% 40% 50%;opacity:.5;animation:blobFloat 8s ease-in-out infinite}.hero-product-showcase{position:relative;z-index:1;text-align:center;animation:fadeUp .8s ease .2s both}.hero-product-circle{width:280px;height:280px;background:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;box-shadow:0 20px 60px #c45e7a26;font-size:110px;overflow:hidden;animation:float 4s ease-in-out infinite}.hero-product-circle img{width:100%;height:100%;object-fit:cover}.hero-product-label{font-family:var(--font-display);font-size:18px;color:var(--rose-deep);font-style:italic;margin-bottom:8px}.hero-product-price{font-size:13px;color:var(--rose);font-weight:600}.hero-badge{position:absolute;top:80px;right:40px;background:var(--rose);color:#fff;border-radius:var(--radius-md);padding:12px 16px;font-size:11px;font-weight:700;text-align:center;line-height:1.4;animation:float 4s ease-in-out infinite .5s;box-shadow:0 8px 24px #c45e7a4d}.hero-badge span{display:block;font-size:18px;font-family:var(--font-display);margin-bottom:2px}.hero-badge-2{position:absolute;bottom:100px;left:30px;background:var(--white);color:var(--rose-deep);border:1px solid var(--blush);border-radius:var(--radius-md);padding:12px 16px;font-size:11px;font-weight:600;animation:float 4s ease-in-out infinite 1s;box-shadow:0 8px 24px #0000000f}.marquee-section{background:var(--rose);padding:14px 0;overflow:hidden;white-space:nowrap}.marquee-track{display:inline-flex;animation:marquee 20s linear infinite;gap:0}.marquee-item{display:inline-flex;align-items:center;gap:10px;color:#fff;font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:0 32px}.marquee-item:after{content:"\2726";opacity:.6}.section-header{text-align:center;padding:80px 24px 48px}.section-eyebrow{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--rose);margin-bottom:12px}.section-title{font-family:var(--font-display);font-size:clamp(32px,4vw,52px);font-weight:900;color:var(--rose-deep);line-height:1.1}.section-title em{font-style:italic;color:var(--rose)}.section-sub{font-size:15px;color:var(--text-muted);margin-top:14px;max-width:480px;margin-left:auto;margin-right:auto;line-height:1.6}.products-section{padding:0 48px 80px}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{background:var(--blush-pale);border-radius:var(--radius-lg);overflow:hidden;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;border:1px solid transparent;text-decoration:none;color:inherit;display:block}.product-card:hover{transform:translateY(-6px);box-shadow:0 24px 48px #c45e7a1f;border-color:var(--blush)}.product-img-wrap{background:var(--blush-light);height:200px;display:flex;align-items:center;justify-content:center;font-size:72px;position:relative;overflow:hidden}.product-img-wrap img{width:100%;height:100%;object-fit:cover}.product-tag{position:absolute;top:12px;left:12px;background:var(--rose);color:#fff;font-size:10px;font-weight:700;letter-spacing:.06em;padding:4px 10px;border-radius:var(--radius-pill);text-transform:uppercase;z-index:1}.product-wishlist{position:absolute;top:12px;right:12px;width:32px;height:32px;background:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:15px;cursor:pointer;box-shadow:0 2px 8px #00000014;z-index:1}.product-info{padding:18px}.product-stars{font-size:12px;color:var(--rose);margin-bottom:6px;letter-spacing:.04em}.product-stars span{color:var(--text-muted);font-size:11px;margin-left:4px}.product-name{font-size:14px;font-weight:600;color:var(--rose-deep);margin-bottom:6px;line-height:1.3}.product-desc{font-size:12px;color:var(--text-muted);line-height:1.5;margin-bottom:14px}.product-footer{display:flex;align-items:center;justify-content:space-between}.product-price{font-size:18px;font-weight:700;color:var(--rose-deep);font-family:var(--font-display)}.product-price-orig{font-size:12px;color:var(--text-muted);text-decoration:line-through;margin-left:6px;font-family:var(--font-body);font-weight:400}.add-to-cart{background:var(--rose-deep);color:#fff;border:none;border-radius:var(--radius-pill);padding:9px 18px;font-size:12px;font-weight:600;cursor:pointer;transition:background .2s;font-family:var(--font-body)}.add-to-cart:hover{background:var(--rose)}.featured-banner{margin:0 48px 80px;background:var(--rose-deep);border-radius:var(--radius-lg);padding:64px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:40px;overflow:hidden;position:relative}.featured-banner:before{content:"";position:absolute;width:400px;height:400px;background:var(--rose);border-radius:50%;right:-100px;top:-100px;opacity:.15}.featured-text{position:relative;z-index:1}.featured-tag{display:inline-block;background:var(--rose);color:#fff;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:6px 14px;border-radius:var(--radius-pill);margin-bottom:20px}.featured-title{font-family:var(--font-display);font-size:40px;font-weight:900;color:#fff;line-height:1.1;margin-bottom:16px}.featured-title em{font-style:italic;color:var(--blush)}.featured-desc{font-size:14px;color:#ffffffa6;line-height:1.7;margin-bottom:28px;max-width:360px}.featured-img{text-align:center;font-size:140px;filter:drop-shadow(0 20px 40px rgba(0,0,0,.3));animation:float 4s ease-in-out infinite;position:relative;z-index:1}.featured-img img{display:inline-block;max-height:320px;width:auto;border-radius:var(--radius-lg)}.featured-features{display:flex;gap:20px;flex-wrap:wrap;margin-bottom:28px}.feat-chip{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--blush-light);font-weight:500}.feat-chip:before{content:"\2713";color:var(--blush);font-weight:700}.btn-blush{background:var(--blush);color:var(--rose-deep)}.btn-blush:hover{background:var(--blush-light)}.features-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin:0 48px 80px;border:1px solid var(--blush);border-radius:var(--radius-lg);overflow:hidden}.feature-item{padding:32px 28px;text-align:center;border-right:1px solid var(--blush);background:var(--blush-pale)}.feature-item:last-child{border-right:none}.feature-icon{font-size:32px;margin-bottom:12px}.feature-title{font-size:14px;font-weight:700;color:var(--rose-deep);margin-bottom:6px}.feature-desc{font-size:12px;color:var(--text-muted);line-height:1.5}.testimonials-section{padding:0 48px 80px}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.testimonial-card{background:var(--blush-pale);border:1px solid var(--blush);border-radius:var(--radius-lg);padding:28px}.testimonial-stars{color:var(--rose);font-size:14px;margin-bottom:14px}.testimonial-text{font-size:14px;color:var(--text);line-height:1.7;margin-bottom:20px;font-style:italic;font-family:var(--font-display)}.testimonial-author{display:flex;align-items:center;gap:12px}.author-avatar{width:40px;height:40px;border-radius:50%;background:var(--blush);display:flex;align-items:center;justify-content:center;font-size:18px;overflow:hidden}.author-avatar img{width:100%;height:100%;object-fit:cover}.author-name{font-size:13px;font-weight:700;color:var(--rose-deep)}.author-sub{font-size:11px;color:var(--text-muted);margin-top:2px}.email-section{margin:0 48px 80px;background:var(--blush-light);border-radius:var(--radius-lg);padding:64px;text-align:center}.email-title{font-family:var(--font-display);font-size:36px;font-weight:900;color:var(--rose-deep);margin-bottom:12px}.email-title em{font-style:italic;color:var(--rose)}.email-sub{font-size:14px;color:var(--text-muted);margin-bottom:28px}.email-form{display:flex;gap:10px;max-width:420px;margin:0 auto}.email-input{flex:1;padding:14px 20px;border-radius:var(--radius-pill);border:1.5px solid var(--blush);background:var(--white);font-size:13px;color:var(--text);font-family:var(--font-body);outline:none;transition:border-color .2s}.email-input:focus{border-color:var(--rose)}.email-input::placeholder{color:var(--text-muted)}.email-submit{background:var(--rose);color:#fff;border:none;border-radius:var(--radius-pill);padding:14px 28px;font-size:13px;font-weight:600;cursor:pointer;font-family:var(--font-body);white-space:nowrap;transition:background .2s}.email-submit:hover{background:var(--rose-dark)}.email-note{font-size:11px;color:var(--text-muted);margin-top:12px}.site-footer{background:var(--rose-deep);color:#ffffffa6;padding:60px 48px 32px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}.footer-brand .footer-logo{font-family:var(--font-display);font-size:28px;color:#fff;font-style:italic;margin-bottom:14px}.footer-brand p{font-size:13px;line-height:1.7;max-width:280px}.footer-social{display:flex;gap:12px;margin-top:20px}.social-btn{width:36px;height:36px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;cursor:pointer;transition:background .2s;color:#fff;text-decoration:none}.social-btn:hover{background:var(--rose)}.footer-col h4{color:#fff;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:18px}.footer-col ul{list-style:none}.footer-col li{margin-bottom:10px}.footer-col a{color:#ffffff8c;text-decoration:none;font-size:13px;transition:color .2s}.footer-col a:hover{color:var(--blush)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:28px;display:flex;justify-content:space-between;align-items:center;font-size:12px}.footer-bottom-links{display:flex;gap:20px}.footer-bottom-links a{color:#fff6;text-decoration:none;transition:color .2s}.footer-bottom-links a:hover{color:var(--blush-light)}.page-wrap{max-width:1200px;margin:0 auto;padding:64px 48px 80px}.breadcrumb{font-size:12px;color:var(--text-muted);margin-bottom:28px}.breadcrumb a{text-decoration:none;color:var(--rose)}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}.product-gallery{background:var(--blush-light);border-radius:var(--radius-lg);overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:460px;font-size:140px}.product-gallery img{width:100%;height:100%;object-fit:cover}.product-thumbs{display:flex;gap:12px;margin-top:14px;flex-wrap:wrap}.product-thumb{width:72px;height:72px;border-radius:var(--radius-md);overflow:hidden;background:var(--blush-pale);border:1.5px solid var(--blush);cursor:pointer}.product-thumb img{width:100%;height:100%;object-fit:cover}.pdp-eyebrow{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--rose);margin-bottom:12px}.pdp-title{font-family:var(--font-display);font-size:clamp(32px,4vw,46px);font-weight:900;color:var(--rose-deep);line-height:1.1;margin-bottom:16px}.pdp-price-row{display:flex;align-items:baseline;gap:10px;margin-bottom:20px}.pdp-price{font-family:var(--font-display);font-size:30px;font-weight:700;color:var(--rose-deep)}.pdp-price-orig{font-size:16px;color:var(--text-muted);text-decoration:line-through}.pdp-stars{font-size:13px;color:var(--rose);margin-bottom:22px}.pdp-stars span{color:var(--text-muted);margin-left:6px}.pdp-desc{font-size:15px;color:var(--text-muted);line-height:1.7;margin-bottom:28px}.pdp-form{display:flex;flex-direction:column;gap:16px;max-width:420px}.pdp-variant-label{font-size:12px;font-weight:600;color:var(--rose-deep);margin-bottom:8px;display:block}.pdp-select{width:100%;padding:13px 16px;border-radius:var(--radius-md);border:1.5px solid var(--blush);background:var(--white);font-family:var(--font-body);font-size:14px;color:var(--text)}.pdp-add{background:var(--rose);color:#fff;border:none;border-radius:var(--radius-pill);padding:16px 36px;font-size:15px;font-weight:600;cursor:pointer;font-family:var(--font-body);transition:background .2s}.pdp-add:hover{background:var(--rose-dark)}.pdp-meta{display:flex;gap:22px;margin-top:8px;flex-wrap:wrap}.collection-head{text-align:center;padding:24px 24px 48px}.cart-layout{display:grid;grid-template-columns:1.6fr 1fr;gap:48px;align-items:start}.cart-line{display:grid;grid-template-columns:84px 1fr auto;gap:18px;align-items:center;padding:20px 0;border-bottom:1px solid var(--blush)}.cart-line-img{width:84px;height:84px;border-radius:var(--radius-md);background:var(--blush-light);overflow:hidden;display:flex;align-items:center;justify-content:center;font-size:36px}.cart-line-img img{width:100%;height:100%;object-fit:cover}.cart-line-title{font-weight:600;color:var(--rose-deep);font-size:15px;margin-bottom:4px}.cart-line-variant{font-size:12px;color:var(--text-muted)}.cart-qty{display:inline-flex;align-items:center;border:1.5px solid var(--blush);border-radius:var(--radius-pill);overflow:hidden;margin-top:8px}.cart-qty input{width:44px;text-align:center;border:none;background:transparent;font-family:var(--font-body);font-size:14px;padding:6px 0}.cart-line-price{font-family:var(--font-display);font-weight:700;color:var(--rose-deep);font-size:16px}.cart-summary{background:var(--blush-pale);border:1px solid var(--blush);border-radius:var(--radius-lg);padding:32px;position:sticky;top:96px}.cart-summary-row{display:flex;justify-content:space-between;font-size:14px;color:var(--text-muted);margin-bottom:14px}.cart-summary-total{display:flex;justify-content:space-between;font-family:var(--font-display);font-size:22px;font-weight:700;color:var(--rose-deep);padding-top:18px;border-top:1px solid var(--blush);margin-bottom:22px}.cart-empty{text-align:center;padding:80px 24px}@media(max-width:900px){.site-nav{padding:0 20px}.nav-links{display:none}.hero{grid-template-columns:1fr}.hero-right{min-height:420px}.hero-left{padding:56px 28px}.products-grid,.features-strip{grid-template-columns:repeat(2,1fr)}.feature-item:nth-child(2){border-right:none}.feature-item:nth-child(1),.feature-item:nth-child(2){border-bottom:1px solid var(--blush)}.testimonials-grid{grid-template-columns:1fr}.featured-banner{grid-template-columns:1fr;padding:40px 28px;margin:0 20px 56px}.featured-img{font-size:90px}.products-section,.testimonials-section{padding:0 20px 56px}.features-strip,.email-section{margin:0 20px 56px}.email-section{padding:44px 24px}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.product-layout{grid-template-columns:1fr;gap:32px}.cart-layout{grid-template-columns:1fr}.page-wrap{padding:40px 20px 64px}}@media(max-width:560px){.email-form{flex-direction:column}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:14px;text-align:center}}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes blobFloat{0%,to{border-radius:60% 40% 55% 45%/50% 60% 40% 50%}33%{border-radius:40% 60% 45% 55%/60% 40% 55%}66%{border-radius:55% 45% 60% 40%/40% 55% 45% 60%}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.fade-in{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.fade-in{opacity:1;transform:none}.hero-blob,.hero-product-circle,.hero-badge,.hero-badge-2,.featured-img,.marquee-track{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/base.css.map */
