.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%;
}



/*************************************************************
*** DIRT CUP BANNER
*************************************************************/

.dirt-cup-banner {
	height: auto;
	border: none;
}

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

.dirt-cup-banner .feature-banner-body {
	order: 2;
}

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

.dirt-cup-banner .feature-banner-body-tile h2 .title-intro {
	display: block;
	font-size: 1.2857142857rem;
	font-weight: 400;
}

.dirt-cup-banner .feature-banner-body-tile h2 .title-outro {
	display: block;
	font-size: 1.2857142857rem;
	font-weight: 400;
}

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

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

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

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

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

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

.dirt-cup-banner .feature-banner-figure .dirt-cup-flag {
	position: absolute;
	top: 20px;
	left: 15px;
	z-index: 1;
	display: block;
	width: 70px;
	height: auto;
}

.dirt-cup-banner .dirt-cup-actions {
	position: relative;
	text-align: center;
}

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

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

	.dirt-cup-banner .feature-banner-body {
		padding-left: 70px;
	}

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

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

	.dirt-cup-banner .feature-banner-figure .dirt-cup-mobile-elements {
		display: none;
	}

	.dirt-cup-banner .feature-banner-figure .dirt-cup-flag {
		top: auto;
		bottom: 10%;
		left: 32%;
		width: 100px;
	}

	.dirt-cup-banner .dirt-cup-actions {
		position: relative;
		text-align: center;
	}

	.dirt-cup-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: right;
	}

	.dirt-cup-banner .feature-banner-body-tile {
		z-index: 1;
		max-width: 650px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

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

	.dirt-cup-banner .feature-banner-body-tile h2 .title-intro {
		margin-bottom: 10px;
		font-size: 1.14285714rem;
	}

	.dirt-cup-banner .feature-banner-body-tile h2 .title-outro {
		margin-top: 10px;
		margin-bottom: 24px;
		font-size: 1.7142857143rem;
	}

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

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

	.dirt-cup-banner .pure-button {
		background-color: #fff;
		border-color: #fff;
		color: #a62d6d;
	}
	
	.dirt-cup-banner .pure-button:hover,
	.dirt-cup-banner .pure-button:active {
		background-color: rgba(255, 255, 255, 0.85);
		border-color: rgba(255, 255, 255, 0.85);
	}
	
	.dirt-cup-banner .pure-button:focus {
		box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.5)
	}

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

@media only screen and (min-width: 80em) {
	.dirt-cup-banner .feature-banner-body {
		align-items: center;
		padding-left: 100px;
	}

	.dirt-cup-banner .feature-banner-body-tile h2 {
		font-size: 5.14285714rem;
		line-height: 1;
	}

	.dirt-cup-banner .feature-banner-figure .dirt-cup-flag {
		bottom: 10%;
		left: 35%;
		width: 140px;
	}

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

	.dirt-cup-banner .feature-banner-body-tile .feature-banner-note {
		bottom: 40px;
		max-width: 661px;
	}
}



/*************************************************************
*** GIANT SPOON BANNER
*************************************************************/

.giant-spoon-banner {
	height: auto;
	border: none;
}

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

.giant-spoon-banner .feature-banner-body {
	order: 2;
}

.giant-spoon-banner .feature-banner-body-tile h2 {
	position: relative;
	color: #a62d6d;
	font-weight: 800;
	line-height: 1.15;
}

.giant-spoon-banner .feature-banner-body-tile h2 small {
	display: block;
	font-family: 'Magnolia Script';
	font-size: 0.9em;
}

.giant-spoon-banner .feature-banner-body-tile h2 em {
	font-family: 'Magnolia Script';
}

.giant-spoon-banner .feature-banner-body-tile p {
	color: #a62d6d;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: normal;
}

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

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

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

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

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

.giant-spoon-banner .feature-banner-figure .anniversary-flag {
	position: absolute;
	bottom: 25px;
	right: 30px;
	z-index: 1;
	display: block;
	width: 60px;
	height: auto;
}

