.banner-section {
    max-width: 1272px;
    width: 100%;
    margin: 32px auto 0;
    position: relative;
}
.banner-swiper {
    position: static;
}
.banner-swiper .swiper-button-prev:after {
    content: url("../../images/prev.svg");
}
.banner-swiper .swiper-button-next:after {
    content: url("../../images/next.svg");
}
.banner-swiper .swiper-button-next, .banner-swiper .swiper-button-prev {
    position: absolute;
    top: 52%;
}
.homepage-products-section {
    margin-top: 56px;
}
.more {
    width: 161px;
    height: 24px;
    display: block;
    background: url("../../images/Vector.png") no-repeat;
    background-size: contain;
    font-weight: 700;
    font-size: 12px;
    color: #000004;
    padding: 6px;
}
.section-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.mini-banner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.mini-banner a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.mob-slider {
    display: none;
}
.s-heading{
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #000004;
}
.only-home .product-item {
    margin-bottom: 0 !important;
}
.only-home {
    margin-bottom: 0 !important;
}
footer {
    margin-top: 68px !important;
}
@media (max-width: 1370px) {
    .mini-banner img, .product-item,  .product-item img, .banner-section img {
        width: 100%;
    }
    .banner-swiper .swiper-button-next {
        right: 45px;
    }
    .banner-swiper .swiper-button-prev {
        left: 45px;
    }

}
@media (max-width: 1025px) {
    .mini-banner a {
        margin-bottom: 0;
    }
    .banner-swiper .swiper-button-next {
        right: 35px;
    }
    .banner-swiper .swiper-button-prev {
        left: 35px;
    }
}
@media (max-width: 780px) {
    .banner-swiper .swiper-button-prev:after {
        content: url(../../images/mob-prev.svg);
    }
    .banner-swiper .swiper-button-next:after {
        content: url(../../images/mob-next.svg);
    }
    .banner-swiper .swiper-button-next {
        right: 14px;
    }
    .banner-swiper .swiper-button-prev {
        left: 14px;
    }
}
@media (max-width: 630px) {
    .banner-swiper .swiper-button-next {
        right: 11px;
    }
    .banner-swiper .swiper-button-prev {
        left: 11px;
    }
    .product-container, .more {
        display: none;
    }
    .mob-slider {
        display: block;
        margin-bottom: 24px;
    }
    .product-name {
        -webkit-line-clamp: 3;
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 8px;
        height: 45px;
    }
    .product-price {
        height: 44px;
    }
    .add-product {
        padding: 5px 6px 1px;
    }
    .banner-section {
        margin: 24px auto 0;
    }
    .banner-section img {
        height: 200px;
        object-fit: cover;
    }
    .homepage-products-section {
        margin-top: 24px;
    }
    .s-heading{
        font-size: 20px;
        line-height: 24px;
    }
    .section-heading {
        margin-bottom: 24px;
    }
    .discount-mob .swiper{
        padding-left: 4px;
    }
    .discount-item {
        left: -4px;
    }
}
@media (max-width: 430px) {
    .mini-banner {
        -ms-grid-columns: auto ;
        grid-template-columns: auto;
        gap: 16px
    }
    .mini-banner img {
        height: 150px;
        object-fit: cover;
    }
  .main-price {
    margin-bottom: 0;
  }
  .add-product {
    margin-left: 4px;
    padding: 3px 2px 3px !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
