.elementor-176 .elementor-element.elementor-element-ed6bd0d{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-176 .elementor-element.elementor-element-ed6bd0d{padding:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-176 .elementor-element.elementor-element-ed6bd0d{padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-64d691f *//* Contenedor principal con imagen de fondo (puedes cambiar la URL por una de tus fotos de alta calidad) */
#hero-antecomedores-premium {
    width: 100%;
    height: 450px;
    background-image: url('https://www.mueblestroncoso.com.mx/img/cms/img/banners/generales/antecomedor%20mallory_11zon.webp');
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    margin: 0px 0 40px 0;
    overflow: hidden;
    position: relative;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* Efecto de degradado para legibilidad */
#hero-antecomedores-premium .hero-overlay {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
    display: flex;
    align-items: center;
    padding: 0 60px;
}

/* Bloque de contenido con Glassmorphism */
#hero-antecomedores-premium .hero-content {
    max-width: 500px;
    padding: 40px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 24px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
}

#hero-antecomedores-premium .hero-subtitle {
    color: #de0a14; /* Rojo Corporativo */
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
}

#hero-antecomedores-premium .hero-title {
    color: #1a1a1a;
    font-size: 42px;
    font-weight: 800;
    margin: 0 0 15px 0;
    line-height: 1.1;
}

#hero-antecomedores-premium .hero-description {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* Badge interactivo */
#hero-antecomedores-premium .hero-badge {
    display: inline-flex;
    align-items: center;
    background: #1a1a1a;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    transition: transform 0.3s ease;
    cursor: default;
}

#hero-antecomedores-premium .hero-badge:hover {
    transform: translateY(-3px);
}

#hero-antecomedores-premium .badge-dot {
    height: 8px;
    width: 8px;
    background-color: #ffd039; /* Detalle amarillo para resaltar */
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.3; }
    100% { opacity: 1; }
}

/* Adaptación para móviles */
@media (max-width: 768px) {
    #hero-antecomedores-premium {
        height: auto;
        margin: 10px 0;
    }
    #hero-antecomedores-premium .hero-overlay {
        padding: 40px 20px;
        background: rgba(255,255,255,0.85);
    }
    #hero-antecomedores-premium .hero-title {
        font-size: 32px;
    }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-35b46b3 */#wrapper{
    margin: 0px;
    padding: 0px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-58e6351 *//* --- BASE DESKTOP --- */
#container-filtros-premium {
    width: 100%;
    max-width: 1200px;
    margin: -20px auto 40px auto;
    padding: 0 20px;
    position: relative;
    z-index: 10;
    font-family: sans-serif;
}

#container-filtros-premium .filter-wrapper {
    background: #ffffff;
    border-radius: 100px;
    padding: 12px 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    border: 1px solid #f0f0f0;
}

#container-filtros-premium .filter-group {
    display: flex;
    align-items: center;
    gap: 15px;
}

#container-filtros-premium .filter-label {
    font-size: 13px;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#container-filtros-premium .pill-container {
    display: flex;
    gap: 8px;
}

#container-filtros-premium .filter-pill {
    background: #f8f8f8;
    border: 1px solid #eee;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    color: #444;
    cursor: pointer;
    transition: all 0.3s ease;
}

#container-filtros-premium .filter-pill:hover {
    color: #b31114;
    border-color: #b31114;
}

#container-filtros-premium .filter-pill.active {
    background: #b31114;
    border-color: #b31114;
    color: white;
    box-shadow: 0 4px 12px rgba(179, 17, 20, 0.2);
}

#container-filtros-premium .filter-divider {
    width: 1px;
    height: 30px;
    background: #eee;
}

#container-filtros-premium .modern-select {
    border: none;
    background: transparent;
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    cursor: pointer;
    outline: none;
}

#container-filtros-premium .sort-action {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    cursor: pointer;
}

/* --- RESPONSIVO (MAX 600PX) --- */
@media (max-width: 600px) {
    #container-filtros-premium {
        margin-top: 20px; /* Bajamos el margen para que no choque con el banner en móvil */
        padding: 0 15px;
    }

    #container-filtros-premium .filter-wrapper {
        flex-direction: column; /* Apilado vertical */
        border-radius: 25px;
        padding: 25px 15px;
        gap: 20px;
        text-align: center;
    }

    #container-filtros-premium .filter-group {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }

    #container-filtros-premium .filter-divider {
        width: 80%;
        height: 1px; /* Divisor horizontal en móvil */
        background: #eee;
        display: block;
    }

    #container-filtros-premium .pill-container {
        justify-content: center;
        flex-wrap: wrap;
    }

    #container-filtros-premium .filter-pill {
        padding: 6px 15px;
        font-size: 13px;
    }

    #container-filtros-premium .modern-select {
        text-align-last: center; /* Centra el texto del select */
    }
}/* End custom CSS */
/* Start custom CSS for products, class: .elementor-element-d01eed6 *//* Contenedor */
a.thumbnail.product-thumbnail.d-block {
    display: block;
    overflow: hidden !important;
    position: relative;
    border-radius: 10px;
}

a.thumbnail.product-thumbnail.d-block picture {
    overflow: hidden !important;
}

/* Imagen */
a.thumbnail.product-thumbnail.d-block img {
    width: 100%;
    height: auto;
    transition: transform 0.4s ease; /* suavidad */
}

.thumbnail-inner{
    overflow: hidden !important;
}

.thumbnail-container{
    overflow: hidden !important;
}

/* Hover */
a.thumbnail.product-thumbnail.d-block:hover img {
    transform: scale(1.1); /* zoom */
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-ed6bd0d */.elementor-element-ed6bd0d{
    padding: 0px 100px 0px 100px !important;
}
@media screen and (min-width: 801px) and (max-width: 1200px){
    .elementor-element-ed6bd0d{
        padding: 0px 50px 0px 50px !important;
    }
}
@media screen and (min-width: 0px) and (max-width: 800px){
    .elementor-element-ed6bd0d{
        padding: 0px 20px 0px 20px !important;
    }
}/* End custom CSS */