.feature-cta a {
	display: block;
	position: relative;
}

.feature-cta .feature-cta-figure {
	margin-bottom: 40px;
}

.feature-cta-flag {
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	display: block;
	margin: 0 auto;
}

.feature-cta-flag::before {
	content: '';
	position: absolute;
	top: 10px;
	left: -30px;
	z-index: 0;
	display: block;
	width: 45px;
	height: 34px;
	background-color: #953F1E;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, calc(15px) 50%);
}

.feature-cta-flag::after {
	content: '';
	position: absolute;
	top: 10px;
	right: -30px;
	z-index: 0;
	display: block;
	width: 45px;
	height: 34px;
	background-color: #953F1E;
	clip-path: polygon(0% 0%, 100% 0%, calc(100% - 15px) 50%, 100% 100%, 0% 100%);
}

.feature-cta-flag span {
	position: relative;
	z-index: 1;
	display: block;
	padding: 3px 10px;
	background-color: #BC5127;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
	color: #fff;
	font-family: 'Poppins', Arial;
	font-size: 1.14285714rem;
	line-height: 1.8125;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

.feature-cta-flag span::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 0;
	display: block;
	width: 15px;
	height: 9px;
	background-color: #5A2510;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
}

.feature-cta-flag span::after {
	content: '';
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 0;
	display: block;
	width: 15px;
	height: 9px;
	background-color: #5A2510;
	clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}

.banner-carousel-slider {
	max-width: 600px;
	height: auto;
	margin: 0 auto;
	/*border-top: 10px solid #fff;*/
	border-top: none;
}

.banner-carousel-slider .slick-arrow {
	top: 25%;
}



/*************************************************************
*** CARAMEL APPLE BANNER
*************************************************************/

.caramel-apple-banner {
	height: auto;
	border: none;
}

.caramel-apple-banner .feature-banner-row {
	position: relative;
	/*overflow: hidden;*/
	background: #fff;
}

.caramel-apple-banner .feature-banner-body {
	order: 2;
}

.caramel-apple-banner .feature-banner-body-tile h2 {
	position: relative;
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
	color: #a62d6d;
	line-height: 1.25;
	font-family: 'industry', sans-serif !important;
	font-size: 2.5rem;
	font-weight: 700;
	font-style: italic;
}

.caramel-apple-banner .feature-banner-body-tile h2 small {
	display: block;
	font-size: 0.5em;
	font-weight: 500;
	font-style: normal;
	text-transform: uppercase;
}

.caramel-apple-banner .feature-banner-body-tile h2 .title-interjection {
	position: absolute;
	left: 50%;
	top: -15px;
	transform: translateX(-100%);
	display: block;
	width: 100px;
	height: 43px;
	margin: 0;
	background: url('../img/promo_october2025/title-great-scott-purple.svg') no-repeat top left;
	background-size: 100px 43px;
}

.caramel-apple-banner .feature-banner-body-tile h2 .title-wrapper {
	display: block;
	padding-top: 20px;
	padding-left: 20px;
	text-align: left;
}

.caramel-apple-banner .feature-banner-body-tile p {
	color: #a62d6d;
}

.caramel-apple-banner .feature-banner-body-tile .feature-banner-note {
	color: #2B2B2B;
	font-size: 0.78571429rem;
}

.caramel-apple-banner .feature-banner-body-tile a:not(.pure-button) {
	color: #a62d6d;
	font-weight: 800;
	text-decoration: none;
}

.caramel-apple-banner .feature-banner-figure {
	position: relative;
	order: 1;
	width: 100%;
	padding-top: 66%;
	overflow: hidden;
}

.caramel-apple-banner .feature-banner-figure .caramel-apple-elements {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 72% 100%;
}

.caramel-apple-banner .feature-banner-figure .caramel-apple-callout {
	position: absolute;
	top: 15px;
	left: 40px;
	z-index: 1;
	display: block;
	width: 180px;
	height: auto;
}

.caramel-apple-banner .feature-banner-figure .caramel-apple-credits {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 1;
	display: block;
	width: 70px;
	height: auto;
}

.caramel-apple-banner .feature-banner-figure .caramel-apple-flag {
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 1;
	display: block;
	width: 70px;
	height: auto;
}

