/*
Theme Name: Thera Glo Pagelayer
Theme URI: https://www.thera-glo.com
Author: Coleman Tech & Media
Author URI: https://colemantm.com/
Description: Blank, performance-focused Pagelayer theme for Thera Glo. Designed and developed by Coleman Tech & Media.
Version: 0.1.5
Text Domain: thera-glo
*/

:root {
  --tg-green-dark: #073f30;
  --tg-green: #0f5a43;
  --tg-green-deep: #02291f;
  --tg-gold: #b5822d;
  --tg-gold-soft: #e8c46d;
  --tg-cream: #f7f3ea;
  --tg-off-white: #fbfaf5;
  --tg-text: #102f27;
  --tg-muted: #68746e;
  --tg-border: #ded8ca;
  --tg-white: #ffffff;
  --tg-shadow: 0 22px 60px rgba(7, 63, 48, 0.16);
  --tg-card-border: rgba(15, 61, 46, 0.16);
  --tg-glow-primary: rgba(198, 138, 46, 0.72);
  --tg-glow-secondary: rgba(15, 61, 46, 0.58);
  --tg-glow-soft: rgba(169, 117, 90, 0.28);
  --tg-container-max: 1240px;
  --tg-container-pad: clamp(18px, 4vw, 48px);
  --tg-section-gap: clamp(48px, 6vw, 80px);

  /* WooCommerce uses purple defaults for these semantic variables. Keep them on-brand. */
  --woocommerce: var(--tg-green-dark);
  --wc-primary: var(--tg-green-dark);
  --wc-primary-text: var(--tg-white);
  --wc-secondary: var(--tg-cream);
  --wc-secondary-text: var(--tg-text);
  --wc-highlight: var(--tg-gold);
  --wc-highligh-text: var(--tg-white);
  --wc-content-bg: var(--tg-white);
  --wc-subtext: var(--tg-muted);
  --wc-form-border-color: var(--tg-border);
  --wc-form-border-radius: 10px;
}

@property --tg-glow-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0deg;
}

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

body {
  margin: 0;
  color: var(--tg-text);
  background: var(--tg-off-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

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

a {
  color: var(--tg-gold);
}

.tg-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251, 250, 245, 0.94);
  border-bottom: 1px solid rgba(222, 216, 202, 0.75);
  backdrop-filter: blur(14px);
  margin-bottom: 15px;
}

.tg-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: min(100% - calc(var(--tg-container-pad) * 2), var(--tg-container-max));
  max-width: none;
  margin-inline: auto;
  padding: 18px 0;
}

.tg-brand {
  display: inline-flex;
  flex-direction: column;
  text-decoration: none;
}

.tg-brand-name {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 31px;
  line-height: 1;
  color: var(--tg-green-dark);
}

.tg-brand-name span {
  color: var(--tg-gold);
}

.tg-brand-tagline {
  margin-top: 4px;
  color: var(--tg-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.tg-logo-shortcode {
  display: inline-flex;
  align-items: center;
  color: var(--tg-green-dark);
  line-height: 1;
}

.tg-logo-shortcode svg {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
}

.tg-logo-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--tg-green-dark);
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.tg-logo-lockup__text {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.tg-logo-lockup .tg-logo-wordmark {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 0.92;
}

.tg-logo-lockup .tg-logo-wordmark span {
  color: var(--tg-gold);
}

.tg-logo-lockup .tg-logo-tag {
  display: block;
  margin: 0;
  color: var(--tg-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.1;
  text-transform: uppercase;
}

.tg-logo-shortcode--header {
  width: clamp(46px, 5vw, 58px);
}

.tg-logo-shortcode--footer {
  width: clamp(54px, 5.5vw, 68px);
  color: var(--tg-white);
}

.tg-logo-shortcode--content {
  width: 100px;
}

.tg-logo-shortcode--ui-controls {
  width: clamp(72px, 8vw, 96px);
}

.tg-logo-lockup--footer {
  color: var(--tg-white);
}

.tg-logo-lockup--footer .tg-logo-tag {
}

.tg-logo-lockup--ui-controls .tg-logo-wordmark {
  font-size: clamp(42px, 5vw, 68px);
}

.tg-logo-lockup--ui-controls .tg-logo-tag {
  font-size: 10px;
  letter-spacing: 0.22em;
}

.tg-logo-shortcode .tg-brand-name {
  display: inline-block;
}

.tg-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--tg-green-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tg-nav a {
  text-decoration: none;
}

.tg-nav a:hover,
.tg-nav a:focus {
  color: var(--tg-gold);
}

.tg-header-actions {
  display: flex;
  gap: 12px;
  color: var(--tg-green-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#content {
  max-width: 1240px;
  margin: 0 auto;
}

.tg-page-main {
  min-height: 70vh;
}

.tg-site-footer {
  background: var(--tg-green-dark);
  color: var(--tg-white);
  padding: 52px 24px;
}

.tg-footer-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  width: min(100% - calc(var(--tg-container-pad) * 2), var(--tg-container-max));
  max-width: none;
  margin-inline: auto;
}

.tg-footer-note {
  max-width: 460px;
  color: rgba(255, 255, 255, 0.76);
}

.tg-footer-credit {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.tg-footer-credit a {
  color: var(--tg-gold-soft);
  text-decoration: none;
}

.tg-home {
  overflow: hidden;
  background: var(--tg-off-white);
}

.tg-section {
  padding: clamp(64px, 8vw, 112px) 24px;
}

.tg-container {
  width: min(100%, 1240px);
  margin: 0 auto;
}

.tg-eyebrow {
  margin: 0 0 16px;
  color: var(--tg-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.tg-h1,
.tg-h2,
.tg-h3 {
  margin: 0;
  color: var(--tg-green-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  letter-spacing: 0;
}

.tg-h1 {
  font-size: clamp(40px, 5vw, 70px);
  line-height: 0.98;
}

.tg-h2 {
  font-size: clamp(35px, 4.4vw, 58px);
  line-height: 1.05;
}

.tg-h3 {
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.12;
}

.tg-copy {
  margin: 20px 0 0;
  color: var(--tg-muted);
}

.tg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 14px 28px;
  border: 1px solid var(--tg-green-dark);
  background: var(--tg-green-dark);
  color: var(--tg-white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.tg-btn:hover,
.tg-btn:focus {
  background: var(--tg-gold);
  border-color: var(--tg-gold);
}

.tg-hero {
  position: relative;
  min-height: 720px;
  padding: clamp(72px, 9vw, 130px) 24px 56px;
  background:
    radial-gradient(circle at 75% 28%, rgba(232, 196, 109, 0.22), transparent 22%),
    linear-gradient(90deg, var(--tg-off-white) 0%, var(--tg-off-white) 47%, #e7e0d2 47%, #d5d0c4 100%);
}

.tg-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(36px, 6vw, 88px);
}

.tg-hero-logo {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 4px 18px;
  margin-bottom: 34px;
  width: max-content;
  max-width: 100%;
}

.tg-hero-logo .tg-logo-shortcode,
.tg-hero-logo .tg-logo-mark {
  grid-row: 1 / span 2;
}

.tg-logo-mark {
  width: 116px;
  height: 116px;
  margin-bottom: 18px;
  border: 2px solid var(--tg-gold);
  border-right-color: transparent;
  border-radius: 999px;
  position: relative;
}

.tg-logo-mark::before {
  content: "";
  position: absolute;
  left: 25px;
  bottom: 22px;
  width: 38px;
  height: 68px;
  background: linear-gradient(135deg, var(--tg-green-dark), var(--tg-green));
  border-radius: 80% 8% 80% 8%;
  transform: rotate(-18deg);
}

.tg-logo-mark::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 34px;
  width: 40px;
  height: 40px;
  background: radial-gradient(circle, rgba(232, 196, 109, 0.95), rgba(232, 196, 109, 0.05) 68%);
}

.tg-logo-wordmark {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(52px, 6vw, 76px);
  line-height: 0.88;
  color: var(--tg-green-dark);
}

.tg-logo-wordmark span {
  color: var(--tg-gold);
}

.tg-logo-tag {
  margin-top: 12px;
  color: var(--tg-text);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.tg-benefit-row,
.tg-icon-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.tg-benefit {
  display: grid;
  gap: 10px;
  justify-items: center;
  text-align: center;
}

.tg-icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(7, 63, 48, 0.45);
  border-radius: 999px;
  color: var(--tg-green-dark);
  font-size: 22px;
}

.tg-benefit strong,
.tg-feature strong {
  display: block;
  color: var(--tg-green-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tg-benefit span,
.tg-feature span {
  display: block;
  color: var(--tg-text);
  font-size: 13px;
  line-height: 1.45;
}

.tg-hero-art {
  position: relative;
  min-height: 560px;
}

.tg-leaf-bg {
  position: absolute;
  inset: -45px -20px auto auto;
  width: 62%;
  height: 62%;
  opacity: 0.24;
  background:
    radial-gradient(ellipse at 30% 30%, rgba(15, 90, 67, 0.72), transparent 38%),
    radial-gradient(ellipse at 70% 25%, rgba(15, 90, 67, 0.58), transparent 34%),
    radial-gradient(ellipse at 54% 70%, rgba(7, 63, 48, 0.5), transparent 40%);
  filter: blur(8px);
}

.tg-hero-bottles {
  position: relative;
  z-index: 2;
  display: block;
  width: min(100%, 520px);
  margin: 0 auto;
  filter: drop-shadow(0 26px 34px rgba(7, 63, 48, 0.22));
}

.tg-qr-card {
  position: absolute;
  right: 0;
  bottom: 28px;
  z-index: 3;
  width: 138px;
  padding: 12px;
  background: var(--tg-white);
  border: 1px solid rgba(7, 63, 48, 0.35);
  border-radius: 7px;
  box-shadow: var(--tg-shadow);
  text-align: center;
}

.tg-qr-card img {
  width: 86px;
  aspect-ratio: 1;
  object-fit: cover;
}

.tg-qr-card span {
  display: block;
  margin-top: 7px;
  color: var(--tg-green-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.tg-trust-strip {
  margin-top: -1px;
  background: var(--tg-green-dark);
  color: var(--tg-white);
}

.tg-trust-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 1240px;
  margin: 0 auto;
}

.tg-trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 72px;
  padding: 16px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tg-difference {
  background: var(--tg-cream);
}

.tg-difference.pagelayer-row > .pagelayer-row-holder {
  align-items: stretch;
  gap: 0;
}

.tg-difference-panel {
  padding: clamp(48px, 6vw, 74px);
  background: linear-gradient(135deg, var(--tg-green-dark), var(--tg-green-deep));
  color: var(--tg-white);
}

.tg-difference-panel .tg-h2,
.tg-difference-panel .tg-copy {
  color: var(--tg-white);
}

.tg-difference-panel .tg-h2 {
  max-width: 11ch;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.02;
}

.tg-difference-panel .tg-copy {
  color: rgba(255, 255, 255, 0.82);
  max-width: 31ch;
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.58;
}

.tg-feature-grid {
  display: grid;
  gap: 11px;
  max-width: 32ch;
  margin: clamp(26px, 3vw, 36px) 0 0;
  padding: 0;
  list-style: none;
}

.tg-feature {
  margin: 0;
  padding-left: 14px;
  border-left: 2px solid rgba(232, 196, 109, 0.72);
  color: var(--tg-white);
  font-size: clamp(15px, 1.05vw, 17px);
  font-weight: 800;
  line-height: 1.32;
}

.tg-feature .tg-icon {
  border-color: rgba(232, 196, 109, 0.65);
  color: var(--tg-gold-soft);
}

.tg-feature strong,
.tg-feature span {
  color: var(--tg-white);
}

.tg-model-img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.tg-results {
  padding: clamp(48px, 6vw, 74px);
  background: var(--tg-off-white);
}

.tg-results-heading {
  max-width: 16ch;
  margin: 0 0 clamp(24px, 3vw, 34px);
  font-size: clamp(31px, 3vw, 42px);
  line-height: 1.08;
}

.tg-proof-list {
  display: grid;
  gap: clamp(16px, 2vw, 22px);
  max-width: 34ch;
  margin: 0;
}

.tg-proof-item {
  display: grid;
  gap: 4px;
  padding-bottom: clamp(14px, 1.5vw, 18px);
  border-bottom: 1px solid rgba(7, 63, 48, 0.14);
}

.tg-proof-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.tg-proof-item dt {
  margin: 0;
  color: var(--tg-green-dark);
  font-size: clamp(18px, 1.35vw, 22px);
  font-weight: 900;
  line-height: 1.15;
}

.tg-proof-item dd {
  max-width: 30ch;
  margin: 0;
  color: var(--tg-text);
  font-size: clamp(16px, 1.1vw, 18px);
  line-height: 1.46;
}

.tg-stat {
  margin-top: 28px;
}

.tg-stat strong {
  display: block;
  color: var(--tg-green-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 500;
  line-height: 0.9;
}

.tg-stat span {
  display: block;
  max-width: 220px;
  margin-top: 8px;
  color: var(--tg-text);
  line-height: 1.35;
}

.tg-disclaimer {
  margin-top: 34px;
  color: var(--tg-muted);
  font-size: 12px;
}

.tg-results-closing {
  max-width: 30ch;
  margin-top: clamp(24px, 3vw, 34px);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.5;
}

.tg-spotlight {
  background: radial-gradient(circle at 50% 54%, rgba(232, 196, 109, 0.45), transparent 20%), linear-gradient(135deg, var(--tg-green-dark), #011c15);
  color: var(--tg-white);
  text-align: center;
}

.tg-spotlight .tg-h2,
.tg-spotlight .tg-copy {
  color: var(--tg-white);
}

.tg-spotlight-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(260px, 0.7fr);
  align-items: center;
  gap: 48px;
}

.tg-spotlight-product {
  position: relative;
  max-width: 360px;
  margin: 0 auto;
}

.tg-spotlight-product::before {
  content: "";
  position: absolute;
  inset: 18% 4%;
  border: 2px solid rgba(232, 196, 109, 0.92);
  border-radius: 999px;
  box-shadow: 0 0 38px rgba(232, 196, 109, 0.55);
}

.tg-spotlight-product img {
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 25px 45px rgba(0, 0, 0, 0.32));
}

.tg-science-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(220px, 0.65fr) minmax(0, 1.15fr);
  gap: 42px;
  align-items: center;
}

.tg-molecule {
  filter: drop-shadow(0 18px 30px rgba(7, 63, 48, 0.14));
}

.tg-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--tg-border);
  background: var(--tg-white);
}

.tg-spec-card {
  padding: 32px;
}

.tg-spec-card + .tg-spec-card {
  border-left: 1px solid var(--tg-border);
}

.tg-spec-card h3 {
  margin: 0 0 6px;
  color: var(--tg-green-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tg-spec-card p {
  margin: 0 0 18px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tg-spec-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--tg-text);
  font-size: 14px;
}

.tg-transparency {
  background: var(--tg-cream);
}

.tg-transparency-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) 140px;
  gap: 32px;
  align-items: center;
  max-width: 780px;
  margin-left: auto;
}

.tg-transparency img {
  width: 120px;
  border: 10px solid var(--tg-white);
  box-shadow: var(--tg-shadow);
}

.tg-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px;
}

.tg-preview-card {
  overflow: hidden;
  background: var(--tg-white);
  border: 1px solid var(--tg-border);
  border-radius: 8px;
  box-shadow: var(--tg-shadow);
}

.tg-preview-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 26px;
  border-bottom: 1px solid var(--tg-border);
  color: var(--tg-green-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tg-preview-brand {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 26px;
  letter-spacing: 0;
  text-transform: none;
}

.tg-preview-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 330px;
  padding: 34px 26px;
  background: linear-gradient(110deg, var(--tg-cream), #ded8ca);
}

.tg-product-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.95fr) minmax(0, 1fr);
  gap: 32px;
  padding: 36px;
}

.tg-product-info .tg-copy {
  margin-bottom: 22px;
}

.tg-option-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0;
}

.tg-option {
  padding: 10px 16px;
  border: 1px solid var(--tg-border);
  background: var(--tg-off-white);
  color: var(--tg-green-dark);
  font-size: 12px;
  font-weight: 700;
}

.tg-option.is-active {
  background: var(--tg-green-dark);
  color: var(--tg-white);
}

.tg-qty-cart {
  display: flex;
  gap: 12px;
  margin-top: 22px;
}

.tg-qty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  border: 1px solid var(--tg-border);
}

.tg-trust-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 22px 36px 34px;
  color: var(--tg-muted);
  font-size: 12px;
}

.tg-trust-badges strong {
  display: block;
  color: var(--tg-green-dark);
}

.tg-stars {
  color: var(--tg-gold);
  letter-spacing: 0.08em;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce-result-count,
.woocommerce-ordering {
  color: var(--tg-muted);
  font-size: 14px;
}

.woocommerce-products-header,
.woocommerce .woocommerce-notices-wrapper,
.woocommerce .woocommerce-breadcrumb,
.woocommerce-result-count,
.woocommerce-ordering,
.woocommerce ul.products,
.woocommerce nav.woocommerce-pagination {
  width: min(100% - 48px, 1240px);
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}

.woocommerce-products-header__title.page-title {
  margin: 0;
  color: var(--tg-green-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(42px, 5vw, 70px);
  font-weight: 500;
  line-height: 1;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  clear: both;
  padding: 28px 0 86px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: none;
  width: auto;
  margin: 0;
  padding: 18px;
  background: var(--tg-white);
  border: 1px solid var(--tg-border);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(7, 63, 48, 0.09);
  text-align: left;
}

.woocommerce ul.products li.product a {
  text-decoration: none;
}

.woocommerce ul.products li.product a img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  margin: 0 0 18px;
  object-fit: contain;
  background:
    radial-gradient(circle at 50% 40%, rgba(232, 196, 109, 0.18), transparent 36%),
    linear-gradient(145deg, var(--tg-cream), var(--tg-off-white));
  border-radius: 6px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 2.4em;
  padding: 0;
  color: var(--tg-green-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.12;
}

.woocommerce ul.products li.product .price {
  display: block;
  margin: 10px 0 16px;
  color: var(--tg-gold);
  font-size: 16px;
  font-weight: 800;
}

.woocommerce ul.products li.product .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 12px 18px;
  background: var(--tg-green-dark);
  color: var(--tg-white);
  border-radius: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus {
  background: var(--tg-gold);
  color: var(--tg-white);
}

/* WooCommerce archive layout and legacy sidebar modernization */
body.woocommerce-shop,
body.tax-product_cat {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 250px);
  gap: clamp(24px, 3vw, 40px);
  align-items: start;
  width: min(100% - 48px, var(--tg-container-max));
  max-width: var(--tg-container-max);
  margin-inline: auto;
  padding-bottom: 0;
}

body.woocommerce-shop .tg-site-header,
body.woocommerce-shop .pagelayer-header,
body.tax-product_cat .tg-site-header,
body.tax-product_cat .pagelayer-header,
body.woocommerce-shop .tg-site-footer,
body.woocommerce-shop .pagelayer-footer,
body.tax-product_cat .tg-site-footer,
body.tax-product_cat .pagelayer-footer {
  grid-column: 1 / -1;
}

body.woocommerce-shop #primary,
body.tax-product_cat #primary {
  grid-column: 1;
  float: none;
  width: auto;
  min-width: 0;
  padding-bottom: clamp(48px, 6vw, 72px);
  margin-bottom: clamp(28px, 4vw, 40px);
  border-bottom: 1px solid rgba(222, 216, 202, 0.9);
}

body.woocommerce-shop #sidebar,
body.tax-product_cat #sidebar {
  grid-column: 2;
  float: none;
  width: 100%;
  max-width: 250px;
  justify-self: end;
}

