.productos-page{display:grid;grid-template-columns:280px 1fr;gap:3rem;max-width:1320px;margin:0 auto;padding:2rem 1.5rem}@media(max-width:1024px){.productos-page{grid-template-columns:240px 1fr;gap:1.5rem}}@media(max-width:768px){.productos-page{grid-template-columns:1fr}}.filtros{position:sticky;top:calc(64px + 1rem);height:fit-content;background:var(--surface-card);border:var(--border-card);border-radius:16px;padding:1.5rem;max-height:calc(100vh - 64px - 2rem);overflow-y:auto;scrollbar-width:thin}.filtros::-webkit-scrollbar{width:4px}.filtros::-webkit-scrollbar-thumb{background:#374151;border-radius:9999px}@media(max-width:768px){.filtros{display:none}}.filtros__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:var(--border-subtle)}.filtros__title{font-size:1.25rem;font-weight:700;color:var(--text-heading)}.filtros__reset{font-size:.875rem;color:#8b5cf6;font-weight:500;transition:color .15s ease;background:none;border:none;cursor:pointer;padding:.25rem}.filtros__reset:hover{color:#a78bfa;text-decoration:underline}.filtros__section{margin-bottom:2rem}.filtros__section:last-child{margin-bottom:0}.filtros__section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.filtros__section-title{font-size:1rem;font-weight:600;color:var(--text-heading);margin-bottom:.25rem}.filtros__section-subtitle{font-size:.75rem;color:var(--text-muted);margin-bottom:1rem}.filtros__reset-section{font-size:.75rem;color:#8b5cf6;font-weight:500;transition:color .15s ease;background:none;border:none;cursor:pointer;padding:0}.filtros__reset-section:hover{color:#a78bfa}.filtros__range{margin-top:.5rem}.filtros__range-labels{display:flex;justify-content:space-between;margin-bottom:.5rem}.filtros__range-value{font-size:.875rem;font-weight:600;color:var(--text-heading);padding:.25rem .5rem;background:var(--surface-input);border-radius:8px}.filtros__range-input{width:100%;height:4px;background:var(--surface-input);border-radius:9999px;outline:none;appearance:none;cursor:pointer}.filtros__range-input::-webkit-slider-thumb{appearance:none;width:16px;height:16px;background:#6d28d9;border-radius:9999px;cursor:pointer;transition:all .15s ease}.filtros__range-input::-webkit-slider-thumb:hover{transform:scale(1.2);background:#8b5cf6}.filtros__range-input::-moz-range-thumb{width:16px;height:16px;background:#6d28d9;border:none;border-radius:9999px;cursor:pointer;transition:all .15s ease}.filtros__range-input::-moz-range-thumb:hover{transform:scale(1.2);background:#8b5cf6}.filtros__range-input+.filtros__range-input{margin-top:-4px}.filtros__options{display:flex;flex-direction:column;gap:.5rem}.filtros__option{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.25rem;border-radius:12px;transition:background .15s ease}.filtros__option:hover{background:var(--surface-input)}.filtros__option input{display:none}.filtros__option-check{width:18px;height:18px;border:2px solid #4b5563;border-radius:8px;transition:all .15s ease;flex-shrink:0;position:relative}input:checked+.filtros__option-check{background:#6d28d9;border-color:#6d28d9}input:checked+.filtros__option-check:after{content:"";position:absolute;top:2px;left:5px;width:4px;height:8px;border:solid #ffffff;border-width:0 2px 2px 0;transform:rotate(45deg)}.filtros__option-check--radio{border-radius:9999px}input:checked+.filtros__option-check--radio:after{top:3px;left:3px;width:8px;height:8px;border:none;background:#fff;border-radius:9999px;transform:none}.filtros__option-label{font-size:.875rem;color:var(--text-body);flex:1}.filtros__stars{display:flex;gap:2px;color:#facc15}.filtros__more{font-size:.875rem;color:#8b5cf6;font-weight:500;margin-top:.25rem;background:none;border:none;cursor:pointer;padding:.25rem 0;text-align:left}.filtros__more:hover{color:#a78bfa;text-decoration:underline}.filtros__toggle-group{display:flex;gap:.25rem}.filtros__toggle{flex:1;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:var(--text-body);background:var(--surface-input);border:1px solid transparent;border-radius:9999px;cursor:pointer;transition:all .15s ease}.filtros__toggle:hover{background:var(--surface-input-focus);color:var(--text-heading)}.filtros__toggle--active{background:#6d28d9;color:#fff;border-color:#6d28d9}.filtros__toggle--active:hover{background:#8b5cf6}.filtros__category-link{display:block;padding:.25rem .5rem;font-size:.875rem;color:var(--text-body);text-decoration:none;border-radius:12px;transition:all .15s ease}.filtros__category-link:hover{background:var(--surface-input);color:var(--text-heading)}.filtros__category-link--active{background:#6d28d9;color:#fff;font-weight:500}.filtros__category-link--active:hover{background:#8b5cf6}.productos-content__breadcrumb{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;color:#8b5cf6;text-decoration:none;font-weight:500;margin-bottom:.25rem;transition:color .15s ease}.productos-content__breadcrumb:hover{color:#a78bfa}.productos-content__breadcrumb svg{transform:rotate(180deg)}.productos-content__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.productos-content__title{font-size:1.875rem;font-weight:800;color:var(--text-heading)}.productos-content__meta{display:flex;align-items:center;gap:1rem}.productos-content__count{font-size:.875rem;color:var(--text-muted)}.productos-content__sort{padding:.25rem 1rem;font-size:.875rem;font-weight:500;color:var(--text-body);background:var(--surface-card);border:var(--border-card);border-radius:9999px;cursor:pointer;transition:all .15s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.productos-content__sort:hover{border-color:#8b5cf6}.productos-content__sort:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px var(--border-focus-ring)}.productos-pagination{display:flex;align-items:center;justify-content:center;gap:.25rem;margin-top:2rem}.productos-pagination__btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--surface-card);border:var(--border-card);border-radius:12px;color:var(--text-body);cursor:pointer;transition:all .15s ease}.productos-pagination__btn:hover:not(:disabled){background:var(--surface-card-hover);border-color:#8b5cf6;color:var(--text-heading)}.productos-pagination__btn:disabled{opacity:.4;cursor:not-allowed}.productos-pagination__btn:first-child svg{transform:rotate(180deg)}.productos-pagination__page{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .5rem;font-size:.875rem;font-weight:500;color:var(--text-body);background:var(--surface-card);border:var(--border-card);border-radius:12px;cursor:pointer;transition:all .15s ease}.productos-pagination__page:hover{background:var(--surface-card-hover);border-color:#8b5cf6;color:var(--text-heading)}.productos-pagination__page--active{background:#6d28d9;border-color:#6d28d9;color:#fff}.productos-pagination__page--active:hover{background:#8b5cf6}.productos-pagination__dots{color:var(--text-muted);padding:0 .25rem}.productos-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem;color:var(--text-muted)}.productos-empty svg{color:#374151;margin-bottom:1.5rem}.productos-empty h2{font-size:1.5rem;font-weight:700;color:var(--text-heading);margin-bottom:.5rem}.productos-empty p{font-size:1rem;margin-bottom:2rem}.productos-empty .btn{padding:1rem 2rem;font-size:1rem}
