@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/montserrat-vietnamese.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/montserrat-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ga-brand-black: #1c1c1b;
  --ga-gold: #d8b35f;
  --ga-gold-deep: #795b14;
  --ga-bg: #f6f6f3;
  --ga-surface: #ffffff;
  --ga-soft: #efeee9;
  --ga-soft-gold: #f7f0dd;
  --ga-soft-teal: var(--ga-soft-gold);
  --ga-text: #1c1c1b;
  --ga-muted: #5d5b55;
  --ga-border: #d9d6cc;
  --ga-primary: #1c1c1b;
  --ga-primary-strong: #000000;
  --ga-accent: #795b14;
  --ga-danger: #b42318;
  --ga-success: #16794b;
  --ga-shadow-sm: 0 8px 24px rgba(28, 28, 27, 0.06);
  --ga-shadow: 0 18px 48px rgba(28, 28, 27, 0.12);
  --ga-radius-sm: 6px;
  --ga-radius: 10px;
  --ga-radius-lg: 14px;
  --ga-container: 1180px;
  --ga-header-height: 68px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--ga-header-height) + 20px);
}

body.ga1993-site {
  margin: 0;
  overflow-wrap: break-word;
  background: var(--ga-bg);
  color: var(--ga-text);
  font-family: "Montserrat", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

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

body.ga1993-site img {
  max-width: 100%;
  height: auto;
}

body.ga1993-site a {
  color: inherit;
  text-decoration: none;
}

body.ga1993-site button,
body.ga1993-site input,
body.ga1993-site select,
body.ga1993-site textarea {
  font: inherit;
}

body.ga1993-site button,
body.ga1993-site select {
  cursor: pointer;
}

body.ga1993-site :where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid rgba(216, 179, 95, 0.72);
  outline-offset: 3px;
}

.ga-skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 9999;
  padding: 10px 14px;
  transform: translateY(-160%);
  border-radius: var(--ga-radius-sm);
  background: var(--ga-text);
  color: #fff;
  font-weight: 800;
}

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

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

.ga-header-inner,
.ga-footer-inner,
.ga-footer-assurance,
.ga-home-hero,
.ga-home-section,
.ga-shop-hero,
.ga-shop-shell,
.ga-single-product,
.ga-page,
.woocommerce-notices-wrapper {
  width: min(var(--ga-container), calc(100vw - 40px));
  margin-inline: auto;
}

.ga-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(216, 179, 95, 0.32);
  background: rgba(28, 28, 27, 0.98);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(14px);
}

.ga-header-inner {
  display: flex;
  min-height: var(--ga-header-height);
  align-items: center;
  gap: 22px;
}

.ga-brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  white-space: nowrap;
}

.ga-brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 6px;
  background: var(--ga-gold);
  color: var(--ga-brand-black);
}

.ga-custom-logo {
  display: inline-flex;
  align-items: center;
}

body.ga1993-site .ga-brand-logo,
body.ga1993-site .ga-custom-logo img {
  display: block;
  width: 140px;
  max-width: none;
  max-height: 38px;
  object-fit: contain;
}

.ga-nav {
  flex: 1 1 auto;
}

.ga-nav-list,
.ga-footer-menu {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ga-nav-list li {
  position: relative;
}

body.ga1993-site .ga-nav-list a,
body.ga1993-site .ga-footer-menu a {
  color: #f4f4f4;
  font-size: 14px;
  font-weight: 750;
}

body.ga1993-site .ga-nav-list a:hover,
body.ga1993-site .ga-footer-menu a:hover {
  color: var(--ga-gold);
}

.ga-header-actions {
  display: flex;
  flex: 0 1 auto;
  align-items: center;
  gap: 10px;
}

.ga-product-search {
  position: relative;
  display: flex;
  width: min(34vw, 350px);
  min-height: 44px;
  align-items: center;
  gap: 8px;
  padding: 0 8px 0 12px;
  border: 1px solid #494943;
  border-radius: var(--ga-radius);
  background: #2b2b29;
}

.ga-product-search:focus-within {
  border-color: var(--ga-gold);
  background: #242422;
  box-shadow: 0 0 0 4px rgba(216, 179, 95, 0.15);
}

.ga-search-icon {
  display: inline-flex;
  color: #d0cdc4;
}

.ga-search-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.ga-product-search .search-field {
  min-width: 0;
  flex: 1 1 auto;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font-size: 14px;
}

.ga-product-search .search-field::placeholder {
  color: #bcb8ad;
}

.ga-product-search > button {
  min-height: 34px;
  padding: 0 10px;
  border: 0;
  border-radius: 8px;
  background: var(--ga-gold);
  color: var(--ga-brand-black);
  font-size: 13px;
  font-weight: 850;
}

.ga-search-suggestions {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 80;
  width: min(440px, calc(100vw - 28px));
  overflow: hidden;
  border: 1px solid var(--ga-border);
  border-radius: var(--ga-radius);
  background: #fff;
  box-shadow: var(--ga-shadow);
}

.ga-search-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 6px;
  list-style: none;
}

.ga-search-option {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 68px;
  padding: 6px;
  border-radius: 8px;
  cursor: pointer;
}

.ga-search-list [role="option"]:hover .ga-search-option,
.ga-search-list [role="option"].is-active .ga-search-option {
  background: var(--ga-soft);
}

.ga-search-list img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  border-radius: 7px;
  background: var(--ga-bg);
}

.ga-search-option > span {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.ga-search-list strong {
  display: -webkit-box;
  overflow: hidden;
  color: var(--ga-text);
  font-size: 14px;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ga-search-option > span > span {
  color: var(--ga-accent);
  font-size: 13px;
  font-weight: 850;
}

.ga-search-status {
  margin: 0;
  padding: 18px;
  color: var(--ga-muted);
  font-size: 14px;
}

.ga-search-status.is-loading {
  color: var(--ga-primary);
}

.ga-search-status.is-error {
  color: var(--ga-danger);
}

.ga-search-all {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-top: 1px solid var(--ga-border);
  color: var(--ga-primary);
  font-size: 14px;
  font-weight: 850;
}

body.ga1993-site .ga-cart {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  border: 1px solid #4b4942;
  border-radius: var(--ga-radius);
  background: #252523;
  color: #fff;
  font-size: 14px;
  font-weight: 850;
}

body.ga1993-site .ga-cart:hover {
  border-color: var(--ga-gold);
  color: var(--ga-gold);
}

.ga-cart svg,
.ga-mobile-filter svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ga-cart-count {
  display: grid;
  min-width: 22px;
  height: 22px;
  place-items: center;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--ga-gold);
  color: var(--ga-brand-black);
  font-size: 12px;
}

.ga-cart-total {
  color: var(--ga-gold);
  font-size: 12px;
}

.ga-eyebrow {
  margin: 0 0 8px;
  color: var(--ga-gold-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ga-btn,
body.ga1993-site .button,
body.ga1993-site button.button,
body.ga1993-site input.button,
body.ga1993-site .added_to_cart {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
  border: 1px solid var(--ga-border);
  border-radius: var(--ga-radius);
  background: #fff;
  color: var(--ga-text);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
  transition: border-color 150ms ease, background-color 150ms ease, color 150ms ease, transform 150ms ease;
}

.ga-btn:hover,
body.ga1993-site .button:hover,
body.ga1993-site .added_to_cart:hover {
  border-color: #b7c6cf;
}

body.ga1993-site .ga-btn-primary,
body.ga1993-site .add_to_cart_button,
body.ga1993-site .single_add_to_cart_button,
body.ga1993-site #place_order,
body.ga1993-site .checkout-button {
  border-color: var(--ga-brand-black);
  background: var(--ga-brand-black);
  color: #fff;
}

body.ga1993-site .ga-btn-primary:hover,
body.ga1993-site .add_to_cart_button:hover,
body.ga1993-site .single_add_to_cart_button:hover,
body.ga1993-site #place_order:hover,
body.ga1993-site .checkout-button:hover {
  border-color: var(--ga-primary-strong);
  background: var(--ga-primary-strong);
  color: #fff;
}

.ga-btn[disabled],
body.ga1993-site .button[disabled] {
  cursor: not-allowed;
  opacity: 0.58;
}

.ga-home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 42px;
  align-items: center;
  min-height: 640px;
  margin-top: 28px;
  padding: 56px clamp(24px, 4vw, 52px) 48px;
  border: 1px solid #3c3930;
  border-radius: 0 28px 0 28px;
  background:
    linear-gradient(135deg, rgba(216, 179, 95, 0.08), transparent 32%),
    var(--ga-brand-black);
  color: #fff;
}

.ga-home-copy h1 {
  max-width: 790px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 6vw, 70px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.ga-home-lead {
  max-width: 680px;
  margin: 20px 0 0;
  color: #d4d1c8;
  font-size: clamp(17px, 2vw, 20px);
}

.ga-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.ga-home-actions .ga-btn {
  min-height: 50px;
  padding-inline: 20px;
}

.ga-home-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 22px 0 0;
  padding: 0;
  color: #e0ddd5;
  font-size: 14px;
  font-weight: 750;
  list-style: none;
}

.ga-home-proof li::before {
  content: "↗";
  margin-right: 7px;
  color: var(--ga-gold);
  font-weight: 900;
}

.ga-home-hero .ga-eyebrow {
  color: var(--ga-gold);
}

body.ga1993-site .ga-home-hero .ga-btn-primary {
  border-color: var(--ga-gold);
  background: var(--ga-gold);
  color: var(--ga-brand-black);
}

body.ga1993-site .ga-home-hero .ga-btn-primary:hover {
  border-color: #eed38e;
  background: #eed38e;
  color: var(--ga-brand-black);
}

.ga-home-hero .ga-btn-secondary {
  border-color: #69655b;
  background: transparent;
  color: #fff;
}

.ga-home-hero .ga-btn-secondary:hover {
  border-color: var(--ga-gold);
  color: var(--ga-gold);
}

.ga-hero-showcase {
  min-height: 350px;
  padding: 18px;
  border: 1px solid var(--ga-border);
  border-radius: 0 16px 0 16px;
  background: #fff;
  box-shadow: var(--ga-shadow);
}

.ga-hero-showcase .ga-eyebrow {
  color: var(--ga-gold-deep);
}

.ga-hero-product-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ga-hero-product-list a {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: var(--ga-radius);
}

.ga-hero-product-list a:hover {
  border-color: var(--ga-border);
  background: var(--ga-bg);
}

.ga-hero-product-list img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  border-radius: 10px;
  background: var(--ga-bg);
}

.ga-hero-product-list a > span {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.ga-hero-product-list strong {
  display: -webkit-box;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ga-hero-product-list data,
.ga-hero-product-list .amount {
  color: var(--ga-accent);
  font-size: 16px;
  font-weight: 900;
}

.ga-hero-product-list del {
  color: var(--ga-muted);
  font-size: 12px;
}

.ga-hero-product-list ins {
  text-decoration: none;
}

.ga-home-section {
  padding: 40px 0;
}

.ga-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.ga-section-heading h2,
.ga-buying-guide h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(28px, 4vw, 42px);
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.ga-section-heading > p {
  max-width: 410px;
  margin: 0;
  color: var(--ga-muted);
}

.ga-section-heading > a {
  flex: 0 0 auto;
  color: var(--ga-primary);
  font-size: 14px;
  font-weight: 850;
}

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

.ga-home-category-grid a {
  position: relative;
  display: flex;
  min-height: 250px;
  flex-direction: column;
  padding: 20px;
  overflow: hidden;
  border: 1px solid var(--ga-border);
  border-top: 3px solid transparent;
  border-radius: var(--ga-radius);
  background: #fff;
  box-shadow: var(--ga-shadow-sm);
}

.ga-home-category-grid a:hover {
  border-color: var(--ga-gold);
  box-shadow: 0 16px 38px rgba(121, 91, 20, 0.13);
}

.ga-category-number {
  align-self: flex-end;
  color: #8b6922;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
}

.ga-home-category-grid strong {
  font-size: 21px;
  line-height: 1.2;
}

.ga-home-category-grid p {
  margin: 10px 0 18px;
  color: var(--ga-muted);
  font-size: 14px;
}

.ga-category-action {
  margin-top: auto;
  color: var(--ga-gold-deep);
  font-size: 14px;
  font-weight: 850;
}

.ga-buying-guide {
  display: grid;
  grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
  gap: 40px;
  margin-top: 30px;
  margin-bottom: 56px;
  padding: 32px;
  border-radius: var(--ga-radius-lg);
  background: var(--ga-text);
  color: #fff;
}

.ga-buying-guide .ga-eyebrow {
  color: var(--ga-gold);
}

.ga-buying-guide > ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ga-buying-guide li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--ga-radius);
  background: rgba(255, 255, 255, 0.06);
}

.ga-buying-guide li > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 10px;
  background: var(--ga-gold);
  color: var(--ga-brand-black);
  font-weight: 900;
}

.ga-buying-guide li strong {
  font-size: 16px;
}

.ga-buying-guide li p {
  margin: 3px 0 0;
  color: #d3d9e1;
  font-size: 14px;
}

.ga-shop-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
  gap: 34px;
  align-items: end;
  padding: 44px 0 26px;
}

.ga-shop-hero h1,
.ga-content h1 {
  margin: 0;
  color: var(--ga-text);
  font-size: clamp(34px, 5vw, 54px);
  letter-spacing: -0.035em;
  line-height: 1.06;
}

.ga-shop-hero > div > p:not(.ga-eyebrow) {
  max-width: 720px;
  margin: 14px 0 0;
  color: var(--ga-muted);
  font-size: 17px;
}

.ga-term-description {
  max-height: 130px;
  margin-top: 14px;
  overflow: auto;
  color: var(--ga-muted);
  font-size: 14px;
}

.ga-term-description :last-child {
  margin-bottom: 0;
}

