/** Shopify CDN: Minification failed

Line 12:0 Comments in CSS use "/* ... */" instead of "//"
Line 21:0 Comments in CSS use "/* ... */" instead of "//"
Line 36:0 Comments in CSS use "/* ... */" instead of "//"
Line 38:0 Comments in CSS use "/* ... */" instead of "//"
Line 42:35 Unterminated string token
Line 52:35 Unterminated string token
Line 57:35 Unterminated string token

**/
/////* COLLECTION PAGE */////

.product-card__top {
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/////* PRODUCT PAGE */////

/* shrink clinical study counter text labels */
div.counter-card > div > p.text-2xl {
  font-size: 115% !important;
  line-height: 115% !important;
}

/* remove installment payments amount / reminder on product pages */
shopify-payment-terms {
  display: none !important
}



/////* ADD TO CART BUTTONS */////

/////* This also had to be hard coded in BUY-BUTTONS and MAIN-PRODUCT */////
button[name="add"],
button[name="checkout"] {
  background-color: #fed813 !important; 
  color: rgb(23,23,23) !important";
}

button[name="add"] span.btn-fill,
button[name="checkout"] span.btn-fill {
  background-color: #fedf3a !important; 
}

button[name="add"] span.btn-text,
button[name="checkout"] span.btn-text  {
  color: rgb(23,23,23) !important";
}

button[name="add"] span.btn-loader,
button[name="checkout"] span.btn-loader {
  color: rgb(23,23,23) !important";
}
