@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

body * {
font-family: "Cairo", sans-serif;

}
.footer-is-light .store-footer .store-footer__inner {
    background-color: rgb(153 140 199);
}
.image-title .title-heade {
    background-color: #ffffff05;
    padding: 17px 187px;
}
.max-h-\[270px\] {
    max-height: 100%;
}
img.max-w-24.mb-2 {
  filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
    .g_cat .s-slider-swiper-wrapper {
        justify-content: center;
    }
    #slider-0 .txt.flex {
    justify-content: flex-start;
}
    .image-title .title-heade {
    padding: 10px 23px;
    font-size: 14px;
}
.image-title .title-heade {
    background-color: #ffffff05;
    padding: 17px 119px;
}
}

.s-block__title {
    margin-bottom: 4rem;
}
#discountPopup{
    display:none
}