/*
Theme Name: Hello Elementor Child - Alma de Campo
Template: hello-elementor
Version: 1.3.0
*/

/* ─── Branding Alma de Campo ─────────────────────────────────────── */
/* Logo del header */
.site-header .site-branding {
    display: flex;
    align-items: center;
    gap: 12px;
}

.site-header .site-branding .custom-logo-link,
.site-header .site-branding .adc-brand-logo-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.site-header .site-branding .custom-logo-link:hover,
.site-header .site-branding .adc-brand-logo-link:hover {
    opacity: 0.92;
    transform: translateY(-1px);
}

.site-header .site-branding .custom-logo,
.site-header .site-branding .adc-site-logo {
    height: 48px;
    width: auto;
    max-width: 250px;
    object-fit: contain;
    display: block;
}

@media (max-width: 768px) {
    .site-header .site-branding .custom-logo,
    .site-header .site-branding .adc-site-logo {
        height: 38px;
        max-width: 200px;
    }
}

/* Fallback de título de texto si no hay imagen */
.site-header .site-branding .site-title a {
    font-family: 'Literata', Georgia, serif;
    font-weight: 700;
    font-size: 1.75rem;
    color: #7b5800;               /* primary - Golden Yolk */
    letter-spacing: -0.01em;
    text-decoration: none;
}

.site-header .site-branding .site-title a:hover {
    color: #5d4200;               /* primary-dark */
}

/* Tagline: Manrope, muted */
.site-header .site-branding .site-description {
    font-family: 'Manrope', system-ui, sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    color: #504532;               /* on-surface-muted */
    letter-spacing: 0.02em;
}

/* ─── Menú de navegación ─────────────────────────────────────── */
/* Hover elegante: subrayado animado + página activa */
.site-header .menu-item > a,
.ast-builder-menu .menu-item > a,
.main-header-menu .menu-item > a {
    position: relative;
}
.site-header .menu-item > a::after,
.ast-builder-menu .menu-item > a::after,
.main-header-menu .menu-item > a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    background: #7b5800;
    border-radius: 2px;
    transition: width 0.28s ease;
}
.site-header .menu-item > a:hover::after,
.ast-builder-menu .menu-item > a:hover::after,
.main-header-menu .menu-item > a:hover::after,
.site-header .current-menu-item > a::after,
.ast-builder-menu .current-menu-item > a::after,
.main-header-menu .current-menu-item > a::after {
    width: 100%;
}
.site-header .site-navigation .menu a {
    font-family: 'Manrope', system-ui, sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    color: #1d1c18;               /* on-surface */
}

.site-header .site-navigation .menu a:hover {
    color: #7b5800;               /* primary */
}

.site-header .site-navigation .menu .current-menu-item a,
.site-header .site-navigation .menu .current_page_item a {
    color: #496800;               /* secondary - Pasture Green */
}

/* ─── Fondos y superficies ───────────────────────────────────── */
body {
    background-color: #fef9f2 !important;  /* surface - Eggshell (vence a Hello Elementor) */
    color: #1d1c18;               /* on-surface */
    font-family: 'Manrope', system-ui, sans-serif;
}

/* Textura de papel muy sutil: la fotografía y el contenido deben dominar */
body::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image: radial-gradient(rgba(0,0,0,0.012) 1px, transparent 1px);
    background-size: 5px 5px;
    pointer-events: none;
    z-index: 99999;
}

/* Ritmo global de secciones en páginas secundarias */
.page-id-29 .elementor-section:not(:first-of-type) .elementor-container {
    padding-top: clamp(20px, 3vw, 36px);
    padding-bottom: clamp(20px, 3vw, 36px);
}

/* Ritmo compacto y armónico de la Portada (elimina espacios vacíos excesivos) */
.home .elementor-section {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
}

.home .elementor-section:first-of-type {
    padding-top: 36px !important;
    padding-bottom: 20px !important;
}

.home .elementor-section:nth-of-type(2) {
    padding-top: 24px !important;
    padding-bottom: 6px !important;
}

.home .elementor-section:nth-of-type(3) {
    padding-top: 6px !important;
    padding-bottom: 28px !important;
}

.home .elementor-section:nth-of-type(4) {
    padding-top: 20px !important;
    padding-bottom: 32px !important;
}

.home .elementor-section:last-of-type {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
}

.home .elementor-section .elementor-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.home .elementor-section .elementor-widget-heading + .elementor-widget-text-editor,
.page-id-28 .elementor-section .elementor-widget-heading + .elementor-widget-text-editor,
.page-id-29 .elementor-section .elementor-widget-heading + .elementor-widget-text-editor {
    margin-top: 12px;
}

/* ─── Home: ocultar título de página "Inicio" ────────────────── */
.home .entry-title {
    display: none;
}

/* ─── Página Reserva: ocultar título de página (lo da el shortcode) ── */
.page-id-41 .entry-title,
body.page-template-default.page-id-41 h1.entry-title {
    display: none;
}

/* ─── Página Contacto: Propuesta A (Split Screen Editorial) ────── */
.page-id-29 .entry-title {
    display: none;
}

