
:where(.wd-loop-builder-off) .wd-hover-with-fade .wd-product-wrapper {
	position: relative;
	transition: transform .3s ease;
}

:where(.wd-loop-builder-off) .wd-hover-with-fade .product-element-bottom {
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

:where(.wd-loop-builder-off) .wd-hover-with-fade .wd-product-card-bg {
	inset: -15px -15px -2px -15px;
	border: inherit;
	border-radius: var(--wd-brd-radius);
	background-color: var(--wd-prod-bg, var(--bgcolor-white));
}

:where(.wd-loop-builder-off) .wd-hover-with-fade .wd-product-card-hover {
	display: flex;
	flex-direction: column;
	gap: var(--wd-prod-gap);
}

:is(.products-bordered-grid-ins,.wd-products-with-bg:not(.products-bordered-grid),.wd-products-with-shadow:not(.products-bordered-grid)) .wd-hover-with-fade .wd-product-card-bg {
	top: -1px;
	inset-inline: -1px;
}

:is(.products-bordered-grid-ins,.wd-products-with-bg:not(.products-bordered-grid),.wd-products-with-shadow:not(.products-bordered-grid)) .wd-hover-with-fade .wd-product-card-hover {
	padding-bottom: 0;
}

[class*="products-bordered-grid"]:not(.wd-products-with-shadow) .wd-hover-with-fade .wd-product-card-bg {
	box-shadow: none;
}

:where(.wd-loop-builder-off).products-bordered-grid .wd-hover-with-fade .wd-product-wrapper {
	transform: none !important;
}

:where(.wd-loop-builder-off).products-bordered-grid .wd-hover-with-fade .wd-product-card-bg {
	inset: calc(var(--wd-gap) / 2 * -1 - 1px) calc(var(--wd-gap) / 2 * -1 - 1px) 0;
	border: 1px solid var(--wd-bordered-brd, var(--brdcolor-gray-300));
	border-radius: 0;
	transform: none;
}

.wd-hover-with-fade div.quick-shop-close {
	top: -5px;
}

.wd-hover-with-fade.quick-shop-shown .add-to-cart-loop {
	opacity: .3;
	pointer-events: none;
}

.wd-hover-with-fade.wd-fade-off :is(.wd-product-card-bg,[class*="hover-content"]) {
	display: none;
}

.wd-hover-with-fade.wd-fade-off .quick-shop-close {
	top: 5px;
	inset-inline-end: 10px;
}

.wd-hover-with-fade.wd-fade-off .product-element-bottom {
	position: static;
}

.wd-hover-with-fade.wd-fade-off .wd-product-card-hover {
	position: static;
	gap: 0;
	margin-top: calc(var(--wd-prod-gap) * -1);
	padding: 0 !important;
	border: none;
	opacity: 1;
	visibility: visible;
}

.wd-hover-with-fade.wd-fade-off .wd-product-card-hover>:is(.wd-progress-bar,.wd-countdown-timer) {
	margin-top: var(--wd-prod-gap);
}

.wd-hover-with-fade.state-hover .wd-more-desc-btn {
	transform: none;
}

@media (max-width: 1024px) {
	:where(.wd-loop-builder-off) .wd-hover-with-fade .wd-product-card-bg {
		top: -10px;
		inset-inline: -10px;
	}
}

@media (max-width: 768.98px) {
	.wd-hover-with-fade .quick-shop-close {
		top: -5px;
		inset-inline-end: -5px;
	}
}
