.section-heading {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    word-wrap: break-word;
    position: relative;
    overflow: hidden;
}

.section-heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--bs-primary);
    border-radius: 1.5px;
}

.index-page .view-all {
    color: #222222;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.index-page .fa-chevron-right {
    color: var(--bs-primary);
}

.desktop-category-section .section-category-div img {
    height: 74px;
    width: auto;
    margin: auto;
}

.desktop-category-section .category-name {
    font-size: 12px;
    color: var(--bs-gray-900);
    font-weight: 500;
    line-height: 18px;
}

.desktop-category-section .dropdown-content {
    display: none;
    position: absolute;
    top: 90%;
    width: 400px;
    z-index: 3;
}

.desktop-category-section .dropdown-content a,
.desktop-category-section .dropdown-content label {
    color: var(--bs-gray-700);
    font-size: 12px;
}

.desktop-category-section:hover .dropdown-content {
    display: flex;
}

.desktop-category-section .subsubcat2 {
    border-top-right-radius: var(--bs-border-radius);
    border-bottom-right-radius: var(--bs-border-radius);
}

.desktop-category-section .dropdown-content .subcat:first-child {
    border-top-left-radius: var(--bs-border-radius);
}

.desktop-category-section .dropdown-content .subcat:last-child {
    border-bottom-left-radius: var(--bs-border-radius);
}

.desktop-category-section .dropdown-content .subcat.hovered {
    background-color: rgba(var(--bs-primary-rgb), 0.2);
    color: var(--bs-black);
    font-weight: 500;
}

.desktop-category-section .dropdown-content .fa-chevron-right {
    color: var(--bs-primary);
    font-size: 8px;
    display: none;
}

.desktop-category-section .dropdown-content .subcat.hovered .fa-chevron-right {
    display: block;
}

.desktop-category-section .dropdown-content a:hover {
    color: var(--bs-black);
    font-weight: 500;
}

.section-category-div {
    --swiper-navigation-color: transparent;
    --swiper-navigation-size: 30px;
}

.section-category-div .swiper-button-prev {
    background: #F3F9FB;
    background-image: url("../../images/icons/arrow-left.svg") !important;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: center center;
    width: 30px !important;
    border: 3px solid #ffffff;
}

.section-category-div .swiper-button-next {
    background: #F3F9FB;
    background-image: url("../../images/icons/arrow-right.svg") !important;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: center center;
    width: 30px !important;
    border: 3px solid #ffffff;
}

.section-category-div .swiper-button-next.swiper-button-disabled,
.section-category-div .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.top-slider::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    /* background: linear-gradient(-180deg, rgba(248, 245, 245, 0), #e3e6e6); */
    background: linear-gradient(-180deg, rgba(248, 245, 245, 0), #cccccc);
    z-index: 1;
}

.top-slider {
    --swiper-navigation-color: transparent;
    --swiper-pagination-color: #fff;
    --swiper-pagination-bullet-inactive-color: #fff;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-navigation-size: 114px;
    --swiper-scrollbar-sides-offset: 50%;
    --swiper-pagination-bottom: 20px;
    --swiper-pagination-bullet-horizontal-gap: 4px;
    --swiper-navigation-sides-offset: 0px;
    --swiper-navigation-top-offset: 28%;
}


.top-slider img {
    width: 100%;
}

.top-slider .swiper-button-prev {
    background: #F3F9FB;
    background-image: url("../../images/icons/arrow-left.svg") !important;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center center;
    width: 50px !important;
    border: 6px solid #ffffff;
    border-left: 0px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    left: var(--swiper-navigation-sides-offset, 4px) !important;
    right: auto;
}

.top-slider .swiper-button-next {
    background: #F3F9FB;
    background-image: url("../../images/icons/arrow-right.svg") !important;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center center;
    width: 50px !important;
    border: 6px solid #ffffff;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-right: 0px;
    left: auto;
    right: var(--swiper-navigation-sides-offset, 4px) !important;
}

.top-slider .swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 7px;
}

.top-slider .swiper-pagination {
    left: 90px !important;
    width: fit-content;
    background-color: rgba(40, 36, 36, 0.2);
    border-radius: 14px;
}

