.mfn-li-product-row.mfn-li-product-row-image {
	position: relative;
	overflow: hidden;
}
.product_archive_thumb_hover * {
	font-family: "Inter", sans-serif;
}
.product_archive_thumb_hover {
	z-index: 6 !important;
	position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #CDE5F7;
    padding: 12px 16px 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transform: translateY(calc(100% + 2px)); /* hidden below */
    transition: transform 0.3s ease;
}
.product_archive_thumb_hover p {
	font-size: 14px;
    line-height: 1.3;
    margin-bottom: 0;
    font-weight: 400;
}
.product_archive_thumb_hover .size-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.product_archive_thumb_hover .size-list a {
	display: block;
	background-color: #fff;
	color: #101010;
	font-weight: 300;
	font-size: 13px;
	line-height: 1;
	padding: 6px 10px;
	border-radius: 3px;
	transition: all 0.3s ease;
}
.product_archive_thumb_hover .size-list a:hover {
	background-color: #101010;
	color: #fff;
}
.mfn-li-product-row.mfn-li-product-row-image:hover .product_archive_thumb_hover {
	transform: translateY(0); /* slide up */
}
.product-variation-image-gallery .hidden-image {
	position: absolute !important;
	top: 0 !important;
	left: 0;
	right: 0;
	object-fit: cover;
	opacity: 0;
	z-index: 4;
}
.mfn-li-product-row.mfn-li-product-row-image:hover .product-variation-image-gallery .hidden-image {
	opacity: 1;
}
.woocommerce ul.products li.product.outofstock .product-loop-thumb .image_wrapper img.hidden-image {
	display: none;
}
.product-variation-image-slider {
	display: none;
}
.product-variation-image-slider .slick-dots {
	display: flex;
    gap: 4px;
    margin: 0 !important;
    z-index: 100;
    position: absolute;
    bottom: 1px;
    left: -2px;
}
.product-variation-image-slider .slick-dots li button {
	font-size: 1px;
    color: transparent;
    padding: 0;
    width: 15px;
    height: 4px;
    background-color: #000;
    border-radius: 10px;
    opacity: 0.3;
}
.product-variation-image-slider .slick-dots li.slick-active button {
	opacity: 1;
}
.product-loop-thumb .mfn-wish-button.mfn-abs-top {
	z-index: 30;
}
@media screen and (max-width: 500px) {
	.product-variation-image-slider {
		display: block;
	}
	.product-variation-image-gallery,
	.product_archive_thumb_hover {
		display: none;
	}
}