:root {
  --gn-yellow: #ffcc07;
  --gn-yellow-dark: #d8a900;
  --gn-black: #050505;
  --gn-dark: #101113;
  --gn-gray: #414042;
  --gn-light: #f5f5f5;
  --gn-white: #ffffff;
  --gn-border: #e8e8e8;
  --gn-max: 1420px;
  --gn-radius: 8px;
  --gn-shadow: 0 16px 40px rgba(0, 0, 0, 0.14);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--gn-black);
  background: var(--gn-white);
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.45;
}

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

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

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

.gn-container {
  width: min(calc(100% - 48px), var(--gn-max));
  margin-inline: auto;
}

.gn-topbar {
  background: var(--gn-yellow);
  color: #000;
  font-weight: 800;
  font-size: 14px;
}

.gn-topbar-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.gn-topbar i {
  width: 1px;
  height: 16px;
  background: rgba(0, 0, 0, 0.55);
}

.gn-main-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #020202;
  color: #fff;
  border-bottom: 1px solid rgba(255, 204, 0, 0.18);
}

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

.gn-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 215px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0;
}

.gn-logo img {
  max-height: 62px;
  width: auto;
}

.gn-logo-mark {
  width: 62px;
  height: 62px;
  border: 4px solid #000;
  outline: 3px solid var(--gn-yellow);
  border-radius: 50%;
  background: var(--gn-yellow);
  color: #000;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 9px;
  font-weight: 950;
  line-height: 1;
}

.gn-logo strong {
  display: grid;
  font-size: 19px;
  line-height: 1.02;
  font-weight: 950;
  font-style: italic;
}

.gn-logo em {
  color: var(--gn-yellow);
  font-style: italic;
}

.gn-menu,
.gn-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.gn-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  font-size: 14px;
  font-weight: 800;
}

.gn-menu a {
  position: relative;
  display: block;
  padding: 32px 0 28px;
}

.gn-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 21px;
  width: 0;
  height: 3px;
  background: var(--gn-yellow);
  transition: width 0.2s ease;
}

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

.gn-menu a:hover::after,
.gn-menu .current-menu-item > a::after {
  width: 100%;
}

.gn-header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 29px;
}

.gn-header-actions a {
  position: relative;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #fff;
}

.gn-cart-link span {
  position: absolute;
  top: -7px;
  right: -7px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--gn-yellow);
  color: #000;
  font-size: 12px;
  font-weight: 950;
}

.gn-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 204, 0, 0.45);
  border-radius: 6px;
  background: transparent;
  padding: 10px;
}

.gn-menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--gn-yellow);
}

.gn-button,
.button,
button.single_add_to_cart_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 28px;
  border: 2px solid var(--gn-yellow);
  border-radius: 6px;
  background: var(--gn-yellow);
  color: #000;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.gn-button:hover,
.button:hover,
button.single_add_to_cart_button:hover {
  background: #ffd72f;
  transform: translateY(-1px);
}

.gn-button-outline {
  background: transparent;
  color: #fff;
}

.gn-button-small {
  min-height: 34px;
  padding: 0 14px;
  font-size: 12px;
}

.gn-hero {
  min-height: 520px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 77% 54%, rgba(255, 204, 0, 0.24), transparent 21%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.35) 42%, rgba(0, 0, 0, 0.92)),
    repeating-linear-gradient(115deg, #131518 0, #131518 18px, #0b0c0f 18px, #0b0c0f 32px);
}

.gn-hero-grid {
  min-height: 520px;
  display: grid;
  grid-template-columns: 0.85fr 1fr 1.1fr;
  align-items: center;
  gap: 36px;
}

