@import url("https://use.typekit.net/zjt6csk.css");

.notfound .rlc-instock,
.notinstock .rlc-instock,
.notfound .rlc-keeponline,
.notinstock .rlc-keeponline,
.notfound .rlc-hotspot,
.notinstock .rlc-hotspot {
	display: none !important;
}

.instock .rlc-notinstock,
.instock .rlc-keeponline {
	display: none !important;
}

/* .keeponline .rlc-instock, */
.keeponline .rlc-notinstock {
	display: none !important;
}

.notfound.rlc-hasicon .rlc-imagery::after,
.notinstock.rlc-hasicon .rlc-imagery::after {
	content: "";
	display: none !important;
}

/* ===== CSS ROOT VARIABLES ===== */
.rlc-rrl {
	/* Colors */
	--color-black: #000000;
	--color-white: #ffffff;
	--color-ebe7df: #ebe7df;
	/* Typography */
	--text-2-5: 2.5em;
	--text-3-125: 3.125em;
	--text-1-5: 1.5em;
	--text-1-375: 1.375em;
	--text-1-75: 1.75em;
	--text-1-6875: 1.6875em;
	--text-1-813: 1.813em;
	--text-1-25: 1.25em;
	--tracking-0-05: 0.05em;
	--tracking-0-12: 0.12em;
	--tracking-0-15: 0.15em;
	--tracking-0-18: 0.18em;
	--tracking-0-1: 0.1em;
	--font-normal: 400;
	--font-bold: 700;
	--leading-2-375em: 2.375em;
	--leading-2-5em: 2.5em;
	--font-border:
		3px 0 #000, -3px 0 #000, 0 3px #000, 0 -3px #000, 2px 2px #000, -2px -2px #000, 2px -2px #000, -2px 2px #000;
	/* Other */
	--font-family--franklin-gothic---sans-serif: "franklin-gothic-std", sans-serif;
	--font-futura-condensed: "FuturaBTW01-BoldCondens", "Futura", sans-serif;
	--font-futura-condensed: "FuturaBTW01-BoldCondens", "Futura", sans-serif;
	--font-lhf-fairground: "LHFFairground", sans-serif;
	--font-lhf-thebat: "LHFTheBat", sans-serif;
}

/* ===== CSS BASE STYLES ===== */
.rlc-rrl {
	background-color: #ebe7de;
}

.rlc-rrl .rlc-fullbleed {
	display: block;
	background-color: #ebe7de;
}

.rlc-rrl a,
.rlc-rrl a:hover,
.rlc-rrl a:focus {
	color: currentColor;
}

.rlc-rrl .rlc-product,
.rlc-rrl .rlc-title,
.rlc-rrl .rlc-header {
	position: relative;
	font-family: "Garamond W01", sans-serif;
	text-align: center;
	z-index: 1;
	color: var(--color-black);
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
}

.rlc-rrl .rlc-header,
.rlc-rrl .rlc-title {
	line-height: 1;
	letter-spacing: 0.1em;
	font-weight: var(--font-bold);
}

.rlc-rrl .rlc-dek {
	font-family: "Garamond W01", sans-serif;
	line-height: 1;
	letter-spacing: 0.1em;
}

.rlc-rrl .rlc-cta {
	font-family: "Garamond W01", sans-serif;
	text-align: center;
	text-transform: uppercase;
	color: inherit;
	letter-spacing: 0.08000831872604652em !important;
	-webkit-font-smoothing: antialiased;
	text-decoration: underline !important;
	text-decoration-thickness: 1px !important;
	text-decoration-style: solid !important;
	text-decoration-skip-ink: auto !important;
	text-underline-offset: 0.1em !important;
	text-underline-position: from-font !important;
	font-weight: var(--font-bold);
	position: relative;
	line-height: 1em;
}

.rlc-rrl .rlc-copygroup,
.rlc-rrl .rlc-product {
	position: absolute;
	z-index: 3;
}

.rlc-rrl .rlc-hotspot {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.rlc-rrl .rlc-picture,
.rlc-rrl .rlc-img {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
}

.rlc-rrl .rlc-container.rlc-duo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.rlc-content {
		overflow: hidden;
	}

	.rlc-rrl {
		background-color: #ece9e2;
	}

	.rlc-rrl .rlc-fullbleed {
		background-color: #ece9e2;
	}

	.rlc-rrl .rlc-container.rlc-duo {
		flex-direction: column;
	}

	.rlc-rrl .rlc-product,
	.rlc-rrl .rlc-title,
	.rlc-rrl .rlc-header {
		letter-spacing: 0.1em;
	}
}