#home-products-selection-wrap {
  margin: 30px 0 0 0;
  padding: 0 15px;
}

#home-products-selection-title h1 {
  font-family: "Bon Vivant Serif";
  font-size: 5rem;
  line-height: 5.5rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #659147;
}

#home-products-selection-title p {
  margin: 5px 0 0 0;
  font-family: "Bon Vivant Regular";
  font-size: 5rem;
  line-height: 5.5rem;
  word-spacing: 1rem;
  text-align: center;
  color: #f5f1e9;
}

#prod-sel-wrap {
  position: relative;
  overflow-x: hidden;
  margin: 15px 0 0 0;
  padding: 0 0 20px 0;
}

#prod-sel-fade {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 1) 100%);
  z-index: 10;
}

.slide-transition {
  transition: all 0.7s ease-out;
}

.products-list {
  position: relative;
  display: flex;
  align-items: stretch;
}

.products-list .product {
  float: left;
  cursor: grab;
}

.products-list .product:active {
  cursor: grabbing;
}

.product+.product {
  margin: 0 0 0 15px;
}

@media (min-width: 1000px) {
  #home-products-selection-title h1 {
    font-size: 4rem;
    line-height: 4.5rem;
  }
}

@media (min-width: 1440px) {
  #home-products-selection-wrap {
    margin: 40px 0 0 0;
    padding: 0 80px;
  }

  .product .woocommerce-tabs {
    margin: 40px 0 0 0;
  }

  #home-products-selection-title p {
    margin: 10px 0 0 0;
    font-size: 6rem;
    line-height: 6.5rem;
  }

  #prod-sel-wrap {
    margin: 40px 0 0 0;
  }

  .product+.product {
    margin: 0 0 0 40px;
  }
}