@font-face {
	font-display: swap;
	font-family: "Brelin";
	font-style: normal;
	font-weight: 300;
	src: url("../fonts/Brelin-Light.otf") format("opentype");
}

.gb-product-main--immersive {
	background: #05050a;
}

.gb-product-immersive {
	padding: 0;
}

.gb-product-immersive__hero {
	background:
		linear-gradient(180deg, rgba(5, 5, 10, 0.08), rgba(5, 5, 10, 0.04) 62%, rgba(5, 5, 10, 0.28)),
		#45738d;
	height: 100svh;
	min-height: 100svh;
	overflow: hidden;
	position: relative;
	width: 100vw;
}

.gb-product-immersive__bg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: zoom-in;
	inset: 0;
	position: absolute;
	z-index: 0;
}

.gb-product-immersive__bg:focus-visible {
	outline: 2px solid var(--gb-red);
	outline-offset: -8px;
}

.gb-product-immersive__bg::after {
	background:
		linear-gradient(180deg, rgba(5, 5, 10, 0.08), rgba(5, 5, 10, 0.04) 62%, rgba(5, 5, 10, 0.28)),
		radial-gradient(circle at 50% 50%, transparent 0, rgba(5, 5, 10, 0.18) 82%);
	content: "";
	inset: 0;
	position: absolute;
	z-index: 2;
}

.gb-product-immersive__bg img,
.gb-product-immersive__image {
	height: 100%;
	inset: 0;
	object-fit: contain;
	object-position: center;
	position: absolute;
	transition: opacity 260ms ease;
	width: 100%;
	z-index: 1;
}

.gb-lightbox-open {
	overflow: hidden;
}

.gb-product-lightbox {
	align-items: center;
	background: rgba(5, 5, 10, 0.92);
	backdrop-filter: blur(16px);
	display: flex;
	inset: 0;
	justify-content: center;
	padding: clamp(18px, 4vw, 64px);
	position: fixed;
	z-index: 10000;
}

.gb-product-lightbox img {
	border-radius: 8px;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
	max-height: 92vh;
	max-width: 92vw;
	object-fit: contain;
}

.gb-product-lightbox__close {
	align-items: center;
	background: var(--gb-red);
	border: 0;
	border-radius: 999px;
	color: #111111;
	cursor: pointer;
	display: flex;
	font-size: 30px;
	font-weight: 950;
	height: 48px;
	justify-content: center;
	line-height: 1;
	position: fixed;
	right: clamp(18px, 3vw, 42px);
	top: clamp(18px, 3vw, 42px);
	width: 48px;
	z-index: 10001;
}

.gb-product-immersive__thumbs {
	display: grid;
	gap: 10px;
	left: var(--gb-pad);
	max-height: 58vh;
	overflow: auto;
	position: absolute;
	top: clamp(160px, 18vh, 220px);
	width: 92px;
	z-index: 4;
}

.gb-product-immersive__thumb {
	background: rgba(255, 255, 255, 0.18);
	border: 2px solid transparent;
	border-radius: 3px;
	cursor: pointer;
	height: 60px;
	overflow: hidden;
	padding: 0;
	width: 60px;
}

.gb-product-immersive__thumb.is-active {
	border-color: var(--gb-red);
}

.gb-product-immersive__thumb img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.gb-product-buybar {
	align-items: stretch;
	backdrop-filter: blur(20px);
	background: rgba(32, 31, 29, 0.86);
	border-radius: 8px;
	bottom: clamp(8px, 1.6vh, 18px);
	display: grid;
	grid-template-columns: minmax(190px, 0.95fr) minmax(240px, 0.9fr) 58px minmax(104px, 0.34fr) minmax(160px, 0.5fr);
	left: var(--gb-pad);
	min-height: 72px;
	overflow: visible;
	position: fixed;
	right: var(--gb-pad);
	z-index: 5;
}

.gb-product-buybar > * {
	border-left: 1px solid rgba(255, 255, 255, 0.16);
	padding: 10px 14px;
}

.gb-product-buybar > *:first-child {
	border-left: 0;
}

.gb-product-buybar__title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
}

.gb-product-buybar__title .gb-kicker {
	font-size: 10px;
	margin-bottom: 0;
}

.gb-product-buybar__title h1 {
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: clamp(18px, 1.25vw, 26px);
	font-weight: 780;
	letter-spacing: -0.065em;
	line-height: 0.95;
	text-transform: none;
}

.gb-product-buybar__rating strong {
	font-size: 20px;
	line-height: 1;
}

.gb-product-buybar__rating small {
	color: rgba(255, 255, 255, 0.62);
	font-size: 12px;
}

.gb-product-buybar__rating a,
.gb-product-buybar__rating span {
	color: var(--gb-red);
	font-size: 12px;
	font-weight: 950;
	text-decoration: underline;
	text-transform: uppercase;
}

.gb-product-buybar__rating {
	align-items: center;
	display: flex;
	gap: 10px;
}

.gb-product-buybar__badge {
	align-self: flex-start;
	background: var(--gb-red);
	border-radius: 999px;
	color: #111111;
	display: inline-flex;
	font-size: 10px;
	font-weight: 950;
	line-height: 1;
	padding: 6px 8px;
	text-transform: uppercase;
}

.gb-product-buybar__form {
	align-items: center;
	display: contents;
}

.gb-product-buybar__form form.cart {
	align-items: center;
	display: contents;
	margin: 0;
	width: 100%;
}

.gb-product-buybar__form .variations {
	align-self: center;
	border-left: 1px solid rgba(255, 255, 255, 0.16);
	grid-column: 2;
	grid-row: 1;
	margin: 0;
	padding: 10px 14px;
	width: 100%;
}

.gb-product-buybar__form .variations tbody {
	display: grid;
	gap: 8px;
	grid-template-columns: 0.5fr 0.5fr;
	width: 100%;
}

.gb-product-buybar__form .variations tr {
	display: flex;
	align-items: center;
}

.gb-product-buybar__form .variations th {
	display: none;
}

.gb-product-buybar__form .variations td {
	display: flex;
	align-items: center;
	padding: 0;
	text-align: left;
}

