.loop-bundle-header-wrapper {
  padding: 0 1.6rem;
}

.loop-h1 {
  font-family: Corben;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  text-align:center;
  color:#1E293B;
}

.loop-show-more-less-text {
  color:#fff;  
}

.loop-btn-add-to-cart {
  box-shadow: 0 0 0 0;
}

.footer-description-wrapper {
  margin-bottom: 30px;
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .loop-products-align {
    grid-template-columns: repeat(2,1fr);
  }
}

@media screen and (min-width: 750px) {
  .loop-bundle-header-wrapper {
    padding: 0 5rem;
  }
  .loop-h1 {
    font-size: 48px;
    line-height: 64px;
  }
}

@media screen and (min-width: 950px) {
  .loop-h1 {
    font-size: 64px;
    line-height: 80px;
  }
}