/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 30 2026 | 18:55:16 */
/* =====================================================
   Portadas tipo banner por categoría - Liliska Carrego
   ===================================================== */

/* Ajuste general del hero */
body.tax-product_cat.term-tejanas-o-vaqueros .hero-section,
body.tax-product_cat.term-urbanos-y-casuales .hero-section,
body.tax-product_cat.term-guayaberas-de-caballero .hero-section,
body.tax-product_cat.term-exclusivos .hero-section,
body.tax-product_cat.term-sombreros-bordados-a-mano .hero-section,
body.tax-product_cat.term-rebozos .hero-section,
body.tax-product_cat.term-huaraches .hero-section,
body.tax-product_cat.term-toquilla .hero-section {
    height: clamp(220px, 26vw, 340px) !important;
    min-height: unset !important;
    overflow: hidden !important;
    position: relative;
}

/* Figure como fondo */
body.tax-product_cat.term-tejanas-o-vaqueros .hero-section figure,
body.tax-product_cat.term-urbanos-y-casuales .hero-section figure,
body.tax-product_cat.term-guayaberas-de-caballero .hero-section figure,
body.tax-product_cat.term-exclusivos .hero-section figure,
body.tax-product_cat.term-sombreros-bordados-a-mano .hero-section figure,
body.tax-product_cat.term-rebozos .hero-section figure,
body.tax-product_cat.term-huaraches .hero-section figure,
body.tax-product_cat.term-toquilla .hero-section figure {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

/* Ocultar imagen original de Blocksy */
body.tax-product_cat.term-tejanas-o-vaqueros .hero-section figure .ct-media-container,
body.tax-product_cat.term-urbanos-y-casuales .hero-section figure .ct-media-container,
body.tax-product_cat.term-guayaberas-de-caballero .hero-section figure .ct-media-container,
body.tax-product_cat.term-exclusivos .hero-section figure .ct-media-container,
body.tax-product_cat.term-sombreros-bordados-a-mano .hero-section figure .ct-media-container,
body.tax-product_cat.term-rebozos .hero-section figure .ct-media-container,
body.tax-product_cat.term-huaraches .hero-section figure .ct-media-container,
body.tax-product_cat.term-toquilla .hero-section figure .ct-media-container {
    display: none !important;
}

/* Imágenes nuevas por categoría */
body.tax-product_cat.term-tejanas-o-vaqueros .hero-section figure {
    background-image: url("https://liliskacarrego.com/wp-content/uploads/2026/06/newtejanas.webp") !important;
}

body.tax-product_cat.term-urbanos-y-casuales .hero-section figure {
    background-image: url("https://liliskacarrego.com/wp-content/uploads/2026/06/newcasual.webp") !important;
}

body.tax-product_cat.term-guayaberas-de-caballero .hero-section figure {
    background-image: url("https://liliskacarrego.com/wp-content/uploads/2026/06/newguayaberas.webp") !important;
}

body.tax-product_cat.term-exclusivos .hero-section figure {
    background-image: url("https://liliskacarrego.com/wp-content/uploads/2026/06/newexclusivos.webp") !important;
}

body.tax-product_cat.term-sombreros-bordados-a-mano .hero-section figure {
    background-image: url("https://liliskacarrego.com/wp-content/uploads/2026/06/newbordados.webp") !important;
}

body.tax-product_cat.term-rebozos .hero-section figure {
    background-image: url("https://liliskacarrego.com/wp-content/uploads/2026/06/newrebosos.webp") !important;
}

body.tax-product_cat.term-huaraches .hero-section figure {
    background-image: url("https://liliskacarrego.com/wp-content/uploads/2026/06/newhuaraches.webp") !important;
}

body.tax-product_cat.term-toquilla .hero-section figure {
    background-image: url("https://liliskacarrego.com/wp-content/uploads/2026/06/portadatoquillas.webp") !important;
}

/* Degradado para mejorar lectura del texto */
body.tax-product_cat .hero-section::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;

    background: linear-gradient(
        to top,
        rgba(0,0,0,.70) 0%,
        rgba(0,0,0,.45) 35%,
        rgba(0,0,0,.15) 65%,
        rgba(0,0,0,0) 100%
    );
}