.ga-quick-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.ga-quick-card {
  display: grid;
  gap: 4px;
  min-height: 82px;
  padding: 14px;
  border: 1px solid var(--ga-border);
  border-radius: var(--ga-radius);
  background: #fff;
  box-shadow: var(--ga-shadow-sm);
}

.ga-quick-card:hover {
  border-color: var(--ga-gold);
}

.ga-quick-card span {
  color: var(--ga-muted);
  font-size: 12px;
  font-weight: 750;
}

.ga-quick-card strong {
  font-size: 15px;
}

.ga-shop-shell {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 22px;
  padding-bottom: 64px;
}

.ga-filter-panel {
  align-self: start;
  position: sticky;
  top: calc(var(--ga-header-height) + 18px);
  max-height: calc(100vh - var(--ga-header-height) - 36px);
  padding: 18px;
  overflow: auto;
  border: 1px solid var(--ga-border);
  border-radius: var(--ga-radius);
  background: #fff;
  box-shadow: var(--ga-shadow-sm);
}

.ga-filter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.ga-filter-head h2 {
  margin: 0;
  font-size: 18px;
}

.ga-filter-close,
.ga-mobile-filter {
  display: none;
}

.ga-filter-panel .widget {
  margin: 20px 0;
}

.ga-filter-panel .widget-title,
.ga-filter-panel h3 {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 900;
}

.ga-filter-panel ul,
.ga-filter-fallback ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ga-filter-panel li,
.ga-filter-panel label {
  color: #344054;
  font-size: 14px;
  font-weight: 650;
}

.ga-filter-panel a {
  text-decoration: none;
}

.ga-filter-panel a:hover {
  color: var(--ga-primary);
}

.ga-filter-panel input[type="checkbox"],
.ga-filter-panel input[type="radio"] {
  width: 18px;
  height: 18px;
  accent-color: var(--ga-primary);
}

.ga-filter-fallback p {
  margin: 18px 0 0;
  padding: 12px;
  border-radius: 8px;
  background: var(--ga-soft);
  color: var(--ga-muted);
  font-size: 12px;
}

.ga-toolbar {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.ga-toolbar .woocommerce-result-count {
  margin: 0;
  color: var(--ga-muted);
  font-size: 14px;
  font-weight: 750;
}

.ga-toolbar .woocommerce-ordering {
  margin: 0;
}

.ga-toolbar select {
  min-height: 44px;
  max-width: 240px;
  padding: 0 34px 0 12px;
  border: 1px solid var(--ga-border);
  border-radius: var(--ga-radius);
  background: #fff;
  color: var(--ga-text);
  font-weight: 750;
}

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

.ga-product-item {
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
}

.ga-product-card {
  display: grid;
  height: 100%;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  border: 1px solid var(--ga-border);
  border-radius: var(--ga-radius);
  background: #fff;
  box-shadow: var(--ga-shadow-sm);
  transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.ga-product-card:hover {
  border-color: var(--ga-gold);
  box-shadow: var(--ga-shadow);
  transform: translateY(-2px);
}

.ga-product-media {
  position: relative;
  display: grid;
  aspect-ratio: 1 / 1;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(150deg, #f9fafb, #eaf0f3);
}

.ga-product-media img {
  width: 100%;
  height: 100%;
  padding: 14px;
  object-fit: contain;
  transition: transform 180ms ease;
}

.ga-product-card:hover .ga-product-media img {
  transform: scale(1.025);
}

.ga-sale-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  padding: 5px 8px;
  border-radius: 7px;
  border-bottom: 2px solid var(--ga-gold);
  background: var(--ga-brand-black);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.ga-product-body {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 15px;
}

.ga-product-title {
  display: -webkit-box;
  min-height: 3.9em;
  margin: 0;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.ga-product-title a:hover {
  color: var(--ga-gold-deep);
}

.ga-price-row {
  display: flex;
  min-width: 0;
  align-items: end;
  justify-content: space-between;
  gap: 8px;
}

.ga-price,
.ga-price .amount {
  color: var(--ga-accent);
  font-size: 18px;
  font-weight: 900;
}

.ga-price ins {
  text-decoration: none;
}

.ga-price del {
  display: block;
  color: var(--ga-muted);
  font-size: 12px;
  font-weight: 650;
}

.ga-sales {
  flex: 0 0 auto;
  color: var(--ga-muted);
  font-size: 12px;
  font-weight: 750;
}

.ga-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.ga-badges span {
  max-width: 100%;
  padding: 4px 7px;
  overflow: hidden;
  border-radius: 6px;
  background: var(--ga-soft);
  color: #3d3b36;
  font-size: 11px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ga-card-actions {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: 8px;
  padding: 0 15px 15px;
}

.ga-card-actions .ga-btn,
.ga-card-actions .button,
.ga-card-actions .added_to_cart {
  width: 100%;
  min-width: 0;
  padding-inline: 8px;
}

.ga-card-actions .added_to_cart {
  grid-column: 1 / -1;
}

.ga-guide-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
  padding: 20px;
  border: 1px solid var(--ga-border);
  border-radius: var(--ga-radius);
  background: #fff;
}

.ga-guide-band h2 {
  margin: 0 0 4px;
  font-size: 21px;
}

.ga-guide-band p {
  margin: 0;
  color: var(--ga-muted);
}

.ga-guide-band a {
  flex: 0 0 auto;
  color: var(--ga-primary);
  font-size: 14px;
  font-weight: 850;
}

.ga-empty-state {
  padding: 34px;
  border: 1px dashed #b7c6cf;
  border-radius: var(--ga-radius);
  background: #fff;
  text-align: center;
}

.ga-empty-state h2 {
  margin: 0 0 8px;
}

.ga-empty-state p {
  margin: 0;
  color: var(--ga-muted);
}

.ga-empty-state ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.ga-empty-state a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid var(--ga-border);
  border-radius: var(--ga-radius);
  font-size: 14px;
  font-weight: 800;
}

.ga-filter-backdrop {
  display: none;
}

.ga-single-product {
  padding: 26px 0 68px;
}

.ga-product-breadcrumb {
  min-height: 36px;
  margin-bottom: 12px;
  color: var(--ga-muted);
  font-size: 13px;
}

.ga-product-breadcrumb .woocommerce-breadcrumb {
  margin: 0;
}

.ga-single-main {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 24px;
  align-items: start;
}

.ga-single-gallery,
.ga-single-summary,
.ga-product-help,
.ga-single-details {
  min-width: 0;
  margin: 0;
  border: 1px solid var(--ga-border);
  border-radius: var(--ga-radius);
  background: #fff;
  box-shadow: var(--ga-shadow-sm);
}

.ga-single-gallery {
  padding: 18px;
}

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

.ga-single-gallery .woocommerce-product-gallery__wrapper {
  margin: 0;
}

.ga-single-gallery .woocommerce-product-gallery__image {
  border-radius: var(--ga-radius);
  background: var(--ga-bg);
}

.ga-single-gallery img {
  border-radius: var(--ga-radius);
}

.ga-single-gallery .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin: 10px 0 0 !important;
  padding: 0;
  list-style: none;
}

.ga-single-gallery .flex-control-thumbs li {
  width: auto !important;
  float: none !important;
}

.ga-single-gallery .flex-control-thumbs img {
  border: 2px solid transparent;
}

.ga-single-gallery .flex-control-thumbs img.flex-active {
  border-color: var(--ga-primary);
}

.ga-single-summary {
  position: sticky;
  top: calc(var(--ga-header-height) + 18px);
  padding: 22px;
}

.ga-single-summary .product_title {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 40px);
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.ga-single-summary .price {
  margin: 0 0 14px;
  color: var(--ga-accent);
  font-size: 28px;
  font-weight: 950;
}

.ga-single-summary .price ins {
  text-decoration: none;
}

.ga-single-summary .price del {
  color: var(--ga-muted);
  font-size: 15px;
}

.ga-single-summary .woocommerce-product-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--ga-muted);
  font-size: 14px;
}

.ga-single-summary .woocommerce-product-details__short-description {
  color: #3d3b36;
  font-size: 16px;
}

.ga-single-summary form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
  padding: 16px;
  border-radius: var(--ga-radius);
  background: var(--ga-soft-teal);
}

.ga-single-summary .quantity input {
  width: 76px;
  min-height: 48px;
  padding: 0 10px;
  border: 1px solid #b8cac7;
  border-radius: var(--ga-radius);
  background: #fff;
  color: var(--ga-text);
  font-weight: 850;
  text-align: center;
}

.ga-single-summary .single_add_to_cart_button {
  min-height: 48px;
  flex: 1;
  padding: 0 20px;
}

.ga-single-summary .stock {
  color: var(--ga-success);
  font-weight: 800;
}

.ga-single-summary .out-of-stock {
  color: var(--ga-danger);
}

.ga-single-summary .product_meta {
  display: grid;
  gap: 6px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--ga-border);
  color: var(--ga-muted);
  font-size: 13px;
}

.ga-purchase-assurance {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.ga-purchase-assurance li {
  display: grid;
  gap: 2px;
  padding-left: 22px;
  color: #3d3b36;
  font-size: 13px;
}

.ga-purchase-assurance li::before {
  content: "✓";
  position: absolute;
  margin-left: -22px;
  color: var(--ga-success);
  font-weight: 900;
}

.ga-purchase-assurance span {
  color: var(--ga-muted);
}

.ga-key-facts {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--ga-border);
}

.ga-key-facts h2 {
  margin: 0 0 10px;
  font-size: 17px;
}

.ga-key-facts dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.ga-key-facts dl > div {
  display: grid;
  grid-template-columns: minmax(100px, 0.36fr) minmax(0, 0.64fr);
  gap: 10px;
  padding: 9px 0;
  border-top: 1px solid var(--ga-border);
  font-size: 14px;
}

.ga-key-facts dt {
  color: var(--ga-muted);
  font-weight: 700;
}

.ga-key-facts dd {
  margin: 0;
  color: var(--ga-text);
  font-weight: 800;
}

.ga-product-help {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  gap: 24px;
  margin-top: 18px;
  padding: 24px;
}

.ga-product-help h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
}

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

.ga-product-help li {
  display: grid;
  gap: 4px;
  padding: 14px;
  border-radius: var(--ga-radius);
  background: var(--ga-soft);
}

.ga-product-help li strong {
  font-size: 14px;
}

.ga-product-help li span {
  color: var(--ga-muted);
  font-size: 13px;
}

.ga-single-details {
  margin-top: 18px;
  padding: 24px;
}

.ga-single-details .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.ga-single-details .woocommerce-tabs ul.tabs::before,
.ga-single-details .woocommerce-tabs ul.tabs li::before,
.ga-single-details .woocommerce-tabs ul.tabs li::after {
  display: none;
}

.ga-single-details .woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}

.ga-single-details .woocommerce-tabs ul.tabs a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 14px;
  border-radius: var(--ga-radius);
  background: var(--ga-soft);
  color: var(--ga-text);
  font-size: 14px;
  font-weight: 850;
}

.ga-single-details .woocommerce-tabs ul.tabs li.active a {
  background: var(--ga-primary);
  color: #fff;
}

.ga-single-details .panel h2:first-child {
  margin-top: 0;
}

.ga-single-details .related.products {
  margin-top: 38px;
}

.ga-single-details .related.products > h2 {
  font-size: 28px;
}

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

.woocommerce-notices-wrapper {
  margin-top: 16px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  margin: 0 0 16px;
  padding: 14px 16px 14px 18px;
  border: 1px solid var(--ga-border);
  border-left: 4px solid var(--ga-primary);
  border-radius: var(--ga-radius);
  background: #fff;
  box-shadow: var(--ga-shadow-sm);
  color: var(--ga-text);
  list-style-position: inside;
}

.woocommerce-error {
  border-left-color: var(--ga-danger);
}

.woocommerce-message .button,
.woocommerce-info .button {
  min-height: 36px !important;
}

.ga-page {
  padding: 40px 0 64px;
}

.ga-content {
  max-width: 860px;
  margin-inline: auto;
  padding: 26px;
  border: 1px solid var(--ga-border);
  border-radius: var(--ga-radius);
  background: #fff;
}

.ga-content > h1 {
  margin-bottom: 20px;
}

.woocommerce-cart .ga-content,
.woocommerce-checkout .ga-content,
.woocommerce-account .ga-content {
  max-width: none;
}

body.ga1993-site table {
  width: 100%;
  border-collapse: collapse;
}

body.ga1993-site th,
body.ga1993-site td {
  padding: 12px;
  border-bottom: 1px solid var(--ga-border);
  text-align: left;
  vertical-align: middle;
}

body.ga1993-site .woocommerce form .form-row {
  margin: 0 0 14px;
  padding: 0;
}

body.ga1993-site .woocommerce form .form-row label {
  display: block;
  margin-bottom: 6px;
  color: var(--ga-text);
  font-size: 14px;
  font-weight: 800;
}

body.ga1993-site .woocommerce form .form-row .required {
  color: var(--ga-danger);
}

body.ga1993-site .woocommerce form input.input-text,
body.ga1993-site .woocommerce form textarea,
body.ga1993-site .woocommerce form select,
body.ga1993-site .select2-container .select2-selection--single {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid #bcc9d2;
  border-radius: var(--ga-radius);
  background: #fff;
  color: var(--ga-text);
}

body.ga1993-site .woocommerce form textarea {
  min-height: 96px;
  resize: vertical;
}

body.ga1993-site .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 8px 0;
  line-height: 28px;
}

body.ga1993-site .select2-container .select2-selection--single .select2-selection__arrow {
  top: 10px;
}

body.ga1993-site .woocommerce form input.input-text:focus,
body.ga1993-site .woocommerce form textarea:focus,
body.ga1993-site .woocommerce form select:focus {
  border-color: var(--ga-gold-deep);
  outline: 3px solid rgba(216, 179, 95, 0.24);
}

.woocommerce-cart .woocommerce {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 24px;
  align-items: start;
}

