/*
 * TogetherGY product detail, cart, checkout, and order components.
 */
.tgy-product-detail {
  padding: 46px 0 60px;
  background: var(--tgy-canvas)
}
.tgy-product-commerce-aside {
  min-width: 0;
  align-self: stretch
}
.tgy-product-commerce-main {
  min-width: 0;
  display: grid;
  gap: 0
}
.tgy-product-detail-grid {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(340px, 0.72fr);
  gap: 30px;
  align-items: start
}
.tgy-product-gallery {
  position: relative;
  aspect-ratio: 1 / 1;
  min-height: 0;
  display: grid;
  place-items: center;
  align-content: center;
  border: 1px solid var(--tgy-line);
  border-radius: var(--tgy-radius);
  background: var(--tgy-canvas);
  padding: 24px;
  overflow: hidden
}
.tgy-detail-product-image {
  width: 86%;
  height: 86%;
  max-height: none;
  object-fit: contain;
  mix-blend-mode: normal;
  filter: drop-shadow(0 26px 34px rgba(19, 43, 55, 0.2));
  margin: 0
}
.tgy-product-summary {
  padding-top: 16px;
  max-width: 560px
}
.tgy-variant-prices {
  display: grid;
  gap: 10px;
  margin: 24px 0
}
.tgy-variant-prices-head {
  border: 1px solid var(--tgy-line);
  border-radius: 8px;
  background: var(--tgy-canvas);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  color: var(--tgy-muted);
  font-size: 13px;
  font-weight: 850
}
.tgy-variant-prices-head strong {
  color: var(--tgy-ink)
}
.tgy-variant-price-row {
  border: 1px solid var(--tgy-line);
  border-radius: 8px;
  background: var(--tgy-canvas);
  display: grid;
  grid-template-columns: minmax(190px, 1fr) minmax(122px, 0.48fr) minmax(122px, 0.48fr) auto;
  align-items: center;
  gap: 12px;
  padding: 13px
}
.tgy-variant-price-row > div {
  display: grid;
  gap: 3px
}
.tgy-variant-price-row > div > strong {
  color: var(--tgy-ink);
  font-size: 16px
}
.tgy-variant-price-row small {
  color: var(--tgy-muted);
  font-size: 12px
}
.tgy-route-price {
  display: grid;
  gap: 4px;
  border-radius: 8px;
  background: #f6f9fa;
  padding: 9px 11px;
  color: var(--tgy-ink)
}
.tgy-route-price strong {
  color: var(--tgy-ink);
  font-size: 14px;
  line-height: 1.1
}
.tgy-route-price b {
  color: var(--tgy-muted);
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase
}
.tgy-direct-order-panel {
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
  flex-direction: column;
  gap: 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none
}
.tgy-live-price-card {
  display: grid;
  gap: 8px;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0
}
.tgy-option-label {
  color: var(--tgy-muted);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase
}
.tgy-service-promises > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px
}
.tgy-service-promise-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8
}
.tgy-service-promise-icon:hover {
  border-color: var(--tgy-success-border);
  background: var(--tgy-surface-mint);
  box-shadow: 0 8px 22px rgba(21, 86, 78, 0.12);
  color: var(--tgy-brand);
  outline: none
}
.tgy-service-promise-icon:focus {
  border-color: var(--tgy-success-border);
  background: var(--tgy-surface-mint);
  box-shadow: 0 8px 22px rgba(21, 86, 78, 0.12);
  color: var(--tgy-brand);
  outline: none
}
.tgy-service-promise-icon:focus-visible {
  border-color: var(--tgy-success-border);
  background: var(--tgy-surface-mint);
  box-shadow: 0 8px 22px rgba(21, 86, 78, 0.12);
  color: var(--tgy-brand);
  outline: none
}
.tgy-service-promise-icon::before {
  position: absolute;
  z-index: 6;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity var(--tgy-motion-feedback) var(--tgy-ease-standard),
    transform var(--tgy-motion-feedback) var(--tgy-ease-standard);
  bottom: calc(100% + 5px);
  left: 13px;
  width: 9px;
  height: 9px;
  background: #16242c;
  content: "";
  transform: translateY(6px) rotate(45deg)
}
.tgy-service-promise-icon::after {
  position: absolute;
  z-index: 6;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity var(--tgy-motion-feedback) var(--tgy-ease-standard),
    transform var(--tgy-motion-feedback) var(--tgy-ease-standard);
  bottom: calc(100% + 9px);
  left: 0;
  width: max-content;
  max-width: min(260px, 48vw);
  border-radius: 8px;
  background: #16242c;
  color: var(--tgy-on-brand);
  content: attr(data-tooltip);
  padding: 9px 11px;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
  text-align: left;
  transform: translateY(6px);
  white-space: normal
}
.tgy-service-promise-icon:hover::before {
  opacity: 1;
  transform: translateY(0) rotate(45deg)
}
.tgy-service-promise-icon:focus::before {
  opacity: 1;
  transform: translateY(0) rotate(45deg)
}
.tgy-service-promise-icon:focus-visible::before {
  opacity: 1;
  transform: translateY(0) rotate(45deg)
}
.tgy-service-promise-icon:hover::after {
  opacity: 1;
  transform: translateY(0)
}
.tgy-service-promise-icon:focus::after {
  opacity: 1;
  transform: translateY(0)
}
.tgy-service-promise-icon:focus-visible::after {
  opacity: 1;
  transform: translateY(0)
}
.tgy-direct-order-form {
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
  flex-direction: column;
  gap: 14px;
  overflow: visible
}
.tgy-direct-order-scroll::-webkit-scrollbar {
  width: 7px
}
.tgy-direct-order-scroll::-webkit-scrollbar-track {
  background: rgba(201, 220, 224, 0.45);
  border-radius: 999px
}
.tgy-direct-order-scroll::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(23, 107, 92, 0.42)
}
.tgy-option-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  align-self: start;
  justify-self: start;
  justify-items: start;
  width: fit-content;
  inline-size: fit-content;
  max-inline-size: 100%
}
.tgy-route-options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  align-self: start;
  justify-self: start;
  justify-items: start;
  width: fit-content;
  inline-size: fit-content;
  max-inline-size: 100%
}
.tgy-option-chip strong {
  color: var(--tgy-ink);
  font-size: 14px;
  line-height: 1.15
}
.tgy-route-chip strong {
  color: var(--tgy-ink);
  font-size: 14px;
  line-height: 1.15
}
.tgy-option-chip span {
  color: var(--tgy-muted);
  font-size: 11px;
  line-height: 1.25
}
.tgy-route-chip span {
  color: var(--tgy-muted);
  font-size: 11px;
  line-height: 1.25
}
.tgy-route-guidance {
  display: flex;
  flex-wrap: wrap;
  gap: var(--tgy-space-1) var(--tgy-space-4);
  margin: 0;
  color: var(--tgy-text-soft);
  font-size: 12px;
  line-height: 1.5
}
.tgy-option-chip:hover {
  border-color: rgba(14, 121, 102, 0.48);
  transform: translateY(-1px)
}
.tgy-route-chip:hover {
  border-color: rgba(14, 121, 102, 0.48);
  transform: translateY(-1px)
}
.tgy-option-chip:focus-visible {
  outline: 3px solid rgba(14, 121, 102, 0.24);
  outline-offset: 2px
}
.tgy-route-chip:focus-visible {
  outline: 3px solid rgba(14, 121, 102, 0.24);
  outline-offset: 2px
}
.tgy-option-chip:disabled {
  cursor: not-allowed;
  opacity: 0.48;
  transform: none
}
.tgy-route-chip:disabled {
  cursor: not-allowed;
  opacity: 0.68;
  transform: none
}
.tgy-direct-order-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 126px;
  gap: 12px
}
.tgy-direct-order-grid--quantity {
  grid-template-columns: minmax(148px, 164px)
}
.tgy-quantity-field {
  display: grid;
  gap: 5px
}
.tgy-quantity-label {
  color: var(--tgy-soft-ink);
  font-size: 12px;
  font-weight: 850
}
.tgy-quantity-control {
  display: grid;
  min-height: var(--tgy-touch-target);
  grid-template-columns: var(--tgy-touch-target) minmax(56px, 1fr) var(--tgy-touch-target);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--tgy-border-strong);
  border-radius: 8px;
  background: var(--tgy-canvas)
}
.tgy-quantity-control.is-invalid {
  border-color: var(--tgy-danger-border);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--tgy-danger) 14%, transparent)
}
.tgy-direct-order-form label {
  display: grid;
  gap: 5px;
  color: var(--tgy-soft-ink);
  font-size: 12px;
  font-weight: 850
}
.tgy-direct-order-form select {
  width: 100%;
  min-height: 38px;
  border: 1px solid var(--tgy-border-strong);
  border-radius: 8px;
  background: var(--tgy-canvas);
  padding: 8px 10px;
  color: var(--tgy-ink);
  font: inherit
}
.tgy-direct-order-form input {
  width: 100%;
  min-height: 38px;
  border: 1px solid var(--tgy-border-strong);
  border-radius: 8px;
  background: var(--tgy-canvas);
  padding: 8px 10px;
  color: var(--tgy-ink);
  font: inherit
}
.tgy-direct-order-form .tgy-quantity-input {
  min-height: var(--tgy-touch-target);
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 8px 4px;
  font-size: 16px;
  text-align: center;
  font-weight: 850;
  -moz-appearance: textfield
}
.tgy-direct-order-form .tgy-quantity-input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none
}
.tgy-direct-order-form .tgy-quantity-input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none
}
.tgy-direct-order-form .tgy-option-chip {
  flex: 0 1 max-content;
  width: fit-content;
  inline-size: fit-content;
  min-inline-size: 0;
  max-inline-size: 100%;
  justify-content: center;
  white-space: normal;
  overflow-wrap: anywhere
}
.tgy-direct-order-form .tgy-route-chip {
  flex: 0 1 max-content;
  width: fit-content;
  inline-size: fit-content;
  min-inline-size: 0;
  max-inline-size: 100%;
  justify-content: center;
  white-space: nowrap
}
.tgy-direct-order-form .tgy-quantity-step {
  width: auto;
  min-height: var(--tgy-touch-target);
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--tgy-green);
  padding: 0;
  font-size: 18px;
  font-weight: 900;
  line-height: 1
}
.tgy-direct-order-form .tgy-quantity-step:hover {
  background: var(--tgy-surface-mint);
  color: var(--tgy-green)
}
.tgy-direct-order-form .tgy-quantity-step:focus-visible {
  outline: 3px solid rgba(14, 121, 102, 0.2);
  outline-offset: -3px
}
.tgy-direct-order-form .tgy-quantity-input:focus-visible {
  outline: 3px solid rgba(14, 121, 102, 0.2);
  outline-offset: -3px
}
.tgy-product-availability {
  margin: 10px 0 0;
  border: 1px solid var(--tgy-danger-border);
  border-radius: 8px;
  background: var(--tgy-danger-surface);
  padding: 10px 12px;
  color: var(--tgy-danger);
  font-weight: 750;
  line-height: 1.45
}
.tgy-direct-order-form :is(.tgy-quantity-step, .tgy-quantity-input, .tgy-add-to-cart-button, .tgy-buy-now-button):disabled {
  cursor: not-allowed;
  opacity: 0.56
}
.tgy-direct-order-form :is(.tgy-quantity-step, .tgy-add-to-cart-button, .tgy-buy-now-button):disabled:hover {
  transform: none
}
.woocommerce .tgy-direct-order-form .tgy-add-to-cart-button.button {
  border: 1px solid var(--tgy-border-strong);
  background: var(--tgy-canvas);
  color: var(--tgy-green)
}
.woocommerce .tgy-direct-order-form .tgy-add-to-cart-button.button:hover {
  border-color: var(--tgy-green);
  background: var(--tgy-surface-mint);
  color: var(--tgy-green)
}
.tgy-direct-order-form .single_add_to_cart_button.button.alt {
  border-color: var(--tgy-green);
  background: var(--tgy-green);
  color: var(--tgy-on-brand)
}
.tgy-direct-order-form .single_add_to_cart_button.button.alt:hover {
  border-color: var(--tgy-brand-dark);
  background: var(--tgy-brand-dark);
  color: var(--tgy-on-brand)
}
.tgy-product-info-section {
  border-top: 1px solid var(--tgy-line);
  background: var(--tgy-canvas);
  padding: 0 0 64px
}
.tgy-product-tabs a:hover {
  border-color: var(--tgy-green);
  color: var(--tgy-green)
}
.tgy-product-tabs a:focus-visible {
  border-color: var(--tgy-green);
  color: var(--tgy-green)
}
.tgy-product-info-panel {
  scroll-margin-top: calc(var(--tgy-sticky-top) + 16px);
  border: 1px solid var(--tgy-line);
  border-radius: 8px;
  background: var(--tgy-canvas);
  padding: 24px
}
.tgy-product-info-panel--main {
  border: 0;
  background: transparent;
  padding: 0
}
.tgy-product-info-panel--details {
  border: 0;
  background: transparent;
  padding: 0
}
.tgy-product-info-panel--reviews {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0
}
.tgy-main-image-slide {
  display: none;
  width: 100%;
  height: 100%;
  margin: 0;
  place-items: center
}
.tgy-main-image-slide.is-active {
  display: grid
}
.tgy-main-image-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain
}
.tgy-main-image-button svg {
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  overflow: visible;
  pointer-events: none;
  transform-origin: center
}
.tgy-main-image-button path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.6;
  vector-effect: non-scaling-stroke
}
.tgy-main-image-button polyline {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.6;
  vector-effect: non-scaling-stroke
}
.tgy-main-image-button:hover {
  border-color: var(--tgy-green);
  background: #f4fbf8;
  box-shadow: 0 17px 36px rgba(18, 39, 52, 0.16);
  transform: translateY(-50%) scale(1.04)
}
.tgy-main-image-button:focus {
  outline: none
}
.tgy-main-image-button:focus-visible {
  border-color: var(--tgy-green);
  background: #f4fbf8;
  box-shadow: 0 17px 36px rgba(18, 39, 52, 0.16);
  transform: translateY(-50%) scale(1.04);
  outline: 3px solid rgba(23, 107, 92, 0.18);
  outline-offset: 3px
}
.tgy-info-heading {
  display: grid;
  gap: 6px;
  margin-bottom: 18px
}
.tgy-info-heading span {
  color: var(--tgy-green);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase
}
.tgy-info-heading h2 {
  margin: 0;
  color: var(--tgy-ink);
  font-size: 28px;
  line-height: 1.08
}
.tgy-review-meta {
  grid-area: meta;
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: 9px
}
.tgy-review-avatar {
  display: inline-grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  place-items: center;
  border-radius: 50%;
  background: #eef6f2;
  color: var(--tgy-green);
  font-size: 13px;
  font-weight: 900
}
.tgy-review-author {
  display: grid;
  min-width: 0;
  gap: 1px
}
.tgy-review-card strong {
  color: var(--tgy-ink);
  font-size: 13px;
  line-height: 1.25
}
.tgy-review-card small {
  color: var(--tgy-muted);
  font-size: 12px
}
.tgy-review-card p {
  color: var(--tgy-muted);
  font-size: 12px;
  margin: 0
}
.tgy-review-copy {
  grid-area: copy;
  color: var(--tgy-soft-ink);
  font-size: 14px;
  line-height: 1.55
}
.tgy-review-copy > :first-child {
  margin-top: 0
}
.tgy-review-copy > :last-child {
  margin-bottom: 0
}
.tgy-review-rating {
  grid-area: rating;
  color: var(--tgy-warning);
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 1.2
}
.tgy-review-images {
  grid-area: images;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 5px
}
.tgy-review-images img {
  display: block;
  width: 72px;
  height: 72px;
  object-fit: cover
}
.has-tgy-review-lightbox {
  overflow: hidden
}
.tgy-review-lightbox[hidden] {
  display: none
}
.tgy-review-lightbox {
  position: fixed;
  inset: 0;
  z-index: var(--tgy-z-modal);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(12, 28, 38, 0.72);
  padding:
    calc(42px + var(--tgy-safe-top))
    calc(42px + var(--tgy-safe-right))
    calc(42px + var(--tgy-safe-bottom))
    calc(42px + var(--tgy-safe-left));
  animation: tgy-review-lightbox-enter var(--tgy-motion-modal) var(--tgy-ease-standard) both
}

