/*
 Theme Name:   Astra Child (TDA Wellness)
 Theme URI:    https://tdatea.in
 Description:  Astra Child Theme with Luxury TDA Wellness Custom Header, Footer & Slide-over Mini Cart
 Author:       Santosh Gautam
 Author URI:   https://hisantosh.com
 Template:     astra
 Version:      1.0.7
 Text Domain:  astra-child
*/

/* Smooth Anchor Scrolling with Sticky Header Offset */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 130px;
}

#reviews,
.google-reviews-section,
section[id] {
  scroll-margin-top: 130px !important;
}

/* Full-Width WooCommerce Shop Container Overrides */
body.woocommerce.archive .site-content > .ast-container,
body.woocommerce.archive .ast-container,
body.post-type-archive-product .site-content > .ast-container,
body.post-type-archive-product .ast-container,
body.tax-product_cat .site-content > .ast-container,
body.tax-product_cat .ast-container {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
body.woocommerce.archive #primary,
body.post-type-archive-product #primary,
body.tax-product_cat #primary {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
body.woocommerce.archive #main,
body.post-type-archive-product #main,
body.tax-product_cat #main {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

/* Strict global logo size constraints across all WooCommerce & Astra pages */
.tda-logo-wrap,
a.tda-logo-wrap {
  display: inline-flex !important;
  align-items: center !important;
  height: 64px !important;
  max-height: 64px !important;
  width: auto !important;
  max-width: 270px !important;
  flex: 0 0 auto !important;
}

.tda-logo-wrap img,
a.tda-logo-wrap img {
  height: 59px !important;
  max-height: 59px !important;
  width: auto !important;
  max-width: 270px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

@media (max-width: 920px) {
  .tda-logo-wrap,
  a.tda-logo-wrap {
    height: 54px !important;
    max-height: 54px !important;
    max-width: 210px !important;
  }
  .tda-logo-wrap img,
  a.tda-logo-wrap img {
    height: 50px !important;
    max-height: 50px !important;
    max-width: 200px !important;
  }
}

/* Conflict prevention for Mini Cart Drawer */
.tda-cart-drawer .tda-cart-drawer-close {
  all: unset !important;
  box-sizing: border-box !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.15) !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  line-height: 1 !important;
  font-size: 20px !important;
}

.tda-qty-stepper button.tda-qty-btn {
  all: unset !important;
  box-sizing: border-box !important;
  width: 28px !important;
  height: 28px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #11281E !important;
  background: transparent !important;
}

.tda-remove-item-btn {
  all: unset !important;
  box-sizing: border-box !important;
  color: #9CA3AF !important;
  font-size: 17px !important;
  cursor: pointer !important;
  padding: 4px 6px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Footer Brand Logo Size Rules */
.footer-brand-logo-wrap,
a.footer-brand-logo-wrap {
  display: block !important;
  max-width: 240px !important;
  margin-bottom: 18px !important;
}

.footer-brand-logo-wrap img,
a.footer-brand-logo-wrap img {
  height: 75px !important;
  max-height: 75px !important;
  width: auto !important;
  max-width: 220px !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ==========================================================================
   COMPREHENSIVE SUPPRESSION FOR COMPETING / OLD SIDE CARTS & FLOATING BUTTONS
   ========================================================================== */
.xoo-wsc-modal,
.xoo-wsc-basket,
.xoo-wsc-basket-holder,
.xoo-wsc-cart-active,
.xoo-wsc-opac,
.xoo-wsc-container,
.xoo-wsc-slider,
.xoo-wsc-bbtn,
.xoo-wsc-bcount,
div[class*="xoo-wsc"],
div[id*="xoo-wsc"],
.woofc,
.woofc-cart,
.woofc-inner,
.woofc-count,
.woofc-btn,
.woofc-area,
.woofc-overlay,
div[class*="woofc"],
div[id*="woofc"],
.ast-slide-in-cart,
.ast-desktop-cart-flyout,
.ast-mobile-cart-drawer,
.ast-mini-cart-wrap,
.astra-cart-drawer,
.wac-floating-cart,
.wac-cart-modal,
.wac-btn-floating,
.fk-cart-container,
.fk-cart-modal,
.fastrr-cart,
.sr-cart-drawer,
.sr-floating-cart,
.sr-head-wrap,
div[class*="sr-cart"],
.gokwik-side-cart,
div[class*="gokwik-side-cart"],
.cart-all-in-one,
.wp-fly-cart,
.fly-cart-widget,
.side-cart-woocommerce,
div[class*="side-cart"]:not(#tdaCartDrawer):not(.tda-cart-drawer),
div[id*="side-cart"]:not(#tdaCartDrawer),
.widget_shopping_cart_content:not(#tdaCartDrawerBody *) {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: -999999 !important;
  max-width: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  transform: translateX(9999px) !important;
}

/* Ensure TDA Cart Drawer is supreme and on top */
#tdaCartOverlay {
  z-index: 99999998 !important;
}
#tdaCartDrawer {
  z-index: 99999999 !important;
}

/* ==========================================================================
   TDA LUXURY BLOG JOURNAL STYLES
   ========================================================================== */
.tda-journal-wrapper {
  background: #FAF8F5 !important;
  color: #1A1A2E !important;
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif !important;
  padding: 0 0 80px 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
.tda-journal-wrapper * {
  box-sizing: border-box !important;
}
.tda-journal-hero {
  background: linear-gradient(180deg, #11281E 0%, #17382A 100%) !important;
  color: #ffffff !important;
  padding: 64px 20px 54px !important;
  text-align: center !important;
  position: relative !important;
  overflow: hidden !important;
}
.tda-journal-hero-inner {
  max-width: 800px !important;
  margin: 0 auto !important;
  position: relative !important;
  z-index: 2 !important;
}
.tda-journal-tag {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 5px 14px !important;
  border-radius: 99px !important;
  background: rgba(212, 165, 116, 0.15) !important;
  border: 1px solid rgba(212, 165, 116, 0.35) !important;
  color: #F8E2C8 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.8px !important;
  text-transform: uppercase !important;
  margin-bottom: 16px !important;
}
.tda-journal-hero h1 {
  font-family: "Playfair Display", Georgia, serif !important;
  font-size: 42px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  line-height: 1.2 !important;
  margin: 0 0 14px 0 !important;
}
.tda-journal-hero p {
  font-size: 16px !important;
  color: #D3E0D9 !important;
  line-height: 1.6 !important;
  margin: 0 auto !important;
  max-width: 620px !important;
}
.tda-journal-cats-bar {
  max-width: 1240px !important;
  margin: -24px auto 44px !important;
  padding: 0 20px !important;
  position: relative !important;
  z-index: 10 !important;
}
.tda-journal-cats-inner {
  background: #ffffff !important;
  border-radius: 99px !important;
  padding: 8px 12px !important;
  box-shadow: 0 10px 30px rgba(17, 40, 30, 0.08) !important;
  border: 1px solid #ECE7DF !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
}
.tda-cat-pill {
  padding: 8px 18px !important;
  border-radius: 99px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #4B5563 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
  background: transparent !important;
}
.tda-cat-pill:hover,
.tda-cat-pill.active {
  background: #11281E !important;
  color: #F8E2C8 !important;
}
.tda-journal-container {
  max-width: 1240px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
}
.tda-featured-article {
  background: #ffffff !important;
  border-radius: 18px !important;
  border: 1px solid #EAE5DE !important;
  box-shadow: 0 12px 36px rgba(17, 40, 30, 0.06) !important;
  overflow: hidden !important;
  display: grid !important;
  grid-template-columns: 1.15fr 1fr !important;
  margin-bottom: 48px !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}
.tda-featured-article:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 18px 48px rgba(17, 40, 30, 0.1) !important;
}
.tda-featured-thumb-wrap {
  position: relative !important;
  overflow: hidden !important;
  min-height: 360px !important;
  background: #E8F0EC !important;
}
.tda-featured-thumb-wrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform 0.4s ease !important;
}
.tda-featured-article:hover .tda-featured-thumb-wrap img {
  transform: scale(1.05) !important;
}
.tda-featured-badge {
  position: absolute !important;
  top: 18px !important;
  left: 18px !important;
  background: #11281E !important;
  color: #F8E2C8 !important;
  border: 1px solid #D4A574 !important;
  padding: 5px 12px !important;
  border-radius: 99px !important;
  font-size: 10.5px !important;
  font-weight: 800 !important;
  letter-spacing: 0.6px !important;
  text-transform: uppercase !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2) !important;
}
.tda-featured-content {
  padding: 38px 40px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}
.tda-featured-title {
  font-family: "Playfair Display", Georgia, serif !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #11281E !important;
  line-height: 1.3 !important;
  margin: 0 0 14px 0 !important;
}
.tda-featured-title a {
  color: inherit !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}
.tda-featured-title a:hover {
  color: #1B4332 !important;
}
.tda-featured-excerpt {
  font-size: 14.5px !important;
  line-height: 1.65 !important;
  color: #4B5563 !important;
  margin-bottom: 24px !important;
}
.tda-featured-footer {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  border-top: 1px solid #ECE7DF !important;
  padding-top: 18px !important;
}
.tda-articles-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 28px !important;
  margin-bottom: 48px !important;
}
.tda-article-card {
  background: #ffffff !important;
  border-radius: 14px !important;
  border: 1px solid #EAE5DE !important;
  overflow: hidden !important;
  box-shadow: 0 6px 20px rgba(17, 40, 30, 0.04) !important;
  display: flex !important;
  flex-direction: column !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}
.tda-article-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 14px 34px rgba(17, 40, 30, 0.09) !important;
}
.tda-card-thumb-wrap {
  position: relative !important;
  height: 210px !important;
  background: #E8F0EC !important;
  overflow: hidden !important;
}
.tda-card-thumb-wrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform 0.4s ease !important;
}
.tda-article-card:hover .tda-card-thumb-wrap img {
  transform: scale(1.06) !important;
}
.tda-card-cat-tag {
  position: absolute !important;
  top: 14px !important;
  left: 14px !important;
  background: rgba(17, 40, 30, 0.85) !important;
  backdrop-filter: blur(4px) !important;
  color: #F8E2C8 !important;
  border: 1px solid rgba(212, 165, 116, 0.4) !important;
  padding: 4px 10px !important;
  border-radius: 99px !important;
  font-size: 10.5px !important;
  font-weight: 700 !important;
}
.tda-card-body {
  padding: 22px !important;
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
}
.tda-card-title {
  font-family: "Playfair Display", Georgia, serif !important;
  font-size: 19px !important;
  font-weight: 700 !important;
  color: #11281E !important;
  line-height: 1.35 !important;
  margin: 0 0 10px 0 !important;
}
.tda-card-title a {
  color: inherit !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}
