.product-item-container {
  position: relative;
}

.product-item-container {
  height: 100% !important;
}

.product-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  background-color: rgba(250, 250, 250, 0.5);
  border-radius: 10px;
}

.product-item__top {
  background: #fafafa;
  border-radius: 10px;
  padding: 16px;
}

.product-item__bottom {
  padding: 0 16px 20px 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.product-item-line-card .product-item {
  width: auto !important;
  border-bottom: 1px solid #dadada;
}

@media (max-width: 991px) {
  .product-item-line-card .product-item .col-sm-6:nth-child(2n) {
    clear: both;
  }
}

.bx-retina .product-item {
  border-width: 0.5px;
}

.product-item * {
  /*transition: opacity 300ms ease;*/
}

@media (max-width: 767px) {
  .product-item {
    padding: 15px 5px 5px;
  }

  .product-item-line-card .product-item .col-xs-12:nth-child(2n) {
    clear: both;
  }
}

.bx-touch .product-item {
  width: auto;
}

@-webkit-keyframes product-item-hover {
  0% {
    position: absolute;
    left: -15px;
    right: -15px;
    border: 1px solid transparent;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    border: 1px solid transparent;
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.19);
  }
}

/*Image*/
.product-item-image-wrapper {
  position: relative;
  display: block;
  margin-bottom: 0;
  padding-top: 106%;
  width: 100%;
  transition: all 300ms ease;
}

.product-item-image-wrapper:hover {
}

.product-item-container.hover.product-item-scalable-card
  .product-item-image-wrapper {
  padding-top: 54%;
}

.product-item-image-original,
.product-item-image-alternative {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: opacity 300ms linear;
  mix-blend-mode: multiply;

  object-fit: contain;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-item-image-original {
  z-index: 11;
}

.product-item-image-alternative {
  z-index: 13;
  opacity: 0;
}

.product-item-big-card .product-item-image-wrapper {
  margin-bottom: 25px;
}

/*Image Slider*/
.product-item-image-slider-slide-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: opacity 300ms ease;
}

.product-item-image-slide {
  position: relative;
  display: none;
  height: 100%;
  background-color: #fff;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.6s ease-in-out left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .product-item-image-slide {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .product-item-image-slide.next,
  .product-item-image-slide.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  .product-item-image-slide.prev,
  .product-item-image-slide.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  .product-item-image-slide.next.left,
  .product-item-image-slide.prev.right,
  .product-item-image-slide.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
  display: block;
}

.product-item-image-slider-slide-container > .active {
  left: 0;
}

.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.product-item-image-slider-slide-container > .next {
  left: 100%;
}

.product-item-image-slider-slide-container > .prev {
  left: -100%;
}

.product-item-image-slider-slide-container > .next.left,
.product-item-image-slider-slide-container > .prev.right {
  left: 0;
}

.product-item-image-slider-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.product-item-image-slider-progress-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #f42c2c;
  opacity: 0.8;
}

.product-item-image-slider-control-container {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  padding: 0;
  text-align: center;
  transition: opacity 300ms ease;
}

.product-item-image-slider-control,
.product-item-image-slider-control.active {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(128, 128, 128, 0.8);
  opacity: 0.6;
  cursor: pointer;
  transition: all 300ms ease;
}

.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover {
  cursor: pointer;
}

/*Label*/
.product-item-label-text,
.product-item-label-ring {
  position: absolute;
  z-index: 15;
  top: 0;
  left: 0;
  display: flex;
  max-width: 250px;
  flex-wrap: wrap;
}

.product-item__top .product-item-label-text,
.product-item__top .product-item-label-ring {
  flex-direction: column;
}

.product-item-label-text span,
.product-item-label-ring {
  display: inline-block;
  clear: both;
  color: #fff;
  vertical-align: middle;
  text-align: center;
}

.product-item__label {
  width: max-content;
  padding: 8px 13px;
  margin-bottom: 7px;
  margin-right: 7px;
  border-radius: 150px;
  position: relative;
}

