.roa-merch-shop {
	--roa-bg: #090909;
	--roa-panel: #101010;
	--roa-panel-soft: #161616;
	--roa-line: rgba(255, 255, 255, 0.12);
	--roa-text: #e3e3e3;
	--roa-heading: #ffffff;
	--roa-muted: #99a9b5;
	--roa-accent: #dd3333;
	--roa-accent-soft: rgba(221, 51, 51, 0.18);
	--roa-success: #57d68d;
	color: var(--roa-text);
	background: var(--roa-bg);
	font-family: Montserrat, "Source Sans Pro", Arial, sans-serif;
}

.roa-merch-shop *,
.roa-merch-shop *::before,
.roa-merch-shop *::after {
	box-sizing: border-box;
}

.roa-merch-header {
	max-width: 1180px;
	margin: 0 auto 42px;
	padding: 60px 20px 30px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 420px);
	gap: 28px;
	align-items: end;
	border-bottom: 1px solid var(--roa-line);
}

.roa-merch-kicker,
.roa-product-kicker {
	color: var(--roa-accent);
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 8px;
}

.roa-merch-header h2,
.roa-product-body h3,
.roa-merch-section-head h3,
.roa-fieldset h4 {
	color: var(--roa-heading);
	font-family: "Bebas Neue", Montserrat, Arial, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0;
	margin: 0;
}

.roa-merch-header h2 {
	font-size: clamp(42px, 7vw, 92px);
	line-height: 0.9;
}

.roa-merch-header p {
	color: var(--roa-muted);
	line-height: 1.65;
	margin: 0;
}

.roa-merch-grid,
.roa-merch-layout {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.roa-merch-grid {
	display: grid;
	gap: 26px;
	margin-bottom: 34px;
}

.roa-product-card {
	background: var(--roa-panel);
	border: 1px solid var(--roa-line);
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.roa-product-main {
	display: grid;
	grid-template-columns: minmax(280px, 0.95fr) minmax(300px, 1.05fr);
	min-height: 520px;
}

.roa-product-gallery {
	position: relative;
	min-width: 0;
	background: #050505;
	border-right: 1px solid var(--roa-line);
	overflow: hidden;
}

.roa-gallery-track {
	display: flex;
	height: 100%;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.roa-gallery-track::-webkit-scrollbar {
	display: none;
}

.roa-gallery-slide {
	flex: 0 0 100%;
	scroll-snap-align: start;
	display: grid;
	place-items: center;
	min-width: 0;
}

.roa-gallery-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.roa-product-placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	min-height: 420px;
	color: rgba(255, 255, 255, 0.12);
	font-family: "Bebas Neue", Montserrat, Arial, sans-serif;
	font-size: 92px;
	background: #070707;
}

.roa-gallery-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 42px;
	height: 42px;
	border: 1px solid var(--roa-line);
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.62);
	color: #fff;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.roa-gallery-prev {
	left: 14px;
}

.roa-gallery-next {
	right: 14px;
}

.roa-gallery-dots {
	position: absolute;
	left: 50%;
	bottom: 16px;
	transform: translateX(-50%);
	display: flex;
	gap: 8px;
}

.roa-gallery-dots button {
	width: 9px;
	height: 9px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.58);
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
}

.roa-gallery-dots button.is-active {
	background: var(--roa-accent);
	border-color: var(--roa-accent);
}

.roa-product-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 18px;
	padding: clamp(24px, 4vw, 46px);
}

.roa-product-body h3 {
	font-size: clamp(38px, 5vw, 72px);
	line-height: 0.92;
}

.roa-product-price {
	color: #fff;
	font-size: 28px;
	font-weight: 900;
	margin: 0;
}

.roa-product-options,
.roa-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.roa-product-nickname {
	grid-column: 1 / -1;
}

.roa-merch-shop label {
	display: grid;
	gap: 8px;
	color: var(--roa-muted);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.roa-merch-shop input,
.roa-merch-shop select,
.roa-merch-shop textarea {
	width: 100%;
	min-height: 46px;
	background: var(--roa-panel-soft);
	border: 1px solid var(--roa-line);
	border-radius: 3px;
	color: var(--roa-text);
	padding: 11px 12px;
	font: inherit;
}

.roa-merch-shop input:focus,
.roa-merch-shop select:focus,
.roa-merch-shop textarea:focus {
	outline: 2px solid var(--roa-accent-soft);
	border-color: var(--roa-accent);
}

.roa-merch-shop textarea {
	min-height: 110px;
	resize: vertical;
}

.roa-add-to-cart,
.roa-merch-submit,
.roa-product-info-toggle {
	min-height: 48px;
	border: 1px solid var(--roa-accent);
	border-radius: 3px;
	background: var(--roa-accent);
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	cursor: pointer;
	transition: opacity 160ms ease, transform 160ms ease, background 160ms ease;
}

.roa-add-to-cart,
.roa-merch-submit {
	width: 100%;
}

.roa-add-to-cart:hover,
.roa-merch-submit:hover,
.roa-product-info-toggle:hover {
	opacity: 0.88;
	transform: translateY(-1px);
}

.roa-product-info {
	border-top: 1px solid var(--roa-line);
	background: #0c0c0c;
	padding: 18px clamp(20px, 4vw, 46px);
}

.roa-product-info-toggle {
	background: transparent;
	color: var(--roa-heading);
	padding: 0 18px;
	width: auto;
}

.roa-product-info-content {
	padding-top: 18px;
	color: var(--roa-muted);
	line-height: 1.65;
}

.roa-product-info-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 16px;
}