.woocommerce-cart .woocommerce > .woocommerce-notices-wrapper,
.woocommerce-cart .woocommerce > .woocommerce-message,
.woocommerce-cart .woocommerce > .woocommerce-error,
.woocommerce-cart .woocommerce > .cart-empty,
.woocommerce-cart .woocommerce > .return-to-shop {
  grid-column: 1 / -1;
}

.woocommerce-cart .woocommerce-cart-form {
  grid-column: 1;
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--ga-border);
  border-radius: var(--ga-radius);
  background: #fff;
}

.woocommerce-cart .cart-collaterals {
  grid-column: 2;
  width: 100%;
  padding: 18px;
  border: 1px solid var(--ga-border);
  border-radius: var(--ga-radius);
  background: #fff;
  box-shadow: var(--ga-shadow-sm);
}

.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100%;
  float: none;
}

.woocommerce-cart .cart-collaterals h2 {
  margin-top: 0;
  font-size: 24px;
}

.woocommerce-cart table.cart img {
  width: 82px;
  height: 82px;
  object-fit: contain;
  border-radius: 8px;
  background: var(--ga-bg);
}

.woocommerce-cart table.cart .product-name a {
  font-weight: 800;
}

.woocommerce-cart table.cart .quantity input {
  width: 70px;
  min-height: 44px;
  border: 1px solid var(--ga-border);
  border-radius: var(--ga-radius);
  text-align: center;
}

.woocommerce-cart table.cart .product-remove a {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 999px;
  color: var(--ga-danger) !important;
  font-size: 24px;
}

.woocommerce-cart table.cart .product-remove a:hover {
  background: #fff0ee;
}

.woocommerce-cart table.cart td.actions {
  padding-top: 16px;
}

.woocommerce-cart table.cart td.actions .coupon {
  display: none;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: min(220px, 100%);
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--ga-border);
  border-radius: var(--ga-radius);
}

.woocommerce-cart .checkout-button {
  width: 100%;
  min-height: 50px !important;
  margin: 14px 0 0 !important;
}

.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: 24px;
  align-items: start;
}

.woocommerce-checkout #customer_details {
  display: grid;
  grid-template-columns: 1fr;
  grid-column: 1;
  gap: 18px;
}

.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
  width: 100%;
  padding: 20px;
  border: 1px solid var(--ga-border);
  border-radius: var(--ga-radius);
  background: #fff;
}

.woocommerce-checkout #customer_details h3,
.woocommerce-checkout #order_review_heading {
  margin: 0 0 16px;
  font-size: 24px;
}

.woocommerce-checkout #order_review_heading {
  grid-column: 2;
  margin: 0;
  padding: 18px 18px 0;
  border: 1px solid var(--ga-border);
  border-bottom: 0;
  border-radius: var(--ga-radius) var(--ga-radius) 0 0;
  background: #fff;
}

.woocommerce-checkout #order_review {
  position: sticky;
  top: calc(var(--ga-header-height) + 18px);
  grid-column: 2;
  padding: 0 18px 18px;
  border: 1px solid var(--ga-border);
  border-top: 0;
  border-radius: 0 0 var(--ga-radius) var(--ga-radius);
  background: #fff;
  box-shadow: var(--ga-shadow-sm);
}

.woocommerce-checkout #payment {
  margin-top: 14px;
  border-radius: var(--ga-radius);
  background: var(--ga-soft);
}

.woocommerce-checkout #payment ul.payment_methods {
  padding: 14px;
  border-bottom-color: var(--ga-border);
}

.woocommerce-checkout #payment div.payment_box {
  background: #fff;
  color: var(--ga-text);
}

.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #fff;
}

.woocommerce-checkout #payment .place-order {
  padding: 14px;
}

.woocommerce-checkout #place_order {
  width: 100%;
  min-height: 52px !important;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .checkout_coupon {
  max-width: 760px;
}

.woocommerce-checkout .checkout_coupon {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
  padding: 14px;
  border: 1px solid var(--ga-border);
  border-radius: var(--ga-radius);
  background: #fff;
}

.woocommerce-checkout .woocommerce-invalid input.input-text,
.woocommerce-checkout .woocommerce-invalid select {
  border-color: var(--ga-danger);
}

.woocommerce-checkout .woocommerce-validated input.input-text {
  border-color: var(--ga-success);
}

.ga-footer {
  border-top: 1px solid #393731;
  background: var(--ga-brand-black);
  color: #fff;
}

.ga-footer-assurance {
  padding: 24px 0;
  border-bottom: 1px solid #393731;
}

.ga-footer-assurance ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ga-footer-assurance li {
  display: grid;
  gap: 2px;
  padding: 14px;
  border-radius: var(--ga-radius);
  border: 1px solid #3f3c35;
  background: #252523;
}

.ga-footer-assurance strong {
  font-size: 14px;
}

.ga-footer-assurance span {
  color: #c7c3ba;
  font-size: 13px;
}

.ga-footer-inner {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 28px;
  padding: 30px 0;
}

.ga-footer-inner h2 {
  margin: 0;
  font-size: 18px;
}

.ga-footer-inner p {
  margin: 5px 0 0;
  color: #c7c3ba;
}

body.ga1993-site .ga-footer-logo {
  display: block;
  width: 150px;
  max-width: none;
  height: 30px;
  object-fit: contain;
  object-position: left center;
}

.wd-promo-popup {
  display: none !important;
}

.woocommerce-cart .chaty,
.woocommerce-checkout .chaty {
  display: none !important;
}

.single-product .chaty {
  bottom: 88px !important;
}

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

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

@media (max-width: 1100px) {
  .ga-nav-list {
    gap: 12px;
  }

  .ga-cart-total,
  .ga-cart-label {
    display: none;
  }

  .ga-home-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ga-home-category-grid a {
    min-height: 210px;
  }
}

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

  .ga-nav {
    display: none;
  }

  .ga-header-actions {
    min-width: 0;
    flex: 1 1 auto;
    justify-content: flex-end;
  }

  .ga-product-search {
    width: min(58vw, 420px);
  }

  .ga-home-hero,
  .ga-shop-hero,
  .ga-shop-shell,
  .ga-single-main {
    grid-template-columns: 1fr;
  }

  .ga-home-hero {
    min-height: auto;
    padding-top: 44px;
  }

  .ga-hero-showcase {
    max-width: 720px;
  }

  .ga-shop-hero {
    align-items: start;
  }

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

  .ga-quick-card {
    min-width: 0;
  }

  .ga-filter-panel {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 70;
    width: min(88vw, 360px);
    max-height: 100vh;
    padding: 20px;
    border: 0;
    border-radius: 0 var(--ga-radius) var(--ga-radius) 0;
    box-shadow: var(--ga-shadow);
    transform: translateX(-105%);
    transition: transform 180ms ease;
  }

  .ga-filter-panel.is-open {
    transform: translateX(0);
  }

  .ga-filter-close,
  .ga-mobile-filter {
    display: inline-flex;
  }

  .ga-filter-backdrop.is-open {
    position: fixed;
    inset: 0;
    z-index: 65;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(28, 28, 27, 0.62);
  }

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

  .ga-single-summary {
    position: static;
  }

  .ga-product-help {
    grid-template-columns: 1fr;
  }

  .woocommerce-cart .woocommerce,
  .woocommerce-checkout form.checkout {
    grid-template-columns: 1fr;
  }

  .woocommerce-cart .woocommerce-cart-form,
  .woocommerce-cart .cart-collaterals,
  .woocommerce-checkout #customer_details,
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review {
    grid-column: 1;
  }

  .woocommerce-checkout #order_review {
    position: static;
  }
}

@media (max-width: 760px) {
  :root {
    --ga-header-height: 62px;
  }

  .ga-header-inner,
  .ga-footer-inner,
  .ga-footer-assurance,
  .ga-home-hero,
  .ga-home-section,
  .ga-shop-hero,
  .ga-shop-shell,
  .ga-single-product,
  .ga-page,
  .woocommerce-notices-wrapper {
    width: calc(100vw - 28px);
  }

  .ga-header-inner {
    gap: 9px;
    min-height: var(--ga-header-height);
  }

  .ga-brand-name {
    display: none;
  }

  .ga-brand-mark {
    width: 36px;
    height: 36px;
  }

  body.ga1993-site .ga-brand-logo,
  body.ga1993-site .ga-custom-logo img {
    width: 104px;
    max-width: none;
    max-height: 32px;
  }

  .ga-product-search {
    width: auto;
    min-width: 0;
    flex: 1 1 auto;
    padding-left: 10px;
  }

  .ga-product-search > button {
    display: none;
  }

  .ga-product-search .search-field {
    font-size: 16px;
  }

  .ga-cart {
    flex: 0 0 44px;
    width: 44px;
    padding: 0;
    justify-content: center;
  }

  .ga-cart-count {
    position: absolute;
    margin: -29px 0 0 27px;
    min-width: 19px;
    height: 19px;
    font-size: 10px;
  }

  .ga-home-hero {
    gap: 28px;
    margin-top: 14px;
    padding: 34px 18px 28px;
    border-radius: 0 18px 0 18px;
  }

  .ga-home-copy h1 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .ga-home-lead {
    margin-top: 16px;
    font-size: 17px;
  }

  .ga-home-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ga-home-actions .ga-btn {
    width: 100%;
  }

  .ga-hero-showcase {
    padding: 14px;
  }

  .ga-hero-product-list a {
    grid-template-columns: 74px minmax(0, 1fr);
  }

  .ga-hero-product-list img {
    width: 74px;
    height: 74px;
  }

  .ga-home-section {
    padding: 30px 0;
  }

  .ga-section-heading {
    display: grid;
    align-items: start;
    gap: 10px;
  }

  .ga-section-heading h2,
  .ga-buying-guide h2 {
    font-size: 30px;
  }

  .ga-home-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .ga-home-category-grid a {
    min-height: 218px;
    padding: 15px;
  }

  .ga-category-number {
    font-size: 32px;
  }

  .ga-home-category-grid strong {
    font-size: 17px;
  }

  .ga-home-category-grid p {
    font-size: 13px;
  }

  .ga-buying-guide {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 38px;
    padding: 22px;
  }

  .ga-shop-hero {
    gap: 22px;
    padding-top: 30px;
  }

  .ga-shop-hero h1,
  .ga-content h1 {
    font-size: 36px;
  }

  .ga-quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .ga-toolbar .woocommerce-result-count {
    order: 3;
    width: 100%;
  }

  .ga-toolbar .woocommerce-ordering {
    margin-left: auto;
  }

  .ga-toolbar select {
    max-width: 180px;
  }

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

  .ga-product-body {
    gap: 8px;
    padding: 11px;
  }

  .ga-product-title {
    min-height: 3.8em;
    font-size: 14px;
  }

  .ga-price-row {
    display: grid;
    gap: 2px;
  }

  .ga-price,
  .ga-price .amount {
    font-size: 16px;
  }

  .ga-sales {
    font-size: 11px;
  }

  .ga-badges {
    min-height: 23px;
  }

  .ga-card-actions {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 0 11px 11px;
  }

  .ga-card-actions .ga-btn,
  .ga-card-actions .button {
    min-height: 44px;
    font-size: 13px;
  }

  .ga-guide-band {
    display: grid;
    align-items: start;
  }

  .ga-single-product {
    padding-top: 14px;
    padding-bottom: 100px;
  }

  .ga-single-gallery,
  .ga-single-summary,
  .ga-product-help,
  .ga-single-details {
    padding: 15px;
  }

  .ga-single-summary .product_title {
    font-size: 30px;
  }

  .ga-single-summary form.cart {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .ga-key-facts dl > div {
    grid-template-columns: 100px minmax(0, 1fr);
  }

  .ga-product-help ul {
    grid-template-columns: 1fr;
  }

  .ga-mobile-buybar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 55;
    display: flex;
    min-height: 76px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 14px max(10px, env(safe-area-inset-bottom));
    border-top: 1px solid var(--ga-border);
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 -12px 30px rgba(28, 28, 27, 0.12);
  }

  .ga-mobile-buybar > span,
  .ga-mobile-buybar .amount {
    color: var(--ga-accent);
    font-weight: 900;
  }

  .ga-mobile-buybar del {
    display: none;
  }

  .ga-mobile-buybar ins {
    text-decoration: none;
  }

  .ga-mobile-buybar .ga-btn {
    min-width: 150px;
  }

  .single-product .chaty {
    bottom: 88px !important;
  }

  .ga-page {
    padding-top: 24px;
  }

  .ga-content {
    padding: 16px;
  }

  .woocommerce-cart .woocommerce-cart-form,
  .woocommerce-cart .cart-collaterals {
    padding: 14px;
  }

  .woocommerce-cart table.cart,
  .woocommerce-cart table.cart tbody,
  .woocommerce-cart table.cart tr,
  .woocommerce-cart table.cart td {
    display: block;
    width: 100%;
  }

  .woocommerce-cart table.cart thead {
    display: none;
  }

  .woocommerce-cart table.cart tr.cart_item {
    position: relative;
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 4px 12px;
    padding: 14px 0;
    border-bottom: 1px solid var(--ga-border);
  }

  .woocommerce-cart table.cart td {
    padding: 3px 0;
    border: 0;
    text-align: left !important;
  }

  .woocommerce-cart table.cart td.product-thumbnail {
    grid-row: 1 / span 5;
  }

  .woocommerce-cart table.cart td.product-name,
  .woocommerce-cart table.cart td.product-price,
  .woocommerce-cart table.cart td.product-quantity,
  .woocommerce-cart table.cart td.product-subtotal {
    grid-column: 2;
  }

  .woocommerce-cart table.cart td.product-remove {
    position: absolute;
    top: 7px;
    right: 0;
    width: 44px;
  }

  .woocommerce-cart table.cart td.product-name {
    padding-right: 42px;
  }

  .woocommerce-cart table.cart td::before {
    display: inline;
    margin-right: 6px;
    color: var(--ga-muted);
  }

  .woocommerce-cart table.cart td.actions {
    display: grid;
    gap: 8px;
    padding-top: 16px;
  }

  .woocommerce-cart table.cart td.actions .coupon {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    float: none;
  }

  .woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 100%;
  }

  .woocommerce-cart table.cart td.actions > .button {
    width: 100%;
  }

  .woocommerce-checkout #customer_details .col-1,
  .woocommerce-checkout #customer_details .col-2,
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review {
    padding-right: 14px;
    padding-left: 14px;
  }

  .woocommerce-checkout #customer_details h3,
  .woocommerce-checkout #order_review_heading {
    font-size: 21px;
  }

  .ga-footer-assurance ul {
    grid-template-columns: 1fr;
  }

  .ga-footer-inner {
    display: grid;
  }

  .ga-footer-menu {
    flex-wrap: wrap;
  }
}

