/* Semantic Product Tools styles for product-tools-scene-showcase. */
.seo-template-page .product-tools-section--product-tools-scene-showcase .pt-scene-showcase__section {
	background-color: var(--fg-color-muted-surface-40);
	padding-left: var(--fg-space-4);
	padding-right: var(--fg-space-4);
	padding-top: var(--fg-space-14);
	padding-bottom: var(--fg-space-14);
}
.seo-template-page .product-tools-section--product-tools-scene-showcase .pt-scene-showcase__row {
	display: flex;
	gap: var(--fg-space-2);
}
.seo-template-page .product-tools-section--product-tools-scene-showcase .pt-scene-showcase__grid {
	display: grid;
	grid-template-columns: repeat(1,minmax(0,1fr));
	align-items: center;
	gap: var(--fg-space-10);
}
.seo-template-page .product-tools-section--product-tools-scene-showcase .pt-scene-showcase__grid-2 {
	display: grid;
	grid-template-columns: repeat(1,minmax(0,1fr));
	align-items: center;
	gap: var(--fg-space-10);
}
.seo-template-page .product-tools-section--product-tools-scene-showcase .pt-scene-showcase__grid-3 {
	display: grid;
	align-items: center;
	gap: var(--fg-space-10);
}
.seo-template-page .product-tools-section--product-tools-scene-showcase .pt-scene-showcase__grid-4 {
	display: grid;
	align-items: center;
	gap: var(--fg-space-10);
}
.seo-template-page .product-tools-section--product-tools-scene-showcase .pt-scene-showcase__icon {
	height: var(--fg-icon-lg);
	width: var(--fg-icon-lg);
}
.seo-template-page .product-tools-section--product-tools-scene-showcase .pt-scene-showcase__row-2 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--fg-space-3);
	border-width: var(--fg-space-px);
	border-color: var(--fg-color-border);
	background-color: var(--fg-color-background);
	padding: var(--fg-space-2-5);
}
.seo-template-page .product-tools-section--product-tools-scene-showcase .pt-scene-showcase__icon-2 {
	margin-top: var(--fg-space-0-5);
	height: var(--fg-icon-md);
	width: var(--fg-icon-md);
	color: var(--fg-color-text);
}
.seo-template-page .product-tools-section--product-tools-scene-showcase .pt-scene-showcase__block {
	margin-top: var(--fg-space-3);
	margin-bottom: 0;
	color: var(--fg-color-muted);
}
.seo-template-page .product-tools-section--product-tools-scene-showcase .pt-scene-showcase__copy {
	margin-top: var(--fg-space-5);
	margin-bottom: 0;
	font-size: var(--fg-text-sm);
	line-height: var(--fg-leading-sm);
	list-style: none;
	padding-left: 0;
}
.seo-template-page .product-tools-section--product-tools-scene-showcase .pt-scene-showcase__copy>:not([hidden])~:not([hidden]) {
	--fg-stack-y-reverse: 0;
	margin-top: calc(var(--fg-space-2)*(1 - var(--fg-stack-y-reverse)));
	margin-bottom: calc(var(--fg-space-2)*var(--fg-stack-y-reverse));
}
.seo-template-page .product-tools-section--product-tools-scene-showcase .pt-scene-showcase__title {
	margin-top: var(--fg-space-5);
	margin-bottom: 0;
	font-size: var(--fg-text-2xl);
	line-height: var(--fg-leading-2xl);
	font-weight: var(--fg-weight-semibold);
}
.seo-template-page .product-tools-section--product-tools-scene-showcase .pt-scene-showcase__title-2 {
	margin-top: var(--fg-space-5);
	margin-bottom: 0;
	font-size: var(--fg-text-2xl);
	line-height: var(--fg-leading-2xl);
	font-weight: var(--fg-weight-semibold);
	letter-spacing: var(--fg-tracking-tight);
}
.seo-template-page .product-tools-section--product-tools-scene-showcase .pt-scene-showcase__block-2 {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--fg-content-6xl);
}
.seo-template-page .product-tools-section--product-tools-scene-showcase .pt-scene-showcase__block-2>:not([hidden])~:not([hidden]) {
	--fg-stack-y-reverse: 0;
	margin-top: calc(var(--fg-space-20)*(1 - var(--fg-stack-y-reverse)));
	margin-bottom: calc(var(--fg-space-20)*var(--fg-stack-y-reverse));
}
.seo-template-page .product-tools-section--product-tools-scene-showcase .pt-scene-showcase__media {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: var(--fg-space-4);
	border-width: var(--fg-space-px);
	border-color: var(--fg-color-text-20);
	background-color: var(--fg-color-background);
	aspect-ratio: 11/8;
	max-height: var(--fg-media-max-height-md);
}
.seo-template-page .product-tools-section--product-tools-scene-showcase .pt-scene-showcase__media-2 {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: var(--fg-space-4);
	border-width: var(--fg-space-px);
	border-color: var(--fg-color-text-20);
	background-color: var(--fg-color-background);
	aspect-ratio: 3/2;
	max-height: var(--fg-media-max-height-md);
}
@media (min-width:640px) {
.seo-template-page .product-tools-section--product-tools-scene-showcase .pt-scene-showcase__section {
	padding-left: var(--fg-space-6);
	padding-right: var(--fg-space-6);
	padding-top: var(--fg-space-28);
	padding-bottom: var(--fg-space-28);
}
.seo-template-page .product-tools-section--product-tools-scene-showcase .pt-scene-showcase__title {
	font-size: var(--fg-text-3xl);
	line-height: var(--fg-leading-3xl);
}
.seo-template-page .product-tools-section--product-tools-scene-showcase .pt-scene-showcase__title-2 {
	font-size: var(--fg-text-3xl);
	line-height: var(--fg-leading-3xl);
}
}
@media (min-width:768px) {
.seo-template-page .product-tools-section--product-tools-scene-showcase .pt-scene-showcase__grid {
	grid-template-columns: repeat(2,minmax(0,1fr));
}
.seo-template-page .product-tools-section--product-tools-scene-showcase .pt-scene-showcase__grid-2 {
	grid-template-columns: repeat(2,minmax(0,1fr));
}
.seo-template-page .product-tools-section--product-tools-scene-showcase .pt-scene-showcase__grid-3 {
	grid-template-columns: repeat(2,minmax(0,1fr));
}
.seo-template-page .product-tools-section--product-tools-scene-showcase .pt-scene-showcase__grid-4 {
	grid-template-columns: repeat(2,minmax(0,1fr));
}
}
