/* ========================================================================== */
/* CATEGORY-4247.CSS - Espejos Redondos                                       */
/* ========================================================================== */

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

/* --- HERO SECTION --- */
.ap-hero-section-redondo {
    font-family: 'Poppins', sans-serif;
    background-image: url('https://www.adrihosan.com/wp-content/uploads/2025/09/espejo-redondo-adrihosan-1-scaled.jpg');
    background-size: cover;
    background-position: center 70%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
    padding: 80px 20px;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
}

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

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

.ap-hero-content-redondo h1 {
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 15px 0;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.ap-hero-content-redondo p {
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    line-height: 1.6;
    max-width: 650px;
    margin: 0 auto 30px auto;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    opacity: 0.95;
}

.ap-hero-buttons-redondo {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.boton-adrihosan-redondo {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 5px;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.boton-adrihosan-redondo.primary {
    background-color: #4dd2d0;
    border: 2px solid #4dd2d0;
    color: #ffffff;
}

.boton-adrihosan-redondo.primary:hover {
    background-color: #ffffff;
    color: #4dd2d0;
    transform: translateY(-2px);
}

.boton-adrihosan-redondo.secondary {
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
}

.boton-adrihosan-redondo.secondary:hover {
    background-color: #ffffff;
    color: #102e35;
    transform: translateY(-2px);
}

/* --- BENEFITS SECTION --- */
.ap-benefits-section-redondo {
    font-family: 'Poppins', sans-serif;
    background-color: #f7f9fa;
    padding: 80px 20px;
}

.ap-benefits-wrapper-redondo {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.ap-benefits-header-redondo h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 700;
    color: #102e35;
    margin: 0 0 15px 0;
}

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

.ap-benefits-grid-redondo {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.ap-benefit-card-redondo {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    text-align: left;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,.05), 0 2px 4px -2px rgba(0,0,0,.05);
    transition: transform .2s ease, box-shadow .2s ease;
    border: 1px solid #eef2f5;
}

.ap-benefit-card-redondo:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(16, 46, 53, .08);
}

.ap-benefit-card-redondo img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.ap-benefit-card-content {
    padding: 30px;
}

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

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

/* --- FILTERS SECTION --- */
.ap-filters-section-redondo {
    font-family: 'Poppins', sans-serif;
    background-color: #ffffff;
    padding: 60px 20px;
    border-top: 1px solid #eef2f5;
}

.ap-filters-wrapper-redondo {
    max-width: 960px;
    margin: 0 auto;
}

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

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

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

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

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

.ap-filter-btn-redondo:hover {
    background-color: #4dd2d0;
    color: #ffffff;
    border-color: #4dd2d0;
}

/* --- SEO SECTION --- */
.ap-seo-section-redondo {
    font-family: 'Poppins', sans-serif;
    background-color: #f7f9fa;
    padding: 80px 20px;
    border-top: 1px solid #eef2f5;
}

.ap-seo-wrapper-redondo {
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.7;
    color: #3f6f7b;
}

.ap-seo-wrapper-redondo h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 700;
    color: #102e35;
    text-align: center;
    margin-bottom: 40px;
}

.ap-seo-wrapper-redondo h3 {
    font-size: clamp(1.25rem, 3vw, 1.5rem);
    font-weight: 600;
    color: #102e35;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #4dd2d0;
}

.ap-seo-wrapper-redondo p {
    font-size: clamp(1rem, 2.5vw, 1.1rem);
    margin-bottom: 20px;
}

.ap-seo-wrapper-redondo strong {
    font-weight: 600;
    color: #102e35;
}

/* --- HELP SECTION --- */
.ap-help-section-redondo {
    font-family: 'Poppins', sans-serif;
    background-color: #f7f9fa;
    padding: 80px 20px;
    border-top: 1px solid #eef2f5;
}

.ap-help-wrapper-redondo {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

.ap-help-intro-redondo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-bottom: 50px;
}

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

.ap-help-intro-redondo h2 {
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: 700;
    color: #102e35;
    margin: 0;
    text-align: left;
}

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

.ap-contact-options-grid-redondo {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
}

.ap-contact-option-redondo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 25px 15px;
    border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid #eef2f5;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ap-contact-option-redondo:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(16, 46, 53, 0.08);
}

.ap-contact-option-redondo .icon {
    font-size: 2.5rem;
    line-height: 1;
    color: #4dd2d0;
    margin-bottom: 15px;
}

.ap-contact-option-redondo .label {
    font-size: 0.95rem;
    font-weight: 600;
    color: #102e35;
}

@media (max-width: 768px) {
    .ap-help-intro-redondo {
        flex-direction: column;
        text-align: center;
    }
    
    .ap-help-intro-redondo h2 {
        text-align: center;
    }
}
