/* ============================================================
   ENTERSER - RAMONA 2026
   Estilo boutique bebé / pastel / encaje
   ============================================================ */

:root {
    --ramona-rose-dark: #7b5b66;
    --ramona-rose: #b98b97;
    --ramona-rose-soft: #efd7de;
    --ramona-rose-powder: #f8edf1;
    --ramona-blush: #f5e3e8;
    --ramona-cream: #fffaf7;
    --ramona-white: #ffffff;
    --ramona-lilac: #d8c9dd;
    --ramona-sand: #f2e7df;
    --ramona-text: #54454c;
    --ramona-text-soft: #7a6c72;
    --ramona-border: rgba(123, 91, 102, 0.14);
    --ramona-shadow: 0 14px 40px rgba(123, 91, 102, 0.10);
    --ramona-shadow-hover: 0 18px 46px rgba(123, 91, 102, 0.16);
    --ramona-radius: 22px;
    --ramona-radius-lg: 30px;
    --ramona-transition: all .28s ease;
}

html {
    scroll-behavior: smooth;
}

body {
    background:
        radial-gradient(circle at top left, rgba(239,215,222,.50), transparent 28%),
        radial-gradient(circle at top right, rgba(216,201,221,.32), transparent 24%),
        linear-gradient(180deg, #fffdfc 0%, var(--ramona-cream) 100%);
    color: var(--ramona-text);
    font-feature-settings: "liga", "kern";
}

body,
button,
input,
select,
textarea {
    color: var(--ramona-text);
}

h1, h2, h3, h4, h5, h6,
.ramona-hero__title,
.ramona-page-hero h1,
.woocommerce-loop-product__title,
.entry-title {
    color: var(--ramona-rose-dark);
    letter-spacing: -0.02em;
}

p,
li,
label,
input,
textarea,
select {
    color: var(--ramona-text-soft);
}

/* ------------------------------------------------------------
   CONTENEDORES GENERALES
   ------------------------------------------------------------ */
.ramona-shell,
.site-content,
.site-main,
.container,
.et-l--body,
.woocommerce,
.page-content,
.entry-content {
    position: relative;
}

.ramona-main section,
.ramona-page-content,
.site-main > section,
.site-main > article,
.woocommerce-page .site-main,
.woocommerce .site-main {
    position: relative;
}

.ramona-card,
.ramona-feature-card,
.ramona-info-card,
.ramona-trust-card,
.ramona-story-card,
.ramona-contact-card,
.ramona-grid > *,
.ramona-benefits > *,
.ramona-tiles > *,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce .cart-collaterals,
.woocommerce .woocommerce-checkout-review-order,
.woocommerce form.checkout,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content,
.search-form,
.widget,
aside section {
    background: rgba(255,255,255,.88);
    border: 1px solid var(--ramona-border);
    box-shadow: var(--ramona-shadow);
    border-radius: var(--ramona-radius);
    backdrop-filter: blur(8px);
}

/* ------------------------------------------------------------
   CABECERA / MENÚ
   ------------------------------------------------------------ */
.site-header,
.ramona-header,
header.site-header,
#masthead {
    background: rgba(255, 250, 247, 0.88) !important;
    border-bottom: 1px solid rgba(123,91,102,.10);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 22px rgba(123,91,102,.06);
}

.site-title a,
.custom-logo-link,
.ramona-brand,
.ramona-logo {
    transition: var(--ramona-transition);
}

.main-navigation a,
.ramona-nav a,
.menu a,
.nav a {
    color: var(--ramona-rose-dark) !important;
    font-weight: 600;
    position: relative;
    transition: var(--ramona-transition);
}

.main-navigation a:hover,
.ramona-nav a:hover,
.menu a:hover,
.nav a:hover {
    color: var(--ramona-rose) !important;
}

.main-navigation a::after,
.ramona-nav a::after,
.menu a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--ramona-rose-soft), var(--ramona-rose));
    transition: width .25s ease;
    border-radius: 999px;
}

.main-navigation a:hover::after,
.ramona-nav a:hover::after,
.menu a:hover::after {
    width: 100%;
}

