.header-product .header-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 8px var(--horizontal-page-padding);
}

.header-product .header-wrapper .btn-catalog-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-product .header-wrapper .btn-catalog-wrapper a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000;
}

.header-product .header-wrapper .btn-catalog-wrapper a span {
  font-family: 'Inter Regular';
}

.header-product .header-wrapper .btn-catalog-wrapper a span::before {
  content: '← ';
  font-family: 'Arial, sans-serif';
}
