.s-block--slider-with-bg .slider-bg:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 1);
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity, 1));
    opacity: 0;
}
@media (max-width: 992px) {
    .ads .img img {
        opacity: 0;
    }
}


/* Removeing the Dark Overly from the Images in the Banner */

.has-overlay:after {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.05); /* ← هذا هو التظليل الأسود */
    ...
    content: "";
}


.slide--cat-entry {
  display: flex;
  height: 9rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 2;
  border-color: rgbargb(201, 205, 207,1);
  border-color: rgba(201, 205, 207, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(249, 249, 249, 1);

  padding: 0.75rem;
  text-align: center;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}


.text-lg {
    color: rgb(48,18,109);
    font-bold: bolder;
    font-size: xx-large;
    line-height: 1.75rem;
}

.s-slider-block__title h2 {
    position: relative;
    font-size: large;
    font-weight: 700;
    line-height: 1.2;
    color:rgb(48,18,109);
}

.slide--cat-entry h2 {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color:rgb(48,18,109);
}

.promotion-title {
    position: absolute;
    top: 1rem;
    z-index: 10;
    --tw-bg-opacity: 1;
    background-color: rgba(235, 60, 45, 1);
    background-color: rgba(235, 60, 45, var(--tw-bg-opacity, 1));
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

/* يصرف بوصفة طبية */
/*.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(235, 69, 45, 1);
    color: rgba(235, 69, 45, var(--tw-text-opacity, 1));
}*/

.s-product-card-promotion-title {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, 1);
    background-color: rgba(235, 69, 45, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}