.s-block--banners .grid {
    grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
  margin-bottom: 20px;
}
.s-block--banners  .s-block__title {
    justify-content: center;
}
.s-block--banners .banner-entry {
    background: unset;
}
.s-block--banners .grid {
    width: 70%;
    margin-inline: auto;
}
.s-block--banners .banner-entry {
    height: 300px;
}
@media (max-width: 992px) {
    .s-block--banners .banner-entry {
        height: 200px;
    }
}
@media (max-width: 480px) {
    .s-block--banners .banner-entry {
        height: 150px;
    }
}
.image-with-text-component img{
  border-radius: 50px;
}
@media (max-width: 480px) {
    .main-banner-component .main-banner-swiper{
        height: 400px;
    }
.main-banner-component .main-banner-swiper img{
    height: 450px;
  }
}
@media (max-width: 768px) {
    .rtl .main-banner-component .content {
      padding-top: 60px;
    }
  .rtl .main-banner-component .content .max-w-\[223px\] {
    max-width: 200px;
}
}
.product-single #product_description .article--main,
.product-single #more-content{
    color: #000 !important;
}
.md\:opacity-0.group-hover\:opacity-100.transition-opacity.duration-500.min-h-\[303px\].md\:min-h-\[450px\].relative.z-\[5\].p-4.md\:p-10.flex.items-center.justify-center{
  display: none !important;
}