[data-hor-scroll] {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  scrollbar-gutter: stable;
}
[data-hor-scroll]:hover,
[data-hor-scroll].hover-active {
  scrollbar-color: #c21111 transparent;
}
[data-hor-scroll]::-webkit-scrollbar {
  height: 4px;
  background-color: transparent;
}
[data-hor-scroll]::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 5px;
}
[data-hor-scroll]:hover::-webkit-scrollbar-thumb,
[data-hor-scroll].hover-active::-webkit-scrollbar-thumb {
  background-color: #c21111;
}

.category-links-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.category-links-wrapper__left {
    width: 48%;
}
.category-links-wrapper__right {
    width: 50%;
    text-align: right;
}
.category-links-wrapper__right img {
    max-width: 100%;
    height: auto;
}
.category-links-wrapper__descr {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 40px;
  max-height: 90px;
  overflow-y: hidden;
}

.category-links-wrapper__links {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
}

.category-links-wrapper__links__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 14px;
}
.category-links-wrapper__links__item:not(:last-child) {
    margin-right: 14px;
}
.category-links-wrapper__links__item img {
  width: 120px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 12px;
  border: 2px solid transparent;
}
.category-links-wrapper__links__item:hover img {
  border: 2px solid #c21111;
}
.category-links-wrapper__links__item span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

@media screen and (max-width: 1100px) {
    .category-links-wrapper {
        flex-direction: column-reverse;
    }
    .category-links-wrapper__left,
    .category-links-wrapper__right {
        width: 100%;
    }
    .category-links-wrapper__right {
        margin-bottom: 30px;
    }
    .category-links-wrapper__right img {
        width: 100%;
    }

}

.mob-complete-look-wrapper {
    display: none;
    overflow: hidden;
}
.mob-complete-look-title {
  font-size: 18px;
  line-height: 22px;
  margin-top: 30px;
}

.mob-complete-look-slider {
  display: grid;
  grid-auto-flow: column;
  gap: 9px;
  overflow-x: auto;
  overflow-y: hidden;
  box-sizing: border-box;
  padding-bottom: 20px;
  grid-auto-columns: 45%;
  margin-top: 16px;
}

.mob-complete__item {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  scroll-snap-align: start;
}

.mob-complete__item__thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: block;
}

.mob-complete__item__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 600px) {
    .mob-complete-look-wrapper {
        display: flex;
        flex-direction: column;
    }
    .complete-look-wrapper {
        display: none;
    }

    .category-links-wrapper {
      margin-bottom: 20px;
    }

    .sticker--mini:nth-child(2) {
      top: 38px;
    }
    .sticker--mini:nth-child(3) {
      top: 66px;
    }
}

.complete-look-wrapper {
    margin-top: 70px;
}
.complete-look-wrapper .product__block-title {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.complete-look-content .slick-track {
    margin: 0;
}

.complete__item {
    position: relative;
}

.complete__item:not(:last-child) {
    margin-right: 9px;
}

.complete__item__thumb {
  background: #f1f5f6;
  overflow: hidden;
}

.complete__item__thumb a img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all .8s ease;
}

.complete__item__thumb:hover a img {
    transform: scale(1.1);
}

.complete-look-content .slick-prev:before, .complete-look-content .slick-next:before {
    color: #000;
}

.slick__cstm-buttons {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-left: 27px;
}

.slick-button-next, .slick-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px !important;
  height: 50px !important;
  background: #f1f5f6 !important;
  transition: all .5s ease;
}

.slick-button-next:before, .slick-button-prev:before {
  display: block;
  content: "" !important;
  background: url(/catalog/view/theme/default/img/icons/arrow_down.svg) !important;
    background-size: auto;
  width: 16px !important;
  height: 16px !important;
  background-size: cover !important;
}

.slick-button-prev:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.slick-button-next:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.slick-button-next.slick-disabled, .slick-button-prev.slick-disabled {
  opacity: .3 !important;
  cursor: unset !important;
}

.slick-button-next:hover:not(.slick-disabled), .slick-button-prev:hover:not(.slick-disabled) {
  background: #c21111 !important;
}


.product__video-block {
    display: flex;
    gap: 12px;
    width: 100%;
    flex-wrap: wrap;
    overflow-x: auto;
    margin-top: 30px;
  }
.product__video-block a {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.product__video-block a::before, .product__video-block a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 3px;
  background: linear-gradient(45deg, #fdf497, #fd5949, #d6249f, #285AEB);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.product__video-block a::after, .product__video-block button::after {
  display: none;
}

.product__video-block a img, .product__video-block a video {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
  object-fit: cover;
  background: white;
  padding: 6px;
  box-sizing: border-box;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .product__video-block a {
      width: 70px;
      height: 70px;
  }
}
