/* Product Page = START */

.product__item--stickers.product__item--stickers_shifted {
  left: 145px;
}

.stickers_image_product {
  position: absolute;
  top: 10px;
  right: 10px;
  left: unset;
  z-index: 2;
}

.arrow-main-slide .slick-arrow {
  display: block;
}

.is-hidden {
  display: none;
}

.products_to_category {
  position: relative;
  z-index: 2;
}

.products_view {
  position: relative;
  z-index: 1;
}

.mobile #product-product {
  padding-top: 0;
  padding-bottom: 65px;
  overflow: hidden;
}

.main-product {
  position: relative;
  margin-bottom: 59px;
  gap: 10px;
}

.mobile .main-product {
  display: block !important;
  margin-bottom: 40px;
}

.main-product > .main-slide {
  width: calc(100% - 940px);
  overflow: hidden;
  position: relative;
  height: max-content;
  max-height: 648px;
  border-radius: 5px;
}

.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% + 10px);
  margin: 0 -5px 10px;
}

.main-product > .main-slide .main-image-section {
  width: calc(100% - 110px);
  position: relative;
  height: max-content;
}

.main-product > .main-slide .main-image-section.has_not_img {
  width: calc(100% - 10px);
}

.mobile .main-product > .main-slide .main-image-section.has_not_img {
  width: calc(100%);
}

.mobile .main-product > .main-slide .main-image-section {
  width: 100%;
}

.main-product > .main-slide .main-image-section .big-img img {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
}

.mobile .main-product > .main-slide .main-image-section .big-img img {
  border-radius: 0px;
}

.main-product > .main-slide .main-image-section .big-img img {
  mix-blend-mode: darken;
}

.list-main-image.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.main-product .slider-nav {
  width: 100px;
  flex-shrink: 0;
  margin-right: 10px;
  height: 100%;
  max-height: 650px;
}

.main-product .slider-nav {
}

.mobile .main-product .slider-nav {
  display: none;
}

.main-product .slider-nav .slick-slide {
  cursor: pointer;
  margin-bottom: 10px;
  height: 100px;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.mobile .main-product .list-main-image {
  width: 100%;
  background-color: #fff;
}

.mobile .main-product .list-main-image .slick-list {
  height: max-content;
}

.mobile .main-product > .data-product {
  width: 100%;
}

.data-product #product {
  display: flex;
  gap: 10px;
}

.mobile .data-product #product {
  flex-direction: column;
  width: 100%;
  gap: 5px;
}

.data-product #product .product_info_wrapp {
  width: 620px;
}

.mobile .data-product #product .product_info_wrapp {
  width: 100%;
}

.data-product #product .product_info_wrapp .product_information {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  padding: 25px 30px;
  margin-bottom: 10px;
}

.mobile .data-product #product .product_info_wrapp .product_information {
  padding: 20px 15px;
  margin-bottom: 5px;
}

.data-product #product .product_info_wrapp .product_information .sticker_wrapp {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.data-product #product .product_info_wrapp .product_information .sticker_wrapp .sticker_sale {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  background: #ff3030;
  height: 20px;
  font-family: var(--main-font);
  font-weight: 600;
  font-size: 10px;
  line-height: 120%;
  color: #fff;
  border-radius: 3px;
  margin-right: 5px;
}

#product .point {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  height: 20px;
  font-family: var(--main-font);
  font-weight: 600;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #fff;
  background-color: #3a3227;
  width: max-content;
  border-radius: 3px;
}

#product .point svg {
  margin-right: 5px;
}

.data-product #product .product_info_wrapp .product_information .sticker_wrapp .stock {
  display: block;
  width: max-content;
  margin-left: auto;
  font-family: var(--main-font);
  font-weight: 400;
  font-size: 12px;
}

.mobile .data-product #product .product_info_wrapp .product_information .sticker_wrapp .stock {
  font-size: 10px;
}

.stock.green {
  border-radius: 3px;
  color: #7ac146;
}

.stock.red,
.stock.read {
  border-radius: 3px;
  color: #ff4900;
}

.product_title_wrapp {
  display: flex;
  margin-bottom: 20px;
  gap: 35px;
  justify-content: space-between;
}

.mobile .product_title_wrapp {
  margin-bottom: 10px;
}

.product_title_wrapp h1 {
  font-family: var(--main-font);
  font-weight: 600;
  font-size: 24px;
  line-height: 115%;
  color: #000;
  margin: 0;
}