.gn-athlete {
  align-self: stretch;
  min-height: 420px;
  background:
    radial-gradient(circle at 50% 21%, #e0b16c 0 5%, transparent 6%),
    linear-gradient(115deg, transparent 0 36%, #17191d 37% 45%, transparent 46%),
    linear-gradient(70deg, transparent 0 31%, #20242b 32% 47%, transparent 48%),
    radial-gradient(ellipse at 54% 46%, #1d2025 0 23%, transparent 24%),
    linear-gradient(150deg, transparent 0 38%, rgba(255, 204, 0, 0.24) 39% 41%, transparent 42%);
  filter: contrast(1.08);
}

.gn-hero-copy {
  position: relative;
  z-index: 2;
}

.gn-hero h1 {
  margin: 0;
  text-transform: uppercase;
  font-style: italic;
  line-height: 0.96;
  font-weight: 950;
}

.gn-hero h1 span,
.gn-hero h1 strong {
  display: block;
}

.gn-hero h1 span {
  font-size: clamp(34px, 4.1vw, 66px);
}

.gn-hero h1 strong {
  color: var(--gn-yellow);
  font-size: clamp(54px, 6.2vw, 98px);
}

.gn-hero p {
  max-width: 570px;
  margin: 24px 0 26px;
  font-size: clamp(18px, 1.5vw, 22px);
}

.gn-hero-actions,
.gn-benefits {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.gn-benefits {
  margin-top: 42px;
  gap: 28px;
  color: #e9e9e9;
  font-size: 14px;
  font-weight: 800;
}

.gn-benefits span {
  max-width: 122px;
}

.gn-hero-products {
  min-height: 430px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 18px;
  padding-bottom: 50px;
  background: radial-gradient(ellipse at bottom, rgba(255, 255, 255, 0.24), transparent 58%);
}

.gn-pack {
  position: relative;
  width: 112px;
  height: 170px;
  border-radius: 14px 14px 9px 9px;
  background: linear-gradient(180deg, #0a0a0a 0 18%, var(--gn-yellow) 18% 62%, #111 62% 100%);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.32);
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
  flex: 0 0 auto;
}

.gn-pack::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 13%;
  width: 74%;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(#2d2d2d, #050505);
}

.gn-pack::after {
  content: "";
  position: absolute;
  inset: 37% 12% auto;
  height: 2px;
  background: rgba(255, 255, 255, 0.42);
}

.gn-pack span {
  position: relative;
  z-index: 1;
  max-width: 82%;
  text-transform: uppercase;
  font-weight: 950;
  font-size: 15px;
  line-height: 1.02;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.55);
}

.gn-pack-large {
  width: 210px;
  height: 300px;
  border-radius: 24px 24px 16px 16px;
}

.gn-pack-large span {
  font-size: 39px;
}

.gn-pack-creatine,
.gn-pack-impact {
  background: linear-gradient(180deg, #0b0b0b 0 24%, #2b2d31 24% 77%, #f2f2f2 77% 100%);
}

.gn-pack-gel {
  width: 96px;
  height: 210px;
  background: linear-gradient(180deg, #1a2437 0 30%, #060606 30% 78%, #093a69 78%);
}

.gn-pack-bar {
  width: 168px;
  height: 72px;
  border-radius: 7px;
  background: linear-gradient(100deg, #efefef 0 20%, #19b7ec 20% 63%, #4d2a16 63%);
}

.gn-pack-caps,
.gn-pack-drink,
.gn-pack-recovery {
  background: linear-gradient(180deg, #050505 0 25%, #202327 25% 58%, var(--gn-yellow) 58% 100%);
}

.gn-section {
  padding: 26px 0;
  background: #fff;
}

.gn-section-title {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto;
  align-items: center;
  gap: 18px;
  margin: 0 0 24px;
}

.gn-section-title span {
  height: 2px;
  background: var(--gn-yellow);
}

.gn-section-title h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 950;
  letter-spacing: 0;
}

.gn-section-title a {
  color: #111;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.gn-category-row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0;
  border-inline: 1px solid var(--gn-border);
}

.gn-category-card {
  min-height: 185px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 11px;
  padding: 14px;
  border-right: 1px solid var(--gn-border);
  text-align: center;
  font-weight: 600;
}

.gn-category-card .gn-pack {
  transform: scale(0.58);
  margin: -32px 0 -34px;
}

.gn-category-card i {
  width: 46px;
  height: 4px;
  background: var(--gn-yellow);
}

.gn-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.gn-featured-products .gn-product-grid {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.gn-product-card {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 7px;
  padding: 12px;
  border: 1px solid var(--gn-border);
  border-radius: var(--gn-radius);
  background: #fff;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gn-product-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--gn-shadow);
}

.gn-product-image {
  position: relative;
  min-height: 145px;
  display: grid;
  place-items: center;
}

.gn-product-image .gn-pack {
  transform: scale(0.8);
}

.gn-product-card h3 {
  min-height: 38px;
  margin: 0;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 900;
}

.gn-product-card p {
  min-height: 18px;
  margin: 0;
  color: #555;
  font-size: 12px;
}

.gn-stars {
  color: var(--gn-yellow);
  font-size: 16px;
  letter-spacing: 1px;
}

.gn-price {
  font-size: 22px;
  font-weight: 950;
}

.gn-sale {
  position: absolute;
  top: 6px;
  left: 6px;
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--gn-yellow);
  color: #000;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.gn-promo-band {
  padding: 14px 0 24px;
  background: #fff;
}

.gn-promo-card {
  min-height: 178px;
  display: grid;
  grid-template-columns: 130px 1fr 2px 1.25fr;
  align-items: center;
  gap: 34px;
  padding: 24px 52px;
  border-radius: 8px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.98), rgba(0, 0, 0, 0.86) 45%, rgba(0, 0, 0, 0.28)),
    linear-gradient(120deg, #080808, #191b1f 52%, #7c6b37);
}

.gn-truck {
  width: 118px;
  height: 118px;
  border: 7px solid var(--gn-yellow);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gn-yellow);
  font-size: 56px;
}

.gn-promo-card small,
.gn-newsletter strong {
  color: var(--gn-yellow);
  text-transform: uppercase;
  font-weight: 950;
  font-style: italic;
}

.gn-promo-card h2,
.gn-promo-card h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(32px, 4.1vw, 60px);
  line-height: 0.98;
  font-style: italic;
  font-weight: 950;
}

.gn-promo-card h2 span,
.gn-promo-card h3 span {
  color: var(--gn-yellow);
}

.gn-promo-card h3 {
  font-size: clamp(26px, 3vw, 44px);
}

.gn-promo-card p {
  margin: 3px 0 16px;
  text-transform: uppercase;
  font-weight: 800;
}

.gn-promo-divider {
  width: 2px;
  height: 110px;
  background: var(--gn-yellow);
}

.gn-goal-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.gn-goal-card {
  min-height: 140px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 18px;
  border: 2px solid transparent;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.4)),
    linear-gradient(135deg, #1e2024, #080808);
  font-size: 22px;
  font-style: italic;
  font-weight: 950;
}

.gn-goal-card:hover,
.gn-sport-card:hover {
  border-color: var(--gn-yellow);
}

.gn-goal-card span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
}

.gn-sport-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 14px;
}

.gn-sport-card {
  min-height: 100px;
  display: grid;
  place-items: center;
  gap: 4px;
  border: 2px solid transparent;
  border-radius: 8px;
  background: #090a0c;
  color: #fff;
  font-weight: 900;
}

.gn-sport-card span {
  color: #fff;
  font-size: 35px;
  line-height: 1;
}

.gn-kit-grid,
.gn-ambassador-grid,
.gn-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.gn-kit-card {
  display: grid;
  grid-template-columns: 185px 1fr;
  gap: 18px;
  padding: 18px;
  border: 1px solid var(--gn-border);
  border-radius: 8px;
  background: #fff;
}

.gn-kit-image {
  display: flex;
  align-items: end;
  justify-content: center;
}

.gn-kit-card h3,
.gn-post-card h3,
.gn-ambassador-card h3 {
  margin: 0 0 7px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 950;
}

.gn-kit-card ul,
.gn-footer ul {
  margin: 0 0 13px;
  padding: 0;
  list-style: none;
}

.gn-kit-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 950;
}

.gn-shaker {
  width: 58px;
  height: 130px;
  border-radius: 7px 7px 14px 14px;
  background: linear-gradient(180deg, #111 0 20%, var(--gn-yellow) 20% 54%, #111 54%);
  box-shadow: var(--gn-shadow);
}

.gn-ambassador-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gn-ambassador-card {
  display: grid;
  grid-template-columns: 135px 1fr;
  min-height: 142px;
  border: 1px solid var(--gn-border);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.gn-portrait,
.gn-post-thumb {
  min-height: 142px;
  background:
    radial-gradient(circle at 50% 22%, #d8a66d 0 10%, transparent 11%),
    linear-gradient(145deg, #1e232b, #aeb5bb);
}

.gn-ambassador-card > div:last-child {
  padding: 14px;
}

.gn-ambassador-card strong,
.gn-post-content span {
  color: #222;
  font-size: 13px;
  font-weight: 900;
}

.gn-ambassador-card p {
  margin: 5px 0 8px;
  font-size: 13px;
}

.gn-post-card {
  border: 1px solid var(--gn-border);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.gn-post-thumb img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.gn-post-content {
  padding: 18px;
}

.gn-post-content p {
  color: #565656;
}

.gn-post-content > a {
  color: #000;
  font-weight: 950;
  text-transform: uppercase;
  border-bottom: 3px solid var(--gn-yellow);
}

.gn-newsletter {
  padding: 20px 0;
  border-bottom: 2px solid var(--gn-yellow);
  background: #050505;
  color: #fff;
}

.gn-newsletter-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr 220px;
  align-items: center;
  gap: 34px;
}

.gn-newsletter-title {
  display: flex;
  align-items: center;
  gap: 22px;
}

.gn-newsletter-title > span {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border: 5px solid var(--gn-yellow);
  border-radius: 50%;
  color: var(--gn-yellow);
  font-size: 42px;
}

.gn-newsletter-title strong {
  display: block;
  font-size: 24px;
  line-height: 1;
}

.gn-newsletter-title p {
  margin: 3px 0 0;
  text-transform: uppercase;
  font-weight: 900;
}

.gn-newsletter-form > div {
  display: grid;
  grid-template-columns: 1fr 170px;
}

.gn-newsletter input[type="email"] {
  width: 100%;
  min-height: 46px;
  border: 0;
  padding: 0 18px;
  border-radius: 5px 0 0 5px;
}

.gn-newsletter-form .gn-button {
  border-radius: 0 5px 5px 0;
}

.gn-newsletter label {
  display: block;
  margin-top: 10px;
  font-size: 12px;
}

.gn-newsletter-product {
  display: flex;
  align-items: end;
  justify-content: center;
}

.gn-newsletter-product .gn-pack {
  transform: scale(0.7);
  margin-right: -18px;
}

.gn-footer {
  background: #050505;
  color: #fff;
}

.gn-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(4, 1fr);
  gap: 34px;
  padding: 34px 0 28px;
}

.gn-footer h3 {
  margin: 0 0 12px;
  color: var(--gn-yellow);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 950;
}

.gn-footer li,
.gn-footer p {
  color: #d9d9d9;
  font-size: 14px;
}

.gn-socials,
.gn-payments {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gn-socials a,
.gn-payments span {
  min-width: 34px;
  min-height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid #383838;
  border-radius: 5px;
  background: #fff;
  color: #111;
  font-weight: 950;
  font-size: 12px;
}

.gn-footer-bottom {
  border-top: 1px solid #252525;
  background: #fff;
  color: #111;
}

.gn-footer-bottom .gn-container {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.gn-footer-bottom p {
  margin: 0;
  color: #111;
  font-size: 12px;
}

.gn-whatsapp {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 80;
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border: 5px solid #fff;
  border-radius: 50%;
  background: #24d366;
  color: #fff;
  font-size: 31px;
  font-weight: 950;
  box-shadow: var(--gn-shadow);
}

.gn-archive-hero {
  padding: 76px 0;
  color: #fff;
  background: linear-gradient(125deg, #040404, #191b20);
  border-bottom: 4px solid var(--gn-yellow);
}

.gn-archive-hero h1 {
  max-width: 920px;
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 0.98;
  font-style: italic;
  font-weight: 950;
}

.gn-archive-hero p,
.gn-archive-hero span {
  color: var(--gn-yellow);
  font-weight: 900;
}

.gn-content {
  max-width: 920px;
}

.gn-content p,
.gn-content li {
  font-size: 18px;
}

.gn-single-image {
  margin-top: 34px;
}

.gn-single-image img {
  width: 100%;
  max-height: 540px;
  object-fit: cover;
  border-radius: 8px;
}

.gn-shop-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.gn-shop-grid {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 24px;
}

.gn-shop-sidebar {
  align-self: start;
  padding: 18px;
  border-radius: 8px;
  background: #0a0a0a;
  color: #fff;
}

.gn-shop-sidebar h2 {
  margin: 0 0 15px;
  color: var(--gn-yellow);
  text-transform: uppercase;
}

.gn-shop-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gn-shop-sidebar li {
  padding: 9px 0;
  border-bottom: 1px solid #272727;
}

.gn-single-product-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: 44px;
  align-items: start;
}

.gn-product-gallery,
.gn-product-summary,
.gn-product-tabs {
  padding: 24px;
  border: 1px solid var(--gn-border);
  border-radius: 8px;
  background: #fff;
}

.gn-product-summary h1 {
  margin: 0 0 12px;
  text-transform: uppercase;
  font-size: clamp(32px, 4vw, 58px);
  line-height: 1;
  font-style: italic;
  font-weight: 950;
}

.gn-product-summary .price {
  color: #000;
  font-size: 32px;
  font-weight: 950;
}

.quantity input {
  width: 76px;
  min-height: 44px;
  border: 1px solid var(--gn-border);
  border-radius: 5px;
  padding: 0 10px;
}

.gn-product-tabs {
  margin-top: 28px;
}

@media (max-width: 1280px) {
  .gn-featured-products .gn-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .gn-goal-grid,
  .gn-sport-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gn-ambassador-grid,
  .gn-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .gn-container {
    width: min(calc(100% - 30px), var(--gn-max));
  }

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

  .gn-menu-toggle {
    display: block;
    justify-self: end;
  }

  .gn-primary-nav {
    position: absolute;
    inset: 100% 0 auto;
    display: none;
    background: #050505;
    border-top: 1px solid rgba(255, 204, 0, 0.25);
  }

  .gn-primary-nav.is-open {
    display: block;
  }

  .gn-menu {
    width: min(calc(100% - 30px), var(--gn-max));
    margin: 0 auto;
    display: grid;
    gap: 0;
    padding: 14px 0;
  }

  .gn-menu a {
    padding: 13px 0;
  }

  .gn-header-actions {
    justify-self: end;
    gap: 10px;
    font-size: 22px;
  }

  .gn-hero-grid {
    grid-template-columns: 1fr;
    padding: 38px 0;
  }

  .gn-athlete {
    display: none;
  }

  .gn-hero-products {
    order: 2;
    min-height: 330px;
    padding-bottom: 20px;
  }

  .gn-category-row {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .gn-category-card {
    min-width: 160px;
    scroll-snap-align: start;
  }

  .gn-product-grid,
  .gn-featured-products .gn-product-grid,
  .gn-kit-grid,
  .gn-post-grid,
  .gn-newsletter-grid,
  .gn-shop-grid,
  .gn-single-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gn-promo-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }

  .gn-promo-divider {
    width: 100%;
    height: 2px;
  }

  .gn-newsletter-product {
    display: none;
  }
}

@media (max-width: 700px) {
  .gn-topbar-inner {
    min-height: auto;
    padding: 7px 0;
    flex-wrap: wrap;
    gap: 7px 12px;
    font-size: 12px;
  }

  .gn-topbar i {
    display: none;
  }

  .gn-header-inner {
    min-height: 74px;
    gap: 10px;
  }

  .gn-logo {
    min-width: 0;
  }

  .gn-logo-mark {
    width: 48px;
    height: 48px;
    font-size: 7px;
  }

  .gn-logo strong {
    font-size: 14px;
  }

  .gn-header-actions a:not(.gn-cart-link) {
    display: none;
  }

  .gn-hero {
    min-height: auto;
  }

  .gn-hero-grid {
    min-height: auto;
  }

  .gn-hero-actions .gn-button {
    width: 100%;
  }

  .gn-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
  }

  .gn-hero-products {
    justify-content: flex-start;
    overflow: hidden;
  }

  .gn-pack-large {
    width: 160px;
    height: 235px;
  }

  .gn-pack-large span {
    font-size: 29px;
  }

  .gn-section-title {
    grid-template-columns: 1fr auto 1fr;
    gap: 10px;
  }

  .gn-section-title a {
    grid-column: 1 / -1;
    justify-self: end;
  }

  .gn-product-grid,
  .gn-featured-products .gn-product-grid,
  .gn-goal-grid,
  .gn-sport-grid,
  .gn-kit-grid,
  .gn-ambassador-grid,
  .gn-post-grid,
  .gn-newsletter-grid,
  .gn-shop-grid,
  .gn-single-product-grid {
    grid-template-columns: 1fr;
  }

  .gn-product-grid,
  .gn-featured-products .gn-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .gn-product-card {
    padding: 9px;
  }

  .gn-product-image {
    min-height: 120px;
  }

  .gn-product-card h3 {
    font-size: 12px;
  }

  .gn-price {
    font-size: 19px;
  }

  .gn-button-small {
    font-size: 10px;
    padding-inline: 8px;
  }

  .gn-kit-card,
  .gn-ambassador-card {
    grid-template-columns: 1fr;
  }

  .gn-newsletter-form > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .gn-newsletter input[type="email"],
  .gn-newsletter-form .gn-button {
    border-radius: 5px;
  }

  .gn-footer-grid {
    grid-template-columns: 1fr;
  }

  .gn-footer-bottom .gn-container {
    flex-direction: column;
    align-items: flex-start;
    padding: 9px 0;
  }

  .gn-whatsapp {
    right: 14px;
    bottom: 14px;
    width: 56px;
    height: 56px;
  }
}

@media (max-width: 420px) {
  .gn-product-grid,
  .gn-featured-products .gn-product-grid {
    grid-template-columns: 1fr;
  }
}



/* Header Portugal-style override. Scoped to header only. */
.gn-site-header {
  position: relative;
  z-index: 20;
  background: #3b3b3d;
  color: #fff;
}

.gn-topbar {
  background: #3b3b3d;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.55px;
}

.gn-topbar-inner {
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  text-align: center;
}

.gn-topbar i {
  display: none;
}

.gn-main-header {
  position: static;
  background: #3b3b3d;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.gn-header-inner {
  min-height: 96px;
  display: grid;
  grid-template-columns: 92px minmax(240px, 430px) auto;
  align-items: center;
  gap: clamp(20px, 4vw, 56px);
}

.gn-logo {
  width: 92px;
  min-width: 0;
  display: block;
  line-height: 0;
}

.gn-logo img {
  width: 100%;
  max-height: none;
  height: auto;
  display: block;
  object-fit: contain;
}

.gn-search-form {
  width: 100%;
  max-width: 430px;
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 0 10px 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  background: transparent;
}

.gn-search-form input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 15px;
  font-weight: 750;
  letter-spacing: 0.3px;
}

.gn-search-form input::placeholder {
  color: rgba(255, 255, 255, 0.72);
}

.gn-search-form button {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.gn-icon-search {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  color: currentColor;
}

.gn-icon-search::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 13px;
  height: 13px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.gn-icon-search::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 16px;
  width: 9px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: left center;
}

.gn-search-form button:hover,
.gn-header-link:hover,
.gn-header-actions .header-icon:hover {
  color: #f2c300;
}

.gn-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(12px, 1.7vw, 22px);
  white-space: nowrap;
}

.gn-header-link {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 850;
  font-size: 14px;
  letter-spacing: 0.25px;
}

.gn-header-link b {
  margin-left: 7px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.86);
}

.gn-language span {
  margin-right: 7px;
  font-size: 14px;
}

.gn-header-actions .header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  flex-shrink: 0;
}

.gn-header-actions .header-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  position: relative;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
  overflow: visible;
}

