.custom-trending {
	opacity: 0;
}

.custom-trending.js-loaded {
	opacity: 1;
	transition: opacity 200ms ease-in;
}

.custom-trending .side-by-side-list {
	padding: 0 15px;
	margin-bottom: 50px;
}

.custom-trending .side-by-side-list .marquee {
	padding-bottom: 75px;
}

.custom-trending .side-by-side-list .marquee p {
	color: var(--black);
}

.custom-trending .side-by-side-list .marquee .content-section {
	bottom: -50px;
	max-width: calc(100% - 50px);
	margin-top: -80px;
	position: relative;
	background: white;
	padding-top: 20px;
}

.custom-trending .side-by-side-list .category {
	color: var(--black);
	font-family: var(--font-body-bold);
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	margin-bottom: 4px;
	font-weight: 700;
}

.custom-trending .side-by-side-list .title {
	color: var(--black);
	font-family: var(--font-body-bold);
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	margin: 0;
	margin-right: 25px;
	margin-bottom: 10px;
}


.custom-trending .side-by-side-list .list {
	width: 100%;
	margin: 0 auto;
	background: #333;
	padding: 40px 35px;
	height: fit-content;
}

.custom-trending .side-by-side-list .list .slide {
	padding: 15px 0;
}

.custom-trending .side-by-side-list .list-title {
	color: var(--white);
	font-family: var(--font-body-bold);
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	margin: 0;
	padding-bottom: 10px;
}

.custom-trending .side-by-side-list .list .category {
	font-size: 12px;
	line-height: 15px;
	color: var(--white);
}

.custom-trending .side-by-side-list .list .title {
	font-size: 18px;
	line-height: 22px;
	color: var(--white);
}

.custom-trending .side-by-side-list .list .divider {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	border-bottom: 1px solid var(--white);
}

@media only screen and (min-width: 64em) { 
	.custom-trending .side-by-side-list {
		max-width: 1440px;
		margin: 0 auto;
		margin-bottom: 50px;
	}

	.custom-trending .side-by-side-list .slides {
		display: flex;
		flex-direction: row;
	}

	.custom-trending .side-by-side-list .marquee .content-section {
		max-width: 720px;
		margin-top: -150px;
	}

	.custom-trending .side-by-side-list .marquee .category {
		margin-bottom: 15px;
		font-size: 14px;
		line-height: 17px;
		margin-top: 15px;
	}

	.custom-trending .side-by-side-list .marquee .title {
		font-size: 44px;
		line-height: 50px;
		margin-bottom: 15px;
	}

	.custom-trending .side-by-side-list .marquee p {
		font-size: 18px;
		line-height: 28px;
	}

	.custom-trending .side-by-side-list .list {
		max-width: 320px;
		margin-left: 30px;
	}

	.custom-trending .side-by-side-list .list-title {
		margin-top: 25px;
		margin-bottom: 15px;
		font-size: 32px;
		line-height: 34px;
	}

	.custom-trending .side-by-side-list .list .title {
		font-size: 24px;
		line-height: 28px;
	}
}