.product_title_wrapp .product__wishlist {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background-color: #f8f6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  padding-top: 1px;
}

.product_title_wrapp .product__wishlist svg path {
  transition: 0.2s;
}

.product_title_wrapp .product__wishlist.active svg path {
  fill: #000;
}

.product_information .model {
  font-family: var(--main-font);
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #807f7f;
  margin-bottom: 15px;
}

.mobile .product-groups .product-group .product-group-name {
  font-size: 14px;
}

.product_information .price_wrapp .list-price .new-price {
  font-family: var(--main-font);
  font-weight: 600;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #3a3227;
}

.product_information .price_wrapp .list-price .old-price {
  font-family: var(--main-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.01em;
  text-decoration: line-through;
  color: #807f7f;
}

.product_information .price_wrapp .list-price .old-price span {
  text-decoration: line-through;
}

.btn-buy.is-loading {
  opacity: 0.7;
  cursor: wait;
  pointer-events: none;
}

.btn-buy-one.is-loading {
  opacity: 0.7;
  cursor: wait;
  pointer-events: none;
}

.product_information .price_wrapp .group-btn-buy {
  display: flex;
  align-items: center;
  gap: 25px;
}

.product_information .price_wrapp .group-btn-buy .btn-buy-one {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--main-font);
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #3a3227;
  gap: 15px;
}

.product_information .btn-buy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 33px;
  font-family: var(--main-font);
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  background: #3a3227;
  padding: 10px 35px;
  border-radius: 5px;
}

.mobile .product_information .btn-buy {
  width: 100%;
  justify-content: space-between;
}

.flyer-img {
  display: block;
  max-width: 160px;
  max-height: 160px;
  border-radius: 5px;
  background-color: #fff;
  object-fit: contain;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.data-product #product .product_info_wrapp .product-tabs {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  padding: 34px;
}

.mobile .data-product #product .product_info_wrapp .product-tabs {
  padding: 20px 15px;
}

.data-product #product .product-advantages {
  width: 310px;
}

.mobile .data-product #product .product-advantages {
  width: 100%;
}

.data-product #product .product-advantages .product-advantages__card {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  padding: 20px 22px;
}

.mobile .data-product #product .product-advantages .product-advantages__card {
  padding: 20px 15px;
}

.data-product #product .product-advantages .product-advantages__card:not(:last-child) {
  margin-bottom: 10px;
}

.mobile .data-product #product .product-advantages .product-advantages__card:not(:last-child) {
  margin-bottom: 5px;
}

.data-product #product .product-advantages .product-advantages__card img {
  margin-bottom: 10px;
  max-width: 120px;
}

.data-product #product .product-advantages .product-advantages__card .product-advantages__title {
  font-family: var(--main-font);
  font-weight: 600;
  font-size: 12px;
  line-height: 130%;
  color: #000;
  margin-bottom: 3px;
}

.data-product #product .product-advantages .product-advantages__card .product-advantages__text {
  font-family: var(--main-font);
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: #858585;
}

.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(--main-font);
  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(--main-font);
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #807f7f;
}

.mobile .product_nav_wrapper {
  margin-top: -38px;
  margin-bottom: 17px;
}

.price_wrapp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.mobile .price_wrapp {
  margin-bottom: 30px;
}

.price_wrapp .list-price {
  font-family: var(--main-font);
  font-weight: 600;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #0f0f0f;
}

.price_wrapp .list-price .old-price {
  font-family: var(--main-font);
  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-tabs .product-tabs__content p,
.product-tabs .product-tabs__content ul,
.product-tabs .product-tabs__content ol {
  font-family: var(--main-font);
  font-weight: 400;
  font-size: 14px;
  color: #000;
}

.product-tabs .product-tabs__content .attribute {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 44px;
  gap: 20px;
  border-bottom: 1px solid #dcdcdc;
  overflow: hidden;
  transition:
    max-height 0.35s ease,
    opacity 0.3s ease,
    border-color 0.3s ease;
}

.product-tabs .product-tabs__content .attribute .name {
  font-family: var(--main-font);
  font-weight: 400;
  font-size: 14px;
  color: #000;
}

.product-tabs .product-tabs__content .attribute .text {
  font-family: var(--main-font);
  font-weight: 300;
  font-size: 14px;
  text-align: right;
  color: #000;
}

.product-tabs .product-tabs__content .attr-more-btn {
  font-family: var(--main-font);
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffa91e;
  margin-top: 14px;
}

.product-tabs .product-tabs__content .attribute.is-extra {
  max-height: 44px;
  opacity: 1;
}

.product-tabs .product-tabs__content.is-collapsed .attribute.is-extra {
  max-height: 0;
  opacity: 0;
  border-bottom-color: transparent;
}

.product-tabs .product-tabs__content .attr-more-btn {
  transition: opacity 0.25s ease;
}

#product .product_sizes_wrap {
  position: relative;
}

