.product-in-add-to-cart {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 46px;
	width: 100%;
	border-radius: 4px;
	text-transform: uppercase;
	background: var(--Neutral-1000);
}
.product-in-add-to-cart.default-button:hover {
	background: var(--Neutral-700);
}
@media (max-width: 600px) {
	.product-in-add-to-cart {
		height: 12.77vw;
		border-radius: 1.33vw;
	}
}