.wishlist-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.wishlist-empty-box {
        text-align: center;
        background: #fff;
        border: 1px solid #eee;
        border-radius: 16px;
        padding: 40px 20px;
        max-width: 600px;
        margin: 40px auto;
        box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    }
    .wishlist-empty-icon {
        font-size: 48px;
        color: #ff4d6d;
        margin-bottom: 15px;
    }
    .wishlist-empty-box h3 {
        font-size: 22px;
        margin-bottom: 10px;
        color: #333;
    }
    .wishlist-empty-box p {
        font-size: 15px;
        color: #666;
        margin-bottom: 20px;
    }
.wishlist-empty-box .btn-explore {
	display: inline-block;
	padding: 10px 20px;
	background: var(--e-global-color-accent);
	color: #fff;
	border-radius: 40px;
	text-decoration: none;
	font-weight: 500;
	transition: background 0.3s;
}


.wishlist-login-box {
  max-width: 400px;
  margin: 60px auto;
  padding: 25px 30px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  text-align: center;
  font-family: "Segoe UI", sans-serif;
}

.wishlist-icon {
  margin-bottom: 15px;
}

.wishlist-icon .icon {
  width: 48px;
  height: 48px;
  color: #6b7280;
  display: inline-block;
}

.wishlist-login-box h2 {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 6px;
}

.wishlist-login-box p {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 20px;
}

.wishlist-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.wishlist-actions a {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.25s ease;
}

.btn-register {
  background: #f3f4f6;
  color: #374151;
}

.btn-register:hover {
  background: #e5e7eb;
}
.btn-login {
	cursor: pointer;
	padding: 10px 15px;
	background-color: var(--e-global-color-accent);
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	border-radius: 4rem;
	text-transform: uppercase;
	display: inline;
	border: none;
}
.like-button.loading {
  position: relative;
  pointer-events: none;
  opacity: 0.7;
}

.like-button.loading::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  border: 2px solid var(--e-global-color-accent);
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}
@media (max-width: 955px) {
.page-id-25260 .listing-card-grid, .page-id-24935 .listing-card-grid  {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 768px) {
.page-id-25260 .listing-card-grid, .page-id-24935 .listing-card-grid {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 1310px) {
.page-id-25260 .listing-card-grid, .page-id-24935 .listing-card-grid {
    grid-template-columns: repeat(3, 1fr);
}
}


 

