/* Match homepage grid-row-top-5 marquee band on category pages */
.category-marquee-band {
	width: 100vw;
	max-width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-top: var(--j-gap-spacing---8, 24px);
	margin-bottom: var(--j-gap-spacing---8, 24px);
	background-color: hsla(var(--j-color-scheme-background-primary-h), var(--j-color-scheme-background-primary-s), calc(var(--j-color-scheme-background-primary-l) - 0%), calc(var(--j-color-scheme-background-primary-a) * 1));
}

.category-marquee-band .category-marquee {
	padding: 0;
}

.category-marquee-band .module-marquee-407 {
	width: 100%;
}

.category-marquee-band .module-marquee-407 .marquee-slider {
	--marquee-play-state: running;
}

.category-marquee--before-pagination {
	overflow: hidden;
}
