[data-favorites-toggle].wb-favorite-toggle,
[data-favorites-toggle] .wb-favorite-icon-stack {
  pointer-events: auto;
}

[data-favorites-toggle].wb-favorite-toggle {
  position: relative;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f397c1;
  background: transparent;
  touch-action: manipulation;
}

.wb-favorite-icon-stack {
  position: relative;
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.wb-favorite-icon {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
  pointer-events: none;
  transition: opacity .16s ease, transform .16s ease;
}

.wb-favorite-icon--filled {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(.84);
}

[data-favorites-toggle].ms3f--active .wb-favorite-icon--outlined,
[data-favorites-toggle].is-active .wb-favorite-icon--outlined {
  opacity: 0;
  transform: scale(.84);
}

[data-favorites-toggle].ms3f--active .wb-favorite-icon--filled,
[data-favorites-toggle].is-active .wb-favorite-icon--filled {
  opacity: 1;
  transform: scale(1);
}

.wb-catalog-card__favorite .wb-favorite-icon-stack,
.wb-product-card__favorite .wb-favorite-icon-stack,
.wb-related-card__fav .wb-favorite-icon-stack,
.wb-item-fav .wb-favorite-icon-stack,
.wb-basket-icon-action .wb-favorite-icon-stack,
.wb-account-product__favorite .wb-favorite-icon-stack {
  width: 24px;
  height: 24px;
}

.wb-account-product__favorite,
body.wb-account-page .wb-account-product__favorite {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.wb-account-page .wb-account-favorites-toolbar {
  margin-bottom: 16px;
}

body.wb-account-page .wb-account-favorites-actions .wb-account-favorites-action {
  min-height: 34px;
  padding: 8px 16px;
  border: 1.4px solid #f397c1;
  border-radius: 999px;
  color: #f397c1;
  background: #fff;
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
  opacity: 1;
}

body.wb-account-page .wb-account-favorites-actions .wb-account-favorites-action:hover,
body.wb-account-page .wb-account-favorites-actions .wb-account-favorites-action:focus-visible {
  color: #fff;
  background: #f397c1;
}

body.wb-account-page .wb-account-favorites-select-all {
  min-height: 34px;
  color: #211d24;
  font-size: .88rem;
  font-weight: 700;
  opacity: 1;
}

body.wb-account-page .wb-account-favorites-select-all .form-check-input {
  width: 16px;
  height: 16px;
  border-color: #d8d4da;
}

body.wb-account-page .wb-account-favorites-select-all .form-check-input:checked {
  border-color: #f397c1;
  background-color: #f397c1;
}

body.wb-account-page .wb-account-favorite-list {
  gap: 26px;
  padding: 18px 20px 24px;
  border-radius: 15px;
  background: #fff;
}

body.wb-account-page .wb-account-product--favorite {
  opacity: 1;
  color: #211d24;
}

body.wb-account-page .wb-account-product--favorite .wb-account-product__title,
body.wb-account-page .wb-account-product--favorite .wb-account-product__title a,
body.wb-account-page .wb-account-product--favorite .wb-account-product-price strong,
body.wb-account-page .wb-account-product--favorite .wb-account-product-count strong {
  color: #211d24;
}

body.wb-account-page .wb-account-product--favorite .wb-account-product__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

body.wb-account-page .wb-account-product--favorite .wb-account-product__action img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

body.wb-account-page .wb-account-favorites-empty {
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 42px 20px;
  text-align: center;
}

body.wb-account-page .wb-account-favorites-empty__title {
  margin: 0;
  color: #f397c1;
  font-size: 1.2rem;
  font-weight: 900;
}

body.wb-account-page .wb-account-favorites-empty__text {
  max-width: 420px;
  margin: 0;
  color: #8d8791;
  font-size: .92rem;
  font-weight: 600;
  line-height: 1.45;
}