/* BOLD.CSS
  To include this file in your theme, add the following before the closing </head> tag in theme.liquid
  {{ 'bold.scss.css' | asset_url | stylesheet_tag }}
*/

.cart_item__title .item_title span {
    color: black !important;
}