.tda-card-title a:hover {
  color: #1B4332 !important;
}
.tda-card-excerpt {
  font-size: 13.5px !important;
  line-height: 1.6 !important;
  color: #6B7280 !important;
  margin-bottom: 18px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.tda-journal-cta-banner {
  background: linear-gradient(135deg, #11281E 0%, #1D4A37 100%) !important;
  border-radius: 16px !important;
  border: 1px solid #D4A574 !important;
  padding: 36px 32px !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
  margin-bottom: 48px !important;
  box-shadow: 0 12px 36px rgba(17, 40, 30, 0.15) !important;
}
.tda-journal-cta-text h3 {
  font-family: "Playfair Display", Georgia, serif !important;
  font-size: 24px !important;
  color: #ffffff !important;
  margin: 0 0 6px 0 !important;
}
.tda-journal-cta-text p {
  font-size: 14px !important;
  color: #D3E0D9 !important;
  margin: 0 !important;
}
.tda-journal-cta-btn {
  background: #D4A574 !important;
  color: #11281E !important;
  border-radius: 99px !important;
  padding: 12px 28px !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  box-shadow: 0 4px 14px rgba(0,0,0,0.2) !important;
  transition: all 0.2s ease !important;
}
.tda-journal-cta-btn:hover {
  background: #F8E2C8 !important;
  transform: translateY(-2px) !important;
}
@media (max-width: 992px) {
  .tda-featured-article { grid-template-columns: 1fr !important; }
  .tda-featured-thumb-wrap { min-height: 240px !important; }
  .tda-articles-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .tda-journal-cta-banner { flex-direction: column !important; text-align: center !important; }
}
@media (max-width: 640px) {
  .tda-journal-hero h1 { font-size: 30px !important; }
  .tda-articles-grid { grid-template-columns: 1fr !important; }
  .tda-featured-content { padding: 24px 20px !important; }
  .tda-journal-cats-bar { margin-top: -16px !important; }
}

/* ============================================================
   SINGLE POST & JOURNAL FULL WIDTH NORMALIZATION (ASTRA OVERRIDES)
   ============================================================ */
body.single,
body.single-post,
body.blog,
body.page-template-page-blogs,
body.page-template-page-blog,
body.archive {
  background: #FAF8F5 !important;
  background-image: none !important;
}

body.single .site-content,
body.single-post .site-content,
body.single #content,
body.single-post #content,
body.single .ast-container,
body.single-post .ast-container,
body.single #primary,
body.single-post #primary,
body.single #main,
body.single-post #main {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  background: #FAF8F5 !important;
  float: none !important;
}

body.single #secondary,
body.single-post #secondary,
body.single .sidebar-main,
body.single-post .sidebar-main,
body.single .ast-sidebar-layout,
body.single-post .ast-sidebar-layout {
  display: none !important;
  width: 0 !important;
  visibility: hidden !important;
}

/* ============================================================
   GLOBAL FOCUS & SELECTION DOTTED LINE ELIMINATION
   ============================================================ */
.tda-header-wrapper a,
.tda-header-wrapper button,
.tda-nav-links a,
.tda-nav-item,
.tda-nav-item a,
.tda-nav-link-main,
.tda-logo-wrap,
a.tda-logo-wrap,
.tda-cart-trigger-btn {
  outline: none !important;
  outline-style: none !important;
  border: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

.tda-user-account-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  background: transparent !important;
  border: 1.5px solid rgba(27, 67, 50, 0.3) !important;
  border-radius: 99px !important;
  padding: 7px 16px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #1B4332 !important;
  cursor: pointer !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
  outline: none !important;
  transition: all 0.2s ease !important;
}
.tda-user-account-btn:hover {
  background: #1B4332 !important;
  color: #FFFFFF !important;
  border-color: #1B4332 !important;
}

.tda-header-wrapper a:focus,
.tda-header-wrapper a:focus-visible,
.tda-header-wrapper a:active,
.tda-nav-links a:focus,
.tda-nav-links a:focus-visible,
.tda-nav-links a:active,
.tda-nav-item a:focus,
.tda-nav-item a:focus-visible,
.tda-nav-item a:active,
.tda-logo-wrap:focus,
.tda-logo-wrap:focus-visible,
.tda-cart-trigger-btn:focus,
.tda-cart-trigger-btn:focus-visible {
  outline: none !important;
  outline-style: none !important;
  border: none !important;
  box-shadow: none !important;
}

/* ============================================================
   LUXURY WOOCOMMERCE CART & CHECKOUT 2-COLUMN STYLES
   ============================================================ */
body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-account,
body.woocommerce-page {
  background: #FAF8F5 !important;
  color: #1A1A2E !important;
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

/* Complete Reset of Astra Wrapper Margins & Paddings */
body.woocommerce-cart .site-content,
body.woocommerce-checkout .site-content,
body.woocommerce-cart #content,
body.woocommerce-checkout #content,
body.woocommerce-cart .ast-container,
body.woocommerce-checkout .ast-container,
body.woocommerce-cart .site-content .ast-container,
body.woocommerce-checkout .site-content .ast-container,
body.woocommerce-cart div.ast-container,
body.woocommerce-checkout div.ast-container,
body.woocommerce-cart #primary,
body.woocommerce-checkout #primary,
body.woocommerce-cart .content-area,
body.woocommerce-checkout .content-area,
body.woocommerce-cart .content-area.primary,
body.woocommerce-checkout .content-area.primary,
body.woocommerce-cart div#primary.content-area.primary,
body.woocommerce-checkout div#primary.content-area.primary,
body.woocommerce-cart .ast-separate-container #primary,
body.woocommerce-checkout .ast-separate-container #primary,
body.woocommerce-cart.ast-separate-container #primary,
body.woocommerce-checkout.ast-separate-container #primary,
body.woocommerce-account.ast-separate-container #primary,
body.woocommerce-cart.ast-separate-container .ast-article-single,
body.woocommerce-checkout.ast-separate-container .ast-article-single,
body.woocommerce-account.ast-separate-container .ast-article-single,
body.woocommerce-cart article,
body.woocommerce-checkout article,
body.woocommerce-account article,
body.woocommerce-cart .ast-article-single,
body.woocommerce-checkout .ast-article-single,
body.woocommerce-account .ast-article-single,
body.woocommerce-cart #main,
body.woocommerce-checkout #main,
body.woocommerce-account #main,
body.woocommerce-cart .site-main,
body.woocommerce-checkout .site-main,
body.woocommerce-account .site-main,
body.woocommerce-cart .entry-content,
body.woocommerce-checkout .entry-content,
body.woocommerce-account .entry-content {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
}

/* Master Centered Container for Cart (Balanced Left/Right/Bottom Margins) */
body.woocommerce-cart .site-content,
body.woocommerce-cart .ast-container,
body.woocommerce-cart #content {
  max-width: 1220px !important;
  width: 90% !important;
  margin: 32px auto 64px !important;
  padding: 0 16px !important;
  box-sizing: border-box !important;
}

/* Master Centered Container for Checkout (Balanced Top/Bottom/Side Margins) */
body.woocommerce-checkout .site-content,
body.woocommerce-checkout .ast-container,
body.woocommerce-checkout #content {
  max-width: 1220px !important;
  width: 90% !important;
  margin: 40px auto 72px !important;
  padding: 0 16px !important;
  box-sizing: border-box !important;
}

