:root {
	--wd-text-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(29,29,29);
	--wd-text-font-size: 15px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(29,29,29);
	--wd-entities-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(29,29,29);
	--wd-entities-title-color-hover: rgb(53, 53, 53);
	--wd-alternative-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(29,29,29);
	--wd-widget-title-font-size: 18px;
	--wd-header-el-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 15px;
	--wd-brd-radius: 20px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(82,107,33);
	--wd-alternative-color: rgb(52,77,18);
	--btn-default-bgcolor: #526B21;
	--btn-default-bgcolor-hover: rgb(75,97,30);
	--btn-accented-bgcolor: #526B21;
	--btn-accented-bgcolor-hover: rgb(75,97,30);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(82,107,33);
	--wd-link-color-hover: rgb(75,98,30);
}
.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;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(250,250,250);
	background-image: none;
}
html .wd-single-post-header .title, html .wd-single-post-title .wd-post-title {
	font-weight: 600;
	font-size: 45px;
	color: rgb(0,0,0);
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-weight: 600;
	font-size: 32px;
	color: rgb(82,107,33);
}
h5.widget-title {
	font-weight: 600;
	font-size: 15px;
	color: rgb(34,30,30);
}
html .post.wd-post:not(.blog-design-small) .wd-entities-title {
	font-weight: 600;
	font-size: 20px;
}
.post-title-large-image.wd-page-title .title {
	font-weight: 600;
	font-size: 28px;
	color: rgb(255,255,255);
}
html .btn.wd-buy-now-btn {
	background: #344D12;
}
html .btn.wd-buy-now-btn:hover {
	background: #263B0C;
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-placeholder-color: rgb(119,119,119);
	--wd-form-brd-color: rgb(119,119,119);
}
.wd .product-label.onsale {
	background-color: rgb(231,27,47);
}
.wd .product-label.new {
	background-color: rgb(231,27,47);
}
.wd .product-label.featured {
	background-color: rgb(231,27,47);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery.thumbs-position-left {
	--wd-thumbs-width: 80px;
	--wd-thumbs-height: 510px;
}

@media (max-width: 1024px) {
	html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
		font-size: 30px;
	}
	.woocommerce-product-gallery.thumbs-position-left {
		--wd-thumbs-width: 50px;
	}

}

@media (max-width: 768.98px) {
	html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
		font-size: 28px;
	}
	.woocommerce-product-gallery.thumbs-position-left {
		--wd-thumbs-width: 50px;
	}

}
:root{
--wd-container-w: 1480px;
--wd-form-brd-radius: 30px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
}

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


.wd-page-title {
background-color: rgb(251,251,251);
}

.wpcf7 form {
    max-height: 100%;
}
a.wqoecf_enquiry_button {
    padding: 10px;
}
#tidio-chat iframe { bottom: 7.3em !important; }

.product_title {
    font-size: 25px;
}
.table_contents li a {
    color: #cba054;
    font-weight: bold;
    text-decoration: underline;
}

.table_contents li a:hover {
    color: #9c793b;
}
.title-size-small {
    padding: 40px 0 !important;
}

.wd-title-style-simple .liner-continer:after {
    background-color: #526b21 !important;
}

div#ppcp-messages {
    display: none !important;
}

button#enquiryButton {
    display: block !important;
	   margin-top: 10px;
}



aside.footer-sidebar.widget-area.row li {
    margin-bottom: 10px;
}
aside.footer-sidebar.widget-area.row .widget-title {
    margin-bottom: 15px;
}

@font-face{
    font-family: 'Trade Gothic W02 Bold';
    src: url('https://www.hairodm.com/wp-content/uploads/2024/01/Trade-Gothic-W02-Bold.woff.woff');
}

.vc_toggle .vc_toggle_title h4 {
    font-size: 15px;
    font-weight: bold;
}
.vc_toggle {
    background: #f7f7f7;
}

.vc_toggle {
    padding: 10px;
}
.wd-item-position-left .timeline-col-primary {
    text-align: left !important;
}
.wd-swatch {
    padding: 0.375rem 1rem;
    border: 1px solid #4b611e;
}
a.reset_variations {
    display: none !important;
}

