/*
Theme Name: G-FIT Commerce
Description: Production WooCommerce theme for G-FIT.
Version: 0.2.10
Text Domain: gfit-commerce
*/

:root {
	--gfit-canvas: #f8f7f2;
	--gfit-navy: #13243a;
	--gfit-blue: #2457f5;
	--gfit-mist: #c8dce8;
	--gfit-accent: #f05a35;
	--gfit-sale: #f05a35;
	--gfit-white: #ffffff;
	--gfit-quiet: #eeede7;
	--gfit-muted: #556375;
	--gfit-line: #83909c;
	--gfit-content: 80rem;
	--gfit-gutter: clamp(1.25rem, 4vw, 3.5rem);
	--gfit-display: "Arial Black", "Arial Narrow", Arial, "Noto Sans Thai",
		"Noto Sans Myanmar", "Noto Sans SC", "PingFang SC", "Microsoft YaHei",
		sans-serif;
	--gfit-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		"Noto Sans", "Noto Sans Thai", "Noto Sans Myanmar", "Noto Sans SC",
		"PingFang SC", "Microsoft YaHei", Arial, sans-serif;
	--gfit-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

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

html {
	scroll-behavior: smooth;
	overflow-x: clip;
}

body {
	margin: 0;
	min-width: 0;
	overflow-x: clip;
	background: var(--gfit-canvas);
	color: var(--gfit-navy);
	font-family: var(--gfit-body);
	font-size: 1rem;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

body,
button,
input,
select,
textarea {
	font-family: var(--gfit-body);
}

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

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

fieldset {
	min-width: 0;
}

:where(table, pre) {
	max-width: 100%;
}

pre {
	overflow-x: auto;
}

a {
	color: inherit;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.2em;
}

p,
h1,
h2,
h3,
li,
a,
span,
button {
	overflow-wrap: anywhere;
}

h1,
h2,
h3 {
	margin-block: 0;
	font-family: var(--gfit-display);
	font-weight: 900;
	line-height: 0.98;
	letter-spacing: -0.035em;
	text-wrap: balance;
}

html:lang(th) :where(h1, h2, h3, .gfit-eyebrow, .gfit-categories a > span:last-child),
html:lang(my) :where(h1, h2, h3, .gfit-eyebrow, .gfit-categories a > span:last-child),
html:lang(zh) :where(h1, h2, h3, .gfit-eyebrow, .gfit-categories a > span:last-child) {
	line-height: 1.2;
	letter-spacing: 0;
	text-wrap: wrap;
}

html:lang(th) :where(h1, h2, h3, .gfit-eyebrow, .gfit-categories a > span:last-child) {
	font-family: "Noto Sans Thai", "Leelawadee UI", Tahoma, sans-serif;
}

html:lang(my) :where(h1, h2, h3, .gfit-eyebrow, .gfit-categories a > span:last-child) {
	font-family: "Noto Sans Myanmar", "Myanmar Text", Padauk, sans-serif;
}

html:lang(zh) :where(h1, h2, h3, .gfit-eyebrow, .gfit-categories a > span:last-child) {
	font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}

p {
	max-width: 72ch;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

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

.screen-reader-text:focus {
	z-index: 100000;
	top: 0.75rem;
	left: 0.75rem;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0.75rem 1rem;
	clip: auto;
	white-space: normal;
	background: var(--gfit-white);
	color: var(--gfit-navy);
}

.gfit-skip-link {
	position: fixed;
	z-index: 1000;
	top: 0.75rem;
	left: 0.75rem;
	min-height: 44px;
	padding: 0.65rem 1rem;
	transform: translateY(calc(-100% - 1.5rem));
	background: var(--gfit-navy);
	color: var(--gfit-white);
	font-weight: 800;
}

.gfit-skip-link:focus {
	transform: translateY(0);
}

:where(a, button, input, select, textarea, summary):focus-visible {
	outline: 3px solid var(--gfit-blue);
	outline-offset: 4px;
}

:where(button, input, select, textarea):disabled,
[aria-disabled="true"] {
	cursor: not-allowed;
	opacity: 0.5;
}

.gfit-site-header {
	position: sticky;
	z-index: 50;
	top: 0;
	border-bottom: 1px solid var(--gfit-line);
	background: var(--gfit-canvas);
}

body.admin-bar .gfit-site-header {
	top: 32px;
}

.gfit-header-inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.25rem 1.25rem;
	width: min(100%, var(--gfit-content));
	min-height: 4.5rem;
	margin-inline: auto;
	padding-inline: var(--gfit-gutter);
}

.gfit-header-inner > *,
.gfit-hero > *,
.gfit-product-grid > *,
.gfit-content > *,
.gfit-commerce-content > *,
.gfit-footer-inner > * {
	min-width: 0;
}

.gfit-brand {
	display: inline-flex;
	align-items: center;
	align-self: stretch;
	min-width: 5.5rem;
	min-height: 44px;
	margin-right: auto;
	font-family: var(--gfit-display);
	font-size: clamp(1.4rem, 2.2vw, 1.9rem);
	font-weight: 900;
	letter-spacing: -0.035em;
	text-decoration: none;
}

.gfit-brand::after {
	width: 0.48rem;
	height: 0.48rem;
	margin: 0.1rem 0 0 0.35rem;
	background: var(--gfit-blue);
	content: "";
}

.gfit-store-navigation ul,
.gfit-language-navigation ul,
.gfit-primary-menu,
.gfit-footer-menu,
.gfit-policy-navigation ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.15rem 0.35rem;
	list-style: none;
}

.gfit-site-header nav a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.45rem 0.65rem;
	font-size: 0.84rem;
	font-weight: 750;
	line-height: 1.2;
	text-decoration: none;
}

.gfit-site-header nav a:hover,
.gfit-site-header nav a[aria-current="page"] {
	color: var(--gfit-blue);
	text-decoration: underline;
}

.gfit-site-header nav a:active {
	transform: translateY(1px);
}

.gfit-language-navigation {
	padding-left: 0.65rem;
	border-left: 1px solid var(--gfit-line);
}

.gfit-language-navigation a[aria-current="page"] {
	background: var(--gfit-navy);
	color: var(--gfit-white);
	text-decoration: none;
}

.gfit-menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 44px;
	min-width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid var(--gfit-navy);
	border-radius: 0.25rem;
	background: transparent;
	color: var(--gfit-navy);
	cursor: pointer;
}

