/*
Theme Name: Divi Theme
Template: Divi
Author: Michael Wood
Version: 1.0
*/

/* =========================================================
   ROOT / GLOBAL
========================================================= */

:root {
  /* BASE BACKGROUND */
  --bg: #120d0a;
  --panel: #1b1410;
  --panel-2: #251b15;

  /* TEXT */
  --text: #fff4e8;
  --muted: #d9c4b2;

  /* ACCENTS */
  --accent: #ff7a1a;
  --accent-2: #ff9b47;

  /* EFFECT COLOURS */
  --glow: #ff9a3d;
  --warm: #ff8a2a;
  --warm-2: #ffb15e;
  --gold: #f2c57c;

  /* UI */
  --line: rgba(255, 255, 255, 0.1);
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  --radius: 22px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background-color: var(--bg);

  background:
    radial-gradient(circle at 18% 18%,
      rgba(255, 145, 40, 0.16),
      transparent 28%),
    radial-gradient(circle at 82% 12%,
      rgba(255, 120, 20, 0.2),
      transparent 24%),
    radial-gradient(circle at 78% 55%,
      rgba(255, 170, 80, 0.12),
      transparent 34%),
    linear-gradient(180deg, #090a0f 0%, #1b120d 35%, #3a1f10 70%, #5a2d12 100%);
}

/* :root {

  --bg: #1f2430;
  --panel: #2a2230;
  --panel-2: #34283a;


  --text: #f7f2ea;
  --muted: #d8cdbf;


  --accent: #c63d2f;
  --accent-2: #ff6a3d;


  --glow: #8cff5a;
  --warm: #ff9a4d;
  --warm-2: #ffb86b;
  --gold: #e5c891;


  --line: rgba(255, 255, 255, 0.12);
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.32);
  --radius: 22px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);

  background:
    radial-gradient(
      circle at 18% 18%,
      rgba(140, 255, 90, 0.1),
      transparent 30%
    ),
    radial-gradient(
      circle at 82% 12%,
      rgba(255, 154, 77, 0.18),
      transparent 28%
    ),
    radial-gradient(
      circle at 78% 55%,
      rgba(255, 106, 61, 0.1),
      transparent 35%
    ),
    linear-gradient(180deg, #232938 0%, #352c36 52%, #4a3533 100%);
} */
/* :root {
  --bg: #0a0b10;
  --panel: #11131a;
  --panel-2: #171b24;
  --text: #f5ede0;
  --muted: #b9b0a3;
  --accent: #7f0018;
  --accent-2: #c21d2f;
  --glow: #7dff4f;
  --gold: #e2c18a;
  --line: rgba(255, 255, 255, 0.08);
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  --radius: 22px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(125, 255, 79, 0.07),
      transparent 18%
    ),
    radial-gradient(
      circle at 80% 12%,
      rgba(194, 29, 47, 0.14),
      transparent 20%
    ),
     linear-gradient(180deg, #090a0f 0%, #0d1016 100%);
    linear-gradient(180deg, #1a1f2b 0%, #2a3140 100%);
  color: var(--text);
} */

.gh-wrap {
  position: relative;
  z-index: 1;
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
}

.gh-home,
.gh-about-page,
.gh-contact-page,
.gh-shop-page {
  position: relative;
  z-index: 1;
}

.gh-home *,
.gh-about-page *,
.gh-contact-page *,
.gh-shop-page * {
  box-sizing: border-box;
}

.gh-home a,
.gh-about-page a,
.gh-contact-page a,
.gh-shop-page a,
.woocommerce-cart a,
.woocommerce-checkout a {
  color: inherit;
  text-decoration: none;
}

.gh-home img,
.gh-about-page img,
.gh-contact-page img,
.gh-shop-page img {
  max-width: 100%;
  display: block;
}

/* Headings */
.gh-home h1,
.gh-home h2,
.gh-home h3,
.gh-home h4,
.gh-home h5,
.gh-home h6,
.gh-about-page h1,
.gh-about-page h2,
.gh-about-page h3,
.gh-about-page h4,
.gh-about-page h5,
.gh-about-page h6,
.gh-contact-page h1,
.gh-contact-page h2,
.gh-contact-page h3,
.gh-contact-page h4,
.gh-contact-page h5,
.gh-contact-page h6,
.gh-shop-page h1,
.gh-shop-page h2,
.gh-shop-page h3,
.gh-shop-page h4,
.gh-shop-page h5,
.gh-shop-page h6 {
  color: var(--text);
}

.gh-home h1,
.gh-about-page h1,
.gh-contact-page h1,
.gh-shop-page h1 {
  font-weight: 800;
  letter-spacing: -0.02em;
}

.gh-home h2,
.gh-about-page h2,
.gh-contact-page h2,
.gh-shop-page h2 {
  font-weight: 700;
  color: var(--gold);
}

/* Buttons */
.gh-pill,
.gh-btn,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text) !important;
  padding: 12px 18px;
  font-weight: 700;
  transition: 0.25s ease;
}

.gh-pill:hover,
.gh-btn:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.16);
}

.gh-btn--primary,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  background: linear-gradient(135deg, var(--accent-2), var(--accent));
  box-shadow: 0 14px 30px rgba(127, 0, 24, 0.35);
}

.gh-btn--secondary {
  background: linear-gradient(135deg,
      rgba(125, 255, 79, 0.15),
      rgba(255, 255, 255, 0.03));
  color: #eafbe2 !important;
}

.gh-btn--small {
  padding: 10px 14px;
  font-size: 0.92rem;
}

/* Shared card / section */
.gh-section {
  padding: 42px 0;
}

.gh-section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 22px;
}

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

.gh-section-head p {
  margin: 10px 0 0;
  color: var(--muted);
  max-width: 700px;
  line-height: 1.7;
}

.gh-card {
  position: relative;
  border-radius: var(--radius);
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.02));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  overflow: hidden;
}

/* =========================================================
   BACKGROUND EFFECTS
========================================================= */

.gh-orb-layer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.gh-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(10px);
  opacity: 0.22;
  animation: ghDrift linear infinite;
  will-change: transform;
}

.gh-orb--green {
  background: radial-gradient(circle,
      rgba(125, 255, 79, 0.6),
      rgba(125, 255, 79, 0.05));
  box-shadow: 0 0 40px rgba(125, 255, 79, 0.35);
}

.gh-orb--red {
  background: radial-gradient(circle,
      rgba(194, 29, 47, 0.55),
      rgba(194, 29, 47, 0.04));
  box-shadow: 0 0 40px rgba(194, 29, 47, 0.28);
}

.gh-orb--one {
  width: 160px;
  height: 160px;
  left: 8%;
  top: 14%;
  animation-duration: 16s;
}

.gh-orb--two {
  width: 220px;
  height: 220px;
  right: 8%;
  top: 10%;
  animation-duration: 19s;
}

.gh-orb--three {
  width: 140px;
  height: 140px;
  left: 14%;
  bottom: 18%;
  animation-duration: 14s;
}

.gh-orb--four {
  width: 180px;
  height: 180px;
  right: 16%;
  bottom: 12%;
  animation-duration: 17s;
}

@keyframes ghDrift {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(60px, -40px, 0) scale(1.08);
  }

  to {
    transform: translate3d(-20px, 60px, 0) scale(0.98);
  }
}

.gh-grid-overlay {
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg,
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0.05));
  pointer-events: none;
  z-index: 0;
}

/* =========================================================
   HOMEPAGE
========================================================= */

.gh-home {
  overflow: hidden;
}

.gh-hero {
  padding: 72px 0 36px;
  min-height: 92vh;
  display: flex;
  align-items: center;
}

.gh-hero__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 34px;
  align-items: center;
}

.gh-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid rgba(125, 255, 79, 0.18);
  background: rgba(125, 255, 79, 0.07);
  color: #d9ffca;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.gh-eyebrow--small {
  font-size: 0.78rem;
  margin-bottom: 12px;
}

.gh-hero h1 {
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: 0.95;
  margin: 20px 0 18px;
  letter-spacing: -0.04em;
}

.gh-hero h1 span {
  color: var(--glow);
  text-shadow: 0 0 24px rgba(125, 255, 79, 0.18);
}

.gh-hero p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
  max-width: 680px;
  margin: 0 0 28px;
}

.gh-hero__cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

/* Stats */
.gh-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 760px;
}

.gh-stat {
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.02));
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  box-shadow: var(--shadow);
}

.gh-stat strong {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 6px;
}

.gh-stat span {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Hero card */
.gh-hero-card {
  position: relative;
  min-height: 620px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 50% 28%,
      rgba(125, 255, 79, 0.12),
      transparent 18%),
    linear-gradient(180deg, rgba(127, 0, 24, 0.45), rgba(13, 16, 22, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.gh-hero-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.gh-floating-card {
  position: absolute;
  background: rgba(8, 10, 14, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 14px 16px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  animation: ghBob 4.2s ease-in-out infinite;
  z-index: 3;
}

.gh-floating-card small {
  color: var(--muted);
  display: block;
  margin-bottom: 4px;
}

.gh-floating-card strong {
  font-size: 1rem;
}

.gh-floating-card--one {
  top: 28px;
  left: 22px;
  animation-delay: 0s;
}

.gh-floating-card--two {
  right: 20px;
  top: 120px;
  animation-delay: 0.8s;
}

.gh-floating-card--three {
  left: 26px;
  bottom: 28px;
  animation-delay: 1.4s;
}

@keyframes ghBob {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }
}

.gh-character {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 50px 30px 80px;
}

.gh-character-frame {
  width: min(500px, 100%);
  aspect-ratio: 0.86;
  position: relative;
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 10%,
      rgba(255, 255, 255, 0.12),
      transparent 18%),
    linear-gradient(180deg, rgba(41, 5, 12, 0.6), rgba(14, 17, 24, 0.6));
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  display: grid;
  place-items: center;
  transition: transform 0.2s ease;
}

.gh-portal-ring {
  position: absolute;
  width: 78%;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid rgba(125, 255, 79, 0.34);
  box-shadow:
    0 0 40px rgba(125, 255, 79, 0.12),
    inset 0 0 40px rgba(125, 255, 79, 0.06);
  animation: ghSpin 18s linear infinite;
}

.gh-portal-ring::before,
.gh-portal-ring::after {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 50%;
  border: 1px dashed rgba(226, 193, 138, 0.34);
}

.gh-portal-ring::after {
  inset: 42px;
  border-style: solid;
  border-color: rgba(194, 29, 47, 0.2);
  animation: ghSpinReverse 12s linear infinite;
}

@keyframes ghSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes ghSpinReverse {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

.gh-hero-badge {
  position: absolute;
  right: 30px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 999px;
  background: rgba(8, 10, 14, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-weight: 700;
  z-index: 3;
}

/* Grids */
.gh-categories,
.gh-products,
.gh-features {
  display: grid;
  gap: 18px;
}

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

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

.gh-features {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gh-category-card {
  min-height: 240px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  isolation: isolate;
}

.gh-category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 20%,
      rgba(125, 255, 79, 0.18),
      transparent 20%),
    linear-gradient(180deg, rgba(127, 0, 24, 0.14), rgba(255, 255, 255, 0));
  opacity: 0.9;
  z-index: -1;
}

.gh-icon-circle {
  position: absolute;
  /* top: 20px;
  left: 20px; */
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 1.6rem;
}

.gh-category-card h3,
.gh-product-card h3,
.gh-feature-card h3,
.gh-about-card h3 {
  margin: 0 0 10px;
}

.gh-category-card p,
.gh-product-card p,
.gh-feature-card p,
.gh-about-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.gh-card-link {
  margin-top: 18px;
  font-weight: 700;
  color: var(--gold);
}

/* Homepage product cards */
.gh-product-card {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.gh-product-image {
  aspect-ratio: 1;
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 30%,
      rgba(125, 255, 79, 0.18),
      transparent 18%),
    linear-gradient(180deg, rgba(127, 0, 24, 0.24), rgba(10, 11, 16, 0.85));
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}

.gh-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gh-product-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.gh-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(125, 255, 79, 0.08);
  border: 1px solid rgba(125, 255, 79, 0.16);
  color: #dafccc;
  font-size: 0.84rem;
  font-weight: 700;
  width: fit-content;
}

.gh-product-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-top: auto;
}

.gh-price {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--gold);
}

