.t706__sidebar-top {
    text-align: center !important;
}

@media (min-width: 641px) {
  .t706__sidebar-top,
  .t706__sidebar-top * {
    font-size: 14px !important; /* поставь нужный размер */
  }
}

@media (max-width: 640px) {
  .t706__sidebar-top,
  .t706__sidebar-top * {
    font-size: 10px !important; /* подбери нужный размер */
  }
}

/* ПК - размер текста в пустой корзине */
@media (min-width: 641px) {
  .t706__cartpage-products_empty {
    font-size: 14px !important;
  }
  
  .t706__cartpage-products_empty a {
    font-size: 14px !important;
  }
}

/* Телефон - меньший размер текста */
@media (max-width: 640px) {
  .t706__cartpage-products_empty {
    font-size: 12px !important;
  }
  
  .t706__cartpage-products_empty a {
    font-size: 12px !important;
  }
}

.t706__cartpage-totals {
  display: none !important;
}

/* Подключаем кастомный шрифт */
@font-face {
  font-family: 'Neue Haas Grotesk';
  src: url('https://0185502d-8654-4b55-956d-8a0e672603e6.selstorage.ru/Neue_Haas_Grotesk_Display_Pro_35_Extra_Light%5B1%5D.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

/* Применяем к названию товара */
.t706__product-title.t-descr.t-descr_sm {
  font-family: 'Neue Haas Grotesk', sans-serif !important;
  font-size: 12px !important;
}

.rq-cart-count {
  font-size: 10px !important;
  font-weight: 500 !important;
  margin-left: 2px !important;
  line-height: 1 !important;
  vertical-align: middle !important;
  display: inline-block !important;
}

/* Контейнер изображения товара */
.t706__product-imgdiv {
  width: 70px !important;
  aspect-ratio: 3 / 4 !important;
  height: auto !important;

  
  background-position: center center !important;
  background-repeat: no-repeat !important;
}