.gfit-menu-toggle::before,
.gfit-menu-toggle::after {
	position: absolute;
	width: 1.25rem;
	height: 2px;
	background: currentColor;
	content: "";
	transition:
		transform 240ms var(--gfit-ease),
		box-shadow 240ms var(--gfit-ease);
}

.gfit-menu-toggle::before {
	transform: translateY(-0.3rem);
	box-shadow: 0 0.3rem 0 currentColor;
}

.gfit-menu-toggle::after {
	transform: translateY(0.3rem);
}

.gfit-site-header[data-menu-open="true"] .gfit-menu-toggle::before {
	transform: rotate(45deg);
	box-shadow: 0 0 0 currentColor;
}

.gfit-site-header[data-menu-open="true"] .gfit-menu-toggle::after {
	transform: rotate(-45deg);
}

.gfit-home {
	overflow: clip;
}

.gfit-hero {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	align-items: center;
	gap: clamp(2rem, 5vw, 5rem);
	width: min(100%, var(--gfit-content));
	margin-inline: auto;
	padding: clamp(3.5rem, 7vw, 6.5rem) var(--gfit-gutter) clamp(2.5rem, 5vw, 4.5rem);
}

.gfit-hero-copy {
	min-width: 0;
}

.gfit-eyebrow {
	margin: 0 0 1rem;
	color: var(--gfit-blue);
	font-size: 0.82rem;
	font-weight: 850;
	letter-spacing: 0.08em;
}

.gfit-hero h1 {
	max-width: 12ch;
	font-size: clamp(3.2rem, 6.4vw, 6rem);
}

.gfit-hero-copy > p:not(.gfit-eyebrow) {
	margin: 1.5rem 0 0;
	color: var(--gfit-muted);
	font-size: clamp(1rem, 1.4vw, 1.16rem);
}

.gfit-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 2rem;
}

.gfit-hero-actions a,
.gfit-complete-shop > a,
.woocommerce :where(a.button, button.button, input.button) {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.7rem 1.1rem;
	border: 1px solid var(--gfit-navy);
	border-radius: 0.25rem;
	background: var(--gfit-navy);
	color: var(--gfit-white);
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition:
		background-color 220ms var(--gfit-ease),
		color 220ms var(--gfit-ease),
		transform 220ms var(--gfit-ease);
}

.gfit-hero-actions a + a {
	background: transparent;
	color: var(--gfit-navy);
}

.gfit-hero-actions a:hover,
.gfit-complete-shop > a:hover,
.woocommerce :where(a.button, button.button, input.button):hover {
	background: var(--gfit-blue);
	border-color: var(--gfit-blue);
	color: var(--gfit-white);
	transform: translateY(-2px);
}

.gfit-hero-actions a:active,
.gfit-complete-shop > a:active,
.woocommerce :where(a.button, button.button, input.button):active {
	transform: translateY(0);
}

.gfit-hero-products,
.gfit-product-grid {
	display: grid;
	list-style: none;
}

.gfit-hero-products {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: end;
	gap: clamp(0.75rem, 2vw, 1.5rem);
	min-width: 0;
	padding-block: 1.5rem;
	border-block: 1px solid var(--gfit-line);
}

.gfit-product-card {
	min-width: 0;
}

.gfit-product-card > a {
	display: flex;
	min-width: 0;
	height: 100%;
	color: var(--gfit-navy);
	text-decoration: none;
}

.gfit-hero-products .gfit-product-card > a {
	flex-direction: column;
	justify-content: flex-end;
}

.gfit-product-card img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	transition: transform 360ms var(--gfit-ease);
}

.gfit-product-card a:hover img {
	transform: translateY(-0.35rem) scale(1.02);
}

.gfit-product-card a:active img {
	transform: translateY(0) scale(0.99);
}

.gfit-product-name {
	display: block;
	margin-top: 0.85rem;
	font-weight: 780;
	line-height: 1.35;
}

.gfit-hero-products .gfit-product-name {
	font-size: 0.85rem;
}

.gfit-price {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 0.35rem;
	margin-top: 0.4rem;
	color: var(--gfit-navy);
	font-weight: 850;
	line-height: 1.35;
}

.gfit-price del {
	color: var(--gfit-muted);
	font-weight: 650;
}

.gfit-price ins {
	padding: 0.08em 0.28em;
	border-radius: 0.2rem;
	background: var(--gfit-navy);
	color: var(--gfit-sale);
	text-decoration: none;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}

.woocommerce .price ins {
	padding: 0.08em 0.28em;
	border-radius: 0.2rem;
	background: var(--gfit-navy);
	color: var(--gfit-sale);
	text-decoration: none;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}

.woocommerce .price del {
	color: var(--gfit-muted);
}

.gfit-categories {
	width: 100%;
	padding: clamp(2.5rem, 5vw, 4.5rem)
		max(var(--gfit-gutter), calc((100vw - var(--gfit-content)) / 2 + var(--gfit-gutter)));
	background: var(--gfit-mist);
}

.gfit-categories h2,
.gfit-selection h2,
.gfit-complete-shop h2 {
	font-size: clamp(2rem, 4vw, 3.75rem);
}

.gfit-categories h2 {
	max-width: 16ch;
	margin-bottom: 2rem;
}

.gfit-categories ol {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	border-top: 1px solid var(--gfit-navy);
}

.gfit-categories li {
	min-width: 0;
	border-bottom: 1px solid var(--gfit-navy);
}

.gfit-categories li:not(:nth-child(3n + 1)) {
	border-left: 1px solid color-mix(in srgb, var(--gfit-navy) 45%, transparent);
}

.gfit-categories a {
	display: grid;
	grid-template-columns: 2.5rem minmax(0, 1fr);
	align-items: start;
	gap: 1rem;
	min-height: 7rem;
	padding: 1.25rem;
	text-decoration: none;
	transition:
		background-color 220ms var(--gfit-ease),
		color 220ms var(--gfit-ease);
}

.gfit-categories a > span:first-child {
	color: var(--gfit-blue);
	font-family: var(--gfit-display);
	font-size: 1.25rem;
	font-weight: 900;
	letter-spacing: -0.03em;
}

.gfit-categories a > span:last-child {
	max-width: 18ch;
	font-family: var(--gfit-display);
	font-size: clamp(1.1rem, 1.8vw, 1.6rem);
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: -0.025em;
}

.gfit-categories a:hover {
	background: var(--gfit-navy);
	color: var(--gfit-white);
}

.gfit-categories a:hover > span:first-child {
	color: var(--gfit-mist);
}

