/* Product Categories section styles for product-categories-shift-cards. */
.seo-template-page .product-categories-section--product-categories-shift-cards .pc-shift-cards__heading {
	margin-top: var(--fg-space-4);
	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-shift-cards .pc-shift-cards__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-shift-cards .pc-shift-cards__heading {
	font-size: var(--fg-text-5xl);
	line-height: var(--fg-leading-5xl);
}
}
.seo-template-page .product-categories-section--product-categories-shift-cards .pc-shift-cards__card {
	border-radius: var(--fg-radius-cta);
	border-width: var(--fg-space-px);
	border-color: var(--fg-color-border);
	background-color: var(--fg-color-background);
	padding: var(--fg-space-6);
	box-shadow: var(--fg-shadow-soft);
}
.seo-template-page .product-categories-section--product-categories-shift-cards .pc-shift-cards__icon {
	margin-top: var(--fg-space-1);
	height: var(--fg-space-4);
	width: var(--fg-space-4);
	flex-shrink: 0;
}
.seo-template-page .product-categories-section--product-categories-shift-cards .pc-shift-cards__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-shift-cards .pc-shift-cards__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-shift-cards .pc-shift-cards__section {
	padding-top: var(--fg-space-28);
	padding-bottom: var(--fg-space-28);
}
}
.seo-template-page .product-categories-section--product-categories-shift-cards .pc-shift-cards__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-shift-cards .pc-shift-cards__icon-2 {
	height: var(--fg-icon-sm);
	width: var(--fg-icon-sm);
}
.seo-template-page .product-categories-section--product-categories-shift-cards .pc-shift-cards__text {
	font-size: var(--fg-text-sm);
	line-height: var(--fg-leading-sm);
	color: var(--fg-color-text-55);
	text-decoration-line: line-through;
}
.seo-template-page .product-categories-section--product-categories-shift-cards .pc-shift-cards__shape {
	height: var(--fg-space-5);
	width: var(--fg-space-5);
}
.seo-template-page .product-categories-section--product-categories-shift-cards .pc-shift-cards__text-2 {
	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-shift-cards .pc-shift-cards__text-2 {
	font-size: var(--fg-text-lg);
	line-height: var(--fg-leading-lg);
}
}
.seo-template-page .product-categories-section--product-categories-shift-cards .pc-shift-cards__text-3 {
	font-size: var(--fg-text-sm);
	line-height: var(--fg-leading-sm);
	font-weight: var(--fg-weight-semibold);
	text-transform: uppercase;
	letter-spacing: var(--fg-tracking-heading-label);
	color: var(--fg-color-text-55);
}
.seo-template-page .product-categories-section--product-categories-shift-cards .pc-shift-cards__header {
	max-width: var(--fg-content-2xl);
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.seo-template-page .product-categories-section--product-categories-shift-cards .pc-shift-cards__heading {
	max-width: var(--fg-content-2xl);
	margin-left: auto;
	margin-right: auto;
}
.seo-template-page .product-categories-section--product-categories-shift-cards .pc-shift-cards__block {
	margin-top: var(--fg-space-5);
}
.seo-template-page .product-categories-section--product-categories-shift-cards .pc-shift-cards__block>:not([hidden])~:not([hidden]) {
	margin-top: var(--fg-space-2);
}
.seo-template-page .product-categories-section--product-categories-shift-cards .pc-shift-cards__heading-2 {
	display: flex;
	align-items: flex-start;
	gap: var(--fg-space-2);
	font-size: var(--fg-text-base);
	line-height: var(--fg-leading-base);
	font-weight: var(--fg-weight-semibold);
}
.seo-template-page .product-categories-section--product-categories-shift-cards .pc-shift-cards__grid-stack {
	margin-top: var(--fg-space-10);
	display: grid;
	gap: var(--fg-space-5);
}
@media (min-width:768px) {
.seo-template-page .product-categories-section--product-categories-shift-cards .pc-shift-cards__grid-stack {
	grid-template-columns: repeat(2,minmax(0,1fr));
}
}
@media (min-width:1024px) {
.seo-template-page .product-categories-section--product-categories-shift-cards .pc-shift-cards__grid-stack {
	grid-template-columns: repeat(3,minmax(0,1fr));
	gap: var(--fg-space-5);
}
}
.seo-template-page .product-categories-section--product-categories-shift-cards .pc-shift-cards__text-4 {
	margin-top: var(--fg-space-4);
	font-size: var(--fg-text-sm);
	line-height: var(--fg-leading-sm);
	color: var(--fg-color-text-65);
}
.seo-template-page .product-categories-section--product-categories-shift-cards .pc-shift-cards__skeleton {
	display: inline-flex;
	height: var(--fg-space-10);
	width: var(--fg-space-10);
	align-items: center;
	justify-content: center;
	border-radius: var(--fg-radius-card);
	background-color: var(--fg-color-muted-surface);
}
.seo-template-page .product-categories-section--product-categories-shift-cards .pc-shift-cards__row {
	display: flex;
	align-items: center;
	gap: var(--fg-space-3);
}
