/* تحسين CLS وتثبيت العناصر */

/* تثبيت ارتفاع الشرائح لتفادي التحرك */
@media (min-width: 768px) {
  .slide--cat-entry {
    height: 9rem;
    min-height: 9rem;
    background-color: #6c6a66;
    overflow: hidden;
  }
}

/* تثبيت أقسام العروض */
section#best-offers-9-slider,
section#best-offers-7-slider.container {
  background: #cfcdc6;
  margin: 0;
  width: 100%;
  max-width: 100%;
  min-height: 200px;
  overflow: hidden;
}

/* تثبيت الخلفية البيضاء */
.bg-white {
  background-color: rgb(242, 244, 239);
}

/* إزالة التحرك من الخط الرمادي أسفل العناوين */
.s-block__title.divider-title span.inline-block.vertical-lines.h-1px.w-full.bg-gray-300.da-bgg {
  background: none;
}

/* تثبيت الصور داخل البطاقات */
img {
  display: block;
  max-width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

/* تحسين تباعد الصور مع النص */
.product-card__image-wrapper,
.s-product-card__img-wrapper {
  min-height: 300px;
  overflow: hidden;
}