.gfit-categories a:active {
	background: var(--gfit-blue);
}

.gfit-selection {
	width: min(100%, var(--gfit-content));
	margin-inline: auto;
	padding: clamp(3.5rem, 7vw, 6rem) var(--gfit-gutter);
}

.gfit-selection h2 {
	margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.gfit-product-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1rem, 2.5vw, 2.25rem);
}

.gfit-product-grid .gfit-product-card {
	border-top: 1px solid var(--gfit-line);
	background: var(--gfit-white);
}

.gfit-product-grid .gfit-product-card > a {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	grid-template-rows: auto auto 1fr;
	align-content: start;
	padding: clamp(1rem, 2vw, 1.5rem);
}

.gfit-product-grid .gfit-product-name {
	font-size: clamp(1rem, 1.5vw, 1.25rem);
}

.gfit-selection-empty {
	margin: 0;
	padding: 1.5rem;
	border-block: 1px solid var(--gfit-line);
	background: var(--gfit-quiet);
	color: var(--gfit-muted);
}

.gfit-complete-shop {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	width: min(100%, var(--gfit-content));
	margin-inline: auto;
	padding: 0 var(--gfit-gutter) clamp(4rem, 8vw, 7rem);
}

.gfit-complete-shop::before {
	align-self: stretch;
	width: 0.55rem;
	min-height: 4.5rem;
	background: var(--gfit-blue);
	content: "";
}

.gfit-complete-shop h2 {
	margin-right: auto;
}

.gfit-content,
.gfit-commerce-content {
	width: min(100%, var(--gfit-content));
	min-height: 52vh;
	margin-inline: auto;
	padding: clamp(3rem, 7vw, 6rem) var(--gfit-gutter);
}

.gfit-content > *,
.gfit-commerce-content > * {
	max-width: 72ch;
}

.gfit-content > .gfit-page-title,
.gfit-commerce-content > .woocommerce {
	max-width: none;
}

.gfit-page-title,
.gfit-content article h1 {
	margin-bottom: 2.5rem;
	font-size: clamp(2.6rem, 6vw, 5.5rem);
}

.gfit-content article + article {
	margin-top: 3rem;
	padding-top: 3rem;
	border-top: 1px solid var(--gfit-line);
}

.gfit-content article h2 {
	margin-bottom: 1rem;
	font-size: clamp(1.65rem, 3vw, 2.6rem);
}

.gfit-content :where(a, button),
.gfit-commerce-content :where(a, button, input, select) {
	min-height: 44px;
}

.gfit-content article .wpcf7 {
	max-width: 46rem;
	margin-top: clamp(2rem, 5vw, 3.5rem);
	padding-top: clamp(1.5rem, 3vw, 2.25rem);
	border-top: 1px solid var(--gfit-line);
}

.gfit-contact-form {
	display: grid;
	gap: 1.1rem;
}

.gfit-contact-form p {
	margin: 0;
}

.gfit-contact-form label {
	display: block;
	color: var(--gfit-navy);
	font-weight: 750;
}

.gfit-contact-form :where(input:not([type="checkbox"]), textarea) {
	width: 100%;
	min-height: 48px;
	margin-top: 0.4rem;
	padding: 0.72rem 0.8rem;
	border: 1px solid var(--gfit-line);
	border-radius: 0.25rem;
	background: var(--gfit-white);
	color: var(--gfit-navy);
	font: inherit;
	line-height: 1.5;
}

.gfit-contact-form textarea {
	min-height: 10rem;
	resize: vertical;
}

.gfit-contact-form :where(input, textarea):focus-visible {
	border-color: var(--gfit-blue);
	outline: 3px solid var(--gfit-blue);
	outline-offset: 3px;
}

.gfit-contact-form .wpcf7-submit {
	width: auto;
	min-width: 12rem;
	min-height: 48px;
	padding: 0.72rem 1.1rem;
	border: 1px solid var(--gfit-navy);
	border-radius: 0.25rem;
	background: var(--gfit-navy);
	color: var(--gfit-white);
	font-weight: 800;
	cursor: pointer;
	transition:
		background-color 180ms var(--gfit-ease),
		border-color 180ms var(--gfit-ease),
		transform 180ms var(--gfit-ease);
}

.gfit-contact-form .wpcf7-submit:hover {
	border-color: var(--gfit-blue);
	background: var(--gfit-blue);
	transform: translateY(-2px);
}

.gfit-contact-form .wpcf7-submit:active {
	transform: translateY(0);
}

.gfit-contact-form .wpcf7-submit:disabled {
	cursor: wait;
	opacity: 0.62;
	transform: none;
}

.gfit-contact-consent {
	font-size: 0.94rem;
	font-weight: 500;
	line-height: 1.6;
}

.gfit-contact-consent .wpcf7-list-item {
	margin: 0;
}

.gfit-contact-consent label {
	display: grid;
	grid-template-columns: 1.1rem minmax(0, 1fr);
	gap: 0.65rem;
	align-items: start;
	font-weight: 500;
}

.gfit-contact-consent input[type="checkbox"] {
	width: 1.1rem;
	height: 1.1rem;
	margin-top: 0.2rem;
	accent-color: var(--gfit-blue);
}

.gfit-contact-trap {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.gfit-contact-form .wpcf7-not-valid-tip {
	display: block;
	margin-top: 0.35rem;
	color: var(--gfit-accent);
	font-size: 0.9rem;
	font-weight: 700;
}

.gfit-content article .wpcf7 form .wpcf7-response-output {
	margin: 1.25rem 0 0;
	padding: 0.85rem 1rem;
	border: 1px solid var(--gfit-line);
	background: var(--gfit-white);
	color: var(--gfit-navy);
}

.gfit-content article .wpcf7 form.invalid .wpcf7-response-output,
.gfit-content article .wpcf7 form.failed .wpcf7-response-output,
.gfit-content article .wpcf7 form.spam .wpcf7-response-output {
	border-color: var(--gfit-accent);
}

html:is(:lang(zh), :lang(th), :lang(my)) .gfit-contact-form {
	font-family: var(--gfit-locale-font);
	line-height: var(--gfit-locale-body-line);
}

.woocommerce :where(input.input-text, textarea, select) {
	max-width: 100%;
	min-height: 44px;
	padding: 0.65rem 0.75rem;
	border: 1px solid var(--gfit-line);
	border-radius: 0.25rem;
	background: var(--gfit-white);
	color: var(--gfit-navy);
}

.woocommerce :where(.woocommerce-error, .woocommerce-info, .woocommerce-message) {
	margin-bottom: 1.5rem;
	padding: 1rem;
	border: 1px solid var(--gfit-line);
	background: var(--gfit-white);
	color: var(--gfit-navy);
}

.woocommerce .woocommerce-error {
	border-color: var(--gfit-sale);
}

.gfit-site-footer {
	background: var(--gfit-navy);
	color: var(--gfit-white);
}

.gfit-footer-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
	align-items: start;
	gap: 2rem;
	width: min(100%, var(--gfit-content));
	margin-inline: auto;
	padding: clamp(2.5rem, 5vw, 4.5rem) var(--gfit-gutter);
}