.gn-header-actions .header-icon svg {
  width: 28px;
  height: 28px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gn-header-actions .header-icon:hover {
  transform: translateY(-1px);
}

.gn-header-actions .cart-icon {
  margin-left: 2px;
}

.gn-header-actions .cart-count {
  position: absolute;
  top: -7px;
  right: -8px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  background: #f2c300;
  color: #111111;
  font-size: 12px;
  font-weight: 800;
  line-height: 20px;
  text-align: center;
}

.gn-primary-nav {
  position: static;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #3b3b3d;
  overflow-x: auto;
  scrollbar-width: none;
}

.gn-primary-nav::-webkit-scrollbar {
  display: none;
}

.gn-menu,
.gn-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.gn-menu {
  width: auto;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 4.5vw, 72px);
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.gn-menu a {
  position: relative;
  display: block;
  padding: 17px 0 15px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}

.gn-menu a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 9px;
  width: 38px;
  height: 2px;
  transform: translateX(-50%);
  background: #f2c300;
  opacity: 0.95;
  transition: width 0.2s ease, opacity 0.2s ease;
}

.gn-menu a:hover {
  color: #f2c300;
}

.gn-menu a:hover::after,
.gn-menu .current-menu-item > a::after {
  width: 56px;
}

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

@media (max-width: 980px) {
  .gn-header-inner {
    min-height: 126px;
    grid-template-columns: 95px minmax(220px, 1fr);
    gap: 18px;
  }

  .gn-logo {
    width: 95px;
  }

  .gn-search-form {
    max-width: none;
    min-height: 50px;
  }

  .gn-header-actions {
    grid-column: 1 / -1;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 18px;
  }

  .gn-menu {
    min-height: 60px;
    justify-content: flex-start;
    gap: 34px;
    padding: 0 15px;
    font-size: 15px;
  }

  .gn-menu a {
    padding: 20px 0 18px;
  }

  .gn-menu a::after {
    bottom: 13px;
  }
}

