
    /* GENERAL */
    .bone-text {
        color: #EAE0D0 !important;
    }

    .primary-color {
        color: #682128 !important;
    }

    .pp {
        padding-top: 10rem !important;
    }

    .pbp {
        padding-bottom: 10rem !important;
    }

    .bg-primary {
        background-color: #682128 !important;
    }

    .color-kh {
        color: #682128 !important;
    }

    .color-secondary-kh {
        background-color: #EAE0D0;
    }

    /* A FOOTER */
    .a-footer {
        color: #682128 !important;
    }

    .a-footer:hover {
        color: #4e191f !important;
    }

    /* FOOTER ICONS */
    .btn-instagram-custom {
        background-color: #682128 !important;
        border-color: #682128 !important;
        color: #fff !important;
    }

    .btn-instagram-custom:hover {
        background-color: #4e191f !important;
        /* tono más oscuro */
        border-color: #4e191f !important;
    }


    #cart-loader .spinner-border {
        width: 2.5rem;
        height: 2.5rem;
        color: #682128;
        /* tono vino */
    }

    div#pkg-text {
        color: #eae0d0d0 !important;
    }

    /* 🔹 Asegura que estamos apuntando a los tabs dentro del calendario */
    section#calendario,
    .container.schedule {
        --tab-bg-active: #EAE0D0;
        /* crema */
        --tab-text-active: #682128;
        /* vino */
        --tab-border: rgba(255, 255, 255, 0.6);
        --tab-text: #f8e9d9;
    }

    /* Contenedor de tabs */
    .container.schedule .nav-tabs {
        border: none !important;
        display: flex;
        justify-content: center;
        gap: 0.6rem;
    }

    /* Tabs generales */
    .container.schedule .nav-tabs .nav-link {
        border: 1px solid var(--tab-border) !important;
        color: var(--tab-text) !important;
        background-color: transparent !important;
        border-radius: 40px !important;
        font-weight: 500;
        padding: 0.5rem 1.5rem !important;
        transition: all 0.3s ease-in-out;
    }

    /* Hover */
    .container.schedule .nav-tabs .nav-link:hover {
        color: #fff !important;
        border-color: #fff !important;
        background-color: rgba(255, 255, 255, 0.15) !important;
    }

    /* 🔸 Forzar estado activo */
    .container.schedule .nav-tabs .nav-link.active,
    .container.schedule .nav-tabs .nav-item.show .nav-link {
        background-color: var(--tab-bg-active) !important;
        color: var(--tab-text-active) !important;
        border-color: var(--tab-bg-active) !important;
        font-weight: 700 !important;
        transform: scale(1.05);
    }

    /* En móviles */
    @media (max-width: 576px) {
        .container.schedule .nav-tabs .nav-link {
            font-size: 0.9rem;
            padding: 0.4rem 1rem !important;
        }
    }

    /* ====== General ====== */
    .text-brown {
        color: #682128;
    }

    /* ====== Card ====== */
    .card-menu {
        transition: all 0.3s ease;
    }

    .card-menu:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }

    /* ====== Imagen ====== */
    .menu-img {
        height: 220px;
        object-fit: cover;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }

    /* ====== Badges ====== */
    .badge-featured,
    .badge-new {
        position: absolute;
        top: 12px;
        left: 12px;
        padding: 6px 12px;
        border-radius: 50px;
        font-size: 0.75rem;
        font-weight: 600;
        z-index: 10;
    }

    .badge-featured {
        background-color: #682128;
        color: #fff;
    }

    .badge-new {
        background-color: #EAE0D0;
        color: #682128;
    }

    /* ====== Botón ====== */
    .btn-outline-brown {
        border: 1.5px solid #682128;
        color: #682128;
        transition: all 0.3s ease;
    }

    .btn-outline-brown:hover {
        background-color: #682128;
        color: #fff;
    }

    /* ====== Sección Cafetería ====== */
    .cafeteria-section {
        background-color: #EAE0D0;
        overflow: hidden;
    }

    .cafeteria-section h2 {
        line-height: 1.2;
        color: #2a2a2a;
    }

    .cafeteria-section p {
        max-width: 480px;
    }

    .cafeteria-img {
        max-width: 100%;
        height: auto;
        border-radius: 1rem;
        object-fit: cover;
    }

    /* ====== Responsive ajustes ====== */

    /* 📱 Móviles */
    @media (max-width: 767.98px) {
        .cafeteria-section {
            text-align: center;
            padding-top: 3rem;
            padding-bottom: 3rem;
        }

        .cafeteria-section h2 {
            font-size: 1.75rem;
            margin-bottom: 1rem;
        }

        .cafeteria-section p {
            font-size: 1rem;
            margin: 0 auto 1.5rem;
        }

        .cafeteria-img {
            margin-top: 2rem;
            width: 100%;
            border-radius: 1.5rem;
        }
    }

    @media (min-width: 989px) {
        .cafeteria-img {
            display: none !important;
        }
    }

    /* 💻 Escritorio */
    @media (min-width: 992px) {
        .cafeteria-section {
            background-image: url('/img/landing/shop-2/cta-bg.png');
            background-size: cover;
            background-position: center right;
            background-repeat: no-repeat;
            color: #fff;
        }

        .cafeteria-section h2,
        .cafeteria-section p {
            color: #2a2a2a;
        }
    }

    .blog-image-wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .blog-image {
        width: 70%;
        /* Ocupa 70% del ancho */
        aspect-ratio: 16 / 9;
        /* Mantiene formato horizontal */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 1.5rem;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    /* Responsivo */
    @media (max-width: 992px) {
        .blog-image {
            width: 90%;
        }
    }

    .blog-archive-thumb {
        width: 100%;
        aspect-ratio: 16 / 10;
        /* Menos alto que el detalle */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 1.25rem;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .blog-archive-thumb:hover {
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    }

    .blog-archive-thumb {
        width: 100%;
        aspect-ratio: 16 / 10;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 1.25rem;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .blog-archive-thumb:hover {
        transform: scale(1.02);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    }

    .btn-read-now {
        font-weight: 500;
        transition: all 0.3s ease;
    }

    .btn-read-now:hover {
        background-color: #682128;
        color: #fff !important;
        border-color: #682128;
    }
