:root {
	--vtt-black: #070606;
	--vtt-ink: #111111;
	--vtt-panel: #171313;
	--vtt-panel-soft: #211918;
	--vtt-line: rgba(255, 255, 255, 0.14);
	--vtt-text: #f7f2ee;
	--vtt-muted: #c4b7ad;
	--vtt-gold: #d7a64a;
	--vtt-red: #7e2026;
	--vtt-rose: #d17666;
	--vtt-teal: #2b8c86;
	--vtt-max: 1180px;
	--vtt-radius: 8px;
	--vtt-shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background:
		linear-gradient(rgba(7, 6, 6, 0.78), rgba(7, 6, 6, 0.86)),
		url("../images/bg/music-bg-dark.jpg") center top / cover fixed,
		url("../images/bg/black-noise.gif") repeat,
		#070606;
	color: var(--vtt-text);
	font-family: "Open Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link:focus {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 999;
	width: auto;
	height: auto;
	padding: 10px 14px;
	background: var(--vtt-gold);
	color: #130f0b;
	clip: auto;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	border-bottom: 1px solid var(--vtt-line);
	background: #121313;
	box-shadow: none;
	backdrop-filter: none;
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(100% - 32px, var(--vtt-max));
	margin: 0 auto;
	padding: 18px 0 20px;
}

.site-header__navrow {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 96px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	background: #111111;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	text-align: left;
}

.brand__mark {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	border: 1px solid rgba(215, 166, 74, 0.62);
	border-radius: 50%;
	background: radial-gradient(circle, #241816 0%, #0b0908 72%);
	color: var(--vtt-gold);
	font-weight: 800;
}

.brand__logo img {
	max-width: 58px;
	max-height: 58px;
	object-fit: contain;
}

.brand__text {
	display: grid;
	line-height: 1.15;
}

.brand__name {
	font-family: "Oswald", Impact, sans-serif;
	font-size: clamp(2rem, 3.2vw, 2.55rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	text-transform: none;
}

.brand__tagline {
	max-width: none;
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.42);
	font-size: 0.9rem;
	font-weight: 800;
}

.primary-nav {
	justify-self: center;
	width: min(100% - 32px, var(--vtt-max));
}

.primary-nav ul,
.footer-nav ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	padding: 0;
	margin: 0;
	list-style: none;
}

.primary-nav li {
	position: relative;
}

.primary-nav .sub-menu {
	position: absolute;
	top: 100%;
	left: 50%;
	display: grid;
	min-width: 210px;
	gap: 0;
	padding: 10px 0;
	border: 1px solid var(--vtt-line);
	background: rgba(9, 9, 9, 0.97);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, 10px);
	transition: opacity 160ms ease, transform 160ms ease;
}

.primary-nav li:hover > .sub-menu,
.primary-nav li:focus-within > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

.primary-nav .sub-menu a {
	display: block;
	padding: 9px 14px;
	white-space: nowrap;
}

.primary-nav a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 0 14px;
	border-bottom: 3px solid transparent;
	color: rgba(255, 255, 255, 0.48);
	font-family: "Open Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: none;
}

.primary-nav a:hover,
.primary-nav .current-menu-item > a,
.primary-nav .current-menu-parent > a,
.primary-nav .current-menu-ancestor > a,
.primary-nav .current_page_item > a,
.primary-nav .current_page_parent > a,
.primary-nav .current_page_ancestor > a {
	color: var(--vtt-text);
	border-bottom-color: #e4b813;
}

.primary-nav .menu-item-logo {
	flex: 0 0 auto;
	margin: 0 clamp(16px, 3.2vw, 52px);
}

.primary-nav .menu-item-logo > a,
.primary-nav .menu-item-logo > a:hover,
.primary-nav .menu-item-logo > a:focus-visible {
	min-height: 92px;
	padding: 0;
	border-bottom: 0;
}

.menu-logo img {
	display: block;
	width: clamp(82px, 8vw, 122px);
	height: clamp(82px, 8vw, 122px);
	border-radius: 50%;
	object-fit: cover;
	box-shadow: 0 12px 34px rgba(0, 0, 0, 0.34);
}

.mobile-header-logo {
	display: none;
}

.mobile-header-logo img {
	display: block;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	object-fit: cover;
	box-shadow: 0 12px 34px rgba(0, 0, 0, 0.34);
}

.social-links {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: clamp(18px, 3.8vw, 44px);
	color: rgba(255, 255, 255, 0.2);
}

.social-links a {
	display: inline-grid;
	place-items: center;
	width: 34px;
	height: 34px;
	color: inherit;
	transition: color 160ms ease, transform 160ms ease;
}

.social-links svg {
	width: 26px;
	height: 26px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.9;
}

.social-links__icon--solid,
.social-links a:nth-child(4) svg,
.social-links a:nth-child(5) svg {
	fill: currentColor;
	stroke: none;
}

.social-links a:hover {
	color: rgba(255, 255, 255, 0.62);
	transform: translateY(-1px);
}

.menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	border: 1px solid var(--vtt-line);
	border-radius: var(--vtt-radius);
	background: transparent;
	color: var(--vtt-text);
	cursor: pointer;
}

.menu-toggle__bar,
.menu-toggle__bar::before,
.menu-toggle__bar::after {
	display: block;
	width: 20px;
	height: 2px;
	margin: 0 auto;
	background: currentColor;
	content: "";
}

.menu-toggle__bar::before {
	transform: translateY(-7px);
}

.menu-toggle__bar::after {
	transform: translateY(5px);
}

.cart-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	grid-column: 3;
	justify-self: end;
	padding: 10px 12px;
	border: 1px solid var(--vtt-line);
	border-radius: var(--vtt-radius);
	color: var(--vtt-muted);
	font-size: 0.85rem;
}

.cart-link__icon {
	color: var(--vtt-gold);
	font-weight: 800;
	text-transform: uppercase;
}

.site-main {
	min-height: 70vh;
}

.skyline-hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: clamp(520px, 54vw, 900px);
	padding: clamp(80px, 12vw, 170px) 20px;
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(12, 10, 9, 0.28), rgba(12, 10, 9, 0.06) 44%, rgba(12, 10, 9, 0.08)),
		linear-gradient(90deg, rgba(7, 6, 6, 0.32), rgba(7, 6, 6, 0.08) 48%, rgba(7, 6, 6, 0.32)),
		url("../images/vtt/detroit-skyline-live-2048.png") center top / cover no-repeat;
	text-align: center;
}

.skyline-hero__content {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: min(100%, 760px);
}

.skyline-hero h1 {
	max-width: 700px;
	margin: 0;
	color: #ffffff;
	font-family: "Oswald", Impact, sans-serif;
	font-size: clamp(3rem, 6.2vw, 5.8rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.05;
	text-transform: none;
}

.skyline-hero__eyebrow {
	margin: 0 0 16px;
	color: var(--vtt-gold);
	font-family: "Oswald", Impact, sans-serif;
	font-size: 0.86rem;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.skyline-hero__copy {
	max-width: 720px;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(1rem, 1.55vw, 1.22rem);
	line-height: 1.6;
}

.skyline-hero__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-top: 28px;
}

.skyline-hero__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 108px;
	min-height: 52px;
	margin-top: 24px;
	padding: 14px 24px;
	border-radius: 6px;
	background: linear-gradient(180deg, #f7d660, #e4b813);
	color: #ffffff;
	font-family: "Open Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 1rem;
	font-weight: 800;
	text-decoration: none;
}

.skyline-hero__button--ghost {
	border: 1px solid rgba(255, 255, 255, 0.26);
	background: rgba(0, 0, 0, 0.24);
	color: #ffffff;
}

.hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: calc(100vh - 86px);
	margin: 0 auto;
	padding: clamp(54px, 8vw, 110px) 20px clamp(48px, 7vw, 92px);
	background: #000000;
	text-align: center;
}

