.az-home-campaign-slider,
.az-home-campaign-slider *,
.az-home-product-rails,
.az-home-product-rails *,
.az-home-sale-reminder,
.az-home-sale-reminder * {
	box-sizing: border-box;
}

.az-home-campaign-slider {
	position: relative;
	height: clamp(17rem, 38vw, 34rem);
	min-height: 17rem;
}

.az-home-campaign-slider__track {
	position: relative;
	height: 100%;
}

.az-home-campaign-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.45s ease, visibility 0.45s ease;
}

.az-home-campaign-slide.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.az-home-campaign-slide__picture,
.az-home-campaign-slide__picture img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.az-home-campaign-slide__picture img {
	object-fit: cover;
	object-position: center;
}

.az-home-campaign-slide__content {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.85rem;
	width: auto;
	padding: 0;
	border-radius: 0;
	background: transparent;
	backdrop-filter: none;
}

.az-home-campaign-slide__eyebrow {
	margin: 0;
	color: #f0c95b;
	text-transform: uppercase;
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.14em;
}

.az-home-campaign-slide__content h1,
.az-home-campaign-slide__content h2 {
	margin: 0;
	max-width: 10ch;
}

.az-home-campaign-slide__content > p:not(.az-home-campaign-slide__eyebrow) {
	margin: 0;
	max-width: 34ch;
	color: rgba(244, 241, 232, 0.92);
	font-size: clamp(0.95rem, 1.2vw, 1.1rem);
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: 0;
	text-transform: none;
}

.az-home-campaign-slide__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	margin-top: 0;
}

.az-home-campaign-slide__coupon {
	display: inline-flex;
	align-items: center;
	min-height: 2.4rem;
	padding: 0 0.95rem;
	border-radius: 999px;
	border: 1px solid rgba(199, 154, 43, 0.55);
	background: rgba(5, 5, 5, 0.76);
	color: #f4f1e8;
	font-size: 0.88rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.az-home-campaign-slider__controls {
	position: absolute;
	left: 50%;
	top: 1rem;
	bottom: auto;
	z-index: 7;
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	transform: translateX(-50%);
}

.az-home-campaign-slider__dots {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}

.az-home-campaign-slider__dot,
.az-home-campaign-slider__arrow {
	border: 0;
	cursor: pointer;
}

.az-home-campaign-slider__dot {
	width: 0.55rem;
	height: 0.55rem;
	padding: 0;
	border-radius: 999px;
	background: rgba(244, 241, 232, 0.38);
	transition: transform 0.22s ease, background 0.22s ease;
}

.az-home-campaign-slider__dot.is-active,
.az-home-campaign-slider__dot:hover,
.az-home-campaign-slider__dot:focus-visible {
	background: #f0c95b;
	transform: scale(1.08);
	outline: none;
}

.az-home-campaign-slider__arrow {
	display: grid;
	place-items: center;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 999px;
	background: rgba(5, 5, 5, 0.78);
	border: 1px solid rgba(199, 154, 43, 0.58);
	color: #f0c95b;
	font-size: 0;
	line-height: 0;
	box-shadow: 0 10px 26px rgba(0, 0, 0, 0.38);
	position: relative;
}

.az-home-campaign-slider__arrow::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.82rem;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
}

.az-home-campaign-slider__arrow::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.44rem;
	height: 0.44rem;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
}

.az-home-campaign-slider__arrow--prev::before {
	transform: translate(-48%, -50%);
}

.az-home-campaign-slider__arrow--prev::after {
	transform: translate(-92%, -50%) rotate(-135deg);
}

.az-home-campaign-slider__arrow--next::before {
	transform: translate(-52%, -50%);
}

.az-home-campaign-slider__arrow--next::after {
	transform: translate(-8%, -50%) rotate(45deg);
}

.az-home-campaign-slider__arrow:hover,
.az-home-campaign-slider__arrow:focus-visible {
	outline: none;
	border-color: rgba(229, 184, 73, 0.94);
}

.az-home-product-rails {
	background: #050505;
	color: #f4f1e8;
	padding: 0 0 clamp(0.65rem, 1.2vw, 0.9rem);
}

.az-home-product-rails__inner {
	width: 100%;
	max-width: 100%;
	margin: 0;
	display: grid;
	gap: clamp(12px, 1.4vw, 18px);
}

