@import 'product_detail.css';

/* Style 4: Dark Pro - Deep blacks and neon accents */
.view-4 {
    background: #000;
    color: #fff;
    padding: 4rem;
    border-radius: 40px;
    margin-top: 2rem;
    border: 1px solid #333;
}

.view-4 .price-card {
    background: #111;
    border: 1px solid #444;
}

.view-4 .current-price {
    color: #00ff88;
    text-shadow: 0 0 20px rgba(0, 255, 136, 0.4);
}

.view-4 h1 {
    font-size: 3.5rem;
    background: linear-gradient(to right, #fff, #888);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.view-4 .btn-primary {
    background: #00ff88 !important;
    color: #000 !important;
}