/* ==========================================================================
   TDA WELLNESS - LUXURY AYURVEDIC PRODUCT DETAIL PAGE (PDP) STYLES
   Designed for High D2C Conversions, Trust & Flawless Mobile UX
   ========================================================================== */

/* -------------------------------------------------------------
   0. ASTRA CONTAINER RESETS FOR CLEAN EDGE-TO-EDGE CONTROL
   ------------------------------------------------------------- */
body.single-product #content,
body.single-product .site-content,
body.single-product .ast-container,
body.single-product .site-content > .ast-container,
body.single-product #primary,
body.single-product #main,
body.single-product .entry-content {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* -------------------------------------------------------------
   1. MAIN CONTAINER & TOP BREADCRUMBS
   ------------------------------------------------------------- */
.tda-pdp-main-wrapper {
  max-width: 1440px !important;
  width: 95% !important;
  margin: 0 auto !important;
  padding: 24px 16px 70px 16px !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  color: #1F2937 !important;
  box-sizing: border-box !important;
  overflow-x: hidden !important;
}

.tda-pdp-top-bar {
  margin-bottom: 24px;
}

.tda-pdp-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #6B7280;
}

.tda-pdp-breadcrumbs a {
  color: #6B7280;
  text-decoration: none;
  transition: color 0.2s ease;
}

.tda-pdp-breadcrumbs a:hover {
  color: #109648;
}

.tda-pdp-breadcrumbs .sep {
  font-size: 13px;
  color: #9CA3AF;
  display: inline-flex;
  align-items: center;
}

.tda-pdp-breadcrumbs .current {
  color: #1B4332;
  font-weight: 700;
  max-width: 320px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* -------------------------------------------------------------
   2. MAIN TWO-COLUMN PRODUCT GRID
   ------------------------------------------------------------- */
.tda-pdp-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.25fr);
  gap: 48px;
  align-items: start;
}

/* -------------------------------------------------------------
   3. LEFT COLUMN: GALLERY & IMAGES
   ------------------------------------------------------------- */
.tda-pdp-gallery-col {
  position: sticky;
  top: 100px;
  z-index: 10;
}

.tda-pdp-gallery-card {
  position: relative;
  background: #FFFFFF;
  border-radius: 20px;
  border: 1px solid #EAE5D9;
  padding: 16px;
  box-shadow: 0 12px 35px rgba(20, 66, 45, 0.05);
  box-sizing: border-box;
  overflow: hidden;
}

/* Stock / Sale Badges on Gallery */
.tda-pdp-stock-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 15;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 6px;
}

.tda-pdp-stock-badge.sale {
  background: #E63946;
  color: #FFFFFF;
  box-shadow: 0 3px 10px rgba(230, 57, 70, 0.3);
}

.tda-pdp-stock-badge.oos {
  background: #DC2626;
  color: #FFFFFF;
  box-shadow: 0 3px 10px rgba(220, 38, 38, 0.3);
}

/* WooCommerce Default Gallery Overrides for Sleek Display */
.tda-pdp-gallery-card .woocommerce-product-gallery {
  position: relative;
  margin: 0 !important;
  width: 100% !important;
  opacity: 1 !important;
}

.tda-pdp-gallery-card .woocommerce-product-gallery__wrapper {
  margin: 0 !important;
}

.tda-pdp-gallery-card .woocommerce-product-gallery__image {
  border-radius: 14px;
  overflow: hidden;
  background: #FDFBF7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tda-pdp-gallery-card .woocommerce-product-gallery__image img {
  width: 100% !important;
  height: auto !important;
  max-height: 520px !important;
  object-fit: contain !important;
  border-radius: 14px;
  display: block;
}

/* Gallery Thumbnails row */
.tda-pdp-gallery-card .flex-control-thumbs {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin: 16px 0 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.tda-pdp-gallery-card .flex-control-thumbs li {
  width: 72px !important;
  height: 72px !important;
  border-radius: 10px !important;
  border: 1.5px solid #E5E7EB !important;
  overflow: hidden !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  background: #FAFAFA !important;
  box-sizing: border-box !important;
}

.tda-pdp-gallery-card .flex-control-thumbs li:hover,
.tda-pdp-gallery-card .flex-control-thumbs li img.flex-active {
  border-color: #109648 !important;
  box-shadow: 0 4px 12px rgba(16, 150, 72, 0.25) !important;
}

.tda-pdp-gallery-card .flex-control-thumbs li img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  opacity: 1 !important;
}

