.navbar{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;background:#fff;color:#0c0c0c;position:fixed;top:0;left:0;right:0;z-index:1000;min-height:80px;box-shadow:0 2px 4px #0000001a;transition:all .3s ease}.logo-container{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;z-index:5}.logo-image{height:100%;max-height:70px;width:auto;object-fit:contain}.menu-toggle{background:none;border:none;color:#050505;font-size:1.5rem;cursor:pointer;position:absolute;left:1rem;top:50%;transform:translateY(-50%);z-index:10}.nav-links{display:none;flex-direction:column;gap:1rem;background:#222;padding:1rem;position:absolute;top:100%;left:1rem;border-radius:.5rem;margin-top:.5rem}.nav-links.show{display:flex}.nav-links a{color:#fff;text-decoration:none}.nav-links a:hover{text-decoration:underline}.right-section{display:flex;align-items:center;justify-content:flex-end;flex:1}.search-cart-container{display:flex;align-items:center;gap:1rem}.search-container{display:flex;align-items:center}.search-form{display:flex;align-items:center;position:relative}.search-input{padding:.5rem 2.5rem .5rem .75rem;border:1px solid #ddd;border-radius:20px;font-size:.9rem;width:200px;transition:all .3s ease}.search-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.search-submit{position:absolute;right:.5rem;background:none;border:none;cursor:pointer;padding:.25rem;color:#666;transition:color .3s ease}.search-submit:hover{color:#007bff}.cart-container{display:flex;align-items:center}.cart-link{text-decoration:none;color:inherit}.cart-icon{position:relative;display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:50%;transition:all .3s ease;cursor:pointer}.cart-icon:hover{background-color:#f5f5f5;transform:scale(1.1)}.cart-svg{stroke:#333;transition:all .3s ease}.cart-icon:hover .cart-svg{stroke:#007bff}.cart-count{position:absolute;top:-5px;right:-5px;background-color:#f44;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 #ff4444b3}70%{transform:scale(1.1);box-shadow:0 0 0 10px #f440}to{transform:scale(1);box-shadow:0 0 #f440}}.cart-icon.has-items{animation:bounce .5s ease}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media (min-width: 768px){.menu-toggle{display:none}.nav-links{display:flex;position:absolute;right:5rem;top:50%;transform:translateY(-50%);flex-direction:row;gap:2rem;background:none;padding:0;margin-top:0;list-style-type:none}.nav-links a{color:#141414}}@media (max-width: 767px){.nav-links{left:1rem}.search-input{width:130px;font-size:14px;padding:.4rem 2rem .4rem .6rem}.search-submit{right:.4rem;padding:.2rem}.search-submit svg{width:16px;height:16px}}@media (max-width: 480px){.search-input{width:60px;font-size:13px;padding:.25rem 1.8rem .35rem .5rem}.search-submit{right:.35rem}.search-submit svg{width:14px;height:14px}}.whatsapp-button{position:fixed;bottom:20px;right:20px;width:80px;height:80px;background-color:#25d366;color:#fff;border:none;border-radius:50%;cursor:pointer;box-shadow:0 4px 12px #0000004d;z-index:1000;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.whatsapp-button:hover{transform:scale(1.1);box-shadow:0 6px 16px #0006}.whatsapp-button:active{transform:scale(.95)}.whatsapp-icon{width:35px;height:35px;object-fit:contain}@media (max-width: 768px){.whatsapp-button{width:50px;height:50px;bottom:15px;right:15px}.whatsapp-icon{width:30px;height:30px}}@media (max-width: 480px){.whatsapp-button{width:45px;height:45px;bottom:10px;right:10px}.whatsapp-icon{width:28px;height:28px}}.social-icons-container{position:fixed;right:20px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:15px;z-index:10000}.social-icon{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;text-decoration:none;box-shadow:0 4px 12px #0000004d;transition:all .3s ease;cursor:pointer}.social-icon:hover{transform:scale(1.1);box-shadow:0 6px 16px #0006}.social-icon:active{transform:scale(.95)}.social-icon-img{width:30px;height:30px;object-fit:contain;filter:brightness(0) invert(1)}@media (max-width: 768px){.social-icons-container{right:15px;gap:10px}.social-icon{width:50px;height:50px}.social-icon-img{width:25px;height:25px}}@media (max-width: 480px){.social-icons-container{right:10px}.social-icon{width:45px;height:45px}.social-icon-img{width:22px;height:22px}}@keyframes slideIn{0%{opacity:0;transform:translateY(-50%) translate(100px)}to{opacity:1;transform:translateY(-50%) translate(0)}}.social-icons-container{animation:slideIn .5s ease-out}.product-card{background:#fff;border-radius:.5rem;padding:1rem;text-align:center;box-shadow:0 2px 4px #0000001a;transition:transform .2s ease}.product-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.product-card img{max-width:100%;height:200px;object-fit:cover;border-radius:.25rem}.price{font-weight:700;color:#e63946;margin:.5rem 0;font-size:1.2rem}.product-card button{padding:.5rem 1rem;border:none;background:#111;color:#fff;border-radius:.25rem;cursor:pointer;transition:background-color .2s ease}.product-card button:hover{background:#333}.product-card button.disabled{background:#ccc;cursor:not-allowed}.product-card.loading{pointer-events:none}.image-placeholder{width:100%;height:200px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:.25rem}.loading-line{height:16px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:4px;margin:.5rem 0}.loading-line.short{width:70%;height:12px}.loading-line.price{width:50%;height:20px}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.product-info h3{margin:.5rem 0;font-size:1.1rem;min-height:2.2rem}.product-description{color:#666;font-size:.9rem;margin:.5rem 0;min-height:2.7rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;color:#333;line-height:1.6}#root{min-height:100vh;display:flex;flex-direction:column}main{flex:1;padding:.5rem;margin-top:30px}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;font-weight:600}p{margin-bottom:1rem}a{color:#007bff;text-decoration:none}a:hover{text-decoration:underline}.product-grid{display:grid;grid-template-columns:1fr;gap:1rem;padding:1rem}@media (min-width: 600px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1200px){.product-grid{grid-template-columns:repeat(4,1fr)}}.hero-section{position:relative;color:#fff;padding:1.5rem 1rem;text-align:center;margin:0;min-height:75vh;display:flex;align-items:center;justify-content:center;background-image:url(/assets/banner%20movil-DQdio4hq.png);background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1}.hero-content{position:relative;z-index:2;max-width:1200px;margin:0 auto}.hero-content h1{font-size:2.5rem;margin-bottom:1rem;font-weight:700}.hero-subtitle{font-size:1.25rem;margin-bottom:1rem;opacity:.9}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-text-content{margin-bottom:2rem}.hero-image-content{display:flex;justify-content:center}.hero-banner-image{width:60%;height:auto;max-width:100%;border-radius:8px;box-shadow:0 4px 8px #0000001a}@media (max-width: 768px){.hero-banner-image{width:80%}}@media (max-width: 480px){.hero-banner-image{width:95%}}@media (min-width: 1024px){.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;text-align:left}.hero-text-content{margin-bottom:0}.hero-description{margin-left:0;margin-right:0;max-width:none}.hero-buttons{justify-content:flex-start}.hero-image-content{display:flex;justify-content:flex-end}.hero-banner-image{width:100%;max-width:500px}}@media (min-width: 1200px){.hero-content{gap:4rem}.hero-banner-image{max-width:600px}}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:5px;text-decoration:none;font-weight:600;transition:all .3s ease;border:none;cursor:pointer}.btn-primary{background-color:#28a745;color:#fff}.btn-primary:hover{background-color:#218838;text-decoration:none;transform:translateY(-2px)}.btn-secondary{background-color:#007bff;color:#000;border:2px solid white}.btn-secondary:hover{background-color:#1b6cc2;color:#313131;text-decoration:none}.btn-outline{background-color:transparent;color:#007bff;border:2px solid #007bff}.btn-outline:hover{background-color:#007bff;color:#fff;text-decoration:none}.features-section{text-align:center;margin:3rem 0}.features-section h2{font-size:2rem;margin-bottom:2rem;color:#333}.features-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1200px;margin:0 auto;padding:0 1rem;justify-items:center}@media (min-width: 600px){.features-grid{grid-template-columns:repeat(2,1fr);justify-items:center}}@media (min-width: 768px){.features-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;justify-items:center}}@media (min-width: 1024px){.features-grid{grid-template-columns:repeat(6,1fr);gap:2rem;justify-items:center;justify-content:center}}.feature-circle{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem;max-width:220px;margin:0 auto}@media (max-width: 480px){.feature-circle{padding:1rem;max-width:280px}.circle-image{width:180px;height:180px}}@media (max-width: 360px){.circle-image{width:160px;height:160px}}.circle-image{width:200px;height:200px;border-radius:50%;overflow:hidden;margin-bottom:1rem;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa}.circle-image:hover{transform:scale(1.1)}.circle-image img{max-width:90%;max-height:90%;width:auto;height:auto;object-fit:contain;object-position:center}.feature-circle h3{color:#000;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.feature-circle p{color:#666;margin-bottom:0;font-size:.9rem;line-height:1.4}.featured-products{margin:3rem 0}.featured-products h2{text-align:center;font-size:2rem;margin-bottom:2rem;color:#333}.section-footer{text-align:center;margin-top:2rem}.cta-section{background-color:#f8f9fa;padding:3rem 2rem;text-align:center;border-radius:10px;margin:3rem 0}.cta-section h2{color:#333;margin-bottom:1rem}.cta-section p{color:#666;margin-bottom:2rem;font-size:1.1rem}.cta-grid{display:flex;flex-direction:row;justify-content:center;align-items:stretch;gap:1.5rem;margin:2rem 0;flex-wrap:wrap}.cta-item{background-color:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 10px #0000001a;flex:1 1 0;min-width:200px;max-width:300px;text-align:center;transition:transform .3s ease;display:flex;flex-direction:column}.cta-item:hover{transform:translateY(-5px)}.cta-image{width:100%;aspect-ratio:1 / 1;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa;border-radius:8px;overflow:hidden}.cta-image img{max-width:90%;max-height:90%;width:auto;height:auto;object-fit:contain}.cta-item h3{color:#333;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.cta-item p{color:#666;font-size:.9rem;margin-bottom:0;flex-grow:1}@media (max-width: 1024px){.cta-grid{gap:1rem}.cta-item{min-width:180px;padding:1.25rem}}@media (max-width: 768px){.cta-grid{gap:.75rem}.cta-item{min-width:150px;padding:1rem}.cta-item h3{font-size:1rem}.cta-item p{font-size:.8rem}}@media (max-width: 480px){.cta-grid{gap:.5rem}.cta-item{min-width:120px;padding:.75rem}}@media (max-width: 768px){.hero-section{padding:2rem 1rem;margin:-1rem -1rem 1rem}.hero-content h1{font-size:2rem}.hero-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:200px}}.product-grid>*{transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 2px 8px #0000001a}.product-grid>*:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 12px 24px #00000026}.product-grid>*:hover img{transform:scale(1.1);transition:transform .3s ease}.product-grid>*:hover{box-shadow:0 8px 25px #00000026}.product-grid>*:hover .product-info{background:linear-gradient(to bottom,#f8f9fa,#e9ecef)}.product-grid>*:hover .product-price{color:#28a745;font-weight:700}.product-grid>*:hover .product-name{color:#007bff}.product-grid>*>*{transition:all .3s ease}.product-grid>*:hover{position:relative}.product-grid>*:hover:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,#28a7451a,#007bff1a);pointer-events:none;z-index:1}.product-grid>*:hover>*{position:relative;z-index:2}.error-message{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24;padding:1rem;border-radius:5px;margin:1rem 0;text-align:center}.error-message p{margin-bottom:.5rem}.error-message p:last-child{margin-bottom:0}.empty-state{background-color:#e9ecef;border:1px solid #dee2e6;color:#495057;padding:2rem;border-radius:5px;margin:1rem 0;text-align:center}.empty-state p{margin-bottom:.5rem;font-size:1.1rem}.empty-state p:last-child{margin-bottom:0;font-size:1rem;opacity:.8}.footer{background-color:#007aff;color:#fff;padding:2rem 0 1rem;font-family:Arial,sans-serif}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem}.footer-column{display:flex;flex-direction:column;gap:1.5rem}.footer-logo-section{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.footer-logo{width:120px;height:auto;border-radius:8px}.social-icons{display:flex;gap:1rem;margin-top:.5rem}.social-icon{color:#fff;transition:color .3s ease;cursor:pointer}.social-icon:hover{color:#f0f0f0}.footer-map-section h3,.footer-about-section h3{font-size:1.25rem;margin-bottom:1rem;font-weight:600}.map-container{border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #0000001a}.footer-about-section p{line-height:1.6;margin-bottom:1rem}.footer-info{margin-top:1.5rem}.footer-info h4{font-size:1.1rem;margin-bottom:.5rem;font-weight:600}.footer-info p{margin:.25rem 0;font-size:.9rem}.footer-divider{width:calc(100% - 4rem);margin:2rem auto 1rem;height:1px;background-color:#ffffff4d}.footer-bottom{text-align:center;padding-top:1rem;font-size:.9rem;color:#fffc}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:2rem;padding:0 1rem}.footer-logo-section{align-items:center}.footer-divider{width:calc(100% - 2rem)}}@media (max-width: 480px){.footer{padding:1.5rem 0 1rem}.social-icons{justify-content:center}}.producto-container{max-width:1200px;margin:0 auto;padding:4rem;min-height:calc(100vh - 200px)}.producto-detalle{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;overflow:hidden}.btn-regreso{background:#f8f9fa;border:1px solid #dee2e6;color:#495057;padding:1rem;border-radius:6px;cursor:pointer;font-size:.9rem;margin-bottom:1rem;transition:all .3s ease}.btn-regreso:hover{background:#e9ecef;transform:translate(-2px)}.producto-contenido{display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding:2rem}.producto-imagenes{position:relative}.imagen-principal{width:100%;height:400px;border-radius:8px;overflow:hidden;background:#f8f9fa;display:flex;align-items:center;justify-content:center}.imagen-producto{width:100%;height:100%;object-fit:contain;object-position:center;transition:transform .3s ease}.imagen-producto:hover{transform:scale(1.05)}.producto-info{display:flex;flex-direction:column;gap:1.5rem}.producto-titulo{font-size:2rem;font-weight:700;color:#212529;margin:0;line-height:1.2}.producto-precio{display:flex;align-items:center;gap:1rem}.precio-actual{font-size:2.2rem;font-weight:700;color:#dc3545}.producto-descripcion h3{font-size:1.2rem;font-weight:600;color:#495057;margin-bottom:.5rem}.producto-descripcion p{color:#6c757d;line-height:1.6;margin:0}.producto-categoria{margin:1rem 0}.categoria-etiqueta{background:#e9ecef;color:#495057;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500}.producto-cantidad h4{font-size:1.1rem;font-weight:600;color:#495057;margin-bottom:.5rem}.cantidad-selector{display:flex;align-items:center;gap:1rem}.cantidad-btn{width:40px;height:40px;border:1px solid #dee2e6;background:#fff;color:#495057;font-size:1.2rem;cursor:pointer;border-radius:4px;transition:all .3s ease}.cantidad-btn:hover:not(:disabled){background:#f8f9fa;border-color:#adb5bd}.cantidad-btn:disabled{opacity:.5;cursor:not-allowed}.cantidad-display{font-size:1.2rem;font-weight:600;color:#212529;min-width:30px;text-align:center}.btn-agregar-carrito{background:#dc3545;color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.btn-agregar-carrito:hover{background:#c82333;transform:translateY(-2px);box-shadow:0 4px 12px #dc35454d}.btn-agregar-carrito:active{transform:translateY(0)}.producto-info-adicional{margin-top:2rem;padding-top:2rem;border-top:1px solid #e9ecef}.info-item{margin-bottom:1.5rem}.info-item h4{font-size:1rem;font-weight:600;color:#495057;margin-bottom:.5rem}.info-item p{color:#6c757d;font-size:.9rem;margin:0}.producto-no-encontrado{text-align:center;padding:4rem 2rem}.producto-no-encontrado h1{color:#dc3545;margin-bottom:1rem}.producto-no-encontrado p{color:#6c757d;margin-bottom:2rem}.btn-volver{background:#007bff;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-size:1rem;transition:background .3s ease}.btn-volver:hover{background:#0056b3}@media (max-width: 768px){.producto-container{padding:1rem}.producto-contenido{grid-template-columns:1fr;gap:2rem;padding:1rem}.producto-titulo{font-size:1.5rem}.precio-actual{font-size:1.8rem}.imagen-principal{height:300px}.producto-info{gap:1rem}.producto-detalle{margin:8%}}@media (max-width: 480px){.producto-container,.producto-contenido{padding:.5rem}.producto-titulo{font-size:1.3rem}.precio-actual{font-size:1.5rem}.btn-agregar-carrito{padding:.75rem 1.5rem;font-size:1rem}}.carrito-container{max-width:1200px;margin:0 auto;padding:4rem 2rem;min-height:70vh}.carrito-container h2{color:#333;margin-bottom:2rem;font-size:2rem;text-align:center}.carrito-vacio{text-align:center;padding:3rem;background:#f8f9fa;border-radius:10px;margin:2rem 0}.carrito-vacio p{font-size:1.2rem;color:#666;margin-bottom:1.5rem}.btn-continuar-comprando{background:#007bff;color:#fff;padding:.8rem 1.5rem;border:none;border-radius:5px;font-size:1rem;cursor:pointer;transition:background-color .3s}.btn-continuar-comprando:hover{background:#0056b3}.carrito-productos{margin-bottom:2rem}.carrito-item{display:grid;grid-template-columns:100px 1fr auto auto auto auto;gap:1rem;align-items:center;padding:1rem;margin-bottom:1rem;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 4px #0000001a}.carrito-item-imagen{width:80px;height:80px;object-fit:cover;border-radius:5px}.carrito-item-info{flex:1}.carrito-item-info h3{margin:0 0 .5rem;color:#333;font-size:1.1rem}.carrito-item-precio{color:#007bff;font-weight:700;font-size:1rem}.carrito-item-cantidad{display:flex;align-items:center;gap:.5rem}.btn-cantidad{width:30px;height:30px;border:1px solid #ddd;background:#fff;cursor:pointer;border-radius:3px;font-size:1.2rem;display:flex;align-items:center;justify-content:center;transition:all .3s}.btn-cantidad:hover{background:#f0f0f0;border-color:#007bff}.carrito-item-cantidad span{min-width:30px;text-align:center;font-weight:700}.carrito-item-subtotal{font-weight:700;font-size:1.1rem;color:#333;min-width:100px;text-align:right}.btn-eliminar{background:#dc3545;color:#fff;border:none;padding:.5rem 1rem;border-radius:5px;cursor:pointer;font-size:.9rem;transition:background-color .3s}.btn-eliminar:hover{background:#c82333}.carrito-resumen{background:#f8f9fa;padding:2rem;border-radius:10px;margin-top:2rem}.resumen-total{text-align:right;margin-bottom:1.5rem}.resumen-total h3{color:#333;font-size:1.5rem;margin:0}.carrito-acciones{display:flex;gap:1rem;justify-content:flex-end;flex-wrap:wrap}.btn-vaciar{background:#6c757d;color:#fff;padding:.8rem 1.5rem;border:none;border-radius:5px;cursor:pointer;font-size:1rem;transition:background-color .3s}.btn-vaciar:hover{background:#5a6268}.btn-continuar{background:#28a745;color:#fff;padding:.8rem 1.5rem;border:none;border-radius:5px;cursor:pointer;font-size:1rem;transition:background-color .3s}.btn-continuar:hover{background:#1e7e34}.btn-pagar{background:#007bff;color:#fff;padding:.8rem 1.5rem;border:none;border-radius:5px;cursor:pointer;font-size:1rem;font-weight:700;transition:background-color .3s}.btn-pagar:hover{background:#0056b3}@media (max-width: 768px){.carrito-container{padding:3.5rem}.carrito-item{grid-template-columns:1fr;text-align:center;gap:.5rem}.carrito-item-imagen{margin:0 auto}.carrito-acciones{flex-direction:column}.carrito-acciones button{width:100%}}@media (max-width: 480px){.carrito-container h2{font-size:1.5rem}.carrito-item-cantidad{justify-content:center}}