.gfit-footer-brand {
	margin: 0;
	font-family: var(--gfit-display);
	font-size: clamp(2rem, 4vw, 3.5rem);
	font-weight: 900;
	letter-spacing: -0.035em;
	line-height: 1;
}

.gfit-site-footer nav ul {
	align-items: flex-start;
	flex-direction: column;
}

.gfit-site-footer nav a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: var(--gfit-white);
	font-weight: 700;
}

.gfit-site-footer nav a:hover {
	color: var(--gfit-mist);
}

.gfit-site-footer nav a:active {
	color: var(--gfit-mist);
}

.gfit-site-footer :where(a, button, input, select, textarea, summary):focus-visible {
	outline-color: var(--gfit-mist);
}

@media (max-width: 960px) {
	.gfit-header-inner {
		padding-block: 0.5rem;
	}

	.gfit-brand {
		align-self: auto;
	}

	.gfit-language-navigation {
		width: 100%;
		margin-left: auto;
		padding-left: 0;
		border-left: 0;
	}

	.gfit-language-navigation ul {
		justify-content: flex-end;
	}

	.gfit-hero {
		gap: 2rem;
	}
}

@media (max-width: 782px) {
	body.admin-bar .gfit-site-header {
		top: 46px;
	}
}

@media (max-width: 720px) {
	:root {
		--gfit-gutter: 1.25rem;
	}

	.gfit-site-header {
		position: relative;
		top: auto;
	}

	body.admin-bar .gfit-site-header {
		top: auto;
	}

	.gfit-header-inner {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 0.25rem 1rem;
		min-height: 4rem;
		padding-block: 0.5rem;
	}

	.gfit-brand {
		min-height: 44px;
	}

	.gfit-menu-toggle {
		position: relative;
		display: inline-flex;
	}

	.gfit-header-inner > nav {
		grid-column: 1 / -1;
		width: 100%;
		padding: 0.35rem 0;
		border-top: 1px solid var(--gfit-line);
	}

	.gfit-site-header.gfit-menu-enhanced:not([data-menu-open="true"]) .gfit-header-inner > nav {
		display: none;
	}

	.gfit-site-header.gfit-menu-enhanced[data-menu-open="true"] .gfit-header-inner > nav {
		display: block;
	}

	.gfit-store-navigation ul,
	.gfit-primary-menu,
	.gfit-language-navigation ul {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		align-items: stretch;
	}

	.gfit-site-header nav a {
		justify-content: flex-start;
		width: 100%;
		min-height: 44px;
	}

	.gfit-language-navigation {
		margin: 0;
	}

	.gfit-language-navigation ul {
		justify-content: stretch;
	}

	.gfit-hero {
		grid-template-columns: minmax(0, 1fr);
		gap: 1.75rem;
		padding-block: 2rem 1.5rem;
	}

	.gfit-eyebrow {
		margin-bottom: 0.65rem;
	}

	.gfit-hero h1 {
		max-width: 11ch;
		font-size: clamp(2.55rem, 13vw, 4.2rem);
	}

	html:lang(th) .gfit-hero h1,
	html:lang(my) .gfit-hero h1 {
		max-width: 18ch;
		font-size: clamp(2rem, 9vw, 3rem);
		line-height: 1.2;
	}

	html:lang(zh) .gfit-hero h1 {
		max-width: 16ch;
		font-size: clamp(2.2rem, 10vw, 3.4rem);
		line-height: 1.15;
	}

	.gfit-hero-copy > p:not(.gfit-eyebrow) {
		margin-top: 1rem;
		font-size: 0.96rem;
	}

	.gfit-hero-actions {
		margin-top: 1.25rem;
	}

	.gfit-hero-actions a {
		flex: 1 1 9rem;
	}

	.gfit-hero-products {
		grid-template-columns: none;
		grid-auto-flow: column;
		grid-auto-columns: minmax(9.75rem, 54vw);
		align-items: stretch;
		gap: 1rem;
		width: calc(100% + (var(--gfit-gutter) * 2));
		max-width: 100vw;
		margin-inline: calc(var(--gfit-gutter) * -1);
		padding: 1rem var(--gfit-gutter);
		overflow-x: auto;
		overflow-y: hidden;
		overscroll-behavior-inline: contain;
		scroll-snap-type: inline mandatory;
		scrollbar-color: var(--gfit-blue) transparent;
	}

	.gfit-hero-products .gfit-product-card {
		scroll-snap-align: start;
	}

	.gfit-categories {
		padding: 2rem var(--gfit-gutter);
	}

	.gfit-categories h2 {
		margin-bottom: 1.25rem;
		font-size: clamp(1.9rem, 10vw, 2.8rem);
	}

	.gfit-categories ol {
		grid-template-columns: none;
		grid-template-rows: repeat(2, minmax(44px, auto));
		grid-auto-flow: column;
		grid-auto-columns: minmax(14rem, 78vw);
		width: calc(100% + (var(--gfit-gutter) * 2));
		max-width: 100vw;
		margin-inline: calc(var(--gfit-gutter) * -1);
		padding-inline: var(--gfit-gutter);
		overflow-x: auto;
		overflow-y: hidden;
		overscroll-behavior-inline: contain;
		scroll-snap-type: inline mandatory;
		scrollbar-color: var(--gfit-blue) transparent;
	}

	.gfit-categories li {
		border-left: 0;
		scroll-snap-align: start;
	}

	.gfit-categories li:not(:nth-child(3n + 1)) {
		border-left: 0;
	}

	.gfit-categories a {
		grid-template-columns: 2.25rem minmax(0, 1fr);
		min-height: 5.25rem;
		padding: 1rem 0.75rem;
	}

	.gfit-categories a > span:last-child {
		font-size: 1.12rem;
	}

	.gfit-selection {
		padding-block: 2.75rem;
	}

	.gfit-selection h2 {
		margin-bottom: 1.5rem;
		font-size: clamp(1.9rem, 10vw, 2.8rem);
	}

	.gfit-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.75rem;
	}

	.gfit-product-grid .gfit-product-card > a {
		padding: 0.75rem;
	}

	.gfit-product-grid .gfit-product-name {
		font-size: 0.94rem;
	}

	.gfit-price {
		font-size: 0.9rem;
	}

	.gfit-complete-shop {
		align-items: flex-start;
		flex-wrap: wrap;
		padding-bottom: 3.5rem;
	}

	.gfit-complete-shop::before {
		min-height: 3.5rem;
	}

	.gfit-complete-shop h2 {
		width: calc(100% - 2rem);
		font-size: clamp(1.9rem, 10vw, 2.8rem);
	}

	.gfit-complete-shop > a {
		width: 100%;
		margin-left: 2rem;
	}

	.gfit-content,
	.gfit-commerce-content {
		padding-block: 2.5rem;
	}

	.gfit-contact-form .wpcf7-submit {
		width: 100%;
	}

	.gfit-footer-inner {
		grid-template-columns: minmax(0, 1fr);
		gap: 1.5rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

/* Approved I storefront and original grouped catalogue */

:root {
	--gfit-content: 90rem;
	--gfit-display: "Cabinet Grotesk", "Avenir Next", "Helvetica Neue", Arial,
		"Noto Sans Thai", "Noto Sans Myanmar", "Noto Sans SC", sans-serif;
	--gfit-line: rgba(19, 36, 58, 0.16);
}

.gfit-brand {
	color: #101820;
	font-style: italic;
}

.gfit-brand::after {
	display: none;
}

.gfit-hero {
	display: grid;
	grid-template-columns: minmax(0, .72fr) minmax(0, 1fr);
	align-items: center;
	gap: 3rem;
	width: min(100%, var(--gfit-content));
	min-height: 410px;
	margin-inline: auto;
	padding: 1.5rem var(--gfit-gutter);
}

.gfit-eyebrow {
	margin: 0 0 1rem;
	color: var(--gfit-muted);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .055em;
	text-transform: uppercase;
}

.gfit-hero h1 {
	max-width: none;
	font-family: var(--gfit-display);
	font-size: clamp(2.1rem, 3.2vw, 3.25rem);
	font-weight: 900;
	letter-spacing: -.045em;
	line-height: .92;
}

.gfit-hero h1 span {
	display: block;
	white-space: nowrap;
}

.gfit-hero-copy > p:not(.gfit-eyebrow) {
	max-width: 42ch;
	margin: 1.4rem 0 0;
	color: #101820;
	font-size: 1.05rem;
	line-height: 1.5;
}

.gfit-hero-actions {
	align-items: center;
	gap: 1.2rem;
	margin-top: 1.8rem;
}

.gfit-hero-actions a {
	min-height: 48px;
	padding: 0 1.25rem;
	border: 0;
	border-radius: 0;
	background: var(--gfit-navy);
	font-size: .78rem;
	gap: .8rem;
}

.gfit-hero-actions a + a {
	min-height: 44px;
	padding: 0;
	border-bottom: 1px solid currentColor;
	background: transparent;
	color: #101820;
	text-decoration: none;
}

.gfit-hero-actions a:hover {
	border-color: currentColor;
	background: var(--gfit-navy);
	color: var(--gfit-white);
	transform: none;
}

.gfit-hero-actions a + a:hover {
	background: transparent;
	color: var(--gfit-blue);
}

.gfit-hero-shelf {
	display: grid;
	grid-template-columns: .88fr 1.15fr .88fr;
	align-items: end;
	min-height: 310px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid var(--gfit-line);
	list-style: none;
}

.gfit-hero-shelf li,
.gfit-hero-shelf a {
	display: grid;
	align-items: end;
	min-width: 0;
	text-align: center;
	text-decoration: none;
}

.gfit-hero-shelf li:nth-child(2) img {
	transform: scale(1.08);
	transform-origin: center bottom;
}

.gfit-hero-shelf img {
	width: 100%;
	height: 260px;
	object-fit: contain;
}

.gfit-hero-shelf a > span {
	min-height: 2.2rem;
	padding: .65rem .25rem;
	color: var(--gfit-muted);
	font-size: .68rem;
	font-weight: 700;
}

.gfit-category-index {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	width: min(100%, var(--gfit-content));
	margin: 0 auto;
	padding: 0 var(--gfit-gutter);
	background: color-mix(in srgb, var(--gfit-mist) 48%, transparent);
}

.gfit-category-index a {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: .6rem;
	min-height: 68px;
	padding: .8rem .9rem;
	border-right: 1px solid var(--gfit-line);
	border-bottom: 1px solid var(--gfit-line);
	color: #101820;
	text-decoration: none;
}

.gfit-category-index a:nth-child(-n + 3) {
	border-top: 1px solid var(--gfit-line);
}

.gfit-category-index a:nth-child(3n + 1) {
	border-left: 1px solid var(--gfit-line);
}

.gfit-category-index a > span:first-child {
	color: var(--gfit-blue);
	font-size: .7rem;
	font-weight: 900;
}

.gfit-category-index a strong {
	font-size: .82rem;
	line-height: 1.15;
}

.gfit-category-index a > span:last-child {
	font-size: 1rem;
}

.gfit-category-index a:hover {
	background: rgba(255, 255, 255, .5);
}

.gfit-selection {
	width: min(100%, var(--gfit-content));
	margin-inline: auto;
	padding: 2rem var(--gfit-gutter) clamp(3rem, 5vw, 5rem);
}

.gfit-selection > header {
	margin-bottom: 1rem;
	padding-bottom: .9rem;
	border-bottom: 3px solid var(--gfit-mist);
}

.gfit-selection h2 {
	margin: 0;
	font-family: var(--gfit-display);
	font-size: clamp(1.8rem, 2.8vw, 2.6rem);
	font-weight: 500;
	letter-spacing: -.04em;
	line-height: .95;
}

.gfit-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.gfit-product-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	background: var(--gfit-white);
}

