/* Add custom CSS styles below */ 

.home-block-line {
  display: none;
}

@media (max-width: 768px) {
  #about-6 .flex {
    flex-direction: column-reverse;
  }
  #about-6 .md\\:w-7\\/12 {
    text-align: center;
    margin-bottom: -150px; /* يرفع النص فوق الصورة شوي */
    z-index: 10;
    position: relative;
  }
}


salla-reviews-summary {
  display: none !important;
}




@media (max-width: 767px) {
  h1.text-xl {
    text-align: center !important;
  }
  salla-rating-stars {
    display: flex !important;
    justify-content: center !important;
  }
  .product-price-top {
    justify-content: center !important;
    text-align: center !important;
  }
  #variant-inventory {
    text-align: center !important;
    justify-content: center !important;
    display: flex !important;
  }
}

.center-between.w-full {
  display: none !important;
}


.sicon-menu,
.sicon-user,
.sicon-search,
.sicon-cart,
.s-cart-summary-icon svg path {
  color: #eabc76 !important;
  fill: #eabc76 !important;
  stroke: #eabc76 !important;
}


.product-single-top-description {
  text-align: center;
}


.more-info-tabs__nav-link.active {
  background-color: #003e3d !important;
  color: #fff !important;
}




@media (max-width: 767px) {
  .special-product .product-card__image img {
      max-width: 250px;
      height: auto;
      margin: 0 auto;
      display: block;
  }
}


.product-card__normal-cart button {
    background-color: #294c2b !important; /* لون الخلفية (مثال: أسود) */
    color: #ffffff !important;           /* لون النص (مثال: أبيض) */
    border: none !important;             /* يلغي البوردر */
}


.product-card__promotion {
  background-color: #40844e !important; /* اللون الجديد */
  color: #e2b789 !important;            /* لون الخط */
  
  position: absolute !important;  /* يطلع من التدفق */
  left: 0;                        /* يسار */
  padding: 5px 10px;              /* مسافة داخلية */
}