/**
 * ============================================================================
 * CSS CATEGORÍA 2093 - AZULEJO METRO
 * Archivo independiente - Patrón estándar 2026
 * ============================================================================
 */

/* ========================================================================== */
/* 1. OCULTAR ELEMENTOS INNECESARIOS */
/* ========================================================================== */

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

/* ========================================================================== */
/* 2. DESCRIPCIÓN DE CATEGORÍA DINÁMICA (SEO) */
/* ========================================================================== */

.tax-product_cat.term-2093 .bho-guide-section .bho-guide-wrapper {
    max-width: 850px;
    margin: 0 auto;
    padding: 40px 20px;
}

.tax-product_cat.term-2093 .term-description-dinamica {
    font-family: 'Poppins', sans-serif;
    color: #3f6f7b;
    line-height: 1.8;
    font-size: 1.1rem;
    max-width: 850px;
    margin: 0 auto 40px auto;
    text-align: left;
}

.tax-product_cat.term-2093 .term-description-dinamica h2,
.tax-product_cat.term-2093 .term-description-dinamica h3 {
    color: #102e35;
    margin-top: 25px;
    margin-bottom: 15px;
    border-bottom: 2px solid #4dd2d0;
    display: inline-block;
    padding-bottom: 5px;
}

.tax-product_cat.term-2093 .term-description-dinamica p {
    margin-bottom: 20px;
}

/* ========================================================================== */
/* 3. HERO SECTION */
/* ========================================================================== */

.tax-product_cat.term-2093 .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-2093 .hero-section-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(16, 46, 53, 0.45), rgba(16, 46, 53, 0.65));
    z-index: 1;
}

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

.tax-product_cat.term-2093 .hero-content h1 {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 15px 0;
    color: #4dd2d0;
    text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}

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

.tax-product_cat.term-2093 .hero-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    position: relative;
    z-index: 100;
}

.tax-product_cat.term-2093 .hero-btn {
    padding: 14px 28px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    z-index: 100;
    pointer-events: auto;
}

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

.tax-product_cat.term-2093 .hero-btn.primary:hover {
    background-color: #3f6f7b;
    border-color: #3f6f7b;
    color: #ffffff;
    transform: translateY(-3px);
}

.tax-product_cat.term-2093 .hero-btn.secondary {
    background-color: transparent;
    border-color: #4dd2d0;
    color: #4dd2d0;
}

.tax-product_cat.term-2093 .hero-btn.secondary:hover {
    background-color: #4dd2d0;
    color: #ffffff;
}

/* ========================================================================== */
/* 3b. VALUE SECTION (Trust Bar / Valores)                                    */
/* ========================================================================== */

.tax-product_cat.term-2093 .ap-value-section {
    padding: 60px 20px;
    background-color: #f7f9fa;
    font-family: 'Poppins', sans-serif;
}

.tax-product_cat.term-2093 .ap-value-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.tax-product_cat.term-2093 .ap-value-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.tax-product_cat.term-2093 .ap-value-card {
    text-align: center;
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #eef2f5;
    transition: all 0.3s ease;
    color: inherit;
}

.tax-product_cat.term-2093 .ap-value-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.tax-product_cat.term-2093 .ap-value-card .icon {
    font-size: 48px;
    margin-bottom: 15px;
    line-height: 1;
}

.tax-product_cat.term-2093 .ap-value-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #102e35;
    margin: 0 0 8px 0;
}

.tax-product_cat.term-2093 .ap-value-card p {
    font-size: 14px;
    color: #3f6f7b;
    line-height: 1.6;
    margin: 0;
}

/* ========================================================================== */
/* 4. INSPIRATION SECTION (Elige tu Estilo)                                   */
/* ========================================================================== */

.tax-product_cat.term-2093 .ap-inspiration-section {
    padding: 60px 20px;
    background-color: #ffffff;
}

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

.tax-product_cat.term-2093 .ap-inspiration-section h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #102e35;
    margin: 0 0 40px 0;
}

.tax-product_cat.term-2093 .ap-inspiration-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.tax-product_cat.term-2093 .ap-inspiration-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    display: block;
    min-height: 280px;
}

