body:has(.aom-seasonal-lp) #common-notice,
body:has(.aom-seasonal-lp) #common-header,
body:has(.aom-seasonal-lp) #menu,
body:has(.aom-seasonal-lp) #menu-offcanvas,
body:has(.aom-seasonal-lp) #search-offcanvas,
body:has(.aom-seasonal-lp) #footer-contact-information {
	display: none !important;
}

body:has(.aom-seasonal-lp) .common-main {
	margin: 0;
	padding: 0;
}

.aom-seasonal-lp {
	--aom-seasonal-lp-ink: #151a1e;
	--aom-seasonal-lp-muted: #667085;
	--aom-seasonal-lp-line: rgba(15, 23, 42, 0.12);
	--aom-seasonal-lp-panel: #ffffff;
	--aom-seasonal-lp-soft: #f8fafc;
	--aom-seasonal-lp-accent: #2f7d46;
	--aom-seasonal-lp-accent-strong: #0f3d2e;
	--aom-seasonal-lp-accent-soft: #eaf4ec;
	--aom-seasonal-lp-alert: #c1121f;
	--aom-seasonal-lp-shadow: 0 24px 70px rgba(15, 23, 42, 0.16);
	background: var(--aom-seasonal-lp-soft);
	color: var(--aom-seasonal-lp-ink);
	font-family: "Poppins", Arial, sans-serif;
	overflow: hidden;
}

.aom-seasonal-lp[data-aom-seasonal-lp-theme="july"] {
	--aom-seasonal-lp-ink: #111827;
	--aom-seasonal-lp-accent: #1e5aa8;
	--aom-seasonal-lp-accent-strong: #0b1f3a;
	--aom-seasonal-lp-accent-soft: #eaf2ff;
	--aom-seasonal-lp-holiday-red: #c1121f;
}

.aom-seasonal-lp * {
	box-sizing: border-box;
}

.aom-seasonal-lp a {
	color: inherit;
	text-decoration: none;
}

.aom-seasonal-lp img {
	display: block;
	max-width: 100%;
}

.aom-seasonal-lp-shell {
	inline-size: min(1320px, calc(100vw - 48px));
	margin-inline: auto;
}

.aom-seasonal-lp-nav {
	position: sticky;
	top: 0;
	z-index: 20;
	background: rgba(255, 255, 255, 0.94);
	border-bottom: 1px solid rgba(15, 23, 42, 0.08);
	backdrop-filter: blur(18px);
}

.aom-seasonal-lp-nav__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 62px;
	gap: 24px;
}

.aom-seasonal-lp-nav__brand {
	display: grid;
	gap: 2px;
	color: var(--aom-seasonal-lp-accent-strong);
	font-size: 0.96rem;
	font-weight: 800;
	letter-spacing: 0;
	white-space: nowrap;
}

.aom-seasonal-lp-nav__brand small {
	color: #667085;
	font-size: 0.64rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.aom-seasonal-lp-nav__links {
	display: flex;
	align-items: center;
	gap: 10px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.aom-seasonal-lp-nav__links::-webkit-scrollbar {
	display: none;
}

.aom-seasonal-lp-nav__links a {
	border-radius: 999px;
	color: #475467;
	font-size: 0.84rem;
	font-weight: 700;
	padding: 9px 13px;
	white-space: nowrap;
}

.aom-seasonal-lp-nav__links a:hover,
.aom-seasonal-lp-nav__links a:focus-visible {
	background: var(--aom-seasonal-lp-accent-soft);
	color: var(--aom-seasonal-lp-accent-strong);
	outline: none;
}

.aom-seasonal-lp-hero {
	position: relative;
	min-height: 650px;
	isolation: isolate;
	background: var(--aom-seasonal-lp-accent-strong);
	color: #ffffff;
}

.aom-seasonal-lp-hero__bg,
.aom-seasonal-lp-hero__shade {
	position: absolute;
	inset: 0;
}

.aom-seasonal-lp-hero__bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.32;
}

.aom-seasonal-lp-hero__shade {
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(5, 10, 12, 0.94) 0%, rgba(5, 10, 12, 0.86) 36%, rgba(5, 10, 12, 0.36) 74%, rgba(5, 10, 12, 0.7) 100%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.62));
}

.aom-seasonal-lp[data-aom-seasonal-lp-theme="july"] .aom-seasonal-lp-hero__shade {
	background:
		linear-gradient(90deg, rgba(6, 17, 33, 0.94) 0%, rgba(7, 21, 43, 0.86) 38%, rgba(7, 21, 43, 0.4) 72%, rgba(6, 17, 33, 0.74) 100%),
		linear-gradient(180deg, rgba(5, 35, 78, 0.2), rgba(7, 12, 24, 0.68)),
		radial-gradient(circle at 84% 18%, rgba(193, 18, 31, 0.22), rgba(193, 18, 31, 0) 34%);
}

.aom-seasonal-lp-hero__inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(390px, 0.72fr);
	align-items: center;
	gap: 64px;
	min-height: 590px;
	padding: 54px 0 86px;
}

.aom-seasonal-lp-hero__copy {
	max-width: 610px;
}