.product-item__label::before {
  content: "";
  width: 11px;
  height: 16px;
  bottom: 0;
  right: -5px;
  position: absolute;
}

.product-item__label.newproduct {
  background-color: #71cf7a;
}

.product-item__label.newproduct::before {
  background-image: url("img/newproduct-desc.svg");
}

.product-item__label.ucenka {
  background-color: #ef5530;
}

.product-item__label.ucenka::before {
  background-image: url("img/ucenka-desc.svg");
}

.product-item__label.saleleader {
  background-color: #856ff7;
}

.product-item__label.saleleader::before {
  background-image: url("img/saleleader-desc.svg");
}

.product-item__label.discount {
  background-color: #ffd23a;
}

.product-item__label.discount::before {
  background-image: url("img/discount-desc.svg");
}

.product-item__label.barbie {
  background-image: url("/local/templates/blushstore/components/bitrix/catalog.item/item/img/barbie.svg");
  padding: 6px 18px 7px 13px;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring {
  background-color: #fba90c;
}

.product-item-label-text > div,
.product-item-label-ring > div {
  line-height: 0;
}

.scu-hidden {
  width: 0;
  height: 0;
  opacity: 0;
  z-index: -1;
  position: absolute;
}

/* TEXT */
.product-item-label-text span {
  vertical-align: middle;
  font-weight: bold;
}

/*SMALL*/
.product-item-label-text.product-item-label-small span,
.product-item-scalable-card.hover
  .product-item-label-text.product-item-label-small
  span {
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
}

.product-item-big-card .product-item-label-text.product-item-label-small span {
  padding: 5px 12px;
  font-size: 16px;
  line-height: 21px;
}

/* BIG */
.product-item-label-text.product-item-label-big span,
.product-item-scalable-card.hover
  .product-item-label-text.product-item-label-big
  span {
  padding: 4px 10px;
  font-size: 13px;
  line-height: 17px;
}

.product-item-big-card .product-item-label-text.product-item-label-big span {
  padding: 5px 17px;
  font-size: 22px;
  line-height: 33px;
}

@media (max-width: 767px) {
  .product-item-label-text > div {
    line-height: 0;
  }

  .product-item-label-text.product-item-label-small span,
  .product-item-scalable-card.hover
    .product-item-label-text.product-item-label-small
    span {
    font-size: 10px;
    line-height: 14px;
  }

  .product-item-big-card .product-item-label-text.product-item-label-small span,
  .product-item-label-text.product-item-label-big span,
  .product-item-scalable-card.hover
    .product-item-label-text.product-item-label-big
    span {
    margin-bottom: 1px;
    padding: 3px 12px;
    font-size: 14px;
    line-height: 16px;
  }

  .product-item-big-card .product-item-label-text.product-item-label-big span {
    padding: 3px 12px;
    font-size: 20px;
    line-height: 25px;
  }

  .product-item__label.barbie {
    padding: 5px 8px 4px 5px;
  }
}

/*RING*/
.product-item-label-ring {
  box-sizing: border-box;
  border-radius: 50%;
  font-weight: bold;
}

.product-item-label-ring.product-item-label-small,
.product-item-scalable-card.hover
  .product-item-label-ring.product-item-label-small {
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
}

.product-item-big-card .product-item-label-ring.product-item-label-small {
  width: 100px;
  height: 100px;
  font-size: 30px;
  line-height: 100px;
}

.product-item-label-ring.product-item-label-big,
.product-item-scalable-card.hover
  .product-item-label-ring.product-item-label-big {
  width: 50px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
}

.product-item-big-card .product-item-label-ring.product-item-label-big {
  width: 120px;
  height: 120px;
  font-size: 42px;
  line-height: 120px;
}

@media (max-width: 767px) {
  .product-item-label-ring.product-item-label-small,
  .product-item-scalable-card.hover
    .product-item-label-ring.product-item-label-small {
    width: 35px;
    height: 35px;
    font-size: 12px;
    line-height: 35px;
  }

  .product-item-big-card .product-item-label-ring.product-item-label-small,
  .product-item-label-ring.product-item-label-big,
  .product-item-scalable-card.hover
    .product-item-label-ring.product-item-label-big {
    width: 35px;
    height: 35px;
    font-size: 12px;
    line-height: 35px;
  }

  .product-item-big-card .product-item-label-ring.product-item-label-big {
    width: 70px;
    height: 70px;
    font-size: 24px;
    line-height: 70px;
  }
}

/*Title*/
.product-item-title {
  margin-bottom: 16px;
  margin-top: 20px;
}

.product-item-title a {
  font-size: 16px !important;
  line-height: 120%;
  font-weight: 600;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 38px;
}

@media (max-width: 500px) {
  .product-item-title a {
    -webkit-line-clamp: 3;
    min-height: 50px;
  }
}

.product-item-big-card .product-item-title a {
  font-size: 21px;
}

.product-item-line-card .product-item-title a {
  font-size: 20px;
}

/*Price*/
.product-item-price-container {
  margin: 5px 0 10px;
}

.product-item-price-current {
  white-space: nowrap;
  letter-spacing: -0.06em;
  font-size: 32px;
  line-height: 100%;
  font-weight: 600;
}

.product-item-price-old {
  color: var(--color-grey-3);
  white-space: nowrap;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.06em;
  padding: 0 3px;
  width: max-content;
  max-width: 100%;
  background-image: url("img/through.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.product-item-big-card .product-item-price-current,
.product-item-big-card .product-item-price-old {
  vertical-align: middle;
  line-height: 20px;
}

.product-item-big-card .product-item-price-container {
  margin: 0 0 10px;
}

.product-item-big-card .product-item-price-current {
  font-size: 18px;
}

.product-item-big-card .product-item-price-old {
  font-size: 15px;
}

/*Info*/
.product-item-line-card .product-item-info-container {
  text-align: center;
}

.product-item-info-container {
  margin-bottom: 8px;
}

.buttons-block.product-item-info-container {
  margin-bottom: 0px;
}

.product-item-info-container-title {
  color: #000;
  font-weight: bold;
  font-size: 13px;
}

.bx-no-touch
  .product-item-container
  .product-item-info-container.product-item-hidden {
}

.product-item-amount-description-container {
  color: #a5a5a5;
  white-space: nowrap;
  font-size: 12px;
  display: block;
}

.product-item-big-card .product-item-amount-field-container {
  text-align: left;
}

.product-item-amount-description-container strong {
  color: #333;
  white-space: nowrap;
}

.product-item-amount-label-container {
  margin: 5px 0;
  color: #a5a5a5;
  font-weight: bold;
  font-size: 12px;
}

/**/
.product-item-quantity {
  color: #333;
  font-weight: normal;
  font-size: 12px;
}

/*Properties */
.product-item-properties {
  font-size: 14px;
  line-height: 120%;
  opacity: 1;
  position: static;
  color: #828282;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
}

.product-item-properties dl {
  clear: both;
}

.product-item-properties dt {
  float: left;
  clear: both;
  font-weight: normal;
}

.product-item-properties dd {
  color: #000;
  margin: 0;
  font-weight: 500;
}

/*Compare*/
.product-item-compare-container {
  position: relative;
  display: none;
  margin: 0 -15px;
  padding: 4px 15px;
  min-height: 30px;
  border-top: 1px solid #e6e6e6;
  background: #f3f3f3;
  box-shadow: inset 0 1px 1px 0 #eee;
  vertical-align: middle;
  font-size: 12px;
  line-height: 20px;
}

.product-item-line-card .product-item-compare-container {
  margin: 0;
  border: none;
  background-color: transparent;
  box-shadow: none;
  text-align: center;
}

.bx-touch .product-item-compare-container {
  display: none;
}

.product-item-line-card .product-item-compare-container,
.product-item-container.hover .product-item-compare-container {
  display: block;
}

.product-item-compare .checkbox {
  margin: 0;
  padding: 0;
}

/* SCU */
.product-item-scu-container {
}

.product-item-scu-container-title {
  color: #333;
  font-size: 12px;
}

.product-item-scu-block {
}

.product-item-scu-list {
  margin: 0;
}

.product-item-scu-list.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 500;
  display: flex;
  align-items: flex-end;
  overscroll-behavior: contain;
}

.product-item-scu-item-list {
  padding: 0;
  list-style: none;
  margin: 0 0 8px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
  display: inline-block;
  box-sizing: border-box;
  padding: 0;
  max-width: 100%;
}

.product-item-scu-item-text-container {
  min-width: 32px;
}

.product-item-scu-item-color-container {
  width: 28px;
  border-radius: 50%;
}

.product-item-scu-item-color-block {
  position: relative;
  padding-top: 100%;
  outline: 0 solid #c0cfda;
  cursor: pointer;
  border-radius: 50%;
}

.bx-no-touch .product-item-scu-item-color-block {
}

.bx-retina .product-item-scu-item-color-block {
  outline-width: 0.5px;
}

.product-item-scu-item-color-container.selected
  .product-item-scu-item-color-block {
  outline-width: 2px;
  outline-color: #ad756a;
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block {
  outline-width: 1px;
}

.product-item-scu-item-color {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 50%;
}

.product-item-scu-item-text-block {
  position: relative;
  padding: 8px 20px;
  border-radius: 10px;
  cursor: pointer;
  background-color: var(--color-light-grey);
}

.bx-no-touch .product-item-scu-item-text-block {
  transition: outline 300ms ease;
}

.bx-retina .product-item-scu-item-text-block {
  outline-width: 0.5px;
}

.product-item-scu-item-text-container.selected
  .product-item-scu-item-text-block {
  background-color: var(--color-orange);
}

.product-item-scu-item-text-container.selected
  .product-item-scu-item-text-block
  .product-item-scu-item-text {
  color: var(--color-white);
}

.product-item-scu-item-text-container.selected.notallowed
  .product-item-scu-item-text-block
  .product-item-scu-item-text {
  color: var(--color-grey-1);
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block {
  outline-width: 1px;
}

.product-item-scu-item-text {
  font-size: 14px;
  line-height: 120%;
  font-weight: 500;
}

.product-item-scu-item-color-container.notallowed
  .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed
  .product-item-scu-item-text-block {
  position: relative;
  background: var(--color-light-grey);
  border: 1px solid var(--color-light-grey);
  color: var(--color-grey-1);
  cursor: default;
  padding: 7px 19px;
}

.product-item-scu-item-list
  .product-item-scu-item-text-container.notallowed
  .product-item-scu-item-text-block {
  border: none;
}

.product-item-scu-item-list
  .product-item-scu-item-text-container.notallowed
  .product-item-scu-item-text-block
  .product-item-scu-item-text {
  color: var(--color-dark-grey);
}

@media (max-width: 991px) {
  .product-item-line-card .product-item-scu-container-title {
    text-align: center;
  }

  .product-item-line-card .product-item-scu-item-list {
    text-align: center;
  }

  .product-item-line-card .product-item-scu-item-color-container,
  .product-item-line-card .product-item-scu-item-text-container {
    display: inline-block;
    float: none;
  }
}

/*Description*/
.product-item-description-container {
}

.product-item-description-container p {
  color: #575757;
  font-size: 13px;
}

/*Buttons*/
.product-item-button-container {
  text-align: center;
}

.product-item-button-container .btn {
  color: var(--color-black);
  font-size: 16px;
  line-height: 100%;
  padding: 18px 30px;
  border-radius: 100px;
  border: 1px solid var(--color-black);
  display: inline-block;
  transition: all 0.25s;
}

@media (max-width: 1350px) {
  .product-item-button-container .btn {
    padding: 9px 15px;
  }
}

@media (hover: hover) {
  .product-item-button-container .btn:not(.not-available):hover {
    background-color: var(--color-orange);
    border-color: var(--color-orange);
    color: var(--color-white);
  }
}

.product-item-button-container .btn:not(.not-available).mob-hover {
  background-color: var(--color-orange);
  border-color: var(--color-orange);
  color: var(--color-white);
}

.product-item-button-container .btn.not-available,
.product-item-button-container .btn[id*="_not_avail"],
.product-item-button-container .btn[id*="_not_avail"]:hover {
  background: transparent;
  border-color: var(--color-grey-2);
  color: var(--color-grey-2);
  cursor: default;
}

/*Stickers*/
.product-item-sticker,
.product-item-sticker-round {
  display: none;
}

/*More*/
.product-item-more-container {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 15px 15px 5px;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 2px;
  transition: all 300ms ease;
}

.product-item-more-wrapper {
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding-top: 116%;
  width: 100%;
}

.product-item-more {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #f3f3f3
    url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==)
    no-repeat center;
  background-size: 50%;
  opacity: 0.7;
  transition: opacity 300ms ease;
}

.bx-touch .product-item-more,
.product-item-container.hover .product-item-more {
  opacity: 1;
}

.product-item-more-title {
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.product-item__favorite {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 12;
  cursor: pointer;
  display: flex;
}

.product-item__favorite.active svg path {
  fill: #bdbdbd;
}

.product-item__price-container {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 0;
}

.product-item__secelted-scu {
  display: none;
  font-size: 12px;
  line-height: 120%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.product-item__buy {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 15px;
}

.scu-title {
  font-size: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.catalog-basket-popup {
  background: #f9f9f9 !important;
  box-shadow: 0px 14.4108px 42.6986px rgba(146, 146, 146, 0.3) !important;
  border-radius: 20px !important;
  position: fixed !important;
  right: 60px !important;
  bottom: 40px !important;
  top: auto !important;
  left: auto !important;
  padding: 16px 19px !important;
  font-family: "Vela Sans" !important;
}

.catalog-popup__inner {
  display: flex;
  align-items: center;
  gap: 30px;
}

.catalog-popup__inner img {
  mix-blend-mode: multiply;
}

.catalog-basket-popup .popup-window-content {
  background-color: transparent !important;
}

.catalog-popup-text p:first-child {
  color: var(--color-dark-grey);
  font-size: 14px;
  line-height: 140%;
  margin: 0;
}

.catalog-popup-text p:last-child {
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  margin: 4px 0 0 0;
}

.selected-color-name {
  font-size: 12px;
  line-height: 120%;
  color: #828282;
}

.product-item-info-container.dropdown .product-item-scu-item-list {
  width: 100%;
  padding: 6px 0;
  border-radius: 10px;
  background: var(--color-white);
  display: none;
  position: absolute;
  z-index: 16;
  left: 0;
  bottom: 100%;
  margin: 0 0 10px 0;
  box-shadow: 0px 4px 76px 0px rgba(0, 0, 0, 0.06);
  max-height: 300px;
  overflow: auto;
}

.product-item-info-container.dropdown
  .product-item-scu-item-list:not(.fixed)::-webkit-scrollbar {
  width: 6px;
}
.product-item-info-container.dropdown
  .product-item-scu-item-list:not(.fixed)::-webkit-scrollbar-button {
  display: none;
}

.product-item-info-container.dropdown
  .product-item-scu-item-list:not(.fixed)::-webkit-scrollbar-thumb {
  background-color: #e0e0e0;
  border-radius: 50px;
}

.product-item-info-container.dropdown .scu-title {
  font-size: 14px;
  line-height: 120%;
  opacity: 1;
  position: static;
  z-index: 1;
  color: #828282;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.prop-value {
  color: var(--color-black);
  font-weight: 500;
}

.product-item-info-container.dropdown .product-item-scu-item-text {
  font-weight: 400;
  color: var(--color-black);
}

.product-item-info-container.dropdown .product-item-scu-item-text-block {
  padding: 14px 16px;
  background: transparent;
  border-radius: 0;
}

.product-item-info-container.dropdown
  .product-item-scu-item-text-container:not(.notallowed):not(.selected)
  .product-item-scu-item-text-block:hover {
  background: var(--color-orange-5);
}

.product-item-info-container.dropdown
  .product-item-scu-item-text-container:not(.notallowed)
  .product-item-scu-item-text-block:hover
  .product-item-scu-item-text {
  color: var(--color-orange);
}

.product-item-info-container.dropdown
  .product-item-scu-item-list
  .product-item-scu-item-text-container {
  display: block;
  width: 100%;
}

.product-item-info-container.dropdown
  .product-item-scu-item-text-container.selected:not(.notallowed)
  .product-item-scu-item-text-block
  .product-item-scu-item-text {
  color: var(--color-orange);
  padding-right: 15px;
}

.product-item-info-container.dropdown .product-item-scu-block {
  width: auto;
}

.product-item-scu-dropdown-current {
  border-radius: 4.5px;
  background: var(--color-light-grey);
  cursor: pointer;
  font-size: 14px;
  line-height: 120%;
  font-weight: 500;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.product-item-scu-dropdown-current svg {
  transition: all 0.3s;
  overflow: visible;
  opacity: 1;
}

.product-item-scu-dropdown-current svg.opened {
  transform: rotate(180deg);
}

.product-item-info-container.dropdown .product-item-scu-container {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: center;
  position: relative;
}

.product-item-image-original.no-photo,
.product-item-image-alternative.no-photo {
  width: auto;
  height: auto;
  background-size: auto;
}

.product-item-info-container.dropdown
  .product-item-scu-item-text-container.selected {
  background-image: url("img/check.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: calc(100% - 12px) center;
}

@media (hover: hover) {
  .product-item-scu-dropdown-current:hover {
    background-color: var(--color-orange-10);
  }

  .product-item-scu-dropdown-current:hover svg path {
    fill: var(--color-orange);
  }
}

@media (max-width: 1200px) {
  .product-item__top {
    padding: 8px;
  }

  .product-item__bottom {
    padding: 0 8px 8px 8px;
  }

  .product-item-label-text.product-item-label-small span,
  .product-item-scalable-card.hover
    .product-item-label-text.product-item-label-small
    span {
    font-size: 12px;
    line-height: 12px;
  }

  .product-item__label {
    padding: 3px 6px 5px 6px;
  }

  .product-item__label::before {
    right: -4px;
    width: 9px;
    height: 13px;
  }

  .product-item__label.discount {
    padding: 4px 6px;
  }

  .product-item__label.discount::before {
    background-image: url("img/discount-mob.svg");
  }

  .product-item__label.saleleader::before {
    background-image: url("img/saleleader-mob.svg");
  }

  .product-item__label.newproduct::before {
    background-image: url("img/newproduct-mob.svg");
  }

  .product-item__label.ucenka::before {
    background-image: url("img/ucenka-mob.svg");
  }

  .product-item__favorite {
    top: 8px;
    right: 8px;
    width: 16px;
  }

  .product-item-title {
    margin-top: 12px;
  }

  .product-item-title a {
    font-size: 14px !important;
    min-height: unset;
  }

  .product-item__secelted-scu {
    color: #828282;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: break-spaces;
  }

  .product-item-scu-item-text {
    font-size: 12px;
  }

  .product-item__buy {
    display: grid;
    justify-content: initial;
    gap: 16px;
  }

  .product-item-button-container .btn {
    font-size: 14px;
    padding: 11px;
    width: 100%;
  }

  .product-item-button-container .btn.not-available {
    padding: 12px;
  }

  .product-item__price-container {
    align-items: flex-end;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }

  .product-item-scu-dropdown-current {
    font-size: 12px;
  }

  .product-item-info-container.dropdown .scu-title,
  .product-item-properties {
    font-size: 12px;
  }

  .product-item-info-container.dropdown .product-item-scu-container {
    gap: 4px;
    align-items: flex-end;
  }

  .product-item-scu-dropdown-current {
    width: 24px;
    height: 24px;
  }

  .product-item-price-current {
    font-size: 16px;
    line-height: 16px;
  }

  .product-item-price-old {
    font-size: 14px;
    padding: 0 4px;
  }

  .product-item-image-original.no-photo,
  .product-item-image-alternative.no-photo {
    width: 80%;
    height: 80%;
    background-size: 80%;
  }
}

@media (max-width: 767px) {
  .catalog-basket-popup {
    right: 0 !important;
    left: 0 !important;
  }
}

@media (max-width: 500px) {
  .product-item-info-container.dropdown .product-item-scu-item-list {
    margin: 0;
    padding: 0;
    border-radius: 0;
  }

  .scu-title {
    display: none;
  }

  .product-item-scu-item-text-block,
  .product-item-scu-item-text-container.notallowed
    .product-item-scu-item-text-block {
    padding: 8px;
  }

  .product-item-info-container.dropdown
    .product-item-scu-item-text-container.selected {
    background-position: calc(100% - 20px) 14px;
  }
}

.product-item-info-container.dropdown .product-item-scu-item-list.fixed {
  position: static;
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 999;
  border-radius: 20px 20px 0px 0px;
  box-shadow: 0px 4px 76px 0px rgba(0, 0, 0, 0.06);
  overscroll-behavior: contain;
  background-color: white;
}

.product-item-info-container.dropdown
  .product-item-scu-item-list.fixed::before {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  background-color: var(--color-black);
  opacity: 0.6;
}

.product-item-info-container.dropdown .product-item-scu-item-list.fixed::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color-white);
  border-radius: 20px 20px 0px 0px;
  box-shadow: 0px 4px 76px 0px rgba(0, 0, 0, 0.06);
}

.product-item-scu-item-list.fixed li {
  position: relative;
  background-color: var(--color-white);
  z-index: 2;
}

.product-item-scu-item-list.fixed li:last-child {
  padding-bottom: 44px;
}

.sku-list-mobile-title {
  padding: 30px 20px 6px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  border-radius: 20px 20px 0px 0px;
}

.product-item-info-container.dropdown .product-item-scu-item-text-block {
  padding: 14px 20px;
}

.product-item-scu-item-list.fixed li:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: calc(100% - 40px);
  left: 20px;
  background-color: #f2f2f2;
}

.product-item-scu-item-list.fixed li:first-child::after {
  display: none;
}

.product-item-scu-item-list.fixed .product-item-scu-item-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.product-item .product-item-amount-field-btn-minus,
.product-item .product-item-amount-field-btn-plus {
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.25s;
}

@media (hover: hover) {
  .product-item .product-item-amount-field-btn-minus:hover,
  .product-item .product-item-amount-field-btn-plus:hover {
    background-color: rgba(249, 249, 249, 0.15);
  }
}

.product-item .product-item-amount-field-btn-minus:active,
.product-item .product-item-amount-field-btn-plus:active {
  background-color: rgba(249, 249, 249, 0.15);
}

.product-item .product-item-amount-field-container {
  display: flex;
  align-items: center;
  width: 136px;
  justify-content: space-between;
  padding: 15px 24px;
  border-radius: 200px;
  background-color: var(--color-orange);
}

.product-item .product-item-amount-field {
  width: 22px;
  text-align: center;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  color: var(--color-white);
  background-color: transparent;
  border-radius: 50%;
  transition: all 0.25s;
}

@media (hover: hover) {
  .product-item .product-item-amount-field:hover {
    background: rgba(249, 249, 249, 0.15);
  }
}

.product-item .product-item-info-container.quantity-block {
  display: none;
  margin: 0;
}

@media (max-width: 1350px) {
  .product-item .product-item-amount-field-container {
    padding: 9px 15px;
    width: auto;
  }
}

@media (max-width: 1200px) {
  .product-item .product-item-amount-field-btn-minus,
  .product-item .product-item-amount-field-btn-plus {
    width: 20px;
    height: 20px;
  }

  .product-item .product-item-amount-field-container {
    padding: 9px 20px;
    width: 100%;
  }

  .product-item .product-item-amount-field {
    font-size: 14px;
  }
}