body.woocommerce-shop #content,
body.tax-product_cat #content {
  width: 100%;
  max-width: none;
  margin: 0;
  display: block;
}

body.woocommerce-shop #content > :not(#sidebar),
body.tax-product_cat #content > :not(#sidebar) {
  grid-column: auto;
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}

body.woocommerce-shop #sidebar,
body.tax-product_cat #sidebar {
  color: var(--tg-text);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(251, 250, 245, 0.96));
  border: 1px solid rgba(7, 63, 48, 0.14);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(7, 63, 48, 0.08);
  padding: 18px;
}

@media (min-width: 1025px) {
  body.woocommerce-shop #sidebar,
  body.tax-product_cat #sidebar {
    position: sticky;
    top: 130px;
    margin-top: 15px;
  }
}

body.woocommerce-shop .tg-site-footer,
body.woocommerce-shop .pagelayer-footer,
body.tax-product_cat .tg-site-footer,
body.tax-product_cat .pagelayer-footer {
  margin-top: clamp(32px, 4vw, 48px);
  border-top: 1px solid rgba(222, 216, 202, 0.65);
}

body.woocommerce-shop #sidebar ul,
body.tax-product_cat #sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.woocommerce-shop #sidebar > ul > li,
body.woocommerce-shop #sidebar .tg-shop-widget,
body.tax-product_cat #sidebar > ul > li,
body.tax-product_cat #sidebar .tg-shop-widget {
  margin: 0;
  padding: 16px 0;
  border-bottom: 1px solid rgba(7, 63, 48, 0.12);
}

body.woocommerce-shop #sidebar > ul:empty,
body.woocommerce-shop #sidebar > ul > li:empty,
body.tax-product_cat #sidebar > ul:empty,
body.tax-product_cat #sidebar > ul > li:empty {
  display: none;
}

body.woocommerce-shop #sidebar > ul:last-child > li:last-child,
body.woocommerce-shop #sidebar > ul > li:last-child,
body.woocommerce-shop #sidebar .tg-shop-widget:last-child,
body.tax-product_cat #sidebar > ul:last-child > li:last-child,
body.tax-product_cat #sidebar > ul > li:last-child,
body.tax-product_cat #sidebar .tg-shop-widget:last-child {
  border-bottom: 0;
}

body.woocommerce-shop #sidebar h2,
body.woocommerce-shop #sidebar .tg-shop-widget-title,
body.tax-product_cat #sidebar h2 {
  margin: 0 0 12px;
  color: var(--tg-green-dark);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.woocommerce-shop #sidebar li ul,
body.woocommerce-shop #sidebar .product-categories,
body.woocommerce-shop #sidebar .woocommerce-widget-layered-nav-list,
body.tax-product_cat #sidebar li ul {
  display: grid;
  gap: 4px;
}

body.woocommerce-shop #sidebar li li,
body.woocommerce-shop #sidebar .product-categories li,
body.woocommerce-shop #sidebar .woocommerce-widget-layered-nav-list li,
body.tax-product_cat #sidebar li li {
  position: relative;
  margin: 0;
  padding: 0;
  color: var(--tg-muted);
  font-size: 14px;
  line-height: 1.4;
}

body.woocommerce-shop #sidebar a,
body.woocommerce-shop #sidebar .wc-block-components-price-slider__range-input-wrapper,
body.tax-product_cat #sidebar a {
  display: flex;
  align-items: center;
  min-height: 34px;
  margin-inline: -8px;
  padding: 7px 8px;
  color: var(--tg-text);
  border-radius: 999px;
  text-decoration: none;
  transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

body.woocommerce-shop #sidebar .wc-block-components-price-slider__range-input-wrapper {
  display: block;
  margin: 0;
  padding: 0;
}

body.woocommerce-shop #sidebar a:hover,
body.tax-product_cat #sidebar a:hover {
  color: var(--tg-green-dark);
  background: rgba(181, 130, 45, 0.12);
  transform: translateX(2px);
}

body.woocommerce-shop #sidebar .current_page_item > a,
body.woocommerce-shop #sidebar .current-cat > a,
body.woocommerce-shop #sidebar .current-menu-item > a,
body.tax-product_cat #sidebar .current_page_item > a,
body.tax-product_cat #sidebar .current-cat > a,
body.tax-product_cat #sidebar .current-menu-item > a {
  color: var(--tg-green-dark);
  background: rgba(15, 90, 67, 0.1);
  font-weight: 800;
}

body.woocommerce-shop #sidebar #searchform,
body.woocommerce-shop #sidebar .woocommerce-product-search,
body.tax-product_cat #sidebar #searchform {
  margin: 0;
}

body.woocommerce-shop #sidebar #searchform > div,
body.woocommerce-shop #sidebar .woocommerce-product-search,
body.tax-product_cat #sidebar #searchform > div {
  display: grid;
  gap: 10px;
}

body.woocommerce-shop #sidebar .screen-reader-text,
body.tax-product_cat #sidebar .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

body.woocommerce-shop #sidebar #s,
body.woocommerce-shop #sidebar .search-field,
body.woocommerce-shop #sidebar .price_slider_amount .price_label,
body.tax-product_cat #sidebar #s {
  width: 100%;
  min-height: 42px;
  color: var(--tg-text);
  background: var(--tg-off-white);
  border: 1px solid rgba(7, 63, 48, 0.14);
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 14px;
  outline: none;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

body.woocommerce-shop #sidebar #s:focus,
body.woocommerce-shop #sidebar .search-field:focus,
body.tax-product_cat #sidebar #s:focus {
  background: var(--tg-white);
  border-color: rgba(15, 90, 67, 0.45);
  box-shadow: 0 0 0 4px rgba(15, 90, 67, 0.12);
}

body.woocommerce-shop #sidebar #searchsubmit,
body.woocommerce-shop #sidebar button,
body.woocommerce-shop #sidebar .button,
body.tax-product_cat #sidebar #searchsubmit {
  width: 100%;
  min-height: 42px;
  color: var(--tg-white);
  background: var(--tg-green-dark);
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.woocommerce-shop #sidebar #searchsubmit:hover,
body.woocommerce-shop #sidebar button:hover,
body.woocommerce-shop #sidebar .button:hover,
body.tax-product_cat #sidebar #searchsubmit:hover {
  background: var(--tg-gold);
  box-shadow: 0 10px 24px rgba(181, 130, 45, 0.22);
  transform: translateY(-1px);
}

body.woocommerce-shop #sidebar .price_slider_wrapper {
  color: var(--tg-muted);
  font-size: 14px;
}

body.woocommerce-shop #sidebar .price_slider {
  margin: 18px 2px 16px;
}

body.woocommerce-shop #sidebar .price_slider_amount {
  display: grid;
  gap: 10px;
}

body.woocommerce-shop #sidebar .price_slider_amount .clear {
  display: none;
}

body.woocommerce-shop #sidebar a:focus-visible,
body.woocommerce-shop #sidebar input:focus-visible,
body.tax-product_cat #sidebar a:focus-visible,
body.tax-product_cat #sidebar input:focus-visible {
  outline: 3px solid rgba(15, 90, 67, 0.22);
  outline-offset: 3px;
}

/* WooCommerce account sidebar navigation */
body.woocommerce-account #content {
  width: 100%;
  max-width: none;
  margin-inline: auto;
}

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

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

body.woocommerce-account .tg-account-page {
  background: #fbfaf6;
}

body.woocommerce-account .tg-account-shell {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 36px;
  align-items: start;
  width: min(100%, 1320px);
  margin: 0 auto;
  padding: 32px 24px 64px;
}

