*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--black: #1a1118;--off-black: #2d1f28;--white: #ffffff;--off-white: #fdf6f8;--blush: #f2b8c6;--blush-light: #fce8ee;--blush-mid: #e8849a;--blush-dark: #c45a76;--blush-deep: #8b2d47;--rose: #d4496b;--mid-gray: #9a8a8f;--border: #f0d8df;--font-display: "Playfair Display", serif;--font-body: "Inter", sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--white);color:var(--off-black);line-height:1.6;font-size:15px}.announce{background:var(--blush-deep);color:var(--blush-light);text-align:center;font-size:12px;font-weight:500;letter-spacing:.08em;padding:9px 16px}nav{position:sticky;top:0;z-index:100;background:var(--white);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 48px;height:64px}.nav-logo{font-family:var(--font-display);font-size:22px;font-weight:700;color:var(--black);text-decoration:none;font-style:italic}.nav-logo span{color:var(--blush-dark);font-style:normal}.nav-links{display:flex;gap:28px;list-style:none}.nav-links a{font-size:13px;font-weight:500;color:var(--off-black);text-decoration:none;transition:color .15s;letter-spacing:.02em}.nav-links a:hover{color:var(--blush-dark)}.nav-actions{display:flex;align-items:center;gap:10px}.btn-cart{background:var(--blush-deep);color:var(--white);border:none;padding:9px 20px;border-radius:30px;font-size:13px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;font-family:var(--font-body);transition:background .15s}.btn-cart:hover{background:var(--blush-dark)}.cart-count{background:var(--blush);color:var(--blush-deep);font-size:10px;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.hero{background:var(--blush-light);min-height:580px;display:grid;grid-template-columns:1fr 1fr;align-items:center;overflow:hidden;position:relative}.hero:before{content:"";position:absolute;top:-80px;right:-80px;width:500px;height:500px;background:radial-gradient(circle,rgba(242,184,198,.4) 0%,transparent 70%);pointer-events:none}.hero-content{padding:80px 60px 80px 80px;position:relative;z-index:2}.hero-eyebrow{font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--blush-dark);margin-bottom:16px}.hero-headline{font-family:var(--font-display);font-size:68px;font-weight:700;line-height:1;color:var(--black);margin-bottom:22px}.hero-headline em{font-style:italic;color:var(--blush-dark)}.hero-sub{font-size:15px;color:var(--mid-gray);line-height:1.7;max-width:360px;margin-bottom:32px}.hero-ctas{display:flex;gap:12px;flex-wrap:wrap}.btn-primary{background:var(--blush-deep);color:var(--white);padding:14px 28px;border-radius:30px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:background .15s}.btn-primary:hover{background:var(--blush-dark)}.btn-ghost{background:transparent;color:var(--blush-deep);border:1.5px solid var(--blush);padding:14px 28px;border-radius:30px;font-size:14px;font-weight:500;text-decoration:none;transition:all .15s}.btn-ghost:hover{background:var(--blush-light);border-color:var(--blush-mid)}.hero-stats{display:flex;gap:32px;margin-top:48px;padding-top:28px;border-top:1px solid var(--border)}.hero-stat-num{font-family:var(--font-display);font-size:28px;font-weight:700;color:var(--blush-deep);line-height:1}.hero-stat-label{font-size:12px;color:var(--mid-gray);margin-top:3px}.hero-visual{height:580px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero-cards{position:relative;z-index:2;display:flex;gap:16px;transform:rotate(-4deg)}.hero-card{background:var(--white);border:1px solid var(--border);border-radius:20px;width:160px;padding:18px;box-shadow:0 8px 32px #c45a761f}.hero-card:nth-child(2){margin-top:44px}.hero-card-img{height:110px;background:var(--blush-light);border-radius:12px;margin-bottom:12px;display:flex;align-items:center;justify-content:center;font-size:44px}.hero-card-name{font-size:11px;font-weight:600;color:var(--mid-gray);text-transform:uppercase;letter-spacing:.06em}.hero-card-price{font-size:15px;color:var(--blush-deep);font-weight:700;margin-top:4px;font-family:var(--font-display)}.trust-bar{background:var(--white);border-bottom:1px solid var(--border)}.trust-bar-inner{display:grid;grid-template-columns:repeat(4,1fr);max-width:1200px;margin:0 auto;padding:0 40px}.trust-item{display:flex;align-items:center;gap:12px;padding:20px 16px;border-right:1px solid var(--border)}.trust-item:last-child{border-right:none}.trust-icon{width:38px;height:38px;background:var(--blush-light);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:17px;flex-shrink:0}.trust-title{font-size:13px;font-weight:600;color:var(--black)}.trust-sub{font-size:12px;color:var(--mid-gray);margin-top:1px}.section-wrap{max-width:1200px;margin:0 auto;padding:80px 40px}.section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:40px}.section-eyebrow{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--blush-mid);margin-bottom:6px;font-weight:600}.section-title{font-family:var(--font-display);font-size:42px;font-weight:700;line-height:1.1;color:var(--black)}.section-title em{font-style:italic;color:var(--blush-dark)}.link-all{font-size:13px;font-weight:500;color:var(--blush-deep);text-decoration:none;border-bottom:1px solid var(--blush);padding-bottom:2px;white-space:nowrap}.link-all:hover{color:var(--blush-dark);border-color:var(--blush-dark)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{background:var(--white);border:1px solid var(--border);border-radius:20px;overflow:hidden;transition:transform .2s,box-shadow .2s;cursor:pointer}.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px #c45a7626}.product-img{position:relative;background:var(--blush-light);height:250px;display:flex;align-items:center;justify-content:center;font-size:70px;overflow:hidden}.sale-tag{position:absolute;top:12px;left:12px;background:var(--blush-deep);color:var(--white);font-size:11px;font-weight:600;padding:4px 10px;border-radius:99px}.new-tag{background:var(--blush-mid)}.wishlist{position:absolute;top:12px;right:12px;width:34px;height:34px;background:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:15px;border:1px solid var(--border);cursor:pointer}.product-info{padding:18px 20px 20px}.product-cat{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--blush-mid);font-weight:600;margin-bottom:4px}.product-name{font-size:15px;font-weight:600;color:var(--black);margin-bottom:6px;line-height:1.3;font-family:var(--font-display)}.product-desc{font-size:13px;color:var(--mid-gray);line-height:1.5;margin-bottom:10px}.stars{color:var(--blush-dark);font-size:13px;letter-spacing:-1px}.review-count{font-size:12px;color:var(--mid-gray)}.product-reviews{display:flex;align-items:center;gap:6px;margin-bottom:14px}.price-row{display:flex;align-items:center;justify-content:space-between}.price-group{display:flex;align-items:baseline;gap:7px}.price-now{font-size:20px;font-weight:700;color:var(--blush-deep);font-family:var(--font-display)}.price-was{font-size:13px;color:var(--mid-gray);text-decoration:line-through}.btn-add{background:var(--blush-deep);color:var(--white);border:none;padding:10px 18px;border-radius:30px;font-size:12px;font-weight:600;cursor:pointer;font-family:var(--font-body);transition:background .15s;white-space:nowrap}.btn-add:hover{background:var(--blush-dark)}.split{display:grid;grid-template-columns:1fr 1fr;min-height:500px}.split-media{background:var(--blush-deep);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;min-height:500px}.split-media-circle{position:absolute;width:400px;height:400px;border-radius:50%;background:#ffffff0d}.split-media-circle2{width:280px;height:280px;background:#ffffff12}.split-emoji{position:relative;z-index:2;font-size:90px}.split-content{padding:64px 68px;display:flex;flex-direction:column;justify-content:center;background:var(--off-white)}.split-features{margin-top:28px;display:flex;flex-direction:column;gap:18px}.feature-item{display:flex;gap:14px;align-items:flex-start}.feature-dot{width:28px;height:28px;background:var(--blush-light);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0;margin-top:1px;color:var(--blush-deep);font-weight:700;border:1px solid var(--border)}.feature-name{font-size:14px;font-weight:600;color:var(--black);margin-bottom:2px}.feature-desc{font-size:13px;color:var(--mid-gray);line-height:1.5}.reviews-bg{background:var(--blush-deep)}.reviews-inner{max-width:1200px;margin:0 auto;padding:80px 40px}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:40px}.review-card{background:#ffffff17;border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:26px}.review-stars{color:var(--blush);font-size:15px;margin-bottom:12px}.review-text{font-size:14px;color:#fffc;line-height:1.7;margin-bottom:18px;font-style:italic}.reviewer{display:flex;align-items:center;gap:10px}.reviewer-avatar{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0}.reviewer-name{font-size:13px;font-weight:600;color:#ffffffe6}.reviewer-loc{font-size:12px;color:#ffffff73}.email-section{background:var(--blush-light);padding:80px 40px;text-align:center;border-top:1px solid var(--border)}.email-title{font-family:var(--font-display);font-size:48px;font-weight:700;color:var(--blush-deep);line-height:1.1;margin-bottom:10px}.email-title em{font-style:italic}.email-sub{font-size:15px;color:var(--mid-gray);margin-bottom:28px}.email-form{display:flex;gap:8px;max-width:440px;margin:0 auto}.email-input{flex:1;padding:13px 18px;border:1.5px solid var(--border);border-radius:30px;font-size:14px;background:var(--white);font-family:var(--font-body);outline:none;transition:border-color .15s}.email-input:focus{border-color:var(--blush-mid)}.btn-subscribe{background:var(--blush-deep);color:var(--white);border:none;padding:13px 24px;border-radius:30px;font-size:13px;font-weight:600;cursor:pointer;font-family:var(--font-body);white-space:nowrap;transition:background .15s}.btn-subscribe:hover{background:var(--blush-dark)}footer{background:var(--off-black);padding:64px 40px 32px}.footer-inner{max-width:1200px;margin:0 auto}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}.footer-logo{font-family:var(--font-display);font-size:24px;font-weight:700;color:var(--white);margin-bottom:10px;font-style:italic}.footer-logo span{color:var(--blush);font-style:normal}.footer-tagline{font-size:13px;color:#ffffff59;line-height:1.7;margin-bottom:20px}.footer-social{display:flex;gap:8px}.social-btn{width:36px;height:36px;background:#f2b8c61a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:15px;text-decoration:none;border:1px solid rgba(242,184,198,.2);transition:background .15s}.social-btn:hover{background:#f2b8c633}.footer-col-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--blush);margin-bottom:16px}.footer-links{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-links a{font-size:13px;color:#fff6;text-decoration:none;transition:color .15s}.footer-links a:hover{color:var(--blush-light)}.footer-bottom{padding-top:24px;border-top:1px solid rgba(242,184,198,.15);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.footer-copy{font-size:12px;color:#ffffff40}.pay-icons{display:flex;gap:6px}.pay-badge{background:#f2b8c614;border:1px solid rgba(242,184,198,.15);border-radius:4px;padding:4px 8px;font-size:10px;font-weight:700;color:#ffffff59;letter-spacing:.04em}.cart-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#2d1f2880;z-index:999}.cart-overlay.open{display:block}.cart-drawer{position:fixed;top:0;right:-440px;width:420px;height:100vh;background:var(--white);z-index:1000;transition:right .3s ease;display:flex;flex-direction:column;box-shadow:-4px 0 40px #8b2d4726}.cart-drawer.open{right:0}.cart-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--border);background:var(--blush-light)}.cart-header h2{font-family:var(--font-display);font-size:22px;font-weight:700;color:var(--blush-deep);font-style:italic}.cart-close{background:none;border:none;font-size:20px;cursor:pointer;color:var(--blush-deep)}.cart-items{flex:1;overflow-y:auto;padding:20px 24px}.cart-empty{text-align:center;padding:60px 20px;color:var(--mid-gray)}.cart-empty-icon{font-size:48px;margin-bottom:12px}.cart-empty p{font-size:14px}.cart-item{display:flex;gap:14px;padding:14px 0;border-bottom:1px solid var(--border)}.cart-item-img{width:70px;height:70px;background:var(--blush-light);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:28px;flex-shrink:0}.cart-item-name{font-size:14px;font-weight:600;color:var(--black);margin-bottom:4px}.cart-item-price{font-size:13px;color:var(--mid-gray)}.cart-item-remove{font-size:11px;color:var(--rose);cursor:pointer;margin-top:6px;display:inline-block;border:none;background:none;font-family:var(--font-body);padding:0}.cart-footer-drawer{padding:20px 24px;border-top:1px solid var(--border)}.cart-total-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.cart-total-label{font-size:14px;color:var(--mid-gray)}.cart-total-price{font-size:20px;font-weight:700;color:var(--blush-deep);font-family:var(--font-display)}.btn-checkout{display:block;width:100%;background:var(--blush-deep);color:var(--white);border:none;padding:15px;border-radius:30px;font-size:15px;font-weight:600;cursor:pointer;font-family:var(--font-body);text-align:center;text-decoration:none;transition:background .15s}.btn-checkout:hover{background:var(--blush-dark)}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%) translateY(80px);background:var(--blush-deep);color:var(--white);padding:12px 24px;border-radius:30px;font-size:13px;font-weight:500;z-index:2000;transition:transform .3s ease;white-space:nowrap}.toast.show{transform:translate(-50%) translateY(0)}@media(max-width:960px){nav{padding:0 20px}.nav-links{display:none}.hero{grid-template-columns:1fr}.hero-visual{display:none}.hero-content{padding:60px 24px}.hero-headline{font-size:52px}.trust-bar-inner{grid-template-columns:1fr 1fr;padding:0 20px}.trust-item:nth-child(2){border-right:none}.section-wrap{padding:56px 20px}.product-grid{grid-template-columns:1fr 1fr}.split{grid-template-columns:1fr}.split-media{min-height:240px}.split-content{padding:40px 24px}.review-grid{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr 1fr;gap:32px}.cart-drawer{width:100vw;right:-100vw}}@media(max-width:540px){.hero-headline{font-size:40px}.trust-bar-inner{grid-template-columns:1fr}.trust-item{border-right:none}.product-grid{grid-template-columns:1fr}.email-form{flex-direction:column}.section-header{flex-direction:column;align-items:flex-start;gap:12px}.footer-top{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/theme.css.map */
