.materials-clothing,
.materials-clothing ~ .shopify-section,
.materials-footwear,
.materials-footwear ~ .shopify-section, 
.materials-hardware,
.materials-hardware ~ .shopify-section {
     display: none; 
     opacity: 0; 
 }
.materials-clothing, 
.materials-hardware, 
.materials-footwear {
  padding-bottom: 20px; 
}
.text-columns-with-images {
  margin: 100px 0; 
  @media screen and (max-width: 600px) {
    flex-direction: column; 
  }
}
.text-columns-with-images .grid__item {
  @media screen and (max-width: 600px) {
    max-width: 100% !important; 
  }
}
