/* ══════════════════════════════════════════════════════════════
   HINDBIO SINGLE PRODUCT PAGE — DESIGN SYSTEM
   Matching home v1.php, about.php, contact.php design language
══════════════════════════════════════════════════════════════ */

/* ── CSS VARIABLES (matching HindBio theme) ── */
:root {
  --sage: #4a7c59;
  --sage-dark: #2e5238;
  --sage-light: #6ba37a;
  --cream: #f5f0e6;
  --cream-dark: #ebe5d8;
  --warm-white: #faf8f4;
  --gold: #d4a843;
  --gold-light: #c9a85c;
  --text-dark: #1a1a1a;
  --text-mid: #4a4a4a;
  --text-soft: #6a6a6a;
  --hero-bg: hsl(145,22%,8%);
  --hero-bg2: hsl(145,18%,12%);
  --hero-green: #4ade80;
  --hero-gold: #d4a843;
  --hero-fg: #f5f0e6;
  --hero-muted: #b8b5a8;
}

/* ── FONTS (matching HindBio) ── */
body, h1, h2, h3, h4, h5, h6, .woocommerce, .woocommerce-page {
  font-family: 'DM Sans', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

/* ── BREADCRUMB ── */
.hb-breadcrumb { padding: 18px 0 0; margin-bottom: 0; }
.hb-breadcrumb__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
.hb-breadcrumb__item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: var(--text-soft);
}
.hb-breadcrumb__item a {
  color: var(--text-soft);
  text-decoration: none;
  transition: color 0.2s;
}
.hb-breadcrumb__item a:hover { color: var(--sage); }
.hb-breadcrumb__item:last-child { color: var(--text-dark); font-weight: 500; }
.hb-breadcrumb__sep { color: var(--text-soft); font-size: 14px; margin: 0 2px; }

/* ── SHARED SECTION STYLES ── */
.allmart-product-container-bx { background: var(--warm-white); }

/* ── Page body bg ── */
body.single-product { background: var(--warm-white) !important; }
.woocommerce-page .site-main { background: var(--warm-white) !important; }

/* ══════════════════════════════════════════════════════════════
   UNIFIED ANIMATION SYSTEM
   .hb-will-animate = hidden initial state (set by JS)
   .hb-animated     = visible state (JS adds this via IntersectionObserver)
   .hb-anim-*       = direction variant
══════════════════════════════════════════════════════════════ */

/* Base transition — slower, more noticeable */
.hb-will-animate {
  opacity: 0;
  transition:
    opacity  0.9s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Direction variants — larger initial offset for more dramatic effect */
.hb-anim-fadeUp    { transform: translateY(50px); }
.hb-anim-fadeLeft  { transform: translateX(-50px); }
.hb-anim-fadeRight { transform: translateX(50px); }
.hb-anim-scaleIn   { transform: scale(0.88); }
.hb-anim-fadeIn    { transform: none; }

/* Visible state — JS adds .hb-animated */
.hb-will-animate.hb-animated {
  opacity: 1 !important;
  transform: none !important;
}

/* ── Legacy classes kept for compatibility ── */
.hb-scroll-reveal {
  opacity: 1;
  transform: translateY(36px);
  transition: opacity 0.8s cubic-bezier(0.22,1,0.36,1), transform 0.8s cubic-bezier(0.22,1,0.36,1);
}
.hb-scroll-reveal.hb-visible { opacity: 1; transform: translateY(0); }
.hb-scroll-reveal.slide-left  { transform: translateX(-40px); }
.hb-scroll-reveal.slide-right { transform: translateX(40px); }
.hb-scroll-reveal.slide-left.hb-visible,
.hb-scroll-reveal.slide-right.hb-visible { transform: translateX(0); }

/* Stagger child items */
.hb-grid-item {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s cubic-bezier(0.22,1,0.36,1), transform 0.55s cubic-bezier(0.22,1,0.36,1);
}
.hb-grid-item.hb-visible { opacity: 1; transform: translateY(0); }
.hb-feat-item {
  opacity: 0;
  transform: translateY(16px) scale(0.95);
  transition: opacity 0.45s cubic-bezier(0.22,1,0.36,1), transform 0.45s cubic-bezier(0.22,1,0.36,1);
}
.hb-feat-item.hb-visible { opacity: 1; transform: translateY(0) scale(1); }

/* ============================================================
   SECTION HEADING SYSTEM — matches home page exactly
   ============================================================ */
.sp-section-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sp-section-tag::before {
  content: '';
  width: 30px;
  height: 1.5px;
  background: var(--sage);
  display: inline-block;
  flex-shrink: 0;
}
.sp-section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 300;
  line-height: 1.15;
  color: var(--text-dark);
  margin: 0 0 14px;
  letter-spacing: -0.3px;
}
.sp-section-title em {
  font-style: italic;
  color: var(--sage);
}
.sp-section-sub {
  font-size: 15px;
  color: var(--text-soft);
  line-height: 1.7;
  max-width: 560px;
  margin: 0 0 32px;
}

/* Apply to all existing section titles */
.key-ingredients-title,
.product-info-data-title,
.sp-faq-title,
.sp-related-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 300 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.3px !important;
}
.key-ingredients-title {
  font-size: clamp(28px, 3.5vw, 48px) !important;
  color: var(--text-dark) !important;
  margin-bottom: 48px !important;
}
.product-info-data-title {
  font-size: clamp(26px, 3vw, 44px) !important;
  color: #fff !important;
  padding: 0 !important;
  margin-bottom: 12px !important;
}
.sp-faq-title {
  font-size: clamp(26px, 3vw, 44px) !important;
  color: var(--text-dark) !important;
  font-weight: 300 !important;
}
.sp-faq-title em { font-style: italic; color: var(--sage); }
.sp-related-title {
  font-size: clamp(28px, 3.5vw, 48px) !important;
  color: var(--text-dark) !important;
}

/* On dark bg, tag is lighter */
.product-info-data-section .section-tag {
  color: rgba(255,255,255,0.6);
}
.product-info-data-section .section-tag::before {
  content: '';
  width: 30px;
  height: 1.5px;
  background: var(--gold-light);
  display: inline-block;
  flex-shrink: 0;
}

