/* ========================================================================== */
/* CATEGORY-2421.CSS - Muebles de Bano Pequenos                              */
/* ========================================================================== */

.tax-product_cat.term-2421 {
    font-family: 'Poppins', sans-serif;
}

/* --- Eliminar espacio superior del tema --- */
.tax-product_cat.term-2421 .site-main {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* --- Ocultar filtros antiguos y elementos legacy --- */
.tax-product_cat.term-2421 .woocommerce-products-header,
.tax-product_cat.term-2421 .wd-shop-tools,
.tax-product_cat.term-2421 .advanced-filter,
.tax-product_cat.term-2421 .filter-wrapper,
.tax-product_cat.term-2421 .ai-filters-section,
.tax-product_cat.term-2421 .bho-filters-section,
.tax-product_cat.term-2421 .bho-hub-section,
.tax-product_cat.term-2421 .woocommerce-products-header__description,
.tax-product_cat.term-2421 .term-description,
.tax-product_cat.term-2421 .woodmart-category-desc,
.tax-product_cat.term-2421 .wd-active-filters,
.tax-product_cat.term-2421 .doo-category-banner {
    display: none !important;
}

/* --- Estilos de la descripcion dinamica (contenido inferior) --- */
.tax-product_cat.term-2421 .bho-guide-section {
    padding: 60px 20px;
    background-color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.tax-product_cat.term-2421 .bho-guide-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.tax-product_cat.term-2421 .term-description-dinamica {
    font-size: 1rem;
    color: #3a5a6a;
    line-height: 1.8;
}

.tax-product_cat.term-2421 .term-description-dinamica h2,
.tax-product_cat.term-2421 .term-description-dinamica h3 {
    color: #1a3a4a;
    margin-top: 1.5em;
}

.tax-product_cat.term-2421 .term-description-dinamica a {
    color: #2a7a8a;
    text-decoration: none;
    font-weight: 600;
}

.tax-product_cat.term-2421 .term-description-dinamica a:hover {
    text-decoration: underline;
}

/* --- Titulo del catalogo --- */
.tax-product_cat.term-2421 .product-loop-header {
    text-align: center;
    margin: 0 0 30px 0;
}

.tax-product_cat.term-2421 .product-loop-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: #1a3a4a;
    font-family: 'Poppins', sans-serif;
}

/* --- Filtro master container --- */
.tax-product_cat.term-2421 .filter-container-master {
    max-width: 1200px;
    margin: 0 auto 50px auto;
}

/* ========================================================================== */
/* HERO SECTION - BREAKOUT COMPLETO                                           */
/* ========================================================================== */
.tax-product_cat.term-2421 .hero-section-container {
    position: relative;
    width: 100vw !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    box-sizing: border-box;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

.tax-product_cat.term-2421 .hero-section-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 58, 74, 0.55);
    z-index: 1;
}

.tax-product_cat.term-2421 .hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

/* --- Breadcrumb --- */
.tax-product_cat.term-2421 .breadcrumb-nav {
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
    opacity: 0.85;
}