/* About visual / split */
.gh-feature-card,
.gh-about-card {
  padding: 24px;
}

.gh-split {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 18px;
  align-items: stretch;
}

.gh-about-visual {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.gh-store-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(40%) brightness(0.7) contrast(1.1);
}

.gh-about-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 30%,
      rgba(125, 255, 79, 0.12),
      transparent 25%),
    radial-gradient(circle at 70% 20%,
      rgba(194, 29, 47, 0.18),
      transparent 25%),
    linear-gradient(180deg, rgba(10, 11, 16, 0.3), rgba(10, 11, 16, 0.75));
  pointer-events: none;
}

.gh-about-visual__content {
  position: absolute;
  bottom: 28px;
  left: 28px;
  right: 28px;
  z-index: 2;
  max-width: 320px;
}

.gh-about-visual__content h3 {
  margin: 10px 0 8px;
  font-size: 1.7rem;
  line-height: 1.2;
}

.gh-store-address {
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 16px;
}

.gh-about-label {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(8, 10, 14, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--gold);
  font-weight: 700;
  font-size: 0.82rem;
}

/* Community */
.gh-community-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background:
    radial-gradient(circle at 12% 20%,
      rgba(125, 255, 79, 0.14),
      transparent 18%),
    linear-gradient(135deg, rgba(127, 0, 24, 0.3), rgba(255, 255, 255, 0.03));
}

.gh-community-banner__text h2 {
  font-size: clamp(2rem, 3vw, 2.6rem);
}

.gh-community-banner__text p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  max-width: 720px;
}

.gh-community-banner__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* Reveal */
.gh-reveal {
  opacity: 1;
  transform: none;
  transition: 0.7s ease;
}

.gh-reveal.gh-visible {
  opacity: 1;
  transform: translateY(0);
  margin-bottom: 20px !important;
}

.gh-home .woocommerce ul.products,
.gh-home .woocommerce-page ul.products {
  margin: 0;
}

/* =========================================================
   CONTACT PAGE
========================================================= */

.gh-contact-page {
  padding-bottom: 60px;
}

.gh-contact-hero {
  padding: 90px 0 30px;
}

.gh-contact-hero__inner {
  max-width: 760px;
}

.gh-contact-hero h1 {
  margin: 18px 0 16px;
  font-size: clamp(2.8rem, 5vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.gh-contact-hero p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
  font-size: 1.05rem;
}

.gh-contact-section {
  padding: 24px 0 20px;
}

.gh-contact-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 24px;
  align-items: start;
}

.gh-contact-card {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.02));
  box-shadow: var(--shadow);
  padding: 28px;
}

.gh-contact-card h2 {
  margin: 0 0 16px;
  font-size: 1.8rem;
}

.gh-contact-lead {
  color: var(--muted);
  line-height: 1.8;
  margin: 0 0 22px;
}

.gh-contact-info-list {
  display: grid;
  gap: 18px;
  margin-bottom: 28px;
}

.gh-contact-info-item {
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.gh-contact-info-label {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.gh-contact-info-item a {
  color: var(--text);
}

.gh-contact-note {
  padding: 20px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 20%,
      rgba(125, 255, 79, 0.12),
      transparent 20%),
    linear-gradient(135deg, rgba(127, 0, 24, 0.22), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.gh-contact-note h3 {
  margin: 0 0 10px;
  font-size: 1.15rem;
}

.gh-contact-note p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.gh-contact-form {
  display: grid;
  gap: 18px;
}

.gh-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.gh-form-field {
  display: grid;
  gap: 8px;
}

.gh-form-field label {
  font-weight: 700;
  color: var(--text);
  font-size: 0.95rem;
}

.gh-form-field input,
.gh-form-field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 10, 14, 0.7);
  color: var(--text);
  border-radius: 16px;
  padding: 14px 16px;
  font: inherit;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.gh-form-field input:focus,
.gh-form-field textarea:focus {
  border-color: rgba(125, 255, 79, 0.36);
  box-shadow: 0 0 0 4px rgba(125, 255, 79, 0.08);
}

.gh-form-field textarea {
  resize: vertical;
  min-height: 180px;
}

.gh-form-message {
  margin-bottom: 18px;
  padding: 16px 18px;
  border-radius: 16px;
  font-weight: 600;
}

.gh-form-message--success {
  background: rgba(125, 255, 79, 0.1);
  border: 1px solid rgba(125, 255, 79, 0.25);
  color: #e7ffd9;
}

.gh-form-message--error {
  background: rgba(194, 29, 47, 0.1);
  border: 1px solid rgba(194, 29, 47, 0.25);
  color: #ffe1e6;
}

.gh-hp-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

/* =========================================================
   ABOUT PAGE
========================================================= */

.gh-about-page {
  padding-bottom: 60px;
}

.gh-about-hero {
  padding: 90px 0 30px;
}

.gh-about-hero__inner {
  max-width: 860px;
}

.gh-about-hero h1 {
  margin: 18px 0 16px;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.gh-about-hero p {
  margin: 0;
  color: var(--muted);
  line-height: 1.85;
  font-size: 1.05rem;
}

.gh-about-section {
  padding: 24px 0;
}

.gh-about-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.gh-about-block {
  padding: 28px;
}

.gh-about-block--wide {
  grid-column: 1 / -1;
}

.gh-about-block__label {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(125, 255, 79, 0.08);
  border: 1px solid rgba(125, 255, 79, 0.16);
  color: #dafccc;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.gh-about-block h2 {
  margin: 0 0 14px;
  font-size: 1.9rem;
}

.gh-about-block p {
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.8;
}

.gh-about-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.gh-about-story {
  padding: 24px 0;
}

.gh-about-story__grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 22px;
  align-items: stretch;
}

.gh-about-story__visual {
  min-height: 420px;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 30% 30%,
      rgba(125, 255, 79, 0.15),
      transparent 20%),
    radial-gradient(circle at 72% 20%,
      rgba(194, 29, 47, 0.22),
      transparent 18%),
    linear-gradient(180deg,
      rgba(255, 255, 255, 0.04),
      rgba(255, 255, 255, 0.02));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.gh-about-story__badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  max-width: 280px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(8, 10, 14, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--gold);
  font-weight: 700;
  z-index: 2;
}

.gh-about-story__content {
  padding: 28px;
}

.gh-about-story__content h2 {
  margin: 0 0 14px;
  font-size: 2rem;
}

.gh-about-story__content p {
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.8;
}

.gh-about-cta {
  padding: 24px 0 0;
}

/* =========================================================
   SHOP PAGE
========================================================= */

.gh-shop-page {
  padding: 0 0 80px;
}

.gh-shop-hero {
  padding: 28px 0 16px;
}

.gh-shop-hero__content {
  max-width: 820px;
}

.gh-shop-breadcrumbs {
  margin-bottom: 10px;
  font-size: 14px;
  opacity: 0.75;
}

.gh-shop-breadcrumbs a {
  text-decoration: none;
}

.gh-shop-title {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 0.98;
  color: var(--text);
}

.gh-shop-subtitle {
  margin: 0;
  max-width: 760px;
  font-size: 20px;
  line-height: 1.6;
  color: var(--muted);
  opacity: 0.88;
}

.gh-shop-links-section {
  padding: 0 0 26px;
}

.gh-shop-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.gh-shop-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.02);
  transition: 0.2s ease;
  white-space: nowrap;
}

.gh-shop-chip:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.06);
}

.gh-shop-layout-section {
  padding: 8px 0 56px;
}

.gh-shop-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

/* Sidebar */
.gh-shop-sidebar__inner {
  position: sticky;
  top: 24px;
  padding: 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.gh-shop-sidebar__head {
  margin-bottom: 18px;
}

.gh-shop-sidebar__eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.6;
}

.gh-shop-sidebar__head h3 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.15;
  color: var(--gold);
}

.gh-shop-sidebar__head p {
  margin: 0;
  line-height: 1.65;
  opacity: 0.78;
  color: var(--muted);
}

.gh-shop-sidebar__empty {
  padding: 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px dashed rgba(255, 255, 255, 0.14);
}

.gh-widget {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.gh-widget:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.gh-widget-title {
  font-size: 15px;
  line-height: 1.3;
}

.gh-widget ul,
.gh-widget ol,
.gh-widget .woocommerce-widget-layered-nav-list,
.gh-shop-sidebar ul,
.gh-shop-sidebar ol,
.widget_product_categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gh-widget li,
.gh-widget .woocommerce-widget-layered-nav-list__item,
.gh-shop-sidebar li,
.widget_product_categories li {
  margin: 0 0 10px;
  padding: 0;
}

.gh-widget a,
.gh-shop-sidebar a,
.woocommerce-widget-layered-nav-list__item a,
.widget_product_categories a {
  text-decoration: none;
  color: var(--muted);
}

.gh-widget a:hover,
.gh-shop-sidebar a:hover,
.woocommerce-widget-layered-nav-list__item a:hover,
.widget_product_categories a:hover {
  color: var(--text);
}

.gh-widget label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(255, 255, 255, 0.08);
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background: var(--accent-2);
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background: var(--gold);
}

/* Main / toolbar */
.gh-shop-main {
  min-width: 0;
}

.gh-shop-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.gh-shop-toolbar .woocommerce-result-count {
  margin: 0;
  font-size: 16px;
  opacity: 0.82;
  color: var(--muted);
}

