: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;
}

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 {
    width: 100%;
    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;
}


/* ---------- Main Title ---------- */

.hodm-product-overview__title {
    margin: 0 0 20px;

    color: #24320f;

    font-size: 36px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.4px;
}


/* ---------- Intro Text ---------- */

.hodm-product-overview__text {
    margin: 0 0 28px;

    color: #444444;

    font-size: 15px;
    line-height: 1.75;
}


/* ==================================================
   Product Features
   ================================================== */

.hodm-product-overview__features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    column-gap: 38px;
    row-gap: 24px;
}


/* Individual Feature */

.hodm-product-overview__feature {
    display: grid;
    grid-template-columns: 10px 1fr;
    align-items: start;

    column-gap: 10px;
}


/* Green Dot */

.hodm-product-overview__dot {
    display: block;

    width: 8px;
    height: 8px;

    margin-top: 7px;

    border-radius: 50%;
    background: #526b21;
}


/* Feature Title */

.hodm-product-overview__feature h3 {
    margin: 0 0 5px;

    color: #24320f;

    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}


/* Feature Description */

.hodm-product-overview__feature p {
    margin: 0;

    color: #555555;

    font-size: 13px;
    line-height: 1.6;
}


/* ==================================================
   Right Image
   ================================================== */

.hodm-product-overview__image {
    width: 100%;
    overflow: hidden;

    border-radius: 14px;
}

.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: 24px;
        row-gap: 20px;
    }

}


/* ==================================================
   Mobile
   ================================================== */

@media (max-width: 767px) {

    .hodm-product-overview {
        grid-template-columns: 1fr;

        gap: 28px;
        padding: 25px 0 35px;
    }


    /* Content */

    .hodm-product-overview__content {
        max-width: none;
    }


    /* Eyebrow */

    .hodm-product-overview__eyebrow {
        margin-bottom: 8px;

        font-size: 11px;
        letter-spacing: 1.2px;
    }


    /* Title */

    .hodm-product-overview__title {
        margin-bottom: 15px;

        font-size: 27px;
        line-height: 1.2;
    }


    /* Intro */

    .hodm-product-overview__text {
        margin-bottom: 22px;

        font-size: 14px;
        line-height: 1.7;
    }


    /* Features */

    .hodm-product-overview__features {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .hodm-product-overview__feature {
        grid-template-columns: 10px 1fr;
        column-gap: 10px;
    }

    .hodm-product-overview__dot {
        margin-top: 7px;
    }

    .hodm-product-overview__feature h3 {
        margin-bottom: 3px;

        font-size: 15px;
    }

    .hodm-product-overview__feature p {
        font-size: 13px;
        line-height: 1.55;
    }


    /* Image */

    .hodm-product-overview__image,
    .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;
    }

}

/* ==================================================
   04 Private Label & Customization
   ================================================== */

.hodm-private-label {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 70px;

    padding: 25px 0 70px;
}


/* ---------- Left Content ---------- */

.hodm-private-label__content {
    max-width: 600px;
}

.hodm-private-label__eyebrow {
    margin-bottom: 10px;

    color: #526b21;

    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 1.6px;

    text-transform: uppercase;
}

.hodm-private-label__title {
    margin: 0 0 18px;

    color: #24320f;

    font-size: 36px;
    font-weight: 700;
    line-height: 1.15;

    letter-spacing: -0.5px;
}

.hodm-private-label__intro {
    margin: 0 0 24px;

    color: #4d4d4d;

    font-size: 15px;
    line-height: 1.8;
}


/* ---------- Highlights ---------- */

.hodm-private-label__highlights {
    display: flex;
    flex-wrap: wrap;

    gap: 8px;

    margin-bottom: 28px;
}

.hodm-private-label__highlights span {
    display: inline-flex;
    align-items: center;

    padding: 7px 12px;

    border: 1px solid rgba(82, 107, 33, 0.18);
    border-radius: 999px;

    background: #f7f9f3;

    color: #526b21;

    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
}


/* ---------- CTA Button ---------- */