.hero::before {
	display: none;
}

.hero__content h1,
.page-hero h1 {
	max-width: 820px;
	margin: 0;
	font-family: "Oswald", Impact, sans-serif;
	font-size: clamp(3.2rem, 8vw, 6.7rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 0.95;
	text-transform: uppercase;
}

.hero__copy {
	max-width: 620px;
	margin: 24px 0 0;
	color: var(--vtt-muted);
	font-size: 1.08rem;
}

.eyebrow {
	margin: 0 0 14px;
	color: var(--vtt-gold);
	font-family: "Oswald", Impact, sans-serif;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

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

.button,
button.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 18px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-family: "Oswald", Impact, sans-serif;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
	cursor: pointer;
}

.button--primary,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	background: var(--vtt-gold);
	color: #140f09;
}

.button--ghost {
	border-color: var(--vtt-line);
	background: rgba(255, 255, 255, 0.04);
	color: var(--vtt-text);
}

.hero__mark {
	display: grid;
	place-items: center;
	width: min(100%, 760px);
	margin: 0 auto;
}

.hero__mark img {
	width: min(78vw, 620px);
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

.hero__mark p {
	margin: clamp(48px, 7vw, 86px) 0 0;
	color: #ffffff;
	font-family: "Oswald", Impact, sans-serif;
	font-size: clamp(1.15rem, 2.2vw, 1.9rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
}

.hero__mark strong {
	display: block;
	margin-top: 20px;
	color: #ffffff;
	font-family: "Oswald", Impact, sans-serif;
	font-size: clamp(2.4rem, 6vw, 4.6rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.95;
}

.hero__badge {
	display: grid;
	place-items: center;
	gap: 12px;
	padding: 28px;
	border: 1px solid rgba(215, 166, 74, 0.28);
	border-radius: var(--vtt-radius);
	background:
		linear-gradient(145deg, rgba(215, 166, 74, 0.1), transparent 42%),
		rgba(7, 6, 6, 0.58);
	box-shadow: var(--vtt-shadow);
	text-align: center;
}

.hero__badge img {
	width: min(100%, 340px);
	max-height: 340px;
	object-fit: contain;
	filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.5));
}

.hero__badge small {
	max-width: 210px;
	color: var(--vtt-muted);
	font-weight: 800;
	text-transform: uppercase;
}

.section,
.content-loop,
.shop-shell,
.entry__content,
.entry__image {
	width: min(100% - 32px, var(--vtt-max));
	margin: 0 auto;
}

.section {
	padding: 76px 0;
}

.section__heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 28px;
}

.section__heading h2 {
	max-width: 720px;
	margin: 0;
	font-family: "Oswald", Impact, sans-serif;
	font-size: clamp(2rem, 5vw, 4rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
}

.store-intro {
	background:
		url("../images/bg/black-noise.gif") repeat,
		#0d0d0d;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.store-intro__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
	gap: clamp(28px, 6vw, 86px);
	width: min(100% - 32px, var(--vtt-max));
	margin: 0 auto;
	padding: clamp(52px, 7vw, 96px) 0;
}

.store-intro__copy h2 {
	max-width: 680px;
	margin: 0;
	font-family: "Oswald", Impact, sans-serif;
	font-size: clamp(2.2rem, 5vw, 4.8rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.98;
	text-transform: uppercase;
}

.store-intro__copy p:not(.eyebrow) {
	max-width: 620px;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 1.04rem;
}

.store-intro__stats {
	display: grid;
	gap: 12px;
	align-self: center;
}

.store-intro__stats div {
	display: grid;
	grid-template-columns: 64px 1fr;
	align-items: center;
	gap: 16px;
	min-height: 82px;
	padding: 16px 18px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.045);
}

.store-intro__stats strong {
	color: var(--vtt-gold);
	font-family: "Oswald", Impact, sans-serif;
	font-size: 1.6rem;
	font-weight: 900;
}

.store-intro__stats span {
	color: #ffffff;
	font-weight: 800;
}

.category-stack {
	display: grid;
	gap: 0;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.category-band {
	width: 100%;
}

.category-band--featured {
	padding: clamp(28px, 4vw, 54px) 0;
	background: #f8f4ef;
	color: #171313;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.category-band--standard {
	padding: clamp(58px, 6vw, 104px) 0 clamp(36px, 4vw, 58px);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(7, 6, 6, 0.08)),
		url("../images/bg/black-noise.gif") repeat,
		#1d1f1f;
}

.category-grid {
	display: grid;
	gap: 16px;
	width: min(100% - 32px, var(--vtt-max));
	margin: 0 auto;
}

.category-grid--featured {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(42px, 8vw, 140px);
	width: min(100% - 64px, 1560px);
}

.category-grid--standard {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: end;
	gap: clamp(28px, 4vw, 72px);
	width: min(100% - 64px, 1640px);
}

.category-card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: end;
	min-height: 310px;
	overflow: hidden;
	padding: 22px;
	border: 1px solid var(--vtt-line);
	border-radius: 2px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(0, 0, 0, 0.34) 70%),
		url("../images/bg/black-noise.gif") repeat,
		linear-gradient(135deg, rgba(215, 166, 74, 0.24), rgba(126, 32, 38, 0.22)),
		var(--vtt-panel);
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.28);
	transition: transform 180ms ease, border-color 180ms ease;
}

.category-card--featured {
	align-items: center;
	justify-content: center;
	min-height: 0;
	overflow: visible;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	text-align: center;
}

.category-card--featured::before,
.category-card--featured::after {
	display: none;
}

.category-card--featured:hover {
	transform: translateY(-3px);
}

.category-card__image-ring {
	position: relative;
	display: grid;
	place-items: center;
	width: min(100%, 560px);
	aspect-ratio: 1;
	margin-bottom: clamp(18px, 2.4vw, 34px);
	border: 0;
	border-radius: 50%;
	overflow: hidden;
	background: #e5e0dc;
	box-shadow: none;
}

.category-card__image-ring img {
	position: static;
	width: 88%;
	height: 88%;
	object-fit: contain;
	opacity: 1;
	filter: saturate(1.02) contrast(1.03) brightness(1.04);
	transform: none;
}

.category-card--featured:hover .category-card__image-ring img {
	opacity: 1;
	transform: none;
}

.category-card--featured .category-card__label {
	color: #000000;
	font-size: clamp(1.35rem, 2.1vw, 2rem);
	text-transform: none;
}

.category-card--featured .category-card__meta {
	display: none;
}

.category-card::before {
	position: absolute;
	inset: 18px 18px auto auto;
	z-index: 2;
	width: 90px;
	height: 90px;
	border: 0;
	border-radius: 50%;
	background: url("../images/playbutton.png") center / contain no-repeat;
	opacity: 0.34;
	content: "";
}

.category-card::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.58) 74%);
	content: "";
}

.category-card img {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.82;
	filter: saturate(1.12) contrast(1.04) brightness(1.08);
	transform: scale(1.02);
	transition: opacity 180ms ease, transform 180ms ease;
}

.category-card:hover {
	transform: translateY(-4px);
	border-color: rgba(215, 166, 74, 0.65);
}

.category-card:hover img {
	opacity: 0.95;
	transform: scale(1.06);
}

.category-card--samples {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.42) 75%),
		linear-gradient(135deg, rgba(209, 118, 102, 0.25), rgba(43, 140, 134, 0.18)),
		var(--vtt-panel);
}

.category-card--templates {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.42) 75%),
		linear-gradient(135deg, rgba(215, 166, 74, 0.24), rgba(247, 242, 238, 0.08)),
		var(--vtt-panel);
}

.category-card--drums {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.42) 75%),
		linear-gradient(135deg, rgba(126, 32, 38, 0.36), rgba(17, 17, 17, 0.2)),
		var(--vtt-panel);
}