@keyframes tgy-review-lightbox-enter {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tgy-review-lightbox-frame {
  position: relative;
  display: flex;
  max-width: min(86vw, 900px);
  max-height: min(86vh, 900px);
  align-items: center;
  justify-content: center
}
.tgy-review-lightbox-image {
  display: block;
  max-width: 100%;
  max-height: 86vh;
  border-radius: 8px;
  background: var(--tgy-canvas);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32)
}
.tgy-review-lightbox-status {
  max-width: min(420px, calc(100vw - var(--tgy-safe-left) - var(--tgy-safe-right) - 48px));
  margin: 0;
  border: 1px solid var(--tgy-border-strong);
  border-radius: 8px;
  background: var(--tgy-canvas);
  padding: 16px 18px;
  color: var(--tgy-text);
  font-weight: 750;
  line-height: 1.5;
  text-align: center
}
.tgy-review-lightbox-status[role="alert"] {
  border-color: var(--tgy-danger-border);
  color: var(--tgy-danger)
}
.tgy-review-lightbox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  display: inline-flex;
  width: var(--tgy-touch-target);
  height: var(--tgy-touch-target);
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: var(--tgy-canvas);
  color: var(--tgy-ink);
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22)
}
.tgy-review-lightbox-close .dashicons {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1
}
.tgy-review-lightbox-close:hover {
  color: var(--tgy-green);
  outline: none
}
.tgy-review-lightbox-close:focus-visible {
  color: var(--tgy-green);
  outline: var(--tgy-focus-width) solid var(--tgy-focus-ring);
  outline-offset: var(--tgy-focus-offset)
}
.tgy-review-form {
  display: grid;
  gap: 16px;
  margin-top: 18px;
  border: 1px solid var(--tgy-line);
  border-radius: 8px;
  background: var(--tgy-surface-soft);
  padding: 18px
}
.tgy-review-form-head {
  display: grid;
  gap: 4px
}
.tgy-review-form-head strong {
  color: var(--tgy-ink);
  font-size: 18px
}
.tgy-review-form-head span {
  color: var(--tgy-muted)
}
.tgy-review-form label span {
  color: var(--tgy-muted)
}
.tgy-review-form label {
  display: grid;
  gap: 8px;
  color: var(--tgy-ink);
  font-weight: 800
}
.tgy-review-form select {
  width: 100%;
  border: 1px solid var(--tgy-line);
  border-radius: 8px;
  background: var(--tgy-canvas);
  color: var(--tgy-ink);
  font: inherit;
  padding: 12px
}
.tgy-review-form input[type="file"] {
  width: 100%;
  border: 1px solid var(--tgy-line);
  border-radius: 8px;
  background: var(--tgy-canvas);
  color: var(--tgy-ink);
  font: inherit;
  padding: 12px
}
.tgy-review-form textarea {
  width: 100%;
  border: 1px solid var(--tgy-line);
  border-radius: 8px;
  background: var(--tgy-canvas);
  color: var(--tgy-ink);
  font: inherit;
  padding: 12px;
  resize: vertical;
  min-height: 132px
}
.tgy-review-form button {
  justify-self: start;
  border: 0;
  border-radius: 8px;
  background: var(--tgy-green);
  color: var(--tgy-on-brand);
  cursor: pointer;
  font-weight: 900;
  padding: 13px 22px
}
.tgy-detail-image-frame img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain
}
.tgy-product-copy {
  color: var(--tgy-soft-ink);
  line-height: 1.7
}
.tgy-product-copy > :first-child {
  margin-top: 0
}
.tgy-product-copy > :last-child {
  margin-bottom: 0
}
.tgy-detail-panels dl {
  display: grid;
  gap: 8px;
  margin: 12px 0 0
}
.tgy-detail-panels dl div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid var(--tgy-line);
  padding-top: 8px
}
.tgy-detail-panels dt {
  color: var(--tgy-muted);
  font-weight: 800
}
.tgy-detail-panels dd {
  margin: 0;
  color: var(--tgy-ink);
  font-weight: 850;
  text-align: right
}
.tgy-rules-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: 12px
}
.tgy-rules-grid article {
  border: 1px solid var(--tgy-line);
  border-radius: 8px;
  background: var(--tgy-surface-soft);
  padding: 16px
}
.tgy-rules-grid strong {
  color: var(--tgy-ink);
  font-size: 16px
}
.tgy-rules-grid p {
  margin: 8px 0 0;
  color: var(--tgy-soft-ink);
  line-height: 1.6
}
.tgy-search-summary {
  margin: 8px 0 0;
  color: var(--tgy-green);
  font-weight: 850
}
.tgy-empty-search {
  grid-column: 1 / -1;
  border: 1px solid var(--tgy-line);
  border-radius: 8px;
  background: var(--tgy-surface-soft);
  padding: 20px
}
.tgy-empty-search strong {
  color: var(--tgy-ink);
  font-size: 18px
}
.tgy-empty-search p {
  margin: 8px 0 0;
  color: var(--tgy-muted)
}
.tgy-page-title {
  padding: 44px 0 20px
}
.tgy-order-terms h2 {
  margin: 0 0 10px
}
.tgy-order-terms {
  border: 1px solid var(--tgy-line);
  border-radius: var(--tgy-radius);
  background: var(--tgy-panel);
  box-shadow: var(--tgy-shadow);
  padding: 22px;
  margin: 24px 0
}
.tgy-order-terms-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 14px 0
}
.tgy-order-terms-grid span {
  display: grid;
  gap: 4px;
  border: 1px solid var(--tgy-line);
  border-radius: 8px;
  background: var(--tgy-surface-soft);
  padding: 14px
}
.tgy-order-terms-grid strong {
  color: var(--tgy-muted);
  font-size: 12px;
  text-transform: uppercase
}
.tgy-mmg-transfer-fields {
  border: 1px solid var(--tgy-brand-border-soft);
  border-radius: var(--tgy-radius);
  background: var(--tgy-green-soft);
  color: var(--tgy-soft-ink);
  padding: 14px 16px
}
.tgy-mmg-instructions {
  border: 1px solid var(--tgy-brand-border-soft);
  border-radius: var(--tgy-radius);
  background: var(--tgy-green-soft);
  color: var(--tgy-soft-ink);
  padding: 14px 16px
}
.tgy-mmg-transfer-fields :is(ul, ol) {
  margin: 10px 0 0;
  padding-left: 18px
}
.tgy-mmg-instructions :is(ul, ol) {
  margin: 10px 0 0;
  padding-left: 18px
}
.tgy-mmg-transfer-fields li {
  margin: 6px 0
}
.tgy-mmg-instructions li {
  margin: 6px 0
}