.wd-swatch{
font-weight: normal !important;
}
.wd-swatches-product .wd-text.wd-active{
background-color: #526b21;
color: #ffffff;
}
[class*="wd-swatches"].wd-bg-style-1 .wd-swatch.wd-bg:after, [class*="wd-swatches"].wd-text-style-1 .wd-swatch.wd-text:after {
    border-bottom: none !important;
}
.wd-swatches-product .wd-text:hover{
 background-color: #526b21;
	color: #ffffff;
}
.woocommerce-breadcrumb .breadcrumb-last:last-child, .yoast-breadcrumb .breadcrumb_last:last-child {
    display: none;
}
.whb-with-shadow {
    box-shadow: 0px 2px 6px rgba(0,0,0,0.1) !important;
}
table.variations {
    margin-bottom: 20px !important;
}
.woocommerce-product-details__short-description table td {
    border: 1px solid var(--brdcolor-gray-300) !important;
}
div#woodmart-woocommerce-layered-nav-2 .wd-swatch {
    padding: 0;
}

hr {
	max-width: 100% !important;
}

html .post-single-page .post-title {
    text-align: left;
}
.wd-nav.wd-style-underline-reverse>li>a>.nav-link-text:after{
 display:none;
}
.wd-nav[class*="wd-style-underline"] .nav-link-text {
    text-transform: capitalize;
    font-size: 18px;
    padding: 0 10px 0 10px;
}
.wd-nav.wd-style-underline-reverse>li>a {
    padding: 12px;
    border: 1px solid #526b21;
    border-radius: 5px;
}
.wd-nav-wrapper.wd-nav-tabs-wrapper.text-center .wd-nav[class*="wd-style-"]>li:is(.current-menu-item,.wd-active,.active)>a {
    background: #526b21;
    color: #ffffff !important;
}
.wd-nav.wd-style-underline-reverse>li>a {
    padding-top: 12px !important;
}
.product-tabs-wrapper {
	border-top: none!important;
}
h4.wd-el-title.title.slider-title.element-title {
    line-height: 42px;
    font-size: 32px;
	   font-weight: bold;
}
div#tidio-chat {
    margin-bottom: 115px !important;
}

/* menu */
.mega-menu-col {
  display: flex;
  flex-direction: column;
}

.mega-menu-heading {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #222;
}

.mega-menu-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mega-menu-list .menu-item-block {
  display: block;
  padding: 5px 5px;
  border-radius: 8px;
  text-decoration: none !important;
  background-color: transparent;
  transition:
    background-color 0.45s ease,
    transform 0.45s cubic-bezier(0.25, 0.1, 0.25, 1),
    box-shadow 0.45s ease;
}

.mega-menu-list .menu-item-title {
  font-size: 14px;
  color: #222 !important;
  transition: color 0.4s ease;
}

.mega-menu-list .menu-item-desc {
  margin-top: 3px;
  font-size: 12px;
  color: #888 !important;
  transition: color 0.4s ease;
}

.mega-menu-list .menu-item-block:hover {
  background-color: #526b21;
  transform: translateX(1.5px);
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.05);
}

.mega-menu-list .menu-item-block:hover .menu-item-title,
.mega-menu-list .menu-item-block:hover .menu-item-desc {
  color: #fff !important;
}

.mega-menu-list .menu-view-all {
  display: inline-block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 500;
  color: #526b21;
  text-decoration: none;
  transition: all 0.35s ease;
}

.mega-menu-list .menu-view-all:hover {
  transform: translateX(2px);
  color: #2f3d12;
}

/* CTA column */
.mega-menu-cta-col {
  height: 100%;
}

.mega-menu-cta-card {
  padding: 20px 22px;
  border-radius: 12px;
  background: #f7f8f3;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mega-menu-cta-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  color: #222;
}

.mega-menu-cta-text {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.7;
  color: #666;
}

.mega-menu-cta-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.mega-menu-cta-link {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 999px;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 600;
  color: #526b21;
  background: rgba(82, 107, 33, 0.08);
  transition:
    background-color 0.35s ease,
    color 0.35s ease,
    transform 0.35s ease;
}

.mega-menu-cta-link:hover {
  transform: translateX(1.5px);
  background: rgba(82, 107, 33, 0.14);
  color: #2f3d12;
}

.mega-menu-cta-link-primary {
  background: #526b21;
  color: #fff !important;
}

.mega-menu-cta-link-primary:hover {
  background: #445a1b;
  color: #fff !important;
}


.wd-style-form-underlined .wd-pf-title {
    background: #526b21;
    border-radius: 20px;
}
.wd-pf-title span {
    text-align: center !important;
    color: #ffffff !important;
}

/* cancel TOC Internal Scrollbar */
div.ez-toc-widget-sticky-container.is_stuck,
.ez-toc-widget-sticky-container.is_stuck nav {
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
}

/* Scrollbar sticky */
div.ez-toc-widget-sticky-container.is_stuck {
    top: 20px !important;
}

/* WPBakery + Woodmart Hero Vertical Alignment Fix */
.vc_row-flex > .wpb_column {
    display: flex;
    align-items: center;
}

