.az-mobile-shop-routes,
.az-mobile-shop-routes *,
.az-home-product-carousel,
.az-home-product-carousel * {
	box-sizing: border-box;
}

@property --az-border-angle {
	syntax: "<angle>";
	inherits: false;
	initial-value: 0deg;
}

.az-mobile-shop-routes {
	display: none;
}

.az-home-product-carousel {
	width: 100%;
	background: #050505;
	color: #f4f1e8;
	padding: clamp(18px, 2vw, 24px) 0 0;
	overflow: hidden;
}

.az-home-discovery-band {
	background: #050505;
	color: #f4f1e8;
	padding: clamp(14px, 1.7vw, 22px) 0 0;
}

.az-home-discovery-band__inner {
	width: calc(100% - clamp(24px, 4vw, 56px));
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(300px, 1.2fr) minmax(760px, 2.2fr) minmax(300px, 1.2fr);
	gap: clamp(12px, 1.4vw, 18px);
	align-items: start;
}

.az-home-discovery-band__main {
	min-width: 0;
	display: grid;
	gap: clamp(12px, 1.4vw, 18px);
}

.az-home-discovery-band--without-carousel .az-home-discovery-band__inner {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.az-home-product-carousel--embedded {
	padding: 0;
}

.az-home-product-carousel--embedded .az-home-product-carousel__inner {
	width: 100%;
}

.az-home-side-panel {
	display: flex;
	flex-direction: column;
	gap: 0.9rem;
	padding: 0.9rem;
	border-radius: 22px;
	border: 1px solid rgba(199, 154, 43, 0.16);
	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 32%);
	box-shadow: 0 20px 46px rgba(0, 0, 0, 0.28);
}

.az-home-side-panel__header {
	display: grid;
	gap: 0.38rem;
}

.az-home-side-panel__eyebrow {
	margin: 0;
	color: #c79a2b;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 0.74rem;
	letter-spacing: 0.12em;
}

.az-home-side-panel__header h2 {
	margin: 0;
	font-family: var(--aa-font-heading, Impact, Anton, Oswald, "Arial Black", sans-serif);
	font-size: clamp(1.75rem, 2vw, 2.35rem);
	line-height: 0.94;
	text-transform: uppercase;
}

.az-home-side-panel__copy {
	margin: 0;
	color: rgba(244, 241, 232, 0.72);
	font-size: 0.93rem;
	line-height: 1.45;
}

.az-home-side-panel__stack {
	display: grid;
	gap: 0.7rem;
}

.az-home-side-card {
	display: grid;
	gap: 0.4rem;
	padding: 0.8rem;
	border-radius: 18px;
	border: 1px solid rgba(199, 154, 43, 0.14);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015)),
		rgba(10, 10, 10, 0.96);
	color: #f4f1e8;
	text-decoration: none;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24);
	overflow: hidden;
	transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
	min-height: 0;
}

.az-home-side-card:hover,
.az-home-side-card:focus-visible {
	transform: translateY(-2px);
	border-color: rgba(229, 184, 73, 0.44);
	box-shadow: 0 18px 32px rgba(0, 0, 0, 0.32);
	outline: none;
}

.az-home-side-card__label {
	color: #f0c95b;
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.az-home-side-card__title {
	font-size: 1rem;
	line-height: 1.14;
}

.az-home-side-card__copy {
	color: rgba(244, 241, 232, 0.72);
	font-size: 0.84rem;
	line-height: 1.45;
}

.az-home-side-card--post {
	padding: 0;
	gap: 0;
	grid-template-rows: auto auto;
}

.az-home-side-card__media {
	position: relative;
	display: block;
	aspect-ratio: 16 / 10;
	background:
		radial-gradient(circle at top right, rgba(199, 154, 43, 0.16), transparent 32%),
		linear-gradient(180deg, rgba(30, 30, 30, 0.95), rgba(10, 10, 10, 0.98));
}

.az-home-side-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.az-home-side-card__body {
	display: grid;
	gap: 0.38rem;
	padding: 0.8rem;
	align-content: start;
}

.az-home-side-panel__cta {
	width: 100%;
	justify-content: center;
}

.az-home-side-panel--guides .az-home-side-panel__stack {
	grid-auto-rows: auto;
}

.az-home-side-panel--guides .az-home-side-card {
	align-content: start;
	min-height: 0;
}

.az-home-side-panel--journal .az-home-side-panel__stack {
	grid-auto-rows: auto;
}

.az-home-mobile-content-panels {
	display: none;
	background: #050505;
	color: #f4f1e8;
	padding: 0 0 1rem;
}

.az-home-mobile-content-panels__inner {
	width: min(1600px, calc(100% - clamp(24px, 5vw, 88px)));
	margin: 0 auto;
	display: grid;
	gap: 0.85rem;
}

.az-home-product-carousel__inner {
	width: min(1600px, calc(100% - clamp(24px, 5vw, 88px)));
	margin: 0 auto;
	position: relative;
	padding: clamp(0.7rem, 1.1vw, 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.08), transparent 32%);
	box-shadow: 0 20px 46px rgba(0, 0, 0, 0.28);
	overflow: visible;
	isolation: isolate;
}

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

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

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

.az-home-product-carousel__header {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 24px;
	margin-bottom: clamp(10px, 1.2vw, 14px);
	padding-right: 4rem;
}

.az-home-product-carousel__eyebrow {
	margin: 0 0 8px;
	color: #c79a2b;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 0.12em;
}

.az-home-product-carousel__header h2 {
	margin: 0;
	max-width: 820px;
	color: #f4f1e8;
	font-family: var(--aa-font-heading, Impact, Anton, Oswald, "Arial Black", sans-serif);
	text-transform: uppercase;
	font-size: clamp(34px, 4vw, 68px);
	line-height: 0.92;
	letter-spacing: 0.02em;
}