.allmart__woo_wishlist_compare .allmart_meta_links{
    font-weight: 500;
    transition: color .25s !important;
}

.allmart__woo_wishlist_compare .allmart_meta_links:hover{
	color: var(--sage);
	text-decoration: underline;
}
@keyframes spFadeUp {
  from { opacity: 0; transform: translateY(32px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes spFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes spScaleIn {
  from { opacity: 0; transform: scale(0.88); }
  to   { opacity: 1; transform: scale(1); }
}
@keyframes spSlideLeft {
  from { opacity: 0; transform: translateX(-40px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes spSlideRight {
  from { opacity: 0; transform: translateX(40px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes floatBob {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-10px); }
}
@keyframes shimmer {
  0%   { background-position: -200% center; }
  100% { background-position: 200% center; }
}
@keyframes pulseDot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.4; transform: scale(0.7); }
}
@keyframes featureStagger {
  from { opacity: 0; transform: translateY(20px) scale(0.95); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
/* ============================================================
   HERO PRODUCT SECTION
   ============================================================ */
.hb-hero-row {
  padding: 0 0 60px;
}

/* Product Title */
.allmart-product-single-title { margin-bottom: 8px; }
.allmart-product-single-title h1,
.allmart-product-single-title .product_title {
  font-family: 'Cormorant Garamond', 'Playfair Display', serif !important;
  font-size: clamp(32px, 4vw, 52px) !important;
  font-weight: 600 !important;
  color: var(--text-dark) !important;
  margin: 0 !important;
  letter-spacing: -0.8px;
  line-height: 1.1;
  text-transform: none;
}

/* Excerpt */
.allmart__woo_single_excerpt { margin-bottom: 14px; }
.allmart__woo_single_excerpt p {
  font-size: 16px !important;
  font-weight: 500;
  color: var(--text-soft);    
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  opacity: 1 !important;
}

/* Product description */
.product-description p {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-soft);
    line-height: 1.75;
}
.woocommerce-product-details__short-description {
    margin-bottom: 10px !important;
}
/* ---- Rating row ---- */
.hb-rating-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
.hb-rating-row .allmart-woo-single-rating,
.hb-rating-row .woocommerce-product-rating { margin: 0; }

.hb-review-stars {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  color: var(--gold);
  font-weight: 700;
}
.hb-review-count {
  color: var(--text-soft);
  font-size: 13px;
  font-weight: 500;
  margin-left: 4px;
}

/* Trust tag pill — matching .product-badge style */
.hb-trust-tag {
  background: var(--sage);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  white-space: nowrap;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ---- Features grid ---- */
.product-features-review { margin: 0 0 20px; }
.features-row-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  border-radius: 16px;
  padding: 14px;
  margin: 12px 0;
  background: var(--cream);
  border: 1px solid rgba(74,124,89,0.08);
}
.features-row-grid .feature {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 4px 6px;
  border-radius: 8px;
  transition: background 0.2s;
}
.features-row-grid .feature:hover { background: rgba(74,124,89,0.07); }
.features-row-grid .feature img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  border-radius: 8px;
  background: var(--sage-dark);
  padding: 6px;
  flex-shrink: 0;
}
.features-row-grid .feature span {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-dark);
  line-height: 1.3;
}

/* ============================================================
   PRICING CARDS (block-swatch / kit-swatch)
   ============================================================ */
.block-swatch-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0;
  margin: 15px 0 12px;
  align-items: flex-end;
}
.product-form__option-selector .product-form__option-value { display: none; }
.block-swatch__radio { display: none; }

/* Kit swatch: 3 equal columns */
.kit-swatch { width: 100%; }
.kit-swatch .block-swatch { width: 33.33%; padding: 0 6px; }
/* Space above card that has best badge */
.kit-swatch .block-swatch__item { padding-top: 0; }
.kit-swatch .block-swatch__item .kit-popular_text ~ .block-swatch__item-wrap,
.kit-swatch .block-swatch__item:has(.kit-popular_text) { margin-top: 28px; }

/* Card wrapper */
.kit-swatch .block-swatch__item {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.22,1,0.36,1);
}

/* Popular badge above card */
.kit-popular_text {
  background: var(--gold);
  color: var(--text-dark);
  font-size: 11px;
  font-weight: 700;
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
  padding: 5px 8px 28px;
  border-radius: 20px 20px 0 0;
  text-align: center;
  z-index: 0;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* Card shell — matching .product-card style */
.kit-swatch .block-swatch__item-wrap {
  background: var(--warm-white);
  border: 1.5px solid rgba(74,124,89,0.15);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s cubic-bezier(0.22,1,0.36,1);
  box-shadow: 0 2px 12px rgba(74,124,89,0.04);
}

.kit-swatch .block-swatch__item:hover .block-swatch__item-wrap {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(74,124,89,0.12);
}

/* Active / checked state */
.block-swatch__radio:checked + .block-swatch__item .block-swatch__item-wrap {
  background: var(--cream);
  border-color: var(--sage);
  box-shadow: 0 4px 20px rgba(74,124,89,0.18);
}
.block-swatch__radio:checked + .block-swatch__item .block-swatch__body,
.block-swatch__radio:checked + .block-swatch__item .block-swatch__compare-price,
.block-swatch__radio:checked + .block-swatch__item .block-swatch__regular-price,
.block-swatch__radio:checked + .block-swatch__item .block-swatch__day-count,
.block-swatch__radio:checked + .block-swatch__item .block-swatch__day-text {
  color: var(--sage-dark);
}

/* Card body */
.kit-swatch .block-swatch__body { padding: 14px 10px 10px; }

/* Day count (big number) */
.kit-swatch .block-swatch__day-count {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  display: block;
  color: var(--text-dark);
}

/* "Days" label */
.kit-swatch .block-swatch__day-text {
  font-size: 16px;
  line-height: 1.2;
  color: var(--text-mid);
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}

/* Price area */
.kit-swatch .block-swatch__price { margin-top: 6px; }
.kit-swatch .block-swatch__compare-price {
  display: block;
  text-decoration: line-through;
  font-size: 12px;
  color: var(--text-soft);
  font-weight: 400;
}
.kit-swatch .block-swatch__regular-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 700;
  color: var(--sage-dark);
  display: block;
}

/* Footer strip (per serving) */
.kit-swatch .block-swatch__footer {
  padding: 8px 6px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background: var(--sage-dark);
  text-align: center;
  border-radius: 0 0 18px 18px;
}

/* Save value below card */
.kit-swatch .block-swatch__save-value {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: var(--sage);
  padding-top: 8px;
  text-align: center;
}

/* MRP tax copy */
.tax-copy {
  text-align: center;
  color: var(--text-soft);
  font-size: 12px;
  margin: 8px 0 20px;
  font-weight: 400;
}

/* ============================================================
   BUY BUTTONS — matching .btn-primary-light style
   ============================================================ */
.hb-buy-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
  margin-bottom: 8px;
}
.hb-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  border-radius: 50px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 1px;
  width: 100%;
  box-sizing: border-box;
  text-transform: uppercase;
  border: none;
  transition: all 0.3s cubic-bezier(0.22,1,0.36,1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.hb-btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.12), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}