/* ------------------------------------------------------------
   HERO PRINCIPAL
   ------------------------------------------------------------ */
.ramona-hero,
.ramona-page-hero,
.home .site-main > section:first-child {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(255,255,255,.86), rgba(248,237,241,.96)),
        radial-gradient(circle at 15% 15%, rgba(239,215,222,.55), transparent 34%),
        radial-gradient(circle at 85% 18%, rgba(216,201,221,.42), transparent 28%);
    border-radius: var(--ramona-radius-lg);
    border: 1px solid rgba(123,91,102,.12);
    box-shadow: var(--ramona-shadow);
    padding-top: 2.6rem;
    padding-bottom: 2.8rem;
}

.ramona-hero::before,
.ramona-page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12px 100%, rgba(255,255,255,0) 12px, rgba(239,215,222,.55) 13px) bottom left/24px 24px repeat-x,
        radial-gradient(circle at 12px 0, rgba(255,255,255,0) 12px, rgba(248,237,241,.75) 13px) top left/24px 24px repeat-x;
    opacity: .65;
    pointer-events: none;
}

.ramona-hero::after,
.ramona-page-hero::after {
    content: "";
    position: absolute;
    right: -50px;
    top: -30px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(255,255,255,.60) 0%, rgba(216,201,221,.20) 45%, transparent 70%);
    pointer-events: none;
}

.ramona-hero h1,
.ramona-page-hero h1,
.home .site-main > section:first-child h1 {
    font-size: clamp(2.4rem, 4vw, 4.3rem);
    line-height: 1.05;
    margin-bottom: 1rem;
    color: var(--ramona-rose-dark);
}

.ramona-eyebrow,
.ramona-hero__eyebrow,
.ramona-page-hero p:first-child {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    font-size: .88rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--ramona-rose);
    background: rgba(255,255,255,.78);
    border: 1px solid rgba(123,91,102,.12);
    border-radius: 999px;
    padding: .55rem .95rem;
    box-shadow: 0 8px 18px rgba(123,91,102,.08);
}

.ramona-hero p,
.ramona-page-hero p,
.home .site-main > section:first-child p {
    font-size: 1.06rem;
    line-height: 1.75;
    color: var(--ramona-text-soft);
    max-width: 62ch;
}

/* ------------------------------------------------------------
   BOTONES
   ------------------------------------------------------------ */
button,
input[type="submit"],
input[type="button"],
.wp-element-button,
.button,
a.button,
a.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.add_to_cart_button,
.single_add_to_cart_button {
    background: linear-gradient(135deg, var(--ramona-rose), var(--ramona-rose-dark)) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 999px !important;
    padding: .95rem 1.35rem !important;
    box-shadow: 0 14px 28px rgba(123,91,102,.18);
    transition: var(--ramona-transition);
    font-weight: 700 !important;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.wp-element-button:hover,
.button:hover,
a.button:hover,
a.wp-block-button__link:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.add_to_cart_button:hover,
.single_add_to_cart_button:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 32px rgba(123,91,102,.24);
    filter: saturate(1.04);
}

.ramona-button--secondary,
.is-style-outline .wp-block-button__link,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background: var(--ramona-white) !important;
    color: var(--ramona-rose-dark) !important;
    border: 1px solid rgba(123,91,102,.16) !important;
}

/* ------------------------------------------------------------
   TARJETAS DESTACADAS / CATEGORÍAS
   ------------------------------------------------------------ */
.ramona-card,
.ramona-feature-card,
.ramona-grid > *,
.ramona-benefits > *,
.ramona-tiles > *,
.wp-block-group.is-style-default {
    overflow: hidden;
    transition: var(--ramona-transition);
}

.ramona-card:hover,
.ramona-feature-card:hover,
.ramona-grid > *:hover,
.ramona-benefits > *:hover,
.ramona-tiles > *:hover,
.woocommerce ul.products li.product:hover {
    transform: translateY(-4px);
    box-shadow: var(--ramona-shadow-hover);
}

.ramona-card::before,
.ramona-feature-card::before,
.ramona-grid > *::before,
.ramona-benefits > *::before {
    content: "";
    display: block;
    height: 8px;
    background:
        radial-gradient(circle at 10px 0, transparent 9px, rgba(239,215,222,.92) 10px) repeat-x;
    background-size: 20px 10px;
    opacity: .95;
}

