/*
Theme Name: Livtality Shop
Template: blocksy
Author: Rank Brain Media
Version: 0.2.0
Description: Child theme for Livtality ecommerce — modern wellness direction.
Text Domain: livtality-shop
*/

/* ============================================================
   Brand tokens — sampled from logo, kept in sync with theme.json
   ============================================================ */
:root {
  --liv-teal:       #0A646E;  /* wordmark */
  --liv-teal-dark:  #054850;  /* hover / depth */
  --liv-mint:       #B4E6E6;  /* burst accent */
  --liv-mint-soft:  #DCF0F0;  /* surface tint */
  --liv-coral:      #E89578;  /* warm CTA complement */
  --liv-cream:      #FFF;  /* page background */
  --liv-ink:        #1A2B2E;  /* body text */
  --liv-line:       rgba(10, 100, 110, 0.12);
}

/* ============================================================
   Type refinements
   ============================================================ */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.single-product .product_title {
  letter-spacing: -0.015em;
}

/* ============================================================
   WooCommerce — wellness, modern, calm
   ============================================================ */
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  color: var(--liv-ink);
  font-weight: 600;
  font-size: 1.05rem;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--wp--preset--font-family--display, "DM Sans", system-ui, sans-serif);
  font-weight: 500;
  letter-spacing: -0.01em;
}

.woocommerce-cart .cart-collaterals,
.woocommerce-checkout #order_review {
  border-top: 1px solid var(--liv-line);
  padding-top: 2rem;
}

/* Buttons — modern wellness, modest radius */
.button,
button.alt,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  background-color: var(--liv-teal) !important;
  color: #fff !important;
  border-radius: 8px !important;
  letter-spacing: 0.02em;
  font-size: 0.88rem;
  font-weight: 500;
  padding: 0.85rem 1.75rem !important;
  transition: background-color 0.18s ease, transform 0.15s ease;
}

.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce #respond input#submit:hover {
  background-color: var(--liv-teal-dark) !important;
  transform: translateY(-1px);
}

/* Single product gallery — give it room */
.single-product div.product .images {
  margin-bottom: 2rem;
}

/* Quantity input */
.woocommerce .quantity .qty {
  border: 1px solid var(--liv-line);
  border-radius: 8px;
  padding: 0.6rem 0.5rem;
}

/* Supplement-facts table styling, if used in product description HTML */
.product-supp-facts {
  background: var(--liv-mint-soft);
  border: 1px solid var(--liv-line);
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  margin: 1.5rem 0;
}
.product-supp-facts h3 {
  margin-top: 0;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--liv-teal);
}

/* FDA disclaimer — small print */
.product-disclaimer {
  font-size: 0.78rem;
  color: var(--liv-ink);
  opacity: 0.7;
  border-top: 1px solid var(--liv-line);
  padding-top: 1rem;
  margin-top: 1.5rem;
}

/* ============================================================
   Off-canvas / cart drawer harmony (Blocksy Companion Pro)
   ============================================================ */
.ct-offcanvas-trigger,
.ct-header-cart {
  color: var(--liv-ink);
}

/* ============================================================
   Shop archive — modern grid, refined cards
   ============================================================ */
.woocommerce-page.archive .site-content,
.woocommerce-page.tax-product_cat .site-content,
.post-type-archive-product .site-content {
  background-color: var(--liv-cream);
}

.woocommerce ul.products,
.woocommerce-page ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 2rem;
  margin: 0 0 2rem !important;
  padding: 0 !important;
  list-style: none;
}

@media (max-width: 900px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.25rem;
  }
}

@media (max-width: 600px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: 1fr;
  }
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
  background: #FFFFFF;
  padding: 1.5rem 1.5rem 2rem;
  border-radius: 14px;
  border: 1px solid var(--liv-line);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.woocommerce ul.products li.product:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(10, 100, 110, 0.10);
  border-color: rgba(10, 100, 110, 0.20);
}

.woocommerce ul.products li.product a img {
  border-radius: 8px;
  margin-bottom: 1.25rem !important;
  background: var(--liv-mint-soft);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2 {
  font-size: 1.2rem !important;
  font-family: "DM Sans", system-ui, sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em !important;
  line-height: 1.25 !important;
  margin: 0 0 0.5rem !important;
  padding: 0 !important;
  color: var(--liv-ink) !important;
}

.woocommerce ul.products li.product .price {
  font-size: 1.05rem !important;
  font-weight: 500 !important;
  color: var(--liv-teal) !important;
  margin-bottom: 0 !important;
  display: block;
}

.woocommerce ul.products li.product .price del {
  opacity: 0.5;
  font-weight: 400;
}

.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product .button {
  margin-top: 1.25rem !important;
  width: 100% !important;
  text-align: center !important;
  display: block !important;
}

/* ============================================================
   Single product — mockup-aligned design (Blocksy-aware)
   ============================================================ */

/* Force white background up the chain */
html body.single-product,
body.single-product,
body.single-product .site,
body.single-product .site-content,
body.single-product #main,
body.single-product main {
  background-color: #FFFFFF !important;
}

/* === USER EDIT HELPERS (preserved) === */

/* Used on product pages where summary children need flush margins */
.product[class*=gallery] .entry-summary-items > *,
body.single-product .product .entry-summary-items > * {
  margin-bottom: 0 !important;
}

/* Vertically center gallery in the product grid */
.single-product .woocommerce-product-gallery,
div.woocommerce-product-gallery {
  align-self: center !important;
}

/* Center description tabs */
.woocommerce-tabs ul.tabs {
  justify-content: center !important;
}
/* === END USER EDIT HELPERS === */

/* ============================================================
   CUSTOM SITE HEADER (overrides Blocksy header.php entirely)
   Two-tier layout:
     1. Purple top strip — provider links
     2. White main row — nav-left | logo | nav-right + utilities
   ============================================================ */

/* Hide Blocksy's default header if anything from it leaks through */
.liv-site-header ~ .ct-header,
header.ct-header { display: none !important; }

.liv-site-header {
  position: relative;
  z-index: 100;
  font-family: "Inter", system-ui, sans-serif;
}

/* ---------- Top strip (purple) ---------- */
.liv-topbar {
  background: #412a43;
  color: #FFFFFF;
}

.liv-topbar-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.55rem 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.liv-topbar-nav {
  display: flex;
  gap: 0;
}

.liv-topbar-nav a {
  display: inline-block;
  padding: 0.35rem 1.1rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  border-radius: 6px;
  transition: color 0.15s ease, background 0.15s ease;
}

.liv-topbar-nav a:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.08);
}