.hb-btn:hover { transform: translateY(-2px); text-decoration: none; }
.hb-btn:hover::after { opacity: 1; }
.hb-btn-amazon {
  background: linear-gradient(135deg, var(--sage) 0%, var(--sage-dark) 100%);
  color: #fff;
  box-shadow: 0 4px 20px rgba(74,124,89,0.35);
}
.hb-btn-amazon:hover {
  color: #fff;
  box-shadow: 0 8px 28px rgba(74,124,89,0.45);
}
.hb-btn-flipkart {
  background: var(--cream);
  color: var(--sage-dark);
  border: 1.5px solid rgba(74,124,89,0.25);
  box-shadow: 0 2px 12px rgba(74,124,89,0.06);
}
.hb-btn-flipkart:hover {
  color: var(--sage-dark);
  border-color: var(--sage);
  box-shadow: 0 8px 24px rgba(74,124,89,0.12);
}
.hb-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  overflow: hidden;
}
.hb-btn-icon img { width: 100%; height: 100%; object-fit: contain; }

/* ============================================================
   PRODUCT IMAGES (right column)
   ============================================================ */
/* ── Gallery column: thumbs on LEFT, main image fills rest ── */
.allmart-single-thumbs .row { flex-direction: row-reverse; }
.allmart-single-thumbs { position: relative; }
.allmart-single-thumbs .woocommerce-product-gallery {
  border-radius: 20px;
  overflow: hidden;
  background: var(--cream);
  box-shadow: 0 8px 40px rgba(46,82,56,0.08);
  position: relative;
}
/* Vertical thumb strip — left side */
.allmart-single-thumbs .flex-control-thumbs {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  position: absolute !important;
  left: -92px !important;
  top: 0 !important;
  width: 80px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.allmart-single-thumbs .flex-control-thumbs li {
  width: 80px !important;
  margin: 0 !important;
}
.allmart-single-thumbs .flex-control-thumbs li img {
  width: 80px !important;
  height: 80px !important;
  object-fit: cover;
  border-radius: 10px;
  border: 2px solid rgba(74,124,89,0.15);
  cursor: pointer;
  transition: border-color 0.2s, transform 0.2s;
  opacity: 0.75;
}
.allmart-single-thumbs .flex-control-thumbs li img.flex-active,
.allmart-single-thumbs .flex-control-thumbs li img:hover {
  border-color: var(--sage);
  opacity: 1;
  transform: scale(1.04);
}
/* Offset gallery col to make room for thumbs */
.allmart-single-thumbs.col-xl-6 { padding-left: 30px; }

/* ============================================================
   BANNER IMAGE (full width strip below hero)
   ============================================================ */

.single-product-banner-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
}

.admin-bar .pswp {
    z-index: 9999 !important;
}

/* ============================================================
   KEY INGREDIENTS SECTION
   ============================================================ */
.key-ingredients-section {
    width: 100%;
    padding: 100px 40px;
    background: var(--cream);
    border-radius: 28px;
}
.key-ingredients-title {
    text-align: center;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 600;
    margin-bottom: 48px;
    color: var(--sage-dark);
    letter-spacing: -0.5px;
    line-height: 1.1;
    font-family: 'Cormorant Garamond', serif;
}
.key-ingredients-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: nowrap;
}
.key-ingredients-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 320px;
}
.key-ingredient-item {
    margin-bottom: 0;
    padding: 12px 16px;
    border-radius: 14px;
    transition: background 0.25s;
    text-align: center;
}
.key-ingredient-item:hover { background: rgba(74,124,89,0.07); }
.key-ingredient-name {
    line-height: 1.2;
    font-weight: 600;
    font-size: 18px;
    color: var(--text-dark);
    margin-bottom: 6px;
}
.key-ingredient-desc {
    font-weight: 400;
    margin: 0;
    font-size: 14px;
    color: var(--text-soft);
    line-height: 1.5;
    margin-bottom: 14px;
}
.key-ingredients-image {
    flex: 0 0 400px;
    width: 400px;
}
.key-ingredients-image img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    box-shadow: 0 8px 40px rgba(46,82,56,0.15);
    background: var(--warm-white);
    animation: floatBob 6s ease-in-out infinite;
    display: block;
}

/* ============================================================
   SLEEP SUPPORT / DATA SECTION
   ============================================================ */
.product-info-data-section {
    background: linear-gradient(135deg, var(--sage-dark) 0%, #1d3d2a 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
.product-info-data-section::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.04), transparent);
    top: -200px;
    right: -100px;
    pointer-events: none;
}
.product-info-data-container { align-items: center; }

.product-info-data-image-col img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 2px 24px rgba(0,0,0,0.08);
    background: #f5f5f5;
}

.product-info-data-content-col {
    text-align: center;
    padding: 40px 24px;
}

.product-info-data-title {
    font-size: 2.2rem;
    font-weight: 500;
    color: #fff;
    padding: 0 40px;
    margin-bottom: 10px;
    letter-spacing: -1px;
    line-height: 1.1;
    font-family: 'Cormorant Garamond', serif;
}
.product-info-data-tagline {
    font-size: 1rem;
    color: rgba(255,255,255,0.75);
    font-weight: 400;
    margin-bottom: 28px;
    line-height: 1.4;
}

