:root {
	--gbm-forest: #173a32;
	--gbm-leaf: #2c7655;
	--gbm-coral: #d53f30;
	--gbm-yellow: #f2c75c;
	--gbm-mint: #e8f1ec;
	--gbm-cream: #f7faf8;
	--gbm-pink: #eef5f1;
	--gbm-ink: #17302b;
	--gbm-muted: #5f6e69;
	--gbm-line: #d7e0db;
	--gbm-white: #ffffff;
	--gbm-surface: #f5f8f6;
	--gbm-surface-strong: #edf4f0;
	--gbm-container: 1240px;
}

.single-product .related {
	margin-top: 8px;
	padding-top: 52px;
	border-top: 1px solid var(--gbm-line);
}

.single-product .related > h2 {
	margin: 0 0 28px;
	font-size: clamp(28px, 3vw, 38px);
}

.single-product .related ul.products {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.single-product .related ul.products li.product {
	display: flex;
	flex-direction: column;
	width: auto !important;
	min-width: 0;
	float: none !important;
	clear: none !important;
	margin: 0 !important;
	padding-bottom: 18px;
}

.single-product .related ul.products li.product .woocommerce-loop-product__link {
	display: block;
	width: 100%;
}

.single-product .related ul.products li.product a img {
	width: 100% !important;
	height: auto;
	aspect-ratio: 1;
	object-fit: contain;
	box-sizing: border-box;
	padding: 18px;
	background: #f7f8f7;
}

.single-product .related ul.products li.product .woocommerce-loop-product__title {
	min-height: 48px;
}

.single-product .related ul.products li.product .button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% - 32px);
	min-height: 46px;
	margin: auto 16px 0;
	text-align: center;
}

@media (max-width: 760px) {
	.single-product .related {
		padding-top: 38px;
	}

	.single-product .related ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.single-product .related ul.products li.product a img {
		padding: 10px;
	}

	.single-product .related ul.products li.product .woocommerce-loop-product__title {
		min-height: 66px;
		font-size: 15px;
	}

	.single-product .related ul.products li.product .button {
		width: calc(100% - 24px);
		margin-inline: 12px;
		font-size: 13px;
	}
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body.gbm-site {
	margin: 0;
	background: var(--gbm-white);
	color: var(--gbm-ink);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.55;
}

body.gbm-menu-open {
	overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
}

button,
input,
select,
textarea {
	font: inherit;
}

.gbm-container {
	width: min(calc(100% - 40px), var(--gbm-container));
	margin-inline: auto;
}

.gbm-skip-link {
	position: fixed;
	left: 16px;
	top: -100px;
	z-index: 9999;
	padding: 10px 14px;
	background: var(--gbm-yellow);
	color: var(--gbm-forest);
	font-weight: 800;
}

.gbm-skip-link:focus {
	top: 16px;
}

.gbm-announcement {
	background: var(--gbm-coral);
	color: var(--gbm-white);
	font-size: 13px;
}

.gbm-announcement .gbm-container {
	min-height: 36px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.gbm-announcement a {
	display: inline-flex;
	align-items: center;
	font-weight: 700;
	text-decoration: none;
}

.gbm-announcement .dashicons {
	font-size: 16px;
	width: 16px;
	height: 16px;
}

.gbm-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255, 255, 255, .985);
	border-bottom: 1px solid var(--gbm-line);
	box-shadow: 0 5px 18px rgba(23, 58, 50, .045);
	backdrop-filter: blur(12px);
}

.gbm-header-inner {
	min-height: 78px;
	display: grid;
	grid-template-columns: minmax(210px, 250px) 1fr auto;
	align-items: center;
	gap: 28px;
}

.gbm-brand,
.gbm-brand .custom-logo-link {
	display: flex;
	align-items: center;
}

.gbm-brand .custom-logo {
	width: auto;
	max-width: 220px;
	max-height: 54px;
}

.gbm-wordmark {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--gbm-forest);
	text-decoration: none;
}

.gbm-wordmark-symbol {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	background: var(--gbm-coral);
	border-radius: 50%;
	color: var(--gbm-white);
	font-size: 22px;
}

.gbm-wordmark strong,
.gbm-wordmark small {
	display: block;
	letter-spacing: 0;
	line-height: 1;
}

.gbm-wordmark strong {
	font-size: 21px;
}

.gbm-wordmark small {
	margin-top: 5px;
	color: var(--gbm-coral);
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.gbm-nav {
	justify-self: center;
}

.gbm-menu {
	list-style: none;
	display: flex;
	align-items: center;
	gap: 4px;
	margin: 0;
	padding: 0;
}

.gbm-menu li {
	position: relative;
}

.gbm-menu a {
	position: relative;
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	padding: 0 13px;
	color: var(--gbm-ink);
	font-size: 14px;
	font-weight: 750;
	text-decoration: none;
	transition: color .18s ease, background-color .18s ease;
}

.gbm-menu a:hover,
.gbm-menu a:focus-visible {
	color: var(--gbm-coral);
	background: var(--gbm-surface);
}

.gbm-menu a::after {
	content: "";
	position: absolute;
	left: 13px;
	right: 13px;
	bottom: 3px;
	height: 2px;
	background: var(--gbm-coral);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform .18s ease;
}

.gbm-menu a:hover::after,
.gbm-menu a:focus-visible::after,
.gbm-menu .current-menu-item > a::after,
.gbm-menu .current_page_item > a::after {
	transform: scaleX(1);
}

.gbm-menu .current-menu-item > a,
.gbm-menu .current_page_item > a {
	color: var(--gbm-coral);
}

.gbm-menu-toggle {
	display: none;
	width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--gbm-line);
	border-radius: 6px;
	background: var(--gbm-surface);
	color: var(--gbm-forest);
	cursor: pointer;
}

.gbm-cart {
	position: relative;
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 5px 9px 5px 5px;
	border: 1px solid #cddbd5;
	border-radius: 6px;
	background: var(--gbm-white);
	color: var(--gbm-forest);
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
	box-shadow: 0 3px 10px rgba(23, 58, 50, .06);
	transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.gbm-cart:hover,
.gbm-cart:focus-visible {
	border-color: var(--gbm-leaf);
	background: var(--gbm-surface);
	color: var(--gbm-forest);
	box-shadow: 0 5px 15px rgba(23, 58, 50, .1);
}

.gbm-cart-icon {
	display: grid;
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	place-items: center;
	border-radius: 4px;
	background: var(--gbm-forest);
	color: var(--gbm-white);
	transition: background-color .18s ease;
}

.gbm-cart:hover .gbm-cart-icon,
.gbm-cart:focus-visible .gbm-cart-icon {
	background: var(--gbm-leaf);
}

.gbm-cart-icon .dashicons {
	width: 18px;
	height: 18px;
	font-size: 18px;
	line-height: 18px;
}

.gbm-cart-label {
	white-space: nowrap;
}

.gbm-cart-count {
	display: grid;
	min-width: 22px;
	height: 22px;
	place-items: center;
	padding: 0 6px;
	border-radius: 999px;
	background: var(--gbm-coral);
	color: var(--gbm-white);
	font-size: 11px;
	line-height: 1;
}

.gbm-hero {
	position: relative;
	min-height: 610px;
	display: flex;
	align-items: center;
	background-color: #223b35;
	background-image: var(--gbm-hero-image);
	background-position: center;
	background-size: cover;
	color: var(--gbm-white);
	overflow: hidden;
}

.gbm-hero-shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(11, 42, 35, .92) 0%, rgba(11, 42, 35, .78) 38%, rgba(11, 42, 35, .34) 68%, rgba(11, 42, 35, .12) 100%);
}

.gbm-hero-content {
	position: relative;
	z-index: 1;
	padding-block: 86px;
}

.gbm-hero-content > * {
	max-width: 680px;
}

.gbm-kicker {
	margin: 0 0 10px;
	color: var(--gbm-coral);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.gbm-hero .gbm-kicker {
	display: inline-block;
	padding: 7px 10px;
	background: var(--gbm-yellow);
	color: var(--gbm-forest);
}

.gbm-hero h1 {
	margin: 16px 0 10px;
	font-size: 66px;
	line-height: .98;
	letter-spacing: 0;
}

.gbm-hero-offer {
	margin: 0 0 16px;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.2;
}

.gbm-hero-copy {
	margin: 0;
	color: #f1f5f2;
	font-size: 18px;
}

.gbm-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.gbm-button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 0 20px;
	border: 2px solid transparent;
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
}

.gbm-button-primary {
	background: var(--gbm-yellow);
	color: var(--gbm-forest);
}

.gbm-button-light {
	background: var(--gbm-white);
	color: var(--gbm-forest);
}

.gbm-button:hover,
.gbm-button:focus-visible {
	border-color: var(--gbm-yellow);
}

.gbm-trust-strip {
	background: var(--gbm-cream);
	color: var(--gbm-ink);
	border-bottom: 1px solid var(--gbm-line);
}

.gbm-trust-strip .gbm-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.gbm-trust-strip .gbm-container > div {
	min-height: 96px;
	display: flex;
	align-items: center;
	gap: 13px;
	padding: 20px 26px;
	border-right: 1px solid var(--gbm-line);
}

.gbm-trust-strip .gbm-container > div:last-child {
	border-right: 0;
}

.gbm-trust-strip .dashicons {
	color: var(--gbm-coral);
	font-size: 27px;
	width: 27px;
	height: 27px;
}

.gbm-trust-strip strong,
.gbm-trust-strip span span {
	display: block;
}

.gbm-trust-strip strong {
	font-size: 15px;
}

.gbm-trust-strip span span {
	color: var(--gbm-muted);
	font-size: 12px;
}

.gbm-section {
	padding-block: 84px;
}

.gbm-section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 34px;
}

.gbm-section-heading h2,
.gbm-story h2,
.gbm-faq-preview h2 {
	margin: 0;
	max-width: 760px;
	font-size: 44px;
	line-height: 1.08;
	letter-spacing: 0;
}

.gbm-section-heading > a,
.gbm-text-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--gbm-forest);
	font-weight: 900;
	text-underline-offset: 5px;
}

.gbm-section-heading > p {
	max-width: 330px;
	margin: 0;
	color: var(--gbm-muted);
	text-align: right;
}

.gbm-category-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.gbm-category {
	position: relative;
	min-height: 230px;
	display: flex;
	flex-direction: column;
	justify-content: end;
	padding: 28px;
	border: 1px solid var(--gbm-forest);
	border-radius: 6px;
	color: var(--gbm-ink);
	text-decoration: none;
	overflow: hidden;
}

.gbm-category-coral {
	background: var(--gbm-pink);
}