/* ---------- Main header row ---------- */
.liv-main-header {
  background: #FFFFFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  border-top: 5px solid #7e0b80;
}

.liv-main-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 2rem 0 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
}

/* Left nav */
.liv-nav-left {
  justify-self: start;
}

/* Logo center */
.liv-logo {
  justify-self: center;
}

.liv-logo a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.liv-logo-img {
  max-height: 96px;
  width: auto;
  display: block;
}

.liv-logo-text {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--liv-teal);
}

/* Right side group */
.liv-header-right {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Nav menus (both sides) */
.liv-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 1.75rem;
}

.liv-menu li { margin: 0; }

.liv-menu a {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--liv-ink);
  text-decoration: none;
  letter-spacing: 0.01em;
  padding: 0.4rem 0;
  transition: color 0.15s ease;
}

.liv-menu a:hover {
  color: var(--liv-teal);
}

/* Shop CTA button */
.liv-shop-cta {
  display: inline-flex;
  align-items: center;
  background: var(--liv-teal);
  color: #FFFFFF !important;
  padding: 0.65rem 1.4rem;
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  margin-right: 0.5rem;
  margin-left: 0.75rem;
  transition: background 0.15s ease;
}

.liv-shop-cta:hover {
  background: var(--liv-teal-dark);
}

/* Icon buttons */
.liv-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: none;
  background: transparent;
  color: var(--liv-ink);
  cursor: pointer;
  border-radius: 6px;
  position: relative;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}

.liv-icon-btn:hover {
  background: rgba(0, 0, 0, 0.05);
  color: var(--liv-teal);
}

.liv-cart-count {
  position: absolute;
  top: 2px;
  right: 2px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 8px;
  background: var(--liv-teal);
  color: #FFFFFF;
  font-size: 0.65rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Mobile toggle hidden by default */
.liv-mobile-toggle { display: none !important; }

/* Search overlay */
.liv-search-overlay {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.98);
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.liv-search-overlay.is-open {
  display: flex;
}

.liv-search-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: none;
  border: none;
  font-size: 2rem;
  line-height: 1;
  color: var(--liv-ink);
  cursor: pointer;
  width: 44px;
  height: 44px;
  border-radius: 22px;
}

.liv-search-close:hover { background: rgba(0, 0, 0, 0.05); }

.liv-search-form {
  display: flex;
  gap: 0.75rem;
  width: 100%;
  max-width: 600px;
}

.liv-search-form input[type="search"] {
  flex: 1;
  padding: 1.1rem 1.5rem;
  font-size: 1.1rem;
  border: 2px solid var(--liv-line);
  border-radius: 8px;
  font-family: "Inter", system-ui, sans-serif;
}

.liv-search-form input[type="search"]:focus {
  outline: none;
  border-color: var(--liv-teal);
}

.liv-search-form button {
  padding: 1.1rem 2rem;
  background: var(--liv-teal);
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
}

/* Mobile responsive */
@media (max-width: 900px) {
  .liv-main-header-inner {
    grid-template-columns: auto 1fr auto;
    gap: 0.75rem;
    padding: 0.85rem 1.25rem;
  }

  .liv-nav-left,
  .liv-nav-right,
  .liv-shop-cta {
    display: none;
  }

  .liv-logo {
    justify-self: start;
  }

  .liv-header-right {
    gap: 0.25rem;
  }

  .liv-mobile-toggle {
    display: inline-flex !important;
  }

  .liv-topbar-nav a {
    padding: 0.35rem 0.75rem;
    font-size: 0.72rem;
  }

  .liv-topbar-inner {
    padding: 0.5rem 1.25rem;
  }

  .liv-site-header.is-mobile-open .liv-nav-left,
  .liv-site-header.is-mobile-open .liv-nav-right {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #FFFFFF;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }

  .liv-site-header.is-mobile-open .liv-nav-left { top: calc(100% + 0px); }
  .liv-site-header.is-mobile-open .liv-nav-right { top: calc(100% + 60px); border-bottom: 1px solid rgba(0, 0, 0, 0.06); }

  .liv-site-header.is-mobile-open .liv-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
  }
}

/* ============================================================
   HERO — Nutrafol-inspired, teal gradient, asymmetric
   ============================================================ */
.liv-hero {
  background: linear-gradient(180deg, #054850 0%, #0A646E 100%);
  position: relative !important;
  overflow: hidden;
}

.liv-hero::after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.4'/%3E%3C/svg%3E");
  opacity: 0.11 !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

.liv-hero > * {
  position: relative !important;
  z-index: 2 !important;
}

.liv-hero-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 4rem 2rem 6rem;
}

