.details__container span {
    color: #031a1a !important;
}
.details__container * {
    color: #031a1a!important;
}
a.fix-align.text-primary {
    color: white !important;
}
button, .your-button-class {
    color: white !important; /* تغيير لون النص */
    border-color: white !important; /* تغيير لون الحدود */
    background-color: transparent !important; /* إذا كنت تريد الزر شفافًا */
}

/* إذا كان هناك أيقونة داخل الزر */
button svg, .your-button-class svg {
    fill: white !important; /* تغيير لون الأيقونة إلى الأبيض */
}
button.s-fast-checkout-button {
    background-color: white !important; /* تغيير لون الخلفية */
    color: black !important; /* تغيير لون النص إلى الأسود */
    border-color: white !important; /* تغيير لون الحدود */
}
.s-add-product-button-min.i-checkout-content {
    color: white !important;
}