@import"https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;500;600;700;800;900&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #ffffff;--surface: #ffffff;--surface2: #f5f5f5;--surface3: #ebebeb;--border: #e0e0e0;--accent: #e8002d;--accent-hover: #c4001f;--accent2: #3483fa;--danger: #e8002d;--text: #333333;--text-muted: #999999;--text-light: #666666;--radius: 8px;--font-display: "Nunito Sans", sans-serif;--font-body: "Nunito Sans", sans-serif;--font-mono: "Nunito Sans", sans-serif;--header-h: 64px;--sidebar-w: 220px;--shadow-sm: 0 1px 4px rgba(0, 0, 0, .08);--shadow-md: 0 4px 16px rgba(0, 0, 0, .1);--glow: rgba(232, 0, 45, .08);--glow2: rgba(52, 131, 250, .08)}html,body{overflow-x:hidden;width:100%}body{background:var(--surface2);color:var(--text);font-family:var(--font-body);min-height:100vh}.header{position:sticky;top:0;z-index:200;background:var(--accent);border-bottom:none;width:100%;box-shadow:0 2px 8px #e8002d40}.header-inner{max-width:1400px;margin:0 auto;padding:0 1.25rem;height:var(--header-h);display:flex;align-items:center;gap:1rem}.logo{display:flex;align-items:center;gap:.5rem;font-family:var(--font-display);font-weight:900;font-size:1.3rem;letter-spacing:-.02em;white-space:nowrap;flex-shrink:0;color:#fff}.logo-img{height:36px;width:auto;object-fit:contain}.logo-text{color:#fff}.search-wrap{flex:1;min-width:0;position:relative}.search-input{width:100%;background:#fff;border:2px solid transparent;border-radius:4px;padding:.55rem 1rem .55rem 2.6rem;color:var(--text);font-family:var(--font-body);font-size:.95rem;outline:none;transition:border-color .2s;box-shadow:var(--shadow-sm)}.search-input:focus{border-color:var(--accent2)}.search-input::placeholder{color:var(--text-muted)}.search-icon{position:absolute;left:.9rem;top:50%;transform:translateY(-50%);width:16px;height:16px;color:var(--text-muted);pointer-events:none}.cat-toggle{display:none;align-items:center;gap:.4rem;background:#ffffff26;border:1px solid rgba(255,255,255,.3);color:#fff;border-radius:4px;padding:.45rem .75rem;font-family:var(--font-body);font-size:.85rem;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:background .15s;font-weight:600}.cat-toggle.active,.cat-toggle:hover{background:#ffffff40}.active-filters{max-width:1400px;margin:0 auto;padding:.5rem 1.25rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;background:#fff;border-bottom:1px solid var(--border);font-size:.82rem}.filter-tag{background:#e8002d14;border:1px solid rgba(232,0,45,.2);color:var(--accent);border-radius:4px;padding:.2rem .7rem;font-weight:600}.filter-separator{color:var(--text-muted);font-size:.78rem}.filter-clear{margin-left:auto;background:none;border:1px solid var(--border);color:var(--text-muted);border-radius:4px;padding:.2rem .75rem;font-size:.78rem;cursor:pointer;font-family:var(--font-body);transition:border-color .15s,color .15s}.filter-clear:hover{border-color:var(--accent);color:var(--accent)}.banner-wrap{width:100%;margin:0 auto}.banner-iframe{width:100%;height:340px;border:none;display:block}.carousel{position:relative;width:100%;height:340px;overflow:hidden;background:#f0f0f0}.carousel-slide{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.carousel-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:blur(18px) brightness(.85) saturate(1.1);transform:scale(1.08)}.carousel-img{position:relative;z-index:1;max-width:100%;height:100%;object-fit:contain;object-position:center;display:block}.carousel-dots{position:absolute;bottom:.75rem;left:50%;transform:translate(-50%);display:flex;gap:.4rem;align-items:center;z-index:2}.carousel-dot{width:8px;height:8px;border-radius:50%;background:#fff9;border:none;cursor:pointer;padding:0;transition:background .2s,transform .2s}.carousel-dot.active{background:var(--accent);transform:scale(1.3)}.carousel-fade-enter-active,.carousel-fade-leave-active{transition:opacity .5s ease}.carousel-fade-enter-from,.carousel-fade-leave-to{opacity:0}.layout{max-width:1400px;margin:0 auto;padding:1.25rem;display:grid;grid-template-columns:var(--sidebar-w) 1fr;gap:1.25rem;align-items:start}.sidebar{position:sticky;top:calc(var(--header-h) + 1.25rem);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;max-height:calc(100vh - var(--header-h) - 2.5rem);overflow-y:auto;box-shadow:var(--shadow-sm)}.sidebar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.sidebar-title{font-family:var(--font-display);font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.sidebar-close{display:none;background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:1rem}.cat-list{list-style:none;display:flex;flex-direction:column;gap:.1rem}.cat-btn{width:100%;text-align:left;background:none;border:none;padding:.45rem .6rem;border-radius:4px;color:var(--text-light);font-family:var(--font-body);font-size:.88rem;cursor:pointer;transition:background .15s,color .15s;font-weight:500;border-left:3px solid transparent;display:flex;align-items:center;gap:.4rem}.cat-btn:hover{background:var(--surface2);color:var(--text)}.cat-btn.active{background:#e8002d0f;color:var(--accent);font-weight:700;border-left-color:var(--accent)}.cat-btn-sub{padding-left:2rem;font-size:.82rem;color:var(--text-muted);position:relative;margin-left:.5rem}.cat-btn-sub:before{content:"";width:1px;height:100%;border-radius:0;background:var(--border);transform:none;position:absolute;left:.85rem;top:0}.cat-btn-sub.active{background:#e8002d0f;color:var(--accent);font-weight:700;border-left-color:transparent}.cat-btn-sub.active:before{background:var(--accent);transform:none;border-radius:0;width:1px;height:100%}.cat-btn-has-active-sub{color:var(--text);font-weight:600}.cat-btn-has-active-sub:before{display:none}.cat-active-sub-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);flex-shrink:0;display:inline-block;margin-right:.25rem;animation:sub-pulse 1.5s ease-in-out infinite}@keyframes sub-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.6)}}.sidebar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:149;background:#0006}.btn-brands{width:100%;display:flex;align-items:center;gap:.5rem;background:var(--surface2);border:1px solid var(--border);color:var(--text-light);border-radius:4px;padding:.55rem .75rem;margin-bottom:1rem;font-family:var(--font-body);font-size:.85rem;font-weight:600;cursor:pointer;transition:border-color .15s,color .15s,background .15s;position:relative}.btn-brands:hover{border-color:var(--accent);color:var(--accent);background:var(--glow)}.brands-active-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);margin-left:auto;flex-shrink:0}.hidden-mobile{display:flex}.brands-toggle{display:none}.state-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:5rem 0;color:var(--text-muted)}.spinner{width:36px;height:36px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.empty-icon{font-size:2.5rem;opacity:.3}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.product-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;cursor:pointer;transition:box-shadow .2s,transform .2s;display:flex;flex-direction:column;box-shadow:var(--shadow-sm)}.product-card.card-agotado{opacity:.65}@media (hover: hover) and (pointer: fine){.product-card:not(.card-agotado):hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}}.card-img-wrap{position:relative;aspect-ratio:1;background:var(--surface2);overflow:hidden}.card-img{width:100%;height:100%;object-fit:contain;padding:.5rem;transition:transform .3s}@media (hover: hover) and (pointer: fine){.product-card:not(.card-agotado):hover .card-img{transform:scale(1.04)}}.card-badge{position:absolute;top:.5rem;left:.5rem;background:#ffffffeb;border:1px solid var(--border);border-radius:4px;padding:.18rem .6rem;font-size:.68rem;font-weight:700;color:var(--text-muted);white-space:nowrap;max-width:calc(100% - 1rem);overflow:hidden;text-overflow:ellipsis}.card-body{padding:.75rem .85rem;display:flex;flex-direction:column;gap:.35rem;flex:1;justify-content:space-between;border-top:1px solid var(--border)}.card-name{font-family:var(--font-display);font-size:.88rem;font-weight:500;line-height:1.4;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-subcat{font-size:.72rem;color:var(--text-muted);font-weight:400;opacity:.7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-price{font-size:1.1rem;font-weight:800;color:var(--accent);letter-spacing:-.02em;font-family:var(--font-display)}.no-price{color:var(--text-muted);font-size:.82rem;font-weight:500}.agotado-price{color:var(--text-muted);font-size:1.1rem;font-weight:800;opacity:.5}.badge-agotado{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#ffffffe6;color:var(--danger);font-family:var(--font-display);font-size:.75rem;font-weight:900;letter-spacing:.1em;padding:.4rem .85rem;border-radius:4px;border:2px solid var(--danger);pointer-events:none}.color-swatches{position:absolute;bottom:.5rem;right:.5rem;display:flex;align-items:center;gap:.25rem;background:#ffffffeb;border-radius:4px;padding:.25rem .45rem;border:1px solid var(--border)}.color-dot{width:12px;height:12px;border-radius:50%;border:1.5px solid rgba(0,0,0,.15);flex-shrink:0}.color-more{font-size:.65rem;color:var(--text-muted);font-weight:700;padding-left:.1rem}.pagination{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border)}.page-btn{background:#fff;border:1px solid var(--border);color:var(--accent);padding:.55rem 1.1rem;border-radius:4px;font-family:var(--font-body);font-size:.88rem;cursor:pointer;font-weight:700;transition:background .15s,border-color .15s}.page-btn:hover:not(:disabled){background:#e8002d0d;border-color:var(--accent)}.page-btn:disabled{opacity:.3;cursor:not-allowed}.page-info{font-size:.88rem;color:var(--text-muted);text-align:center;font-weight:500}.page-info small{display:block;font-size:.75rem;margin-top:.1rem}.page-btn-icon{display:none}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background:#00000080;display:flex;align-items:center;justify-content:center;padding:1rem;overflow-y:auto}.modal-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:820px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 8px 40px #0000002e}.modal-close{position:sticky;top:.5rem;float:right;margin:.5rem .5rem 0 0;background:var(--surface2);border:1px solid var(--border);color:var(--text-muted);width:34px;height:34px;border-radius:50%;cursor:pointer;font-size:.8rem;display:flex;align-items:center;justify-content:center;transition:color .15s,background .15s;z-index:10}.modal-close:hover{color:var(--text);background:var(--surface3)}.modal-loading{display:flex;align-items:center;justify-content:center;padding:5rem}.modal-inner{display:grid;grid-template-columns:1fr 1fr;clear:both}.modal-img-wrap{position:relative;aspect-ratio:1;background:var(--surface2);overflow:hidden;border-radius:0 0 0 var(--radius)}.modal-img{width:100%;height:100%;object-fit:contain;padding:1rem}.modal-info{padding:1.75rem;display:flex;flex-direction:column;gap:1rem;overflow-y:auto;border-left:1px solid var(--border)}.modal-title{font-family:var(--font-body);font-size:1.1rem;font-weight:600;line-height:1.4;color:var(--text)}.modal-meta{display:flex;align-items:center;gap:.65rem}.meta-label{font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.meta-value{font-size:.82rem;color:var(--text-light);font-family:monospace}.modal-price{font-family:var(--font-display);font-size:1.75rem;font-weight:900;color:var(--accent);letter-spacing:-.03em}.selected-price{margin-top:.4rem;display:flex;flex-direction:column;gap:.2rem}.selected-sku{font-size:.72rem;font-family:monospace;color:var(--text-muted);font-weight:400}.modal-variations{display:flex;flex-direction:column;gap:.9rem}.variation-group{display:flex;flex-direction:column;gap:.45rem}.variation-label{font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.variation-options{display:flex;flex-wrap:wrap;gap:.45rem}.variation-option{background:#fff;border:2px solid var(--border);border-radius:4px;padding:.45rem .8rem;cursor:pointer;transition:border-color .15s;display:flex;flex-direction:column;gap:.08rem;min-width:70px}.variation-option:hover:not(.out-of-stock-opt){border-color:var(--accent2)}.variation-option.selected{border-color:var(--accent);background:#e8002d0a}.variation-option.out-of-stock-opt{opacity:.4;cursor:not-allowed}.opt-name{font-size:.83rem;font-weight:600;color:var(--text)}.opt-price{font-size:.75rem;color:var(--text-muted)}.modal-description{display:flex;flex-direction:column;gap:.45rem}.description-text{font-size:.85rem;line-height:1.65;color:var(--text-light);max-height:120px;overflow-y:auto}.description-text p{margin-bottom:.4rem}.description-text p:last-child{margin-bottom:0}.modal-cart-controls{margin-top:auto;padding-top:1rem;border-top:1px solid var(--border)}.cart-hint{font-size:.82rem;color:var(--text-muted);text-align:center;padding:.5rem 0}.out-of-stock-msg{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem;background:#e8002d0d;border:1px solid rgba(232,0,45,.2);border-radius:4px;color:var(--danger);font-size:.88rem;font-weight:700}.stock-hint{font-size:.72rem;color:var(--text-muted);text-align:center}.cart-add-row{display:flex;flex-direction:column;gap:.6rem}.qty-control{display:flex;align-items:center;background:var(--surface2);border:1px solid var(--border);border-radius:4px;overflow:hidden;justify-content:center}.qty-control.small .qty-btn{padding:.25rem .5rem;font-size:.9rem}.qty-control.small .qty-value{padding:.25rem .5rem;font-size:.85rem}.qty-btn{background:none;border:none;color:var(--accent);cursor:pointer;padding:.4rem .8rem;font-size:1.2rem;line-height:1;font-weight:700;transition:background .15s}.qty-btn:hover{background:var(--surface3)}.qty-value{padding:.4rem .85rem;font-size:.95rem;font-weight:700;color:var(--text);min-width:2rem;text-align:center;border-left:1px solid var(--border);border-right:1px solid var(--border)}.btn-add-cart{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;background:var(--accent);color:#fff;border:none;border-radius:4px;padding:.65rem .85rem;font-family:var(--font-display);font-size:.9rem;font-weight:800;cursor:pointer;transition:background .15s;white-space:nowrap}.btn-add-cart svg{width:20px;height:20px;flex-shrink:0}.btn-add-cart:hover{background:var(--accent-hover)}.cart-box{max-width:540px;display:flex;flex-direction:column}.cart-header{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem 0;clear:both}.cart-title{font-family:var(--font-display);font-size:1.2rem;font-weight:800;color:var(--text)}.cart-count{background:var(--surface2);border:1px solid var(--border);border-radius:4px;padding:.15rem .6rem;font-size:.75rem;color:var(--text-muted);font-weight:600}.cart-items{padding:1rem 1.5rem;display:flex;flex-direction:column;gap:.75rem;max-height:340px;overflow-y:auto}.cart-item{display:flex;align-items:flex-start;gap:.75rem;background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem}.cart-item-img{width:52px;height:52px;object-fit:contain;border-radius:4px;flex-shrink:0;background:#fff;border:1px solid var(--border)}.cart-item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.18rem}.cart-item-name{font-size:.85rem;font-weight:600;color:var(--text);line-height:1.3}.cart-item-variant{font-size:.75rem;color:var(--accent2);font-weight:600}.cart-item-sku{font-size:.72rem;color:var(--text-muted);font-family:monospace}.cart-item-price{font-size:.78rem;color:var(--text-muted);margin-top:.1rem}.cart-item-right{display:flex;flex-direction:column;align-items:flex-end;gap:.4rem;flex-shrink:0}.cart-item-total{font-size:.95rem;font-weight:800;color:var(--accent)}.cart-item-remove{background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:.75rem;padding:.1rem;transition:color .15s}.cart-item-remove:hover{color:var(--danger)}.cart-empty{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:3rem;color:var(--text-muted)}.cart-footer{padding:1rem 1.5rem 1.5rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.85rem}.cart-total-row{display:flex;align-items:center;justify-content:space-between;font-size:.9rem;color:var(--text-muted);font-weight:500}.cart-total-price{font-family:var(--font-display);font-size:1.4rem;font-weight:900;color:var(--accent)}.cart-name-wrap{display:flex;flex-direction:column;gap:.4rem}.cart-name-input{background:#fff;border:1px solid var(--border);border-radius:4px;padding:.6rem .9rem;color:var(--text);font-family:var(--font-body);font-size:.9rem;outline:none;transition:border-color .2s}.cart-name-input:focus{border-color:var(--accent2)}.cart-name-input::placeholder{color:var(--text-muted)}.cart-name-hint{font-size:.75rem;color:var(--text-muted);text-align:center}.btn-whatsapp{display:flex;align-items:center;justify-content:center;gap:.6rem;background:#25d366;color:#fff;border:none;border-radius:4px;padding:.8rem 1.25rem;font-family:var(--font-display);font-size:.95rem;font-weight:800;cursor:pointer;transition:background .15s}.btn-whatsapp:hover:not(:disabled){background:#1db954}.btn-whatsapp:disabled{opacity:.4;cursor:not-allowed}.cart-divider{display:flex;flex-direction:column;gap:.5rem}.cart-hr{border:none;border-top:1px solid var(--border)}.cart-visit{font-size:.72rem;color:var(--text-muted);text-align:center;line-height:1.5}.cart-visit strong{font-weight:700;color:var(--text-light)}.brands-box{max-width:480px}.brands-header{padding:1.5rem 1.5rem 0;clear:both;display:flex;flex-direction:column;gap:.25rem}.brands-title{font-family:var(--font-display);font-size:1.2rem;font-weight:800;color:var(--text)}.brands-subtitle{font-size:.82rem;color:var(--text-muted)}.brands-grid{padding:1.25rem 1.5rem 1.5rem;display:flex;flex-wrap:wrap;gap:.6rem;contain:layout style}.brand-chip{background:var(--surface2);border:1px solid var(--border);color:var(--text-light);border-radius:999px;padding:.4rem 1rem;font-family:var(--font-body);font-size:.85rem;font-weight:500;cursor:pointer;transition:border-color .08s,color .08s,background-color .08s;will-change:border-color,color,background-color;transform:translateZ(0);backface-visibility:hidden;display:flex;align-items:center;gap:.5rem}.brand-chip:hover{border-color:var(--accent);color:var(--accent);background:var(--glow)}.brand-chip.active{background:var(--accent);border-color:var(--accent);color:#fff;font-weight:700}.brand-chip.brand-more{border-style:dashed;color:var(--text-muted);font-weight:400}.brand-chip.brand-more:hover{border-color:var(--accent2);color:var(--accent2);background:var(--glow2)}.brand-avatar{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:800;color:#fff;flex-shrink:0;letter-spacing:0}.brands-footer{position:sticky;bottom:0;padding:.75rem 1.5rem;background:var(--surface);border-top:1px solid var(--border);display:flex;justify-content:center}.btn-ver-mas{display:flex;align-items:center;gap:.4rem;background:var(--surface2);border:1px solid var(--border);color:var(--text-muted);border-radius:999px;padding:.45rem 1.25rem;font-family:var(--font-body);font-size:.82rem;font-weight:600;cursor:pointer;transition:border-color .1s,color .1s,background-color .1s}.btn-ver-mas:hover{border-color:var(--accent);color:var(--accent);background:var(--glow)}.cart-fab{position:fixed;bottom:1.75rem;right:1.75rem;z-index:500;width:56px;height:56px;border-radius:50%;background:var(--accent);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #e8002d66;transition:transform .2s,box-shadow .2s}.cart-fab:hover{transform:scale(1.08);box-shadow:0 8px 24px #e8002d80}.cart-fab-count{position:absolute;top:-4px;right:-4px;background:var(--accent2);color:#fff;border-radius:999px;min-width:20px;height:20px;padding:0 .3rem;font-size:.7rem;font-weight:800;font-family:var(--font-body);display:flex;align-items:center;justify-content:center;border:2px solid #fff}.toast{position:fixed;bottom:5.5rem;right:1.75rem;z-index:600;background:#fff;border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:4px;padding:.7rem 1rem;font-size:.85rem;color:var(--text);box-shadow:var(--shadow-md);max-width:280px;font-weight:500}.modal-enter-active,.modal-leave-active{transition:opacity .2s}.modal-enter-from,.modal-leave-to{opacity:0}.modal-enter-from .modal-box,.modal-leave-to .modal-box{transform:scale(.97) translateY(6px)}.sidebar-fade-enter-active,.sidebar-fade-leave-active{transition:opacity .2s}.sidebar-fade-enter-from,.sidebar-fade-leave-to{opacity:0}.cart-fab-enter-active,.cart-fab-leave-active{transition:transform .25s,opacity .25s}.cart-fab-enter-from,.cart-fab-leave-to{transform:scale(.5);opacity:0}.toast-enter-active,.toast-leave-active{transition:transform .25s,opacity .25s}.toast-enter-from,.toast-leave-to{transform:translateY(8px);opacity:0}@media (max-width: 768px){:root{--header-h: 112px}.cat-toggle,.brands-toggle{display:flex}.hidden-mobile{display:none}.header-inner{flex-wrap:wrap;height:auto;padding:.65rem 1rem;gap:.6rem}.logo{flex:0 0 calc(40% - .3rem);min-width:0;font-size:1.1rem}.logo-img{height:28px}.cat-toggle{flex:0 0 calc(30% - .3rem);justify-content:center;order:2;display:flex;align-items:center}.brands-toggle{flex:0 0 calc(30% - .3rem);justify-content:center;order:3;display:flex;align-items:center}.search-wrap{flex:0 0 100%;max-width:100%;order:4}.layout{grid-template-columns:1fr;padding:.75rem}.sidebar{position:fixed;top:var(--header-h);left:0;height:calc(100vh - var(--header-h));width:min(280px,80vw);max-height:calc(100vh - var(--header-h));border-radius:0 var(--radius) var(--radius) 0;z-index:150;transform:translate(-105%);transition:transform .28s cubic-bezier(.4,0,.2,1);padding:1.5rem 1.25rem}.sidebar.sidebar-open{transform:translate(0)}.sidebar-close{display:block}.banner-iframe,.carousel{height:200px}.products-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem}.modal-overlay{padding:.75rem;align-items:center}.modal-box{max-width:100%;max-height:92vh;border-radius:var(--radius)}.modal-inner{grid-template-columns:1fr}.modal-img-wrap{aspect-ratio:16/9;border-radius:var(--radius) var(--radius) 0 0}.modal-info{padding:1.25rem;border-left:none;border-top:1px solid var(--border)}.page-btn-text{display:none}.page-btn-icon{display:inline}.pagination{gap:.5rem}.cart-box{max-width:100%}.cart-header{padding:.75rem 1rem 0;display:flex;flex-wrap:wrap;align-items:center;gap:.4rem}.cart-close{position:relative;float:none;top:auto;margin:0;flex-shrink:0;order:1;background:var(--surface2);border-color:var(--border);color:var(--text-muted)}.cart-count{margin-left:auto;order:2;flex-shrink:0}.cart-title{flex:0 0 100%;order:3;font-size:1.1rem;padding-top:.1rem;text-align:center}.cart-items{max-height:280px}.cart-item{flex-wrap:wrap}.cart-item-info{max-width:calc(100% - 70px)}.cart-item-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.cart-item-right{flex-direction:row;align-items:center;width:100%;justify-content:space-between;padding-top:.4rem;border-top:1px solid var(--border);margin-top:.25rem}.cart-footer{padding:.75rem 1rem;gap:.6rem}.cart-total-row{font-size:.8rem}.cart-total-price{font-size:1rem}.cart-name-input{padding:.45rem .75rem;font-size:.85rem}.btn-whatsapp{padding:.6rem 1rem;font-size:.85rem}.cart-name-hint{font-size:.7rem}.cart-fab{bottom:1.25rem;right:1.25rem}.toast{bottom:5rem;right:1.25rem;max-width:calc(100vw - 2.5rem)}}@media (max-width: 400px){.products-grid{grid-template-columns:repeat(2,1fr)}}