body.woocommerce-checkout #payment ul.payment_methods > li.wc_payment_method > label {
  display: inline-flex;
  min-height: var(--tgy-touch-target);
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer
}

body.woocommerce-checkout #payment ul.payment_methods > li.wc_payment_method > input.input-radio {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px
}

body.woocommerce-checkout #payment .form-row.place-order :is(
  .woocommerce-privacy-policy-text,
  .tgy-checkout-consent
) a {
  display: inline;
  min-height: 0;
  padding: 0;
  vertical-align: baseline
}

body.woocommerce-checkout #payment .form-row.place-order .tgy-checkout-policy-links {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
  margin-top: 8px;
  font-size: 14px
}

body.woocommerce-checkout #payment .form-row.place-order .tgy-checkout-policy-links a {
  display: inline-flex;
  min-height: var(--tgy-touch-target, 44px);
  align-items: center;
  padding: 8px 0;
  line-height: 1.5
}

.tgy-checkout-review-state[hidden],
.tgy-checkout-review-state button[hidden] {
  display: none !important
}

.tgy-checkout-review-state:not([hidden]) {
  margin-bottom: 16px;
  border: 1px solid var(--tgy-border);
  padding: 16px;
  font-size: 16px;
  line-height: 1.5
}

.tgy-checkout-review-state p {
  margin: 0 0 8px
}

.tgy-checkout-review-state button {
  min-height: 44px;
  white-space: normal
}

body.woocommerce-checkout #payment .form-row.place-order .tgy-checkout-consent label {
  min-height: var(--tgy-touch-target)
}

body.woocommerce-checkout #payment .form-row.place-order .tgy-checkout-consent input[type="checkbox"] {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px
}

@media (max-width: 900px) {
  body.woocommerce-checkout .woocommerce form .form-row :is(
    input.input-text,
    select,
    textarea
  ) {
    font-size: 16px
  }

  body.woocommerce-checkout :is(input, select, textarea, button, a):focus {
    scroll-margin-top: max(24px, env(safe-area-inset-top, 0px));
    scroll-margin-bottom: max(160px, 45dvh, env(safe-area-inset-bottom, 0px))
  }

  body.woocommerce-checkout #order_comments_field {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px
  }
}
.tgy-product-detail--commerce {
  padding: 34px 0 64px;
  padding: var(--tgy-space-12) 0 var(--tgy-space-16)
}
.tgy-container.tgy-product-commerce-layout {
  display: grid;
  width: min(1180px, calc(100% - 64px));
  grid-template-columns: minmax(0, 640px) minmax(380px, 420px);
  justify-content: center;
  gap: clamp(40px, 5vw, 64px);
  align-items: start;
}
.tgy-main-image-carousel {
  position: relative;
  width: min(100%, 620px);
  margin-inline: auto
}
.tgy-main-image-viewport {
  display: grid;
  width: min(100%, 520px);
  margin-inline: auto;
  aspect-ratio: 1 / 1;
  border: 1px solid var(--tgy-border);
  border-radius: 14px;
  background: #fbfbfa;
  overflow: hidden;
  box-shadow: none
}
.tgy-main-image-button {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  box-sizing: border-box;
  width: var(--tgy-touch-target);
  height: var(--tgy-touch-target);
  align-items: center;
  justify-content: center;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #d3e3df;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  color: var(--tgy-green);
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(18, 39, 52, 0.12);
  font-size: 0;
  font-weight: 900;
  line-height: 0;
  padding: 0;
  text-indent: 0;
  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),
    color var(--tgy-motion-feedback) var(--tgy-ease-standard),
    transform var(--tgy-motion-feedback) var(--tgy-ease-standard);
  border-color: var(--tgy-border-strong);
  box-shadow: 0 12px 28px rgba(20, 44, 56, 0.11)
}
.tgy-main-image-button .dashicons {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1
}
.tgy-main-image-button.prev {
  left: 8px
}
.tgy-main-image-button.next {
  right: 8px
}
.tgy-main-image-count {
  position: absolute;
  bottom: 14px;
  border-radius: 999px;
  background: rgba(18, 39, 52, 0.72);
  color: var(--tgy-on-brand);
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 850;
  right: max(12px, calc((100% - 520px) / 2 + 12px));
  border-radius: 6px;
  background: rgba(17, 42, 56, 0.78)
}
.tgy-product-tabs {
  display: flex;
  width: min(100%, 620px);
  margin-inline: auto;
  border-bottom: 1px solid var(--tgy-line);
  background: var(--tgy-canvas);
  gap: var(--tgy-space-5);
  margin-top: 0;
  padding-top: 0
}
.tgy-product-tabs a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  border-bottom: 3px solid transparent;
  color: var(--tgy-soft-ink);
  padding: 0 18px;
  font-size: 15px;
  font-weight: 850;
  min-height: 50px;
  padding: 0 3px
}
.tgy-product-info-grid {
  display: grid;
  gap: 0;
  padding-top: 24px;
  padding-top: 0
}
.tgy-product-info-panel:not(.tgy-product-info-panel--main):not(.tgy-product-info-panel--details) {
  padding: var(--tgy-space-6) 0
}
.tgy-product-summary--sticky {
  position: sticky;
  z-index: var(--tgy-z-sticky);
  top: var(--tgy-sticky-top);
  display: flex;
  flex-direction: column;
  max-width: none;
  max-height: calc(100dvh - var(--tgy-sticky-top) - 32px - var(--tgy-space-12));
  overflow: visible;
  padding: 4px 0 0
}
.tgy-product-summary .tgy-product-summary-title {
  margin: 0;
  font-size: 24px;
  font-weight: 850;
  line-height: 1.18
}
.tgy-product-summary-head {
  display: grid;
  gap: 6px;
  margin-bottom: var(--tgy-space-4)
}
.tgy-product-summary-brand {
  color: var(--tgy-muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase
}
.tgy-product-review-link {
  display: inline-flex;
  width: fit-content;
  min-height: var(--tgy-touch-target);
  align-items: center;
  color: var(--tgy-brand);
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(23, 107, 92, 0.3);
  text-underline-offset: 3px
}
.tgy-live-price-card > strong {
  display: block;
  line-height: 1;
  color: var(--tgy-price-accent);
  font-size: 26px
}
.tgy-service-promises {
  display: flex;
  flex: 0 0 auto;
  min-height: 34px;
  align-items: center;
  color: var(--tgy-green);
  margin-top: 2px
}
.tgy-service-promise-icon {
  position: relative;
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d7e5e7;
  border-radius: 999px;
  background: var(--tgy-canvas);
  color: var(--tgy-green);
  cursor: help;
  font: inherit;
  padding: 0;
  transition:
    border-color var(--tgy-motion-feedback) var(--tgy-ease-standard),
    background 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);
  width: var(--tgy-touch-target);
  height: var(--tgy-touch-target);
  border-color: var(--tgy-border)
}
.tgy-service-promise-icon .dashicons {
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 1
}
.tgy-cart-icon {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1
}
.tgy-order-divider {
  flex: 0 0 auto;
  height: 1px;
  margin: 2px 0 4px;
  background: linear-gradient(90deg, rgba(203, 221, 224, 0), rgba(203, 221, 224, 0.95), rgba(203, 221, 224, 0));
  margin: var(--tgy-space-3) 0 var(--tgy-space-2);
  background: var(--tgy-border)
}
.tgy-direct-order-scroll {
  display: grid;
  flex: 0 1 auto;
  max-height: min(38dvh, 360px);
  align-content: start;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 6px;
  padding-bottom: 4px;
  scrollbar-color: rgba(23, 107, 92, 0.42) rgba(201, 220, 224, 0.45);
  scrollbar-width: thin;
  gap: var(--tgy-space-4);
}
.tgy-option-group {
  display: grid;
  gap: 6px;
  justify-items: start;
  gap: var(--tgy-space-2)
}
.tgy-option-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-width: 0;
  white-space: nowrap;
  flex: 0 0 auto;
  box-sizing: border-box;
  width: auto;
  inline-size: auto;
  max-inline-size: 100%;
  min-height: var(--tgy-touch-target);
  border: 1px solid #c9dce0;
  border-radius: 8px;
  background: var(--tgy-canvas);
  padding: 7px 11px;
  color: var(--tgy-ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition:
    border-color var(--tgy-motion-feedback) var(--tgy-ease-standard),
    background 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);
  border-color: var(--tgy-border-strong);
  padding: 9px 13px
}
.tgy-route-chip {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-width: 0;
  min-height: var(--tgy-touch-target);
  padding: 7px 12px;
  text-align: center;
  white-space: nowrap;
  flex: 0 0 auto;
  box-sizing: border-box;
  width: auto;
  inline-size: auto;
  max-inline-size: 100%;
  border: 1px solid #c9dce0;
  border-radius: 8px;
  background: var(--tgy-canvas);
  padding: 7px 11px;
  color: var(--tgy-ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition:
    border-color var(--tgy-motion-feedback) var(--tgy-ease-standard),
    background 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);
  border-color: var(--tgy-border-strong);
  padding: 9px 14px
}
.tgy-option-chip.is-selected {
  border-color: var(--tgy-green);
  background: var(--tgy-surface-mint);
  box-shadow: 0 0 0 2px rgba(14, 121, 102, 0.13);
  background: var(--tgy-surface-mint);
  box-shadow: 0 0 0 2px rgba(23, 107, 92, 0.1)
}
.tgy-route-chip.is-selected {
  border-color: var(--tgy-green);
  background: var(--tgy-surface-mint);
  box-shadow: 0 0 0 2px rgba(14, 121, 102, 0.13);
  background: var(--tgy-surface-mint);
  box-shadow: 0 0 0 2px rgba(23, 107, 92, 0.1)
}
.tgy-direct-order-bottom {
  position: relative;
  z-index: 3;
  display: grid;
  flex: 0 0 auto;
  margin-top: 2px;
  border-top: 1px solid var(--tgy-border);
  gap: var(--tgy-space-3);
  background: var(--tgy-canvas);
  padding-top: var(--tgy-space-4);
  padding-bottom: var(--tgy-space-2);
  box-shadow: none
}
.tgy-direct-order-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  gap: var(--tgy-space-3)
}
.tgy-direct-order-actions button {
  width: 100%;
  min-height: 42px;
  min-height: 46px
}
.tgy-review-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--tgy-line);
  border-top-color: var(--tgy-border)
}
.tgy-review-card {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  grid-template-areas:
    "meta rating"
    "meta copy"
    "meta images";
  gap: 5px 18px;
  border: 0;
  border-bottom: 1px solid var(--tgy-line);
  border-radius: 0;
  background: transparent;
  padding: 14px 0;
  grid-template-columns: 128px minmax(0, 1fr);
  padding: 16px 0
}
.tgy-review-images a {
  display: block;
  border: 1px solid var(--tgy-line);
  border-radius: 6px;
  background: var(--tgy-canvas);
  cursor: zoom-in;
  overflow: hidden;
  border-color: var(--tgy-border)
}
.tgy-detail-image-stack {
  display: grid;
  width: 100%;
  gap: 0
}
.tgy-detail-image-frame {
  display: block;
  aspect-ratio: auto;
  margin: 0;
  border-radius: 0;
  background: transparent;
  overflow: hidden;
  border-color: var(--tgy-border);
  box-shadow: none
}
.tgy-product-info-panel#tgy-product-rules {
  border: 0;
  border-radius: 0;
  background: transparent;
  margin-top: 0;
  padding: 8px 0
}
.tgy-product-info-panel#tgy-product-rules .tgy-rules-grid {
  grid-template-columns: minmax(0, 1fr);
  gap: 0
}
.tgy-product-info-panel#tgy-product-rules .tgy-rules-grid article {
  display: grid;
  grid-template-columns: minmax(72px, 1fr) minmax(0, 3fr);
  align-items: baseline;
  gap: 4px 12px;
  border: 0;
  border-top: 1px solid var(--tgy-border);
  border-radius: 0;
  background: transparent;
  padding: 8px 0
}
.tgy-product-info-panel#tgy-product-rules .tgy-rules-grid :is(strong, p) {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  overflow-wrap: anywhere
}
.tgy-product-public-information > summary {
  min-height: 44px;
  padding-block: 12px;
  color: var(--tgy-brand-dark);
  font-size: 13px;
  line-height: 20px;
  cursor: pointer
}
.tgy-product-public-information[hidden] {
  display: none !important
}
.tgy-product-public-information-content {
  min-width: 0;
  font-size: 14px;
  line-height: 1.5;
  overflow-wrap: anywhere
}
.tgy-review-empty,
.tgy-review-guidance {
  margin: 8px 0;
  color: var(--tgy-muted);
  font-size: 14px;
  line-height: 1.5
}
.tgy-product-info-panel--reviews .tgy-info-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 4px 12px
}
.tgy-product-info-panel--reviews .tgy-info-heading h2 {
  font-size: 18px;
  line-height: 1.3
}
.tgy-review-guidance a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--tgy-brand-dark);
  text-underline-offset: 3px
}
.tgy-review-view-all,
.tgy-product-reviews-back {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 6px;
  color: var(--tgy-brand-dark);
  font-size: 13px;
  line-height: 1.4;
  text-underline-offset: 3px
}
.tgy-product-reviews-page {
  max-width: 760px;
  padding-block: 16px 32px
}
.tgy-product-reviews-page-head h1 {
  margin: 8px 0;
  font-size: 24px;
  line-height: 1.3
}
.tgy-product-reviews-page-head p {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--tgy-text-soft);
  overflow-wrap: anywhere
}
.tgy-review-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px 12px;
  margin-block: 16px;
  font-size: 13px
}
.tgy-review-pagination a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--tgy-brand-dark);
  text-underline-offset: 3px
}
.tgy-commerce-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--tgy-space-8);
  margin-bottom: var(--tgy-space-8);
  border-bottom: 1px solid var(--tgy-border);
  padding-bottom: var(--tgy-space-6)
}
.tgy-commerce-head .tgy-page-intro {
  margin-bottom: 0
}
.woocommerce-cart .tgy-commerce-band {
  padding: var(--tgy-space-8) 0 var(--tgy-space-12)
}
.woocommerce-cart .tgy-commerce-head {
  gap: var(--tgy-space-6);
  margin-bottom: var(--tgy-space-6);
  padding-bottom: var(--tgy-space-4)
}
.woocommerce-cart .tgy-commerce-layout {
  row-gap: var(--tgy-space-6)
}
.woocommerce-cart .tgy-commerce-main .woocommerce-notices-wrapper:empty {
  display: none;
  margin-bottom: 0
}
body.woocommerce-checkout .tgy-commerce-band {
  padding: var(--tgy-space-8) 0 var(--tgy-space-12)
}
body.woocommerce-checkout .tgy-commerce-head {
  gap: var(--tgy-space-6);
  margin-bottom: var(--tgy-space-6);
  padding-bottom: var(--tgy-space-4)
}
body.woocommerce-checkout .tgy-commerce-layout {
  row-gap: var(--tgy-space-6)
}
body.woocommerce-checkout .tgy-commerce-main .woocommerce-notices-wrapper:empty {
  display: none;
  margin-bottom: 0
}
.tgy-commerce-steps {
  display: flex;
  align-items: center;
  gap: var(--tgy-space-2);
  color: var(--tgy-text-soft);
  font-size: 12px;
  font-weight: 750
}
.tgy-commerce-step {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--tgy-border);
  border-radius: 6px;
  background: var(--tgy-canvas);
  padding: 0 10px
}
.tgy-commerce-step.is-current {
  border-color: rgba(23, 107, 92, 0.28);
  background: var(--tgy-surface-mint);
  color: var(--tgy-brand-dark)
}
.tgy-commerce-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: var(--tgy-space-8);
  align-items: start
}
.tgy-commerce-main {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none
}
.tgy-empty-state {
  display: grid;
  min-height: 220px;
  place-content: center;
  justify-items: center;
  gap: var(--tgy-space-4);
  border-top: 1px solid var(--tgy-border);
  border-bottom: 1px solid var(--tgy-border);
  background: transparent;
  padding: var(--tgy-space-12) var(--tgy-space-8);
  color: var(--tgy-muted);
  text-align: center
}
.tgy-empty-state :is(h1, h2) {
  margin: 0;
  font-size: 32px;
  line-height: 1.06
}

