/* Add custom CSS styles below */ 
/* تصنيفات */
@media (min-width: 1024px) {
    .square-links__grid {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px;
    }

    .square-links__item {
        width: calc((100% - 96px) / 5);
    }
}

/* صور المنتجات */
img.h-full.w-full.main-image.transition-opacity.hover\:opacity-90.object-contain {
    object-fit: cover !important;
}

/* لون الفوتر */
.store-footer__inner , .store-footer__contacts-row , .footer-bottom {
  background: linear-gradient(to left, #EA0A07, #218B5E) !important;
  border: none !important;
}
.badge-text span {
  font-size: 11px;
  color: #ffffff;
}
.badge-text strong {
  font-size: 12px;
  color: #ffffff;
}