/* 2×2 data grid */
.product-info-data-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.product-info-data-item {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 16px;
    padding: 28px 16px 22px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0,0,0,0.12);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(8px);
    transition: all 0.3s cubic-bezier(0.22,1,0.36,1);
}
.product-info-data-item:hover {
    background: rgba(255,255,255,0.14);
    border-color: rgba(255,255,255,0.25);
    transform: translateY(-4px);
}
.product-info-data-item-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--gold);
    margin-bottom: 6px;
    letter-spacing: -1px;
    font-family: 'Cormorant Garamond', serif;
    line-height: 1;
}
.info-data-item { color: rgba(255,255,255,0.85) !important; }
.product-info-data-item-desc {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.75);
    font-weight: 400;
    padding: 8px 20px 0;
    line-height: 1.45;
    max-width: 250px;
}

/* ============================================================
   ELEMENTOR / SHORTCODE WRAPPERS
   ============================================================ */
.elementor-template-section { width: 100%; margin: 48px 0 0; padding: 0; }
/* .custom-fullwidth-section    { margin-top: 16px; margin-bottom: 36px; } */
.custom-fullwidth-inner      { max-width: 1200px; margin: 0 auto; padding: 0 16px; text-align: center; }
.custom-fullwidth-section h2 { font-size: 2rem; font-weight: 800; color: #004747;}
.custom-fullwidth-section p  { font-size: 1rem; color: #333; margin-bottom: 0; }

/* ============================================================
   FAQ SECTION
   ============================================================ */
.product-faq-section {
    background: var(--cream);
    padding: 60px 0;
    border-radius: 24px;
    margin: 0 0 40px;
}
.faq-title {
    font-size: 2rem !important;
    font-weight: 700 !important;
    color: var(--sage-dark) !important;
    letter-spacing: -1px;
    line-height: 1.1 !important;
    font-family: 'Cormorant Garamond', serif !important;
}
.faq-subtitle {
    font-size: 1rem;
    color: #888;
    margin-bottom: 20px;
}
.faq-contact-link {
    color: #111;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-underline-offset: 3px;
    transition: color 0.15s;
}
.faq-contact-link:hover { color: #357a5b; }

/* Accordion */
.accordion-item {
    border-bottom: 1px solid rgba(74,124,89,0.15) !important;
    background: transparent !important;
    transition: background 0.3s ease;
}
.accordion-item:hover { background: rgba(74,124,89,0.04) !important; }
.accordion-button {
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: var(--text-dark) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
    color: var(--sage-dark) !important;
    background-color: transparent !important;
}
.accordion-button::after { margin-left: auto; }
.accordion-body {
    font-size: 0.95rem;
    color: #010101;
    padding-left: 0 !important;
    padding-right: 0 !important;
    line-height: 1.6;
}

/* ============================================================
   REVIEW SECTION (inline on product page)
   ============================================================ */
.hb-review-section {
    margin: 20px 0 10px;
    padding: 16px 16px 10px;
    background: var(--cream);
    border-radius: 12px;
    border: 1.5px solid rgba(74,124,89,0.15);
    box-shadow: 0 2px 12px rgba(74,124,89,0.06);
}
.hb-review-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--sage-dark);
    margin-bottom: 8px;
}
.hb-review-list { font-size: 14px; color: #333; }
.hb-no-reviews  { color: #b71c1c; font-size: 13px; font-weight: 600; }

/* Star icon helpers */
.hb-star         { font-size: 15px; color: #f5c800; margin-right: 1px; line-height: 1; }
.hb-star.empty   { color: #e0e0e0; }
.hb-review-summary {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 700;
    color: #1a3c34;
    margin-left: 8px;
}

/* Product tag pills */
.hb-product-tags { display: flex; gap: 6px; flex-wrap: wrap; margin-left: 8px; }

/* Floating badge */
.hb-badge-floating { pointer-events: none; }

/* ============================================================
   RESPONSIVE — TABLET (≤ 992px)
   ============================================================ */
@media (max-width: 992px) {
    .allmart-product-single-title h1,
    .allmart-product-single-title .product_title {
        font-size: 28px !important;
    }
    /* Thumbs: revert to below on tablet */
    .allmart-single-thumbs.col-xl-6 { padding-left: 15px; }
    .allmart-single-thumbs .flex-control-thumbs {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        flex-direction: row !important;
        width: 100% !important;
        margin-top: 10px !important;
    }
    .allmart-single-thumbs .flex-control-thumbs li { width: 60px !important; }
    .allmart-single-thumbs .flex-control-thumbs li img { width: 60px !important; height: 60px !important; }
    .key-ingredients-title { font-size: 1.7rem; }
    .key-ingredients-content { flex-wrap: wrap; gap: 16px; }
    .key-ingredients-list { max-width: 100%; flex: 1 1 200px; }
    .key-ingredients-list--left  { text-align: center; align-items: center; }
    .key-ingredients-list--right { text-align: center; align-items: center; }
    .key-ingredients-image { flex: 0 0 220px; width: 220px; }
}

/* ============================================================
   RESPONSIVE — MOBILE (≤ 600px)
   ============================================================ */
@media only screen and (max-width: 600px) {

    /* Title */
    .allmart-product-single-title h1,
    .allmart-product-single-title .product_title {
        font-size: 26px !important;
        letter-spacing: -0.4px;
    }

    /* Pricing cards */
    .block-swatch-list { flex-wrap: nowrap; margin: 24px -2px 6px; }
    .kit-swatch .block-swatch { padding: 0 3px; }
    .kit-swatch .block-swatch__day-count { font-size: 20px; }
    .kit-swatch .block-swatch__day-text  { font-size: 16px; }
    .kit-swatch .block-swatch__regular-price { font-size: 16px; }
    .kit-swatch .block-swatch__compare-price { font-size: 11px; }
    .kit-swatch .block-swatch__footer   { padding: 7px 4px; font-size: 11px; }
    .kit-swatch .block-swatch__save-value { font-size: 11px; }
    .kit-swatch .block-swatch__body     { padding: 8px 6px 6px; }

    /* Buy buttons */
    .hb-btn { font-size: 14px; padding: 12px 14px; gap: 8px; }
    .hb-btn-icon { width: 28px; height: 28px; }

    /* Key Ingredients mobile */
    .key-ingredients-section { padding: 36px 20px; margin: 24px auto; }
    .key-ingredients-title { font-size: 1.5rem; margin-bottom: 28px; }
    .key-ingredients-content { flex-direction: column; align-items: center; gap: 0; }
    .key-ingredients-image { flex: 0 0 200px; width: 200px; order: -1; margin-bottom: 24px; }
    .key-ingredients-list { max-width: 100%; text-align: center !important; align-items: center !important; }
    .key-ingredients-list--left, .key-ingredients-list--right { text-align: center; align-items: center; }
    .key-ingredient-item { padding: 8px 12px; }
    .key-ingredient-name { font-size: 0.95rem; }
    .key-ingredient-desc { font-size: 0.82rem; }

    /* Data section */
    .product-info-data-title {
        font-size: 1.6rem;
        padding: 0 6px;
        line-height: 1.15;
    }
    .product-info-data-content-col { padding: 32px 8px 12px; }
    .product-info-data-item { padding: 22px 10px 18px; justify-content: flex-start; }
    .product-info-data-item-title { font-size: 1.7rem; }
    .product-info-data-item-desc  { font-size: 0.9rem; padding: 6px 8px 0; }
    .product-info-data-grid       { gap: 12px; }

    /* FAQ */
    .faq-title { font-size: 1.4rem !important; }
    .accordion-button { font-size: 0.95rem !important; }

    /* Features grid: stays 2 cols, just tighter gap */
    .features-row-grid { gap: 8px; }
    .features-row-grid .feature span { font-size: 12px; }
    .features-row-grid .feature img  { width: 30px; height: 30px; }
	.allmart__woo_single_excerpt p{font-size: 14px !important;}
	.product-description p { font-size: 14px;}
}

/* ============================================================
   SP-WRAPPER (single-product-custom.css merged here)
   ============================================================ */
.sp-wrapper {
    background: var(--warm-white);
    max-width: 1200px;
    margin: 30px auto;
    padding: 0 20px 60px;
}

/* ── Gallery ── */
.sp-top-section {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    padding: 30px 0;
    animation: spFadeIn 0.8s ease 0.1s both;
}
.sp-gallery {
    flex: 0 0 45%;
    display: flex;
    gap: 12px;
    animation: spSlideLeft 0.8s cubic-bezier(0.22,1,0.36,1) 0.15s both;
}
.sp-gallery__main {
    flex: 1;
    border: 1px solid rgba(74,124,89,0.12);
    border-radius: 16px;
    overflow: hidden;
    background: var(--cream);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 380px;
}
.sp-gallery__main img {
    max-width: 100%;
    max-height: 420px;
    object-fit: contain;
    transition: opacity .25s;
}
.sp-gallery__thumbs {
    display: flex;
    flex-direction: column;
    gap: 8px;
    order: -1;
}
.sp-thumb {
    width: 72px;
    height: 72px;
    border: 2px solid rgba(74,124,89,0.15);
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: border-color .2s, transform .2s;
    background: var(--cream);
    display: flex;
    align-items: center;
    justify-content: center;
}
.sp-thumb img { width: 100%; height: 100%; object-fit: cover; }
.sp-thumb.active, .sp-thumb:hover {
    border-color: var(--sage);
    transform: scale(1.05);
}

/* ── Summary ── */
.sp-summary {
    flex: 1;
    animation: spSlideRight 0.8s cubic-bezier(0.22,1,0.36,1) 0.2s both;
}
.sp-title {
    font-size: 1.9em;
    font-weight: 700;
    color: var(--sage-dark);
    margin: 0 0 4px;
    line-height: 1.2;
    font-family: 'Cormorant Garamond', serif;
}
.sp-tagline { font-size: .95em; color: var(--text-mid); margin: 0 0 10px; }

/* Rating */
.sp-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}
.sp-rating .star-rating { font-size: 1em; }
.sp-rating__count { font-size: .9em; color: var(--text-soft); }
.sp-trust {
    font-size: .8em;
    background: var(--cream);
    color: var(--sage-dark);
    padding: 2px 10px;
    border-radius: 20px;
    border: 1px solid rgba(74,124,89,0.2);
}

/* Excerpt */
.sp-excerpt {
    font-size: .95em;
    color: var(--text-mid);
    line-height: 1.6;
    margin-bottom: 16px;
}

/* Feature badges */
.sp-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}
.sp-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: .82em;
    color: var(--text-dark);
    background: var(--cream);
    padding: 5px 12px;
    border-radius: 20px;
    border: 1px solid rgba(74,124,89,0.1);
    transition: background 0.2s;
}
.sp-badge:hover { background: var(--cream-dark); }
.sp-badge img { width: 18px; height: 18px; object-fit: contain; }

/* ── Pricing Cards ── */
.sp-pricing-cards {
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
    flex-wrap: wrap;
    animation: spFadeUp 0.6s cubic-bezier(0.22,1,0.36,1) 0.4s both;
}
.sp-price-card {
    flex: 1;
    min-width: 110px;
    border: 2px solid rgba(74,124,89,0.15);
    border-radius: 14px;
    padding: 14px 10px;
    text-align: center;
    cursor: pointer;
    position: relative;
    transition: border-color .25s, box-shadow .25s, transform .25s;
    background: var(--warm-white);
}
.sp-price-card:hover {
    border-color: var(--sage);
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(74,124,89,0.12);
}
.sp-price-card.active {
    border-color: var(--gold);
    background: var(--cream);
    box-shadow: 0 0 0 3px rgba(212,168,67,.15);
}
.sp-price-card.best { border-color: var(--gold); }
.sp-best-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gold);
    color: var(--text-dark);
    font-size: .72em;
    font-weight: 700;
    padding: 2px 10px;
    border-radius: 20px;
    white-space: nowrap;
}
.sp-card-attrs { font-size: .85em; font-weight: 600; color: var(--text-dark); margin-bottom: 6px; }
.sp-card-reg   { font-size: .82em; color: var(--text-soft); text-decoration: line-through; margin-bottom: 2px; }
.sp-card-sale  { font-size: 1.2em; font-weight: 700; color: var(--sage-dark); margin-bottom: 4px; }
.sp-card-save  { font-size: .78em; color: var(--sage); font-weight: 600; }

