.stats-container {
    display: flex;
    gap: 15px;
    align-items: center;
    font-family: 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.visitas-widget,
.clock-widget {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #d71784 0%, #d71784 100%);
    border-radius: 12px;
    padding: 12px 20px;
    color: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    min-width: 180px;
}

.visitas-widget:hover,
.clock-widget:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.visitas-icon,
.clock-icon {
    font-size: 24px;
    margin-right: 15px;
    background: rgba(255, 249, 249, 0.2);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.visitas-content,
.clock-content {
    display: flex;
    flex-direction: column;
}

.visitas-count,
.digital-clock {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

.visitas-label,
.clock-label {
    font-size: 12px;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 3px;
}

.digital-clock {
    font-family: 'Courier New', monospace;
    letter-spacing: 2px;
}

/* Animación para el contador */
@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.visitas-count {
    animation: pulse 2s infinite;
}

/* Responsive */
@media (max-width: 768px) {
    .stats-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .visitas-widget,
    .clock-widget {
        width: 100%;
        justify-content: flex-start;
    }
}
.unavailable-badge {
    position: relative;
    display: inline-block;
    margin: 15px 0;
}

.unavailable-content {
    position: relative;
    z-index: 2;
    padding: 5px 10px;
    background-color: #d71784;
    color: white;
    font-weight: bold;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
    box-shadow: 0 4px 20px rgba(255, 59, 48, 0.4);
    transform: scale(0);
    animation: zoomIn 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

.unavailable-pulse {
    position: absolute;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.6;
    animation: pulse 2s infinite;
}

@keyframes zoomIn {
    to {
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }

    70% {
        transform: scale(1.4);
        opacity: 0;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}
.fly-icon {
    position: absolute;
    z-index: 9999;
    font-size: 22px;
    animation: flyToCart 1s ease-in-out forwards;
    color: #28a745;
    pointer-events: none;
}

@keyframes flyToCart {
    0% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateY(-120px) translateX(180px) scale(0.3);
        opacity: 0;
    }
}
.hover-effect-dato {
    transition: all 0.3s ease;
    border-radius: 10px;
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.hover-effect-dato:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-color: rgba(78, 84, 200, 0.2);
}

.service-icon img {
    transition: transform 0.5s ease;
}

.hover-effect:hover .service-icon img {
    transform: scale(1.1) rotate(-5deg);
}

.service-content h3 {
    color: #333;
    transition: color 0.3s ease;
}

.hover-effect:hover .service-content h3 {
    color: #4e54c8;
}

.footer-shipping {
    background: linear-gradient(to right, #f9f9ff, #f0f2ff);
    border-radius: 15px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .service-card {
        margin-bottom: 20px;
    }
}
.footer-static-middle {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.link-hover {
    color: #666;
    transition: all 0.3s ease;
}

.link-hover:hover {
    color: #4e54c8;
    padding-left: 5px;
}

.social-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: transform 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-3px);
}

.bg-twitter {
    background-color: #1DA1F2;
}

.bg-facebook {
    background-color: #3B5998;
}

.bg-instagram {
    background: linear-gradient(45deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D);
}

.bg-youtube {
    background-color: #d71784;
}

.bg-linkedin {
    background-color: #0077B5;
}

.subscribe-form .form-control {
    border-radius: 30px 0 0 30px;
}

.subscribe-form .btn {
    border-radius: 0 30px 30px 0;
}

/* WhatsApp Float */
.whatsapp-float {
    position: fixed;
    bottom: 10px;
    left: 30px;
    z-index: 100;
}

.btn-whatsapp {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #25D366;
    color: white;
    font-size: 24px;
    border: none;
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
    transition: all 0.3s ease;
}

.btn-whatsapp:hover {
    transform: scale(1.1) rotate(10deg);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
}

.whatsapp-icon i {
    font-size: 48px;
}

#whatsappModal .modal-content {
    border-radius: 15px;
}

.oferta-descuento {
    position: relative;
    animation: destello 1.5s infinite, zoom 0.5s ease-in-out;
}

/* Efecto de destello */
@keyframes destello {
    0% {
        color: #d71784;
        box-shadow: 0 0 10px #d71784, 0 0 20px #d71784;
    }

    50% {
        color: #ffff00;
        box-shadow: 0 0 20px #ffff00, 0 0 30px #ffff00;
    }

}

/* Efecto de zoom */
@keyframes zoom {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}
  /* Estilos para el sticker "Nuevo" */
  .position-relative {
    position: relative;
}

.new-sticker {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
    animation: stickerBounce 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.new-badge {
    position: relative;
    background: linear-gradient(135deg, #4b6cb7 0%, #182848 100%);
    color: white;
    padding: 8px 15px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 30px;
    box-shadow: 0 4px 15px rgba(75, 108, 183, 0.5);
    transform: rotate(5deg);
    overflow: hidden;
}

.new-text {
    position: relative;
    z-index: 2;
    display: inline-block;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
}

.new-pulse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    animation: pulseGlow 2s infinite;
    opacity: 0;
    z-index: 1;
}

/* Animaciones */
@keyframes stickerBounce {
    0% {
        transform: scale(0) rotate(0deg);
        opacity: 0;
    }

    80% {
        transform: scale(1.1) rotate(5deg);
    }

    100% {
        transform: scale(1) rotate(5deg);
        opacity: 1;
    }
}

@keyframes pulseGlow {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

/* Efecto hover */
.product-image:hover .new-badge {
    animation: badgeShake 0.5s ease-in-out;
}

@keyframes badgeShake {

    0%,
    100% {
        transform: rotate(5deg);
    }

    25% {
        transform: rotate(10deg);
    }

    75% {
        transform: rotate(0deg);
    }
}

/* Efecto para productos nuevos recientes (opcional) */
.new-recent {
    background: linear-gradient(135deg, #d71784 0%, #ff4b2b 100%);
}

.new-recent .new-pulse {
    background: rgba(255, 255, 255, 0.4);
}
 /* Estilos mejorados para el sticker */
 .position-relative {
    position: relative;
}


.oferta-content {
    position: relative;
    padding: 8px 9px;
    background: linear-gradient(135deg, #d71784 0%, #d71784 100%);
    color: white;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(255, 58, 58, 0.5);
    overflow: hidden;
    animation: pulse 2s infinite;
}

.oferta-text {
    position: relative;
    z-index: 2;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    display: inline-block;
    transform: rotate(-1deg);
}

.oferta-ribbon {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 10px;
    background: rgba(0, 0, 0, 0.1);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}

.oferta-dots {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(255, 255, 255, 0.3) 1px, transparent 1px);
    background-size: 5px 5px;
    opacity: 0.5;
}

/* Animaciones mejoradas */
@keyframes stickerEntrance {
    0% {
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    100% {
        transform: scale(1) rotate(15deg);
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        transform: rotate(15deg) scale(1);
        box-shadow: 0 4px 20px rgba(255, 58, 58, 0.5);
    }

    50% {
        transform: rotate(15deg) scale(1.05);
        box-shadow: 0 6px 25px rgba(255, 58, 58, 0.7);
    }

    100% {
        transform: rotate(15deg) scale(1);
        box-shadow: 0 4px 20px rgba(255, 58, 58, 0.5);
    }
}

/* Efecto hover */
.lg-image:hover .oferta-sticker {
    animation: pulseFast 0.8s infinite, shake 0.5s ease-in-out;
}

@keyframes pulseFast {
    0% {
        transform: rotate(15deg) scale(1);
    }

    50% {
        transform: rotate(15deg) scale(1.1);
    }

    100% {
        transform: rotate(15deg) scale(1);
    }
}

@keyframes shake {

    0%,
    100% {
        transform: rotate(15deg);
    }

    25% {
        transform: rotate(20deg);
    }

    75% {
        transform: rotate(10deg);
    }
}
.modern-ad-container {
    margin: 20px 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.ad-carousel {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    border-radius: 12px;
}

.ad-slide {
    scroll-snap-align: start;
    flex-shrink: 0;
    width: 100%;
    position: relative;
}

.ad-link {
    display: block;
    position: relative;
}

.ad-image {
    width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.ad-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, #d71784, transparent);
    padding: 0px;
    color: white;
    text-align: center;
    transition: all 0.3s ease;
}

.ad-cta {
    font-size: 1.2rem;
    font-weight: 600;
    display: inline-block;
    padding: 8px 20px;
    background-color: rgba(255,255,255,0.2);
    backdrop-filter: blur(5px);
    border-radius: 50px;
    border: 1px solid rgba(255,255,255,0.3);
}

.ad-link:hover .ad-image {
    transform: scale(1.03);
}

.ad-link:hover .ad-cta {
    background-color: rgba(255,255,255,0.3);
}

/* Ocultar scrollbar pero mantener funcionalidad */
.ad-carousel::-webkit-scrollbar {
    display: none;
}

/* Responsive */
@media (max-width: 768px) {
    .ad-cta {
        font-size: 1rem;
        padding: 6px 15px;
    }
    
    .ad-overlay {
        padding: 15px;
    }
}
/*BANNER PUBLI DE CADA PRODUCCTO*/
/* Estilos base (compartidos) */
.featured-product-section {
    position: relative;
    margin: 20px 0;
}

.featured-product-container {
    max-width: 100%;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.featured-product-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.featured-product-image {
    width: 100%;
    height: 100%;
    display: block;
}

.featured-product-overlay {
    position: absolute;
    left: 0;
    right: 0;
    color: white;
    transition: all 0.3s ease;
}

.featured-product-content {
    position: relative;
}

.featured-badge {
    display: inline-block;
    background: #d71784;
    color: white;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 8px;
}

.featured-button {
    background: white;
    color: #d71784;
    border: none;
    padding: 8px 16px;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.featured-button:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

/* Versión Desktop */
.desktop-overlay {
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    padding: 20px;
}

.desktop-overlay .featured-title {
    font-size: 1.8rem;
    margin-bottom: 12px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

/* Versión Móvil */
.mobile-overlay {
    bottom: 10px;
    right: 10px;
    left: auto;
    width: auto;
    background: rgba(0,0,0,0.6);
    padding: 10px;
    border-radius: 8px;
    display: none; /* Oculto por defecto */
}

.mobile-overlay .featured-product-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mobile-overlay .featured-button {
    padding: 6px 12px;
    font-size: 14px;
}

/* Efecto de brillo (solo desktop) */
.desktop-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    transition: 0.5s;
}

.desktop-overlay:hover::before {
    left: 100%;
}

/* Responsive: Cambio entre versiones */
@media (max-width: 768px) {
    .desktop-overlay {
        display: none;
    }
    
    .mobile-overlay {
        display: block;
    }
    
    .featured-product-image {
        margin-top: 5px;
        max-height: 500px;
        object-fit: cover;
    }
}

@media (min-width: 769px) {
    .mobile-overlay {
        display: none;
    }
    
    .desktop-overlay {
        display: block;
    }
    
    .featured-product-image {
        max-height: 700px;
    }
}
/*para imagenes public*/
.fade-banner-img {
    position: absolute;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    width: 100%;
    height: auto;
}

.fade-banner-img.active {
    opacity: 1;
    z-index: 1;
}
.fade-banner-container {
    position: relative;
    overflow: hidden;
}
.fade-banner-img.active {
    animation: zoomIn 3s ease-in-out;
}

@keyframes zoomIn {
    0% { transform: scale(1); }
    100% { transform: scale(1.05); }
}
.fade-banner-img {
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
/*netamente publicidaad*/