body.woocommerce-account .tg-account-sidebar {
  display: grid;
  gap: 22px;
  min-width: 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100%;
  max-width: none;
  color: var(--tg-text);
  background: #fffefb;
  border: 1px solid #e6e1d8;
  border-radius: 14px;
  box-shadow: 0 18px 48px rgba(28, 44, 36, 0.06);
  padding: 20px 0;
  float: none;
  overflow: hidden;
}

@media (min-width: 1025px) {
  body.woocommerce-account .tg-account-sidebar {
    position: sticky;
    top: 130px;
    margin-top: 15px;
  }
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li {
  margin: 0;
  padding: 0;
  color: var(--tg-muted);
  font-size: 14px;
  line-height: 1.4;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: flex;
  align-items: center;
  min-height: 56px;
  margin: 0;
  padding: 0 26px;
  color: #68746e;
  border-left: 4px solid transparent;
  border-radius: 0;
  text-decoration: none;
  transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  color: var(--tg-green-dark);
  background: rgba(181, 130, 45, 0.12);
  transform: translateX(2px);
}

body.woocommerce-account .woocommerce-MyAccount-navigation .is-active > a {
  color: var(--tg-green-dark);
  background: linear-gradient(90deg, rgba(12, 91, 62, 0.12), rgba(12, 91, 62, 0.06));
  border-left-color: #075b3b;
  border-radius: 0 10px 10px 0;
  font-weight: 800;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a:focus-visible {
  outline: 3px solid rgba(15, 90, 67, 0.22);
  outline-offset: 3px;
}

body.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
  float: none;
  min-width: 0;
  padding: clamp(24px, 3.5vw, 38px);
  background: #fffefb;
  border: 1px solid #e6e1d8;
  border-radius: 14px;
  box-shadow: 0 18px 48px rgba(28, 44, 36, 0.06);
}

body.woocommerce-account .tg-help-card {
  padding: 26px;
  background: #fffefb;
  border: 1px solid #e6e1d8;
  border-radius: 14px;
  box-shadow: 0 18px 48px rgba(28, 44, 36, 0.06);
}

body.woocommerce-account .tg-help-card__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  color: var(--tg-gold);
  background: rgba(181, 130, 45, 0.1);
  border-radius: 999px;
}

body.woocommerce-account .tg-help-card h2 {
  margin: 0;
  color: var(--tg-green-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.05;
}

body.woocommerce-account .tg-help-card p {
  margin: 10px 0 18px;
  color: var(--tg-muted);
  font-size: 14px;
  line-height: 1.55;
}

body.woocommerce-account .tg-help-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  color: var(--tg-green-dark);
  border: 1px solid rgba(7, 63, 48, 0.45);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

body.woocommerce-account .tg-help-card a:hover {
  color: var(--tg-white);
  background: var(--tg-green-dark);
  border-color: var(--tg-green-dark);
}

body.woocommerce-account .tg-account-addresses {
  min-width: 0;
}

body.woocommerce-account .tg-account-kicker {
  margin: 0 0 8px;
  color: #b97a24;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
}

body.woocommerce-account .tg-account-addresses h1 {
  margin: 0;
  color: #063f2c;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 4vw, 46px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0;
}

body.woocommerce-account .tg-account-intro {
  max-width: 720px;
  margin: 12px 0 0;
  color: #6f7370;
  font-size: 16px;
  line-height: 1.6;
}

body.woocommerce-account .tg-address-grid,
body.woocommerce-account .woocommerce-Addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  margin-top: 32px;
}

body.woocommerce-account .tg-address-card,
body.woocommerce-account .woocommerce-Address {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 430px;
  width: 100%;
  float: none;
  overflow: hidden;
  background: #fffefb;
  border: 1px solid #e6e1d8;
  border-radius: 14px;
  box-shadow: 0 16px 38px rgba(28, 44, 36, 0.05);
}

body.woocommerce-account .tg-address-card .woocommerce-Address-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 92px;
  padding: 24px 26px;
  border-bottom: 1px solid #e6e1d8;
}

body.woocommerce-account .tg-address-card .woocommerce-Address-title::before,
body.woocommerce-account .tg-address-card .woocommerce-Address-title::after {
  display: none;
}

body.woocommerce-account .tg-address-card .woocommerce-Address-title h2 {
  margin: 0;
  color: #063f2c;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(23px, 2.3vw, 28px);
  font-weight: 500;
  line-height: 1.1;
}

body.woocommerce-account .tg-card-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  color: #075b3b;
  background: rgba(12, 91, 62, 0.1);
  border-radius: 999px;
}

body.woocommerce-account .tg-card-icon svg {
  width: 20px;
  height: 20px;
}

body.woocommerce-account .tg-address-empty-state,
body.woocommerce-account .tg-address-filled-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 338px;
  padding: 34px 30px;
  text-align: center;
}

body.woocommerce-account .tg-address-filled-state {
  align-items: stretch;
  justify-content: space-between;
  text-align: left;
}

body.woocommerce-account .tg-large-icon {
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  margin-bottom: 24px;
  color: #075b3b;
  background: rgba(12, 91, 62, 0.1);
  border-radius: 999px;
}

body.woocommerce-account .tg-large-icon svg {
  width: 42px;
  height: 42px;
}

body.woocommerce-account .tg-address-empty-state h3 {
  margin: 0;
  color: #063f2c;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.15;
}

body.woocommerce-account .tg-address-empty-state p {
  max-width: 280px;
  margin: 12px auto 28px;
  color: #6f7370;
  font-size: 15px;
  line-height: 1.6;
}

body.woocommerce-account .tg-address-filled-state address {
  margin: 0 0 28px;
  color: var(--tg-text);
  font-style: normal;
  line-height: 1.7;
}

body.woocommerce-account .tg-address-card .button,
body.woocommerce-account .tg-address-card .edit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 14px 22px;
  color: var(--tg-white);
  background: #075b3b;
  border: 0;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.woocommerce-account .tg-address-card .button:hover,
body.woocommerce-account .tg-address-card .edit:hover,
body.woocommerce-account .tg-address-card .button:focus,
body.woocommerce-account .tg-address-card .edit:focus {
  color: var(--tg-white);
  background: #063f2c;
  box-shadow: 0 12px 24px rgba(7, 91, 59, 0.18);
  transform: translateY(-1px);
}

body.woocommerce-account .tg-secure-notice {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
  padding: 18px 26px;
  overflow: hidden;
  color: #063f2c;
  background: linear-gradient(90deg, rgba(12, 91, 62, 0.1), rgba(12, 91, 62, 0.04));
  border-radius: 10px;
}

body.woocommerce-account .tg-secure-notice::after {
  content: "";
  position: absolute;
  right: -26px;
  bottom: -34px;
  width: 126px;
  height: 126px;
  background: rgba(12, 91, 62, 0.06);
  border-radius: 999px;
}

body.woocommerce-account .tg-secure-notice__icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  color: #075b3b;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 999px;
}

body.woocommerce-account .tg-secure-notice strong,
body.woocommerce-account .tg-secure-notice span span {
  position: relative;
  z-index: 1;
  display: block;
}

body.woocommerce-account .tg-secure-notice strong {
  margin-bottom: 3px;
  color: #063f2c;
  font-size: 14px;
  font-weight: 800;
}

body.woocommerce-account .tg-secure-notice span span {
  color: #68746e;
  font-size: 14px;
  line-height: 1.45;
}

body.woocommerce-account .tg-account-page a:focus-visible,
body.woocommerce-account .tg-account-page button:focus-visible {
  outline: 3px solid rgba(185, 122, 36, 0.45);
  outline-offset: 3px;
}

body.woocommerce-account .woocommerce-MyAccount-content form h2,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title h2 {
  margin: 0 0 24px;
  color: var(--tg-green-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(32px, 3.2vw, 44px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
}

body.woocommerce-account .woocommerce-address-fields {
  display: grid;
  gap: 24px;
}

body.woocommerce-account .woocommerce-EditAccountForm {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
}

body.woocommerce-account .woocommerce-address-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
}

body.woocommerce-account .woocommerce-EditAccountForm .clear {
  display: none;
}

body.woocommerce-account .woocommerce-address-fields .form-row {
  float: none;
  clear: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

body.woocommerce-account .woocommerce-EditAccountForm .form-row {
  float: none;
  clear: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

body.woocommerce-account .woocommerce-address-fields .form-row-first,
body.woocommerce-account .woocommerce-address-fields .form-row-last {
  width: 100%;
}

body.woocommerce-account .woocommerce-EditAccountForm .form-row-first,
body.woocommerce-account .woocommerce-EditAccountForm .form-row-last {
  width: 100%;
}

body.woocommerce-account .woocommerce-address-fields .form-row-wide {
  grid-column: 1 / -1;
}

body.woocommerce-account .woocommerce-EditAccountForm .form-row-wide,
body.woocommerce-account .woocommerce-EditAccountForm fieldset,
body.woocommerce-account .woocommerce-EditAccountForm > p:last-child {
  grid-column: 1 / -1;
}

body.woocommerce-account .woocommerce-address-fields label,
body.woocommerce-account .woocommerce-EditAccountForm label {
  display: block;
  margin: 0 0 8px;
  color: var(--tg-green-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.woocommerce-account .woocommerce-address-fields .required,
body.woocommerce-account .woocommerce-EditAccountForm .required {
  color: var(--tg-gold);
  text-decoration: none;
}

body.woocommerce-account .woocommerce-address-fields .optional {
  color: var(--tg-muted);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

body.woocommerce-account .woocommerce-address-fields .woocommerce-input-wrapper {
  display: block;
}

body.woocommerce-account .woocommerce-EditAccountForm #account_display_name_description {
  display: block;
  margin-top: 8px;
  color: var(--tg-muted);
  font-size: 13px;
  line-height: 1.45;
}

body.woocommerce-account .woocommerce-EditAccountForm #account_display_name_description em {
  font-style: normal;
}

body.woocommerce-account .woocommerce-address-fields input.input-text,
body.woocommerce-account .woocommerce-address-fields select,
body.woocommerce-account .woocommerce-address-fields textarea,
body.woocommerce-account .woocommerce-EditAccountForm input.input-text,
body.woocommerce-account .woocommerce-MyAccount-content .select2-container .select2-selection--single {
  width: 100%;
  min-height: 46px;
  color: var(--tg-text);
  background: var(--tg-off-white);
  border: 1px solid rgba(7, 63, 48, 0.14);
  border-radius: 8px;
  padding: 11px 13px;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.35;
  outline: none;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

body.woocommerce-account .woocommerce-MyAccount-content .select2-container {
  width: 100% !important;
}

body.woocommerce-account .woocommerce-MyAccount-content .select2-container .select2-selection--single {
  display: flex;
  align-items: center;
  padding: 0 42px 0 13px;
}

body.woocommerce-account .woocommerce-MyAccount-content .select2-container .select2-selection__rendered {
  width: 100%;
  color: var(--tg-text);
  line-height: 1.35;
  padding: 0;
}

body.woocommerce-account .woocommerce-MyAccount-content .select2-container .select2-selection__placeholder {
  color: rgba(16, 47, 39, 0.58);
}

body.woocommerce-account .woocommerce-MyAccount-content .select2-container .select2-selection__arrow {
  top: 50%;
  right: 12px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
}

body.woocommerce-account .woocommerce-address-fields input.input-text:focus,
body.woocommerce-account .woocommerce-address-fields select:focus,
body.woocommerce-account .woocommerce-address-fields textarea:focus,
body.woocommerce-account .woocommerce-EditAccountForm input.input-text:focus,
body.woocommerce-account .woocommerce-MyAccount-content .select2-container--focus .select2-selection--single,
body.woocommerce-account .woocommerce-MyAccount-content .select2-container--open .select2-selection--single {
  background: var(--tg-white);
  border-color: rgba(15, 90, 67, 0.45);
  box-shadow: 0 0 0 4px rgba(15, 90, 67, 0.12);
}

body.woocommerce-account .woocommerce-address-fields input::placeholder,
body.woocommerce-account .woocommerce-EditAccountForm input::placeholder {
  color: rgba(16, 47, 39, 0.48);
}

body.woocommerce-account .woocommerce-EditAccountForm fieldset {
  display: grid;
  gap: 18px;
  margin: 8px 0 0;
  padding: clamp(18px, 3vw, 24px);
  border: 1px solid rgba(7, 63, 48, 0.12);
  border-radius: 8px;
  background: rgba(251, 250, 245, 0.76);
}

body.woocommerce-account .woocommerce-EditAccountForm legend {
  margin: 0;
  padding: 0 8px;
  color: var(--tg-green-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}

body.woocommerce-account .woocommerce-EditAccountForm .password-input {
  position: relative;
  display: block;
}

body.woocommerce-account .woocommerce-EditAccountForm .password-input input.input-text {
  padding-right: 48px;
}

body.woocommerce-account .woocommerce-EditAccountForm .show-password-input {
  position: absolute;
  top: 50%;
  right: 8px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  min-height: 34px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--tg-green-dark);
  cursor: pointer;
  transform: translateY(-50%);
}

body.woocommerce-account .woocommerce-EditAccountForm .show-password-input::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1.7px solid currentColor;
  border-radius: 80% 12% 80% 12%;
  transform: rotate(45deg);
}

body.woocommerce-account .woocommerce-EditAccountForm .show-password-input:hover,
body.woocommerce-account .woocommerce-EditAccountForm .show-password-input:focus {
  background: rgba(181, 130, 45, 0.12);
  color: var(--tg-green-dark);
}

body.woocommerce-account .woocommerce-address-fields > p:last-child {
  display: flex;
  justify-content: flex-end;
  margin: 4px 0 0;
}

body.woocommerce-account .woocommerce-EditAccountForm > p:last-child {
  display: flex;
  justify-content: flex-end;
  margin: 4px 0 0;
}

body.woocommerce-account .woocommerce-address-fields button.button,
body.woocommerce-account .woocommerce-MyAccount-content button.button,
body.woocommerce-account .woocommerce-MyAccount-content .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 24px;
  color: var(--tg-white);
  background: var(--tg-green-dark);
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.woocommerce-account .woocommerce-address-fields button.button:hover,
body.woocommerce-account .woocommerce-MyAccount-content button.button:hover,
body.woocommerce-account .woocommerce-MyAccount-content .button:hover,
body.woocommerce-account .woocommerce-address-fields button.button:focus,
body.woocommerce-account .woocommerce-MyAccount-content button.button:focus,
body.woocommerce-account .woocommerce-MyAccount-content .button:focus {
  color: var(--tg-white);
  background: var(--tg-gold);
  box-shadow: 0 10px 24px rgba(181, 130, 45, 0.22);
  transform: translateY(-1px);
}

body.woocommerce-account .woocommerce-address-fields button.button:focus-visible,
body.woocommerce-account .woocommerce-MyAccount-content button.button:focus-visible,
body.woocommerce-account .woocommerce-MyAccount-content .button:focus-visible,
body.woocommerce-account .woocommerce-address-fields input:focus-visible,
body.woocommerce-account .woocommerce-address-fields select:focus-visible,
body.woocommerce-account .woocommerce-EditAccountForm input:focus-visible,
body.woocommerce-account .woocommerce-EditAccountForm .show-password-input:focus-visible {
  outline: 3px solid rgba(15, 90, 67, 0.22);
  outline-offset: 3px;
}

#sidebar.tg-shop-sidebar {
  color: var(--tg-text);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(251, 250, 245, 0.96));
  border: 1px solid rgba(7, 63, 48, 0.14);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(7, 63, 48, 0.08);
  padding: 18px;
  float: left;
}

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

#sidebar.tg-shop-sidebar .tg-shop-widget {
  margin: 0;
  padding: 16px 0;
  border-bottom: 1px solid rgba(7, 63, 48, 0.12);
}

#sidebar.tg-shop-sidebar .tg-shop-widget:first-child {
  padding-top: 0;
}

