/* ==========================================================================
   Shop Page v2 — White Theme
   All rules scoped to #shop-v2-page or body.shop-v2-page
   ========================================================================== */

@font-face {
	font-family: 'Montserrat-SemiBold';
	src: url('../fonts/Montserrat-SemiBold.ttf');
}

/* --- Base --- */
#shop-v2-page {
	color: #1a1a1a;
	background: #ffffff;
	font-family: 'Montserrat-Regular', Helvetica, Arial, sans-serif;
	font-size: clamp(0.9rem, 2.2vw, 1rem);
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#shop-v2-page *,
#shop-v2-page *::before,
#shop-v2-page *::after {
	box-sizing: border-box;
}

#shop-v2-page a { color: #1a1a1a; text-decoration: none; }
#shop-v2-page a:hover { color: #D90500; }

/* Container — constrained content width */
#shop-v2-page .shop-v2-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1.25rem;
}

/* ==========================================================================
   Page Header Title
   ========================================================================== */

#shop-v2-page .shop-v2-page-header {
	background: #030303;
	padding: 0.85rem 1.5rem;
	text-align: center;
}

#shop-v2-page .shop-v2-page-title {
	font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
	font-size: clamp(2rem, 5vw, 3rem);
	color: #fff;
	margin: 0;
	line-height: 1.1;
	letter-spacing: normal;
}

@media (max-width: 600px) {
	#shop-v2-page .shop-v2-page-header {
		padding: 0.7rem 1rem;
	}

	#shop-v2-page .shop-v2-page-title {
		font-size: clamp(1.5rem, 8vw, 2rem);
	}
}

/* ==========================================================================
   Account Icon (replaces Search icon on this template only)
   ========================================================================== */

.shop-v2-page .nav-search a {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E") !important;
}

.shop-v2-page .nav-search {
	position: relative;
	overflow: visible !important;
}

.shop-v2-account-dropdown {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 6px 24px rgba(0,0,0,0.18);
	padding: 0.75rem 1rem;
	min-width: 200px;
	list-style: none;
	margin: 0;
	z-index: 2002;
}

.shop-v2-page .nav-search.is-open .shop-v2-account-dropdown {
	display: block;
}

.shop-v2-account-dropdown li { padding: 0.3rem 0; }
.shop-v2-account-dropdown li a {
	color: #3a3d35;
	font-family: 'Montserrat-Regular', Helvetica, Arial, sans-serif;
	font-size: 0.85rem;
	display: block;
	padding: 0.35rem 0.5rem;
	border-radius: 4px;
	text-decoration: none;
	transition: background-color 0.15s;
}
.shop-v2-account-dropdown li a:hover {
	background-color: #f5f5f5;
	color: #D90500;
}
.shop-v2-account-dropdown .shop-v2-account-login {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 6px 18px;
	font-family: 'Montserrat-Bold', Helvetica, Arial, sans-serif;
	font-size: 0.82rem;
	border-radius: 6px;
	width: 100%;
	margin-bottom: 0.25rem;
	background: #D90500;
	color: #fff;
	border: 2px solid transparent;
	text-decoration: none;
	transition: background-color 0.15s, color 0.15s, border-color 0.15s;
}
.shop-v2-account-dropdown .shop-v2-account-login:hover {
	background: #fff;
	color: #D90500;
	border-color: #D90500;
}

/* ==========================================================================
   Hero Banner — Blizzard-style with Indicator Navigation
   ========================================================================== */

/* Wrapper: centers billboard + provides spacing from site nav */
#shop-v2-page .shop-v2-hero-wrap {
	max-width: 1440px;
	margin: 12px auto 0;
	padding: 0 1.25rem;
}

/* Billboard: self-contained card, never touches browser edges */
#shop-v2-page .shop-v2-hero {
	height: 360px;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}

#shop-v2-page .shop-v2-hero__viewport {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	touch-action: pan-y;
}

#shop-v2-page .shop-v2-hero__slider {
	margin: 0;
	height: 100%;
	touch-action: pan-y;
}

