.main-product {
    gap: 10%;
}

.mobile .main-product {
    display: block !important;
}

.main-product>.main-slide {
    width: 650px;
}

.mobile .main-product>.main-slide {
    width: 100%;
}

.main-product>.main-slide .main-image-section {
    width: 100%;
}

.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;
}

.mobile .main-product .list-main-image {
    width: 100%;
}

.main-product>.data-product {
    width: 50%;
}

.mobile .main-product>.data-product {
    width: 100%;
}


.product_title_wrapp {
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d4d4d4;
    ;
}

.product_title_wrapp h1 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    color: #271c02;
    margin-bottom: 15px;
    margin-top: 25px;
}

.product_title_wrapp .model {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #6a6f4c;
}

.list-price {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 28px;
    line-height: 129%;
    color: #000;
    margin-bottom: 20px;
}

.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: 15px;
}

.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: 220px;
    height: 50px;
    background: #f4f4f4;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #000;
    padding: 0 25px;

}

.mobile .section-buy .group-btn-buy .btn-buy-one {
    width: 156px;
    padding: 0 10px;
}

.section-buy .group-btn-buy .btn-buy-one svg {
    margin-right: auto;
}

.section-buy .group-btn-buy .btn-buy-one span {
    margin-right: auto;
}

.section-buy .group-btn-buy .btn-buy {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 50px;
    background: #000;
    font-family: var(--font-family);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    padding: 15px;
}

.section-buy .group-btn-buy .btn-buy svg {
    margin-left: auto;
}

.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;
}

.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: 16px;
    line-height: 100%;
    color: #646464;
    gap: 10px;
}

.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;
}

/* коли секція відкрита (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(--second-family);
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    color: #000;
    margin-bottom: 30px;
}

.slider_block__title span {
    color: #d3ed34;
}

.slider_block__title .row-slide {
    position: absolute;
    display: flex;
    top: calc(50% - 50px);
    width: 100%;
    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;
}

.product__carousel--prev {
    margin-left: -25px;
}

.product__carousel--next {
    margin-right: -25px;
}

#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;
}

.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;
}

