.products-list {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #f7b340;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.75), 0 0 100px #DB641C inset;
}

@media (min-width: 768px) {
  .products-list {
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.75), 0 0 120px #DB641C inset;
  }
}

.products-list ul {
  margin: 0;
  max-width: none;
  overflow: hidden;
}

@media (min-width: 768px) {
  .products-list ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    padding: 20px 0;
  }
}

.products-list ul li .product-teaser .product-image:before {
  display: none;
}

.product-category-page .category-hero {
  height: 60.9375vw;
}

@media (min-width: 544px) {
  .product-category-page .category-hero {
    height: auto;
  }
}

.product-category-page .category-hero .text-container {
  top: 0;
  height: 100%;
  margin: 0;
}

@media (min-width: 768px) {
  .product-category-page .category-hero .text-container {
    width: 70%;
    left: auto;
  }
}

@media (min-width: 992px) {
  .product-category-page .category-hero .text-container {
    right: -10%;
  }
}

.product-category-page .category-hero .heading-container {
  text-align: center;
  width: 100%;
  margin: 0;
  position: absolute;
  bottom: 8vw;
  top: auto;
  text-shadow: 2px 2.5px 4px rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
}

@media (min-width: 544px) {
  .product-category-page .category-hero .heading-container {
    bottom: 40px;
  }
}

.product-category-page .category-hero .heading-1 {
  color: #730e06;
  font-family: "Knockout 71 A", "Knockout 71 B";
  font-size: 8.5vw;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media (min-width: 544px) {
  .product-category-page .category-hero .heading-1 {
    font-size: 48px;
  }
}

@media (min-width: 768px) {
  .product-category-page .category-hero .heading-1 {
    font-size: 60px;
  }
}

@media (min-width: 992px) {
  .product-category-page .category-hero .heading-1 {
    font-size: 67px;
  }
}

.product-category-page .category-hero .heading-2 {
  color: #730e06;
  font-family: "Helvetica Neue LT W01_77 Bd Cn";
  font-size: 4.5vw;
}

@media (min-width: 544px) {
  .product-category-page .category-hero .heading-2 {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .product-category-page .category-hero .heading-2 {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .product-category-page .category-hero .heading-2 {
    font-size: 28px;
  }
}
