.cigslt-hero {
	--cigslt-accent: #d9f293;
	--cigslt-ink: #0d0d0d;
	--cigslt-paper: #f2f0e6;
	--cigslt-muted: #c9cbb8;
	--cigslt-grid-color: rgba(217, 242, 147, 0.07);
	--cigslt-grid-size: 74px;
	--cigslt-content-width: 1320px;
	--cigslt-product-width: 430px;
	--cigslt-core-pad-right: 40px;
	--cigslt-core-pad-left: 74px;
	position: relative;
	isolation: isolate;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	border-bottom: 2px solid var(--cigslt-ink);
	background: var(--cigslt-ink);
	color: var(--cigslt-paper);
	font-family: "Space Grotesk", "Arial", sans-serif;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
}

.cigslt-hero--full-bleed {
	width: var(--cigslt-viewport-width, 100vw);
	max-width: var(--cigslt-viewport-width, 100vw);
	margin-right: calc(50% - var(--cigslt-viewport-half, 50vw));
	margin-left: calc(50% - var(--cigslt-viewport-half, 50vw));
}

body.elementor-editor-active .cigslt-hero--full-bleed {
	width: 100%;
	max-width: 100%;
	margin-right: 0;
	margin-left: 0;
}

.cigslt-hero,
.cigslt-hero *,
.cigslt-hero *::before,
.cigslt-hero *::after {
	box-sizing: border-box;
}

.cigslt-hero a,
.cigslt-hero a:hover,
.cigslt-hero a:focus {
	text-decoration: none;
}

.cigslt-hero button,
.cigslt-hero a {
	-webkit-tap-highlight-color: transparent;
}

.cigslt-hero [hidden] {
	display: none !important;
}

.cigslt-hero .screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.cigslt-hero__grid {
	position: absolute;
	z-index: -1;
	inset: 0;
	pointer-events: none;
	background-image:
		repeating-linear-gradient(
			0deg,
			var(--cigslt-grid-color) 0,
			var(--cigslt-grid-color) 1px,
			transparent 1px,
			transparent var(--cigslt-grid-size)
		),
		repeating-linear-gradient(
			90deg,
			var(--cigslt-grid-color) 0,
			var(--cigslt-grid-color) 1px,
			transparent 1px,
			transparent var(--cigslt-grid-size)
		);
}

.cigslt-hero__age-rail {
	position: absolute;
	z-index: 3;
	top: 0;
	bottom: 0;
	left: 0;
	display: flex;
	width: 34px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: var(--cigslt-accent);
	color: var(--cigslt-ink);
}

.cigslt-hero__age-rail span {
	display: block;
	font-family: "Space Mono", "Courier New", monospace;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.3em;
	line-height: 1;
	white-space: nowrap;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
}

.cigslt-hero__core {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: calc(var(--cigslt-content-width) + var(--cigslt-core-pad-left) + var(--cigslt-core-pad-right));
	min-height: 670px;
	margin: 0 auto;
	padding: 52px 40px 24px 74px;
}

.cigslt-hero__slide {
	display: grid;
	grid-template-columns: minmax(0, 1fr) var(--cigslt-product-width);
	column-gap: 44px;
	align-items: center;
}

.cigslt-hero__copy-column {
	min-width: 0;
}

.cigslt-hero__copy {
	max-width: 660px;
}

.cigslt-hero__eyebrow {
	display: inline-block;
	max-width: 100%;
	padding: 5px 11px;
	background: var(--cigslt-accent);
	color: var(--cigslt-ink);
	font-family: "Space Mono", "Courier New", monospace;
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1.5;
	transform: rotate(-1.5deg);
}

