.banner-section {
    position: relative;
    margin-top: 31px;
    margin-bottom: 56px;
}

.banner-swiper {
    position: static;
  border-radius: 32px;
}

.banner-section .banner-swiper img {
    width: 100%;
    max-height: 450px;
    border-radius: 32px;
}
.banner-section .swiper-slide {
  border-radius: 32px;
}

.banner-swiper .swiper-button-next,
.banner-swiper .swiper-button-prev {
    background: #FFFFFF;
    box-shadow: 0 4px 8px rgba(190, 207, 188, 0.5);
    border-radius: 100px;
    width: 64px;
    height: 64px;
    color: #1a274e;
}

.banner-swiper .swiper-button-next:after,
.banner-swiper .swiper-button-prev:after {
    color: #1a274e;
    font-size: 16px;
    font-weight: bold;
}

.banner-swiper .swiper-button-next {
    right: 2.8%;
}

.banner-swiper .swiper-button-prev {
    left: 2.8%;
}

.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: #1a274e;
    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: #1a274e;
    margin-bottom: 40px;
}

.only-home .product-item {
    margin-bottom: 0 !important;
}

.only-home {
    margin-bottom: 0 !important;
}

@media (max-width: 1370px) {
    .mini-banner img, .product-item, .product-item img, .banner-section img {
        width: 100%;
    }


    .product-item {
        max-width: 292px;
    }

    .banner-swiper .swiper-button-next {
        right: 45px;
    }

    .banner-swiper .swiper-button-prev {
        left: 45px;
    }

    .s-heading {
        margin-bottom: 24px;
    }
}

@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/mobilePrev.svg);
    }

    .banner-swiper .swiper-button-next:after {
        content: url(/images/mobileNext.svg);
    }

    .banner-swiper .swiper-button-next {
        right: 14px;
    }

    .banner-swiper .swiper-button-prev {
        left: 14px;
    }
}

@media (max-width: 630px) {
    .banner-swiper .swiper-button-next,
    .banner-swiper .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
    .banner-swiper .swiper-button-next {
        right: 0;
    }

    .banner-swiper .swiper-button-next:after {
        position: absolute;
        right: 14px;
    }

    .banner-swiper .swiper-button-prev {
        left: 0;
    }

    .banner-swiper .swiper-button-prev:after {
        position: absolute;
        left: 14px;
    }

    .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:auto;
        object-fit: contain;
        border-radius: 32px;
    }

    .homepage-products-section {
        margin-top: 24px;
    }

    .s-heading {
        font-size: 20px;
        line-height: 24px;
    }

    .section-heading {
        margin-bottom: 16px;
    }

    .discount-mob .swiper {
        padding-left: 4px;
    }

    .discount-item {
        left: -4px;
    }
    .s-heading {
      margin-bottom: 0;
    }
}

@media (max-width: 430px) {
    .mini-banner {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        gap: 16px
    }

    .mini-banner img {
      height: auto;
      object-fit: contain;
    }

    .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;
    }
}