.giant-spoon-banner .feature-banner-figure .feature-flag {
	display: block;
	position: absolute;
	top: 0;
	left: 45%;
	z-index: 1;
	display: block;
	width: 180px;
	height: auto;
}

.giant-spoon-banner .feature-banner-figure .date-flag {
	display: block;
	position: absolute;
	top: 43%;
	left: 50%;
	z-index: 1;
	display: block;
	width: 80px;
	height: auto;
}

.giant-spoon-banner .feature-giant-spoon {
	display: none;
	height: 100%;
	width: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
}

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

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

	.giant-spoon-banner .feature-banner-body {
		padding-left: 70px;
	}

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

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

	.giant-spoon-banner .feature-banner-figure .giant-spoon-mobile-elements {
		display: none;
	}

	.giant-spoon-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: left;
	}

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

	.giant-spoon-banner .feature-banner-body-tile .giant-spoon-copy {
		transform: translateY(-40px);
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}

	.giant-spoon-banner .feature-banner-body-tile h2 {
		margin-bottom: 0;
		font-size: 3.57142857rem;
		line-height: 1;
		text-align: right;
	}

	.giant-spoon-banner .feature-banner-body-tile h2 small {
		color: #B48A72;
		line-height: 1.5;
	}

	.giant-spoon-banner .feature-banner-body-tile p {
		max-width: 490px;
		margin-top: 10px;
		margin-bottom: 0;
		font-size: 18px;
		line-height: 1.35;
		text-align: right;
	}

	.giant-spoon-banner .pure-button {
		background-color: #F6BB18;
		border-color: #F6BB18;
		color: #000;
	}
	
	.giant-spoon-banner .pure-button:hover,
	.giant-spoon-banner .pure-button:active {
		background-color: #e39d17;
		border-color: #e39d17;
		color: #000;
	}
	
	.giant-spoon-banner .pure-button:focus {
		box-shadow: 0px 0px 0px 3px #e39d17;
	}

	.giant-spoon-banner .feature-banner-body-tile .feature-banner-note {
		position: absolute;
		right: 130px;
		bottom: 20px;
		left: auto;
		width: 650px;
		color: #4D4D4F;
		text-align: right;
	}

	.giant-spoon-banner .feature-banner-figure .anniversary-flag {
		top: auto;
		right: 20px;
		bottom: 20px;
		left: auto;
		width: 60px;
	}

	.giant-spoon-banner .feature-banner-figure .feature-flag {
		left: 20%;
		width: 180px;
	}

	.giant-spoon-banner .feature-banner-figure .date-flag {
		display: block;
		position: absolute;
		top: 35%;
		left: 35%;
		z-index: 1;
		display: block;
		width: 80px;
		height: auto;
	}

	.giant-spoon-banner .feature-giant-spoon {
		display: block;
	}
}

@media only screen and (min-width: 80em) {
	.giant-spoon-banner .feature-banner-body-tile .giant-spoon-copy {
		transform: translateY(-20px);
	}

	.giant-spoon-banner .feature-banner-body-tile h2 {
		font-size: 5.14285714rem;
	}
	
	.giant-spoon-banner .feature-banner-body-tile p {
		font-size: 1.5rem;
	}

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

	.giant-spoon-banner .feature-banner-body-tile .feature-banner-note {
		right: 130px;
		left: auto;
		width: 760px;
	}

	.giant-spoon-banner .feature-banner-figure .feature-flag {
		left: 18%;
		width: 230px;
	}

	.giant-spoon-banner .feature-banner-figure .date-flag {
		top: 43%;
		left: 40%;
		width: 143px;
	}
}



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

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

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

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

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

.fan-banner .feature-banner-body-tile .title-intro {
	display: block;
	font-size: 0.7em;
	font-weight: 700;
}

.fan-banner .feature-banner-body-tile h2 small {
	display: block;
	margin-top: 10px;
	font-size: 21px;
}

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

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

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

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

