/** Shopify CDN: Minification failed

Line 26:18 Unexpected "{"
Line 26:27 Expected ":"
Line 26:33 Unexpected "{"
Line 39:18 Unexpected "{"
Line 39:27 Expected ":"
Line 39:33 Unexpected "{"

**/


/* CSS from section stylesheet tags */
.snptwdgt-container{
margin-top: 20px;
}
.snptwdgt-container .snptwdgt__ftr{
display: none;
}
.snptwdgt-container{
  margin-top: 20px;
  }
  .snptwdgt-container .snptwdgt__ftr{
  display: none;
  }
#shopify-section-{{ section.id }}{
display: none!important;
}
  
.snptwdgt-container{
margin-top: 20px;
}
  
.snptwdgt-container .snptwdgt__ftr{
display: none;
}
  
@media only screen and (max-width:767px){
#shopify-section-{{ section.id }}{
display: block!important;
}
}