/* Hide duplicate WooCommerce sale flash inside gallery */
.tda-pdp-gallery-card .onsale {
  display: none !important;
}

/* -------------------------------------------------------------
   4. RIGHT COLUMN: SUMMARY & DETAILS
   ------------------------------------------------------------- */
.tda-pdp-summary-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* 4.1 Rating & Social Proof Capsule */
.tda-pdp-social-proof-capsule {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FFFFFF;
  border: 1.5px solid #D1D5DB;
  border-radius: 9999px;
  padding: 6px 14px;
  width: fit-content;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

.tda-pdp-stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: #F59E0B;
  font-size: 15px;
}

.tda-pdp-rating-val {
  font-size: 14px;
  font-weight: 800;
  color: #1F2937;
}

.tda-pdp-dot-sep {
  color: #9CA3AF;
  font-size: 12px;
  font-weight: 400;
}

.tda-pdp-ratings-count {
  font-size: 13px;
  font-weight: 500;
  color: #4B5563;
}

.tda-pdp-sold-count {
  font-size: 13px;
  font-weight: 700;
  color: #15803D;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.tda-pdp-sold-count i {
  color: #EF4444;
  font-size: 14px;
}

/* 4.2 Product Title */
.tda-pdp-product-title {
  font-family: 'Playfair Display', 'Plus Jakarta Sans', serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  color: #14281D;
  margin: 0;
  letter-spacing: -0.3px;
}

/* 4.3 Short Description */
.tda-pdp-short-desc {
  font-size: 15px;
  line-height: 1.65;
  color: #4B5563;
  margin: 0;
}

.tda-pdp-short-desc p {
  margin: 0 0 10px 0;
}

.tda-pdp-short-desc p:last-child {
  margin-bottom: 0;
}

/* 4.4 Key Benefit Checkmark Pills (Deep Maroon / Herbal Wine Red) */
.tda-pdp-feature-pills {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}

.tda-pdp-feat-pill {
  background: #731F21;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
  padding: 6px 12px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  box-shadow: 0 2px 6px rgba(115, 31, 33, 0.2);
  transition: transform 0.18s ease;
}

.tda-pdp-feat-pill:hover {
  transform: translateY(-1px);
}

.tda-pdp-feat-pill i {
  font-size: 13px;
  font-weight: 800;
}

@keyframes tdaPdpPillsMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* 3. Green Dashed Trust USPs Continuous Auto-Moving Slider (Below Title) */
.tda-pdp-trust-slider-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 4px 0 6px 0;
  margin: 4px 0 10px 0;
  box-sizing: border-box;
  mask-image: linear-gradient(to right, transparent, black 2%, black 98%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 2%, black 98%, transparent);
}

.tda-pdp-trust-slider-track {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  animation: tdaPdpPillsMarquee 18s linear infinite !important;
  will-change: transform;
}

.tda-pdp-trust-slider-wrap:hover .tda-pdp-trust-slider-track {
  animation-play-state: paused !important;
}

.tda-pdp-dashed-pill {
  border: 1.5px dashed #52B788;
  background: #F4FAF5;
  color: #1B4332;
  font-size: 12.5px;
  font-weight: 700;
  padding: 7px 14px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  box-sizing: border-box;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.tda-pdp-dashed-pill:hover {
  background: #E8F5E9;
  border-color: #109648;
  transform: translateY(-1px);
}

.tda-dashed-icon {
  font-size: 15px;
  line-height: 1;
}

.tda-dashed-text {
  line-height: 1.2;
}

/* 4.6 Prominent Price & Savings Box */
.tda-pdp-price-container {
  background: #FDFBF7;
  border: 1px solid #EAE5D9;
  border-radius: 12px;
  padding: 16px 20px;
  margin-top: 6px;
}

.tda-pdp-price-main-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 12px;
}

.tda-pdp-final-price {
  font-size: 32px;
  font-weight: 800;
  color: #14281D;
  letter-spacing: -0.5px;
  line-height: 1;
}

.tda-pdp-reg-price {
  font-size: 18px;
  font-weight: 500;
  color: #9CA3AF;
  text-decoration: line-through;
}

.tda-pdp-savings-pill {
  background: #DCFCE7;
  color: #15803D;
  font-size: 12.5px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 6px;
  border: 1px solid #86EFAC;
}