.aom-seasonal-lp-pill,
.aom-seasonal-lp-kicker {
	margin: 0 0 14px;
	color: var(--aom-seasonal-lp-accent-soft);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.aom-seasonal-lp-kicker {
	color: var(--aom-seasonal-lp-accent);
}

.aom-seasonal-lp-hero h1 {
	margin: 0;
	font-size: clamp(2.45rem, 4.1vw, 4.28rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.02;
	max-width: 670px;
}

.aom-seasonal-lp-hero__body {
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(1rem, 1.3vw, 1.12rem);
	line-height: 1.7;
	max-width: 620px;
}

.aom-seasonal-lp-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.aom-seasonal-lp-button,
.aom-seasonal-lp-text-button {
	appearance: none;
	border: 0;
	cursor: pointer;
	font-family: inherit;
}

.aom-seasonal-lp-button {
	align-items: center;
	border-radius: 8px;
	display: inline-flex;
	font-size: 0.94rem;
	font-weight: 800;
	justify-content: center;
	min-height: 46px;
	padding: 0 19px;
	transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.aom-seasonal-lp-button:hover,
.aom-seasonal-lp-button:focus-visible {
	transform: translateY(-1px);
	outline: none;
}

	.aom-seasonal-lp-button--primary,
	.aom-seasonal-lp-button--shop,
	.aom-seasonal-lp-button--submit {
		background: var(--aom-seasonal-lp-accent);
		box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
		color: #ffffff;
	}

	.aom-seasonal-lp[data-aom-seasonal-lp-theme="july"] .aom-seasonal-lp-button--primary,
	.aom-seasonal-lp[data-aom-seasonal-lp-theme="july"] .aom-seasonal-lp-button--shop,
	.aom-seasonal-lp[data-aom-seasonal-lp-theme="july"] .aom-seasonal-lp-button--submit {
		background: #1e5aa8;
	}

	.aom-seasonal-lp a.aom-seasonal-lp-button--primary,
	.aom-seasonal-lp a.aom-seasonal-lp-button--shop,
	.aom-seasonal-lp .aom-seasonal-lp-button--submit {
		color: #ffffff;
	}

	.aom-seasonal-lp-button--secondary {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.35);
	color: #ffffff;
}

	.aom-seasonal-lp-button--category {
		background: #ffffff;
		border: 1px solid rgba(15, 23, 42, 0.16);
		color: var(--aom-seasonal-lp-accent-strong);
		box-shadow: none;
	}

	.aom-seasonal-lp-button--category:hover,
	.aom-seasonal-lp-button--category:focus-visible {
		border-color: var(--aom-seasonal-lp-accent);
		box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
	}

	.aom-seasonal-lp-button--quote {
		background: #ffffff;
		border: 1px solid var(--aom-seasonal-lp-line);
		color: var(--aom-seasonal-lp-accent-strong);
		inline-size: 100%;
	}

	.aom-seasonal-lp-button--shop {
		inline-size: 100%;
		min-height: 44px;
	}

.aom-seasonal-lp-trust-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.aom-seasonal-lp-trust-row span {
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.78rem;
	font-weight: 700;
	padding: 8px 12px;
}

.aom-seasonal-lp-hero__visual {
	position: relative;
	min-height: 520px;
}

.aom-seasonal-lp[data-aom-seasonal-lp-theme="july"] .aom-seasonal-lp-hero__visual::before,
.aom-seasonal-lp[data-aom-seasonal-lp-theme="july"] .aom-seasonal-lp-hero__visual::after {
	content: "";
	position: absolute;
	pointer-events: none;
	z-index: 0;
}

.aom-seasonal-lp[data-aom-seasonal-lp-theme="july"] .aom-seasonal-lp-hero__visual::before {
	right: 22px;
	top: 6px;
	width: 220px;
	height: 220px;
	background:
		radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.96) 0 4px, transparent 5px),
		radial-gradient(circle at 72% 32%, rgba(255, 255, 255, 0.78) 0 3px, transparent 4px),
		radial-gradient(circle at 45% 76%, rgba(255, 255, 255, 0.86) 0 3px, transparent 4px),
		radial-gradient(circle, rgba(30, 90, 168, 0.36), transparent 62%);
	filter: blur(0.1px);
	opacity: 0.72;
}