#offersBannerSection {
    margin-top: -16.5rem;
    position: relative;
    z-index: 2
}

@media(max-width : 1399px) {
    #offersBannerSection {
        margin-top: -14.5rem;
    }
}

@media(max-width : 1199px) {
    #offersBannerSection {
        margin-top: -12rem;
    }
}

@media(max-width : 991px) {
    #offersBannerSection {
        margin-top: -9rem;
    }
}

@media(max-width: 767px) {
    #offersBannerSection {
        margin-top: -6.9rem;
    }
}

@media(max-width: 575px) {
    #offersBannerSection {
        margin-top: -20.5%;
    }
}


@media(max-width: 767px) {
    #offersBannerSection .card-title {
        font-size: 14px;
    }

    #offersBannerSection .prod-name {
        font-size: 12px;
    }
}

.recently-viewed-product img {
    height: 269px;
    object-fit: contain;
}

.recently-viewed-products img {
    height: 124px;
    object-fit: contain;
}

@media(max-width: 1399px) {
    .recently-viewed-product img {
        height: 217px;
    }

    .recently-viewed-products img {
        height: 99px;
    }
}

@media(max-width: 1199px) {
    .recently-viewed-product img {
        height: 164px;
    }

    .recently-viewed-products img {
        height: 72px;
    }
}

@media(max-width: 991px) {
    .recently-viewed-product img {
        height: 156px;
    }

    .recently-viewed-products img {
        height: 68px;
    }
}

@media(max-width: 767px) {
    .recently-viewed-product img {
        height: 211px;
    }

    .recently-viewed-products img {
        height: 95px;
    }
}

@media(max-width: 575px) {
    .recently-viewed-product img {
        height: 166px;
    }

    .recently-viewed-products img {
        height: 54px;
    }
}

@media(max-width: 425px) {
    .recently-viewed-product img {
        height: 116px;
    }

    .recently-viewed-products img {
        height: 54px;
    }
}

.recently-viewed-product .prod-name,
.recently-viewed-products .prod-name {
    font-size: 12px;
}

.seller-swiper {
    --swiper-navigation-color: #fff;
    --swiper-pagination-color: var(--bs-primary);
    --swiper-navigation-size: 18px;
    --swiper-scrollbar-sides-offset: 50%;
}

.seller-swiper .swiper-pagination {
    position: static;
}

.seller-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 7px;
}

.top-seller-section .swiper-slide,
.new-arrival-section .swiper-slide {
    background-color: var(--bs-white);
    border-radius: 16px;
}

.new-arrival-section .swiper-pagination {
    --swiper-pagination-bottom: 16px;
    width: fit-content;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 19px;
    padding: 6px 10px;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.new-arrival-section .swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 5px;
}

.top-seller-section .seller-img {
    height: 120px;
    width: 120px;
    border-radius: 0;
    object-fit: contain;
}

.top-seller-section .seller-name {
    font-size: 14px;
}

.new-arrival-section .brand-img {
    height: 207px;
    width: 100%;
    border-radius: 0px;
    object-fit: cover;
}

.new-arrival-swiper {
    --swiper-pagination-color: var(--bs-primary);
}

.testimonial-section-container {
    background-color: #FFECDF;
}

.testimonial-section .section-heading {
    color: #23262F;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    text-transform: capitalize;
}

.testimonial-section .section-heading::after {
    display: none;
}

.testimonial-swiper {
    --swiper-navigation-color: var(--bs-primary);
    --swiper-pagination-color: var(--bs-primary);
    --swiper-navigation-size: 18px;
    --swiper-scrollbar-sides-offset: 50%;
}

.testimonial-section .swiper-navigation {
    gap: 20px;
}