.tax-product_cat.term-2093 .ap-inspiration-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.15);
}

.tax-product_cat.term-2093 .ap-inspiration-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.3s ease;
}

.tax-product_cat.term-2093 .ap-inspiration-card:hover img {
    transform: scale(1.05);
}

.tax-product_cat.term-2093 .ap-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    padding: 60px 15px 20px;
    text-align: center;
}

.tax-product_cat.term-2093 .ap-card-content h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

/* ========================================================================== */
/* 5. CONSEJO ADRIA                                                           */
/* ========================================================================== */

.tax-product_cat.term-2093 .adria-tip-box {
    background: #f0fafa;
    border-left: 5px solid #4dd2d0;
    padding: 25px;
    margin: 30px auto;
    max-width: 950px;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.tax-product_cat.term-2093 .adria-tip-box p {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    color: #102e35;
    font-size: 1.1rem;
}

/* ========================================================================== */
/* 5b. SEO CONTENT SECTION (Patrones de Colocación)                          */
/* ========================================================================== */

.tax-product_cat.term-2093 .seo-content-section {
    padding: 80px 20px;
    background-color: #f7f9fa;
    font-family: 'Poppins', sans-serif;
}

.tax-product_cat.term-2093 .seo-content-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.tax-product_cat.term-2093 .seo-content-wrapper > h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 700;
    color: #102e35;
    margin: 0 0 50px 0;
}

.tax-product_cat.term-2093 .material-types-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.tax-product_cat.term-2093 .material-card {
    background-color: #ffffff;
    padding: 35px 25px;
    border-radius: 8px;
    border: 1px solid #eef2f5;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tax-product_cat.term-2093 .material-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(16, 46, 53, 0.08);
}

.tax-product_cat.term-2093 .material-icon {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 20px;
}

.tax-product_cat.term-2093 .material-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #102e35;
    margin: 0 0 10px 0;
}

.tax-product_cat.term-2093 .material-card p {
    font-size: 0.95rem;
    color: #3f6f7b;
    line-height: 1.7;
    margin: 0;
}

/* ========================================================================== */
/* 5c. TRENDS SECTION (Formatos y Acabados)                                   */
/* ========================================================================== */

.tax-product_cat.term-2093 .trends-section {
    padding: 60px 20px;
    background-color: #102e35;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.tax-product_cat.term-2093 .trends-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.tax-product_cat.term-2093 .trends-wrapper h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 40px 0;
}

.tax-product_cat.term-2093 .trends-wrapper > p {
    font-size: clamp(1rem, 2.5vw, 1.1rem);
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
    margin: 0 0 35px 0;
}

.tax-product_cat.term-2093 .trends-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.tax-product_cat.term-2093 .trend-link {
    display: inline-block;
    padding: 10px 22px;
    border: 2px solid #4dd2d0;
    border-radius: 5px;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.tax-product_cat.term-2093 .trend-link:hover {
    background-color: #4dd2d0;
    color: #102e35;
}

/* ========================================================================== */
/* 6. COLECCIONES / LO MÁS BUSCADO */
/* ========================================================================== */

.tax-product_cat.term-2093 .collections-section {
    text-align: center;
    margin: 60px 0;
    padding: 0 20px;
}

.tax-product_cat.term-2093 .collections-section h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #102e35;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.2rem;
}

.tax-product_cat.term-2093 .collections-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    max-width: 1100px;
    margin: 0 auto;
}

/* ========================================================================== */
/* 7. TÍTULO CATÁLOGO */
/* ========================================================================== */

.tax-product_cat.term-2093 .product-loop-header {
    scroll-margin-top: 140px;
    text-align: center;
    padding: 50px 0;
    border-top: 1px solid #eee;
}

.tax-product_cat.term-2093 .product-loop-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #102e35;
    text-transform: uppercase;
    font-size: 1.8rem;
    margin: 0;
}

/* ========================================================================== */
/* 8. FILTRO MÓVIL */
/* ========================================================================== */

