/*
 * VividWorks 3D configurator adjustments.
 *
 * When the configurator embed replaces the product summary
 * (placement "replace summary" in the product's VividWorks tab),
 * hide the aside column so the configurator can use the full width.
 */
.single-product .container-wrap:has(.vw-planner-productpage-replace-summary) .aside-wrap {
	display: none;
}
