:root{--pink:#DE7C96;--pink2:#CB6984;--cream:#F8F4F1;--text:#2E2623;--muted:#7C7069;--card:#FFFFFF;--line:#EADFD8;--accent:#8B6B5C;--success:#3D8B5C}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:#fff}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.page-width{max-width:1210px;margin:auto;padding:0 26px}.topbar{height:34px;background:#f8f4f1;text-align:center;font-size:12px;display:flex;align-items:center;justify-content:center;color:#3c2b25}.header{height:78px;background:#fff;border-bottom:1px solid #eee;display:flex;align-items:center}.header__inner{display:flex;align-items:center;justify-content:space-between;gap:26px;width:100%}.logo{font-size:43px;font-weight:900;letter-spacing:-2px;color:var(--pink);line-height:1}.nav{display:flex;gap:34px;font-size:13px;font-weight:600}.icons{display:flex;align-items:center;gap:18px}.search{width:285px;border:1px solid #ddcfc7;border-radius:100px;padding:13px 18px;color:#999}.hero-wrap{position:relative;overflow:hidden;background:linear-gradient(90deg,#f8f4f1,#fffaf7 44%,#f8eade)}.hero-slide{display:none;min-height:650px;background-size:cover;background-position:center right}.hero-slide.active{display:block}.hero-grid{display:grid;grid-template-columns:44% 56%;min-height:650px;align-items:center}.hero-content{padding:64px 0 70px}.eyebrow{color:var(--pink);font-size:18px;font-weight:700;margin-bottom:18px}.hero h1{font-family:Cormorant Garamond,serif;font-size:58px;line-height:1.07;margin:0 0 22px;letter-spacing:-1px}.pink{color:var(--pink)}.hero p{font-size:16px;line-height:1.75;color:#7c7069;max-width:415px;margin:0 0 30px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:linear-gradient(135deg,var(--pink),#CB6984);color:#fff;font-weight:800;padding:16px 31px;border:0;box-shadow:0 10px 24px #de7c962e;cursor:pointer}.btn--outline{background:#fff;color:#161616;box-shadow:none;border:1px solid #edd6dc}.hero-actions{display:flex;gap:22px;align-items:center}.play{display:inline-flex;align-items:center;gap:10px;font-weight:700;font-size:13px}.play span{width:34px;height:34px;border:2px solid #f19aac;color:var(--pink);border-radius:50%;display:grid;place-items:center}.badges{display:flex;gap:38px;margin-top:42px}.badge{width:86px;text-align:center;font-size:12px;font-weight:700;line-height:1.2}.badge i{width:44px;height:44px;border:1px solid #ead9d4;background:#fff;border-radius:50%;display:grid;place-items:center;margin:0 auto 9px;color:var(--pink);font-style:normal;font-size:21px}.section{padding:32px 0}.section--soft{background:linear-gradient(180deg,#fff,#fff9f6)}.section-title{text-align:center;margin-bottom:24px}.section-title h2{font-family:Cormorant Garamond,serif;font-size:34px;line-height:1;margin:0 0 10px}.section-title p{margin:0;color:#7c7069}.category-row{display:grid;grid-template-columns:repeat(5,1fr);gap:22px}.cat-card{background:linear-gradient(180deg,#fff,#f8f4f1);border-radius:16px;padding:18px 16px 24px;text-align:center;box-shadow:0 1px #eadfdc;transition:.25s}.cat-card:hover,.product-card:hover,.line-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #734e3e1f}.cat-card img{width:100%;height:210px;object-fit:contain;margin:auto}.cat-card h3{font-family:Cormorant Garamond,serif;font-size:23px;line-height:1.05;margin:8px 0}.cat-card p{font-size:13px;color:#714c48;margin:0}.section-head{display:flex;justify-content:center;align-items:end;position:relative}.view-all{position:absolute;right:0;bottom:12px;border:1px solid var(--pink);color:var(--pink);border-radius:100px;padding:11px 22px;font-weight:700;font-size:12px}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-card{border:1px solid #eadfdc;border-radius:14px;overflow:hidden;background:#fff;transition:.25s;position:relative}.product-img{height:285px;background:#f8eee9;display:grid;place-items:center}.product-img img{width:100%;height:100%;object-fit:cover}.tag{position:absolute;top:12px;left:12px;background:var(--pink);color:#fff;padding:6px 10px;border-radius:7px;font-size:11px;font-weight:800}.product-info{padding:16px}.product-title{font-weight:800;font-size:15px;line-height:1.35;min-height:42px}.stars{color:#f8ad25;font-weight:800;margin:9px 0}.price{font-size:21px;font-weight:800}.compare{color:#777;text-decoration:line-through;margin-left:8px;font-size:14px}.cart-btn{margin-top:13px;width:100%;padding:13px;border:0;border-radius:6px;background:var(--pink);color:#fff;font-weight:800}.lines{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.line-card{height:270px;border-radius:14px;overflow:hidden;position:relative;background:#f7eee9;transition:.25s}.line-card img{width:100%;height:100%;object-fit:cover}.line-card__content{position:absolute;top:36px;left:30px}.line-card h3{font-size:30px;line-height:1;margin:0 0 8px}.line-card p{margin:0 0 17px}.mini-btn{display:inline-flex;border:1px solid #111;border-radius:100px;padding:9px 20px;font-weight:700;font-size:12px}.why-box{background:#f8f4f1;border-radius:15px;padding:36px 22px}.why-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px;text-align:center}.why-item i{width:58px;height:58px;border:1px solid #f1d4dd;background:#fff;border-radius:50%;display:grid;place-items:center;margin:0 auto 14px;color:var(--pink);font-style:normal;font-size:27px}.why-item h3{font-size:15px;line-height:1.2;margin:0 0 8px}.why-item p{font-size:12px;color:#7c7069;line-height:1.4;margin:0}.reviews-wrap{position:relative;background:#fff9f6;border-radius:16px;padding:32px 80px}.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:34px}.review{background:#fff;border:1px solid #eadfdc;border-radius:12px;padding:22px}.review p{font-size:14px;line-height:1.55}.person{display:flex;align-items:center;gap:10px;font-size:12px}.person img{width:38px;height:38px;border-radius:50%;object-fit:cover}.newsletter{background:#f8f4f1;border-radius:12px;padding:24px 34px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:34px}.newsletter h2{font-family:Cormorant Garamond,serif;margin:0;font-size:24px}.newsletter form{display:flex;justify-content:end}.newsletter input{width:430px;max-width:100%;border:1px solid #e5d7d2;border-radius:7px;padding:16px}.newsletter button{border:0;background:var(--pink);color:#fff;border-radius:7px;padding:0 28px;font-weight:800}.footer{border-top:1px solid #eee;padding:30px 0 15px;background:#fff}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1.4fr;gap:35px}.footer h4{margin:0 0 15px}.footer p,.footer li{font-size:13px;color:#7c7069;line-height:1.7}.footer ul{list-style:none;margin:0;padding:0}.copy{border-top:1px solid #eee;margin-top:22px;padding-top:13px;font-size:12px;color:#777;display:flex;justify-content:space-between}.product-hero{background:#f8f4f1;padding:35px 0}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}.product-main-img{background:#fff;border:1px solid #eee;border-radius:18px;padding:20px}.qty{padding:10px;border:1px solid #ddd;border-radius:8px;width:90px}.mobile-menu-btn{display:none}@media(max-width:900px){.topbar{font-size:10px}.header{height:66px}.nav,.search{display:none}.mobile-menu-btn{display:block;border:0;background:transparent;font-size:25px}.logo{font-size:34px}.page-width{padding:0 16px}.hero-slide{min-height:auto;background-position:62% center}.hero-grid{grid-template-columns:1fr;min-height:auto}.hero-content{padding:38px 0 410px}.eyebrow{font-size:14px}.hero h1{font-size:39px;max-width:330px}.hero p{font-size:14px;max-width:310px}.hero-actions{gap:12px;flex-wrap:wrap}.btn{padding:14px 22px}.badges{overflow-x:auto;gap:18px;padding-bottom:8px;margin-top:25px;scroll-snap-type:x mandatory}.badges::-webkit-scrollbar,.category-row::-webkit-scrollbar,.products::-webkit-scrollbar{display:none}.badge{min-width:76px}.category-row{display:flex;overflow-x:auto;gap:15px;padding:0 16px 10px;margin:0 -16px;scroll-snap-type:x mandatory}.cat-card{min-width:70vw;scroll-snap-align:start}.cat-card img{height:190px}.section-title h2{font-size:28px}.section-head{display:block}.view-all{position:static;display:inline-flex;margin:4px auto 16px}.products{display:flex;overflow-x:auto;gap:16px;padding:0 16px 14px;margin:0 -16px}.product-card{min-width:78vw}.product-img{height:260px}.lines{grid-template-columns:1fr}.line-card{height:230px}.why-grid{grid-template-columns:repeat(2,1fr)}.reviews-wrap{padding:22px 15px}.reviews{display:flex;overflow-x:auto;gap:16px}.review{min-width:82vw}.newsletter{grid-template-columns:1fr;padding:22px}.newsletter form{justify-content:stretch}.newsletter input{width:100%}.newsletter button{padding:0 16px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child,.footer-grid>div:last-child{grid-column:1/-1}.copy{display:block}.product-layout{grid-template-columns:1fr}.hero--compact .hero-content{padding-bottom:40px}}@media(max-width:520px){.hero-content{padding-bottom:360px}.hero h1{font-size:34px}.cat-card{min-width:62vw}.products .product-card{min-width:82vw}.footer-grid{grid-template-columns:1fr}.newsletter form{display:grid;grid-template-columns:1fr}.newsletter button{height:46px;margin-top:10px}.line-card__content{top:24px;left:22px}.line-card h3{font-size:25px}}html{scroll-behavior:smooth}body{overflow-x:hidden}.stunn-slider{scrollbar-color:#DE7C96 #fff1f5;scrollbar-width:thin}.stunn-slider::-webkit-scrollbar{height:7px}.stunn-slider::-webkit-scrollbar-track{background:#fff1f5}.stunn-slider::-webkit-scrollbar-thumb{background:#de7c96;border-radius:999px}.hero-slide{width:100%}.hero-slide{background-repeat:no-repeat}.product-page-title{font-family:Cormorant Garamond,serif;font-size:42px;margin:0 0 15px;line-height:1.08}.product-desc{line-height:1.7;color:#7c7069}.product-page-price{font-size:30px}.product-badges{gap:24px}.product-info-panel{padding-top:20px}@media(min-width:901px){.stunn-slider .hero-slide.active{display:block}.stunn-slider .hero-slide:not(.active){display:none}.hero-wrap,.hero-slide,.hero-grid{height:650px}.hero-slide{background-position:center right}.category-row{grid-template-columns:repeat(5,minmax(0,1fr))}.products{grid-template-columns:repeat(4,minmax(0,1fr))}.line-card{height:265px}}@media(max-width:900px){.stunn-slider{display:flex!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:0;background:#f8f4f1}.stunn-slider .hero-slide{display:block!important;min-width:100%!important;width:100%!important;scroll-snap-align:start;min-height:720px;background-size:cover;background-position:62% bottom!important;position:relative}.stunn-slider .hero-slide:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#fff8f4f5,#fff8f4e0 42%,#fff8f41f 72%,#fff8f400);pointer-events:none}.stunn-slider .page-width{position:relative;z-index:2}.hero-content{padding:34px 0 390px!important}.hero h1{font-size:40px!important;line-height:1.08}.hero p{line-height:1.58}.hero-actions{margin-top:20px}.badges{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:16px;margin-left:-2px}.badge{scroll-snap-align:start;flex:0 0 84px}.category-row{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.cat-card{flex:0 0 230px;min-width:230px!important}.products{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.product-card{flex:0 0 290px;min-width:290px!important}.reviews{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.review{flex:0 0 300px;min-width:300px!important}.lines{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:10px}.line-card{flex:0 0 82vw;min-width:82vw;height:230px}.category-row::-webkit-scrollbar,.products::-webkit-scrollbar,.reviews::-webkit-scrollbar,.lines::-webkit-scrollbar,.badges::-webkit-scrollbar{height:5px}.category-row::-webkit-scrollbar-thumb,.products::-webkit-scrollbar-thumb,.reviews::-webkit-scrollbar-thumb,.lines::-webkit-scrollbar-thumb,.badges::-webkit-scrollbar-thumb{background:#de7c96;border-radius:999px}.category-row::-webkit-scrollbar-track,.products::-webkit-scrollbar-track,.reviews::-webkit-scrollbar-track,.lines::-webkit-scrollbar-track,.badges::-webkit-scrollbar-track{background:#fff1f5}.product-layout{gap:26px}.product-page-title{font-size:34px}.product-main-img{padding:12px}.product-badges{margin-top:24px}}@media(max-width:520px){.topbar{height:30px;padding:0 8px}.header__inner{gap:12px}.icons{gap:11px}.hero-wrap{border-bottom:1px solid #f4e7e2}.stunn-slider .hero-slide{min-height:690px;background-size:auto 430px!important;background-position:center bottom!important}.hero-content{padding:28px 0 365px!important}.eyebrow{font-size:13px!important;margin-bottom:12px}.hero h1{font-size:33px!important;max-width:315px}.hero p{font-size:13px!important;max-width:300px}.hero-actions .btn{min-width:132px}.play{font-size:12px}.badges{margin-top:24px}.badge{font-size:11px;flex-basis:78px}.badge i{width:39px;height:39px}.section{padding:26px 0}.section-title{margin-bottom:18px}.cat-card{flex-basis:62vw;min-width:62vw!important;padding:14px 12px 20px;border-radius:15px}.cat-card img{height:165px}.cat-card h3{font-size:20px}.product-card{flex-basis:82vw;min-width:82vw!important}.product-img{height:245px}.why-box{padding:28px 12px}.why-grid{gap:14px}.newsletter{border-radius:10px}.product-page-title{font-size:30px}.qty{width:72px}.product-hero .btn{padding:13px 18px}}:root{--pink:#DE7C96;--pink2:#CB6984;--accent:#8B6B5C;--cream:#F8F4F1;--card:#FFFFFF;--line:#EADFD8;--text:#2E2623;--muted:#7C7069;--success:#3D8B5C}body{font-family:Inter,Arial,sans-serif;color:var(--text);background:var(--cream);font-size:16px;line-height:1.6}.header,.footer,.product-card,.review,.product-main-img{background:var(--card)}.logo{font-family:Cormorant Garamond,serif;color:var(--pink);font-weight:700;letter-spacing:-.045em}.hero h1,.section-title h2,.newsletter h2,.product-page-title,.cat-card h3{font-family:Cormorant Garamond,serif;color:var(--text);font-weight:600;letter-spacing:-.04em}.hero h1{font-size:56px;line-height:1.05}.eyebrow,.pink,.tag,.view-all{color:var(--pink)}.topbar{background:#f8f4f1;color:var(--text)}.header{border-bottom:1px solid var(--line)}.search{border-color:var(--line);border-radius:12px}.hero-wrap{background:linear-gradient(90deg,#f8f4f1,#fff 46%,#f8f4f1)}.hero p,.section-title p,.footer p,.footer li,.product-desc{color:var(--muted)}.btn,.cart-btn,.newsletter button{background:linear-gradient(135deg,var(--pink),var(--pink2));border-radius:999px;color:#fff;box-shadow:0 20px 40px #de7c961f}.btn:hover,.cart-btn:hover,.newsletter button:hover{background:linear-gradient(135deg,var(--pink2),var(--pink));transform:translateY(-1px)}.btn--outline,.mini-btn{background:transparent;border:1px solid var(--pink);color:var(--pink);border-radius:999px}.cat-card,.product-card,.line-card,.review,.why-box,.newsletter{border:1px solid var(--line);border-radius:24px;box-shadow:0 10px 30px #0000000f}.cat-card{background:linear-gradient(180deg,#fff,#f8f4f1)}.product-card{overflow:hidden}.product-img{background:#f8f4f1}.tag{background:var(--pink);color:#fff;border-radius:999px}.why-box,.reviews-wrap,.newsletter{background:#ffffffad}.why-item i,.badge i{border-color:var(--line);color:var(--pink);background:#fff}.line-card{border-radius:24px}.product-main-img{border-color:var(--line);border-radius:24px}.product-page-price,.price{color:var(--text)}.compare{color:var(--muted)}.copy{border-top-color:var(--line)}@media(max-width:900px){.hero h1{font-size:40px!important}.section-title h2{font-size:30px}.cat-card,.product-card,.review,.line-card{border-radius:24px}.search{border-radius:12px}}@media(max-width:520px){body{background:#fff}.hero h1{font-size:36px!important;line-height:1.05}.section-title h2{font-size:28px}.btn,.cart-btn{min-height:46px}.product-sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:99;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff;border-top:1px solid var(--line);padding:10px 14px;box-shadow:0 -15px 40px #00000014}.product-sticky-atc strong{font-family:Inter,sans-serif;color:var(--text)}.product-sticky-atc .btn{padding:12px 18px;font-size:12px}}:root{--stunn-primary:#DE7C96;--stunn-primary-hover:#CB6984;--stunn-accent:#8B6B5C;--stunn-bg:#F8F4F1;--stunn-surface:#FFFFFF;--stunn-border:#EADFD8;--stunn-text:#2E2623;--stunn-muted:#7C7069;--stunn-success:#3D8B5C}body,.nav,.search,.product-title,.stunn-product-subtitle,.cart-btn,.btn,.badge,.why-item,.footer,.newsletter input{font-family:Inter,Arial,sans-serif!important}.hero h1,.section-title h2,.cat-card h3,.newsletter h2,.product-page-title,.logo{font-family:Cormorant Garamond,Georgia,serif!important;font-weight:600!important;letter-spacing:-.04em!important}.hero h1{font-size:56px!important;line-height:1.05!important}.section-title h2{font-size:32px!important;line-height:1.2!important}.product-page-title{font-size:42px!important;line-height:1.08!important}.pink,.eyebrow{color:var(--stunn-primary)!important}.stunn-ds-product-card{border-radius:24px!important;background:var(--stunn-surface)!important;border:1px solid var(--stunn-border)!important;box-shadow:0 10px 30px #0000000f!important;padding:0;overflow:hidden;position:relative;transition:.25s ease!important}.stunn-ds-product-card:hover{transform:translateY(-5px);box-shadow:0 20px 44px #2e26231c!important}.stunn-ds-product-card .product-img{height:275px;background:linear-gradient(180deg,#fff7f4,#f8f4f1)!important;border-radius:20px;margin:12px 12px 0;overflow:hidden}.stunn-ds-product-card .product-img img{object-fit:cover;transition:.35s ease}.stunn-ds-product-card:hover .product-img img{transform:scale(1.035)}.stunn-ds-product-card .tag{top:15px;left:15px;background:var(--stunn-primary)!important;border-radius:999px;padding:6px 10px;font-size:10px;letter-spacing:.02em}.stunn-wishlist{position:absolute;right:18px;top:16px;z-index:2;width:28px;height:28px;border:0;background:#ffffffb8;border-radius:50%;color:var(--stunn-primary);font-size:17px;line-height:1;box-shadow:0 6px 18px #0000000d}.stunn-ds-product-card .product-info{padding:15px 16px 16px}.stunn-ds-product-card .product-title{min-height:auto;font-weight:700!important;color:var(--stunn-text);font-size:15px;line-height:1.35}.stunn-product-subtitle{font-size:12px;color:var(--stunn-muted);margin-top:3px}.stunn-ds-product-card .stars{font-size:14px;color:#f7a928;margin:8px 0 5px}.stunn-ds-product-card .stars span{color:var(--stunn-muted)!important;font-weight:500}.stunn-ds-product-card .price{font-size:18px;font-weight:800;color:var(--stunn-text)}.stunn-ds-product-card .compare{font-size:13px;color:var(--stunn-muted);text-decoration:line-through}.stunn-ds-product-card .cart-btn{height:42px;border-radius:8px!important;background:var(--stunn-primary)!important;box-shadow:0 15px 30px #de7c9629!important;font-size:12px;letter-spacing:.03em;margin-top:12px}.stunn-ds-product-card .cart-btn:hover{background:var(--stunn-primary-hover)!important}.stunn-product-page{background:var(--stunn-bg);padding:38px 0 70px}.stunn-product-layout{display:grid;grid-template-columns:1.04fr .96fr;gap:50px;align-items:start}.stunn-product-gallery,.stunn-product-info{background:#fff;border:1px solid var(--stunn-border);border-radius:28px;box-shadow:0 10px 30px #0000000f}.stunn-product-main-media{background:linear-gradient(180deg,#fff7f4,#f8f4f1);border-radius:24px;min-height:560px;display:grid;place-items:center;overflow:hidden}.stunn-product-main-media img{width:100%;height:100%;max-height:560px;object-fit:cover}.stunn-product-dots{display:flex;gap:7px;justify-content:center;margin:15px 0 2px}.stunn-product-dots span{width:8px;height:8px;border-radius:50%;background:#e2d0c8}.stunn-product-dots .active{background:#2e2623}.stunn-product-info{padding:36px}.stunn-rating span{color:#f7a928;letter-spacing:1px}.stunn-rating small{color:var(--stunn-muted);font-weight:600}.stunn-price-row{display:flex;align-items:center;gap:12px;margin:10px 0 16px}.stunn-product-form{margin-top:22px}.stunn-variant-group label{display:block;font-size:13px;font-weight:700;margin-bottom:9px;color:var(--stunn-text)}.stunn-pill{border:1px solid var(--stunn-border);background:#fff;border-radius:8px;min-width:72px;height:44px;padding:0 16px;color:var(--stunn-text);font-weight:700}.stunn-pill.active{border-color:var(--stunn-primary);color:var(--stunn-primary);box-shadow:0 0 0 2px #de7c9614}.stunn-form-row{display:flex;gap:12px;align-items:center;margin-top:20px}.stunn-form-row .btn{min-height:48px;padding:0 34px}.stunn-form-row .qty{height:48px;border-radius:12px;border-color:var(--stunn-border)}@media(max-width:900px){.stunn-product-layout{grid-template-columns:1fr;gap:20px}.stunn-product-page{padding:16px 0 90px;background:#fff}.stunn-product-gallery,.stunn-product-info{border-radius:0;border:0;box-shadow:none;padding:0;background:#fff}.stunn-product-main-media{border-radius:16px;min-height:0;aspect-ratio:1/1;background:#f8f4f1}.stunn-product-main-media img{max-height:none;height:100%;object-fit:cover}.stunn-product-info{padding:18px 0 0}.product-page-title{font-size:25px!important;letter-spacing:0!important;font-family:Inter,Arial,sans-serif!important;font-weight:700!important}.stunn-price-row{margin:6px 0 12px}.product-page-price{font-size:22px!important}.product-desc{font-size:14px;line-height:1.55}.stunn-product-form{margin-top:14px}.stunn-variant-pills{gap:8px}.stunn-pill{min-width:76px;height:42px}.stunn-form-row{display:none}.product-badges{display:none!important}.product-sticky-atc{display:flex!important;position:fixed;left:0;right:0;bottom:0;z-index:999;background:#fff;border-top:1px solid var(--stunn-border);padding:10px 14px;box-shadow:0 -15px 40px #00000014;align-items:center;justify-content:space-between}.product-sticky-atc strong{font-size:20px;color:var(--stunn-text)}.product-sticky-atc form{margin:0}.product-sticky-atc .btn{height:46px;min-width:170px;padding:0 18px;border-radius:8px!important;font-size:12px;letter-spacing:.04em}.products{scrollbar-width:none}.products::-webkit-scrollbar{display:none}.stunn-ds-product-card{min-width:78vw!important;border-radius:20px!important}.stunn-ds-product-card .product-img{height:240px;border-radius:16px}.hero h1{font-size:40px!important}.section-title h2{font-size:30px!important}}@media(max-width:520px){.stunn-product-main-media{aspect-ratio:1.05/1}.stunn-product-info{padding:16px 0 0}.product-page-title{font-size:22px!important}.stunn-ds-product-card{min-width:82vw!important}.stunn-ds-product-card .product-img{height:225px}.hero h1{font-size:36px!important}.section-title h2{font-size:28px!important}.product-sticky-atc{padding-bottom:calc(10px + env(safe-area-inset-bottom))}}:root{--stunn-primary:#DE7C96;--stunn-primary-hover:#CB6984;--stunn-accent:#8B6B5C;--stunn-bg:#F8F4F1;--stunn-surface:#FFFFFF;--stunn-border:#EADFD8;--stunn-text:#2E2623;--stunn-muted:#7C7069;--stunn-success:#3D8B5C;--stunn-radius-card:24px;--stunn-radius-img:20px;--stunn-shadow-card:0 10px 30px rgba(0,0,0,.06);--stunn-shadow-hover:0 18px 45px rgba(139,107,92,.13)}body{font-family:Inter,Arial,sans-serif;background:#fff;color:var(--stunn-text);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,.section-title h2,.hero h1,.product-page-title,.cat-card h3,.newsletter h2{font-family:Cormorant Garamond,serif!important;font-weight:600;color:var(--stunn-text);letter-spacing:-.025em}.hero h1{font-size:56px;line-height:1.05;letter-spacing:-.04em}.section-title h2{font-size:32px;line-height:1.2}p,.hero p,.section-title p,.product-desc{font-family:Inter,Arial,sans-serif;color:var(--stunn-muted)}.products{align-items:stretch}.product-card,.stunn-ds-product-card{background:var(--stunn-surface)!important;border:1px solid var(--stunn-border)!important;border-radius:var(--stunn-radius-card)!important;overflow:hidden!important;box-shadow:var(--stunn-shadow-card)!important;position:relative!important;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease!important}.product-card:hover,.stunn-ds-product-card:hover{transform:translateY(-5px);box-shadow:var(--stunn-shadow-hover)!important;border-color:#e6cfc8!important}.product-img{margin:10px 10px 0!important;border-radius:20px!important;height:265px!important;overflow:hidden!important;background:linear-gradient(145deg,#fff7f4,#f3e7e1)!important;display:grid!important;place-items:center!important}.product-img img{width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .35s ease!important}.product-card:hover .product-img img{transform:scale(1.035)}.product-info{padding:16px 16px 18px!important}.product-title{font-family:Inter,Arial,sans-serif!important;font-size:15px!important;line-height:1.32!important;font-weight:700!important;color:var(--stunn-text)!important;min-height:0!important;margin:0 0 3px!important}.stunn-product-subtitle{font-size:12px;color:var(--stunn-muted);margin:0 0 7px}.stars{font-size:14px!important;color:#f5a623!important;letter-spacing:.5px;margin:8px 0!important}.stars span{color:var(--stunn-muted)!important;font-weight:500!important;letter-spacing:0;font-size:12px}.price{font-family:Inter,Arial,sans-serif!important;font-size:20px!important;font-weight:800!important;color:var(--stunn-text)!important}.compare{font-size:13px!important;color:#9a8f89!important;text-decoration:line-through!important;margin-left:7px!important}.cart-btn,.btn{border-radius:999px!important;background:linear-gradient(135deg,var(--stunn-primary),var(--stunn-primary-hover))!important;color:#fff!important;box-shadow:0 20px 40px #de7c961f!important;min-height:44px;letter-spacing:.02em}.cart-btn{height:44px!important;border:0!important;font-size:12px!important;font-weight:800!important;text-transform:uppercase!important;margin-top:13px!important}.tag{top:18px!important;left:18px!important;border-radius:999px!important;background:var(--stunn-primary)!important;padding:5px 10px!important;font-size:10px!important;letter-spacing:.02em;z-index:3}.stunn-wishlist{position:absolute;top:18px;right:18px;width:30px;height:30px;border:0;background:#ffffffd9;border-radius:50%;color:var(--stunn-primary);z-index:3;box-shadow:0 4px 12px #0000000f}.main-collection .product-card{display:block}.stunn-product-page{background:#fff;padding:32px 0 80px}.stunn-product-layout{max-width:1120px}.stunn-product-gallery,.stunn-product-info{background:#fff;border:1px solid var(--stunn-border);border-radius:28px;box-shadow:0 10px 30px #0000000a}.stunn-product-gallery{padding:18px}.stunn-product-main-media{border-radius:24px!important;background:linear-gradient(145deg,#f8f4f1,#fff7f4)!important;overflow:hidden!important;min-height:520px;display:grid;place-items:center}.stunn-product-main-media img{width:100%;height:100%;object-fit:cover;border-radius:24px}.stunn-product-dots{display:flex;justify-content:center;gap:7px;margin-top:16px}.stunn-product-dots span{width:8px;height:8px;border-radius:50%;background:#d9c8c0;display:block}.stunn-product-dots span.active{background:#111}.stunn-product-info{padding:34px}.stunn-rating span{color:#f5a623;letter-spacing:.04em}.stunn-rating small{color:var(--stunn-muted);font-weight:600;margin-left:6px}.stunn-price-row{display:flex;align-items:center;gap:8px;margin:12px 0 16px}.product-page-price{font-size:28px!important;font-weight:800!important;color:var(--stunn-text)!important}.stunn-variant-group label{display:block;font-size:13px;font-weight:700;margin:16px 0 10px;color:var(--stunn-text)}.stunn-variant-pills{display:flex;gap:10px;flex-wrap:wrap}.stunn-pill{background:#fff;border:1px solid var(--stunn-border);border-radius:9px;min-width:76px;height:42px;font-weight:700;color:var(--stunn-text)}.stunn-pill.active{border-color:var(--stunn-primary);color:var(--stunn-primary);background:#fff7f9;box-shadow:0 0 0 2px #de7c9614}.product-sticky-atc{display:none}@media(max-width:900px){.page-width{padding-left:16px!important;padding-right:16px!important}.topbar{height:30px;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 10px}.header{height:58px;position:sticky;top:0;z-index:99;background:#fffffff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header__inner{gap:10px}.logo{font-size:28px!important;letter-spacing:-1px}.icons{gap:12px}.icons span{font-size:18px}.hero-wrap.stunn-slider{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;background:#fff}.hero-wrap.stunn-slider .hero-slide{display:block!important;min-width:100%!important;width:100%!important;scroll-snap-align:start!important;background-size:cover!important;background-position:62% center!important}.hero-wrap.stunn-slider .hero-slide:not(.active){display:block!important}.hero-grid{grid-template-columns:1fr!important;min-height:560px!important;align-items:start!important}.hero-content{padding:34px 0 300px!important;max-width:310px}.eyebrow{font-size:13px!important;margin-bottom:10px!important}.hero h1{font-size:34px!important;line-height:1.06!important;letter-spacing:-.035em!important;margin-bottom:14px!important}.hero p{font-size:13px!important;line-height:1.55!important;max-width:285px!important;margin-bottom:18px!important}.hero-actions{gap:10px!important}.hero-actions .btn{height:42px;min-height:42px;padding:0 20px!important;font-size:12px!important}.play{font-size:11px!important}.play span{width:30px!important;height:30px!important}.badges{gap:14px!important;overflow-x:auto!important;padding:0 2px 8px!important;margin-top:24px!important;scroll-snap-type:x mandatory}.badge{min-width:72px!important;font-size:10px!important;scroll-snap-align:start}.badge i{width:38px!important;height:38px!important;font-size:17px!important}.section{padding:24px 0!important}.section-title{margin-bottom:18px!important}.section-title h2{font-size:29px!important}.section-title p{font-size:13px!important}.category-row,.products,.reviews{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;gap:14px!important;padding:0 16px 12px!important;margin:0 -16px!important;scrollbar-width:none!important}.category-row::-webkit-scrollbar,.products::-webkit-scrollbar,.reviews::-webkit-scrollbar,.badges::-webkit-scrollbar,.hero-wrap.stunn-slider::-webkit-scrollbar{display:none!important}.cat-card{min-width:48vw!important;border-radius:20px!important;padding:12px 10px 16px!important;scroll-snap-align:start!important}.cat-card img{height:132px!important}.cat-card h3{font-size:20px!important;line-height:1.05!important}.cat-card p{font-size:11px!important}.products .product-card,.products .stunn-ds-product-card{min-width:78vw!important;max-width:78vw!important;border-radius:22px!important;scroll-snap-align:start!important}.product-img{height:260px!important;margin:9px 9px 0!important;border-radius:18px!important}.product-info{padding:14px!important}.product-title{font-size:15px!important}.cart-btn{height:44px!important;border-radius:8px!important}.section-head{display:block!important;text-align:center}.view-all{position:static!important;margin:0 auto 16px!important;display:inline-flex!important}.lines{display:flex!important;overflow-x:auto!important;gap:14px!important;padding:0 16px 12px!important;margin:0 -16px!important;scroll-snap-type:x mandatory}.line-card{min-width:84vw!important;height:220px!important;scroll-snap-align:start}.why-box{border-radius:22px!important;padding:26px 14px!important}.why-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:20px 12px!important}.reviews-wrap{border-radius:22px!important;padding:24px 0!important}.review{min-width:82vw!important;border-radius:18px!important}.newsletter{border-radius:18px!important;gap:16px!important}.footer-grid{gap:24px!important}.stunn-product-page{padding:12px 0 86px!important;background:#fff!important}.stunn-product-layout{display:block!important;max-width:430px!important;margin:0 auto!important;padding:0 14px!important}.stunn-product-gallery,.stunn-product-info{border:0!important;box-shadow:none!important;border-radius:0!important;padding:0!important;background:#fff!important}.stunn-product-main-media{aspect-ratio:1/1!important;min-height:0!important;border-radius:16px!important;background:#f8f4f1!important}.stunn-product-main-media img{border-radius:16px!important;object-fit:cover!important}.stunn-product-dots{margin:13px 0 18px!important;gap:6px!important}.stunn-product-dots span{width:7px;height:7px}.stunn-product-dots span.active{width:8px;height:8px;background:#111}.stunn-product-info{padding:0!important}.stunn-product-info .eyebrow{display:none!important}.product-page-title{font-family:Inter,Arial,sans-serif!important;font-size:22px!important;line-height:1.22!important;font-weight:700!important;letter-spacing:-.01em!important;margin:0 0 8px!important}.stunn-rating{font-size:14px!important;margin-bottom:8px!important}.stunn-rating small{font-size:13px!important}.stunn-price-row{margin:6px 0 14px!important}.product-page-price{font-size:22px!important;font-weight:800!important}.compare{font-size:14px!important}.product-desc{display:none!important}.stunn-variant-group label{font-size:13px!important;margin:12px 0 9px!important}.stunn-pill{height:42px!important;min-width:76px!important;border-radius:8px!important;background:#fff!important}.stunn-form-row,.product-badges{display:none!important}.product-sticky-atc{display:flex!important;position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:9999!important;background:#fff!important;border-top:1px solid var(--stunn-border)!important;padding:10px 14px calc(10px + env(safe-area-inset-bottom))!important;box-shadow:0 -15px 40px #00000014!important;align-items:center!important;justify-content:space-between!important;gap:14px!important}.product-sticky-atc strong{font-size:21px!important;font-weight:800!important;color:var(--stunn-text)!important;white-space:nowrap!important}.product-sticky-atc form{flex:1!important;margin:0!important}.product-sticky-atc .btn{width:100%!important;height:48px!important;min-height:48px!important;border-radius:9px!important;padding:0 18px!important;font-size:12px!important;text-transform:uppercase!important;letter-spacing:.06em!important}}@media(max-width:520px){.hero-grid{min-height:540px!important}.hero-content{padding-bottom:285px!important}.hero h1{font-size:32px!important}.hero p{font-size:12.5px!important}.cat-card{min-width:58vw!important}.cat-card img{height:145px!important}.products .product-card,.products .stunn-ds-product-card{min-width:84vw!important;max-width:84vw!important}.product-img{height:238px!important}.line-card{min-width:86vw!important;height:205px!important}.stunn-product-layout{padding:0 12px!important}}@media(min-width:901px){.products{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:24px!important}.product-card,.stunn-ds-product-card{border-radius:18px!important}.product-img{height:285px!important}.stunn-best-section .product-card{border-radius:18px!important}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/stunn-theme.css.map */