.gb-product-buybar__form .variations label {
	color: rgba(255, 255, 255, 0.72);
	display: flex;
	font-size: 11px;
	font-weight: 950;
	gap: 6px;
	justify-content: space-between;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.gb-product-buybar__form .gb-variation-label-value {
	align-items: center;
	background: var(--gb-red);
	border-radius: 999px;
	color: #111111;
	display: inline-flex;
	font-size: 10px;
	line-height: 1;
	max-width: 60%;
	min-height: 18px;
	overflow: hidden;
	padding: 4px 7px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gb-product-buybar__form .gb-variation-label-value:empty {
	display: none;
}

.gb-product-buybar__form .variations select {
	appearance: none;
	background:
		linear-gradient(45deg, transparent 50%, #ffffff 50%) calc(100% - 18px) 50% / 6px 6px no-repeat,
		linear-gradient(135deg, #ffffff 50%, transparent 50%) calc(100% - 14px) 50% / 6px 6px no-repeat,
		rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	color: #ffffff;
	font-size: 11px;
	font-weight: 950;
	min-height: 34px;
	padding: 7px 32px 7px 12px;
	text-transform: uppercase;
	width: 100%;
}

.gb-product-buybar__form .variations select:focus {
	border-color: var(--gb-red);
	outline: none;
}

.gb-product-buybar__form .variations select option {
	background: #111111;
	color: #ffffff;
}

.gb-product-buybar__form .variations select.gb-variation-enhanced {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.gb-product-buybar__form .gb-variation-dropdown {
	position: relative;
	width: 100%;
}

.gb-product-buybar__form .gb-variation-dropdown__toggle {
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	color: #ffffff;
	cursor: pointer;
	display: flex;
	font-size: 11px;
	font-weight: 950;
	gap: 8px;
	justify-content: space-between;
	min-height: 34px;
	padding: 7px 11px;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}

.gb-product-buybar__form .gb-variation-dropdown__toggle::after {
	border-color: #ffffff transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0;
	content: "";
	flex: 0 0 auto;
}

.gb-product-buybar__form .gb-variation-dropdown__value,
.gb-product-buybar__form .gb-variation-dropdown__option {
	align-items: center;
	display: flex;
	gap: 8px;
	min-width: 0;
}

.gb-product-buybar__form .gb-variation-dropdown__value {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gb-product-buybar__form .gb-variation-dropdown__menu {
	background: rgba(17, 17, 17, 0.98);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 16px;
	bottom: calc(100% + 8px);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.42);
	display: none;
	left: 0;
	max-height: min(250px, 42vh);
	overflow: auto;
	padding: 6px;
	position: absolute;
	right: 0;
	z-index: 30;
}

.gb-product-buybar__form .gb-variation-dropdown.is-open .gb-variation-dropdown__menu {
	display: block;
}

.gb-product-buybar__form .gb-variation-dropdown__option {
	background: transparent;
	border: 0;
	border-radius: 12px;
	color: #ffffff;
	cursor: pointer;
	font-size: 11px;
	font-weight: 850;
	padding: 8px;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}

.gb-product-buybar__form .gb-variation-dropdown__option:hover,
.gb-product-buybar__form .gb-variation-dropdown__option.is-selected {
	background: rgba(191, 238, 22, 0.16);
	color: var(--gb-red);
}

.gb-product-buybar__form .gb-variation-dropdown__swatch {
	border: 2px solid rgba(255, 255, 255, 0.65);
	border-radius: 999px;
	box-shadow: inset 0 0 0 2px rgba(17, 17, 17, 0.45);
	flex: 0 0 16px;
	height: 16px;
	width: 16px;
}

.gb-product-buybar__form .gb-variation-options {
	gap: 6px;
	margin-bottom: 0;
}

.gb-product-buybar__form .gb-variation-option {
	font-size: 10px;
	min-height: 28px;
	min-width: 32px;
	padding: 5px 9px;
}

.gb-product-buybar__form .gb-variation-swatch {
	height: 24px;
	min-height: 24px;
	min-width: 24px;
	width: 24px;
}

.gb-product-buybar__form .quantity {
	grid-column: 3;
	grid-row: 1;
	height: 100%;
	place-items: center;
	display: grid;
}

.gb-product-buybar__form .quantity .qty {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 999px;
	color: #ffffff;
	font-size: 11px;
	font-weight: 950;
	min-height: 34px;
	text-align: center;
	width: 48px;
}

.gb-product-buybar__form .single_variation_wrap {
	display: contents;
}

.gb-product-buybar__form .woocommerce-variation {
	display: none;
}

.gb-product-buybar__form .woocommerce-variation-add-to-cart {
	display: contents;
}

.gb-product-buybar__form .button,
.gb-product-buybar__form .single_add_to_cart_button {
	background: var(--gb-red);
	border: 0;
	border-radius: 4px;
	color: #111111;
	font-size: 12px;
	font-weight: 950;
	grid-column: 5;
	grid-row: 1;
	margin: 7px;
	min-height: 0;
	padding: 10px 14px;
	text-transform: uppercase;
	width: calc(100% - 14px);
}

.woocommerce .gb-product-buybar__form button.button.alt,
.woocommerce .gb-product-buybar__form button.button.alt.disabled,
.woocommerce .gb-product-buybar__form button.button.alt:disabled,
.woocommerce .gb-product-buybar__form button.button.alt:disabled[disabled] {
	background: var(--gb-red) !important;
	color: #111111 !important;
	opacity: 1;
	margin: 12px 0;
}

.gb-product-buybar__price {
	align-items: center;
	border-left: 1px solid rgba(255, 255, 255, 0.16);
	display: flex;
	font-size: 20px;
	font-weight: 780;
	grid-column: 4;
	grid-row: 1;
	justify-content: center;
	letter-spacing: -0.04em;
	padding: 10px 14px;
}

.gb-product-immersive__story,
.gb-product-immersive__tabs {
	margin: 0 auto;
	max-width: 1480px;
	padding: clamp(72px, 10vw, 140px) var(--gb-pad);
}

.gb-product-immersive__story {
	display: grid;
	gap: clamp(28px, 5vw, 72px);
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	position: relative;
}

.gb-product-immersive__story--no-media {
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.gb-product-immersive__story--no-media .gb-product-immersive__story-copy {
	grid-column: 1 / -1;
	max-width: 980px;
}

.gb-product-immersive__story--right .gb-product-immersive__story-copy {
	order: 1;
}

.gb-product-immersive__story--right .gb-product-immersive__story-media {
	order: 2;
}

.gb-product-immersive__story--left .gb-product-immersive__story-media {
	order: 1;
}

.gb-product-immersive__story--left .gb-product-immersive__story-copy {
	order: 2;
}

.gb-product-immersive__story--background {
	background:
		linear-gradient(90deg, rgba(5, 5, 10, 0.84), rgba(5, 5, 10, 0.32)),
		var(--gb-product-story-bg) center / cover no-repeat;
	border-radius: 10px;
	margin: clamp(72px, 10vw, 140px) 0;
	min-height: clamp(540px, 72vh, 820px);
	overflow: hidden;
	padding: clamp(28px, 5vw, 72px);
}

.gb-product-immersive__story--background .gb-product-immersive__story-copy {
	align-self: end;
	background: rgba(17, 17, 17, 0.72);
	backdrop-filter: blur(18px);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	max-width: 760px;
	padding: clamp(24px, 4vw, 54px);
	position: relative;
	z-index: 2;
}

.gb-product-immersive__story-bg-video {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.gb-product-immersive__story-media {
	align-self: stretch;
	border-radius: 8px;
	min-height: clamp(360px, 48vw, 680px);
	overflow: hidden;
}

.gb-product-immersive__story-media img,
.gb-product-immersive__story-media video {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.gb-product-immersive__story-copy {
	align-self: center;
}

.gb-product-immersive__story h2 {
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: clamp(30px, 3.5vw, 58px);
	font-weight: 780;
	letter-spacing: -0.025em;
	line-height: 0.98;
	text-transform: none;
	padding-bottom: 20px;
}

.gb-product-immersive__story p {
	color: rgba(255, 255, 255, 0.68);
	font-size: clamp(15px, 1.05vw, 18px);
	line-height: 1.5;
}

.gb-product-immersive__story-text > *:first-child {
	margin-top: 0;
}

.gb-product-immersive__story-text > *:last-child {
	margin-bottom: 0;
}

.gb-product-immersive__tabs {
	color: var(--gb-muted);
	padding-top: 0;
}

.gb-product-info-tabs {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid var(--gb-line);
	border-radius: 8px;
	overflow: hidden;
}

.gb-product-info-tabs__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 1px;
}

.gb-product-info-tabs__nav button {
	background: rgba(255, 255, 255, 0.08);
	border: 0;
	color: rgba(255, 255, 255, 0.72);
	cursor: pointer;
	flex: 1 1 180px;
	font-size: 13px;
	font-weight: 950;
	min-height: 58px;
	padding: 16px;
	text-transform: uppercase;
}

.gb-product-info-tabs__nav button.is-active {
	background: var(--gb-red);
	color: #111111;
}

.gb-product-info-tabs__panels {
	padding: clamp(24px, 4vw, 54px);
}

.gb-product-info-tabs__panel {
	display: none;
}

.gb-product-info-tabs__panel.is-active {
	display: block;
}

.gb-product-info-tabs__panel p,
.gb-product-info-tabs__panel li {
	color: rgba(255, 255, 255, 0.72);
	font-size: clamp(17px, 1.5vw, 22px);
	line-height: 1.45;
}

@media (max-width: 1180px) {
	.gb-product-buybar {
		grid-template-columns: 1fr 1fr;
	}

	.gb-product-buybar__title,
	.gb-product-buybar__form .variations {
		grid-column: 1 / -1;
	}

	.gb-product-buybar__title {
		grid-row: 1;
	}

	.gb-product-buybar__form .variations {
		grid-row: 2;
	}

	.gb-product-buybar__form .quantity,
	.gb-product-buybar__price {
		grid-row: 3;
	}

	.gb-product-buybar__form .quantity {
		grid-column: 1;
	}

	.gb-product-buybar__price {
		grid-column: 2;
	}

	.gb-product-buybar__form .button,
	.gb-product-buybar__form .single_add_to_cart_button {
		grid-column: 1 / -1;
		grid-row: 4;
	}
}

@media (max-width: 760px) {
	.gb-product-immersive__thumbs {
		display: flex;
		left: 12px;
		right: 12px;
		top: 104px;
		width: auto;
	}

	.gb-product-immersive__thumb {
		flex: 0 0 68px;
		height: 68px;
		width: 68px;
	}

	.gb-product-buybar {
		bottom: 10px;
		grid-template-columns: 1fr;
		left: 10px;
		right: 10px;
	}

	.gb-product-buybar > * {
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.16);
		padding: 14px;
	}

	.gb-product-buybar > *:first-child {
		border-top: 0;
	}

	.gb-product-buybar__form form.cart {
		display: contents;
	}

	.gb-product-buybar__form .variations {
		grid-column: 1 / -1;
		grid-row: 2;
	}

	.gb-product-buybar__form .variations tbody {
		grid-template-columns: 1fr;
	}

	.gb-product-buybar__form .quantity {
		grid-column: 1;
		grid-row: 3;
		min-height: 54px;
	}

	.gb-product-buybar__price {
		grid-column: 1;
		grid-row: 4;
	}

	.gb-product-buybar__form .button,
	.gb-product-buybar__form .single_add_to_cart_button {
		grid-column: 1;
		grid-row: 5;
		min-height: 56px;
	}

	.gb-product-immersive__story {
		grid-template-columns: 1fr;
	}

	.gb-product-immersive__story-media,
	.gb-product-immersive__story-copy {
		order: initial !important;
	}

	.gb-product-immersive__story--background {
		min-height: auto;
	}
}

@font-face {
	font-display: swap;
	font-family: "Brelin";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/Brelin-Regular.otf") format("opentype");
}

@font-face {
	font-display: swap;
	font-family: "Brelin";
	font-style: normal;
	font-weight: 450;
	src: url("../fonts/Brelin-Normal.otf") format("opentype");
}

@font-face {
	font-display: swap;
	font-family: "Brelin";
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/Brelin-Medium.otf") format("opentype");
}

@font-face {
	font-display: swap;
	font-family: "Brelin";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/Brelin-Bold.otf") format("opentype");
}

:root {
	--gb-black: #111111;
	--gb-ink: #111111;
	--gb-charcoal: #111111;
	--gb-graphite: #808080;
	--gb-line: rgba(255, 255, 255, 0.16);
	--gb-text: #ffffff;
	--gb-muted: #808080;
	--gb-red: #bfee16;
	--gb-red-dark: #bfee16;
	--gb-max: 1180px;
	--gb-pad: clamp(20px, 4vw, 56px);
	--gb-head: "Brelin", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	--gb-body: "Brelin", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--gb-black);
	color: var(--gb-text);
	font-family: var(--gb-body);
	font-size: 16px;
	line-height: 1.6;
}

body.gb-nav-open {
	overflow: hidden;
}

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

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

button,
input,
select,
textarea {
	font: inherit;
}

.screen-reader-text,
.gb-skip-link {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.gb-skip-link:focus {
	clip: auto;
	background: var(--gb-red);
	color: #111111;
	height: auto;
	left: 16px;
	padding: 10px 14px;
	top: 16px;
	width: auto;
	z-index: 1000;
}

.gb-header {
	background: transparent;
	backdrop-filter: none;
	border-bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
}

.gb-header__inner {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: none;
	min-height: 96px;
	padding: 18px var(--gb-pad) 14px;
	width: 100%;
}

.gb-brand,
.gb-footer__brand {
	color: var(--gb-text);
	font-family: var(--gb-head);
	font-size: clamp(18px, 2vw, 28px);
	line-height: 0.95;
	text-transform: uppercase;
	white-space: nowrap;
}

.gb-brand {
	align-items: center;
	display: inline-flex;
	gap: 18px;
	min-width: 0;
}

.gb-brand a {
	align-items: center;
	display: inline-flex;
	gap: 18px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: top;
	white-space: nowrap;
}

.gb-brand span,
.gb-footer__brand {
	text-shadow: 2px 0 0 var(--gb-red);
}

.custom-logo {
	background: #05050a;
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.26);
	max-height: 58px;
	padding: 14px;
	width: auto;
}

.gb-logo-video {
	background: #05050a;
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.26);
	display: block;
	height: 58px;
	object-fit: cover;
	width: 172px;
}

.gb-header__actions {
	align-items: center;
	background: rgba(32, 31, 29, 0.6);
	border-radius: 7px;
	display: flex;
	flex: 0 1 auto;
	gap: 5px;
	justify-content: flex-end;
	min-width: 0;
	padding: 5px;
	white-space: nowrap;
}

.gb-footer__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.gb-footer__nav a {
	color: var(--gb-muted);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.gb-footer__nav a:hover,
.gb-text-link:hover {
	color: var(--gb-text);
}

.gb-header__cart {
	align-items: center;
	background: #ffffff;
	border: 0;
	border-radius: 4px;
	color: #111111;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 13px;
	font-weight: 700;
	gap: 6px;
	min-height: 58px;
	padding: 0 24px;
	text-transform: uppercase;
	white-space: nowrap;
}

.gb-header__cart span {
	color: #111111;
}

.gb-shop-toggle {
	align-items: center;
	background: var(--gb-red);
	border: 0;
	border-radius: 4px;
	color: #111111;
	cursor: pointer;
	display: inline-flex;
	font-size: 13px;
	font-weight: 950;
	gap: 13px;
	min-height: 58px;
	padding: 0 24px;
	text-transform: uppercase;
}

.gb-shop-toggle i {
	background:
		radial-gradient(currentColor 1.25px, transparent 1.8px) 0 0 / 6px 6px;
	display: block;
	height: 15px;
	width: 15px;
}

.gb-nav {
	background: rgba(17, 17, 17, 0.96);
	border: 1px solid var(--gb-line);
	border-radius: 8px;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
	display: none;
	left: var(--gb-pad);
	padding: 22px;
	position: fixed;
	right: var(--gb-pad);
	top: 104px;
	z-index: 101;
}

.gb-nav-open .gb-nav {
	display: block;
}

.gb-nav__bar {
	align-items: center;
	border-bottom: 1px solid var(--gb-line);
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	padding-bottom: 18px;
	text-transform: uppercase;
}

.gb-nav__bar p {
	color: var(--gb-red);
	font-size: 13px;
	font-weight: 950;
	margin: 0;
}

.gb-nav__close {
	background: transparent;
	border: 0;
	color: var(--gb-text);
	cursor: pointer;
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
}

.gb-nav__list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	margin: 0 0 22px;
	padding: 0;
}

.gb-nav__list a {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid var(--gb-line);
	border-radius: 999px;
	color: var(--gb-text);
	display: block;
	font-size: 12px;
	font-weight: 950;
	padding: 10px 14px;
	text-transform: uppercase;
}

.gb-nav-products {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.gb-nav-product {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid var(--gb-line);
	display: grid;
	gap: 10px;
	min-height: 100%;
	padding: 10px;
}

.gb-nav-product img {
	aspect-ratio: 4 / 5;
	object-fit: cover;
	width: 100%;
}

.gb-nav-product span {
	font-family: var(--gb-head);
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
}

.gb-nav-product small {
	color: var(--gb-muted);
	font-size: 12px;
	font-weight: 850;
}

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

.gb-page,
.gb-shop-main,
.gb-product-main {
	padding-top: 74px;
}

.woocommerce-shop .gb-shop-main,
.tax-product_cat .gb-shop-main,
.tax-product_tag .gb-shop-main,
.post-type-archive-product .gb-shop-main {
	background:
		linear-gradient(180deg, rgba(8, 8, 14, 0.72), rgba(8, 8, 14, 0.92)),
		radial-gradient(circle at 50% 0, rgba(191, 238, 22, 0.07), transparent 28%),
		linear-gradient(115deg, rgba(72, 108, 128, 0.55), transparent 34%),
		var(--gb-shop-bg-image) var(--gb-shop-bg-position) / cover no-repeat,
		#08080e;
	max-width: none;
	min-height: 100vh;
	padding: 116px 14px 70px;
}

.home .gb-main {
	padding-top: 0;
}

.gb-container,
.gb-section,
.gb-story,
.gb-quality,
.gb-faq,
.gb-cta,
.gb-shop-hero,
.gb-shop-toolbar,
.gb-product-main .product,
.gb-trust {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--gb-max);
	padding-left: var(--gb-pad);
	padding-right: var(--gb-pad);
}

.gb-hero {
	align-items: end;
	display: grid;
	min-height: 100vh;
	overflow: hidden;
	position: relative;
}

.gb-hero__media {
	background:
		linear-gradient(180deg, rgba(17, 17, 17, 0.08) 0%, rgba(17, 17, 17, 0.08) 54%, rgba(17, 17, 17, 0.82) 100%),
		var(--gb-hero-image, url("../images/hero-printwear.png")) var(--gb-hero-position, center center) / cover,
		linear-gradient(135deg, #111111 0%, #808080 100%);
	inset: 0;
	position: absolute;
}

.gb-hero__media::after {
	background:
		radial-gradient(circle at 76% 30%, rgba(126, 238, 66, 0.24), transparent 28%),
		linear-gradient(90deg, rgba(17, 17, 17, 0.5), transparent 38%, rgba(17, 17, 17, 0.24));
	content: "";
	inset: 0;
	position: absolute;
	z-index: 2;
	display: none;
}

.gb-hero__video {
	height: 100%;
	inset: 0;
	object-fit: cover;
	object-position: var(--gb-hero-position, center center);
	opacity: 0;
	position: absolute;
	transition: opacity 900ms ease;
	width: 100%;
	z-index: 1;
}

.gb-hero__video.is-active {
	opacity: 1;
	z-index: 2;
}

.gb-hero__inner {
	align-items: end;
	display: grid;
	margin: 0 auto;
	max-width: none;
	padding: 160px var(--gb-pad) clamp(28px, 5vh, 52px);
	place-items: end center;
	position: relative;
	width: 100%;
	z-index: 3;
}

.gb-hero-card {
	background: rgba(24, 24, 24, 0.94);
	border-radius: 8px;
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
	max-width: min(100%, 1100px);
	overflow: hidden;
	width: 54vw;
}

.gb-hero-card__top {
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	color: rgba(255, 255, 255, 0.64);
	display: grid;
	font-size: 14px;
	font-weight: 950;
	gap: 18px;
	grid-template-columns: 1fr auto auto;
	line-height: 1;
	padding: 26px 22px;
	text-transform: uppercase;
}

.gb-hero-card__top span:first-child {
	color: var(--gb-red);
}

.gb-hero-card__body {
	align-items: end;
	display: grid;
	gap: 28px;
	grid-template-columns: 1fr 244px;
	min-height: 200px;
	padding: clamp(28px, 5vw, 64px) 18px 20px;
}

.gb-hero__copy {
	align-items: start;
	display: grid;
	gap: 8px;
	max-width: none;
}

.gb-kicker {
	color: var(--gb-red);
	font-size: 13px;
	font-weight: 950;
	letter-spacing: 0;
	margin: 0 0 12px;
	text-transform: uppercase;
	display: none;
}

h1,
h2,
h3,
.woocommerce div.product .product_title {
	font-family: var(--gb-head);
	letter-spacing: 0;
	line-height: 0.94;
	margin: 0;
	text-transform: uppercase;
}

h1 {
	font-size: clamp(46px, 8vw, 112px);
	max-width: 980px;
}

.gb-hero h1 {
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: clamp(44px, 5.1vw, 94px);
	font-weight: 750;
	letter-spacing: -0.025em;
	line-height: 0.88;
	max-width: 760px;
	text-transform: none;
}

.gb-hero-card__button {
	align-items: end;
	background: var(--gb-red);
	border-radius: 4px;
	color: #111111;
	display: grid;
	font-size: 18px;
	font-weight: 950;
	grid-template-columns: 1fr auto;
	line-height: 0.95;
	min-height: 80px;
	padding: 18px 16px;
	text-transform: uppercase;
}

.gb-hero-card__button strong {
	font-weight: inherit;
}

h2 {
	font-size: clamp(34px, 5.2vw, 72px);
}

h3 {
	font-size: 24px;
}

.gb-hero p:not(.gb-kicker),
.gb-shop-hero p,
.gb-cta h2 + p {
	color: var(--gb-muted);
	font-size: clamp(18px, 2vw, 24px);
	max-width: 720px;
}

.gb-button,
.button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.single_add_to_cart_button {
	align-items: center;
	background: var(--gb-red);
	border: 0;
	color: #111111;
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 950;
	justify-content: center;
	min-height: 48px;
	padding: 14px 22px;
	text-transform: uppercase;
	transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.gb-button:hover,
.button:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover {
	background: var(--gb-text);
	color: var(--gb-black);
	transform: translateY(-1px);
}

.gb-button--primary {
	margin-top: 18px;
}

.gb-trust {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding-bottom: 18px;
	padding-top: 18px;
}

.gb-trust > div {
	background: var(--gb-charcoal);
	border: 1px solid var(--gb-line);
	min-height: 132px;
	padding: 24px;
}

.gb-trust strong {
	display: block;
	font-family: var(--gb-head);
	font-size: 20px;
	line-height: 1;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.gb-trust span {
	color: var(--gb-muted);
}

.gb-section,
.gb-story,
.gb-quality,
.gb-faq,
.gb-cta,
.gb-shop-hero {
	padding-bottom: clamp(72px, 10vw, 140px);
	padding-top: clamp(72px, 10vw, 140px);
}

.gb-section--products {
	background: var(--gb-black);
	color: var(--gb-text);
	max-width: none;
	padding-left: max(var(--gb-pad), calc((100vw - var(--gb-max)) / 2 + var(--gb-pad)));
	padding-right: max(var(--gb-pad), calc((100vw - var(--gb-max)) / 2 + var(--gb-pad)));
}

.gb-featured-showcase {
	background: #05050a;
	overflow: clip;
	position: relative;
}

.gb-featured-scroll {
	height: calc(var(--gb-featured-count, 1) * 100vh);
	min-height: 100vh;
	position: relative;
}

.gb-featured-stage {
	height: 100vh;
	overflow: hidden;
	position: sticky;
	top: 0;
	z-index: 2;
}

.gb-featured-bg {
	inset: 0;
	overflow: hidden;
	position: absolute;
	z-index: 0;
}

.gb-featured-bg::after {
	background:
		linear-gradient(180deg, rgba(5, 5, 10, 0.22), rgba(5, 5, 10, 0.48)),
		radial-gradient(circle at 50% 32%, rgba(191, 238, 22, 0.18), transparent 34%);
	content: "";
	inset: 0;
	position: absolute;
	z-index: 3;
}

.gb-featured-bg__layer {
	background: linear-gradient(135deg, #0b1114, #31464d);
	background-position: center;
	background-size: cover;
	filter: saturate(1.05) contrast(1.08);
	inset: 0;
	opacity: 0;
	position: absolute;
	transform: scale(1.04);
	transition: opacity 700ms ease;
}

.gb-featured-bg__layer.is-active {
	opacity: 1;
}

.gb-featured-stack {
	inset: 0;
	position: absolute;
	z-index: 2;
}

.gb-featured-product {
	align-items: center;
	display: grid;
	inset: 0;
	min-height: 100%;
	opacity: 0;
	padding: clamp(36px, 5vw, 64px) var(--gb-pad);
	pointer-events: none;
	position: absolute;
	transform: translateY(34px) scale(0.965) rotate(-1.2deg);
	transition: opacity 520ms ease, transform 640ms cubic-bezier(0.2, 0.8, 0.2, 1);
	z-index: 1;
}

.gb-featured-product.is-active {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0) scale(1) rotate(0deg);
	z-index: 4;
}

.gb-featured-product.is-before {
	opacity: 0.22;
	transform: translate(-26px, 28px) scale(0.94) rotate(-2.2deg);
	z-index: 2;
}

.gb-featured-product.is-after {
	opacity: 0.18;
	transform: translate(28px, -22px) scale(0.94) rotate(2deg);
	z-index: 3;
}

.gb-featured-product__card {
	background: rgba(5, 5, 10, 0.96);
	border-radius: 8px;
	box-shadow:
		16px 18px 0 rgba(255, 255, 255, 0.12),
		32px 34px 0 rgba(255, 255, 255, 0.09),
		48px 50px 0 rgba(255, 255, 255, 0.06);
	display: grid;
	grid-template-columns: minmax(240px, 0.74fr) minmax(340px, 1.12fr) minmax(300px, 0.86fr);
	margin: 0 auto;
	max-width: 1680px;
	min-height: min(700px, 74vh);
	overflow: hidden;
	width: 100%;
}

.gb-featured-product__headline,
.gb-featured-product__info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: clamp(20px, 2.3vw, 30px);
}

.gb-featured-product__headline h2 {
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: clamp(38px, 3.7vw, 72px);
	font-weight: 780;
	letter-spacing: -0.025em;
	line-height: 0.92;
	text-transform: none;
}

.gb-featured-product__headline span {
	border-top: 1px solid var(--gb-line);
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
	font-weight: 950;
	padding-top: 22px;
	text-transform: uppercase;
}

.gb-featured-product__image {
	align-items: end;
	background: rgba(191, 238, 22, 0.14);
	display: flex;
	justify-content: center;
	min-height: 100%;
	overflow: hidden;
}

.gb-featured-product__image img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.gb-featured-product__info {
	border-left: 1px solid var(--gb-line);
	gap: 20px;
}

.gb-featured-product__info h3 {
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: clamp(30px, 2.8vw, 52px);
	font-weight: 780;
	letter-spacing: -0.06em;
	line-height: 0.94;
	margin-bottom: 18px;
	text-transform: none;
}

.gb-featured-product__info p {
	color: rgba(255, 255, 255, 0.68);
	font-size: clamp(15px, 1.05vw, 18px);
	line-height: 1.35;
	margin: 0;
}

.gb-featured-product__buy {
	border-top: 1px solid var(--gb-line);
	display: grid;
	gap: 16px;
	padding-top: 18px;
}

.gb-featured-product__buy strong {
	font-size: 20px;
}

.gb-featured-product__form {
	display: grid;
	gap: 10px;
	grid-template-columns: 86px minmax(0, 1fr) minmax(0, 1fr);
}

.gb-featured-product__form form.cart {
	display: contents;
	margin: 0;
}

.gb-featured-product__form form.cart .quantity {
	align-items: center;
	display: flex;
	max-width: 86px;
}

.gb-featured-product__form form.cart .quantity .qty {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid var(--gb-line);
	border-radius: 999px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 950;
	min-height: 34px;
	padding: 4px 8px;
	text-align: center;
	width: 64px;
}

.gb-featured-product__form .variations {
	grid-column: 1 / -1;
	margin: 0;
	width: 100%;
}

.gb-featured-product__form .variations tbody,
.gb-featured-product__form .variations tr,
.gb-featured-product__form .variations th,
.gb-featured-product__form .variations td {
	display: block;
	padding: 0;
	text-align: left;
	width: 100%;
}

.gb-featured-product__form .variations label {
	color: rgba(255, 255, 255, 0.72);
	display: flex;
	font-size: 11px;
	font-weight: 950;
	gap: 6px;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.gb-variation-label-value {
	color: var(--gb-red);
}

.gb-featured-product__form .variations select {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid var(--gb-line);
	border-radius: 4px;
	color: #ffffff;
	min-height: 38px;
	padding: 7px 10px;
	width: 100%;
}

.gb-featured-product__form .variations select.gb-variation-enhanced {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.gb-variation-options {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 0 0 10px;
}

.gb-variation-option {
	align-items: center;
	background: rgba(255, 255, 255, 0.09);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-size: 11px;
	font-weight: 950;
	justify-content: center;
	min-height: 30px;
	min-width: 34px;
	padding: 6px 10px;
	text-transform: uppercase;
}

.gb-variation-option.is-selected {
	background: var(--gb-red);
	border-color: var(--gb-red);
	color: #111111;
}

.gb-variation-swatch {
	border-radius: 999px;
	font-size: 0;
	height: 26px;
	min-height: 26px;
	min-width: 26px;
	padding: 0;
	position: relative;
	width: 26px;
}

.gb-variation-swatch::after {
	border: 2px solid rgba(5, 5, 10, 0.85);
	border-radius: inherit;
	content: "";
	inset: 3px;
	position: absolute;
}

.gb-variation-swatch.is-selected {
	box-shadow: 0 0 0 2px var(--gb-red);
}

.gb-featured-product__form .reset_variations {
	color: var(--gb-red);
	display: inline-block;
	font-size: 11px;
	font-weight: 950;
	margin-top: 8px;
	text-transform: uppercase;
}

.gb-featured-product__form .single_variation_wrap {
	display: contents;
}

.gb-featured-product__form .woocommerce-variation-add-to-cart {
	display: contents;
}

.gb-featured-product__form .woocommerce-variation {
	grid-column: 1 / -1;
}

.gb-featured-product__form .woocommerce-variation-price {
	display: none;
}

.gb-featured-product__form .woocommerce-variation-availability {
	color: rgba(255, 255, 255, 0.7);
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
}

.gb-featured-product__form .button,
.gb-featured-product__form .single_add_to_cart_button,
.gb-featured-product__learn {
	align-items: center;
	border-radius: 4px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 950;
	justify-content: space-between;
	min-height: 54px;
	padding: 14px;
	text-transform: uppercase;
	width: 100%;
}

.gb-featured-product__form .button,
.gb-featured-product__form .single_add_to_cart_button {
	background: var(--gb-red);
	border: 0;
	color: #111111;
	grid-column: 2;
}

.gb-featured-product__learn {
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff;
	grid-column: 3;
}

.gb-featured-product__form form.cart .quantity {
	grid-column: 1;
}

.gb-section__head {
	align-items: end;
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr auto;
	margin-bottom: 46px;
}

.gb-section__head h2 {
	max-width: 790px;
}

.gb-text-link {
	color: var(--gb-red);
	font-size: 13px;
	font-weight: 950;
	text-transform: uppercase;
	white-space: nowrap;
}

.products,
.woocommerce ul.products {
	clear: both;
	display: grid;
	gap: clamp(14px, 2vw, 28px);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after,
.products::before,
.products::after {
	content: none !important;
	display: none !important;
}

.woocommerce ul.products li.product,
.products li.product {
	background: #07070d;
	border-radius: 8px;
	border: 0;
	float: none;
	margin: 0;
	min-height: 100%;
	overflow: hidden;
	padding: clamp(8px, 0.8vw, 14px);
	position: relative;
	width: auto;
}

.gb-shop-product-card__image {
	background: #d8d8d8;
	border-radius: 4px;
	display: block;
	overflow: hidden;
}

.woocommerce ul.products li.product .gb-shop-product-card__image img {
	aspect-ratio: 1 / 1.04;
	background: #d8d8d8;
	margin: 0;
	object-fit: cover;
	width: 100%;
}

.gb-shop-product-card__body {
	padding: clamp(18px, 1.7vw, 28px) 4px 4px;
}

.gb-product-card__badge {
	background: var(--gb-red);
	color: #111111;
	font-size: 11px;
	font-weight: 950;
	left: 12px;
	padding: 7px 9px;
	position: absolute;
	text-transform: uppercase;
	top: 12px;
	z-index: 2;
}

.gb-shop-product-card__title {
	color: var(--gb-text);
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: clamp(28px, 2vw, 54px);
	font-weight: 780;
	letter-spacing: -0.025em;
	line-height: 0.94;
	margin: 0 0 12px;
	text-transform: none;
}

.gb-shop-product-card__title a {
	color: inherit;
}

.gb-shop-product-card__title a:hover {
	color: var(--gb-red);
}

.gb-shop-product-card__desc {
	color: rgba(255, 255, 255, 0.66);
	font-size: clamp(14px, 1vw, 17px);
	line-height: 1.35;
	min-height: 4.05em;
}

.gb-shop-product-card__desc p {
	margin: 0;
}

.gb-shop-product-card__meta {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	display: flex;
	justify-content: space-between;
	margin-top: 22px;
	padding-top: 16px;
}

.gb-shop-product-card__price {
	color: #ffffff;
	display: block;
	font-size: 18px;
	font-weight: 850;
}

.gb-shop-product-card__stock {
	color: rgba(255, 255, 255, 0.66);
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
}

.gb-shop-product-card__actions {
	display: grid;
	gap: 8px;
	grid-template-columns: 1fr 1fr;
	margin-top: 22px;
}

.woocommerce ul.products li.product .button,
.gb-shop-product-card__learn {
	align-items: center;
	border: 0;
	border-radius: 4px;
	display: flex;
	font-size: 13px;
	font-weight: 950;
	justify-content: space-between;
	margin: 0;
	min-height: 58px;
	padding: 0 16px;
	text-transform: uppercase;
	width: 100%;
}

.woocommerce ul.products li.product .button {
	background: #ffffff;
	color: #111111;
}

.gb-shop-product-card__learn {
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff;
}

.woocommerce ul.products li.product .button:hover,
.gb-shop-product-card__learn:hover {
	background: var(--gb-red);
	color: #111111;
}

.gb-shop-product-card__colors {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-top: 18px;
	padding-top: 14px;
}

.gb-shop-product-card__swatches {
	display: flex;
	gap: 7px;
}

.gb-shop-product-card__swatches span {
	background: var(--gb-swatch);
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 999px;
	box-shadow: inset 0 0 0 2px rgba(17, 17, 17, 0.45);
	display: block;
	height: 12px;
	width: 12px;
}

.gb-shop-product-card__colors p {
	color: rgba(255, 255, 255, 0.56);
	font-size: 12px;
	font-weight: 950;
	margin: 0;
	text-align: right;
	text-transform: uppercase;
}

.gb-story,
.gb-quality {
	border-top: 1px solid var(--gb-line);
	display: grid;
	gap: clamp(28px, 6vw, 76px);
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.gb-story__copy,
.gb-product-story__copy,
.gb-quality__content p {
	color: var(--gb-muted);
	font-size: clamp(18px, 2vw, 22px);
}

.gb-quality {
	background: var(--gb-ink);
	max-width: none;
	padding-left: max(var(--gb-pad), calc((100vw - var(--gb-max)) / 2 + var(--gb-pad)));
	padding-right: max(var(--gb-pad), calc((100vw - var(--gb-max)) / 2 + var(--gb-pad)));
}

.gb-quality__list {
	display: grid;
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.gb-quality__list li {
	background: var(--gb-charcoal);
	border-left: 4px solid var(--gb-red);
	font-family: var(--gb-head);
	font-size: clamp(22px, 3vw, 38px);
	line-height: 1;
	padding: 22px;
	text-transform: uppercase;
}

.gb-faq__grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gb-faq details {
	background: var(--gb-charcoal);
	border: 1px solid var(--gb-line);
	padding: 22px;
}

.gb-faq summary {
	cursor: pointer;
	font-family: var(--gb-head);
	font-size: 20px;
	line-height: 1.05;
	text-transform: uppercase;
}

.gb-faq p {
	color: var(--gb-muted);
	margin-bottom: 0;
}

.gb-cta {
	background: var(--gb-red);
	color: #111111;
	max-width: none;
	text-align: center;
}

.gb-cta .gb-kicker {
	color: #111111;
}

.gb-cta h2 {
	margin: 0 auto;
	max-width: 900px;
}

.gb-cta .gb-button {
	background: var(--gb-black);
}

.gb-footer {
	background: #07070d;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	color: var(--gb-text);
	overflow: hidden;
	position: relative;
}

.gb-footer__visual {
	background:
		linear-gradient(180deg, rgba(7, 7, 13, 0.18), rgba(7, 7, 13, 0.86)),
		var(--gb-shop-bg-image) var(--gb-shop-bg-position) / cover no-repeat,
		radial-gradient(circle at 28% 30%, rgba(191, 238, 22, 0.22), transparent 30%),
		linear-gradient(115deg, #243945, #08080e 64%);
	height: clamp(96px, 12vw, 138px);
	position: relative;
}

.gb-footer__top {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: clamp(-96px, -7vw, -72px);
	padding: 0 var(--gb-pad);
	position: relative;
	z-index: 2;
}

.gb-footer__logo .custom-logo,
.gb-footer__logo .gb-logo-video {
	max-height: 54px;
	width: auto;
}

.gb-footer__logo .gb-logo-video {
	width: 162px;
}

.gb-footer__actions {
	align-items: center;
	background: rgba(32, 31, 29, 0.72);
	border-radius: 7px;
	display: flex;
	gap: 5px;
	padding: 5px;
	white-space: nowrap;
}

.gb-footer-action {
	align-items: center;
	border-radius: 4px;
	color: #111111;
	display: inline-flex;
	font-family: var(--gb-head);
	font-size: 13px;
	gap: 8px;
	justify-content: center;
	min-height: 54px;
	padding: 0 22px;
	text-transform: uppercase;
}

.gb-footer-action--cart {
	background: #ffffff;
}

.gb-footer-action--shop {
	background: var(--gb-red);
	min-width: 112px;
}

.gb-footer-action i {
	background:
		radial-gradient(circle, currentColor 1.6px, transparent 1.7px) 0 0 / 7px 7px;
	height: 18px;
	width: 18px;
}

.gb-footer__panel {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.025) 0 18%, transparent 18% 42%, rgba(255, 255, 255, 0.025) 42% 62%, transparent 62%),
		#07070d;
	margin-top: clamp(24px, 4vw, 52px);
	padding: 42px var(--gb-pad) 24px;
	position: relative;
}

.gb-footer__to-top {
	color: var(--gb-muted);
	display: inline-flex;
	font-family: var(--gb-head);
	font-size: 12px;
	letter-spacing: 0.04em;
	margin-bottom: 34px;
	text-transform: uppercase;
}

.gb-footer__to-top:hover {
	color: var(--gb-red);
}

.gb-footer__grid {
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	display: grid;
	gap: clamp(32px, 5vw, 92px);
	grid-template-columns: minmax(260px, 1.25fr) minmax(160px, 0.8fr) minmax(160px, 0.7fr) minmax(160px, 0.7fr);
	padding-top: 42px;
}

.gb-footer__intro h2 {
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: clamp(34px, 3vw, 54px);
	letter-spacing: -0.06em;
	line-height: 0.92;
	margin: 0;
	max-width: 520px;
}

.gb-footer__intro p {
	color: var(--gb-muted);
	font-size: clamp(15px, 1.1vw, 18px);
	line-height: 1.42;
	margin: 22px 0 0;
	max-width: 460px;
}

.gb-footer__column h3 {
	color: var(--gb-muted);
	font-family: var(--gb-head);
	font-size: 12px;
	letter-spacing: 0.06em;
	margin: 0 0 26px;
	text-transform: uppercase;
}

.gb-footer__column ul {
	display: grid;
	gap: 18px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.gb-footer__column a {
	color: var(--gb-text);
	font-size: clamp(16px, 1.1vw, 20px);
	font-weight: 700;
	letter-spacing: -0.04em;
}

.gb-footer__column a:hover {
	color: var(--gb-red);
}

.gb-footer__menu {
	margin-top: 78px;
}

.gb-footer__nav {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	justify-content: flex-start;
	padding-top: 18px;
}

.gb-footer__meta {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.24);
	font-family: var(--gb-head);
	font-size: 12px;
	letter-spacing: 0.04em;
	margin: 28px 0 0;
	padding-top: 20px;
	text-transform: uppercase;
}

.gb-footer__wordmark {
	color: #ffffff;
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: clamp(54px, 12vw, 230px);
	font-weight: 900;
	letter-spacing: -0.1em;
	line-height: 0.78;
	margin: 34px 0 0 -0.08em;
	opacity: 0.98;
	text-transform: uppercase;
	white-space: nowrap;
}

.gb-shop-hero {
	background: transparent;
	border-bottom: 0;
	display: grid;
	gap: 14px;
	min-height: clamp(220px, 34vh, 420px);
	padding: clamp(70px, 10vw, 150px) 0 clamp(34px, 6vw, 90px);
	place-content: end start;
	margin-left: 0;
}

.gb-shop-hero h1 {
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: clamp(72px, 5vw, 120px);
	font-weight: 850;
	letter-spacing: -0.025em;
	line-height: 0.8;
	margin: 0;
	text-transform: uppercase;
}

.gb-shop-hero > p:not(.gb-kicker) {
	color: rgba(255, 255, 255, 0.62);
	font-size: clamp(16px, 1.4vw, 22px);
	line-height: 1.35;
	margin: 0;
	max-width: 620px;
}

.gb-shop-toolbar {
	align-items: center;
	display: none;
	gap: 16px;
	justify-content: space-between;
	padding: 0 0 24px;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	color: var(--gb-muted);
	float: none;
	margin: 0;
}

.woocommerce .woocommerce-ordering select,
.variations select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.quantity .qty {
	background: var(--gb-charcoal);
	border: 1px solid var(--gb-line);
	color: var(--gb-text);
	min-height: 46px;
	padding: 10px 12px;
}

.woocommerce nav.woocommerce-pagination {
	padding: 44px var(--gb-pad) 80px;
}

.woocommerce nav.woocommerce-pagination ul {
	border: 0;
	display: flex;
	gap: 8px;
	justify-content: center;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	background: var(--gb-charcoal);
	color: var(--gb-text);
	min-width: 42px;
	padding: 10px 12px;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
	background: var(--gb-red);
}

.gb-product-main {
	background:
		radial-gradient(circle at 68% 18%, rgba(191, 238, 22, 0.14), transparent 32%),
		#05050a;
}

.gb-product-detail {
	padding: 132px var(--gb-pad) clamp(72px, 9vw, 132px);
}

.gb-product-detail__hero {
	display: grid;
	gap: clamp(18px, 2.2vw, 32px);
	grid-template-columns: minmax(0, 1.22fr) minmax(360px, 0.68fr);
	margin: 0 auto;
	max-width: 1680px;
}

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

.gb-product-detail__media {
	background: rgba(255, 255, 255, 0.06);
	border-radius: 8px;
	margin: 0;
	min-height: 360px;
	overflow: hidden;
}

.gb-product-detail__media.is-main {
	grid-column: 1 / -1;
	min-height: min(780px, 76vh);
}

.gb-product-detail__media img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.gb-product-detail__panel {
	align-self: start;
	position: sticky;
	top: 132px;
}

.gb-product-detail__panel-inner {
	background: rgba(5, 5, 10, 0.96);
	border: 1px solid var(--gb-line);
	border-radius: 8px;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
	display: grid;
	gap: 18px;
	padding: clamp(22px, 2.4vw, 34px);
}

.gb-product-detail__panel h1 {
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: clamp(42px, 4vw, 72px);
	font-weight: 780;
	letter-spacing: -0.025em;
	line-height: 0.9;
	text-transform: none;
}

.gb-product-detail__intro {
	color: rgba(255, 255, 255, 0.68);
	font-size: 17px;
	line-height: 1.4;
	margin: 0;
}

.gb-product-detail__price {
	border-bottom: 1px solid var(--gb-line);
	border-top: 1px solid var(--gb-line);
	font-size: 24px;
	font-weight: 950;
	padding: 16px 0;
}

.gb-product-detail__form form.cart {
	display: grid;
	gap: 12px;
	margin: 0;
}

.gb-product-detail__form .variations {
	margin: 0;
	width: 100%;
}

.gb-product-detail__form .variations tbody,
.gb-product-detail__form .variations tr,
.gb-product-detail__form .variations th,
.gb-product-detail__form .variations td {
	display: block;
	padding: 0;
	text-align: left;
	width: 100%;
}

.gb-product-detail__form .variations label {
	color: rgba(255, 255, 255, 0.72);
	display: flex;
	font-size: 11px;
	font-weight: 950;
	gap: 6px;
	margin: 0 0 6px;
	text-transform: uppercase;
}

.gb-product-detail__form .variations select {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid var(--gb-line);
	border-radius: 4px;
	color: #ffffff;
	min-height: 40px;
	padding: 8px 10px;
	width: 100%;
}

.gb-product-detail__form .variations select.gb-variation-enhanced {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.gb-product-detail__form .single_variation_wrap {
	display: grid;
	gap: 12px;
}

.gb-product-detail__form .woocommerce-variation-price {
	display: none;
}

.gb-product-detail__form .woocommerce-variation-availability {
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
}

.gb-product-detail__form .woocommerce-variation-add-to-cart,
.gb-product-detail__form form.cart:not(.variations_form) {
	display: grid;
	gap: 10px;
	grid-template-columns: 86px minmax(0, 1fr);
}

.gb-product-detail__form .quantity {
	align-items: center;
	display: flex;
}

.gb-product-detail__form .quantity .qty {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid var(--gb-line);
	border-radius: 999px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 950;
	min-height: 42px;
	padding: 4px 8px;
	text-align: center;
	width: 68px;
}

.gb-product-detail__form .button,
.gb-product-detail__form .single_add_to_cart_button {
	background: var(--gb-red);
	border: 0;
	border-radius: 4px;
	color: #111111;
	font-size: 14px;
	font-weight: 950;
	min-height: 58px;
	text-transform: uppercase;
	width: 100%;
}

.gb-product-detail__trust {
	border-top: 1px solid var(--gb-line);
	display: grid;
	gap: 10px;
	padding-top: 16px;
}

.gb-product-detail__trust span {
	color: rgba(255, 255, 255, 0.68);
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
}

.gb-product-detail__story,
.gb-product-detail__specs,
.gb-product-detail__tabs {
	margin: 0 auto;
	max-width: 1680px;
}

.gb-product-detail__story {
	border-top: 1px solid var(--gb-line);
	display: grid;
	gap: clamp(28px, 5vw, 72px);
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	margin-top: clamp(72px, 10vw, 140px);
	padding-top: clamp(42px, 7vw, 92px);
}

.gb-product-detail__story h2 {
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: clamp(42px, 5vw, 92px);
	font-weight: 780;
	letter-spacing: -0.025em;
	line-height: 0.92;
	text-transform: none;
}

.gb-product-detail__story p {
	color: rgba(255, 255, 255, 0.68);
	font-size: clamp(18px, 1.7vw, 24px);
	line-height: 1.42;
}

.gb-product-detail__specs {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 54px;
}

.gb-product-detail__specs > div {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid var(--gb-line);
	padding: 24px;
}

.gb-product-detail__specs strong {
	display: block;
	font-family: var(--gb-head);
	font-size: 22px;
	line-height: 1;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.gb-product-detail__specs span {
	color: rgba(255, 255, 255, 0.68);
}

.gb-product-detail__tabs {
	color: var(--gb-muted);
	margin-top: 54px;
}

.gb-product-detail__tabs .woocommerce-tabs ul.tabs {
	border-bottom: 1px solid var(--gb-line);
	margin: 0 0 24px;
	padding: 0;
}

.gb-product-detail__tabs .woocommerce-tabs ul.tabs::before {
	display: none;
}

.gb-product-detail__tabs .woocommerce-tabs ul.tabs li {
	background: transparent;
	border: 0;
	margin: 0 10px 0 0;
	padding: 0;
}

.gb-product-detail__tabs .woocommerce-tabs ul.tabs li a {
	color: var(--gb-muted);
	font-weight: 950;
	padding: 12px 0;
	text-transform: uppercase;
}

.gb-product-detail__tabs .woocommerce-tabs ul.tabs li.active a {
	color: var(--gb-text);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	background: var(--gb-charcoal);
	border-top-color: var(--gb-red);
	color: var(--gb-text);
	margin: 0 auto 24px;
	max-width: var(--gb-max);
}

.gb-product-main--immersive > .woocommerce-notices-wrapper {
	left: var(--gb-pad);
	position: fixed;
	right: var(--gb-pad);
	top: 154px;
	z-index: 80;
}

.gb-product-main--immersive > .woocommerce-notices-wrapper .woocommerce-message,
.gb-product-main--immersive > .woocommerce-notices-wrapper .woocommerce-info,
.gb-product-main--immersive > .woocommerce-notices-wrapper .woocommerce-error {
	margin-bottom: 0;
	max-width: none;
}

.woocommerce-message::before,
.woocommerce-info::before {
	color: var(--gb-red);
}

.gb-empty-shop {
	border: 1px solid var(--gb-line);
	color: var(--gb-muted);
	padding: 28px;
}

@media (max-width: 980px) {
	.gb-header__inner {
		gap: 14px;
		min-height: 88px;
		padding-top: 18px;
	}

	.gb-header__actions {
		flex: 0 0 auto;
	}

	.gb-nav {
		top: 96px;
	}

	.gb-nav-products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gb-nav-product:nth-child(n+5) {
		display: none;
	}

	.gb-header__cart {
		flex: 0 0 auto;
		min-height: 56px;
		padding: 0 20px;
	}

	.gb-shop-toggle {
		min-height: 56px;
		padding: 0 20px;
	}

	.gb-hero-card {
		width: min(100%, 760px);
	}

	.gb-hero-card__body {
		min-height: 200px;
	}

	.gb-featured-product__card {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.gb-featured-product__headline,
	.gb-featured-product__info {
		min-height: 320px;
	}

	.gb-featured-product__image {
		min-height: 520px;
	}

	.gb-featured-product__info {
		border-left: 0;
		border-top: 1px solid var(--gb-line);
	}

	.gb-product-detail {
		padding-top: 112px;
	}

	.gb-product-detail__hero,
	.gb-product-detail__story,
	.gb-product-detail__specs {
		grid-template-columns: 1fr;
	}

	.gb-product-detail__panel {
		position: static;
	}

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

	.gb-story,
	.gb-quality,
	.gb-product-story,
	.woocommerce div.product {
		grid-template-columns: 1fr;
	}

	.gb-faq__grid,
	.gb-trust {
		grid-template-columns: 1fr;
	}

	.gb-footer__inner,
	.gb-section__head {
		grid-template-columns: 1fr;
	}

	.gb-footer__nav {
		justify-content: flex-start;
	}

	.gb-footer__meta {
		text-align: left;
	}

	.gb-footer__top {
		align-items: flex-start;
		gap: 16px;
	}

	.gb-footer__grid {
		grid-template-columns: 1fr 1fr;
	}

	.gb-footer__intro {
		grid-column: 1 / -1;
	}

	.gb-footer__wordmark {
		font-size: clamp(48px, 17vw, 150px);
	}
}

@media (max-width: 640px) {
	:root {
		--gb-pad: 18px;
	}

	.gb-header__inner {
		gap: 12px;
		min-height: 86px;
		padding-top: 12px;
	}

	.gb-nav {
		left: 10px;
		max-height: calc(100svh - 98px);
		overflow: auto;
		right: 10px;
		top: 92px;
	}

	.gb-brand {
		font-size: clamp(18px, 6vw, 22px);
	}

	.custom-logo {
		max-height: 56px;
	}

	.gb-logo-video {
		height: 56px;
		width: 168px;
	}

	.gb-header__cart {
		font-size: 11px;
		min-height: 54px;
		padding: 0 12px;
	}

	.gb-shop-toggle {
		font-size: 11px;
		gap: 8px;
		min-height: 54px;
		padding: 0 12px;
	}

	.gb-shop-toggle i {
		height: 14px;
		width: 14px;
	}

	.gb-nav-products {
		grid-template-columns: 1fr;
	}

	.gb-hero {
		min-height: 100svh;
	}

	.gb-hero__media {
		background:
			linear-gradient(180deg, rgba(17, 17, 17, 0.12) 0%, rgba(17, 17, 17, 0.16) 48%, rgba(17, 17, 17, 0.86) 100%),
			var(--gb-hero-image, url("../images/hero-printwear.png")) var(--gb-hero-position, center center) / cover,
			linear-gradient(135deg, #111111 0%, #808080 100%);
	}

	.gb-hero__inner {
		align-items: end;
		padding-top: 112px;
	}

	.gb-hero-card {
		width: 100%;
	}

	.gb-hero-card__top {
		font-size: 10px;
		grid-template-columns: 1fr;
		padding: 16px;
	}

	.gb-hero-card__body {
		grid-template-columns: 1fr;
		min-height: 200px;
		padding: 28px 16px 16px;
	}

	.gb-hero-card__button {
		font-size: 14px;
		min-height: 58px;
	}

	.gb-featured-product {
		min-height: auto;
		padding: 32px 10px;
	}

	.gb-featured-stage {
		position: relative;
	}

	.gb-featured-scroll {
		height: auto;
	}

	.gb-featured-stack {
		display: grid;
		gap: 32px;
		position: relative;
	}

	.gb-featured-product,
	.gb-featured-product.is-active,
	.gb-featured-product.is-before,
	.gb-featured-product.is-after {
		inset: auto;
		opacity: 1;
		pointer-events: auto;
		position: relative;
		transform: none;
	}

	.gb-featured-product__card {
		box-shadow:
			8px 10px 0 rgba(255, 255, 255, 0.12),
			16px 18px 0 rgba(255, 255, 255, 0.08);
	}

	.gb-featured-product__headline,
	.gb-featured-product__info {
		min-height: auto;
		padding: 22px;
	}

	.gb-featured-product__image {
		min-height: 420px;
	}

	.gb-featured-product__headline h2 {
		font-size: 42px;
	}

	.gb-featured-product__info h3 {
		font-size: 34px;
	}

	.gb-featured-bg {
		display: none;
	}

	.gb-product-detail {
		padding-left: 10px;
		padding-right: 10px;
	}

	.gb-product-detail__gallery {
		grid-template-columns: 1fr;
	}

	.gb-product-detail__media,
	.gb-product-detail__media.is-main {
		min-height: 420px;
	}

	.gb-product-detail__panel-inner {
		padding: 22px;
	}

	.gb-product-detail__panel h1 {
		font-size: 42px;
	}

	.gb-product-detail__form .woocommerce-variation-add-to-cart,
	.gb-product-detail__form form.cart:not(.variations_form) {
		grid-template-columns: 76px minmax(0, 1fr);
	}

	h1 {
		font-size: 44px;
	}

	h2 {
		font-size: 34px;
	}

	.products,
	.woocommerce ul.products {
		grid-template-columns: 1fr;
	}

	.gb-shop-toolbar {
		align-items: stretch;
		flex-direction: column;
	}

	.gb-footer__visual {
		height: 96px;
	}

	.gb-footer__top {
		align-items: center;
		margin-top: -74px;
	}

	.gb-footer__logo .custom-logo,
	.gb-footer__logo .gb-logo-video {
		max-height: 44px;
	}

	.gb-footer__logo .gb-logo-video {
		width: 132px;
	}

	.gb-footer-action {
		font-size: 11px;
		min-height: 44px;
		padding: 0 12px;
	}

	.gb-footer-action--shop {
		min-width: 82px;
	}

	.gb-footer-action i {
		height: 14px;
		width: 14px;
	}

	.gb-footer__panel {
		margin-top: 30px;
		padding-top: 30px;
	}

	.gb-footer__grid {
		gap: 32px;
		grid-template-columns: 1fr;
		padding-top: 30px;
	}

	.gb-footer__column h3 {
		margin-bottom: 16px;
	}

	.gb-footer__column ul {
		gap: 12px;
	}

	.gb-footer__menu {
		margin-top: 44px;
	}

	.woocommerce div.product .product_title {
		font-size: 38px;
	}
}

.gb-product-main--immersive .gb-product-immersive.gb-product-detail {
	padding: 0;
}

.gb-product-main--immersive .gb-product-immersive__hero {
	min-height: 100svh;
}

.gb-product-main--immersive .gb-product-buybar form.cart {
	margin: 0;
}

.gb-product-main--immersive .product_meta {
	display: none;
}

.single-product .gb-shop-main,
.single-product .gb-product-main,
.single-product .gb-product-main--immersive {
	max-width: none;
	padding: 0;
	width: 100%;
}

.single-product .gb-product-immersive {
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

.single-product .gb-product-immersive__hero {
	background:
		linear-gradient(180deg, rgba(5, 5, 10, 0.06), rgba(5, 5, 10, 0.02) 62%, rgba(5, 5, 10, 0.22)),
		#45738d !important;
	height: 100vh;
	height: 100svh;
	margin: 0;
	min-height: 100vh;
	min-height: 100svh;
	overflow: hidden;
	padding: 0;
	width: 100vw;
}

.single-product .gb-product-immersive__bg {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	display: block !important;
	inset: 0 !important;
	opacity: 1 !important;
	position: absolute !important;
	visibility: visible !important;
	z-index: 0 !important;
}
