.shopify-section:has(.default-review-section)+.shopify-section .page-width.scroll-trigger.animate--slide-in {
  padding: 0;
}

.shopify-section:has(.default-review-section)+.shopify-section #looxReviews {
  max-width: 1480px !important;
  padding: 0 60px;
}

@media screen and (max-width: 48rem) {
    .shopify-section:has(.default-review-section)+.shopify-section #looxReviews {
        padding: 0 16px;
    }
}