/* wishlist page css start here */
.wishlist_summary_btns {
    margin-top: 4rem;
}

.wishlist_summary_sidebar {
    width: 80rem;
    background: rgba(55, 55, 55, 0.1);
    backdrop-filter: blur(15.449999809265137px);
    padding: 8rem;
    right: -80rem;
    transition: right 0.3s ease-in-out;
}

/* Sidebar Open State */
.wishlist_summary_sidebar.active {
    right: 0; /* Slide in */
}

.wishlist_summary_close button {
    padding: 1rem 1.4rem;
    border: 1px solid #363636;
}

.free_sippping_badge {
    background: #b8de89;
}
/* wishlist page css end here */

/* review modal css start here */

.product_review_modal {
    width: 70rem;
}

/*  review modal css end here */

/*  review modal responsive css start here */
@media (max-width: 767.98px) {
    .product_review_modal {
        width: 100%;
    }
}

/*  review modal responsive css end here */

/*  wishlist responsive css start here */

@media (max-width: 575.98px) {
    .wishlist_summary_btns {
        flex-direction: column;
    }
}
@media (max-width: 1199.98px) {
    .wishlist_summary_sidebar {
        width: 100%;
        padding: 4rem;
        right: -100%;
    }
    .wishlist_payment_methods img {
        width: 120px;
    }
    .wishlist_payment_methods {
        flex-wrap: wrap;
    }
}

/* @media (max-width: 1778.98px) {
    .wishlist-product-cta {
        flex-direction: column;
    }
} */
/*  wishlist responsive css end here */