.category-card--free {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.42) 75%),
		linear-gradient(135deg, rgba(43, 140, 134, 0.26), rgba(247, 242, 238, 0.08)),
		var(--vtt-panel);
}

.category-card__label {
	position: relative;
	z-index: 1;
	font-family: "Oswald", Impact, sans-serif;
	font-size: 1.45rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.05;
	text-transform: uppercase;
}

.category-card__meta {
	position: relative;
	z-index: 1;
	max-width: 290px;
	margin-top: 10px;
	color: var(--vtt-muted);
}

.category-grid--standard .category-card {
	align-items: center;
	justify-content: end;
	min-height: clamp(520px, 38vw, 680px);
	overflow: visible;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	text-align: center;
}

.category-grid--standard .category-card:hover {
	transform: none;
	border-color: transparent;
}

.category-grid--standard .category-card::before,
.category-grid--standard .category-card::after {
	display: none;
}

.category-grid--standard .category-card img {
	position: static;
	width: 100%;
	height: clamp(300px, 28vw, 500px);
	object-fit: contain;
	opacity: 1;
	filter: saturate(1.05) contrast(1.03) brightness(1.02);
	transform: none;
	transition: transform 180ms ease;
}

.category-grid--standard .category-card:hover img {
	opacity: 1;
	transform: translateY(-4px);
}

.category-grid--standard .category-card__label {
	margin-top: clamp(28px, 3.4vw, 54px);
	color: #ffffff;
	font-size: clamp(1.15rem, 1.8vw, 1.75rem);
}

.category-grid--standard .category-card__meta {
	display: none;
}

.category-card__button {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 120px;
	min-height: 42px;
	margin-top: clamp(24px, 2.8vw, 40px);
	padding: 11px 20px;
	border-radius: 4px;
	background: linear-gradient(180deg, #f7d660, #e4b813);
	color: #ffffff;
	font-family: "Open Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 0.92rem;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.category-card__button--featured {
	margin-top: 18px;
	background: #111111;
	color: #ffffff;
}

.page-hero {
	width: min(100% - 32px, var(--vtt-max));
	margin: 0 auto;
	padding: 82px 0 44px;
}

.entry__content,
.content-loop,
.shop-shell {
	padding: 24px 0 80px;
}

.entry__content {
	max-width: 900px;
	color: #eee4dd;
}

.entry__content > :first-child {
	margin-top: 0;
}

.entry__content > :last-child {
	margin-bottom: 0;
}

.entry__content img,
.legacy-builder-image {
	max-width: 100%;
	height: auto;
}

.entry__content table {
	width: 100%;
	border-collapse: collapse;
}

.entry__content th,
.entry__content td {
	padding: 12px;
	border: 1px solid var(--vtt-line);
	text-align: left;
}

.entry__content blockquote {
	margin: 24px 0;
	padding: 4px 0 4px 22px;
	border-left: 4px solid var(--vtt-gold);
	color: #ffffff;
}

.legacy-builder-gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 18px;
	margin: 24px 0;
}

.legacy-builder-gallery img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.legacy-builder-video {
	width: 100%;
	margin: 24px 0;
	aspect-ratio: 16 / 9;
}

.legacy-builder-video iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

.entry__content a,
.text-link {
	color: var(--vtt-gold);
	font-weight: 800;
}

.post-card {
	display: grid;
	grid-template-columns: 280px 1fr;
	gap: 24px;
	padding: 22px 0;
	border-bottom: 1px solid var(--vtt-line);
}

.post-card h2 {
	margin: 0 0 8px;
	font-family: "Oswald", Impact, sans-serif;
	font-size: 1.8rem;
	text-transform: uppercase;
}

.post-card__image img {
	aspect-ratio: 4 / 3;
	width: 100%;
	border-radius: var(--vtt-radius);
	object-fit: cover;
}

.post-card__meta {
	color: var(--vtt-muted);
	font-size: 0.88rem;
}

.search-form {
	display: flex;
	gap: 10px;
	max-width: 540px;
	margin-top: 22px;
}

.search-field,
.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select {
	width: 100%;
	min-height: 46px;
	padding: 12px 14px;
	border: 1px solid var(--vtt-line);
	border-radius: var(--vtt-radius);
	background: rgba(255, 255, 255, 0.06);
	color: var(--vtt-text);
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	overflow: hidden;
	padding: 14px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: var(--vtt-radius);
	background: rgba(255, 255, 255, 0.1);
	box-shadow: 0 16px 42px rgba(0, 0, 0, 0.26);
}

.woocommerce ul.products li.product img,
.woocommerce-page ul.products li.product img {
	background: rgba(255, 255, 255, 0.08);
	filter: saturate(1.1) contrast(1.02) brightness(1.08);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: var(--vtt-text);
	font-size: 1.05rem;
	font-weight: 900;
	text-transform: uppercase;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--vtt-gold);
	font-weight: 900;
}

.woocommerce div.product {
	color: var(--vtt-text);
}

.woocommerce-cart .shop-shell {
	max-width: 1120px;
	color: var(--vtt-text);
}

.woocommerce-cart table.cart,
.woocommerce-cart table.shop_table,
.woocommerce-cart .cart_totals,
.woocommerce-cart .cross-sells,
.woocommerce-checkout-review-order table.shop_table {
	border-color: rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.06);
	color: var(--vtt-text);
}

.woocommerce-cart table.cart {
	table-layout: auto;
}

.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td,
.woocommerce-checkout-review-order table.shop_table th,
.woocommerce-checkout-review-order table.shop_table td {
	border-color: rgba(255, 255, 255, 0.13);
	color: var(--vtt-text);
}

