/** Shopify CDN: Minification failed

Line 10:63 Unexpected ";"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
.t4s-product .t4s-product-title :hover {color:black!important;};

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  .magic-size-chart-button {
    width: 70%;
height:45px;
    border-radius: 68px;
    font-weight: 500;
}
.magic-size-chart-modal,h2{
font-size:20px;
background-color: transparent !important;

}
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  .magic-size-chart-button {
    width: 100%;
   height:45px;
    border-radius: 68px;
    font-weight: 500;
}
.magic-size-chart-modal,h2{
font-size:20px;

}
}

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

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