/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 43:0 Unexpected "<"

**/
<style>
  .bls__mobile-content {
    display: none;
  }
span.bls__mobile-content {
    display: none;
}
  @media (max-width: 767px) {
    .bls__desktop-content {
      display: none !important;
    }
    button.bls__js-addtocart.btn-secondary.border-none.button.bls_tooltip.button--full-width {
    background: transparent;
}
    .bls__mobile-content {
      display: flex !important;
      background: #ffffff;
      color: #000;
      font-size: 30px;
      font-weight: bold;
      width: 20px;
      height: 30px;
      justify-content: center;
      align-items: center;
      border: none;
      position: absolute;
      right: 0;
      bottom: 0;
      cursor: pointer;
    }

    .bls__product-addtocart {
      position: relative;
      overflow: hidden;
    }
  }
</style>
