/** Shopify CDN: Minification failed

Line 41:2 Unexpected "<!--"
Line 58:0 Unexpected "-->"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
.label_style_rectangular .nt_labels {
align-items: flex-start !important;}
 .sp-single .product-images .nt_labels {
    left: 5px !important;
}

section#shopify-section-template--15503990325417__main .nt_labels
 {top:unset !important; 
bottom: 5px !important;
    left: 5px !important;
}

div#beae-toast {
    display: none !important;
}

.t4s-socials-size-small.t4s-socials-style-1 a {
    color: white !important;
}

.t4s-article-content ol, .t4s-article-content ul {
    list-style: revert;
}

.t4s-article-content {
  font-size: 18px;
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  <!--
.label_style_rectangular .nt_labels {
align-items: flex-start !important;}
 .sp-single .product-images .nt_labels {
    left: 5px !important;
}
section#shopify-section-template--15503990325417__main .nt_labels
 {top:unset !important; 
bottom: 5px !important;
    left: 5px !important;
}
div#beae-toast {
    display: none !important;
}
.t4s-socials-size-small.t4s-socials-style-1 a {
    color: white !important;
}
-->
}

/*---------------- 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){
  a.t4s-pr-item-btn.t4s-pr-quickview.t4s-tooltip-actived, a.t4s-pr-item-btn.t4s-pr-addtocart.t4s-tooltip-actived {
    display: none;
}
}