.ramona-card h2,
.ramona-card h3,
.ramona-feature-card h2,
.ramona-feature-card h3,
.ramona-grid h2,
.ramona-grid h3,
.ramona-benefits h2,
.ramona-benefits h3 {
    color: var(--ramona-rose-dark);
}

/* ------------------------------------------------------------
   WOO PRODUCTS / TIENDA
   ------------------------------------------------------------ */
.woocommerce ul.products,
.woocommerce-page ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.35rem;
}

@media (max-width: 1180px) {
    .woocommerce ul.products,
    .woocommerce-page ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .woocommerce ul.products,
    .woocommerce-page ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

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

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: auto !important;
    margin: 0 !important;
    padding: 1rem 1rem 1.2rem !important;
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,237,241,.75));
}

.woocommerce ul.products li.product::after,
.woocommerce-page ul.products li.product::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 9px;
    background:
        radial-gradient(circle at 10px 100%, transparent 9px, rgba(239,215,222,.85) 10px) repeat-x;
    background-size: 20px 10px;
}

.woocommerce ul.products li.product img,
.woocommerce-page ul.products li.product img,
.woocommerce div.product div.images img {
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
}

.woocommerce-loop-product__title {
    font-size: 1.05rem !important;
    line-height: 1.35 !important;
    min-height: 2.8em;
    margin-top: .8rem !important;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: var(--ramona-rose-dark) !important;
    font-weight: 800 !important;
    font-size: 1.08rem !important;
}

.woocommerce span.onsale {
    background: linear-gradient(135deg, #e2a8b9, var(--ramona-rose-dark)) !important;
    border-radius: 999px !important;
    min-height: auto !important;
    min-width: auto !important;
    padding: .45rem .75rem !important;
    box-shadow: 0 12px 24px rgba(123,91,102,.20);
}

/* ------------------------------------------------------------
   FICHA DE PRODUCTO
   ------------------------------------------------------------ */
.woocommerce div.product {
    background: transparent;
}

.woocommerce div.product .product_title {
    font-size: clamp(2rem, 3vw, 3rem);
    color: var(--ramona-rose-dark);
}

.woocommerce-product-details__short-description,
.woocommerce-tabs,
.woocommerce-Tabs-panel,
.related.products {
    color: var(--ramona-text-soft);
}

.woocommerce-tabs ul.tabs li {
    border-radius: 999px 999px 0 0 !important;
    overflow: hidden;
}

.woocommerce-tabs ul.tabs li a {
    color: var(--ramona-rose-dark) !important;
    font-weight: 700 !important;
}

/* ------------------------------------------------------------
   CHECKOUT / CUENTA / CARRITO
   ------------------------------------------------------------ */
.woocommerce table.shop_table,
.woocommerce-cart table.cart,
.woocommerce-checkout-review-order-table {
    background: rgba(255,255,255,.85);
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid var(--ramona-border);
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea,
select {
    border: 1px solid rgba(123,91,102,.14);
    border-radius: 16px !important;
    background: rgba(255,255,255,.92);
    padding: .9rem 1rem !important;
    transition: var(--ramona-transition);
    box-shadow: inset 0 2px 4px rgba(123,91,102,.02);
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: rgba(123,91,102,.32);
    box-shadow: 0 0 0 4px rgba(239,215,222,.38);
}

/* ------------------------------------------------------------
   SEPARADORES DECORATIVOS / ENCaje
   ------------------------------------------------------------ */
.ramona-section-divider,
.ramona-lace-divider {
    height: 18px;
    background:
        radial-gradient(circle at 9px 0, transparent 9px, rgba(239,215,222,.95) 10px) repeat-x;
    background-size: 18px 18px;
    opacity: .92;
    margin: 1rem 0 0;
}

.ramona-soft-section,
.ramona-feature-section,
.ramona-story-section,
.ramona-trust-section,
.ramona-contact-section {
    position: relative;
    border-radius: var(--ramona-radius-lg);
    background:
        linear-gradient(180deg, rgba(255,255,255,.92), rgba(248,237,241,.78));
    border: 1px solid rgba(123,91,102,.10);
    box-shadow: var(--ramona-shadow);
}

.ramona-soft-section::before,
.ramona-feature-section::before,
.ramona-story-section::before,
.ramona-trust-section::before,
.ramona-contact-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 12px;
    background:
        radial-gradient(circle at 12px 0, transparent 11px, rgba(239,215,222,.95) 12px) repeat-x;
    background-size: 24px 12px;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

/* ------------------------------------------------------------
   LISTAS / ICONOS / DETALLES
   ------------------------------------------------------------ */
ul:not(.products):not(.tabs):not(.wc_payment_methods) li::marker {
    color: var(--ramona-rose);
}

blockquote {
    border-left: 4px solid var(--ramona-rose-soft);
    background: rgba(255,255,255,.72);
    border-radius: 18px;
    padding: 1rem 1.2rem;
}

/* ------------------------------------------------------------
   SIDEBAR / BLOG / WIDGETS
   ------------------------------------------------------------ */
.widget-title,
.sidebar .widget-title,
aside h2,
aside h3 {
    color: var(--ramona-rose-dark);
}

.search-form,
.widget,
aside section {
    padding: 1.1rem 1.2rem;
}

/* ------------------------------------------------------------
   FOOTER
   ------------------------------------------------------------ */
.site-footer,
footer.site-footer,
#colophon {
    background:
        linear-gradient(180deg, rgba(248,237,241,.92), rgba(255,250,247,.98));
    border-top: 1px solid rgba(123,91,102,.10);
    color: var(--ramona-text-soft);
}

.site-footer a,
footer a {
    color: var(--ramona-rose-dark);
}

.site-footer a:hover,
footer a:hover {
    color: var(--ramona-rose);
}

/* ------------------------------------------------------------
   BADGES / INFO
   ------------------------------------------------------------ */
.ramona-badge,
.badge,
.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
    border-radius: 16px !important;
    border: 1px solid rgba(123,91,102,.12) !important;
    box-shadow: 0 8px 18px rgba(123,91,102,.07);
}