/* ── Buy Buttons ── */
.sp-buy-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 6px;
    animation: spFadeUp 0.6s cubic-bezier(0.22,1,0.36,1) 0.55s both;
}
.sp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 20px;
    border-radius: 50px;
    font-size: .95em;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: .5px;
    transition: transform .25s, box-shadow .25s;
    position: relative;
    overflow: hidden;
}
.sp-btn::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.12), transparent);
    opacity: 0;
    transition: opacity 0.3s;
}
.sp-btn:hover { transform: translateY(-2px); }
.sp-btn:hover::after { opacity: 1; }
.sp-btn img { height: 20px; object-fit: contain; }
.sp-btn--amazon  {
    background: linear-gradient(135deg, var(--sage) 0%, var(--sage-dark) 100%);
    color: #fff;
    box-shadow: 0 4px 20px rgba(74,124,89,0.3);
}
.sp-btn--amazon:hover  { color: #fff; box-shadow: 0 8px 28px rgba(74,124,89,0.45); }
.sp-btn--flipkart {
    background: linear-gradient(135deg, #1a6fe8 0%, #2874f0 100%);
    color: #fff;
    box-shadow: 0 4px 20px rgba(40,116,240,0.3);
}
.sp-btn--flipkart:hover { color: #fff; box-shadow: 0 8px 28px rgba(40,116,240,0.45); }

/* Simple product */
.sp-simple-price {
    font-size: 1.6em;
    font-weight: 700;
    color: var(--sage-dark);
    margin-bottom: 16px;
    font-family: 'Cormorant Garamond', serif;
}

/* ── Features Strip ── */
.sp-features-strip {
    background: linear-gradient(135deg, var(--sage-dark) 0%, #1d3d2a 100%) center/cover no-repeat;
    padding: 50px 20px;
    margin: 0 -20px;
    position: relative;
}
.sp-features-strip::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.3);
}
.sp-features-strip__icons {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px 40px;
    max-width: 900px;
    margin: 0 auto;
}
.sp-feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: #fff;
    text-align: center;
    min-width: 90px;
    animation: featureStagger 0.5s cubic-bezier(0.22,1,0.36,1) both;
}
.sp-feature-item:nth-child(1) { animation-delay: 0.1s; }
.sp-feature-item:nth-child(2) { animation-delay: 0.18s; }
.sp-feature-item:nth-child(3) { animation-delay: 0.26s; }
.sp-feature-item:nth-child(4) { animation-delay: 0.34s; }
.sp-feature-item:nth-child(5) { animation-delay: 0.42s; }
.sp-feature-item:nth-child(6) { animation-delay: 0.50s; }
.sp-feature-item i {
    font-size: 2em;
    background: rgba(255,255,255,.15);
    border-radius: 50%;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s, transform 0.3s;
}
.sp-feature-item:hover i {
    background: rgba(255,255,255,.28);
    transform: scale(1.1);
}
.sp-feature-item span { font-size: .78em; line-height: 1.3; max-width: 90px; }

/* ── Key Ingredients (sp-) ── */
.sp-ingredients {
    padding: 60px 0 40px;
    text-align: center;
    background: var(--cream);
    border-radius: 24px;
    margin: 0 0 40px;
}
.sp-ingredients__title {
    font-size: 1.8em;
    font-weight: 600;
    margin-bottom: 40px;
    color: var(--sage-dark);
    font-family: 'Cormorant Garamond', serif;
}
.sp-ingredients__grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 20px 30px;
    align-items: center;
    max-width: 960px;
    margin: 0 auto;
}
.sp-ingredients__center { display: flex; align-items: center; justify-content: center; }
.sp-ingredients__product-img {
    width: 220px;
    height: 220px;
    object-fit: contain;
    border-radius: 50%;
    border: 6px solid var(--cream-dark);
    animation: floatBob 6s ease-in-out infinite;
}
.sp-ingredients__col { display: flex; flex-direction: column; gap: 24px; }
.sp-ingredients__col--left  { text-align: right; }
.sp-ingredients__col--right { text-align: left; }
.sp-ingredient h4 {
    font-size: .95em;
    font-weight: 700;
    color: var(--sage-dark);
    margin: 0 0 4px;
}
.sp-ingredient p { font-size: .85em; color: var(--text-soft); margin: 0; line-height: 1.5; }

