.wishlist-drawer-custom {
  .wk-title {
    display: none;
  }

  wishlist-page .wk-grid {
    --columns: 2;
  }

  wishlist-page .wk-page {
    padding-inline: 0;
  }

  .wk-variants {
    display: none;
  }

  .wk-cta-button {
    margin-block: 1rem 0;
    min-height: 36px;
    background-color: #D0EDD0;
    color: #000000;
    border: 1px solid #000000;
  }
  .wk-cta-button:hover {
    background-color: #ffffff;
    color: #000000;
    border-color: #000000;
  }
}

.wk-header-icon {
  .wk-icon {
    --fill: transparent;
  }

  @media (max-width: 900px) {
    padding-right: 20px;
    position: relative;
    top: -2px;
  }
}