.your_wishlist .carousel-wrapper .card .text-wrapper {
    gap: unset;
}

.your_wishlist .heading_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.your_wishlist .heading_wrapper button {
    padding: 0 16px 0 28px;
    text-align: left;
    position: relative;
    font-family: Creato Display;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    border: 1px solid #9DA1B0;
    border-radius: 60px;
    background: none;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    color: #7445B2;
    cursor: pointer;
}
.your_wishlist .heading_wrapper button span {
    width: 24px;
    height: 24px;
}
.your_wishlist .heading_wrapper button span img{
    width: 100%;
    height: 100%;
}
.your_wishlist .heading_wrapper .similar-carousel-heading{
    margin-bottom: unset;
}

.wishlist-carousel .slick-track{
    margin-left: 0;
}

.your_wishlist .card .text-wrapper .price-section .out-of-stock p {
    color: #ED1C24;
    font-family: Lato;
    font-size: 9px;
    line-height: 18px;
    font-weight: 700;
  }