/* The AN4109 gallery has a thumbnail rail because it has four visual assets.
 * A catalogue SKU with one verified AVIF keeps the same stage module without
 * reserving an empty rail. */
.ams-catalogue-an4109--single-media .ams-an4109__gallery {
	grid-template-columns: minmax(0, 1fr);
}

/* A long series may contribute every thumbnail to the parent grid's intrinsic
 * height, even though this rail scrolls. Give the desktop rail a definite
 * height so it cannot push the following product sections far down the page. */
@media (min-width: 960px) {
	.ams-catalogue-an4109 .ams-an4109__gallery-rail {
		height: 430px;
	}
}

/* Keep the streamlined product-summary hierarchy if an older catalogue
 * template is deployed again. The model remains available in the title and
 * quote URL, while the redundant reference, category and audience labels stay
 * out of the detail-page hero. */
.ams-catalogue-product-v2 .ams-an4109__summary > .ams-an4109__reference,
.ams-catalogue-product-v2 .ams-an4109__identity > .ams-an4109__eyebrow,
.ams-catalogue-product-v2 .ams-an4109__actions > p {
	display: none !important;
}
