@supports (overflow: clip) {}

.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;
}

: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) {}