.gh-shop-toolbar .woocommerce-ordering {
  margin: 0;
}

.gh-shop-toolbar .woocommerce-ordering select,
.gh-shop-main .woocommerce-ordering select {
  min-width: 230px;
  min-height: 48px;
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: inherit;
}

.gh-shop-pagination {
  margin-top: 28px;
}

.gh-shop-empty {
  padding: 30px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.gh-shop-empty h2 {
  margin-top: 0;
}

/* Product grid */
.woocommerce ul.products,
.woocommerce-page ul.products {
  margin: 0 !important;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after {
  display: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
}

/* Product card component */
.gh-shop-card {
  list-style: none;
}

.gh-shop-card__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease;
}

.gh-shop-card__inner:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 255, 255, 0.12);
}

.gh-shop-card__media {
  position: relative;
  margin-bottom: 16px;
}

.gh-shop-card__image-link {
  display: block;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
}

.gh-shop-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  height: auto;
  transition: transform 0.3s ease;
}

.gh-shop-card__inner:hover .gh-shop-card__image {
  transform: scale(1.03);
}

.gh-shop-card__badges {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  pointer-events: none;
}

.gh-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  backdrop-filter: blur(8px);
}

.gh-badge--sale {
  background: rgba(183, 34, 34, 0.9);
  color: #fff;
}

.gh-badge--stock {
  background: rgba(40, 40, 40, 0.88);
  color: #fff;
}

.gh-shop-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.gh-shop-card__tag {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.08);
  opacity: 0.92;
}

.gh-shop-card__title {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.35;
}

.gh-shop-card__title a {
  text-decoration: none;
  color: inherit !important;
}

.gh-shop-card__title a:hover {
  opacity: 0.88;
}

.gh-shop-card__price {
  margin-bottom: 16px;
  font-size: 16px;
  color: var(--gold);
  font-weight: 800;
}

.gh-shop-card__price .price {
  margin: 0;
  color: inherit;
}

.gh-shop-card__price del {
  opacity: 0.6;
  margin-right: 6px;
}

.gh-shop-card__price ins {
  text-decoration: none;
}

.gh-shop-card__actions {
  margin-top: auto;
}

.gh-shop-card__actions .button,
.gh-shop-card__actions .added_to_cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 14px;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.gh-shop-card__actions .button:hover,
.gh-shop-card__actions .added_to_cart:hover {
  transform: translateY(-1px);
}

.gh-shop-card__actions .button {
  width: 100%;
  margin-top: 0 !important;
}

.woocommerce ul.products li.product.gh-shop-card,
.woocommerce-page ul.products li.product.gh-shop-card {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.woocommerce ul.products li.product.gh-shop-card img,
.woocommerce-page ul.products li.product.gh-shop-card img {
  margin: 0 !important;
  box-shadow: none !important;
}

.woocommerce ul.products li.product.gh-shop-card .price {
  color: inherit;
}

/* =========================================================
   CART / CHECKOUT
========================================================= */

.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce {
  width: min(1240px, calc(100% - 32px));
  margin: 40px auto 80px;
}

.woocommerce-cart table.shop_table,
.woocommerce-checkout table.shop_table,
.woocommerce table.shop_table {
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.02));
  box-shadow: var(--shadow);
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-color: rgba(255, 255, 255, 0.06);
  color: var(--text);
}

.woocommerce-cart .product-name a,
.woocommerce-cart .product-remove a,
.woocommerce-checkout .product-name,
.woocommerce-checkout .product-total,
.woocommerce-checkout .product-name strong {
  color: var(--text) !important;
}

.woocommerce-cart .cart_totals,
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.02));
  box-shadow: var(--shadow);
  padding: 24px;
}

.woocommerce-cart .coupon input.input-text,
.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea,
.woocommerce-checkout select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 10, 14, 0.7);
  border-radius: 14px;
  padding: 12px 14px;
  color: var(--text);
}

.woocommerce form .form-row label {
  font-weight: 700;
  color: var(--text);
}

.woocommerce-checkout .woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.woocommerce-checkout-payment,
#add_payment_method #payment,
.woocommerce-cart #payment {
  background: rgba(255, 255, 255, 0.03) !important;
  border-radius: 18px !important;
}

.woocommerce-checkout-review-order-table .amount,
.cart_totals .amount,
.order-total .amount {
  color: var(--gold);
  font-weight: 800;
}

.woocommerce-checkout #customer_details {
  margin-bottom: 24px;
}

.woocommerce-checkout #order_review_heading {
  margin-top: 0;
}

.woocommerce-checkout #order_review {
  margin-top: 18px;
}

/* Force cart styling */
body.woocommerce-cart,
body.woocommerce-page.woocommerce-cart {
  background: #0d1016 !important;
  color: #f5ede0 !important;
}

body.woocommerce-cart #page-container,
body.woocommerce-cart #main-content,
body.woocommerce-cart .container,
body.woocommerce-cart #content-area,
body.woocommerce-cart #left-area,
body.woocommerce-cart article,
body.woocommerce-cart .et_pb_section,
body.woocommerce-cart .et_pb_row,
body.woocommerce-cart .et_pb_column {
  background: transparent !important;
}

body.woocommerce-cart #main-content {
  background:
    radial-gradient(circle at 20% 20%,
      rgba(125, 255, 79, 0.05),
      transparent 18%),
    radial-gradient(circle at 80% 12%, rgba(194, 29, 47, 0.1), transparent 20%),
    linear-gradient(180deg, #090a0f 0%, #0d1016 100%) !important;
  min-height: 70vh;
  padding-bottom: 60px;
}

body.woocommerce-cart .entry-title,
body.woocommerce-cart h1,
body.woocommerce-cart h2,
body.woocommerce-cart h3,
body.woocommerce-cart h4,
body.woocommerce-cart .woocommerce h1,
body.woocommerce-cart .woocommerce h2 {
  color: #f5ede0 !important;
}

body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-error {
  background: #11131a !important;
  color: #f5ede0 !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 16px !important;
}

body.woocommerce-cart .woocommerce {
  width: min(1240px, calc(100% - 32px));
  margin: 40px auto 80px !important;
  color: #f5ede0 !important;
}

body.woocommerce-cart .woocommerce table.shop_table,
body.woocommerce-cart table.shop_table {
  background: #11131a !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45) !important;
}

body.woocommerce-cart .woocommerce table.shop_table thead th,
body.woocommerce-cart .woocommerce table.shop_table th {
  color: #e2c18a !important;
  background: rgba(255, 255, 255, 0.02) !important;
  border-color: rgba(255, 255, 255, 0.06) !important;
  font-weight: 700 !important;
}

body.woocommerce-cart .woocommerce table.shop_table td,
body.woocommerce-cart .woocommerce table.shop_table tr,
body.woocommerce-cart .shop_table td,
body.woocommerce-cart .shop_table tr {
  color: #f5ede0 !important;
  border-color: rgba(255, 255, 255, 0.06) !important;
  background: transparent !important;
}

body.woocommerce-cart td.product-name,
body.woocommerce-cart td.product-name *,
body.woocommerce-cart td.product-name a,
body.woocommerce-cart .product-name a {
  color: #f5ede0 !important;
}

body.woocommerce-cart td.product-name a:hover,
body.woocommerce-cart .product-name a:hover {
  color: #7dff4f !important;
}

body.woocommerce-cart .variation,
body.woocommerce-cart .variation *,
body.woocommerce-cart .product-name small,
body.woocommerce-cart .product-name dl,
body.woocommerce-cart .product-name dd,
body.woocommerce-cart .product-name dt {
  color: #b9b0a3 !important;
}

body.woocommerce-cart .amount,
body.woocommerce-cart .product-price,
body.woocommerce-cart .product-subtotal,
body.woocommerce-cart .cart-subtotal,
body.woocommerce-cart .order-total,
body.woocommerce-cart .cart_totals .amount {
  color: #e2c18a !important;
  font-weight: 700 !important;
}

body.woocommerce-cart .quantity input.qty {
  background: #0a0b10 !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  color: #f5ede0 !important;
  border-radius: 10px !important;
  min-height: 44px;
}

body.woocommerce-cart .coupon .input-text,
body.woocommerce-cart input[type="text"],
body.woocommerce-cart input[type="number"] {
  background: #0a0b10 !important;
  color: #f5ede0 !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 12px !important;
}

body.woocommerce-cart a.remove {
  color: #c21d2f !important;
  font-size: 24px !important;
}

body.woocommerce-cart a.remove:hover {
  background: transparent !important;
  color: #ff4d63 !important;
}

body.woocommerce-cart .cart_totals,
body.woocommerce-cart .cart-collaterals .cart_totals {
  background: #11131a !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 18px !important;
  padding: 24px !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45) !important;
  color: #f5ede0 !important;
}

body.woocommerce-cart .cart_totals h2,
body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td {
  color: #f5ede0 !important;
}

body.woocommerce-cart .woocommerce a.button,
body.woocommerce-cart .woocommerce button.button,
body.woocommerce-cart .woocommerce input.button,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background: linear-gradient(135deg, #c21d2f, #7f0018) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
  box-shadow: 0 14px 30px rgba(127, 0, 24, 0.35) !important;
  padding: 14px 22px !important;
}

body.woocommerce-cart .woocommerce a.button:hover,
body.woocommerce-cart .woocommerce button.button:hover,
body.woocommerce-cart .woocommerce input.button:hover,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: #7f0018 !important;
  color: #ffffff !important;
}

body.woocommerce-cart a,
body.woocommerce-cart .shipping-calculator-button {
  color: #e2c18a !important;
}

body.woocommerce-cart a:hover,
body.woocommerce-cart .shipping-calculator-button:hover {
  color: #7dff4f !important;
}