.vc_row-flex > .wpb_column > .vc_column-inner {
    width: 100%;
}

/*product*/
.hodm-b2b-intro {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.hodm-b2b-intro span {
    display: inline-flex;
    align-items: center;
    padding: 3px 8px;
    border: 1px solid #4f6f1d;
    border-radius: 20px;
    color: #4f6f1d;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .hodm-b2b-intro {
        gap: 5px;
        margin: 5px 0 10px;
    }

    .hodm-b2b-intro span {
        padding: 3px 7px;
        font-size: 11px;
    }
}
h1.product_title.entry-title.wd-entities-title {
    margin-bottom: 10px;
}

.single-product .price .hodm-sample-price-label {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-right: 5px;
}

.single-product .price {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

/* ========================================
   HODM Product Page - B2B CTA
   ======================================== */

.hodm-product-b2b-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 22px;
    padding: 18px 20px;
    background: #f7f8f3;
    border: 1px solid #e4e7de;
    border-radius: 12px;
}

/* Left content */
.hodm-product-b2b-content {
    flex: 1;
    min-width: 0;
}

/* Title */
.hodm-product-b2b-title {
    margin: 0 0 5px;
    color: #2f3f18;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
}

/* Description */
.hodm-product-b2b-text {
    margin: 0;
    max-width: 620px;
    color: #666;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.55;
}

/* Request a Quote */
.hodm-product-b2b-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;

    min-height: 40px;
    padding: 0 20px;

    background: #526b21;
    border: 1px solid #4f6f1d;
    border-radius: 999px;

    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    white-space: nowrap;

    transition: all 0.2s ease;
}

/* Hover */
.hodm-product-b2b-btn:hover {
    background: #3f5917;
    border-color: #3f5917;
    color: #fff !important;
    transform: translateY(-1px);
}

/* ========================================
   Tablet
   ======================================== */

@media (max-width: 1024px) {
    .hodm-product-b2b-box {
        gap: 16px;
        padding: 16px 18px;
    }

    .hodm-product-b2b-title {
        font-size: 15px;
    }
}

/* ========================================
   Mobile
   ======================================== */

@media (max-width: 767px) {
    .hodm-product-b2b-box {
        display: block;
        margin-top: 18px;
        padding: 16px;
        border-radius: 10px;
    }

    .hodm-product-b2b-title {
        margin-bottom: 6px;
        font-size: 15px;
        line-height: 1.35;
    }

    .hodm-product-b2b-text {
        font-size: 13px;
        line-height: 1.5;
    }

    .hodm-product-b2b-btn {
        width: 100%;
        min-height: 42px;
        margin-top: 13px;
        padding: 0 18px;
        font-size: 12px;
    }
}

/* ==================================================
   HODM PRODUCT DETAIL SYSTEM
   ================================================== */


/* ==================================================
   01 Product Overview
   ================================================== */

.hodm-product-overview {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 30px;
    padding: 50px 0 70px;
}


/* ---------- Left Content ---------- */

.hodm-product-overview__content {
    max-width: 620px;
}


/* Eyebrow */

.hodm-product-overview__eyebrow {
    margin-bottom: 10px;
    color: #526b21;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}


/* Title */

.hodm-product-overview__title {
    margin: 0 0 20px;
    color: #24320f;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.15;
}


/* Description */

.hodm-product-overview__text {
    margin: 0 0 28px;
    color: #444;
    font-size: 15px;
    line-height: 1.75;
}


/* ---------- Benefits Grid ---------- */

.hodm-product-overview__features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 38px;
    row-gap: 24px;
}


.hodm-product-overview__feature {
    position: relative;
    padding-left: 20px;
}


/* Green Bullet */

.hodm-product-overview__feature::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #526b21;
}


/* Feature Title */

.hodm-product-overview__feature-title {
    margin: 0 0 5px;
    color: #24320f;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}


/* Feature Text */

.hodm-product-overview__feature-text {
    margin: 0;
    color: #555;
    font-size: 13px;
    line-height: 1.6;
}


/* ---------- Right Image ---------- */

.hodm-product-overview__image {
    width: 100%;
}


.hodm-product-overview__image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 14px;
}


/* ==================================================
   Tablet
   ================================================== */

@media (max-width: 1024px) {

    .hodm-product-overview {
        gap: 30px;
        padding: 40px 0 50px;
    }

    .hodm-product-overview__title {
        font-size: 30px;
    }

    .hodm-product-overview__features {
        column-gap: 25px;
        row-gap: 20px;
    }

}


/* ==================================================
   Mobile
   ================================================== */

