@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

body {
	--cz-body-font-family: "Roboto Condensed";
}

/* Шапка */
.nav-link {
  --cz-nav-link-font-size: 1.125rem;
  --cz-nav-link-font-weight: bold;
  text-transform: uppercase;
}

/* Страница бренда */
.hero-effect {
	position: absolute;
	left: -158px;
	top: -610px;
	z-index: 1;
	width: 1148px;
	height: auto;
}
.hero-manitou .hero-title {
  color: #e20714;
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  font-size: 5rem;
  line-height: 1;
}

.brand-title {
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  position: relative;
  
}
.brand-title:after {
  content: '';
  display: block;
  width: 47px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #e20714;
}

.btn, .btn-lg {
  --cz-btn-border-radius: 0 !important;
}
[data-bs-theme="dark"] .product-card:hover .product-card-button,
.product-card:hover .product-card-button,
.btn-primary, [data-bs-theme="dark"] .product-card:hover .product-card-button,
.product-card:hover .product-card-button, .product-card .count-input:not(.collapsed) .product-card-button {
	--cz-btn-hover-bg: #E20714 !important;
	--cz-btn-active-bg: #E20714 !important;
	--cz-btn-hover-border-color: #E20714 !important;
	--cz-btn-active-border-color: #E20714 !important;
	--cz-btn-bg: #E20714 !important;
	--cz-btn-border-color: #E20714 !important;
	text-transform: uppercase;
}
.btn-secondary {
	text-transform: uppercase;	
	--cz-btn-color: #999999;
	--cz-btn-bg: #F4F2F2;
	--cz-btn-border-color: #F4F2F2;
}
.product-card h3 a {
  font-weight: bold !important;
}
.brand-advantages h2 {
  font-size: 2.375rem;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;  
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  position: relative;
  text-align: center;
}
.brand-advantages h2:after {
  content: '';
  display: block;
  width: 47px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #e20714;
}
.brand-advantages h3 {
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
}
.badge.bg-info {
  --cz-badge-border-radius: 0 !important;
  background: #E20714 !important;
}
.product-card-details .fs-xs {
	font-size: .875rem !important;
}