/* Sombreros: degradado más intenso */
body.tax-product_cat.term-tejanas-o-vaqueros .hero-section::after,
body.tax-product_cat.term-urbanos-y-casuales .hero-section::after,
body.tax-product_cat.term-exclusivos .hero-section::after,
body.tax-product_cat.term-sombreros-bordados-a-mano .hero-section::after {
    background: linear-gradient(
        to top,
        rgba(74,31,22,.88) 0%,
        rgba(74,31,22,.60) 35%,
        rgba(74,31,22,.25) 65%,
        rgba(74,31,22,0) 100%
    );
}

/* Texto sobre portadas */
body.tax-product_cat .hero-section .entry-header {
    position: relative;
    z-index: 2;
}

body.tax-product_cat .hero-section .page-title {
    color: #ffffff !important;
    text-shadow:
        0 2px 6px rgba(0,0,0,.85),
        0 0 20px rgba(0,0,0,.45);
}

body.tax-product_cat .hero-section .page-description,
body.tax-product_cat .hero-section .page-description p {
    color: #ffffff !important;
    text-shadow:
        0 2px 6px rgba(0,0,0,.85),
        0 0 20px rgba(0,0,0,.45);
}

/* Móvil */
@media (max-width: 768px) {
    body.tax-product_cat.term-tejanas-o-vaqueros .hero-section,
    body.tax-product_cat.term-urbanos-y-casuales .hero-section,
    body.tax-product_cat.term-guayaberas-de-caballero .hero-section,
    body.tax-product_cat.term-exclusivos .hero-section,
    body.tax-product_cat.term-sombreros-bordados-a-mano .hero-section,
    body.tax-product_cat.term-rebozos .hero-section,
    body.tax-product_cat.term-huaraches .hero-section,
    body.tax-product_cat.term-toquilla .hero-section {
        height: 220px !important;
    }

    body.tax-product_cat.term-tejanas-o-vaqueros .hero-section figure,
    body.tax-product_cat.term-urbanos-y-casuales .hero-section figure,
    body.tax-product_cat.term-guayaberas-de-caballero .hero-section figure,
    body.tax-product_cat.term-exclusivos .hero-section figure,
    body.tax-product_cat.term-sombreros-bordados-a-mano .hero-section figure,
    body.tax-product_cat.term-rebozos .hero-section figure,
    body.tax-product_cat.term-huaraches .hero-section figure,
    body.tax-product_cat.term-toquilla .hero-section figure {
        background-position: center center !important;
    }
}

/* =====================================================
   Portada para subcategoría Bordados varios - Guayaberas
   ===================================================== */

body.tax-product_cat.term-bordados-varios .hero-section {
    height: clamp(220px, 26vw, 340px) !important;
    min-height: unset !important;
    overflow: hidden !important;
    position: relative;
}

body.tax-product_cat.term-bordados-varios .hero-section figure {
    background-image: url("https://liliskacarrego.com/wp-content/uploads/2026/06/newguayaberas.webp") !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

body.tax-product_cat.term-bordados-varios .hero-section figure .ct-media-container {
    display: none !important;
}

body.tax-product_cat.term-bordados-varios .hero-section::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        to top,
        rgba(0,0,0,.70) 0%,
        rgba(0,0,0,.45) 35%,
        rgba(0,0,0,.15) 65%,
        rgba(0,0,0,0) 100%
    );
}

body.tax-product_cat.term-bordados-varios .hero-section .entry-header {
    position: relative;
    z-index: 2;
}

