@import "https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&family=Nunito:wght@400;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Outfit:wght@400;600;800;900&family=Playfair+Display:ital,wght@0,700;1,700&display=swap";:root{--primary:#f36b8e;--primary-hover:#e05579;--secondary:#92d0db;--secondary-dark:#4bb7c7;--accent-green:#6ac9b9;--accent-yellow:#eab951;--background:#fcfcfc;--surface:#fff;--text-main:#666;--text-title:#4bb7c7;--border:#edf2f7;--radius-sm:16px;--radius-md:24px;--radius-lg:32px;--radius-pill:999px;--shadow-sm:0 4px 12px #92d0db26;--shadow-md:0 12px 24px #92d0db33;--shadow-lg:0 20px 40px #92d0db40}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);background-image:radial-gradient(var(--border) 1.5px, transparent 1.5px);color:var(--text-main);-webkit-font-smoothing:antialiased;touch-action:manipulation;-webkit-overflow-scrolling:touch;background-size:20px 20px;width:100%;max-width:100%;font-family:Nunito,system-ui,-apple-system,sans-serif;line-height:1.6;overflow-x:hidden}html{touch-action:manipulation;width:100%;max-width:100%;overflow-x:hidden}.btn-whatsapp{color:#fff;border-radius:var(--radius-pill);cursor:pointer;background-color:#25d366;border:none;justify-content:center;align-items:center;padding:.6rem 1.2rem;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 4px 10px #25d3664d}.btn-whatsapp:hover{background-color:#128c7e;transform:translateY(-2px);box-shadow:0 6px 14px #25d36666}.product-bottom-row{justify-content:space-between;align-items:center;margin-top:1rem;display:flex}h1,h2,h3,h4,h5,h6{color:var(--text-title);letter-spacing:.5px;font-family:Fredoka,cursive;font-weight:600;line-height:1.2}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.btn-primary{background-color:var(--primary);color:#fff;border-radius:var(--radius-pill);justify-content:center;align-items:center;gap:.5rem;padding:.8rem 2rem;font-family:Nunito,sans-serif;font-size:1.1rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 4px 10px #f36b8e66}.btn-primary:hover{background-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 6px 15px #f36b8e80}.animate-fade-in{animation:.6s ease-out forwards fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#92d0db66;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#92d0dbcc}.glass-panel{-webkit-backdrop-filter:blur(12px);box-shadow:var(--shadow-sm);border-radius:var(--radius-md);background:#ffffffbf;border:1px solid #ffffff80}.hover-lift{transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s}.hover-lift:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)scale(1.01)}.animate-pulse-subtle{animation:2s infinite pulseSubtle}@keyframes pulseSubtle{0%{transform:scale(1);box-shadow:0 0 #f36b8e66}70%{transform:scale(1.02);box-shadow:0 0 0 10px #f36b8e00}to{transform:scale(1);box-shadow:0 0 #f36b8e00}}.shimmer{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;animation:1.5s infinite shimmerAnim}@keyframes shimmerAnim{0%{background-position:-200% 0}to{background-position:200% 0}}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.pqrs-modal-overlay{z-index:1000;background:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.pqrs-modal{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:500px;max-height:90vh;display:flex;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.pqrs-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.pqrs-header h3{color:#1e293b;margin:0;font-size:1.25rem}.pqrs-body{padding:1.5rem}.pqrs-intro{color:#64748b;margin:0 0 1.5rem;font-size:.95rem;line-height:1.5}.pqrs-form{flex-direction:column;gap:1.25rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.pqrs-file-upload{cursor:pointer;display:block}.pqrs-file-upload .upload-btn{color:#64748b;background:#f1f5f9;border:2px dashed #cbd5e1;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem;font-weight:500;transition:all .2s;display:flex}.pqrs-file-upload:hover .upload-btn{background:#e2e8f0;border-color:#94a3b8}.pqrs-submit-btn{justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:.85rem;font-size:1rem;display:flex}.pqrs-error{color:#ef4444;background:#fef2f2;border:1px solid #fca5a5;border-radius:8px;padding:.75rem;font-size:.9rem}.pqrs-success{text-align:center;padding:2rem 1rem}.pqrs-success .success-icon{color:#22c55e;background:#dcfce7;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1rem;font-size:2rem;display:flex}.pqrs-success h4{color:#1e293b;margin:0 0 .5rem;font-size:1.25rem}.pqrs-success p{color:#64748b;margin-bottom:2rem;line-height:1.5}@media (width<=600px){.form-row{grid-template-columns:1fr}}.menu-app-container{touch-action:manipulation;background-color:#fafafa;width:100%;max-width:100%;min-height:100vh;margin:0;font-family:Outfit,sans-serif;overflow-x:hidden}@media (width>=992px){.menu-app-container{background-color:#fff;max-width:600px;margin:0 auto;box-shadow:0 0 50px #0000001a}}.menu-app-header{color:var(--secondary-dark);background:linear-gradient(135deg,#92d0db66 0%,#f36b8e33 100%);border-bottom:2px solid #fff;flex-direction:column;align-items:center;padding:3rem 1.5rem 1.5rem;display:flex;position:relative;overflow:hidden}.stars-overlay{display:none}.menu-app-logo{z-index:2;justify-content:center;align-items:center;margin-bottom:1rem;display:flex;position:relative}.store-logo-round{object-fit:cover;background:#fff;border:4px solid #fff;border-radius:50%;width:90px;height:90px;box-shadow:0 6px 24px #00000026}.store-logo-placeholder{background:#fff;flex-wrap:wrap;justify-content:center;align-items:center;gap:.1rem;padding:.5rem;font-size:.8rem;display:flex}.menu-app-subtitle{z-index:2;color:var(--secondary-dark);letter-spacing:2px;border-top:1px solid #0000001a;border-bottom:1px solid #0000001a;margin-bottom:2rem;padding:.2rem 1rem;font-family:Fredoka,cursive;font-size:.9rem;position:relative}.menu-app-actions{z-index:2;justify-content:center;gap:.8rem;width:100%;display:flex;position:relative}.pill-btn{color:var(--secondary-dark);cursor:pointer;background-color:#fff;border:1px solid #0000000d;border-radius:999px;align-items:center;gap:.4rem;padding:.6rem 1rem;font-size:.75rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 2px 8px #0000000d}.pill-btn:hover{background-color:var(--surface);color:var(--primary);border-color:var(--primary)}.status-dot{background-color:#25d366;border-radius:50%;width:8px;height:8px;display:inline-block;box-shadow:0 0 8px #25d366}.menu-app-body{background-color:#fafafa;padding:1.5rem 1rem}.explore-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:0 .5rem;display:flex}.explore-header h2{color:#111;letter-spacing:.5px;font-family:Nunito,sans-serif;font-size:1.1rem;font-weight:800}.search-icon-btn{color:#555;cursor:pointer;background-color:#f1f1f1;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,transform .15s;display:flex}.search-icon-btn:hover{background:var(--primary);color:#fff;transform:scale(1.08)}.search-bar-wrap{border:2px solid var(--primary);background:#fff;border-radius:50px;align-items:center;gap:.5rem;margin:0 0 .75rem;padding:.5rem 1rem;animation:.2s searchSlide;display:flex;box-shadow:0 4px 16px #f36b8e26}@keyframes searchSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.search-bar-icon{color:var(--primary);flex-shrink:0}.search-bar-input{color:#1e293b;background:0 0;border:none;outline:none;flex:1;font-size:.95rem;font-weight:500}.search-bar-input::placeholder{color:#94a3b8}.search-bar-clear{cursor:pointer;color:#94a3b8;background:0 0;border:none;flex-shrink:0;padding:0;font-size:1.2rem;line-height:1;transition:color .15s}.search-bar-clear:hover{color:#ef4444}.categories-carousel{-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y;scrollbar-width:none;gap:1rem;margin-bottom:.5rem;padding:.5rem .5rem 2rem;display:flex;overflow-x:auto}.categories-carousel::-webkit-scrollbar{display:none}.category-card{cursor:pointer;background-color:#0000;flex-direction:column;align-items:center;gap:.5rem;min-width:90px;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex}.category-card:hover .cat-img-placeholder{transform:translateY(-4px);box-shadow:0 10px 20px #0000001a}.category-card.active .cat-img-placeholder{border:3px solid var(--primary);transform:translateY(-4px);box-shadow:0 10px 20px #f36b8e4d}.cat-img-placeholder{background-image:linear-gradient(135deg,#ffffff4d 0%,#0000000d 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.4rem;transition:all .3s;display:flex;box-shadow:0 4px 12px #00000014}.cat-info{text-align:center;flex-direction:column;gap:3px;display:flex}.cat-info h3{color:#2b2b2b;margin:0;font-size:.75rem;font-weight:800;line-height:1.2}.cat-info p{color:var(--primary);background-color:#f36b8e1a;border-radius:10px;align-self:center;margin:0;padding:2px 6px;font-size:.65rem;font-weight:800;display:inline-block}.menu-list{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (width<=900px){.menu-list{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.menu-list{grid-template-columns:repeat(2,1fr);gap:.75rem}}.menu-list-item{background-color:#fff;border:1px solid #00000008;border-radius:20px;flex-direction:column;min-height:auto;padding:0;transition:transform .3s cubic-bezier(.25,.8,.25,1),box-shadow .3s cubic-bezier(.25,.8,.25,1),border-color .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000a}.menu-list-item:hover{border-color:rgba(var(--primary-rgb,243, 107, 142), .25);transform:translateY(-6px)scale(1.02);box-shadow:0 16px 35px #00000014}.item-img{aspect-ratio:3/4;background-color:#f8fafc;border-radius:0;flex-shrink:0;width:100%;height:auto;position:relative;overflow:hidden}.item-img img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.menu-list-item:hover .item-img img{transform:scale(1.05)}.img-placeholder{background-color:#f0f0f0;width:100%;height:100%}.item-details{flex-direction:column;flex:1;justify-content:space-between;padding:.75rem .85rem .85rem;display:flex}.item-details h4,.item-name{text-transform:capitalize;-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;color:#0f172a!important;margin:0 0 .35rem!important;font-size:.84rem!important;font-weight:700!important;line-height:1.35!important}.item-price{align-items:center;gap:.4rem;display:flex;color:var(--primary,#f36b8e)!important;margin-top:.25rem!important;font-size:1.02rem!important;font-weight:800!important}.item-add-btn{background-color:var(--primary,#f36b8e);color:#fff;cursor:pointer;z-index:10;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:transform .2s,box-shadow .2s;display:flex;position:absolute;bottom:.5rem;right:.5rem;box-shadow:0 4px 12px #00000038}.item-add-btn:hover{transform:scale(1.12);box-shadow:0 6px 16px #00000052}.item-add-btn:active{transform:scale(.92)}.menu-loading{color:var(--primary);justify-content:center;padding:3rem 0;display:flex}.no-items{text-align:center;color:#888;padding:2rem;font-weight:600}.floating-cart-btn{background:linear-gradient(135deg, var(--primary) 0%, #e85d95 100%);color:#fff;cursor:pointer;z-index:50;white-space:nowrap;border:none;border-radius:0;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1rem 1.5rem;transition:opacity .2s;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #f36b8e4d}.floating-cart-btn:hover{opacity:.95}.cart-icon-wrapper{align-items:center;gap:.6rem;font-size:.95rem;font-weight:700;display:flex;position:relative}.cart-badge{color:var(--primary);background-color:#fff;border-radius:50%;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 3px;font-size:.72rem;font-weight:800;display:flex}.cart-total-float{margin-left:auto;font-size:1.05rem;font-weight:800}.cart-modal-overlay{z-index:100;background-color:#00000080;justify-content:flex-end;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.cart-modal{background-color:#fff;flex-direction:column;width:100%;max-width:400px;height:100%;animation:.3s cubic-bezier(.16,1,.3,1) slideInRight;display:flex}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-header{background:#fff;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.cart-header h3{color:#1e293b;font-size:1.2rem;font-weight:800}.close-btn{color:#888;cursor:pointer;background:0 0;border:none;padding:.5rem}.cart-items{flex-direction:column;flex:1;gap:.75rem;padding:1rem 1.25rem;display:flex;overflow-y:auto}.empty-cart{text-align:center;color:#888;margin-top:2rem}.cart-item{background:#f9fafb;border-radius:16px;align-items:flex-start;gap:.85rem;padding:.75rem;display:flex}.cart-item-img{background:#e2e8f0;border-radius:12px;flex-shrink:0;width:70px;height:70px;overflow:hidden}.cart-item-img img{object-fit:cover;width:100%;height:100%}.img-placeholder-small{background:linear-gradient(135deg,#e2e8f0 0%,#cbd5e1 100%);width:100%;height:100%}.cart-item-details{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.cart-item-details h4{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.88rem;font-weight:700;overflow:hidden}.cart-item-price{color:var(--primary);margin:2px 0 6px;font-size:.95rem;font-weight:800}.cart-item-qty{background:#e8e8f0;border-radius:999px;align-self:flex-start;align-items:center;gap:0;width:fit-content;display:flex;overflow:hidden}.cart-item-qty button{cursor:pointer;color:#555;background:0 0;border:none;justify-content:center;align-items:center;width:30px;height:28px;font-size:1.1rem;font-weight:700;transition:background .15s;display:flex}.cart-item-qty button:hover{background:#0000000f}.cart-item-qty span{color:#1e293b;text-align:center;min-width:24px;font-size:.88rem;font-weight:800}.cart-item-remove{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:4px;transition:color .15s,background .15s;display:flex}.cart-item-remove:hover{color:#ef4444;background:#fee2e2}.cart-item-info{flex:1}.cart-item-info h5{color:#333;margin-bottom:.2rem;font-size:.85rem;font-weight:700}.cart-item-info p{color:var(--primary);font-size:.8rem;font-weight:800}.cart-item-actions{background-color:#f9f9f9;border-radius:999px;align-items:center;gap:.8rem;padding:.3rem .6rem;display:flex}.cart-item-actions button{color:#555;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:flex}.cart-item-actions button:disabled{opacity:.3;cursor:not-allowed}.cart-item-actions span{font-size:.9rem;font-weight:700}.remove-btn{margin-left:.5rem;color:#f44!important}.cart-footer{background-color:#fff;border-top:1px solid #f1f5f9;padding:1.25rem}.cart-total{color:#222;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:1.25rem;font-weight:800;display:flex}.checkout-btn{background:linear-gradient(135deg, var(--primary) 0%, #e85d95 100%);color:#fff;cursor:pointer;letter-spacing:.3px;border:none;border-radius:50px;width:100%;padding:1rem;font-size:1rem;font-weight:800;transition:opacity .2s,transform .15s;box-shadow:0 6px 20px #f36b8e59}.checkout-btn:hover{opacity:.9}.checkout-btn:disabled{cursor:not-allowed;background-color:#ccc}.checkout-form{flex-direction:column;flex:1;padding:1.5rem;display:flex;overflow-y:auto}.form-group{margin-bottom:1.2rem}.form-group label{color:#555;margin-bottom:.4rem;font-size:.85rem;font-weight:700;display:block}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:8px;width:100%;padding:.8rem;font-family:inherit;font-size:.9rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary);outline:none}.whatsapp-submit{background-color:#25d366;margin-bottom:.5rem}.back-btn{color:#888;cursor:pointer;background:0 0;border:none;width:100%;padding:.5rem;font-weight:700}.back-btn:hover{color:#555}@keyframes ganarDineroPulse{0%{transform:scale(1);box-shadow:0 0 #10b98166}50%{transform:scale(1.05);box-shadow:0 0 0 10px #10b98100}to{transform:scale(1);box-shadow:0 0 #10b98100}}.ganar-dinero-pulse{transition:all .2s;animation:2s ease-in-out infinite ganarDineroPulse}.ganar-dinero-pulse:hover{background:#10b98126!important;transform:scale(1.1)!important}.hero-background-video{object-fit:cover;z-index:1;opacity:.45;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.hero-ticker-wrap{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:4;background:#0000008c;border-top:1px solid #ffffff1f;width:100%;padding:.45rem 0;position:absolute;bottom:0;left:0;overflow:hidden}.hero-ticker-track{gap:0;width:max-content;animation:30s linear infinite ticker-scroll;display:flex}.hero-ticker-item{white-space:nowrap;color:#fff;letter-spacing:.4px;border-right:1px solid #fff3;padding:0 2.5rem;font-family:Outfit,sans-serif;font-size:.72rem;font-weight:600}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.menu-app-header.has-video{background:0 0;position:relative;overflow:hidden;padding:0!important}.menu-app-header.has-video .hero-background-video{object-fit:cover;object-position:50% 20%;opacity:1;width:100%;height:clamp(340px,105vw,480px);display:block;position:relative}.hero-content-overlay{top:max(1.5rem, env(safe-area-inset-top,1.5rem));z-index:2;flex-direction:column;align-items:center;width:100%;display:flex;position:absolute;left:0}.menu-app-header.has-video .menu-app-logo{margin-bottom:0;position:static;transform:none}.menu-app-header.has-video .store-logo-round{border-width:2.5px!important;width:62px!important;height:62px!important}.menu-app-header.has-video .menu-app-subtitle{text-align:center;z-index:2;color:#fff;letter-spacing:1.5px;text-transform:uppercase;text-shadow:0 2px 8px #000000f2;white-space:nowrap;margin:0;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:900;position:static}.header-bottom-bar{top:max(1.2rem, env(safe-area-inset-top,1.2rem));z-index:10;justify-content:space-between;align-items:center;width:100%;padding:0 .5rem;display:flex;position:absolute;left:0}@media (width<=400px){.special-header-btn{padding:.22rem .4rem!important;font-size:.68rem!important}.menu-app-header.has-video .store-logo-round{width:52px!important;height:52px!important}}.header-bottom-bar>:first-child,.header-bottom-bar>:last-child{flex-shrink:1}.menu-app-header.has-video .menu-app-subtitle.vertical-text{writing-mode:vertical-rl;white-space:nowrap;color:#fffffff2;letter-spacing:4px;text-transform:uppercase;text-shadow:0 2px 8px #000000f2;z-index:3;pointer-events:none;background:0 0;justify-content:center;align-items:center;width:1.6rem;margin:0;padding:0;font-family:Outfit,sans-serif;font-size:.72rem;font-weight:900;display:flex;position:absolute;top:0;bottom:0;left:0;transform:rotate(180deg)}.menu-app-header:not(.has-video) .menu-app-subtitle.vertical-text{display:none}.special-header-btn{letter-spacing:.5px;white-space:nowrap!important;font-family:Outfit,sans-serif!important;font-weight:800!important}.menu-app-subtitle{z-index:2;letter-spacing:2px;text-transform:uppercase;color:#1e293b;margin-top:.4rem;font-size:.82rem;font-weight:800;position:relative}.detail-overlay{z-index:1100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000a6;justify-content:center;align-items:center;padding:1rem;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.detail-modal{background:#fff;border-radius:24px;flex-direction:column;width:100%;max-width:460px;max-height:90dvh;animation:.25s cubic-bezier(.16,1,.3,1) slideUp;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 60px #00000059}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.detail-close{z-index:10;cursor:pointer;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 2px 8px #00000026}.detail-close:hover{background:#f1f5f9}.detail-carousel{background:#f8fafc;flex-shrink:0;justify-content:center;align-items:center;width:100%;height:44dvh;min-height:280px;max-height:400px;display:flex;position:relative;overflow:hidden}.detail-carousel-img{object-fit:contain;width:100%;height:100%;display:block}.detail-carousel-placeholder{background:linear-gradient(135deg,#e2e8f0 0%,#cbd5e1 100%);width:100%;height:100%}.carousel-btn{z-index:20;color:#1e293b;cursor:pointer;touch-action:manipulation;background:#ffffffe0;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #0000002e}.carousel-btn:hover{background:#fff}.carousel-btn-left{left:10px}.carousel-btn-right{right:10px}.carousel-dots{gap:6px;display:flex;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.carousel-dot{cursor:pointer;background:#ffffff8c;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .15s,transform .15s}.carousel-dot.active{background:#fff;transform:scale(1.3)}.detail-thumbs{scrollbar-width:none;flex-shrink:0;gap:8px;padding:10px 16px 0;display:flex;overflow-x:auto}.detail-thumbs::-webkit-scrollbar{display:none}.detail-thumb{object-fit:cover;cursor:pointer;opacity:.6;border:2px solid #0000;border-radius:10px;flex-shrink:0;width:54px;height:54px;transition:border-color .15s,opacity .15s}.detail-thumb.active{border-color:var(--primary,#7c3aed);opacity:1}.detail-thumb:hover{opacity:1}.detail-info{flex-direction:column;flex-grow:1;gap:8px;padding:12px 18px 16px;display:flex;overflow-y:auto}.detail-header-row{justify-content:space-between;align-items:baseline;gap:8px;padding-right:30px;display:flex}.detail-name{color:#0f172a;margin:0;font-size:1.2rem;font-weight:700;line-height:1.3}.detail-price{color:var(--primary,#7c3aed);white-space:nowrap;margin:0;font-size:1.3rem;font-weight:800}.detail-desc{color:#475569;margin:0;font-size:.88rem;line-height:1.6}.detail-controls-row{justify-content:space-between;align-items:flex-end;gap:12px;width:100%;margin-top:0;display:flex}.detail-section-label{text-transform:uppercase;letter-spacing:1px;color:#94a3b8;align-items:center;gap:6px;margin:0 0 6px;font-size:.75rem;font-weight:700;display:flex}.detail-tallas{flex-direction:column;flex-grow:1;display:flex}.tallas-grid{flex-wrap:wrap;gap:6px;display:flex}.talla-chip{color:#334155;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:50px;padding:6px 14px;font-size:.82rem;font-weight:600;transition:all .15s}.talla-chip:hover{border-color:var(--primary,#7c3aed);color:var(--primary,#7c3aed)}.talla-chip.active{background:var(--primary,#7c3aed);border-color:var(--primary,#7c3aed);color:#fff;box-shadow:0 2px 8px #7c3aed40}.detail-cantidad{flex-direction:column;align-items:flex-end;display:flex}.cantidad-control{border:1.5px solid #e2e8f0;border-radius:50px;align-items:center;display:flex;overflow:hidden}.qty-btn{color:#334155;cursor:pointer;background:#f8fafc;border:none;justify-content:center;align-items:center;width:34px;height:34px;font-size:1.2rem;font-weight:600;transition:background .15s;display:flex}.qty-btn:hover{background:#e2e8f0}.qty-value{text-align:center;color:#0f172a;min-width:36px;font-size:.95rem;font-weight:700}.detail-add-btn{background:linear-gradient(135deg, var(--primary,#7c3aed) 0%, #9f67f5 100%);color:#fff;cursor:pointer;border:none;border-radius:50px;flex-shrink:0;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:6px;padding:14px 20px;font-size:.95rem;font-weight:700;transition:opacity .15s,transform .15s;display:flex;box-shadow:0 4px 16px #7c3aed59}.detail-add-btn:hover{opacity:.92;transform:translateY(-1px)}.detail-add-btn:active{transform:translateY(0)}@media (width<=480px){.detail-modal{border-radius:20px;max-width:95%;max-height:92dvh}.detail-carousel{aspect-ratio:auto;height:38dvh;min-height:240px;max-height:340px}.detail-carousel-img{object-fit:contain;height:100%}}.sku-badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;letter-spacing:.5px;z-index:10;pointer-events:none;white-space:nowrap;text-overflow:ellipsis;background:#000000a6;border-radius:4px;max-width:90%;padding:.1rem .35rem;font-family:Outfit,sans-serif;font-size:.55rem;font-weight:700;position:absolute;top:.5rem;left:.5rem;right:auto;overflow:hidden}@media (width<=360px){.menu-list{grid-template-columns:repeat(2,1fr);gap:.5rem}.menu-list-item{border-radius:14px}.item-name{font-size:.7rem!important}.item-price{font-size:.75rem!important}.menu-app-logo{width:65px!important;height:65px!important}.category-pills{gap:.4rem}.category-pill{padding:.3rem .7rem!important;font-size:.7rem!important}}@supports (padding-bottom:env(safe-area-inset-bottom)){.menu-app-container{padding-bottom:env(safe-area-inset-bottom)}.detail-modal{padding-bottom:calc(1.25rem + env(safe-area-inset-bottom))}}@media (width<=480px){.info-ticker-text{font-size:.72rem!important}.detail-modal{border-radius:20px;max-width:95%;max-height:92dvh}.detail-carousel{aspect-ratio:auto;height:38dvh;min-height:240px;max-height:340px}.detail-carousel-img{object-fit:contain;height:100%}.cart-item{flex-wrap:wrap;gap:.5rem}.checkout-form input,.checkout-form textarea,.checkout-form select{font-size:16px!important}}@media (width>=992px){.menu-app-container{border-radius:0;max-width:480px;min-height:100vh;margin:0 auto;box-shadow:0 0 60px #0000001f}}.menu-card,.menu-product-card,.cart-item,.cat-pill{transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s}.menu-card:hover,.menu-product-card:hover,.cart-item:hover,.cat-pill:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.cart-floating-btn,.btn-primary{transition:all .2s ease-in-out}.cart-floating-btn:active,.btn-primary:active{transform:scale(.95)}