@media only screen and (min-width: 64em) {
	.caramel-apple-banner {
		max-width: 1550px;
		height: auto;
		border: none;
		background: #fff url(../img/promo_october2025/feature-caramel-apple-bg2x.jpg) no-repeat 50% 50%;
		background-size: auto 100%;
	}

	.caramel-apple-banner .feature-banner-row {
		position: relative;
		display: block;
		max-width: 1440px;
		margin-right: auto;
		margin-left: auto;
		background: none;
	}

	.caramel-apple-banner .feature-banner-body {
		padding-left: 70px;
	}

	.caramel-apple-banner .feature-banner-figure {
		order: 2;
		width: 100%;
		height: auto;
		padding: 0;
	}

	.caramel-apple-banner .feature-banner-figure .caramel-apple-elements {
		position: static;
		width: 100%;
		height: auto;
		object-fit: fill;
	}

	.caramel-apple-banner .feature-banner-body {
		box-sizing: border-box;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0%;
		z-index: 2;
		order: 1;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		height: 100%;
		text-align: left;
	}

	.caramel-apple-banner .feature-banner-body-tile {
		z-index: 1;
		max-width: none;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding-right: 40px;
		padding-left: 40px;
	}

	.caramel-apple-banner .feature-banner-body-tile h2 {
		margin-bottom: 0;
		color: #fff;
		font-size: 3.75rem;
		line-height: 1.15;
		text-align: left;
	}

	.caramel-apple-banner .feature-banner-body-tile h2 a {
		color: #fff !important;
	}

	.caramel-apple-banner .feature-banner-body-tile h2 small {
		margin-top: 10px;
		color: #ffffff;
		font-size: 0.33em;
		line-height: 1.5;
	}

	.caramel-apple-banner .feature-banner-body-tile h2 .title-interjection {
		top: -75px;
		transform: translateX(-80%);
		width: 200px;
		height: 85px;
		background: url('../img/promo_october2025/title-great-scott.svg') no-repeat top left;
		background-size: 200px 85px;
	}

	.caramel-apple-banner .feature-banner-body-tile h2 .title-wrapper {
		padding-top: 0;
		padding-left: 0;
	}

	.caramel-apple-banner .feature-banner-body-tile p {
		max-width: 490px;
		margin-top: 10px;
		margin-bottom: 0;
		font-size: 1.14285714rem;
		text-align: left;
	}

	.caramel-apple-banner .feature-banner-body-tile a:not(.pure-button) {
		color: #55240C;
	}

	.caramel-apple-banner .pure-button {
		padding: 10px 56px;
		background-color: #FFD007;
		border-color: #FFD007;
		color: #000;
	}
	
	.caramel-apple-banner .pure-button:hover,
	.caramel-apple-banner .pure-button:active {
		background-color: #dca600;
		border-color: #dca600;
		color: #000;
	}
	
	.caramel-apple-banner .pure-button:focus {
		box-shadow: 0px 0px 0px 3px #dca600;
	}

	.caramel-apple-banner .feature-banner-body-tile .feature-banner-note {
		position: absolute;
		left: 70px;
		bottom: 20px;
		width: auto;
		color: #fff;
		text-align: left;
	}

	.caramel-apple-banner .feature-banner-figure .caramel-apple-callout {
		top: 25px;
		left: 40%;
		width: 250px;
	}

	.caramel-apple-banner .feature-banner-figure .caramel-apple-credits {
		bottom: 30px;
		right: 8%;
		width: 120px;
	}

	.caramel-apple-banner .feature-banner-figure .caramel-apple-flag {
		width: 160px;
	}
}

@media only screen and (min-width: 80em) {
	.caramel-apple-banner .feature-banner-body-tile h2 {
		font-size: 5.14285714rem;
	}

	.caramel-apple-banner .feature-banner-body-tile h2 .title-interjection {
		top: -100px;
		transform: translateX(-80%);
		width: 284px;
		height: 121px;
		background-size: 284px 121px;
	}
	
	.caramel-apple-banner .feature-banner-body-tile p {
		font-size: 1.5rem;
	}

	.caramel-apple-banner .feature-banner-body-tile .pure-button {
		font-size: 1.5rem;
	}

	.caramel-apple-banner .feature-banner-body-tile .caramel-apple-ribbon {
		width: 446px;
	}

	.caramel-apple-banner .feature-banner-note {
		width: 500px;
	}

	.caramel-apple-banner .feature-banner-figure .caramel-apple-callout {
		left: 36%;
		width: 375px;
	}

	.caramel-apple-banner .feature-banner-figure .caramel-apple-credits {
		right: 6%;
		width: 185px;
	}

	.caramel-apple-banner .feature-banner-figure .caramel-apple-flag {
		width: 221px;
	}
}



/*************************************************************
*** BACK TO THE FUTURE BANNER
*************************************************************/

.back-to-the-future-banner {
	height: auto;
	border: none;
}

.back-to-the-future-banner .feature-banner-row {
	position: relative;
	/*overflow: hidden;*/
	background: #fff;
}

.back-to-the-future-banner .feature-banner-body {
	order: 2;
}

.back-to-the-future-banner .feature-banner-body-tile h2 {
	position: relative;
	display: flex;
	justify-content: center;
	color: #a62d6d;
	line-height: 1.25;
	font-family: 'industry', sans-serif !important;
	font-size: 1.85rem;
	font-weight: 500;
	font-style: italic;
}

.back-to-the-future-banner .feature-banner-body-tile h2 strong {
	font-size: 1.25em;
	font-weight: 600;
}

.back-to-the-future-banner .feature-banner-body-tile h2 .subtitle strong {
	font-size: 1em;
}

.back-to-the-future-banner .feature-banner-body-tile h2 .title-wrapper {
	display: block;
	max-width: 400px;
	text-align: left;
}

.back-to-the-future-banner .feature-banner-body-tile p {
	color: #a62d6d;
}

.back-to-the-future-banner .feature-banner-body-tile .feature-banner-note {
	color: #2B2B2B;
	font-size: 0.78571429rem;
}

.back-to-the-future-banner .feature-banner-body-tile a:not(.pure-button) {
	color: #a62d6d;
	font-weight: 800;
	text-decoration: none;
}

.back-to-the-future-banner .feature-banner-figure {
	position: relative;
	order: 1;
	width: 100%;
	padding-top: 66%;
	overflow: hidden;
}

.back-to-the-future-banner .feature-banner-figure .back-to-the-future-elements {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 100% 100%;
}

.back-to-the-future-banner .feature-banner-figure .back-to-the-future-callout {
	position: absolute;
	top: 40px;
	left: 10px;
	z-index: 1;
	display: block;
	width: 240px;
	height: auto;
}

.back-to-the-future-banner .feature-banner-figure .back-to-the-future-credits {
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 1;
	display: block;
	width: 100px;
	height: auto;
}