.testimonial-section .swiper-navigation .swiper-btn-prev,
.testimonial-section .swiper-navigation .swiper-btn-next {
    width: 36px;
    height: 36px;
    transform-origin: 0 0;
    box-shadow: 0px 4px 10px rgba(15.09, 27.30, 51, 0.05);
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-section .swiper-navigation .swiper-btn-prev {
    background: #ffffff;
}

.testimonial-section .swiper-navigation .swiper-btn-next {
    background: #286F6C;
}

.testimonial-section .swiper-navigation .swiper-btn-prev.swiper-button-disabled,
.testimonial-section .swiper-navigation .swiper-btn-next.swiper-button-disabled {
    opacity: 0.5;
    cursor: auto;
}

.testimonial-section .card {
    background: transparent;
    border: none;
}

.testimonial-section .customer-img {
    width: 55px;
    height: 55px;
    flex-shrink: 0;
    border-radius: 9999px;
    object-fit: cover;
}

.testimonial-section .customer-name {
    color: #23262F;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    word-wrap: break-word;
}

.testimonial-section .customer-des {
    opacity: 0.50;
    color: #23262F;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    word-wrap: break-word;
}

.testimonial-section .customer-profile .d-flex,
.testimonial-section .stars {
    gap: 10px;
}

.testimonial-section .review {
    color: #23262F;
    font-size: 14px;
    font-weight: 400;
    line-height: 23.80px;
    word-wrap: break-word;
    min-height: 50px;
}

.testimonial-section .review-img img {
    width: 250px;
    height: 250px;
    object-fit: contain;
    border-radius: 6px;
}

.multibanner-section img {
    object-fit: cover;
    border-radius: 4px;
    width: 100%;
    height: 100%;
}

@media(max-width: 992px) {
    .top-slider {
        --swiper-navigation-size: 44px;
        --swiper-pagination-bottom: 15px;
    }

    .top-slider .swiper-button-prev {
        background-repeat: no-repeat;
        background-size: 18px 18px;
        width: 24px !important;
        border: 2px solid #ffffff;
        border-left: 0px;
    }

    .top-slider .swiper-button-next {
        background-size: 18px 18px;
        width: 24px !important;
        border: 2px solid #ffffff;
        border-right: 0px;
    }

    .top-slider .swiper-pagination {
        left: 80px !important;
    }

    .desktop-category-section .dropdown-content,
    .desktop-category-section .fa-chevron-down {
        display: none !important;
    }

    .top-seller-section .seller-img {
        height: 100px;
        width: 100px;
    }
}

@media(max-width: 767px) {
    .desktop-category-section .section-category-div img {
        height: 54px;
    }

    .index-page .view-all {
        font-size: 14px;
    }

    .event-section .event-card-img {
        height: 193px;
    }

    .event-section .event-title {
        font-size: 14px;
        line-height: 30px;
    }

    .top-slider {
        --swiper-navigation-size: 34px;
        --swiper-pagination-bottom: 8px;
    }

    .top-slider .swiper-button-prev {
        background-repeat: no-repeat;
        background-size: 18px 18px;
        width: 18px !important;
        border: 2px solid #ffffff;
        border-left: 0px;
    }

    .top-slider .swiper-button-next {
        background-size: 18px 18px;
        width: 18px !important;
        border: 2px solid #ffffff;
        border-right: 0px;
    }

    .top-slider .swiper-pagination {
        left: 60px !important;
    }

    .top-slider .swiper-pagination-bullet-active {
        width: 20px;
    }

    .section-category-div .text-center {
        font-size: 12px;
    }

    .top-seller-section .seller-name {
        font-size: 10px;
    }

    .recently-viewed-product .prod-name,
    .recently-viewed-products .prod-name {
        font-size: 12px;
    }

    .section-heading,
    .testimonial-section .section-heading,
    .event-section-heading {
        font-size: 20px;
        line-height: 30px;
    }

    .testimonial-section .customer-img {
        width: 45px;
        height: 45px;
    }

    .testimonial-section .review-img img {
        width: 220px;
    }

    .new-arrival-section .brand-img {
        height: 135px;
    }

    .top-seller-section .seller-img {
        height: 75px;
        width: 75px;
    }
}

@media(max-width: 640px) {
    .seller-swiper .swiper-pagination {
        display: none;
    }
}

@media(max-width: 576px) {

    .section-heading,
    .testimonial-section .section-heading {
        font-size: 16px;
        line-height: 30px;
    }

    .new-arrival-section .brand-img {
        height: 100px;
    }
}

@media(max-width: 320px) {
    .section-category-div .text-center {
        font-size: 10px;
    }

    .testimonial-section .review-img img {
        width: 180px;
    }
}