.skip-link {
    display: none !important;
}
/* ── Skip link fix ── */
.skip-link.screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    left: -9999px !important;
    top: -9999px !important;
}
.skip-link.screen-reader-text:focus {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: auto !important;
    height: auto !important;
    padding: 8px 16px !important;
    clip: auto !important;
    background: #fff !important;
    z-index: 100000 !important;
}

.product_meta{display:none!important;}

.nectar-love{ display:none !important; }

/* ===== CTA-grupp mellan två stycken ===== */
.woocommerce div.product .summary .mv-cta-group { margin: 10px 0; }
.woocommerce div.product .summary .mv-cta-group p { margin:0; line-height:1.55; }

/* Luft runt knappen */
.woocommerce div.product .summary .mv-cta-top    { margin-bottom:12px; }
.woocommerce div.product .summary .mv-cta-bottom { margin-top:12px; }

/* Placering av knappen */
.woocommerce div.product .summary .mv-cta-wrap {
  display:flex;
  align-items:center;
  justify-content:flex-start;
  height:50px;
}

/* Knappstil */
.mv-cta-btn {
  background:#2E7D32 !important;
  color:#fff !important;
  font-weight:600 !important;
  border-radius:6px !important;
  text-decoration:none !important;
}
.mv-cta-btn:hover { opacity:.9; }

/* Sektion 50% kompaktare */
.mv-faq-section{
  background:#F8F7ED;
  padding:12px 10px;
  border-radius:10px;
  max-width:680px;
  margin:18px auto;
}
.mv-faq-title{
  font-size:18px;
  font-weight:700;
  margin:0 0 10px;
  color:#212121;
}

/* Kort */
.mv-faq-card{
  background:#fff;
  border-radius:8px;
  box-shadow:0 1px 4px rgba(0,0,0,.05);
}

/* Rader */
.mv-faq-item{ border-bottom:1px solid #E6E6E6; }
.mv-faq-item:last-child{ border-bottom:0; }

.mv-faq-head{
  display:flex; align-items:center; justify-content:space-between;
  height:42px;
  padding:0 12px;
  font-size:14px; font-weight:600;
  background:#fff; color:#101620;
  cursor:pointer;
}
.mv-faq-item.is-open .mv-faq-head{
  background:#2E7D32;
  color:#fff;
}

/* Chevron */
.mv-faq-chevron{
  width:14px; height:14px; position:relative; flex:0 0 14px;
}
.mv-faq-chevron::before{
  content:""; position:absolute; inset:0;
  border-right:2px solid currentColor; border-bottom:2px solid currentColor;
  transform:rotate(-45deg);
}
.mv-faq-item.is-open .mv-faq-chevron::before{ transform:rotate(45deg); }

/* Svarstext */
.mv-faq-body{
  max-height:0; overflow:hidden;
  transition:max-height .25s ease;
  padding:0 12px;
  color:#444; line-height:1.4; font-size:13px;
}
.mv-faq-item.is-open .mv-faq-body{ max-height:300px; padding:8px 12px 12px; }

/* Modal */
.mv-modal{
  position:fixed; inset:0; background:rgba(0,0,0,.45);
  display:none; align-items:center; justify-content:center; z-index:9999;
}
.mv-modal.is-open{ display:flex; }
.mv-lock{ overflow:hidden; }

/* Dialog */
.mv-modal__dialog{
  position:relative; background:#fff; width:min(680px,92vw);
  max-height:90vh; overflow:auto; border-radius:12px; padding:20px;
  box-shadow:0 10px 30px rgba(0,0,0,.2);
}

/* Stäng-knapp */
.mv-modal__close{
  position:absolute; top:10px; right:12px;
  background:transparent; border:0; font-size:28px; line-height:1;
  cursor:pointer; color:#222; z-index:2;
}

/* Döda ev. osynliga hel-rads-länkar på mobil */
@media (max-width: 1024px){
  .elementor-section > a.full-link,
  .elementor-column > a.full-link,
  .row > a.full-link,
  .wpb_row > a.full-link {
    pointer-events: none !important;
  }
  .elementor .elementor-button-link,
  a.elementor-button-link {
    pointer-events: auto !important;
    position: relative;
    z-index: 10;
  }
}

/* ═══════════════════════════════════════════════════════════════
   MEDVITAL – Flex+ Produktsida CSS
   ═══════════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;900&display=swap');

/* ── Animationer ── */
@keyframes mv-marquee { from{transform:translateX(0)} to{transform:translateX(-50%)} }
@keyframes mv-blob {
  0%,100%{ border-radius:60% 40% 55% 45%/45% 55% 40% 60% }
  50%    { border-radius:40% 60% 45% 55%/55% 45% 60% 40% }
}
@keyframes mv-float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }

