/* ========================================================================== */
/* CATEGORY-2626.CSS - Camerinos de Baño                                      */
/* ========================================================================== */

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

/* --- HERO SECTION --- */
.ac-hero-section {
    background-image: url('https://www.adrihosan.com/wp-content/uploads/2025/09/Espejo-camerino-Adrihosan-1.jpg');
    background-size: cover;
    background-position: center;
    color: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
    padding: 5rem 1rem;
    text-align: center;
}

.ac-hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 46, 53, 0.70);
    z-index: 1;
}

.ac-hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.ac-hero-content h1 {
    font-size: clamp(2.25rem, 5vw, 3.75rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.ac-hero-content p {
    font-size: clamp(1.125rem, 3vw, 1.25rem);
    max-width: 650px;
    margin: 0 auto 2rem auto;
    opacity: 0.95;
}

.ac-hero-content .flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}

/* --- SECCIONES CON CONTENEDOR INTERNO --- */
.ac-benefits-section,
.ac-guia-compra,
.ac-filtros,
.ac-faq-section,
.ac-seo-section,
.ac-ayuda-section {
    padding: 80px 20px;
}

.ac-benefits-section {
    background-color: #f7f9fa;
}

.ac-guia-compra {
    background-color: #ffffff;
}

.ac-filtros {
    background-color: #f7f9fa;
}

.ac-faq-section {
    background-color: #ffffff;
}

.ac-seo-section {
    background-color: #f7f9fa;
    border-top: 1px solid #eef2f5;
}

.ac-ayuda-section {
    background-color: #f7f9fa;
    border-top: 1px solid #eef2f5;
}

.ac-benefits-wrapper,
.ac-guia-wrapper,
.ac-filtros-wrapper,
.ac-faq-wrapper,
.ac-seo-wrapper,
.ac-ayuda-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.ac-filtros-wrapper {
    max-width: 960px;
}

.ac-faq-wrapper {
    max-width: 800px;
}

.ac-seo-wrapper {
    max-width: 900px;
    text-align: left;
}

.ac-ayuda-wrapper {
    max-width: 960px;
}

/* --- CABECERAS DE SECCIÓN --- */
.ac-benefits-header h2,
.ac-guia-header h2,
.ac-filtros-header h2,
.ac-faq-header h2,
.ac-seo-header h2,
.ac-ayuda-header h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 700;
    color: #102e35;
    margin: 0 0 15px 0;
}

.ac-benefits-header p,
.ac-guia-header p {
    font-size: clamp(1rem, 2.5vw, 1.125rem);
    color: #3f6f7b;
    max-width: 700px;
    margin: 0 auto 50px auto;
    line-height: 1.6;
}

/* --- GRID DE BENEFICIOS Y GUÍA --- */
.ac-benefits-grid,
.ac-guia-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    text-align: left;
}

.ac-benefit-card,
.ac-guide-card {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #eef2f5;
}

.ac-guide-card {
    background-color: #f9fafb;
}

.ac-benefit-card .text-4xl {
    font-size: 2.5rem;
    color: #4dd2d0;
    margin-bottom: 1rem;
}

.ac-benefit-card h3,
.ac-guide-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #102e35;
    margin: 0 0 10px 0;
}

.ac-benefit-card p,
.ac-guide-card p {
    font-size: .95rem;
    color: #3f6f7b;
    line-height: 1.7;
    margin: 0;
}

.ac-guide-card h3 {
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #4dd2d0;
}

/* --- FILTROS --- */
.ac-filtros-header p {
    font-size: 1.125rem;
    color: #3f6f7b;
    margin-top: 2rem;
}

.ac-filter-group {
    margin-bottom: 30px;
}

.ac-filter-group:last-child {
    margin-bottom: 0;
}

.ac-filter-group-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #3f6f7b;
    margin: 0 0 15px 0;
    text-align: center;
}

.ac-filter-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.ac-filter-btn {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 20px;
    font-size: .875rem;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #d1d5db;
    background-color: #ffffff;
    color: #374151 !important;
    transition: all .2s ease-in-out;
}

.ac-filter-btn:hover {
    background-color: #4dd2d0;
    color: #ffffff !important;
    border-color: #4dd2d0;
}

.ac-filtros-wrapper .text-sm {
    font-size: 0.875rem;
    color: #6b7280;
    margin-top: 1rem;
}

/* --- SEO WRAPPER --- */
.ac-seo-wrapper h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #102e35;
    padding-bottom: 0.5rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #4dd2d0;
}

.ac-seo-wrapper p {
    margin-bottom: 1rem;
}

/* --- AYUDA INTRO --- */
.ac-ayuda-intro {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-bottom: 50px;
    flex-direction: column;
}

.ac-ayuda-intro img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 4px solid #4dd2d0;
    box-shadow: 0 4px 15px rgba(16, 46, 53, 0.1);
}

.ac-ayuda-intro h2 {
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: 700;
    color: #102e35;
    margin: 0;
}

.ac-ayuda-intro h2 span {
    font-size: clamp(1rem, 2.5vw, 1.125rem);
    color: #3f6f7b;
    font-weight: 400;
    display: block;
    margin-top: 5px;
}

@media (min-width: 768px) {
    .ac-ayuda-intro {
        flex-direction: row;
        text-align: left;
    }
}