/* Page Titles */
body.woocommerce-cart .entry-title,
body.woocommerce-checkout .entry-title {
  display: none !important;
}

/* Fix Notices & Redundant Wrappers (No empty boxes, no nested outline boxes) */
.woocommerce-notices-wrapper,
.woocommerce-NoticeGroup {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 0 10px 0 !important;
  box-shadow: none !important;
}

.woocommerce-notices-wrapper:empty,
.woocommerce-NoticeGroup:empty,
div.woocommerce-notices-wrapper:empty,
.woocommerce-error:empty,
.woocommerce-info:empty,
.woocommerce-message:empty,
.woocommerce-form-login-toggle:empty,
.woocommerce-form-coupon-toggle:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  height: 0 !important;
  min-height: 0 !important;
  visibility: hidden !important;
}

/* Hide top Login toggle completely */
/* Hide top Login and toggle wrappers completely */
.woocommerce-form-login-toggle,
.woocommerce-form-coupon-toggle,
.woocommerce-checkout .woocommerce-form-coupon-toggle,
#order_review .woocommerce-form-coupon-toggle,
.woocommerce-checkout > .woocommerce-notices-wrapper > .woocommerce-form-coupon-toggle,
.woocommerce-checkout > .woocommerce-notices-wrapper > .woocommerce-form-login-toggle {
  display: none !important;
}

/* Completely Hide Redundant Top Notice Banner (Errors are cleanly displayed under each input field) */
.woocommerce-NoticeGroup-checkout,
.woocommerce-checkout > .woocommerce-NoticeGroup-checkout,
.woocommerce-checkout > .woocommerce-error,
form.checkout > .woocommerce-NoticeGroup-checkout,
form.checkout > .woocommerce-error,
form.checkout > .woocommerce-notices-wrapper > .woocommerce-NoticeGroup-checkout,
form.checkout > .woocommerce-notices-wrapper > .woocommerce-error {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Ensure all billing and shipping form fields remain 100% visible */
#customer_details .form-row,
.woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row,
.woocommerce-additional-fields .form-row,
p.woocommerce-invalid,
p.woocommerce-invalid-required-field {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
}

/* Under-Field Inline Warning / Error Text (Small 11px & Red) */
#customer_details .form-row.woocommerce-invalid,
#customer_details .form-row.woocommerce-invalid-required-field,
.woocommerce-billing-fields .form-row.woocommerce-invalid,
.woocommerce-billing-fields .form-row.woocommerce-invalid-required-field,
.woocommerce-shipping-fields .form-row.woocommerce-invalid,
.woocommerce-checkout .form-row .woocommerce-error,
.woocommerce-checkout .form-row span.error,
.woocommerce-checkout .form-row .error-message {
  color: #DC2626 !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
}

#customer_details .form-row.woocommerce-invalid label,
#customer_details .form-row.woocommerce-invalid-required-field label,
.woocommerce-billing-fields .form-row.woocommerce-invalid label {
  color: #4B5563 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
}

#customer_details .form-row.woocommerce-invalid input,
#customer_details .form-row.woocommerce-invalid select,
#customer_details .form-row.woocommerce-invalid textarea {
  color: #11281E !important;
  font-size: 13px !important;
}

/* Red Highlight on Invalid Fields for clean, clear visual feedback */
.woocommerce-invalid input.input-text,
.woocommerce-invalid select,
.woocommerce-invalid textarea,
.woocommerce-invalid .select2-container--default .select2-selection--single {
  border-color: #EF4444 !important;
  background: #FFFBFB !important;
  box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.15) !important;
}

/* Coupon Notices (Success / Error / Info) inside Order Review (Directly under Coupon Field) */
#order_review .woocommerce-notices-wrapper {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

#order_review .woocommerce-error,
#order_review ul.woocommerce-error,
#order_review form.checkout_coupon + .woocommerce-error,
#order_review form.checkout_coupon + ul.woocommerce-error {
  background: transparent !important;
  border: none !important;
  border-left: none !important;
  box-shadow: none !important;
  padding: 4px 0 0 2px !important;
  margin: 4px 0 8px 0 !important;
  color: #DC2626 !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  list-style: none !important;
  display: block !important;
  width: 100% !important;
}
#order_review .woocommerce-error li,
#order_review ul.woocommerce-error li,
#order_review form.checkout_coupon + .woocommerce-error li,
#order_review form.checkout_coupon + ul.woocommerce-error li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  color: #DC2626 !important;
}

