/* Desktop */

/* Hide Sitewide & Breadcrumbs */
.breadcrumbs-wrapper {
	display: none !important;
}

#SITEWIDE {
	display: none !important;
}

/* --- Structure --- */

#HOMEPAGE {
	font-family: 'Heebo', 'Trebuchet MS', sans-serif;
	text-align: center;
	width: 100%;
}

#HOMEPAGE .inner {
	margin: 0 auto;
	margin-bottom: 0px;
	max-width: 1280px;
	position: relative;
	text-align: center;
	width: 100%;
}

#HOMEPAGE .feature {
	background: #f3f3f3;
	padding: 2rem 1rem 0;
	margin-bottom: 2rem;
}

#HOMEPAGE .feature .row {
	margin-bottom: 0;
}

#HOMEPAGE .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto 2rem;
	position: relative;
}

#HOMEPAGE .row.offer_heading {
	margin-bottom: 0;
}

#HOMEPAGE .row .row {
	margin: 0 auto;
}

#HOMEPAGE .col {
	display: inline-block;
	flex-grow: 1;
	text-align: center;
}

#HOMEPAGE .sec2 .col {
	width: 50%;
}

#HOMEPAGE .sec3 .col {
	width: 33.333333%;
}

#HOMEPAGE .sec4 .col {
	width: 25%;
}

#HOMEPAGE a {
	display: block;
	text-decoration: none;
}

#HOMEPAGE img,
#HOMEPAGE video {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

#HOMEPAGE .show_mobile {
	display: none;
}

/* --- Typography --- */

#HOMEPAGE p {
	box-sizing: border-box;
	color: #212121;
	font-family: 'Heebo', 'Trebuchet MS', sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.5em;
	margin: 10px 0 10px;
	padding: 0;
	text-align: center;
	text-transform: none;
}

#HOMEPAGE h2 {
	box-sizing: border-box;
	color: #222222;
	font-family: 'Heebo', 'Trebuchet MS', sans-serif;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.025em;
	line-height: 1.2em;
	margin: 0 auto 1rem;
	text-align: center;
	text-transform: uppercase;
}

#HOMEPAGE h3 {
	box-sizing: border-box;
	color: #212121;
	font-family: 'Heebo', 'Trebuchet MS', sans-serif;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1.1em;
	margin: 15px auto 0px;
	text-align: center;
	text-transform: uppercase;
}

#HOMEPAGE .cta {
	box-sizing: border-box;
	background: #222222;
	border: 1px solid #222222;
	color: #ffffff;
	display: inline-block;
	float: none;
	font-family: 'Heebo', 'Trebuchet MS', sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 100%;
	margin: 1rem 0.5rem 1rem;
	padding: 1rem 1rem;
	text-align: center;
	text-transform: uppercase;
	transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}

#HOMEPAGE .cta.cta_minimal {
	background: none;
	color: #222222;
	font-size: 14px;
	text-decoration: underline;
}

#HOMEPAGE .offer_ctas{
	bottom: 0;
	position: absolute;
	width: 100%;
}

#HOMEPAGE .cta:hover {
	background: #ffffff;
	color: #222222;
}

/* --- Hero Hotspots --- */

#HOMEPAGE .hero_one,
#HOMEPAGE .hero_two,
#HOMEPAGE .hero_three,
#HOMEPAGE .hero_four,
#HOMEPAGE .hero_five,
#HOMEPAGE .hero_six {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

/* --- BOGO Terms --- */

#HOMEPAGE .bogo_terms {
	font-size: 0.625rem;
	margin: 0 1rem;
}

/* --- Afterpay Tagline --- */

#HOMEPAGE .afterpay_tagline {
	color: #212121;
	font-family: 'Heebo', 'Trebuchet MS', sans-serif;
	font-size: 1.125rem;
	font-weight: bold;
	margin: 1rem 0 0 0;
	padding-top: 0;
	text-align: center;
	width: 100%;
}

/* --- Video --- */

#HOMEPAGE iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/* --- Tag Cloud --- */

#HOMEPAGE .tag_cloud {
	bottom: 2%;
	display: inline-block;
	left: 50%;
	margin: 0;
	max-width: 540px;
	padding: 0;
	position: absolute;
	transform: translate(-50%, 0);
	width: 100%;
}

#HOMEPAGE .tag_cloud li {
	display: inline-block;
	margin: 0 0.25rem 0.5rem 0.25rem;
	padding: 0;
}

#HOMEPAGE .tag_cloud a {
	background: #ffffff;
	border-radius: 24px;
	color: #222222;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.03em;
	padding: 6px 16px;
	text-transform: uppercase;
	transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}

#HOMEPAGE .tag_cloud a:hover {
	background: #222222;
	color: #ffffff;
}

/* --- Animation --- */

#HOMEPAGE .flash-animate {
	margin: auto;
}

#HOMEPAGE .flash-animate-container {
	position: relative;
}

#HOMEPAGE .animate-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	animation-name: flash;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}

#HOMEPAGE .animate-image:nth-child(2) {
	animation-delay: 1s;
}

@keyframes flash {
	0% {
		opacity: 0;
	}

	49% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 1;
	}
}

/* --- Ticker --- */

#HOMEPAGE .ticker {
	display: flex;
	overflow: hidden;
}