.cigslt-hero__headline {
	position: relative;
	z-index: 2;
	margin: 22px 0 0;
	color: var(--cigslt-paper);
	font-family: "Anton", "Arial Narrow", "Arial Black", sans-serif;
	font-size: clamp(62px, 6.6vw, 110px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 0.86;
	text-transform: uppercase;
}

.cigslt-hero__headline-highlight,
.cigslt-hero__headline-outline {
	display: table;
	max-width: 100%;
}

.cigslt-hero__headline-highlight {
	padding: 0 16px;
	background: var(--cigslt-accent);
	box-shadow: 7px 7px 0 rgba(242, 240, 230, 0.14);
	color: var(--cigslt-ink);
	transform: rotate(-1.4deg);
}

.cigslt-hero__headline-outline {
	margin-top: 12px;
	color: transparent;
	-webkit-text-stroke: 2px var(--cigslt-paper);
	transform: rotate(0.6deg);
}

@supports not (-webkit-text-stroke: 1px black) {
	.cigslt-hero__headline-outline {
		color: var(--cigslt-paper);
	}
}

.cigslt-hero__description {
	max-width: 44ch;
	margin: 26px 0 28px;
	color: var(--cigslt-muted);
	font-family: "Space Grotesk", "Arial", sans-serif;
	font-size: 15.5px;
	font-weight: 400;
	line-height: 1.6;
}

.cigslt-hero__actions {
	display: flex;
	align-items: center;
	gap: 18px;
	flex-wrap: wrap;
}

.cigslt-hero__primary,
.cigslt-hero__secondary {
	display: inline-block;
	font-weight: 700;
	text-transform: none;
}

.cigslt-hero__primary,
.cigslt-hero a.cigslt-hero__primary {
	padding: 15px 28px;
	background: var(--cigslt-accent);
	box-shadow: 6px 6px 0 rgba(242, 240, 230, 0.18);
	color: var(--cigslt-ink);
	font-size: 14.5px;
	letter-spacing: 0.06em;
	line-height: 1.25;
	transform: rotate(-1deg);
	transition: box-shadow 150ms ease, transform 150ms ease;
}

.cigslt-hero a.cigslt-hero__primary:hover,
.cigslt-hero a.cigslt-hero__primary:focus-visible {
	box-shadow: 9px 9px 0 rgba(242, 240, 230, 0.26);
	color: var(--cigslt-ink);
	transform: rotate(0deg) translate(-2px, -2px);
}

.cigslt-hero__secondary,
.cigslt-hero a.cigslt-hero__secondary {
	padding-bottom: 3px;
	border-bottom: 2px solid var(--cigslt-accent);
	color: var(--cigslt-paper);
	font-family: "Space Mono", "Courier New", monospace;
	font-size: 12px;
	letter-spacing: 0.08em;
	line-height: 1.35;
	transition: color 140ms ease;
}

.cigslt-hero a.cigslt-hero__secondary:hover,
.cigslt-hero a.cigslt-hero__secondary:focus-visible {
	color: var(--cigslt-accent);
}

.cigslt-hero__primary:focus-visible,
.cigslt-hero__secondary:focus-visible,
.cigslt-hero__product-card:focus-visible,
.cigslt-hero__trust:focus-visible,
.cigslt-hero__arrow:focus-visible,
.cigslt-hero__tab:focus-visible {
	outline: 3px solid var(--cigslt-paper);
	outline-offset: 4px;
}

.cigslt-hero__proof {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 22px;
	flex-wrap: wrap;
	margin-top: 44px;
}

.cigslt-hero__trust {
	display: inline-block;
	flex: none;
	padding: 6px 10px;
	border: 2px solid var(--cigslt-accent);
	background: #fff;
	transform: rotate(-1.5deg);
	transition: transform 140ms ease;
}

a.cigslt-hero__trust:hover,
a.cigslt-hero__trust:focus-visible {
	transform: rotate(0deg) translateY(-1px);
}

.cigslt-hero .cigslt-hero__trust img {
	display: block;
	width: auto;
	height: 20px;
	object-fit: contain;
}

.cigslt-hero__stats {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	font-family: "Space Mono", "Courier New", monospace;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.25;
}

.cigslt-hero__stat {
	display: inline-block;
	padding: 7px 11px;
	border: 1.5px solid #3a3d30;
	color: var(--cigslt-muted);
}

.cigslt-hero__stat strong {
	color: var(--cigslt-accent);
	font: inherit;
}

.cigslt-hero__product-wrap {
	position: relative;
	width: min(100%, var(--cigslt-product-width));
	margin: 0 auto;
}

.cigslt-hero__product-back {
	position: absolute;
	top: 18px;
	right: -10px;
	bottom: 18px;
	left: 14px;
	background: var(--cigslt-accent);
	transform: rotate(var(--cigslt-back-tilt));
}

.cigslt-hero__product-card {
	position: relative;
	z-index: 1;
	display: block;
	overflow: visible;
	border: 3px solid var(--cigslt-ink);
	background: #fff;
	box-shadow: 10px 10px 0 rgba(13, 13, 13, 0.55);
	color: var(--cigslt-ink);
	transform: rotate(var(--cigslt-card-tilt));
	transition: transform 200ms ease;
}

.cigslt-hero a.cigslt-hero__product-card:hover,
.cigslt-hero a.cigslt-hero__product-card:focus-visible {
	color: var(--cigslt-ink);
	transform: rotate(0deg);
}

.cigslt-hero img.cigslt-hero__product-image {
	display: block;
	width: 100%;
	height: 452px;
	margin: 0;
	padding: 26px;
	background: #fff;
	object-fit: contain;
	object-position: center;
}

.cigslt-hero__product-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	min-height: 58px;
	padding: 11px 13px;
	border-top: 3px solid var(--cigslt-ink);
	background: var(--cigslt-paper);
	color: var(--cigslt-ink);
}