body.woocommerce-cart p,
body.woocommerce-cart span,
body.woocommerce-cart label,
body.woocommerce-cart .woocommerce-cart-form {
  color: #f5ede0;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1100px) {

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

@media (max-width: 1080px) {

  .gh-hero__grid,
  .gh-split,
  .gh-about-story__grid {
    grid-template-columns: 1fr;
  }

  .gh-shop-layout {
    grid-template-columns: 1fr;
  }

  .gh-shop-sidebar__inner {
    position: static;
  }

  .gh-categories,
  .gh-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gh-features {
    grid-template-columns: 1fr;
  }

  .gh-hero-card {
    min-height: 560px;
  }

  .gh-community-banner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 980px) {

  .gh-contact-grid,
  .gh-about-grid {
    grid-template-columns: 1fr;
  }

  .gh-about-block--wide {
    grid-column: auto;
  }

  .gh-shop-toolbar {
    align-items: stretch;
  }

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

@media (max-width: 760px) {
  .gh-wrap {
    width: min(100% - 20px, 1240px);
  }

  .gh-categories,
  .gh-products,
  .gh-stats {
    grid-template-columns: 1fr;
  }

  .gh-section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .gh-hero {
    padding-top: 42px;
    min-height: auto;
  }

  .gh-hero-card {
    min-height: 500px;
  }

  .gh-hero h1 {
    line-height: 1;
  }

  .gh-floating-card {
    display: none;
  }

  .gh-community-banner__actions,
  .gh-about-actions,
  .gh-hero__cta {
    width: 100%;
  }

  .gh-community-banner__actions .gh-btn,
  .gh-about-actions .gh-btn,
  .gh-hero__cta .gh-btn {
    width: 100%;
  }

  .gh-product-meta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 680px) {

  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .gh-categories,
  .gh-products {
    grid-template-columns: 1fr;
  }

  .woocommerce-cart .woocommerce,
  .woocommerce-checkout .woocommerce,
  body.woocommerce-cart .woocommerce {
    width: min(100% - 20px, 1240px);
  }
}

@media (max-width: 640px) {
  .gh-form-row {
    grid-template-columns: 1fr;
  }

  .gh-contact-card,
  .gh-about-block,
  .gh-about-story__content {
    padding: 22px;
  }

  .gh-shop-hero {
    padding: 20px 0 14px;
  }

  .gh-shop-title {
    font-size: 42px;
  }

  .gh-shop-subtitle {
    font-size: 17px;
  }

  .gh-shop-links {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
  }

  .gh-shop-links::-webkit-scrollbar {
    height: 6px;
  }

  .gh-shop-card__inner {
    padding: 16px;
    border-radius: 20px;
  }

  .gh-shop-card__title {
    font-size: 18px;
  }
}

.gh-stats-slider {
  width: 100%;
  margin-top: 24px;
}

.gh-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.gh-stat {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 22px 18px;
  background: rgba(10, 10, 10, 0.9);
}

.gh-stat strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.gh-stat span {
  display: block;
  line-height: 1.5;
}

.gh-stats-dots {
  display: none;
}

@media (max-width: 767px) {
  .gh-stats-slider {
    overflow: hidden;
    position: relative;
  }

  .gh-stats {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    width: 100%;
    transition: transform 0.4s ease;
    will-change: transform;
  }

  .gh-stat {
    flex: 0 0 100% !important;
    min-width: 100% !important;
    box-sizing: border-box;
  }

  .gh-stats-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
  }

  .gh-stats-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.25s ease;
  }

  .gh-stats-dots button.is-active {
    width: 18px;
    background: #fff;
  }
}

/* =========================================================
   SINGLE PRODUCT - WOOCOMMERCE ONLY
========================================================= */

.single-product div.product .woocommerce-product-gallery,
.single-product div.product .summary,
.single-product .woocommerce-tabs,
.single-product .related.products,
.single-product .upsells.products {
  display: none !important;
}

body.single-product,
body.single-product #page-container,
body.single-product #main-content,
body.single-product .container,
body.single-product #content-area,
body.single-product #left-area,
body.single-product article,
body.single-product .et_pb_section,
body.single-product .et_pb_row,
body.single-product .et_pb_column {
  background: transparent !important;
  box-shadow: none !important;
}

body.single-product #main-content {
  background:
    radial-gradient(circle at 20% 20%,
      rgba(255, 140, 0, 0.15),
      transparent 20%),
    radial-gradient(circle at 80% 12%, rgba(255, 90, 0, 0.18), transparent 25%),
    linear-gradient(180deg, #090a0f 0%, #ff7a00 100%) !important;
  min-height: 100vh;
  padding-bottom: 80px;
}

.single-product #main-content>.container>.woocommerce-breadcrumb,
.single-product #main-content .woocommerce-notices-wrapper+.woocommerce-breadcrumb {
  display: none !important;
}

.gh-single-product {
  padding: 28px 0 120px;
}

.gh-single-breadcrumbs {
  margin-bottom: 18px;
  font-size: 14px;
  color: var(--muted);
}

.gh-single-breadcrumbs a {
  color: var(--gold);
  text-decoration: none;
}

.gh-single-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  gap: 28px;
  padding: 28px;
  margin-bottom: 28px;
}

.gh-single-gallery__main {
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 30%,
      rgba(125, 255, 79, 0.1),
      transparent 18%),
    linear-gradient(180deg, rgba(127, 0, 24, 0.2), rgba(10, 11, 16, 0.85));
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.gh-single-gallery__image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.gh-single-gallery__thumbs {
  display: flex;
  gap: 12px;
  margin-top: 14px;
  flex-wrap: wrap;
}

.gh-single-thumb {
  width: 76px;
  height: 76px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.gh-single-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gh-single-thumb.is-active {
  border-color: rgba(125, 255, 79, 0.42);
  box-shadow: 0 0 0 2px rgba(125, 255, 79, 0.14);
}

.gh-single-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.gh-single-pill {
  display: inline-flex;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(125, 255, 79, 0.08);
  border: 1px solid rgba(125, 255, 79, 0.16);
  color: #dafccc;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.gh-single-title {
  margin: 0;
  font-size: 30px !important;
  line-height: 0.98;
  color: var(--text);
}

.gh-single-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.gh-single-price,
.gh-single-price .amount {
  font-size: 2rem;
  font-weight: 800;
  color: var(--gold);
}

.gh-single-shortdesc {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.8;
  max-width: 56ch;
}

.gh-single-stock {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
}

.gh-single-stock--in {
  background: rgba(125, 255, 79, 0.08);
  color: #d9ffca;
  border: 1px solid rgba(125, 255, 79, 0.18);
}

.gh-single-stock--out {
  background: rgba(194, 29, 47, 0.12);
  color: #ffd9df;
  border: 1px solid rgba(194, 29, 47, 0.22);
}

.gh-single-cartbox {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.gh-single-cartbox form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.gh-single-cartbox .quantity .qty {
  min-width: 84px;
  min-height: 50px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03) !important;
  color: var(--text) !important;
}

.single-product .gh-single-cartbox .single_add_to_cart_button,
.single-product .gh-mobile-buybar .single_add_to_cart_button {
  min-height: 50px;
  padding: 12px 22px !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg,
      var(--accent-2),
      var(--accent)) !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: 0 14px 30px rgba(127, 0, 24, 0.35) !important;
}

.gh-single-meta {
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.gh-single-meta .product_meta {
  display: grid;
  gap: 8px;
  color: var(--muted);
}

.gh-single-meta a {
  color: var(--gold);
}

.gh-single-lower {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 22px;
  align-items: start;
}

.gh-single-main,
.gh-single-sidebar {
  display: grid;
  gap: 22px;
}

.gh-single-panel {
  padding: 24px;
}

.gh-single-panel h2 {
  margin: 0 0 16px;
  font-size: 1.65rem;
}

.gh-single-copy {
  color: var(--muted);
  line-height: 1.8;
}

.gh-single-copy p:last-child {
  margin-bottom: 0;
}

.gh-single-specs {
  display: grid;
  gap: 12px;
}

.gh-single-spec {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: start;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.gh-single-spec:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.gh-single-spec span {
  color: var(--muted);
}

.gh-single-spec strong {
  color: var(--text);
  text-align: right;
}

.gh-single-help-actions {
  margin-top: 18px;
}

.gh-single-related {
  padding-top: 34px;
}

.gh-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.gh-mobile-buybar {
  display: none;
}

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

@media (max-width: 980px) {

  .gh-single-hero,
  .gh-single-lower {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .gh-single-product {
    padding-bottom: 118px;
  }

  .gh-single-hero {
    padding: 18px;
    gap: 18px;
  }

  .gh-single-panel {
    padding: 20px;
  }

  .gh-single-title {
    font-size: 2.2rem;
  }

  .gh-single-price {
    font-size: 1.7rem;
  }

  .gh-single-thumb {
    width: 64px;
    height: 64px;
  }

  .gh-related-grid {
    grid-template-columns: 1fr;
  }

  .gh-mobile-buybar {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    padding: 12px 14px calc(12px + env(safe-area-inset-bottom));
    background: rgba(10, 11, 16, 0.96);
    border-top: 1px solid var(--line);
    backdrop-filter: blur(12px);
  }

  .gh-mobile-buybar__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 14px;
    align-items: center;
  }

  .gh-mobile-buybar__left {
    display: grid;
    gap: 4px;
    min-width: 0;
  }

  .gh-mobile-buybar__label {
    font-size: 0.92rem;
    color: var(--muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .gh-mobile-buybar__price {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--gold);
  }

  .gh-mobile-buybar__right form.cart {
    display: flex;
    margin: 0;
    gap: 10px;
    align-items: center;
  }

  .gh-mobile-buybar__right .quantity {
    display: none !important;
  }
}

/* ================================
   PRODUCT TITLE
================================ */

.gh-single-summary h1.product_title,
.single-product .product_title {
  color: #ffffff !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
}

/* ================================
   PRICE
================================ */

.single-product .price,
.gh-single-summary .price {
  color: #f5c16c !important;
  font-size: 28px !important;
  font-weight: 700 !important;
}

.single-product .price del {
  color: #7a7a7a !important;
  opacity: 0.7 !important;
}

.single-product .price ins {
  color: #f5c16c !important;
  text-decoration: none !important;
}

/* ================================
   DESCRIPTION TEXT
================================ */

.gh-product-description p,
.single-product .woocommerce-product-details__short-description p {
  color: #cfd3dc !important;
  line-height: 1.7 !important;
}

/* ================================
   DESCRIPTION HEADINGS
================================ */

.gh-product-description h2,
.gh-product-description h3,
.single-product .woocommerce-tabs h2,
.single-product .woocommerce-tabs h3 {
  color: #ffffff !important;
  font-weight: 600 !important;
  margin-top: 24px !important;
}

/* ================================
   CATEGORY BADGE
================================ */

.gh-category-badge,
.product_meta .posted_in a {
  background: rgba(64, 255, 128, 0.12) !important;
  color: #7dff9a !important;
  border: 1px solid rgba(64, 255, 128, 0.35) !important;
  padding: 6px 12px !important;
  border-radius: 20px !important;
}

/* ================================
   STOCK BADGE
================================ */

.stock.in-stock {
  background: rgba(80, 255, 120, 0.15) !important;
  color: #8fffab !important;
  padding: 6px 12px !important;
  border-radius: 20px !important;
}

/* ================================
   ADD TO CART BUTTON
================================ */

.single_add_to_cart_button,
button.single_add_to_cart_button {
  background: linear-gradient(135deg, #ff2b2b, #c30000) !important;
  color: white !important;
  border-radius: 10px !important;
  padding: 14px 28px !important;
  font-weight: 600 !important;
  border: none !important;
  box-shadow: 0 10px 30px rgba(255, 0, 0, 0.35) !important;
  transition: all 0.25s ease !important;
}

.single_add_to_cart_button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 35px rgba(255, 0, 0, 0.5) !important;
}

/* ================================
   PRODUCT META (SKU / TAGS)
================================ */

.product_meta {
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  margin-top: 20px !important;
  padding-top: 20px !important;
}

.product_meta span {
  color: #9aa3b5 !important;
}

.product_meta a {
  color: #ffffff !important;
}

/* ================================
   DESCRIPTION SECTION DIVIDER
================================ */

.gh-product-description,
.single-product .woocommerce-tabs {
  border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
  margin-top: 40px !important;
  padding-top: 40px !important;
}

/* ================================
   KEY DETAILS BOX
================================ */

.gh-product-meta dt {
  color: #8a92a6 !important;
}

.gh-product-meta dd {
  color: #ffffff !important;
}

/* ================================
   PRODUCT IMAGE FRAME
================================ */

.gh-single-gallery img,
.woocommerce-product-gallery img {
  border-radius: 16px !important;
}

/* ================================
   QUANTITY FIELD
================================ */

.single-product .quantity input {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: white !important;
}

/* ================================
   RELATED PRODUCTS
================================ */

.related.products h2 {
  color: #ffffff !important;
  margin-bottom: 20px !important;
}

.related.products .price {
  color: #f5c16c !important;
}

/* ================================
   GENERAL TEXT FIX
================================ */

.single-product p {
  color: #cfd3dc !important;
}

.single-product h1,
.single-product h2,
.single-product h3 {
  color: #ffffff !important;
}

/* =========================================================
   FEATURED PRODUCTS - PAGED CAROUSEL
========================================================= */
/* =========================================================
   FEATURED PRODUCT CARD POLISH
========================================================= */

.gh-featured-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 18px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 18%,
      rgba(125, 255, 79, 0.08),
      transparent 16%),
    linear-gradient(180deg, rgba(127, 0, 24, 0.18), rgba(10, 11, 16, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
  margin-bottom: 12px !important;
}

.gh-featured-card .gh-product-image {
  margin-bottom: 16px;
}

.gh-featured-card .gh-product-image a {
  display: block;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
}

.gh-featured-card .gh-product-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.gh-featured-card .gh-product-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
}

.gh-featured-card .gh-tag {
  display: inline-flex;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(125, 255, 79, 0.08);
  border: 1px solid rgba(125, 255, 79, 0.18);
  color: #d9ffca;
  font-size: 0.86rem;
  font-weight: 700;
}

.gh-featured-title {
  margin: 0;
  font-size: 1.95rem;
  line-height: 1.12;
  font-weight: 500;
}

.gh-featured-title a {
  color: var(--text);
  text-decoration: none;
}

.gh-featured-title a:hover {
  opacity: 0.88;
}

.gh-featured-text {
  color: var(--muted);
  line-height: 1.75;
  font-size: 1rem;
  min-height: 78px;
  /* keeps cards even */
}

.gh-featured-card .gh-product-meta {
  margin-top: auto;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
}

.gh-featured-card .gh-price {
  font-size: 16px;
  font-weight: 800;
  color: var(--gold);
  line-height: 1;
}

.gh-featured-card .button {
  font-size: 13px;
  padding: 6px 10px;
}

.gh-featured-card .gh-price del {
  opacity: 0.55;
  margin-right: 8px;
  font-size: 0.9em;
}

.gh-featured-card .gh-price ins {
  text-decoration: none;
}

.gh-featured-cart {
  display: flex;
  align-items: center;
}

.gh-featured-cart .button,
.gh-featured-cart .added_to_cart {
  min-height: 46px;
  padding: 12px 18px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg,
      rgba(125, 255, 79, 0.16),
      rgba(255, 255, 255, 0.04)) !important;
  border: 1px solid rgba(125, 255, 79, 0.18) !important;
  color: #eefbe7 !important;
  font-weight: 700 !important;
  box-shadow: none !important;
  white-space: nowrap;
}

.gh-featured-cart .button:hover,
.gh-featured-cart .added_to_cart:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg,
      rgba(125, 255, 79, 0.24),
      rgba(255, 255, 255, 0.06)) !important;
}

