/* Корзина в шапке — иконка + бейдж с числом */

.region-top-header .block-cart-count {
  flex: 0 0 auto;
  padding: 0;
  margin: 0;
}

.region-top-header .block-cart-count .cart--cart-block,
.region-top-header .block-cart-count .cart-block--summary {
  margin: 0;
}

.region-top-header .block-cart-count .cart-block--summary a,
.region-top-header .block-cart-count .cart-block--link__expand {
  display: block;
  position: relative;
  width: 36px;
  height: 32px;
  text-decoration: none;
  color: inherit;
}

.region-top-header .block-cart-count .cart-block--summary__icon {
  display: block;
  width: 32px;
  height: 32px;
}

.region-top-header .block-cart-count .cart-block--summary__icon img {
  display: block;
  width: 32px;
  max-width: 32px;
  height: auto;
}

.region-top-header .block-cart-count .cart-block--summary__count {
  position: absolute;
  top: -4px;
  right: -8px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: #c41e24;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

@media (max-width: 800px) {
  .region-top-header .block-cart-count .cart-block--summary__icon img {
    width: 28px;
    max-width: 28px;
  }
}

#korzina-mobile {
  display: none;
}