#order_review .woocommerce-message {
  background: #F0FDF4 !important;
  border: 1px solid #86EFAC !important;
  border-left: 3px solid #16A34A !important;
  color: #166534 !important;
  padding: 6px 10px !important;
  margin: 4px 0 8px 0 !important;
  border-radius: 6px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  list-style: none !important;
}

#order_review .woocommerce-info {
  background: #EFF6FF !important;
  border: 1px solid #93C5FD !important;
  border-left: 3px solid #2563EB !important;
  color: #1E40AF !important;
  font-size: 11px !important;
  padding: 6px 10px !important;
  margin: 4px 0 8px 0 !important;
  border-radius: 6px !important;
}

.woocommerce-info,
.woocommerce-message {
  width: 100% !important;
  margin: 0 0 12px 0 !important;
  background: #FFFFFF !important;
  border-radius: 8px !important;
  border: 1px solid #ECE7DF !important;
  border-left: 4px solid #D4A574 !important;
  padding: 10px 16px !important;
  font-size: 12.5px !important;
  color: #11281E !important;
  box-shadow: 0 2px 8px rgba(17, 40, 30, 0.03) !important;
  list-style: none !important;
  box-sizing: border-box !important;
}
.woocommerce-message {
  border-left-color: #2D6A4F !important;
}

/* -------------------------------------------------------------
   SHOPPING CART: FULL WIDTH & COMPACT REFERENCE DESIGN
------------------------------------------------------------- */
.woocommerce-cart .woocommerce {
  display: grid !important;
  grid-template-columns: 1.7fr 1fr !important;
  background: #FFFFFF !important;
  border-radius: 16px !important;
  border: 1px solid #E5E7EB !important;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04) !important;
  overflow: hidden !important;
  width: 100% !important;
  max-width: 1360px !important;
  margin: 0 auto !important;
  align-items: stretch !important;
}

/* Left Column: Cart Form */
.woocommerce-cart .woocommerce > form.woocommerce-cart-form {
  padding: 28px 32px 24px !important;
  background: #FFFFFF !important;
  border-right: 1px solid #F3F4F6 !important;
  width: 100% !important;
  box-sizing: border-box !important;
  grid-column: 1 !important;
}

/* Cart Head Bar */
.tda-cart-head-bar {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding-bottom: 12px !important;
  margin-bottom: 16px !important;
  border-bottom: 1px solid #F0ECE6 !important;
}
.tda-cart-heading {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #11281E !important;
  margin: 0 !important;
  line-height: 1.2 !important;
}
.tda-cart-count-badge {
  font-size: 14.5px !important;
  font-weight: 600 !important;
  color: #6B7280 !important;
}

/* Cart Table */
table.shop_table.cart {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  width: 100% !important;
  border-collapse: collapse !important;
}
table.shop_table.cart thead th {
  background: transparent !important;
  color: #9CA3AF !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.8px !important;
  text-transform: uppercase !important;
  border-bottom: 1px solid #F0ECE6 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  padding: 10px 4px !important;
  text-align: left !important;
}
table.shop_table.cart thead th.product-price,
table.shop_table.cart thead th.product-quantity {
  text-align: center !important;
}
table.shop_table.cart thead th.product-subtotal {
  text-align: right !important;
}
table.shop_table.cart tbody td {
  border-bottom: 1px solid #F4EFEA !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  padding: 14px 4px !important;
  vertical-align: middle !important;
  color: #11281E !important;
}
table.shop_table.cart td.product-remove {
  width: 22px !important;
  padding-right: 0 !important;
}
table.shop_table.cart td.product-remove a.remove {
  color: #9CA3AF !important;
  font-size: 16px !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 22px !important;
  height: 22px !important;
  border-radius: 50% !important;
  transition: all 0.2s ease !important;
}
table.shop_table.cart td.product-remove a.remove:hover {
  background: #FEE2E2 !important;
  color: #EF4444 !important;
}
table.shop_table.cart td.product-thumbnail {
  width: 70px !important;
}
table.shop_table.cart td.product-thumbnail img {
  width: 64px !important;
  height: 64px !important;
  border-radius: 6px !important;
  object-fit: contain !important;
  background: #FAF8F5 !important;
  border: 1px solid #EFEAE3 !important;
  display: block !important;
}
table.shop_table.cart td.product-name a {
  font-size: 14.5px !important;
  font-weight: 700 !important;
  color: #11281E !important;
  text-decoration: none !important;
  display: block !important;
  line-height: 1.35 !important;
}
table.shop_table.cart td.product-name a:hover {
  color: #1B4332 !important;
}
table.shop_table.cart td.product-price {
  text-align: center !important;
  font-size: 14.5px !important;
  font-weight: 700 !important;
  color: #11281E !important;
  white-space: nowrap !important;
}
table.shop_table.cart td.product-quantity {
  text-align: center !important;
}
table.shop_table.cart td.product-quantity .quantity input.qty {
  border: 1px solid #E5E7EB !important;
  border-radius: 6px !important;
  width: 44px !important;
  height: 34px !important;
  text-align: center !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  color: #11281E !important;
  background: #FFFFFF !important;
  padding: 0 2px !important;
}
table.shop_table.cart td.product-subtotal {
  text-align: right !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #11281E !important;
  white-space: nowrap !important;
}