/* Mobile */
@media (max-width: 640px) {
  .gh-featured-title {
    font-size: 1.6rem;
  }

  .gh-featured-text {
    min-height: auto;
  }

  .gh-featured-card .gh-product-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .gh-featured-cart,
  .gh-featured-cart .button {
    width: 100%;
  }
}

.gh-featured-pages {
  position: relative;
  overflow: hidden;
}

.gh-featured-pages__viewport {
  overflow: hidden;
  width: 100%;
}

.gh-featured-pages__track {
  display: flex;
  align-items: stretch;
  transition: transform 0.6s ease;
  will-change: transform;
}

.gh-featured-pages__item {
  box-sizing: border-box;
  flex: 0 0 20%;
  min-width: 20%;
  padding: 0 8px;
  display: flex;
}

.gh-featured-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 18px;
}

.gh-featured-card .gh-product-image {
  margin-bottom: 16px;
}

.gh-featured-card .gh-product-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}

.gh-featured-card .gh-product-body h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
}

.gh-featured-card .gh-product-body h3 a {
  color: var(--text);
  text-decoration: none;
}

.gh-featured-card .gh-product-body h3 a:hover {
  opacity: 0.88;
}

.gh-featured-card .gh-product-meta {
  margin-top: auto;
}

.gh-featured-pages__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
}

.gh-featured-pages__dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: rgba(255, 255, 255, 0.22);
  cursor: pointer;
  transition: all 0.25s ease;
}

.gh-featured-pages__dot.is-active {
  width: 24px;
  background: rgba(255, 255, 255, 0.9);
}

@media (max-width: 767px) {
  .gh-featured-pages__item {
    flex: 0 0 80%;
    min-width: 80%;
    padding: 0 6px;
  }

  .gh-featured-card {
    padding: 12px;
  }

  .gh-featured-card .gh-product-body h3 {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .gh-featured-pages__item {
    flex: 0 0 90%;
    min-width: 90%;
  }
}

/* Tablet */
@media (max-width: 980px) {
  .gh-featured-pages__item {
    flex: 0 0 50%;
    min-width: 50%;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .gh-featured-pages__item {
    flex: 0 0 100%;
    min-width: 100%;
  }

  .gh-featured-card {
    padding: 14px;
  }

  .gh-featured-card .gh-product-body h3 {
    font-size: 14px;
  }
}

/* Shop search */
.gh-shop-search {
  margin: 0 0 28px;
  padding: 18px 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background: linear-gradient(135deg,
      rgba(255, 255, 255, 0.04),
      rgba(255, 255, 255, 0.02));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.gh-shop-search-form {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  flex-wrap: wrap;
}

.gh-shop-search-input {
  flex: 1 1 320px;
  min-width: 240px;
  height: 54px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(8, 12, 24, 0.82);
  color: #fff;
  font-size: 16px;
  line-height: 1;
  outline: none;
  transition: all 0.25s ease;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.gh-shop-search-input::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

.gh-shop-search-input:hover {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(10, 16, 30, 0.9);
}

.gh-shop-search-input:focus {
  border-color: rgba(205, 26, 46, 0.75);
  background: rgba(10, 16, 30, 0.96);
  box-shadow:
    0 0 0 3px rgba(205, 26, 46, 0.16),
    0 8px 24px rgba(0, 0, 0, 0.25);
}

/* Search + clear buttons inside search form */
.gh-shop-search-form .gh-btn,
.gh-shop-search-form button,
.gh-shop-search-form input[type="submit"],
.gh-shop-search-form .button {
  height: 54px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
}

/* Primary search button */
.gh-shop-search-form .gh-btn--primary,
.gh-shop-search-form button[type="submit"],
.gh-shop-search-form input[type="submit"] {
  color: #fff;
  background: linear-gradient(135deg, #d10f2f 0%, #b10823 100%);
  box-shadow: 0 10px 22px rgba(209, 15, 47, 0.28);
}

.gh-shop-search-form .gh-btn--primary:hover,
.gh-shop-search-form button[type="submit"]:hover,
.gh-shop-search-form input[type="submit"]:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(209, 15, 47, 0.34);
  filter: brightness(1.05);
}

/* Secondary clear button */
.gh-shop-search-form .gh-btn--secondary {
  color: #f1d59a;
  background: rgba(110, 128, 74, 0.26);
  border: 1px solid rgba(211, 188, 120, 0.18);
  box-shadow: none;
}

.gh-shop-search-form .gh-btn--secondary:hover {
  background: rgba(130, 150, 86, 0.34);
  border-color: rgba(211, 188, 120, 0.3);
  transform: translateY(-1px);
}

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

/* Responsive */
@media (max-width: 767px) {
  .gh-shop-search {
    padding: 16px;
    border-radius: 22px;
  }

  .gh-shop-search-form {
    gap: 12px;
  }

  .gh-shop-search-input {
    flex: 1 1 100%;
    min-width: 100%;
    height: 50px;
    font-size: 15px;
  }

  .gh-shop-search-form .gh-btn,
  .gh-shop-search-form button,
  .gh-shop-search-form input[type="submit"],
  .gh-shop-search-form .button {
    height: 50px;
    padding: 0 18px;
  }
}

/* =========================
   NEWS / UPDATES
========================= */

/* TYPE BADGE */
.gh-news-card__type {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  border-radius: 999px;
  text-transform: uppercase;
}

.gh-news-card__type--news {
  background: rgba(223, 193, 124, 0.12);
  color: #dfc17c;
  border: 1px solid rgba(223, 193, 124, 0.25);
}

.gh-news-card__type--event {
  background: rgba(90, 255, 120, 0.12);
  color: #5aff78;
  border: 1px solid rgba(90, 255, 120, 0.25);
}

/* EVENT DATE */
.gh-news-event-date {
  margin-bottom: 10px;
  font-size: 0.9rem;
  color: #5aff78;
  font-weight: 600;
}

.gh-news-feature {
  position: relative;
}

.gh-news-hero__inner,
.gh-news-featured,
.gh-news-card,
.gh-news-single__article,
.gh-news-sidebar-card,
.gh-news-empty {
  background:
    radial-gradient(circle at 18% 20%,
      rgba(90, 255, 120, 0.1),
      transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(255, 70, 70, 0.1), transparent 30%),
    linear-gradient(180deg, rgba(10, 14, 26, 0.98), rgba(7, 10, 20, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

.gh-news-featured {
  padding: clamp(28px, 4vw, 52px);
  min-height: 320px;
  display: flex;
  align-items: flex-end;
}

.gh-news-featured__content {
  max-width: 760px;
}

.gh-news-meta {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 14px;
}

.gh-news-featured__title {
  font-size: 36px !important;
  line-height: 1.02;
  color: #f1e8d2;
}

.gh-news-hero__inner {
  padding: 20px !important;
}

.gh-news-featured__subtitle {
  margin: 0 0 16px;
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  line-height: 1.45;
  color: #e0c98e;
}

.gh-news-featured__excerpt {
  max-width: 680px;
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 26px;
}

.gh-news-archive-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.gh-news-card {
  padding: 28px;
}

.gh-news-card__body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.gh-news-card__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.7);
}

.gh-news-card__title {
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.1;
}

.gh-news-card__title a {
  color: #f1e8d2;
  text-decoration: none;
}

.gh-news-card__title a:hover {
  color: #e9d5a2;
}

.gh-news-card__subtitle {
  margin: 0 0 14px;
  font-size: 1rem;
  line-height: 1.5;
  color: #dfc17c;
}

.gh-news-card__excerpt {
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.88);
}

.gh-news-card__link {
  margin-top: auto;
  color: #dfc17c;
  font-weight: 600;
  text-decoration: none;
}

.gh-news-card__link:hover {
  text-decoration: underline;
}

.gh-news-single__wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.7fr);
  gap: 28px;
  align-items: start;
}

.gh-news-single__article {
  padding: clamp(28px, 4vw, 52px);
}

.gh-news-single__header {
  margin-bottom: 28px;
}

.gh-news-single__back {
  display: inline-block;
  margin-bottom: 16px;
  color: #dfc17c;
  text-decoration: none;
}

.gh-news-single__back:hover {
  text-decoration: underline;
}

.gh-news-single__title {
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.04;
  color: #f1e8d2;
}

.gh-news-single__subtitle {
  margin: 0 0 16px;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #dfc17c;
  max-width: 760px;
}

.gh-news-single__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.72);
}

