*{box-sizing:border-box}body{margin:0;font-family:Arial,sans-serif;background:#f6f1f4;color:#111}button,input,textarea,select{font:inherit}img{max-width:100%}.app-shell{min-height:100vh;background:#f6f1f4;color:#111}.container{max-width:1320px;margin:0 auto;padding:0 20px}.site-header{position:sticky;top:0;z-index:50;background:#fffffff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e7dde2}.header-inner{max-width:1320px;margin:0 auto;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:14px;cursor:pointer}.brand-icon{width:46px;height:46px;border-radius:14px;background:#161616;color:#fff;display:grid;place-items:center;font-weight:800;font-size:24px}.brand h1{margin:0;font-size:24px;line-height:1}.brand p{margin:4px 0 0;color:#7b7277;font-size:14px}.main-nav{display:flex;gap:16px;flex-wrap:wrap}.main-nav button{background:transparent;border:none;color:#111;font-weight:600;cursor:pointer;font-size:16px}.header-actions{display:flex;gap:10px}.counter-box{min-width:52px;height:42px;padding:0 14px;border-radius:14px;background:#111;color:#fff;display:grid;place-items:center;font-weight:700}.hero{padding:28px 0 8px}.hero-grid{display:grid;grid-template-columns:1fr .95fr;gap:24px;align-items:center}.hero-badge{display:inline-block;padding:10px 18px;border-radius:999px;background:#f4dbe3;color:#ca2f6d;font-weight:700;margin-bottom:20px}.hero h2{margin:0;font-size:72px;line-height:.98}.hero p{color:#4d4d56;font-size:20px;line-height:1.7;max-width:680px}.hero-buttons{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.btn-dark{background:#111;color:#fff;border:none;border-radius:16px;padding:16px 24px;font-weight:700;cursor:pointer}.btn-light{background:#fff;color:#111;border:1px solid #dad0d5;border-radius:16px;padding:16px 24px;font-weight:700;cursor:pointer}.hero-image{width:100%;height:580px;object-fit:cover;border-radius:28px;display:block}.section{padding:24px 0 40px}.section-title{font-size:28px;margin:0 0 18px}.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin-top:18px}.category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;margin-top:24px}.category-card{position:relative;border-radius:30px;overflow:hidden;cursor:pointer;height:320px;background:#fff;border:1px solid #eadfe4;box-shadow:0 14px 34px #14141412;transition:transform .35s ease,box-shadow .35s ease}.category-card:hover{transform:translateY(-8px) scale(1.01);box-shadow:0 24px 48px #1414141f}.category-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}.category-card:hover .category-image{transform:scale(1.06)}.category-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000a6,#0000002e 45%,#00000005);display:flex;align-items:flex-end;padding:24px}.category-overlay h4{margin:0;color:#fff;font-size:32px;font-weight:800;line-height:1.1;max-width:85%;text-shadow:0 4px 12px rgba(0,0,0,.35)}.toolbar{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:20px}.filter-row{display:flex;gap:10px;flex-wrap:wrap}.filter-btn{padding:10px 18px;border:none;border-radius:14px;background:#fff;color:#111;font-weight:700;cursor:pointer;border:1px solid #e5d8de}.filter-btn.active{background:#111;color:#fff}.layout-grid{display:grid;grid-template-columns:2fr 1fr;gap:24px;align-items:start}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;align-items:start}.product-card{background:#fff;border-radius:24px;overflow:hidden;border:1px solid #eadfe4;box-shadow:0 8px 24px #1414140a;transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px #14141414}.product-image{width:100%;height:280px;object-fit:cover;display:block}.product-body{padding:18px}.product-category{color:#ca2f6d;font-weight:700;margin:0 0 8px;font-size:14px}.product-title{margin:0 0 10px;font-size:18px;line-height:1.3}.product-desc{margin:0 0 14px;color:#66606a;font-size:14px;line-height:1.5}.product-price{font-size:17px;font-weight:800;margin-bottom:6px}.product-stock{color:#66606a;margin-bottom:14px;font-size:14px}.product-actions{display:flex;gap:10px;flex-wrap:wrap}.btn-add{background:#111;color:#fff;border:none;border-radius:14px;padding:11px 16px;font-weight:700;cursor:pointer}.btn-wish{background:#f9dbe5;color:#ca2f6d;border:none;border-radius:14px;padding:11px 16px;font-weight:700;cursor:pointer}.side-card{background:#fff;border:1px solid #eadfe4;border-radius:24px;padding:20px;margin-bottom:20px}.side-card h3{margin-top:0;font-size:22px}.cart-item{border:1px solid #f0e4ea;border-radius:18px;padding:14px;margin-bottom:12px}.cart-item p{margin:0 0 8px}.cart-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.mini-btn{border:none;border-radius:12px;padding:10px 12px;cursor:pointer;font-weight:700}.mini-btn.dark{background:#111;color:#fff}.mini-btn.light{background:#f4dbe3;color:#ca2f6d}.mini-btn.red{background:#ffd9df;color:#d11b47}.field,.textarea,.select{width:100%;padding:14px 16px;border:1px solid #e4d7dd;border-radius:16px;background:#fff;outline:none;margin-bottom:12px}.textarea{min-height:110px;resize:vertical}.admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.admin-stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:24px}.admin-stat{background:#111;color:#fff;border-radius:24px;padding:24px}.whatsapp-float{position:fixed;right:24px;bottom:24px;background:#25d366;color:#fff;border:none;border-radius:999px;padding:16px 24px;font-weight:800;cursor:pointer;box-shadow:0 12px 24px #25d36640}.footer{border-top:1px solid #e8dde2;padding:24px 0 36px;color:#6e6870}@media(max-width:1200px){.category-grid,.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1100px){.hero-grid,.layout-grid,.admin-grid{grid-template-columns:1fr}.hero h2{font-size:48px}}@media(max-width:900px){.category-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-stat-row{grid-template-columns:1fr}}@media(max-width:800px){.header-inner{flex-direction:column;align-items:stretch}.main-nav,.header-actions{justify-content:center}}@media(max-width:600px){.category-grid,.product-grid{grid-template-columns:1fr}.category-card{height:220px}.product-image{height:240px}.hero h2{font-size:38px}.hero-image{height:360px}}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;align-items:start}.product-card{background:#fff;border-radius:28px;overflow:hidden;border:1px solid #eadfe4;box-shadow:0 12px 28px #1414140f;transition:transform .25s ease,box-shadow .25s ease}.product-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #1414141a}.product-image{width:100%;height:360px;object-fit:cover;display:block}.product-body{padding:22px}.product-category{color:#ca2f6d;font-weight:700;margin:0 0 8px;font-size:14px;text-transform:uppercase;letter-spacing:.4px}.product-title{margin:0 0 10px;font-size:28px;line-height:1.2;color:#111}.product-desc{margin:0 0 16px;color:#66606a;font-size:16px;line-height:1.6}.product-price{font-size:28px;font-weight:800;margin-bottom:8px;color:#111}.product-stock{color:#66606a;margin-bottom:18px;font-size:16px}.btn-add{background:#111;color:#fff;border:none;border-radius:16px;padding:13px 18px;font-weight:700;cursor:pointer}.btn-wish{background:#f9dbe5;color:#ca2f6d;border:none;border-radius:16px;padding:13px 18px;font-weight:700;cursor:pointer}@media(max-width:1200px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.footer-grid{grid-template-columns:1fr}}@media(max-width:600px){.product-grid{grid-template-columns:1fr}.product-image{height:260px}.product-title,.product-price{font-size:22px}}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;margin-top:20px}.product-card{cursor:pointer;border-radius:24px;overflow:hidden;background:#fff;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 10px 28px #0000000f}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 44px #0000001f}.product-image-wrapper{position:relative;height:360px;overflow:hidden}.product-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.product-card:hover .product-image{transform:scale(1.08)}.overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#00000094,#00000014);display:flex;align-items:flex-end;justify-content:center;padding-bottom:24px;opacity:0;transition:opacity .3s ease}.product-card:hover .overlay{opacity:1}.overlay span{color:#fff;font-weight:700;font-size:16px;background:#00000073;padding:10px 18px;border-radius:999px}.product-body{padding:20px;text-align:center}.product-title{font-size:24px;font-weight:700;margin:0 0 10px;color:#111}.product-price{color:#ca2f6d;font-size:22px;font-weight:800;margin:0}.btn-add{background:#111;color:#fff;border:none;border-radius:14px;padding:12px 18px;font-weight:700;cursor:pointer}.btn-wish{background:#f8d9e4;color:#ca2f6d;border:none;border-radius:14px;padding:12px 18px;font-weight:700;cursor:pointer}.product-actions{display:flex;gap:12px;flex-wrap:wrap}.product-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:200;display:flex;align-items:center;justify-content:center;padding:30px}.product-modal{width:min(1100px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:28px;padding:28px;position:relative;box-shadow:0 30px 80px #0003}.product-modal-close{position:absolute;top:16px;right:16px;width:44px;height:44px;border:none;border-radius:50%;background:#111;color:#fff;font-size:24px;cursor:pointer}.product-modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:start}.product-modal-image{width:100%;height:560px;object-fit:cover;border-radius:24px;display:block}.product-modal-title{margin:0 0 14px;font-size:40px;line-height:1.1;color:#111}.product-modal-desc{color:#66606a;font-size:17px;line-height:1.7;margin-bottom:18px}.product-modal-price{font-size:30px;font-weight:800;margin-bottom:8px;color:#111}.product-modal-stock{color:#66606a;font-size:16px}.similar-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.similar-card{border:1px solid #eadfe4;border-radius:18px;overflow:hidden;cursor:pointer;background:#fff;transition:transform .25s ease,box-shadow .25s ease}.similar-card:hover{transform:translateY(-4px);box-shadow:0 14px 28px #14141414}.similar-image{width:100%;height:160px;object-fit:cover;display:block}.similar-body{padding:12px}.similar-body h4{margin:0 0 8px;font-size:16px}.similar-body p{margin:0;color:#66606a;font-weight:700}.footer{margin-top:60px;background:#fff;border-top:1px solid #e8dde2}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:40px;padding:42px 0 28px}.footer-brand-wrap{display:flex;align-items:flex-start;gap:14px;margin-bottom:16px}.footer-logo{width:50px;height:50px;border-radius:16px;background:#111;color:#fff;display:grid;place-items:center;font-weight:800;font-size:24px;flex-shrink:0}.footer-brand{margin:0;font-size:28px;color:#111}.footer-subtitle{margin:4px 0 0;color:#7b7277;font-size:14px}.footer-title{margin:0 0 14px;font-size:18px;color:#111}.footer-text{color:#6e6870;line-height:1.8;margin:0 0 10px}.footer-list{list-style:none;padding:0;margin:0}.footer-list li{margin-bottom:12px}.footer-list button{background:none;border:none;padding:0;color:#111;cursor:pointer;font-weight:600;font-size:15px}.footer-list button:hover{color:#ca2f6d}.footer-bottom{border-top:1px solid #eee;padding:18px 0 28px;color:#6e6870;text-align:center;font-size:14px}@media(max-width:1100px){.product-grid{grid-template-columns:1fr 1fr}.product-modal-grid{grid-template-columns:1fr}.product-modal-image{height:400px}.footer-grid{grid-template-columns:1fr}}@media(max-width:700px){.product-grid{grid-template-columns:1fr}.product-image-wrapper{height:280px}.product-title,.product-price{font-size:20px}.similar-grid{grid-template-columns:1fr}.product-modal-title{font-size:28px}.product-modal-image{height:320px}}
