/* Add custom CSS styles below */ 

/* تغيير خلفية الماركات إلى اللون الأحمر في ثيم ملاك */
.s-product-card-brand {
  background-color: #ffffff !important; /* لون أحمر */
  color: #000000 !important; /* يجعل النص أبيض ليتناسب مع الخلفية */
  padding: 4px 10px !important; /* مسافة داخلية لتجميل المظهر */
  border-radius: 6px !important; /* زوايا دائرية أنيقة */
  display: inline-block !important;
  font-weight: bold !important;
}
    .md\:w-20 {
        width: 18rem;
    }
}

    .md\:h-20 {
        height: 8rem;
    }
}
section.s-block.s-block--fixed-banner.wide-placeholder {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
}

section.s-block.s-block--fixed-banner.wide-placeholder .container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.sm\:pt-20 {
        padding-top: 5rem;
        text-align: center;
    }
    
    .lazy__bg.lazy_avatar, .lazy__bg.lazy_menu {
    background-repeat: no-repeat;
    position: relative;
    width: 220px;
    height: 100px;
}
@media (min-width: 768px) {
    .md\:h-20 {
        height: 12rem;
    }
}
@media (max-width: 767px) {
  .lazy__bg.lazy_avatar,
  .lazy__bg.lazy_menu {
    background-repeat: no-repeat;
    position: relative;
    width: 132px;
    height: 60px;
  }
}