body.tax-product_cat.term-bordados-varios .hero-section .page-title,
body.tax-product_cat.term-bordados-varios .hero-section .page-description,
body.tax-product_cat.term-bordados-varios .hero-section .page-description p {
    color: #ffffff !important;
    text-shadow:
        0 2px 6px rgba(0,0,0,.85),
        0 0 20px rgba(0,0,0,.45);
}

@media (max-width: 768px) {
    body.tax-product_cat.term-bordados-varios .hero-section {
        height: 220px !important;
    }
}

/* =====================================================
   Portada para Damas y todas sus subcategorías
   ===================================================== */

body.tax-product_cat.term-damas .hero-section,
body.tax-product_cat.term-blusas-deshiladas .hero-section,
body.tax-product_cat.term-blusas-solo-bordado-ocotlan .hero-section,
body.tax-product_cat.term-bordado-en-punto-de-cruz .hero-section,
body.tax-product_cat.term-vestidos-bordados-en-punto-de-cruz .hero-section,
body.tax-product_cat.term-vestidos-deshilados-ocotlan .hero-section,
body.tax-product_cat.term-vestidos-solo-bordado .hero-section {
    height: clamp(220px, 26vw, 340px) !important;
    min-height: unset !important;
    overflow: hidden !important;
    position: relative;
}

body.tax-product_cat.term-damas .hero-section figure,
body.tax-product_cat.term-blusas-deshiladas .hero-section figure,
body.tax-product_cat.term-blusas-solo-bordado-ocotlan .hero-section figure,
body.tax-product_cat.term-bordado-en-punto-de-cruz .hero-section figure,
body.tax-product_cat.term-vestidos-bordados-en-punto-de-cruz .hero-section figure,
body.tax-product_cat.term-vestidos-deshilados-ocotlan .hero-section figure,
body.tax-product_cat.term-vestidos-solo-bordado .hero-section figure {
    background-image: url("https://liliskacarrego.com/wp-content/uploads/2026/06/portadaMujeres.webp") !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

body.tax-product_cat.term-damas .hero-section figure .ct-media-container,
body.tax-product_cat.term-blusas-deshiladas .hero-section figure .ct-media-container,
body.tax-product_cat.term-blusas-solo-bordado-ocotlan .hero-section figure .ct-media-container,
body.tax-product_cat.term-bordado-en-punto-de-cruz .hero-section figure .ct-media-container,
body.tax-product_cat.term-vestidos-bordados-en-punto-de-cruz .hero-section figure .ct-media-container,
body.tax-product_cat.term-vestidos-deshilados-ocotlan .hero-section figure .ct-media-container,
body.tax-product_cat.term-vestidos-solo-bordado .hero-section figure .ct-media-container {
    display: none !important;
}

@media (max-width: 768px) {
    body.tax-product_cat.term-damas .hero-section,
    body.tax-product_cat.term-blusas-deshiladas .hero-section,
    body.tax-product_cat.term-blusas-solo-bordado-ocotlan .hero-section,
    body.tax-product_cat.term-bordado-en-punto-de-cruz .hero-section,
    body.tax-product_cat.term-vestidos-bordados-en-punto-de-cruz .hero-section,
    body.tax-product_cat.term-vestidos-deshilados-ocotlan .hero-section,
    body.tax-product_cat.term-vestidos-solo-bordado .hero-section {
        height: 220px !important;
    }

    body.tax-product_cat.term-damas .hero-section figure,
    body.tax-product_cat.term-blusas-deshiladas .hero-section figure,
    body.tax-product_cat.term-blusas-solo-bordado-ocotlan .hero-section figure,
    body.tax-product_cat.term-bordado-en-punto-de-cruz .hero-section figure,
    body.tax-product_cat.term-vestidos-bordados-en-punto-de-cruz .hero-section figure,
    body.tax-product_cat.term-vestidos-deshilados-ocotlan .hero-section figure,
    body.tax-product_cat.term-vestidos-solo-bordado .hero-section figure {
        background-position: center center !important;
    }
}