/********************
    Shop page
*********************/
.shop__top {
    margin-bottom: 0px !important;
    max-width: 1120px;
    margin-top: 15px;
}

.shop__top-title {
    margin-bottom: 25px;
}

.shop__top-text {
    font-weight: 400;
}

.shop__wrapper {
    display: flex;
    justify-content: space-between;
}

.filter-btn {
    display: none;
    margin-bottom: 20px;
    padding: 15px 20px;
    position: relative;
    font-size: 16px;
    line-height: 18px;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
}

.shop__wrapper-content {
    max-width: 975px;
    width: 100%;
}

.shop__wrapper-filters {
    display: flex;
    flex-wrap: wrap;
}

.shop__wrapper-filters__item {
    margin-bottom: 16px;
    margin-right: 15px;
    padding: 13px 0;
    font-size: 14px;
    line-height: 16px;
    color: #8d8d8d;
    background: #f4f6fa;
    display: flex;
}

.shop__wrapper-filters__name {
    margin-right: 15px;
}

.shop__wrapper-filters__close {
    color: #8FC649;
    cursor: pointer;
}

.shop__wrapper-filters__item.clear {
    color: #8FC649;
    background: none;
    cursor: pointer;
}

.shop__items {
    margin-bottom: 80px;
    display: grid;
    grid-template-columns: repeat(3, 3fr);
    grid-template-rows: auto;
    gap: 20px;

}

.shop__items {
    margin-right: 0;
    max-width: none;
    border: 1px solid gray;
    padding: 25px;
    height: 570px;
}

.shop__more {
    text-align: center;
}

.shop__more-button {
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    min-width: 370px;
    text-align: center;
    font-weight: 700;
    padding: 18px 10px;
    transition: .4s all;
}

.sidebar {
    max-width: 260px;
    width: 100%;
    align-self: flex-start;
    position: sticky;
    margin-right: 20px;
    top: 100px;
}

.sidebar__list-sublist {

}

.sidebar__price-input {
    display: flex;
    align-items: center;
    padding-bottom: 15px !important;
    justify-content: space-between;
}

.sidebar__list-item.active .sidebar__list-item__label.sidebar-filter::after {
    transform: translateY(-50%) rotate(-135deg);
}

.sidebar__list-item__label::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-left: 2px solid #8FC649;
    border-bottom: 2px solid #8FC649;
    right: 0;
    top: 46%;
    transform: translateY(-50%) rotate(-45deg);
    transition: .4s all;
}

.sidebar__list-item__label {
    padding-bottom: 15px;
    cursor: pointer;
    display: flex;
    position: relative;
}

.sidebar__list-item__text {
    position: relative;
}

.sidebar .arrows__wrapper-arrow {
    position: absolute;
    right: 0;
    width: 23px;
    height: 20px;
    transition: .4s all;
}

.sidebar__list-item.active .arrows__wrapper-arrow {
    transform: rotate(90deg);
}

.sidebar .arrows__wrapper-arrow::before {
    width: 14px;
    height: 14px;
    right: 2px;
}

.arrows__wrapper-arrow::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    right: 16px;
    top: 50%;
    transform: translateY(-50%) rotate(315deg);
    transition: .4s all;
}

.sidebar .arrows__wrapper-arrow::after {
    width: 20px;
    right: 1px;
}

.arrows__wrapper-arrow::after {
    content: "";
    position: absolute;
    width: 23px;
    height: 1px;
    background: #000;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: .4s all;
}

/********************
    Product page
*********************/

.product__wrapper {
    display: flex;
    justify-content: space-between;
}

.product__wrapper-left {
    max-width: 530px;
    width: 100%;
    margin-right: 30px;
}

.product__wrapper-img {
    margin-bottom: 15px;
    width: 100%;
    height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.product__wrapper-img img {
    width: 100%;
    display: block;
}

.product__wrapper-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid #acadb1;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.product__wrapper-details__left {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    margin-right: 10px;
}

.product__details-left__item {
    margin-right: 40px;
    align-items: center;
    display: flex;
    cursor: pointer;
}

.product__details-left__item:last-child {
    margin-right: 0;
}