/* Force Slick intermediary elements to fill the viewport height.
   !important overrides Slick's inline height (set from content height in fade mode). */
#shop-v2-page .shop-v2-hero__slider .slick-list,
#shop-v2-page .shop-v2-hero__slider .slick-track {
	height: 100% !important;
}
#shop-v2-page .shop-v2-hero__slider .slick-list {
	touch-action: pan-y;
}
#shop-v2-page .shop-v2-hero__slider .slick-slide,
#shop-v2-page .shop-v2-hero__slider .slick-slide > div {
	height: 100%;
}

#shop-v2-page .shop-v2-hero__slide {
	position: relative;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#shop-v2-page .shop-v2-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to bottom,
		rgba(0,0,0,var(--shop-v2-hero-overlay-opacity-top,0.15)) 0%,
		rgba(0,0,0,var(--shop-v2-hero-overlay-opacity-mid,0.40)) 60%,
		rgba(0,0,0,var(--shop-v2-hero-overlay-opacity,0.65)) 100%
	);
	pointer-events: none;
}

#shop-v2-page .shop-v2-hero__content {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 2rem 1.5rem;
}

#shop-v2-page .shop-v2-hero__title {
	font-family: 'Montserrat-Bold', Helvetica, Arial, sans-serif;
	font-size: clamp(1.6rem, 4vw, 2.6rem);
	color: #fff;
	margin: 0 0 0.45rem;
	line-height: 1.2;
	text-shadow: 0 2px 12px rgba(0,0,0,0.35);
}

/* Game logo override — replaces the text title; scaled per slide via --shop-v2-logo-scale. */
#shop-v2-page .shop-v2-hero__logo {
	display: block;
	width: auto;
	height: auto;
	max-width: calc(58% * var(--shop-v2-logo-scale, 1));
	max-height: calc(170px * var(--shop-v2-logo-scale, 1));
	margin: 0 auto 0.55rem;
	object-fit: contain;
	filter: drop-shadow(0 2px 12px rgba(0,0,0,0.35));
}

#shop-v2-page .shop-v2-hero__subtitle {
	font-family: 'Montserrat-SemiBold', 'Montserrat-Bold', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: clamp(1rem, 2.2vw, 1.35rem);
	color: rgba(255,255,255,0.92);
	margin: 0 0 0.95rem;
	text-shadow: 0 1px 6px rgba(0,0,0,0.25);
}

#shop-v2-page .shop-v2-hero__subtitle--spacer {
	visibility: hidden;
}

/* CTA — matches .button-red-shadowed from game detail pages */
#shop-v2-page .shop-v2-hero__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-family: 'Montserrat-Bold', Helvetica, Arial, sans-serif;
	font-size: 1.05rem;
	font-weight: 700;
	background-color: #D90500;
	color: #fff;
	padding: 1.05rem 2rem;
	min-height: 52px;
	border-radius: 6px;
	box-shadow: 0 0 1rem rgba(0,0,0,0.5);
	min-width: 15rem;
	border: 2px solid transparent;
	text-decoration: none;
	line-height: 1.2;
	transition: background-color 0.15s, color 0.15s, border-color 0.15s;
}
#shop-v2-page .shop-v2-hero__cta:hover {
	background: #fff;
	color: #D90500;
	border-color: #D90500;
}

#shop-v2-page .shop-v2-hero.renewal-carousel-nav--asuka {
	--renewal-carousel-nav-offset-x: 0;
}

/* Indicator Navigation — flush beneath hero (pause first, then thin rectangles) */
#shop-v2-page .shop-v2-hero__nav-bar {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.5rem 1rem;
	background: transparent;
	position: relative;
}

#shop-v2-page .shop-v2-hero__nav-main {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
}

#shop-v2-page .shop-v2-hero__pause-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	border: none;
	color: rgba(0,0,0,0.4);
	padding: 0.3rem;
	cursor: pointer;
	transition: color 0.2s;
	flex-shrink: 0;
}
#shop-v2-page .shop-v2-hero__pause-btn:hover { color: #1a1a1a; }