.back-to-the-future-banner .feature-banner-figure .back-to-the-future-flag {
	position: absolute;
	top: 130px;
	left: 30%;
	z-index: 1;
	display: block;
	width: 80px;
	height: auto;
}

@media only screen and (min-width: 64em) {
	.back-to-the-future-banner {
		max-width: 1550px;
		height: auto;
		border: none;
		background: #fff url(../img/promo_october2025/feature-back-to-the-future-bg2x.jpg) no-repeat 50% 50%;
		background-size: auto 100%;
	}

	.back-to-the-future-banner .feature-banner-row {
		position: relative;
		display: block;
		max-width: 1440px;
		margin-right: auto;
		margin-left: auto;
		background: none;
	}

	.back-to-the-future-banner .feature-banner-figure {
		order: 2;
		width: 100%;
		height: auto;
		padding: 0;
	}

	.back-to-the-future-banner .feature-banner-figure .back-to-the-future-elements {
		position: static;
		width: 100%;
		height: auto;
		object-fit: fill;
	}

	.back-to-the-future-banner .feature-banner-body {
		box-sizing: border-box;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0%;
		z-index: 2;
		order: 1;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		width: 100%;
		height: 100%;
		padding-left: 70px;
		text-align: left;
	}

	.back-to-the-future-banner .feature-banner-body-tile {
		z-index: 1;
		max-width: none;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		/*
		padding-right: 40px;
		padding-left: 40px;
		*/
	}

	.back-to-the-future-banner .feature-banner-body-tile h2 {
		margin-bottom: 0;
		color: #FFD10A;
		font-size: 2.2857142857rem;
		text-align: left;
	}

	.back-to-the-future-banner .feature-banner-body-tile h2 strong {
		font-size: 1.75em;
	}

	.back-to-the-future-banner .feature-banner-body-tile h2 .subtitle {
		color: #fff;
	}

	.back-to-the-future-banner .feature-banner-body-tile h2 .title-wrapper {
		max-width: 500px;
		padding-top: 40px
	}

	.back-to-the-future-banner .feature-banner-body-tile p {
		max-width: 490px;
		margin-top: 10px;
		margin-bottom: 0;
		font-size: 1.14285714rem;
		text-align: left;
	}

	.back-to-the-future-banner .feature-banner-body-tile .feature-banner-note {
		position: absolute;
		left: 210px;
		bottom: 30px;
		width: 600px;
		color: #fff;
		text-align: left;
	}

	.back-to-the-future-banner .feature-banner-figure .back-to-the-future-callout {
		top: 150px;
		left: 47%;
		width: 280px;
	}

	.back-to-the-future-banner .feature-banner-figure .back-to-the-future-credits {
		bottom: 20px;
		left: 70px;
		width: 120px;
	}

	.back-to-the-future-banner .feature-banner-figure .back-to-the-future-flag {
		top: 110px;
		left: 37%;
		width: 93px;
	}
}

@media only screen and (min-width: 80em) {
	.back-to-the-future-banner .feature-banner-body-tile h2 {
		line-height: 1.35;
	}

	.back-to-the-future-banner .feature-banner-body-tile h2 .title-wrapper {
		padding-top: 60px
	}

	.back-to-the-future-banner .feature-banner-body-tile p {
		font-size: 1.5rem;
	}

	.back-to-the-future-banner .feature-banner-body-tile .feature-banner-note {
		left: 270px;
		width: 650px;
	}

	.back-to-the-future-banner .feature-banner-figure .back-to-the-future-callout {
		top: 160px;
		left: 44%;
		width: 349px;
	}

	.back-to-the-future-banner .feature-banner-figure .back-to-the-future-credits {
		width: 176px;
	}

	.back-to-the-future-banner .feature-banner-figure .back-to-the-future-flag {
		top: 120px;
		left: 33%;
	}
}



/*************************************************************
*** FAN APPRECIATION BANNER
*************************************************************/

.fan-appreciation-banner {
	height: auto;
	border: none;
}

.fan-appreciation-banner .feature-banner-row {
	position: relative;
	/*overflow: hidden;*/
	background: #fff;
}

.fan-appreciation-banner .feature-banner-body {
	order: 2;
}

.fan-appreciation-banner .feature-banner-body-tile h2 {
	position: relative;
	color: #a62d6d;
	font-weight: 800;
	line-height: 1.15;
	text-transform: uppercase;
}

.fan-appreciation-banner .feature-banner-body-tile h2 small {
	display: block;
}

.fan-appreciation-banner  .feature-banner-body-tile h2 .title-date {
	display: block;
	width: 80px;
	height: 25px;
	margin: 10px auto 0;
	background: url('../img/promo_october2025/title-fan-date-purple.svg') no-repeat top left;
	background-size: 80px 25px;
}

.fan-appreciation-banner .feature-banner-body-tile p {
	color: #a62d6d;
}

.fan-appreciation-banner .feature-banner-body-tile .feature-banner-note {
	color: #2B2B2B;
	font-size: 0.78571429rem;
}

.fan-appreciation-banner .feature-banner-body-tile a:not(.pure-button) {
	color: #a62d6d;
	font-weight: 800;
	text-decoration: none;
}

.fan-appreciation-banner .feature-banner-figure {
	position: relative;
	order: 1;
	width: 100%;
	padding-top: 66%;
	overflow: hidden;
}

.fan-appreciation-banner .feature-banner-figure .fan-appreciation-elements {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 20% 100%;
}

.fan-appreciation-banner .feature-banner-figure .fan-appreciation-mobile-elements {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 0% 100%;
}

