/*
 * TogetherGY design tokens, base elements, shared controls, header, and footer.
 */

@keyframes tgy-language-pop {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tgy-captcha-field {
  display: grid;
  gap: 8px;
  margin: 14px 0;
}

.tgy-captcha-field > span {
  color: var(--tgy-muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.tgy-consent-row {
  margin: 14px 0;
  color: var(--tgy-muted, #536574);
  font-size: 0.92rem;
  line-height: 1.45;
}

.tgy-inline-form {
  display: inline-flex;
  margin-left: 12px;
  vertical-align: middle;
}

.tgy-payment-proof-panel {
  border: 1px solid #d6e2e2;
  border-radius: 8px;
  margin: 24px 0;
  padding: 20px;
  background: var(--tgy-canvas);
}

.tgy-payment-proof-panel h2 {
  margin: 0 0 8px;
  font-size: 1.25rem;
}

.tgy-payment-proof-form {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.tgy-payment-proof-form label {
  display: grid;
  gap: 6px;
  font-weight: 700;
}

.tgy-payment-proof-form input[type="text"] {
  border: 1px solid #ccdade;
  border-radius: 8px;
  min-height: 44px;
  padding: 10px 12px;
}

.tgy-payment-proof-form input[type="file"] {
  border: 1px solid #ccdade;
  border-radius: 8px;
  min-height: 44px;
  padding: 10px 12px;
}

.tgy-payment-proof-list {
  margin: 12px 0 0;
  padding-left: 18px;
}

* {
  box-sizing: border-box;
}

body.admin-bar {
  --tgy-sticky-top: calc(158px + var(--tgy-safe-top));
}

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

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

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

strong {
  font-weight: 800;
}

.tgy-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.tgy-brand-picture {
  display: block;
  line-height: 0;
}

.tgy-brand-logo {
  width: 300px;
  height: auto;
  max-height: 78px;
}

.tgy-nav a:hover {
  color: var(--tgy-ink);
}

.tgy-cart-count {
  position: absolute;
  top: -7px;
  right: -7px;
  display: inline-flex;
  min-width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--tgy-on-brand);
  border-radius: 999px;
  background: var(--tgy-green);
  color: var(--tgy-on-brand);
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
}

.tgy-language-menu {
  position: relative;
  z-index: var(--tgy-z-dropdown);
}

.tgy-language-menu summary::-webkit-details-marker {
  display: none;
}

.tgy-language-flag {
  display: inline-flex;
  width: 20px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
}

.tgy-language-flag img {
  display: block;
  width: 16px;
  height: 11px;
  object-fit: cover;
}

.tgy-language-caret {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid var(--tgy-muted);
  transition: transform var(--tgy-motion-feedback) var(--tgy-ease-standard);
}

.tgy-language-menu[open] .tgy-language-caret {
  transform: rotate(180deg);
}

.tgy-language-options a {
  display: grid;
  min-height: var(--tgy-touch-target);
  grid-template-columns: 24px 1fr;
  gap: 9px;
  align-items: center;
  border-radius: 8px;
  padding: 8px 9px;
  color: var(--tgy-soft-ink);
  transition:
    background-color var(--tgy-motion-feedback) var(--tgy-ease-standard),
    color var(--tgy-motion-feedback) var(--tgy-ease-standard);
}

.tgy-language-options a:hover {
  background: var(--tgy-blue-soft);
}

.tgy-language-options a:focus-visible {
  outline: var(--tgy-focus-width) solid var(--tgy-focus-ring);
  outline-offset: var(--tgy-focus-offset);
}

.tgy-language-options strong {
  display: block;
  font-size: 13px;
  line-height: 1.1;
}

.tgy-language-options small {
  display: block;
  margin-top: 2px;
  color: var(--tgy-muted);
  font-size: 11px;
  font-weight: 750;
}

.woocommerce-result-count {
  display: none;
}

.woocommerce-ordering {
  display: none;
}

.woocommerce-breadcrumb {
  display: none;
}

.product_meta {
  display: none;
}

.woocommerce-notices-wrapper {
  display: block;
  margin-bottom: 16px;
}

.tgy-container.tgy-woocommerce-notice-surface {
  position: fixed;
  top: max(var(--tgy-notice-top, 116px), calc(env(safe-area-inset-top, 0px) + 12px));
  right: calc(20px + var(--tgy-safe-right));
  left: calc(20px + var(--tgy-safe-left));
  z-index: var(--tgy-z-toast);
  width: auto;
  max-width: 560px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  pointer-events: none;
  transition:
    opacity var(--tgy-motion-panel) var(--tgy-ease-standard),
    transform var(--tgy-motion-panel) var(--tgy-ease-standard);
}

.tgy-notice-stack {
  position: fixed;
  top: max(var(--tgy-notice-top, 116px), calc(env(safe-area-inset-top, 0px) + 12px));
  right: calc(20px + var(--tgy-safe-right));
  left: calc(20px + var(--tgy-safe-left));
  z-index: var(--tgy-z-toast);
  display: grid;
  width: auto;
  max-width: 560px;
  max-height: min(60dvh, calc(100dvh - var(--tgy-notice-top, 116px) - var(--tgy-safe-bottom) - 16px));
  box-sizing: border-box;
  gap: 12px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  overscroll-behavior: contain;
  pointer-events: none;
}

.tgy-notice-announcers,
.tgy-notice-announcer {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  padding: 0 !important;
  white-space: nowrap !important;
}

.tgy-woocommerce-notice-surface .woocommerce-notices-wrapper {
  margin-bottom: 0;
}

.tgy-woocommerce-notice-surface .woocommerce-notices-wrapper:empty {
  display: none;
}

.tgy-woocommerce-notice-surface .woocommerce-error,
.tgy-woocommerce-notice-surface .woocommerce-info,
.tgy-woocommerce-notice-surface .woocommerce-message,
.tgy-notice-stack .woocommerce-error,
.tgy-notice-stack .woocommerce-info,
.tgy-notice-stack .woocommerce-message {
  --tgy-notice-accent: var(--tgy-info);
  --tgy-notice-border: var(--tgy-info-border);
  --tgy-notice-soft: var(--tgy-info-surface);
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  min-height: 60px;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid var(--tgy-notice-border);
  border-left: 4px solid var(--tgy-notice-accent);
  border-radius: var(--tgy-radius);
  background: var(--tgy-canvas);
  box-shadow:
    0 2px 8px rgba(20, 44, 56, 0.08),
    0 16px 38px rgba(20, 44, 56, 0.12);
  color: var(--tgy-text);
  padding: 10px 46px 10px 52px;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.5;
  list-style: none;
  overflow: hidden;
  overflow-wrap: anywhere;
  pointer-events: auto;
  transition:
    max-height 150ms var(--tgy-ease-standard) 90ms,
    min-height 150ms var(--tgy-ease-standard) 90ms,
    padding-top 150ms var(--tgy-ease-standard) 90ms,
    padding-bottom 150ms var(--tgy-ease-standard) 90ms,
    border-width 150ms var(--tgy-ease-standard) 90ms,
    opacity 180ms cubic-bezier(0.4, 0, 1, 1),
    transform 180ms cubic-bezier(0.4, 0, 1, 1);
  animation: tgy-notice-enter 280ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.tgy-woocommerce-notice-surface .woocommerce-error:focus-visible,
.tgy-woocommerce-notice-surface .woocommerce-info:focus-visible,
.tgy-woocommerce-notice-surface .woocommerce-message:focus-visible,
.tgy-notice-stack .woocommerce-error:focus-visible,
.tgy-notice-stack .woocommerce-info:focus-visible,
.tgy-notice-stack .woocommerce-message:focus-visible {
  outline: var(--tgy-focus-width) solid currentColor;
  outline-offset: var(--tgy-focus-offset);
}

.tgy-notice-stack .tgy-notice--success,
.tgy-woocommerce-notice-surface .tgy-notice--success {
  --tgy-notice-accent: var(--tgy-success);
  --tgy-notice-border: var(--tgy-success-border);
  --tgy-notice-soft: var(--tgy-success-surface);
}

.tgy-notice-stack .tgy-notice--info,
.tgy-woocommerce-notice-surface .tgy-notice--info {
  --tgy-notice-accent: var(--tgy-info);
  --tgy-notice-border: var(--tgy-info-border);
  --tgy-notice-soft: var(--tgy-info-surface);
}

.tgy-notice-stack .tgy-notice--warning,
.tgy-woocommerce-notice-surface .tgy-notice--warning {
  --tgy-notice-accent: var(--tgy-warning);
  --tgy-notice-border: var(--tgy-warning-border);
  --tgy-notice-label: #684005;
  --tgy-notice-soft: var(--tgy-warning-surface);
}

.tgy-notice-stack .tgy-notice--error,
.tgy-woocommerce-notice-surface .tgy-notice--error {
  --tgy-notice-accent: var(--tgy-danger);
  --tgy-notice-border: var(--tgy-danger-border);
  --tgy-notice-soft: var(--tgy-danger-surface);
}

@media (min-width: 769px) {
  .tgy-container.tgy-woocommerce-notice-surface,
  .tgy-notice-stack {
    width: min(
      320px,
      calc(
        100vw - 40px - env(safe-area-inset-left, 0px) - env(safe-area-inset-right, 0px)
      )
    );
  }

  .tgy-woocommerce-notice-surface .woocommerce-error,
  .tgy-woocommerce-notice-surface .woocommerce-info,
  .tgy-woocommerce-notice-surface .woocommerce-message,
  .tgy-notice-stack .woocommerce-error,
  .tgy-notice-stack .woocommerce-info,
  .tgy-notice-stack .woocommerce-message {
    min-height: 61px;
    border-color: var(--tgy-border);
    border-left-color: var(--tgy-notice-accent);
    background: var(--tgy-notice-canvas);
    box-shadow:
      0 2px 6px rgba(18, 39, 52, 0.06),
      0 8px 20px rgba(18, 39, 52, 0.08);
    padding: 11px 44px 11px 56px;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.35;
  }

  .tgy-woocommerce-notice-surface .tgy-notice__message,
  .tgy-notice-stack .tgy-notice__message {
    color: #17272e;
    font-weight: 750;
    line-height: 1.35;
  }

  .tgy-woocommerce-notice-surface .tgy-notice--has-action,
  .tgy-notice-stack .tgy-notice--has-action {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 16px;
  }

  .tgy-woocommerce-notice-surface .tgy-notice--has-action .tgy-notice__body,
  .tgy-notice-stack .tgy-notice--has-action .tgy-notice__body {
    grid-column: 1;
  }

  .tgy-woocommerce-notice-surface .tgy-notice--has-action > .tgy-notice__action,
  .tgy-notice-stack .tgy-notice--has-action > .tgy-notice__action {
    grid-column: 2;
    grid-row: 1;
    margin-top: 0;
  }

  .woocommerce .tgy-woocommerce-notice-surface .tgy-notice__action,
  .woocommerce .tgy-notice-stack .tgy-notice__action {
    min-height: var(--tgy-touch-target);
    border-color: var(--tgy-border-strong);
    background: var(--tgy-canvas);
    box-shadow: none;
    color: var(--tgy-brand-dark);
    padding: 0 12px;
    font-size: 13px;
    transform: none;
  }

  .woocommerce .tgy-woocommerce-notice-surface
    .tgy-notice__action:not(:disabled):not(.disabled):not(.loading):hover,
  .woocommerce .tgy-notice-stack
    .tgy-notice__action:not(:disabled):not(.disabled):not(.loading):hover {
    border-color: var(--tgy-brand);
    background: var(--tgy-surface-mint);
    box-shadow: none;
    color: var(--tgy-brand-dark);
    transform: none;
  }
}

@media (max-width: 768px) {
  .tgy-woocommerce-notice-surface .tgy-notice__action,
  .tgy-notice-stack .tgy-notice__action {
    width: 100%;
    box-sizing: border-box;
    white-space: normal;
  }
}

.tgy-woocommerce-notice-surface .tgy-notice__body,
.tgy-notice-stack .tgy-notice__body,
.tgy-woocommerce-notice-surface .tgy-notice__message,
.tgy-notice-stack .tgy-notice__message {
  min-width: 0;
}

.tgy-woocommerce-notice-surface .tgy-notice__type,
.tgy-notice-stack .tgy-notice__type {
  display: block;
  margin-bottom: 2px;
  color: var(--tgy-notice-label, var(--tgy-notice-accent));
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.tgy-woocommerce-notice-surface .tgy-notice__icon,
.tgy-notice-stack .tgy-notice__icon {
  position: absolute;
  top: 15px;
  left: 14px;
  z-index: 1;
  display: inline-grid;
  width: 34px;
  height: 34px;
  box-sizing: border-box;
  place-items: center;
  border: 1px solid var(--tgy-notice-border);
  border-radius: 50%;
  background: var(--tgy-notice-soft);
  color: var(--tgy-notice-accent);
  font-size: 18px;
  line-height: 1;
}

.tgy-woocommerce-notice-surface .tgy-notice__action,
.tgy-notice-stack .tgy-notice__action {
  display: inline-flex;
  min-height: var(--tgy-touch-target);
  align-items: center;
  justify-content: center;
  float: none;
  border: 1px solid var(--tgy-border-strong);
  border-radius: 8px;
  background: var(--tgy-canvas);
  color: var(--tgy-brand-dark);
  margin: 10px 0 0;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.tgy-woocommerce-notice-surface .tgy-notice__action:hover,
.tgy-woocommerce-notice-surface .tgy-notice__action:focus-visible,
.tgy-notice-stack .tgy-notice__action:hover,
.tgy-notice-stack .tgy-notice__action:focus-visible {
  border-color: var(--tgy-brand);
  background: var(--tgy-surface-mint);
  color: var(--tgy-brand-dark);
}

.tgy-woocommerce-notice-surface .tgy-notice__action:focus-visible,
.tgy-notice-stack .tgy-notice__action:focus-visible {
  outline: var(--tgy-focus-width) solid var(--tgy-focus-ring);
  outline-offset: var(--tgy-focus-offset);
}

.tgy-woocommerce-notice-surface .woocommerce-error li + li,
.tgy-notice-stack .woocommerce-error li + li {
  margin-top: 6px;
}

.tgy-woocommerce-notice-surface .woocommerce-error::before,
.tgy-woocommerce-notice-surface .woocommerce-info::before,
.tgy-woocommerce-notice-surface .woocommerce-message::before,
.tgy-notice-stack .woocommerce-error::before,
.tgy-notice-stack .woocommerce-info::before,
.tgy-notice-stack .woocommerce-message::before {
  display: none;
}

.tgy-notice-dismiss {
  position: absolute;
  top: 10px;
  right: 8px;
  z-index: 2;
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  background-clip: content-box;
  color: var(--tgy-text-soft);
  cursor: pointer;
  padding: 6px;
  pointer-events: auto;
  transition:
    background-color var(--tgy-motion-feedback) var(--tgy-ease-standard),
    color var(--tgy-motion-feedback) var(--tgy-ease-standard),
    transform var(--tgy-motion-feedback) var(--tgy-ease-standard);
}

@media (min-width: 681px) {
  .tgy-notice-dismiss {
    top: 4px;
    right: 2px;
    box-sizing: content-box;
  }
}

.tgy-status {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.tgy-status--success {
  border-color: var(--tgy-success-border);
  background: var(--tgy-success-surface);
  color: var(--tgy-success);
}

.tgy-status--warning {
  border-color: var(--tgy-warning-border);
  background: var(--tgy-warning-surface);
  color: var(--tgy-warning);
}

.tgy-status--danger {
  border-color: var(--tgy-danger-border);
  background: var(--tgy-danger-surface);
  color: var(--tgy-danger);
}

.tgy-status--info {
  border-color: var(--tgy-info-border);
  background: var(--tgy-info-surface);
  color: var(--tgy-info);
}

.tgy-notice-dismiss:hover {
  background: var(--tgy-notice-soft);
  color: var(--tgy-notice-accent);
  transform: scale(1.04);
}

.tgy-notice-dismiss:focus-visible {
  background: var(--tgy-notice-soft);
  color: var(--tgy-notice-accent);
  outline: var(--tgy-focus-width) solid var(--tgy-focus-ring);
  outline-offset: var(--tgy-focus-offset);
}

.tgy-notice-dismiss .dashicons {
  width: 14px;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  transform: scale(1.1429);
  transform-origin: center;
}

.tgy-notice-progress {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  height: 3px;
  background: var(--tgy-notice-soft);
  overflow: hidden;
  pointer-events: none;
}

.tgy-notice-progress::after {
  position: absolute;
  inset: 0;
  background: var(--tgy-notice-accent);
  content: "";
  transform: scaleX(1);
  transform-origin: left center;
}

@media (min-width: 769px) {
  .tgy-woocommerce-notice-surface .tgy-notice__type,
  .tgy-notice-stack .tgy-notice__type {
    margin-bottom: 2px;
    color: var(--tgy-text-soft);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 0.02em;
    line-height: 1.3;
    text-transform: none;
  }

  .tgy-woocommerce-notice-surface .tgy-notice__icon,
  .tgy-notice-stack .tgy-notice__icon {
    top: 50%;
    left: 14px;
    width: 30px;
    height: 30px;
    border: 0;
    font-size: 16px;
    transform: translateY(-50%);
  }

  .tgy-woocommerce-notice-surface .tgy-notice-progress,
  .tgy-notice-stack .tgy-notice-progress {
    right: auto;
    width: 66%;
    height: 3px;
    background: var(--tgy-notice-progress-track);
  }

  .tgy-notice-dismiss .dashicons {
    width: 12px;
    height: 12px;
    font-size: 12px;
    line-height: 12px;
    transform: scale(1.3333);
  }
}

.is-counting .tgy-notice-progress::after {
  animation: tgy-notice-countdown var(--tgy-notice-duration) linear forwards;
}

.is-counting.is-paused .tgy-notice-progress::after {
  animation-play-state: paused;
}

.tgy-woocommerce-notice-surface.is-dismissing {
  opacity: 0;
  transform: translate(-50%, -8px);
}

.tgy-notice-stack .is-dismissing {
  max-height: 0 !important;
  min-height: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  animation: none;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
  transform: translate3d(0, -6px, 0) scale(0.985);
}

@keyframes tgy-notice-enter {
  from {
    opacity: 0;
    transform: translate3d(0, -12px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes tgy-notice-repeat-icon {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}

.tgy-notice-stack .is-repeated .tgy-notice__icon {
  animation: tgy-notice-repeat-icon 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes tgy-notice-countdown {
  to {
    transform: scaleX(0);
  }
}

.tgy-tooltip {
  display: none;
  position: fixed;
  z-index: var(--tgy-z-toast);
  width: max-content;
  max-width: min(280px, calc(100vw - 32px));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--tgy-radius);
  background: var(--tgy-header);
  box-shadow: var(--tgy-shadow-float);
  color: var(--tgy-on-brand);
  opacity: 0;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  overflow-wrap: anywhere;
  pointer-events: none;
  transform: translateY(var(--tgy-tooltip-enter-y, 4px)) scale(0.98);
  transition:
    opacity var(--tgy-motion-feedback) var(--tgy-ease-standard),
    transform var(--tgy-motion-feedback) var(--tgy-ease-standard),
    visibility 0s linear var(--tgy-motion-feedback);
  visibility: hidden;
}

.tgy-tooltip-wide .tgy-tooltip,
.tgy-tooltip--promise {
  display: block;
}

.tgy-tooltip.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  transition-delay: 0s;
  visibility: visible;
}

.tgy-tooltip--promise.is-visible {
  pointer-events: none;
}

.tgy-tooltip--promise::after {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
  content: "";
  transform: rotate(45deg);
}

.tgy-tooltip--promise[data-placement="top"],
.tgy-tooltip--promise[data-placement="bottom"] {
  transform-origin: var(--tgy-tooltip-arrow-x, 50%) var(--tgy-tooltip-origin-y, 100%);
}

.tgy-tooltip--promise[data-placement="top"]::after,
.tgy-tooltip--promise[data-placement="bottom"]::after {
  left: clamp(12px, var(--tgy-tooltip-arrow-x, 50%), calc(100% - 12px));
  margin-left: -4px;
}

.tgy-tooltip--promise[data-placement="top"]::after {
  bottom: -4px;
}

.tgy-tooltip--promise[data-placement="bottom"] {
  --tgy-tooltip-enter-y: -4px;
  --tgy-tooltip-origin-y: 0%;
}

.tgy-tooltip--promise[data-placement="bottom"]::after {
  top: -4px;
}

.tgy-tooltip--promise[data-placement="left"]::after,
.tgy-tooltip--promise[data-placement="right"]::after {
  top: clamp(12px, var(--tgy-tooltip-arrow-y, 50%), calc(100% - 12px));
  margin-top: -4px;
}

.tgy-tooltip--promise[data-placement="left"]::after {
  right: -4px;
}

.tgy-tooltip--promise[data-placement="right"]::after {
  left: -4px;
}

.tgy-tooltip-enhanced .tgy-service-promise-icon[data-tgy-tooltip-ready]::before,
.tgy-tooltip-enhanced .tgy-service-promise-icon[data-tgy-tooltip-ready]::after {
  display: none;
}

@media (min-width: 681px) {
  .tgy-tooltip-enhanced.tgy-tooltip-wide .tgy-floating-support::after {
    display: none;
  }
}

@media (max-width: 680px) {
  .tgy-container.tgy-woocommerce-notice-surface,
  body.admin-bar .tgy-container.tgy-woocommerce-notice-surface,
  .tgy-notice-stack,
  body.admin-bar .tgy-notice-stack {
    top: max(var(--tgy-notice-top, 104px), calc(var(--tgy-safe-top) + 12px));
    right: calc(12px + var(--tgy-safe-right));
    left: calc(12px + var(--tgy-safe-left));
    width: min(
      280px,
      calc(100vw - 24px - var(--tgy-safe-left) - var(--tgy-safe-right))
    );
    margin-right: auto;
    margin-left: auto;
  }

  .tgy-notice-stack {
    max-height: min(50dvh, calc(100dvh - var(--tgy-notice-top, 104px) - var(--tgy-safe-bottom) - 12px));
  }

  .tgy-woocommerce-notice-surface .woocommerce-error,
  .tgy-woocommerce-notice-surface .woocommerce-info,
  .tgy-woocommerce-notice-surface .woocommerce-message,
  .tgy-notice-stack .woocommerce-error,
  .tgy-notice-stack .woocommerce-info,
  .tgy-notice-stack .woocommerce-message {
    min-height: 52px;
    padding: 4px 44px;
  }

  .tgy-woocommerce-notice-surface .tgy-notice__icon,
  .tgy-notice-stack .tgy-notice__icon {
    top: 14px;
    left: 10px;
    width: 24px;
    height: 24px;
    font-size: 14px;
  }

  .tgy-notice-dismiss {
    top: 4px;
    right: 0;
    width: var(--tgy-touch-target);
    height: var(--tgy-touch-target);
    box-sizing: border-box;
  }

  .tgy-woocommerce-notice-surface .tgy-notice__action,
  .tgy-notice-stack .tgy-notice__action {
    width: 100%;
    box-sizing: border-box;
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tgy-woocommerce-notice-surface,
  .tgy-notice-stack,
  .tgy-woocommerce-notice-surface .woocommerce-error,
  .tgy-woocommerce-notice-surface .woocommerce-info,
  .tgy-woocommerce-notice-surface .woocommerce-message,
  .tgy-notice-stack .woocommerce-error,
  .tgy-notice-stack .woocommerce-info,
  .tgy-notice-stack .woocommerce-message {
    transition: none;
    animation: none;
  }

  .tgy-notice-dismiss {
    transition: none;
  }

  .tgy-notice-dismiss:hover {
    transform: none;
  }

  .tgy-notice-progress {
    display: none;
  }

  .is-counting .tgy-notice-progress::after {
    animation: none;
  }

  .tgy-notice-stack .is-repeated .tgy-notice__icon {
    animation: none;
  }

  .tgy-tooltip {
    transition: none;
  }
}

@media (forced-colors: active) {
  .tgy-woocommerce-notice-surface .woocommerce-error,
  .tgy-woocommerce-notice-surface .woocommerce-info,
  .tgy-woocommerce-notice-surface .woocommerce-message,
  .tgy-notice-stack .woocommerce-error,
  .tgy-notice-stack .woocommerce-info,
  .tgy-notice-stack .woocommerce-message,
  .tgy-tooltip {
    border-color: CanvasText;
    border-left-color: CanvasText;
    background: Canvas;
    box-shadow: none;
    color: CanvasText;
    forced-color-adjust: auto;
  }

  .tgy-woocommerce-notice-surface .tgy-notice__icon,
  .tgy-notice-stack .tgy-notice__icon,
  .tgy-woocommerce-notice-surface .tgy-notice__type,
  .tgy-notice-stack .tgy-notice__type {
    border-color: CanvasText;
    background: Canvas;
    color: CanvasText;
  }

  .tgy-notice-progress {
    display: none;
  }

  .tgy-notice-dismiss:focus-visible {
    outline-color: Highlight;
  }
}

.woocommerce form .form-row input.input-text {
  min-height: 46px;
  border: 1px solid var(--tgy-border-strong);
  border-radius: 8px;
  background: var(--tgy-surface-soft);
  padding: 10px 12px;
  color: var(--tgy-ink);
  font: inherit;
}

.woocommerce form .form-row textarea {
  min-height: 46px;
  border: 1px solid var(--tgy-border-strong);
  border-radius: 8px;
  background: var(--tgy-surface-soft);
  padding: 10px 12px;
  color: var(--tgy-ink);
  font: inherit;
}

.woocommerce form .form-row select {
  min-height: 46px;
  border: 1px solid var(--tgy-border-strong);
  border-radius: 8px;
  background: var(--tgy-surface-soft);
  padding: 10px 12px;
  color: var(--tgy-ink);
  font: inherit;
}

.woocommerce form.login input.input-text {
  min-height: 46px;
  border: 1px solid var(--tgy-border-strong);
  border-radius: 8px;
  background: var(--tgy-surface-soft);
  padding: 10px 12px;
  color: var(--tgy-ink);
  font: inherit;
}

.woocommerce form.register input.input-text {
  min-height: 46px;
  border: 1px solid var(--tgy-border-strong);
  border-radius: 8px;
  background: var(--tgy-surface-soft);
  padding: 10px 12px;
  color: var(--tgy-ink);
  font: inherit;
}

.woocommerce form.login {
  border: 1px solid var(--tgy-line);
  border-radius: var(--tgy-radius);
}

.woocommerce form.register {
  border: 1px solid var(--tgy-line);
  border-radius: var(--tgy-radius);
}

.woocommerce form.checkout_coupon {
  border: 1px solid var(--tgy-line);
  border-radius: var(--tgy-radius);
}

.woocommerce table.shop_table th {
  border-color: var(--tgy-line);
}

.woocommerce table.shop_table td {
  border-color: var(--tgy-line);
}

.woocommerce-info {
  border: 1px solid var(--tgy-info-border);
  border-radius: var(--tgy-radius);
  background: var(--tgy-info-surface);
  color: var(--tgy-info);
  line-height: 1.45;
  padding-top: 14px;
  padding-bottom: 14px;
}

.woocommerce-message {
  border: 1px solid var(--tgy-success-border);
  border-radius: var(--tgy-radius);
  background: var(--tgy-success-surface);
  color: var(--tgy-success);
  line-height: 1.45;
  padding-top: 14px;
  padding-bottom: 14px;
}

.woocommerce-info::before {
  color: var(--tgy-info);
}

.woocommerce-message::before {
  color: var(--tgy-success);
}

.woocommerce-error {
  border: 1px solid var(--tgy-danger-border);
  border-radius: var(--tgy-radius);
  background: var(--tgy-danger-surface);
  color: var(--tgy-danger);
  line-height: 1.45;
  padding-top: 14px;
  padding-bottom: 14px;
}

.woocommerce-error::before {
  color: var(--tgy-danger);
}

.woocommerce-info a {
  color: inherit;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.woocommerce-message a {
  color: inherit;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.woocommerce-error a {
  color: inherit;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.tgy-consent-row label {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 0;
  color: var(--tgy-muted);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.5;
}

:root {
  --tgy-ink: #172026;
  --tgy-soft-ink: #26323b;
  --tgy-muted: #5b6a75;
  --tgy-line: #d9e2e6;
  --tgy-page: #f3f6f6;
  --tgy-panel: #ffffff;
  --tgy-green: #176b5c;
  --tgy-accent: var(--tgy-green);
  --tgy-navy: #183d59;
  --tgy-price: #b84b1b;
  --tgy-blue-soft: #e7f0f4;
  --tgy-green-soft: #e6f3ee;
  --tgy-gold-soft: #f6efe3;
  --tgy-shadow: 0 18px 45px var(--tgy-shadow-color-soft);
  --tgy-radius: 8px;
  --tgy-sticky-top: calc(126px + var(--tgy-safe-top));
  --tgy-max: 1180px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --tgy-canvas: #ffffff;
  --tgy-on-brand: #ffffff;
  --tgy-on-dark-muted: #d8e4e8;
  --tgy-surface-soft: #f5f8f7;
  --tgy-surface-mint: #edf7f3;
  --tgy-surface-blue: #eef4f6;
  --tgy-border: #d8e2e4;
  --tgy-border-strong: #7f9097;
  --tgy-text: #182128;
  --tgy-text-soft: #556673;
  --tgy-brand: #176b5c;
  --tgy-brand-dark: #105448;
  --tgy-header: #112a38;
  --tgy-price-accent: #b64b1b;
  --tgy-success: #0f624f;
  --tgy-success-border: #b9d9cf;
  --tgy-success-surface: #edf8f4;
  --tgy-warning: #82510a;
  --tgy-warning-border: #e4c98c;
  --tgy-warning-surface: #fff8e8;
  --tgy-danger: #8a2e22;
  --tgy-danger-border: #edc1b8;
  --tgy-danger-surface: #fff3f0;
  --tgy-info: #1f5d74;
  --tgy-info-border: #c4dce5;
  --tgy-info-surface: #eef7fa;
  --tgy-notice-canvas: #fffdf8;
  --tgy-notice-progress-track: #e7edef;
  --tgy-disabled: #7a8790;
  --tgy-focus-ring: #105448;
  --tgy-brand-border-soft: rgba(23, 107, 92, 0.22);
  --tgy-shadow-color-subtle: rgba(18, 39, 52, 0.05);
  --tgy-shadow-color-soft: rgba(18, 39, 52, 0.08);
  --tgy-focus-width: 3px;
  --tgy-focus-offset: 3px;
  --tgy-control-height: 46px;
  --tgy-icon-control-size: 44px;
  --tgy-touch-target: 44px;
  /* Keep fixed and edge-aligned public UI clear of device cutouts. */
  --tgy-safe-top: env(safe-area-inset-top, 0px);
  --tgy-safe-right: env(safe-area-inset-right, 0px);
  --tgy-safe-bottom: env(safe-area-inset-bottom, 0px);
  --tgy-safe-left: env(safe-area-inset-left, 0px);
  --tgy-space-1: 4px;
  --tgy-space-2: 8px;
  --tgy-space-3: 12px;
  --tgy-space-4: 16px;
  --tgy-space-5: 20px;
  --tgy-space-6: 24px;
  --tgy-space-7: 28px;
  --tgy-space-8: 32px;
  --tgy-space-10: 40px;
  --tgy-space-12: 48px;
  --tgy-space-16: 64px;
  --tgy-shadow-soft: 0 12px 32px rgba(20, 44, 56, 0.07);
  --tgy-shadow-float: 0 18px 44px rgba(20, 44, 56, 0.14);
  --tgy-motion-feedback: 150ms;
  --tgy-motion-panel: 220ms;
  --tgy-motion-modal: 260ms;
  --tgy-ease-standard: cubic-bezier(0.2, 0, 0, 1);
  --tgy-z-sticky: 100;
  --tgy-z-map: 200;
  --tgy-z-header: 500;
  --tgy-z-dropdown: 600;
  --tgy-z-floating: 700;
  --tgy-z-toast: 900;
  --tgy-z-modal: 1000;
}

html {
  scroll-behavior: smooth;
}

.tgy-header-inner,
.tgy-container,
.tgy-footer-inner {
  box-sizing: border-box;
  padding-right: env(safe-area-inset-right, 0px);
  padding-left: env(safe-area-inset-left, 0px);
}

main {
  min-height: 58vh;
  background: var(--tgy-canvas);
}

.tgy-not-found {
  min-height: 62vh;
  display: grid;
  align-items: center
}

.tgy-not-found__inner {
  max-width: 760px
}

.tgy-not-found__search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: var(--tgy-space-2);
  margin-top: var(--tgy-space-7)
}

.tgy-not-found__search input {
  min-height: var(--tgy-control-height);
  border: 1px solid var(--tgy-border-strong);
  border-radius: 8px;
  background: var(--tgy-canvas);
  color: var(--tgy-text);
  font: inherit;
  padding: 0 var(--tgy-space-4)
}

.tgy-not-found__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--tgy-space-3);
  margin-top: var(--tgy-space-4)
}

body {
  margin: 0;
  background: var(--tgy-page);
  color: var(--tgy-ink);
  font-family: inherit;
  line-height: 1.55;
  background: var(--tgy-canvas);
  color: var(--tgy-text);
  letter-spacing: 0;
}

.tgy-skip-link {
  position: fixed;
  z-index: calc(var(--tgy-z-modal) + 1);
  top: max(12px, env(safe-area-inset-top, 0px));
  left: max(12px, env(safe-area-inset-left, 0px));
  min-height: var(--tgy-touch-target);
  border: 2px solid var(--tgy-on-brand);
  border-radius: 8px;
  background: var(--tgy-brand-dark);
  padding: 10px 16px;
  color: var(--tgy-on-brand);
  font-weight: 800;
  text-decoration: none;
  transform: translateY(calc(-100% - 20px));
}

.tgy-skip-link:focus,
.tgy-skip-link:focus-visible {
  outline: 3px solid var(--tgy-on-brand);
  outline-offset: 3px;
  transform: translateY(0);
}

button {
  letter-spacing: 0;
}

input {
  letter-spacing: 0;
}

select {
  letter-spacing: 0;
}

textarea {
  letter-spacing: 0;
}

a:focus-visible {
  outline: var(--tgy-focus-width) solid var(--tgy-focus-ring);
  outline-offset: var(--tgy-focus-offset);
}

button:focus-visible {
  outline: var(--tgy-focus-width) solid var(--tgy-focus-ring);
  outline-offset: var(--tgy-focus-offset);
}

input:focus-visible {
  outline: var(--tgy-focus-width) solid var(--tgy-focus-ring);
  outline-offset: var(--tgy-focus-offset);
}

select:focus-visible {
  outline: var(--tgy-focus-width) solid var(--tgy-focus-ring);
  outline-offset: var(--tgy-focus-offset);
}

textarea:focus-visible {
  outline: var(--tgy-focus-width) solid var(--tgy-focus-ring);
  outline-offset: var(--tgy-focus-offset);
}

button.tgy-address-locality-trigger:focus-visible {
  outline: var(--tgy-focus-width) solid var(--tgy-focus-ring);
  outline-offset: var(--tgy-focus-offset);
}

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

.tgy-header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(var(--tgy-max), calc(100% - 32px));
  margin: 0 auto;
  width: min(var(--tgy-max), calc(100% - 48px));
}

.tgy-band {
  padding: 62px 0;
  padding: var(--tgy-space-16) 0;
}

.tgy-band.white {
  background: var(--tgy-canvas);
  background: var(--tgy-canvas);
}

.tgy-page-intro {
  display: grid;
  max-width: 760px;
  gap: var(--tgy-space-3);
  margin-bottom: var(--tgy-space-8);
}

.tgy-page-intro__eyebrow {
  color: var(--tgy-brand) !important;
  font-size: 12px !important;
  font-weight: 850;
  letter-spacing: 0 !important;
  line-height: 1.2;
  text-transform: uppercase;
}

.tgy-section-kicker {
  color: var(--tgy-brand) !important;
  font-size: 12px !important;
  font-weight: 850;
  letter-spacing: 0 !important;
  line-height: 1.2;
  text-transform: uppercase;
}

.tgy-policy-summary-card > span {
  display: block;
  margin-bottom: 7px;
  color: var(--tgy-accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--tgy-brand) !important;
  font-size: 12px !important;
  font-weight: 850;
  letter-spacing: 0 !important;
  line-height: 1.2;
  text-transform: uppercase;
}

.tgy-policy-detail-heading > span {
  display: block;
  margin-bottom: 7px;
  color: var(--tgy-accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--tgy-brand) !important;
  font-size: 12px !important;
  font-weight: 850;
  letter-spacing: 0 !important;
  line-height: 1.2;
  text-transform: uppercase;
}

.tgy-policy-contact span {
  display: block;
  margin-bottom: 7px;
  color: var(--tgy-accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--tgy-brand) !important;
  font-size: 12px !important;
  font-weight: 850;
  letter-spacing: 0 !important;
  line-height: 1.2;
  text-transform: uppercase;
}

.tgy-account-kicker {
  color: var(--tgy-green) !important;
  font-size: 12px !important;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.2 !important;
  text-transform: uppercase;
  color: var(--tgy-brand) !important;
  font-size: 12px !important;
  font-weight: 850;
  letter-spacing: 0 !important;
  line-height: 1.2;
  text-transform: uppercase;
}

.tgy-page-intro h1 {
  margin: 0;
  color: var(--tgy-text);
  font-size: 44px;
  line-height: 1.08;
  letter-spacing: 0;
}

.tgy-policy-heading h1 {
  max-width: 760px;
  margin: 0;
  font-size: 42px;
  line-height: 1.08;
  margin: 0;
  color: var(--tgy-text);
  font-size: 44px;
  line-height: 1.08;
  letter-spacing: 0;
}

.tgy-page-intro p {
  max-width: 700px;
  margin: 0;
  color: var(--tgy-text-soft);
  font-size: 17px;
  line-height: 1.65;
}

.tgy-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
  align-items: flex-end;
  margin-bottom: var(--tgy-space-8);
}

.tgy-section-head h2 {
  margin: 0;
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.06;
  font-size: 34px;
  line-height: 1.12;
  letter-spacing: 0;
}

.tgy-shipping-panel h2 {
  margin: 0;
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.06;
  font-size: 34px;
  line-height: 1.12;
  letter-spacing: 0;
}

.tgy-detail-panels h2 {
  margin: 0;
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.06;
  font-size: 34px;
  line-height: 1.12;
  letter-spacing: 0;
}

.tgy-contact-grid h2 {
  margin: 0;
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.06;
  font-size: 34px;
  line-height: 1.12;
  letter-spacing: 0;
}

.tgy-section-head p {
  max-width: 470px;
  margin: 0;
  color: var(--tgy-muted);
  color: var(--tgy-text-soft);
  line-height: 1.6;
}

.tgy-section-side {
  display: grid;
  max-width: 470px;
  gap: var(--tgy-space-3);
  justify-items: start;
}

.tgy-section-link {
  display: inline-flex;
  min-height: var(--tgy-touch-target);
  align-items: center;
  color: var(--tgy-brand);
  font-size: 14px;
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: rgba(23, 107, 92, 0.35);
  text-underline-offset: 4px;
}

.tgy-section-link:hover {
  color: var(--tgy-brand-dark);
  text-decoration-color: currentColor;
}

.tgy-button,
.button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  display: inline-flex;
  min-height: var(--tgy-control-height);
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  background: var(--tgy-brand);
  color: var(--tgy-on-brand);
  padding: 0 18px;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition:
    background-color var(--tgy-motion-feedback) var(--tgy-ease-standard),
    border-color var(--tgy-motion-feedback) var(--tgy-ease-standard),
    color var(--tgy-motion-feedback) var(--tgy-ease-standard),
    box-shadow var(--tgy-motion-feedback) var(--tgy-ease-standard),
    transform var(--tgy-motion-feedback) var(--tgy-ease-standard);
}

.tgy-button:disabled,
.tgy-button.disabled,
.tgy-button[aria-disabled="true"],
.button:disabled,
.button.disabled,
.button[aria-disabled="true"],
.woocommerce button.button:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button[aria-disabled="true"],
.woocommerce a.button.disabled,
.woocommerce a.button[aria-disabled="true"],
.woocommerce input.button:disabled,
.woocommerce input.button.disabled {
  border-color: var(--tgy-border);
  background: var(--tgy-surface-soft);
  box-shadow: none;
  color: var(--tgy-disabled);
  cursor: not-allowed;
  opacity: 1;
  pointer-events: none;
  transform: none;
}

.tgy-button:not(:disabled):not(.disabled):not(.loading):hover,
.button:not(:disabled):not(.disabled):not(.loading):hover,
.woocommerce button.button:not(:disabled):not(.disabled):not(.loading):hover,
.woocommerce a.button:not(.disabled):not(.loading):hover,
.woocommerce input.button:not(:disabled):not(.disabled):not(.loading):hover,
.woocommerce #respond input#submit:not(:disabled):not(.disabled):not(.loading):hover {
  background: var(--tgy-brand-dark);
  color: var(--tgy-on-brand);
  box-shadow: 0 10px 22px rgba(20, 84, 72, 0.14);
  transform: translateY(-1px);
}

.tgy-button:not(:disabled):not(.disabled):not(.loading):active,
.button:not(:disabled):not(.disabled):not(.loading):active,
.woocommerce button.button:not(:disabled):not(.disabled):not(.loading):active,
.woocommerce a.button:not(.disabled):not(.loading):active,
.woocommerce input.button:not(:disabled):not(.disabled):not(.loading):active,
.woocommerce #respond input#submit:not(:disabled):not(.disabled):not(.loading):active {
  box-shadow: 0 4px 12px rgba(20, 84, 72, 0.12);
  transform: translateY(0);
}

.tgy-button.loading,
.button.loading,
.woocommerce .button.loading {
  cursor: wait;
  opacity: 0.72;
  pointer-events: none;
  transform: none;
}

.tgy-button.secondary {
  border-color: var(--tgy-border-strong);
  background: var(--tgy-canvas);
  color: var(--tgy-text);
}

.tgy-button.secondary:not(:disabled):not(.disabled):not(.loading):hover {
  border-color: rgba(23, 107, 92, 0.55);
  background: var(--tgy-surface-mint);
  color: var(--tgy-brand-dark);
  box-shadow: 0 8px 18px rgba(20, 44, 56, 0.09);
}

.tgy-button.quiet,
.button.quiet {
  border-color: transparent;
  background: transparent;
  color: var(--tgy-brand-dark);
  box-shadow: none;
}

.tgy-button.quiet:not(:disabled):not(.disabled):not(.loading):hover,
.button.quiet:not(:disabled):not(.disabled):not(.loading):hover {
  border-color: transparent;
  background: var(--tgy-surface-mint);
  color: var(--tgy-brand-dark);
  box-shadow: none;
}

.tgy-button.danger,
.button.danger {
  border-color: var(--tgy-danger-border);
  background: var(--tgy-danger-surface);
  color: var(--tgy-danger);
}

.tgy-button.danger:not(:disabled):not(.disabled):not(.loading):hover,
.button.danger:not(:disabled):not(.disabled):not(.loading):hover {
  border-color: var(--tgy-danger);
  background: var(--tgy-danger);
  color: var(--tgy-on-brand);
  box-shadow: 0 8px 18px rgba(138, 46, 34, 0.14);
}

.tgy-icon-button {
  display: inline-flex;
  width: var(--tgy-icon-control-size);
  height: var(--tgy-icon-control-size);
  min-width: var(--tgy-icon-control-size);
  min-height: var(--tgy-icon-control-size);
  align-items: center;
  justify-content: center;
  border: 1px solid var(--tgy-border);
  border-radius: 8px;
  background: var(--tgy-canvas);
  color: var(--tgy-brand-dark);
  cursor: pointer;
  transition:
    background-color var(--tgy-motion-feedback) var(--tgy-ease-standard),
    border-color var(--tgy-motion-feedback) var(--tgy-ease-standard),
    color var(--tgy-motion-feedback) var(--tgy-ease-standard),
    box-shadow var(--tgy-motion-feedback) var(--tgy-ease-standard);
}

.tgy-icon-button:not(:disabled):hover {
  border-color: rgba(23, 107, 92, 0.55);
  background: var(--tgy-surface-mint);
  box-shadow: 0 8px 18px rgba(20, 44, 56, 0.09);
}

.tgy-icon-button:disabled {
  border-color: var(--tgy-border);
  background: var(--tgy-surface-soft);
  color: var(--tgy-disabled);
  cursor: not-allowed;
}

.tgy-site-header {
  position: sticky;
  top: 0;
  z-index: var(--tgy-z-header);
  border-bottom: 1px solid var(--tgy-line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  border-bottom-color: rgba(197, 211, 215, 0.9);
  background: rgba(255, 255, 255, 0.97);
  padding-top: var(--tgy-safe-top);
  box-shadow: 0 4px 18px rgba(17, 42, 56, 0.04);
}

.tgy-topbar {
  border-bottom: 1px solid #e7ecef;
  background: var(--tgy-header);
  color: #dce9ed;
  font-size: 13px;
  border-bottom: 0;
  background: var(--tgy-header);
}

.tgy-topbar .tgy-header-inner {
  min-height: 34px;
  display: flex;
  justify-content: center;
  gap: 24px;
  min-height: 32px;
  gap: var(--tgy-space-8);
  color: #e1ecef;
  font-size: 12px;
}

.tgy-topbar-short {
  display: none;
}

.tgy-nav {
  display: flex;
  align-items: center;
  gap: 17px;
  color: var(--tgy-muted);
  font-size: 14px;
  font-weight: 650;
  gap: var(--tgy-space-2);
}

.tgy-mobile-nav-toggle,
.tgy-mobile-nav-header,
.tgy-mobile-nav-backdrop {
  display: none;
}

.tgy-nav-link {
  position: relative;
  display: inline-flex;
  min-height: var(--tgy-touch-target);
  align-items: center;
  padding: 0 9px;
  color: var(--tgy-text-soft);
}

.tgy-nav-link::after {
  position: absolute;
  right: 9px;
  bottom: 4px;
  left: 9px;
  height: 2px;
  border-radius: 8px;
  background: transparent;
  content: "";
}

.tgy-nav-link:hover {
  color: var(--tgy-text);
}

.tgy-nav-link.is-current {
  color: var(--tgy-text);
}

.tgy-nav-link.is-current::after {
  background: var(--tgy-brand);
}

.tgy-cart-button {
  position: relative;
  display: inline-flex;
  width: var(--tgy-icon-control-size);
  min-width: var(--tgy-icon-control-size);
  max-width: var(--tgy-icon-control-size);
  height: var(--tgy-icon-control-size);
  min-height: var(--tgy-icon-control-size);
  align-items: center;
  justify-content: center;
  margin-left: var(--tgy-space-1);
  border: 1px solid var(--tgy-border-strong);
  border-radius: 8px;
  background: var(--tgy-canvas);
  color: var(--tgy-text);
  padding: 0;
  font-size: 13px;
  font-weight: 850;
  box-shadow: none;
  overflow: visible;
  transition:
    border-color var(--tgy-motion-feedback) var(--tgy-ease-standard),
    background-color var(--tgy-motion-feedback) var(--tgy-ease-standard),
    box-shadow var(--tgy-motion-feedback) var(--tgy-ease-standard),
    color var(--tgy-motion-feedback) var(--tgy-ease-standard),
    transform var(--tgy-motion-feedback) var(--tgy-ease-standard);
}

.tgy-cart-button .tgy-cart-icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  color: var(--tgy-brand-dark);
  font-size: 20px;
  line-height: 1;
}

.tgy-cart-label {
  display: none;
}

.tgy-service-icon {
  display: inline-flex;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  align-items: center;
  justify-content: center;
}

.tgy-floating-support .tgy-service-icon {
  width: 30px;
  height: 30px;
  flex-basis: 30px;
  border-radius: 50%;
  background: var(--tgy-green);
  color: var(--tgy-on-brand);
}

.tgy-service-icon svg {
  display: block;
  width: 18px;
  height: 18px;
}

.tgy-service-icon path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  vector-effect: non-scaling-stroke;
}

.tgy-floating-support .tgy-service-icon .dashicons {
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 1;
}

.tgy-cart-button .tgy-cart-count {
  top: 3px;
  right: 3px;
  min-width: 15px;
  height: 15px;
  border: 2px solid var(--tgy-on-brand);
  background: var(--tgy-price-accent);
  box-shadow: none;
  font-size: 9px;
  pointer-events: none;
}

.tgy-commerce-aside {
  display: grid;
  position: sticky;
  top: calc(var(--tgy-sticky-top) + 12px);
  gap: var(--tgy-space-4);
  border: 1px solid var(--tgy-border);
  border-radius: var(--tgy-radius);
  background: var(--tgy-surface-soft);
  color: var(--tgy-text);
  padding: var(--tgy-space-6);
}

.tgy-commerce-aside h2 {
  margin: 0;
  color: var(--tgy-text);
  font-size: 21px;
}

.tgy-commerce-aside ul {
  display: grid;
  gap: var(--tgy-space-3);
  margin: 0;
  padding-left: 18px;
}

.tgy-commerce-aside li {
  color: var(--tgy-text-soft);
  font-size: 13px;
  line-height: 1.55;
}

.tgy-commerce-aside .tgy-button {
  width: 100%;
}

.tgy-site-footer {
  border-top: 0;
  background: var(--tgy-header);
  color: #dce8eb;
  padding: 54px 0 var(--tgy-safe-bottom);
}

.tgy-footer-inner {
  width: min(var(--tgy-max), calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.25fr repeat(3, minmax(0, 0.8fr));
  gap: var(--tgy-space-10);
}

.tgy-footer-column {
  display: grid;
  align-content: start;
  gap: var(--tgy-space-2);
}

.tgy-footer-column strong {
  color: var(--tgy-on-brand);
  font-size: 15px;
}

.tgy-footer-column span,
.tgy-footer-column a {
  color: #bdcdd2;
  font-size: 13px;
  line-height: 1.65;
}

.tgy-footer-column a {
  font-weight: 800;
}

.tgy-footer-column a:hover {
  color: var(--tgy-on-brand);
}

.tgy-footer-legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--tgy-space-5);
  margin-top: var(--tgy-space-10);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: var(--tgy-space-5) 0;
  color: #9fb4bb;
  font-size: 12px;
}

.tgy-footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--tgy-space-5);
}

.tgy-footer-legal a {
  color: #e8c16d;
  font-weight: 800;
}

.tgy-language-menu summary {
  height: var(--tgy-icon-control-size);
  min-height: var(--tgy-icon-control-size);
  border: 1px solid var(--tgy-border-strong);
  border-radius: 8px;
  background: var(--tgy-canvas);
  color: var(--tgy-text);
  box-shadow: none;
  transition:
    border-color var(--tgy-motion-feedback) var(--tgy-ease-standard),
    background-color var(--tgy-motion-feedback) var(--tgy-ease-standard),
    box-shadow var(--tgy-motion-feedback) var(--tgy-ease-standard),
    color var(--tgy-motion-feedback) var(--tgy-ease-standard),
    transform var(--tgy-motion-feedback) var(--tgy-ease-standard);
  display: inline-flex;
  min-width: 76px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 850;
  list-style: none;
  padding: 0 9px 0 10px;
}

.tgy-language-menu .tgy-language-caret {
  width: 16px;
  height: 16px;
  border: 0;
  color: var(--tgy-text-soft);
  font-size: 16px;
  line-height: 1;
}

.tgy-account-button {
  display: inline-flex;
  min-width: var(--tgy-icon-control-size);
  max-width: 154px;
  height: var(--tgy-icon-control-size);
  min-height: var(--tgy-icon-control-size);
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--tgy-border-strong);
  border-radius: 8px;
  background: var(--tgy-canvas);
  color: var(--tgy-brand-dark);
  padding: 0 12px 0 10px;
  font-size: 13px;
  font-weight: 850;
  box-shadow: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition:
    border-color var(--tgy-motion-feedback) var(--tgy-ease-standard),
    background-color var(--tgy-motion-feedback) var(--tgy-ease-standard),
    box-shadow var(--tgy-motion-feedback) var(--tgy-ease-standard),
    color var(--tgy-motion-feedback) var(--tgy-ease-standard),
    transform var(--tgy-motion-feedback) var(--tgy-ease-standard);
}

.tgy-account-icon {
  display: inline-flex;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--tgy-surface-mint);
  color: var(--tgy-brand-dark);
  font-size: 15px;
  line-height: 1;
}

