/* === Custom Empty State for XB Wishlist === */

/* Hide the default illustration */
.xb-wishlist-empty img {
  display: none !important;
}

/* Add watermark logo background */
.xb-wishlist-empty {
  background: url('https://cdn.shopify.com/s/files/1/0932/3053/0869/files/labela_logonew.png?v=1755759433') no-repeat center 40%;
  background-size: 120px auto;
  opacity: 0.08; /* faint watermark */
  min-height: 300px;
  position: relative;
}

/* Style witty text */
.xb-wishlist-empty p {
  font-family: "Trirong", serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  text-align: center !important;
  margin-top: 220px !important; /* push text below watermark */
  color: #2B2B2B !important;
}