.tax-product_cat.term-2093 .solo-movil-filtro {
    display: none;
    text-align: center;
    margin: 20px 0 40px 0;
    min-height: 60px;
}

.tax-product_cat.term-2093 .filter-container-master {
    margin-bottom: 50px;
}

/* ========================================================================== */
/* 9. GRID DE PRODUCTOS (Contacto usa base-global.css) */
/* ========================================================================== */

.tax-product_cat.term-2093 ul.products {
    clear: both;
    position: relative;
    z-index: 1;
    margin-top: 40px !important;
}

/* ========================================================================== */
/* 10. RESPONSIVE - MÓVIL (max-width: 768px) */
/* ========================================================================== */

@media (max-width: 768px) {

    /* --- HERO RESPONSIVE --- */
    .tax-product_cat.term-2093 .hero-section-container {
        min-height: 50vh;
        padding: 40px 15px;
    }

    .tax-product_cat.term-2093 .hero-content h1 {
        font-size: 28px !important;
        padding: 0 10px;
    }

    .tax-product_cat.term-2093 .hero-content p {
        font-size: 15px !important;
        margin-bottom: 20px !important;
    }

    .tax-product_cat.term-2093 .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .tax-product_cat.term-2093 .hero-btn {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }

    /* --- VALUE SECTION RESPONSIVE --- */
    .tax-product_cat.term-2093 .ap-value-section {
        padding: 40px 20px;
    }

    .tax-product_cat.term-2093 .ap-value-grid {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .tax-product_cat.term-2093 .ap-value-card {
        padding: 20px 15px;
    }

    /* --- INSPIRATION RESPONSIVE --- */
    .tax-product_cat.term-2093 .ap-inspiration-section {
        padding: 40px 20px;
    }

    .tax-product_cat.term-2093 .ap-inspiration-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .tax-product_cat.term-2093 .ap-inspiration-card {
        min-height: 200px;
    }

    .tax-product_cat.term-2093 .ap-inspiration-section h2 {
        font-size: 24px;
    }

    /* --- SEO CONTENT + TRENDS RESPONSIVE --- */
    .tax-product_cat.term-2093 .seo-content-section,
    .tax-product_cat.term-2093 .trends-section {
        padding: 60px 20px;
    }

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

    .tax-product_cat.term-2093 .material-types-grid {
        grid-template-columns: 1fr;
    }

    /* --- COLECCIONES RESPONSIVE --- */
    .tax-product_cat.term-2093 .collections-buttons {
        flex-direction: column;
        align-items: center;
    }

    .tax-product_cat.term-2093 .collections-buttons .hero-btn {
        width: 100%;
        max-width: 280px;
    }

    /* --- FAQs RESPONSIVE --- */
    .tax-product_cat.term-2093 .faq-main-title-common {
        font-size: 24px;
    }

    .tax-product_cat.term-2093 .faq-question-common {
        font-size: 15px;
        padding: 20px 0;
    }

    .tax-product_cat.term-2093 ul.products li.product a img,
    .tax-product_cat.term-2093 ul.products li.product img {
        height: auto !important;
        display: block !important;
    }

    /* --- FILTRO MÓVIL --- */
    .tax-product_cat.term-2093 .solo-movil-filtro {
        display: block !important;
        margin: 20px 0 30px 0 !important;
    }

    #destino-filtro-adria-metro .wpc-filters-open-button-container,
    #destino-filtro-adria-metro a {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        background: #4dd2d0 !important;
        color: #fff !important;
        padding: 14px 30px !important;
        border-radius: 5px !important;
        text-decoration: none !important;
        font-family: 'Poppins', sans-serif !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        font-size: 16px !important;
        text-align: center !important;
        margin: 0 auto !important;
        width: 90% !important;
        max-width: 300px !important;
    }
}

/* ========================================================================== */
/* 11. RESPONSIVE - EXTRA SMALL (max-width: 480px)                            */
/* ========================================================================== */

@media (max-width: 480px) {
    .tax-product_cat.term-2093 .trends-links {
        flex-direction: column;
        align-items: center;
    }

    .tax-product_cat.term-2093 .trend-link {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }
}
