slideshow-main::elm
	{
		$: media/owl-gallery;
		mainImage: true;
		useEmbedCode: true;
		path: gallery;
		settings: {
			nav: true;
			dots: false;
			loop: true;
			autoplay: true;
			autoHeight: true;
			mouseDrag: true;
			autoWidth: false;
			responsive: {
				0: { items: 1; };
				600: { items: 1; };
				1200: { items: 1; };
				1800: { items: 1; };
			};
		};
	}

[cs-span]:not([cs-span=""])::define( span )
	{
		data:
			{
				posting-columns:
					span-1( 0, 920 ),
					span-3-2( 920 )
				;
			}
		;
	}

.owl-carousel [cs-ratio]::--attr-cs-ratio
	{
		set: none;
	}

.owl-carousel img
	{
		object-fit: contain;
	}

.template:not( .b2b ) .price > .text::elm
	{
		kill: true;
	}

.template:not( .b2b ) .extra .cap::elm
	{
		kill: true;
	}
