body.tgh-product-page--child {
  min-width: 320px;
  background:
    radial-gradient(circle at 78% 8%, rgba(200, 169, 107, .12), transparent 24rem),
    var(--tgh-color-surface);
  font-size: 16px;
}

body.tgh-product-page--child :where(small, .tgh-topbar, .tgh-brand small, .tgh-product-nav a, .tgh-product-actions a, .woocommerce-breadcrumb, .tgh-product-sku, .tgh-summary-policies, .tgh-product-footer) {
  font-size: 13px;
}

.tgh-shell {
  width: min(1200px, calc(100% - 48px));
}

.tgh-topbar {
  font-size: 13px;
}

.tgh-topbar__inner {
  min-height: 34px;
}

.tgh-product-header__inner {
  min-height: 66px;
  gap: 34px;
}

.tgh-brand small {
  margin-top: 4px;
}

.tgh-product-nav a,
.tgh-product-actions a {
  min-height: 44px;
}

.tgh-product-actions__zalo {
  min-height: 42px !important;
  border: 1px solid var(--tgh-color-brand);
  background: transparent;
  color: var(--tgh-color-brand) !important;
}

.tgh-product-actions__zalo:hover {
  background: var(--tgh-color-brand);
  color: var(--tgh-color-surface) !important;
}

.tgh-product-actions__cart {
  display: inline-flex !important;
  min-height: 42px !important;
  align-items: center;
  gap: 7px;
  padding-inline: 13px;
  border: 1px solid var(--tgh-color-border);
  border-radius: 999px;
  color: var(--tgh-color-text) !important;
  font-weight: 800;
}

.tgh-product-actions__cart span {
  display: grid;
  min-width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: var(--tgh-color-primary);
  color: var(--tgh-color-surface);
  font-size: 13px;
}

.tgh-mobile-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  padding: 0;
  border: 1px solid var(--tgh-color-border);
  border-radius: 50%;
  background: var(--tgh-color-surface);
  color: var(--tgh-color-text);
  cursor: pointer;
}

.tgh-mobile-menu-toggle span {
  display: block;
  width: 17px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform .2s ease;
}

.tgh-mobile-menu-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(4px) rotate(45deg);
}

.tgh-mobile-menu-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

.tgh-mobile-navigation {
  border-top: 1px solid var(--tgh-color-border);
  background: rgba(255, 253, 249, .98);
  box-shadow: 0 20px 40px rgba(43, 34, 21, .12);
}

.tgh-mobile-navigation[hidden] {
  display: none;
}

.tgh-mobile-navigation > .tgh-shell {
  padding-block: 18px 22px;
}

.tgh-mobile-search label {
  display: block;
  margin-bottom: 8px;
  color: var(--tgh-color-text);
  font-size: 13px;
  font-weight: 800;
}

.tgh-mobile-search > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.tgh-mobile-search input[type="search"] {
  width: 100%;
  min-height: 46px;
  padding: 0 13px;
  border: 1px solid var(--tgh-color-border);
  border-radius: 11px;
  background: var(--tgh-color-surface);
  color: var(--tgh-color-text);
  font: 14px/1.3 var(--tgh-body);
}

.tgh-mobile-search button {
  min-width: 70px;
  min-height: 46px;
  padding: 0 16px;
  border: 0;
  border-radius: 11px;
  background: var(--tgh-color-brand);
  color: var(--tgh-color-surface);
  font: 800 13px/1 var(--tgh-body);
}

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

.tgh-mobile-navigation__links a {
  display: flex;
  min-height: 46px;
  align-items: center;
  border-bottom: 1px solid rgba(46, 42, 35, .09);
  color: var(--tgh-color-text);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.tgh-product-main {
  padding: 22px 0 78px;
  background:
    linear-gradient(180deg, rgba(244, 237, 225, .46), transparent 760px),
    radial-gradient(circle at 88% 12%, rgba(200, 169, 107, .12), transparent 26rem);
}

.tgh-variation-guidance {
  grid-column: 1 / -1;
  margin: 0 0 2px;
  color: #6a443c;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.tgh-review-empty {
  margin-bottom: 22px;
  padding: 18px 20px;
  border: 1px solid rgba(46, 42, 35, .1);
  border-radius: 14px;
  background: var(--tgh-color-surface-subtle);
}

.tgh-review-empty h3 {
  margin: 0 0 7px;
  color: var(--tgh-color-text);
  font-size: 17px;
}

.tgh-review-empty p {
  margin: 0;
  color: var(--tgh-color-muted);
  font-size: 14px;
  line-height: 1.6;
}

.tgh-recent-products {
  margin-top: clamp(36px, 5vw, 62px);
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(46, 42, 35, .1);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(244, 237, 225, .78), rgba(255, 253, 249, .98));
}

.tgh-recent-products[hidden] {
  display: none;
}

.tgh-recent-products__heading {
  margin-bottom: 22px;
}