.ga-preview-context {
  margin: 0 0 22px;
  padding: 12px 14px;
  border-left: 4px solid var(--ga-gold);
  border-radius: 8px;
  background: var(--ga-soft-gold);
  color: #4d483d;
  font-size: 13px;
}

.ga-account-preview-list {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--ga-border);
}

.ga-support-layout > section {
  padding: 10px 0 26px;
  scroll-margin-top: calc(var(--ga-header-height) + 20px);
}

.ga-support-layout > section + section {
  border-top: 1px solid var(--ga-border);
}

.ga-support-nav {
  position: sticky;
  top: calc(var(--ga-header-height) + 12px);
  z-index: 2;
  display: flex;
  gap: 6px;
  margin: -10px 0 24px;
  padding: 8px;
  overflow-x: auto;
  border: 1px solid var(--ga-border);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
}

.ga-support-nav a {
  flex: 0 0 auto;
  padding: 8px 10px;
  border-radius: 7px;
  background: var(--ga-soft);
  color: var(--ga-text);
  font-size: 12px;
  font-weight: 800;
}

.ga-support-nav a:hover {
  background: var(--ga-brand-black);
  color: var(--ga-gold);
}

.ga-choice-table {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.ga-choice-table article {
  padding: 18px;
  border: 1px solid var(--ga-border);
  border-radius: 10px;
  background: var(--ga-soft);
}

.ga-choice-table strong {
  font-size: 22px;
}

.ga-choice-table p {
  color: var(--ga-muted);
  font-size: 13px;
}

.ga-choice-table a {
  color: var(--ga-gold-deep);
  font-size: 13px;
  font-weight: 850;
}

@media (max-width: 760px) {
  .ga-choice-table {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 390px) {
  .ga-header-inner,
  .ga-footer-inner,
  .ga-footer-assurance,
  .ga-home-hero,
  .ga-home-section,
  .ga-shop-hero,
  .ga-shop-shell,
  .ga-single-product,
  .ga-page,
  .woocommerce-notices-wrapper {
    width: calc(100vw - 20px);
  }

  .ga-brand-mark {
    width: 34px;
    height: 34px;
  }

  .ga-product-search {
    min-height: 42px;
  }

  .ga-home-category-grid a {
    min-height: 205px;
    padding: 13px;
  }

  .ga-category-number {
    font-size: 28px;
  }

  .ga-home-category-grid strong {
    font-size: 16px;
  }

  .ga-product-grid {
    gap: 8px;
  }

  .ga-product-body {
    padding: 9px;
  }

  .ga-price,
  .ga-price .amount {
    font-size: 15px;
  }

  .ga-card-actions {
    padding: 0 9px 9px;
  }

  .ga-sale-badge {
    top: 7px;
    left: 7px;
  }
}

/* Shared navigation, content, account and editorial templates */
.ga-menu-toggle,
.ga-menu-backdrop {
  display: none;
}

.ga-account-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  border: 1px solid #484842;
  border-radius: var(--ga-radius);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.ga-account-link:hover {
  border-color: var(--ga-gold);
  color: var(--ga-gold);
}

.ga-account-icon {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-size: 0;
}

.ga-account-icon::after {
  width: 8px;
  height: 5px;
  border: 2px solid currentColor;
  border-radius: 7px 7px 3px 3px;
  content: "";
}

.ga-page-template {
  max-width: 1040px;
  padding: 0;
  overflow: hidden;
}

.ga-page-hero {
  padding: clamp(24px, 5vw, 54px);
  border-bottom: 1px solid #373833;
  background:
    linear-gradient(118deg, rgba(216, 179, 95, 0.11), transparent 38%),
    var(--ga-studio-black);
  color: #fff;
}

.ga-page-hero h1 {
  max-width: 760px;
  margin: 4px 0 0;
  color: #fff;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.04;
}

.ga-page-hero > p:last-child:not(.ga-eyebrow) {
  max-width: 680px;
  margin: 14px 0 0;
  color: var(--ga-studio-muted);
}

.woocommerce-cart .ga-page-hero,
.woocommerce-checkout .ga-page-hero,
.woocommerce-account .ga-page-hero {
  padding: 0 0 22px;
  border-bottom-color: var(--ga-border);
  background: transparent;
  color: var(--ga-text);
}

.woocommerce-cart .ga-page-hero h1,
.woocommerce-checkout .ga-page-hero h1,
.woocommerce-account .ga-page-hero h1 {
  color: var(--ga-text);
  font-size: clamp(30px, 4vw, 46px);
}

.ga-page-body {
  padding: clamp(22px, 5vw, 54px);
}

.woocommerce-cart .ga-page-body,
.woocommerce-checkout .ga-page-body,
.woocommerce-account .ga-page-body {
  padding: 0;
}

.ga-page-body > :first-child,
.ga-article-body > :first-child {
  margin-top: 0;
}

.ga-page-body > :last-child,
.ga-article-body > :last-child {
  margin-bottom: 0;
}

.ga-page-body h2,
.ga-article-body h2 {
  margin-top: 1.7em;
  font-size: clamp(24px, 3vw, 34px);
}

.ga-page-body h3,
.ga-article-body h3 {
  margin-top: 1.5em;
  font-size: 20px;
}

.ga-page-body p,
.ga-page-body li,
.ga-article-body p,
.ga-article-body li {
  line-height: 1.75;
}

.ga-page-body details {
  margin: 10px 0;
  border: 1px solid var(--ga-border);
  border-radius: 10px;
  background: #fff;
}

.ga-page-body summary {
  padding: 16px 18px;
  font-weight: 850;
  cursor: pointer;
}

.ga-page-body details > :not(summary) {
  margin-right: 18px;
  margin-left: 18px;
}

.ga-page-body details > :last-child {
  margin-bottom: 18px;
}

.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: minmax(190px, 0.28fr) minmax(0, 1fr);
  gap: 24px;
}

.woocommerce-account .woocommerce::before,
.woocommerce-account .woocommerce::after {
  display: none;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 8px;
  border: 1px solid var(--ga-border);
  border-radius: 12px;
  background: var(--ga-soft);
  list-style: none;
}

.woocommerce-MyAccount-navigation li {
  margin: 0;
}

.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 11px 12px;
  border-radius: 8px;
  color: var(--ga-text);
  font-size: 14px;
  font-weight: 800;
}

.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation a:hover {
  background: var(--ga-brand-black);
  color: var(--ga-gold);
}

.woocommerce-MyAccount-content {
  min-width: 0;
}

.woocommerce-account .u-columns,
.woocommerce-account form.login,
.woocommerce-account form.register,
.woocommerce-account form.lost_reset_password,
.woocommerce-form-track-order {
  display: grid;
  gap: 16px;
}

.woocommerce-account .u-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.woocommerce-account .u-column1,
.woocommerce-account .u-column2,
.woocommerce-account form.login,
.woocommerce-account form.register,
.woocommerce-account form.lost_reset_password,
.woocommerce-form-track-order {
  float: none;
  width: auto;
  margin: 0;
  padding: 20px;
  border: 1px solid var(--ga-border);
  border-radius: 12px;
  background: var(--ga-soft);
}

.woocommerce-account .woocommerce-orders-table,
.woocommerce-account .woocommerce-table--order-details {
  display: block;
  overflow-x: auto;
}

.woocommerce-order-received .woocommerce-order-overview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 18px 0 28px;
  padding: 1px;
  overflow: hidden;
  border: 1px solid var(--ga-border);
  border-radius: 10px;
  background: var(--ga-border);
  list-style: none;
}

.woocommerce-order-received .woocommerce-order-overview li {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 14px;
  border: 0;
  background: #fff;
  font-size: 11px;
}

.woocommerce-order-received .woocommerce-order-overview strong {
  font-size: 14px;
}

.ga-journal {
  width: min(var(--ga-container), calc(100% - 32px));
  margin-inline: auto;
}

.ga-journal-hero {
  margin-bottom: 24px;
  border: 1px solid #373833;
  border-radius: 14px;
}

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

.ga-post-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--ga-border);
  border-radius: 12px;
  background: #fff;
}

.ga-post-media {
  display: grid;
  aspect-ratio: 16 / 10;
  place-items: center;
  overflow: hidden;
  background: var(--ga-studio-black);
  color: var(--ga-gold);
  font-size: 24px;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.ga-post-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ga-post-card > section {
  padding: 18px;
}

.ga-post-card time,
.ga-article-header time {
  color: var(--ga-muted);
  font-size: 12px;
  font-weight: 750;
}

.ga-post-card h2 {
  margin: 8px 0;
  font-size: 20px;
  line-height: 1.25;
}

.ga-post-card p {
  color: var(--ga-muted);
  font-size: 14px;
}

.ga-post-card section > a {
  color: var(--ga-gold-deep);
  font-size: 13px;
  font-weight: 850;
}

.ga-pagination {
  margin-top: 28px;
}

.ga-pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 6px;
}

.ga-pagination .page-numbers {
  display: grid;
  min-width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid var(--ga-border);
  border-radius: 8px;
  background: #fff;
  font-weight: 800;
}

.ga-pagination .current {
  border-color: var(--ga-brand-black);
  background: var(--ga-brand-black);
  color: var(--ga-gold);
}

.ga-article {
  max-width: 900px;
  padding: clamp(20px, 5vw, 58px);
}

.ga-article-header {
  max-width: 760px;
  margin-bottom: 24px;
}

.ga-article-header h1 {
  margin: 8px 0 12px;
  font-size: clamp(36px, 6vw, 64px);
  line-height: 1.04;
}

.ga-article-cover {
  margin: 0 0 30px;
  overflow: hidden;
  border-radius: 12px;
}

.ga-article-cover img {
  width: 100%;
  height: auto;
}

.ga-article-body {
  max-width: 720px;
}

.ga-article-nav {
  margin-top: 38px;
  padding-top: 18px;
  border-top: 1px solid var(--ga-border);
}

.ga-not-found {
  max-width: 760px;
  padding: clamp(30px, 7vw, 78px);
  text-align: center;
}

.ga-not-found-code {
  margin: 0;
  color: #e8e6df;
  font-size: clamp(80px, 18vw, 180px);
  font-weight: 950;
  line-height: 0.8;
}

.ga-not-found h1 {
  margin: 8px 0 12px;
}

.ga-not-found > p:not(.ga-not-found-code):not(.ga-eyebrow) {
  color: var(--ga-muted);
}

.ga-not-found .ga-product-search {
  width: min(100%, 520px);
  margin: 24px auto 14px;
  text-align: left;
}

@media (max-width: 1100px) {
  .ga-account-link > span:last-child {
    display: none;
  }
}

@media (max-width: 980px) {
  .ga-menu-toggle {
    display: grid;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    place-content: center;
    gap: 5px;
    border: 1px solid #484842;
    border-radius: 9px;
    background: transparent;
    color: #fff;
    cursor: pointer;
  }

  .ga-menu-toggle > span[aria-hidden="true"] {
    display: block;
    width: 19px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
  }

  .ga-nav {
    position: fixed;
    top: var(--ga-header-height);
    bottom: 0;
    left: 0;
    z-index: 80;
    display: block;
    width: min(86vw, 360px);
    padding: 18px;
    overflow-y: auto;
    border-top: 1px solid #33332f;
    background: var(--ga-brand-black);
    transform: translateX(-105%);
    transition: transform 180ms ease;
  }

  .ga-nav.is-open {
    transform: translateX(0);
  }

  .ga-nav-list {
    display: grid;
    gap: 4px;
    align-items: stretch;
  }

  body.ga1993-site .ga-nav-list a {
    display: block;
    padding: 12px;
    border-radius: 8px;
    font-size: 16px;
  }

  body.ga1993-site .ga-nav-list a:hover {
    background: #242522;
  }

  .ga-menu-backdrop {
    position: fixed;
    inset: var(--ga-header-height) 0 0;
    z-index: 70;
    border: 0;
    background: rgba(0, 0, 0, 0.58);
  }

  .ga-menu-backdrop.is-open {
    display: block;
  }

  .ga-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .woocommerce-order-received .woocommerce-order-overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .ga-header-inner {
    gap: 8px;
  }

  .ga-menu-toggle {
    order: 3;
  }

  .ga-header-actions {
    gap: 6px;
  }

  .ga-account-link {
    display: none;
  }

  .woocommerce-account .woocommerce,
  .woocommerce-account .u-columns {
    grid-template-columns: 1fr;
  }

  .woocommerce-MyAccount-navigation ul {
    display: flex;
    gap: 4px;
    overflow-x: auto;
  }

  .woocommerce-MyAccount-navigation li {
    flex: 0 0 auto;
  }

  .woocommerce-order-received .woocommerce-order-overview,
  .ga-post-grid {
    grid-template-columns: 1fr;
  }

  .ga-journal {
    width: 100%;
  }

  .ga-journal-hero {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }
}

/* Purchase-first shop and product hierarchy */
.ga-shop-hero {
  grid-template-columns: minmax(0, 760px);
}

.ga-shop-quick-rail {
  width: min(var(--ga-container), calc(100% - 32px));
  margin: 14px auto 18px;
  overflow: hidden;
  border: 1px solid var(--ga-border);
  border-radius: 14px;
  background: #fff;
}

