:root {
    --costurero-final-wine: #8f3045;
    --costurero-final-dark: #653743;
    --costurero-final-rose: #d990a0;
    --costurero-final-blush: #f7e2e7;
    --costurero-final-cream: #fffaf7;
    --costurero-final-text: #5d4a50;
    --costurero-final-muted: #796a70;
    --costurero-final-border:
        rgba(109, 55, 70, .13);
    --costurero-final-shadow:
        0 18px 48px rgba(87, 44, 57, .10);
    --costurero-final-shadow-hover:
        0 25px 58px rgba(87, 44, 57, .16);
}

/* LOGO */
.ramona-brand-logo {
    width: 310px !important;
    min-width: 310px !important;
    height: 104px !important;
    display: block !important;
    padding: 0 !important;
    overflow: hidden;
    background:
        url("https://elcostureroderamona.com/wp-content/uploads/2026/07/costurero1.png")
        center / contain
        no-repeat !important;
    border: 0 !important;
    text-indent: -9999px;
}

.ramona-brand-logo > * {
    display: none !important;
}

.ramona-header,
.site-header,
header.site-header {
    min-height: 116px;
    background:
        rgba(255,250,247,.98) !important;
}

.ramona-footer__brandmark {
    width: 330px !important;
    max-width: 100% !important;
    height: 118px !important;
    display: block !important;
    padding: 10px !important;
    overflow: hidden;
    background:
        url("https://elcostureroderamona.com/wp-content/uploads/2026/07/costurero1.png")
        center / contain
        no-repeat
        #fffaf7 !important;
    border-radius: 20px;
    text-indent: -9999px;
}

.ramona-footer__brandmark > * {
    display: none !important;
}

/* HISTORIA */
.ramona-story-card {
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(225,154,171,.20),
            transparent 37%
        ),
        linear-gradient(
            145deg,
            #653946,
            #744554
        ) !important;
}

.ramona-story-card h2,
.ramona-story-card h3,
.ramona-story-card strong {
    color: #fff !important;
}

.ramona-story-card p {
    color:
        rgba(255,248,250,.82) !important;
}

.ramona-story-card .ramona-button,
.ramona-story-card a.button {
    background: #fff !important;
    color:
        var(--costurero-final-wine) !important;
}

.ramona-heritage__image {
    object-fit: contain !important;
    padding: 14px;
    background:
        var(--costurero-final-cream);
    filter: none !important;
}

/* PÁGINAS VISUALES */
body.page:not(.woocommerce-cart):
not(.woocommerce-checkout):
not(.woocommerce-account)
.ramona-page-content {
    padding: 75px 0 105px !important;
    background:
        radial-gradient(
            circle at 5% 5%,
            rgba(247,226,231,.62),
            transparent 26%
        ),
        var(--costurero-final-cream);
}

body.page:not(.woocommerce-cart):
not(.woocommerce-checkout):
not(.woocommerce-account)
.ramona-page-content
.ramona-prose {
    width:
        min(94vw, 1280px) !important;
    max-width:
        1280px !important;
    padding:
        clamp(28px,5vw,62px) !important;
    background:
        rgba(255,255,255,.93) !important;
    border:
        1px solid
        var(--costurero-final-border) !important;
    border-radius: 32px !important;
    box-shadow:
        var(--costurero-final-shadow) !important;
}

.costurero-designed-page {
    display: grid;
    gap: 58px;
}

.costurero-designed-page p {
    color:
        var(--costurero-final-muted) !important;
    line-height: 1.8;
}

.costurero-page-intro {
    display: grid;
    grid-template-columns:
        minmax(0,1.15fr)
        minmax(300px,.85fr);
    align-items: center;
    gap: clamp(38px,7vw,88px);
}

.costurero-page-intro__copy h2,
.costurero-page-heading h2 {
    margin:
        0 0 22px;
    color:
        var(--costurero-final-dark) !important;
    font-family:
        Georgia,
        "Times New Roman",
        serif;
    font-size:
        clamp(42px,5vw,68px);
    font-weight: 400;
    line-height: 1.03;
    letter-spacing: -.035em;
}

.costurero-lead {
    color:
        var(--costurero-final-text) !important;
    font-size: 19px;
}