@media (max-width: 767px) {

    .hodm-product-overview {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 25px 0 35px;
    }

    .hodm-product-overview__content {
        max-width: none;
    }

    .hodm-product-overview__eyebrow {
        margin-bottom: 8px;
        font-size: 11px;
        letter-spacing: 1.2px;
    }

    .hodm-product-overview__title {
        margin-bottom: 15px;
        font-size: 27px;
        line-height: 1.2;
    }

    .hodm-product-overview__text {
        margin-bottom: 22px;
        font-size: 14px;
        line-height: 1.7;
    }

    .hodm-product-overview__features {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .hodm-product-overview__feature {
        padding-left: 20px;
    }

    .hodm-product-overview__feature-title {
        margin-bottom: 3px;
        font-size: 15px;
    }

    .hodm-product-overview__feature-text {
        font-size: 13px;
        line-height: 1.55;
    }

    .hodm-product-overview__image img {
        border-radius: 12px;
    }

}


/* ==================================================
   02 Key Benefits
   ================================================== */

.hodm-key-benefits {
    padding: 25px 0 65px;
    background: #ffffff;
}


/* ---------- Heading ---------- */

.hodm-key-benefits__heading {
    max-width: 800px;
    margin: 0 auto 42px;
    text-align: center;
}

.hodm-key-benefits__eyebrow {
    display: inline-block;
    margin-bottom: 10px;

    color: #526b21;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.hodm-key-benefits__heading h2 {
    margin: 0 0 14px;

    color: #24320f;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.5px;
}

.hodm-key-benefits__heading p {
    margin: 0;

    color: #4d4d4d;
    font-size: 15px;
    line-height: 1.8;
}


/* ---------- Grid ---------- */

.hodm-key-benefits__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}


/* ---------- Cards ---------- */

.hodm-key-benefits__card {
    padding: 32px 26px;
    border: 1px solid rgba(82, 107, 33, 0.14);
    border-radius: 24px;

    background: linear-gradient(
        180deg,
        #ffffff 0%,
        #f8faf4 100%
    );

    box-shadow: 0 14px 38px rgba(36, 50, 15, 0.05);

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.hodm-key-benefits__card:hover {
    transform: translateY(-5px);

    border-color: rgba(82, 107, 33, 0.28);

    box-shadow: 0 20px 45px rgba(36, 50, 15, 0.09);
}


/* ---------- Icons ---------- */

.hodm-key-benefits__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 58px;
    height: 58px;
    margin-bottom: 22px;

    border-radius: 50%;

    background: linear-gradient(
        135deg,
        #f1f5e9 0%,
        #e8efdc 100%
    );
}

.hodm-key-benefits__icon svg {
    width: 29px;
    height: 29px;

    fill: none;
    stroke: #526b21;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* ---------- Card Content ---------- */

.hodm-key-benefits__card h3 {
    margin: 0 0 10px;

    color: #24320f;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
}

.hodm-key-benefits__card p {
    margin: 0;

    color: #555555;
    font-size: 14px;
    line-height: 1.7;
}


/* ==================================================
   Tablet
   ================================================== */

@media (max-width: 1024px) {

    .hodm-key-benefits {
        padding: 25px 0 55px;
    }

    .hodm-key-benefits__heading {
        margin-bottom: 34px;
    }

    .hodm-key-benefits__heading h2 {
        font-size: 32px;
    }

    .hodm-key-benefits__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

}


/* ==================================================
   Mobile
   ================================================== */

@media (max-width: 767px) {

    .hodm-key-benefits {
        padding: 20px 0 40px;
    }

    .hodm-key-benefits__heading {
        margin-bottom: 28px;
        text-align: left;
    }

    .hodm-key-benefits__heading h2 {
        font-size: 28px;
        line-height: 1.18;
    }

    .hodm-key-benefits__heading p {
        font-size: 14px;
        line-height: 1.7;
    }

    .hodm-key-benefits__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .hodm-key-benefits__card {
        padding: 25px 20px;
        border-radius: 20px;
    }

    .hodm-key-benefits__icon {
        width: 50px;
        height: 50px;
        margin-bottom: 18px;
    }

    .hodm-key-benefits__icon svg {
        width: 25px;
        height: 25px;
    }

    .hodm-key-benefits__card h3 {
        font-size: 18px;
    }

}

/* ==================================================
   03 Formula Highlights
   ================================================== */

.hodm-formula-highlights {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 55px;

    padding: 25px 0 70px;
}


/* ---------- Image ---------- */

.hodm-formula-highlights__image {
    width: 100%;
}

.hodm-formula-highlights__image img {
    display: block;
    width: 100%;
    height: auto;

    border-radius: 22px;
}


/* ---------- Content ---------- */

.hodm-formula-highlights__content {
    width: 100%;
}

.hodm-formula-highlights__eyebrow {
    margin-bottom: 10px;

    color: #526b21;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 1.6px;

    text-transform: uppercase;
}

.hodm-formula-highlights__title {
    margin: 0 0 18px;

    color: #24320f;

    font-size: 36px;
    font-weight: 700;
    line-height: 1.15;

    letter-spacing: -0.5px;
}

.hodm-formula-highlights__intro {
    margin: 0 0 30px;

    color: #4d4d4d;

    font-size: 15px;
    line-height: 1.8;
}


/* ---------- Formula List ---------- */

.hodm-formula-highlights__list {
    display: grid;
    gap: 0;
}

.hodm-formula-highlights__item {
    display: grid;
    grid-template-columns: 52px 1fr;
    align-items: start;
    gap: 16px;

    padding: 18px 0;

    border-top: 1px solid rgba(82, 107, 33, 0.14);
}

.hodm-formula-highlights__item:last-child {
    border-bottom: 1px solid rgba(82, 107, 33, 0.14);
}


/* ---------- Icons ---------- */

.hodm-formula-highlights__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    border-radius: 50%;

    background: linear-gradient(
        135deg,
        #f1f5e9 0%,
        #e8efdc 100%
    );
}

