.xb-wishlist-notification__icon-status {
  display: none !important;
}

.xb-wishlist-notification__icon-close{
  display: none !important;
}

.xb-wishlist-notification__content {
  align-items: center !important;
  display: flex;
  gap: 10px;
  justify-content: center !important;
  line-height: 1.2;
  padding: 16px 12px;
  width: 100vw !important;
  text-align: center;
  font-size: 1rem;
}

.xb-wishlist-product__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-align: start !important;
    text-transform: capitalize;
    word-break: break-word;
}

.xb-wishlist-product__price{ 
    font-size: 16px;
    line-height: 1;
    text-align: start !important;
}

.xb-wishlist-product__variant {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px !important;
    justify-content: center;
    padding: 10px 12px 12px;
}

.xb-wishlist-product__select {
    border: 1px solid #ccc;
    border-radius: 5px;
    display: flex;
    font-size: 13px;
    height: 32px;
    max-width: 100% !important;
    outline: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xb-list-style__add-to-cart {
    background-color: #000;
    border: none;
    border-radius: 5px !important;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    height: 32px;
    line-height: 1;
    min-width: 90px;
    padding: 6px 14px;
    position: relative;
    text-transform: uppercase !important;
}

.xb-wishlist-product__img {
    height: auto !important;
    width: 100%;  
    object-fit: cover; 
}

.xb-wishlist-products__no-product {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 50vh !important;
    justify-content: center
}