.gh-news-single__content {
  max-width: 820px;
  font-size: 1.05rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.9);
}

.gh-news-single__content p:last-child {
  margin-bottom: 0;
}

.gh-news-sidebar-card {
  padding: 28px;
}

.gh-news-sidebar-card h3 {
  margin-top: 14px;
  margin-bottom: 12px;
  color: #f1e8d2;
}

.gh-news-sidebar-card p {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.75;
}

.gh-news-empty {
  padding: 32px;
}

.pagination,
.nav-links {
  margin-top: 34px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  text-decoration: none;
  color: #f1e8d2;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.page-numbers.current,
.page-numbers:hover {
  background: linear-gradient(135deg, #d61f3a, #b80d2d);
  color: #fff;
}

@media (max-width: 980px) {
  .gh-news-single__wrap {
    grid-template-columns: 1fr;
  }

  .gh-news-archive-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {

  .gh-news-featured,
  .gh-news-card,
  .gh-news-single__article,
  .gh-news-sidebar-card {
    border-radius: 22px;
  }

  .gh-news-featured {
    min-height: auto;
  }

  .gh-news-featured__title,
  .gh-news-single__title {
    line-height: 1.08;
  }
}

/* Make buttons compact for 4-column grid */
.woocommerce ul.products li.product .button {
  font-size: 13px !important;
  line-height: 1.2 !important;
  border-radius: 20px !important;
  width: auto !important;
  display: inline-block !important;
}

/* Optional: keep buttons aligned nicely */
.woocommerce ul.products li.product .gh-shop-card__actions {
  display: flex !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}

/* Optional: center or left align */
.woocommerce ul.products li.product .button {
  margin-top: 8px !important;
}

/* PRODUCT PAGE NOTICE */
.single-product .woocommerce-message {
  align-items: center;
  justify-content: space-between;
  gap: 16px;

  background: linear-gradient(180deg,
      rgba(52, 62, 82, 0.95),
      rgba(38, 46, 62, 0.95));

  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 3px solid #7dff4f;

  border-radius: 18px;
  padding: 18px 22px;

  color: #f4f1ea;
  font-size: 0.95rem;

  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

.gh-news-event-date {
  margin-top: 10px;
  font-size: 0.95rem;
  color: #7dff4f;
  font-weight: 600;
}

.gh-news-event-box {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(125, 255, 79, 0.08);
  border: 1px solid rgba(125, 255, 79, 0.25);
}

.gh-news-event-label {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7dff4f;
  font-weight: 700;
}

.gh-news-event-value {
  font-size: 0.95rem;
  color: #dfffd2;
}

.gh-product-top-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.gh-tag--release {
  background: rgba(90, 255, 120, 0.12);
  color: #5aff78;
  border: 1px solid rgba(90, 255, 120, 0.25);
}

.gh-about-actions--stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 18px;
}

.gh-btn--facebook {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1877f2;
  color: #fff;
  border: 1px solid #1877f2;
  text-decoration: none;
}

.gh-btn--facebook:hover,
.gh-btn--facebook:focus {
  background: #0f5ec9;
  border-color: #0f5ec9;
  color: #fff;
}

.gh-about-community .gh-about-block {
  text-align: left;
}

.gh-news-hero__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 28px;
  align-items: stretch;
  padding: 32px;
  border-radius: 28px;
}

.gh-news-hero__content h1 {
  margin: 12px 0 14px;
}

.gh-news-hero__content p {
  max-width: 700px;
  margin: 0;
}

.gh-news-community {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.gh-news-community__label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e6c27a;
}

.gh-news-community h2 {
  margin: 0 0 12px;
  font-size: 1.6rem;
  line-height: 1.2;
}

.gh-news-community p {
  margin: 0 0 18px;
}

.gh-news-community__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.gh-btn--facebook {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1877f2;
  border: 1px solid #1877f2;
  color: #fff;
  text-decoration: none;
}

.gh-btn--facebook:hover,
.gh-btn--facebook:focus {
  background: #0f5ec9;
  border-color: #0f5ec9;
  color: #fff;
}

.gh-news-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.gh-news-card__social {
  font-weight: 600;
  text-decoration: none;
  color: inherit;
  opacity: 0.9;
}

.gh-news-card__social:hover,
.gh-news-card__social:focus {
  opacity: 1;
  text-decoration: underline;
}

.gh-news-page-cta__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 28px 32px;
  border-radius: 28px;
}

.gh-news-page-cta__content h2 {
  margin: 12px 0;
}

.gh-news-page-cta__content p {
  margin: 0;
  max-width: 680px;
}

.gh-news-page-cta__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 980px) {

  .gh-news-hero__grid,
  .gh-news-page-cta__inner {
    grid-template-columns: 1fr;
    display: grid;
  }

  .gh-news-page-cta__actions {
    margin-top: 8px;
  }
}

