.product-card-wrapper > add-to-cart-button .card__badge.card__badge-top-right.card__badge-float-edge {
  top: 0.6rem;
  right: 0.6rem;
  margin: 0;
}

.product-card-wrapper > add-to-cart-button .card__badge .badge.addToClassList {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  min-width: 3.4rem;
  height: 3.4rem;
  min-height: 3.4rem;
  padding: 0;
  border: 0 !important;
  box-shadow: 0 0.3rem 0.9rem rgba(19, 23, 34, 0.14);
}

.product-card-wrapper > add-to-cart-button .card__badge .badge.addToClassList::after {
  position: absolute;
  inset: -0.5rem;
  content: '';
}

.product-card-wrapper > add-to-cart-button .card__badge .badge.addToClassList .icon {
  width: 1.2rem;
  height: 1.2rem;
}

.product-listing-cart-alert {
  position: fixed;
  z-index: 10002;
  right: 1.2rem;
  bottom: 1.2rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  width: min(38rem, calc(100vw - 2.4rem));
  padding: 1rem 1.2rem;
  border: 0.1rem solid rgba(var(--color-foreground), 0.18);
  border-left: 0.4rem solid #b42318;
  border-radius: 0.8rem;
  background: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  box-shadow: 0 1rem 2.8rem rgba(19, 23, 34, 0.18);
  font-size: 1.4rem;
  line-height: 1.45;
}

.product-listing-cart-alert__close {
  flex: 0 0 auto;
  margin: -0.4rem -0.4rem 0 0;
  padding: 0.2rem 0.5rem;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

@media screen and (max-width: 749px) {
  .product-card-wrapper > add-to-cart-button .card__badge.card__badge-top-right.card__badge-float-edge {
    top: 0.5rem;
    right: 0.5rem;
  }

  .product-card-wrapper > add-to-cart-button .card__badge .badge.addToClassList {
    width: 2.8rem;
    min-width: 2.8rem;
    height: 2.8rem;
    min-height: 2.8rem;
  }

  .product-card-wrapper > add-to-cart-button .card__badge .badge.addToClassList::after {
    inset: -0.8rem;
  }

  .product-card-wrapper > add-to-cart-button .card__badge .badge.addToClassList .icon {
    width: 1rem;
    height: 1rem;
  }

  .product-listing-cart-alert {
    right: 0.8rem;
    bottom: 0.8rem;
    width: calc(100vw - 1.6rem);
  }
}
