.wd-product.wd-hover-fw-button .hover-content {
	padding-inline-end: 2px;
	margin-block: var(--wd-prod-trim);
}

.wd-product.wd-hover-fw-button :is(.hover-content-wrap,.wd-progress-bar) {
	padding-top: var(--wd-prod-gap);
	border-top: 1px solid var(--brdcolor-gray-300);
}

.wd-product.wd-hover-fw-button .wd-more-desc .wd-more-desc-btn {
	transform: none;
}

.wd-product.wd-hover-fw-button .wd-quick-shop-2 {
	width: 100%;
}

.wd-product.wd-hover-fw-button .wd-quick-shop-2 table.variations {
	display: inline-flex;
}

.wd-product.wd-hover-fw-button .shop_attributes {
	color: var(--color-gray-400);
	font-size: 95%;
	--wd-link-color: var(--color-gray-400);
	--wd-link-color-hover: var(--color-gray-700);
}

.wd-product.wd-hover-fw-button .shop_attributes tbody {
	margin: 0;
}

.wd-product.wd-hover-fw-button .shop_attributes td {
	text-align: start;
}

.wd-product.wd-hover-fw-button .shop_attributes tr {
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 4px;
	padding-bottom: 0;
	border-bottom: none;
}

.wd-product.wd-hover-fw-button .shop_attributes th .wd-hint {
	margin-inline-end: 2px;
}

.wd-product.wd-hover-fw-button .shop_attributes th:after {
	content: ":";
}

.wd-product.wd-hover-fw-button .wd-add-btn div.quantity input[type="button"].minus {
	border-start-start-radius: var(--btn-accented-brd-radius);
	border-end-start-radius: var(--btn-accented-brd-radius);
}

.wd-product.wd-hover-fw-button .wd-add-btn div.quantity input[type="button"].plus {
	border-start-end-radius: var(--btn-accented-brd-radius);
	border-end-end-radius: var(--btn-accented-brd-radius);
}

.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(.content-product-imagin,[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 .fade-in-block {
	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 .fade-in-block>:is(.wd-progress-bar,.wd-timer) {
	margin-top: var(--wd-prod-gap);
}

.wd-hover-with-fade.state-hover .wd-more-desc-btn {
	transform: none;
}

.wd-hover-with-fade.hover-ready:is(:hover,.state-hover) .product-wrapper {
	z-index: 20;
	transform: translateY(-5px) translateZ(0);
}

.wd-hover-with-fade.hover-ready:is(:hover,.state-hover) .content-product-imagin {
	visibility: visible;
	opacity: 1;
	transition: opacity .3s ease, visibility 0s ease, transform .3s ease;
	transform: scale(1);
}

.wd-hover-with-fade.hover-ready:is(:hover,.state-hover) .fade-in-block {
	visibility: visible;
	opacity: 1;
	transition: opacity .3s ease, visibility 0s ease;
}

.products-bordered-grid .wd-hover-with-fade .product-wrapper {
	transform: none !important;
}

.products-bordered-grid .wd-hover-with-fade .content-product-imagin {
	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;
}

@media (max-width: 1024px) {}

@media (max-width: 768.98px) {
	.wd-hover-with-fade .quick-shop-close {
		top: -5px;
		inset-inline-end: -5px;
	}
}