.store {
  text-align: left;
}
.shopify-section--bordered>.Section--spacingNormal {
  padding-bottom: 10px !important;
}

.fade-in-section {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-in-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}

