/** Shopify CDN: Minification failed

Line 25:0 Unexpected bad string token
Line 25:26 Unterminated string token
Line 26:49 Unterminated string token
Line 30:40 Unterminated string token

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
.get-in-touch,
.contact-section,
.contact-us,
.footer-contact,
footer .contact,
footer .get-in-touch,
footer [class*="contact"],
footer [class*="email"],
.contact-touch-wrap {
  display: none !important;
}

't4s-product-form__submit,
't4s-product-form__buttons .t4s-btn[name="add"] {
  display: none !important;
}

't4s-product-form__btn.t4s-pr-wishlist {
  display: none !important;
}

.t4s-sticky-atc, .t4s-sticky_atc, .t4s-sticky-add-to-cart, [class*="sticky-atc"], [class*="sticky_atc"], .t4s-pr-sticky, .t4s-sticky-bar {
  display: none !important;
}

.t4s-sticky-atc, .t4s-sticky-atc.is--shown {
  display: none !important;
  transform: none !important;
  -webkit-transform: translate3d(0,105%,0) !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

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