@media (max-width: 900px) {
  .liv-hero-inner {
    padding: 3rem 1.25rem 4rem;
  }
}

/* Eyebrow text — top center */
.liv-hero-eyebrow {
  text-align: center;
  margin-bottom: 4rem;
  font-size: 0.95rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.liv-hero-eyebrow strong {
  color: #7A127C;
  font-weight: 700;
  display: inline;
		background-color:#dcf0f0;
	padding: 6px 6px;
	border-radius:4px;
}

@media (max-width: 900px) {
  .liv-hero-eyebrow {
    margin-bottom: 2.5rem;
  }
}

/* Two-column grid: bottle left, copy right */
.liv-hero-grid {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 4rem;
  align-items: center;
}

@media (max-width: 900px) {
  .liv-hero-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    text-align: center;
  }
}

/* Visual column — bottle with circular halo */
.liv-hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
}

.liv-hero-visual-circle {
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.25);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 600px) {
  .liv-hero-visual {
    min-height: 320px;
  }
  .liv-hero-visual-circle {
    width: 280px;
    height: 280px;
  }
}

.liv-hero-image-placeholder {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.liv-hero-image-placeholder img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Copy column */
.liv-hero-content {
  font-family: "Inter", system-ui, sans-serif;
}

.liv-hero-headline {
  font-family: "DM Sans", system-ui, sans-serif !important;
  font-size: clamp(3rem, 6.5vw, 5.5rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.035em !important;
  line-height: 1 !important;
  color: #FFFFFF !important;
  margin: 0 0 1.5rem !important;
}

.liv-hero-sub {
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 2.5rem;
  max-width: 540px;
}

@media (max-width: 900px) {
  .liv-hero-sub {
    margin-left: auto;
    margin-right: auto;
  }
}

.liv-hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

@media (max-width: 900px) {
  .liv-hero-actions {
    justify-content: center;
  }
}

.liv-hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: #FFFFFF;
  color: var(--liv-teal) !important;
  padding: 0.95rem 1.75rem;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.15s ease, background 0.15s ease;
}

.liv-hero-btn:hover {
  background: var(--liv-cream);
  transform: translateX(2px);
}

/* Hide breadcrumbs / page hero on the front page */
.home .ct-breadcrumbs,
.home .hero-section {
  display: none !important;
}

/* Force Blocksy's wrapper to a constrained, centered grid */
.single-product .product-entry-wrapper,
.single-product .product-entry-wrapper.is-width-constrained {
  max-width: 1280px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: grid;
  grid-template-columns: minmax(0, 600px) minmax(0, 1fr);
  gap: 4rem;
  align-items: start;
  padding: 2rem 2rem 4rem !important;
  box-sizing: border-box;
}

@media (max-width: 900px) {
  .single-product .product-entry-wrapper,
  .single-product .product-entry-wrapper.is-width-constrained {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 1.5rem 1.25rem 3rem !important;
  }
}

/* Constrain breadcrumb + title page area to the same width */
.single-product .woocommerce-breadcrumb,
.single-product .ct-container,
.single-product .ct-container-wide {
  max-width: 1280px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ---------- Gallery: warm-grey container ---------- */
.single-product .woocommerce-product-gallery {
  margin: 0 !important;
  width: 100% !important;
  max-width: 600px !important;
  padding: 6px !important;
  float: none !important;
  background: #7A127C;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.single-product .ct-product-gallery-container {
  width: 100%;
}

.single-product .ct-media-container,
.single-product .woocommerce-product-gallery figure {
  margin: 0 !important;
  width: 100% !important;
}

.single-product .woocommerce-product-gallery img {
  border-radius: 6px;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 75 / 61 !important;
  object-fit: contain;
  background: transparent;
}

/* ---------- Summary column ---------- */
.single-product .summary,
.single-product .entry-summary {
  margin: 0 !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0.5rem 0;
  float: none !important;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
}

/* Hide Blocksy auto-injected dividers */
.single-product .ct-product-divider {
  display: none !important;
}

/* Category badge above title — supports multiple categories inline */
.liv-category-badge {
  margin: 0 0 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.liv-category-badge a {
  display: inline-block;
  background: var(--liv-mint-soft);
  color: var(--liv-teal);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.4rem 0.85rem;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.18s ease;
}
.liv-category-badge a:hover {
  background: var(--liv-mint);
}

.single-product .product_title {
  font-family: "Inter", system-ui, sans-serif !important;
  font-size: clamp(1.85rem, 3.4vw, 2.4rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.025em !important;
  line-height: 1.1 !important;
  margin: 30px 0 1rem !important;
  color: var(--liv-ink) !important;
}

.single-product .woocommerce-product-details__short-description {
  font-family: "Inter", system-ui, sans-serif !important;
  font-size: 1rem;
  line-height: 1.55;
  color: rgba(26, 43, 46, 0.7);
  margin: 0 0 1.5rem;
}

.single-product .woocommerce-product-details__short-description p {
  margin: 0;
}

/* Price */
.single-product .summary .price,
.single-product .summary p.price {
  font-family: "Inter", system-ui, sans-serif !important;
  font-size: 23px !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  color: var(--liv-teal) !important;
  margin: 15px 0 1.5rem !important;
  padding: 0 !important;
  border: none !important;
  line-height: 1 !important;
}

/* Hide any duplicate price renders */
.single-product .summary .price ~ .price,
.single-product .summary p.price ~ p.price {
  display: none !important;
}

/* ---------- Key Features block ---------- */
.liv-key-features {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.5rem 0 1.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin: 0 0 1.5rem;
}

.liv-feature {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.liv-feature-icon {
  flex-shrink: 0;
  color: var(--liv-teal);
  display: inline-flex;
}

.liv-feature-title {
  font-family: "Inter", system-ui, sans-serif !important;
  font-weight: 600 !important;
  color: var(--liv-ink) !important;
  margin: 0 !important;
  font-size: 0.98rem !important;
  line-height: 1.4;
}

/* ---------- Cart row in soft pill ---------- */
.single-product .ct-product-add-to-cart {
  margin: 0 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* Override ct-cart-actions: stack qty above button instead of inline */
.single-product .ct-cart-actions {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 0.75rem !important;
  margin: 0 !important;
  background: #F7F5F2;
  padding: 1rem 1.25rem;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

/* Quantity row: label + stepper inline */
body.single-product .ct-cart-actions .quantity {
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  position: relative;
}

/* "Quantity:" label injected before the controls */
body.single-product .ct-cart-actions .quantity::before {
  content: "Quantity:";
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--liv-ink);
  margin-right: 0.5rem;
  order: 0;
}

/* Number input */
body.single-product .ct-cart-actions .quantity .qty,
body.single-product .ct-cart-actions .quantity input.qty,
body.single-product .ct-cart-actions .quantity input[type="number"].qty {
  height: 40px !important;
  width: 56px !important;
  min-width: 56px !important;
  max-width: 56px !important;
  text-align: center !important;
  border: 1px solid rgba(0, 0, 0, 0.10) !important;
  background: #FFFFFF !important;
  border-radius: 6px !important;
  font-family: "Inter", system-ui, sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  color: var(--liv-ink) !important;
  -moz-appearance: textfield !important;
  appearance: textfield !important;
  padding: 0 !important;
  margin: 0 !important;
  order: 2 !important;
  box-sizing: border-box !important;
  display: block !important;
  position: static !important;
}

body.single-product .ct-cart-actions .quantity .qty::-webkit-outer-spin-button,
body.single-product .ct-cart-actions .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* Stepper buttons */
body.single-product .ct-cart-actions .quantity .ct-decrease,
body.single-product .ct-cart-actions .quantity .ct-increase,
body.single-product .ct-cart-actions .quantity span.ct-decrease,
body.single-product .ct-cart-actions .quantity span.ct-increase {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  border: 1px solid rgba(0, 0, 0, 0.10) !important;
  background: #FFFFFF !important;
  border-radius: 6px !important;
  cursor: pointer !important;
  position: static !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  font-size: 1.1rem !important;
  font-weight: 500 !important;
  color: var(--liv-ink) !important;
  line-height: 1 !important;
  box-sizing: border-box !important;
  flex-shrink: 0 !important;
  transition: background 0.15s ease, border-color 0.15s ease;
}

body.single-product .ct-cart-actions .quantity .ct-decrease { order: 1 !important; }
body.single-product .ct-cart-actions .quantity .ct-increase { order: 3 !important; }

body.single-product .ct-cart-actions .quantity .ct-decrease::after,
body.single-product .ct-cart-actions .quantity .ct-increase::after {
  content: none !important;
}

body.single-product .ct-cart-actions .quantity .ct-decrease::before {
  content: "−" !important;
  display: inline-block !important;
  font-size: 1.1rem !important;
  line-height: 1 !important;
  position: relative !important;
  top: -1px !important;
  width: auto !important;
  height: auto !important;
  background: none !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}

body.single-product .ct-cart-actions .quantity .ct-increase::before {
  content: "+" !important;
  display: inline-block !important;
  font-size: 1.1rem !important;
  line-height: 1 !important;
  position: relative !important;
  top: -2px !important;
  width: auto !important;
  height: auto !important;
  background: none !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}

body.single-product .ct-cart-actions .quantity .ct-decrease:hover,
body.single-product .ct-cart-actions .quantity .ct-increase:hover {
  background: #F1F5F7 !important;
  border-color: rgba(0, 0, 0, 0.16) !important;
}

body.single-product .ct-cart-actions .quantity .screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}

/* Add to cart button */
.single-product .ct-cart-actions button.single_add_to_cart_button,
.single-product .ct-cart-actions .button {
  width: 100% !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  padding: 0.95rem 1.5rem !important;
  font-family: "Inter", system-ui, sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  border-radius: 8px !important;
  background-color: var(--liv-teal) !important;
  color: #FFFFFF !important;
}

.single-product .ct-cart-actions button.single_add_to_cart_button:hover {
  background-color: var(--liv-teal-dark) !important;
  transform: none !important;
}

/* ---------- Trust badges ---------- */
.liv-trust-badges {
  display: flex;
  justify-content: center;
  padding: 1rem 0 0;
  margin: 0;
}

.liv-trust-row {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.85rem;
  color: rgba(26, 43, 46, 0.65);
}

.liv-trust-icon {
  flex-shrink: 0;
  color: var(--liv-teal);
  display: inline-flex;
}

.liv-trust-strip {
  display: none;
}

/* ---------- Product meta — HIDDEN ---------- */
.single-product .product_meta {
  display: none !important;
}

/* ============================================================
   Tab section — TEAL background, white text, full-bleed
   ============================================================ */
.woocommerce-tabs {
  grid-column: 1 / -1;
  background: #0A646E;
  color: #FFFFFF;
  margin: 4rem calc(50% - 50vw) 0 !important;
  padding: 5rem calc(50vw - 50%) !important;
  border: none !important;
}

.woocommerce-tabs > * {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce-tabs ul.tabs {
  border: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18) !important;
  margin: 0 auto 2.5rem !important;
  padding: 0 0 50px 0 !important;
  display: flex;
  gap: 2rem;
  max-width: 1280px;
}

.woocommerce-tabs ul.tabs::before,
.woocommerce-tabs ul.tabs::after {
  display: none !important;
}

.woocommerce-tabs ul.tabs li {
  border: none !important;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

.woocommerce-tabs ul.tabs li::before,
.woocommerce-tabs ul.tabs li::after {
  display: none !important;
}

.woocommerce-tabs ul.tabs li a {
  font-family: "Inter", system-ui, sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  color: rgba(255, 255, 255, 0.55) !important;
  padding: 0.75rem 0 !important;
  margin-bottom: -1px !important;
  border-bottom: 2px solid transparent !important;
  transition: color 0.18s ease, border-color 0.18s ease;
}

.woocommerce-tabs ul.tabs li.active a,
.woocommerce-tabs ul.tabs li a:hover {
  color: #FFFFFF !important;
  border-bottom-color: #FFFFFF !important;
}

.woocommerce-tabs .panel {
  padding: 0 !important;
  max-width: 760px;
  margin: 0 auto !important;
  font-family: "Inter", system-ui, sans-serif;
  color: rgba(255, 255, 255, 0.92);
}

.woocommerce-tabs .panel h2 {
  display: none;
}

.woocommerce-tabs .panel h3 {
  font-family: "Inter", system-ui, sans-serif !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
  color: #FFFFFF !important;
  margin: 2rem 0 0.75rem !important;
}

.woocommerce-tabs .panel h3:first-child {
  margin-top: 0 !important;
}

.woocommerce-tabs .panel p {
  font-size: 0.98rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
  margin: 0 0 1rem;
}

.woocommerce-tabs .panel a {
  color: var(--liv-mint);
  text-decoration: underline;
}

.woocommerce-tabs .panel strong {
  color: #FFFFFF;
}

/* Supplement-facts panel — translucent white card on teal */
.product-supp-facts {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 1.75rem 2rem;
  margin: 2rem 0;
}
.product-supp-facts h3 {
  margin-top: 0 !important;
  margin-bottom: 1.25rem !important;
  font-size: 0.78rem !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: var(--liv-mint) !important;
  font-weight: 700 !important;
}
.product-supp-facts ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-supp-facts ul li {
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.98rem;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.92);
}
.product-supp-facts ul li:last-child {
  border-bottom: none;
}
.product-supp-facts ul li strong {
  color: #FFFFFF;
  font-weight: 600;
}

/* FDA disclaimer */
.product-disclaimer {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  padding: 1rem 1.25rem;
  margin-top: 2rem;
  line-height: 1.55;
  font-style: italic;
}

/* Breadcrumb */
.woocommerce-breadcrumb {
  font-family: "Inter", system-ui, sans-serif !important;
  font-size: 0.78rem !important;
  letter-spacing: 0.06em !important;
  font-weight: 500 !important;
  color: rgba(26, 43, 46, 0.5) !important;
  margin-bottom: 1.5rem !important;
  padding: 0 2rem !important;
  max-width: 1280px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.woocommerce-breadcrumb a {
  color: rgba(26, 43, 46, 0.7) !important;
  text-decoration: none !important;
}

.woocommerce-breadcrumb a:hover {
  color: var(--liv-teal) !important;
}

/* ---------- Related products — constrained, smaller cards ---------- */
.related.products,
.up-sells {
  grid-column: 1 / -1;
  max-width: 1100px;
  margin: 0 auto !important;
  padding: 4rem 2rem !important;
  box-sizing: border-box;
}

.related.products > h2,
.up-sells > h2 {
  font-family: "Inter", system-ui, sans-serif !important;
  font-size: clamp(1.4rem, 2.5vw, 1.75rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  margin: 0 0 2rem !important;
  color: var(--liv-ink) !important;
  text-align: center;
}

/* Tighter card layout for related products — flex so 1-2 cards center */
.related.products ul.products,
.up-sells ul.products {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 1.5rem !important;
  max-width: 900px;
  margin: 0 auto !important;
  padding: 0 !important;
  list-style: none !important;
}

.related.products ul.products li.product,
.up-sells ul.products li.product {
  flex: 0 1 calc((100% - 3rem) / 3);  /* 3-up minus 2 gaps */
  max-width: 280px;
  min-width: 220px;
  padding: 1rem 1rem 1.5rem !important;
}

@media (max-width: 700px) {
  .related.products ul.products li.product,
  .up-sells ul.products li.product {
    flex: 0 1 calc((100% - 1.5rem) / 2);  /* 2-up */
  }
}

@media (max-width: 480px) {
  .related.products ul.products li.product,
  .up-sells ul.products li.product {
    flex: 0 1 100%;
    max-width: 320px;
  }
}

.related.products ul.products li.product .woocommerce-loop-product__title,
.related.products ul.products li.product h2,
.up-sells ul.products li.product .woocommerce-loop-product__title,
.up-sells ul.products li.product h2 {
  font-size: 1rem !important;
}

.related.products ul.products li.product .price,
.up-sells ul.products li.product .price {
  font-size: 0.95rem !important;
}

/* ============================================================
   Structured product info (ACF-driven)
   ============================================================ */
.liv-product-info {
  font-family: "Inter", system-ui, sans-serif;
}

.liv-info-highlights {
  font-size: 1.1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.95);
  margin: 0 0 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.liv-info-highlights p {
  margin: 0 0 1rem !important;
  color: rgba(255, 255, 255, 0.95) !important;
  font-size: 1.1rem !important;
}

.liv-info-row {
  margin: 0 0 2rem;
}

.liv-info-row h3 {
  font-family: "Inter", system-ui, sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: var(--liv-mint) !important;
  margin: 0 0 0.75rem !important;
}

.liv-info-row p {
  font-size: 1rem !important;
  line-height: 1.65 !important;
  color: rgba(255, 255, 255, 0.9) !important;
  margin: 0 !important;
}

.liv-benefits-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem 1.5rem;
}

@media (max-width: 600px) {
  .liv-benefits-list {
    grid-template-columns: 1fr;
  }
}

.liv-benefits-list li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 0.98rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}

.liv-benefits-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--liv-mint);
}

.liv-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 0 0 2rem;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
}

@media (max-width: 480px) {
  .liv-info-grid {
    grid-template-columns: 1fr;
  }
}

.liv-info-cell {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.liv-info-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--liv-mint);
}

.liv-info-value {
  font-size: 1rem;
  font-weight: 600;
  color: #FFFFFF;
}
.alignfull > .wp-block-group__inner-container,
.wp-block-group.alignfull {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Outline button variant for is-style-outline */
.wp-block-button.is-style-outline > .wp-block-button__link {
  background: transparent !important;
  border: 1px solid var(--liv-teal) !important;
  color: var(--liv-teal) !important;
}

.wp-block-button.is-style-outline > .wp-block-button__link:hover {
  background: var(--liv-teal) !important;
  color: var(--liv-cream) !important;
}

/* Block-editor buttons (Gutenberg) — match WC modest radius */
.wp-block-button > .wp-block-button__link,
.wp-block-button .wp-block-button__link,
a.wp-block-button__link,
.wp-element-button {
  border-radius: 8px !important;
}

[data-vertical-spacing*=bottom] {
	padding-bottom: 0 !important;
}

.hero-section[data-type=type-2]>[class*=ct-container] {
	min-height:150px;
}

[data-vertical-spacing*=top] {
    padding-top: 50px !important;
}


/* Product card hover — subtle image zoom */
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  transition: transform 0.5s ease;
}

body {
	background-color:#fff !important;
}

.wp-element-button {
	background-color:#22686d !important;
	color:#fff !important;
	font-weight:700 !important;
}

.woocommerce-MyAccount-navigation ul li:hover a, .woocommerce-MyAccount-navigation ul li.is-active a {
	background-color:#6bc3b6;
}

/* === Custom additions === */

/* Breadcrumb color */
.ct-breadcrumbs {
   color: #7A127C !important;
}

.ct-breadcrumbs a:hover,
.ct-breadcrumbs a {
   color: #22686D !important;
}

.ct-breadcrumbs[data-source="default"] .ct-home-icon {
	fill: 7a127c !important;
}

.single-product .ct-cart-actions .quantity {
   justify-content: center !important;
	align-self: center !important;
}

.hero-section[data-type=type-1] {
	margin-top:5px !important;
	margin-bottom:5px !important;
}

.added_to_cart {
	background-color: #e0e5eb !important;
	color: #3a4f66 !important;
	width: 100% !important;
}

/* ============================================================
   CUSTOM SITE FOOTER
   ============================================================ */

.liv-site-footer ~ .ct-footer,
footer.ct-footer { display: none !important; }

.liv-site-footer {
  background: var(--liv-teal);
  color: rgba(255, 255, 255, 0.85);
  font-family: "Inter", system-ui, sans-serif;
  margin-top: 0;
}

.liv-footer-main {
  padding: 4rem 2rem 3rem;
}

.liv-footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 4rem;
  align-items: start;
}

