/*--------------------------------------------------------------
1.2 Black Friday 2023
--------------------------------------------------------------*/

.black_friday_banner {
	background-color: #111;
	color: #c8a982;
	overflow: hidden;
	text-align: center;
	padding: 15px 2%;
}
.black_friday_banner img.bell_ring {
	display: inline;
	width: 40px;
	position: relative;
	top: 12px;
	right: -5px;
	margin-left: -10px;
}
.black_friday_banner h2 {
	color: #fff!important;
	text-transform: none!important;
	margin-bottom: 5px;
	font-size: 1.3em;
}
.black_friday_banner p {
	display: inline;
	margin: 0;
	font-size: 18px;
}
.shop_now a,
a.blk_fri_button {
	border: 1px solid #c8a982;
	padding: 5px 10px;
	margin: 0 0 0 10px;
	color: #c8a982;
	text-decoration: none;
	display: inline-block;
}
.shop_now a:hover,
a.blk_fri_button:hover {
	border: 1px solid #fff;
	color: #fff;
}

p.black_friday_sp_flash {
	line-height: 1.2;
	background-color: #111;
	color: #fff;
	display: block;
}
.woocommerce-LoopProduct-link p.black_friday_sp_flash {
	padding: 8px 2% 5px 2%;
	margin-bottom: 10px;
	margin-bottom: -0.5em;
	font-size: 1.15rem;
}
.single-product p.black_friday_sp_flash {
	padding: 7px 2% 6px 3%;
	margin-top: -2.0em;
	margin-bottom: 20px;
	font-size: 1.3rem;
}
.woocommerce-LoopProduct-link p.black_friday_sp_flash span,
.single-product p.black_friday_sp_flash span {
	display: inline-block;
}

@media screen and (min-width: 768px) { /* Everything Bigger than 768px */

	.woocommerce-LoopProduct-link .black_friday_banner img.bell_ring {
		width: 50px;
		top: 12px;
		right: -7px;
		margin-left: -10px;
	}
  .black_friday_banner img.bell_ring {
		width: 50px;
		top: 12px;
		right: -7px;
		margin-left: -10px;
	}
	.black_friday_banner h2 {
		font-size: 2rem;
	}
	.black_friday_banner p {
		font-size: 25px;
	}

	.woocommerce-LoopProduct-link p.black_friday_sp_flash {
		padding: 5px 2% 4px 2%;
	}
	.single-product p.black_friday_sp_flash {
		padding: 5px 2% 4px 2%;
		margin-top: 0;
		margin-bottom: 20px;
	}
}
.animated_bell {
	display: inline;
	position: relative;
	top: 3px;
}

/** Black Friday Page **/

.black_friday-page>section {
	background-color: #111;
	padding: 20px 0;
}
.black_friday_header {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
}
.black_friday_header .flex-items:nth-child(1),
.black_friday_header .flex-items:nth-child(2) {
	display: block;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
	order: 0;
	column-gap: 4%;
}
.black_friday_products img+p {
	display: none;
}
.black_friday_products p+h2 {
	margin: 0 0 0.5em 0;
}
.black_friday_products li br {
  content: "";
  display: none;
}

.black_friday_products {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	column-gap: 1%;
	row-gap: 20px;
	padding: 0;
	margin: 0;
}
.black_friday_products li {
	display: block;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: 49%;
	align-self: auto;
	order: 0;
}
#main .black_friday_products img {
	margin-bottom: 20px;
}
#main .black_friday_products li {
	text-align: center;
}
#main .black_friday_products li a {
	text-decoration: none;
}
#main .black_friday_products h2 {
	font-size: 1.4rem;
	font-weight: 400;
}

@media screen and (min-width: 768px) { /* Everything Bigger than 768px */
	.black_friday_header {
		flex-direction: row;
		column-gap: 4%;
	}
	.black_friday_header .flex-items:nth-child(1) {
		flex-basis: 30%;
	}
	.black_friday_header .flex-items:nth-child(2) {
		flex-basis: 70%;
  	}
	.black_friday_products {
		column-gap: 2%;
		row-gap: 30px;
	}
	.black_friday_products li {
		flex-basis: 23%;
	}
}