.hodm-private-label__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 44px;

    padding: 0 22px;

    border-radius: 999px;

    background: #526b21;
    border: 1px solid #526b21;

    color: #ffffff !important;

    font-size: 12px;
    font-weight: 700;
    line-height: 1;

    text-decoration: none !important;

    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.hodm-private-label__button:hover {
    background: #4b611e;
    border-color: #4b611e;

    color: #ffffff !important;

    transform: translateY(-2px);
}


/* ==================================================
   Right Options
   ================================================== */

.hodm-private-label__options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 16px;
}

.hodm-private-label__option {
    display: grid;
    grid-template-columns: 52px 1fr;

    gap: 16px;

    padding: 26px 22px;

    border: 1px solid rgba(82, 107, 33, 0.14);
    border-radius: 20px;

    background: linear-gradient(
        180deg,
        #ffffff 0%,
        #f7f9f3 100%
    );

    box-shadow:
        0 12px 32px rgba(36, 50, 15, 0.045);

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.hodm-private-label__option:hover {
    transform: translateY(-4px);

    border-color: rgba(82, 107, 33, 0.26);

    box-shadow:
        0 18px 42px rgba(36, 50, 15, 0.08);
}


/* ---------- Option Icon ---------- */

.hodm-private-label__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-private-label__icon svg {
    width: 24px;
    height: 24px;

    fill: none;

    stroke: #526b21;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* ---------- Option Text ---------- */

.hodm-private-label__option h3 {
    margin: 0 0 6px;

    color: #24320f;

    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
}

.hodm-private-label__option p {
    margin: 0;

    color: #555555;

    font-size: 13px;
    line-height: 1.65;
}


/* ==================================================
   Tablet
   ================================================== */

@media (max-width: 1024px) {

    .hodm-private-label {
        gap: 40px;
        padding: 25px 0 55px;
    }

    .hodm-private-label__title {
        font-size: 32px;
    }

    .hodm-private-label__options {
        grid-template-columns: 1fr;
    }

}


/* ==================================================
   Mobile
   ================================================== */

@media (max-width: 767px) {

    .hodm-private-label {
        grid-template-columns: 1fr;

        gap: 28px;

        padding: 20px 0 40px;
    }

    .hodm-private-label__content {
        max-width: none;
    }

    .hodm-private-label__eyebrow {
        margin-bottom: 8px;

        font-size: 11px;
        letter-spacing: 1.3px;
    }

    .hodm-private-label__title {
        margin-bottom: 14px;

        font-size: 28px;
        line-height: 1.18;
    }

    .hodm-private-label__intro {
        margin-bottom: 20px;

        font-size: 14px;
        line-height: 1.7;
    }

    .hodm-private-label__highlights {
        margin-bottom: 22px;
    }

    .hodm-private-label__button {
        width: 100%;

        min-height: 44px;
    }

    .hodm-private-label__options {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .hodm-private-label__option {
        grid-template-columns: 46px 1fr;

        gap: 14px;

        padding: 22px 18px;

        border-radius: 18px;
    }

    .hodm-private-label__icon {
        width: 44px;
        height: 44px;
    }

    .hodm-private-label__icon svg {
        width: 22px;
        height: 22px;
    }

    .hodm-private-label__option h3 {
        font-size: 16px;
    }

}

/* ==================================================
   05 Why Manufacture With HODM
   ================================================== */

.hodm-manufacturing {
    margin: 25px 0 70px;
    padding: 70px 60px;

    background: linear-gradient(
        135deg,
        #24320f 0%,
        #344715 100%
    );

    border-radius: 26px;
    overflow: hidden;
}


/* ---------- Inner Layout ---------- */

.hodm-manufacturing__inner {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    align-items: center;

    gap: 70px;
}


/* ==================================================
   Left Content
   ================================================== */

.hodm-manufacturing__content {
    max-width: 560px;
}

.hodm-manufacturing__eyebrow {
    margin-bottom: 10px;

    color: #d7e3bf;

    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 1.6px;

    text-transform: uppercase;
}

.hodm-manufacturing__title {
    margin: 0 0 18px;

    color: #ffffff;

    font-size: 36px;
    font-weight: 700;
    line-height: 1.15;

    letter-spacing: -0.5px;
}

.hodm-manufacturing__intro {
    margin: 0 0 28px;

    color: rgba(255, 255, 255, 0.78);

    font-size: 15px;
    line-height: 1.8;
}


/* ---------- Button ---------- */

.hodm-manufacturing__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 44px;
    padding: 0 22px;

    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 999px;

    color: #344d12 !important;

    font-size: 12px;
    font-weight: 700;
    line-height: 1;

    text-decoration: none !important;

    transition:
        transform 0.25s ease,
        background-color 0.25s ease;
}

.hodm-manufacturing__button:hover {
    background: #f1f5e9;
    color: #344d12 !important;

    transform: translateY(-2px);
}


/* ==================================================
   Capability Grid
   ================================================== */

.hodm-manufacturing__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 16px;
}


/* ---------- Card ---------- */

.hodm-manufacturing__card {
    padding: 26px 22px;

    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;

    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.11) 0%,
        rgba(255, 255, 255, 0.055) 100%
    );

    backdrop-filter: blur(4px);

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease;
}

