/*
Theme Name: Gadget Labs
Theme URI: https://example.local/gadget-labs
Author: Codex
Description: Editorial WooCommerce storefront for Gadget Lab.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.9
Requires PHP: 7.2
Text Domain: gadget-labs
*/

:root {
	--gl-bg: #f9f9f9;
	--gl-surface: #ffffff;
	--gl-surface-low: #f3f3f4;
	--gl-surface-mid: #eeeeee;
	--gl-surface-high: #e2e2e2;
	--gl-ink: #111111;
	--gl-copy: #474747;
	--gl-outline: rgba(23, 23, 23, 0.12);
	--gl-outline-strong: rgba(23, 23, 23, 0.24);
	--gl-error: #ba1a1a;
	--gl-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
	--gl-max: 1440px;
	--gl-max-narrow: 1320px;
	--gl-pad: 40px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--gl-bg);
	color: var(--gl-ink);
	font-family: "Inter", sans-serif;
	line-height: 1.5;
}

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

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

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

p {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: "Manrope", sans-serif;
	letter-spacing: -0.04em;
	line-height: 0.98;
}

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

.material-symbols-outlined {
	font-size: 20px;
	line-height: 1;
	vertical-align: middle;
}

.screen-reader-text {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	width: 1px;
	height: 1px;
	overflow: hidden;
	white-space: nowrap;
}

.gl-site-shell {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.gl-site-main {
	flex: 1;
}

.gl-site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(249, 249, 249, 0.84);
	backdrop-filter: blur(24px);
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.gl-header-inner,
.gl-site-footer,
.gl-hero,
.gl-section,
.gl-shop-header,
.gl-shop-layout,
.gl-single-product,
.gl-page-hero,
.gl-page-content {
	width: min(calc(100% - (var(--gl-pad) * 2)), var(--gl-max));
	margin: 0 auto;
}

.gl-header-inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	column-gap: 28px;
	min-height: 82px;
}

.gl-brand {
	display: inline-flex;
	align-items: center;
}

.gl-brand img {
	display: block;
	width: auto;
	height: 46px;
	max-width: min(100%, 280px);
}

.gl-site-nav {
	justify-self: center;
}

.gl-nav-links {
	display: flex;
	align-items: center;
	gap: 24px;
	font-family: "Manrope", sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.gl-nav-links a,
.gl-nav-links .current-menu-item > a,
.gl-nav-links .current_page_item > a {
	padding-bottom: 4px;
}

.gl-nav-links li {
	color: rgba(17, 17, 17, 0.52);
}

.gl-nav-links li.current-menu-item,
.gl-nav-links li.current_page_item,
.gl-nav-links li:hover {
	color: var(--gl-ink);
}

.gl-nav-links li.current-menu-item > a,
.gl-nav-links li.current_page_item > a {
	border-bottom: 2px solid var(--gl-ink);
}

.gl-header-actions {
	display: flex;
	align-items: center;
	gap: 14px;
	justify-self: end;
}

.gl-search-pill {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	height: 38px;
	padding: 0 14px;
	background: var(--gl-surface-high);
	font-size: 0.75rem;
	letter-spacing: 0.02em;
	color: var(--gl-copy);
	border: 0;
}

.gl-search-pill span:first-child {
	font-size: 16px;
}

.gl-search-pill input[type="search"] {
	width: 150px;
	border: 0;
	background: transparent;
	color: var(--gl-ink);
	font-size: 0.75rem;
	padding: 0;
}

.gl-search-pill input[type="search"]::placeholder {
	color: var(--gl-copy);
}

.gl-search-pill input[type="search"]:focus {
	outline: none;
}

.gl-icon-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: transparent;
}

.gl-cart-count {
	position: absolute;
	top: 4px;
	right: 4px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 18px;
	height: 18px;
	padding: 0 4px;
	background: var(--gl-ink);
	color: var(--gl-surface);
	font-size: 0.65rem;
	font-weight: 700;
	line-height: 1;
}

.gl-mobile-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 0;
	background: transparent;
	color: var(--gl-ink);
}

.gl-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	padding: 0 26px;
	border: 1px solid var(--gl-ink);
	font-family: "Manrope", sans-serif;
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.gl-button--primary {
	background: var(--gl-ink);
	color: var(--gl-surface);
}