.tgh-recent-products__heading p {
  margin: 0 0 7px;
  color: var(--tgh-color-primary);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tgh-recent-products__heading h2 {
  margin: 0;
  color: var(--tgh-color-text);
  font-family: var(--tgh-display);
  font-size: clamp(27px, 3.5vw, 38px);
  letter-spacing: -.03em;
}

.tgh-recent-products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.tgh-recent-card {
  display: grid;
  min-width: 0;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 12px;
  padding: 10px;
  border: 1px solid rgba(46, 42, 35, .09);
  border-radius: 15px;
  background: var(--tgh-color-surface);
}

.tgh-recent-card__image {
  display: block;
  width: 82px;
  height: 82px;
  overflow: hidden;
  border-radius: 11px;
  background: var(--tgh-color-surface-subtle);
}

.tgh-recent-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tgh-recent-card h3 {
  display: -webkit-box;
  margin: 1px 0 5px;
  overflow: hidden;
  color: var(--tgh-color-text);
  font-size: 13px;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.tgh-recent-card h3 a,
.tgh-recent-card__link {
  color: inherit;
  text-decoration: none;
}

.tgh-recent-card p {
  margin: 0 0 6px;
  color: var(--tgh-color-primary-hover);
  font-size: 13px;
  font-weight: 800;
}

.tgh-recent-card__link {
  font-size: 13px;
  font-weight: 800;
}

.woocommerce-breadcrumb {
  margin-bottom: 18px !important;
}

.woocommerce-notices-wrapper:not(:empty) {
  margin-bottom: 24px;
}

.woocommerce .woocommerce-message {
  display: flex;
  min-height: 66px;
  align-items: center;
  gap: 22px;
  margin: 0;
  padding: 12px 14px 12px 52px;
  border: 1px solid rgba(46, 42, 35, .15) !important;
  border-left: 4px solid var(--tgh-color-brand) !important;
  border-radius: 14px;
  background: rgba(255, 253, 249, .96);
  box-shadow: 0 12px 30px rgba(43, 34, 21, .07);
  color: var(--tgh-color-text);
  font-size: 14px;
  line-height: 1.55;
}

.woocommerce .woocommerce-message::before {
  top: 50%;
  left: 19px;
  color: var(--tgh-color-brand);
  transform: translateY(-50%);
}

.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-message a.wc-forward {
  display: flex;
  width: auto;
  min-width: 144px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  order: 2;
  flex: 0 0 auto;
  float: none;
  margin: 0 0 0 auto;
  padding: 0 16px !important;
  border-radius: 10px;
  background: var(--tgh-color-brand);
  color: var(--tgh-color-surface);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
}

.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-message a.wc-forward:hover {
  background: var(--tgh-color-primary);
  color: var(--tgh-color-surface);
}

.woocommerce div.product {
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
  gap: clamp(30px, 3.8vw, 52px);
  align-items: start;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  position: relative;
  align-self: start;
  top: auto;
}

.admin-bar .woocommerce div.product div.images.woocommerce-product-gallery {
  top: auto;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  border: 1px solid rgba(46, 42, 35, .08);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .72), rgba(244, 237, 225, .74)),
    var(--tgh-color-surface-muted);
  box-shadow: 0 26px 70px rgba(43, 34, 21, .13);
}

.woocommerce div.product div.images .woocommerce-product-gallery__image img:not(.zoomImg) {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}

.woocommerce div.product div.images .flex-control-thumbs {
  display: flex !important;
  width: 100%;
  gap: 10px;
  margin: 12px 0 0 !important;
  padding: 2px 2px 8px !important;
  overflow-x: auto;
  overflow-y: hidden;
  list-style: none;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-color: rgba(46, 42, 35, .24) transparent;
  scrollbar-width: thin;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 78px !important;
  margin: 0 !important;
  float: none !important;
  flex: 0 0 78px;
  scroll-snap-align: start;
}

.woocommerce div.product div.images .flex-control-thumbs img {
  display: block;
  width: 100%;
  height: 78px;
  aspect-ratio: 1;
  border: 2px solid transparent;
  border-radius: 11px;
  background: var(--tgh-color-surface-subtle);
  object-fit: cover;
  opacity: .72;
}

.woocommerce div.product div.images .flex-control-thumbs img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs img:hover {
  border-color: var(--tgh-color-primary);
  box-shadow: 0 0 0 2px rgba(207, 96, 72, .12);
  opacity: 1;
}

.tgh-product-video {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #1d1b18;
}

.tgh-product-video__launch {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #1d1b18;
  cursor: pointer;
}

.woocommerce div.product div.images .tgh-product-video__poster {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  opacity: .82;
  transition: opacity .2s ease, transform .35s ease;
}

.tgh-product-video__launch:hover .tgh-product-video__poster {
  opacity: .68;
  transform: scale(1.025);
}

.tgh-product-video__badge {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  min-height: 52px;
  align-items: center;
  gap: 9px;
  padding: 0 18px 0 13px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 999px;
  background: rgba(23, 21, 18, .9);
  box-shadow: 0 12px 34px rgba(0, 0, 0, .24);
  color: var(--tgh-color-surface);
  font-size: 14px;
  font-weight: 800;
  transform: translate(-50%, -50%);
}

.tgh-product-video__badge svg {
  width: 28px;
  height: 28px;
  padding: 4px;
  border-radius: 50%;
  background: var(--tgh-color-primary);
}

.tgh-product-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li.tgh-video-thumb {
  position: relative;
}

.woocommerce div.product div.images .flex-control-thumbs li.tgh-video-thumb::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 50%;
  background: rgba(23, 21, 18, .9);
  color: var(--tgh-color-surface);
  content: "▶";
  font-size: 13px;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.woocommerce div.product div.summary {
  align-self: start;
  padding: 30px 32px 28px;
  border: 1px solid rgba(46, 42, 35, .11);
  border-radius: 26px;
  background: rgba(255, 253, 249, .92);
  box-shadow: 0 24px 64px rgba(43, 34, 21, .08);
}

.tgh-product-eyebrow {
  margin: 0 0 10px;
  color: var(--tgh-color-primary-hover);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .075em;
  line-height: 1.35;
  text-transform: uppercase;
}

.woocommerce div.product .product_title {
  max-width: none;
  margin: 0 0 12px;
  font-size: clamp(31px, 3vw, 42px);
  line-height: 1.07;
}

.tgh-product-sku {
  display: flex;
  gap: 8px;
  margin: 0 0 12px;
  color: var(--tgh-color-muted);
  font-weight: 700;
}

.tgh-product-sku span {
  color: #837c73;
  font-weight: 600;
}

.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 10px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  min-height: 38px;
  margin: 0 0 16px;
  color: var(--tgh-color-primary);
  font-size: clamp(27px, 2.7vw, 34px);
  font-weight: 800;
  line-height: 1.15;
}

.tgh-summary-description {
  position: relative;
  margin: 0 0 14px;
  padding: 12px 14px 12px 18px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(244, 237, 225, .92), rgba(255, 253, 249, .9));
  color: #574f45;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.58;
}

.tgh-summary-description::before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 3px;
  border-radius: 0 3px 3px 0;
  background: var(--tgh-color-primary);
  content: "";
}

.tgh-summary-description p {
  margin: 0;
}

.tgh-moq-prompt {
  margin: -2px 0 14px;
  color: var(--tgh-color-muted);
  font-size: 14px;
}

.woocommerce div.product form.cart {
  gap: 10px;
  margin: 0 0 14px;
  padding: 16px;
  border: 1px solid rgba(46, 42, 35, .13);
  border-radius: 16px;
  background: rgba(255, 253, 249, .96);
  box-shadow: 0 14px 36px rgba(43, 34, 21, .055);
}

.woocommerce div.product form.cart::before,
.woocommerce div.product form.cart::after {
  display: none;
}

.woocommerce div.product form.variations_form.cart {
  display: block;
}

.tgh-variations {
  display: grid;
  gap: 0;
  margin-bottom: 12px;
}

