/* Token thiết kế */
:root {
  --lc-primary: #dd0e13;
  --lc-primary-dark: #a90114;
  --lc-primary-light: #ff4d4d;
  --lc-accent: #fff0f0;
  --lc-red: #e60000;
  --lc-red-dark: #cc0000;
  --lc-orange: #ff6600;
  --lc-yellow: #F1B300;
  --lc-green: #28a745;
  --lc-bg-light: #f5f5f5;
  --lc-bg-white: #ffffff;
  --lc-text-dark: #222222;
  --lc-text-body: #333333;
  --lc-text-muted: #666666;
  --lc-text-light: #999999;
  --lc-border: #e8e8e8;
  --lc-border-light: #f0f0f0;
  --lc-shadow-sm: 0 1px 4px rgba(0,0,0,.06);
  --lc-shadow-md: 0 4px 16px rgba(0,0,0,.1);
  --lc-shadow-lg: 0 8px 30px rgba(0,0,0,.14);
  --lc-radius-sm: 6px;
  --lc-radius-md: 10px;
  --lc-radius-lg: 14px;
  --lc-radius-full: 999px;
  --lc-transition: .28s cubic-bezier(.4,0,.2,1);
  --lc-font: 'Be Vietnam Pro', 'Roboto', 'Arial', sans-serif;
}

/* Trang sản phẩm */
body.tgdm-lc-single-product {
  background: #f5f6f8;
}
body.tgdm-lc-single-product #header,
body.tgdm-lc-single-product #footer,
body.tgdm-lc-single-product .shop-page-title,
body.tgdm-lc-single-product .woocommerce-breadcrumb {
  display: none !important;
}
body.tgdm-lc-single-product #main,
body.tgdm-lc-single-product .shop-container {
  max-width: none;
  padding: 0;
}
.tgdm-product-page {
  color: #292929;
  background: #f5f6f8;
}
body.tgdm-lc-single-product .tgdm-lc-category-nav-policy-bar {
  padding-top: 16px;
  background: #fff;
}
.tgdm-product-shell {
  padding-bottom: 40px;
}
.tgdm-product-breadcrumb {
  display: flex;
  gap: 9px;
  padding: 14px 0 20px;
  color: #7a7a7a;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
}
.tgdm-product-breadcrumb a { color: #333; }
.tgdm-product-breadcrumb strong { overflow: hidden; text-overflow: ellipsis; font-weight: 400; }
.tgdm-product-hero-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 20px;
  align-items: start;
}
.tgdm-product-main-card,
.tgdm-product-gallery-panel,
.tgdm-product-buy-panel,
.tgdm-product-benefits,
.tgdm-product-description-card,
.tgdm-product-spec-card,
.tgdm-product-sticky-buy,
.tgdm-product-recommendations {
  border-radius: 5px;
  background: #fff;
}
.tgdm-product-main-card {
  display: grid;
  grid-template-columns: minmax(350px, 0.8fr) minmax(440px, 1.2fr);
  min-height: 610px;
  overflow: hidden;
}
.tgdm-product-gallery-panel,
.tgdm-product-buy-panel {
  min-width: 0;
  padding: 24px 20px 18px;
}
.tgdm-product-buy-panel {
  padding-top: 22px;
}
.tgdm-product-main-image {
  position: relative;
  display: flex;
  height: 450px;
  align-items: center;
  justify-content: center;
  cursor: zoom-in;
}
.tgdm-product-main-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tgdm-product-gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  width: 48px;
  height: 64px;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  color: #6d6d6d;
  opacity: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition: color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}
