/* Add custom CSS styles below */ 
.product-card__promotion {
    border-radius: 10px; /* يجعل الحواف دائرية */
    
}

@media (max-width: 991px) {
    body.enhanced_add_btn_in_mobile .product-card__content-wrapper {
        padding: 0px !important;}
        
.product-card--fit-height .product-card__image {
    height: auto; /* يتيح للارتفاع التكيف بناءً على المحتوى */
}
@media (max-width: 991px) {
    .product-card.product-card--enhanced-btn:not(.product-card--simplified) .product-card__enhanced-mini-cart button {
      
        border-radius: 10px;
        }

}




@media (max-width: 991px) and (min-width: 768px) {
  .dynamic-banner-light {
    height: 370px !important;
  }
}

/* لأجهزة الموبايل */
@media (max-width: 767px) {
  .dynamic-banner-light {
    height: 147px !important;
  }
}

/* لأجهزة اللاب توب */
@media (min-width: 992px) and (max-width: 1200px) {
  .dynamic-banner-light {
    height: 165px !important;
  }
}