:root {
  --gm-lime: #cdff00;
  --gm-lime-dark: #9ec400;
  --gm-black: #070707;
  --gm-ink: #111111;
  --gm-muted: #646464;
  --gm-line: #e7e7e0;
  --gm-paper: #f7f7f2;
  --gm-white: #ffffff;
  --gm-radius: 8px;
  --gm-ease: cubic-bezier(0.22, 1, 0.36, 1);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--gm-ink);
  background: var(--gm-paper);
}

body.gm-menu-open,
body.gm-filter-open {
  overflow: hidden;
}

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

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

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

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

.gm-icon {
  width: 21px;
  height: 21px;
}

.gm-top-strip {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 4vw, 70px);
  padding: 12px 20px;
  color: var(--gm-lime);
  background: var(--gm-black);
  border-bottom: 1px solid rgba(205, 255, 0, 0.24);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.gm-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 88px;
  padding: 16px clamp(18px, 5vw, 72px);
  color: var(--gm-white);
  background: var(--gm-black);
  border-bottom: 1px solid rgba(205, 255, 0, 0.16);
  transition: background-color 220ms var(--gm-ease), box-shadow 220ms var(--gm-ease);
}

.gm-logo {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  width: 126px;
  min-width: 126px;
  height: 88px;
  padding: 10px 12px;
  color: var(--gm-black);
  background: var(--gm-lime);
  border-radius: var(--gm-radius);
  font-weight: 950;
  line-height: 0.82;
  text-transform: uppercase;
  transition: transform 220ms var(--gm-ease), box-shadow 220ms var(--gm-ease);
}

.gm-logo:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(205, 255, 0, 0.2);
}

.gm-logo span {
  font-size: 32px;
}

.gm-logo small {
  margin-top: 8px;
  font-size: 9px;
}

.gm-primary-nav {
  flex: 1;
}

.gm-menu,
.gm-footer-menu {
  display: flex;
  gap: clamp(16px, 2.4vw, 34px);
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gm-menu a {
  display: block;
  padding: 12px 0;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  transition: color 180ms var(--gm-ease), transform 180ms var(--gm-ease);
}

.gm-menu a:hover,
.gm-menu .current-menu-item > a {
  color: var(--gm-lime);
}

.gm-menu a:hover {
  transform: translateY(-1px);
}

.gm-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gm-icon-button {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: currentColor;
  background: transparent;
  border: 0;
  border-radius: var(--gm-radius);
  cursor: pointer;
  transition: transform 180ms var(--gm-ease), color 180ms var(--gm-ease), background-color 180ms var(--gm-ease);
}

.gm-icon-button:hover {
  color: var(--gm-black);
  background: var(--gm-lime);
  transform: translateY(-1px);
}

.gm-cart-link span {
  position: absolute;
  right: 2px;
  top: 0;
  display: grid;
  place-items: center;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  color: var(--gm-black);
  background: var(--gm-lime);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.gm-menu-toggle {
  display: none;
}

.gm-button,
.button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.single_add_to_cart_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 22px;
  color: var(--gm-black);
  background: var(--gm-lime);
  border: 0;
  border-radius: var(--gm-radius);
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 180ms var(--gm-ease), box-shadow 180ms var(--gm-ease), background-color 180ms var(--gm-ease), color 180ms var(--gm-ease);
}

.gm-button:hover,
.button:hover,
.wp-element-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.single_add_to_cart_button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

.gm-button-dark,
.woocommerce button.button.alt,
.single_add_to_cart_button {
  color: var(--gm-white);
  background: var(--gm-black);
}

.gm-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 30px;
  min-height: 650px;
  padding: clamp(40px, 6vw, 80px) clamp(20px, 5vw, 72px) 50px;
  background: radial-gradient(circle at 82% 28%, rgba(255, 255, 255, 0.36), transparent 24%), var(--gm-lime);
  overflow: hidden;
  isolation: isolate;
}

.gm-hero-copy {
  align-self: center;
  max-width: 660px;
}

.gm-hero h1 {
  margin: 0;
  color: var(--gm-black);
  font-size: clamp(58px, 7vw, 112px);
  line-height: 0.9;
  text-transform: uppercase;
  font-weight: 950;
}