/* Cart Actions */
table.shop_table.cart td.actions {
  background: transparent !important;
  padding: 16px 0 0 0 !important;
  border-bottom: none !important;
}
table.shop_table.cart td.actions .coupon {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  float: left !important;
}
table.shop_table.cart td.actions .coupon input.input-text {
  border: 1px solid #E5E7EB !important;
  border-radius: 6px !important;
  height: 36px !important;
  padding: 6px 12px !important;
  font-size: 13px !important;
  width: 170px !important;
  background: #FFFFFF !important;
  outline: none !important;
  color: #11281E !important;
}
table.shop_table.cart td.actions .coupon button.button {
  height: 36px !important;
  border-radius: 6px !important;
  padding: 0 18px !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  background: #109648 !important;
  background-color: #109648 !important;
  color: #FFFFFF !important;
  border: 1px solid #0D7E3C !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}
table.shop_table.cart td.actions .coupon button.button:hover {
  background: #0D7E3C !important;
  background-color: #0D7E3C !important;
  color: #FFFFFF !important;
}
table.shop_table.cart td.actions button[name="update_cart"] {
  float: right !important;
  height: 36px !important;
  border-radius: 6px !important;
  padding: 0 16px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  background: #F3F4F6 !important;
  color: #4B5563 !important;
  border: 1px solid #E5E7EB !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}
.tda-cart-back-wrap {
  margin-top: 16px !important;
}
.tda-back-to-shop-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  color: #1B4332 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}
.tda-back-to-shop-btn:hover {
  color: #0E2419 !important;
  transform: translateX(-2px) !important;
}

/* Right Column: Order Summary Sidebar */
.woocommerce-cart .cart-collaterals {
  padding: 28px 28px 24px !important;
  background: #FAF8F5 !important;
  width: 100% !important;
  box-sizing: border-box !important;
  grid-column: 2 !important;
}
.cart-collaterals .cart_totals {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  width: 100% !important;
}
.cart-collaterals .cart_totals h2 {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 19px !important;
  font-weight: 700 !important;
  color: #11281E !important;
  margin: 0 0 16px 0 !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid #EAE5DC !important;
}
.cart-collaterals .cart_totals table.shop_table {
  width: 100% !important;
  border-collapse: collapse !important;
  border: none !important;
  margin-bottom: 18px !important;
}
.cart-collaterals .cart_totals table.shop_table th {
  font-size: 11.5px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  color: #4B5563 !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid #EAE5DC !important;
  background: transparent !important;
  white-space: nowrap !important;
}
.cart-collaterals .cart_totals table.shop_table td {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #11281E !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid #EAE5DC !important;
  background: transparent !important;
  text-align: right !important;
  white-space: nowrap !important;
}
.cart-collaterals .cart_totals table.shop_table tr.order-total th,
.cart-collaterals .cart_totals table.shop_table tr.order-total td {
  border-top: 1px solid #DCD5C9 !important;
  border-bottom: none !important;
  font-size: 15px !important;
  color: #11281E !important;
  padding-top: 14px !important;
}
.cart-collaterals .cart_totals table.shop_table tr.order-total td strong {
  font-size: 18px !important;
  color: #11281E !important;
}
/* Standard Checkout Button disabled on Cart Page (Using FastCheckout) */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.button.checkout-button,
.woocommerce-cart a.checkout-button {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Allow FastCheckout / Shiprocket Buttons to display prominently on Cart */
.wc-proceed-to-checkout,
.cart-collaterals .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  margin-top: 14px !important;
  clear: both !important;
}

/* Ensure script and style elements are ALWAYS hidden */
script,
style,
template,
.woocommerce-cart script,
.woocommerce-cart style,
.cart-collaterals script,
.cart-collaterals style,
.wc-proceed-to-checkout script,
.wc-proceed-to-checkout style {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Ensure Fastrr / Gokwik / Shiprocket buttons in checkout area are explicitly visible */
.wc-proceed-to-checkout > *:not(script):not(style):not(template),
.cart-collaterals .wc-proceed-to-checkout > *:not(script):not(style):not(template),
.fastrr-btn,
.fastrr-checkout-btn,
.sr-checkout-btn,
.fastrr-btn-container,
div[class*="fastrr-btn"],
div[id*="fastrr-btn"],
.gokwik-checkout,
div[class*="gokwik-checkout"],
div[id*="gokwik-checkout"] {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* -------------------------------------------------------------
   CHECKOUT PAGE: 1-VIEW COMPACT SHOPIFY-STYLE LAYOUT
------------------------------------------------------------- */
body.woocommerce-checkout .site-content,
body.woocommerce-checkout .ast-container {
  max-width: 1360px !important;
  margin: 36px auto 60px !important;
  padding: 0 20px !important;
  background: transparent !important;
}

form.checkout.woocommerce-checkout {
  display: grid !important;
  grid-template-columns: 1.35fr 1fr !important;
  gap: 24px !important;
  background: #FFFFFF !important;
  border-radius: 16px !important;
  border: 1px solid #E5E7EB !important;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04) !important;
  padding: 28px 30px !important;
  align-items: start !important;
  width: 100% !important;
  max-width: 1360px !important;
  margin: 0 auto !important;
  box-sizing: border-box !important;
}

/* Left Column: Customer Details Form */
#customer_details {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 24px 0 0 !important;
  margin: 0 !important;
  border-right: 1px solid #F3F4F6 !important;
  width: 100% !important;
  float: none !important;
  box-sizing: border-box !important;
  grid-column: 1 !important;
}
#customer_details .col2-set,
#customer_details .col-1,
#customer_details .col-2 {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
#customer_details h3 {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #11281E !important;
  margin: 0 0 12px 0 !important;
  padding-bottom: 8px !important;
  border-bottom: 1px solid #F0ECE6 !important;
}
.woocommerce-additional-fields h3 {
  display: none !important;
}

/* Compact Form Fields Grid (Clean 2-Column Pairs) */
.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px 14px !important;
}
#customer_details .form-row,
.woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row,
.woocommerce-additional-fields .form-row {
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  width: 100% !important;
}
#customer_details .form-row-first,
.woocommerce-billing-fields .form-row-first {
  grid-column: 1 !important;
}
#customer_details .form-row-last,
.woocommerce-billing-fields .form-row-last {
  grid-column: 2 !important;
}
#customer_details .form-row-wide,
#billing_address_1_field,
#billing_address_2_field,
#billing_phone_field,
#order_comments_field {
  grid-column: 1 / -1 !important;
}
#customer_details .form-row label,
.woocommerce-billing-fields .form-row label {
  display: block !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  color: #4B5563 !important;
  margin-bottom: 3px !important;
}
#customer_details .form-row label .required,
.woocommerce-billing-fields .form-row label .required {
  color: #DC2626 !important;
  text-decoration: none !important;
  margin-left: 2px !important;
}
.woocommerce-checkout input.input-text,
.woocommerce-checkout select,
.woocommerce-checkout textarea,
.select2-container--default .select2-selection--single {
  width: 100% !important;
  background: #FAF8F5 !important;
  border: 1px solid #DCD5C9 !important;
  border-radius: 6px !important;
  padding: 6px 12px !important;
  font-size: 13px !important;
  color: #11281E !important;
  outline: none !important;
  box-sizing: border-box !important;
  transition: all 0.2s ease !important;
  height: 38px !important;
}
.select2-container .select2-selection--single {
  height: 38px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px !important;
  padding-left: 0 !important;
  color: #11281E !important;
  font-size: 13px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px !important;
}
.woocommerce-checkout textarea {
  height: 44px !important;
  min-height: 44px !important;
  resize: vertical !important;
}
.woocommerce-checkout input.input-text:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus,
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: #D4A574 !important;
  background: #FFFFFF !important;
  box-shadow: 0 0 0 2px rgba(212, 165, 116, 0.2) !important;
}

/* Right Column: Order Review Box */
#order_review_heading {
  display: none !important;
}
#order_review {
  background: #FAF8F5 !important;
  border-radius: 12px !important;
  border: 1px solid #E5E7EB !important;
  padding: 20px 22px !important;
  box-shadow: none !important;
  width: 100% !important;
  float: none !important;
  box-sizing: border-box !important;
  position: static !important;
  grid-column: 2 !important;
}
#order_review::before {
  content: "Order Summary" !important;
  display: block !important;
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #11281E !important;
  margin-bottom: 10px !important;
  padding-bottom: 6px !important;
  border-bottom: 1px solid #EAE5DC !important;
}
#order_review table.shop_table {
  width: 100% !important;
  border: none !important;
  border-collapse: collapse !important;
  margin-bottom: 8px !important;
  background: transparent !important;
}
#order_review table.shop_table th {
  background: transparent !important;
  color: #6B7280 !important;
  font-size: 10.5px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  padding: 6px 0 !important;
  border-bottom: 1px solid #EAE5DC !important;
  border-top: none !important;
  text-align: left !important;
  white-space: nowrap !important;
}
#order_review table.shop_table th:last-child {
  text-align: right !important;
}
#order_review table.shop_table td {
  padding: 8px 0 !important;
  border-bottom: 1px solid #EAE5DC !important;
  font-size: 13.5px !important;
  color: #11281E !important;
  border-top: none !important;
}
#order_review table.shop_table .product-name {
  font-weight: 600 !important;
}
#order_review table.shop_table .product-total,
#order_review table.shop_table .order-total {
  text-align: right !important;
  font-weight: 700 !important;
  color: #1B4332 !important;
  white-space: nowrap !important;
}
#order_review table.shop_table .order-total {
  font-size: 16.5px !important;
  color: #11281E !important;
}