.gbm-category-yellow {
	background: var(--gbm-cream);
}

.gbm-category-mint {
	background: var(--gbm-mint);
}

.gbm-category-number {
	position: absolute;
	top: 20px;
	right: 22px;
	color: rgba(13, 59, 49, .2);
	font-size: 52px;
	font-weight: 900;
	line-height: 1;
}

.gbm-category small {
	font-weight: 900;
	text-transform: uppercase;
}

.gbm-category strong {
	margin: 6px 0;
	font-size: 25px;
	line-height: 1.1;
}

.gbm-category > span:last-child {
	max-width: 320px;
	font-size: 14px;
}

.gbm-category:hover,
.gbm-category:focus-visible {
	box-shadow: 6px 6px 0 var(--gbm-forest);
	transform: translate(-2px, -2px);
}

.gbm-products-section {
	background: var(--gbm-surface);
}

.gbm-products-section-secondary {
	background: var(--gbm-white);
	border-top: 1px solid var(--gbm-line);
}

.gbm-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.gbm-product-card {
	min-width: 0;
	background: var(--gbm-white);
	border: 1px solid var(--gbm-line);
	border-radius: 6px;
	overflow: hidden;
}

.gbm-product-image {
	position: relative;
	display: block;
	aspect-ratio: 1;
	background: #f7f8f7;
	overflow: hidden;
}

.gbm-product-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.gbm-date-badge {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
	max-width: calc(100% - 20px);
	padding: 6px 8px;
	background: var(--gbm-yellow);
	color: var(--gbm-forest);
	font-size: 10px;
	font-weight: 900;
	text-transform: uppercase;
}

.gbm-product-placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	color: var(--gbm-muted);
}

.gbm-product-placeholder .dashicons {
	font-size: 48px;
	width: 48px;
	height: 48px;
}

.gbm-product-info {
	padding: 18px;
}

.gbm-product-reason {
	margin: 0 0 7px;
	color: var(--gbm-coral);
	font-size: 10px;
	font-weight: 900;
	text-transform: uppercase;
}

.gbm-product-info h3 {
	min-height: 50px;
	margin: 0 0 16px;
	font-size: 19px;
	line-height: 1.3;
}

.gbm-product-info h3 a {
	text-decoration: none;
}

.gbm-product-bottom {
	display: flex;
	min-height: 42px;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.gbm-price,
.gbm-price .amount {
	color: var(--gbm-forest);
	font-size: 19px;
	font-weight: 900;
}

.gbm-price del {
	margin-right: 4px;
	color: var(--gbm-muted);
	font-size: 12px;
	font-weight: 400;
}

.gbm-price-pending {
	color: var(--gbm-muted);
	font-size: 13px;
	font-weight: 700;
}

.gbm-product-link {
	display: grid;
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	place-items: center;
	background: var(--gbm-forest);
	border-radius: 50%;
	color: var(--gbm-white);
	text-decoration: none;
}

.gbm-empty-shelf {
	padding: 56px 20px;
	border: 1px dashed var(--gbm-leaf);
	text-align: center;
}

.gbm-story {
	background: var(--gbm-cream);
	padding-block: 92px;
}

.gbm-story-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: center;
	gap: clamp(44px, 6vw, 92px);
}

.gbm-story-copy > p:not(.gbm-kicker) {
	max-width: 700px;
	color: var(--gbm-muted);
	font-size: 17px;
}

.gbm-check-list {
	list-style: none;
	margin: 28px 0;
	padding: 0;
}

.gbm-check-list li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 16px 0;
}

.gbm-check-list .dashicons {
	color: var(--gbm-leaf);
}

.gbm-check-list strong,
.gbm-check-list span span {
	display: block;
}

.gbm-check-list span span {
	color: var(--gbm-muted);
	font-size: 14px;
}

.gbm-story-visual {
	position: relative;
	min-width: 0;
	margin: 0;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #f1f4f2;
}

.gbm-story-visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gbm-story-visual figcaption {
	position: absolute;
	left: 22px;
	bottom: 22px;
	display: grid;
	gap: 2px;
	max-width: calc(100% - 44px);
	padding: 13px 16px;
	background: var(--gbm-yellow);
	color: var(--gbm-forest);
	font-size: 13px;
}

.gbm-story-visual figcaption strong,
.gbm-story-visual figcaption span {
	display: block;
}

.gbm-steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid var(--gbm-line);
	border-bottom: 1px solid var(--gbm-line);
}

.gbm-steps article {
	position: relative;
	min-height: 260px;
	padding: 34px;
	border-right: 1px solid var(--gbm-line);
}

.gbm-steps article:last-child {
	border-right: 0;
}

.gbm-steps article > span {
	position: absolute;
	top: 25px;
	right: 28px;
	color: #c8d6cf;
	font-size: 40px;
	font-weight: 900;
}

.gbm-steps .dashicons {
	color: var(--gbm-coral);
	font-size: 34px;
	width: 34px;
	height: 34px;
}

.gbm-steps h3 {
	margin: 40px 0 8px;
	font-size: 21px;
}

.gbm-steps p {
	margin: 0;
	color: var(--gbm-muted);
}

.gbm-faq-preview {
	background: var(--gbm-surface-strong);
}

.gbm-faq-grid {
	display: grid;
	grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
	gap: 80px;
}

.gbm-faq-grid > div:first-child > p:not(.gbm-kicker) {
	color: var(--gbm-muted);
}

.gbm-accordion details {
	border-top: 1px solid rgba(13, 59, 49, .35);
}

.gbm-accordion details:last-child {
	border-bottom: 1px solid rgba(13, 59, 49, .35);
}

.gbm-accordion summary {
	position: relative;
	padding: 22px 40px 22px 0;
	font-weight: 900;
	cursor: pointer;
	list-style: none;
}

.gbm-accordion summary::after {
	content: '+';
	position: absolute;
	right: 4px;
	font-size: 22px;
}

.gbm-accordion details[open] summary::after {
	content: '-';
}

.gbm-accordion summary::-webkit-details-marker {
	display: none;
}

.gbm-accordion details p {
	margin: 0;
	padding: 0 40px 22px 0;
	color: var(--gbm-muted);
}

.gbm-faq-page {
	background: var(--gbm-cream);
}

.gbm-faq-hero {
	position: relative;
	min-height: 250px;
	background-color: var(--gbm-mint);
	background-image: var(--gbm-faq-hero-image);
	background-position: center 52%;
	background-size: cover;
	overflow: hidden;
}

.gbm-faq-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, .58);
}

.gbm-faq-hero .gbm-container {
	position: relative;
	min-height: inherit;
	display: grid;
	place-items: center;
}

.gbm-faq-hero h1 {
	margin: 0;
	color: var(--gbm-forest);
	font-size: 58px;
	line-height: 1;
}

.gbm-faq-library {
	padding-block: 72px 94px;
}

.gbm-faq-library-inner {
	max-width: 1060px;
}

.gbm-faq-library h2 {
	margin: 0 0 36px;
	color: var(--gbm-forest);
	font-size: 42px;
	line-height: 1.1;
	text-align: center;
}

.gbm-faq-tabs {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 10px;
	margin-bottom: 10px;
}

.gbm-faq-tabs button {
	min-width: 0;
	min-height: 60px;
	padding: 8px;
	border: 2px solid transparent;
	border-radius: 3px;
	background: var(--gbm-mint);
	color: var(--gbm-forest);
	font-size: 10px;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
	cursor: pointer;
}

.gbm-faq-tabs button[aria-selected='true'] {
	background: var(--gbm-forest);
	border-color: var(--gbm-ink);
	color: var(--gbm-white);
}

.gbm-faq-tabs button:focus-visible {
	outline: 3px solid var(--gbm-yellow);
	outline-offset: 2px;
}

.gbm-faq-panels [role='tabpanel'][hidden] {
	display: none;
}

.gbm-faq-panels details {
	border-bottom: 1px solid var(--gbm-line);
}

.gbm-faq-panels details[open] {
	background: var(--gbm-white);
}

.gbm-faq-panels summary {
	position: relative;
	padding: 22px 52px 22px 26px;
	color: var(--gbm-forest);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.35;
	list-style: none;
	cursor: pointer;
}

.gbm-faq-panels summary::-webkit-details-marker {
	display: none;
}

.gbm-faq-panels summary::after {
	content: '+';
	position: absolute;
	top: 50%;
	right: 26px;
	font-size: 21px;
	font-weight: 500;
	color: var(--gbm-coral);
	transform: translateY(-50%);
}

.gbm-faq-panels details[open] summary::after {
	content: '-';
}

.gbm-faq-panels details > div {
	padding: 0 52px 22px 26px;
	color: var(--gbm-muted);
	font-size: 14px;
}

.gbm-faq-panels details > div p {
	margin: 0;
}

.gbm-faq-panels details > div a {
	color: var(--gbm-coral);
	font-weight: 800;
}

.gbm-footer {
	background: #082b24;
	color: var(--gbm-white);
	padding-top: 68px;
}

.gbm-footer-grid {
	display: grid;
	grid-template-columns: 1.7fr repeat(3, 1fr);
	gap: 52px;
}

.gbm-footer .gbm-wordmark {
	color: var(--gbm-white);
}

.gbm-footer .custom-logo {
	width: auto;
	max-width: 220px;
	max-height: 60px;
}

.gbm-footer-brand p {
	max-width: 330px;
	color: #bcd0c8;
}

.gbm-footer-brand > a {
	color: var(--gbm-yellow);
	font-weight: 800;
}

.gbm-footer h2 {
	margin: 0 0 18px;
	color: var(--gbm-yellow);
	font-size: 12px;
	text-transform: uppercase;
}

.gbm-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gbm-footer li {
	margin: 9px 0;
}

.gbm-footer li a {
	color: #e7f0ec;
	font-size: 14px;
	text-decoration: none;
}

.gbm-footer li a:hover,
.gbm-footer li a:focus-visible {
	color: var(--gbm-yellow);
}

.gbm-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 56px;
	padding-block: 22px;
	border-top: 1px solid rgba(255, 255, 255, .2);
	color: #bcd0c8;
	font-size: 12px;
}

