/* Add custom CSS styles below */ 
h2.products-lookbook__label {
    font-size: 16px;
}

.products-lookbook__item__inner {
  position: relative;
}

.products-lookbook__item__inner .products-lookbook__img {
  position: relative;
}

.products-lookbook__item__inner .products-lookbook__img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 1;
}

.products-lookbook__label {
  position: absolute;
  bottom: 20px;       /* المسافة من تحت */
  right: 20px;        /* المسافة من اليمين */
  z-index: 2;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: bold;
}
.single-faq.w-full.rounded-lg.border.border-store-text-secondary.bg-store-bg-secondary.py-3.px-5.anime-item {
    background: #A4E8F3;
}
.s-block--enhanced-features__item.group.overflow-hidden.anime-item {
    background: #A4E8F3;
}