@media (max-width: 900px) {
  .liv-footer-main {
    padding: 3rem 1.5rem 2rem;
  }
  .liv-footer-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    text-align: center;
  }
}

.liv-footer-col {
  display: flex;
  flex-direction: column;
}

.liv-footer-logo {
  margin-bottom: 1rem;
}

.liv-footer-logo-img {
  max-height: 56px;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
  opacity: 0.95;
}

@media (max-width: 900px) {
  .liv-footer-logo-img {
    margin-left: auto;
    margin-right: auto;
  }
}

.liv-footer-logo-text {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}

.liv-footer-brand-line {
  font-size: 0.92rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

.liv-footer-col--center {
  align-items: center;
  text-align: center;
}

.liv-footer-tagline {
  font-size: 1rem;
  line-height: 1.5;
  color: #FFFFFF;
  font-weight: 500;
  margin: 0 0 1.25rem;
  max-width: 360px;
}

.liv-footer-disclaimer {
  font-size: 0.78rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
  max-width: 380px;
  font-style: italic;
}

.liv-footer-heading {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 1rem !important;
}

.liv-footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.liv-footer-menu li { margin: 0; }

.liv-footer-menu a {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.15s ease;
}

.liv-footer-menu a:hover {
  color: #FFFFFF;
}

@media (max-width: 900px) {
  .liv-footer-menu {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}

.liv-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 1.5rem 2rem;
  background: rgba(0, 0, 0, 0.08);
}

.liv-footer-bottom-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.liv-footer-copyright {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.liv-footer-legal {
  margin: 0;
  font-size: 0.82rem;
}

.liv-footer-legal a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.15s ease;
}

.liv-footer-legal a:hover {
  color: #FFFFFF;
}

.liv-footer-legal span {
  margin: 0 0.6rem;
  color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 700px) {
  .liv-footer-bottom-inner {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }
}

.liv-footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem 2rem;
}

