@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;500;600;700;800&display=swap');
:root{--ink:#182532;--muted:#6e7780;--line:#ece8e3;--blue:#169fd5;--pink:#ef6e9b;--cream:#fbf8f3}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:Vazirmatn,system-ui,sans-serif;padding-bottom:82px}
a{text-decoration:none;color:inherit}button{font:inherit;border:0;background:none}
.topbar{height:74px;display:grid;grid-template-columns:48px 1fr 48px;align-items:center;padding:8px 14px;position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);z-index:20;border-bottom:1px solid #f2f0ed}
.brand{justify-self:center;height:57px;max-width:180px;overflow:hidden;display:flex;align-items:center}.brand img{width:180px;height:67px;object-fit:contain;mix-blend-mode:multiply}
.icon-btn{width:44px;height:44px;border-radius:14px;font-size:22px;color:var(--ink);position:relative;cursor:pointer}.cart-btn span{position:absolute;top:1px;right:1px;background:var(--pink);color:#fff;border-radius:20px;font-size:10px;min-width:19px;height:19px;display:grid;place-items:center}
.mobile-menu{display:none;position:fixed;inset:74px 12px auto 12px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:10px;z-index:19;box-shadow:0 18px 40px #00000012}.mobile-menu.open{display:grid}.mobile-menu a{padding:13px;border-radius:12px}.mobile-menu a:hover{background:var(--cream)}
main{max-width:1050px;margin:auto}.hero{margin:10px 12px 0;min-height:380px;border-radius:30px;background:linear-gradient(120deg,#fbf5ec,#f7f1e8 45%,#e8f5fa);display:grid;grid-template-columns:1fr 1fr;overflow:hidden;position:relative}.hero-copy{padding:42px 30px 30px 22px;display:flex;flex-direction:column;justify-content:center;z-index:2}.eyebrow{font-size:12px;color:#69737b;letter-spacing:.2px}.hero h1{font-size:38px;line-height:1.45;margin:10px 0 8px;letter-spacing:-1px}.hero p{font-size:14px;line-height:2;color:#59636b;max-width:420px;margin:0 0 20px}.primary-btn{align-self:flex-start;background:var(--blue);color:#fff;border-radius:999px;padding:12px 20px;font-weight:700;box-shadow:0 8px 20px #169fd530}.primary-btn span{margin-right:7px}.hero-art{position:relative;min-height:100%}.circle{position:absolute;width:190px;height:280px;border-radius:110px 110px 35px 35px;bottom:-40px;display:flex;align-items:flex-start;justify-content:center;padding-top:22px;font-weight:800;color:#fff;font-size:14px;box-shadow:0 20px 45px #00000012}.girl{right:30px;background:linear-gradient(#e8cbb8,#f5d8cb);color:#6c5547}.boy{left:25px;background:linear-gradient(#a9c9db,#d8e7ec);color:#405766}
.section{padding:28px 14px 0}.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.section-head h2{font-size:20px;margin:0}.section-head a{font-size:12px;color:var(--blue)}
.categories{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;overflow-x:auto;padding-bottom:3px}.cat{min-width:135px;height:115px;border-radius:20px;padding:15px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}.cat:before{content:"";position:absolute;width:75px;height:75px;border-radius:50%;background:#fff8;top:-20px;left:-8px}.cat b{font-size:15px;position:relative}.cat span{font-size:10px;color:#59636b;margin-top:4px;position:relative}.pink{background:#fff0f5}.blue{background:#eaf6fb}.beige{background:#faf3e8}.lavender{background:#f2effa}.gold{background:#fff8df}.rose{background:#fff0ef}
.products{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.product{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff}.product-img{height:245px;position:relative;display:grid;place-items:center;overflow:hidden}.pink-bg{background:linear-gradient(145deg,#fff2f5,#f7e4df)}.navy-bg{background:linear-gradient(145deg,#e9eff3,#d7e0e7)}.sky-bg{background:linear-gradient(145deg,#eaf7fb,#d7e9ef)}.badge{position:absolute;top:10px;right:10px;background:var(--pink);color:#fff;border-radius:999px;padding:4px 8px;font-size:10px}.heart{position:absolute;top:8px;left:8px;width:35px;height:35px;background:#fff;border-radius:50%;font-size:22px;z-index:2;box-shadow:0 5px 15px #00000010;cursor:pointer}.dress-shape{width:120px;height:175px;background:#f29ab6;border-radius:12px 12px 28px 28px;clip-path:polygon(33% 0,67% 0,76% 20%,100% 34%,82% 100%,18% 100%,0 34%,24% 20%);box-shadow:0 10px 20px #b8798933}.suit-shape{width:125px;height:175px;background:#203e5e;clip-path:polygon(0 0,38% 0,50% 20%,62% 0,100% 0,85% 100%,15% 100%);box-shadow:0 12px 25px #203e5e30}.set-shape{width:155px;height:115px;border-radius:28px;background:#a7d5e8;box-shadow:0 12px 25px #638e9d2e}.product-info{padding:11px 12px 13px}.product-info h3{font-size:13px;margin:0 0 7px}.price{font-weight:800;font-size:15px;margin:0}.price small{font-weight:500;font-size:9px}.meta{display:flex;justify-content:space-between;color:#6f7780;font-size:10px;margin:7px 0}.add{width:100%;background:#f4f7f8;border-radius:11px;padding:8px;font-size:11px;font-weight:700;color:var(--ink);cursor:pointer}.add:hover{background:#eaf6fb}
.benefits{margin:28px 14px 0;padding:16px 8px;border-radius:22px;background:#eef8fc;display:grid;grid-template-columns:repeat(4,1fr);gap:5px}.benefits div{text-align:center;border-left:1px solid #c7dfe9;padding:4px 5px}.benefits div:last-child{border:0}.benefits span{display:block;font-size:20px}.benefits b{display:block;font-size:11px;margin-top:5px}.benefits small{display:block;color:#77828a;font-size:9px;margin-top:2px}
.about{margin:25px 14px;padding:25px;border-radius:24px;background:var(--cream);text-align:center}.about h2{font-size:22px;margin:8px 0}.about p{font-size:12px;line-height:2;color:#687178;max-width:650px;margin:auto}
.bottom-nav{position:fixed;bottom:0;left:0;right:0;height:74px;background:rgba(255,255,255,.97);backdrop-filter:blur(14px);border-top:1px solid var(--line);z-index:30;display:grid;grid-template-columns:repeat(5,1fr);padding-bottom:env(safe-area-inset-bottom)}.bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#69747c;font-size:10px}.bottom-nav span{font-size:22px;line-height:1}.bottom-nav .active{color:var(--blue);font-weight:700}
.toast{position:fixed;bottom:92px;left:50%;transform:translateX(-50%) translateY(20px);background:#182532;color:#fff;border-radius:999px;padding:10px 17px;font-size:11px;opacity:0;pointer-events:none;transition:.25s;z-index:50}.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}
@media(min-width:760px){.topbar{padding-inline:30px}.hero{margin-inline:30px}.section{padding-inline:30px}.benefits{margin-inline:30px}.about{margin-inline:30px}.bottom-nav{max-width:680px;left:50%;right:auto;transform:translateX(-50%);border:1px solid var(--line);border-bottom:0;border-radius:24px 24px 0 0}.circle{width:220px;height:320px}.hero h1{font-size:48px}}
@media(max-width:700px){.hero{grid-template-columns:1.15fr .85fr;min-height:390px}.hero-copy{padding:28px 15px}.hero h1{font-size:29px}.hero p{font-size:12px}.hero-art .circle{width:125px;height:220px}.girl{right:8px}.boy{left:-8px}.categories{grid-template-columns:repeat(6,135px)}.products{grid-template-columns:repeat(2,1fr)}.product-img{height:210px}.benefits{grid-template-columns:repeat(2,1fr);gap:10px}.benefits div:nth-child(2){border-left:0}.benefits div:nth-child(3){border-top:1px solid #c7dfe9;padding-top:12px}.benefits div:nth-child(4){border-top:1px solid #c7dfe9;padding-top:12px}}
@media(max-width:390px){.hero{min-height:365px}.hero h1{font-size:26px}.hero p{font-size:11px}.circle{transform:scale(.9);transform-origin:bottom}.products{gap:9px}.product-img{height:190px}}