.woocommerce-cart table.cart th,
.woocommerce-cart .cart_totals h2,
.woocommerce-cart .cart_totals th {
	color: #ffffff;
	font-family: "Oswald", Impact, sans-serif;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.woocommerce-cart table.cart th.product-remove,
.woocommerce-cart table.cart td.product-remove {
	width: 56px;
	text-align: center;
}

.woocommerce-cart table.cart th.product-thumbnail,
.woocommerce-cart table.cart td.product-thumbnail {
	width: 74px;
	text-align: center;
}

.woocommerce-cart table.cart td.product-thumbnail img {
	width: 48px;
	max-width: 48px;
	height: auto;
}

.woocommerce-cart table.cart th.product-name,
.woocommerce-cart table.cart td.product-name {
	min-width: 260px;
	text-align: left;
}

.woocommerce-cart table.cart td.product-name {
	padding-left: 14px;
}

.woocommerce-cart table.cart th.product-price,
.woocommerce-cart table.cart td.product-price,
.woocommerce-cart table.cart th.product-quantity,
.woocommerce-cart table.cart td.product-quantity,
.woocommerce-cart table.cart th.product-subtotal,
.woocommerce-cart table.cart td.product-subtotal {
	text-align: left;
}

.woocommerce-cart table.cart .product-name a,
.woocommerce-cart table.cart .product-remove a {
	color: #ffffff;
}

.woocommerce-cart table.cart .product-remove a {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	text-decoration: none;
}

.woocommerce-cart table.cart .product-remove a:hover,
.woocommerce-cart table.cart .product-remove a:focus-visible {
	background: var(--vtt-gold);
	color: #130f0b;
}

.woocommerce-cart .product-price,
.woocommerce-cart .product-subtotal,
.woocommerce-cart .cart-subtotal,
.woocommerce-cart .order-total,
.woocommerce-cart .cart_totals .amount,
.woocommerce-cart .product-price .amount,
.woocommerce-cart .product-subtotal .amount,
.woocommerce-cart .woocommerce-Price-amount,
.woocommerce-checkout-review-order .woocommerce-Price-amount {
	color: var(--vtt-gold);
	font-weight: 900;
	white-space: nowrap;
}

.woocommerce-cart .quantity {
	display: inline-flex;
	align-items: center;
	min-width: 112px;
}

.woocommerce-cart .quantity .qty,
.woocommerce-cart input.qty,
.woocommerce .quantity .qty {
	display: inline-block;
	width: 112px;
	min-width: 112px;
	min-height: 54px;
	padding: 10px 12px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 5px;
	background: #ffffff;
	color: #111111;
	font-size: 1.05rem;
	font-weight: 900;
	text-align: center;
	opacity: 1;
	visibility: visible;
	appearance: auto;
}

.woocommerce-cart .quantity .qty::-webkit-outer-spin-button,
.woocommerce-cart .quantity .qty::-webkit-inner-spin-button,
.woocommerce .quantity .qty::-webkit-outer-spin-button,
.woocommerce .quantity .qty::-webkit-inner-spin-button {
	margin: 0;
	min-height: 48px;
	opacity: 1;
}

.woocommerce-cart table.cart td.actions {
	padding: 18px;
}

.woocommerce-cart table.cart td.actions .coupon {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	float: none;
	width: 100%;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	min-width: min(100%, 260px);
	background: #ffffff;
	color: #111111;
}

.woocommerce-cart table.cart td.actions button[name="update_cart"],
.woocommerce-cart table.cart td.actions input[name="update_cart"] {
	display: inline-flex;
	min-width: 190px;
	margin: 0 0 14px;
	opacity: 1;
}

.woocommerce-cart .cart_totals {
	padding: 22px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	width: 100%;
	margin-bottom: 0;
}

.wc-block-cart,
.wc-block-components-sidebar,
.wc-block-components-main,
.wc-block-components-order-summary,
.wc-block-cart-items,
.wc-block-cart__totals-title,
.wc-block-components-totals-wrapper,
.wc-block-components-totals-item,
.wc-block-components-product-name,
.wc-block-components-product-metadata,
.wc-block-components-quantity-selector,
.wc-block-components-sidebar-layout {
	color: var(--vtt-text);
}

.wc-block-cart-items,
.wc-block-components-sidebar .wc-block-components-panel,
.wc-block-components-sidebar .wc-block-components-totals-wrapper,
.wc-block-cart__submit-container,
.wc-block-components-order-summary {
	border-color: rgba(255, 255, 255, 0.15);
}

.wc-block-components-product-name,
.wc-block-components-product-name:hover,
.wc-block-cart-item__remove-link {
	color: #ffffff;
}

.wc-block-components-product-price,
.wc-block-components-product-price__value,
.wc-block-components-totals-item__value,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
.wc-block-components-formatted-money-amount,
.wc-block-cart-item__total-price-and-sale-badge-wrapper {
	color: var(--vtt-gold);
	font-weight: 900;
}

.wc-block-components-quantity-selector {
	display: inline-flex;
	min-width: 136px;
	min-height: 54px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 5px;
	background: #ffffff;
	color: #111111;
	opacity: 1;
	visibility: visible;
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
	min-width: 56px;
	min-height: 52px;
	background: #ffffff;
	color: #111111;
	font-size: 1.05rem;
	font-weight: 900;
	opacity: 1;
}

.wc-block-components-quantity-selector button {
	display: grid;
	place-items: center;
	min-width: 40px;
	min-height: 52px;
	background: #f2f2f2;
	color: #111111;
	font-size: 1.25rem;
	font-weight: 900;
	opacity: 1;
}

.wc-block-cart__submit-button,
.wc-block-components-button {
	border-radius: 999px;
	background: var(--vtt-gold);
	color: #130f0b;
	font-family: "Oswald", Impact, sans-serif;
	font-weight: 800;
	text-transform: uppercase;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	border-top-color: var(--vtt-gold);
	background: #171313;
	color: var(--vtt-text);
}

.commerce-page__content > .woocommerce {
	display: grid;
	gap: 24px;
	align-items: start;
	min-width: 0;
}

.woocommerce-account.logged-in .commerce-page__content > .woocommerce {
	grid-template-columns: 260px minmax(0, 1fr);
	grid-template-areas: "account-nav account-content";
	align-items: start;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .u-columns .u-column1,
.woocommerce-account .u-columns .u-column2,
.woocommerce .woocommerce-Addresses .woocommerce-Address {
	float: none;
	width: auto;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
	grid-area: account-nav;
	align-self: start;
	min-width: 0;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content {
	grid-area: account-content;
	align-self: start;
	width: 100%;
	min-width: 0;
}

.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content,
.woocommerce-account .u-column1,
.woocommerce-account .u-column2,
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review,
.woocommerce-checkout #payment,
.woocommerce-order,
.woocommerce-customer-details,
.woocommerce-order-details,
.woocommerce-form-login,
.woocommerce-form-register,
.woocommerce-ResetPassword,
.legal-page .entry__content {
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--vtt-radius);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
		rgba(17, 17, 17, 0.84);
	box-shadow: 0 20px 54px rgba(0, 0, 0, 0.3);
}

.woocommerce-MyAccount-navigation {
	padding: 10px;
}

.woocommerce-MyAccount-navigation ul {
	display: grid;
	gap: 6px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.woocommerce-MyAccount-navigation li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 46px;
	padding: 12px 14px;
	border-radius: 6px;
	color: rgba(255, 255, 255, 0.72);
	font-family: "Oswald", Impact, sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	transition: background 160ms ease, color 160ms ease;
}

.woocommerce-MyAccount-navigation li a::after {
	content: "";
	width: 7px;
	height: 7px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	opacity: 0.48;
	transform: rotate(45deg);
}

.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li a:hover,
.woocommerce-MyAccount-navigation li a:focus-visible {
	background: var(--vtt-gold);
	color: #130f0b;
	outline: 0;
}

.woocommerce-MyAccount-content,
.woocommerce-account .u-column1,
.woocommerce-account .u-column2,
.woocommerce-form-login,
.woocommerce-form-register,
.woocommerce-ResetPassword,
.woocommerce-order,
.woocommerce-customer-details,
.woocommerce-order-details,
.legal-page .entry__content {
	padding: clamp(20px, 4vw, 34px);
}

.woocommerce-MyAccount-content p:first-child {
	margin-top: 0;
}

.woocommerce-MyAccount-content a,
.woocommerce-order a,
.legal-page .entry__content a {
	color: var(--vtt-gold);
	font-weight: 800;
}

.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3,
.woocommerce-account .u-column1 h2,
.woocommerce-account .u-column2 h2,
.woocommerce-order-details__title,
.woocommerce-column__title,
.woocommerce-checkout h3,
.woocommerce-checkout #order_review_heading,
.legal-page .entry__content h2,
.legal-page .entry__content h3 {
	margin: 0 0 18px;
	color: #ffffff;
	font-family: "Oswald", Impact, sans-serif;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.woocommerce-account .u-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.woocommerce-account #customer_login {
	width: min(100%, 980px);
	margin-inline: auto;
	align-items: start;
}

.woocommerce-account #customer_login::before,
.woocommerce-account #customer_login::after {
	display: none;
	content: none;
}

.woocommerce-account #customer_login > .u-column1,
.woocommerce-account #customer_login > .u-column2 {
	min-width: 0;
	margin: 0;
}

.woocommerce-account form.login,
.woocommerce-account form.register,
.woocommerce-EditAccountForm,
.woocommerce-address-fields,
.woocommerce-form-login,
.woocommerce-form-register,
.woocommerce-ResetPassword {
	display: grid;
	gap: 14px;
}

.woocommerce form .form-row {
	display: grid;
	gap: 7px;
	margin: 0 0 14px;
	padding: 0;
}

