@import 'product_detail.css';

/* Style 9: Luxury Elite - Gold and space */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap');

.view-9 {
    background: #fff;
    color: #1a1a1a;
    font-family: 'Playfair Display', serif;
}

.view-9 .product-details h1 {
    color: #b8860b;
    font-size: 4rem;
    font-weight: 300;
}

.view-9 .price-card {
    background: #000000 !important;
    border: none !important;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.4);
    padding: 2.5rem !important;
    border-radius: 20px;
}

.view-9 .price-stat-tag {
    background: #ffffff !important;
    border: 1px solid #ddd !important;
}


.view-9 .price-stat-tag span {
    color: #444 !important;
}

.view-9 .loyalty-badge {
    background: rgba(251, 191, 36, 0.2) !important;
    border: 1px dashed #b8860b !important;
}

.view-9 .loyalty-badge div {
    color: #000 !important;
}


.view-9 .btn-primary {
    background: #1a1a1a !important;
    color: #fff !important;
    border-radius: 0;
}

.view-9 .main-image {
    padding: 3rem;
    background: #fff;
}