:root{--purple:#361465;--purple2:#54228d;--pink:#e52771;--gold:#f7b71d;--ink:#1d2433;--muted:#667085;--bg:#f7f7fb;--white:#fff;--line:#e8e7ee}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--bg)}a{text-decoration:none;color:inherit}button{font:inherit;cursor:pointer;border:0}.topbar{background:linear-gradient(90deg,#29104d,#4c237d);color:#fff;padding:12px max(5vw,24px);display:flex;gap:28px;align-items:center;font-size:.9rem}.top-contact{margin-left:auto}.header{background:#fff;padding:20px max(5vw,24px);display:grid;grid-template-columns:340px minmax(260px,1fr) auto;gap:26px;align-items:center}.brand{display:flex;align-items:center;gap:14px}.logo-bag{width:66px;height:72px;border-radius:14px;background:linear-gradient(135deg,#261047,#5a2b93);display:grid;place-items:center;color:#fff;font-size:2rem;font-weight:900;box-shadow:0 10px 24px #35145a35;position:relative}.logo-bag:before{content:"";position:absolute;width:30px;height:18px;border:4px solid #fff;border-bottom:0;border-radius:18px 18px 0 0;top:-8px}.brand strong,.brand b{display:block;font-size:1.65rem;line-height:1.02}.brand b{color:var(--purple)}.brand small{display:block;color:var(--muted);margin-top:6px}.search{display:flex;border:1px solid #d8d6df;border-radius:10px;overflow:hidden;height:52px}.search input{flex:1;border:0;padding:0 18px;font-size:1rem;outline:none}.search button{width:60px;background:var(--purple2);color:#fff;font-size:2rem}.tools{display:flex;gap:16px;align-items:center}.tool{background:none;color:var(--ink);font-weight:700;position:relative;font-size:1rem}.tool em{position:absolute;background:#8d1765;color:#fff;border-radius:99px;padding:2px 7px;font-style:normal;font-size:.75rem;top:-15px;right:-12px}.whatsapp-pill,.secondary,.primary{padding:14px 20px;border-radius:9px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:8px}.whatsapp-pill,.secondary{border:1px solid #d9d8df;background:#fff}.nav{background:linear-gradient(90deg,#31115d,#452073);display:flex;gap:10px;padding:7px max(5vw,24px);color:#fff;position:sticky;top:0;z-index:5}.nav a,.nav button{padding:14px 18px;background:transparent;color:#fff;font-weight:700;border-radius:8px}.nav .active,.nav a:hover,.nav button:hover{background:#5b3195}.hero{display:grid;grid-template-columns:48% 52%;background:#fff;min-height:470px}.hero-copy{padding:52px max(5vw,48px);background:radial-gradient(circle at 100% 80%,#f6e8bf 0,transparent 38%),linear-gradient(100deg,#fff,#f5f2fa)}.eyebrow{letter-spacing:.14em;color:var(--purple2);font-weight:900;margin:0 0 10px}.hero h1{font-size:clamp(2.5rem,5vw,4.3rem);margin:0 0 8px;line-height:1.02}.hero h1 span{color:var(--purple2)}.hero h2{font-size:1.35rem;margin:12px 0;color:#3e4757}.hero-copy>p:not(.eyebrow){font-size:1.12rem;line-height:1.7;color:#4d5563;max-width:650px}.hero-actions{display:flex;gap:14px;margin:24px 0}.primary{background:linear-gradient(135deg,#4d1f83,#351061);color:#fff;box-shadow:0 8px 18px #3a176c30}.trust{display:flex;gap:28px;flex-wrap:wrap;font-weight:700;margin-top:28px}.hero-photo{overflow:hidden}.hero-photo img{width:100%;height:100%;object-fit:cover;display:block}.categories,.products,.about,.contact{padding:38px max(5vw,24px);background:#fff}.section-title{display:flex;align-items:center;justify-content:space-between;gap:20px}.section-title h2{font-size:1.8rem;margin:0 0 20px}.section-title button{background:none;color:var(--purple2);font-weight:800}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.category-card{background:#fff;border-radius:12px;padding:0 0 13px;box-shadow:0 5px 18px #1e15360e;border:1px solid var(--line);overflow:hidden;color:var(--ink);font-weight:800}.category-card img{width:100%;height:145px;object-fit:cover;display:block;margin-bottom:12px}.category-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px #32135d1c}.products{background:var(--bg)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid var(--line);position:relative}.product-card img{width:100%;height:210px;object-fit:cover}.product-card .content{padding:16px}.product-card h3{margin:0 0 8px}.product-card p{color:var(--muted);margin:0 0 16px}.product-card .actions{display:flex;gap:10px}.ask-btn{flex:1;background:#2ca36b;color:#fff;border-radius:8px;padding:11px;font-weight:800}.wish{width:44px;border-radius:8px;background:#f6f3fa;color:var(--purple2);font-size:1.5rem}.wish.active{background:#fbe6ef;color:#d31662}.about{display:grid;grid-template-columns:1.3fr .7fr;gap:60px}.about h2,.contact h2{font-size:2rem;margin-top:0}.about p,.contact p{line-height:1.7;color:#596170}.about-box{background:linear-gradient(145deg,#341261,#5b2995);color:#fff;border-radius:18px;padding:30px}.about-box p{color:#e8ddf7;margin-top:4px}.about-box span{font-size:1.6rem}.about-box h3{margin:8px 0 0}.contact{background:linear-gradient(90deg,#f0ebf8,#fff);display:flex;justify-content:space-between;align-items:center;gap:40px}.contact>div{max-width:650px}.contact-actions{display:flex;flex-wrap:wrap;gap:12px}footer{background:#241044;color:#fff;padding:34px max(5vw,24px);display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer-brand{display:flex;align-items:center;gap:12px}.footer-brand .logo-bag{width:44px;height:48px;font-size:1.4rem}dialog{border:0;border-radius:16px;padding:28px;max-width:440px;width:90%;box-shadow:0 25px 70px #0004}.close-dialog{float:right;background:none;font-size:2rem}.close-dialog+*{margin-top:25px}dialog::backdrop{background:#0008}#wishlistItems{display:grid;gap:10px}.wish-row{padding:12px;border:1px solid var(--line);border-radius:10px;display:flex;justify-content:space-between;align-items:center}.wish-row button{background:#f6e9ef;color:#9d1450;border-radius:7px;padding:7px 10px}#toast{position:fixed;left:50%;bottom:22px;transform:translateX(-50%) translateY(80px);background:#22103f;color:#fff;padding:13px 18px;border-radius:10px;transition:.25s;z-index:20}#toast.show{transform:translateX(-50%) translateY(0)}
@media(max-width:1100px){.header{grid-template-columns:1fr;gap:16px}.brand{justify-self:start}.tools{justify-content:space-between}.category-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.top-contact{display:none}}
@media(max-width:700px){.topbar{font-size:.76rem;gap:9px;justify-content:center;flex-wrap:wrap}.header{padding:16px}.brand strong,.brand b{font-size:1.3rem}.logo-bag{width:52px;height:58px}.tools{gap:10px;flex-wrap:wrap}.tool span{display:none}.whatsapp-pill{padding:10px 12px}.nav{overflow-x:auto;white-space:nowrap;padding:7px 10px}.nav a,.nav button{padding:11px 12px}.hero{grid-template-columns:1fr}.hero-copy{padding:40px 24px}.hero-photo{height:270px}.hero-actions{flex-direction:column}.trust{gap:14px;font-size:.9rem}.category-grid{grid-template-columns:repeat(2,1fr)}.category-card img{height:120px}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-card img{height:150px}.product-card .content{padding:12px}.product-card h3{font-size:1rem}.product-card p{font-size:.86rem}.product-card .actions{flex-direction:column}.wish{width:100%;height:38px}.about,.contact{grid-template-columns:1fr;display:grid;gap:28px}.contact-actions{flex-direction:column}.section-title{align-items:flex-start}.section-title h2{font-size:1.5rem}.filter-note{font-size:.8rem;text-align:right}.search{height:48px}footer{display:block;text-align:center}.footer-brand{justify-content:center}}
