.nova-header .swym-wishlist {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nova-header .swym-wishlist .icon-swym-wishlist {
  width: 2rem;
  height: 2rem;
}

@media (min-width: 768px) {
  .nova-header .search-drawer-button,
  .nova-header .swym-wishlist,
  .nova-header .account-button {
    margin-right: 1.6rem;
  }
}

@media (min-width: 1024px) {
  .nova-header .search-drawer-button,
  .nova-header .swym-wishlist,
  .nova-header .account-button {
    margin-right: 2.4rem;
  }
}
