.page-product {
  overflow-x: hidden;
}

.slider-btn-next.swiper-button-next:after,
.swiper-rtl .slider-btn-next.swiper-button-next:after,
.slider-btn-prev.swiper-button-prev:after,
.swiper-rtl .slider-btn-prev.swiper-button-prev:after {
  display: none;
  content: "";
  background: none;
}

.slider-btn-next.swiper-button-next svg,
.slider-btn-prev.swiper-button-prev svg {
  width: 100%;
}

.slider-btn-next.swiper-button-next,
.slider-btn-prev.swiper-button-prev {
  width: 38px;
  height: 39px;
  --swiper-navigation-size: 38px;
  user-select: none;
  outline: none;
  background: transparent;
  border: none;
  opacity: 1;
  transition: all 0.2s ease;
}

.slider-btn-prev.swiper-button-prev {
  transform: scaleX(-1);
  left: 37px;
}

.slider-btn-next.swiper-button-next {
  right: 37px;
}

.slider-btn-next.swiper-button-next.swiper-button-disabled,
.slider-btn-prev.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

/*
.skeleton {
  pointer-events: none !important;
  background: #DDDBDD !important;
  border: none !important;
  color: transparent !important;
  position: relative !important;
  overflow: hidden !important;
}

.skeleton * {
  pointer-events: none !important;
  color: transparent !important;
  opacity: 0 !important;
}

.skeleton:after {
  content: "";
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  transform: translateX(-100%) !important;
  background-image: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.2) 20%,
      rgba(255, 255, 255, 0.5) 60%,
      rgba(255, 255, 255, 0)
  ) !important;
  background-repeat: no-repeat !important;
  animation: shimmer 2s infinite !important;
}

.product-head .images-wrap .image-item.skeleton {
  min-height: 500px !important;
}

.product-tabs .tabs-available .tabs-image-filter .available-image-item a.skeleton {
  display: block !important;
}

.product-item-container .item .image-container.skeleton {
  max-width: 350px !important;
  max-height: 530px !important;
}

.product-mobile-content .product-mobile-info .mobile-images-container .price-block .colors-block,
.product-item-container .item .price-block .colors-block.skeleton {
  position: absolute !important;
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
*/

.product-title {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.product-title-mini {
  color: #000;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.mobile-info-top .product-title-mini {
  text-align: center;
  font-size: 9px;
  letter-spacing: 0.18px;
}

.product-text {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
}

.modal-size-items {
  padding-top: 20px;
}

.popup-product-size .ibutton.js-popup-close {
  border-radius: 14px;
  height: 47px;
  line-height: 47px;
  font-weight: 500;
  background-color: #000000;
  border: 1px solid #000000;
}

.modal-size-items .ibutton.js-popup-close:hover {
  background-color: transparent;
  color: #000000;
  opacity: 1;
}

.modal-product {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow-y: scroll;
  opacity: 0;
  z-index: 999999;
}

.modal-product .modal-product__close {
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 30px;
  width: 36px;
  height: 36px;
  padding: 10px;
  z-index: 20;
}

.modal-product .modal-product__close svg {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.modal-product .modal-product__list {
  position: relative;
}

.modal-product .modal-product__list .modal-product__img-list {
  width: 100%;
  position: relative;
  z-index: 10;
}

.modal-product .modal-product__list .modal-product__img-list .modal-product__img-item {
  min-height: 600px;
}

.modal-product .modal-product__list .modal-product__img-list .modal-product__img-item img {
  cursor: zoom-out;
  display: block;
  /*width: auto;
  height: 100vh;*/
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.modal-product .modal-product__list .modal-product__preview {
  position: fixed;
  top: 30px;
  left: 30px;
  width: 60px;
  z-index: 20;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.modal-product .modal-product__list .modal-product__preview .modal-product__preview-item {
  cursor: pointer;
  position: relative;
  width: 50px;
}

.modal-product .modal-product__list .modal-product__preview .modal-product__preview-item:not(:first-child) {
  margin-top: 20px;
  margin-right: 20px;
}

.modal-product .modal-product__list .modal-product__preview .modal-product__preview-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, .5), rgba(255, 255, 255, .5));
  opacity: 0;
  z-index: 1;
  transition: opacity 0.2s ease;
}

.modal-product .modal-product__list .modal-product__preview .modal-product__preview-item.active::after {
  opacity: 1;
}

.modal-product .modal-product__list .modal-product__preview .modal-product__preview-item.active {
  z-index: -1;
}

.modal-product .modal-product__list .modal-product__preview .modal-product__preview-item img {
  width: 100%;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .modal-product .modal-product__close {
    top: 10px;
    right: 10px;
  }

  .modal-product .modal-product__list .modal-product__img-list .modal-product__img-item {
    min-height: unset;
  }

  .modal-product .modal-product__list .modal-product__img-list .modal-product__img-item img {
    width: 100%;
    height: auto;
  }

  .modal-product .modal-product__list .modal-product__preview {
    display: none;
  }

}


.product-header {
  position: relative;
  display: grid;
  grid-template-columns: 70.208% minmax(300px, 1fr);
  align-items: flex-start;
  column-gap: 38px;
  margin-bottom: 65px;
}

@media only screen and (max-width: 1470px) {
  .product-header {
    grid-template-columns: 66.57% minmax(200px, 1fr);
  }
}

@media only screen and (max-width: 1023px) {
  .product-header {
    grid-template-columns: 55% minmax(200px, 1fr);
    gap: 30px;
    margin-left: -50px;
  }
}

@media only screen and (max-width: 768px) {
  .product-header {
    display: block;
    margin: 0 -15px;
  }
}

.product-header .images-list .images-block:not(.active) {
  display: none !important;
}

.product-header .images-list .images-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.product-header .images-list .images-item .image {
  cursor: pointer;
}

.product-header .images-list .images-item.images-size-1 {
  grid-template-columns: 1fr;
}

.product-header .images-list .images-item.images-size-3 {
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 2fr 1fr;
}

.product-header .images-list .images-item.images-size-3 .image:first-child {
  grid-row: 1 / 3;
}

.product-header .images-list .images-item.images-size-3 .image:nth-child(2) {
  grid-row: 1 / 2;
}

.product-header .images-list .images-item.images-size-3 .image:nth-child(3) {
  grid-row: 2 / 3;
}

.product-header .images-list .images-item.images-size-5 {
  grid-template-columns: repeat(6, 1fr);
}

.product-header .images-list .images-item.images-size-5 .image:first-child {
  grid-column: 1 / 4;
}

.product-header .images-list .images-item.images-size-5 .image:nth-child(2) {
  grid-column: 4 / 7;
}

.product-header .images-list .images-item.images-size-5 .image:nth-child(3) {
  grid-column: 1 / 3;
}

.product-header .images-list .images-item.images-size-5 .image:nth-child(4) {
  grid-column: 3 / 5;
}

.product-header .images-list .images-item.images-size-5 .image:nth-child(5) {
  grid-column: 5 / 7;
}

.product-header .images-list .images-item.images-size-6 {
  grid-template-columns: repeat(4, 1fr);
}

.product-header .images-list .images-item.images-size-6 .image:first-child {
  grid-column: 1 / 3;
}

.product-header .images-list .images-item.images-size-6 .image:nth-child(2) {
  grid-column: 3 / 5;
}

.product-header .images-list .images-item.images-size-7 {
  grid-template-columns: repeat(6, 1fr);
}

.product-header .images-list .images-item.images-size-7 .image:nth-child(6),
.product-header .images-list .images-item.images-size-7 .image:first-child {
  grid-column: 1 / 4;
}

.product-header .images-list .images-item.images-size-7 .image:nth-child(7),
.product-header .images-list .images-item.images-size-7 .image:nth-child(2) {
  grid-column: 4 / 7;
}

.product-header .images-list .images-item.images-size-7 .image:nth-child(3) {
  grid-column: 1 / 3;
}

.product-header .images-list .images-item.images-size-7 .image:nth-child(4) {
  grid-column: 3 / 5;
}

.product-header .images-list .images-item.images-size-7 .image:nth-child(5) {
  grid-column: 5 / 7;
}

.product-header .images-list .images-item.images-size-8 {
  grid-template-columns: repeat(4, 1fr);
}

.product-header .images-list .images-item.images-size-8 .image:nth-child(7),
.product-header .images-list .images-item.images-size-8 .image:first-child {
  grid-column: 1 / 3;
}

.product-header .images-list .images-item.images-size-8 .image:nth-child(8),
.product-header .images-list .images-item.images-size-8 .image:nth-child(2) {
  grid-column: 3 / 5;
}

.product-header .images-list .images-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-header .product-images .slider-btn-next.swiper-button-next,
.product-header .product-images .slider-btn-prev.swiper-button-prev {
  display: none;
  width: 40px;
  height: 40px;
  padding: 5px;
  --swiper-navigation-size: 65px;
}

.product-header .product-images .slider-btn-next.swiper-button-next.swiper-button-disabled,
.product-header .product-images .slider-btn-prev.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.product-header .product-images .slider-btn-next.swiper-button-next svg,
.product-header .product-images .slider-btn-prev.swiper-button-prev svg {
  width: 8px;
  height: 14px;
}

.product-header .product-images .slider-btn-prev.swiper-button-prev {
  left: 0;
}

.product-header .product-images .slider-btn-next.swiper-button-next {
  right: 0;
}

.product-header .images-list .images-item--creative {
  margin-top: 16px;
}

.product-header .images-list .images-item--creative.images-item.images-size-3 {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: unset;
}

.product-header .images-list .images-item--creative.images-item.images-size-3 .image:first-child,
.product-header .images-list .images-item--creative.images-item.images-size-3 .image:nth-child(2),
.product-header .images-list .images-item--creative.images-item.images-size-3 .image:nth-child(3) {
  grid-row: unset;
}

.product-header .images-list .images-item--creative.images-item.images-size-4 {
  grid-template-columns: repeat(4, 1fr);
}

@media only screen and (max-width: 1023px) {
  .product-header .images-list .images-item--creative {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .product-header .images-list .images-item--creative {
    display: none;
  }

  .product-header .images-list .images-item .image--creative.image img {
    width: 100%;
  }
}

.product-header .preorder-week-btn {
  display: none;
  position: absolute;
  left: 50%;
  bottom: calc(var(--info-height) + 10px);
  transform: translateX(-50%);
  z-index: 1;
}

@media only screen and (max-width: 1023px) {
  .product-header .images-list .images-item {
    grid-template-columns: 1fr !important;
    gap: 10px;
  }

  .product-header .images-list .images-item .image {
    grid-row: unset !important;
    grid-column: unset !important;
  }
}

@media only screen and (max-width: 768px) {
  .product-header .product-images {
    position: relative;
    padding-bottom: var(--product-height);
    height: 0;
    min-height: 600px;
    --info-height: 112px;
  }

  .product-header .product-images .product-mobile-head {
    display: block;
  }

  .product-header .product-share-btn.product-share-btn--mobile {
    display: block;
  }

  .product-header .preorder-week-btn {
    display: inline-flex;
  }

  .product-header .product-images .images-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - var(--info-height));
  }

  .product-header .product-images .images-list .images-block {
    height: 100%;
  }

  .product-header .images-list .images-block .images-item {
    display: flex;
    gap: 0;
  }

  .product-header .images-list .images-item .image {
    width: 100% !important;
  }

  .product-header .images-list .images-item .image img {
    display: block;
    width: auto;
    max-width: 100%;
    object-position: top;
    margin: 0 auto;
  }

  .product-header .product-images .slider-btn-next.swiper-button-next,
  .product-header .product-images .slider-btn-prev.swiper-button-prev {
    display: flex;
  }
}