.product__wrapper-details__icon {
    width: 30px;
}

.product__details-right__item {
    display: flex;
    cursor: pointer;
}

.product__details-right__item .product__wrapper-details__icon {
    width: 18px;
    transform: rotate(90deg);
}

.product__wrapper-details__text {
    margin-left: 10px;
}

.product__wrapper-download__title {
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.product__wrapper-download__item {
    font-weight: 400;
    padding-left: 40px;
    display: inline-block;
    position: relative;
    margin-right: 38px;
}

.product__wrapper-download__item:last-child {
    margin-right: 0;
}

.product__wrapper-download__item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 28px;
    height: 22px;
    background-image: url("../images/product-download.svg");
    background-size: cover;
    background-position: center;
}

.product__wrapper-info {
    max-width: 705px;
    width: 100%;
}

.product__wrapper-info__desc {
    font-weight: 400;
    margin-bottom: 25px;
}

.product__content-desc {
    margin-bottom: 20px;
}

.product__content-desc__text {
    margin-bottom: 12px;
}

.product__content-desc__characteristics {
    display: flex;
    justify-content: space-between;
}

.product__wrapper-info__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.product__wrapper-info__favorite {
    color: #920122;
    padding-left: 25px;
    position: relative;
    cursor: pointer;
}

.product__wrapper-info__favorite::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 17px;
    width: 18px;
    /*background-image: url("../images/favorite-icon.svg");*/
    display: flex;
    align-items: center;
}

.star-icon {
    width: 25px;
    height: 25px;
    margin-top: -1px;
    position: absolute;
}

.favorite-text {
    margin-top: 0;
    margin-left: 30px;
}

.product__wrapper-info__text {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
}

.product__wrapper-info__tabs {
    padding-bottom: 35px;
    border-bottom: 1px solid #acadb1;
}

.product__info-tabs__top {
    background: #eff2f8;
    padding: 30px 20px 5px 35px;
    margin-bottom: 35px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 16px;
    display: flex;
    font-weight: 700;
    position: relative;
}

.product__wrapper-tabs__items {
    z-index: 2;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.product__info-tabs__top::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 50px;
    height: 50px;
    bottom: -17px;
    z-index: 0;
    background: #eff2f8;
    transform: translateX(-50%) rotate(45deg);
}

.product__info-tabs__top::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #eff2f8;
}

.product__info-tabs__item {
    cursor: pointer;
    padding-bottom: 7px;
    margin-right: 35px;
    margin-bottom: 20px;
    border-bottom: 1px solid #231f2000;
    transition: .4s all;
}

.product__info-tabs__item:last-child {
    margin-right: 0;
}

.product__info-tabs__item.active {
    border-bottom: 1px solid #231f20;
}

.product__info-tabs__item:hover {
    border-bottom: 1px solid #231f20;
}

.product__tabs-content__row {
    /*margin-bottom: 30px;*/
    display: none;
}

.product__tabs-content__row.active {
    display: block;
}

.product__tabs-content__row:last-child {
    margin-bottom: 0;
}

