/* card-themes.css - УБЕДИТЕСЬ, ЧТО ЭТОТ ФАЙЛ ЗАГРУЖАЕТСЯ ПОСЛЕДНИМ */

/* Minecraft тема */
.carousel-item.minecraft-theme .product-card {
    background: rgba(91, 124, 58, 0.1) !important;
    border: 2px solid #21ff00 !important;
}

.carousel-item.minecraft-theme .product-title {
    color: #21ff00 !important;
}

.carousel-item.minecraft-theme .product-price {
    color: #21ff00 !important;
}

.carousel-item.minecraft-theme .btn {
    background: #21ff00 !important;
    color: #000 !important;
    border: none !important;
}

.carousel-item.minecraft-theme .btn:hover {
    background: #1ae600 !important;
}

/* Space Engineers тема */
.carousel-item.space-theme .product-card {
    background: rgba(255, 152, 0, 0.1) !important;
    border: 2px solid #ff9800 !important;
}

.carousel-item.space-theme .product-title {
    color: #ff9800 !important;
}

.carousel-item.space-theme .product-price {
    color: #ff9800 !important;
}

.carousel-item.space-theme .btn {
    background: #ff9800 !important;
    color: #000 !important;
    border: none !important;
}

.carousel-item.space-theme .btn:hover {
    background: #e68900 !important;
}

/* Horror тема */
.carousel-item.horror-theme .product-card {
    background: rgba(198, 40, 40, 0.1) !important;
    border: 2px solid #c62828 !important;
}

.carousel-item.horror-theme .product-title {
    color: #c62828 !important;
}

.carousel-item.horror-theme .product-price {
    color: #c62828 !important;
}

.carousel-item.horror-theme .btn {
    background: #c62828 !important;
    color: #fff !important;
    border: none !important;
}

.carousel-item.horror-theme .btn:hover {
    background: #b71c1c !important;
}

/* Ховер-эффекты */
.carousel-item.minecraft-theme .product-card:hover {
    border-color: #21ff00 !important;
    box-shadow: 0 8px 16px rgba(91, 124, 58, 0.2) !important;
}

.carousel-item.space-theme .product-card:hover {
    border-color: #cc7a00 !important;
    box-shadow: 0 8px 16px rgba(255, 152, 0, 0.2) !important;
}

.carousel-item.horror-theme .product-card:hover {
    border-color: #9e0000 !important;
    box-shadow: 0 8px 16px rgba(198, 40, 40, 0.2) !important;
}
