
#trends_products .product-trends-container {
    display: flex;
}
#trends_products {
    overflow: hidden;
}
#trends_products .bon_manufacture {
    font-size: 16px;
    color: #3a3a3a;
}
#trends_products .bon_manufacture:hover,
#trends_products .product-title a:hover {
    color: RGB(var(--brand-primary));
}
#trends_products .comments_note {
    margin-bottom: 20px;
}
#trends_products .product-title a {
    color: #3a3a3a;
    font-size: 25px;
    line-height: 150%;
    display: inline-block;
}
#trends_products .product-description .sort-description {
    padding: 0;
    margin-bottom: 30px;
    display: inline-block;
}
#trends_products .product-description p {
    font-size: 16px;
    line-height: 150%;
    font-weight: 300;
    margin-bottom: 0;
}
#trends_products .add-to-cart-bonwrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#trends_products .add-to-cart-bonwrapper .btn-secondary {
    margin-bottom: 20px;
}

#trends_products .add-to-cart-bonwrapper .btn-primary,
#trends_products .add-to-cart-bonwrapper .btn-secondary {
    font-size: 20px;
    padding: 18px 10px;
}

#trends_products .product-price-and-shipping {
    margin-bottom: 0;
}
#trends_products .slider-product-price .price {
    color: #d20000;
    font-size: 30px;
    line-height: 150%;
    display: inline-block;
}
#trends_products .slider-product-price .price:not(:last-child) {
    margin-right: 15px;
}
#trends_products .slider-product-price .regular-price {
    color: #747474;
    line-height: 150%;
    text-decoration: line-through;
    display: inline-block;
}
#trends_products .comments_scroll {
    display: flex;
    align-items: center;
}
#trends_products .product-description {
    padding: 0;
}
#trends_products .bonproduct__media {
    max-width: 52%;
    width: calc(52% - 5px);
    position: relative;
    padding: 0;
    flex-grow: 1;
    flex-shrink: 0;
}
#trends_products .bonproduct__media-wrapper {
    overflow: visible;
    margin: 0 20px 0 auto;
    cursor: pointer;
}
#trends_products .bonproduct__info-wrapper {
    padding: 20px 20px 0;
    overflow: auto;
    height: max-content;
    margin: 10px 0;
    z-index: 1;
    background: #fff;
}
/*swiper nav*/
#trends_products .bonproducttrend-button-next,
#trends_products .bonproducttrend-button-prev {
    background: white;
    padding: 15px 2px 15px 4px;
    width: auto;
    height: auto;
}
#trends_products .swiper-button-next::after, #trends_products .swiper-button-prev::after {
    font-family: bonicon;
    font-size: 25px;
    color: #3a3a3a;
    transition: all .3s ease;
}
#trends_products .swiper-button-next, #trends_products .swiper-rtl .swiper-button-prev {
    right: 10%;
    left: auto;
}
#trends_products .swiper-button-prev, #trends_products .swiper-rtl .swiper-button-next {
    left: 10%;
    right: auto;
}
#trends_products .swiper-button-next:hover::after, #trends_products .swiper-button-prev:hover::after {
    color: RGB(var(--brand-primary));
}
#trends_products .swiper-button-next::after, #trends_products .swiper-rtl .swiper-button-prev::after {
    content: '\e804';
}
#trends_products .swiper-button-prev::after, #trends_products .swiper-rtl .swiper-button-next::after {
    content: '\e802';
}
/*END swiper nav*/

@media screen and (min-width: 1881px) {
    #trends_products {
        margin-bottom: 82px;
    }
}

@media screen and (max-width: 1880px) {
    #trends_products {
        margin-bottom: calc(30px + (82 - 30) * ((100vw - 320px) / (1880 - 320)));
    }
}

@media (min-width: 1680px) {
    #trends_products .bonproduct__info-wrapper {
        max-width: 35.25%;
        width: calc(35.25% - 2px);
        min-height: 583px;
        max-height: 584px;
    }
    #trends_products .bonproduct__media-wrapper {
        width: 70%;
    }
}

@media (max-width: 1199px) {
    #trends_products .product-add-to-cart .add-to-cart-bonwrapper .add-to-cart {
        width: auto;
        margin-bottom: 0;
    }
}
@media (min-width: 1681px) and (max-width: 1750px) {
    #trends_products .bonproduct__info-wrapper {
        max-height: calc(576px + (592 - 576) * ((100vw - 1681px) / (1750 - 1681)));
        width: auto;
    }
}
@media (min-width: 992px) and (max-width: 1680px) {
    #trends_products .bonproduct__media-wrapper {
        width: calc(94% + -226 * (100vw - 992px) / (1750 - 992));
    }
    #trends_products .bonproduct__info-wrapper {
        max-width: calc(46.9% + -192 * (100vw - 992px) / (1680 - 992));
        max-height: calc(442px + (573 - 442) * ((100vw - 992px) / (1680 - 992)));
        width: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #trends_products .bonproduct__info-wrapper {
        max-width: calc(46.7% + 10 * (100vw - 768px) / (991 - 768));
        max-height: calc(336px + (452 - 336) * ((100vw - 768px) / (991 - 768)));
        width: auto;
    }
}

@media (max-width: 767px) {
    #trends_products .product-trends-container {
        flex-direction: column;
    }
    #trends_products .bonproduct__media {
        max-width: 100%;
        width: 100%;
    }
    #trends_products .bonproduct__media .swiper-slide,
    #trends_products .bonproduct__info-wrapper {
        padding: 0 10px;
    }
    #trends_products .bonproduct__media-wrapper {
        margin: 0;
    }
}
@media (max-width: 575px) {
    #trends_products .product-title a {
        font-size: 20px;
        line-height: 28px;
    }
    #trends_products .product-description {
        display: none;
    }
    #trends_products .bon_manufacture {
        font-size: 14px;
    }
}