#product .product_sizes_wrap a {
  position: absolute;
  display: flex;
  align-items: center;
  right: 0;
  bottom: -18px;
  font-family: var(--main-font);
  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 label {
  display: block;
  color: #141414;
}

.product_buttons .qty {
  display: block;
  font-family: var(--main-font);
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: #141414;
  margin-bottom: 10px;
}

.product_buttons .number-spinner {
  display: inline-flex;
  border-radius: 4px;
  overflow: hidden;
}

.product_buttons .number-spinner button {
  background-color: #faf9ff;
  width: 50px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

.product_buttons .number-spinner button:disabled {
  cursor: no-drop;
}

.product_buttons .number-spinner button:disabled svg path {
  stroke: #ccc;
}

.product_buttons .number-spinner input {
  background-color: #faf9ff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #141414;
  font-family: var(--main-font);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  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;
}

.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(--main-font);
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: #fff;
  padding: 15px;
}

.btn-buy.mobile {
  display: none;
}

.radio .control-label {
  font-family: var(--main-font);
  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(--main-font);
  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(--main-font);
  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(--main-font);
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #000;
  gap: 10px;
}

.mobile .data-product .panel-heading .accordion-header .icon {
  font-family: var(--main-font);
  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(--main-font);
  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(--main-font);
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: #1e1e1e;
  margin-bottom: 30px;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile .slider_block__title {
  margin-bottom: 25px;
}

.slider_block__title span {
  color: #d3ed34;
}

.slider_block__title .row-slide {
  display: flex;
  align-items: center;
  gap: 6px;
}

.product__carousel--prev,
.product__carousel--next {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  z-index: 50;
}

.mobile .product__carousel--prev,
.mobile .product__carousel--next {
  display: none;
}

#product-product .product__carousel--body {
  overflow: visible;
  -webkit-clip-path: inset(-9999px 0 -9999px 0);
  clip-path: inset(-9999px 0 -9999px 0);
}

#content .product__carousel--pagination {
  display: none !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  gap: 5px;
}

#content .product__carousel--pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #d9d9d9;
  border: none;
  transition: 0.2s ease-in-out;
}

#content .product__carousel--pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0f0f0f;
}

.list-main-image .slick-dots {
  display: none !important;
}

.mobile .list-main-image .slick-dots {
  display: none !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;
}

.autocalc-product-price,
.autocalc-product-special,
.autocalc-product-tax,
.autocalc-product-points {
  display: inline-block;
  font-family: var(--main-font);
  transition:
    transform 0.25s ease,
    opacity 0.25s ease,
    color 0.25s ease;
}

.autocalc-product-price.is-price-updating,
.autocalc-product-special.is-price-updating,
.autocalc-product-tax.is-price-updating,
.autocalc-product-points.is-price-updating {
  transform: translateY(-2px) scale(1.03);
  opacity: 0.85;
}

@media screen and (max-width: 1550px) {
  .main-product > .main-slide .main-image-section {
    margin-right: 10px;
  }

  .main-product > .main-slide .main-image-section.has_not_img {
    margin-right: 0px;
  }

  .data-product #product .product_info_wrapp {
    width: 400px;
  }

  .product-groups {
    margin-bottom: 40px !important;
  }

  .product_information .price_wrapp .group-btn-buy {
    align-items: start;
    flex-direction: column;
    gap: 10px;
  }

  .product_information .price_wrapp .group-btn-buy .btn-buy-one {
    font-size: 14px;
  }

  .main-product .main-slide .main-image-section {
    width: calc(100% - 80px);
    position: relative;
  }

  .main-product .slider-nav {
    width: 70px;
  }

  .main-product .slider-nav .slick-slide {
    height: 70px;
  }

  .main-product > .main-slide {
    max-height: 750px;
    width: calc(100% - 720px);
  }
}
@media (max-width: 767px) {
  .products_to_category {
    overflow: hidden;
  }

  .products_view {
    overflow: hidden;
  }
}
@media (max-width: 1199px) {
  .data-product #product {
    flex-direction: column;
    gap: 10px;
  }

  .main-product > .main-slide {
    max-height: 750px;
    width: calc(100% - 400px);
  }

  .data-product #product .product_info_wrapp {
    width: 100%;
  }

  .data-product #product .product-advantages {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .main-product > .main-slide {
    max-height: 750px;
    width: calc(100% - 300px);
  }
}

