:root{
  --coral:#ff6f61;
  --peach:#ffa86b;
  --pink:#ff8da1;
  --teal:#6dc1b6;
  --cream:#fff6f0;
  --taupe:#eadcd0;
  --ink:#34302f;
  --muted:#77706e;
  --white:#fff;
  --border:#f0dfd5;
  --shadow:0 20px 60px rgba(91,64,51,.09);
  --radius:24px;
  --serif:'DM Serif Display', Georgia, serif;
  --sans:'Poppins', Arial, sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--sans);color:var(--ink);background:#fffdfb;font-size:15px;line-height:1.55}.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}a{color:inherit;text-decoration:none}button,input{font:inherit}img{max-width:100%;display:block}.announcement{height:28px;display:flex;align-items:center;justify-content:center;background:linear-gradient(90deg,#fff1ed,#ffe4e7,#fff2ea);color:#ee6b6e;font-size:12px;font-weight:500;letter-spacing:.1px}.site-header{background:rgba(255,255,255,.96);position:sticky;top:0;z-index:50;backdrop-filter:blur(12px);border-bottom:1px solid #f7ece6}.header-top{min-height:95px;display:grid;grid-template-columns:180px 1fr auto;gap:28px;align-items:center}.brand img{width:130px;height:72px;object-fit:contain}.search{height:48px;border:1px solid #eadbd2;border-radius:999px;display:flex;align-items:center;max-width:520px;width:100%;justify-self:center;background:#fff}.search input{border:0;outline:0;background:transparent;flex:1;padding:0 18px;color:var(--ink)}.search button{border:0;background:none;color:var(--coral);font-size:26px;padding:0 18px;cursor:pointer}.header-actions{display:flex;gap:14px}.icon-button{position:relative;border:0;background:none;cursor:pointer;color:#4d4745;font-size:16px;display:flex;align-items:center;gap:6px;white-space:nowrap}.icon-button span{font-size:12px}.icon-button b{position:absolute;right:-7px;top:-8px;background:var(--coral);color:#fff;border-radius:999px;min-width:18px;height:18px;font-size:10px;display:grid;place-items:center}.menu-toggle{display:none;border:0;background:none;font-size:27px}.main-nav{border-top:1px solid #f7ece6}.nav-inner{height:50px;display:flex;align-items:center;justify-content:center;gap:40px;font-size:13px}.main-nav a{position:relative}.main-nav a:hover,.main-nav a.active{color:var(--coral)}.main-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:-15px;height:2px;background:var(--coral)}
