/*General styling*/
.custom-landing-page {
  background-color: white;
}

.custom-landing-page .row {
  font-size: 0;
  margin: 0 0 30px;
}

.custom-landing-page img {
  height: auto;
  max-width: 100%;
}

.custom-landing-page #pampers-new-size-selector {
  margin-bottom: 0;
}

/*Styling for products*/
.custom-landing-page .products-area {
  display: inline-block;
  font-size: 0;
  width: 100%;
}

.custom-landing-page .products-area .product {
  display:  block;
  margin-bottom: 20px;
  width: 100%;
}

.custom-landing-page .products-area .product p {
  display: block;
  font-size: 14px;
  line-height: 18px;
  margin: 5px auto;
  max-width: 150px;
  text-align: center;
}

.custom-landing-page .products-area .product .product-footer {
  margin-top: 13px;
}

.custom-landing-page .products-area .product .product-footer a {
  border-radius: 8px;
  display: inline-block;
  font-size: 11px;
  line-height: 9px;
  width: 80px;
  padding: 4px 0 4px 15px;
  position: relative;
  transition: opacity 0.2s;
}

.custom-landing-page .products-area .product .product-footer a:hover {
  opacity: 0.8;
}

.custom-landing-page .products-area .product .product-footer a span {
  font-size: 0;
}

.custom-landing-page .products-area .product .product-footer a span:first-child:before {
  background: inherit;
  border-radius: 50%;
  color: white;
  content: '\e804';
  display: block;
  font-family: icomoon;
  height: 40px;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  line-height: 40px;
  font-size: 18px;
}

.custom-landing-page .products-area .product .product-footer p {
  display: inline-block;
  font-size: 23px;
  margin: 0 -20px 0 10px;
  position: relative;
  top: -1px;
}

.custom-landing-page .more-row {
  display: block;
  font-size: 16px;
  margin-top: 40px;
  text-align: center;
  width: 100%;
}

.custom-landing-page .more-row a {
  transition: opacity 0.2s;
}

.custom-landing-page .more-row a:hover {
  opacity: 0.8;
}

.custom-landing-page .more-row a.more-sizes {
  border-radius: 8px;
  display: block;
  font-size: 15px;
  left: 38px;
  line-height: 16px;
  margin: 0 auto 30px;
  max-width: 110px;
  padding: 5px;
  position: relative;
  vertical-align: middle;
}

.custom-landing-page .more-row a.more-sizes span {
  font-size: 0;
}

.custom-landing-page .more-row a.more-sizes span:before {
  background: inherit;
  border-radius: 50%;
  content: '\e804';
  font-family: icomoon;
  font-size: 33px;
  line-height: 70px;
  height: 70px;
  position: absolute;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
}

.custom-landing-page .more-row a.learn-more {
  border-radius: 8px;
  display: inline-block;
  padding: 5px 20px;
  position: relative;
}

.custom-landing-page .more-row br {
  display: none;
}

@media (min-width: 769px) {
  .custom-landing-page .products-area .product {
    display: inline-block;
    margin-bottom: 0;
    width: 50%;
  }

  .custom-landing-page .products-area.three-products .product {
    display: inline-block;
    width: 33%;
  }

  .custom-landing-page .more-row {
    padding-left: 63px;
  }

  .custom-landing-page .more-row a.more-sizes {
    display: inline-block;
    margin-bottom: 0;
    left: 0;
  }

  .custom-landing-page .more-row a.learn-more {
    margin-left: 30px;
  }
}

@media (min-width: 993px) {
  .custom-landing-page .products-area .product {
    display: inline-block;
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .custom-landing-page .products-area {
    width: 67%;
  }

  .custom-landing-page .more-row {
    display: inline-block;
    margin-top: 0px;
    padding-left: 0;
    width: 33%;
  }

  .custom-landing-page .more-row a.more-sizes {
    margin-bottom: 130px;
    margin-left: 80px;
  }

  .custom-landing-page .more-row a.learn-more {
    top: -50px;
    margin-left: 0px;
  }
}