.fan-appreciation-banner .feature-banner-figure .fan-appreciation-flag {
	position: absolute;
	top: 10px;
	right: 30px;
	z-index: 1;
	display: block;
	width: 100px;
	height: auto;
}

@media only screen and (min-width: 64em) {
	.fan-appreciation-banner {
		max-width: 1550px;
		height: auto;
		border: none;
		background: #fff url(../img/promo_october2025/feature-fan-appreciation-bg2x.jpg) no-repeat 50% 50%;
		background-size: auto 100%;
	}

	.fan-appreciation-banner .feature-banner-row {
		position: relative;
		display: block;
		max-width: 1440px;
		margin-right: auto;
		margin-left: auto;
		background: none;
	}

	.fan-appreciation-banner .feature-banner-figure {
		order: 2;
		width: 100%;
		height: auto;
		padding: 0;
	}

	.fan-appreciation-banner .feature-banner-figure .fan-appreciation-elements {
		display: block;
		position: static;
		width: 100%;
		height: auto;
		object-fit: fill;
	}

	.fan-appreciation-banner .feature-banner-figure .fan-appreciation-mobile-elements {
		display: none;
	}

	.fan-appreciation-banner .feature-banner-figure .fan-appreciation-flag {
		top: 50%;
		left: 53%;
		transform: translateY(-50%);
		width: 120px;
	}

	.fan-appreciation-banner .feature-banner-body {
		box-sizing: border-box;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0%;
		z-index: 2;
		order: 1;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		width: 100%;
		height: 100%;
		text-align: right;
	}

	.fan-appreciation-banner .feature-banner-body-tile {
		z-index: 1;
		max-width: none;
		display: flex;
		flex-direction: column;
		align-items: end;
		padding-right: 40px;
	}

	.fan-appreciation-banner .feature-banner-body-tile h2 {
		margin-bottom: 0;
		color: #FFF;
		font-size: 3rem;
		line-height: 1.15;
		text-align: right;
	}

	.fan-appreciation-banner .feature-banner-body-tile h2 small {
		display: block;
		color: #FFD10A;
		font-size: 0.57em;
	}

	.fan-appreciation-banner .feature-banner-body-tile h2 .title-wrapper {
		display: block;
		margin: 0;
		text-align: center;
		max-width: 415px;
		transform: translateY(-30px);
	}

	.fan-appreciation-banner  .feature-banner-body-tile h2 .title-date {
		width: 80px;
		height: 25px;
		margin-top: 10px;
		background: url('../img/promo_october2025/title-fan-date.svg') no-repeat top left;
		background-size: 80px 25px;
	}

	.fan-appreciation-banner .feature-banner-body-tile p {
		max-width: 490px;
		margin-top: 10px;
		margin-bottom: 0;
		font-size: 1.14285714rem;
		text-align: right;
	}

	.fan-appreciation-banner .feature-banner-body-tile a:not(.pure-button) {
		color: #FFF;
	}

	.fan-appreciation-banner .feature-banner-body-tile .feature-banner-note {
		position: absolute;
		right: 20px;
		bottom: 20px;
		left: auto;
		width: auto;
		max-width: 480px;
		color: #fff;
		text-align: right;
	}
}

@media only screen and (min-width: 80em) {
	.fan-appreciation-banner .feature-banner-body-tile h2 {
		font-size: 4rem;
	}
	
	.fan-appreciation-banner .feature-banner-body-tile p {
		font-size: 1.5rem;
	}

	.fan-appreciation-banner  .feature-banner-body-tile h2 .title-date {
		width: 120px;
		height: 38px;
		background-size: 120px 38px;
	}

	.fan-appreciation-banner .feature-banner-body-tile .feature-banner-note {
		right: 30px;
		max-width: 550px;
	}

	.fan-appreciation-banner .feature-banner-figure .fan-appreciation-flag {
		top: 50%;
		left: 53%;
		transform: translateY(-50%);
		width: 150px;
	}
}



/*************************************************************
*** APPLE PIE BANNER
*************************************************************/

.apple-pie-banner {
	height: auto;
	border: none;
}

.apple-pie-banner .feature-banner-row {
	position: relative;
	/*overflow: hidden;*/
	background: #fff;
}

.apple-pie-banner .feature-banner-body {
	order: 2;
}

.apple-pie-banner .feature-banner-body-tile h2 {
	position: relative;
	color: #a62d6d;
	font-weight: 800;
	line-height: 1.25;
}

.apple-pie-banner .feature-banner-body-tile h2 small {
	position: relative;
	display: block;
	width: 80px;
	height: 28px;
	margin: 5px auto 0;
	background: url('../img/promo_august2024/title-swirl-purple.svg') no-repeat top left;
	background-size: 80px 28px;
}

.apple-pie-banner .feature-banner-body-tile p {
	color: #a62d6d;
}

.apple-pie-banner .feature-banner-body-tile .feature-banner-note {
	color: #2B2B2B;
	font-size: 0.78571429rem;
}

.apple-pie-banner .feature-banner-body-tile a:not(.pure-button) {
	color: #a62d6d;
	font-weight: 800;
	text-decoration: none;
}

.apple-pie-banner .feature-banner-figure {
	position: relative;
	order: 1;
	width: 100%;
	padding-top: 66%;
	overflow: hidden;
}

.apple-pie-banner .feature-banner-figure .apple-pie-elements {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 80% 100%;
}