.gm-hero p {
  max-width: 430px;
  margin: 34px 0 26px;
  font-size: 20px;
  line-height: 1.55;
}

.gm-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.gm-showreel-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.gm-showreel-link span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 2px solid var(--gm-black);
  border-radius: 50%;
  font-size: 0;
}

.gm-showreel-link span::before {
  content: "";
  border-left: 11px solid var(--gm-black);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  transform: translateX(2px);
}

.gm-hero-products {
  position: relative;
  min-height: 540px;
}

.gm-hero-object {
  position: absolute;
  display: grid;
  place-items: center;
  color: var(--gm-lime);
  background: #101010;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
  font-weight: 950;
  text-align: center;
  will-change: transform;
  animation: gm-float 6s var(--gm-ease) infinite alternate;
}

.gm-hero-object img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.gm-hero-object span {
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: 12px;
	color: var(--gm-lime);
	text-transform: uppercase;
}

.gm-hero-bottle {
  animation-delay: 300ms;
}

.gm-hero-mug {
  animation-delay: 700ms;
}

.gm-hero-notebook {
  --gm-rotate: 8deg;
  animation-delay: 1000ms;
}

.gm-hero-backpack {
  left: 7%;
  bottom: 72px;
  width: 260px;
  height: 340px;
  border-radius: 54px 54px 26px 26px;
}

.gm-hero-bottle {
  right: 22%;
  top: 34px;
  width: 112px;
  height: 350px;
  border-radius: 56px 56px 28px 28px;
  writing-mode: vertical-rl;
}

.gm-hero-mug {
  left: 38%;
  bottom: 84px;
  width: 190px;
  height: 145px;
  border-radius: 18px 46px 46px 18px;
}

.gm-hero-notebook {
  right: 0;
  bottom: 60px;
  width: 220px;
  height: 310px;
  border-radius: 14px;
  transform: rotate(8deg);
}

.gm-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 0 clamp(20px, 5vw, 72px);
  transform: translateY(-32px);
  color: var(--gm-white);
  background: rgba(205, 255, 0, 0.45);
  border-radius: 10px;
  overflow: hidden;
}

.gm-stats div {
  display: grid;
  gap: 4px;
  padding: 24px 30px;
  background: var(--gm-black);
}

.gm-stats strong {
  font-size: 28px;
}

.gm-stats span {
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.gm-section {
  padding: 52px clamp(20px, 5vw, 72px);
}

.gm-section-heading {
  margin-bottom: 24px;
  text-align: center;
}

.gm-section-heading h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
  text-transform: uppercase;
}

.gm-related-products .related.products {
  display: block;
  margin: 0;
}

.gm-related-products .related.products > h2 {
  margin: 0 0 24px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.gm-related-products .related.products ul.products {
  margin: 0;
}

.gm-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.gm-category-tile {
  position: relative;
  min-height: 260px;
  padding: 0;
  color: var(--gm-white);
  background: var(--gm-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--gm-radius);
  overflow: hidden;
  transition: transform 220ms var(--gm-ease), box-shadow 220ms var(--gm-ease), background-color 220ms var(--gm-ease);
}

.gm-category-tile:hover {
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.gm-category-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  transition: transform 420ms var(--gm-ease);
}

.gm-category-tile:hover .gm-category-image,
.gm-category-tile:focus-visible .gm-category-image {
  transform: scale(1.06);
}

.gm-category-overlay {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  gap: 8px;
  padding: 28px 22px 22px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9) 35%);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 220ms var(--gm-ease), transform 220ms var(--gm-ease);
}

.gm-category-tile:hover .gm-category-overlay,
.gm-category-tile:focus-visible .gm-category-overlay,
.gm-category-overlay-static {
  opacity: 1;
  transform: translateY(0);
}

.gm-category-overlay strong {
  color: var(--gm-lime);
  font-size: 21px;
  line-height: 1.05;
  text-transform: uppercase;
}

.gm-category-overlay small {
  color: var(--gm-white);
  font-size: 14px;
  line-height: 1.45;
}