.tax-product_cat.term-2421 .breadcrumb-nav a {
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.tax-product_cat.term-2421 .breadcrumb-nav a:hover {
    opacity: 0.7;
    text-decoration: underline;
}

.tax-product_cat.term-2421 .breadcrumb-nav span {
    color: #7cc8e8;
    font-weight: 600;
}

.tax-product_cat.term-2421 .hero-content h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 15px 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.tax-product_cat.term-2421 .hero-content p {
    font-size: 18px;
    line-height: 1.6;
    max-width: 650px;
    margin: 0 auto 30px auto;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

/* ========================================================================== */
/* TRUST BAR SECTION                                                          */
/* ========================================================================== */
.tax-product_cat.term-2421 .trust-bar-section {
    background-color: #f0f5fa;
    padding: 40px 20px;
    font-family: 'Poppins', sans-serif;
}

.tax-product_cat.term-2421 .trust-bar-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.tax-product_cat.term-2421 .trust-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #d8e3ef;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tax-product_cat.term-2421 .trust-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(26, 58, 74, 0.08);
}

.tax-product_cat.term-2421 .trust-icon {
    font-size: 2.2rem;
    line-height: 1;
    flex-shrink: 0;
}

.tax-product_cat.term-2421 .trust-text strong {
    display: block;
    font-size: 0.95rem;
    color: #1a3a4a;
    margin-bottom: 3px;
}

.tax-product_cat.term-2421 .trust-text span {
    font-size: 0.85rem;
    color: #3a5a6a;
    line-height: 1.4;
}

/* ========================================================================== */
/* QUICK NAV PILLS (Categorias complementarias)                               */
/* ========================================================================== */
.tax-product_cat.term-2421 .quick-nav-section {
    padding: 30px 20px;
    background-color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.tax-product_cat.term-2421 .quick-nav-wrapper {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.tax-product_cat.term-2421 .quick-nav-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid #d8e3ef;
    color: #1a3a4a;
    background-color: #f7fafd;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.tax-product_cat.term-2421 .quick-nav-pill:hover {
    background-color: #2a7a8a;
    border-color: #2a7a8a;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(42, 122, 138, 0.3);
}

/* ========================================================================== */
/* CONSEJO ADRIA + FILTRO                                                     */
/* ========================================================================== */
.tax-product_cat.term-2421 .adria-tip-box {
    max-width: 960px;
    margin: 40px auto 30px auto;
    padding: 20px 25px;
    background-color: #f0f5fa;
    border-left: 4px solid #2a7a8a;
    border-radius: 6px;
    font-family: 'Poppins', sans-serif;
}

.tax-product_cat.term-2421 .adria-tip-box p {
    font-size: 0.95rem;
    color: #3a5a6a;
    line-height: 1.6;
    margin: 0;
}

.tax-product_cat.term-2421 .adria-tip-box strong {
    color: #1a3a4a;
}

/* ========================================================================== */
/* SEO CONTENT SECTION (Consejos de espacio)                                  */
/* ========================================================================== */
.tax-product_cat.term-2421 .seo-content-section {
    padding: 80px 20px;
    background-color: #f5f8fa;
    font-family: 'Poppins', sans-serif;
}

.tax-product_cat.term-2421 .seo-content-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.tax-product_cat.term-2421 .seo-content-wrapper > h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 700;
    color: #1a3a4a;
    margin: 0 0 25px 0;
    text-align: center;
}

.tax-product_cat.term-2421 .seo-content-wrapper > p {
    font-size: 1.05rem;
    color: #3a5a6a;
    line-height: 1.8;
    margin: 0 0 15px 0;
}

/* ========================================================================== */
/* RESPONSIVE                                                                 */
/* ========================================================================== */

/* --- Tablet --- */
@media (max-width: 1024px) {
    .tax-product_cat.term-2421 .trust-bar-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* --- Movil --- */
@media (max-width: 768px) {
    .tax-product_cat.term-2421 .hero-section-container {
        min-height: 50vh;
        padding: 60px 20px;
    }

    .tax-product_cat.term-2421 .hero-content h1 {
        font-size: 30px;
    }

    .tax-product_cat.term-2421 .breadcrumb-nav {
        font-size: 0.8rem;
    }

    .tax-product_cat.term-2421 .trust-bar-wrapper {
        grid-template-columns: 1fr;
    }

    .tax-product_cat.term-2421 .trust-item {
        padding: 15px;
    }

    .tax-product_cat.term-2421 .quick-nav-wrapper {
        gap: 8px;
    }

    .tax-product_cat.term-2421 .quick-nav-pill {
        padding: 8px 16px;
        font-size: 0.82rem;
    }

    .tax-product_cat.term-2421 .seo-content-section {
        padding: 60px 20px;
    }

    .tax-product_cat.term-2421 .seo-content-wrapper > h2 {
        font-size: 1.5rem;
    }
}