.gbm-footer-bottom > span:first-child {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.gbm-page-main,
.gbm-woocommerce-main {
	min-height: 55vh;
	padding-block: 54px 86px;
}

.gbm-shop-intro {
	margin: -8px 0 34px;
	padding: 0 0 24px;
	border-bottom: 1px solid var(--gbm-line);
}

.gbm-shop-intro .gbm-kicker {
	margin-bottom: 9px;
}

.gbm-shop-intro-copy {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
	align-items: end;
	gap: 36px;
}

.gbm-shop-intro h1 {
	max-width: 720px;
	margin: 0;
	font-size: clamp(38px, 5vw, 60px);
	line-height: 0.98;
}

.gbm-shop-intro-copy > p {
	max-width: 500px;
	margin: 0 0 3px;
	color: var(--gbm-muted);
	font-size: 16px;
	line-height: 1.55;
}

.gbm-shop-categories {
	display: flex;
	align-items: center;
	gap: 28px;
	margin-top: 25px;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scroll-snap-type: inline proximity;
	scrollbar-width: none;
}

.gbm-shop-categories::-webkit-scrollbar {
	display: none;
}

.gbm-shop-categories a {
	flex: 0 0 auto;
	padding: 5px 0 7px;
	border-bottom: 2px solid transparent;
	color: var(--gbm-ink);
	font-size: 13px;
	font-weight: 800;
	scroll-snap-align: start;
	text-decoration: none;
}

.gbm-shop-categories a:hover,
.gbm-shop-categories a:focus-visible,
.gbm-shop-categories a.is-current {
	border-bottom-color: var(--gbm-coral);
	color: var(--gbm-coral);
}

.gbm-page-title {
	margin: 0 0 28px;
	font-size: 48px;
	line-height: 1.1;
}

.gbm-page-content {
	max-width: 900px;
}

.gbm-page-content a {
	color: var(--gbm-leaf);
	font-weight: 700;
	text-underline-offset: 3px;
}

.gbm-page-content > *:first-child {
	margin-top: 0;
}

.gbm-menu-open {
	overflow: hidden;
}

.gbm-info-page,
.gbm-policy-page,
.gbm-contact-page {
	background: var(--gbm-cream);
}

.gbm-info-hero {
	padding-block: 82px 76px;
	background: var(--gbm-surface-strong);
	border-bottom: 1px solid var(--gbm-line);
}

.gbm-info-hero h1,
.gbm-contact-header h1,
.gbm-policy-header h1 {
	max-width: 900px;
	margin: 0;
	font-size: clamp(42px, 6vw, 68px);
	line-height: 1;
}

.gbm-info-hero > .gbm-container > p:last-child,
.gbm-contact-header > p:last-child {
	max-width: 720px;
	margin: 24px 0 0;
	color: var(--gbm-muted);
	font-size: 19px;
	line-height: 1.65;
}

.gbm-info-section {
	padding-block: 70px 88px;
}

.gbm-fact-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border: 1px solid var(--gbm-line);
	background: var(--gbm-white);
}

.gbm-fact-grid article {
	min-height: 260px;
	padding: 34px;
	border-right: 1px solid var(--gbm-line);
}

.gbm-fact-grid article:last-child {
	border-right: 0;
}

.gbm-fact-grid .dashicons {
	width: 34px;
	height: 34px;
	color: var(--gbm-coral);
	font-size: 34px;
}

.gbm-fact-grid h2 {
	margin: 42px 0 12px;
	font-size: 25px;
}

.gbm-fact-grid p,
.gbm-guide-band li span,
.gbm-source-note {
	color: var(--gbm-muted);
	line-height: 1.65;
}

.gbm-guide-band {
	display: grid;
	grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
	gap: 56px;
	margin-top: 52px;
	padding: 48px;
	background: var(--gbm-forest);
	color: var(--gbm-white);
}

.gbm-guide-band .gbm-kicker {
	color: var(--gbm-yellow);
}

.gbm-guide-band h2 {
	max-width: 330px;
	margin: 0;
	font-size: 42px;
	line-height: 1.05;
}

.gbm-guide-band ol {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: gbm-guide;
}

.gbm-guide-band li {
	position: relative;
	padding: 0 0 20px 48px;
	border-bottom: 1px solid rgba(255, 255, 255, .18);
	counter-increment: gbm-guide;
}

.gbm-guide-band li + li {
	padding-top: 20px;
}

.gbm-guide-band li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: counter(gbm-guide, decimal-leading-zero);
	color: var(--gbm-yellow);
	font-size: 13px;
	font-weight: 900;
}

.gbm-guide-band li + li::before {
	top: 20px;
}

.gbm-guide-band li strong,
.gbm-guide-band li span {
	display: block;
}

.gbm-guide-band li span {
	margin-top: 5px;
	color: #d6e2dd;
}

.gbm-source-note {
	margin: 28px 0 0;
	font-size: 13px;
}

.gbm-source-note a {
	color: var(--gbm-leaf);
	font-weight: 800;
}

.gbm-policy-layout {
	display: grid;
	grid-template-columns: 220px minmax(0, 760px);
	gap: 40px 70px;
	justify-content: center;
	padding-block: 70px 96px;
}

.gbm-policy-header {
	grid-column: 1 / -1;
	padding-bottom: 36px;
	border-bottom: 1px solid var(--gbm-line);
}

.gbm-policy-header > p:last-child {
	margin: 18px 0 0;
	color: var(--gbm-muted);
	font-size: 13px;
}

.gbm-policy-nav {
	position: sticky;
	top: 28px;
	align-self: start;
	display: grid;
	gap: 0;
	border-top: 1px solid var(--gbm-line);
}

.admin-bar .gbm-policy-nav {
	top: 60px;
}

.gbm-policy-nav a {
	padding: 15px 2px;
	border-bottom: 1px solid var(--gbm-line);
	color: var(--gbm-ink);
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.gbm-policy-nav a:hover,
.gbm-policy-nav a:focus-visible {
	color: var(--gbm-coral);
}

.gbm-policy-content {
	font-size: 16px;
	line-height: 1.75;
}

.gbm-policy-intro {
	margin: 0 0 42px;
	color: var(--gbm-forest);
	font-size: 21px;
	font-weight: 700;
	line-height: 1.55;
}

.gbm-policy-content section {
	padding: 0 0 30px;
	scroll-margin-top: 30px;
}

.gbm-policy-content section + section {
	padding-top: 30px;
	border-top: 1px solid var(--gbm-line);
}

.gbm-policy-content h2 {
	margin: 0 0 14px;
	font-size: 28px;
}

.gbm-policy-content p,
.gbm-policy-content li {
	color: var(--gbm-muted);
}

.gbm-policy-content ul {
	padding-left: 22px;
}

.gbm-contact-page {
	padding-block: 74px 96px;
}

.gbm-contact-header {
	margin-bottom: 48px;
}

.gbm-contact-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
	gap: 34px;
	align-items: start;
}

.gbm-contact-form,
.gbm-contact-aside {
	padding: 34px;
	border: 1px solid var(--gbm-line);
	background: var(--gbm-white);
}

.gbm-contact-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.gbm-contact-form p {
	margin: 0 0 20px;
}

.gbm-contact-form label {
	display: block;
	margin-bottom: 7px;
	font-size: 13px;
	font-weight: 800;
}

.gbm-contact-form input,
.gbm-contact-form select,
.gbm-contact-form textarea {
	width: 100%;
	min-height: 48px;
	padding: 11px 12px;
	border: 1px solid var(--gbm-line);
	border-radius: 0;
	background: var(--gbm-white);
	color: var(--gbm-ink);
	font: inherit;
}

.gbm-contact-form textarea {
	min-height: 170px;
	resize: vertical;
}

.gbm-contact-form input:focus,
.gbm-contact-form select:focus,
.gbm-contact-form textarea:focus {
	border-color: var(--gbm-leaf);
	box-shadow: 0 0 0 2px rgba(44, 118, 85, .14);
	outline: 0;
}

.gbm-contact-honeypot {
	position: absolute;
	left: -10000px;
}

.gbm-contact-submit {
	display: flex;
	align-items: center;
	gap: 18px;
}

.gbm-contact-submit .gbm-button:disabled {
	cursor: wait;
	opacity: .65;
}

.gbm-contact-status {
	font-size: 13px;
	font-weight: 700;
}

.gbm-contact-status.is-success {
	color: var(--gbm-leaf);
}

.gbm-contact-status.is-error {
	color: var(--gbm-coral);
}

.gbm-contact-aside .dashicons {
	width: 36px;
	height: 36px;
	color: var(--gbm-coral);
	font-size: 36px;
}

.gbm-contact-aside h2 {
	margin: 32px 0 8px;
	font-size: 25px;
}

.gbm-contact-aside p {
	color: var(--gbm-muted);
	line-height: 1.65;
}

.gbm-contact-aside a {
	color: var(--gbm-leaf);
	font-weight: 800;
}

.gbm-contact-aside hr {
	margin: 28px 0;
	border: 0;
	border-top: 1px solid var(--gbm-line);
}

.woocommerce .woocommerce-breadcrumb {
	margin-bottom: 26px;
	color: var(--gbm-muted);
	font-size: 13px;
}

.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin: 0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	width: auto !important;
	float: none !important;
	clear: none !important;
	margin: 0 !important;
	padding: 0 0 18px;
	border: 1px solid var(--gbm-line);
	border-radius: 6px;
	overflow: hidden;
}

.woocommerce ul.products li.product a img {
	width: 100%;
	aspect-ratio: 1;
	margin: 0 0 16px;
	object-fit: contain;
	background: #f7f8f7;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .gbm-loop-date {
	margin-left: 16px;
	margin-right: 16px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	min-height: 54px;
	padding: 0;
	color: var(--gbm-ink);
	font-size: 17px;
}

.woocommerce ul.products li.product .price {
	color: var(--gbm-forest);
	font-size: 18px;
	font-weight: 900;
}

.woocommerce ul.products li.product .button {
	display: inline-flex;
	width: calc(100% - 32px);
	min-height: 44px;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	margin-top: 12px;
	border-radius: 4px;
	text-align: center;
}

.woocommerce ul.products li.product .added_to_cart {
	display: inline-flex;
	width: calc(100% - 32px);
	min-height: 42px;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	margin: 8px 16px 0;
	padding: 0 14px;
	border: 1px solid var(--gbm-forest);
	border-radius: 4px;
	background: var(--gbm-white);
	color: var(--gbm-forest);
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
}

.woocommerce ul.products li.product .added_to_cart:hover,
.woocommerce ul.products li.product .added_to_cart:focus-visible {
	background: var(--gbm-surface-strong);
	color: var(--gbm-forest);
}