@media (max-width: 768px) {
  .gn-header-actions .header-actions {
    gap: 14px;
  }

  .gn-header-actions .header-icon {
    width: 30px;
    height: 30px;
  }

  .gn-header-actions .header-icon svg {
    width: 24px;
    height: 24px;
  }

  .gn-header-actions .cart-count {
    top: -6px;
    right: -7px;
    min-width: 18px;
    height: 18px;
    font-size: 11px;
    line-height: 18px;
  }
}

@media (max-width: 700px) {
  .gn-topbar-inner {
    min-height: 34px;
    padding: 6px 0;
    font-size: 11px;
    line-height: 1.25;
  }

  .gn-header-inner {
    min-height: auto;
    grid-template-columns: 75px 1fr;
    gap: 12px;
    padding: 12px 0;
  }

  .gn-logo {
    width: 75px;
  }

  .gn-search-form {
    min-height: 40px;
    padding: 0 8px 0 14px;
  }

  .gn-search-form input {
    font-size: 15px;
  }

  .gn-search-form button {
    width: 32px;
    height: 32px;
  }

  .gn-header-actions {
    grid-column: 1 / -1;
    justify-content: center;
    gap: 8px 14px;
  }

  .gn-header-link {
    font-size: 12px;
    min-height: 30px;
  }

  .gn-menu {
    min-height: 48px;
    justify-content: flex-start;
    gap: 26px;
    font-size: 12px;
    padding: 0 15px;
  }

  .gn-menu a {
    padding: 16px 0 15px;
  }

  .gn-menu a::after {
    bottom: 10px;
    width: 32px;
  }
}