.gm-process {
  display: grid;
  grid-template-columns: 220px 1fr 230px;
  gap: 26px;
  align-items: stretch;
  padding: 34px clamp(20px, 5vw, 72px);
  background: var(--gm-lime);
}

.gm-process > div:first-child p {
  margin: 0 0 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.gm-process h2 {
  margin: 0;
  font-size: 38px;
  line-height: 0.96;
  text-transform: uppercase;
}

.gm-process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.gm-process-steps small,
.gm-process-steps h3 {
  font-weight: 900;
  text-transform: uppercase;
}

.gm-process-steps h3 {
  margin: 6px 0 8px;
}

.gm-process-steps p {
  margin: 0;
  line-height: 1.45;
}

.gm-impact-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  min-height: 180px;
  padding: 28px;
  color: var(--gm-lime);
  background: var(--gm-black);
  border-radius: 10px;
  transition: transform 220ms var(--gm-ease), box-shadow 220ms var(--gm-ease);
}

.gm-impact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.18);
}

.gm-impact-card strong {
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
  font-style: italic;
}

.gm-impact-card span {
  display: inline-flex;
  justify-content: center;
  padding: 13px 16px;
  color: var(--gm-black);
  background: var(--gm-lime);
  border-radius: var(--gm-radius);
  font-weight: 900;
  text-transform: uppercase;
}

.gm-trusted {
  display: grid;
  grid-template-columns: 1.2fr repeat(6, 1fr);
  gap: 18px;
  align-items: center;
  padding: 24px clamp(20px, 5vw, 72px);
  background: var(--gm-white);
}

.gm-trusted span {
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.gm-trusted strong {
  font-size: 22px;
}

.gm-shop-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 260px;
  padding: 56px clamp(20px, 5vw, 72px);
  color: var(--gm-white);
  background: linear-gradient(112deg, var(--gm-black) 0 63%, var(--gm-lime) 63% 100%);
}

.gm-shop-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1;
}

.gm-shop-hero p {
  margin: 0;
  font-size: 22px;
}

.gm-shop-hero-products {
  display: flex;
  align-items: end;
  justify-content: flex-end;
  gap: 16px;
}

.gm-shop-hero-products span {
  display: grid;
  place-items: center;
  width: 128px;
  height: 128px;
  color: var(--gm-lime);
  background: #111;
  border-radius: 14px;
  font-weight: 900;
}

.gm-shop-layout {
  padding: 28px clamp(20px, 5vw, 72px) 58px;
  background: var(--gm-white);
}

.gm-shop-toolbar {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.gm-shop-toolbar .woocommerce-result-count {
  margin-left: auto;
  color: var(--gm-muted);
  font-weight: 700;
}

.gm-shop-toolbar select {
  height: 42px;
  padding: 0 14px;
  border: 1px solid var(--gm-line);
  border-radius: var(--gm-radius);
  background: var(--gm-white);
}

.gm-filter-toggle {
  display: none;
  min-height: 42px;
  padding: 0 16px;
  background: var(--gm-lime);
  border: 0;
  border-radius: var(--gm-radius);
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 180ms var(--gm-ease), box-shadow 180ms var(--gm-ease);
}

.gm-filter-toggle:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

.gm-shop-content {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 30px;
}

.gm-shop-sidebar {
  padding: 20px;
  border: 1px solid var(--gm-line);
  border-radius: var(--gm-radius);
}

.gm-sidebar-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.gm-sidebar-heading h2,
.gm-shop-sidebar h3 {
  margin: 0;
  text-transform: uppercase;
}

.gm-sidebar-heading h2 {
  font-size: 18px;
}

.gm-sidebar-heading a {
  color: var(--gm-muted);
  font-size: 13px;
  font-weight: 800;
}

.gm-shop-sidebar section {
  padding: 18px 0;
  border-top: 1px solid var(--gm-line);
}

.gm-shop-sidebar h3 {
  margin-bottom: 12px;
  font-size: 13px;
}

.gm-filter-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 11px 10px;
  border-radius: 6px;
  transition: background-color 160ms var(--gm-ease), transform 160ms var(--gm-ease);
}