.tgy-commerce-help summary {
  min-height: 44px;
  padding-block: 12px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer
}

.tgy-commerce-layout.is-empty {
  grid-template-columns: minmax(0, 1fr)
}

@media (min-width: 1041px) {
  .tgy-container.tgy-product-commerce-layout {
    row-gap: var(--tgy-space-6);
  }

  .tgy-container.tgy-product-commerce-layout
    > .tgy-product-commerce-main:not(.tgy-product-commerce-main--details) {
    grid-column: 1;
    grid-row: 1;
  }

  .tgy-container.tgy-product-commerce-layout > .tgy-product-commerce-aside {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .tgy-container.tgy-product-commerce-layout > .tgy-product-commerce-main--details {
    grid-column: 1;
    grid-row: 2;
  }

  .tgy-commerce-layout.is-empty .tgy-empty-state {
    min-height: 260px
  }
}
.woocommerce table.shop_table {
  border: 1px solid var(--tgy-line);
  border-radius: var(--tgy-radius);
  overflow: hidden;
  border-color: var(--tgy-border);
  background: var(--tgy-canvas)
}
.woocommerce-cart .woocommerce-cart-form table.shop_table {
  display: block;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent
}
.woocommerce-cart .woocommerce-cart-form table.shop_table thead {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0
}
.woocommerce-cart .woocommerce-cart-form table.shop_table tbody {
  display: grid;
  gap: var(--tgy-space-3)
}
.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item {
  position: relative;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) 116px 128px;
  grid-template-areas:
    "thumbnail name price subtotal"
    "thumbnail name quantity subtotal";
  gap: var(--tgy-space-4);
  align-items: center;
  border: 1px solid var(--tgy-border);
  border-radius: 8px;
  background: var(--tgy-canvas);
  padding: var(--tgy-space-4)
}
.woocommerce-cart .woocommerce-cart-form .product-thumbnail {
  grid-area: thumbnail
}
.woocommerce-cart .woocommerce-cart-form .product-name {
  grid-area: name
}
.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item td {
  display: block;
  border: 0;
  padding: 0
}
.woocommerce-cart .woocommerce-cart-form .product-remove {
  position: absolute;
  top: 8px;
  right: 8px
}
.woocommerce-cart .woocommerce-cart-form .product-remove a.remove {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: var(--tgy-text-soft) !important;
  font-size: 20px;
  line-height: 1
}
.woocommerce-cart .woocommerce-cart-form .product-remove a.remove:focus-visible {
  outline: var(--tgy-focus-width) solid var(--tgy-focus-ring);
  outline-offset: var(--tgy-focus-offset)
}
.woocommerce-cart .woocommerce-cart-form .product-thumbnail img {
  width: 96px;
  height: 96px;
  border: 1px solid var(--tgy-border);
  border-radius: 6px;
  object-fit: contain
}
.woocommerce-cart .woocommerce-cart-form .product-name > a {
  display: block;
  margin-bottom: 6px;
  color: var(--tgy-text);
  font-size: 16px;
  font-weight: 850
}
.woocommerce-cart .woocommerce-cart-form .product-name dl.variation {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 3px 7px;
  margin: 0;
  color: var(--tgy-text-soft);
  font-size: 12px
}
.woocommerce-cart .woocommerce-cart-form .product-name dl.variation dt {
  float: none;
  clear: none;
  margin: 0;
  padding: 0
}
.woocommerce-cart .woocommerce-cart-form .product-name dl.variation dd {
  float: none;
  clear: none;
  margin: 0;
  padding: 0
}
.woocommerce-cart .woocommerce-cart-form .product-name dl.variation .variation-Fullunitprice {
  display: none
}
.woocommerce-cart .woocommerce-cart-form .product-name dl.variation .variation-Payment {
  display: none
}
.woocommerce-cart .woocommerce-cart-form .product-price {
  grid-area: price;
  display: grid !important;
  align-content: center;
  gap: 4px;
  text-align: right;
  color: var(--tgy-text);
  font-size: 14px;
  font-weight: 800
}
.woocommerce-cart .woocommerce-cart-form .product-price::before {
  display: block;
  color: var(--tgy-text-soft);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  content: attr(data-title)
}
.woocommerce-cart .woocommerce-cart-form .product-quantity::before {
  display: block;
  color: var(--tgy-text-soft);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 4px;
  content: attr(data-title)
}
.woocommerce-cart .woocommerce-cart-form .product-subtotal::before {
  display: block;
  color: var(--tgy-text-soft);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  content: attr(data-title)
}
.woocommerce-cart .woocommerce-cart-form .product-quantity {
  grid-area: quantity;
  align-self: center;
  text-align: right
}
.woocommerce-cart .woocommerce-cart-form .product-quantity .quantity {
  display: inline-grid;
  width: max-content;
  min-height: var(--tgy-touch-target);
  grid-template-columns: var(--tgy-touch-target) 54px var(--tgy-touch-target);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--tgy-border-strong);
  border-radius: 8px;
  background: var(--tgy-canvas);
  vertical-align: middle
}
.woocommerce-cart .woocommerce-cart-form .product-quantity input.qty {
  width: 54px;
  min-height: var(--tgy-touch-target);
  border: 0;
  border-right: 1px solid var(--tgy-border);
  border-left: 1px solid var(--tgy-border);
  border-radius: 0;
  background: var(--tgy-canvas);
  padding: 6px 4px;
  color: var(--tgy-text);
  text-align: center;
  font-weight: 800;
  -moz-appearance: textfield
}
.woocommerce-cart .woocommerce-cart-form .product-quantity input.qty::-webkit-inner-spin-button,
.woocommerce-cart .woocommerce-cart-form .product-quantity input.qty::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none
}
.woocommerce-cart .woocommerce-cart-form .tgy-cart-quantity-step {
  display: grid;
  width: var(--tgy-touch-target);
  min-width: var(--tgy-touch-target);
  min-height: var(--tgy-touch-target);
  place-items: center;
  border: 0;
  border-radius: 0;
  background: var(--tgy-canvas);
  padding: 0;
  color: var(--tgy-green);
  font: inherit;
  font-size: 19px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer
}
.woocommerce-cart .woocommerce-cart-form .tgy-cart-quantity-step:hover:not(:disabled) {
  background: var(--tgy-green-soft)
}
.woocommerce-cart .woocommerce-cart-form .tgy-cart-quantity-step:disabled {
  color: var(--tgy-text-soft);
  opacity: 0.38;
  cursor: not-allowed
}
.woocommerce-cart .woocommerce-cart-form .tgy-cart-quantity-step:focus-visible,
.woocommerce-cart .woocommerce-cart-form .product-quantity input.qty:focus-visible {
  position: relative;
  z-index: 1;
  outline: 3px solid rgba(14, 121, 102, 0.22);
  outline-offset: -3px
}
.woocommerce-cart .woocommerce-cart-form .product-subtotal {
  grid-area: subtotal;
  display: grid !important;
  align-content: center;
  gap: 4px;
  text-align: right;
  color: var(--tgy-text);
  font-size: 14px;
  font-weight: 800;
  color: var(--tgy-price-accent);
  font-size: 16px
}
@media (min-width: 901px) {
  .woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item {
    grid-template-columns:
      96px
      minmax(0, 1fr)
      minmax(116px, max-content)
      minmax(136px, max-content)
  }
  .woocommerce-cart .woocommerce-cart-form .product-name dl.variation {
    grid-template-columns: max-content minmax(0, 1fr);
    align-items: baseline;
    gap: 4px 6px
  }
  .woocommerce-cart .woocommerce-cart-form .product-name dl.variation dt {
    white-space: nowrap
  }
  .woocommerce-cart .woocommerce-cart-form .product-name dl.variation dd {
    min-width: 0
  }
  .woocommerce-cart .woocommerce-cart-form .product-name dl.variation dd p {
    margin: 0;
    line-height: inherit
  }
  .woocommerce-cart .woocommerce-cart-form :is(.product-price, .product-subtotal) {
    min-width: max-content;
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum" 1
  }
  .woocommerce-cart .woocommerce-cart-form :is(.product-price, .product-subtotal) .woocommerce-Price-amount,
  .woocommerce-cart .woocommerce-cart-form :is(.product-price, .product-subtotal) bdi {
    white-space: nowrap
  }
}
@media (min-width: 1200px) {
  .woocommerce-cart .woocommerce-cart-form .product-name dl.variation {
    grid-template-columns: repeat(4, max-content);
    column-gap: 6px
  }
}
.woocommerce-cart .woocommerce-cart-form tr:not(.cart_item) {
  display: block
}
.woocommerce-cart .woocommerce-cart-form tr:not(.cart_item) td.actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--tgy-space-4);
  border: 0;
  padding: var(--tgy-space-4) 0 0
}
.woocommerce-cart .woocommerce-cart-form button[name="update_cart"] {
  display: none !important
}
.woocommerce-cart .tgy-cart-save-status {
  display: none
}
@media (max-width: 900px), (hover: none), (pointer: coarse) {
  .woocommerce-cart .tgy-cart-save-status {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 12px 0 0;
    border: 1px solid var(--tgy-border);
    border-radius: 8px;
    background: var(--tgy-surface-soft);
    padding: 10px 12px;
    color: var(--tgy-text-soft);
    font-size: 14px;
    font-weight: 750
  }
  .woocommerce-cart .tgy-cart-save-status[hidden] {
    display: none
  }
  .woocommerce-cart .tgy-cart-save-status[data-tgy-cart-save-state="error"] {
    border-color: var(--tgy-danger-border);
    background: var(--tgy-danger-surface);
    color: var(--tgy-danger)
  }
  .woocommerce-cart .tgy-cart-save-retry.button {
    min-height: 44px;
    flex: 0 0 auto;
    margin: 0;
    padding: 0 14px
  }
  .woocommerce-cart .tgy-cart-save-retry[hidden] {
    display: none !important
  }
}
html:not(.tgy-cart-quantity-enhanced) body.woocommerce-cart .woocommerce-cart-form tr:has(> td.actions),
html:not(.tgy-cart-quantity-enhanced) body.woocommerce-cart .woocommerce-cart-form tr.tgy-cart-actions-source-row {
  display: block !important
}
html:not(.tgy-cart-quantity-enhanced) body.woocommerce-cart .woocommerce-cart-form td.actions,
html:not(.tgy-cart-quantity-enhanced) body.woocommerce-cart .woocommerce-cart-form td.tgy-cart-actions-source {
  display: flex !important
}
html:not(.tgy-cart-quantity-enhanced) body.woocommerce-cart .woocommerce-cart-form button[name="update_cart"] {
  display: inline-flex !important
}
html:not(.tgy-cart-quantity-enhanced) body.woocommerce-cart .woocommerce-cart-form td.actions .coupon {
  display: none !important
}
.woocommerce-cart .woocommerce-cart-form .coupon {
  display: grid;
  grid-template-columns: minmax(180px, 260px) auto;
  gap: var(--tgy-space-2)
}
.woocommerce-cart .woocommerce-cart-form .coupon input.input-text {
  width: 100% !important;
  min-height: 44px;
  border: 1px solid var(--tgy-border-strong);
  border-radius: 8px;
  padding: 0 12px
}
.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100%;
  float: none;
  margin-top: var(--tgy-space-6);
  border-top: 1px solid var(--tgy-border);
  padding-top: 0
}
.woocommerce-cart .cart-collaterals .cart_totals h2 {
  margin: 0;
  font-size: 24px
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table {
  margin: 0;
  border-radius: 8px
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table :is(th, td) {
  padding: 14px 12px;
  vertical-align: middle
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table td {
  text-align: right
}
.woocommerce-cart .cart-collaterals .cart_totals .tgy-cart-cost-row th {
  color: var(--tgy-text-soft);
  font-weight: 700
}
.woocommerce-cart .cart-collaterals .cart_totals .tgy-cart-cost-row td {
  color: var(--tgy-text);
  font-weight: 700
}
.woocommerce-cart .cart-collaterals .cart_totals .order-total th,
.woocommerce-cart .cart-collaterals .cart_totals .order-total td {
  color: var(--tgy-price-accent);
  font-size: 17px
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  min-height: 52px;
  margin: 0;
  border-radius: 8px;
  background: var(--tgy-brand) !important;
  color: var(--tgy-on-brand) !important;
  font-size: 16px
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: var(--tgy-brand-dark) !important
}
@media (min-width: 769px) {
  .woocommerce-cart .cart-collaterals .cart_totals {
    overflow: hidden;
    margin-top: var(--tgy-space-6);
    border: 1px solid var(--tgy-border);
    border-radius: 8px;
    padding-top: 0;
    background: var(--tgy-panel);
    box-shadow: 0 12px 32px var(--tgy-shadow-color-subtle)
  }
  .woocommerce-cart .cart-collaterals .cart_totals h2 {
    margin: 0;
    border-bottom: 1px solid var(--tgy-border);
    padding: 18px 22px 14px;
    background: var(--tgy-surface-soft);
    color: var(--tgy-text);
    font-size: 22px;
    line-height: 1.25
  }
  .woocommerce-cart .cart-collaterals .cart_totals .shop_table {
    margin: 0;
    border: 0;
    border-radius: 0;
    background: var(--tgy-panel)
  }
  .woocommerce-cart .cart-collaterals .cart_totals .shop_table tr:not(:last-child) {
    border-bottom: 1px solid var(--tgy-border)
  }
  .woocommerce-cart .cart-collaterals .cart_totals .shop_table :is(th, td) {
    border: 0;
    padding: 15px 22px;
    line-height: 1.45
  }
  .woocommerce-cart .cart-collaterals .cart_totals .shop_table th {
    width: 31%;
    color: var(--tgy-text-soft);
    font-size: 13px;
    font-weight: 750;
    letter-spacing: .02em
  }
  .woocommerce-cart .cart-collaterals .cart_totals .cart-subtotal td {
    color: var(--tgy-text);
    font-size: 16px;
    font-weight: 750
  }
  .woocommerce-cart .cart-collaterals .cart_totals tr.woocommerce-shipping-totals :is(th, td) {
    padding-top: 18px;
    padding-bottom: 18px;
    vertical-align: top
  }
  .woocommerce-cart .cart-collaterals .cart_totals ul#shipping_method {
    display: grid;
    justify-items: end;
    gap: 8px;
    margin: 0 0 10px
  }
  .woocommerce-cart .cart-collaterals .cart_totals ul#shipping_method li {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 9px;
    width: fit-content;
    min-width: 230px;
    margin: 0;
    border: 1px solid var(--tgy-border);
    border-radius: 7px;
    padding: 9px 11px;
    background: var(--tgy-surface-soft);
    color: var(--tgy-text)
  }
  .woocommerce-cart .cart-collaterals .cart_totals ul#shipping_method li:has(input:checked) {
    border-color: var(--tgy-success-border);
    background: var(--tgy-success-surface);
    box-shadow: inset 3px 0 0 var(--tgy-brand)
  }
  .woocommerce-cart .cart-collaterals .cart_totals ul#shipping_method input {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: var(--tgy-brand)
  }
  .woocommerce-cart .cart-collaterals .cart_totals ul#shipping_method label {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 650
  }
  .woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination {
    margin: 12px 0 4px;
    color: var(--tgy-text-soft);
    font-size: 13px;
    line-height: 1.5
  }
  .woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination strong {
    color: var(--tgy-text);
    font-weight: 750
  }
  .woocommerce-cart .cart-collaterals .cart_totals .shipping-calculator-button {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    margin-top: 4px;
    border-radius: 6px;
    padding: 0 10px;
    color: var(--tgy-brand);
    font-size: 13px;
    font-weight: 750;
    text-decoration: none
  }
  .woocommerce-cart .cart-collaterals .cart_totals .shipping-calculator-button:hover {
    background: var(--tgy-surface-mint);
    color: var(--tgy-brand-dark)
  }
  .woocommerce-cart .cart-collaterals .cart_totals .shipping-calculator-button:focus-visible {
    outline: var(--tgy-focus-width) solid var(--tgy-focus-ring);
    outline-offset: 1px
  }
  .woocommerce-cart .cart-collaterals .cart_totals .tgy-cart-cost-row :is(th, td) {
    padding-top: 12px;
    padding-bottom: 12px;
    background: var(--tgy-surface-soft);
    font-size: 13px
  }
  .woocommerce-cart .cart-collaterals .cart_totals .order-total :is(th, td) {
    border-top: 1px solid var(--tgy-border-strong);
    padding-top: 18px;
    padding-bottom: 18px;
    background: var(--tgy-gold-soft);
    color: var(--tgy-price-accent);
    font-size: 18px;
    font-weight: 800
  }
  .woocommerce-cart .cart-collaterals .cart_totals .order-total td strong {
    color: inherit;
    font-size: 20px
  }
  .woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    margin: 0;
    border-top: 1px solid var(--tgy-border);
    padding: 16px 22px 20px;
    background: var(--tgy-panel)
  }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    min-height: 52px;
    box-shadow: 0 8px 20px rgba(23, 107, 92, .16);
    transition: background-color .18s ease, box-shadow .18s ease, transform .18s ease
  }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    box-shadow: 0 10px 24px rgba(23, 107, 92, .22);
    transform: translateY(-1px)
  }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus-visible {
    outline: var(--tgy-focus-width) solid var(--tgy-focus-ring);
    outline-offset: var(--tgy-focus-offset)
  }
}
.woocommerce-checkout .col2-set .col-1 {
  width: 100%;
  float: none
}
.woocommerce-checkout .col2-set .col-2 {
  width: 100%;
  float: none
}
.woocommerce-checkout .col2-set {
  display: grid;
  gap: var(--tgy-space-6)
}
.woocommerce-checkout #order_review_heading {
  margin: var(--tgy-space-6) 0 var(--tgy-space-3)
}
.woocommerce-checkout .woocommerce-checkout-review-order-table {
  table-layout: auto
}
.woocommerce-checkout .woocommerce-checkout-review-order-table :is(th, td) {
  vertical-align: middle
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name {
  width: 70%
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tbody .cart_item .product-name {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  grid-template-areas:
    "image title quantity"
    "image meta meta";
  gap: 7px 12px;
  align-items: start;
  padding-top: var(--tgy-space-4);
  padding-bottom: var(--tgy-space-4)
}
.tgy-checkout-product-thumb {
  display: grid;
  width: 72px;
  height: 72px;
  grid-area: image;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--tgy-border);
  border-radius: 6px;
  background: var(--tgy-canvas)
}
.tgy-checkout-product-thumb .tgy-checkout-product-image {
  width: 100%;
  height: 100%;
  object-fit: contain
}
.tgy-checkout-product-title {
  min-width: 0;
  grid-area: title;
  color: var(--tgy-text);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.3;
  overflow-wrap: anywhere
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-quantity {
  display: inline-flex;
  min-width: 30px;
  min-height: 26px;
  grid-area: quantity;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--tgy-border);
  border-radius: 999px;
  background: var(--tgy-surface-soft);
  padding: 2px 8px;
  color: var(--tgy-text-soft);
  font-size: 12px;
  line-height: 1
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name dl.variation {
  display: grid;
  min-width: 0;
  grid-area: meta;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 3px 7px;
  margin: 0;
  color: var(--tgy-text-soft);
  font-size: 12px;
  line-height: 1.45
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name dl.variation :is(dt, dd) {
  float: none;
  clear: none;
  margin: 0;
  padding: 0
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name dl.variation dt {
  color: var(--tgy-text);
  font-weight: 750
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name dl.variation dd {
  min-width: 0;
  overflow-wrap: anywhere
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name dl.variation :is(.variation-Fullunitprice, .variation-Payment) {
  display: none
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total {
  width: 30%;
  color: var(--tgy-price-accent);
  font-weight: 850;
  text-align: right;
  white-space: nowrap
}
.woocommerce-checkout #payment {
  margin-top: var(--tgy-space-4);
  border: 1px solid var(--tgy-border);
  border-radius: 8px;
  background: var(--tgy-surface-soft)
}
.woocommerce-checkout #payment ul.payment_methods {
  display: grid;
  gap: 10px;
  margin: 0;
  border: 0;
  padding: 14px
}
.woocommerce-checkout #payment ul.payment_methods > li {
  margin: 0;
  border: 1px solid var(--tgy-border);
  border-radius: 8px;
  background: var(--tgy-canvas);
  padding: 13px 14px
}
.woocommerce-checkout #payment div.payment_box {
  margin: 10px 0 0;
  background: transparent;
  padding: 0;
  color: var(--tgy-text)
}
.woocommerce-checkout #payment div.payment_box::before {
  display: none
}
html:not(.tgy-checkout-coupon-enhanced) body.woocommerce-checkout .woocommerce-form-coupon-toggle {
  display: none !important
}
html:not(.tgy-checkout-coupon-enhanced) body.woocommerce-checkout form.checkout_coupon {
  display: flex !important;
  align-items: end;
  flex-wrap: wrap;
  gap: var(--tgy-space-3)
}
html:not(.tgy-checkout-coupon-enhanced) body.woocommerce-checkout form.checkout_coupon .form-row {
  float: none;
  margin: 0
}
html:not(.tgy-checkout-coupon-enhanced) body.woocommerce-checkout form.checkout_coupon .form-row-first {
  flex: 1 1 240px
}
html.tgy-checkout-coupon-enhanced body.woocommerce-checkout :is(
  .woocommerce-form-coupon-toggle,
  #woocommerce-checkout-form-coupon
) {
  display: none !important
}
.tgy-checkout-coupon[hidden] {
  display: none !important
}
.tgy-checkout-coupon:not([hidden]) {
  display: grid;
  gap: 9px;
  margin: 0 0 var(--tgy-space-4);
  border: 1px solid var(--tgy-border);
  border-radius: 8px;
  background: var(--tgy-surface-soft);
  padding: 14px
}
.tgy-checkout-coupon-label {
  color: var(--tgy-text);
  font-size: 13px;
  font-weight: 800
}
.tgy-checkout-coupon-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center
}
.tgy-checkout-coupon-controls input.input-text {
  width: 100%;
  min-height: 44px;
  margin: 0
}
.tgy-checkout-coupon-apply {
  min-width: 124px;
  min-height: 44px;
  margin: 0 !important;
  border-radius: 8px !important;
  background: var(--tgy-brand) !important;
  color: var(--tgy-on-brand) !important
}
.tgy-checkout-coupon-apply:hover,
.tgy-checkout-coupon-apply:focus-visible {
  background: var(--tgy-brand-dark) !important
}
.tgy-checkout-coupon.is-loading {
  opacity: 0.68
}
.tgy-checkout-coupon-feedback {
  margin: 0;
  color: var(--tgy-text-soft);
  font-size: 13px;
  line-height: 1.4
}
.tgy-checkout-coupon-feedback:empty {
  display: none
}
.tgy-checkout-coupon-feedback[role="alert"] {
  color: var(--tgy-danger);
  font-weight: 700
}
.tgy-checkout-account {
  width: min(100%, 620px)
}
.tgy-checkout-account .tgy-account-card {
  box-shadow: none
}
.tgy-checkout-address-picker {
  margin: 0
}
.tgy-checkout-delivery-dropdown {
  position: relative
}
.tgy-checkout-delivery-toggle {
  display: none
}
.tgy-checkout-address-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--tgy-space-4);
  margin-bottom: var(--tgy-space-4);
  border-bottom: 1px solid var(--tgy-border);
  padding-bottom: var(--tgy-space-4)
}
.tgy-checkout-address-head h3 {
  margin: 0 0 4px;
  font-size: 20px
}
.tgy-checkout-address-head p {
  margin: 0;
  color: var(--tgy-text-soft)
}
.tgy-checkout-address-manage,
.tgy-checkout-address-empty a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid var(--tgy-brand);
  border-radius: 8px;
  background: var(--tgy-canvas);
  padding: 0 16px;
  color: var(--tgy-brand-dark);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none
}
.tgy-checkout-address-manage:hover,
.tgy-checkout-address-empty a:hover {
  background: var(--tgy-surface-soft)
}
.tgy-checkout-address-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 12px;
  margin: 0;
  border: 0;
  padding: 0
}
.tgy-checkout-address-option {
  position: relative;
  display: flex;
  min-width: 0;
  cursor: pointer
}
.tgy-checkout-address-option > input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none
}
.tgy-checkout-address-card {
  display: flex;
  width: 100%;
  min-height: 150px;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 4px;
  border: 1px solid var(--tgy-border);
  border-radius: 8px;
  background: var(--tgy-canvas);
  padding: 16px;
  color: var(--tgy-text-soft);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  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)
}
.tgy-checkout-address-option > input:checked + .tgy-checkout-address-card {
  border-color: var(--tgy-brand);
  background: var(--tgy-surface-soft);
  box-shadow: 0 0 0 1px var(--tgy-brand)
}
.tgy-checkout-address-option > input:focus-visible + .tgy-checkout-address-card {
  outline: var(--tgy-focus-width) solid var(--tgy-focus-ring);
  outline-offset: 2px
}
.tgy-checkout-address-picker .tgy-checkout-address-option.is-disabled {
  cursor: not-allowed
}
.tgy-checkout-address-picker .tgy-checkout-address-option.is-disabled > input + .tgy-checkout-address-card {
  border-color: var(--tgy-border);
  background: var(--tgy-surface-blue);
  box-shadow: none;
  color: var(--tgy-text-soft)
}
.tgy-checkout-address-picker .tgy-checkout-address-option.is-disabled > input + .tgy-checkout-address-card :is(strong, span, small) {
  color: var(--tgy-text-soft)
}
.tgy-checkout-address-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 5px
}
.tgy-checkout-address-card-head strong,
.tgy-checkout-address-name {
  color: var(--tgy-text);
  font-weight: 800
}
.tgy-checkout-address-card-head small {
  border: 1px solid var(--tgy-border-strong);
  border-radius: 999px;
  padding: 2px 7px;
  color: var(--tgy-brand-dark);
  font-size: 11px;
  font-weight: 800
}
.tgy-checkout-address-caveat {
  width: fit-content;
  margin-top: 3px;
  border-radius: 999px;
  background: #fff5d7;
  padding: 3px 8px;
  color: #71510c;
  font-size: 11px;
  font-weight: 800
}
.tgy-checkout-address-empty {
  display: grid;
  justify-items: start;
  gap: 14px;
  border: 1px dashed var(--tgy-border-strong);
  border-radius: 8px;
  padding: 22px
}
.tgy-checkout-address-empty p {
  margin: 0;
  color: var(--tgy-text-soft)
}
.tgy-checkout-address-hidden {
  display: none !important
}
.woocommerce-checkout #shipping_method.tgy-checkout-native-shipping-methods {
  display: none !important
}
body.tgy-checkout-shipping-enhanced .woocommerce-shipping-totals.shipping {
  display: none
}
.tgy-checkout-cost-row--delivery {
  display: none
}
.tgy-checkout-cost-row--import-duties {
  display: table-row
}
body.tgy-checkout-shipping-enhanced .tgy-checkout-cost-row--delivery {
  display: table-row
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .tgy-checkout-cost-row :is(th, td),
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .cart-discount :is(th, td) {
  background: var(--tgy-surface-soft);
  font-weight: 750
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .tgy-checkout-cost-row td,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .cart-discount td {
  color: var(--tgy-price-accent)
}
.tgy-checkout-delivery-choices[aria-busy="true"] {
  opacity: .68;
  pointer-events: none
}
.tgy-checkout-address-option.is-updating .tgy-checkout-address-card {
  border-color: var(--tgy-brand);
  box-shadow: 0 0 0 1px var(--tgy-brand)
}
.tgy-checkout-delivery-choice--pickup .tgy-checkout-address-card {
  justify-content: center
}
.tgy-checkout-delivery-status {
  min-height: 20px;
  margin: 10px 0 0;
  color: var(--tgy-text-soft);
  font-size: 13px;
  font-weight: 700
}
.tgy-checkout-delivery-status:empty {
  min-height: 0;
  margin: 0
}
.tgy-checkout-delivery-status[role="alert"] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  color: var(--tgy-danger)
}
.tgy-checkout-delivery-retry {
  min-width: 0;
  min-height: 36px;
  padding: 6px 12px !important
}
.tgy-checkout-delivery-retry:focus-visible {
  outline: var(--tgy-focus-width) solid var(--tgy-focus-ring);
  outline-offset: var(--tgy-focus-offset)
}

.tgy-mmg-transfer-fields {
  padding: 12px 14px
}
.tgy-mmg-transfer-fields > p {
  margin: 0 0 8px
}
.tgy-mmg-transfer-fields :is(ul, ol) {
  display: grid;
  gap: 5px;
  margin: 0;
  padding-left: 18px
}
.tgy-mmg-transfer-fields li {
  margin: 0
}

@media (min-width: 769px) {
  body.woocommerce-checkout .woocommerce-checkout-review-order-table {
    table-layout: fixed
  }
  body.woocommerce-checkout .woocommerce-checkout-review-order-table tbody .cart_item .product-name {
    display: table-cell;
    width: 70%;
    padding-top: 14px;
    padding-bottom: 14px
  }
  body.woocommerce-checkout .woocommerce-checkout-review-order-table tbody .cart_item .product-name::after {
    display: block;
    clear: both;
    content: ""
  }
  body.woocommerce-checkout .woocommerce-checkout-review-order-table tbody .tgy-checkout-product-thumb {
    float: left;
    margin: 0 12px 0 0
  }
  body.woocommerce-checkout .woocommerce-checkout-review-order-table tbody .tgy-checkout-product-title {
    display: inline;
    line-height: 1.35
  }
  body.woocommerce-checkout .woocommerce-checkout-review-order-table tbody .product-quantity {
    margin-left: 6px;
    vertical-align: middle
  }
  body.woocommerce-checkout .woocommerce-checkout-review-order-table tbody .product-name dl.variation {
    margin-top: 8px
  }
  body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot :is(.tax-rate, .tax-total, .fee) :is(th, td) {
    background: var(--tgy-surface-soft);
    font-weight: 750
  }
  body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot :is(.tax-rate, .tax-total, .fee) td {
    color: var(--tgy-price-accent)
  }
  body.woocommerce-checkout .woocommerce-checkout-review-order-table tbody .cart_item .product-total {
    width: 30%;
    color: var(--tgy-text)
  }
  body.woocommerce-checkout .woocommerce-checkout-review-order-table tbody .cart_item .product-total :is(.woocommerce-Price-amount, bdi) {
    color: var(--tgy-text)
  }
  body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.order-total td,
  body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.order-total td :is(strong, .woocommerce-Price-amount, bdi) {
    color: var(--tgy-price-accent)
  }
  body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.order-total td .woocommerce-Price-amount {
    font-size: 18px;
    font-weight: 900
  }
  body.woocommerce-checkout #order_comments_field {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    margin: 0
  }
  body.woocommerce-checkout #order_comments_field::before,
  body.woocommerce-checkout #order_comments_field::after {
    display: none;
    content: none
  }
  body.woocommerce-checkout #order_comments_field > label {
    margin: 0;
    padding: 0;
    color: var(--tgy-text);
    font-weight: 700;
    line-height: 1.35
  }
  body.woocommerce-checkout #order_comments_field .woocommerce-input-wrapper {
    display: block;
    min-width: 0
  }
  body.woocommerce-checkout #order_comments_field #order_comments {
    width: 100%;
    min-height: 64px;
    box-sizing: border-box;
    resize: vertical
  }
  body.woocommerce-checkout #payment ul.payment_methods .tgy-mmg-transfer-fields :is(ul, ol) {
    gap: 8px;
    padding-left: 24px
  }
  body.woocommerce-checkout #payment ul.payment_methods .tgy-mmg-transfer-fields li {
    line-height: 1.45
  }
  body.woocommerce-checkout #payment ul.payment_methods .tgy-mmg-transfer-fields li::before,
  body.woocommerce-checkout #payment ul.payment_methods .tgy-mmg-transfer-fields li::after {
    display: none;
    content: none
  }
  body.woocommerce-checkout #payment .form-row.place-order .tgy-checkout-consent {
    width: 100%;
    box-sizing: border-box;
    margin: 16px 0 0;
    border: 1px solid var(--tgy-border);
    border-radius: 8px;
    background: var(--tgy-canvas);
    padding: 12px 14px
  }
  body.woocommerce-checkout #payment .form-row.place-order .tgy-checkout-consent label {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    margin: 0;
    color: var(--tgy-text);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
    cursor: pointer
  }
  body.woocommerce-checkout #payment .form-row.place-order .tgy-checkout-consent input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
    accent-color: var(--tgy-brand)
  }
  body.woocommerce-checkout #payment #place_order.button.alt {
    display: inline-flex;
    float: none;
    width: 100%;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    border: 1px solid transparent;
    border-radius: 8px;
    background: var(--tgy-brand);
    padding: 0 20px;
    color: var(--tgy-on-brand);
    font-size: 16px;
    font-weight: 800;
    box-shadow: none
  }
  body.woocommerce-checkout #payment #place_order.button.alt:hover {
    background: var(--tgy-brand-dark);
    color: var(--tgy-on-brand)
  }
  body.woocommerce-checkout #payment #place_order.button.alt:is(:disabled, .disabled),
  body.woocommerce-checkout #payment #place_order.button.alt:is(:disabled, .disabled):hover {
    border-color: var(--tgy-border);
    background: var(--tgy-surface-soft);
    color: var(--tgy-disabled);
    cursor: not-allowed
  }
}