.gl-button--primary:hover {
	background: #2d2d2d;
}

.gl-button--ghost {
	background: transparent;
	color: var(--gl-ink);
	border-color: rgba(17, 17, 17, 0.2);
}

.gl-button--ghost:hover {
	background: var(--gl-surface-mid);
}

.gl-button--light {
	background: var(--gl-surface);
	color: var(--gl-ink);
	border-color: transparent;
}

.gl-kicker {
	display: inline-flex;
	align-items: center;
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: var(--gl-error);
}

.gl-kicker--light {
	color: #f1f1f1;
}

.gl-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 560px);
	align-items: center;
	gap: 48px;
	padding-block: 40px 72px;
}

.gl-hero-copy h1 {
	max-width: 7ch;
	font-size: clamp(3.2rem, 7vw, 6rem);
	margin-top: 14px;
}

.gl-hero-copy p {
	max-width: 32rem;
	margin-top: 22px;
	font-size: 1rem;
	line-height: 1.72;
	color: var(--gl-copy);
}

.gl-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.gl-hero-frame {
	aspect-ratio: 1 / 1;
	background: #101213;
	padding: 18px;
	overflow: hidden;
}

.gl-hero-frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gl-section {
	padding-block: 72px;
}

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

.gl-section-head h2 {
	font-size: clamp(2rem, 4vw, 3rem);
}

.gl-section-head p,
.gl-section-head a,
.gl-section-head span {
	font-size: 0.92rem;
	color: var(--gl-copy);
}

.gl-catalog-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 16px;
}

.gl-catalog-stack,
.gl-catalog-mini-grid {
	display: grid;
	gap: 16px;
}

.gl-catalog-mini-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gl-catalog-panel {
	display: grid;
	background: var(--gl-surface);
	color: var(--gl-ink);
	overflow: hidden;
	min-height: 0;
	transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.gl-catalog-panel:hover {
	transform: translateY(-4px);
	box-shadow: var(--gl-shadow);
}

.gl-catalog-panel--primary {
	grid-template-rows: auto 1fr;
	min-height: 656px;
}

.gl-catalog-panel--wide {
	grid-template-columns: minmax(0, 1fr) 34%;
	align-items: center;
	min-height: 224px;
}

.gl-catalog-panel--mini {
	grid-template-rows: auto 1fr;
	min-height: 224px;
}

.gl-catalog-copy {
	padding: 28px 22px 0;
}

.gl-catalog-copy h3 {
	font-family: "Inter", sans-serif;
	font-size: clamp(1.6rem, 2.3vw, 2rem);
	font-weight: 600;
	letter-spacing: -0.05em;
	line-height: 1.05;
}

.gl-catalog-copy p {
	max-width: 20rem;
	margin-top: 8px;
	font-size: 0.92rem;
	line-height: 1.42;
	color: #5f5f5f;
}

.gl-catalog-copy--primary {
	padding: 34px 32px 0;
}

.gl-catalog-copy--wide {
	padding: 24px 22px 24px 22px;
}

.gl-catalog-copy--wide h3,
.gl-catalog-copy--mini h3 {
	font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.gl-catalog-copy--mini {
	padding: 20px 20px 0;
}

.gl-catalog-image {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 18px;
}

.gl-catalog-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gl-catalog-image--primary {
	padding: 22px 0 0;
	justify-content: flex-end;
	align-items: flex-end;
}

.gl-catalog-image--primary img {
	aspect-ratio: 1 / 0.9;
	object-position: center;
}

.gl-catalog-image--wide {
	padding: 24px;
	align-items: center;
}

.gl-catalog-image--wide img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.gl-catalog-image--mini {
	padding: 12px 14px 16px;
	align-items: flex-end;
}

.gl-catalog-image--mini img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.gl-spotlight {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 30% 20%, rgba(220, 103, 27, 0.85), transparent 35%),
		radial-gradient(circle at 70% 30%, rgba(169, 22, 22, 0.68), transparent 30%),
		linear-gradient(125deg, #080808 0%, #100d12 65%, #050505 100%);
}

.gl-spotlight::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.44) 0%, rgba(0, 0, 0, 0.12) 100%);
}