.tgh-variation-selector__head {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: -16px -16px 2px;
  padding: 13px 16px;
  border-radius: 15px 15px 0 0;
  background:
    radial-gradient(circle at 92% 16%, rgba(200, 169, 107, .24), transparent 8rem),
    linear-gradient(135deg, #29251e, var(--tgh-color-brand));
  color: var(--tgh-color-surface);
}

.tgh-variation-selector__head p,
.tgh-variation-selector__head span {
  margin: 0;
}

.tgh-variation-selector__head p {
  color: var(--tgh-color-surface);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}

.tgh-variation-selector__head div > span {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
  line-height: 1.4;
}

.tgh-variation-selector__head strong {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .09);
  color: #f3cd7e;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.tgh-variation-group {
  min-width: 0;
  margin: 0;
  padding: 15px 0 14px;
  border: 0;
  border-top: 1px solid var(--tgh-color-border);
}

.tgh-variation-selector__head + .tgh-variation-group {
  border-top: 0;
}

.tgh-variation-group legend {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 11px;
  padding: 0 1px;
  color: var(--tgh-color-text);
  font-size: 14px;
  font-weight: 800;
}

.tgh-variation-group__title {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
}

.tgh-variation-group__index {
  display: inline-grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  place-items: center;
  border: 1px solid rgba(95, 74, 40, .14);
  border-radius: 10px;
  background: rgba(95, 74, 40, .08);
  color: var(--tgh-color-brand);
  font-size: 13px;
  letter-spacing: .03em;
}

.tgh-variation-group__label {
  display: grid;
  gap: 1px;
  line-height: 1.3;
}

.tgh-variation-group__current {
  display: inline-flex;
  max-width: 50%;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--tgh-color-surface-subtle);
  color: var(--tgh-color-muted);
  font-size: 13px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tgh-variation-group.has-selection .tgh-variation-group__current {
  background: rgba(207, 96, 72, .11);
  color: var(--tgh-color-primary-hover);
}