.gbm-loop-date {
	color: var(--gbm-coral);
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.gbm-loop-date.is-pending {
	color: var(--gbm-muted);
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	border-radius: 0;
	background: var(--gbm-forest) !important;
	color: var(--gbm-white) !important;
	font-weight: 900;
	box-shadow: none;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
	background: var(--gbm-leaf) !important;
	color: var(--gbm-white) !important;
}

.woocommerce div.product form.cart .button,
.woocommerce div.product form.cart button.single_add_to_cart_button,
.wc-block-components-button:not(.is-link) {
	border: 0 !important;
	border-radius: 2px !important;
	background: var(--gbm-forest) !important;
	color: var(--gbm-white) !important;
	box-shadow: none !important;
}

.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart button.single_add_to_cart_button:hover,
.wc-block-components-button:not(.is-link):hover {
	background: var(--gbm-leaf) !important;
}

.woocommerce div.product {
	display: flow-root;
}

.single-product .gbm-woocommerce-main .product {
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
	column-gap: clamp(42px, 6vw, 82px);
	align-items: start;
}

.single-product .gbm-woocommerce-main .product > .images,
.single-product .gbm-woocommerce-main .product > .summary {
	width: auto !important;
	float: none !important;
}

.single-product .gbm-woocommerce-main .product > .images {
	max-width: 520px;
}

.single-product .gbm-woocommerce-main .product > .woocommerce-tabs,
.single-product .gbm-woocommerce-main .product > .related,
.single-product .gbm-woocommerce-main .product > .upsells,
.single-product .gbm-woocommerce-main .product > .gbm-product-story,
.single-product .gbm-woocommerce-main .product > .gbm-product-steps,
.single-product .gbm-woocommerce-main .product > .gbm-product-truth-band,
.single-product .gbm-woocommerce-main .product > .gbm-product-brand-story,
.single-product .gbm-woocommerce-main .product > .gbm-product-faq {
	grid-column: 1 / -1;
}

.single-product {
	overflow-x: clip;
}

.gbm-product-breadcrumbs {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 26px;
	color: var(--gbm-muted);
	font-size: 12px;
}

.gbm-product-breadcrumbs a {
	color: var(--gbm-leaf);
	text-decoration: none;
}

.gbm-product-breadcrumbs span[aria-current="page"] {
	max-width: min(52vw, 460px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	margin-bottom: 64px;
}

.woocommerce div.product div.images img {
	aspect-ratio: 1;
	object-fit: contain;
	background: #f7f8f7;
}

.woocommerce div.product div.images {
	position: relative;
}

.woocommerce div.product div.images::before {
	content: "SHORT-DATE, SEALED";
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 3;
	padding: 8px 10px;
	background: var(--gbm-yellow);
	color: var(--gbm-forest);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0;
}

.woocommerce div.product .product_title {
	margin-bottom: 14px;
	font-size: clamp(38px, 4vw, 46px);
	line-height: 1.05;
	overflow-wrap: anywhere;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	margin-bottom: 12px;
	color: var(--gbm-forest);
	font-size: 28px;
	font-weight: 900;
}

.gbm-product-kicker {
	margin: 2px 0 12px;
	color: var(--gbm-coral);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.gbm-product-intro {
	margin: 0 0 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--gbm-line);
}

.gbm-product-intro p {
	max-width: 610px;
	margin: 0 0 8px;
	color: var(--gbm-ink);
	font-size: 17px;
	line-height: 1.55;
}

.gbm-product-intro small {
	color: var(--gbm-muted);
	font-size: 12px;
}

.gbm-typical-pack {
	margin: 0;
	padding: 2px 0 18px;
	border-bottom: 1px solid var(--gbm-line);
}

.gbm-typical-pack h2 {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.gbm-typical-pack p {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 7px 0;
	font-size: 14px;
}

.gbm-typical-pack .dashicons {
	color: var(--gbm-leaf);
	font-size: 18px;
}

.gbm-product-disclosure {
	margin: 24px 0;
	overflow: hidden;
	background: var(--gbm-white);
	border: 1px solid var(--gbm-leaf);
}

.gbm-product-disclosure > summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 66px;
	padding: 12px 16px;
	background: #edf6ef;
	cursor: pointer;
	list-style: none;
}

.gbm-product-disclosure > summary::-webkit-details-marker {
	display: none;
}

.gbm-product-disclosure > summary .dashicons {
	transition: transform .2s ease;
}

.gbm-product-disclosure[open] > summary .dashicons {
	transform: rotate(180deg);
}

.gbm-product-disclosure-body {
	padding: 8px 18px 16px;
	border-top: 1px solid var(--gbm-line);
}

.gbm-product-disclosure-body > div {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 10px 0;
	border-bottom: 1px solid rgba(13, 59, 49, .15);
}

.gbm-product-disclosure .dashicons {
	color: var(--gbm-leaf);
}

.gbm-product-disclosure small,
.gbm-product-disclosure strong {
	display: block;
}

.gbm-product-disclosure small {
	color: var(--gbm-muted);
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
}

.gbm-product-disclosure p {
	margin: 14px 0 0;
	font-size: 13px;
}

.gbm-product-disclosure.is-pending {
	border-color: #c5a347;
}

.gbm-product-disclosure.is-test {
	border-color: var(--gbm-leaf);
}

.gbm-quantity-label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 24px 0 8px;
	font-size: 12px;
}

.gbm-quantity-label span {
	color: var(--gbm-muted);
}

.single-product .summary form.cart {
	display: grid;
	grid-template-columns: 124px minmax(0, 1fr) minmax(0, 1fr);
	gap: 10px;
	margin: 10px 0 18px !important;
	padding: 0;
}

.single-product .summary form.cart .quantity,
.single-product .summary form.cart .quantity input {
	width: 100%;
}

.single-product .summary form.cart .quantity {
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr) 36px;
	align-items: stretch;
	grid-column: 1;
	margin: 0 !important;
	border: 1px solid var(--gbm-line);
	background: var(--gbm-white);
}

.single-product .summary form.cart .single_add_to_cart_button {
	grid-column: 2;
	width: 100%;
}

.woocommerce.single-product div.product .summary form.cart button.gbm-buy-now {
	grid-column: 3;
	width: 100%;
	min-height: 54px;
	margin: 0 !important;
	background: var(--gbm-coral) !important;
	font-size: 16px;
}

.woocommerce.single-product div.product .summary form.cart button.gbm-buy-now:hover,
.woocommerce.single-product div.product .summary form.cart button.gbm-buy-now:focus-visible {
	background: #b93226 !important;
}

.single-product .summary form.cart .quantity input {
	min-height: 54px;
	border: 0;
	border-right: 1px solid var(--gbm-line);
	border-left: 1px solid var(--gbm-line);
	background: var(--gbm-white);
	color: var(--gbm-ink);
	font-size: 16px;
	font-weight: 800;
	text-align: center;
	appearance: textfield;
}

.single-product .summary form.cart .quantity input::-webkit-inner-spin-button,
.single-product .summary form.cart .quantity input::-webkit-outer-spin-button {
	margin: 0;
	appearance: none;
}

.single-product .summary form.cart .gbm-qty-step {
	min-width: 0;
	padding: 0;
	border: 0;
	background: var(--gbm-white);
	color: var(--gbm-forest);
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
}

.single-product .summary form.cart .gbm-qty-step:hover,
.single-product .summary form.cart .gbm-qty-step:focus-visible {
	background: var(--gbm-mint);
}

.woocommerce.single-product div.product .summary form.cart button.single_add_to_cart_button {
	min-height: 54px;
	border: 1px solid var(--gbm-forest) !important;
	background: var(--gbm-white) !important;
	color: var(--gbm-forest) !important;
	font-size: 16px;
}

.woocommerce.single-product div.product .summary form.cart button.single_add_to_cart_button:hover,
.woocommerce.single-product div.product .summary form.cart button.single_add_to_cart_button:focus-visible {
	background: var(--gbm-forest) !important;
	color: var(--gbm-white) !important;
}

.gbm-batch-pending {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 0 0 26px;
	padding: 16px;
	border: 1px solid #e4c66e;
	background: #fff9e9;
	color: var(--gbm-ink);
}

.gbm-batch-pending .dashicons {
	color: #9a7210;
}

.gbm-batch-pending strong,
.gbm-batch-pending > span:last-child {
	display: block;
}

.gbm-batch-pending > span:last-child {
	color: var(--gbm-muted);
	font-size: 13px;
}

.gbm-batch-pending strong {
	margin-bottom: 3px;
	color: var(--gbm-ink);
}

.gbm-batch-pending.is-test {
	border-color: #88b99d;
	background: #eef8f1;
}

.gbm-batch-pending.is-test .dashicons {
	color: var(--gbm-leaf);
}

.gbm-purchase-assurances {
	display: grid;
	gap: 0;
	margin: 22px 0 10px;
	border-top: 1px solid var(--gbm-line);
}

.gbm-purchase-assurances > div {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px 0;
	border-bottom: 1px solid var(--gbm-line);
}

.gbm-purchase-assurances .dashicons {
	flex: 0 0 22px;
	color: var(--gbm-leaf);
}

.gbm-purchase-assurances strong,
.gbm-purchase-assurances small {
	display: block;
}

.gbm-purchase-assurances strong {
	margin-bottom: 2px;
	color: var(--gbm-ink);
	font-size: 14px;
}

.gbm-purchase-assurances small {
	color: var(--gbm-muted);
	font-size: 12px;
}

.gbm-product-steps {
	margin: 12px 0 72px;
	padding-top: 70px;
	border-top: 1px solid var(--gbm-line);
}

.gbm-product-steps > header {
	max-width: 730px;
	margin-bottom: 30px;
}

.gbm-product-steps .gbm-eyebrow,
.gbm-product-brand-story .gbm-eyebrow,
.gbm-product-faq .gbm-eyebrow {
	margin: 0 0 10px;
	color: var(--gbm-coral);
}

.gbm-product-steps h2,
.gbm-product-brand-story h2,
.gbm-product-faq h2,
.gbm-product-truth-band h2 {
	margin: 0;
	font-size: clamp(32px, 4.2vw, 52px);
	line-height: 1.04;
}

.gbm-product-steps > div {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border: 1px solid var(--gbm-line);
}

.gbm-product-steps article {
	min-height: 220px;
	padding: 28px;
	border-right: 1px solid var(--gbm-line);
}

.gbm-product-steps article:last-child {
	border-right: 0;
}

.gbm-product-steps article > strong {
	display: block;
	margin-bottom: 42px;
	color: var(--gbm-coral);
	font-size: 34px;
}

.gbm-product-steps h3 {
	margin: 0 0 8px;
	font-size: 21px;
}

.gbm-product-steps article p {
	margin: 0;
	color: var(--gbm-muted);
	font-size: 14px;
}

.gbm-product-truth-band {
	width: 100vw;
	margin: 0 0 0 calc(50% - 50vw);
	padding: 74px max(24px, calc((100vw - var(--gbm-container)) / 2));
	background: var(--gbm-forest);
	color: var(--gbm-white);
}

