.t-store__card__sold-out-msg {
    visibility: hidden!important;
    font-size:1px!important;
}
.t-store__card__sold-out-msg:after {
    content: 'нет в наличии'!important;
    visibility: visible!important;
    display:block;
    font-size:12px!important;
    color:#c4a289!important;
}
.t898__icon_link {
    box-shadow: 0 0 20px 0 rgba(0,0,0,0)!important;
}
.f-subscribe-btn {
    display: none;
}
.t030__title, .t-store__card__mark {
    font-variant-numeric: lining-nums!important;
}

/* дополните ообраз */

.vsl-complete-look {
  margin-top: 40px;
  padding-top: 20px;
  font-family: "Roboto", sans-serif;
}

.vsl-complete-look__header {
  display: flex;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 16px;
}

.vsl-complete-look__title {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}

.vsl-complete-look__scrollbar {
  position: relative;
  flex: 1 1 auto;
  height: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  touch-action: none;
}

.vsl-complete-look__scrollbar::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 7px;
  transform: translateY(-50%);
  background: #eeeeee;
  border-radius: 20px;
}

.vsl-complete-look__scrollbar-thumb {
  position: absolute;
  top: 50%;
  left: 0;
  height: 7px;
  width: 30%;
  transform: translateY(-50%);
  background: #b3b3b3;
  border-radius: 20px;
  cursor: grab;
  touch-action: none;
}

.vsl-complete-look__scrollbar-thumb:active {
  cursor: grabbing;
}

.vsl-complete-look__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}

.vsl-complete-look__list_dragging {
  cursor: grabbing;
}

.vsl-complete-look__list_dragging a {
  pointer-events: none;
}

.vsl-complete-look__list::-webkit-scrollbar {
  display: none;
}

.vsl-complete-look__item {
  flex: 0 0 auto;
  width: 180px;
  display: block;
  text-decoration: none;
  color: inherit;
  font-family: "Roboto", sans-serif;
}

.vsl-complete-look__img {
  width: 100%;
  aspect-ratio: 3 / 4;
  background-size: cover;
  background-position: center;
  background-color: #eae5d2;
}

.vsl-complete-look__name {
  margin-top: 8px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .vsl-complete-look__item {
    width: 140px;
  }
}