.tgh-variation-group__meta {
  margin: 0;
  color: #7a736a;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

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

.tgh-swatches {
  display: grid;
  gap: 8px;
}

.tgh-swatches--color {
  grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
}

.tgh-variation-group.is-color-group.has-many-options .tgh-swatches--color {
  grid-template-rows: repeat(2, 48px);
  grid-template-columns: none;
  grid-auto-columns: 136px;
  grid-auto-flow: column;
  padding: 3px 4px 7px 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  scrollbar-color: rgba(46, 42, 35, .24) transparent;
  scrollbar-width: thin;
}

.tgh-variation-group.is-color-group.has-many-options .tgh-swatch {
  min-width: 136px;
  min-height: 48px;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 7px;
  padding: 5px 8px 5px 6px;
  border-radius: 10px;
  scroll-snap-align: start;
}

.tgh-variation-group.is-color-group.has-many-options .tgh-swatch__chip,
.tgh-variation-group.is-color-group.has-many-options .tgh-swatch__media {
  width: 30px;
  height: 30px;
  border-radius: 8px;
}

.tgh-variation-group.is-color-group.has-many-options .tgh-swatch--color .tgh-swatch__check {
  top: 2px;
  left: 24px;
  width: 16px;
  height: 16px;
  font-size: 13px;
}

.tgh-swatches--text {
  grid-template-columns: repeat(auto-fit, minmax(104px, 1fr));
}

.tgh-swatch {
  position: relative;
  display: inline-flex;
  width: 100%;
  min-width: 44px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(46, 42, 35, .2);
  border-radius: 12px;
  background: var(--tgh-color-surface);
  color: var(--tgh-color-text);
  font: 700 13px/1.2 var(--tgh-body);
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(43, 34, 21, .035);
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease, transform .18s ease;
}

.tgh-swatch:not(:disabled):hover {
  border-color: var(--tgh-color-brand);
  box-shadow: 0 7px 18px rgba(43, 34, 21, .085);
  transform: translateY(-1px);
}

.tgh-swatch:focus-visible,
.reset_variations:focus-visible {
  outline: 3px solid rgba(200, 169, 107, .58);
  outline-offset: 2px;
}

.tgh-swatch.is-selected {
  border-color: var(--tgh-color-brand);
  background: #f5f0e5;
  box-shadow: inset 0 0 0 1px var(--tgh-color-brand), 0 7px 18px rgba(43, 34, 21, .09);
}

.tgh-swatch.is-unavailable {
  background: repeating-linear-gradient(135deg, var(--tgh-color-surface) 0 7px, #f1ece4 7px 8px);
  color: #89827a;
  opacity: .56;
  cursor: not-allowed;
}

.tgh-swatch.is-out-of-stock {
  background: #f7f4ef;
  color: #726b62;
  opacity: .74;
  cursor: not-allowed;
}

.tgh-swatch--text {
  min-height: 50px;
  padding: 9px 30px 9px 14px;
  text-align: center;
}

.tgh-swatch--color {
  display: grid;
  min-height: 54px;
  grid-template-columns: 38px minmax(0, 1fr);
  justify-content: start;
  align-items: center;
  gap: 9px;
  padding: 6px 9px 6px 7px;
  text-align: left;
}

.tgh-swatch__chip,
.tgh-swatch__media {
  display: block;
  width: 38px;
  height: 38px;
  overflow: hidden;
  border: 1px solid rgba(46, 42, 35, .18);
  border-radius: 10px;
  background: var(--tgh-swatch-color, linear-gradient(135deg, #eee 0 48%, #ccc 48% 52%, #fff 52%));
}

.tgh-swatch__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tgh-swatch.has-neutral-color .tgh-swatch__chip {
  background: linear-gradient(135deg, #f1eee7 0 48%, #7d766d 48% 52%, #fff 52%);
}

.tgh-swatch__label {
  min-width: 0;
  overflow-wrap: anywhere;
}

.tgh-swatches--color .tgh-swatch__label {
  overflow: hidden;
  overflow-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tgh-swatch__status {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 5px;
  display: none;
  min-height: 22px;
  align-items: center;
  padding: 0 7px;
  border-radius: 999px;
  background: var(--tgh-color-primary-hover);
  box-shadow: 0 3px 9px rgba(173, 69, 52, .18);
  color: var(--tgh-color-surface);
  font-size: 13px;
  font-weight: 800;
  line-height: 22px;
  white-space: nowrap;
}

.tgh-swatch__check {
  position: absolute;
  top: 50%;
  right: 8px;
  display: none;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: var(--tgh-color-brand);
  color: var(--tgh-color-surface);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  transform: translateY(-50%);
}

.tgh-swatch.is-selected .tgh-swatch__check {
  display: grid;
}

.tgh-swatch--color .tgh-swatch__check {
  top: 4px;
  right: auto;
  left: 32px;
  width: 18px;
  height: 18px;
  border: 2px solid var(--tgh-color-surface);
  transform: none;
}

.tgh-swatch.is-unavailable .tgh-swatch__check,
.tgh-swatch.is-out-of-stock .tgh-swatch__check {
  display: none;
}

.tgh-swatch.is-unavailable .tgh-swatch__status,
.tgh-swatch.is-out-of-stock .tgh-swatch__status {
  display: inline-flex;
}

.tgh-swatch.is-unavailable .tgh-swatch__status {
  background: #797168;
}

.reset_variations {
  display: inline-flex;
  width: max-content;
  min-height: 32px;
  align-items: center;
  margin-top: 3px;
  padding: 0 11px;
  border: 1px solid var(--tgh-color-border);
  border-radius: 999px;
  background: var(--tgh-color-surface-subtle);
  color: var(--tgh-color-muted) !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
}

.woocommerce div.product .single_variation_wrap {
  min-height: 58px;
}

.woocommerce div.product .woocommerce-variation-description:empty,
.woocommerce div.product .woocommerce-variation-availability:empty,
.woocommerce div.product .woocommerce-variation-price:empty {
  display: none;
}

.woocommerce div.product .woocommerce-variation-price {
  margin-bottom: 9px;
}

.woocommerce div.product .woocommerce-variation-price .price {
  min-height: 0;
  margin: 0;
  font-size: 24px;
}

.woocommerce div.product form.cart .variations_button,
.woocommerce div.product form.cart:not(.variations_form) {
  display: grid;
  grid-template-columns: auto minmax(150px, 1fr) minmax(112px, .62fr);
  align-items: stretch;
  gap: 9px;
}

.tgh-quantity-control {
  display: grid;
  grid-template-columns: 34px 52px 34px;
  min-height: 50px;
  overflow: hidden;
  border: 1px solid var(--tgh-color-border);
  border-radius: 11px;
  background: var(--tgh-color-surface);
}

.tgh-quantity-button {
  min-width: 34px;
  border: 0;
  background: transparent;
  color: var(--tgh-color-text);
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.woocommerce .tgh-quantity-control .quantity .qty {
  width: 52px;
  min-height: 48px;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  -moz-appearance: textfield;
}

.tgh-quantity-control .quantity .qty::-webkit-inner-spin-button,
.tgh-quantity-control .quantity .qty::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.woocommerce div.product form.cart .single_add_to_cart_button,
.woocommerce div.product form.cart .tgh-buy-now {
  min-height: 50px;
  padding: 0 16px;
  border-radius: 11px;
  font-size: 14px;
}

.woocommerce div.product form.cart .single_add_to_cart_button {
  background: var(--tgh-color-primary) !important;
}

.woocommerce div.product form.cart .single_add_to_cart_button:hover {
  background: var(--tgh-color-primary-hover) !important;
}

.woocommerce div.product form.cart .tgh-buy-now {
  border: 1px solid var(--tgh-color-brand);
  background: transparent !important;
  color: var(--tgh-color-brand) !important;
}

.woocommerce div.product form.cart .tgh-buy-now:hover {
  background: var(--tgh-color-brand) !important;
  color: var(--tgh-color-surface) !important;
}

.tgh-stock-status {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 11px;
  color: var(--tgh-color-brand);
  font-size: 14px;
  font-weight: 800;
}

.tgh-stock-status span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--tgh-color-accent);
  box-shadow: 0 0 0 4px rgba(200, 169, 107, .18);
}

.tgh-stock-status.is-out-of-stock {
  color: #7f2f26;
}

.tgh-stock-status.is-out-of-stock span {
  background: #a54132;
  box-shadow: 0 0 0 4px rgba(207, 96, 72, .12);
}

.tgh-summary-attributes {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 14px;
  padding: 12px 14px;
  border: 1px solid var(--tgh-color-border);
  border-radius: 13px;
  background: var(--tgh-color-surface-subtle);
}

.tgh-summary-attributes dl {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin: 0;
}

.tgh-summary-attributes dl > div {
  display: flex;
  min-width: 0;
  gap: 6px;
}

.tgh-summary-attributes dt,
.tgh-summary-attributes dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
}

.tgh-summary-attributes dt {
  color: var(--tgh-color-muted);
  font-weight: 600;
}

.tgh-summary-attributes dd {
  color: var(--tgh-color-text);
  font-weight: 800;
}

.tgh-summary-attributes > a {
  flex: 0 0 auto;
  color: var(--tgh-color-primary-hover) !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

.tgh-wholesale-summary {
  padding: 16px 0;
  border-block: 1px solid var(--tgh-color-border);
}

.tgh-wholesale-summary p {
  margin: 0 0 12px;
  color: var(--tgh-color-muted);
  font-size: 13px;
}

.tgh-wholesale-summary__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
}

.tgh-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 800;
}

.tgh-button--outline {
  border: 1px solid var(--tgh-color-brand);
}

.tgh-button--text {
  color: var(--tgh-color-primary-hover) !important;
}

.tgh-summary-policies {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 14px;
  overflow: hidden;
  border: 1px solid var(--tgh-color-border);
  border-radius: 12px;
  background: var(--tgh-color-border);
  color: var(--tgh-color-muted);
  line-height: 1.35;
}

.tgh-summary-policies span {
  position: relative;
  display: flex;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  padding: 9px 10px 9px 25px;
  background: var(--tgh-color-surface-subtle);
  text-align: center;
}

.tgh-summary-policies span::before {
  position: absolute;
  left: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--tgh-color-accent);
  content: "";
}

.woocommerce div.product .woocommerce-tabs {
  margin-top: 48px;
  padding-top: 0;
  border-top: 0;
}

.tgh-product-sections {
  display: grid;
  gap: 18px;
  border-top: 0;
}

.tgh-product-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  padding: clamp(30px, 3.6vw, 44px);
  border: 1px solid rgba(46, 42, 35, .1);
  border-radius: 24px;
  background: rgba(255, 253, 249, .9);
  box-shadow: 0 18px 50px rgba(43, 34, 21, .055);
}

.tgh-product-section__heading {
  display: flex;
  align-items: baseline;
  gap: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--tgh-color-border);
}