.gm-filter-row:hover {
  background: rgba(205, 255, 0, 0.35);
  transform: translateX(3px);
}

.gm-shop-sidebar label {
  display: block;
  margin: 9px 0;
  color: var(--gm-muted);
  font-size: 14px;
}

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

.gm-product-card,
.woocommerce ul.products li.product {
  position: relative;
  float: none;
  width: auto;
  min-width: 0;
  margin: 0;
  background: var(--gm-white);
  border: 1px solid var(--gm-line);
  border-radius: var(--gm-radius);
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.04);
  transition: transform 220ms var(--gm-ease), box-shadow 220ms var(--gm-ease), border-color 220ms var(--gm-ease);
}

.gm-product-card:hover,
.woocommerce ul.products li.product:hover {
  border-color: rgba(205, 255, 0, 0.8);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.gm-product-image-link {
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  padding: 20px;
  background: #f5f5f5;
}

.gm-product-image-link img,
.woocommerce ul.products li.product a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0;
  transition: transform 260ms var(--gm-ease);
}

.gm-product-card:hover .gm-product-image-link img,
.woocommerce ul.products li.product:hover a img {
  transform: scale(1.04);
}

.gm-product-card-body {
  padding: 16px;
}

.gm-product-name {
  display: block;
  min-height: 44px;
  font-weight: 900;
  line-height: 1.25;
}

.gm-product-name h2,
.woocommerce-loop-product__title {
  margin: 0;
  padding: 0;
  color: var(--gm-black);
  font-size: 16px;
  line-height: 1.25;
}

.gm-product-price,
.woocommerce ul.products li.product .price {
  display: block;
  margin: 6px 0 14px;
  color: var(--gm-black);
  font-weight: 900;
}

.gm-product-flag {
	display: inline-block;
	margin: 0 0 8px;
	padding: 4px 8px;
	color: var(--gm-black);
	background: var(--gm-lime);
	border-radius: 999px;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.gm-product-actions {
  display: grid;
  grid-template-columns: 1fr 44px;
  gap: 10px;
}

.gm-product-actions .gm-button {
  min-height: 42px;
  padding: 0 12px;
  font-size: 13px;
}

.gm-icon-cart-button {
  display: grid;
  place-items: center;
  min-width: 44px;
  min-height: 42px;
  padding: 0;
  color: var(--gm-black);
  background: var(--gm-white);
  border: 1px solid var(--gm-line);
  border-radius: var(--gm-radius);
  font-size: 0;
  transition: transform 180ms var(--gm-ease), background-color 180ms var(--gm-ease), color 180ms var(--gm-ease);
}

.gm-icon-cart-button:hover {
  color: var(--gm-black);
  background: var(--gm-lime);
  transform: translateY(-1px);
}

.gm-icon-cart-button::before {
  content: "+";
  font-size: 22px;
  font-weight: 900;
}

.woocommerce nav.woocommerce-pagination {
  width: 100%;
  margin-top: 34px;
  text-align: center;
}

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

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

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: grid;
  place-items: center;
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  color: var(--gm-black);
  background: var(--gm-white);
  border: 1px solid var(--gm-line);
  border-radius: var(--gm-radius);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  transition: transform 180ms var(--gm-ease), color 180ms var(--gm-ease), background-color 180ms var(--gm-ease), border-color 180ms var(--gm-ease);
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
  color: var(--gm-black);
  background: var(--gm-lime);
  border-color: var(--gm-lime);
  transform: translateY(-2px);
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  color: var(--gm-black);
  background: var(--gm-lime);
  border-color: var(--gm-lime);
  font-weight: 900;
}

.woocommerce nav.woocommerce-pagination ul li span:not(.current) {
  color: var(--gm-muted);
  background: var(--gm-paper);
}

.gm-single-product,
.gm-content-wrap,
.cart-collaterals,
.woocommerce-cart-form,
.woocommerce-checkout,
.gm-product-details-tabs {
  padding: 48px clamp(20px, 5vw, 72px);
  background: var(--gm-white);
}

.gm-back-link {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--gm-muted);
  font-weight: 900;
}

.gm-single-product-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 54px;
  align-items: start;
}