.hodm-manufacturing__card:hover {
    transform: translateY(-4px);

    border-color: rgba(255, 255, 255, 0.22);

    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.15) 0%,
        rgba(255, 255, 255, 0.075) 100%
    );
}


/* ---------- Icon ---------- */

.hodm-manufacturing__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 50px;
    height: 50px;

    margin-bottom: 18px;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.1);
}

.hodm-manufacturing__icon svg {
    width: 25px;
    height: 25px;

    fill: none;

    stroke: #dbe6c5;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* ---------- Card Content ---------- */

.hodm-manufacturing__card h3 {
    margin: 0 0 8px;

    color: #ffffff;

    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
}

.hodm-manufacturing__card p {
    margin: 0;

    color: rgba(255, 255, 255, 0.7);

    font-size: 13px;
    line-height: 1.65;
}


/* ==================================================
   Tablet
   ================================================== */

@media (max-width: 1024px) {

    .hodm-manufacturing {
        margin: 25px 0 55px;
        padding: 55px 40px;
    }

    .hodm-manufacturing__inner {
        gap: 40px;
    }

    .hodm-manufacturing__title {
        font-size: 32px;
    }

}


/* ==================================================
   Mobile
   ================================================== */

@media (max-width: 767px) {

    .hodm-manufacturing {
        margin: 20px 0 40px;
        padding: 36px 20px;

        border-radius: 20px;
    }

    .hodm-manufacturing__inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .hodm-manufacturing__content {
        max-width: none;
    }

    .hodm-manufacturing__eyebrow {
        margin-bottom: 8px;

        font-size: 11px;
        letter-spacing: 1.3px;
    }

    .hodm-manufacturing__title {
        margin-bottom: 14px;

        font-size: 28px;
        line-height: 1.18;
    }

    .hodm-manufacturing__intro {
        margin-bottom: 22px;

        font-size: 14px;
        line-height: 1.7;
    }

    .hodm-manufacturing__button {
        width: 100%;
    }

    .hodm-manufacturing__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .hodm-manufacturing__card {
        padding: 22px 18px;
        border-radius: 18px;
    }

    .hodm-manufacturing__icon {
        width: 46px;
        height: 46px;

        margin-bottom: 14px;
    }

    .hodm-manufacturing__icon svg {
        width: 23px;
        height: 23px;
    }

    .hodm-manufacturing__card h3 {
        font-size: 16px;
    }

}

/* ==================================================
   06 FAQ & Final CTA
   ================================================== */

.hodm-product-faq {
    padding: 25px 0 30px;
}


/* ==================================================
   Heading
   ================================================== */

.hodm-product-faq__heading {
    max-width: 780px;
    margin: 0 auto 40px;
    text-align: center;
}

.hodm-product-faq__eyebrow {
    margin-bottom: 10px;

    color: #526b21;

    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 1.6px;

    text-transform: uppercase;
}

.hodm-product-faq__title {
    margin: 0 0 14px;

    color: #24320f;

    font-size: 36px;
    font-weight: 700;
    line-height: 1.15;

    letter-spacing: -0.5px;
}

.hodm-product-faq__intro {
    margin: 0;

    color: #4d4d4d;

    font-size: 15px;
    line-height: 1.8;
}


/* ==================================================
   FAQ List
   ================================================== */

.hodm-product-faq__list {
    max-width: 980px;
    margin: 0 auto;
}

.hodm-product-faq__item {
    border-bottom: 1px solid rgba(82, 107, 33, 0.16);
}

.hodm-product-faq__item:first-child {
    border-top: 1px solid rgba(82, 107, 33, 0.16);
}


/* ---------- Question ---------- */

.hodm-product-faq__item summary {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    padding: 22px 4px;

    color: #24320f;

    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;

    cursor: pointer;

    list-style: none;
}

.hodm-product-faq__item summary::-webkit-details-marker {
    display: none;
}


/* ---------- Plus / Minus ---------- */

.hodm-product-faq__plus {
    position: relative;

    flex: 0 0 32px;

    width: 32px;
    height: 32px;

    border-radius: 50%;

    background: #f1f5e9;
}

.hodm-product-faq__plus::before,
.hodm-product-faq__plus::after {
    content: "";

    position: absolute;
    top: 50%;
    left: 50%;

    width: 12px;
    height: 1.5px;

    background: #526b21;

    transform: translate(-50%, -50%);

    transition: transform 0.25s ease;
}

.hodm-product-faq__plus::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.hodm-product-faq__item[open]
.hodm-product-faq__plus::after {
    transform: translate(-50%, -50%) rotate(0deg);
}


/* ---------- Answer ---------- */

.hodm-product-faq__answer {
    max-width: 820px;

    padding: 0 50px 22px 4px;
}

.hodm-product-faq__answer p {
    margin: 0;

    color: #555555;

    font-size: 14px;
    line-height: 1.75;
}


/* ==================================================
   Final CTA
   ================================================== */

.hodm-product-final-cta {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;

    gap: 50px;

    margin-top: 65px;
    padding: 34px 38px;

    border: 1px solid rgba(82, 107, 33, 0.15);
    border-radius: 22px;

    background: linear-gradient(
        135deg,
        #f8faf4 0%,
        #eef3e5 100%
    );
}

.hodm-product-final-cta__content {
    max-width: 800px;
}

.hodm-product-final-cta__eyebrow {
    margin-bottom: 8px;

    color: #526b21;

    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 1.5px;

    text-transform: uppercase;
}

.hodm-product-final-cta h2 {
    margin: 0 0 10px;

    color: #24320f;

    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}

.hodm-product-final-cta p {
    margin: 0;

    color: #555555;

    font-size: 14px;
    line-height: 1.7;
}


/* ---------- CTA Button ---------- */

.hodm-product-final-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 46px;

    padding: 0 24px;

    border: 1px solid #526b21;
    border-radius: 999px;

    background: #526b21;

    color: #ffffff !important;

    font-size: 12px;
    font-weight: 700;
    line-height: 1;

    text-decoration: none !important;
    white-space: nowrap;

    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.hodm-product-final-cta__button:hover {
    background: #4b611e;
    border-color: #4b611e;

    color: #ffffff !important;

    transform: translateY(-2px);
}


/* ==================================================
   Tablet
   ================================================== */

@media (max-width: 1024px) {

    .hodm-product-faq {
        padding: 25px 0 30px;
    }

    .hodm-product-faq__title {
        font-size: 32px;
    }

    .hodm-product-final-cta {
        gap: 30px;
        padding: 30px;
    }

}


/* ==================================================
   Mobile
   ================================================== */

@media (max-width: 767px) {

    .hodm-product-faq {
         padding: 20px 0 25px;
    }


    /* Heading */

    .hodm-product-faq__heading {
        margin-bottom: 26px;
        text-align: left;
    }

    .hodm-product-faq__eyebrow {
        margin-bottom: 8px;

        font-size: 11px;
        letter-spacing: 1.3px;
    }

    .hodm-product-faq__title {
        margin-bottom: 12px;

        font-size: 28px;
        line-height: 1.18;
    }

    .hodm-product-faq__intro {
        font-size: 14px;
        line-height: 1.7;
    }


    /* FAQ */

    .hodm-product-faq__item summary {
        gap: 14px;

        padding: 18px 0;

        font-size: 16px;
    }

    .hodm-product-faq__plus {
        flex-basis: 30px;

        width: 30px;
        height: 30px;
    }

    .hodm-product-faq__answer {
        padding: 0 0 18px;
    }

    .hodm-product-faq__answer p {
        font-size: 13px;
        line-height: 1.7;
    }


    /* Final CTA */

    .hodm-product-final-cta {
        grid-template-columns: 1fr;

        gap: 20px;

        margin-top: 40px;
        padding: 26px 20px;

        border-radius: 20px;
    }

    .hodm-product-final-cta h2 {
        font-size: 24px;
    }

    .hodm-product-final-cta p {
        font-size: 13px;
    }

    .hodm-product-final-cta__button {
        width: 100%;
    }

}

/* ==================================================
   HODM PRODUCT TABS
   Description / How To Use / Ingredients / Reviews
   ================================================== */

/* Remove Woodmart product tabs bottom divider */
.single-product .product-tabs-wrapper {
    border-top: 0 !important;
}

/* ==================================================
   01 Remove Woodmart Default Styles
   ================================================== */


.single-product .woocommerce-tabs
.wd-nav[class*="wd-style-underline"]
.nav-link-text::before,
.single-product .woocommerce-tabs
.wd-nav[class*="wd-style-underline"]
.nav-link-text::after {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    background: none !important;
}

.single-product .woocommerce-tabs .wd-nav-tabs {
    --wd-underline-height: 0px !important;
}


/* ==================================================
   02 Tabs Container
   ================================================== */

.single-product .woocommerce-tabs .tabs,
.single-product .woocommerce-tabs ul.tabs,
.single-product .woocommerce-tabs .wd-nav-tabs {
    display: flex !important;

    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

    gap: 14px;

    margin: 0 0 36px !important;
    padding: 0 !important;

    border: 0 !important;
    background: transparent !important;

    box-shadow: none !important;
}


/* ==================================================
   03 Tab Item
   ================================================== */

.single-product .woocommerce-tabs .tabs li,
.single-product .woocommerce-tabs ul.tabs li,
.single-product .woocommerce-tabs .wd-nav-tabs > li {
    position: relative;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    border-radius: 999px !important;

    background: transparent !important;

    box-shadow: none !important;
}


/* Remove theme active line */

.single-product .woocommerce-tabs .tabs li::before,
.single-product .woocommerce-tabs .tabs li::after,
.single-product .woocommerce-tabs ul.tabs li::before,
.single-product .woocommerce-tabs ul.tabs li::after,
.single-product .woocommerce-tabs .wd-nav-tabs > li::before,
.single-product .woocommerce-tabs .wd-nav-tabs > li::after {
    content: none !important;
    display: none !important;
}


/* ==================================================
   04 Tab Button
   ================================================== */

.single-product .woocommerce-tabs .tabs li a,
.single-product .woocommerce-tabs ul.tabs li a,
.single-product .woocommerce-tabs .wd-nav-tabs > li > a {
    position: relative;

    display: flex !important;

    align-items: center;
    justify-content: center;

    min-width: 155px;
    min-height: 50px;

    margin: 0 !important;
    padding: 0 24px !important;

    border: 1px solid rgba(82, 107, 33, 0.38) !important;
    border-radius: 999px !important;

    background: #ffffff !important;

    color: #3d4434 !important;

    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1 !important;

    letter-spacing: 0 !important;
    text-transform: none !important;
    text-decoration: none !important;

    box-shadow: none !important;

    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}


/* Remove Woodmart underline from link */

.single-product .woocommerce-tabs .tabs li a::before,
.single-product .woocommerce-tabs .tabs li a::after,
.single-product .woocommerce-tabs ul.tabs li a::before,
.single-product .woocommerce-tabs ul.tabs li a::after,
.single-product .woocommerce-tabs .wd-nav-tabs > li > a::before,
.single-product .woocommerce-tabs .wd-nav-tabs > li > a::after {
    content: none !important;
    display: none !important;
}


/* ==================================================
   05 Hover
   ================================================== */

.single-product .woocommerce-tabs .tabs li:not(.active) a:hover,
.single-product .woocommerce-tabs ul.tabs li:not(.active) a:hover,
.single-product .woocommerce-tabs .wd-nav-tabs > li:not(.wd-active) > a:hover {
    color: #526b21 !important;

    background: #f5f8ef !important;

    border-color: #526b21 !important;

    transform: translateY(-2px);
}


/* ==================================================
   06 Active Tab
   ================================================== */

.single-product .woocommerce-tabs .tabs li.active a,
.single-product .woocommerce-tabs ul.tabs li.active a,
.single-product .woocommerce-tabs .wd-nav-tabs > li.wd-active > a {
    color: #ffffff !important;

    background: #526b21 !important;

    border-color: #526b21 !important;

    box-shadow:
        0 7px 18px rgba(82, 107, 33, 0.16) !important;
}


/* Active Hover */

.single-product .woocommerce-tabs .tabs li.active a:hover,
.single-product .woocommerce-tabs ul.tabs li.active a:hover,
.single-product .woocommerce-tabs .wd-nav-tabs > li.wd-active > a:hover {
    color: #ffffff !important;

    background: #4b611e !important;

    border-color: #4b611e !important;

    transform: translateY(-1px);
}


/* ==================================================
   07 Tablet
   ================================================== */

@media (max-width: 1024px) {

    .single-product .woocommerce-tabs .tabs,
    .single-product .woocommerce-tabs ul.tabs,
    .single-product .woocommerce-tabs .wd-nav-tabs {
        gap: 10px;

        margin-bottom: 32px !important;
    }

    .single-product .woocommerce-tabs .tabs li a,
    .single-product .woocommerce-tabs ul.tabs li a,
    .single-product .woocommerce-tabs .wd-nav-tabs > li > a {
        min-width: 140px;
        min-height: 48px;

        padding: 0 20px !important;

        font-size: 14px !important;
    }

}


/* ==================================================
   08 Mobile
   ================================================== */

@media (max-width: 767px) {

    .single-product .woocommerce-tabs .tabs,
    .single-product .woocommerce-tabs ul.tabs,
    .single-product .woocommerce-tabs .wd-nav-tabs {
        display: grid !important;

        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 8px;

        width: 100%;

        margin-bottom: 26px !important;
    }


    /* Tab item */

    .single-product .woocommerce-tabs .tabs li,
    .single-product .woocommerce-tabs ul.tabs li,
    .single-product .woocommerce-tabs .wd-nav-tabs > li {
        width: 100% !important;
    }


    /* Tab button */

    .single-product .woocommerce-tabs .tabs li a,
    .single-product .woocommerce-tabs ul.tabs li a,
    .single-product .woocommerce-tabs .wd-nav-tabs > li > a {
        width: 100%;

        min-width: 0;
        min-height: 44px;

        padding: 0 10px !important;

        font-size: 13px !important;
    }

}

/* ==================================================
   HOW TO USE
   ================================================== */

.hodm-how-to-use {
    padding: 35px 0 70px;
}


/* ---------- Heading ---------- */

.hodm-how-to-use__heading {
    max-width: 780px;
    margin: 0 auto 42px;
    text-align: center;
}

.hodm-how-to-use__eyebrow {
    margin-bottom: 10px;

    color: #526b21;

    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 1.6px;

    text-transform: uppercase;
}

.hodm-how-to-use__title {
    margin: 0 0 14px;

    color: #24320f;

    font-size: 36px;
    font-weight: 700;
    line-height: 1.15;

    letter-spacing: -0.5px;
}

.hodm-how-to-use__intro {
    margin: 0;

    color: #4d4d4d;

    font-size: 15px;
    line-height: 1.8;
}


/* ==================================================
   Steps
   ================================================== */

.hodm-how-to-use__steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 18px;
}


