.back-in-stock-alert-popup__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  border-radius: 50%;
  background-color: var(--color-background-secondary);
}
.back-in-stock-alert-popup__icon .icon {
  width: 22px;
  height: 22px;
  color: var(--color-text-primary);
}
.back-in-stock-alert-popup__description {
  margin-top: 8px;
  font-size: calc(var(--body-font-size) * 0.9375);
  line-height: 1.5;
  color: var(--color-text-secondary);
}