@media (max-width: 756px) {
  #product-product {
    padding-top: 0;
    padding-bottom: 65px;
    overflow: hidden;
  }

  .main-product {
    flex-direction: column;
    margin-bottom: 40px;
    gap: 0;
  }

  .open_img {
    right: 15px;
    top: 20px;
  }

  .main-product > .main-slide {
    width: calc(100% + 10px);
    margin: 0 -5px 10px;
  }

  .main-product > .main-slide .main-image-section.has_not_img {
    width: 100%;
  }

  .main-product > .main-slide .main-image-section {
    width: 100%;
  }

  .main-product > .main-slide .main-image-section .big-img img {
    border-radius: 0;
  }

  .main-product .slider-nav {
    display: none;
  }

  .main-product .list-main-image {
    width: 100%;
    background-color: #fff;
  }

  .main-product .list-main-image .slick-list {
    height: max-content;
  }

  .main-product > .data-product {
    width: 100%;
  }

  .data-product #product {
    flex-direction: column;
    width: 100%;
    gap: 5px;
  }

  .data-product #product .product_info_wrapp {
    width: 100%;
  }

  .data-product #product .product_info_wrapp .product_information {
    padding: 20px 15px;
    margin-bottom: 5px;
  }

  .data-product #product .product_info_wrapp .product_information .sticker_wrapp .stock {
    font-size: 10px;
  }

  .product_title_wrapp {
    margin-bottom: 10px;
  }

  .product-groups .product-group .product-group-name {
    font-size: 14px;
  }

  .product_information .btn-buy {
    width: 100%;
    justify-content: space-between;
  }

  .btn-buy.desc {
    display: none;
  }
  .btn-buy.mobile {
    display: flex;
  }

  .data-product #product .product_info_wrapp .product-tabs {
    padding: 20px 15px;
  }

  .data-product #product .product-advantages {
    width: 100%;
  }

  .data-product #product .product-advantages .product-advantages__card {
    padding: 20px 15px;
  }

  .data-product #product .product-advantages .product-advantages__card:not(:last-child) {
    margin-bottom: 5px;
  }

  .arrow-main-slide {
    display: none;
  }

  .histori_back {
    position: absolute;
    left: 15px;
    top: 20px;
    z-index: 5;
  }

  .product_nav_wrapper {
    margin-top: -38px;
    margin-bottom: 17px;
  }

  .price_wrapp {
    margin-bottom: 30px;
  }

  .section-buy .group-btn-buy .btn-buy-one {
    width: 156px;
    padding: 0 10px;
  }

  .product_options {
    width: 100%;
  }

  .data-product .panel-heading .accordion-header .icon {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #000;
  }

  .slider_block__title {
    margin-bottom: 25px;
  }

  .product__carousel--prev,
  .product__carousel--next {
    display: none;
  }

  .list-main-image .slick-dots {
    display: none !important;
    justify-content: center;
    position: relative;
    bottom: unset;
    margin: 0;
    width: max-content;
    margin-left: auto;
    padding-right: 15px;
    gap: 3px;
  }

  .products_to_category {
    overflow: hidden;
  }

  .products_view {
    overflow: hidden;
  }
}

/* Slider arrows = START */
.main-image-section {
  position: relative;
}

.arrow-main-slide {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  z-index: 5;
}

.arrow-main-slide .slick-prev,
.arrow-main-slide .slick-next {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  transform: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  box-shadow: none;
  transition: all 0.2s ease;
  padding: 0;
}

.arrow-main-slide .slick-prev:hover,
.arrow-main-slide .slick-next:hover {
  background: #f8f8f8;
  border-color: #bdbdbd;
}

.arrow-main-slide .slick-prev::before,
.arrow-main-slide .slick-next::before {
  display: none;
}

.arrow-main-slide .slick-prev svg,
.arrow-main-slide .slick-next svg {
  width: 34px;
  height: 34px;
  display: block;
}

