/* Source 18752: Tailwind New */
/* ============================================
       OmVeda Custom Prefix: ov-
       Scoped styles for WordPress/Elementor integration
       No external CSS framework — inherits theme fonts
       Color tokens matched to omveda-shop.de
       ============================================ */

    /* === SCOPED RESET (inside .ov-wrapper only) === */
    .ov-wrapper,
    .ov-wrapper *,
    .ov-wrapper *::before,
    .ov-wrapper *::after {
      box-sizing: border-box;
    }

    .ov-wrapper h1,
    .ov-wrapper h2,
    .ov-wrapper h3,
    .ov-wrapper h4,
    .ov-wrapper h5,
    .ov-wrapper h6,
    .ov-wrapper p {
      margin: 0;
      padding: 0;
    }

    .ov-wrapper a {
      color: inherit;
      text-decoration: none;
    }

    .ov-wrapper img {
      max-width: 100%;
      height: auto;
      display: block;
    }

    .ov-wrapper ul,
    .ov-wrapper ol {
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .ov-wrapper hr {
      margin: 0;
      padding: 0;
    }

    .ov-wrapper button,
    .ov-wrapper input,
    .ov-wrapper select,
    .ov-wrapper textarea {
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
      margin: 0;
    }

    /* === DESIGN TOKENS (matched to omveda-shop.de) === */
    :root {
      --ov-primary: #8CBC4F;
      --ov-primary-dark: #648935;
      --ov-primary-light: #a3d468;
      --ov-dark: #184a33;
      --ov-dark-alt: #1F4D35;
      --ov-text: #194A33;
      --ov-text-secondary: #6B6F6C;
      --ov-accent: #000000;
      --ov-bg: #ffffff;
      --ov-bg-alt: #F5F7F5;
      --ov-bg-cream: #fafafa;
      --ov-border: #efefef;
      --ov-border-mid: #e0ddd4;
      --ov-highlight: #7bb944;
      --ov-white: #ffffff;
      --ov-radius: 8px;
      --ov-shadow: 0 2px 16px rgba(24, 74, 51, 0.07);
      --ov-shadow-hover: 0 6px 28px rgba(24, 74, 51, 0.12);
      --ov-transition: all 0.3s ease;
      --ov-red-bean: #8B3A3A;
      --ov-red-bean-light: #C75050;
      --ov-warm: #D4A574;
    }

    /* === WRAPPER === */
    .ov-wrapper {
      font-family: inherit;
      color: var(--ov-text);
      background: var(--ov-bg);
      line-height: 1.7;
      -webkit-font-smoothing: antialiased;
    }

    /* === HEADINGS === */
    .ov-heading {
      font-family: inherit;
      color: var(--ov-dark);
      font-weight: 700;
      line-height: 1.25;
      letter-spacing: -0.01em;
    }

    .ov-heading--xl {
      font-size: clamp(2rem, 5vw, 3.2rem);
    }

    .ov-heading--lg {
      font-size: clamp(1.5rem, 3.5vw, 2.2rem);
    }

    .ov-heading--md {
      font-size: clamp(1.15rem, 2.5vw, 1.5rem);
    }

    .ov-heading--sm {
      font-size: clamp(1rem, 2vw, 1.15rem);
    }

    /* === KICKER / SUBHEADING === */
    .ov-kicker {
      font-family: inherit;
      font-weight: 700;
      font-size: 0.95rem;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--ov-primary-dark);
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }

    .ov-kicker::before {
      content: '';
      display: inline-block;
      width: 28px;
      height: 3px;
      background: var(--ov-primary);
      border-radius: 2px;
    }

    /* === BODY TEXT === */
    .ov-body {
      font-size: 1rem;
      color: var(--ov-text-secondary);
      max-width: 640px;
    }

    .ov-body--lg {
      font-size: 1.1rem;
      line-height: 1.8;
    }

    .ov-body--full {
      max-width: none;
    }

    /* === HERO SECTION === */
    .ov-hero {
      position: relative;
      overflow: hidden;
      background: linear-gradient(160deg, #f7faf3 0%, #eef6e2 40%, #e8f0da 100%);
      padding: clamp(3rem, 8vw, 5.5rem) clamp(1.5rem, 4vw, 4rem);
      text-align: center;
    }

    .ov-hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse 600px 400px at 20% 80%, rgba(140, 188, 79, 0.12) 0%, transparent 70%),
        radial-gradient(ellipse 500px 500px at 80% 20%, rgba(24, 74, 51, 0.04) 0%, transparent 60%);
      pointer-events: none;
    }

    .ov-hero::after {
      content: '';
      position: absolute;
      inset: 0;
      background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23184a33' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      pointer-events: none;
    }

    .ov-hero .ov-heading {
      color: var(--ov-dark);
    }

    .ov-hero .ov-kicker {
      color: var(--ov-primary-dark);
    }

    .ov-hero .ov-kicker::before {
      background: var(--ov-primary);
    }

    .ov-hero .ov-body {
      color: var(--ov-text-secondary);
      margin-left: auto;
      margin-right: auto;
    }

    .ov-hero__badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: rgba(24, 74, 51, 0.06);
      border: 1px solid rgba(24, 74, 51, 0.12);
      border-radius: 100px;
      padding: 6px 18px;
      font-size: 0.8rem;
      color: var(--ov-dark);
      margin-bottom: 1.5rem;
      backdrop-filter: blur(6px);
    }

    .ov-hero__ornament {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 12px;
      margin: 1.25rem auto;
      color: var(--ov-primary);
      font-size: 0.7rem;
      opacity: 0.6;
    }

    .ov-hero__ornament span {
      width: 40px;
      height: 1px;
      background: var(--ov-primary);
    }

    /* === SECTION === */
    .ov-section {
      padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1.25rem, 4vw, 4rem);
    }

    .ov-section--alt {
      background: var(--ov-bg-alt);
    }

    .ov-container {
      max-width: 1120px;
      margin: 0 auto;
    }

    /* === FEATURE GRID === */
    .ov-features {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 1.5rem;
    }

    .ov-feature-card {
      background: var(--ov-white);
      border: 1px solid var(--ov-border);
      border-radius: var(--ov-radius);
      padding: 2rem 1.75rem;
      transition: var(--ov-transition);
      position: relative;
      overflow: hidden;
    }

    .ov-feature-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 3px;
      background: linear-gradient(90deg, var(--ov-dark), var(--ov-primary));
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.4s ease;
    }

    .ov-feature-card:hover {
      box-shadow: var(--ov-shadow-hover);
      transform: translateY(-3px);
    }

    .ov-feature-card:hover::before {
      transform: scaleX(1);
    }

    .ov-feature-icon {
      width: 50px;
      height: 50px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.2rem;
      margin-bottom: 1.25rem;
      background: var(--ov-bg-alt);
      color: var(--ov-dark);
    }

    /* === SPICE CARDS === */
    .ov-spice-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 1.25rem;
    }

    .ov-spice-card {
      background: var(--ov-white);
      border: 1px solid var(--ov-border);
      border-radius: var(--ov-radius);
      overflow: hidden;
      transition: var(--ov-transition);
    }

    .ov-spice-card:hover {
      box-shadow: var(--ov-shadow-hover);
      transform: translateY(-2px);
    }

    .ov-spice-card__img {
      width: 100%;
      aspect-ratio: 4 / 3;
      object-fit: cover;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 3rem;
      background: var(--ov-bg-alt);
    }

    .ov-spice-card__body {
      padding: 1.25rem 1.25rem 1.5rem;
    }

    .ov-spice-card__tag {
      display: inline-block;
      font-size: 0.68rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--ov-primary-dark);
      background: #eef6e2;
      padding: 3px 10px;
      border-radius: 4px;
      margin-bottom: 0.6rem;
    }

    .ov-spice-card__price {
      font-family: inherit;
      font-size: 1.3rem;
      font-weight: 800;
      color: var(--ov-dark);
    }

    .ov-spice-card__weight {
      font-size: 0.82rem;
      color: var(--ov-text-secondary);
    }

  	/* === PROMISE BAR === */

.ov-promise-bar {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.2rem;
  text-align: center;
  align-items: start;
}

.ov-promise-item {
  padding: 1.2rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  border-radius: 18px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.ov-promise-item:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.45);
  box-shadow: 0 10px 24px rgba(31, 77, 58, 0.06);
}

.ov-promise-item__icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(140, 188, 79, 0.14);
  border: 1px solid rgba(140, 188, 79, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ov-primary);
  position: relative;
  flex-shrink: 0;
}

.ov-promise-item__icon::before {
  font-size: 1.35rem;
  line-height: 1;
  display: block;
}

/* individual icons */
.ov-promise-item__icon--spicy::before {
  content: "🌶";
}

.ov-promise-item__icon--ground::before {
  content: "✺";
  font-size: 1.1rem;
}

.ov-promise-item__icon--versatile::before {
  content: "🍽";
}

.ov-promise-item__icon--bio::before {
  content: "🌿";
}

.ov-promise-item__label {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1f4d3a;
  letter-spacing: 0.01em;
  line-height: 1.35;
}

.ov-promise-item__sub {
  font-size: 0.78rem;
  color: #6b7c70;
  line-height: 1.45;
}

