/* --- SAMA BRAND FAIL-PROOF CSS --- */

/* Force Background and Text Color */
body, .s-app, .main-content {
    background-color: #ffffff !important;
    color: #2D2D2D !important;
}

/* Header Background - Pure White for Luxury */
header, .store-header, .top-nav {
    background-color: #ffffff !important;
    border-bottom: 1px solid #eeeeee !important;
}

/* Product Titles */
.product-entry__title a, .product-card-title {
    color: #2D2D2D !important;
    font-size: 1.1rem !important;
    font-weight: 400 !important;
}

/* Silver Vein Buttons - The Brand Touch */
.btn-primary, .s-button-element, .cart-submit, .buy-btn {
    background: #2D2D2D !important; /* Elegant Charcoal */
    color: #FFFFFF !important;
    border: none !important;
    border-radius: 0px !important; /* Sharp edges for high-end look */
    box-shadow: 2px 2px 0px #C0C0C0 !important; /* Silver shadow "vein" */
}

/* Price Color */
.product-entry__price, .price {
    color: #8a8a8a !important;
}

/* Footer Appearance */
footer, .footer-main {
    background-color: #1a1a1a !important;
    color: #ffffff !important;
}