.main-product {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 23px;
    margin-bottom: 20px;
}

.mobile .main-product {
    display: block !important;
}


.main-product>div {
    width: 100%;
}

.mobile .main-product>.main-slide {
    margin-bottom: 15px;
}

.main-product>.main-slide .main-image-section {
    width: 100%;
    position: relative;
}

.main-image-section .big-img img{
    border: 1px solid #dcdcdc;
    border-radius: 20px;
}

.main-product .slider-nav {
    width: 100px;
    flex-shrink: 0;
    margin-right: 10px;
}

.mobile .main-product .slider-nav {
    display: none;
}

.main-product .slider-nav .slick-slide {
    cursor: pointer;
}

.main-product .slider-nav .slick-slide:not(:last-child) {
    margin-bottom: 10px;
}

.main-product .list-main-image {
    width: 520px;
    position: relative;
}

.mobile .main-product .list-main-image {
    width: 100%;
}

.mobile .main-product>.data-product {
    width: 100%;
}

.main-product .arrow-main-slide {
    position: absolute;
    bottom: 50px;
    right: 35px;
    z-index: 10;
    display: flex;
    gap: 12px;
}

.mobile .main-product .arrow-main-slide {
    display: none;
}


.main-product .arrow-main-slide > div {
    cursor: pointer;
}



.mobile .attribute_column {
    margin-bottom: 20px;
}

.product_title_wrapp {
    margin-bottom: 20px;
}

.product_title_wrapp h1 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    color: #000;
    margin: 0 0 20px 0;
}

.product_title_wrapp .model {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #6a6f4c;
}

.attrebutes_wrapp {
    max-height: 379px;
    overflow: hidden;
    transition: 0.4s ease-in-out;
}


.attrebutes_wrapp.in {
    max-height: 2000px;
}

.more_attribute {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 12px;
    text-align: right;
    color: #78c619;
    display: block;
    text-transform: uppercase;
    margin-left: auto;
}

.mobile .more_attribute {
    margin: auto;
}

.more_attribute .more {
    display: block;
}

.more_attribute .less {
    display: none;
}

.more_attribute.in .more {
    display: none;
}

.more_attribute.in .less {
    display: block;
}



.attrebutes_wrapp .attrebutes .attribute_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #dcdcdc;
    gap: 10px;
}

.attrebutes_wrapp .attrebutes .attribute_item .attrebute_name {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    color: #000;
    flex-shrink: 0;
}

.attrebutes_wrapp .attrebutes .attribute_item .attrebute_info {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 14px;
    text-align: right;
    color: #000;
}

.attrebutes_wrapp .attrebutes .attribute_item a.attrebute_info {
    text-decoration: underline;
}

#product-block-buy {
    background: #7ac146;
    border-radius: 15px;
    padding: 19px 27px;
    margin-bottom: 20px;
}

#product-block-buy .price_wrapp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

#product-block-buy .price_wrapp .text_buy {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}






.list-price {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    text-align: right;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
}

.list-price .old-price {
    font-size: 16px;
    color: #a2df77;
    text-decoration: line-through;
}



#product-block-buy .btn_buy_wrapp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.product_buttons .qty {
    display: block;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    color: #141414;
    margin-bottom: 10px;
}


.product_buttons .number-spinner {
    display: flex;
}