@media (min-width: 901px) {
  .tgy-checkout-address-picker.is-dropdown-open {
    position: relative;
    z-index: 40
  }
  .tgy-checkout-address-picker.is-dropdown-enhanced .tgy-checkout-address-head {
    margin-bottom: 14px;
    padding-bottom: 14px
  }
  .tgy-checkout-address-picker.is-dropdown-enhanced .tgy-checkout-address-head h3 {
    margin: 0
  }
  .tgy-checkout-address-picker.is-dropdown-enhanced .tgy-checkout-address-head p {
    display: none
  }
  .tgy-checkout-address-picker.is-dropdown-enhanced .tgy-checkout-delivery-toggle {
    display: grid;
    width: 100%;
    min-height: 88px;
    grid-template-columns: minmax(0, 1fr) 34px;
    gap: 12px;
    align-items: center;
    border: 1px solid var(--tgy-border);
    border-left: 4px solid var(--tgy-brand);
    border-radius: 12px;
    background: var(--tgy-canvas);
    padding: 11px 12px 11px 16px;
    color: var(--tgy-text);
    font: inherit;
    text-align: left;
    cursor: pointer;
    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-checkout-address-picker.is-dropdown-enhanced .tgy-checkout-delivery-toggle:hover {
    border-color: var(--tgy-border-strong);
    border-left-color: var(--tgy-brand);
    background: var(--tgy-surface-soft);
    box-shadow: 0 10px 24px rgba(23, 32, 38, .08);
    transform: translateY(-1px)
  }
  .tgy-checkout-address-picker.is-dropdown-enhanced .tgy-checkout-delivery-toggle:focus-visible {
    outline: var(--tgy-focus-width) solid var(--tgy-focus-ring);
    outline-offset: 2px
  }
  .tgy-checkout-address-picker.is-dropdown-enhanced .tgy-checkout-delivery-toggle:disabled {
    opacity: .68;
    cursor: wait
  }
  .tgy-checkout-address-picker.is-dropdown-open .tgy-checkout-delivery-toggle {
    border-color: var(--tgy-brand);
    background: var(--tgy-surface-soft);
    box-shadow: 0 0 0 1px var(--tgy-brand);
    transform: none
  }
  .tgy-checkout-delivery-toggle-copy {
    display: grid;
    min-width: 0;
    gap: 3px
  }
  .tgy-checkout-delivery-toggle-head {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 10px
  }
  .tgy-checkout-address-picker.is-dropdown-enhanced:not([data-tgy-selected-choice="pickup"]) .tgy-checkout-delivery-toggle-head {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    justify-self: end;
    justify-content: flex-end
  }
  .tgy-checkout-address-picker.is-dropdown-enhanced:not([data-tgy-selected-choice="pickup"]) .tgy-checkout-delivery-toggle-copy {
    grid-template-columns: minmax(0, 1fr) fit-content(220px);
    grid-template-rows: auto auto;
    column-gap: 12px;
    row-gap: 3px
  }
  .tgy-checkout-address-picker.is-dropdown-enhanced:not([data-tgy-selected-choice="pickup"]) .tgy-checkout-delivery-toggle-contact {
    grid-column: 1;
    grid-row: 1
  }
  .tgy-checkout-address-picker.is-dropdown-enhanced:not([data-tgy-selected-choice="pickup"]) .tgy-checkout-delivery-toggle-secondary {
    grid-column: 1;
    grid-row: 2
  }
  .tgy-checkout-delivery-toggle-head strong,
  .tgy-checkout-delivery-toggle-primary {
    overflow: hidden;
    color: var(--tgy-text);
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap
  }
  .tgy-checkout-delivery-toggle-head small {
    flex: 0 0 auto;
    border: 1px solid var(--tgy-border-strong);
    border-radius: 999px;
    padding: 2px 7px;
    color: var(--tgy-brand-dark);
    font-size: 11px;
    font-weight: 800
  }
  .tgy-checkout-delivery-toggle-primary {
    font-size: 14px
  }
  .tgy-checkout-delivery-toggle-contact {
    display: flex;
    min-width: 0;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 2px 10px
  }
  .tgy-checkout-delivery-toggle-contact .tgy-checkout-delivery-toggle-primary {
    min-width: 0;
    flex: 0 1 auto
  }
  .tgy-checkout-delivery-toggle-phone {
    flex: 0 0 auto;
    color: var(--tgy-brand-dark);
    font-size: 13px;
    font-weight: 750;
    white-space: nowrap
  }
  .tgy-checkout-delivery-toggle-secondary {
    display: -webkit-box;
    min-width: 0;
    overflow: hidden;
    color: var(--tgy-text-soft);
    font-size: 13px;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
  }
  .tgy-checkout-delivery-toggle-icon {
    display: grid;
    width: 32px;
    height: 32px;
    align-self: center;
    align-items: center;
    justify-content: center;
    justify-self: end;
    border-radius: 50%;
    background: var(--tgy-surface-soft);
    color: var(--tgy-brand);
    transition: transform var(--tgy-motion-feedback) var(--tgy-ease-standard)
  }
  .tgy-checkout-address-picker.is-dropdown-open .tgy-checkout-delivery-toggle-icon {
    transform: rotate(180deg)
  }
  .tgy-checkout-address-picker.is-dropdown-enhanced .tgy-checkout-address-options {
    position: absolute;
    z-index: 50;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    display: grid;
    max-height: min(420px, calc(100vh - 170px));
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 6px;
    margin: 0;
    border: 1px solid var(--tgy-border-strong);
    border-radius: 12px;
    background: var(--tgy-canvas);
    box-shadow: 0 20px 46px rgba(23, 32, 38, .16);
    padding: 10px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px) scale(.985);
    transform-origin: top center;
    pointer-events: none;
    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)
  }
  .tgy-checkout-address-picker.is-dropdown-open .tgy-checkout-address-options {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
    transition-delay: 0s
  }
  .tgy-checkout-address-picker.is-dropdown-enhanced .tgy-checkout-address-option {
    min-height: 100px;
    border-radius: 10px
  }
  .tgy-checkout-address-picker.is-dropdown-enhanced .tgy-checkout-address-option > input {
    top: 50%;
    left: 16px;
    width: 18px;
    height: 18px;
    margin: 0;
    opacity: 1;
    accent-color: var(--tgy-brand);
    transform: translateY(-50%);
    pointer-events: none
  }
  .tgy-checkout-address-picker.is-dropdown-enhanced .tgy-checkout-address-card {
    display: grid;
    min-height: 100px;
    grid-template-columns: max-content minmax(0, 1fr);
    column-gap: 10px;
    row-gap: 2px;
    align-content: center;
    border-radius: 10px;
    padding: 10px 12px 10px 44px;
    font-size: 13px;
    line-height: 1.3
  }
  .tgy-checkout-address-picker.is-dropdown-enhanced .tgy-checkout-address-card-head {
    grid-column: 1 / -1;
    margin-bottom: 1px
  }
  .tgy-checkout-address-picker.is-dropdown-enhanced .tgy-checkout-delivery-choice--address .tgy-checkout-address-card {
    grid-template-columns: max-content minmax(0, 1fr) 176px
  }
  .tgy-checkout-address-picker.is-dropdown-enhanced .tgy-checkout-delivery-choice--address .tgy-checkout-address-card-head {
    display: flex;
    grid-column: 3;
    grid-row: 1 / span 4;
    align-self: center;
    justify-content: flex-end;
    justify-self: stretch;
    margin: 0
  }
  .tgy-checkout-address-picker.is-dropdown-enhanced .tgy-checkout-delivery-choice--address .tgy-checkout-address-card-head strong {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }
  .tgy-checkout-address-picker.is-dropdown-enhanced .tgy-checkout-delivery-choice--address :is(
    .tgy-checkout-address-name,
    .tgy-checkout-address-phone
  ) {
    grid-row: 1
  }
  .tgy-checkout-address-picker.is-dropdown-enhanced .tgy-checkout-delivery-choice--address :is(
    .tgy-checkout-address-street,
    .tgy-checkout-address-locality,
    .tgy-checkout-address-caveat
  ) {
    grid-column: 1 / 3
  }
  .tgy-checkout-address-picker.is-dropdown-enhanced .tgy-checkout-address-name {
    min-width: 0;
    grid-column: 1;
    grid-row: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }
  .tgy-checkout-address-picker.is-dropdown-enhanced .tgy-checkout-address-phone {
    min-width: 0;
    grid-column: 2;
    grid-row: 2;
    justify-self: start;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }
  .tgy-checkout-address-picker.is-dropdown-enhanced :is(
    .tgy-checkout-address-street,
    .tgy-checkout-address-locality,
    .tgy-checkout-address-caveat
  ) {
    min-width: 0;
    grid-column: 1 / -1
  }
  .tgy-checkout-address-picker.is-dropdown-enhanced .tgy-checkout-address-country {
    display: none
  }
  .tgy-checkout-address-picker.is-dropdown-enhanced .tgy-checkout-address-option:not(.is-disabled):hover .tgy-checkout-address-card {
    border-color: var(--tgy-border-strong);
    background: var(--tgy-surface-soft)
  }
  .tgy-checkout-address-picker.is-dropdown-enhanced .tgy-checkout-address-phone {
    margin-top: 0;
    color: var(--tgy-brand-dark);
    font-weight: 750
  }
  .tgy-checkout-address-picker.is-dropdown-enhanced .tgy-checkout-delivery-choice--pickup .tgy-checkout-address-card {
    grid-template-columns: 1fr
  }
  .tgy-checkout-payment-picker > legend {
    margin-bottom: 14px
  }
  .tgy-checkout-coupon-label,
  body.woocommerce-checkout #payment .form-row.place-order .woocommerce-privacy-policy-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    border: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important
  }
  .tgy-checkout-payment-picker {
    min-width: 0;
    margin: 24px 0 0;
    border: 0;
    padding: 0
  }
  .tgy-checkout-payment-picker > legend {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    color: var(--tgy-text);
    font-size: 20px;
    font-weight: 850;
    line-height: 1.3
  }
  .tgy-checkout-payment-picker > p {
    margin: 5px 0 14px;
    color: var(--tgy-text-soft);
    font-size: 14px;
    line-height: 1.45
  }
  .tgy-checkout-payment-slot > ul.wc_payment_methods.payment_methods {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    border: 0;
    padding: 0;
    list-style: none
  }
  .tgy-checkout-payment-slot > ul.wc_payment_methods.payment_methods > li.wc_payment_method {
    position: relative;
    min-width: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0
  }
  .tgy-checkout-payment-slot .wc_payment_method > input.input-radio {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0;
    opacity: 0;
    pointer-events: none
  }
  .tgy-checkout-payment-slot .wc_payment_method > label {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 82px;
    align-items: center;
    margin: 0;
    border: 1px solid var(--tgy-border);
    border-radius: 8px;
    background: var(--tgy-canvas);
    padding: 16px 18px 16px 52px;
    color: var(--tgy-text);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.4;
    overflow-wrap: anywhere;
    cursor: pointer;
    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)
  }
  .tgy-checkout-payment-slot .wc_payment_method > label::before,
  .tgy-checkout-payment-slot .wc_payment_method > label::after {
    position: absolute;
    top: 50%;
    border-radius: 50%;
    content: "";
    transform: translateY(-50%)
  }
  .tgy-checkout-payment-slot .wc_payment_method > label::before {
    left: 17px;
    width: 20px;
    height: 20px;
    border: 1px solid var(--tgy-border-strong);
    background: var(--tgy-canvas)
  }
  .tgy-checkout-payment-slot .wc_payment_method > label::after {
    left: 23px;
    width: 8px;
    height: 8px;
    background: transparent
  }
  .tgy-checkout-payment-slot .wc_payment_method > input:checked + label {
    border-color: var(--tgy-brand);
    background: var(--tgy-surface-soft);
    box-shadow: 0 0 0 1px var(--tgy-brand)
  }
  .tgy-checkout-payment-slot .wc_payment_method > input:checked + label::before {
    border-color: var(--tgy-brand)
  }
  .tgy-checkout-payment-slot .wc_payment_method > input:checked + label::after {
    background: var(--tgy-brand)
  }
  .tgy-checkout-payment-slot .wc_payment_method > input:focus-visible + label {
    outline: var(--tgy-focus-width) solid var(--tgy-focus-ring);
    outline-offset: 2px
  }
  .tgy-checkout-payment-slot .wc_payment_method > label:hover {
    border-color: var(--tgy-border-strong);
    background: var(--tgy-surface-soft)
  }
  body.tgy-checkout-payment-relocated #payment > .form-row.place-order {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 14px 18px 18px
  }
  body.tgy-checkout-payment-relocated #payment .woocommerce-privacy-policy-text {
    margin: 0;
    border-left: 3px solid var(--tgy-brand);
    border-radius: 0 8px 8px 0;
    background: var(--tgy-canvas);
    padding: 11px 13px;
    color: var(--tgy-text-soft);
    font-size: 13px;
    line-height: 1.55
  }
  body.tgy-checkout-payment-relocated #payment .woocommerce-privacy-policy-text p {
    margin: 0
  }
  body.tgy-checkout-payment-relocated #payment :is(.woocommerce-privacy-policy-text, .tgy-checkout-consent) a {
    color: var(--tgy-brand-dark);
    font-weight: 800;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px
  }
  body.tgy-checkout-payment-relocated #payment .form-row.place-order .tgy-checkout-consent {
    margin: 0
  }
  body.tgy-checkout-order-notes-relocated #payment #order_comments_field {
    margin: 0 0 12px
  }
  body.tgy-checkout-payment-relocated #payment #place_order.button.alt {
    margin-top: 12px
  }
  body.tgy-checkout-payment-relocated .woocommerce-checkout-review-order-table {
    margin-bottom: 0
  }
  body.tgy-checkout-payment-relocated #payment {
    margin-top: 12px
  }
  body.tgy-checkout-order-notes-relocated.tgy-checkout-additional-fields-vacated #customer_details {
    gap: 0
  }
  body.tgy-checkout-order-notes-relocated.tgy-checkout-additional-fields-vacated #customer_details > .col-2.is-vacated {
    display: none
  }
  body.tgy-checkout-order-notes-relocated.tgy-checkout-additional-fields-vacated #order_review_heading {
    margin-top: var(--tgy-space-4)
  }
}

