/* Обёртка для кнопки "Назад" над карточкой товара */
.buton-back-section {
  margin-top: 20px;    /* отступ от шапки */
  margin-bottom: 10px; /* зазор до блока с карточкой */
}

/* Кнопка "Назад" — стилизуешь под свой дизайн */
.buton-back-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Manrope';
  text-decoration: none;
  border-bottom: 1px dashed currentColor;
  cursor: pointer;
}

/* Картинка в "Смотрите также" визуально кликабельна */
.t-store__relevants__container .t-store__card__imgwrapper,
.t-store__relevants__container .t-store__card__bgimg {
  cursor: pointer;
}
