


/* Комплекты ГРАНЖ ЛОФТ: плашки витрины.
   Скрыты до согласования текста с заказчиком, показываются администраторам и по ?grunge=1. */
.prod-card__sticker--bundle {
  display: none;
}

.grunge-preview .prod-card__sticker--bundle {
  display: inline-block;
  max-width: 100%;
  padding: 5px 12px;
  font-size: 11px;
  line-height: 1.3;
  white-space: normal;
  text-align: left;
}

.grunge-preview .prod-card__sticker--bundle[data-grunge-href] {
  cursor: pointer;
}

.grunge-preview .prod-card__sticker--bundle[data-grunge-href]:hover {
  opacity: .92;
}

.grunge-preview .prod-card__sticker--bundle-detail {
  padding: 6px 14px;
  font-size: 12px;
}

/* Комплекты ГРАНЖ ЛОФТ: плашка в плитке не должна липнуть к соседним плашкам. */
.grunge-preview .prod-card__stickers {
  flex-wrap: wrap;
  row-gap: 6px;
}

.grunge-preview .prod-card__sticker--bundle {
  margin-right: 6px;
}

/* Лента комплекта под фотографией */
.grunge-kit {
  display: none;
}

.grunge-preview .grunge-kit {
  display: block;
  margin-top: 28px;
  margin-bottom: 8px;
  width: 100%;
}

.grunge-kit__title {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 500;
  color: #1e1e1e;
  line-height: 1.35;
}

.grunge-kit__promo {
  display: inline;
  font-style: normal;
  font-weight: 500;
  color: #1e1e1e;
}

.grunge-kit__aktion {
  color: #ea5150;
  font-weight: 700;
  font-style: normal;
}

.grunge-preview .prod-card__sticker--bundle.bg-mandy,
.prod-card__sticker--bundle.bg-mandy {
  background-color: #ea5150;
  color: #fff;
}

@media (min-width: 992px) {
  .grunge-kit__title {
    font-size: 24px;
  }
}

.grunge-kit__strip {
  display: flex;
  gap: 20px;
  margin-top: 10px;
  padding-bottom: 6px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  align-items: flex-start;
}

.grunge-kit__strip::-webkit-scrollbar {
  height: 4px;
}

.grunge-kit__strip::-webkit-scrollbar-thumb {
  background: #d7dade;
  border-radius: 4px;
}

.grunge-kit__card {
  flex: 0 0 176px;
  width: 176px;
  display: flex;
  flex-direction: column;
}

.grunge-kit__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.grunge-kit__pic {
  display: block;
  height: 140px;
  overflow: hidden;
}

.grunge-kit__pic img {
  width: 100%;
  height: 140px;
  object-fit: contain;
  object-position: center top;
  display: block;
}

.grunge-kit__name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 6px;
  min-height: 34px;
  font-size: 13px;
  line-height: 1.3;
  color: #6c7276;
}

.grunge-kit__link:hover .grunge-kit__name {
  color: #24546F;
}

.grunge-kit__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 6px;
}

.grunge-kit__price {
  min-width: 0;
  line-height: 1.25;
}

.grunge-kit__price s {
  display: block;
  font-size: 12px;
  color: #919395;
}

.grunge-kit__price b {
  font-size: 15px;
  font-weight: 600;
  color: #24546F;
  white-space: nowrap;
}

.grunge-kit__add {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 16px;
  background: #24546F;
  color: #fff;
  cursor: pointer;
}

.grunge-kit__add:hover {
  opacity: .9;
}

.grunge-kit__add .ico2,
.grunge-kit__add .grunge-kit__cart {
  display: block;
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 1;
  flex: 0 0 auto;
}

.grunge-kit__add[disabled] {
  cursor: default;
}

.grunge-kit__add--done {
  background: #2f9e5f;
}

.grunge-kit__add--done::after {
  content: "";
  width: 6px;
  height: 11px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-1px) rotate(45deg);
}

.grunge-kit__add--done .ico2,
.grunge-kit__add--done .grunge-kit__cart {
  display: none;
}

.grunge-kit__add--fail {
  background: #c8443c;
}

@media (max-width: 767px) {
  .grunge-preview .grunge-kit {
    margin-top: 20px;
  }

  .grunge-kit__title {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .grunge-kit__card {
    flex-basis: 148px;
    width: 148px;
  }

  .grunge-kit__pic,
  .grunge-kit__pic img {
    height: 118px;
  }

  .grunge-preview .prod-card__sticker--bundle {
    padding: 4px 10px;
    font-size: 10px;
  }
}

/* ГРАНЖ ЛОФТ: плашка поверх фото слева сверху (квадратные карточки centrvann) */
.grunge-preview .psk025 > .prod-card__sticker--bundle,
.grunge-preview .psk_cat_sets_004 > .prod-card__sticker--bundle {
  position: absolute;
  top: 10px;
  left: 8px;
  right: auto;
  z-index: 5;
  display: block;
  max-width: calc(100% - 56px);
  margin: 0 !important;
  padding: 7px 10px !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
  font-weight: 600;
  white-space: normal !important;
  text-align: left;
  border-radius: 4px !important;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 767px) {
  .grunge-preview .psk025 > .prod-card__sticker--bundle,
  .grunge-preview .psk_cat_sets_004 > .prod-card__sticker--bundle {
    top: 8px;
    left: 6px;
    max-width: calc(100% - 48px);
    padding: 6px 8px !important;
    font-size: 11px !important;
  }
}