.product-header .product-info {
  height: 100%;
  color: #000000;
}

.product-header .product-info .product-info__wrap {
  position: sticky;
  top: 76px;
  /*top: 0;*/
  z-index: 1;
}

.product-header .product-info .product-info-block {
  margin-bottom: 39px;
}

.product-header .product-info .product-info-block:last-child {
  margin-bottom: 0;
}

.product-header .product-info .product-info-top {
  position: relative;
  display: flex;
  margin-bottom: 16px;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
}

.product-header .product-info .product-info-top .product-breadcrumb {
  line-height: 1;
}

.product-header .product-info .product-breadcrumb span,
.product-header .product-info .product-breadcrumb .product-breadcrumb__item {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #CBCBCB;
}

.product-header .product-info .product-breadcrumb .product-breadcrumb__item {
  text-decoration: none;
}

.product-header .product-info .product-info-top .product-share {
  position: relative;
  top: -6px;
  right: -3px;
}

.product-header .product-info .product-share .share {
  cursor: pointer;
  display: block;
  width: 29px;
  height: 33px;
  padding: 5px;
}

.product-header .product-info .product-share .share svg {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.product-header .product-info .product-share .share svg path {
  transition: all 0.2s ease;
}

.product-header .product-info .product-share .share:hover svg path {
  fill: #000;
}

.product-header .product-info .product-info-main {
}

.product-header .product-info .product-main-title {
  letter-spacing: 0.4px;
}

.product-header .product-info .product-price {
  margin-top: 10px;
}

.product-header .product-info .product-price .price-value {
  display: inline-block;
  color: inherit;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.4px;
}

.product-header .product-info .product-price .price-value.price-old {
  margin-left: 9px;
  color: #CBCBCB;
  text-decoration: line-through;
}

.product-header .product-info .product-price .price-percent {
  margin-left: 9px;
}

.product-header .product-info .product-dolyame {
  cursor: pointer;
  width: fit-content;
  margin-top: 10px;
  border-radius: 23px;
  background: #EFEFEF;
  padding: 7px 15px 6px;
  transition: background 0.2s ease;
}

.product-header .product-info .product-dolyame:hover {
  background: #000000;
}

.product-header .product-info .product-dolyame .product-dolyame__wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
}

.product-header .product-info .product-dolyame .product-dolyame__text {
  transition: color 0.2s ease;
}