/* ------------------------------------------------------------
   BANNER COOKIES
   ------------------------------------------------------------ */
#ramona-consent,
.ramona-consent,
.cookie-banner,
.cmplz-cookiebanner {
    border-radius: 22px !important;
    overflow: hidden;
    border: 1px solid rgba(123,91,102,.10) !important;
    box-shadow: var(--ramona-shadow-hover) !important;
}

/* ------------------------------------------------------------
   RESPONSIVE
   ------------------------------------------------------------ */
@media (max-width: 860px) {
    .ramona-hero,
    .ramona-page-hero,
    .home .site-main > section:first-child {
        padding-top: 2rem;
        padding-bottom: 2.2rem;
        border-radius: 24px;
    }

    .ramona-hero h1,
    .ramona-page-hero h1,
    .home .site-main > section:first-child h1 {
        font-size: clamp(2rem, 8vw, 2.8rem);
    }

    .woocommerce div.product .product_title {
        font-size: 2rem;
    }
}

@media (max-width: 640px) {
    .ramona-card,
    .ramona-feature-card,
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        border-radius: 18px;
    }

    .ramona-eyebrow,
    .ramona-hero__eyebrow {
        font-size: .78rem;
        letter-spacing: .10em;
    }
}

/* ENTERSER_RETOQUE_VISUAL_2_INICIO */

/* Ya existe un selector ES/EN propio en la cabecera. */
#trp-floater-ls,
.trp-language-switcher-container {
    display: none !important;
}

/* ============================================================
   CATEGORÍAS CON FOTOGRAFÍAS REALES
   ============================================================ */

.ramona-section:has(.ramona-category-grid) {
    padding-top: 78px;
    padding-bottom: 86px;
}

.ramona-section:has(.ramona-category-grid)
.ramona-section-heading {
    max-width: 920px;
    margin-bottom: 38px;
}

.ramona-category-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 22px !important;
}