.az-home-product-rail {
	position: relative;
	display: grid;
	gap: 0.7rem;
	padding: clamp(0.7rem, 1.4vw, 0.9rem);
	border-radius: 24px;
	border: 1px solid rgba(199, 154, 43, 0.22);
	background:
		linear-gradient(180deg, rgba(14, 14, 14, 0.98), rgba(6, 6, 6, 0.98)),
		radial-gradient(circle at top right, rgba(199, 154, 43, 0.09), transparent 30%);
	box-shadow: 0 20px 46px rgba(0, 0, 0, 0.28);
	overflow: visible;
	isolation: isolate;
}

.az-home-product-rail::before {
	content: none;
}

.az-home-product-rail::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	box-shadow:
		inset 0 0 0 1px rgba(255, 220, 120, 0.11),
		inset 0 1px 0 rgba(255, 244, 205, 0.06);
	pointer-events: none;
	z-index: 0;
}

.az-home-product-rail > :not(.az-premium-frame__fx) {
	position: relative;
	z-index: 2;
}

.az-home-product-rail__header {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 1rem;
	padding-right: 4.4rem;
}

.az-home-product-rail__controls {
	position: absolute;
	top: 0.15rem;
	right: 0;
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	flex: 0 0 auto;
}

.az-home-product-rail__arrow {
	display: grid;
	place-items: center;
	width: 2rem;
	height: 2rem;
	padding: 0;
	border-radius: 999px;
	border: 1px solid rgba(199, 154, 43, 0.46);
	background: rgba(10, 10, 10, 0.82);
	color: #d3a63b;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.32);
	transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
	position: relative;
}

.az-home-product-rail__arrow::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.7rem;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
}

.az-home-product-rail__arrow::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.38rem;
	height: 0.38rem;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
}

[data-az-rail-prev].az-home-product-rail__arrow::before {
	transform: translate(-48%, -50%);
}

[data-az-rail-prev].az-home-product-rail__arrow::after {
	transform: translate(-92%, -50%) rotate(-135deg);
}

[data-az-rail-next].az-home-product-rail__arrow::before {
	transform: translate(-52%, -50%);
}

[data-az-rail-next].az-home-product-rail__arrow::after {
	transform: translate(-8%, -50%) rotate(45deg);
}

.az-home-product-rail__arrow:hover,
.az-home-product-rail__arrow:focus-visible {
	border-color: rgba(229, 184, 73, 0.92);
	color: #f0c95b;
	transform: translateY(-1px);
	outline: none;
}

.az-home-product-rail__arrow:disabled {
	opacity: 0.34;
	cursor: default;
	transform: none;
}

.az-home-product-rail__viewport {
	overflow: hidden;
	min-width: 0;
}

.az-home-product-rail__header h2 {
	margin: 0;
	font-family: var(--aa-font-heading, Impact, Anton, Oswald, "Arial Black", sans-serif);
	font-size: clamp(1.7rem, 2.5vw, 2.45rem);
	line-height: 0.94;
	text-transform: uppercase;
}

.az-home-product-rail__header p {
	margin: 0.45rem 0 0;
	max-width: 54ch;
	color: rgba(244, 241, 232, 0.76);
}

.az-home-product-rail__grid {
	display: flex;
	gap: clamp(10px, 1.2vw, 18px);
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	scrollbar-width: none;
	padding: 2px 2px 0;
}

.az-home-product-rail__grid::-webkit-scrollbar {
	display: none;
}

.az-home-product-rail__grid > .az-home-merch-card {
	flex: 0 0 calc((100% - (clamp(10px, 1.2vw, 18px) * 3)) / 4);
	min-width: 0;
	min-height: 100%;
	scroll-snap-align: start;
}

.az-home-product-rail__grid.is-static > .az-home-merch-card {
	flex: 1 1 0;
}

.az-home-product-rail__empty {
	margin: 0;
	padding: 1rem 0;
	color: rgba(244, 241, 232, 0.68);
}

.az-home-merch-card {
	display: grid;
	grid-template-rows: auto auto;
	overflow: hidden;
	border-radius: 16px;
	border: 1px solid rgba(199, 154, 43, 0.16);
	background: rgba(8, 8, 8, 0.98);
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24);
}

.az-home-merch-card__media {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 16.8rem;
	padding: 0.35rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
	text-decoration: none;
}

.az-home-merch-card__media img {
	width: 100%;
	height: 100%;
	max-height: none;
	object-fit: cover;
	transition: transform 0.28s ease, filter 0.28s ease;
}

.az-home-merch-card__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.2) 46%, rgba(0, 0, 0, 0.88) 100%);
	pointer-events: none;
}

