/* =========================================
   TOPALOĞLU CİVATA – ZORUNLU RENK SABİTLEME
   layout.css override
========================================= */

/* ÜRÜN KARTLARI */
.product-card,
.product-card * {
    color: #222 !important;
}

.product-title {
    color: #0F1111 !important;
}

.product-price {
    color: #B12704 !important;
}

.product-stock {
    color: #007600 !important;
}

/* SEPETE EKLENDİ MODALI */
#cartModal,
.cart-modal,
.cart-popup,
.cart-message {
    background: #ffffff !important;
    color: #222 !important;
}

#cartModal h3,
.cart-popup h3 {
    color: #000 !important;
}

#cartModal p,
.cart-popup p {
    color: #333 !important;
}

/* BUTONLAR */
#cartModal button,
.cart-popup button {
    background: #ff9900 !important;
    color: #000 !important;
}