.woocommerce form .form-row label {
	color: #ffffff;
	font-family: "Oswald", Impact, sans-serif;
	font-size: 0.9rem;
	font-weight: 800;
	text-transform: uppercase;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single {
	min-height: 48px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 6px;
	background: #ffffff;
	color: #111111;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #111111;
	line-height: 46px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	min-height: 46px;
}

.woocommerce .password-input {
	display: block;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 2px 0 8px;
	font-family: inherit;
	text-transform: none;
}

.woocommerce table.my_account_orders,
.woocommerce table.woocommerce-orders-table,
.woocommerce table.woocommerce-table--order-downloads,
.woocommerce-MyAccount-content table.shop_table,
.woocommerce-order-details table.shop_table {
	width: 100%;
	max-width: none;
	table-layout: auto;
	overflow: hidden;
	border-color: rgba(255, 255, 255, 0.16);
	border-radius: var(--vtt-radius);
	background: rgba(255, 255, 255, 0.05);
	color: var(--vtt-text);
}

.woocommerce table.my_account_orders th,
.woocommerce table.my_account_orders td,
.woocommerce table.woocommerce-orders-table th,
.woocommerce table.woocommerce-orders-table td,
.woocommerce table.woocommerce-table--order-downloads th,
.woocommerce table.woocommerce-table--order-downloads td,
.woocommerce-MyAccount-content table.shop_table th,
.woocommerce-MyAccount-content table.shop_table td,
.woocommerce-order-details table.shop_table th,
.woocommerce-order-details table.shop_table td {
	border-color: rgba(255, 255, 255, 0.13);
	color: var(--vtt-text);
}

.woocommerce table.my_account_orders th,
.woocommerce table.woocommerce-orders-table th,
.woocommerce table.woocommerce-table--order-downloads th,
.woocommerce-MyAccount-content table.shop_table th,
.woocommerce-order-details table.shop_table th {
	color: #ffffff;
	font-family: "Oswald", Impact, sans-serif;
	font-weight: 800;
	text-transform: uppercase;
}

.woocommerce-MyAccount-content mark,
.woocommerce-order mark {
	border-radius: 4px;
	background: rgba(215, 166, 74, 0.22);
	color: var(--vtt-gold);
	font-weight: 900;
}

.woocommerce .woocommerce-Addresses,
.woocommerce .addresses {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.woocommerce .woocommerce-Address,
.woocommerce .woocommerce-customer-details address {
	height: auto;
	min-height: 0;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--vtt-radius);
	background: rgba(255, 255, 255, 0.05);
	color: rgba(255, 255, 255, 0.74);
}

.woocommerce .woocommerce-Address-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

.woocommerce .woocommerce-Address-title h2 {
	margin: 0;
}

.woocommerce .woocommerce-Address-title a {
	color: var(--vtt-gold);
	font-weight: 900;
}

.woocommerce-checkout form.checkout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.56fr);
	gap: 26px;
	align-items: start;
}

.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review,
.woocommerce-checkout #payment {
	padding: clamp(20px, 3vw, 30px);
}

.woocommerce-checkout #order_review_heading {
	grid-column: 2;
	margin-bottom: -6px;
}

.woocommerce-checkout #order_review {
	grid-column: 2;
}

.woocommerce-checkout #customer_details {
	grid-column: 1;
	grid-row: 1 / span 3;
}

.woocommerce-checkout #payment {
	background: rgba(0, 0, 0, 0.22);
}

.woocommerce-checkout #payment ul.payment_methods,
.woocommerce-checkout #payment div.form-row {
	border-color: rgba(255, 255, 255, 0.14);
}

.woocommerce-checkout #payment .form-row.place-order {
	display: grid;
	gap: 16px;
	width: 100%;
	margin: 0;
	padding: 22px 0 0;
}

.woocommerce-checkout #payment #place_order {
	float: none;
	justify-self: stretch;
	width: 100%;
	margin: 0;
}

.woocommerce-checkout-review-order table.shop_table {
	width: 100%;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
	color: var(--vtt-gold);
	font-weight: 900;
}

.legal-page .entry__content {
	width: min(100% - 32px, 1040px);
	max-width: 1040px;
	margin-bottom: 90px;
}

.legal-page .entry__content p,
.legal-page .entry__content li,
.legal-page .entry__content span {
	color: rgba(255, 255, 255, 0.78) !important;
}

.legal-page .entry__content strong {
	color: #ffffff;
}

.legacy-toggle {
	margin: 14px 0;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--vtt-radius);
	background: rgba(255, 255, 255, 0.05);
}

.legacy-toggle summary {
	padding: 14px 16px;
	color: #ffffff;
	font-family: "Oswald", Impact, sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	cursor: pointer;
}

.legacy-toggle > div {
	padding: 0 16px 16px;
}

.products-directory,
.support-page,
.about-page,
.commerce-page,
.theme-page {
	background:
		linear-gradient(180deg, rgba(7, 6, 6, 0.68), rgba(7, 6, 6, 0.94)),
		url("../images/bg/music-bg-dark.jpg") center top / cover fixed,
		#070606;
	color: var(--vtt-text);
}

.theme-page:not(.legal-page) .entry__content {
	margin-bottom: 80px;
	padding: clamp(22px, 4vw, 42px);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--vtt-radius);
	background: rgba(17, 17, 17, 0.84);
	box-shadow: 0 20px 54px rgba(0, 0, 0, 0.3);
}

.products-directory__hero {
	display: flex;
	align-items: flex-end;
	width: min(100% - 64px, var(--vtt-max));
	min-height: 330px;
	margin: 0 auto;
	padding: 76px 0 64px;
}

.products-directory__hero h1 {
	margin: 12px 0 0;
	color: #ffffff;
	font-family: "Oswald", Impact, sans-serif;
	font-size: 5.6rem;
	font-weight: 800;
	line-height: 0.92;
	text-transform: uppercase;
}

.products-directory__sections {
	display: grid;
	gap: 88px;
	width: min(100% - 32px, var(--vtt-max));
	margin: 0 auto;
	padding: 0 0 94px;
}

.products-directory--single .products-directory__sections {
	padding-top: 10px;
}

.product-directory-section h2 {
	margin: 0 0 34px;
	color: #ffffff;
	font-family: "Oswald", Impact, sans-serif;
	font-size: 3.6rem;
	font-weight: 800;
	line-height: 1;
}

.product-directory-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 48px 44px;
	align-items: start;
}

.product-directory-card {
	position: relative;
	display: grid;
	gap: 14px;
	align-content: start;
	height: auto;
	min-height: 0;
	padding: 14px 14px 18px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: var(--vtt-radius);
	background: rgba(255, 255, 255, 0.1);
	box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28);
}

.product-directory-card__image {
	position: relative;
	display: grid;
	place-items: center;
	aspect-ratio: 1;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.1);
}

.product-directory-card__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 180ms ease;
}

.product-directory-card:hover .product-directory-card__image img {
	transform: translateY(-3px);
}

.product-directory-card__sale {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #a0a53a;
	color: #ffffff;
	font-size: 0.78rem;
	font-weight: 900;
	line-height: 1;
	text-align: center;
}

.product-directory-card h3 {
	min-height: 62px;
	margin: 4px 0 0;
	color: #ffffff;
	font-family: "Oswald", Impact, sans-serif;
	font-size: 1.28rem;
	font-weight: 800;
	line-height: 1.22;
	text-transform: uppercase;
}

.product-directory-card h3 a:hover {
	color: var(--vtt-gold);
}

.product-directory-card__price {
	color: var(--vtt-gold);
	font-size: 0.95rem;
	font-weight: 900;
	line-height: 1.35;
}

.product-directory-card__price del {
	color: rgba(255, 255, 255, 0.42);
}

.product-directory-card__price ins {
	color: var(--vtt-gold);
	text-decoration: none;
}

