:root{--primary:#d91b75;--secondary:#7c2bd9;--accent:#ffb703;--ink:#18131d;--muted:#77717d;--soft:#fff6fb;--line:#eee7ee}
*{box-sizing:border-box}body{margin:0;font-family:"DM Sans",sans-serif;color:var(--ink);background:#fff}.top{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.top-inner,.nav-inner,.hero,.categories,.catalog,.brands,.footer-grid{max-width:1220px;margin:auto}.top-inner{height:78px;display:flex;align-items:center;gap:28px;padding:0 22px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--ink);font-weight:800;letter-spacing:-.5px;font-size:21px;white-space:nowrap}.brand img{width:40px;height:40px;object-fit:contain;border-radius:12px}.search{flex:1;display:flex;background:#f7f3f7;border-radius:18px;padding:5px}.search input{border:0;background:transparent;outline:0;padding:12px 15px;flex:1;font-size:14px}.search button{border:0;border-radius:14px;background:var(--ink);color:#fff;width:48px;font-size:20px}.head-actions{display:flex;align-items:center;gap:18px}.head-actions a{color:var(--ink);text-decoration:none;font-weight:600}.cart-open{border:0;background:var(--soft);padding:12px 15px;border-radius:14px;cursor:pointer}.cart-open b{background:var(--primary);color:#fff;border-radius:99px;padding:2px 7px;font-size:11px}.nav{background:#fff;border-bottom:1px solid var(--line)}.nav-inner{display:flex;gap:7px;overflow:auto;padding:10px 22px}.nav a{color:#625c66;text-decoration:none;padding:9px 12px;border-radius:10px;white-space:nowrap;font-size:13px}.nav a:hover{background:var(--soft);color:var(--primary)}
.hero{min-height:590px;padding:55px 22px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.eyebrow{font-size:11px;font-weight:800;letter-spacing:2px;color:var(--primary)}h1,h2{font-family:"Playfair Display",serif;letter-spacing:-1.5px}h1{font-size:74px;line-height:.94;margin:15px 0}h1 em{color:var(--primary);font-style:normal}h2{font-size:42px;margin:8px 0}.hero-copy>p{font-size:18px;color:var(--muted);max-width:520px;line-height:1.7}.hero-buttons{display:flex;gap:12px;margin:28px 0}.btn{display:inline-flex;text-decoration:none;border-radius:14px;padding:14px 21px;font-weight:800;align-items:center;justify-content:center;border:1px solid transparent}.btn.primary{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;box-shadow:0 14px 30px rgba(124,43,217,.2)}.btn.ghost{border-color:#ddd4df;color:var(--ink)}.btn.light{background:#fff;color:var(--primary)}.trust{display:flex;gap:16px;color:#746d76;font-size:12px;flex-wrap:wrap}.hero-card{height:500px;border-radius:38px;overflow:hidden;position:relative;box-shadow:0 25px 60px rgba(36,20,42,.16)}.hero-card img{width:100%;height:100%;object-fit:cover}.float-tag{position:absolute;bottom:22px;left:22px;background:#fff;padding:13px 17px;border-radius:14px;font-weight:800;box-shadow:0 10px 30px #0002}
.categories,.catalog{padding:75px 22px}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.section-head a{color:var(--primary);font-weight:800;text-decoration:none}.count{color:var(--muted);font-size:13px}.cat-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:12px}.cat-card{padding:21px 12px;border:1px solid var(--line);border-radius:20px;text-decoration:none;color:var(--ink);display:flex;flex-direction:column;gap:8px;transition:.2s;background:#fff}.cat-card:hover{transform:translateY(-4px);box-shadow:0 15px 35px #2a102008;border-color:#f1bfd9}.cat-card span{font-size:28px}.cat-card b{font-size:13px}.cat-card small{color:var(--muted);font-size:10px}.promo{margin:0 auto 35px;max-width:1176px;border-radius:28px;padding:36px 42px;background:linear-gradient(110deg,var(--primary),var(--secondary));color:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px}.promo h2{margin:5px 0;font-size:38px}.promo p{margin:0;opacity:.88}.promo .eyebrow{color:#ffe5f2}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff;transition:.2s}.product:hover{transform:translateY(-5px);box-shadow:0 18px 45px #2a10200d}.product-img{height:265px;position:relative;background:#f8f4f7}.product-img img{width:100%;height:100%;object-fit:cover}.badge{position:absolute;top:13px;left:13px;z-index:2;background:#fff;color:var(--primary);padding:7px 10px;border-radius:9px;font-size:10px;font-weight:900}.product-body{padding:17px}.product-body>small{color:var(--primary);font-size:10px;font-weight:800}.product h3{margin:7px 0;font-size:16px}.product p{font-size:12px;color:var(--muted);min-height:36px}.price{display:flex;gap:9px;align-items:center;margin:12px 0}.price strong{font-size:19px}.price del{font-size:12px;color:#aaa}.add{width:100%;border:0;background:var(--ink);color:#fff;padding:12px;border-radius:12px;font-weight:800;cursor:pointer}.add:hover{background:var(--primary)}.brands{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:35px 22px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:#8a818d}.brands span{font-size:10px;letter-spacing:1.5px}.brands b{font-size:12px}footer{background:#17121a;color:#fff;padding:55px 22px 22px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px}.footer-brand{font-family:"Playfair Display";font-size:32px}.footer-grid p{color:#aaa2ac;font-size:13px;line-height:1.7}.footer-grid h4{margin-top:0}.wa-link{color:#ffb3d7;text-decoration:none;font-weight:800}.copy{max-width:1220px;margin:45px auto 0;padding-top:18px;border-top:1px solid #332d35;color:#8d858e;font-size:11px}
.cart-drawer{position:fixed;right:-450px;top:0;width:min(440px,94vw);height:100vh;background:#fff;z-index:50;box-shadow:-20px 0 60px #0002;display:flex;flex-direction:column;transition:.3s}.cart-drawer.show{right:0}.overlay{position:fixed;inset:0;background:#0006;z-index:40;opacity:0;pointer-events:none;transition:.3s}.overlay.show{opacity:1;pointer-events:auto}.drawer-head{padding:22px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between}.drawer-head h3{margin:0}.drawer-head button{border:0;background:#f5f1f5;border-radius:9px;font-size:20px}.cart-drawer>#cartItems{padding:18px;overflow:auto;flex:1}.cart-row{display:grid;grid-template-columns:65px 1fr auto;gap:12px;margin-bottom:16px;align-items:start}.cart-row img{width:65px;height:65px;border-radius:12px;object-fit:cover}.cart-row b{font-size:13px}.cart-row small{display:block;color:var(--muted);margin:4px 0}.qty{display:flex;gap:10px;align-items:center;font-size:12px}.qty button{border:1px solid #ddd;background:#fff;border-radius:7px;width:25px;height:25px}.remove{border:0;background:transparent;font-size:20px;color:#999}.drawer-foot{padding:20px;border-top:1px solid var(--line)}.drawer-foot>div{display:flex;justify-content:space-between;margin-bottom:14px}.full{width:100%;border:0}.empty{text-align:center;color:#777;padding:60px 10px;line-height:2}
@media(max-width:900px){.hero{grid-template-columns:1fr;min-height:auto;padding-top:35px}.hero-visual{order:-1}.hero-card{height:360px}.cat-grid{grid-template-columns:repeat(4,1fr)}.products{grid-template-columns:repeat(2,1fr)}.brands{flex-wrap:wrap}.footer-grid{grid-template-columns:1fr 1fr}.head-actions a{display:none}}
@media(max-width:560px){.top-inner{gap:10px;height:68px}.brand span{font-size:16px}.search{order:3;position:absolute;top:74px;left:12px;right:12px}.nav{margin-top:52px}.hero{padding-top:25px}.hero h1{font-size:53px}.hero-card{height:320px}.categories,.catalog{padding:50px 16px}.cat-grid{grid-template-columns:repeat(2,1fr)}.products{grid-template-columns:1fr 1fr;gap:10px}.product-img{height:190px}.product-body{padding:12px}.product p{display:none}.product h3{font-size:13px}.price strong{font-size:15px}.promo{margin:0 16px 20px;padding:28px;display:block}.promo .btn{margin-top:20px}.footer-grid{grid-template-columns:1fr}.section-head h2{font-size:30px}}
