.categoria-contenido.container {
margin-top: 3rem;
margin-bottom: 3rem;
padding: 0 1rem; overflow-x: hidden;
} .categoria-header-img {
position: relative;
text-align: center;
margin-top: 1.5rem;
margin-bottom: 3.5rem;
}
.categoria-header-img img {
width: 100%;
height: auto;
object-fit: cover;
border-radius: 10px;
} .categoria-contenido .row {
display: flex;
flex-wrap: nowrap;
gap: 2rem;
max-width: 100%;
} .filtros-sidebar {
background-color: #fff;
border-radius: 14px;
width: 240px;
flex-shrink: 0;
display: flex;
flex-direction: column;
gap: 2rem;
padding: 1rem;
font-family: 'Inter', sans-serif;
}
.filtros-titulo-principal {
font-size: 1.2rem;
font-weight: 700;
margin-bottom: 1rem;
color: #d00;
border-left: 3px solid #d00;
padding-left: 8px;
} .filtro-bloque {
border-bottom: 1px solid #eee;
padding: 1rem 0;
} .filtro-titulo {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
font-weight: 600;
font-size: 1rem;
background: none;
border: none;
padding: 0 0 1rem 0;
cursor: pointer;
transition: color 0.3s ease;
} .filtro-icono {
display: inline-flex;
align-items: center;
transition: transform 0.3s ease;
color: #111;
}
.accordion-toggle.active .filtro-icono {
transform: rotate(180deg);
}
.icon-flecha {
width: 20px;
height: 20px;
stroke: #111;
} .filtro-scroll {
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease;
padding-right: 4px;
}
.filtro-scroll.open {
max-height: 200px; overflow-y: auto;
} .filtro-scroll::-webkit-scrollbar {
width: 6px;
}
.filtro-scroll::-webkit-scrollbar-thumb {
background-color: #ccc;
border-radius: 10px;
} .filtro-checkbox {
display: flex;
align-items: center;
gap: 0.5rem;
font-size: 0.9rem;
color: #333;
margin-bottom: 0.7rem;
cursor: pointer;
}
.filtro-checkbox input[type="checkbox"] {
width: 16px;
height: 16px;
accent-color: #d00;
border: 2px solid #aaa;
border-radius: 2px;
} .filtro-texto {
transition: transform 0.2s ease, color 0.2s ease;
}
.filtro-checkbox:hover .filtro-texto {
transform: scale(1.05);
color: #d00;
}  .filtro-bloque:has(.color-checkbox) .accordion-content {
display: grid;
grid-template-columns: repeat(5, 1fr); gap: 10px;
padding-top: 0.5rem;
} .color-checkbox {
display: flex;
justify-content: center;
align-items: center;
} .color-checkbox input[type="checkbox"] {
display: none;
} .color-circle {
width: 19px;
height: 19px;
border-radius: 50%;
border: 1px solid #ccc;
background-color: currentColor;
transition: transform 0.3s ease;
} .color-checkbox:hover .color-circle,
.color-checkbox input[type="checkbox"]:checked + .color-circle {
transform: scale(1.3);
} .producto-item:hover .color-circle {
transform: scale(1.3);
} .color-variaciones {
display: flex;
gap: 0.5rem;
margin: 0.7rem 0.6rem;
} .color-circle[data-color="blanco"]  { background-color: #fff; }
.color-circle[data-color="negro"]   { background-color: #111; }
.color-circle[data-color="gris"]    { background-color: #999; }
.color-circle[data-color="marron"]  { background-color: #7b4b2f; }
.color-circle[data-color="naranja"] { background-color: #ff6600; }
.color-circle[data-color="azul"]    { background-color: #0047ab; }
.color-circle[data-color="rojo"]    { background-color: #d00; } .woocommerce-topbar {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1rem 0;
font-family: 'Inter', sans-serif;
flex-wrap: wrap;
gap: 1rem;
}
.woocommerce-result-count {
font-size: 0.95rem;
color: #111;
font-weight: 500;
margin: 0 !important;
}
.woocommerce-ordering {
display: flex;
align-items: center;
gap: 0.5rem;
position: relative;
margin: 0 !important;
}
.woocommerce-ordering label {
font-weight: 500;
font-size: 0.95rem;
color: #111;
display: flex;
align-items: center;
gap: 0.50rem;
}
.ordenar-icono {
width: 14px;
height: 14px;
stroke: #111;
} .woocommerce-ordering select {
font-family: 'Inter', sans-serif;
font-size: 0.95rem;
font-weight: 500;
color: #111;
padding: 0.4rem 1.6rem 0.4rem 0.6rem;
border: 1px solid #fff;
border-radius: 6px;
background-color: #fff;
background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 0.6rem center;
background-size: 12px;
cursor: pointer;
transition: border 0.2s ease;
}
.woocommerce-ordering select:focus {
outline: none;
border: 1px solid #d00;
}
.woocommerce-ordering select::-ms-expand {
display: none;
} .categoria-productos {
flex: 1;
box-sizing: border-box;
overflow-x: hidden;
min-width: 0;
} .productos-grid {
display: grid;
gap: 2rem;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); width: 100%;
} .producto-item {
display: flex;
flex-direction: column;
justify-content: space-between;
border: 1px solid #f8f8f8;
border-radius: 10px;
box-sizing: border-box;
transition: border 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
} .producto-link {
text-decoration: none;
color: inherit;
display: flex;
flex-direction: column;
align-items: start;
flex-grow: 1;
}
.producto-img-wrapper {
background-color: #fff;
border-radius: 12px;
height: 300px;
display: flex;
align-items: center;
justify-content: center;
transition: border 0.05s ease;
border: 1px solid #f8f8f8;
}
.producto-img-wrapper:hover {
border: 1.5px solid #d00; }
.producto-item img {
max-height: 80%;
max-width: 80%;
object-fit: contain;
}
.producto-item h3 {
font-size: 1rem;
font-weight: 400;
min-height: 48px; text-transform: uppercase;
margin: 0.5rem !important;
display: flex;
align-items: center;
justify-content: center;
transition: transform 0.3s ease, color 0.3s ease;
}
.producto-item:hover h3 {
transform: scale(1.05);
color: #d00;
} .producto-item .precio {
font-weight: 700;
color: #000;
transition: transform 0.3s ease;
margin: 0.3rem 0.5rem !important;
}
.producto-item:hover .precio {
transform: scale(1.05);
}
.producto-item .precio-ant-dscto {
font-weight: 300;
color: #878787;
transition: transform 0.3s ease;
margin: 0 0.5rem !important;
}
.producto-item:hover .precio-ant-dscto {
transform: scale(1.05);
} .btn-rojo {
display: inline-block;
background-color: #d00;
color: white;
width: 180px;
font-weight: 500;
font-size: 0.90rem;
margin-left: 0.5rem;
margin-top: 1.5rem;
padding: 0.5rem 1.8rem; border: none;
border-radius: 20px; text-align: center;
text-decoration: none;
transition: background-color 0.3s ease, transform 0.3s ease;
cursor: pointer;
}
.producto-item:hover .btn-rojo {
background-color: #d00;
transform: scale(1.05);
} .woocommerce-pagination {
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 2rem;
margin-top: 3rem;
border-top: 1px solid #ddd;
font-family: 'Inter', sans-serif;
gap: 1rem;
}
.page-numbers {
display: flex;
gap: 0.5rem;
justify-content: center;
margin: 0 auto;
}
.page-numbers a,
.page-numbers span {
width: 40px;
height: 40px;
border-radius: 10px;
font-size: 0.95rem;
font-weight: 500;
text-decoration: none;
color: #111;
background: #fff;
border: 1px solid transparent;
display: inline-flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
}
.page-numbers a:hover {
color: #d00;
transform: scale(1.06);
font-weight: 500;
}
.page-numbers .current {
background-color: #ffecec;
color: #d00;
font-weight: 700;
}
.pag-arrow {
display: inline-flex;
align-items: center;
gap: 0.4rem;
font-size: 0.95rem;
font-weight: 500;
color: #111;
padding: 0.4rem 1rem;
border-radius: 20px;
text-decoration: none;
border: 1px solid transparent;
transition: all 0.4s ease;
}
.pag-arrow svg {
width: 16px;
height: 16px;
stroke: #111;
transition: stroke 0.3s ease;
}
.pag-arrow:hover {
color: #d00;
transform: scale(1.05);
}
.pag-arrow:hover svg {
stroke: #d00;
}
.pag-arrow.disabled {
opacity: 0.4;
pointer-events: none;
}
.dots {
color: #999;
display: flex;
align-items: center;
justify-content: center;
width: 30px;
} @media (min-width: 1400px) {
.container {
max-width: 1550px !important; }
}  .precio-toggle {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
font-weight: 600;
font-size: 1rem;
border: none;
background: none;
cursor: pointer;
padding: 0 0 1rem 0;
}
.precio-toggle .icon-flecha {
transition: transform 0.3s ease;
}
.precio-toggle.active .icon-flecha {
transform: rotate(180deg);
} .precio-rango-texto {
text-align: center;
font-size: 0.85rem;
font-weight: 500;
color: #111;
margin-bottom: 0.7rem;
display: flex;
justify-content: center;
gap: 0.5rem;
} .precio-slider {
position: relative;
height: 30px;
margin-bottom: 0.5rem;
} .precio-rango-completo {
display: block;
text-align: center;
font-size: 0.9rem;
font-weight: 500;
color: #111;
margin-bottom: 0.8rem;
} .precio-track-activo {
position: absolute;
top: 8px;
height: 4px;
background-color: #111;
z-index: 1;
border-radius: 3px;
pointer-events: none;
} .precio-slider input[type=range] {
position: absolute;
top: 8px;
width: 100%;
-webkit-appearance: none;
background: transparent;
pointer-events: none;
} .precio-slider input[type=range]::-webkit-slider-runnable-track {
height: 3px;
background: #ccc;
border-radius: 3px;
} .precio-slider input[type=range]::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 17px;
height: 17px;
background-color: #fff;
border: 2px solid #111;
border-radius: 50%;
cursor: pointer;
pointer-events: auto;
box-shadow: none;
margin-top: -6.15px;
z-index: 2;
position: relative;
} .precio-valores {
display: flex;
justify-content: space-between;
gap: 0.5rem;
margin-bottom: 1rem;
}
.precio-valores input[type="number"] {
width: 48%;
padding: 4px 8px;
font-size: 0.9rem;
border: 1px solid #ccc;
border-radius: 6px;
text-align: center;
}