.f_product-footer .product-entry__title + p {
    font-weight: 900 !important;
    color: #ff4336 !important;
    border: 2px solid #ff4336 !important;
    display: inline-block !important;
    padding: 6px 8px !important;
    border-radius: 6px !important;
    background-color: #e1dede !important;
    margin-top: 10px;
}


.product-entry__title a:hover {
    color: #777; /* رمادي متوسط */
}








/* Add custom CSS styles below */ 
.banner--fixed img {
    
   border-radius: 0px!important;
    }
    .container {
 
    padding-right: 0rem;
    padding-left: 0rem;
}[color-scheme="light"] {

    --color-primary-reverse: #fd780f;
    --header-foreground: #f57e44;
}


.s-product-card-rating {
    display: none;
    }
    
    
    
    .f_enhanced-store-features .f_features-item {
    
        background: linear-gradient(108deg, #ff4b2b, #ff9068);
        
        
        
        
        
        
        /* تنسيق صور المنتجات */
.product-card img,
custom-salla-product-card img,
.product-entry__image img {
  width: 100%;          /* العرض ثابت */
  height: 250px;        /* الطول موحد (غيري الرقم حسب ما تحبي) */
  object-fit: cover;    /* يظبط الصورة بحيث تملأ الإطار بدون تشويه */
  border-radius: 1rem;  /* حواف ناعمة - اختياري */
}


/* موبايل */
@media (max-width: 480px) {
  .product-card img,
  custom-salla-product-card img {
    height: 180px;
  }
}

/* تابلت */
@media (min-width: 481px) and (max-width: 1024px) {
  .product-card img,
  custom-salla-product-card img {
    height: 220px;
  }
}

/* ديسكتوب */
@media (min-width: 1025px) {
  .product-card img,
  custom-salla-product-card img {
    height: 280px;
  }
}