.gm-single-gallery {
  min-height: 560px;
  padding: 30px;
  background: #f5f5f5;
  border-radius: 10px;
}

.gm-single-gallery .woocommerce-product-gallery {
  width: 100% !important;
  float: none !important;
}

.gm-single-summary {
  float: none !important;
  width: 100% !important;
}

.gm-product-category {
  color: var(--gm-lime-dark);
  font-weight: 950;
  text-transform: uppercase;
}

.gm-product-category a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.gm-product-category a:hover {
  color: var(--gm-black);
}

.gm-single-summary .product_title {
  margin: 0 0 16px;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1;
}

.gm-single-summary .price {
  color: var(--gm-black);
  font-size: 28px;
  font-weight: 950;
}

.gm-product-attributes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 14px 0 0;
}

.gm-product-attributes > div {
  display: flex;
  gap: 5px;
  min-width: 0;
}

.gm-product-attributes dt {
  color: var(--gm-muted);
  font-weight: 800;
}

.gm-product-attributes dd {
  margin: 0;
  color: var(--gm-black);
  font-weight: 700;
}

.gm-single-summary .gm-product-attributes {
  margin: 22px 0 0;
  font-size: 15px;
}

.gm-single-summary .cart {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin: 28px 0;
}

.gm-single-summary .variations {
  width: 100%;
  margin: 0 0 14px;
  border: 0;
}

.gm-single-summary .variations td {
  padding: 7px 0;
  border: 0;
  text-align: left;
}

.gm-single-summary .variations td.label {
  width: 92px;
  color: var(--gm-muted);
  font-weight: 900;
  text-transform: uppercase;
}

.gm-single-summary .variations select {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--gm-line);
  border-radius: var(--gm-radius);
  background: var(--gm-white);
}

.gm-single-summary .reset_variations {
  color: var(--gm-muted);
  font-size: 12px;
  font-weight: 800;
}

.woocommerce .variation dt,
.woocommerce .variation dd {
  display: inline;
  margin: 0;
}

.woocommerce .variation dt {
  color: var(--gm-muted);
  font-weight: 800;
}

.woocommerce .variation dd {
  margin-right: 12px;
}

.quantity input.qty {
  width: 74px;
  height: 44px;
  border: 1px solid var(--gm-line);
  border-radius: var(--gm-radius);
  text-align: center;
}

.woocommerce-tabs ul.tabs {
  display: flex;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 12px 18px;
  background: var(--gm-paper);
  border-radius: var(--gm-radius);
  font-weight: 900;
}

.woocommerce-tabs .panel {
  padding: 24px;
  border: 1px solid var(--gm-line);
  border-radius: var(--gm-radius);
}

.gm-page-content {
  max-width: 960px;
  margin: 0 auto;
  line-height: 1.7;
}

.gm-page-content h1,
.gm-empty-state h1 {
  margin-top: 0;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1;
}

/* Contact Form 7 */
.gm-contact-form p {
  margin: 0 0 20px;
}

.gm-contact-form label {
  display: block;
  margin-bottom: 7px;
  font-weight: 800;
}

.gm-contact-form .wpcf7-form-control-wrap {
  display: block;
}

.gm-contact-form input:not([type="submit"]):not([type="checkbox"]),
.gm-contact-form select,
.gm-contact-form textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 13px 15px;
  color: var(--gm-black);
  background: var(--gm-white);
  border: 1px solid var(--gm-line);
  border-radius: var(--gm-radius);
  font: inherit;
}

.gm-contact-form textarea {
  min-height: 170px;
  resize: vertical;
}

.gm-contact-form input:not([type="submit"]):focus,
.gm-contact-form select:focus,
.gm-contact-form textarea:focus {
  outline: 2px solid var(--gm-lime);
  border-color: var(--gm-black);
}

.gm-contact-form .wpcf7-acceptance {
  display: block;
  margin-top: 4px;
}

.gm-contact-form .wpcf7-acceptance label {
  display: inline-flex;
  gap: 9px;
  align-items: flex-start;
  margin: 0;
  font-weight: 400;
}

.gm-contact-form .wpcf7-acceptance input {
  flex: 0 0 auto;
  margin-top: 5px;
}

