/** Shopify CDN: Minification failed

Line 13:12 Expected identifier but found whitespace
Line 13:22 Expected identifier but found whitespace
Line 13:29 Unexpected ";"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/

/*---------------- Global Custom CSS -------------------*/
#t4s-footer: position: static;

.template-article 
.no-border,
.template-article  .no-border td,
.template-article  .no-border th{border:0}
.template-article  .txt-img{text-align: left; display: flex; justify-content:center; gap:20px}
@media (max-width: 700px) {
.template-article  .txt-img{flex-wrap:wrap}
}


/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  
}