.s-button-btn::after {
    content: "احجزي الآن" !important;
    font-weight: 600;
    color: #fff;
}
.s-button-btn span,
.s-button-btn svg {
    display: none !important;
}

/* تصغير ارتفاع البنر أو الفيديو الرئيسي */
section.h-\[400px\].md\:h-\[650px\] {
    height: 250px !important; /* الارتفاع في الجوال */
}

@media (min-width: 768px) {
    section.h-\[400px\].md\:h-\[650px\] {
        height: 400px !important; /* الارتفاع في اللابتوب والشاشات الكبيرة */
    }
}

/* إخفاء أزرار المفضلة والمشاهدة فقط */
.product-card-custom-head-action-icon button {
  display: none !important;
}

/* التأكد أن زر "احجزي الآن" يبقى ظاهر */
.product-card .s-button-btn {
  display: inline-flex !important;
}


body .s-design-before {
    position: absolute;
    width: calc(100vw - 15px); /* نفس عرض الصفحة تقريباً */
    height: 50%; /* الطول أقل من النص، يمكنك تعديل النسبة حسب الحاجة */
    pointer-events: auto;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: inset 0 0 0 4px #76e8cd;
    z-index: 2;
    backdrop-filter: blur(0px);
    color: #888888; /* لون الكتابات رمادي */
}
.currency-symbol img {
    display: none !important;
}