.wishlist-display-flex{
    display: flex;
}
.wishlist-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    width: 100%;
}
.wishlist-card {
    border: none;
    padding: 15px;
    border-radius: 8px;
    width: 25%;
    position: relative;
    display: flex;
    flex-direction: column;
}
.wishlist-card img {
    max-width: 100%;
    aspect-ratio: 114 / 139;
    width: 100%;
    border-radius: 20px;
    
}
.wishlist-card-content {
    margin-top: 10px;
}
.wishlist-price {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px!important;
    margin-top: auto!important;
}
.wishlist-stock.in-stock {
    color: green;
}
.wishlist-stock.out-of-stock {
    color: red;
}
.wishlist-add-to-cart:hover {
    background: #005177;
}

#wishlist-filters {
    display: flex;
    /*flex-direction: column;*/
    gap: 10px;
    padding: 15px;
    /*border: 1px solid #ddd;*/
    margin-bottom: 20px;
    border-radius: 20px;
    margin-right: 20px;
    height: fit-content;
}
#wishlist-results {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
}
.sansouna-filter{
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 700;
    color: black;
}


.price-slider-container {
    position: relative;
    width: 300px;
    height: 12px;
    background: #F0F0F0;
    border-radius: 20px;
}

input[type="range"] {
    position: absolute;
    width: 100%;
    -webkit-appearance: none;
    background: none;
    pointer-events: none;
    background-color: transparent;
    margin: 0px;
    z-index: 2;
}



input[type=range]::-webkit-slider-runnable-track {
    width: 300px;
    height: 100%;
    background: transparent;
    border: none;
    border-radius: 3px;
    outline: none;
    box-shadow: none!important;
}


input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #2A2A2A;
    margin-top: -4px;
    cursor: pointer;
    position: relative;
    pointer-events: auto;
}

input[type="range"]::-moz-range-thumb {
    width: 15px;
    height: 15px;
    background: #2A2A2A;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
}

.slider-track {
    position: absolute;
    height: 12px;
    background: #2A2A2A;
    top: 0%;
   
    z-index: 1;
    outline: none;
    border: none;
    border-radius: 50px;
}




.rating-filter {
    display: flex;
    flex-direction: column; /* Makes it vertical */
    gap: 8px; /* Space between rating options */
}

.rating-filter label {
    display: flex;
    justify-content: space-between; /* Pushes radio to right */
    align-items: center;
    cursor: pointer;
    font-size: 18px; /* Adjusts star size */
    width: 100%; /* Adjust width if needed */
    flex-direction: row-reverse;
}

.rating-filter input {
    margin-left: 10px; /* Space between stars and radio */
}

.stars {
    display: flex;
    font-size: 20px; /* Adjust star size */
}

.filled {
    color: #f5c518; /* Gold color for selected stars */
}

.empty {
    color: #ccc; /* Grey color for unselected stars */
}

.sansouna-favorites-title{
    width: 100%;
}
.sansouna-wishlist-card-title{
    line-height: 24px!important;
    text-align: left!important;
}
.sansouna-wishlist-card-title a{
    color: #2A2A2A;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 400;
    line-height: 1px;
}

.wishlist-add-to-cart{
    background-color: #9D6F3B!important;
    border-radius: 60px;
    font-size: 14px!important;
    text-decoration: none!important;
    padding: 10px 30px!important;
    display: flex!important;
    flex-wrap: nowrap!important;
}
.add-to-cart-text{
    width: 90%!important;
    color:white!important;
}
.add-to-cart-bag{
    width: 18px !important;
    padding-left: 5px;
    height: auto !important;
}
.wishlist-add-to-cart img{
    border-radius: 0px;
}
.sansouna-wishlist-btn{
    position: absolute;
    top: 15px;
    background-color: transparent!important;
    right: 15px;
    width: 30px;
    height: 30px;
    padding: 0px;
    border-color: transparent!important;
}
.sansouna-wishlist-heart{
    width: 16px;
    height: 16px;
    background-color: #e6dacf;
    border-radius: 50px;
    width: 31px;
    height: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sansouna-wishlist-heart svg{
    width: 15px;
}
.sansouna-wishlist-heart path{
    fill: #d6253f;
}

#apply-filters{
    background-color: #9D6F3B;
    border-radius: 50px;
    color:white!important;
    border:none!important;
}
.filter-btn{
    border: 1px solid #C6C6C6!important;
    border-radius: 50px!important;
    color: #1F1F1F!important;
    background-color:white!important;
}
.price-container-wrapper,.rating-container-wrapper,.category-container-wrapper{
    position:relative!important;
}
.price-slider-popup,.rating-filter,.category-filter{
    position: absolute;
    top: 120%;
    z-index: 4;
}
#rating-popup,#price-slider-popup,#category-popup,#category-popup-2,#category-popup-3,#category-popup-4,#category-popup-5,#category-popup-6,#category-btn-2,#category-btn-3,#category-btn-4,#category-btn-5,#category-btn-6{
    display:none;
}
#rating-popup,#category-popup,#category-popup-2,#category-popup-3,#category-popup-4,#category-popup-5,#category-popup-6,#price-slider-popup{
    background-color: white;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 3px 6px #0000001A;
}
#category-popup,#category-popup-2,#category-popup-3,#category-popup-4,#category-popup-5,#category-popup-6{
    width: 320px !important;
    height: 225px;
    overflow-y: scroll;
}
.category-filter{
    width: 320px !important;
    height: 225px;
    overflow-y: scroll;
}

