/* ==========================================================================
   Platos de ducha GRANDES - cat 2860
   Se carga sola por convencion category-{ID}.css (inc/cache-and-css.php).
   Prefijo de clases: pgr-
   Paleta: turquesa #4dd2d0 · petroleo #1a6c7a · verde #102e35
   ========================================================================== */

/* ---------- 1. Ocultar elementos legacy ----------
   El tema imprime la descripcion del termino dos veces; el contenido de esta
   pagina lo aportan sus bloques. Mismo criterio que term-2857 y hermanas. */
.tax-product_cat.term-2860 .woocommerce-breadcrumb,
.tax-product_cat.term-2860 .woocommerce-products-header,
.tax-product_cat.term-2860 .term-description,
.tax-product_cat.term-2860 .archive-description {
    display: none;
}

/* ---------- 2. Hero ----------
   Los .hero-btn se declaran AQUI: el tema no tiene regla global (se descubrio
   el 1-sep-2026 en pizarra, donde salian como texto suelto). */
.tax-product_cat.term-2860 .hero-section-container .breadcrumb-nav {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    margin-bottom: 18px;
    color: #ffffff;
}

.tax-product_cat.term-2860 .pgr-hero-sub {
    font-size: 1.08rem;
    line-height: 1.55;
    max-width: 46rem;
    margin: 0 0 1.4rem;
    color: #fff;
}

.tax-product_cat.term-2860 .pgr-hero-cifras {
    display: block;
    margin-top: .35rem;
    color: #4dd2d0;
    font-weight: 700;
}

.tax-product_cat.term-2860 .hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}

.tax-product_cat.term-2860 .hero-btn {
    display: inline-block;
    padding: .8rem 1.6rem;
    border-radius: 6px;
    font-weight: 700;
    font-size: .98rem;
    text-decoration: none;
    transition: background-color .18s ease, color .18s ease;
}