.tgy-account-label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tgy-cart-button:hover,
.tgy-account-button:hover,
.tgy-language-menu summary:hover,
.tgy-language-menu[open] summary {
  border-color: rgba(23, 107, 92, 0.55);
  background: var(--tgy-surface-mint);
  box-shadow: 0 6px 16px rgba(20, 44, 56, 0.09);
  color: var(--tgy-brand-dark);
}

.tgy-cart-button:active,
.tgy-account-button:active,
.tgy-language-menu summary:active {
  box-shadow: none;
  transform: translateY(1px);
}

.tgy-cart-button:hover .tgy-cart-count {
  border-color: var(--tgy-on-brand);
  background: var(--tgy-price);
  color: var(--tgy-on-brand);
}

.tgy-cart-button:focus-visible,
.tgy-account-button:focus-visible,
.tgy-language-menu summary:focus-visible {
  border-color: var(--tgy-brand);
  outline: var(--tgy-focus-width) solid var(--tgy-focus-ring);
  outline-offset: var(--tgy-focus-offset);
}

.tgy-language-options {
  position: absolute;
  top: calc(100% + 9px);
  right: 0;
  min-width: 176px;
  display: grid;
  gap: 4px;
  border: 1px solid var(--tgy-line);
  border-radius: 8px;
  background: var(--tgy-canvas);
  padding: 7px;
  box-shadow: 0 18px 42px rgba(18, 39, 52, 0.14);
  transform-origin: top right;
  border-color: var(--tgy-border);
  box-shadow: var(--tgy-shadow-float);
}