.az-home-merch-card__badge {
	position: absolute;
	left: 0.55rem;
	top: 0.55rem;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	min-height: 1.55rem;
	padding: 0 0.58rem;
	border-radius: 999px;
	background: rgba(5, 5, 5, 0.82);
	border: 1px solid rgba(199, 154, 43, 0.5);
	color: #f0c95b;
	font-size: 0.64rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.az-home-merch-card__body {
	position: absolute;
	left: 0.7rem;
	right: 0.7rem;
	bottom: 0.7rem;
	z-index: 2;
	display: grid;
	align-content: end;
	gap: 0.22rem;
}

.az-home-merch-card__title {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.12;
}

.az-home-merch-card__title span {
	color: #f4f1e8;
	display: block;
	text-shadow: 0 8px 18px rgba(0, 0, 0, 0.68);
}

.az-home-merch-card__price {
	margin: 0;
	color: #f0c95b;
	font-weight: 800;
	font-size: 0.84rem;
	text-shadow: 0 6px 14px rgba(0, 0, 0, 0.68);
}

.az-home-merch-card__price del {
	color: rgba(244, 241, 232, 0.54);
	margin-right: 0.35rem;
}

.az-home-merch-card__price ins {
	color: #f0c95b;
	text-decoration: none;
}

.az-home-merch-card__actions {
	display: flex;
	flex-wrap: nowrap;
	justify-content: stretch;
	gap: 0.3rem;
	padding: 0.45rem 0.45rem 0.5rem;
	background: rgba(8, 8, 8, 0.98);
}

.az-home-merch-card__actions .aa-button {
	flex: 1 1 0;
	position: relative;
	min-height: 2.15rem;
	padding: 0.3rem 0.38rem;
	border-radius: 0.55rem;
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.03em;
	line-height: 1;
	justify-content: center;
	text-transform: uppercase;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.14),
		0 8px 18px rgba(0, 0, 0, 0.34);
}

.az-home-merch-card__actions .aa-button:not(.aa-button--ghost) {
	border: 1px solid rgba(224, 182, 74, 0.7);
	background:
		linear-gradient(180deg, #e2b44a 0%, #c8911f 52%, #a96f12 100%);
	color: #080808;
	text-shadow: 0 1px 0 rgba(255, 248, 220, 0.24);
}

.az-home-merch-card__actions .aa-button.aa-button--ghost {
	border: 1px solid rgba(199, 154, 43, 0.44);
	background:
		linear-gradient(180deg, rgba(26, 26, 26, 0.96), rgba(10, 10, 10, 0.98));
	color: #f3cf72;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.05),
		0 8px 18px rgba(0, 0, 0, 0.3);
}

.az-home-merch-card__actions .aa-button:hover,
.az-home-merch-card__actions .aa-button:focus-visible {
	transform: translateY(-1px);
	filter: brightness(1.05);
}

.az-home-merch-card__actions .aa-button.aa-button--ghost:hover,
.az-home-merch-card__actions .aa-button.aa-button--ghost:focus-visible {
	border-color: rgba(229, 184, 73, 0.8);
	color: #ffe4a0;
}

.az-home-merch-card:hover .az-home-merch-card__media img,
.az-home-merch-card:focus-within .az-home-merch-card__media img {
	transform: scale(1.05);
	filter: contrast(1.03) saturate(1.03);
}

.az-home-sale-reminder {
	position: fixed;
	right: 1rem;
	bottom: 5.7rem;
	z-index: 880;
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	min-height: 2.9rem;
	padding: 0 1rem;
	border-radius: 999px;
	border: 1px solid rgba(199, 154, 43, 0.62);
	background: rgba(7, 7, 7, 0.92);
	color: #f4f1e8;
	text-decoration: none;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.42);
}

