/* =====================================================
   UTM.CSS
   Branding dinámico por canal
   TikTok = negro + rojo
   Facebook = tu diseño azul (NO SE TOCA)
===================================================== */

/* =====================================================
   BASE TIKTOK
===================================================== */
body.utm-tiktok {
    background-color: #000 !important;
    color: #fff !important;
}

/* Forzar textos blancos */
body.utm-tiktok h1,
body.utm-tiktok h2,
body.utm-tiktok h3,
body.utm-tiktok h4,
body.utm-tiktok h5,
body.utm-tiktok p,
body.utm-tiktok span,
body.utm-tiktok label,
body.utm-tiktok small {
    color: #fff !important;
}

/* =====================================================
   HEADER / NAV
===================================================== */
body.utm-tiktok header,
body.utm-tiktok nav,
body.utm-tiktok #templatemo_nav_top {
    border: none !important;
}

/* Logo y textos */
body.utm-tiktok header *,
body.utm-tiktok nav * {
    color: #fff !important;
}

/* Botón hamburguesa */
body.utm-tiktok .navbar-toggler,
body.utm-tiktok .navbar-toggler span,
body.utm-tiktok .navbar-toggler i {
    color: #fff !important;
    border-color: #fff !important;
}

/* =====================================================
   BOTONES DEL MENÚ
===================================================== */
body.utm-tiktok nav a {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid #333;
    border-radius: 22px;
    padding: 6px 16px;
    transition: all 0.25s ease;
}

/* Hover / activo */
body.utm-tiktok nav a:hover,
body.utm-tiktok nav a.active {
    color: #ff2b55 !important;
    border-color: #ff2b55 !important;
}

/* =====================================================
   SECCIÓN REALIZAR PEDIDO
===================================================== */
body.utm-tiktok .realizar-pedido,
body.utm-tiktok .titulo-pedido,
body.utm-tiktok .pedido-titulo {
    color: #fff !important;
    text-shadow: 0 0 8px rgba(255,255,255,0.15);
}

