/* إخفاء الهدية المفضلة للوالدين */
.s-products-slider-card .product-entry__subtitle {
      display: none !important;
    }

/* صفحة المنتج فقط */
html.is-salla-product-page {

  /* زر إضافة للسلة */
  salla-button .s-button-btn,
  salla-button .s-button-element {
    background-color: rgb(74, 21, 52) !important;
    border-color: rgb(74, 21, 52) !important;
    color: #fff !important;
  }

  /* زر تحميل المزيد */
  .s-infinite-scroll-btn.s-button-btn {
    background-color: rgb(74, 21, 52) !important;
    border-color: rgb(74, 21, 52) !important;
    color: #fff !important;
  }

}

@media (max-width: 768px) {
  html.is-salla-product-page [id^="gb-widget"] {
    margin-bottom: 68px !important;
    margin-right: -4px !important;
  }
}
div[id^="gb-widget"] a[href*="getbutton.io"] {
  display: none !important;
}
#bcio-whatsapp-widget {
  display: none !important;
}
[id^="gb-widget"] {
    margin-bottom: 26px !important;
    margin-right: 24px !important;
  transform: scale(1.3);
  }

.floating-contacts {
  display: none;
}

.s-products-slider-card .product-entry__subtitle {
      display: none !important;
    }

/* Hide product metadata (weight, tags, share) */
ul.product-metadata {
  display: none !important;
}

.product-tabs {
  display:none;
}