.product-header .product-info .product-dolyame .product-dolyame__text span {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.product-header .product-info .product-dolyame:hover .product-dolyame__text {
  color: #FFFFFF;
}

.product-header .product-info .product-dolyame .product-dolyame__logo {
  display: flex;
  width: 77px;
  height: 11px;
}

.product-header .product-info .product-dolyame .product-dolyame__logo.product-dolyame__logo-podeli {
  width: 61px;
  height: 11px;
}

.product-header .product-info .product-dolyame .product-dolyame__logo svg {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.product-header .product-info .product-dolyame .product-dolyame__logo svg path {
  transition: all 0.2s ease;
}

.product-header .product-info .product-dolyame:hover .product-dolyame__logo svg path:not(.line-red) {
  fill: #FFFFFF;
}

.product-header .product-info .product-dolyame:hover .product-dolyame__logo.product-dolyame__logo-podeli svg path:not(.line-red) {
  stroke: #FFFFFF;
}


.product-header .product-info .product-info-block.product-info-props:not(.product-model) {
  margin-bottom: 34px;
}

.product-header .product-info .product-info-block.product-info-props {
  position: relative;
}

.product-header .product-info .product-info-prop {
  line-height: 1;
  margin-bottom: 10px;
}

.product-header .product-info .product-info-prop:last-child {
  margin-bottom: 0;
}

.product-header .product-info .product-info-prop .product-text {
  text-transform: uppercase;
}

.product-header .product-info .product-info-prop .product-text > span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.product-header .product-info .product-info-prop .product-info-prop__values .product-text {
  display: none;
}

.product-header .product-info .product-info-prop .product-info-prop__values .product-text.active {
  display: inline;
}

.js-copy-btn {
  cursor: pointer;
}

.js-copy-btn .product-copy-btn {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  width: 26px;
  height: 26px;
  padding: 5px;
}

.js-copy-btn .product-copy-btn svg {
  display: block;
  width: 100%;
  height: 100%;
}

.js-copy-btn .product-copy-btn svg path {
  transition: all 0.2s ease;
}

.copy-alert {
  position: absolute;
  top: -26px;
  left: -1px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2;
  color: #CBCBCB;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.2s ease;
}

.copy-alert.active {
  opacity: 1;
  visibility: visible;
}

.product-header .product-info .product-article .product-copy-btn {
  top: 3px;
  margin-left: -1px;
  margin-top: -8px;
}

.product-header .product-info .product-article .product-text:hover svg path {
  fill: #000;
  stroke: #000;
}

.product-header .moderate-text {
  color: #CBCBCB;
  text-decoration: none;
}

.product-header .moderate-text.utm-text {
  margin-left: 7px;
}

.product-header .product-info .product-colors .product-colors__list {
  width: max-content;
  margin: 6px -4px 0;
}

.product-header .product-info .product-colors .product-colors__list .product-colors__item {
  cursor: pointer;
  display: inline-block;
  padding: 5px 4px;
  opacity: 1;
  transition: all 0.2s ease;
}

.product-header .product-info .product-colors .product-colors__list .product-colors__item.active {
  pointer-events: none;
}

.product-header .product-info .product-colors .product-colors__list .product-colors__item:not(.active):hover {
  opacity: 0.5;
}

.product-header .product-info .product-colors .product-colors__list .product-colors__item span {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.product-header .product-info .product-colors .product-colors__list .product-colors__item.white span {
  border: 1px solid #e5e5e5;
}

.product-header .product-info .product-colors .product-colors__list .product-colors__item.active span {
  transform: scale(0.9372);
  box-shadow: 0 0 0 1.5px rgb(255 255 255), 0 0 0 2.5px rgb(0 0 0);
}

.product-header .product-info .product-colors .product-colors__list .product-colors__item.active.white span {
  border: none;
}


.product-header .product-info .product-info-block.product-model {
  margin-bottom: 40px;
}

.product-header .product-info .product-model .product-info-prop {
  margin-bottom: 9px;
}

.product-header .product-info .product-model .product-info-prop:last-child {
  margin-bottom: 0;
}


.product-header .product-info .product-sizes {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.product-header .product-info .product-sizes.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.product-det .product-unavailable {
  font-size: 15px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 15px;
}

.product-det .product-unavailable > a {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration-line: underline;
  text-underline-offset: 3px;
}

.product-header .product-info .product-sizes .product-sizes-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.product-header .product-info .product-sizes .product-sizes-head .product-text {
  text-transform: uppercase;
  line-height: 1;
}

.product-header .product-info .product-sizes .product-sizes-action {
  display: none;
}

.product-header .product-info .product-sizes .product-sizes-action.active {
  display: block;
}

.product-header .product-info .product-sizes .product-basket-container {
  margin-top: 10px;
}

.product-header .product-info .product-sizes .product-basket-container .oneclick-wrapper {
  width: 100%;
  margin-top: 10px;
}

.product-header .product-info .product-sizes .product-basket-container .order-wrapper {
  width: 100%;
}

.product-header .product-info .product-sizes .product-basket-container .btn-one-click {
  width: 100%;
  margin-top: 10px;
}

.product-header .product-info .product-sizes .product-basket-container .ibutton {
  width: 100%;
}

.product-header .product-info .product-sizes .product-basket {
  display: flex;
  gap: 10px;
}

.product-header .product-info .product-sizes .product-basket .ibutton {
  width: 100%;
}

.product-header .product-info .product-sizes .product-basket .favorite {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 61px;
  max-width: 61px;
  border-radius: 14px;
  background: #000000;
  transition: background 0.2s ease;
}

.product-header .product-info .product-sizes .product-basket .favorite .favorite-icon {
  display: block;
  width: 21px;
  height: 18px;
}

.product-header .product-info .product-sizes .product-basket .favorite .favorite-icon svg {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.product-header .product-info .product-sizes .product-basket .favorite .favorite-icon svg path {
  fill: transparent;
  transition: fill 0.2s ease;
}

.product-header .product-info .product-sizes .product-basket .favorite:hover .favorite-icon svg path,
.product-header .product-info .product-sizes .product-basket .favorite.is-favorite .favorite-icon svg path {
  fill: #FFFFFF;
}

.product-header .product-info .product-social {
  display: flex;
  justify-content: space-between;
}

.product-header .product-info .product-social .product-social-item {
  line-height: 1;
  text-align: left;
}

.product-header .product-info .product-social .product-social-item:nth-child(2) {
  text-align: center;
}

.product-header .product-info .product-social .product-social-item:last-child {
  text-align: right;
}

.product-header .product-info .product-social .product-social-item .product-text {
  width: fit-content;
}

.product-header .product-info .product-social .product-text {
  text-transform: uppercase;
}

.product-header .product-info .product-model-shows.model-shows {
  margin-top: 57px;
}

.product-header .product-info .model-shows .model-shows-title {
  line-height: 1.4;
  margin-bottom: 10px;
}

.product-header .product-info .model-shows .model-shows-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-header .product-info .model-shows .model-shows-list .model-shows-item {
  background: #FFFFFF;
  border-radius: 15px;
  transition: background 0.2s ease;
}

.product-header .product-info .model-shows .model-shows-item:hover {
  background: #EFEFEF;
}

.product-header .product-info .model-shows .model-shows-item .model-shows-item__wrap {
  position: relative;
  display: grid;
  grid-template-columns: 82px 1fr;
  align-items: center;
  gap: 15px;
  padding: 15px;
}

.product-header .product-info .model-shows .model-shows-item .model-shows-item__img {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  background: #FFFFFF;
  border-radius: 10px;
}

.product-header .product-info .model-shows .model-shows-item .model-shows-item__img img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 10px;
  transform: translateX(-50%);
}

.product-header .product-info .model-shows .model-shows-item .model-shows-info {
  padding-top: 2px;
}

.product-header .product-info .model-shows .model-shows-item .model-shows-info .model-shows-info__text {
  color: #000;
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
}

.product-header .product-info .model-shows .model-shows-item .model-shows-info__head {
  line-height: 1;
  padding-right: 26px;
  margin-bottom: 6px;
}

.product-header .product-info .model-shows .model-shows-item .model-shows-info__head .model-shows-info__text {
  display: inline-block;
}

.product-header .product-info .model-shows .model-shows-item .model-shows-info .model-shows-info__title {
  font-weight: 600;
  text-decoration: none;
}

.product-header .product-info .model-shows .model-shows-item .model-shows-info .model-shows-info__price {
  display: block;
  font-weight: 500;
  margin-top: 5px;
}

.product-header .product-info .model-shows .model-shows-item .model-shows-item__favorite {
  cursor: pointer;
  position: absolute;
  top: 13px;
  right: 13px;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.product-header .product-info .model-shows .model-shows-item:hover .model-shows-item__favorite {
  opacity: 1;
}

.product-header .product-info .model-shows .model-shows-item__favorite .model-shows-item__favorite-icon {
  display: block;
  width: 31px;
  height: 28px;
  padding: 5px;
}

.product-header .product-info .model-shows .model-shows-item__favorite .model-shows-item__favorite-icon svg {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.product-header .product-info .model-shows .model-shows-item__favorite .model-shows-item__favorite-icon svg path {
  fill: transparent;
  transition: fill 0.2s ease;
}

.product-header .product-info .model-shows .model-shows-item__favorite:hover .model-shows-item__favorite-icon svg path,
.product-header .product-info .model-shows .model-shows-item__favorite.is-favorite .model-shows-item__favorite-icon svg path {
  fill: #000000;
}

@media only screen and (max-width: 1023px) {
  .product-header .product-info .product-info__wrap {
    /*top: 52px;*/
    top: 0;
  }

  .product-share-btn.product-share-btn--desktop {
    position: relative;
    top: 6px;
  }

  .product-header .product-info .product-info-block.product-info-props:not(.product-model) {
    margin-bottom: 30px;
  }

  .product-header .product-info .product-info-block {
    margin-bottom: 12px;
  }

  .product-header .product-info .product-sizes .product-basket-container {
    margin-top: 7px;
  }

  .product-header .product-info .product-sizes .product-basket-container .oneclick-wrapper {
    margin-top: 7px;
  }

  .product-header .product-info .product-sizes .product-basket-container .btn-one-click {
    margin-top: 7px;
  }

  .product-header .product-info .product-sizes .product-basket {
    gap: 7px;
  }

  .product-header .product-info .product-model-shows.model-shows {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .product-header .product-info {
    display: none;
  }
}

.product-tabs {
}

.product-tabs .tabs-list {
  display: flex;
  align-items: center;
  gap: 40px;
  list-style: none;
  padding-bottom: 5px;
  border-bottom: 1px solid #dedede;
}

.product-tabs .tabs-list .tab-item {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding-left: 4px;
  padding-right: 7px;
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #000000;
}

.site-s2 .product-tabs .tabs-list .tab-item.tab-item-fitting {
  display: none;
}

.product-tabs .tabs-list .tab-item::before {
  content: attr(data-text);
  height: 0;
  visibility: hidden;
  overflow: hidden;
  user-select: none;
  pointer-events: none;
  font-weight: 600;
}

.product-tabs .tabs-list .tab-item.active {
  font-weight: 600;
}

.product-tabs .tabs-list .tab-item.active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
}

.product-tabs .tabs-wrap {
  display: grid;
  grid-template-columns: 70.208% minmax(300px, 1fr);
  align-items: flex-start;
  column-gap: 38px;
  padding-top: 45px;
}

.product-tabs .tabs-wrap.tabs-empty {
  padding-top: 0;
}

.product-tabs .tabs-wrap h2.tab-title {
  color: #000;
  max-width: 500px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1470px) {
  .product-tabs .tabs-wrap {
    grid-template-columns: 66.57% minmax(200px, 1fr);
  }
}

@media only screen and (max-width: 1200px) {
  .product-tabs .tabs-wrap {
    gap: 30px;
  }
}

@media only screen and (max-width: 1023px) {
  .product-tabs .tabs-wrap {
    grid-template-columns: 55% minmax(200px, 1fr);
  }
}

.product-tabs .tabs-wrap .tab-subtitle {
  width: fit-content;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  color: #000;
  text-transform: uppercase;
  margin: 0;
}

.product-tabs .tabs-wrap p {
  font-size: 15px;
  line-height: 1.3;
  color: #000;
}

.product-tabs .tabs-wrap .tabs-container {
  width: 100%;
}

.product-tabs .tabs-container .tab-content {
  display: none;
}

.product-tabs .tabs-container .tab-content.active {
  display: block;
}

.product-tabs .tab-content.tab-description .tab-description__content {
  display: flex;
  gap: 75px;
}

.product-tabs .tab-content.tab-description .description {
  width: 100%;
  min-width: 300px;
  max-width: 640px;
}

.product-tabs .tab-content.tab-description .composition .composition-item:not(:last-child) {
  margin-bottom: 45px;
}

.product-tabs .tab-content.tab-description .composition .composition-title {
  color: #B3B3B3;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
  margin: 0 0 16px;
}

.product-tabs .tab-content.tab-description .article-block .composition-title {
  white-space: nowrap;
  margin-bottom: 0;
}

.product-tabs .tab-content.tab-description .article-block .article {
  text-transform: uppercase;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.product-tabs .tab-content.tab-description .materials-list .materials-item,
.product-tabs .tab-content.tab-description .materials-list .materials-item span {
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #000;
}

.product-tabs .tab-content.tab-description .composition-materials.care .materials-list {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.product-tabs .tab-content.tab-description .composition-materials.care .materials-item {
  display: flex;
  position: relative;
  width: 22px;
  line-height: 1;
}

.product-tabs .tab-content.tab-description .composition-materials.care .materials-item:not(:last-child) {
  margin-right: 10px;
}

.product-tabs .tab-content.tab-description .composition-materials.care .materials-item img {
  width: 100%;
}

.product-tabs .tab-content.tab-description .composition-materials.care .materials-list .tip {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -80px;
  top: 35px;
  background-color: #1a1a1a;
  color: #fff;
  text-transform: none;
  padding: 7px 10px;
  width: 180px;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  transition: all 0.2s ease;
}

.product-tabs .tab-content.tab-description .composition-materials.care .materials-list .tip:after {
  content: '';
  position: absolute;
  left: 81px;
  top: -19px;
  border: 10px solid transparent;
  border-bottom: 9px solid #222;
}

.product-tabs .tab-content.tab-description .composition-materials.care .materials-item:hover .tip {
  opacity: 1;
  visibility: visible;
}

.product-tabs .tab-content.tab-description .composition-materials.care .materials-item:nth-child(1) .tip {
  left: -50px;
}

.product-tabs .tab-content.tab-description .composition-materials.care .materials-item:nth-child(1) .tip:after {
  left: 51px;
}

.product-tabs .tab-content.tab-description .composition-materials.care .materials-item:nth-last-child(1) .tip {
  left: -110px;
}

.product-tabs .tab-content.tab-description .composition-materials.care .materials-item:nth-last-child(1) .tip:after {
  left: 111px;
}

@media only screen and (max-width: 1470px) {
  .product-tabs .tab-content.tab-description .tab-description__content {
    gap: 40px;
  }

  .product-tabs .tab-content.tab-description .composition .composition-item:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1023px) {
  .product-tabs .tab-content.tab-description .tab-description__content {
    flex-direction: column;
  }
}

.parameters-block {
  width: 100%;
  display: flex;
  gap: 45px 45px;
  padding-right: 44px;
}

.parameters-block .parameters-title {
  width: fit-content;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 12px;
}

.parameters-block .parameters-content .parameters-abc {
  margin-bottom: 45px;
}

.parameters-block .parameters-image {
  width: 100%;
  max-width: 300px;
  min-width: 200px;
}

.parameters-block .parameters-image img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  object-fit: cover;
  margin: 0 auto;
}

.parameters-block .parameters-table .table-content-item.clothes {
  margin-bottom: 0;
}

.parameters-block .parameters-table.parameters-table-denim .table-content-size {
  grid-template-columns: 179px repeat(6, 1fr);
}

.parameters-block .parameters-table.parameters-table-denim .table-cell:nth-child(2) {
  color: #444444;
  background: #FAF9FA;
}

.parameters-block .parameters-info {
  width: fit-content;
}

.parameters-block .table-size .table-content .table-content-item.clothes .table-content-size {
  grid-template-columns: 179px repeat(5, 1fr);
}

.parameters-block .parameters-table.parameters-table-denim .table-content-size {
  grid-template-columns: 179px repeat(6, 1fr) !important;
}

.parameters-block .table-size .table-content .table-content-item .table-column .table-cell {
  min-width: 62px;
  font-size: 12px;
  padding: 6px 8px 5px;
}

.parameters-block .parameters-size-table {
  display: table;
  border-spacing: 3px;
}

.parameters-block .parameters-size-table .parameters-row {
  display: table-row;
}

.parameters-block .parameters-size-table .parameters-cell {
  display: table-cell;
  min-width: 62px;
  font-size: 12px;
  background: #FAF9FA;
  color: #444444;
  font-weight: 300;
  line-height: 1.2;
  white-space: nowrap;
  border-radius: 4px;
  padding: 6px 8px 5px;
  text-align: center;
}

.parameters-block .parameters-size-table .parameters-header .parameters-cell,
.parameters-block .parameters-size-table .parameters-cell.parameters-cell--name {
  background: #EFEFF0;
  color: #1F1F1F;
}

.parameters-block .parameters-size-table .parameters-cell.parameters-cell--name {
  text-align: left;
  min-width: 179px;
}

@media only screen and (max-width: 1350px) {
  .parameters-block {
    padding-right: 0;
  }

  .parameters-block .parameters-size-table .parameters-cell {
    min-width: 48px;
  }

  .parameters-block .table-size .table-content .table-content-item .table-column .table-cell {
    min-width: 48px;
  }
}

@media only screen and (max-width: 1200px) {
  .parameters-block .parameters-size-table {
    width: fit-content;
  }

  .parameters-block {
    flex-direction: column;
    padding: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .parameters-block .table-size .table-content .table-content-item.clothes .table-content-size {
    grid-template-columns: 110px repeat(5, 1fr);
  }

  .parameters-block .parameters-table.parameters-table-denim .table-content-size {
    grid-template-columns: 110px repeat(6, 1fr) !important;
  }

  .parameters-block .table-size .table-content .table-content-item .table-column .table-cell {
    font-size: 10px;
    padding: 6px 8px 5px;
  }

  .parameters-block .parameters-size-table .parameters-cell.parameters-cell--name {
    min-width: 110px;
  }

  .parameters-block .parameters-size-table .parameters-cell {
    font-size: 10px;
    min-width: 42px;
  }

  .parameters-block .table-size .table-content .table-content-item .table-column .table-cell {
    min-width: 42px;
  }
}

@media only screen and (max-width: 768px) {
  .parameters-block {
    gap: 25px;
    padding-top: 14px;
  }

  .parameters-block .parameters-title {
    display: none;
  }

  .parameters-block .parameters-content {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
    overflow-x: auto;
    margin: 0 -15px;
    padding: 0 15px;
  }

  .parameters-block .parameters-content::-webkit-scrollbar {
    display: none;
  }

  .parameters-block .parameters-info {
    width: 100%;
    min-width: 335px;
  }

  .parameters-block .parameters-content .parameters-abc {
    margin: 0;
    min-width: 335px;
  }

  .parameters-block .parameters-size-table {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3px;
  }

  .parameters-block .parameters-size-table .parameters-row {
    display: grid;
    grid-template-columns: 110px;
    grid-auto-flow: column;
    grid-auto-columns: minmax(42px, 1fr);
    gap: 3px;
    white-space: nowrap;
  }

  .parameters-block .table-size .table-content .table-content-item .table-column .table-cell {
    min-width: 43px;
  }

  .parameters-block .table-size .table-content .table-content-item.clothes .table-content-size {
    grid-template-columns: 1fr repeat(5, 1fr);
  }

  .parameters-block .parameters-table.parameters-table-denim .table-content-size {
    grid-template-columns: 1fr repeat(6, 1fr) !important;
  }

  .parameters-block .table-size .table-content .table-content-item.clothes .table-content-size .table-column:first-child,
  .parameters-block .parameters-table.parameters-table-denim .table-content-size .table-column:first-child {
    min-width: 110px;
  }
}

.detail-delivery .detail-delivery__content {
  display: block;
  width: 100%;
  min-width: 300px;
  max-width: 480px;
}

.detail-delivery .detail-delivery__content .detail-delivery__block:not(:last-child) {
  margin-bottom: 45px;
}

.detail-delivery .detail-delivery__content h4 {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  margin: 30px 0 10px;
}

.detail-delivery .detail-delivery__content h4:first-child {
  margin-top: 0;
}

.detail-delivery .detail-delivery__content p {
  color: #000;
  font-size: 15px;
  line-height: 1.13;
  margin-bottom: 15px;
}

.detail-delivery .detail-delivery__content p:last-child {
  margin-bottom: 0;
}

.detail-delivery .detail-delivery__content ul {
  list-style: none;
  margin-bottom: 15px;
}

.detail-delivery .detail-delivery__content ul > li {
  position: relative;
  color: #000;
  font-size: 15px;
  line-height: 1.13;
  padding-left: 15px;
  margin: 0 0 5px;
}

.detail-delivery .detail-delivery__content ul > li:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 7px;
  background: #000;
  width: 3px;
  height: 3px;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
}

.detail-delivery .detail-delivery__content .ibutton {
  width: 100%;
}

.detail-delivery .detail-delivery__content .ibutton > span {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
}

@media only screen and (max-width: 768px) {
  .detail-delivery .detail-delivery__content {
    max-width: 100%;
    padding-top: 14px;
  }

  .detail-delivery .detail-delivery__content .detail-delivery__block:not(:last-child) {
    margin-bottom: 35px;
  }

  .detail-delivery .detail-delivery__content h4 {
    font-size: 15px;
    margin: 25px 0 10px;
  }

  .detail-delivery .detail-delivery__content ul > li,
  .detail-delivery .detail-delivery__content p {
    font-weight: 300;
    font-size: 16px;
  }
}

@media only screen and (max-width: 375px) {
  .detail-delivery .detail-delivery__content .ibutton {
    padding: 0 15px;
  }
}

.product-tabs .tabs-available {
  width: 100%;
}

.product-tabs .tabs-available .tab-subtitle {
  margin-bottom: 15px;
}

.product-tabs .tabs-available .available-images:not(.swiper-initialized) .available-images-wrap {
  width: calc(100% + 25px);
  display: grid;
  grid-auto-columns: calc(50% - 25px);
  grid-auto-flow: column;
  gap: 25px;
}

.product-tabs .tabs-available .available-images .available-images-wrap {
  height: auto !important;
  align-items: normal;
}

.product-tabs .tabs-available .available-images .available-image-item {
  cursor: pointer;
  display: block;
}

.product-tabs .tabs-available .available-images .available-image-item .image {
  position: relative;
  height: 0;
  padding-bottom: 150%;
}

.product-tabs .tabs-available .available-images .available-image-item img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  object-fit: cover;
}

.product-tabs .tabs-available .available-images:not(.swiper-initialized) .slider-btn-prev.swiper-button-prev,
.product-tabs .tabs-available .available-images:not(.swiper-initialized) .slider-btn-next.swiper-button-next {
  opacity: 0;
}

.product-tabs .tabs-available .available-images .slider-btn-prev.swiper-button-prev {
  left: 25px;
}

.product-tabs .tabs-available .available-images .slider-btn-next.swiper-button-next {
  right: 25px;
}

.product-recommended {
  position: relative;
}

.product-recommended .product-item-container:not(.swiper-initialized) .product-item-container-wrap {
  width: calc(100% + 48px);
  display: grid;
  grid-template-columns: unset;
  grid-auto-columns: calc(25% - 48px);
  grid-auto-flow: column;
  gap: 48px;
}

.product-recommended .product-item-container .product-item-container-wrap {
  display: flex;
  justify-content: flex-start;
  gap: unset;
}

.product-recommended .slider-btn-next.swiper-button-next,
.product-recommended .slider-btn-prev.swiper-button-prev {
  top: 29px;
  width: 31px;
  height: 16px;
  --swiper-navigation-size: 31px;
  margin: 0;
}

.product-recommended .slider-btn-next.swiper-button-next.swiper-button-disabled,
.product-recommended .slider-btn-prev.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.product-recommended .product-item-container:not(.swiper-initialized) ~ .slider-btn-prev.swiper-button-prev,
.product-recommended .product-item-container:not(.swiper-initialized) ~ .slider-btn-next.swiper-button-next,
.product-recommended .product-item-container:not(.swiper-initialized) ~ .slider-btn-prev.swiper-button-prev.swiper-button-disabled,
.product-recommended .product-item-container:not(.swiper-initialized) ~ .slider-btn-next.swiper-button-next.swiper-button-disabled {
  opacity: 0 !important;
}

.product-recommended .slider-btn-prev.swiper-button-prev {
  right: 55px;
  left: unset;
}

.product-recommended .slider-btn-next.swiper-button-next {
  right: 0;
}

@media only screen and (max-width: 1280px) {
  .product-recommended .product-item-container:not(.swiper-initialized) .product-item-container-wrap {
    width: calc(100% + 48px);
    grid-auto-columns: calc((100% / 3) - 48px);
  }
}

@media only screen and (max-width: 1023px) {
  .product-recommended .product-item-container:not(.swiper-initialized) .product-item-container-wrap {
    width: calc(100% + 30px);
    grid-auto-columns: calc(50% - 30px);
    gap: 30px;
  }

  .product-tabs .tabs-available .available-images .slider-btn-prev.swiper-button-prev {
    left: 15px;
  }

  .product-tabs .tabs-available .available-images .slider-btn-next.swiper-button-next {
    right: 15px;
  }

}

.product-look {
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.product-look.active {
  height: auto;
  opacity: 1;
  overflow: visible;
  visibility: visible;
}

.product-look h2.look-title {
  width: max-content;
  font-weight: 600;
  font-size: 45px;
  line-height: 1;
  color: #1a1a1a;
  margin-top: 145px;
  margin-bottom: 50px;
}

.product-maylike h2.maylike-title {
  width: max-content;
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  margin-top: 100px;
  margin-bottom: 45px;
}

@media only screen and (max-width: 768px) {
  .product-maylike h2.maylike-title {
    width: fit-content;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    margin: 40px 0 21px;
  }

  .product-recommended .product-item-container:not(.swiper-initialized) .product-item-container-wrap {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: unset;
    grid-auto-flow: unset;
    gap: 20px;
  }
}

.mobile-arrow-back {
  display: none;
  position: fixed;
  width: 44px;
  padding: 20px 15px 20px 15px;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 1000;
  transition: all 0.2s ease;
}

.mobile-arrow-back svg {
  display: block;
  width: 100%;
  height: 100%;
}

/*@media only screen and (max-width: 768px) {
  .mobile-arrow-back {
    display: flex;
  }

  body.product-modal .mobile-arrow-back {
    filter: blur(6px);
  }
}*/

.product-mobile-modal,
.product-mobile-content {
  display: none;
}

.mobile-title {
  width: fit-content;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.product-share-btn {
  cursor: pointer;
  display: inline-block;
  color: #B1B1B1;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.1112;
  text-transform: uppercase;
  padding: 6px 9px 6px;
  white-space: nowrap;
  background: #EFEFF0;
  border-radius: 22px;
  height: 22px;
  transition: all 0.2s ease;
}

.product-share-btn:hover {
  background: #000;
  color: #fff;
}

.product-share-btn.product-share-btn--desktop {
  font-size: 12px;
  padding: 6px 11px 6px;
  border-radius: 25px;
  height: 25px;
}

.product-share-btn.product-share-btn--mobile {
  display: none;
  position: absolute;
  right: 15px;
  bottom: calc(var(--info-height) + 10px);
  z-index: 1;
}

.product-mobile-head {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  min-height: var(--info-height);
  padding: 0 15px 15px;
  z-index: 2;
}

.product-mobile-head .mobile-info-wrap {
  position: relative;
}

.product-mobile-head .mobile-info-top {
  position: relative;
  margin-bottom: 8px;
}

.product-mobile-head .mobile-info-top .mobile-info-top__content {
  position: relative;
  padding: 3px 55px 0;
}

.product-mobile-head .mobile-info-top .mobile-title {
  text-align: center;
  margin: 0 auto;
}

.product-mobile-head .mobile-info-top .mobile-brand {
  display: block;
  margin-bottom: 5px;
  text-decoration: none;
}

.product-mobile-head .mobile-info-top .mobile-action {
  position: absolute;
  top: 50%;
  right: -7px;
  display: flex;
  align-items: flex-end;
  gap: 2px;
  transform: translateY(-50%);
}

.product-mobile-head .mobile-info-top .mobile-action .mobile-action__item {
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
  padding: 5px;
}

.product-mobile-head .mobile-info-top .mobile-action .mobile-action__item svg {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.product-mobile-head .mobile-info-top .mobile-action .mobile-action__item svg path {
  transition: all 0.2s ease;
}

.product-mobile-head .mobile-info-top .mobile-action .mobile-share:hover svg path {
  stroke: #000000;
}

.product-mobile-head .mobile-info-top .mobile-action .mobile-favorite {
  display: none;
}

.product-mobile-head .mobile-info-top .mobile-action .mobile-favorite.active {
  display: block;
}

.product-mobile-head .mobile-info-top .mobile-action .mobile-favorite svg path {
  fill: transparent;
}

.product-mobile-head .mobile-info-top .mobile-action .mobile-favorite.is-favorite svg path {
  stroke: #000000;
  fill: #000000;
}

.product-mobile-head .mobile-info-top .mobile-action .mobile-favorite:hover svg path {
  stroke: #000000;
}

.product-mobile-head .mobile-info-bot {
  display: flex;
  gap: 5px;
}

.product-mobile-head .mobile-info-bot .mobile-info-bot__left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: calc((100% - 158px) / 2);
}

.product-mobile-head .mobile-info-bot .mobile-price .price {
  display: none;
}

.product-mobile-head .mobile-info-bot .mobile-price .price.active {
  display: block;
}

.product-mobile-head .mobile-info-bot .mobile-price .price .price-value {
  display: block;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
}

.product-mobile-head .mobile-info-bot .mobile-price .price .price-value.price-old {
  font-size: 9px;
  color: #B1B1B1;
  text-decoration: line-through;
}

.product-mobile-head .mobile-info-bot .mobile-price .price .price-percent {
  display: flex;
  width: fit-content;
  min-width: 33px;
  padding: 3px;
}

.product-mobile-head .mobile-info-bot .mobile-price .price .price-percent span {
  font-size: 9px;
}

.product-mobile-head .mobile-info-bot .mobile-price .price .price-discount {
  display: flex;
  align-items: center;
  gap: 5px;
}

.product-mobile-head .mobile-info-bot .mobile-article {
  display: block;
  width: fit-content;
  color: #B1B1B1;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 3px;
}

.product-mobile-head .mobile-info-bot .mobile-article span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.product-mobile-head .mobile-info-bot .mobile-article .product-copy-btn {
  top: 3px;
  width: 22px;
  height: 22px;
  margin-left: -3px;
  margin-top: -9px;
}

.product-mobile-head .mobile-info-bot .mobile-article:hover svg path {
  fill: #000;
  stroke: #000;
}

.product-mobile-head .mobile-info-bot .mobile-info-bot__basket {
  display: flex;
  align-items: center;
}

.product-mobile-head .mobile-info-bot .mobile-info-bot__basket .ibutton {
  min-width: 158px;
  font-size: 15px;
  border-radius: 20px !important;
  white-space: nowrap;
}

.product-mobile-head .mobile-info-bot .mobile-info-bot__basket .ibutton.ibutton-oneclick-mobile {
  display: inline-flex;
  align-items: center;
  padding: 0 20px 0 0;
}

.product-mobile-head .mobile-info-bot .mobile-info-bot__basket .ibutton .oneclick-mobile-wrap {
  display: flex;
  width: 52px;
  height: 43px;
}

.product-mobile-head .mobile-info-bot .mobile-info-bot__basket .ibutton .oneclick-mobile {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 61px;
  height: 43px;
  color: #000;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 8px;
  font-weight: 500;
  line-height: 1.13;
  text-align: center;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  margin-left: -9px;
  z-index: 1;
}

.product-mobile-head .mobile-info-bot .mobile-info-bot__basket .ibutton .oneclick-mobile:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  background: #EFEFF0;
  border-radius: 50%;
  z-index: -1;
}

.product-mobile-head .mobile-info-bot .mobile-info-bot__colors {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: calc((100% - 158px) / 2);
}

/*.product-mobile-head .mobile-info-bot .mobile-colors .mobile-colors__chosen,
.product-mobile-head .mobile-info-bot .mobile-colors .mobile-colors__list {
  display: none;
}

.product-mobile-head .mobile-info-bot .mobile-colors .mobile-colors__list.active {
  display: block;
  white-space: nowrap;
}

.product-mobile-head .mobile-info-bot .mobile-colors .mobile-colors__list {
  margin: -1px -4px 0;
}

.product-mobile-head .mobile-info-bot .mobile-colors .mobile-colors__list .mobile-colors__item {
  cursor: pointer;
  display: inline-flex;
  padding: 5px 4px;
  opacity: 1;
  transition: all 0.2s ease;
}

.product-mobile-head .mobile-info-bot .mobile-colors .mobile-colors__list .mobile-colors__item span {
  display: inline-block;
  width: 13px;
  min-width: 13px;
  height: 13px;
  min-height: 13px;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.product-mobile-head .mobile-info-bot .mobile-colors .mobile-colors__list .mobile-colors__item.white span {
  border: 1px solid #e5e5e5;
}

.product-mobile-head .mobile-info-bot .mobile-colors .mobile-colors__list .mobile-colors__item.active span {
  transform: scale(0.9372);
  box-shadow: 0 0 0 1.5px rgb(255 255 255), 0 0 0 2.5px rgb(0 0 0);
}

.product-mobile-head .mobile-info-bot .mobile-colors .mobile-colors__list .mobile-colors__item.active.white span {
  border: none;
}*/

.product-mobile-head .mobile-info-bot .mobile-colors .mobile-colors-list {
  margin: -1px -4px 0;
  white-space: nowrap;
}

.product-mobile-head .mobile-info-bot .mobile-colors .mobile-colors-list__item {
  cursor: pointer;
  display: inline-flex;
  padding: 5px 4px;
  opacity: 1;
  transition: all 0.2s ease;
}

.product-mobile-head .mobile-info-bot .mobile-colors .mobile-colors-list__item span {
  display: inline-block;
  width: 13px;
  min-width: 13px;
  height: 13px;
  min-height: 13px;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.product-mobile-head .mobile-info-bot .mobile-colors .mobile-colors-list__item.white span {
  border: 1px solid #e5e5e5;
}

.product-mobile-head .mobile-info-bot .mobile-colors .mobile-colors-list__item.active span {
  transform: scale(0.9372);
  box-shadow: 0 0 0 1.5px rgb(255 255 255), 0 0 0 2.5px rgb(0 0 0);
}

.product-mobile-head .mobile-info-bot .mobile-colors .mobile-colors-list__item.active span {
  border: none;
}

.product-mobile-head .mobile-info-bot .mobile-colors.many-colors {
  cursor: pointer;
  display: flex;
  gap: 5px;
}

.product-mobile-head .mobile-info-bot .mobile-colors.many-colors .mobile-colors-list {
  display: inline-flex;
  margin: 0;
}

.product-mobile-head .mobile-info-bot .mobile-colors.many-colors .mobile-colors-list__item {
  display: none;
}

.product-mobile-head .mobile-info-bot .mobile-colors.many-colors .mobile-colors-list__item span {
  width: 14px;
  min-width: 14px;
  height: 14px;
  min-height: 14px;
}

.product-mobile-head .mobile-info-bot .mobile-colors.many-colors .mobile-colors-list__item.active {
  display: inline-flex;
  pointer-events: none;
  padding: 0;
}

.product-mobile-head .mobile-info-bot .mobile-colors.many-colors .mobile-colors-list__item.active span {
  transform: unset;
  box-shadow: none;
}

.product-mobile-head .mobile-info-bot .mobile-colors .mobile-colors-text {
  user-select: none;
  font-size: 10px;
  line-height: 1;
  color: #000000;
  padding-top: 2px;
  white-space: nowrap;
}

.product-mobile-head .product-modal-color {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: -15px;
  width: calc(100% + 30px);
  background-color: rgba(255, 255, 255, 0.8);
  transition: opacity 0.2s ease, top 0.2s ease;
  z-index: 1;
}

.product-mobile-head .product-modal-color.active {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
  top: -36px;
}

.product-mobile-head .product-modal-color .modal-wrap {
  padding: 5px;
}

.product-mobile-head .product-modal-color .modal-wrap .color-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.product-mobile-head .product-modal-color .color-list .color-item {
  cursor: pointer;
  padding: 5px;
  transition: all 0.2s ease;
}

.product-mobile-head .product-modal-color .color-list .color-item.active {
  pointer-events: none;
}

.product-mobile-head .product-modal-color .color-item span {
  display: block;
  position: relative;
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  border-radius: 50%;
}

.product-mobile-head .product-modal-color .color-list .color-item.white span {
  border: 1px solid #e5e5e5;
}

.product-mobile-head .product-modal-color .color-item.active span {
  transform: scale(0.85);
  box-shadow: 0px 0px 0px 2px rgb(255 255 255), 0px 0 0px 3px rgb(0 0 0);
}

.product-mobile-head .product-modal-color .color-list .color-item.white.active.white span {
  border: none;
}

.product-mobile-content .mobile-article {
  margin-top: 22px;
  text-align: center;
  line-height: 1;
}

.product-mobile-content .mobile-article span {
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #B1B1B1;
}

.product-mobile-content .product-options .option-item {
  position: relative;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
}

.product-mobile-content .product-options .option-item:not(.disabled):not(.option-item--parameters) {
  overflow: hidden;
}

.product-mobile-content .option-item .option-title {
  cursor: pointer;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}

.product-mobile-content .option-item .option-title .mobile-title {
  font-weight: 600;
}

.product-mobile-content .option-item .option-title .icon {
  display: flex;
  width: 11px;
  min-width: 11px;
  height: 5px;
  min-height: 5px;
  margin-right: 3px;
  margin-top: 6px;
}

.product-mobile-content .option-item.active .option-title .icon {
  margin-top: 0;
  transform: rotate(180deg);
}

.product-mobile-content .option-item .option-title .icon svg {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.product-mobile-content .product-options .option-item .option-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
}

.product-mobile-content .product-options .option-item.active .option-content {
  position: unset;
  opacity: 1;
  visibility: visible;
  padding-bottom: 25px;
  transition: opacity 0.2s ease;
}

.product-mobile-content .product-options .option-item:last-child .option-content {
  padding-bottom: 0;
}

.product-mobile-content .option-item .mobile-scroll-slider {
  width: calc(100% + 30px);
  display: flex;
  gap: 16px;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  overflow-y: hidden;
  margin: 0 -15px;
  padding-left: 15px;
}

.product-mobile-content .option-item .mobile-scroll-slider::-webkit-scrollbar {
  display: none;
}

.product-mobile-content .option-item .mobile-scroll-slider .mobile-scroll-slider__item {
  width: 88px;
  min-width: 88px;
  height: 133px;
}

.product-mobile-content .option-item .mobile-scroll-slider .mobile-scroll-slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-mobile-content .option-item.available .available-image-item {
  text-align: center;
}

.product-mobile-content .option-item.available .available-image-item .available-image-name {
  display: block;
  color: #1A1A1A;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 0 0;
  margin: 0;
}

.product-mobile-content .option-model-shows .option-model-shows__slider {
  padding: 16px;
  border-radius: 5px;
  background: #EFEFEF;
  gap: 13px;
}

.product-mobile-content .option-model-shows .option-model-shows-item {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 8px;
  width: 100%;
  max-width: 250px;
  min-width: 224px;
}

.product-mobile-content .option-model-shows .option-model-shows-item__img {
  width: 88px;
  min-width: 88px;
  min-height: 133px;
}

.product-mobile-content .option-model-shows .option-model-shows-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.product-mobile-content .option-model-shows .option-model-shows-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.product-mobile-content .option-model-shows .option-model-shows-info__title {
  display: block;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
}

.product-mobile-content .option-model-shows .option-model-shows-info__sub {
  margin-top: 5px;
  line-height: 1;
}

.product-mobile-content .option-model-shows .option-model-shows-info__sub p {
  display: inline-block;
  color: #8D8D8D;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
  margin: 0;
}

.product-mobile-content .option-model-shows .option-model-shows-info__price {
  display: block;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
}

.product-mobile-content .option-model-shows .option-model-shows-info__btn {
  margin-top: 10px;
  padding: 0 11px;
  height: 28px;
  line-height: 27px;
  font-size: 12px;
  white-space: nowrap;
}

.product-mobile-content .option-item.option-model {
  border-bottom: none;
}

.product-mobile-content .product-options .option-item.option-model .option-content {
  padding-bottom: 18px;
}

.product-mobile-content .option-item.option-model .model-mobile .model-mobile-prop {
  line-height: 1;
  font-size: 12px;
  margin-bottom: 5px;
}

.product-mobile-content .option-item.option-model .model-mobile .model-mobile-prop:last-child {
  margin-bottom: 0;
}

.product-mobile-content .option-item.option-model .model-mobile .product-text {
  font-size: 12px;
  text-transform: uppercase;
}

.product-mobile-content .option-item.description .description-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
  color: #000000;
}

.product-mobile-content .product-options .option-item.materials.active .option-content {
  padding-top: 14px;
}

.product-mobile-content .option-item.materials .materials-item-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.product-mobile-content .option-item.materials .materials-wrap.care {
  margin-top: 16px;
}

.product-mobile-content .option-item.materials .materials-list {
  display: flex;
  flex-direction: column;
}

.product-mobile-content .option-item.materials .materials-list .materials-item,
.product-mobile-content .option-item.materials .materials-list .materials-item span {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
  color: #000000;
}

.product-mobile-content .option-item.social {
  cursor: default;
  pointer-events: all;
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.product-mobile-content .option-item.social .social-buttons {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-left: -15px;
  margin-right: -15px;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
}

.product-mobile-content .option-item.social .social-button {
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: all 0.2s ease;
}

.product-mobile-content .option-item.social .social-button:not(:last-child) {
  border-right: 0.5px solid rgba(0, 0, 0, 0.1);
}

.product-mobile-content .option-item.social .social-button.phone-btn {
  padding: 0px 3px;
}

.product-mobile-content .option-item.social .social-button.whatsapp-btn {
  padding: 0px 12px;
}

.product-mobile-content .option-item.social .social-button.telegram-btn {
  padding: 0px 12px;
}

.product-mobile-content .option-item.social .social-button.phone-btn img {
  padding-top: 12px;
  width: 17px;
  margin-bottom: 4px;
}

.product-mobile-content .option-item.social .social-button.whatsapp-btn img {
  padding-top: 11px;
  width: 18px;
  margin-bottom: 5px;
}

.product-mobile-content .option-item.social .social-button.telegram-btn img {
  padding-top: 13px;
  width: 18px;
  margin-bottom: 5px;
}

.product-mobile-content .option-item.social .social-button span {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #1a1a1a;
  white-space: nowrap;
}

.product-mobile-content .mobile-images-container {
  display: block;
}

.product-mobile-content .product-look.mobile-images-container {
  display: none;
}

.product-mobile-content .product-look.mobile-images-container.active {
  display: block;
}

.product-mobile-content .mobile-images-container .title {
  width: max-content;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #1a1a1a;
  margin-top: 40px;
  margin-bottom: 21px;
}

.product-mobile-content .mobile-images-container .items-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 19px;
}

.product-mobile-content .mobile-images-container .items-list .item {
  position: relative;
}

.product-mobile-content .mobile-images-container .image {
  position: relative;
  padding-bottom: 151.6%;
  height: 0;
  overflow: hidden;
}

.product-mobile-content .mobile-images-container .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: 110%;
}

.product-mobile-content .mobile-images-container .description {
  position: relative;
  margin-top: 10px;
}

.product-mobile-content .mobile-images-container .description .favorite-block {
  display: flex;
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 1;
}

.product-mobile-content .mobile-images-container .favorite {
  cursor: pointer;
  padding: 5px;
  transition: all 0.2s ease;
}

.product-mobile-content .mobile-images-container .favorite .icon {
  display: block;
  width: 17px;
}

.product-mobile-content .mobile-images-container .favorite .icon.add {
  display: none;
}

.product-mobile-content .mobile-images-container .favorite.is-favorite .icon {
  display: none;
}

.product-mobile-content .mobile-images-container .favorite.is-favorite .icon.add {
  display: block;
}

.product-mobile-content .mobile-images-container .description .subtitle {
  width: max-content;
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  color: #868686;
}

.product-mobile-content .mobile-images-container .description .name-block {
  padding-right: 20px;
  line-height: 17px;
}

.product-mobile-content .mobile-images-container .name-block .name {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  color: #1a1a1a;
  overflow: hidden;
}

.product-mobile-content .mobile-images-container .price-block {
  position: relative;
  line-height: 1;
  margin-top: 10px;
}

.product-mobile-content .mobile-images-container .price-block .price {
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #1a1a1a;
}

.product-mobile-content .mobile-images-container .price-block .price.price-old {
  margin-left: 5px;
  color: rgb(31 31 31 / 35%);
  text-decoration: line-through;
}

.product-mobile-content .mobile-images-container .price-block .colors-block {
  display: flex;
  position: absolute;
  background-color: #fff;
  right: 0px;
  bottom: 4px;
}

.product-mobile-content .product-look.mobile-images-container .price-block .colors-block {
  display: none;
}


.product-mobile-content .mobile-images-container .color {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  position: relative;
}

.product-mobile-content .mobile-images-container .color:not(:last-child) {
  margin-right: 8px;
}

.product-mobile-content .mobile-images-container .color.active::after {
  content: '';
  display: block;
  position: absolute;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
  left: -3px;
  top: -3px;
  right: -3px;
  bottom: -3px;
}


.product-mobile-modal .close-modal {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 16px;
  height: 16px;
}

.product-mobile-modal .close-modal svg {
  display: block;
  width: 100%;
  height: 100%;
}

.product-mobile-modal.modal-size {
  cursor: default;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 15px;
  background: #fff;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition: bottom 0.2s ease;
  z-index: 1005;
}

.product-mobile-modal.modal-size.hide {
  bottom: -100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.product-mobile-modal.modal-size .size-head {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #1A1A1A;
  text-transform: uppercase;
  text-align: center;
}

.product-mobile-modal.modal-size .product-unavailable {
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
}

.product-mobile-modal.modal-size .size-table {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-mobile-modal.modal-size .size-table p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: #000000;
}

.product-mobile-modal.modal-size .size-table .size-table-arrow {
  width: 14px;
  height: 9px;
  transform: rotate(270deg);
}

.product-mobile-modal.modal-size .size-table .size-table-arrow img {
  width: 100%;
}

.product-mobile-modal.modal-size .size-filter .mobile-sizes-action {
  margin-top: 8px;
  margin-bottom: 43px;
}

.product-mobile-modal.modal-size .sizes-list {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.product-mobile-modal.modal-size .sizes-list .sizes-item {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 17px 0px;
  min-height: 53px;
}

.product-mobile-modal.modal-size .sizes-list .sizes-item.disabled {
  cursor: default;
  pointer-events: none;
}

.product-mobile-modal.modal-size .sizes-list .sizes-item .sizes-item-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.product-mobile-modal.modal-size .sizes-item .sizes-item-wrap .sizes-text {
  font-size: 16px;
  line-height: 19px;
  color: #1A1A1A;
}

.product-mobile-modal.modal-size .sizes-item.disabled .sizes-item-wrap .sizes-text {
  opacity: 0.4;
}

.product-mobile-modal.modal-size .sizes-item .sizes-item-wrap .sizes-buttons {
  display: flex;
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: all;
}

.product-mobile-modal.modal-size .sizes-item-wrap .sizes-buttons .sizes-button {
  position: relative;
  cursor: pointer;
  line-height: 1;
  padding: 10px;
}

.product-mobile-modal.modal-size .sizes-item-wrap .sizes-buttons .sizes-button.subscribe-button {
  padding-left: 6px;
}

.product-mobile-modal.modal-size .sizes-item-wrap .sizes-button span {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #1A1A1A;
  white-space: nowrap;
}

.product-mobile-modal.modal-size .sizes-item-wrap .sizes-button span:first-letter {
  text-transform: uppercase;
}

.product-mobile-modal.modal-basket {
  cursor: default;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  min-height: 155px;
  padding: 15px;
  background: #fff;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition: bottom 0.2s ease;
  z-index: 1006;
}

.product-mobile-modal.modal-basket.hide {
  bottom: -100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.product-mobile-modal.modal-basket .basket-head,
.product-mobile-modal.modal-basket .basket-head span {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #1A1A1A;
}

.product-mobile-modal.modal-basket .basket-head {
  margin-bottom: 23px;
}

.product-mobile-modal.modal-basket .basket-link {
  width: 100%;
  user-select: none;
}

.product-mobile-modal.modal-basket .basket-message {
  display: none;
  font-size: 16px;
  line-height: 1.3;
  color: #1A1A1A;
  margin-bottom: 24px;
}

.product-mobile-modal.modal-basket .basket-message.active {
  display: block;
}

.product-mobile-modal.modal-basket .basket-empty-message {
  display: none;
  font-size: 16px;
  line-height: 1.3;
  color: #1A1A1A;
  margin-bottom: 31px;
}

.product-mobile-modal.modal-basket .basket-empty-message a {
  text-decoration: none;
}

.product-mobile-modal.modal-basket .basket-empty-message a span {
  display: inline-block;
  font-size: 16px;
  line-height: 1.3;
  border-bottom: 1px solid #1A1A1A;
  color: #1A1A1A;
  text-transform: lowercase;
}

.product-mobile-modal.modal-basket .basket-empty-message.active {
  display: block;
}

.product-mobile-modal.modal-basket .product-mobile-look {
  display: none;
  flex-direction: column;
}

.product-mobile-modal.modal-basket .product-mobile-look.active {
  display: flex;
}

.product-mobile-modal.modal-basket .product-mobile-look .look-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #1A1A1A;
  margin-bottom: 16px;
}

.product-mobile-modal.modal-basket .product-mobile-look .look-filter {
  margin: 0 -16px 37px;
}

.product-mobile-modal.modal-basket .product-mobile-look .look-wrap {
  display: flex;
  width: 100%;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  overflow-y: hidden;
}

.product-mobile-modal.modal-basket .product-mobile-look .look-wrap::-webkit-scrollbar {
  display: none;
}

.product-mobile-modal.modal-basket .product-mobile-look .look-wrap .look-item {
  display: block;
  max-width: 81px;
  min-width: 81px;
  min-height: 123px;
  max-height: 123px;
}

.product-mobile-modal.modal-basket .product-mobile-look .look-wrap .look-item:first-child {
  margin-left: 16px;
}

.product-mobile-modal.modal-basket .product-mobile-look .look-wrap .look-item:not(:last-child) {
  margin-right: 12px;
}

.product-mobile-modal.modal-basket .product-mobile-look .look-wrap .look-item img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .product-content {
    display: none;
  }

  .product-mobile-content {
    display: block;
  }

  body.product-modal {
    overflow: hidden;
  }

  body.product-modal .overlay-content {
    opacity: 1;
    visibility: visible;
  }

  body.product-modal .workarea {
    position: unset;
  }

  body.product-modal header,
  body.product-modal .product-header,
  body.product-modal .product-mobile-content,
  body.product-modal .product-recommended,
  body.product-modal footer {
    pointer-events: none;
    filter: blur(6px);
  }

  .product-mobile-modal.modal-size {
    display: block;
  }

  .product-mobile-modal.modal-basket {
    display: flex;
  }
}

@media only screen and (max-width: 540px) {
  .product-mobile-content .mobile-images-container .price-block .colors-block {
    display: none;
  }
}

@media only screen and (max-width: 350px) {
  .product-mobile-head .mobile-info-bot .mobile-price .price .price-value {
    font-size: 13px;
  }

  .product-mobile-head .mobile-info-bot .mobile-info-bot__basket .ibutton {
    min-width: 145px;
  }

  .product-mobile-head .mobile-info-bot .mobile-info-bot__basket .ibutton:not(.ibutton-oneclick-mobile) {
    min-width: 135px;
    padding: 0 15px;
  }

  .product-mobile-head .mobile-info-bot .mobile-colors .mobile-colors-list {
    margin: -1px -3px 0;
  }

  .product-mobile-head .mobile-info-bot .mobile-colors .mobile-colors-list__item {
    padding: 5px 3px;
  }

  .product-mobile-head .mobile-info-bot .mobile-colors .mobile-colors-list__item span {
    width: 12px;
    min-width: 12px;
    height: 12px;
    min-height: 12px;
  }

  .product-mobile-head .mobile-info-bot .mobile-colors.many-colors {
    gap: 4px;
  }

  .product-mobile-head .mobile-info-bot .mobile-colors .mobile-colors-text {
    padding-top: 1px;
  }

  .product-mobile-head .mobile-info-bot .mobile-colors.many-colors .mobile-colors-list__item span {
    width: 13px;
    min-width: 13px;
    height: 13px;
    min-height: 13px;
  }
}