.tda-pdp-tax-badge {
  margin-top: 8px;
  font-size: 12.5px;
  font-weight: 600;
  color: #059669;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* 4.7 Purchase Area & Add to Cart */
.tda-pdp-purchase-area {
  margin-top: 8px;
}

.tda-pdp-cart-form-wrapper form.cart {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0 !important;
}

/* Quantity and Single Add to Cart Button row */
.tda-pdp-cart-form-wrapper form.cart .quantity,
.tda-pdp-cart-form-wrapper .quantity {
  display: inline-flex !important;
  align-items: center !important;
  border: 1.5px solid #D1D5DB !important;
  border-radius: 8px !important;
  background: #FFFFFF !important;
  overflow: hidden !important;
  height: 48px !important;
  width: fit-content !important;
  padding: 0 !important;
  margin: 0 0 4px 0 !important;
  box-sizing: border-box !important;
}

.tda-pdp-cart-form-wrapper .quantity a.minus,
.tda-pdp-cart-form-wrapper .quantity a.plus,
.tda-pdp-cart-form-wrapper .quantity .minus,
.tda-pdp-cart-form-wrapper .quantity .plus {
  width: 44px !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  color: #374151 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  border: none !important;
  cursor: pointer !important;
  transition: background 0.18s ease !important;
  line-height: 1 !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  user-select: none !important;
}

.tda-pdp-cart-form-wrapper .quantity a.minus:hover,
.tda-pdp-cart-form-wrapper .quantity a.plus:hover,
.tda-pdp-cart-form-wrapper .quantity .minus:hover,
.tda-pdp-cart-form-wrapper .quantity .plus:hover {
  background: #F3F4F6 !important;
  color: #111827 !important;
}

.tda-pdp-cart-form-wrapper .quantity input.qty {
  width: 52px !important;
  height: 100% !important;
  border: none !important;
  border-left: 1px solid #E5E7EB !important;
  border-right: 1px solid #E5E7EB !important;
  text-align: center !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  color: #111827 !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  -moz-appearance: textfield;
}

.tda-pdp-cart-form-wrapper .quantity input.qty::-webkit-outer-spin-button,
.tda-pdp-cart-form-wrapper .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide duplicate rogue quantity elements */
.tda-pdp-cart-form-wrapper .quantity .tda-qty-btn {
  display: none !important;
}

/* Default WooCommerce Add to Cart Button (EXCLUDING Shiprocket FastCheckout) */
.tda-pdp-cart-form-wrapper button[name="add-to-cart"],
.tda-pdp-cart-form-wrapper .single_add_to_cart_button:not(#buyNowBtn):not(.sr-buy-now):not(.sr-headless-checkout):not([class*="sr-"]) {
  width: 100% !important;
  height: 52px !important;
  background: linear-gradient(135deg, #109648 0%, #0D7E3C 100%) !important;
  background-color: #109648 !important;
  color: #FFFFFF !important;
  border: 1px solid #0D7E3C !important;
  border-radius: 10px !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: 0.8px !important;
  text-transform: uppercase !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  box-shadow: 0 6px 20px rgba(16, 150, 72, 0.32) !important;
  cursor: pointer !important;
  transition: all 0.22s ease !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
  margin: 0 !important;
}

.tda-pdp-cart-form-wrapper button[name="add-to-cart"]:hover,
.tda-pdp-cart-form-wrapper .single_add_to_cart_button:not(#buyNowBtn):not(.sr-buy-now):not(.sr-headless-checkout):not([class*="sr-"]):hover {
  background: linear-gradient(135deg, #0D7E3C 0%, #095C2C 100%) !important;
  box-shadow: 0 8px 24px rgba(16, 150, 72, 0.45) !important;
  transform: translateY(-2px) !important;
}

.tda-pdp-cart-form-wrapper button[name="add-to-cart"] i,
.tda-pdp-cart-form-wrapper .single_add_to_cart_button:not(#buyNowBtn):not(.sr-buy-now):not(.sr-headless-checkout) i {
  font-size: 18px;
}

#buyNowBtn,
.sr-headless-checkout,
.sr-buy-now,
button#buyNowBtn,
button.sr-buy-now {
  all: unset !important;
  box-sizing: border-box !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important; /* CRITICAL: Never let Shiprocket float to top under header */
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  width: 100% !important;
  min-height: 52px !important;
  height: auto !important;
  background: #000000 !important;
  background-color: #000000 !important;
  color: #FFFFFF !important;
  border: 1px solid #000000 !important;
  border-radius: 10px !important;
  padding: 12px 20px !important;
  margin-top: 12px !important;
  cursor: pointer !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.28) !important;
  text-align: center !important;
  transition: all 0.2s ease !important;
}

#buyNowBtn:hover,
.sr-headless-checkout:hover,
.sr-buy-now:hover,
button#buyNowBtn:hover {
  background: #1C1C1C !important;
  background-color: #1C1C1C !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.42) !important;
  transform: translateY(-1px) !important;
}

/* Hide Astra theme's duplicate sticky add to cart bar & any stray floating clone created outside form */
.ast-sticky-add-to-cart,
div.ast-sticky-add-to-cart,
.ast-sticky-add-to-cart.top,
.ast-sticky-add-to-cart.bottom,
.ast-sticky-add-to-cart #buyNowBtn,
.ast-sticky-add-to-cart-action-wrap,
body > #buyNowBtn,
body > .sr-headless-checkout,
body > .sr-buy-now,
div[class*="sr-sticky"]:not(.tda-mobile-sticky-bar),
div[class*="shiprocket-sticky"],
div[id*="shiprocket-sticky"] {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  max-height: 0 !important;
  pointer-events: none !important;
  opacity: 0 !important;
  transform: none !important;
  z-index: -9999 !important;
}

#buyNowBtn div,
#buyNowBtn span,
#buyNowBtn img {
  box-sizing: border-box !important;
}

