.product-preview {
  position: relative;
  height: 100%;
  width: 292px;
  padding: 0 !important;
  background-color: #fff !important;
  border-radius: 16px !important;
  border: 1px solid #EEEEEE !important;
  overflow: hidden;
}

.product-preview__content {
  display: flex !important;
  flex-direction: column;
}

.product-preview__available {
  display: none;
}
.product-preview__area-sku {
  display: none;
}
.product-preview__area-description {
  display: none;
}
.product-preview__area-variants {
  display: none;
}

.product-preview__area-photo {
  position: relative;
  cursor: pointer;
}
.product-preview__photo {
  position: relative;
  margin: 0 !important;
  height: 389px;
  display: flex;
  justify-content: center;
}
.product-preview__photo img {
  position: static !important;
}
.product-preview .img-ratio {
  height: auto;
  position: static;
  padding: 0;
}
.product-preview .img-ratio__inner {
  position: static;
}

.product-preview__extra-btns {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  gap: 4px;
  z-index: 16;
}
.product-preview__extra-btn {
  height: 36px;
  min-width: 36px;
  border-radius: 40px;
  background-color: #fff;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  svg path {
    fill: transparent;
    transition: stroke 0.3s ease, fill 0.3s ease;
  }
}
@media screen and (min-width: 767px) {
  .product-preview__extra-btn:hover svg path {
    stroke: #2189FF !important;
  }
}
.product-preview .favorites-added, .product-preview .compare-added {
  svg path {
    fill: #2189FF;
    stroke: #2189FF !important;
  }
}

.product-preview .stickers {
  position: absolute;
  left: 8px !important;
  bottom: 8px !important;
  top: auto !important;

  display: flex;
  gap: 5px;
}

.product-preview .sticker {
  font-size: 14px !important;
  line-height: 1;
  font-weight: 700 !important;

  padding: 5px 8px !important;
  margin: 0 !important;
  border-radius: 46px !important;

  background-color: #2189FF !important;
}

.product-preview .sticker:empty {
  display: none;
}

[data-sticker-title="sticker-preorder"] {
  background-color: #2189FF !important;
  display: none;
}

.product-preview.not-available [data-sticker-title="sticker-preorder"] {
  display: block !important;
}

.product-preview__area-title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  padding: 12px;
}
.product-preview__title {
  margin: 0 !important;
}
.product-preview__area-title a {
  text-decoration: none;
  color: #000;
  transition: color 0.3s ease;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

  overflow: hidden;
  text-overflow: ellipsis;
}

.product-preview__area-rating {
  height: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.product-preview .product-preview__area-rating .product-preview__rating {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  color: #000;
  margin-bottom: 0;
}

.product-preview .product-preview__area-rating .product-preview__reviews {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  color: #000;
  font-size: 14px;
}

.product-preview .product-preview__area-bottom {
  height: 100%;
  padding: 0 12px 12px;
  display: flex !important;
  align-items: center !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  gap: 12px;
}

.product-preview__price {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 !important;
  
  line-height: 1;
  font-weight: 700;
  height: 40px;
}

.product-preview__price-old {
  font-size: 16px !important;
  text-decoration: line-through;
  color: #757575;
}

.product-preview__price-cur {
  order: -1;
  font-size: 24px !important;
  color: #000;
}

.product-preview .add-cart-counter__controls {
  height: auto !important;
}

.product-preview .product-preview__controls {
  max-width: 186px;
  width: 100%;
}

.product-preview .product-preview__controls .add-cart-counter__btn,
.product-preview .product-preview__controls .product-preview__preorder-btn,
.product-preview .product-preview__controls .add-cart-counter__detail {
  width: 100%;
  max-width: 186px;
  height: auto !important;
  padding: 14px !important;
  border: none;
  border-radius: 60px;

  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

.product-preview__controls .product-preview__preorder-btn {
  background-color: #DDDDDD;
}
.product-preview__controls .product-preview__preorder-btn:hover {
  background-color: #DDDDDD;
}

.product-preview .add-cart-counter__detail {
  background-color: #2189FF;
}
.product-preview .add-cart-counter__detail:hover {
  background-color: #2189FF;
}

.product-preview .add-cart-counter__btn .button__icon {
  display: none;
}

.product-preview__controls .product-preview__preorder-btn,
.product-preview__controls .product-preview__detail-btn,
.product-preview__controls .product-preview__detail-select-btn {
  display: none;
}

.product-preview.not-available .product-preview__controls .product-preview__preorder-btn {
  display: block;
}

.product-preview.is-zero-count-preorder {
  .product-preview__detail-btn,
  .add-cart-counter {
    display: none!important;
  }

  .product-preview__preorder-btn {
    display: inline-flex;
  }

  .sticker-preorder {
    display: inline-flex;
  }
}

.add-cart-counter.is-add-cart .add-cart-counter__btn {
  display: none;
}
.add-cart-counter.is-add-cart .add-cart-counter__controls {
  display: flex;
}
.add-cart-counter__controls {
  display: none;
}

@media (max-width: 767px) {
  .product-preview {
    width: 216px;
  }

  .product-preview__photo {
    height: 287px;
  }

  .product-preview__extra-btn {
    min-width: 28px;
    height: 28px;
  }
  .product-preview__extra-btn svg {
    width: 16px;
    height: 16px;
  }

  .product-preview__area-title {
    padding: 12px 8px;
  }

  .product-preview .product-preview__area-bottom {
    padding: 0 8px 12px;
    gap: 6px;
  }

  .product-preview__price {
    height: 36px;
  }

  .product-preview__price-cur {
    font-size: 20px !important;
  }

  .product-preview__price-old {
    font-size: 14px !important;
  }

  .product-preview__area-rating {
    height: 16px;
  }

  .product-preview__rating svg,
  .product-preview__reviews svg {
    width: 16px;
    height: 16px;
  }

  .product-preview .stickers {
    left: 4px !important;
    bottom: 4px !important;
  }
}