.liv-footer-col--brand {
   align-items: flex-end;
}

@media (max-width: 900px) {
   .liv-footer-col--brand {
      align-items: center;
   }
}

.wc-block-components-order-summary-item__quantity,
.liv-cart-count {
   background: #7A127C !important;
   background-color: #7A127C !important;
   fill: #7A127C !important;
   color: #FFFFFF !important;
}

.wc-block-components-order-summary-item__quantity svg,
.wc-block-components-order-summary-item__quantity svg circle {
   fill: #7A127C !important;
}

.liv-topbar {
  display: none !important;
}

@media (max-width: 900px) {
  .liv-main-header-inner {
    grid-template-columns: auto 1fr auto;
    gap: 0.75rem;
    padding: 0.85rem 1.25rem;
  }
  .liv-nav-left,
  .liv-nav-right,
  .liv-shop-cta {
    display: none;
  }
  .liv-logo {
    justify-self: start;
  }
  .liv-header-right {
    gap: 0.25rem;
  }
  .liv-mobile-toggle {
    display: inline-flex !important;
  }
  .liv-site-header.is-mobile-open .liv-nav-left,
  .liv-site-header.is-mobile-open .liv-nav-right {
    display: none !important;
  }
  .liv-nav-mobile {
    display: none;
  }
  .liv-site-header.is-mobile-open .liv-nav-mobile {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #FFFFFF;
    padding: 1rem 1.5rem 1.5rem;
    z-index: 99;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }
  .liv-site-header.is-mobile-open .liv-nav-mobile .liv-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .liv-site-header.is-mobile-open .liv-nav-mobile .liv-menu li {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .liv-site-header.is-mobile-open .liv-nav-mobile .liv-menu li:last-child {
    border-bottom: none;
  }
  .liv-site-header.is-mobile-open .liv-nav-mobile .liv-menu a {
    display: block;
    padding: 0.85rem 0;
    font-size: 1rem;
    width: 100%;
  }
}

/* Hide mobile nav on desktop entirely */
@media (min-width: 901px) {
  .liv-nav-mobile {
    display: none !important;
  }
}

/* ============================================================
   ABOUT PAGE
   Append to wp-content/themes/livtality-shop-child/style.css
   ============================================================ */

/* Hero */
.liv-about-hero {
  position: relative;
  background: linear-gradient(180deg, #0A646E 0%, #054850 100%);
  padding: 6rem 2rem 5rem;
  overflow: hidden;
  margin: -2rem -2rem 0;  /* break out of WP content padding */
}

.liv-about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.4'/%3E%3C/svg%3E");
  opacity: 0.15;
  pointer-events: none;
  z-index: 1;
}

.liv-about-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  color: #FFFFFF;
}