@media (max-width: 640px) {

  .gh-news-hero__grid,
  .gh-news-page-cta__inner {
    padding: 22px;
  }

  .gh-news-community {
    padding: 20px;
  }

  .gh-news-card__footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

.wc-block-cart-item__total {
  display: none !important;
}

.wc-block-components-button__text {
  color: white !important;
}

/* ========================================
   SHOP FILTERS: desktop sidebar, mobile drawer
======================================== */

/* Desktop only: show custom sidebar */
@media (min-width: 981px) {
  .gh-shop-sidebar {
    display: block !important;
  }

  .gh-shop-layout {
    display: grid !important;
    grid-template-columns: 260px minmax(0, 1fr) !important;
    gap: 26px !important;
    align-items: start !important;
  }

  .gh-shop-sidebar__inner {
    position: sticky !important;
    top: 24px !important;
  }
}

/* Mobile only: hide static sidebar and let plugin mobile filters take over */
@media (max-width: 980px) {
  .gh-shop-layout {
    display: block !important;
    grid-template-columns: none !important;
  }

  .gh-shop-sidebar {
    display: none !important;
  }

  .gh-shop-main {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  /* Prevent theme wrappers from trapping mobile filter drawer */
  .gh-shop-page,
  .gh-wrap,
  .gh-shop-layout,
  .gh-shop-main,
  #main-content,
  .container,
  .et_pb_section,
  .et_pb_row,
  .et_pb_column {
    overflow: visible !important;
  }

  /* Product cards should sit below popup filters */
  .gh-shop-card,
  .gh-shop-card__inner,
  .woocommerce ul.products,
  .woocommerce ul.products li.product {
    z-index: auto !important;
  }

  /* Common plugin mobile drawer / overlay classes */
  .wpfOverlay,
  .wpfDrawer,
  .wpfFilterWrapper,
  .berocket_side_filters,
  .berocket_single_filter_widget,
  .berocket_side_filters_overlay,
  .prdctfltr_filter_wrapper,
  .prdctfltr_overlay {
    z-index: 99999 !important;
  }

  .wpfOverlay,
  .berocket_side_filters_overlay,
  .prdctfltr_overlay {
    position: fixed !important;
    inset: 0 !important;
    background: rgba(0, 0, 0, 0.55) !important;
  }

  .wpfDrawer,
  .berocket_side_filters,
  .prdctfltr_filter_wrapper {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    max-height: 85vh !important;
    overflow-y: auto !important;
    margin: 0 !important;
    transform: none !important;
    border-radius: 20px 20px 0 0 !important;
  }
}

/* ========================================
   CUSTOM SITE HEADER
======================================== */

:root {
  --gh-bg-dark: #0b0908;
  --gh-bg-navy: #140d08;
  --gh-bg-navy-soft: #1f120a;
  --gh-text: #fff4e8;
  --gh-text-soft: rgba(255, 244, 232, 0.78);
  --gh-border: rgba(255, 255, 255, 0.08);
  --gh-border-strong: rgba(255, 255, 255, 0.14);
  --gh-red-1: #ff7a1a;
  --gh-red-2: #ff9b47;
  --gh-green: #ffb15e;
}

.site-header {
  top: 0;
  z-index: 1000;
  background:
    radial-gradient(circle at 20% 0%,
      rgba(255, 120, 20, 0.12),
      transparent 40%),
    rgba(20, 13, 8, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.site-header .container {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

/* Top bar */
.site-header__top {
  background: linear-gradient(90deg, #0b0908 0%, #1a110b 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.site-header__top-inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0;
}

.site-header__top-left,
.site-header__top-right {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.site-header__top-left a,
.site-header__top-right a {
  color: var(--gh-text-soft);
  line-height: 1.4;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
  transition:
    color 0.2s ease,
    opacity 0.2s ease;
}

.site-header__top-left a:hover,
.site-header__top-right a:hover {
  color: #ffffff;
}

.site-header__top-left a:not(:last-child)::after,
.site-header__top-right a:not(:last-child)::after {
  content: "|";
  margin-left: 20px;
  color: rgba(255, 255, 255, 0.22);
}

/* Main nav bar */
.site-header__main {
  background: rgba(20, 13, 8, 0.88);
}

.site-header__main-inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.site-header__brand {
  flex: 0 0 auto;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.site-logo img {
  display: block;
  width: auto;
  max-width: 205px;
  max-height: 120px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.site-nav__menu {
  display: flex;
  align-items: center;
  gap: 26px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav__menu li {
  margin: 0;
  padding: 0;
}

.site-nav__menu a {
  position: relative;
  text-decoration: none;
  color: #f2c57c !important;
  font-size: 1rem;
  font-weight: 750;
  letter-spacing: 0.01em;
  transition:
    color 0.2s ease,
    opacity 0.2s ease;
}

.site-nav__menu a:hover {
  color: #ffb15e !important;
}

.site-nav__menu>li:not(.site-nav__cta)>a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: var(--gh-green);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}

.site-nav__menu>li:not(.site-nav__cta)>a:hover::after,
.site-nav__menu>li.current-menu-item>a::after,
.site-nav__menu>li.current_page_item>a::after,
.site-nav__menu>li.current-menu-ancestor>a::after {
  transform: scaleX(1);
}

.site-nav__menu>li.current-menu-item>a,
.site-nav__menu>li.current_page_item>a,
.site-nav__menu>li.current-menu-ancestor>a {
  color: #ffffff !important;
}

/* CTA */
.site-nav__cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gh-red-1) 0%, var(--gh-red-2) 100%);
  color: #ffffff !important;
  font-size: 0.96rem;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(207, 16, 22, 0.26);
  transition:
    transform 0.22s ease,
    filter 0.22s ease,
    box-shadow 0.22s ease;
}

.site-nav__cta a::after {
  display: none !important;
}

.site-nav__cta a:hover {
  color: #ffffff !important;
  filter: brightness(1.05);
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(207, 16, 22, 0.3);
}

/* Mobile toggle */
.nav-toggle {
  display: none;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid var(--gh-border-strong);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  position: relative;
  z-index: 1002;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: var(--gh-text);
  border-radius: 999px;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.nav-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Divi cleanup so custom header shows cleanly */
#main-header,
#top-header,
.et-l--header,
header#main-header {
  display: none !important;
}

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

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

/* Tablet / mobile */
@media (max-width: 1100px) {
  .site-header {
    position: relative;
    z-index: 9999;
  }

  .site-header__top-inner {
    flex-direction: column;
    /* align-items: flex-start; */
    justify-content: center;
    padding: 10px 0;
  }

  .site-header__top-left,
  .site-header__top-right {
    gap: 16px;
  }

  .site-header__main {
    position: relative;
    overflow: visible;
    z-index: 9999;
  }

  .site-header__main-inner {
    min-height: 86px;
    position: relative;
    z-index: 9999;
  }

  .nav-toggle {
    display: inline-block;
    margin-left: auto;
  }

  .site-nav {
    display: none;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    width: 100%;
    background: #140d08;
    border-top: 1px solid var(--gh-border);
    border-bottom: 1px solid var(--gh-border);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.28);
    padding: 18px 24px 24px;
    z-index: 10000;
  }

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

  .site-nav__menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    width: 100%;
  }

  .site-nav__menu li {
    width: 100%;
  }

  .site-nav__menu a {
    width: 100%;
    font-size: 1.05rem;
  }

  .site-nav__menu>li:not(.site-nav__cta)>a::after {
    bottom: -6px;
  }

  .site-nav__cta {
    width: 100%;
    margin-top: 8px;
  }

  .site-nav__cta a {
    width: 100%;
    min-height: 52px;
  }
}

@media (max-width: 640px) {
  .site-header .container {
    width: calc(100% - 24px);
  }

  .site-header__top-left a,
  .site-header__top-right a {
    font-size: 0.86rem;
  }

  .site-logo img {
    max-width: 170px;
    max-height: 62px;
  }

  .site-header__main-inner {
    min-height: 78px;
  }
}

/* ========================================
   CUSTOM FOOTER
======================================== */

.site-footer {
  position: relative;
  margin-top: 40px;
  padding: 56px 0 0;
  background:
    radial-gradient(circle at 50% 0%,
      rgba(255, 120, 20, 0.18),
      transparent 40%),
    linear-gradient(180deg, #1a110b 0%, #0b0908 100%);
  color: #fff4e8;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.site-footer .container {
  width: 1250px;
  margin: 0 auto;
  max-width: 1250px;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.7fr 0.9fr 1fr;
  gap: 56px;
  padding-bottom: 34px;
  align-items: start;
}

.footer-brand,
.footer-column {
  min-width: 0;
}

.footer-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ff9b47;
}

.footer-brand h3,
.footer-column h4 {
  margin-top: 0;
  color: #f7f3eb;
}

.footer-brand h3 {
  margin-bottom: 22px;
  max-width: 560px;
  font-size: 26px;
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.footer-brand p {
  max-width: 560px;
  margin: 0;
  color: rgba(245, 239, 228, 0.78);
  font-size: 1rem;
  line-height: 1.8;
}

.footer-column h4 {
  margin-bottom: 18px;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 700;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
  max-width: 560px;
}

.footer-badge {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #f5efe4;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 26px;
}

.footer-social a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  color: #f5efe4;
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-decoration: none;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    color 0.25s ease;
}

.footer-social a:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.footer-social svg {
  width: 18px;
  height: 18px;
}

.footer-links,
.footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 12px;
  line-height: 1.6;
}

.footer-links li:last-child,
.footer-contact li:last-child {
  margin-bottom: 0;
}

.footer-links a,
.footer-contact a,
.footer-contact li {
  color: rgba(245, 239, 228, 0.78);
  font-size: 0.96rem;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: #ffffff;
}

.footer-contact .footer-contact-text {
  max-width: 290px;
}

.footer-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-top: 24px;
}

.gh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease;
  box-sizing: border-box;
}

.gh-btn:hover {
  transform: translateY(-2px);
}

.gh-btn--primary {
  background: linear-gradient(135deg, #ff7a1a 0%, #ff9b47 100%);
  color: #ffffff !important;
  border: none;
  box-shadow: 0 10px 24px rgba(255, 122, 26, 0.24);
}

.gh-btn--primary:hover {
  background: linear-gradient(135deg, #ff8c2f 0%, #ffad61 100%);
  color: #ffffff;
}

.gh-btn--secondary {
  background: transparent;
  color: #f5efe4;
  border: 1.5px solid rgba(255, 255, 255, 0.18);
  box-shadow: none;
}

.gh-btn--secondary:hover {
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.28);
}

.footer-bottom {
  display: grid;
  grid-template-columns: 1.2fr auto 1fr;
  align-items: center;
  gap: 20px;
  padding: 22px 0 28px;
  margin-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-copyright,
.footer-bottom .credit {
  margin: 0;
  color: rgba(245, 239, 228, 0.74);
  font-size: 0.8rem;
  line-height: 1.6;
  padding-bottom: unset !important;
}

.footer-bottom__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.footer-bottom__links a {
  color: rgba(245, 239, 228, 0.8);
  font-size: 0.9rem;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-bottom__links a:hover {
  color: #ffffff;
}

.footer-bottom .credit {
  text-align: right;
}

.footer-bottom .credit a {
  color: #f0d7a6;
  text-decoration: none;
  font-weight: 700;
}

.footer-bottom .credit a:hover {
  color: #ffe2af;
}

@media (max-width: 1200px) {
  .site-footer .container {
    width: min(1280px, calc(100% - 40px));
  }

  .footer-top {
    gap: 40px;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .footer-bottom__links {
    justify-content: flex-start;
  }

  .footer-bottom .credit {
    text-align: left;
  }
}

@media (max-width: 980px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 34px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-brand h3,
  .footer-brand p,
  .footer-badges {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .site-footer {
    padding-top: 42px;
  }

  .site-footer .container {
    width: calc(100% - 24px);
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-brand h3 {
    font-size: 2rem;
    max-width: 100%;
  }

  .footer-brand p,
  .footer-links a,
  .footer-contact li,
  .footer-contact a {
    font-size: 0.98rem;
  }

  .footer-badge {
    min-height: 40px;
    font-size: 0.88rem;
    white-space: normal;
  }

  .footer-actions {
    width: 100%;
  }

  .gh-btn {
    width: 100%;
    min-width: 0;
  }

  .footer-bottom__links {
    gap: 12px 16px;
  }
}

/* WooCommerce "View basket" link after add to cart */
.gh-featured-cart {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.gh-featured-cart .button,
.gh-featured-cart .added_to_cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(125, 255, 107, 0.22);
  background: rgba(125, 255, 107, 0.08);
  color: #d7f7b8 !important;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.gh-featured-cart .button:hover,
.gh-featured-cart .added_to_cart:hover {
  background: rgba(125, 255, 107, 0.16);
  border-color: rgba(125, 255, 107, 0.38);
  color: #ffffff !important;
}

.gh-featured-cart .added_to_cart {
  margin-left: 0 !important;
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper {
  display: none !important;
}

.gh-btn--primary,
.gh-btn--primary:link,
.gh-btn--primary:visited {
  color: #ffffff !important;
}

/* =========================================================
   FAQ PAGE
========================================================= */

.gh-faq-page {
  position: relative;
  z-index: 1;
  padding-bottom: 70px;
}

.gh-faq-hero {
  padding: 72px 0 28px;
}

.gh-faq-hero__inner {
  padding: clamp(28px, 5vw, 56px);
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 122, 26, 0.18), transparent 28%),
    radial-gradient(circle at 85% 20%, rgba(242, 197, 124, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(27, 20, 16, 0.96), rgba(18, 13, 10, 0.96));
}

.gh-faq-hero h1 {
  margin: 18px 0 14px;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: 0.98;
  color: var(--text);
}

.gh-faq-hero p {
  margin: 0;
  max-width: 760px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.8;
}

.gh-faq-section {
  padding: 22px 0 40px;
}

.gh-faq-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.gh-faq-sidebar {
  position: sticky;
  top: 24px;
  padding: 24px;
}

.gh-faq-sidebar h2 {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 1.35rem;
}

.gh-faq-nav {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}

.gh-faq-nav a {
  display: block;
  padding: 12px 14px;
  border-radius: 14px;
  color: var(--muted);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.07);
  transition: 0.2s ease;
}

.gh-faq-nav a:hover {
  color: var(--text);
  border-color: rgba(242, 197, 124, 0.25);
  transform: translateY(-1px);
}

.gh-faq-help {
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.gh-faq-help h3 {
  margin: 0 0 10px;
  color: var(--text);
}

.gh-faq-help p {
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.7;
}

.gh-faq-content {
  display: grid;
  gap: 22px;
}

.gh-faq-group {
  padding: clamp(22px, 3vw, 32px);
}

.gh-faq-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #fff4e8;
  background: rgba(255, 122, 26, 0.12);
  border: 1px solid rgba(255, 122, 26, 0.24);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gh-faq-group h2 {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.gh-faq-item {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.gh-faq-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.gh-faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 0;
  color: var(--text);
  font-size: 1.05rem;
  font-weight: 800;
  position: relative;
  padding-right: 36px;
}

.gh-faq-item summary::-webkit-details-marker {
  display: none;
}

.gh-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 18px;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: var(--gold);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.gh-faq-item[open] summary::after {
  content: "−";
}

.gh-faq-item div {
  padding: 0 0 18px;
  color: var(--muted);
  line-height: 1.8;
}

.gh-faq-item p {
  margin: 0 0 12px;
}

.gh-faq-item p:last-child {
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .gh-faq-layout {
    grid-template-columns: 1fr;
  }

  .gh-faq-sidebar {
    position: static;
  }

  .gh-faq-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .gh-faq-hero {
    padding-top: 42px;
  }

  .gh-faq-nav {
    grid-template-columns: 1fr;
  }

  .gh-faq-sidebar,
  .gh-faq-group {
    padding: 22px;
  }
}

/* =========================================================
   BLOG PAGE
========================================================= */

.gh-blog-page,
.gh-single-blog-page {
  padding-bottom: 80px;
}

.gh-blog-hero,
.gh-single-blog-hero {
  padding: 70px 0 30px;
}

.gh-blog-hero__inner,
.gh-single-blog-hero__inner {
  padding: clamp(28px, 5vw, 56px);
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 122, 26, 0.18), transparent 30%),
    radial-gradient(circle at 85% 20%, rgba(242, 197, 124, 0.10), transparent 25%),
    linear-gradient(180deg, rgba(27, 20, 16, 0.96), rgba(18, 13, 10, 0.96));
}

.gh-blog-hero h1,
.gh-single-blog-hero h1 {
  margin: 18px 0 14px;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: 1;
  color: var(--text);
}

.gh-blog-hero p,
.gh-single-blog-hero p {
  margin: 0;
  max-width: 760px;
  color: var(--muted);
  line-height: 1.8;
}

.gh-blog-section {
  padding: 20px 0;
}

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

.gh-blog-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.gh-blog-card__image img,
.gh-single-blog-image img {
  width: 100%;
  display: block;
  height: auto;
}

.gh-blog-card__placeholder {
  min-height: 260px;
  display: grid;
  place-items: center;
  background: #1b1410;
  color: var(--gold);
  font-weight: 700;
}

.gh-blog-card__body {
  padding: 24px;
}

.gh-blog-card__meta,
.gh-single-blog-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.gh-blog-card__meta span,
.gh-single-blog-meta span {
  font-size: 0.8rem;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 122, 26, 0.10);
  border: 1px solid rgba(255, 122, 26, 0.18);
  color: var(--gold);
  font-weight: 700;
}

.gh-blog-card h2 {
  margin: 0 0 14px;
  font-size: 1.4rem;
  line-height: 1.3;
}

.gh-blog-card h2 a {
  color: var(--text);
  text-decoration: none;
}

.gh-blog-card p {
  color: var(--muted);
  line-height: 1.8;
  margin: 0 0 20px;
}

.gh-blog-card__link {
  color: var(--gold);
  font-weight: 700;
  text-decoration: none;
}

.gh-blog-pagination {
  margin-top: 40px;
  text-align: center;
}

.gh-blog-pagination .page-numbers {
  display: inline-block;
  margin: 0 4px;
  padding: 10px 14px;
  border-radius: 12px;
  background: #1b1410;
  color: var(--text);
  text-decoration: none;
}

.gh-blog-pagination .current {
  background: var(--gold);
  color: #111;
}

.gh-single-blog-back {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--gold);
  text-decoration: none;
  font-weight: 700;
}

.gh-single-blog-featured {
  padding-bottom: 30px;
}

.gh-single-blog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}

.gh-single-blog-content {
  padding: clamp(24px, 4vw, 42px);
}

.gh-single-blog-content p {
  color: var(--muted);
  line-height: 1.9;
  margin-bottom: 20px;
}

.gh-single-blog-content h2,
.gh-single-blog-content h3 {
  color: var(--text);
  margin-top: 30px;
}

.gh-single-blog-side-card {
  padding: 24px;
  margin-bottom: 24px;
}

.gh-single-blog-side-card h2 {
  margin: 0 0 14px;
  color: var(--gold);
}

.gh-single-blog-side-card p {
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 18px;
}

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

  .gh-single-blog-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .gh-blog-grid {
    grid-template-columns: 1fr;
  }

  .gh-blog-hero,
  .gh-single-blog-hero {
    padding-top: 40px;
  }
}

/* =========================================================
   LOCAL SEO PAGES
========================================================= */

.gh-local-page {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}

.gh-local-hero {
  padding: 72px 0 28px;
}

.gh-local-hero__inner {
  padding: clamp(28px, 5vw, 58px);
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 122, 26, 0.18), transparent 30%),
    radial-gradient(circle at 85% 18%, rgba(242, 197, 124, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(27, 20, 16, 0.96), rgba(18, 13, 10, 0.96));
}

.gh-local-hero h1 {
  margin: 18px 0 16px;
  max-width: 900px;
  color: var(--text);
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.gh-local-hero p {
  max-width: 820px;
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.8;
}

.gh-local-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.gh-local-section {
  padding: 22px 0;
}

.gh-local-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.gh-local-card {
  padding: 26px;
}

.gh-local-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #fff4e8;
  background: rgba(255, 122, 26, 0.12);
  border: 1px solid rgba(255, 122, 26, 0.24);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gh-local-card h2,
.gh-local-cta h2 {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.15;
}

.gh-local-card p,
.gh-local-cta p {
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.8;
}

.gh-local-card p:last-child,
.gh-local-cta p:last-child {
  margin-bottom: 0;
}

.gh-local-card strong {
  color: var(--text);
}

.gh-local-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  padding: clamp(26px, 4vw, 40px);
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 122, 26, 0.14), transparent 28%),
    linear-gradient(135deg, rgba(37, 27, 21, 0.98), rgba(18, 13, 10, 0.98));
}