#sidebar.tg-shop-sidebar .tg-shop-widget:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

#sidebar.tg-shop-sidebar .tg-shop-widget:empty {
  display: none;
}

#sidebar.tg-shop-sidebar .tg-shop-widget-title,
#sidebar.tg-shop-sidebar h2 {
  margin: 0 0 12px;
  color: var(--tg-green-dark);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#sidebar.tg-shop-sidebar .product-categories,
#sidebar.tg-shop-sidebar .woocommerce-widget-layered-nav-list,
#sidebar.tg-shop-sidebar li ul {
  display: grid;
  gap: 4px;
}

#sidebar.tg-shop-sidebar .product-categories li,
#sidebar.tg-shop-sidebar .woocommerce-widget-layered-nav-list li,
#sidebar.tg-shop-sidebar li li {
  position: relative;
  margin: 0;
  padding: 0;
  color: var(--tg-muted);
  font-size: 14px;
  line-height: 1.4;
}

#sidebar.tg-shop-sidebar a {
  display: flex;
  align-items: center;
  min-height: 34px;
  margin-inline: -8px;
  padding: 7px 8px;
  color: var(--tg-text);
  border-radius: 999px;
  text-decoration: none;
  transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

#sidebar.tg-shop-sidebar a:hover {
  color: var(--tg-green-dark);
  background: rgba(181, 130, 45, 0.12);
  transform: translateX(2px);
}

#sidebar.tg-shop-sidebar .current_page_item > a,
#sidebar.tg-shop-sidebar .current-cat > a,
#sidebar.tg-shop-sidebar .current-menu-item > a {
  color: var(--tg-green-dark);
  background: rgba(15, 90, 67, 0.1);
  font-weight: 800;
}

#sidebar.tg-shop-sidebar .count {
  margin-left: auto;
  color: var(--tg-muted);
  font-size: 12px;
  font-weight: 700;
}

#sidebar.tg-shop-sidebar .woocommerce-product-search,
#sidebar.tg-shop-sidebar #searchform,
#sidebar.tg-shop-sidebar #searchform > div {
  display: grid;
  gap: 10px;
  margin: 0;
}

#sidebar.tg-shop-sidebar .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

#sidebar.tg-shop-sidebar .search-field,
#sidebar.tg-shop-sidebar #s,
#sidebar.tg-shop-sidebar .price_slider_amount .price_label {
  width: 100%;
  min-height: 42px;
  color: var(--tg-text);
  background: var(--tg-off-white);
  border: 1px solid rgba(7, 63, 48, 0.14);
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 14px;
  outline: none;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

#sidebar.tg-shop-sidebar .search-field:focus,
#sidebar.tg-shop-sidebar #s:focus {
  background: var(--tg-white);
  border-color: rgba(15, 90, 67, 0.45);
  box-shadow: 0 0 0 4px rgba(15, 90, 67, 0.12);
}

#sidebar.tg-shop-sidebar button,
#sidebar.tg-shop-sidebar .button,
#sidebar.tg-shop-sidebar #searchsubmit {
  width: 100%;
  min-height: 42px;
  color: var(--tg-white);
  background: var(--tg-green-dark);
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

#sidebar.tg-shop-sidebar button:hover,
#sidebar.tg-shop-sidebar .button:hover,
#sidebar.tg-shop-sidebar #searchsubmit:hover {
  background: var(--tg-gold);
  box-shadow: 0 10px 24px rgba(181, 130, 45, 0.22);
  transform: translateY(-1px);
}

#sidebar.tg-shop-sidebar .price_slider_wrapper {
  color: var(--tg-muted);
  font-size: 14px;
}

#sidebar.tg-shop-sidebar .price_slider {
  margin: 18px 2px 16px;
}

#sidebar.tg-shop-sidebar .price_slider_amount {
  display: grid;
  gap: 10px;
}

#sidebar.tg-shop-sidebar .price_slider_amount .clear {
  display: none;
}

#sidebar.tg-shop-sidebar a:focus-visible,
#sidebar.tg-shop-sidebar input:focus-visible,
#sidebar.tg-shop-sidebar button:focus-visible,
#sidebar.tg-shop-sidebar .button:focus-visible {
  outline: 3px solid rgba(15, 90, 67, 0.22);
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .tg-header-inner,
  .tg-footer-inner,
  .tg-hero-grid,
  .tg-difference,
  .tg-spotlight-grid,
  .tg-science-grid,
  .tg-preview-grid,
  .tg-product-card {
    grid-template-columns: 1fr;
  }

  .tg-header-inner,
  .tg-footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .tg-nav {
    flex-wrap: wrap;
  }

  .tg-hero {
    background: linear-gradient(180deg, var(--tg-off-white), #e7e0d2);
  }

  .tg-hero-art {
    min-height: auto;
  }

  .tg-qr-card {
    position: static;
    margin: 24px auto 0;
  }

  .tg-model-img {
    min-height: 360px;
  }

  .tg-difference-panel .tg-h2,
  .tg-difference-panel .tg-copy,
  .tg-feature-grid,
  .tg-results-heading,
  .tg-proof-list,
  .tg-results-closing {
    max-width: 52ch;
  }

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

  body.woocommerce-shop #content,
  body.tax-product_cat #content,
  body.woocommerce-account #content {
    grid-template-columns: 1fr;
    width: min(100% - 36px, 1240px);
  }

  body.woocommerce-account .tg-account-shell {
    grid-template-columns: 1fr;
    gap: 26px;
    width: min(100%, 960px);
  }

  body.woocommerce-shop #content > :not(#sidebar),
  body.woocommerce-shop #sidebar,
  body.tax-product_cat #content > :not(#sidebar),
  body.tax-product_cat #sidebar,
  body.woocommerce-account .tg-account-sidebar,
  body.woocommerce-account .woocommerce-MyAccount-navigation,
  body.woocommerce-account .woocommerce-MyAccount-content {
    grid-column: 1;
  }

  body.woocommerce-account .woocommerce-address-fields__field-wrapper,
  body.woocommerce-account .woocommerce-EditAccountForm {
    grid-template-columns: 1fr;
  }

  body.woocommerce-shop #sidebar,
  body.tax-product_cat #sidebar,
  body.woocommerce-account .woocommerce-MyAccount-navigation {
    grid-row: auto;
    max-width: none;
    margin-bottom: 8px;
  }

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

  body.woocommerce-account .tg-address-grid,
  body.woocommerce-account .woocommerce-Addresses {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .tg-nav {
    gap: 14px;
    font-size: 11px;
  }

  .tg-benefit-row,
  .tg-icon-grid,
  .tg-trust-inner,
  .tg-feature-grid,
  .tg-compare,
  .tg-transparency-grid,
  .tg-preview-hero,
  .tg-trust-badges {
    grid-template-columns: 1fr;
  }

  .tg-hero,
  .tg-section {
    padding-inline: 18px;
  }

  .tg-spec-card + .tg-spec-card {
    border-top: 1px solid var(--tg-border);
    border-left: 0;
  }

  .tg-product-card {
    padding: 24px;
  }

  .tg-qty-cart {
    flex-direction: column;
  }

  .woocommerce-products-header,
  .woocommerce .woocommerce-notices-wrapper,
  .woocommerce .woocommerce-breadcrumb,
  .woocommerce-result-count,
  .woocommerce-ordering,
  .woocommerce ul.products,
  .woocommerce nav.woocommerce-pagination {
    width: min(100% - 36px, 1240px);
  }

  .woocommerce ul.products {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  body.woocommerce-account #content {
    width: min(100% - 28px, 1240px);
  }

  body.woocommerce-account .tg-account-shell {
    padding: 24px 14px 48px;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    grid-template-columns: 1fr;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation,
  body.woocommerce-account .woocommerce-MyAccount-content {
    padding: 15px;
    box-shadow: 0 8px 22px rgba(7, 63, 48, 0.06);
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 12px 0;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation a {
    min-height: 48px;
    padding-inline: 20px;
  }

  body.woocommerce-account .tg-help-card {
    padding: 20px;
  }

  body.woocommerce-account .tg-address-card,
  body.woocommerce-account .woocommerce-Address {
    min-height: 360px;
  }

  body.woocommerce-account .tg-address-card .woocommerce-Address-title {
    min-height: 78px;
    padding: 20px;
  }

  body.woocommerce-account .tg-address-empty-state,
  body.woocommerce-account .tg-address-filled-state {
    min-height: 280px;
    padding: 26px 20px;
  }

  body.woocommerce-account .tg-secure-notice {
    align-items: flex-start;
    padding: 16px 18px;
  }

  body.woocommerce-account .woocommerce-address-fields,
  body.woocommerce-account .woocommerce-EditAccountForm {
    gap: 20px;
  }

  body.woocommerce-account .woocommerce-address-fields__field-wrapper {
    gap: 16px;
  }

  body.woocommerce-account .woocommerce-address-fields > p:last-child,
  body.woocommerce-account .woocommerce-EditAccountForm > p:last-child {
    justify-content: stretch;
  }

  body.woocommerce-account .woocommerce-address-fields button.button,
  body.woocommerce-account .woocommerce-MyAccount-content button.button,
  body.woocommerce-account .woocommerce-MyAccount-content .button {
    width: 100%;
  }

  body.woocommerce-shop #sidebar,
  body.tax-product_cat #sidebar {
    padding: 15px;
    box-shadow: 0 8px 22px rgba(7, 63, 48, 0.06);
  }

  body.woocommerce-shop #sidebar > ul > li,
  body.tax-product_cat #sidebar > ul > li {
    padding: 14px 0;
  }
}






div#primary {
    float: right;
    width: 80%;
}
div#sidebar {
    float: left;
    width: 20%;
}


.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: left;
    width: 65%;
    margin-left: 25px;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: right;
    width: 15%;
}

body.woocommerce-shop .woocommerce-ordering,
body.tax-product_cat .woocommerce-ordering {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-self: end;
  width: min(100%, 260px);
  margin: 0 25px 0 0;
}

body.woocommerce-shop .woocommerce-ordering::after,
body.tax-product_cat .woocommerce-ordering::after {
  content: "";
  position: absolute;
  right: 14px;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--tg-green-dark);
  border-bottom: 2px solid var(--tg-green-dark);
  transform: translateY(-2px) rotate(45deg);
  pointer-events: none;
}

body.woocommerce-shop .woocommerce-ordering select.orderby,
body.tax-product_cat .woocommerce-ordering select.orderby {
  width: 100%;
  min-height: 43px;
  appearance: none;
  color: var(--tg-text);
  background: var(--tg-white);
  border: 1px solid rgba(7, 63, 48, 0.14);
  border-radius: 4px;
  padding: 11px 42px 11px 14px;
  font: inherit;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

body.woocommerce-shop .woocommerce-ordering select.orderby:hover,
body.tax-product_cat .woocommerce-ordering select.orderby:hover {
  border-color: rgba(7, 63, 48, 0.28);
}

body.woocommerce-shop .woocommerce-ordering select.orderby:focus,
body.tax-product_cat .woocommerce-ordering select.orderby:focus {
  border-color: var(--tg-green-dark);
  box-shadow: 0 0 0 3px rgba(15, 61, 46, 0.1);
}

body.woocommerce-shop .woocommerce-ordering select.orderby:disabled,
body.tax-product_cat .woocommerce-ordering select.orderby:disabled {
  background: #f2f2f2;
  color: rgba(31, 31, 31, 0.4);
  cursor: not-allowed;
}

@media (max-width: 720px) {
  body.woocommerce-shop .woocommerce-ordering,
  body.tax-product_cat .woocommerce-ordering {
    justify-self: stretch;
    width: 100%;
  }
}

@media (max-width: 980px) {
  body.woocommerce-shop,
  body.tax-product_cat {
    grid-template-columns: 1fr;
  }

  body.woocommerce-shop #primary,
  body.tax-product_cat #primary,
  body.woocommerce-shop #sidebar,
  body.tax-product_cat #sidebar {
    grid-column: 1;
    max-width: none;
    justify-self: stretch;
  }

  body.woocommerce-shop #sidebar,
  body.tax-product_cat #sidebar {
    position: static;
    top: auto;
    margin-top: 0;
  }
}