.fan-banner .feature-banner-figure .fan-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-banner .feature-banner-figure .fan-mobile-elements {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.fan-banner .feature-banner-figure .feature-flag {
	position: absolute;
	bottom: 5%;
	left: calc(50%-50px);
	z-index: 1;
	display: block;
	width: 100px;
	height: auto;
}

.fan-banner .feature-banner-figure .date-flag {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
	display: block;
	width: 60px;
	height: auto;
}

.fan-banner .feature-banner-figure .anniversary-flag {
	display: none;
}

.fan-banner .fan-actions {
	position: relative;
	text-align: center;
}

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

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

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

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

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

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

	.fan-banner .feature-banner-figure .feature-flag {
		top: auto;
		bottom: 10%;
		left: 16%;
		width: 100px;
	}

	.fan-banner .feature-banner-figure .date-flag {
		display: block;
		position: absolute;
		top: 55%;
		right: 12%;
		left: auto;
		z-index: 1;
		display: block;
		width: 60px;
		height: auto;
	}

	.fan-banner .feature-banner-figure .anniversary-flag {
		position: absolute;
		top: 60%;
		right: 20px;
		z-index: 1;
		display: block;
		width: 40px;
		height: auto;
	}

	.fan-banner .fan-actions {
		position: relative;
		text-align: center;
	}

	.fan-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: center;
		width: 100%;
		height: 100%;
		padding-left: 43%;
		text-align: right;
	}

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

	.fan-banner .feature-banner-body-tile .fan-copy {
		transform: translateY(-40px);
	}

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

	.fan-banner .feature-banner-body-tile .title-intro {
		margin-bottom: 10px;
		color: #FFD8A1;
		font-size: 0.5em;
	}

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

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

	.fan-banner .pure-button {
		background-color: #fff;
		border-color: #fff;
		color: #a62d6d;
	}
	
	.fan-banner .pure-button:hover,
	.fan-banner .pure-button:active {
		background-color: rgba(255, 255, 255, 0.85);
		border-color: rgba(255, 255, 255, 0.85);
	}
	
	.fan-banner .pure-button:focus {
		box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.5)
	}

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

@media only screen and (min-width: 80em) {
	.fan-banner .feature-banner-body {
		align-items: center;
	}

	.fan-banner .feature-banner-figure .feature-flag {
		bottom: 7%;
		width: 137px;
	}

	.fan-banner .feature-banner-figure .date-flag {
		top: 60%;
		width: 100px;
	}

	.fan-banner .feature-banner-figure .anniversary-flag {
		top: 66%;
		right: 20px;
		width: 60px;
	}

	.fan-banner .feature-banner-body-tile .fan-copy {
		transform: translateY(-20px);
	}

	.fan-banner .feature-banner-body-tile h2 {
		font-size: 4.571428571rem;
		line-height: 1;
	}

	.fan-banner .feature-banner-body-tile .title-intro {
		margin-bottom: 20px;
		font-size: 0.625em;
	}

	.fan-banner .feature-banner-body-tile .pure-button {
		margin-top: 20px;
		padding: 10px 56px;
		font-size: 1.5rem;
	}

	.fan-banner .feature-banner-body-tile .feature-banner-note {
		bottom: 20px;
		max-width: 790px;
	}
}



/*************************************************************
*** FINAL BOSS SOUR BANNER
*************************************************************/

.final-boss-banner {
	height: auto;
	border: none;
}

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

.final-boss-banner .feature-banner-body {
	order: 2;
}

.final-boss-banner .final-boss-title {
	display: block;
	width: 100%;
	max-width: 240px;
	margin: 0 auto 10px;
}

.final-boss-banner .final-boss-meta {
	display: block;
	width: 100%;
	max-width: 380px;
	margin: 0 auto 10px;
}

.final-boss-banner .feature-banner-body-tile h2 {
	position: relative;
	color: #a62d6d;
	/*font-size: 3em;*/
	font-weight: 700;
	line-height: 1.15;
}

.final-boss-banner .feature-banner-body-tile h2 span {
	font-weight: normal;
}

.final-boss-banner .feature-banner-body-tile p {
	margin-top: 0;
	color: #a62d6d;
	line-height: 1.15;
}

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

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

.final-boss-banner .pure-button {
	margin-bottom: 24px;
}

.final-boss-banner .feature-banner-body-tile .final-boss-fineprint {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 15px;
}