.ramona-category-card {
    min-height: 390px !important;
    overflow: hidden !important;
    border: 1px solid rgba(123, 91, 102, .12) !important;
    border-radius: 28px !important;
    background: #eedce2 !important;
    box-shadow: 0 20px 48px rgba(83, 50, 61, .13) !important;
    isolation: isolate;
    transition:
        transform .35s ease,
        box-shadow .35s ease !important;
}

.ramona-category-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 28px 58px rgba(83, 50, 61, .19) !important;
}

.ramona-category-card img,
.ramona-category-card__blank {
    width: 100% !important;
    height: 390px !important;
    display: block !important;
    object-fit: cover !important;
}

.ramona-category-card img {
    filter:
        saturate(.88)
        contrast(.97)
        brightness(1.02);
    transition:
        transform .6s cubic-bezier(.2,.7,.2,1),
        filter .4s ease !important;
}

.ramona-category-card:hover img {
    transform: scale(1.055) !important;
    filter:
        saturate(.98)
        contrast(1)
        brightness(1.02);
}

.ramona-category-card__blank {
    background:
        linear-gradient(
            145deg,
            #f4dfe5,
            #dbc5cd
        ) !important;
}

.ramona-category-card::after {
    background:
        linear-gradient(
            180deg,
            transparent 30%,
            rgba(45, 24, 31, .18) 58%,
            rgba(45, 24, 31, .88) 100%
        ) !important;
}

.ramona-category-card > span:last-child {
    left: 28px !important;
    right: 28px !important;
    bottom: 26px !important;
    gap: 18px;
}

.ramona-category-card strong {
    color: #fff !important;
    font-size: 34px !important;
    text-shadow: 0 2px 14px rgba(35, 17, 23, .26);
}

.ramona-category-card small {
    max-width: 110px;
    color: rgba(255, 255, 255, .88) !important;
    text-align: right;
    line-height: 1.35;
}

/* ============================================================
   BENEFICIOS: ARREGLAR CELDA VACÍA Y DESORDEN
   ============================================================ */

.ramona-benefits {
    position: relative;
    padding: 12px 0 90px !important;
}

.ramona-benefits::before {
    content: "";
    width: var(--shell);
    height: 14px;
    display: block;
    margin: 0 auto 28px;
    background:
        radial-gradient(
            circle at 12px 0,
            transparent 10px,
            rgba(221, 177, 190, .82) 11px
        )
        repeat-x;
    background-size: 24px 14px;
}

/* El wrapper recibió por error estilos de tarjeta y un pseudo-elemento. */
.ramona-benefits > .ramona-shell {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}

.ramona-benefits > .ramona-shell::before,
.ramona-benefits > .ramona-shell::after {
    content: none !important;
    display: none !important;
}

.ramona-benefits__grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 20px !important;
}

.ramona-benefits__grid article {
    min-height: 230px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 34px !important;
    overflow: hidden;
    position: relative;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, .98),
            rgba(249, 239, 242, .92)
        ) !important;
    border: 1px solid rgba(123, 91, 102, .12) !important;
    border-radius: 24px !important;
    box-shadow: 0 16px 38px rgba(83, 50, 61, .09) !important;
    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.ramona-benefits__grid article:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 46px rgba(83, 50, 61, .14) !important;
}

.ramona-benefits__grid article::before {
    content: "";
    position: absolute;
    right: -30px;
    top: -30px;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(232, 202, 211, .50),
            transparent 70%
        );
}

.ramona-benefits__grid article > strong {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    margin-bottom: 19px;
    border-radius: 50%;
    background: #f3dfe5;
    color: #8c5968 !important;
    font-size: 12px !important;
    letter-spacing: .08em;
}

.ramona-benefits__grid h2 {
    margin: 0 0 12px !important;
    color: #6f4855 !important;
    font-size: 29px !important;
    line-height: 1.08 !important;
}

.ramona-benefits__grid p {
    margin: 0 !important;
    color: #786a6f !important;
    font-size: 16px;
    line-height: 1.65;
}

/* ============================================================
   FOOTER: CONTRASTE, LOGOTIPO Y ORDEN
   ============================================================ */