body.woocommerce-shop ul.products li.product,
body.woocommerce-page.woocommerce-shop ul.products li.product,
body.tax-product_cat ul.products li.product,
body.woocommerce-page.tax-product_cat ul.products li.product {
  width: auto;
}

/* WooCommerce premium archive product cards */
.woocommerce ul.products li.product.tg-product-card--archive,
.woocommerce-page ul.products li.product.tg-product-card--archive {
  display: flex;
  min-width: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.woocommerce ul.products li.product.tg-product-card--archive .tg-product-card__shell,
.woocommerce-page ul.products li.product.tg-product-card--archive .tg-product-card__shell {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(246, 244, 241, 0.92)),
    var(--tg-white);
  border: 1px solid var(--tg-card-border);
  border-radius: 8px;
  box-shadow:
    0 18px 42px rgba(31, 31, 31, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease,
    --tg-glow-angle 700ms ease;
}

.woocommerce ul.products li.product.tg-product-card--archive .tg-product-card__shell::before,
.woocommerce-page ul.products li.product.tg-product-card--archive .tg-product-card__shell::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(198, 138, 46, 0.22), transparent 34%),
    radial-gradient(circle at 88% 0%, rgba(15, 61, 46, 0.16), transparent 32%),
    radial-gradient(circle at 50% 100%, rgba(169, 117, 90, 0.14), transparent 38%);
  opacity: 0.75;
  pointer-events: none;
}

.woocommerce ul.products li.product.tg-product-card--archive .tg-product-card__shell::after,
.woocommerce-page ul.products li.product.tg-product-card--archive .tg-product-card__shell::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 1px;
  border-radius: inherit;
  background:
    conic-gradient(
      from var(--tg-glow-angle),
      transparent 0deg,
      transparent 42deg,
      var(--tg-glow-primary) 82deg,
      var(--tg-glow-secondary) 132deg,
      transparent 178deg,
      transparent 360deg
    );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.woocommerce ul.products li.product.tg-product-card--archive .tg-product-card__shell:hover,
