.top-navbar {
    display: none;
    }
/*banner*/
.slider-banner-main-0 > .txt.flex.justify-center.flex-col.w-full.h-full.container {
    margin-right: 0;
}
.banner_ad {
    gap: 0;
}
.bg-cover {
    border-radius: 0 !important;
}
/*banner*/
/*fetures*/
.grid.items-center.justify-around.grid-cols-3.text-center.products{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
i.sicon-clothes-hanger {
    display: none !important;
}
@media (max-widht: 767px){
.w-\[285px\] {
    width: 150px !important;
}
.text-\[22px\] {
    font-size: 14px !important;
}
}
/*fetures*/
/*footer*/
.bg-\[var\(--s-color\)\], .text-\[\#636363\], .copyright-text p {
    background-color: var(--s-color) !important;
    color: #fff !important;
}
.outline-none {
    color: #6c554d;
}
/*footer*/