.roa-product-info-grid div {
	border: 1px solid var(--roa-line);
	background: var(--roa-panel);
	padding: 14px;
}

.roa-product-info-grid span {
	display: block;
	color: var(--roa-muted);
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 6px;
}

.roa-product-info-grid strong {
	color: var(--roa-heading);
}

.roa-merch-layout {
	display: grid;
	grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
	gap: 24px;
	align-items: start;
	padding-bottom: 60px;
}

.roa-merch-cart,
.roa-merch-checkout {
	background: var(--roa-panel);
	border: 1px solid var(--roa-line);
	border-radius: 8px;
	padding: 22px;
}

.roa-merch-section-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 14px;
	margin-bottom: 18px;
}

.roa-merch-section-head h3,
.roa-fieldset h4 {
	font-size: 32px;
	line-height: 1;
}

.roa-merch-cart-count {
	display: grid;
	place-items: center;
	min-width: 32px;
	height: 32px;
	border: 1px solid var(--roa-accent);
	border-radius: 50%;
	color: var(--roa-heading);
	font-weight: 900;
}

.roa-cart-item {
	display: grid;
	gap: 12px;
	border-top: 1px solid var(--roa-line);
	padding: 14px 0;
}

.roa-cart-main {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.roa-cart-main strong,
.roa-cart-controls strong {
	color: var(--roa-heading);
}

.roa-cart-main span,
.roa-cart-controls span {
	color: var(--roa-muted);
}

.roa-cart-controls {
	display: grid;
	grid-template-columns: 72px 1fr 1fr auto;
	gap: 10px;
	align-items: center;
}

.roa-cart-controls input {
	min-height: 38px;
}

.roa-cart-controls button {
	min-height: 38px;
	border: 1px solid var(--roa-line);
	border-radius: 3px;
	background: transparent;
	color: var(--roa-text);
	cursor: pointer;
}

.roa-cart-controls button:hover {
	border-color: var(--roa-accent);
	color: #fff;
}

.roa-merch-cart-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	border-top: 1px solid var(--roa-line);
	padding-top: 16px;
	margin-top: 4px;
	color: var(--roa-heading);
}

.roa-fieldset {
	border: 0;
	border-top: 1px solid var(--roa-line);
	margin: 0;
	padding: 20px 0 0;
}

.roa-fieldset:first-of-type {
	border-top: 0;
	padding-top: 0;
}

.roa-fieldset h4 {
	margin-bottom: 14px;
}

.roa-checkbox {
	display: flex !important;
	grid-template-columns: none !important;
	flex-direction: row;
	align-items: flex-start;
	gap: 10px;
	text-transform: none !important;
	line-height: 1.45;
}

.roa-checkbox input {
	width: 18px;
	height: 18px;
	min-height: 18px;
	margin-top: 2px;
	accent-color: var(--roa-accent);
	flex: 0 0 auto;
}

.roa-checkbox a {
	color: #fff;
	text-decoration: underline;
}

.roa-legal {
	display: grid;
	gap: 12px;
}

.roa-merch-message {
	margin: 16px 0;
	padding: 12px 14px;
	border-radius: 3px;
	border: 1px solid var(--roa-line);
	background: var(--roa-panel-soft);
	color: var(--roa-text);
}

.roa-merch-message.is-error {
	border-color: rgba(221, 51, 51, 0.7);
	color: #ff7b7b;
}

.roa-merch-message.is-success {
	border-color: rgba(87, 214, 141, 0.65);
	color: var(--roa-success);
}

.roa-merch-empty,
.roa-merch-empty-cart {
	color: var(--roa-muted);
	border: 1px dashed var(--roa-line);
	border-radius: 8px;
	padding: 18px;
	text-align: center;
}

.roa-merch-submit.is-loading {
	opacity: 0.65;
	cursor: wait;
}

@media (max-width: 1024px) {
	.roa-merch-header,
	.roa-product-main,
	.roa-merch-layout {
		grid-template-columns: 1fr;
	}

	.roa-product-gallery {
		border-right: 0;
		border-bottom: 1px solid var(--roa-line);
	}

	.roa-gallery-track {
		height: min(70vw, 560px);
	}
}

@media (max-width: 700px) {
	.roa-merch-header,
	.roa-merch-grid,
	.roa-merch-layout {
		padding-left: 14px;
		padding-right: 14px;
	}

	.roa-product-options,
	.roa-form-grid,
	.roa-product-info-grid {
		grid-template-columns: 1fr;
	}

	.roa-product-body {
		padding: 22px;
	}

	.roa-cart-controls {
		grid-template-columns: 72px 1fr;
	}

	.roa-cart-controls strong,
	.roa-cart-controls button {
		grid-column: span 2;
	}
}