.gm-contact-form input[type="submit"] {
  min-height: 44px;
  padding: 0 22px;
  color: var(--gm-black);
  background: var(--gm-lime);
  border: 0;
  border-radius: var(--gm-radius);
  font: inherit;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms var(--gm-ease), box-shadow 180ms var(--gm-ease), background-color 180ms var(--gm-ease);
}

.gm-contact-form input[type="submit"]:hover,
.gm-contact-form input[type="submit"]:focus {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.gm-contact-form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 6px;
  color: #b42318;
  font-size: 14px;
}

.gm-contact-form .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 12px 15px;
  border-radius: var(--gm-radius);
}

.gm-empty-state {
  display: grid;
  place-items: center;
  min-height: 460px;
  padding: 60px 20px;
  text-align: center;
  background: var(--gm-white);
}

.gm-newsletter {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 520px);
  gap: 28px;
  align-items: center;
  padding: 32px clamp(20px, 5vw, 72px);
  color: var(--gm-black);
  background: var(--gm-lime);
}

.gm-newsletter p {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 950;
  text-transform: uppercase;
}

.gm-newsletter form {
  display: grid;
  grid-template-columns: 1fr 150px;
}

.gm-newsletter input,
.gm-newsletter button {
  min-height: 54px;
  border: 0;
}

.gm-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 18px;
}

.gm-social-icon {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: currentColor;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.gm-social-icon .gm-icon {
  width: 17px;
  height: 17px;
}

.gm-social-icon:hover {
  color: var(--gm-lime);
  background: var(--gm-black);
}

.gm-header-social-icon {
  width: 28px;
  height: 28px;
  border: 0;
}

.gm-header-social-icon .gm-icon {
  width: 16px;
  height: 16px;
}

.gm-newsletter input {
  padding: 0 20px;
  border-radius: var(--gm-radius) 0 0 var(--gm-radius);
}

.gm-newsletter button {
  color: var(--gm-white);
  background: var(--gm-black);
  border-radius: 0 var(--gm-radius) var(--gm-radius) 0;
  font-weight: 900;
  text-transform: uppercase;
}

.gm-footer {
  color: var(--gm-white);
  background: var(--gm-black);
}

.gm-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 38px;
  padding: 40px clamp(20px, 5vw, 72px);
}

.gm-footer-grid h2 {
  margin: 0 0 14px;
  color: var(--gm-lime);
  font-size: 14px;
  text-transform: uppercase;
}

.gm-footer-grid a,
.gm-footer-grid p {
  display: block;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.72);
}

.gm-footer-menu {
  display: block;
}

.gm-footer-menu li {
  margin-bottom: 10px;
}

.woocommerce table.shop_table,
.woocommerce form.checkout,
.woocommerce .cart_totals,
.woocommerce .woocommerce-billing-fields,
.woocommerce .woocommerce-shipping-fields {
  border: 1px solid var(--gm-line);
  border-radius: var(--gm-radius);
  background: var(--gm-white);
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 16px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--gm-line);
  border-radius: var(--gm-radius);
}

.gm-quote-banner {
  display: grid;
  gap: 6px;
  margin: 0 0 24px;
  padding: 18px 20px;
  color: var(--gm-black);
  background: rgba(205, 255, 0, 0.38);
  border: 1px solid rgba(158, 196, 0, 0.45);
  border-radius: var(--gm-radius);
}

.gm-quote-banner strong {
  font-size: 18px;
  font-weight: 950;
  text-transform: uppercase;
}

.gm-quote-banner span {
  color: #343434;
  line-height: 1.5;
}

.gm-footer-grid .gm-footer-contact-link:hover {
  color: var(--gm-lime);
}

.gm-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 520ms var(--gm-ease), transform 520ms var(--gm-ease);
  transition-delay: var(--gm-reveal-delay, 0ms);
}