.liv-about-eyebrow {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 1.5rem;
}

.liv-about-headline {
  font-family: "DM Sans", "Inter", system-ui, sans-serif;
  font-size: clamp(2.2rem, 4.5vw, 3.5rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 1.75rem;
  color: #FFFFFF;
}

.liv-about-lede {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 700px) {
  .liv-about-hero {
    padding: 4rem 1.5rem 3rem;
    margin: -1rem -1rem 0;
  }
  .liv-about-lede {
    font-size: 1rem;
  }
}

/* Pillars */
.liv-about-pillars {
  padding: 5rem 2rem;
  background: #FFFFFF;
}

.liv-about-pillars-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

@media (max-width: 900px) {
  .liv-about-pillars {
    padding: 3rem 1.5rem;
  }
  .liv-about-pillars-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

.liv-pillar {
  text-align: center;
  font-family: "Inter", system-ui, sans-serif;
}

.liv-pillar-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 1.5rem;
  color: var(--liv-teal, #0A646E);
  display: flex;
  align-items: center;
  justify-content: center;
}

.liv-pillar-icon svg {
  width: 100%;
  height: 100%;
}

.liv-pillar h2 {
  font-size: 1.35rem !important;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #1A2B2E;
  margin: 0 0 1rem !important;
  line-height: 1.3;
}

.liv-pillar p {
  font-size: 0.98rem;
  line-height: 1.65;
  color: rgba(26, 43, 46, 0.8);
  margin: 0;
}

/* CTA */
.liv-about-cta {
  background: var(--liv-mint-soft, #DCF0F0);
  padding: 5rem 2rem;
  margin: 0 -2rem -2rem;  /* break out to edges */
}

.liv-about-cta-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  font-family: "Inter", system-ui, sans-serif;
}

.liv-about-cta h2 {
  font-family: "DM Sans", "Inter", system-ui, sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem) !important;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #054850;
  margin: 0 0 1rem !important;
}

.liv-about-cta p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(26, 43, 46, 0.8);
  margin: 0 0 2.5rem;
}