#HOMEPAGE .ticker_list {
	display: flex;
	align-items: center;
	animation: ticker 30s infinite linear;
}

#HOMEPAGE .ticker:hover .ticker_list {
	animation-play-state: paused;
}

#HOMEPAGE .ticker_item {
	width: 8rem;
	padding: 0 1rem;
}

@keyframes ticker {
	100% {
		transform: translateX(-100%);
	}
}


/* --- BNPL & Afterpay --- */

#HOMEPAGE .bnpl_afterpay,
#HOMEPAGE .bnpl_zip,
#HOMEPAGE .bnpl_humm {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

#HOMEPAGE .bnpl_afterpay {
	right: 35%;
}

#HOMEPAGE .bnpl_zip {
	left: 65%;
}

#HOMEPAGE .bnpl_humm {
	left: 71%;
}

/* --- Shop By Size --- */
#HOMEPAGE .shop_by_size {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 1rem;
}

#HOMEPAGE .shop_by_size a {
	background-color: #ffffff;
	border: 2px solid #ed1b36;
	border-radius: 100%;
	box-sizing: border-box;
	color: #222222;
	font-family: 'Roboto', 'Trebuchet MS', sans-serif;
	font-size: 1rem;
	font-weight: bold;
	height: 4rem;
	line-height: 1rem;
	margin: 0 0.5rem;
	padding-top: 1rem;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	transition: all 0.3s ease-in-out;
	width: 4rem;
}

#HOMEPAGE .shop_by_size a:hover {
	background-color: #ed1b36;
	color: #ffffff;
}

/* --- Tablet --- */

@media all and (max-width: 1024px) {
	#HOMEPAGE .tag_cloud li a {
		font-size: 10px;
		padding: 0.375rem 1rem;
	}
	
	/* --- Ticker --- */

	#HOMEPAGE .ticker_item {
		width: 8rem;
		padding: 0 1rem;
	}
	
	/* --- Shop By Size --- */
	#HOMEPAGE .shop_by_size a {
		font-size: 0.875rem;
		height: 3.5rem;
		line-height: 1rem;
		margin: 0 0.25rem;
		padding-top: 0.75rem;
		width: 3.5rem;
	}
}

/* --- Mobile --- */

@media all and (max-width: 768px) {

	/* --- Structure --- */

	#HOMEPAGE .inner {
		padding: 0 auto 1rem;
	}

	#HOMEPAGE .row {
		margin: 0 auto 2rem;
	}

	#HOMEPAGE .row.offer_heading {
		margin-bottom: 1rem;
	}
	
	#HOMEPAGE .row.offer_tiles {
		margin-bottom: 1rem;
	}

	#HOMEPAGE .sec2 .col {
		width: 100%;
	}

	#HOMEPAGE .sec3 .col {
		width: 100%;
	}

	#HOMEPAGE .sec4 .col {
		width: 50%;
	}

	#HOMEPAGE img {
		margin: 0 auto;
	}

	#HOMEPAGE .show_mobile {
		display: inline-block;
	}

	#HOMEPAGE .hide_mobile {
		display: none;
	}

	/* --- Typography --- */

	#HOMEPAGE h2 {
		font-size: 1.25rem;
		margin: 0 auto 1rem;
		text-align: center;
	}

	#HOMEPAGE h3 {
		font-size: 20px;
	}

	#HOMEPAGE .cta {
		margin: 1rem 0.5rem 1rem;
		padding: 0.75rem 0.75rem;
		text-align: center;
	}

	#HOMEPAGE .offer_ctas {
		bottom: auto;
		position: relative;
	}

	#HOMEPAGE .offer_ctas .cta {
		margin-bottom: 1rem;
	}
	
	/* --- Hero Hotspots --- */

	#HOMEPAGE .hero_one,
	#HOMEPAGE .hero_two,
	#HOMEPAGE .hero_three,
	#HOMEPAGE .hero_four,
	#HOMEPAGE .hero_five,
	#HOMEPAGE .hero_six {
		bottom: 0;
		left: 0;
		right: 0;
		top: 0;
	}

	/* --- Ticker --- */

	#HOMEPAGE .ticker_item {
		width: 6rem;
		padding: 0 0.5rem;
	}

	/* --- Tag Cloud --- */

	#HOMEPAGE .tag_cloud li a {
		font-size: 12px;
		padding: 0.375rem 1rem;
	}

	/* --- Afterpay Tagline --- */

	#HOMEPAGE .afterpay_tagline {
		font-size: 14px;
	}

	/* --- BNPL & Afterpay --- */

	#HOMEPAGE .bnpl_afterpay,
	#HOMEPAGE .bnpl_zip,
	#HOMEPAGE .bnpl_humm {
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}

	#HOMEPAGE .bnpl_afterpay {
		right: 48%;
	}

	#HOMEPAGE .bnpl_zip {
		left: 52%;
	}

	#HOMEPAGE .bnpl_humm {
		left: 62%;
	}

	/* --- Shop By Size --- */

	#HOMEPAGE .shop_by_size {
		padding: 0 1rem;
	}

	#HOMEPAGE .shop_by_size a {
		font-size: 0.875rem;
		height: 3.5rem;
		line-height: 1rem;
		margin: 0 0.5rem;
		padding-top: 0.75rem;
		width: 3.5rem;
	}
}