.az-home-sale-reminder strong {
	color: #f0c95b;
	font-size: 0.84rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.az-home-sale-reminder span {
	font-size: 0.88rem;
	font-weight: 700;
}

.az-home-sale-reminder--strip {
	top: calc(var(--site-header-offset, 0px) + 0.75rem);
	right: 1rem;
	bottom: auto;
	border-radius: 999px;
}

body.has-home-sale-reminder .aa-front-page .az-jarvis-launcher {
	bottom: 5.7rem;
}

@media (max-width: 1199px) {
	.az-home-product-rail__grid > .az-home-merch-card {
		flex-basis: calc((100% - (clamp(10px, 1.2vw, 18px) * 2)) / 3);
	}
}

@media (max-width: 1023px) {
	.az-home-campaign-slider {
		height: clamp(16rem, 58vw, 26rem);
		min-height: 16rem;
	}

	.az-home-campaign-slide__content {
		left: 1rem;
		right: 1rem;
		bottom: 1rem;
		width: auto;
		background: transparent;
	}
}

@media (max-width: 767px) {
	.az-home-campaign-slider {
		height: clamp(14.5rem, 66vw, 20rem);
		min-height: 14.5rem;
	}

	.az-home-campaign-slide__content {
		bottom: 0.85rem;
	}

	.az-home-campaign-slider__controls {
		top: 0.7rem;
		gap: 0.45rem;
	}

	.az-home-campaign-slider__arrow {
		width: 1.95rem;
		height: 1.95rem;
		font-size: 0.95rem;
	}

	.az-home-product-rails {
		padding-top: 0;
	}

	.az-home-product-rails__inner {
		width: 100%;
		max-width: 100%;
		gap: 0.18rem;
	}

	.az-home-product-rail {
		padding: 0.72rem;
		border-radius: 18px;
	}

	.az-home-product-rail__header h2 {
		font-size: clamp(1.65rem, 9.2vw, 2.05rem);
	}

	.az-home-product-rail__header p {
		display: none;
	}

	.az-home-product-rail__grid {
		gap: 0.55rem;
		padding: 0;
	}

	.az-home-product-rail__arrow {
		width: 1.9rem;
		height: 1.9rem;
	}

	.az-home-product-rail__arrow::before {
		width: 0.62rem;
	}

	.az-home-product-rail__arrow::after {
		width: 0.34rem;
		height: 0.34rem;
	}

	.az-home-product-rail__grid > .az-home-merch-card {
		flex: 0 0 calc((100% - 0.55rem - 0.08rem) / 2);
		min-width: 0;
		scroll-snap-align: start;
	}

	.az-home-merch-card__media {
		min-height: 11.4rem;
		padding: 0.28rem;
	}

	.az-home-merch-card__media img {
		max-height: none;
	}

	.az-home-merch-card__body {
		left: 0.45rem;
		right: 0.45rem;
		bottom: 0.45rem;
		gap: 0.16rem;
	}

	.az-home-merch-card__title {
		font-size: 0.76rem;
		line-height: 1.08;
	}

	.az-home-merch-card__price {
		font-size: 0.72rem;
	}

	.az-home-merch-card__actions {
		flex-wrap: wrap;
		gap: 0.24rem;
		padding: 0.34rem 0.34rem 0.38rem;
	}

	.az-home-merch-card__actions .aa-button {
		flex: 1 1 100%;
		width: 100%;
		min-width: 0;
		min-height: 1.92rem;
		padding: 0.24rem 0.24rem;
		font-size: 0.68rem;
		letter-spacing: 0.02em;
		white-space: normal;
	}

	.az-home-campaign-slide__eyebrow,
	.az-home-campaign-slide__content h1,
	.az-home-campaign-slide__content h2,
	.az-home-campaign-slide__content > p:not(.az-home-campaign-slide__eyebrow),
	.az-home-campaign-slide__coupon,
	.az-home-product-carousel__subheading {
		display: none;
	}

	body.has-home-sale-reminder .aa-front-page .az-jarvis-launcher {
		bottom: 5.25rem;
	}
}

.az-home-campaign-slide__eyebrow,
.az-home-campaign-slide__content h1,
.az-home-campaign-slide__content h2,
.az-home-campaign-slide__content > p:not(.az-home-campaign-slide__eyebrow),
.az-home-campaign-slide__coupon {
	display: none;
}

.az-home-campaign-slide__content .az-armoury-hero__main-cta {
	min-height: 3rem;
	padding: 0 1.4rem;
	font-size: 0.92rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	box-shadow:
		0 14px 28px rgba(0, 0, 0, 0.34),
		0 0 18px rgba(199, 154, 43, 0.16);
}

@media (max-width: 767px) {
	.az-home-campaign-slide__content .az-armoury-hero__main-cta {
		min-height: 2.15rem;
		padding: 0 0.95rem;
		font-size: 0.72rem;
		letter-spacing: 0.05em;
	}
}

@media (prefers-reduced-motion: reduce) {
	.az-home-campaign-slide,
	.az-home-campaign-slider__dot,
	.az-home-merch-card__media img {
		transition: none !important;
	}
}
