/* This is a bit hacky but allows to circumvent the complete independency of section (as next section included in the page does not know anything about this page) */
@media screen and (max-width: 640px) {
#shopify-section-product-template + .shopify-section--bordered {
border-top: 0;
}
#shopify-section-product-template + .shopify-section--bordered > .Section {
padding-top: 0;
}
}