/* Единый размер CTA в шапке: «Мои профили» / «Войти» и «Корзина» */
.site-header .header-cta,
.site-header .top-nav a[href^="my.php"],
.site-header .top-nav a[href^="auth.php"],
.site-header .cart-button {
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  min-height: 44px !important;
  height: 44px !important;
  padding: 0 14px !important;
  border-radius: 12px !important;
  font-size: .86rem !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  flex: 0 0 auto !important;
  vertical-align: middle !important;
}

.site-header button.header-cta,
.site-header button.cart-button {
  width: auto !important;
  min-width: auto !important;
  margin: 0 !important;
  cursor: pointer !important;
  font-family: inherit !important;
}

.site-header .cart-button .cart-label {
  color: #fff !important;
}

.site-header .cart-button .cart-ic {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1em !important;
  line-height: 1 !important;
  color: #fff !important;
}

.site-header .cart-button .cart-ic-svg,
.site-header .cart-button .cart-ic-svg path {
  color: #fff !important;
  stroke: #fff !important;
}

.site-header .cart-button .cart-ic-svg circle {
  fill: #fff !important;
}

.cart-button .cart-ic,
.cart-empty-ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
}

.cart-button .cart-ic-svg,
.cart-empty-ic .cart-ic-svg {
  display: block;
  width: 1.15em;
  height: 1.15em;
  color: inherit;
}

.cart-button .cart-ic-svg path,
.cart-button .cart-ic-svg circle,
.cart-empty-ic .cart-ic-svg path,
.cart-empty-ic .cart-ic-svg circle {
  color: inherit;
}

@media (max-width: 680px) {
  .site-header button.cart-button {
    width: 44px !important;
    min-width: 44px !important;
    padding: 0 !important;
  }

  .site-header button.cart-button .cart-label {
    display: none !important;
  }
}