@media only screen and (min-width: 64em) {
	.apple-pie-banner {
		max-width: 1550px;
		height: auto;
		border: none;
		background: #fff url(../img/promo_october2025/feature-apple-pie-bg2x.jpg) no-repeat 50% 50%;
		background-size: auto 100%;
	}

	.apple-pie-banner .feature-banner-row {
		position: relative;
		display: block;
		max-width: 1440px;
		margin-right: auto;
		margin-left: auto;
		background: none;
	}

	.apple-pie-banner .feature-banner-body {
		padding-left: 70px;
	}

	.apple-pie-banner .feature-banner-figure {
		order: 2;
		width: 100%;
		height: auto;
		padding: 0;
	}

	.apple-pie-banner .feature-banner-figure .apple-pie-elements {
		position: static;
		width: 100%;
		height: auto;
		object-fit: fill;
	}

	.apple-pie-banner .feature-banner-body {
		box-sizing: border-box;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0%;
		z-index: 2;
		order: 1;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		height: 100%;
		text-align: left;
	}

	.apple-pie-banner .feature-banner-body-tile {
		z-index: 1;
		max-width: none;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.apple-pie-banner .feature-banner-body-tile h2 {
		margin-bottom: 0;
		color: #fff;
		font-size: 3.57142857rem;
		line-height: 1.15;
		text-align: left;
	}

	.apple-pie-banner .feature-banner-body-tile h2 small {
		width: 118px;
		height: 42px;
		margin: 5px 0 10px;
		background: url('../img/promo_august2024/title-swirl-white.svg') no-repeat top left;
		background-size: 118px 42px;
	}

	.apple-pie-banner .feature-banner-body-tile p {
		max-width: 490px;
		margin-top: 10px;
		margin-bottom: 0;
		font-size: 1.14285714rem;
		text-align: left;
	}

	.apple-pie-banner .feature-banner-body-tile a:not(.pure-button) {
		color: #fff;
	}

	.apple-pie-banner .pure-button {
		background-color: #fff;
		border-color: #fff;
		color: #9B2023;
	}
	
	.apple-pie-banner .pure-button:hover,
	.apple-pie-banner .pure-button:active {
		background-color: #9B2023;
		border-color: #9B2023;
		color: #fff;
	}
	
	.apple-pie-banner .pure-button:focus {
		box-shadow: 0px 0px 0px 3px #9B2023;
	}

	.apple-pie-banner .apple-pie-flag {
		background: #9B2023;
		color: #fff;
	}

	.apple-pie-banner .feature-banner-body-tile .feature-banner-note {
		position: absolute;
		left: 70px;
		bottom: 20px;
		width: auto;
		color: #fff;
		text-align: left;
	}
}

@media only screen and (min-width: 80em) {
	.apple-pie-banner .feature-banner-body-tile h2 {
		font-size: 5.14285714rem;
	}
	
	.apple-pie-banner .feature-banner-body-tile p {
		font-size: 1.5rem;
	}

	.apple-pie-banner .feature-banner-body-tile .pure-button {
		padding: 10px 56px;
		font-size: 1.5rem;
	}

	.apple-pie-banner .feature-banner-body-tile .apple-pie-ribbon {
		width: 446px;
	}

	.apple-pie-banner .feature-banner-note {
		width: 500px;
	}
}



/*************************************************************
*** PUMPKIN PIE BANNER
*************************************************************/

.pumpkin-pie-banner {
	height: auto;
	border: none;
}

.pumpkin-pie-banner .feature-banner-row {
	position: relative;
	/*overflow: hidden;*/
	background: #fff;
}

.pumpkin-pie-banner .feature-banner-body {
	order: 2;
}

.pumpkin-pie-banner .feature-banner-body-tile h2 {
	position: relative;
	color: #a62d6d;
	font-weight: 800;
	line-height: 1.25;
}

.pumpkin-pie-banner .feature-banner-body-tile h2 small {
	display: block;
	font-size: 0.75em;
	text-transform: uppercase;
}

.pumpkin-pie-banner .feature-banner-body-tile p {
	color: #a62d6d;
}

.pumpkin-pie-banner .feature-banner-body-tile .feature-banner-note {
	color: #2B2B2B;
	font-size: 0.78571429rem;
}

.pumpkin-pie-banner .feature-banner-body-tile a:not(.pure-button) {
	color: #a62d6d;
	font-weight: 800;
	text-decoration: none;
}

.pumpkin-pie-banner .feature-banner-figure {
	position: relative;
	order: 1;
	width: 100%;
	padding-top: 66%;
	overflow: hidden;
}

.pumpkin-pie-banner .feature-banner-figure .pumpkin-pie-elements {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 60% 100%;
}

@media only screen and (min-width: 64em) {
	.pumpkin-pie-banner {
		max-width: 1550px;
		height: auto;
		border: none;
		background: #fff url(../img/promo_august2025/feature-pumpkin-pie-bg2x.jpg) no-repeat 50% 50%;
		background-size: auto 100%;
	}

	.pumpkin-pie-banner .feature-banner-row {
		position: relative;
		display: block;
		max-width: 1440px;
		margin-right: auto;
		margin-left: auto;
		background: none;
	}

	.pumpkin-pie-banner .feature-banner-body {
		padding-left: 70px;
	}

	.pumpkin-pie-banner .feature-banner-figure {
		order: 2;
		width: 100%;
		height: auto;
		padding: 0;
	}

	.pumpkin-pie-banner .feature-banner-figure .pumpkin-pie-elements {
		position: static;
		width: 100%;
		height: auto;
		object-fit: fill;
	}

	.pumpkin-pie-banner .feature-banner-body {
		box-sizing: border-box;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0%;
		z-index: 2;
		order: 1;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		height: 100%;
		text-align: left;
	}

	.pumpkin-pie-banner .feature-banner-body-tile {
		z-index: 1;
		max-width: none;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.pumpkin-pie-banner .feature-banner-body-tile h2 {
		margin-bottom: 0;
		color: #55240C;
		font-size: 3.57142857rem;
		line-height: 1.15;
		text-align: left;
	}

	.pumpkin-pie-banner .feature-banner-body-tile h2 small {
		margin-top: 10px;
		color: #ffffff;
		font-size: 0.33em;
		line-height: 1.5;
	}

	.pumpkin-pie-banner .feature-banner-body-tile p {
		max-width: 490px;
		margin-top: 10px;
		margin-bottom: 0;
		font-size: 1.14285714rem;
		text-align: left;
	}

	.pumpkin-pie-banner .feature-banner-body-tile a:not(.pure-button) {
		color: #55240C;
	}

	.pumpkin-pie-banner .pure-button {
		background-color: #fff;
		border-color: #fff;
		color: #55240C;
	}
	
	.pumpkin-pie-banner .pure-button:hover,
	.pumpkin-pie-banner .pure-button:active {
		background-color: #55240C;
		border-color: #55240C;
		color: #fff;
	}
	
	.pumpkin-pie-banner .pure-button:focus {
		box-shadow: 0px 0px 0px 3px #55240C;
	}

	.pumpkin-pie-banner .pumpkin-pie-flag {
		background: #fff;
		color: #55240C;
	}

	.pumpkin-pie-banner .feature-banner-body-tile .feature-banner-note {
		position: absolute;
		left: 70px;
		bottom: 20px;
		width: auto;
		color: #000;
		text-align: left;
	}
}

@media only screen and (min-width: 80em) {
	.pumpkin-pie-banner .feature-banner-body-tile h2 {
		font-size: 5.14285714rem;
	}
	
	.pumpkin-pie-banner .feature-banner-body-tile p {
		font-size: 1.5rem;
	}

	.pumpkin-pie-banner .feature-banner-body-tile .pure-button {
		padding: 10px 56px;
		font-size: 1.5rem;
	}

	.pumpkin-pie-banner .feature-banner-body-tile .pumpkin-pie-ribbon {
		width: 446px;
	}

	.pumpkin-pie-banner .feature-banner-note {
		width: 500px;
	}
}


/*************************************************************
*** PUMPKIN SPICE BANNER
*************************************************************/

.pumpkin-spice-banner {
	height: auto;
	border: none;
}

.pumpkin-spice-banner .feature-banner-row {
	position: relative;
	/*overflow: hidden;*/
	background: #fff;
}

.pumpkin-spice-banner .feature-banner-body {
	order: 2;
}

.pumpkin-spice-banner .feature-banner-body-tile h2 {
	position: relative;
	color: #a62d6d;
	font-weight: 800;
	line-height: 1.25;
}

.pumpkin-spice-banner .feature-banner-body-tile h2 small {
	position: relative;
	display: inline-block;
	width: 80px;
	height: 28px;
	margin: 5px auto 0;
	background: url('../img/promo_august2024/title-swirl-purple.svg') no-repeat top left;
	background-size: 80px 28px;
}

.pumpkin-spice-banner .feature-banner-body-tile p {
	color: #a62d6d;
}

.pumpkin-spice-banner .feature-banner-body-tile .feature-banner-note {
	color: #2B2B2B;
	font-size: 0.78571429rem;
}

.pumpkin-spice-banner .feature-banner-body-tile a:not(.pure-button) {
	color: #a62d6d;
	font-weight: 800;
	text-decoration: none;
}

.pumpkin-spice-banner .feature-banner-figure {
	position: relative;
	order: 1;
	width: 100%;
	padding-top: 66%;
	overflow: hidden;
}

.pumpkin-spice-banner .feature-banner-figure .pumpkin-spice-elements {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 65% 100%;
}

@media only screen and (min-width: 64em) {
	.pumpkin-spice-banner {
		max-width: 1550px;
		height: auto;
		border: none;
		background: #fff url(../img/promo_august2025/feature-pumpkin-spice-bg2x.jpg) no-repeat 50% 50%;
		background-size: auto 100%;
	}

	.pumpkin-spice-banner .feature-banner-row {
		position: relative;
		display: block;
		max-width: 1440px;
		margin-right: auto;
		margin-left: auto;
		background: none;
	}

	.pumpkin-spice-banner .feature-banner-body {
		padding-left: 70px;
	}

	.pumpkin-spice-banner .feature-banner-figure {
		order: 2;
		width: 100%;
		height: auto;
		padding: 0;
	}

	.pumpkin-spice-banner .feature-banner-figure .pumpkin-spice-elements {
		position: static;
		width: 100%;
		height: auto;
		object-fit: fill;
	}

	.pumpkin-spice-banner .feature-banner-body {
		box-sizing: border-box;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0%;
		z-index: 2;
		order: 1;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		height: 100%;
		text-align: left;
	}

	.pumpkin-spice-banner .feature-banner-body-tile {
		z-index: 1;
		max-width: none;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.pumpkin-spice-banner .feature-banner-body-tile h2 {
		margin-bottom: 0;
		color: #fff;
		font-size: 3.57142857rem;
		line-height: 1.15;
		text-align: left;
	}

	.pumpkin-spice-banner .feature-banner-body-tile h2 small {
		width: 118px;
		height: 42px;
		margin: 5px 0 10px;
		background: url('../img/promo_august2024/title-swirl-white.svg') no-repeat top left;
		background-size: 118px 42px;
	}

	.pumpkin-spice-banner .feature-banner-body-tile p {
		max-width: 490px;
		margin-top: 10px;
		margin-bottom: 0;
		font-size: 1.14285714rem;
		text-align: left;
	}

	.pumpkin-spice-banner .feature-banner-body-tile a:not(.pure-button) {
		color: #fff;
	}

	.pumpkin-spice-banner .pure-button {
		background-color: #fff;
		border-color: #fff;
		color: #c44417;
	}
	
	.pumpkin-spice-banner .pure-button:hover,
	.pumpkin-spice-banner .pure-button:active {
		background-color: #c44417;
		border-color: #c44417;
		color: #fff;
	}
	
	.pumpkin-spice-banner .pure-button:focus {
		box-shadow: 0px 0px 0px 3px #c44417;
	}

	.pumpkin-spice-banner .pumpkin-spice-flag {
		background: #fff;
		color: #c44417;
	}

	.pumpkin-spice-banner .feature-banner-body-tile .feature-banner-note {
		position: absolute;
		left: 70px;
		bottom: 20px;
		width: auto;
		color: #000;
		text-align: left;
	}
}

@media only screen and (min-width: 80em) {
	.pumpkin-spice-banner .feature-banner-body-tile h2 {
		font-size: 5.14285714rem;
	}
	
	.pumpkin-spice-banner .feature-banner-body-tile p {
		font-size: 1.5rem;
	}

	.pumpkin-spice-banner .feature-banner-body-tile .pure-button {
		padding: 10px 56px;
		font-size: 1.5rem;
	}

	.pumpkin-spice-banner .feature-banner-body-tile .pumpkin-spice-ribbon {
		width: 446px;
	}

	.pumpkin-spice-banner .feature-banner-note {
		width: 500px;
	}
}



.merch-banner {
	height: auto;
	/*border: none;*/
}

.merch-banner .feature-banner-row {
	position: relative;
	/*overflow: hidden;*/
	background: #fff;
}

.merch-banner .feature-banner-body {
	order: 2;
}

.merch-banner .feature-banner-body-tile h2 {
	position: relative;
	color: #a62d6d;
	font-weight: 800;
}

.merch-banner .feature-banner-body-tile h2 small {
	display: block;
	font-size: 0.75em;
	text-transform: uppercase;
}

.merch-banner .feature-banner-body-tile p {
	color: #a62d6d;
}

.merch-banner .feature-banner-body-tile a:not(.pure-button) {
	color: #a62d6d;
	font-weight: 400;
}

.merch-banner .feature-banner-figure {
	position: relative;
	order: 1;
	width: 100%;
	padding-top: 66%;
	overflow: hidden;
}

.merch-banner .feature-banner-figure .merch-elements {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 100% 50%;
}

.apparel-banner .feature-banner-body {
	background: url(../img/promo_january2023/feature-bg-apparel.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.apparel-banner .feature-banner-body-tile h2,
.apparel-banner .feature-banner-body-tile p,
.apparel-banner .feature-banner-body-tile .feature-banner-note {
	color: #fff;
}

.apparel-banner .feature-banner-body-tile a:not(.pure-button) {
	color: #fff;
	font-weight: 400;
}

.apparel-banner .pure-button {
	color: #87074B;
}

.catering-banner .feature-banner-body {
	background: url(../img/promo_january2023/feature-bg-influencer.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.catering-banner.game-day-banner .feature-banner-body {
	background: url(../img/promo_january2024/feature-catering-bg.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.catering-banner .feature-banner-body h2,
.catering-banner .feature-banner-body p,
.catering-banner .feature-banner-body .feature-banner-note {
	color: #fff;
}

.catering-banner .feature-banner-body-tile {
	max-width: 615px;
}

.egift-banner .feature-banner-body {
	background: #fff;
}

.egift-banner .feature-banner-body-tile h2,
.egift-banner .feature-banner-body-tile p {
	color: #000;
}

.egift-banner .feature-banner-body-tile h2 span {
	font-weight: 400;
}

.froyo-moment-banner .feature-banner-body-tile h2,
.froyo-moment-banner .feature-banner-body-tile p {
	color: #fff;
}

.froyo-moment-banner .feature-banner-body-tile h2 span {
	font-weight: 400;
}

.froyo-moment-banner .pure-button {
	color: #87074B;
}

.plain-tart-banner .feature-banner-body-tile h2,
.plain-tart-banner .feature-banner-body-tile p {
	color: #fff;
}

.plain-tart-banner .feature-banner-body-tile h2 span {
	font-weight: 400;
}

.plain-tart-banner .pure-button.white-fill {
	color: #87074B;
}

.real-ingredients-banner .feature-banner-body-tile h2,
.real-ingredients-banner .feature-banner-body-tile p {
	color: #fff;
}

.real-ingredients-banner .feature-banner-body-tile h2 span {
	font-weight: 400;
}

.real-ingredients-banner .pure-button.white-fill {
	color: #87074B;
}

.real-ingredients-banner .pure-button.white:hover,
.real-ingredients-banner .pure-button.white:active {
	color: #87074B;
}

.real-rewards-banner {
	background-color: #fff;
}

.real-rewards-banner .feature-banner-body-tile h2,
.real-rewards-banner .feature-banner-body-tile p {
	color: #000;
}

.real-rewards-banner .feature-banner-body-tile h2 span {
	font-weight: 400;
}

.influencer-banner .feature-banner-body {
	background: url(../img/promo_january2023/feature-bg-influencer.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.influencer-banner .feature-banner-body-tile h2,
.influencer-banner .feature-banner-body-tile p,
.influencer-banner .feature-banner-body-tile .feature-banner-note {
	color: #fff;
}

.influencer-banner .feature-banner-body-tile a:not(.pure-button) {
	color: #fff;
	font-weight: 400;
}

.influencer-banner .pure-button {
	color: #87074B;
}

.yogurtland-cares-banner .feature-banner-body {
	background: url(../img/promo_january2023/feature-bg-yl-cares.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.yogurtland-cares-banner .feature-banner-body h2,
.yogurtland-cares-banner .feature-banner-body h3,
.yogurtland-cares-banner .feature-banner-body p,
.yogurtland-cares-banner .feature-banner-body p small {
	color: #fff;
}

.yogurtland-cares-banner .pure-button {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}

.yogurtland-cares-banner .pure-button:hover,
.yogurtland-cares-banner .pure-button:active {
	background-color: rgba(255, 255, 255, 0.75);
	border-color: transparent;
	color: #000;
}

.fundraisers-banner .feature-banner-body {
	background: url(../img/promo_january2023/feature-bg-fundraisers.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.fundraisers-banner .feature-banner-body h2,
.fundraisers-banner .feature-banner-body h3,
.fundraisers-banner .feature-banner-body p,
.fundraisers-banner .feature-banner-body p small {
	color: #87074b;
}

.message-banner {
	background: #f6b9d4;
	border-bottom: 2px solid #960853;
	color: #87074B;
}

.message-banner .container {
	padding-top: 15px;
	padding-bottom: 15px;
}

.message-banner strong {
	display: block;
	margin-bottom: 5px;
}

.message-banner .pure-button {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 10px auto 0;
	color: #960853;
	font-size: 1rem;
}

.message-banner .pure-button:hover,
.message-banner .pure-button:active,
.message-banner .pure-button:focus {
	color: #960853;
}

.message-banner a,
.message-banner a:hover,
.message-banner a:visited {
	color: #87074B;
}

.message-banner .pure-button img {
	display: block;
	width: 18px;
	height: 18px;
	margin-right: 3px;
}

.text-ruled {
	margin-top: 80px;
	margin-bottom: 40px;
	border-color: #ebebeb;
}

#caramel-apple-promo {
	max-width: 1200px;
}

#caramel-apple-promo .pure-img {
	width: 100%;
}

#btf-promo {
	max-width: 1200px;
}

#btf-promo .pure-img {
	width: 100%;
}

#fan-appreciation-promo {
	max-width: 1200px;
}

#fan-appreciation-promo .pure-img {
	width: 100%;
}

@media only screen and (min-width: 64em) {
	.banner-carousel-slider {
		max-width: 1550px;
		height: auto;
		border: none;
	}

	.banner-carousel-slider .slick-arrow {
		top: 50%;
	}

	.egift-banner .feature-banner-body-tile p {
		display: block;
		max-width: 490px;
	}

	.merch-banner {
		/*max-width: 1550px;*/
		height: auto;
		/*border: none;*/
	}

	.merch-banner .feature-banner-row {
		position: relative;
		display: block;
		max-width: 1440px;
		margin-right: auto;
		margin-left: auto;
		background: none;
	}

	.merch-banner .feature-banner-figure {
		order: 2;
		width: 100%;
		height: auto;
		padding: 0;
	}

	.merch-banner #merch-img-small {
		display: none;
	}

	.merch-banner #merch-img-large {
		display: block !important;
	}

	.merch-banner .feature-banner-figure .merch-elements {
		position: static;
		width: 100%;
		height: auto;
		object-fit: fill;
		object-position: 100% 100%;
	}

	.merch-banner .feature-banner-body {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 2;
		order: 1;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		height: 100%;
		padding-left: 60px;
	}

	.merch-banner .feature-banner-body-tile {
		z-index: 1;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.merch-banner .feature-banner-body-tile h2 {
		color: #fff;
		font-size: 5.14285714rem;
	}

	.merch-banner .feature-banner-body-tile p {
		margin-top: 0;
		color: #fff;
		font-size: 1.5rem;
	}

	.merch-banner .feature-banner-body-tile a:not(.pure-button) {
		color: #000;
		text-decoration: underline;
	}

	.merch-banner .pure-button {
		padding: 10px 30px;
		background-color: #fff;
		border-color: #fff;
		color: #E31C68;
		font-size: 1.14285714rem;
	}
	
	.merch-banner .pure-button:hover,
	.merch-banner .pure-button:active {
		background-color: #E31C68;
		border-color: #E31C68;
		color: #fff;
	}
	
	.merch-banner .pure-button:focus {
		box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.5);
	}

	.apparel-banner .feature-banner-body-tile {
		max-width: none;
	}

	.apparel-banner .feature-banner-body-tile p {
		max-width: 554px;
		margin-right: auto;
		margin-left: auto;
	}

	.influencer-banner .feature-banner-body-tile {
		max-width: 630px;
	}

	.real-rewards-banner .feature-banner-figure {
		align-items: flex-start;
	}
}

@media only screen and (min-width: 80em) {	
	.merch-banner .feature-banner-body-tile h2 {
		font-size: 3.57142857rem;
	}
	
	.merch-banner .feature-banner-body-tile p {
		font-size: 1.5rem;
	}

	.merch-banner .feature-banner-body-tile .pure-button {
		padding: 15px 60px;
		font-size: 1.5rem;
	}

	.real-rewards-banner {
		border-bottom-width: 60px;
	}

	.text-ruled {
		margin-top: 100px;
		margin-bottom: 80px;
		border-color: #ebebeb;
	}
}
