/* Add custom CSS styles below */ 
/* إصلاح اهتزاز التخطيط - CLS Fix */
img { max-width: 100%; height: auto; }

/* تثبيت الشعار */
header img, .logo img, nav img {
  width: 49px; height: 49px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

/* تثبيت صور البانر */
.slider img, [class*="banner"] img, [class*="hero"] img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

/* تثبيت صور المنتجات */
.product-card img, [class*="product"] img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #f8f9fa;
}

.copyright-text p {
    /* --tw-text-opacity: 1; */
    /* color: #374151; */
    color: white;
}

.s-product-card-promotion-title {
    background-color: black;
}