/* Add custom CSS styles below */ 
salla-trust-badges {
  display: none !important;
}

body.cart .coupon{
  display: none !important;
}

/* فقط بلوك "دليل القياسات" */
.details__container:has(.sicon-pencil-ruler) {
  background: #faf5e6;
  border: 1.5px solid #504111;
  border-radius: 10px;
  padding: 12px;
}

section.total.details {
    display: none !important;
}

.s-cart-summary-total {
  display: none !important;
}

/* لوقو الهيدر */
.navbar-brand img.logo-light{
  height: 48px !important;     /* عدّلها حسب ذوقك */
  width: auto !important;
  max-width: 180px !important; /* يمنع تمدد كبير */
  object-fit: contain;
  display: block;
}

/* تحسين للموبايل */
@media (max-width: 768px){
  .navbar-brand img.logo-light{
    height: 40px !important;
    max-width: 150px !important;
  }
}

.s-slider-block__title-right{
  display: none !important;
}


.homeslider__slide{
  aspect-ratio: 4 / 5 !important;
  height: auto !important;
  overflow: hidden !important;
}

.homeslider__slide img{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}