/* ── Tabs ── */
.sp-tabs-section { margin-top: 40px; }
.sp-testimonials-header .section-tag{
	justify-content: center;
}

/* ── Responsive ── */
@media (max-width: 900px) {
    .sp-top-section { flex-direction: column; }
    .sp-gallery { flex-direction: column-reverse; }
    .sp-gallery__thumbs { flex-direction: row; order: 0; }
    .sp-ingredients__grid { grid-template-columns: 1fr; text-align: center !important; }
    .sp-ingredients__col--left, .sp-ingredients__col--right { text-align: center; }
    .sp-ingredients__center { order: -1; }
}
@media (max-width: 600px) {
    .sp-pricing-cards { flex-direction: column; }
    .sp-price-card { min-width: unset; }
    .sp-features-strip__icons { gap: 20px; }
}

/* ============================================================
   SP-FAQ SECTION — matches home page faq style
   ============================================================ */
.sp-faq-section {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 60px;
    align-items: start;
    padding: 80px 0 60px;
    margin: 0 0 20px;
}
.section-tag {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--sage);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.section-tag::before {
    content: '';
    width: 24px;
    height: 2px;
    background: var(--sage);
    display: inline-block;
}
.sp-faq-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 600;
    color: var(--text-dark);
    line-height: 1.15;
    letter-spacing: -0.5px;
    margin: 0 0 14px;
}
.sp-faq-title em { font-style: italic; color: var(--sage-dark); }
.sp-faq-sub {
    font-size: 15px;
    color: var(--text-soft);
    margin: 0 0 24px;
    line-height: 1.6;
}
.sp-faq-link {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--text-dark);
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: color 0.2s;
}
.sp-faq-link:hover { color: var(--sage); text-decoration: underline; }