.woocommerce ul.products li.product.tg-product-card--archive .tg-product-card__shell:focus-within,
.woocommerce-page ul.products li.product.tg-product-card--archive .tg-product-card__shell:hover,
.woocommerce-page ul.products li.product.tg-product-card--archive .tg-product-card__shell:focus-within {
  --tg-glow-angle: 180deg;
  transform: translateY(-4px);
  border-color: rgba(198, 138, 46, 0.38);
  box-shadow:
    0 22px 54px rgba(31, 31, 31, 0.13),
    0 0 24px rgba(198, 138, 46, 0.22),
    0 0 42px rgba(15, 61, 46, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.woocommerce ul.products li.product.tg-product-card--archive .tg-product-card__shell:hover::after,
.woocommerce ul.products li.product.tg-product-card--archive .tg-product-card__shell:focus-within::after,
.woocommerce-page ul.products li.product.tg-product-card--archive .tg-product-card__shell:hover::after,
.woocommerce-page ul.products li.product.tg-product-card--archive .tg-product-card__shell:focus-within::after {
  opacity: 1;
}

.woocommerce ul.products li.product.tg-product-card--archive .tg-product-card__media-link,
.woocommerce ul.products li.product.tg-product-card--archive .tg-product-card__body,
.woocommerce-page ul.products li.product.tg-product-card--archive .tg-product-card__media-link,
.woocommerce-page ul.products li.product.tg-product-card--archive .tg-product-card__body {
  position: relative;
  z-index: 1;
}

.woocommerce ul.products li.product.tg-product-card--archive .tg-product-card__media-link {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 280px;
  aspect-ratio: 4 / 3.2;
  padding: clamp(20px, 4vw, 40px);
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  background:
    radial-gradient(circle at 50% 20%, rgba(198, 138, 46, 0.14), transparent 42%),
    radial-gradient(circle at 50% 42%, rgba(217, 163, 95, 0.2), transparent 39%),
    var(--tg-cream);
}

.woocommerce ul.products li.product.tg-product-card--archive .tg-product-card__media-link img {
  width: 100%;
  max-height: 320px;
  margin: 0;
  object-fit: contain;
  background: transparent;
  border-radius: 0;
  aspect-ratio: auto;
}

.woocommerce ul.products li.product.tg-product-card--archive .onsale {
  position: absolute;
  top: 16px;
  left: 16px;
  right: auto;
  z-index: 2;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 7px 10px;
  color: var(--tg-white);
  background: var(--tg-green-dark);
  border-radius: 5px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.woocommerce ul.products li.product.tg-product-card--archive .tg-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(24px, 3vw, 34px);
}

.woocommerce ul.products li.product.tg-product-card--archive .tg-product-card__title,
.woocommerce ul.products li.product.tg-product-card--archive .woocommerce-loop-product__title {
  min-height: 0;
  margin: 0;
  padding: 0;
  color: var(--tg-green-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 500;
  line-height: 1.08;
}

.woocommerce ul.products li.product.tg-product-card--archive .tg-product-card__title a {
  color: inherit;
  text-decoration: none;
}

.woocommerce ul.products li.product.tg-product-card--archive .tg-product-card__title a:hover {
  color: var(--tg-green);
}

.woocommerce ul.products li.product.tg-product-card--archive .tg-product-card__meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-top: 16px;
  color: #53625a;
  font-size: 15px;
  line-height: 1.3;
}

.woocommerce ul.products li.product.tg-product-card--archive .tg-product-card__separator {
  width: 1px;
  height: 18px;
  background: rgba(83, 98, 90, 0.34);
}

.woocommerce ul.products li.product.tg-product-card--archive .tg-product-card__rating {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #c98f3c;
}

.woocommerce ul.products li.product.tg-product-card--archive .star-rating {
  float: none;
  width: 5.4em;
  height: 1em;
  margin: 0;
  color: #c98f3c;
  font-size: 14px;
  line-height: 1;
}

.woocommerce ul.products li.product.tg-product-card--archive .tg-product-card__review-count {
  color: var(--tg-text);
  font-size: 15px;
}

.woocommerce ul.products li.product.tg-product-card--archive .tg-product-card__divider {
  width: 100%;
  height: 1px;
  margin: 18px 0 20px;
  border: 0;
  background: #d9a35f;
  opacity: 0.72;
}

.woocommerce ul.products li.product.tg-product-card--archive .tg-product-card__excerpt {
  margin: 0 0 24px;
  color: #3d4a44;
  font-size: 16px;
  line-height: 1.62;
}

.woocommerce ul.products li.product.tg-product-card--archive .tg-product-card__purchase-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  margin-bottom: 22px;
}

.woocommerce ul.products li.product.tg-product-card--archive .tg-product-card__price,
.woocommerce ul.products li.product.tg-product-card--archive .price {
  display: block;
  margin: 0;
  color: var(--tg-green-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(31px, 3vw, 40px);
  font-weight: 500;
  line-height: 1;
}

.woocommerce ul.products li.product.tg-product-card--archive .price del {
  color: rgba(16, 47, 39, 0.5);
  font-size: 0.58em;
}

.woocommerce ul.products li.product.tg-product-card--archive .price ins {
  color: inherit;
  text-decoration: none;
}

.woocommerce ul.products li.product.tg-product-card--archive .tg-product-card__retail-badge {
  flex: 0 0 auto;
  padding: 6px 10px;
  color: #b5822d;
  border: 1px solid rgba(181, 130, 45, 0.62);
  border-radius: 5px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.woocommerce ul.products li.product.tg-product-card--archive .tg-product-card__button,
.woocommerce ul.products li.product.tg-product-card--archive .button.tg-product-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 60px;
  padding: 18px 20px;
  color: var(--tg-white);
  background: linear-gradient(135deg, var(--tg-green-dark), #14543f);
  border: 1px solid rgba(198, 138, 46, 0.34);
  border-radius: 7px;
  box-shadow:
    0 10px 22px rgba(15, 61, 46, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.woocommerce ul.products li.product.tg-product-card--archive .tg-product-card__button:hover,
.woocommerce ul.products li.product.tg-product-card--archive .tg-product-card__button:focus {
  color: var(--tg-text);
  background: linear-gradient(135deg, #c68a2e, #d69b3d);
  box-shadow:
    0 12px 28px rgba(198, 138, 46, 0.34),
    0 0 22px rgba(198, 138, 46, 0.22);
  transform: translateY(-1px);
}

.woocommerce ul.products li.product.tg-product-card--archive .tg-product-card__shell:focus-within,
.woocommerce-page ul.products li.product.tg-product-card--archive .tg-product-card__shell:focus-within {
  outline: 2px solid rgba(198, 138, 46, 0.72);
  outline-offset: 4px;
}

.woocommerce ul.products li.product.tg-product-card--archive .tg-product-card__button:focus-visible,
.woocommerce ul.products li.product.tg-product-card--archive .tg-product-card__title a:focus-visible,
.woocommerce ul.products li.product.tg-product-card--archive .tg-product-card__media-link:focus-visible {
  outline: 3px solid rgba(217, 163, 95, 0.45);
  outline-offset: 4px;
}

.woocommerce ul.products li.product.tg-product-card--archive .tg-product-card__button-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.woocommerce ul.products li.product.tg-product-card--archive .tg-product-card__button.disabled,
.woocommerce ul.products li.product.tg-product-card--archive .tg-product-card__button:disabled {
  cursor: not-allowed;
  color: rgba(255, 255, 255, 0.78);
  background: #7a827d;
  box-shadow: none;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .woocommerce ul.products li.product.tg-product-card--archive .tg-product-card__shell,
  .woocommerce-page ul.products li.product.tg-product-card--archive .tg-product-card__shell,
  .woocommerce ul.products li.product.tg-product-card--archive .tg-product-card__shell::after,
  .woocommerce-page ul.products li.product.tg-product-card--archive .tg-product-card__shell::after,
  .woocommerce ul.products li.product.tg-product-card--archive .tg-product-card__button,
  .woocommerce-page ul.products li.product.tg-product-card--archive .tg-product-card__button {
    transition: none;
  }

  .woocommerce ul.products li.product.tg-product-card--archive .tg-product-card__shell:hover,
  .woocommerce ul.products li.product.tg-product-card--archive .tg-product-card__shell:focus-within,
  .woocommerce-page ul.products li.product.tg-product-card--archive .tg-product-card__shell:hover,
  .woocommerce-page ul.products li.product.tg-product-card--archive .tg-product-card__shell:focus-within {
    transform: none;
  }
}

@media (max-width: 1024px) {
  .woocommerce ul.products li.product.tg-product-card--archive .tg-product-card__title,
  .woocommerce ul.products li.product.tg-product-card--archive .woocommerce-loop-product__title {
    font-size: clamp(29px, 5vw, 38px);
  }

  .woocommerce ul.products li.product.tg-product-card--archive .tg-product-card__price,
  .woocommerce ul.products li.product.tg-product-card--archive .price {
    font-size: clamp(29px, 5vw, 36px);
  }
}

@media (max-width: 720px) {
  .woocommerce ul.products li.product.tg-product-card--archive .tg-product-card__media-link {
    min-height: 230px;
    padding: 24px;
  }

  .woocommerce ul.products li.product.tg-product-card--archive .tg-product-card__body {
    padding: 22px;
  }

  .woocommerce ul.products li.product.tg-product-card--archive .tg-product-card__purchase-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .woocommerce ul.products li.product.tg-product-card--archive .tg-product-card__button,
  .woocommerce ul.products li.product.tg-product-card--archive .button.tg-product-card__button {
    min-height: 56px;
  }
}

/* Premium WooCommerce product detail page */
.tg-announcement-bar {
  display: grid;
  place-items: center;
  min-height: 31px;
  padding: 6px 18px;
  color: var(--tg-white);
  background: var(--tg-green-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.tg-site-header {
  background: var(--tg-white);
  margin-bottom: 0;
}

.tg-header-inner {
  min-height: 78px;
}

.tg-header-actions {
  align-items: center;
  gap: 10px;
}

.tg-header-action {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--tg-green-dark);
  border-radius: 999px;
  text-decoration: none;
}

.tg-header-action svg {
  width: 21px;
  height: 21px;
}

.tg-header-action:hover,
.tg-header-action:focus-visible {
  color: var(--tg-gold);
  background: rgba(181, 130, 45, 0.08);
  outline: none;
}

.tg-header-action:focus-visible {
  box-shadow: 0 0 0 3px rgba(181, 130, 45, 0.22);
}

.tg-cart-count {
  position: absolute;
  top: 2px;
  right: 0;
  display: grid;
  place-items: center;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  color: var(--tg-white);
  background: var(--tg-gold);
  border: 1px solid var(--tg-white);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

body.single-product {
  background: #fbfaf6;
}

body.single-product #content {
  width: min(100% - calc(var(--tg-container-pad) * 2), var(--tg-container-max));
  max-width: none;
  margin-inline: auto;
}

body.single-product #primary,
body.single-product #main {
  float: none;
  width: 100%;
  max-width: none;
  margin: 0;
}

body.single-product .woocommerce-notices-wrapper,
body.single-product .woocommerce .woocommerce-notices-wrapper,
body.single-product .woocommerce-breadcrumb {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

body.single-product .woocommerce-notices-wrapper {
  padding-top: 22px;
}

body.single-product .woocommerce-breadcrumb {
  margin-block: 24px 18px;
  padding: 0;
  color: #8b928e;
  font-size: 12px;
  line-height: 1.4;
}

body.single-product .woocommerce-breadcrumb a {
  color: #8b928e;
  text-decoration: none;
}

body.single-product .woocommerce-breadcrumb a:hover,
body.single-product .woocommerce-breadcrumb a:focus {
  color: var(--tg-green-dark);
}

body.single-product .product {
  width: 100%;
}

body.single-product .tg-pdp {
  width: 100%;
  margin: 0;
  padding: 0;
}

body.single-product .tg-pdp__layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(520px, 1.08fr) minmax(420px, 0.92fr);
  column-gap: clamp(48px, 6vw, 76px);
  align-items: start;
  width: 100%;
}

body.single-product .tg-pdp__layout > .onsale {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 4;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 7px 10px;
  color: var(--tg-white);
  background: var(--tg-green-dark);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

body.single-product div.product div.images,
body.single-product div.product div.summary {
  float: none;
  width: 100%;
  margin: 0;
}

body.single-product div.product div.images {
  position: relative;
  max-width: none;
}

body.single-product div.product div.images .woocommerce-product-gallery__wrapper {
  width: 100%;
  margin: 0;
}

body.single-product div.product div.images .woocommerce-product-gallery__image {
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f4efe8;
  border: 1px solid rgba(0, 68, 51, 0.12);
  border-radius: 8px;
}

body.single-product div.product div.images .woocommerce-product-gallery__image a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}

body.single-product div.product div.images .woocommerce-product-gallery__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.single-product div.product div.images .flex-control-thumbs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  margin: 14px 0 0;
  padding: 2px 2px 6px;
}

body.single-product div.product div.images .flex-control-thumbs li {
  flex: 0 0 94px;
  width: 94px;
  padding: 0;
}

body.single-product div.product div.images .flex-control-thumbs img {
  display: block;
  width: 94px;
  height: 94px;
  object-fit: contain;
  background: #f4efe8;
  border: 1px solid rgba(20, 40, 30, 0.08);
  border-radius: 6px;
  opacity: 1;
}

body.single-product div.product div.images .flex-control-thumbs img.flex-active,
body.single-product div.product div.images .flex-control-thumbs img:hover,
body.single-product div.product div.images .flex-control-thumbs img:focus {
  border-color: rgba(7, 63, 48, 0.5);
}

body.single-product div.product div.images .woocommerce-product-gallery__trigger {
  top: 16px;
  right: 16px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--tg-green-dark);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(7, 63, 48, 0.12);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(7, 63, 48, 0.08);
  text-indent: -9999px;
}

body.single-product div.product div.images .woocommerce-product-gallery__trigger::before,
body.single-product div.product div.images .woocommerce-product-gallery__trigger::after {
  box-sizing: border-box;
}

body.single-product .pswp {
  z-index: 100000;
}

body.single-product .pswp__bg {
  background: rgba(251, 249, 244, 0.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

body.single-product .pswp--open .pswp__bg {
  opacity: 1 !important;
}

body.single-product .pswp__scroll-wrap {
  top: 50%;
  left: 50%;
  width: min(calc(100vw - 40px), 1040px);
  height: min(calc(100vh - 40px), 760px);
  overflow: hidden;
  background: #fbfaf6;
  border: 1px solid rgba(7, 63, 48, 0.16);
  border-radius: 10px;
  box-shadow: 0 26px 80px rgba(7, 43, 33, 0.2);
  transform: translate(-50%, -50%);
}

body.single-product .pswp__container,
body.single-product .pswp__item {
  border-radius: inherit;
}

body.single-product .pswp__img {
  background: #f4f1ec;
}

body.single-product .pswp__ui--fit .pswp__top-bar,
body.single-product .pswp__ui--fit .pswp__caption {
  background: rgba(251, 250, 246, 0.94);
}

body.single-product .pswp__top-bar {
  height: 54px;
  color: var(--tg-green-dark);
  background: rgba(251, 250, 246, 0.94);
  border-bottom: 1px solid rgba(7, 63, 48, 0.12);
}

body.single-product .pswp__counter {
  height: 54px;
  padding: 0 18px;
  color: rgba(7, 63, 48, 0.68);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
  line-height: 54px;
  text-shadow: none;
}

body.single-product .pswp__button {
  width: 44px;
  height: 44px;
  margin: 5px 6px 0 0;
  border-radius: 999px;
  opacity: 1;
  filter: invert(18%) sepia(25%) saturate(1225%) hue-rotate(118deg) brightness(90%) contrast(93%);
}

body.single-product .pswp__button:focus-visible {
  outline: 2px solid var(--tg-gold);
  outline-offset: 2px;
}

body.single-product .pswp__button--fs,
body.single-product .pswp__button--share {
  display: none !important;
}

body.single-product .pswp__button--arrow--left,
body.single-product .pswp__button--arrow--right {
  top: 50%;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  background-color: rgba(251, 250, 246, 0.92);
  border: 1px solid rgba(7, 63, 48, 0.14);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(7, 63, 48, 0.12);
}

body.single-product .pswp__button--arrow--left {
  left: 18px;
}

body.single-product .pswp__button--arrow--right {
  right: 18px;
}

body.single-product .pswp__caption {
  min-height: 0;
  background: rgba(251, 250, 246, 0.94);
  border-top: 1px solid rgba(7, 63, 48, 0.1);
}

body.single-product .pswp__caption__center {
  max-width: 720px;
  padding: 14px 22px;
  color: rgba(25, 36, 31, 0.72);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

body.single-product .pswp__preloader {
  top: 8px;
  right: 108px;
}

body.single-product div.product div.summary {
  width: 100%;
  max-width: 500px;
  justify-self: start;
  color: var(--tg-text);
}

body.single-product div.product .product_title {
  margin: 0;
  color: var(--tg-green-deep);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.08;
}

body.single-product .tg-pdp__tagline {
  margin: 10px 0 16px;
  color: var(--tg-green-dark);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

body.single-product div.product .woocommerce-product-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--tg-muted);
  font-size: 13px;
}

body.single-product div.product .woocommerce-product-rating .star-rating {
  float: none;
  margin: 0;
  color: var(--tg-gold);
}

body.single-product div.product .woocommerce-review-link {
  color: var(--tg-muted);
  text-decoration: none;
}

body.single-product .tg-pdp__empty-rating {
  margin-top: -4px;
}

body.single-product .tg-pdp__empty-stars {
  color: var(--tg-gold);
  font-size: 14px;
  letter-spacing: 0.08em;
}

body.single-product div.product p.price,
body.single-product div.product span.price {
  margin: 0 0 22px;
  color: var(--tg-green-dark);
  font-size: 21px;
  font-weight: 600;
}

body.single-product div.product p.price del,
body.single-product div.product span.price del {
  color: rgba(16, 47, 39, 0.5);
}

body.single-product div.product p.price ins,
body.single-product div.product span.price ins {
  color: inherit;
  text-decoration: none;
}

body.single-product div.product .woocommerce-product-details__short-description {
  max-width: 520px;
  margin: 0 0 24px;
  color: #48534f;
  font-size: 15px;
  line-height: 1.75;
}

body.single-product div.product form.cart,
body.single-product div.product form.variations_form {
  margin: 0;
  padding-top: 22px;
  border-top: 1px solid rgba(7, 63, 48, 0.12);
}

body.single-product div.product form.cart .variations {
  margin: 0 0 18px;
  border: 0;
}

body.single-product div.product form.cart .variations tr,
body.single-product div.product form.cart .variations tbody,
body.single-product div.product form.cart .variations td,
body.single-product div.product form.cart .variations th {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
}

body.single-product div.product form.cart .variations tr + tr {
  margin-top: 18px;
}

body.single-product div.product form.cart .variations label {
  display: block;
  margin: 0 0 9px;
  color: var(--tg-green-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.single-product div.product form.cart .variations select {
  min-width: 220px;
  min-height: 46px;
  padding: 10px 38px 10px 13px;
  color: var(--tg-green-dark);
  background: var(--tg-white);
  border: 1px solid rgba(7, 63, 48, 0.18);
  border-radius: 4px;
  font: inherit;
  font-size: 13px;
}

body.single-product .tg-variation-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

body.single-product .tg-variation-button {
  min-width: 78px;
  min-height: 42px;
  padding: 11px 16px;
  color: var(--tg-text);
  background: var(--tg-white);
  border: 1px solid rgba(7, 63, 48, 0.18);
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.single-product .tg-variation-button.is-active,
body.single-product .tg-variation-button:hover,
body.single-product .tg-variation-button:focus-visible {
  color: var(--tg-green-dark);
  border-color: var(--tg-green-dark);
  outline: none;
}

body.single-product .tg-variation-button:focus-visible {
  box-shadow: 0 0 0 3px rgba(15, 90, 67, 0.12);
}

body.single-product div.product .single_variation_wrap {
  display: grid;
  gap: 16px;
}

body.single-product div.product .woocommerce-variation-price .price {
  margin: 0;
  font-size: 21px;
}

body.single-product div.product form.cart div.quantity {
  display: inline-flex;
  align-items: center;
  width: 118px;
  height: 50px;
  margin: 0 12px 0 0;
  overflow: hidden;
  vertical-align: top;
  background: var(--tg-white);
  border: 1px solid rgba(7, 63, 48, 0.18);
  border-radius: 4px;
}

body.single-product div.product form.cart .quantity .qty {
  width: 42px;
  height: 48px;
  padding: 0;
  color: var(--tg-green-dark);
  background: transparent;
  border: 0;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

body.single-product .tg-qty-button {
  display: grid;
  place-items: center;
  width: 37px;
  height: 48px;
  padding: 0;
  color: var(--tg-green-dark);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}

body.single-product .tg-qty-button:hover,
body.single-product .tg-qty-button:focus-visible {
  background: rgba(15, 90, 67, 0.08);
  outline: none;
}

body.single-product div.product form.cart .button.single_add_to_cart_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 280px);
  min-height: 50px;
  padding: 15px 30px;
  color: var(--tg-white);
  background: var(--tg-green-dark);
  border: 1px solid var(--tg-green-dark);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

body.single-product div.product form.cart .button.single_add_to_cart_button:hover,
body.single-product div.product form.cart .button.single_add_to_cart_button:focus {
  color: var(--tg-white);
  background: var(--tg-green-deep);
  border-color: var(--tg-green-deep);
}

body.single-product div.product form.cart .button.single_add_to_cart_button:focus-visible,
body.single-product div.product form.cart .quantity .qty:focus-visible,
body.single-product div.product form.cart .variations select:focus-visible {
  outline: 3px solid rgba(181, 130, 45, 0.28);
  outline-offset: 3px;
}

body.single-product .reset_variations {
  display: inline-block;
  margin-top: 10px;
  color: var(--tg-muted);
  font-size: 12px;
}

body.single-product .tg-pdp__service-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(7, 63, 48, 0.12);
}

body.single-product .tg-pdp__service-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

body.single-product .tg-pdp__service-icon,
body.single-product .tg-pdp__benefit-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--tg-green-dark);
}

body.single-product .tg-pdp__service-icon svg {
  width: 25px;
  height: 25px;
}

body.single-product .tg-pdp__service-badge strong,
body.single-product .tg-pdp__service-badge small {
  display: block;
}

body.single-product .tg-pdp__service-badge strong {
  color: var(--tg-green-dark);
  font-size: 12px;
  line-height: 1.2;
}

body.single-product .tg-pdp__service-badge small {
  color: var(--tg-muted);
  font-size: 11px;
  line-height: 1.35;
}

body.single-product .tg-pdp__benefits {
  width: 100%;
  margin: var(--tg-section-gap) 0 0;
  padding: clamp(24px, 3vw, 34px);
  background: #fbf7f1;
  border: 1px solid rgba(0, 68, 51, 0.14);
  border-radius: 6px;
}

body.single-product .tg-pdp__benefit-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 32px);
}

body.single-product .tg-pdp__benefit {
  display: grid;
  gap: 8px;
  justify-items: center;
  text-align: center;
}

body.single-product .tg-pdp__benefit-icon {
  width: 42px;
  height: 42px;
  margin: 0 auto 12px;
}

body.single-product .tg-pdp__benefit-icon svg {
  width: 38px;
  height: 38px;
}

body.single-product .tg-pdp__benefit h3 {
  margin: 0 0 7px;
  color: var(--tg-green-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

body.single-product .tg-pdp__benefit p {
  margin: 0;
  color: var(--tg-muted);
  font-size: 12px;
  line-height: 1.5;
}

body.single-product .woocommerce-tabs {
  width: 100%;
  margin: clamp(48px, 6vw, 72px) auto 0;
  padding: 0;
}

body.single-product div.product .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(28px, 5vw, 64px);
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-bottom: 1px solid rgba(0, 68, 51, 0.16);
}

body.single-product div.product .woocommerce-tabs ul.tabs::before,
body.single-product div.product .woocommerce-tabs ul.tabs::after,
body.single-product div.product .woocommerce-tabs ul.tabs li::before,
body.single-product div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}

body.single-product div.product .woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

body.single-product div.product .woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 0 0 8px;
  color: var(--tg-muted);
  border-bottom: 1px solid transparent;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

body.single-product div.product .woocommerce-tabs ul.tabs li.active a,
body.single-product div.product .woocommerce-tabs ul.tabs li a:hover,
body.single-product div.product .woocommerce-tabs ul.tabs li a:focus {
  color: var(--tg-green-dark);
  border-bottom-color: var(--tg-green-dark);
}

body.single-product div.product .woocommerce-tabs .panel {
  max-width: 760px;
  margin: 28px auto 0;
  color: #48534f;
  font-size: 15px;
  line-height: 1.75;
}

body.single-product div.product .woocommerce-tabs .panel h2 {
  margin: 0 0 16px;
  color: var(--tg-green-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  font-weight: 500;
}

body.single-product div.product .woocommerce-tabs .panel ul {
  padding-left: 0;
  list-style: none;
}

body.single-product div.product .woocommerce-tabs .panel li {
  position: relative;
  margin: 8px 0;
  padding-left: 26px;
}

body.single-product div.product .woocommerce-tabs .panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 12px;
  height: 7px;
  border-bottom: 2px solid var(--tg-green-dark);
  border-left: 2px solid var(--tg-green-dark);
  transform: rotate(-45deg);
}

body.single-product #reviews {
  color: var(--tg-text);
}

body.single-product #reviews #comments {
  margin-bottom: 30px;
}

body.single-product #reviews #comments h2,
body.single-product #review_form_wrapper .comment-reply-title {
  display: block;
  margin: 0 0 18px;
  color: var(--tg-green-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.12;
}

body.single-product #review_form_wrapper {
  margin-top: 34px;
  padding: clamp(22px, 3vw, 30px);
  background: var(--tg-white);
  border: 1px solid rgba(15, 61, 46, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(15, 61, 46, 0.06);
}

body.single-product #review_form_wrapper #reply-title small {
  margin-left: 10px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
}

body.single-product #review_form_wrapper #reply-title small a {
  color: var(--tg-muted);
  text-decoration: none;
}

