.boncategoruproduct .product-wrapper .product-image img {
    max-width: 120px;
}

.boncategoruproduct .product-wrapper {
    display: flex;
    background: #f2f2f2;
}

.boncategoruproduct .product-price-and-shipping,
.boncategoruproduct .product-title {
    text-align: left;
    padding: 0;
}

.boncategoruproduct .swiper-buttons {
    display: flex;
    align-items: center;
}

.boncategoruproduct .swiper-button-prev::after,
.boncategoruproduct .swiper-button-next::after {
    content: "none";
}

.boncategoruproduct .swiper-button-next,
.boncategoruproduct .swiper-button-prev {
    position: static;
    width: 20px;
    height: 10px;
    margin-top: 0;
    display: inline-block;
}

.boncategoruproduct .swiper-button-prev {
    margin-right: 10px;
}

.boncategoruproduct .swiper-button-next svg, 
.boncategoruproduct .swiper-button-prev svg {
    display: block;
}

.boncategoruproduct .swiper-button-next svg path, 
.boncategoruproduct .swiper-button-prev svg path {
    stroke: #666;
    transition: all .3s ease;
}

.boncategoruproduct .swiper-button-next:hover svg path,
.boncategoruproduct .swiper-button-prev:hover svg path {
    stroke: RGB(var(--brand-primary));
}

