#main-content > section.s-block.s-block--bundle-full-width-banner {
  margin-top:  0px !important;
}

body {
  background-color: #fff !important;
}
.s-reviews-testimonial {
    border: solid 1px #f1f1f1 !important;
}
@media (min-width: 768px) {
  .s-block-trust-store-features__grid {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
.s-block-trust-store-features__item {
    align-items: right !important;
    text-align: right !important;

}

footer.store-footer {
    margin-top: 0px !important;
    padding-top: 0px !important;
}


  /* ==============================
     footer
  ============================== */

.footer-is-light .store-footer {
    background-color: #d3c8e6 !important;
}

.footer-is-light .store-footer .store-footer__inner {
    border-bottom-color: #d3c8e6 !important;
    background-color: #d3c8e6 !important;
}

@media (min-width: 1024px) {
    .lg\:grid-cols-6 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}
@media (min-width: 1024px) {
    .lg\:col-span-2 {
        grid-column: span 1;
    }
}