body.single-product #review_form_wrapper #reply-title small a:hover,
body.single-product #review_form_wrapper #reply-title small a:focus {
  color: var(--tg-green-dark);
}

body.single-product #commentform.comment-form {
  display: grid;
  gap: 16px;
  margin: 0;
}

body.single-product #commentform.comment-form p {
  margin: 0;
}

body.single-product #commentform .comment-notes,
body.single-product #commentform .logged-in-as {
  color: var(--tg-muted);
  font-size: 13px;
  line-height: 1.55;
}

body.single-product #commentform .logged-in-as a {
  color: var(--tg-green-dark);
  text-decoration-color: rgba(7, 63, 48, 0.28);
  text-underline-offset: 3px;
}

body.single-product #commentform .comment-form-rating,
body.single-product #commentform .comment-form-comment,
body.single-product #commentform .comment-form-author,
body.single-product #commentform .comment-form-email,
body.single-product #commentform .comment-form-cookies-consent {
  display: grid;
  gap: 7px;
}

body.single-product #commentform label {
  color: var(--tg-text);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

body.single-product #commentform .required {
  color: #9f2f2f;
  text-decoration: none;
}

body.single-product #commentform input[type="text"],
body.single-product #commentform input[type="email"],
body.single-product #commentform textarea,
body.single-product #commentform select {
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  color: var(--tg-text);
  background: var(--tg-white);
  border: 1px solid rgba(15, 61, 46, 0.14);
  border-radius: 4px;
  font: inherit;
  font-size: 14px;
  line-height: 1.45;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

body.single-product #commentform textarea {
  min-height: 132px;
  resize: vertical;
}

body.single-product #commentform input[type="text"]:focus,
body.single-product #commentform input[type="email"]:focus,
body.single-product #commentform textarea:focus,
body.single-product #commentform select:focus {
  background: #fff;
  border-color: var(--tg-green-dark);
  box-shadow: 0 0 0 3px rgba(15, 61, 46, 0.1);
  outline: none;
}

body.single-product #commentform .comment-form-rating label {
  margin-bottom: 2px;
}

body.single-product #commentform p.stars {
  display: flex;
  align-items: center;
  min-height: 32px;
  margin: 0;
}

body.single-product #commentform p.stars a {
  color: var(--tg-gold);
  box-shadow: none;
}

body.single-product #commentform p.stars a::before {
  color: var(--tg-gold);
  font-size: 22px;
}

body.single-product #commentform .comment-form-cookies-consent {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
  color: var(--tg-muted);
  font-size: 13px;
  line-height: 1.5;
}

body.single-product #commentform .comment-form-cookies-consent input[type="checkbox"] {
  width: 17px;
  height: 17px;
  margin: 2px 0 0;
  accent-color: var(--tg-green-dark);
}

body.single-product #commentform .comment-form-cookies-consent label {
  color: var(--tg-muted);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
}

body.single-product #commentform .form-submit {
  margin-top: 4px;
}

body.single-product #commentform .form-submit input[type="submit"],
body.single-product #commentform .form-submit .submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 26px;
  color: var(--tg-white);
  background: var(--tg-green-dark);
  border: 1px solid var(--tg-green-dark);
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

body.single-product #commentform .form-submit input[type="submit"]:hover,
body.single-product #commentform .form-submit input[type="submit"]:focus,
body.single-product #commentform .form-submit .submit:hover,
body.single-product #commentform .form-submit .submit:focus {
  color: var(--tg-white);
  background: var(--tg-green-deep);
  border-color: var(--tg-green-deep);
}

body.single-product #commentform .form-submit input[type="submit"]:focus-visible,
body.single-product #commentform .form-submit .submit:focus-visible {
  outline: 3px solid rgba(181, 130, 45, 0.28);
  outline-offset: 3px;
}

body.single-product .tg-pdp__related {
  width: 100%;
  margin: clamp(56px, 7vw, 88px) 0 clamp(58px, 7vw, 96px);
}

body.single-product .tg-pdp__related-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

body.single-product .tg-pdp__related-header h2 {
  margin: 0;
  color: var(--tg-green-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.single-product .tg-pdp__related-header a {
  color: var(--tg-green-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

body.single-product .tg-pdp__related-header a:hover,
body.single-product .tg-pdp__related-header a:focus {
  color: var(--tg-gold);
}

body.single-product .tg-pdp__related ul.products {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  width: 100%;
  margin: 0;
  padding: 0;
}

body.single-product .tg-pdp__related ul.products li.product,
body.single-product .tg-pdp__related ul.products li.product.tg-product-card--archive {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

body.single-product .tg-pdp__related ul.products li.product.tg-product-card--archive .tg-product-card__shell {
  box-shadow: none;
}

body.single-product .tg-pdp__related ul.products li.product.tg-product-card--archive .tg-product-card__shell::before,
body.single-product .tg-pdp__related ul.products li.product.tg-product-card--archive .tg-product-card__shell::after {
  display: none;
}

body.single-product .tg-pdp__related ul.products li.product.tg-product-card--archive .tg-product-card__media-link {
  min-height: 0;
  aspect-ratio: 1 / 1.08;
  padding: 18px;
  background: #f4f1ec;
}

body.single-product .tg-pdp__related ul.products li.product.tg-product-card--archive .tg-product-card__media-link img {
  width: 100%;
  height: 100%;
  max-height: 190px;
  object-fit: contain;
}

body.single-product .tg-pdp__related ul.products li.product.tg-product-card--archive .tg-product-card__body {
  padding: 16px 12px 18px;
  text-align: center;
}

body.single-product .tg-pdp__related ul.products li.product.tg-product-card--archive .tg-product-card__title,
body.single-product .tg-pdp__related ul.products li.product.tg-product-card--archive .woocommerce-loop-product__title {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

body.single-product .tg-pdp__related ul.products li.product.tg-product-card--archive .tg-product-card__meta-row,
body.single-product .tg-pdp__related ul.products li.product.tg-product-card--archive .tg-product-card__divider,
body.single-product .tg-pdp__related ul.products li.product.tg-product-card--archive .tg-product-card__excerpt,
body.single-product .tg-pdp__related ul.products li.product.tg-product-card--archive .tg-product-card__button {
  display: none;
}

body.single-product .tg-pdp__related ul.products li.product.tg-product-card--archive .tg-product-card__purchase-row {
  justify-content: center;
  margin: 8px 0 0;
}

body.single-product .tg-pdp__related ul.products li.product.tg-product-card--archive .tg-product-card__price,
body.single-product .tg-pdp__related ul.products li.product.tg-product-card--archive .price {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 1180px) {
  body.single-product .tg-pdp__benefit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.single-product .tg-pdp__related ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  body.single-product .tg-pdp__layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
    column-gap: clamp(36px, 5vw, 56px);
  }
}

@media (max-width: 900px) {
  body.single-product .tg-pdp__layout {
    grid-template-columns: 1fr;
  }

  body.single-product div.product div.summary {
    justify-self: stretch;
    width: 100%;
    max-width: 680px;
  }

  body.single-product .tg-pdp__related ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  body.single-product #content {
    width: min(100% - 36px, var(--tg-container-max));
  }

  .tg-header-inner {
    align-items: center;
    min-height: auto;
    padding: 18px;
  }

  .tg-header-actions {
    align-self: stretch;
    justify-content: flex-start;
  }

  body.single-product .tg-pdp__service-badges,
  body.single-product .tg-pdp__related ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.single-product .pswp__scroll-wrap {
    width: calc(100vw - 24px);
    height: calc(100vh - 24px);
    border-radius: 8px;
  }

  body.single-product .pswp__top-bar,
  body.single-product .pswp__counter {
    height: 48px;
    line-height: 48px;
  }

  body.single-product .pswp__button {
    width: 40px;
    height: 40px;
    margin-top: 4px;
  }

  body.single-product .pswp__button--arrow--left {
    left: 10px;
  }

  body.single-product .pswp__button--arrow--right {
    right: 10px;
  }

  body.single-product div.product form.cart div.quantity {
    margin-bottom: 12px;
  }

  body.single-product div.product form.cart .button.single_add_to_cart_button {
    width: 100%;
  }
}

@media (max-width: 520px) {
  body.single-product div.product div.images .flex-control-thumbs li,
  body.single-product div.product div.images .flex-control-thumbs img {
    flex-basis: 84px;
    width: 84px;
    height: 84px;
  }

  body.single-product .tg-pdp__service-badges,
  body.single-product .tg-pdp__benefit-grid {
    grid-template-columns: 1fr;
  }

  body.single-product .tg-pdp__related-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

body.single-product.woocommerce #content div.product div.images,
body.single-product.woocommerce div.product div.images,
body.single-product.woocommerce-page #content div.product div.images,
body.single-product.woocommerce-page div.product div.images {
  float: none !important;
  clear: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.single-product.woocommerce #content div.product div.summary,
body.single-product.woocommerce div.product div.summary,
body.single-product.woocommerce-page #content div.product div.summary,
body.single-product.woocommerce-page div.product div.summary {
  float: none !important;
  clear: none !important;
  width: 100% !important;
  max-width: 500px;
  margin: 0 !important;
}

@media (max-width: 560px) {
  body.single-product .tg-pdp__benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 460px) {
  body.single-product .tg-pdp__related ul.products {
    grid-template-columns: 1fr;
  }
  footer { font-size:12px !important; }
  footer p{ margin:10px 0 !important; }
}

/**
 * WooCommerce .col2-set grid/flex guard
 *
 * DO NOT REMOVE:
 * This is not decorative CSS. WooCommerce adds clearfix pseudo-elements to
 * .col2-set using ::before/::after. When .col2-set is used as CSS Grid or
 * Flexbox, those pseudo-elements become layout children and create phantom
 * columns/items.
 */
body.woocommerce-account .woocommerce-Addresses.col2-set::before,
body.woocommerce-account .woocommerce-Addresses.col2-set::after {
  content: none !important;
  display: none !important;
}

/* WooCommerce color normalization */
body.woocommerce,
body.woocommerce-page,
body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-account {
  --woocommerce: var(--tg-green-dark);
  --wc-primary: var(--tg-green-dark);
  --wc-primary-text: var(--tg-white);
  --wc-secondary: var(--tg-cream);
  --wc-secondary-text: var(--tg-text);
  --wc-highlight: var(--tg-gold);
  --wc-highligh-text: var(--tg-white);
  --wc-content-bg: var(--tg-white);
  --wc-subtext: var(--tg-muted);
  --wc-form-border-color: var(--tg-border);
  --wc-form-border-radius: 10px;
}

body.woocommerce .woocommerce-store-notice,
body.woocommerce-page .woocommerce-store-notice,
body.woocommerce p.demo_store,
body.woocommerce-page p.demo_store {
  background-color: var(--tg-green-dark) !important;
  color: var(--tg-white) !important;
}

body.woocommerce .woocommerce-store-notice a,
body.woocommerce-page .woocommerce-store-notice a,
body.woocommerce p.demo_store a,
body.woocommerce-page p.demo_store a {
  color: var(--tg-white) !important;
}

body.woocommerce .woocommerce-message,
body.woocommerce .woocommerce-info,
body.woocommerce .woocommerce-error,
body.woocommerce-page .woocommerce-message,
body.woocommerce-page .woocommerce-info,
body.woocommerce-page .woocommerce-error {
  background-color: var(--tg-off-white) !important;
  border-top-color: var(--tg-green-dark) !important;
  color: var(--tg-text) !important;
}

body.woocommerce .woocommerce-message::before,
body.woocommerce .woocommerce-info::before,
body.woocommerce-page .woocommerce-message::before,
body.woocommerce-page .woocommerce-info::before {
  color: var(--tg-green-dark) !important;
}

body.woocommerce .woocommerce-error {
  border-top-color: #b33b3b !important;
}

body.woocommerce .woocommerce-error::before,
body.woocommerce-page .woocommerce-error::before {
  color: #b33b3b !important;
}

body.woocommerce a.button,
body.woocommerce button.button,
body.woocommerce input.button,
body.woocommerce #respond input#submit,
body.woocommerce-page a.button,
body.woocommerce-page button.button,
body.woocommerce-page input.button,
body.woocommerce-page #respond input#submit,
body.woocommerce-page .wc-block-components-button:not(.is-link),
body.woocommerce-page .wc-block-cart__submit-button,
body.woocommerce-page .wc-block-components-checkout-place-order-button {
  background-color: var(--tg-green-dark) !important;
  border-color: var(--tg-green-dark) !important;
  color: var(--tg-white) !important;
}

body.woocommerce a.button:hover,
body.woocommerce button.button:hover,
body.woocommerce input.button:hover,
body.woocommerce #respond input#submit:hover,
body.woocommerce-page a.button:hover,
body.woocommerce-page button.button:hover,
body.woocommerce-page input.button:hover,
body.woocommerce-page #respond input#submit:hover,
body.woocommerce-page .wc-block-components-button:not(.is-link):hover,
body.woocommerce-page .wc-block-cart__submit-button:hover,
body.woocommerce-page .wc-block-components-checkout-place-order-button:hover {
  background-color: var(--tg-green) !important;
  border-color: var(--tg-green) !important;
  color: var(--tg-white) !important;
}

body.woocommerce-page .wc-block-components-checkbox .wc-block-components-checkbox__input:checked,
body.woocommerce-page .wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
  background-color: var(--tg-green-dark) !important;
  border-color: var(--tg-green-dark) !important;
}

body.woocommerce-page .wc-block-components-checkbox .wc-block-components-checkbox__input:focus,
body.woocommerce-page .wc-block-components-radio-control .wc-block-components-radio-control__input:focus {
  outline: 2px solid var(--tg-gold) !important;
  outline-offset: 2px;
}

body.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
body.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: var(--tg-green-dark) !important;
}

body.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
body.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
  background-color: var(--tg-green) !important;
}

body.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
body.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: var(--tg-border) !important;
}

body.woocommerce #payment,
body.woocommerce-page #payment {
  background: var(--tg-cream) !important;
  color: var(--tg-text) !important;
}

body.woocommerce #payment ul.payment_methods,
body.woocommerce-page #payment ul.payment_methods {
  border-bottom-color: var(--tg-border) !important;
}