.page-id-29 .adc-eyebrow {
    display: inline-block;
    font-size: 11.5px !important;
    font-weight: 800 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
    color: var(--adc-brand, #23452F) !important;
    background: rgba(35, 69, 47, 0.08);
    border: 1px solid rgba(35, 69, 47, 0.15);
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 12px;
}

.page-id-29 .elementor-element-ct01d h1 {
    font-family: 'Literata', Georgia, serif !important;
    font-size: clamp(28px, 3.5vw, 42px) !important;
    font-weight: 700 !important;
    color: var(--adc-brand-dark, #173321) !important;
    line-height: 1.2 !important;
    margin-bottom: 12px !important;
}

.page-id-29 .adc-contact-lead {
    color: var(--adc-ink-muted, #4D5A50);
    font-size: 16px;
    max-width: 620px;
    margin: 0 auto 20px;
    line-height: 1.6;
}

/* Contenedor Split Screen */
.page-id-29 .elementor-element-ct02_split .elementor-container {
    display: flex;
    gap: 32px;
    align-items: stretch;
}

@media (max-width: 880px) {
    .page-id-29 .elementor-element-ct02_split .elementor-container {
        flex-direction: column !important;
        gap: 24px !important;
    }
    .page-id-29 .elementor-column {
        width: 100% !important;
    }
}

/* Columna Izquierda: Tarjeta Granja & Info */
.adc-contact-info-card {
    background: #ffffff;
    border: 1px solid rgba(183, 192, 183, 0.45);
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 10px 32px rgba(23, 32, 25, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.adc-contact-farm-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 24px;
}

.adc-contact-item {
    display: flex;
    gap: 16px;
    margin-bottom: 18px;
}

.adc-ci-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(35, 69, 47, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.adc-contact-item h4 {
    font-family: 'Manrope', system-ui, sans-serif;
    font-size: 14.5px;
    font-weight: 700;
    color: var(--adc-brand-dark, #173321);
    margin-bottom: 3px;
}

.adc-contact-item p {
    font-size: 13.5px;
    color: var(--adc-ink-muted, #4D5A50);
    line-height: 1.5;
    margin: 0;
}

.adc-wa-cta-box {
    margin-top: auto;
    padding: 22px;
    background: linear-gradient(145deg, #128C7E, #0d6d62);
    color: #ffffff;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.adc-wa-cta-box h3 {
    font-family: 'Literata', Georgia, serif;
    font-size: 18px;
    color: #ffffff;
    margin: 0;
}

.adc-wa-cta-box p {
    font-size: 13px;
    opacity: .92;
    margin: 0;
    color: #ffffff;
}

.adc-wa-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #ffffff;
    color: #0e7266 !important;
    font-family: 'Manrope', system-ui, sans-serif;
    font-weight: 800;
    font-size: 14px;
    padding: 13px 22px;
    border-radius: 999px;
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease;
    box-shadow: 0 4px 14px rgba(0,0,0,0.15);
    margin-top: 4px;
}

.adc-wa-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.22);
}

/* Columna Derecha: Formulario Gourmet */
.adc-contact-form-card {
    background: #ffffff;
    border: 1px solid rgba(183, 192, 183, 0.45);
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 12px 36px rgba(23, 32, 25, 0.06);
    height: 100%;
}

.adc-contact-form-card h3 {
    font-family: 'Literata', Georgia, serif;
    font-size: 24px;
    color: var(--adc-brand-dark, #173321);
    margin-bottom: 6px;
}

.adc-form-sub {
    color: var(--adc-ink-muted, #4D5A50);
    font-size: 14px;
    margin-bottom: 20px;
}

.adc-topic-label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--adc-brand-dark, #173321);
    margin-bottom: 8px;
}

.adc-topic-selector {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.adc-topic-pill {
    font-size: 12.5px;
    font-weight: 700;
    font-family: 'Manrope', system-ui, sans-serif;
    padding: 7px 14px;
    border-radius: 999px;
    border: 1px solid rgba(183, 192, 183, 0.5);
    background: #ffffff;
    color: var(--adc-ink-muted, #4D5A50);
    cursor: pointer;
    transition: all .2s ease;
}

.adc-topic-pill.active,
.adc-topic-pill:hover {
    background: var(--adc-brand, #23452F);
    color: #ffffff;
    border-color: var(--adc-brand, #23452F);
}

.cyr-contact-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.cyr-cf-row label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--adc-brand-dark, #173321);
    margin-bottom: 6px;
}

.cyr-cf-row input,
.cyr-cf-row textarea {
    width: 100%;
    border: 1.5px solid rgba(183, 192, 183, 0.5);
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 14px;
    font-family: 'Manrope', system-ui, sans-serif;
    background: #FAFAFA;
    color: #172019;
    transition: border-color .2s, box-shadow .2s, background .2s;
    font-weight: 500;
}

.cyr-cf-row input:focus,
.cyr-cf-row textarea:focus {
    outline: none;
    background: #ffffff;
    border-color: var(--adc-brand, #23452F);
    box-shadow: 0 0 0 3px rgba(35, 69, 47, 0.12);
}

.cyr-cf-btn {
    background: var(--adc-brand, #23452F);
    color: #ffffff;
    font-family: 'Manrope', system-ui, sans-serif;
    font-weight: 800;
    font-size: 15px;
    padding: 15px 28px;
    border-radius: 999px;
    border: 0;
    cursor: pointer;
    transition: all .25s ease;
    box-shadow: 0 6px 18px rgba(35, 69, 47, 0.22);
    margin-top: 4px;
}

.cyr-cf-btn:hover {
    background: var(--adc-brand-dark, #173321);
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(23, 51, 33, 0.28);
}

.cyr-cf-note {
    font-size: 12px;
    color: var(--adc-ink-muted, #4D5A50);
    margin: 0;
    text-align: center;
}

/* ─── Página Reserva en móvil: ocultar header/footer del tema ──
   El shortcode tiene su propio encabezado compacto; así el wizard
   ocupa toda la pantalla y no hace falta scroll. */
@media (max-width: 1023px) {
    .page-id-41 #site-header,
    .page-id-41 .site-footer {
        display: none;
    }
}

/* ─── Shop: filtros por categoría (chips pill sobre la grilla) ── */
/* Dropdown de ordenamiento: estética coherente (antes nativo del navegador) */
.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
    border: 1px solid rgba(212, 196, 172, 0.6) !important;
    border-radius: 999px !important;
    padding: 9px 34px 9px 16px !important;
    font-family: 'Manrope', system-ui, sans-serif !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    color: var(--e-global-color-primary, #7b5800) !important;
    background-color: #ffffff !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%237b5800' stroke-width='1.6' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    cursor: pointer !important;
    outline: none !important;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.woocommerce .woocommerce-ordering select:hover,
.woocommerce-page .woocommerce-ordering select:hover {
    border-color: rgba(123, 88, 0, 0.5) !important;
}
.woocommerce .woocommerce-ordering select:focus,
.woocommerce-page .woocommerce-ordering select:focus {
    border-color: #7b5800 !important;
    box-shadow: 0 0 0 3px rgba(123, 88, 0, 0.12) !important;
}
.cyr-shop-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 22px;
    padding: 0;
}
.cyr-shop-filters .cyr-cat {
    white-space: nowrap;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 12.5px;
    font-weight: 700;
    border: 1.5px solid var(--e-global-color-outline, #d4c4ac);
    background: #ffffff;
    color: var(--e-global-color-on-surface-muted, #504532);
    cursor: pointer;
    transition: all .2s ease;
    font-family: Manrope, system-ui, sans-serif;
}
.cyr-shop-filters .cyr-cat:hover {
    border-color: var(--e-global-color-primary, #7b5800);
    color: var(--e-global-color-primary, #7b5800);
}
.cyr-shop-filters .cyr-cat.active {
    background: var(--e-global-color-secondary, #496800);
    color: #fff;
    border-color: var(--e-global-color-secondary, #496800);
}
.cyr-cat-count {
    display: inline-block;
    font-size: 10px;
    font-weight: 800;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    padding: 1px 7px;
    margin-left: 4px;
    vertical-align: middle;
}
.cyr-shop-filters .cyr-cat:not(.active) .cyr-cat-count {
    background: rgba(80, 69, 50, 0.08);
    color: var(--e-global-color-on-surface-muted, #504532);
}
.cyr-shop-empty {
    grid-column: 1 / -1;
    text-align: center;
    color: var(--e-global-color-on-surface-muted, #504532);
    padding: 40px 0;
    font-family: Manrope, sans-serif;
}

/* ─── Páginas legales (Términos / Privacidad) ───────────────── */
/* Título del Shop: tamaño equilibrado y coherente con la marca */
.woocommerce-products-header .woocommerce-products-header__title,
.woocommerce-page .entry-title,
body.woocommerce h1.entry-title,
body.woocommerce .woocommerce-products-header h1 {
    font-family: 'Literata', Georgia, serif !important;
    font-size: clamp(28px, 3.2vw, 36px) !important;
    font-weight: 700 !important;
    color: var(--e-global-color-primary, #7b5800) !important;
    margin-bottom: 8px !important;
}
.page-id-45 .entry-content,
.page-id-46 .entry-content {
    max-width: 860px;
    margin: 0 auto;
    padding: 10px 24px 60px;
}
.page-id-45 .entry-content h2,
.page-id-46 .entry-content h2 {
    font-family: Literata, Georgia, serif;
    font-weight: 700;
    color: var(--e-global-color-primary, #7b5800);
    font-size: 22px;
    margin: 34px 0 12px;
    padding-top: 18px;
    border-top: 1px solid rgba(212, 196, 172, 0.3);
}
.page-id-45 .entry-content h2:first-child,
.page-id-46 .entry-content h2:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 10px;
}
.page-id-45 .entry-content p,
.page-id-46 .entry-content p {
    font-family: Manrope, system-ui, sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: var(--e-global-color-on-surface, #1d1c18);
    margin: 0 0 14px;
}
.page-id-45 .entry-content ul,
.page-id-46 .entry-content ul {
    font-family: Manrope, system-ui, sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: var(--e-global-color-on-surface, #1d1c18);
    margin: 0 0 16px;
    padding-left: 24px;
}
.page-id-45 .entry-content li,
.page-id-46 .entry-content li {
    margin-bottom: 6px;
}
.page-id-45 .entry-content strong,
.page-id-46 .entry-content strong {
    color: var(--e-global-color-primary, #7b5800);
}
.page-id-45 .entry-content em,
.page-id-46 .entry-content em {
    color: var(--e-global-color-on-surface-muted, #504532);
    font-size: 13px;
}

/* ─── Home: Hero Despensa Gourmet & Editorial ────────────────── */

/* Eyebrow badge "SIMplemente Natural" → Pill de origen sobrio */
.home .elementor-section:first-of-type .elementor-widget-heading:first-child .elementor-heading-title {
    display: inline-block;
    font-family: 'Manrope', system-ui, sans-serif !important;
    font-size: 11.5px !important;
    font-weight: 800 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
    color: var(--adc-brand, #23452F) !important;
    background: rgba(35, 69, 47, 0.08);
    border: 1px solid rgba(35, 69, 47, 0.15);
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 8px;
}

/* H1 del Hero: Literata 700, editorial y equilibrado */
.home .elementor-section:first-of-type .elementor-widget-heading:nth-of-type(2) h1,
.home .elementor-section:first-of-type h1.elementor-heading-title {
    font-family: 'Literata', Georgia, serif !important;
    font-size: clamp(34px, 4.2vw, 52px) !important;
    font-weight: 700 !important;
    line-height: 1.14 !important;
    letter-spacing: -0.015em !important;
    color: var(--adc-brand-dark, #173321) !important;
    display: block;
    width: fit-content;
    max-width: 500px;
    margin-bottom: 12px;
}

@media (max-width: 767px) {
    .home .elementor-section:first-of-type h1.elementor-heading-title {
        max-width: 100%;
        font-size: 32px !important;
        line-height: 1.2 !important;
    }
}

/* Párrafo descriptivo del Hero */
.home .elementor-section:first-of-type .elementor-widget-text-editor p {
    font-family: 'Manrope', system-ui, sans-serif !important;
    font-size: 16.5px !important;
    line-height: 1.7 !important;
    color: var(--adc-ink-muted, #4D5A50) !important;
    max-width: 480px;
}

/* Imagen del Hero: encuadre limpio de alta despensa */
.home .elementor-section:first-of-type .elementor-widget-image {
    position: relative;
    z-index: 1;
    max-width: 100%;
}

.home .elementor-section:first-of-type .elementor-widget-image::before {
    content: '';
    position: absolute;
    top: -24px;
    left: -20px;
    right: -10px;
    bottom: -24px;
    background: #f1ede3;
    border-radius: 28px;
    z-index: -1;
}

.home .elementor-section:first-of-type .elementor-widget-image img {
    position: relative;
    z-index: 1;
    width: 100% !important;
    max-width: 560px;
    height: auto;
    border: 4px solid #ffffff !important;
    border-radius: 20px !important;
    box-shadow: 0 20px 50px rgba(23, 51, 33, 0.12) !important;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.home .elementor-section:first-of-type .elementor-widget-image img:hover {
    transform: translateY(-3px);
    box-shadow: 0 26px 60px rgba(23, 51, 33, 0.16) !important;
}

/* Badge sutil sobre la foto del Hero: Selección de Campo */
.home .elementor-section:first-of-type .elementor-widget-image::after {
    content: '✦ Cosecha Fresca • Padre Hurtado';
    position: absolute;
    left: -14px;
    bottom: -14px;
    background: #ffffff;
    color: var(--adc-brand, #23452F);
    font-family: 'Manrope', system-ui, sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.02em;
    padding: 10px 18px;
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(23, 51, 33, 0.10);
    border: 1px solid rgba(183, 192, 183, 0.45);
    z-index: 3;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .home .elementor-section:first-of-type .elementor-widget-image::after {
        left: 8px;
        bottom: 8px;
        font-size: 11.5px;
        padding: 8px 14px;
    }
}

/* Cinta de confianza local y atributos de calidad */
.cyr-home-trust {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 16px;
    margin-top: 24px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(183, 192, 183, 0.4);
    border-radius: 12px;
    color: var(--adc-brand, #23452F);
    font-family: 'Manrope', system-ui, sans-serif;
    font-size: 12.5px;
    font-weight: 700;
    line-height: 1.4;
}

.cyr-home-trust span {
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
}

@media (max-width: 767px) {
    .cyr-home-trust {
        gap: 6px 12px;
        font-size: 11.5px;
        padding: 8px 12px;
    }
    .cyr-home-trust span { white-space: normal; }
}

/* ─── Botones de acción del Hero ────────────────────────────── */
.elementor-button {
    border-radius: 999px !important;
    padding: 14px 28px !important;
    font-family: 'Manrope', system-ui, sans-serif !important;
    font-weight: 700 !important;
    transition: all 0.28s ease !important;
}

/* Botón primario: verde bosque profundo con elevación */
.home .elementor-section:first-of-type .elementor-widget-button a[href*="shop"] .elementor-button,
.home .elementor-section:first-of-type .elementor-widget-button a[href*="shop"] {
    background-color: var(--adc-brand, #23452F) !important;
    color: #ffffff !important;
    box-shadow: 0 6px 20px rgba(35, 69, 47, 0.20) !important;
    border: 1.5px solid var(--adc-brand, #23452F) !important;
}

.home .elementor-section:first-of-type .elementor-widget-button a[href*="shop"] .elementor-button:hover,
.home .elementor-section:first-of-type .elementor-widget-button a[href*="shop"]:hover {
    background-color: var(--adc-brand-dark, #173321) !important;
    border-color: var(--adc-brand-dark, #173321) !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(23, 51, 33, 0.26) !important;
}

/* Botón secundario: superficie blanca con borde bosque */
.home .elementor-section:first-of-type .elementor-widget-button a[href*="granja"] .elementor-button,
.home .elementor-section:first-of-type .elementor-widget-button a[href*="granja"],
.home .elementor-section:first-of-type .elementor-widget-button a[href*="historia"] .elementor-button,
.home .elementor-section:first-of-type .elementor-widget-button a[href*="historia"] {
    border: 1.5px solid var(--adc-brand, #23452F) !important;
    background-color: #ffffff !important;
    color: var(--adc-brand, #23452F) !important;
    box-shadow: 0 2px 8px rgba(23, 51, 33, 0.06) !important;
}

.home .elementor-section:first-of-type .elementor-widget-button a[href*="granja"] .elementor-button:hover,
.home .elementor-section:first-of-type .elementor-widget-button a[href*="granja"]:hover,
.home .elementor-section:first-of-type .elementor-widget-button a[href*="historia"] .elementor-button:hover,
.home .elementor-section:first-of-type .elementor-widget-button a[href*="historia"]:hover {
    background-color: rgba(35, 69, 47, 0.06) !important;
    border-color: var(--adc-brand-dark, #173321) !important;
    color: var(--adc-brand-dark, #173321) !important;
    transform: translateY(-2px);
}

/* Alineación de botones en desktop */
@media (min-width: 768px) {
    .home .elementor-section:first-of-type .elementor-widget-button {
        display: inline-block !important;
        width: auto !important;
        margin-right: 12px;
        vertical-align: top !important;
    }
    .home .elementor-section:first-of-type .elementor-widget-button .elementor-button {
        height: 48px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .home .elementor-section:first-of-type .elementor-widget-button {
        display: block;
        margin-bottom: 10px;
        text-align: left;
    }
}

/* ─── Sección de Beneficios: Manifiesto de Calidad ───────────── */
.home .elementor-section .elementor-container.elementor-column-gap-30 .elementor-column {
    background: #ffffff;
    border-radius: 20px;
    padding: 32px 26px;
    border: 1px solid rgba(183, 192, 183, 0.35);
    box-shadow: 0 4px 18px rgba(23, 32, 25, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    align-self: stretch;
}

.home .elementor-section .elementor-container.elementor-column-gap-30 .elementor-column:hover {
    transform: translateY(-4px);
    border-color: rgba(35, 69, 47, 0.3);
    box-shadow: 0 14px 36px rgba(23, 32, 25, 0.08);
}

.home .elementor-section .elementor-container.elementor-column-gap-30 .elementor-column .elementor-widget-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.home .elementor-section .elementor-container.elementor-column-gap-30 .elementor-column .elementor-widget-text-editor {
    margin-top: auto;
}

/* Tarjeta protagonista (Yema Naranja - Pastoreo Libre) */
.home .elementor-section .elementor-container.elementor-column-gap-30 .elementor-column[data-id="a1b0015"] {
    background: linear-gradient(165deg, #FAF4E9 0%, #F5EAD6 100%);
    border: 1.5px solid rgba(224, 165, 43, 0.35);
    box-shadow: 0 6px 24px rgba(123, 88, 0, 0.07);
    position: relative;
}

.home .elementor-section .elementor-container.elementor-column-gap-30 .elementor-column[data-id="a1b0015"]::before {
    content: '★ Calidad de Pastoreo';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--adc-brand, #23452F);
    color: #ffffff;
    font-family: 'Manrope', system-ui, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 5px 14px;
    border-radius: 999px;
    box-shadow: 0 4px 12px rgba(23, 51, 33, 0.2);
    white-space: nowrap;
    z-index: 2;
}

.home .elementor-section .elementor-container.elementor-column-gap-30 .elementor-column[data-id="a1b0015"] .elementor-icon {
    color: var(--adc-accent, #E0A52B) !important;
}

.home .elementor-section .elementor-container.elementor-column-gap-30 .elementor-column .elementor-widget-image img {
    width: 100% !important;
    height: 190px !important;
    object-fit: cover;
    border-radius: 14px;
    margin-bottom: 12px;
}

/* Íconos y títulos de beneficios */
.home .elementor-section .elementor-container.elementor-column-gap-30 .elementor-icon {
    color: var(--adc-brand, #23452F);
    transition: transform 0.3s ease;
}

.home .elementor-section .elementor-container.elementor-column-gap-30 .elementor-column:hover .elementor-icon {
    transform: scale(1.1);
}

.home .elementor-section .elementor-container.elementor-column-gap-30 .elementor-heading-title {
    font-family: 'Literata', Georgia, serif !important;
    font-size: 21px !important;
    font-weight: 700 !important;
    color: var(--adc-brand-dark, #173321) !important;
    margin-top: 10px !important;
    margin-bottom: 8px !important;
}

.home .elementor-section .elementor-container.elementor-column-gap-30 p {
    font-family: 'Manrope', system-ui, sans-serif !important;
    font-size: 14.5px !important;
    line-height: 1.65 !important;
    color: var(--adc-ink-muted, #4D5A50) !important;
}

/* ─── Tipografía global de títulos de sección ───────────────── */
.home .elementor-widget-heading h2,
.page-id-28 .elementor-widget-heading h2 {
    font-family: 'Literata', Georgia, serif !important;
    font-weight: 700 !important;
    font-size: clamp(28px, 3.6vw, 40px) !important;
    line-height: 1.18 !important;
    letter-spacing: -0.01em !important;
    color: var(--adc-brand-dark, #173321) !important;
}

.home .elementor-widget-heading h2 .elementor-heading-title,
.page-id-28 .elementor-widget-heading h2 .elementor-heading-title {
    font-family: inherit;
}

.home .elementor-widget-text-editor p,
.page-id-28 .elementor-widget-text-editor p {
    font-size: 16px !important;
    line-height: 1.75 !important;
    color: var(--adc-ink-muted, #4D5A50) !important;
}

/* ─── Banner de Cierre Institucional de la Portada ──────────── */
.home .elementor-section:last-of-type {
    background-color: var(--adc-brand-dark, #173321) !important;
    border-radius: 0;
}

.home .elementor-section:last-of-type .elementor-heading-title {
    font-family: 'Literata', Georgia, serif !important;
    font-size: clamp(20px, 2.4vw, 28px) !important;
    font-weight: 600 !important;
    color: var(--adc-canvas, #F7F3EA) !important;
    line-height: 1.45 !important;
    letter-spacing: -0.01em !important;
}

/* ─── Nuestra Historia: Ritmo vertical compacto y armónico ───── */
.page-id-28 .elementor-section {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

.page-id-28 .elementor-section:first-of-type {
    padding-top: 36px !important;
    padding-bottom: 16px !important;
}

.page-id-28 .elementor-section:nth-of-type(2) {
    padding-top: 12px !important;
    padding-bottom: 24px !important;
}

.page-id-28 .elementor-section:nth-of-type(3) {
    padding-top: 16px !important;
    padding-bottom: 6px !important;
}

.page-id-28 .elementor-section:nth-of-type(4) {
    padding-top: 6px !important;
    padding-bottom: 32px !important;
}

.page-id-28 .elementor-section:last-of-type {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
}

.page-id-28 .elementor-section .elementor-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Hero de Nuestra Historia */
.page-id-28 .elementor-element-b2c0003 h1 {
    font-family: 'Literata', Georgia, serif !important;
    font-size: clamp(32px, 3.8vw, 48px) !important;
    font-weight: 700 !important;
    color: var(--adc-brand-dark, #173321) !important;
    line-height: 1.15 !important;
    margin-bottom: 14px !important;
}

.page-id-28 .elementor-element-b2c0003 p {
    font-size: 16.5px !important;
    line-height: 1.7 !important;
    color: var(--adc-ink-muted, #4D5A50) !important;
    margin-bottom: 20px !important;
}

.page-id-28 .elementor-element-b2c0004 img {
    width: 100% !important;
    aspect-ratio: 16 / 11 !important;
    object-fit: cover !important;
    border-radius: 20px !important;
    box-shadow: 0 18px 45px rgba(23, 51, 33, 0.12) !important;
}

.page-id-28 .elementor-element-b2c0024 a.elementor-button {
    background-color: var(--adc-brand, #23452F) !important;
    color: #ffffff !important;
    font-family: 'Manrope', system-ui, sans-serif !important;
    font-weight: 700 !important;
    font-size: 14.5px !important;
    padding: 13px 28px !important;
    border-radius: 999px !important;
    box-shadow: 0 6px 18px rgba(35, 69, 47, 0.2) !important;
    transition: all .25s ease !important;
}
.page-id-28 .elementor-element-b2c0024 a.elementor-button:hover {
    background-color: var(--adc-brand-dark, #173321) !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(23, 51, 33, 0.28) !important;
}

/* Tarjetas de los 3 Pilares (Manifiesto de Origen) */
.page-id-28 .elementor-element-b2c0010 .elementor-column {
    background: #ffffff !important;
    border: 1px solid rgba(183, 192, 183, 0.45) !important;
    border-radius: 20px !important;
    padding: 24px 20px !important;
    box-shadow: 0 8px 24px rgba(23, 32, 25, 0.05) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    display: flex;
    flex-direction: column;
}

.page-id-28 .elementor-element-b2c0010 .elementor-column:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 34px rgba(23, 51, 33, 0.1) !important;
}

/* Tarjeta protagonista central (Alimentación Natural) */
.page-id-28 .elementor-element-b2c0010 .elementor-column[data-id="b2c000c"] {
    background: linear-gradient(165deg, #FAF4E9 0%, #F5EAD6 100%) !important;
    border: 1.5px solid rgba(224, 165, 43, 0.4) !important;
    position: relative;
}

.page-id-28 .elementor-element-b2c0010 .elementor-column[data-id="b2c000c"]::before {
    content: '★ 100% Forraje & Maíz';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--adc-brand, #23452F);
    color: #ffffff;
    font-family: 'Manrope', system-ui, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 4px 13px;
    border-radius: 999px;
    box-shadow: 0 4px 12px rgba(23, 51, 33, 0.2);
    white-space: nowrap;
    z-index: 2;
}

.page-id-28 .elementor-element-b2c0010 .elementor-widget-image img {
    width: 100% !important;
    height: 180px !important;
    object-fit: cover !important;
    border-radius: 14px !important;
    margin-bottom: 14px !important;
}

.page-id-28 .elementor-element-b2c0010 h3 {
    font-family: 'Literata', Georgia, serif !important;
    font-size: 21px !important;
    font-weight: 700 !important;
    color: var(--adc-brand-dark, #173321) !important;
    margin-bottom: 8px !important;
}

.page-id-28 .elementor-element-b2c0010 p {
    font-family: 'Manrope', system-ui, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: var(--adc-ink-muted, #4D5A50) !important;
}

/* Galería Vida en la Granja */
.page-id-28 .elementor-element-b2c0014 h2 {
    font-family: 'Literata', Georgia, serif !important;
    font-size: clamp(28px, 3.4vw, 36px) !important;
    font-weight: 700 !important;
    color: var(--adc-brand-dark, #173321) !important;
    margin-bottom: 6px !important;
}

.page-id-28 .adc-gallery-intro {
    font-size: 15px !important;
    color: var(--adc-ink-muted, #4D5A50) !important;
    max-width: 620px !important;
    margin: 0 auto 16px !important;
}

.page-id-28 .elementor-element-b2c001b .elementor-widget-image img {
    width: 100% !important;
    height: 240px !important;
    object-fit: cover !important;
    border-radius: 18px !important;
    box-shadow: 0 10px 28px rgba(23, 32, 25, 0.08) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.page-id-28 .elementor-element-b2c001b .elementor-widget-image img:hover {
    transform: scale(1.02);
    box-shadow: 0 16px 36px rgba(23, 51, 33, 0.14) !important;
}

/* Banner de Cierre */
.page-id-28 .elementor-element-b2c0020_banner {
    background-color: var(--adc-brand-dark, #173321) !important;
    border-radius: 0;
}

.page-id-28 .elementor-element-b2c0020_banner h4 {
    font-family: 'Literata', Georgia, serif !important;
    font-size: clamp(18px, 2.2vw, 24px) !important;
    font-weight: 600 !important;
    color: var(--adc-canvas, #F7F3EA) !important;
    line-height: 1.45 !important;
    letter-spacing: -0.01em !important;
}

.cyr-products-intro {
    margin: -10px 0 24px;
    color: #725a42;
    font-size: 14px;
    line-height: 1.6;
}
.cyr-products-intro a { color: #7b5800; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

/* Nuestra Granja — página editorial propia */
.page-id-55 .cyr-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    color: #496800;
    font-family: 'Manrope', system-ui, sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
}
.page-id-55 .elementor-widget-image img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 22px;
    box-shadow: 0 18px 40px rgba(93,66,0,.14);
}
.page-id-55 .cyr-farm-lead { max-width: 720px; margin: 0 auto; }
.page-id-55 .elementor-section:first-child .elementor-widget-heading h2,
.page-id-55 .elementor-widget-heading h2 { color: #7b5800 !important; }
.page-id-55 .elementor-widget-button .elementor-button {
    background: #f7b500 !important;
    color: #674900 !important;
    min-height: 48px;
    box-shadow: 0 8px 18px rgba(123,88,0,.16);
}
.page-id-55 .elementor-widget-button .elementor-button:hover {
    background: #7b5800 !important;
    color: #fef9f2 !important;
}
.page-id-55 .elementor-widget-heading h1 { color: #504532 !important; }
.page-id-55 .elementor-widget-heading h2 { color: #7b5800 !important; }

.page-id-55 .cyr-farm-card {
    min-height: 205px;
    margin: 8px;
    padding: 28px 24px;
    background: #fff;
    border: 1px solid #d4c4ac;
    border-radius: 20px;
    box-shadow: 0 10px 24px rgba(93,66,0,.08);
    text-align: center;
}
.page-id-55 .cyr-farm-card-feature {
    background: linear-gradient(145deg,#fdeee3,#fbe3d1);
    border-color: #e6b18b;
    transform: translateY(-8px);
}
.page-id-55 .cyr-farm-icon {
    display: block;
    margin-bottom: 14px;
    color: #496800;
    font-family: Georgia, serif;
    font-size: 38px;
    line-height: 1;
}
.page-id-55 .cyr-farm-card-feature .cyr-farm-icon { color: #c2550f; }
.page-id-55 .cyr-farm-card h3 {
    margin: 0 0 10px;
    color: #7b5800;
    font-family: 'Literata', Georgia, serif;
    font-size: 21px;
}
.page-id-55 .cyr-farm-card p {
    margin: 0;
    color: #504532;
    font-family: 'Manrope', system-ui, sans-serif;
    font-size: 14px;
    line-height: 1.6;
}
@media (max-width: 767px) {
    .page-id-55 .elementor-section { padding-left: 20px !important; padding-right: 20px !important; }
    .page-id-55 .elementor-widget-heading h1 { font-size: 38px !important; line-height: 1.08 !important; }
    .page-id-55 .elementor-widget-heading h2 { font-size: 30px !important; line-height: 1.15 !important; }
    .page-id-55 .cyr-farm-card { min-height: 0; margin: 6px 0; padding: 24px 20px; }
    .page-id-55 .cyr-farm-card-feature { transform: none; }
}



/* Fase 6: Contacto — cobertura visible y menos vacío antes del mensaje */
.page-id-29 .elementor-section:first-of-type .elementor-widget-heading h1 {
    font-size: clamp(34px, 4vw, 52px) !important;
}
.page-id-29 .elementor-section:nth-of-type(3) .elementor-container {
    padding-top: 44px;
}
.page-id-29 .elementor-section:nth-of-type(3) .elementor-widget-text-editor {
    max-width: 580px;
}

/* ─── Checkout: caja de horario de entrega ───────────────────── */
.adc-delivery-slot {
    background: #ffffff;
    border: 1px solid #e6e2db;
    border-radius: 16px;
    padding: 24px;
    margin: 16px 0 24px;
    box-shadow: 0 4px 20px rgba(114, 90, 66, 0.08);
}

.adc-delivery-slot h3 {
    font-family: 'Literata', Georgia, serif;
    color: #7b5800;
    margin-top: 0;
}

/* ─── Botón flotante de WhatsApp (port del prototipo) ────────── */
.cyr-wa-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #25D366;          /* verde oficial WhatsApp */
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
}

/* Anillo de pulso sutil (identidad + atención sin intrusión) */
.cyr-wa-float::before {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 2px solid rgba(37, 211, 102, 0.35);
    animation: cyr-wa-pulse 2.8s ease-out infinite;
}
@keyframes cyr-wa-pulse {
    0%   { transform: scale(0.92); opacity: 1; }
    70%  { transform: scale(1.25); opacity: 0; }
    100% { transform: scale(1.25); opacity: 0; }
}

/* Tooltip con identidad de marca */
.cyr-wa-float::after {
    content: '¿Necesitas ayuda?';
    position: absolute;
    right: 68px;
    top: 50%;
    transform: translateY(-50%) translateX(6px);
    background: #ffffff;
    color: #7b5800;
    font-family: 'Manrope', system-ui, sans-serif;
    font-size: 12.5px;
    font-weight: 600;
    padding: 7px 13px;
    border-radius: 999px;
    border: 1px solid rgba(212, 196, 172, 0.5);
    box-shadow: 0 4px 14px rgba(114, 90, 66, 0.12);
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.cyr-wa-float:hover::after {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

.cyr-wa-float svg {
    width: 30px;
    height: 30px;
    fill: #ffffff;
}

.cyr-wa-float:hover {
    transform: scale(1.1);
    box-shadow: 0 12px 32px rgba(37, 211, 102, 0.5);
}

/* Respetar prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
    .cyr-wa-float::before { animation: none; }
}

/* ─── WooCommerce: cards de producto premium ─────────────────── */
.woocommerce ul.products li.product {
    background: #ffffff;
    border: 1px solid rgba(212, 196, 172, 0.35);
    border-radius: 16px;
    padding: 14px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 34px rgba(114, 90, 66, 0.14);
}

/* ─── Fase 2: badges de producto + zoom de imagen ────────────── */
.woocommerce ul.products li.product .cyr-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 5;
    font-family: 'Manrope', system-ui, sans-serif;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ffffff;
    background: #496800;
    padding: 5px 11px;
    border-radius: 999px;
    box-shadow: 0 3px 10px rgba(73, 104, 0, 0.3);
}
.woocommerce ul.products li.product .cyr-badge--premium {
    background: #c2550f;
    box-shadow: 0 3px 10px rgba(194, 85, 15, 0.3);
}
.woocommerce ul.products li.product .cyr-badge--miel {
    background: #f7b500;
    color: #674900;
    box-shadow: 0 3px 10px rgba(247, 181, 0, 0.35);
}

/* Zoom de imagen al hover */
.woocommerce ul.products li.product .woocommerce-loop-product__link {
    display: block;
    overflow: hidden;
    border-radius: 10px;
}
.woocommerce ul.products li.product img {
    transition: transform 0.5s ease;
    border-radius: 10px;
}
.woocommerce ul.products li.product:hover img {
    transform: scale(1.08);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: 'Literata', Georgia, serif;
    color: #7b5800;
    font-weight: 700;
}

.woocommerce ul.products li.product .price {
    color: #c2550f;               /* accent-terracotta */
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
}

.cyr-product-format {
    margin-top: 4px;
    color: #725a42;
    font-family: 'Manrope', system-ui, sans-serif;
    font-size: 12px;
    line-height: 1.4;
}
.woocommerce ul.products li.product .price {
    margin-top: 7px;
}
@media (max-width: 767px) {
    .cyr-product-format { font-size: 11.5px; }
}

/* ─── Fase 4: shop — precio destacado e imágenes uniformes ─── */
.woocommerce ul.products li.product .price {
    font-size: 18px !important;
    font-variant-numeric: tabular-nums;  /* digits del mismo ancho */
    letter-spacing: -0.01em;
    margin: 6px 0 10px !important;
}
.woocommerce ul.products li.product .price .woocommerce-Price-currencySymbol {
    font-size: 0.82em;
    font-weight: 600;
    margin-left: 2px;
}

/* Imágenes de producto: altura uniforme (grid alineado) */
.woocommerce ul.products li.product .woocommerce-loop-product__link img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover;
}

/* CTA más visible: ancho completo dentro de la card */
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product a.button {
    display: block !important;
    width: 100% !important;
    text-align: center;
    margin-top: 4px;
}

/* Botón "Agregar al carrito": pill, marrón, texto BLANCO (como el prototipo) */
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product a.button {
    border-radius: 999px;
    background: #7b5800;
    color: #ffffff;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    padding: 12px 22px;
    transition: background 0.3s ease, color 0.3s ease, transform 0.2s ease;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .add_to_cart_button:hover,
.woocommerce ul.products li.product a.button:hover {
    background: #5d4200;
    color: #ffffff;
    transform: translateY(-1px);
}

.woocommerce ul.products li.product .button:active,
.woocommerce ul.products li.product .add_to_cart_button:active,
.woocommerce ul.products li.product a.button:active {
    background: #5d4200;
    color: #ffffff;
}

/* Estado "added to cart": feedback verde oliva */
.woocommerce ul.products li.product .button.added {
    background: #496800;
    color: #ffffff;
}

.woocommerce ul.products li.product .added_to_cart {
    display: inline-block;
    margin-top: 8px;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    color: #7b5800;
}

/* WCAG 2.1 AA: botones y foco con contraste verificable */
:where(.elementor-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .cyr-cf-btn) {
    background-color: #5d4200;
    color: #ffffff;
}
:where(.elementor-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .cyr-cf-btn):hover,
:where(.elementor-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .cyr-cf-btn):focus {
    background-color: #3f2d00;
    color: #ffffff;
}
:where(.elementor-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .cyr-cf-btn):focus-visible {
    outline: 3px solid #c2550f;
    outline-offset: 3px;
}
/* Las variantes amarillas usan texto oscuro, nunca blanco sobre #f7b500. */
.page-id-55 .elementor-widget-button .elementor-button {
    background-color: #f7b500 !important;
    color: #674900 !important;
}

/* Alma de Campo: tokens y componentes compartidos. No modifica el tema padre. */
:root {
    --adc-canvas: #F7F3EA;
    --adc-surface: #FFFFFF;
    --adc-ink: #172019;
    --adc-ink-muted: #4D5A50;
    --adc-brand: #23452F;
    --adc-brand-dark: #173321;
    --adc-accent: #E0A52B;
    --adc-border: #B7C0B7;
    --adc-success: #23613A;
    --adc-warning: #805B00;
    --adc-error: #9C2F24;
}
body { background: var(--adc-canvas) !important; color: var(--adc-ink); }
.site-header {
    padding: 14px 36px;
    background: var(--adc-surface, #FFFFFF);
    border-bottom: 1px solid rgba(183, 192, 183, 0.35);
}
.site-header,
.site-header .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.site-footer { background: var(--adc-surface); }
.site-header .site-branding .site-title a { color: var(--adc-brand); }
.site-header .site-branding .site-title a:hover,
.site-header .site-navigation .menu a:hover { color: var(--adc-brand-dark); }
.site-header .site-navigation .menu a { color: var(--adc-ink); font-weight: 600; }
.site-header .site-navigation .menu .current-menu-item a,
.site-header .site-navigation .menu .current_page_item a { color: var(--adc-brand); }
.site-header .menu-item > a::after,
.ast-builder-menu .menu-item > a::after,
.main-header-menu .menu-item > a::after { background: var(--adc-accent); }

.site-header-nav-wrap {
    display: flex;
    align-items: center;
    gap: 24px;
}

/* Icono de Carrito en el Header */
.adc-header-cart-wrap {
    display: flex;
    align-items: center;
}

.adc-header-cart {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 15px 8px 12px;
    background: #FAF7F2;
    border: 1.5px solid rgba(35, 69, 47, 0.22);
    border-radius: 999px;
    color: #23452F !important;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.adc-header-cart:hover {
    background: #23452F;
    border-color: #23452F;
    color: #FFFFFF !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(35, 69, 47, 0.22);
}

.adc-header-cart-icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.adc-header-cart-icon-box svg {
    transition: stroke 0.2s ease;
}

.adc-header-cart:hover .adc-header-cart-icon-box svg {
    stroke: #FFFFFF;
}

.adc-header-cart-label {
    font-family: 'Manrope', system-ui, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

/* Badge dinámico en el icono del header */
.adc-header-cart .adc-cart-badge {
    position: absolute;
    top: -9px;
    right: -10px;
    min-width: 19px;
    height: 19px;
    padding: 0 4px;
    background: #E0A52B;
    color: #173321;
    font-family: 'Manrope', sans-serif;
    font-size: 11px;
    font-weight: 800;
    border-radius: 999px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
    display: none;
    align-items: center;
    justify-content: center;
}

.adc-header-cart .adc-cart-badge.has-count {
    display: inline-flex;
}

@media (max-width: 768px) {
    .site-header {
        padding: 12px 16px;
    }
    .site-header-nav-wrap {
        gap: 10px;
    }
    .adc-header-cart-label {
        display: none;
    }
    .adc-header-cart {
        padding: 8px;
    }
}
:where(.elementor-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .cyr-cf-btn) {
    background: var(--adc-brand) !important;
    color: #fff !important;
    border-color: var(--adc-brand);
    min-height: 44px;
}

:where(.elementor-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .cyr-cf-btn):hover {
    background: var(--adc-brand-dark) !important;
    color: #fff !important;
}

:where(.elementor-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .cyr-cf-btn):focus-visible {
    outline: 3px solid var(--adc-accent);
    outline-offset: 3px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    background: var(--adc-surface);
    border: 1px solid var(--adc-border);
    border-radius: 16px;
    padding: 16px;
    transition: transform .18s ease, box-shadow .18s ease;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(23,32,25,.12);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price {
    color: var(--adc-ink);
}

.woocommerce ul.products li.product .price {
    font-weight: 800;
}

/* ─── Morphing Stepper: Botón Limpio → Activo ───────────────── */
.adc-card-action {
    position: relative;
    width: 100%;
    margin-top: 14px;
    min-height: 44px;
}

/* Botón Inicial "+ Agregar" */
.adc-btn-initial-add {
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #23452F;
    color: #FFFFFF !important;
    border: none;
    border-radius: 999px;
    font-family: 'Manrope', system-ui, sans-serif;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(35, 69, 47, 0.15);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}

.adc-btn-initial-add:hover {
    background: #173321;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(23, 51, 33, 0.25);
}

.adc-btn-plus-icon {
    font-size: 18px;
    line-height: 1;
    font-weight: 800;
    color: #E0A52B;
}

/* Stepper Activo (Oculto en estado inicial) */
.adc-active-stepper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FAF7F2;
    border: 1.5px solid #23452F;
    border-radius: 999px;
    padding: 3px 6px;
    box-sizing: border-box;
    opacity: 0;
    transform: scale(0.92);
    pointer-events: none;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 14px rgba(35, 69, 47, 0.12);
}

.adc-step-btn {
    width: 36px;
    height: 36px;
    border: none;
    background: #23452F !important;
    color: #FFFFFF !important;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.15s ease, transform 0.1s ease;
    padding: 0;
    line-height: 1;
}

.adc-step-btn:hover {
    background: #173321 !important;
    transform: scale(1.08);
}

.adc-step-btn:active {
    transform: scale(0.95);
}

.adc-step-qty-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.1;
}

.adc-qty-num {
    font-family: 'Literata', Georgia, serif;
    font-size: 16px;
    font-weight: 800;
    color: #173321;
}

.adc-qty-label {
    font-family: 'Manrope', sans-serif;
    font-size: 10.5px;
    font-weight: 700;
    color: #6B7B6E;
    text-transform: lowercase;
}

/* Estado Activo: Cuando el producto está en el carrito */
.adc-card-action.is-in-cart .adc-btn-initial-add {
    opacity: 0;
    transform: scale(0.92);
    pointer-events: none;
}

.adc-card-action.is-in-cart .adc-active-stepper {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}

/* Indicador de carga sutil durante actualización AJAX */
.adc-card-action.is-updating {
    opacity: 0.85;
}

/* Link de finalizar pedido en la tarjeta de producto */
.adc-card-checkout-link {
    display: none;
    margin-top: 8px;
    font-family: 'Manrope', sans-serif;
    font-size: 11.5px;
    font-weight: 800;
    color: #23452F !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
    text-align: center;
    transition: color 0.15s ease;
}

.adc-card-checkout-link:hover {
    color: #7B5800 !important;
}

.adc-card-action.is-in-cart .adc-card-checkout-link {
    display: block;
    animation: adcCardLinkFadeIn 0.25s ease-out;
}

@keyframes adcCardLinkFadeIn {
    from { opacity: 0; transform: translateY(-4px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ─── Barra Flotante de Compra (Floating Cart Bar) ──────────── */
.adc-floating-cart-wrapper {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%) translateY(140%);
    z-index: 99999;
    width: calc(100% - 32px);
    max-width: 620px;
    pointer-events: none;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
    opacity: 0;
}

.adc-floating-cart-wrapper.is-visible {
    transform: translateX(-50%) translateY(0);
    pointer-events: auto !important;
    opacity: 1;
}

.adc-fc-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #173321;
    border: 1.5px solid #E0A52B;
    border-radius: 999px;
    padding: 10px 14px 10px 20px;
    box-shadow: 0 16px 40px rgba(23, 51, 33, 0.45), 0 2px 10px rgba(0, 0, 0, 0.2);
    gap: 16px;
    backdrop-filter: blur(8px);
    cursor: pointer;
}

.adc-fc-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.adc-fc-basket-icon {
    font-size: 22px;
    line-height: 1;
}

.adc-fc-details {
    display: flex;
    flex-direction: column;
}

.adc-fc-count {
    font-family: 'Literata', Georgia, serif;
    font-size: 14px;
    font-weight: 700;
    color: #FAF7F2;
    line-height: 1.2;
}

.adc-fc-count strong {
    color: #E0A52B;
}

.adc-fc-total {
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    color: rgba(250, 247, 242, 0.8);
}

.adc-fc-total strong {
    color: #FAF7F2;
    font-weight: 700;
}

.adc-fc-cta-btn {
    background: #E0A52B;
    color: #173321 !important;
    text-decoration: none !important;
    font-family: 'Manrope', sans-serif;
    font-size: 13.5px;
    font-weight: 800;
    padding: 10px 22px;
    border-radius: 999px;
    white-space: nowrap;
    box-shadow: 0 4px 14px rgba(224, 165, 43, 0.35);
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.adc-fc-cta-btn:hover {
    background: #F5BC47;
    transform: translateY(-1px) scale(1.02);
    box-shadow: 0 6px 18px rgba(224, 165, 43, 0.5);
}

@media (max-width: 600px) {
    .adc-floating-cart-wrapper {
        bottom: 16px;
        width: calc(100% - 24px);
    }
    .adc-fc-inner {
        padding: 8px 12px 8px 16px;
        gap: 10px;
    }
    .adc-fc-count {
        font-size: 12.5px;
    }
    .adc-fc-total {
        font-size: 11px;
    }
    .adc-fc-cta-btn {
        padding: 8px 14px;
        font-size: 12.5px;
    }
}

/* Badge en el menú principal */
.adc-cart-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    background: #23452F;
    color: #FFFFFF;
    font-family: 'Manrope', sans-serif;
    font-size: 11px;
    font-weight: 800;
    border-radius: 999px;
    margin-left: 4px;
    vertical-align: middle;
    display: none;
}

.adc-cart-badge.has-count {
    display: inline-flex;
}

/* ─── Thank you page WhatsApp Card ──────────────────────────── */
.adc-thankyou-card {
    background: #FFFFFF;
    border: 1.5px solid #23452F;
    border-radius: 20px;
    padding: 28px 24px;
    margin: 24px 0;
    text-align: center;
    box-shadow: 0 10px 30px rgba(23, 51, 33, 0.08);
}

.adc-thankyou-card h3 {
    font-family: 'Literata', Georgia, serif;
    font-size: 22px;
    font-weight: 700;
    color: #173321;
    margin-bottom: 8px;
}

.adc-thankyou-card p {
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    color: #4D5A50;
    line-height: 1.6;
}

.adc-thankyou-wa-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #128C7E;
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    font-weight: 800;
    padding: 13px 26px;
    border-radius: 999px;
    box-shadow: 0 8px 20px rgba(18, 140, 126, 0.28);
    transition: all 0.2s ease;
}

.adc-thankyou-wa-btn:hover {
    background: #075E54;
    transform: translateY(-2px);
}

/* ─── Tabla del Carrito y Checkout de WooCommerce ───────────── */
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce {
    max-width: 1000px;
    margin: 20px auto 40px;
}

.woocommerce table.shop_table {
    border: 1px solid rgba(183, 192, 183, 0.5) !important;
    border-radius: 16px !important;
    overflow: hidden;
    background: #FFFFFF;
}

.woocommerce table.shop_table th {
    background: #FAF7F2;
    color: #173321;
    font-family: 'Literata', Georgia, serif;
    font-weight: 700;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background: #23452F !important;
    color: #FFFFFF !important;
    border-radius: 999px !important;
    font-family: 'Manrope', sans-serif !important;
    font-weight: 800 !important;
    font-size: 15px !important;
    padding: 14px 28px !important;
    box-shadow: 0 8px 24px rgba(35, 69, 47, 0.2) !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: #173321 !important;
    transform: translateY(-2px);
}

/* ─── Agendamiento de Entrega en el Checkout ────────────────── */
.cyr-checkout {
    background: #FAF7F2;
    border: 1.5px solid #23452F;
    border-radius: 20px;
    padding: 24px;
    margin-top: 24px;
    box-shadow: 0 8px 24px rgba(35, 69, 47, 0.08);
}

.cyr-checkout h3 {
    font-family: 'Literata', Georgia, serif;
    font-size: 20px;
    font-weight: 700;
    color: #173321;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.cyr-checkout p.form-row {
    margin-bottom: 14px;
}

.cyr-checkout label {
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #23452F;
    margin-bottom: 6px;
    display: block;
}

.cyr-checkout select,
.woocommerce-checkout input.input-text,
.woocommerce-checkout select {
    width: 100%;
    min-height: 46px;
    padding: 10px 14px;
    background: #FFFFFF;
    border: 1.5px solid rgba(183, 192, 183, 0.8);
    border-radius: 12px;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    color: #172019;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.cyr-checkout select:focus,
.woocommerce-checkout input.input-text:focus,
.woocommerce-checkout select:focus {
    border-color: #23452F;
    outline: none;
    box-shadow: 0 0 0 3px rgba(35, 69, 47, 0.15);
}

.woocommerce-checkout #order_review_heading {
    font-family: 'Literata', Georgia, serif;
    font-size: 22px;
    font-weight: 700;
    color: #173321;
    margin-top: 10px;
}

.woocommerce-checkout #place_order {
    background: #23452F !important;
    color: #FFFFFF !important;
    border-radius: 999px !important;
    font-family: 'Manrope', sans-serif !important;
    font-weight: 800 !important;
    font-size: 16px !important;
    padding: 16px 28px !important;
    width: 100%;
    min-height: 52px;
    box-shadow: 0 8px 24px rgba(35, 69, 47, 0.25) !important;
    transition: all 0.25s ease !important;
}

.woocommerce-checkout #place_order:hover {
    background: #173321 !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(23, 51, 33, 0.35) !important;
}

/* ─── Checkout Review Order Box & Steppers ──────────────────── */
.adc-checkout-top-header-row th {
    padding: 0 !important;
    background: transparent !important;
    border-bottom: none !important;
}

.adc-checkout-review-top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    background: #FAF7F2;
    border-bottom: 1.5px solid rgba(183, 192, 183, 0.6);
    gap: 12px;
    flex-wrap: wrap;
}

.adc-review-top-title {
    font-family: 'Literata', Georgia, serif;
    font-size: 16px;
    font-weight: 700;
    color: #173321;
}

.adc-btn-add-more-shop {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #23452F;
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-family: 'Manrope', sans-serif;
    font-size: 12.5px;
    font-weight: 800;
    padding: 7px 16px;
    border-radius: 999px;
    box-shadow: 0 2px 8px rgba(35, 69, 47, 0.2);
    transition: all 0.2s ease;
}

.adc-btn-add-more-shop:hover {
    background: #173321;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(23, 51, 33, 0.3);
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    margin-top: 0 !important;
}

.adc-co-item-flex {
    display: flex;
    align-items: center;
    gap: 12px;
}

.adc-co-item-thumb {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    object-fit: cover;
    border: 1px solid rgba(183, 192, 183, 0.5);
    background: #FAF7F2;
    flex-shrink: 0;
}

.adc-co-item-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.adc-co-item-title {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #172019;
    line-height: 1.25;
}

.adc-co-item-price-unit {
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    color: #6B7B6E;
}

.adc-checkout-stepper {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #FAF7F2;
    border: 1px solid rgba(183, 192, 183, 0.8);
    border-radius: 999px;
    padding: 2px 6px;
    margin-top: 4px;
    width: fit-content;
}

.adc-co-step-btn {
    width: 22px;
    height: 22px;
    border: none;
    background: #23452F !important;
    color: #FFFFFF !important;
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0;
    line-height: 1;
    transition: background 0.15s;
}

.adc-co-step-btn:hover {
    background: #173321 !important;
}

.adc-co-qty-num {
    font-family: 'Manrope', sans-serif;
    font-size: 12.5px;
    font-weight: 800;
    color: #172019;
    min-width: 16px;
    text-align: center;
}

.adc-co-remove-btn {
    width: 20px;
    height: 20px;
    border: none;
    background: transparent !important;
    color: #9C2F24 !important;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 4px;
    transition: background 0.15s;
}

.adc-co-remove-btn:hover {
    background: rgba(156, 47, 36, 0.12) !important;
}

.adc-checkout-stepper.is-updating {
    opacity: 0.5;
    pointer-events: none;
}

/* ─── Páginas Legales: Política de Privacidad y Términos ────── */
.adc-legal-container {
    max-width: 860px;
    margin: 40px auto 60px;
    padding: 0 20px;
    font-family: 'Manrope', system-ui, sans-serif;
    color: #172019;
}

.adc-legal-header {
    text-align: center;
    margin-bottom: 36px;
}

.adc-legal-title {
    font-family: 'Literata', Georgia, serif;
    font-size: 34px;
    font-weight: 700;
    color: #173321;
    margin: 16px 0 12px;
    line-height: 1.25;
}

.adc-legal-subtitle {
    font-size: 16px;
    line-height: 1.65;
    color: #504532;
    max-width: 720px;
    margin: 0 auto 18px;
}

.adc-legal-meta {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px 12px;
    font-size: 13px;
    color: #556358;
    background: #FAF7F2;
    border: 1px solid rgba(183, 192, 183, 0.6);
    border-radius: 12px;
    padding: 10px 18px;
    margin-top: 8px;
}

.adc-legal-card {
    background: #FFFFFF;
    border: 1.5px solid rgba(183, 192, 183, 0.45);
    border-radius: 18px;
    padding: 28px 32px;
    margin-bottom: 22px;
    box-shadow: 0 4px 18px rgba(35, 69, 47, 0.04);
}

.adc-legal-card h2 {
    font-family: 'Literata', Georgia, serif;
    font-size: 20px;
    font-weight: 700;
    color: #173321;
    margin-top: 0;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(183, 192, 183, 0.35);
    padding-bottom: 8px;
}

.adc-legal-card p,
.adc-legal-card li {
    font-size: 14.5px;
    line-height: 1.7;
    color: #2E3830;
}

.adc-legal-card ul,
.adc-legal-card ol {
    padding-left: 22px;
    margin: 12px 0 16px;
}

.adc-legal-card li {
    margin-bottom: 8px;
}

.adc-legal-card a {
    color: #23452F;
    font-weight: 600;
    text-decoration: underline;
    transition: color 0.2s;
}

.adc-legal-card a:hover {
    color: #7B5800;
}

.adc-legal-alert {
    background: #FAF7F2;
    border-left: 4px solid #23452F;
    border-radius: 0 12px 12px 0;
    padding: 14px 18px;
    margin: 16px 0;
    font-size: 14px;
    line-height: 1.6;
    color: #173321;
    font-weight: 600;
}

/* Enlace a Política de Privacidad en el Checkout */
.woocommerce-privacy-policy-text p {
    font-family: 'Manrope', sans-serif;
    font-size: 13.5px !important;
    line-height: 1.6;
    color: #504532 !important;
    margin-bottom: 14px !important;
}

.woocommerce-privacy-policy-text a.woocommerce-privacy-policy-link {
    color: #23452F !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
    transition: color 0.2s ease;
}

.woocommerce-privacy-policy-text a.woocommerce-privacy-policy-link:hover {
    color: #7B5800 !important;
}






