.title-collection-recommendation a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.homepage-product-grid-wrapper {
  display:flex;
  flex-wrap:wrap
}
.homepage-product-grid-wrapper .grid__item {
  margin-top:0;
  margin-bottom:0;
}
@media only screen and (max-width:767px) {
  .homepage-product-grid-wrapper .grid__item {
      padding:0 7.5px
  }
}
.homepage-product-grid-wrapper .helper-content .grid__item {
  margin-top:0
}

.homepage-product-grid-wrapper .product-grid--price .money,.homepage-product-grid-wrapper .product-grid--title {
  color:inherit
}
.homepage-product-grid-wrapper .product-grid--price .money.price-line-through:not(.sale-price) {
  opacity:.5
}

.recommendation-description .title-collection-recommendation, .recommendation-description .price-collection-recommendation {
  font-size: var(--font-subtitle);
  font-weight: 600;
}

.featured-products-wrapper #CollectionAddToCartForm,
.featured-products-wrapper .quick-add-wrapper {
  display: flex;
  justify-content: center;
}

.featured-products-wrapper .button-gw,
.featured-products-wrapper .sold-out-button {
  max-width: 238px;
  width: 100%;
  margin: 0 42px;
}


@media screen and (max-width:767px) {
  .show-view-all--button {
      margin-top:20px
  }

  .featured-products-wrapper #CollectionAddToCartForm,
  .featured-products-wrapper .quick-add-wrapper {
    display: block;
  }

  .featured-products-wrapper .button-gw,
  .featured-products-wrapper .sold-out-button {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
}