.tgy-language-menu[open] > .tgy-language-options {
  animation: tgy-language-pop var(--tgy-motion-panel) var(--tgy-ease-standard) both;
}

.tgy-floating-support {
  position: fixed;
  top: 55%;
  right: calc(4px + var(--tgy-safe-right));
  z-index: var(--tgy-z-floating);
  display: inline-flex;
  width: var(--tgy-icon-control-size);
  height: var(--tgy-icon-control-size);
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(23, 107, 92, 0.26);
  border-radius: 50%;
  background: var(--tgy-canvas);
  color: var(--tgy-green);
  box-shadow: var(--tgy-shadow-float);
  transform: translateY(-50%);
  transition:
    border-color var(--tgy-motion-feedback) var(--tgy-ease-standard),
    background-color var(--tgy-motion-feedback) var(--tgy-ease-standard),
    box-shadow var(--tgy-motion-feedback) var(--tgy-ease-standard),
    transform var(--tgy-motion-feedback) var(--tgy-ease-standard);
}

.tgy-floating-support::after {
  position: absolute;
  right: calc(100% + 10px);
  width: max-content;
  max-width: 180px;
  border-radius: 6px;
  background: var(--tgy-header);
  color: var(--tgy-on-brand);
  content: attr(data-label);
  opacity: 0;
  padding: 7px 9px;
  font-size: 12px;
  font-weight: 750;
  pointer-events: none;
  transform: translateX(5px);
  transition:
    opacity var(--tgy-motion-feedback) var(--tgy-ease-standard),
    transform var(--tgy-motion-feedback) var(--tgy-ease-standard);
}

