

/* Start:/local/components/ishop/card/templates/.default/style.css?17522163967792*/
.card {
  position: relative;
}

.card-actions {
  position: absolute;
  top: 10px;
  left: 240px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  z-index: 3;
}

.j-add-compare {
  display: block;
}

.card-products {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* TOP */
.card-top {
  flex-grow: 1;
}

.card-top__slider {
  padding-bottom: 20px !important;
}

.card-top__slider .swiper-pagination {
  bottom: 0px !important;
}

.card-top__slider .swiper-slide {
  height: 200px;
}

.card-top__slider-slide {
  display: flex;
  justify-content: center;
}

.card-top__marks {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  padding-right: 60px;
  z-index: 2;
}

.card-top__marks-item {
  display: inline-block;
  color: #fff;
  white-space: nowrap;
  pointer-events: none;
  line-height: 1;
  font-size: 14px;
  padding: 7px 15px;
  margin-right: 5px;
  border-radius: 7px;
}

.card-top__marks-item.stock {
  background: var(--color-primary);
}

.card-top__marks-item.order {
  background: #e3e3e3;
  color: var(--color-gr100);
}

.card-top__image {
  position: relative;
  height: 240px;
  padding-bottom: 11px;
  margin-bottom: 30px;
  margin-left: 10px;
}

.card-top__name {
  line-height: 1.44;
  min-height: 60px;
}

.card-top__name-link {
  display: block;
  color: var(--color-black);
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-top__name-link:hover {
  color: var(--color-primary);
  transition: color 0.3s ease;
}

/* BOTTOM */
.card-bottom {
  padding-top: 10px;
}

.card-bottom:has(.card-bottom__price-group) {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
    max-width: 280px;
}

.card-bottom__price {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.card-bottom__price:has(.card-bottom__price-group) {
    display: flex;
    flex-direction: row;
    gap: 19px;
    align-items: center;
}

.card-bottom__price-price {
  font-weight: bold;
  font-size: 20px;
}

.card-bottom__price-price span {
  color: var(--color-gr80);
  font-weight: 400;
  margin-left: 3px;
}

.card-bottom__price-old {
  font-size: 16px;
  margin-left: 20px;
  color: var(--color-gr80);
  text-decoration: line-through;
}

.card-bottom__price-old span {
  margin-left: 3px;
}

.card-bottom__price-text {
  margin-top: 2px;
  width: 100%;
  font-size: 14px;
  color: var(--color-gr80);
}

.card-bottom__cart-button {
  margin-top: 18px;
}

.card-bottom .card-bottom__buy-btn {
    width: 41px;
    height: 36px;
    padding: 0;
    margin-top: 5px;
}

.card-bottom .card-bottom__buy-btn:before {
    bottom: -150px;
    left: -150px;
}

.card-bottom .card-bottom__buy-btn:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 27'%3E%3Cg clip-path='url(%23a)' fill='%23fff'%3E%3Cpath d='M.474 2.264c0-.518.427-.937.954-.937h.936c1.765 0 3.255 1.29 3.474 3.008l.253 1.987H24.14c1.362 0 2.405 1.188 2.203 2.51l-1.365 8.925c-.257 1.68-1.73 2.925-3.463 2.925H9.35c-1.733 0-3.205-1.244-3.462-2.925L4.303 7.397 4.3 7.374l-.358-2.807A1.58 1.58 0 0 0 2.363 3.2h-.935a.945.945 0 0 1-.954-.936Zm5.883 5.931 1.42 9.285c.116.764.785 1.33 1.573 1.33h12.165c.788 0 1.457-.566 1.574-1.33l1.365-8.926a.314.314 0 0 0-.314-.359H6.357ZM23.072 24.74c0 .69-.57 1.249-1.273 1.249a1.261 1.261 0 0 1-1.274-1.249c0-.69.57-1.248 1.274-1.248.703 0 1.273.558 1.273 1.248Zm-12.731 0c0 .69-.57 1.249-1.274 1.249a1.261 1.261 0 0 1-1.273-1.249c0-.69.57-1.248 1.273-1.248.704 0 1.274.558 1.274 1.248Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='25.895' height='25.895' fill='%23fff' transform='translate(.474 .71)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-size: 26px;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateX(-1px);
}

.card-bottom__price-group_inactive .card-bottom__price-price {
    color: #8e8e8e;
    color: var(--color-gr80);
    font-weight: 400;
    font-size: 16px;
    line-height: 31px;
}

/* IMAGES */
.card-images {
  display: block;
  width: 240px;
  height: 100%;
  position: relative;
}

.card-images__items {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
}

.card-images__item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  width: auto;
}

.card-images__item:nth-child(1) .card-images__item-inner {
  opacity: 1;
}

.card-images__item:hover .card-images__item-inner {
  opacity: 1;
  z-index: 1;
}

.card-images__item-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.card-images__item-inner:after {
  content: '';
  width: 30px;
  height: 6px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -15px;
  background: var(--color-primary);
  animation: dots 1s infinite;
}

.card-images__item-image {
  max-width: 80%;
  max-height: 90%;
  position: relative;
  z-index: 1;
}

.card-images__progress {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 3;
}

.card-images__progress-item {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 5px;
  border-radius: 50%;
  background: var(--color-gr50);
}

.card-images__progress-item.is-active {
  background: var(--color-primary);
}


/* BLOCK */
@media only screen and (max-width: 1640px) and (min-width: 1200px) {

  .card-bottom:has(.card-bottom__price-group),
  .card-bottom__price:has(.card-bottom__price-group) {
    gap: 8px;
  }

  .card-bottom__price-text {
    font-size: 12px;
    line-height: 1.2;
  }

  .card-bottom__price-price {
    font-size: 18px;
    line-height: 26px;
  }

  .card-bottom__price-group_inactive .card-bottom__price-price {
    font-size: 14px;
    line-height: 26px;
  }

}

@media (max-width: 1199px) {

  .card-actions {
    left: 190px;
  }

  .card-top__marks {
    top: 10px;
  }

  .card-top__marks-item {
    padding: 4px 7px;
    font-size: 11px;
    border-radius: 4px;
  }

  .card-top__image {
    height: 190px;
    margin-bottom: 15px;
    padding-bottom: 5px;
  }

  .card-top__name {
    font-size: 13px;
    line-height: 1.33;
    font-weight: 500;
    min-height: 40px;
  }

  .card-bottom__price {
    align-items: flex-start;
    flex-direction: column;
  }

  .card-bottom__price-price {
    order: 2;
    font-size: 18px;
  }

  .card-bottom__price-old {
    order: 1;
    margin-left: 0;
    font-size: 12px;
  }

  .card-bottom__price-text {
    font-size: 12px;
    line-height: 1.2;
    order: 3;
  }

  .card-bottom__cart-button {
    display: none;
  }

  .card-images {
    width: 190px;
  }

  .card-bottom__price:has(.card-bottom__price-group) {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .card-bottom__price-group_inactive .card-bottom__price-price {
    line-height: 1.2;
  }

}

@media (max-width: 767px) {

  .card-actions {
    left: 150px;
  }

  .j-add-compare {
    display: none;
  }

  .card-top__image {
    height: 150px;
    margin-bottom: 10px;
  }

  .card-images {
    width: 150px;
  }

  .card-images__progress {
    bottom: -5px;
  }

  .card-bottom__price-price,
  .card-bottom__price-group_inactive .card-bottom__price-price {
    line-height: 20px;
  }

}

@media (max-width: 576px) {

  .card-actions {
    left: auto;
    right: 0;
  }

  .j-add-compare {
    display: none;
  }

  .card-images {
    width: 90%;
  }

}
/* End */
/* /local/components/ishop/card/templates/.default/style.css?17522163967792 */
