.tienda-module__IJBFEa__container{color:#333;background-color:#f9f9f9;flex-direction:column;min-height:100vh;font-family:Poppins,sans-serif;display:flex}.tienda-module__IJBFEa__navbar{z-index:1000;background-color:#fff;justify-content:space-between;align-items:center;padding:.8rem 5%;display:flex;position:sticky;top:0;box-shadow:0 2px 10px #0000001a}.tienda-module__IJBFEa__navLogoImage{width:auto;max-height:100px;display:block}.tienda-module__IJBFEa__navButtons{gap:15px;display:flex}.tienda-module__IJBFEa__btnLogin{color:#fff;cursor:pointer;background-color:#004d00;border:2px solid #004d00;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-size:.9rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}.tienda-module__IJBFEa__btnRegister{color:#fff;cursor:pointer;background-color:#d32f2f;border:2px solid #d32f2f;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-size:.9rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}.tienda-module__IJBFEa__pageHeader{text-align:center;color:#333;background-color:#e3f2fd;padding:40px 5%}.tienda-module__IJBFEa__pageHeader h1{color:#0277bd;margin:0;font-size:2.5rem;font-weight:800}.tienda-module__IJBFEa__pageHeader p{color:#555;margin-top:5px}.tienda-module__IJBFEa__shopSection{flex-grow:1;padding:60px 5%}.tienda-module__IJBFEa__shopContainer{max-width:1200px;margin:0 auto}.tienda-module__IJBFEa__filters{justify-content:center;gap:15px;margin-bottom:40px;display:flex}.tienda-module__IJBFEa__filterBtn{cursor:pointer;color:#666;background-color:#fff;border:1px solid #ddd;border-radius:20px;padding:10px 20px;font-weight:600;transition:all .3s}.tienda-module__IJBFEa__filterBtnActive{color:#fff;background-color:#0277bd;border-color:#0277bd}.tienda-module__IJBFEa__shopGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;display:grid}.tienda-module__IJBFEa__productCard{background:#fff;border-radius:15px;flex-direction:column;transition:transform .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 5px 15px #0000000d}.tienda-module__IJBFEa__productCard:hover{transform:translateY(-5px);box-shadow:0 15px 30px #00000026}.tienda-module__IJBFEa__productImage{background-color:#f0f0f0;justify-content:center;align-items:center;height:250px;display:flex;position:relative;overflow:hidden}.tienda-module__IJBFEa__productImage img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.tienda-module__IJBFEa__productCard:hover .tienda-module__IJBFEa__productImage img{transform:scale(1.05)}.tienda-module__IJBFEa__badge{color:#fff;z-index:10;border-radius:5px;padding:5px 10px;font-size:.75rem;font-weight:700;position:absolute;top:15px;left:15px}.tienda-module__IJBFEa__badgeNew{background-color:#4caf50}.tienda-module__IJBFEa__badgeSale{background-color:#d32f2f}.tienda-module__IJBFEa__productContent{flex-direction:column;flex-grow:1;padding:20px;display:flex}.tienda-module__IJBFEa__productCategory{color:#999;text-transform:uppercase;margin-bottom:5px;font-size:.8rem}.tienda-module__IJBFEa__productTitle{color:#333;margin-bottom:10px;font-size:1.1rem;font-weight:700}.tienda-module__IJBFEa__rating{color:#ffc107;margin-bottom:15px;font-size:.8rem}.tienda-module__IJBFEa__rating span{color:#ccc;margin-left:5px}.tienda-module__IJBFEa__productFooter{border-top:1px solid #eee;justify-content:space-between;align-items:center;margin-top:auto;padding-top:15px;display:flex}.tienda-module__IJBFEa__priceContainer{flex-direction:column;display:flex}.tienda-module__IJBFEa__oldPrice{color:#999;font-size:.8rem;text-decoration:line-through}.tienda-module__IJBFEa__currentPrice{color:#333;font-size:1.2rem;font-weight:800}.tienda-module__IJBFEa__btnCart{color:#fff;cursor:pointer;background-color:#0277bd;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;transition:all .2s;display:flex}.tienda-module__IJBFEa__btnCart:hover{background-color:#01579b;transform:scale(1.1)}.tienda-module__IJBFEa__footer{background-color:#fff;border-top:1px solid #eee;margin-top:50px}.tienda-module__IJBFEa__footerContent{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;padding:40px 5%;display:flex}.tienda-module__IJBFEa__footerLeft{max-width:400px}.tienda-module__IJBFEa__footerLogoImage{max-width:150px;height:auto;margin-bottom:10px}.tienda-module__IJBFEa__footerLeft h3{color:#444;text-transform:uppercase;margin-bottom:10px;font-size:.9rem}.tienda-module__IJBFEa__footerLeft p{color:#777;font-size:.9rem;line-height:1.5}.tienda-module__IJBFEa__footerRight h4{color:#004d00;margin-bottom:15px}.tienda-module__IJBFEa__footerRight ul{padding:0;list-style:none}.tienda-module__IJBFEa__footerRight li{color:#555;align-items:center;gap:10px;margin-bottom:10px;font-size:.9rem;display:flex}.tienda-module__IJBFEa__footerBottom{color:#fff;background-color:#7cb342;justify-content:space-between;align-items:center;padding:15px 5%;font-size:.8rem;display:flex}.tienda-module__IJBFEa__socialIcons a{color:#fff;margin-left:15px;font-size:1.2rem;transition:opacity .3s}.tienda-module__IJBFEa__socialIcons a:hover{opacity:.7}@media (max-width:768px){.tienda-module__IJBFEa__navbar{flex-direction:column;gap:15px;padding:15px}.tienda-module__IJBFEa__navButtons{flex-wrap:wrap;justify-content:center;width:100%}.tienda-module__IJBFEa__navLogoImage{max-height:80px}.tienda-module__IJBFEa__filters{flex-wrap:wrap}.tienda-module__IJBFEa__shopGrid{grid-template-columns:1fr;max-width:350px;margin:0 auto}.tienda-module__IJBFEa__footerContent{text-align:center;flex-direction:column;align-items:center;gap:30px;padding:30px 15px}.tienda-module__IJBFEa__footerLeft,.tienda-module__IJBFEa__footerRight{flex-direction:column;align-items:center;width:100%;display:flex}.tienda-module__IJBFEa__footerLeft p{max-width:300px;margin:0 auto}.tienda-module__IJBFEa__footerRight li{justify-content:center}.tienda-module__IJBFEa__footerBottom{text-align:center;flex-direction:column;gap:15px;padding:20px}.tienda-module__IJBFEa__socialIcons a{margin:0 10px}}