.hodm-formula-highlights__icon svg {
    width: 25px;
    height: 25px;

    fill: none;

    stroke: #526b21;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* ---------- Item Content ---------- */

.hodm-formula-highlights__item h3 {
    margin: 0 0 5px;

    color: #24320f;

    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
}

.hodm-formula-highlights__item p {
    margin: 0;

    color: #555555;

    font-size: 14px;
    line-height: 1.65;
}


/* ==================================================
   Tablet
   ================================================== */

@media (max-width: 1024px) {

    .hodm-formula-highlights {
        gap: 35px;
        padding: 25px 0 55px;
    }

    .hodm-formula-highlights__title {
        font-size: 32px;
    }

    .hodm-formula-highlights__intro {
        margin-bottom: 24px;
    }

}


/* ==================================================
   Mobile
   ================================================== */

@media (max-width: 767px) {

    .hodm-formula-highlights {
        grid-template-columns: 1fr;
        gap: 28px;

        padding: 20px 0 40px;
    }

    /* Mobile: content first, image second */
    .hodm-formula-highlights__content {
        order: 1;
    }

    .hodm-formula-highlights__image {
        order: 2;
    }

    .hodm-formula-highlights__eyebrow {
        margin-bottom: 8px;

        font-size: 11px;
        letter-spacing: 1.3px;
    }

    .hodm-formula-highlights__title {
        margin-bottom: 14px;

        font-size: 28px;
        line-height: 1.18;
    }

    .hodm-formula-highlights__intro {
        margin-bottom: 22px;

        font-size: 14px;
        line-height: 1.7;
    }

    .hodm-formula-highlights__item {
        grid-template-columns: 46px 1fr;
        gap: 14px;

        padding: 16px 0;
    }

    .hodm-formula-highlights__icon {
        width: 44px;
        height: 44px;
    }

    .hodm-formula-highlights__icon svg {
        width: 23px;
        height: 23px;
    }

    .hodm-formula-highlights__item h3 {
        font-size: 16px;
    }

    .hodm-formula-highlights__item p {
        font-size: 13px;
        line-height: 1.6;
    }

    .hodm-formula-highlights__image img {
        border-radius: 18px;
    }

}@media (min-width: 1025px) {
	div#tidio-chat {
    margin-bottom: 45px !important;
}

div#ez-toc-container {
    display: none !important;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	div#ez-toc-container {
    display: none !important;
}

}

@media (min-width: 577px) and (max-width: 767px) {
	.woocommerce-ordering.wd-ordering-mb-icon select option {
	color: #000000 !important;
}

.wd-add-btn.wd-add-btn-replace {
    display: none;
}
.ez-toc-mobile-toggle-btn {
    display: none !important;
}


}

@media (max-width: 576px) {
	.woocommerce-ordering.wd-ordering-mb-icon select option {
	color: #000000 !important;
}

.wd-add-btn.wd-add-btn-replace {
    display: none;
}


.single-breadcrumbs-wrapper .wd-breadcrumbs {
    display: none !important;
}
.single-product .site-content.wd-builder-off {
    margin-top: -40px!important;
}

div#tidio-chat {
    margin-bottom: 115px !important;
}

.ez-toc-mobile-toggle-btn {
    display: none !important;
}
}

