 .customer-wishlist {
  background-color: var(--color-secondary-lighter);
  padding: 30px 0 56px;
}

@media screen and (min-width: 990px) {
  .customer-wishlist {
    padding: 30px 0;
    min-height: 65rem;
  }
}

.customer-wishlist__inner {
  position: relative;
}

.customer-wishlist__description {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  max-width: 74rem;
}

.customer-wishlist .card-product__price {
  margin-top: 1rem;
}

