/* YouCan product page — landing + checkout (paste in CSS Footer) */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700;800&display=swap');
.fr-view .vm-wrap,.single-product .single-description .fr-view .vm-wrap{font-family:'Cairo',Tahoma,Arial,sans-serif!important;direction:rtl!important;width:100%!important;max-width:100%!important}
.fr-view .vm-wrap .vm-order-bar,.fr-view .vm-wrap .vm-pain-list,.fr-view .vm-wrap .vm-ba-grid,.fr-view .vm-wrap .vm-clinical-stats,.fr-view .vm-wrap .vm-benefits,.fr-view .vm-wrap .vm-why-cards,.fr-view .vm-wrap .vm-bundles-grid,.fr-view .vm-wrap .vm-scarcity,.fr-view .vm-wrap .vm-reviews-scroll,.fr-view .vm-wrap .vm-authority{display:flex!important}
.fr-view .vm-wrap .vm-pain-block{display:flex!important;flex-direction:column!important}
.fr-view .vm-wrap .vm-pain-content{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;overflow:hidden!important}
.fr-view .vm-wrap .vm-pain-video{display:block!important;position:relative!important;width:100%!important;max-width:100%!important;overflow:hidden!important;height:96px!important;min-height:96px!important;max-height:96px!important;border-radius:12px!important;isolation:isolate!important}
.fr-view .vm-wrap .vm-pain-video video,.fr-view .vm-wrap .vm-pain-video-el,.fr-view .vm-wrap .vm-pain-video-gif{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-width:100%!important;object-fit:cover!important;display:block!important;margin:0!important;padding:0!important;border-radius:0!important}
.fr-view .vm-wrap .vm-pain-video-placeholder{position:absolute!important;inset:0!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding:10px!important;color:#fff!important;font-size:11px!important;font-weight:800!important;line-height:1.5!important;background:linear-gradient(135deg,#1a3328,#2d5a47,#3d6b58)!important}
.fr-view .vm-wrap .vm-pain-video-placeholder span{display:block!important;max-width:90%!important}.fr-view .vm-wrap .vm-pain-video-placeholder small{display:block!important;margin-top:3px!important;font-size:9px!important;font-weight:700!important;color:rgba(255,255,255,.78)!important}
.fr-view .vm-wrap .vm-photo--why.vm-photo--video{position:relative!important;aspect-ratio:1/1!important;height:auto!important;overflow:hidden!important;max-width:420px!important;margin:0 auto 20px!important;border-radius:18px!important;isolation:isolate!important}
.fr-view .vm-wrap .vm-photo--why.vm-photo--video video{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;display:block!important}
.fr-view .vm-wrap .vm-how-cards,.fr-view .vm-wrap .vm-ingredient-grid{display:grid!important}
.fr-view .vm-wrap .vm-pain-item,.fr-view .vm-wrap .vm-review,.fr-view .vm-wrap .vm-formula-row,.fr-view .vm-wrap .vm-auth-item{display:flex!important}
.fr-view .vm-wrap .vm-ba-grid{flex-direction:row!important;flex-wrap:nowrap!important}
.vm-label--solo{margin-bottom:14px!important}
.vm-wrap{padding-bottom:24px}
body.vm-product-landing .vm-wrap{padding-bottom:100px}
/* ═══ ViveLab LANDING PAGE (vm-) ═══ */
:root {
  --vm-purple: #2d5a47;
  --vm-dark: #1a3328;
  --vm-pink: #4a8f72;
  --vm-coral: #5a9e78;
  --vm-gold: #8b9a7a;
  --vm-soft: #f0f6f3;
  --vm-teal: #3d7a6a;
  --vm-sage: #6b9e82;
  --vm-black: #1a1a1a;
}

.vm-wrap {
  font-family: 'Cairo', Tahoma, Arial, sans-serif;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  color: var(--vm-black);
  line-height: 1.5;
}

.vm-wrap * { box-sizing: border-box; }

.vm-wrap img,
.vm-wrap video,
.vm-wrap iframe {
  max-width: 100%;
  height: auto;
}

/* Product description — no horizontal scroll / bounce glitch */
.single-product,
.single-product .product-wrapper,
.single-product .single-description,
.single-product .single-description .fr-view,
.single-product .single-description .vm-wrap {
  max-width: 100% !important;
  overflow-x: clip !important;
  box-sizing: border-box !important;
}

.single-product .vm-section,
.single-product .vm-reviews-sec,
.single-product .vm-final-offer {
  max-width: 100%;
  overflow-x: clip;
}

.vm-order-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(90deg, #fff8e6, #fff);
  border: 2px solid var(--vm-gold);
  border-radius: 14px;
  padding: 12px 14px;
  margin-bottom: 16px;
}

.vm-order-bar span:first-child { font-size: 28px; }
.vm-order-bar strong { display: block; font-size: 13px; color: var(--vm-dark); }
.vm-order-bar span span { font-size: 11px; color: #666; }
.vm-order-bar b { color: var(--vm-teal); }

.vm-hero {
  background: linear-gradient(145deg, var(--vm-dark), var(--vm-purple), var(--vm-dark));
  border-radius: 20px;
  padding: 22px 18px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.vm-hero::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -20%;
  width: 60%;
  height: 80%;
  background: radial-gradient(circle, rgba(74, 143, 114, 0.25), transparent 70%);
  pointer-events: none;
}

.vm-hero-badge {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  opacity: 0.9;
  margin-bottom: 10px;
}

.vm-hero-title {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.45;
  margin: 0 0 12px;
  position: relative;
  text-align: center;
}

.vm-hero-title em {
  font-style: normal;
  color: #a8d4bc;
}

/* Clinical hero — ViveLab clean white style */
.vm-hero--clinical {
  background: linear-gradient(180deg, #fff 0%, #f5faf8 100%) !important;
  color: var(--vm-black) !important;
  border: 1px solid #dce8e3;
  box-shadow: 0 8px 32px rgba(45, 90, 71, 0.08);
}

.vm-hero--clinical::before { display: none; }

.vm-hero--clinical .vm-hero-badge {
  color: var(--vm-purple);
  background: var(--vm-soft);
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid #dce8e3;
}

.vm-hero--clinical .vm-hero-title {
  color: var(--vm-black);
}

.vm-hero--clinical .vm-hero-title em {
  color: var(--vm-purple);
}

.vm-hero--clinical .vm-hero-sub {
  color: #555;
  opacity: 1;
}

.vm-hero--clinical .vm-hero-stats span {
  background: var(--vm-soft);
  color: var(--vm-dark);
  border: 1px solid #dce8e3;
}

.vm-hero--clinical .vm-photo--hero {
  border-color: #dce8e3;
  background: #fff;
}

.vm-hero-sub {
  font-size: 13px;
  opacity: 0.92;
  margin: 0 0 14px;
}

.vm-hero-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}

.vm-hero-stats span {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 10px;
  font-weight: 700;
}

.vm-section { margin-bottom: 22px; }

.vm-section > .vm-label {
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.vm-label {
  background: var(--vm-soft);
  color: var(--vm-purple);
  font-size: 20px;
  font-weight: 800;
  padding: 7px 16px;
  border-radius: 999px;
  margin-bottom: 6px;
  border: 1px solid #dce8e3;
  line-height: 1.35;
}

/* FAQ etc. — label with no subtitle under it */


.vm-h3 {
  font-size: 17px;
  font-weight: 900;
  line-height: 1.5;
  margin: 0 0 32px;
  color: var(--vm-black);
  text-align: center;
}

.vm-h3 span { color: var(--vm-purple); }

.vm-pain-list { display: flex; flex-direction: column; gap: 16px; }

.vm-pain-block {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #dce8e3;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(45, 90, 71, 0.08);
}

.vm-pain-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fff;
  border: none;
  border-right: 4px solid var(--vm-teal);
  border-radius: 0;
  padding: 14px;
  box-shadow: none;
}

.vm-pain-content {
  flex: 1;
  min-width: 0;
}

.vm-pain-icon { font-size: 24px; line-height: 1; flex-shrink: 0; }
.vm-pain-content strong { display: block; font-size: 13px; margin-bottom: 4px; }
.vm-pain-content p { margin: 0 0 0; font-size: 12px; color: #666; line-height: 1.6; }

/* Pain videos — locked in frame */
.vm-pain-video {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 96px;
  min-height: 96px;
  max-height: 96px;
  margin-top: 12px;
  border-radius: 12px;
  overflow: hidden !important;
  border: 1px solid #dce8e3;
  background: #1a3328;
  isolation: isolate;
}

.vm-pain-video-el,
.vm-pain-video video,
.vm-pain-video-gif {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background: #1a3328;
}

.vm-pain-video-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.5;
  background: linear-gradient(135deg, #1a3328, #2d5a47, #3d6b58);
}

.vm-pain-video-placeholder span {
  display: block;
  max-width: 90%;
}

.vm-pain-video-placeholder small {
  display: block;
  margin-top: 3px;
  font-size: 9px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.78);
}

.vm-pain-block { overflow: hidden; max-width: 100%; }

@media (max-width: 768px) {
  .vm-pain-video { height: 86px; min-height: 86px; max-height: 86px; margin-top: 10px; border-radius: 10px; }
}

.vm-pain-video-slot {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1a3328 0%, #2d5a47 50%, #3d6b58 100%);
  border-radius: 12px;
  position: relative;
}

.vm-pain-video-slot::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 8px,
    rgba(255, 255, 255, 0.03) 8px,
    rgba(255, 255, 255, 0.03) 16px
  );
  pointer-events: none;
}

