/* Desktop */

/* Hide Sitewide & Breadcrumbs */
.breadcrumbs-wrapper {
	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: 1rem;
}

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

#HOMEPAGE .row {
	display: grid;
	margin-bottom: 1rem;
	position: relative;
}

#HOMEPAGE .row.gutters {
	gap: 1rem;
}

#HOMEPAGE .row.gutters_narrow {
	gap: 0.25rem;
	margin-bottom: 0.25rem;
}

#HOMEPAGE .row.sec2 {
	grid-template-columns: 1fr 1fr;
}

#HOMEPAGE .row.sec3 {
	grid-template-columns: 1fr 1fr 1fr;
}

#HOMEPAGE .row.sec4 {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

#HOMEPAGE .row.sec5 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#HOMEPAGE .row.sec6 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#HOMEPAGE .col {
	position: relative;
	text-align: center;
}

/* --- Objects --- */

#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: 0.875rem;
	font-weight: normal;
	line-height: 1.4rem;
	margin: 1rem 0;
	padding: 0;
	text-align: center;
	text-transform: none;
}

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

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

#HOMEPAGE h3 {
	box-sizing: border-box;
	color: #212121;
	font-family: 'Roboto Condensed', 'Trebuchet MS', sans-serif;
	font-size: 2vw;
	font-size: clamp(1rem, 2vw, 2rem);
	font-weight: bold;
	line-height: 100%;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
}

#HOMEPAGE .cta {
	background-color: #222222;
	border: 1px solid #222222;
	box-sizing: border-box;
	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-bottom: clamp(0.75rem, 1.25vw, 1rem);
	margin-left: clamp(0.25rem, 0.625vw, 0.5rem);
	margin-right: clamp(0.25rem, 0.625vw, 0.5rem);
	margin-top: clamp(0.75rem, 1.25vw, 1rem);
	padding: clamp(0.75rem, 1.25vw, 1rem);
	text-align: center;
	text-transform: uppercase;
	transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}

#HOMEPAGE .cta_overlay {
	bottom: 5%;
	left: 50%;
	margin: 0;
	position: absolute;
	transform: translate(-50%, 0);
	width: auto;
}

#HOMEPAGE .cta_overlay .cta {
	margin-bottom: 0;
	margin-top: 0;
}

#HOMEPAGE .cta.cta_minimal {
	background-color: transparent;
	border: 1px solid #ffffff;
	color: #ffffff;
}

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

/* --- Delivery Banner --- */
#HOMEPAGE .delivery {
	background: #000000;
}

#HOMEPAGE .delivery a {
	color: #ffffff;
	font-family: 'Roboto Condensed', 'Heebo', 'Trebuchet MS', sans-serif;
	font-size: 1.5vw;
	font-size: clamp(0.75rem, 1.25vw, 1.375rem);
	font-weight: 500;
	line-height: 1;
	padding: 0.75vw 0;
	text-transform: uppercase;
}

/* --- 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: clamp(0.875rem, 1.25vw, 1rem);
	font-weight: bold;
	line-height: 1.1;
	margin: 0.75rem 0 0 0;
	padding-top: 0;
	text-align: center;
	width: 100%;
}

/* --- Video --- */

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

/* --- Ticker --- */

#HOMEPAGE .ticker {
	display: flex;
	margin: 2rem 0 2rem 0;
	overflow: hidden;
}

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

#HOMEPAGE .ticker_group {
	display: flex;
	align-items: center;
}

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

#HOMEPAGE .ticker_item {
	flex-basis: content;
	width: 9rem;
	padding: 0 1rem;
}

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

	100% {
		transform: translateX(-25%);
	}
}

/* --- Licensed Carousel --- */

#HOMEPAGE .carousel_licensed .splide__slide {
	overflow: hidden;
}

#HOMEPAGE .carousel_licensed img {
	display: block;
	height: 4vw;
	margin: 0;
	width: auto;
}

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

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

#HOMEPAGE .bnpl_afterpay {
	right: 35%;
}

#HOMEPAGE .bnpl_zip {
	left: 65%;
}

/* --- Tablet --- */

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

	#HOMEPAGE .tag_cloud {
		padding: 0;
		max-width: 24rem;
	}

	#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-bottom: 0.5rem;
	}

	#HOMEPAGE .row.gutters {
		gap: 0.5rem;
		margin-bottom: 0.5rem;
	}

	#HOMEPAGE .feature {
		margin-bottom: 0.5rem;
	}

	#HOMEPAGE .row.sec2 {
		grid-template-columns: 1fr;
	}

	#HOMEPAGE .row.sec2.static {
		grid-template-columns: 1fr 1fr;
	}

	#HOMEPAGE .row.sec2_mobile {
		grid-template-columns: 1fr 1fr;
	}

	#HOMEPAGE .row.sec3 {
		/* grid-template-columns: 1fr 1fr; */
		grid-template-columns: 1fr;
	}

	#HOMEPAGE .row.sec3.static {
		grid-template-columns: 1fr 1fr 1fr;
	}

	#HOMEPAGE .row.sec3 .col:nth-child(3n-1):last-child {
		grid-column: 1 / -1;
	}

	#HOMEPAGE .row.sec4 {
		grid-template-columns: 1fr 1fr;
	}

	#HOMEPAGE .row.sec4.static {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}

	#HOMEPAGE .row.sec5 {
		grid-template-columns: 1fr 1fr;
	}

	#HOMEPAGE .row.sec5.static {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	}

	#HOMEPAGE .row.sec5 .col:first-child {
		grid-column: span 2;
	}

	#HOMEPAGE .row.sec6 {
		grid-template-columns: 1fr 1fr;
	}

	#HOMEPAGE .row.sec6.static {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	}

	/* --- Objects --- */

	#HOMEPAGE img {
		margin: 0 auto;
	}

	#HOMEPAGE .show_mobile {
		display: block;
	}

	#HOMEPAGE .hide_mobile {
		display: none;
	}

	#HOMEPAGE .cta_overlay {
		width: 80%;
	}

	/* --- Typography --- */

	#HOMEPAGE p {
		font-size: 0.875rem;
		line-height: 1.5;
	}

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

	#HOMEPAGE h3 {
		font-size: 6vw;
		font-size: clamp(1rem, 6vw, 2rem);
	}

	/* --- 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;
	}

	/* --- Delivery --- */
	#HOMEPAGE .delivery a {
		font-size: 3.8vw;
		padding: 2vw 0 1.6vw 0;
	}

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

	#HOMEPAGE .tag_cloud {
		max-width: none;
	}

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

	/* --- Ticker --- */

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

	/* --- Licensed Carousel --- */
	@media all and (max-width: 768px) {
		#HOMEPAGE .carousel_licensed img {
			height: 14vw;
		}
	}

	/* --- 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;
	}
}
