:root {
  --tgh-ink: #18332d;
  --tgh-ink-deep: #0d2923;
  --tgh-forest: #1d463b;
  --tgh-paper: #f7f1e7;
  --tgh-paper-bright: #fffaf2;
  --tgh-saffron: #e5a93f;
  --tgh-coral: #d9654b;
  --tgh-white: #fffdf9;
  --tgh-line: rgba(24, 51, 45, .13);
  --tgh-shadow: 0 24px 60px rgba(24, 51, 45, .1);
  --tgh-display: "Fraunces", Georgia, serif;
  --tgh-body: "Manrope", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.tgh-product-page { margin: 0; background: var(--tgh-white); color: var(--tgh-ink); font-family: var(--tgh-body); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.tgh-product-page a { color: inherit; text-decoration: none; }
body.tgh-product-page img { max-width: 100%; height: auto; }
body.tgh-product-page button, body.tgh-product-page input { font: inherit; }
body.tgh-product-page :focus-visible { outline: 3px solid var(--tgh-saffron); outline-offset: 3px; }
.tgh-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.tgh-skip-link { position: fixed; z-index: 10000; top: 10px; left: 16px; padding: 10px 16px; border-radius: 8px; background: var(--tgh-white); transform: translateY(-160%); }
.tgh-skip-link:focus { transform: none; }

.tgh-topbar { background: var(--tgh-ink-deep); color: rgba(255, 255, 255, .8); font-size: 12px; }
.tgh-topbar__inner { display: flex; min-height: 34px; align-items: center; justify-content: space-between; gap: 24px; }
.tgh-topbar__message, .tgh-topbar__contact { display: flex; align-items: center; gap: 12px; }
.tgh-topbar__message i { width: 3px; height: 3px; border-radius: 50%; background: var(--tgh-saffron); }
.tgh-topbar__contact a { display: inline-flex; min-height: 34px; align-items: center; font-weight: 700; }
.tgh-topbar__contact a + a { padding-left: 12px; border-left: 1px solid rgba(255, 255, 255, .2); }

.tgh-product-header { position: sticky; z-index: 90; top: 0; border-bottom: 1px solid var(--tgh-line); background: rgba(255, 253, 249, .95); backdrop-filter: blur(16px); }
.admin-bar .tgh-product-header { top: 32px; }
.tgh-product-header__inner { display: grid; min-height: 78px; grid-template-columns: auto 1fr auto; align-items: center; gap: 42px; }
.tgh-brand { display: inline-flex; align-items: center; gap: 11px; color: var(--tgh-forest); }
.tgh-brand svg { width: 38px; height: 38px; flex: 0 0 auto; }
.tgh-brand span { display: flex; flex-direction: column; line-height: 1.05; }
.tgh-brand strong { font-size: 14px; letter-spacing: .075em; }
.tgh-brand small { margin-top: 5px; color: #71817b; font-size: 10px; letter-spacing: .04em; }
.tgh-product-nav { display: flex; align-items: center; justify-content: center; gap: clamp(22px, 3vw, 38px); }
.tgh-product-nav a, .tgh-product-actions a { display: inline-flex; min-height: 44px; align-items: center; font-size: 13px; font-weight: 700; }
.tgh-product-nav a:hover { color: var(--tgh-coral); }
.tgh-product-actions { display: flex; align-items: center; gap: 10px; }
.tgh-product-actions__zalo { min-height: 42px !important; padding: 0 18px; border-radius: 999px; background: var(--tgh-forest); color: var(--tgh-white) !important; }

.tgh-product-main { padding-top: 28px; }
.woocommerce-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 0 0 26px !important; color: #71817b !important; font-size: 13px !important; }
.woocommerce-breadcrumb a { color: var(--tgh-forest) !important; font-weight: 700; }
.woocommerce-notices-wrapper { margin-bottom: 18px; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border: 1px solid var(--tgh-line) !important; border-top: 3px solid var(--tgh-forest) !important; border-radius: 12px; background: var(--tgh-paper-bright) !important; color: var(--tgh-ink) !important; }

.woocommerce div.product { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(360px, .94fr); gap: clamp(42px, 6vw, 82px); align-items: start; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { float: none; width: auto; margin: 0; }
.woocommerce div.product div.images { position: sticky; top: 128px; }
.admin-bar .woocommerce div.product div.images { top: 160px; }
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper { overflow: hidden; border: 1px solid var(--tgh-line); border-radius: 24px; background: #f4efe7; box-shadow: var(--tgh-shadow); }
.woocommerce div.product div.images img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.woocommerce div.product div.images .flex-control-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 12px !important; }
.woocommerce div.product div.images .flex-control-thumbs li { float: none; width: auto; }
.woocommerce div.product div.images .flex-control-thumbs img { border: 1px solid var(--tgh-line); border-radius: 10px; }
.woocommerce span.onsale { top: 18px; left: 18px; min-width: 0; min-height: 0; padding: 7px 11px; border-radius: 999px; background: var(--tgh-coral); font-size: 12px; line-height: 1.2; }

.woocommerce div.product div.summary { padding: clamp(8px, 2vw, 24px) 0 30px; }
.woocommerce div.product .product_title { margin: 0 0 18px; color: var(--tgh-ink); font-family: var(--tgh-display); font-size: clamp(38px, 4.4vw, 58px); font-weight: 600; letter-spacing: -.035em; line-height: 1.04; }
.woocommerce div.product .woocommerce-product-rating { margin-bottom: 12px; }
.woocommerce .star-rating { color: var(--tgh-saffron); }
.woocommerce div.product p.price, .woocommerce div.product span.price { margin: 0 0 22px; color: var(--tgh-coral); font-size: clamp(25px, 3vw, 34px); font-weight: 700; letter-spacing: -.03em; }
.woocommerce div.product p.price del { color: #829089; font-size: .65em; opacity: 1; }
.woocommerce-product-details__short-description { margin-bottom: 24px; color: #5e716a; font-size: 15px; }
.woocommerce-product-details__short-description p { margin: 0; }
.woocommerce div.product form.cart { display: flex; align-items: stretch; gap: 10px; margin: 0 0 24px; padding: 20px; border: 1px solid var(--tgh-line); border-radius: 18px; background: var(--tgh-paper-bright); }
.woocommerce .quantity .qty { width: 74px; min-height: 50px; border: 1px solid var(--tgh-line); border-radius: 12px; background: var(--tgh-white); color: var(--tgh-ink); }
.woocommerce div.product form.cart .button, .woocommerce a.button, .woocommerce button.button { min-height: 50px; padding: 0 24px; border-radius: 12px; background: var(--tgh-forest) !important; color: var(--tgh-white) !important; font-weight: 700; }
.woocommerce div.product form.cart .button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover { background: var(--tgh-ink-deep) !important; }
.woocommerce div.product .stock { color: var(--tgh-forest); font-weight: 700; }
.woocommerce div.product .product_meta { display: grid; gap: 8px; padding-top: 18px; border-top: 1px solid var(--tgh-line); color: #708078; font-size: 13px; }
.woocommerce div.product .product_meta > span { display: block; }
.woocommerce div.product .product_meta a { color: var(--tgh-forest); font-weight: 700; }

.woocommerce div.product .woocommerce-tabs { grid-column: 1 / -1; margin-top: 34px; padding-top: 34px; border-top: 1px solid var(--tgh-line); }
.woocommerce div.product .woocommerce-tabs ul.tabs { display: flex; gap: 8px; margin: 0 0 28px; padding: 0; overflow: visible; }
.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0; padding: 0; border: 0; border-radius: 999px; background: var(--tgh-paper); }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 11px 18px; color: #60736c; font-size: 13px; font-weight: 700; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { background: var(--tgh-forest); }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--tgh-white); }
.woocommerce div.product .woocommerce-tabs .panel { margin: 0 0 42px; }
.woocommerce div.product .woocommerce-tabs .panel h2 { margin: 0 0 16px; font-family: var(--tgh-display); font-size: 30px; font-weight: 600; }
.woocommerce table.shop_attributes { border: 1px solid var(--tgh-line); border-radius: 14px; overflow: hidden; }
.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td { padding: 12px 16px; border-color: var(--tgh-line); }
.woocommerce table.shop_attributes th { width: 190px; background: var(--tgh-paper); }
.woocommerce table.shop_attributes td { background: var(--tgh-white); font-style: normal; }
.woocommerce table.shop_attributes td p { padding: 0; }

.related.products, .upsells.products { grid-column: 1 / -1; padding: 30px 0 70px; }
.related.products > h2, .upsells.products > h2 { margin: 0 0 24px; font-family: var(--tgh-display); font-size: 34px; font-weight: 600; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { float: none; width: auto; margin: 0; }
.woocommerce ul.products li.product a img { margin: 0 0 13px; border-radius: 16px; background: var(--tgh-paper); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0; color: var(--tgh-ink); font-size: 15px; line-height: 1.45; }
.woocommerce ul.products li.product .price { color: var(--tgh-coral); font-size: 16px; font-weight: 700; }

.tgh-product-policies { margin-top: 74px; border-block: 1px solid var(--tgh-line); background: var(--tgh-paper-bright); }
.tgh-product-policies__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.tgh-product-policies__grid > div { display: grid; min-height: 112px; grid-template-columns: 30px 1fr; align-items: start; gap: 12px; padding: 24px 18px; }
.tgh-product-policies__grid > div + div { border-left: 1px solid var(--tgh-line); }
.tgh-product-policies b { padding-top: 4px; border-top: 2px solid var(--tgh-saffron); color: var(--tgh-forest); font-size: 11px; }
.tgh-product-policies span { display: flex; flex-direction: column; }
.tgh-product-policies strong { font-size: 14px; }
.tgh-product-policies small { margin-top: 4px; color: #697a73; font-size: 12px; line-height: 1.45; }

.tgh-product-footer { padding: 48px 0; background: var(--tgh-ink-deep); color: var(--tgh-white); }
.tgh-product-footer__inner { display: flex; justify-content: space-between; gap: 48px; }
.tgh-product-footer strong { letter-spacing: .07em; }
.tgh-product-footer p { max-width: 520px; margin: 9px 0 0; color: rgba(255, 255, 255, .66); font-size: 13px; }
.tgh-product-footer__inner > div:last-child { display: flex; flex-direction: column; align-items: flex-end; gap: 5px; color: rgba(255, 255, 255, .72); font-size: 13px; text-align: right; }
.tgh-product-footer a { color: var(--tgh-white) !important; font-weight: 700; }

@media (max-width: 900px) {
  .tgh-product-header__inner { grid-template-columns: 1fr auto; gap: 18px; }
  .tgh-product-nav { display: none; }
  .woocommerce div.product { grid-template-columns: 1fr; gap: 30px; }
  .woocommerce div.product div.images.woocommerce-product-gallery { position: static !important; top: auto !important; }
  .woocommerce div.product div.summary { padding-top: 0; }
  .woocommerce div.product .product_title { font-size: clamp(34px, 8vw, 48px); }
  .tgh-product-policies__grid { grid-template-columns: repeat(2, 1fr); }
  .tgh-product-policies__grid > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--tgh-line); }
  .tgh-product-policies__grid > div:nth-child(4) { border-top: 1px solid var(--tgh-line); }
  .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .tgh-shell { width: min(100% - 28px, 1180px); }
  .admin-bar .tgh-product-header { top: 46px; }
  .tgh-topbar__message span:not(:first-child), .tgh-topbar__message i { display: none; }
  .tgh-topbar__contact a:first-child { display: none; }
  .tgh-product-header__inner { min-height: 68px; }
  .tgh-brand svg { width: 34px; height: 34px; }
  .tgh-brand small, .tgh-product-actions > a:first-child { display: none; }
  .tgh-product-actions__zalo { min-height: 40px !important; padding-inline: 14px; font-size: 12px !important; }
  .tgh-product-main { padding-top: 20px; }
  .woocommerce-breadcrumb { margin-bottom: 18px !important; }
  .woocommerce div.product div.images .woocommerce-product-gallery__wrapper { border-radius: 18px; }
  .woocommerce div.product .product_title { margin-bottom: 12px; font-size: 34px; }
  .woocommerce div.product p.price, .woocommerce div.product span.price { font-size: 27px; }
  .woocommerce div.product form.cart { flex-wrap: wrap; padding: 15px; }
  .woocommerce div.product form.cart .button { flex: 1; min-width: 190px; }
  .woocommerce div.product .woocommerce-tabs ul.tabs { overflow-x: auto; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li { flex: 0 0 auto; }
  .woocommerce table.shop_attributes th { width: 120px; }
  .tgh-product-policies { margin-top: 50px; }
  .tgh-product-policies__grid { grid-template-columns: 1fr; }
  .tgh-product-policies__grid > div + div { border-top: 1px solid var(--tgh-line); border-left: 0; }
  .tgh-product-footer__inner { flex-direction: column; gap: 26px; }
  .tgh-product-footer__inner > div:last-child { align-items: flex-start; text-align: left; }
}
