:root{--bg:#f8fafc;--surface:#fff;--surface2:#f1f5f9;--surface3:#e2e8f0;--border:#cbd5e1;--accent:#ff3c00;--accent-hover:#e45700;--accent-glow:#dc262614;--green:#10b981;--green-hover:#059669;--red:#ef4444;--text:#0f172a;--text2:#475569;--text3:#64748b;--shadow-sm:0 1px 3px #0000000d;--shadow-md:0 4px 12px #00000014;--ui:"Inter", system-ui, -apple-system, sans-serif;--white:#fff}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:var(--ui);visibility:visible}.container{max-width:1440px;margin:0 auto;padding:0 24px;font-size:11px}header{background:var(--surface);border-bottom:1px solid var(--border);z-index:100;box-shadow:var(--shadow-sm);padding:12px 0;position:sticky;top:0}.header-content{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.logo{align-items:center;gap:10px;text-decoration:none;display:flex}.logo-text{letter-spacing:-.5px;font-size:24px;font-weight:800}.logo-text span:first-child{color:#00c8ff}.logo-text span:last-child{color:#0f172a}.logo-img{width:auto;height:40px;display:block}@media (width<=768px){.logo-img{height:32px}}@media (width<=480px){.logo-img{height:28px}}.search-bar{max-width:480px;margin-left:auto;display:flex;position:relative}.search-bar input{background:#fff;border:2px solid #e5e7eb;border-radius:40px;width:100%;padding:10px 80px 10px 16px;font-size:14px}.search-bar button{background:var(--white);color:#7a7a7a;cursor:pointer;border:none;border-radius:40px;padding:6px 16px;font-weight:600;transition:all .2s;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.search-bar button:hover{background:var(--accent-hover);color:#fff}.cart-link{background:var(--surface2);color:var(--text);border:1px solid var(--border);border-radius:40px;align-items:center;gap:8px;padding:8px 20px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.cart-link:hover{border-color:var(--accent);color:var(--accent)}.products-layout{gap:32px;margin:32px 0 60px;display:flex}.category-sidebar{background:var(--surface);z-index:1100;border-right:none;border-radius:16px;width:280px;height:calc(100vh - 100px);padding:12px 0;transition:left .3s;position:fixed;top:80px;left:-300px;overflow-y:auto;box-shadow:0 10px 30px #0003}.subcategory-panel{background:var(--surface);opacity:0;visibility:hidden;pointer-events:none;z-index:1110;border-right:1px solid var(--border);border-radius:0;min-width:260px;height:100%;padding:0;transition:transform .3s,opacity .15s,visibility .15s;position:fixed;top:0;left:280px;transform:translate(-20px);box-shadow:2px 0 12px #00000026}.subcategory-panel.show{opacity:1;visibility:visible;pointer-events:auto}.productos-grid{flex:1;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:24px;display:grid}.producto-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:12px;transition:transform .2s,box-shadow .2s;overflow:hidden}.producto-card:hover{box-shadow:var(--shadow-md);border-color:var(--accent);transform:translateY(-4px)}.card-content{padding:16px}.producto-nombre{font-size:13 px;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:2.8em;margin-bottom:12px;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.producto-precio{color:var(--accent);margin:12px 0 8px;font-size:20px;font-weight:800}.producto-precio small{color:var(--text2);font-size:12px;font-weight:400}.producto-stock{color:var(--text2);align-items:center;gap:6px;margin-bottom:20px;font-size:13px;display:flex}.stock-badge{background:var(--green);border-radius:50%;width:8px;height:8px;display:inline-block}.stock-low{background:var(--red)}.btn-add{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;padding:8px 0;font-size:12px;font-weight:700;transition:background .2s}.btn-add:hover{background:var(--accent-hover)}.btn-add:disabled{background:var(--text3);cursor:not-allowed}.no-products{text-align:center;background:var(--surface);color:var(--text2);border-radius:20px;grid-column:1/-1;padding:60px}@media (width<=768px){.products-layout{flex-direction:column}.category-sidebar{display:none}.category-list{flex-wrap:wrap;gap:8px;padding:0 16px 12px;display:flex}.category-list li{background:var(--surface2);border-radius:30px}.category-list li.active{background:var(--accent);color:#fff;border-left:none}.productos-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px}.header-content{grid-template-columns:auto 1fr auto;align-items:center;gap:10px;display:grid}.logo{grid-column:1/2}.search-bar{grid-column:3/3;max-width:none;margin:0}.cart-link{grid-column:3/4;padding:6px 12px;font-size:14px}.search-bar{max-width:100%}.categories-toggle{border-radius:0 24px 24px 0;width:40px;height:60px}}.carrito-tabla{background:var(--surface);border-collapse:collapse;border-radius:20px;width:100%;min-width:200px;overflow-x:auto}.carrito-tabla th{background:var(--surface2);text-align:left;padding:12px 8px;font-size:14px;font-weight:600}.carrito-tabla td{border-bottom:1px solid var(--border);padding:12px 4px;font-size:11px}.carrito-tabla input{width:30px;font-size:12px;font-size:12 px;border:1px solid var(--border);text-align:center;border-radius:12px}.carrito-tabla .btn-outline{padding:4px 5px;font-size:6px}.btn-outline{border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:30px;padding:6px 14px;transition:all .2s}.btn-outline:hover{border-color:var(--accent);color:var(--accent)}.btn-primary{background:var(--accent);color:#fff;cursor:pointer;text-align:center;border:none;border-radius:48px;width:auto;padding:16px 32px;font-size:18px;font-weight:700;transition:all .2s;display:inline-block}.btn-primary:hover{background:var(--accent-hover);transform:scale(1.02)}@media (width<=640px){.btn-primary{width:100%;padding:14px 20px;font-size:16px}}.notification{color:#fff;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#10b981;border-radius:40px;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:500;animation:.3s slideInRight;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 12px #00000026}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.form-group{margin-bottom:20px}.form-group label{color:var(--text2);margin-bottom:6px;font-size:13px;font-weight:500;display:block}.form-group input{background:var(--surface);border:1px solid var(--border);border-radius:16px;width:100%;padding:12px 16px}.form-group input:focus{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-glow);outline:none}.icon-white{filter:brightness(0)invert()}.cart-floating{cursor:pointer;z-index:1002;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;text-decoration:none;transition:all .2s;display:flex;position:fixed;bottom:160px;right:24px;box-shadow:0 6px 16px #00000040}.cart-floating:hover{background:#ef4444;border-color:#fff;transform:scale(1.05)}.cart-floating .cart-icon{color:#ef4444;filter:none;font-size:28px}.cart-floating:hover .cart-icon{color:#fff}.cart-floating .cart-count-badge{color:#ff3c00;background:#fff;border:2px solid #ef4444;border-radius:30px;justify-content:center;align-items:center;min-width:24px;height:24px;padding:0 6px;font-size:12px;font-weight:800;display:flex;position:absolute;top:-6px;right:-6px}@media (width<=480px){.cart-floating{width:52px;height:52px;bottom:130px;right:12px}.cart-floating .cart-icon{font-size:24px}.cart-floating .cart-count-badge{min-width:20px;height:20px;font-size:10px;top:-4px;right:-4px}}.material-icons{vertical-align:middle;color:#fff}.btn-add .material-icons{vertical-align:middle;margin-right:6px;font-size:20px}.category-list li:hover .material-icons{color:#ff6000}.menu-icon{color:#1f348e}.categories-toggle{color:#fff;width:48px;height:48px;box-shadow:var(--shadow-md);cursor:pointer;z-index:1200;background:#fff;border:none;border-radius:12px;justify-content:center;align-items:center;font-size:24px;transition:all .2s;display:flex}.categories-toggle:hover{opacity:.9;transform:scale(1.02)}.categories-drawer{background:var(--surface);z-index:1002;width:280px;height:100%;box-shadow:var(--shadow-md);flex-direction:column;transition:transform .3s;display:flex;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%)}.categories-drawer.open{transform:translate(0)}.categories-drawer-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:20px;font-size:18px;font-weight:700;display:flex}.categories-drawer-header button{cursor:pointer;color:var(--text2);background:0 0;border:none;font-size:24px}.drawer-category-list{flex:1;margin:0;padding:0;list-style:none}.drawer-category-list li{cursor:pointer;border-bottom:none;justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.drawer-category-list li.active{background:var(--accent-glow);color:var(--accent);font-weight:500}.drawer-category-list li:hover{background:#f8fafc}.drawer-category-count{background:var(--surface3);border-radius:20px;padding:2px 8px;font-size:11px}.drawer-overlay{z-index:1001;background:#00000080;width:100%;height:100%;display:none;position:fixed;top:0;left:0}.drawer-overlay.show{display:block}@media (width<=768px){.category-sidebar{display:none}}.btn-danger{border-color:var(--red);color:var(--red)}.btn-danger:hover{background:var(--red);color:#fff}.producto-imagen{background:var(--surface2);justify-content:center;align-items:center;display:flex}.producto-imagen img{transition:transform .2s}.producto-card:hover .producto-imagen img{transform:scale(1.02)}.footer-bar{color:#fff;font-size:11px;font-family:var(--ui);background-color:#111;border-top:1px solid #333;margin-top:60px;padding:32px 0}.footer-content{text-align:center;flex-wrap:wrap;justify-content:center;gap:20px;max-width:1440px;margin:0 auto;display:flex}.footer-content span{white-space:nowrap}@media (width<=700px){.footer-content{flex-direction:column;gap:8px}.footer-content span{white-space:normal}}.whatsapp-float{z-index:1000;cursor:pointer;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;text-decoration:none;transition:all .2s;display:flex;position:fixed;bottom:80px;right:24px;box-shadow:0 4px 12px #00000040}.whatsapp-float img{filter:brightness(0)invert();width:32px;height:32px}.whatsapp-float:hover{background-color:#20b358;transform:scale(1.05)}@media (width<=480px){.whatsapp-float{width:48px;height:48px;bottom:70px;right:12px}.whatsapp-float img{width:24px;height:24px}}.subcategory-panel.show{opacity:1;visibility:visible;pointer-events:auto;transform:translate(0)}.subcategory-panel h4{border-bottom:1px solid var(--border);color:var(--text);justify-content:space-between;align-items:center;margin:0;padding:20px;font-size:18px;font-weight:700;display:flex}.subcategory-list-panel{flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.subcategory-panel-item{border-bottom:1px solid var(--border);cursor:pointer;justify-content:space-between;align-items:center;padding:14px 20px;font-size:16px;transition:background .2s;display:flex}.subcategory-panel-item:hover{color:#00d9ff;background:#f8fafc}.products-layout{position:relative}.drawer-category-item{border-bottom:1px solid var(--border);cursor:pointer;justify-content:space-between;align-items:center;padding:14px 20px;font-size:16px;transition:background .2s;display:flex}.drawer-category-item:active{background:var(--accent-glow)}.drawer-back-button{color:var(--accent);cursor:pointer;border-bottom:1px solid var(--border);align-items:center;gap:8px;padding:14px 20px;font-weight:600;display:flex}.drawer-back-button i{font-size:20px}.drawer-subcategory-title{color:var(--text);border-bottom:1px solid var(--border);padding:16px 20px 8px;font-size:18px;font-weight:700}.drawer-subcategory-list{padding:8px 0}.drawer-subcategory-item{cursor:pointer;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:12px 20px 12px 36px;font-size:15px;display:flex}.drawer-subcategory-item:active{background:#f1f5f9}.drawer-header-spacer{height:8px}.cart-items-list{flex-direction:column;gap:16px;margin-top:20px;display:flex}.cart-item-card{box-shadow:var(--shadow-sm);border:1px solid var(--border);background:#fff;border-radius:20px;align-items:center;gap:16px;padding:16px;transition:all .2s;display:flex}.cart-item-card:hover{box-shadow:var(--shadow-md)}.cart-item-image{background:var(--surface2);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex;overflow:hidden}.cart-item-image img{object-fit:cover;width:100%;height:100%}.cart-item-details{flex:2;min-width:150px}.cart-item-name{color:var(--text);margin-bottom:6px;font-size:13px;font-weight:700}.cart-item-price{color:var(--accent);margin-bottom:10px;font-size:14px;font-weight:600}.cart-item-actions{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.quantity-control{background:var(--surface2);border-radius:40px;align-items:center;gap:8px;padding:5px 10px;display:flex}.qty-btn{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:30px;width:28px;height:28px;font-weight:700;transition:all .2s}.qty-btn:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.qty-input{text-align:center;background:0 0;border:none;width:50px;font-size:15px;font-weight:600}.remove-item{color:var(--red);cursor:pointer;background:0 0;border:none;border-radius:30px;align-items:center;gap:4px;padding:6px 10px;font-size:13px;transition:all .2s;display:flex}.remove-item:hover{background:#fee2e2}.cart-item-subtotal{color:var(--text);text-align:right;min-width:100px;font-size:18px;font-weight:800}.cart-summary{text-align:right;background:var(--surface2);border-radius:20px;padding:16px 24px}.summary-line{color:var(--text2);margin-bottom:6px;font-size:14px}.summary-total{color:var(--accent);margin-top:8px;font-size:24px;font-weight:800}.cart-empty{text-align:center;background:#fff;border-radius:20px;padding:50px}@media (width<=640px){.cart-item-card{flex-wrap:wrap;position:relative}.cart-item-image{width:70px;height:70px}.cart-item-details{flex:1}.cart-item-subtotal{text-align:left;width:auto;margin-left:auto;font-size:16px}.cart-item-actions{justify-content:space-between;width:100%;margin-top:10px}.cart-summary{text-align:center}}.category-list li i.material-icons,.drawer-category-item i.material-icons{font-size:60x;color:var(--text2);margin-right:12px;transition:color .2s}.category-list li:hover i.material-icons,.drawer-category-item:hover i.material-icons,.category-list li.active i.material-icons{color:var(--accent)}.carousel-container{max-width:1200px;box-shadow:var(--shadow-md);border-radius:24px;margin:20px auto 40px;position:relative;overflow:hidden}.carousel{color:#1e3a5f;width:100%;position:relative}.carousel-slides{will-change:transform;transition:transform .5s ease-in-out;display:flex}.carousel-slide{text-align:center;background:#1f348e;flex-flow:column wrap;flex:0 0 100%;justify-content:center;align-items:center;gap:24px;min-height:300px;padding:20px;display:flex}.carousel-slide.banner-slide{background:0 0;padding:0}.carousel-slide img{object-fit:contain;background:var(--surface2);border-radius:16px;width:100%;height:300px;margin:0 auto;padding:12px}.carousel-slide-info{text-align:center;flex:1;min-width:200px}.carousel-slide-info h3{color:var(--text);margin-bottom:8px;font-size:1rem}.carousel-slide-info .price{color:var(--accent);margin:12px 0;font-size:1.8rem;font-weight:700}.carousel-slide-info .btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:40px;padding:10px 24px;font-weight:600;transition:background .2s}.carousel-slide-info .btn:hover{background:var(--accent-hover)}.carousel-btn{color:#fff;cursor:pointer;z-index:2;background:#00000080;border:none;border-radius:50%;padding:12px 18px;font-size:28px;transition:background .2s;position:absolute;top:50%;transform:translateY(-50%)}.carousel-btn:hover{background:#000c}.prev{left:16px}.next{right:16px}.carousel-dots{z-index:2;justify-content:center;gap:12px;display:flex;position:absolute;bottom:16px;left:0;right:0}.dot{cursor:pointer;background:#ffffff80;border-radius:50%;width:10px;height:10px;transition:all .2s}.dot.active{background:#da0a0a;border-radius:12px;width:24px}@media (width<=768px){.carousel-slide{text-align:center;flex-direction:column}.carousel-slide-info{text-align:center}.carousel-btn{padding:8px 12px;font-size:20px}}.carousel-products-grid{flex-wrap:nowrap;justify-content:center;align-items:stretch;gap:20px;width:100%;max-width:1100px;margin:0 auto;display:flex}.carousel-product-card{border:1px solid var(--border);text-align:center;box-shadow:var(--shadow-sm);background:#fff;border-radius:16px;flex-shrink:0;width:280px;min-width:280px;padding:16px 12px;transition:transform .2s,box-shadow .2s;overflow:hidden}.carousel-product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.carousel-product-img{object-fit:contain;background:var(--surface2);border-radius:12px;width:100%;height:160px;margin-bottom:12px}.carousel-product-name{-webkit-line-clamp:2;height:2.6em;color:var(--text);-webkit-box-orient:vertical;margin-bottom:8px;font-size:1rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.carousel-product-price{color:var(--accent);flex-wrap:wrap;justify-content:center;align-items:baseline;gap:6px;margin:8px 0;font-size:1.8rem;font-weight:700;display:flex}.carousel-product-price small{font-size:.75rem;font-weight:400}.carousel-product-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:30px;width:100%;margin-top:8px;padding:8px 12px;font-size:.85rem;font-weight:600;transition:background .2s}.carousel-product-btn:hover{background:var(--accent-hover)}@media (width<=900px){.carousel-products-grid{gap:16px}.carousel-product-card{width:240px;min-width:240px}}@media (width<=600px){.carousel-products-grid{gap:12px}.carousel-product-card{width:220px;min-width:220px}}body.menu-open .container{margin-left:300px;transition:margin-left .3s}@media (width<=768px){body.menu-open .container{margin-left:0}}.category-sidebar{border-radius:0;width:280px;height:100%;padding:0;top:0;box-shadow:2px 0 12px #00000026}.category-sidebar.open{left:0}.category-sidebar h3{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin:0;padding:20px;font-size:18px;font-weight:700;display:flex;position:relative}.category-sidebar h3:after{content:"×";cursor:pointer;color:var(--text2);font-size:24px;position:absolute;top:50%;right:20px;transform:translateY(-50%)}.category-list{flex-direction:column;margin:0;padding:0;display:flex}.category-list li{border-bottom:1px solid var(--border);cursor:pointer;background:0 0;border-left:none;justify-content:space-between;align-items:center;gap:12px;min-height:auto;margin-bottom:0;padding:14px 20px;font-size:16px;transition:background .2s;display:flex}.category-list li:hover{background:#f8fafc}.category-list li:active{background:var(--accent-glow)}.category-list li.active{background:var(--accent-glow);color:var(--accent);border-left:none;font-weight:500}.category-list li i.material-icons{color:var(--text2);margin-right:12px;font-size:22px}.category-list li.active i.material-icons{color:var(--accent)}.category-list .category-count{background:var(--surface3);color:#64748b;white-space:nowrap;border-radius:20px;padding:2px 8px;font-size:11px}.category-list li:hover .category-count{background:#e2e8f0}.subcategory-panel{border-radius:0;min-width:240px;height:100%;top:0;left:280px;box-shadow:2px 0 12px #00000026}.search-icon{color:#0ea5e9;font-size:22px}.delete-icon{color:#ef4444;font-size:22px}.carousel-single-product{flex:1;justify-content:center;align-items:center;width:100%;display:flex}.carousel-single-product .carousel-product-card{width:280px;max-width:90%}.banner-bg{text-align:center;border-radius:0;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;min-height:360px;padding:48px 40px;display:flex;position:relative;overflow:hidden}.banner-bg.banner-bg--with-products{flex-direction:row;justify-content:space-between;align-items:center;gap:32px;padding:36px 48px}.banner-bg:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff14 0%,#0000 70%);border-radius:50%;width:600px;height:600px;animation:6s ease-in-out infinite banner-pulse;position:absolute;top:-40%;right:-20%}.banner-bg:after{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff0d 0%,#0000 70%);border-radius:50%;width:500px;height:500px;animation:8s ease-in-out infinite reverse banner-pulse;position:absolute;bottom:-35%;left:-15%}.banner-deco{pointer-events:none;z-index:0;position:absolute}.banner-deco-line{pointer-events:none;z-index:0;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);height:2px;position:absolute}.banner-deco-line-1{width:120px;animation:4s ease-in-out infinite banner-line-glow;top:25%;left:5%;transform:rotate(-15deg)}.banner-deco-line-2{width:90px;animation:5s ease-in-out 1s infinite banner-line-glow;bottom:30%;right:8%;transform:rotate(20deg)}.banner-deco-dots{pointer-events:none;z-index:0;background-image:radial-gradient(#fff3 1.5px,#0000 1.5px);background-size:12px 12px;width:80px;height:80px;position:absolute}.banner-deco-dots-1{opacity:.6;animation:7s ease-in-out infinite banner-float;top:12%;right:10%}.banner-deco-dots-2{opacity:.4;width:60px;height:60px;animation:9s ease-in-out 2s infinite banner-float;bottom:15%;left:8%}.banner-deco-shape{pointer-events:none;z-index:0;border:2px solid #ffffff1f;border-radius:12px;width:60px;height:60px;animation:6s ease-in-out infinite banner-float;position:absolute;transform:rotate(45deg)}.banner-deco-shape-1{top:18%;left:12%}.banner-deco-shape-2{width:40px;height:40px;animation-delay:2s;bottom:20%;right:15%}.banner-deco-triangle{pointer-events:none;z-index:0;border-bottom:35px solid #ffffff14;border-left:20px solid #0000;border-right:20px solid #0000;width:0;height:0;animation:8s ease-in-out 1s infinite banner-float;position:absolute}.banner-deco-triangle-1{top:40%;right:5%}.banner-icon-glow{pointer-events:none;z-index:0;background:radial-gradient(circle,#ffffff26 0%,#0000 70%);border-radius:50%;width:120px;height:120px;animation:3s ease-in-out infinite banner-glow-pulse;position:absolute}@keyframes banner-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.08)}}@keyframes banner-float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-12px)rotate(3deg)}}@keyframes banner-line-glow{0%,to{opacity:.4}50%{opacity:1}}@keyframes banner-glow-pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:.3;transform:scale(1.3)}}@keyframes banner-img-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes banner-icon-entrance{0%{opacity:0;transform:scale(.5)rotate(-10deg)}to{opacity:1;transform:scale(1)rotate(0)}}@keyframes banner-text-entrance{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes banner-btn-entrance{0%{opacity:0;transform:translateY(10px)scale(.9)}to{opacity:1;transform:translateY(0)scale(1)}}.banner-text{text-align:center;z-index:1;flex-direction:column;flex:1;align-items:center;min-width:0;animation:.6s ease-out both banner-text-entrance;display:flex}.banner-bg--with-products .banner-text{text-align:left;flex:0 0 45%;align-items:flex-start;max-width:45%;padding-right:16px}.banner-icon-wrapper{justify-content:center;align-items:center;margin-bottom:20px;display:flex;position:relative}.banner-icon{color:#fffffff2;text-shadow:0 4px 20px #0000004d;z-index:1;font-size:68px;animation:.5s ease-out both banner-icon-entrance;position:relative}.banner-logo{filter:drop-shadow(0 4px 20px #0000004d);background-color:#fff;width:120px;height:120px;-webkit-mask:url(./g66-D-tvBpCc.svg) 50%/contain no-repeat;mask:url(./g66-D-tvBpCc.svg) 50%/contain no-repeat}@media (width<=768px){.banner-logo{width:90px}}@media (width<=480px){.banner-logo{width:70px}}.banner-accent-line{opacity:.8;border-radius:4px;width:50px;height:4px;margin:0 auto 16px}.banner-bg--with-products .banner-accent-line{margin:0 0 16px}.banner-title{color:#fff;letter-spacing:-.5px;text-shadow:0 2px 12px #00000059;margin:0 0 10px;font-size:40px;font-weight:800;line-height:1.1}.banner-subtitle{color:#ffffffe6;text-shadow:0 1px 4px #0003;margin:0 0 28px;font-size:18px;font-weight:400}.banner-btn{color:#1f348e;cursor:pointer;z-index:1;letter-spacing:.3px;background:#fff;border:none;border-radius:50px;padding:14px 40px;font-size:16px;font-weight:700;transition:all .3s cubic-bezier(.25,.8,.25,1);animation:.6s ease-out .3s both banner-btn-entrance;position:relative;box-shadow:0 4px 20px #0003,0 0 #ffffff4d}.banner-btn:hover{background:#f0f9ff;transform:translateY(-3px)scale(1.05);box-shadow:0 8px 30px #0000004d,0 0 0 4px #ffffff26}.banner-btn:active{transform:translateY(0)scale(.98)}.banner-products{z-index:1;flex:0 0 50%;justify-content:center;align-items:center;max-width:30%;height:300px;display:flex;position:relative}.banner-product-img{object-fit:contain;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border-radius:14px;width:110px;height:110px;padding:10px;transition:none;position:absolute;box-shadow:0 8px 28px #00000040,0 0 0 1px #ffffff1f;scale:.7!important}.banner-product-img:hover{background:#ffffff2e;box-shadow:0 14px 40px #00000059,0 0 0 2px #fff3;z-index:10!important;transform:scale(1)!important}.banner-product-img-1{z-index:3;animation:4s ease-in-out infinite banner-img-float;top:4%;right:50%;transform:scale(.7)rotate(-6deg)}.banner-product-img-2{z-index:2;animation:5s ease-in-out .5s infinite banner-img-float;top:50px;left:15%;transform:scale(.7)rotate(4deg)}.banner-product-img-3{z-index:1;animation:6s ease-in-out 1s infinite banner-img-float;top:50px;right:115%;transform:scale(.7)rotate(-3deg)}.banner-categories{z-index:1;flex:0 0 55%;grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(5,1fr);place-items:center;gap:16px 20px;max-width:55%;padding:10px;display:grid;position:relative}.cat-bubble{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;color:#fff;background:#ffffff1f;border:3px solid #ffffff40;border-radius:50%;outline:none;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100px;height:100px;text-decoration:none;transition:all .3s cubic-bezier(.25,.8,.25,1);animation:.5s ease-out both cat-bubble-in;display:flex;box-shadow:0 6px 24px #00000040,inset 0 1px #ffffff4d,0 0 0 3px #ffffff0f}.cat-bubble:first-child{animation-delay:0s}.cat-bubble:nth-child(2){animation-delay:50ms}.cat-bubble:nth-child(3){animation-delay:.1s}.cat-bubble:nth-child(4){animation-delay:.15s}.cat-bubble:nth-child(5){animation-delay:.2s}.cat-bubble:nth-child(6){animation-delay:.25s}.cat-bubble:nth-child(7){animation-delay:.3s}.cat-bubble:nth-child(8){animation-delay:.35s}.cat-bubble:nth-child(9){animation-delay:.4s}.cat-bubble:nth-child(10){animation-delay:.45s}@keyframes cat-bubble-in{0%{opacity:0;transform:scale(.3)}to{opacity:1;transform:scale(1)}}.cat-bubble i.material-icons{color:#fff;text-shadow:0 2px 8px #0000004d;font-size:28px;transition:transform .3s}.cat-bubble span{color:#ffffffe6;text-shadow:0 1px 4px #0000004d;text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:80px;font-size:10px;font-weight:600;line-height:1.1;overflow:hidden}.cat-bubble:hover{background:#ffffff38;border-color:#ffffff80;transform:scale(1.12);box-shadow:0 10px 36px #00000059,inset 0 1px #fff6,0 0 0 5px #ffffff1f}.cat-bubble:hover i.material-icons{transform:scale(1.1)}.carousel-container.carousel-hidden,.carousel-container.carousel-collapsed .carousel,.carousel-container.carousel-collapsed .carousel-dots{display:none}.carousel-container.carousel-collapsed{height:auto;min-height:unset;border-radius:16px;margin:16px auto 24px;padding:0}.carousel-filter-bar{display:none}.carousel-container.carousel-collapsed .carousel-filter-bar{background:linear-gradient(135deg,#1f348e 0%,#2a4ab8 100%);border-radius:16px;justify-content:space-between;align-items:center;gap:16px;padding:14px 24px;display:flex}.carousel-filter-bar .filter-bar-label{color:#fff;align-items:center;gap:10px;font-size:16px;font-weight:700;display:flex}.carousel-filter-bar .filter-bar-label i{color:#00c8ff;font-size:24px}.carousel-filter-bar .filter-bar-label span{opacity:.85;font-size:13px;font-weight:400}.carousel-filter-bar .btn-ver-todo{color:#1f348e;cursor:pointer;white-space:nowrap;background:#fff;border:none;border-radius:30px;padding:8px 20px;font-size:13px;font-weight:700;transition:all .2s}.carousel-filter-bar .btn-ver-todo:hover{color:#fff;background:#00c8ff;transform:scale(1.03)}@media (width<=480px){.carousel-container.carousel-collapsed{margin:12px auto 16px}.carousel-container.carousel-collapsed .carousel-filter-bar{padding:10px 16px}.carousel-filter-bar .filter-bar-label{font-size:14px}.carousel-filter-bar .filter-bar-label i{font-size:20px}.carousel-filter-bar .btn-ver-todo{padding:7px 14px;font-size:12px}}@media (width<=768px){.banner-bg{min-height:auto;padding:28px 20px}.banner-bg.banner-bg--with-products{flex-direction:column;gap:16px;padding:24px 20px}.banner-bg--with-products .banner-text{text-align:center;flex:none;align-items:center;max-width:100%;padding-right:0}.banner-bg--with-products .banner-accent-line{margin:0 auto 16px}.banner-categories{flex:none;grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(5,1fr);gap:12px 10px;width:100%;max-width:100%;padding:8px 0}.cat-bubble{gap:4px;width:70px;height:70px}.cat-bubble i.material-icons{font-size:22px}.cat-bubble span{max-width:60px;font-size:8px}.banner-products{flex-direction:row;flex:none;justify-content:center;align-items:center;gap:10px;width:100%;max-width:100%;height:auto;padding:10px 0 0;display:flex;position:relative}.banner-product-img{border-radius:14px;padding:10px;box-shadow:0 6px 20px #00000040,0 0 0 1px #ffffff26;width:120px!important;height:120px!important;animation:none!important;position:relative!important;inset:auto!important;transform:scale(1)!important}.banner-product-img:hover{transform:scale(1.08)!important}.banner-deco-dots,.banner-deco-shape,.banner-deco-triangle{display:none}.banner-icon{font-size:44px}.banner-icon-glow{width:70px;height:70px}.banner-title{font-size:24px}.banner-subtitle{margin-bottom:16px;font-size:14px}.banner-btn{padding:11px 24px;font-size:14px}}@media (width<=480px){.banner-bg{min-height:auto;padding:24px 16px}.banner-bg.banner-bg--with-products{flex-direction:column;gap:12px;padding:20px 16px}.banner-title{font-size:20px}.banner-subtitle{font-size:13px}.banner-icon{font-size:36px}.banner-categories{grid-template-columns:repeat(5,1fr);gap:8px 6px}.cat-bubble{border-width:2px;gap:3px;width:56px;height:56px}.cat-bubble i.material-icons{font-size:18px}.cat-bubble span{max-width:50px;font-size:7px}.banner-product-img{border-radius:14px;padding:8px;width:100px!important;height:100px!important}.banner-products{gap:8px}.banner-deco-line{display:none}}.oferta-badge{background:var(--accent);color:#fff;letter-spacing:.5px;z-index:2;border-radius:0 20px 20px 0;padding:4px 14px 4px 10px;font-size:11px;font-weight:800;position:absolute;top:10px;left:0;box-shadow:2px 2px 8px #00000026}.carousel-product-card{position:relative}