.aom-seasonal-lp[data-aom-seasonal-lp-theme="july"] .aom-seasonal-lp-hero__visual::after {
	right: 78px;
	bottom: 18px;
	width: 210px;
	height: 16px;
	background: repeating-linear-gradient(90deg, #ffffff 0 18px, var(--aom-seasonal-lp-holiday-red) 18px 36px, #1e5aa8 36px 54px);
	border-radius: 999px;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
	transform: rotate(-4deg);
	opacity: 0.92;
}

.aom-seasonal-lp-photo-card {
	--aom-seasonal-lp-card-transform: rotate(4deg);
	position: absolute;
	right: 0;
	top: 36px;
	width: min(390px, 100%);
	margin: 0;
	padding: 14px;
	background: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 12px;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
	color: #111827;
	transform: var(--aom-seasonal-lp-card-transform);
	animation: aom-seasonal-lp-photo-float 5.2s ease-in-out infinite alternate;
	will-change: transform;
}

.aom-seasonal-lp[data-aom-seasonal-lp-theme="july"] .aom-seasonal-lp-photo-card {
	--aom-seasonal-lp-card-transform: rotate(2deg);
	overflow: hidden;
	border-color: rgba(255, 255, 255, 0.86);
	box-shadow: 0 32px 88px rgba(2, 20, 47, 0.42);
	z-index: 1;
}

.aom-seasonal-lp[data-aom-seasonal-lp-theme="july"] .aom-seasonal-lp-photo-card::before {
	content: "INDEPENDENCE\A DAY DEAL";
	position: absolute;
	right: 26px;
	top: 24px;
	z-index: 2;
	width: 122px;
	padding: 11px 12px;
	background: linear-gradient(135deg, var(--aom-seasonal-lp-holiday-red), #f04438);
	border: 2px solid rgba(255, 255, 255, 0.92);
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(17, 24, 39, 0.28);
	color: #ffffff;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.15;
	text-align: center;
	white-space: pre-line;
}

.aom-seasonal-lp[data-aom-seasonal-lp-theme="july"] .aom-seasonal-lp-photo-card::after {
	content: "";
	position: absolute;
	left: 14px;
	right: 14px;
	top: 14px;
	z-index: 2;
	height: 8px;
	background: repeating-linear-gradient(90deg, #1e5aa8 0 24px, #ffffff 24px 48px, var(--aom-seasonal-lp-holiday-red) 48px 72px);
	border-radius: 8px 8px 0 0;
	box-shadow: 0 8px 24px rgba(17, 24, 39, 0.18);
}

.aom-seasonal-lp-photo-card img {
	aspect-ratio: 1 / 1;
	display: block;
	height: auto;
	width: 100%;
	border-radius: 8px;
	background: #f8fafc;
	object-fit: contain;
	object-position: center;
}

.aom-seasonal-lp[data-aom-seasonal-lp-theme="july"] .aom-seasonal-lp-photo-card img {
	filter: saturate(1.08) contrast(1.04);
	object-position: center center;
}

.aom-seasonal-lp-photo-card figcaption {
	margin-top: 10px;
	color: #344054;
	font-size: 0.84rem;
	font-weight: 800;
}

.aom-seasonal-lp[data-aom-seasonal-lp-theme="july"] .aom-seasonal-lp-photo-card figcaption {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	color: #0b1f3a;
}

.aom-seasonal-lp[data-aom-seasonal-lp-theme="july"] .aom-seasonal-lp-photo-card figcaption::after {
	content: "Shop online";
	flex: 0 0 auto;
	border-radius: 999px;
	background: #eaf2ff;
	color: #1e5aa8;
	font-size: 0.68rem;
	font-weight: 900;
	padding: 6px 8px;
	text-transform: uppercase;
}

.aom-seasonal-lp-proof-card {
	--aom-seasonal-lp-proof-transform: translateY(0);
	position: absolute;
	left: 0;
	bottom: 46px;
	width: min(280px, 78%);
	margin: 0;
	padding: 18px;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.76);
	border-radius: 10px;
	box-shadow: 0 18px 54px rgba(0, 0, 0, 0.28);
	color: #111827;
	transform: var(--aom-seasonal-lp-proof-transform);
	animation: aom-seasonal-lp-proof-float 5.8s ease-in-out 0.35s infinite alternate;
	will-change: transform;
}

.aom-seasonal-lp[data-aom-seasonal-lp-theme="july"] .aom-seasonal-lp-proof-card {
	--aom-seasonal-lp-proof-transform: rotate(-1.5deg);
	left: -12px;
	bottom: 30px;
	z-index: 3;
	width: min(250px, 72%);
	padding: 14px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 22px 56px rgba(2, 20, 47, 0.24);
}

.aom-seasonal-lp[data-aom-seasonal-lp-theme="july"] .aom-seasonal-lp-proof-card strong {
	color: #0b1f3a;
}

.aom-seasonal-lp-proof-card span {
	display: block;
	width: 42px;
	height: 4px;
	margin-bottom: 12px;
	background: var(--aom-seasonal-lp-accent);
	border-radius: 999px;
}

.aom-seasonal-lp-proof-card strong {
	display: block;
	font-size: 1rem;
	margin-bottom: 7px;
}

.aom-seasonal-lp-proof-card p {
	margin: 0;
	color: #475467;
	font-size: 0.84rem;
	line-height: 1.55;
}

.aom-seasonal-lp-urgency {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	background: rgba(0, 0, 0, 0.42);
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.aom-seasonal-lp-urgency span {
	display: block;
	padding: 18px 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.92rem;
	font-weight: 700;
	text-align: center;
}

.aom-seasonal-lp-section {
	padding: 74px 0;
}

.aom-seasonal-lp-scenes {
	position: relative;
	z-index: 5;
	background:
		linear-gradient(180deg, #07121f 0%, #0b1f3a 58%, #101418 100%);
	color: #ffffff;
	padding: 78px 0;
}

.aom-seasonal-lp-scenes__head {
	max-width: 850px;
	margin-bottom: 28px;
}

.aom-seasonal-lp-scenes__head .aom-seasonal-lp-kicker {
	color: rgba(255, 255, 255, 0.72);
}

.aom-seasonal-lp-scenes__head h2 {
	margin: 0;
	color: #ffffff;
	font-size: clamp(2rem, 3.2vw, 3.35rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.05;
}

.aom-seasonal-lp-scenes__head p:not(.aom-seasonal-lp-kicker) {
	max-width: 760px;
	margin: 14px 0 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 1rem;
	line-height: 1.7;
}

.aom-seasonal-lp-scenes__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.aom-seasonal-lp-scene-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 28px 76px rgba(0, 0, 0, 0.24);
}

.aom-seasonal-lp-scene-card:first-child {
	min-height: 100%;
}

.aom-seasonal-lp-scene-card__overlay {
	display: none;
}

.aom-seasonal-lp-scene-card img {
	aspect-ratio: 1 / 1;
	width: 100%;
	height: auto;
	padding: 24px;
	background:
		radial-gradient(circle at 50% 66%, rgba(15, 23, 42, 0.12), rgba(15, 23, 42, 0) 44%),
		linear-gradient(180deg, #ffffff 0%, #eef4fb 100%);
	object-fit: contain;
	transition: transform 240ms ease;
}

.aom-seasonal-lp-scene-card:hover img,
.aom-seasonal-lp-scene-card:focus-within img {
	transform: scale(1.035);
}

.aom-seasonal-lp-scene-card__body {
	position: relative;
	z-index: 1;
	display: grid;
	flex: 1;
	gap: 12px;
	padding: 22px;
}

.aom-seasonal-lp-scene-card__body > span {
	width: fit-content;
	max-width: 100%;
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 999px;
	background: var(--aom-seasonal-lp-accent-soft);
	color: var(--aom-seasonal-lp-accent-strong);
	font-size: 0.72rem;
	font-weight: 900;
	line-height: 1.2;
	padding: 7px 10px;
	text-transform: uppercase;
}

.aom-seasonal-lp-scene-card h3 {
	max-width: 620px;
	margin: 0;
	color: var(--aom-seasonal-lp-ink);
	font-size: clamp(1.45rem, 2.6vw, 2.7rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.05;
	text-wrap: balance;
}

.aom-seasonal-lp-scene-card h3,
.aom-seasonal-lp-scene-card:not(:first-child) h3 {
	font-size: clamp(1.25rem, 1.8vw, 1.8rem);
}

.aom-seasonal-lp-scene-card p {
	max-width: 620px;
	margin: 0;
	color: var(--aom-seasonal-lp-muted);
	font-size: 0.96rem;
	line-height: 1.62;
}

.aom-seasonal-lp-scene-card__products {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.aom-seasonal-lp-scene-card__products em {
	border-radius: 999px;
	background: #f2f4f7;
	color: #344054;
	font-size: 0.76rem;
	font-style: normal;
	font-weight: 800;
	padding: 7px 9px;
}

.aom-seasonal-lp-button--scene {
	width: fit-content;
	background: var(--aom-seasonal-lp-accent);
	color: #ffffff;
	box-shadow: 0 16px 42px rgba(15, 23, 42, 0.16);
}

.aom-seasonal-lp a.aom-seasonal-lp-button--scene {
	color: #ffffff;
}

.aom-seasonal-lp-scenes + .aom-seasonal-lp-quick-buy {
	margin-top: 0;
	padding: 74px 0;
	background: #ffffff;
}

.aom-seasonal-lp-quick-buy {
	position: relative;
	z-index: 4;
	margin-top: -44px;
	padding: 0 0 74px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0) 0 44px, #ffffff 44px 100%);
}

.aom-seasonal-lp-quick-buy__head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 24px;
	margin-bottom: 18px;
	padding: 24px;
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.1);
	border-radius: 10px;
	box-shadow: 0 22px 60px rgba(15, 23, 42, 0.11);
}

.aom-seasonal-lp-quick-buy__head h2 {
	margin: 0;
	color: var(--aom-seasonal-lp-ink);
	font-size: clamp(1.7rem, 2.7vw, 2.7rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.08;
}

.aom-seasonal-lp-quick-buy__head p:not(.aom-seasonal-lp-kicker) {
	max-width: 760px;
	margin: 12px 0 0;
	color: var(--aom-seasonal-lp-muted);
	font-size: 0.98rem;
	line-height: 1.64;
}

.aom-seasonal-lp-quick-buy__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.aom-seasonal-lp-quick-buy-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 8px;
	box-shadow: 0 20px 54px rgba(15, 23, 42, 0.08);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.aom-seasonal-lp-quick-buy-card:hover,
.aom-seasonal-lp-quick-buy-card:focus-within {
	border-color: rgba(15, 23, 42, 0.24);
	box-shadow: 0 26px 72px rgba(15, 23, 42, 0.14);
	transform: translateY(-2px);
}

.aom-seasonal-lp-quick-buy-card__media {
	position: relative;
	display: grid;
	place-items: center;
	aspect-ratio: 1 / 1;
	min-height: 0;
	padding: 18px;
	background:
		radial-gradient(circle at 50% 68%, rgba(15, 23, 42, 0.1), rgba(15, 23, 42, 0) 42%),
		linear-gradient(180deg, #ffffff 0%, #eef4fb 100%);
}

.aom-seasonal-lp-quick-buy-card__badge,
.aom-seasonal-lp-product-card__badge {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 1;
	max-width: calc(100% - 28px);
	border-radius: 999px;
	background: var(--aom-seasonal-lp-accent-strong);
	color: #ffffff;
	font-size: 0.68rem;
	font-weight: 900;
	line-height: 1.2;
	padding: 7px 9px;
	text-transform: uppercase;
}

.aom-seasonal-lp-promo-badge {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 2;
	max-width: calc(100% - 140px);
	border: 1px solid rgba(255, 255, 255, 0.65);
	border-radius: 999px;
	background: #f9d84a;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.2);
	color: #0b1f3a;
	font-size: 0.68rem;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.2;
	padding: 8px 10px;
	text-align: right;
	text-transform: uppercase;
}

.aom-seasonal-lp-promo-badge.is-sale {
	background: #fff3b0;
	color: #7a2e0e;
}

.aom-seasonal-lp[data-aom-seasonal-lp-theme="july"] .aom-seasonal-lp-quick-buy-card:first-child .aom-seasonal-lp-quick-buy-card__badge {
	background: var(--aom-seasonal-lp-holiday-red);
}

.aom-seasonal-lp-quick-buy-card__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: drop-shadow(0 18px 22px rgba(15, 23, 42, 0.13));
	transition: transform 180ms ease;
}

.aom-seasonal-lp-quick-buy-card:hover .aom-seasonal-lp-quick-buy-card__media img,
.aom-seasonal-lp-quick-buy-card:focus-within .aom-seasonal-lp-quick-buy-card__media img {
	transform: scale(1.04);
}

.aom-seasonal-lp-quick-buy-card__body {
	display: flex;
	flex-direction: column;
	padding: 20px;
}

.aom-seasonal-lp-quick-buy-card h3 {
	margin: 0;
	color: var(--aom-seasonal-lp-ink);
	font-size: 1.18rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.16;
}

.aom-seasonal-lp-quick-buy-card p {
	margin: 10px 0 0;
	color: var(--aom-seasonal-lp-muted);
	font-size: 0.88rem;
	line-height: 1.55;
}

.aom-seasonal-lp-quick-buy-card__footer {
	display: grid;
	gap: 12px;
	margin-top: auto;
	padding-top: 18px;
}

.aom-seasonal-lp-price {
	display: grid;
	gap: 5px;
}

.aom-seasonal-lp-price > span {
	width: fit-content;
	max-width: 100%;
	border-radius: 999px;
	background: rgba(249, 216, 74, 0.3);
	color: #7a2e0e;
	font-size: 0.72rem;
	font-weight: 900;
	line-height: 1.2;
	padding: 6px 9px;
	text-transform: uppercase;
}

.aom-seasonal-lp-price__row {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 9px;
}

.aom-seasonal-lp-price del {
	color: #667085;
	font-size: 0.92rem;
	font-weight: 800;
	text-decoration-thickness: 2px;
}

.aom-seasonal-lp-quick-buy-card__footer strong,
.aom-seasonal-lp-scenario-card__buy strong {
	color: var(--aom-seasonal-lp-accent-strong);
	font-size: 1.36rem;
	font-weight: 900;
}

.aom-seasonal-lp-quick-buy-card__footer .aom-seasonal-lp-price--sale strong {
	color: #155eef;
}

.aom-seasonal-lp-coupon {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	border: 1px dashed rgba(21, 94, 239, 0.58);
	border-radius: 8px;
	background: linear-gradient(135deg, rgba(255, 243, 176, 0.92), rgba(231, 240, 255, 0.96));
	box-shadow: 0 14px 28px rgba(15, 23, 42, 0.1);
	padding: 10px;
}

.aom-seasonal-lp-coupon__copy {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.aom-seasonal-lp-coupon__copy span,
.aom-seasonal-lp-coupon__copy small {
	color: #344054;
	font-size: 0.72rem;
	font-weight: 850;
	line-height: 1.2;
}

.aom-seasonal-lp-coupon__copy span {
	color: #7a2e0e;
	text-transform: uppercase;
}

.aom-seasonal-lp-coupon__copy strong {
	width: fit-content;
	max-width: 100%;
	border-radius: 6px;
	background: #ffffff;
	color: #0b1f3a;
	font-size: 1rem;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1;
	padding: 7px 9px;
}

.aom-seasonal-lp-coupon__button {
	position: relative;
	z-index: 3;
	min-height: 40px;
	border: 0;
	border-radius: 8px;
	background: #155eef;
	color: #ffffff;
	cursor: pointer;
	font: inherit;
	font-size: 0.78rem;
	font-weight: 900;
	line-height: 1.1;
	padding: 10px 12px;
	transition: background 160ms ease, transform 160ms ease;
	white-space: nowrap;
}

.aom-seasonal-lp-coupon__button:hover,
.aom-seasonal-lp-coupon__button:focus-visible {
	background: #0b4cc8;
	transform: translateY(-1px);
}

.aom-seasonal-lp-coupon__button.is-copied {
	background: #087443;
}

.aom-seasonal-lp-quick-buy-card__actions {
	display: grid;
	gap: 9px;
}

.aom-seasonal-lp-section__head {
	max-width: 780px;
	margin-bottom: 30px;
}

.aom-seasonal-lp-section__head h2,
.aom-seasonal-lp-proof-strip h2,
.aom-seasonal-lp-quote h2 {
	margin: 0;
	color: var(--aom-seasonal-lp-ink);
	font-size: clamp(1.9rem, 3vw, 3rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.08;
}

.aom-seasonal-lp-section__head p:not(.aom-seasonal-lp-kicker),
.aom-seasonal-lp-quote__copy p {
	margin: 14px 0 0;
	color: var(--aom-seasonal-lp-muted);
	font-size: 1rem;
	line-height: 1.7;
}

.aom-seasonal-lp-scenario-grid,
.aom-seasonal-lp-product-grid,
.aom-seasonal-lp-category-grid,
.aom-seasonal-lp-bundle-grid {
	display: grid;
	gap: 20px;
}

.aom-seasonal-lp-scenario-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aom-seasonal-lp-scenario-card,
.aom-seasonal-lp-product-card,
.aom-seasonal-lp-bundle-card {
	background: #ffffff;
	border: 1px solid var(--aom-seasonal-lp-line);
	border-radius: 8px;
	box-shadow: 0 18px 46px rgba(15, 23, 42, 0.06);
	overflow: hidden;
}

.aom-seasonal-lp-scenario-card img {
	aspect-ratio: 1.35 / 1;
	width: 100%;
	background:
		radial-gradient(circle at 50% 62%, rgba(15, 23, 42, 0.08), rgba(15, 23, 42, 0) 48%),
		linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
	object-fit: contain;
	padding: 18px;
}

.aom-seasonal-lp-scenario-card__body {
	padding: 22px;
}

.aom-seasonal-lp-scenario-card__signal {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	margin: 0 0 12px;
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 999px;
	background: var(--aom-seasonal-lp-accent-soft);
	color: var(--aom-seasonal-lp-accent-strong);
	font-size: 0.72rem;
	font-weight: 900;
	line-height: 1.25;
	padding: 7px 10px;
}

.aom-seasonal-lp-scenario-card h3,
.aom-seasonal-lp-product-card h3,
.aom-seasonal-lp-bundle-card h3 {
	margin: 0;
	color: var(--aom-seasonal-lp-ink);
	font-size: 1.1rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.18;
}

.aom-seasonal-lp-scenario-card p,
.aom-seasonal-lp-product-card p,
.aom-seasonal-lp-bundle-card p {
	margin: 10px 0 0;
	color: var(--aom-seasonal-lp-muted);
	font-size: 0.92rem;
	line-height: 1.62;
}

.aom-seasonal-lp-scenario-card ul,
.aom-seasonal-lp-bundle-card ul,
.aom-seasonal-lp-quote__copy ul {
	display: grid;
	gap: 8px;
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

.aom-seasonal-lp-scenario-card li,
.aom-seasonal-lp-bundle-card li,
.aom-seasonal-lp-quote__copy li {
	position: relative;
	padding-left: 18px;
	color: #344054;
	font-size: 0.88rem;
	line-height: 1.5;
}

.aom-seasonal-lp-scenario-card li::before,
.aom-seasonal-lp-bundle-card li::before,
.aom-seasonal-lp-quote__copy li::before {
	content: "";
	position: absolute;
	top: 0.62em;
	left: 0;
	width: 7px;
	height: 7px;
	background: var(--aom-seasonal-lp-accent);
	border-radius: 999px;
}

.aom-seasonal-lp-scenario-card__buy {
	display: grid;
	gap: 11px;
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid var(--aom-seasonal-lp-line);
}

	.aom-seasonal-lp-products {
		background:
			linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
		padding: 54px 0;
	}

	.aom-seasonal-lp-category-grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 14px;
	}

	.aom-seasonal-lp-category-card {
		display: grid;
		gap: 12px;
		align-content: start;
		min-height: 100%;
		padding: 18px;
		background: #ffffff;
		border: 1px solid rgba(15, 23, 42, 0.12);
		border-radius: 8px;
		box-shadow: 0 16px 38px rgba(15, 23, 42, 0.06);
		transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
	}

	.aom-seasonal-lp-category-card:hover,
	.aom-seasonal-lp-category-card:focus-within {
		border-color: rgba(15, 23, 42, 0.22);
		box-shadow: 0 22px 54px rgba(15, 23, 42, 0.1);
		transform: translateY(-2px);
	}

	.aom-seasonal-lp-category-card > span {
		color: var(--aom-seasonal-lp-accent);
		font-size: 0.72rem;
		font-weight: 900;
		letter-spacing: 0.04em;
		text-transform: uppercase;
	}

	.aom-seasonal-lp-category-card h3 {
		margin: 0;
		color: #0f172a;
		font-size: clamp(1rem, 1.2vw, 1.18rem);
		font-weight: 900;
		letter-spacing: 0;
		line-height: 1.18;
	}

	.aom-seasonal-lp-category-card p {
		margin: 0;
		color: var(--aom-seasonal-lp-muted);
		font-size: 0.86rem;
		line-height: 1.5;
	}

	.aom-seasonal-lp-category-card__actions {
		display: grid;
		gap: 8px;
		margin-top: 2px;
	}

	.aom-seasonal-lp-category-card__actions .aom-seasonal-lp-button {
		min-height: 40px;
		padding: 0 12px;
	}

	.aom-seasonal-lp-category-card__actions .aom-seasonal-lp-text-button {
		justify-self: start;
	}

	.aom-seasonal-lp-product-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 24px;
	}

	.aom-seasonal-lp-category-row {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		margin: -8px 0 26px;
	}

	.aom-seasonal-lp-category-row a {
		align-items: center;
		border: 1px solid rgba(15, 23, 42, 0.12);
		border-radius: 999px;
		background: #ffffff;
		box-shadow: 0 14px 32px rgba(15, 23, 42, 0.05);
		color: var(--aom-seasonal-lp-accent-strong);
		display: inline-flex;
		font-size: 0.84rem;
		font-weight: 900;
		min-height: 38px;
		padding: 0 14px;
	}

	.aom-seasonal-lp-category-row a::after {
		content: ">";
		margin-left: 9px;
		color: var(--aom-seasonal-lp-accent);
		font-size: 0.9rem;
	}

	.aom-seasonal-lp-category-row a:hover,
	.aom-seasonal-lp-category-row a:focus-visible {
		border-color: var(--aom-seasonal-lp-accent);
		background: var(--aom-seasonal-lp-accent-soft);
		outline: none;
	}

	.aom-seasonal-lp-product-card {
		display: flex;
		flex-direction: column;
		min-height: 100%;
		transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
	}

	.aom-seasonal-lp-product-card:hover,
	.aom-seasonal-lp-product-card:focus-within {
		border-color: rgba(15, 23, 42, 0.22);
		box-shadow: 0 26px 70px rgba(15, 23, 42, 0.12);
		transform: translateY(-2px);
	}

	.aom-seasonal-lp-product-card__media {
		position: relative;
		display: grid;
		place-items: center;
		min-height: clamp(280px, 26vw, 360px);
		padding: 24px;
		background:
			radial-gradient(circle at 50% 62%, rgba(15, 23, 42, 0.08), rgba(15, 23, 42, 0) 46%),
			linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
		border-bottom: 1px solid var(--aom-seasonal-lp-line);
	}

	.aom-seasonal-lp-product-card__badge {
		background: var(--aom-seasonal-lp-accent);
		box-shadow: 0 12px 28px rgba(15, 23, 42, 0.15);
	}

	.aom-seasonal-lp-product-card:first-child .aom-seasonal-lp-product-card__media {
		background:
			radial-gradient(circle at 50% 68%, rgba(30, 90, 168, 0.18), rgba(30, 90, 168, 0) 48%),
			linear-gradient(180deg, #ffffff 0%, #edf5ff 100%);
	}

	.aom-seasonal-lp[data-aom-seasonal-lp-theme="july"] .aom-seasonal-lp-product-card:first-child .aom-seasonal-lp-product-card__badge {
		background: var(--aom-seasonal-lp-holiday-red);
	}

	.aom-seasonal-lp-product-card__media img {
		height: clamp(220px, 21vw, 300px);
		width: 100%;
		filter: drop-shadow(0 22px 28px rgba(15, 23, 42, 0.12));
		object-fit: contain;
		transition: transform 180ms ease;
	}

	.aom-seasonal-lp-product-card:hover .aom-seasonal-lp-product-card__media img,
	.aom-seasonal-lp-product-card:focus-within .aom-seasonal-lp-product-card__media img {
		transform: scale(1.03);
	}

	.aom-seasonal-lp-product-card__body {
		display: flex;
		flex: 1;
		flex-direction: column;
		padding: 22px;
	}

	.aom-seasonal-lp-product-card__body > span {
		color: var(--aom-seasonal-lp-accent);
		font-size: 0.75rem;
		font-weight: 900;
		letter-spacing: 0;
		text-transform: uppercase;
	}

	.aom-seasonal-lp-product-card h3 {
		margin-top: 7px;
		font-size: 1.28rem;
	}

	.aom-seasonal-lp-product-card p {
		font-size: 0.96rem;
	}

	.aom-seasonal-lp-product-card__footer {
		display: grid;
		gap: 13px;
		margin-top: auto;
		padding-top: 20px;
	}

	.aom-seasonal-lp-product-card__footer strong {
		color: var(--aom-seasonal-lp-accent-strong);
		font-size: 1.24rem;
		font-weight: 900;
	}

	.aom-seasonal-lp-product-card__actions {
		display: grid;
		gap: 10px;
	}

.aom-seasonal-lp-bundles {
	background: var(--aom-seasonal-lp-soft);
}

.aom-seasonal-lp-bundle-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.aom-seasonal-lp-bundle-card {
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: 22px;
}

	.aom-seasonal-lp-bundle-card__footer {
		display: grid;
		gap: 12px;
		margin-top: auto;
		border-top: 1px solid var(--aom-seasonal-lp-line);
		padding-top: 18px;
}

.aom-seasonal-lp-bundle-card__footer strong {
		color: var(--aom-seasonal-lp-accent-strong);
		font-size: 0.92rem;
	}

	.aom-seasonal-lp-bundle-card__actions {
		display: grid;
		gap: 9px;
	}

.aom-seasonal-lp-kit-items {
	display: grid;
	gap: 12px;
	border: 1px solid rgba(21, 94, 239, 0.16);
	border-radius: 8px;
	background: #f8fbff;
	padding: 14px;
}

.aom-seasonal-lp-kit-items[hidden] {
	display: none;
}

.aom-seasonal-lp-kit-items p {
	margin: 0;
	color: #475467;
	font-size: 0.82rem;
	line-height: 1.45;
}

.aom-seasonal-lp-kit-items__grid {
	display: grid;
	gap: 8px;
}

.aom-seasonal-lp-kit-item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	border: 1px solid rgba(15, 23, 42, 0.1);
	border-radius: 8px;
	background: #ffffff;
	padding: 10px 12px;
}

.aom-seasonal-lp-kit-item > div {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.aom-seasonal-lp-kit-item strong {
	color: #0f172a;
	font-size: 0.88rem;
	font-weight: 900;
	line-height: 1.25;
}

.aom-seasonal-lp-kit-item span {
	color: var(--aom-seasonal-lp-accent-strong);
	font-size: 0.8rem;
	font-weight: 900;
}

.aom-seasonal-lp-kit-item .aom-seasonal-lp-text-button {
	white-space: nowrap;
}

.aom-seasonal-lp-text-button {
	background: transparent;
	color: var(--aom-seasonal-lp-accent);
	font-size: 0.86rem;
	font-weight: 900;
	padding: 0;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.aom-seasonal-lp-proof-strip {
	background: var(--aom-seasonal-lp-accent-strong);
	color: #ffffff;
	padding: 42px 0;
}

.aom-seasonal-lp-proof-strip .aom-seasonal-lp-shell {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.aom-seasonal-lp-proof-strip h2 {
	color: #ffffff;
	font-size: clamp(1.55rem, 2.3vw, 2.4rem);
	max-width: 380px;
}

.aom-seasonal-lp-proof-strip__items {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px;
}

.aom-seasonal-lp-proof-strip__items span {
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.86rem;
	font-weight: 800;
	padding: 10px 13px;
}

.aom-seasonal-lp[data-aom-seasonal-lp-theme="july"] .aom-seasonal-lp-proof-strip__items span:first-child {
	border-color: rgba(193, 18, 31, 0.5);
	box-shadow: inset 4px 0 0 #c1121f;
}

.aom-seasonal-lp-quote {
	background: #101418;
	color: #ffffff;
	padding: 78px 0;
}

.aom-seasonal-lp-quote__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.76fr) minmax(420px, 1fr);
	gap: 46px;
	align-items: start;
}

.aom-seasonal-lp-quote h2 {
	color: #ffffff;
}

.aom-seasonal-lp-quote__copy p,
.aom-seasonal-lp-quote__copy li {
	color: rgba(255, 255, 255, 0.76);
}

.aom-seasonal-lp-form {
	display: grid;
	gap: 18px;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: var(--aom-seasonal-lp-shadow);
	color: var(--aom-seasonal-lp-ink);
	padding: 26px;
}

.aom-seasonal-lp-honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.aom-seasonal-lp-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.aom-seasonal-lp-form label,
.aom-seasonal-lp-product-field,
.aom-seasonal-lp-artwork-field {
	display: grid;
	gap: 8px;
	margin: 0;
}

.aom-seasonal-lp-form label > span,
.aom-seasonal-lp-product-field legend,
.aom-seasonal-lp-artwork-field legend {
	color: #344054;
	font-size: 0.82rem;
	font-weight: 900;
}

	.aom-seasonal-lp-form input[type="text"],
	.aom-seasonal-lp-form input[type="email"],
	.aom-seasonal-lp-form input[type="tel"],
	.aom-seasonal-lp-form select,
	.aom-seasonal-lp-form textarea {
		width: 100%;
	min-height: 46px;
	border: 1px solid rgba(15, 23, 42, 0.16);
	border-radius: 7px;
	background: #f8fafc;
	color: #111827;
	font: inherit;
		padding: 11px 12px;
	}

	.aom-seasonal-lp-date-field {
		position: relative;
	}

	.aom-seasonal-lp-date-field__control {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 8px;
	}

	.aom-seasonal-lp-date-field__button {
		appearance: none;
		min-height: 46px;
		border: 1px solid rgba(15, 23, 42, 0.16);
		border-radius: 7px;
		background: #ffffff;
		color: var(--aom-seasonal-lp-accent-strong);
		cursor: pointer;
		font: inherit;
		font-weight: 900;
		padding: 0 13px;
	}

	.aom-seasonal-lp-date-field__button:hover,
	.aom-seasonal-lp-date-field__button:focus-visible {
		border-color: var(--aom-seasonal-lp-accent);
		box-shadow: 0 0 0 3px rgba(47, 125, 70, 0.14);
		outline: none;
	}

.aom-seasonal-lp-date-field small {
	color: #667085;
	font-size: 0.76rem;
	font-weight: 700;
}

.aom-seasonal-lp-date-picker {
	position: absolute;
	z-index: 30;
	top: calc(100% + 8px);
	left: 0;
	width: min(100%, 330px);
	border: 1px solid rgba(15, 23, 42, 0.16);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
	padding: 12px;
}

.aom-seasonal-lp-date-picker[hidden] {
	display: none;
}

.aom-seasonal-lp-date-picker__head {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
}

.aom-seasonal-lp-date-picker__head strong {
	color: #0f172a;
	font-size: 0.92rem;
	font-weight: 900;
	text-align: center;
}

.aom-seasonal-lp-date-picker__head button,
.aom-seasonal-lp-date-picker__grid button {
	appearance: none;
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 7px;
	background: #f8fafc;
	color: #1d2939;
	cursor: pointer;
	font: inherit;
	font-size: 0.78rem;
	font-weight: 850;
	min-height: 34px;
	padding: 0 9px;
}

.aom-seasonal-lp-date-picker__head button:hover,
.aom-seasonal-lp-date-picker__head button:focus-visible,
.aom-seasonal-lp-date-picker__grid button:hover,
.aom-seasonal-lp-date-picker__grid button:focus-visible {
	border-color: var(--aom-seasonal-lp-accent);
	box-shadow: 0 0 0 3px rgba(47, 125, 70, 0.12);
	outline: none;
}

.aom-seasonal-lp-date-picker__weekdays,
.aom-seasonal-lp-date-picker__grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 5px;
}

.aom-seasonal-lp-date-picker__weekdays {
	margin-bottom: 6px;
	color: #667085;
	font-size: 0.68rem;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
}

.aom-seasonal-lp-date-picker__grid button {
	min-width: 0;
	padding: 0;
}

.aom-seasonal-lp-date-picker__grid button.is-selected {
	background: var(--aom-seasonal-lp-accent);
	color: #ffffff;
}

	.aom-seasonal-lp-form textarea {
	resize: vertical;
}

.aom-seasonal-lp-form input:focus,
.aom-seasonal-lp-form select:focus,
.aom-seasonal-lp-form textarea:focus {
	border-color: var(--aom-seasonal-lp-accent);
	box-shadow: 0 0 0 3px rgba(47, 125, 70, 0.14);
	outline: none;
}

.aom-seasonal-lp-product-field,
.aom-seasonal-lp-artwork-field {
	border: 0;
	padding: 0;
}

.aom-seasonal-lp-product-field__options,
.aom-seasonal-lp-artwork-field__options {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.aom-seasonal-lp-product-field__options label,
.aom-seasonal-lp-artwork-field__options label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 40px;
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 999px;
	background: #ffffff;
	cursor: pointer;
	padding: 0 12px;
}

.aom-seasonal-lp-product-field__options label:has(input:checked),
.aom-seasonal-lp-artwork-field__options label:has(input:checked) {
	border-color: var(--aom-seasonal-lp-accent);
	background: var(--aom-seasonal-lp-accent-soft);
	box-shadow: inset 0 0 0 1px var(--aom-seasonal-lp-accent);
}

.aom-seasonal-lp-product-field__options span,
.aom-seasonal-lp-artwork-field__options span {
	color: #344054;
	font-size: 0.84rem;
	font-weight: 800;
}

.aom-seasonal-lp-product-field__options input,
.aom-seasonal-lp-artwork-field__options input {
	accent-color: var(--aom-seasonal-lp-accent);
}

.aom-seasonal-lp-form__status {
	min-height: 22px;
	margin: 0;
	color: #475467;
	font-size: 0.9rem;
	font-weight: 700;
}

.aom-seasonal-lp-form__status.is-success {
	color: #0f7a3f;
}

.aom-seasonal-lp-form__status.is-error {
	color: #b42318;
}

@keyframes aom-seasonal-lp-photo-float {
	from {
		transform: var(--aom-seasonal-lp-card-transform) translateY(-6px);
	}

	to {
		transform: var(--aom-seasonal-lp-card-transform) translateY(8px);
	}
}

@keyframes aom-seasonal-lp-proof-float {
	from {
		transform: var(--aom-seasonal-lp-proof-transform) translateY(5px);
	}

	to {
		transform: var(--aom-seasonal-lp-proof-transform) translateY(-5px);
	}
}

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

	.aom-seasonal-lp-photo-card,
	.aom-seasonal-lp-proof-card {
		animation: none !important;
	}
}

	@media (max-width: 1180px) {
		.aom-seasonal-lp-quick-buy__grid {
			grid-template-columns: repeat(3, minmax(0, 1fr));
		}

		.aom-seasonal-lp-product-grid {
			grid-template-columns: repeat(2, minmax(0, 1fr));
		}

		.aom-seasonal-lp-bundle-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

	@media (max-width: 980px) {
		.aom-seasonal-lp-nav__inner {
			align-items: flex-start;
			flex-direction: column;
			gap: 8px;
			padding: 12px 0;
		}

		.aom-seasonal-lp-nav__links {
			width: 100%;
			max-width: 100%;
			padding-bottom: 2px;
		}

	.aom-seasonal-lp-hero__inner,
	.aom-seasonal-lp-quote__inner {
		grid-template-columns: 1fr;
	}

	.aom-seasonal-lp-quick-buy__head {
		grid-template-columns: 1fr;
	}

	.aom-seasonal-lp-scenes__grid {
		grid-template-columns: 1fr;
	}

	.aom-seasonal-lp-scene-card:first-child {
		grid-row: auto;
		min-height: 480px;
	}

	.aom-seasonal-lp-scene-card {
		min-height: 420px;
	}

	.aom-seasonal-lp-quick-buy__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.aom-seasonal-lp-hero__visual {
		min-height: 480px;
	}

	.aom-seasonal-lp-photo-card {
		--aom-seasonal-lp-card-transform: translateX(-50%) rotate(2deg);
		left: 50%;
		right: auto;
		top: 0;
	}

	.aom-seasonal-lp-proof-card {
		left: 5%;
	}

	.aom-seasonal-lp-scenario-grid {
		grid-template-columns: 1fr;
	}

	.aom-seasonal-lp-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.aom-seasonal-lp-proof-strip .aom-seasonal-lp-shell {
		align-items: flex-start;
		flex-direction: column;
	}

	.aom-seasonal-lp-proof-strip__items {
		justify-content: flex-start;
	}
}

@media (max-width: 720px) {
	.aom-seasonal-lp-shell {
		inline-size: min(100% - 24px, 1320px);
	}

	.aom-seasonal-lp-hero {
		min-height: auto;
	}

	.aom-seasonal-lp-hero__inner {
		min-height: 0;
		padding: 46px 0 38px;
	}

	.aom-seasonal-lp-hero h1 {
		font-size: clamp(2.15rem, 12vw, 3.25rem);
	}

	.aom-seasonal-lp-hero__actions,
	.aom-seasonal-lp-button {
		width: 100%;
	}

	.aom-seasonal-lp-hero__visual {
		display: none;
	}

	.aom-seasonal-lp-photo-card {
		width: min(88vw, 340px);
	}

	.aom-seasonal-lp-proof-card {
		bottom: 0;
		width: min(82vw, 280px);
	}

	.aom-seasonal-lp-urgency {
		position: static;
	}

	.aom-seasonal-lp-urgency span {
		text-align: left;
	}

	.aom-seasonal-lp-section,
	.aom-seasonal-lp-scenes,
	.aom-seasonal-lp-quick-buy,
	.aom-seasonal-lp-quote {
		padding: 52px 0;
	}

	.aom-seasonal-lp-scenes + .aom-seasonal-lp-quick-buy {
		padding: 52px 0;
	}

	.aom-seasonal-lp-scene-card,
	.aom-seasonal-lp-scene-card:first-child {
		min-height: 430px;
	}

	.aom-seasonal-lp-scene-card__body {
		padding: 20px;
	}

	.aom-seasonal-lp-button--scene {
		width: 100%;
	}

	.aom-seasonal-lp-quick-buy {
		margin-top: 0;
		background: #ffffff;
	}

	.aom-seasonal-lp-quick-buy__head {
		padding: 18px;
	}

	.aom-seasonal-lp-quick-buy__grid {
		grid-template-columns: 1fr;
	}

	.aom-seasonal-lp-quick-buy-card {
		grid-template-columns: 1fr;
	}

	.aom-seasonal-lp-quick-buy-card__media {
		min-height: 238px;
	}

		.aom-seasonal-lp-category-grid,
		.aom-seasonal-lp-product-grid,
		.aom-seasonal-lp-bundle-grid,
		.aom-seasonal-lp-form__grid {
			grid-template-columns: 1fr;
		}

		.aom-seasonal-lp-product-card__media {
			min-height: 260px;
			padding: 18px;
		}

		.aom-seasonal-lp-product-card__media img {
			height: 215px;
		}

		.aom-seasonal-lp-form {
			padding: 18px;
	}
}