#shop-v2-page .shop-v2-hero__indicator-list {
	display: flex;
	align-items: center;
	gap: 0.35rem;
}

#shop-v2-page .shop-v2-hero__indicator {
	width: 40px;
	height: 4px;
	border-radius: 2px;
	border: none;
	background: rgba(0,0,0,0.15);
	cursor: pointer;
	padding: 0;
	transition: background-color 0.25s;
}
#shop-v2-page .shop-v2-hero__indicator:hover {
	background: rgba(0,0,0,0.35);
}
#shop-v2-page .shop-v2-hero__indicator.is-active {
	background: #D90500;
}

/* ==========================================================================
   Filter Bar — Two-Row Tiered System (V84 Rebuild)
   ========================================================================== */

#shop-v2-page .shop-v2-filters {
	--shop-v2-filter-divider-gap: 0.75rem;
	--shop-v2-filter-label-width: 4.5rem;
	--shop-v2-filter-controls-offset: calc(var(--shop-v2-filter-label-width) + 1rem);
	padding: 0;
	min-height: 110px; /* prevent content jump when Row 2 / drawers toggle */
}

#shop-v2-page .shop-v2-filters .shop-v2-filter-controls {
	border-top: 1px solid #d9d9d9;
}

/* ── ROW 1: Primary Categories + Sort ── */

#shop-v2-page .shop-v2-filter-row1 {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: var(--shop-v2-filter-divider-gap) 0;
	min-height: 56px;
}

#shop-v2-page .shop-v2-filter-label {
	font-family: 'Montserrat-SemiBold', 'Montserrat-Bold', Helvetica, Arial, sans-serif;
	font-size: 0.9rem;
	font-weight: 600;
	color: #1a1a1a;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-right: 0.5rem;
	white-space: nowrap;
	min-width: var(--shop-v2-filter-label-width);
}

#shop-v2-page .shop-v2-filter-row1__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	width: 100%;
	min-width: 0;
}

#shop-v2-page .shop-v2-filter-scroll-frame {
	position: relative;
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
}

#shop-v2-page .shop-v2-filter-scroll-arrow {
	display: none;
}

/* Category buttons */
#shop-v2-page .shop-v2-cat-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 1.2rem;
	border: 2px solid #d0d0d0;
	border-radius: 5px;
	background: transparent;
	color: #3a3d35;
	font-family: 'Montserrat-SemiBold', 'Montserrat-Bold', Helvetica, Arial, sans-serif;
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	cursor: pointer;
	transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s;
	white-space: nowrap;
}
#shop-v2-page .shop-v2-cat-btn:hover {
	border-color: #D90500;
	color: #D90500;
}
#shop-v2-page .shop-v2-cat-btn.is-active {
	background: #D90500;
	border-color: #D90500;
	color: #fff;
}

/* Row 1 right-side actions: Sort */
#shop-v2-page .shop-v2-row1-actions {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-left: auto;
}

/* ── ROW 2: Dynamic Attribute Filters ── */

#shop-v2-page .shop-v2-filter-row2 {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: var(--shop-v2-filter-divider-gap) 0;
	min-height: 56px;
}

#shop-v2-page .shop-v2-filter-row2__triggers {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	width: 100%;
	min-width: 0;
}

/* Attribute buttons (Row 2 triggers with chevrons) — matches cat-btn styling */
#shop-v2-page .shop-v2-attr-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.5rem 1.2rem;
	border: 2px solid #d0d0d0;
	border-radius: 5px;
	background: transparent;
	color: #3a3d35;
	font-family: 'Montserrat-SemiBold', 'Montserrat-Bold', Helvetica, Arial, sans-serif;
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	cursor: pointer;
	transition: border-color 0.2s, color 0.2s, background-color 0.2s;
}
#shop-v2-page .shop-v2-attr-btn:hover,
#shop-v2-page .shop-v2-attr-btn[aria-expanded="true"],
#shop-v2-page .shop-v2-attr-btn.is-active {
	border-color: #D90500;
	color: #D90500;
	background: #fff;
}

