/*
 * Keeps square product artwork fully visible inside the landscape media stage.
 * This is loaded separately so disclosure text embedded in an image cannot be
 * clipped by the stage's fixed aspect ratio before the next full asset build.
 */
.product-media-main > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