/* responsive */
@media (max-width: 767px) {
  .ov-promise-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
  }

  .ov-promise-item {
    padding: 1rem 0.75rem;
  }

  .ov-promise-item__icon {
    width: 48px;
    height: 48px;
  }

  .ov-promise-item__label {
    font-size: 0.88rem;
  }

  .ov-promise-item__sub {
    font-size: 0.74rem;
  }
}

    /* === STORY SECTION === */
    .ov-story-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 3rem;
      align-items: center;
    }

    @media (max-width: 768px) {
      .ov-story-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
      }
    }

    .ov-story-visual {
      position: relative;
      border-radius: var(--ov-radius);
      overflow: hidden;
      aspect-ratio: 4 / 3;
      background: linear-gradient(135deg, var(--ov-bg-alt) 0%, #eef6e2 100%);
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .ov-story-visual__placeholder {
      font-size: 5rem;
      opacity: 0.5;
    }

    .ov-story-visual__badge {
      position: absolute;
      bottom: 16px;
      right: 16px;
      background: var(--ov-dark);
      color: #fff;
      font-family: inherit;
      font-size: 0.85rem;
      font-weight: 600;
      padding: 8px 18px;
      border-radius: 6px;
      display: flex;
      align-items: center;
      gap: 6px;
    }

    /* === CHECK LIST === */
    .ov-check-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      gap: 0.75rem;
    }



    .ov-check-list li::before {
      content: '\f00c';
      font-family: 'Font Awesome 6 Free';
      font-weight: 900;
      font-size: 0.65rem;
      color: var(--ov-primary);
      background: #eef6e2;
      min-width: 22px;
      height: 22px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 2px;
    }

    /* === TESTIMONIAL === */
    .ov-testimonial {
      background: var(--ov-white);
      border: 1px solid var(--ov-border);
      border-radius: var(--ov-radius);
      padding: 2rem;
      position: relative;
    }

    .ov-testimonial::before {
      content: '\201C';
      font-size: 4rem;
      color: #eef6e2;
      position: absolute;
      top: 8px;
      left: 20px;
      line-height: 1;
    }

    .ov-testimonial__text {
      font-size: 1.05rem;
      font-style: italic;
      color: var(--ov-text);
      line-height: 1.7;
      margin-bottom: 1rem;
      padding-top: 1rem;
    }

    .ov-testimonial__author {
      font-size: 0.85rem;
      font-weight: 700;
      color: var(--ov-dark);
    }

    .ov-testimonial__role {
      font-size: 0.78rem;
      color: var(--ov-text-secondary);
    }

    .ov-stars {
      color: #f5a623;
      font-size: 0.85rem;
      letter-spacing: 2px;
    }

    /* === DIVIDER === */
    .ov-divider {
      border: none;
      height: 1px;
      background: var(--ov-border);
      margin: 0;
    }

    /* === CTA SECTION === */
    .ov-cta-section {
      background: linear-gradient(160deg, var(--ov-dark), #0d3020);
      text-align: center;
      padding: clamp(2.5rem, 6vw, 4rem) clamp(1.25rem, 4vw, 4rem);
      position: relative;
      overflow: hidden;
    }

    .ov-cta-section::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse 500px 300px at 50% 100%, rgba(140, 188, 79, 0.1) 0%, transparent 70%);
      pointer-events: none;
    }

    .ov-cta-section .ov-heading { color: #fff; }
    .ov-cta-section .ov-body { color: rgba(255,255,255,0.7); margin: 0 auto; }

    /* === BUTTONS === */
    .ov-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-family: inherit;
      font-weight: 700;
      font-size: 0.9rem;
      letter-spacing: 0.03em;
      border: none;
      border-radius: 4px;
      padding: 14px 32px;
      cursor: pointer;
      transition: var(--ov-transition);
      text-decoration: none;
    }

    .ov-btn--primary {
      background: var(--ov-primary);
      color: #ffffff;
    }

    .ov-btn--primary:hover {
      background: var(--ov-primary-dark);
      transform: translateY(-1px);
      box-shadow: 0 4px 16px rgba(140, 188, 79, 0.3);
    }

    .ov-btn--dark {
      background: var(--ov-dark);
      color: #ffffff;
    }

    .ov-btn--dark:hover {
      background: var(--ov-primary);
      color: #ffffff;
    }

    .ov-btn--outline {
      background: transparent;
      color: var(--ov-dark);
      border: 2px solid var(--ov-dark);
    }

    .ov-btn--outline:hover {
      background: var(--ov-dark);
      color: #fff;
    }

    /* === CERT BADGES === */
    .ov-cert-row {
      display: flex;
      flex-wrap: wrap;
      gap: 0.75rem;
      align-items: center;
    }

    .ov-cert-badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 0.75rem;
      font-weight: 600;
      color: var(--ov-dark);
      background: #eef6e2;
      padding: 6px 14px;
      border-radius: 4px;
    }

    /* === FOOTER === */
    .ov-footer {
      text-align: center;
      padding: 1.5rem;
      font-size: 0.78rem;
      color: var(--ov-text-secondary);
      border-top: 1px solid var(--ov-border);
    }

    /* === TESTIMONIAL GRID === */
    .ov-testimonial-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 1.25rem;
    }

    /* === ANIMATIONS === */
    @keyframes ov-fadeUp {
      from { opacity: 0; transform: translateY(20px); }
      to { opacity: 1; transform: translateY(0); }
    }

    .ov-animate {
      animation: ov-fadeUp 0.6s ease both;
    }

    .ov-animate--d1 { animation-delay: 0.1s; }
    .ov-animate--d2 { animation-delay: 0.2s; }
    .ov-animate--d3 { animation-delay: 0.3s; }
    .ov-animate--d4 { animation-delay: 0.4s; }
    .ov-animate--d5 { animation-delay: 0.5s; }
    .ov-animate--d6 { animation-delay: 0.6s; }

    /* ============================================
       PRODUCT PAGE — ADDITIONAL ov- COMPONENTS
       ============================================ */

    /* === NUMBERED STEPS === */
    .ov-steps {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      gap: 1rem;
      counter-reset: ov-step;
    }

    .ov-steps li {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      font-size: 0.95rem;
      color: var(--ov-text-secondary);
      line-height: 1.7;
      counter-increment: ov-step;
    }

    .ov-steps li::before {
      content: counter(ov-step);
      font-family: inherit;
      font-weight: 800;
      font-size: 0.75rem;
      color: var(--ov-white);
      background: var(--ov-dark);
      min-width: 28px;
      height: 28px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 2px;
      flex-shrink: 0;
    }

    /* === FAQ ACCORDION === */
    .ov-faq-list {
      display: flex;
      flex-direction: column;
      gap: 0.75rem;
    }

    .ov-faq-item {
      background: var(--ov-white);
      border: 1px solid var(--ov-border);
      border-radius: var(--ov-radius);
      overflow: hidden;
      transition: var(--ov-transition);
    }

    .ov-faq-item:hover {
      box-shadow: var(--ov-shadow);
    }

    .ov-faq-question {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      width: 100%;
      padding: 1.25rem 1.5rem;
      background: none;
      border: none;
      cursor: pointer;
      font-family: inherit;
      font-size: 1rem;
      font-weight: 700;
      color: var(--ov-dark);
      text-align: left;
      line-height: 1.4;
      transition: var(--ov-transition);
    }

    .ov-faq-question:hover {
      color: var(--ov-primary-dark);
    }

    .ov-faq-question i {
      font-size: 0.75rem;
      color: var(--ov-primary);
      transition: transform 0.3s ease;
      flex-shrink: 0;
    }

    .ov-faq-item.ov-faq-item--open .ov-faq-question i {
      transform: rotate(180deg);
    }

    .ov-faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.35s ease, padding 0.35s ease;
    }

    .ov-faq-item.ov-faq-item--open .ov-faq-answer {
      max-height: 300px;
    }

    .ov-faq-answer__inner {
      padding: 0 1.5rem 1.25rem;
      font-size: 0.95rem;
      color: var(--ov-text-secondary);
      line-height: 1.7;
    }

    /* === PAIRING CARD === */
    .ov-pairing-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 1rem;
    }

    .ov-pairing-card {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      background: var(--ov-white);
      border: 1px solid var(--ov-border);
      border-radius: var(--ov-radius);
      padding: 1.25rem 1.5rem;
      transition: var(--ov-transition);
    }

    .ov-pairing-card:hover {
      box-shadow: var(--ov-shadow);
      transform: translateY(-2px);
    }

    .ov-pairing-card__icon {
      width: 40px;
      height: 40px;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.15rem;
      background: #eef6e2;
      flex-shrink: 0;
    }

    .ov-pairing-card__content {
      flex: 1;
    }

    /* === RECIPE CARD === */
    .ov-recipe-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 1.25rem;
    }

    .ov-recipe-card {
      background: var(--ov-white);
      border: 1px solid var(--ov-border);
      border-radius: var(--ov-radius);
      padding: 1.75rem 1.5rem;
      transition: var(--ov-transition);
      position: relative;
      overflow: hidden;
    }

    .ov-recipe-card::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 3px;
      background: linear-gradient(90deg, var(--ov-primary), var(--ov-primary-light));
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.4s ease;
    }

    .ov-recipe-card:hover {
      box-shadow: var(--ov-shadow-hover);
      transform: translateY(-3px);
    }

    .ov-recipe-card:hover::after {
      transform: scaleX(1);
    }

    .ov-recipe-card__emoji {
      font-size: 2.5rem;
      margin-bottom: 1rem;
      display: block;
    }

    /* === BUNDLE CARD === */
    .ov-bundle-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 1.25rem;
    }

    .ov-bundle-card {
      background: var(--ov-white);
      border: 1px solid var(--ov-border);
      border-radius: var(--ov-radius);
      padding: 2rem 1.75rem;
      transition: var(--ov-transition);
      position: relative;
    }

    .ov-bundle-card:hover {
      box-shadow: var(--ov-shadow-hover);
      transform: translateY(-2px);
    }

    .ov-bundle-card__label {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 0.68rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--ov-white);
      background: var(--ov-dark);
      padding: 4px 12px;
      border-radius: 4px;
      margin-bottom: 0.75rem;
    }

    /* === CUISINE TAG ROW === */
    .ov-cuisine-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 1.25rem;
    }

    .ov-cuisine-card {
      background: var(--ov-white);
      border: 1px solid var(--ov-border);
      border-radius: var(--ov-radius);
      padding: 1.5rem;
      text-align: center;
      transition: var(--ov-transition);
    }

    .ov-cuisine-card:hover {
      box-shadow: var(--ov-shadow);
      transform: translateY(-2px);
    }

    .ov-cuisine-card__emoji {
      font-size: 2rem;
      display: block;
      margin-bottom: 0.75rem;
    }

    /* === NAMES TAG ROW === */
    .ov-name-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 0.6rem;
      justify-content: center;
    }

    .ov-name-tag {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 0.85rem;
      font-weight: 600;
      color: var(--ov-dark);
      background: var(--ov-bg-alt);
      border: 1px solid var(--ov-border);
      padding: 8px 18px;
      border-radius: 100px;
    }

    /* === SOCIAL MENTION === */
    .ov-social-bar {
      display: flex;
      align-items: center;
      gap: 1.25rem;
      flex-wrap: wrap;
    }

    .ov-social-icon {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: #eef6e2;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.1rem;
      color: var(--ov-dark);
      flex-shrink: 0;
    }

    /* === SECTION HEADING CENTERED === */
    .ov-section-header {
      text-align: center;
      margin-bottom: 2.5rem;
    }

    .ov-section-header .ov-kicker {
      justify-content: center;
      margin-bottom: 0.75rem;
    }

    .ov-section-header .ov-body {
      margin: 0 auto;
    }

    /* === CROSS-SELL GRID === */
    .ov-crosssell-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 1rem;
    }

    .ov-crosssell-card {
      background: var(--ov-white);
      border: 1px solid var(--ov-border);
      border-radius: var(--ov-radius);
      padding: 1.25rem;
      text-align: center;
      transition: var(--ov-transition);
    }

    .ov-crosssell-card:hover {
      box-shadow: var(--ov-shadow);
      transform: translateY(-2px);
    }

    .ov-crosssell-card__emoji {
      font-size: 2rem;
      display: block;
      margin-bottom: 0.5rem;
    }

    /* === NOTE BOX === */
    .ov-note {
      background: #eef6e2;
      border-left: 3px solid var(--ov-primary);
      border-radius: 0 var(--ov-radius) var(--ov-radius) 0;
      padding: 1rem 1.25rem;
      font-size: 0.88rem;
      color: var(--ov-text-secondary);
      line-height: 1.6;
    }

    .ov-note i {
      color: var(--ov-primary-dark);
      margin-right: 6px;
    }

    /* === IMAGE PLACEHOLDER === */
    .ov-img-placeholder {
      position: relative;
      width: 100%;
      border-radius: var(--ov-radius);
      overflow: hidden;
      background: var(--ov-bg-alt);
      border: 2px dashed var(--ov-border-mid);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 10px;
      transition: var(--ov-transition);
    }

    .ov-img-placeholder--landscape {
      aspect-ratio: 4 / 3;
    }

    .ov-img-placeholder__icon {
      width: 56px;
      height: 56px;
      border-radius: 50%;
      background: rgba(140, 188, 79, 0.12);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.3rem;
      color: var(--ov-primary-dark);
    }

    .ov-img-placeholder__dims {
      font-size: 0.82rem;
      font-weight: 700;
      color: var(--ov-text-secondary);
      letter-spacing: 0.04em;
    }

    .ov-img-placeholder__hint {
      font-size: 0.75rem;
      color: var(--ov-text-secondary);
      opacity: 0.7;
    }

    .ov-img-placeholder img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: var(--ov-radius);
    }

  /* ============================================
       OmVeda Blog Template — NEW styles only
       Extends the existing ov- component system
       Does NOT redefine any existing ov- classes
       ============================================ */

    /* === BLOG HERO — dark variant modifier === */
    .ov-hero--dark {
      background: linear-gradient(160deg, var(--ov-dark) 0%, #0d3020 55%, #1a5e3a 100%);
    }
    .ov-hero--dark::before {
      background:
        radial-gradient(ellipse 600px 400px at 20% 80%, rgba(140,188,79,0.1) 0%, transparent 70%),
        radial-gradient(ellipse 500px 500px at 80% 20%, rgba(140,188,79,0.06) 0%, transparent 60%);
    }
    .ov-hero--dark::after {
      background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    }
    .ov-hero--dark .ov-heading { color: #fff; }
    .ov-hero--dark .ov-kicker { color: var(--ov-primary-light); }
    .ov-hero--dark .ov-kicker::before { background: var(--ov-primary-light); }
    .ov-hero--dark .ov-body { color: rgba(255,255,255,0.78); }
    .ov-hero--dark .ov-hero__badge {
      background: rgba(255,255,255,0.08);
      border-color: rgba(255,255,255,0.12);
      color: rgba(255,255,255,0.85);
    }

    /* === BLOG META (below hero title) === */
    .ov-blog-meta {
      display: flex; flex-wrap: wrap; gap: 12px;
      justify-content: center; align-items: center;
      font-size: 0.82rem; color: rgba(255,255,255,0.55);
      margin-top: 1.25rem;
    }
    .ov-blog-meta__item { display: inline-flex; align-items: center; gap: 5px; color: var(--ov-text-secondary); }
    .ov-blog-meta__item i { font-size: 0.72rem; color: var(--ov-text-secondary); }
    .ov-blog-meta__dot { width: 3px; height: 3px; border-radius: 50%; background: rgba(255,255,255,0.3); }

    /* === TABLE OF CONTENTS === */
    .ov-toc {
      background: var(--ov-white); border: 1px solid var(--ov-border);
      border-radius: var(--ov-radius); padding: 1.75rem 2rem;
      max-width: 800px; margin: 0 auto;
    }
    .ov-toc__title {
      font-weight: 700; font-size: 0.9rem; color: var(--ov-dark);
      margin-bottom: 1rem; display: flex; align-items: center; gap: 8px;
    }
    .ov-toc__title i { color: var(--ov-primary); }
    .ov-toc__list {
      display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
      gap: 0.5rem 1.5rem;
    }
    .ov-toc__link {
      display: flex; align-items: center; gap: 10px;
      font-size: 0.9rem; color: var(--ov-text-secondary);
      padding: 6px 0; border-bottom: 1px solid transparent;
      transition: var(--ov-transition);
    }
    .ov-toc__link:hover { color: var(--ov-dark); border-bottom-color: var(--ov-border); }
    .ov-toc__num {
      min-width: 28px; height: 28px; border-radius: 6px;
      background: #eef6e2; color: var(--ov-primary-dark);
      font-size: 0.75rem; font-weight: 700;
      display: flex; align-items: center; justify-content: center;
    }

    /* ============================================
       2-COLUMN SPICE LAYOUT
       Left = text content · Right = product(s)
       ============================================ */
    .ov-spice-section {
      padding-bottom: 2.5rem; margin-bottom: 2.5rem;
      border-bottom: 1px solid var(--ov-border);
    }
    .ov-spice-section:last-of-type { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }

    .ov-spice-layout {
      display: grid; grid-template-columns: 1fr 320px;
      gap: 2rem; align-items: start;
    }
    @media (max-width: 860px) {
      .ov-spice-layout { grid-template-columns: 1fr; }
    }
    .ov-spice-layout--full { grid-template-columns: 1fr; max-width: 800px; }

    .ov-spice-header { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 1rem; }
    .ov-spice-num {
      min-width: 48px; height: 48px; border-radius: 12px;
      background: var(--ov-dark); color: #fff;
      font-size: 1.1rem; font-weight: 800;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
    }
    .ov-spice-subtitle { font-size: 0.95rem; color: var(--ov-text-secondary); font-style: italic; margin-top: 0.3rem; }
    .ov-spice-body { font-size: 0.95rem; color: var(--ov-text-secondary); line-height: 1.75; margin-bottom: 1.25rem; }

    /* Right column — product sidebar */
    .ov-product-sidebar {
      position: sticky; top: 1.5rem;
      background: var(--ov-bg-alt); border: 1px solid var(--ov-border);
      border-radius: var(--ov-radius); padding: 1.25rem;
    }
    .ov-product-sidebar__label {
      font-size: 0.72rem; font-weight: 700; text-transform: uppercase;
      letter-spacing: 0.12em; color: var(--ov-primary-dark);
      margin-bottom: 0.75rem; display: flex; align-items: center; gap: 6px;
    }
    .ov-product-sidebar__label i { color: var(--ov-primary); font-size: 0.7rem; }
    .ov-product-sidebar__slot { margin-bottom: 0.75rem; }
    .ov-product-sidebar__slot:last-child { margin-bottom: 0; }

    /* === RECIPE BOX === */
    .ov-recipe-box {
      background: var(--ov-bg-alt); border: 1px solid var(--ov-border);
      border-left: 4px solid var(--ov-primary);
      border-radius: 0 var(--ov-radius) var(--ov-radius) 0;
      padding: 1.25rem 1.5rem; margin-bottom: 1.25rem;
    }
    .ov-recipe-box__title {
      font-weight: 700; font-size: 0.85rem; color: var(--ov-dark);
      margin-bottom: 0.6rem; display: flex; align-items: center; gap: 7px;
    }
    .ov-recipe-box__title i { color: var(--ov-primary); font-size: 0.8rem; }
    .ov-recipe-box__dish { font-weight: 700; font-size: 1rem; color: var(--ov-dark); margin-bottom: 0.6rem; }
    .ov-recipe-box ul { list-style: none; padding: 0; margin: 0 0 0.5rem; display: flex; flex-direction: column; gap: 0.35rem; }
    .ov-recipe-box ul li { font-size: 0.88rem; color: var(--ov-text-secondary); padding-left: 20px; position: relative; }
    .ov-recipe-box ul li::before { content: ''; position: absolute; left: 0; top: 9px; width: 8px; height: 8px; border-radius: 50%; background: var(--ov-primary); opacity: 0.5; }
    .ov-recipe-box__note { font-size: 0.85rem; color: var(--ov-text-secondary); font-style: italic; }

    .ov-recipe-steps{
	  display:flex;
	  flex-direction:column;
	  gap:26px;
	  max-width:900px;
	  margin:auto;
	}

	.ov-recipe-step{
	  display:flex;
	  gap:16px;
	  align-items:flex-start;
	  position:relative;
	}

	.ov-recipe-step-number{
	  width:36px;
	  height:36px;
	  min-width:36px;
	  border-radius:50%;
	  background:#1f4b3f;
	  color:#fff;
	  font-weight:600;
	  display:flex;
	  align-items:center;
	  justify-content:center;
	  font-size:14px;
	  position:relative;
	  z-index:2;
	}

	/* vertical connector */
	.ov-recipe-step::after{
	  content:"";
	  position:absolute;
	  left:18px;
	  top:36px;
	  height:calc(100% + 26px);
	  width:2px;
	  background:#e4efe8;
	  z-index:1;
	}

	.ov-recipe-step:last-child::after{
	  display:none;
	}

	.ov-recipe-step h3{
	  margin:0 0 6px;
	  font-size:18px;
	}

	.ov-recipe-step p{
	  margin:0;
	}


    /* === TIP BOX === */
    .ov-tip-box {
      background: #eef6e2; border-radius: var(--ov-radius);
      padding: 1rem 1.25rem; margin-bottom: 1.25rem;
      display: flex; align-items: flex-start; gap: 10px;
      font-size: 0.88rem; color: var(--ov-dark);
    }
    .ov-tip-box i { color: var(--ov-primary-dark); margin-top: 3px; flex-shrink: 0; }

    /* === COMBO GRID (Warum Bio section) === */
    .ov-combo-grid {
      display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 1.5rem; max-width: 800px; margin: 0 auto;
    }

   /* Quick Facts Bar (Steckbrief) */
    .ov-quickfacts {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
      gap: 1px;
      background: var(--ov-border);
      border: 1px solid var(--ov-border);
      border-radius: var(--ov-radius);
      overflow: hidden;
      margin-top: 1.5rem;
    }
    .ov-quickfact {
      background: var(--ov-white);
      padding: 1rem 1.25rem;
      text-align: center;
    }
    .ov-quickfact__label {
      display: block;
      font-size: 0.68rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--ov-primary-dark);
      margin-bottom: 0.35rem;
    }
    .ov-quickfact__value {
      display: block;
      font-size: 0.92rem;
      font-weight: 600;
      color: var(--ov-dark);
      line-height: 1.4;
    }

    /* Aroma Intensity Bars */
    .ov-aroma-bars {
      display: flex;
      flex-direction: column;
      gap: 1rem;
      max-width: 480px;
    }
    .ov-aroma-bar {
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .ov-aroma-bar__label {
      min-width: 90px;
      font-size: 0.85rem;
      font-weight: 600;
      color: var(--ov-dark);
      text-align: right;
    }
    .ov-aroma-bar__track {
      flex: 1;
      height: 8px;
      background: var(--ov-bg-alt);
      border-radius: 4px;
      overflow: hidden;
    }
    .ov-aroma-bar__fill {
      height: 100%;
      border-radius: 4px;
      background: linear-gradient(90deg, var(--ov-primary), var(--ov-primary-dark));
      transition: width 0.6s ease;
    }
    .ov-aroma-bar__value {
      min-width: 32px;
      font-size: 0.78rem;
      font-weight: 700;
      color: var(--ov-text-secondary);
    }

    /* Related Products Grid (shared with recipe template) */
    .ov-related-products {
      max-width: 1000px; margin: 0 auto;
    }

/* ============================================
       LANDING PAGE SPECIFIC COMPONENTS
       ============================================ */

    /* === URGENCY BAR (top) === */
    .ov-urgency-bar {
      background: var(--ov-dark);
      color: #fff;
      text-align: center;
      padding: 12px 1rem;
      font-size: 0.88rem;
      font-weight: 600;
      letter-spacing: 0.02em;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      flex-wrap: wrap;
    }
    .ov-urgency-bar__dot {
      display: inline-block;
      width: 8px; height: 8px;
      border-radius: 50%;
      background: var(--ov-primary);
      animation: pulse 1.5s infinite;
    }
    @keyframes pulse { 0%,100% { opacity:1; transform:scale(1); } 50% { opacity:0.5; transform:scale(1.4); } }
    .ov-urgency-bar__timer { font-weight: 800; color: var(--ov-primary-light); font-variant-numeric: tabular-nums; font-size: 1rem; }

    
	/* === PRODUCT DEAL CARDS === */
    .ov-deal-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.25rem; }
    .ov-deal-card {
      background: var(--ov-white); border: 1px solid var(--ov-border);
      border-radius: var(--ov-radius); overflow: hidden;
      transition: var(--ov-transition); position: relative;
      display: flex; flex-direction: column;
    }
    .ov-deal-card:hover { box-shadow: var(--ov-shadow-hover); transform: translateY(-3px); }
    .ov-deal-card__badge-wrap { position: absolute; top: 12px; left: 12px; z-index: 2; display: flex; flex-direction: column; gap: 5px; }
    .ov-deal-card__img {
      width: 100%; aspect-ratio: 1 / 1; object-fit: cover;
      background: linear-gradient(135deg, var(--ov-bg-alt) 0%, #eef6e2 100%);
      display: flex; align-items: center; justify-content: center;
      font-size: 4rem; color: var(--ov-primary-dark); opacity: 0.5;
    }
    .ov-deal-card__img-placeholder { width:100%; aspect-ratio:1/1; background: linear-gradient(135deg, var(--ov-bg-alt) 0%, #eef6e2 100%); display: flex; align-items: center; justify-content: center; font-size: 4rem; }
    .ov-deal-card__body { padding: 1.25rem 1.25rem 1.5rem; flex: 1; display: flex; flex-direction: column; }
    .ov-deal-card__tag { display: inline-block; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ov-primary-dark); background: #eef6e2; padding: 3px 10px; border-radius: 4px; margin-bottom: 0.5rem; }
    .ov-deal-card__name { font-size: 1rem; font-weight: 700; color: var(--ov-dark); margin-bottom: 0.4rem; line-height: 1.3; }
    .ov-deal-card__desc { font-size: 0.82rem; color: var(--ov-text-secondary); margin-bottom: 1rem; flex: 1; line-height: 1.5; }
    .ov-deal-card__pricing { display: flex; align-items: baseline; gap: 8px; margin-bottom: 1rem; }
    .ov-deal-card__price-new { font-size: 1.35rem; font-weight: 800; color: var(--ov-dark); }
    .ov-deal-card__price-old { font-size: 0.85rem; color: var(--ov-text-secondary); text-decoration: line-through; }
    .ov-deal-card__price-save { font-size: 0.75rem; font-weight: 700; color: var(--ov-red); background: rgba(192,57,43,0.08); padding: 2px 8px; border-radius: 4px; }
    .ov-deal-card__cta { display: flex; align-items: center; justify-content: center; gap: 8px; background: var(--ov-primary); color: #fff; font-weight: 700; font-size: 0.88rem; padding: 11px 20px; border-radius: 4px; transition: var(--ov-transition); text-align: center; }
    .ov-deal-card__cta:hover { background: var(--ov-primary-dark); }

	@media (max-width: 600px) {
      .ov-quickfacts {  grid-template-columns: repeat(2, 1fr);   }
    }
     @media (max-width: 480px) {
      .ov-deal-grid { grid-template-columns: 1fr; }
      .ov-countdown__num { width: 52px; height: 52px; font-size: 1.4rem; }
    }

    @media (max-width: 768px) {
      .ov-img-placeholder--landscape { aspect-ratio: 16 / 10; }
	  .ov-promise-bar { grid-template-columns: repeat(2, 1fr); }
      .ov-promise-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); }
      .ov-deal-grid { grid-template-columns: repeat(2, 1fr); }
      .ov-bundle { padding: 1.75rem; }
    }

	.ov-transition-page {
    max-width: 1200px;
    margin: 0 auto;
  }


/* =========================================================
   OMVEDA MOBILE PRODUCT UX — CONSOLIDATED v3
   Replaces all previous bottom mobile patches.
   Keep this block once, at the very end of Tailwind New.
   ========================================================= */

@media (max-width: 767px) {

  /* Page bottom space for fixed mobile navigation */
  body.single-product {
    padding-bottom: 96px !important;
  }

  /* ---------- General OmVeda content compression ---------- */
  body.single-product .ov-wrapper {
    line-height: 1.58 !important;
    overflow-x: hidden !important;
  }

  body.single-product .ov-hero {
    padding: 1.6rem 0.9rem 1.75rem !important;
    margin: 0 !important;
  }

  body.single-product .ov-section,
  body.single-product .ov-section--alt {
    padding: 1.35rem 0.9rem !important;
  }

  body.single-product .ov-container {
    max-width: 100% !important;
  }

  body.single-product .ov-section-header {
    margin-bottom: 1rem !important;
  }

  body.single-product .ov-kicker {
    font-size: 0.7rem !important;
    letter-spacing: 0.08em !important;
    gap: 6px !important;
    margin-bottom: 0.45rem !important;
  }

  body.single-product .ov-kicker::before {
    width: 20px !important;
    height: 2px !important;
  }

  body.single-product .ov-heading--xl,
  body.single-product .ov-hero > .ov-container > .ov-heading {
    font-size: clamp(1.45rem, 7vw, 1.9rem) !important;
    line-height: 1.15 !important;
  }

  body.single-product .ov-heading--lg,
  body.single-product .ov-section h2 {
    font-size: clamp(1.25rem, 5.8vw, 1.55rem) !important;
    line-height: 1.22 !important;
  }

  body.single-product .ov-heading--md,
  body.single-product .ov-section h3 {
    font-size: clamp(1.08rem, 5vw, 1.28rem) !important;
    line-height: 1.25 !important;
  }

  body.single-product .ov-heading--sm,
  body.single-product .ov-recipe-card .ov-heading,
  body.single-product .ov-cuisine-card .ov-heading,
  body.single-product .ov-crosssell-card .ov-heading,
  body.single-product .ov-pairing-card .ov-heading,
  body.single-product .ov-bundle-card .ov-heading {
    font-size: 0.98rem !important;
    line-height: 1.3 !important;
    letter-spacing: 0 !important;
  }

  body.single-product .ov-body,
  body.single-product .ov-body--lg,
  body.single-product .ov-section p,
  body.single-product .ov-section li {
    font-size: 0.93rem !important;
    line-height: 1.56 !important;
  }

  /* ---------- Content grids/cards ---------- */
  body.single-product .ov-features,
  body.single-product .ov-spice-grid,
  body.single-product .ov-recipe-grid,
  body.single-product .ov-bundle-grid,
  body.single-product .ov-cuisine-grid,
  body.single-product .ov-pairing-grid,
  body.single-product .ov-combo-grid {
    grid-template-columns: 1fr !important;
    gap: 0.85rem !important;
  }

  body.single-product .ov-feature-card,
  body.single-product .ov-recipe-card,
  body.single-product .ov-bundle-card,
  body.single-product .ov-cuisine-card,
  body.single-product .ov-pairing-card,
  body.single-product .ov-crosssell-card,
  body.single-product .ov-testimonial {
    padding: 0.95rem !important;
    border-radius: 12px !important;
  }

  body.single-product .ov-promise-bar,
  body.single-product .ov-quickfacts {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.65rem !important;
  }

  body.single-product .ov-promise-item {
    padding: 0.75rem 0.55rem !important;
    gap: 0.45rem !important;
    border-radius: 12px !important;
  }

  body.single-product .ov-promise-item__icon {
    width: 38px !important;
    height: 38px !important;
  }

  body.single-product .ov-promise-item__label {
    font-size: 0.78rem !important;
    line-height: 1.25 !important;
  }

  body.single-product .ov-promise-item__sub {
    font-size: 0.68rem !important;
    line-height: 1.35 !important;
  }

  /* ---------- FAQ ---------- */
  body.single-product .ov-faq-list {
    gap: 0.5rem !important;
  }

  body.single-product .ov-faq-question {
    padding: 0.9rem 1rem !important;
    font-size: 0.92rem !important;
    line-height: 1.35 !important;
  }

  body.single-product .ov-faq-answer__inner {
    padding: 0 1rem 1rem !important;
    font-size: 0.9rem !important;
    line-height: 1.55 !important;
  }

  /* ---------- WooCommerce single product area ---------- */
  body.single-product div.product {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  body.single-product div.product div.images {
    margin-bottom: 12px !important;
  }

  body.single-product div.product div.images img {
    max-height: 340px !important;
    width: 100% !important;
    object-fit: contain !important;
  }

  body.single-product .product_title,
  body.single-product div.product .product_title {
    font-size: clamp(1.35rem, 6.4vw, 1.75rem) !important;
    line-height: 1.16 !important;
    margin: 8px 0 10px !important;
  }

  body.single-product div.product p.price,
  body.single-product div.product span.price {
    font-size: 1.25rem !important;
    line-height: 1.25 !important;
    margin: 8px 0 12px !important;
    font-weight: 700 !important;
  }

  body.single-product form.cart {
    margin-top: 10px !important;
    margin-bottom: 16px !important;
  }

  body.single-product form.cart table.variations td,
  body.single-product form.cart table.variations th {
    display: block !important;
    width: 100% !important;
    padding: 0 0 6px !important;
    text-align: left !important;
  }

  body.single-product form.cart table.variations select {
    width: 100% !important;
    min-height: 44px !important;
    border-radius: 10px !important;
    padding: 8px 12px !important;
  }

  body.single-product form.cart .quantity input.qty {
    min-height: 46px !important;
    width: 70px !important;
    border-radius: 10px !important;
  }

  body.single-product form.cart .single_add_to_cart_button {
    min-height: 48px !important;
    border-radius: 12px !important;
    padding: 12px 16px !important;
    font-size: 0.98rem !important;
    font-weight: 700 !important;
  }

  /* ---------- Tabs ---------- */
  body.single-product .woocommerce-tabs {
    margin-top: 18px !important;
    padding-top: 0 !important;
  }

  body.single-product .woocommerce-tabs ul.tabs {
    margin-bottom: 10px !important;
    padding-left: 0 !important;
  }

  body.single-product .woocommerce-tabs ul.tabs li {
    width: 100% !important;
    margin: 0 0 6px !important;
    border-radius: 10px !important;
  }

  /* ---------- Discovery / interlinking block ---------- */
  body.single-product .ov-discovery-links {
    padding: 1.25rem 1rem !important;
    margin-bottom: 95px !important;
    background: #fff !important;
  }

  body.single-product .ov-discovery-links h2 {
    font-size: 1.22rem !important;
    line-height: 1.25 !important;
    margin: 0 0 0.75rem !important;
  }

  body.single-product .ov-discovery-links p {
    font-size: 0.94rem !important;
    line-height: 1.55 !important;
    margin: 0 0 1rem !important;
  }

  body.single-product .ov-discovery-links a {
    display: inline !important;
    font-weight: 700 !important;
    color: var(--ov-dark) !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
    overflow-wrap: anywhere !important;
  }

  body.single-product .ov-check-list.ov-discovery-links__list {
    display: block !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.single-product .ov-check-list.ov-discovery-links__list li {
    display: block !important;
    position: relative !important;
    padding: 0.85rem 0.9rem 0.85rem 2.65rem !important;
    margin: 0 0 0.75rem !important;
    background: #f7faf3 !important;
    border: 1px solid rgba(24, 74, 51, 0.08) !important;
    border-radius: 12px !important;
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
    color: var(--ov-text-secondary) !important;
    width: 100% !important;
  }

  body.single-product .ov-check-list.ov-discovery-links__list li::before {
    position: absolute !important;
    left: 0.85rem !important;
    top: 0.9rem !important;
    margin: 0 !important;
  }

  /* ---------- Related product cards: shortcode + native related ---------- */
  body.single-product .ov-related-products,
  body.single-product section.related.products {
    width: 100% !important;
    max-width: 100% !important;
    margin: 1.25rem auto 2rem !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  body.single-product .ov-related-products .woocommerce,
  body.single-product .ov-related-products .woocommerce.columns-4 {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.single-product .ov-related-products ul.products,
  body.single-product .ov-related-products ul.products.columns-4,
  body.single-product section.related.products ul.products,
  body.single-product section.related.products ul.products.columns-4 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px 14px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.single-product .ov-related-products ul.products::before,
  body.single-product .ov-related-products ul.products::after,
  body.single-product section.related.products ul.products::before,
  body.single-product section.related.products ul.products::after {
    display: none !important;
    content: none !important;
  }

  body.single-product .ov-related-products li.product,
  body.single-product section.related.products li.product {
    float: none !important;
    clear: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    box-sizing: border-box !important;
  }

  body.single-product .ov-related-products li.product .product-block,
  body.single-product section.related.products li.product .product-block {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    min-height: 272px !important;
    background: #fff !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: none !important;
    position: relative !important;
  }

  /* Image area: handles both .product-img-wrap and direct .product-image */
  body.single-product .ov-related-products li.product .product-transition,
  body.single-product section.related.products li.product .product-transition {
    position: relative !important;
    height: 118px !important;
    min-height: 118px !important;
    max-height: 118px !important;
    padding: 0 !important;
    background: transparent !important;
    overflow: hidden !important;
    display: grid !important;
    place-items: center !important;
  }

  body.single-product .ov-related-products li.product .product-img-wrap,
  body.single-product .ov-related-products li.product .product-img-wrap .inner,
  body.single-product .ov-related-products li.product .product-image,
  body.single-product section.related.products li.product .product-img-wrap,
  body.single-product section.related.products li.product .product-img-wrap .inner,
  body.single-product section.related.products li.product .product-image {
    position: static !important;
    width: 100% !important;
    height: 118px !important;
    min-height: 118px !important;
    max-height: 118px !important;
    overflow: hidden !important;
    display: grid !important;
    place-items: center !important;
    background: transparent !important;
  }

  body.single-product .ov-related-products li.product .product-image img,
  body.single-product .ov-related-products li.product img.attachment-woocommerce_thumbnail,
  body.single-product section.related.products li.product .product-image img,
  body.single-product section.related.products li.product img.attachment-woocommerce_thumbnail {
    width: 118px !important;
    height: 118px !important;
    max-width: 118px !important;
    max-height: 118px !important;
    object-fit: contain !important;
    object-position: center !important;
    display: block !important;
    margin: 0 auto !important;
  }

  body.single-product .ov-related-products li.product .second-image,
  body.single-product section.related.products li.product .second-image,
  body.single-product .ov-related-products li.product .group-action,
  body.single-product .ov-related-products li.product .shop-action,
  body.single-product section.related.products li.product .group-action,
  body.single-product section.related.products li.product .shop-action {
    display: none !important;
  }

  body.single-product .ov-related-products li.product .woocommerce-LoopProduct-link,
  body.single-product .ov-related-products li.product .woocommerce-loop-product__link,
  body.single-product section.related.products li.product .woocommerce-LoopProduct-link,
  body.single-product section.related.products li.product .woocommerce-loop-product__link {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    display: block !important;
  }

  body.single-product .ov-related-products li.product .onsale,
  body.single-product section.related.products li.product .onsale {
    position: absolute !important;
    top: 8px !important;
    left: 8px !important;
    right: auto !important;
    z-index: 3 !important;
    min-width: auto !important;
    min-height: auto !important;
    padding: 4px 8px !important;
    border-radius: 6px !important;
    font-size: 0.66rem !important;
    line-height: 1.15 !important;
  }

  body.single-product .ov-related-products li.product .product-caption,
  body.single-product section.related.products li.product .product-caption {
    position: relative !important;
    z-index: 4 !important;
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    padding: 0.65rem 0.55rem 0.75rem !important;
    background: #fff !important;
    text-align: center !important;
  }

  body.single-product .ov-related-products li.product .woocommerce-loop-product__title,
  body.single-product section.related.products li.product .woocommerce-loop-product__title {
    display: block !important;
    width: 100% !important;
    margin: 0 0 0.45rem !important;
    padding: 0 !important;
    font-size: 0.78rem !important;
    line-height: 1.25 !important;
    min-height: 2.5em !important;
    max-height: 3.75em !important;
    overflow: hidden !important;
    text-align: center !important;
    color: var(--ov-dark, #184a33) !important;
    overflow-wrap: anywhere !important;
  }

  body.single-product .ov-related-products li.product .woocommerce-loop-product__title a,
  body.single-product section.related.products li.product .woocommerce-loop-product__title a {
    color: var(--ov-dark, #184a33) !important;
    text-decoration: none !important;
  }

  body.single-product .ov-related-products li.product .product-action,
  body.single-product section.related.products li.product .product-action {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-end !important;
    gap: 0.45rem !important;
    margin-top: auto !important;
    width: 100% !important;
    position: static !important;
  }

  body.single-product .ov-related-products li.product .price,
  body.single-product section.related.products li.product .price {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    font-size: 0.78rem !important;
    line-height: 1.25 !important;
    text-align: center !important;
    color: var(--ov-dark, #184a33) !important;
  }

  body.single-product .ov-related-products li.product .price del,
  body.single-product .ov-related-products li.product .price ins,
  body.single-product .ov-related-products li.product .price .amount,
  body.single-product section.related.products li.product .price del,
  body.single-product section.related.products li.product .price ins,
  body.single-product section.related.products li.product .price .amount {
    font-size: inherit !important;
    line-height: inherit !important;
  }

  body.single-product .ov-related-products li.product .opal-add-to-cart-button,
  body.single-product section.related.products li.product .opal-add-to-cart-button {
    position: static !important;
    transform: none !important;
    inset: auto !important;
    width: 100% !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }

  body.single-product .ov-related-products li.product .opal-add-to-cart-button a.button,
  body.single-product .ov-related-products li.product a.button.product_type_variable,
  body.single-product .ov-related-products li.product a.add_to_cart_button,
  body.single-product section.related.products li.product .opal-add-to-cart-button a.button,
  body.single-product section.related.products li.product a.button.product_type_variable,
  body.single-product section.related.products li.product a.add_to_cart_button {
    position: static !important;
    transform: none !important;
    inset: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 38px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 8px 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 10px !important;
    font-size: 0.72rem !important;
    line-height: 1.2 !important;
    text-align: center !important;
    white-space: normal !important;
    z-index: 5 !important;
  }

  body.single-product .ov-related-products li.product .opal-add-to-cart-button a.button::before,
  body.single-product .ov-related-products li.product a.add_to_cart_button::before,
  body.single-product section.related.products li.product .opal-add-to-cart-button a.button::before,
  body.single-product section.related.products li.product a.add_to_cart_button::before {
    position: static !important;
    transform: none !important;
    margin-right: 5px !important;
  }
}

@media (max-width: 380px) {
  body.single-product .ov-related-products ul.products,
  body.single-product .ov-related-products ul.products.columns-4,
  body.single-product section.related.products ul.products,
  body.single-product section.related.products ul.products.columns-4 {
    grid-template-columns: 1fr !important;
  }
}

/* =========================================================
   OmVeda Product Category Mobile UX Fix
   Fixes category description, discovery block, headings,
   check-list layout and bottom mobile nav overlap
   ========================================================= */

@media (max-width: 767px) {

  /* Product category page spacing */
  body.tax-product_cat {
    padding-bottom: 92px !important;
  }

  body.tax-product_cat .ov-section {
    padding: 1.25rem 1rem !important;
  }

  body.tax-product_cat .ov-container {
    max-width: 100% !important;
  }

  /* Category intro card */
  body.tax-product_cat .ov-category-card,
  body.tax-product_cat .ov-feature-card,
  body.tax-product_cat .ov-card {
    padding: 1rem !important;
    border-radius: 12px !important;
  }

  /* Kicker */
  body.tax-product_cat .ov-kicker {
    font-size: 0.72rem !important;
    letter-spacing: 0.09em !important;
    gap: 6px !important;
    margin-bottom: 0.45rem !important;
  }

  body.tax-product_cat .ov-kicker::before {
    width: 24px !important;
    height: 2px !important;
  }

  /* Main category headings */
  body.tax-product_cat .ov-heading--xl,
  body.tax-product_cat .ov-section h1,
  body.tax-product_cat .ov-section h2 {
    font-size: clamp(1.45rem, 7vw, 1.9rem) !important;
    line-height: 1.16 !important;
    letter-spacing: -0.02em !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
  }

  body.tax-product_cat .ov-heading--lg {
    font-size: clamp(1.28rem, 5.8vw, 1.55rem) !important;
    line-height: 1.22 !important;
  }

  body.tax-product_cat .ov-heading--md,
  body.tax-product_cat .ov-section h3 {
    font-size: 1.15rem !important;
    line-height: 1.25 !important;
  }

  body.tax-product_cat .ov-heading--sm,
  body.tax-product_cat .ov-section h4 {
    font-size: 1rem !important;
    line-height: 1.3 !important;
  }

  /* Body text */
  body.tax-product_cat .ov-body,
  body.tax-product_cat .ov-section p,
  body.tax-product_cat .ov-section li {
    font-size: 0.94rem !important;
    line-height: 1.55 !important;
  }

  /* Tag pills */
  body.tax-product_cat .ov-name-tags,
  body.tax-product_cat .ov-tag-row,
  body.tax-product_cat .ov-category-tags {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.45rem !important;
  }

  body.tax-product_cat .ov-name-tag,
  body.tax-product_cat .ov-tag,
  body.tax-product_cat .ov-category-tag {
    font-size: 0.78rem !important;
    padding: 6px 11px !important;
    border-radius: 999px !important;
  }

  /* Discovery / interlinking check-list fix */
  body.tax-product_cat .ov-check-list {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.tax-product_cat .ov-check-list li {
    display: block !important;
    position: relative !important;
    padding: 0.85rem 0.9rem 0.85rem 2.65rem !important;
    margin: 0 0 0.75rem !important;
    background: #f7faf3 !important;
    border: 1px solid rgba(24, 74, 51, 0.08) !important;
    border-radius: 12px !important;
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
    color: var(--ov-text-secondary) !important;
    width: 100% !important;
    gap: 0 !important;
  }

  body.tax-product_cat .ov-check-list li::before {
    content: "\f00c" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    position: absolute !important;
    left: 0.85rem !important;
    top: 0.9rem !important;
    width: 22px !important;
    min-width: 22px !important;
    height: 22px !important;
    margin: 0 !important;
    border-radius: 50% !important;
    background: #eef6e2 !important;
    color: var(--ov-primary-dark) !important;
    font-size: 0.62rem !important;
    line-height: 22px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body.tax-product_cat .ov-check-list a {
    display: inline !important;
    font-weight: 700 !important;
    color: var(--ov-dark) !important;
    text-decoration: underline !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 3px !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
  }

  /* Prevent bottom nav hiding content */
  body.tax-product_cat .ov-section:last-of-type,
  body.tax-product_cat .term-description,
  body.tax-product_cat .woocommerce-products-header {
    margin-bottom: 1rem !important;
  }
}

/* =========================================================
   OmVeda Smart Related Products - Hard Mobile Column Reset
   Fixes theme columns-4 forcing tiny product cards on mobile
   ========================================================= */

@media (max-width: 767px) {

  body.single-product section.ov-smart-related,
  body.single-product .woocommerce-tabs section.ov-smart-related,
  body.single-product #tab-description section.ov-smart-related {
    width: 100% !important;
    max-width: 100% !important;
    padding: 1.25rem 0.9rem !important;
    margin: 1.25rem 0 !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  body.single-product section.ov-smart-related .ov-smart-related__container {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.single-product section.ov-smart-related .ov-smart-related__products,
  body.single-product section.ov-smart-related .ov-smart-related__products.woocommerce,
  body.single-product section.ov-smart-related .ov-smart-related__products.woocommerce.columns-4 {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
  }

  body.single-product section.ov-smart-related .ov-smart-related__products ul.products,
  body.single-product section.ov-smart-related .ov-smart-related__products ul.products.columns-4 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  body.single-product section.ov-smart-related .ov-smart-related__products ul.products::before,
  body.single-product section.ov-smart-related .ov-smart-related__products ul.products::after {
    display: none !important;
    content: none !important;
  }

  body.single-product section.ov-smart-related .ov-smart-related__products ul.products > li.product,
  body.single-product section.ov-smart-related .ov-smart-related__products ul.products.columns-4 > li.product,
  body.single-product section.ov-smart-related .ov-smart-related__products ul.products > li.product-style-default {
    float: none !important;
    clear: none !important;
    display: block !important;

    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;

    flex: none !important;
    flex-basis: auto !important;

    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  body.single-product section.ov-smart-related li.product .product-block {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 285px !important;
    height: 100% !important;

    display: flex !important;
    flex-direction: column !important;

    background: #fff !important;
    border-radius: 12px !important;
    overflow: hidden !important;
  }

  body.single-product section.ov-smart-related li.product .product-transition {
    width: 100% !important;
    height: 128px !important;
    min-height: 128px !important;
    max-height: 128px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: #f7faf3 !important;
    overflow: hidden !important;
    position: relative !important;
  }

  body.single-product section.ov-smart-related li.product .product-img-wrap,
  body.single-product section.ov-smart-related li.product .product-img-wrap .inner,
  body.single-product section.ov-smart-related li.product .product-image {
    width: 100% !important;
    height: 128px !important;
    min-height: 128px !important;
    max-height: 128px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    position: static !important;
    overflow: hidden !important;
  }

  body.single-product section.ov-smart-related li.product .product-image img,
  body.single-product section.ov-smart-related li.product img.attachment-woocommerce_thumbnail {
    width: 112px !important;
    max-width: 112px !important;
    height: 112px !important;
    max-height: 112px !important;
    object-fit: contain !important;
    margin: 0 auto !important;
    display: block !important;
  }

  body.single-product section.ov-smart-related li.product .second-image {
    display: none !important;
  }

  body.single-product section.ov-smart-related li.product .product-caption {
    width: 100% !important;
    min-width: 0 !important;

    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;

    padding: 0.7rem 0.55rem 0.75rem !important;
    background: #fff !important;
    text-align: center !important;
  }

  body.single-product section.ov-smart-related li.product .woocommerce-loop-product__title {
    width: 100% !important;
    min-width: 0 !important;

    font-size: 0.78rem !important;
    line-height: 1.25 !important;
    text-align: center !important;

    margin: 0 0 0.5rem !important;
    padding: 0 !important;

    min-height: 2.5em !important;
    max-height: 3.75em !important;
    overflow: hidden !important;

    word-break: normal !important;
    overflow-wrap: normal !important;
  }

  body.single-product section.ov-smart-related li.product .product-action {
    width: 100% !important;
    min-width: 0 !important;

    display: flex !important;
    flex-direction: column !important;
    gap: 0.45rem !important;

    margin-top: auto !important;
    position: static !important;
  }

  body.single-product section.ov-smart-related li.product .price {
    width: 100% !important;
    min-width: 0 !important;

    display: block !important;
    text-align: center !important;

    font-size: 0.78rem !important;
    line-height: 1.25 !important;
    margin: 0 !important;

    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }

  body.single-product section.ov-smart-related li.product .price del,
  body.single-product section.ov-smart-related li.product .price ins,
  body.single-product section.ov-smart-related li.product .price .amount {
    font-size: inherit !important;
    line-height: inherit !important;
    white-space: nowrap !important;
  }

  body.single-product section.ov-smart-related li.product .opal-add-to-cart-button {
    width: 100% !important;
    position: static !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }

  body.single-product section.ov-smart-related li.product .opal-add-to-cart-button a.button,
  body.single-product section.ov-smart-related li.product a.button,
  body.single-product section.ov-smart-related li.product a.add_to_cart_button {
    width: 100% !important;
    min-height: 38px !important;

    position: static !important;
    transform: none !important;
    inset: auto !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin: 0 !important;
    padding: 8px 8px !important;

    border-radius: 10px !important;
    font-size: 0.72rem !important;
    line-height: 1.2 !important;
    text-align: center !important;
    white-space: normal !important;
  }
}

@media (max-width: 767px) {
  body.single-product section.ov-smart-related {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  body.single-product section.ov-smart-related .ov-smart-related__title {
    font-size: 1.18rem !important;
    margin-bottom: 0.25rem !important;
  }

  body.single-product section.ov-smart-related .ov-smart-related__subtitle {
    font-size: 0.84rem !important;
    margin-bottom: 0.85rem !important;
  }

  body.single-product section.ov-smart-related li.product .product-transition {
    height: 118px !important;
    min-height: 118px !important;
    max-height: 118px !important;
  }

  body.single-product section.ov-smart-related li.product .product-image,
  body.single-product section.ov-smart-related li.product .product-img-wrap,
  body.single-product section.ov-smart-related li.product .product-img-wrap .inner {
    height: 118px !important;
    min-height: 118px !important;
    max-height: 118px !important;
  }

  body.single-product section.ov-smart-related li.product .product-image img,
  body.single-product section.ov-smart-related li.product img.attachment-woocommerce_thumbnail {
    width: 104px !important;
    max-width: 104px !important;
    height: 104px !important;
    max-height: 104px !important;
  }
}
/* =========================================================
   OmVeda Desktop Product Content Density Fix
   Reduces unnecessary vertical space on desktop
   ========================================================= */

@media (min-width: 1100px) {

  /* 5-card cuisine grids should fit in one row */
  body.single-product .ov-cuisine-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 1.1rem !important;
  }

  body.single-product .ov-cuisine-card {
    padding: 1.25rem 1rem !important;
    min-height: 190px !important;
  }

  body.single-product .ov-cuisine-card__emoji {
    font-size: 1.65rem !important;
    margin-bottom: 0.55rem !important;
  }

  body.single-product .ov-cuisine-card .ov-heading--sm {
    font-size: 0.98rem !important;
    line-height: 1.25 !important;
  }

  body.single-product .ov-cuisine-card p {
    font-size: 0.82rem !important;
    line-height: 1.5 !important;
  }

  /* 5 feature cards can also fit in one row */
  body.single-product .ov-features {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 1.1rem !important;
  }

  body.single-product .ov-feature-card {
    padding: 1.35rem 1.1rem !important;
    min-height: 215px !important;
  }

  body.single-product .ov-feature-icon {
    width: 42px !important;
    height: 42px !important;
    font-size: 1rem !important;
    margin-bottom: 0.85rem !important;
  }

  body.single-product .ov-feature-card .ov-heading--sm {
    font-size: 0.98rem !important;
    line-height: 1.25 !important;
  }

  body.single-product .ov-feature-card .ov-body {
    font-size: 0.84rem !important;
    line-height: 1.55 !important;
  }
}
@media (min-width: 1100px) {
  body.single-product .ov-pairing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 1rem !important;
  }

  body.single-product .ov-pairing-card {
    padding: 1.1rem 1.25rem !important;
  }
}
/* =========================================================
   OmVeda Light Promise Strip
   Replaces old dark promise bar
   ========================================================= */

.ov-promise-section {
  background: #f7faf3;
  border-top: 1px solid rgba(24, 74, 51, 0.08);
  border-bottom: 1px solid rgba(24, 74, 51, 0.08);
  padding: 1.1rem 1rem;
}

.ov-promise-section .ov-container {
  max-width: 960px;
}

.ov-promise-section .ov-promise-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.ov-promise-section .ov-promise-item {
  background: #ffffff;
  border: 1px solid rgba(24, 74, 51, 0.08);
  border-radius: 14px;
  padding: 0.9rem 0.75rem;
}

.ov-promise-section .ov-promise-item__label {
  color: var(--ov-dark);
}

.ov-promise-section .ov-promise-item__sub {
  color: var(--ov-text-secondary);
}

@media (max-width: 767px) {
  .ov-promise-section {
    padding: 0.85rem;
  }

  .ov-promise-section .ov-promise-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
  }

  .ov-promise-section .ov-promise-item {
    padding: 0.75rem 0.55rem;
  }
}

/* =========================================================
   OMVEDA PRODUCT PAGE V2 — CONSOLIDATED FINAL
   Purpose:
   - Supports cleaned product HTML using <div class="ov-wrapper ov-product-page-v2">
   - Keeps rich content blocks visible
   - Places product visuals cleanly in ov-story-media slots
   - Removes unnecessary outer image-slot border/card
   - Reduces vertical gaps without deleting content
   Add/keep this block once at the very end.
   ========================================================= */

.ov-product-page-v2 {
  --ov-v2-section-y: clamp(2rem, 4.5vw, 3.5rem);
  --ov-v2-section-y-compact: clamp(1.5rem, 3.5vw, 2.6rem);
  --ov-v2-gap: clamp(1.5rem, 4vw, 3rem);
  --ov-v2-radius: 14px;
  --ov-v2-border: rgba(24, 74, 51, 0.10);
  --ov-v2-soft: #f7faf3;
  --ov-v2-card-bg: rgba(255, 255, 255, 0.88);
}

.ov-product-page-v2 .ov-section,
.ov-product-page-v2 .ov-section--alt {
  padding-top: var(--ov-v2-section-y);
  padding-bottom: var(--ov-v2-section-y);
}

.ov-product-page-v2 .ov-section--compact {
  padding-top: var(--ov-v2-section-y-compact);
  padding-bottom: var(--ov-v2-section-y-compact);
}

.ov-product-page-v2 .ov-container {
  width: min(1120px, calc(100% - 2rem));
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.ov-product-page-v2 .ov-hero {
  padding-top: clamp(2.2rem, 5.5vw, 4.25rem);
  padding-bottom: clamp(2.2rem, 5.5vw, 4.25rem);
  padding-left: 1rem;
  padding-right: 1rem;
}

.ov-product-page-v2 .ov-hero .ov-body--lg {
  max-width: 760px;
}

.ov-product-page-v2 .ov-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: var(--ov-v2-gap);
  align-items: center;
}

.ov-product-page-v2 .ov-story-grid--text-only {
  grid-template-columns: minmax(0, 780px);
  justify-content: center;
}

.ov-product-page-v2 .ov-section-header {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(1rem, 2.5vw, 1.7rem);
}

.ov-product-page-v2 .ov-section-header .ov-body {
  max-width: 760px;
}

/* Visual shortcode slots: clean layout, no extra outer frame */
.ov-product-page-v2 .ov-story-media {
  position: sticky;
  top: 1.25rem;
  align-self: start;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

.ov-product-page-v2 .ov-story-media > * {
  max-width: 100%;
}

.ov-product-page-v2 .ov-story-media img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border: none !important;
  box-shadow: none !important;
}

.ov-product-page-v2 .ov-story-media--product,
.ov-product-page-v2 .ov-story-media--gallery,
.ov-product-page-v2 .ov-story-media--usage,
.ov-product-page-v2 .ov-story-media--lifestyle,
.ov-product-page-v2 .ov-story-media--social {
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Try to neutralize only the visual shortcode's outer wrapper/card, if the plugin outputs one */
.ov-product-page-v2 .ov-story-media .ov-product-visual,
.ov-product-page-v2 .ov-story-media .ov-product-visual-card,
.ov-product-page-v2 .ov-story-media .omveda-product-visual,
.ov-product-page-v2 .ov-story-media .omveda-product-visual-card,
.ov-product-page-v2 .ov-story-media .omveda-visual-card,
.ov-product-page-v2 .ov-story-media [class*="product-visual"],
.ov-product-page-v2 .ov-story-media [class*="visual-card"] {
  max-width: 100%;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* Keep rich content blocks visible inside V2 */
.ov-product-page-v2 .ov-name-tags {
  display: flex !important;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: center;
}

.ov-product-page-v2 .ov-testimonial {
  display: block !important;
}

.ov-product-page-v2 .ov-social-bar {
  display: flex !important;
}

.ov-product-page-v2 .ov-pairing-grid,
.ov-product-page-v2 .ov-cuisine-grid,
.ov-product-page-v2 .ov-crosssell-grid,
.ov-product-page-v2 .ov-bundle-grid,
.ov-product-page-v2 .ov-promise-bar {
  display: grid !important;
}

.ov-product-page-v2 .ov-feature-card .ov-body,
.ov-product-page-v2 .ov-recipe-card .ov-body,
.ov-product-page-v2 .ov-cuisine-card .ov-body,
.ov-product-page-v2 .ov-crosssell-card .ov-body,
.ov-product-page-v2 .ov-bundle-card .ov-body,
.ov-product-page-v2 .ov-pairing-card .ov-body {
  max-width: none;
}

.ov-product-page-v2 .ov-cert-row {
  margin-top: 1.15rem;
}

.ov-product-page-v2 .ov-check-list {
  margin-top: 1rem;
}

.ov-product-page-v2 .ov-recipe-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.ov-product-page-v2 .ov-recipe-card {
  display: block;
  min-height: 100%;
  padding: 1.15rem;
  border-radius: var(--ov-v2-radius);
  background: var(--ov-v2-card-bg);
  border: 1px solid var(--ov-v2-border);
}

.ov-product-page-v2 .ov-related-products {
  width: 100%;
  max-width: 100%;
  margin-top: 1.35rem;
}

.ov-product-page-v2 .ov-faq-list {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.ov-product-page-v2 .ov-btn + .ov-btn {
  margin-left: 0.6rem;
}

.ov-product-page-v2 .ov-divider {
  display: none !important;
}

/* Desktop density for V2 rich cards */
@media (min-width: 1100px) {
  body.single-product .ov-product-page-v2 .ov-cuisine-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 1rem !important;
  }

  body.single-product .ov-product-page-v2 .ov-feature-card,
  body.single-product .ov-product-page-v2 .ov-cuisine-card,
  body.single-product .ov-product-page-v2 .ov-pairing-card,
  body.single-product .ov-product-page-v2 .ov-bundle-card,
  body.single-product .ov-product-page-v2 .ov-crosssell-card {
    padding: 1.15rem !important;
    min-height: auto !important;
  }

  body.single-product .ov-product-page-v2 .ov-pairing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

/* Mobile V2 */
@media (max-width: 767px) {
  body.single-product .ov-product-page-v2 {
    line-height: 1.56 !important;
    overflow-x: hidden !important;
  }

  body.single-product .ov-product-page-v2 .ov-container {
    width: min(100%, calc(100% - 1.8rem)) !important;
    max-width: 100% !important;
  }

  body.single-product .ov-product-page-v2 .ov-hero {
    padding: 1.55rem 0.9rem 1.75rem !important;
  }

  body.single-product .ov-product-page-v2 .ov-section,
  body.single-product .ov-product-page-v2 .ov-section--alt,
  body.single-product .ov-product-page-v2 .ov-section--compact {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }

  body.single-product .ov-product-page-v2 .ov-story-grid,
  body.single-product .ov-product-page-v2 .ov-story-grid--text-only {
    grid-template-columns: 1fr !important;
    gap: 1.15rem !important;
  }

  body.single-product .ov-product-page-v2 .ov-story-media {
    position: static !important;
    order: -1;
    min-height: auto !important;
    margin-bottom: 0.75rem !important;
  }

  body.single-product .ov-product-page-v2 .ov-heading--xl {
    font-size: clamp(1.55rem, 7vw, 1.95rem) !important;
    line-height: 1.15 !important;
  }

  body.single-product .ov-product-page-v2 .ov-heading--lg {
    font-size: clamp(1.28rem, 5.8vw, 1.58rem) !important;
    line-height: 1.22 !important;
  }

  body.single-product .ov-product-page-v2 .ov-heading--md {
    font-size: 1.12rem !important;
    line-height: 1.25 !important;
  }

  body.single-product .ov-product-page-v2 .ov-heading--sm {
    font-size: 0.98rem !important;
    line-height: 1.3 !important;
  }

  body.single-product .ov-product-page-v2 .ov-body,
  body.single-product .ov-product-page-v2 .ov-body--lg,
  body.single-product .ov-product-page-v2 p,
  body.single-product .ov-product-page-v2 li {
    font-size: 0.92rem !important;
    line-height: 1.56 !important;
  }

  body.single-product .ov-product-page-v2 .ov-kicker {
    font-size: 0.7rem !important;
    letter-spacing: 0.08em !important;
    margin-bottom: 0.45rem !important;
  }

  body.single-product .ov-product-page-v2 .ov-kicker::before {
    width: 20px !important;
    height: 2px !important;
  }

  body.single-product .ov-product-page-v2 .ov-section-header {
    margin-bottom: 1rem !important;
  }

  body.single-product .ov-product-page-v2 .ov-recipe-grid,
  body.single-product .ov-product-page-v2 .ov-cuisine-grid,
  body.single-product .ov-product-page-v2 .ov-pairing-grid,
  body.single-product .ov-product-page-v2 .ov-bundle-grid,
  body.single-product .ov-product-page-v2 .ov-crosssell-grid {
    grid-template-columns: 1fr !important;
    gap: 0.8rem !important;
  }

  body.single-product .ov-product-page-v2 .ov-recipe-card,
  body.single-product .ov-product-page-v2 .ov-cuisine-card,
  body.single-product .ov-product-page-v2 .ov-pairing-card,
  body.single-product .ov-product-page-v2 .ov-bundle-card,
  body.single-product .ov-product-page-v2 .ov-crosssell-card,
  body.single-product .ov-product-page-v2 .ov-testimonial,
  body.single-product .ov-product-page-v2 .ov-feature-card {
    padding: 0.95rem !important;
    border-radius: 12px !important;
  }

  body.single-product .ov-product-page-v2 .ov-name-tags {
    justify-content: flex-start !important;
  }

  body.single-product .ov-product-page-v2 .ov-cert-row {
    gap: 0.45rem !important;
    margin-top: 0.9rem !important;
  }

  body.single-product .ov-product-page-v2 .ov-cert-badge,
  body.single-product .ov-product-page-v2 .ov-name-tag {
    font-size: 0.7rem !important;
    padding: 5px 10px !important;
  }

  body.single-product .ov-product-page-v2 .ov-hero .ov-animate--d4 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.45rem !important;
    margin-top: 0.9rem !important;
  }

  body.single-product .ov-product-page-v2 .ov-hero .ov-btn {
    width: 100% !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 11px 14px !important;
    border-radius: 10px !important;
    font-size: 0.82rem !important;
  }

  body.single-product .ov-product-page-v2 .ov-btn + .ov-btn {
    margin-left: 0 !important;
  }
}


/* =========================================================
   OMVEDA LMIV TABLE — LEGAL READABILITY / BORDERS
   Keeps nutrition declaration table clearly separated.
   ========================================================= */
.omveda-lmiv-block table {
  width: 100% !important;
  border-collapse: collapse !important;
  border: 1px solid rgba(24, 74, 51, 0.18) !important;
  margin-top: 0.75rem !important;
  background: #ffffff !important;
}

.omveda-lmiv-block table th,
.omveda-lmiv-block table td {
  border: 1px solid rgba(24, 74, 51, 0.16) !important;
  padding: 0.65rem 0.75rem !important;
  text-align: left !important;
  vertical-align: top !important;
}

.omveda-lmiv-block table th {
  background: #f7faf3 !important;
  color: var(--ov-dark, #184a33) !important;
  font-weight: 700 !important;
}

.omveda-lmiv-block table tr:nth-child(even) td {
  background: rgba(247, 250, 243, 0.55) !important;
}

@media (max-width: 767px) {
  body.single-product .omveda-lmiv-block table {
    font-size: 0.82rem !important;
  }

  body.single-product .omveda-lmiv-block table th,
  body.single-product .omveda-lmiv-block table td {
    padding: 0.5rem 0.45rem !important;
  }
}
/* =========================================================
   OmVeda Product Page V2 — Pairing Card Text Size Fix
   Fixes oversized text in "Produkt & Freunde" cards
   ========================================================= */

.ov-product-page-v2 .ov-pairing-card .ov-heading--sm {
  font-size: 0.92rem !important;
  line-height: 1.42 !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
}

.ov-product-page-v2 .ov-pairing-card {
  align-items: flex-start !important;
}

.ov-product-page-v2 .ov-pairing-card__icon {
  margin-top: 0.1rem !important;
}

@media (max-width: 767px) {
  body.single-product .ov-product-page-v2 .ov-pairing-card .ov-heading--sm {
    font-size: 0.88rem !important;
    line-height: 1.4 !important;
  }
}
/* =========================================================
   OmVeda Product Page V2 — Recipe Card Text Size Fix
   Fixes oversized text in "Rezeptideen" cards
   ========================================================= */

.ov-product-page-v2 .ov-recipe-card .ov-heading--sm {
  font-size: 0.9rem !important;
  line-height: 1.42 !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
}

.ov-product-page-v2 .ov-recipe-card .ov-body {
  font-size: 0.86rem !important;
  line-height: 1.5 !important;
  max-width: none !important;
}

.ov-product-page-v2 .ov-recipe-card {
  padding: 1rem !important;
  min-height: auto !important;
}

.ov-product-page-v2 .ov-recipe-card__icon,
.ov-product-page-v2 .ov-recipe-card .ov-recipe-card__icon {
  font-size: 1.2rem !important;
  margin-bottom: 0.45rem !important;
}

.ov-product-page-v2 .ov-recipe-card .ov-spice-card__tag {
  font-size: 0.62rem !important;
  padding: 3px 8px !important;
  margin-bottom: 0.55rem !important;
}

@media (max-width: 767px) {
  body.single-product .ov-product-page-v2 .ov-recipe-card .ov-heading--sm {
    font-size: 0.86rem !important;
    line-height: 1.4 !important;
  }

  body.single-product .ov-product-page-v2 .ov-recipe-card .ov-body {
    font-size: 0.84rem !important;
    line-height: 1.48 !important;
  }
}


/* =========================================================
   OMVEDA PRODUCT PAGE V2 — CHECKLISTS & CONTENT LINKS
   CLEAN FINAL
   Fixes icon overlap on desktop + mobile.
   Works with:
   - <li>Text</li>
   - <li><strong>Label:</strong> text</li>
   - <li><a>Product</a> – passend kombinieren</li>
   ========================================================= */

body.single-product .ov-product-page-v2 .ov-check-list:not(.ov-discovery-links__list) {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.8rem !important;
  margin: 1rem 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.single-product .ov-product-page-v2 .ov-check-list:not(.ov-discovery-links__list) > li {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  max-width: 760px !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 0 0 34px !important;
  background: transparent !important;
  border: 0 !important;
  color: var(--ov-text-secondary, #6B6F6C) !important;
  font-size: 0.95rem !important;
  line-height: 1.6 !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
  white-space: normal !important;
}

body.single-product .ov-product-page-v2 .ov-check-list:not(.ov-discovery-links__list) > li::before {
  content: "\f00c" !important;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  position: absolute !important;
  left: 0 !important;
  top: 0.18em !important;
  width: 22px !important;
  min-width: 22px !important;
  height: 22px !important;
  margin: 0 !important;
  border-radius: 50% !important;
  background: #eef6e2 !important;
  color: var(--ov-primary-dark, #648935) !important;
  font-size: 0.62rem !important;
  line-height: 22px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
}

body.single-product .ov-product-page-v2 .ov-check-list:not(.ov-discovery-links__list) > li > strong,
body.single-product .ov-product-page-v2 .ov-check-list:not(.ov-discovery-links__list) > li > a {
  display: inline !important;
  position: static !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: inherit !important;
}

body.single-product .ov-product-page-v2 .ov-check-list:not(.ov-discovery-links__list) > li > strong {
  color: var(--ov-dark, #184a33) !important;
  font-weight: 750 !important;
  margin-right: 4px !important;
}

body.single-product .ov-product-page-v2 .ov-check-list:not(.ov-discovery-links__list) > li > span,
body.single-product .ov-product-page-v2 .ov-check-list:not(.ov-discovery-links__list) > li > p {
  display: inline !important;
  position: static !important;
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--ov-text-secondary, #6B6F6C) !important;
}

/* Discovery/interlinking list keeps card-style rows */
body.single-product .ov-product-page-v2 .ov-check-list.ov-discovery-links__list {
  display: block !important;
  margin: 1rem auto 0 !important;
  padding: 0 !important;
  max-width: 900px !important;
  list-style: none !important;
}

body.single-product .ov-product-page-v2 .ov-check-list.ov-discovery-links__list > li {
  display: block !important;
  position: relative !important;
  padding: 0.85rem 0.9rem 0.85rem 2.65rem !important;
  margin: 0 0 0.75rem !important;
  background: #f7faf3 !important;
  border: 1px solid rgba(24, 74, 51, 0.08) !important;
  border-radius: 12px !important;
  color: var(--ov-text-secondary, #6B6F6C) !important;
  font-size: 0.95rem !important;
  line-height: 1.55 !important;
}

body.single-product .ov-product-page-v2 .ov-check-list.ov-discovery-links__list > li::before {
  content: "\f00c" !important;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  position: absolute !important;
  left: 0.85rem !important;
  top: 0.9rem !important;
  width: 22px !important;
  min-width: 22px !important;
  height: 22px !important;
  margin: 0 !important;
  border-radius: 50% !important;
  background: #eef6e2 !important;
  color: var(--ov-primary-dark, #648935) !important;
  font-size: 0.62rem !important;
  line-height: 22px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Elegant visible links inside V2 content blocks */
body.single-product .ov-product-page-v2 .ov-discovery-links a,
body.single-product .ov-product-page-v2 .ov-story-grid a,
body.single-product .ov-product-page-v2 .ov-check-list a,
body.single-product .ov-product-page-v2 .ov-note a,
body.single-product .ov-product-page-v2 .ov-body a {
  color: var(--ov-primary-dark, #648935) !important;
  font-weight: 800 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 4px !important;
  text-decoration-color: rgba(100, 137, 53, 0.45) !important;
}

body.single-product .ov-product-page-v2 .ov-discovery-links a:hover,
body.single-product .ov-product-page-v2 .ov-story-grid a:hover,
body.single-product .ov-product-page-v2 .ov-check-list a:hover,
body.single-product .ov-product-page-v2 .ov-note a:hover,
body.single-product .ov-product-page-v2 .ov-body a:hover {
  color: var(--ov-dark, #184a33) !important;
  text-decoration-color: var(--ov-dark, #184a33) !important;
  background-color: rgba(140, 188, 79, 0.12) !important;
  border-radius: 4px !important;
}

@media (max-width: 767px) {
  body.single-product .ov-product-page-v2 .ov-check-list:not(.ov-discovery-links__list) {
    gap: 0.75rem !important;
  }

  body.single-product .ov-product-page-v2 .ov-check-list:not(.ov-discovery-links__list) > li {
    max-width: 100% !important;
    padding-left: 34px !important;
    font-size: 0.91rem !important;
    line-height: 1.56 !important;
  }

  body.single-product .ov-product-page-v2 .ov-check-list:not(.ov-discovery-links__list) > li::before {
    top: 0.12em !important;
  }

  body.single-product .ov-product-page-v2 .ov-check-list.ov-discovery-links__list > li {
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
  }
}

/* === OmVeda compact category intro above product grid === */
/* === OmVeda compact category intro – softer grid style === */
.tax-product_cat .ov-cat-strip {
  max-width: 1120px;
  margin: 0 auto 1.25rem;
  padding: 1.25rem 1.5rem;
  background: #f3f7ed; /* regular light green OmVeda background */
  border: 1px solid rgba(93, 135, 63, 0.16);
  border-radius: 10px; /* less round, closer to product grid */
  box-shadow: none;
}

.tax-product_cat .ov-cat-strip__label {
  margin: 0 0 0.35rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: #2f5d36;
}

.tax-product_cat .ov-cat-strip h2 {
  margin: 0 0 0.6rem;
  font-size: clamp(1.55rem, 2.35vw, 2.15rem);
  line-height: 1.15;
  color: #164b2d;
}

.tax-product_cat .ov-cat-strip p {
  max-width: 980px;
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
  color: #073b2a;
}

.tax-product_cat .ov-cat-strip__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.85rem;
}

.tax-product_cat .ov-cat-strip__chips span {
  display: inline-flex;
  align-items: center;
  width: auto;
  padding: 0.28rem 0.65rem;
  border-radius: 8px; /* synced with grid, not pill-style */
  background: #ffffff;
  border: 1px solid rgba(93, 135, 63, 0.18);
  font-size: 0.86rem;
  line-height: 1.2;
  color: #2f5d36;
  white-space: nowrap;
}
.tax-product_cat .ov-cat-strip__chips span a {
  color: inherit;
  text-decoration: none;
}

.tax-product_cat .ov-cat-strip__chips span:hover {
  border-color: rgba(93, 135, 63, 0.35);
  background: #ffffff;
}

@media (max-width: 768px) {
  .tax-product_cat .ov-cat-strip {
    margin: 0 0 1rem;
    padding: 1rem;
    border-radius: 9px;
  }

  .tax-product_cat .ov-cat-strip h2 {
    font-size: 1.38rem;
  }

  .tax-product_cat .ov-cat-strip p {
    font-size: 0.95rem;
  }

  .tax-product_cat .ov-cat-strip__chips span {
    font-size: 0.82rem;
    padding: 0.25rem 0.52rem;
    border-radius: 7px;
  }
}
/* === OmVeda bottom category SEO block === */
.tax-product_cat .ov-cat-bottom-seo {
  max-width: 1120px;
  margin: 2.25rem auto 0;
  padding: 1.35rem 1.5rem;
  background: #f3f7ed;
  border: 1px solid rgba(93, 135, 63, 0.16);
  border-radius: 10px;
}

.tax-product_cat .ov-cat-bottom-seo__label {
  margin: 0 0 0.35rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #2f5d36;
}

.tax-product_cat .ov-cat-bottom-seo h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.2;
  color: #164b2d;
}

.tax-product_cat .ov-cat-bottom-seo p {
  margin: 0;
  max-width: 980px;
  font-size: 0.98rem;
  line-height: 1.6;
  color: #073b2a;
}

.tax-product_cat .ov-cat-bottom-seo__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.tax-product_cat .ov-cat-bottom-seo__grid a {
  display: inline-flex;
  padding: 0.38rem 0.7rem;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(93, 135, 63, 0.18);
  color: #2f5d36;
  font-size: 0.88rem;
  text-decoration: none;
}

.tax-product_cat .ov-cat-bottom-seo__grid a:hover {
  border-color: rgba(93, 135, 63, 0.35);
}

@media (max-width: 768px) {
  .tax-product_cat .ov-cat-bottom-seo {
    margin-top: 1.5rem;
    padding: 1rem;
    border-radius: 9px;
  }

  .tax-product_cat .ov-cat-bottom-seo h2 {
    font-size: 1.25rem;
  }

  .tax-product_cat .ov-cat-bottom-seo p {
    font-size: 0.94rem;
  }
}
.ov-home-hero-static {
  background: linear-gradient(135deg, #f6f3ea 0%, #eef5e7 100%);
  padding: 36px 0 34px;
  overflow: hidden;
}

.ov-home-hero-static__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 22px;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 36px;
  align-items: center;
}

.ov-home-hero-static__content {
  max-width: 640px;
}

.ov-home-hero-static__eyebrow {
  margin: 0 0 12px;
  color: #6d8f2f;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ov-home-hero-static h1 {
  margin: 0 0 18px;
  color: #17492f;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.ov-home-hero-static__text {
  margin: 0 0 18px;
  color: #274333;
  font-size: 1.06rem;
  line-height: 1.7;
}

.ov-home-hero-static__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
}

.ov-home-hero-static__badges span {
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(109,143,47,0.22);
  color: #245437;
  font-size: 0.86rem;
  font-weight: 700;
}

.ov-home-hero-static__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ov-home-hero-static__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.ov-home-hero-static__btn:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.ov-home-hero-static__btn--primary {
  background: #2f6b3f;
  color: #fff;
  box-shadow: 0 10px 24px rgba(47,107,63,0.22);
}

.ov-home-hero-static__btn--primary:hover {
  background: #255934;
  color: #fff;
}

.ov-home-hero-static__btn--secondary {
  background: #fff;
  color: #2f6b3f;
  border: 1px solid rgba(47,107,63,0.24);
}

.ov-home-hero-static__media a,
.ov-home-hero-static__media img {
  display: block;
  width: 100%;
}

.ov-home-hero-static__media img {
  height: auto;
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(31,74,51,0.13);
  object-fit: cover;
}

@media (max-width: 900px) {
  .ov-home-hero-static {
    padding: 22px 0 26px;
  }

  .ov-home-hero-static__inner {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 0 16px;
  }

  .ov-home-hero-static__media {
    order: -1;
  }

  .ov-home-hero-static__media img {
    border-radius: 18px;
  }

  .ov-home-hero-static h1 {
    font-size: clamp(1.85rem, 8vw, 2.45rem);
  }

  .ov-home-hero-static__text {
    font-size: 1rem;
    line-height: 1.6;
  }

  .ov-home-hero-static__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ov-home-hero-static__btn {
    width: 100%;
  }
}
.ov-home-hero-static {
  padding: 28px 0 28px;
}

.ov-home-hero-static h1 {
  font-size: clamp(2rem, 3.45vw, 3.05rem);
  line-height: 1.08;
}

.ov-home-hero-static__media {
  max-width: 560px;
  justify-self: center;
}

@media (max-width: 900px) {
  .ov-home-hero-static h1 {
    font-size: clamp(1.75rem, 7.2vw, 2.25rem);
    line-height: 1.12;
  }
}
@media (max-width: 900px) {
  .ov-home-hero-static__media img {
    max-height: 300px;
    object-fit: cover;
    object-position: center;
  }
}

/* =========================================================
   OMVEDA MOBILE UX FINAL OVERRIDES — 2026-06
   Keep this block at the very bottom.
   Fixes:
   - Product gallery thumbnails on mobile
   - Broken ov-check-list wrapping with text nodes
   - Blog H1 mobile size
   - Compact product/related product cards
   ========================================================= */

/* Blog archive/single mobile title readability */
@media (max-width: 768px) {
  .single-post h1,
  body.blog h1,
  body.archive h1 {
    font-size: clamp(2rem, 8.8vw, 2.45rem) !important;
    line-height: 1.12 !important;
    letter-spacing: -0.025em !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
  }

  .single-post .entry-content,
  .single-post .post-content,
  .single-post article {
    overflow-x: hidden !important;
  }
}

/* WooCommerce gallery: desktop stays vertical, mobile becomes horizontal thumbnails below image */
@media (max-width: 768px) {
  body.single-product .woocommerce-product-gallery,
  body.single-product div.product div.images.woocommerce-product-gallery {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.single-product .woocommerce-product-gallery .flex-viewport {
    order: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.single-product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs,
  body.single-product .woocommerce-product-gallery .flex-control-thumbs {
    order: 2 !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    margin: 12px 0 0 !important;
    padding: 2px 2px 9px !important;
    list-style: none !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: thin !important;
  }

  body.single-product .woocommerce-product-gallery .flex-control-thumbs::before,
  body.single-product .woocommerce-product-gallery .flex-control-thumbs::after {
    display: none !important;
    content: none !important;
  }

  body.single-product .woocommerce-product-gallery .flex-control-thumbs li {
    flex: 0 0 64px !important;
    width: 64px !important;
    max-width: 64px !important;
    height: 64px !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
  }

  body.single-product .woocommerce-product-gallery .flex-control-thumbs img {
    width: 64px !important;
    height: 64px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    border: 1px solid rgba(24, 74, 51, 0.14) !important;
    padding: 2px !important;
    background: #fff !important;
    opacity: 1 !important;
  }

  body.single-product .woocommerce-product-gallery .flex-control-thumbs img.flex-active {
    border-color: var(--ov-primary, #8CBC4F) !important;
    box-shadow: 0 0 0 1px var(--ov-primary, #8CBC4F) !important;
  }
}

/* Product content checklist handled by the clean global block above. */

/* Discovery list remains card-style and does not inherit normal checklist layout */
body.single-product .ov-product-page-v2 .ov-check-list.ov-discovery-links__list {
  display: block !important;
  margin: 1rem auto 0 !important;
  padding: 0 !important;
  max-width: 900px !important;
}

body.single-product .ov-product-page-v2 .ov-check-list.ov-discovery-links__list > li {
  display: block !important;
  position: relative !important;
  padding: 0.85rem 0.9rem 0.85rem 2.65rem !important;
  margin: 0 0 0.75rem !important;
  background: #f7faf3 !important;
  border: 1px solid rgba(24, 74, 51, 0.08) !important;
  border-radius: 12px !important;
  color: var(--ov-text-secondary, #6B6F6C) !important;
  font-size: 0.92rem !important;
  line-height: 1.52 !important;
}

body.single-product .ov-product-page-v2 .ov-check-list.ov-discovery-links__list > li::before {
  position: absolute !important;
  left: 0.85rem !important;
  top: 0.9rem !important;
  margin: 0 !important;
}

/* Compact mobile product grids used in related products / smart related */
@media (max-width: 767px) {
  body.single-product section.ov-smart-related .ov-smart-related__products ul.products,
  body.single-product .ov-related-products ul.products,
  body.single-product section.related.products ul.products {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px 14px !important;
  }

  body.single-product section.ov-smart-related li.product .product-block,
  body.single-product .ov-related-products li.product .product-block,
  body.single-product section.related.products li.product .product-block {
    min-height: 252px !important;
    border-radius: 10px !important;
  }

  body.single-product section.ov-smart-related li.product .product-transition,
  body.single-product .ov-related-products li.product .product-transition,
  body.single-product section.related.products li.product .product-transition {
    height: 110px !important;
    min-height: 110px !important;
    max-height: 110px !important;
  }

  body.single-product section.ov-smart-related li.product .product-image img,
  body.single-product section.ov-smart-related li.product img.attachment-woocommerce_thumbnail,
  body.single-product .ov-related-products li.product .product-image img,
  body.single-product .ov-related-products li.product img.attachment-woocommerce_thumbnail,
  body.single-product section.related.products li.product .product-image img,
  body.single-product section.related.products li.product img.attachment-woocommerce_thumbnail {
    width: 104px !important;
    height: 104px !important;
    max-width: 104px !important;
    max-height: 104px !important;
    object-fit: contain !important;
  }

  body.single-product section.ov-smart-related li.product .woocommerce-loop-product__title,
  body.single-product .ov-related-products li.product .woocommerce-loop-product__title,
  body.single-product section.related.products li.product .woocommerce-loop-product__title {
    font-size: 0.78rem !important;
    line-height: 1.25 !important;
    min-height: 2.5em !important;
    max-height: 3.75em !important;
    overflow: hidden !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }

  body.single-product section.ov-smart-related li.product .price,
  body.single-product .ov-related-products li.product .price,
  body.single-product section.related.products li.product .price {
    font-size: 0.78rem !important;
    line-height: 1.25 !important;
  }

  body.single-product section.ov-smart-related li.product a.button,
  body.single-product .ov-related-products li.product a.button,
  body.single-product section.related.products li.product a.button {
    min-height: 36px !important;
    padding: 7px 8px !important;
    border-radius: 9px !important;
    font-size: 0.72rem !important;
    line-height: 1.18 !important;
  }
}

@media (max-width: 380px) {
  body.single-product section.ov-smart-related .ov-smart-related__products ul.products,
  body.single-product .ov-related-products ul.products,
  body.single-product section.related.products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px 10px !important;
  }
}


/* =========================================================
   OMVEDA FINAL SAFETY OVERRIDES — KEEP LAST
   ========================================================= */

/* Hard safety: no checklist icon overlap, desktop + mobile */
body.single-product .ov-product-page-v2 .ov-check-list:not(.ov-discovery-links__list) > li {
  display: block !important;
  position: relative !important;
  padding-left: 34px !important;
}

body.single-product .ov-product-page-v2 .ov-check-list:not(.ov-discovery-links__list) > li::before {
  position: absolute !important;
  left: 0 !important;
  top: 0.18em !important;
  margin: 0 !important;
}

body.single-product .ov-product-page-v2 .ov-check-list:not(.ov-discovery-links__list) > li > a,
body.single-product .ov-product-page-v2 .ov-check-list:not(.ov-discovery-links__list) > li > strong {
  display: inline !important;
}

/* Mobile related/native product grids: final layout handled below. */

/* Related products under product content: 1-column compact list on mobile */
@media (max-width: 767px) {

  body.single-product .ov-related-products ul.products,
  body.single-product .ov-related-products ul.products.columns-4 {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  body.single-product .ov-related-products ul.products > li.product {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.single-product .ov-related-products li.product .product-block {
    display: grid !important;
    grid-template-columns: 96px 1fr !important;
    gap: 12px !important;
    min-height: auto !important;
    padding: 10px !important;
    align-items: center !important;
  }

  body.single-product .ov-related-products li.product .product-transition {
    height: 96px !important;
    min-height: 96px !important;
    max-height: 96px !important;
  }

  body.single-product .ov-related-products li.product img {
    width: 88px !important;
    height: 88px !important;
    object-fit: contain !important;
  }

  body.single-product .ov-related-products li.product .product-caption {
    padding: 0 !important;
    text-align: left !important;
  }

  body.single-product .ov-related-products li.product .woocommerce-loop-product__title {
    font-size: 14px !important;
    line-height: 1.25 !important;
    min-height: 0 !important;
    max-height: none !important;
    text-align: left !important;
  }

  body.single-product .ov-related-products li.product .price {
    font-size: 14px !important;
    line-height: 1.3 !important;
    text-align: left !important;
    white-space: normal !important;
  }

  body.single-product .ov-related-products li.product .button {
    width: auto !important;
    min-height: 34px !important;
    padding: 7px 12px !important;
    font-size: 12px !important;
  }
}

/* Source 19646: Category Desc */
/* OmVeda compact category intro */
.ov-cat-intro--compact {
  margin: 0 0 1.25rem;
  padding: 1rem 1.15rem;
  border: 1px solid var(--ov-border, rgba(65,112,70,.16));
  border-radius: var(--ov-radius, 16px);
  background: rgba(255,255,255,.72);
}

.ov-cat-intro__kicker {
  margin-bottom: .35rem;
  font-size: .78rem;
}

.ov-cat-intro__title {
  margin: 0 0 .45rem;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.2;
}

.ov-cat-intro__text {
  margin: 0;
  max-width: 820px;
  font-size: .98rem;
  line-height: 1.55;
}

.ov-cat-intro__links {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-top: .8rem;
}

.ov-cat-chip {
  display: inline-flex;
  align-items: center;
  padding: .38rem .7rem;
  border-radius: 999px;
  background: rgba(128, 171, 82, .12);
  color: var(--ov-primary-dark, #17452f);
  font-size: .88rem;
  font-weight: 600;
  text-decoration: none;
}

.ov-cat-chip:hover {
  background: rgba(128, 171, 82, .2);
  text-decoration: none;
}

@media (max-width: 768px) {
  .ov-cat-intro--compact {
    padding: .85rem .9rem;
    margin-bottom: 1rem;
  }

  .ov-cat-intro__title {
    font-size: 1.25rem;
  }

  .ov-cat-intro__text {
    font-size: .94rem;
    line-height: 1.45;
  }

  .ov-cat-chip {
    font-size: .82rem;
    padding: .32rem .6rem;
  }
}

/* Source 19387: Icon CSS */
/* OmVeda icon fallback - only for empty icon boxes */
.ov-promise-item__icon,
.ov-pairing-card__icon,
.ov-recipe-card__icon,
.ov-social-icon {
  width: 22px;
  height: 22px;
  border-radius: 14px;
  background: #edf6df;
  border: 1px solid rgba(65, 112, 70, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  color: #0b4b35;
  font-size: 12px;
  line-height: 1;
}

/* Different fallback icons */
.ov-promise-item__icon:empty::before {
  content: "✓";   /* promise / highlights */
}

.ov-pairing-card__icon:empty::before {
  content: "✿";   /* pairings / combinations */
}

.ov-recipe-card__icon:empty::before {
  content: "🍴";   /* recipe / food */
}

.ov-social-icon:empty::before {
  content: "✦";   /* social / simple dot */
}

/* alignment for pairing cards */
.ov-pairing-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.ov-pairing-card__content {
  flex: 1;
}

/* Source 19384: LMIV CSS */
/* OmVeda LMIV mobile layout fix */
@media (max-width: 768px) {
  .omveda-lmiv-block .omveda-lmiv-card {
    padding: 1rem !important;
    border-radius: 0.85rem !important;
  }

  .omveda-lmiv-block .omveda-lmiv-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1.1rem !important;
  }

  .omveda-lmiv-block .omveda-lmiv-field {
    min-width: 0 !important;
    width: 100% !important;
  }

  .omveda-lmiv-block .ov-kicker {
    font-size: 0.78rem !important;
    line-height: 1.35 !important;
    letter-spacing: 0.08em !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    white-space: normal !important;
  }

  .omveda-lmiv-block .ov-body {
    font-size: 0.95rem !important;
    line-height: 1.55 !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
  }

  .omveda-lmiv-block .ov-heading {
    word-break: normal !important;
    overflow-wrap: anywhere !important;
  }

  .omveda-lmiv-block table {
    width: 100% !important;
    font-size: 0.9rem !important;
    table-layout: auto !important;
  }

  .omveda-lmiv-block table th,
  .omveda-lmiv-block table td {
    padding: 0.55rem 0.35rem !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    vertical-align: top !important;
  }
}