/* GoldNutrition mega menu override. Scoped to Productos header only. */
.gn-site-header,
.gn-main-header,
.gn-primary-nav,
.gn-menu {
  overflow: visible;
}

.gn-primary-nav {
  position: relative;
}

.gn-menu .has-mega-menu {
  position: static;
}

.gn-menu .has-mega-menu > .nav-link {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-chevron {
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  transform: translateY(-1px);
}

.mega-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  background: #ffffff;
  color: #111111;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 9999;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.16);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  white-space: normal;
}

.has-mega-menu:hover .mega-menu,
.has-mega-menu:focus-within .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mega-menu-inner {
  width: min(94%, 1420px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 56px);
  padding: 34px 0 40px;
}

.mega-col h3 {
  margin: 0 0 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #111111;
  color: #111111;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.gn-menu .mega-col a {
  position: static;
  display: block;
  margin: 0 0 13px;
  padding: 0;
  color: #111111;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  text-transform: none;
  letter-spacing: 0;
  text-decoration: none;
}

.gn-menu .mega-col a::after {
  display: none;
}

.gn-menu .mega-col a:hover,
.gn-menu .mega-col a:focus {
  color: #d3a800;
}

@media (max-width: 980px) {
  .gn-primary-nav {
    overflow-x: auto;
    overflow-y: visible;
  }

  .mega-menu {
    position: static;
    width: 100%;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .has-mega-menu.open .mega-menu {
    display: block;
  }

  .mega-menu-inner {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 22px;
  }

  .mega-col h3 {
    font-size: 15px;
  }

  .gn-menu .mega-col a {
    font-size: 15px;
  }
}

/* GoldNutrition header alignment refinement. Scoped to header only. */
.gn-site-header {
  background: #3b3b3d;
  color: #ffffff;
  max-width: 100%;
}

.gn-topbar,
.gn-main-header,
.gn-primary-nav {
  background: #3b3b3d;
}

.gn-topbar-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.6px;
  line-height: 1.25;
  padding: 8px 12px;
}

