/* IMPORT THE FRAMEWORK */
.features div, .features, .featured-products {
  position: relative;
}

.featured-products .browse {
  display: inline-block;
  zoom: 1;
}

.featured-products > h2:after {
  display: block;
}

.features div, .hero-text {
  box-sizing: border-box;
}

.featured-products > h2:after {
  content: "";
}

.hero-text, .featured-products .browse {
  text-align: center;
}

.hero-text {
  margin-left: auto;
  margin-right: auto;
}

.featured-products > h2, .hero-text h1, .features h2, .featured-products .browse {
  text-transform: uppercase;
}

.features, .featured-products {
  display: flex;
  flex-wrap: wrap;
}

.featured-products {
  justify-content: space-between;
}

.featured-products {
  align-items: flex-start;
}

.features div {
  background-repeat: no-repeat;
}

.features h2 {
  font-family: "neurial_grotesk", sans-serif;
}

.featured-products > h2, .hero-text h1 {
  font-family: "days", sans-serif;
}

.featured-products .browse {
  transition: background-color 250ms, color 250ms;
  padding: 1em 3em;
  font-size: 1em;
  font-weight: normal;
  border: none;
  cursor: pointer;
  color: #FFFFFF;
}
@media screen and (min-width: 961px) and (max-width: 1280px) {
  .featured-products .browse {
    padding: 0.8em 2em;
  }
}
@media screen and (max-width: 960px) {
  .featured-products .browse {
    box-sizing: border-box;
    width: 80%;
    max-width: 300px;
    margin-top: 3em;
  }
}

.featured-products .browse {
  background-color: #f7931e;
  color: #121a21;
}
.featured-products .browse:hover {
  background-color: #f9ab4f;
}
.featured-products .browse:active {
  background-color: #da7908;
}

.features a {
  text-transform: capitalize;
  color: #050709;
  text-decoration: underline;
}
.features a:hover {
  color: #FFFFFF;
}

.hero-text, .featured-products > h2:after, .featured-products .browse {
  border-radius: 5px;
}

.features div, .features, .featured-products {
  padding-left: 8%;
  padding-right: 8%;
}
@media screen and (min-width: 761px) and (max-width: 1440px) {
  .features div, .features, .featured-products {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media screen and (max-width: 760px) {
  .features div, .features, .featured-products {
    padding-left: 8.8%;
    padding-right: 8.8%;
  }
}

.featured-products {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (min-width: 451px) and (max-width: 1200px) {
  .featured-products {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
}
@media screen and (max-width: 450px) {
  .featured-products {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

.featured-products > h2:after {
  height: 5px;
  margin: 0.8em 0 1.5em 0;
}

.featured-products > h2:after {
  background-color: #f7931e;
  width: 150px;
}

.hero-text h1, .features h2 {
  font-size: 2.4em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .hero-text h1, .features h2 {
    font-size: 2.4em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .hero-text h1, .features h2 {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 450px) {
  .hero-text h1, .features h2 {
    font-size: 1.5em;
  }
}

.featured-products > h2 {
  font-size: 1.8em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .featured-products > h2 {
    font-size: 1.8em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .featured-products > h2 {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 450px) {
  .featured-products > h2 {
    font-size: 1.4em;
  }
}

.hero-text p {
  font-size: 1.2em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .hero-text p {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .hero-text p {
    font-size: 1.15em;
  }
}
@media screen and (max-width: 450px) {
  .hero-text p {
    font-size: 1.1em;
  }
}

.features p, .features a {
  font-size: 1.05em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .features p, .features a {
    font-size: 1.05em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .features p, .features a {
    font-size: 1em;
  }
}
@media screen and (max-width: 450px) {
  .features p, .features a {
    font-size: 1em;
  }
}

.features h2 {
  font-weight: 900;
  line-height: 1.2em;
  margin-bottom: 1.5em;
}

.featured-products > h2, .hero-text h1 {
  font-weight: normal;
  line-height: 1.6em;
  margin-bottom: 1.5em;
}

.features p, .hero-text p {
  font-weight: normal;
  line-height: 1.8em;
  margin-bottom: 1.5em;
}

.hero {
  height: 1050px;
}

.hero-text {
  width: 50%;
  padding: 3% 7.5%;
  background-color: rgba(0, 0, 0, 0.5);
}
.hero-text h1 {
  margin-bottom: 0.5em;
}
.hero-text p {
  width: 100%;
  color: #FFFFFF;
}

.webp .hero {
  background-image: url("/app/images/home/hero.webp");
}

.no-webp .hero {
  background-image: url("/app/images/home/hero.jpg");
}

@media screen and (max-width: 760px) {
  .hero {
    height: 750px;
  }
  .hero-text {
    width: 80%;
    padding: 10%;
  }
}
.featured-products {
  background-color: #031f35;
}
.featured-products > h2 {
  margin-bottom: 0;
  color: #FFFFFF;
}
.features {
  background-color: #121a21;
}
.features div {
  width: 50%;
  margin-top: -100px;
  padding: 6em 4.5em 4.5em;
  background-image: url("/app/images/global/hashtag.png");
  background-size: 40%;
  background-position: right bottom;
}
.features div:first-of-type {
  background-color: #031f35;
}
.features div:last-of-type {
  background-color: #f7931e;
}
@media screen and (max-width: 760px) {
  .features div {
    width: 100%;
    margin-top: 0;
    padding: 10% 7.5%;
  }
  .features div:first-of-type {
    background-color: #031f35;
    margin-top: -100px;
  }
}