.ga-shop-quick-rail ul {
  display: grid;
  grid-template-columns: repeat(5, minmax(140px, 1fr));
  margin: 0;
  padding: 0;
  overflow-x: auto;
  list-style: none;
  scrollbar-width: thin;
}

.ga-shop-quick-rail li {
  min-width: 0;
}

.ga-shop-quick-rail a {
  position: relative;
  display: grid;
  min-height: 76px;
  align-content: center;
  gap: 4px;
  padding: 12px 16px;
  border-right: 1px solid var(--ga-border);
  color: var(--ga-text);
}

.ga-shop-quick-rail li:last-child a {
  border-right: 0;
}

.ga-shop-quick-rail a::after {
  position: absolute;
  right: 16px;
  bottom: 0;
  left: 16px;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: transparent;
  content: "";
}

.ga-shop-quick-rail a:hover,
.ga-shop-quick-rail a[aria-current="page"] {
  background: var(--ga-soft-gold);
}

.ga-shop-quick-rail a[aria-current="page"]::after {
  background: var(--ga-gold-deep);
}

.ga-shop-quick-rail a span {
  color: var(--ga-muted);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ga-shop-quick-rail a strong {
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ga-active-filters {
  display: flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  padding: 8px 10px;
  border: 1px solid #dfd3b3;
  border-radius: 10px;
  background: var(--ga-soft-gold);
}

.ga-active-filters[hidden] {
  display: none;
}

.ga-active-filters h2 {
  margin: 0;
  font-size: 12px;
  white-space: nowrap;
}

.ga-active-filters ul {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ga-active-filters button {
  min-height: 30px;
  padding: 5px 9px;
  border: 1px solid #d4c18f;
  border-radius: 999px;
  background: #fff;
  color: var(--ga-text);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.ga-active-filters > button {
  border-color: transparent;
  background: transparent;
  color: var(--ga-gold-deep);
  white-space: nowrap;
}

.ga-product-title {
  min-height: 2.6em;
  -webkit-line-clamp: 2;
}

.ga-gallery-count {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(20, 20, 19, 0.82);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
}

.ga-preview-main-image {
  position: relative;
}

.ga-product-price-block {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  padding: 16px;
  border-radius: 10px;
  background: var(--ga-soft-gold);
}

.ga-product-price-block .price,
.ga-product-price-block .ga-preview-sales {
  margin: 0;
}

.ga-product-price-block .price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.ga-product-price-block ins {
  color: var(--ga-gold-deep);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 950;
  text-decoration: none;
}

.ga-product-price-block del {
  color: var(--ga-muted);
  font-size: 14px;
}

.ga-detail-discount {
  padding: 4px 7px;
  border-radius: 5px;
  background: var(--ga-brand-black);
  color: var(--ga-gold);
  font-size: 12px;
  font-weight: 900;
}

.ga-single-summary form.cart {
  display: grid;
  grid-template-columns: 84px repeat(2, minmax(0, 1fr));
  gap: 8px;
}

body.ga1993-site .ga-single-summary .ga-buy-now {
  min-height: 48px;
  border-color: var(--ga-gold);
  background: var(--ga-gold);
  color: var(--ga-brand-black);
}

.ga-related-products {
  margin-top: 18px;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid var(--ga-border);
  border-radius: 14px;
  background: #fff;
}

.ga-related-products .ga-section-heading {
  margin-bottom: 18px;
}

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

.ga-order-success {
  max-width: 920px;
}

.ga-order-success-head {
  max-width: 680px;
  margin: 12px auto 28px;
  text-align: center;
}

.ga-order-success-head h1 {
  margin: 8px 0 10px;
}

.ga-order-success-head > p:last-child {
  color: var(--ga-muted);
}

.ga-order-success-mark {
  display: grid;
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  place-items: center;
  border: 1px solid var(--ga-gold);
  border-radius: 50%;
  background: var(--ga-brand-black);
  color: var(--ga-gold);
  font-size: 30px;
  font-weight: 950;
}

.ga-order-summary {
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid var(--ga-border);
  border-radius: 12px;
  background: var(--ga-soft);
}

.ga-order-summary h2 {
  margin: 0 0 14px;
  font-size: 20px;
}

.ga-order-summary h2:not(:first-child) {
  margin-top: 26px;
}

.ga-order-summary dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--ga-border);
  border-radius: 10px;
  background: var(--ga-border);
}

.ga-order-summary dl > div {
  display: grid;
  gap: 4px;
  padding: 14px;
  background: #fff;
}

.ga-order-summary dt {
  color: var(--ga-muted);
  font-size: 12px;
  font-weight: 800;
}

.ga-order-summary dd {
  margin: 0;
  font-weight: 850;
}

.ga-order-lines {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ga-order-lines li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
  border-top: 1px solid var(--ga-border);
  font-size: 14px;
}

.ga-order-next-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

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

@media (max-width: 760px) {
  .ga-shop-quick-rail {
    width: 100%;
    margin-top: 10px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .ga-shop-quick-rail ul {
    grid-template-columns: repeat(5, minmax(128px, 1fr));
  }

  .ga-shop-quick-rail a {
    min-height: 66px;
    padding: 10px 13px;
  }

  .ga-active-filters {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .ga-active-filters ul {
    order: 3;
    width: 100%;
    flex-basis: 100%;
  }

  .ga-active-filters > button {
    margin-left: auto;
  }

  .ga-product-title {
    min-height: 2.6em;
  }

  .ga-product-price-block {
    display: grid;
    align-items: start;
  }

  .ga-single-summary form.cart {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .ga-single-summary form.cart .ga-buy-now {
    display: none;
  }

  .ga-mobile-buybar {
    gap: 8px;
  }

  .ga-mobile-buybar > [data-detail-mobile-price] {
    max-width: 32%;
    color: var(--ga-gold-deep);
    font-size: 14px;
    font-weight: 950;
  }

  .ga-mobile-buy-actions {
    display: grid;
    flex: 1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .ga-mobile-buy-actions .ga-btn {
    min-width: 0;
    padding: 0 10px;
    font-size: 12px;
  }

  .ga-related-products {
    margin-inline: -1px;
    padding: 16px 12px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .ga-order-summary dl {
    grid-template-columns: 1fr;
  }

  .ga-order-lines li {
    display: grid;
    gap: 4px;
  }

  .ga-order-next-actions {
    display: grid;
  }
}

/* GATIK Tech Studio — direction A */
:root {
  --ga-container: 1340px;
  --ga-header-height: 80px;
  --ga-studio-black: #0f100f;
  --ga-studio-panel: #181918;
  --ga-studio-card: #222321;
  --ga-studio-line: #3a3a35;
  --ga-studio-muted: #bdbbb3;
}

.ga-header {
  border-bottom-color: #32322f;
  background: rgba(15, 16, 15, 0.98);
  box-shadow: none;
}

.ga-header-inner {
  gap: clamp(18px, 2.2vw, 36px);
}

body.ga1993-site .ga-brand-logo,
body.ga1993-site .ga-custom-logo img {
  width: 152px;
  max-height: 40px;
}

.ga-nav-list {
  gap: clamp(18px, 2vw, 34px);
}

body.ga1993-site .ga-nav-list a {
  font-size: 15px;
  font-weight: 720;
}

.ga-product-search {
  width: min(32vw, 400px);
  min-height: 48px;
  border-color: #363733;
  background: #1b1c1b;
}

body.ga1993-site .ga-cart {
  min-height: 48px;
  padding-inline: 16px;
  border-color: #484842;
  background: transparent;
}

.ga-home-hero {
  position: relative;
  display: grid;
  min-height: 594px;
  grid-template-columns: minmax(520px, 0.92fr) minmax(0, 1.08fr);
  gap: 0;
  align-items: stretch;
  margin-top: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(125deg, rgba(216, 179, 95, 0.08), transparent 38%),
    repeating-linear-gradient(118deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 7px),
    var(--ga-studio-black);
}

.ga-home-copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(46px, 4.2vw, 62px) clamp(28px, 2.6vw, 42px) clamp(46px, 4.2vw, 62px) clamp(34px, 4.6vw, 66px);
}

.ga-home-copy::after {
  position: absolute;
  top: 0;
  right: -92px;
  z-index: -1;
  width: 190px;
  height: 100%;
  border-right: 1px solid rgba(216, 179, 95, 0.48);
  background:
    linear-gradient(142deg, transparent 0 30%, rgba(216, 179, 95, 0.12) 30.2% 30.5%, transparent 30.7%),
    linear-gradient(38deg, transparent 0 30%, rgba(216, 179, 95, 0.12) 30.2% 30.5%, transparent 30.7%);
  clip-path: polygon(0 0, 100% 0, 32% 50%, 100% 100%, 0 100%, 66% 50%);
  content: "";
}

.ga-home-copy h1 {
  max-width: 690px;
  color: #f8f8f6;
  font-size: clamp(46px, 4.2vw, 60px);
  font-weight: 850;
  letter-spacing: -0.052em;
  line-height: 1.02;
}

.ga-home-lead {
  max-width: 590px;
  margin-top: 24px;
  color: var(--ga-studio-muted);
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.55;
}

.ga-home-actions {
  gap: 14px;
  margin-top: 30px;
}

.ga-home-actions .ga-btn {
  min-height: 56px;
  padding-inline: 24px;
  border-radius: 8px;
  font-size: 15px;
}

body.ga1993-site .ga-home-hero .ga-btn-primary {
  justify-content: space-between;
  min-width: 246px;
  border-color: #e1bd66;
  background: linear-gradient(135deg, #e7c56e, #c99e3d);
}

.ga-home-hero .ga-btn-secondary {
  min-width: 202px;
  border-color: #a88027;
  background: rgba(15, 16, 15, 0.64);
}

.ga-hero-visual {
  position: relative;
  min-width: 0;
  min-height: 594px;
  margin: 0;
  overflow: hidden;
  clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%, 9% 68%, 0 58%, 9% 42%, 0 32%);
}

.ga-hero-visual::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(15, 16, 15, 0.32), transparent 26%),
    linear-gradient(0deg, rgba(15, 16, 15, 0.12), transparent 36%);
  content: "";
  pointer-events: none;
}

.ga-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 51%;
}

.ga-featured-rail {
  margin-top: 0;
  padding: 32px 28px 38px;
  border-top: 1px solid #2e2f2c;
  background:
    linear-gradient(115deg, rgba(216, 179, 95, 0.035), transparent 42%),
    var(--ga-studio-black);
  color: #f7f7f5;
}

.ga-featured-rail .ga-section-heading {
  margin-bottom: 18px;
}

.ga-featured-rail .ga-section-heading h2 {
  color: #f7f7f5;
  font-size: clamp(28px, 3vw, 38px);
}

.ga-featured-rail .ga-section-heading > a {
  min-height: 44px;
  padding: 11px 14px;
  border: 1px solid #4d4e48;
  border-radius: 8px;
  color: #f2f2ef;
}

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

.ga-featured-rail .ga-product-card {
  position: relative;
  min-height: 0;
  border-color: #3b3c38;
  background: var(--ga-studio-card);
  box-shadow: none;
}

.ga-featured-rail .ga-product-card:hover {
  border-color: var(--ga-gold);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.ga-featured-rail .ga-product-media {
  aspect-ratio: 1 / 1;
  border-bottom: 1px solid #3b3c38;
  background: #f4f4f0;
}

.ga-featured-rail .ga-product-media img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px;
  object-fit: contain;
  object-position: center;
  filter: saturate(0.88) contrast(1.02);
}

.ga-featured-rail .ga-sale-badge {
  border-bottom-color: var(--ga-gold);
  background: rgba(15, 16, 15, 0.9);
}

.ga-featured-rail .ga-product-body {
  gap: 8px;
  padding: 16px 64px 18px 16px;
}

.ga-featured-rail .ga-product-title {
  min-height: 2.7em;
  color: #f7f7f5;
  font-size: 15px;
  -webkit-line-clamp: 2;
}

.ga-featured-rail .ga-price,
.ga-featured-rail .ga-price .amount {
  color: var(--ga-gold);
}

.ga-featured-rail .ga-price del,
.ga-featured-rail .ga-sales,
.ga-featured-rail .ga-badges {
  display: none;
}

.ga-featured-rail .ga-card-actions {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: block;
  padding: 0;
}

.ga-featured-rail .ga-card-actions .ga-btn-primary,
.ga-featured-rail .ga-card-actions .added_to_cart {
  display: none;
}

.ga-featured-rail .ga-card-actions .ga-btn-secondary {
  width: 46px;
  min-height: 46px;
  padding: 0;
  border-color: #5a5b55;
  background: transparent;
  color: #fff;
  font-size: 0;
}

.ga-featured-rail .ga-card-actions .ga-btn-secondary::after {
  font-size: 23px;
  line-height: 1;
  content: "→";
}

.ga-home-section:not(.ga-featured-rail) {
  padding-top: 52px;
  padding-bottom: 52px;
}

.ga-home-category-grid {
  gap: 16px;
}

.ga-home-category-grid a {
  min-height: 270px;
  padding: 24px;
  border-top-width: 1px;
  border-radius: 12px;
  box-shadow: none;
}

.ga-home-category-grid a::after {
  position: absolute;
  right: -44px;
  bottom: -54px;
  width: 140px;
  height: 140px;
  border: 1px solid rgba(216, 179, 95, 0.28);
  border-radius: 50%;
  content: "";
}

.ga-category-number {
  color: #aa8634;
}

.ga-buying-guide {
  border: 1px solid #363732;
  background:
    repeating-linear-gradient(118deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 7px),
    var(--ga-studio-black);
}

.ga-shop-hero {
  align-items: center;
  margin-top: 24px;
  padding: 44px clamp(24px, 4vw, 54px);
  border: 1px solid #373833;
  border-radius: 14px;
  background:
    linear-gradient(118deg, rgba(216, 179, 95, 0.1), transparent 38%),
    var(--ga-studio-black);
  color: #fff;
}

.ga-shop-hero h1,
.ga-shop-hero > div > p:not(.ga-eyebrow) {
  color: #fff;
}

.ga-shop-hero > div > p:not(.ga-eyebrow) {
  color: var(--ga-studio-muted);
}

.ga-shop-hero .ga-eyebrow,
.ga-shop-hero .ga-quick-card span {
  color: var(--ga-gold);
}

.ga-shop-hero .ga-quick-card {
  border-color: #484943;
  background: #1d1e1d;
  color: #fff;
}

.ga-shop-hero .ga-quick-card:hover {
  border-color: var(--ga-gold);
  background: #232421;
}

@media (min-width: 1101px) {
  .ga-shop-products .ga-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.ga-shop-products .ga-product-card {
  box-shadow: none;
}

.ga-shop-products .ga-product-media {
  background: #f0f0ec;
}

.ga-single-product {
  padding-top: 32px;
}

.ga-single-gallery,
.ga-single-summary,
.ga-product-help,
.ga-single-details {
  border-color: #d2d0c7;
  box-shadow: none;
}

.ga-single-gallery {
  background: #f0f0ec;
}

.ga-single-summary {
  border-top: 4px solid var(--ga-brand-black);
}

.ga-single-summary .price,
.ga-mobile-buybar > span,
.ga-mobile-buybar .amount {
  color: var(--ga-gold-deep);
}

.ga-single-summary form.cart {
  border: 1px solid #dfd3b3;
  background: var(--ga-soft-gold);
}

body.ga1993-site .ga-single-summary .single_add_to_cart_button {
  border-color: var(--ga-brand-black);
  background: var(--ga-brand-black);
  color: #fff;
}

.ga-product-help {
  border-color: #363732;
  background: var(--ga-studio-black);
  color: #fff;
}

.ga-product-help .ga-eyebrow {
  color: var(--ga-gold);
}

.ga-product-help li {
  border: 1px solid #3d3e39;
  background: #20211f;
}

.ga-product-help li span {
  color: var(--ga-studio-muted);
}

.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .cart-collaterals,
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
  box-shadow: none;
}

.ga-checkout-steps {
  margin: -2px 0 30px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--ga-border);
}

.ga-checkout-steps ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.ga-checkout-steps li {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 7px;
  color: #77746c;
  font-size: 13px;
  text-align: center;
}

.ga-checkout-steps li:not(:last-child)::after {
  position: absolute;
  top: 17px;
  left: calc(50% + 26px);
  width: calc(100% - 52px);
  height: 1px;
  background: #d5d2c8;
  content: "";
}

.ga-checkout-steps li > span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid #c9c6bc;
  border-radius: 50%;
  background: #fff;
  font-weight: 850;
}

.ga-checkout-steps li[aria-current="step"] {
  color: var(--ga-text);
}

.ga-checkout-steps li[aria-current="step"] > span {
  border-color: var(--ga-gold);
  background: var(--ga-brand-black);
  color: var(--ga-gold);
}

.ga-checkout-steps li.is-complete {
  color: var(--ga-text);
}

.ga-checkout-steps li.is-complete > span {
  border-color: var(--ga-gold);
  background: var(--ga-gold);
  color: var(--ga-brand-black);
}

.ga-checkout-steps li.is-complete::after {
  background: var(--ga-gold);
}

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

@media (max-width: 980px) {
  .ga-home-hero {
    grid-template-columns: 1fr;
  }

  .ga-home-copy {
    min-height: 510px;
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .ga-home-copy::after {
    display: none;
  }

  .ga-hero-visual {
    min-height: 440px;
    clip-path: polygon(0 9%, 50% 0, 100% 9%, 100% 100%, 0 100%);
  }
}

@media (max-width: 760px) {
  :root {
    --ga-header-height: 64px;
  }

  body.ga1993-site .ga-brand-logo,
  body.ga1993-site .ga-custom-logo img {
    width: 104px;
  }

  .ga-home-hero {
    width: 100%;
    margin-top: 0;
  }

  .ga-home-copy {
    min-height: 470px;
    padding: 44px 20px 42px;
  }

  .ga-home-copy h1 {
    font-size: clamp(39px, 11.6vw, 54px);
    line-height: 1.04;
  }

  .ga-home-lead {
    font-size: 16px;
  }

  .ga-home-actions {
    grid-template-columns: 1fr;
  }

  body.ga1993-site .ga-home-hero .ga-btn-primary,
  .ga-home-hero .ga-btn-secondary {
    width: 100%;
    min-width: 0;
  }

  .ga-hero-visual {
    min-height: 330px;
  }

  .ga-hero-visual img {
    object-position: 45% 50%;
  }

  .ga-featured-rail {
    width: 100%;
    padding: 28px 14px 32px;
  }

  .ga-featured-rail .ga-section-heading {
    grid-template-columns: 1fr auto;
  }

  .ga-featured-rail .ga-section-heading > a {
    align-self: end;
  }

  .ga-featured-rail .ga-product-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .ga-featured-rail .ga-product-grid::-webkit-scrollbar {
    display: none;
  }

  .ga-featured-rail .ga-product-item {
    min-width: min(78vw, 300px);
    scroll-snap-align: start;
  }

  .ga-featured-rail .ga-product-card {
    min-height: 0;
  }

  .ga-home-section:not(.ga-featured-rail) {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .ga-home-category-grid {
    grid-template-columns: 1fr;
  }

  .ga-home-category-grid a {
    min-height: 205px;
  }

  .ga-shop-hero {
    width: 100%;
    margin-top: 0;
    padding: 36px 16px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .ga-checkout-steps {
    margin-bottom: 22px;
  }

  .ga-checkout-steps li {
    font-size: 11px;
  }

  .ga-checkout-steps li > span {
    width: 32px;
    height: 32px;
  }

  .ga-checkout-steps li:not(:last-child)::after {
    top: 15px;
    left: calc(50% + 22px);
    width: calc(100% - 44px);
  }
}

@media (max-width: 390px) {
  .ga-home-copy {
    min-height: 450px;
  }

  .ga-home-copy h1 {
    font-size: 40px;
  }

  .ga-hero-visual {
    min-height: 290px;
  }

  .ga-featured-rail .ga-section-heading {
    display: grid;
    grid-template-columns: 1fr;
  }
}

/* Purchase-flow refinements: product proof, real campaigns, bundles and checkout. */
body.ga1993-site .ga-account-link {
  color: #fff;
}

body.ga1993-site .ga-account-link:hover {
  color: var(--ga-gold);
}

@media (min-width: 981px) {
  .ga-single-main {
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  }

  .ga-single-gallery {
    position: sticky;
    top: calc(var(--ga-header-height) + 18px);
  }

  .ga-single-summary {
    position: static;
  }
}

.ga-single-gallery {
  padding: 12px;
}

.ga-product-proof-line {
  display: flex;
  min-height: 28px;
  align-items: center;
  gap: 8px;
  margin: -4px 0 10px;
  color: var(--ga-muted);
  font-size: 13px;
  font-weight: 800;
}

.ga-product-proof-line::before {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--ga-gold);
  content: "";
}

.ga-product-price-block {
  justify-content: flex-start;
}

.ga-campaign-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 14px;
  align-items: center;
  margin: 10px 0 14px;
  padding: 13px 14px;
  border: 1px solid #dfc67f;
  border-radius: 10px;
  background: linear-gradient(120deg, #fff7dc, #f6ead0);
}

.ga-campaign-panel[hidden] {
  display: none;
}

.ga-campaign-panel p,
.ga-campaign-panel h2 {
  margin: 0;
}

.ga-campaign-panel h2 {
  font-size: 16px;
}

.ga-campaign-panel > strong {
  color: var(--ga-gold-deep);
  font-size: 14px;
  text-align: right;
}

.ga-campaign-panel time,
.ga-campaign-panel .ga-campaign-timing {
  grid-column: 1 / -1;
  margin: 2px 0 0;
  color: var(--ga-muted);
  font-size: 12px;
}

.ga-bundle-offer {
  display: grid;
  gap: 10px;
  margin: 14px 0;
  padding: 14px;
  border: 1px solid var(--ga-border);
  border-radius: 10px;
  background: #f7f7f3;
}

.ga-bundle-offer > header,
.ga-bundle-offer > footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.ga-bundle-offer h2,
.ga-bundle-offer p {
  margin: 0;
}

.ga-bundle-offer h2 {
  font-size: 18px;
}

.ga-bundle-offer > header > span,
.ga-bundle-offer > small {
  color: var(--ga-muted);
  font-size: 11px;
}

.ga-bundle-offer ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ga-bundle-offer li {
  border-top: 1px solid var(--ga-border);
}

.ga-bundle-offer label {
  display: grid;
  grid-template-columns: auto 50px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
  min-height: 64px;
  cursor: pointer;
}

.ga-linked-offer li > a {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
  min-height: 64px;
  color: inherit;
  text-decoration: none;
}

.ga-linked-offer li > a:hover strong {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ga-linked-offer li > a > span {
  display: grid;
  gap: 2px;
}

.ga-bundle-offer input {
  width: 18px;
  height: 18px;
  accent-color: var(--ga-brand-black);
}

.ga-bundle-offer img {
  width: 50px;
  height: 50px;
  border-radius: 7px;
  background: #fff;
  object-fit: contain;
}

.ga-bundle-offer label > span {
  display: grid;
  gap: 2px;
}

.ga-bundle-offer label strong {
  display: -webkit-box;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ga-bundle-offer label small {
  color: var(--ga-muted);
  font-size: 10px;
}

.ga-bundle-offer data {
  color: var(--ga-gold-deep);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.ga-bundle-offer > footer p {
  display: grid;
  gap: 2px;
  color: var(--ga-muted);
  font-size: 11px;
}

.ga-bundle-offer > footer strong {
  color: var(--ga-text);
  font-size: 15px;
}

.ga-bundle-offer > footer .ga-btn {
  min-height: 42px;
  padding-inline: 14px;
  white-space: nowrap;
}

.woocommerce-cart .cross-sells,
.ga-cart-cross-sells {
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid var(--ga-border);
}

.woocommerce-cart .cross-sells > h2 {
  margin-bottom: 18px;
  font-size: clamp(24px, 3vw, 34px);
}

.ga-cart-cross-sells .ga-product-grid,
.woocommerce-cart .cross-sells .products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.woocommerce-checkout form.checkout {
  grid-template-areas:
    "customer heading"
    "customer review";
  grid-template-rows: auto 1fr;
}

.woocommerce-checkout #customer_details {
  grid-area: customer;
  grid-column: auto;
  grid-row: 1 / span 2;
}

.woocommerce-checkout #order_review_heading {
  grid-area: heading;
  grid-column: auto;
}

.woocommerce-checkout #order_review {
  grid-area: review;
  grid-column: auto;
  align-self: start;
}

.ga-auth-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.ga-auth-panel {
  padding: 18px;
  border: 1px solid var(--ga-border);
  border-radius: var(--ga-radius);
  background: #fff;
}

.ga-auth-panel h3 {
  margin: 0 0 12px;
  font-size: 22px;
}

.ga-auth-panel form {
  display: grid;
  gap: 10px;
}

.ga-google-login {
  display: flex;
  width: 100%;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 14px;
  border: 1px solid var(--ga-border);
  border-radius: 8px;
  background: #fff;
  color: var(--ga-text);
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
}

.ga-google-login > span {
  color: #4285f4;
  font-size: 18px;
  font-weight: 950;
}

.ga-auth-divider {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 14px 0;
  color: var(--ga-muted);
  font-size: 11px;
  text-align: center;
}

.ga-auth-divider::before,
.ga-auth-divider::after {
  height: 1px;
  flex: 1;
  background: var(--ga-border);
  content: "";
}

.ga-auth-implementation-note {
  margin: 14px 0 0;
  padding: 11px 12px;
  border-radius: 8px;
  background: var(--ga-soft-gold);
  color: var(--ga-muted);
  font-size: 12px;
}

.wc-social-login,
.nsl-container,
.ywsl-social {
  margin: 12px 0;
}

.ga-about .ga-page-hero {
  max-width: 920px;
}

.ga-about-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 34px;
  padding: 0;
  list-style: none;
}

.ga-about-values li {
  display: grid;
  min-height: 170px;
  align-content: start;
  gap: 10px;
  padding: 20px;
  border: 1px solid var(--ga-border);
  border-radius: var(--ga-radius);
  background: #fff;
}

.ga-about-values strong {
  font-size: 19px;
}

.ga-about-values span,
.ga-about-legal p {
  color: var(--ga-muted);
}

.ga-about-categories {
  margin-top: 28px;
}

.ga-about-legal {
  margin-top: 30px;
  padding: clamp(20px, 4vw, 36px);
  border-radius: var(--ga-radius);
  background: var(--ga-studio-black);
  color: #fff;
}

.ga-about-legal h2 {
  color: #fff;
}

.ga-about-legal p {
  color: var(--ga-studio-muted);
}

@media (max-width: 980px) {
  .woocommerce-checkout form.checkout {
    grid-template-areas:
      "customer"
      "heading"
      "review";
    grid-template-rows: auto;
  }

  .woocommerce-checkout #customer_details {
    grid-row: auto;
  }

  .ga-cart-cross-sells .ga-product-grid,
  .woocommerce-cart .cross-sells .products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .ga-product-proof-line {
    margin-bottom: 8px;
  }

  .ga-campaign-panel {
    grid-template-columns: 1fr;
  }

  .ga-campaign-panel > strong {
    text-align: left;
  }

  .ga-bundle-offer {
    margin-inline: -8px;
    padding: 12px;
  }

  .ga-bundle-offer > header,
  .ga-bundle-offer > footer {
    align-items: flex-start;
  }

  .ga-bundle-offer label {
    grid-template-columns: auto 46px minmax(0, 1fr);
  }

  .ga-bundle-offer img {
    width: 46px;
    height: 46px;
  }

  .ga-bundle-offer data {
    grid-column: 3;
  }

  .ga-cart-cross-sells .ga-product-grid,
  .woocommerce-cart .cross-sells .products {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .ga-cart-cross-sells .ga-product-item,
  .woocommerce-cart .cross-sells .product {
    min-width: min(78vw, 300px);
    scroll-snap-align: start;
  }

  .ga-auth-grid,
  .ga-about-values {
    grid-template-columns: 1fr;
  }

  .ga-about-values li {
    min-height: 0;
  }
}

/* Review fixes: account states, honest flash sale pricing and mobile navigation. */
.ga-mobile-account-link,
.ga-mobile-account-item {
  display: none;
}

.ga-flash-title-row {
  display: flex;
  min-width: 0;
  align-items: end;
  gap: clamp(18px, 3vw, 38px);
}

.ga-flash-title-row > div {
  min-width: 0;
}

.ga-flash-timer {
  display: grid;
  flex: 0 0 auto;
  gap: 3px;
  margin: 0 0 2px;
}

.ga-flash-timer > span {
  color: var(--ga-studio-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ga-flash-timer time {
  min-width: 184px;
  padding: 8px 11px;
  border: 1px solid rgba(216, 179, 95, 0.5);
  border-radius: 8px;
  background: rgba(216, 179, 95, 0.12);
  color: var(--ga-gold);
  font-size: 14px;
  font-variant-numeric: tabular-nums;
  font-weight: 900;
  white-space: nowrap;
}

.ga-featured-rail .ga-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px 9px;
}

.ga-featured-rail .ga-price > .amount,
.ga-featured-rail .ga-price ins {
  order: 1;
}

.ga-featured-rail .ga-price del {
  display: inline-flex;
  order: 2;
  color: #aaa79e;
  font-size: 12px;
  font-weight: 650;
  opacity: 1;
}

.ga-featured-rail .ga-price del .amount {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.woocommerce-account .ga-page-template {
  max-width: 1180px;
  padding: clamp(18px, 3vw, 34px);
  overflow: visible;
}

.woocommerce-account .ga-page-hero {
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid var(--ga-border);
  border-radius: 14px;
  background:
    linear-gradient(118deg, rgba(216, 179, 95, 0.14), transparent 46%),
    #f7f6f1;
}

.woocommerce-account .ga-page-body {
  padding: clamp(22px, 3vw, 34px) 0 0;
}

.woocommerce-account .woocommerce {
  display: block;
}

body.logged-in.woocommerce-account .woocommerce,
body.is-preview-authenticated.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: minmax(210px, 0.28fr) minmax(0, 1fr);
  gap: 26px;
}

.ga-account-guest[hidden],
.ga-account-authenticated[hidden] {
  display: none !important;
}

.ga-account-section-heading {
  max-width: 760px;
  margin-bottom: 22px;
}

.ga-account-section-heading h2,
.ga-account-dashboard-heading h2 {
  margin: 4px 0 8px;
}

.ga-account-section-heading > p:last-child {
  margin: 0;
  color: var(--ga-muted);
}

.ga-auth-panel {
  padding: clamp(18px, 3vw, 26px);
}

.ga-auth-panel .ga-btn {
  width: 100%;
}

.ga-auth-panel .form-row {
  display: block;
  margin: 0;
}

.ga-auth-panel .form-row label {
  display: block;
  margin-bottom: 6px;
  color: var(--ga-text);
  font-size: 14px;
  font-weight: 800;
}

.ga-auth-panel .form-row input {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid #bcc9d2;
  border-radius: var(--ga-radius);
  background: #fff;
  color: var(--ga-text);
}

.ga-auth-help-link,
.ga-account-track-link a {
  color: var(--ga-primary);
  font-size: 13px;
  font-weight: 800;
}

.ga-auth-help-link {
  display: inline-block;
  margin-top: 14px;
}

.ga-account-track-link {
  margin: 18px 0 0;
  padding: 14px 16px;
  border-radius: 9px;
  background: var(--ga-soft-gold);
  color: var(--ga-muted);
}

.ga-account-dashboard-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

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

.ga-account-summary-grid li {
  display: grid;
  gap: 7px;
  min-height: 132px;
  align-content: start;
  padding: 16px;
  border: 1px solid var(--ga-border);
  border-radius: 10px;
  background: #fff;
}

.ga-account-summary-grid strong {
  font-size: 15px;
}

.ga-account-summary-grid span {
  color: var(--ga-muted);
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .ga-header {
    backdrop-filter: none;
  }

  .ga-nav {
    top: var(--ga-mobile-header-height, var(--ga-header-height));
  }

  .ga-menu-backdrop {
    inset: var(--ga-mobile-header-height, var(--ga-header-height)) 0 0;
    z-index: 30;
  }

  .ga-mobile-account-link {
    display: flex;
    min-height: 48px;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    padding: 12px;
    border-top: 1px solid #343531;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
  }

  .ga-mobile-account-item {
    display: block;
  }

  .ga-mobile-account-item .ga-mobile-account-link {
    margin-top: 4px;
  }
}

@media (max-width: 760px) {
  .ga-featured-rail .ga-section-heading {
    grid-template-columns: 1fr;
  }

  .ga-featured-rail .ga-section-heading > a {
    justify-self: start;
  }

  .ga-flash-title-row {
    align-items: start;
    justify-content: space-between;
    gap: 12px;
  }

  .ga-flash-timer time {
    min-width: 0;
    font-size: 12px;
  }

  .woocommerce-account .ga-page-template {
    padding: 14px;
  }

  .woocommerce-account .ga-page-hero {
    padding: 22px 18px;
  }

  .woocommerce-account .ga-page-body {
    padding-top: 20px;
  }

  body.logged-in.woocommerce-account .woocommerce,
  body.is-preview-authenticated.woocommerce-account .woocommerce,
  .ga-account-summary-grid {
    grid-template-columns: 1fr;
  }

  .ga-account-dashboard-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .ga-account-dashboard-heading .ga-btn {
    width: 100%;
  }

  .ga-account-summary-grid li {
    min-height: 0;
  }
}

@media (max-width: 430px) {
  .ga-flash-title-row {
    display: grid;
  }
}

/* Flash Sale carousel and two-hour merchandising window. */
.ga-flash-sale .ga-section-heading {
  grid-template-columns: minmax(0, 1fr) auto;
}

.ga-flash-title-row > h2 {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
}

.ga-flash-bolt {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  place-items: center;
  border-radius: 8px;
  background: var(--ga-gold);
  color: var(--ga-studio-black);
  transform: rotate(5deg);
}

.ga-flash-bolt svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.ga-flash-actions {
  display: flex;
  align-items: center;
  gap: 7px;
}

.ga-flash-actions button,
.ga-flash-actions > a {
  display: grid;
  min-width: 44px;
  min-height: 44px;
  place-items: center;
  padding: 0 12px;
  border: 1px solid #4d4e48;
  border-radius: 8px;
  background: transparent;
  color: #f2f2ef;
  font: inherit;
  font-weight: 800;
}

.ga-flash-actions button {
  padding: 0;
  font-size: 20px;
}

.ga-flash-actions button:hover,
.ga-flash-actions > a:hover {
  border-color: var(--ga-gold);
  color: var(--ga-gold);
}

.ga-flash-sale .ga-product-grid {
  display: flex;
  grid-template-columns: none;
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

.ga-flash-sale .ga-product-grid::-webkit-scrollbar {
  display: none;
}

.ga-flash-sale .ga-product-item {
  min-width: 0;
  flex: 0 0 calc((100% - 54px) / 4);
  scroll-snap-align: start;
}

@media (max-width: 1100px) {
  .ga-flash-sale .ga-product-item {
    flex-basis: calc((100% - 36px) / 3);
  }
}

@media (max-width: 760px) {
  .ga-flash-sale .ga-section-heading {
    grid-template-columns: 1fr;
  }

  .ga-flash-actions {
    justify-self: start;
  }

  .ga-flash-title-row {
    display: flex;
    flex-wrap: wrap;
  }

  .ga-flash-sale .ga-product-item {
    flex-basis: min(78vw, 300px);
  }
}

/* Purchase incentives stay visible at decision points without obscuring navigation. */
.ga-store-offers {
  border-bottom: 1px solid #d7c48e;
  background: var(--ga-soft-gold);
}

.ga-store-offers ul {
  display: flex;
  width: min(100% - 32px, var(--ga-container));
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 5vw, 64px);
  margin: 0 auto;
  padding: 5px 0;
  list-style: none;
}

.ga-store-offers li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #3d382b;
  font-size: 11px;
}

.ga-store-offers strong {
  color: var(--ga-brand-black);
  font-size: 12px;
  white-space: nowrap;
}

.ga-store-offers a {
  color: var(--ga-gold-deep);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}

.ga-product-offers {
  margin: 12px 0 14px;
  padding: 12px 14px;
  border: 1px solid #dfd3b3;
  border-radius: 10px;
  background: #fbf8ef;
}

.ga-product-offers h2 {
  margin: 0 0 8px;
  font-size: 14px;
}

.ga-product-offers ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ga-product-offers li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
  min-height: 54px;
  border-top: 1px solid #e7ddc6;
}

.ga-product-offers li:first-child {
  border-top: 0;
}

.ga-product-offers .ga-offer-icon {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 8px;
  background: var(--ga-gold);
  color: var(--ga-brand-black);
  font-size: 13px;
  font-weight: 950;
}

.ga-product-offers li > span:nth-child(2) {
  display: grid;
  gap: 2px;
}

.ga-product-offers small {
  color: var(--ga-muted);
  font-size: 10px;
}

.ga-product-offers a {
  color: var(--ga-gold-deep);
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.ga-service-assurance {
  margin: 14px 0;
  padding: 13px;
  border: 1px solid var(--ga-border);
  border-radius: 10px;
  background: #f7f7f3;
}

.ga-service-assurance h2 {
  margin: 0 0 10px;
  font-size: 15px;
}

.ga-service-assurance ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ga-service-assurance li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 1px 8px;
  align-items: center;
  min-height: 54px;
  padding: 8px;
  border: 1px solid #deddd6;
  border-radius: 8px;
  background: #fff;
}

.ga-service-assurance li > span {
  display: grid;
  width: 28px;
  height: 28px;
  grid-row: 1 / span 2;
  place-items: center;
  border-radius: 7px;
  background: var(--ga-brand-black);
  color: var(--ga-gold);
  font-size: 13px;
  font-weight: 950;
}

.ga-service-assurance strong {
  overflow: hidden;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ga-service-assurance small,
.ga-service-assurance a {
  color: var(--ga-muted);
  font-size: 9px;
}

.ga-quick-related {
  margin: 14px 0 0;
  padding-top: 13px;
  border-top: 1px solid var(--ga-border);
}

.ga-quick-related > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 9px;
}

.ga-quick-related h2 {
  margin: 0;
  font-size: 15px;
}

.ga-quick-related > header a {
  color: var(--ga-gold-deep);
  font-size: 10px;
  font-weight: 900;
}

.ga-quick-related ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ga-quick-related article {
  position: relative;
  min-width: 0;
  border: 1px solid var(--ga-border);
  border-radius: 9px;
  background: #fff;
  overflow: hidden;
}

.ga-quick-related article > a {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  padding: 7px 38px 7px 7px;
  color: inherit;
  text-decoration: none;
}

.ga-quick-related img {
  width: 76px;
  height: 76px;
  border-radius: 7px;
  background: #f5f5f1;
  object-fit: contain;
}

.ga-quick-related article > a > span {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.ga-quick-related article strong {
  display: -webkit-box;
  overflow: hidden;
  font-size: 10px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ga-quick-related data {
  color: var(--ga-gold-deep);
  font-size: 11px;
  font-weight: 950;
}

.ga-quick-related article > button {
  position: absolute;
  right: 7px;
  bottom: 7px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  padding: 0;
  border: 1px solid var(--ga-border);
  border-radius: 999px;
  background: var(--ga-brand-black);
  color: #fff;
  font: inherit;
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
}

/* Compact cart cross-sells keep the cart summary as the primary task. */
.ga-cart-cross-sells .ga-product-grid,
.woocommerce-cart .cross-sells .products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.ga-cart-cross-sells .ga-product-card,
.woocommerce-cart .cross-sells .product {
  border-radius: 10px;
}

.ga-cart-cross-sells .ga-product-media,
.woocommerce-cart .cross-sells .product img {
  aspect-ratio: 4 / 3;
}

.ga-cart-cross-sells .ga-product-media img {
  object-fit: contain;
}

.ga-cart-cross-sells .ga-product-body {
  gap: 6px;
  padding: 10px;
}

.ga-cart-cross-sells .ga-product-title {
  min-height: 2.5em;
  font-size: 11px;
}

.ga-cart-cross-sells .ga-card-actions {
  gap: 6px;
  padding: 0 10px 10px;
}

.ga-cart-cross-sells .ga-card-actions .ga-btn {
  min-height: 36px;
  padding-inline: 8px;
  font-size: 10px;
}

.ga-cart-offers,
.ga-checkout-offers {
  margin: 0 0 12px;
  padding: 14px;
  border: 1px solid #dfc67f;
  border-radius: 10px;
  background: var(--ga-soft-gold);
}

.ga-cart-offers h2 {
  margin: 2px 0 10px;
  font-size: 16px;
}

.ga-cart-coupon-form {
  display: grid;
  gap: 7px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid rgba(199, 153, 45, 0.32);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
}

.ga-cart-coupon-form > label {
  color: var(--ga-text);
  font-size: 12px;
  font-weight: 900;
}

.ga-coupon-control {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 7px;
}

.ga-coupon-control input {
  width: 100%;
  min-width: 0;
  min-height: 40px;
  padding: 0 11px;
  border: 1px solid var(--ga-border);
  border-radius: 7px;
  background: #fff;
  color: var(--ga-text);
  font: inherit;
  font-size: 12px;
}

.ga-coupon-control input:focus-visible {
  border-color: var(--ga-gold);
  outline: 3px solid rgba(224, 185, 79, 0.24);
  outline-offset: 1px;
}

.ga-cart-coupon-form > small {
  line-height: 1.45;
}

.ga-coupon-feedback {
  color: var(--ga-muted);
  font-size: 10px;
  font-weight: 700;
}

.ga-coupon-feedback.is-error {
  color: var(--ga-danger);
}

.ga-coupon-feedback.is-pending {
  color: var(--ga-success);
}

.ga-cart-offers ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ga-cart-offers li {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 9px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
}

.ga-cart-offers li > span:first-child {
  display: grid;
  gap: 2px;
}

.ga-cart-offers small,
.ga-checkout-offers small,
.ga-offer-status {
  color: var(--ga-muted);
  font-size: 10px;
}

.ga-cart-offers button,
.ga-checkout-offers button {
  min-height: 36px;
  padding: 0 11px;
  border: 0;
  border-radius: 7px;
  background: var(--ga-brand-black);
  color: #fff;
  font: inherit;
  font-size: 10px;
  font-weight: 900;
  cursor: pointer;
}

.ga-cart-offers button:disabled,
.ga-checkout-offers button:disabled {
  background: var(--ga-success);
  cursor: default;
}

.ga-offer-auto {
  color: var(--ga-success);
  font-size: 10px;
  font-weight: 900;
}

.ga-offer-status {
  margin: 9px 0 0;
}

.ga-offer-status.is-applied,
.ga-checkout-offers p.is-applied {
  color: var(--ga-success);
  font-weight: 800;
}

.cart_totals th small,
.woocommerce-checkout-review-order th small {
  display: block;
  color: var(--ga-muted);
  font-size: 9px;
  font-weight: 600;
}

.ga-checkout-offers {
  display: grid;
  grid-area: offers;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 5px 12px;
  align-items: center;
  margin-bottom: 18px;
}

.ga-checkout-offers > span {
  display: grid;
  gap: 3px;
}

.ga-checkout-offers > p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--ga-muted);
  font-size: 10px;
}

.ga-live-order-offers {
  display: block;
}

.woocommerce-checkout form.checkout {
  grid-template-areas:
    "offers offers"
    "customer heading"
    "customer review";
  grid-template-rows: auto auto 1fr;
  column-gap: 24px;
  row-gap: 0;
}

.woocommerce-checkout #customer_details {
  grid-row: 2 / span 2;
}

