<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

@media (max-width: 576px) {
  .breadcrumb {
      border-radius: 0;
      position: relative;
      background-color: #f7f7f7;
      margin: 0px 0 10px;
      padding: 5px 0 5px;
      text-align: left;
      font-size: 10px;
      position: relative;
  }

  .breadcrumb li a {
    display: block;
    padding: 0 0px 0 0;
    line-height: 12px;
    position: relative;
    transition: all .4s;
}
}

.product-meta .leo_cart_quantity {
    display: none;
}
</pre></body></html>