.gbm-product-truth-band > div:first-child {
	display: grid;
	grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
	gap: clamp(40px, 8vw, 120px);
	align-items: end;
	margin-bottom: 48px;
}

.gbm-product-truth-band .gbm-eyebrow {
	margin: 0;
	color: var(--gbm-yellow);
}

.gbm-product-truth-band h2 {
	max-width: 850px;
}

.gbm-product-truth-columns {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid rgba(255, 255, 255, .3);
}

.gbm-product-truth-columns p {
	margin: 0;
	padding: 28px 28px 0 0;
	color: rgba(255, 255, 255, .76);
	font-size: 14px;
}

.gbm-product-truth-columns p + p {
	padding-left: 28px;
	border-left: 1px solid rgba(255, 255, 255, .3);
}

.gbm-product-truth-columns strong {
	display: block;
	margin-bottom: 10px;
	color: var(--gbm-white);
	font-size: 16px;
}

.gbm-product-brand-story {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 100vw;
	margin: 0 0 0 calc(50% - 50vw);
	background: var(--gbm-surface-strong);
}

.gbm-product-brand-story figure {
	min-height: 570px;
	margin: 0;
}

.gbm-product-brand-story img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gbm-product-brand-story > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(48px, 7vw, 112px);
}

.gbm-product-brand-story h2 {
	max-width: 650px;
	margin-bottom: 24px;
}

.gbm-product-brand-story > div > p:not(.gbm-eyebrow) {
	max-width: 610px;
	margin: 0 0 28px;
	color: var(--gbm-muted);
	font-size: 17px;
}

.gbm-product-faq {
	width: min(100%, 980px);
	margin: 0 auto 76px;
	padding-top: 78px;
}

.gbm-product-faq > header {
	margin-bottom: 28px;
}

.gbm-product-faq details {
	border-top: 1px solid var(--gbm-line);
}

.gbm-product-faq details:last-child {
	border-bottom: 1px solid var(--gbm-line);
}

.gbm-product-faq summary {
	position: relative;
	padding: 22px 42px 22px 0;
	font-size: 17px;
	font-weight: 900;
	cursor: pointer;
	list-style: none;
}

.gbm-product-faq summary::-webkit-details-marker {
	display: none;
}

.gbm-product-faq summary::after {
	content: "+";
	position: absolute;
	right: 8px;
	top: 20px;
	color: var(--gbm-coral);
	font-size: 22px;
}

.gbm-product-faq details[open] summary::after {
	content: "-";
}

.gbm-product-faq details p {
	max-width: 820px;
	margin: -4px 0 0;
	padding: 0 42px 24px 0;
	color: var(--gbm-muted);
}

.gbm-product-story {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
	gap: clamp(36px, 7vw, 96px);
	align-items: center;
	margin: 8px 0 64px;
	padding: clamp(32px, 5vw, 64px);
	border-top: 4px solid var(--gbm-coral);
	background: var(--gbm-surface-strong);
}

.gbm-product-story .gbm-eyebrow {
	margin-bottom: 12px;
	color: var(--gbm-coral);
}

.gbm-product-story h2 {
	max-width: 700px;
	margin: 0 0 18px;
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.06;
}

.gbm-product-story-copy > p:last-child {
	max-width: 700px;
	margin: 0;
	color: var(--gbm-muted);
	font-size: 17px;
	line-height: 1.65;
}

.gbm-product-story-points {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border: 1px solid var(--gbm-line);
	background: var(--gbm-white);
}

.gbm-product-story-points div {
	min-height: 150px;
	padding: 22px 18px;
	border-right: 1px solid var(--gbm-line);
}

.gbm-product-story-points div:last-child {
	border-right: 0;
}

.gbm-product-story-points strong,
.gbm-product-story-points span {
	display: block;
}

.gbm-product-story-points strong {
	margin-bottom: 38px;
	color: var(--gbm-coral);
	font-size: 30px;
}

.gbm-product-story-points span {
	color: var(--gbm-ink);
	font-size: 14px;
	font-weight: 900;
}

.woocommerce table.shop_table,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border-radius: 0;
	border-color: var(--gbm-line);
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.select2-container--default .select2-selection--single {
	min-height: 48px;
	border: 1px solid var(--gbm-line);
	border-radius: 0;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.select2-container--default.select2-container--focus .select2-selection--single {
	border-color: var(--gbm-leaf);
	box-shadow: 0 0 0 2px rgba(44, 118, 85, .14);
	outline: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 46px;
}

.woocommerce-checkout #payment {
	border-radius: 0;
	background: var(--gbm-surface);
}

.woocommerce-message,
.woocommerce-info {
	border-top-color: var(--gbm-leaf);
	background: var(--gbm-surface);
	color: var(--gbm-ink);
}

.woocommerce-error {
	border-top-color: var(--gbm-coral);
	background: #fff7f5;
	color: var(--gbm-ink);
}

.woocommerce-message::before,
.woocommerce-info::before {
	color: var(--gbm-leaf);
}

.woocommerce-error::before {
	color: var(--gbm-coral);
}

/* Checkout */
.woocommerce-checkout:not(.woocommerce-order-received) .gbm-page-main {
	padding: 0 0 88px;
	background: #f5f7f6;
}

.woocommerce-checkout:not(.woocommerce-order-received) .gbm-page-main > .gbm-container {
	width: min(calc(100% - 40px), 1160px);
}

.woocommerce-checkout:not(.woocommerce-order-received) .gbm-page-content {
	max-width: none;
}

.woocommerce-checkout:not(.woocommerce-order-received) .gbm-page-title {
	display: none;
}

.woocommerce-checkout .gbm-checkout-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding: 38px 0 30px;
}

.woocommerce-checkout .gbm-checkout-top > a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--gbm-muted);
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.woocommerce-checkout .gbm-checkout-top > a:hover,
.woocommerce-checkout .gbm-checkout-top > a:focus-visible {
	color: var(--gbm-coral);
}

.gbm-checkout-progress {
	display: flex;
	align-items: center;
	gap: 10px;
}

.gbm-checkout-progress span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #8b9692;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.gbm-checkout-progress b {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border: 1px solid #b7c1bd;
	border-radius: 50%;
	font-size: 11px;
}

.gbm-checkout-progress .is-active {
	color: var(--gbm-forest);
}

.gbm-checkout-progress .is-active b {
	border-color: var(--gbm-forest);
	background: var(--gbm-forest);
	color: var(--gbm-white);
}

.gbm-checkout-progress i {
	width: 34px;
	height: 1px;
	background: #cbd4d0;
}

.woocommerce-checkout .woocommerce-notices-wrapper:empty {
	display: none;
}

.woocommerce-checkout .woocommerce-message,
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-error {
	margin: 0 0 18px;
	border: 1px solid var(--gbm-line);
	border-top: 3px solid var(--gbm-leaf);
	background: var(--gbm-white);
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
	display: flex;
	justify-content: flex-end;
	margin: -12px 0 14px;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
	display: inline-flex;
	width: auto;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: var(--gbm-muted);
	font-size: 12px;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before {
	position: static;
	display: grid;
	width: 24px;
	height: 24px;
	place-items: center;
	margin: 0;
	border: 1px solid #c9d7d1;
	border-radius: 50%;
	color: var(--gbm-leaf);
	font-family: inherit;
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
	content: "%";
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .showcoupon {
	color: var(--gbm-forest);
	font-weight: 800;
	text-decoration-color: #9fb4ab;
	text-underline-offset: 3px;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .showcoupon:hover,
.woocommerce-checkout .woocommerce-form-coupon-toggle .showcoupon:focus-visible {
	color: var(--gbm-coral);
}

.woocommerce-checkout form.checkout_coupon {
	max-width: 420px;
	margin: -4px 0 18px auto;
	padding: 15px;
	border: 1px solid var(--gbm-line);
	border-radius: 6px;
	background: var(--gbm-white);
	box-shadow: 0 5px 16px rgba(23, 58, 50, .06);
}

.woocommerce-checkout form.checkout_coupon > p:not(.form-row) {
	margin: 0 0 10px;
	color: var(--gbm-muted);
	font-size: 12px;
	line-height: 1.45;
}

.woocommerce-checkout form.checkout_coupon .form-row {
	margin: 0;
}

.woocommerce-checkout form.checkout_coupon .input-text {
	min-height: 44px;
	border-color: #bdccc6;
}

.woocommerce-checkout form.checkout_coupon button {
	min-height: 44px;
	border-radius: 4px;
	background: var(--gbm-forest);
	color: var(--gbm-white);
}

.woocommerce-checkout form.checkout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 390px;
	gap: 30px;
	align-items: start;
}

.woocommerce-checkout #customer_details {
	grid-column: 1;
	grid-row: 1;
	padding: 38px;
	border: 1px solid var(--gbm-line);
	border-radius: 6px;
	background: var(--gbm-white);
}

.woocommerce-checkout #customer_details::before,
.woocommerce-checkout #customer_details::after {
	display: none;
}

.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
	float: none;
	width: 100%;
}

.woocommerce-checkout #customer_details .col-2 {
	margin-top: 36px;
	padding-top: 32px;
	border-top: 1px solid var(--gbm-line);
}

.woocommerce-checkout #customer_details .woocommerce-billing-fields > h3,
.woocommerce-checkout #customer_details .woocommerce-additional-fields > h3 {
	display: none;
}

.gbm-checkout-section-heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 22px;
	padding-bottom: 23px;
	border-bottom: 1px solid var(--gbm-line);
}

.gbm-checkout-section-heading .gbm-kicker,
.gbm-checkout-notes-heading .gbm-kicker {
	margin: 0 0 7px;
	color: var(--gbm-coral);
}

.gbm-checkout-section-heading h2 {
	max-width: 600px;
	margin: 0;
	font-size: clamp(29px, 3vw, 35px);
	line-height: 1.08;
}

.gbm-checkout-heading-note {
	max-width: 560px;
	margin: 9px 0 0;
	color: var(--gbm-muted);
	font-size: 13px;
	line-height: 1.5;
}

.gbm-checkout-section-heading > .dashicons {
	width: 24px;
	height: 24px;
	color: var(--gbm-leaf);
	font-size: 24px;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 16px;
}

.gbm-checkout-field-group {
	display: flex;
	grid-column: 1 / -1;
	align-items: center;
	gap: 10px;
	min-height: 28px;
	margin-top: 2px;
}

.gbm-checkout-field-group span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	background: var(--gbm-mint);
	color: var(--gbm-leaf);
	font-size: 10px;
	font-weight: 900;
}

.gbm-checkout-field-group strong {
	font-size: 15px;
	letter-spacing: 0;
}

.gbm-contact-fields-heading {
	grid-row: 1;
}