.product-directory-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	justify-self: start;
	min-width: 126px;
	min-height: 44px;
	margin-top: 8px;
	padding: 12px 20px;
	border-radius: 999px;
	background: var(--vtt-gold);
	color: #130f0b;
	font-family: "Oswald", Impact, sans-serif;
	font-size: 0.98rem;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	transition: filter 160ms ease, transform 160ms ease;
}

.product-directory-card__button:hover,
.product-directory-card__button:focus-visible {
	color: #130f0b;
	filter: brightness(1.08);
	outline: 0;
	transform: translateY(-1px);
}

.products-directory__empty {
	margin: 0;
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--vtt-radius);
	background: rgba(255, 255, 255, 0.06);
	color: rgba(255, 255, 255, 0.72);
}

.support-layout,
.about-layout,
.commerce-page__content {
	width: min(100% - 32px, var(--vtt-max));
	margin: 0 auto;
	padding: 24px 0 90px;
}

.support-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.7fr);
	gap: 28px;
	align-items: start;
}

.support-panel,
.about-copy,
.about-logo-card {
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--vtt-radius);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
		rgba(17, 17, 17, 0.82);
	box-shadow: 0 20px 54px rgba(0, 0, 0, 0.3);
}

.support-panel,
.about-copy {
	padding: clamp(22px, 4vw, 38px);
}

.support-panel h2,
.about-copy h2 {
	margin: 0 0 16px;
	color: #ffffff;
	font-family: "Oswald", Impact, sans-serif;
	font-size: clamp(2rem, 4vw, 3.6rem);
	font-weight: 800;
	line-height: 0.98;
	text-transform: uppercase;
}

.support-panel p,
.about-copy p {
	color: rgba(255, 255, 255, 0.76);
}

.support-form {
	display: grid;
	gap: 14px;
	margin-top: 24px;
}

.support-form label {
	display: grid;
	gap: 7px;
	color: #ffffff;
	font-family: "Oswald", Impact, sans-serif;
	font-size: 0.9rem;
	font-weight: 800;
	text-transform: uppercase;
}

.support-form input,
.support-form textarea {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 6px;
	background: #ffffff;
	color: #111111;
	font: inherit;
	text-transform: none;
}

.support-form input {
	min-height: 48px;
	padding: 10px 12px;
}

.support-form textarea {
	min-height: 160px;
	padding: 12px;
	resize: vertical;
}

.support-form__company {
	position: absolute;
	left: -9999px;
	opacity: 0;
	pointer-events: none;
}

.support-form__submit {
	justify-self: start;
	min-width: 170px;
	margin-top: 4px;
	background: var(--vtt-gold);
	color: #130f0b;
}

.support-form__notice {
	padding: 12px 14px;
	border-radius: 6px;
	font-weight: 800;
}

.support-form__notice--success {
	background: rgba(43, 140, 134, 0.24);
	color: #e6fff9;
}

.support-form__notice--error {
	background: rgba(126, 32, 38, 0.26);
	color: #fff0f0;
}

.support-contact-block {
	padding: 18px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.support-contact-block:first-of-type {
	border-top: 0;
	padding-top: 0;
}

.support-contact-block h3 {
	margin: 0 0 8px;
	color: #ffffff;
	font-family: "Oswald", Impact, sans-serif;
	font-size: 1.28rem;
	text-transform: uppercase;
}

.support-contact-block p {
	margin: 4px 0;
}

.support-contact-block a,
.support-note {
	color: var(--vtt-gold);
	font-weight: 800;
}

.about-layout {
	display: grid;
	grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1fr);
	gap: 28px;
	align-items: center;
}

.about-logo-card {
	display: grid;
	place-items: center;
	min-height: 420px;
	padding: 34px;
}

.about-logo-card img {
	width: min(100%, 360px);
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 22px 34px rgba(0, 0, 0, 0.46));
}

.page-hero--beats {
	background:
		linear-gradient(180deg, rgba(7, 6, 6, 0.74), rgba(7, 6, 6, 0.94)),
		url("../images/vtt/detroit-skyline-live-2048.png") center bottom / cover no-repeat,
		#0d0d0d;
}

.shop-shell--beats {
	width: 100%;
	max-width: none;
	padding: 0;
	background: transparent;
}

.beats-store-shell {
	width: 100%;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0)),
		#171717;
	color: #f7f2ee;
}

.beats-store-intro {
	display: grid;
	gap: 8px;
	width: min(100% - 40px, var(--vtt-max));
	margin: 0 auto;
	padding: 58px 0 28px;
	text-align: center;
}

.beats-store-intro h2 {
	margin: 0;
	color: #ffffff;
	font-family: "Oswald", Impact, sans-serif;
	font-size: clamp(2.3rem, 5vw, 4.7rem);
	font-weight: 800;
	line-height: 0.95;
	text-transform: uppercase;
}

.beats-store-intro p:last-child {
	max-width: 620px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.64);
	font-weight: 700;
}

.beats-empty {
	width: min(100% - 40px, 780px);
	margin: 0 auto;
	padding: 34px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: #111111;
	text-align: center;
}

.beats-empty h3 {
	margin-top: 0;
	color: #ffffff;
}

.vtt-beat-player {
	position: relative;
	width: min(100% - 40px, var(--vtt-max));
	margin: 0 auto;
	padding-bottom: 74px;
}

.beat-player-cart {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-width: 54px;
	min-height: 38px;
	padding: 7px 10px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.52);
	color: #ffffff;
	text-decoration: none;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
	transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.beat-player-cart.has-items {
	background: var(--vtt-gold);
	color: #130f0b;
}

.beat-player-cart:hover,
.beat-player-cart:focus-visible {
	background: var(--vtt-gold);
	color: #130f0b;
	outline: 0;
	transform: translateY(-1px);
}

.beat-player-cart.has-items:hover,
.beat-player-cart.has-items:focus-visible {
	background: var(--vtt-gold);
	color: #130f0b;
}

.beat-player-cart__icon {
	display: grid;
	place-items: center;
	width: 20px;
	height: 20px;
}

.beat-player-cart__icon svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.9;
}

.beat-player-cart__count {
	min-width: 18px;
	font-size: 0.78rem;
	font-weight: 900;
	line-height: 1;
	text-align: center;
}

.beat-now {
	display: grid;
	grid-template-columns: 90px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	padding: 18px 92px 18px 18px;
	background: #111111;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.beat-now__art {
	aspect-ratio: 1;
	overflow: hidden;
	background: #222222;
}