.woocommerce-checkout #order_review_heading {
  padding-bottom: 10px;
}

@media (max-width: 980px) {
  .woocommerce-checkout form.checkout {
    grid-template-areas:
      "offers"
      "customer"
      "heading"
      "review";
    grid-template-rows: auto;
    gap: 0;
  }

  .woocommerce-checkout #customer_details {
    grid-row: auto;
    margin-bottom: 18px;
  }

  .ga-cart-cross-sells .ga-product-grid,
  .woocommerce-cart .cross-sells .products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .ga-store-offers {
    overflow-x: auto;
  }

  .ga-store-offers ul {
    width: max-content;
    min-width: 100%;
    justify-content: flex-start;
    padding-inline: 16px;
  }

  .ga-store-offers li {
    min-width: max-content;
  }

  .ga-store-offers li span {
    display: none;
  }

  .ga-product-offers,
  .ga-service-assurance {
    margin-inline: -8px;
  }

  .ga-service-assurance ul {
    grid-template-columns: 1fr;
  }

  .ga-quick-related ol {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .ga-quick-related li {
    min-width: min(82vw, 270px);
    scroll-snap-align: start;
  }

  .ga-cart-cross-sells .ga-product-grid,
  .woocommerce-cart .cross-sells .products {
    display: flex;
    gap: 10px;
  }

  .ga-cart-cross-sells .ga-product-item,
  .woocommerce-cart .cross-sells .product {
    min-width: min(63vw, 230px);
  }

  .ga-checkout-offers {
    grid-template-columns: 1fr;
  }

  .ga-checkout-offers button,
  .ga-checkout-offers > p {
    grid-column: 1;
  }

  .ga-coupon-control {
    grid-template-columns: 1fr;
  }

  .ga-cart-offers .ga-coupon-control button {
    min-height: 44px;
  }

  .woocommerce-cart table.cart td.actions .coupon {
    display: none;
  }
}