.gbm-address-fields-heading {
	grid-row: 3;
	margin-top: 8px;
}

.woocommerce-checkout #customer_details .form-row {
	float: none;
	clear: none;
	width: auto !important;
	margin: 0;
	padding: 0;
}

.woocommerce-checkout #customer_details .form-row-wide {
	grid-column: 1 / -1;
}

.woocommerce-checkout #customer_details .gbm-country-field {
	display: none;
}

.woocommerce-checkout #billing_country_field {
	display: none !important;
}

.woocommerce-checkout #billing_email_field {
	grid-column: 1 / span 3 !important;
	grid-row: 2 !important;
}

.woocommerce-checkout #billing_phone_field {
	grid-column: 4 / span 3 !important;
	grid-row: 2 !important;
}

.woocommerce-checkout #billing_first_name_field {
	grid-column: 1 / span 3 !important;
	grid-row: 4 !important;
}

.woocommerce-checkout #billing_last_name_field {
	grid-column: 4 / span 3 !important;
	grid-row: 4 !important;
}

.woocommerce-checkout #billing_address_1_field {
	grid-column: 1 / -1 !important;
	grid-row: 5 !important;
}

.woocommerce-checkout #billing_address_2_field {
	grid-column: 1 / -1 !important;
	grid-row: 6 !important;
}

.woocommerce-checkout #billing_city_field {
	grid-column: 1 / span 2 !important;
	grid-row: 7 !important;
}

.woocommerce-checkout #billing_state_field {
	grid-column: 3 / span 2 !important;
	grid-row: 7 !important;
}

.woocommerce-checkout #billing_postcode_field {
	grid-column: 5 / span 2 !important;
	grid-row: 7 !important;
}

.woocommerce-checkout #customer_details .form-row label {
	margin-bottom: 6px;
	color: var(--gbm-ink);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.35;
}

.woocommerce-checkout #customer_details .form-row input.input-text,
.woocommerce-checkout #customer_details .form-row textarea,
.woocommerce-checkout #customer_details .select2-selection--single {
	min-height: 48px;
	padding: 10px 12px;
	border: 1px solid #bcc8c3;
	border-radius: 4px;
	background: var(--gbm-white);
}

.woocommerce-checkout #customer_details .form-row textarea {
	min-height: 92px;
	resize: vertical;
}

.woocommerce-checkout #customer_details .select2-selection--single {
	padding-block: 0;
}

.woocommerce-checkout #customer_details .select2-selection__rendered {
	padding-left: 0;
}

.gbm-checkout-delivery-note {
	display: grid;
	grid-template-columns: 38px 1fr;
	gap: 12px;
	align-items: center;
	margin-top: 24px;
	padding: 15px;
	border: 1px solid #a8cbbb;
	border-radius: 4px;
	background: #f0f7f3;
}

.gbm-checkout-delivery-note > .dashicons {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--gbm-forest);
	color: var(--gbm-white);
	font-size: 21px;
}

.gbm-checkout-delivery-note > span:last-child {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.gbm-checkout-delivery-note strong {
	font-size: 13px;
}

.gbm-checkout-delivery-note small {
	color: var(--gbm-muted);
	font-size: 11px;
	line-height: 1.45;
}

.gbm-checkout-notes-heading {
	margin-bottom: 18px;
}

.gbm-checkout-notes-heading h3 {
	margin: 0;
	font-size: 22px;
}

.gbm-checkout-continue {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 54px;
	margin-top: 26px;
	padding: 12px 18px;
	border: 0;
	border-radius: 2px;
	background: var(--gbm-coral);
	color: var(--gbm-white);
	font-size: 14px;
	font-weight: 900;
	cursor: pointer;
}

.gbm-checkout-continue:hover,
.gbm-checkout-continue:focus-visible {
	background: #c93429;
}

.gbm-checkout-continue > span:last-child {
	font-size: 20px;
	line-height: 1;
}

.woocommerce-checkout #order_review_heading {
	display: none;
}

.woocommerce-checkout #order_review {
	position: sticky;
	top: 112px;
	grid-column: 2;
	grid-row: 1;
	overflow: hidden;
	border: 1px solid var(--gbm-line);
	border-radius: 6px;
	background: var(--gbm-white);
}

.gbm-checkout-payment-panel {
	grid-column: 1;
	grid-row: 2;
	overflow: hidden;
	border: 1px solid var(--gbm-line);
	border-radius: 6px;
	background: var(--gbm-white);
	scroll-margin-top: 120px;
}

.gbm-checkout-payment-panel[hidden] {
	display: none;
}

.gbm-checkout-payment-panel .gbm-payment-heading {
	border-top: 0;
	border-bottom: 1px solid var(--gbm-line);
}

.woocommerce-checkout #order_review::before {
	display: block;
	padding: 22px 24px;
	border-bottom: 1px solid var(--gbm-line);
	content: "Order summary";
	color: var(--gbm-ink);
	font-size: 18px;
	font-weight: 900;
}

.woocommerce-checkout #order_review table.shop_table {
	margin: 0;
	border: 0;
	border-radius: 0;
	font-size: 12px;
}

.woocommerce-checkout #order_review table.shop_table thead {
	display: none;
}

.woocommerce-checkout #order_review table.shop_table th,
.woocommerce-checkout #order_review table.shop_table td {
	padding: 15px 22px;
	border-color: var(--gbm-line);
}

.woocommerce-checkout #order_review table.shop_table .product-name {
	width: 72%;
	color: var(--gbm-ink);
}

.gbm-checkout-product {
	display: inline-grid;
	grid-template-columns: 52px 1fr;
	gap: 11px;
	align-items: center;
	vertical-align: middle;
}

.gbm-checkout-product .gbm-checkout-product-image {
	width: 52px;
	height: 62px;
	object-fit: contain;
	background: #f7f8f7;
}

.gbm-checkout-product > span {
	font-weight: 800;
	line-height: 1.3;
}

.woocommerce-checkout #order_review .product-quantity {
	color: var(--gbm-muted);
	font-size: 11px;
}

.woocommerce-checkout #order_review .cart-subtotal th,
.woocommerce-checkout #order_review .cart-subtotal td,
.woocommerce-checkout #order_review .shipping th,
.woocommerce-checkout #order_review .shipping td {
	font-weight: 500;
}

.woocommerce-checkout #order_review .order-total th,
.woocommerce-checkout #order_review .order-total td {
	padding-top: 19px;
	padding-bottom: 19px;
	font-size: 17px;
}

.woocommerce-checkout #order_review .order-total .amount {
	font-size: 22px;
}

.woocommerce-checkout #order_review .woocommerce-shipping-methods {
	display: grid;
	gap: 8px;
	margin: 7px 0 0;
}

.woocommerce-checkout #order_review .woocommerce-shipping-methods li {
	display: grid;
	grid-template-columns: 18px 1fr;
	align-items: start;
	gap: 7px;
	margin: 0;
}

.woocommerce-checkout #order_review .woocommerce-shipping-methods input {
	margin-top: 3px;
	accent-color: var(--gbm-leaf);
}

.gbm-payment-heading {
	display: grid;
	grid-template-columns: 38px 1fr;
	gap: 11px;
	align-items: center;
	padding: 17px 22px;
	border-top: 1px solid var(--gbm-line);
	background: #f0f7f3;
}

.gbm-payment-heading > .dashicons {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--gbm-white);
	color: var(--gbm-leaf);
	font-size: 21px;
}

.gbm-payment-heading > span:last-child {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.gbm-payment-heading strong {
	font-size: 13px;
}

.gbm-payment-heading small {
	color: var(--gbm-muted);
	font-size: 10px;
}

.woocommerce-checkout #payment {
	margin: 0;
	border-radius: 0;
	background: var(--gbm-white);
}

.woocommerce-checkout #payment ul.payment_methods {
	padding: 18px 22px;
	border-bottom-color: var(--gbm-line);
}

.woocommerce-checkout #payment .woocommerce-notice--info {
	margin: 0;
	padding: 14px 14px 14px 42px;
	border: 1px solid var(--gbm-line);
	border-top: 3px solid var(--gbm-leaf);
	background: var(--gbm-white);
	font-size: 11px;
	line-height: 1.5;
}

.woocommerce-checkout #payment div.payment_box {
	margin-bottom: 0;
	background: var(--gbm-surface);
	color: var(--gbm-muted);
	font-size: 11px;
}

.woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color: var(--gbm-surface);
}

.woocommerce-checkout #payment .place-order {
	margin: 0;
	padding: 20px 22px 22px;
}

.woocommerce-checkout #payment .woocommerce-privacy-policy-text {
	color: var(--gbm-muted);
	font-size: 10px;
	line-height: 1.5;
}

.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper {
	font-size: 11px;
}

.woocommerce-checkout #payment #place_order {
	float: none;
	width: 100%;
	min-height: 52px;
	margin-top: 14px;
	border-radius: 2px;
	background: var(--gbm-coral);
	color: var(--gbm-white);
	font-size: 14px;
	font-weight: 900;
}

.woocommerce-checkout #payment #place_order:hover,
.woocommerce-checkout #payment #place_order:focus-visible {
	background: #c93429;
}

.gbm-checkout-assurance {
	display: grid;
	grid-template-columns: 24px 1fr;
	gap: 10px;
	align-items: start;
	padding: 16px 22px;
	background: var(--gbm-forest);
	color: #c6d6d1;
}

.gbm-checkout-assurance > .dashicons {
	color: var(--gbm-yellow);
	font-size: 21px;
}

.gbm-checkout-assurance > span:last-child {
	display: flex;
	flex-direction: column;
	font-size: 10px;
	line-height: 1.45;
}

.gbm-checkout-assurance strong {
	color: var(--gbm-white);
	font-size: 12px;
}

@media (max-width: 940px) {
	.woocommerce-checkout form.checkout {
		grid-template-columns: minmax(0, 1fr) 340px;
		gap: 20px;
	}

	.woocommerce-checkout #customer_details {
		padding: 28px;
	}
}