.liv-about-cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.liv-about-btn {
  display: inline-block;
  padding: 0.95rem 2rem;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0;
  text-decoration: none;
  border-radius: 8px;
  transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.liv-about-btn--primary {
  background: var(--liv-teal, #0A646E);
  color: #FFFFFF !important;
}

.liv-about-btn--primary:hover {
  background: var(--liv-teal-dark, #054850);
  transform: translateY(-1px);
  color: #FFFFFF !important;
}

.liv-about-btn--secondary {
  background: transparent;
  color: var(--liv-teal, #0A646E) !important;
  border: 2px solid var(--liv-teal, #0A646E);
}

.liv-about-btn--secondary:hover {
  background: var(--liv-teal, #0A646E);
  color: #FFFFFF !important;
  transform: translateY(-1px);
}

@media (max-width: 700px) {
  .liv-about-cta {
    padding: 3rem 1.5rem;
    margin: 0 -1rem -1rem;
  }
  .liv-about-cta-buttons {
    flex-direction: column;
    align-items: stretch;
  }
  .liv-about-btn {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
}

/* ============================================================
   PRODUCT DESCRIPTION TAB — flyer-derived content blocks
   Append to wp-content/themes/livtality-shop-child/style.css
   ============================================================ */

.liv-product-content {
  font-family: "Inter", system-ui, sans-serif;
  color: #FFFFFF;
}

.liv-product-content h3 {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.005em;
  text-transform: none !important;
  color: #FFFFFF !important;
  margin: 2rem 0 1rem !important;
  padding: 0 !important;
}

.liv-product-content h3:first-child {
  margin-top: 0 !important;
}

.liv-product-content p {
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92) !important;
  margin: 0 0 1rem;
}

/* Active ingredients block */
.liv-product-ingredients {
  display: grid;
  gap: 1rem;
  margin: 0 0 1rem;
}

.liv-product-ingredient {
  background: rgba(255, 255, 255, 0.08);
  border-left: 3px solid #B4E6E6;
  border-radius: 4px;
  padding: 1rem 1.25rem;
}

.liv-product-ingredient h4 {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  color: #B4E6E6 !important;
  margin: 0 0 0.5rem !important;
  letter-spacing: 0.02em;
}

.liv-product-ingredient p {
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88) !important;
  margin: 0 !important;
}

/* Benefits list */
.liv-product-benefits {
  list-style: none;
  margin: 0 0 1rem !important;
  padding: 0 !important;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem 1.5rem;
}

@media (max-width: 700px) {
  .liv-product-benefits {
    grid-template-columns: 1fr;
  }
}

.liv-product-benefits li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 0.98rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
}

.liv-product-benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #B4E6E6;
  font-weight: 700;
}

/* Disclaimer + HCP notice */
.liv-product-disclaimer,
.liv-product-hcp-notice {
  margin-top: 2rem !important;
  padding: 1rem 1.25rem !important;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  border-left: 2px solid rgba(255, 255, 255, 0.25);
}

.liv-product-disclaimer em,
.liv-product-hcp-notice small {
  font-size: 0.82rem !important;
  line-height: 1.55 !important;
  color: rgba(255, 255, 255, 0.7) !important;
  font-style: normal !important;
}

.liv-product-hcp-notice {
  margin-top: 0.75rem !important;
}

/* ============================================================
   CONTACT PAGE
   Append to wp-content/themes/livtality-shop-child/style.css
   ============================================================ */

.liv-contact-hero {
  position: relative;
  background: linear-gradient(180deg, #0A646E 0%, #054850 100%);
  padding: 5rem 2rem 4rem;
  overflow: hidden;
  margin: -2rem -2rem 0;
}

.liv-contact-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='nC'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23nC)' opacity='0.4'/%3E%3C/svg%3E");
  opacity: 0.15;
  pointer-events: none;
  z-index: 1;
}

.liv-contact-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  color: #FFFFFF;
}

.liv-contact-eyebrow {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 1.25rem;
}

.liv-contact-headline {
  font-family: "DM Sans", "Inter", system-ui, sans-serif;
  font-size: clamp(2rem, 4.2vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 1.5rem;
  color: #FFFFFF;
}

.liv-contact-lede {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 auto;
  max-width: 540px;
}

@media (max-width: 700px) {
  .liv-contact-hero {
    padding: 3.5rem 1.5rem 3rem;
    margin: -1rem -1rem 0;
  }
  .liv-contact-lede {
    font-size: 1rem;
  }
}

/* Card wrap */
.liv-contact-card-wrap {
  padding: 4rem 2rem 5rem;
  background: #FFFFFF;
  text-align: center;
}

@media (max-width: 700px) {
  .liv-contact-card-wrap {
    padding: 3rem 1.25rem 4rem;
  }
}

/* Card with two methods */
.liv-contact-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  max-width: 720px;
  margin: 0 auto;
  background: #FFFFFF;
  border: 1px solid rgba(10, 100, 110, 0.15);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(10, 100, 110, 0.06);
}

@media (max-width: 600px) {
  .liv-contact-card {
    grid-template-columns: 1fr;
  }
}

.liv-contact-method {
  padding: 2.5rem 1.5rem;
  text-align: center;
  font-family: "Inter", system-ui, sans-serif;
  border-right: 1px solid rgba(10, 100, 110, 0.1);
  transition: background 0.15s ease;
}

.liv-contact-method:last-child {
  border-right: none;
}

@media (max-width: 600px) {
  .liv-contact-method {
    border-right: none;
    border-bottom: 1px solid rgba(10, 100, 110, 0.1);
    padding: 2rem 1.5rem;
  }
  .liv-contact-method:last-child {
    border-bottom: none;
  }
}

.liv-contact-method:hover {
  background: var(--liv-mint-soft, #DCF0F0);
}

.liv-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 1.25rem;
  color: var(--liv-teal, #0A646E);
  background: var(--liv-mint-soft, #DCF0F0);
  border-radius: 50%;
}

.liv-contact-label {
  font-size: 0.78rem !important;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(26, 43, 46, 0.55) !important;
  margin: 0 0 0.5rem !important;
}

.liv-contact-link {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--liv-teal, #0A646E) !important;
  text-decoration: none;
  letter-spacing: -0.005em;
  transition: color 0.15s ease;
}

.liv-contact-link:hover {
  color: var(--liv-teal-dark, #054850) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Fine print below card */
.liv-contact-fineprint {
  margin: 2.5rem auto 0 !important;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.95rem;
  color: rgba(26, 43, 46, 0.65);
  max-width: 540px;
}

.liv-contact-fineprint a {
  color: var(--liv-teal, #0A646E);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 500;
}

.liv-contact-fineprint a:hover {
  color: var(--liv-teal-dark, #054850);
}

.liv-form-row select {
    padding: 0 0.85rem !important;
}