.gfit-product-visual {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 280px;
	padding: 1rem;
	background: var(--gfit-white);
	text-decoration: none;
}

.gfit-product-visual .gfit-product-index {
	position: absolute;
	z-index: 2;
	top: 1rem;
	left: 1rem;
	color: var(--gfit-blue);
	font-size: .68rem;
	font-weight: 900;
}

.gfit-product-visual img {
	width: 100%;
	height: 270px;
	aspect-ratio: auto;
	object-fit: contain;
	transition: transform 220ms ease-out;
}

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

.gfit-product-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1rem;
	border-top: 1px solid var(--gfit-line);
}

.gfit-product-category {
	min-height: 0;
	margin: 0 0 .65rem;
	color: var(--gfit-muted);
	font-size: .65rem;
	font-weight: 700;
}

.gfit-product-title {
	margin: 0;
	font-family: var(--gfit-body);
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.16;
}

.gfit-product-title a {
	color: #101820;
	text-decoration: none;
}

.gfit-product-price {
	display: flex;
	gap: 1rem;
	min-height: 3.25rem;
	margin-top: 1rem;
}

.gfit-product-price > span {
	display: grid;
	align-content: start;
	gap: .2rem;
}

.gfit-product-price small {
	color: var(--gfit-muted);
	font-size: .6rem;
}