.fastrr-btn,
.fastrr-checkout-btn,
.sr-checkout-btn,
.fastrr-btn-container,
div[class*="fastrr-btn"],
div[id*="fastrr-btn"],
div[class*="sr-checkout"],
div[class*="shiprocket"] {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  margin-top: 12px !important;
  clear: both !important;
}

/* Out of Stock Button in Purchase Area */
.tda-pdp-oos-alert {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tda-pdp-oos-btn {
  width: 100%;
  height: 52px;
  background: #F1F5F9 !important;
  border: 1.5px solid #CBD5E1 !important;
  color: #64748B !important;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: not-allowed;
}

.tda-pdp-oos-note {
  font-size: 13px;
  color: #EF4444;
  font-weight: 500;
  margin: 0;
}

/* 4.8 Guaranteed Safe Checkout Strip */
.tda-pdp-safe-checkout-strip {
  margin-top: 14px;
  padding-top: 14px;
}

.tda-safe-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.tda-safe-divider-line {
  flex: 1;
  height: 1px;
  background: #E5E7EB;
}

.tda-safe-divider-text {
  font-size: 12.5px;
  font-weight: 700;
  color: #4B5563;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.tda-safe-divider-text i {
  color: #109648;
  font-size: 15px;
}

@keyframes tdaSafeBorderRotate {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.tda-safe-badges-grid {
  position: relative !important;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 10px !important;
  background: #FFFFFF !important;
  border-radius: 14px !important;
  padding: 14px 12px !important;
  box-sizing: border-box !important;
  box-shadow: 0 6px 20px rgba(20, 66, 45, 0.05) !important;
  z-index: 1 !important;
  overflow: visible !important;
}

/* Animated Moving Green & Orange Gradient Laser Border */
.tda-safe-badges-grid::before {
  content: '' !important;
  position: absolute !important;
  inset: -2px !important;
  border-radius: 16px !important;
  padding: 2px !important;
  background: linear-gradient(135deg, #059669, #FF7A00, #10B981, #F59E0B, #0D7E3C, #FF8A00, #10B981) !important;
  background-size: 300% 300% !important;
  animation: tdaSafeBorderRotate 4s ease-in-out infinite alternate !important;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
  -webkit-mask-composite: xor !important;
  mask-composite: exclude !important;
  pointer-events: none !important;
  z-index: 2 !important;
}

.tda-safe-badges-grid:hover::before {
  animation-duration: 2.2s !important;
}

.tda-safe-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-align: center;
  position: relative;
  z-index: 3;
}

.tda-safe-item i {
  font-size: 20px;
  color: #109648;
}

.tda-safe-item span {
  font-size: 11.5px;
  font-weight: 700;
  color: #374151;
  line-height: 1.25;
}

/* -------------------------------------------------------------
   5. BELOW THE FOLD: FULL OPEN PRODUCT DESCRIPTION
   ------------------------------------------------------------- */
.tda-pdp-description-section {
  width: 100% !important;
  margin-top: 56px;
  border-top: 1px solid #EAE5D9;
  padding-top: 48px;
  box-sizing: border-box !important;
}

.tda-pdp-description-container {
  max-width: 1080px !important;
  margin: 0 auto !important;
  padding: 0 16px !important;
  box-sizing: border-box !important;
  font-size: 16px;
  line-height: 1.8;
  color: #374151;
}

.tda-pdp-description-container h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 28px;
  font-weight: 700;
  color: #11281E;
  margin: 36px 0 16px 0;
  line-height: 1.35;
}

.tda-pdp-description-container h2:first-child {
  margin-top: 0;
}

.tda-pdp-description-container h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  color: #1B4332;
  margin: 30px 0 14px 0;
  line-height: 1.35;
}

