.moved_banner .main-text {
    text-align: center;
    max-width: 700px;
    margin:auto
}
.moved_banner .flex.flex-col.gap-3 {
    justify-content: center;
    align-items: center;
}
.moved_banner .image-content::after,
.moved_banner .swiper-slide-active .image-content img:last-child {
    display: none;
}
.s-block .custom_container .object-cover,
.special_category_offer .object-cover {
    -o-object-fit: fill;
    object-fit: fill;
}

.special_category_offer img.w-full.h-full.object-cover.rounded {
    max-height: 700px;
}
.moved_banner .flex.justify-between.items-center.flex-col.lg\:flex-row.banner-item.rounded-md.px-8.pt-5.swiper-slide.swiper-slide-active {
    justify-content: center;
}
.footer-is-light .store-footer {
    background-color: transparent;
}