/* Add custom CSS styles below */ 
@media(max-width:767px){
.main_banner  h2 {
    font-size: 15px !important;
    line-height: 24px;
}
}
.multi__banner .pattern_img {
    width: 585px;
    object-fit: contain;
}
.multi_use_banner  .banner_text {
    margin-inline: auto;
}

@media screen and (min-width: 991px){
.multi-use-banner-3 .multi__banner:nth-child(1) {
    display: flex;
}
.multi_use_banner .swiper {
height:80vh;
}
.multi_use_banner .side_img {
    height: 100%;
    max-height: 100%;
    max-width: 580px;
}
}
@media(max-width:767px){
.multi__banner .pattern_img {
    width: 176px;
}
.multi_use_banner  .banner_text {
    justify-content: center;
}
.multi-use-banner-3 .multi__banner:nth-child(1) .banner_text p {
    line-height: 20px;
}
}
/********moved_banner ****/
.moved_banner .banner-item {
    display: flex;

}
/*********************/
section.s-block.s-block--banners.container {
    max-width: 86%;
}
/* start customize setion*/
.grid.one-row.md\:grid-cols-2{
    grid-template-columns: repeat(2,minmax(0,1fr));
}

.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry{
    height: 355px;
    background-color:unset;
}
.lazy__bg.lazy.entered.loaded {
    background-size: contain;
    background-repeat: no-repeat;
}
@media(min-width:768px) and (max-width:1200px){
a.banner-entry{
    height: 200px;
}
}
@media(max-width:767px){
section.s-block.s-block--banners.container {
    max-width: 100%;
}
a.banner-entry{
    height: 80px;
    padding: 0rem;
  
}
section.moved_banner.my-10.s-block.sal-animate {
    margin-top: 20px;
}
}
    @media screen and (max-width:768px){
        .store-footer__inner * {
            text-align: center;
            margin-left: auto;
            margin-right: auto;
        }
        }