.tda-pdp-description-container h4 {
  font-size: 18px;
  font-weight: 750;
  color: #14281D;
  margin: 24px 0 10px 0;
}

.tda-pdp-description-container p {
  font-size: 15.5px;
  line-height: 1.8;
  color: #374151;
  margin-bottom: 18px;
}

.tda-pdp-description-container strong,
.tda-pdp-description-container b {
  color: #11281E;
  font-weight: 700;
}

.tda-pdp-description-container img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
  margin: 20px 0;
  display: block;
}

.tda-pdp-description-container ul,
.tda-pdp-description-container ol {
  margin: 14px 0 20px 24px;
  padding: 0;
}

.tda-pdp-description-container li {
  margin-bottom: 9px;
  line-height: 1.65;
}

/* Responsive tables (e.g. comparison table) */
.tda-pdp-description-container table {
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  margin: 28px 0 !important;
  border: 1px solid #E5E7EB !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  background: #FFFFFF !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03) !important;
}

.tda-pdp-description-container th {
  background: #11281E !important;
  color: #FFFFFF !important;
  padding: 14px 18px !important;
  font-weight: 700 !important;
  font-size: 14.5px !important;
  text-align: left !important;
  border: none !important;
}

.tda-pdp-description-container td {
  padding: 14px 18px !important;
  border-top: 1px solid #F3F4F6 !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
  font-size: 14px !important;
  color: #374151 !important;
  line-height: 1.6 !important;
}

.tda-pdp-description-container tr:nth-child(even) td {
  background: #FAFBF9 !important;
}

/* Accordion Backward Compatibility if used inside description */
.tda-pdp-tabs-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

.tda-pdp-accordion-item {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  transition: all 0.25s ease;
}

.tda-pdp-accordion-item.active {
  border-color: #D4A574;
  box-shadow: 0 8px 25px rgba(212, 165, 116, 0.12);
}

.tda-pdp-accordion-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
}

.tda-pdp-accordion-header .acc-title {
  font-size: 16.5px;
  font-weight: 750;
  color: #14281D;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.tda-pdp-accordion-header .acc-title i {
  font-size: 20px;
  color: #109648;
}

.tda-pdp-accordion-header .acc-icon {
  font-size: 20px;
  color: #9CA3AF;
  transition: transform 0.25s ease;
}

.tda-pdp-accordion-item.active .acc-icon {
  transform: rotate(180deg);
  color: #D4A574;
}

.tda-pdp-accordion-body {
  display: none;
  padding: 0 24px 24px 24px;
  color: #4B5563;
  font-size: 14.5px;
  line-height: 1.7;
}

.tda-pdp-accordion-item.active .tda-pdp-accordion-body {
  display: block;
}

/* Full Product Description Content */
.tda-pdp-full-desc-content {
  font-size: 15px;
  line-height: 1.75;
  color: #374151;
  padding-top: 6px;
}
.tda-pdp-full-desc-content p {
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.75;
  color: #374151;
}
.tda-pdp-full-desc-content p:last-child {
  margin-bottom: 0;
}
.tda-pdp-full-desc-content strong,
.tda-pdp-full-desc-content b {
  color: #11281E;
  font-weight: 700;
}
.tda-pdp-full-desc-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 14px 0;
  display: block;
}
.tda-pdp-full-desc-content ul,
.tda-pdp-full-desc-content ol {
  margin: 12px 0 16px 20px;
  padding: 0;
}
.tda-pdp-full-desc-content li {
  margin-bottom: 8px;
  line-height: 1.6;
}
.tda-pdp-full-desc-content h2,
.tda-pdp-full-desc-content h3,
.tda-pdp-full-desc-content h4 {
  font-family: 'Playfair Display', Georgia, serif;
  color: #11281E;
  margin: 22px 0 10px;
  line-height: 1.3;
}

