/* Sharp Shooter Pro Gaming Theme */
.btn-add-to-cart, .product-form .btn-add-to-cart {
    background: linear-gradient(90deg, #0d6efd 0%, #004ecc 100%) !important;
    border: none !important;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(13, 110, 253, 0.3);
    transition: all 0.3s ease;
}

.btn-add-to-cart:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(13, 110, 253, 0.5);
    background: linear-gradient(90deg, #004ecc 0%, #0d6efd 100%) !important;
}

.product-box {
    transition: all 0.3s ease-in-out;
    border-radius: 12px;
}

.product-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 113, 227, 0.15);
}

.product-box-title {
    font-weight: bold;
    color: #111;
}

.product-price {
    color: #0d6efd !important;
    font-weight: 800;
}