/** Shopify CDN: Minification failed

Line 12:12 Expected identifier but found whitespace
Line 12:13 Unexpected "("

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
.t4s-newsletter__inner .t4s-newsletter__submit .t4s-newsletter__text
Specificity: (0,3,0)
 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Rubik';
}

/*---------------- 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){
  
}