/* SFNT Customizations */
#js-SFNT .t-main-content-element {
	min-height: unset;
}

/* CLS vs 3 Sliders */
.x-fresh-products-slider .x-product-list__item:not(:first-child),
.x-popular-products-slider .x-product-list__item:not(:first-child),
.t-featured-products--slider .x-product-list__item:not(:first-child) {
  display: none;
}
.x-fresh-products-slider.slick-initialized .x-product-list__item:not(:first-child),
.x-popular-products-slider.slick-initialized .x-product-list__item:not(:first-child),
.t-featured-products--slider.slick-initialized .x-product-list__item:not(:first-child) {
  display: unset;
}


/******************** Brands *********************/
.u-brands-container {
	background: url('images/background_browsebrands.jpg') center top no-repeat;
	background-size: cover;
	padding-bottom: 5.938rem;
}

.c-header {
	text-align: center;
	padding: 5.938rem 0 2.875rem;
}

.c-header--link {
	font-size: 1.25rem;
	color: #999999;
	display: inline-block;
	text-transform: uppercase;
	margin-top: 1.75rem;
}

/* Brands component styling */
.u-sfnt-brands_container {
	/* max-width: 77rem; */
	align-items: end;
	margin: 0 auto;
}

.u-sfnt-brands_item-inside-space {
	display: block;
	margin: 1rem;
	padding: 1rem;
	text-align: center;
	transition: all 0.5s ease 0s;
}

.u-sfnt-brands_item-image {
	opacity: 0.6;
}

.x-hover--allowed .u-sfnt-brands_item:hover .u-sfnt-brands_item-image {
	opacity: 1;
}

.x-hover--allowed .u-sfnt-brands_item:hover .u-sfnt-brands_item-inside-space {
	background-color: #C85014;
}

.u-sfnt-brands_item {
	border-bottom: 2px solid rgb(255 255 255 / 40%);
	border-right: 1px solid rgb(255 255 255 / 40%);
}

/* Brands breakpoints */
@media screen and (min-width: 768px) {
	.u-sfnt-brands_item-inside-space {
		padding: 0;
	}
}

/*
@media screen and (min-width: 960px) {
	.u-sfnt-brands_item-inside-space {
		padding: 1.8rem;
	}
}
*/

@media screen and (min-width: 1400px) {
	.u-sfnt-brands_item-inside-space {
		padding: 2.6rem;
	}
}

@media screen and (min-width: 1024px) {
	/* Custom size - no breakpoints avail. */
	.u-sfnt-brands_item {
		flex-basis: 20%;
    	max-width: 20%;
	}
	
	.u-sfnt-brands_item:nth-of-type(5n) {
		border-right: none;
	}
	
	.u-sfnt-brands_item:nth-child(n+6) {
		border-bottom: none;
	}
}

@media screen and (min-width: 960px) and (max-width: 1023px) {
	.u-sfnt-brands_item:nth-of-type(4n) {
		border-right: none;
	}
}

@media screen and (min-width: 640px) and (max-width: 959px) {
	.u-sfnt-brands_item:nth-of-type(3n) {
		border-right: none;
	}
}

@media screen and (max-width: 1024px) {
	.u-sfnt-brands_item {
		border-width: 1px;
	}
}
.u-sfnt-brands_item

@media screen and (max-width: 639px) {
	.u-sfnt-brands_item:nth-of-type(2n) {
		border-right: none;
	}
}


/* SFNT - Hero Slider */
#js-storefront_topsection .slick-initialized .slick-slide {
	display: block;
}

#desktopSFNThero .slick-slide,	
 .slick-slide {	
	padding: 0;
}

#desktopSFNThero .slick-slide img,
#mobileSFNThero .slick-slide img  {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.sfnt-main-slider .sfnt-main-slider--item:not(:first-child) {
  display: none;
}
.sfnt-main-slider.slick-initialized .sfnt-main-slider--item:not(:first-child) {
  display: unset;
}


@media screen and (min-width: 1201px) { 
	#desktopSFNThero { 
		margin: 2rem auto; 
	} 
	
	#desktopSFNThero .slick-slide,	
	#mobileSFNThero .slick-slide {	
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media screen and (min-width: 1260px) { 
	#desktopSFNThero .slick-slide img {
		min-width: 960px;
		width: auto;
	}
}

@media screen and (min-width: 1401px) { 
	#desktopSFNThero { 
		margin: 4rem auto; 
	}
}

@media screen and (min-width: 1700px) { 
	#desktopSFNThero .slick-slide img {
		min-width: 1100px;
	}
}

/* BraapCash Rewards */
.t-sfnt_braapcashrewards {
	background-image: url('/mm5/themes/00000001/shadows/images/background-braapcash.jpg');
	background-repeat: none;
	background-size: cover;
	min-height: 645px;
}

.t-sfnt_braapcashrewards a.c-button {
	/* padding: 2.5rem; */
	width: 186px;
	height: 48px;
	font-size: 1.25rem;
	margin: 0 1.5rem 1rem 1.5rem;
}

.x-hover--allowed .t-sfnt_braapcashrewards a.c-button:hover {
	background-color: transparent;
}

.t-sfnt_braapcashrewards--heading {
	margin-bottom: 4rem;
	margin-top: 1rem;
}