/* FAQ list */
.sp-faq-list { display: flex; flex-direction: column; }
.sp-faq-item {
    border-bottom: 1px solid rgba(74,124,89,0.12);
    overflow: hidden;
    transition: background 0.25s;
    border-radius: 0;
}
.sp-faq-item:first-child { border-top: 1px solid rgba(74,124,89,0.12); }
.sp-faq-item:hover { background: rgba(74,124,89,0.03); }
.sp-faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 18px 4px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    color: var(--text-dark);
    text-align: left;
    line-height: 1.4;
    transition: color 0.2s;
}
.sp-faq-question:hover { color: var(--sage-dark); }
.sp-faq-chevron {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(74,124,89,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--sage);
    transition: background 0.25s, color 0.25s, transform 0.35s;
    line-height: 1;
}
.sp-faq-item.open .sp-faq-chevron {
    background: var(--sage);
    color: #fff;
    transform: rotate(0deg);
}
.sp-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.22,1,0.36,1);
}
.sp-faq-item.open .sp-faq-answer { max-height: 300px; }
.sp-faq-answer-inner {
    padding: 0 4px 18px;
    font-size: 14px;
    color: var(--text-soft);
    line-height: 1.7;
}

/* ============================================================
   SP-RELATED PRODUCTS — matches home page products-section
   ============================================================ */
.sp-related-section {
    padding: 60px 0 80px;
}
.sp-related-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
}
.sp-related-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 600;
    color: var(--text-dark);
    line-height: 1.1;
    letter-spacing: -0.5px;
    margin: 0;
}
.sp-related-title em { font-style: italic; color: var(--sage-dark); }
.sp-related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.sp-related-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(74,124,89,0.08);
    text-decoration: none;
    display: block;
    transition: transform 0.35s cubic-bezier(0.22,1,0.36,1), box-shadow 0.35s;
    cursor: pointer;
}
.sp-related-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 56px rgba(74,124,89,0.14);
    text-decoration: none;
}
.sp-related-img {
    aspect-ratio: 1;
    background: linear-gradient(135deg, var(--cream) 0%, var(--cream-dark) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.sp-related-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 16px;
    transition: transform 0.4s cubic-bezier(0.22,1,0.36,1);
}
.sp-related-card:hover .sp-related-img img { transform: scale(1.05); }
.sp-related-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--sage);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 20px;
}
.sp-related-info { padding: 16px 18px 20px; }
.sp-related-name {
    font-weight: 600;
    font-size: 15px;
    color: var(--text-dark);
    margin-bottom: 6px;
    line-height: 1.3;
}
.sp-related-price {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--sage-dark);
    margin-bottom: 4px;
}
.sp-related-price del { color: var(--text-soft); font-size: 14px; }
.sp-related-stars .star-rating { font-size: 12px; }

/* ── Responsive ── */
@media (max-width: 992px) {
    .sp-faq-section { grid-template-columns: 1fr; gap: 32px; padding: 60px 0 40px; }
    .sp-related-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
}
@media (max-width: 600px) {
    .sp-faq-section { padding: 40px 0 30px; }
    .sp-faq-title { font-size: 1.6rem; }
    .sp-faq-question { font-size: 14px; padding: 14px 4px; }
    .sp-related-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .sp-related-title { font-size: 1.5rem; }
    .sp-related-info { padding: 12px 14px 16px; }
    .sp-related-name { font-size: 13px; }
}

/* ============================================================
   FORCE HOME-PAGE HEADING STYLE ON ALL SINGLE PRODUCT SECTIONS
   Overrides any theme/WooCommerce h2 defaults
   ============================================================ */

/* The home page section-title pattern:
   font-family: Cormorant Garamond, serif
   font-size: clamp(32px,4vw,52px)
   font-weight: 300
   line-height: 1.2
   color: var(--text-dark)
   em = italic, color: var(--sage)
*/

.key-ingredients-section h2,
.key-ingredients-title,
.product-info-data-title,
.sp-faq-title,
.sp-related-title,
.allmart-product-container-bx h2:not(.accordion-header) {
    font-family: 'Cormorant Garamond', 'Playfair Display', Georgia, serif !important;
    font-weight: 300 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.3px !important;
    text-transform: none !important;
}

.key-ingredients-title {
    font-size: clamp(32px, 4vw, 52px) !important;
    color: var(--text-dark) !important;
    text-align: center !important;
    margin-bottom: 48px !important;
}
.key-ingredients-title em {
    font-style: italic !important;
    color: var(--sage) !important;
}

.product-info-data-title {
    font-size: clamp(28px, 3.5vw, 48px) !important;
    color: #fff !important;
    padding: 0 !important;
    margin-bottom: 12px !important;
}

.sp-faq-title {
    font-size: clamp(32px, 4vw, 52px) !important;
    color: var(--text-dark) !important;
    margin: 0 0 14px !important;
}
.sp-faq-title em {
    font-style: italic !important;
    color: var(--sage) !important;
}

.sp-related-title {
    font-size: clamp(32px, 4vw, 52px) !important;
    color: var(--text-dark) !important;
    margin: 0 !important;
}
.sp-related-title em {
    font-style: italic !important;
    color: var(--sage) !important;
}

/* section-tag — exact home page match */
.section-tag,
.key-ingredients-section .section-tag,
.product-info-data-section .section-tag,
.sp-faq-section .section-tag,
.sp-related-section .section-tag {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    color: var(--sage) !important;
    margin-bottom: 14px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}
.key-ingredients-section .section-tag{
    justify-content: center;
}
.section-tag::before,
.key-ingredients-section .section-tag::before,
.sp-faq-section .section-tag::before,
.sp-related-section .section-tag::before {
    content: '' !important;
    width: 30px !important;
    height: 1.5px !important;
    background: var(--sage) !important;
    display: inline-block !important;
    flex-shrink: 0 !important;
}
/* Dark bg section tag */
.product-info-data-section .section-tag {
    color: rgba(255,255,255,0.65) !important;
    justify-content: center;
}
.product-info-data-section .section-tag::before {
    background: var(--gold-light) !important;
}