.tgdm-product-gallery-arrow.is-hidden { display: none; }
.tgdm-product-gallery-arrow svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.tgdm-product-gallery-arrow.is-prev {
  left: -6px;
}
.tgdm-product-gallery-arrow.is-next {
  right: -6px;
}
.tgdm-product-gallery-arrow:hover,
.tgdm-product-gallery-arrow:focus-visible {
  background: #fff;
  box-shadow: 0 8px 22px rgba(0,0,0,.16);
  color: #333;
  outline: 0;
  transform: translateY(-50%) scale(1.04);
}
.tgdm-product-thumbnail-carousel {
  position: relative;
  display: block;
  min-height: 126px;
  margin-top: 10px;
  overflow: hidden;
}
.tgdm-product-thumbnails {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  cursor: grab;
  touch-action: pan-x;
  user-select: none;
}
.tgdm-product-thumbnails::-webkit-scrollbar { display: none; }
.tgdm-product-thumbnails.is-dragging { cursor: grabbing; scroll-behavior: auto; }
.tgdm-product-thumbnails button {
  width: 112px;
  height: 112px;
  min-width: 112px;
  flex: 0 0 112px;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  scroll-snap-align: start;
}
.tgdm-product-thumbnails button.is-active { border: 2px solid #dd0e13; }
.tgdm-product-thumbnails img { width: 100%; height: 100%; object-fit: contain; }
html.tgdm-lightbox-open,
html.tgdm-lightbox-open body { overflow: hidden; }
.tgdm-product-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: none;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #aaa;
}
.tgdm-product-lightbox.is-open { display: flex; }
.tgdm-product-lightbox-stage {
  display: flex;
  width: min(76vw, 1120px);
  height: min(72vh, 760px);
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.tgdm-product-lightbox-stage img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  background: #fff;
}
.tgdm-product-lightbox-count {
  position: absolute;
  top: 20px;
  left: 28px;
  font-size: 18px;
  letter-spacing: 1px;
}
.tgdm-product-lightbox-close {
  position: absolute;
  top: 12px;
  right: 20px;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #aaa;
  font-size: 42px;
  font-weight: 300;
  line-height: 1;
}
.tgdm-product-lightbox-close:hover { color: #fff; }
.tgdm-product-lightbox-arrow {
  position: absolute;
  top: 50%;
  display: flex;
  width: 70px;
  height: 90px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #aaa;
  transform: translateY(-50%);
}
.tgdm-product-lightbox-arrow.is-prev { left: 20px; }
.tgdm-product-lightbox-arrow.is-next { right: 20px; }
.tgdm-product-lightbox-arrow.is-hidden { display: none; }
.tgdm-product-lightbox-arrow:hover { color: #fff; }
.tgdm-product-lightbox-arrow svg { width: 42px; height: 42px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.tgdm-product-lightbox-title {
  position: absolute;
  right: 90px;
  bottom: 14px;
  left: 90px;
  overflow: hidden;
  color: #fff;
  font-size: 17px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 849px) {
  .tgdm-product-lightbox-stage { width: calc(100vw - 90px); height: calc(100vh - 150px); }
  .tgdm-product-lightbox-arrow { width: 50px; height: 70px; }
  .tgdm-product-lightbox-arrow.is-prev { left: 4px; }
  .tgdm-product-lightbox-arrow.is-next { right: 4px; }
  .tgdm-product-lightbox-arrow svg { width: 34px; height: 34px; }
  .tgdm-product-lightbox-count { top: 14px; left: 16px; font-size: 15px; }
  .tgdm-product-lightbox-close { top: 7px; right: 8px; }
  .tgdm-product-lightbox-title { right: 55px; bottom: 12px; left: 55px; font-size: 14px; }
}
.tgdm-product-buy-panel h1 {
  margin: 0 0 16px;
  font-size: 32px;
  line-height: 1.22;
  font-weight: 700;
}
.tgdm-product-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 24px;
  font-size: 16px;
}
.tgdm-product-meta span { min-width: 0; }
.tgdm-product-meta strong { color: #dd0e13; font-weight: 700; }
.tgdm-product-price { margin: 28px 0 26px; color: #dd0e13; font-size: 28px; font-weight: 700; }
.tgdm-product-price del { color: #999; font-size: 17px; }
.tgdm-product-qty-row {
  display: flex;
  align-items: center;
  gap: 38px;
  margin-bottom: 24px;
}
.tgdm-product-qty-row .quantity { display: flex; }
.tgdm-product-qty-row input.qty { width: 130px; height: 43px; border: 1px solid #cbd2dc; border-radius: 5px; box-shadow: none; text-align: center; }
.tgdm-product-cart-form .tgdm-product-buy-now,
.tgdm-product-cart-form .tgdm-product-secondary-actions .single_add_to_cart_button {
  display: flex;
  height: 72px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0;
  padding: 8px 16px;
  border: 2px solid #dd0e13;
  border-radius: 5px;
  color: #dd0e13;
  background: #fff;
  box-shadow: none;
  font-family: inherit;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  opacity: 1;
}
.tgdm-product-cart-form .tgdm-product-buy-now {
  width: 100%;
  height: 74px;
  border: 2px solid #dd0e13;
  background: #dd0e13;
  color: #fff;
  font-size: 18px;
}
.tgdm-product-cart-form .tgdm-product-buy-now:hover,
.tgdm-product-cart-form .tgdm-product-buy-now:focus { border-color: #dd0e13; background: #dd0e13; color: #fff; }
.tgdm-product-cart-form .tgdm-product-buy-now strong { font-size: 20px; font-weight: 700; }
.tgdm-product-cart-form .tgdm-product-buy-now span { margin-top: 5px; font-size: 16px; font-weight: 500; text-transform: none; }
.tgdm-product-secondary-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 14px;
}
.tgdm-product-cart-form .tgdm-product-secondary-actions .single_add_to_cart_button { width: 100%; font-size: 19px; font-weight: 700; }
.tgdm-product-cart-form .tgdm-product-secondary-actions .single_add_to_cart_button:hover { border-color: #dd0e13; background: #fff; color: #dd0e13; }
.tgdm-product-hotline { margin: 15px 0 0; color: #333; font-size: 16px; line-height: 1.4; text-align: center; }
.tgdm-product-hotline strong { color: #dd0e13; }
.tgdm-product-benefits { overflow: hidden; background: transparent; }
.tgdm-product-benefits > ul,
.tgdm-product-payment { border-radius: 5px; background: #fff; }
.tgdm-product-benefits ul { margin: 0; padding: 14px 20px; }
.tgdm-product-benefits li.media { display: flex; align-items: flex-start; gap: 14px; margin: 0; padding: 17px 0; border-bottom: 1px dashed #e1e1e1; color: #333; font-size: 16px; line-height: 1.5; }
.tgdm-product-benefits li.media:last-child { border-bottom: 0; }
.tgdm-product-benefit-icon { display: flex; width: 28px; min-width: 28px; align-items: flex-start; justify-content: center; padding-top: 2px; }
.tgdm-product-benefit-icon img { display: block; width: 24px; height: 24px; object-fit: contain; }
.tgdm-product-benefits .media-body { min-width: 0; }
.tgdm-product-payment { margin-top: 20px; padding: 22px; }
.tgdm-product-payment h3 { margin: 0 0 18px; font-size: 18px; }
.tgdm-product-payment img { max-width: 250px; }
.tgdm-product-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
  gap: 22px;
  margin-top: 34px;
  align-items: start;
}
.tgdm-product-description-card,
.tgdm-product-spec-card { padding: 22px; }
.tgdm-product-description-card h2,
.tgdm-product-spec-card h2,
.tgdm-product-recommendations h2 { margin: 0 0 22px; font-size: 24px; }
.tgdm-product-spec-card h3 { font-size: 24px; }
.tgdm-product-spec-list { position: relative; margin: 0 0 14px; overflow: hidden; border: 1px solid #edf0f5; border-radius: 8px; list-style: none; }
.tgdm-product-spec-list.is-collapsed { max-height: 430px; }
.tgdm-product-spec-list.is-collapsed:after { content: ''; position: absolute; right: 0; bottom: 0; left: 0; height: 80px; background: linear-gradient(transparent, #fff); }
.tgdm-product-spec-list.is-expanded { max-height: none; }
.tgdm-product-spec-list li { display: grid; grid-template-columns: minmax(120px, 40%) minmax(0, 1fr); min-height: 48px; margin: 0; line-height: 1.5; border-bottom: 1px solid #edf0f5; }
.tgdm-product-spec-list li:last-child { border-bottom: 0; }
.tgdm-product-spec-list li:nth-child(odd) { background: #f7f8fb; }
.tgdm-product-spec-list li.is-full span { grid-column: 1 / -1; }
.tgdm-product-spec-list li strong,
.tgdm-product-spec-list li span { padding: 12px 14px; }
.tgdm-product-spec-list li strong { color: #333; font-size: 14px; font-weight: 700; text-transform: uppercase; }
.tgdm-product-spec-list li span { color: #444; background: rgba(255,255,255,.5); }
.tgdm-product-spec-modal { position: fixed; inset: 0; z-index: 100000; display: none; align-items: flex-start; justify-content: center; padding: 36px 18px; overflow: auto; background: rgba(0,0,0,.56); }
.tgdm-product-spec-modal.is-open { display: flex; }
.tgdm-product-spec-modal-panel { width: min(690px, 100%); max-height: calc(100vh - 72px); overflow: auto; border-radius: 6px; background: #fff; box-shadow: 0 20px 70px rgba(0,0,0,.26); }
.tgdm-product-spec-modal-head { position: sticky; top: 0; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 20px 24px 14px; background: #fff; }
.tgdm-product-spec-modal-head h2 { margin: 0; font-size: 26px; line-height: 1.25; }
.tgdm-product-spec-modal-head button { width: 36px; height: 36px; border: 0; background: transparent; color: #8a8d94; font-size: 34px; line-height: 1; }
.tgdm-product-spec-list-full { margin: 0 24px 24px; overflow: visible; }
html.tgdm-spec-modal-open,
html.tgdm-spec-modal-open body { overflow: hidden; }
@media (max-width: 640px) {
  .tgdm-product-spec-list li { grid-template-columns: 1fr; }
  .tgdm-product-spec-list li strong { padding-bottom: 4px; }
  .tgdm-product-spec-list li span { padding-top: 4px; }
  .tgdm-product-spec-modal { padding: 18px 10px; }
  .tgdm-product-spec-modal-panel { max-height: calc(100vh - 36px); }
  .tgdm-product-spec-modal-head { padding: 16px 16px 12px; }
  .tgdm-product-spec-modal-head h2 { font-size: 22px; }
  .tgdm-product-spec-list-full { margin: 0 16px 18px; }
}
.tgdm-product-description { position: relative; overflow: hidden; line-height: 1.65; }
.tgdm-product-description.is-collapsed { max-height: 620px; }
.tgdm-product-description.is-collapsed:after { content: ''; position: absolute; right: 0; bottom: 0; left: 0; height: 100px; background: linear-gradient(transparent, #fff); }
.tgdm-product-description.is-expanded { max-height: none; }
.tgdm-product-description img { max-width: 100%; height: auto; }
.tgdm-product-more { width: 100%; min-height: 46px; border: 0; border-radius: 4px; background: #e9ebf2; color: #222; font-size: 15px; }
.tgdm-product-sticky-buy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 138px;
  margin-top: 34px;
  padding: 24px 44px;
  border: 1px solid #ddd;
}
.tgdm-product-sticky-info,
.tgdm-product-sticky-action { display: flex; align-items: center; align-self: center; gap: 22px; }
.tgdm-product-sticky-info { flex: 1 1 auto; min-width: 0; }
.tgdm-product-sticky-info img { flex: 0 0 auto; width: 72px; height: 85px; margin: 0; object-fit: contain; }
.tgdm-product-sticky-info div { display: flex; min-width: 0; flex-direction: column; justify-content: center; gap: 8px; }
.tgdm-product-sticky-info strong,
.tgdm-product-sticky-info span { display: block; margin: 0; line-height: 1.35; }
.tgdm-product-sticky-info span { color: #dd0e13; font-weight: 700; }
.tgdm-product-sticky-action > span { display: inline-flex; height: 54px; margin: 0; align-items: center; white-space: nowrap; line-height: 1; }
.tgdm-product-sticky-qty { display: grid; grid-template-columns: 40px 64px 40px; height: 54px; overflow: hidden; border: 1px solid #cfd5dd; border-radius: 4px; background: #fff; }
.tgdm-product-sticky-qty button,
.tgdm-product-sticky-qty input { width: 100%; height: 100%; min-width: 0; margin: 0; border: 0; border-radius: 0; background: #fff; color: #292929; text-align: center; box-shadow: none; }
.tgdm-product-sticky-qty button { padding: 0; font-size: 22px; line-height: 1; cursor: pointer; }
.tgdm-product-sticky-qty button:first-child { border-right: 1px solid #cfd5dd; }
.tgdm-product-sticky-qty button:last-child { border-left: 1px solid #cfd5dd; }
.tgdm-product-sticky-qty button:hover:not(:disabled) { background: #f2f5f8; color: #dd0e13; }
.tgdm-product-sticky-qty button:disabled { color: #b8bec6; cursor: not-allowed; }
.tgdm-product-sticky-qty input { padding: 0; font-size: 16px; appearance: textfield; -moz-appearance: textfield; }
.tgdm-product-sticky-qty input::-webkit-inner-spin-button,
.tgdm-product-sticky-qty input::-webkit-outer-spin-button { margin: 0; appearance: none; -webkit-appearance: none; }
.tgdm-product-sticky-action > button[data-sticky-cart] {
  display: inline-flex;
  min-width: 220px;
  height: 54px;
  margin: 0;
  padding: 0 28px;
  align-items: center;
  justify-content: center;
  align-self: center;
  border: 0;
  border-radius: 4px;
  background: #dd0e13;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
}
.tgdm-product-recommendations { margin-top: 34px; padding: 22px; overflow: hidden; }
.tgdm-product-recommendations .tgdm-lc-products { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0; border: 1px solid #e3e3e3; }
.tgdm-product-recommendations .tgdm-lc-product-card { min-height: 365px; border: 0; border-right: 1px solid #e3e3e3; border-radius: 0; box-shadow: none; }
.tgdm-product-recommendations .tgdm-lc-product-card:last-child { border-right: 0; }
.tgdm-product-recommendations .tgdm-lc-product-image { height: 235px; }
.tgdm-product-recommendations .tgdm-lc-product-info { padding: 12px 14px 14px; }
.tgdm-product-recommendations .tgdm-lc-product-info h3 { min-height: 48px; margin-bottom: 8px; font-size: 15px; line-height: 1.35; }
.tgdm-product-recommendations .tgdm-lc-product-tags,
.tgdm-product-recommendations .tgdm-lc-quick-view-btn { display: none; }
.tgdm-product-recommendations .tgdm-lc-product-price { color: #dd0e13; font-size: 17px; }
.tgdm-product-recommendations .tgdm-lc-plus { width: 40px; height: 40px; background: #dd0e13; color: #fff; box-shadow: 0 3px 9px rgba(34,63,96,.25); }
@media (max-width: 1399px) {
  .tgdm-product-hero-card { grid-template-columns: 1fr; }
  .tgdm-product-main-card { grid-template-columns: minmax(320px, .8fr) minmax(390px, 1.2fr); }
  .tgdm-product-benefits { display: grid; grid-template-columns: 1fr 280px; }
  .tgdm-product-benefits ul { display: block; }
  .tgdm-product-payment { margin: 0; border-left: 20px solid #f5f6f8; }
}
@media (max-width: 849px) {
  body.tgdm-lc-single-product .tgdm-lc-category-nav-policy-bar { display: none; }
  .tgdm-product-hero-card,
  .tgdm-product-detail-grid { grid-template-columns: 1fr; }
  .tgdm-product-main-card { grid-template-columns: 1fr; }
  .tgdm-product-gallery-panel,
  .tgdm-product-buy-panel { min-height: 0; padding: 16px; }
  .tgdm-product-main-image { height: 350px; }
  .tgdm-product-meta { grid-template-columns: 1fr; }
  .tgdm-product-benefits { display: block; grid-column: auto; }
  .tgdm-product-benefits ul { display: block; }
  .tgdm-product-payment { margin-top: 14px; border-left: 0; }
  .tgdm-product-sticky-buy { align-items: center; flex-direction: column; padding: 18px; }
  .tgdm-product-sticky-info { width: 100%; align-self: center; }
  .tgdm-product-sticky-action { width: 100%; flex-wrap: wrap; }
  .tgdm-product-sticky-action > button[data-sticky-cart] { flex: 1; min-width: 160px; }
  .tgdm-product-recommendations .tgdm-lc-products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 549px) {
  .tgdm-product-main-image { height: 280px; }
  .tgdm-product-buy-panel h1 { font-size: 25px; }
  .tgdm-product-secondary-actions { grid-template-columns: 1fr; }
  .tgdm-product-thumbnail-carousel { min-height: 102px; }
  .tgdm-product-thumbnails button { width: 88px; height: 88px; min-width: 88px; flex-basis: 88px; }
  .tgdm-product-gallery-arrow { width: 44px; height: 52px; }
  .tgdm-product-gallery-arrow.is-prev { left: -6px; }
  .tgdm-product-gallery-arrow.is-next { right: -6px; }
  .tgdm-product-gallery-arrow svg { width: 27px; height: 27px; }
  .tgdm-product-recommendations { padding: 14px; }
  .tgdm-product-recommendations .tgdm-lc-products { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .tgdm-product-recommendations .tgdm-lc-product-card { min-width: 76%; scroll-snap-align: start; }
}

/* Nền tảng và shortcode cũ */
html {
  scroll-behavior: smooth;
}
body.home {
  font-family: var(--lc-font);
  background: var(--lc-bg-light);
  color: var(--lc-text-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.home #header,
body.home #footer {
  display: none;
}
body.home #content {
  padding: 0;
}

.tgdm-section {
  padding: 34px 0;
}
.tgdm-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}
.tgdm-section-title {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.25;
}
.tgdm-section-subtitle {
  margin: 4px 0 0;
  color: #5d6675;
}
.tgdm-section-action {
  margin-top: 18px;
  text-align: center;
}
.tgdm-builder-notice {
  padding: 12px 14px;
  border: 1px solid #f2d38c;
  background: #fff8e5;
  color: #5f4600;
}
.tgdm-hero {
  position: relative;
  overflow: hidden;
  background: #f4f8fb;
}
.tgdm-hero-slide {
  display: none;
  align-items: center;
  background-position: center;
  background-size: cover;
  color: #fff;
}
.tgdm-hero-slide.is-active,
.tgdm-hero:not(.has-slides) .tgdm-hero-slide {
  display: flex;
}
.tgdm-hero-copy {
  max-width: 620px;
  padding: 58px 0;
}
.tgdm-hero-copy h1 {
  margin: 0 0 12px;
  color: inherit;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.08;
}
.tgdm-hero-copy p {
  max-width: 560px;
  margin: 0 0 22px;
  font-size: 1.08rem;
}
.tgdm-hero-dots {
  position: absolute;
  right: 50%;
  bottom: 18px;
  display: flex;
  gap: 8px;
  transform: translateX(50%);
}
.tgdm-hero-dots button {
  width: 11px;
  height: 11px;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.55);
}
.tgdm-hero-dots button.is-active {
  background: #ffcf33;
}
.tgdm-policy-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.tgdm-policy-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px;
  border: 1px solid #e5e9ef;
  border-radius: 8px;
  background: #fff;
}
.tgdm-policy-icon {
  display: inline-grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #fff0f0;
  color: #dd0e13;
  font-weight: 700;
}
.tgdm-policy-item p {
  margin: 2px 0 0;
  color: #687386;
  font-size: .9rem;
}
.tgdm-tab-buttons {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  margin-bottom: 16px;
  padding-bottom: 4px;
}
.tgdm-tab-buttons button {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid #d9e1ea;
  border-radius: 6px;
  background: #fff;
  color: #223044;
  white-space: nowrap;
}
.tgdm-tab-buttons button.is-active {
  border-color: #d71920;
  background: #d71920;
  color: #fff;
}
.tgdm-tab-panel {
  display: none;
}
.tgdm-tab-panel.is-active {
  display: block;
}
.tgdm-brand-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}
.tgdm-brand-card {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 16px 12px;
  border: 1px solid #e3e8ef;
  border-radius: 8px;
  background: #fff;
  color: #182336;
  text-align: center;
}
.tgdm-brand-card small {
  color: #718096;
}
.tgdm-footer-info {
  padding: 36px 0;
  background: #172235;
  color: #dce5f2;
}
.tgdm-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 24px;
}
.tgdm-footer-info h3,
.tgdm-footer-info h4 {
  color: #fff;
}
.tgdm-footer-info a {
  display: block;
  margin: 0 0 7px;
  color: #dce5f2;
}
.tgdm-floating-contact {
  position: fixed !important;
  right: 18px !important;
  bottom: 72px !important;
  left: auto !important;
  z-index: 99990 !important;
  display: flex !important;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
}
.tgdm-floating-contact.is-right {
  right: 18px !important;
  left: auto !important;
}
.tgdm-floating-contact.is-left {
  right: 18px !important;
  left: auto !important;
}
.tgdm-floating-contact a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: #d71920;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 8px 22px rgba(0,0,0,.16);
}
.tgdm-product-commitments {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0;
}
.tgdm-product-commitments div {
  padding: 12px;
  border: 1px solid #e6eaf0;
  border-radius: 8px;
  background: #fbfcfe;
}
.tgdm-product-commitments strong,
.tgdm-product-commitments span {
  display: block;
}
.tgdm-product-commitments span {
  margin-top: 3px;
  color: #667085;
  font-size: .88rem;
}
.tgdm-buy-now-button {
  margin-left: 8px;
}
@media (max-width: 849px) {
  .tgdm-section-heading {
    display: block;
  }
  .tgdm-policy-grid,
  .tgdm-footer-grid,
  .tgdm-product-commitments {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tgdm-brand-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 549px) {

  .tgdm-section {
    padding: 24px 0;
  }
  .tgdm-hero-copy {
    padding: 44px 0 62px;
  }
  .tgdm-policy-grid,
  .tgdm-footer-grid,
  .tgdm-product-commitments {
    grid-template-columns: 1fr;
  }
  .tgdm-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tgdm-floating-contact {
    right: 10px !important;
    left: auto !important;
    bottom: 64px !important;
  }
  .tgdm-buy-now-button {
    width: 100%;
    margin: 8px 0 0;
  }
}



/* Header */
.tgdm-lc-header {
  position: sticky;
  top: 0;
  z-index: 110;
  background: var(--tgdm-header-bg, var(--lc-bg-white));
  color: var(--tgdm-header-text, #333333);
  box-shadow: 0 2px 12px rgba(0, 0, 0, .12);
  transition: box-shadow var(--lc-transition);
}
.tgdm-lc-header.is-not-sticky {
  position: relative;
}
.tgdm-lc-header.is-scrolled {
  box-shadow: 0 2px 20px rgba(0, 0, 0, .18);
}
.tgdm-lc-header-main {
  display: grid;
  grid-template-columns: var(--tgdm-logo-col, 280px) minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  min-height: 80px;
  transition: min-height var(--lc-transition);
}
@media (min-width: 1200px) {
  .tgdm-lc-header-main {
    grid-template-columns: var(--tgdm-logo-col, 280px) auto minmax(0, 1fr);
  }
  .tgdm-lc-logo-wrapper {
    order: 1;
  }
  .tgdm-lc-quick {
    order: 2;
  }
  .tgdm-lc-search {
    order: 3;
  }
  .tgdm-lc-header.is-layout-search-middle .tgdm-lc-header-main {
    grid-template-columns: var(--tgdm-logo-col, 280px) minmax(0, 1fr) auto;
  }
  .tgdm-lc-header.is-layout-search-middle .tgdm-lc-logo-wrapper {
    order: 1;
  }
  .tgdm-lc-header.is-layout-search-middle .tgdm-lc-search {
    order: 2;
  }
  .tgdm-lc-header.is-layout-search-middle .tgdm-lc-quick {
    order: 3;
  }
  .tgdm-lc-header.is-layout-compact .tgdm-lc-header-main {
    min-height: 64px;
    grid-template-columns: var(--tgdm-logo-col, 220px) minmax(0, 1fr) auto;
  }
  .tgdm-lc-header.is-layout-compact .tgdm-lc-logo-wrapper,
  .tgdm-lc-header.is-layout-compact .tgdm-lc-header-menu-dropdown {
    width: var(--tgdm-logo-col, 220px);
  }
  .tgdm-lc-header.is-layout-compact .tgdm-lc-logo img {
    max-height: var(--tgdm-logo-max-height, 58px) !important;
  }
}
.tgdm-lc-header.is-scrolled .tgdm-lc-header-main {
  min-height: 64px;
}
.tgdm-lc-logo-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: var(--tgdm-logo-col, 280px);
  height: 100%;
}
.tgdm-lc-logo {
  display: flex;
  align-items: center;
}
.tgdm-lc-logo img {
  display: block;
  width: var(--tgdm-logo-width, 240px) !important;
  max-height: var(--tgdm-logo-max-height, 70px) !important;
  object-fit: contain;
  transition: width var(--lc-transition), max-height var(--lc-transition);
}
.tgdm-lc-header-menu-dropdown {
  display: none;
  width: var(--tgdm-logo-col, 280px);
}
.tgdm-lc-header.is-scrolled .tgdm-lc-logo {
  display: none !important;
}
.tgdm-lc-header.is-scrolled .tgdm-lc-header-menu-dropdown {
  display: block;
}
.tgdm-lc-menu-title.header-scrolled-menu {
  min-height: 46px;
  background: #f1f3f6;
  color: #333333;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
  padding: 0 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: background var(--lc-transition);
}
.tgdm-lc-menu-title.header-scrolled-menu:hover {
  background: #e4e6eb;
}
.tgdm-lc-menu-bars {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 18px;
  height: 12px;
}
.tgdm-lc-menu-bars i {
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  border-radius: 1px;
}
.tgdm-lc-menu-title.header-scrolled-menu .tgdm-lc-menu-bars i {
  background: #666666;
}
.tgdm-lc-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 56px;
  height: 46px;
  margin: 0;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  background: var(--tgdm-header-search-bg, #f1f3f6);
  transition: box-shadow var(--lc-transition);
}
.tgdm-lc-search:focus-within {
  box-shadow: 0 0 0 2px rgba(92, 136, 196, .2);
}
.tgdm-lc-search input {
  height: 46px;
  margin: 0;
  padding: 0 18px;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: var(--lc-text-dark);
  font-family: var(--lc-font);
  font-size: 15px;
}
.tgdm-lc-search input::placeholder {
  color: #888;
}
.tgdm-lc-search button {
  min-height: 46px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: var(--tgdm-header-accent, #dd0e13);
  color: var(--tgdm-header-text, #333333);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  transition: background var(--lc-transition);
  display: flex;
  align-items: center;
  justify-content: center;
}
.tgdm-lc-search button:hover {
  background: var(--lc-primary-dark);
}
.tgdm-lc-search button svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 2.5;
  fill: none;
}
.tgdm-lc-quick {
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}
.tgdm-lc-quick a,
.tgdm-lc-quick .tgdm-lc-quick-store {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 6px;
  color: var(--tgdm-header-text, var(--lc-text-dark));
  font-size: 13.5px;
  line-height: 1.3;
  text-decoration: none;
  transition: color var(--lc-transition);
}
.tgdm-lc-quick .tgdm-lc-quick-store {
  gap: 5px;
}
.tgdm-lc-quick a:hover {
  background: transparent;
  color: var(--lc-primary);
}
.tgdm-lc-quick .tgdm-lc-quick-icon {
  position: relative;
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--tgdm-header-text, #333);
}
.tgdm-lc-quick .tgdm-lc-quick-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.tgdm-lc-quick-text {
  display: flex;
  flex-direction: column;
  font-size: 13.5px;
  line-height: 1.25;
  color: var(--tgdm-header-text, #333);
  text-align: left;
}
.tgdm-lc-quick-text strong {
  display: block;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  font-size: 13.5px;
  color: var(--tgdm-header-text, #000);
}
.tgdm-lc-quick-icon em {
  position: absolute;
  top: -4px;
  right: -6px;
  display: inline-grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  background: var(--tgdm-header-accent, #dd0e13);
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  border: 2px solid #fff;
}
.tgdm-lc-header.is-style-clean {
  box-shadow: none;
  border-bottom: 1px solid #e8e8e8;
}
.tgdm-lc-header.is-style-clean .tgdm-lc-search {
  border: 1px solid #e3e7ed;
}
.tgdm-lc-header.is-style-dark {
  --tgdm-header-bg: #151515;
  --tgdm-header-search-bg: #ffffff;
  --tgdm-header-text: #ffffff;
}
.tgdm-lc-header.is-style-dark .tgdm-lc-search input {
  color: #222222;
}
.tgdm-lc-header.is-style-dark .tgdm-lc-search button {
  color: #ffffff;
}
.tgdm-lc-header.is-style-dark .tgdm-lc-quick-icon em {
  border-color: #151515;
}

/* Hero và menu */
.tgdm-lc-hero-wrap {
  padding-top: 16px;
}
.tgdm-lc-hero-head {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 6px;
  margin-bottom: 0;
}
.tgdm-lc-menu-title,
.tgdm-lc-policy-bar {
  min-height: 50px;
  background: var(--lc-primary);
  color: #fff;
}
.tgdm-lc-menu-title {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  border-radius: var(--lc-radius-sm) var(--lc-radius-sm) 0 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .3px;
  text-transform: uppercase;
}
.tgdm-lc-policy-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  border-radius: var(--lc-radius-sm) var(--lc-radius-sm) 0 0;
  overflow: hidden;
}
.tgdm-lc-policy-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1;
  height: 100%;
  padding: 0 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background var(--lc-transition);
  position: relative;
}
.tgdm-lc-policy-bar a:hover {
  background: rgba(255,255,255,.1);
}
.tgdm-lc-policy-bar a:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 25%;
  height: 50%;
  width: 1px;
  background: rgba(255,255,255,.25);
}
.tgdm-lc-policy-bar img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  filter: brightness(10);
}
.tgdm-lc-hero-grid {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr) 340px;
  gap: 6px;
  height: 369px;
}
.tgdm-lc-side-menu {
  position: relative;
  border: 1px solid var(--lc-border);
  border-top: 0;
  border-radius: 0 0 var(--lc-radius-sm) var(--lc-radius-sm);
  background: var(--lc-bg-white);
  overflow: visible;
}
.tgdm-lc-side-item > a {
  display: flex;
  height: 46px;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border-bottom: 1px solid var(--lc-border-light);
  color: var(--lc-text-dark);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: background var(--lc-transition), color var(--lc-transition);
}
.tgdm-lc-side-item:last-child > a {
  border-bottom: 0;
  border-radius: 0 0 var(--lc-radius-sm) var(--lc-radius-sm);
}
.tgdm-lc-side-item > a:hover {
  background: var(--lc-accent);
  color: var(--lc-primary);
}
.tgdm-lc-side-menu span.tgdm-lc-side-arrow {
  color: var(--lc-text-light);
  font-size: 18px;
  font-weight: 300;
  transition: transform var(--lc-transition);
}
.tgdm-lc-side-item > a:hover span.tgdm-lc-side-arrow {
  transform: translateX(4px);
}
.tgdm-lc-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 280px;
  height: 100%;
  background: var(--lc-bg-white);
  border: 1px solid var(--lc-border);
  border-left: 0;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.08);
  z-index: 100;
  padding: 20px;
  box-sizing: border-box;
}
.tgdm-lc-side-item:hover .tgdm-lc-submenu {
  display: block;
}
.tgdm-lc-submenu strong {
  display: none;
}
.tgdm-lc-submenu a {
  display: block;
  padding: 8px 0;
  color: var(--lc-text-dark);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color var(--lc-transition);
}
.tgdm-lc-submenu a:hover {
  color: var(--lc-primary);
}
.tgdm-lc-slider {
  position: relative;
  overflow: hidden;
  border-radius: var(--lc-radius-sm);
  background: var(--lc-bg-light);
  height: 100%;
}
.tgdm-lc-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
.tgdm-lc-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.tgdm-lc-banners img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tgdm-lc-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.tgdm-lc-slider-prev,
.tgdm-lc-slider-next {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .85);
  color: var(--lc-text-dark);
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
  box-shadow: var(--lc-shadow-md);
  transition: background var(--lc-transition), transform var(--lc-transition);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.tgdm-lc-slider-prev:hover,
.tgdm-lc-slider-next:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.08);
}
.tgdm-lc-slider-prev { left: 14px; }
.tgdm-lc-slider-next { right: 14px; }
.tgdm-lc-slider-prev svg,
.tgdm-lc-slider-next svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.tgdm-lc-slider-dots {
  position: absolute;
  bottom: 16px;
  left: 50%;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
  z-index: 10;
}
.tgdm-lc-slider-dots button {
  width: 28px;
  height: 4px;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: var(--lc-radius-full);
  background: rgba(255, 255, 255, .5);
  cursor: pointer;
  transition: background var(--lc-transition), width var(--lc-transition);
}
.tgdm-lc-slider-dots button.is-active {
  width: 40px;
  background: var(--lc-primary);
}
.tgdm-lc-banners {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  gap: 8px;
  padding-left: 0;
  height: 100%;
}
.tgdm-lc-banners a {
  display: block;
  height: 100%;
  overflow: hidden;
  background: var(--lc-bg-light);
  border-radius: var(--lc-radius-sm);
  transition: transform var(--lc-transition), box-shadow var(--lc-transition);
}
.tgdm-lc-banners a:hover {
  transform: scale(1.02);
  box-shadow: var(--lc-shadow-md);
}
.tgdm-lc-banners a:first-child {
  border-radius: var(--lc-radius-sm);
}
.tgdm-lc-banners a:last-child {
  border-radius: var(--lc-radius-sm);
}

/* Dải danh mục */
.tgdm-lc-category-strip {
  padding: 40px 0 32px;
  background: var(--lc-bg-white);
}
.tgdm-lc-category-row {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 12px;
  align-items: end;
}
.tgdm-lc-category-row a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 12px 4px;
  border-radius: var(--lc-radius-md);
  color: var(--lc-text-dark);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: transform var(--lc-transition), box-shadow var(--lc-transition), background var(--lc-transition);
}
.tgdm-lc-category-row a:hover {
  transform: translateY(-4px);
  background: var(--lc-accent);
  box-shadow: var(--lc-shadow-sm);
}
.tgdm-lc-category-row img {
  width: 80px;
  height: 70px;
  margin: 0 auto;
  object-fit: contain;
  transition: transform var(--lc-transition);
}
.tgdm-lc-category-row a:hover img {
  transform: scale(1.1);
}

/* Card sản phẩm */
.tgdm-lc-products {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--lc-border);
  border-left: 1px solid var(--lc-border);
  background: var(--lc-bg-white);
  border-radius: var(--lc-radius-sm);
  overflow: hidden;
}
.tgdm-lc-product-card {
  position: relative;
  display: flex;
  min-height: 400px;
  flex-direction: column;
  border-right: 1px solid var(--lc-border);
  border-bottom: 1px solid var(--lc-border);
  background: var(--lc-bg-white);
  transition: box-shadow var(--lc-transition), transform var(--lc-transition);
}
.tgdm-lc-product-card:hover {
  z-index: 2;
  box-shadow: var(--lc-shadow-lg);
  transform: translateY(-2px);
}
.tgdm-lc-product-image {
  position: relative;
  display: flex;
  height: 220px;
  align-items: center;
  justify-content: center;
  padding: 16px 16px 8px;
  background: var(--lc-bg-white);
  overflow: hidden;
}
.tgdm-lc-product-image img {
  max-width: 82%;
  max-height: 82%;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: opacity .45s cubic-bezier(.4,0,.2,1), transform .45s cubic-bezier(.4,0,.2,1);
}
.tgdm-lc-product-card:not(.has-gallery):hover .tgdm-lc-product-image img {
  transform: scale(1.06);
}
.tgdm-lc-product-image .tgdm-lc-img-hover {
  position: absolute;
  inset: 0;
  margin: auto;
  opacity: 0;
}
.tgdm-lc-product-card.has-gallery:hover .tgdm-lc-img-primary {
  opacity: 0;
}
.tgdm-lc-product-card.has-gallery:hover .tgdm-lc-img-hover {
  opacity: 1;
}
.tgdm-lc-product-info {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 10px 14px 16px;
}
.tgdm-lc-product-info h3 {
  min-height: 44px;
  margin: 0 0 8px;
  color: var(--lc-text-dark);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}
.tgdm-lc-product-info h3 a {
  display: -webkit-box;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: color var(--lc-transition);
}
.tgdm-lc-product-info h3 a:hover {
  color: var(--lc-primary);
}
.tgdm-lc-product-price {
  margin-top: auto;
  padding-right: 46px;
  color: var(--lc-red);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}
.tgdm-lc-plus {
  position: absolute;
  right: 14px;
  bottom: 28px;
  display: inline-flex;
  width: 38px;
  height: 38px;
  min-height: 0;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 2px solid var(--lc-primary);
  border-radius: 50%;
  background: var(--lc-bg-white);
  color: var(--lc-primary);
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  transition: background var(--lc-transition), color var(--lc-transition), transform var(--lc-transition), box-shadow var(--lc-transition);
}
.tgdm-lc-plus:hover {
  background: var(--lc-primary);
  color: #fff;
  transform: scale(1.12);
  box-shadow: 0 4px 14px rgba(38, 115, 189, .35);
}
.tgdm-lc-plus svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
}
.tgdm-lc-burn {
  height: 24px;
  margin-top: 10px;
  border-radius: var(--lc-radius-full);
  background: #fff0f0;
  overflow: hidden;
}
.tgdm-lc-burn span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88%;
  height: 100%;
  border-radius: var(--lc-radius-full);
  background: linear-gradient(90deg, var(--lc-primary), #ff4d4d);
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  animation: lcBurnPulse 2s ease-in-out infinite;
}
@keyframes lcBurnPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .85; }
}

/* Tiêu đề khu vực */
.tgdm-lc-section {
  padding: 0 0 40px;
  background: var(--lc-bg-white);
}
.tgdm-lc-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.tgdm-lc-section-head h2 {
  margin: 0;
  color: var(--lc-text-dark);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

/* Footer */
.tgdm-lc-footer-top {
  border-top: none;
  background: #000000;
  padding: 12px 0;
}
.tgdm-lc-footer-social-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tgdm-lc-footer-social-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-decoration: none;
  transition: transform var(--lc-transition), opacity var(--lc-transition);
}
.tgdm-lc-footer-social-row a img {
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  transition: transform var(--lc-transition), opacity var(--lc-transition);
}
.tgdm-lc-footer-social-row a:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}
.tgdm-lc-footer {
  padding: 0;
  background: #ffffff;
  border-top: 0;
}
.tgdm-lc-footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.4fr;
  gap: 32px;
  padding: 30px 0 24px;
  color: #333333;
}
.tgdm-lc-footer-logo {
  display: inline-block;
  margin-bottom: 12px;
  text-decoration: none;
}
.tgdm-lc-footer-logo img {
  width: 164px;
  height: auto;
  display: block;
}
.tgdm-lc-footer-company-name {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  margin: 0 0 14px;
  line-height: 1.5;
}
.tgdm-lc-footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 13.5px;
  line-height: 1.55;
  color: #444444;
}
.tgdm-lc-footer-contact-item strong {
  color: #333333;
}
.tgdm-lc-footer-contact-item a {
  color: #333333;
  text-decoration: none;
}
.tgdm-lc-footer-contact-item a:hover {
  color: var(--lc-primary);
}
.tgdm-lc-footer-icon {
  flex-shrink: 0;
  font-size: 14px;
  line-height: 1.55;
}
.tgdm-lc-footer-heading {
  margin: 0 0 14px;
  color: #333333;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}
.tgdm-lc-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tgdm-lc-footer-links li {
  margin-bottom: 10px;
}
.tgdm-lc-footer-links a {
  display: inline-block;
  color: #555555;
  font-size: 14px;
  text-decoration: none;
  transition: color var(--lc-transition);
}
.tgdm-lc-footer-links a:hover {
  color: var(--lc-primary);
}
.tgdm-lc-footer-hotline {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.6;
  color: #444444;
}
.tgdm-lc-footer-hotline a {
  color: var(--lc-primary);
  text-decoration: none;
  font-weight: 700;
}
.tgdm-lc-footer-hotline a:hover {
  text-decoration: underline;
}
.tgdm-lc-footer-bottom-text {
  margin: 0;
  font-size: 13px;
  color: #777777;
  line-height: 1.5;
}

/* Nút liên hệ nổi */
.tgdm-lc-floating {
  position: fixed !important;
  right: 18px !important;
  bottom: 72px !important;
  left: auto !important;
  z-index: 99990 !important;
  display: grid !important;
  gap: 10px;
  justify-items: end;
}
.tgdm-lc-floating a {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
  border: 2px solid #fff;
  overflow: hidden;
  transition: transform var(--lc-transition), box-shadow var(--lc-transition);
}
.tgdm-lc-floating a:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .3);
}
.tgdm-lc-floating .is-phone {
  background: var(--lc-red);
  animation: lcPhoneRing 2.2s ease-in-out infinite;
}
@keyframes lcPhoneRing {
  0%, 100% { transform: rotate(0); }
  8% { transform: rotate(-12deg); }
  16% { transform: rotate(12deg); }
  24% { transform: rotate(-10deg); }
  32% { transform: rotate(8deg); }
  40% { transform: rotate(0); }
}
.tgdm-lc-floating .is-zalo,
.tgdm-lc-floating .is-chat {
  background: transparent;
}
.tgdm-lc-floating a svg,
.tgdm-lc-floating a img {
  display: block;
}
.tgdm-lc-floating a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tgdm-lc-floating .is-phone svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}
.tgdm-lc-floating .is-scroll-top {
  display: none;
  background: #f0f0f0;
  color: #555;
  border: 1px solid #ddd;
  animation: none;
}
.tgdm-lc-floating .is-scroll-top.is-visible {
  display: inline-flex;
}
.tgdm-lc-floating .is-scroll-top:hover {
  background: #e0e0e0;
  color: #333;
}
.tgdm-lc-floating .is-scroll-top svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}

/* Responsive chính */
@media (max-width: 1199px) {
  .tgdm-lc-header-main {
    grid-template-columns: minmax(140px, var(--tgdm-logo-col, 180px)) minmax(0, 1fr) auto;
    gap: 14px;
  }
  .tgdm-lc-logo img {
    width: min(var(--tgdm-logo-width, 170px), 190px) !important;
  }
  .tgdm-lc-quick {
    gap: 8px;
  }
  .tgdm-lc-quick-label {
    font-size: 13px;
  }
  /* Thu gọn kích thước quick actions dưới 1200px */
  .tgdm-lc-quick .tgdm-lc-quick-text {
    font-size: 0 !important;
  }
  .tgdm-lc-quick a:first-child .tgdm-lc-quick-text strong {
    font-size: 13px !important;
  }
  .tgdm-lc-quick-store .tgdm-lc-quick-text {
    font-size: 13.5px !important;
  }
  .tgdm-lc-quick-store .tgdm-lc-quick-text strong {
    display: none !important;
  }
  .tgdm-lc-quick a.tgdm-lc-cart .tgdm-lc-quick-text strong {
    font-size: 13.5px !important;
  }
  .tgdm-lc-hero-head,
  .tgdm-lc-hero-grid {
    grid-template-columns: 240px minmax(0, 1fr);
  }
  .tgdm-lc-banners {
    display: none;
  }
  .tgdm-lc-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .tgdm-lc-category-row {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (max-width: 849px) {

  .tgdm-lc-header-main {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    grid-template-areas:
      "menu logo quick"
      "search search search";
    min-height: 64px;
    gap: 8px;
    padding: 8px 0;
    align-items: center;
  }
  .tgdm-lc-logo-wrapper {
    display: contents;
    width: auto;
  }
  .tgdm-lc-logo {
    grid-area: logo;
    justify-self: center;
    justify-content: center;
    min-width: 0;
  }
  .tgdm-lc-header.is-scrolled .tgdm-lc-logo {
    display: flex !important;
  }
  .tgdm-lc-header-menu-dropdown {
    grid-area: menu;
    display: block;
    width: 42px;
    min-width: 0;
  }
  .tgdm-lc-logo img {
    width: min(var(--tgdm-logo-width, 180px), 200px) !important;
    max-height: 65px !important;
  }
  .tgdm-lc-menu-title.header-scrolled-menu {
    width: 42px;
    height: 42px;
    min-height: 42px;
    max-height: 42px;
    justify-content: center;
    padding: 0;
    gap: 0;
    border-radius: 50%;
    font-size: 0;
    overflow: hidden;
  }
  .tgdm-lc-menu-title.header-scrolled-menu strong {
    display: none;
  }
  .tgdm-lc-menu-title.header-scrolled-menu .tgdm-lc-menu-bars {
    width: 18px;
    min-width: 18px;
  }
  .tgdm-lc-search {
    grid-area: search;
    width: 100%;
    height: 42px;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr) 48px;
  }
  .tgdm-lc-search input {
    height: 42px;
    font-size: 14px;
    padding: 0 12px;
  }
  .tgdm-lc-search button {
    min-height: 42px;
  }
  .tgdm-lc-quick {
    grid-area: quick;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding: 0;
    min-width: 0;
  }
  .tgdm-lc-quick a,
  .tgdm-lc-quick .tgdm-lc-quick-store {
    width: 42px;
    height: 42px;
    min-height: 42px;
    justify-content: center;
    gap: 0;
    padding: 0;
    border: 1px solid #e6eaf0;
    border-radius: 50%;
    background: #fff;
    color: #333;
    box-shadow: 0 3px 10px rgba(15, 23, 42, .06);
  }
  .tgdm-lc-quick .tgdm-lc-quick-store {
    display: none;
  }
  .tgdm-lc-quick .tgdm-lc-quick-icon {
    width: 26px;
    height: 26px;
  }
  .tgdm-lc-quick .tgdm-lc-quick-icon svg {
    width: 24px;
    height: 24px;
  }
  .tgdm-lc-quick .tgdm-lc-quick-text {
    display: none;
  }
  .tgdm-lc-cart-wrap {
    display: inline-flex;
  }
  .tgdm-lc-cart-dropdown,
  .tgdm-lc-cart-wrap::after {
    display: none !important;
  }
  .tgdm-lc-quick a.tgdm-lc-cart {
    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 50%;
  }
  .tgdm-lc-hero-head {
    display: none;
  }
  .tgdm-lc-menu-title {
    min-height: 44px;
    font-size: 14px;
    border-radius: var(--lc-radius-sm) var(--lc-radius-sm) 0 0;
  }
  .tgdm-lc-policy-bar {
    display: none;
  }
  .tgdm-lc-hero-grid {
    grid-template-columns: 1fr;
    height: auto;
  }
  .tgdm-lc-side-menu {
    display: none;
  }
  .tgdm-lc-hero-wrap.is-menu-open .tgdm-lc-hero-grid > .tgdm-lc-side-menu {
    display: block !important;
    margin-bottom: 10px;
    border: 1px solid var(--lc-border);
    border-top: 0;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .1);
  }
  .tgdm-lc-hero-wrap.is-menu-open .tgdm-lc-hero-grid > .tgdm-lc-side-menu .tgdm-lc-submenu,
  .tgdm-lc-menu-wrapper.is-active .tgdm-lc-side-menu.is-dropdown .tgdm-lc-submenu {
    display: none !important;
  }
  .tgdm-lc-side-item > a {
    min-height: 46px;
    height: auto;
  }
  .tgdm-lc-slide {
    min-height: auto;
    height: auto;
    aspect-ratio: 593 / 290;
  }
  .tgdm-lc-category-strip {
    padding: 24px 0;
  }
  .tgdm-lc-category-row {
    display: flex;
    overflow-x: auto;
    gap: 14px;
    padding-bottom: 8px;
    align-items: flex-end;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .tgdm-lc-category-row::-webkit-scrollbar {
    display: none;
  }
  .tgdm-lc-category-row a {
    flex: 0 0 auto;
    min-width: 85px;
    font-size: 12px;
    padding: 8px 4px;
    box-sizing: border-box;
  }
  .tgdm-lc-category-row img {
    width: 56px;
    height: 50px;
  }
  .tgdm-lc-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tgdm-lc-product-card {
    min-height: 340px;
  }
  .tgdm-lc-product-image {
    height: 170px;
  }
  .tgdm-lc-product-info h3 {
    font-size: 13px;
    min-height: 38px;
  }
  .tgdm-lc-product-price {
    font-size: 16px;
  }
  .tgdm-lc-plus {
    right: 10px;
    bottom: 20px;
    width: 32px;
    height: 32px;
    font-size: 20px;
  }
  .tgdm-lc-section-head {
    display: block !important;
  }
  .tgdm-lc-section-head h2 {
    font-size: 20px;
  }
  .tgdm-lc-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .tgdm-lc-menu-wrapper {
    position: relative;
  }
  .tgdm-lc-menu-wrapper.is-active {
    z-index: 50;
  }
  .tgdm-lc-menu-wrapper.is-active .tgdm-lc-side-menu.is-dropdown {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 280px;
    max-width: calc(100vw - 24px);
    z-index: 9999 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
    background: var(--lc-bg-white) !important;
    border: 1px solid var(--lc-border) !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15) !important;
  }
  .tgdm-lc-menu-title {
    cursor: pointer;
    user-select: none;
  }
  .tgdm-lc-footer-heading {
    margin-top: 0;
  }
}
@media (max-width: 549px) {
  .tgdm-lc-products {
    grid-template-columns: 1fr 1fr;
  }
  .tgdm-lc-section-head h2 {
    font-size: 18px;
  }
  .tgdm-lc-footer-grid {
    grid-template-columns: 1fr;
  }
  .tgdm-lc-floating {
    right: 10px !important;
    left: auto !important;
    bottom: 64px !important;
    gap: 8px;
  }
  .tgdm-lc-floating a {
    width: 42px;
    height: 42px;
  }
}

/* Giỏ hàng trên header */
.tgdm-lc-cart-wrap {
  position: relative;
  display: inline-block;
}
.tgdm-lc-cart-wrap::after {
  content: '';
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  height: 15px;
  background: transparent;
  display: none;
}
.tgdm-lc-cart-wrap:hover::after {
  display: block;
}
.tgdm-lc-quick a.tgdm-lc-cart {
  background: transparent;
  border-radius: 4px;
  padding: 6px 12px;
  color: #333;
  transition: background var(--lc-transition), color var(--lc-transition);
}
.tgdm-lc-quick a.tgdm-lc-cart .tgdm-lc-quick-icon {
  color: #333;
  transition: color var(--lc-transition);
}
.tgdm-lc-quick a.tgdm-lc-cart .tgdm-lc-quick-icon em {
  background: #dd0e13;
  border-color: #fff;
  transition: border-color var(--lc-transition);
}
.tgdm-lc-quick a.tgdm-lc-cart .tgdm-lc-quick-text {
  color: #333;
  transition: color var(--lc-transition);
}
.tgdm-lc-quick a.tgdm-lc-cart .tgdm-lc-quick-text strong {
  color: #000;
  transition: color var(--lc-transition);
}
.tgdm-lc-cart-wrap:hover a.tgdm-lc-cart {
  background: #111;
  color: #fff;
}
.tgdm-lc-cart-wrap:hover a.tgdm-lc-cart .tgdm-lc-quick-icon {
  color: #fff;
}
.tgdm-lc-cart-wrap:hover a.tgdm-lc-cart .tgdm-lc-quick-icon em {
  border-color: #111;
}
.tgdm-lc-cart-wrap:hover a.tgdm-lc-cart .tgdm-lc-quick-text {
  color: #fff;
}
.tgdm-lc-cart-wrap:hover a.tgdm-lc-cart .tgdm-lc-quick-text strong {
  color: #fff;
}
.tgdm-lc-cart-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  width: 350px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12), 0 4px 6px rgba(0, 0, 0, 0.08);
  padding: 16px;
  margin-top: 12px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.tgdm-lc-cart-wrap:hover .tgdm-lc-cart-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.tgdm-lc-cart-empty {
  padding: 24px 12px;
  text-align: center;
  color: #64748b;
  font-size: 13.5px;
}
.tgdm-lc-cart-items-wrapper {
  max-height: 260px;
  overflow-y: auto;
  margin-bottom: 12px;
  padding-right: 6px;
}
.tgdm-lc-cart-items-wrapper::-webkit-scrollbar {
  width: 5px;
}
.tgdm-lc-cart-items-wrapper::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 99px;
}
.tgdm-lc-cart-items-wrapper::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 99px;
}
.tgdm-lc-cart-items-wrapper::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}
.tgdm-lc-cart-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tgdm-lc-cart-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f1f5f9;
  position: relative;
}
.tgdm-lc-cart-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.tgdm-lc-cart-item-image {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.tgdm-lc-cart-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tgdm-lc-cart-item-info {
  flex-grow: 1;
  padding-right: 28px !important;
  min-width: 0 !important;
}
.tgdm-lc-cart-item-title {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 4px 0;
  color: #1e293b;
  display: block !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.tgdm-lc-cart-item-title a {
  color: #1e293b;
  text-decoration: none;
  transition: color 0.15s ease;
}
.tgdm-lc-cart-item-title a:hover {
  color: var(--lc-primary);
}
.tgdm-lc-cart-item-meta {
  display: flex;
  gap: 6px;
  font-size: 12.5px;
}
.tgdm-lc-cart-item-price {
  color: var(--lc-primary);
  font-weight: 600;
}
.tgdm-lc-cart-item-qty {
  color: #64748b;
}
.tgdm-lc-cart-item-remove {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 10 !important;
}
.tgdm-lc-cart-dropdown a.remove {
  display: inline-flex !important;
  width: 18px !important;
  height: 18px !important;
  line-height: 18px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  color: #94a3b8 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
  transform: none !important;
  transition: all 0.15s ease !important;
}
.tgdm-lc-cart-dropdown a.remove:hover {
  color: #ef4444 !important;
  background: #fee2e2 !important;
}
.tgdm-lc-cart-dropdown .ux-free-shipping {
  margin: 12px 0 8px 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
}
.tgdm-lc-cart-dropdown .ux-free-shipping__notice {
  font-size: 12px !important;
  color: #475569 !important;
  margin-bottom: 6px !important;
  text-align: left !important;
  font-weight: 500 !important;
}
.tgdm-lc-cart-dropdown .ux-free-shipping__bar {
  height: 6px !important;
  background: #f1f5f9 !important;
  border-radius: 999px !important;
  overflow: hidden !important;
  position: relative !important;
  margin: 0 !important;
}
.tgdm-lc-cart-dropdown .ux-free-shipping__bar-progress {
  display: block !important;
  height: 100% !important;
  background: var(--lc-primary) !important;
  border-radius: 999px !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}
.tgdm-lc-cart-footer {
  border-top: 1px solid #e2e8f0;
  padding-top: 14px;
  margin-top: 8px;
}
.tgdm-lc-cart-subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13.5px;
  margin-bottom: 14px;
  color: #475569;
}
.tgdm-lc-cart-subtotal strong {
  font-size: 14.5px;
  color: var(--lc-primary);
  font-weight: 700;
}
.tgdm-lc-checkout-btn {
  display: block !important;
  width: 100% !important;
  padding: 10px 16px !important;
  background: var(--lc-primary) !important;
  color: #ffffff !important;
  text-align: center !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  border-radius: 4px !important;
  text-decoration: none !important;
  transition: background 0.15s ease !important;
}
.tgdm-lc-checkout-btn:hover {
  background: var(--lc-primary-dark) !important;
  color: #ffffff !important;
  text-decoration: none !important;
}
a.tgdm-lc-plus {
  text-decoration: none !important;
}
a.tgdm-lc-plus:hover {
  text-decoration: none !important;
}

/* Tài khoản */
body.woocommerce-account.logged-in #header,
body.woocommerce-account.logged-in #footer,
body.woocommerce-account.logged-in .my-account-header {
  display: none !important;
}
body.woocommerce-account.logged-in #main,
body.woocommerce-account.logged-in .page-wrapper,
body.woocommerce-account.logged-in .page-wrapper > .container,
body.woocommerce-account.logged-in #content,
body.woocommerce-account.logged-in .row-main,
body.woocommerce-account.logged-in .row-main > .col,
body.woocommerce-account.logged-in .row-main > .col > .col-inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
body.woocommerce-account.logged-in .row-main {
  display: block;
}
.tgdm-lc-account-page {
  min-height: 100vh;
  background: #fff;
  color: #252a27;
  font-family: Arial, Helvetica, sans-serif;
}
.tgdm-account-container {
  padding-top: 0;
  padding-bottom: 72px;
}
.tgdm-account-container .tgdm-lc-breadcrumbs {
  margin: 10px 0 42px;
  font-size: 16px;
}
.tgdm-account-layout {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 32px;
  min-height: 360px;
}
.tgdm-account-sidebar {
  padding: 0 34px 0 18px;
  border-right: 1px solid #e5e5e5;
}
.tgdm-account-sidebar h1,
.tgdm-account-title,
.tgdm-account-orders-title {
  margin: 0;
  color: #252a27;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
}
.tgdm-account-hello {
  margin: 8px 0 30px;
  font-size: 16px;
  font-weight: 600;
}
.tgdm-account-hello strong {
  color: #dd0e13;
}
.tgdm-account-nav {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.tgdm-account-nav a {
  padding: 14px 0;
  color: #252a27;
  font-size: 16px;
  text-decoration: none;
}
.tgdm-account-nav a:hover,
.tgdm-account-nav a.is-active {
  color: #dd0e13;
}
.tgdm-account-content {
  min-width: 0;
  padding: 0 18px 0 0;
}
.tgdm-account-content > .woocommerce-notices-wrapper:empty,
.tgdm-account-content .dashboard-links {
  display: none !important;
}
.tgdm-account-content > .woocommerce-info,
.tgdm-account-content > .woocommerce-message,
.tgdm-account-content > .woocommerce-error {
  margin: 0 0 22px !important;
}
.tgdm-account-name {
  margin: 22px 0 24px;
  font-size: 16px;
}
.tgdm-account-contact {
  margin-bottom: 20px;
}
.tgdm-account-contact p {
  margin: 0 0 16px;
  font-size: 16px;
}
.tgdm-account-contact p > span {
  display: inline-block;
  width: 22px;
  color: #dd0e13;
  font-weight: 700;
}
.tgdm-account-orders-title {
  margin-top: 8px;
}
.tgdm-account-orders-wrap {
  overflow-x: auto;
  margin-top: 16px;
}
.tgdm-account-orders {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 15px;
}
.tgdm-account-orders th,
.tgdm-account-orders td {
  padding: 10px 8px;
  border: 0;
  border-bottom: 1px solid #d9dfe5;
  background: transparent;
  color: #252a27;
  text-align: left;
  text-transform: none;
}
.tgdm-account-orders th {
  font-weight: 700;
}
.tgdm-account-orders .tgdm-account-no-orders {
  padding-top: 16px;
  border-bottom: 0;
}
.tgdm-account-add-address {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  margin-top: 18px;
  padding: 0 20px;
  border-radius: 3px;
  background: #dd0e13;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.tgdm-account-add-address:hover {
  background: #a90114;
  color: #fff;
}
.tgdm-account-address-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #e4e7eb;
}
.tgdm-account-address-copy p {
  margin: 0 0 16px;
  font-size: 16px;
}
.tgdm-account-default-address {
  margin-left: 10px;
  color: #16a34a;
  font-size: 12px;
}
.tgdm-account-edit-address {
  flex: 0 0 auto;
  color: #dd0e13;
  font-size: 16px;
  text-decoration: none;
}
.tgdm-account-content form h2,
.tgdm-account-content form legend {
  color: #252a27;
}
.tgdm-account-content form .button {
  background: #dd0e13 !important;
}
.tgdm-account-builder-content,
.tgdm-collections-builder-content {
  margin-bottom: 28px;
}
@media (max-width: 849px) {
  .tgdm-account-container {
    padding-right: 18px;
    padding-left: 18px;
  }
  .tgdm-account-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .tgdm-account-sidebar {
    padding: 0 0 20px;
    border-right: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .tgdm-account-nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px 24px;
  }
  .tgdm-account-nav a {
    padding: 5px 0;
  }
}
@media (max-width: 549px) {
  .tgdm-account-container .tgdm-lc-breadcrumbs {
    margin-bottom: 26px;
  }
  .tgdm-account-sidebar h1,
  .tgdm-account-title,
  .tgdm-account-orders-title {
    font-size: 21px;
  }
  .tgdm-account-address-card {
    align-items: flex-start;
    flex-direction: column;
  }
  .tgdm-account-orders {
    min-width: 720px;
  }
}

/* Trang danh mục và bộ sưu tập */
body.tax-product_cat #header,
body.tax-product_cat #footer,
body.tax-product_cat .page-title,
body.tax-product_cat .page-title-inner,
body.post-type-archive-product .page-title,
body.post-type-archive-product .page-title-inner {
  display: none !important;
}
.tgdm-lc-category-page-wrapper {
  background-color: #ffffff;
  min-height: 100vh;
}
.tgdm-lc-category-nav-policy-bar {
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0;
}
.tgdm-lc-category-nav-policy-bar .tgdm-lc-menu-title,
.tgdm-lc-category-nav-policy-bar .tgdm-lc-policy-bar {
  background: #dd0e13;
}
.tgdm-lc-category-main {
  padding-top: 20px;
  padding-bottom: 50px;
}
.tgdm-lc-breadcrumbs {
  font-size: 13px;
  color: #666666;
  margin-bottom: 24px;
}
.tgdm-lc-breadcrumbs a {
  color: #666666;
  text-decoration: none;
}
.tgdm-lc-breadcrumbs a:hover {
  color: var(--lc-primary);
}
.tgdm-lc-breadcrumbs .sep {
  margin: 0 5px;
  color: #cccccc;
}
.tgdm-lc-breadcrumbs strong {
  color: #333333;
  font-weight: 600;
}
.tgdm-lc-category-grid-layout {
  display: flex;
  gap: 30px;
}
.tgdm-lc-category-sidebar {
  width: 240px;
  flex-shrink: 0;
}
.tgdm-lc-filter-widget {
  background: #ffffff;
  border: 1px solid #eef2f5;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 18px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.02);
}
.tgdm-lc-filter-widget:last-child {
  margin-bottom: 0;
}
.tgdm-lc-filter-widget h3 {
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  margin-top: 0;
  margin-bottom: 18px;
  letter-spacing: 0.5px;
}
.tgdm-lc-filter-checkboxes {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tgdm-lc-checkbox-label {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  color: #444444;
  user-select: none;
}
.tgdm-lc-checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-custom {
  position: relative;
  height: 18px;
  width: 18px;
  background-color: #ffffff;
  border: 1.5px solid #d2d8df;
  border-radius: 3px;
  margin-right: 10px;
  flex-shrink: 0;
  transition: all 0.2s ease;
}
.tgdm-lc-checkbox-label:hover input ~ .checkbox-custom {
  border-color: var(--lc-primary);
}
.tgdm-lc-checkbox-label input:checked ~ .checkbox-custom {
  background-color: var(--lc-primary);
  border-color: var(--lc-primary);
}
.checkbox-custom:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.tgdm-lc-checkbox-label input:checked ~ .checkbox-custom:after {
  display: block;
}
.tgdm-lc-checkbox-label .label-text {
  font-weight: 500;
  transition: color 0.15s ease;
}
.tgdm-lc-checkbox-label input:checked ~ .label-text {
  color: #000000;
  font-weight: 700;
}
.tgdm-lc-category-products-wrapper {
  flex-grow: 1;
}
.tgdm-lc-category-top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f1f5f9;
  padding-bottom: 12px;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 15px;
}
.tgdm-lc-category-top-bar h1 {
  font-size: 26px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
}
.tgdm-lc-sorting-options {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 13.5px;
  flex-wrap: wrap;
}
.tgdm-lc-sorting-options .sort-title {
  color: #666666;
  font-weight: 600;
}
.tgdm-lc-sorting-options .sort-link {
  color: #444444;
  text-decoration: none;
  transition: color 0.15s ease;
  font-weight: 500;
}
.tgdm-lc-sorting-options .sort-link:hover {
  color: var(--lc-primary);
}
.tgdm-lc-sorting-options .sort-link.is-active {
  color: var(--lc-primary);
  font-weight: 700;
}
.tgdm-lc-products.is-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.tgdm-lc-pagination-wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 10px;
}
.tgdm-lc-pagination-wrap .page-numbers {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  color: #4a5568;
  font-size: 14px;
  font-weight: 600;
  margin: 0 4px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.tgdm-lc-pagination-wrap .page-numbers:hover {
  border-color: var(--lc-primary);
  color: var(--lc-primary);
}
.tgdm-lc-pagination-wrap .page-numbers.current {
  background-color: var(--lc-primary);
  border-color: var(--lc-primary);
  color: #ffffff;
}
@media (max-width: 991px) {
  .tgdm-lc-category-grid-layout {
    flex-direction: column;
    gap: 25px;
  }
  .tgdm-lc-category-sidebar {
    width: 100%;
  }
  .tgdm-lc-filter-checkboxes {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
  }
  .tgdm-lc-products.is-category-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .tgdm-lc-products.is-category-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .tgdm-lc-category-top-bar h1 {
    font-size: 22px;
  }
  .tgdm-lc-sorting-options {
    gap: 10px;
    font-size: 12.5px;
  }
}
.tgdm-lc-menu-wrapper {
  position: relative;
}
.tgdm-lc-side-menu.is-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 280px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border: 1px solid var(--lc-border);
  border-top: 0;
  border-radius: 0 0 var(--lc-radius-sm) var(--lc-radius-sm);
  background: var(--lc-bg-white);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  transform: translateY(10px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}
.tgdm-lc-menu-wrapper:hover .tgdm-lc-side-menu.is-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.tgdm-lc-side-menu.is-dropdown .tgdm-lc-submenu {
  z-index: 1001;
}

/* Popup thêm giỏ hàng */
.tgdm-cart-modal-overlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: rgba(0, 0, 0, 0.6) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 99999 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity 0.3s ease, visibility 0.3s ease !important;
}
.tgdm-cart-modal-overlay.is-active {
  opacity: 1 !important;
  visibility: visible !important;
}
.tgdm-cart-modal-container {
  width: 100% !important;
  max-width: 480px !important;
  background: #ffffff !important;
  border-radius: 8px !important;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  overflow: hidden !important;
  transform: translateY(20px) !important;
  transition: transform 0.3s ease !important;
  margin: 0 16px !important;
  box-sizing: border-box !important;
}
.tgdm-cart-modal-overlay.is-active .tgdm-cart-modal-container {
  transform: translateY(0) !important;
}
.tgdm-cart-modal-header {
  display: flex !important;
  align-items: center !important;
  background: #f0fdf4 !important;
  padding: 12px 16px !important;
  border-bottom: 1px solid #dcfce7 !important;
  position: relative !important;
  box-sizing: border-box !important;
}
.tgdm-cart-modal-success-icon {
  color: #10b981 !important;
  display: inline-flex !important;
  margin-right: 8px !important;
}
.tgdm-cart-modal-header strong {
  color: #15803d !important;
  font-size: 14.5px !important;
  font-weight: 600 !important;
  margin: 0 !important;
}
.tgdm-cart-modal-close {
  position: absolute !important;
  right: 12px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background: transparent !important;
  border: none !important;
  font-size: 22px !important;
  line-height: 1 !important;
  color: #94a3b8 !important;
  cursor: pointer !important;
  padding: 4px 8px !important;
  margin: 0 !important;
  transition: color 0.15s ease !important;
  box-shadow: none !important;
}
.tgdm-cart-modal-close:hover {
  color: #64748b !important;
}
.tgdm-cart-modal-body {
  padding: 16px !important;
  box-sizing: border-box !important;
}
.tgdm-cart-modal-product {
  display: flex !important;
  gap: 12px !important;
  align-items: flex-start !important;
  padding-bottom: 16px !important;
  border-bottom: 1px solid #f1f5f9 !important;
  box-sizing: border-box !important;
}
.tgdm-cart-modal-product-img {
  width: 64px !important;
  height: 64px !important;
  flex-shrink: 0 !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 4px !important;
  overflow: hidden !important;
  background: #fff !important;
  box-sizing: border-box !important;
}
.tgdm-cart-modal-product-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}
.tgdm-cart-modal-product-name {
  font-size: 13.5px !important;
  font-weight: 500 !important;
  color: #1e293b !important;
  line-height: 1.4 !important;
  text-align: left !important;
}
.tgdm-cart-modal-summary {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 16px 0 !important;
  border-bottom: 1px solid #f1f5f9 !important;
  box-sizing: border-box !important;
}
.tgdm-cart-modal-summary-label {
  font-size: 13.5px !important;
  color: #475569 !important;
  font-weight: 500 !important;
}
.tgdm-cart-modal-summary-value {
  text-align: right !important;
}
.tgdm-cart-modal-total {
  display: block !important;
  font-size: 16px !important;
  color: var(--lc-primary) !important;
  font-weight: 700 !important;
}
.tgdm-cart-modal-count {
  font-size: 12px !important;
  color: #64748b !important;
}
.tgdm-cart-modal-footer {
  display: flex !important;
  gap: 12px !important;
  padding: 16px !important;
  box-sizing: border-box !important;
}
.tgdm-btn-checkout,
.tgdm-btn-view-cart {
  flex: 1 !important;
  display: block !important;
  text-align: center !important;
  padding: 10px 16px !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  border-radius: 4px !important;
  text-decoration: none !important;
  transition: all 0.15s ease !important;
  box-sizing: border-box !important;
}
.tgdm-btn-checkout {
  background: #ffffff !important;
  border: 1px solid #cbd5e1 !important;
  color: #475569 !important;
}
.tgdm-btn-checkout:hover {
  background: #f8fafc !important;
  border-color: #94a3b8 !important;
}
.tgdm-btn-view-cart {
  background: #dd0e13 !important;
  color: #ffffff !important;
  border: none !important;
}
.tgdm-btn-view-cart:hover {
  background: #a90114 !important;
}

/* Trang giỏ hàng */
.tgdm-lc-cart-container {
  margin-top: 30px !important;
  margin-bottom: 50px !important;
}
.tgdm-lc-cart-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #1e293b;
  text-transform: none;
}
.tgdm-lc-cart-list {
  border-top: 1px solid #e2e8f0;
  margin-bottom: 24px;
}
.tgdm-lc-cart-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #e2e8f0;
  position: relative;
}
.tgdm-lc-cart-row-remove {
  flex-shrink: 0;
}
.tgdm-lc-cart-row-remove a.remove {
  display: inline-flex !important;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #94a3b8 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  transition: all 0.15s ease;
}
.tgdm-lc-cart-row-remove a.remove:hover {
  color: #ef4444 !important;
  background: #fee2e2 !important;
}
.tgdm-lc-cart-row-image {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.tgdm-lc-cart-row-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tgdm-lc-cart-row-title {
  flex-grow: 1;
  font-size: 14.5px;
  font-weight: 500;
  color: #1e293b;
  min-width: 0;
}
.tgdm-lc-cart-row-title a {
  color: #1e293b;
  text-decoration: none;
}
.tgdm-lc-cart-row-title a:hover {
  color: var(--lc-primary);
}
.tgdm-lc-cart-row-price {
  font-size: 14.5px;
  font-weight: 600;
  color: var(--lc-primary);
  flex-shrink: 0;
  padding-right: 16px;
}
.tgdm-lc-cart-row-quantity {
  flex-shrink: 0;
}
.tgdm-lc-cart-notes {
  margin-top: 24px;
  margin-bottom: 24px;
}
.tgdm-lc-cart-notes label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #475569;
}
.tgdm-lc-cart-notes textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  font-size: 13.5px;
  background: #fff;
  resize: vertical;
  color: #1e293b;
}
.tgdm-lc-cart-notes textarea:focus {
  border-color: var(--lc-primary);
  outline: none;
  box-shadow: 0 0 0 1px var(--lc-primary);
}
.tgdm-lc-cart-sidebar-card {
  background: #f8f9fa;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 24px;
  box-sizing: border-box;
}
.tgdm-lc-delivery-scheduler {
  margin-bottom: 20px;
}
.tgdm-lc-delivery-scheduler h3 {
  font-size: 14.5px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #1e293b;
  letter-spacing: normal;
  text-transform: uppercase;
}
.tgdm-lc-delivery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.tgdm-lc-delivery-grid label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 6px;
}
.tgdm-lc-delivery-grid input,
.tgdm-lc-delivery-grid select {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  font-size: 13px;
  background: #fff;
  color: #1e293b;
  box-sizing: border-box;
}
.tgdm-lc-delivery-grid input:focus,
.tgdm-lc-delivery-grid select:focus {
  border-color: var(--lc-primary);
  outline: none;
}
.tgdm-lc-delivery-grid input[aria-invalid="true"],
.tgdm-lc-delivery-grid select[aria-invalid="true"] {
  border-color: #ef4444;
}
.tgdm-lc-delivery-error {
  display: none;
  margin: 10px 0 0;
  color: #dc2626;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.45;
}
.tgdm-lc-delivery-error.is-visible {
  display: block;
}
.tgdm-lc-invoice-option {
  margin-bottom: 20px;
}
.tgdm-invoice-checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 500;
  color: #475569;
  cursor: pointer;
  user-select: none;
}
.tgdm-invoice-checkbox-label input {
  margin: 0;
  width: 16px;
  height: 16px;
  border-radius: 4px;
}
.tgdm-lc-sidebar-divider {
  border: 0;
  border-top: 1px solid #e2e8f0;
  margin: 20px 0;
}
.tgdm-lc-sidebar-totals {
  margin-bottom: 20px;
}
.tgdm-lc-totals-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.tgdm-lc-totals-label {
  font-size: 14px;
  font-weight: 700;
  color: #1e293b;
  padding-top: 4px;
}
.tgdm-lc-totals-value-wrapper {
  text-align: right;
}
.tgdm-lc-totals-value {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: var(--lc-primary);
}
.tgdm-lc-totals-subtext {
  font-size: 11px;
  color: #94a3b8;
  font-style: italic;
}
.tgdm-lc-coupons-section {
  margin-bottom: 24px;
}
.tgdm-lc-coupons-trigger-row {
  display: flex;
  justify-content: space-between;
  font-size: 13.5px;
}
.tgdm-lc-coupons-trigger-row span {
  color: #1e293b;
  font-weight: 600;
}
.tgdm-lc-coupons-trigger-row a {
  color: var(--lc-primary);
  font-weight: 500;
  text-decoration: none;
}
.tgdm-lc-coupon-input-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}
.tgdm-lc-coupon-input-wrapper input {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  font-size: 13px;
  background: #fff;
  box-sizing: border-box;
}
.tgdm-lc-coupon-input-wrapper button {
  padding: 8px 16px;
  background: var(--lc-primary);
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s ease;
}
.tgdm-lc-coupon-input-wrapper button:hover {
  background: var(--lc-primary-dark);
}
.tgdm-lc-applied-coupon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12.5px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  padding: 6px 12px;
  border-radius: 4px;
  margin-top: 8px;
}
.tgdm-lc-applied-coupon strong {
  color: #15803d;
}
.tgdm-lc-applied-coupon a {
  color: #ef4444;
  font-weight: 600;
  text-decoration: none;
}
.tgdm-lc-sidebar-checkout-wrapper {
  margin-bottom: 24px;
}
.tgdm-lc-checkout-submit-btn {
  display: block !important;
  width: 100% !important;
  padding: 12px 24px !important;
  background: #dd0e13 !important;
  color: #ffffff !important;
  text-align: center !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
  text-decoration: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: none !important;
  transition: background 0.15s ease !important;
}
.tgdm-lc-checkout-submit-btn:hover {
  background: #a90114 !important;
}
.tgdm-lc-checkout-submit-btn.is-disabled,
.tgdm-lc-checkout-submit-btn.is-loading {
  background: #94a3b8 !important;
  cursor: not-allowed !important;
  opacity: .72 !important;
}
.tgdm-lc-checkout-submit-btn.is-disabled:hover,
.tgdm-lc-checkout-submit-btn.is-loading:hover {
  background: #94a3b8 !important;
}
.tgdm-lc-payment-methods {
  border-top: 1px solid #e2e8f0;
  padding-top: 20px;
}
.tgdm-lc-payment-methods h4 {
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  margin-bottom: 12px;
  text-align: center;
  letter-spacing: normal;
}
.tgdm-lc-payment-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.tgdm-lc-payment-logos img {
  display: block;
  max-height: 32px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .tgdm-lc-cart-row {
    flex-wrap: wrap;
    gap: 12px;
    padding: 16px 0;
  }
  .tgdm-lc-cart-row-remove {
    order: 1;
  }
  .tgdm-lc-cart-row-image {
    order: 2;
  }
  .tgdm-lc-cart-row-title {
    order: 3;
    width: calc(100% - 100px);
    white-space: normal !important;
    overflow: visible !important;
  }
  .tgdm-lc-cart-row-price {
    order: 4;
    width: 50%;
    padding-left: 82px;
    padding-top: 4px;
    text-align: left;
  }
  .tgdm-lc-cart-row-quantity {
    order: 5;
    width: 50%;
    display: flex;
    justify-content: flex-end;
  }
  .tgdm-lc-delivery-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

/* Khung cart, checkout, chính sách */
body.woocommerce-cart #header,
body.woocommerce-cart #footer,
body.woocommerce-cart .checkout-page-title,
body.woocommerce-checkout #header,
body.woocommerce-checkout #footer,
body.tgdm-lc-collections-page #header,
body.tgdm-lc-collections-page #footer,
body.tgdm-lc-404-page #header,
body.tgdm-lc-404-page #footer {
	display: none !important;
}
body.tgdm-lc-policy-page #header,
body.tgdm-lc-policy-page #footer {
	display: none !important;
}
.tgdm-lc-policy-content-wrap,
.tgdm-lc-404-content-wrap {
	padding-top: 18px;
	padding-bottom: 56px;
}
.tgdm-lc-policy-content {
	max-width: 1120px;
	margin: 28px auto 0;
	color: #333;
	font-size: 16px;
	line-height: 1.75;
}
.tgdm-lc-policy-content h1 {
	margin: 0 0 28px;
	color: #222;
	font-size: 32px;
	font-weight: 600;
	text-transform: uppercase;
}
.tgdm-lc-policy-content h2 {
	margin: 30px 0 12px;
	color: #dd0e13;
	font-size: 21px;
	font-weight: 600;
}
.tgdm-lc-policy-content h3 {
	margin: 22px 0 8px;
	font-size: 17px;
	font-weight: 600;
}
.tgdm-lc-policy-content p,
.tgdm-lc-policy-content ul,
.tgdm-lc-policy-content ol {
	margin-bottom: 14px;
}
.tgdm-lc-policy-content ul,
.tgdm-lc-policy-content ol {
	padding-left: 24px;
}
.tgdm-lc-policy-content ul li {
	list-style: disc;
}
.tgdm-lc-policy-content ol li {
	list-style: decimal;
}
.tgdm-lc-policy-note {
	margin: 24px 0;
	padding: 18px 20px;
	border-left: 4px solid #dd0e13;
	background: #f4f7fb;
}
.tgdm-lc-terms-content h1,
.tgdm-lc-privacy-content h1 {
	margin-bottom: 14px;
}
.tgdm-lc-terms-lead,
.tgdm-lc-privacy-lead {
	margin-bottom: 24px;
	color: #4b5563;
	font-size: 17px;
}
.tgdm-lc-terms-body p,
.tgdm-lc-privacy-body p {
	margin-bottom: 16px;
}
.tgdm-lc-terms-body p strong,
.tgdm-lc-terms-body p:first-line,
.tgdm-lc-privacy-body p strong,
.tgdm-lc-privacy-body p:first-line {
	font-weight: 600;
}
@media (max-width: 849px) {
	.tgdm-lc-policy-content-wrap {
		padding-right: 15px;
		padding-left: 15px;
	}
	.tgdm-lc-policy-content h1 {
		font-size: 25px;
	}
}
.tgdm-lc-checkout-page-wrapper,
.tgdm-lc-collections-page-wrapper {
  background-color: #ffffff;
  min-height: 100vh;
}
.tgdm-lc-cart-row-quantity .quantity {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  justify-content: center !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}
.tgdm-lc-cart-row-quantity .quantity input.minus,
.tgdm-lc-cart-row-quantity .quantity input.plus {
  width: 28px !important;
  height: 28px !important;
  min-height: 28px !important;
  border-radius: 50% !important;
  border: 1px solid #cbd5e1 !important;
  background-color: transparent !important;
  color: #64748b !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer;
  line-height: 1 !important;
  box-shadow: none !important;
  transition: all 0.15s ease;
  float: none !important;
}
.tgdm-lc-cart-row-quantity .quantity input.minus:hover,
.tgdm-lc-cart-row-quantity .quantity input.plus:hover {
  background-color: var(--lc-accent) !important;
  border-color: var(--lc-primary) !important;
  color: var(--lc-primary) !important;
}
.tgdm-lc-cart-row-quantity .quantity input.qty {
  width: 32px !important;
  height: 28px !important;
  border: none !important;
  background: transparent !important;
  text-align: center !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #1e293b !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  -moz-appearance: textfield;
}
.tgdm-lc-cart-row-quantity .quantity input.qty::-webkit-outer-spin-button,
.tgdm-lc-cart-row-quantity .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.tgdm-lc-cart-update-wrapper {
  display: none !important;
}
.tgdm-lc-cross-sells {
  margin-top: 50px;
  border-top: 1px solid #e2e8f0;
  padding-top: 40px;
  background-color: #ffffff;
}
.tgdm-lc-cross-sells .tgdm-lc-section-head h2 {
  font-size: 20px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 24px;
  text-transform: none;
}
.tgdm-lc-empty-cart-container {
  padding: 60px 15px;
  max-width: 600px;
  margin: 0 auto;
}
.tgdm-lc-empty-cart-title {
  font-size: 20px;
  font-weight: 700;
  color: #1e293b;
  margin-top: 24px;
  margin-bottom: 8px;
  text-transform: none;
}
.tgdm-lc-empty-cart-text {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 24px;
}
.tgdm-lc-empty-cart-btn {
  display: inline-block !important;
  background-color: #ffffff !important;
  color: var(--lc-primary) !important;
  border: 1px solid var(--lc-primary) !important;
  padding: 10px 30px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  text-transform: none !important;
  box-shadow: none !important;
  transition: all 0.15s ease;
}
.tgdm-lc-empty-cart-btn:hover {
  background-color: var(--lc-accent) !important;
  color: var(--lc-primary-dark) !important;
}
body.woocommerce-cart .message-container.success-color {
  display: none !important;
}
@media (min-width: 1200px) {
  body.woocommerce-cart .cart-container.container {
    max-width: 1230px !important;
  }
}