/* Webkit browsers (Chrome, Safari, Edge) */
#category-popup::-webkit-scrollbar,#category-popup-2::-webkit-scrollbar,#category-popup-3::-webkit-scrollbar,#category-popup-4::-webkit-scrollbar,#category-popup-5::-webkit-scrollbar,#category-popup-6::-webkit-scrollbar {
  width: 10px;
  border-radius:20px;
}

#category-popup::-webkit-scrollbar-track,#category-popup-2::-webkit-scrollbar-track,#category-popup-3::-webkit-scrollbar-track,#category-popup-4::-webkit-scrollbar-track,#category-popup-5::-webkit-scrollbar-track,#category-popup-6::-webkit-scrollbar-track{
  background: #f1f1f1; 
  border-radius:20px;
}

#category-popup::-webkit-scrollbar-thumb,#category-popup-2::-webkit-scrollbar-thumb,#category-popup-3::-webkit-scrollbar-thumb,#category-popup-4::-webkit-scrollbar-thumb,#category-popup-5::-webkit-scrollbar-thumb,#category-popup-6::-webkit-scrollbar-thumb {
  background: #888;
  border-radius:20px;
}

#category-popup::-webkit-scrollbar-thumb:hover,#category-popup-2::-webkit-scrollbar-thumb:hover,#category-popup-3::-webkit-scrollbar-thumb:hover,#category-popup-4::-webkit-scrollbar-thumb:hover,#category-popup-5::-webkit-scrollbar-thumb:hover,#category-popup-6::-webkit-scrollbar-thumb:hover {
 background: #555;
}
.wishlist-pagination{
    text-align: right;
    margin-top: 40px;
    margin-bottom: 50px;
}
.page-numbers{
    background-color: transparent;
    padding: 12px;
    border-radius: 8px;
    color: #2A2A2A80;
    transition:1s;
}
.page-numbers.current{
    background-color: #eee7e4;
    padding: 12px;
    border-radius: 8px;
    color: black;
}
.prev.page-numbers,.next.page-numbers{
    background-color: white !important;
    border: 1px solid #2A2A2A1A;
    color: black;
}









.wishlist-image-wrapper {
    position: relative!important;
    display: block!important;
    overflow: hidden!important;
}

.primary-image,
.secondary-image {
    display: block!important;
    width: 100%!important;
    transition: opacity 0.3s ease-in-out!important;
}

.secondary-image {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    opacity: 0!important;
}

.wishlist-image-wrapper:hover .secondary-image {
    opacity: 1!important;
}

.wishlist-image-wrapper:hover .primary-image {
    opacity: 0!important;
}
.tinvwl-shortcode-add-to-cart{
    position: absolute!important;
    right: 25px!important;
}
.tinvwl-shortcode-add-to-cart a{
    color: #2A2A2A99!important;
}
@media only screen and (min-width: 1200px){
    .wishlist-card img{
        /*height: 300px;*/
        aspect-ratio: 114/139;
    }
}
@media only screen and (max-width: 992px){
	.wishlist-card{
		width:33.33%;
	}
	.wishlist-card img{
		/*height: 270px;*/
		 aspect-ratio: 114/139;
	}
}
@media only screen and (max-width: 768px){
    .wishlist-card{
        width:50%!important;
    }
    #wishlist-filters{
        flex-direction: column!important;
    }
    .wishlist-card img {
        /*height: 320px;*/
         aspect-ratio: 114/139;
    }
}