/* Add custom CSS styles below */ 

/* === تعديل حجم خط بطاقة المنتج === */
/* 
.product-card__title a {
    font-size: 16px;
}

/* 

/* === تغيير لون مربعات تخصيص المنتجات === */
body .s-form-control,
body .s-datetime-picker-input,
body .s-filters-widget-container,
body .s-price-range-number-input,
body .filepond--drop-label,
.s-product-options-grid-mode-span {
    background-color: #ffffffe3 !important;
}

/* تعديل لون الزر عند التمرير */
.s-product-options-grid-mode .s-product-options-grid-mode-span:hover {
  background-color: #ab8a45 !important;
}

/* تعديل لون الزر عند الأختيار */
.s-product-options-grid-mode input:checked + div.s-product-options-grid-mode-span {
  background-color: #ab8a45 !important;
} 


/* === تعديل لون حدود حقل التاريخ === */
.s-datetime-picker-input {
border-color: #be0234;
}