.final-boss-banner .feature-banner-body-tile .final-boss-fineprint img {
	display: none;
}

.final-boss-banner .feature-banner-body-tile .final-boss-fineprint strong {
	display: block;
	font-size: 1.5em;
	text-transform: uppercase;
}

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

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

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

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

.final-boss-banner .feature-banner-figure .qr-flag {
	display: block;
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 2;
}

.final-boss-banner .feature-banner-figure .qr-flag img {
	display: block;
	width: 80px;
	height: auto;
}

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

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

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

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

	.final-boss-banner .feature-banner-figure .final-boss-mobile-elements {
		display: none;
	}

	.final-boss-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%;
		text-align: right;
	}

	.final-boss-banner .feature-banner-body-tile {
		z-index: 1;
		max-width: 670px;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-left: 70px;
	}

	.final-boss-banner .final-boss-flag {
		width: 180px;
		margin-bottom: 0;
	}

	.final-boss-banner .feature-banner-body-tile h2 {
		margin-bottom: 5px;
		font-size: 2.2857142rem;
		text-align: center;
	}

	.final-boss-banner .feature-banner-body-tile p {
		margin-bottom: 5px;
		font-size: 1.14285714rem;
	}

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

	.final-boss-banner .pure-button {
		background-color: #fff;
		border-color: #fff;
		color: #960953;
	}
	
	.final-boss-banner .pure-button:hover,
	.final-boss-banner .pure-button:active {
		background-color: #960953;
		border-color: #960953;
		color: #fff;
	}
	
	.final-boss-banner .pure-button:focus {
		box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.5);
	}

	.final-boss-banner .feature-banner-body-tile .feature-banner-note {
		position: static;
		width: auto;
		max-width: 990px;
		margin-top: 0;
		color: #fff;
		text-align: left;
	}

	.final-boss-banner .feature-banner-body-tile .final-boss-fineprint {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 20px;
		flex-direction: row;
		align-items: flex-start;
		column-gap: 20px;
		row-gap: 0;
		padding-right: 40px;
		padding-left: 70px;
	}

	.final-boss-banner .feature-banner-figure .feature-flag {
		right: 60px;
		width: 200px;
		height: auto;
	}

	.final-boss-banner .feature-banner-figure .qr-flag {
		display: block;
		position: absolute;
		right: 20px;
		bottom: 20px;
		z-index: 2;
	}

	.final-boss-banner .feature-banner-figure .qr-flag img {
		display: block;
		width: 80px;
		height: auto;
	}

	.final-boss-banner .feature-banner-body-tile .feature-banner-note {
		padding-left: 40px;
	}
}

@media only screen and (min-width: 80em) {
	.final-boss-banner .feature-banner-body {
		align-items: center;
	}

	.final-boss-banner .feature-banner-body-tile {
		max-width: 770px;
	}

	.final-boss-banner .final-boss-title {
		max-width: 396px;
	}

	.final-boss-banner .final-boss-meta {
		max-width: 500px;
	}

	.final-boss-banner .boss-copy {
		transform: translateY(-20px);
	}

	.final-boss-banner .feature-banner-body-tile h2 {
		margin-bottom: 25px;
		font-size: 3.4285714rem;
	}

	.final-boss-banner .feature-banner-body-tile p {
		font-size: 1.4285714rem;
	}

	.final-boss-banner .pure-button {
		font-size: 1.5rem;
	}

	.final-boss-banner .final-boss-flag {
		width: 224px;
		margin-bottom: 10px;
	}

	.final-boss-banner .feature-banner-figure .feature-flag {
		top: 0;
		right: 5%;
		width: 330px;
		height: auto;
	}

	.final-boss-banner .feature-banner-figure .qr-flag {
		right: 40px;
		bottom: 60px;
	}
	
	.final-boss-banner .feature-banner-figure .qr-flag img {
		width: 90px;
	}
}



/*************************************************************
*** SWEET PEACH BANNER
*************************************************************/

.sweet-peach-banner {
	height: auto;
	border: none;
}

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

.sweet-peach-banner .feature-banner-body {
	order: 2;
}