/* ── Delad sektion ── */
.mv-section { font-family:'Inter',sans-serif !important; padding:56px 5% !important; }
.mv-section * { box-sizing:border-box; }
.mv-section-inner { max-width:1100px; margin:0 auto; }
.mv-section-head { text-align:center; margin-bottom:3rem; }
.mv-section-tag {
  display:inline-block; background:rgba(30,92,58,.1) !important; color:#1E5C3A !important;
  font-size:.72rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase;
  padding:5px 14px; border-radius:100px; margin-bottom:.9rem;
}
.mv-section-tag.white { background:rgba(255,255,255,.15) !important; color:#fff !important; }
.mv-section-h2 {
  font-size:clamp(1.6rem,3.5vw,2.2rem) !important; font-weight:900 !important;
  color:#1A2332 !important; letter-spacing:-.04em !important; line-height:1.2 !important;
  margin:0 0 .6rem !important; border:none !important; padding:0 !important;
}
.mv-section-sub { font-size:1rem; color:#5A6478; line-height:1.65; max-width:580px; margin:0 auto; }

/* TRUST BAR */
.mv-trust-bar {
  background:#1E5C3A !important; background-color:#1E5C3A !important;
  padding:11px 0 !important; overflow:hidden;
}
.mv-trust-track { display:flex; gap:3rem; animation:mv-marquee 22s linear infinite; width:max-content; }
.mv-trust-item {
  display:flex; align-items:center; gap:9px; color:rgba(255,255,255,.9);
  font-size:.84rem; font-weight:600; white-space:nowrap; letter-spacing:.02em;
  font-family:'Inter',sans-serif;
}
.mv-trust-dot { width:6px; height:6px; background:#F4A228; border-radius:50%; flex-shrink:0; }

/* PRODUCT HERO */
.mv-hero { padding:64px 5% 72px !important; background:#fff !important; }
.mv-hero * { box-sizing:border-box; }
.mv-hero-inner {
  max-width:1100px; margin:0 auto; display:grid;
  grid-template-columns:1fr 1fr; gap:5rem; align-items:center;
}
.mv-hero-img-col { position:relative; display:flex; justify-content:center; align-items:center; min-height:460px; }
.mv-hero-blob {
  position:absolute; width:90%; height:90%;
  background:linear-gradient(135deg,rgba(30,92,58,.14) 0%,rgba(244,162,40,.08) 100%);
  border-radius:60% 40% 55% 45%/45% 55% 40% 60%; animation:mv-blob 8s ease-in-out infinite;
}
.mv-hero-img {
  position:relative; z-index:1; width:88% !important; max-width:420px !important;
  border-radius:20px; filter:drop-shadow(0 24px 48px rgba(26,35,50,.16));
  animation:mv-float 5s ease-in-out infinite; display:block !important;
}
.mv-hero-badge {
  position:absolute; bottom:24px; right:5%; z-index:2; background:#fff;
  border-radius:100px; padding:10px 18px; display:flex; align-items:center; gap:8px;
  box-shadow:0 8px 28px rgba(26,35,50,.14);
}
.mv-hero-badge-dot { width:8px; height:8px; background:#1E5C3A; border-radius:50%; }
.mv-hero-badge span { font-size:.8rem; font-weight:700; color:#1A2332; }
.mv-hero-tag {
  display:inline-block; background:rgba(30,92,58,.1) !important; color:#1E5C3A !important;
  font-size:.72rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase;
  padding:5px 14px; border-radius:100px; margin-bottom:1rem;
}
.mv-hero h1 {
  font-size:clamp(1.9rem,4vw,2.8rem) !important; font-weight:900 !important;
  color:#1A2332 !important; letter-spacing:-.05em !important; line-height:1.1 !important;
  margin-bottom:.9rem !important; border:none !important; padding:0 !important;
}
.mv-hero h1 em { font-style:normal !important; color:#1E5C3A !important; }
.mv-hero-stars { display:flex; align-items:center; gap:8px; margin-bottom:1.25rem; }
.mv-hero-stars-icons { color:#F4A228; font-size:1.05rem; letter-spacing:2px; }
.mv-hero-stars-text { font-size:.84rem; color:#5A6478; font-weight:600; }
.mv-hero-chips { display:flex; flex-wrap:wrap; gap:.4rem; margin-bottom:1.5rem; }
.mv-hero-chip {
  background:#F8F4EE; border:1px solid #E8E2D9; border-radius:100px;
  padding:5px 13px; font-size:.78rem; font-weight:600; color:#1A2332;
}
.mv-hero-chip.g {
  background:rgba(30,92,58,.08) !important; border-color:rgba(30,92,58,.25) !important;
  color:#1E5C3A !important;
}
.mv-hero-buy {
  background:#F8F4EE !important; border-radius:20px; border:1px solid #E8E2D9;
  padding:1.5rem; margin-bottom:1.5rem;
}
.mv-hero-price-row { display:flex; align-items:baseline; gap:.6rem; margin-bottom:.25rem; }
.mv-hero-price { font-size:2.2rem !important; font-weight:900 !important; color:#1A2332 !important; letter-spacing:-.04em; }
.mv-hero-price-sub { font-size:.9rem; color:#5A6478; font-weight:500; }
.mv-hero-price-terms { font-size:.8rem; color:#5A6478; margin-bottom:1.1rem; }
.mv-hero-checks {
  display:flex; flex-direction:column; gap:.38rem;
  padding:1rem 0; border-top:1px solid #E8E2D9; margin-bottom:1rem;
}
.mv-hero-check { font-size:.86rem; color:#2C3E50; font-weight:500; display:flex; align-items:center; gap:7px; }
.mv-hero-check-icon {
  width:18px; height:18px; background:#1E5C3A; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  font-size:.6rem; color:#fff; font-weight:900; flex-shrink:0;
}
.mv-btn-primary {
  display:block !important; text-align:center !important; background:#F4A228 !important;
  color:#1A2332 !important; font-family:'Inter',sans-serif !important;
  font-size:1.05rem !important; font-weight:800 !important; padding:17px 24px !important;
  border-radius:100px !important; border:none !important; cursor:pointer;
  transition:background .2s,transform .15s,box-shadow .2s; letter-spacing:.01em;
  text-decoration:none !important;
}
.mv-btn-primary:hover {
  background:#D4831A !important; transform:translateY(-2px);
  box-shadow:0 10px 28px rgba(244,162,40,.38); color:#1A2332 !important;
}

/* STATS STRIP */
.mv-stats-wrap { margin-top:-1px; }
.mv-stats-curve { display:block; width:100%; line-height:0; overflow:hidden; }
.mv-stats-curve svg { display:block; width:100%; height:56px; }
.mv-stats {
  background:#1E5C3A !important; background-color:#1E5C3A !important;
  padding:44px 5% 56px; font-family:'Inter',sans-serif;
}
.mv-stats-grid {
  display:grid; grid-template-columns:repeat(3,1fr);
  gap:1.5rem; max-width:840px; margin:0 auto; text-align:center;
}
.mv-stat-num {
  font-size:clamp(2rem,4vw,2.8rem) !important; font-weight:900 !important;
  color:#fff !important; letter-spacing:-.05em; line-height:1;
}
.mv-stat-num span { color:#F4A228 !important; }
.mv-stat-label { font-size:.86rem; color:rgba(255,255,255,.65) !important; font-weight:500; margin-top:.4rem; }

/* USP GRID */
.mv-usps { background:#F8F4EE !important; background-color:#F8F4EE !important; }
.mv-usp-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:1.25rem; }
.mv-usp-card {
  background:#fff !important; border-radius:18px; padding:1.75rem 1.5rem;
  text-align:center; border:1px solid #E8E2D9; transition:box-shadow .2s,transform .15s;
}
.mv-usp-card:hover { box-shadow:0 8px 28px rgba(26,35,50,.08); transform:translateY(-3px); }
.mv-usp-icon { font-size:1.9rem; margin-bottom:.9rem; }
.mv-usp-title { font-weight:800; font-size:.96rem; color:#1A2332; margin-bottom:.5rem; letter-spacing:-.01em; }
.mv-usp-text { font-size:.84rem; color:#5A6478; line-height:1.6; margin:0; }

/* INGREDIENTS */
.mv-ing-layout { display:grid; grid-template-columns:1fr 1fr; gap:5rem; align-items:center; }
.mv-ing-img-wrap {
  position:relative; display:flex; justify-content:center;
  align-items:center; min-height:400px;
}
.mv-ing-blob {
  position:absolute; width:80%; height:80%;
  background:linear-gradient(135deg,rgba(30,92,58,.12) 0%,rgba(244,162,40,.07) 100%);
  border-radius:60% 40% 55% 45%/45% 55% 40% 60%; animation:mv-blob 9s ease-in-out infinite;
}
.mv-ing-img {
  position:relative; z-index:1; width:88% !important; max-width:360px !important;
  filter:drop-shadow(0 20px 40px rgba(26,35,50,.14)); display:block !important;
}
.mv-ing-chips { display:flex; flex-wrap:wrap; gap:.5rem; margin:1.25rem 0 1.75rem; }
.mv-ing-chip {
  border-radius:100px; padding:7px 16px; font-size:.84rem; font-weight:600;
  border:1px solid #E8E2D9; background:#F8F4EE; color:#1A2332;
  display:flex; align-items:center; gap:6px;
}
.mv-ing-chip.key {
  background:#fff !important; border:2px solid rgba(30,92,58,.25) !important;
  color:#1E5C3A !important; box-shadow:0 2px 8px rgba(30,92,58,.07);
}
.mv-ing-dot { width:6px; height:6px; border-radius:50%; background:#1E5C3A; flex-shrink:0; }
.mv-ing-note { font-size:.75rem; color:#8A94A6; line-height:1.6; border-top:1px solid #E8E2D9; padding-top:1rem; margin-top:.5rem; }

/* FOR WHOM */
.mv-forwhom { background:#F8F4EE !important; background-color:#F8F4EE !important; }
.mv-fw-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.25rem; }
.mv-fw-card {
  background:#fff !important; border-radius:18px; padding:1.5rem;
  border:1px solid #E8E2D9; transition:box-shadow .2s,transform .15s;
}
.mv-fw-card:hover { box-shadow:0 8px 24px rgba(26,35,50,.08); transform:translateY(-3px); }
.mv-fw-emoji { font-size:2rem; margin-bottom:.75rem; }
.mv-fw-title { font-weight:800; font-size:.98rem; color:#1A2332; margin-bottom:.45rem; letter-spacing:-.01em; }
.mv-fw-text { font-size:.85rem; color:#5A6478; line-height:1.6; margin:0; }

/* HOW IT WORKS */
.mv-steps-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:2rem; position:relative; }
.mv-steps-grid::before {
  content:''; position:absolute; top:28px; left:calc(16.66% + 1rem); right:calc(16.66% + 1rem);
  height:2px; border-top:2px dashed rgba(30,92,58,.22); pointer-events:none;
}
.mv-step-card {
  text-align:center; background:#F8F4EE !important; border-radius:20px;
  padding:2rem 1.5rem; border:1px solid #E8E2D9;
}
.mv-step-num {
  width:56px; height:56px; border-radius:50%; background:#1E5C3A !important;
  color:#fff !important; font-size:1.2rem; font-weight:900;
  display:flex; align-items:center; justify-content:center;
  margin:0 auto 1.1rem; position:relative; z-index:1;
}
.mv-step-icon { font-size:1.4rem; margin-bottom:.9rem; }
.mv-step-title { font-weight:800; font-size:1rem; color:#1A2332; margin-bottom:.5rem; letter-spacing:-.01em; }
.mv-step-text { font-size:.86rem; color:#5A6478; line-height:1.6; margin:0; }

/* RECENSIONER */
.mv-reviews { background:#F8F4EE !important; background-color:#F8F4EE !important; }
.mv-reviews-top {
  display:flex; align-items:center; justify-content:center;
  gap:1.25rem; margin-bottom:3rem; flex-wrap:wrap;
}
.mv-reviews-score {
  font-size:3rem !important; font-weight:900 !important;
  color:#1A2332 !important; letter-spacing:-.05em; line-height:1;
}
.mv-reviews-stars-big { color:#F4A228; font-size:1.5rem; letter-spacing:2px; }
.mv-reviews-score-sub { font-size:.84rem; color:#5A6478; }
.mv-reviews-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.25rem; }
.mv-review-card {
  background:#fff !important; border-radius:20px; padding:1.5rem;
  border:1px solid #E8E2D9; display:flex; flex-direction:column; gap:.9rem;
}
.mv-review-stars { color:#F4A228; font-size:.95rem; letter-spacing:2px; }
.mv-review-text { font-size:.9rem; color:#2C3E50; line-height:1.65; font-style:italic; flex:1; margin:0; }
.mv-review-author { display:flex; align-items:center; gap:10px; }
.mv-review-av {
  width:42px; height:42px; border-radius:50%; background:#1E5C3A !important;
  color:#fff !important; font-weight:800; font-size:.88rem;
  display:flex; align-items:center; justify-content:center; flex-shrink:0;
}
.mv-review-av.c2 { background:#1A2332 !important; }
.mv-review-av.c3 { background:#F4A228 !important; color:#1A2332 !important; }
.mv-review-name { font-weight:700; font-size:.9rem; color:#1A2332; }
.mv-review-meta { font-size:.75rem; color:#8A94A6; margin-top:2px; }

/* FAQ */
.mv-faq-box { max-width:720px; margin:0 auto; }
.mv-faq-item { border-bottom:1px solid #E8E2D9; }
.mv-faq-q {
  width:100% !important; background:none !important; border:none !important;
  text-align:left !important; padding:1.1rem 0 !important;
  font-family:'Inter',sans-serif !important; font-size:.97rem !important;
  font-weight:700 !important; color:#1A2332 !important; cursor:pointer;
  display:flex !important; justify-content:space-between !important;
  align-items:center !important; gap:1rem; box-shadow:none !important;
}
.mv-faq-icon { font-size:1.2rem; color:#1E5C3A; flex-shrink:0; transition:transform .22s; font-style:normal; }
.mv-faq-a { display:none; padding:.1rem 0 1.1rem; font-size:.9rem; color:#5A6478; line-height:1.65; }
.mv-faq-item.open .mv-faq-icon { transform:rotate(45deg); }
.mv-faq-item.open .mv-faq-a { display:block; }

/* BOTTOM CTA */
.mv-cta-section {
  padding:80px 5% !important;
  background:linear-gradient(135deg,#0D3621 0%,#1E5C3A 100%) !important;
  background-color:#1E5C3A !important;
  position:relative; overflow:hidden; font-family:'Inter',sans-serif;
}
.mv-cta-section::before {
  content:''; position:absolute; top:-120px; right:-120px;
  width:400px; height:400px; border-radius:50%;
  background:rgba(255,255,255,.04); pointer-events:none;
}
.mv-cta-section::after {
  content:''; position:absolute; bottom:-80px; left:-80px;
  width:280px; height:280px; border-radius:50%;
  background:rgba(244,162,40,.07); pointer-events:none;
}
.mv-cta-inner { max-width:640px; margin:0 auto; text-align:center; position:relative; z-index:1; }
.mv-cta-h2 {
  font-size:clamp(1.9rem,4vw,2.8rem) !important; font-weight:900 !important;
  color:#fff !important; letter-spacing:-.05em !important; line-height:1.15 !important;
  margin-bottom:.75rem !important; border:none !important; padding:0 !important;
}
.mv-cta-sub { font-size:1.05rem; color:rgba(255,255,255,.75) !important; line-height:1.6; margin-bottom:.5rem; }
.mv-cta-price {
  font-size:2.6rem !important; font-weight:900 !important;
  color:#fff !important; letter-spacing:-.05em; margin-bottom:2rem;
}
.mv-cta-price span { font-size:1rem; font-weight:500; color:rgba(255,255,255,.55) !important; }
.mv-cta-btn {
  display:inline-block !important; background:#F4A228 !important; color:#1A2332 !important;
  font-family:'Inter',sans-serif !important; font-size:1.1rem !important; font-weight:800 !important;
  padding:18px 48px !important; border-radius:100px !important;
  transition:background .2s,transform .15s,box-shadow .2s; letter-spacing:.01em;
  text-decoration:none !important;
}
.mv-cta-btn:hover {
  background:#D4831A !important; transform:translateY(-2px);
  box-shadow:0 12px 36px rgba(244,162,40,.38); color:#1A2332 !important;
}
.mv-cta-trust {
  display:flex; flex-wrap:wrap; gap:.4rem 1.25rem;
  justify-content:center; margin-top:1.5rem;
}
.mv-cta-trust span {
  font-size:.84rem; color:rgba(255,255,255,.6) !important;
  display:flex; align-items:center; gap:5px;
}
.mv-cta-trust span::before { content:'✓'; color:rgba(255,255,255,.8) !important; font-weight:700; }

/* RESPONSIV */
@media(max-width:960px){
  .mv-hero-inner, .mv-ing-layout { grid-template-columns:1fr; gap:2.5rem; }
  .mv-hero-img-col { min-height:300px; }
  .mv-usp-grid, .mv-reviews-grid { grid-template-columns:1fr 1fr; }
  .mv-fw-grid { grid-template-columns:1fr 1fr; }
}
@media(max-width:680px){
  .mv-usp-grid, .mv-steps-grid, .mv-reviews-grid, .mv-fw-grid { grid-template-columns:1fr; }
  .mv-steps-grid::before { display:none; }
  .mv-stats-grid { grid-template-columns:1fr 1fr; }
  .mv-section { padding:40px 4% !important; }
  .mv-hero { padding:40px 4% 48px !important; }
  .mv-hero-inner { gap:1.5rem; }
  .mv-cta-section { padding:48px 4% !important; }
}

body.elementor-page .ast-container,
body.page-template-elementor_header_footer .ast-container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

