/**
 * Product View — layout (CX-05A S2.1 spacing after hero identity-only).
 *
 * @package PasionGift_App
 */

.pg-product-view {
	display: flex;
	flex-direction: column;
	gap: var(--pg-space-lg);
}

.pg-product-view .pg-product-hero + .pg-product-gallery {
	margin-top: 0;
}

@media (min-width: 768px) {
	.pg-product-view {
		gap: var(--pg-space-xl);
	}
}