.ramona-footer {
    padding: 72px 0 26px !important;
    background:
        radial-gradient(
            circle at 10% 0,
            rgba(183, 126, 143, .22),
            transparent 31%
        ),
        linear-gradient(
            145deg,
            #4b2f39,
            #593742
        ) !important;
    color: #fff8fa !important;
}

.ramona-footer__grid {
    align-items: start;
    gap: 58px !important;
}

.ramona-footer h2 {
    color: #fff !important;
    font-size: 24px !important;
}

.ramona-footer p,
.ramona-footer li,
.ramona-footer span {
    color: rgba(255, 244, 248, .78) !important;
}

.ramona-footer a {
    color: rgba(255, 244, 248, .82) !important;
    text-decoration: none !important;
    transition:
        color .2s ease,
        opacity .2s ease;
}

.ramona-footer a:hover {
    color: #fff !important;
}

.ramona-footer__brandmark {
    width: fit-content;
    display: flex;
    flex-direction: column;
    margin: 0 0 28px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    line-height: .85;
}

.ramona-footer__brandmark span {
    color: #fff !important;
    font-size: 34px;
    font-style: italic;
}

.ramona-footer__brandmark strong {
    color: #fff !important;
    font-size: 38px;
    font-weight: 400;
    font-style: italic;
}

.ramona-footer__brandmark small {
    margin-top: 16px;
    color: #dfb4c0 !important;
    font-family: Inter, Arial, sans-serif;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .25em;
    line-height: 1.4;
}

.ramona-footer__grid > div:first-child > p {
    max-width: 400px;
    margin: 0;
    font-size: 16px;
    line-height: 1.85;
}

.ramona-footer li {
    margin: 10px 0 !important;
}

.ramona-footer__bottom {
    margin-top: 54px !important;
    padding-top: 24px !important;
    border-top:
        1px solid rgba(255, 255, 255, .17) !important;
}

.ramona-footer__bottom span:first-child {
    color: #fff !important;
    font-weight: 700;
}

.ramona-footer .ramona-cookie-manage {
    width: 100%;
    max-width: 330px;
    min-height: 56px;
    margin-top: 18px;
    padding: 12px 24px !important;
    border: 1px solid rgba(255, 255, 255, .20) !important;
    border-radius: 999px !important;
    background:
        linear-gradient(
            135deg,
            #b98695,
            #956675
        ) !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    text-decoration: none !important;
    box-shadow: 0 14px 30px rgba(24, 10, 15, .18);
}

.ramona-footer .ramona-cookie-manage:hover {
    transform: translateY(-2px);
    background:
        linear-gradient(
            135deg,
            #c493a1,
            #a27180
        ) !important;
}

/* ============================================================
   ADAPTACIÓN RESPONSIVE
   ============================================================ */

@media (max-width: 980px) {
    .ramona-category-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr)) !important;
    }

    .ramona-benefits__grid {
        grid-template-columns: 1fr !important;
    }

    .ramona-benefits__grid article {
        min-height: 190px;
    }

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

@media (max-width: 640px) {
    .ramona-section:has(.ramona-category-grid) {
        padding-top: 58px;
        padding-bottom: 65px;
    }

    .ramona-category-grid {
        grid-template-columns: 1fr !important;
    }

    .ramona-category-card,
    .ramona-category-card img,
    .ramona-category-card__blank {
        min-height: 330px !important;
        height: 330px !important;
    }

    .ramona-footer__grid {
        grid-template-columns: 1fr !important;
        gap: 36px !important;
    }

    .ramona-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* ENTERSER_RETOQUE_VISUAL_2_FIN */

/* ENTERSER_CATEGORIAS_TIENDA_CSS_INICIO */

.ramona-shop-categories {
    position: relative;
    width: 100%;
    margin: 12px 0 70px;
    padding: 38px 0 50px;
}

.ramona-shop-categories::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 13px;
    background:
        radial-gradient(
            circle at 12px 0,
            transparent 10px,
            rgba(221, 177, 190, .82) 11px
        )
        repeat-x;
    background-size: 24px 13px;
}

.ramona-shop-categories__heading {
    display: grid;
    grid-template-columns:
        minmax(0, 1.2fr)
        minmax(280px, .8fr);
    align-items: end;
    gap: 48px;
    margin-bottom: 30px;
}