.cigslt-hero__product-copy {
	min-width: 0;
	flex: 1 1 auto;
}

.cigslt-hero__product-meta {
	overflow: hidden;
	color: #6b6b61;
	font-family: "Space Mono", "Courier New", monospace;
	font-size: 8.5px;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1.35;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.cigslt-hero__product-title {
	display: -webkit-box;
	overflow: hidden;
	margin-top: 3px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.cigslt-hero__product-price {
	display: inline-block;
	flex: none;
	padding: 1px 7px 0;
	background: var(--cigslt-accent);
	color: var(--cigslt-ink);
	font-family: "Anton", "Arial Narrow", "Arial Black", sans-serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.2;
	max-width: 48%;
	overflow-wrap: anywhere;
	text-align: right;
	white-space: normal;
}

.cigslt-hero__product-price .amount,
.cigslt-hero__product-price bdi {
	color: inherit;
	font: inherit;
}

.cigslt-hero__product-price del {
	display: block;
	font-family: "Space Mono", "Courier New", monospace;
	font-size: 9px;
	line-height: 1;
	opacity: 0.6;
}

.cigslt-hero__product-price ins {
	text-decoration: none;
}

.cigslt-hero__tape {
	position: absolute;
	z-index: 2;
	top: -11px;
	height: 24px;
	background: var(--cigslt-accent);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
	opacity: 0.9;
	pointer-events: none;
}

.cigslt-hero__tape--left {
	left: 38px;
	width: 104px;
	transform: rotate(var(--cigslt-tape-left));
}

.cigslt-hero__tape--right {
	top: -7px;
	right: 26px;
	width: 82px;
	height: 22px;
	transform: rotate(var(--cigslt-tape-right));
}

.cigslt-hero__product-badge {
	position: absolute;
	z-index: 3;
	top: 30px;
	right: -24px;
	max-width: 190px;
	padding: 7px 11px;
	border: 2px dashed var(--cigslt-accent);
	background: var(--cigslt-ink);
	color: var(--cigslt-accent);
	font-family: "Space Mono", "Courier New", monospace;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1.25;
	text-align: center;
	transform: rotate(var(--cigslt-badge-tilt));
}

.cigslt-hero__controls {
	position: relative;
	z-index: 5;
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 34px;
}

.cigslt-hero__arrows {
	display: flex;
	align-items: center;
	gap: 16px;
}

.cigslt-hero__arrow {
	display: inline-flex;
	width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	flex: none;
	padding: 0;
	border: 2px solid var(--cigslt-accent);
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	transition: background-color 140ms ease, color 140ms ease, transform 140ms ease;
}

.cigslt-hero__arrow svg {
	display: block;
	overflow: visible;
	stroke: currentColor;
	stroke-width: 2.4;
	stroke-linecap: square;
}

.cigslt-hero__arrow--prev {
	background: transparent;
	color: var(--cigslt-accent);
	transform: rotate(-2deg);
}

.cigslt-hero__arrow--next {
	background: var(--cigslt-accent);
	color: var(--cigslt-ink);
	transform: rotate(2deg);
}

.cigslt-hero__pause {
	background: transparent;
	color: var(--cigslt-accent);
	transform: rotate(-1deg);
}

.cigslt-hero__pause:hover,
.cigslt-hero__pause:focus-visible,
.cigslt-hero.is-motion-paused .cigslt-hero__pause {
	background: var(--cigslt-accent);
	color: var(--cigslt-ink);
	transform: rotate(0deg);
}

.cigslt-hero__play-icon {
	display: none;
	fill: currentColor;
	stroke: currentColor;
}

.cigslt-hero.is-motion-paused .cigslt-hero__pause-icon {
	display: none;
}

.cigslt-hero.is-motion-paused .cigslt-hero__play-icon {
	display: block;
}

.cigslt-hero__arrow--prev:hover,
.cigslt-hero__arrow--prev:focus-visible {
	background: var(--cigslt-accent);
	color: var(--cigslt-ink);
	transform: rotate(0deg);
}

.cigslt-hero__arrow--next:hover,
.cigslt-hero__arrow--next:focus-visible {
	background: transparent;
	color: var(--cigslt-accent);
	transform: rotate(0deg);
}

.cigslt-hero__arrow:disabled,
.cigslt-hero__arrow:disabled:hover {
	cursor: not-allowed;
	opacity: 0.35;
	transform: none;
}

.cigslt-hero__tabs {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	margin-left: 6px;
}

.cigslt-hero__tab {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-width: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #7a7d6d;
	cursor: pointer;
	font-family: "Space Mono", "Courier New", monospace;
	font-size: 9.5px;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1.3;
	text-align: left;
	transition: color 140ms ease;
}

.cigslt-hero__tab-bar {
	display: block;
	width: 18px;
	height: 5px;
	flex: none;
	background: #3a3d30;
	transition: width 200ms ease, background-color 140ms ease;
}

.cigslt-hero__tab.is-active {
	color: var(--cigslt-accent);
}

.cigslt-hero__tab.is-active .cigslt-hero__tab-bar {
	width: 34px;
	background: var(--cigslt-accent);
}

.cigslt-hero__tab:hover {
	color: var(--cigslt-paper);
}

.cigslt-hero__ticker {
	position: relative;
	z-index: 4;
	overflow: hidden;
	padding: 7px 0;
	border-top: 2px solid var(--cigslt-ink);
	background: var(--cigslt-accent);
	color: var(--cigslt-ink);
}

.cigslt-hero__ticker-track {
	display: flex;
	width: max-content;
	animation: cigslt-hero-marquee var(--cigslt-ticker-duration, 30s) linear infinite;
	will-change: transform;
}

.cigslt-hero__ticker:hover .cigslt-hero__ticker-track {
	animation-play-state: paused;
}

.cigslt-hero:focus-within .cigslt-hero__ticker-track,
.cigslt-hero.is-motion-paused .cigslt-hero__ticker-track,
.cigslt-hero.is-editor-preview .cigslt-hero__ticker-track {
	animation-play-state: paused;
}

.cigslt-hero__ticker-group {
	display: flex;
	align-items: center;
	flex: none;
	white-space: nowrap;
	font-family: "Space Mono", "Courier New", monospace;
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1.5;
}

.cigslt-hero__ticker-message {
	padding: 0 18px;
}

.cigslt-hero__ticker-separator {
	flex: none;
}

.cigslt-hero-editor-notice {
	padding: 14px 16px;
	border: 2px dashed #0d0d0d;
	background: #fff8d7;
	color: #0d0d0d;
	font: 600 13px/1.45 Arial, sans-serif;
}

@keyframes cigslt-hero-marquee {
	to {
		transform: translateX(-50%);
	}
}

@media (max-width: 1100px) {
	.cigslt-hero__core {
		--cigslt-core-pad-right: 32px;
		--cigslt-core-pad-left: 64px;
		min-height: 610px;
		padding: 44px 32px 22px 64px;
	}

	.cigslt-hero__slide {
		grid-template-columns: minmax(0, 1fr) minmax(300px, min(36vw, var(--cigslt-product-width)));
		column-gap: 32px;
	}

	.cigslt-hero__headline {
		font-size: clamp(54px, 7vw, 80px);
	}

	.cigslt-hero__proof {
		gap: 14px;
		margin-top: 34px;
	}

	.cigslt-hero__stats {
		gap: 7px;
	}

	.cigslt-hero__stat {
		padding: 6px 8px;
	}

	.cigslt-hero img.cigslt-hero__product-image {
		height: 390px;
		padding: 20px;
	}

	.cigslt-hero__product-badge {
		right: -10px;
	}
}

@media (max-width: 767px) {
	.cigslt-hero__slides {
		touch-action: pan-y pinch-zoom;
	}

	.cigslt-hero__age-rail {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		width: 100%;
		height: 28px;
		padding: 0 12px;
	}

	.cigslt-hero__age-rail span {
		overflow: hidden;
		font-size: 8.5px;
		letter-spacing: 0.22em;
		text-overflow: clip;
		writing-mode: horizontal-tb;
		transform: none;
	}

	.cigslt-hero__slide {
		display: flex;
		flex-direction: column;
		row-gap: 28px;
	}

	/*
	 * Keep the sales message first. When mobile product cards are enabled, put
	 * the matching product before the optional proof strip.
	 */
	.cigslt-hero__copy-column {
		display: contents;
	}

	.cigslt-hero__copy {
		order: 1;
	}

	.cigslt-hero__product-wrap {
		order: 2;
	}

	.cigslt-hero__proof {
		order: 3;
		width: 100%;
		margin-top: 0;
	}

	.cigslt-hero__core {
		--cigslt-core-pad-right: 20px;
		--cigslt-core-pad-left: 20px;
		min-height: 0;
		padding: 32px 20px 20px;
	}

	.cigslt-hero__copy,
	.cigslt-hero__description {
		max-width: none;
	}

	.cigslt-hero__eyebrow {
		font-size: 9px;
		letter-spacing: 0.12em;
	}

	.cigslt-hero__headline {
		font-size: clamp(48px, 13.5vw, 76px);
	}

	.cigslt-hero__headline-highlight {
		padding: 0 10px;
	}

	.cigslt-hero__headline-outline {
		margin-top: 9px;
		-webkit-text-stroke-width: 1.5px;
	}

	.cigslt-hero__description {
		margin: 22px 0 24px;
		font-size: 15px;
	}

	.cigslt-hero__product-wrap {
		display: block;
		width: min(100%, var(--cigslt-product-width), 360px);
		max-width: 100%;
		margin: 0 auto;
		visibility: visible;
		opacity: 1;
	}

	.cigslt-hero--mobile-product-hidden .cigslt-hero__product-wrap {
		display: none;
	}

	.cigslt-hero img.cigslt-hero__product-image {
		height: clamp(240px, 78vw, 320px);
	}

	.cigslt-hero__product-back,
	.cigslt-hero__product-card {
		transform: rotate(0deg);
	}

	.cigslt-hero__product-back {
		display: none;
	}

	.cigslt-hero__product-card:hover,
	.cigslt-hero__product-card:focus-visible {
		transform: translateY(-2px);
	}

	.cigslt-hero__product-badge {
		right: 4px;
	}

	.cigslt-hero__controls {
		align-items: flex-start;
		flex-wrap: wrap;
		margin-top: 30px;
	}

	.cigslt-hero__tabs {
		flex: 1 1 240px;
		flex-wrap: wrap;
		margin-top: 8px;
		margin-left: 0;
	}

	.cigslt-hero__ticker-group {
		font-size: 9.5px;
	}
}

@media (max-width: 479px) {
	.cigslt-hero__headline {
		font-size: clamp(42px, 13.8vw, 64px);
	}

	.cigslt-hero__actions {
		align-items: stretch;
		flex-direction: column;
		gap: 18px;
	}

	.cigslt-hero__primary {
		width: calc(100% - 7px);
		padding-right: 20px;
		padding-left: 20px;
		text-align: center;
	}

	.cigslt-hero__secondary {
		align-self: flex-start;
	}

	.cigslt-hero__proof {
		align-items: flex-start;
		flex-direction: column;
	}

	.cigslt-hero__product-info {
		align-items: flex-end;
	}

	.cigslt-hero__product-meta {
		white-space: normal;
	}

	.cigslt-hero__product-price {
		font-size: 18px;
	}

	.cigslt-hero img.cigslt-hero__product-image {
		height: clamp(240px, 78vw, 320px);
		padding: 18px;
	}

	.cigslt-hero__tabs {
		flex-basis: 100%;
	}

	.cigslt-hero__tab {
		font-size: 8.5px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cigslt-hero *,
	.cigslt-hero *::before,
	.cigslt-hero *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}

	.cigslt-hero__ticker-track {
		transform: none;
	}
}