.tgy-floating-support:hover {
  border-color: var(--tgy-green);
  background: var(--tgy-surface-mint);
  box-shadow: 0 20px 46px rgba(20, 44, 56, 0.2);
  transform: translateY(-50%) translateX(-2px);
}

.tgy-floating-support:focus-visible {
  border-color: var(--tgy-green);
  background: var(--tgy-surface-mint);
  box-shadow: 0 20px 46px rgba(20, 44, 56, 0.2);
  transform: translateY(-50%) translateX(-2px);
}

.tgy-floating-support:hover::after {
  opacity: 1;
  transform: translateX(0);
}

.tgy-floating-support:focus-visible::after {
  opacity: 1;
  transform: translateX(0);
}

.tgy-footer-column a,
.tgy-footer-legal a {
  display: inline-flex;
  min-height: var(--tgy-touch-target);
  align-items: center;
}

@media (min-width: 681px) {
  .tgy-nav-link {
    min-height: var(--tgy-touch-target);
  }

  .tgy-footer-column a,
  .tgy-footer-legal a {
    min-width: var(--tgy-touch-target);
  }
}

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

  .tgy-language-menu[open] > .tgy-language-options {
    animation: none;
  }

  .tgy-language-caret {
    transition: none;
  }

  .tgy-button,
  .button,
  .woocommerce button.button,
  .woocommerce a.button,
  .woocommerce input.button,
  .woocommerce #respond input#submit,
  .tgy-cart-button,
  .tgy-account-button,
  .tgy-language-menu summary,
  .tgy-floating-support,
  .tgy-floating-support::after,
  .tgy-icon-button {
    transition: none;
  }
}