/* Chevron SVG — rotates 180° when drawer is open */
#shop-v2-page .shop-v2-attr-chevron {
	transition: transform 0.25s ease;
	flex-shrink: 0;
}
#shop-v2-page .shop-v2-attr-btn[aria-expanded="true"] .shop-v2-attr-chevron {
	transform: rotate(-180deg);
}
#shop-v2-page .shop-v2-attr-btn.is-active .shop-v2-attr-chevron {
	color: #D90500;
}

/* CLEAR button — uses site standard red */
#shop-v2-page .shop-v2-clear-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 1.2rem;
	border: none;
	border-radius: 5px;
	background: #D90500;
	color: #fff;
	font-family: 'Montserrat-SemiBold', 'Montserrat-Bold', Helvetica, Arial, sans-serif;
	font-size: 0.82rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	cursor: pointer;
	transition: background-color 0.2s;
	white-space: nowrap;
}
#shop-v2-page .shop-v2-clear-btn:hover {
	background: #b00400;
}

/* Sort (Row 1, right side) */
#shop-v2-page .shop-v2-sort {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

#shop-v2-page .shop-v2-sort-label {
	display: inline-flex;
	align-items: center;
	color: #666;
	font-size: 0.9rem;
	font-family: 'Montserrat-Regular', Helvetica, Arial, sans-serif;
	line-height: 1;
	height: 2.35rem;
	min-height: 0;
	transform: translateY(-8px);
	white-space: nowrap;
}

#shop-v2-page .shop-v2-sort-select-wrap {
	display: inline-flex;
	align-items: center;
}

#shop-v2-page .shop-v2-sort-select {
	appearance: none;
	-webkit-appearance: none;
	background: #f5f5f5;
	border: 1px solid #d0d0d0;
	border-radius: 5px;
	color: #3a3d35;
	font-family: 'Montserrat-Regular', Helvetica, Arial, sans-serif;
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.2;
	min-height: 2.35rem;
	padding: 0.5rem 2.6rem 0.5rem 0.7rem;
	cursor: pointer;
	outline: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.65rem center;
	transition: border-color 0.2s, background-color 0.2s;
}
#shop-v2-page .shop-v2-sort-select:hover,
#shop-v2-page .shop-v2-sort-select:focus {
	border-color: #d0d0d0;
	box-shadow: none;
	background-color: #f2f2f2;
}
#shop-v2-page .shop-v2-sort-select option {
	background: #fff;
	color: #1a1a1a;
	font-family: 'Montserrat-Regular', Helvetica, Arial, sans-serif;
	font-size: 0.88rem;
	font-weight: 400;
	padding: 0.5rem 0.7rem;
}
#shop-v2-page .shop-v2-sort-select option:hover,
#shop-v2-page .shop-v2-sort-select option:focus {
	background-color: #ececec;
}
#shop-v2-page .shop-v2-sort-select option:checked {
	font-weight: 700;
	background-color: #efefef;
}

/* Divider between filter controls and active pills */
#shop-v2-page .shop-v2-filters-divider {
	border-top: 1px solid #d9d9d9;
}

#shop-v2-page .shop-v2-sort-mobile-slot {
	display: none;
}

/* Active filter pills row (Tailwind-equivalent classes applied in markup) */
#shop-v2-page .shop-v2-active-filters-row {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.7rem 0 0.7rem var(--shop-v2-filter-controls-offset);
	border-bottom: 1px solid #d9d9d9;
}
#shop-v2-page .shop-v2-active-filters-row[hidden] {
	display: none !important;
}
#shop-v2-page .shop-v2-active-filters-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
	flex: 0 1 auto;
	min-width: 0;
}
#shop-v2-page .shop-v2-active-filters-row .shop-v2-clear-btn {
	flex-shrink: 0;
}

