/* Fresh rel bf22 styles */

.bf22__tile {
	width: calc(33.333% - 10.6666667px);
	/*background-color: rgba(255, 255, 255, .9);*/
	background-image: url('../bf-silver-bg-tile.png');
	background-position: top left;
	background-repeat: repeat;
	color: #000;
	padding: 0 5px 55px 5px;
	margin: 0 8px;
	text-align: center;
	position: relative;
}

.bf22__tile__spot {
	position: absolute;
	z-index: 2;
	top: 10px;
	left: 10px;
	width: 85px;
	height: 85px;
	border-radius: 50%;
	background-image: url('../silver-bg-light.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 18px;
	color: #000;
	text-align: center;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	font-weight: bold;
	padding: 5px;
	line-height: 1.1;
}

.bf22__tile__spot span {
	font-size: 25px;
}

.bf22__tile__img {
	width: calc(100% + 10px);
	margin-left: -5px;
	margin-bottom: 15px;
	display: block;
	aspect-ratio: 261/200;
	object-fit: cover;
}

.bf22__tile__title {
	font-size: 15px;
	line-height: 1.2;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
   margin: 0 0 10px;
   min-height: 36px;
}

.bf22__tile__price-now {
	font-size: 22px;
	font-weight: bold;
	margin: 0;
	line-height: 1.2;
}

.bf22__tile__price-was {
	font-size: 16px;
	color: #CA9853;
	font-weight: bold;
	margin: 0 0 5px;
}

.bf22__tile__code {
	height: 26px;
	padding: 0 15px;
	background-color: #000;
	color: #fff;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	display: inline-block;
	margin: 5px auto;
}

.bf22__tile__social-proof {
	display: block;
	width: 100%;
	min-height: 20px;
}

.bf22__tile__link {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bf22__tile__atb {
	width: calc(100% - 10px);
	position: absolute;
	bottom: 5px;
	left: 5px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	display: block;
	background-image: url('../cg-bf-btn-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 3;
}

.bf22__tile__atb:focus,
.bf22__tile__atb:hover {
	color: #fff;
	text-decoration: none;
}

.bf22__tile__atb:focus i,
.bf22__tile__atb:hover i {
	left: 5px;
}

.bf22__tile__atb i {
	margin-left: 5px;
	left: 0;
	position: relative;
	transition: .2s all;
}

.bf22__fresh {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 30px 60px 22px;
	margin-bottom: 0;
}

.bf22__fresh__heading {
	font-size: 30px;
	line-height: 1.2;
	font-weight: normal;
	width: 100%;
	text-align: center;
	/*margin: 0 0 15px;*/
	color: #000;
}

.bf22__fresh__carousel {
	width: 100%;
	padding: 0 45px;
	margin: 0;
	position: relative;
}

.bf22__fresh__carousel .bf22__tile {
	border: 1px solid #E4E4E4;
	margin: 8px!important;
	background-image: none;
}

.bf22__fresh__carousel .bf22__tile__img {
	margin-left: -5px;
}

.bf22__fresh__carousel .bf22__tile__spot {
	background-image: none;
	background-color: #000;
	color: #fff;
	height: 70px;
	width: 70px;
	font-size: 15px;
	top: 8px;
	left: 8px;
}

.bf22__fresh__carousel .bf22__tile__spot span {
	font-size: 20px;
}

.bf22__fresh__carousel .bf22__tile__price-now {
	font-size: 19px;
}

.bf22__fresh__carousel .bf22__tile__price-was {
	font-size: 14px;
}

.bf22__fresh__carousel .bf22__tile__atb {
	bottom: 0;
	left: 0;
	width: 100%;
	color: #000;
	background-image: url('../cg-bf-btn-bg--light.jpg');
}

.bf22__fresh__carousel .slick-track {
	display: flex !important;
}

.bf22__fresh__carousel .slick-slide {
    height: inherit !important;
}

.bf22__fresh__carousel .slick-prev:before {
	content: '\f053';
    font-family: 'Font Awesome 6 Pro';
    font-size: 20px;
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bf22__fresh__carousel .slick-next:before {
	content: '\f054';
    font-family: 'Font Awesome 6 Pro';
    font-size: 20px;
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bf22__fresh__carousel .slick-prev:hover,
.bf22__fresh__carousel .slick-prev:focus,
.bf22__fresh__carousel .slick-next:hover,
.bf22__fresh__carousel .slick-prev:focus {
	background-color: rgba(0, 0, 0, .1);
}

@media only screen and (max-width: 1300px) {

	.bf22__tile__spot {
		width: 70px;
		height: 70px;
		font-size: 16px;
		top: 5px;
		left: 5px;
	}

	.bf22__tile__spot span {
		font-size: 22px;
	}

	.bf22__tile__price-now {
		font-size: 19px;
	}

	.bf22__tile__price-was {
		font-size: 14px;
	}

	.bf22__tile__atb {
		font-size: 15px;
	}
}

@media only screen and (max-width: 1100px) { 

	.bf22__fresh__heading {
		font-size: 25px; 
	}
}

@media only screen and (max-width: 850px) { 

	.bf22__fresh {
		padding: 15px 0;
	}

	.bf22__fresh__heading {
		font-size: 22px;
	}

	.bf22__tile__spot {
		width: 50px;
		height: 50px;
		font-size: 12px;
		top: 5px;
		left: 5px;
	}

	.bf22__tile__spot span {
		font-size: 16px;
	}
}


@media only screen and (max-width: 600px) { 

	.bf22__fresh__carousel {
		padding: 0 35px;
		margin: 0 0 15px;
	}

	.bf22__tile__title {
		padding: 0 10px;
	}

	.bf22__tile__img {
		width: calc(100% + 10px);
		margin-left: -5px;
	}
}

/* Clearance 2022 Styles */

.sdod {
	color: #fff;
	padding-bottom: 30px;
}

.sdod * {
	box-sizing: border-box;
}

.sdod__btn {
	height: 38px;
	line-height: 34px;
	display: inline-block;
	margin: 20px 0;
	min-width: 240px;
	background-color: #1a427a;
	color: #fff;
	text-align: center;
	border: 2px solid #1a427a;
	text-decoration: none;
	transition: .2s all;
	font-weight: 400;
	font-size: 17px;
}

.sdod__btn:hover,
.sdod__btn:focus {
	border-color: #000;
	text-decoration: none;
	color: #000;
}

.sdod__btn i {
	margin-left: 5px;
}

.sdod__hero {
	/*min-height: 190px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 5px;
    background-color: #1a427a;
    flex-wrap: wrap;
	font-weight: bold;
}

.sdod__hero__heading {
	display: flex;
    align-items: center;
    font-size: 25px;
}

.sdod__hero__heading img {
	width: auto;
	height: 100px;
	margin-right: 30px;
	display: block;
}

.sdod__hero__heading h1 {
	position: absolute;
    font-size: small;
    color: transparent;
}

.sdod__hero__subheading img {
	width: 347px;
	height: auto;
	display: block;
	margin: 0 30px;
}

.sdod__hero__subheading p {
	font-size: 25px;
}

.sdod span {
	color: #fbba00;
}

.sdod__hero__link {
	/* width: 25%; */
	text-align: center;
}

.sdod__hero__link a {
	font-size: 25px;
	/*font-weight: bold;*/
	color: #fff;
	text-decoration: underline;
	display: inline-block;
	margin: 0 30px;
}

.sdod_introcopy {
    color: #1a427a;
    font-size: 1.4em;
    text-align: center;
    font-weight: bold;
    width: 80%;
    margin: auto;
}

.sdod__subnav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	/*padding: 29px 0;*/
}

.sdod__subnav__item {
	width: calc(25% - 12px);
	/*height: 70px;*/
	/* background-color: #FDB82B; */
	color: #000;
	border: 2px solid #243d77;
	display: flex;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	margin: 8px 0;
	transition: .2s all;
}

.sdod__subnav__item img {
	width: 100%;
	/*padding-bottom: 10px;*/
	background: #1a427a;
}

.sdod__subnav__item p {
	color: #ffffff;
	padding: 10px;
	background: #243d77;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.sdod__subnav__item a {
	text-decoration: none;
	color: inherit;
	text-align: center;
	/* padding: 15px; */
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.sdod__subnav__item:hover,
.sdod__subnav__item:focus-within {
	border: 2px solid #000;
}

.sdod__subnav__item.third {
	width: calc(33.333% - 12px);
}

.sdod__shopall {
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.sdod__shopall__heading {
	font-size: 25px;
	font-weight: bold;
	margin: 0 15px;
	color: #1a427a;
}

.sdod__shopall__btn-wrapper {
	margin: 0 15px;
}

.sdod__seo {
	background-color: #1a427a;
	color: #fff;
	padding: 60px 15px;
}

.sdod__seo .inner {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	display: block;
}

.sdod__seo .inner  strong {
	
}

.sdod__seo .inner > *:nth-child(1) {
	margin-top: 0;
}

.sdod__seo .inner > *:nth-last-child(1) {
	margin-bottom: 0;
}

.sdod__seo h1,
.sdod__seo h2,
.sdod__seo h3,
.sdod__seo h4,
.sdod__seo h5,
.sdod__seo h6 {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.2;
	margin: 30px 0 20px;
}

.sdod__seo p,
.sdod__seo ul,
.sdod__seo ol {
	font-size: 17px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.sdod__seo ul,
.sdod__seo ol {
	margin-left: 20px;
}

.sdod__seo ul {
	list-style: disc;
}


.sdod__footer {
	background-color: #243d77;
	color: #000;
	min-height: 190px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 30px;
}

.sdod__footer__heading img {
	width: 447px;
	height: auto;
	margin: 15px 30px;
}

.sdod__footer__subheading img {
	width: 347px;
	height: auto;
	margin: 15px 30px;
}

.sdod_ribbon {
    padding: 15px;
    background: #fbba00;
    color: #243d77;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-decoration: none;
	border: 2px solid #fbba00;
}

.sdod_ribbon:hover, .sdod_ribbon:focus {
	color: #000;
	border: 2px solid #000;
}
/* Updated fresh rel styles for clearance branding */

.sdod .bf22__tile__spot {
	 background-color: #FDB82B;
	 color: #000;
}

.sdod .bf22__tile__atb {
	background-image: none;
	background-color: #FDB82B;
}

.sdod .bf22__tile__price-was {
	color: #FDB82B;
}

.bf22__fresh--wide {
	padding-left: 0;
	padding-right: 0;
}

@media only screen and (max-width: 1300px) {

	.sdod__hero__heading img,
	.sdod__footer__heading img {
		/*width: 380px;*//
		margin: 0 15px;
	}

	.sdod__hero__subheading img,
	.sdod__footer__subheading img {
		/*width: 280px;*/
	}
}

@media only screen and (max-width: 1100px) { 

	.sdod__hero, 
	.sdod__footer {
		min-height: 180px;
	}

	.sdod__hero__heading img,
	.sdod__footer__heading img {
		margin-right: 15px;
		/*width: 350px;*/
	}

	.sdod__hero__subheading img,
	.sdod__footer__subheading img {
		width: 220px;
		margin: 0 15px;
	}

	.sdod__hero__link {
		width: auto;
	}

	.sdod__hero__link a {
		font-size: 26px;
		margin: 0 15px;
	}

	.sdod__subnav__item {
		/*height: 60px;*/
		font-size: 18px;
	}

	.sdod .bf22__fresh {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width: 850px) { 

	.sdod__hero, .sdod__footer {
		min-height: 0;
	}

	.sdod__hero__heading img, 
	.sdod__footer__heading img {
		height: 75px;
	}
	
	.sdod__hero__heading {
		font-size: 19px;
	}

	.sdod__hero__subheading img, 
	.sdod__footer__subheading img {
		width: 180px;
	}
	
	.sdod__hero__subheading p {
		font-size: inherit;
	}

	.sdod__hero__link a {
		font-size: 18px;
	}

	.sdod__subnav__item {
		width: calc(25% - 6px);
		margin: 3px 0;
	}

	.sdod__subnav__item.third {
		width: calc(33.333% - 6px);
	}

	.sdod__seo {
		padding: 45px 15px;
	}

	.sdod__shopall__heading {
		text-align: center;
	}
}

@media only screen and (max-width: 705px) { 
	.sdod__subnav__item p {
		height: 75px;
		display: flex;
	    align-items: center;
    	justify-content: center;
	}
}

@media only screen and (max-width: 700px) {
	.sdod__hero__heading img {
		height: 80px;	
	}
	
	.sdod__hero__heading h1 {
		font-size: 1.2em;
	}
	
}

@media only screen and (max-width: 660px) { 
	.sdod__hero__link {
		width: 100%;
	}
}

@media only screen and (max-width: 600px) { 

	.sdod__hero {
		/*justify-content: center;*/
		padding: 20px 5px;
	}

	.sdod__hero__heading,
	.sdod__hero__subheading {
		margin-bottom: 10px;
	}
	
	.sdod__hero__heading img {
		height: 50px;
	}

	.sdod__hero__subheading {
		/*width: 50%;*/
	}
	
	.sdod__hero__link {
		width: auto;
	}
	
	.sdod_introcopy, .sdod_ribbon {
		font-size: 1em;
	}
	
	.sdod_ribbon {
		padding: 10px;
	}
	.sdod__subnav__item {
		height: 65px;
		font-size: 16px;
		width: calc(50% - 4px);
	}
	
	.sdod__subnav__item img {
		display: none;
	}
	
	.sdod__subnav__item p {
		/*height: auto;*/
	}
	
	.sdod__subnav__item.third {
		width: calc(33.333% - 4px);
	}

	.sdod__shopall {
		padding: 20px 0;
	}

	.sdod__footer {
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 500px) {
	.sdod__hero__subheading {
		margin-bottom: 0px;
	}

}

@media only screen and (max-width: 450px) {
	.sdod__hero__heading img {
		height: 45px;
	}
	
	.sdod__hero__heading h1 {
		font-size: 1.1em;
	}
	
	.sdod__hero__subheading img {
		width: 130px;
		margin: 0;
	}
	
	.sdod__hero__link a {
		font-size: 16px;
	}

}

@media only screen and (max-width: 420px) {
	.sdod__hero__link {
		width: 100%;
		margin-top: 10px;
	}

}