.vm-pain-video-slot span {
  position: relative;
  z-index: 1;
  font-size: 12px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 0.02em;
  padding: 8px 16px;
  border: 1.5px dashed rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.15);
}

.vm-ba-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  width: 100%;
  align-items: stretch;
}

.vm-ba-col {
  flex: 1 1 0;
  min-width: 0;
  border-radius: 16px;
  padding: 14px 12px;
  box-sizing: border-box;
}

.vm-ba-before {
  background: linear-gradient(145deg, #fff5f5, #fff);
  border: 1px solid #ffd6d6;
}

.vm-ba-after {
  background: linear-gradient(145deg, var(--vm-dark), var(--vm-purple) 55%, var(--vm-dark));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 4px 16px rgba(45, 90, 71, 0.22);
}

.vm-ba-after .vm-ba-head {
  color: #fff !important;
}

.vm-ba-head {
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 8px;
  text-align: center;
}

.vm-ba-col ul {
  margin: 0;
  padding: 0 14px 0 0;
  font-size: 11px;
  line-height: 1.75;
}

.vm-ba-before ul,
.vm-ba-before ul li {
  color: #444;
}

.vm-ba-after ul,
.vm-ba-after ul li {
  color: rgba(255, 255, 255, 0.92) !important;
}

/* Photos/videos — no :has */
.vm-photo{width:100%;margin:0 auto 16px;border-radius:18px;border:1px solid #dce8e3;background:#fff;overflow:hidden;display:block;box-sizing:border-box;aspect-ratio:auto}
.vm-photo::before{display:none!important;content:none!important}
.vm-photo img,.vm-photo video{width:100%;height:auto;object-fit:contain;display:block;border-radius:16px}
.vm-photo--hero{margin:14px auto 16px}
.vm-photo--before-after{margin:18px auto 14px}
.vm-photo--why{margin:0 auto 16px}
.vm-photo--video{background:#000;position:relative;overflow:hidden}
.vm-photo--why.vm-photo--video{
  aspect-ratio:1 / 1;
  height:auto;
  min-height:0;
  max-width:420px;
  margin:0 auto 20px;
  background:#0a0a0a;
  overflow:hidden !important;
  isolation:isolate;
}
.vm-photo--why.vm-photo--video video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  max-height:none;
  object-fit:contain;
  object-position:center;
  border-radius:0;
  vertical-align:top;
}
.vm-photo--video:not(.vm-photo--why){aspect-ratio:16/9}
.vm-photo--video:not(.vm-photo--why) video{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;border-radius:0}

.vm-ba-note {
  font-size: 10px;
  color: #999;
  text-align: center;
  margin: 0;
}

.vm-ba-wrap {
  margin-bottom: 28px;
}

.vm-why-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.vm-why-card {
  flex: 1 1 calc(50% - 4px);
  background: linear-gradient(145deg, var(--vm-dark), var(--vm-purple) 55%, var(--vm-dark));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  padding: 14px 10px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(45, 90, 71, 0.22);
}

.vm-why-card span { font-size: 28px; display: block; margin-bottom: 6px; }
.vm-why-card strong { display: block; font-size: 12px; color: #fff; margin-bottom: 4px; }
.vm-why-card p { margin: 0; font-size: 10px; color: rgba(255, 255, 255, 0.88); line-height: 1.5; }

.vm-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.vm-benefit {
  flex: 1 1 calc(50% - 4px);
  background: linear-gradient(145deg, var(--vm-soft), #fff);
  border: 1px solid #dce8e3;
  border-radius: 14px;
  padding: 16px 10px;
  text-align: center;
}

.vm-benefit span { font-size: 28px; display: block; margin-bottom: 6px; }
.vm-benefit strong { font-size: 11px; color: var(--vm-purple); }

.vm-extra-proof {
  margin-top: -4px;
}

.vm-extra-media {
  position: relative;
  width: 100%;
  min-height: 210px;
  border-radius: 18px;
  border: 1px dashed #9fc9b5;
  background: linear-gradient(135deg, #f0f6f3, #fff);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  color: var(--vm-dark);
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(45, 90, 71, 0.08);
}

.vm-extra-media--vertical {
  aspect-ratio: 9 / 16;
  width: min(100%, 420px);
  min-height: 0;
  margin: 0 auto;
  background: #0a0a0a;
  border-style: solid;
}

.vm-extra-media span {
  display: block;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 6px;
}

.vm-extra-media small {
  display: block;
  font-size: 11px;
  color: #5c7569;
  font-weight: 700;
}

.vm-extra-media img,
.vm-extra-media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  background: #0a0a0a;
}

.vm-steps {
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: stretch;
}

.vm-step {
  flex: 1;
  min-width: 0;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(145deg, var(--vm-dark), var(--vm-purple) 55%, var(--vm-dark));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  padding: 8px 5px;
  box-shadow: 0 4px 12px rgba(45, 90, 71, 0.2);
  box-sizing: border-box;
}

.vm-step-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--vm-teal), #a8d4bc);
  color: #fff;
  font-weight: 900;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  flex-shrink: 0;
}

.vm-step strong {
  font-size: 10px;
  display: block;
  margin-bottom: 3px;
  color: #fff;
  line-height: 1.25;
}

.vm-step p {
  margin: 0;
  font-size: 8px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.35;
}

.vm-formula {
  background: var(--vm-black);
  border-radius: 18px;
  padding: 18px 14px;
  margin-bottom: 20px;
  color: #fff;
}

.vm-formula--why {
  margin-bottom: 16px;
}

.vm-formula-title {
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  color: var(--vm-gold);
  margin-bottom: 14px;
}

.vm-formula-row {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 8px;
  font-size: 11px;
  line-height: 1.5;
  color: #ddd;
}

.vm-formula-row:last-child { margin-bottom: 0; }

.vm-tag {
  font-size: 9px;
  font-weight: 800;
  padding: 5px 8px;
  border-radius: 6px;
  white-space: nowrap;
  color: #fff;
}

.vm-tag-purple { background: var(--vm-purple); }
.vm-tag-pink { background: var(--vm-pink); }
.vm-tag-coral { background: var(--vm-coral); }
.vm-tag-gold { background: var(--vm-gold); color: #1a1a1a; }
.vm-tag-green { background: #2d5a47; }
.vm-tag-teal { background: #3d7a6a; }
.vm-tag-sage { background: #6b9e82; }

.vm-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}

.vm-pills span {
  background: var(--vm-purple);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 999px;
}

.vm-pills span:nth-child(4),
.vm-pills span:nth-child(5) { background: var(--vm-pink); }
.vm-pills span:nth-child(6),
.vm-pills span:nth-child(7),
.vm-pills span:nth-child(8) { background: #333; }

.vm-pills-mt { margin-top: 14px; }

.vm-reviews-scroll {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 100%;
  width: 100%;
  padding-bottom: 10px;
  scroll-snap-type: x mandatory;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
}

.vm-review {
  flex: 0 0 min(260px, 85vw);
  max-width: 85vw;
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid #dce8e3;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 6px 20px rgba(45, 90, 71, 0.08);
}

.vm-stars { color: var(--vm-gold); font-size: 14px; margin-bottom: 8px; }
.vm-review p { font-size: 12px; line-height: 1.65; color: #444; margin: 0 0 10px; font-style: italic; }
.vm-review strong { display: block; font-size: 12px; color: var(--vm-black); }
.vm-review > span { font-size: 10px; color: var(--vm-pink); font-weight: 700; }

.vm-authority {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

.vm-auth-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid #dce8e3;
  border-radius: 12px;
  padding: 12px 14px;
}

.vm-auth-item span:first-child { font-size: 22px; }
.vm-auth-item strong { display: block; font-size: 12px; color: var(--vm-purple); }
.vm-auth-item small { font-size: 10px; color: #888; }

.vm-bundles {
  background: linear-gradient(135deg, var(--vm-purple), var(--vm-dark));
  border-radius: 18px;
  padding: 18px 14px;
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
}

.vm-bundles-title { font-size: 14px; font-weight: 800; margin-bottom: 4px; }
.vm-bundles-sub { font-size: 10px; opacity: 0.85; margin-bottom: 14px; }

.vm-bundles-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.vm-bundle {
  flex: 1 1 28%;
  min-width: 90px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 12px 8px;
}

.vm-bundle-hot {
  background: var(--vm-pink);
  border: 2px solid rgba(255, 255, 255, 0.35);
  transform: scale(1.03);
}

.vm-bundles-grid--2 .vm-bundle {
  flex: 1 1 45%;
  min-width: 120px;
}

@media (max-width: 400px) {
  .vm-bundles-grid--2 .vm-bundle { flex: 1 1 100%; }
}
.vm-bundle strong { display: block; font-size: 17px; }
.vm-bundle small { display: block; font-size: 10px; opacity: 0.9; }
.vm-bundle em { display: block; font-size: 9px; margin-top: 4px; font-style: normal; opacity: 0.9; }

.vm-cta {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none !important;
  background: linear-gradient(135deg, var(--vm-pink), var(--vm-purple)) !important;
  color: #fff !important;
  font-weight: 900;
  font-size: 17px;
  padding: 18px 20px;
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(74, 143, 114, 0.35);
  margin-bottom: 8px;
  min-height: 56px;
  line-height: 1.3;
}

.vm-cta-sub {
  text-align: center;
  font-size: 11px;
  color: #888;
  margin: 0;
}

.vm-final-offer {
  margin-top: 8px;
  margin-bottom: 18px;
}

.vm-final-offer .vm-bundles {
  margin-bottom: 14px;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

.vm-faq {
  border: 1px solid #dce8e3;
  border-radius: 12px;
  padding: 12px 14px;
  margin-bottom: 8px;
  background: #fff;
}

.vm-faq summary {
  font-weight: 800;
  font-size: 13px;
  cursor: pointer;
  list-style: none;
}

.vm-faq summary::-webkit-details-marker { display: none; }

.vm-faq p {
  margin: 8px 0 0;
  font-size: 12px;
  color: #555;
  line-height: 1.7;
}

.vm-disclaimer {
  font-size: 10px;
  color: #999;
  text-align: center;
  line-height: 1.6;
  margin-top: 12px;
}

/* ═══ CHECKOUT CADRE (cadre / إطار الطلب) ═══ */
.vm-checkout-cadre {
  margin: 14px 6px 22px !important;
  border-radius: 22px !important;
  overflow: hidden !important;
  border: 3px solid transparent !important;
  background:
    linear-gradient(#fff, #fdfbff) padding-box,
    linear-gradient(135deg, #2d5a47, #4a8f72, #2d5a47) border-box !important;
  box-shadow:
    0 16px 48px rgba(45, 90, 71, 0.2),
    0 0 0 1px rgba(45, 90, 71, 0.06) !important;
  width: calc(100% - 4px) !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.vm-checkout-cadre-head {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  direction: rtl !important;
  background: linear-gradient(135deg, #1a3328, #2d5a47 55%, #1a3328) !important;
  color: #fff !important;
  padding: 16px 18px !important;
}

.vm-checkout-cadre-icon {
  flex-shrink: 0 !important;
  width: 46px !important;
  height: 46px !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.14) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 22px !important;
}

.vm-checkout-cadre-head strong {
  display: block !important;
  font-family: 'Cairo', Tahoma, Arial, sans-serif !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
}

.vm-checkout-cadre-head small {
  display: block !important;
  font-family: 'Cairo', Tahoma, Arial, sans-serif !important;
  font-size: 11px !important;
  opacity: 0.92 !important;
  margin-top: 3px !important;
  color: #a8d4bc !important;
}

.vm-checkout-cadre-body {
  padding: 16px 14px 8px !important;
  background: linear-gradient(180deg, #faf7fc 0%, #fff 100%) !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.vm-checkout-cadre-body > * {
  margin-bottom: 12px !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.vm-checkout-cadre-body > *:last-child {
  margin-bottom: 0 !important;
}

.vm-checkout-cadre-body > .single-price,
.vm-checkout-cadre-body > [class*="single-price"] {
  text-align: center !important;
  padding-bottom: 12px !important;
  border-bottom: 1px dashed #dce8e3 !important;
  margin-bottom: 14px !important;
}

.vm-checkout-cadre-trust {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  justify-content: center !important;
  padding: 12px 10px !important;
  background: #f0f6f3 !important;
  border-top: 1px solid #dce8e3 !important;
}

.vm-checkout-cadre-trust span {
  background: #fff !important;
  border: 1px solid #dce8e3 !important;
  border-radius: 999px !important;
  padding: 5px 10px !important;
  font-family: 'Cairo', Tahoma, Arial, sans-serif !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  color: #2d5a47 !important;
}

/* Urgency viewer bar inside cadre */
.vm-cadre-urgency {
  background: #fff8e6 !important;
  border-top: 1px solid #fde68a !important;
  padding: 7px 14px !important;
  font-family: 'Cairo', Tahoma, Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #92400e !important;
  text-align: center !important;
  direction: rtl !important;
}
.vm-cadre-fire {
  animation: vm-fire-pulse 1.2s ease-in-out infinite !important;
  display: inline-block !important;
}

/* Inside cadre — variants (YouCan = textual-button radio + label) */
.vm-checkout-cadre .single-variants,
.vm-checkout-cadre [class*="variants"],
.vm-checkout-cadre [class*="product-variant"],
.vm-checkout-cadre .textual-button {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  position: relative !important;
}

.vm-checkout-cadre .textual-button label,
.vm-checkout-cadre .product-variant button,
.vm-checkout-cadre [class*="variant"] button,
.vm-checkout-cadre .variant-button {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  border-radius: 12px !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  min-height: 48px !important;
  padding: 12px 14px !important;
  font-family: 'Cairo', Tahoma, Arial, sans-serif !important;
  border: 2px solid #dce8e3 !important;
  margin: 0 0 8px !important;
  background: #fff !important;
  color: #1a3328 !important;
  text-align: center !important;
  cursor: pointer !important;
  -webkit-text-fill-color: #1a3328 !important;
}

.vm-checkout-cadre .textual-button.vm-offer-card {
  margin: 0 0 14px !important;
}

.vm-checkout-cadre .vm-offer-radio-row {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
  font-size: 0 !important;
}

.vm-checkout-cadre .vm-offer-radio-row > input[type="radio"],
.vm-checkout-cadre .vm-offer-radio-label input[type="radio"] {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.vm-checkout-cadre .textual-button.vm-offer-card label,
.vm-checkout-cadre .vm-offer-radio-label {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  min-height: 132px !important;
  padding: 30px 14px 12px !important;
  border-radius: 18px !important;
  border: 2px solid #dce8e3 !important;
  background: linear-gradient(180deg, #fff 0%, #f8faf9 100%) !important;
  box-shadow: 0 8px 24px rgba(45, 90, 71, 0.08) !important;
  text-align: right !important;
  overflow: visible !important;
  box-sizing: border-box !important;
  cursor: pointer !important;
  font-family: 'Cairo', Tahoma, Arial, sans-serif !important;
}

.vm-checkout-cadre .textual-button.vm-offer-card label::after,
.vm-checkout-cadre .vm-offer-radio-label::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 14px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #dce8e3;
  background: #fff;
  box-shadow: inset 0 0 0 4px #fff;
}

.vm-checkout-cadre .textual-button.vm-offer-card input[type="radio"]:checked + label::after,
.vm-checkout-cadre .vm-offer-selected .vm-offer-radio-label::after,
.vm-checkout-cadre .vm-offer-radio-label.vm-offer-selected::after {
  background: #d7793f;
  border-color: #d7793f;
}

.vm-offer-badge {
  position: absolute;
  top: -12px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: calc(100% - 64px);
  min-height: 28px;
  padding: 6px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #c96f35, #d98a55);
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  box-shadow: 0 8px 18px rgba(201, 111, 53, 0.28);
  z-index: 2;
}

.vm-offer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}

.vm-offer-main {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  padding-left: 8px;
}

.vm-offer-main strong {
  display: block;
  color: #1a3328 !important;
  -webkit-text-fill-color: #1a3328 !important;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 6px;
}

.vm-offer-main small {
  display: block;
  color: #5c7569 !important;
  -webkit-text-fill-color: #5c7569 !important;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.55;
}

.vm-offer-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 72px;
  text-align: left;
}

.vm-offer-price em {
  display: block;
  color: #9ca3af !important;
  -webkit-text-fill-color: #9ca3af !important;
  font-style: normal;
  font-size: 12px;
  font-weight: 800;
  text-decoration: line-through;
  line-height: 1.1;
}

.vm-offer-price b {
  display: block;
  color: #1a3328 !important;
  -webkit-text-fill-color: #1a3328 !important;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.2;
  white-space: nowrap;
}

.vm-offer-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  margin-top: 12px;
}

.vm-offer-foot span,
.vm-offer-foot mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}

.vm-offer-foot span {
  background: #f0f6f3;
  color: #2d5a47 !important;
  -webkit-text-fill-color: #2d5a47 !important;
}

.vm-offer-foot mark {
  background: #fff3e8;
  color: #b45309 !important;
  -webkit-text-fill-color: #b45309 !important;
}

.vm-checkout-cadre .textual-button [type="radio"],
.vm-checkout-cadre .textual-button input[type="radio"] {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.vm-checkout-cadre .textual-button:not(.vm-variant-best) [type="radio"]:checked + label,
.vm-checkout-cadre .textual-button:not(.vm-variant-best) input[type="radio"]:checked + label,
.vm-checkout-cadre .variant-button.selected:not(.vm-variant-best),
.vm-checkout-cadre .variant-option.selected:not(.vm-variant-best),
.vm-checkout-cadre [class*="variant"] button.active:not(.vm-variant-best),
.vm-checkout-cadre .product-variant button.is-selected:not(.vm-variant-best) {
  background: linear-gradient(180deg, #fff 0%, #f3faf6 100%) !important;
  color: #1a3328 !important;
  -webkit-text-fill-color: #1a3328 !important;
  border-color: #2d5a47 !important;
  box-shadow: 0 6px 18px rgba(45, 90, 71, 0.25) !important;
}

/* Best seller — عبوتان (cadre only, pink) */
.vm-checkout-cadre .textual-button.vm-variant-best label {
  border-color: #d7793f !important;
  background: linear-gradient(180deg, #fffaf6 0%, #fff 54%, #f8faf9 100%) !important;
  box-shadow: 0 10px 30px rgba(215, 121, 63, 0.18), 0 0 0 1px rgba(215, 121, 63, 0.12) !important;
}

.vm-checkout-cadre .vm-offer-radio-row.vm-variant-best .vm-offer-radio-label {
  border-color: #d7793f !important;
  background: linear-gradient(180deg, #fffaf6 0%, #fff 54%, #f8faf9 100%) !important;
  box-shadow: 0 10px 30px rgba(215, 121, 63, 0.18), 0 0 0 1px rgba(215, 121, 63, 0.12) !important;
}

.vm-checkout-cadre .textual-button.vm-variant-best [type="radio"]:checked + label,
.vm-checkout-cadre .textual-button.vm-variant-best input[type="radio"]:checked + label {
  background: linear-gradient(180deg, #fff8f1 0%, #fff 54%, #f4faf7 100%) !important;
  color: #1a3328 !important;
  -webkit-text-fill-color: #1a3328 !important;
  border-color: #d7793f !important;
  box-shadow: 0 10px 30px rgba(215, 121, 63, 0.24), 0 0 0 2px rgba(215, 121, 63, 0.16) !important;
}

.vm-checkout-cadre .vm-offer-radio-row.vm-offer-selected .vm-offer-radio-label {
  background: linear-gradient(180deg, #fff8f1 0%, #fff 54%, #f4faf7 100%) !important;
  color: #1a3328 !important;
  -webkit-text-fill-color: #1a3328 !important;
  border-color: #d7793f !important;
  box-shadow: 0 10px 30px rgba(215, 121, 63, 0.24), 0 0 0 2px rgba(215, 121, 63, 0.16) !important;
}

/* Variant section title */
.vm-checkout-cadre [class*="variant"] > label,
.vm-checkout-cadre [class*="variant"] > span,
.vm-checkout-cadre [class*="variants"] > label,
.vm-checkout-cadre .single-variants > label,
.vm-checkout-cadre .option-name {
  color: #1a3328 !important;
  font-weight: 800 !important;
  font-size: 13px !important;
  margin-bottom: 8px !important;
  display: block !important;
  font-family: 'Cairo', Tahoma, Arial, sans-serif !important;
}

.vm-checkout-cadre .single-price span.after,
.vm-checkout-cadre [class*="price"] .after {
  color: #2d5a47 !important;
  font-size: 26px !important;
  font-weight: 900 !important;
}

/* Inside cadre — ALL checkout blocks (price, variants, form, payment) */
.vm-checkout-cadre-body [class*="express-checkout"],
.vm-checkout-cadre-body .checkout-form-wrapper,
.vm-checkout-cadre-body .add-to-cart-section,
.vm-checkout-cadre-body form,
.vm-checkout-cadre-body [class*="checkout-form"],
.vm-checkout-cadre-body [class*="checkout-fields"] {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
}

.vm-checkout-cadre-body input,
.vm-checkout-cadre-body select,
.vm-checkout-cadre-body textarea {
  border-radius: 12px !important;
  border: 1.5px solid #ddd !important;
  min-height: 50px !important;
  font-family: 'Cairo', Tahoma, Arial, sans-serif !important;
  font-size: 14px !important;
  background: #fff !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.vm-checkout-cadre-body input:focus,
.vm-checkout-cadre-body select:focus,
.vm-checkout-cadre-body textarea:focus {
  border-color: #2d5a47 !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(45, 90, 71, 0.12) !important;
}

.vm-checkout-cadre-body label,
.vm-checkout-cadre-body .form-label {
  font-weight: 700 !important;
  font-size: 12px !important;
  color: #1a3328 !important;
  font-family: 'Cairo', Tahoma, Arial, sans-serif !important;
  display: block !important;
  margin-bottom: 6px !important;
}

.vm-checkout-cadre-body .form-group,
.vm-checkout-cadre-body [class*="form-row"] {
  margin-bottom: 12px !important;
}

/* ── Checkout form: stack name + phone full width (override YouCan 50% grid) ── */
.vm-checkout-cadre-body .checkout-groups {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.vm-checkout-cadre-body .checkout-groups .form-group,
.vm-checkout-cadre-body .checkout-groups .form-group:has(#country-select-container) {
  flex: 0 0 100% !important;
  flex-basis: 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.vm-checkout-cadre-body .checkout-linked-fields,
.vm-checkout-cadre-body .checkout-linked-fields.grid-2,
.vm-checkout-cadre-body .checkout-linked-fields.grid-3 {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  width: 100% !important;
  max-width: 100% !important;
  grid-template-columns: none !important;
}

.vm-checkout-cadre-body .checkout-linked-fields > div {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

/* ── Phone field: label on top + country/input row (YouCan DOM) ── */
.vm-checkout-cadre-body .form-group:has(#country-select-container) {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  padding-top: 0 !important;
  box-sizing: border-box !important;
}

.vm-checkout-cadre-body #country-select-container {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: stretch !important;
  direction: rtl !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}

/* Flatten checkout-select so label spans full width above the row */
.vm-checkout-cadre-body #country-select-container .checkout-select {
  display: contents !important;
  position: static !important;
}

.vm-checkout-cadre-body #country-select-container .form-label {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  position: static !important;
  display: block !important;
  order: 0 !important;
  margin: 0 0 6px !important;
  padding: 0 !important;
  text-align: right !important;
  color: #1a3328 !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
}

.vm-checkout-cadre-body #country-select-container .checkout-select > div {
  flex: 0 0 102px !important;
  width: 102px !important;
  min-width: 102px !important;
  max-width: 102px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: stretch !important;
}

.vm-checkout-cadre-body .country-searchable-select {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: stretch !important;
}

.vm-checkout-cadre-body .country-select-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px !important;
  width: 100% !important;
  height: 50px !important;
  min-height: 50px !important;
  max-height: 50px !important;
  margin: 0 !important;
  padding: 0 8px !important;
  box-sizing: border-box !important;
  border: 1.5px solid #ddd !important;
  border-inline-start: none !important;
  border-radius: 0 12px 12px 0 !important;
  background: #fff !important;
  cursor: pointer !important;
  line-height: 1 !important;
}

.vm-checkout-cadre-body .country-select-wrapper bdo {
  color: #1a3328 !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  direction: ltr !important;
}

.vm-checkout-cadre-body #country-select-container .checkout-input {
  flex: 1 1 calc(100% - 102px) !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: auto !important;
  min-height: 50px !important;
  display: flex !important;
  align-items: stretch !important;
}

.vm-checkout-cadre-body #country-select-container .checkout-input input[type="tel"],
.vm-checkout-cadre-body #country-select-container .checkout-input input[inputmode="numeric"] {
  width: 100% !important;
  height: 50px !important;
  min-height: 50px !important;
  max-height: 50px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  box-sizing: border-box !important;
  border: 1.5px solid #ddd !important;
  border-inline-end: none !important;
  border-radius: 12px 0 0 12px !important;
  background: #fff !important;
  color: #1a1a1a !important;
  font-size: 14px !important;
  font-family: 'Cairo', Tahoma, Arial, sans-serif !important;
  direction: rtl !important;
  text-align: right !important;
}

.vm-checkout-cadre-body #country-select-container .checkout-input input[type="tel"]::placeholder {
  direction: rtl !important;
  text-align: right !important;
  color: #999 !important;
}

.vm-checkout-cadre-body #country-select-container .checkout-input input[type="tel"]:focus,
.vm-checkout-cadre-body .form-group:has(#country-select-container):focus-within .country-select-wrapper {
  border-color: #2d5a47 !important;
  outline: none !important;
}

.vm-checkout-cadre-body #country-select-container .checkout-input input[type="tel"]:focus {
  box-shadow: 0 0 0 3px rgba(45, 90, 71, 0.12) !important;
}

/* Name field — full width */
.vm-checkout-cadre-body .form-group:not(:has(#country-select-container)) {
  width: 100% !important;
}

.vm-checkout-cadre-body .form-group:not(:has(#country-select-container)) input {
  width: 100% !important;
}

/* Inside cadre — express form (legacy selectors) */
.vm-checkout-cadre [class*="express-checkout"],
.vm-checkout-cadre .checkout-form-wrapper,
.vm-checkout-cadre form[class*="checkout"] {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
}

.vm-checkout-cadre [class*="express-checkout"] input,
.vm-checkout-cadre .checkout-form-wrapper input,
.vm-checkout-cadre form[class*="checkout"] input,
.vm-checkout-cadre [class*="express-checkout"] select,
.vm-checkout-cadre form[class*="checkout"] select {
  border-radius: 12px !important;
  border: 1.5px solid #ddd !important;
  min-height: 50px !important;
  font-family: 'Cairo', Tahoma, Arial, sans-serif !important;
  font-size: 14px !important;
  background: #fff !important;
}

.vm-checkout-cadre [class*="express-checkout"] input:focus,
.vm-checkout-cadre form[class*="checkout"] input:focus {
  border-color: #2d5a47 !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(45, 90, 71, 0.12) !important;
}

/* Re-assert phone row after generic input rules above */
.vm-checkout-cadre-body #country-select-container {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  direction: rtl !important;
  align-items: stretch !important;
  width: 100% !important;
}

.vm-checkout-cadre-body #country-select-container .checkout-select {
  display: contents !important;
}

.vm-checkout-cadre-body #country-select-container .form-label {
  flex: 0 0 100% !important;
  width: 100% !important;
  text-align: right !important;
  position: static !important;
}

.vm-checkout-cadre-body #country-select-container .checkout-input input[type="tel"] {
  border-radius: 12px 0 0 12px !important;
  border-inline-end: none !important;
  direction: rtl !important;
  text-align: right !important;
}

.vm-checkout-cadre-body .country-select-wrapper {
  border-radius: 0 12px 12px 0 !important;
  border-inline-start: none !important;
}

.vm-checkout-cadre [class*="express-checkout"] label,
.vm-checkout-cadre form[class*="checkout"] label {
  font-weight: 700 !important;
  font-size: 12px !important;
  color: #1a3328 !important;
  font-family: 'Cairo', Tahoma, Arial, sans-serif !important;
}

.vm-checkout-cadre .single-submit,
.vm-checkout-cadre [class*="express-checkout"] button[type="submit"],
.vm-checkout-cadre form[class*="checkout"] button[type="submit"],
.vm-checkout-cadre .add-to-cart-section .single-submit,
.vm-checkout-cadre .add-to-cart-section button[type="submit"] {
  background: linear-gradient(135deg, #4a8f72, #2d5a47) !important;
  border-radius: 999px !important;
  font-weight: 900 !important;
  font-size: 17px !important;
  min-height: 56px !important;
  width: 100% !important;
  box-shadow: 0 10px 28px rgba(74, 143, 114, 0.35) !important;
  border: none !important;
  color: #fff !important;
  font-family: 'Cairo', Tahoma, Arial, sans-serif !important;
  margin-top: 8px !important;
}

/* Fallback frame if script not loaded yet */
.single-product [class*="express-checkout"]:not(.vm-checkout-cadre *),
.single-product .checkout-form-wrapper:not(.vm-checkout-cadre *) {
  position: relative !important;
  background: linear-gradient(180deg, #faf7fc, #fff) !important;
  border: 3px solid transparent !important;
  background-clip: padding-box !important;
  box-shadow: 0 0 0 3px #2d5a47, 0 12px 40px rgba(45, 90, 71, 0.12) !important;
  border-radius: 20px !important;
  padding: 16px !important;
  margin: 14px 8px !important;
}

.single-product [class*="express-checkout"]:not(.vm-checkout-cadre *)::before {
  content: "🛒 اطلبي الآن — الدفع عند الاستلام";
  display: block;
  text-align: center;
  font-family: 'Cairo', Tahoma, Arial, sans-serif;
  font-weight: 800;
  font-size: 14px;
  color: #1a3328;
  background: linear-gradient(90deg, #f0f6f3, #fff);
  border: 2px solid #dce8e3;
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 14px;
}

.single-product .express-checkout-section input,
.single-product .checkout-form-wrapper input,
.single-product .express-checkout-section select,
.single-product .checkout-form-wrapper select {
  border-radius: 12px !important;
  border: 1.5px solid #ddd !important;
  min-height: 50px !important;
  font-family: 'Cairo', Tahoma, Arial, sans-serif !important;
  font-size: 14px !important;
}

.single-product .express-checkout-section label,
.single-product .checkout-form-wrapper label {
  font-weight: 700 !important;
  font-size: 12px !important;
  color: var(--vm-dark) !important;
}

.single-product .variant-button.selected,
.single-product .variant-option.selected,
.single-product [class*="variant"] button.active,
.single-product .product-variant button.is-selected,
.single-product .textual-button [type="radio"]:checked + label,
.single-product .textual-button input[type="radio"]:checked + label {
  background: linear-gradient(135deg, #2d5a47, #1a3328) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  border-color: #2d5a47 !important;
}

.single-product .textual-button label {
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
  border-radius: 12px !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  min-height: 48px !important;
  padding: 12px 14px !important;
  font-family: 'Cairo', Tahoma, Arial, sans-serif !important;
  border: 2px solid #dce8e3 !important;
  margin: 0 0 8px !important;
  background: #fff !important;
  color: #1a3328 !important;
  text-align: center !important;
  -webkit-text-fill-color: #1a3328 !important;
}

.single-product .vm-checkout-cadre .vm-offer-radio-row label,
.single-product .vm-checkout-cadre .vm-offer-radio-label {
  max-height: none !important;
  height: auto !important;
  white-space: normal !important;
}

.single-product .product-variant button,
.single-product [class*="variant"] button {
  border-radius: 12px !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  min-height: 48px !important;
  font-family: 'Cairo', Tahoma, Arial, sans-serif !important;
  color: #1a3328 !important;
  background: #fff !important;
  border: 2px solid #dce8e3 !important;
}

.single-product .sticky-bar .single-submit,
.single-product .sticky-add-to-cart .single-submit {
  background: linear-gradient(135deg, var(--vm-pink), var(--vm-purple)) !important;
  font-size: 16px !important;
  border-radius: 999px !important;
  box-shadow: 0 8px 24px rgba(45, 90, 71, 0.35) !important;
}

@media (min-width: 600px) {
  .vm-label { font-size: 22px; padding: 8px 18px; }
  .vm-h3 { font-size: 18px; }
  .vm-ba-col ul { font-size: 12px; }
  .vm-ba-head { font-size: 14px; }
  .vm-ba-photo { max-width: 380px; margin-top: 22px; }
  .vm-authority {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .vm-auth-item { flex: 1 1 calc(50% - 4px); }
  .vm-hero-title { font-size: 26px; }
}

@media (max-width: 768px) {
  .single-product .single-description .vm-wrap {
    padding: 0 2px;
  }

  /* Cadre — fix mobile décalage / overflow */
  .single-product .vm-checkout-cadre {
    margin: 10px 0 18px !important;
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 18px !important;
  }

  .single-product .vm-checkout-cadre-head {
    padding: 14px 12px !important;
  }

  .single-product .vm-checkout-cadre-head strong {
    font-size: 15px !important;
  }

  .single-product .vm-checkout-cadre-body {
    padding: 14px 10px 6px !important;
  }

  .single-product .vm-checkout-cadre-body > * {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  /* Phone row — full width, country + input inside #country-select-container */
  .single-product .vm-checkout-cadre-body .checkout-groups .form-group {
    flex-basis: 100% !important;
    width: 100% !important;
  }

  .single-product .vm-checkout-cadre-body #country-select-container .checkout-select > div {
    flex: 0 0 96px !important;
    width: 96px !important;
    min-width: 96px !important;
    max-width: 96px !important;
  }

  .single-product .vm-checkout-cadre-body #country-select-container .checkout-input {
    flex: 1 1 calc(100% - 96px) !important;
  }

  .single-product .vm-checkout-cadre-body .country-select-wrapper,
  .single-product .vm-checkout-cadre-body #country-select-container .checkout-input,
  .single-product .vm-checkout-cadre-body #country-select-container .checkout-input input[type="tel"] {
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
  }

  .single-product .vm-checkout-cadre-body .container,
  .single-product .vm-checkout-cadre-body .row,
  .single-product .vm-checkout-cadre-body [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .single-product .vm-checkout-cadre .textual-button,
  .single-product .vm-checkout-cadre .textual-button label {
    width: 100% !important;
    max-width: 100% !important;
  }

  .single-product .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

/* ══════════════════════════════════════════════════
   MOBILE 12/10 UPGRADES
══════════════════════════════════════════════════ */

/* ── Keyframe animations ── */
@keyframes vm-pulse {
  0%,100%{box-shadow:0 0 0 0 rgba(74,143,114,.5)}
  50%{box-shadow:0 0 0 10px rgba(74,143,114,0)}
}
@keyframes vm-bounce-in {
  0%{transform:translateY(100%);opacity:0}
  60%{transform:translateY(-6px)}
  100%{transform:translateY(0);opacity:1}
}
@keyframes vm-count-up {
  from{opacity:0;transform:translateY(4px)}
  to{opacity:1;transform:translateY(0)}
}
@keyframes vm-fire-pulse {
  0%,100%{transform:scale(1)}
  50%{transform:scale(1.15)}
}
@keyframes vm-shimmer {
  0%{background-position:200% center}
  100%{background-position:-200% center}
}

/* ── Reviews — vertical stack on mobile ── */
.vm-reviews-scroll {
  flex-direction: column !important;
  overflow-x: visible !important;
  overflow-y: visible !important;
  gap: 10px !important;
}
.vm-review {
  flex: none !important;
  max-width: 100% !important;
  width: 100% !important;
  scroll-snap-align: none !important;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.vm-review-avatar {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4a8f72, #2d5a47);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vm-review-body { flex: 1; min-width: 0; }
.vm-review-body strong { display: block; font-size: 12px; color: #1a3328; margin-bottom: 2px; }
.vm-review-body .vm-stars { font-size: 12px; margin-bottom: 4px; }
.vm-review-body p { margin: 0 0 4px; font-style: normal !important; }
.vm-review-body span { font-size: 10px; color: #4a8f72; font-weight: 700; }

/* ── Order counter bar ── */
.vm-order-bar {
  animation: vm-bounce-in .5s ease both;
}
.vm-order-bar .vm-count-num {
  color: #4a8f72;
  font-weight: 900;
  animation: vm-count-up .4s ease;
}
.vm-order-fire {
  animation: vm-fire-pulse 1.2s ease-in-out infinite;
  display: inline-block;
}

/* ── Scarcity bar ── */
.vm-scarcity {
  background: linear-gradient(90deg,#fff8e6,#fff);
  border: 1.5px solid #f59e0b;
  border-radius: 12px;
  padding: 10px 14px;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  color: #92400e;
  display: flex;
  align-items: center;
  gap: 8px;
}
.vm-scarcity-bar {
  flex: 1;
  height: 6px;
  background: #fde68a;
  border-radius: 999px;
  overflow: hidden;
  margin-top: 6px;
}
.vm-scarcity-fill {
  height: 100%;
  width: 73%;
  background: linear-gradient(90deg,#f59e0b,#4a8f72);
  border-radius: 999px;
  transition: width 1.2s ease;
}
.vm-scarcity-wrap { flex: 1; }

/* ── Sticky bottom CTA bar (shown when cadre is offscreen) ── */
.vm-sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9980;
  background: linear-gradient(135deg,#1a3328,#2d5a47,#4a8f72);
  padding: 10px 14px 14px;
  display: none;
  flex-direction: column;
  align-items: stretch;
  gap: 2px;
  box-shadow: 0 -4px 24px rgba(45,90,71,.35);
  transform: translateY(100%);
  transition: transform .3s ease;
}
.vm-sticky-bar.vm-sticky-visible {
  display: flex;
  transform: translateY(0);
  animation: vm-bounce-in .35s ease both;
}
.vm-sticky-bar a {
  display: block;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 900;
  padding: 12px;
  border-radius: 12px;
  background: rgba(255,255,255,.15);
  border: 1.5px solid rgba(255,255,255,.28);
  min-height: 48px;
  line-height: 1.3;
  animation: vm-pulse 2s ease infinite;
}
.vm-sticky-bar-sub {
  text-align: center;
  font-size: 10px;
  color: rgba(255,255,255,.85);
  font-weight: 600;
}

/* ── Bundle hot — bigger + pulse ── */
.vm-bundle-hot {
  transform: scale(1.06) !important;
  box-shadow: 0 8px 24px rgba(74,143,114,.4) !important;
  position: relative;
}
.vm-bundle-hot::after {
  content: "🔥 الأكثر طلباً";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #4a8f72;
  font-size: 9px;
  font-weight: 900;
  border-radius: 999px;
  padding: 3px 8px;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(74,143,114,.3);
}

/* ── CTA button — shimmer effect ── */
.vm-cta {
  background: linear-gradient(90deg,#2d5a47 0%,#4a8f72 50%,#2d5a47 100%) !important;
  background-size: 200% !important;
  animation: vm-shimmer 3s linear infinite, vm-pulse 2.5s ease infinite !important;
}

/* ── FAQ — improved with arrows ── */
.vm-faq summary::after {
  content: " ▼";
  float: left;
  font-size: 10px;
  transition: transform .2s;
}
.vm-faq[open] summary::after {
  transform: rotate(180deg);
}

/* ── Bottom padding so sticky bar doesn't cover content ── */
.vm-product-landing .single-product {
  padding-bottom: 80px !important;
}

/* ── Clinical stats (ViveLab style) ── */
.vm-clinical-stats {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}
.vm-stat-card {
  flex: 1;
  min-width: 0;
  background: #fff;
  border: 1px solid #dce8e3;
  border-radius: 16px;
  padding: 16px 8px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(45, 90, 71, 0.06);
}
.vm-stat-num {
  font-size: 22px;
  font-weight: 900;
  color: var(--vm-dark);
  line-height: 1.2;
  margin-bottom: 4px;
}
.vm-stat-label {
  font-size: 9px;
  font-weight: 700;
  color: #666;
  line-height: 1.45;
}
.vm-clinical-sec { margin-bottom: 24px; }

/* ── How to use cards ── */
.vm-how-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.vm-how-card {
  background: #fff;
  border: 1px solid #dce8e3;
  border-radius: 14px;
  padding: 14px 10px;
  text-align: center;
}
.vm-how-icon {
  display: block;
  font-size: 20px;
  font-weight: 900;
  color: var(--vm-purple);
  margin-bottom: 6px;
}
.vm-how-card strong {
  display: block;
  font-size: 11px;
  color: var(--vm-dark);
  margin-bottom: 4px;
}
.vm-how-card p {
  margin: 0;
  font-size: 10px;
  color: #666;
  line-height: 1.5;
}

/* ── Ingredient grid ── */
.vm-ingredient-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.vm-ingredient {
  background: linear-gradient(145deg, #f5faf8, #fff);
  border: 1px solid #dce8e3;
  border-radius: 12px;
  padding: 12px 10px;
  text-align: center;
}
.vm-ingredient strong {
  display: block;
  font-size: 11px;
  color: var(--vm-dark);
  margin-bottom: 3px;
}
.vm-ingredient span {
  font-size: 9px;
  color: #666;
  font-weight: 600;
}

.vl-theme .vm-pills span:nth-child(4),
.vl-theme .vm-pills span:nth-child(5) { background: var(--vm-teal); }
.vl-theme .vm-pills span:nth-child(6),
.vl-theme .vm-pills span:nth-child(7),
.vl-theme .vm-pills span:nth-child(8) { background: #444; }

@media (min-width: 600px) {
  .vm-stat-num { font-size: 28px; }
  .vm-stat-label { font-size: 10px; }
}

/* ── Notice bar marquee feel ── */
.notice-bar {
  background-size: 200% !important;
  animation: vm-shimmer 4s linear infinite !important;
}

/* ── Store footer — ViveLab theme on product landing ── */
body.vm-product-landing .footer {
  background: linear-gradient(165deg, #1a3328 0%, #2d5a47 45%, #3d6b58 100%) !important;
  color: #fff !important;
  border-top: none !important;
  padding: 32px 0 110px !important;
  margin: 24px 0 0 !important;
  font-family: 'Cairo', Tahoma, Arial, sans-serif !important;
  position: relative !important;
  overflow: hidden !important;
}

body.vm-product-landing .footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(74, 143, 114, 0.25), transparent 70%);
  pointer-events: none;
}

body.vm-product-landing .footer .container {
  position: relative;
  z-index: 1;
  max-width: 520px !important;
  padding: 0 18px !important;
}

body.vm-product-landing .footer a,
body.vm-product-landing .footer p,
body.vm-product-landing .footer span,
body.vm-product-landing .footer li,
body.vm-product-landing .footer h4,
body.vm-product-landing .footer h5,
body.vm-product-landing .footer .fr-view {
  color: rgba(255, 255, 255, 0.92) !important;
  font-family: 'Cairo', Tahoma, Arial, sans-serif !important;
}

body.vm-product-landing .footer a {
  text-decoration: none !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

body.vm-product-landing .footer a:hover {
  color: #b8e6d0 !important;
}

body.vm-product-landing .footer-brand {
  text-align: center !important;
  padding: 0 0 18px !important;
  margin: 0 0 18px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
}

body.vm-product-landing .footer-brand img {
  max-height: 44px !important;
  width: auto !important;
  filter: brightness(0) invert(1) !important;
  opacity: 0.95 !important;
}

body.vm-product-landing .footer-brand p,
body.vm-product-landing .footer-brand span {
  font-size: 12px !important;
  color: rgba(255, 255, 255, 0.7) !important;
  margin-top: 8px !important;
}

body.vm-product-landing .footer-body {
  text-align: center !important;
  padding: 0 !important;
}

body.vm-product-landing .footer-body > div,
body.vm-product-landing .footer-body [class*="col"] {
  width: 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
}

body.vm-product-landing .footer-body strong,
body.vm-product-landing .footer-body h4,
body.vm-product-landing .footer-body h5,
body.vm-product-landing .footer-body .footer-title {
  display: block !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  color: rgba(255, 255, 255, 0.5) !important;
  letter-spacing: 0.08em !important;
  margin: 0 0 10px !important;
}

body.vm-product-landing .footer-body ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 8px 16px !important;
}

body.vm-product-landing .footer-body ul li {
  margin: 0 !important;
  padding: 0 !important;
}

body.vm-product-landing .footer-social {
  justify-content: center !important;
  gap: 12px !important;
  padding-top: 8px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  margin-top: 8px !important;
}

body.vm-product-landing .footer-social a {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body.vm-product-landing .footer::after {
  content: "🌿 ViveLab K-Beauty • توصيل مجاني 🇧🇭 • COD";
  display: block;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.55);
  padding: 16px 18px 0;
  position: relative;
  z-index: 1;
  letter-spacing: 0.02em;
}