.tgh-product-section__heading p {
  order: 2;
  flex: 0 0 auto;
  margin: 0 0 0 auto;
  color: var(--tgh-color-primary-hover);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.tgh-product-section__heading h2 {
  order: 1;
}

.tgh-product-section h2,
.related.products > h2 {
  margin: 0;
  color: var(--tgh-color-text);
  font: 600 clamp(27px, 2.35vw, 31px)/1.1 var(--tgh-display);
  letter-spacing: -.025em;
}

.tgh-product-section__body {
  min-width: 0;
}

.tgh-product-copy {
  max-width: none;
  color: #5c5449;
  font-size: 16px;
  line-height: 1.68;
}

.tgh-product-copy__details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 32px;
}

.tgh-product-copy__details p {
  margin: 0;
  padding: 18px 0;
  border-top: 1px solid var(--tgh-color-border);
}

.tgh-product-copy__details p:first-child {
  grid-column: 1 / -1;
  padding-top: 0;
  border-top: 0;
}

.tgh-tier-table {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--tgh-color-border);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 16px;
  background: var(--tgh-color-surface);
}

.tgh-tier-table th,
.tgh-tier-table td {
  padding: 14px 18px;
  border: 0;
  border-bottom: 1px solid var(--tgh-color-border);
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
}

.tgh-tier-table tr:last-child td {
  border-bottom: 0;
}

.tgh-tier-table th {
  width: 32%;
  background: var(--tgh-color-surface-subtle);
  color: var(--tgh-color-text);
  font-weight: 800;
}

.tgh-tier-table td {
  color: #655d52;
}

.tgh-specification-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.tgh-specification-item {
  position: relative;
  min-width: 0;
  padding: 17px 18px 18px;
  border: 1px solid rgba(46, 42, 35, .11);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 253, 249, .98), rgba(248, 244, 236, .88));
  box-shadow: 0 10px 28px rgba(43, 34, 21, .045);
}

.tgh-specification-item.is-wide {
  grid-column: 1 / -1;
}

.tgh-specification-item dt {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: var(--tgh-color-text);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.tgh-specification-item dt small {
  margin-left: auto;
  color: #837c73;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.tgh-specification-item__marker {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: var(--tgh-color-primary);
  box-shadow: 0 0 0 4px rgba(207, 96, 72, .1);
}

.tgh-specification-item dd {
  margin: 12px 0 0;
}

.tgh-specification-values {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tgh-specification-values span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 5px 11px;
  border: 1px solid rgba(46, 42, 35, .1);
  border-radius: 999px;
  background: rgba(244, 237, 225, .68);
  color: #544936;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.tgh-specification-item.has-single-value dd {
  margin-top: 10px;
}

.tgh-specification-item.has-single-value .tgh-specification-values span {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--tgh-color-brand);
  font-size: 17px;
  font-weight: 800;
}

.tgh-tier-table thead th:last-child,
.tgh-tier-table tbody td:last-child {
  text-align: right;
}

.tgh-section-note {
  margin: 13px 0 0;
  color: var(--tgh-color-muted);
  font-size: 13px;
}

.tgh-use-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tgh-product-section--uses {
  padding-block: 28px;
  background:
    radial-gradient(circle at 92% 20%, rgba(200, 169, 107, .2), transparent 18rem),
    var(--tgh-color-brand);
}

.tgh-product-section--uses .tgh-product-section__heading {
  border-bottom-color: rgba(255, 255, 255, .18);
}

.tgh-product-section--uses .tgh-product-section__heading p {
  color: #f1c76e;
}

.tgh-product-section--uses .tgh-product-section__heading h2 {
  color: var(--tgh-color-surface);
}

.tgh-use-list a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 999px;
  background: rgba(255, 253, 249, .96);
  color: var(--tgh-color-brand) !important;
  font-size: 14px;
  font-weight: 800;
}

.tgh-use-list a:hover {
  border-color: #f1c76e;
  color: var(--tgh-color-primary-hover) !important;
}

.tgh-policy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.tgh-product-section--shipping {
  background: linear-gradient(135deg, rgba(244, 237, 225, .94), rgba(255, 253, 249, .92));
}

.tgh-product-section--faq {
  background: rgba(255, 253, 249, .96);
}

.tgh-policy-grid > div {
  position: relative;
  padding: 20px;
  border: 1px solid var(--tgh-color-border);
  border-radius: 14px;
  background: linear-gradient(145deg, var(--tgh-color-surface-subtle), rgba(255, 253, 249, .96));
}

.tgh-policy-index {
  display: inline-flex;
  min-width: 34px;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 999px;
  background: var(--tgh-color-brand);
  color: var(--tgh-color-surface);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
}

.tgh-policy-grid h3 {
  margin: 0 0 9px;
  color: var(--tgh-color-text);
  font-size: 17px;
}

.tgh-policy-grid p {
  margin: 0;
  color: #6f685f;
  font-size: 14px;
  line-height: 1.65;
}

.tgh-faq-list {
  border-top: 1px solid var(--tgh-color-border);
}

.tgh-faq-list details {
  border-bottom: 1px solid var(--tgh-color-border);
}

.tgh-faq-list summary {
  display: grid;
  min-height: 58px;
  grid-template-columns: 1fr 30px;
  align-items: center;
  gap: 18px;
  color: var(--tgh-color-text);
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.tgh-faq-list summary::-webkit-details-marker {
  display: none;
}

.tgh-faq-list summary span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid var(--tgh-color-border);
  border-radius: 50%;
  color: var(--tgh-color-primary-hover);
  font-size: 18px;
}

.tgh-faq-list details p {
  max-width: 760px;
  margin: -2px 48px 20px 0;
  color: #6f685f;
  font-size: 14px;
  line-height: 1.7;
}

.tgh-product-sections > .related.products {
  grid-column: auto;
  padding: clamp(36px, 5vw, 56px) 0 0;
}

.related.products > h2 {
  margin-bottom: 24px;
}

.woocommerce ul.products {
  gap: 18px;
}

.woocommerce ul.products li.product a img {
  aspect-ratio: 1;
  border-radius: 14px;
  object-fit: contain;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 14px;
}

.woocommerce ul.products li.product .price {
  font-size: 15px;
}

