/* Product Categories section styles for product-categories-channel-rules. */
.seo-template-page .product-categories-section--product-categories-channel-rules .pc-channel-rules__heading {
	margin-top: var(--fg-space-4);
	max-width: var(--fg-content-2xl);
	margin-left: auto;
	margin-right: auto;
	font-size: var(--fg-text-3xl);
	line-height: var(--fg-leading-3xl);
	font-weight: var(--fg-weight-semibold);
	letter-spacing: var(--fg-tracking-tight);
}
@media (min-width:640px) {
.seo-template-page .product-categories-section--product-categories-channel-rules .pc-channel-rules__heading {
	font-size: var(--fg-text-4xl);
	line-height: var(--fg-leading-4xl);
}
}
@media (min-width:1024px) {
.seo-template-page .product-categories-section--product-categories-channel-rules .pc-channel-rules__heading {
	font-size: var(--fg-text-5xl);
	line-height: var(--fg-leading-5xl);
}
}
.seo-template-page .product-categories-section--product-categories-channel-rules .pc-channel-rules__panel {
	display: inline-flex;
	align-items: center;
	border-radius: var(--fg-radius-md);
	border-width: var(--fg-space-px);
	border-color: var(--fg-color-border);
	background-color: var(--fg-color-muted-surface-40);
	padding-left: var(--fg-space-2);
	padding-right: var(--fg-space-2);
	padding-top: var(--fg-space-0-5);
	padding-bottom: var(--fg-space-0-5);
	font-size: var(--fg-text-11);
	line-height: var(--fg-leading-normal);
	font-weight: var(--fg-weight-medium);
	color: var(--fg-color-text-75);
}
.seo-template-page .product-categories-section--product-categories-channel-rules .pc-channel-rules__shape {
	border-top-width: var(--fg-space-px);
	border-bottom-width: var(--fg-space-px);
	border-color: var(--fg-color-border);
	background-color: var(--fg-color-muted-surface-30);
}
.seo-template-page .product-categories-section--product-categories-channel-rules .pc-channel-rules__section {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--fg-space-4);
	padding-right: var(--fg-space-4);
	padding-top: var(--fg-space-16);
	padding-bottom: var(--fg-space-16);
}
@media (min-width:640px) {
.seo-template-page .product-categories-section--product-categories-channel-rules .pc-channel-rules__section {
	padding-top: var(--fg-space-20);
	padding-bottom: var(--fg-space-20);
}
}
@media (min-width:1024px) {
.seo-template-page .product-categories-section--product-categories-channel-rules .pc-channel-rules__section {
	padding-top: var(--fg-space-28);
	padding-bottom: var(--fg-space-28);
}
}
.seo-template-page .product-categories-section--product-categories-channel-rules .pc-channel-rules__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: var(--fg-space-2);
	border-radius: var(--fg-radius-full);
	border-width: var(--fg-space-px);
	border-color: var(--fg-color-border);
	background-color: var(--fg-color-background);
	padding-left: var(--fg-space-3);
	padding-right: var(--fg-space-3);
	padding-top: var(--fg-space-1);
	padding-bottom: var(--fg-space-1);
	font-size: var(--fg-text-11);
	line-height: var(--fg-leading-normal);
	font-weight: var(--fg-weight-semibold);
	text-transform: uppercase;
	letter-spacing: var(--fg-tracking-eyebrow);
	color: var(--fg-color-text-70);
}
.seo-template-page .product-categories-section--product-categories-channel-rules .pc-channel-rules__block {
	margin-top: var(--fg-space-10);
	columns: 1;
	gap: var(--fg-space-5);
}
.seo-template-page .product-categories-section--product-categories-channel-rules .pc-channel-rules__block> * {
	margin-bottom: var(--fg-space-5);
}
.seo-template-page .product-categories-section--product-categories-channel-rules .pc-channel-rules__block> * {
	break-inside: avoid;
}
@media (min-width:640px) {
.seo-template-page .product-categories-section--product-categories-channel-rules .pc-channel-rules__block {
	columns: 2;
}
}
@media (min-width:1024px) {
.seo-template-page .product-categories-section--product-categories-channel-rules .pc-channel-rules__block {
	columns: 3;
}
}
.seo-template-page .product-categories-section--product-categories-channel-rules .pc-channel-rules__icon {
	height: var(--fg-icon-sm);
	width: var(--fg-icon-sm);
}
.seo-template-page .product-categories-section--product-categories-channel-rules .pc-channel-rules__row {
	display: flex;
	flex-wrap: wrap;
	gap: var(--fg-space-1-5);
	padding-top: var(--fg-space-1);
}
.seo-template-page .product-categories-section--product-categories-channel-rules .pc-channel-rules__shape-2 {
	position: relative;
	overflow: hidden;
	border-bottom-width: var(--fg-space-px);
	border-color: var(--fg-color-border);
}
.seo-template-page .product-categories-section--product-categories-channel-rules .pc-channel-rules__heading-2 {
	font-size: var(--fg-text-base);
	line-height: var(--fg-leading-base);
	font-weight: var(--fg-weight-semibold);
}
@media (min-width:640px) {
.seo-template-page .product-categories-section--product-categories-channel-rules .pc-channel-rules__heading-2 {
	font-size: var(--fg-text-lg);
	line-height: var(--fg-leading-lg);
}
}
.seo-template-page .product-categories-section--product-categories-channel-rules .pc-channel-rules__shape-3 {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3;
}
.seo-template-page .product-categories-section--product-categories-channel-rules .pc-channel-rules__row-2 {
	display: flex;
	flex-direction: column;
	gap: var(--fg-space-3);
	padding: var(--fg-space-5);
}
.seo-template-page .product-categories-section--product-categories-channel-rules .pc-channel-rules__text {
	margin-top: var(--fg-space-4);
	max-width: var(--fg-content-2xl);
	margin-left: auto;
	margin-right: auto;
	font-size: var(--fg-text-base);
	line-height: var(--fg-leading-base);
	text-align: center;
	color: var(--fg-color-text-70);
}
@media (min-width:640px) {
.seo-template-page .product-categories-section--product-categories-channel-rules .pc-channel-rules__text {
	font-size: var(--fg-text-lg);
	line-height: var(--fg-leading-lg);
}
}
.seo-template-page .product-categories-section--product-categories-channel-rules .pc-channel-rules__row-3 {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: var(--fg-radius-card);
	border-width: var(--fg-space-px);
	border-color: var(--fg-color-border);
	background-color: var(--fg-color-background);
	box-shadow: var(--fg-shadow-soft);
	transition-property: var(--fg-transition-property-interactive);
	transition-timing-function: var(--fg-transition-ease);
	transition-duration: var(--fg-duration-fast);
}
.seo-template-page .product-categories-section--product-categories-channel-rules .pc-channel-rules__row-3:hover {
	transform: translateY(calc(-1 * var(--fg-space-0-5)));
}
.seo-template-page .product-categories-section--product-categories-channel-rules .pc-channel-rules__row-3:hover {
	box-shadow: var(--fg-shadow-brand);
}
.seo-template-page .product-categories-section--product-categories-channel-rules .pc-channel-rules__shape-4 {
	position: relative;
	width: 100%;
	aspect-ratio: 2 / 3;
}
.seo-template-page .product-categories-section--product-categories-channel-rules .pc-channel-rules__header {
	max-width: var(--fg-content-2xl);
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.seo-template-page .product-categories-section--product-categories-channel-rules .pc-channel-rules__shape-5 {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
}
.seo-template-page .product-categories-section--product-categories-channel-rules .pc-channel-rules__text-2 {
	font-size: var(--fg-text-sm);
	line-height: var(--fg-leading-relaxed);
	color: var(--fg-color-text-65);
}
