.xb-wishlist-product__item{
  border:1px solid #f2f2f2;
  padding:8px;
  border-radius:24px !important;
}
.xb-wishlist-product__media{
     overflow:hidden;
     border-radius:24px;
     background:#ffedec
   }
.xb-wishlist-product__info{
  margin-top:8px;
  border-radius:24px 24px 0 0;
  background:#edfbfc !important;
}
.xb-wishlist-product__variant{
   border-radius:0 0 24px 24px;
  background:#edfbfc !important;
}
.xb-wishlist-product__price span{
  display:block;
  text-align:left;
  margin:2px 0;
}
.xb-wishlist-product__title{
  text-align:left  !important;
}
.xb-wishlist-product__variant{
  justify-content:start !important;
}
.xb-list-style__add-to-cart{
  background:#FF5454 !important;
  
}
  .xb-wishlist-product__title a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.3;
    margin-block: 0px;
    overflow: hidden;
    font-size:12px;
  }  
  
  
@media (max-width: 768px) {
     
   .xb-wishlist-products{
     
      padding:16px
   }  
  .xb-grid-style > div{
     --xo-xs: 2 !important;
    column-gap: 8px;
  }
  .xb-wishlist-product__img{
    height:142px !important;
  }
 
   
 }