.ramona-shop-categories__eyebrow {
    display: inline-flex;
    margin-bottom: 12px;
    color: #b37789;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.ramona-shop-categories__heading h2 {
    margin: 0;
    color: #69434f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 400;
    line-height: 1.05;
}

.ramona-shop-categories__heading p {
    max-width: 520px;
    margin: 0 0 5px auto;
    color: #786a6f;
    font-size: 16px;
    line-height: 1.75;
}

.ramona-shop-categories__grid {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.ramona-shop-category {
    position: relative;
    min-height: 330px;
    display: block;
    overflow: hidden;
    isolation: isolate;
    border: 1px solid rgba(111, 72, 85, .13);
    border-radius: 26px;
    background: #ead5dc;
    box-shadow: 0 17px 42px rgba(83, 50, 61, .12);
    text-decoration: none !important;
    transform: translateZ(0);
    transition:
        transform .35s ease,
        box-shadow .35s ease;
}

.ramona-shop-category:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 55px rgba(83, 50, 61, .19);
}

.ramona-shop-category__media,
.ramona-shop-category__media img,
.ramona-shop-category__placeholder {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.ramona-shop-category__media img {
    object-fit: cover;
    filter:
        saturate(.88)
        contrast(.98)
        brightness(1.02);
    transition:
        transform .65s cubic-bezier(.2,.7,.2,1),
        filter .35s ease;
}

.ramona-shop-category:hover
.ramona-shop-category__media img {
    transform: scale(1.06);
    filter:
        saturate(.98)
        contrast(1)
        brightness(1.02);
}

.ramona-shop-category__placeholder {
    background:
        radial-gradient(
            circle at 20% 18%,
            rgba(255, 255, 255, .75),
            transparent 30%
        ),
        linear-gradient(
            145deg,
            #f2dce3,
            #cdaeb8
        );
}

.ramona-shop-category__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            180deg,
            rgba(41, 20, 27, .02) 20%,
            rgba(41, 20, 27, .18) 52%,
            rgba(41, 20, 27, .90) 100%
        );
}

.ramona-shop-category__content {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 24px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ramona-shop-category__content small {
    margin-bottom: 8px;
    color: rgba(255, 255, 255, .82) !important;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.ramona-shop-category__content strong {
    color: #fff !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.08;
    text-shadow: 0 3px 15px rgba(30, 12, 18, .30);
}

.ramona-shop-category__description {
    max-width: 340px;
    margin-top: 8px;
    color: rgba(255, 255, 255, .82) !important;
    font-size: 13px;
    line-height: 1.5;
}

.ramona-shop-category__link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 17px;
    padding: 9px 15px;
    border: 1px solid rgba(255, 255, 255, .30);
    border-radius: 999px;
    background: rgba(255, 255, 255, .13);
    color: #fff !important;
    font-size: 12px;
    font-weight: 800;
    backdrop-filter: blur(7px);
    transition:
        background .25s ease,
        transform .25s ease;
}

.ramona-shop-category:hover
.ramona-shop-category__link {
    background: rgba(255, 255, 255, .24);
    transform: translateX(3px);
}

/*
 * Separación entre categorías, contador,
 * ordenación y listado de productos.
 */
.ramona-shop-categories
+ .woocommerce-notices-wrapper {
    margin-top: 0;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
    margin-top: 4px;
    margin-bottom: 30px;
}

@media (max-width: 980px) {
    .ramona-shop-categories__heading {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .ramona-shop-categories__heading p {
        margin-left: 0;
    }

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

@media (max-width: 640px) {
    .ramona-shop-categories {
        margin-bottom: 50px;
        padding-top: 34px;
    }

    .ramona-shop-categories__grid {
        grid-template-columns: 1fr;
    }

    .ramona-shop-category {
        min-height: 310px;
        border-radius: 22px;
    }

    .ramona-shop-category__content {
        left: 21px;
        right: 21px;
        bottom: 21px;
    }

    .ramona-shop-category__content strong {
        font-size: 30px;
    }
}

/* ENTERSER_CATEGORIAS_TIENDA_CSS_FIN */