.gfit-product-price strong {
	color: #101820;
	font-size: .9rem;
	font-variant-numeric: tabular-nums;
}

.gfit-product-price[data-sale="true"] span:first-child strong {
	color: var(--gfit-muted);
	text-decoration: line-through;
}

.gfit-product-price[data-sale="true"] span:last-child strong {
	color: var(--gfit-sale);
}

.gfit-product-action {
	display: flex;
	align-items: center;
	gap: .5rem;
	width: max-content;
	min-height: 44px;
	margin-top: auto;
	padding-top: 1rem;
	color: #101820;
	font-size: .72rem;
	font-weight: 800;
	text-decoration: none;
}

.gfit-product-action:hover {
	text-decoration: underline;
}

.gfit-complete-shop {
	display: block;
	width: 100%;
	margin: 0;
	padding: clamp(4.5rem, 8vw, 7rem) var(--gfit-gutter);
	background: var(--gfit-navy);
	color: var(--gfit-white);
	text-align: center;
}

.gfit-complete-shop::before {
	display: none;
}

.gfit-complete-shop > div {
	width: min(100%, var(--gfit-content));
	margin-inline: auto;
}

.gfit-complete-shop p {
	margin: 0 auto 1rem;
	color: var(--gfit-mist);
	font-size: .76rem;
	font-weight: 800;
}

.gfit-complete-shop h2 {
	max-width: 15ch;
	margin-inline: auto;
	font-family: var(--gfit-display);
	font-size: clamp(2.5rem, 5.2vw, 5.15rem);
	font-weight: 500;
	letter-spacing: -.04em;
	line-height: .95;
}

.gfit-complete-shop a {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	min-width: 245px;
	min-height: 48px;
	margin-top: 2.1rem;
	padding: 0 1.25rem;
	border: 0;
	border-radius: 0;
	background: var(--gfit-accent);
	color: #101820;
	font-size: .78rem;
	font-weight: 900;
	text-decoration: none;
}

.gfit-complete-shop a:hover {
	background: var(--gfit-accent);
	color: #101820;
	transform: translateY(-2px);
}

.gfit-catalogue {
	background: #f3f2ec;
	color: #171a17;
}

.gfit-catalogue-hero,
.gfit-category-chapter {
	width: min(100%, var(--gfit-content));
	margin-inline: auto;
	padding-right: var(--gfit-gutter);
	padding-left: var(--gfit-gutter);
}

.gfit-catalogue-hero {
	padding-top: clamp(4.5rem, 8vw, 7rem);
	padding-bottom: clamp(4.5rem, 8vw, 7rem);
}

.gfit-catalogue-hero > p:first-child,
.gfit-category-chapter-header > p {
	color: #596059;
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .055em;
}

.gfit-catalogue-hero h1 {
	max-width: 12ch;
	margin: 0;
	font-family: "Outfit", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
	font-size: clamp(3.8rem, 8vw, 6rem);
	font-weight: 500;
	letter-spacing: -.045em;
	line-height: .92;
}

.gfit-catalogue-hero > p:nth-of-type(2) {
	max-width: 52ch;
	margin: 1.7rem 0 0;
	font-size: 1.05rem;
	line-height: 1.55;
}

.gfit-catalogue-anchor-nav {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem 1.5rem;
	margin-top: 2.25rem;
}

.gfit-catalogue-anchor-nav a {
	font-size: .82rem;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: .3em;
}

.gfit-category-chapter {
	scroll-margin-top: 5rem;
	padding-top: clamp(4.5rem, 8vw, 7rem);
	padding-bottom: clamp(4.5rem, 8vw, 7rem);
	border-top: 1px solid rgba(23, 26, 23, .18);
}

.gfit-category-chapter-header {
	display: grid;
	grid-template-columns: minmax(210px, .65fr) minmax(0, 1.35fr);
	align-items: end;
	gap: 1.4rem;
	margin-bottom: 2.8rem;
}

.gfit-category-chapter-header > p {
	max-width: 32ch;
	margin: 0;
	line-height: 1.45;
}

.gfit-category-chapter h2 {
	max-width: 15ch;
	margin: 0;
	font-family: "Outfit", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
	font-size: clamp(2.5rem, 5.2vw, 5.15rem);
	font-weight: 500;
	letter-spacing: -.045em;
	line-height: .92;
}

