.hero-module__psxtVa__hero{padding:42px 0 30px}.hero-module__psxtVa__inner{grid-template-columns:1fr;align-items:center;gap:30px;display:grid}.hero-module__psxtVa__copy{max-width:620px}.hero-module__psxtVa__title{margin:16px 0 12px;font-size:clamp(34px,6vw,58px)}.hero-module__psxtVa__accent{color:var(--blue);text-underline-offset:5px;text-decoration:underline;text-decoration-thickness:4px}.hero-module__psxtVa__sub{color:var(--muted);max-width:480px;margin-bottom:24px;font-size:17px}.hero-module__psxtVa__ctas{flex-wrap:wrap;gap:12px;display:flex}.hero-module__psxtVa__promoCard{background:var(--blue);border:var(--border);border-radius:var(--radius-l);box-shadow:var(--shadow-l);color:#fff;justify-self:center;max-width:380px;padding:26px;position:relative}.hero-module__psxtVa__promoCard:after{content:"";border-radius:var(--radius);pointer-events:none;border:2px dashed #ffffff73;position:absolute;inset:8px}.hero-module__psxtVa__promoBadge{color:var(--ink);border:2px solid var(--ink);border-radius:var(--radius-s);font-family:var(--font-display);box-shadow:var(--shadow-s);background:#fff;align-items:center;gap:7px;margin-bottom:16px;padding:6px 12px;font-size:12px;font-weight:700;display:inline-flex}.hero-module__psxtVa__promoTitle{font-family:var(--font-display);margin-bottom:12px;font-size:30px;font-weight:700;line-height:1.08}.hero-module__psxtVa__promoAccent{color:#ffd60a}.hero-module__psxtVa__promoSub{color:#ffffffe6;font-size:14.5px}@media (min-width:1024px){.hero-module__psxtVa__inner{grid-template-columns:1.2fr .8fr}.hero-module__psxtVa__promoCard{justify-self:end}}@media (max-width:1023px){.hero-module__psxtVa__inner{grid-template-columns:1fr}.hero-module__psxtVa__copy{display:contents}.hero-module__psxtVa__copy .hero-module__psxtVa__title,.hero-module__psxtVa__copy .hero-module__psxtVa__sub{display:none}.hero-module__psxtVa__copy .hero-module__psxtVa__tag{grid-row:1;justify-self:start}.hero-module__psxtVa__promoCard{grid-row:2;justify-self:stretch;max-width:none}.hero-module__psxtVa__ctas{grid-row:3}}
.product-card-module__Dd7Zsq__card{background:var(--paper);border:var(--border);border-radius:var(--radius);box-shadow:var(--shadow);transition:transform var(--speed) var(--ease), box-shadow var(--speed) var(--ease);cursor:pointer;flex-direction:column;display:flex;overflow:hidden}.product-card-module__Dd7Zsq__card:hover{box-shadow:6px 6px 0 var(--ink);transform:translate(-2px,-2px)}.product-card-module__Dd7Zsq__imgBtn{width:100%;display:block}.product-card-module__Dd7Zsq__imgWrap{aspect-ratio:1;background:var(--bg);border-bottom:var(--border);display:block;position:relative;overflow:hidden}.product-card-module__Dd7Zsq__img{object-fit:cover;width:100%;height:100%;transition:transform .3s var(--ease)}.product-card-module__Dd7Zsq__imgWrap:hover .product-card-module__Dd7Zsq__img{transform:scale(1.04)}.product-card-module__Dd7Zsq__eyeBtn{z-index:2;border:var(--border);border-radius:var(--radius-s);background:var(--paper);width:32px;height:32px;color:var(--ink);box-shadow:var(--shadow-s);transition:transform var(--speed) var(--ease), box-shadow var(--speed) var(--ease), background var(--speed), color var(--speed);place-items:center;display:grid;position:absolute;top:8px;right:8px}.product-card-module__Dd7Zsq__eyeBtn:hover{background:var(--blue);color:#fff;box-shadow:3px 3px 0 var(--ink);transform:translate(-1px,-1px)}.product-card-module__Dd7Zsq__eyeBtn:active{box-shadow:0 0 0 var(--ink);transform:translate(2px,2px)}.product-card-module__Dd7Zsq__placeholder{width:100%;height:100%;color:var(--muted);place-items:center;display:grid}.product-card-module__Dd7Zsq__body{flex-direction:column;flex:1;gap:8px;padding:12px;display:flex}.product-card-module__Dd7Zsq__name{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:36px;font-size:14.5px;font-weight:500;line-height:1.25;display:-webkit-box;overflow:hidden}.product-card-module__Dd7Zsq__foot{justify-content:space-between;align-items:center;gap:8px;margin-top:auto;display:flex}.product-card-module__Dd7Zsq__foot .price{color:var(--blue);font-size:20px;font-weight:900!important}.product-card-module__Dd7Zsq__priceWrap{align-items:center;gap:6px;display:inline-flex}.product-card-module__Dd7Zsq__volTag{border:var(--border);border-radius:var(--radius-s);background:var(--paper);color:var(--ink);padding:1px 6px;font-size:12px;font-style:normal;font-weight:800}.product-card-module__Dd7Zsq__moreBtn{border:var(--border);border-radius:var(--radius-s);background:var(--blue);color:#fff;width:38px;height:38px;box-shadow:var(--shadow-s);transition:transform var(--speed) var(--ease), box-shadow var(--speed) var(--ease), background var(--speed);place-items:center;display:grid}.product-card-module__Dd7Zsq__moreBtn:hover{background:var(--blue-press);box-shadow:3px 3px 0 var(--ink);transform:translate(-1px,-1px)}.product-card-module__Dd7Zsq__moreBtn:active{box-shadow:0 0 0 var(--ink);transform:translate(2px,2px)}
.product-detail-module___2p-2W__modal{background:var(--paper);border:var(--border);border-radius:var(--radius);width:100%;max-width:420px;box-shadow:var(--shadow-l);margin:auto;position:relative;overflow:hidden}.product-detail-module___2p-2W__close{z-index:2;border:var(--border);border-radius:var(--radius-s);width:38px;height:38px;color:var(--neon-red);box-shadow:var(--shadow-s);transition:transform var(--speed) var(--ease), box-shadow var(--speed) var(--ease), background var(--speed), color var(--speed);background:#ffe6eb;place-items:center;display:grid;position:absolute;top:12px;right:12px}.product-detail-module___2p-2W__close:hover{background:var(--neon-red);color:#fff}.product-detail-module___2p-2W__close:active{box-shadow:0 0 0 var(--ink);transform:translate(2px,2px)}.product-detail-module___2p-2W__imgWrap{aspect-ratio:1;background:var(--bg);border-bottom:var(--border);position:relative}.product-detail-module___2p-2W__img{object-fit:cover;width:100%;height:100%}.product-detail-module___2p-2W__placeholder{width:100%;height:100%;color:var(--muted);place-items:center;display:grid}.product-detail-module___2p-2W__imgPrice{z-index:2;border:2px solid var(--ink);border-radius:var(--radius-s);background:var(--paper);font-family:var(--font-display);color:var(--blue);padding:6px 12px;font-size:20px;font-weight:900;position:absolute;bottom:12px;right:12px}.product-detail-module___2p-2W__body{padding:18px}.product-detail-module___2p-2W__title{margin-bottom:6px;font-size:21px}.product-detail-module___2p-2W__desc{color:var(--muted);margin-bottom:14px;font-size:14.5px}.product-detail-module___2p-2W__sinStock{color:var(--danger);background:#fdecea}.product-detail-module___2p-2W__actions{align-items:center;gap:12px;display:flex}.product-detail-module___2p-2W__qty{border:var(--border);border-radius:var(--radius-s);background:var(--paper);box-shadow:var(--shadow-s);align-items:center;gap:4px;display:flex}.product-detail-module___2p-2W__qtyBtn{width:38px;height:38px;color:var(--ink);transition:background var(--speed), color var(--speed);place-items:center;display:grid}.product-detail-module___2p-2W__qtyBtn:hover{background:var(--blue-soft);color:var(--blue)}.product-detail-module___2p-2W__qtyVal{text-align:center;min-width:32px;font-family:var(--font-display);font-size:16px;font-weight:700}.product-detail-module___2p-2W__actions .btn{flex:1}.product-detail-module___2p-2W__volumen{grid-template-columns:repeat(3,1fr);gap:8px;width:100%;display:grid}.product-detail-module___2p-2W__volumenBtn{border:2px solid var(--ink);border-radius:var(--radius-s);background:var(--paper);box-shadow:var(--shadow-s);transition:transform var(--speed) var(--ease), box-shadow var(--speed) var(--ease), background var(--speed);cursor:pointer;flex-direction:column;align-items:center;gap:2px;padding:12px 6px;display:flex}.product-detail-module___2p-2W__volumenBtn:hover{box-shadow:4px 4px 0 var(--ink);background:var(--blue);transform:translate(-1px,-1px)}.product-detail-module___2p-2W__volumenBtn:hover .product-detail-module___2p-2W__volumenCant,.product-detail-module___2p-2W__volumenBtn:hover .product-detail-module___2p-2W__volumenPrecio,.product-detail-module___2p-2W__volumenBtn:hover .product-detail-module___2p-2W__volumenAhorro{color:#fff}.product-detail-module___2p-2W__volumenBtn:active{box-shadow:0 0 0 var(--ink);transform:translate(2px,2px)}.product-detail-module___2p-2W__volumenCant{color:var(--ink);font-size:13px;font-weight:600}.product-detail-module___2p-2W__volumenPrecio{font-family:var(--font-display);color:var(--blue);font-size:17px;font-weight:900}.product-detail-module___2p-2W__volumenTag{color:#fff;background:var(--blue);border-radius:var(--radius-s);vertical-align:middle;margin-left:5px;padding:1px 5px;font-size:10.5px;font-style:normal;font-weight:800;line-height:1.4;display:inline-block}.product-detail-module___2p-2W__volumenAhorro{color:var(--success);font-size:11.5px;font-weight:700}.product-detail-module___2p-2W__volumenMejor{border-color:var(--blue);background:var(--blue-soft);box-shadow:4px 4px 0 var(--blue);z-index:1;transform:scale(1.06)}.product-detail-module___2p-2W__volumenMejor .product-detail-module___2p-2W__volumenCant{color:var(--blue);font-weight:800}.product-detail-module___2p-2W__volumenMejor .product-detail-module___2p-2W__volumenPrecio{color:var(--blue);font-size:19px}.product-detail-module___2p-2W__volumenMejor .product-detail-module___2p-2W__volumenAhorro{color:var(--neon-red);font-size:12.5px;font-weight:900}.product-detail-module___2p-2W__volumenMejor:hover{background:var(--blue)}.product-detail-module___2p-2W__volumenMejor:hover .product-detail-module___2p-2W__volumenCant,.product-detail-module___2p-2W__volumenMejor:hover .product-detail-module___2p-2W__volumenPrecio,.product-detail-module___2p-2W__volumenMejor:hover .product-detail-module___2p-2W__volumenAhorro{color:#fff}
.product-grid-module__8H3J8W__section{padding:34px 0 64px}.product-grid-module__8H3J8W__head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:22px;display:flex}.product-grid-module__8H3J8W__title{font-size:28px}.product-grid-module__8H3J8W__titleBlue{color:var(--blue)}.product-grid-module__8H3J8W__grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}@media (min-width:640px){.product-grid-module__8H3J8W__grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:900px){.product-grid-module__8H3J8W__grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1280px){.product-grid-module__8H3J8W__grid{grid-template-columns:repeat(5,1fr);gap:16px}}.product-grid-module__8H3J8W__empty{text-align:center;padding:60px 20px}.product-grid-module__8H3J8W__emptyTitle{margin-bottom:6px;font-size:20px}
.recomendados-module__hUNV0q__section{padding:8px 0 64px}.recomendados-module__hUNV0q__title{margin-bottom:20px;font-size:24px}.recomendados-module__hUNV0q__titleBlue{color:var(--blue)}
.resenas-module__ZfWI8W__section{padding:8px 0 64px}.resenas-module__ZfWI8W__title{margin-bottom:22px;font-size:26px}.resenas-module__ZfWI8W__titleBlue{color:var(--blue)}.resenas-module__ZfWI8W__grid{grid-template-columns:1fr;gap:14px;display:grid}@media (min-width:640px){.resenas-module__ZfWI8W__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.resenas-module__ZfWI8W__grid{grid-template-columns:repeat(3,1fr)}}.resenas-module__ZfWI8W__card{border:var(--border);border-radius:var(--radius);background:var(--paper);box-shadow:var(--shadow-s);flex-direction:column;gap:8px;padding:16px 18px;display:flex}.resenas-module__ZfWI8W__stars{color:var(--amber);letter-spacing:2px;font-size:16px}.resenas-module__ZfWI8W__text{flex:1;font-size:14px;line-height:1.45}.resenas-module__ZfWI8W__author{font-family:var(--font-display);color:var(--blue);font-size:13px;font-weight:700}
.producto-module__0oyvfG__wrap{min-height:60vh;padding:32px 0 64px}.producto-module__0oyvfG__card{grid-template-columns:1fr 1fr;align-items:start;gap:32px;display:grid}.producto-module__0oyvfG__imgWrap{aspect-ratio:1;border:var(--border);border-radius:var(--radius);background:var(--bg);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.producto-module__0oyvfG__img{object-fit:cover;width:100%;height:100%}.producto-module__0oyvfG__placeholder{color:var(--muted);font-size:64px}.producto-module__0oyvfG__body{flex-direction:column;gap:16px;display:flex}.producto-module__0oyvfG__title{font-family:var(--font-display);margin:0;font-size:28px;line-height:1.1}.producto-module__0oyvfG__desc{color:var(--muted);margin:0;font-size:15px;line-height:1.5}.producto-module__0oyvfG__priceRow{align-items:center;gap:12px;display:flex}.producto-module__0oyvfG__actions{flex-wrap:wrap;gap:12px;display:flex}.producto-module__0oyvfG__stock{border:1.5px solid;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700}.producto-module__0oyvfG__stockOk{color:var(--ok);border-color:var(--ok)}.producto-module__0oyvfG__stockNo{color:var(--danger);border-color:var(--danger)}.producto-module__0oyvfG__envioBox{background:var(--blue-soft);border:var(--border);border-radius:var(--radius);padding:14px 16px}.producto-module__0oyvfG__envioTitle{color:var(--blue);margin:0 0 6px;font-size:14px;font-weight:700}.producto-module__0oyvfG__envioList{color:var(--muted);flex-direction:column;gap:4px;margin:0;padding-left:18px;font-size:13px;display:flex}.producto-module__0oyvfG__back{color:var(--blue);font-size:13px;text-decoration:underline}@media (max-width:720px){.producto-module__0oyvfG__card{grid-template-columns:1fr}}
.product-rows-module__wWhcjG__wrap{flex-direction:column;gap:26px;padding:34px 0 24px;display:flex}.product-rows-module__wWhcjG__fila{flex-direction:column;gap:14px;display:flex}.product-rows-module__wWhcjG__filaHead{justify-content:space-between;align-items:center;gap:12px;display:flex}.product-rows-module__wWhcjG__filaTitle{font-size:24px}@media (max-width:640px){.product-rows-module__wWhcjG__filaTitle{font-size:21px}}.product-rows-module__wWhcjG__filaCount{color:var(--muted);white-space:nowrap;font-size:13px}.product-rows-module__wWhcjG__track{scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:var(--blue) transparent;gap:14px;padding:6px 2px 12px;display:flex;overflow-x:auto}.product-rows-module__wWhcjG__track::-webkit-scrollbar{height:8px}.product-rows-module__wWhcjG__track::-webkit-scrollbar-thumb{background:var(--blue);border-radius:999px}.product-rows-module__wWhcjG__track::-webkit-scrollbar-track{background:0 0}.product-rows-module__wWhcjG__trackCard{scroll-snap-align:start;flex:0 0 46vw;min-width:0}@media (min-width:640px){.product-rows-module__wWhcjG__trackCard{flex-basis:29vw}}@media (min-width:900px){.product-rows-module__wWhcjG__trackCard{flex-basis:21vw}}@media (min-width:1280px){.product-rows-module__wWhcjG__trackCard{flex-basis:calc(20% - 11.2px)}}.product-rows-module__wWhcjG__verMas{background:var(--paper);border:var(--border);border-radius:var(--radius);color:var(--blue);cursor:pointer;box-shadow:var(--shadow);transition:transform var(--speed) var(--ease), box-shadow var(--speed) var(--ease);flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:240px;font-size:14px;font-weight:800;display:flex}.product-rows-module__wWhcjG__verMas:hover{box-shadow:6px 6px 0 var(--ink);transform:translate(-2px,-2px)}.product-rows-module__wWhcjG__expandido{flex-direction:column;gap:16px;animation:.25s product-rows-module__wWhcjG__fadeIn;display:flex}@keyframes product-rows-module__wWhcjG__fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.product-rows-module__wWhcjG__volver{border:var(--border);border-radius:var(--radius-s);background:var(--paper);color:var(--ink);cursor:pointer;box-shadow:var(--shadow-s);transition:transform var(--speed) var(--ease), box-shadow var(--speed) var(--ease), background var(--speed), color var(--speed);align-self:flex-start;align-items:center;gap:7px;padding:8px 14px;font-size:13.5px;font-weight:700;display:inline-flex}.product-rows-module__wWhcjG__volver:hover{background:var(--blue);color:#fff;box-shadow:3px 3px 0 var(--ink);transform:translate(-1px,-1px)}.product-rows-module__wWhcjG__expandGrid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}@media (min-width:640px){.product-rows-module__wWhcjG__expandGrid{grid-template-columns:repeat(3,1fr)}}@media (min-width:900px){.product-rows-module__wWhcjG__expandGrid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1280px){.product-rows-module__wWhcjG__expandGrid{grid-template-columns:repeat(5,1fr);gap:16px}}.product-rows-module__wWhcjG__empty{text-align:center;padding:60px 20px}.product-rows-module__wWhcjG__emptyTitle{margin-bottom:6px;font-size:20px}
