/* EMPEROR STORE - GLOBAL DOMINANCE 
   Targeting: Products, Reviews, Checkout, Terms, and All Sections
*/

/* 1. Force Black Background on Every Single Element */
html, body, #main-app, .main-content, section, footer, 
.s-block, .page-content, .checkout-page, .testimonial-item, 
.product-item, .category-page, .filter-sidebar, .modal-content {
    background-color: #080808 !important;
    background: #080808 !important;
    color: #ffffff !important;
}

/* 2. Fix Product Cards & Grid Detailed Look */
.product-item, .product-card {
    border: 1px solid #282828 !important;
    border-radius: 15px !important;
    background: #111 !important;
}
.product-item:hover {
    border-color: #d4af37 !important;
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.2) !important;
}

/* 3. Customer Reviews & Stars (Gold Force) */
.testimonial-item, .review-item, .s-comment-card {
    border: 1px solid #d4af37 !important;
    background: #121212 !important;
}
.s-rating-stars, .fa-star, .rating-stars {
    color: #d4af37 !important;
}

/* 4. Terms, Conditions & Detailed Descriptions */
.page-content h1, .page-content h2, .page-content h3, 
.product-details__title, .section-title, .checkout-title {
    color: #d4af37 !important;
    font-weight: bold !important;
}

/* 5. Checkout & Payment Page Final Fix */
.payment-method-item, .shipping-method-item, .order-summary {
    background-color: #151515 !important;
    border: 1px solid #333 !important;
}
.payment-method-item.selected {
    border-color: #d4af37 !important;
}

/* 6. Gold Buttons Everywhere */
.btn-primary, .s-button-btn-add-to-cart, .checkout-submit-btn, .btn-pay {
    background: linear-gradient(45deg, #c5a059, #d4af37) !important;
    color: #000 !important;
    border: none !important;
    font-weight: 900 !important;
}