.vbb-wishlist {
  &.is-loading {
    opacity: .5;
    transition: opacity .3s;
    cursor: wait;

    * {
      pointer-events: none;
    }
  }

  .vbb-product-card-variant-selector {
    pointer-events: none;

    & > ul li ul {
      overflow: visible;
    }

    & > ul li ul li:not([data-active="true"]),
    .carousel-button {
      display: none;
    }
  }
}