/** Black Friday Homepage 2024 **/

.black_friday_hero {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	position: relative;
	background-color: #000;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-align: center;
	padding: 20px 0;
}
.black_friday_hero div:nth-child(1) {
	display: block;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
	order: 0;
}
.black_friday_hero div:nth-child(2) {
	display: block;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
	order: 0;
	position: absolute;
	bottom: 2.4%;
}

.black_friday_hero a,
.black_friday_hero img {
	margin: 0 auto;
}
.black_friday_hero h1 {
	font-size:3rem;
	font-weight:bold;
	margin-bottom:0;
}
.black_friday_hero h1,
.black_friday_hero h2{
	color:#fff;
}
.black_friday_hero button,
.black_friday_hero a button {
	color:#c8a982;
	background-color:#000;
	border: 1px solid #c8a982;
	text-transform:uppercase;
	font-size:1.4rem;
    transition: all 150ms ease-in-out;
}
.black_friday_hero a button:hover {
  	border: 1px solid #fff;
  	color: #fff;
	background-color: rgba(0, 0, 0, 1.0);
}

.ten_flash,
.twenty_flash,
.twentyfive_flash,
.upto_twenty_flash,
.upto_twentyfive_flash {
	position: relative;
}
.ten_flash::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	height: 250px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='Layer_1' x='0' y='0' style='enable-background:new 0 0 250 250' version='1.1' viewBox='0 0 250 250'%3E%3Cstyle%3E.st1%7Bfill:%23fff%7D%3C/style%3E%3Cpath d='M0 250V0h250z' style='fill:%23933'/%3E%3Cpath d='M58.2 117.8 26.8 86.3l-9 9-3.2-3.3c6.3-6.3 7.1-10.8 2.8-16.7l3.2-3.2 41.6 41.6-4 4.1zM80.2 54.2c14 14 16.6 26.6 7.4 35.9-9.3 9.3-21.9 6.7-36-7.3-14.1-14.1-16.6-26.6-7.3-36 9.3-9.3 21.8-6.7 35.9 7.4zM55.9 78.5c11.7 11.7 21.5 14.5 28 7.9s3.8-16.3-7.9-28S54.6 44 48.1 50.6s-3.9 16.2 7.8 27.9zM97.2 39.4c4.6 4.6 5.2 9.4 1.5 13.1-3.7 3.7-8.4 3.1-13.1-1.5-4.7-4.7-5.3-9.4-1.6-13.1 3.8-3.7 8.5-3.2 13.2 1.5zm-9 9.1c3.3 3.3 6.4 4 8.4 2s1.4-5.1-1.9-8.5c-3.4-3.4-6.5-4-8.5-2s-1.3 5.1 2 8.5zm24.5 17.2L98.7 22l2.4-2.4 14 43.7-2.4 2.4zm15.4-31.4c4.7 4.7 5.2 9.4 1.5 13.1s-8.4 3.1-13.1-1.5-5.2-9.4-1.5-13.1 8.4-3.2 13.1 1.5zm-9 9c3.4 3.4 6.4 4 8.4 2s1.5-5.1-1.9-8.5c-3.3-3.3-6.5-4-8.5-2s-1.4 5.2 2 8.5zM102.3 111.3c6.8 6.8 7.4 14.8 1.6 20.6s-13.9 5.2-20.6-1.6c-6.8-6.8-7.4-14.8-1.6-20.6s13.8-5.2 20.6 1.6zm-17 17c5.7 5.7 12.2 6.4 16.7 1.8 4.5-4.5 3.9-11.1-1.8-16.7-5.7-5.7-12.2-6.3-16.7-1.8s-3.8 11 1.8 16.7zM99.8 96l8.1 8.1 10.4-10.4 1.8 1.8-10.4 10.4 9.8 9.8-2 2L96 96.2l13-13 1.8 1.8-11 11zM116.8 78.9l8.1 8.1 10.4-10.4 1.8 1.8-10.4 10.4 9.8 9.8-2 2-21.4-21.4 13-13 1.8 1.8-11.1 10.9z' class='st1'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
}
.twenty_flash::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	height: 250px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='Layer_1' x='0' y='0' style='enable-background:new 0 0 250 250' version='1.1' viewBox='0 0 250 250'%3E%3Cstyle%3E.st1%7Bfill:%23fff%7D%3C/style%3E%3Cpath d='M0 250V0h250z' style='fill:%23933'/%3E%3Cpath d='M40.8 73.2c7.2 7.2 5.6 15.6 2.7 26.6-3.6 13.7-2.2 18.5 2.3 23.1L69 99.7l3.6 3.6-27.3 27.3c-.5-.4-.9-.8-1.2-1.1-7.8-7.8-10.3-14-5.9-30.6C41 88.7 42.1 83 36.6 77.5c-4.6-4.6-11.1-4.4-16.2.7-5.9 5.9-5.3 12-.2 17.9l-4.2 4.2c-7.3-8.3-6.9-18.3.8-26 7.5-7.5 17.3-7.9 24-1.1zM86.3 48.1c14 14 16.6 26.6 7.4 35.9-9.3 9.3-21.9 6.7-36-7.3-14.1-14.1-16.6-26.6-7.3-36 9.3-9.3 21.8-6.7 35.9 7.4zM62 72.4c11.7 11.7 21.5 14.5 28 7.9s3.8-16.3-7.9-28S60.7 38 54.2 44.5 50.3 60.7 62 72.4zM103.3 33.4c4.6 4.6 5.2 9.4 1.5 13.1-3.7 3.7-8.4 3.1-13.1-1.5-4.7-4.7-5.3-9.4-1.6-13.1 3.8-3.8 8.5-3.3 13.2 1.5zm-9 9c3.3 3.3 6.4 4 8.4 2s1.4-5.1-1.9-8.5c-3.4-3.4-6.5-4-8.5-2s-1.4 5.1 2 8.5zm24.5 17.2-14-43.7 2.4-2.4 14 43.7-2.4 2.4zm15.4-31.4c4.7 4.7 5.2 9.4 1.5 13.1s-8.4 3.1-13.1-1.5-5.2-9.4-1.5-13.1 8.4-3.1 13.1 1.5zm-9 9c3.4 3.4 6.4 4 8.4 2s1.5-5.1-1.9-8.5c-3.3-3.3-6.5-4-8.5-2s-1.4 5.2 2 8.5zM99.3 114.3c6.8 6.8 7.4 14.8 1.6 20.6s-13.9 5.2-20.6-1.6c-6.8-6.8-7.4-14.8-1.6-20.6s13.8-5.2 20.6 1.6zm-17 17c5.7 5.7 12.2 6.4 16.7 1.8 4.5-4.5 3.9-11.1-1.8-16.7-5.7-5.7-12.2-6.3-16.7-1.8s-3.8 11 1.8 16.7zM96.8 99l8.1 8.1 10.4-10.4 1.8 1.8-10.4 10.4 9.8 9.8-2 2L93 99.2l13-13 1.8 1.8-11 11zM113.8 81.9l8.1 8.1 10.4-10.4 1.8 1.8-10.4 10.4 9.8 9.8-2 2-21.4-21.4 13-13 1.8 1.8-11.1 10.9z' class='st1'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
}
.twentyfive_flash::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	height: 250px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' baseProfile='basic' viewBox='0 0 250 250'%3E%3Cpath fill='%23933' d='M0 250V0h250z'/%3E%3Cg fill='%23fff'%3E%3Cpath d='M40.8 73.2c7.2 7.2 5.6 15.6 2.7 26.6-3.6 13.7-2.2 18.5 2.3 23.1L69 99.7l3.6 3.6-27.3 27.3c-.5-.4-.9-.8-1.2-1.1-7.8-7.8-10.3-14-5.9-30.6C41 88.7 42.1 83 36.6 77.5c-4.6-4.6-11.1-4.4-16.2.7-5.9 5.9-5.3 12-.2 17.9l-4.2 4.2c-7.3-8.3-6.9-18.3.8-26 7.5-7.5 17.3-7.9 24-1.1zM47.6 52.4l13.1 15.7.1-.1c-.4-4.1 1.5-8.8 4.9-12.2 8.1-8.1 18.5-7.9 26.9.5 8.7 8.7 8.9 19.8.5 28.2-7.7 7.7-17.2 8.4-24.5 1.1l4.1-4.1c5.3 5 11.7 4.4 16.6-.6 6-6 5.6-13.8-.8-20.2-6.2-6.2-13.7-6.5-19.4-.9-4.5 4.5-5.4 9.9-2.2 15.5L62.7 79 40.5 52.3 62.7 30l3.6 3.6-18.7 18.8zM103.3 33.4c4.6 4.6 5.2 9.4 1.5 13.1-3.7 3.7-8.4 3.1-13.1-1.5-4.7-4.7-5.3-9.4-1.6-13.1 3.8-3.8 8.5-3.3 13.2 1.5zm-9 9c3.3 3.3 6.4 4 8.4 2s1.4-5.1-1.9-8.5c-3.4-3.4-6.5-4-8.5-2s-1.4 5.1 2 8.5zm24.5 17.2-14-43.7 2.4-2.4 14 43.7-2.4 2.4zm15.4-31.4c4.7 4.7 5.2 9.4 1.5 13.1s-8.4 3.1-13.1-1.5-5.2-9.4-1.5-13.1 8.4-3.1 13.1 1.5zm-9 9c3.4 3.4 6.4 4 8.4 2s1.5-5.1-1.9-8.5c-3.3-3.3-6.5-4-8.5-2s-1.4 5.2 2 8.5z'/%3E%3C/g%3E%3Cg fill='%23fff'%3E%3Cpath d='M99.3 114.3c6.8 6.8 7.4 14.8 1.6 20.6s-13.9 5.2-20.6-1.6c-6.8-6.8-7.4-14.8-1.6-20.6s13.8-5.2 20.6 1.6zm-17 17c5.7 5.7 12.2 6.4 16.7 1.8 4.5-4.5 3.9-11.1-1.8-16.7-5.7-5.7-12.2-6.3-16.7-1.8s-3.8 11 1.8 16.7zM96.8 99l8.1 8.1 10.4-10.4 1.8 1.8-10.4 10.4 9.8 9.8-2 2L93 99.2l13-13 1.8 1.8-11 11zM113.8 81.9l8.1 8.1 10.4-10.4 1.8 1.8-10.4 10.4 9.8 9.8-2 2-21.4-21.4 13-13 1.8 1.8-11.1 10.9z'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
}
.upto_twenty_flash::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	height: 250px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 250 250'%3E%3Cpath d='M0 250V0h250z' style='fill:%23933'/%3E%3Cpath d='M40.84 73.15c7.23 7.23 5.62 15.63 2.72 26.57-3.58 13.71-2.22 18.53 2.35 23.11L69.14 99.6l3.65 3.65-27.31 27.31c-.49-.37-.93-.8-1.24-1.11-7.78-7.78-10.26-13.96-5.93-30.64 2.78-10.19 3.89-15.88-1.61-21.38-4.57-4.57-11.06-4.39-16.19.74-5.87 5.87-5.31 11.99-.19 17.86l-4.2 4.2c-7.48-8.22-7.04-18.17.68-25.89s17.3-7.91 24.03-1.17v-.02ZM86.31 48.07c14.02 14.02 16.62 26.63 7.35 35.89s-21.93 6.73-35.96-7.29-16.62-26.63-7.29-35.96 21.81-6.73 35.9 7.35ZM61.97 72.41c11.74 11.74 21.5 14.46 28.05 7.91s3.83-16.31-7.91-28.05-21.38-14.33-27.92-7.78-3.89 16.25 7.78 27.92M103.33 33.35c4.64 4.64 5.19 9.36 1.5 13.06s-8.42 3.15-13.06-1.49-5.27-9.44-1.57-13.14 8.42-3.15 13.14 1.58h-.01Zm-9.01 9.01c3.34 3.34 6.37 4.01 8.42 1.97s1.42-5.11-1.93-8.46-6.45-4.01-8.5-1.97-1.38 5.08 2.01 8.46m24.47 17.23-14.04-43.7 2.4-2.4 14 43.74zm15.38-31.35c4.68 4.68 5.23 9.4 1.53 13.1s-8.42 3.15-13.1-1.53-5.23-9.4-1.53-13.1 8.42-3.15 13.1 1.53m-9.01 9.01c3.38 3.38 6.37 4.01 8.42 1.97s1.46-5.08-1.93-8.46-6.45-4.01-8.5-1.97-1.34 5.11 2.01 8.46M99.31 114.29c6.77 6.77 7.4 14.8 1.59 20.61s-13.87 5.2-20.64-1.56-7.37-14.83-1.56-20.64 13.84-5.17 20.61 1.59m-16.97 16.97c5.66 5.66 12.15 6.38 16.72 1.8s3.85-11.07-1.8-16.72-12.18-6.35-16.73-1.81-3.85 11.07 1.81 16.73M96.75 98.98l8.09 8.09 10.41-10.41 1.77 1.77-10.41 10.41 9.78 9.78-1.96 1.96-21.42-21.42 13.03-13.03 1.77 1.77-11.07 11.07h.01ZM113.84 81.9l8.09 8.09 10.41-10.41 1.77 1.77-10.41 10.41 9.78 9.78-1.96 1.96-21.42-21.42 13.03-13.03 1.77 1.77-11.07 11.07h.01ZM13.23 55.5l-6.44-6.44 1.29-1.29 6.38 6.38c2.5 2.5 4.33 2.29 6.02.61 1.65-1.65 1.9-4.27-.33-6.5l-6.27-6.27 1.29-1.29 10.58 10.58-1.27 1.27-1.44-1.44-.04.04c.37 1.62-.17 3.5-1.62 4.96-2.42 2.42-5.23 2.31-8.15-.6ZM33.02 33.38c3.38 3.38 3.81 7.27 1.08 10-1.52 1.52-3.52 2.06-5.17 1.5l-.04.04 5.46 5.46-1.29 1.29-14.44-14.44 1.29-1.29 1.56 1.56.04-.04c-.54-1.62-.02-3.65 1.5-5.17 2.73-2.73 6.63-2.29 10 1.08Zm-7.9 7.9c2.71 2.71 5.73 3.19 7.69 1.23s1.56-5.06-1.15-7.77-5.75-3.17-7.77-1.15c-1.96 1.96-1.48 4.98 1.23 7.69M48.58 26.16l1.1 1.1c-.21.33-.54.75-.85 1.06-1.81 1.81-3.4 1.77-5.44-.27l-6.71-6.71-1.9 1.9-1.08-1.08 1.9-1.9-2.46-2.46 1.29-1.29 2.46 2.46 2.15-2.15 1.08 1.08-2.15 2.15 6.69 6.69c1.25 1.25 2.17 1.33 3.27.23.27-.27.52-.6.65-.81M55.24 11.2c3.46 3.46 3.73 7.4.73 10.4s-6.94 2.73-10.4-.73-3.73-7.4-.73-10.4 6.94-2.73 10.4.73m-8.31 8.31c2.75 2.75 5.73 3.15 7.92.96s1.81-5.19-.94-7.94-5.75-3.12-7.94-.94-1.79 5.17.96 7.92' style='fill:%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
}
.upto_twentyfive_flash::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	height: 250px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='250' height='250' baseProfile='basic'%3E%3Cpath d='M0 250V0h250z' style='fill:%23933'/%3E%3Cpath d='M40.8 73.2c7.2 7.2 5.6 15.6 2.7 26.6-3.6 13.7-2.2 18.5 2.3 23.1L69 99.7l3.6 3.6-27.3 27.3c-.5-.4-.9-.8-1.2-1.1-7.8-7.8-10.3-14-5.9-30.6C41 88.7 42.1 83 36.6 77.5c-4.6-4.6-11.1-4.4-16.2.7-5.9 5.9-5.3 12-.2 17.9l-4.2 4.2c-7.3-8.3-6.9-18.3.8-26 7.5-7.5 17.3-7.9 24-1.1zM47.6 52.4l13.1 15.7.1-.1c-.4-4.1 1.5-8.8 4.9-12.2 8.1-8.1 18.5-7.9 26.9.5 8.7 8.7 8.9 19.8.5 28.2-7.7 7.7-17.2 8.4-24.5 1.1l4.1-4.1c5.3 5 11.7 4.4 16.6-.6 6-6 5.6-13.8-.8-20.2-6.2-6.2-13.7-6.5-19.4-.9-4.5 4.5-5.4 9.9-2.2 15.5L62.7 79 40.5 52.3 62.7 30l3.6 3.6-18.7 18.8zM103.3 33.4c4.6 4.6 5.2 9.4 1.5 13.1-3.7 3.7-8.4 3.1-13.1-1.5-4.7-4.7-5.3-9.4-1.6-13.1 3.8-3.8 8.5-3.3 13.2 1.5zm-9 9c3.3 3.3 6.4 4 8.4 2s1.4-5.1-1.9-8.5c-3.4-3.4-6.5-4-8.5-2s-1.4 5.1 2 8.5zm24.5 17.2-14-43.7 2.4-2.4 14 43.7-2.4 2.4zm15.4-31.4c4.7 4.7 5.2 9.4 1.5 13.1s-8.4 3.1-13.1-1.5-5.2-9.4-1.5-13.1 8.4-3.1 13.1 1.5zm-9 9c3.4 3.4 6.4 4 8.4 2s1.5-5.1-1.9-8.5c-3.3-3.3-6.5-4-8.5-2s-1.4 5.2 2 8.5zM99.3 114.3c6.8 6.8 7.4 14.8 1.6 20.6s-13.9 5.2-20.6-1.6c-6.8-6.8-7.4-14.8-1.6-20.6s13.8-5.2 20.6 1.6zm-17 17c5.7 5.7 12.2 6.4 16.7 1.8 4.5-4.5 3.9-11.1-1.8-16.7-5.7-5.7-12.2-6.3-16.7-1.8s-3.8 11 1.8 16.7zM96.8 99l8.1 8.1 10.4-10.4 1.8 1.8-10.4 10.4 9.8 9.8-2 2L93 99.2l13-13 1.8 1.8-11 11zM113.8 81.9l8.1 8.1 10.4-10.4 1.8 1.8-10.4 10.4 9.8 9.8-2 2-21.4-21.4 13-13 1.8 1.8-11.1 10.9z' style='fill:%23fff'/%3E%3C/svg%3E");	
	background-repeat: no-repeat;
}
.upto_forty_flash::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	height: 250px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='Layer_1' x='0' y='0' style='enable-background:new 0 0 250 250' version='1.1' viewBox='0 0 250 250'%3E%3Cstyle%3E.st1%7Bfill:%23fff%7D%3C/style%3E%3Cpath d='M0 250V0h250z' style='fill:%23933'/%3E%3Cpath d='m23.3 53.2-1.4 1.4c-2.7-2.7-5.3-2.4-7.8.2-2.2 2.2-2.4 4.5-.6 6.3 1.9 1.9 3.7 1.1 7-.9 3.7-2.2 6.7-3.7 9.8-.7 2.7 2.7 2.4 6.5-.9 9.8-3.5 3.5-7.5 3.7-11.1.1l1.4-1.4c2.9 2.9 5.8 2.5 8.3 0 2.5-2.5 2.7-5 .8-7-1.9-1.9-3.9-1-7.3 1-3.7 2.3-6.5 3.6-9.5.6-2.4-2.4-2.3-6 .7-9 3.6-3.7 7.2-3.8 10.6-.4zM33.9 54.1l3.1 7-1.5 1.5L26 40.8l2-2 21.8 9.5-1.5 1.5-7-3.1-7.4 7.4zm3.2-9.1c-3.1-1.4-5.9-2.6-9-4 1.4 3.1 2.6 5.9 4 9l1 2.3 6.3-6.3-2.3-1zM55.1 42.9 33.8 33l1.5-1.5 10 4.7 9.3 4.4c-1.5-3.1-3-6.2-4.4-9.3l-4.7-10 1.5-1.5L57 41l-1.9 1.9zM51.7 17.7l5.7 5.7 7.9-7.9 1.3 1.3-7.9 7.9 6.1 6.1 8.6-8.6 1.3 1.3-10 10L49 17.8l9.7-9.7L60 9.4l-8.3 8.3zM50.2 80.1c4 4 4.1 8 .5 11.6-3.6 3.6-7.7 3.5-11.7-.5l-9.8-9.8 1.4-1.4 9.8 9.8c3.2 3.2 6.3 3.2 8.9.6s2.6-5.7-.6-8.9l-9.8-9.8 1.4-1.4 9.9 9.8zM49.7 60.9c3.5-3.5 7.1-3.5 9.9-.8 2.8 2.8 2.7 6.4-.8 9.9l-3.7 3.7 6.5 6.5-1.4 1.4L44.6 66l5.1-5.1zm4.2 11.5 3.6-3.6c2.5-2.5 2.6-5.1.6-7.1s-4.6-1.9-7.1.6l-3.6 3.6 6.5 6.5zM69.2 44l14.3 14.3-1.4 1.4-14.3-14.3-5.5 5.6-1.3-1.3 12.5-12.5 1.3 1.3-5.6 5.5zM95.5 30.7c4.9 4.9 5.4 10.8 1.2 15s-10.1 3.8-15-1.1-5.4-10.8-1.1-15 10-3.8 14.9 1.1zM83.2 43.1c4.1 4.1 8.9 4.6 12.2 1.3 3.3-3.3 2.8-8.1-1.3-12.2s-8.9-4.6-12.2-1.3c-3.4 3.3-2.9 8.1 1.3 12.2zM96.7 129l3.2 3.2-27.1 27.1-3.2-3.2c3.7-3.7 3.3-8.1-2.1-13.5l-6.3-6.3-5.7 5.7-3.2-3.2 5.7-5.7-7-7c-7.9-7.9-7.9-16-1-22.8 6.7-6.7 15-6.4 22.1.8l-3.6 3.6c-5.2-5.2-10.7-5.3-15.1-.9-4.8 4.8-4.3 10.3 1.2 15.8l7 7 7.3-7.3 3.2 3.2-7.3 7.3 6.3 6.3c4 4 5.3 6.9 4.9 10.4l.1.1L96.7 129zM112.7 98.2l10.6 10.6-3.7 3.7-10.6-10.6-18 18-3.7-3.7-7.7-41.1 4.9-4.9L109.3 95l6.8-6.8 3.3 3.3-6.7 6.7zm-6.9.4-5.6-5.6L85 77.8l-.1.1c1.5 7.9 2.9 15.6 4.4 23.4l2.2 11.6 14.3-14.3zM141.1 52.3c13 13 15.4 24.7 6.8 33.3-8.7 8.7-20.4 6.3-33.4-6.8-13.1-13.1-15.4-24.7-6.8-33.4 8.7-8.5 20.3-6.2 33.4 6.9zm-22.6 22.6c10.9 10.9 20 13.4 26.1 7.3s3.6-15.1-7.3-26.1c-10.8-10.8-19.9-13.3-25.9-7.2s-3.7 15.2 7.1 26z' class='st1'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
}


@media screen and (min-width: 768px) { /* Everything Bigger than 768px */
	.homepage_black_friday_hero h1 {
		font-size: 5rem;
	}

}

/** Black Friday Experiences Banner **/

.bf_experiences_banner {
	display: block;
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.2;
	font-weight: 400;
}
@media screen and (min-width: 768px) { /* Everything Bigger than 768px */
	.bf_experiences_banner {
		font-size: 2rem;
	}
}
