#trending {
    margin: 80px 0;
    padding: 51px 0 84px 0;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    overflow: hidden;
}

#trending .container {
    --content-width: 1215px;
}

#trending .nav-wrap {
    position: relative;
    margin:0 50px;
}

#trending .title {
    font-size: 39px;
    margin-bottom: 34px;
    position: relative;
}

#trending .title span {
    position: relative;
    font-size: 27.5px;
    line-height: 48px;
    font-weight: 400;
    padding: 0 10px;
    margin-bottom: 10px;
}

#trending .category-product {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border: 1px solid #f4f4f4;
}

#trending .category-product p {
    color: var(--light-blue);
    font-size: 16px;
}

#trending .category-product:hover {
    text-decoration: none !important;
}

#trending .category-product:nth-child(4n) {
    margin-right: 0;
}

#trending .swiper-container {
    padding: 30px 15px;
    margin: -30px -15px;
}

#trending .price-round {
    right: -13px;
    top: -17px;
    text-align: center;
    z-index: 4;
    width: 92.5px;
    height: 92.5px;
    font-size: 1.75rem;
    line-height: 15px;
}

#trending .price-inner {
    font-size: 31px;
    position: relative;
    top: 5px;
    z-index: 3;
}

#trending .products-image {
    height: 180px;
}
#trending .price-inner sup {
    top: -0.3em;
}

#trending .month {
    font-size: 16px;
    font-weight: 700;
    top: 0;
    position: relative;
}

#trending .swiper-button-next::after,
#trending .swiper-button-prev::after {
    display: none;
}

#trending .swiper-button-next,
#trending .swiper-button-prev {
    background-image: url('../../images/swiper-arrow.png');
    background-size: 7px 11px;
    background-position: center;
    background-repeat: no-repeat;
    width: 37.5px;
    height: 37.5px;
    border-radius: 50%;
    border: 1px solid #dedede;
    top: 42%;
    transform: translateY(-50%);
}

#trending .swiper-button-prev {
    left: -54px;
}

#trending .swiper-button-next {
    right: -54px;
    transform: scaleX(-1) translateY(-50%);
}

@media screen and (max-width: 767px) {
    #trending {
        text-align: center;
        padding: 51px 0 47px 0;
        margin: 53px 0 15px 0;
    }

    #trending .title {
        font-size: 19px;
        margin-bottom: 24px;
    }

    #trending .category-product p {
        font-size: 10px;
    }
}

@media screen and (max-width: 567px) {
    #trending .price-round {
        right: -15px;
        top: -20px;
        width: 80px;
        height: 80px;
    }

    #trending .price-inner {
        top: 5px;
        font-size: 28px;
    }

    #trending .title {
        margin-top: 0;
        margin-bottom: 42px;
        font-size: 30px;
    }

    #trending .title span {
        line-height: 37.5px;
        font-size: 22px;
    }
}