#product-product {
    padding-top: 25px;
}

.mobile #product-product {
    padding-top: 0;
    padding-bottom: 65px;
}

.breadcrumb {
    display: none;
}

.main-product {
    position: relative;
}

.mobile .main-product {
    display: block !important;

}

.main-product>.main-slide {
    width: calc(100% - 700px);
    overflow: hidden;
    position: relative;
    height: max-content;
}

.open_img {
    position: absolute;
    right: 23px;
    top: 32px;
    z-index: 10;
}

.mobile .open_img {
    right: 15px;
    top: 20px;
}

.mobile .main-product>.main-slide {
    width: calc(100% + 20px);
    margin: 0 -10px;

}

.main-product>.main-slide .main-image-section {
    width: calc(100% - 135px);
    position: relative;
}

.mobile .main-product>.main-slide .main-image-section {
    width: 100%;
}

.main-product>.main-slide .main-image-section .big-img img{
    mix-blend-mode: darken;
}

.main-product .slider-nav {
    width: 125px;
    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;
}

.mobile .main-product .list-main-image {
    width: 100%;
}

.mobile .main-product .list-main-image .slick-list {
    height: max-content;
}

.main-product>.data-product {
    width: 415px;
    margin: 0 auto;
}

.mobile .main-product>.data-product {
    width: 100%;
}

.product_nav_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.arrow-main-slide {
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 13px;
    position: absolute;
    right: 30px;
    bottom: 55px;
}

.mobile .arrow-main-slide {
    display: none;
}

.arrow-main-slide button {
    position: relative;
    
}


 button.histori_back {
    display: flex;
    align-items: center;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #141414;
}

.mobile .histori_back {
    position: absolute;
    left: 15px;
    top: 20px;
    z-index: 5;
}

 button.histori_back svg {
    margin-right: 10px;
}

.product_nav_wrapper .model {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #807f7f;
}


.stock {
    display: block;
    width: max-content;
    background: #ffdcce;
    padding: 2px 5px;
    border-radius: 3px;
    color: #FF4900;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 10px;
}


.mobile .product_nav_wrapper {
    margin-top: -38px;
    margin-bottom: 17px;
}

.product_title_wrapp {
    margin-bottom: 20px;
}

.mobile .product_title_wrapp {
    margin-bottom: 10px;
}

.product_title_wrapp h1 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #0f0f0f;
    margin-bottom: 0px;
    margin-top: 0px;
}

.price_wrapp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}


.price_wrapp .list-price {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 32px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #0f0f0f;
}

.price_wrapp .list-price .old-price {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.01em;
    text-decoration: line-through;
    color: #807f7f;
}


.price_wrapp .wish_list_group button {
    background-color: #f0f0f0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}

.price_wrapp .wish_list_group button svg {
    width: 11px;
}

#product .point {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 10px;
    line-height: 120%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #fff;
    background-color: #1e1e1e;
    padding: 4px 6px;
    width: max-content;
    border-radius: 3px;
}

#product .product_sizes_wrap {
    position: relative;
}

#product .product_sizes_wrap a {
    position: absolute;
    display: flex;
    align-items: center;
    right: 0;
    bottom: -40px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #141414;
}

#product .product_sizes_wrap a svg {
    margin-right: 15px;
}


.product_buttons {
    margin-bottom: 15px;
}

.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: #f4f4f4;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.product_buttons .number-spinner input {
    background-color: #f4f4f4;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: var(--font5);
    font-weight: 400;
    font-size: 21px;
    line-height: 129%;
    text-align: center;
    color: #000;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.product_buttons .number-spinner .wish_list_group {
    margin-left: 10px;
}

.product_buttons .number-spinner .wish_list_group button {
    background: #d3ed34;
}

.section-buy {
    margin-bottom: 30px;
}

.section-buy .group-btn-buy {
    display: flex;
    gap: 10px;
}

.section-buy.disable .group-btn-buy {
    opacity: 50%;
    cursor: not-allowed;
    pointer-events: none;
}

