/* Add custom CSS styles below */ 
.w-full[product-status="out"] {
    color: red; /* تغيير لون النص إلى الأحمر */
    font-weight: bold; /* جعل الخط عريض */
}   

#karzoun-widget-send-button {
   background-color: #ceb29d;
}
.karzoun-box-header {
   background-color: #ceb29d;
}
.karzoun-box-content-send-btn {
   background-color: #ceb29d;
}