.tax-product_cat.term-2860 .hero-btn.primary { background: #4dd2d0; color: #102e35; }
.tax-product_cat.term-2860 .hero-btn.primary:hover { background: #fff; }

.tax-product_cat.term-2860 .hero-btn.secondary {
    background: transparent;
    color: #fff;
    box-shadow: inset 0 0 0 2px #fff;
}
.tax-product_cat.term-2860 .hero-btn.secondary:hover { background: #fff; color: #102e35; }

/* ---------- 3. Rejilla de medidas (bloque principal) ---------- */
.tax-product_cat.term-2860 .pgr-sizes-section {
    background: #f6f9f9;
    padding: 2.8rem 1rem;
}

.tax-product_cat.term-2860 .pgr-sizes-wrapper {
    max-width: 1180px;
    margin: 0 auto;
}

.tax-product_cat.term-2860 .pgr-sizes-wrapper h2 { color: #1a6c7a; margin: 0 0 .5rem; }

.tax-product_cat.term-2860 .pgr-sizes-sub {
    color: #5d6f75;
    margin: 0 0 1.6rem;
    font-size: 1.02rem;
}

.tax-product_cat.term-2860 .pgr-sizes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: .9rem;
}

.tax-product_cat.term-2860 .pgr-size-btn {
    display: flex;
    flex-direction: column;
    gap: .25rem;
    background: #fff;
    border: 1px solid #e2eaec;
    border-top: 4px solid #4dd2d0;
    border-radius: 10px;
    padding: 1rem 1.1rem;
    text-decoration: none;
    color: inherit;
    transition: box-shadow .18s ease, transform .18s ease;
}

.tax-product_cat.term-2860 .pgr-size-btn:hover {
    box-shadow: 0 4px 14px rgba(16, 46, 53, .12);
    transform: translateY(-2px);
}

.tax-product_cat.term-2860 .pgr-size-num {
    font-size: 1.25rem;
    font-weight: 800;
    color: #1a6c7a;
}

.tax-product_cat.term-2860 .pgr-size-count { font-size: .88rem; color: #5d6f75; }

.tax-product_cat.term-2860 .pgr-sizes-exits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1rem;
    margin-top: 1.4rem;
}

.tax-product_cat.term-2860 .pgr-exit-card {
    display: block;
    background: #fff;
    border: 1px dashed #1a6c7a;
    border-radius: 10px;
    padding: 1rem 1.2rem;
    text-decoration: none;
    color: inherit;
}

.tax-product_cat.term-2860 .pgr-exit-card:hover { background: #eef4f5; }

.tax-product_cat.term-2860 .pgr-exit-title {
    display: block;
    font-weight: 700;
    color: #1a6c7a;
    margin-bottom: .2rem;
}

.tax-product_cat.term-2860 .pgr-exit-desc { display: block; font-size: .9rem; color: #5d6f75; }

/* ---------- 4. Filtro ---------- */
.tax-product_cat.term-2860 .pgr-filter-shell {
    max-width: 1180px;
    margin: 1.8rem auto 0;
    padding: 0 1rem;
}

/* ---------- 5. Que cambia en un plato largo ---------- */
.tax-product_cat.term-2860 .pgr-largo-section {
    background: #fff;
    padding: 2.8rem 1rem;
}

.tax-product_cat.term-2860 .pgr-largo-wrapper { max-width: 1180px; margin: 0 auto; }

.tax-product_cat.term-2860 .pgr-largo-wrapper h2 { color: #1a6c7a; margin: 0 0 .5rem; }

.tax-product_cat.term-2860 .pgr-largo-lead {
    color: #5d6f75;
    margin: 0 0 1.6rem;
    font-size: 1.05rem;
}

.tax-product_cat.term-2860 .pgr-largo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1rem;
}

.tax-product_cat.term-2860 .pgr-largo-card {
    background: #f6f9f9;
    border-left: 4px solid #4dd2d0;
    border-radius: 0 10px 10px 0;
    padding: 1.2rem 1.4rem;
}

.tax-product_cat.term-2860 .pgr-largo-card h3 {
    margin: 0 0 .5rem;
    font-size: 1.05rem;
    color: #102e35;
}

.tax-product_cat.term-2860 .pgr-largo-card p {
    margin: 0;
    font-size: .95rem;
    line-height: 1.55;
    color: #5d6f75;
}

.tax-product_cat.term-2860 .pgr-largo-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.2rem;
    margin-top: 1.6rem;
}

.tax-product_cat.term-2860 .pgr-largo-link,
.tax-product_cat.term-2860 .pgr-price-link {
    color: #1a6c7a;
    font-weight: 700;
    text-decoration: underline;
}

/* ---------- 6. Franja de precio ---------- */
.tax-product_cat.term-2860 .pgr-price-band {
    background: #102e35;
    color: #fff;
    padding: 1.5rem 1rem;
}

.tax-product_cat.term-2860 .pgr-price-wrapper {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.tax-product_cat.term-2860 .pgr-price-line { margin: 0; font-size: 1.12rem; }
.tax-product_cat.term-2860 .pgr-price-line strong { color: #4dd2d0; }
.tax-product_cat.term-2860 .pgr-price-link { color: #fff; }

.tax-product_cat.term-2860 .pgr-price-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

.tax-product_cat.term-2860 .pgr-whatsapp-btn {
    display: inline-block;
    background: #4dd2d0;
    color: #102e35;
    font-weight: 700;
    padding: .7rem 1.3rem;
    border-radius: 6px;
    text-decoration: none;
}
.tax-product_cat.term-2860 .pgr-whatsapp-btn:hover { background: #fff; }

/* ---------- 7. Cabecera del listado ---------- */
.tax-product_cat.term-2860 .product-loop-header {
    max-width: 1180px;
    margin: 2.2rem auto 1rem;
    padding: 0 1rem;
}

.tax-product_cat.term-2860 .product-loop-header h2 { color: #1a6c7a; margin: 0 0 .3rem; }
.tax-product_cat.term-2860 .product-loop-header p { color: #5d6f75; margin: 0; }

/* ---------- 8. Guias y relacionadas ---------- */
.tax-product_cat.term-2860 .pgr-guides-section,
.tax-product_cat.term-2860 .pgr-related-section {
    background: #f6f9f9;
    padding: 2.2rem 1rem;
}

.tax-product_cat.term-2860 .pgr-guides-wrapper,
.tax-product_cat.term-2860 .pgr-related-wrapper {
    max-width: 1180px;
    margin: 0 auto;
}

.tax-product_cat.term-2860 .pgr-guides-wrapper h2,
.tax-product_cat.term-2860 .pgr-related-wrapper h2 { color: #1a6c7a; margin: 0 0 1rem; }

.tax-product_cat.term-2860 .pgr-guides-grid,
.tax-product_cat.term-2860 .pgr-related-row {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
}

.tax-product_cat.term-2860 .pgr-guide-link,
.tax-product_cat.term-2860 .pgr-related-link {
    display: inline-block;
    background: #fff;
    border: 1px solid #cfe0e3;
    border-radius: 999px;
    padding: .6rem 1.25rem;
    font-weight: 700;
    color: #1a6c7a;
    text-decoration: none;
    transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}

.tax-product_cat.term-2860 .pgr-guide-link:hover,
.tax-product_cat.term-2860 .pgr-related-link:hover {
    background: #1a6c7a;
    border-color: #1a6c7a;
    color: #fff;
}

/* ---------- 9. Movil ---------- */
@media (max-width: 767px) {

    .tax-product_cat.term-2860 .pgr-price-wrapper,
    .tax-product_cat.term-2860 .pgr-price-actions,
    .tax-product_cat.term-2860 .pgr-largo-cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .tax-product_cat.term-2860 .pgr-price-line { font-size: 1.02rem; }

    .tax-product_cat.term-2860 .pgr-largo-card { padding: 1rem 1.1rem; }

    .tax-product_cat.term-2860 .pgr-sizes-grid { grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); }
}