/* Benefits Grid */
.tda-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 8px;
}

.tda-benefit-box {
  background: #FDFBF7;
  border: 1px solid #EAE5D9;
  border-radius: 12px;
  padding: 16px;
}

.benefit-icon-wrap {
  width: 36px;
  height: 36px;
  background: #109648;
  color: #FFFFFF;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 10px;
}

.tda-benefit-box h4 {
  font-size: 15px;
  font-weight: 750;
  color: #14281D;
  margin: 0 0 6px 0;
}

.tda-benefit-box p {
  font-size: 13.5px;
  line-height: 1.5;
  color: #6B7280;
  margin: 0;
}

/* How to Use Steps */
.tda-how-to-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 8px;
}

.step-card {
  background: #F4FAF5;
  border: 1px solid #D1E7DD;
  border-radius: 12px;
  padding: 16px;
  position: relative;
}

.step-num {
  font-size: 22px;
  font-weight: 900;
  color: #109648;
  display: block;
  margin-bottom: 8px;
  line-height: 1;
}

.step-card h5 {
  font-size: 15px;
  font-weight: 750;
  color: #1B4332;
  margin: 0 0 6px 0;
}

.step-card p {
  font-size: 13px;
  line-height: 1.5;
  color: #4B5563;
  margin: 0;
}

/* Ingredients List */
.tda-ing-list {
  margin: 12px 0 0 0;
  padding-left: 20px;
}

.tda-ing-list li {
  margin-bottom: 8px;
}

/* FAQ List */
.tda-faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 6px;
}

.faq-row {
  border-bottom: 1px solid #EFEAE0;
  padding-bottom: 13px;
}

.faq-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.faq-row h6 {
  font-size: 15px;
  font-weight: 750;
  color: #14281D;
  margin: 0 0 6px 0;
  line-height: 1.45;
  display: flex;
  align-items: flex-start;
  gap: 7px;
}

.faq-q-num {
  color: #109648;
  font-weight: 800;
  flex-shrink: 0;
}

.faq-row p {
  margin: 0;
  font-size: 13.8px;
  line-height: 1.65;
  color: #4B5563;
  padding-left: 2px;
}

/* WooCommerce Extra Tabs & Related Products Container */
.tda-pdp-extra-content {
  margin-top: 50px;
}

.tda-pdp-extra-content .woocommerce-tabs {
  display: none !important; /* Replaced by custom luxury Ayurvedic accordions */
}

.tda-pdp-extra-content .related.products h2 {
  font-family: 'Playfair Display', serif !important;
  font-size: 26px !important;
  font-weight: 700 !important;
  color: #14281D !important;
  text-align: center !important;
  margin-bottom: 28px !important;
}

/* -------------------------------------------------------------
   6. MOBILE STICKY BOTTOM ADD TO CART BAR
   ------------------------------------------------------------- */
.tda-mobile-sticky-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  border-top: 1px solid #E5E7EB;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
  padding: 10px 16px;
  box-sizing: border-box;
  z-index: 999;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.tda-mobile-sticky-bar.visible {
  transform: translateY(0);
}

.tda-sticky-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  max-width: 540px;
  margin: 0 auto;
}

.tda-sticky-info {
  flex: 1;
  min-width: 0;
}

.tda-sticky-title {
  font-size: 13px;
  font-weight: 700;
  color: #14281D;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tda-sticky-price {
  font-size: 15px;
  font-weight: 800;
  color: #109648;
}

.tda-sticky-action {
  flex-shrink: 0;
}

.tda-sticky-atc-btn {
  background: #109648;
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 12px rgba(16, 150, 72, 0.3);
}

.tda-sticky-oos-btn {
  background: #F1F5F9;
  color: #64748B;
  border: 1px solid #CBD5E1;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 11px;
  font-weight: 800;
  display: inline-block;
}

/* -------------------------------------------------------------
   7. RESPONSIVE BREAKPOINTS (MOBILE & TABLET OVERHAUL)
   ------------------------------------------------------------- */