.related.products ul.products li.product {
  display: flex;
  width: 100% !important;
  min-width: 0;
  flex-direction: column;
  margin: 0 !important;
  padding: 12px;
  overflow: hidden;
  border: 1px solid rgba(46, 42, 35, .11);
  border-radius: 16px;
  background: rgba(255, 253, 249, .94);
  box-shadow: 0 12px 30px rgba(43, 34, 21, .055);
}

.related.products ul.products li.product > a.woocommerce-LoopProduct-link {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
}

.related.products ul.products li.product a img {
  width: 100% !important;
  margin: 0 0 12px !important;
  background: var(--tgh-color-surface-subtle);
  object-fit: cover;
}

.related.products ul.products li.product .woocommerce-loop-product__title {
  margin: 0;
  color: var(--tgh-color-text);
  line-height: 1.45;
}

.related.products ul.products li.product .price {
  min-height: 38px;
  margin-top: auto;
  padding-top: 8px;
  color: var(--tgh-color-primary);
  font-weight: 900;
  line-height: 1.35;
}

.related.products ul.products li.product .button,
.related.products ul.products li.product a.added_to_cart {
  display: flex;
  width: 100%;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin: 8px 0 0 !important;
  padding: 0 10px !important;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
}

.related.products ul.products li.product .button {
  background: var(--tgh-color-primary) !important;
  box-shadow: 0 7px 18px rgba(98, 73, 31, .14);
  color: var(--tgh-color-surface);
}

.related.products ul.products li.product .button:hover {
  background: var(--tgh-color-primary-hover) !important;
  color: var(--tgh-color-surface);
}

.related.products ul.products li.product a.added_to_cart {
  border: 1px solid var(--tgh-color-border);
  background: transparent;
  color: var(--tgh-color-brand);
}

.tgh-mobile-buy-bar {
  display: none;
}

.tgh-product-footer {
  position: relative;
  padding: 0;
  overflow: hidden;
  border-top: 4px solid var(--tgh-color-primary);
  background:
    radial-gradient(circle at 12% 8%, rgba(200, 169, 107, .16), transparent 25rem),
    linear-gradient(135deg, #211e19, #131210 72%);
  color: var(--tgh-color-surface);
}

.tgh-product-footer::before {
  position: absolute;
  top: -140px;
  right: -120px;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  content: "";
}

.tgh-product-footer__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 1.5fr) repeat(2, minmax(150px, .72fr)) minmax(190px, .9fr);
  gap: clamp(32px, 4vw, 64px);
  padding-block: 58px 46px;
}

.tgh-product-footer strong,
.tgh-product-footer__logo {
  color: var(--tgh-color-surface) !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.tgh-product-footer__logo {
  display: inline-flex;
  font-size: 18px;
  letter-spacing: .09em;
}

.tgh-product-footer__brand p {
  max-width: 390px;
  margin: 15px 0 22px;
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
  line-height: 1.7;
}

.tgh-product-footer__contact-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 11px;
  background: rgba(255, 255, 255, .06);
  color: var(--tgh-color-surface) !important;
  font-size: 13px;
  font-weight: 800;
}

.tgh-product-footer nav,
.tgh-product-footer__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.tgh-product-footer nav strong,
.tgh-product-footer__contact > strong {
  margin-bottom: 5px;
  color: #efc873 !important;
}

.tgh-product-footer nav a,
.tgh-product-footer__contact a,
.tgh-product-footer address {
  color: rgba(255, 255, 255, .72) !important;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.55;
}

.tgh-product-footer nav a:hover,
.tgh-product-footer__contact a:hover {
  color: var(--tgh-color-surface) !important;
}

.tgh-product-footer__phone {
  margin-top: 3px;
  color: var(--tgh-color-surface) !important;
  font-size: 17px !important;
  font-weight: 800 !important;
}

.tgh-product-footer__bottom {
  position: relative;
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, .11);
  color: rgba(255, 255, 255, .55);
  font-size: 13px;
}

@media (min-width: 961px) {
  .tgh-variation-group.is-color-group.has-many-options .tgh-swatches--color {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: none;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    padding: 3px 0;
    overflow: visible;
    scroll-snap-type: none;
  }

  .tgh-variation-group.is-color-group.has-many-options .tgh-swatch {
    min-width: 0;
    width: 100%;
    scroll-snap-align: none;
  }

  .woocommerce div.product div.images.woocommerce-product-gallery:has(.flex-control-thumbs li:nth-child(5)) .flex-control-thumbs {
    display: grid !important;
    max-height: 319px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: none;
    grid-auto-flow: row;
    align-items: start;
    padding-right: 5px !important;
    overflow-x: hidden;
    overflow-y: auto;
    scroll-snap-type: y proximity;
  }

  .woocommerce div.product div.images.woocommerce-product-gallery:has(.flex-control-thumbs li:nth-child(5)) .flex-control-thumbs li {
    width: 100% !important;
  }

  .woocommerce div.product div.images.woocommerce-product-gallery:has(.flex-control-thumbs li:nth-child(5)) .flex-control-thumbs img {
    height: auto;
  }

  .tgh-wholesale-summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    padding-block: 13px;
  }

  .tgh-wholesale-summary p {
    margin: 0;
    line-height: 1.55;
  }

  .tgh-wholesale-summary__actions {
    flex-wrap: nowrap;
    gap: 6px;
  }

  .tgh-wholesale-summary .tgh-button {
    min-height: 38px;
    padding-inline: 12px;
  }

  .tgh-summary-policies span {
    min-height: 54px;
  }
}

@media (max-width: 960px) {
  .woocommerce div.product {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
  }

  .woocommerce div.product div.summary {
    padding: 24px;
  }

  .woocommerce div.product .product_title {
    font-size: clamp(30px, 4vw, 36px);
  }

  .tgh-product-section {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
    padding: 28px;
  }

  .tgh-product-section h2,
  .related.products > h2 {
    font-size: 29px;
  }

  .tgh-product-nav {
    display: none;
  }

  .tgh-product-actions > a:first-child,
  .tgh-product-actions__zalo {
    display: none;
  }

  .tgh-mobile-menu-toggle {
    display: flex;
  }

  .tgh-recent-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tgh-policy-grid {
    grid-template-columns: 1fr;
  }

  .tgh-product-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tgh-product-footer__brand,
  .tgh-product-footer__contact {
    grid-column: 1 / -1;
  }
}

