@media(min-width:1024px){
.carousel_slider_banner_container > div:last-of-type {
    height: 50% !important;
}

.carousel_slider_banner{
    max-height: 70vh !important;
}
}


/* main banner 1 */

section:nth-child(1 of .main_banner) img{
  object-fit: fill !important
}

.s-product-card-buttons .s-product-card-eye-btn button {
    color: #fff !important;
}
span.slider_number {
    display: none;
}

section:nth-child(1 of .main_banner) .slider_content a {
    display: none;
}
section:nth-child(1 of .main_banner) .md\:\!h-\[600px\] {
    height: 40vh
}

/* Title */
.special_title {
    margin-bottom: unset !important;
}

/* Categories List Start */
section.s-block.s-block--banners.container .grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
section.s-block.s-block--banners.container .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
section.s-block.s-block--banners.container .banner-entry:last-child {
    grid-column: 1/3;
}
section.s-block.s-block--banners.container a.banner-entry {
    height: 290px;
    background-color:unset;
    transition: 0.2s;
}
section.s-block.s-block--banners.container a.banner-entry:hover {
    transform: scale(1.04)
}
section.s-block.s-block--banners.container .lazy__bg.lazy.entered.loaded{
    background-size: contain;
    background-repeat: no-repeat;
}

@media(min-width:768px) and (max-width:1200px){
section.s-block.s-block--banners.container a.banner-entry{
    height: 225px;
}
}
@media(max-width:767px){
section.s-block.s-block--banners.container a.banner-entry{
    height: 160px;
}
}
@media(max-width: 480px){
section.s-block.s-block--banners.container a.banner-entry{
    height: 100px;
}
}
/* Categories List End */

/* main banner 2 */
section:nth-child(2 of .main_banner) img {
    right: 0;
}
@media (min-width: 768px) {
    section:nth-child(2 of .main_banner) .md\:\!h-\[600px\] {
        height: 400px !important;
    }
}


/* footer */
@media (max-width: 768px) {
    .store-footer * {
        text-align: center;
        margin-inline: auto;
    }
}