.section-title{
  color:#000 !important;
  text-align: center !important;
}

 .partners-slide .slick-slide img {
 
    max-width: 200px !important;
    max-height: 115px !important;
}
.partners-item img{
   max-width: 200px !important;
    max-height: 115px !important;
}

.partners-item {
  width:210px !important;
}


/* كامل الفوتر */
footer {
 background-color: transparent;

}

/* الفوتر الاعلي */
.footer-store-section {
  background-color: transparent !important;
}

/* الفوتر الاوسط */
.footer-companies {
  background-color: transparent !important;
}

/* الفوتر الاسفل */
.footer-copyrights-vat-certificate  {
  background-color:  !important;
  color: !important;
}

/* صور وسائل الدفع */
.logistics-pay-icons {
  gap: 10px;
}
.logistics-pay-icons a{
  background-color: #fff;
  border-radius: 5px;
}

/* لوووجوو الفوتر*/
.footer-about-us-links-div.footer-about-us-div::before {
    content: "";
    background: url(https://i.postimg.cc/W31Y7tSf/dbec7ce9-fc9b-4067-9e4d-abb2982875d1-1.png) center center / contain no-repeat;
    display: block;
    width: 100%;
    height: 140px;
    margin-bottom: 13px
}

/* توسيط العناصر */
.footer-about-us-div {
  text-align: center;
}
@media (max-width: 992px) {
  .footer-about-us-links-div {
    text-align: center;
    padding-left: unset !important;
    margin-bottom: 20px;
  }
  .social-icons {
    justify-content: center;
  }
}
















/* scroll bar */
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #81B4EA;
}


body{
  .product-item,
.product-card {
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08) !important;
    padding-bottom: 12px !important;
    text-align: center !important;
}

.product-item img,
.product-card img {
    border-radius: 12px !important;
}

.product-item .btn,
.product-item button,
.product-card .btn,
.product-card button {
    border-radius: 10px !important;
    width: 90% !important;
    margin: 10px auto 0 !important;
    display: block !important;

}/* خلفية بطاقة المنتج أبيض */
.product-item,
.product-card {
    background: #FFFFFF !important;
}

/* لو فيه طبقة داخلية (بعض الثيمات تستخدمها) */
.product-item .product-info,
.product-card .product-info {
    background: #FFFFFF !important;
}

/* تأكد أن النص واضح فوق الأبيض */
.product-item *,
.product-card * {
    color: inherit !important;
}