

@media (max-width: 767px) {
.solo-moviles-wrapper-limpio {
display: block;
width: 100%;
margin: 10px 0;
}
.btn-abrir-filtros-limpio.btn-solo-movil-limpio {
display: block;
width: 100% !important;
padding: 12px 0;
font-size: 16px;
background-color: #000000;
color: #fff;
border: none;
border-radius: 12px;
cursor: pointer;
font-family: 'Geom', Arial, sans-serif;
font-weight: bold;
transition: background-color 0.3s ease;
text-align: center;
}
.btn-abrir-filtros-limpio.btn-solo-movil-limpio:hover,
.btn-abrir-filtros-limpio.btn-solo-movil-limpio:focus {
background-color: #000000;
outline: none;
}
}
@media (min-width: 768px) {
.solo-moviles-wrapper-limpio {
display: none !important;
}
}
#filtros-sidebar, #filtros-overlay {
opacity: 0;
pointer-events: none;
transition: none !important;
}
body.sidebar-ready #filtros-sidebar,
body.sidebar-ready #filtros-overlay {
opacity: 1;
pointer-events: auto;
transition: opacity 0.3s ease;
}
body:not(.sidebar-ready) #filtros-sidebar {
display: none !important;
}
body.sidebar-open {
overflow: hidden;
touch-action: none;
}
#filtros-sidebar {
display: none;
position: fixed;
top: 0;
left: 0;
width: 480px;
height: 100vh;
background: #FFFFFF;
z-index: 10000;
font-family: 'Geom', Arial, sans-serif;
transform: translateX(-100%);
transition: transform 0.3s ease;
border-right: 1px solid #ccc;
flex-direction: column;
}
body.sidebar-ready #filtros-sidebar {
display: flex;
}
#filtros-sidebar.open {
transform: translateX(0);
}
#filtros-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, 0.4);
z-index: 9998;
transition: opacity 0.3s ease;
opacity: 0;
pointer-events: none;
}
#filtros-overlay.active {
display: block;
opacity: 1;
pointer-events: all;
}
#filtros-header {
display: flex;
justify-content: space-between;
align-items: center;
padding-left: 5px;
background: #FFFFFF;
height: 56px;
}
.wp-block-woocommerce-mini-cart-title-block {
font-weight: 700;
font-size: 24px;
color: #222;
margin: 0;
display: flex;
align-items: center;
height: 56px;
}
.wp-block-woocommerce-mini-cart-title-label-block {
margin-right: 8px;
}
#filtros-close {
position: absolute;
top: 10px;
right: 10px;
width: 56px;
height: 56px;
padding: 0;
background: none;
border: none;
cursor: pointer;
color: #333;
display: flex;
justify-content: center;
align-items: center;
}
#filtros-close svg {
width: 35px;
height: 35px;
}
#filtros-content {
overflow-y: auto;
flex-grow: 1;
padding: 20px 30px;
}
@media (max-width: 480px) {
#filtros-sidebar {
width: 100vw !important;
}
}
@media (min-width: 481px) and (max-width: 1024px) {
#filtros-sidebar {
width: 480px !important;
}
}
@media (max-width: 1024px) {
#filtros-sidebar {
z-index: 999999999 !important;
box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
#filtros-toggle {
display: none !important;
}
}