/* Buttons von XB Wishlist in Uppercase */
.xb-wishlist-button__add-style-4,
.xb-wishlist-button__remove-style-4,
.xb-wishlist-button .xb-wishlist-button__text,
button.xb-wishlist-button__add-style-4 span,
button.xb-wishlist-button__remove-style-4 span {
  text-transform: uppercase !important;
  letter-spacing: .04em;
}

/* Falls die App einen Link statt Button rendert */
a.xb-wishlist-button__add-style-4,
a.xb-wishlist-button__remove-style-4 {
  text-transform: uppercase !important;
}


@media (max-width: 1024px) {
  .card-wrapper,
  .grid__item {
    position: relative !important;
  }

  .xb-wishlist-button-collection {
    position: absolute !important;
    top: 0.8rem !important;
    right: 0.8rem !important;
    z-index: 5 !important;
    margin-top: -55rem !important;
    margin-right: -35rem !important;
    background: transparent !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: auto !important;
  }
}

/* Unter 789 px (z. B. iPhones oder kleine Tablets im Hochformat) */
@media (max-width: 749px) {
  .xb-wishlist-button-collection {
    margin-top: -38rem !important; /* oder dein gewünschter Wert */
    margin-right: -20rem !important;
  }
}

