.container.categoria-producto{max-width:1200px;padding:2rem 1rem}.breadcrumb{font-size:.9rem;margin-bottom:1.5rem;color:#666}.breadcrumb a{color:#0073aa;text-decoration:none}.breadcrumb span.active{font-weight:700;color:#333}.category-header h1{font-size:2rem;margin-bottom:.5rem;color:#222}.category-description{font-size:1rem;color:#444;margin-bottom:2rem}.product-grid .row{display:flex;flex-wrap:wrap;gap:2rem}.product-card{flex:1 1 calc(33.333% - 2rem);background:#fff;border:1px solid #eaeaea;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.05);transition:all .3s ease}.product-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.1);transform:translateY(-5px)}.product{padding:1.5rem;display:flex;flex-direction:column;height:100%;text-align:center}.product-thumb img{max-width:100%;height:auto;border-radius:8px;margin-bottom:1rem}.product-title{font-size:1.1rem;margin:.5rem 0;color:#111}.product-excerpt{font-size:.95rem;color:#666;margin-bottom:1rem}.product-price{font-weight:700;font-size:1rem;color:#e60023;margin-top:auto}@media (max-width:991px){.product-card{flex:1 1 calc(50% - 1.5rem)}}@media (max-width:600px){.product-card{flex:1 1 100%}}.pagination{margin-top:2rem;text-align:center}.pagination .page-numbers{display:inline-block;margin:0 .3rem;padding:.5rem .8rem;color:#333;border:1px solid #ccc;border-radius:4px;text-decoration:none;font-size:.9rem}.pagination .current{background-color:#0073aa;color:#fff;border-color:#0073aa}.pagination .page-numbers:hover{background-color:#0073aa;color:#fff}