#product-product .tags {
  display: none;
}
.product__sets {
  margin-top: 103px;
  margin-bottom: 50px;
}
.product__body--wrapper {
  display: flex;
  align-items: flex-start;
}
.product__images {
  position: sticky;
  top: 140px;
  width: 926px;
  height: 748px;
  flex-shrink: 0;
  min-width: 1px;
  display: flex;
  justify-content: space-between;
  margin-right: 80px;
}
.product__smallimages {
  width: 255px;
  height: 100%;
  max-height: 100%;
}
.product__bigimages {
  width: 655px;
  height: 100%;
}
.small-img {
  height: 240px;
}
.small-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product__smallimages .slick-slide {
  margin-bottom: 14px;
  cursor: pointer;
}
.product__info {
  overflow: hidden;
}
.product__info--model {
  font-size: 12px;
  color: #a3a0a0;
  margin-bottom: 2px;
}
.product__info h1 {
  font-size: 36px;
  line-height: 120%;
  color: #141414;
  margin-top: 0;
  margin-bottom: 2px;
}
.stock {
  font-size: 12px;
  margin-bottom: 25px;
}
.stock.green {
  color: #82a018;
}
.product__options .form-group > label {
  font-weight: 700;
  font-size: 12px;
  display: inline-block;
  color: #1e1e1e;
  margin-bottom: 8px;
}
.radio {
  margin-right: 10px !important;
  margin-bottom: 10px !important;
}
.radio input {
  display: none !important;
}
.radio label {
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.rdo-options .form-group .radio label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: 51px;
  min-width: 51px;
  padding: 16px;
  font-weight: 600;
  font-size: 16px;
  color: #1e1e1e;
  background: #f7f7f7;
  cursor: pointer;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.rdo-options .form-group .radio label:hover {
  color: #fff;
  background: #1e1e1e;
}
.rdo-options .form-group .radio input[type='radio']:checked + label {
  color: #fff;
  background: #1e1e1e;
}
.rdo-options .form-group .radio.radio__image label {
  padding: 4px;
  min-width: 24px;
  width: 32px;
  height: 32px;
  background: #fff;
}

.rdo-options .form-group .radio.radio__image label:hover {
  border: 1px solid #666666;
}

.rdo-options .form-group .radio.radio__image input[type='radio']:checked + label {
  border: 1px solid #666666;
}

.rdo-options .form-group .radio.radio__image input[type='radio']:checked + label {
  background: transparent;
}
/*
.rdo-options .form-group:nth-child(2) .radio label {
  padding: 4px;
  min-width: 24px;
  width: 32px;
  height: 32px;
  background: #fff;
}

.rdo-options .form-group:nth-child(2) .radio label:hover {
  border: 1px solid #666666;
}

.rdo-options .form-group:nth-child(2) .radio input[type='radio']:checked + label {
  border: 1px solid #666666;
}
*/
.product__options .form-group {
  margin-bottom: 25px;
}
.product__options .form-group > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.radio.radio__image label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: unset;
  width: 32px;
  height: 32px;
  border: 1px solid transparent;
  padding: 4px;
  background: #fff;
  cursor: pointer;
}
.radio.radio__image label img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.radio.radio__image input[type='radio']:checked + label {
  border-color: #666666;
}
.number-spinner {
  display: flex;
  align-items: center;
  width: max-content;
  height: 50px;
  background: #f7f7f7;
}
.number-spinner button {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.number-spinner input {
  height: 50px;
  min-width: 50px;
  font-size: 20px;
  text-align: center;
  color: #000;
  background-color: transparent;
}
.product__buttons--top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.list-price {
  display: flex;
  align-items: flex-end;
  font-weight: 500;
  font-size: 32px;
  text-align: center;
  color: #1e1e1e;
}
.old-price {
  font-size: 16px;
  text-decoration: line-through;
  text-align: center;
  color: #7a7a7a;
  padding-bottom: 4px;
  margin-right: 20px;
}
.product__buttons--row {
  display: flex;
  margin-bottom: 40px;
}
.product__buttons--row button {
  width: 50%;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-align: center;
  color: #fff;
  border: 1px solid #000;
  background: #000;
  text-transform: uppercase;
}
.product__buttons--row button.btn-buy-one {
  background: #fff;
  border: 1px solid #dcdcdc;
  color: #9d9d9d;
}
.accordeon__item--title {
  height: 53px;
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  cursor: pointer;
}
.accordeon__item--title > span {
  font-weight: 500;
  font-size: 14px;
  color: #000;
}
.product__accordeon {
  width: 100%;
}
.product__accordeon .accordeon__item:last-child.expanded .accordeon__item--list {
  margin-bottom: 30px;
}
.accordeon__item--list {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 0.35s ease, opacity 0.35s ease;
}
.accordeon__item.expanded .accordeon__item--list {
  /* max-height: 500px; */
  max-height: 100%;
}
.accordeon__item--list * {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #656565;
}
b,
strong {
  font-weight: 700 !important;
}
.attribute__item {
  display: flex;
  align-items: flex-end;
  width: 100%;
  padding: 10px 0;
}
.accordeon__item--title > svg {
  margin-right: 10px;
}
.accordeon__item svg {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.expanded svg {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.attribute__item--name {
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #3d3b38;
  width: max-content;
  flex-shrink: 0;
  padding-right: 8px;
}
.attribute__item-dashed {
  width: 100%;
  height: 100%;
  border-bottom: 1px dashed #d1d1d1;
}
.attribute__item--text {
  /* width: max-content; */
  flex-shrink: 0;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #3d3b38;
  padding-left: 8px;
}
.prod__info {
  display: flex;
  align-items: center;
  padding: 16px;
  background: #f4f4f4;
  font-size: 12px;
  line-height: 120%;
  color: #202020;
  margin-bottom: 18px;
}
.prod__info img {
  margin-right: 30px;
}
.item-advantage {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 120%;
  color: #202020;
  margin-bottom: 10px;
}
.advantage-caption {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.ico-advantage {
  margin-right: 15px;
}
.product__body {
  margin-bottom: 75px;
}
.product__carousel {
  margin-bottom: 100px;
}
.product__images .slick-dots {
  display: none !important;
}
.product__bigimages--wrapper {
  position: relative;
}
.product__wishlist {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 24px;
  height: 24px;
  z-index: 2;
  background-color: transparent;
}
.product__images .product__item--stickers {
  top: 23px;
  left: 22px;
}
.product__options--wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.product__sizes a {
  height: 51px;
  display: flex;
  align-items: center;
  width: max-content;
  font-size: 12px;
  text-decoration: underline !important;
  color: #202020;
  margin-top: 33px;
}
@media (min-width: 1281px) {
  body[class*="product-product"] .wrapper {
    overflow: unset;
  }
}
@media (max-width: 1699.98px) {
  .container {
    width: 100%;
  }
  .product__images {
    margin-right: 30px;
  }
}
@media (max-width: 1480.98px) {
  .product__images {
    width: 740px;
    height: 598px;
  }
  .product__bigimages {
    width: 524px;
  }
  .small-img {
    height: 190px;
  }
  .product__smallimages {
    width: 200px;
  }
}
@media (max-width: 1279.99px) {
  .product__body--wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .product__images {
    top: 0;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .product__info {
    width: 100%;
  }
  .product__info--model {
    margin-bottom: 4px;
  }
  .product__info h1 {
    margin-bottom: 4px;
  }
  .stock {
    margin-bottom: 30px;
  }
  .product__options .form-group {
    margin-bottom: 32px;
  }
  .accordeon__item--list * {
    color: #202020;
  }
}
@media (max-width: 991.98px) {
    .product__options .form-group {
        margin-bottom: 13px;
    }

    .product__sizes a {
        margin-top: 13px;
        height: 15px;
    }
}
@media (max-width: 789.98px) {
  .product__body {
    margin-bottom: 90px;
  }
  .number-spinner {
    display: none;
  }
  .product__buttons--top {
    margin-bottom: 0;
  }
  .product__images .slick-dots {
    display: block !important;
  }
  .product__smallimages {
    display: none !important;
  }
  .product__bigimages {
    width: 100%;
  }
  .product__bigimages--wrapper {
    width: calc(100vw - 20px);
  }
  .product__images {
    width: 100%;
    height: auto;
  }
  .product__carousel h2.block__title {
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    color: #0f0f0f;
    margin: 0;
    border: none;
    padding-right: 20px;
  }
  .product__carousel .product__carousel--pagination {
    display: none;
  }
  .product__carousel .product_slide--buttons {
    margin-right: 0;
  }
  .product__carousel {
    margin-bottom: 55px;
  }
}
@media (max-width: 679.98px) {
  .product__info h1 {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #141414;
  }
  .product__buttons--top {
    flex-direction: column-reverse;
  }
  .number-spinner {
    width: 100%;
  }
  .number-spinner input {
    width: 100%;
  }
  .list-price {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 30px;
  }
  .product__buttons--row {
    flex-direction: column;
    gap: 6px;
  }
  .product__buttons--row button {
    width: 100%;
  }
}
@media (max-width: 649.98px) {
  .product__sets {
    margin-top: 70px;
    margin-bottom: 50px;
  }
  .product__body {
    margin-bottom: 0;
  }
}