/* ---------- Step Card ---------- */

.hodm-how-to-use__step {
    position: relative;

    padding: 30px 24px;

    border: 1px solid rgba(82, 107, 33, 0.14);
    border-radius: 22px;

    background: linear-gradient(
        180deg,
        #ffffff 0%,
        #f7f9f3 100%
    );

    box-shadow:
        0 12px 34px rgba(36, 50, 15, 0.05);

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.hodm-how-to-use__step:hover {
    transform: translateY(-4px);

    border-color: rgba(82, 107, 33, 0.26);

    box-shadow:
        0 18px 42px rgba(36, 50, 15, 0.08);
}


/* ---------- Step Number ---------- */

.hodm-how-to-use__number {
    position: absolute;
    top: 20px;
    right: 22px;

    color: rgba(82, 107, 33, 0.28);

    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
}


/* ---------- Step Icon ---------- */

.hodm-how-to-use__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 56px;
    height: 56px;

    margin-bottom: 22px;

    border-radius: 50%;

    background: linear-gradient(
        135deg,
        #f1f5e9 0%,
        #e8efdc 100%
    );
}

.hodm-how-to-use__icon svg {
    width: 27px;
    height: 27px;

    fill: none;

    stroke: #526b21;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* ---------- Step Content ---------- */

.hodm-how-to-use__step h3 {
    margin: 0 0 10px;

    color: #24320f;

    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}

.hodm-how-to-use__step p {
    margin: 0;

    color: #555555;

    font-size: 14px;
    line-height: 1.7;
}


/* ==================================================
   Usage Note
   ================================================== */

.hodm-how-to-use__note {
    display: grid;
    grid-template-columns: 46px 1fr;

    align-items: start;
    gap: 16px;

    max-width: 1000px;

    margin: 36px auto 0;
    padding: 22px 24px;

    border: 1px solid rgba(82, 107, 33, 0.14);
    border-radius: 18px;

    background: #f7f9f3;
}

.hodm-how-to-use__note-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 44px;
    height: 44px;

    border-radius: 50%;

    background: #e8efdc;
}

