.catalog__row.products.columns-4, .objective-products #product-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.product__main-body_content.icon-text {
    display: none;
}
.top_banner a:hover {
    color: #dbdbdb;
}
.section-icons .wrapper .section__title {
    padding-top: 70px;
}
.product-row__slider {
    max-width: 100%;
}
.product-row__slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
}

.product-row__content .product__head {
    margin-top: 32px;
    margin-bottom: 32px;
}

.product-row__content .product__main-row:not(:last-child) {
    margin-bottom: 32px;
}

.product__main .review-overall-rating {
    padding-top: 0;
    margin-top:32px;
    margin-bottom: 32px;
}
.product__main .product__main-body {
    margin-bottom: 32px
}
.catalog__item.product {
    transition: box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;
    border: 1px solid rgba(222, 232, 248, 1)
}
.catalog__item.product:hover {
    box-shadow: 0px 4px 32px 0px rgba(45, 54, 84, 0.16);
}
body .catalog__item .product-row {
    padding: 0 24px 32px;
    margin-bottom: 0;
}
.card-slider__pagina {
    margin-top: 0;
}
.product__main-body_content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.price-text {
    display: none;
}
.product__main .product__main-body .card-product-order__icons .card-product-order__icons-label {
    font-size: 10px;
}

@media screen and (max-width: 1560px) {
    .product__head .product__title {
        padding-right: 20px;
    }
}

@media screen and (max-width: 1490px) {
    .product__head .product__title {
        font-size: 26px
    }
}

@media screen and (max-width: 1197px) {
    .product__head .product__title {
        font-size: 23px
    }
}

@media screen and (max-width: 900px) {
    .catalog__row.products.columns-4, .objective-products #product-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .section-icons .slider-icons-row .slick-dots {
        padding: 26px 0 0
    }
    .catalog {
        margin-top: 52px
    }
}

@media screen and (max-width: 768px) {
    .catalog__item.product:hover {
        box-shadow: none;
    }
    .section-icons .wrapper .section__title {
        padding-top: 0;
    }
    .card-product-order__icons-block .card-product-order__icons-image img {
        width: 40px;
        height: 31px;
    }
    .product-row__content .product__head {
        margin-top: 0;
        margin-bottom: 16px;
        min-height: 35px;
        align-items: baseline;
    }
    .product-row__content .product__main-row:not(:last-child) {
        margin-bottom: 0;
    }
    .product__main .product__main-body .card-product-order__icons {
        flex-wrap: nowrap;
        align-items: start;
        width: unset;
        margin-right: 15px;
    }
    .product__main .product-labels {
        display: none;
    }
    .product__main .review-overall-rating {
        padding-top: 0;
        margin-bottom: 0;
        margin-top: 16px;
    }
    .product__main .product__main-body .product__price {
        display: none;
    }

    .product__main .product__main-body .counter__input {
        display: none;
    }
    .product__main .product__main-body .counter__input .counter {
        width: 100%;
        flex-wrap: nowrap;
    }
    .product__main .product__main-body .counter__input .counter .counter__input-hidden {
        width: 100%
    }

    body .product__main-body_content {
        display: none;
    }

    .catalog__row.products.columns-4 {
        gap: 16px 10px !important;
    }
    .product__main .product__main-body .card-product-order__icons .card-product-order__icons-label {
        display: none;
    }

    body .catalog__item .product-row {
        padding: 16px 0 0 0 !important;
    }

    .product-row__content .product__main-row--gap {
        margin-top: 16px
    }

    .product__main-body_content.icon-text {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .card-product-order__icons .card-product-order__icons-block {
        display: none;
    }

    body .product__add-to-cart span {
        font-size: 10px !important;
    }

    body .product__add-to-cart .btn__text.added__text-1 {
        display: flex;
        gap: 5px;
        flex-wrap: nowrap;
        white-space: nowrap;
        font-size: 10px !important;
    }
    .added-product .added__text-2 {
        display: flex;
        gap: 5px;
    }

    body .product__add-to-cart .added .btn__text.added__text-1 {
        display: none;
    }

    .catalog__item.product {
        border: none !important;
    }

    .catalog__item.product:hover {
        box-shadow: none !important;
    }

    .product__main .product__main-body {
        margin-bottom: 0;
        display: block;
    }

    .price-text {
        display: flex;
        align-items: center;
        gap: 3px;
    }

    body .product__main .product__add-to-cart {
        padding-top: 0;
    }

    .product__main .product__add-to-cart .btn {
        width: 100%;
        padding: 14px 5px;
        font-size: 16px
    }

    body .product__main-body_content {
        font-size: 1rem;
    }

    .product__head .product__title {
        font-size: 14px;
    }

    .card-slider__actions {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    body .product__add-to-cart span {
        font-size: 9.5px !important;
    }
    body .product__add-to-cart .btn__text.added__text-1 {
        font-size: 9.5px !important;
    }
    .product__head .product__title {
        font-size: 12px;
    }
}