/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/* =========================================================
   MOMCOZY EXACT SECTION 1 PIXEL-PERFECT STYLING
   ========================================================= */

.tymglo-pdp-section-1 {
  width: 100%;
  background: #ffffff;
  padding: 0px 20px 60px 20px;
  font-family: inherit;
  box-sizing: border-box;
}

.tg-pdp-layout {
  max-width: auto;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 50px;
  align-items: start;
}
.tg-rq-headline {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 4px 0;
}
/* =========================================================
   LEFT GALLERY
   ========================================================= */
.tg-pdp-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: sticky;
  top: 80px;
}


/* =========================================================
   GALLERY INNER ROW: THUMBS LEFT + BIG IMAGE RIGHT
   ========================================================= */
.tg-gallery-inner {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
  width: 100%;
}

.tg-thumb-strip {
  display: flex;
  flex-direction: column;  /* vertical stack */
  gap: 8px;
  width: 72px;
  flex-shrink: 0;
}

.tg-main-photo-wrap {
  position: relative;
  flex: 1;
  min-height: 480px;
  background: #F9F9FA;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* TRUST BADGES ROW */
.tg-trust-row {
  display: flex;
  gap: 12px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.tg-trust-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #444444;
  background: #F7F7F7;
  border: 1px solid #EEEEEE;
  border-radius: 20px;
  padding: 6px 14px;
}

.tg-trust-item span {
  color: #333333;
}

/* PAYMENT STRIP */
.tg-payment-strip {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #EEEEEE;
  flex-wrap: wrap;
}

.tg-pay-label {
  font-size: 11px;
  font-weight: 700;
  color: #888888;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.tg-pay-icons {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.tg-pay-icons i {
  font-size: 28px;
  color: #555555;
  transition: color 0.2s ease;
}

.tg-pay-icons i:hover {
  color: #1a1a1a;
}
.tg-pay-img {
  height: 22px;
  width: auto;
  object-fit: contain;
  opacity: 0.75;
  transition: opacity 0.2s ease;
}

.tg-pay-img:hover {
  opacity: 1;
}
/* FIX BULLET DOTS TO CHECKMARKS */
.tg-dot {
  color: #2E7D32;
  font-size: 13px;
  font-weight: 700;
}
/* TRUST BADGES ROW */
.tg-trust-row {
  display: flex;
  gap: 10px;
  margin-top: 18px;
  flex-wrap: wrap;
}

.tg-trust-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 600;
  color: #444444;
  background: #F7F7F7;
  border: 1px solid #EEEEEE;
  border-radius: 20px;
  padding: 7px 14px;
}

.tg-trust-item i {
  font-size: 13px;
  color: #803338;
}

.tg-trust-item span {
  color: #333333;
}

/* BUTTON ICON SPACING */
.tg-btn-pdp i {
  font-size: 15px;
}

