/* === Mobile fly-menu: счётчик корзины === */
.fly-menu_cart-total,
.fly-menu__total {
    background-color: #000000 !important; /* зелёный фон */
    color: #33FF00 !important;           /* чёрная цифра */
    border-radius: 10px;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
}






/* КНОПКА "Посмотреть карту" — неон */
.modal-body .contacts a.contact-map,
.modal-body .contacts a[href*="map"] {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 2px solid #ff0000 !important;
    border-radius: 8px;
    padding: 1px 18px;
    text-decoration: none;
    margin-top: 14px;
    font-weight: 500;
    position: relative;
    box-shadow:
            0 0 6px rgba(255, 0, 0, 0.6),
            0 0 12px rgba(255, 0, 0, 0.4);
    animation: neonPulse 1.8s infinite alternate;
}

/* Иконка внутри кнопки */
.modal-body .contacts a.contact-map i {
    color: #ff0000 !important;
}

/* Hover — усиление неона */
.modal-body .contacts a.contact-map:hover {
    box-shadow:
            0 0 10px rgba(255, 0, 0, 0.9),
            0 0 20px rgba(255, 0, 0, 0.7),
            0 0 30px rgba(255, 0, 0, 0.5);
}

/* АНИМАЦИЯ НЕОНА */
@keyframes neonPulse {
    from {
        box-shadow:
                0 0 6px rgba(255, 0, 0, 0.5),
                0 0 12px rgba(255, 0, 0, 0.3);
    }
    to {
        box-shadow:
                0 0 14px rgba(255, 0, 0, 0.9),
                0 0 28px rgba(255, 0, 0, 0.6);
    }
}

.product-thumb {
    background: linear-gradient(180deg,#161622,#0b0b10) !important;
    border: 1px solid rgba(255,0,0,0.2);
    border-radius: 18px;
    transition: all .3s ease;
}