@media (max-width: 980px) {
	.gbm-header-inner {
		grid-template-columns: auto 1fr auto;
		gap: 10px;
	}

	.gbm-menu-toggle {
		display: inline-flex;
		grid-column: 2;
		grid-row: 1;
		justify-self: end;
	}

	.gbm-cart {
		grid-column: 3;
		grid-row: 1;
	}

	.gbm-nav {
		position: fixed;
		top: 112px;
		left: 0;
		right: 0;
		bottom: 0;
		width: auto;
		min-width: 0;
		min-height: calc(100dvh - 112px);
		display: none;
		justify-self: stretch;
		padding: 24px 20px;
		background: var(--gbm-white);
		border-top: 1px solid var(--gbm-line);
		box-shadow: 0 18px 34px rgba(8, 43, 36, .12);
		overflow-y: auto;
		overscroll-behavior: contain;
		z-index: 120;
	}

	.admin-bar .gbm-nav {
		top: 144px;
		min-height: calc(100dvh - 144px);
	}

	.gbm-menu-open .gbm-nav {
		display: block;
	}

	.gbm-menu {
		width: min(100%, 560px);
		margin-inline: auto;
		align-items: stretch;
		flex-direction: column;
		gap: 0;
	}

	.gbm-menu a {
		display: block;
		padding: 17px 4px;
		border-bottom: 1px solid var(--gbm-line);
		font-size: 18px;
	}

	.gbm-product-grid,
	.woocommerce ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.gbm-story-grid,
	.gbm-faq-grid {
		gap: 48px;
	}

	.gbm-fact-grid {
		grid-template-columns: 1fr;
	}

	.gbm-fact-grid article {
		min-height: auto;
		border-right: 0;
		border-bottom: 1px solid var(--gbm-line);
	}

	.gbm-fact-grid article:last-child {
		border-bottom: 0;
	}

	.gbm-contact-layout {
		grid-template-columns: minmax(0, 1.25fr) minmax(250px, .75fr);
	}
}

@media (max-width: 760px) {
	.gbm-container {
		width: min(calc(100% - 28px), var(--gbm-container));
	}

	.gbm-announcement .gbm-container {
		min-height: 42px;
		justify-content: center;
		text-align: center;
	}

	.gbm-announcement a {
		display: none;
	}

	.gbm-header-inner {
		min-height: 68px;
	}

	.gbm-brand .custom-logo {
		max-width: 150px;
		max-height: 42px;
	}

	.gbm-wordmark-symbol {
		width: 31px;
		height: 31px;
	}

	.gbm-wordmark strong {
		font-size: 16px;
	}

	.gbm-wordmark small {
		font-size: 9px;
	}

	.gbm-cart {
		width: 44px;
		height: 44px;
		min-height: 44px;
		padding: 4px;
		border-color: transparent;
		background: transparent;
		box-shadow: none;
	}

	.gbm-cart-label {
		display: none;
	}

	.gbm-cart-icon {
		width: 40px;
		height: 40px;
		flex-basis: 40px;
	}

	.gbm-cart-count {
		position: absolute;
		top: -2px;
		right: -3px;
		min-width: 18px;
		height: 18px;
		padding: 0 4px;
		border: 2px solid var(--gbm-white);
		font-size: 9px;
	}

	.gbm-nav {
		top: 108px;
		min-height: calc(100dvh - 108px);
	}

	.admin-bar .gbm-nav {
		top: 154px;
		min-height: calc(100dvh - 154px);
	}

	.gbm-hero {
		min-height: 560px;
		align-items: end;
		background-position: 58% center;
	}

	.gbm-hero-shade {
		background: linear-gradient(180deg, rgba(11, 42, 35, .18) 0%, rgba(11, 42, 35, .72) 48%, rgba(11, 42, 35, .95) 100%);
	}

	.gbm-hero-content {
		padding-block: 70px 62px;
	}

	.gbm-hero h1 {
		font-size: 47px;
	}

	.gbm-hero-offer {
		font-size: 23px;
	}

	.gbm-hero-copy {
		font-size: 16px;
	}

	.gbm-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.gbm-button {
		width: 100%;
	}

	.gbm-trust-strip .gbm-container {
		grid-template-columns: 1fr;
	}

	.gbm-trust-strip .gbm-container > div {
		min-height: 76px;
		padding: 14px 8px;
		border-right: 0;
		border-bottom: 1px solid var(--gbm-line);
	}

	.gbm-trust-strip .gbm-container > div:last-child {
		border-bottom: 0;
	}

	.gbm-section,
	.gbm-story {
		padding-block: 58px;
	}

	.gbm-info-hero {
		padding-block: 58px 54px;
	}

	.gbm-info-hero h1,
	.gbm-contact-header h1,
	.gbm-policy-header h1 {
		font-size: 42px;
	}

	.gbm-info-hero > .gbm-container > p:last-child,
	.gbm-contact-header > p:last-child {
		font-size: 16px;
	}

	.gbm-info-section {
		padding-block: 44px 64px;
	}

	.gbm-fact-grid article {
		padding: 26px;
	}

	.gbm-fact-grid h2 {
		margin-top: 30px;
	}

	.gbm-guide-band {
		grid-template-columns: 1fr;
		gap: 34px;
		margin-top: 34px;
		padding: 30px 24px;
	}

	.gbm-guide-band h2 {
		font-size: 34px;
	}

	.gbm-policy-layout {
		grid-template-columns: 1fr;
		gap: 28px;
		padding-block: 52px 72px;
	}

	.gbm-policy-header {
		grid-column: auto;
	}

	.gbm-policy-nav {
		position: static;
		display: flex;
		gap: 18px;
		overflow-x: auto;
		padding: 0 24px 9px 0;
		border-top: 0;
		scrollbar-width: thin;
		scrollbar-color: #a7bbb3 transparent;
	}

	.gbm-policy-nav a {
		flex: 0 0 auto;
	}

	.gbm-policy-intro {
		font-size: 18px;
	}

	.gbm-contact-page {
		padding-block: 52px 72px;
	}

	.gbm-contact-header {
		margin-bottom: 34px;
	}

	.gbm-contact-layout {
		grid-template-columns: 1fr;
	}

	.gbm-contact-form,
	.gbm-contact-aside {
		padding: 24px;
	}

	.gbm-faq-hero {
		min-height: 185px;
		background-position: 62% center;
	}

	.gbm-faq-hero h1 {
		font-size: 44px;
	}

	.gbm-faq-library {
		padding-block: 50px 68px;
	}

	.gbm-faq-library-inner {
		width: min(calc(100% - 28px), 1060px);
	}

	.gbm-faq-library h2 {
		margin-bottom: 26px;
		font-size: 34px;
	}

	.gbm-faq-tabs {
		display: flex;
		overflow-x: auto;
		padding: 0 24px 9px 2px;
		scroll-snap-type: x proximity;
		scrollbar-width: thin;
		scrollbar-color: #a7bbb3 transparent;
	}

	.gbm-faq-tabs button {
		flex: 0 0 132px;
		min-height: 54px;
		scroll-snap-align: start;
	}

	.gbm-faq-panels summary {
		padding: 20px 44px 20px 18px;
		font-size: 16px;
	}

	.gbm-faq-panels summary::after {
		right: 18px;
	}

	.gbm-faq-panels details > div {
		padding: 0 44px 20px 18px;
		font-size: 14px;
	}

	.gbm-woocommerce-main {
		padding-top: 38px;
	}

	.gbm-shop-intro {
		margin-top: 0;
		padding-bottom: 20px;
	}

	.gbm-shop-intro-copy {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.gbm-shop-intro h1 {
		font-size: 38px;
	}

	.gbm-shop-intro-copy > p {
		font-size: 15px;
	}

	.gbm-shop-categories {
		gap: 22px;
		margin: 18px -14px 0;
		padding: 0 28px 9px 14px;
		scrollbar-width: thin;
		scrollbar-color: #a7bbb3 transparent;
	}

	.gbm-shop-categories::-webkit-scrollbar,
	.gbm-faq-tabs::-webkit-scrollbar,
	.gbm-policy-nav::-webkit-scrollbar {
		height: 4px;
	}

	.gbm-shop-categories::-webkit-scrollbar-thumb,
	.gbm-faq-tabs::-webkit-scrollbar-thumb,
	.gbm-policy-nav::-webkit-scrollbar-thumb {
		background: #a7bbb3;
		border-radius: 999px;
	}

	.gbm-section-heading {
		align-items: flex-start;
		flex-direction: column;
		margin-bottom: 26px;
	}

	.gbm-section-heading h2,
	.gbm-story h2,
	.gbm-faq-preview h2,
	.gbm-page-title,
	.woocommerce div.product .product_title {
		font-size: 34px;
	}

	.gbm-section-heading > p {
		text-align: left;
	}

	.gbm-category-grid,
	.gbm-story-grid,
	.gbm-faq-grid {
		grid-template-columns: 1fr;
	}

	.gbm-category {
		min-height: 190px;
	}

	.gbm-product-grid,
	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gbm-story-grid {
		gap: 40px;
	}

	.gbm-story-visual {
		width: 100%;
		aspect-ratio: 4 / 3;
	}

	.gbm-story-visual figcaption {
		left: 14px;
		bottom: 14px;
		max-width: calc(100% - 28px);
		padding: 11px 13px;
		font-size: 12px;
	}

	.gbm-steps {
		grid-template-columns: 1fr;
	}

	.gbm-steps article {
		min-height: auto;
		padding: 30px 12px;
		border-right: 0;
		border-bottom: 1px solid var(--gbm-line);
	}

	.gbm-steps article:last-child {
		border-bottom: 0;
	}

	.gbm-steps h3 {
		margin-top: 28px;
	}

	.gbm-footer-grid {
		grid-template-columns: 1fr 1fr;
		gap: 38px 24px;
	}

	.gbm-footer-brand {
		grid-column: 1 / -1;
	}

	.gbm-footer li {
		margin: 0;
	}

	.gbm-footer li a {
		display: flex;
		min-height: 38px;
		align-items: center;
	}

	.gbm-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.woocommerce div.product div.images,
	.woocommerce div.product div.summary {
		width: 100%;
		float: none;
	}

	.single-product .gbm-woocommerce-main .product {
		grid-template-columns: 1fr;
	}

	.single-product .gbm-woocommerce-main .product > .images,
	.single-product .gbm-woocommerce-main .product > .summary,
	.single-product .gbm-woocommerce-main .product > .woocommerce-tabs,
	.single-product .gbm-woocommerce-main .product > .related,
	.single-product .gbm-woocommerce-main .product > .upsells,
	.single-product .gbm-woocommerce-main .product > .gbm-product-story,
	.single-product .gbm-woocommerce-main .product > .gbm-product-steps,
	.single-product .gbm-woocommerce-main .product > .gbm-product-truth-band,
	.single-product .gbm-woocommerce-main .product > .gbm-product-brand-story,
	.single-product .gbm-woocommerce-main .product > .gbm-product-faq {
		grid-column: auto;
	}

	.single-product .gbm-woocommerce-main .product > .images {
		width: min(100%, 460px) !important;
		margin-inline: auto;
	}

	.gbm-product-story {
		grid-template-columns: 1fr;
		gap: 30px;
		margin-bottom: 44px;
	}

	.gbm-product-steps {
		margin-bottom: 52px;
		padding-top: 48px;
	}

	.gbm-product-steps > div,
	.gbm-product-truth-band > div:first-child,
	.gbm-product-truth-columns,
	.gbm-product-brand-story {
		grid-template-columns: 1fr;
	}

	.gbm-product-steps article {
		min-height: 0;
		padding: 24px;
		border-right: 0;
		border-bottom: 1px solid var(--gbm-line);
	}

	.gbm-product-steps article:last-child {
		border-bottom: 0;
	}

	.gbm-product-steps article > strong {
		margin-bottom: 20px;
		font-size: 28px;
	}

	.gbm-product-truth-band {
		width: calc(100% + 28px);
		margin-left: -14px;
		padding-top: 54px;
		padding-bottom: 54px;
	}

	.gbm-product-brand-story {
		width: calc(100% + 28px);
		margin-left: -14px;
	}

	.gbm-product-truth-band > div:first-child {
		gap: 12px;
		margin-bottom: 28px;
	}

	.gbm-product-truth-columns p,
	.gbm-product-truth-columns p + p {
		padding: 22px 0;
		border-left: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .25);
	}

	.gbm-product-truth-columns p:last-child {
		border-bottom: 0;
	}

	.gbm-product-brand-story figure {
		min-height: 360px;
	}

	.gbm-product-brand-story > div {
		padding: 48px 24px 56px;
	}

	.gbm-product-faq {
		margin-bottom: 54px;
		padding-top: 54px;
	}

	.wc-block-cart.is-mobile .wc-block-cart-item__quantity {
		display: flex;
		min-height: 44px;
		align-items: center;
		gap: 8px;
	}

	.wc-block-cart.is-mobile .wc-block-components-quantity-selector {
		width: 132px;
		height: 44px;
		flex: 0 0 132px;
	}

	.wc-block-cart.is-mobile .wc-block-components-quantity-selector__button {
		width: 44px !important;
		min-width: 44px !important;
		height: 44px !important;
		min-height: 44px !important;
	}

	.wc-block-cart.is-mobile .wc-block-components-quantity-selector__input {
		width: 44px !important;
		height: 44px !important;
		min-height: 44px !important;
	}

	.wc-block-cart.is-mobile .wc-block-cart-item__remove-link {
		display: inline-grid;
		width: 44px;
		height: 44px !important;
		min-width: 44px;
		min-height: 44px !important;
		place-items: center;
		margin: 0 !important;
		padding: 0 !important;
		border: 1px solid var(--gbm-line);
		border-radius: 4px;
		background: var(--gbm-surface);
		line-height: 1 !important;
	}
}