.costurero-page-intro__media {
    position: relative;
    display: grid;
    place-items: center;
    padding: 27px;
    background:
        linear-gradient(
            145deg,
            #fff,
            #fff1f4
        );
    border:
        1px solid
        var(--costurero-final-border);
    border-radius:
        50% 50% 45% 45% /
        44% 44% 54% 54%;
    box-shadow:
        var(--costurero-final-shadow);
}

.costurero-page-intro__media::after {
    content: "";
    position: absolute;
    inset: 14px;
    border:
        2px dashed
        rgba(143,48,69,.23);
    border-radius: inherit;
}

.costurero-page-seal {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 470px;
    height: auto;
    border-radius: inherit;
}

.costurero-kicker {
    display: inline-flex;
    margin-bottom: 17px;
    color:
        var(--costurero-final-wine) !important;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.costurero-story-band,
.costurero-page-cta,
.costurero-notice-card,
.costurero-size-box {
    position: relative;
    overflow: hidden;
    padding:
        clamp(34px,5vw,60px);
    background:
        linear-gradient(
            145deg,
            #fff4f7,
            #fffdfb
        );
    border:
        1px solid
        var(--costurero-final-border);
    border-radius: 28px;
    box-shadow:
        var(--costurero-final-shadow);
}

.costurero-story-band h2,
.costurero-page-cta h2 {
    margin:
        0 0 18px;
    color:
        var(--costurero-final-dark) !important;
    font-family:
        Georgia,
        "Times New Roman",
        serif;
    font-size:
        clamp(34px,4vw,54px);
    font-weight: 400;
}

.costurero-card-grid {
    display: grid;
    grid-template-columns:
        repeat(3,minmax(0,1fr));
    gap: 22px;
}

.costurero-values {
    grid-template-columns:
        repeat(4,minmax(0,1fr));
}

.costurero-info-card {
    min-height: 225px;
    padding: 31px;
    background:
        linear-gradient(
            160deg,
            #fff,
            #fff4f6
        );
    border:
        1px solid
        var(--costurero-final-border);
    border-radius: 24px;
    box-shadow:
        var(--costurero-final-shadow);
    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.costurero-info-card:hover {
    transform:
        translateY(-5px);
    box-shadow:
        var(--costurero-final-shadow-hover);
}

.costurero-info-card > span:first-child {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    margin-bottom: 21px;
    border-radius: 50%;
    background:
        var(--costurero-final-blush);
    color:
        var(--costurero-final-wine) !important;
    font-size: 12px;
    font-weight: 900;
}

.costurero-info-card h3 {
    margin:
        0 0 12px;
    color:
        var(--costurero-final-dark) !important;
    font-family:
        Georgia,
        "Times New Roman",
        serif;
    font-size: 28px;
    font-weight: 400;
}

.costurero-info-card a {
    color:
        var(--costurero-final-wine);
    font-weight: 800;
    overflow-wrap: anywhere;
}

/* FAQ */
.costurero-faq-list {
    display: grid;
    gap: 15px;
}

.costurero-faq-list details {
    overflow: hidden;
    background: #fff;
    border:
        1px solid
        var(--costurero-final-border);
    border-radius: 20px;
    box-shadow:
        0 12px 30px rgba(87,44,57,.07);
}

.costurero-faq-list summary {
    position: relative;
    padding:
        23px 64px 23px 25px;
    cursor: pointer;
    color:
        var(--costurero-final-dark);
    font-size: 17px;
    font-weight: 800;
    list-style: none;
}

.costurero-faq-list summary::-webkit-details-marker {
    display: none;
}

.costurero-faq-list summary::after {
    content: "+";
    position: absolute;
    right: 23px;
    top: 50%;
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background:
        var(--costurero-final-blush);
    color:
        var(--costurero-final-wine);
    font-size: 21px;
    transform:
        translateY(-50%);
}

.costurero-faq-list details[open]
summary::after {
    content: "−";
}

.costurero-faq-list details > div {
    padding:
        0 25px 25px;
    color:
        var(--costurero-final-muted);
    line-height: 1.75;
}

.costurero-size-table {
    display: grid;
    gap: 12px;
    margin-top: 24px;
}

.costurero-size-table > div {
    display: grid;
    grid-template-columns:
        minmax(120px,.35fr)
        minmax(0,1fr);
    gap: 25px;
    padding: 18px 20px;
    background: #fff;
    border:
        1px solid
        var(--costurero-final-border);
    border-radius: 15px;
}

/* BUSCADOR */
.costurero-search-trigger svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.costurero-search-modal[hidden] {
    display: none !important;
}

.costurero-search-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: grid;
    place-items: start center;
    padding:
        100px 24px 35px;
    opacity: 0;
    visibility: hidden;
    transition:
        opacity .22s ease,
        visibility .22s ease;
}

.costurero-search-modal.is-open {
    opacity: 1;
    visibility: visible;
}

.costurero-search-modal__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background:
        rgba(48,25,32,.58) !important;
    backdrop-filter: blur(8px);
}