.tg-btn-black i { color: #ffffff; }
.tg-btn-shoppay i { color: #ffffff; }
.tg-btn-burgundy i { color: #ffffff; }

/* FIX BULLET DOTS TO CHECKMARKS */
.tg-dot {
  color: #2E7D32;
  font-size: 13px;
  font-weight: 700;
}
/* =========================================================
   THUMBNAILS — VERTICAL STRIP ON LEFT
   ========================================================= */


.tg-t-item {
  position: relative !important;
  aspect-ratio: 1 / 1 !important;
  border-radius: 6px !important;
  border: 1.5px solid transparent !important;
  overflow: hidden !important;
  background: #FAFAFA !important;
  cursor: pointer !important;
  transform: none !important;
  transition: border-color 0.2s ease !important;
}

.tg-t-item.active {
  border-color: #1a1a1a !important;
}

.tg-t-item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.tg-t-item:hover img {
  transform: translateY(-4px) scale(1.05) !important;
}

/* =========================================================
   MAIN IMAGE — TAKES REMAINING WIDTH
   ========================================================= */


#tgMainImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none !important;
  transition: opacity 0.25s ease !important;
}

/* =========================================================
   BEST SELLER BADGE & EXPAND ICON
   ========================================================= */
.tg-bestseller-circle {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 52px;
  height: 52px;
  background: #803338;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.15;
  z-index: 10;
}

.tg-expand-icon {
  position: absolute;
  bottom: 16px;
  left: 16px;
  font-size: 18px;
  color: #555;
  cursor: pointer;
  z-index: 10;
}

/* =========================================================
   BIG MAIN PHOTO ARROWS
   ========================================================= */
.tg-photo-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #E0E0E0;
  border-radius: 50%;
  color: #222222;
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 15;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  opacity: 0.85;
  transition: all 0.2s ease;
}

.tg-photo-arrow:hover {
  background: #ffffff;
  color: #000000;
  opacity: 1;
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.tg-photo-prev { left: 14px; }
.tg-photo-next { right: 14px; }

/* =========================================================
   TESTIMONIAL CARD
   ========================================================= */
.tg-review-quote-card {
  background: linear-gradient(135deg, #FDF4F2 0%, #F5F9FD 100%);
  border-radius: 14px;
  padding: 24px 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tg-rq-stars {
  color: #8C484D;
  font-size: 16px;
  letter-spacing: 2px;
}

.tg-rq-text {
  font-size: 13.5px;
  color: #555555;
  line-height: 1.55;
  margin: 0;
}

.tg-rq-author {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11.5px;
  font-weight: 700;
  color: #333333;
}

/* =========================================================
   AWARDS STRIP
   ========================================================= */
.tg-awards-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid #EEEEEE;
}

.tg-award-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.tg-award-tag { font-size: 10px; font-weight: 900; letter-spacing: 0.5px; }
.tg-aca-logo { font-size: 18px; font-weight: 900; color: #D32F2F; line-height: 1; }
.tg-award-sub { font-size: 8px; font-weight: 800; color: #444; }
.tg-lbp-box strong { font-size: 9px; font-weight: 900; color: #E91E63; }
.tg-lbp-rec strong { font-size: 9px; font-weight: 900; color: #9C27B0; }

/* =========================================================
   COLOR WRAP & CARDS
   ========================================================= */
.tg-color-wrap { margin-bottom: 22px; }

.tg-prop-lbl {
  font-size: 13px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 10px;
  display: block;
  letter-spacing: 0.5px;
}
.tg-prop-lbl span {
  font-weight: 400;
  color: #555555;
  margin-left: 4px;
}

.tg-color-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
/* SELECTED VALUE LABEL */
.tg-prop-lbl {
  font-size: 13px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 10px;
  display: block;
  letter-spacing: 0.5px;
}

.tg-selected-val {
  font-weight: 500;
  color: #666666;
  margin-left: 6px;
  font-size: 13px;
  letter-spacing: 0;
}

/* COLOR SWATCHES */
.tg-color-swatch {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none;
  box-shadow: 0 0 0 1px #E0E0E0;
}

.tg-color-swatch:hover {
  box-shadow: 0 0 0 2px #1a1a1a;
}

.tg-color-swatch.active {
  box-shadow: 0 0 0 2px #1a1a1a;
  border: 2px solid #ffffff;
}
/* HIDE DEFAULT WOOCOMMERCE VARIATION FORM */
.variations_form.cart table.variations,
.woocommerce-variation-add-to-cart,
form.cart .variations,
.single_variation_wrap {
  display: none !important;
}
/* SIZE BOXES — already in your CSS but make sure active works */
.tg-size-box.active {
  border: 2px solid #1a1a1a !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  background: #f5f5f5 !important;
}
.tg-color-card {
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  padding: 12px 18px;
  background: #ffffff;
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.2s ease;
}
.tg-color-card img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}
.tg-color-card span {
  font-size: 13.5px;
  font-weight: 500;
  color: #222222;
}
.tg-color-card.active {
  border: 1.8px solid #1a1a1a !important;
}

/* =========================================================
   SIZE SECTION
   ========================================================= */
.tg-size-wrap { margin-bottom: 24px; }

.tg-size-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.tg-size-guide-btn {
  font-size: 11.5px;
  font-weight: 800;
  color: #1a1a1a;
  text-decoration: underline;
  letter-spacing: 0.8px;
  cursor: pointer;
}

.tg-size-boxes-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.tg-size-box {
  width: 50px;
  height: 48px;
  background: #ffffff;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  font-size: 13.5px;
  font-weight: 500;
  color: #222222;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.tg-size-box.active {
  border: 2px solid #1a1a1a !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
}

/* =========================================================
   QUANTITY STEPPER
   ========================================================= */
.tg-qty-stepper-wrap {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}

.tg-qty-circle-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #EAEAEA;
  border: none;
  font-size: 18px;
  font-weight: 700;
  color: #222222;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease;
}

.tg-qty-circle-btn:hover { background: #D8D8D8; }

.tg-qty-number {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  min-width: 14px;
  text-align: center;
}

/* =========================================================
   RIGHT BUY BOX
   ========================================================= */
.tg-pdp-right {
  display: flex;
  flex-direction: column;
}

.tg-prod-title {
  font-size: 22px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 10px 0;
  line-height: 1.3;
}

.tg-price-rating-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.tg-main-price {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
}

.tg-header-stars {
  display: flex;
  align-items: center;
  gap: 4px;
}
.tg-h-stars { color: #8C484D; font-size: 13px; letter-spacing: 1px; }
.tg-h-count { font-size: 12px; color: #777; }

.tg-klarna-line {
  font-size: 12px;
  color: #666666;
  margin: 0 0 16px 0;
}
.tg-klarna-line a { color: #1a1a1a; text-decoration: underline; }

.tg-bullets-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
  margin-bottom: 22px;
}

.tg-bullet-item {
  font-size: 12.5px;
  color: #333333;
  display: flex;
  align-items: center;
  gap: 6px;
}
.tg-dot { color: #8C484D; font-size: 16px; }

/* =========================================================
   STYLE CARDS
   ========================================================= */
.tg-style-section { margin-bottom: 20px; }
.tg-opt-header-lbl {
  font-size: 11.5px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
  display: block;
  letter-spacing: 0.5px;
}

.tg-style-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.tg-style-card {
  position: relative !important;
  border: 1.5px solid #E0E0E0 !important;
  border-radius: 8px !important;
  padding: 0px 0px !important;
  background: #ffffff !important;
  cursor: pointer !important;
  overflow: hidden !important;
  transform: none !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.tg-style-card.active {
  border-color: #1a1a1a !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
}

.tg-style-img {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  border-radius: 6px !important;
  margin-bottom: 6px !important;
}

.tg-style-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: fill !important;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.tg-style-card:hover .tg-style-img img {
  transform: scale(1.10) !important;
}

.tg-style-card span { font-size: 10px; font-weight: 600; color: #333; line-height: 1.25; }

/* =========================================================
   COLOR PILLS
   ========================================================= */
.tg-color-section { margin-bottom: 16px; }
.tg-color-pills-row { display: flex; gap: 10px; }

.tg-color-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px 6px 8px;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  background: #ffffff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  color: #333333;
}
.tg-color-pill.active { border: 1.5px solid #1a1a1a; }
.tg-color-pill img { width: 24px; height: 24px; border-radius: 4px; object-fit: cover; }

/* =========================================================
   CTA BUTTONS
   ========================================================= */
.tg-cta-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 14px;
}

.tg-btn-pdp {
  width: 100%;
  height: 48px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease, transform 0.15s ease;
}

.tg-btn-pdp:hover { opacity: 0.92; transform: translateY(-1px); }

.tg-btn-black { background: #222222; color: #ffffff; }
.tg-btn-shoppay { background: #5A31F4; color: #ffffff; }
.tg-btn-shoppay .tg-shop-icon {
  font-style: italic;
  font-weight: 900;
  font-size: 17px;
  margin-left: 4px;
}
.tg-btn-burgundy { background: #7A2A38; color: #ffffff; }

/* =========================================================
   MISC
   ========================================================= */
.tg-amazon-link-wrap { text-align: center; margin-bottom: 24px; }
.tg-amazon-link { font-size: 12px; color: #666666; text-decoration: underline; }
.tg-pdp-divider { height: 1px; background: #EEEEEE; margin: 18px 0; }

.tg-size-guide-row { text-align: right; margin-bottom: 12px; }
.tg-size-guide-link { font-size: 11px; font-weight: 700; color: #1a1a1a; text-decoration: underline; letter-spacing: 0.5px; }

.tg-qty-row { margin-bottom: 16px; }
.tg-round-qty {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  font-weight: 700;
}
.tg-round-qty button {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  padding: 0 6px;
}

.tg-policies-list { display: flex; flex-direction: column; gap: 14px; }
.tg-policy-row { display: flex; flex-direction: column; gap: 2px; }
.tg-pol-head { display: flex; align-items: center; gap: 10px; font-size: 13.5px; }
.tg-pol-head strong { color: #1a1a1a; }
.tg-free-avail { font-size: 10px; font-weight: 800; text-decoration: underline; color: #1a1a1a; letter-spacing: 0.5px; }
.tg-learn-more { font-size: 12px; color: #1a1a1a; text-decoration: underline; }
.tg-pol-desc { font-size: 12px; color: #666666; margin: 0; line-height: 1.4; }

.tg-ways-to-pay-section { display: flex; flex-direction: column; gap: 8px; }
.tg-wtp-label { font-size: 12px; font-weight: 700; color: #333; }
.tg-wtp-icons { display: flex; gap: 6px; flex-wrap: wrap; }
.tg-pay-pill {
  font-size: 9.5px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 4px;
}

.tg-share-row {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  color: #666;
  margin-top: 16px;
}
.tg-share-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #F0F0F0;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 992px) {
  .tg-pdp-layout { grid-template-columns: 1fr; gap: 30px; }
  .tg-pdp-left { position: static; }
}

@media (max-width: 600px) {
  .tg-style-grid { grid-template-columns: repeat(2, 1fr); }
  .tg-gallery-inner { flex-direction: column-reverse; }
  .tg-thumb-strip {
    flex-direction: row;
    width: 100%;
  }
}

/* =========================================================
   MOMCOZY EXACT UGC REEL CAROUSEL STYLING
   ========================================================= */

.tymglo-pdp-section-2 {
  width: 100%;
  padding: 0px;
  box-sizing: border-box;
}

.tg-ugc-container {
  max-width: auto;
  margin: 0 auto;
  position: relative;
}

/* =========================================================
   CAROUSEL WRAPPER & ARROWS
   ========================================================= */
.tg-carousel-wrap {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.tg-ugc-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px 20px; 
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.tg-ugc-track::-webkit-scrollbar { display: none; }

.tg-nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #E0E0E0;
  border-radius: 50%;
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  opacity: 0;
  pointer-events: none;
}

.tg-nav-arrow.visible { opacity: 1; pointer-events: auto; }
.tg-nav-arrow:hover { background: #ffffff; transform: translateY(-50%) scale(1.05); box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15); }
.tg-nav-left { left: 5px; }
.tg-nav-right { right: 5px; }


/* =========================================================
   REEL CARD
   ========================================================= */
.tg-reel-card {
  flex: 0 0 calc(16.666% - 14px);
  min-width: 200px;
  aspect-ratio: 9 / 16;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background: #000; /* Black background for video */
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.tg-reel-card:hover { transform: translateY(-4px); }

/* Video instead of Image */
.tg-reel-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.tg-reel-card:hover .tg-reel-video { transform: scale(1.03); }

/* Play Button */
.tg-play-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 2;
  pointer-events: none; /* Let hover pass through to card */
}
.tg-play-circle svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
  margin-left: 3px;
}

/* Hide play button on hover when video plays */
.tg-reel-card:hover .tg-play-circle { opacity: 0; }

.tg-shop-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.tg-shop-icon svg { width: 18px; height: 18px; fill: none; stroke: #ffffff; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }


/* =========================================================
   FULLSCREEN TIKTOK-STYLE VIDEO MODAL
   ========================================================= */
.tg-video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 30, 0.95);
  backdrop-filter: blur(8px);
  z-index: 999999;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.tg-video-modal.active {
  display: flex;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Close Button */
.tg-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Up/Down Navigation */
.tg-modal-nav-col {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 100;
}
.tg-modal-nav-btn {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.tg-modal-nav-btn:hover { background: rgba(255, 255, 255, 0.3); }

/* Video Container */
.tg-modal-content {
  position: relative;
  width: 100%;
  max-width: 450px; /* Reel aspect width */
  height: 90vh; /* Fill most of screen vertically */
  max-height: 850px;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
  display: flex;
  flex-direction: column;
}

/* The actual playing video */
.tg-modal-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

/* Central huge play button (when paused in modal) */
.tg-modal-play-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.tg-modal-play-indicator svg { width: 36px; height: 36px; fill: #fff; margin-left: 5px; }

/* Product Info Box (Bottom) */
.tg-modal-product-card {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: rgba(40, 40, 40, 0.85);
  backdrop-filter: blur(10px);
  border-radius: 8px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  transition: background 0.2s;
}
.tg-modal-product-card:hover { background: rgba(60, 60, 60, 0.95); }

.tg-mp-img { width: 44px; height: 44px; border-radius: 4px; object-fit: cover; }
.tg-mp-info { flex: 1; }
.tg-mp-title { font-size: 13px; font-weight: 600; margin: 0 0 4px 0; }
.tg-mp-price { font-size: 12px; color: #ccc; margin: 0; }
.tg-mp-arrow { font-size: 16px; font-weight: bold; }

/* Top controls */
.tg-modal-top-bar {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}
.tg-modal-title { font-size: 14px; font-weight: 600; color: #fff; text-shadow: 0 1px 4px rgba(0,0,0,0.8); }
.tg-modal-actions { display: flex; gap: 10px; pointer-events: auto; }
.tg-modal-action-btn { background: none; border: none; color: #fff; font-size: 18px; cursor: pointer; text-shadow: 0 1px 4px rgba(0,0,0,0.8); }


/* Responsive */
@media (max-width: 1200px) { .tg-reel-card { flex: 0 0 calc(20% - 13px); } }
@media (max-width: 900px) { .tg-reel-card { flex: 0 0 calc(25% - 12px); } }
@media (max-width: 700px) { 
  .tg-reel-card { flex: 0 0 calc(33.333% - 11px); } 
  .tg-nav-arrow { display: none; } 
  .tg-modal-nav-col { display: none; } /* Rely on swipe/click */
  .tg-modal-content { height: 100vh; max-height: none; border-radius: 0; }
  .tg-modal-close { top: 10px; right: 10px; background: rgba(0,0,0,0.3); border-radius: 50%; }
}
@media (max-width: 500px) { .tg-reel-card { flex: 0 0 calc(50% - 8px); } }



/* =========================================================
   MOMCOZY PDP STORYTELLING 4-BLOCK SHOWCASE STYLING
   ========================================================= */

.tymglo-pdp-section-3 {
  width: 100%;
  background: #ffffff;
  padding: 80px 20px;
  font-family: inherit;
  box-sizing: border-box;
}

.tg-story-container {
  max-width: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 90px;
}

.tg-story-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: center;
}

.tg-row-reverse {
  direction: ltr;
}
.tg-row-reverse .tg-story-content { order: 1; }
.tg-row-reverse .tg-story-media { order: 2; }

/* MEDIA FRAMES */
.tg-media-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3.4;
  border-radius: 24px;
  overflow: hidden;
  background: #F7F7F8;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.05);
}

.tg-media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.tg-media-frame:hover img {
  transform: scale(1.04);
}

.tg-floating-stat {
  position: absolute;
  bottom: 24px;
  right: 24px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  padding: 12px 20px;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.tg-floating-stat strong { font-size: 26px; font-weight: 900; color: #BA5D4F; display: block; line-height: 1; }
.tg-floating-stat span { font-size: 11px; font-weight: 700; color: #444; }

.tg-floating-badge-ribs {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #1a1a1a;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 20px;
}

.tg-macro-tag {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(255, 255, 255, 0.92);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  color: #1a1a1a;
}
/* COLLAGE 2-IMAGE GRID */
.tg-collage-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.tg-collage-card {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: 20px;
  overflow: hidden;
  background: #F7F7F8;
  box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

.tg-collage-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tg-collage-lbl {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 12px;
}
/* CONTENT STYLING */
.tg-story-tag {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #BA5D4F;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 8px;
}

.tg-story-heading {
  font-size: 32px;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.25;
  margin: 0 0 16px 0;
  letter-spacing: -0.5px;
}

.tg-story-desc {
  font-size: 15px;
  color: #555555;
  line-height: 1.6;
  margin: 0 0 24px 0;
}

/* Checklist */
.tg-feature-checklist {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.tg-check-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.tg-check-icon {
  width: 22px;
  height: 22px;
  background: #FDF4F0;
  color: #BA5D4F;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.tg-check-item strong { font-size: 14px; color: #1a1a1a; display: block; }
.tg-check-item p { font-size: 12.5px; color: #666666; margin: 2px 0 0 0; }

/* Pill Tags */
.tg-pill-tags-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}


.tg-feature-pill {
  background: #FDF4F0;
  color: #BA5D4F;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 20px;
  border: 1px solid #FCE5E1;
}

/* Spec Cards */
.tg-spec-cards-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.tg-spec-card {
  background: #FAFAFA;
  border: 1px solid #EEEEEE;
  border-radius: 14px;
  padding: 16px;
}
.tg-spec-card strong { font-size: 13px; color: #1a1a1a; display: block; margin-bottom: 4px; }
.tg-spec-card span { font-size: 11.5px; color: #666666; line-height: 1.4; display: block; }

/* Fabric Highlights */
.tg-fabric-highlights {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.tg-fh-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: #FDFDFD;
  border: 1px solid #EEEEEE;
  border-radius: 14px;
  padding: 14px 18px;
}

.tg-fh-icon { font-size: 24px; }
.tg-fh-item strong { font-size: 13.5px; color: #1a1a1a; display: block; }
.tg-fh-item span { font-size: 12px; color: #666666; margin-top: 2px; display: block; }

/* RESPONSIVE */
@media (max-width: 992px) {
  .tg-story-row { grid-template-columns: 1fr; gap: 36px; }
  .tg-row-reverse .tg-story-content { order: 2; }
  .tg-row-reverse .tg-story-media { order: 1; }
  .tg-story-container { gap: 60px; }
  .tg-story-heading { font-size: 26px; }
}


.tymglo-pdp-faqs-section {
  width: 100%;
  background: #ffffff;
  padding: 60px 20px 80px 20px;
  font-family: inherit;
  box-sizing: border-box;
}
.tg-faq-inner { max-width: auto; margin: 0 auto; }
.tg-faq-title-wrap { text-align: center; position: relative; margin-bottom: 30px; }
.tg-faq-title-wrap:before { content: ""; position: absolute; top: 50%; left: 0; right: 0; height: 1px; background: #F0F0F0; z-index: 1; }
.tg-faq-main-title { position: relative; display: inline-block; background: #ffffff; padding: 0 28px; font-size: 28px; font-weight: 800; color: #222222; margin: 0; letter-spacing: -0.5px; z-index: 2; }
.tg-faq-clean-list { display: flex; flex-direction: column; border-top: 1px solid #ECECEC; }
.tg-faq-row { border-bottom: 1px solid #ECECEC; }
.tg-faq-btn { width: 100%; padding: 20px 0; background: none; border: none; display: flex; justify-content: space-between; align-items: center; text-align: left; cursor: pointer; gap: 20px; padding-inline: 5px; border-radius: 8px; }
.tymglo-pdp-section-6{
	padding-inline: 15px;
}
.tg-faq-btn span:first-child { font-size: 14px; font-weight: 700; color: #1a1a1a; line-height: 1.4; transition: color 0.2s ease; }
.tg-faq-btn:hover span:first-child { color: #8C484D; }
/* DELETE THIS */
.tg-chevron { font-size: 18px; font-weight: 700; color: #555555; transition: transform 0.25s ease; }
.tg-faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1); }
.tg-faq-answer p { font-size: 13px; color: #666666; line-height: 1.65; margin: 0 0 22px 0; padding-right: 30px; }
@media (max-width: 768px) {
  .tg-faq-btn span:first-child { font-size: 13.5px; }
  .tg-faq-main-title { font-size: 24px; padding: 0 16px; }
}

.tymglo-pdp-section-5 {
  width: 100%;
  background: #ffffff;
  padding: 60px 20px 80px 20px;
  font-family: inherit;
  box-sizing: border-box;
}
.tg-ymal-container { max-width: auto; margin: 0 auto; }
.tg-ymal-title { text-align: center; font-size: 28px; font-weight: 800; color: #1a1a1a; margin: 0 0 36px 0; letter-spacing: -0.5px; }
.tg-ymal-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 30px; }
.tg-ymal-card { display: flex; flex-direction: column; background: #ffffff; }
.tg-ymal-media { position: relative; width: 100%; aspect-ratio: 1 / 1.15; background: #F8F8F9; border-radius: 16px; overflow: hidden; margin-bottom: 12px; display: flex; align-items: center; justify-content: center; }
.tg-ymal-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1); }
.tg-ymal-card:hover .tg-ymal-media img { transform: scale(1.05); }
.tg-awards-gold-pill { position: absolute; bottom: 12px; left: 12px; right: 12px; background: rgba(254,249,231,0.95); backdrop-filter: blur(4px); border: 1px solid #F5E5B8; border-radius: 8px; padding: 4px 8px; display: flex; justify-content: center; font-size: 8.5px; font-weight: 800; color: #7D5A29; }
.tg-dark-discount-tag { position: absolute; bottom: 12px; right: 12px; background: #111111; color: #ffffff; padding: 4px 8px; border-radius: 4px; font-size: 10px; display: flex; flex-direction: column; align-items: center; line-height: 1.1; }
.tg-dark-discount-tag s { color: #888888; font-size: 9px; }
.tg-dark-discount-tag strong { color: #ffffff; font-size: 11px; }
.tg-ymal-info { display: flex; flex-direction: column; }
.tg-ymal-stars { color: #8C484D; font-size: 11px; letter-spacing: 1.5px; margin-bottom: 4px; }
.tg-ymal-count { color: #777777; font-size: 11.5px; letter-spacing: 0; font-weight: 500; margin-left: 2px; }
.tg-ymal-title-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 8px; margin-bottom: 6px; }
.tg-ymal-name { font-size: 13.5px; font-weight: 600; line-height: 1.35; margin: 0; }
.tg-ymal-name a { color: #1a1a1a; text-decoration: none; transition: color 0.2s ease; }
.tg-ymal-name a:hover { color: #8C484D; }
.tg-wishlist-btn { background: none; border: none; font-size: 17px; color: #555555; cursor: pointer; padding: 0; line-height: 1; transition: color 0.2s ease, transform 0.15s ease; }
.tg-wishlist-btn:hover { color: #BA5D4F; transform: scale(1.15); }
.tg-ymal-price { font-size: 13.5px; color: #555555; margin-bottom: 8px; }
.tg-ymal-price strong { color: #1a1a1a; font-weight: 800; }
.tg-slider-dots-row { display: flex; justify-content: center; align-items: center; gap: 6px; margin-top: 10px; }
.tg-slide-bar { width: 28px; height: 3px; background: #1a1a1a; border-radius: 4px; }
.tg-slide-dot { width: 6px; height: 3px; background: #D0D0D0; border-radius: 4px; }
@media (max-width: 1024px) { .tg-ymal-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; } }
@media (max-width: 600px) {
  .tg-ymal-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 14px; padding-bottom: 10px; }
  .tg-ymal-card { flex: 0 0 220px; scroll-snap-align: start; }
  .tg-ymal-title { font-size: 22px; }
}



I really like this one...
          </p>
          <div class="tg-sc-bottom-meta">
            <span class="tg-verified-shop-pill">Verified by shop</span>
            <div class="tg-helpful-voting">
              <span>Was this helpful?</span>
              <button type="button" class="tg-vote-btn" onclick="tymgloVoteHelpful(this)">👍 1</button>
              <button type="button" class="tg-vote-btn" onclick="tymgloVoteHelpful(this)">👎 0</button>
            </div>
          </div>
        </div>
      </div>

    </div>

  </div>
</div>

<style>
/* =========================================================
   MOMCOZY EXACT "HOW CUSTOMERS SAY ABOUT" STYLING
   ========================================================= */

.tymglo-pdp-section-6 {
  width: 100%;
  background: #ffffff;
  padding: 60px 20px 100px 20px;
  font-family: inherit;
  box-sizing: border-box;
}

.tg-rev-wrap {
  max-width: auto;
  margin: 0 auto;
}

/* 1. TITLE */
.tg-hcsa-title {
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 40px 0;
  letter-spacing: -0.5px;
}

/* 2. TOP OVERVIEW GRID */
.tg-hcsa-overview-grid {
  display: grid;
  grid-template-columns: 1.1fr 1.3fr;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 30px;
}
/* Left Score & Bars */
.tg-score-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.tg-sh-num { font-size: 22px; font-weight: 900; color: #1a1a1a; }
.tg-sh-stars { color: #8C484D; font-size: 16px; letter-spacing: 1px; }
.tg-sh-based { font-size: 12px; color: #777777; margin-left: 4px; }

.tg-bars-list { display: flex; flex-direction: column; gap: 6px; }
.tg-b-row { display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; color: #555; }
.tg-b-track { flex: 1; height: 6px; background: #EEEEEE; border-radius: 4px; overflow: hidden; }
.tg-b-fill { height: 100%; background: #666666; border-radius: 4px; }
.tg-b-cnt { font-size: 11px; color: #888888; width: 28px; text-align: right; }

/* Right Recommend & Photos */
.tg-rec-head {
  font-size: 14px;
  color: #444444;
  margin-bottom: 14px;
}
.tg-rec-head strong { font-size: 18px; font-weight: 900; color: #1a1a1a; }

.tg-hcsa-photo-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

.tg-hp-item {
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  overflow: hidden;
  background: #F8F8F9;
  border: 1px solid #ECECEC;
}

.tg-hp-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 3. REVIEWS SUMMARY AI CARD */
.tg-rev-ai-summary {
  background: #FAFAFA;
  border-radius: 12px;
  padding: 22px 24px;
  margin-bottom: 30px;
}

.tg-ai-title {
  font-size: 14.5px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.tg-ai-text {
  font-size: 12.5px;
  color: #555555;
  line-height: 1.6;
  margin: 0 0 8px 0;
}

.tg-ai-readmore {
  font-size: 12px;
  font-weight: 700;
  color: #1a1a1a;
  text-decoration: underline;
}
/* 4. TABS & FILTER BAR */
.tg-tabs-nav-bar {
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 20px;
}

.tg-tabs-left { display: flex; gap: 28px; }

.tg-tab-btn {
  background: none;
  border: none;
  padding: 10px 0;
  font-size: 14.5px;
  font-weight: 700;
  color: #777777;
  cursor: pointer;
  position: relative;
}

.tg-tab-btn.active {
  color: #1a1a1a;
  border-bottom: 2px solid #1a1a1a;
  margin-bottom: -1px;
}

.tg-actions-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.tg-filter-pill-btn,
.tg-write-rev-pill-btn {
  height: 40px;
  padding: 0 22px;
  background: #1A1A1A;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-size: 12.5px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: opacity 0.2s ease;
}

.tg-filter-pill-btn:hover,
.tg-write-rev-pill-btn:hover {
  opacity: 0.9;
}

/* 5. SORT ROW */
.tg-sort-strip-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 24px;
}
.tg-count-lbl { font-size: 12.5px; color: #666666; }

.tg-sort-right {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  color: #333333;
}

.tg-sort-dropdown {
  border: none;
  background: none;
  font-size: 12.5px;
  font-weight: 700;
  color: #1a1a1a;
  cursor: pointer;
  outline: none;
}

/* 6. INDIVIDUAL REVIEW STREAM CARDS */
.tg-reviews-stream {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.tg-stream-card {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 30px;
  padding-bottom: 28px;
  border-bottom: 1px solid #ECECEC;
}
/* Left User Column */
.tg-sc-user-col {
  display: flex;
  gap: 12px;
}

.tg-sc-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #EBEBEB;
  color: #555555;
  font-size: 13px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.tg-sc-user-details { display: flex; flex-direction: column; gap: 6px; }
.tg-sc-name { font-size: 13.5px; color: #1a1a1a; }
.tg-flag-v { font-size: 11px; color: #2E7D32; font-weight: 600; }

.tg-sc-product-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}
.tg-sc-product-meta img {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  object-fit: cover;
}

.tg-sc-product-meta span { font-size: 10px; color: #888888; display: block; }
.tg-sc-product-meta strong { font-size: 11px; color: #333333; line-height: 1.2; display: block; }

.tg-sc-recom {
  font-size: 11px;
  color: #333333;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
}

/* Right Content Column */
.tg-sc-content-col {
  display: flex;
  flex-direction: column;
}
.tg-sc-top-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.tg-sc-stars { color: #8C484D; font-size: 13px; letter-spacing: 1.5px; }
.tg-sc-date { font-size: 11.5px; color: #888888; }

.tg-sc-headline {
  font-size: 14.5px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 6px 0;
}

.tg-sc-body {
  font-size: 13px;
  color: #444444;
  line-height: 1.6;
  margin: 0 0 14px 0;
}

.tg-sc-bottom-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tg-verified-shop-pill {
  font-size: 10.5px;
  color: #666666;
  background: #F4F4F4;
  padding: 3px 8px;
  border-radius: 4px;
}

.tg-helpful-voting {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11.5px;
  color: #777777;
}

.tg-vote-btn {
  background: none;
  border: none;
  font-size: 11.5px;
  color: #555555;
  cursor: pointer;
  padding: 0;
  font-weight: 600;
}
.tg-vote-btn:hover { color: #1a1a1a; }

/* RESPONSIVE */
@media (max-width: 860px) {
  .tg-hcsa-overview-grid { grid-template-columns: 1fr; gap: 24px; }
  .tg-stream-card { grid-template-columns: 1fr; gap: 14px; }
}
/* === TYMGLO CART SIDEBAR === */

.tg-cs-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 99998;
}
.tg-cs-overlay.open { display: block; }

.tg-cs-sidebar {
    position: fixed;
    top: 0;
    right: -420px;
    width: 400px;
    max-width: 95vw;
    height: 100vh;
    background: #fff;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    transition: right 0.35s ease;
    box-shadow: -4px 0 24px rgba(0,0,0,0.15);
}
.tg-cs-sidebar.open { right: 0; }

.tg-cs-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid #eee;
}
.tg-cs-header h3 { font-size: 18px; font-weight: 700; margin: 0; }

.tg-cs-badge {
    background: #222;
    color: #fff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-left: 8px;
}

.tg-cs-close-btn {
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
}

.tg-cs-body {
    flex: 1;
    overflow-y: auto;
    padding: 16px 24px;
}

.tg-cs-empty { text-align: center; padding: 60px 0; color: #999; font-size: 16px; }

.tg-cs-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}
.tg-cs-item-img {
    width: 72px; height: 72px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}
.tg-cs-item-details { flex: 1; }
.tg-cs-item-name { font-size: 14px; font-weight: 600; margin: 0 0 4px; line-height: 1.3; }
.tg-cs-item-price { font-size: 13px; color: #555; margin: 0 0 8px; }
.tg-cs-item-qty { display: flex; align-items: center; gap: 10px; }
.tg-cs-item-qty button {
    width: 28px; height: 28px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tg-cs-item-qty span { font-size: 14px; font-weight: 600; min-width: 20px; text-align: center; }
.tg-cs-item-remove {
    background: none; border: none; font-size: 14px;
    color: #bbb; cursor: pointer;
    position: absolute; top: 16px; right: 0;
}

.tg-cs-footer {
    padding: 20px 24px;
    border-top: 1px solid #eee;
    background: #fafafa;
}
.tg-cs-subtotal {
    font-size: 16px; font-weight: 600;
    margin-bottom: 14px;
    display: flex;
    justify-content: space-between;
}
.tg-cs-btn {
    display: block; width: 100%;
    padding: 14px; text-align: center;
    border-radius: 8px; font-size: 15px; font-weight: 600;
    text-decoration: none; margin-bottom: 10px;
    cursor: pointer; border: none;
    transition: opacity 0.2s;
    box-sizing: border-box;
}
.tg-cs-btn-primary  { background: #1a1a1a; color: #fff; }
.tg-cs-btn-secondary { background: transparent; color: #1a1a1a; border: 2px solid #1a1a1a; }
.tg-cs-btn:hover { opacity: 0.8; }

/* ============================================================
   TYMGLO PRO CHECKOUT LAYOUT — FULL VERSION
   Paste into Elementor Custom CSS / theme Additional CSS
   (replace all previous versions)
   ============================================================ */

form.checkout > *:not(#tg-checkout-layout):not(.woocommerce-NoticeGroup):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info) {
    display: none !important;
}

/* Make sure WooCommerce's validation error/notice messages are always
   visible and styled clearly at the top of the form */
form.checkout > .woocommerce-NoticeGroup,
form.checkout > .woocommerce-error,
form.checkout > .woocommerce-message,
form.checkout > .woocommerce-info {
    display: block !important;
    max-width: 1280px;
    margin: 24px auto 0;
    padding: 16px 20px;
    border-radius: 8px;
    background: #fdecea;
    color: #b42318;
    border: 1px solid #f5b5ae;
    list-style: none;
}
form.checkout > .woocommerce-error li { margin: 0; }

#tg-checkout-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 56px;
    max-width: 1280px;
    margin: 0 auto;
    align-items: flex-start;
    padding: 64px 24px 96px;
}

#tg-left-col { flex: 1 1 520px; max-width: 560px; }
#tg-right-col {
    flex: 1 1 380px;
    max-width: 420px;
    position: sticky;
    top: 20px;
    background: #FAF9F3;
    padding: 28px;
    border-radius: 12px;
}

#order_review_heading { display: none; }
.woocommerce-billing-fields > h3,
.woocommerce-shipping-fields > h3,
.woocommerce-additional-fields > h3 { display: none; }
.woocommerce-shipping-fields,
#ship-to-different-address { display: none !important; }

/* ---------- Section labels ---------- */
.tg-section-label {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #888;
    margin: 32px 0 12px;
}
.tg-section-label:first-child { margin-top: 0; }

.tg-trust-line {
    font-size: 13px;
    color: #888;
    margin: 4px 0 16px;
}

/* ---------- Fields ---------- */
#tg-left-col .form-row label { display: none; }
#tg-left-col .form-row input,
#tg-left-col .form-row select {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    font-size: 15px;
    box-sizing: border-box;
}
#tg-left-col .form-row input:focus,
#tg-left-col .form-row select:focus {
    outline: none;
    border-color: #1a1a1a;
}

#billing_first_name_field,
#billing_last_name_field {
    width: 48%;
    display: inline-block;
    margin-right: 2%;
}
#billing_city_field  { width: 40%; display: inline-block; margin-right: 2%; }
#billing_state_field { width: 28%; display: inline-block; margin-right: 2%; }
#billing_postcode_field { width: 28%; display: inline-block; }

/* ---------- Payment method cards ---------- */
#tg-left-col #payment {
    background: transparent;
    border: none;
    padding: 0;
    margin-top: 20px;
}

#tg-left-col ul.wc_payment_methods {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}
#tg-left-col ul.wc_payment_methods li.wc_payment_method {
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    margin-bottom: -1px;
    padding: 15px 16px;
    background: #fff;
}
#tg-left-col ul.wc_payment_methods li.wc_payment_method:first-child {
    border-radius: 8px 8px 0 0;
}
#tg-left-col ul.wc_payment_methods li.wc_payment_method:last-child {
    border-radius: 0 0 8px 8px;
    margin-bottom: 0;
}
#tg-left-col ul.wc_payment_methods li.tg-pm-active {
    background: #f7f7f5;
}
#tg-left-col ul.wc_payment_methods li label {
    font-weight: 600;
    font-size: 14.5px;
    cursor: pointer;
}
#tg-left-col ul.wc_payment_methods img {
    max-height: 18px;
    vertical-align: middle;
    margin-left: 4px;
}
#tg-left-col .payment_box {
    margin-top: 14px;
    padding: 16px;
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 7px;
    font-size: 13.5px;
    color: #666;
}
#tg-left-col .payment_box input {
    padding: 12px 14px;
    border: 1px solid #d8d8d8;
    border-radius: 7px;
    font-size: 14px;
    margin-bottom: 8px;
}

/* WooCommerce's native "no payment methods" notice */
#tg-left-col .woocommerce-no-payment-methods,
#tg-left-col .wc_no_payment_methods {
    background: #eab454;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

#tg-left-col #place_order {
    width: 100%;
    background: #1a1a1a;
    color: #fff;
    padding: 16px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    margin-top: 24px;
}
#tg-left-col #place_order:hover { opacity: 0.88; }

.woocommerce-privacy-policy-text {
    font-size: 12.5px;
    color: #999;
    margin: 14px 0 0;
    line-height: 1.5;
}

/* ---------- Coupon (moved to right col) ---------- */
.checkout_coupon.woocommerce-form-coupon {
    display: flex !important;
    gap: 8px;
    margin-bottom: 24px;
}
.checkout_coupon input#coupon_code {
    flex: 1;
    padding: 12px 14px;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
}
.checkout_coupon button {
    padding: 12px 20px;
    border-radius: 8px;
    background: #eee;
    border: none;
    font-weight: 700;
    cursor: pointer;
}

/* ---------- Order review table ---------- */
#tg-right-col table.shop_table { border: none; width: 100%; border-collapse: collapse; }
#tg-right-col table.shop_table th { display: none; }
#tg-right-col table.shop_table td {
    border: none;
    padding: 0 0 20px;
    border-bottom: 1px solid #e5e2d5;
    margin-bottom: 16px;
    vertical-align: top;
}
#tg-right-col table.shop_table tfoot td { border-bottom: none; padding: 8px 0; }
#tg-right-col table.shop_table tfoot tr:last-child td {
    font-weight: 700;
    font-size: 18px;
    border-top: 1px solid #e5e2d5;
    padding-top: 16px;
}

/* Quantity badge, attached onto the EXISTING native product thumbnail via JS */
.tg-thumb-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.tg-qty-badge {
    position: absolute; top: -8px; right: -8px;
    background: #1a1a1a; color: #fff;
    font-size: 11px; font-weight: 700;
    width: 20px; height: 20px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
}

/* Quantity stepper — fixed width, no collapse/duplication */
.cart_item .quantity input.qty {
    width: 50px !important;
    height: 32px !important;
    padding: 6px !important;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
}
.quantity input.qty ~ input.qty { display: none !important; }


/* ============================================================
   TYMGLO — THANK YOU / ORDER RECEIVED PAGE
   This is the page at /checkout/order-received/xxxx/?key=...
   WooCommerce adds body class "woocommerce-order-received"
   automatically on this page, so everything below is scoped to it.
   ============================================================ */

body.woocommerce-order-received #content,
body.woocommerce-order-received .site-content,
body.woocommerce-order-received main {
    background: #fff;
}

#tg-thankyou-wrap {
    max-width: 760px;
    margin: 56px auto 96px;
    padding: 40px 32px;
    background: #FAF9F3;
    border-radius: 14px;
    font-family: inherit;
}

.tg-thankyou-check {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #1a1a1a;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

/* "Thank you. Your order has been received." heading */
body.woocommerce-order-received .woocommerce-thankyou-order-received {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 28px;
}

/* Order number / date / email / total / payment method row */
body.woocommerce-order-received ul.woocommerce-order-overview {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 40px;
    list-style: none;
    margin: 0 0 32px;
    padding: 0 0 28px;
    border-bottom: 1px solid #e5e2d5;
}
body.woocommerce-order-received ul.woocommerce-order-overview li {
    margin: 0;
    padding: 0;
    border: none;
    flex: 0 0 auto;
    font-size: 13px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
body.woocommerce-order-received ul.woocommerce-order-overview li strong {
    display: block;
    margin-top: 4px;
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: none;
    letter-spacing: normal;
}

/* "Order details" heading */
body.woocommerce-order-received h2 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #888;
    margin: 32px 0 12px;
}

/* Order items table */
body.woocommerce-order-received table.woocommerce-table--order-details {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 8px;
}
body.woocommerce-order-received table.woocommerce-table--order-details th {
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #888;
    padding: 0 0 10px;
    border-bottom: 1px solid #e5e2d5;
}
body.woocommerce-order-received table.woocommerce-table--order-details td {
    border: none;
    border-bottom: 1px solid #e5e2d5;
    padding: 14px 0;
    font-size: 15px;
    color: #1a1a1a;
}
body.woocommerce-order-received table.woocommerce-table--order-details tfoot th,
body.woocommerce-order-received table.woocommerce-table--order-details tfoot td {
    border-bottom: none;
}
body.woocommerce-order-received table.woocommerce-table--order-details tfoot tr:last-child th,
body.woocommerce-order-received table.woocommerce-table--order-details tfoot tr:last-child td {
    font-weight: 700;
    font-size: 18px;
    border-top: 1px solid #e5e2d5;
    padding-top: 16px;
}
body.woocommerce-order-received table.woocommerce-table--order-details .amount {
    color: #1a1a1a;
    font-weight: 600;
}

/* Billing / shipping address columns */
body.woocommerce-order-received .woocommerce-customer-details {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin-top: 32px;
}
body.woocommerce-order-received .woocommerce-customer-details address {
    font-style: normal;
    font-size: 14.5px;
    line-height: 1.7;
    color: #555;
    border: none;
    padding: 0;
}
body.woocommerce-order-received .woocommerce-customer-details h2 {
    margin-bottom: 8px;
}
/* Hide coupon toggle div and coupon box everywhere */
.woocommerce-form-coupon-toggle,
div.woocommerce-form-coupon-toggle,
#woocommerce-checkout-form-coupon,
.woocommerce-form-coupon {
    display: none !important;
}

/* Only show coupon box when JS has moved it into right col */
#tg-right-col .woocommerce-form-coupon,
#tg-right-col #woocommerce-checkout-form-coupon {
    display: flex !important;
}
/* Hide coupon toggle permanently */
.woocommerce-form-coupon-toggle {
    display: none !important;
}

#tg-snackbar {
    position: fixed;
    top: 24px;
    right: 24px;
    background: #1a1a1a;
    color: #fff;
    padding: 14px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    z-index: 999999;
    box-shadow: 0 4px 20px rgba(0,0,0,0.25);
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 360px;
    opacity: 0;
    transform: translateY(-16px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
body.processing-payment,
.woocommerce-checkout.processing,
#wc-stripe-3ds-iframe-wrapper ~ *,
.blockUI.blockOverlay {
    filter: none !important;
    backdrop-filter: none !important;
}
#tg-snackbar i {
    color: #e74c3c;
    font-size: 16px;
    flex-shrink: 0;
}

#tg-snackbar.tg-snack-show {
	margin-top: 20px;
    opacity: 1;
    transform: translateY(0);
}
#place_order.tg-processing {
    opacity: 0.7;
    cursor: not-allowed;
    pointer-events: none;
    position: relative;
}

#place_order.tg-processing::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255,255,255,0.4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: tg-spin 0.7s linear infinite;
    margin-left: 10px;
    vertical-align: middle;
}

@keyframes tg-spin {
    to { transform: rotate(360deg); }
}
/* Hide coupon form when it's NOT inside your right col */
form.checkout_coupon {
    display: none !important;
}
#tg-right-col form.checkout_coupon,
#tg-right-col .checkout_coupon {
    display: flex !important;
    gap: 8px;
    margin-bottom: 24px;
}
/* Show a loading pulse on the form while JS hasn't built layout yet */
form.checkout:not(:has(#tg-checkout-layout))::before {
    content: '';
    display: block;
    width: 100%;
    height: 600px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: tgShimmer 1.2s infinite;
    border-radius: 12px;
}

@keyframes tgShimmer {
    0%   { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}
/* =========================================================
   TYMGLO MEMBER HUB — FULL CSS
   Paste into Elementor Custom CSS / theme Additional CSS
   (replace any previous hub CSS you had pasted there)
   ========================================================= */

.tymglo-hub-wrapper {
  width: 100%;
  background-color: #F8F8F9;
  font-family: inherit;
  color: #222222;
  box-sizing: border-box;
  padding-bottom: 80px;
}

/* TOP HEADER */
.tg-hub-top-header {
  background: #ffffff;
  border-bottom: 1px solid #ECECEC;
  padding: 0 24px;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.02);
}

.tg-top-header-inner {
  max-width: 1320px;
  margin: 0 auto;
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tg-top-logo {
  text-decoration: none;
  font-size: 26px;
  font-weight: 900;
  color: #1a1a1a;
  letter-spacing: -0.8px;
  display: flex;
  align-items: center;
}

.tg-top-logo img,
.tg-top-logo .tg-top-logo-img,
.tg-top-logo .custom-logo {
  max-width: 193px;
  height: auto;
  width: auto;
  display: block;
}

.tg-top-nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.tg-top-link {
  font-size: 14px;
  font-weight: 600;
  color: #444444;
  text-decoration: none;
  transition: color 0.2s ease;
}

.tg-top-link:hover {
  color: #BA5D4F;
}

.tg-top-link-highlight {
  color: #BA5D4F;
  font-weight: 700;
}

.tg-top-user-right {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #1a1a1a;
  background: #FDF4F0;
  padding: 6px 14px;
  border-radius: 20px;
  border: 1px solid #FCE5E1;
}

/* 2-COLUMN LAYOUT */
.tymglo-hub-layout {
  max-width: 1320px;
  margin: 24px auto 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 28px;
  align-items: start;
} 

/* =========================================================
   STICKY SIDEBAR — FIX
   position:sticky breaks the instant ANY ancestor element has
   overflow set to something other than "visible". Elementor
   wraps page content in sections/containers that very often
   have overflow:hidden by default, which silently kills this.
   These overrides force every likely ancestor back to visible.
   ========================================================= */

.tg-hub-sidebar {
  background: #ffffff;
  border-radius: 18px;
  padding: 16px 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.03);
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  box-sizing: border-box;
  align-self: start;
}

.tg-sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.tg-nav-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 14px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 600;
  color: #555555;
  transition: all 0.2s ease;
  position: relative;
  cursor: pointer;
}

.tg-nav-item:hover {
  background: #FDF9F8;
  color: #BA5D4F;
}

.tg-nav-item.is-active {
  background: #FDF4F0;
  color: #BA5D4F;
  font-weight: 700;
}

.tg-nav-item.is-active:before {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  bottom: 8px;
  width: 4px;
  background: #BA5D4F;
  border-radius: 4px 0 0 4px;
}

.tg-nav-icon {
  font-size: 16px;
}

.tg-badge-new {
  font-size: 9px;
  font-weight: 800;
  background: #BA5D4F;
  color: #ffffff;
  padding: 2px 6px;
  border-radius: 10px;
  margin-left: auto;
}

.tg-nav-divider {
  height: 1px;
  background: #F0F0F0;
  margin: 8px 0;
}

.tg-nav-logout {
  color: #999999;
}

.tg-nav-logout:hover {
  color: #C62828;
  background: #FFF5F5;
}

/* =========================================================
   MAIN SCROLLABLE CONTENT
   ========================================================= */
.tg-hub-main {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.tg-tab-panel {
  display: none;
}

/* HERO VIP CARD */
.tg-member-hero-card {
  background: linear-gradient(135deg, #FDEFEA 0%, #FDF4F0 100%);
  border-radius: 22px;
  padding: 34px 38px;
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 30px;
  align-items: center;
  border: 1px solid #F5E2DC;
  box-shadow: 0 6px 25px rgba(186, 93, 79, 0.05);
}

.tg-user-title-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.tg-user-name {
  font-size: 24px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0;
}

.tg-lvl-badge {
  font-size: 11px;
  font-weight: 800;
  background: #BA5D4F;
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 12px;
}

.tg-lvl-rules {
  font-size: 12.5px;
  color: #888888;
  text-decoration: underline;
}

.tg-lvl-progress-wrap {
  max-width: 420px;
  margin-bottom: 20px;
}

.tg-lvl-markers {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 700;
  color: #666666;
  margin-bottom: 4px;
}

.tg-lvl-bar {
  height: 6px;
  background: #E8D8D3;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 6px;
}

.tg-lvl-fill {
  height: 100%;
  background: #BA5D4F;
  border-radius: 10px;
}

.tg-lvl-spend-tip {
  font-size: 12px;
  color: #BA5D4F;
  font-weight: 600;
  margin: 0;
}

.tg-lvl-crown-box {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(8px);
  padding: 14px 18px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.tg-crown-icon {
  font-size: 26px;
}

.tg-crown-tag {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #BA5D4F;
  text-transform: uppercase;
}

.tg-crown-txt h4 {
  font-size: 13.5px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 2px 0 3px 0;
}

.tg-crown-txt p {
  font-size: 11.5px;
  color: #666666;
  margin: 0 0 4px 0;
  line-height: 1.4;
}

.tg-crown-link {
  font-size: 11px;
  font-weight: 700;
  color: #BA5D4F;
  text-decoration: none;
}

/* COIN CIRCLE */
.tg-hero-right {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tg-coin-tooltip {
  background: #ffffff;
  border: 1px solid #ECECEC;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  color: #333333;
  box-shadow: 0 4px 10px rgba(0,0,0,0.04);
  margin-bottom: -10px;
  z-index: 10;
}

.tg-coin-circle {
  width: 175px;
  height: 175px;
  border-radius: 50%;
  background: linear-gradient(145deg, #9C5455 0%, #763A3C 100%);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(156, 84, 85, 0.35);
  text-align: center;
}

.tg-coin-head {
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 4px;
  opacity: 0.9;
}

.tg-coin-amount {
  font-size: 38px;
  font-weight: 900;
  line-height: 1.1;
  margin: 2px 0 4px 0;
}

.tg-coin-claim-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}

/* SECTIONS */
.tg-hub-section {
  background: #ffffff;
  border-radius: 20px;
  padding: 26px 28px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.02);
  margin-block: 10px;
}

.tg-sec-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.tg-sec-header h3 {
  font-size: 17px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0;
}

.tg-sec-viewall {
  color: #888888;
  font-size: 18px;
  text-decoration: none;
  font-weight: 700;
}

/* OFFERS GRID */
.tg-offers-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr 1fr;
  gap: 16px;
}

.tg-voucher-card {
  background: #FDF9F8;
  border: 1px dashed #E8C8C1;
  border-radius: 16px;
  display: flex;
  overflow: hidden;
}

.tg-v-left {
  background: #F8E6E2;
  padding: 18px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px dashed #E8C8C1;
}

.tg-v-percent {
  font-size: 22px;
  font-weight: 900;
  color: #BA5D4F;
}

.tg-v-off {
  font-size: 9.5px;
  font-weight: 800;
  color: #BA5D4F;
}

.tg-v-right {
  padding: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tg-v-right h4 {
  font-size: 13.5px;
  font-weight: 700;
  margin: 0 0 2px 0;
}

.tg-v-right p {
  font-size: 11px;
  color: #777777;
  margin: 0 0 4px 0;
}

.tg-v-lock {
  font-size: 10px;
  color: #999999;
  font-weight: 600;
}

.tg-welcome-gift-card {
  background: linear-gradient(135deg, #B55B5C 0%, #873F40 100%);
  color: #ffffff;
  border-radius: 16px;
  padding: 18px 20px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tg-gift-badge {
  font-size: 10.5px;
  background: rgba(255, 255, 255, 0.2);
  padding: 3px 8px;
  border-radius: 20px;
  display: inline-block;
  width: fit-content;
}

.tg-welcome-gift-card h3 {
  font-size: 19px;
  font-weight: 800;
  margin: 8px 0 12px 0;
}

.tg-gift-box-art {
  font-size: 38px;
  align-self: flex-end;
  margin-top: -28px;
}

.tg-gift-open-btn {
  background: #ffffff;
  color: #873F40;
  border: none;
  padding: 7px 22px;
  border-radius: 20px;
  font-size: 12.5px;
  font-weight: 800;
  cursor: pointer;
  width: fit-content;
}

.tg-registry-card {
  background: #FFF5F3;
  border-radius: 16px;
  padding: 16px;
  border: 1px solid #FCE5E1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tg-reg-tag {
  font-size: 9.5px;
  font-weight: 800;
  color: #BA5D4F;
  letter-spacing: 1px;
}

.tg-registry-card h4 {
  font-size: 13px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 4px 0 2px 0;
}

.tg-registry-card p {
  font-size: 10.5px;
  color: #666666;
  margin: 0;
}

.tg-reg-badge {
  font-size: 11px;
  font-weight: 800;
  color: #BA5D4F;
  margin: 4px 0;
}

.tg-reg-btn {
  background: #1a1a1a;
  color: #ffffff;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 14px;
  text-align: center;
}

/* TASKS HUB */
.tg-task-tabs {
  display: flex;
  gap: 20px;
  border-bottom: 2px solid #F0F0F0;
  margin-bottom: 18px;
}

.tg-task-tab {
  background: none;
  border: none;
  font-size: 14.5px;
  font-weight: 700;
  color: #888888;
  padding: 0 0 8px 0;
  cursor: pointer;
}

.tg-task-tab.is-active {
  color: #BA5D4F;
  border-bottom: 2px solid #BA5D4F;
  margin-bottom: -2px;
}

.tg-tasks-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.tg-task-card {
  background: #FDFDFD;
  border: 1px solid #ECECEC;
  border-radius: 14px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.tg-tk-icon {
  font-size: 22px;
  width: 40px;
  height: 40px;
  background: #F8F8F9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.tg-tk-details {
  flex: 1;
}

.tg-tk-details h4 {
  font-size: 13px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 2px 0;
}

.tg-tk-details span {
  font-size: 11px;
  color: #BA5D4F;
  font-weight: 700;
}

.tg-claim-pill {
  background: #873F40;
  color: #ffffff;
  border: none;
  padding: 5px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}

.tg-claim-shop {
  text-decoration: none;
}

/* BONUS GRID */
.tg-bonus-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.tg-bonus-card {
  background: #FDFDFD;
  border: 1px solid #ECECEC;
  border-radius: 14px;
  padding: 16px 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 130px;
}

.tg-bonus-card h4 {
  font-size: 12.5px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 3px 0;
}

.tg-bonus-card p,
.tg-bonus-card span {
  font-size: 10.5px;
  color: #777777;
  line-height: 1.35;
  margin: 0;
}

.tg-bonus-art {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-top: 10px;
}

/* =========================================================
   NEW: ABOUT ME TAB (real profile data)
   ========================================================= */
.tg-about-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.tg-about-row {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid #F0F0F0;
  font-size: 14px;
}
.tg-about-row:last-child { border-bottom: none; }
.tg-about-label { color: #888888; font-weight: 600; }
.tg-about-value { color: #1a1a1a; font-weight: 600; text-align: right; max-width: 60%; }

/* =========================================================
   NEW: MY PURCHASES + WARRANTY TABS (real order data)
   ========================================================= */
.tg-orders-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tg-order-row {
  background: #FDFDFD;
  border: 1px solid #ECECEC;
  border-radius: 14px;
  padding: 16px 18px;
}
.tg-order-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap;
  gap: 8px;
}
.tg-order-items {
  font-size: 13px;
  color: #666666;
  margin-bottom: 8px;
}
.tg-order-meta {
  display: flex;
  gap: 18px;
  font-size: 12.5px;
  color: #888888;
  flex-wrap: wrap;
}
.tg-order-meta a {
  color: #BA5D4F;
  font-weight: 700;
  text-decoration: none;
}
.tg-order-status {
  font-size: 11px;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 12px;
  background: #F0F0F0;
  color: #666666;
  white-space: nowrap;
}
.tg-status-completed  { background: #E6FAF0; color: #10B981; }
.tg-status-processing { background: #EAF3FF; color: #3B82F6; }
.tg-status-cancelled,
.tg-status-failed,
.tg-status-refunded   { background: #FFF0F0; color: #C62828; }
.tg-status-pending,
.tg-status-on-hold    { background: #FFF6E5; color: #F59E0B; }

/* =========================================================
   NEW: REFERRAL REWARDS TAB (real link + count)
   ========================================================= */
.tg-referral-box {
  display: flex;
  gap: 10px;
  max-width: 480px;
  margin-top: 14px;
}
.tg-referral-box input {
  flex: 1;
  padding: 12px 14px;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  font-size: 13.5px;
  color: #555555;
  background: #FAFAFA;
}
.tg-referral-box button {
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  background: #873F40;
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .tg-top-nav-links { display: none; }
  .tymglo-hub-layout { grid-template-columns: 1fr; }
  .tg-hub-sidebar { position: static; height: auto; }
  .tg-offers-grid { grid-template-columns: 1fr; }
  .tg-bonus-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .tg-member-hero-card { grid-template-columns: 1fr; text-align: center; }
  .tg-user-title-row { justify-content: center; }
  .tg-lvl-progress-wrap { margin: 0 auto 16px auto; }
  .tg-tasks-grid { grid-template-columns: 1fr; }
  .tg-about-row { flex-direction: column; gap: 4px; }
  .tg-about-value { text-align: left; max-width: 100%; }
	.tg-hub-top-header {
  background: #ffffff;
  border-bottom: 1px solid #ECECEC;
  padding: 0 10px;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.02);
}
	.tymglo-hub-layout {
    max-width: 1320px;
    margin: 24px auto 0 auto;
    padding: 0 10px;
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 28px;
    align-items: start;
}
	.tg-top-user-right {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    color: #1a1a1a;
    background: #FDF4F0;
    padding: 6px 7px;
    border-radius: 20px;
    border: 1px solid #FCE5E1;
}
	.tg-top-logo img, .tg-top-logo .tg-top-logo-img, .tg-top-logo .custom-logo {
    max-width: 170px;
    height: auto;
    max-width: 170px;
    display: block;
}
}


/* =========================================================
   TYMGLO CATEGORY CAROUSEL
   ========================================================= */

.tymglo-carousel-container {
  width: 100%;
  max-width: 1600px;
  margin: -16px auto 0 auto;
  padding: 0px;
  box-sizing: border-box;
  position: relative;
}

.tymglo-carousel-wrapper {
  position: relative;
  width: 100%;
}

/* TRACK */
.tymglo-carousel-track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0px 0px 0px 0px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.tymglo-carousel-track::-webkit-scrollbar {
  display: none;
}

/* CARD */
.tg-c-card {
  flex: 0 0 calc((100% - (6 * 14px)) / 7);
  min-width: 140px;
  background: #f7f3f0;
  border-radius: 16px;
  padding: 22px 0px 16px 0px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  height: 205px;
  box-sizing: border-box;
  transition: transform 0.2s ease, background 0.2s ease;
}

.tg-c-card:hover {
  background: #f0ebe6;
}

/* IMAGE */
.tg-c-img {
  width: 100%;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tg-c-img img {
  max-width: 110px;
  max-height: 110px;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.25s ease;
}

.tg-c-card:hover .tg-c-img img {
  transform: scale(1.06);
}

/* TITLE */
.tg-c-title {
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 500;
  color: #222222;
  margin: 0;
  line-height: 1.25;
  padding: 0 8px;
}

/* VIEW ALL CARD */
.tg-c-viewall {
  background: #222222;
  color: #ffffff;
  justify-content: center;
  gap: 14px;
}

.tg-c-viewall:hover {
  background: #000000;
}

.tg-c-viewall-text {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  letter-spacing: 0.5px;
}

.tg-c-viewall-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ffffff;
}

/* NAV BUTTONS */
.tymglo-nav-btn {
  position: absolute;
  top: 32%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tymglo-carousel-container:hover .tymglo-nav-btn {
  display: flex;
}

.tymglo-nav-btn:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}

.tymglo-btn-prev {
  left: -12px;
}

.tymglo-btn-next {
  right: -12px;
}

/* TABLET */
@media (max-width: 1200px) {
  .tg-c-card {
    flex: 0 0 calc((100% - (3 * 12px)) / 4);
    height: 185px;
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .tymglo-carousel-container {
    padding: 0 14px;
    margin: -16px auto 0 auto;
  }

  .tg-c-card {
    flex: 0 0 118px;
    height: 160px;
    padding: 14px 6px 10px 6px;
    border-radius: 12px;
  }

  .tg-c-img {
    height: 90px;
  }

  .tg-c-img img {
    max-width: 80px;
    max-height: 80px;
  }

  .tg-c-title {
    font-size: 11.5px;
  }

  .tymglo-nav-btn {
    display: none !important;
  }
}
/* ── Shimmer Keyframe ── */
@keyframes tg-shimmer {
  0%   { background-position: -600px 0; }
  100% { background-position: 600px 0; }
}

/* ── Skeleton base on image wrapper ── */
.tg-c-img {
  position: relative;

  border-radius: 12px;
  overflow: hidden;
}

/* ── Shimmer layer shown while image loads ── */
.tg-c-img::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    90deg,
    #e8e8e8 0px,
    #f5f5f5 40%,
    #e8e8e8 80%
  );
  background-size: 600px 100%;
  animation: tg-shimmer 1.4s infinite linear;
  border-radius: inherit;
  transition: opacity 0.4s ease;
}

/* ── Hide shimmer once image is loaded ── */
.tg-c-img.tg-img-loaded::before {
  opacity: 0;
  pointer-events: none;
}

/* ── Hide real image until loaded ── */
.tg-c-img img {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── Show image after loaded ── */
.tg-c-img.tg-img-loaded img {
  opacity: 1;
}

/* ── Skeleton for title text ── */
.tg-c-card:not(.tg-c-viewall) .tg-c-title {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.tg-c-card:not(.tg-c-viewall) .tg-c-title.tg-title-loading {
  color: transparent !important;
  background: #e8e8e8;
}

.tg-c-card:not(.tg-c-viewall) .tg-c-title.tg-title-loading::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #e8e8e8 0px,
    #f5f5f5 40%,
    #e8e8e8 80%
  );
  background-size: 600px 100%;
  animation: tg-shimmer 1.4s infinite linear;
}

/* =========================================================
   TYMGLO BENTO GRID SECTION
   ========================================================= */

.tymglo-bento-section {
  max-width: 1600px;
  margin: 0 auto 0px auto;
  padding: 0px;
  box-sizing: border-box;
}

.tymglo-bento-inner {
  display: flex;
  align-items: stretch;
  gap: 16px;
  width: 100%;
  min-height: 500px; /* FIX: gives both columns real height so flex can stretch them equally */
}

.tymglo-bento-main {
  flex: 1 1 65%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  padding: 30px 60px;
  box-sizing: border-box;
}

.tymglo-bento-side {
  flex: 0 0 35%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tymglo-bento-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* FIX: was 'background: l#F7F3F0' — stray 'l' made it invalid CSS */
.tymglo-bento-mask {
  position: absolute;
  inset: 0;
  background: rgba(247, 243, 240, 0.15);
  z-index: 2;
}

.tymglo-bento-content {
  position: relative;
  z-index: 3;
  max-width: 480px;
}

.tymglo-bento-title {
  font-family: inherit;
  font-size: 38px;
  font-weight: 700;
  color: #000000;
  line-height: 1.2;
  margin: 0 0 15px 0;
  letter-spacing: -0.5px;
}

.tymglo-bento-subtitle {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 1.45;
  margin: 0 0 32px 0;
}

/* SHOP NOW BUTTON */
.tymglo-bento-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 12px 14px 12px 28px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.tymglo-bento-btn:hover {
  background: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.tymglo-bento-btn-text {
  font-size: 16px;
  font-weight: 700;
  color: #222222;
}

.tymglo-bento-btn-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #222222;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* ─── SIDE CARDS ─── */

.tymglo-side-card {
  flex: 1;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  display: block;
}

/* FIX: image MUST be position:absolute — same pattern as .tymglo-bento-bg on the left.
   Before this fix, height:100% on a plain <img> inside a flex child doesn't fill the card,
   causing the image to render at only its natural/partial height. */
.tymglo-side-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.tymglo-side-card:hover .tymglo-side-img {
  transform: scale(1.05);
}

/* FIX: was 'background: llinear-gradient(...)' — extra 'l' made it invalid CSS */
.tymglo-side-mask {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(256, 256, 256, 0.90) 0%, transparent 60%);
  z-index: 2;
}

.tymglo-side-title {
  position: absolute;
  top: 22px;
  left: 24px;
  right: 24px;
  z-index: 3;
  margin: 0;
  font-family: inherit;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.25;
}


/* ─── TABLET (stack vertically) ─── */
@media (max-width: 1024px) {
  .tymglo-bento-inner {
    height: auto;
    flex-direction: column;
  }
  .tymglo-bento-main {
    min-height: 380px;
  }
  .tymglo-bento-side {
    flex-direction: row;
    max-height: 220px;
	  min-height: 220px;
  }
}


@media (max-width: 600px) {
  .tymglo-bento-section {
    padding: 0 10px;
    margin: 20px auto 40px auto;
  }
  .tymglo-bento-main {
    min-height: 320px;
    padding: 30px 20px;
    border-radius: 12px;
  }
  .tymglo-bento-title {
    font-size: 24px;
  }
  .tymglo-bento-subtitle {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .tymglo-bento-btn {
    padding: 8px 10px 8px 18px;
    gap: 8px;
  }
	.tymglo-side-title {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 -10px 0 !important;
}
	.e-con>.e-con-inner {
    gap: 0;
    height: 100%;
    margin: 0 auto;
    max-width: var(--content-width);
    padding-inline-end: 0;
    padding-inline-start: 0;
    width: 100%;
}
	.container, .container-fluid {
    width: 100%;
    max-width: var(--wd-container-w);
    padding-inline: 0 !important;
    margin-inline: auto;
}
	
  .tymglo-bento-btn-text {
    font-size: 13px;
  }
  .tymglo-bento-btn-icon {
    width: 28px;
    height: 28px;
  }
  .tymglo-bento-side {
    flex-direction: row;
    height: 150px;       /* ← keep this */
    min-height: 150px;   /* ← ADD: forces the row to hold its height */
    gap: 10px;
  }
  .tymglo-side-card {
    border-radius: 14px;
    flex: 1;             /* ← ADD: ensures both cards split width equally */
    min-height: 150px;   /* ← ADD: cards must be tall enough for absolute image */
    height: 170px !important;       /* ← ADD: explicit height so position:absolute image fills it */
  }
  .tymglo-side-title {
    font-size: 13px;
    bottom: 12px;
    left: 12px;
    right: 12px;
  }
	.tymglo-bento-content {
    position: relative;
    z-index: 3;
    max-width: 480px;
		margin-top: 0;
}
	.tymglo-bento-mask {
    position: absolute;
    inset: 0;
      background: none; 
    z-index: 2;
}
}
/* ── Shimmer Keyframe ── */
@keyframes tg-shimmer {
  0%   { background-position: -600px 0; }
  100% { background-position: 600px 0; }
}

/* ════════════════════════════
   MAIN CARD
════════════════════════════ */
.tymglo-bento-main {
  position: relative;
  overflow: hidden;
  background: #e8e8e8;
}

/* Shimmer overlay */
.tymglo-bento-main::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 10;
  background: linear-gradient(
    90deg,
    #e8e8e8 0px,
    #f5f5f5 40%,
    #e8e8e8 80%
  );
  background-size: 600px 100%;
  animation: tg-shimmer 1.4s infinite linear;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

/* Hide shimmer after load */
.tymglo-bento-main.tg-bento-loaded::before {
  opacity: 0;
}

/* Background image — always fills card */
.tymglo-bento-main .tymglo-bento-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.tymglo-bento-main.tg-bento-loaded .tymglo-bento-bg {
  opacity: 1;
}

/* Mask always above image */
.tymglo-bento-main .tymglo-bento-mask {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.tymglo-bento-main.tg-bento-loaded .tymglo-bento-mask {
  opacity: 1;
}

/* Content always on top of everything */
.tymglo-bento-main .tymglo-bento-content {
  position: absolute; /* ← KEY FIX: keeps it pinned inside card */
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.4s ease;
  padding: 24px; /* adjust to match your design */
}

.tymglo-bento-main.tg-bento-loaded .tymglo-bento-content {
  opacity: 1;
}

/* ════════════════════════════
   SIDE CARDS
════════════════════════════ */
.tymglo-side-card {
  position: relative;
  overflow: hidden;
  background: #e8e8e8;
  display: block;
}

/* Shimmer overlay */
.tymglo-side-card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 10;
  background: linear-gradient(
    90deg,
    #e8e8e8 0px,
    #f5f5f5 40%,
    #e8e8e8 80%
  );
  background-size: 600px 100%;
  animation: tg-shimmer 1.4s infinite linear;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.tymglo-side-card.tg-bento-loaded::before {
  opacity: 0;
}

/* Side image fills card */
.tymglo-side-card .tymglo-side-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.tymglo-side-card.tg-bento-loaded .tymglo-side-img {
  opacity: 1;
}

/* Mask above image */
.tymglo-side-card .tymglo-side-mask {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.tymglo-side-card.tg-bento-loaded .tymglo-side-mask {
  opacity: 1;
}

/* Title pinned inside card — never displaced */
.tymglo-side-card .tymglo-side-title {
  position: absolute; /* ← KEY FIX */
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.4s ease;
  padding: 16px; /* adjust to match your design */
  margin: 0;
}

.tymglo-side-card.tg-bento-loaded .tymglo-side-title {
  opacity: 1;
}

/* =========================================================
   MOMCOZY TABBED SHOWCASE SECTION (home_recommended_items)
   ========================================================= */

.tymglo-hri-section {
  width: 100%;
  margin: 40px auto 0 auto !important;
  box-sizing: border-box;
  font-family: inherit;
}

.tymglo-hri-header {
  max-width: 1600px;
  margin: 0 auto 28px auto;
  padding: 0 24px;
}

.tymglo-hri-title {
  font-size: 34px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
  letter-spacing: -0.5px;
}

/* AMBIENT BACKGROUND GLOW */
.tymglo-hri-body {
  position: relative;
  width: 100%;
  padding: 45px 24px 50px 24px;
  box-sizing: border-box;
  overflow: hidden;
  background: #FDF9F8;
	border-radius: 16px;
}

.tymglo-hri-bg-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(247, 232, 232, 0.7) 0%, rgba(253, 249, 248, 0.2) 100%);
  filter: blur(40px);
  pointer-events: none;
}

.tymglo-hri-content {
  position: relative;
  z-index: 2;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}

/* PILL TABS */
.tymglo-hri-tabs {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}

.tymglo-tab-btn {
  height: 42px;
  padding: 0 24px;
  border-radius: 30px;
  border: none;
  background: #ffffff;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.2s ease;
  white-space: nowrap;
}

.tymglo-tab-btn:hover {
  background: #f7f7f7;
}

.tymglo-tab-btn.is-active {
  background: #F8EEE8;
  color: #BA5D4F;
  font-weight: 700;
}

/* 4-COLUMN PRODUCT GRID */
.tymglo-hri-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
}

/* PRODUCT CARD */
.tymglo-prod-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 12px 12px 18px 12px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-sizing: border-box;
}

.tymglo-prod-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.09);
}

.tymglo-prod-img-wrap {
  width: 100%;
  aspect-ratio: 1 / 1.15;
  border-radius: 14px;
  overflow: hidden;
  background: #F7F7F8;
  margin-bottom: 14px;
}

.tymglo-prod-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.tymglo-prod-card:hover .tymglo-prod-img-wrap img {
  transform: scale(1.05);
}

.tymglo-prod-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tymglo-prod-rating {
  display: flex;
  align-items: center;
  gap: 6px;
}

.tg-stars {
  color: #FFA41C;
  font-size: 13px;
  letter-spacing: 1px;
}

.tg-rating-count {
  font-size: 12px;
  color: #777777;
  font-weight: 500;
}

.tymglo-prod-name {
  font-size: 14.5px;
  font-weight: 600;
  color: #222222;
  line-height: 1.35;
  margin: 0;
  height: 38px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tymglo-prod-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.tymglo-prod-price {
  font-size: 17px;
  font-weight: 700;
  color: #222222;
}

.tymglo-prod-btn {
  background: #222222;
  color: #ffffff;
  font-size: 12.5px;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 30px;
  transition: background 0.2s ease;
}

.tymglo-prod-card:hover .tymglo-prod-btn {
  background: #BA5D4F;
}

/* VIEW ALL BUTTON */
.tymglo-hri-viewall {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  padding: 0 32px;
  border-radius: 40px;
  background: #ffffff;
  color: #222222;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  transition: all 0.25s ease;
}

.tymglo-hri-viewall:hover {
  background: #222222;
  color: #ffffff;
  transform: translateY(-2px);
}

/* TABLET (2 COLUMNS) */
@media (max-width: 1024px) {
  .tymglo-hri-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

/* MOBILE (2 COLUMNS COMPACT) */
@media (max-width: 600px) {
  .tymglo-hri-header {
    padding: 0 16px;
    margin-bottom: 20px;
  }
  .tymglo-hri-title {
    font-size: 24px;
  }
  .tymglo-hri-body {
    padding: 30px 14px;
  }
  .tymglo-tab-btn {
    height: 36px;
    padding: 0 16px;
    font-size: 12px;
  }
  .tymglo-hri-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .tymglo-prod-card {
    padding: 8px 8px 14px 8px;
    border-radius: 14px;
  }
  .tymglo-prod-name {
    font-size: 12.5px;
    height: 34px;
  }
  .tymglo-prod-price {
    font-size: 14px;
  }
  .tymglo-prod-btn {
    padding: 6px 12px;
    font-size: 11px;
  }
}


/* =========================================================
   TYMGLO PRO SHOP GRID — COMPLETE CSS
   ========================================================= */

/* ── SHOP / CATEGORY BANNER ── */
.tg-shop-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 90px 40px;
  display: flex;
  align-items: center;
}
.tg-shop-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 1;
}
.tg-shop-banner-inner {
  position: relative;
  z-index: 2;
  max-width: 600px;
  text-align: left;
}
.tg-shop-banner h1 {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  color: #fff !important;
  margin: 0 0 10px;
}
.tg-shop-banner-sub {
  font-size: 15px;
  color: #f1f1f1;
  margin: 0;
  line-height: 1.5;
}

/* ── SHOP SUB-NAV (tabs below banner) ── */
.tg-shop-subnav {
  background: #fff;
  border-bottom: 1px solid #eee;
}
.tg-shop-subnav-list {
  display: flex;
  gap: 36px;
  list-style: none;
  margin: 0;
  padding: 16px 40px 0;
}
.tg-shop-subnav-item a {
  display: inline-block;
  padding-bottom: 14px;
  color: #6b6b6b;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
.tg-shop-subnav-item a:hover {
  color: #222;
}
.tg-shop-subnav-item.is-active a {
  color: #111;
  font-weight: 600;
  border-bottom-color: #111;
}

@media (max-width: 768px) {
 
  .tg-shop-subnav-item a {
    white-space: nowrap;
  }
	.tg-shop-subnav-list {
  padding: 12px 20px 0;
  gap: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;       /* Firefox */
  -ms-overflow-style: none;    /* old Edge/IE */
}
.tg-shop-subnav-list::-webkit-scrollbar {
  display: none;               /* Chrome, Safari, new Edge */
	}

}
.tg-scenario-nav {
  text-align: center;
  padding: 40px 20px 30px;
}
.tg-scenario-nav-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  color: #8a3b3b;
  margin: 0 0 24px;
}
.tg-scenario-pills {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0 auto;
  padding: 6px;
  background: #fdf1ef;
  border-radius: 999px;
  flex-wrap: wrap;
  justify-content: center;
}
.tg-scenario-pill a {
  display: inline-block;
  padding: 12px 26px;
  border-radius: 999px;
  color: #444;
  font-size: 15px;
  text-decoration: none;
  transition: background .2s, color .2s;
}
.tg-scenario-pill a:hover { color: #8a3b3b; }
.tg-scenario-pill.is-active a { background: #8a3b3b; color: #fff; }

@media (max-width: 768px) {
  .tg-scenario-nav { padding: 30px 0 24px; }

  .tg-scenario-pills {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-center;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    border-radius: 999px;
    margin: 0 20px;
    max-width: calc(100% - 40px);
	  width: fit-content;
  }
  .tg-scenario-pills::-webkit-scrollbar { display: none; }

  .tg-scenario-pill { flex: 0 0 auto; }
  .tg-scenario-pill a {
    padding: 10px 18px;
    font-size: 14px;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .tg-shop-banner { padding: 60px 20px; }
  .tg-shop-banner-inner { max-width: 100%; }
}

/* ── SHOP GRID ── */
.tg-shop-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    padding: 0px 0px;
    transition: opacity .3s;
}
@media (max-width: 768px) {
    .tg-shop-grid { grid-template-columns: repeat(2, 1fr); padding: 10px; gap: 10px; }
}

/* ── PRODUCT CARD ── */
.tg-product-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    transition: box-shadow .2s, transform .2s;
}
.tg-product-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.1); transform: translateY(-2px); }

.tg-product-img-wrap {
    position: relative;
    display: block;
    aspect-ratio: 1/1;
    overflow: hidden;
    background: #f9f9f9;
}
.tg-product-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s;
}
.tg-product-card:hover .tg-product-img-wrap img { transform: scale(1.04); }

.tg-sale-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #8a3b3b;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 999px;
}

.tg-product-info { padding: 14px 16px 8px; flex: 1; }
.tg-product-title {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    text-decoration: none;
    margin-bottom: 6px;
    line-height: 1.4;
}
.tg-product-title:hover { color: #8a3b3b; }
.tg-product-price { font-size: 15px; color: #8a3b3b; font-weight: 700; }
.tg-product-price del { color: #aaa; font-weight: 400; margin-right: 4px; }

.tg-product-footer { padding: 0 16px 16px; }
.tg-add-to-cart {
    display: block;
    width: 100%;
    text-align: center;
    background: #8a3b3b;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background .2s;
}
.tg-add-to-cart:hover { background: #6d2e2e; color: #fff; }

/* ── TOOLBAR ── */
.tg-shop-toolbar {
    display: flex;
    justify-content: flex-end;
    padding: 0 40px 16px;
}
.tg-sort-select {
    padding: 8px 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    color: #444;
    background: #fff;
    cursor: pointer;
}

/* ── SUBCAT PILLS ── */
.tg-subcat-bar { padding: 0 40px 20px; }
.tg-cat-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.tg-cat-pill {
    padding: 8px 20px;
    border-radius: 999px;
    background: #fdf1ef;
    color: #444;
    font-size: 14px;
    cursor: pointer;
    transition: background .2s, color .2s;
}
.tg-cat-pill:hover { background: #8a3b3b; color: #fff; }
.tg-cat-pill.active { background: #8a3b3b; color: #fff; }

/* ── LOAD MORE ── */
.tg-load-more-wrap { text-align: center; padding: 20px 0 40px; }
.tg-load-more-btn {
    padding: 12px 40px;
    background: #8a3b3b;
    color: #fff;
    border: none;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s;
}
.tg-load-more-btn:hover { background: #6d2e2e; }
.tg-load-more-btn:disabled { opacity: .6; cursor: not-allowed; }

/* ── NO PRODUCTS ── */
.tg-no-products { text-align: center; padding: 60px 20px; color: #888; font-size: 16px; }
/* =========================================================
   TYMGLO PAYMENT METHODS POLICY PAGE STYLING
   ========================================================= */

.tymglo-payment-page {
  width: 100%;
  font-family: inherit;
  color: #222222;
  background-color: #FAFAFA;
  padding-bottom: 80px;
  box-sizing: border-box;
}

/* HERO */
.tymglo-pay-hero {
  background: linear-gradient(135deg, #F9F6EB 0%, #FDF4F0 100%);
  padding: 65px 24px 50px 24px;
  text-align: center;
  border-bottom: 1px solid #ECE7D9;
}

.tymglo-pay-hero-inner {
  max-width: 850px;
  margin: 0 auto;
}

.tymglo-pay-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #BA5D4F;
  background: rgba(186, 93, 79, 0.1);
  padding: 5px 14px;
  border-radius: 20px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 15px;
}

.tymglo-pay-title {
  font-size: 38px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 14px 0;
  letter-spacing: -0.6px;
}

.tymglo-pay-lead {
  font-size: 16px;
  color: #555555;
  line-height: 1.6;
  margin: 0;
}

/* CONTAINER */
.tymglo-pay-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

/* ACCEPTED PAYMENT GRID */
.tymglo-pay-methods-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 35px 0 45px 0;
}

.tymglo-pay-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px 20px;
  border: 1px solid #ECECEC;
  box-shadow: 0 4px 14px rgba(0,0,0,0.03);
  text-align: center;
}

.tg-pay-icon {
  font-size: 28px;
  display: block;
  margin-bottom: 10px;
}

.tymglo-pay-card h4 {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 6px 0;
}

.tymglo-pay-card p {
  font-size: 12.5px;
  color: #666666;
  line-height: 1.45;
  margin: 0;
}

/* 2-COLUMN LAYOUT */
.tymglo-pay-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 36px;
  align-items: start;
}

/* MAIN BLOCKS */
.tymglo-pay-main-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.tymglo-pay-block {
  background: #ffffff;
  border-radius: 18px;
  padding: 32px 34px;
  border: 1px solid #ECECEC;
  box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

.tymglo-sec-title {
  font-size: 20px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 16px 0;
}

.tymglo-pay-block p {
  font-size: 14.5px;
  color: #444444;
  line-height: 1.65;
  margin: 0 0 14px 0;
}

.tymglo-pay-block p:last-child {
  margin-bottom: 0;
}

.tymglo-pay-block a {
  color: #BA5D4F;
  font-weight: 600;
  text-decoration: underline;
}

.tymglo-pay-list {
  padding-left: 20px;
  margin: 0 0 14px 0;
  font-size: 14px;
  color: #444444;
  line-height: 1.6;
}

.tymglo-pay-list li {
  margin-bottom: 8px;
}

/* SECURITY BADGES */
.tymglo-sec-badges-wrap {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 16px;
}

.tymglo-sec-badge-item {
  background: #F4FAF6;
  border: 1px solid #C8E6D5;
  border-radius: 12px;
  padding: 16px 18px;
  display: flex;
  gap: 14px;
  align-items: center;
}

.tg-sb-icon {
  font-size: 24px;
  flex-shrink: 0;
}

.tymglo-sec-badge-item strong {
  font-size: 14px;
  color: #2E7D32;
  display: block;
  margin-bottom: 3px;
}

.tymglo-sec-badge-item p {
  font-size: 13px !important;
  color: #444444 !important;
  margin: 0 !important;
  line-height: 1.45 !important;
}

/* SIDEBAR */
.tymglo-pay-side-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tymglo-side-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 26px 24px;
  border: 1px solid #ECECEC;
  box-shadow: 0 4px 14px rgba(0,0,0,0.03);
}

.tymglo-side-title {
  font-size: 17px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 -14px 0;
}

.tymglo-side-text {
  font-size: 13px;
  color: #555555;
  line-height: 1.5;
  margin: 0 0 18px 0;
}

.tymglo-side-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  background: #BA5D4F;
  color: #ffffff;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 700;
  border-radius: 30px;
  transition: background 0.2s ease;
  box-sizing: border-box;
}

.tymglo-side-btn:hover {
  background: #9E4A3E;
}

.tymglo-side-link {
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #BA5D4F;
  text-decoration: none;
  margin-top: 12px;
}

.tymglo-side-link:hover {
  text-decoration: underline;
}

/* ADDRESS DISCLAIMER BOX */
.tymglo-side-addr-box {
  background: #FDF9F8;
  border: 1px solid rgba(186, 93, 79, 0.15);
}

.tymglo-side-addr {
  font-size: 13.5px;
  color: #444444;
  line-height: 1.5;
  margin: 0 0 14px 0;
}

.tymglo-side-disclaimer {
  background: #ffffff;
  border-left: 3px solid #BA5D4F;
  border-radius: 6px;
  padding: 10px 12px;
}

.tymglo-side-disclaimer strong {
  font-size: 11.5px;
  color: #BA5D4F;
  display: block;
  margin-bottom: 2px;
}

.tymglo-side-disclaimer p {
  font-size: 11px;
  color: #666666;
  line-height: 1.45;
  margin: 0;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .tymglo-pay-methods-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .tymglo-pay-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .tymglo-pay-hero {
    padding: 45px 16px 35px 16px;
  }
  .tymglo-pay-title {
    font-size: 26px;
  }
  .tymglo-pay-container {
    padding: 0 14px;
  }
  .tymglo-pay-methods-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .tymglo-pay-block {
    padding: 22px 18px;
  }
}


/* =========================================================
   TYMGLO CONTACT & HELP CENTER PAGE STYLING
   Paste into Elementor Custom CSS / theme Additional CSS
   ========================================================= */

.tymglo-contact-page {
  width: 100%;
  font-family: inherit;
  color: #222222;
  background-color: #FAFAFA;
  padding-bottom: 80px;
  box-sizing: border-box;
}

/* HERO SECTION */
.tymglo-cnt-hero {
  background: linear-gradient(135deg, #F9F6EB 0%, #FDF4F0 100%);
  padding: 65px 24px 50px 24px;
  text-align: center;
  border-bottom: 1px solid #ECE7D9;
}

.tymglo-cnt-hero-inner {
  max-width: 850px;
  margin: 0 auto;
}

.tymglo-cnt-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #BA5D4F;
  background: rgba(186, 93, 79, 0.1);
  padding: 5px 14px;
  border-radius: 20px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 15px;
}

.tymglo-cnt-title {
  font-size: 38px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 14px 0;
  letter-spacing: -0.6px;
}

.tymglo-cnt-lead {
  font-size: 16px;
  color: #555555;
  line-height: 1.6;
  margin: 0;
}

/* CONTAINER */
.tymglo-cnt-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

/* TOP MANDATORY RETURN ALERT BOX */
.tymglo-cnt-alert {
  background: #FFF8E6;
  border-left: 5px solid #E6A23C;
  border-radius: 12px;
  padding: 22px 24px;
  margin: 35px 0;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  box-shadow: 0 4px 15px rgba(230, 162, 60, 0.1);
}

.tymglo-cnt-alert-icon {
  font-size: 24px;
  line-height: 1;
  color: #E6A23C;
}

.tymglo-cnt-alert-text strong {
  font-size: 14px;
  color: #A36B00;
  letter-spacing: 0.2px;
  display: block;
  margin-bottom: 4px;
}

.tymglo-cnt-alert-text p {
  font-size: 13.5px;
  color: #664B00;
  line-height: 1.5;
  margin: 0;
}

.tymglo-cnt-alert-text a {
  color: #BA5D4F;
  font-weight: 700;
  text-decoration: underline;
}

/* QUICK HELP CARDS */
.tymglo-cnt-hub-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.tymglo-hub-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px 20px;
  border: 1px solid #ECECEC;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tymglo-hub-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  border-color: #BA5D4F;
}

.tymglo-hub-icon {
  font-size: 26px;
  color: #BA5D4F;
  margin-bottom: 12px;
}

.tymglo-hub-title {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 6px 0;
}

.tymglo-hub-desc {
  font-size: 13px;
  color: #666666;
  line-height: 1.45;
  margin: 0 0 14px 0;
  flex: 1;
}

.tymglo-hub-link {
  font-size: 13px;
  font-weight: 700;
  color: #BA5D4F;
}

/* 2-COLUMN LAYOUT */
.tymglo-cnt-layout {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 36px;
  align-items: start;
}

/* INFO COLUMN (LEFT) */
.tymglo-cnt-info-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tymglo-cnt-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 26px 28px;
  border: 1px solid #ECECEC;
  box-shadow: 0 4px 14px rgba(0,0,0,0.03);
}

.tymglo-info-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.tymglo-info-badge {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #BA5D4F;
  background: rgba(186, 93, 79, 0.1);
  padding: 3px 8px;
  border-radius: 12px;
}

.tymglo-info-title {
  font-size: 17px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
}

.tymglo-info-text {
  font-size: 13.5px;
  color: #555555;
  margin: 0 0 8px 0;
}

.tymglo-email-link {
  font-size: 18px;
  font-weight: 700;
  color: #BA5D4F;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 8px;
}

.tymglo-email-link:hover {
  text-decoration: underline;
}

.tymglo-info-subtext {
  font-size: 12.5px;
  color: #777777;
  line-height: 1.45;
  margin: 0;
}

.tymglo-hours-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tymglo-hours-list li {
  display: flex;
  justify-content: space-between;
  font-size: 13.5px;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}

.tymglo-hours-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/* ADDRESS & DISCLAIMER BOX */
.tymglo-address-box {
  background: #FDF9F8;
  border: 1px solid rgba(186, 93, 79, 0.15);
}

.tymglo-addr-text {
  font-size: 14px;
  color: #333333;
  line-height: 1.5;
  margin: 0 0 14px 0;
}

.tymglo-strict-disclaimer {
  background: #ffffff;
  border-left: 3px solid #BA5D4F;
  border-radius: 6px;
  padding: 10px 12px;
}

.tymglo-strict-disclaimer strong {
  font-size: 12px;
  color: #BA5D4F;
  display: block;
  margin-bottom: 2px;
}

.tymglo-strict-disclaimer p {
  font-size: 11.5px;
  color: #666666;
  line-height: 1.45;
  margin: 0;
}

/* FORM CARD (RIGHT) */
.tymglo-form-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 38px 34px;
  border: 1px solid #E5E5E5;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.tymglo-form-header {
  margin-bottom: 25px;
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 18px;
}

.tymglo-form-title {
  font-size: 24px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 6px 0;
}

.tymglo-form-subtitle {
  font-size: 13.5px;
  color: #666666;
  margin: 0;
}

.tymglo-cnt-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.tymglo-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.tymglo-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.tymglo-field label {
  font-size: 13px;
  font-weight: 700;
  color: #333333;
}

.tymglo-field .req {
  color: #BA5D4F;
}

.tymglo-field .opt {
  font-size: 11.5px;
  color: #888888;
  font-weight: 400;
}

.tymglo-field input,
.tymglo-field select,
.tymglo-field textarea {
  border: 1px solid #D8D8D8;
  border-radius: 10px;
  padding: 11px 14px;
  font-size: 13.5px;
  color: #222222;
  background: #ffffff;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  font-family: inherit;
  box-sizing: border-box;
  width: 100%;
}

.tymglo-field input:focus,
.tymglo-field select:focus,
.tymglo-field textarea:focus {
  border-color: #BA5D4F;
  box-shadow: 0 0 0 3px rgba(186, 93, 79, 0.12);
}

/* SUBMIT BUTTON */
.tymglo-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 50px;
  background: #BA5D4F;
  color: #ffffff;
  border: none;
  border-radius: 30px;
  font-size: 14.5px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 8px;
  transition: background 0.2s ease, transform 0.15s ease;
  width: 100%;
}

.tymglo-submit-btn:hover {
  background: #9E4A3E;
  transform: translateY(-1px);
}

.tymglo-submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

/* SUCCESS BOX */
.tymglo-form-success {
  display: none;
  background: #F0F9F4;
  border: 1px solid #B8E4CD;
  border-radius: 14px;
  padding: 30px 24px;
  text-align: center;
  animation: tgSuccessFade 0.3s ease forwards;
}

@keyframes tgSuccessFade {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.tg-success-icon {
  width: 48px;
  height: 48px;
  background: #428445;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px auto;
}

.tymglo-form-success h3 {
  font-size: 20px;
  color: #1a1a1a;
  margin: 0 0 10px 0;
}

.tymglo-form-success p {
  font-size: 13.5px;
  color: #444444;
  line-height: 1.55;
  margin: 0;
}

/* ERROR BOX (new — shown if the submission fails) */
.tymglo-form-error {
  display: none;
  background: #FDECEA;
  border: 1px solid #F5B5AE;
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 16px;
}

.tymglo-form-error p {
  font-size: 13px;
  color: #B42318;
  margin: 0;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .tymglo-cnt-hub-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .tymglo-cnt-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .tymglo-cnt-hero {
    padding: 45px 16px 35px 16px;
  }
  .tymglo-cnt-title {
    font-size: 26px;
  }
  .tymglo-cnt-lead {
    font-size: 14px;
  }
  .tymglo-cnt-container {
    padding: 0 14px;
  }
  .tymglo-cnt-hub-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .tymglo-form-card {
    padding: 24px 18px;
  }
  .tymglo-form-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

/* =========================================================
   TYMGLO POLICY PAGE STYLING (Shipping & Delivery)
   ========================================================= */

.tymglo-policy-page {
  max-width: 900px;
  margin: 40px auto 80px auto;
  padding: 0 24px;
  font-family: inherit;
  color: #222222;
  box-sizing: border-box;
}



.tymglo-policy-content {
  font-size: 16px;
  line-height: 1.7;
  color: #444444;
}

.tymglo-policy-section {
  margin-bottom: 40px;
}

.tymglo-policy-section h2 {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 16px 0;
  padding-bottom: 8px;
}

.tymglo-policy-section p {
  margin: 0 0 16px 0;
}

.tymglo-policy-section a {
  color: #BA5D4F;
  text-decoration: underline;
  font-weight: 600;
}

/* TABLE STYLING */
.tymglo-policy-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.02);
  border-radius: 8px;
  overflow: hidden;
}

.tymglo-policy-table th, 
.tymglo-policy-table td {
  padding: 16px;
  text-align: left;
  border-bottom: 1px solid #EEEEEE;
}

.tymglo-policy-table th {
  background: #F9F6EB;
  font-weight: 700;
  color: #1a1a1a;
}

.tymglo-policy-table tr:last-child td {
  border-bottom: none;
}

/* CONTACT BOX & DISCLAIMER */
.tymglo-policy-contact-box {
  background: #FDF9F8;
  border: 1px solid #F1E2DF;
  border-radius: 12px;
  padding: 30px;
  margin-top: 50px;
  text-align: center;
}

.tymglo-policy-contact-box h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 10px 0;
}

.tymglo-policy-btn {
  display: inline-block;
  background: #BA5D4F;
  color: #ffffff;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none !important;
  font-weight: 700;
  margin: 15px 0 25px 0;
  transition: background 0.2s;
}

.tymglo-policy-btn:hover {
  background: #9E4A3E;
}

.tymglo-address-disclaimer {
  font-size: 13px;
  color: #666666;
  line-height: 1.6;
  padding-top: 20px;
  border-top: 1px solid #EBD5D1;
}

.tymglo-address-disclaimer strong {
  color: #1a1a1a;
}

.tymglo-address-disclaimer em {
  display: block;
  margin-top: 6px;
  color: #BA5D4F;
  font-weight: 600;
}

@media (max-width: 768px) {
  .tymglo-policy-title {
    font-size: 32px;
  }
  .tymglo-policy-table th, 
  .tymglo-policy-table td {
    padding: 12px;
    font-size: 14px;
  }
}
.tymglo-shipping-notice .fa-truck {
  margin-right: 8px;
  font-size: 16px;
}
.tymglo-shipping-notice {
  background: #F0F9F4;
  border: 1px solid #B6DFC8;
  border-radius: 8px;
  padding: 14px 20px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #2E7D52;
}
/* =========================================================
   TYMGLO ORDER TRACKING PAGE STYLING
   Paste into Elementor Custom CSS / Appearance → Additional CSS
   ========================================================= */

.tymglo-tracking-page,
.tymglo-tracking-page *,
.tymglo-tracking-page *::before,
.tymglo-tracking-page *::after {
  box-sizing: border-box;
}

.tymglo-tracking-page {
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  color: #222222;
  background-color: #FAFAFA;
  padding-bottom: 80px;
  margin: 0;
  overflow-x: hidden;
}

/* ── HERO ────────────────────────────────────────────── */
.tymglo-trk-hero {
  background: linear-gradient(135deg, #F9F6EB 0%, #FDF4F0 100%);
  padding: 65px 24px 50px 24px;
  text-align: center;
  border-bottom: 1px solid #ECE7D9;
  width: 100%;
}

.tymglo-trk-hero-inner {
  max-width: 850px;
  margin: 0 auto;
}

.tymglo-trk-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #BA5D4F;
  background: rgba(186, 93, 79, 0.1);
  padding: 5px 14px;
  border-radius: 20px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 15px;
}

.tymglo-trk-title {
  font-size: 38px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 14px 0;
  letter-spacing: -0.6px;
}

.tymglo-trk-lead {
  font-size: 16px;
  color: #555555;
  line-height: 1.6;
  margin: 0;
}

/* ── CONTAINER ───────────────────────────────────────── */
.tymglo-trk-container {
  max-width: 1000px;
  margin: -30px auto 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 10;
}

/* ── LOOKUP CARD ─────────────────────────────────────── */
.tymglo-trk-lookup-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 35px 32px;
  border: 1px solid #ECECEC;
  box-shadow: 0 12px 35px rgba(0,0,0,0.06);
  margin-bottom: 35px;
}

/* Tabs */
.tymglo-trk-tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 14px;
  flex-wrap: wrap;
}

.tg-trk-tab {
  background: none;
  border: none;
  font-size: 14.5px;
  font-weight: 700;
  color: #777777;
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 20px;
  transition: all 0.2s ease;
  font-family: inherit;
}

.tg-trk-tab.is-active {
  background: #FDF4F0;
  color: #BA5D4F;
}

/* Error box */
.tg-trk-error {
  background: #FDECEA;
  border: 1px solid #F5B5AE;
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 16px;
}

.tg-trk-error p {
  font-size: 13px;
  color: #B42318;
  margin: 0;
}

/* Forms */
.tymglo-trk-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.tymglo-trk-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.tymglo-trk-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.tymglo-trk-field label {
  font-size: 13px;
  font-weight: 700;
  color: #333333;
}

.tymglo-trk-field .req {
  color: #BA5D4F;
}

.tymglo-trk-field input {
  border: 1px solid #D8D8D8;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 14px;
  color: #222222;
  background: #ffffff;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
  font-family: inherit;
}

.tymglo-trk-field input:focus {
  border-color: #BA5D4F;
  box-shadow: 0 0 0 3px rgba(186, 93, 79, 0.12);
}

/* Submit button */
.tymglo-trk-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 50px;
  background: #BA5D4F;
  color: #ffffff;
  border: none;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
  width: 100%;
  font-family: inherit;
  text-decoration: none;
}

.tymglo-trk-submit-btn:hover {
  background: #9E4A3E;
  transform: translateY(-1px);
  color: #ffffff;
  text-decoration: none;
}

.tymglo-trk-submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

/* ── RESULT CARD ─────────────────────────────────────── */
.tymglo-trk-result-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 35px 32px;
  border: 1px solid #B8E4CD;
  box-shadow: 0 10px 30px rgba(66, 132, 69, 0.08);
  margin-bottom: 35px;
  animation: tgResultFade 0.35s ease forwards;
}

@keyframes tgResultFade {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

.tg-result-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 20px;
  margin-bottom: 30px;
  gap: 20px;
  flex-wrap: wrap;
}

.tg-status-pill {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 4px 12px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 8px;
}

.tg-order-id-display {
  font-size: 24px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 4px 0;
}

.tg-carrier-info {
  font-size: 13.5px;
  color: #555555;
  margin: 0 0 2px 0;
}

.tg-est-delivery {
  text-align: right;
  flex-shrink: 0;
}

.tg-est-label {
  font-size: 12px;
  color: #777777;
  display: block;
  margin-bottom: 2px;
}

.tg-est-date {
  font-size: 16px;
  font-weight: 800;
  color: #BA5D4F;
}

/* ── TIMELINE PROGRESS ───────────────────────────────── */
.tg-timeline-progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 35px 0;
}

.tg-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 2;
  flex-shrink: 0;
}

.tg-step-circle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #EEEEEE;
  color: #777777;
  font-size: 14px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tg-step.is-completed .tg-step-circle {
  background: #2E7D32;
  color: #ffffff;
}

.tg-step.is-active .tg-step-circle {
  background: #BA5D4F;
  color: #ffffff;
  box-shadow: 0 0 0 4px rgba(186, 93, 79, 0.2);
}

.tg-step-label {
  font-size: 12px;
  font-weight: 700;
  color: #555555;
  text-align: center;
  max-width: 70px;
}

.tg-step.is-completed .tg-step-label,
.tg-step.is-active .tg-step-label {
  color: #1a1a1a;
}

.tg-step-line {
  flex: 1;
  height: 4px;
  background: #EEEEEE;
  margin: 0 8px -20px 8px;
}

.tg-step-line.is-completed {
  background: #2E7D32;
}

/* ── SCAN LOGS ───────────────────────────────────────── */
.tg-scan-logs {
  background: #F9F9F9;
  border-radius: 12px;
  padding: 18px 22px;
  border: 1px solid #ECECEC;
  margin-top: 24px;
}

.tg-scan-logs h4 {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 10px 0;
}

.tg-scan-logs ul {
  padding-left: 18px;
  margin: 0;
  font-size: 13px;
  color: #444444;
  line-height: 1.6;
}

.tg-scan-logs li span {
  font-weight: 700;
  color: #222222;
}

/* ── CARRIER PORTALS ─────────────────────────────────── */
.tymglo-carrier-portals {
  background: #ffffff;
  border-radius: 18px;
  padding: 24px 28px;
  border: 1px solid #ECECEC;
  margin-bottom: 35px;
  text-align: center;
}

.tymglo-portals-title {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 14px 0;
}

.tymglo-portals-grid {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.tg-portal-btn {
  background: #F7F7F8;
  border: 1px solid #E0E0E0;
  color: #333333;
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  display: inline-block;
}

.tg-portal-btn:hover {
  background: #BA5D4F;
  color: #ffffff;
  border-color: #BA5D4F;
  text-decoration: none;
}

/* ── FAQ SECTION ─────────────────────────────────────── */
.tymglo-trk-faq-section {
  margin-bottom: 35px;
}

.tymglo-faq-title {
  font-size: 24px;
  font-weight: 800;
  color: #1a1a1a;
  text-align: center;
  margin: 0 0 24px 0;
}

.tymglo-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.tymglo-faq-item {
  background: #ffffff;
  border-radius: 16px;
  padding: 22px 24px;
  border: 1px solid #ECECEC;
}

.tymglo-faq-item h4 {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 8px 0;
}

.tymglo-faq-item p {
  font-size: 13px;
  color: #555555;
  line-height: 1.55;
  margin: 0;
}

.tymglo-faq-item a {
  color: #BA5D4F;
  font-weight: 700;
  text-decoration: underline;
}

/* ── ADDRESS BOX ─────────────────────────────────────── */
.tymglo-trk-addr-box {
  background: #FDF9F8;
  border: 1px solid rgba(186, 93, 79, 0.15);
  border-radius: 14px;
  padding: 20px 24px;
  text-align: center;
}

.tymglo-trk-addr-box h4 {
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 6px 0;
}

.tg-addr-p {
  font-size: 13px;
  color: #444444;
  margin: 0 0 6px 0;
}

.tg-addr-sub {
  font-size: 11.5px;
  color: #777777;
  margin: 0;
}

/* ── RESPONSIVE ──────────────────────────────────────── */
@media (max-width: 768px) {
  .tymglo-trk-title {
    font-size: 28px;
  }
  .tymglo-trk-lookup-card {
    padding: 24px 18px;
  }
  .tymglo-trk-form-grid {
    grid-template-columns: 1fr;
  }
  .tg-result-header {
    flex-direction: column;
    gap: 14px;
  }
  .tg-est-delivery {
    text-align: left;
  }
  .tymglo-faq-grid {
    grid-template-columns: 1fr;
  }
  .tg-step-label {
    font-size: 10px;
    max-width: 55px;
  }
  .tg-step-circle {
    width: 30px;
    height: 30px;
    font-size: 11px;
  }
  .tg-step-line {
    margin: 0 4px -15px 4px;
  }
  .tymglo-trk-result-card {
    padding: 24px 18px;
  }
}

@media (max-width: 480px) {
  .tymglo-trk-hero {
    padding: 45px 16px 35px;
  }
  .tymglo-trk-container {
    padding: 0 14px;
  }
  .tg-order-id-display {
    font-size: 20px;
  }
}

/* Font Awesome icon sizing inside timeline step circles */
.tg-step-circle i {
    font-size: 14px;
    line-height: 1;
}

/* =========================================================
   TYMGLO POLICY PAGE STYLING (Returns & Refunds)
   ========================================================= */

.tymglo-policy-page {
  max-width: 900px;
  margin: 40px auto 80px auto;
  padding: 0 24px;
  font-family: inherit;
  color: #222222;
  box-sizing: border-box;
}

.tymglo-policy-header {
  text-align: center;
  margin-bottom: 40px;
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 30px;
}

.tymglo-policy-title {
  font-size: 42px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 10px 0;
  letter-spacing: -0.5px;
}

.tymglo-policy-subtitle {
  font-size: 15px;
  color: #888888;
  margin: 0;
}

.tymglo-policy-content {
  font-size: 16px;
  line-height: 1.7;
  color: #444444;
}

.tymglo-policy-section {
  margin-bottom: 40px;
}

.tymglo-policy-section h2 {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 16px 0;
  padding-bottom: 8px;
}
.tymglo-policy-section h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 24px 0 10px 0;
}

/* MANDATORY ALERT BOX */
.tymglo-alert-box {
  padding: 20px 24px;
  border-radius: 8px;
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 1.6;
}

.tymglo-alert-danger {
  background-color: #FFF4F4;
  border-left: 4px solid #D32F2F;
  color: #B71C1C;
}

/* FORM STYLING */
.tymglo-return-form-container {
  background: #FDFDFD;
  border: 1px solid #E5E5E5;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}

.tymglo-return-form-container h2 {
  font-size: 24px;
  margin: 0 0 10px 0;
  color: #1a1a1a;
}

.tymglo-return-form-container p {
  margin: 0 0 30px 0;
  font-size: 15px;
  color: #666;
}

.tymglo-return-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tg-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.tg-form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tg-form-group label {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.tg-form-group input[type="text"],
.tg-form-group input[type="email"],
.tg-form-group input[type="number"],
.tg-form-group select,
.tg-form-group textarea {
  padding: 12px 14px;
  border: 1px solid #D5D5D5;
  border-radius: 6px;
  font-size: 15px;
  font-family: inherit;
  transition: border-color 0.2s;
  background: #fff;
}

.tg-form-group input:focus,
.tg-form-group select:focus,
.tg-form-group textarea:focus {
  outline: none;
  border-color: #BA5D4F;
}

.tg-file-input {
  padding: 10px 0;
}

.tg-form-group small {
  font-size: 12.5px;
  color: #888;
}

/* MANDATORY CHECKBOX */
.tg-form-checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #F9F6EB;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #E9DEB6;
  margin-top: 10px;
}

.tg-form-checkbox-group input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  accent-color: #BA5D4F;
}

.tg-form-checkbox-group label {
  font-size: 14.5px;
  line-height: 1.5;
  color: #1a1a1a;
  cursor: pointer;
}

/* SUBMIT BUTTON */
.tymglo-policy-btn {
  display: inline-block;
  background: #BA5D4F;
  color: #ffffff;
  padding: 16px 30px;
  border-radius: 30px;
  border: none;
  font-size: 16px;
  text-decoration: none !important;
  font-weight: 700;
  margin-top: 10px;
  cursor: pointer;
  transition: background 0.2s;
}

.tymglo-policy-btn:hover {
  background: #9E4A3E;
}

@media (max-width: 768px) {
  .tg-form-row {
    grid-template-columns: 1fr;
  }
  .tymglo-return-form-container {
    padding: 24px;
  }
}

.tg-profile-success {
  background: #E6FAF0;
  color: #10B981;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 16px;
  border-radius: 10px;
  margin-bottom: 16px;
}
.tg-edit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 18px;
}
.tg-edit-grid label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 700;
  color: #666666;
}
.tg-edit-grid input {
  padding: 10px 12px;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  font-size: 13.5px;
  color: #1a1a1a;
  background: #FAFAFA;
}
.tg-edit-actions {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}
.tg-edit-cancel {
  background: none;
  border: 1px solid #ddd;
  color: #666;
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
@media (max-width: 768px) {
  .tg-edit-grid { grid-template-columns: 1fr; }
}
.tg-snackbar {
  position: fixed;
  top: 20px;
  left: 20px;
  background: #1a1a1a;
  color: #ffffff;
  padding: 12px 22px;
  border-radius: 10px;
  font-size: 13.5px;
  font-weight: 600;
  z-index: 9999;
  box-shadow: 0 8px 24px rgba(0,0,0,0.18);
  opacity: 0;
  transform: translateY(-16px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.tg-snackbar.tg-show {
  opacity: 1;
  transform: translateY(0);
}
.tg-snackbar-error {
  background: #C62828;
}
.tg-orders-toolbar {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  margin-bottom: 18px;
  align-items: center;
}
.tg-orders-toolbar input[type="text"] {
  flex: 1;
  min-width: 0;
  padding: 10px 14px;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  font-size: 13.5px;
  color: #1a1a1a;
  background: #FAFAFA;
}
.tg-orders-toolbar select {
  flex: 0 0 auto;
  width: 170px;
  padding: 10px 14px;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  font-size: 13.5px;
  color: #1a1a1a;
  background: #FAFAFA;
  cursor: pointer;
}
#tg-orders-empty {
  color: #888888;
  font-size: 13.5px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .tg-orders-toolbar {
    flex-wrap: wrap;
  }
  .tg-orders-toolbar select {
    width: 100%;
  }
}
.tg-view-order-btn {
  background: none;
  border: none;
  color: #BA5D4F;
  font-weight: 700;
  font-size: 12.5px;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
}
.tg-order-details {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #F0F0F0;
}
.tg-order-detail-inner h4 {
  font-size: 12.5px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 12px 0 6px 0;
}
.tg-order-detail-inner h4:first-child { margin-top: 0; }
.tg-order-detail-items {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #444444;
}
.tg-order-detail-items li { padding: 4px 0; }
.tg-order-detail-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #666666;
  padding: 4px 0;
}
.tg-order-detail-total {
  font-weight: 800;
  color: #1a1a1a;
  border-top: 1px solid #F0F0F0;
  margin-top: 4px;
  padding-top: 8px;
}

.tg-personal-coupon-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(135deg, #B55B5C 0%, #873F40 100%);
  color: #ffffff;
  border-radius: 16px;
  padding: 20px 24px;
  margin-bottom: 18px;
  flex-wrap: wrap;
  gap: 16px;
}
.tg-personal-coupon-tag {
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: rgba(255,255,255,0.2);
  padding: 3px 10px;
  border-radius: 20px;
  display: inline-block;
}
.tg-personal-coupon-left h4 { font-size: 17px; font-weight: 800; margin: 8px 0 2px 0; }
.tg-personal-coupon-left p { font-size: 12.5px; margin: 0; opacity: 0.9; }
.tg-personal-coupon-code-box {
  display: flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,0.15); padding: 10px 16px; border-radius: 10px;
}
.tg-personal-coupon-code-box code { font-size: 15px; font-weight: 800; letter-spacing: 1px; }
.tg-personal-coupon-code-box button {
  background: #ffffff; color: #873F40; border: none;
  padding: 6px 14px; border-radius: 16px; font-size: 11.5px; font-weight: 800; cursor: pointer;
}
.tg-store-coupons-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.tg-store-coupon-card {
  display: flex; align-items: center; gap: 16px;
  background: #FDF9F8; border: 1px dashed #E8C8C1; border-radius: 14px; padding: 14px 18px;
}
.tg-store-coupon-amount { font-size: 20px; font-weight: 900; color: #BA5D4F; white-space: nowrap; }
.tg-store-coupon-amount span { font-size: 10px; font-weight: 800; display: block; }
.tg-store-coupon-right { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.tg-store-coupon-code {
  background: #ffffff; border: 1px solid #E8C8C1; padding: 5px 10px;
  border-radius: 8px; font-size: 13px; font-weight: 700; color: #1a1a1a;
}
.tg-store-coupon-right button {
  background: #873F40; color: #ffffff; border: none;
  padding: 5px 14px; border-radius: 16px; font-size: 11.5px; font-weight: 700; cursor: pointer;
}
.tg-store-coupon-expiry { font-size: 11px; color: #999999; }
@media (max-width: 768px) { .tg-store-coupons-grid { grid-template-columns: 1fr; } }


/* OUT OF STOCK BOX */
.tg-out-of-stock-box {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #FFF5F5;
    border: 1px solid #F5C6C6;
    border-radius: 12px;
    padding: 16px 18px;
    margin-bottom: 12px;
}

.tg-oos-icon {
    font-size: 22px;
    color: #C0392B;
    flex-shrink: 0;
    margin-top: 2px;
}

.tg-oos-text strong {
    font-size: 14px;
    font-weight: 800;
    color: #C0392B;
    display: block;
    margin-bottom: 4px;
}

.tg-oos-text p {
    font-size: 12.5px;
    color: #666666;
    margin: 0;
    line-height: 1.5;
}

/* NOTIFY ME */
.tg-notify-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 12px;
}

.tg-notify-input {
    width: 100%;
    height: 46px;
    border: 1.5px solid #DDDDDD;
    border-radius: 25px;
    padding: 0 20px;
    font-size: 13px;
    color: #333333;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.2s ease;
}

.tg-notify-input:focus {
    border-color: #803338;
}

.tg-btn-notify {
    background: #803338;
    color: #ffffff;
}

.tg-notify-success {
    font-size: 13px;
    font-weight: 600;
    color: #2E7D32;
    text-align: center;
    margin: 0;
}

/* DISABLED BUTTON */
.tg-btn-disabled {
    background: #CCCCCC !important;
    color: #888888 !important;
    cursor: not-allowed !important;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: none;
    width: 100%;
    height: 48px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tg-out-of-stock-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #FFF5F5;
    border: 1px solid #F5C6C6;
    border-radius: 12px;
    padding: 14px 18px;
    font-size: 13px;
    color: #C0392B;
    margin-bottom: 12px;
}

.tg-out-of-stock-box i {
    font-size: 18px;
    flex-shrink: 0;
}

.tg-out-of-stock-box strong {
    font-weight: 800;
}

/* STOCK COUNTER */
.tg-stock-counter {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #FFF5F0;
    border: 1px solid #FFD5B8;
    border-radius: 20px;
    padding: 6px 16px;
    font-size: 12.5px;
    font-weight: 600;
    color: #C0392B;
    margin-bottom: 16px;
	width: fit-content;
}

.tg-stock-counter i {
    color: #E74C3C;
    font-size: 13px;
}

.tg-stock-counter strong {
    font-weight: 900;
    color: #C0392B;
}

/* =========================================================
   TYMGLO MODAL
   ========================================================= */
.tg-modal-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: tgFadeIn 0.2s ease;
}

.tg-modal-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 36px 32px;
    max-width: 400px;
    width: 90%;
    text-align: center;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.15);
    animation: tgSlideUp 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
}

.tg-modal-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px auto;
    font-size: 28px;
}

.tg-modal-icon.error   { background: #FFF0F0; color: #C0392B; }
.tg-modal-icon.success { background: #F0FFF4; color: #2E7D32; }
.tg-modal-icon.warning { background: #FFF8F0; color: #E67E22; }

.tg-modal-title {
    font-size: 18px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 10px 0;
}

.tg-modal-message {
    font-size: 13.5px;
    color: #666666;
    line-height: 1.6;
    margin: 0 0 24px 0;
}

.tg-modal-btn {
    display: inline-block;
    padding: 12px 32px;
    background: #1a1a1a;
    color: #ffffff;
    border: none;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease;
}

.tg-modal-btn:hover { background: #000000; }

.tg-modal-close {
    position: absolute;
    top: 16px; right: 18px;
    background: #F5F5F5;
    border: none;
    width: 32px; height: 32px;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes tgFadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes tgSlideUp {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0);    }
}
/* =========================================================
   MOBILE SIDEBAR DRAWER — mobile only, desktop untouched
   ========================================================= */

/* Hamburger button — hidden on desktop */
.tg-mobile-menu-btn {
  display: none;
}

@media (max-width: 1024px) {

  /* Show hamburger */
  .tg-mobile-menu-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 38px;
    height: 38px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    border-radius: 8px;
    order: -1; /* push to left of header */
  }

  .tg-mobile-menu-btn span {
    display: block;
    height: 2px;
    width: 22px;
    background: #1a1a1a;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  /* Animated X state */
  .tg-mobile-menu-btn.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .tg-mobile-menu-btn.is-open span:nth-child(2) {
    opacity: 0;
  }
  .tg-mobile-menu-btn.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  /* Sidebar becomes a fixed drawer — slide in from left */
  .tg-hub-sidebar {
    position: fixed !important;
    top: 0;
    left: 0;
    height: 100vh;
    width: 270px;
    max-height: 100vh;
    z-index: 9000;
    border-radius: 0 20px 20px 0;
    padding: 24px 10px;
    transform: translateX(-110%);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 4px 0 30px rgba(0,0,0,0.12);
  }

  .tg-hub-sidebar.is-open {
    transform: translateX(0);
  }

  /* Dark overlay behind sidebar */
  .tg-sidebar-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 8999;
    backdrop-filter: blur(2px);
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .tg-sidebar-overlay.is-visible {
    display: block;
    opacity: 1;
  }

  /* Layout back to single column on mobile */
  .tymglo-hub-layout {
    grid-template-columns: 1fr;
  }
}

/* .wd-carousel-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
  pointer-events: none; /* Allows clicks to pass through to the slider */
/* 	    border-bottom-left-radius: 16px;
    border-top-left-radius: 15px;
} */

/* 2. Limit text width & bring text layer above the gradient */
/* .wd-carousel-inner .slide-content,
.wd-carousel-inner .wd-slide-content,
.wd-carousel-inner [class*="elementor-column"] {
  position: relative;
  z-index: 3;
  max-width: 420px !important; /* Prevents text from reaching mom & baby */
} */

 */

/* =========================================================
   TYM GLO / WOODMART MEGA MENU
   TOP → BOTTOM + FADE — SLOW & SMOOTH
   ========================================================= */

/* CLOSED STATE */
/* =========================================
   WOODMART MEGA MENU
   TOP → BOTTOM + FADE
   ========================================= */

/* Dropdown Animation - Slide from top to bottom + Opacity */
.wd-dropdown-menu.wd-dropdown {
  /* Initial state - hidden */
  opacity: 0;
  transform: translateY(-20px);
  max-height: 0;
  overflow: hidden;
  
  /* Animation transition */
  transition: 
    opacity 0.4s ease,
    transform 0.4s ease,
    max-height 0.5s ease;
  
  pointer-events: none;
}

/* Active/Open state */
.wd-dropdown-menu.wd-dropdown.wd-opened,
.wd-nav-item:hover .wd-dropdown-menu.wd-dropdown,
.wd-nav-item.active .wd-dropdown-menu.wd-dropdown {
  opacity: 1;
  transform: translateY(0);
  max-height: 1000px; /* Large enough to fit content */
  pointer-events: all;
}



.tg-pay-icons img {
    max-width: 250px;
    width: 100%;
    height: auto;
}