@media (max-width: 840px) {
  .woocommerce div.product form.cart .variations_button,
  .woocommerce div.product form.cart:not(.variations_form) {
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .woocommerce div.product form.cart .tgh-buy-now {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .tgh-shell {
    width: min(100% - 28px, 1200px);
  }

  .tgh-product-page--child .tgh-brand span {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 1px;
  }

  .tgh-topbar__message span:last-child,
  .tgh-topbar__message i,
  .tgh-topbar__contact a:first-child,
  .tgh-brand small,
  .tgh-product-actions > a:first-child,
  .tgh-product-actions__zalo {
    display: none;
  }

  .tgh-topbar__inner {
    min-height: 30px;
  }

  .tgh-product-actions .tgh-product-actions__zalo {
    display: none !important;
  }

  .tgh-product-header__inner {
    min-height: 56px;
    gap: 12px;
  }

  .tgh-brand svg {
    width: 30px;
    height: 30px;
  }

  .tgh-brand strong {
    font-size: 13px;
    letter-spacing: .035em;
  }

  .tgh-product-actions__zalo {
    min-height: 40px !important;
    padding-inline: 13px;
    font-size: 13px !important;
  }

  .tgh-product-actions__cart {
    min-height: 40px !important;
    padding-inline: 10px;
    font-size: 13px !important;
  }

  .tgh-product-actions__cart {
    padding-inline: 9px;
  }

  .tgh-mobile-menu-toggle {
    width: 40px;
    height: 40px;
  }

  .tgh-mobile-navigation__links {
    grid-template-columns: minmax(0, 1fr);
  }

  .tgh-recent-products {
    margin-top: 30px;
    padding: 20px 14px;
    border-radius: 18px;
  }

  .tgh-recent-products__grid {
    display: flex;
    gap: 10px;
    margin-right: -14px;
    padding-right: 14px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }

  .tgh-recent-card {
    width: min(82vw, 300px);
    flex: 0 0 min(82vw, 300px);
    scroll-snap-align: start;
  }

  .tgh-product-main {
    padding-top: 14px;
  }

  .woocommerce-breadcrumb {
    max-height: 24px;
    margin-bottom: 9px !important;
    overflow: hidden;
    white-space: nowrap;
  }

  .woocommerce .woocommerce-message {
    min-height: 0;
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    padding: 14px 14px 14px 46px;
  }

  .woocommerce .woocommerce-message::before {
    top: 22px;
    left: 16px;
    transform: none;
  }

  .woocommerce .woocommerce-message .button,
  .woocommerce .woocommerce-message a.wc-forward {
    width: 100%;
    min-width: 0;
    margin: 0;
  }

  .woocommerce div.product {
    display: flex;
    flex-direction: column;
    gap: 22px;
    overflow-x: clip;
  }

  .woocommerce div.product div.summary {
    order: 2;
    padding: 20px 18px;
    border-radius: 19px;
  }

  .woocommerce div.product div.images.woocommerce-product-gallery {
    order: 1;
    position: relative !important;
    top: auto;
    width: 100% !important;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    flex: 0 0 auto;
  }

  .woocommerce div.product .woocommerce-tabs {
    order: 3;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-self: stretch;
    flex: 0 1 auto;
  }

  .woocommerce div.product .woocommerce-tabs > * {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }

  .woocommerce div.product .product_title {
    max-width: none;
    margin-bottom: 9px;
    font-size: clamp(27px, 8vw, 32px);
    line-height: 1.08;
  }

  .tgh-product-eyebrow {
    margin-bottom: 8px;
  }

  .tgh-product-sku {
    margin-bottom: 8px;
  }

  .woocommerce div.product p.price,
  .woocommerce div.product span.price {
    min-height: 31px;
    margin-bottom: 8px;
    font-size: 26px;
  }

  .tgh-moq-prompt {
    margin-bottom: 9px;
  }

  .woocommerce div.product form.cart {
    margin-bottom: 9px;
    padding: 11px;
  }

  .tgh-variations {
    gap: 0;
    margin-bottom: 9px;
  }

  .tgh-variation-selector__head {
    min-height: 64px;
    gap: 12px;
    margin: -11px -11px 2px;
    padding: 11px 12px;
  }

  .tgh-variation-selector__head p {
    font-size: 15px;
  }

  .tgh-variation-selector__head div > span {
    max-width: 220px;
  }

  .tgh-variation-group {
    padding: 14px 0 13px;
  }

  .tgh-variation-group legend {
    align-items: center;
    margin-bottom: 10px;
  }

  .tgh-variation-group__current {
    max-width: 44%;
  }

  .tgh-variation-group__meta {
    margin: 0;
  }

  .tgh-swatches--color {
    grid-template-rows: repeat(2, 54px);
    grid-template-columns: none;
    grid-auto-columns: minmax(154px, max-content);
    grid-auto-flow: column;
    padding: 3px 5px 5px 0;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }

  .tgh-swatches--color .tgh-swatch {
    min-width: 154px;
    scroll-snap-align: start;
  }

  .tgh-swatches--text {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tgh-swatch--text {
    min-height: 50px;
    padding-inline: 9px;
  }

  .woocommerce div.product form.cart .variations_button,
  .woocommerce div.product form.cart:not(.variations_form) {
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .woocommerce div.product form.cart .tgh-buy-now {
    grid-column: 1 / -1;
  }

  .woocommerce div.product form.cart .single_add_to_cart_button {
    width: 100%;
    min-width: 0 !important;
    padding-inline: 8px;
  }

  .tgh-quantity-control {
    grid-template-columns: 32px 54px 32px;
  }

  .tgh-stock-status {
    margin-bottom: 8px;
  }

  .tgh-summary-attributes {
    align-items: flex-start;
    margin-bottom: 10px;
    padding: 11px 12px;
  }

  .tgh-summary-attributes dl {
    display: grid;
    gap: 7px;
  }

  .tgh-summary-attributes dl > div {
    justify-content: space-between;
    gap: 12px;
  }

  .tgh-summary-attributes dd {
    text-align: right;
  }

  .tgh-wholesale-summary {
    padding: 14px 0;
  }

  .tgh-wholesale-summary p {
    line-height: 1.55;
  }

  .tgh-summary-policies {
    grid-template-columns: 1fr;
    margin-top: 9px;
    border-radius: 11px;
  }

  .tgh-summary-policies span {
    min-height: 42px;
    justify-content: flex-start;
    padding: 8px 12px 8px 31px;
    text-align: left;
  }

  .tgh-summary-policies span::before {
    left: 14px;
  }

  .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    border-radius: 17px;
  }

  .woocommerce div.product div.images .flex-control-thumbs {
    width: 100%;
    max-width: 100%;
    gap: 8px;
  }

  .woocommerce div.product div.images .flex-control-thumbs li {
    width: 66px !important;
    flex-basis: 66px;
  }

  .woocommerce div.product div.images .flex-control-thumbs img {
    height: 66px;
    border-radius: 9px;
  }

  .woocommerce div.product .woocommerce-tabs {
    margin-top: 24px;
  }

  .tgh-product-sections {
    gap: 14px;
  }

  .tgh-product-section {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px 18px;
    border-radius: 18px;
  }

  .tgh-product-section__heading {
    display: block;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .tgh-product-section h2,
  .related.products > h2 {
    font-size: 27px;
  }

  .tgh-product-section__heading p {
    margin: 0 0 6px;
  }

  .tgh-product-copy {
    font-size: 15px;
    line-height: 1.65;
  }

  .tgh-summary-description {
    margin-bottom: 10px;
    padding: 11px 12px 11px 16px;
    font-size: 13px;
    line-height: 1.55;
  }

  .tgh-product-copy__details {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .tgh-product-copy__details p,
  .tgh-product-copy__details p:first-child {
    grid-column: auto;
    padding: 14px 0;
    border-top: 1px solid var(--tgh-color-border);
  }

  .tgh-product-copy__details p:first-child {
    padding-top: 0;
    border-top: 0;
  }

  .tgh-product-section--uses {
    gap: 16px;
    padding-block: 22px;
  }

  .tgh-use-list {
    gap: 8px;
  }

  .tgh-use-list a {
    min-height: 40px;
    padding-inline: 14px;
    font-size: 13px;
  }

  .tgh-policy-grid {
    gap: 9px;
  }

  .tgh-policy-grid > div {
    padding: 16px;
  }

  .tgh-policy-index {
    min-width: 32px;
    min-height: 26px;
    margin-bottom: 12px;
  }

  .tgh-policy-grid h3 {
    margin-bottom: 6px;
  }

  .tgh-faq-list summary {
    min-height: 54px;
    grid-template-columns: 1fr 28px;
    gap: 12px;
    font-size: 14px;
  }

  .tgh-faq-list summary span {
    width: 28px;
    height: 28px;
  }

  .tgh-faq-list details p {
    margin: 0 40px 17px 0;
    font-size: 14px;
    line-height: 1.65;
  }

  .tgh-tier-table th,
  .tgh-tier-table td {
    padding: 12px;
  }

  .tgh-specification-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .tgh-specification-item,
  .tgh-specification-item.is-wide {
    grid-column: auto;
    padding: 15px;
    border-radius: 14px;
  }

  .tgh-specification-item dt {
    align-items: flex-start;
  }

  .tgh-specification-item dt small {
    padding-top: 1px;
  }

  .tgh-specification-values {
    gap: 6px;
  }

  .tgh-specification-values span {
    min-height: 28px;
    padding-inline: 9px;
  }

  .tgh-tier-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

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

  .tgh-tier-table tr {
    display: grid;
    grid-template-columns: 1fr auto;
    border-bottom: 1px solid var(--tgh-color-border);
  }

  .tgh-tier-table td {
    border: 0;
  }

  .tgh-mobile-buy-bar {
    position: fixed;
    z-index: 120;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    height: 56px;
    grid-template-columns: minmax(0, 1fr) minmax(150px, .72fr);
    align-items: center;
    gap: 10px;
    padding: 6px 12px calc(6px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--tgh-color-border);
    background: rgba(255, 253, 249, .97);
    box-shadow: 0 -12px 34px rgba(43, 34, 21, .14);
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%);
    transition: opacity .2s ease, transform .2s ease;
  }

  .tgh-mobile-buy-bar.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .tgh-mobile-buy-bar__price {
    overflow: hidden;
    color: var(--tgh-color-primary-hover);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tgh-mobile-buy-bar__price .price {
    font-size: inherit !important;
  }

  .tgh-mobile-buy-bar__button {
    min-height: 44px;
    border: 0;
    border-radius: 10px;
    background: var(--tgh-color-primary);
    color: var(--tgh-color-surface);
    font: 800 14px/1 var(--tgh-body);
  }

  .tgh-mobile-buy-bar__button:disabled {
    opacity: .45;
  }

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

  .tgh-product-sections > .related.products {
    min-width: 0;
    padding-top: 16px;
    overflow: hidden;
  }

  .related.products > h2 {
    margin-bottom: 15px;
  }

  .related.products ul.products {
    display: grid !important;
    grid-template-columns: none;
    grid-auto-columns: calc((100% - 12px) / 2);
    grid-auto-flow: column;
    align-items: start;
    gap: 12px;
    margin: 0 !important;
    padding: 2px 2px 12px !important;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-padding-inline: 2px;
    scroll-snap-type: x mandatory;
    scrollbar-color: rgba(46, 42, 35, .24) transparent;
    scrollbar-width: thin;
  }

  .related.products ul.products li.product {
    min-height: 0;
    align-self: start;
    padding: 9px;
    border-radius: 14px;
    scroll-snap-align: start;
  }

  .related.products ul.products li.product > a.woocommerce-LoopProduct-link {
    flex: 0 0 auto;
  }

  .related.products ul.products li.product a img {
    height: 124px;
    margin-bottom: 8px !important;
    border-radius: 11px;
    object-fit: cover;
  }

  .related.products ul.products li.product .woocommerce-loop-product__title {
    display: -webkit-box;
    min-height: 40px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .related.products ul.products li.product .price {
    min-height: 38px;
    margin-top: 6px;
    padding-top: 0;
    font-size: 15px;
  }

  .related.products ul.products li.product .button,
  .related.products ul.products li.product a.added_to_cart {
    min-height: 44px;
    margin-top: 7px !important;
  }

  .tgh-product-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 22px;
    padding-block: 42px 34px;
  }

  .tgh-product-footer__brand {
    grid-column: 1 / -1;
  }

  .tgh-product-footer__brand p {
    margin-block: 12px 18px;
  }

  .tgh-product-footer__contact {
    grid-column: 1 / -1;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .11);
  }

  .tgh-product-footer__bottom {
    min-height: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    padding-block: 20px calc(78px + env(safe-area-inset-bottom));
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

@media (max-width: 700px) {
  body.tgh-product-page--child .tgh-product-header .tgh-brand > span {
    display: flex !important;
  }
}
