/* إخفاء زر الواتساب - GetButton */
#getbutton-wrapper,
.getbutton-wrapper {
  display: none !important;
  visibility: hidden !important;
}

/* إخفاء زر المكافآت */
.loyalty-widget,
[class*="loyalty"],
[id*="loyalty"] {
  display: none !important;
  visibility: hidden !important;
}

/* إخفاء أيقونة GetButton الصغيرة */
a[href*="getbutton.io"] {
  display: none !important;
}

/* إخفاء كل الأزرار الثابتة في الزوايا */
body > div[style*="position: fixed"],
body > div[style*="position:fixed"] {
  display: none !important;
}

/* إخفاء التكرار في صفحة المنتج */
.product-details:last-of-type,
.product-content:last-of-type,
.product-info:last-of-type {
  display: none !important;
}

/* حل بديل للتكرار */
.product-page > div:nth-child(2) {
  display: none !important;
}

/* حل ثالث للتكرار */
body.product-page section:nth-of-type(2),
body.product-page .container:nth-of-type(2) {
  display: none !important;
}