@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//mebocare.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.4.1") format("woff2");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 18px;
	--wd-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: #83b735;
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url();
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-weight: 600;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 670px;
}
.woocommerce-product-gallery.thumbs-position-left {
	--wd-thumbs-width: 167px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-page-title {
background-color: #0a0a0a;
}

/* =====================================================
   MEBOCARE — TFCC PAGES CSS (CLEAN v1)  (COMPLETE REPLACE)
   Scope: body.page-id-16316 (TFCC Injury) + body.page-id-17068 (TFCC Symptoms)

   ROW CLASSES (WPBakery row):
   - .mebo-tfcc-hero
   - .mebo-tfcc-section

   ELEMENT CLASSES:
   - .mebo-h1 (H1 Custom Heading)
   - .mebo-h2 (H2 Custom Heading)
   - .mebo-h3 (H3 Custom Heading) [optioneel]
   - .mebo-btn .mebo-btn--primary (button)
   - .mebo-tfcc-trust (trust line)
   - .mebo-tfcc-hero__img (right image)
   ===================================================== */


/* ---------- Vars (scoped) ---------- */
body.page-id-16316,
body.page-id-17068{
  --mebo-green:#6FAE2E;
  --mebo-text:#232323;
  --mebo-muted:rgba(35,35,35,.78);
  --mebo-container:1220px;
  --mebo-gutter:15px;

  --mebo-hero-pt:60px;
  --mebo-hero-pb:80px;

  --mebo-section-pt:0px;
  --mebo-section-pb:44px; /* space between sections */
}


/* =====================================================
   BASE / WRAPPER
   ===================================================== */
body.page-id-16316,
body.page-id-17068{
  color:var(--mebo-text);
}

body.page-id-16316 .site-content,
body.page-id-17068 .site-content,
body.page-id-16316 .main-page-wrapper,
body.page-id-17068 .main-page-wrapper{
  padding-top:0 !important;
}

/* Keep WPBakery rows tidy */
body.page-id-16316 .wpb_content_wrapper .vc_row,
body.page-id-17068 .wpb_content_wrapper .vc_row,
body.page-id-16316 .wpb_content_wrapper .wpb_row,
body.page-id-17068 .wpb_content_wrapper .wpb_row{
  margin-top:0 !important;
  margin-bottom:0 !important;
}


/* =====================================================
   ROW CONTAINER (consistent width + gutters)
   ===================================================== */
body.page-id-16316 .mebo-tfcc-hero,
body.page-id-17068 .mebo-tfcc-hero,
body.page-id-16316 .mebo-tfcc-section,
body.page-id-17068 .mebo-tfcc-section{
  max-width:var(--mebo-container) !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:var(--mebo-gutter) !important;
  padding-right:var(--mebo-gutter) !important;
  box-sizing:border-box !important;
}

/* Remove default WPBakery inner padding that causes “mystery space” */
body.page-id-16316 .mebo-tfcc-hero .vc_column-inner,
body.page-id-17068 .mebo-tfcc-hero .vc_column-inner,
body.page-id-16316 .mebo-tfcc-section .vc_column-inner,
body.page-id-17068 .mebo-tfcc-section .vc_column-inner{
  padding-left:0 !important;
  padding-right:0 !important;
}

/* Prevent last element extra gap */
body.page-id-16316 .mebo-tfcc-hero .wpb_wrapper > *:last-child,
body.page-id-17068 .mebo-tfcc-hero .wpb_wrapper > *:last-child,
body.page-id-16316 .mebo-tfcc-section .wpb_wrapper > *:last-child,
body.page-id-17068 .mebo-tfcc-section .wpb_wrapper > *:last-child{
  margin-bottom:0 !important;
}


/* =====================================================
   HERO
   ===================================================== */
body.page-id-16316 .mebo-tfcc-hero,
body.page-id-17068 .mebo-tfcc-hero{
  padding-top:var(--mebo-hero-pt) !important;
  padding-bottom:var(--mebo-hero-pb) !important;
}

/* H1 (Custom Heading) – FORCE CONSISTENT */
body.page-id-16316 .mebo-h1,
body.page-id-17068 .mebo-h1{
  font-size:44px !important;
  line-height:1.08 !important;
  font-weight:700 !important;
  letter-spacing:-.02em !important;
  margin:0 0 14px 0 !important;
}

/* Hero body text */
body.page-id-16316 .mebo-tfcc-hero p,
body.page-id-17068 .mebo-tfcc-hero p{
  font-size:18px;
  line-height:1.55;
  color:var(--mebo-muted);
  margin:0 0 14px 0;
}

/* Trust line */
body.page-id-16316 .mebo-tfcc-trust,
body.page-id-17068 .mebo-tfcc-trust{
  margin-top:14px;
  font-size:16px;
  font-weight:600;
  color:rgba(35,35,35,.70);
}

/* Right column image */
body.page-id-16316 .mebo-tfcc-hero__img img,
body.page-id-17068 .mebo-tfcc-hero__img img{
  width:100%;
  height:auto;
  display:block;
}

/* Button – primary (works for Woodmart/WPBakery variants) */
body.page-id-16316 .mebo-btn.mebo-btn--primary,
body.page-id-17068 .mebo-btn.mebo-btn--primary,
body.page-id-16316 .mebo-btn.mebo-btn--primary a,
body.page-id-17068 .mebo-btn.mebo-btn--primary a,
body.page-id-16316 .mebo-btn.mebo-btn--primary .wd-btn,
body.page-id-17068 .mebo-btn.mebo-btn--primary .wd-btn{
  background:var(--mebo-green) !important;
  border-color:var(--mebo-green) !important;
  color:#fff !important;
}

body.page-id-16316 .mebo-btn.mebo-btn--primary:hover,
body.page-id-17068 .mebo-btn.mebo-btn--primary:hover{
  background:#5d9726 !important;
  border-color:#5d9726 !important;
}


/* =====================================================
   SECTIONS
   ===================================================== */
body.page-id-16316 .mebo-tfcc-section,
body.page-id-17068 .mebo-tfcc-section{
  padding-top:var(--mebo-section-pt) !important;
  padding-bottom:var(--mebo-section-pb) !important;
}

/* H2 */
body.page-id-16316 .mebo-h2,
body.page-id-17068 .mebo-h2{
  font-size:32px !important;
  font-weight:700 !important;
  line-height:1.2 !important;
  letter-spacing:-.2px !important;
  margin:0 0 14px 0 !important;
}

/* Optional H3 */
body.page-id-16316 .mebo-h3,
body.page-id-17068 .mebo-h3{
  font-size:20px !important;
  font-weight:600 !important;
  line-height:1.2 !important;
  letter-spacing:-.01em !important;
  margin:0 0 12px 0 !important;
}

/* Paragraphs in sections */
body.page-id-16316 .mebo-tfcc-section p,
body.page-id-17068 .mebo-tfcc-section p{
  font-size:16px;
  line-height:1.65;
  color:rgba(35,35,35,.85);
  margin:0 0 12px 0;
}

/* Lists */
body.page-id-16316 .mebo-tfcc-section ul,
body.page-id-17068 .mebo-tfcc-section ul{
  margin:10px 0 12px 0 !important;
  padding-left:18px !important;
}
body.page-id-16316 .mebo-tfcc-section li,
body.page-id-17068 .mebo-tfcc-section li{
  margin:0 0 8px 0 !important;
  line-height:1.55 !important;
}

/* Links */
body.page-id-16316 .mebo-tfcc-section a,
body.page-id-17068 .mebo-tfcc-section a{
  color:var(--mebo-green);
  font-weight:600;
  text-decoration:underline;
  text-underline-offset:3px;
}


/* =====================================================
   RESPONSIVE
   ===================================================== */
@media (max-width: 768px){

  body.page-id-16316,
  body.page-id-17068{
    --mebo-hero-pt:26px;
    --mebo-hero-pb:22px;
    --mebo-section-pb:34px;
  }

  body.page-id-16316 .mebo-h1,
  body.page-id-17068 .mebo-h1{
    font-size:32px !important;
    line-height:1.12 !important;
  }

  body.page-id-16316 .mebo-h2,
  body.page-id-17068 .mebo-h2{
    font-size:26px !important;
  }

  body.page-id-16316 .mebo-tfcc-hero p,
  body.page-id-17068 .mebo-tfcc-hero p{
    font-size:16px;
  }
}
/* =====================================================
   FIX — TFCC section headings (bulletproof)
   Applies to both TFCC Injury (16316) and TFCC Symptoms (17068)
   Ensures H2/H3 look consistent even if not using Custom Heading
   ===================================================== */

body.page-id-16316 .mebo-tfcc-section h2,
body.page-id-17068 .mebo-tfcc-section h2,
body.page-id-16316 .mebo-tfcc-section .wpb_heading,
body.page-id-17068 .mebo-tfcc-section .wpb_heading,
body.page-id-16316 .mebo-tfcc-section .vc_custom_heading,
body.page-id-17068 .mebo-tfcc-section .vc_custom_heading{
  text-align:left !important;
  font-size:32px !important;
  font-weight:700 !important;
  line-height:1.2 !important;
  letter-spacing:-0.2px !important;
  margin:0 0 14px 0 !important;
}

/* H3 inside TFCC sections (if used) */
body.page-id-16316 .mebo-tfcc-section h3,
body.page-id-17068 .mebo-tfcc-section h3{
  text-align:left !important;
  font-size:20px !important;
  font-weight:600 !important;
  line-height:1.2 !important;
  margin:0 0 12px 0 !important;
}

/* =====================================================
   ALIGN TFCC PAGES WITH HEADER CONTAINER
   ===================================================== */

body.page-id-16316 .wpb-content-wrapper,
body.page-id-17068 .wpb-content-wrapper{
  max-width:1220px;
  margin-left:auto;
  margin-right:auto;
  padding-left:15px;
  padding-right:15px;
  box-sizing:border-box;
}

/* =====================================================
   MEBO — CONTENT ALIGN FIX (TFCC pages)
   Align content under the same header/container width
   Applies to: TFCC Injury (16316) + TFCC Symptoms (17068)
   ===================================================== */

body.page-id-16316 .site-content .container,
body.page-id-17068 .site-content .container{
  max-width:1220px !important;
}

body.page-id-16316 .wpb-content-wrapper,
body.page-id-17068 .wpb-content-wrapper{
  max-width:1220px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:15px !important;
  padding-right:15px !important;
  box-sizing:border-box !important;
}

/* Make sure full-width VC rows inside WPBakery don't break the container */
body.page-id-16316 .wpb-content-wrapper .vc_row.vc_row-fluid,
body.page-id-17068 .wpb-content-wrapper .vc_row.vc_row-fluid{
  margin-left:0 !important;
  margin-right:0 !important;
}

/* Force boxed layout even if WPBakery full-width is forced */
body.page-id-16316 .vc_row[data-vc-full-width="true"],
body.page-id-17068 .vc_row[data-vc-full-width="true"]{
  left:auto !important;
  width:auto !important;
  max-width:1220px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:15px !important;
  padding-right:15px !important;
  box-sizing:border-box !important;
}

body.page-id-16316 .vc_row-full-width,
body.page-id-17068 .vc_row-full-width{
  display:none !important;
}