.filter-buttons {
    margin: 5px 0;
    text-align: center;
}
.filter-buttons a {
    display: inline-block;
	padding: 10px;
	background: transparent;
	margin: 5px 10px 5px 0; 
	cursor: pointer;
    position: relative;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25rem;
    letter-spacing: 2px;
    text-transform: uppercase; 
    font-family: 'Montserrat';
}
.filter-buttons a:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000;
    transition: 0.3s ease;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: scaleX(0);
}
.filter-buttons a.active {
    background: transparent;
	color: #000; 
}
.filter-buttons a.active:after{
    transform: scaleX(1);
}

.ajax-loop {
    position: relative;
	gap: 28px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.ajax-loop.loading {
	min-height: 450px;
}
.ajax-loop.loading:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(255 255 255 / 50%);
	z-index: 1;
}

.ajax-loop.loading::after {
	content: "\e90f";
	font-family: icomoon;
	font-size: 40px;
	color: #777777;
	position: absolute;
	top: 30%;
	left: 50%;
	animation: 2s linear 0s infinite normal none running fa-spin;
}

.ff-ajax-container .show-more-items{
    text-align: center;
    margin-top: 20px;
}

.ff-ajax-container .show-more-items-btn.loading {
    opacity: .8;
}
.ff-ajax-container .show-more-items-btn.loading:after {
    content: '\e90f';
	font-family: 'icomoon';
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    margin-left: 10px;
    font-weight: 400;
    margin: -10px 0 -10px 8px;
}

.custom-dropdown-filter {
	margin-bottom: 20px;
}
.custom-dropdown-filter .current-filters {
	display: inline-block;
	margin:0 0;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 58px;
    row-gap: 5px;
}
.custom-dropdown-filter .current-filters span {
	display: inline-block;  
    color: #00000066;
    font-family: 'Montserrat';
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5; /* 153.846% */
    letter-spacing: 2px;
    text-transform: uppercase;
	padding: 5px 10px; 
	margin-right: 0;
    display: flex;
    align-items: center;
    transition: 0.3s ease;

}
.custom-dropdown-filter .current-filters i {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
    font-size: 20px;
    transition: 0.3s ease;
}
.custom-dropdown-filter .current-filters i:hover {
	color: #000;
}


.control-button{ 
    margin-bottom: 80px; 
}

.control-button .custom-dropdown-filter{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 38px;
    row-gap: 28px;
}

.control-button .custom-dropdown-filter .shop-filter{
    min-width: 206px;
    position: relative;
}
.control-button .ff-custom-dropdown .selected-text{
    padding: 5px 40px 5px 0;
}

.control-button .custom-dropdown-filter .shop-filter:has(.show-options):after{
	content: '';
	transform: rotate(0deg);
}

.control-button .custom-dropdown-filter .shop-filter:after{
    /* content:'\e90b'; */
	content: '';
	background: url('/wp-content/uploads/2024/01/submenu-icon.svg');
    /* font-family: icomoon;
    font-size: 20px;
    position: absolute;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 34px;
    top: 0;
    right: 0;
    color: #000; */
	width: 10px;
	height: 6px;
	display: block;
	transform: rotate(180deg);
	transition: 0.4s ease;
	position: absolute;
	right: 22px;
	top: 21px;
} 

.ff-product .items{
    margin-bottom: 70px;
}

.item-product .image-wrapper{
    position: relative;
    line-height: 0;
    margin-bottom: 17px;
}

.item-product .ff-wishlist {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 2;
    opacity: 0;
    transition: 0.4s;
}

.item-product:hover .ff-wishlist {
    opacity: 1;
	transition: 0.4s;
}

.item-product .ff-wishlist .on, .item-product .ff-wishlist .off {
    font-size: 0 !important;
}

.item-product .image-wrapper img{
    object-fit: cover;
    aspect-ratio: 329/588;
    object-position: center;
    width: 100%;
}

.item-product .image-wrapper .image-hover{
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0 ;
    transition: 0.6s ease;
}

.item-product:hover .image-wrapper .image-hover{
    opacity: 1 ;
}


.item-product .image-wrapper .hover-reveal{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 39px;
    opacity: 0;
    transition: 0.4s ease;
}