.product_buttons .number-spinner button {
    background-color:  rgba(255, 255, 255, 0.12);
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.product_buttons .number-spinner button svg path {
    stroke: #fff;
}


.product_buttons .number-spinner button.dvn {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.product_buttons .number-spinner button.up {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}


.product_buttons .number-spinner input {
    background-color:  rgba(255, 255, 255, 0.12);
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: var(--font5);
    font-weight: 400;
    font-size: 21px;
    line-height: 129%;
    text-align: center;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.wish_list_group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wish_list_group .product__wishlist {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    color: #000;
}

.wish_list_group .product__wishlist svg {
    width: 17px;
    overflow: visible;
}

.wish_list_group .product__wishlist svg path {
    stroke-width: 2px;
    transition: 0.2s ease-in-out;
}

.wish_list_group .product__wishlist.active svg path {
    fill: #527639;
}



.wish_list_group .model {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    color: #8d8c8c;
}

.wish_list_group .model span {
    text-transform: lowercase;
}



.section_buy_one {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section_buy_one .product_stock {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: #b6f587;
}

.section_buy_one .btn-buy-one {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
}

.section_buy_one .btn-buy-one.disabled {
    opacity: 0.4;
    pointer-events: none;
    cursor: not-allowed;
}

.btn_buy_wrapp .btn-buy {
    width: calc(100% - 166px);
    height: 52px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 10px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #7ac146;
}

.btn_buy_wrapp .btn-buy.disabled {
    opacity: 0.4;
    pointer-events: none;
    cursor: not-allowed;
}

.btn_buy_wrapp .btn-buy svg path {
    fill: #7ac146;
}

.cooperation_wrapp {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.cooperation_wrapp .icon {
    max-width: 50px;
    margin-right: 15px;
}

.cooperation_wrapp .text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: #000;
    margin-right: auto;
}

.mobile .cooperation_wrapp .text {
    max-width: 140px;
}


.cooperation_wrapp .text b {
    font-weight: 600;
}

.cooperation_wrapp button {
    display: block;
    margin-left: 20px;
    background: #7ac146;
    height: 45px;
    padding: 0 25px;
    border-radius: 25px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}

.mobile .cooperation_wrapp button {
    margin-left: 10px;
}




.product-advantage .advantage {
    padding: 14px 16px 14px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8f9fa;
    border-radius: 15px;
    margin-bottom: 15px;
    min-height: 60px;
}

.product-advantage .advantage .icon {
    max-width: 90px;
}

.product-advantage .advantage .icon img {
    mix-blend-mode: darken;
}

.product-advantage .advantage .advantage-content {
    width: calc(100% - 120px);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #4c4c4c;
}

#product-description {
    width: 70%;
    position: relative;
}

.mobile #product-description {
    width: 100%;
}

#product-description::before {
    content: '';
    position: absolute;
    width: calc(100% - 100px);
    height: 1px;
    background-color: #f2f2f2;
    user-select: none;
    pointer-events: none;
    right: 2px;
    top: 20px;
}

#product-description label {
    display: flex;
    align-items: center;
    background: #527639;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    border-radius: 22px;
    padding: 0 30px;
    height: 40px;
    width: max-content;
    margin-bottom: 30px;
}

#product-description .description_text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #000;
}

#product-description .description_text p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #000;
}





.productpage__carousel {
    position: relative;
}

.slider_block__title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 36px;
    color: #1e1e1e;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slider_block__title span {
    color: #d3ed34;
}

.slider_block__title .row-slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product__carousel--prev,
.product__carousel--next {
    position: relative;
    z-index: 50;
}

.mobile .product__carousel--prev,
.mobile .product__carousel--next {
    display: none;
}


#content .product__carousel--pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #e2e2e2;
    border: none;
    transition: 0.2s ease-in-out;
}

#content .product__carousel--pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #d0e944;
}

.list-main-image .slick-dots {
    display: none !important;
}


.mobile .list-main-image .slick-dots {
    display: flex !important;
    justify-content: center;
    position: relative;
    bottom: unset;
    margin-top:  20px;
}

.list-main-image .slick-dots li {
    width: auto;
    height: auto;
}

.list-main-image .slick-dots li button {
    width: 12px;
    height: 12px;
    background-color: #e2e2e2;
    border: none;
    transition: 0.2s ease-in-out;
    border-radius: 50%;
}

.list-main-image .slick-dots li.slick-active button {
    background-color: #d0e944;
}


.list-main-image .slick-dots li button::before {
    display: none;
}



@media (max-width: 1700px) {
    .main-product .list-main-image {
        width: 400px;
    }

    .main-product .arrow-main-slide {
        bottom: 117px;
    }

    
}

@media (max-width: 1400px) {
    .cooperation_wrapp .text {
        max-width: 140px;
    }
}