.gn-main-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.gn-header-inner {
  width: min(94%, 1500px);
  min-height: 112px;
  display: grid;
  grid-template-columns: 180px minmax(320px, 1fr) minmax(330px, auto);
  align-items: center;
  gap: 32px;
  margin: 0 auto;
  padding: 14px 0;
}

.gn-logo {
  width: 125px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  justify-self: start;
  flex-shrink: 0;
}

.gn-logo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.gn-search-form {
  justify-self: center;
  width: min(100%, 520px);
  max-width: 520px;
  min-height: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  background: transparent;
  padding: 0 18px 0 22px;
}

.gn-search-form input {
  flex: 1;
  width: auto;
  min-width: 0;
  background: transparent;
  border: 0;
  outline: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.gn-search-form input::placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.gn-search-form button {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #ffffff;
}

.gn-header-actions {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  white-space: nowrap;
  flex-wrap: nowrap;
  line-height: 1;
}

.gn-header-link {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2px;
  white-space: nowrap;
  text-decoration: none;
}

.gn-header-link span,
.gn-header-link b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  flex-shrink: 0;
}

.gn-header-link span {
  font-size: 17px;
}

.gn-header-link b {
  margin-left: 2px;
  font-size: 10px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.86);
  transform: none;
}

.gn-header-actions .header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  flex-shrink: 0;
  white-space: nowrap;
}

.gn-header-actions .header-icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  position: relative;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.gn-header-actions .header-icon svg {
  width: 26px;
  height: 26px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gn-search-form button:hover,
.gn-header-link:hover,
.gn-header-actions .header-icon:hover {
  color: #f2c300;
}

.gn-header-actions .cart-count {
  position: absolute;
  top: -7px;
  right: -8px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  background: #f2c300;
  color: #111111;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}

.gn-primary-nav {
  width: 100%;
  background: #3b3b3d;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.gn-menu {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  width: 100%;
  padding: 0 16px;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  white-space: nowrap;
}

.gn-menu a,
.gn-menu .has-mega-menu > .nav-link {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
}

.gn-menu a:hover,
.gn-menu .has-mega-menu > .nav-link:hover {
  color: #f2c300;
}

.nav-chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 2px;
  font-size: 10px;
  line-height: 1;
  transform: none;
}

.mega-col h3 {
  font-weight: 700;
}

.gn-menu .mega-col a {
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
}

@media (max-width: 900px) {
  .gn-header-inner {
    width: min(94%, 1500px);
    min-height: auto;
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 14px 16px;
    padding: 12px 0;
  }

  .gn-logo {
    width: 95px;
  }

  .gn-search-form {
    grid-column: 1 / -1;
    justify-self: stretch;
    width: 100%;
    max-width: none;
    height: 48px;
    min-height: 48px;
  }

  .gn-header-actions {
    grid-column: 2;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: nowrap;
  }

  .gn-header-actions .header-actions {
    gap: 12px;
  }

  .gn-primary-nav {
    overflow-x: auto;
    overflow-y: visible;
    scrollbar-width: none;
  }

  .gn-primary-nav::-webkit-scrollbar {
    display: none;
  }

  .gn-menu {
    justify-content: flex-start;
    gap: 24px;
    width: max-content;
    min-width: 100%;
    padding: 0 16px;
    font-size: 13px;
  }

  .gn-menu a,
  .gn-menu .has-mega-menu > .nav-link {
    font-size: 13px;
    white-space: nowrap;
  }
}

@media (max-width: 480px) {
  .gn-topbar-inner {
    font-size: 11px;
    letter-spacing: 0.35px;
  }

  .gn-header-inner {
    grid-template-columns: 75px minmax(0, 1fr);
    gap: 10px 12px;
  }

  .gn-logo {
    width: 75px;
  }

  .gn-header-actions {
    gap: 8px;
  }

  .gn-header-link {
    font-size: 13px;
    gap: 4px;
  }

  .gn-header-link span {
    font-size: 15px;
  }

  .gn-header-actions .header-actions {
    gap: 8px;
  }

  .gn-header-actions .header-icon {
    width: 28px;
    height: 28px;
  }

  .gn-header-actions .header-icon svg {
    width: 23px;
    height: 23px;
  }

  .gn-header-actions .cart-count {
    top: -6px;
    right: -7px;
    min-width: 18px;
    height: 18px;
    font-size: 11px;
    line-height: 18px;
  }
}

/* GoldNutrition header right alignment fix. Scoped to the right header block only. */
.gn-header-inner > .header-right {
  justify-self: end;
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  flex-wrap: nowrap;
  white-space: nowrap;
  line-height: 1;
}

.header-select {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  flex-shrink: 0;
}

.header-select .flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
}

.header-select .select-text {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.header-select .chevron {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #ffffff;
  margin-left: 2px;
  transform: translateY(1px);
  flex-shrink: 0;
}

.header-select:hover,
.header-icon:hover {
  color: #f2c300;
}

.header-select:hover .chevron {
  border-top-color: #f2c300;
}

.header-right .header-icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  position: relative;
  text-decoration: none;
  flex-shrink: 0;
}