.item-product:hover .image-wrapper .hover-reveal{
    opacity: 1;
}

.item-product .image-wrapper .hover-reveal .featured-tag{
    color: #FFF;
    align-self: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25rem;
    letter-spacing: 2px;
}
.item-product .image-wrapper .hover-reveal .featured-tag.custom-tag {
    background-color: #fff;
    color: #000;
    padding: 1px 4px;
    margin-bottom: 5px;
}
.item-product .image-wrapper a.btn{
    min-height: 45px;
    font-size: 15px;
    padding: 16.5px 30px;
    width: 100%;
}

.enquire-text{
    font-size: 8px !important;
    padding: 10px !important;
    line-height: 10px !important;
    background: #F9F0ED !important;
    color: #000 !important;
    border: none !important;
}

.item-product .image-wrapper .hover-reveal + .bottom-actions {
    opacity: 0;
	transition: 0.4s;
    position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.item-product:hover .image-wrapper .hover-reveal + .bottom-actions {
	opacity: 1;
	transition: 0.4s;
}

.item-product .image-wrapper .bottom-actions .like_button .on,
.item-product .image-wrapper .bottom-actions .like_button .off {
    transition: 0.4s;
}
.item-product .image-wrapper .bottom-actions:hover .like_button .on,
.item-product .image-wrapper .bottom-actions:hover .like_button .off {
    color: #000;
    transition: 0.4s;
}
.item-product .image-wrapper .bottom-actions .like_button .on:hover,
.item-product .image-wrapper .bottom-actions .like_button .off:hover {
    color: #fff;
    transition: 0.4s;
}

.item-product .image-wrapper .bottom-actions .like_button.active {
    opacity: 0.4;
}

.item-product .product-details{
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.25rem;
    letter-spacing: 2px;
    font-size: 13px;
}

.item-product .product-details .product-name{
    margin-bottom: 15px;
}

.item-product:hover .product-details .price-and-link{
    opacity: 1;
    transition: 0.4s ease;
}

.item-product .product-details .price-and-link{
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    transition: 0.4s ease;
}
.mob-filter,
.control-button .mob-close{
    display: none;
}

@media(max-width:1023px){
    .item-product .image-wrapper img{
        width: 100%;
        object-fit: cover;
    }
    
    .ff-product .swiper-pagination{
        display: none;   
    }

    .item-product .image-wrapper .hover-reveal{
        opacity: 1;
    }

    .item-product .product-details .price-and-link{
        opacity: 1;
    }
}

@media (max-width: 767px){

    .item-product .image-wrapper img{
        aspect-ratio: 380/625;
    }

	.ff-ajax-container .show-more-items{
	    text-align: center;
	    margin-top: 50px;
	}
	
    .item-product .product-details .product-name{
        min-height: 40px;
    }

    .control-button .custom-dropdown-filter .shop-filter{
        width: 100%;
    }
    .control-button .custom-dropdown-filter{
        row-gap: 5px;
    }
    .custom-dropdown-filter .current-filters{
        column-gap: 15px;
    }
    .custom-dropdown-filter .current-filters i{
        font-size: 16px;
    }
    .custom-dropdown-filter .current-filters span{
        font-size: 10px;
    }

    .control-button{
        margin-bottom: 0;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        max-width: 320px;
        height: 100%;
        z-index: 999;
        padding: 60px 10px 10px;
        background: #fff;
        display: none;
    } 
    .control-button.active{
        display: block;
    }
    .control-button .mob-close{
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 24px;
        display: block;
    }

    .mob-filter{
        display: block;
        width: 100%;
    }

    .item-product .image-wrapper .hover-reveal + a.btn{
        font-size: 12px;
        padding: 16.5px 10px;
    }
    .item-product .image-wrapper .hover-reveal + .bottom-actions{
        opacity: 1;
    }
    .item-product .image-wrapper .hover-reveal + .bottom-actions a.btn{
        font-size: 12px;
        padding: 16.5px 25px 16.5px 0px;
    }

    .item-product .ff-wishlist{
        opacity: 1;
    }
}

@media (max-width: 424px){
    .item-product .image-wrapper img{
        aspect-ratio: 380/625;
        /* height: calc(100vh - 220px) */
    }
}