#shop-v2-page .shop-v2-active-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.34rem 0.38rem 0.34rem 0.72rem;
	border-radius: 999px;
	border: 1px solid #d4d8de;
	background: #f5f7fa;
	color: #2f332d;
	font-family: 'Montserrat-Regular', Helvetica, Arial, sans-serif;
	font-size: 0.84rem;
	font-weight: 400;
	line-height: 1.2;
	cursor: pointer;
	transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}
#shop-v2-page .shop-v2-active-pill:hover {
	border-color: #D90500;
	color: #D90500;
	background: #fff;
}

#shop-v2-page .shop-v2-active-pill__label {
	white-space: nowrap;
}
#shop-v2-page .shop-v2-active-pill__remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.5rem;
	height: 1.5rem;
	color: #6b7280;
	margin-left: 0.1rem;
	transition: color 0.2s ease;
}
#shop-v2-page .shop-v2-active-pill:hover .shop-v2-active-pill__remove {
	color: #D90500;
}
#shop-v2-page .shop-v2-active-pill__remove-icon {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1;
}

/* ── EXPANSION DRAWERS ── */

#shop-v2-page .shop-v2-drawers {
	position: relative;
	padding-bottom: var(--shop-v2-filter-divider-gap);
}

/* Drawers: hidden by default, instant toggle (no animation for 60fps parity).
   JS adds .is-ready when parent category is active.
   .is-open reveals the drawer immediately. */
#shop-v2-page .shop-v2-drawer {
	display: none;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	background: #ffffff;
	border: none;
	border-radius: 6px;
	padding: 0 1rem 0 var(--shop-v2-filter-controls-offset);
}
#shop-v2-page .shop-v2-drawer.is-ready {
	display: block;
}
#shop-v2-page .shop-v2-drawer.is-open {
	max-height: none;
	opacity: 1;
	visibility: visible;
	padding: var(--shop-v2-filter-divider-gap) 1rem 0.625rem var(--shop-v2-filter-controls-offset);
	margin-top: 0.5rem;
}

#shop-v2-page .shop-v2-drawer__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1.5rem;
}

#shop-v2-page .shop-v2-drawer__list li {
	margin: 0;
}

#shop-v2-page .shop-v2-drawer__label {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	color: #3a3d35;
	font-family: 'Montserrat-SemiBold', 'Montserrat-Bold', Helvetica, Arial, sans-serif;
	font-size: 0.82rem;
	font-weight: 600;
	line-height: 1.25;
	cursor: pointer;
	transition: none;
	user-select: none;
	white-space: nowrap;
	-webkit-tap-highlight-color: transparent;
}
#shop-v2-page .shop-v2-drawer__label:hover,
#shop-v2-page .shop-v2-drawer__label:focus,
#shop-v2-page .shop-v2-drawer__label:active {
	color: #3a3d35;
}

#shop-v2-page .shop-v2-drawer__label > span {
	pointer-events: none;
}

#shop-v2-page .shop-v2-drawer__checkbox { display: none; }

#shop-v2-page .shop-v2-drawer__check-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px; height: 16px;
	border: 2px solid #d0d0d0;
	border-radius: 3px;
	background: #fff;
	flex-shrink: 0;
	position: relative;
	transition: background-color 0.15s, border-color 0.15s;
}
#shop-v2-page .shop-v2-drawer__checkbox:checked + .shop-v2-drawer__check-mark {
	background: #D90500;
	border-color: #D90500;
}
#shop-v2-page .shop-v2-drawer__checkbox:checked + .shop-v2-drawer__check-mark::after {
	content: '';
	position: absolute;
	width: 5px; height: 9px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
	top: 1px;
	left: 4px;
}

#shop-v2-page .shop-v2-drawer__count {
	color: #999;
	font-family: 'Montserrat-Regular', Helvetica, Arial, sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
}

/* ==========================================================================
   Product Grid — CSS Grid (fixes blank space bug)
   ========================================================================== */

#shop-v2-page .shop-v2-grid-section {
	padding: 2rem 0 3rem;
}

