.c36-shop-featured__more {
	cursor: pointer;
	font-family: inherit;
}

.c36-shop-featured__secondary--disabled {
	cursor: not-allowed;
	opacity: .58;
}

.c36-shop-featured__slide--promo .c36-shop-featured__actions > * {
	padding-inline: 16px;
}

.c36-shop-featured__promo-gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-auto-rows: minmax(120px, 1fr);
	gap: 12px;
	align-content: center;
	padding: clamp(24px, 3vw, 42px);
}

.c36-shop-featured__promo-gallery .c36-shop-featured__glow {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.c36-shop-promo-image {
	position: relative;
	z-index: 2;
	display: grid;
	place-items: center;
	min-width: 0;
	min-height: 0;
}

.c36-shop-featured__promo-gallery--count-1 .c36-shop-promo-image {
	grid-column: 1 / -1;
	grid-row: span 2;
}

.c36-shop-promo-image .c36-shop-featured__image {
	width: 100%;
	height: 100%;
	max-height: 190px;
	border-radius: 18px;
	object-fit: contain;
}

.c36-shop-featured__promo-gallery--count-1 .c36-shop-featured__image {
	max-height: 320px;
}

@media (max-width: 640px) {
	.c36-shop-featured__slide--promo {
		grid-template-rows: minmax(360px, 1fr) 230px;
	}

	.c36-shop-featured__promo-gallery {
		height: 230px;
		min-height: 230px;
		grid-auto-rows: minmax(82px, 1fr);
		gap: 8px;
		padding: 8px 28px 22px;
	}

	.c36-shop-promo-image .c36-shop-featured__image,
	.c36-shop-featured__promo-gallery--count-1 .c36-shop-featured__image {
		height: 96px;
		max-height: 96px;
		border-radius: 12px;
	}

	.c36-shop-featured__promo-gallery--count-1 .c36-shop-featured__image {
		height: 200px;
		max-height: 200px;
	}
}
