:is(.is-root-container,.wp-site-blocks) .wc-block-add-to-cart-form .woocommerce-variation-add-to-cart {
	gap: 24px;
}

.variations .value::before {
	content: none !important;
}

.variations tr {
	margin-bottom: 18px;
}

.variations th.label {
	line-height: 1.5 !important;
}

.variations th.label label {
	font-weight: 600 !important;
	line-height: 1.5 !important;
	letter-spacing: -0.03em !important;
}


div.product .wc-block-add-to-cart-form form.cart .variations label {
	cursor: default !important;
}

.the-woo-variation-toggle {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.the-woo-variation-toggle__button {
	width: auto !important;
	padding: 6px 10px !important;
	border-radius: 10px !important;
	border: 1px solid #282E31 !important;
	font-size: 0.875rem !important;
	line-height: 1.42857 !important;
	color: #171717 !important;
	background: transparent !important;
	cursor: pointer;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	max-height: 32px;
}

.the-woo-variation-toggle__button.is-active, .the-woo-variation-toggle__button:hover {
	background: #282E31 !important;
	color: #ffffff !important;
}
