@import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@0,700;1,700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--color-green-primary:#009647;--color-green-dark:#075f30;--color-green-subtle:#ebf8f0;--color-red-primary:#e3262e;--color-red-dark:#b8171f;--color-whatsapp:#25d366;--color-whatsapp-dark:#128c7e;--color-gold:#f4a213;--color-crust:#faf6f0;--color-surface:#fff;--color-text-main:#19201b;--color-text-muted:#5e6d62;--shadow-sm:0 2px 8px #075f3014;--shadow-hover:0 10px 24px #00964729;--radius-sm:8px;--radius-md:14px}*{-webkit-tap-highlight-color:transparent;box-sizing:border-box;margin:0;padding:0}body{background-color:#faf6f0;background-color:var(--color-crust);color:#19201b;color:var(--color-text-main);font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.4;overflow-x:hidden}.app{background:radial-gradient(circle at top right,#f3faee 0,#faf6f0 60%);display:flex;flex-direction:column;min-height:100vh;position:relative}.app-header{background:linear-gradient(135deg,#075f30,#009647);background:linear-gradient(135deg,var(--color-green-dark) 0,var(--color-green-primary) 100%);border-bottom:3px solid #f4a213;border-bottom:3px solid var(--color-gold);box-shadow:0 4px 18px #003c1a4d;padding:8px 14px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-container{justify-content:space-between;margin:0 auto;max-width:1024px}.header-container,.logo-brand-group{align-items:center;display:flex;gap:10px}.logo-badge{align-items:center;background:#fff;border:2px solid #f4a213;border:2px solid var(--color-gold);border-radius:50%;box-shadow:0 2px 8px #00000040;display:flex;flex-shrink:0;height:52px;justify-content:center;padding:2px;width:52px}.logo{border-radius:50%;height:100%;object-fit:contain;width:100%}.brand-titles{display:flex;flex-direction:column}.brand-main{color:#fff;font-family:Playfair Display,serif;font-size:2rem;font-weight:1000;line-height:1.1;text-shadow:1px 1px 3px #00000059}.brand-main span{color:#ffda6b;font-style:italic}.header-actions{align-items:center;display:flex;flex-shrink:0;gap:16px}.action-btn{align-items:center;border-radius:999px;box-shadow:0 2px 8px #0003;display:inline-flex;font-size:.78rem;font-weight:700;gap:6px;letter-spacing:.3px;padding:7px 12px;text-decoration:none;transition:all .25s ease}.action-icon{flex-shrink:0;height:26px;width:26px}.call-btn{background:linear-gradient(135deg,#e3262e,#b8171f);border:1px solid #ffffff59;color:#fff}.call-btn:hover{box-shadow:0 4px 12px #e3262e73;transform:translateY(-2px)}.whatsapp-btn{background:linear-gradient(135deg,#25d366,#1da851);border:1px solid #ffffff59;color:#fff}.whatsapp-btn:hover{box-shadow:0 4px 12px #25d36673;transform:translateY(-2px)}.action-btn:active{transform:scale(.95)}.main-content{display:flex;flex:1 1;flex-direction:column;margin:0 auto;max-width:1024px;padding:10px 14px 90px;width:100%}.categories-wrapper{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#faf6f0f2;padding:4px 0 8px;position:-webkit-sticky;position:sticky;top:70px;z-index:90}.categories-grid-two-rows{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(5,1fr)}.category-pill{align-items:center;background:#fff;border:1.5px solid #d9e6de;border-radius:10px;box-shadow:0 2px 5px #0000000a;cursor:pointer;display:flex;justify-content:center;min-height:44px;padding:7px 5px;text-align:center;transition:all .2s cubic-bezier(.4,0,.2,1)}.category-pill .category-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#19201b;color:var(--color-text-main);display:-webkit-box;font-size:.76rem;font-weight:700;line-height:1.18;overflow:hidden}.category-pill:hover{border-color:#009647;border-color:var(--color-green-primary);transform:translateY(-1px)}.category-pill.active{background:linear-gradient(135deg,#009647,#075f30);background:linear-gradient(135deg,var(--color-green-primary) 0,var(--color-green-dark) 100%);border-color:#075f30;border-color:var(--color-green-dark);box-shadow:0 3px 10px #00964759}.category-pill.active .category-title{color:#fff}.section-heading{align-items:baseline;border-bottom:2px dashed #ded4c8;display:flex;justify-content:space-between;padding-bottom:8px}.section-title{color:#075f30;color:var(--color-green-dark);font-size:1.15rem;font-weight:800}.items-count{background:#e9f3ec;border-radius:12px;color:#5e6d62;color:var(--color-text-muted);font-size:.78rem;font-weight:600;padding:3px 8px}.products-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}.product-card{background:#fff;background:var(--color-surface);border:1px solid #e9eee8;border-radius:14px;border-radius:var(--radius-md);box-shadow:0 2px 8px #075f3014;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;overflow:hidden;position:relative;transition:transform .25s ease,box-shadow .25s ease}.product-card:hover{border-color:#bee2c8;box-shadow:0 10px 24px #00964729;box-shadow:var(--shadow-hover);transform:translateY(-3px)}.product-tag{background:#e3262e;background:var(--color-red-primary);border-radius:6px;box-shadow:0 2px 6px #e3262e66;color:#fff;font-size:.62rem;font-weight:800;left:8px;letter-spacing:.5px;padding:3px 8px;position:absolute;text-transform:uppercase;top:8px;z-index:2}.image-container{aspect-ratio:1/1;background:#f8faf7;overflow:hidden;position:relative;width:100%}.product-image-wrapper,.product-img{height:100%;width:100%}.product-img{object-fit:cover;transition:transform .4s ease}.product-card:hover .product-img{transform:scale(1.06)}.product-image-fallback{align-items:center;background:#f6f8f5;color:#5e6d62;color:var(--color-text-muted);display:flex;flex-direction:column;gap:4px;height:100%;justify-content:center;width:100%}.fallback-plate{font-size:2rem}.product-image-fallback span{font-size:.7rem;font-weight:600}.skeleton{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#f0f4f1 25%,#e1e9e3 50%,#f0f4f1 75%);background-size:200% 100%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.product-details{display:flex;flex:1 1;flex-direction:column;gap:8px;justify-content:space-between;padding:10px}.product-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#19201b;color:var(--color-text-main);display:-webkit-box;font-size:.86rem;font-weight:700;line-height:1.25;min-height:2.15rem;overflow:hidden}.product-meta{align-items:center;display:flex;justify-content:space-between;margin-top:auto}.price-tag{align-items:baseline;background:linear-gradient(135deg,#fff2f2,#ffe3e3);border:1px solid #fecaca;border-radius:8px;color:#e3262e;color:var(--color-red-primary);display:inline-flex;padding:3px 8px}.currency{font-size:.72rem;font-weight:700;margin-right:2px}.amount{font-size:.98rem;font-weight:800}.app-footer{background:#fff;border-top:2px solid #009647;border-top:2px solid var(--color-green-primary);bottom:0;box-shadow:0 -4px 16px #00000014;left:0;padding:8px 16px;position:fixed;right:0;z-index:100}.footer-inner{margin:0 auto;max-width:1024px}.footer-info,.footer-inner{align-items:center;display:flex;justify-content:center}.footer-info{flex-wrap:wrap;font-size:1rem;gap:8px 16px}.footer-address{color:#5e6d62;color:var(--color-text-muted);font-weight:500}.footer-phone{background:#ebf8f0;background:var(--color-green-subtle);border:1px solid #c7e8d3;border-radius:999px;color:#075f30;color:var(--color-green-dark);font-weight:700;padding:3px 10px;text-decoration:none}@media (max-width:480px){.action-text{display:none}.action-btn{border-radius:50%;padding:8px}.action-icon{height:25px;width:25px}.logo-badge{height:56px;width:56px}.brand-main{font-size:1.5rem}.categories-grid-two-rows{gap:6px}.category-pill{border-radius:8px;min-height:35px;padding:6px 3px}.category-pill .category-title{font-size:.75rem;line-height:1.15}}@media (max-width:360px){.categories-grid-two-rows{gap:4px}.category-pill{border-radius:6px;min-height:25px;padding:5px 3px}.category-pill .category-title{font-size:.64rem}}@media (min-width:640px){.products-grid{gap:16px;grid-template-columns:repeat(3,1fr)}.category-pill{min-height:38px;padding:8px 10px}.category-pill .category-title{font-size:.82rem}.logo-badge{height:60px;width:60px}.action-btn{font-size:.82rem;padding:8px 15px}}@media (min-width:960px){.products-grid{grid-template-columns:repeat(4,1fr)}}
/*# sourceMappingURL=main.cb8121f5.css.map*/