body.woocommerce #payment div.payment_box,
body.woocommerce-page #payment div.payment_box {
  background-color: var(--tg-off-white) !important;
  color: var(--tg-text) !important;
}

body.woocommerce #payment div.payment_box::before,
body.woocommerce-page #payment div.payment_box::before {
  border-bottom-color: var(--tg-off-white) !important;
}

/* WooCommerce Checkout Block form controls */
body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select,
body.woocommerce-checkout .wc-block-components-textarea {
  width: 100%;
  min-height: 46px !important;
  height: auto !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #ded8ca !important;
  border-radius: 10px !important;
  background-color: #fbfaf5 !important;
  color: #102f27 !important;
  box-shadow: none !important;
  font-family: inherit;
  font-size: 15px !important;
  line-height: 1.35 !important;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-textarea {
  padding: 11px 13px !important;
}

body.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select {
  padding: 11px 42px 11px 13px !important;
}

body.woocommerce-checkout .wc-block-components-textarea {
  min-height: 96px !important;
  resize: vertical;
}

body.woocommerce-checkout .wc-block-components-text-input input::placeholder,
body.woocommerce-checkout .wc-block-components-textarea::placeholder {
  color: rgba(16, 47, 39, 0.48);
}

body.woocommerce-checkout .wc-block-components-text-input label,
body.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__label {
  color: #073f30;
  font-weight: 700;
}

body.woocommerce-checkout .wc-block-components-text-input input:focus,
body.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select:focus,
body.woocommerce-checkout .wc-block-components-textarea:focus,
body.woocommerce-checkout .wc-block-components-text-input input:focus-visible,
body.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select:focus-visible,
body.woocommerce-checkout .wc-block-components-textarea:focus-visible {
  background-color: #ffffff !important;
  border-color: rgba(15, 90, 67, 0.45) !important;
  box-shadow: 0 0 0 4px rgba(15, 90, 67, 0.12) !important;
  outline: none !important;
}

body.woocommerce-checkout .wc-block-components-text-input.has-error input,
body.woocommerce-checkout .wc-blocks-components-select.has-error .wc-blocks-components-select__select,
body.woocommerce-checkout .wc-block-components-textarea.has-error {
  border-color: #b33b3b !important;
}

body.woocommerce-checkout .wc-block-components-text-input input:disabled,
body.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select:disabled,
body.woocommerce-checkout .wc-block-components-textarea:disabled {
  background-color: #f2f0eb !important;
  color: rgba(16, 47, 39, 0.45) !important;
}

body.woocommerce-checkout .wc-block-checkout .wc-block-components-text-input input:focus,
body.woocommerce-checkout .wc-block-checkout .wc-blocks-components-select .wc-blocks-components-select__select:focus,
body.woocommerce-checkout .wc-block-checkout textarea.wc-block-components-textarea:focus {
  background-color: #ffffff !important;
  border-color: rgba(15, 90, 67, 0.45) !important;
  box-shadow: 0 0 0 4px rgba(15, 90, 67, 0.12) !important;
  outline: none !important;
}


@container (min-width: 700px) {
    .wc-block-checkout__sidebar {
        top: 155px !important;
    }
}

.max-field {
    width: 100% !important;
}

/* ==========================================================================
   Phase 3: Pagelayer Hero Section overrides
   The hero region is composed from posts 13 + 12 via [tg_section] and is
   wrapped by Pagelayer's pl_row / pl_col / pl_inner_row / pl_inner_col / pl_text
   widgets. These rules re-establish the original visual layout on top of the
   Pagelayer wrapper DOM.
   ========================================================================== */

.tg-hero.pagelayer-row {
  padding: clamp(72px, 9vw, 130px) 24px 56px;
}

.tg-hero.pagelayer-row > .pagelayer-row-holder,
.tg-trust-strip.pagelayer-row > .pagelayer-row-holder {
  width: min(100%, 1240px);
  margin: 0 auto;
}

.tg-hero-grid-wrap.pagelayer-col,
.tg-hero-grid-wrap > .pagelayer-col-holder {
  align-items: stretch;
}

.tg-hero-grid-row.pagelayer-inner_row > .pagelayer-row-holder {
  align-items: center;
  gap: clamp(36px, 6vw, 88px);
}

.tg-hero-grid-row .pagelayer-text,
.tg-hero-grid-row .pagelayer-image,
.tg-trust-strip .pagelayer-text {
  margin: 0;
}

.tg-hero-grid-row .pagelayer-text-holder {
  padding: 0;
}

.tg-hero-art.pagelayer-col {
  position: relative;
  min-height: 560px;
}

.tg-hero-bottles-img .pagelayer-image-holder,
.tg-hero-bottles-img img {
  position: relative;
  z-index: 2;
  display: block;
  width: min(100%, 520px);
  margin: 0 auto;
  filter: drop-shadow(0 26px 34px rgba(7, 63, 48, 0.22));
}

.tg-trust-strip.pagelayer-row {
  padding: 0;
}

.tg-trust-strip .pagelayer-text-holder {
  padding: 0;
}

.tg-trust-strip .tg-trust-inner {
  max-width: none;
}

/* Science + Results section (post 14 via [tg_section]) ----------------------- */

.tg-difference.pagelayer-row {
  padding: 0;
}

.tg-difference.pagelayer-row > .pagelayer-row-holder,
.tg-difference-grid.pagelayer-row > .pagelayer-row-holder {
  align-items: stretch;
}

.tg-difference-panel.pagelayer-col {
  padding: clamp(48px, 6vw, 74px);
  background: linear-gradient(135deg, var(--tg-green-dark), var(--tg-green-deep));
  color: var(--tg-white);
}

.tg-difference-panel .pagelayer-text-holder,
.tg-results .pagelayer-text-holder,
.tg-difference-imgcol .pagelayer-image-holder {
  padding: 0;
}

.tg-difference-imgcol.pagelayer-col,
.tg-difference-imgcol > .pagelayer-col-holder,
.tg-difference-imgcol .pagelayer-image,
.tg-difference-imgcol .pagelayer-image-holder {
  height: 100%;
  min-height: 520px;
}

.tg-difference-imgcol .pagelayer-img,
.tg-difference-imgcol img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
}

.tg-results.pagelayer-col {
  padding: clamp(48px, 6vw, 74px);
  background: var(--tg-off-white);
}

@media (max-width: 720px) {
  .tg-difference-panel.pagelayer-col,
  .tg-results.pagelayer-col {
    padding: 38px 24px;
  }
}

/* Comparison section (post 15 via [tg_section]) ----------------------------- */

.tg-section.pagelayer-row {
  padding: clamp(64px, 8vw, 112px) 24px;
}

.tg-compare-wrap.pagelayer-col,
.tg-compare-wrap > .pagelayer-col-holder,
.tg-preview-wrap.pagelayer-col,
.tg-preview-wrap > .pagelayer-col-holder {
  width: min(100%, 1240px);
  margin: 0 auto;
}

.tg-science-grid-row.pagelayer-inner_row > .pagelayer-row-holder {
  align-items: center;
  gap: 42px;
}

.tg-science-grid-row .pagelayer-text-holder,
.tg-science-grid-row .pagelayer-image-holder {
  padding: 0;
}

.tg-compare-imgcol .pagelayer-img,
.tg-compare-imgcol img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 18px 30px rgba(7, 63, 48, 0.14));
}

/* Preview section (post 16 via [tg_section]) --------------------------------- */

.tg-preview-grid-row.pagelayer-inner_row > .pagelayer-row-holder {
  align-items: stretch;
  gap: 30px;
}

.tg-preview-grid-row .pagelayer-text-holder {
  padding: 0;
}

/* Spotlight section (in-place inside post 12) ------------------------------- */

.tg-spotlight-wrap.pagelayer-col,
.tg-spotlight-wrap > .pagelayer-col-holder {
  width: min(100%, 1240px);
  margin: 0 auto;
}

.tg-spotlight-grid-row.pagelayer-inner_row > .pagelayer-row-holder {
  align-items: center;
  gap: 48px;
}

.tg-spotlight-grid-row .pagelayer-text-holder,
.tg-spotlight-product .pagelayer-image-holder {
  padding: 0;
}

.tg-spotlight-product.pagelayer-col {
  position: relative;
  max-width: 360px;
  margin: 0 auto;
}

.tg-spotlight-product.pagelayer-col::before {
  content: "";
  position: absolute;
  inset: 18% 4%;
  z-index: 1;
  pointer-events: none;
  border: 2px solid rgba(232, 196, 109, 0.92);
  border-radius: 999px;
  box-shadow: 0 0 38px rgba(232, 196, 109, 0.55);
}

.tg-spotlight-product-img .pagelayer-img,
.tg-spotlight-product-img img {
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 25px 45px rgba(0, 0, 0, 0.32));
}

/* Transparency section (in-place inside post 12) ---------------------------- */

.tg-trans-wrap.pagelayer-col,
.tg-trans-wrap > .pagelayer-col-holder {
  width: min(100%, 1240px);
  margin: 0 auto;
}

.tg-transparency-grid-row.pagelayer-inner_row > .pagelayer-row-holder {
  align-items: center;
  gap: 32px;
  max-width: 780px;
  margin-left: auto;
  margin-right: 0;
}

.tg-transparency-grid-row .pagelayer-text-holder,
.tg-trans-qrcol .pagelayer-image-holder {
  padding: 0;
}

.tg-trans-qr-img .pagelayer-img,
.tg-trans-qr-img img {
  width: 120px;
  border: 10px solid var(--tg-white);
  box-shadow: var(--tg-shadow);
}




.neonRing {
  width: 300px;
  height: 300px;
  border: 6px solid #fff59d;
  border-radius: 50%;
  animation: pulsate 1.5s infinite alternate;
  position: absolute;
  top: 25%;
  left: 25%;

  box-shadow:
    0 0 5px #fff,
    0 0 10px #fff,
    0 0 20px #ffd700,
    0 0 40px #ffd700,
    0 0 60px #ffd700,
    inset 0 0 10px #ffd700,
    inset 0 0 20px #ffd700;
}

@keyframes pulsate {
  0% {
    box-shadow:
      0 0 2px #fff,
      0 0 5px #fff,
      0 0 10px #ffd700,
      0 0 20px #ffd700,
      0 0 35px #ffd700,
      inset 0 0 5px #ffd700;
  }

  100% {
    box-shadow:
      0 0 5px #fff,
      0 0 15px #fff,
      0 0 30px #ffd700,
      0 0 60px #ffd700,
      0 0 90px #ffd700,
      inset 0 0 15px #ffd700,
      inset 0 0 30px #ffd700;
  }
}
@media (max-width: 460px) {
  .neonRing {
    left: 5%;
  }
}








html{ margin:0 !important; padding:0 !important; }
#wpadminbar{ display:none; }

[pagelayer-id] {
    transition: unset !important;
}




/*mobile navigation*/
#mobilenav .pagelayer-menu-type-dropdown {
    width: 50% !important;
}
#mobilenav .pagelayer-menu-type-dropdown .pagelayer-wp_menu-ul {
    width: 100%;
    top: 8%;
    transform: unset !important;
}
#mobilenav .pagelayer-menu-type-dropdown .pagelayer-wp_menu-close {
    display: block;
    position: absolute;
    right: 30px;
}
#mobilenav .pagelayer-wp_menu-ul>li.current-menu-item {
    background-color: transparent !important;
}
