html {
  overflow: auto;
}

body {
  font-family: 'Mulish', sans-serif;
  font-size: 14px;
}

.dropdown-toggle::after {
  display: none;
}

.button {
  border-radius: 4px;
  padding: .75rem 1.8rem;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  border: 0;
}

.button.primary {
  background-color: #040404;
}

.button.primary:hover {
  color: #fff;
}

.button.transparent {
  background-color: transparent;
  border: 1px solid #040404;
  color: #040404;
}

.shop-now-button {
  color: #EE3624;
  font-size: 18px;
  font-weight: 500;
  background: #fff;
  text-decoration: none;
  padding: 12px 38px;
}

.shop-now-button:hover {
  text-decoration: none;
  color: #EE3624;
}

.banner-row {
  color: #fff;
}

.banner-row .subheader {
  color: #F5F5F5;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}

.banner-row .discounts-block {
  border-left: 3px solid #FF6146;
  padding-left: 10px;
}

.banner-row .promo-1 {
  font-size: 18px;
  font-weight: 100;
  line-height: 150%;
}

.banner-row .promo-2 {
  font-size: 16px;
  font-weight: 100;
  line-height: 150%;
}

.bg-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.promo-title {
  font-family: Allison, sans-serif;
  font-size: 120px;
  font-weight: 300;
  line-height: 80%;
}

@media (max-width: 767px) {
  .promo-title {
    font-size: 60px;
  }
}


.promo-subtitle {
  font-size: 36px;
  font-weight: 500;
}
.promo-highlight {
  font-size: 22px;
  background-color: #EA4B48;
  color: #fff;
  padding: 0.25rem 0.75rem;
  border-radius: 0.25rem;
  font-weight: bold;
}
.section {
  background-size: cover;
  background-position: center;
  border-radius: 0.5rem;
  overflow: hidden;
}

.banner-row .container-img {
  background-size: cover;
  background: url("/assets/images/home-banner.jpg") no-repeat center center;
  border-radius: 6px;
}

.banner-row h4 {
  font-size: 20px;
  color: #1A1C15;
  font-weight: 500;
}

.banner-row h1,
.banner-row h2 {
  color: #F5F5F5;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.banner-row h1 {
  font-size: 44px;
  padding-top: 140px;
  font-weight: 600;
}

.banner-row h2 {
  font-weight: 500;
  font-size: 28px;
}

.new-products-row {
  background-color: #FAFAFA;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.new-products-row h1 {
  font-weight: 600;
  font-size: 32px;
}