/* Contenedores */
body.utm-tiktok .pedido,
body.utm-tiktok .pedido-box,
body.utm-tiktok .pedido-contenedor {
    background: #000 !important;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}

/* =====================================================
   BOTONES PRINCIPALES (comprar / enviar / confirmar)
===================================================== */
body.utm-tiktok button,
body.utm-tiktok .btn,
body.utm-tiktok input[type="submit"] {
    background: transparent !important;
    color: #fff !important;
    border: 2px solid #ff2b55 !important;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.25s ease;
}

/* Hover */
body.utm-tiktok button:hover,
body.utm-tiktok .btn:hover,
body.utm-tiktok input[type="submit"]:hover {
    background: #ff2b55 !important;
    color: #fff !important;
}

/* =====================================================
   INPUTS / FORMULARIOS
===================================================== */
body.utm-tiktok input,
body.utm-tiktok textarea,
body.utm-tiktok select {
    background: #111 !important;
    color: #fff !important;
    border: 1px solid #333 !important;
    border-radius: 12px;
}

/* Focus */
body.utm-tiktok input:focus,
body.utm-tiktok textarea:focus,
body.utm-tiktok select:focus {
    border-color: #ff2b55 !important;
    outline: none;
}

/* =====================================================
   CARDS / PRODUCTOS
===================================================== */
body.utm-tiktok .card,
body.utm-tiktok .producto,
body.utm-tiktok .producto-box {
    background: #050505 !important;
    border: 1px solid #222 !important;
    border-radius: 18px;
}

/* =====================================================
   FOOTER
===================================================== */
body.utm-tiktok footer {
    background: #000 !important;
    border-top: 1px solid #222;
    padding: 25px 15px;
}

/* Texto footer */
body.utm-tiktok footer p,
body.utm-tiktok footer span,
body.utm-tiktok footer a {
    color: #aaa !important;
    font-size: 14px;
}

/* WhatsApp / iconos importantes */
body.utm-tiktok footer i,
body.utm-tiktok .whatsapp {
    color: #ff2b55 !important;
}

/* =====================================================
   MAPA (Leaflet)
===================================================== */
body.utm-tiktok .leaflet-container {
    border-radius: 16px;
    border: 1px solid #222;
}

/* =====================================================
   FLOATING WHATSAPP
===================================================== */
body.utm-tiktok .whatsapp-float,
body.utm-tiktok .btn-whatsapp {
    background: #ff2b55 !important;
    color: #fff !important;
}

/* =====================================================
   BOTÓN HAMBURGUESA – VISIBLE Y CLARO
===================================================== */
body.utm-tiktok .navbar-toggler {
    background: #ffffff !important;
    border: none !important;
    border-radius: 8px;
    padding: 5px 8px !important;   /* ↓ tamaño */
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
    transform: scale(0.85);       /* ↓ escala general */
}

/* Líneas del menú */
body.utm-tiktok .navbar-toggler-icon,
body.utm-tiktok .navbar-toggler span,
body.utm-tiktok .navbar-toggler i {
    filter: invert(1) brightness(0);
}

/* Hover */
body.utm-tiktok .navbar-toggler:hover {
    background: #ff2b55 !important;
}

/* =========================================
   HAMBURGUESA MÁS PEQUEÑA Y ELEGANTE
========================================= */

/* Icono interno más fino */
body.utm-tiktok .navbar-toggler-icon {
    width: 22px;
    height: 22px;
}

/* =========================================
   BLOQUE REALIZAR PEDIDO – TIKTOK STYLE
========================================= */
body.utm-tiktok .titu {
    background: linear-gradient(180deg, #0b0b0b, #000);
    border: 1px solid #ff2b55;
    border-radius: 20px;
    padding: 26px 18px;
    margin: 25px auto;
    text-align: center;

    box-shadow:
        0 0 22px rgba(255,43,85,0.18),
        inset 0 0 12px rgba(255,255,255,0.03);
}

/* TÍTULO PRINCIPAL */
body.utm-tiktok .titu h1.nuevo {
    color: #ffffff !important;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 14px;

    text-shadow: 0 0 12px rgba(255,255,255,0.35);
}

/* TEXTO DE ENVÍOS */
body.utm-tiktok .titu p.nuevo {
    color: #f1f1f1 !important;
    font-size: 17px;
    margin: 6px 0;
    line-height: 1.5;
}

/* LÍNEAS DECORATIVAS */
body.utm-tiktok .titu h1.linea {
    height: 1px;
    background: linear-gradient(
        to right,
        transparent,
        #ff2b55,
        transparent
    );
    margin: 16px 0;
}

/* ===========================
   ICONO BASURA (rojo)
=========================== */
body.utm-tiktok .carrito .fa-trash-can {
    color: #ff2b55 !important;
    font-size: 22px;
    cursor: pointer;
    transition: all 0.25s ease;
}

/* Hover - cambio de color */
body.utm-tiktok .carrito .fa-trash-can:hover {
    color: #fff !important;
    transform: scale(1.1);
}
/* ===========================
   MÉTODO DE PAGO & ENVÍO
=========================== */

/* Sección de selección de método de pago y envío */
body.utm-tiktok .payment-title {
    color: #fff !important;
    font-size: 20px;
    margin-bottom: 12px;
    text-align: center;
}

/* Botones de método de pago y envío */
body.utm-tiktok .radio-option span {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    margin: 5px 0;
    border: 2px solid #444 !important;
    background: #333 !important;
    color: #ddd !important;
    border-radius: 10px;
    transition: all 0.25s ease;
}

/* Cambios cuando se selecciona el botón */
body.utm-tiktok input[type="radio"]:checked + span {
    background: #ff2b55 !important;
    color: #fff !important;
    border: 2px solid #ff2b55 !important;
    box-shadow: 0 0 5px rgba(255, 43, 85, 0.5);
}

/* Iconos */
body.utm-tiktok .radio-option i {
    margin-right: 8px;
}

/* ===========================
   DISEÑO GENERAL “REALIZAR PEDIDO”
=========================== */

/* Caja de "Realizar Pedido" */
body.utm-tiktok .carrito {
    background: linear-gradient(180deg, #0a0a0a, #111);
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 0 30px rgba(255, 43, 85, 0.25);
}

/* Títulos "Realizar Pedido" */
body.utm-tiktok .carrito h2 {
    font-size: 24px;
    color: #fff !important;
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
}

/* Inputs y cajas de texto */
body.utm-tiktok .input-bx input,
body.utm-tiktok .input-bx textarea {
    background: #222 !important;
    border: 1px solid #444 !important;
    color: #fff !important;
    padding: 12px 15px;
    border-radius: 10px;
    font-size: 16px;
    margin-bottom: 20px;
}

/* Botones de pago y envío */
body.utm-tiktok .btn-pagar {
    background: linear-gradient(135deg, #ff2b55, #ff0077) !important;
    color: #fff !important;
    border-radius: 16px;
    padding: 12px 24px;
    font-size: 18px;
    transition: all 0.3s ease;
}

/* Hover en botones */
body.utm-tiktok .btn-pagar:hover {
    background: linear-gradient(135deg, #ff0077, #ff2b55) !important;
}


/* =========================
   TITULOS ROJOS ELEGANTES
========================= */
body.utm-tiktok .header-carrito {
    background: linear-gradient(135deg, #ff2b55, #e6004c) !important;
    border-radius: 14px;
    padding: 10px 14px;
    box-shadow: 0 6px 18px rgba(255,43,85,0.35);
}

body.utm-tiktok .header-carrito h2 {
    color: #ffffff !important;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    letter-spacing: 0.5px;
}
/* =========================
   RADIO BOTONES - ICONOS BLANCOS
========================= */
body.utm-tiktok .radio-option span {
    background: #1f1f1f !important;
    color: #e5e5e5 !important;
    border: 2px solid #3a3a3a !important;
}

/* SELECCIONADO */
body.utm-tiktok .radio-option input:checked + span {
    background: linear-gradient(135deg, #ff2b55, #ff004f) !important;
    border-color: #ff2b55 !important;
    color: #ffffff !important;
}

/* ICONOS */
body.utm-tiktok .radio-option i {
    color: #ffffff !important;
    font-size: 16px;
}
/* =========================
   ICONO BASURERO ROJO
========================= */
body.utm-tiktok .fa-trash,
body.utm-tiktok .fa-trash-can {
    color: #ff2b55 !important;
    font-size: 22px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

body.utm-tiktok .fa-trash:hover,
body.utm-tiktok .fa-trash-can:hover {
    transform: scale(1.15);
    color: #ff004f !important;
}

body.utm-tiktok .carrito {
    background: radial-gradient(circle at top, #151515, #000000);
    border-radius: 18px;
    padding: 14px;
}

/* =========================
   ESTRELLAS ROJAS
========================= */
body.utm-tiktok .stars,
body.utm-tiktok .rating span,
body.utm-tiktok .fa-star,
body.utm-tiktok .fa-star-half-stroke {
    color: #ff2b55 !important;
    text-shadow: 0 0 6px rgba(255,43,85,0.6);
}
/* =========================
   TEXTO QR LEGIBLE
========================= */
body.utm-tiktok .qr {
    background: #ffffff !important;
    color: #000000 !important;
}

body.utm-tiktok .qr p,
body.utm-tiktok .qr strong {
    color: #000000 !important;
    font-weight: 500;
}
/* =========================
   CANDADO ROJO
========================= */
body.utm-tiktok .texto-seguro i,
body.utm-tiktok .fa-lock {
    color: #ff2b55 !important;
    font-size: 16px;
}

/* =========================
   PRECIO OFERTA DESTACADO
========================= */
body.utm-tiktok h3.text-success {
    color: #ff2b55 !important;        /* Rojo TikTok */
    font-size: 26px;                  /* Más grande */
    font-weight: 900;                 /* Súper visible */
    letter-spacing: 0.5px;
    text-align: center;

    padding: 10px 18px;
    border-radius: 14px;

    background: linear-gradient(
        135deg,
        rgba(255,43,85,0.18),
        rgba(255,43,85,0.05)
    );

    box-shadow:
        0 8px 22px rgba(255,43,85,0.35),
        inset 0 0 0 1px rgba(255,43,85,0.4);

    display: inline-block;
}

/* =========================
   MICRO LATIDO SUAVE PRECIO
========================= */
@keyframes precioPulse {
    0% {
        transform: scale(1);
        box-shadow:
            0 8px 22px rgba(255,43,85,0.30),
            inset 0 0 0 1px rgba(255,43,85,0.35);
    }
    50% {
        transform: scale(1.035);
        box-shadow:
            0 12px 28px rgba(255,43,85,0.45),
            inset 0 0 0 1px rgba(255,43,85,0.55);
    }
    100% {
        transform: scale(1);
        box-shadow:
            0 8px 22px rgba(255,43,85,0.30),
            inset 0 0 0 1px rgba(255,43,85,0.35);
    }
}

/* Aplicación solo en TikTok */
body.utm-tiktok h3.text-success {
    animation: precioPulse 2.8s ease-in-out infinite;
}


/* ===========================
   ESTILO BOTÓN Y POPUP WHATSAPP
=========================== */

/* Contenedor principal */
body.utm-tiktok .whatsapp-popup {
    display: none;
    position: fixed;
    bottom: 70px;
    right: 0;
    width: 280px;
    background: #e60023; /* Fondo rojo */
    color: #000000; /* Texto en negro para mejor visibilidad */
    border-radius: 10px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    padding: 12px;
    animation: fadeIn 0.3s forwards;
}

/* Encabezado del popup */
body.utm-tiktok .whatsapp-popup .whatsapp-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #e60023;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
}

/* Cerrar el popup */
body.utm-tiktok .whatsapp-popup .whatsapp-close {
    background: none;
    border: none;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

/* Cuerpo del popup */
body.utm-tiktok .whatsapp-popup .whatsapp-body {
    padding: 15px;
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}

/* Texto del cuerpo */
body.utm-tiktok .whatsapp-popup .whatsapp-body p {
    font-weight: 500;
    color: #fff; /* Texto blanco */
    margin-bottom: 15px;
}

/* Enlace "Iniciar Chat" */
body.utm-tiktok .whatsapp-popup .whatsapp-body .whatsapp-start {
    background-color: #ffffff; /* Fondo blanco */
    color: #e60023; /* Texto rojo */
    padding: 12px 18px;
    border-radius: 18px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s, color 0.3s;
}

/* Hover en el enlace */
body.utm-tiktok .whatsapp-popup .whatsapp-body .whatsapp-start:hover {
    background-color: #ff004f; /* Fondo rojo más fuerte */
    color: #fff; /* Texto blanco */
}

/* Estilo del botón flotante */
body.utm-tiktok .whatsapp-float {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e60023; /* Fondo rojo */
    color: #fff;
    font-weight: bold;
    border-radius: 50px;
    padding: 12px 20px;
    font-size: 16px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.35);
    cursor: pointer;
    transition: background-color 0.3s;
}

/* Hover en el botón flotante */
body.utm-tiktok .whatsapp-float:hover {
    background-color: #ff004f; /* Fondo rojo más fuerte */
}

/* Animación para entrada del popup */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===========================
   MOBILE FINO
=========================== */
@media (max-width: 576px) {
    body.utm-tiktok .whatsapp-popup {
        width: 80%;
        bottom: 50px;
    }

    body.utm-tiktok .whatsapp-float {
        bottom: 10px;
        right: 10px;
    }
}
body.utm-tiktok .producto-descripcion strong {
    font-weight: 600;
    color: #ff2b55;
}
body.utm-tiktok .carrito-total{
    background-color: #000000;
    padding: 30px;
}

/* 🔥 FIX MODAL GRACIAS TIKTOK */
body.utm-tiktok .modal-gracias .modal-contenido {
    background: #ffffff !important;
    color: #111111 !important;
}

body.utm-tiktok .modal-gracias h3,
body.utm-tiktok .modal-gracias p {
    color: #111111 !important;
}


body.utm-facebook .precio-beneficio {
    font-size: 11px;
    color: #b00000;
    margin-bottom: 3px;
}


/* =====================================================
   ESTILOS FACEBOOK (utm_source=facebook)
   Paleta: #1877f2 (Azul), #f0f2f5 (Gris fondo), #ffffff
===================================================== */

/* =====================================================
   BASE FACEBOOK
===================================================== */
body.utm-facebook {
    background-color: #f0f2f5 !important;
    color: #1c1e21 !important;
    font-family: Helvetica, Arial, sans-serif;
}

/* Forzar textos oscuros para legibilidad */
body.utm-facebook h1,
body.utm-facebook h2,
body.utm-facebook h3,
body.utm-facebook h4,
body.utm-facebook h5,
body.utm-facebook p,
body.utm-facebook span,
body.utm-facebook label {
    color: #1c1e21 !important;
}

/* =====================================================
   HEADER / NAV
===================================================== */
body.utm-facebook header,
body.utm-facebook nav,
body.utm-facebook #templatemo_nav_top {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
    border: none !important;
}

body.utm-facebook header *,
body.utm-facebook nav * {
    color: #1877f2 !important;
}

/* =====================================================
   BOTONES DEL MENÚ
===================================================== */
body.utm-facebook nav a {
    background: #f0f2f5 !important;
    color: #050505 !important;
    border: none;
    border-radius: 6px;
    padding: 8px 12px;
    margin: 0 4px;
    transition: background 0.2s;
}

body.utm-facebook nav a:hover,
body.utm-facebook nav a.active {
    background: #e7f3ff !important;
    color: #1877f2 !important;
}

/* =====================================================
   BOTONES PRINCIPALES
===================================================== */
body.utm-facebook button,
body.utm-facebook .btn,
body.utm-facebook .btn-confirmar,
body.utm-facebook input[type="submit"] {
    color: #fff !important;
    border: none !important;
    border-radius: 6px;
    font-weight: bold;
}

body.utm-facebook button:hover,
body.utm-facebook .btn:hover {
    background: #166fe5 !important;
}

/* =====================================================
   INPUTS / FORMULARIOS
===================================================== */
body.utm-facebook input,
body.utm-facebook textarea,
body.utm-facebook select {
    background: #f0f2f5 !important;
    border: 1px solid #dddfe2 !important;
    color: #1c1e21 !important;
    border-radius: 8px;
}

body.utm-facebook input:focus {
    border-color: #1877f2 !important;
    box-shadow: 0 0 0 2px #e7f3ff;
}

/* =====================================================
   CARDS / PRODUCTOS   MODIFICAR TERMINANDO EL CARNAVAL
===================================================== */


body.utm-facebook .card,
body.utm-facebook .producto {
    background-image: url(fondo1.png);
    /* termian el carnaval desmarcar esto y borrar background-image: url(fondo1.png);
    Fondo rojo background: #ffffff !important;
    border: 1px solid #dddfe2 !important;*/
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}






/* =====================================================
   BLOQUE REALIZAR PEDIDO – FACEBOOK ELEGANCE (COMPACTO)
===================================================== */

body.utm-facebook .titu {
    background-image: url(fondo2.png);
    /*background: #ffffff;   TERMINA CARNAVAL DESMARCAR ESTO Y BORRAR background-image: url(fondo2.png);*/
    /* Borde ultra fino y sombra difuminada para elegancia */
    border: 1px solid #e1e4e8;
    border-radius: 12px;
    
    /* Espaciado reducido: 15px arriba/abajo, 10px costados */
    padding: 15px 10px; 
    margin: 15px auto;  
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* TÍTULO "Realizar Pedido" ESTILIZADO */
body.utm-facebook .titu h1.nuevo {
    color: #1877f2 !important;
    font-size: 20px; /* Tamaño más contenido */
    font-weight: 600;
    margin: 0 0 10px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    letter-spacing: -0.3px;
}

/* TEXTOS DE ENVÍO COMPACTOS */
body.utm-facebook .titu p.nuevo {
    color: #4b5563 !important;
    font-size: 14px; /* Más pequeño y elegante */
    margin: 4px 0;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

/* Línea divisoria minimalista */
body.utm-facebook .titu h1.linea {
    height: 1px;
    width: 60%; /* No ocupa todo el ancho */
    background: #f0f2f5;
    margin: 8px auto;
    border: none;
}

/* AJUSTE PARA MÓVILES (Menos margen aún) */
@media (max-width: 576px) {
    body.utm-facebook .titu {
        margin: 10px;
        padding: 12px 8px;
    }
    
    body.utm-facebook .titu h1.nuevo {
        font-size: 18px;
    }
}

/* =====================================================
   ESTILO DE BOTÓN COMPLEMENTARIO (ELEGANTE)
===================================================== */
body.utm-facebook .btn-confirmar {
    background: #1877f2 !important;
    border-radius: 8px;
    font-size: 15px;
    padding: 8px 20px;
    text-transform: none; /* Quita el grito de las mayúsculas */
    font-weight: 600;
    box-shadow: none;
    transition: all 0.2s;
}

body.utm-facebook .btn-confirmar:hover {
    background: #166fe5 !important;
    transform: translateY(-1px);
}




body.utm-facebook .precio-beneficio,
body.utm-facebook p.precio-beneficio {
    font-size: 11px;
    color: #b00000 !important;
    margin-bottom: 3px;
}


/* =====================================================
   MÉTODO DE PAGO & ENVÍO
===================================================== */
body.utm-facebook .radio-option span {
    background: #ffffff !important;
    border: 1px solid #cfcfcf !important;
    color: #4b4f56 !important;
    border-radius: 8px;
}

body.utm-facebook input[type="radio"]:checked + span {
    background: #e7f3ff !important;
    color: #1877f2 !important;
    border-color: #1877f2 !important;
}

/* Iconos en los radios */
body.utm-facebook .radio-option i {
    color: #1877f2 !important;
}

/* =====================================================
   PRECIO DESTACADO (ESTILO AZUL)
===================================================== */
body.utm-facebook h3.text-success {
    color: #1877f2 !important;
    border-radius: 8px;
    padding: 8px 15px;
}

/* =====================================================
   CARRITO Y BASURA
==================================================== */
body.utm-facebook .carrito {
    background: #ffffff;
    border: 1px solid #dddfe2;
}

body.utm-facebook .fa-trash,
body.utm-facebook .fa-trash-can {
    color: #606770 !important;
}

body.utm-facebook .fa-trash:hover {
    color: #fa3e3e !important; /* Rojo alerta de Facebook */
}

/* =====================================================
   WHATSAPP (AZUL FACEBOOK)
===================================================== */
body.utm-facebook .whatsapp-float,
body.utm-facebook .whatsapp-popup,
body.utm-facebook .whatsapp-header {
    background: #1877f2 !important;
}

body.utm-facebook .whatsapp-popup .whatsapp-body .whatsapp-start {
    background: #1877f2;
    color: #fff;
}

/* =====================================================
   ESTRELLAS
===================================================== */
body.utm-facebook .stars,
body.utm-facebook .fa-star {
    color: #f1c40f !important; /* Estrellas doradas clásicas quedan mejor en fondo blanco */
    text-shadow: none;
}




/* =====================================================
   FONDO SEMI-TRANSPARENTE PARA CARD-BODY (FACEBOOK) BORRAR CUANDO PASE CARNAVAL TODO
===================================================== */
body.utm-facebook .card-body {
    position: relative;
    z-index: 1;
    overflow: hidden; /* Mantiene la imagen dentro de los bordes redondeados */
}

body.utm-facebook .card-body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    /* Ajusta este valor: 0.1 es muy suave, 0.3 es más intenso */
    opacity: 0.15; 
    z-index: -1;
    pointer-events: none; /* Evita que la imagen bloquee clicks en botones */
}

body.utm-facebook .mensaje-seguridad {
    text-align: center;
    font-size: 14px;
    margin: 12px 0;
    color: #2e7d32;
    font-weight: 600;
}

/* ========================== BORRAR ASTA AQUI luego de carnaval o modificar para enamorados ===========================


/* =====================================================
   VARIANTES POR UTM SOURCE
   ===================================================== */

/* ================= FACEBOOK ================= */
/* Facebook usa el diseño base, solo pequeños ajustes */
body.facebook {
    --color-principal: #1877f2;
    --color-secundario: #ffffff;
    --color-acento: #0d65d9;
    background-color: #ffffff;
}

/* ================= TIKTOK ================= */
body.tiktok {
    --color-principal: #000000;
    --color-secundario: #ffffff;
    --color-rojo: #fe2c55;
    --color-azul: #25f4ee;
    background-color: #000000;
    color: #ffffff;
}

/* Título */
body.tiktok .producto-titulo-central {
    color: #ffffff;
    letter-spacing: 0.5px;
}

/* Caja principal */
body.tiktok .producto-descripcion-box {
    background: #0f0f0f;
    border: 1px solid rgba(255,255,255,0.08);
}

/* Texto izquierda */
body.tiktok .producto-descripcion p {
    color: #eaeaea;
}

/* Tarjeta derecha (especificaciones) */
body.tiktok .producto-especificaciones {
    background: linear-gradient(
        135deg,
        rgba(254,44,85,0.08),
        rgba(37,244,238,0.08)
    );
    border: 1px solid rgba(255,255,255,0.12);
}

body.tiktok .producto-especificaciones li {
    color: #ffffff;
}

body.tiktok .producto-especificaciones strong {
    color: #25f4ee;
}
body.tiktok .mensaje-seguridad {
    text-align: center;
    font-size: 14px;
    margin: 12px 0;
    color: #cacaca;
    font-weight: 600;
}

/* =====================================================
   MEJORAS MOBILE (480px y menos)
   ===================================================== */

@media (max-width: 480px) {

    .producto-titulo-central {
        font-size: 26px;
        line-height: 1.2;
        padding: 0 12px;
        text-align: center;
    }

    .producto-descripcion-box {
        flex-direction: column;
        gap: 18px;
        padding: 16px;
    }

    .producto-descripcion p {
        font-size: 15px;
        line-height: 1.5;
    }

    .producto-especificaciones {
        padding: 14px;
        border-radius: 12px;
    }

    .producto-especificaciones li {
        font-size: 14px;
        padding: 6px 0;
    }
}

/* =====================================================
   FIN UTM.CSS
   ===================================================== */