@media (max-width: 1024px) {
  .tda-pdp-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 28px !important;
    width: 100% !important;
  }
  .tda-pdp-gallery-col {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .tda-pdp-summary-col {
    width: 100% !important;
    max-width: 100% !important;
  }
  .tda-pdp-product-title {
    font-size: 25px !important;
  }
  .tda-how-to-steps {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 768px) {
  .tda-mobile-sticky-bar {
    display: block !important;
  }
  .tda-pdp-main-wrapper {
    width: 100% !important;
    padding: 12px 12px 100px 12px !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
  }
  .tda-pdp-top-bar {
    margin-bottom: 14px !important;
  }
  .tda-pdp-breadcrumbs {
    font-size: 12px !important;
  }
  .tda-pdp-breadcrumbs .current {
    max-width: 180px !important;
  }
  .tda-pdp-gallery-card {
    padding: 12px !important;
    border-radius: 16px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .tda-pdp-gallery-card .woocommerce-product-gallery__image img {
    max-height: 340px !important;
    width: 100% !important;
    object-fit: contain !important;
  }
  .tda-pdp-gallery-card .flex-control-thumbs {
    gap: 8px !important;
    margin-top: 12px !important;
  }
  .tda-pdp-gallery-card .flex-control-thumbs li {
    width: 54px !important;
    height: 54px !important;
  }
  .tda-pdp-product-title {
    font-size: 21px !important;
    line-height: 1.28 !important;
    margin: 4px 0 6px 0 !important;
  }
  .tda-pdp-short-desc {
    font-size: 14px !important;
    line-height: 1.55 !important;
  }
  .tda-pdp-final-price {
    font-size: 26px !important;
  }
  .tda-pdp-price-container {
    padding: 14px 14px !important;
    margin-top: 6px !important;
  }
  .tda-pdp-trust-slider-wrap {
    margin: 2px 0 10px 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }
  .tda-pdp-trust-slider-track {
    gap: 8px !important;
  }
  .tda-pdp-dashed-pill {
    font-size: 11.5px !important;
    padding: 6px 12px !important;
    white-space: nowrap !important;
  }
  .tda-pdp-feature-pills {
    gap: 6px !important;
  }
  .tda-pdp-feat-pill {
    font-size: 11px !important;
    padding: 5px 10px !important;
  }
  .tda-pdp-social-proof-capsule {
    font-size: 11px !important;
    padding: 5px 10px !important;
    gap: 6px !important;
    flex-wrap: wrap !important;
  }
  .tda-pdp-cart-form-wrapper button[name="add-to-cart"],
  .tda-pdp-cart-form-wrapper .single_add_to_cart_button:not(#buyNowBtn):not(.sr-buy-now):not(.sr-headless-checkout) {
    height: 48px !important;
    font-size: 14px !important;
    width: 100% !important;
  }
  #buyNowBtn,
  .sr-headless-checkout,
  .sr-buy-now {
    width: 100% !important;
    min-height: 48px !important;
    box-sizing: border-box !important;
  }
  .tda-safe-badges-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px !important;
    padding: 12px 8px !important;
    width: 100% !important;
  }
  .tda-safe-item span {
    font-size: 11px !important;
  }
  .tda-benefits-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .tda-pdp-details-section {
    margin-top: 36px !important;
    padding-top: 24px !important;
  }
}

@media (max-width: 480px) {
  .tda-pdp-main-wrapper {
    padding: 10px 8px 100px 8px !important;
  }
  .tda-pdp-product-title {
    font-size: 19px !important;
  }
  .tda-pdp-final-price {
    font-size: 23px !important;
  }
  .tda-pdp-reg-price {
    font-size: 15px !important;
  }
  .tda-pdp-savings-pill {
    font-size: 11px !important;
    padding: 3px 8px !important;
  }
  .tda-pdp-accordion-header {
    padding: 14px 12px !important;
  }
  .tda-pdp-accordion-header .acc-title {
    font-size: 13.5px !important;
  }
  .tda-pdp-accordion-body {
    padding: 0 12px 16px 12px !important;
  }
  .tda-safe-badges-grid {
    gap: 6px !important;
    padding: 10px 6px !important;
  }
  .tda-safe-item i {
    font-size: 17px !important;
  }
  .tda-safe-item span {
    font-size: 10px !important;
  }
  .tda-how-to-steps {
    gap: 12px !important;
  }
  .step-card {
    padding: 12px !important;
  }
  .tda-benefit-box {
    padding: 12px !important;
  }
}
