{% comment %} {{
	media.preview_image
	| image_url: width: 3840
	| image_tag:
		alt: media.alt,
		loading: loading,
		fetchpriority: fetch_priority,
		style: focal_point_style,
		widths: widths,
		class: 'product-media__image',
		ref: ref_image_to_transition,
		data_max_resolution: high_res_url,
		ref: image_ref,
		sizes: sizes
}} {% endcomment %}

{% render 'aio-image', 
	src: media.preview_image,
	alt: media.alt,    
	loading: loading
	fetchpriority: fetch_priority,
	style: focal_point_style,
	classes: 'product-media__image',
	testId: 'hero-desktop-image-1'
%}