.wd-product-img-hover {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--bgcolor-white);
	opacity: 0;
	pointer-events: none;
}

@supports (overflow: clip) {}

.wd-product:is(.wd-variation-active,.product-swatched,.wd-loading-image) .wd-product-img-hover {
	display: none;
}

.wd-add-btn.wd-action-btn .button {
	gap: 0;
	min-height: unset;
	padding: 0;
	background-color: transparent;
	text-transform: unset;
	font-size: unset;
}

.wd-add-btn.wd-action-btn .button:hover {
	background-color: transparent;
	box-shadow: none;
}

.wd-product .product_type_external:before {
	--wd-btn-icon: "";
}

:is(.catalog-mode-on,.login-see-prices) .wd-product.product .wd-add-btn {
	display: none;
}

.wd-product .added_to_cart {
	display: none !important;
}

@media (max-width: 1024px) {
	.wd-product-img-hover {
		display: none;
	}
}