.gh-local-cta>div {
  max-width: 760px;
}

@media (max-width: 980px) {
  .gh-local-grid {
    grid-template-columns: 1fr;
  }

  .gh-local-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .gh-local-hero {
    padding-top: 42px;
  }

  .gh-local-actions,
  .gh-local-actions .gh-btn,
  .gh-local-cta .gh-btn {
    width: 100%;
  }
}

/* =========================================================
   GALLAHAMMER POLICY PAGES
   Reusable for Cookie, Privacy, Terms, Returns, etc.
========================================================= */

.gh-policy-page {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.gh-policy-page *,
.gh-policy-page *::before,
.gh-policy-page *::after {
  box-sizing: border-box;
}

.gh-policy-hero {
  position: relative;
  padding: 120px 0 70px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.gh-policy-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 122, 26, 0.25), transparent 32%),
    radial-gradient(circle at 80% 10%, rgba(242, 197, 124, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(18, 13, 10, 0.95), rgba(58, 31, 16, 0.92));
  z-index: -2;
}

.gh-policy-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.35;
  z-index: -1;
}

.gh-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 154, 61, 0.35);
  border-radius: 999px;
  color: var(--gold);
  background: rgba(255, 122, 26, 0.08);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gh-policy-hero h1 {
  max-width: 820px;
  margin: 0 0 18px;
  color: var(--text);
  font-size: clamp(42px, 7vw, 78px);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.gh-policy-hero p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.65;
}

.gh-policy-updated {
  margin-top: 18px !important;
  color: var(--gold) !important;
  font-size: 15px !important;
  font-weight: 800;
}

.gh-policy-section {
  padding: 70px 0 100px;
}

.gh-policy-card {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(26px, 5vw, 56px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    rgba(27, 20, 16, 0.9);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.gh-policy-card h2 {
  margin: 42px 0 14px;
  color: var(--text);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.gh-policy-card h2:first-child {
  margin-top: 0;
}

.gh-policy-card p,
.gh-policy-card li {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.gh-policy-card p {
  margin: 0 0 18px;
}

.gh-policy-card ul,
.gh-policy-card ol {
  margin: 18px 0 28px;
  padding-left: 22px;
}

.gh-policy-card a {
  color: var(--accent-2);
  font-weight: 800;
  text-decoration: none;
}

.gh-policy-card a:hover {
  color: var(--gold);
  text-decoration: underline;
}

.gh-btn,
.gh-policy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 22px;
  border: 0;
  border-radius: 999px;
  color: #160d07;
  background: linear-gradient(135deg, var(--accent), var(--gold));
  box-shadow: 0 14px 34px rgba(255, 122, 26, 0.22);
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.gh-btn:hover,
.gh-policy-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(255, 122, 26, 0.32);
  filter: brightness(1.05);
}

@media (max-width: 768px) {
  .gh-policy-hero {
    padding: 90px 0 50px;
  }

  .gh-policy-section {
    padding: 42px 0 70px;
  }

  .gh-policy-card {
    border-radius: 18px;
  }

  .gh-policy-card p,
  .gh-policy-card li {
    font-size: 16px;
  }
}

.gh-category-card {
  position: relative;
  cursor: pointer;
  transition: all .25s ease;
}

.gh-card-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.gh-category-card .gh-icon-circle,
.gh-category-card h3,
.gh-category-card p,
.gh-category-card small,
.gh-category-card .gh-card-link {
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.gh-category-card:hover {
  transform: translateY(-4px);
}

.gh-review-strip {
  margin: 34px 0 28px;
  padding: 28px 0;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, .10);
  border-bottom: 1px solid rgba(255, 255, 255, .10);
}

.gh-review-strip__head {
  text-align: center;
  margin-bottom: 20px;
}

.gh-review-strip__head span {
  display: block;
  color: #f2c57c;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .16em;
  margin-bottom: 8px;
}

.gh-review-strip__head h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.1;
}

.gh-review-track {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: ghReviewScroll 34s linear infinite;
}

.gh-review-strip:hover .gh-review-track {
  animation-play-state: paused;
}

.gh-review-card {
  width: 360px;
  min-height: 210px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(242, 197, 124, .22);
  border-radius: 22px;
  padding: 22px;
  color: rgba(255, 255, 255, .78);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .20);
}

.gh-review-stars {
  color: #f2c57c;
  letter-spacing: 3px;
  font-size: 18px;
  margin-bottom: 14px;
}

.gh-review-card p {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.6;
}

.gh-review-card strong {
  display: block;
  color: #fff;
  font-size: 15px;
  margin-bottom: 4px;
}

.gh-review-card span {
  display: block;
  color: rgba(255, 255, 255, .52);
  font-size: 13px;
}

@keyframes ghReviewScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 9px));
  }
}

@media (max-width: 700px) {
  .gh-review-card {
    width: 285px;
    min-height: 220px;
  }

  .gh-review-track {
    animation-duration: 42s;
  }
}
.header-cart-count{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:18px;
    height:18px;
    padding:0 5px;
    margin-left:6px;
    background:#ff7a1a;
    color:#fff;
    border-radius:999px;
    font-size:11px;
    font-weight:700;
    line-height:1;
}