.product__tabs-content__title {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.product__tabs-content__items {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.product__tabs-content__item {
    border-radius: 2px;
    text-align: center;
    padding: 8px;
    font-size: 14px;
    cursor: pointer;
    line-height: 16px;
    /*color: #8d8d8d;*/
    color: #555555;
    font-weight: 400;
    transition: .4s all;
    border: 1px solid #e6ecf2;
    margin-right: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    width: 120px;
    height: 130px;
    padding-top: 15px;
}

.product__tabs-content__item:hover {
    box-shadow: 0.1px 0.1px 0.4px rgba(0, 0, 0, 0.031),
    0.3px 0.3px 1px rgba(0, 0, 0, 0.044),
    0.7px 0.7px 2.1px rgba(0, 0, 0, 0.056),
    1.5px 1.5px 4.4px rgba(0, 0, 0, 0.069),
    4px 4px 12px rgba(0, 0, 0, 0.1);
}

.product__tabs-content__item.active {
    /*box-shadow:*/
    /*        0.1px 0.1px 0.4px rgba(0, 0, 0, 0.031),*/
    /*        0.3px 0.3px 1px rgba(0, 0, 0, 0.044),*/
    /*        0.7px 0.7px 2.1px rgba(0, 0, 0, 0.056),*/
    /*        1.5px 1.5px 4.4px rgba(0, 0, 0, 0.069),*/
    /*        4px 4px 12px rgba(0, 0, 0, 0.1);*/
    border: 2px solid #4C1C24;
}


.product__tabs-content__item:last-child {
    margin-right: 0;
}

.product__tabs-content__img {
    margin-bottom: 0px;
    width: 55px;
    height: 55px;
    mix-blend-mode: multiply;
    background-blend-mode: multiply;
    background: white;
    transition: transform 0.3s ease;
}


.product__tabs-content__name {
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.product__wrapper-info__bottom {
    font-size: 18px;
    line-height: 20px;
    padding-top: 25px;
}

.product__info-bottom__text, .product__wrapper-info__total, .product__wrapper-info__delivery_days {
    text-align: right;
    margin-bottom: 20px;
}

.product__info-bottom__text {
    font-weight: 400;
}

.product__wrapper-info__total {
    font-weight: 700;
}

.product__info-bottom__functions {
    max-width: 520px;
    width: 100%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
}

.product__info-functions__top {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 10px;
}

.product__info-functions__btn {
    width: 290px;
    font-size: 18px;
    line-height: 22px;
}

.product__info-functions__btn::after {
    background: #ffffff;
}

.product__info-functions__btn::before {
    border-color: #ffffff;
}

.product__info-functions_question {
    background: #ffffff;
    width: 290px;
    color: #922a42;
    border: 2px solid #922a42;
    margin-left: auto;
    height: 60px;
    font-size: 18px;
    transition: .4s all;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product__info-functions_question:hover {
    background: #922a42;
    color: #ffffff;
}

.product__info-functions_question::before {
    display: none;
}

.product__info-functions_question::after {
    display: none;
}


@media (max-width: 1190px) {

    /********************
        Shop page
    *********************/
    .sidebar {
        max-width: 320px;
    }

    .connection.shop {
        padding-bottom: 100px;
    }

    .filter-btn {
        display: block;
    }

    .shop__wrapper-content {
        max-width: none;
    }

    .shop__items .products__item {
        width: 100%;
    }

    .sidebar {
        display: none;
        width: 100%;
        margin-right: 0;
        max-width: none;
        margin-bottom: 20px;
        position: static;
        top: auto;
        z-index: 0;
    }

    .sidebar.open {
        display: block;
    }

    .shop__wrapper {
        flex-direction: column;
    }


}

@media (max-width: 950px) {
    .shop__items {
        grid-template-columns: repeat(2, 2fr);
    }
}


@media (max-width: 771px) {


    /********************
        Shop page
    *********************/
    .shop__top {
        margin-bottom: 40px;
    }

    .connection.shop {
        padding-bottom: 80px;
    }


}

@media (max-width: 650px) {
    .shop__items {
        grid-template-columns: repeat(1, 1fr);
    }

    .shop__items .products__item {
        margin: 0 auto;
        max-width: 400px;
    }
}

@media (max-width: 575px) {
    .product__wrapper-img{
        height: 300px;
    }

    /********************
        Shop page
    *********************/
    .shop__items {
        margin-bottom: 40px;
    }

    .shop__more-button {
        width: 100%;
        font-size: 16px;
        line-height: 18px;
        min-width: auto;
    }



    .connection.shop {
        padding-top: 30px;
        padding-bottom: 60px;
    }


}

.pagination {
    display: flex;
    gap: 5px;
}

.page-tab {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #8FC649; /* Default background color */
    border: 1px solid #8FC649;
    border-radius: 1px;
    cursor: pointer;
    /*color: black;  !* Default text color *!*/
    font-weight: 700;
    overflow: hidden; /* Hide overflow for sliding effect */
    z-index: 1; /* Ensure the tab is on top */
}

.page-tab.active {
    background-color: #006400;
    color: white;
}

.page-tab::before {
    content: '';
    position: absolute;
    color: white;
    top: 0;
    left: -100%; /* Start outside the element on the left */
    width: 100%;
    height: 100%;
    background-color: #006400; /* Dark green background */
    transition: left 0.3s ease; /* Smooth sliding transition */
    z-index: 0; /* Position behind the text */
}

.page-tab:hover::before {
    left: 0; /* Slide in to cover the tab */
}

.page-tab span {
    position: relative;
    z-index: 2; /* Ensure the text stays on top of the sliding background */
    transition: color 0.3s ease; /* Smooth text color transition */
}

.page-tab:hover span {
    color: white;
    z-index: 100; /* Change text color to white on hover */
}


.filter-icon img {
    height: 20px;
    width: 20px;
}

.shop_service.filter {
    display: none;
}

.shop__top {
    display: block;
}

.selected_filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 2px;
    width: 94%;
    margin: 0 auto;
}

.selected_filter {
    width: fit-content;
    border: 1px solid #EEEEEE;
    display: flex;
    gap: 8px;
    flex-direction: row;
    white-space: nowrap;
    padding: 8px;
}

.selected_filters {
    display: none;
}

.shop__wrapper-filters__item.clear {
    display: flex;
}

.filter_open {
    display: none;
}

.products__card-bottom__btn {
    display: none;
}

.product__wrapper-info__desc ul {
    list-style: disc !important;
}

.products__item-card__bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0.8rem;

    margin-top: auto;
}

.products__item-card {
    width: 290px;
    /*margin-right: 10px;*/
}
.products__item-card_similar{
    width: 305px;
    /*margin-right: 10px;*/
}
.filter_open {
    display: none;
}
.products__item-card__top{
    flex-grow: 1;
}
.product__item-card_description2-similar {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.8rem;
}
.product__item-card_description3-similar {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.8rem;
}
.product__item-card_description4-similar {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.8rem;
}
.product__item-card_description5-similar {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.8rem;
}
@media (max-width: 1190px) {
    .shop_service.filter {
        display: flex;
        margin-top: 6px;
        border: 1px solid #EEEEEE;
        justify-content: center;
        position: fixed;
        width: 100%;
        top: 355px;
        background-color: #FFFFFF;
        z-index: 999;
    }
    .shop_service.filter.scrolled-up {
        top: 28px;
    }
    .shop_service.filter {
        position: sticky;
        top: 0;
        z-index: 100;
    }
    .shop-services-section {
        flex-direction: column;
    }
    .service-icon img {
        height: 40px;
        width: 40px;
    }
    .shop_service {
        text-align: left;
        flex-direction: row;
        width: 100%;
        margin: 0 auto;
        height: auto;
        align-items: center;
        justify-content: flex-start;
        font-size: 14px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .filter_open {
        display: none;
        flex-direction: row;
        justify-content: space-between;
        border-bottom: 1px solid #EEEEEE;
        border-left: 1px solid #FFFFFF;
        color: #8FC649;
        font-size: 20px;
        padding-top: 8px;
        padding-bottom: 8px;
        margin-top: 6px;
        height: 46px;
        position: fixed;
        width: 100%;
        top: 80px;
        z-index: 10;
        background-color: #FFFFFF;
    }
    .shop__top{
        margin-top: 10px;
    }
}
@media (max-width: 991px) {
    .shop_service.filter, .filter_open{
        top: 300px;
    }
}
@media (max-width: 800px) {
    .shop_service.filter, .filter_open{
        top: 200px;
    }
}
@media (max-width: 768px) {

    .section-page {
        height: auto;
    }

    .products__card-bottom_element {
        display: flex;
        margin: 4px 8px 16px 8px;
        margin-left:0;
    }

    .products__card-bottom__price {
        color: #8FC649;
        font-size: 0.85rem;
        font-style: normal;
        font-weight: 700;
        line-height: 115%;
    }

    .products__card-bottom__title {
        font-style: normal;
        line-height: 115%;
        font-size: 0.85rem;
        font-weight: 500;
        color: gray;
    }
    .products__card-bottom__text{
        font-size: 0.85rem;
    }
    .splide__slide {
        width: 200px !important;
    }

    .products__item-card__desc {
        color: #000;
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: 115%;
        margin: 16px auto;
        /*height: 42px ;*/
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        width: 90%;

    }

    .products__item-card__subtitle {
        color: #000;
        font-size: 0.8rem;
        font-style: normal;
        font-weight: 400;
        line-height: 115%;
        margin: 0;
        width: 90%;
    }

    .products__item-card__name {
        color: #0F1310;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px;
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .products__item-card__img {
        width: 100%;
        height: 250px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden; /* Ensures no overflow */
        margin: 5px auto;
    }


    .products__item-card__img img {
        height: 180px;
        object-fit: cover;
    }

    .products__item-card__bottom {
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: row;
        margin-bottom: 12px;
        flex-wrap: wrap;
    }

    .products__item-card__bottom_shop{
        flex-direction: column;
    }

    .products__item-card__top {
        height: 250px;
        display: flex;
        flex-direction: column;
    }

    .products__card-bottom__btn {
        display: none;
        margin-top: auto;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        background-color: #8FC649;
        padding: 10px 40px;
        color: #FFFFFF;
        gap: 10px;
        align-self: stretch;
        font-weight: 500;
        line-height: 14px;
    }

    .products__card-bottom__item {
        margin-right: 1px;
        padding-left:0;
        flex-wrap: wrap;
    }

    .products__item {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        box-sizing: border-box;
        /*height: 442px;*/
        gap: 0;
        border-right: 1px solid #EEEEEE;
        border-bottom: 1px solid #EEEEEE;
    }


    /*.products__item:nth-last-child(2):nth-child(even) {*/
    /*    border-bottom: none;*/
    /*}*/
    .grid_container {
        display: grid;
        grid-gap: unset;
        grid-template-columns: 1fr 1fr;
    }
    .products__item{
        width: 100%;
        outline: 1px solid #EEEEEE;
        box-sizing: border-box;
        background-color: #FFFFFF;
        border-bottom: 1px white;
        border-right: 1px white;
        margin-bottom: -1px;
    }



    .products__item-card {
        border:none;
        background-color: white;
        width: 100%;
        padding: 12px;
        margin-right: 1px;
        display: flex;
        flex-direction: column;
        height: 410px;
        justify-content: space-between;
    }
    .product__item-card_description2{
        -webkit-line-clamp: 1;
    }
    .product__item-card_description3{
        -webkit-line-clamp: 1;
    }
    .product__item-card_description2-similar{
        -webkit-line-clamp: 2;
    }
    .product__item-card_description3-similar{
        -webkit-line-clamp: 3;
    }
    .section-page-mobile {
        height: 500px;
    }

    .items_mobile {
        height: 410px;
    }

    .selected_filters {
        display: flex;
    }

    .sidebar.close {
        display: none;
    }

    .shop__top {
        display: none;
    }

    .shop-services-section {
        flex-direction: column;
    }

    .shop_service {
        text-align:left;
        flex-direction: row;
        width: 94%;
        margin: 0 auto;
        height: auto;
        align-items: center;
        justify-content: flex-start;
        font-size: 14px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .service-icon img {
        height: 40px;
        width: 40px;
    }

    .shop_filter_input_element{
        width: 27px;
    }

    .filter_open {
        display: none;
        flex-direction: row;
        justify-content: space-between;
        border-bottom: 1px solid #EEEEEE;
        border-left: 1px solid #FFFFFF;
        color: #8FC649;
        font-size: 20px;
        padding-top: 8px;
        padding-bottom: 8px;
        margin-top: 6px;
        height: 46px;
        position: fixed;
        width: 100%;
        top: 75px;
        z-index: 10;
        background-color: #FFFFFF;
    }

    .filter_open img {
        height: 24px;
        width: 24px;
    }

    .shop__wrapper-filters__item.clear {
        display: none;
    }

    .sidebar__list-sublist {
        margin-top: -1px;
    }

    .sidebar {
        padding: 1px 8px 45px;
        position: fixed;
        top: 126px;
        right: -100%;
        width: 100%;
        background: white;
        z-index: 1000;
        transition: right 0.4s ease-in-out;
        overflow-y: auto;
        height: calc(100vh - 126px);
        display: flex;
        flex-direction: column;
        overflow-x: hidden;
    }

    .sidebar__wrapper{
        flex-grow: 1;
        width: 90%;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 20px;
    }

    .sidebar.open {
        right: 0; /* Bring into view */
    }
.shop_container{
    padding: unset;
}
}
@media (max-width: 600px) {
    .products__item-card__img{
        height: 150px;
    }
    .products__item-card__img img {
        height: 150px;
    }
    .products__item-card__name{
        margin: 1.2rem 0 0 0;
    }
    .products__item-card__top {
        height: unset;
    }
    .products__item-card{
        height: 310px;
    }
    .product__item-card_description2{
        -webkit-line-clamp: 2;
    }
    .product__item-card_description3{
        -webkit-line-clamp: 3;
    }
    .item_container_section{
        margin-top: 1.5rem;
        margin-bottom: 1.2rem;
    }
    .product__item-card_description2-similar{
        -webkit-line-clamp: 3;
    }
    .product__item-card_description3-similar{
        -webkit-line-clamp: 4;
    }
    .shop_service.filter{
        top: 180px;
    }
    .shop_service.filter.scrolled-up {
        top: 28px;
    }
    .filter_open{
        top: 80px;
    }
}
@media (max-width: 500px) {
    .shop_service.filter{
        top: 160px;
    }
    .filter_open{
        top: 75px;
    }
    .shop_service.filter.scrolled-up {
        top: 50px;
    }
}
@media (max-width: 420px) {
    .products__item-card {
        height: 360px;
        gap: 0;
    }
    .products__card-bottom__item {
        max-width: 118px;
    }
    .products__item-card__bottom{
        gap: 6px;
    }
    .products__card-bottom__item:last-child{
        max-width: 117px;
    }
    .products__item-card__bottom{
        margin-bottom: 25px;
    }
    .product__item-card_description3{
        -webkit-line-clamp: 6;
    }
    .product__item-card_description2 {
        -webkit-line-clamp: 5;
    }
    .product__item-card_description4 {
        -webkit-line-clamp: 3;
    }
    .shop_service.filter{
        top: 140px;
    }
    .filter_open{
        top: 75px;
    }
}
@media (max-width: 400px) {
    .products__card-bottom__text{
        display: flex;
        flex-wrap: wrap;
    }
    .product__wrapper-img{
        height: 240px;
    }
    .product__wrapper-info__title{
        margin-bottom: 18px;
    }
    .product__content-desc__text{
        margin-bottom: 12px;
    }
    .product__content-bottom{
        margin-top: 12px;
    }
    .products__item-card_similar{
        height: 360px;
        width: 200px;
        padding: 12px;
    }
    .container_mob{
        height: 390px;
    }
    .item_container_section{
        margin-bottom: 80px;
    }
    .product__item-card_description2-similar{
        -webkit-line-clamp: 4;
    }
    .product__item-card_description3-similar{
        -webkit-line-clamp: 5;
    }
    .product__item-card_description2 {
        -webkit-line-clamp: 4;
    }
}
@media (max-width: 325px) {
    .products__item-card__name, .products__card-bottom__title, .products__card-bottom__price, .products__card-bottom__text, .products__card-bottom__btn {
        font-size: 0.85rem;
    }
    .products__item-card{
        padding: 8px;
        height: 360px;
    }
    .products__card-bottom__text{
        width: 41px;
    }
    .product__wrapper-img{
        height: 160px;
    }
    .product__wrapper-info__title{
        font-size: 26px;
        margin-bottom: 12px;
    }
    .products__item-card_similar{
        width: 180px;
        height: 360px;
    }
    .products__item-card__img img{
        height: 140px;
    }
    .container_mob{
        height: 360px;
    }
    .item_container_section{
        margin-bottom: 70px;
    }
}
@media (max-width: 270px) {
    .shop_service.filter, .filter_open{
        top: 90px;
    }
    .products__item-card{
        height: 380px;
    }
}
@media (max-width: 230px) {
    .products__item-card_similar{
        width: 170px;
    }
}