.product-slider {
    position: relative;
    min-height: 611px;
    max-height: 671px;
    padding: 0 15px;
}

.product-slider-wrapper .Main-product_header {
    height: unset;
}
.product-slider-wrapper .Main-product_title {
    padding: 0 !important;
    margin: 0 !important;
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: middle;
    text-transform: uppercase;
}

.product-slider-wrapper .Main-product_header {
    margin-bottom: 30px;
}

.product-slider .swiper {
    width: inherit !important;
    height: inherit !important;
}

.product-slider .swiper-wrapper {
    width: inherit !important;
    height: inherit !important;
}

.product-slider .swiper-slide {
    height: inherit !important;
    max-width: 305px;
    width: 100%;
    max-height: inherit;
}

.product-slider a.Product_link-section-not {
    width: 100%;
}
@media (max-width: 1200px) {
    .product-slider .swiper-slide {
        max-width: unset;
    }
}

.product-slider .product-slider-navigation {
    position: absolute;
    left: -9px;
    right: -9px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 2;
    display: flex;
    justify-content: space-between;
}

.product-slider-wrapper .product-slider-btn {
    width: 35px;
    height: 35px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #F0F0F0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.popup-new-page .product-slider .Product_item .Product_link_subscribe {
    margin-top: 0;
}

.product-slider-wrapper .product-slider-btn:hover {
    background-color: #D9E8E1;
}

.product-slider-wrapper .product-slider-btn--hollow {
    background-color: transparent;
    border: none;
}

.product-slider-wrapper .product-slider-bottom-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 35px;
    margin-top: 30px;
}

.product-slider-wrapper  .product-slider-pagination {
    width: fit-content !important;
    padding: 0 10px;
    display: flex;
    gap: 10px;
}

.product-slider-wrapper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #8d8d8d!important;
    margin: 0 !important;
    cursor: pointer;
}

.product-slider-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #036739!important;
}

.product-slider .product-item {
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.product-slider .Product_image {
    height: 406px;
    position: relative;
}

.product-slider .Product_content {
    padding: 23px 7px 15px 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.product-slider .Product_footer {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: auto;
}

.product-slider .Product_footer.out-of-stock {
    flex-direction: column;
}

.product-slider .Product_footer a.Product_link {
    width: 100%;
    margin: 0;
    padding: 6px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    min-height: 35px;
}

.product-slider .Product_img--contain {
    object-fit: contain;
}

.product-slider .Product_img {
    padding: 0;
    max-height: 410px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.product-slider .add-btn.in-basket {
    background-color: #f9a225;
}

.product-slider .add-btn.in-basket .add-btn__to-basket {
    display: none;
}

.product-slider .add-btn.in-basket .add-btn__in-cart {
    display: block;
}

.product-slider .add-btn .add-btn__in-cart {
    display: none;
}

.product-slider .Counter_cnt {
    padding: 0 2px;
}

@media screen and (max-width: 767px) {
    .product-slider .add-btn:before {
        content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 3H5L5.4 5M7 13H17L21 5H5.4M7 13L5.4 5M7 13L4.70711 15.2929C4.07714 15.9229 4.52331 17 5.41421 17H17M17 17C15.8954 17 15 17.8954 15 19C15 20.1046 15.8954 21 17 21C18.1046 21 19 20.1046 19 19C19 17.8954 18.1046 17 17 17ZM9 19C9 20.1046 8.10457 21 7 21C5.89543 21 5 20.1046 5 19C5 17.8954 5.89543 17 7 17C8.10457 17 9 17.8954 9 19Z' stroke='white' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
        display: flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        line-height: 0;
    }
    .product-slider .add-btn.in-basket .add-btn__to-basket,
    .product-slider .add-btn.in-basket .add-btn__in-cart {
        display: none;
    }
    .product-slider .add-btn .add-btn__to-basket,
    .product-slider .add-btn .add-btn__in-cart {
        display: none;
    }
}

@media (max-width: 660px) {
    .product-slider .Product_image {
        height: clamp(15rem, 0.556rem + 59.259vw, 25rem);
        max-height: 100%;
    }
    .product-slider {
        min-height: 400px;
    }
}
@media (max-width: 575px) {
    .product-slider-wrapper .product-slider-btn {
        display: none;
    }

    .popup-new-page .product-slider .Product_item .Product_link_subscribe,
    .popup-new-page .product-slider .Product_item .Product_link_subscribe {
        font-size: 12px;
    }
    .popup-new-page .product-slider .Product_link_subscribe {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    .product-slider {
        padding: 0;
    }
    .product-slider .Product_content {
        padding: 14px 10px 10px;
    }
}
@media screen and (max-width: 389px) {
    .product-slider .Product_footer {
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 767px) and (min-width: 390px) {
    .product-slider .Counter_left,
    .product-slider .Counter_right {
        width: 30px;
        height: 30px;
    }
    .product-slider .Counter_cnt {
        padding: 0;
        font-size: 12px;
    }
    .product-slider .Counter_left:before,
    .product-slider .Counter_right:before {
        top: 15px;
        left: 9px;
    }
    .product-slider .Counter_right:after {
         top: 8px;
         left: 15px;
     }
}
@media screen and (max-width: 389px) {
    .product-slider .Product_counter {
        width: 100%;
    }
    .product-slider .Counter {
        justify-content: space-between;
    }
}
@media (max-width: 374px) {
    .product-slider .Product_image {
        height: 240px;
    }
    .product-slider .Product_img {
        max-height: 240px;
    }
}