.section-buy .group-btn-buy .btn-buy-one {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 50px;
    background: #f4f4f4;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    color: #1e1e1e;
}

.mobile .section-buy .group-btn-buy .btn-buy-one {
    width: 156px;
    padding: 0 10px;
}


.section-buy .group-btn-buy .btn-buy {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 245px;
    height: 50px;
    background: #FF4900;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    color: #fff;
    padding: 15px;
}


.radio .control-label {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    color: #141414;
    padding-left: 0;
    margin-bottom: 10px;
}

div.required .control-label::after {
    display: none;
}

.product_options {
    width: 86%;
    margin-bottom: 30px;
}

.mobile .product_options {
    width: 100%;
}

.options {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.options .radio {
    margin: 0;
}

.options .radio label {
    padding: 14px 22px;
    background: #f4f4f4;
    border: 1px solid #f4f4f4;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #141414;
    transition: 0.3s ease-in-out;
}

.options input[type="radio"]:checked+label {
    background-color: #fff;
    border: 1px solid #6a6f4c;
}

.text {
    margin: 0;
}

.text label {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    color: #141414;
    margin-bottom: 10px;
}

.text input.form-control {
    border: 1px solid #6a6f4c;
    width: 100%;
    height: 50px;
    border-radius: 0;
}

.data-product .panel-group {
    margin-bottom: 0;
}

.data-product .panel {
    box-shadow: none !important;
}

.data-product .panel-heading {
    border-bottom: 1px solid #d4d4d4;
    padding: 10px 0;
    padding-right: 10px;
}

.data-product .panel-heading .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.data-product .panel-heading .accordion-header .icon {
    display: flex;
    align-items: center;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #000;
    gap: 10px;
}

.mobile .data-product .panel-heading .accordion-header .icon {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #000;
}

.plus-icon {
    --size: 10px;
    --thick: 2px;
    inline-size: var(--size);
    block-size: var(--size);
    position: relative;
    display: inline-block;
}

.plus-icon span {
    position: absolute;
    left: 50%;
    top: 50%;
    background: #646464;
    border-radius: 2px;
    transform: translate(-50%, -50%);
}

/* горизонтальна риска */
.plus-icon span:first-child {
    width: 100%;
    height: var(--thick);
}

/* вертикальна риска */
.plus-icon span:last-child {
    width: var(--thick);
    height: 100%;
    transition: height 0.2s ease;
}

.data-product .accordion-content {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #3b3b3b;
    min-height: 40px;
    padding: 0px;
    height: auto;
    margin: 10px 0;
}

.data-product  .panel-group .panel + .panel {
    margin: 0;
}

.data-product .accordion-content .attribute {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.data-product .accordion-content .attribute .name {
    text-align: start;
    max-width: 40%;
}

.data-product .accordion-content .attribute .text {
    text-align: end;
    max-width: 40%;
}

/* коли секція відкрита (aria-expanded="true" або без класу collapsed) — вертикальна риска ховається */
.accordion-header[aria-expanded="true"] .plus-icon span:last-child {
    height: 0;
}



.data-product .panel .panel-body {
    border-top: 0 !important;
}

.productpage__carousel {
    position: relative;
}

.slider_block__title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #000;
    margin-bottom: 30px;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slider_block__title span {
    color: #d3ed34;
}

.slider_block__title .row-slide {
    display: flex;
    align-items: center;
    gap: 15px;
}

.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:  0;
    width: max-content;
    margin-left: auto;
    padding-right: 15px;
    gap: 3px;
}

.list-main-image .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}

.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: #1E1E1E;
}


.list-main-image .slick-dots li button::before {
    display: none;
}

@media (max-width: 1700px) {
    .main-product>.main-slide .main-image-section {
        width: calc(100% - 90px);
    }
    .main-product .slider-nav {
        width: 80px;
    }
}

@media (max-width: 1400px) {
    .main-product>.main-slide {
        width: calc(100% - 600px);
    }

    .main-product>.main-slide .main-image-section {
        width: calc(100% - 80px);
    }
    .main-product .slider-nav {
        width: 70px;
    }

}