/* Responsive */
@media (max-width: 768px) {
    .key-ingredients-title,
    .sp-faq-title,
    .sp-related-title { font-size: clamp(26px, 6vw, 36px) !important; }
    .product-info-data-title { font-size: clamp(24px, 5.5vw, 34px) !important; }
}


 /* =====================================================
           Testimonials Section — single-layout-one.php
           ===================================================== */
        .sp-testimonials-section {
            background: #f8f5ef;
            padding: 72px 0 80px;
        }
 
        .sp-testimonials-header {
            text-align: center;
            margin-bottom: 48px;
        }
 
        .sp-testimonials-header .section-tag {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            font-size: 13px;
            letter-spacing: .08em;
            color: #5a7a5a;
            text-transform: uppercase;
            font-weight: 500;
            margin-bottom: 14px;
        }
 
        .sp-testimonials-header .section-tag::before,
        .sp-testimonials-header .section-tag::after {
            content: '';
            display: block;
            width: 28px;
            height: 2px;
            background: #5a7a5a;
        }
 
        .sp-testimonials-title {
            font-size: clamp(2rem, 4vw, 2.75rem);
            font-weight: 700;
            color: #1e2d26;
            line-height: 1.15;
            margin: 0;
        }
 
        .sp-testimonials-title em {
            font-style: italic;
            font-weight: 400;
        }
 
        /* Grid: 3 cols on desktop, 1 on mobile */
        .sp-testimonials-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
        }
 
        @media (max-width: 991px) {
            .sp-testimonials-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
 
        @media (max-width: 575px) {
            .sp-testimonials-grid {
                grid-template-columns: 1fr;
            }
        }
 
        /* Card */
        .sp-testimonial-card {
            background: #ffffff;
            border-radius: 12px;
            padding: 28px 26px 24px;
            display: flex;
            flex-direction: column;
            gap: 16px;
            box-shadow: 0 1px 4px rgba(0,0,0,.06);
        }
 
        /* Stars */
        .sp-testimonial-stars {
            display: flex;
            gap: 3px;
        }
 
        /* Review text */
        .sp-testimonial-review {
            font-size: 14px;
            line-height: 1.7;
            color: #444;
            margin: 0;
            flex-grow: 1;
        }
 
        /* Author row */
     .sp-testimonial-author {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: auto;
    background: white;
    padding: 8px;
}
        .sp-testimonial-avatar {
            flex-shrink: 0;
        }
 
        .sp-testimonial-avatar img {
            width: 56px;
            height: 56px;
            border-radius: 50%;
            object-fit: cover;
            display: block;
        }
 
        .sp-testimonial-meta {
            display: flex;
            flex-direction: column;
            gap: 3px;
        }
 
        .sp-testimonial-name {
            font-style: normal;
            font-size: 15px;
            font-weight: 700;
            color: #1e2d26;
        }
 
        .sp-testimonial-location {
            font-size: 13px;
            color: #888;
        }

/* Mobile top block: brand + title above images */
.hb-mobile-top { padding: 16px 0 8px; }
.hb-mobile-top .allmart-product-single-title h1,
.hb-mobile-top .allmart-product-single-title .product_title {
    font-family: 'Cormorant Garamond', 'Playfair Display', serif !important;
    font-size: clamp(26px, 6vw, 36px) !important;
    font-weight: 600 !important;
    color: var(--text-dark) !important;
    margin: 0 !important;
    letter-spacing: -0.5px;
    line-height: 1.1;
}

/* ── PRODUCT PAGE: prevent horizontal scroll from translateX animations on mobile ── */
/* .allmart-product-container-bx { overflow-x: hidden; } */

@media (max-width: 991px) {
    .hb-anim-fadeLeft  { transform: translateY(40px); }
    .hb-anim-fadeRight { transform: translateY(40px); }
}

/* ============================================================
   QTY + ADD TO CART ROW
   ============================================================ */
.allmart-qty-cart-row {
    display: flex;
    align-items: stretch;
    gap: 12px;
    margin-top: 4px;
}
.allmart-qty-cart-row .quantity {
    display: flex;
    align-items: center;
    border: 1.5px solid rgba(74,124,89,0.25);
    border-radius: 50px;
    overflow: hidden;
    background: var(--warm-white);
    flex-shrink: 0;
}
.allmart-qty-cart-row .quantity input[type=number] {
    width: 48px;
    text-align: center;
    border: none;
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-dark);
    padding: 0 4px;
    -moz-appearance: textfield;
}
.allmart-qty-cart-row .quantity input[type=number]::-webkit-inner-spin-button,
.allmart-qty-cart-row .quantity input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; }
.allmart-qty-cart-row .quantity .qty-btn,
.allmart-qty-cart-row .quantity .minus,
.allmart-qty-cart-row .quantity .plus {
    width: 40px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    font-size: 20px;
    color: var(--sage);
    cursor: pointer;
    transition: background 0.2s;
    line-height: 1;
}
.allmart-qty-cart-row .quantity .qty-btn:hover,
.allmart-qty-cart-row .quantity .minus:hover,
.allmart-qty-cart-row .quantity .plus:hover { background: rgba(74,124,89,0.08); }
.allmart-qty-cart-row .hb-btn-addtocart {
    flex: 1;
    height: 48px;
    padding: 0 24px;
    border-radius: 50px;
    background: linear-gradient(135deg, var(--sage) 0%, var(--sage-dark) 100%);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.22,1,0.36,1);
    box-shadow: 0 4px 20px rgba(74,124,89,0.35);
}
.allmart-qty-cart-row .hb-btn-addtocart:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(74,124,89,0.45);
}
.allmart-qty-cart-row .hb-btn-addtocart:disabled,
.allmart-qty-cart-row .hb-btn-addtocart.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}
@media (max-width: 600px) {
	 .woocommerce-breadcrumb a, .woocommerce-breadcrumb{
		display: inline !important;
	}
    .allmart-qty-cart-row { gap: 8px; }
    .allmart-qty-cart-row .hb-btn-addtocart { font-size: 12px; padding: 0 16px; }
}