.costurero-search-modal__panel {
    position: relative;
    z-index: 1;
    width:
        min(94vw,820px);
    padding:
        clamp(32px,6vw,60px);
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(247,226,231,.82),
            transparent 35%
        ),
        #fffaf7;
    border-radius: 31px;
    box-shadow:
        0 35px 90px rgba(35,13,20,.28);
}

.costurero-search-modal__panel h2 {
    margin:
        0 0 25px;
    color:
        var(--costurero-final-dark);
    font-family:
        Georgia,
        "Times New Roman",
        serif;
    font-size:
        clamp(38px,6vw,61px);
    font-weight: 400;
}

.costurero-search-modal__close {
    position: absolute;
    right: 21px;
    top: 21px;
    width: 43px;
    height: 43px;
    display: grid !important;
    place-items: center;
    padding: 0 !important;
    border-radius: 50% !important;
    background: #fff !important;
    color:
        var(--costurero-final-dark) !important;
    font-size: 26px;
}

.costurero-product-search__row {
    display: grid;
    grid-template-columns:
        minmax(0,1fr)
        auto;
    gap: 12px;
}

.costurero-product-search__row
input[type="search"] {
    min-height: 58px;
    padding:
        14px 20px !important;
    border:
        1px solid
        var(--costurero-final-border) !important;
    border-radius:
        999px !important;
    background: #fff !important;
    font-size: 16px;
}

.costurero-product-search__row button {
    min-width: 135px;
    min-height: 58px;
}

.costurero-search-modal__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-top: 24px;
}

.costurero-search-modal__links a {
    color:
        var(--costurero-final-wine);
    font-size: 14px;
    font-weight: 800;
}

html.costurero-search-open {
    overflow: hidden;
}

/* TIENDA ANCHA */
body.woocommerce-shop .ramona-shell,
body.post-type-archive-product .ramona-shell,
body.tax-product_cat .ramona-shell,
body.tax-product_tag .ramona-shell,
body.search-results .ramona-shell {
    width:
        min(96vw,1560px) !important;
    max-width:
        1560px !important;
}

body.woocommerce ul.products,
body.woocommerce-page ul.products {
    width: 100% !important;
    display: grid !important;
    grid-template-columns:
        repeat(4,minmax(0,1fr)) !important;
    gap:
        clamp(20px,2vw,29px) !important;
    margin:
        0 0 70px !important;
}

body.woocommerce ul.products::before,
body.woocommerce ul.products::after {
    display: none !important;
}

body.woocommerce ul.products
li.product {
    width: auto !important;
    min-width: 0;
    min-height: 100%;
    display: flex !important;
    flex-direction: column;
    float: none !important;
    margin: 0 !important;
    padding:
        15px 15px 18px !important;
    background:
        linear-gradient(
            180deg,
            #fff,
            #fffafa
        ) !important;
    border:
        1px solid
        var(--costurero-final-border) !important;
    border-radius: 22px !important;
    box-shadow:
        0 14px 34px rgba(87,44,57,.08) !important;
}

body.woocommerce ul.products
li.product::before,
body.woocommerce ul.products
li.product::after {
    display: none !important;
}

body.woocommerce ul.products
li.product
a.woocommerce-LoopProduct-link {
    display: flex;
    flex: 1;
    flex-direction: column;
}