.az-home-product-carousel__subheading {
	max-width: 760px;
	margin: 8px 0 0;
	color: rgba(244, 241, 232, 0.78);
	font-weight: 600;
	font-size: clamp(15px, 1.05vw, 18px);
}

.az-home-product-carousel__controls {
	position: absolute;
	top: 0.1rem;
	right: 0;
	display: flex;
	gap: 6px;
	flex: 0 0 auto;
}

.az-home-product-carousel__arrow {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border-radius: 999px;
	border: 1px solid rgba(199, 154, 43, 0.58);
	background: rgba(10, 10, 10, 0.82);
	color: #d3a63b;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	box-shadow: 0 10px 26px rgba(0, 0, 0, 0.38);
	transition: border-color 0.22s ease, color 0.22s ease, transform 0.22s ease, opacity 0.22s ease;
	position: relative;
}

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

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

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

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

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

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

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

.az-home-product-carousel__arrow:disabled {
	opacity: 0.32;
	cursor: default;
	transform: none;
}

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

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

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

@media (max-width: 1199px) {
	.az-home-discovery-band__inner {
		grid-template-columns: minmax(250px, 1fr) minmax(0, 2.15fr) minmax(250px, 1fr);
	}

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

@media (max-width: 1023px) {
	.az-home-discovery-band__inner {
		width: min(calc(100% - 24px), 760px);
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.az-home-discovery-band--without-carousel .az-home-discovery-band__inner {
		grid-template-columns: 1fr;
	}

	.az-home-side-panel--desktop {
		display: none;
	}

	.az-home-mobile-content-panels {
		display: block;
	}

	.az-home-mobile-content-panels__inner {
		width: min(calc(100% - 24px), 760px);
	}

	.az-mobile-shop-routes {
		display: block;
		background: #050505;
		color: #f4f1e8;
		padding: 16px 0 4px;
		overflow: hidden;
	}

	.az-mobile-shop-routes__inner {
		width: min(calc(100% - 24px), 720px);
		margin: 0 auto;
	}

	.az-mobile-shop-routes__header {
		display: flex;
		align-items: baseline;
		justify-content: space-between;
		gap: 14px;
		margin-bottom: 10px;
	}

	.az-mobile-shop-routes__header p {
		margin: 0;
		color: #c79a2b;
		text-transform: uppercase;
		font-weight: 900;
		font-size: 12px;
		letter-spacing: 0.12em;
	}

	.az-mobile-shop-routes__header span {
		color: rgba(244, 241, 232, 0.64);
		font-size: 12px;
		font-weight: 700;
	}

	.az-mobile-shop-routes__track {
		display: flex;
		gap: 10px;
		overflow-x: auto;
		scroll-snap-type: x proximity;
		scrollbar-width: none;
		padding-bottom: 10px;
	}

	.az-mobile-shop-routes__track::-webkit-scrollbar {
		display: none;
	}

	.az-mobile-shop-route {
		flex: 0 0 auto;
		min-width: 126px;
		display: inline-flex;
		align-items: center;
		gap: 9px;
		min-height: 46px;
		padding: 0 13px;
		border-radius: 999px;
		border: 1px solid rgba(199, 154, 43, 0.35);
		background: rgba(17, 17, 17, 0.86);
		color: #f4f1e8;
		text-decoration: none;
		scroll-snap-align: start;
	}

	.az-mobile-shop-route__icon {
		width: 22px;
		height: 22px;
		color: #c79a2b;
		flex: 0 0 auto;
	}

	.az-mobile-shop-route__icon svg {
		width: 100%;
		height: 100%;
		display: block;
	}

	.az-mobile-shop-route strong {
		font-size: 13px;
		line-height: 1;
		font-weight: 900;
		text-transform: uppercase;
		letter-spacing: 0.04em;
	}
}

@media (max-width: 767px) {
	.az-home-discovery-band {
		padding-top: 12px;
	}

	.az-home-mobile-content-panels {
		padding-bottom: 0.8rem;
	}

	.az-home-side-panel {
		padding: 0.78rem;
		border-radius: 18px;
	}

	.az-home-side-panel__header h2 {
		font-size: clamp(1.6rem, 8vw, 2rem);
	}

	.az-home-side-panel__copy {
		font-size: 0.88rem;
	}

	.az-home-side-card__title {
		font-size: 0.95rem;
	}

	.az-home-side-card__copy {
		font-size: 0.8rem;
	}

	.az-home-mobile-content-panels__inner {
		width: min(calc(100% - 24px), 680px);
	}

	.az-home-product-carousel {
		padding-top: 14px;
		padding-bottom: 0;
	}

	.az-home-product-carousel__inner {
		width: min(calc(100% - 24px), 680px);
	}

	.az-home-product-carousel__header {
		gap: 12px;
		padding-right: 3.2rem;
	}

	.az-home-product-carousel__arrow {
		width: 32px;
		height: 32px;
	}

	.az-home-product-carousel__arrow::before {
		width: 12px;
	}

	.az-home-product-carousel__arrow::after {
		width: 6px;
		height: 6px;
	}

	.az-home-product-carousel__track > .az-home-merch-card {
		flex-basis: calc((100% - 12px - 0.08rem) / 2);
	}

	.az-home-product-carousel__header h2 {
		font-size: clamp(34px, 10vw, 50px);
	}

	.az-home-product-carousel__subheading {
		display: none;
	}

	.az-home-product-carousel__track > .az-home-merch-card .az-home-merch-card__media {
		min-height: 10.2rem;
	}

	.az-home-product-carousel__track > .az-home-merch-card .az-home-merch-card__media img {
		max-height: 8.9rem;
	}
}