/* ==========================================================================
   Shop Sections — Grouped Product Display (Battle.net / Limited Run style)
   ========================================================================== */

#shop-v2-page .shop-v2-section {
	margin-bottom: 2.5rem;
}
#shop-v2-page .shop-v2-section:last-child {
	margin-bottom: 0;
}

/* State B: Filtered mode — hide section headers/dividers, flatten to grid */
#shop-v2-page.shop-v2--filtered .shop-v2-section > .shop-v2-section-header,
#shop-v2-page.shop-v2--filtered .shop-v2-section-divider {
	display: none !important;
}
#shop-v2-page.shop-v2--filtered .shop-v2-section {
	margin-bottom: 0;
}

#shop-v2-page .shop-v2-section-header {
	margin-bottom: 1.25rem;
	padding-bottom: 0.35rem;
	border-bottom: 2px solid #D90500;
}
#shop-v2-page .shop-v2-section-headline {
	margin: 0;
	padding: 0;
	font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.3;
	color: #030303;
	letter-spacing: 0.01em;
	text-transform: none;
}
#shop-v2-page .shop-v2-category-header[hidden] {
	display: none !important;
}
@media only screen and (min-width: 58em) {
	#shop-v2-page .shop-v2-section-headline {
		font-size: 1.5rem;
	}
}

#shop-v2-page .shop-v2-section-divider {
	margin: 2.5rem 0;
	border: 0;
	border-top: 1px solid #6e7264;
	opacity: 0.35;
}
@media only screen and (max-width: 640px) {
	#shop-v2-page .shop-v2-section {
		margin-bottom: 2rem;
	}
	#shop-v2-page .shop-v2-section-divider {
		margin: 2rem 0;
	}
}

/* Loading overlay removed — seamless grid updates (V88) */

/* Load More */
#shop-v2-page .shop-v2-load-more-wrap {
	display: flex;
	justify-content: center;
	padding: 2rem 0 1rem;
}
#shop-v2-page .shop-v2-load-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 2.5rem;
	background: #D90500;
	color: #fff;
	border: 2px solid transparent;
	border-radius: 4px;
	font-family: 'Montserrat-Bold', Helvetica, Arial, sans-serif;
	font-size: 0.85rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	cursor: pointer;
	transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
#shop-v2-page .shop-v2-load-more:hover {
	background: #fff;
	color: #D90500;
	border-color: #D90500;
}
#shop-v2-page .shop-v2-load-more:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

@media (max-width: 1024px) {
	#shop-v2-page .shop-v2-load-more {
		width: 100%;
	}
}

/* Empty state */
#shop-v2-page .shop-v2-empty-state {
	text-align: center;
	padding: 4rem 1rem;
	color: #767676;
	font-size: 1rem;
	width: 100%;
	grid-column: 1 / -1;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1024px) {
	#shop-v2-page .shop-v2-hero-wrap {
		margin-top: 15px;
	}
	#shop-v2-page .shop-v2-hero {
		height: 260px;
		border-radius: 6px;
	}
	#shop-v2-page .shop-v2-hero__title {
		font-size: clamp(1.3rem, 3.5vw, 2rem);
	}
	#shop-v2-page .shop-v2-hero__logo {
		max-height: calc(130px * var(--shop-v2-logo-scale, 1));
		max-width: calc(64% * var(--shop-v2-logo-scale, 1));
	}
}