.t-sfnt_braapcashrewards--logo {
	margin-bottom: 3rem;
}

.c-button__textured-orange-bg,
.c-button__textured-white-bg {
	transition: color 0.5s ease !importANT;
	transition: background-color 0 ease !importANT;
	transition: border-color 0 ease !importANT;
	transition: box-shadow 0 ease !importANT;
	transition: background-image 0 ease !importANT;
	transition: background-position 0 ease !importANT;
}

.x-hover--allowed .c-button__textured-white-bg:hover {
	color: #ffffff;
}

.x-hover--allowed .c-button__textured-orange-bg:hover {
	color: #C85014;
}

.x-hover--allowed .c-button__textured-white-bg:hover,
.c-button__textured-orange-bg {
	background: url('/mm5/themes/00000001/shadows/images/bg-button-sprite.png') no-repeat bottom center;
}

.x-hover--allowed .c-button__textured-orange-bg:hover,
.c-button__textured-white-bg {
	background: url('/mm5/themes/00000001/shadows/images/bg-button-sprite.png') no-repeat top center;
}

@media screen and (max-width: 767px) {
	.t-sfnt_braapcashrewards {
		min-height: 500px;
	}
	
	.t-sfnt_braapcashrewards--logo {
		padding: 0 3rem;
	}
}

/* Vehicle Selection Bar */
.t-sfnt-vehicle-selection-bar {
	background: url('/mm5/themes/00000001/shadows/images/global-header-bg.jpg') no-repeat top center;
	background-size: cover;
}

.t-sfnt-vehicle-item {
	transition: all 0.5s ease 0s;
}

.x-hover--allowed .t-sfnt-vehicle-item:hover {
	background-color: #C85014;
}

.t-sfnt-vehicle-item a {
	padding: 1rem 0;
	width: 100%;
}

.t-sfnt-vehicle-item--img {
	margin-bottom: 2rem;
}

.t-sfnt-vehicle-item img {
	margin-right: auto;
	margin-left: auto;
	max-width: 110px;
	vertical-align: middle;
}
	
@media screen and (min-width: 1200px) {
	.t-sfnt-vehicle-item a {
		padding: 2.9rem 0;
	}
}

@media screen and (max-width: 959px) {
	.t-sfnt-vehicle-selection-bar .o-layout {
		margin-left: 0;
	}
}


/* SFNT - Recent Blog Posts */
.t-sfnt-blog-slider .t-sfnt-blog-item:not(:first-child) {
  display: none;
}
.t-sfnt-blog-slider.slick-initialized .t-sfnt-blog-item:not(:first-child) {
  display: unset;
}
.t-aomc-notebook {
	padding-bottom: 3.9rem;
	background-size: 100% 338px;
}
.x-blog-list {
	margin-bottom: 3rem !importANT;
}
.x-blog-list-header {
	margin: 5rem 0 1.85rem;
}
.t-sfnt_blog-item--text {
	padding: 2rem 2rem 3rem 2rem;
	min-height: 250px;
	transition: 0.3s linear;
}
.t-sfnt-blog-item--img {
	position: relative;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
}
.t-sfnt-blog-item--img::before {
	content: "";
	display: block;
	width: 100%;
	padding: 100% 0 0 0;
	position: relative;
	z-index: -1;
}
.t-sfnt-blog-item--date {
	color: #010110;
	font-size: 0.813rem;
	transition: 0.3s linear;	
}
.x-hover--allowed .t-sfnt-blog-item:hover .t-sfnt_blog-item--text {
	background-color: #222;
}
.x-hover--allowed .t-sfnt-blog-item:hover .t-sfnt-blog-item--date {
	color: #ffffff;
}
@media screen and (min-width: 40em) {
	.t-sfnt-blog-item--date {
		font-size: 0.875rem;
	}	
	.t-sfnt_blog-item--text {
		min-height: 226px;
		padding-bottom: 1rem;
	}	
}



/* SFNT - Tabbed Slider */
#sfnt_tabbed_slider .x-product-list__figcaption {
	background-color: #2b3866;
}

.x-hover--allowed #sfnt_tabbed_slider .x-product-list__item:hover .x-product-list__figcaption {
	background-color: #222;
}

.t-sfnt-tabbed-slider h2 {
	padding-top: 5rem;
	margin-bottom: 0.5rem;
}

.t-sfnt-tabbed-slider__tabs button {
	width: 186px;
	height: 48px;
	font-size: 1.25rem;
	margin: 0 0 1rem 0;
	transition: none;
}

.t-sfnt-tabbed-slider__tabs-current {
	background: url('/mm5/themes/00000001/shadows/images/bg-button-sprite.png') no-repeat bottom center;
}

.t-sfnt-tabbed-slider__tabs button:not(.t-sfnt-tabbed-slider__tabs-current) {
	transition: all 0.5s ease 0s;
}
	
.x-hover--allowed .t-sfnt-tabbed-slider__tabs button:not(.t-sfnt-tabbed-slider__tabs-current):hover {
	color: #333;
}

/* SFNT - The AOMC Life (Social) */
.t-sfnt-social {
	margin-top: 4rem;
	margin-bottom: 2rem;
}