/* Review 1.3.4: compact Flash Sale, directional offers bar and lighter bundles. */
.ga-flash-sale .ga-section-heading.ga-flash-banner {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
  padding: 11px 14px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(100deg, #e0b94f 0%, var(--ga-gold) 58%, #c89b35 100%);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
}

.ga-flash-banner .ga-flash-title-row {
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.ga-flash-banner .ga-flash-title-row > h2 {
  color: var(--ga-studio-black);
}

.ga-flash-banner .ga-flash-bolt {
  background: var(--ga-studio-black);
  color: var(--ga-gold);
}

.ga-flash-banner .ga-flash-timer {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 5px 6px 5px 11px;
  border: 1px solid rgba(28, 28, 27, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
}

.ga-flash-banner .ga-flash-timer > span {
  color: var(--ga-studio-black);
  font-size: 10px;
  white-space: nowrap;
}

.ga-flash-banner .ga-flash-timer time {
  min-width: 88px;
  padding: 7px 9px;
  border: 0;
  border-radius: 6px;
  background: var(--ga-studio-black);
  color: var(--ga-gold);
  font-size: 13px;
  text-align: center;
}

.ga-flash-banner .ga-flash-actions button {
  border-color: rgba(28, 28, 27, 0.55);
  color: var(--ga-studio-black);
}

.ga-flash-banner .ga-flash-actions button:hover {
  border-color: var(--ga-studio-black);
  background: var(--ga-studio-black);
  color: var(--ga-gold);
}

.ga-store-offers {
  position: sticky;
  top: var(--ga-header-height);
  z-index: 35;
  transition:
    opacity 180ms ease,
    transform 220ms ease;
  will-change: transform;
}

.ga-store-offers.is-scroll-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(-100% - 2px));
}

.ga-bundle-offer {
  margin-block: 12px;
  padding: 12px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.ga-bundle-offer > footer {
  padding-top: 4px;
}

.ga-bundle-offer > footer p {
  gap: 4px;
}

.ga-bundle-offer > footer p > span {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}

.ga-bundle-offer .ga-bundle-savings,
.ga-linked-savings {
  color: var(--ga-success);
  font-weight: 800;
}

.ga-bundle-offer .ga-bundle-savings strong,
.ga-linked-savings strong {
  color: var(--ga-success);
}

.ga-linked-savings {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  font-size: 12px;
}

.ga-checkout-offers > a {
  color: var(--ga-primary);
  font-size: 12px;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 760px) {
  .ga-flash-sale .ga-section-heading.ga-flash-banner {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 10px;
  }

  .ga-flash-banner .ga-flash-title-row {
    display: grid;
    gap: 7px;
  }

  .ga-flash-banner .ga-flash-timer {
    width: max-content;
    max-width: 100%;
  }

  .ga-flash-banner .ga-flash-timer > span {
    font-size: 9px;
  }

  .ga-flash-actions {
    justify-self: end;
  }

  .ga-flash-actions button {
    min-width: 38px;
    min-height: 38px;
  }

  .ga-store-offers {
    top: var(--ga-mobile-header-height, var(--ga-header-height));
  }

  .ga-bundle-offer {
    margin-inline: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ga-store-offers {
    transition: none;
  }
}

/* Review 1.3.5: image-led catalog hero and simplified purchase cards. */
.ga-shop-hero {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  gap: 0;
  min-height: 280px;
  padding: 0;
  overflow: hidden;
}

.ga-shop-hero > div {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: clamp(30px, 4vw, 54px);
}

.ga-shop-hero-visual {
  position: relative;
  align-self: stretch;
  min-height: 280px;
  margin: 0;
  overflow: hidden;
  clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%);
}

.ga-shop-hero-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--ga-studio-black) 0%, transparent 30%);
  content: "";
  pointer-events: none;
}