.header-right .header-icon svg {
  width: 27px;
  height: 27px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-right .cart-icon {
  position: relative;
}

.header-right .cart-count {
  position: absolute;
  top: -8px;
  right: -9px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  background: #f2c300;
  color: #111111;
  font-size: 12px;
  font-weight: 800;
  line-height: 20px;
  text-align: center;
}

@media (max-width: 900px) {
  .gn-header-inner > .header-right {
    grid-column: 2;
    justify-self: end;
  }

  .header-right {
    gap: 14px;
  }

  .header-select {
    font-size: 13px;
    gap: 5px;
  }

  .header-select .flag {
    font-size: 14px;
  }

  .header-select .chevron {
    border-left-width: 4px;
    border-right-width: 4px;
    border-top-width: 5px;
  }

  .header-right .header-icon {
    width: 29px;
    height: 29px;
  }

  .header-right .header-icon svg {
    width: 24px;
    height: 24px;
  }

  .header-right .cart-count {
    top: -7px;
    right: -8px;
    min-width: 18px;
    height: 18px;
    font-size: 11px;
    line-height: 18px;
  }
}

@media (max-width: 480px) {
  .header-right {
    gap: 10px;
  }

  .header-select {
    font-size: 12px;
  }
}

/* GoldNutrition home hero slider. Scoped to the home hero only. */
.gn-hero-slider,
.gn-hero-slider * {
  box-sizing: border-box;
}

.gn-hero-slider {
  position: relative;
  width: 100%;
  min-height: 640px;
  overflow: hidden;
  background: #f2f2f2;
  color: #303033;
}

.gn-hero-track {
  position: relative;
  min-height: 640px;
}

.gn-hero-slide {
  position: absolute;
  inset: 0;
  min-height: 640px;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
  align-items: center;
  gap: 40px;
  padding: 70px min(8vw, 120px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.64)),
    radial-gradient(circle at 72% 42%, rgba(242, 195, 0, 0.18), transparent 32%),
    repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.035) 0 1px, transparent 1px 18px),
    #f2f2f2;
  opacity: 0;
  visibility: hidden;
  transform: translateX(24px);
  transition: opacity 0.45s ease, transform 0.45s ease, visibility 0.45s ease;
}

.gn-hero-slide.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  z-index: 2;
}

.gn-hero-content {
  max-width: 620px;
  z-index: 2;
}

.gn-hero-content h1 {
  font-size: clamp(3rem, 6vw, 6.5rem);
  line-height: 0.95;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  color: #303033;
  margin: 0 0 60px;
  letter-spacing: 0;
}

.gn-hero-content h1 span {
  display: block;
}

.gn-hero-content h2 {
  font-size: clamp(2rem, 3vw, 3.6rem);
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  color: #303033;
  margin: 0 0 18px;
  letter-spacing: 0;
}

.gn-hero-content p {
  max-width: 560px;
  font-size: 1.2rem;
  color: #333333;
  font-style: italic;
  margin: 0 0 28px;
  line-height: 1.45;
}

.gn-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f2c300;
  color: #111111;
  padding: 16px 34px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(242, 195, 0, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gn-hero-btn:hover {
  color: #111111;
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(242, 195, 0, 0.32);
}

.gn-hero-media {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  min-width: 0;
}

.gn-hero-media img {
  width: min(100%, 650px);
  max-height: 620px;
  object-fit: contain;
  filter: drop-shadow(0 24px 35px rgba(0, 0, 0, 0.16));
}

.gn-hero-controls {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  z-index: 5;
}

.gn-hero-dot {
  width: 11px;
  height: 11px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #999999;
  background: transparent;
  cursor: pointer;
}

.gn-hero-dot.active {
  background: #333333;
  border-color: #333333;
}

.gn-hero-prev,
.gn-hero-next,
.gn-hero-pause {
  width: 30px;
  height: 30px;
  border: 0;
  background: transparent;
  color: #666666;
  cursor: pointer;
  line-height: 1;
}

.gn-hero-prev,
.gn-hero-next {
  font-size: 34px;
}

.gn-hero-pause {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: -1px;
}

.gn-hero-prev:hover,
.gn-hero-next:hover,
.gn-hero-pause:hover {
  color: #111111;
}

.gn-goldpoints {
  position: absolute;
  right: 22px;
  bottom: 28px;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f2c300;
  color: #ffffff;
  padding: 18px 28px;
  border-radius: 18px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.gn-goldpoints:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

.gn-goldpoints span {
  width: 28px;
  height: 28px;
  border: 2px solid currentColor;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 900px) {
  .gn-hero-slider,
  .gn-hero-track,
  .gn-hero-slide {
    min-height: auto;
  }

  .gn-hero-slide {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 48px 24px 80px;
    text-align: left;
  }

  .gn-hero-content h1 {
    font-size: clamp(2.7rem, 11vw, 4.5rem);
    margin-bottom: 40px;
  }

  .gn-hero-media {
    align-items: center;
  }

  .gn-hero-media img {
    width: min(100%, 500px);
    max-height: 420px;
  }

  .gn-goldpoints {
    display: none;
  }
}

@media (max-width: 480px) {
  .gn-hero-slide {
    padding: 36px 20px 74px;
  }

  .gn-hero-content h1 {
    font-size: clamp(2.4rem, 13vw, 3.6rem);
    margin-bottom: 34px;
  }

  .gn-hero-content h2 {
    font-size: clamp(1.6rem, 8vw, 2.3rem);
  }

  .gn-hero-content p {
    font-size: 1rem;
  }

  .gn-hero-btn {
    width: 100%;
    padding: 15px 22px;
  }

  .gn-hero-controls {
    gap: 10px;
    bottom: 14px;
  }
}

/* GoldNutrition safe WooCommerce category archive. */
.gn-category-hero {
  background: #101114;
  color: #ffffff;
  padding: 80px min(8vw, 120px);
  border-bottom: 5px solid #f2c300;
}

.gn-category-hero h1 {
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  margin: 0 0 18px;
  line-height: 0.95;
}

.gn-category-hero p {
  max-width: 860px;
  color: #f2c300;
  font-weight: 800;
  font-size: 1.15rem;
  line-height: 1.45;
  margin: 0;
}

.gn-shop-layout {
  width: min(94%, 1400px);
  margin: 60px auto;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
}

.gn-shop-sidebar {
  background: #080808;
  color: #ffffff;
  border-radius: 12px;
  padding: 28px;
  align-self: start;
}

.gn-shop-sidebar h2 {
  color: #f2c300;
  text-transform: uppercase;
  font-size: 1.6rem;
  margin: 0 0 24px;
}

.gn-category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gn-category-list li {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.gn-category-list a {
  color: #ffffff;
  text-decoration: none;
}

.gn-category-list a:hover {
  color: #f2c300;
}

.gn-products-area {
  min-width: 0;
}

.gn-products-area .woocommerce-result-count,
.gn-products-area .woocommerce-ordering {
  margin-bottom: 24px;
}

.gn-products-area ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin: 0;
  padding: 0;
}

.gn-products-area ul.products::before,
.gn-products-area ul.products::after {
  display: none;
}

.gn-products-area ul.products li.product {
  float: none;
  width: auto;
  margin: 0;
}

.gn-no-products {
  padding: 34px;
  background: #f6f6f6;
  border-left: 5px solid #f2c300;
  color: #222222;
  font-weight: 700;
}

@media (max-width: 900px) {
  .gn-shop-layout {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 540px) {
  .gn-category-hero {
    padding: 56px 22px;
  }

  .gn-products-area ul.products {
    grid-template-columns: 1fr;
  }
}

/* GoldNutrition corporate footer redesign. Scoped to footer only. */
.site-footer,
.site-footer * {
  box-sizing: border-box;
}

.site-footer {
  background: #3b3b3d;
  color: #ffffff;
  padding: 52px 0 28px;
  font-family: inherit;
  overflow-x: hidden;
}

.footer-inner {
  width: min(92%, 1500px);
  margin: 0 auto;
}

.footer-main {
  display: grid;
  grid-template-columns: 220px repeat(4, minmax(0, 1fr));
  gap: 36px;
  row-gap: 24px;
  align-items: start;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}

.footer-logo img {
  width: 150px;
  height: auto;
  display: block;
  object-fit: contain;
}

.footer-col h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.footer-col a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
  margin-bottom: 12px;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-col a:hover {
  color: #f2c300;
  transform: translateX(2px);
}

.footer-social a svg {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  color: currentColor;
}

.footer-shop-row {
  display: flex;
  justify-content: center;
  margin: 26px 0 30px;
}

.footer-shop-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #6c3cff;
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
  transition: transform 0.2s ease, filter 0.2s ease;
}

.footer-shop-btn svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-shop-btn:hover {
  color: #ffffff;
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.footer-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
}

.footer-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}

.footer-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
}

