/* ========================================================================== */
/* CATEGORY-5354.CSS - Encimeras de Bano Blancas (hija de cat 94)             */
/* Identidad corporativa Adrihosan:                                           */
/*   - Color corporativo CTA: #4dd2d0                                         */
/*   - Color corporativo texto: #3f6f7b                                       */
/*   - Tipografia corporativa: Poppins                                        */
/* ========================================================================== */

.tax-product_cat.term-5354 .woocommerce-breadcrumb,
.tax-product_cat.term-5354 .woocommerce-products-header,
.tax-product_cat.term-5354 .term-description,
.tax-product_cat.term-5354 .product-categories,
.tax-product_cat.term-5354 .doo-category-banner,
.tax-product_cat.term-5354 .wd-shop-tools,
.tax-product_cat.term-5354 .advanced-filter,
.tax-product_cat.term-5354 .filter-wrapper {
    display: none !important;
}

/* ========================================================================== */
/* 1. HERO                                                                     */
/* ========================================================================== */
.tax-product_cat.term-5354 .hero-section-container {
    min-height: 55vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
    position: relative;
}

.tax-product_cat.term-5354 .hero-section-container::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(63, 111, 123, 0.5);
    z-index: 1;
}

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

.tax-product_cat.term-5354 .hero-content h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 18px;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.4);
}

.tax-product_cat.term-5354 .hero-content p {
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    line-height: 1.5;
    max-width: 700px;
    margin: 0 auto 30px;
    color: #ffffff;
    font-style: italic;
    text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

.tax-product_cat.term-5354 .hero-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
}

.tax-product_cat.term-5354 .hero-btn {
    padding: 13px 30px;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.tax-product_cat.term-5354 .hero-btn.primary {
    background: #4dd2d0;
    border-color: #4dd2d0;
    color: #ffffff;
}

.tax-product_cat.term-5354 .hero-btn.primary:hover {
    background: #ffffff;
    color: #3f6f7b;
}

.tax-product_cat.term-5354 .hero-btn.secondary {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

.tax-product_cat.term-5354 .hero-btn.secondary:hover {
    background: #ffffff;
    color: #3f6f7b;
}

/* ========================================================================== */
/* 2. SELLOS DE VALOR (ap-value-section)                                       */
/* ========================================================================== */
.tax-product_cat.term-5354 .ap-value-section {
    padding: 60px 20px;
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.tax-product_cat.term-5354 .ap-value-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.tax-product_cat.term-5354 .ap-value-section .section-header h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #3f6f7b;
    margin: 0 0 18px;
}

.tax-product_cat.term-5354 .ap-value-section .section-intro {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #3f6f7b;
    opacity: 0.9;
    max-width: 880px;
    margin: 0 auto 35px;
}

.tax-product_cat.term-5354 .ap-value-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.tax-product_cat.term-5354 .ap-value-card {
    background: #f0f7f8;
    border: 1px solid #d4e3e6;
    border-radius: 10px;
    padding: 26px 20px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.tax-product_cat.term-5354 .ap-value-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(63, 111, 123, 0.10);
    border-color: #4dd2d0;
}

.tax-product_cat.term-5354 .ap-value-icon {
    font-size: 30px;
    color: #4dd2d0;
    margin-bottom: 12px;
}

.tax-product_cat.term-5354 .ap-value-card h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #3f6f7b;
    margin: 0 0 6px;
}

.tax-product_cat.term-5354 .ap-value-card p {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #3f6f7b;
    line-height: 1.5;
    margin: 0;
    opacity: 0.85;
}

/* ========================================================================== */
/* 3. STORYTELLING 3 RAZONES                                                   */
/* ========================================================================== */
.tax-product_cat.term-5354 .blancas-reasons {
    padding: 70px 20px;
    background: #f0f7f8;
}

.tax-product_cat.term-5354 .blancas-reasons-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.tax-product_cat.term-5354 .blancas-reasons h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #3f6f7b;
    text-align: center;
    margin: 0 0 16px;
}

.tax-product_cat.term-5354 .blancas-reasons-intro {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #3f6f7b;
    text-align: center;
    max-width: 820px;
    margin: 0 auto 40px;
    opacity: 0.9;
    font-style: italic;
}

.tax-product_cat.term-5354 .reasons-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.tax-product_cat.term-5354 .reason-card {
    background: #ffffff;
    border: 1px solid #d4e3e6;
    border-radius: 10px;
    padding: 30px 24px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
    text-align: center;
}

.tax-product_cat.term-5354 .reason-card:hover {
    border-color: #4dd2d0;
    box-shadow: 0 10px 26px rgba(63, 111, 123, 0.10);
}

.tax-product_cat.term-5354 .reason-icon {
    font-size: 36px;
    color: #4dd2d0;
    margin-bottom: 14px;
    display: block;
}

.tax-product_cat.term-5354 .reason-card h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #3f6f7b;
    margin: 0 0 12px;
}

.tax-product_cat.term-5354 .reason-card p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #3f6f7b;
    line-height: 1.65;
    margin: 0;
    opacity: 0.9;
}

