/* NORMASEA — PRODUCT CARD LABEL */

.t-catalog__card__mark {
  top: 2px !important;
  left: 2px !important;
  right: auto !important;

  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;

  padding: 10px 12px !important;
  box-sizing: border-box !important;

  border-radius: 110px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  white-space: nowrap !important;
  line-height: 1.2 !important;
}

/* Смотрите также — фото 2:3 только на страницах товара */
#allrecords[data-product-page="y"] .t1002__picture-wrapper{
  position:relative!important;
  height:0!important;
  padding-bottom:150%!important;
  overflow:hidden!important;
}

#allrecords[data-product-page="y"] .t1002__picture-wrapper > .t-catalog__card__bgimg{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  background-size:cover!important;
  background-position:center!important;
}

/* ===== ЦЕНТРИРОВАНИЕ РАЗДЕЛОВ КАТАЛОГА НА ДЕСКТОПЕ ===== */
@media (min-width:980px){
  .t-catalog__parts-switch-wrapper{
    justify-content:center!important;
    width:100%!important;
  }
}

/* ===== СТРЕЛКА "НАЗАД" В РАЗДЕЛАХ КАТАЛОГА ===== */
.t-catalog__parts-icon--back{
  width:12px!important;
  height:12px!important;
  min-width:12px!important;
  color:#fff!important;
  flex:0 0 12px!important;
}

.t-catalog__parts-icon--back path{
  stroke:#fff!important;
}
/* ===== КОНЕЦ: СТРЕЛКА "НАЗАД" ===== */