/* Xem nhanh sản phẩm */
.tgdm-lc-quick-view-btn {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 50% !important;
  background-color: #ffffff !important;
  color: #1e293b !important;
  border: none !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: all 0.2s ease-in-out !important;
  z-index: 10 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.tgdm-lc-quick-view-btn:hover {
  background-color: #f8fafc !important;
  color: var(--lc-primary) !important;
  transform: scale(1.08) !important;
}
.tgdm-lc-product-card:hover .tgdm-lc-quick-view-btn {
  opacity: 1 !important;
  visibility: visible !important;
}
.tgdm-qv-modal-overlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: rgba(0, 0, 0, 0.6) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 999999 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity 0.3s ease, visibility 0.3s ease !important;
}
.tgdm-qv-modal-overlay.is-active {
  opacity: 1 !important;
  visibility: visible !important;
}
.tgdm-qv-modal-container {
  width: 90% !important;
  max-width: 900px !important;
  background: #ffffff !important;
  border-radius: 8px !important;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  overflow: hidden !important;
  position: relative !important;
  transform: translateY(20px) !important;
  transition: transform 0.3s ease !important;
  box-sizing: border-box !important;
  max-height: 90vh !important;
}
.tgdm-qv-modal-overlay.is-active .tgdm-qv-modal-container {
  transform: translateY(0) !important;
}
.tgdm-quickview-wrapper {
  display: flex !important;
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 30px !important;
  gap: 30px !important;
}
.tgdm-quickview-close {
  position: absolute !important;
  right: 16px !important;
  top: 12px !important;
  background: transparent !important;
  border: none !important;
  font-size: 28px !important;
  line-height: 1 !important;
  color: #94a3b8 !important;
  cursor: pointer !important;
  transition: color 0.15s ease !important;
  z-index: 20 !important;
  padding: 4px !important;
  box-shadow: none !important;
  margin: 0 !important;
}
.tgdm-quickview-close:hover {
  color: #475569 !important;
}
.tgdm-quickview-left {
  width: 45% !important;
  flex-shrink: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  box-sizing: border-box !important;
}
.tgdm-quickview-main-image {
  width: 100% !important;
  height: 340px !important;
  border: 1px solid #f1f5f9 !important;
  border-radius: 6px !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fff !important;
  box-sizing: border-box !important;
  padding: 10px !important;
}
.tgdm-quickview-main-image img {
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  display: block !important;
}
.tgdm-quickview-thumbnails {
  display: flex !important;
  gap: 12px !important;
  margin-top: 16px !important;
  justify-content: center !important;
  box-sizing: border-box !important;
}
.tgdm-qv-thumb {
  width: 64px !important;
  height: 64px !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 4px !important;
  background: #fff !important;
  box-sizing: border-box !important;
  transition: border-color 0.15s ease !important;
}
.tgdm-qv-thumb img {
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
}
.tgdm-qv-thumb:hover,
.tgdm-qv-thumb.is-active {
  border-color: #dd0e13 !important;
  border-width: 1.5px !important;
}
.tgdm-quickview-right {
  width: 55% !important;
  display: flex !important;
  flex-direction: column !important;
  box-sizing: border-box !important;
}
.tgdm-qv-title {
  font-size: 19px !important;
  font-weight: 700 !important;
  color: #1e293b !important;
  line-height: 1.4 !important;
  margin: 0 0 8px 0 !important;
  text-transform: none !important;
  text-align: left !important;
  padding-right: 20px !important;
}
.tgdm-qv-meta {
  font-size: 13px !important;
  color: #64748b !important;
  margin-bottom: 20px !important;
  display: flex !important;
  gap: 8px !important;
  align-items: center !important;
}
.tgdm-qv-brand {
  color: #dd0e13 !important;
  font-weight: 500 !important;
}
.tgdm-qv-meta-sep {
  color: #cbd5e1 !important;
}
.tgdm-qv-price {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #d32f2f !important;
  margin-bottom: 24px !important;
  text-align: left !important;
}
.tgdm-qv-actions {
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
  margin-top: auto !important;
}
.tgdm-qv-quantity {
  display: inline-flex !important;
  align-items: center !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 4px !important;
  width: fit-content !important;
  overflow: hidden !important;
  background: #fff !important;
}
.tgdm-qv-quantity input {
  width: 40px !important;
  height: 34px !important;
  border: none !important;
  text-align: center !important;
  font-size: 14.5px !important;
  font-weight: 600 !important;
  color: #1e293b !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  -moz-appearance: textfield;
}
.tgdm-qv-quantity input::-webkit-outer-spin-button,
.tgdm-qv-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.tgdm-qv-qty-minus,
.tgdm-qv-qty-plus {
  width: 34px !important;
  height: 34px !important;
  background: #f8fafc !important;
  border: none !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #64748b !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  transition: background 0.15s ease !important;
  box-shadow: none !important;
}
.tgdm-qv-qty-minus:hover,
.tgdm-qv-qty-plus:hover {
  background: #e2e8f0 !important;
  color: #1e293b !important;
}
.tgdm-qv-buttons {
  display: flex !important;
  gap: 16px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
.tgdm-qv-add-to-cart-btn {
  flex: 1 !important;
  height: 46px !important;
  background: #dd0e13 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
  transition: background 0.15s ease !important;
  padding: 0 !important;
  box-shadow: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.tgdm-qv-add-to-cart-btn:hover {
  background: #a90114 !important;
}
.tgdm-qv-installment-btn {
  flex: 1 !important;
  height: 46px !important;
  border: 1px solid #dd0e13 !important;
  background: #ffffff !important;
  border-radius: 4px !important;
  text-decoration: none !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  transition: background 0.15s ease !important;
  box-sizing: border-box !important;
  padding: 0 !important;
}
.tgdm-qv-installment-btn:hover {
  background: #f8fafc !important;
}
.tgdm-qv-installment-btn strong {
  color: #dd0e13 !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}
.tgdm-qv-installment-btn span {
  color: #64748b !important;
  font-size: 10.5px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  margin-top: 1px !important;
}
.tgdm-qv-loading {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 300px !important;
}
.tgdm-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #cbd5e1;
  border-top-color: #dd0e13;
  border-radius: 50%;
  animation: tgdm-spin 0.8s linear infinite;
}
@keyframes tgdm-spin {
  to { transform: rotate(360deg); }
}
@media (max-width: 767px) {
  .tgdm-qv-modal-container {
    width: 95% !important;
    max-height: 95vh !important;
    overflow-y: auto !important;
  }
  .tgdm-quickview-wrapper {
    flex-direction: column !important;
    padding: 20px !important;
    gap: 20px !important;
  }
  .tgdm-quickview-left,
  .tgdm-quickview-right {
    width: 100% !important;
  }
  .tgdm-quickview-main-image {
    height: 240px !important;
  }
  .tgdm-qv-buttons {
    flex-direction: column !important;
    gap: 12px !important;
  }
  .tgdm-qv-add-to-cart-btn,
  .tgdm-qv-installment-btn {
    width: 100% !important;
    height: 44px !important;
  }
}

/* UX Builder editor */
body.ux-builder-iframe .tgdm-lc-banners {
  display: grid !important;
}
body.ux-builder-iframe .tgdm-lc-hero-grid {
  grid-template-columns: 280px minmax(0, 1fr) 340px !important;
}

/* UX Builder danh mục */
.tgdm-custom-cat-strip,
.tgdm-custom-cat-stri {
    padding: 30px 15px 20px !important;
    background: #ffffff;
    max-width: 1180px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.tgdm-custom-cat-strip.row:not(.flickity-enabled),
.tgdm-custom-cat-stri.row:not(.flickity-enabled),
.tgdm-custom-cat-strip .row:not(.flickity-enabled),
.tgdm-custom-cat-stri .row:not(.flickity-enabled) {
    display: grid !important;
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
    gap: 12px !important;
    margin: 0 auto !important;
}

.tgdm-custom-cat-strip.row:not(.flickity-enabled) .col,
.tgdm-custom-cat-stri.row:not(.flickity-enabled) .col,
.tgdm-custom-cat-strip .row:not(.flickity-enabled) .col,
.tgdm-custom-cat-stri .row:not(.flickity-enabled) .col {
    max-width: 100% !important;
    width: 100% !important;
    flex-basis: 100% !important;
    padding: 0 !important;
}
.tgdm-custom-cat-strip .box,
.tgdm-custom-cat-stri .box {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    padding: 12px 4px !important;
    border-radius: 8px !important;
    background: transparent !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease !important;
    text-decoration: none !important;
    box-shadow: none !important;
}
.tgdm-custom-cat-strip .box:hover,
.tgdm-custom-cat-stri .box:hover {
    transform: translateY(-4px) !important;
    background: #eef2ff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
}
.tgdm-custom-cat-strip .box-image,
.tgdm-custom-cat-stri .box-image {
    max-width: 80px !important;
    margin: 0 auto 10px auto !important;
    background-color: transparent !important;
    border-radius: 0 !important;
}
.tgdm-custom-cat-strip .box-image img,
.tgdm-custom-cat-stri .box-image img {
    object-fit: contain !important;
    height: 70px !important;
    width: 80px !important;
    transition: transform 0.2s ease !important;
}
.tgdm-custom-cat-strip .box:hover .box-image img,
.tgdm-custom-cat-stri .box:hover .box-image img {
    transform: scale(1.1) !important;
}
.tgdm-custom-cat-strip .box-text h5,
.tgdm-custom-cat-stri .box-text h5 {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #333 !important;
    margin: 0 !important;
    text-transform: none !important;
}
@media (max-width: 849px) {
    .tgdm-custom-cat-strip,
    .tgdm-custom-cat-stri {
        padding: 22px 0 14px;
    }
    .tgdm-custom-cat-strip.row:not(.flickity-enabled),
    .tgdm-custom-cat-stri.row:not(.flickity-enabled),
    .tgdm-custom-cat-strip .row:not(.flickity-enabled),
    .tgdm-custom-cat-stri .row:not(.flickity-enabled),
    .tgdm-custom-cat-strip .row,
    .tgdm-custom-cat-stri .row {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 12px !important;
        width: min(100% - 20px, 1200px) !important;
        padding: 0 0 14px !important;
        margin-right: auto !important;
        margin-left: auto !important;
        scrollbar-width: none;
    }
    .tgdm-custom-cat-strip.row:not(.flickity-enabled) > .col,
    .tgdm-custom-cat-stri.row:not(.flickity-enabled) > .col,
    .tgdm-custom-cat-strip .row:not(.flickity-enabled) > .col,
    .tgdm-custom-cat-stri .row:not(.flickity-enabled) > .col,
    .tgdm-custom-cat-strip .col,
    .tgdm-custom-cat-stri .col {
        flex: 0 0 88px !important;
        max-width: 88px !important;
        width: 88px !important;
        padding: 0 !important;
        scroll-snap-align: start;
    }
    .tgdm-custom-cat-strip .box,
    .tgdm-custom-cat-stri .box {
        min-height: 112px !important;
        padding: 10px 6px !important;
        border: 1px solid #eef2f7 !important;
        background: #ffffff !important;
        box-shadow: 0 3px 10px rgba(15, 23, 42, .04) !important;
    }
    .tgdm-custom-cat-strip .box-image,
    .tgdm-custom-cat-stri .box-image {
        max-width: 58px !important;
        margin-bottom: 8px !important;
    }
    .tgdm-custom-cat-strip .box-image img,
    .tgdm-custom-cat-stri .box-image img {
        width: 58px !important;
        height: 50px !important;
    }
    .tgdm-custom-cat-strip .box-text,
    .tgdm-custom-cat-stri .box-text {
        padding: 0 !important;
    }
    .tgdm-custom-cat-strip .row::-webkit-scrollbar,
    .tgdm-custom-cat-stri .row::-webkit-scrollbar,
    .tgdm-custom-cat-strip.row::-webkit-scrollbar,
    .tgdm-custom-cat-stri.row::-webkit-scrollbar {
        display: none;
    }
}
@media (max-width: 549px) {
    .tgdm-custom-cat-strip.row:not(.flickity-enabled) > .col,
    .tgdm-custom-cat-stri.row:not(.flickity-enabled) > .col,
    .tgdm-custom-cat-strip .row:not(.flickity-enabled) > .col,
    .tgdm-custom-cat-stri .row:not(.flickity-enabled) > .col,
    .tgdm-custom-cat-strip .col,
    .tgdm-custom-cat-stri .col {
        flex-basis: 84px !important;
        max-width: 84px !important;
        width: 84px !important;
    }
    .tgdm-custom-cat-strip .box-text h5,
    .tgdm-custom-cat-stri .box-text h5 {
        font-size: 12px !important;
        line-height: 1.25 !important;
    }
}

/* UX Builder tab sản phẩm */
.tgdm-custom-tab-block {
    display: grid !important;
    grid-template-columns: auto 1fr !important;
    align-items: center !important;
    margin-bottom: 25px !important;
    max-width: 1180px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.tgdm-custom-tab-block > h4 {
    grid-column: 1 !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #333333 !important;
    text-transform: uppercase !important;
    margin: 0 20px 20px 0 !important;
    line-height: 1.2 !important;
    border: none !important;
}
.tgdm-custom-tab-block > ul.nav {
    grid-column: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    border: none !important;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
.tgdm-custom-tab-block > .tab-panels {
    grid-column: 1 / span 2 !important;
    width: 100% !important;
}
.tgdm-custom-tab-block > ul.nav > li {
    margin: 0 !important;
    padding: 0 !important;
}
.tgdm-custom-tab-block > ul.nav > li > a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 38px !important;
    padding: 0 clamp(10px, 1.15vw, 18px) !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 4px !important;
    background: #ffffff !important;
    color: #333333 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    transition: all 0.2s ease !important;
    margin: 0 !important;
    border-bottom: 1px solid #e5e5e5 !important;
    box-shadow: none !important;
}
.tgdm-custom-tab-block > ul.nav > li > a:hover {
    border-color: #dd0e13 !important;
    color: #dd0e13 !important;
    background: #ffffff !important;
}
.tgdm-custom-tab-block > ul.nav > li.active > a,
.tgdm-custom-tab-block > ul.nav > li.is-active > a,
.tgdm-custom-tab-block > ul.nav > li > a.active,
.tgdm-custom-tab-block > ul.nav > li > a.is-active {
    border-color: #dd0e13 !important;
    background: #dd0e13 !important;
    color: #ffffff !important;
}
.tgdm-custom-tab-block ul.nav-outline {
    border-bottom: none !important;
}
.tgdm-custom-tab-block ul.nav-outline > li > a {
    border-bottom: 1px solid #e5e5e5 !important;
}
@media (max-width: 849px) {
    .tgdm-custom-tab-block {
        display: block !important;
    }
    .tgdm-custom-tab-block > h4 {
        margin: 0 0 15px 0 !important;
    }
    .tgdm-custom-tab-block > ul.nav {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
        justify-content: flex-start !important;
        padding-bottom: 10px !important;
        width: 100% !important;
        gap: 8px !important;
    }
    .tgdm-custom-tab-block > ul.nav > li {
        flex: 0 0 auto !important;
    }
}
.tgdm-custom-tab-products,
.tgdm-custom-tab-block .tab-panels .products.row,
.tgdm-custom-tab-block .tab-panels .row {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 0 !important;
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    border-top: 1px solid var(--lc-border, #e3e3e3) !important;
    border-left: 1px solid var(--lc-border, #e3e3e3) !important;
    border-radius: var(--lc-radius-sm, 8px) !important;
    overflow: hidden !important;
    background: #ffffff !important;
}
.tgdm-custom-tab-products .col,
.tgdm-custom-tab-block .tab-panels .products.row .col,
.tgdm-custom-tab-block .tab-panels .row .col {
    max-width: 100% !important;
    width: 100% !important;
    flex-basis: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
@media (max-width: 1199px) {
    .tgdm-custom-tab-products,
    .tgdm-custom-tab-block .tab-panels .products.row,
    .tgdm-custom-tab-block .tab-panels .row {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}
@media (max-width: 849px) {
    .tgdm-custom-tab-products,
    .tgdm-custom-tab-block .tab-panels .products.row,
    .tgdm-custom-tab-block .tab-panels .row {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}
.tgdm-custom-tab-products .product-small.box,
.tgdm-custom-tab-block .product-small.box {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 400px !important;
    border: none !important;
    border-right: 1px solid var(--lc-border, #e3e3e3) !important;
    border-bottom: 1px solid var(--lc-border, #e3e3e3) !important;
    background: #ffffff !important;
    transition: box-shadow 0.25s ease, transform 0.25s ease !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    height: 100% !important;
    padding: 0 !important;
    float: none !important;
    width: 100% !important;
}
.tgdm-custom-tab-products .col-inner,
.tgdm-custom-tab-block .tab-panels .products.row .col-inner,
.tgdm-custom-tab-block .tab-panels .row .col-inner {
    position: relative !important;
    height: 100% !important;
}
.tgdm-custom-tab-products .product-small.box:hover,
.tgdm-custom-tab-block .product-small.box:hover {
    z-index: 2 !important;
    box-shadow: var(--lc-shadow-lg, 0 10px 30px rgba(0, 0, 0, 0.08)) !important;
    transform: translateY(-2px) !important;
}
@media (max-width: 849px) {
    .tgdm-custom-tab-products .product-small.box,
    .tgdm-custom-tab-block .product-small.box {
        min-height: 340px !important;
    }
}
.tgdm-custom-tab-products .product-small.box .box-image,
.tgdm-custom-tab-block .product-small.box .box-image {
    position: relative !important;
    display: flex !important;
    height: 220px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 16px 16px 8px !important;
    background: #ffffff !important;
    overflow: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
    float: none !important;
}
.tgdm-custom-tab-products .product-small.box .box-image a,
.tgdm-custom-tab-block .product-small.box .box-image a {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
}
.tgdm-custom-tab-products .product-small.box .box-image img:not(.back):not(.show-on-hover),
.tgdm-custom-tab-block .product-small.box .box-image img:not(.back):not(.show-on-hover) {
    position: relative !important;
    max-width: 82% !important;
    max-height: 82% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    opacity: 1 !important;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease !important;
}
.tgdm-custom-tab-products .product-small.box .box-image img.back,
.tgdm-custom-tab-products .product-small.box .box-image img.show-on-hover,
.tgdm-custom-tab-block .product-small.box .box-image img.back,
.tgdm-custom-tab-block .product-small.box .box-image img.show-on-hover {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    max-width: 82% !important;
    max-height: 82% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    opacity: 0 !important;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease !important;
    z-index: 2 !important;
}
.tgdm-custom-tab-products .product-small.box:hover .box-image img:not(.back):not(.show-on-hover),
.tgdm-custom-tab-block .product-small.box:hover .box-image img:not(.back):not(.show-on-hover) {
    transform: scale(1.06) !important;
}
.tgdm-custom-tab-products .product-small.box:hover .box-image a:has(img.back) img:not(.back):not(.show-on-hover),
.tgdm-custom-tab-products .product-small.box:hover .box-image a:has(img.show-on-hover) img:not(.back):not(.show-on-hover),
.tgdm-custom-tab-block .product-small.box:hover .box-image a:has(img.back) img:not(.back):not(.show-on-hover),
.tgdm-custom-tab-block .product-small.box:hover .box-image a:has(img.show-on-hover) img:not(.back):not(.show-on-hover) {
    opacity: 0 !important;
}
.tgdm-custom-tab-products .product-small.box:hover .box-image img.back,
.tgdm-custom-tab-products .product-small.box:hover .box-image img.show-on-hover,
.tgdm-custom-tab-block .product-small.box:hover .box-image img.back,
.tgdm-custom-tab-block .product-small.box:hover .box-image img.show-on-hover {
    opacity: 1 !important;
    transform: translate(-50%, -50%) scale(1.06) !important;
}
@media (max-width: 849px) {
    .tgdm-custom-tab-products .product-small.box .box-image,
    .tgdm-custom-tab-block .product-small.box .box-image {
        height: 170px !important;
        padding: 16px 16px 8px !important;
    }
}
.tgdm-custom-tab-products .product-small.box .box-text,
.tgdm-custom-tab-block .product-small.box .box-text {
    position: relative !important;
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    padding: 10px 14px 16px !important;
    text-align: left !important;
    background: #ffffff !important;
    width: 100% !important;
    min-height: 180px !important;
    float: none !important;
    max-width: 100% !important;
    padding-bottom: 64px !important;
}
.tgdm-custom-tab-products .product-small.box .box-text .category,
.tgdm-custom-tab-products .product-small.box .box-text .ratings,
.tgdm-custom-tab-products .product-small.box .box-text .stars,
.tgdm-custom-tab-block .product-small.box .box-text .category,
.tgdm-custom-tab-block .product-small.box .box-text .ratings,
.tgdm-custom-tab-block .product-small.box .box-text .stars {
    display: none !important;
}
.tgdm-custom-tab-products .product-small.box .box-text .name a,
.tgdm-custom-tab-products .product-small.box .box-text .product-title a,
.tgdm-custom-tab-products .product-small.box .box-text p a,
.tgdm-custom-tab-block .product-small.box .box-text .name a,
.tgdm-custom-tab-block .product-small.box .box-text .product-title a,
.tgdm-custom-tab-block .product-small.box .box-text p a {
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    color: var(--lc-text-dark, #333333) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    min-height: 44px !important;
    margin: 0 0 8px !important;
    text-decoration: none !important;
    order: 1 !important;
    text-align: left !important;
}
.tgdm-custom-tab-products .product-small.box .box-text .name a:hover,
.tgdm-custom-tab-products .product-small.box .box-text .product-title a:hover,
.tgdm-custom-tab-products .product-small.box .box-text p a:hover,
.tgdm-custom-tab-block .product-small.box .box-text .name a:hover,
.tgdm-custom-tab-block .product-small.box .box-text .product-title a:hover,
.tgdm-custom-tab-block .product-small.box .box-text p a:hover {
    color: var(--lc-primary, #dd0e13) !important;
}
@media (max-width: 849px) {
    .tgdm-custom-tab-products .product-small.box .box-text .name a,
    .tgdm-custom-tab-products .product-small.box .box-text .product-title a,
    .tgdm-custom-tab-products .product-small.box .box-text p a,
    .tgdm-custom-tab-block .product-small.box .box-text .name a,
    .tgdm-custom-tab-block .product-small.box .box-text .product-title a,
    .tgdm-custom-tab-block .product-small.box .box-text p a {
        font-size: 13px !important;
        min-height: 38px !important;
    }
}
.tgdm-custom-tab-products .product-small.box .box-text::after,
.tgdm-custom-tab-block .product-small.box .box-text::after {
    content: "Giao lắp nhanh" !important;
    align-self: flex-start !important;
    display: inline-block !important;
    color: #777777 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    margin: 4px 0 8px 0 !important;
    order: 2 !important;
}
.tgdm-custom-tab-products .product-small.box .box-text .price,
.tgdm-custom-tab-products .product-small.box .box-text .price ins,
.tgdm-custom-tab-products .product-small.box .box-text .price .amount,
    .tgdm-custom-tab-block .product-small.box .box-text .price,
    .tgdm-custom-tab-block .product-small.box .box-text .price ins,
    .tgdm-custom-tab-block .product-small.box .box-text .price .amount {
    margin-top: auto !important;
    padding-right: 0 !important;
    color: var(--lc-red, #d32f2f) !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    background: transparent !important;
    text-decoration: none !important;
    order: 3 !important;
    text-align: left !important;
    display: inline-block !important;
}
.tgdm-custom-tab-products .product-small.box .box-text .price del,
.tgdm-custom-tab-products .product-small.box .box-text .price del .amount,
.tgdm-custom-tab-block .product-small.box .box-text .price del,
.tgdm-custom-tab-block .product-small.box .box-text .price del .amount {
    font-size: 14px !important;
    color: #999 !important;
    font-weight: 400 !important;
    margin-right: 6px !important;
    text-decoration: line-through !important;
}
@media (max-width: 849px) {
    .tgdm-custom-tab-products .product-small.box .box-text .price,
    .tgdm-custom-tab-products .product-small.box .box-text .price ins,
    .tgdm-custom-tab-products .product-small.box .box-text .price .amount,
    .tgdm-custom-tab-block .product-small.box .box-text .price,
    .tgdm-custom-tab-block .product-small.box .box-text .price ins,
    .tgdm-custom-tab-block .product-small.box .box-text .price .amount {
        font-size: 16px !important;
    }
}
.tgdm-custom-tab-products .product-small.box .image-tools,
.tgdm-custom-tab-block .product-small.box .image-tools {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: none !important;
}
.tgdm-custom-tab-products .product-small.box .box-image > .image-tools,
.tgdm-custom-tab-block .product-small.box .box-image > .image-tools {
    position: absolute !important;
    inset: 0 !important;
    z-index: 20 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
.tgdm-custom-tab-products .product-small.box .image-tools .add_to_cart_button,
.tgdm-custom-tab-products .product-small.box .image-tools .add-to-cart-grid,
.tgdm-custom-tab-products .product-small.box .image-tools a[href*="add-to-cart"],
.tgdm-custom-tab-block .product-small.box .image-tools .add_to_cart_button,
.tgdm-custom-tab-block .product-small.box .image-tools .add-to-cart-grid,
.tgdm-custom-tab-block .product-small.box .image-tools a[href*="add-to-cart"] {
    display: none !important;
}
.tgdm-custom-tab-products .product-small.box .tgdm-lc-quick-view-btn,
.tgdm-custom-tab-block .product-small.box .tgdm-lc-quick-view-btn {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    z-index: 30 !important;
    display: inline-flex !important;
    width: 40px !important;
    height: 40px !important;
    min-height: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #1e293b !important;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.16) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    transform: translateX(16px) scale(0.92) !important;
    transition: color 0.2s ease, opacity 0.24s ease, visibility 0.24s ease, transform 0.24s cubic-bezier(.22,1,.36,1), box-shadow 0.2s ease !important;
}
.tgdm-custom-tab-products .product-small.box:hover .tgdm-lc-quick-view-btn,
.tgdm-custom-tab-block .product-small.box:hover .tgdm-lc-quick-view-btn {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(0) scale(1) !important;
}
.tgdm-custom-tab-products .product-small.box .tgdm-lc-quick-view-btn svg,
.tgdm-custom-tab-block .product-small.box .tgdm-lc-quick-view-btn svg {
    display: block !important;
    width: 21px !important;
    height: 21px !important;
    stroke: currentColor !important;
}
.tgdm-custom-tab-products .product-small.box .tgdm-lc-quick-view-btn:hover,
.tgdm-custom-tab-block .product-small.box .tgdm-lc-quick-view-btn:hover {
    color: var(--lc-primary, #dd0e13) !important;
    transform: translateX(0) scale(1.06) !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.22) !important;
}
.tgdm-custom-tab-products .product-small.box a.quick-view,
.tgdm-custom-tab-products .product-small.box a[class*="quickview"],
.tgdm-custom-tab-block .product-small.box a.quick-view,
.tgdm-custom-tab-block .product-small.box a[class*="quickview"] {
    display: none !important;
}
.tgdm-custom-tab-products .product-small.box .tgdm-loop-order-button,
.tgdm-custom-tab-block .product-small.box .tgdm-loop-order-button {
    position: absolute !important;
    right: 14px !important;
    bottom: 16px !important;
    z-index: 12 !important;
    display: inline-flex !important;
    width: auto !important;
    min-width: 96px !important;
    height: 38px !important;
    min-height: 38px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 16px !important;
    border: 1px solid var(--lc-primary, #dd0e13) !important;
    border-radius: 4px !important;
    background: var(--lc-primary, #dd0e13) !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    text-transform: none !important;
    box-shadow: none !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease !important;
}
.tgdm-custom-tab-products .product-small.box .tgdm-loop-order-button::before,
.tgdm-custom-tab-block .product-small.box .tgdm-loop-order-button::before {
    content: none !important;
}
.tgdm-custom-tab-products .product-small.box .tgdm-loop-order-button:hover,
.tgdm-custom-tab-block .product-small.box .tgdm-loop-order-button:hover {
    border-color: var(--lc-primary-dark, #a90114) !important;
    background: var(--lc-primary-dark, #a90114) !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
}
@media (max-width: 849px) {
    .tgdm-custom-tab-products .product-small.box .box-text,
    .tgdm-custom-tab-block .product-small.box .box-text {
        min-height: 170px !important;
        padding-bottom: 58px !important;
    }
    .tgdm-custom-tab-products .product-small.box .tgdm-lc-quick-view-btn,
    .tgdm-custom-tab-block .product-small.box .tgdm-lc-quick-view-btn {
        width: 36px !important;
        height: 36px !important;
    }
    .tgdm-custom-tab-products .product-small.box .tgdm-loop-order-button,
    .tgdm-custom-tab-block .product-small.box .tgdm-loop-order-button {
        right: 10px !important;
        bottom: 14px !important;
        min-width: 84px !important;
        height: 34px !important;
        min-height: 34px !important;
        padding: 0 12px !important;
        font-size: 13px !important;
    }
}

/* Tiện ích nhỏ */
.btn-center {
  display: table !important;
  margin: 16px auto 0 auto !important;
}

/* Ép chiều rộng footer */
body .ux_block .tgdm-footer-wide,
body .ux-block .tgdm-footer-wide,
body .block-html .tgdm-footer-wide {
  max-width: 100vw !important;
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}
body .ux_block .tgdm-footer-wide .section-content,
body .ux-block .tgdm-footer-wide .section-content,
body .block-html .tgdm-footer-wide .section-content {
  max-width: 100% !important;
  width: 100% !important;
}
body .ux_block .tgdm-footer-wide .row,
body .ux-block .tgdm-footer-wide .row,
body .block-html .tgdm-footer-wide .row {
  max-width: 1180px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
body .tgdm-gpkd-line,
.tgdm-gpkd-line {
  max-width: 1180px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  box-sizing: border-box !important;
}
body .section:has(.col.tgdm-footer-wide),
body .section:has(> .section-content .col.tgdm-footer-wide) {
  max-width: 100vw !important;
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  background: #ffffff !important;
}
body .section:has(.col.tgdm-footer-wide) .section-bg-overlay,
body .section:has(> .section-content .col.tgdm-footer-wide) .section-bg-overlay,
.tgdm-global-footer-rendered .section-bg-overlay {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
body .section:has(.col.tgdm-footer-wide) > .section-content,
body .section:has(> .section-content .col.tgdm-footer-wide) > .section-content {
  max-width: 100% !important;
  width: 100% !important;
}
body .section:has(.col.tgdm-footer-wide) .row,
body .section:has(> .section-content .col.tgdm-footer-wide) .row {
  max-width: 1180px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media (min-width: 850px) {
  body .section:has(.col.tgdm-footer-wide) .row > .col:nth-child(1),
  body .section:has(> .section-content .col.tgdm-footer-wide) .row > .col:nth-child(1) {
    flex-basis: 38% !important;
    max-width: 38% !important;
  }
  body .section:has(.col.tgdm-footer-wide) .row > .col:nth-child(2),
  body .section:has(> .section-content .col.tgdm-footer-wide) .row > .col:nth-child(2) {
    flex-basis: 20% !important;
    max-width: 20% !important;
  }
  body .section:has(.col.tgdm-footer-wide) .row > .col:nth-child(3),
  body .section:has(> .section-content .col.tgdm-footer-wide) .row > .col:nth-child(3) {
    flex-basis: 22% !important;
    max-width: 22% !important;
  }
  body .section:has(.col.tgdm-footer-wide) .row > .col:nth-child(4),
  body .section:has(> .section-content .col.tgdm-footer-wide) .row > .col:nth-child(4) {
    flex-basis: 20% !important;
    max-width: 20% !important;
  }
}
@media (max-width: 849px) {
  body .section:has(.col.tgdm-footer-wide) .row,
  body .section:has(> .section-content .col.tgdm-footer-wide) .row {
    width: calc(100% - 30px) !important;
    max-width: 100% !important;
  }
  body .section:has(.col.tgdm-footer-wide) .row > .col,
  body .section:has(> .section-content .col.tgdm-footer-wide) .row > .col {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}

/* Ẩn popup ở cart và checkout */
body.woocommerce-cart .tgdm-cart-modal-overlay,
body.woocommerce-cart .tgdm-qv-modal-overlay,
body.woocommerce-checkout .tgdm-cart-modal-overlay,
body.woocommerce-checkout .tgdm-qv-modal-overlay {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