/* ========================================================================== */
/* 4. CATALOGO HEADER (product-loop-header)                                    */
/* ========================================================================== */
.tax-product_cat.term-5354 .product-loop-header {
    text-align: center;
    padding: 50px 20px 25px;
}

.tax-product_cat.term-5354 .product-loop-title {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #3f6f7b;
    margin: 0 0 10px;
}

.tax-product_cat.term-5354 .product-loop-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #3f6f7b;
    opacity: 0.8;
    margin: 0;
}

/* ========================================================================== */
/* 5. TIPOS DE BLANCO (tabla 3 col)                                            */
/* ========================================================================== */
.tax-product_cat.term-5354 .blancas-tones {
    padding: 70px 20px;
    background: #ffffff;
}

.tax-product_cat.term-5354 .blancas-tones-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.tax-product_cat.term-5354 .blancas-tones h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #3f6f7b;
    text-align: center;
    margin: 0 0 16px;
}

.tax-product_cat.term-5354 .blancas-tones-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #3f6f7b;
    opacity: 0.85;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 35px;
    line-height: 1.6;
}

.tax-product_cat.term-5354 .tones-table-wrapper {
    overflow-x: auto;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(63, 111, 123, 0.08);
}

.tax-product_cat.term-5354 .tones-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.tax-product_cat.term-5354 .tones-table thead {
    background: #3f6f7b;
    color: #ffffff;
}

.tax-product_cat.term-5354 .tones-table th {
    padding: 18px 20px;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tax-product_cat.term-5354 .tones-table td {
    padding: 18px 20px;
    border-bottom: 1px solid #d4e3e6;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #3f6f7b;
    line-height: 1.55;
    vertical-align: middle;
}

.tax-product_cat.term-5354 .tones-table td.tone-name {
    font-family: 'Poppins', sans-serif;
    background: #f0f7f8;
    min-width: 200px;
}

.tax-product_cat.term-5354 .tone-swatch {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #d4e3e6;
    margin-right: 10px;
    box-shadow: 0 2px 6px rgba(63, 111, 123, 0.10);
}

.tax-product_cat.term-5354 .tone-ral {
    font-size: 12px;
    color: #4dd2d0;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.tax-product_cat.term-5354 .tones-closing {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #3f6f7b;
    line-height: 1.7;
    max-width: 880px;
    margin: 30px auto 0;
    padding: 22px;
    background: #f0f7f8;
    border-left: 4px solid #4dd2d0;
    border-radius: 6px;
    font-style: italic;
}

/* ========================================================================== */
/* 6. PROPIEDADES TECNICAS (tech-grid 6 cards)                                 */
/* ========================================================================== */
.tax-product_cat.term-5354 .blancas-tech {
    padding: 70px 20px;
    background: #f0f7f8;
}

.tax-product_cat.term-5354 .blancas-tech-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.tax-product_cat.term-5354 .blancas-tech h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #3f6f7b;
    text-align: center;
    margin: 0 0 40px;
}

.tax-product_cat.term-5354 .tech-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.tax-product_cat.term-5354 .tech-card {
    background: #ffffff;
    border: 1px solid #d4e3e6;
    border-radius: 10px;
    padding: 24px 20px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.tax-product_cat.term-5354 .tech-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 22px rgba(63, 111, 123, 0.10);
    border-color: #4dd2d0;
}

.tax-product_cat.term-5354 .tech-icon {
    font-size: 28px;
    color: #4dd2d0;
    margin-bottom: 14px;
    display: block;
}

.tax-product_cat.term-5354 .tech-card h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #3f6f7b;
    margin: 0 0 8px;
    line-height: 1.3;
}

.tax-product_cat.term-5354 .tech-card p {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #3f6f7b;
    line-height: 1.55;
    margin: 0;
    opacity: 0.85;
}

/* ========================================================================== */
/* 7. ASESORAMIENTO                                                            */
/* ========================================================================== */
.tax-product_cat.term-5354 .blancas-asesoramiento {
    padding: 70px 20px;
    background: #ffffff;
}

.tax-product_cat.term-5354 .blancas-asesoramiento-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.tax-product_cat.term-5354 .blancas-asesoramiento h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #3f6f7b;
    text-align: center;
    margin: 0 0 18px;
}

.tax-product_cat.term-5354 .asesoramiento-intro {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #3f6f7b;
    text-align: center;
    max-width: 820px;
    margin: 0 auto 40px;
    opacity: 0.9;
}

.tax-product_cat.term-5354 .steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 35px;
}

.tax-product_cat.term-5354 .step-card {
    background: #f0f7f8;
    border: 1px solid #d4e3e6;
    border-radius: 10px;
    padding: 22px 20px;
    text-align: center;
}

.tax-product_cat.term-5354 .step-number {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #4dd2d0;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 14px;
}

.tax-product_cat.term-5354 .step-card p {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #3f6f7b;
    line-height: 1.55;
    margin: 0;
}

.tax-product_cat.term-5354 .step-card strong {
    color: #3f6f7b;
}

.tax-product_cat.term-5354 .asesoramiento-cta {
    text-align: center;
}