.hodm-how-to-use__note-icon svg {
    width: 23px;
    height: 23px;

    fill: none;

    stroke: #526b21;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hodm-how-to-use__note strong {
    display: block;

    margin-bottom: 5px;

    color: #24320f;

    font-size: 15px;
    font-weight: 700;
}

.hodm-how-to-use__note p {
    margin: 0;

    color: #555555;

    font-size: 13px;
    line-height: 1.65;
}


/* ==================================================
   Tablet
   ================================================== */

@media (max-width: 1024px) {

    .hodm-how-to-use {
        padding: 30px 0 55px;
    }

    .hodm-how-to-use__steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hodm-how-to-use__title {
        font-size: 32px;
    }

}


/* ==================================================
   Mobile
   ================================================== */

@media (max-width: 767px) {

    .hodm-how-to-use {
        padding: 25px 0 40px;
    }

    .hodm-how-to-use__heading {
        margin-bottom: 26px;
        text-align: left;
    }

    .hodm-how-to-use__eyebrow {
        margin-bottom: 8px;

        font-size: 11px;
        letter-spacing: 1.3px;
    }

    .hodm-how-to-use__title {
        margin-bottom: 12px;

        font-size: 28px;
        line-height: 1.18;
    }

    .hodm-how-to-use__intro {
        font-size: 14px;
        line-height: 1.7;
    }

    .hodm-how-to-use__steps {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .hodm-how-to-use__step {
        padding: 24px 20px;
        border-radius: 18px;
    }

    .hodm-how-to-use__icon {
        width: 50px;
        height: 50px;

        margin-bottom: 18px;
    }

    .hodm-how-to-use__icon svg {
        width: 25px;
        height: 25px;
    }

    .hodm-how-to-use__step h3 {
        font-size: 17px;
    }

    .hodm-how-to-use__step p {
        font-size: 13px;
    }

    .hodm-how-to-use__note {
        grid-template-columns: 40px 1fr;

        gap: 12px;

        margin-top: 24px;
        padding: 18px;

        border-radius: 16px;
    }

    .hodm-how-to-use__note-icon {
        width: 40px;
        height: 40px;
    }

}@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;
}
}

