.CartDrawer-module__xWnuvG__overlay{z-index:1100;opacity:0;background:#0006;animation:.25s forwards CartDrawer-module__xWnuvG__fadeIn;position:fixed;inset:0}@keyframes CartDrawer-module__xWnuvG__fadeIn{0%{opacity:0}to{opacity:1}}.CartDrawer-module__xWnuvG__drawer{background:var(--white);z-index:1200;width:min(400px,100vw);height:100dvh;box-shadow:var(--shadow-lg);flex-direction:column;transition:transform .3s;display:flex;position:fixed;top:0;right:0;transform:translate(100%)}.CartDrawer-module__xWnuvG__open{transform:translate(0)}.CartDrawer-module__xWnuvG__header{background:#01a229;flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.CartDrawer-module__xWnuvG__titleWrap{align-items:center;gap:.5rem;display:flex}.CartDrawer-module__xWnuvG__titleIcon{color:#ffffffe6;flex-shrink:0}.CartDrawer-module__xWnuvG__title{font-family:var(--font-title);color:#fff;margin:0;font-size:1.1rem}.CartDrawer-module__xWnuvG__titleBadge{color:#fff;background:#ffffff40;border-radius:99px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 4px;font-size:.72rem;font-weight:700;display:flex}.CartDrawer-module__xWnuvG__closeBtn{color:#fff;cursor:pointer;background:#ffffff2e;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s;display:flex}.CartDrawer-module__xWnuvG__closeBtn:hover{background:#ffffff52}.CartDrawer-module__xWnuvG__body{background:#f7fdf8;flex:1;padding:1rem;overflow-y:auto}.CartDrawer-module__xWnuvG__empty{height:100%;color:var(--gray);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;font-size:.95rem;display:flex}.CartDrawer-module__xWnuvG__list{flex-direction:column;gap:.75rem;list-style:none;display:flex}.CartDrawer-module__xWnuvG__item{background:var(--white);border-radius:var(--radius);border:1px solid var(--gray-light);align-items:flex-start;gap:.875rem;padding:.75rem;display:flex;box-shadow:0 1px 4px #0000000a}.CartDrawer-module__xWnuvG__itemImg{border-radius:var(--radius-sm);border:1px solid var(--gray-light);background:#f7fdf8;flex-shrink:0;width:64px;height:64px;position:relative;overflow:hidden}.CartDrawer-module__xWnuvG__itemInfo{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.CartDrawer-module__xWnuvG__itemName{color:var(--dark);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.875rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.CartDrawer-module__xWnuvG__itemKg{color:var(--gray);background:var(--gray-light);border-radius:99px;width:fit-content;padding:.1rem .4rem;font-size:.72rem;display:inline-block}.CartDrawer-module__xWnuvG__itemBottom{justify-content:space-between;align-items:center;margin-top:.35rem;display:flex}.CartDrawer-module__xWnuvG__itemPrice{font-family:var(--font-title);color:var(--green-dark);font-size:1rem;font-weight:700}.CartDrawer-module__xWnuvG__itemControls{align-items:center;gap:.25rem;display:flex}.CartDrawer-module__xWnuvG__qtyBtn{border:1.5px solid var(--gray-light);background:var(--white);cursor:pointer;width:26px;height:26px;transition:var(--transition);border-radius:4px;justify-content:center;align-items:center;font-size:1rem;display:flex}.CartDrawer-module__xWnuvG__qtyBtn:hover{border-color:var(--green);color:var(--green-dark)}.CartDrawer-module__xWnuvG__qty{text-align:center;min-width:20px;font-size:.875rem;font-weight:600}.CartDrawer-module__xWnuvG__removeBtn{cursor:pointer;width:26px;height:26px;color:var(--gray);transition:var(--transition);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;display:flex}.CartDrawer-module__xWnuvG__removeBtn:hover{color:var(--error);background:#e53e3e1a}.CartDrawer-module__xWnuvG__footer{border-top:1.5px solid var(--gray-light);background:var(--white);flex-direction:column;flex-shrink:0;gap:.65rem;padding:1rem 1.25rem;display:flex}.CartDrawer-module__xWnuvG__totalRow{justify-content:space-between;align-items:flex-end;padding:.5rem 0;display:flex}.CartDrawer-module__xWnuvG__totalLabel{color:var(--gray);font-size:.8rem}.CartDrawer-module__xWnuvG__totalNote{color:var(--gray);text-align:right;margin-bottom:.1rem;font-size:.72rem;display:block}.CartDrawer-module__xWnuvG__totalAmount{font-family:var(--font-title);color:var(--green-dark);text-align:right;font-size:1.5rem;display:block}
.Navbar-module__O8Na-a__header{z-index:1000;background:#01a229;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 12px #00000026}.Navbar-module__O8Na-a__topBar{background:#01a229;padding:.6rem 0}.Navbar-module__O8Na-a__topInner{grid-template-columns:auto 1fr auto;align-items:center;gap:1.5rem;display:grid}.Navbar-module__O8Na-a__logo{flex-shrink:0;align-items:center;gap:.75rem;text-decoration:none;display:flex}.Navbar-module__O8Na-a__logo img{object-fit:contain;border-radius:10px}.Navbar-module__O8Na-a__brandName{color:var(--white);letter-spacing:.2px;white-space:nowrap;flex-direction:column;font-family:Nunito,sans-serif;font-size:1.4rem;font-weight:800;line-height:1.1;display:flex}.Navbar-module__O8Na-a__brandSub{letter-spacing:.12em;text-transform:uppercase;color:#ffffffd9;font-family:Poppins,sans-serif;font-size:.72rem;font-weight:700}.Navbar-module__O8Na-a__searchWrap{justify-self:center;width:100%;min-width:0;max-width:600px;position:relative}.Navbar-module__O8Na-a__searchForm{background:var(--white);border-radius:999px;align-items:center;width:100%;display:flex;overflow:hidden}.Navbar-module__O8Na-a__searchInput{min-width:0;font-size:.9rem;font-family:var(--font-body);color:var(--dark);-webkit-appearance:none;background:0 0;border:none;outline:none;flex:1;padding:.6rem 1.1rem}.Navbar-module__O8Na-a__searchInput::placeholder{color:#aaa}.Navbar-module__O8Na-a__searchSubmit{cursor:pointer;color:var(--gray);transition:var(--transition);background:0 0;border:none;align-items:center;padding:.55rem 1rem;display:flex}.Navbar-module__O8Na-a__searchSubmit:hover{color:var(--green-dark)}.Navbar-module__O8Na-a__suggestions{background:var(--white);z-index:300;border-radius:14px;margin:0;padding:.3rem 0;list-style:none;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden;box-shadow:0 8px 28px #00000021}.Navbar-module__O8Na-a__suggItem{color:var(--dark);cursor:pointer;align-items:center;gap:.6rem;padding:.6rem 1.1rem;font-size:.88rem;transition:background .1s;display:flex}.Navbar-module__O8Na-a__suggItem:hover,.Navbar-module__O8Na-a__suggItemActive{background:var(--bg);color:var(--green-dark)}.Navbar-module__O8Na-a__suggIcon{color:var(--gray);opacity:.55;flex-shrink:0}.Navbar-module__O8Na-a__actions{flex-shrink:0;justify-content:flex-end;align-items:center;gap:0;display:flex}.Navbar-module__O8Na-a__actionBtn{color:var(--white);cursor:pointer;border-radius:var(--radius-sm);transition:var(--transition);font-family:var(--font-body);background:0 0;border:none;flex-direction:column;align-items:center;gap:.15rem;padding:.4rem .65rem;text-decoration:none;display:flex}.Navbar-module__O8Na-a__actionBtn:hover{background:#ffffff26}.Navbar-module__O8Na-a__actionLabel{color:var(--white);white-space:nowrap;font-size:.68rem;font-weight:600}.Navbar-module__O8Na-a__cartTotal{color:var(--white);white-space:nowrap;font-variant-numeric:tabular-nums;text-align:center;min-width:56px;font-size:.68rem;font-weight:700;display:block}.Navbar-module__O8Na-a__cartWrap{flex-shrink:0;position:relative}.Navbar-module__O8Na-a__cartBadge{background:var(--accent);color:var(--white);border-radius:99px;justify-content:center;align-items:center;min-width:17px;height:17px;padding:0 3px;font-size:.6rem;font-weight:700;display:flex;position:absolute;top:-4px;right:-6px}.Navbar-module__O8Na-a__catNav{background:var(--gray-light);border-top:1px solid var(--gray-light);border-bottom:1px solid var(--gray-light);overflow:visible}.Navbar-module__O8Na-a__catNavInner{scrollbar-width:none;align-items:center;gap:0;display:flex;overflow:visible}.Navbar-module__O8Na-a__catNavInner::-webkit-scrollbar{display:none}.Navbar-module__O8Na-a__catLink{color:var(--dark);white-space:nowrap;border-bottom:3px solid #0000;padding:.75rem 1.2rem;font-size:.9rem;font-weight:500;transition:color .2s,background .2s;position:relative}.Navbar-module__O8Na-a__catLink:after{content:"";background:var(--green-dark);border-radius:2px 2px 0 0;width:0;height:3px;transition:width .25s,left .25s;position:absolute;bottom:0;left:50%}.Navbar-module__O8Na-a__catLink:hover{color:var(--dark);background:#01a22914}.Navbar-module__O8Na-a__catLink:hover:after{width:100%;left:0}.Navbar-module__O8Na-a__catLinkActive{color:var(--white);background:var(--green-dark);border-bottom:3px solid #0000}.Navbar-module__O8Na-a__catLinkActive:after{display:none}.Navbar-module__O8Na-a__marcasNavItem{position:relative}.Navbar-module__O8Na-a__marcasNavBtn{color:var(--dark);white-space:nowrap;cursor:pointer;font-size:.9rem;font-weight:500;font-family:var(--font-body);background:0 0;border:none;align-items:center;gap:.3rem;padding:.75rem 1.2rem;transition:color .2s,background .2s;display:flex;position:relative}.Navbar-module__O8Na-a__marcasNavBtn:after{content:"";background:var(--green-dark);border-radius:2px 2px 0 0;width:0;height:3px;transition:width .25s,left .25s;position:absolute;bottom:0;left:50%}.Navbar-module__O8Na-a__marcasNavBtn:hover{color:var(--dark);background:#01a22914}.Navbar-module__O8Na-a__marcasNavBtn:hover:after{width:100%;left:0}.Navbar-module__O8Na-a__marcasDropdown{background:var(--white);border-radius:var(--radius);z-index:2000;border:1px solid #e0e0e0;min-width:680px;padding:1.25rem 1.5rem;animation:.18s Navbar-module__O8Na-a__dropIn;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 8px 32px #00000026}@keyframes Navbar-module__O8Na-a__dropIn{0%{opacity:0;transform:translate(-50%)translateY(-8px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.Navbar-module__O8Na-a__dropdownTitle{color:var(--accent);text-transform:uppercase;letter-spacing:.08em;border-bottom:2px solid var(--green-light);margin-bottom:.85rem;padding-bottom:.5rem;font-size:.75rem;font-weight:700}.Navbar-module__O8Na-a__marcasGrid{grid-template-columns:repeat(4,1fr);gap:.5rem;display:grid}.Navbar-module__O8Na-a__marcaDropItem{border-radius:var(--radius-sm);transition:var(--transition);cursor:pointer;background:#fafafa;border:1px solid #eee;align-items:center;gap:.55rem;padding:.45rem .6rem;text-decoration:none;display:flex}.Navbar-module__O8Na-a__marcaDropItem:hover{border-color:var(--green-dark);background:var(--green-light);transform:translateY(-1px);box-shadow:0 2px 8px #00000014}.Navbar-module__O8Na-a__marcaDropImg{object-fit:contain;background:#fff;border:1px solid #eee;border-radius:6px;flex-shrink:0;width:40px;height:40px}.Navbar-module__O8Na-a__marcaDropName{color:var(--dark);font-size:.78rem;font-weight:600;line-height:1.2}.Navbar-module__O8Na-a__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.Navbar-module__O8Na-a__hamburger span{background:var(--white);border-radius:2px;width:22px;height:2px;display:block}.Navbar-module__O8Na-a__mobileMenu{background:var(--green-dark);border-top:1px solid #ffffff1a;padding:.75rem 0 1rem;list-style:none}.Navbar-module__O8Na-a__mobileMenu li a{color:var(--white);transition:var(--transition);padding:.65rem 1.25rem;font-size:.95rem;font-weight:500;display:block}.Navbar-module__O8Na-a__mobileMenu li a:hover{background:#ffffff1a}.Navbar-module__O8Na-a__mobileMenuDivider{background:#ffffff26;height:1px;margin:.4rem 1.25rem}@media (max-width:768px){.Navbar-module__O8Na-a__catNav{display:none}.Navbar-module__O8Na-a__hamburger{display:flex}.Navbar-module__O8Na-a__actionLabel{display:none}.Navbar-module__O8Na-a__brandName{font-size:1.2rem}.Navbar-module__O8Na-a__desktopOnly{display:none!important}.Navbar-module__O8Na-a__topInner{grid-template-columns:auto 1fr auto;gap:.75rem}.Navbar-module__O8Na-a__searchForm{max-width:unset}.Navbar-module__O8Na-a__actions{gap:.1rem}}@media (max-width:500px){.Navbar-module__O8Na-a__searchForm{max-width:unset}.Navbar-module__O8Na-a__brandName{display:none}.Navbar-module__O8Na-a__topInner{gap:.5rem}.Navbar-module__O8Na-a__logo img{width:40px!important;height:40px!important}}
.Footer-module__yg9ahW__footer{color:#e5e5e5;background:#017a1f;margin-top:auto;padding:3rem 0 0}.Footer-module__yg9ahW__grid{grid-template-columns:2fr 1fr 1fr 1.4fr;gap:2.5rem;margin-bottom:2.5rem;display:grid}.Footer-module__yg9ahW__brandCol{flex-direction:column;display:flex}.Footer-module__yg9ahW__brandWrap{align-items:center;gap:.65rem;margin-bottom:.6rem;text-decoration:none;display:flex}.Footer-module__yg9ahW__brandName{color:#fff;flex-direction:column;font-family:Nunito,sans-serif;font-size:1.35rem;font-weight:800;line-height:1.1;display:flex}.Footer-module__yg9ahW__brandSub{letter-spacing:.14em;text-transform:uppercase;color:#ffffffb3;font-family:Poppins,sans-serif;font-size:.65rem;font-weight:700}.Footer-module__yg9ahW__tagline{color:#fff9;margin-bottom:1.25rem;font-size:.875rem}.Footer-module__yg9ahW__waBtn{color:#fff;background:#25d366;border-radius:999px;align-items:center;gap:.55rem;width:fit-content;padding:.6rem 1.2rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.Footer-module__yg9ahW__waBtn:hover{background:#1da851;transform:translateY(-1px)}.Footer-module__yg9ahW__colTitle{letter-spacing:.1em;text-transform:uppercase;color:#a8f5b8;margin-bottom:.85rem;font-family:Poppins,sans-serif;font-size:.8rem;font-weight:700}.Footer-module__yg9ahW__list{flex-direction:column;gap:.45rem;list-style:none;display:flex}.Footer-module__yg9ahW__list li,.Footer-module__yg9ahW__list a{color:#ffffffb3;font-size:.875rem;transition:color .2s}.Footer-module__yg9ahW__list a:hover{color:#fff}.Footer-module__yg9ahW__contactItem{color:#ffffffb3;align-items:flex-start;gap:.5rem;font-size:.875rem;display:flex}.Footer-module__yg9ahW__contactIcon{color:#a8f5b8;flex-shrink:0;margin-top:2px}.Footer-module__yg9ahW__emailLink{color:#ffffffb3;word-break:break-all;transition:color .2s}.Footer-module__yg9ahW__emailLink:hover{color:#fff}.Footer-module__yg9ahW__horario{background:#00000026;border-left:3px solid #a8f5b8;border-radius:0 6px 6px 0;margin-top:1.1rem;padding:.75rem 1rem}.Footer-module__yg9ahW__horarioTitle{text-transform:uppercase;letter-spacing:.08em;color:#a8f5b8;margin-bottom:.35rem;font-size:.75rem;font-weight:700}.Footer-module__yg9ahW__horario p{color:#ffffffbf;font-size:.8rem;line-height:1.6}.Footer-module__yg9ahW__bottom{color:#ffffff73;border-top:1px solid #ffffff26;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 0;font-size:.78rem;display:flex}.Footer-module__yg9ahW__legalLinks{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.Footer-module__yg9ahW__legalLinks a{color:#ffffff80;font-size:.78rem;transition:color .2s}.Footer-module__yg9ahW__legalLinks a:hover{color:#ffffffe6}.Footer-module__yg9ahW__legalSep{color:#ffffff40}.Footer-module__yg9ahW__bottomRight{color:#ffffff59}@media (max-width:900px){.Footer-module__yg9ahW__grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:480px){.Footer-module__yg9ahW__grid{grid-template-columns:1fr}.Footer-module__yg9ahW__bottom{text-align:center;flex-direction:column}}.Footer-module__yg9ahW__poweredBy{text-align:center;border-top:1px solid #ffffff14;padding:.65rem 0}.Footer-module__yg9ahW__poweredByLink{opacity:.45;align-items:center;gap:.5rem;text-decoration:none;transition:opacity .2s;display:inline-flex}.Footer-module__yg9ahW__poweredByLink:hover{opacity:1}.Footer-module__yg9ahW__poweredByText{color:#ffffffe6;letter-spacing:.04em;white-space:nowrap;font-size:.72rem}.Footer-module__yg9ahW__poweredByLogo{filter:brightness(0)invert();transition:filter .2s}.Footer-module__yg9ahW__poweredByLink:hover .Footer-module__yg9ahW__poweredByLogo{filter:none}
.WhatsAppFloat-module__LSgk8G__float{z-index:999;color:#fff;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;position:fixed;bottom:1.75rem;right:1.75rem;box-shadow:0 4px 18px #00000038}.WhatsAppFloat-module__LSgk8G__float:hover{transform:scale(1.1);box-shadow:0 8px 28px #00000047}
.layout-module__3OPSSq__main{flex:1;padding-top:109px}@media (max-width:768px){.layout-module__3OPSSq__main{padding-top:68px}}