/* Direct Clean Promo/Coupon Code Box inside Order Review */
.woocommerce-checkout .woocommerce-form-coupon-toggle,
#order_review .woocommerce-form-coupon-toggle {
  display: none !important;
}

form.checkout_coupon.woocommerce-form-coupon,
.woocommerce-checkout form.checkout_coupon,
#order_review form.checkout_coupon {
  background: #FFFFFF !important;
  border-radius: 8px !important;
  border: 1px solid #E5E7EB !important;
  padding: 4px 6px !important;
  margin: 10px 0 14px 0 !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.02) !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 6px !important;
  align-items: center !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
form.checkout_coupon.woocommerce-form-coupon > p,
.woocommerce-checkout form.checkout_coupon > p,
#order_review form.checkout_coupon > p {
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  box-sizing: border-box !important;
}
form.checkout_coupon.woocommerce-form-coupon > p:not(.form-row),
.woocommerce-checkout form.checkout_coupon > p:not(.form-row),
#order_review form.checkout_coupon > p:not(.form-row) {
  display: none !important;
}
form.checkout_coupon.woocommerce-form-coupon p.form-row-first,
.woocommerce-checkout form.checkout_coupon p.form-row-first,
#order_review form.checkout_coupon p.form-row-first {
  flex: 1 1 auto !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  display: flex !important;
}
form.checkout_coupon.woocommerce-form-coupon p.form-row-last,
.woocommerce-checkout form.checkout_coupon p.form-row-last,
#order_review form.checkout_coupon p.form-row-last {
  flex: 0 0 auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  display: flex !important;
}
form.checkout_coupon.woocommerce-form-coupon input.input-text,
.woocommerce-checkout form.checkout_coupon input.input-text,
#order_review form.checkout_coupon input.input-text,
#order_review form.checkout_coupon input#coupon_code {
  height: 38px !important;
  line-height: 38px !important;
  padding: 0 12px !important;
  font-size: 12.5px !important;
  border: 1px solid #DCD5C9 !important;
  border-radius: 6px !important;
  background: #FAF8F5 !important;
  width: 100% !important;
  outline: none !important;
  box-sizing: border-box !important;
  color: #11281E !important;
  margin: 0 !important;
}
form.checkout_coupon.woocommerce-form-coupon input.input-text:focus,
.woocommerce-checkout form.checkout_coupon input.input-text:focus,
#order_review form.checkout_coupon input.input-text:focus,
#order_review form.checkout_coupon input#coupon_code:focus {
  border-color: #D4A574 !important;
  background: #FFFFFF !important;
  box-shadow: 0 0 0 2px rgba(212, 165, 116, 0.2) !important;
}
form.checkout_coupon.woocommerce-form-coupon button.button,
.woocommerce-checkout form.checkout_coupon button.button,
.woocommerce-checkout form.checkout_coupon button[name="apply_coupon"],
.woocommerce-page form.checkout_coupon button.button,
#order_review form.checkout_coupon button.button,
#order_review form.checkout_coupon button[name="apply_coupon"] {
  height: 38px !important;
  line-height: 36px !important;
  border-radius: 6px !important;
  padding: 0 14px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  background: #109648 !important;
  background-color: #109648 !important;
  color: #FFFFFF !important;
  border: 1px solid #0D7E3C !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  transition: all 0.2s ease !important;
  margin: 0 !important;
  float: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 2px 8px rgba(16, 150, 72, 0.2) !important;
  width: auto !important;
  min-width: auto !important;
}
form.checkout_coupon.woocommerce-form-coupon button.button:hover,
.woocommerce-checkout form.checkout_coupon button.button:hover,
.woocommerce-checkout form.checkout_coupon button[name="apply_coupon"]:hover,
.woocommerce-page form.checkout_coupon button.button:hover,
#order_review form.checkout_coupon button.button:hover,
#order_review form.checkout_coupon button[name="apply_coupon"]:hover {
  background: #0D7E3C !important;
  background-color: #0D7E3C !important;
  color: #FFFFFF !important;
  border-color: #0B6B33 !important;
  box-shadow: 0 4px 12px rgba(16, 150, 72, 0.3) !important;
}

/* Payment Methods Box */
#payment {
  background: #FFFFFF !important;
  border-radius: 8px !important;
  border: 1px solid #E5E7EB !important;
  padding: 10px 12px !important;
  margin-top: 8px !important;
}
#payment ul.payment_methods {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 8px 0 !important;
  border-bottom: 1px solid #E5E7EB !important;
}
#payment ul.payment_methods li {
  padding: 5px 0 !important;
  border-bottom: 1px solid #F3F4F6 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #11281E !important;
  display: block !important;
}
#payment ul.payment_methods li:last-child {
  border-bottom: none !important;
}
#payment ul.payment_methods li label {
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
}
#payment ul.payment_methods li img {
  max-height: 18px !important;
  width: auto !important;
  display: inline-block !important;
  vertical-align: middle !important;
  margin-left: 4px !important;
}
#payment ul.payment_methods li input[type="radio"] {
  accent-color: #11281E !important;
  margin-right: 4px !important;
}
#payment .payment_box {
  background: #FAF8F5 !important;
  border-radius: 6px !important;
  border: 1px solid #E5E7EB !important;
  padding: 6px 10px !important;
  margin: 4px 0 !important;
  font-size: 11px !important;
  color: #4A5568 !important;
  line-height: 1.4 !important;
}
/* Privacy Policy & Terms & Conditions */
.woocommerce-privacy-policy-text,
.woocommerce-privacy-policy-text p,
#payment .woocommerce-privacy-policy-text,
#payment .woocommerce-privacy-policy-text p {
  font-size: 11px !important;
  color: #6B7280 !important;
  line-height: 1.45 !important;
  margin: 8px 0 10px 0 !important;
  font-weight: 400 !important;
  display: block !important;
}
.woocommerce-privacy-policy-text a,
#payment .woocommerce-privacy-policy-text a {
  color: #11281E !important;
  text-decoration: underline !important;
  font-weight: 600 !important;
}

.woocommerce-terms-and-conditions-wrapper,
#payment .woocommerce-terms-and-conditions-wrapper {
  margin: 10px 0 14px 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  display: block !important;
  width: 100% !important;
}

.woocommerce-terms-and-conditions-wrapper p.form-row,
#payment .woocommerce-terms-and-conditions-wrapper p.form-row {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  float: none !important;
}

.woocommerce-terms-and-conditions-wrapper label.woocommerce-form__label-for-checkbox,
.woocommerce-terms-and-conditions-wrapper label.checkbox,
#payment .woocommerce-terms-and-conditions-wrapper label {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 8px !important;
  cursor: pointer !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  line-height: 1.4 !important;
  font-size: 12px !important;
  color: #374151 !important;
}

.woocommerce-terms-and-conditions-wrapper input[type="checkbox"],
.woocommerce-terms-and-conditions-wrapper input.woocommerce-form__input-checkbox,
#payment .woocommerce-terms-and-conditions-wrapper input[type="checkbox"] {
  flex: 0 0 auto !important;
  width: 15px !important;
  height: 15px !important;
  margin: 2px 0 0 0 !important;
  accent-color: #11281E !important;
  cursor: pointer !important;
  display: inline-block !important;
}