body.woocommerce ul.products
li.product img {
    width: 100% !important;
    aspect-ratio: 1 / 1;
    height: auto !important;
    margin:
        0 0 18px !important;
    object-fit: cover !important;
    border-radius: 16px !important;
}

body.woocommerce ul.products
li.product
.woocommerce-loop-product__title {
    min-height: 3.25em;
    margin:
        0 4px 10px !important;
    color:
        var(--costurero-final-dark) !important;
    font-family:
        Georgia,
        "Times New Roman",
        serif;
    font-size:
        clamp(16px,1.3vw,19px) !important;
    font-weight: 400;
    line-height: 1.4 !important;
    text-transform: none;
}

body.woocommerce ul.products
li.product .price {
    margin:
        auto 4px 17px !important;
    color:
        var(--costurero-final-wine) !important;
    font-size:
        19px !important;
    font-weight:
        900 !important;
}

body.woocommerce ul.products
li.product .button {
    width: 100%;
    min-height: 48px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    font-size: 14px !important;
}

body.woocommerce
.woocommerce-ordering select {
    min-width: 235px;
    min-height: 48px;
    border:
        1px solid
        var(--costurero-final-border);
    border-radius:
        999px !important;
    background: #fff;
}

.ramona-shop-categories__grid {
    grid-template-columns:
        repeat(3,minmax(0,1fr)) !important;
}

.ramona-shop-category {
    min-height: 370px !important;
}

@media (min-width: 1850px) {
    body.woocommerce ul.products,
    body.woocommerce-page ul.products {
        grid-template-columns:
            repeat(5,minmax(0,1fr)) !important;
    }
}

@media (max-width: 1180px) {
    .ramona-brand-logo {
        width: 245px !important;
        min-width: 245px !important;
        height: 84px !important;
    }

    .costurero-values {
        grid-template-columns:
            repeat(2,minmax(0,1fr));
    }

    body.woocommerce ul.products,
    body.woocommerce-page ul.products {
        grid-template-columns:
            repeat(3,minmax(0,1fr)) !important;
    }
}

@media (max-width: 900px) {
    .costurero-page-intro {
        grid-template-columns: 1fr;
    }

    .costurero-card-grid {
        grid-template-columns:
            repeat(2,minmax(0,1fr));
    }

    .ramona-shop-categories__grid {
        grid-template-columns:
            repeat(2,minmax(0,1fr)) !important;
    }

    body.woocommerce ul.products,
    body.woocommerce-page ul.products {
        grid-template-columns:
            repeat(2,minmax(0,1fr)) !important;
    }
}

@media (max-width: 680px) {
    .ramona-brand-logo {
        width: 180px !important;
        min-width: 180px !important;
        height: 62px !important;
    }

    .costurero-card-grid,
    .costurero-values,
    .ramona-shop-categories__grid {
        grid-template-columns:
            1fr !important;
    }

    .costurero-product-search__row {
        grid-template-columns: 1fr;
    }

    .costurero-product-search__row
    button {
        width: 100%;
    }
}

@media (max-width: 430px) {
    body.woocommerce ul.products,
    body.woocommerce-page ul.products {
        grid-template-columns:
            1fr !important;
    }

    body.woocommerce ul.products
    li.product
    .woocommerce-loop-product__title {
        min-height: 0;
    }
}

/* ENTERSER_TIENDA_FULLWIDTH_INICIO */

/*
 * Ancho completo real para:
 * - tienda
 * - categorías de producto
 * - etiquetas de producto
 * - resultados de búsqueda de productos
 */

body.post-type-archive-product,
body.tax-product_cat,
body.tax-product_tag,
body.search-results {
    overflow-x: hidden;
}

/*
 * Eliminar los límites interiores del tema.
 */
body.post-type-archive-product .ramona-page-content,
body.tax-product_cat .ramona-page-content,
body.tax-product_tag .ramona-page-content,
body.search-results .ramona-page-content,

body.post-type-archive-product .ramona-main,
body.tax-product_cat .ramona-main,
body.tax-product_tag .ramona-main,
body.search-results .ramona-main,

body.post-type-archive-product main,
body.tax-product_cat main,
body.tax-product_tag main,
body.search-results main,

body.post-type-archive-product .site-main,
body.tax-product_cat .site-main,
body.tax-product_tag .site-main,
body.search-results .site-main,