.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 20% 30%,#fff6f1 0 13%,transparent 13.2%),linear-gradient(100deg,#fff8f4 0%,#fff0e8 55%,#f9f5ee 100%)}.hero-grid{min-height:540px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:34px;position:relative;z-index:2}.hero-copy{padding:54px 0}.eyebrow{color:#5daea8;font-size:12px;letter-spacing:2px;font-weight:600}.hero h1{font-family:var(--serif);font-weight:400;line-height:1.02;margin:16px 0;font-size:clamp(45px,5vw,72px);color:#ef706c}.hero h1 span{color:#65aaa4}.hero-copy>p:not(.eyebrow){color:#716967;max-width:560px;font-size:16px}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;cursor:pointer;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.8px;padding:14px 26px;transition:.2s transform,.2s box-shadow}.btn:hover{transform:translateY(-2px);box-shadow:0 12px 25px rgba(255,111,97,.18)}.btn-primary{background:linear-gradient(135deg,var(--coral),#ff756a);color:#fff}.btn-teal{background:var(--teal);color:#fff}.btn-small{padding:11px 18px;font-size:10px}.btn-outline{border:1px solid var(--coral);color:var(--coral);background:white}.btn-full{width:100%}.hero-copy .btn{margin-top:22px}.hero-trust{display:flex;gap:26px;margin-top:36px}.hero-trust span{display:flex;align-items:center;gap:9px;color:var(--coral);font-size:23px}.hero-trust small{font-size:10px;color:#79706d;line-height:1.25}.hero-photo-wrap{width:100%;height:480px;position:relative;overflow:hidden;border-radius:0 0 0 90px;box-shadow:var(--shadow)}.hero-photo-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,246,240,.28),transparent 40%)}.hero-photo-wrap img{width:100%;height:100%;object-fit:cover}.floating-heart{position:absolute;color:var(--pink);font-size:36px;z-index:3}.floating-heart.h1{left:-16px;top:120px}.floating-heart.h2{right:20px;top:100px;color:var(--teal)}.floating-heart.h3{right:-5px;top:220px;color:#d8b9ae}.hero-decor{position:absolute;border-radius:50%;opacity:.45}.decor-a{width:240px;height:240px;background:#ffc5ae;right:-80px;bottom:-120px}.decor-b{width:180px;height:180px;background:#a7d8d1;left:-90px;bottom:-80px}
.value-strip{background:#fff;padding:26px 0;border-bottom:1px solid #f3e7e0}.value-grid{display:grid;grid-template-columns:repeat(4,1fr)}.value-grid>div{display:flex;gap:14px;align-items:center;justify-content:center;border-right:1px solid #eadfd8}.value-grid>div:last-child{border:0}.value-grid i{font-style:normal;color:var(--coral);font-size:30px}.value-grid div:nth-child(2) i{color:var(--teal)}.value-grid div:nth-child(3) i{color:var(--peach)}.value-grid p{margin:0;font-size:11px}.section{padding:64px 0}.section-heading{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:30px;color:var(--teal)}.section-heading h2{font-family:var(--serif);font-weight:400;font-size:31px;margin:0}.section-heading span{color:var(--pink)}.section-heading.stacked{flex-direction:column;gap:4px}.section-heading.stacked p{margin:0;color:#827976}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-grid-five{grid-template-columns:repeat(5,1fr)}.product-card{background:#fff;border:1px solid #f0e3dc;border-radius:16px;overflow:hidden;position:relative;transition:.25s;min-width:0}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-image{height:310px;background:#fffaf7;overflow:hidden;cursor:pointer}.product-image img{width:100%;height:100%;object-fit:cover;transition:.35s}.product-card:hover .product-image img{transform:scale(1.03)}.product-info{padding:14px 14px 18px}.product-info h3{font-size:13px;margin:0 0 6px;font-weight:500}.price{font-size:16px;font-weight:700;margin:0}.installment{font-size:9px;color:#8f8581}.badge{position:absolute;left:12px;top:12px;background:#fff0ef;color:var(--coral);font-size:9px;padding:4px 7px;border-radius:5px;z-index:2}.wish{position:absolute;right:12px;top:12px;width:32px;height:32px;border-radius:50%;border:1px solid #eaded7;background:#fff;z-index:2;display:grid;place-items:center;cursor:pointer}.wish.active{background:#fff1f3;color:#ef6680}.card-actions{display:flex;gap:8px;margin-top:12px}.card-actions button{flex:1;border:0;border-radius:999px;padding:9px 8px;font-size:9px;font-weight:700;cursor:pointer}.add-cart{background:var(--coral);color:#fff}.quick-view{background:#f5f7f6;color:#4d706e}
.categories-wrap{padding-top:18px}.category-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.category-card{height:265px;border-radius:20px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;align-items:center;padding-left:34px}.category-card div{z-index:2}.category-card h3{font-family:var(--serif);font-size:36px;margin:0 0 8px}.category-card p{font-size:13px;max-width:220px}.category-card img{height:100%;width:100%;object-fit:cover;mix-blend-mode:multiply}.girls{background:linear-gradient(135deg,#fff0ef,#fbe2da)}.girls h3{color:#ef706c}.boys{background:linear-gradient(135deg,#effaf8,#dff0ee)}.boys h3{color:#5da8a2}.service-bar{padding:8px 0 30px}.service-grid{border:1px solid #f0ddd5;border-radius:16px;padding:20px;display:grid;grid-template-columns:repeat(4,1fr)}.service-grid>div{display:flex;align-items:center;justify-content:center;gap:12px;border-right:1px solid #eee0d8}.service-grid>div:last-child{border:0}.service-grid b{font-size:24px;color:var(--coral)}.service-grid span{display:flex;flex-direction:column;font-size:11px}.service-grid small{font-size:9px;color:#827975}
.instagram-section{padding:60px 0 70px;text-align:center}.insta-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-bottom:26px}.insta-grid img{width:100%;aspect-ratio:1;border-radius:14px;object-fit:cover}.newsletter{padding-bottom:42px}.newsletter-inner{min-height:100px;border-radius:18px;background:linear-gradient(90deg,#e8f7f4,#fff,#ffe9e4);display:grid;grid-template-columns:1fr 1.1fr;gap:28px;align-items:center;padding:22px 36px}.newsletter-copy{display:flex;align-items:center;gap:15px}.newsletter-copy b{font-size:34px;color:var(--teal)}.newsletter-copy span{display:flex;flex-direction:column;color:#3e7b78}.newsletter-copy small{color:#817975;font-size:10px}.newsletter form{display:flex;background:white;border-radius:999px;padding:5px;border:1px solid #efe4dd}.newsletter input{flex:1;border:0;outline:0;padding:0 15px;background:transparent;font-size:11px}.newsletter .btn{padding:12px 25px}
.footer{background:#fff;border-top:1px solid #f1e2db}.footer-grid{display:grid;grid-template-columns:1.3fr repeat(4,1fr);gap:38px;padding:45px 0 35px}.footer-brand img{width:120px;height:65px;object-fit:contain}.footer h4{font-size:12px;margin:0 0 14px}.footer a,.footer p{display:block;margin:6px 0;color:#6f6865;font-size:10px}.socials{display:flex;gap:12px;margin-top:13px}.socials a{font-size:18px;color:var(--coral)}.payments{display:flex;flex-wrap:wrap;gap:5px}.payments span{padding:5px 7px;border:1px solid #e7ddd7;border-radius:5px;font-size:8px;background:#fff}.footer-bottom{background:linear-gradient(90deg,#fff2ee,#ffdfe3);padding:13px 0;font-size:9px;color:#8b7770}.footer-bottom .container{display:flex;justify-content:space-between}
.overlay{position:fixed;inset:0;background:rgba(38,30,27,.34);z-index:90;opacity:0;pointer-events:none;transition:.25s}.overlay.show{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;right:0;top:0;width:min(430px,100%);height:100dvh;background:#fff;z-index:100;transform:translateX(102%);transition:.3s;display:flex;flex-direction:column;box-shadow:-20px 0 50px rgba(0,0,0,.1)}.cart-drawer.open{transform:none}.cart-header{display:flex;align-items:center;justify-content:space-between;padding:22px;border-bottom:1px solid #eee}.cart-header h3{margin:0;font-family:var(--serif);font-size:25px}.cart-close,.modal-close{border:0;background:none;font-size:30px;cursor:pointer}.cart-items{padding:20px;overflow:auto;flex:1}.empty-cart{text-align:center;padding:80px 10px;color:#8c817d}.cart-item{display:grid;grid-template-columns:72px 1fr auto;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid #eee}.cart-item img{width:72px;height:82px;object-fit:cover;border-radius:10px}.cart-item h4{margin:0;font-size:12px}.cart-item small{color:#817875}.qty{display:flex;align-items:center;gap:7px;margin-top:6px}.qty button{width:24px;height:24px;border:1px solid #ddd;background:#fff;border-radius:50%;cursor:pointer}.remove{border:0;background:none;color:#d65e61;cursor:pointer}.cart-footer{border-top:1px solid #eee;padding:20px}.cart-total{display:flex;justify-content:space-between;margin-bottom:15px;font-size:16px}.cart-footer small{display:block;text-align:center;color:#9b908b;margin-top:9px;font-size:9px}.modal{position:fixed;z-index:110;left:50%;top:50%;transform:translate(-50%,-45%) scale(.97);width:min(880px,calc(100% - 32px));max-height:88dvh;overflow:auto;background:white;border-radius:24px;box-shadow:0 35px 100px rgba(0,0,0,.2);opacity:0;pointer-events:none;transition:.25s}.modal.show{opacity:1;pointer-events:auto;transform:translate(-50%,-50%) scale(1)}.modal-close{position:absolute;right:15px;top:12px;z-index:2}.modal-body{display:grid;grid-template-columns:1fr 1fr}.modal-body img{width:100%;height:570px;object-fit:cover;border-radius:24px 0 0 24px}.modal-copy{padding:55px 40px}.modal-copy h3{font-family:var(--serif);font-size:36px;margin:0 0 8px}.modal-copy .price{font-size:24px}.sizes{display:flex;gap:7px;margin:20px 0}.sizes button{width:42px;height:42px;border:1px solid #ddd;background:white;border-radius:10px;cursor:pointer}.sizes button.active{border-color:var(--coral);color:var(--coral);background:#fff5f3}.modal-copy p{color:#766d69;font-size:13px}.toast{position:fixed;left:50%;bottom:25px;transform:translate(-50%,20px);background:#2f6964;color:white;border-radius:999px;padding:11px 18px;font-size:11px;opacity:0;pointer-events:none;z-index:200;transition:.25s}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:1000px){.header-top{grid-template-columns:140px 1fr auto}.header-actions .icon-button span{display:none}.nav-inner{gap:22px}.hero-grid{grid-template-columns:1fr 1fr}.product-grid-five{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1.4fr repeat(2,1fr)}}
@media(max-width:780px){.announcement{font-size:9px;padding:0 10px;text-align:center}.site-header{position:relative}.header-top{min-height:80px;grid-template-columns:95px 1fr auto;gap:10px}.brand img{width:90px;height:56px}.search{height:42px}.header-actions{display:none}.menu-toggle{display:block}.main-nav{display:none}.main-nav.open{display:block}.nav-inner{height:auto;padding:14px 0 20px;flex-direction:column;align-items:flex-start;gap:10px}.main-nav a.active:after{display:none}.hero-grid{grid-template-columns:1fr;min-height:auto}.hero-copy{padding:44px 0 10px;text-align:center}.hero-copy>p:not(.eyebrow){margin-inline:auto}.hero h1{font-size:48px}.hero-trust{justify-content:center;flex-wrap:wrap}.hero-photo-wrap{height:390px;border-radius:40px 40px 0 0}.hero-visual{padding-bottom:0}.value-grid{grid-template-columns:1fr 1fr;gap:0}.value-grid>div{padding:15px 0;border-bottom:1px solid #eee}.product-grid,.product-grid-five{grid-template-columns:1fr 1fr}.product-image{height:260px}.category-grid{grid-template-columns:1fr}.service-grid{grid-template-columns:1fr 1fr;gap:18px}.service-grid>div{border-right:0}.insta-grid{grid-template-columns:repeat(3,1fr)}.insta-grid img:nth-child(n+4){display:none}.newsletter-inner{grid-template-columns:1fr;text-align:center}.newsletter-copy{justify-content:center}.footer-grid{grid-template-columns:1fr 1fr}.modal-body{grid-template-columns:1fr}.modal-body img{height:320px;border-radius:24px 24px 0 0}.modal-copy{padding:30px 24px}}
@media(max-width:520px){.container{width:min(100% - 24px,1180px)}.header-top{grid-template-columns:88px 1fr 40px}.search input{min-width:0;font-size:11px}.search button{padding:0 10px}.hero h1{font-size:40px}.eyebrow{font-size:10px}.hero-copy>p:not(.eyebrow){font-size:13px}.hero-photo-wrap{height:310px}.hero-trust{gap:12px}.value-grid{grid-template-columns:1fr 1fr}.value-grid>div{justify-content:flex-start;padding-left:10px}.section{padding:46px 0}.section-heading h2{font-size:26px}.product-grid,.product-grid-five{grid-template-columns:1fr 1fr;gap:10px}.product-image{height:210px}.product-info{padding:10px}.product-info h3{font-size:11px}.price{font-size:14px}.card-actions{flex-direction:column}.category-card{height:220px;padding-left:20px}.category-card h3{font-size:30px}.category-card p{font-size:11px}.service-grid{grid-template-columns:1fr 1fr;padding:14px}.insta-grid{gap:8px}.newsletter-inner{padding:24px 16px}.newsletter form{flex-direction:column;border:0;background:transparent;gap:8px}.newsletter input{height:44px;border:1px solid #eadfd9;border-radius:999px;background:#fff}.footer-grid{grid-template-columns:1fr}.footer-bottom .container{gap:10px;flex-direction:column}.modal-copy h3{font-size:29px}}