.woocommerce-terms-and-conditions-wrapper span.woocommerce-terms-and-conditions-checkbox-text,
#payment .woocommerce-terms-and-conditions-wrapper span.woocommerce-terms-and-conditions-checkbox-text {
  flex: 1 1 auto !important;
  font-size: 12px !important;
  color: #374151 !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  display: inline !important;
}

.woocommerce-terms-and-conditions-wrapper a.woocommerce-terms-and-conditions-link,
#payment .woocommerce-terms-and-conditions-wrapper a {
  color: #11281E !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
  display: inline !important;
  font-size: 12px !important;
}

.woocommerce-terms-and-conditions-wrapper abbr.required,
#payment .woocommerce-terms-and-conditions-wrapper abbr.required {
  color: #DC2626 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  border: none !important;
  margin-left: 2px !important;
  display: inline !important;
}

/* Terms validation message underneath checkbox */
.woocommerce-terms-and-conditions-wrapper .woocommerce-error,
.woocommerce-terms-and-conditions-wrapper .woocommerce-invalid-required-field,
.woocommerce-terms-and-conditions-wrapper span.error,
.woocommerce-terms-and-conditions-wrapper .error-message,
.woocommerce-terms-and-conditions-wrapper p:not(.form-row) {
  color: #DC2626 !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  margin: 4px 0 0 23px !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  list-style: none !important;
}
#payment #place_order {
  background: #109648 !important;
  background-color: #109648 !important;
  color: #FFFFFF !important;
  border: 1px solid #0D7E3C !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  padding: 10px 20px !important;
  height: 42px !important;
  width: 100% !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 4px 14px rgba(16, 150, 72, 0.25) !important;
  display: block !important;
}
#payment #place_order:hover {
  background: #0D7E3C !important;
  background-color: #0D7E3C !important;
  color: #FFFFFF !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 18px rgba(16, 150, 72, 0.35) !important;
}

/* Responsive Cart & Checkout */
@media (max-width: 992px) {
  .woocommerce-cart .woocommerce,
  form.checkout.woocommerce-checkout {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: 1fr !important;
    border-radius: 12px !important;
  }
  .woocommerce-cart .woocommerce > form.woocommerce-cart-form,
  #customer_details {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    float: none !important;
    border-right: none !important;
    border-bottom: 1px solid #F0ECE6 !important;
    padding: 18px 16px !important;
    box-sizing: border-box !important;
  }
  .woocommerce-cart .cart-collaterals,
  #order_review {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    float: none !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    padding: 20px 16px 24px !important;
    box-sizing: border-box !important;
  }
  .cart-collaterals .cart_totals,
  .cart-collaterals .wc-proceed-to-checkout,
  .woocommerce-cart .wc-proceed-to-checkout {
    display: block !important;
    visibility: visible !important;
    width: 100% !important;
    opacity: 1 !important;
  }
  .woocommerce-billing-fields__field-wrapper,
  .woocommerce-shipping-fields__field-wrapper,
  .woocommerce-additional-fields__field-wrapper {
    grid-template-columns: 1fr !important;
  }
  table.shop_table.cart .coupon {
    display: flex !important;
    float: none !important;
    width: 100% !important;
    margin-bottom: 10px !important;
  }
  table.shop_table.cart .coupon input.input-text {
    flex: 1 !important;
    width: auto !important;
  }
  table.shop_table.cart button[name="update_cart"] {
    float: none !important;
    width: 100% !important;
  }
}

/* =============================================================
   TDA LUXURY TAB-BASED MY ACCOUNT (LOGIN / REGISTER / DASHBOARD)
   ============================================================= */
body.woocommerce-account .entry-title,
body.woocommerce-account .ast-archive-description {
  display: none !important;
}

body.woocommerce-account .site-content,
body.woocommerce-account .ast-container,
body.woocommerce-account #content {
  max-width: 1220px !important;
  width: 90% !important;
  margin: 28px auto 56px !important;
  padding: 0 16px !important;
  box-sizing: border-box !important;
}

/* Auth Card Wrapper */
.tda-auth-wrapper {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 10px 0 20px !important;
  margin: 0 auto !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.tda-auth-card {
  background: #FFFFFF !important;
  border-radius: 16px !important;
  border: 1px solid #ECE7DF !important;
  box-shadow: 0 6px 24px rgba(17, 40, 30, 0.05) !important;
  width: 100% !important;
  max-width: 540px !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  margin: 0 auto !important;
}

/* Header */
.tda-auth-header {
  background: linear-gradient(180deg, #FAF8F5 0%, #FFFFFF 100%) !important;
  padding: 24px 24px 16px !important;
  text-align: center !important;
  border-bottom: 1px solid #F3EFEA !important;
}

.tda-auth-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  background: rgba(17, 40, 30, 0.06) !important;
  color: #17382A !important;
  font-size: 10.5px !important;
  font-weight: 700 !important;
  letter-spacing: 0.8px !important;
  text-transform: uppercase !important;
  padding: 4px 12px !important;
  border-radius: 20px !important;
  margin-bottom: 12px !important;
}

.tda-auth-badge i {
  color: #D4A574 !important;
  font-size: 12px !important;
}

.tda-auth-title {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 21px !important;
  font-weight: 800 !important;
  color: #11281E !important;
  margin: 0 0 5px 0 !important;
  line-height: 1.25 !important;
}

.tda-auth-desc {
  font-size: 12px !important;
  color: #6B7280 !important;
  margin: 0 !important;
  line-height: 1.4 !important;
}

/* Tabs Switcher */
.tda-auth-tabs {
  display: flex !important;
  background: #F4F1EB !important;
  padding: 4px !important;
  margin: 14px 28px 0 !important;
  border-radius: 10px !important;
  gap: 4px !important;
}

.tda-auth-tab {
  flex: 1 1 50% !important;
  all: unset !important;
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  padding: 8px 14px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #6B7280 !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  text-align: center !important;
}

.tda-auth-tab.active {
  background: #FFFFFF !important;
  color: #11281E !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
}

.tda-auth-tab i {
  font-size: 13.5px !important;
}

/* Body & Forms */
.tda-auth-body {
  padding: 18px 28px 24px !important;
}

.tda-auth-pane form.woocommerce-form {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.tda-auth-pane .form-row {
  margin: 0 0 16px 0 !important;
  padding: 0 !important;
  width: 100% !important;
  float: none !important;
}

.tda-auth-pane .form-row label {
  display: block !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  color: #374151 !important;
  margin-bottom: 6px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.4px !important;
}

.tda-auth-pane .form-row label .required {
  color: #DC2626 !important;
  border: none !important;
  text-decoration: none !important;
}

.tda-auth-pane .form-row input.input-text {
  width: 100% !important;
  height: 42px !important;
  padding: 0 14px !important;
  font-size: 13.5px !important;
  border-radius: 8px !important;
  border: 1px solid #DCD5C9 !important;
  background: #FAF8F5 !important;
  color: #11281E !important;
  outline: none !important;
  box-sizing: border-box !important;
  transition: all 0.2s ease !important;
}

.tda-auth-pane .form-row input.input-text:focus {
  border-color: #17382A !important;
  background: #FFFFFF !important;
  box-shadow: 0 0 0 3px rgba(23, 56, 42, 0.12) !important;
}

.tda-form-extras {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-bottom: 20px !important;
  font-size: 12px !important;
}

.tda-form-extras label.woocommerce-form-login__rememberme {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  cursor: pointer !important;
  color: #4B5563 !important;
  margin: 0 !important;
  font-weight: 500 !important;
}

.tda-form-extras input[type="checkbox"] {
  accent-color: #11281E !important;
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

.tda-form-extras a.lost_password {
  color: #1B4332 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: color 0.15s ease !important;
}

.tda-form-extras a.lost_password:hover {
  color: #D4A574 !important;
  text-decoration: underline !important;
}

.tda-register-note {
  font-size: 11.5px !important;
  color: #6B7280 !important;
  line-height: 1.4 !important;
  margin: -6px 0 16px 0 !important;
}

/* Submit CTA Buttons */
.tda-auth-submit-btn,
button.tda-auth-submit-btn,
.woocommerce-form-login .tda-auth-submit-btn,
.woocommerce-form-register .tda-auth-submit-btn {
  background: #109648 !important;
  background-color: #109648 !important;
  color: #FFFFFF !important;
  border: 1px solid #0D7E3C !important;
  border-radius: 8px !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.6px !important;
  padding: 12px 24px !important;
  height: 44px !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 4px 14px rgba(16, 150, 72, 0.25) !important;
  box-sizing: border-box !important;
}

.tda-auth-submit-btn:hover {
  background: #0D7E3C !important;
  background-color: #0D7E3C !important;
  color: #FFFFFF !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 18px rgba(16, 150, 72, 0.35) !important;
}

/* Footer Trust */
.tda-auth-card-footer {
  background: #FAF8F5 !important;
  border-top: 1px solid #ECE7DF !important;
  padding: 14px 24px !important;
  text-align: center !important;
}

.tda-auth-trust {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 16px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  color: #4B5563 !important;
}

.tda-auth-trust span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
}

.tda-auth-trust i {
  color: #16A34A !important;
  font-size: 13px !important;
}

/* -------------------------------------------------------------
   LOGGED-IN DASHBOARD & NAVIGATION REFINEMENTS
   ------------------------------------------------------------- */
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 240px !important;
  float: left !important;
  background: #FFFFFF !important;
  border-radius: 12px !important;
  border: 1px solid #ECE7DF !important;
  padding: 12px !important;
  box-sizing: border-box !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 4px !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block !important;
  padding: 10px 14px !important;
  border-radius: 8px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #374151 !important;
  text-decoration: none !important;
  transition: all 0.15s ease !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background: #11281E !important;
  color: #F8E2C8 !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
  float: right !important;
  width: calc(100% - 270px) !important;
  background: #FFFFFF !important;
  border-radius: 12px !important;
  border: 1px solid #ECE7DF !important;
  padding: 24px 28px !important;
  box-sizing: border-box !important;
}

@media (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    float: none !important;
    width: 100% !important;
    margin-bottom: 20px !important;
  }
}