.beat-now__art img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.beat-now__copy {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.beat-now__label {
	color: var(--vtt-gold);
	font-family: "Oswald", Impact, sans-serif;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.beat-now__copy strong {
	overflow: hidden;
	color: #ffffff;
	font-family: "Oswald", Impact, sans-serif;
	font-size: clamp(1.55rem, 3vw, 2.4rem);
	font-weight: 800;
	line-height: 1;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.beat-now__copy span:last-child {
	overflow: hidden;
	color: rgba(255, 255, 255, 0.58);
	font-weight: 800;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.beat-controls-backbar {
	height: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	background: #050505;
}

.beat-controls {
	display: grid;
	grid-template-columns: 64px 72px 64px 48px minmax(120px, 1fr) 48px 112px;
	gap: 12px;
	align-items: center;
	padding: 14px 16px;
	background: #333333;
	color: #ffffff;
}

.beat-control {
	min-height: 40px;
	border: 0;
	border-radius: 3px;
	background: #242424;
	color: #ffffff;
	font-family: "Open Sans", sans-serif;
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
	cursor: pointer;
}

.beat-control--play {
	background: var(--vtt-gold);
	color: #130f0b;
}

.beat-control:hover,
.beat-control:focus-visible {
	filter: brightness(1.12);
	outline: 0;
}

.beat-time {
	color: rgba(255, 255, 255, 0.74);
	font-size: 0.82rem;
	font-weight: 800;
	text-align: center;
}

.beat-progress,
.beat-volume {
	width: 100%;
	min-height: 30px;
	accent-color: var(--vtt-gold);
	cursor: pointer;
	touch-action: pan-y;
}

.beat-slider {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.beat-slider__label {
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.62rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
}

.beat-playlist {
	max-height: 600px;
	overflow-y: auto;
	background: #f7f7f7;
	color: #333333;
}

.beat-track {
	display: grid;
	grid-template-columns: 44px 60px minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	min-height: 78px;
	padding: 8px 12px;
	border-bottom: 1px solid #e4e4e4;
	background: #f7f7f7;
	transition: background 160ms ease, color 160ms ease;
}

.beat-track:hover {
	background: #eeeeee;
}

.beat-track.is-current {
	background: #3a3a3a;
	color: #ffffff;
}

.beat-track__play {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 50%;
	background: #333333;
	cursor: pointer;
}

.beat-track.is-current .beat-track__play {
	background: var(--vtt-gold);
}

.beat-track__play span {
	width: 0;
	height: 0;
	margin-left: 3px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 12px solid #ffffff;
}

.vtt-beat-player.is-playing .beat-track.is-current .beat-track__play span {
	width: 12px;
	height: 14px;
	margin-left: 0;
	border: 0;
	border-left: 4px solid #130f0b;
	border-right: 4px solid #130f0b;
}

.beat-track__thumb {
	width: 60px;
	height: 60px;
	overflow: hidden;
	background: #222222;
}

.beat-track__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.beat-track__info {
	display: grid;
	gap: 4px;
	min-width: 0;
	color: inherit;
}

.beat-track__info strong {
	overflow: hidden;
	font-family: "Open Sans", sans-serif;
	font-size: 1.02rem;
	font-weight: 900;
	line-height: 1.15;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.beat-track__info span {
	overflow: hidden;
	color: #4c4c4c;
	font-size: 0.82rem;
	font-weight: 800;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.beat-track.is-current .beat-track__info span {
	color: rgba(255, 255, 255, 0.84);
}

.beat-track__buy {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.beat-button,
.woocommerce .beat-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 15px;
	border: 0;
	border-radius: 3px;
	background: var(--vtt-gold);
	color: #ffffff;
	font-family: "Open Sans", sans-serif;
	font-size: 0.85rem;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	cursor: pointer;
}

.beat-button span {
	margin-left: 7px;
	font-size: 0.65rem;
}

.beat-button:hover,
.beat-button:focus-visible,
.woocommerce .beat-button:hover,
.woocommerce .beat-button:focus-visible {
	background: #111111;
	color: #ffffff;
	text-decoration: none;
	outline: 0;
}

.beat-button--disabled {
	background: #888888;
	color: #eeeeee;
}

.beat-license-modal[hidden] {
	display: none;
}

body.beat-license-modal-open {
	overflow: hidden;
}

.beat-license-modal {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: grid;
	place-items: center;
	padding: 20px;
}

.beat-license-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.74);
	backdrop-filter: blur(4px);
}

.beat-license-modal__panel {
	position: relative;
	z-index: 1;
	width: min(100%, 520px);
	max-height: min(760px, calc(100vh - 40px));
	overflow: auto;
	padding: clamp(24px, 5vw, 36px);
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)),
		#141414;
	color: #ffffff;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.52);
}

.beat-license-modal__close {
	position: absolute;
	top: 12px;
	right: 12px;
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
}

.beat-license-modal__close:hover,
.beat-license-modal__close:focus-visible {
	background: var(--vtt-gold);
	color: #130f0b;
	outline: 0;
}

.beat-license-modal h3 {
	margin: 0;
	padding-right: 42px;
	font-family: "Oswald", Impact, sans-serif;
	font-size: clamp(2rem, 5vw, 3.2rem);
	font-weight: 800;
	line-height: 0.98;
	text-transform: uppercase;
}

.beat-license-modal__status {
	min-height: 22px;
	margin: 14px 0 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.9rem;
	font-weight: 800;
}

.beat-license-modal__status.is-error {
	color: #ffb3ad;
}

.beat-license-modal__status.is-success {
	color: #f7d660;
}

.beat-license-form {
	display: grid;
	gap: 16px;
	margin-top: 12px;
}

.beat-license-options {
	display: grid;
	gap: 10px;
}

.beat-license-option {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	padding: 14px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.055);
	cursor: pointer;
	transition: border-color 160ms ease, background 160ms ease;
}

.beat-license-option:hover,
.beat-license-option:focus-within {
	border-color: rgba(215, 166, 74, 0.72);
	background: rgba(215, 166, 74, 0.1);
}

.beat-license-option input {
	width: 18px;
	height: 18px;
	accent-color: var(--vtt-gold);
}

.beat-license-option__copy {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.beat-license-option__copy strong {
	overflow: hidden;
	color: #ffffff;
	font-family: "Open Sans", sans-serif;
	font-size: 0.98rem;
	font-weight: 900;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.beat-license-option__copy span {
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.8rem;
	font-weight: 700;
}

.beat-license-option__price {
	color: var(--vtt-gold);
	font-family: "Oswald", Impact, sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 900;
	white-space: nowrap;
}

.beat-license-modal__submit {
	width: 100%;
	min-height: 46px;
	cursor: pointer;
}

.beat-license-modal__submit:disabled,
.beat-button:disabled {
	cursor: wait;
	opacity: 0.68;
}

.veracitytt-checkout-license-terms {
	margin: 20px 0;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 6px;
	background: rgba(0, 0, 0, 0.24);
}

.veracitytt-checkout-license-terms h3 {
	margin-top: 0;
}

.veracitytt-checkout-license-terms details {
	margin: 10px 0;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.05);
}

.veracitytt-checkout-license-terms summary {
	padding: 12px;
	cursor: pointer;
	font-weight: 800;
}

.veracitytt-checkout-license-terms__copy {
	max-height: 280px;
	padding: 0 12px 12px;
	overflow: auto;
	font-size: 0.88rem;
	line-height: 1.65;
}

.veracitytt-checkout-license-terms .form-row {
	margin: 16px 0 0;
}

.site-footer {
	border-top: 0;
	background: #f8f8f8;
	color: #b8b8b8;
}

.site-footer__bottom {
	display: grid;
	place-items: center;
	width: 100%;
	min-height: 56px;
	margin: 0 auto;
	padding: 14px 20px;
	border-top: 0;
	font-size: 0.64rem;
	text-align: center;
}

.site-footer__bottom p {
	margin: 0;
}

@media (max-width: 960px) {
	.site-header__inner {
		display: none;
	}

	.site-header__navrow {
		min-height: 86px;
		padding: 0;
	}

	.menu-toggle {
		position: absolute;
		top: 50%;
		right: 14px;
		z-index: 72;
		display: inline-grid;
		place-items: center;
		background: rgba(255, 255, 255, 0.04);
		transform: translateY(-50%);
	}

	.menu-toggle[aria-expanded="true"] {
		border-color: var(--vtt-gold);
		background: var(--vtt-gold);
		color: #120f0b;
	}

	.mobile-header-logo {
		display: grid;
		place-items: center;
		min-height: 86px;
	}

	.mobile-header-logo img {
		width: 72px;
		height: 72px;
	}

	.primary-nav {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 70;
		display: none;
		width: 100%;
		max-height: calc(100vh - 86px);
		padding: 14px 18px 20px;
		overflow-y: auto;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		background: rgba(17, 17, 17, 0.98);
		box-shadow: 0 22px 50px rgba(0, 0, 0, 0.34);
	}

	.primary-nav.is-open {
		display: block;
	}

	.primary-nav > ul {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 2px;
		width: min(100%, 420px);
		margin: 0 auto;
	}

	.primary-nav li {
		width: 100%;
	}

	.primary-nav > ul > li {
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}

	.primary-nav > ul > li:last-child {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.primary-nav a {
		justify-content: center;
		min-height: 42px;
		padding: 0 10px;
		border-bottom: 0;
		font-size: 0.92rem;
		text-align: center;
		white-space: normal;
	}

	.primary-nav .sub-menu {
		position: static;
		top: auto;
		left: auto;
		display: grid;
		width: 100%;
		min-width: 0;
		gap: 0;
		padding: 0;
		margin: 0;
		border: 0;
		border-top: 1px solid rgba(215, 166, 74, 0.22);
		background: rgba(0, 0, 0, 0.24);
		box-shadow: none;
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.primary-nav li:hover > .sub-menu,
	.primary-nav li:focus-within > .sub-menu {
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.primary-nav .sub-menu li {
		border-top: 1px solid rgba(255, 255, 255, 0.08);
	}

	.primary-nav .sub-menu li:first-child {
		border-top: 0;
	}

	.primary-nav .sub-menu a {
		min-height: 32px;
		padding: 0 10px;
		color: rgba(255, 255, 255, 0.58);
		font-size: 0.78rem;
		white-space: normal;
	}

	.primary-nav .menu-item-logo {
		display: none;
	}

	.menu-logo img {
		width: 78px;
		height: 78px;
	}

	.hero {
		min-height: 72vh;
	}

	.store-intro__inner {
		grid-template-columns: 1fr;
	}

	.category-grid--featured,
	.category-grid--standard {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.products-directory__hero {
		width: min(100% - 28px, var(--vtt-max));
		min-height: 250px;
		padding: 58px 0 46px;
	}

	.products-directory__hero h1 {
		font-size: 4.1rem;
	}

	.products-directory__sections {
		gap: 64px;
		width: min(100% - 24px, var(--vtt-max));
	}

	.product-directory-section h2 {
		margin-bottom: 24px;
		font-size: 2.8rem;
	}

	.product-directory-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px 20px;
	}

	.support-layout,
	.about-layout,
	.woocommerce-account.logged-in .commerce-page__content > .woocommerce,
	.woocommerce-account .u-columns,
	.woocommerce .woocommerce-Addresses,
	.woocommerce .addresses,
	.woocommerce-checkout form.checkout {
		grid-template-columns: 1fr;
	}

	.woocommerce-account.logged-in .commerce-page__content > .woocommerce {
		grid-template-areas:
			"account-nav"
			"account-content";
	}

	.woocommerce-checkout #order_review_heading,
	.woocommerce-checkout #order_review,
	.woocommerce-checkout #customer_details {
		grid-column: auto;
		grid-row: auto;
	}

	.woocommerce-MyAccount-navigation ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.beat-controls {
		grid-template-columns: 52px minmax(0, 1fr) 52px 54px;
		grid-template-rows: minmax(58px, auto) auto;
		align-items: center;
	}

	.beat-control--prev {
		grid-column: 1;
		grid-row: 2;
	}

	.beat-control--play {
		grid-column: 2;
		grid-row: 2;
	}

	.beat-control--next {
		grid-column: 3;
		grid-row: 2;
	}

	.beat-controls > .beat-time:first-of-type {
		grid-column: 1;
		grid-row: 1;
	}

	.beat-controls > .beat-time:nth-of-type(2) {
		grid-column: 3;
		grid-row: 1;
	}

	.beat-slider--progress {
		grid-column: 2;
		grid-row: 1;
	}

	.beat-slider--volume {
		align-self: stretch;
		justify-items: center;
		grid-column: 4;
		grid-row: 1 / span 2;
		min-height: 128px;
		overflow: visible;
		position: relative;
	}

	.beat-progress,
	.beat-volume {
		min-height: 38px;
	}

	.beat-slider--volume .beat-slider__label {
		display: none;
		writing-mode: vertical-rl;
		transform: rotate(180deg);
	}

	.beat-slider--volume .beat-volume {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 104px;
		min-height: 38px;
		margin: 0;
		transform: translate(-50%, -50%) rotate(-90deg);
		transform-origin: center;
		touch-action: none;
	}
}

@media (max-width: 680px) {
	.site-header__inner {
		gap: 12px;
		width: min(100% - 20px, var(--vtt-max));
	}

	.brand {
		min-width: 0;
	}

	.social-links {
		display: none;
	}

	.brand__tagline,
	.cart-link__total {
		display: none;
	}

	.cart-link {
		padding: 10px;
	}

	.section,
	.page-hero,
	.content-loop,
	.shop-shell,
	.entry__content,
	.entry__image {
		width: min(100% - 20px, var(--vtt-max));
	}

	.hero {
		width: 100%;
		padding: 44px 20px;
	}

	.skyline-hero {
		min-height: 540px;
		padding: 86px 20px;
	}

	.skyline-hero h1 {
		font-size: clamp(2.6rem, 13vw, 4.4rem);
	}

	.skyline-hero__actions {
		width: 100%;
	}

	.skyline-hero__button {
		width: min(100%, 240px);
	}

	.store-intro__inner {
		width: min(100% - 20px, var(--vtt-max));
	}

	.store-intro__stats div {
		grid-template-columns: 50px 1fr;
	}

	.hero__content h1,
	.page-hero h1 {
		font-size: 3rem;
	}

	.section__heading {
		display: block;
	}

	.category-grid--featured,
	.category-grid--standard,
	.post-card,
	.site-footer__inner {
		grid-template-columns: 1fr;
	}

	.category-grid--featured {
		width: min(100% - 20px, var(--vtt-max));
	}

	.category-grid--standard .category-card {
		min-height: auto;
	}

	.category-grid--standard .category-card img {
		height: min(72vw, 360px);
	}

	.category-card {
		min-height: 240px;
	}

	.products-directory__hero h1 {
		font-size: 3.1rem;
	}

	.products-directory__sections {
		gap: 52px;
		padding-bottom: 70px;
	}

	.product-directory-section h2 {
		font-size: 2.35rem;
	}

	.product-directory-grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.product-directory-card h3 {
		min-height: auto;
	}

	.support-layout,
	.about-layout,
	.commerce-page__content,
	.legal-page .entry__content {
		width: min(100% - 20px, var(--vtt-max));
	}

	.about-logo-card {
		min-height: 260px;
	}

	.woocommerce-MyAccount-navigation ul {
		grid-template-columns: 1fr;
	}

	.woocommerce-MyAccount-navigation li a {
		justify-content: center;
	}

	.woocommerce-MyAccount-navigation li a::after {
		display: none;
	}

	.woocommerce table.shop_table_responsive tr,
	.woocommerce-page table.shop_table_responsive tr {
		border-color: rgba(255, 255, 255, 0.14);
	}

	.woocommerce table.shop_table_responsive tr td::before,
	.woocommerce-page table.shop_table_responsive tr td::before {
		color: #ffffff;
		font-family: "Oswald", Impact, sans-serif;
		text-transform: uppercase;
	}

	.search-form {
		display: grid;
	}

	.beats-store-intro,
	.vtt-beat-player,
	.beats-empty {
		width: min(100% - 20px, var(--vtt-max));
	}

	.beat-now {
		grid-template-columns: 64px minmax(0, 1fr);
		padding: 58px 12px 12px;
	}

	.beat-controls {
		gap: 8px;
		padding: 12px;
	}

	.beat-track {
		grid-template-columns: 36px 54px minmax(0, 1fr);
		gap: 10px;
		padding: 10px;
	}

	.beat-track__thumb {
		width: 54px;
		height: 54px;
	}

	.beat-track__buy {
		grid-column: 3;
		justify-content: flex-start;
	}

	.beat-button,
	.woocommerce .beat-button {
		min-height: 34px;
		padding: 8px 12px;
		font-size: 0.78rem;
	}
}