@media (max-width: 520px) {
	.woocommerce div.product .product_title {
		font-size: clamp(31px, 10vw, 38px);
	}

	.gbm-product-intro p {
		font-size: 15px;
	}

	.gbm-product-breadcrumbs {
		margin-bottom: 18px;
	}

	.gbm-product-breadcrumbs span[aria-current="page"] {
		max-width: 42vw;
	}

	.single-product .summary form.cart {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.single-product .summary form.cart .quantity {
		grid-column: 1 / -1 !important;
		grid-template-columns: 44px minmax(0, 1fr) 44px;
	}

	.single-product .summary form.cart .single_add_to_cart_button {
		grid-column: 1 !important;
	}

	.woocommerce.single-product div.product .summary form.cart button.gbm-buy-now {
		grid-column: 2 !important;
	}

	.single-product .summary form.cart .single_add_to_cart_button,
	.single-product .summary form.cart .gbm-buy-now {
		min-width: 0;
		padding-inline: 12px;
		font-size: 14px;
		white-space: nowrap;
	}

	.gbm-product-disclosure-body {
		padding-inline: 14px;
	}

	.gbm-product-steps h2,
	.gbm-product-brand-story h2,
	.gbm-product-faq h2,
	.gbm-product-truth-band h2 {
		font-size: 31px;
	}

	.gbm-product-brand-story figure {
		min-height: 300px;
	}

	.gbm-product-faq summary {
		font-size: 15px;
	}

	.gbm-product-story {
		padding: 28px 18px;
	}

	.gbm-product-story h2 {
		font-size: 30px;
	}

	.gbm-product-story-copy > p:last-child {
		font-size: 15px;
	}

	.gbm-product-story-points {
		grid-template-columns: 1fr;
	}

	.gbm-product-story-points div {
		display: grid;
		grid-template-columns: 54px minmax(0, 1fr);
		align-items: center;
		min-height: 0;
		padding: 16px;
		border-right: 0;
		border-bottom: 1px solid var(--gbm-line);
	}

	.gbm-product-story-points div:last-child {
		border-bottom: 0;
	}

	.gbm-product-story-points strong {
		margin: 0;
		font-size: 22px;
	}

	.gbm-contact-row {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.gbm-contact-submit {
		align-items: stretch;
		flex-direction: column;
	}

	.gbm-contact-submit .gbm-button {
		width: 100%;
	}

	.woocommerce .woocommerce-result-count,
	.woocommerce .woocommerce-ordering {
		width: 100%;
		float: none;
		margin: 0 0 12px;
	}

	.woocommerce .woocommerce-ordering select {
		width: 100%;
		min-height: 42px;
	}

	.gbm-product-grid,
	.woocommerce ul.products {
		grid-template-columns: 1fr;
	}

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		width: 100% !important;
		max-width: none;
		float: none !important;
		clear: none !important;
	}

	.gbm-product-card {
		display: grid;
		grid-template-columns: 132px minmax(0, 1fr);
	}

	.gbm-product-image {
		aspect-ratio: auto;
		min-height: 178px;
	}

	.gbm-date-badge {
		top: 6px;
		left: 6px;
		padding: 4px;
		font-size: 8px;
	}

	.gbm-product-info {
		display: flex;
		flex-direction: column;
		padding: 14px;
	}

	.gbm-product-info h3 {
		min-height: auto;
		margin-bottom: 12px;
		font-size: 16px;
	}

	.gbm-product-bottom {
		margin-top: auto;
	}

	.gbm-price,
	.gbm-price .amount {
		font-size: 16px;
	}

	.gbm-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 34px 18px;
	}

	.gbm-footer-brand {
		grid-column: 1 / -1;
	}

	.gbm-footer-grid > div:last-child {
		grid-column: 1 / -1;
	}

	.gbm-footer-grid > div:last-child ul {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 18px;
	}

	.gbm-footer-bottom {
		margin-top: 38px;
	}
}

@media (max-width: 360px) {
	.wc-block-cart.is-mobile .wc-block-cart-items {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}

	.wc-block-cart.is-mobile .wc-block-cart-item__total {
		display: none !important;
	}

	.wc-block-cart.is-mobile .wc-block-cart-item__product {
		width: auto !important;
		padding-right: 0 !important;
	}
}

@media (max-width: 760px) {
	.woocommerce-checkout:not(.woocommerce-order-received) .gbm-page-main {
		padding-bottom: 58px;
	}

	.woocommerce-checkout:not(.woocommerce-order-received) .gbm-page-main > .gbm-container {
		width: min(calc(100% - 28px), 1160px);
	}

	.woocommerce-checkout .gbm-checkout-top {
		align-items: flex-start;
		flex-direction: column;
		gap: 20px;
		padding: 25px 0 22px;
	}

	.gbm-checkout-progress {
		width: 100%;
		gap: 7px;
	}

	.gbm-checkout-progress span {
		gap: 5px;
		font-size: 9px;
	}

	.gbm-checkout-progress b {
		width: 23px;
		height: 23px;
		font-size: 9px;
	}

	.gbm-checkout-progress i {
		flex: 1;
		width: auto;
	}

	.woocommerce-checkout .woocommerce-message,
	.woocommerce-checkout .woocommerce-info,
	.woocommerce-checkout .woocommerce-error {
		font-size: 12px;
		line-height: 1.45;
	}

	.woocommerce-checkout form.checkout_coupon {
		max-width: none;
		margin-left: 0;
	}

	.woocommerce-checkout form.checkout {
		display: grid;
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.woocommerce-checkout #customer_details,
	.woocommerce-checkout #order_review,
	.gbm-checkout-payment-panel {
		grid-column: 1;
	}

	.woocommerce-checkout #customer_details {
		grid-row: 1;
		padding: 23px 17px;
	}

	.woocommerce-checkout #order_review {
		position: static;
		grid-row: 2;
	}

	.gbm-checkout-payment-panel {
		grid-row: 3;
		scroll-margin-top: 90px;
	}

	.gbm-checkout-section-heading {
		margin-bottom: 23px;
	}

	.gbm-checkout-section-heading h2 {
		font-size: 29px;
	}

	.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.woocommerce-checkout #customer_details .form-row,
	.woocommerce-checkout #customer_details .form-row-wide {
		grid-column: 1 !important;
	}

	.gbm-contact-fields-heading { grid-row: 1; }
	.woocommerce-checkout #billing_email_field { grid-row: 2 !important; }
	.woocommerce-checkout #billing_phone_field { grid-row: 3 !important; }
	.gbm-address-fields-heading { grid-row: 4; }
	.woocommerce-checkout #billing_first_name_field { grid-row: 5 !important; }
	.woocommerce-checkout #billing_last_name_field { grid-row: 6 !important; }
	.woocommerce-checkout #billing_address_1_field { grid-row: 7 !important; }
	.woocommerce-checkout #billing_address_2_field { grid-row: 8 !important; }
	.woocommerce-checkout #billing_city_field { grid-row: 9 !important; }
	.woocommerce-checkout #billing_state_field { grid-row: 10 !important; }
	.woocommerce-checkout #billing_postcode_field { grid-row: 11 !important; }

	.woocommerce-checkout #customer_details .col-2 {
		margin-top: 28px;
		padding-top: 27px;
	}

	.gbm-checkout-delivery-note {
		grid-template-columns: 34px 1fr;
		padding: 13px;
	}

	.gbm-checkout-delivery-note > .dashicons {
		width: 34px;
		height: 34px;
		font-size: 19px;
	}

	.woocommerce-checkout #order_review::before {
		padding: 19px 17px;
	}

	.woocommerce-checkout #order_review table.shop_table th,
	.woocommerce-checkout #order_review table.shop_table td {
		padding: 14px 16px;
	}

	.gbm-checkout-product {
		grid-template-columns: 44px 1fr;
		gap: 9px;
	}

	.gbm-checkout-product .gbm-checkout-product-image {
		width: 44px;
		height: 54px;
	}

	.gbm-payment-heading,
	.woocommerce-checkout #payment ul.payment_methods,
	.woocommerce-checkout #payment .place-order,
	.gbm-checkout-assurance {
		padding-right: 16px;
		padding-left: 16px;
	}
}
