/**
 * Wixnova WoodMart Settings - frontend styles.
 * Most visual styling intentionally comes from WoodMart's native .button/.alt
 * classes so Theme Settings remain the primary styling source.
 */

.wixnova-store-direct-order {
	box-sizing: border-box;
	text-align: center;
}

.wixnova-store-direct-order .wd-action-text {
	pointer-events: none;
}

.wixnova-store-direct-order-loop {
	margin-top: 8px;
}

.wixnova-store-direct-order-single {
	margin-inline-start: 8px;
}

.wixnova-store-full-width {
	display: flex;
	width: 100%;
	justify-content: center;
}

/* Keep adjacent single-product buttons usable when a full-width button is set. */
.wixnova-store-direct-order-single.wixnova-store-full-width {
	margin-top: 8px;
	margin-inline-start: 0;
}