.ga-shop-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 55%;
}

.ga-shop-products .ga-product-body {
  gap: 8px;
}

.ga-shop-products .ga-price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px;
  align-items: start;
}

.ga-shop-products .ga-price {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 3px 7px;
}

.ga-shop-products .ga-price del {
  display: inline-flex;
  margin: 0;
}

.ga-shop-products .ga-sales {
  padding-top: 4px;
  font-size: 11px;
  white-space: nowrap;
}

.ga-shop-products .ga-card-actions {
  grid-template-columns: minmax(0, 1fr);
}

.ga-shop-products .ga-card-actions .ga-btn-primary,
.ga-shop-products .ga-card-actions .button {
  min-height: 44px;
}

@media (max-width: 760px) {
  .ga-shop-hero {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  .ga-shop-hero > div {
    padding: 28px 22px 20px;
  }

  .ga-shop-hero-visual {
    min-height: 190px;
    clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 100%);
  }

  .ga-shop-hero-visual::after {
    background: linear-gradient(180deg, var(--ga-studio-black) 0%, transparent 34%);
  }

  .ga-shop-products .ga-price-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

/* Review 1.3.8: compact catalog hero, aligned content pages and one card system. */
.ga-shop-hero {
  min-height: 240px;
}

.ga-shop-hero > div {
  padding: 28px 40px;
}

.ga-shop-hero h1 {
  font-size: clamp(36px, 4.2vw, 50px);
}

.ga-shop-hero > div > p:not(.ga-eyebrow) {
  max-width: 610px;
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.55;
}

.ga-shop-hero-visual {
  height: 240px;
  min-height: 240px;
}

body.ga1993-site .ga-shop-hero-visual img {
  position: absolute;
  inset: 0;
  display: block;
  height: 100%;
}

.ga-page-template {
  width: 100%;
  max-width: none;
}

.ga-about .ga-page-hero {
  max-width: none;
}

.ga-product-card > .ga-product-body > .ga-badges {
  display: none;
}

.ga-product-title,
.ga-featured-rail .ga-product-title,
.ga-cart-cross-sells .ga-product-title {
  min-height: 2.6em;
  font-size: 15px;
  line-height: 1.3;
  -webkit-line-clamp: 2;
}

.ga-card-actions,
.ga-shop-products .ga-card-actions,
.ga-cart-cross-sells .ga-card-actions {
  grid-template-columns: minmax(0, 1fr);
}

.ga-card-actions .ga-btn-primary,
.ga-card-actions .button {
  min-height: 44px;
}

.ga-featured-rail .ga-product-body {
  gap: 8px;
  padding: 16px;
}

.ga-featured-rail .ga-price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 6px;
}

.ga-featured-rail .ga-price del {
  display: inline-flex;
}

.ga-featured-rail .ga-sales {
  display: inline;
  padding-bottom: 2px;
  color: var(--ga-studio-muted);
  font-size: 11px;
  white-space: nowrap;
}

.ga-featured-rail .ga-card-actions {
  position: static;
  display: grid;
  padding: 0 16px 16px;
}

.ga-featured-rail .ga-card-actions .ga-btn-primary,
.ga-featured-rail .ga-card-actions .button {
  display: inline-flex;
  min-height: 44px;
  border-color: var(--ga-gold);
  background: var(--ga-gold);
  color: var(--ga-studio-black);
}

.ga-cart-cross-sells .ga-product-media,
.woocommerce-cart .cross-sells .product img {
  aspect-ratio: 1 / 1;
}

.ga-cart-cross-sells .ga-product-body {
  gap: 8px;
  padding: 12px;
}

.ga-cart-cross-sells .ga-card-actions {
  padding: 0 12px 12px;
}

.ga-cart-cross-sells .ga-card-actions .ga-btn {
  min-height: 44px;
  font-size: 12px;
}

@media (max-width: 760px) {
  .ga-shop-hero > div {
    padding: 24px 20px 18px;
  }

  .ga-shop-hero h1 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .ga-shop-hero-visual {
    height: 150px;
    min-height: 150px;
  }

  .ga-featured-rail .ga-product-body {
    padding: 13px;
  }

  .ga-featured-rail .ga-card-actions {
    padding: 0 13px 13px;
  }
}

/* Review 1.3.9: calm Flash Sale motion and image-led content heroes. */
@keyframes ga-flash-bolt-wiggle {
  0%,
  72%,
  100% {
    transform: rotate(5deg);
  }

  78% {
    transform: translateY(-1px) rotate(-8deg);
  }

  84% {
    transform: translateY(1px) rotate(11deg);
  }

  90% {
    transform: rotate(-3deg);
  }

  95% {
    transform: rotate(7deg);
  }
}

.ga-flash-bolt {
  animation: ga-flash-bolt-wiggle 2.6s ease-in-out infinite;
  transform-origin: 50% 58%;
  will-change: transform;
}

.ga-page-hero.ga-content-hero {
  display: grid;
  min-height: 260px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
  align-items: stretch;
  padding: 0;
  overflow: hidden;
}

.ga-content-hero-copy {
  align-self: center;
  padding: clamp(28px, 4vw, 48px);
}

.ga-content-hero-copy > p:last-child:not(.ga-eyebrow) {
  max-width: 650px;
  margin: 14px 0 0;
  color: var(--ga-studio-muted);
  font-size: 15px;
  line-height: 1.6;
}

.ga-content-hero-visual {
  position: relative;
  min-width: 0;
  min-height: 260px;
  margin: 0;
  overflow: hidden;
  background: #111;
  clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%);
}

.ga-content-hero-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--ga-studio-black) 0%, transparent 38%);
  content: "";
  pointer-events: none;
}

body.ga1993-site .ga-content-hero-visual img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 760px) {
  .ga-page-hero.ga-content-hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .ga-content-hero-copy {
    padding: 26px 20px 22px;
  }

  .ga-content-hero-visual {
    min-height: 150px;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
  }

  .ga-content-hero-visual::after {
    background: linear-gradient(180deg, var(--ga-studio-black) 0%, transparent 34%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ga-flash-bolt {
    animation: none;
    will-change: auto;
  }
}
