/** Shopify CDN: Minification failed

Line 29:26 Expected "}" to go with "{"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/.t4s_se_template--15097057280137__1658740241773a5764 .t4s-shipping-list.t4s-text-center .t4s-shipping-icon {
width: 51px;
height:51px;
}
#shopify-section-template--15097057280137__166010067775006d76 .t4s-tabs-se .t4s-tabs-ul li a {
letter-spacing: 1.2px;
}

.t4s-product {
 --product-title-style: normal;
--product-title-line-height: 1.5;/*---------------- 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){}