@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap";:root{--primary-color: #059669;--primary-dark: #047857;--primary-light: #d1fae5;--accent-color: #fbbf24;--bg-body: #f8fafc;--bg-surface: #ffffff;--text-main: #1e293b;--text-muted: #64748b;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 20px}*{margin:0;padding:0;box-sizing:border-box;font-family:Plus Jakarta Sans,Inter,sans-serif}body{background-color:var(--bg-body);color:var(--text-main);line-height:1.6;-webkit-font-smoothing:antialiased}.container{width:92%;max-width:1200px;margin:0 auto}.navbar{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.05);padding:1rem 0;position:sticky;top:0;z-index:1000}.navbar .container{display:flex;justify-content:space-between;align-items:center}.logo{color:var(--primary-dark);font-weight:800;font-size:1.5rem;letter-spacing:-.5px}.btn-primary{background-color:var(--primary-color);color:#fff;padding:.75rem 1.5rem;border:none;border-radius:var(--radius-lg);font-weight:600;text-decoration:none;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #05966933;display:inline-block}.btn-primary:hover{background-color:var(--primary-dark);transform:translateY(-1px);box-shadow:0 6px 16px #0596694d}.btn-primary-outline{background:transparent;border:1.5px solid var(--primary-color);color:var(--primary-color);padding:.6rem 1.2rem;border-radius:var(--radius-lg);text-decoration:none;font-weight:600;transition:all .2s}.btn-primary-outline:hover{background-color:var(--primary-light)}.hero{background:linear-gradient(#0009,#0009),url(/assets/hero_grocery-bn0EFCre.png);background-size:cover;background-position:center;padding:6rem 0;text-align:center;position:relative;border-radius:var(--radius-lg);margin:1rem auto;width:95%;max-width:1200px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto}.hero-text h2{font-size:3rem;line-height:1.2;color:#fff;margin-bottom:1rem;font-weight:800;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-text p{font-size:1.25rem;color:#f1f5f9;margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto;text-shadow:0 1px 2px rgba(0,0,0,.3)}.hero-image-container{display:none}.section{padding:4rem 0}.section-title{font-size:1.75rem;font-weight:700;margin-bottom:2rem;color:var(--text-main);display:flex;align-items:center;gap:.5rem}.section-title:before{content:"";display:block;width:6px;height:24px;background:var(--primary-color);border-radius:4px}.category-grid{display:flex;gap:1rem;overflow-x:auto;padding:.5rem .5rem 1.5rem;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;justify-content:center}.category-grid::-webkit-scrollbar{display:none}.category-card{background:var(--bg-surface);min-width:110px;padding:1.25rem .75rem;text-align:center;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);cursor:pointer;border:1px solid rgba(0,0,0,.05);transition:all .3s cubic-bezier(.4,0,.2,1)}.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.category-card.active{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color);box-shadow:0 8px 16px #05966940}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.5rem}.product-card{background:var(--bg-surface);border-radius:var(--radius-md);padding:1rem;border:1px solid rgba(0,0,0,.04);box-shadow:var(--shadow-sm);transition:all .3s ease;display:flex;flex-direction:column;text-align:center}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:#0596691a}.product-img{width:100%;height:140px;object-fit:contain;background:#f8fafc;border-radius:var(--radius-sm);margin-bottom:1rem;padding:.5rem}.product-name{font-weight:600;font-size:1.05rem;margin-bottom:.25rem;color:var(--text-main);flex-grow:1}.product-price{color:var(--primary-dark);font-weight:700;font-size:.95rem;margin-bottom:1rem;display:block}.qty-selector{margin-top:auto;display:flex;align-items:center;justify-content:center;gap:10px}.add-btn{width:100%;border-radius:var(--radius-md);padding:.6rem;font-size:.9rem;background-color:var(--primary-light);color:var(--primary-dark);box-shadow:none;border:none;cursor:pointer;font-weight:600;transition:all .2s}.add-btn:hover{background-color:var(--primary-color);color:#fff}.btn-qty{background:var(--bg-body);border:1px solid #e2e8f0;width:32px;height:32px;border-radius:50%;font-weight:700;cursor:pointer;color:var(--text-main);transition:all .2s}.btn-qty:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.qty-count{font-weight:600;min-width:24px;text-align:center}.floating-cart{position:fixed;bottom:2rem;right:2rem;z-index:999}.btn-whatsapp{background-color:#25d366;color:#fff;border:none;padding:1rem 2rem;border-radius:50px;font-weight:700;font-size:1.1rem;box-shadow:0 10px 25px -5px #25d36680;cursor:pointer;display:flex;align-items:center;gap:10px;transition:transform .2s cubic-bezier(.34,1.56,.64,1)}.btn-whatsapp:hover{transform:scale(1.05) translateY(-3px)}.loader{border:3px solid #e2e8f0;border-top:3px solid var(--primary-color);border-radius:50%;width:40px;height:40px;animation:spin .8s linear infinite;margin:3rem auto;display:none}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.footer{background:var(--bg-surface);padding:3rem 0;text-align:center;margin-top:4rem;border-top:1px solid rgba(0,0,0,.05);color:var(--text-muted)}.product-table{width:100%;border-collapse:separate;border-spacing:0;margin-top:1rem}.product-table th{background:var(--bg-body);font-weight:600;text-transform:uppercase;font-size:.8rem;letter-spacing:.05em;padding:1rem;border-bottom:2px solid #e2e8f0}.product-table td{padding:1rem;border-bottom:1px solid #f1f5f9;vertical-align:middle}.thumbnail{width:40px;height:40px;object-fit:cover;border-radius:var(--radius-sm);border:1px solid #e2e8f0}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:none;justify-content:center;align-items:center;z-index:2000}.modal.active{display:flex}.modal-content{background:var(--white);padding:2rem;border-radius:var(--radius-md);width:90%;max-width:400px;position:relative;box-shadow:var(--shadow-lg);border:1px solid #f1f5f9}.close-modal{position:absolute;top:10px;right:15px;font-size:1.5rem;cursor:pointer}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-size:.9rem;color:var(--text-light)}.form-group input,.form-group select{width:100%;padding:.9rem;border:1px solid #cbd5e1;border-radius:var(--radius-sm);transition:border-color .2s;font-family:inherit}.form-group input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px var(--primary-light)}@media (max-width: 640px){.container{width:90%}.navbar .container{flex-direction:column;gap:.8rem;text-align:center}.logo{font-size:1.35rem}.btn-primary-outline{padding:.5rem 1rem;font-size:.9rem}.hero{padding:4rem 1rem;margin:.5rem auto;width:92%}.hero-text h2{font-size:1.75rem;line-height:1.3}.hero-text p{font-size:1rem;margin-bottom:1.5rem}.section{padding:2.5rem 0}.section-title{font-size:1.4rem;margin-bottom:1.5rem}.category-grid{justify-content:flex-start;padding-left:.5rem}.category-card{min-width:90px;padding:1rem .5rem;font-size:.85rem}.product-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.product-card{padding:.8rem}.product-img{height:100px;margin-bottom:.75rem}.product-name{font-size:.95rem;margin-bottom:.2rem}.product-price{font-size:.85rem;margin-bottom:.75rem}.add-btn{padding:.5rem;font-size:.85rem}.btn-qty{width:28px;height:28px;font-size:.8rem}.qty-count{font-size:.9rem;min-width:20px}.btn-whatsapp{padding:.75rem 1.25rem;font-size:.95rem;bottom:1.25rem;right:1.25rem;gap:6px}.footer{padding:2.5rem 0;margin-top:3rem}.footer .container p{margin-bottom:.5rem;font-size:.9rem}}