/* =============================================================
   TDA LUXURY FLOATING ACTIONS (SCROLL TO TOP & WHATSAPP)
   ============================================================= */
/* Third-party left floating social bar & Astra default deformed scroll top suppression */
.heateor_sss_floating_sharing,
.heateor_sss_sharing_container,
.heateorSssFloatingSharing,
div[class*="heateor"],
div[id*="heateor"],
.super-socializer-sharing-container,
div[class*="super-socializer"],
div[id*="super-socializer"],
.addtoany_share_save_container,
.ht-ctc-chat,
.joinchat,
.wp-chatbot,
.whatsapp-button,
.floating-whatsapp,
div[class*="ctc-chat"],
div[id*="ht-ctc"],
div[class*="joinchat"],
div[class*="floating-whatsapp"],
#ast-scroll-top,
.ast-scroll-top-icon,
.ast-scroll-to-top,
.ast-scroll-to-top-right,
a#ast-scroll-top,
div#ast-scroll-top {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: -999999 !important;
  transform: translateX(9999px) !important;
}

/* TDA Custom Luxury Scroll to Top Button (Theme Brand Green & White) */
button#tdaScrollTopBtn,
#tdaScrollTopBtn {
  all: unset !important;
  box-sizing: border-box !important;
  position: fixed !important;
  bottom: 86px !important;
  right: 24px !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  max-width: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  aspect-ratio: 1 / 1 !important;
  border-radius: 50% !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1 !important;
  background: #FFFFFF !important;
  color: #109648 !important;
  border: 1.5px solid #109648 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 22px !important;
  cursor: pointer !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(12px) !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
  z-index: 99998 !important;
}
button#tdaScrollTopBtn.visible,
#tdaScrollTopBtn.visible {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}
button#tdaScrollTopBtn:hover,
#tdaScrollTopBtn:hover {
  background: #109648 !important;
  color: #FFFFFF !important;
  border-color: #109648 !important;
  transform: translateY(-3px) scale(1.08) !important;
  box-shadow: 0 8px 24px rgba(16, 150, 72, 0.45) !important;
}
button#tdaScrollTopBtn:hover i,
#tdaScrollTopBtn:hover i {
  color: #FFFFFF !important;
}
#tdaScrollTopBtn i {
  font-size: 22px !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #109648 !important;
  transition: color 0.2s ease !important;
}

/* TDA Custom Luxury Floating WhatsApp Button */
#tdaFloatingWhatsApp {
  position: fixed !important;
  bottom: 22px !important;
  right: 20px !important;
  z-index: 99999 !important;
  display: inline-flex !important;
  align-items: center !important;
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.tda-wa-bubble {
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  max-width: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;
  aspect-ratio: 1 / 1 !important;
  border-radius: 50% !important;
  background: #25D366 !important;
  color: #FFFFFF !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 28px !important;
  box-shadow: 0 4px 18px rgba(37, 211, 102, 0.45) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
  position: relative !important;
  box-sizing: border-box !important;
  padding: 0 !important;
}
.tda-wa-bubble::before {
  content: "" !important;
  position: absolute !important;
  top: -4px; left: -4px; right: -4px; bottom: -4px !important;
  border-radius: 50% !important;
  border: 2px solid rgba(37, 211, 102, 0.6) !important;
  animation: tdaWaPulse 2s infinite !important;
  pointer-events: none !important;
}
@keyframes tdaWaPulse {
  0% { transform: scale(1); opacity: 0.8; }
  70% { transform: scale(1.25); opacity: 0; }
  100% { transform: scale(1.25); opacity: 0; }
}
#tdaFloatingWhatsApp:hover .tda-wa-bubble {
  transform: scale(1.08) translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.55) !important;
}
.tda-wa-tooltip {
  position: absolute !important;
  right: 62px !important;
  background: #11281E !important;
  color: #FFFFFF !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
  padding: 6px 13px !important;
  border-radius: 20px !important;
  border: 1px solid rgba(212, 165, 116, 0.3) !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateX(8px) !important;
  transition: all 0.2s ease !important;
  pointer-events: none !important;
}
.tda-wa-tooltip::after {
  content: "" !important;
  position: absolute !important;
  right: -5px; top: 50%; transform: translateY(-50%) !important;
  border-width: 5px 0 5px 5px !important;
  border-style: solid !important;
  border-color: transparent transparent transparent #11281E !important;
}
#tdaFloatingWhatsApp:hover .tda-wa-tooltip {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateX(0) !important;
}