.tax-product_cat.term-5354 .asesoramiento-cta .bumper-btn {
    display: inline-block;
    padding: 14px 32px;
    background: #4dd2d0;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 5px;
    transition: background 0.25s ease, transform 0.25s ease;
}

.tax-product_cat.term-5354 .asesoramiento-cta .bumper-btn:hover {
    background: #3f6f7b;
    transform: translateY(-2px);
}

/* ========================================================================== */
/* 8. CATEGORIAS RELACIONADAS                                                  */
/* ========================================================================== */
.tax-product_cat.term-5354 .blancas-related {
    padding: 60px 20px;
    background: #f0f7f8;
}

.tax-product_cat.term-5354 .blancas-related-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.tax-product_cat.term-5354 .blancas-related h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #3f6f7b;
    text-align: center;
    margin: 0 0 30px;
}

.tax-product_cat.term-5354 .related-subheader {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #3f6f7b;
    text-align: center;
    margin: 40px 0 25px;
    opacity: 0.85;
}

.tax-product_cat.term-5354 .related-grid {
    display: grid;
    gap: 18px;
}

.tax-product_cat.term-5354 .related-grid-4 {
    grid-template-columns: repeat(4, 1fr);
}

.tax-product_cat.term-5354 .related-grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.tax-product_cat.term-5354 .related-card {
    background: #ffffff;
    border: 1px solid #d4e3e6;
    border-radius: 10px;
    padding: 26px 18px;
    text-align: center;
    text-decoration: none;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    display: block;
}

.tax-product_cat.term-5354 .related-card:hover {
    transform: translateY(-4px);
    border-color: #4dd2d0;
    box-shadow: 0 8px 22px rgba(63, 111, 123, 0.10);
}

.tax-product_cat.term-5354 .related-icon {
    font-size: 30px;
    color: #4dd2d0;
    margin-bottom: 10px;
    display: block;
}

.tax-product_cat.term-5354 .related-card h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #3f6f7b;
    margin: 0;
    line-height: 1.3;
}

/* ========================================================================== */
/* 9. CONTACT BLOCK - ajustes locales (foto Ricardo)                           */
/* ========================================================================== */
.tax-product_cat.term-5354 .contact-help-common .contact-intro img {
    flex-shrink: 0;
    width: 110px;
    height: 110px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.tax-product_cat.term-5354 .contact-help-common .contact-intro h2 {
    font-size: clamp(1.25rem, 2.6vw, 1.65rem);
    line-height: 1.35;
}

/* ========================================================================== */
/* 10. RESPONSIVE - MOVIL                                                      */
/* ========================================================================== */
@media (max-width: 768px) {
    .tax-product_cat.term-5354 .hero-section-container {
        min-height: 45vh;
        padding: 40px 15px;
    }

    .tax-product_cat.term-5354 .hero-content h1 {
        font-size: 26px;
    }

    .tax-product_cat.term-5354 .hero-content p {
        font-size: 15px;
    }

    .tax-product_cat.term-5354 .ap-value-grid,
    .tax-product_cat.term-5354 .reasons-grid,
    .tax-product_cat.term-5354 .tech-grid,
    .tax-product_cat.term-5354 .steps-grid,
    .tax-product_cat.term-5354 .related-grid-4,
    .tax-product_cat.term-5354 .related-grid-3 {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .tax-product_cat.term-5354 .ap-value-section .section-header h2,
    .tax-product_cat.term-5354 .blancas-reasons h2,
    .tax-product_cat.term-5354 .blancas-tones h2,
    .tax-product_cat.term-5354 .blancas-tech h2,
    .tax-product_cat.term-5354 .blancas-asesoramiento h2,
    .tax-product_cat.term-5354 .blancas-related h2,
    .tax-product_cat.term-5354 .product-loop-title {
        font-size: 22px;
    }

    .tax-product_cat.term-5354 .tones-table th,
    .tax-product_cat.term-5354 .tones-table td {
        padding: 12px 14px;
        font-size: 13px;
    }

    .tax-product_cat.term-5354 .tones-table td.tone-name {
        min-width: 150px;
    }

    .tax-product_cat.term-5354 .reason-card {
        padding: 24px 20px;
    }

    .tax-product_cat.term-5354 .blancas-reasons,
    .tax-product_cat.term-5354 .blancas-tones,
    .tax-product_cat.term-5354 .blancas-tech,
    .tax-product_cat.term-5354 .blancas-asesoramiento,
    .tax-product_cat.term-5354 .blancas-related,
    .tax-product_cat.term-5354 .ap-value-section {
        padding-left: 18px;
        padding-right: 18px;
    }
}

/* ========================================================================== */
/* 11. RESPONSIVE - TABLET                                                     */
/* ========================================================================== */
@media (max-width: 1024px) and (min-width: 769px) {
    .tax-product_cat.term-5354 .ap-value-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tax-product_cat.term-5354 .reasons-grid {
        grid-template-columns: 1fr;
    }

    .tax-product_cat.term-5354 .tech-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tax-product_cat.term-5354 .steps-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tax-product_cat.term-5354 .related-grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .tax-product_cat.term-5354 .related-grid-3 {
        grid-template-columns: repeat(3, 1fr);
    }
}