@media (min-width: 901px) and (forced-colors: active) {
  .tgy-checkout-payment-slot .wc_payment_method > input.input-radio {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 17px;
    width: 20px;
    height: 20px;
    margin: 0;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(-50%);
    forced-color-adjust: auto
  }
  .tgy-checkout-payment-slot .wc_payment_method > label {
    border-color: CanvasText;
    background: Canvas;
    color: CanvasText;
    forced-color-adjust: auto
  }
  .tgy-checkout-payment-slot .wc_payment_method > label::before,
  .tgy-checkout-payment-slot .wc_payment_method > label::after {
    display: none
  }
  .tgy-checkout-payment-slot .wc_payment_method > input:checked + label,
  .tgy-checkout-payment-slot .wc_payment_method > input:focus-visible + label {
    outline: 3px solid Highlight;
    outline-offset: 2px;
    box-shadow: none
  }
}

@media (min-width: 1024px) {
  body.woocommerce-checkout .woocommerce-checkout-review-order-table tbody .cart_item .product-name {
    padding-top: 12px;
    padding-bottom: 12px
  }
  body.woocommerce-checkout .woocommerce-checkout-review-order-table tbody .tgy-checkout-product-thumb {
    width: 64px;
    height: 64px;
    margin-right: 12px
  }
  body.woocommerce-checkout .woocommerce-checkout-review-order-table tbody .tgy-checkout-product-title {
    font-size: 15px;
    line-height: 1.3
  }
  body.woocommerce-checkout .woocommerce-checkout-review-order-table tbody .product-quantity {
    min-width: 28px;
    min-height: 24px;
    margin-left: 8px;
    padding: 1px 7px
  }
  body.woocommerce-checkout .woocommerce-checkout-review-order-table tbody .product-name dl.variation {
    grid-template-columns: max-content minmax(0, 1fr) max-content minmax(0, 1fr);
    gap: 2px 8px;
    align-items: baseline;
    margin-top: 7px;
    font-size: 11.5px;
    line-height: 1.35
  }
  body.woocommerce-checkout .woocommerce-checkout-review-order-table tbody .product-name dl.variation dt {
    color: var(--tgy-text-soft);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .01em
  }
  body.woocommerce-checkout .woocommerce-checkout-review-order-table tbody .product-name dl.variation dd {
    color: var(--tgy-text);
    font-weight: 650
  }
}

@media (prefers-reduced-motion: reduce) {
  .tgy-service-promise-icon,
  .tgy-service-promise-icon::before,
  .tgy-service-promise-icon::after,
  .tgy-main-image-button,
  .tgy-option-chip,
  .tgy-route-chip,
  .tgy-checkout-address-card {
    transition: none;
  }

  .tgy-review-lightbox {
    animation: none;
  }

  .tgy-checkout-delivery-toggle,
  .tgy-checkout-delivery-toggle-icon,
  .tgy-checkout-address-picker.is-dropdown-enhanced .tgy-checkout-address-options {
    transition: none;
  }
}

.tgy-main-image-carousel:not([data-tgy-carousel-ready="true"]) .tgy-main-image-button,
.tgy-main-image-carousel:not([data-tgy-carousel-ready="true"]) .tgy-main-image-count,
.tgy-main-image-button[hidden],
.tgy-main-image-count[hidden],
html.tgy-no-js .tgy-main-image-button,
html.tgy-no-js .tgy-main-image-count {
  display: none
}
