.eng-add-to-cart-button,
.eng-add-to-cart-preview,
.eng-add-to-cart-link {
	display: block;
	width: 100%;
	max-width: 330px;
	background-color: var(--wp--preset--color--secondary);
	font-size: var(--wp--preset--font-size--sm) !important;
	font-weight: 700;
	line-height: 1;
	border-radius: 8px;
	padding: 17px;
	color: #fff;
	border: 0;
	cursor: pointer;
  transition: 0.4s all ease-in-out;
}
.eng-add-to-cart-link {
	text-decoration: none;
	text-align: center;
}

.eng-add-to-cart-preview {
  margin-top: 20px !important;
}
.eng-add-to-cart-button:hover,
.eng-add-to-cart-link:hover {
  background-color: #222120;
	color: #fff;
}
.eng-atc-button {
	padding-top: 30px;
	width: 100%;
}
.eng-atc-button .wc-block-components-notice-banner {
	position: fixed;
	width: 600px;
	height: auto;
	bottom: 0;
	left: 0;
	margin: 20px !important;
	z-index: 9999;
}
[disabled].eng-add-to-cart-button {
	opacity: 0.1;
	pointer-events: none;
}