body.post-type-archive-product .content-area,
body.tax-product_cat .content-area,
body.tax-product_tag .content-area,
body.search-results .content-area {
    width: 100% !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

/*
 * Contenedor principal casi de borde a borde.
 */
body.post-type-archive-product
.ramona-page-content > .ramona-shell,

body.tax-product_cat
.ramona-page-content > .ramona-shell,

body.tax-product_tag
.ramona-page-content > .ramona-shell,

body.search-results
.ramona-page-content > .ramona-shell,

body.post-type-archive-product
main > .ramona-shell,

body.tax-product_cat
main > .ramona-shell,

body.tax-product_tag
main > .ramona-shell,

body.search-results
main > .ramona-shell,

body.post-type-archive-product
.woocommerce,

body.tax-product_cat
.woocommerce,

body.tax-product_tag
.woocommerce,

body.search-results
.woocommerce {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: clamp(18px, 2.1vw, 38px) !important;
    padding-left: clamp(18px, 2.1vw, 38px) !important;
}

/*
 * Evitar que un contenedor intermedio vuelva a limitar la cuadrícula.
 */
body.post-type-archive-product
.woocommerce > div,

body.tax-product_cat
.woocommerce > div,

body.tax-product_tag
.woocommerce > div,

body.search-results
.woocommerce > div {
    max-width: none;
}

/*
 * Cuadrícula de productos.
 */
body.post-type-archive-product
ul.products,

body.tax-product_cat
ul.products,

body.tax-product_tag
ul.products,

body.search-results
ul.products {
    clear: both !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    display: grid !important;
    grid-template-columns:
        repeat(4, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    gap: clamp(20px, 1.8vw, 30px) !important;
    margin: 0 0 75px !important;
    padding: 0 !important;
}

/*
 * Quitar pseudo-elementos antiguos de WooCommerce.
 */
body.post-type-archive-product
ul.products::before,

body.post-type-archive-product
ul.products::after,

body.tax-product_cat
ul.products::before,

body.tax-product_cat
ul.products::after,

body.tax-product_tag
ul.products::before,

body.tax-product_tag
ul.products::after,

body.search-results
ul.products::before,

body.search-results
ul.products::after {
    display: none !important;
    content: none !important;
}

/*
 * Tarjetas iguales y sin anchos heredados.
 */
body.post-type-archive-product
ul.products li.product,

body.tax-product_cat
ul.products li.product,

body.tax-product_tag
ul.products li.product,

body.search-results
ul.products li.product {
    box-sizing: border-box !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    min-height: 100% !important;
    float: none !important;
    display: flex !important;
    flex-direction: column !important;
    margin: 0 !important;
    padding: 15px 15px 18px !important;
}

/*
 * El enlace ocupa toda la parte superior de la tarjeta.
 */
body.post-type-archive-product
ul.products li.product
a.woocommerce-LoopProduct-link,

body.tax-product_cat
ul.products li.product
a.woocommerce-LoopProduct-link,

body.tax-product_tag
ul.products li.product
a.woocommerce-LoopProduct-link,

body.search-results
ul.products li.product
a.woocommerce-LoopProduct-link {
    width: 100% !important;
    min-width: 0 !important;
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
}

/*
 * Fotografías uniformes.
 */
body.post-type-archive-product
ul.products li.product img,

body.tax-product_cat
ul.products li.product img,

body.tax-product_tag
ul.products li.product img,

body.search-results
ul.products li.product img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    display: block !important;
    margin: 0 0 20px !important;
    object-fit: cover !important;
    object-position: center !important;
}

/*
 * Espacio reservado para los títulos.
 */
body.post-type-archive-product
ul.products li.product
.woocommerce-loop-product__title,

body.tax-product_cat
ul.products li.product
.woocommerce-loop-product__title,

body.tax-product_tag
ul.products li.product
.woocommerce-loop-product__title,

body.search-results
ul.products li.product
.woocommerce-loop-product__title {
    min-height: 3.8em !important;
    margin-bottom: 12px !important;
}

/*
 * Precio y botón alineados.
 */
body.post-type-archive-product
ul.products li.product .price,

body.tax-product_cat
ul.products li.product .price,

body.tax-product_tag
ul.products li.product .price,

body.search-results
ul.products li.product .price {
    margin-top: auto !important;
    margin-bottom: 17px !important;
}

body.post-type-archive-product
ul.products li.product .button,

body.tax-product_cat
ul.products li.product .button,

body.tax-product_tag
ul.products li.product .button,

body.search-results
ul.products li.product .button {
    width: 100% !important;
    min-height: 49px !important;
    margin-top: auto !important;
    white-space: normal !important;
}

/*
 * Resultado y selector de orden.
 */
body.post-type-archive-product
.woocommerce-result-count,

body.tax-product_cat
.woocommerce-result-count,

body.tax-product_tag
.woocommerce-result-count {
    margin-left: 2px !important;
}

body.post-type-archive-product
.woocommerce-ordering,

body.tax-product_cat
.woocommerce-ordering,

body.tax-product_tag
.woocommerce-ordering {
    margin-right: 2px !important;
}

/*
 * Cinco columnas únicamente en monitores muy grandes.
 */
@media (min-width: 1750px) {
    body.post-type-archive-product
    ul.products,

    body.tax-product_cat
    ul.products,

    body.tax-product_tag
    ul.products,

    body.search-results
    ul.products {
        grid-template-columns:
            repeat(5, minmax(0, 1fr)) !important;
    }
}

/*
 * Tres columnas en portátil pequeño.
 */
@media (max-width: 1180px) {
    body.post-type-archive-product
    ul.products,

    body.tax-product_cat
    ul.products,

    body.tax-product_tag
    ul.products,

    body.search-results
    ul.products {
        grid-template-columns:
            repeat(3, minmax(0, 1fr)) !important;
    }
}

/*
 * Dos columnas en tablet.
 */
@media (max-width: 820px) {
    body.post-type-archive-product
    ul.products,

    body.tax-product_cat
    ul.products,

    body.tax-product_tag
    ul.products,

    body.search-results
    ul.products {
        grid-template-columns:
            repeat(2, minmax(0, 1fr)) !important;
        gap: 16px !important;
    }
}

/*
 * En móviles se mantienen dos columnas para aprovechar la pantalla.
 */
@media (max-width: 520px) {
    body.post-type-archive-product
    .ramona-page-content > .ramona-shell,

    body.tax-product_cat
    .ramona-page-content > .ramona-shell,

    body.tax-product_tag
    .ramona-page-content > .ramona-shell,

    body.search-results
    .ramona-page-content > .ramona-shell,

    body.post-type-archive-product
    .woocommerce,

    body.tax-product_cat
    .woocommerce,

    body.tax-product_tag
    .woocommerce,

    body.search-results
    .woocommerce {
        padding-right: 11px !important;
        padding-left: 11px !important;
    }

    body.post-type-archive-product
    ul.products,

    body.tax-product_cat
    ul.products,

    body.tax-product_tag
    ul.products,

    body.search-results
    ul.products {
        grid-template-columns:
            repeat(2, minmax(0, 1fr)) !important;
        gap: 11px !important;
    }

    body.post-type-archive-product
    ul.products li.product,

    body.tax-product_cat
    ul.products li.product,

    body.tax-product_tag
    ul.products li.product,

    body.search-results
    ul.products li.product {
        padding: 9px 9px 12px !important;
        border-radius: 16px !important;
    }

    body.post-type-archive-product
    ul.products li.product
    .woocommerce-loop-product__title,

    body.tax-product_cat
    ul.products li.product
    .woocommerce-loop-product__title,

    body.tax-product_tag
    ul.products li.product
    .woocommerce-loop-product__title,

    body.search-results
    ul.products li.product
    .woocommerce-loop-product__title {
        min-height: 4.2em !important;
        font-size: 14px !important;
    }

    body.post-type-archive-product
    ul.products li.product .button,

    body.tax-product_cat
    ul.products li.product .button,

    body.tax-product_tag
    ul.products li.product .button,

    body.search-results
    ul.products li.product .button {
        min-height: 43px !important;
        padding-right: 8px !important;
        padding-left: 8px !important;
        font-size: 12px !important;
    }
}

/* ENTERSER_TIENDA_FULLWIDTH_FIN */
