/* WC Enhanced - Add to Cart widget styles */

.wce-add-to-cart {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.wce-add-to-cart .wce-add-to-cart__row {
	display: flex;
	width: 100%;
}

/* Default alignment: stretch */
.wce-add-to-cart .wce-add-to-cart__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	padding: 18px 22px;
	border: 1px solid #000;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
}

.wce-add-to-cart .wce-add-to-cart__button:hover,
.wce-add-to-cart .wce-add-to-cart__button:focus {
	filter: brightness(1.05);
}

.wce-add-to-cart .wce-add-to-cart__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.wce-add-to-cart .wce-add-to-cart__icon svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
	stroke: currentColor;
}
/* Fallback form should not affect layout (it only carries hidden inputs) */
.wce-add-to-cart .wce-add-to-cart__form {
	display: none;
	margin: 0;
	padding: 0;
	height: 0;
}