.footer-whatsapp-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #25d366;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  flex-shrink: 0;
}

.footer-whatsapp-icon svg {
  width: 25px;
  height: 25px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-goldpoints {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #f2c300;
  color: #ffffff;
  padding: 18px 28px;
  border-radius: 18px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.footer-goldpoints:hover {
  color: #ffffff;
  filter: brightness(1.04);
  transform: translateY(-1px);
}

.footer-goldpoints-icon {
  width: 28px;
  height: 28px;
  border: 2px solid currentColor;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  flex-shrink: 0;
}

@media (max-width: 1100px) {
  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-logo img {
    width: 120px;
  }

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

  .footer-actions {
    align-items: flex-start;
  }
}

@media (max-width: 680px) {
  .site-footer {
    padding: 38px 0 24px;
    text-align: center;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .footer-logo {
    display: flex;
    justify-content: center;
  }

  .footer-logo img {
    width: 100px;
  }

  .footer-col h3 {
    margin-bottom: 18px;
  }

  .footer-col a {
    justify-content: center;
  }

  .footer-col a:hover {
    transform: none;
  }

  .footer-shop-row {
    margin: 22px 0 26px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  .footer-actions {
    flex-direction: column;
    gap: 14px;
    width: 100%;
  }

  .footer-whatsapp {
    justify-content: center;
    white-space: normal;
  }

  .footer-goldpoints {
    width: 100%;
    justify-content: center;
  }
}

/* Newsletter directly attached to the real theme footer. */
.gn-newsletter-footer,
.gn-newsletter-footer * {
  box-sizing: border-box;
}

.gn-newsletter-footer {
  background-color: #3b3b3d;
  color: #ffffff;
  padding: 32px 0;
}

.gn-newsletter-footer-inner {
  width: min(92%, 1500px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1.25fr);
  align-items: center;
  gap: 40px;
}

.gn-newsletter-footer-copy h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(1.8rem, 2.4vw, 2.6rem);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.gn-newsletter-footer-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1rem;
  line-height: 1.5;
}

.gn-newsletter-footer-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  align-items: center;
  gap: 16px;
  margin: 0;
}

.gn-newsletter-footer-form input[type="email"] {
  width: 100%;
  min-width: 0;
  height: 58px;
  border: 1px solid rgba(59, 59, 61, 0.12);
  border-radius: 999px;
  background: #ffffff;
  padding: 0 28px;
  color: #333333;
  font: inherit;
  outline: 0;
}

.gn-newsletter-footer-form input[type="email"]:focus {
  border-color: #f2c300;
  box-shadow: 0 0 0 3px rgba(242, 195, 0, 0.22);
}

.gn-newsletter-footer-form button {
  width: 100%;
  height: 58px;
  border: 0;
  border-radius: 999px;
  background: #f2c300;
  color: #111111;
  font: inherit;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.gn-newsletter-footer-form button:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
}

@media (max-width: 1100px) {
  .gn-newsletter-footer-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .gn-newsletter-footer-form {
    grid-template-columns: minmax(0, 1fr) 210px;
  }
}

@media (max-width: 680px) {
  .gn-newsletter-footer {
    padding: 30px 0;
    text-align: center;
  }

  .gn-newsletter-footer-inner {
    width: 90%;
    gap: 20px;
  }

  .gn-newsletter-footer-form {
    grid-template-columns: 1fr;
  }
}

.site-footer,
.footer-inner,
.footer-main,
.footer-bottom,
.footer-actions,
.footer-shop-row,
.gn-newsletter-footer,
.gn-newsletter-footer-inner {
  min-height: 0;
  height: auto;
}
