:root{--bg-primary:#fff;--bg-secondary:#f5f5f5;--bg-product:#f0f0f0;--bg-hover:#ebebeb;--dark-primary:#0a0a0a;--dark-secondary:#141414;--dark-surface:#1a1a1a;--dark-hover:#252525;--accent:#e63232;--accent-hover:#cc2828;--accent-light:#ff4d4d;--accent-bg:#e6323214;--text-dark:#1a1a1a;--text-medium:#4a4a4a;--text-muted:#8a8a8a;--text-light:#fff;--text-light-secondary:#b0b0b0;--surface-card:#fff;--border:#e5e5e5;--border-hover:#d0d0d0;--border-dark:#2a2a2a;--success:#22c55e;--success-bg:#22c55e1a;--warning:#f59e0b;--warning-bg:#f59e0b1a;--info:#3b82f6;--info-bg:#3b82f61a;--whatsapp:#25d366;--whatsapp-hover:#1da851;--font-display:var(--font-anton), sans-serif;--font-body:var(--font-montserrat), sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:2rem;--text-4xl:2.5rem;--text-5xl:3.5rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 8px 24px #0000001f;--shadow-xl:0 16px 48px #00000029;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.4s ease;--max-width:1280px;--header-height:72px;--topbar-height:40px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-size:var(--text-base);color:var(--text-dark);background-color:var(--bg-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit;font-size:inherit;background:0 0;border:none}ul,ol{list-style:none}input,textarea,select{font-family:inherit;font-size:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:.02em;color:var(--text-dark);font-weight:400;line-height:1.2}h1{font-size:var(--text-5xl)}h2{font-size:var(--text-4xl)}h3{font-size:var(--text-3xl)}h4{font-size:var(--text-2xl)}h5{font-size:var(--text-xl)}h6{font-size:var(--text-lg)}.container{width:100%;max-width:var(--max-width);padding:0 var(--space-6);margin:0 auto}.section{padding:var(--space-20) 0}.section--dark{background-color:var(--dark-primary);color:var(--text-light)}.section--dark h2,.section--dark h3,.section--dark h4{color:var(--text-light)}.section--gray{background-color:var(--bg-secondary)}.section--accent{background-color:var(--accent);color:var(--text-light)}.section--accent h2,.section--accent h3{color:var(--text-light)}.section__header{text-align:center;margin-bottom:var(--space-12)}.section__title{font-size:var(--text-4xl);margin-bottom:var(--space-4);font-weight:400}.section__subtitle{font-size:var(--text-lg);color:var(--text-medium);max-width:600px;margin:0 auto}.section--dark .section__subtitle{color:var(--text-light-secondary)}.btn{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-6);border-radius:var(--radius-md);font-family:var(--font-body);font-weight:500;font-size:var(--text-sm);transition:all var(--transition-base);white-space:nowrap;text-transform:uppercase;letter-spacing:.5px;line-height:1;display:inline-flex}.btn--primary{background-color:var(--dark-primary);color:var(--text-light)}.btn--primary:hover{background-color:var(--dark-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn--accent{background-color:var(--accent);color:var(--text-light)}.btn--accent:hover{background-color:var(--accent-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn--outline{color:var(--text-dark);border:2px solid var(--border);background-color:#0000}.btn--outline:hover{border-color:var(--dark-primary);background-color:var(--bg-secondary)}.btn--whatsapp{background-color:var(--whatsapp);color:var(--text-light)}.btn--whatsapp:hover{background-color:var(--whatsapp-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn--ghost{color:var(--text-light);background-color:#0000;border:2px solid #ffffff4d}.btn--ghost:hover{border-color:var(--text-light);background-color:#ffffff1a}.btn--lg{padding:var(--space-4) var(--space-8);font-size:var(--text-base)}.btn--sm{padding:var(--space-2) var(--space-4);font-size:var(--text-xs)}.btn--full{width:100%}.badge{align-items:center;gap:var(--space-1);padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:500;line-height:1;display:inline-flex}.badge--new{background-color:var(--dark-primary);color:var(--text-light)}.badge--promo{background-color:var(--accent);color:var(--text-light)}.badge--info{background-color:var(--info-bg);color:var(--info)}.card{background-color:var(--surface-card);border-radius:var(--radius-lg);border:1px solid var(--border);transition:all var(--transition-base);overflow:hidden}.card:hover{border-color:var(--border-hover);box-shadow:var(--shadow-md);transform:translateY(-2px)}.input{width:100%;padding:var(--space-3) var(--space-4);border:1px solid var(--border);border-radius:var(--radius-md);font-size:var(--text-base);color:var(--text-dark);background-color:var(--bg-primary);transition:border-color var(--transition-fast)}.input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-bg);outline:none}.input::placeholder{color:var(--text-muted)}.grid{gap:var(--space-6);display:grid}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}.grid--6{grid-template-columns:repeat(6,1fr)}@media (max-width:1024px){:root{--text-5xl:2.5rem;--text-4xl:2rem;--text-3xl:1.75rem}.grid--4,.grid--6{grid-template-columns:repeat(3,1fr)}.section{padding:var(--space-16) 0}}@media (max-width:768px){:root{--text-5xl:2rem;--text-4xl:1.75rem;--text-3xl:1.5rem;--header-height:64px}.container{padding:0 var(--space-4)}.grid--2{grid-template-columns:1fr}.grid--3,.grid--4,.grid--6{grid-template-columns:repeat(2,1fr)}.section{padding:var(--space-12) 0}}@media (max-width:480px){.grid--3{grid-template-columns:1fr}.btn--lg{padding:var(--space-3) var(--space-6);font-size:var(--text-sm)}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--text-medium)}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
.TopBar-module__LYwH0W__topbar{background-color:var(--dark-primary);color:var(--text-light);font-size:var(--text-xs);height:var(--topbar-height);align-items:center;display:flex}.TopBar-module__LYwH0W__container{width:100%;max-width:var(--max-width);padding:0 var(--space-6);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.TopBar-module__LYwH0W__left,.TopBar-module__LYwH0W__right{align-items:center;gap:var(--space-2);display:flex}.TopBar-module__LYwH0W__left span,.TopBar-module__LYwH0W__right span{color:var(--text-light-secondary)}@media (max-width:768px){.TopBar-module__LYwH0W__container{padding:0 var(--space-4)}.TopBar-module__LYwH0W__right{display:none}.TopBar-module__LYwH0W__left{justify-content:center;width:100%}}
.Header-module__lnUIdW__header{background-color:var(--bg-primary);border-bottom:1px solid var(--border);z-index:100;height:var(--header-height);position:sticky;top:0}.Header-module__lnUIdW__container{width:100%;max-width:var(--max-width);padding:0 var(--space-6);justify-content:space-between;align-items:center;height:100%;margin:0 auto;display:flex}.Header-module__lnUIdW__logo{align-items:center;display:flex}.Header-module__lnUIdW__logoImage{object-fit:contain;width:auto;height:26px}.Header-module__lnUIdW__nav{align-items:center;gap:var(--space-8);display:flex}.Header-module__lnUIdW__navLink{font-size:var(--text-sm);color:var(--text-medium);text-transform:uppercase;letter-spacing:.5px;transition:color var(--transition-fast);font-weight:500;position:relative}.Header-module__lnUIdW__navLink:after{content:"";background-color:var(--accent);width:0;height:2px;transition:width var(--transition-base);position:absolute;bottom:-4px;left:0}.Header-module__lnUIdW__navLink:hover{color:var(--text-dark)}.Header-module__lnUIdW__navLink:hover:after{width:100%}.Header-module__lnUIdW__actions{align-items:center;gap:var(--space-4);display:flex}.Header-module__lnUIdW__cartBtn{border-radius:var(--radius-md);width:40px;height:40px;color:var(--text-dark);transition:all var(--transition-fast);justify-content:center;align-items:center;display:flex;position:relative}.Header-module__lnUIdW__cartBtn:hover{background-color:var(--bg-secondary)}.Header-module__lnUIdW__cartBadge{background-color:var(--accent);width:18px;height:18px;color:var(--text-light);border-radius:var(--radius-full);justify-content:center;align-items:center;font-size:10px;font-weight:700;display:flex;position:absolute;top:2px;right:2px}.Header-module__lnUIdW__whatsappBtn{border-radius:var(--radius-full)}.Header-module__lnUIdW__whatsappText{display:inline}.Header-module__lnUIdW__menuToggle{color:var(--text-dark);padding:var(--space-2);display:none}.Header-module__lnUIdW__mobileNav{top:var(--header-height);background-color:var(--bg-primary);border-bottom:1px solid var(--border);padding:var(--space-6) var(--space-4);gap:var(--space-2);box-shadow:var(--shadow-lg);z-index:99;flex-direction:column;display:none;position:absolute;left:0;right:0}.Header-module__lnUIdW__mobileNavLink{padding:var(--space-3) var(--space-4);font-size:var(--text-base);color:var(--text-dark);border-radius:var(--radius-md);transition:background-color var(--transition-fast);font-weight:500;display:block}.Header-module__lnUIdW__mobileNavLink:hover{background-color:var(--bg-secondary)}.Header-module__lnUIdW__mobileWhatsapp{margin-top:var(--space-4)}@media (max-width:768px){.Header-module__lnUIdW__container{padding:0 var(--space-4)}.Header-module__lnUIdW__nav,.Header-module__lnUIdW__whatsappBtn{display:none}.Header-module__lnUIdW__menuToggle,.Header-module__lnUIdW__mobileNav{display:flex}}
.Footer-module__3hUVsW__footer{background-color:var(--dark-primary);color:var(--text-light);padding:var(--space-16) 0 var(--space-8)}.Footer-module__3hUVsW__container{width:100%;max-width:var(--max-width);padding:0 var(--space-6);margin:0 auto}.Footer-module__3hUVsW__grid{gap:var(--space-10);margin-bottom:var(--space-12);grid-template-columns:2fr 1fr 1fr 1fr;display:grid}.Footer-module__3hUVsW__logo{margin-bottom:var(--space-2);align-items:center;display:flex}.Footer-module__3hUVsW__logoImage{object-fit:contain;width:auto;height:32px}.Footer-module__3hUVsW__tagline{color:var(--text-light-secondary);margin-bottom:var(--space-4);font-style:italic;font-size:var(--text-sm)}.Footer-module__3hUVsW__description{color:var(--text-light-secondary);font-size:var(--text-sm);max-width:300px;line-height:1.7}.Footer-module__3hUVsW__columnTitle{font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.04em;color:var(--text-light);margin-bottom:var(--space-6);font-weight:600}.Footer-module__3hUVsW__navList{gap:var(--space-3);flex-direction:column;display:flex}.Footer-module__3hUVsW__navLink{color:var(--text-light-secondary);font-size:var(--text-sm);transition:color var(--transition-fast)}.Footer-module__3hUVsW__navLink:hover{color:var(--text-light)}.Footer-module__3hUVsW__contactList{gap:var(--space-4);flex-direction:column;display:flex}.Footer-module__3hUVsW__contactItem{align-items:center;gap:var(--space-3);color:var(--text-light-secondary);font-size:var(--text-sm);display:flex}.Footer-module__3hUVsW__social{gap:var(--space-3);display:flex}.Footer-module__3hUVsW__socialLink{border-radius:var(--radius-md);width:40px;height:40px;color:var(--text-light-secondary);transition:all var(--transition-fast);background-color:#ffffff1a;justify-content:center;align-items:center;display:flex}.Footer-module__3hUVsW__socialLink:hover{background-color:var(--accent);color:var(--text-light)}.Footer-module__3hUVsW__bottom{border-top:1px solid var(--border-dark);padding-top:var(--space-6);text-align:center;font-size:var(--text-xs);color:var(--text-muted);justify-content:center;align-items:center;display:flex}@media (max-width:768px){.Footer-module__3hUVsW__container{padding:0 var(--space-4)}.Footer-module__3hUVsW__grid{gap:var(--space-8);grid-template-columns:1fr 1fr}.Footer-module__3hUVsW__brand{grid-column:1/-1}.Footer-module__3hUVsW__bottom{gap:var(--space-2);text-align:center;flex-direction:column}}@media (max-width:480px){.Footer-module__3hUVsW__grid{grid-template-columns:1fr}}
.WhatsAppFloat-module__7aIU9G__float{bottom:var(--space-6);right:var(--space-6);z-index:999;border-radius:var(--radius-full);background-color:var(--whatsapp);width:60px;height:60px;color:var(--text-light);transition:all var(--transition-base);justify-content:center;align-items:center;display:flex;position:fixed;box-shadow:0 4px 16px #25d36666}.WhatsAppFloat-module__7aIU9G__float:hover{background-color:var(--whatsapp-hover);transform:scale(1.08);box-shadow:0 6px 24px #25d36680}.WhatsAppFloat-module__7aIU9G__pulse{border-radius:var(--radius-full);background-color:var(--whatsapp);z-index:-1;width:100%;height:100%;animation:2s ease-out infinite WhatsAppFloat-module__7aIU9G__pulse;position:absolute}@keyframes WhatsAppFloat-module__7aIU9G__pulse{0%{opacity:.5;transform:scale(1)}to{opacity:0;transform:scale(1.6)}}@media (max-width:768px){.WhatsAppFloat-module__7aIU9G__float{bottom:var(--space-4);right:var(--space-4);width:54px;height:54px}}
@font-face{font-family:Anton;font-style:normal;font-weight:400;font-display:swap;src:url(../media/0e7b7e0b829e3eb9-s.0taayl_akrchu.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Anton;font-style:normal;font-weight:400;font-display:swap;src:url(../media/daf789e4474d0d90-s.02gqgcrlsvm4~.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Anton;font-style:normal;font-weight:400;font-display:swap;src:url(../media/9e9f04e3c37952ab-s.p.07uvnuj.ona6k.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Anton Fallback;src:local(Arial);ascent-override:129.7%;descent-override:36.29%;line-gap-override:0.0%;size-adjust:90.69%}.anton_3de222df-module__cdpv1W__className{font-family:Anton,Anton Fallback;font-style:normal;font-weight:400}.anton_3de222df-module__cdpv1W__variable{--font-anton:"Anton", "Anton Fallback"}
@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/8298327da6d5bcce-s.132ro2ak-rvxq.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/44fac91e6f2d2b1b-s.0f~sf101j6mzi.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2b402d8aebffd579-s.0dskwooysu3cf.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/a88409fdd7dc121c-s.0ir_pxtv760h..woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/e8f2fbee2754df70-s.p.0fzkl03jw-sdz.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Montserrat Fallback;src:local(Arial);ascent-override:85.79%;descent-override:22.25%;line-gap-override:0.0%;size-adjust:112.83%}.montserrat_bba129a6-module__TUV0iq__className{font-family:Montserrat,Montserrat Fallback;font-style:normal}.montserrat_bba129a6-module__TUV0iq__variable{--font-montserrat:"Montserrat", "Montserrat Fallback"}