.boncategoruproduct .product-price-and-shipping {
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.boncategoruproduct .h3.product-title a {
    line-height: 155%;
    color: RGB(var(--brand-primary));
    margin: 0;
    font-weight: 400;
    display: block;
}

.boncategoruproduct .h3.product-title a:hover {
    color: RGB(var(--brand-primary));
}

.boncategoruproduct .product-info {
    width: 100%;
    padding-left: 10px;
}

.boncategoruproduct .boncategoruproduct-comments-block {
    margin-bottom: 5px;
}

.boncategoruproduct .comments_note a span {
    display: none;
}

.boncategoruproduct .comments_note {
    margin-right: 15px;
    margin-bottom: 0;
}

.boncategoruproduct .bon_manufacture_list h4 {
    margin-bottom: 0;
}

.boncategoruproduct .bon_manufacture_list a {
    display: block;
    text-transform: uppercase;
    color: RGB(var(--brand-primary));
    line-height: 1;
}

.boncategoruproduct .ajax_add_to_cart_button {
    cursor: pointer;
    border-radius: 50%;
    background-color: #b3b3b3;
    border: none;
    width: 36px;
    height: 36px;
    transition: all .3s ease;
    justify-content: center;
    align-items: center;
    display: flex;
}

.boncategoruproduct .ajax_add_to_cart_button:hover {
    background-color: RGB(var(--brand-primary));
}

.boncategoruproduct .comments_scroll {
    color: #666666;
}

@media screen and (min-width: 1881px) {
    .boncategoruproduct .product-title {
        margin-bottom: 24px;
    }

    .boncategoruproduct .bon_manufacture_list a,
    .boncategoruproduct .comments_scroll {
        font-size: 14px;
    }

    .boncategoruproduct .view-product {
        font-size: 14px;
    }

    .boncategoruproduct .h3.product-title a {
        font-size: 18px;
    }

    .boncategoruproduct .regular-price {
        font-size: 18px;
    }

    .boncategoruproduct .product-price-and-shipping {
        font-size: 24px;
    }

    .boncategoruproduct .swiper-button-next::after,
    .boncategoruproduct .swiper-button-prev::after {
        font-size: 19px;
    }

    .boncategoruproduct .product-wrapper .product-image img {
        width: 120px;
    }

    .boncategoruproduct .product-wrapper {
        padding: 22px 16px;
    }

    .boncategoruproduct .wrapper.block-content {
        gap: 20px;
    }

    .boncategoruproduct .product-wrapper:not(:last-child) {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1880px) {
    .boncategoruproduct .product-title {
        margin-bottom: calc(12px + (24 - 12) * ((100vw - 768px) / (1880 - 768)));
    }

    .boncategoruproduct .bon_manufacture_list a,
    .boncategoruproduct .comments_scroll {
        font-size: calc(11px + (14 - 11) * ((100vw - 768px) / (1880 - 768)));
    }

    .boncategoruproduct .product-wrapper:not(:last-child) {
        margin-bottom: calc(5px + (20 - 5) * ((100vw - 768px) / (1880 - 768)));
    }

    .boncategoruproduct .wrapper.block-content {
        gap: calc(5px + (20 - 5) * ((100vw - 768px) / (1880 - 768)));
    }

    .boncategoruproduct .h3.product-title a {
        font-size: calc(12px + (18 - 12) * ((100vw - 768px) / (1880 - 768)));
    }

    .boncategoruproduct .regular-price {
        font-size: calc(11px + (18 - 11) * ((100vw - 768px) / (1880 - 768)));
    }

    .boncategoruproduct .product-price-and-shipping {
        font-size: calc(12px + (24 - 12) * ((100vw - 768px) / (1880 - 768)));
    }

    .boncategoruproduct .swiper-button-next::after,
    .boncategoruproduct .swiper-button-prev::after {
        font-size: calc(11px + (19 - 11) * ((100vw - 768px) / (1880 - 768)));
    }

    .boncategoruproduct .product-wrapper .product-image img {
        width: calc(50px + (120 - 50) * ((100vw - 768px) / (1880 - 768)));
    }

    .boncategoruproduct .product-wrapper {
        padding: calc(5px + (22 - 5) * ((100vw - 768px) / (1880 - 768))) calc(5px + (16 - 5) * ((100vw - 768px) / (1880 - 768)));
    }

}


@media screen and (min-width: 768px) and (max-width: 991px) {
.boncategoruproduct-item .products-section-title .h2 {
    font-size: 16px;
}
}

@media screen and (min-width: 768px) {
    .boncategoruproduct .wrapper.block-content {
        display: grid;
        grid-template-columns: 33% 33% 33%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .boncategoruproduct .add-to-cart-or-refresh {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .boncategoruproduct .boncategoruproduct-item {
        margin-bottom: 20px;
    }

    .boncategoruproduct .bon_manufacture_list a,
    .boncategoruproduct .comments_scroll {
        font-size: calc(11px + (14 - 11) * ((100vw - 320px) / (767 - 320)));
    }

    .boncategoruproduct .product-title {
        margin-bottom:calc(12px + (24 - 12) * ((100vw - 320px) / (767 - 320)));
    }

    .boncategoruproduct .product-wrapper:not(:last-child) {
        margin-bottom: calc(5px + (20 - 5) * ((100vw - 320px) / (767 - 320)));
    }

    .boncategoruproduct .wrapper.block-content {
        gap: calc(5px + (20 - 5) * ((100vw - 320px) / (767 - 320)));
    }

    .boncategoruproduct .h3.product-title a {
        font-size: calc(12px + (18 - 12) * ((100vw - 320px) / (767 - 320)));
    }

    .boncategoruproduct .regular-price {
        font-size: calc(11px + (18 - 11) * ((100vw - 320px) / (767 - 320)));
    }

    .boncategoruproduct .product-price-and-shipping {
        font-size: calc(12px + (24 - 12) * ((100vw - 320px) / (767 - 320)));
    }

    .boncategoruproduct .swiper-button-next::after,
    .boncategoruproduct .swiper-button-prev::after {
        font-size: calc(11px + (19 - 11) * ((100vw - 320px) / (767 - 320)));
    }

    .boncategoruproduct .product-wrapper .product-image img {
        width: calc(50px + (120 - 50) * ((100vw - 320px) / (767 - 320)));
    }

    .boncategoruproduct .product-wrapper {
        padding: calc(5px + (22 - 5) * ((100vw - 320px) / (767 - 320))) calc(5px + (16 - 5) * ((100vw - 320px) / (767 - 320)));
    }
}