.sweet-peach-banner .feature-banner-body-tile h2 {
	position: relative;
	color: #a62d6d;
	font-weight: 800;
	line-height: 1.15;
}

.sweet-peach-banner .feature-banner-body-tile h2 .title-brand {
	position: relative;
	display: inline-block;
	width: 175px;
	height: 27px;
	margin: 5px auto 0;
	background: url('../img/promo_september2026/title-too-faced-purple.svg') no-repeat top left;
	background-size: 175px 27px;
	line-height: 27px;
}

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

.sweet-peach-banner .feature-banner-body-tile p {
	color: #a62d6d;
	font-family: 'Poppins', Arial;
	line-height: 1.5;
}

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

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

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

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

.sweet-peach-banner .feature-banner-figure .anniversary-flag {
	display: none;
	width: 60px;
}

.sweet-peach-banner .feature-too-faced {
	display: block;
	width: 220px;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
}

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

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

	.sweet-peach-banner .feature-banner-body {
		padding-left: 70px;
	}

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

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

	.sweet-peach-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: left;
	}

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

	.sweet-peach-banner .feature-banner-body-tile h2 {
		margin-bottom: 0;
		color: #E7505C;
		font-size: 3.57142857rem;
		line-height: 1;
		text-align: right;
	}

	.sweet-peach-banner .feature-banner-body-tile h2 .title-brand {
		width: 317px;
		height: 48px;
		margin: 5px 0 10px;
		background: url('../img/promo_september2026/title-too-faced.svg') no-repeat top left;
		background-size: 317px 48px;
		line-height: 48px;
	}

	.sweet-peach-banner .feature-banner-body-tile h2 small {
		margin-top: 0;
		color: #E7505C;
		font-size: 0.33em;
		line-height: 1.5;
	}

	.sweet-peach-banner .feature-banner-body-tile p {
		max-width: 450px;
		margin-top: 10px;
		margin-bottom: 0;
		color: #E7505C;
		font-size: 1.14285714rem;
		text-align: right;
	}

	.sweet-peach-banner .feature-banner-body-tile a:not(.pure-button) {
		color: #E7505C;
	}

	.sweet-peach-banner .pure-button {
		background-color: #E7505C;
		border-color: #E7505C;
		color: #fff;
	}
	
	.sweet-peach-banner .pure-button:hover,
	.sweet-peach-banner .pure-button:active {
		background-color: #b5303a;
		border-color: #b5303a;
		color: #fff;
	}
	
	.sweet-peach-banner .pure-button:focus {
		box-shadow: 0px 0px 0px 3px #E7505C;
	}

	.sweet-peach-banner .sweet-peach-flag {
		background: #fff;
		color: #E7505C;
	}

	.sweet-peach-banner .feature-banner-body-tile .feature-banner-note {
		position: static;
		width: auto;
		color: #fff;
		text-align: right;
	}

	.sweet-peach-banner .feature-banner-figure .anniversary-flag {
		position: absolute;
		display: block;
		right: 30px;
		bottom: 40px;
		z-index: 1;
		width: 59px;
		height: auto;
	}

	.sweet-peach-banner .feature-too-faced {
		width: 300px;
		height: auto;
	}
}

@media only screen and (min-width: 80em) {
	.sweet-peach-banner .feature-banner-body-tile h2 {
		font-size: 5.14285714rem;
	}
	
	.sweet-peach-banner .feature-banner-body-tile p {
		max-width: 522px;
		font-size: 1.4285714rem;
	}

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

	.sweet-peach-banner .sweet-peach-flag {
		margin-bottom: 10px;
	}

	.sweet-peach-banner .feature-banner-note {
		width: 500px;
	}

	.sweet-peach-banner .feature-too-faced {
		width: 380px;
		height: auto;
	}
}



#boss-promo {
	max-width: 1142px;
}

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

#fan-promo {
	max-width: 1142px;
}

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

#spoon-promo {
	max-width: 1142px;
}

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

#dirt-cup-promo {
	max-width: 1142px;
}

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

.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;
}

@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;
	}
}