.gm-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes gm-float {
  from {
    transform: translate3d(0, 0, 0) rotate(var(--gm-rotate, 0deg));
  }
  to {
    transform: translate3d(0, -14px, 0) rotate(var(--gm-rotate, 0deg));
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .gm-reveal {
    opacity: 1;
    transform: none;
  }
}

@media (hover: none) {
  .gm-product-card:hover,
  .woocommerce ul.products li.product:hover,
  .gm-category-tile:hover,
  .gm-impact-card:hover,
  .gm-button:hover,
  .button:hover,
  .wp-element-button:hover,
  .woocommerce a.button:hover,
  .woocommerce button.button:hover,
  .woocommerce input.button:hover,
  .single_add_to_cart_button:hover {
    transform: none;
  }
}

@media (max-width: 1100px) {
  .gm-top-strip {
    display: none;
  }

  .gm-primary-nav {
    position: fixed;
    inset: 0;
    z-index: 40;
    display: block;
    pointer-events: none;
    background: rgba(7, 7, 7, 0);
    visibility: hidden;
    transition: background-color 240ms var(--gm-ease), visibility 0ms linear 240ms;
  }

  .gm-primary-nav::before {
    content: "";
    position: absolute;
    inset: 0;
  }

  .gm-primary-nav .gm-menu {
    position: absolute;
    top: 0;
    right: 0;
    display: grid;
    align-content: start;
    width: min(390px, 86vw);
    height: 100%;
    padding: 112px 24px 28px;
    color: var(--gm-white);
    background: var(--gm-black);
    box-shadow: -24px 0 60px rgba(0, 0, 0, 0.28);
    transform: translateX(100%);
    transition: transform 280ms var(--gm-ease);
  }

  .gm-primary-nav.is-open {
    pointer-events: auto;
    visibility: visible;
    background: rgba(7, 7, 7, 0.62);
    transition-delay: 0ms;
  }

  .gm-primary-nav.is-open .gm-menu {
    transform: translateX(0);
  }

  .gm-primary-nav .gm-menu a {
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 15px;
  }

  .gm-header {
    justify-content: space-between;
  }

  .gm-menu-toggle {
    display: inline-grid;
    z-index: 50;
  }

  .gm-hero,
  .gm-shop-hero,
  .gm-single-product-grid {
    grid-template-columns: 1fr;
  }

  .gm-hero {
    gap: 8px;
  }

  .gm-hero-copy {
    max-width: 780px;
  }

  .gm-hero-products {
    min-height: 430px;
  }

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

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

  .gm-process {
    grid-template-columns: 1fr;
  }

  .gm-trusted {
    grid-template-columns: repeat(3, 1fr);
  }

  .gm-shop-content {
    grid-template-columns: 1fr;
  }

  .gm-filter-toggle {
    display: inline-flex;
    align-items: center;
  }

  .gm-shop-sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 45;
    display: block;
    width: min(360px, 88vw);
    max-width: 100%;
    overflow-y: auto;
    background: var(--gm-white);
    border: 0;
    border-radius: 0;
    box-shadow: 24px 0 60px rgba(0, 0, 0, 0.22);
    transform: translateX(-105%);
    transition: transform 260ms var(--gm-ease);
  }

  .gm-shop-sidebar.is-open {
    transform: translateX(0);
  }

  body.gm-filter-open::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 44;
    background: rgba(7, 7, 7, 0.5);
  }

  .gm-newsletter,
  .gm-footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .gm-header {
    min-height: 76px;
    padding: 12px 16px;
  }

  .gm-logo {
    width: 96px;
    min-width: 96px;
    height: 66px;
  }

  .gm-logo span {
    font-size: 24px;
  }

  .gm-header-actions .gm-icon-button:not(.gm-cart-link):not(.gm-menu-toggle) {
    display: none;
  }

  .gm-hero {
    min-height: auto;
    padding: 30px 18px 24px;
  }

  .gm-hero h1 {
    font-size: clamp(42px, 14vw, 58px);
    line-height: 0.94;
    overflow-wrap: anywhere;
  }

  .gm-hero p {
    margin: 22px 0 20px;
    font-size: 16px;
  }

  .gm-hero-actions {
    align-items: stretch;
  }

  .gm-hero-actions .gm-button,
  .gm-showreel-link {
    width: 100%;
    justify-content: center;
  }

  .gm-hero-products {
    min-height: 310px;
  }

  .gm-hero-backpack {
    width: 150px;
    height: 210px;
  }

  .gm-hero-bottle {
    right: 12%;
    width: 78px;
    height: 230px;
  }

  .gm-hero-mug {
    left: 32%;
    width: 128px;
    height: 96px;
  }

  .gm-hero-notebook {
    width: 130px;
    height: 190px;
  }

  .gm-stats,
  .gm-category-grid,
  .gm-process-steps,
  .gm-product-grid,
  .woocommerce .products {
    grid-template-columns: 1fr;
  }

  .gm-related-products .related.products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .gm-related-products .gm-product-card-body {
    padding: 12px;
  }

  .gm-related-products .gm-product-name h2,
  .gm-related-products .woocommerce-loop-product__title {
    font-size: 14px;
  }

  .gm-related-products .gm-product-price,
  .gm-related-products ul.products li.product .price {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .gm-related-products .gm-product-actions {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .gm-related-products .gm-icon-cart-button {
    width: 100%;
  }

  .gm-stats {
    margin: 0 18px;
    transform: none;
  }

  .gm-stats div {
    padding: 20px;
  }

  .gm-section {
    padding: 38px 18px;
  }

  .gm-category-tile {
    min-height: 220px;
  }

  .gm-category-image {
    min-height: 220px;
  }

  .gm-category-overlay {
    opacity: 1;
    transform: translateY(0);
  }

  .gm-process {
    padding: 30px 18px;
  }

  .gm-process h2 {
    font-size: 34px;
  }

  .gm-trusted {
    grid-template-columns: repeat(2, 1fr);
    padding: 24px 18px;
  }

  .gm-trusted span {
    grid-column: 1 / -1;
  }

  .gm-shop-hero {
    min-height: auto;
    padding: 34px 18px;
  }

  .gm-shop-hero h1 {
    font-size: clamp(38px, 12vw, 56px);
  }

  .gm-shop-hero p {
    font-size: 16px;
  }

  .gm-shop-hero-products {
    justify-content: flex-start;
  }

  .gm-shop-hero-products span {
    width: 88px;
    height: 88px;
    font-size: 13px;
  }

  .gm-shop-layout,
  .gm-single-product,
  .gm-content-wrap,
  .cart-collaterals,
  .woocommerce-cart-form,
  .woocommerce-checkout,
  .gm-product-details-tabs {
    padding: 28px 18px;
  }

  .gm-shop-toolbar {
    flex-wrap: wrap;
    align-items: stretch;
  }

  .gm-shop-toolbar .woocommerce-result-count {
    width: 100%;
    margin-left: 0;
  }

  .gm-shop-toolbar .woocommerce-ordering,
  .gm-shop-toolbar .woocommerce-ordering select {
    width: 100%;
  }

  .gm-filter-toggle {
    width: 100%;
    justify-content: center;
  }

  .woocommerce nav.woocommerce-pagination {
    margin-top: 26px;
    overflow-x: auto;
  }

  .woocommerce nav.woocommerce-pagination ul {
    gap: 6px;
    max-width: 100%;
  }

  .woocommerce nav.woocommerce-pagination ul li a,
  .woocommerce nav.woocommerce-pagination ul li span {
    min-width: 36px;
    height: 36px;
    padding: 0 8px;
  }

  .gm-product-actions {
    grid-template-columns: 1fr 42px;
  }

  .gm-single-gallery {
    min-height: auto;
    padding: 18px;
  }

  .gm-single-summary .product_title {
    font-size: clamp(34px, 10vw, 48px);
  }

  .gm-single-summary .cart {
    display: grid;
    grid-template-columns: 88px 1fr;
    align-items: stretch;
  }

  .gm-single-summary .single_add_to_cart_button {
    width: 100%;
  }

  .woocommerce-tabs ul.tabs {
    display: grid;
  }

  .woocommerce table.shop_table {
    font-size: 14px;
  }

  .woocommerce table.shop_table th,
  .woocommerce table.shop_table td {
    padding: 10px;
  }

  .gm-newsletter form {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .gm-newsletter input,
  .gm-newsletter button {
    border-radius: var(--gm-radius);
  }
}