/* Якщо треба трохи нижче на мобілці */
@media (max-width: 767px) {
  .arrow-main-slide {
    right: 16px;
    bottom: 16px;
    gap: 6px;
  }

  .arrow-main-slide .slick-prev,
  .arrow-main-slide .slick-next {
    width: 36px;
    height: 36px;
  }

  .arrow-main-slide .slick-prev svg,
  .arrow-main-slide .slick-next svg {
    width: 30px;
    height: 30px;
  }
}
/* Slider arrows = END */

/* Product Size Options = START */
.product-size-options {
  width: 100%;
  margin: 0 0 28px;
}

.product-size-options__title {
  display: block;
  margin: 0 0 12px;
  font-family: var(--main-font);
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: #141414;
}

.product-size-options__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-size-options__item {
  position: relative;
}

.product-size-options__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.product-size-options__label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  background: #f4f4f4;
  font-family: var(--main-font);
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #141414;
  cursor: pointer;
  user-select: none;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}

.product-size-options__label:hover {
  background: #fff;
  border-color: #3a3227;
}

.product-size-options__input:checked + .product-size-options__label {
  background: #3a3227;
  border-color: #3a3227;
  color: #fff;
  box-shadow: 0 8px 18px rgba(58, 50, 39, 0.16);
}

.product-size-options__price {
  margin-left: 6px;
  font-size: 12px;
  opacity: 0.75;
}

.product-size-options + .text-danger,
.product-size-options .text-danger {
  margin-top: 8px;
  font-family: var(--main-font);
  font-size: 12px;
  color: #ff3030;
}

@media (max-width: 767px) {
  .product-size-options {
    margin-bottom: 24px;
  }

  .product-size-options__list {
    gap: 6px;
  }

  .product-size-options__item {
    flex: 1 1 calc(50% - 6px);
  }

  .product-size-options__label {
    width: 100%;
    min-height: 40px;
    padding: 9px 8px;
    font-size: 13px;
  }
}

/* Product Size Options = END */

/* Product Select Option = START */
.product-select-option {
  margin: 0 0 28px;
}

.product-select-option__title {
  display: block;
  margin: 0 0 12px;
  font-family: var(--main-font);
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: #141414;
}

.product-select-option__field {
  width: 100%;
  height: 46px;
  padding: 0 14px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  background: #f4f4f4;
  font-family: var(--main-font);
  font-size: 14px;
  color: #141414;
}
/* Product Select Option = END */

/* Product Linked Size Options = START */
#product .product_options .form-group:has(.viewO_link),
#product .product_options .form-group.product-linked-options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 24px;
  padding: 0;
}

#product .product_options .form-group:has(.viewO_link) > div:first-child,
#product .product_options .form-group.product-linked-options > div:first-child {
  flex: 0 0 100%;
  margin: 0 0 4px;
  padding: 0;
  font-family: var(--main-font);
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: #141414;
}

#product .product_options .form-group:has(.viewO_link) > div:not(:first-child),
#product .product_options .form-group.product-linked-options > div:not(:first-child) {
  margin: 0;
  padding: 0;
}

#product .product_options .form-group:has(.viewO_link) label,
#product .product_options .form-group.product-linked-options label {
  display: block;
  margin: 0;
  padding: 0;
  font-family: var(--main-font);
  font-weight: 400;
  text-align: left;
}

#product .product_options .form-group:has(.viewO_link) label > div,
#product .product_options .form-group.product-linked-options label > div {
  display: block;
}

#product .product_options .viewO_link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  background: #f4f4f4;
  font-family: var(--main-font);
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #141414;
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}

#product .product_options .viewO_link:hover,
#product .product_options .viewO_link:focus {
  background: #fff;
  border-color: #3a3227;
  color: #3a3227;
  text-decoration: none;
}

#product .product_options .viewO_link.is-current {
  background: #3a3227;
  border-color: #3a3227;
  color: #fff;
  box-shadow: 0 8px 18px rgba(58, 50, 39, 0.16);
}

@media (max-width: 767px) {
  #product .product_options .form-group:has(.viewO_link),
  #product .product_options .form-group.product-linked-options {
    gap: 6px;
    margin-bottom: 22px;
  }

  #product .product_options .form-group:has(.viewO_link) > div:not(:first-child),
  #product .product_options .form-group.product-linked-options > div:not(:first-child) {
    flex: 1 1 calc(50% - 6px);
  }

  #product .product_options .viewO_link {
    width: 100%;
    min-width: 0;
    min-height: 40px;
    padding: 9px 8px;
    font-size: 13px;
  }
}

/* Product Linked Size Options = END */
/* Product Page = END */