.gl-spotlight-inner {
	position: relative;
	z-index: 1;
	width: min(calc(100% - (var(--gl-pad) * 2)), var(--gl-max));
	margin: 0 auto;
	padding-block: 96px;
	color: #ffffff;
}

.gl-spotlight-inner h2 {
	font-size: clamp(2.7rem, 6vw, 5.4rem);
	margin-top: 10px;
}

.gl-spotlight-inner p {
	max-width: 31rem;
	margin-top: 20px;
	margin-bottom: 28px;
	font-size: 1rem;
	line-height: 1.72;
	color: rgba(255, 255, 255, 0.72);
}

.gl-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.gl-product-grid--home {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gl-product-grid--compact {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gl-product-card {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.gl-product-image {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	background: var(--gl-surface-low);
	overflow: hidden;
}

.gl-product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.gl-product-card:hover .gl-product-image img {
	transform: scale(1.05);
}

.gl-product-badge {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 1;
	padding: 7px 10px;
	background: var(--gl-error);
	color: #fff;
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.gl-product-meta {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
}

.gl-product-meta h3 {
	font-size: 1.08rem;
	margin-bottom: 4px;
}

.gl-product-meta p {
	max-width: 18rem;
	font-size: 0.9rem;
	color: var(--gl-copy);
	line-height: 1.6;
}

.gl-product-meta > span {
	font-family: "Manrope", sans-serif;
	font-weight: 800;
	white-space: nowrap;
}

.gl-brand-bar {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 20px;
	width: min(calc(100% - (var(--gl-pad) * 2)), var(--gl-max-narrow));
	margin: 0 auto;
	padding-block: 8px 64px;
	font-family: "Manrope", sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(17, 17, 17, 0.48);
}

.gl-shop-header {
	padding-block: 48px 30px;
}

.gl-shop-header h1 {
	font-size: clamp(3rem, 7vw, 5.8rem);
	margin-top: 10px;
}

.gl-shop-header p {
	max-width: 38rem;
	margin-top: 20px;
	font-size: 1rem;
	line-height: 1.72;
	color: var(--gl-copy);
}

.gl-shop-meta {
	display: flex;
	justify-content: flex-end;
	gap: 28px;
	margin-top: 42px;
	padding-top: 16px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 0.82rem;
	color: var(--gl-copy);
}

.gl-shop-layout {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: 40px;
	padding-bottom: 80px;
}

.gl-shop-sidebar {
	display: flex;
	flex-direction: column;
	gap: 34px;
}

.gl-filter-group h3,
.gl-footer-heading {
	margin-bottom: 16px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(17, 17, 17, 0.62);
}

.gl-filter-list li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.gl-filter-list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
	font-size: 0.95rem;
	color: var(--gl-copy);
}

.gl-filter-list li.is-active a,
.gl-filter-list a:hover {
	color: var(--gl-ink);
	font-weight: 600;
}

.gl-filter-list em {
	font-style: normal;
	font-size: 0.72rem;
}

.gl-chip-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.gl-chip-grid span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 12px;
	background: var(--gl-surface);
	border: 1px solid rgba(0, 0, 0, 0.08);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.gl-alert-row {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--gl-error);
	font-size: 0.72rem;
	font-family: "Manrope", sans-serif;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.gl-lab-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	margin-top: 72px;
}

.gl-lab-card {
	min-height: 300px;
	padding: 32px;
	background: var(--gl-surface);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.gl-lab-card--dark {
	background: #0a0a0a;
	color: #fff;
}

.gl-lab-card h2 {
	font-size: clamp(2rem, 4vw, 3.3rem);
	max-width: 9ch;
}

.gl-lab-card p {
	max-width: 26rem;
	font-size: 1rem;
	line-height: 1.7;
	color: inherit;
	opacity: 0.75;
}

.gl-lab-stats {
	display: flex;
	gap: 34px;
	padding-top: 24px;
}

.gl-lab-stats strong {
	display: block;
	font-family: "Manrope", sans-serif;
	font-size: 2rem;
	font-weight: 800;
}

.gl-lab-stats span {
	display: block;
	font-size: 0.72rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--gl-copy);
}

.gl-single-product {
	width: min(calc(100% - (var(--gl-pad) * 2)), var(--gl-max-narrow));
	margin: 0 auto;
	padding-block: 48px 88px;
}

.gl-single-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
	gap: 48px;
}

.gl-single-gallery {
	display: grid;
	gap: 16px;
}

.gl-single-gallery-main,
.gl-single-gallery-thumb {
	background: var(--gl-surface-low);
	overflow: hidden;
}

.gl-single-gallery-main {
	aspect-ratio: 1 / 1;
}

.gl-single-gallery-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.gl-single-gallery-thumb {
	aspect-ratio: 1 / 1;
}

.gl-single-gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gl-single-copy h1 {
	font-size: clamp(2.8rem, 5vw, 4.6rem);
	margin-top: 8px;
}

.gl-single-price {
	margin-top: 20px;
	font-family: "Manrope", sans-serif;
	font-size: 1.55rem;
	font-weight: 800;
}

.gl-single-badge {
	display: inline-flex;
	align-items: center;
	margin-top: 18px;
	padding: 7px 10px;
	background: var(--gl-error);
	color: #fff;
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.gl-single-intro {
	max-width: 26rem;
	margin-top: 18px;
	font-size: 0.98rem;
	line-height: 1.66;
	color: var(--gl-copy);
}

.gl-single-intro p {
	margin: 0;
}

.gl-single-specs {
	display: grid;
	gap: 0;
	margin-top: 28px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.gl-single-specs > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 16px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.gl-single-specs span,
.gl-tech-table span {
	font-size: 0.88rem;
	color: var(--gl-copy);
}

.gl-single-specs strong,
.gl-tech-table strong {
	font-size: 0.96rem;
	font-weight: 700;
}

.gl-single-description {
	margin-top: 24px;
	max-width: 31rem;
	font-size: 1rem;
	line-height: 1.72;
	color: var(--gl-copy);
}

.gl-add-to-cart {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 14px;
	margin-top: 28px;
}

.gl-add-to-cart .quantity {
	display: flex;
}

.gl-add-to-cart .qty {
	width: 100%;
	min-height: 56px;
	border: 1px solid rgba(0, 0, 0, 0.18);
	background: var(--gl-surface);
	padding: 0 14px;
}

.gl-add-to-cart .gl-button--ghost {
	grid-column: 1 / -1;
}

.gl-feature-strip,
.gl-review-section {
	padding-block: 72px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.gl-feature-strip h2,
.gl-review-section h2,
.gl-tech-specs h2 {
	font-size: clamp(2rem, 4vw, 3rem);
	margin-bottom: 34px;
}

.gl-feature-grid,
.gl-review-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.gl-feature-grid article,
.gl-review-card {
	padding: 24px 0;
}

.gl-feature-grid h3 {
	margin: 18px 0 10px;
	font-size: 1.12rem;
}

.gl-feature-grid p,
.gl-review-card p {
	font-size: 0.95rem;
	line-height: 1.7;
	color: var(--gl-copy);
}

.gl-tech-specs {
	display: grid;
	grid-template-columns: 320px minmax(0, 1fr);
	gap: 40px;
	padding-block: 72px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.gl-tech-table > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 18px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.gl-review-section .gl-section-head {
	margin-bottom: 24px;
}

.gl-review-card {
	background: var(--gl-surface);
	padding: 28px;
}

.gl-review-stars {
	font-size: 0.8rem;
	letter-spacing: 0.2em;
	margin-bottom: 16px;
}

.gl-review-card strong {
	display: block;
	margin-top: 18px;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.gl-page-hero {
	width: min(calc(100% - (var(--gl-pad) * 2)), var(--gl-max-narrow));
	margin: 0 auto;
	padding-block: 60px 24px;
}

.gl-page-hero--detail {
	padding-block: 56px 28px;
}

.gl-page-hero h1 {
	font-size: clamp(2.6rem, 6vw, 4.8rem);
	margin-top: 12px;
}

.gl-page-intro-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
	gap: 36px;
	align-items: end;
}

.gl-page-summary {
	display: grid;
	gap: 18px;
	align-self: stretch;
}

.gl-page-hero p {
	max-width: 34rem;
	margin-top: 18px;
	color: var(--gl-copy);
	line-height: 1.72;
}

.gl-page-content,
.gl-generic-grid {
	padding-bottom: 72px;
}

.gl-page-content {
	width: min(calc(100% - (var(--gl-pad) * 2)), var(--gl-max-narrow));
	margin: 0 auto;
}

.gl-page-content > * + * {
	margin-top: 20px;
}

.gl-page-content > p,
.gl-generic-card div {
	color: var(--gl-copy);
	line-height: 1.74;
}

.gl-page-content--detail {
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	padding-top: 28px;
}

.gl-page-metrics {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.gl-page-metrics span {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 0 12px;
	background: var(--gl-surface);
	border: 1px solid rgba(0, 0, 0, 0.08);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.gl-generic-grid {
	width: min(calc(100% - (var(--gl-pad) * 2)), var(--gl-max-narrow));
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.gl-generic-card {
	padding: 28px;
	background: var(--gl-surface);
	border: 1px solid rgba(0, 0, 0, 0.06);
}

.gl-generic-card h2 {
	font-size: 1.4rem;
	margin-bottom: 12px;
}

.gl-generic-card div {
	color: var(--gl-copy);
	line-height: 1.7;
}

.gl-site-footer {
	padding-block: 56px 24px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.gl-footer-grid {
	display: grid;
	grid-template-columns: 1.6fr 1fr 1fr 1fr;
	gap: 24px;
}

.gl-footer-brand {
	margin-bottom: 12px;
}

.gl-footer-brand img {
	display: block;
	width: auto;
	height: 44px;
	max-width: min(100%, 260px);
}

.gl-footer-copy {
	max-width: 24rem;
	color: var(--gl-copy);
	line-height: 1.7;
}

.gl-footer-list {
	display: grid;
	gap: 12px;
	font-size: 0.88rem;
	color: var(--gl-copy);
}

.gl-footer-list a:hover {
	color: var(--gl-ink);
}

.gl-footer-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 40px;
	padding-top: 18px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	font-size: 0.74rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(17, 17, 17, 0.52);
}

.gl-footer-icons {
	display: flex;
	gap: 12px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	width: min(calc(100% - (var(--gl-pad) * 2)), var(--gl-max));
	margin: 24px auto 0;
	padding: 18px 20px;
	background: var(--gl-surface);
	border-left: 4px solid var(--gl-ink);
}

.woocommerce-error {
	border-left-color: var(--gl-error);
}

.gl-cart-page,
.gl-checkout-page,
.gl-thankyou-page {
	width: min(calc(100% - (var(--gl-pad) * 2)), var(--gl-max-narrow));
	margin: 0 auto;
	padding-block: 40px 88px;
}

.gl-input,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row select,
.woocommerce form .form-row textarea {
	width: 100%;
	min-height: 52px;
	padding: 0 14px;
	border: 1px solid rgba(0, 0, 0, 0.14);
	background: var(--gl-surface);
	color: var(--gl-ink);
}

.woocommerce form .form-row textarea {
	min-height: 120px;
	padding-block: 14px;
}

.gl-input:focus,
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row select:focus,
.woocommerce form .form-row textarea:focus {
	outline: none;
	border-color: var(--gl-ink);
}

.woocommerce form .form-row select {
	appearance: none;
	padding-right: 40px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23111111' stroke-width='1.5' d='M2 4.5 6 8l4-3.5'/%3E%3C/svg%3E");
	background-position: right 14px center;
	background-repeat: no-repeat;
	background-size: 12px;
}

.select2-container--default .select2-selection--single {
	min-height: 52px;
	border: 1px solid rgba(0, 0, 0, 0.14);
	border-radius: 0;
	background: var(--gl-surface);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-left: 14px;
	line-height: 50px;
	color: var(--gl-ink);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 50px;
	right: 8px;
}

.gl-field-label,
.woocommerce form .form-row label {
	display: block;
	margin-bottom: 8px;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(17, 17, 17, 0.56);
}

.woocommerce-NoticeGroup {
	width: 100%;
}

.gl-cart-header,
.gl-checkout-header {
	margin-bottom: 40px;
}

.gl-cart-header p,
.gl-checkout-header p,
.gl-thankyou-hero p,
.gl-payment-note {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(17, 17, 17, 0.48);
}

.gl-cart-header h1,
.gl-checkout-header h1,
.gl-thankyou-hero h1 {
	margin-top: 10px;
	font-size: clamp(2.8rem, 6vw, 5rem);
}

.gl-cart-grid,
.gl-checkout-grid,
.gl-thankyou-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 40px;
}

.gl-empty-cart-shell {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
	gap: 24px;
	margin-bottom: 48px;
}

.gl-empty-cart-copy,
.gl-empty-cart-panel {
	padding: 28px;
	background: var(--gl-surface);
}

.gl-empty-cart-copy {
	display: grid;
	gap: 18px;
	align-content: start;
}

.gl-empty-cart-kicker,
.gl-empty-cart-panel span {
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(17, 17, 17, 0.48);
}

.gl-empty-cart-copy h2 {
	font-size: clamp(2rem, 5vw, 3.6rem);
	line-height: 0.96;
}

.gl-empty-cart-copy p {
	max-width: 52ch;
	color: rgba(17, 17, 17, 0.74);
}

.gl-empty-cart-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.gl-empty-cart-panel {
	display: grid;
	gap: 24px;
	align-content: space-between;
}

.gl-empty-cart-panel strong {
	display: block;
	margin-top: 8px;
	font-size: 1.1rem;
	line-height: 1.45;
}

.gl-cart-list,
.gl-checkout-main {
	display: grid;
	gap: 24px;
}

.gl-cart-item,
.gl-thankyou-item {
	display: grid;
	grid-template-columns: 160px minmax(0, 1fr);
	gap: 24px;
	padding: 24px;
	background: var(--gl-surface);
}

.gl-cart-item-image,
.gl-thankyou-item-image {
	aspect-ratio: 1 / 1;
	background: var(--gl-surface-low);
	overflow: hidden;
}

.gl-cart-item-image img,
.gl-thankyou-item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gl-cart-item-copy,
.gl-thankyou-item-copy {
	display: grid;
	gap: 18px;
}

.gl-cart-item-head,
.gl-cart-item-actions,
.gl-summary-rows > div,
.gl-summary-total,
.gl-thankyou-item {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.gl-cart-item-head h2,
.gl-thankyou-item h3 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.gl-stock-mark {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 8px;
}

.gl-stock-mark span {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: var(--gl-ink);
}

.gl-stock-mark em,
.gl-cart-spec-grid span,
.gl-summary-rows span,
.gl-summary-note,
.gl-thankyou-panel h3 {
	font-style: normal;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(17, 17, 17, 0.48);
}

.gl-cart-spec-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 24px;
}

.gl-cart-spec-grid strong,
.gl-checkout-item strong,
.gl-thankyou-item strong {
	display: block;
	margin-top: 4px;
	font-size: 0.95rem;
}

.gl-qty-shell .quantity,
.gl-qty-shell .qty {
	max-width: 110px;
}

.gl-remove-link {
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(17, 17, 17, 0.58);
}

.gl-remove-link:hover {
	color: var(--gl-ink);
}

.gl-cart-tools {
	display: flex;
	justify-content: flex-start;
}

.gl-cart-summary,
.gl-checkout-summary,
.gl-thankyou-summary {
	position: sticky;
	top: 108px;
	align-self: start;
	padding: 32px;
	background: var(--gl-surface-low);
}

.gl-cart-summary h2,
.gl-checkout-summary h2,
.gl-thankyou-title {
	font-size: 1.15rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

.gl-summary-rows {
	display: grid;
	gap: 14px;
	margin: 28px 0;
}

.gl-summary-rows strong,
.gl-summary-total strong {
	font-family: "Manrope", sans-serif;
	font-size: 1rem;
	font-weight: 800;
}

.gl-summary-total {
	padding-top: 20px;
	margin-top: 6px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.gl-summary-total span {
	font-family: "Manrope", sans-serif;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.gl-summary-note {
	margin-top: 16px;
	text-align: center;
}

.gl-cross-sells {
	margin-top: 56px;
	padding-top: 32px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.gl-cart-page .gl-product-grid--compact {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 760px;
}

.gl-cross-sells h2 {
	margin-bottom: 24px;
	font-size: 1.4rem;
}

.gl-checkout-block {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	gap: 20px;
}

.gl-step-index {
	font-family: "Manrope", sans-serif;
	font-size: 1.9rem;
	font-weight: 800;
	color: rgba(17, 17, 17, 0.2);
}

.gl-step-content {
	display: grid;
	gap: 18px;
}

.gl-step-content h2 {
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	font-size: 1.05rem;
	text-transform: uppercase;
}

.gl-field-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 18px;
}

.gl-field-grid .form-row {
	margin: 0;
}

.gl-field-grid .form-row-wide,
.gl-field-grid .gl-col-12 {
	grid-column: span 2;
}

.gl-field-grid .gl-col-6 {
	grid-column: span 1;
}

.gl-method-grid,
.gl-payment-methods {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.gl-method-card,
.gl-payment-tab {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 18px;
	background: var(--gl-surface-low);
	border: 1px solid rgba(0, 0, 0, 0.08);
	cursor: pointer;
}

.gl-method-card input,
.gl-payment-tab input {
	margin-top: 3px;
}

.gl-method-card strong,
.gl-payment-tab span {
	display: block;
	font-family: "Manrope", sans-serif;
	font-size: 0.9rem;
	font-weight: 800;
	text-transform: uppercase;
}

.gl-method-card span {
	display: block;
	margin-top: 6px;
	font-size: 0.82rem;
	color: var(--gl-copy);
}

.gl-payment-extra {
	padding: 4px 0 0;
}

.gl-checkout-items {
	display: grid;
	gap: 16px;
	margin: 24px 0 28px;
}

.gl-checkout-item {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
}

.gl-checkout-item img {
	width: 64px;
	height: 64px;
	object-fit: cover;
	background: var(--gl-surface-low);
}

.gl-checkout-item div {
	display: grid;
	gap: 2px;
}

.gl-checkout-item span {
	font-size: 0.78rem;
	color: var(--gl-copy);
}

.gl-checkout-item em {
	font-style: normal;
	font-weight: 700;
}

.gl-thankyou-hero {
	max-width: 700px;
	margin: 0 auto 56px;
	text-align: center;
}

.gl-thankyou-hero p {
	max-width: 38rem;
	margin: 18px auto 26px;
	line-height: 1.8;
	color: var(--gl-copy);
}

.gl-thankyou-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 84px;
	height: 84px;
	margin-bottom: 18px;
	background: var(--gl-surface-mid);
}

.gl-thankyou-icon span {
	font-size: 36px;
}

.gl-thankyou-items {
	display: grid;
	gap: 20px;
}

.gl-thankyou-item {
	grid-template-columns: 160px minmax(0, 1fr) auto;
}

.gl-thankyou-panel {
	display: grid;
	gap: 26px;
	margin-top: 24px;
	padding: 28px;
	background: var(--gl-surface);
}

.gl-thankyou-panel p {
	color: var(--gl-copy);
	line-height: 1.7;
}

.gl-arrival-date {
	font-family: "Manrope", sans-serif;
	font-size: 1.8rem;
	font-weight: 800;
	color: var(--gl-ink);
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	border: 0;
	border-radius: 0;
	background: var(--gl-ink);
	color: #ffffff;
	padding: 15px 22px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
	background: #222222;
	color: #ffffff;
}

.woocommerce-account .woocommerce,
.woocommerce .woocommerce-form-login,
.woocommerce .woocommerce-form-register {
	width: min(calc(100% - (var(--gl-pad) * 2)), var(--gl-max-narrow));
	margin: 0 auto;
}

.woocommerce-account .woocommerce {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: 36px;
	padding-block: 48px 80px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	display: grid;
	gap: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: block;
	padding: 12px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(17, 17, 17, 0.56);
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
	color: var(--gl-ink);
}

.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce .woocommerce-form-login,
.woocommerce .woocommerce-form-register {
	padding: 28px;
	background: var(--gl-surface);
}

.woocommerce-account table.shop_table,
.woocommerce-account .addresses address {
	width: 100%;
	border: 0;
	background: transparent;
}

.woocommerce-account table.shop_table th,
.woocommerce-account table.shop_table td {
	padding: 14px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.woocommerce-account .addresses .title {
	margin-bottom: 16px;
}

@media (max-width: 1180px) {
	.gl-product-grid--home,
	.gl-product-grid--compact {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gl-single-hero,
	.gl-tech-specs,
	.gl-shop-layout,
	.gl-footer-grid,
	.gl-cart-grid,
	.gl-checkout-grid,
	.gl-thankyou-grid,
	.gl-empty-cart-shell,
	.woocommerce-account .woocommerce {
		grid-template-columns: 1fr;
	}

	.gl-shop-sidebar {
		order: 2;
	}
}

@media (max-width: 900px) {
	:root {
		--gl-pad: 22px;
	}

	.gl-header-inner {
		grid-template-columns: auto auto auto;
	}

	.gl-mobile-toggle {
		display: inline-flex;
		justify-self: center;
	}

	.gl-site-nav {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		display: none;
		padding: 16px var(--gl-pad) 22px;
		background: rgba(249, 249, 249, 0.98);
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	}

	.gl-site-nav.is-open {
		display: block;
	}

	.gl-nav-links {
		flex-direction: column;
		align-items: flex-start;
		gap: 14px;
	}

	.gl-search-pill {
		display: none;
	}

	.gl-hero,
	.gl-lab-grid,
	.gl-feature-grid,
	.gl-review-grid,
	.gl-generic-grid,
	.gl-page-intro-grid,
	.gl-brand-bar,
	.gl-product-grid,
	.gl-field-grid,
	.gl-method-grid,
	.gl-payment-methods {
		grid-template-columns: 1fr;
	}

	.gl-catalog-layout,
	.gl-catalog-mini-grid,
	.gl-catalog-panel--wide {
		grid-template-columns: 1fr;
	}

	.gl-catalog-panel--primary,
	.gl-catalog-panel--mini,
	.gl-catalog-panel--wide {
		min-height: auto;
	}

	.gl-catalog-image--primary,
	.gl-catalog-image--wide,
	.gl-catalog-image--mini {
		padding: 16px;
	}

	.gl-catalog-image--primary img,
	.gl-catalog-image--wide img,
	.gl-catalog-image--mini img {
		aspect-ratio: 4 / 3;
	}

	.gl-footer-meta {
		flex-direction: column;
		align-items: flex-start;
	}

	.gl-checkout-block,
	.gl-cart-item,
	.gl-thankyou-item {
		grid-template-columns: 1fr;
	}

	.gl-cart-summary,
	.gl-checkout-summary,
	.gl-thankyou-summary {
		position: static;
	}

	.gl-cart-page .gl-product-grid--compact {
		max-width: none;
	}
}

@media (max-width: 640px) {
	.gl-hero,
	.gl-section,
	.gl-shop-header,
	.gl-shop-layout,
	.gl-single-product,
	.gl-page-hero,
	.gl-page-content,
	.gl-site-footer {
		width: min(calc(100% - 24px), var(--gl-max));
	}

	.gl-header-inner {
		column-gap: 10px;
	}

	.gl-brand {
		max-width: 200px;
	}

	.gl-brand img {
		height: 36px;
		max-width: 100%;
	}

	.gl-footer-brand img {
		height: 38px;
		max-width: 100%;
	}

	.gl-hero-copy h1,
	.gl-shop-header h1,
	.gl-page-hero h1 {
		font-size: 2.8rem;
	}

	.gl-section-head,
	.gl-shop-meta,
	.gl-product-meta,
	.gl-single-specs > div,
	.gl-tech-table > div,
	.gl-cart-item-head,
	.gl-cart-item-actions,
	.gl-summary-rows > div,
	.gl-summary-total {
		flex-direction: column;
		align-items: flex-start;
	}

	.gl-product-meta > span {
		margin-top: 4px;
	}

	.gl-cart-spec-grid,
	.gl-field-grid .form-row-wide,
	.gl-field-grid .gl-col-12,
	.gl-field-grid .gl-col-6 {
		grid-column: span 1;
	}
}