@media (max-width: 640px) {
	#shop-v2-page .shop-v2-hero-wrap {
		margin-top: 10px;
		padding: 0 0.75rem;
	}
	#shop-v2-page .shop-v2-hero {
		height: 190px;
		border-radius: 6px;
	}
	#shop-v2-page .shop-v2-hero__logo {
		max-height: calc(84px * var(--shop-v2-logo-scale, 1));
		max-width: calc(70% * var(--shop-v2-logo-scale, 1));
		margin-bottom: 0.5rem;
	}

	#shop-v2-page .shop-v2-hero__nav-bar {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0.5rem 0.25rem;
	}
	#shop-v2-page .shop-v2-hero__nav-main {
		margin: 0 auto;
	}
	#shop-v2-page .shop-v2-hero__content {
		justify-content: flex-end;
		pointer-events: none;
		padding: 1.5rem 1rem 1.1rem;
		transform: translateY(0);
	}
	#shop-v2-page .shop-v2-hero__cta {
		width: calc(100% - 7rem);
		max-width: calc(100% - 7rem);
		min-width: 10rem;
		min-height: 2.9rem;
		padding: 0.78rem 1.2rem;
		font-size: 0.95rem;
		pointer-events: auto;
	}

	#shop-v2-page .shop-v2-hero.renewal-carousel-nav--asuka .slick-prev,
	#shop-v2-page .shop-v2-hero.renewal-carousel-nav--asuka .slick-next,
	#shop-v2-page .shop-v2-hero.renewal-carousel-nav--asuka .swiper-button-prev,
	#shop-v2-page .shop-v2-hero.renewal-carousel-nav--asuka .swiper-button-next,
	#shop-v2-page .shop-v2-hero.renewal-carousel-nav--asuka .owl-prev,
	#shop-v2-page .shop-v2-hero.renewal-carousel-nav--asuka .owl-next {
		display: none !important;
	}

	/* Filter Row 1/2: fixed labels + horizontal swipe tracks */
	#shop-v2-page .shop-v2-filter-row1 {
		display: grid;
		grid-template-columns: var(--shop-v2-filter-label-width) minmax(0, 1fr);
		column-gap: 0.5rem;
		overflow: visible;
		min-height: 46px;
		padding: 0.45rem 0 0.24rem;
	}
	#shop-v2-page .shop-v2-filter-row2 {
		display: grid;
		grid-template-columns: var(--shop-v2-filter-label-width) minmax(0, 1fr);
		column-gap: 0.5rem;
		overflow: visible;
		min-height: 46px;
		padding: 0.2rem 0 0.45rem;
	}
	#shop-v2-page .shop-v2-filter-row1 .shop-v2-filter-label,
	#shop-v2-page .shop-v2-filter-row2 .shop-v2-filter-label {
		flex: 0 0 auto;
		min-width: 0;
		margin-right: 0;
	}
	#shop-v2-page .shop-v2-filter-scroll-frame {
		--shop-v2-filter-arrow-gutter: 1.65rem;
		flex: 1 1 auto;
		min-width: 0;
		width: 100%;
		height: 3rem;
		display: flex;
		align-items: center;
		gap: 0;
		position: relative;
		overflow: visible;
	}
	#shop-v2-page .shop-v2-filter-row1__buttons,
	#shop-v2-page .shop-v2-filter-row2__triggers {
		flex-wrap: nowrap;
		flex: 0 1 auto;
		min-width: 0;
		width: calc(100% - (var(--shop-v2-filter-arrow-gutter) * 2));
		margin-left: var(--shop-v2-filter-arrow-gutter);
		margin-right: var(--shop-v2-filter-arrow-gutter);
		padding-left: 0;
		padding-right: 0;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
		scroll-padding-left: 0;
		scroll-padding-right: 0;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}
	#shop-v2-page .shop-v2-filter-row1__buttons::-webkit-scrollbar,
	#shop-v2-page .shop-v2-filter-row2__triggers::-webkit-scrollbar {
		display: none;
	}

	#shop-v2-page .shop-v2-cat-btn,
	#shop-v2-page .shop-v2-attr-btn { flex: 0 0 auto; }

	#shop-v2-page .shop-v2-filter-scroll-arrow {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 1.6rem;
		height: 2.2rem;
		padding: 0;
		border: 0;
		background: transparent;
		color: #6a6a6a;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		z-index: 2;
		cursor: pointer;
		transition: opacity 0.18s ease;
	}
	#shop-v2-page .shop-v2-filter-scroll-arrow:hover,
	#shop-v2-page .shop-v2-filter-scroll-arrow:focus-visible {
		outline: none;
		color: #202020;
	}
	#shop-v2-page .shop-v2-filter-scroll-arrow--left {
		left: 0;
	}
	#shop-v2-page .shop-v2-filter-scroll-arrow--right {
		right: -0.5rem;
	}
	#shop-v2-page .shop-v2-filter-scroll-arrow.is-disabled {
		opacity: 1;
		color: #b8b8b8;
		pointer-events: none;
	}
	#shop-v2-page .shop-v2-filter-scroll-arrow svg {
		display: block;
		width: 0.66rem;
		height: 0.66rem;
		stroke: currentColor;
		stroke-width: 2.3;
		fill: none;
		stroke-linecap: round;
		stroke-linejoin: round;
		filter: none;
		transform: none;
	}

	#shop-v2-page .shop-v2-row1-actions {
		display: none;
		margin-left: 0;
	}
	#shop-v2-page .shop-v2-sort-mobile-slot {
		display: block;
		padding: 0.65rem 0;
	}
	#shop-v2-page .shop-v2-sort-mobile-slot:empty {
		display: none;
		padding: 0;
	}
	#shop-v2-page .shop-v2-sort-mobile-slot .shop-v2-sort {
		justify-content: flex-start;
	}
	#shop-v2-page .shop-v2-sort-select { min-width: 140px; }
	#shop-v2-page .shop-v2-active-filters-row {
		flex-wrap: wrap;
		align-items: flex-start;
		padding-left: 0;
	}
	#shop-v2-page .shop-v2-active-filters-list {
		flex: 1 1 auto;
		min-width: 0;
	}
	#shop-v2-page .shop-v2-active-filters-row .shop-v2-clear-btn {
		order: -1;
	}
	#shop-v2-page .shop-v2-active-pill {
		max-width: 100%;
	}
	#shop-v2-page .shop-v2-active-pill__label {
		overflow: hidden;
		text-overflow: ellipsis;
	}

	/* Align mobile drawer values with the swipe-track text start (after fixed label + left chevron). */
	#shop-v2-page .shop-v2-drawer {
		padding-left: calc(var(--shop-v2-filter-controls-offset) + 1.8rem);
		padding-right: 0.75rem;
	}
	#shop-v2-page .shop-v2-drawer.is-open {
		padding: var(--shop-v2-filter-divider-gap) 0.75rem 0.625rem calc(var(--shop-v2-filter-controls-offset) + 1.8rem);
	}

	#shop-v2-page .shop-v2-drawer__list {
		flex-direction: column;
		gap: 0.6rem;
	}
	#shop-v2-page .shop-v2-drawer__list li {
		width: 100%;
	}
	#shop-v2-page .shop-v2-drawer__label {
		display: flex;
		width: 100%;
		min-height: 38px;
		padding: 0.2rem 0;
		align-items: center;
	}
	#shop-v2-page .shop-v2-drawer__check-mark {
		width: 20px;
		height: 20px;
	}
	#shop-v2-page .shop-v2-drawer__checkbox:checked + .shop-v2-drawer__check-mark::after {
		width: 6px;
		height: 11px;
		top: 1px;
		left: 5px;
	}

	.shop-v2-account-dropdown {
		right: -20px;
		min-width: 180px;
	}
}

@media only screen and (max-width: 40em) and (orientation: portrait) {
	#shop-v2-page .shop-v2-hero {
		height: clamp(240px, 74vw, 320px);
	}

	#shop-v2-page .shop-v2-hero__slide {
		background-position: center top;
	}

	#shop-v2-page .shop-v2-hero__content {
		padding: 1.75rem 1rem;
	}

	#shop-v2-page .shop-v2-hero__viewport,
	#shop-v2-page .shop-v2-hero__slider,
	#shop-v2-page .shop-v2-hero__slider .slick-list,
	#shop-v2-page .shop-v2-hero__slider .slick-track {
		touch-action: pan-y pinch-zoom;
	}
}
