.cpap__header-cart-icon {
  text-decoration: none;

  @media screen and (max-width: 1355px) {
    width: 40px;
    height: 40px;
    border: 1px solid var(--cpap-stroke-gray);
    border-radius: 100%;
    margin: 0;
  }

  &.header__icon--cart {
    border: 1px solid var(--cpap-stroke-gray);
    border-radius: 100%;
    margin-left: 16px;

    svg {
      width: 40px;

      circle[stroke-width='1.11111'] {
        @media (max-width: 990.98px) {
          opacity: 0;
        }
      }
    }
  }

  .cart-count-bubble {
    width: 9px;
    height: 9px;
    bottom: initial;
    left: initial;
    right: 0;
    top: 0;
    font-size: 0;
    background-color: var(--cpap-primary-orange);
  }

  .cart-count-bubble-dot {
    position: absolute;
    top: 1px;
    right: 1px;
    font-size: 0;
    width: 9px;
    height: 9px;
    background: var(--cpap-primary-orange);
    border-radius: 50%;
  }
}