.gfit-category-products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.gfit-product-card--catalogue .gfit-product-visual {
	min-height: 300px;
	background: color-mix(in srgb, #f3f2ec 80%, #fff);
}

.gfit-product-card--catalogue .gfit-product-visual .gfit-product-index {
	color: #c72c26;
	font-size: .74rem;
}

.gfit-product-card--catalogue .gfit-product-visual img {
	height: 300px;
}

.gfit-product-card--catalogue .gfit-product-card-body {
	padding: 1.35rem 1.25rem 1.45rem;
}

.gfit-product-card--catalogue .gfit-product-category {
	margin-bottom: .7rem;
	color: #596059;
	font-size: .7rem;
	letter-spacing: .035em;
}

.gfit-product-card--catalogue .gfit-product-title {
	font-size: clamp(1rem, 1.3vw, 1.2rem);
	line-height: 1.13;
}

.gfit-product-card--catalogue .gfit-product-price {
	margin-top: 1.5rem;
}

.gfit-product-card--catalogue .gfit-product-action {
	padding-top: 1.45rem;
	font-size: .75rem;
}

.gfit-site-footer {
	background: var(--gfit-canvas);
	color: #101820;
}

.gfit-site-footer nav a {
	color: #101820;
	text-decoration: underline;
}

@media (max-width: 960px) {
	.gfit-category-products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.gfit-hero {
		display: block;
		min-height: 0;
		padding-top: 2.4rem;
		padding-bottom: 1.5rem;
	}

	.gfit-hero h1 {
		max-width: none;
		font-size: clamp(2.1rem, 8.8vw, 2.35rem);
	}

	.gfit-hero-copy > p:not(.gfit-eyebrow) {
		font-size: 1rem;
	}

	.gfit-hero-actions {
		align-items: stretch;
		flex-direction: column;
		gap: .75rem;
	}

	.gfit-hero-actions a {
		flex: 0 0 auto;
		width: 100%;
	}

	.gfit-hero-actions a + a {
		width: max-content;
	}

	.gfit-hero-shelf {
		grid-template-columns: .9fr 1.15fr .9fr;
		min-height: 215px;
		margin-top: 1.65rem;
	}

	.gfit-hero-shelf img {
		height: 180px;
	}

	.gfit-hero-shelf a > span {
		font-size: .58rem;
	}

	.gfit-category-index {
		grid-auto-columns: minmax(190px, 64vw);
		grid-auto-flow: column;
		grid-template-columns: none;
		grid-template-rows: repeat(2, 64px);
		overflow-x: auto;
		scroll-snap-type: x mandatory;
	}

	.gfit-category-index a {
		min-height: 64px;
		padding: .55rem .75rem;
		scroll-snap-align: start;
	}

	.gfit-selection {
		padding-top: 2rem;
		padding-bottom: 3rem;
	}

	.gfit-selection h2 {
		font-size: clamp(1.8rem, 8vw, 2.35rem);
	}

	.gfit-product-grid {
		display: flex;
		gap: .85rem;
		margin-right: calc(var(--gfit-gutter) * -1);
		margin-left: calc(var(--gfit-gutter) * -1);
		padding: 0 var(--gfit-gutter) .6rem;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
	}

	.gfit-product-grid .gfit-product-card {
		flex: 0 0 min(78vw, 310px);
		scroll-snap-align: start;
	}

	.gfit-complete-shop {
		padding-top: 4.5rem;
		padding-bottom: 4.5rem;
	}

	.gfit-complete-shop h2 {
		width: auto;
		font-size: clamp(2.25rem, 10.4vw, 3.2rem);
	}

	.gfit-complete-shop a {
		width: min(100%, 320px);
		margin-left: 0;
	}

	.gfit-catalogue-hero,
	.gfit-category-chapter {
		padding-top: 4.25rem;
		padding-bottom: 4.25rem;
	}

	.gfit-catalogue-hero h1 {
		font-size: clamp(3rem, 13vw, 4.4rem);
	}

	.gfit-category-chapter-header {
		display: block;
		margin-bottom: 2.2rem;
	}

	.gfit-category-chapter-header > p {
		margin-bottom: 1rem;
	}

	.gfit-category-chapter h2 {
		font-size: clamp(2.6rem, 12vw, 4rem);
	}

	.gfit-category-products {
		grid-template-columns: 1fr;
	}
}

/* Multilingual typography contract */

html:lang(zh) {
	--gfit-locale-font: "PingFang SC", "Noto Sans CJK SC", "Microsoft YaHei",
		sans-serif;
	--gfit-locale-body-line: 1.6;
	--gfit-locale-control-line: 1.6;
	--gfit-locale-hero-line: 1.08;
	--gfit-locale-catalogue-line: 1.08;
	--gfit-locale-catalogue-max: 84px;
	--gfit-locale-chapter-max: 72px;
	--gfit-locale-display-weight: 700;
}

html:lang(th) {
	--gfit-locale-font: "Noto Sans Thai", Thonburi, "Leelawadee UI", sans-serif;
	--gfit-locale-body-line: 1.6;
	--gfit-locale-control-line: 1.6;
	--gfit-locale-hero-line: 1.22;
	--gfit-locale-catalogue-line: 1.18;
	--gfit-locale-catalogue-max: 76px;
	--gfit-locale-chapter-max: 66px;
	--gfit-locale-display-weight: 700;
}

html:lang(my) {
	--gfit-locale-font: "Noto Sans Myanmar", "Myanmar Sangam MN", Pyidaungsu,
		"Myanmar Text", sans-serif;
	--gfit-locale-body-line: 1.7;
	--gfit-locale-control-line: 1.7;
	--gfit-locale-hero-line: 1.38;
	--gfit-locale-catalogue-line: 1.32;
	--gfit-locale-catalogue-max: 68px;
	--gfit-locale-chapter-max: 60px;
	--gfit-locale-display-weight: 700;
}

html:is(:lang(zh), :lang(th), :lang(my)) body,
html:is(:lang(zh), :lang(th), :lang(my)) button,
html:is(:lang(zh), :lang(th), :lang(my)) input,
html:is(:lang(zh), :lang(th), :lang(my)) select,
html:is(:lang(zh), :lang(th), :lang(my)) textarea {
	font-family: var(--gfit-locale-font);
	letter-spacing: 0;
	line-height: var(--gfit-locale-body-line);
}

html:is(:lang(zh), :lang(th), :lang(my))
	:where(h1, h2, h3, p, li, a, span, strong, small, button) {
	letter-spacing: 0;
	overflow-wrap: normal;
	word-break: normal;
}

html:is(:lang(zh), :lang(th), :lang(my))
	:where(
		.gfit-site-header,
		.gfit-store-navigation,
		.gfit-primary-navigation,
		.gfit-language-navigation,
		.gfit-hero-actions,
		.gfit-category-index,
		.gfit-product-card-body,
		.gfit-product-price,
		.gfit-product-action,
		.gfit-site-footer,
		.woocommerce,
		.woocommerce-page
	) {
	font-family: var(--gfit-locale-font);
	line-height: var(--gfit-locale-control-line);
}

html:is(:lang(zh), :lang(th), :lang(my))
	:where(
		.gfit-hero h1,
		.gfit-selection h2,
		.gfit-complete-shop h2,
		.gfit-catalogue-hero h1,
		.gfit-category-chapter h2
	) {
	font-family: var(--gfit-locale-font);
	font-weight: var(--gfit-locale-display-weight);
	letter-spacing: 0;
	text-wrap: wrap;
}

html:is(:lang(zh), :lang(th), :lang(my)) .gfit-hero h1 {
	line-height: var(--gfit-locale-hero-line);
}

html:is(:lang(zh), :lang(th), :lang(my))
	:where(.gfit-selection h2, .gfit-complete-shop h2) {
	line-height: var(--gfit-locale-hero-line);
}

html:is(:lang(zh), :lang(th), :lang(my)) .gfit-hero h1 span {
	white-space: normal;
}

html:is(:lang(zh), :lang(th), :lang(my))
	.gfit-hero-copy > p:not(.gfit-eyebrow),
html:is(:lang(zh), :lang(th), :lang(my))
	.gfit-catalogue-hero > p:nth-of-type(2),
html:is(:lang(zh), :lang(th), :lang(my))
	.gfit-category-chapter-header > p {
	line-height: var(--gfit-locale-body-line);
}

html:is(:lang(zh), :lang(th), :lang(my)) .gfit-catalogue-hero h1 {
	font-size: clamp(44px, 6.4vw, var(--gfit-locale-catalogue-max));
	line-height: var(--gfit-locale-catalogue-line);
}

html:is(:lang(zh), :lang(th), :lang(my)) .gfit-category-chapter h2 {
	font-size: clamp(40px, 5vw, var(--gfit-locale-chapter-max));
	line-height: var(--gfit-locale-catalogue-line);
}

html:is(:lang(zh), :lang(th), :lang(my)) .gfit-site-header .gfit-store-navigation a,
html:is(:lang(zh), :lang(th), :lang(my)) .gfit-site-header .gfit-primary-navigation a,
html:is(:lang(zh), :lang(th), :lang(my)) .gfit-site-header .gfit-language-navigation a,
html:is(:lang(zh), :lang(th), :lang(my)) .gfit-hero-actions a,
html:is(:lang(zh), :lang(th), :lang(my)) .gfit-complete-shop > a,
html:is(:lang(zh), :lang(th), :lang(my)) .woocommerce :where(a.button, button.button, input.button) {
	min-height: 44px;
	line-height: var(--gfit-locale-control-line);
	overflow-wrap: anywhere;
}

html:is(:lang(zh), :lang(th), :lang(my)) .gfit-category-index a {
	height: auto;
	min-height: 68px;
}

html:is(:lang(th), :lang(my)) .gfit-category-index a {
	min-height: 76px;
}

html:is(:lang(zh), :lang(th), :lang(my)) .gfit-category-index a strong,
html:is(:lang(zh), :lang(th), :lang(my)) .gfit-product-card .gfit-product-category,
html:is(:lang(zh), :lang(th), :lang(my)) .gfit-product-card .gfit-product-title {
	font-family: var(--gfit-locale-font);
	line-height: var(--gfit-locale-control-line);
}

html:is(:lang(zh), :lang(th), :lang(my))
	:where(.gfit-product-title a, .gfit-product-action) {
	overflow-wrap: anywhere;
}

@media (max-width: 720px) {
	html:lang(zh) {
		--gfit-locale-catalogue-max: 48px;
		--gfit-locale-chapter-max: 44px;
	}

	html:lang(th) {
		--gfit-locale-catalogue-max: 44px;
		--gfit-locale-chapter-max: 42px;
	}

	html:lang(my) {
		--gfit-locale-catalogue-max: 40px;
		--gfit-locale-chapter-max: 38px;
	}

	html:is(:lang(zh), :lang(th), :lang(my)) .gfit-catalogue-hero h1 {
		font-size: clamp(36px, 11vw, var(--gfit-locale-catalogue-max));
	}

	html:is(:lang(zh), :lang(th), :lang(my)) .gfit-category-chapter h2 {
		font-size: clamp(34px, 10vw, var(--gfit-locale-chapter-max));
	}

	html:is(:lang(zh), :lang(th), :lang(my)) .gfit-category-index {
		grid-template-rows: repeat(2, minmax(64px, auto));
	}

	html:is(:lang(th), :lang(my)) .gfit-category-index {
		grid-template-rows: repeat(2, minmax(76px, auto));
	}

	html:is(:lang(zh), :lang(th), :lang(my))
		:where(.gfit-category-index a, .gfit-hero-actions a) {
		height: auto;
	}
}

/* Burmese pages retain Burmese body copy, while approved English display copy
 * deliberately uses the same I typography as the English storefront. */
html:lang(my) .gfit-hero h1 {
	font-family: var(--gfit-display);
	font-size: clamp(2.1rem, 3.2vw, 3.25rem);
	font-weight: 900;
	letter-spacing: -.045em;
	line-height: .92;
	text-wrap: balance;
}

html:lang(my) .gfit-hero h1 span {
	letter-spacing: inherit;
	white-space: nowrap;
}

html:lang(my) .gfit-complete-shop p {
	font-family: var(--gfit-body);
	font-weight: 800;
	letter-spacing: normal;
	line-height: 1.6;
}

html:lang(my) .gfit-complete-shop h2 {
	font-family: var(--gfit-display);
	font-weight: 500;
	letter-spacing: -.04em;
	line-height: .95;
	text-wrap: balance;
}

html:lang(my) .gfit-complete-shop > a {
	font-family: var(--gfit-body);
	font-weight: 900;
	letter-spacing: normal;
	line-height: 1.2;
}

html:lang(my) .gfit-category-index a {
	min-height: 68px;
}

html:lang(my) .gfit-category-index a strong {
	font-family: var(--gfit-body);
	font-weight: 700;
	letter-spacing: normal;
	line-height: 1.15;
}

html:lang(my) .gfit-catalogue-anchor-nav a {
	font-family: var(--gfit-body);
	font-weight: 800;
	letter-spacing: normal;
	line-height: 1.15;
}

html:lang(my) .gfit-product-card .gfit-product-category {
	font-family: var(--gfit-body);
	font-weight: 700;
	letter-spacing: normal;
	line-height: 1.6;
}

html:lang(my) .gfit-category-chapter h2 {
	font-family: "Outfit", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
	font-size: clamp(2.5rem, 5.2vw, 5.15rem);
	font-weight: 500;
	letter-spacing: -.045em;
	line-height: .92;
	text-wrap: balance;
}

@media (max-width: 720px) {
	html:lang(my) .gfit-hero h1 {
		font-size: clamp(2.1rem, 8.8vw, 2.35rem);
	}

	html:lang(my) .gfit-category-index {
		grid-template-rows: repeat(2, minmax(64px, auto));
	}

	html:lang(my) .gfit-category-chapter h2 {
		font-size: clamp(2.6rem, 12vw, 4rem);
	}
}
