.cpap__product-overview-header {
  margin: 19px 0 20px 0;

  @media (max-width: 767.98px) {
    margin: 4px 0 0;
  }
}

.cpap__product-overview-header__action-icons {
  .cpap__product-share-popover {
    @media (max-width: 992px) {
      order: 2;
      transform: translateY(0px);
      z-index: 1;
    }
  }
  @media (max-width: 767px) {
    justify-content: end;
    margin-bottom: 20px;
  }
}
