body.site-theme-natural-green{
    --blue:#2D7A4F;
    --blue-dark:#2D7A4F;
    --blue-light:#5BB87A;
    --green:#5BB87A;
    --dark:#304C3B;
    --dark2:#F6FBF8;
    --dark3:#E9F6EE;
    --gray:#4A6558;
    --gray-light:#667F71;
    --white:#ffffff;
    --shadow:0 14px 42px rgba(45,122,79,.12);
    --theme-primary:#2D7A4F;
    --theme-primary-light:#5BB87A;
    --theme-text:#304C3B;
    --theme-text-deep:#2B4F3A;
    --theme-bg:#F6FBF8;
    --theme-bg-soft:#EFF8F2;
    --theme-border:#DCEFE4;
    --theme-cta:#F5A623;
    --theme-cta-hover:#E49312;
    --theme-blue:#2D7A4F;
    color:#304C3B;
    background:#ffffff;
}

/* Hero image carousel */
body.site-theme-natural-green .home-template-natural .hero{
    min-height:0 !important;
    padding:0;
    background:#F7FCF9;
    overflow:hidden;
}

body.site-theme-natural-green .home-template-natural .hero-swiper,
body.site-theme-natural-green .home-template-natural .hero-slide{
    width:100%;
    height:clamp(560px,50vw,900px);
    min-height:0 !important;
    border-radius:0;
}

body.site-theme-natural-green .home-template-natural .hero-slide{
    display:block;
    background:#F7FCF9;
}

body.site-theme-natural-green .home-template-natural .hero-image-link{
    display:block;
    width:100%;
    height:100%;
    cursor:pointer;
}

body.site-theme-natural-green .home-template-natural .hero-image{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}

body.site-theme-natural-green .home-template-natural .hero-bg,
body.site-theme-natural-green .home-template-natural .hero-overlay,
body.site-theme-natural-green .home-template-natural .hero-content,
body.site-theme-natural-green .home-template-natural .hero-scroll-indicator{
    display:none !important;
}

body.site-theme-natural-green .home-template-natural .hero-pagination{
    bottom:30px;
    left:50% !important;
    right:auto !important;
    width:auto !important;
    display:inline-flex !important;
    gap:10px;
    padding:8px 10px;
    border-radius:999px;
    background:none;
    backdrop-filter:blur(10px);
    transform:translateX(-50%);
}

body.site-theme-natural-green .home-template-natural .hero-pagination .swiper-pagination-bullet{
    width:10px;
    height:10px;
    background:rgba(255,255,255,.72);
    border-color:rgba(255,255,255,.72);
}

body.site-theme-natural-green .home-template-natural .hero-pagination .swiper-pagination-bullet-active{
    width:34px;
    background:#F5A623;
    border-color:#F5A623;
}

@media (max-width:768px){
    body.site-theme-natural-green .home-template-natural .hero-swiper,
    body.site-theme-natural-green .home-template-natural .hero-slide{
        height:clamp(360px,92vw,560px);
    }

    body.site-theme-natural-green .home-template-natural .hero-pagination{
        bottom:18px;
    }
}

/* Factory visual layout final layer */
body.site-theme-natural-green .home-template-natural .factory-visual{
    position:relative;
    display:grid;
    grid-template-columns:1fr;
    grid-template-rows:minmax(0,1.18fr) minmax(0,.82fr);
    gap:18px;
    height:clamp(580px,46vw,660px);
    min-height:0;
    padding:18px;
    overflow:hidden;
    border:1px solid #DCEFE4;
    border-radius:8px;
    background:
        linear-gradient(135deg,rgba(255,255,255,.96) 0%,rgba(242,250,245,.88) 100%);
    box-shadow:0 22px 58px rgba(45,122,79,.12);
}

body.site-theme-natural-green .home-template-natural .factory-visual::before{
    content:"";
    position:absolute;
    inset:18px;
    z-index:0;
    border:1px solid rgba(91,184,122,.2);
    border-radius:6px;
    background:
        linear-gradient(90deg,rgba(45,122,79,.045) 1px,transparent 1px),
        linear-gradient(180deg,rgba(45,122,79,.04) 1px,transparent 1px);
    background-size:58px 58px;
    transform:none;
    pointer-events:none;
}

body.site-theme-natural-green .home-template-natural .factory-visual::after{
    content:"";
    position:absolute;
    right:18px;
    bottom:18px;
    z-index:0;
    width:36%;
    height:38%;
    border-radius:8px;
    background:linear-gradient(135deg,rgba(91,184,122,.18),rgba(255,255,255,0));
    pointer-events:none;
}

body.site-theme-natural-green .home-template-natural .factory-visual-card{
    position:relative !important;
    z-index:1;
    top:auto !important;
    right:auto !important;
    bottom:auto !important;
    left:auto !important;
    width:auto !important;
    height:100%;
    min-height:0;
    aspect-ratio:auto !important;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.92);
    border-radius:8px;
    background:#ffffff;
    box-shadow:0 22px 52px rgba(45,122,79,.14);
    transform:none !important;
}

body.site-theme-natural-green .home-template-natural .factory-visual-card--main{
    grid-column:1;
    grid-row:1;
}

body.site-theme-natural-green .home-template-natural .factory-visual-card--bottom{
    grid-column:1;
    grid-row:2;
}

body.site-theme-natural-green .home-template-natural .factory-visual-card img{
    width:100%;
    height:100%;
    object-fit:cover;
}

@media (max-width:1024px){
    body.site-theme-natural-green .home-template-natural .factory-visual{
        height:600px;
        min-height:0;
        grid-template-columns:1fr;
        grid-template-rows:minmax(0,1.15fr) minmax(0,.85fr);
    }
}

@media (max-width:768px){
    body.site-theme-natural-green .home-template-natural .factory-visual{
        grid-template-columns:1fr;
        grid-template-rows:auto auto !important;
        height:auto;
        min-height:0;
        padding:14px;
        gap:14px;
    }

    body.site-theme-natural-green .home-template-natural .factory-visual::before{
        inset:14px;
    }

    body.site-theme-natural-green .home-template-natural .factory-visual-card{
        height:auto;
        aspect-ratio:16/10 !important;
    }

    body.site-theme-natural-green .home-template-natural .factory-visual-card--main,
    body.site-theme-natural-green .home-template-natural .factory-visual-card--bottom{
        grid-column:auto;
        grid-row:auto;
    }
}

/* Hero full-image display lock layer */
body.site-theme-natural-green .home-template-natural .hero{
    min-height:0 !important;
}

body.site-theme-natural-green .home-template-natural .hero-swiper{
    width:100%;
    height:auto !important;
    aspect-ratio:2/1;
    min-height:0 !important;
    background:#F7FCF9;
}

body.site-theme-natural-green .home-template-natural .hero-swiper .swiper-wrapper,
body.site-theme-natural-green .home-template-natural .hero-slide{
    height:100% !important;
    min-height:0 !important;
}

body.site-theme-natural-green .home-template-natural .hero-slide{
    background:#F7FCF9;
}

body.site-theme-natural-green .home-template-natural .hero-image{
    object-fit:contain !important;
    object-position:center;
    background:#F7FCF9;
}

/* Hero intrinsic image size final layer */
body.site-theme-natural-green .home-template-natural .hero-swiper,
body.site-theme-natural-green .home-template-natural .hero-swiper .swiper-wrapper,
body.site-theme-natural-green .home-template-natural .hero-slide,
body.site-theme-natural-green .home-template-natural .hero-image-link{
    height:auto !important;
    min-height:0 !important;
    aspect-ratio:auto !important;
}

body.site-theme-natural-green .home-template-natural .hero-image{
    display:block;
    width:100%;
    height:auto !important;
    object-fit:contain !important;
}

/* Hero one-screen edge-nav true final layer */
body.site-theme-natural-green .home-template-natural .hero{
    --hero-nav-height:80px;
    min-height:0 !important;
    margin-top:var(--hero-nav-height);
    padding:0 !important;
    overflow:hidden;
    background:#F7FCF9;
}

body.site-theme-natural-green .home-template-natural .hero-swiper,
body.site-theme-natural-green .home-template-natural .hero-swiper .swiper-wrapper,
body.site-theme-natural-green .home-template-natural .hero-slide,
body.site-theme-natural-green .home-template-natural .hero-image-link{
    width:100%;
    height:min(50vw,calc(100svh - var(--hero-nav-height))) !important;
    min-height:0 !important;
    aspect-ratio:auto !important;
}

body.site-theme-natural-green .home-template-natural .hero-image-link{
    display:block;
}

body.site-theme-natural-green .home-template-natural .hero-image{
    display:block;
    width:100%;
    height:100% !important;
    object-fit:contain !important;
    object-position:center;
    background:#F7FCF9;
}

body.site-theme-natural-green .home-template-natural .hero .hero-nav-btn{
    border-color:rgba(45,122,79,.24);
    background:rgba(255,255,255,.42);
    color:#2D7A4F;
    box-shadow:0 18px 44px rgba(45,122,79,.15);
}

body.site-theme-natural-green .home-template-natural .hero .hero-nav-btn:hover,
body.site-theme-natural-green .home-template-natural .hero .hero-nav-btn:focus-visible{
    border-color:rgba(45,122,79,.52);
    background:rgba(45,122,79,.9);
    color:#ffffff;
    box-shadow:0 22px 54px rgba(45,122,79,.24);
}

@media (max-width:768px){
    body.site-theme-natural-green .home-template-natural .hero{
        --hero-nav-height:68px;
    }
}

/* Products section redesign final layer */
body.site-theme-natural-green .home-template-natural .products-section{
    position:relative;
    padding:clamp(76px,8vw,128px) 0;
    overflow:hidden;
    color:#304C3B;
    background:
        linear-gradient(90deg,rgba(45,122,79,.06) 1px,transparent 1px) 0 0/72px 72px,
        linear-gradient(180deg,rgba(45,122,79,.06) 1px,transparent 1px) 0 0/72px 72px,
        linear-gradient(180deg,#ffffff 0%,#F6FBF8 100%);
}

body.site-theme-natural-green .home-template-natural .products-section::before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(115deg,rgba(91,184,122,.13),transparent 42%,rgba(245,166,35,.1));
    pointer-events:none;
}

body.site-theme-natural-green .home-template-natural .products-section .container{
    position:relative;
    z-index:1;
    width:min(1200px,calc(100% - 48px));
}

body.site-theme-natural-green .home-template-natural .products-layout{
    display:grid;
    grid-template-columns:minmax(0,.92fr) minmax(460px,1.08fr);
    grid-template-areas:
        "title title"
        "subtitle subtitle"
        "detail visual";
    align-items:stretch;
    gap:clamp(18px,2.6vw,34px) clamp(28px,4vw,56px);
}

body.site-theme-natural-green .home-template-natural .products-content{
    display:contents;
}

body.site-theme-natural-green .home-template-natural .products-content .section-title,
body.site-theme-natural-green .home-template-natural .products-section .section-title{
    grid-area:title;
    justify-self:center;
    max-width:min(920px,100%);
    margin:0 auto;
    color:#304C3B;
    font-size:clamp(34px,4vw,56px);
    line-height:1.02;
    letter-spacing:0;
    text-align:center;
}

body.site-theme-natural-green .home-template-natural .products-content .section-subtitle,
body.site-theme-natural-green .home-template-natural .products-section .section-subtitle{
    grid-area:subtitle;
    justify-self:center;
    max-width:min(760px,100%);
    margin:0 auto clamp(12px,2vw,22px);
    color:#4A6558;
    font-size:clamp(16px,1.35vw,19px);
    line-height:1.62;
    text-align:center;
}

body.site-theme-natural-green .home-template-natural .products-section .product-detail{
    grid-area:detail;
    align-self:center;
    min-height:0;
    padding:28px;
    border:1px solid rgba(45,122,79,.16);
    border-left:4px solid #5BB87A;
    border-radius:8px;
    background:rgba(255,255,255,.86);
    box-shadow:0 22px 58px rgba(45,122,79,.1);
    backdrop-filter:blur(14px);
}

body.site-theme-natural-green .home-template-natural .products-section .product-detail-inner{
    animation:fadeSlideUp .45s ease both;
}

body.site-theme-natural-green .home-template-natural .products-section .product-detail h3{
    margin:0 0 12px;
    color:#2D7A4F;
    font-size:clamp(24px,2vw,32px);
    line-height:1.12;
    letter-spacing:0;
}

body.site-theme-natural-green .home-template-natural .products-section .product-detail > p,
body.site-theme-natural-green .home-template-natural .products-section .product-detail-inner > p{
    margin:0 0 22px;
    color:#4F6B5D;
    font-size:16px;
    line-height:1.56;
}

body.site-theme-natural-green .home-template-natural .products-section .product-features{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
}

body.site-theme-natural-green .home-template-natural .products-section .product-feature{
    min-width:0;
    display:flex;
    align-items:flex-start;
    gap:9px;
    min-height:46px;
    padding:10px 12px;
    border:1px solid rgba(45,122,79,.12);
    border-radius:8px;
    background:#ffffff;
}

body.site-theme-natural-green .home-template-natural .products-section .product-feature::before{
    flex:0 0 auto;
    width:7px;
    height:7px;
    margin-top:.5em;
    border-radius:50%;
    background:#5BB87A;
    box-shadow:0 0 0 4px rgba(91,184,122,.14);
}

body.site-theme-natural-green .home-template-natural .products-section .product-feature p{
    max-width:none;
    margin:0;
    color:#304C3B;
    font-size:14px;
    line-height:1.38;
    overflow-wrap:anywhere;
}

body.site-theme-natural-green .home-template-natural .products-section .product-daily{
    margin-top:24px;
    min-height:44px;
    padding:0 22px;
    border:1px solid #F5A623;
    border-radius:999px;
    background:#F5A623;
    color:#fff;
    font-size:15px;
    font-weight:700;
    box-shadow:0 14px 30px rgba(245,166,35,.22);
}

body.site-theme-natural-green .home-template-natural .products-section .product-daily:hover{
    background:#E49312;
    border-color:#E49312;
    transform:translateY(-2px);
}

body.site-theme-natural-green .home-template-natural .products-visual{
    min-height:560px;
    height:auto;
    display:grid;
    grid-template-columns:minmax(260px,1fr) minmax(180px,220px);
    align-items:center;
    gap:24px;
    padding:30px;
    border:1px solid rgba(45,122,79,.14);
    border-radius:8px;
    background:rgba(255,255,255,.78);
    box-shadow:0 28px 70px rgba(45,122,79,.12);
}

body.site-theme-natural-green .home-template-natural .products-visual::before{
    content:'';
    position:absolute;
    left:30px;
    right:30px;
    top:30px;
    height:1px;
    background:linear-gradient(90deg,rgba(45,122,79,.42),transparent);
}

body.site-theme-natural-green .home-template-natural .orbit-wrap{
    position:relative;
    width:100%;
    max-width:480px;
    height:auto;
    aspect-ratio:1;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto;
}

body.site-theme-natural-green .home-template-natural .orbit-circle,
body.site-theme-natural-green .home-template-natural .orbit-inner{
    display:none;
}

body.site-theme-natural-green .home-template-natural .center-img-wrap{
    position:relative !important;
    inset:auto !important;
    width:min(100%,430px);
    height:auto;
    aspect-ratio:1;
    margin:0;
    border:1px solid rgba(45,122,79,.14);
    border-radius:8px;
    background:linear-gradient(145deg,#ffffff,#EFF8F2);
    box-shadow:0 24px 58px rgba(45,122,79,.16);
}

body.site-theme-natural-green .home-template-natural .center-img-wrap img{
    width:100%;
    height:100%;
    object-fit:contain;
    padding:clamp(18px,3vw,34px);
    border-radius:8px;
    filter:saturate(1.04) contrast(1.02);
}

body.site-theme-natural-green .home-template-natural .orbit-nodes{
    position:static;
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
}

body.site-theme-natural-green .home-template-natural .onode{
    left:auto !important;
    top:auto !important;
    min-width:0;
    display:grid;
    grid-template-columns:52px minmax(0,1fr);
    align-items:center;
    gap:10px;
    margin:0;
    padding:9px 10px;
    border:1px solid rgba(45,122,79,.14);
    border-radius:8px;
    background:#ffffff;
    cursor:pointer;
    transition:border-color .25s ease,background .25s ease,transform .25s ease,box-shadow .25s ease;
}

body.site-theme-natural-green .home-template-natural .onode::after{
    content:attr(data-alt);
    color:#304C3B;
    font-size:12px;
    font-weight:700;
    line-height:1.2;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

body.site-theme-natural-green .home-template-natural .onode-circle{
    width:52px;
    height:52px;
    border:1px solid rgba(91,184,122,.18);
    border-radius:8px;
    background:#F6FBF8;
    box-shadow:none;
}

body.site-theme-natural-green .home-template-natural .onode-circle img{
    object-fit:contain;
    padding:6px;
}

body.site-theme-natural-green .home-template-natural .onode.active,
body.site-theme-natural-green .home-template-natural .onode:hover{
    border-color:rgba(45,122,79,.42);
    background:#F1FAF4;
    box-shadow:0 12px 26px rgba(45,122,79,.12);
    transform:translateX(-2px);
}

body.site-theme-natural-green .home-template-natural .onode.active .onode-circle,
body.site-theme-natural-green .home-template-natural .onode:hover .onode-circle{
    border-color:#5BB87A;
}

@media (max-width:1024px){
    body.site-theme-natural-green .home-template-natural .products-layout{
        grid-template-columns:1fr;
        grid-template-areas:
            "title"
            "subtitle"
            "detail"
            "visual";
    }

    body.site-theme-natural-green .home-template-natural .products-visual{
        min-height:0;
        grid-template-columns:1fr;
        grid-template-rows:auto auto;
    }
}

@media (max-width:768px){
    body.site-theme-natural-green .home-template-natural .products-section{
        padding:68px 0;
    }

    body.site-theme-natural-green .home-template-natural .products-section .container{
        width:min(100% - 24px,720px);
    }

    body.site-theme-natural-green .home-template-natural .products-section .product-detail{
        padding:20px;
    }

    body.site-theme-natural-green .home-template-natural .products-content .section-title,
    body.site-theme-natural-green .home-template-natural .products-section .section-title{
        max-width:100%;
        font-size:clamp(30px,8vw,42px);
    }

    body.site-theme-natural-green .home-template-natural .products-content .section-subtitle,
    body.site-theme-natural-green .home-template-natural .products-section .section-subtitle{
        max-width:100%;
    }

    body.site-theme-natural-green .home-template-natural .products-section .product-features,
    body.site-theme-natural-green .home-template-natural .products-visual{
        grid-template-columns:1fr;
    }

    body.site-theme-natural-green .home-template-natural .products-visual{
        padding:20px;
        gap:18px;
    }

    body.site-theme-natural-green .home-template-natural .orbit-nodes{
        grid-template-columns:repeat(4,minmax(92px,1fr));
        overflow-x:auto;
        padding-bottom:4px;
    }

    body.site-theme-natural-green .home-template-natural .onode{
        grid-template-columns:1fr;
        justify-items:center;
        min-width:92px;
        padding:10px 8px;
    }

    body.site-theme-natural-green .home-template-natural .onode::after{
        max-width:100%;
        font-size:12px;
        text-align:center;
    }
}

/* Hero one-screen responsive true final layer */
body.site-theme-natural-green .home-template-natural .hero{
    --hero-nav-height:80px;
    min-height:0 !important;
    margin-top:var(--hero-nav-height);
    padding:0 !important;
    overflow:hidden;
    background:#F7FCF9;
}

body.site-theme-natural-green .home-template-natural .hero-swiper,
body.site-theme-natural-green .home-template-natural .hero-swiper .swiper-wrapper,
body.site-theme-natural-green .home-template-natural .hero-slide,
body.site-theme-natural-green .home-template-natural .hero-image-link{
    width:100%;
    height:min(50vw,calc(100svh - var(--hero-nav-height))) !important;
    min-height:0 !important;
    aspect-ratio:auto !important;
}

body.site-theme-natural-green .home-template-natural .hero-image-link{
    display:block;
}

body.site-theme-natural-green .home-template-natural .hero-image{
    display:block;
    width:100%;
    height:100% !important;
    object-fit:contain !important;
    object-position:center;
    background:#F7FCF9;
}

body.site-theme-natural-green .home-template-natural .hero .hero-nav-btn{
    border-color:rgba(45,122,79,.22);
    background:rgba(255,255,255,.36);
    color:#2D7A4F;
    box-shadow:0 18px 44px rgba(45,122,79,.16);
}

body.site-theme-natural-green .home-template-natural .hero .hero-nav-btn:hover,
body.site-theme-natural-green .home-template-natural .hero .hero-nav-btn:focus-visible{
    border-color:rgba(45,122,79,.5);
    background:rgba(45,122,79,.9);
    color:#ffffff;
    box-shadow:0 22px 54px rgba(45,122,79,.24);
}

@media (max-width:768px){
    body.site-theme-natural-green .home-template-natural .hero{
        --hero-nav-height:68px;
    }
}

/* Hero one-screen fit true final layer */
body.site-theme-natural-green .home-template-natural .hero{
    min-height:0 !important;
    margin-top:80px;
    overflow:hidden;
}

body.site-theme-natural-green .home-template-natural .hero-swiper,
body.site-theme-natural-green .home-template-natural .hero-swiper .swiper-wrapper,
body.site-theme-natural-green .home-template-natural .hero-slide,
body.site-theme-natural-green .home-template-natural .hero-image-link{
    width:100%;
    height:min(50vw,calc(100svh - 80px)) !important;
    min-height:0 !important;
    aspect-ratio:auto !important;
}

body.site-theme-natural-green .home-template-natural .hero-image{
    display:block;
    width:100%;
    height:100% !important;
    object-fit:contain !important;
    object-position:center;
}

@media (max-width:768px){
    body.site-theme-natural-green .home-template-natural .hero{
        margin-top:68px;
    }

    body.site-theme-natural-green .home-template-natural .hero-swiper,
    body.site-theme-natural-green .home-template-natural .hero-swiper .swiper-wrapper,
    body.site-theme-natural-green .home-template-natural .hero-slide,
    body.site-theme-natural-green .home-template-natural .hero-image-link{
        height:min(50vw,calc(100svh - 68px)) !important;
    }
}

body.site-theme-natural-green ::selection{
    color:#ffffff;
    background:#2D7A4F;
}

body.site-theme-natural-green .navbar,
body.site-theme-natural-green .navbar.scrolled{
    background:rgba(248,252,249,.96);
    box-shadow:0 14px 30px rgba(45,122,79,.08);
}

body.site-theme-natural-green .nav-links a,
body.site-theme-natural-green .nav-submenu-toggle,
body.site-theme-natural-green .nav-hamburger{
    color:#304C3B;
}

body.site-theme-natural-green .nav-links a:hover,
body.site-theme-natural-green .nav-item-has-submenu.open .nav-submenu-toggle,
body.site-theme-natural-green .nav-item-has-submenu:hover .nav-submenu-toggle{
    color:#2D7A4F;
}

body.site-theme-natural-green .nav-icon-btn,
body.site-theme-natural-green .nav-search-btn,
body.site-theme-natural-green .nav-hamburger{
    border-color:#DCEFE4;
    background:#ffffff;
    color:#2D7A4F;
}

body.site-theme-natural-green .nav-icon-btn:hover,
body.site-theme-natural-green .nav-search-btn.active,
body.site-theme-natural-green .nav-search-btn:hover,
body.site-theme-natural-green .nav-hamburger:hover{
    border-color:rgba(91,184,122,.45);
    background:#F1FAF4;
    color:#2D7A4F;
}

body.site-theme-natural-green .nav-submenu,
body.site-theme-natural-green .nav-submenu::before,
body.site-theme-natural-green .nav-search-inner,
body.site-theme-natural-green .nav-search-field{
    border-color:#DCEFE4;
    background:rgba(255,255,255,.94);
}

body.site-theme-natural-green .nav-submenu a:hover{
    color:#2D7A4F;
    background:rgba(45,122,79,.08);
}

body.site-theme-natural-green .index-main .hero-overlay,
body.site-theme-natural-green .inner-hero-overlay,
body.site-theme-natural-green .product-list .pl-banner-overlay,
body.site-theme-natural-green .health-need .hn-banner-overlay{
    /* background:linear-gradient(120deg,rgba(45,122,79,.72) 0%,rgba(45,122,79,.58) 100%); */
}

body.site-theme-natural-green .index-main .hero-title,
body.site-theme-natural-green .inner-hero-title,
body.site-theme-natural-green .product-list .pl-banner-title,
body.site-theme-natural-green .health-need .hn-banner-title{
    color:#ffffff;
}

body.site-theme-natural-green .inner-hero-eyebrow,
body.site-theme-natural-green .product-list .pl-banner-eyebrow,
body.site-theme-natural-green .health-need .hn-banner-eyebrow,
body.site-theme-natural-green .our-facility .of-hero-eyebrow,
body.site-theme-natural-green .blog-news .bn-banner-tag,
body.site-theme-natural-green .blog-hk .bk-banner-tag{
    color:#DDF8E6;
    border-color:rgba(91,184,122,.42);
    background:rgba(45,122,79,.28);
}

body.site-theme-natural-green .index-main .hero-title span,
body.site-theme-natural-green .inner-hero-title span,
body.site-theme-natural-green .product-list .pl-accent,
body.site-theme-natural-green .health-need .hn-accent,
body.site-theme-natural-green .our-facility .of-hero-h1 em,
body.site-theme-natural-green .blog-news .bn-banner-title em,
body.site-theme-natural-green .blog-hk .bk-banner-title em{
    color:#BFEFCF;
}

body.site-theme-natural-green .index-main .btn-primary,
body.site-theme-natural-green .nav-quote-btn,
body.site-theme-natural-green .nav-search-submit,
body.site-theme-natural-green .product-list .pl-btn-primary,
body.site-theme-natural-green .health-need .hn-btn-primary,
body.site-theme-natural-green .inquiry-section .inquiry-submit,
body.site-theme-natural-green .index-main .inquiry-submit,
body.site-theme-natural-green .ct-submit-btn,
body.site-theme-natural-green .quotation-page .btn-cta,
body.site-theme-natural-green .quotation-page .btn-submit,
body.site-theme-natural-green .manufacture-page .manufacture-hero-cta,
body.site-theme-natural-green .about-us .au-cta-btn,
body.site-theme-natural-green .our-facility .of-cta-btn,
body.site-theme-natural-green .our-facility .of-faq-cta-link,
body.site-theme-natural-green .ov_btn_primary,
body.site-theme-natural-green .product_overview .btn_quote,
body.site-theme-natural-green .product_partners a.cta_btn,
body.site-theme-natural-green .footer-newsletter-form button,
body.site-theme-natural-green .side_contact_item:hover{
    color:#fff;
    border-color:#F5A623;
    background:#F5A623;
    box-shadow:0 10px 24px rgba(245,166,35,.22);
}

body.site-theme-natural-green .index-main .btn-primary:hover,
body.site-theme-natural-green .nav-quote-btn:hover,
body.site-theme-natural-green .nav-search-submit:hover,
body.site-theme-natural-green .product-list .pl-btn-primary:hover,
body.site-theme-natural-green .health-need .hn-btn-primary:hover,
body.site-theme-natural-green .inquiry-section .inquiry-submit:hover,
body.site-theme-natural-green .index-main .inquiry-submit:hover,
body.site-theme-natural-green .ct-submit-btn:hover,
body.site-theme-natural-green .quotation-page .btn-cta:hover,
body.site-theme-natural-green .quotation-page .btn-submit:hover,
body.site-theme-natural-green .manufacture-page .manufacture-hero-cta:hover,
body.site-theme-natural-green .about-us .au-cta-btn:hover,
body.site-theme-natural-green .our-facility .of-cta-btn:hover,
body.site-theme-natural-green .our-facility .of-faq-cta-link:hover,
body.site-theme-natural-green .ov_btn_primary:hover,
body.site-theme-natural-green .product_overview .btn_quote:hover,
body.site-theme-natural-green .product_partners a.cta_btn:hover,
body.site-theme-natural-green .footer-newsletter-form button:hover{
    color:#2D7A4F;
    border-color:#E49312;
    background:#E49312;
    box-shadow:0 14px 30px rgba(245,166,35,.28);
}

body.site-theme-natural-green .index-main .btn-outline,
body.site-theme-natural-green .product-list .pl-btn-outline,
body.site-theme-natural-green .health-need .hn-btn-outline,
body.site-theme-natural-green .ov_btn_outline{
    color:#2D7A4F;
    border-color:#2D7A4F;
    background:rgba(255,255,255,.86);
}

body.site-theme-natural-green .index-main .btn-outline:hover,
body.site-theme-natural-green .product-list .pl-btn-outline:hover,
body.site-theme-natural-green .health-need .hn-btn-outline:hover,
body.site-theme-natural-green .ov_btn_outline:hover{
    color:#ffffff;
    border-color:#2D7A4F;
    background:#2D7A4F;
}

body.site-theme-natural-green .index-main .products-section,
body.site-theme-natural-green .index-main .rtb-section,
body.site-theme-natural-green .index-main .solutions-section,
body.site-theme-natural-green .product-list .pl-filter-section,
body.site-theme-natural-green .product-list .pl-products-section,
body.site-theme-natural-green .health-need .hn-filter-section,
body.site-theme-natural-green .health-need .hn-products-section,
body.site-theme-natural-green .ct-intro,
body.site-theme-natural-green .ct-main,
body.site-theme-natural-green .quotation-page,
body.site-theme-natural-green .product_recommend,
body.site-theme-natural-green .about-us .au-cert,
body.site-theme-natural-green .about-us .au-partner,
body.site-theme-natural-green .our-facility .of-gallery,
body.site-theme-natural-green .blog-detail .bd-main{
    background:#F6FBF8;
}

body.site-theme-natural-green .product-list .pl-breadcrumb,
body.site-theme-natural-green .inner-breadcrumb,
body.site-theme-natural-green .health-need .hn-breadcrumb,
body.site-theme-natural-green .our-facility .of-bc,
body.site-theme-natural-green .blog-news .bn-breadcrumb,
body.site-theme-natural-green .blog-hk .bk-breadcrumb{
    border-bottom-color:#DCEFE4;
    background:#EFF8F2;
}

body.site-theme-natural-green .index-main .product-detail,
body.site-theme-natural-green .index-main .health-card-copy,
body.site-theme-natural-green .index-main .rtb-card-link,
body.site-theme-natural-green .product-list .pl-card,
body.site-theme-natural-green .health-need .hn-card,
body.site-theme-natural-green .ct-info-card,
body.site-theme-natural-green .ct-form-card,
body.site-theme-natural-green .quotation-page .form-card,
body.site-theme-natural-green .quote-selection-card,
body.site-theme-natural-green .blog-detail .bd-article,
body.site-theme-natural-green .blog-detail .bd-side-card,
body.site-theme-natural-green .product_faq_item,
body.site-theme-natural-green .product_ingredients .item,
body.site-theme-natural-green .product_benefits .item,
body.site-theme-natural-green .our-facility .of-faq-item,
body.site-theme-natural-green .about-us .au-cert-card,
body.site-theme-natural-green .about-us .au-partner-card{
    border-color:#DCEFE4;
    background:#ffffff;
    box-shadow:0 12px 34px rgba(45,122,79,.08);
}

body.site-theme-natural-green .product-list .pl-card:hover,
body.site-theme-natural-green .health-need .hn-card:hover,
body.site-theme-natural-green .ct-info-card:hover,
body.site-theme-natural-green .about-us .au-partner-card:hover{
    box-shadow:0 18px 44px rgba(45,122,79,.14);
}

body.site-theme-natural-green .index-main .section-title,
body.site-theme-natural-green .product-list .pl-card-title,
body.site-theme-natural-green .health-need .hn-card-title,
body.site-theme-natural-green .ct-intro-title,
body.site-theme-natural-green .ct-form-title,
body.site-theme-natural-green .quotation-intro h1,
body.site-theme-natural-green .product_overview .text h2,
body.site-theme-natural-green .ov_title,
body.site-theme-natural-green .product_details h2,
body.site-theme-natural-green .product_details h3,
body.site-theme-natural-green .blog-detail .bd-article-title,
body.site-theme-natural-green .about-us .au-section-title,
body.site-theme-natural-green .our-facility .of-h2{
    color:#304C3B;
}

body.site-theme-natural-green .index-main .section-subtitle,
body.site-theme-natural-green .product-list .pl-card-desc,
body.site-theme-natural-green .health-need .hn-card-desc,
body.site-theme-natural-green .ct-intro-desc,
body.site-theme-natural-green .ct-form-subtitle,
body.site-theme-natural-green .quotation-intro p,
body.site-theme-natural-green .ov_subtitle,
body.site-theme-natural-green .product_details p,
body.site-theme-natural-green .blog-detail .bd-section p,
body.site-theme-natural-green .about-us .au-section-sub,
body.site-theme-natural-green .our-facility .of-sub{
    color:#4A6558;
}

body.site-theme-natural-green .index-main .process-section .section-title,
body.site-theme-natural-green .index-main .factory-section .section-title,
body.site-theme-natural-green .index-main .why-section .section-title,
body.site-theme-natural-green .index-main .inquiry-copy .section-title,
body.site-theme-natural-green .inquiry-section .inquiry-copy .section-title,
body.site-theme-natural-green .about-us .au-rd .au-section-title,
body.site-theme-natural-green .about-us .au-cta-text h2,
body.site-theme-natural-green .our-facility .of-h2-light,
body.site-theme-natural-green .our-facility .of-cta-left h2,
body.site-theme-natural-green .product_partners h2,
body.site-theme-natural-green .product_partners h3{
    color:#ffffff;
}

body.site-theme-natural-green .index-main .process-section .section-subtitle,
body.site-theme-natural-green .index-main .factory-section .section-subtitle,
body.site-theme-natural-green .index-main .why-section .section-subtitle,
body.site-theme-natural-green .index-main .inquiry-copy .section-subtitle,
body.site-theme-natural-green .inquiry-section .inquiry-copy .section-subtitle,
body.site-theme-natural-green .about-us .au-rd .au-section-sub,
body.site-theme-natural-green .about-us .au-cta-text p,
body.site-theme-natural-green .our-facility .of-cta-left p,
body.site-theme-natural-green .product_partners p{
    color:rgba(255,255,255,.78);
}

body.site-theme-natural-green .product-list .pl-filter-btn,
body.site-theme-natural-green .health-need .hn-filter-btn,
body.site-theme-natural-green .product-list .pl-pagination li a,
body.site-theme-natural-green .product-list .pl-page-btn,
body.site-theme-natural-green .product-list .pl-page-num,
body.site-theme-natural-green .health-need .hn-pagination li a,
body.site-theme-natural-green .health-need .hn-page-btn,
body.site-theme-natural-green .health-need .hn-page-num{
    color:#4A6558;
    border-color:#DCEFE4;
    background:#ffffff;
}

body.site-theme-natural-green .product-list .pl-filter-btn:hover,
body.site-theme-natural-green .product-list .pl-filter-btn.active,
body.site-theme-natural-green .health-need .hn-filter-btn:hover,
body.site-theme-natural-green .health-need .hn-filter-btn.active,
body.site-theme-natural-green .product-list .pl-pagination li a:hover,
body.site-theme-natural-green .product-list .pl-pagination li.active a,
body.site-theme-natural-green .product-list .pl-page-num.active,
body.site-theme-natural-green .health-need .hn-pagination li a:hover,
body.site-theme-natural-green .health-need .hn-pagination li.active a,
body.site-theme-natural-green .health-need .hn-page-num.active{
    color:#ffffff;
    border-color:#2D7A4F;
    background:#2D7A4F;
    box-shadow:0 8px 18px rgba(45,122,79,.16);
}

body.site-theme-natural-green .index-main .certs-section{
    background:#ffffff;
}

body.site-theme-natural-green .index-main .cert-item-badge,
body.site-theme-natural-green .index-main .cert-point,
body.site-theme-natural-green .index-main .rd-tech-chip,
body.site-theme-natural-green .index-main .rd-feature{
    border-color:#DFF3E7;
    background:#ffffff;
    box-shadow:0 14px 34px rgba(45,122,79,.08);
}

body.site-theme-natural-green .index-main .cert-item:hover .cert-item-badge,
body.site-theme-natural-green .index-main .cert-point:hover,
body.site-theme-natural-green .index-main .rd-feature:hover{
    border-color:rgba(45,122,79,.34);
    background:#F7FCFA;
    box-shadow:0 18px 42px rgba(45,122,79,.13);
}

body.site-theme-natural-green .index-main .cert-point-index,
body.site-theme-natural-green .index-main .rd-tech-copy span,
body.site-theme-natural-green .index-main .rd-tech-copy strong,
body.site-theme-natural-green .about-us .au-stat-unit,
body.site-theme-natural-green .ct-intro-label,
body.site-theme-natural-green .ct-info-card-title,
body.site-theme-natural-green .cert_badge,
body.site-theme-natural-green .product_faq_btn:hover .product_faq_q,
body.site-theme-natural-green .product_faq_item.is-open .product_faq_q{
    color:#2D7A4F;
}

body.site-theme-natural-green .index-main .rd-section{
    background-color:#F6FBF8;
}

body.site-theme-natural-green .index-main .rd-hero-overlay{
    background:none;
}

body.site-theme-natural-green .ov_attributes li::before{
    background:#2D7A4F;
    box-shadow:0 0 0 4px rgba(45,122,79,.12);
}

body.site-theme-natural-green .about-us .au-rd-card,
body.site-theme-natural-green .about-us .au-rd-highlight,
body.site-theme-natural-green .about-us .au-img-cert-badge,
body.site-theme-natural-green .about-us .au-testi-avatar,
body.site-theme-natural-green .our-facility .of-cap,
body.site-theme-natural-green .our-facility .of-cta,
body.site-theme-natural-green .product_partners{
    background:#2D7A4F;
}

body.site-theme-natural-green .about-us .au-rd{
    background:#F6FBF8;
}

body.site-theme-natural-green .about-us .au-cta-bg,
body.site-theme-natural-green .index-main .factory-section,
body.site-theme-natural-green .index-main .why-section,
body.site-theme-natural-green .footer{
    background:#F6FBF8;
}

body.site-theme-natural-green .index-main .inquiry-section,
body.site-theme-natural-green .inquiry-section{
    background-image:linear-gradient(120deg,rgba(45,122,79,.76),rgba(45,122,79,.74)),url(../images/inquiry-section-bg.webp);
}

body.site-theme-natural-green .index-main .inquiry-field input,
body.site-theme-natural-green .index-main .inquiry-field select,
body.site-theme-natural-green .index-main .inquiry-field textarea,
body.site-theme-natural-green .inquiry-section .inquiry-field input,
body.site-theme-natural-green .inquiry-section .inquiry-field select,
body.site-theme-natural-green .inquiry-section .inquiry-field textarea,
body.site-theme-natural-green .ct-field input,
body.site-theme-natural-green .ct-field select,
body.site-theme-natural-green .ct-field textarea,
body.site-theme-natural-green .quotation-page input,
body.site-theme-natural-green .quotation-page select,
body.site-theme-natural-green .quotation-page textarea{
    color:#304C3B;
    border-color:#DCEFE4;
    background:#ffffff;
}

body.site-theme-natural-green .index-main .inquiry-field input:focus,
body.site-theme-natural-green .index-main .inquiry-field select:focus,
body.site-theme-natural-green .index-main .inquiry-field textarea:focus,
body.site-theme-natural-green .inquiry-section .inquiry-field input:focus,
body.site-theme-natural-green .inquiry-section .inquiry-field select:focus,
body.site-theme-natural-green .inquiry-section .inquiry-field textarea:focus,
body.site-theme-natural-green .ct-field input:focus,
body.site-theme-natural-green .ct-field select:focus,
body.site-theme-natural-green .ct-field textarea:focus,
body.site-theme-natural-green .quotation-page input:focus,
body.site-theme-natural-green .quotation-page select:focus,
body.site-theme-natural-green .quotation-page textarea:focus{
    border-color:#2D7A4F;
    box-shadow:0 0 0 3px rgba(45,122,79,.12);
}

body.site-theme-natural-green .footer-col h4,
body.site-theme-natural-green .footer-col ul li a,
body.site-theme-natural-green .footer-col p,
body.site-theme-natural-green .footer-contact p,
body.site-theme-natural-green .footer-contact a{
    color:rgba(255,255,255,.82);
}

body.site-theme-natural-green .footer-col ul li a:hover,
body.site-theme-natural-green .footer-contact a:hover,
body.site-theme-natural-green .footer-contact li span,
body.site-theme-natural-green .footer-bottom-links a:hover{
    color:#5BB87A;
}

body.site-theme-natural-green .footer-socials a{
    border-color:rgba(255,255,255,.28);
    color:#ffffff;
}

body.site-theme-natural-green .footer-socials a:hover{
    color:#2D7A4F;
    border-color:#F5A623;
    background:#F5A623;
}

body.site-theme-natural-green .product_overview,
body.site-theme-natural-green .product_faq,
body.site-theme-natural-green .product_why,
body.site-theme-natural-green .product_ingredients,
body.site-theme-natural-green .product_benefits,
body.site-theme-natural-green .blog-news .bn-main,
body.site-theme-natural-green .blog-hk .bk-main{
    background:#F6FBF8;
}

body.site-theme-natural-green .gallery_main,
body.site-theme-natural-green .gallery_arrow,
body.site-theme-natural-green .product_overview table,
body.site-theme-natural-green .product_overview table th,
body.site-theme-natural-green .product_additional table th,
body.site-theme-natural-green .product_additional table td,
body.site-theme-natural-green .cert_badge{
    border-color:#DCEFE4;
}

body.site-theme-natural-green .product_overview table th,
body.site-theme-natural-green .product_additional table tr:nth-child(2n),
body.site-theme-natural-green .ov_metric,
body.site-theme-natural-green .quote-empty,
body.site-theme-natural-green .quote-product-item{
    background:#EFF8F2;
}

body.site-theme-natural-green .gallery_thumbs #galleryThumbs .swiper-slide-thumb-active img{
    border-color:#2D7A4F;
}

body.site-theme-natural-green .side_contact_item{
    color:#5BB87A;
    border-color:rgba(45,122,79,.16);
    background:#ffffff;
    box-shadow:0 10px 28px rgba(45,122,79,.12);
}

body.site-theme-natural-green .side_contact_item svg *:not([fill="none"]){
    fill:currentColor;
}

body.site-theme-natural-green .side_contact_item svg *[stroke]{
    stroke:currentColor;
}

body.site-theme-natural-green .blog-news .bn-banner-overlay,
body.site-theme-natural-green .blog-hk .bk-banner-overlay,
body.site-theme-natural-green .our-facility .of-hero-mask{
    background:linear-gradient(135deg,rgba(45,122,79,.8) 0%,rgba(45,122,79,.66) 100%);
}

body.site-theme-natural-green .blog-news .bn-breadcrumb a,
body.site-theme-natural-green .blog-hk .bk-breadcrumb a,
body.site-theme-natural-green .blog-hk .bk-tab:hover,
body.site-theme-natural-green .blog-hk .bk-tab.active,
body.site-theme-natural-green .blog-hk .bk-btn-outline,
body.site-theme-natural-green .blog-hk .bk-page-btn:hover:not(:disabled),
body.site-theme-natural-green .blog-hk .bk-page-num:hover{
    color:#2D7A4F;
}

body.site-theme-natural-green .blog-hk .bk-btn-outline,
body.site-theme-natural-green .blog-hk .bk-page-btn:hover:not(:disabled),
body.site-theme-natural-green .blog-hk .bk-page-num:hover{
    border-color:#2D7A4F;
}

body.site-theme-natural-green .blog-news .bn-tag-badge,
body.site-theme-natural-green .blog-hk .bk-tag-badge,
body.site-theme-natural-green .blog-hk .bk-page-num.active,
body.site-theme-natural-green .blog-hk .bk-btn-outline:hover{
    color:#ffffff;
    border-color:#2D7A4F;
    background:#2D7A4F;
}

body.site-theme-natural-green .our-facility{
    --of-green:#5BB87A;
    --of-dark:#304C3B;
    --of-forest:#2B4F3A;
    --of-mid:#2D7A4F;
    --of-text:#4A6558;
    --of-muted:#667F71;
    --of-border:#DCEFE4;
}

body.site-theme-natural-green .our-facility .of-point-num,
body.site-theme-natural-green .our-facility .of-faq-item .of-faq-idx{
    background:#2D7A4F;
}

body.site-theme-natural-green .our-facility .of-faq-card-cta{
    background:linear-gradient(135deg,#F6FBF8 0%,#2D7A4F 100%);
}

body.site-theme-natural-green .our-facility .of-photo-stagger::before{
    background:linear-gradient(135deg,#2D7A4F 0,#5BB87A 100%);
}

body.site-theme-natural-green .index-main .products-section{
    color:#ffffff;
    background:
        linear-gradient(115deg,rgba(45,122,79,.9) 0%,rgba(45,122,79,.82) 48%,rgba(91,184,122,.62) 100%),
        url('../images/products-section-bg.webp') center/cover no-repeat;
}

body.site-theme-natural-green .index-main .products-content{
    color:#ffffff;
}

body.site-theme-natural-green .index-main .products-section .section-title{
    color:#ffffff;
}

body.site-theme-natural-green .index-main .products-section .section-subtitle{
    color:rgba(239,248,242,.84);
}

body.site-theme-natural-green .index-main .products-section .product-detail{
    box-sizing:border-box;
    padding:28px 30px;
    border:1px solid rgba(221,248,230,.24);
    border-radius:18px;
    background:rgba(45,122,79,.34);
    box-shadow:0 22px 48px rgba(45,122,79,.18);
    backdrop-filter:blur(10px);
}

body.site-theme-natural-green .index-main .products-section .product-detail h3{
    color:#ffffff;
}

body.site-theme-natural-green .index-main .products-section .product-detail p,
body.site-theme-natural-green .index-main .products-section .product-feature p{
    color:rgba(247,252,249,.9);
}

body.site-theme-natural-green .index-main .products-section .product-feature::before{
    flex:0 0 auto;
    background:#5BB87A;
    box-shadow:0 0 0 5px rgba(91,184,122,.18);
}

body.site-theme-natural-green .index-main .products-section .product-daily{
    color:#2D7A4F;
    border:1px solid #F5A623;
    background:#F5A623;
    box-shadow:0 12px 26px rgba(245,166,35,.24);
}

body.site-theme-natural-green .index-main .products-section .product-daily:hover{
    color:#2D7A4F;
    border-color:#E49312;
    background:#E49312;
    box-shadow:0 16px 32px rgba(245,166,35,.3);
}

body.site-theme-natural-green .index-main .products-section .orbit-circle{
    border-color:rgba(221,248,230,.72);
}

body.site-theme-natural-green .index-main .products-section .orbit-inner::after{
    background:#F5A623;
    box-shadow:0 0 0 8px rgba(245,166,35,.18);
}

body.site-theme-natural-green .index-main .products-section .center-img-wrap{
    box-shadow:0 22px 58px rgba(45,122,79,.28);
}

body.site-theme-natural-green .index-main .products-section .onode-circle{
    border:2px solid rgba(221,248,230,.72);
    background:#ffffff;
    box-shadow:0 12px 30px rgba(45,122,79,.2);
}

body.site-theme-natural-green .index-main .products-section .onode.active .onode-circle,
body.site-theme-natural-green .index-main .products-section .onode:hover .onode-circle{
    border-color:#F5A623;
    box-shadow:0 16px 34px rgba(245,166,35,.22);
    transform:translateY(-2px);
}

body.site-theme-natural-green .index-main .why-section{
    background:
        radial-gradient(circle at 19% 28%,rgba(91,184,122,.24),rgba(91,184,122,0) 33%),
        linear-gradient(135deg,#F6FBF8 0%,#F6FBF8 52%,#2D7A4F 100%);
}

body.site-theme-natural-green .index-main .why-lz-animation canvas{
    opacity:.36;
    filter:hue-rotate(94deg) saturate(.72) brightness(1.08) contrast(1.04);
}

body.site-theme-natural-green .index-main .why-orb-image{
    opacity:.58;
    filter:hue-rotate(86deg) saturate(.82) brightness(1.08);
}

body.site-theme-natural-green .index-main .why-big-text,
body.site-theme-natural-green .index-main .why-section .section-title,
body.site-theme-natural-green .index-main .why-extra-item strong,
body.site-theme-natural-green .index-main .stat-num,
body.site-theme-natural-green .index-main .stat-unit{
    color:#ffffff;
}

body.site-theme-natural-green .index-main .why-body,
body.site-theme-natural-green .index-main .why-extra-item p,
body.site-theme-natural-green .index-main .stat-label{
    color:rgba(247,252,249,.82);
}

body.site-theme-natural-green .index-main .why-more-btn{
    color:#2D7A4F;
    background:#F5A623;
    box-shadow:0 12px 26px rgba(245,166,35,.22);
}

body.site-theme-natural-green .index-main .why-more-btn:hover{
    background:#E49312;
    box-shadow:0 16px 32px rgba(245,166,35,.28);
}

body.site-theme-natural-green .index-main .why-video-btn{
    color:#ffffff;
    border:1px solid rgba(221,248,230,.34);
    background:rgba(255,255,255,.1);
}

body.site-theme-natural-green .index-main .why-video-btn:hover{
    color:#ffffff;
    background:rgba(91,184,122,.22);
}

body.site-theme-natural-green .index-main .why-video-icon{
    background:rgba(255,255,255,.22);
}

body.site-theme-natural-green .index-main .why-video-icon::before{
    border-left-color:#ffffff;
}

body.site-theme-natural-green .index-main .why-stats{
    border-top-color:rgba(221,248,230,.28);
    background:transparent;
}

body.site-theme-natural-green .index-main .decor-box{
    background:transparent;
}

body.site-theme-natural-green .index-main .decor-box .decor{
    opacity:.72;
    filter:hue-rotate(104deg) saturate(.72) brightness(1.08);
}

body.site-theme-natural-green .cert_badge{
    background:#F1FBF3;
}

@media (max-width:768px){
    body.site-theme-natural-green .navbar{
        background:#ffffff;
    }
}

body.site-theme-natural-green .home-template-natural{
    background:#ffffff;
    color:#304C3B;
}

body.site-theme-natural-green .home-template-natural .container,
body.site-theme-natural-green .home-template-natural .products-section .container,
body.site-theme-natural-green .home-template-natural .rtb-section .container,
body.site-theme-natural-green .home-template-natural .certs-section .container,
body.site-theme-natural-green .home-template-natural .process-section .container,
body.site-theme-natural-green .home-template-natural .factory-section .container,
body.site-theme-natural-green .home-template-natural .factory-news-section .container,
body.site-theme-natural-green .home-template-natural .inquiry-section .container,
body.site-theme-natural-green .home-template-natural .why-container .container,
body.site-theme-natural-green .home-template-natural .why-stats{
    width:min(1200px,calc(100% - 48px));
}

body.site-theme-natural-green .home-template-natural .section-header{
    margin-bottom:38px;
}

body.site-theme-natural-green .home-template-natural .section-title{
    color:#304C3B;
    line-height:1.08;
}

body.site-theme-natural-green .home-template-natural .section-subtitle{
    color:#4A6558;
}

body.site-theme-natural-green .home-template-natural .hero{
    min-height:760px;
    background:#F6FBF8;
}

body.site-theme-natural-green .home-template-natural .hero-overlay{
    background:linear-gradient(105deg,rgba(45,122,79,.84) 0%,rgba(45,122,79,.62) 46%,rgba(245,166,35,.14) 100%);
}

body.site-theme-natural-green .home-template-natural .hero-content{
    left:max(24px,calc((100vw - 1200px)/2));
    bottom:clamp(96px,14vh,150px);
    max-width:760px;
    padding-right:24px;
}

body.site-theme-natural-green .home-template-natural .hero-title{
    color:#ffffff;
    max-width:12ch;
}

body.site-theme-natural-green .home-template-natural .hero-subtitle{
    color:rgba(255,255,255,.86);
    max-width:720px;
}

body.site-theme-natural-green .home-template-natural .hero-ctas .btn-primary{
    color:#2D7A4F;
    background:#F5A623;
    border-color:#F5A623;
}

body.site-theme-natural-green .home-template-natural .hero-ctas .btn-outline{
    color:#ffffff;
    background:rgba(255,255,255,.12);
    border-color:rgba(255,255,255,.58);
}

body.site-theme-natural-green .home-template-natural .products-section{
    padding:110px 0;
    color:#304C3B;
    background:linear-gradient(180deg,#ffffff 0%,#F3FAF5 100%);
}

body.site-theme-natural-green .home-template-natural .products-layout{
    grid-template-columns:minmax(0,.88fr) minmax(360px,1.12fr);
    gap:clamp(38px,6vw,86px);
}

body.site-theme-natural-green .home-template-natural .products-content{
    width:100%;
    max-width:490px;
    color:#304C3B;
}

body.site-theme-natural-green .home-template-natural .products-content .section-title{
    color:#304C3B;
}

body.site-theme-natural-green .home-template-natural .products-content .section-subtitle{
    color:#4A6558;
}

body.site-theme-natural-green .home-template-natural .products-section .product-detail{
    padding:28px;
    border:1px solid #DCEFE4;
    border-left:5px solid #2D7A4F;
    border-radius:8px;
    background:#ffffff;
    box-shadow:0 18px 48px rgba(45,122,79,.12);
}

body.site-theme-natural-green .home-template-natural .products-section .product-detail h3{
    color:#2D7A4F;
}

body.site-theme-natural-green .home-template-natural .products-section .product-detail p,
body.site-theme-natural-green .home-template-natural .products-section .product-feature p{
    color:#4A6558;
}

body.site-theme-natural-green .home-template-natural .products-section .product-feature::before{
    background:#5BB87A;
    box-shadow:0 0 0 4px rgba(91,184,122,.14);
}

body.site-theme-natural-green .home-template-natural .products-section .product-daily{
    color:#fff;
    background:#F5A623;
    border-color:#F5A623;
}

body.site-theme-natural-green .home-template-natural .products-visual{
    min-height:520px;
    justify-content:center;
}

body.site-theme-natural-green .home-template-natural .orbit-circle{
    border-color:rgba(45,122,79,.34);
}

body.site-theme-natural-green .home-template-natural .orbit-inner::after{
    background:#F5A623;
}

body.site-theme-natural-green .home-template-natural .center-img-wrap{
    box-shadow:0 28px 70px rgba(45,122,79,.18);
}

body.site-theme-natural-green .home-template-natural .onode-circle{
    border:2px solid #DCEFE4;
    background:#ffffff;
    box-shadow:0 12px 28px rgba(45,122,79,.1);
}

body.site-theme-natural-green .home-template-natural .onode.active .onode-circle,
body.site-theme-natural-green .home-template-natural .onode:hover .onode-circle{
    border-color:#F5A623;
}

body.site-theme-natural-green .home-template-natural .solutions-section,
body.site-theme-natural-green .home-template-natural .certs-section,
body.site-theme-natural-green .home-template-natural .rd-section,
body.site-theme-natural-green .home-template-natural .factory-news-section{
    background:#ffffff;
}

body.site-theme-natural-green .home-template-natural .rtb-section,
body.site-theme-natural-green .home-template-natural .product_recommend{
    background:#F6FBF8;
}

body.site-theme-natural-green .home-template-natural .health-card,
body.site-theme-natural-green .home-template-natural .rtb-card,
body.site-theme-natural-green .home-template-natural .cert-point,
body.site-theme-natural-green .home-template-natural .rd-tech-chip,
body.site-theme-natural-green .home-template-natural .rd-feature,
body.site-theme-natural-green .home-template-natural .factory-news-card{
    border:1px solid #DCEFE4;
    border-radius:8px;
    background:#ffffff;
    box-shadow:0 16px 42px rgba(45,122,79,.08);
}

body.site-theme-natural-green .home-template-natural .health-card-copy,
body.site-theme-natural-green .home-template-natural .rtb-info{
    background:#ffffff;
}

body.site-theme-natural-green .home-template-natural .cert-item-badge{
    border-color:#DCEFE4;
    background:#ffffff;
}

body.site-theme-natural-green .home-template-natural .cert-point-index,
body.site-theme-natural-green .home-template-natural .rd-tech-copy span,
body.site-theme-natural-green .home-template-natural .rd-feature-copy h3{
    color:#2D7A4F;
}

body.site-theme-natural-green .home-template-natural .why-section{
    padding:0 0 92px;
    background:linear-gradient(180deg,#F2FAF5 0%,#ffffff 100%);
}

body.site-theme-natural-green .home-template-natural .why-lz-animation,
body.site-theme-natural-green .home-template-natural .decor-box{
    opacity:.2;
}

body.site-theme-natural-green .home-template-natural .why-container .container{
    grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);
    padding:104px 0 58px;
}

body.site-theme-natural-green .home-template-natural .why-big-text,
body.site-theme-natural-green .home-template-natural .why-section .section-title,
body.site-theme-natural-green .home-template-natural .why-extra-item strong,
body.site-theme-natural-green .home-template-natural .stat-num,
body.site-theme-natural-green .home-template-natural .stat-unit{
    color:#304C3B;
}

body.site-theme-natural-green .home-template-natural .why-body,
body.site-theme-natural-green .home-template-natural .why-extra-item p,
body.site-theme-natural-green .home-template-natural .stat-label{
    color:#4A6558;
}

body.site-theme-natural-green .home-template-natural .why-orb-image{
    opacity:.42;
    filter:hue-rotate(88deg) saturate(.8) brightness(1.08);
}

body.site-theme-natural-green .home-template-natural .why-more-btn{
    color:#2D7A4F;
    background:#F5A623;
}

body.site-theme-natural-green .home-template-natural .why-video-btn{
    color:#2D7A4F;
    border:1px solid #DCEFE4;
    background:#ffffff;
}

body.site-theme-natural-green .home-template-natural .why-video-icon::before{
    border-left-color:#2D7A4F;
}

body.site-theme-natural-green .home-template-natural .why-extras{
    gap:14px;
}

body.site-theme-natural-green .home-template-natural .why-extra-item{
    padding:22px;
    border:1px solid #DCEFE4;
    border-radius:8px;
    background:#ffffff;
}

body.site-theme-natural-green .home-template-natural .why-stats{
    padding:28px;
    border:1px solid #DCEFE4;
    border-radius:8px;
    background:#ffffff;
    box-shadow:0 18px 48px rgba(45,122,79,.1);
}

body.site-theme-natural-green .home-template-natural .process-section,
body.site-theme-natural-green .home-template-natural .factory-section,
body.site-theme-natural-green .home-template-natural .inquiry-section{
    background:#F6FBF8;
}

body.site-theme-natural-green .home-template-natural .process-bg-overlay{
    background:linear-gradient(135deg,rgba(45,122,79,.82),rgba(45,122,79,.8));
}

body.site-theme-natural-green .home-template-natural .process-node{
    border-radius:8px;
    background:rgba(255,255,255,.12);
}

body.site-theme-natural-green .home-template-natural .factory-visual-card,
body.site-theme-natural-green .home-template-natural .factory-image-card{
    border-radius:8px;
}

body.site-theme-natural-green .home-template-natural .inquiry-section{
    background-image:linear-gradient(120deg,rgba(45,122,79,.82),rgba(45,122,79,.78)),url(../images/inquiry-section-bg.webp);
}

@media (max-width:1024px){
    body.site-theme-natural-green .home-template-natural .hero{
        min-height:680px;
    }
    body.site-theme-natural-green .home-template-natural .products-layout,
    body.site-theme-natural-green .home-template-natural .why-container .container{
        grid-template-columns:1fr;
    }
    body.site-theme-natural-green .home-template-natural .products-content{
        max-width:none;
    }
}

@media (max-width:768px){
    body.site-theme-natural-green .home-template-natural .container,
    body.site-theme-natural-green .home-template-natural .products-section .container,
    body.site-theme-natural-green .home-template-natural .rtb-section .container,
    body.site-theme-natural-green .home-template-natural .certs-section .container,
    body.site-theme-natural-green .home-template-natural .process-section .container,
    body.site-theme-natural-green .home-template-natural .factory-section .container,
    body.site-theme-natural-green .home-template-natural .factory-news-section .container,
    body.site-theme-natural-green .home-template-natural .inquiry-section .container,
    body.site-theme-natural-green .home-template-natural .why-container .container,
    body.site-theme-natural-green .home-template-natural .why-stats{
        width:min(100% - 24px,720px);
    }
    body.site-theme-natural-green .home-template-natural .hero{
        min-height:640px;
    }
    body.site-theme-natural-green .home-template-natural .hero-content{
        left:20px;
        right:20px;
        bottom:76px;
        padding-right:0;
    }
    body.site-theme-natural-green .home-template-natural .hero-title{
        max-width:100%;
        font-size:clamp(34px,10vw,54px);
    }
    body.site-theme-natural-green .home-template-natural .products-section,
    body.site-theme-natural-green .home-template-natural .why-container .container{
        padding-top:68px;
        padding-bottom:52px;
    }
    body.site-theme-natural-green .home-template-natural .products-visual{
        min-height:420px;
    }
    body.site-theme-natural-green .home-template-natural .why-stats{
        grid-template-columns:repeat(2,minmax(0,1fr));
        padding:22px;
    }
}

@media (max-width:520px){
    body.site-theme-natural-green .home-template-natural .why-stats,
    body.site-theme-natural-green .home-template-natural .why-extras{
        grid-template-columns:1fr;
    }
}

/* Final natural process override */
body.site-theme-natural-green .home-template-natural .process-section{
    padding:118px 0 126px;
    color:#304C3B;
    background:linear-gradient(180deg,#ffffff 0%,#F2FAF5 54%,#ffffff 100%);
}

body.site-theme-natural-green .home-template-natural .process-section::before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:
        linear-gradient(90deg,rgba(45,122,79,.06) 1px,transparent 1px),
        linear-gradient(180deg,rgba(45,122,79,.05) 1px,transparent 1px);
    background-size:72px 72px;
    mask-image:linear-gradient(180deg,transparent 0,#000 16%,#000 82%,transparent 100%);
}

body.site-theme-natural-green .home-template-natural .process-bg-video{
    opacity:.08;
    filter:hue-rotate(100deg) saturate(.72) brightness(1.22) contrast(.82);
}

body.site-theme-natural-green .home-template-natural .process-bg-overlay{
    background:
        linear-gradient(120deg,rgba(255,255,255,.9) 0%,rgba(246,251,248,.82) 44%,rgba(232,247,238,.86) 100%),
        linear-gradient(90deg,rgba(91,184,122,.08),transparent 54%);
    opacity:1;
}

body.site-theme-natural-green .home-template-natural .process-section .container{
    width:min(1200px,calc(100% - 48px));
}

body.site-theme-natural-green .home-template-natural .process-section .section-title{
    color:#304C3B;
    font-size:clamp(34px,4.2vw,58px);
    line-height:1.04;
}

body.site-theme-natural-green .home-template-natural .process-flow{
    position:relative;
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:28px;
    margin-top:0;
}

body.site-theme-natural-green .home-template-natural .process-flow::before{
    content:"";
    position:absolute;
    left:8%;
    right:8%;
    top:50%;
    height:2px;
    background:linear-gradient(90deg,transparent,rgba(45,122,79,.26),rgba(245,166,35,.34),rgba(45,122,79,.24),transparent);
    transform:translateY(-50%);
    pointer-events:none;
}

body.site-theme-natural-green .home-template-natural .process-node{
    min-height:248px;
    padding:28px 24px 26px;
    border:1px solid #DCEFE4;
    border-top:0;
    border-radius:8px;
    overflow:visible;
    background:rgba(255,255,255,.9);
    box-shadow:0 20px 54px rgba(45,122,79,.1);
    backdrop-filter:blur(10px);
}

body.site-theme-natural-green .home-template-natural .process-node:nth-child(even){
    transform:translateY(24px);
}

body.site-theme-natural-green .home-template-natural .process-node::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:inherit;
    border-top:5px solid #5BB87A;
    pointer-events:none;
}

body.site-theme-natural-green .home-template-natural .process-node:hover{
    text-align:left;
    border-color:rgba(91,184,122,.5);
    background:#ffffff;
    box-shadow:0 28px 70px rgba(45,122,79,.16);
    transform:translateY(-8px);
}

body.site-theme-natural-green .home-template-natural .process-node:nth-child(even):hover{
    transform:translateY(12px);
}

body.site-theme-natural-green .home-template-natural .process-node-index{
    position:relative;
    top:auto;
    left:auto;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:52px;
    height:34px;
    margin-bottom:30px;
    color:#2D7A4F;
    border:1px solid rgba(245,166,35,.48);
    border-radius:999px;
    background:#F5A623;
    font-size:16px;
    font-weight:800;
    opacity:1;
}

body.site-theme-natural-green .home-template-natural .process-node:hover .process-node-index{
    opacity:1;
}

body.site-theme-natural-green .home-template-natural .process-node-icon{
    position:relative;
    right:auto;
    display:flex;
    align-items:center;
    justify-content:center;
    width:72px;
    height:72px;
    margin:0 0 28px;
    border-radius:50%;
    background:linear-gradient(135deg,#EFF8F2 0%,#ffffff 100%);
    box-shadow:inset 0 0 0 1px #DCEFE4,0 14px 30px rgba(45,122,79,.1);
}

body.site-theme-natural-green .home-template-natural .process-node-icon img,
body.site-theme-natural-green .home-template-natural .process-node:hover .process-node-icon img{
    width:38px;
    height:38px;
    object-fit:contain;
    filter:none;
}

body.site-theme-natural-green .home-template-natural .process-node h4{
    color:#304C3B;
    font-size:20px;
    line-height:1.22;
}

@media (max-width:1180px){
    body.site-theme-natural-green .home-template-natural .process-flow{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    body.site-theme-natural-green .home-template-natural .process-flow::before{
        display:none;
    }
}

@media (max-width:768px){
    body.site-theme-natural-green .home-template-natural .process-section{
        padding:40px 0;
    }

    body.site-theme-natural-green .home-template-natural .process-section .container{
        width:min(100% - 24px,720px);
    }

    body.site-theme-natural-green .home-template-natural .process-flow{
        grid-template-columns:1fr;
        gap:16px;
    }

    body.site-theme-natural-green .home-template-natural .process-node,
    body.site-theme-natural-green .home-template-natural .process-node:nth-child(even),
    body.site-theme-natural-green .home-template-natural .process-node:hover,
    body.site-theme-natural-green .home-template-natural .process-node:nth-child(even):hover{
        min-height:0;
        transform:none;
    }
}

/* Natural homepage process redesign */
body.site-theme-natural-green .home-template-natural .process-section{
    padding:118px 0 126px;
    color:#304C3B;
    background:
        linear-gradient(180deg,#ffffff 0%,#F2FAF5 54%,#ffffff 100%);
}

body.site-theme-natural-green .home-template-natural .process-section::before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:
        linear-gradient(90deg,rgba(45,122,79,.06) 1px,transparent 1px),
        linear-gradient(180deg,rgba(45,122,79,.05) 1px,transparent 1px);
    background-size:72px 72px;
    mask-image:linear-gradient(180deg,transparent 0,#000 16%,#000 82%,transparent 100%);
}

body.site-theme-natural-green .home-template-natural .process-bg-video{
    opacity:.08;
    filter:hue-rotate(100deg) saturate(.72) brightness(1.22) contrast(.82);
}

body.site-theme-natural-green .home-template-natural .process-bg-overlay{
    background:
        linear-gradient(120deg,rgba(255,255,255,.9) 0%,rgba(246,251,248,.82) 44%,rgba(232,247,238,.86) 100%),
        linear-gradient(90deg,rgba(91,184,122,.08),transparent 54%);
    opacity:1;
}

body.site-theme-natural-green .home-template-natural .process-section .container{
    width:min(1200px,calc(100% - 48px));
}

body.site-theme-natural-green .home-template-natural .process-section .section-header{
    max-width:760px;
    margin:0 auto 64px;
}

body.site-theme-natural-green .home-template-natural .process-heading-row{
    justify-content:center;
}

body.site-theme-natural-green .home-template-natural .process-section .section-title{
    color:#304C3B;
    font-size:clamp(34px,4.2vw,58px);
    line-height:1.04;
    letter-spacing:0;
}

body.site-theme-natural-green .home-template-natural .process-flow{
    position:relative;
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:28px;
    margin-top:0;
}

body.site-theme-natural-green .home-template-natural .process-flow::before{
    content:"";
    position:absolute;
    left:8%;
    right:8%;
    top:50%;
    height:2px;
    background:linear-gradient(90deg,transparent,rgba(45,122,79,.26),rgba(245,166,35,.34),rgba(45,122,79,.24),transparent);
    transform:translateY(-50%);
    pointer-events:none;
}

body.site-theme-natural-green .home-template-natural .process-node{
    min-height:248px;
    padding:28px 24px 26px;
    border:1px solid #DCEFE4;
    border-top:0;
    border-radius:8px;
    overflow:visible;
    background:rgba(255,255,255,.9);
    box-shadow:0 20px 54px rgba(45,122,79,.1);
    backdrop-filter:blur(10px);
    transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease,background .35s ease;
}

body.site-theme-natural-green .home-template-natural .process-node:nth-child(even){
    transform:translateY(24px);
}

body.site-theme-natural-green .home-template-natural .process-node::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:inherit;
    border-top:5px solid #5BB87A;
    pointer-events:none;
}

body.site-theme-natural-green .home-template-natural .process-node:hover{
    text-align:left;
    border-color:rgba(91,184,122,.5);
    background:#ffffff;
    box-shadow:0 28px 70px rgba(45,122,79,.16);
    transform:translateY(-8px);
}

body.site-theme-natural-green .home-template-natural .process-node:nth-child(even):hover{
    transform:translateY(12px);
}

body.site-theme-natural-green .home-template-natural .process-node-index{
    position:relative;
    top:auto;
    left:auto;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:52px;
    height:34px;
    margin-bottom:30px;
    color:#2D7A4F;
    border:1px solid rgba(245,166,35,.48);
    border-radius:999px;
    background:#F5A623;
    font-size:16px;
    font-weight:800;
    opacity:1;
}

body.site-theme-natural-green .home-template-natural .process-node:hover .process-node-index{
    opacity:1;
}

body.site-theme-natural-green .home-template-natural .process-node-icon{
    position:relative;
    right:auto;
    display:flex;
    align-items:center;
    justify-content:center;
    width:72px;
    height:72px;
    margin:0 0 28px;
    border-radius:50%;
    background:linear-gradient(135deg,#EFF8F2 0%,#ffffff 100%);
    box-shadow:inset 0 0 0 1px #DCEFE4,0 14px 30px rgba(45,122,79,.1);
}

body.site-theme-natural-green .home-template-natural .process-node-icon img,
body.site-theme-natural-green .home-template-natural .process-node:hover .process-node-icon img{
    width:38px;
    height:38px;
    object-fit:contain;
    filter:none;
}

body.site-theme-natural-green .home-template-natural .process-node h4{
    color:#304C3B;
    font-size:20px;
    line-height:1.22;
}

@media (max-width:1180px){
    body.site-theme-natural-green .home-template-natural .process-flow{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    body.site-theme-natural-green .home-template-natural .process-flow::before{
        display:none;
    }
}

@media (max-width:768px){
    body.site-theme-natural-green .home-template-natural .process-section{
        padding:78px 0;
    }

    body.site-theme-natural-green .home-template-natural .process-section .container{
        width:min(100% - 24px,720px);
    }

    body.site-theme-natural-green .home-template-natural .process-flow{
        grid-template-columns:1fr;
        gap:16px;
    }

    body.site-theme-natural-green .home-template-natural .process-node,
    body.site-theme-natural-green .home-template-natural .process-node:nth-child(even),
    body.site-theme-natural-green .home-template-natural .process-node:hover,
    body.site-theme-natural-green .home-template-natural .process-node:nth-child(even):hover{
        min-height:0;
        transform:none;
    }
}

/* Natural theme carousel controls */
body.site-theme-natural-green .index-main .rtb-btn{
    left:-84px;
    color:#2D7A4F;
    border-color:rgba(45,122,79,.22);
    box-shadow:0 18px 42px rgba(45,122,79,.14);
}

body.site-theme-natural-green .index-main .rtb-btn.next{
    left:auto;
    right:-84px;
}

body.site-theme-natural-green .index-main .rtb-btn::before{
    background:linear-gradient(135deg,#F4FCF6 0%,#DDF8E6 46%,#BFEFCF 100%);
}

body.site-theme-natural-green .index-main .solutions-btn{
    left:-84px;
    color:#DDF8E6;
    border-color:rgba(221,248,230,.42);
    background:rgba(255,255,255,.11);
}

body.site-theme-natural-green .index-main .solutions-btn.next{
    left:auto;
    right:-84px;
}

body.site-theme-natural-green .index-main .solutions-btn::before{
    background:linear-gradient(135deg,#F5A623 0%,#5BB87A 100%);
}

body.site-theme-natural-green .index-main .rtb-btn:hover,
body.site-theme-natural-green .index-main .solutions-btn:hover,
body.site-theme-natural-green .index-main .rtb-btn:focus-visible,
body.site-theme-natural-green .index-main .solutions-btn:focus-visible{
    color:#2D7A4F;
    box-shadow:0 24px 52px rgba(91,184,122,.24);
}

@media(max-width:1280px){
    body.site-theme-natural-green .index-main .rtb-btn,
    body.site-theme-natural-green .index-main .solutions-btn{
        left:-66px;
    }

    body.site-theme-natural-green .index-main .rtb-btn.next,
    body.site-theme-natural-green .index-main .solutions-btn.next{
        left:auto;
        right:-66px;
    }
}

@media(max-width:1024px){
    body.site-theme-natural-green .index-main .rtb-btn,
    body.site-theme-natural-green .index-main .solutions-btn{
        left:-52px;
    }

    body.site-theme-natural-green .index-main .rtb-btn.next,
    body.site-theme-natural-green .index-main .solutions-btn.next{
        left:auto;
        right:-52px;
    }
}

body.site-theme-natural-green .natural-harvest-home{
    background:#ffffff;
    overflow:hidden;
}

body.site-theme-natural-green .natural-harvest-home .natural-section-kicker{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-bottom:14px;
    color:#2D7A4F;
    font-size:12px;
    font-weight:800;
    letter-spacing:.14em;
    text-transform:uppercase;
}

body.site-theme-natural-green .natural-harvest-home .natural-section-kicker::before{
    content:"";
    width:28px;
    height:2px;
    background:#5BB87A;
}

body.site-theme-natural-green .natural-harvest-home .section-title{
    font-size:clamp(34px,4.7vw,72px);
    font-weight:800;
    letter-spacing:0;
}

body.site-theme-natural-green .natural-harvest-home .section-subtitle{
    max-width:720px;
    font-size:18px;
    line-height:1.65;
}

body.site-theme-natural-green .natural-harvest-home .natural-hero{
    min-height:0;
    padding:92px 0 54px;
    background:linear-gradient(180deg,#F7FCF9 0%,#ffffff 100%);
}

body.site-theme-natural-green .natural-harvest-home .natural-hero-texture{
    position:absolute;
    inset:0;
    pointer-events:none;
    background:
        linear-gradient(90deg,rgba(45,122,79,.08) 1px,transparent 1px),
        linear-gradient(180deg,rgba(45,122,79,.06) 1px,transparent 1px);
    background-size:88px 88px;
    opacity:.45;
}

body.site-theme-natural-green .natural-harvest-home .hero-swiper{
    width:min(1200px,calc(100% - 48px));
    height:620px;
    min-height:0;
    margin:0 auto;
    border-radius:8px;
    overflow:hidden;
    box-shadow:0 30px 90px rgba(45,122,79,.16);
}

body.site-theme-natural-green .natural-harvest-home .hero-slide{
    min-height:0;
    height:620px;
    border-radius:8px;
}

body.site-theme-natural-green .natural-harvest-home .hero-overlay{
    background:linear-gradient(90deg,rgba(45,122,79,.76) 0%,rgba(45,122,79,.48) 54%,rgba(255,255,255,.06) 100%);
}

body.site-theme-natural-green .natural-harvest-home .hero-content{
    left:54px;
    bottom:58px;
    max-width:760px;
}

body.site-theme-natural-green .natural-harvest-home .hero-title{
    max-width:14ch;
    font-size:clamp(44px,6vw,86px);
    line-height:.96;
}

body.site-theme-natural-green .natural-harvest-home .hero-subtitle{
    max-width:660px;
}

body.site-theme-natural-green .natural-harvest-home .hero-pagination{
    bottom:34px;
}

body.site-theme-natural-green .natural-harvest-home .hero-scroll-indicator{
    display:none;
}

body.site-theme-natural-green .natural-harvest-home .natural-products{
    padding:118px 0 104px;
    background:#ffffff;
}

body.site-theme-natural-green .natural-harvest-home .natural-products .container{
    position:relative;
}

body.site-theme-natural-green .natural-harvest-home .natural-products .container::before{
    content:"";
    position:absolute;
    inset:38px auto auto -34px;
    width:170px;
    height:170px;
    border:1px solid rgba(91,184,122,.24);
    transform:rotate(12deg);
    pointer-events:none;
}

body.site-theme-natural-green .natural-harvest-home .natural-products-layout{
    grid-template-columns:minmax(0,1.03fr) minmax(360px,.97fr);
    gap:72px;
    align-items:start;
}

body.site-theme-natural-green .natural-harvest-home .products-content{
    max-width:none;
    padding-top:34px;
}

body.site-theme-natural-green .natural-harvest-home .products-content .section-title{
    max-width:680px;
}

body.site-theme-natural-green .natural-harvest-home .products-content .section-subtitle{
    margin-bottom:34px;
}

body.site-theme-natural-green .natural-harvest-home .product-detail{
    width:min(100%,620px);
    padding:34px 36px;
    border:1px solid #DCEFE4;
    border-radius:8px;
    border-left:6px solid #5BB87A;
    background:linear-gradient(180deg,#ffffff 0%,#F7FCF9 100%);
    box-shadow:0 24px 70px rgba(45,122,79,.12);
}

body.site-theme-natural-green .natural-harvest-home .product-detail h3{
    font-size:30px;
}

body.site-theme-natural-green .natural-harvest-home .product-feature{
    padding:10px 0;
    border-bottom:1px solid rgba(220,239,228,.78);
}

body.site-theme-natural-green .natural-harvest-home .product-feature:last-child{
    border-bottom:0;
}

body.site-theme-natural-green .natural-harvest-home .products-visual{
    min-height:560px;
    border-radius:8px;
    background:linear-gradient(160deg,#EFF8F2 0%,#ffffff 100%);
    box-shadow:inset 0 0 0 1px #DCEFE4;
}

body.site-theme-natural-green .natural-harvest-home .orbit-wrap{
    transform:scale(.92);
}

body.site-theme-natural-green .natural-harvest-home .orbit-nodes{
    right:22px;
}

body.site-theme-natural-green .natural-harvest-home .center-img-wrap{
    border:10px solid #ffffff;
}

body.site-theme-natural-green .natural-harvest-home .natural-solutions,
body.site-theme-natural-green .natural-harvest-home .natural-news{
    background:#F6FBF8;
}

body.site-theme-natural-green .natural-harvest-home .natural-solutions .section-header,
body.site-theme-natural-green .natural-harvest-home .natural-market .section-header,
body.site-theme-natural-green .natural-harvest-home .natural-certs .section-header,
body.site-theme-natural-green .natural-harvest-home .natural-rd .section-header,
body.site-theme-natural-green .natural-harvest-home .natural-factory .section-header,
body.site-theme-natural-green .natural-harvest-home .natural-news .section-header{
    text-align:left;
}

body.site-theme-natural-green .natural-harvest-home .solutions-carousel-wrap,
body.site-theme-natural-green .natural-harvest-home .rtb-carousel-wrap{
    padding:0 72px;
}

body.site-theme-natural-green .natural-harvest-home .health-card,
body.site-theme-natural-green .natural-harvest-home .rtb-card,
body.site-theme-natural-green .natural-harvest-home .factory-news-card{
    overflow:hidden;
    border-radius:8px;
    border:1px solid #DCEFE4;
    background:#ffffff;
}

body.site-theme-natural-green .natural-harvest-home .health-card-media,
body.site-theme-natural-green .natural-harvest-home .rtb-img-wrap,
body.site-theme-natural-green .natural-harvest-home .factory-news-media{
    border-radius:0;
}

body.site-theme-natural-green .natural-harvest-home .natural-market{
    background:#ffffff;
}

body.site-theme-natural-green .natural-harvest-home .natural-certs{
    background:#F6FBF8;
}

body.site-theme-natural-green .natural-harvest-home .certs-ticker-wrap{
    border-block:1px solid #DCEFE4;
    background:#ffffff;
}

body.site-theme-natural-green .natural-harvest-home .certs-points{
    margin-top:44px;
}

body.site-theme-natural-green .natural-harvest-home .cert-point{
    min-height:150px;
    align-items:flex-start;
    justify-content:flex-start;
    padding:26px;
    text-align:left;
}

body.site-theme-natural-green .natural-harvest-home .natural-story{
    padding-bottom:116px;
    background:#ffffff;
}

body.site-theme-natural-green .natural-harvest-home .natural-story .why-container{
    background:#F6FBF8;
}

body.site-theme-natural-green .natural-harvest-home .why-container .container{
    grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr);
    gap:64px;
    align-items:start;
}

body.site-theme-natural-green .natural-harvest-home .why-left{
    position:sticky;
    top:120px;
}

body.site-theme-natural-green .natural-harvest-home .why-big-text{
    max-width:13ch;
    margin-inline:auto;
    color:#2D7A4F;
}

body.site-theme-natural-green .natural-harvest-home .why-copy{
    padding:32px;
    border-radius:8px;
    background:#ffffff;
    border:1px solid #DCEFE4;
}

body.site-theme-natural-green .natural-harvest-home .why-extras{
    margin-top:20px;
}

body.site-theme-natural-green .natural-harvest-home .why-stats{
    transform:translateY(-36px);
}

body.site-theme-natural-green .natural-harvest-home .natural-process{
    background:#2D7A4F;
}

body.site-theme-natural-green .natural-harvest-home .natural-rd{
    background:#F6FBF8;
}

body.site-theme-natural-green .natural-harvest-home .rd-showcase{
    grid-template-columns:1.1fr .9fr;
}

body.site-theme-natural-green .natural-harvest-home .natural-factory{
    background:#F6FBF8;
}

body.site-theme-natural-green .natural-harvest-home .factory-shell{
    align-items:end;
}

body.site-theme-natural-green .natural-harvest-home .natural-inquiry{
    background-image:linear-gradient(120deg,rgba(45,122,79,.76),rgba(45,122,79,.82)),url(../images/inquiry-section-bg.webp);
}

@media (max-width:1024px){
    body.site-theme-natural-green .natural-harvest-home .natural-products-layout,
    body.site-theme-natural-green .natural-harvest-home .why-container .container,
    body.site-theme-natural-green .natural-harvest-home .rd-showcase{
        grid-template-columns:1fr;
    }
    body.site-theme-natural-green .natural-harvest-home .why-left{
        position:relative;
        top:auto;
    }
}

@media (max-width:768px){
    body.site-theme-natural-green .natural-harvest-home .natural-hero{
        padding:72px 0 32px;
    }
    body.site-theme-natural-green .natural-harvest-home .hero-swiper{
        width:calc(100% - 24px);
        height:610px;
        min-height:0;
    }
    body.site-theme-natural-green .natural-harvest-home .hero-slide{
        height:610px;
        min-height:0;
    }
    body.site-theme-natural-green .natural-harvest-home .hero-content{
        left:24px;
        right:24px;
        bottom:58px;
    }
    body.site-theme-natural-green .natural-harvest-home .products-visual{
        min-height:430px;
    }
    body.site-theme-natural-green .natural-harvest-home .solutions-carousel-wrap,
    body.site-theme-natural-green .natural-harvest-home .rtb-carousel-wrap{
        padding:0;
    }
    body.site-theme-natural-green .natural-harvest-home .product-detail,
    body.site-theme-natural-green .natural-harvest-home .why-copy{
        padding:24px;
    }
}

/* Homepage v6: keep the default homepage scale and theme it with green accents. */
body.site-theme-natural-green .home-template-natural .container{
    width:min(1480px,calc(100% - 48px));
}

body.site-theme-natural-green .home-template-natural .products-section .container,
body.site-theme-natural-green .home-template-natural .rtb-section .container,
body.site-theme-natural-green .home-template-natural .solutions-section .container,
body.site-theme-natural-green .home-template-natural .certs-section .container,
body.site-theme-natural-green .home-template-natural .rd-section .container,
body.site-theme-natural-green .home-template-natural .process-section .container,
body.site-theme-natural-green .home-template-natural .factory-section .container,
body.site-theme-natural-green .home-template-natural .factory-news-section .container,
body.site-theme-natural-green .home-template-natural .inquiry-section .container{
    width:76%;
    max-width:1480px;
}

body.site-theme-natural-green .home-template-natural .hero{
    min-height:100vh;
    padding:0;
    background:#F6FBF8;
}

body.site-theme-natural-green .home-template-natural .hero-swiper,
body.site-theme-natural-green .home-template-natural .hero-slide{
    min-height:100vh;
    height:auto;
    border-radius:0;
}

body.site-theme-natural-green .home-template-natural .hero-content{
    position:relative;
    left:auto;
    right:auto;
    bottom:auto;
    top:auto;
    width:min(100%,1480px);
    max-width:none;
    margin:0 auto;
    padding:0 24px;
    transform:none;
}

body.site-theme-natural-green .home-template-natural .hero-title{
    max-width:none;
    margin-bottom:75px;
    color:#5BB87A;
    font-size:60px;
    line-height:1.02;
    text-transform:uppercase;
}

body.site-theme-natural-green .home-template-natural .hero-subtitle{
    max-width:760px;
    color:#ffffff;
    font-size:27px;
    line-height:1.2;
}

body.site-theme-natural-green .home-template-natural .hero-subtitle:nth-child(2){
    margin-bottom:40px;
}

body.site-theme-natural-green .home-template-natural .hero-ctas{
    margin-top:180px;
}

body.site-theme-natural-green .home-template-natural .hero-overlay{
    background:linear-gradient(90deg,rgba(45,122,79,.78) 0%,rgba(45,122,79,.52) 42%,rgba(45,122,79,.28) 100%);
}

body.site-theme-natural-green .home-template-natural .hero-pagination{
    bottom:96px;
}

body.site-theme-natural-green .home-template-natural .hero-scroll-indicator{
    display:block;
}

body.site-theme-natural-green .home-template-natural .products-section{
    position:relative;
    padding:120px 0;
    color:#ffffff;
    overflow:hidden;
    background:
        linear-gradient(90deg,rgba(45,122,79,.8) 0%,rgba(45,122,79,.56) 42%,rgba(45,122,79,.46) 100%),
        url('../images/products-section-bg.webp') center/cover no-repeat;
}

body.site-theme-natural-green .home-template-natural .products-layout{
    grid-template-columns:.8fr 1fr;
    gap:clamp(40px,5vw,72px);
    align-items:center;
}

body.site-theme-natural-green .home-template-natural .products-content{
    width:min(100%,450px);
    max-width:none;
    padding:0;
    color:#ffffff;
}

body.site-theme-natural-green .home-template-natural .products-content .section-title,
body.site-theme-natural-green .home-template-natural .products-section .section-title,
body.site-theme-natural-green .home-template-natural .products-section .product-detail h3{
    color:#ffffff;
}

body.site-theme-natural-green .home-template-natural .products-content .section-subtitle,
body.site-theme-natural-green .home-template-natural .products-section .section-subtitle,
body.site-theme-natural-green .home-template-natural .products-section .product-detail p,
body.site-theme-natural-green .home-template-natural .products-section .product-feature p{
    color:rgba(255,255,255,.88);
}

body.site-theme-natural-green .home-template-natural .products-section .product-detail{
    min-height:280px;
    padding:0;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
    backdrop-filter:none;
}

body.site-theme-natural-green .home-template-natural .products-section .product-feature::before{
    width:12px;
    height:12px;
    background:#ffffff;
    box-shadow:none;
}

body.site-theme-natural-green .home-template-natural .products-section .product-daily{
    color:#fff;
    border-color:#F5A623;
    background:#F5A623;
}

body.site-theme-natural-green .home-template-natural .products-visual{
    min-height:0;
    height:100%;
    justify-content:space-between;
    background:transparent;
    box-shadow:none;
}

body.site-theme-natural-green .home-template-natural .orbit-wrap,
body.site-theme-natural-green .home-template-natural .orbit-circle{
    width:450px;
    height:450px;
    transform:none;
}

body.site-theme-natural-green .home-template-natural .orbit-circle{
    border:2px dashed rgba(255,255,255,.86);
}

body.site-theme-natural-green .home-template-natural .orbit-inner::after{
    background:#F5A623;
}

body.site-theme-natural-green .home-template-natural .center-img-wrap{
    width:430px;
    height:430px;
    border:0;
    box-shadow:0 28px 70px rgba(45,122,79,.24);
}

body.site-theme-natural-green .home-template-natural .onode-circle{
    width:80px;
    height:80px;
    border:0;
    background:#ffffff;
    box-shadow:0 12px 30px rgba(45,122,79,.18);
}

body.site-theme-natural-green .home-template-natural .onode.active .onode-circle,
body.site-theme-natural-green .home-template-natural .onode:hover .onode-circle{
    border:2px solid #F5A623;
}

body.site-theme-natural-green .home-template-natural .solutions-section{
    background:#F6FBF8;
}

body.site-theme-natural-green .home-template-natural .solutions-section .section-title,
body.site-theme-natural-green .home-template-natural .why-section .section-title,
body.site-theme-natural-green .home-template-natural .why-big-text,
body.site-theme-natural-green .home-template-natural .why-extra-item strong,
body.site-theme-natural-green .home-template-natural .stat-num,
body.site-theme-natural-green .home-template-natural .stat-unit{
    color:#ffffff;
}

body.site-theme-natural-green .home-template-natural .solutions-section .section-subtitle,
body.site-theme-natural-green .home-template-natural .why-body,
body.site-theme-natural-green .home-template-natural .why-extra-item p,
body.site-theme-natural-green .home-template-natural .stat-label{
    color:rgba(255,255,255,.82);
}

body.site-theme-natural-green .home-template-natural .rtb-section{
    background:#ffffff;
    padding:100px 0;
}

body.site-theme-natural-green .home-template-natural .certs-section,
body.site-theme-natural-green .home-template-natural .rd-section,
body.site-theme-natural-green .home-template-natural .factory-news-section{
    background:#F6FBF8;
}

body.site-theme-natural-green .home-template-natural .why-section{
    min-height:400px;
    padding:0;
    background:#F6FBF8;
}

body.site-theme-natural-green .home-template-natural .why-container .container{
    width:65%;
    grid-template-columns:.5fr 1.2fr;
    gap:30px;
    align-items:center;
    padding:120px 0;
}

body.site-theme-natural-green .home-template-natural .why-lz-animation,
body.site-theme-natural-green .home-template-natural .decor-box{
    opacity:1;
}

body.site-theme-natural-green .home-template-natural .why-orb-image{
    opacity:.72;
    filter:hue-rotate(94deg) saturate(.9) brightness(1.02);
}

body.site-theme-natural-green .home-template-natural .why-extra-item,
body.site-theme-natural-green .home-template-natural .why-stats{
    border:1px solid rgba(221,248,230,.2);
    background:rgba(255,255,255,.08);
    box-shadow:none;
}

body.site-theme-natural-green .home-template-natural .process-section{
    background:#2D7A4F;
}

body.site-theme-natural-green .home-template-natural .process-bg-overlay{
    background:#2D7A4F;
    opacity:.72;
}

body.site-theme-natural-green .home-template-natural .factory-section{
    background:#F6FBF8;
}

body.site-theme-natural-green .home-template-natural .factory-shell{
    align-items:stretch;
}

body.site-theme-natural-green .home-template-natural .inquiry-section{
    background-image:linear-gradient(120deg,rgba(45,122,79,.78),rgba(45,122,79,.74)),url(../images/inquiry-section-bg.webp);
}

@media (max-width:1024px){
    body.site-theme-natural-green .home-template-natural .products-layout,
    body.site-theme-natural-green .home-template-natural .why-container .container{
        grid-template-columns:1fr;
    }

    body.site-theme-natural-green .home-template-natural .products-content{
        width:100%;
    }
}

@media (max-width:768px){
    body.site-theme-natural-green .home-template-natural .container,
    body.site-theme-natural-green .home-template-natural .products-section .container,
    body.site-theme-natural-green .home-template-natural .rtb-section .container,
    body.site-theme-natural-green .home-template-natural .solutions-section .container,
    body.site-theme-natural-green .home-template-natural .certs-section .container,
    body.site-theme-natural-green .home-template-natural .rd-section .container,
    body.site-theme-natural-green .home-template-natural .process-section .container,
    body.site-theme-natural-green .home-template-natural .factory-section .container,
    body.site-theme-natural-green .home-template-natural .factory-news-section .container,
    body.site-theme-natural-green .home-template-natural .inquiry-section .container,
    body.site-theme-natural-green .home-template-natural .why-container .container{
        width:min(100% - 24px,720px);
    }
    body.site-theme-natural-green .home-template-natural .rtb-section{
        padding:30px 0;
    }

    body.site-theme-natural-green .home-template-natural .hero{
        min-height:max(640px,100svh);
    }

    body.site-theme-natural-green .home-template-natural .hero-swiper,
    body.site-theme-natural-green .home-template-natural .hero-slide{
        min-height:max(640px,100svh);
    }

    body.site-theme-natural-green .home-template-natural .hero-content{
        width:100%;
        padding:0 20px;
    }

    body.site-theme-natural-green .home-template-natural .hero-title{
        max-width:100%;
        margin-bottom:42px;
        font-size:clamp(34px,10vw,54px);
    }

    body.site-theme-natural-green .home-template-natural .hero-ctas{
        margin-top:76px;
    }

    body.site-theme-natural-green .home-template-natural .products-section,
    body.site-theme-natural-green .home-template-natural .why-container .container{
        padding-top:76px;
        padding-bottom:70px;
    }

    body.site-theme-natural-green .home-template-natural .products-visual{
        min-height:430px;
        justify-content:center;
    }

    body.site-theme-natural-green .home-template-natural .orbit-wrap,
    body.site-theme-natural-green .home-template-natural .orbit-circle{
        width:min(78vw,360px);
        height:min(78vw,360px);
    }

    body.site-theme-natural-green .home-template-natural .center-img-wrap{
        width:min(74vw,340px);
        height:min(74vw,340px);
    }

    body.site-theme-natural-green .home-template-natural .why-stats{
        margin-bottom:0;
    }
}

@media (max-width:520px){
    body.site-theme-natural-green .home-template-natural .why-stats,
    body.site-theme-natural-green .home-template-natural .why-extras{
        grid-template-columns:1fr;
    }
}

/* Process final paint layer */
body.site-theme-natural-green .home-template-natural .process-section{
    background:linear-gradient(180deg,#ffffff 0%,#F2FAF5 54%,#ffffff 100%) !important;
    scroll-margin-top:96px;
}

body.site-theme-natural-green .home-template-natural .process-bg-overlay{
    background:
        linear-gradient(120deg,rgba(255,255,255,.9) 0%,rgba(246,251,248,.82) 44%,rgba(232,247,238,.86) 100%),
        linear-gradient(90deg,rgba(91,184,122,.08),transparent 54%) !important;
    opacity:1 !important;
}

/* Factory final redesign */
body.site-theme-natural-green .home-template-natural .factory-section{
    position:relative;
    padding:118px 0 110px;
    color:#304C3B;
    overflow:hidden;
    scroll-margin-top:96px;
    background:
        linear-gradient(180deg,#F7FCF9 0%,#ffffff 46%,#EFF8F2 100%) !important;
}

body.site-theme-natural-green .home-template-natural .factory-section::before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:
        linear-gradient(90deg,rgba(45,122,79,.055) 1px,transparent 1px),
        linear-gradient(180deg,rgba(45,122,79,.045) 1px,transparent 1px);
    background-size:84px 84px;
    mask-image:linear-gradient(180deg,transparent 0,#000 18%,#000 86%,transparent 100%);
}

body.site-theme-natural-green .home-template-natural .factory-section .container{
    position:relative;
    z-index:1;
    width:min(1480px,calc(100% - 48px));
}

body.site-theme-natural-green .home-template-natural .factory-section .section-header{
    max-width:760px;
    margin:0 auto 54px;
}

body.site-theme-natural-green .home-template-natural .factory-section .section-title{
    color:#304C3B;
    font-size:clamp(34px,4.4vw,60px);
    line-height:1.04;
}

body.site-theme-natural-green .home-template-natural .factory-shell{
    display:grid;
    grid-template-columns:minmax(280px,.82fr) minmax(0,1.18fr);
    gap:clamp(34px,5vw,72px);
    align-items:center;
    padding:34px;
    border:1px solid #DCEFE4;
    border-radius:8px;
    background:rgba(255,255,255,.82);
}

body.site-theme-natural-green .home-template-natural .factory-content{
    max-width:none;
    padding:8px 0 8px 10px;
}

body.site-theme-natural-green .home-template-natural .factory-content::before{
    content:"Certified Production Campus";
    display:inline-flex;
    align-items:center;
    min-height:30px;
    margin-bottom:22px;
    padding:0 12px;
    color:#2D7A4F;
    border:1px solid rgba(91,184,122,.34);
    border-radius:999px;
    background:#F2FAF5;
    font-size:12px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}

body.site-theme-natural-green .home-template-natural .factory-tagline{
    margin-bottom:26px;
    color:#304C3B;
    font-size:clamp(30px,3.4vw,48px);
    line-height:1.02;
}

body.site-theme-natural-green .home-template-natural .factory-lead{
    color:#4A6558;
    font-size:18px;
    line-height:1.55;
}

body.site-theme-natural-green .home-template-natural .factory-more-btn{
    min-height:48px;
    margin-top:32px;
    padding:0 28px;
    color:#fff;
    border:1px solid #F5A623;
    border-radius:999px;
    background:#F5A623;
    box-shadow:0 18px 36px rgba(245,166,35,.22);
}

body.site-theme-natural-green .home-template-natural .factory-visual{
    position:relative;
    min-height:520px;
}

body.site-theme-natural-green .home-template-natural .factory-visual::before{
    content:"";
    position:absolute;
    inset:34px 22px 44px 54px;
    border:1px solid rgba(91,184,122,.32);
    border-radius:8px;
    transform:rotate(-2deg);
    pointer-events:none;
}

body.site-theme-natural-green .home-template-natural .factory-visual-card{
    overflow:hidden;
    border:1px solid rgba(255,255,255,.9);
    border-radius:8px;
    background:#ffffff;
    box-shadow:0 26px 66px rgba(45,122,79,.16);
}

body.site-theme-natural-green .home-template-natural .factory-visual-card--main{
    position:absolute;
    top:0;
    right:0;
    width:74%;
    aspect-ratio:4/3;
}

body.site-theme-natural-green .home-template-natural .factory-visual-card--bottom{
    position:absolute;
    left:0;
    bottom:0;
    width:52%;
    aspect-ratio:4/3;
    transform:none;
}

body.site-theme-natural-green .home-template-natural .factory-visual-card img{
    width:100%;
    height:100%;
    object-fit:cover;
}

body.site-theme-natural-green .home-template-natural .factory-carousel-section{
    margin-top:86px;
}

body.site-theme-natural-green .home-template-natural .factory-carousel-head{
    margin-bottom:30px;
}

body.site-theme-natural-green .home-template-natural .factory-carousel-head .section-title{
    font-size:clamp(28px,3vw,42px);
}

body.site-theme-natural-green .home-template-natural .factory-image-card{
    overflow:hidden;
    border:1px solid #DCEFE4;
    border-radius:8px;
    background:#ffffff;
    box-shadow:0 18px 46px rgba(45,122,79,.1);
}

body.site-theme-natural-green .home-template-natural .factory-image-pagination .swiper-pagination-bullet-active{
    background:#2D7A4F;
}

@media (max-width:1024px){
    body.site-theme-natural-green .home-template-natural .factory-shell{
        grid-template-columns:1fr;
    }

    body.site-theme-natural-green .home-template-natural .factory-visual{
        min-height:470px;
    }
}

@media (max-width:768px){
    body.site-theme-natural-green .home-template-natural .factory-section{
        padding:0px !important;
        border:none !important;
    }

    body.site-theme-natural-green .home-template-natural .factory-section .container{
        width:min(100% - 24px,720px);
    }

    body.site-theme-natural-green .home-template-natural .factory-shell{
        padding:22px;
    }

    body.site-theme-natural-green .home-template-natural .factory-visual{
        min-height:360px;
    }

    body.site-theme-natural-green .home-template-natural .factory-visual-card--main{
        width:82%;
    }

    body.site-theme-natural-green .home-template-natural .factory-visual-card--bottom{
        width:62%;
    }
}

/* Hero image carousel final layer */
body.site-theme-natural-green .home-template-natural .hero{
    min-height:0 !important;
    margin-top:80px;
    padding:0 !important;
    background:#F7FCF9;
    overflow:hidden;
}

body.site-theme-natural-green .home-template-natural .hero-swiper,
body.site-theme-natural-green .home-template-natural .hero-slide{
    width:100%;
    height:clamp(560px,50vw,900px) !important;
    min-height:0 !important;
    border-radius:0;
}

body.site-theme-natural-green .home-template-natural .hero-slide{
    display:block;
    background:#F7FCF9;
}

body.site-theme-natural-green .home-template-natural .hero-image-link{
    display:block;
    width:100%;
    height:100%;
    cursor:pointer;
}

body.site-theme-natural-green .home-template-natural .hero-image{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}

body.site-theme-natural-green .home-template-natural .hero-bg,
body.site-theme-natural-green .home-template-natural .hero-overlay,
body.site-theme-natural-green .home-template-natural .hero-content,
body.site-theme-natural-green .home-template-natural .hero-scroll-indicator{
    display:none !important;
}

body.site-theme-natural-green .home-template-natural .hero-pagination{
    bottom:30px;
    left:50% !important;
    right:auto !important;
    width:auto !important;
    display:inline-flex !important;
    gap:10px;
    padding:8px 10px;
    border-radius:999px;
    background:rgba(255,255,255,.22);
    backdrop-filter:blur(10px);
    transform:translateX(-50%);
}

body.site-theme-natural-green .home-template-natural .hero-pagination .swiper-pagination-bullet{
    width:10px;
    height:10px;
    background:rgba(255,255,255,.72);
    border-color:rgba(255,255,255,.72);
}

body.site-theme-natural-green .home-template-natural .hero-pagination .swiper-pagination-bullet-active{
    width:34px;
    background:#F5A623;
    border-color:#F5A623;
}

@media (max-width:768px){
    body.site-theme-natural-green .home-template-natural .hero{
        margin-top:68px;
    }

    body.site-theme-natural-green .home-template-natural .hero-swiper,
    body.site-theme-natural-green .home-template-natural .hero-slide{
        height:clamp(360px,92vw,560px) !important;
    }

    body.site-theme-natural-green .home-template-natural .hero-pagination{
        bottom:18px;
    }
}

/* Factory visual layout true final layer */
body.site-theme-natural-green .home-template-natural .factory-visual{
    position:relative;
    display:grid;
    grid-template-columns:1fr;
    grid-template-rows:minmax(310px,1.18fr) minmax(220px,.82fr);
    gap:18px;
    min-height:620px;
    padding:18px;
    overflow:hidden;
    border:1px solid #DCEFE4;
    border-radius:8px;
    background:linear-gradient(135deg,rgba(255,255,255,.96) 0%,rgba(242,250,245,.88) 100%);
    box-shadow:0 22px 58px rgba(45,122,79,.12);
}

body.site-theme-natural-green .home-template-natural .factory-visual::before{
    content:"";
    position:absolute;
    inset:18px;
    z-index:0;
    border:1px solid rgba(91,184,122,.2);
    border-radius:6px;
    background:
        linear-gradient(90deg,rgba(45,122,79,.045) 1px,transparent 1px),
        linear-gradient(180deg,rgba(45,122,79,.04) 1px,transparent 1px);
    background-size:58px 58px;
    transform:none;
    pointer-events:none;
}

body.site-theme-natural-green .home-template-natural .factory-visual::after{
    content:"";
    position:absolute;
    right:18px;
    bottom:18px;
    z-index:0;
    width:36%;
    height:38%;
    border-radius:8px;
    background:linear-gradient(135deg,rgba(91,184,122,.18),rgba(255,255,255,0));
    pointer-events:none;
}

body.site-theme-natural-green .home-template-natural .factory-visual-card{
    position:relative !important;
    z-index:1;
    top:auto !important;
    right:auto !important;
    bottom:auto !important;
    left:auto !important;
    width:auto !important;
    height:100%;
    min-height:0;
    aspect-ratio:auto !important;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.92);
    border-radius:8px;
    background:#ffffff;
    box-shadow:0 22px 52px rgba(45,122,79,.14);
    transform:none !important;
}

body.site-theme-natural-green .home-template-natural .factory-visual-card--main{
    grid-column:1;
    grid-row:1;
}

body.site-theme-natural-green .home-template-natural .factory-visual-card--bottom{
    grid-column:1;
    grid-row:2;
}

body.site-theme-natural-green .home-template-natural .factory-visual-card img{
    width:100%;
    height:100%;
    object-fit:cover;
}

@media (max-width:1024px){
    body.site-theme-natural-green .home-template-natural .factory-visual{
        min-height:580px;
        grid-template-columns:1fr;
        grid-template-rows:minmax(290px,1.15fr) minmax(210px,.85fr);
    }
}

@media (max-width:768px){
    body.site-theme-natural-green .home-template-natural .factory-visual{
        grid-template-columns:1fr;
        min-height:0;
        padding:14px;
        gap:14px;
    }

    body.site-theme-natural-green .home-template-natural .factory-visual::before{
        inset:14px;
    }

    body.site-theme-natural-green .home-template-natural .factory-visual-card{
        height:auto;
        aspect-ratio:16/10 !important;
    }

    body.site-theme-natural-green .home-template-natural .factory-visual-card--main,
    body.site-theme-natural-green .home-template-natural .factory-visual-card--bottom{
        grid-column:auto;
        grid-row:auto;
    }
}

/* Factory visual height lock layer */
body.site-theme-natural-green .home-template-natural .factory-visual{
    grid-template-columns:1fr;
    grid-template-rows:minmax(0,1.18fr) minmax(0,.82fr);
    height:clamp(580px,46vw,660px);
    min-height:0;
}

body.site-theme-natural-green .home-template-natural .factory-visual-card--main{
    grid-column:1;
    grid-row:1;
}

body.site-theme-natural-green .home-template-natural .factory-visual-card--bottom{
    grid-column:1;
    grid-row:2;
}

@media (max-width:1024px){
    body.site-theme-natural-green .home-template-natural .factory-visual{
        height:600px;
        min-height:0;
        grid-template-columns:1fr;
        grid-template-rows:minmax(0,1.15fr) minmax(0,.85fr);
    }
}

@media (max-width:768px){
    body.site-theme-natural-green .home-template-natural .factory-visual{
        grid-template-columns:1fr;
        grid-template-rows:auto auto !important;
        height:auto;
        min-height:0;
    }

    body.site-theme-natural-green .home-template-natural .factory-visual-card--main,
    body.site-theme-natural-green .home-template-natural .factory-visual-card--bottom{
        grid-column:auto;
        grid-row:auto;
    }
}

/* Hero one-screen edge-nav true final layer */
body.site-theme-natural-green .home-template-natural .hero{
    --hero-nav-height:80px;
    min-height:0 !important;
    margin-top:var(--hero-nav-height);
    padding:0 !important;
    overflow:hidden;
    background:transparent;
}

body.site-theme-natural-green .home-template-natural .hero-swiper,
body.site-theme-natural-green .home-template-natural .hero-swiper .swiper-wrapper,
body.site-theme-natural-green .home-template-natural .hero-slide,
body.site-theme-natural-green .home-template-natural .hero-image-link{
    width:100%;
    height:auto !important;
    min-height:0 !important;
    aspect-ratio:auto !important;
}

body.site-theme-natural-green .home-template-natural .hero-slide{
    background:transparent;
}

body.site-theme-natural-green .home-template-natural .hero-image-link{
    display:block;
}

body.site-theme-natural-green .home-template-natural .hero-image{
    display:block;
    width:100%;
    height:auto !important;
    object-fit:contain !important;
    object-position:center;
    background:transparent !important;
}

body.site-theme-natural-green .home-template-natural .hero .hero-nav-btn{
    border-color:rgba(45,122,79,.24);
    background:rgba(255,255,255,.42);
    color:#2D7A4F;
    box-shadow:0 18px 44px rgba(45,122,79,.15);
}

body.site-theme-natural-green .home-template-natural .hero .hero-nav-btn:hover,
body.site-theme-natural-green .home-template-natural .hero .hero-nav-btn:focus-visible{
    border-color:rgba(45,122,79,.52);
    background:rgba(45,122,79,.9);
    color:#ffffff;
    box-shadow:0 22px 54px rgba(45,122,79,.24);
}

@media (max-width:768px){
    body.site-theme-natural-green .home-template-natural .hero{
        --hero-nav-height:68px;
    }
}

/* Products section redesign EOF final layer */
body.site-theme-natural-green .home-template-natural .products-section{
    position:relative;
    padding:clamp(76px,8vw,128px) 0;
    overflow:hidden;
    color:#304C3B;
    background:
        linear-gradient(90deg,rgba(45,122,79,.06) 1px,transparent 1px) 0 0/72px 72px,
        linear-gradient(180deg,rgba(45,122,79,.06) 1px,transparent 1px) 0 0/72px 72px,
        linear-gradient(180deg,#ffffff 0%,#F6FBF8 100%);
}

body.site-theme-natural-green .home-template-natural .products-section::before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(115deg,rgba(91,184,122,.13),transparent 42%,rgba(245,166,35,.1));
    pointer-events:none;
}

body.site-theme-natural-green .home-template-natural .products-section .container{
    position:relative;
    z-index:1;
    width:min(1200px,calc(100% - 48px));
}

body.site-theme-natural-green .home-template-natural .products-layout{
    display:grid;
    grid-template-columns:minmax(0,.92fr) minmax(460px,1.08fr);
    grid-template-areas:
        "title title"
        "subtitle subtitle"
        "detail visual";
    align-items:stretch;
    gap:clamp(18px,2.6vw,34px) clamp(28px,4vw,56px);
}

body.site-theme-natural-green .home-template-natural .products-content{
    display:contents;
}

body.site-theme-natural-green .home-template-natural .products-content .section-title,
body.site-theme-natural-green .home-template-natural .products-section .section-title{
    grid-area:title;
    justify-self:center;
    max-width:min(920px,100%);
    margin:0 auto;
    color:#304C3B;
    font-size:clamp(34px,4vw,56px);
    line-height:1.02;
    letter-spacing:0;
    text-align:center;
}

body.site-theme-natural-green .home-template-natural .products-content .section-subtitle,
body.site-theme-natural-green .home-template-natural .products-section .section-subtitle{
    grid-area:subtitle;
    justify-self:center;
    max-width:min(760px,100%);
    margin:0 auto clamp(12px,2vw,22px);
    color:#4A6558;
    font-size:clamp(16px,1.35vw,19px);
    line-height:1.62;
    text-align:center;
}

body.site-theme-natural-green .home-template-natural .products-section .product-detail{
    grid-area:detail;
    align-self:center;
    min-height:0;
    padding:28px;
    border:1px solid rgba(45,122,79,.16);
    border-left:4px solid #5BB87A;
    border-radius:8px;
    background:rgba(255,255,255,.86);
    box-shadow:0 22px 58px rgba(45,122,79,.1);
    backdrop-filter:blur(14px);
}

body.site-theme-natural-green .home-template-natural .products-section .product-detail h3{
    margin:0 0 12px;
    color:#2D7A4F;
    font-size:clamp(24px,2vw,32px);
    line-height:1.12;
}

body.site-theme-natural-green .home-template-natural .products-section .product-detail p{
    margin:0 0 22px;
    color:#4F6B5D;
    font-size:16px;
    line-height:1.56;
}

body.site-theme-natural-green .home-template-natural .products-section .product-features{
    display:grid;
    grid-template-columns:repeat(1,minmax(0,1fr));
    gap:10px;
}

body.site-theme-natural-green .home-template-natural .products-section .product-feature{
    min-width:0;
    display:flex;
    align-items:flex-start;
    gap:9px;
    min-height:40px;
    padding:10px 12px;
    border:1px solid rgba(45,122,79,.12);
    border-radius:8px;
    background:#ffffff;
}

body.site-theme-natural-green .home-template-natural .products-section .product-feature::before{
    flex:0 0 auto;
    width:7px;
    height:7px;
    margin-top:.35em;
    border-radius:50%;
    background:#5BB87A;
    box-shadow:0 0 0 4px rgba(91,184,122,.14);
}

body.site-theme-natural-green .home-template-natural .products-section .product-feature p{
    max-width:none;
    margin:0;
    color:#304C3B;
    font-size:14px;
    line-height:1.38;
    overflow-wrap:anywhere;
}

body.site-theme-natural-green .home-template-natural .products-section .product-daily{
    margin-top:24px;
    min-height:44px;
    padding:0 22px;
    border:1px solid #F5A623;
    border-radius:999px;
    background:#F5A623;
    color:#fff;
    font-size:15px;
    font-weight:700;
    box-shadow:0 14px 30px rgba(245,166,35,.22);
}

body.site-theme-natural-green .home-template-natural .products-section .product-daily:hover{
    background:#E49312;
    border-color:#E49312;
    transform:translateY(-2px);
}

body.site-theme-natural-green .home-template-natural .products-visual{
    grid-area:visual;
    position:relative;
    min-height:560px;
    height:auto;
    display:grid;
    grid-template-columns:1fr;
    grid-template-rows:auto auto;
    align-content:center;
    align-items:center;
    justify-items:center;
    gap:24px;
    padding:30px;
    border:1px solid rgba(45,122,79,.14);
    border-radius:8px;
    background:rgba(255,255,255,.78);
    box-shadow:0 28px 70px rgba(45,122,79,.12);
}

body.site-theme-natural-green .home-template-natural .products-visual::before{
    content:'';
    position:absolute;
    left:30px;
    right:30px;
    top:30px;
    height:1px;
    background:linear-gradient(90deg,rgba(45,122,79,.42),transparent);
}

body.site-theme-natural-green .home-template-natural .orbit-wrap{
    position:relative;
    width:100%;
    max-width:430px;
    height:auto;
    aspect-ratio:1;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto;
}

body.site-theme-natural-green .home-template-natural .orbit-circle,
body.site-theme-natural-green .home-template-natural .orbit-inner{
    display:none;
}

body.site-theme-natural-green .home-template-natural .center-img-wrap{
    position:relative !important;
    inset:auto !important;
    width:min(100%,430px);
    height:auto;
    aspect-ratio:1;
    margin:0;
    border:1px solid rgba(45,122,79,.14);
    border-radius:8px;
    background:linear-gradient(145deg,#ffffff,#EFF8F2);
    box-shadow:0 24px 58px rgba(45,122,79,.16);
}

body.site-theme-natural-green .home-template-natural .center-img-wrap img{
    width:100%;
    height:100%;
    object-fit:contain;
    padding:clamp(18px,3vw,34px);
    border-radius:8px;
}

body.site-theme-natural-green .home-template-natural .orbit-nodes{
    position:static;
    width:100%;
    display:grid;
    grid-template-columns:repeat(4,minmax(86px,1fr));
    gap:10px;
}

body.site-theme-natural-green .home-template-natural .onode{
    left:auto !important;
    top:auto !important;
    min-width:0;
    display:grid;
    grid-template-columns:1fr;
    align-items:center;
    justify-items:center;
    gap:10px;
    margin:0;
    padding:10px 8px;
    border:1px solid rgba(45,122,79,.14);
    border-radius:8px;
    background:#ffffff;
    cursor:pointer;
    transition:border-color .25s ease,background .25s ease,transform .25s ease,box-shadow .25s ease;
}

body.site-theme-natural-green .home-template-natural .onode::after{
    content:attr(data-alt);
    color:#304C3B;
    font-size:14px;
    font-weight:700;
    line-height:1.2;
    max-width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    text-align:center;
}

body.site-theme-natural-green .home-template-natural .onode-circle{
    width:52px;
    height:52px;
    border:1px solid rgba(91,184,122,.18);
    border-radius:8px;
    background:#F6FBF8;
    box-shadow:none;
}

body.site-theme-natural-green .home-template-natural .onode-circle img{
    object-fit:contain;
    padding:6px;
}

body.site-theme-natural-green .home-template-natural .onode.active,
body.site-theme-natural-green .home-template-natural .onode:hover{
    border-color:rgba(45,122,79,.42);
    background:#F1FAF4;
    box-shadow:0 12px 26px rgba(45,122,79,.12);
    transform:translateY(-2px);
}

body.site-theme-natural-green .home-template-natural .onode.active .onode-circle,
body.site-theme-natural-green .home-template-natural .onode:hover .onode-circle{
    border-color:#5BB87A;
}

@media (max-width:1024px){
    body.site-theme-natural-green .home-template-natural .products-layout{
        grid-template-columns:1fr;
    }

    body.site-theme-natural-green .home-template-natural .products-visual{
        min-height:0;
        grid-template-columns:1fr;
        grid-template-rows:auto auto;
    }
}

@media (max-width:768px){
    body.site-theme-natural-green .home-template-natural .products-section{
        padding:68px 0;
    }

    body.site-theme-natural-green .home-template-natural .products-section .container{
        width:min(100% - 24px,720px);
    }

    body.site-theme-natural-green .home-template-natural .products-section .product-detail{
        padding:20px;
    }

    body.site-theme-natural-green .home-template-natural .products-section .product-features,
    body.site-theme-natural-green .home-template-natural .products-visual{
        grid-template-columns:1fr;
    }

    body.site-theme-natural-green .home-template-natural .products-visual{
        padding:20px;
        gap:18px;
    }

    body.site-theme-natural-green .home-template-natural .orbit-nodes{
        grid-template-columns:repeat(4,minmax(92px,1fr));
        overflow-x:auto;
        padding-bottom:4px;
    }

    body.site-theme-natural-green .home-template-natural .onode{
        grid-template-columns:1fr;
        justify-items:center;
        min-width:92px;
        padding:10px 8px;
    }

    body.site-theme-natural-green .home-template-natural .onode::after{
        max-width:100%;
        font-size:12px;
        text-align:center;
    }
}

/* Products responsive placement final guard */
@media (max-width:1024px){
    body.site-theme-natural-green .home-template-natural .products-layout{
        grid-template-columns:1fr;
        grid-template-areas:
            "title"
            "subtitle"
            "detail"
            "visual";
    }
}

@media (max-width:768px){
    body.site-theme-natural-green .home-template-natural .products-content .section-title,
    body.site-theme-natural-green .home-template-natural .products-section .section-title{
        max-width:100%;
        font-size:clamp(30px,8vw,42px);
    }

    body.site-theme-natural-green .home-template-natural .products-content .section-subtitle,
    body.site-theme-natural-green .home-template-natural .products-section .section-subtitle{
        max-width:100%;
    }
}

/* Products compact-height final guard */
@media (min-width:1025px){
    body.site-theme-natural-green .home-template-natural .products-layout{
        align-items:stretch;
    }

    body.site-theme-natural-green .home-template-natural .products-section .product-detail,
    body.site-theme-natural-green .home-template-natural .products-visual{
        align-self:stretch;
        min-height:clamp(500px,30vw,560px);
        height:auto;
        box-sizing:border-box;
    }

    body.site-theme-natural-green .home-template-natural .products-visual{
        grid-template-rows:minmax(300px,auto) auto;
        align-content:center;
        gap:clamp(16px,2vw,24px);
    }

    body.site-theme-natural-green .home-template-natural .orbit-wrap,
    body.site-theme-natural-green .home-template-natural .orbit-nodes{
        align-self:center;
        min-height:0;
        height:auto;
    }

    body.site-theme-natural-green .home-template-natural .orbit-wrap{
        max-width:min(360px,100%);
    }

    body.site-theme-natural-green .home-template-natural .center-img-wrap{
        width:min(100%,360px);
        height:auto;
        max-width:360px;
        max-height:none;
        aspect-ratio:1;
    }

    body.site-theme-natural-green .home-template-natural .orbit-nodes{
        align-content:center;
        grid-auto-rows:auto;
    }
}

/* Products title size final guard */
body.site-theme-natural-green .home-template-natural .products-content .section-title,
body.site-theme-natural-green .home-template-natural .products-section .section-title{
    font-size:36px;
    line-height:1.2;
}

@media (max-width:768px){
    body.site-theme-natural-green .home-template-natural .products-content .section-title,
    body.site-theme-natural-green .home-template-natural .products-section .section-title{
        font-size:28px;
    }
}

/* Natural synced section final guard */
body.site-theme-natural-green .home-template-natural .products-section{
    padding:clamp(78px,8vw,100px) 0;
    background:
        url('/res/lhs/images/products-natural-green-bg.webp') center center/cover no-repeat;
}

body.site-theme-natural-green .home-template-natural .products-section .product-detail,
body.site-theme-natural-green .home-template-natural .products-visual{
    border:none;
}

body.site-theme-natural-green .home-template-natural .products-visual::before{
    display:none;
}

body.site-theme-natural-green .home-template-natural .center-img-wrap img{
    padding:0;
}

body.site-theme-natural-green .home-template-natural .why-container .container{
    width:75%;
}

/* Products desktop order final guard */
@media (min-width:1025px){
    body.site-theme-natural-green .home-template-natural .products-layout{
        grid-template-columns:minmax(460px,1.08fr) minmax(0,.92fr);
        grid-template-areas:
            "title title"
            "subtitle subtitle"
            "visual detail";
    }
}

body.site-theme-natural-green .home-template-natural .hero-pagination{
    display:none !important;
}

/* Health card text height final guard */
body.site-theme-natural-green .home-template-natural .health-card-copy h3{
    height:2.36em;
    margin-bottom:0;
    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    line-height:1.18;
}

body.site-theme-natural-green .home-template-natural .health-card-copy p{
    height:2.7em;
    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    line-height:1.35;
}

/* RTB no-shadow final guard */
body.site-theme-natural-green .home-template-natural .rtb-section,
body.site-theme-natural-green .home-template-natural .rtb-section *,
body.site-theme-natural-green .home-template-natural .rtb-section::before,
body.site-theme-natural-green .home-template-natural .rtb-section::after,
body.site-theme-natural-green .home-template-natural .rtb-section *::before,
body.site-theme-natural-green .home-template-natural .rtb-section *::after{
    box-shadow:none !important;
    text-shadow:none !important;
}

/* Overlay reset final guard */
body.site-theme-natural-green .index-main .hero-overlay,
body.site-theme-natural-green .inner-hero-overlay,
body.site-theme-natural-green .product-list .pl-banner-overlay,
body.site-theme-natural-green .health-need .hn-banner-overlay{
    background:none !important;
}

/* Inquiry redesign final guard */
body.site-theme-natural-green .home-template-natural .inquiry-section{
    position:relative;
    padding:clamp(72px,8vw,112px) 0;
    overflow:hidden;
    color:#304C3B;
    background:
        radial-gradient(circle at 10% 12%,rgba(91,184,122,.18),transparent 34%),
        radial-gradient(circle at 92% 16%,rgba(245,166,35,.12),transparent 28%),
        linear-gradient(135deg,#ffffff 0%,#F6FBF8 48%,#EFF8F2 100%) !important;
}

body.site-theme-natural-green .home-template-natural .inquiry-section::before{
    content:'';
    position:absolute;
    inset:0;
    display:block;
    background:linear-gradient(100deg,rgba(45,122,79,.08),transparent 42%,rgba(91,184,122,.12));
    pointer-events:none;
}

body.site-theme-natural-green .home-template-natural .inquiry-section .container{
    position:relative;
    z-index:1;
    width:min(1200px,calc(100% - 48px));
}

body.site-theme-natural-green .home-template-natural .inquiry-shell{
    display:grid;
    grid-template-columns:minmax(0,1.04fr) minmax(330px,.76fr);
    align-items:stretch;
    gap:clamp(28px,4vw,56px);
    padding:0;
}

body.site-theme-natural-green .home-template-natural .inquiry-copy{
    padding:clamp(28px,4vw,46px);
    border:1px solid rgba(45,122,79,.16);
    border-radius:8px;
    background:rgba(255,255,255,.9);
    box-shadow:0 24px 64px rgba(45,122,79,.1);
}

body.site-theme-natural-green .home-template-natural .inquiry-copy .section-title{
    margin:0 0 14px;
    color:#304C3B;
    font-size:36px;
    line-height:1.2;
}

body.site-theme-natural-green .home-template-natural .inquiry-copy .section-subtitle{
    max-width:720px;
    margin:0 0 clamp(24px,3vw,34px);
    color:#4A6558;
    line-height:1.62;
}

body.site-theme-natural-green .home-template-natural .inquiry-form,
body.site-theme-natural-green .home-template-natural .inquiry-form-grid{
    display:grid;
}

body.site-theme-natural-green .home-template-natural .inquiry-form{
    gap:22px;
}

body.site-theme-natural-green .home-template-natural .inquiry-form-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
}

body.site-theme-natural-green .home-template-natural .inquiry-field{
    display:grid;
    gap:8px;
}

body.site-theme-natural-green .home-template-natural .inquiry-field span{
    color:#304C3B;
    font-size:15px;
    font-weight:700;
}

body.site-theme-natural-green .home-template-natural .inquiry-field input,
body.site-theme-natural-green .home-template-natural .inquiry-field select,
body.site-theme-natural-green .home-template-natural .inquiry-field textarea{
    width:100%;
    border:1px solid rgba(45,122,79,.2);
    border-radius:8px;
    background:#ffffff;
    color:#304C3B;
    font:inherit;
    font-size:16px;
    outline:none;
    box-shadow:none;
}

body.site-theme-natural-green .home-template-natural .inquiry-field input,
body.site-theme-natural-green .home-template-natural .inquiry-field select{
    min-height:48px;
    padding:0 16px;
}

body.site-theme-natural-green .home-template-natural .inquiry-field textarea{
    min-height:116px;
    padding:14px 16px;
}

body.site-theme-natural-green .home-template-natural .inquiry-field input:focus,
body.site-theme-natural-green .home-template-natural .inquiry-field select:focus,
body.site-theme-natural-green .home-template-natural .inquiry-field textarea:focus{
    border-color:#2D7A4F;
    box-shadow:0 0 0 3px rgba(45,122,79,.12);
}

body.site-theme-natural-green .home-template-natural .inquiry-submit{
    min-width:170px;
    min-height:48px;
    border:none;
    border-radius:999px;
    background:#F5A623;
    color:#fff;
    font-size:16px;
    font-weight:800;
    box-shadow:none;
}

body.site-theme-natural-green .home-template-natural .inquiry-visual{
    position:relative;
    display:flex;
    align-items:stretch;
    justify-content:center;
    align-self:stretch;
    min-height:0;
}

body.site-theme-natural-green .home-template-natural .inquiry-visual::before{
    content:'';
    position:absolute;
    inset:9% -3% -4% 12%;
    border:1px solid rgba(45,122,79,.18);
    border-radius:8px;
    background:rgba(255,255,255,.42);
    transform:rotate(3deg);
}

body.site-theme-natural-green .home-template-natural .inquiry-product-card{
    position:relative;
    z-index:1;
    width:100%;
    height:100%;
    min-height:100%;
    aspect-ratio:auto;
    padding:8px;
    border:1px solid rgba(45,122,79,.16);
    border-radius:8px;
    background:#ffffff;
    box-shadow:0 24px 64px rgba(45,122,79,.12);
}

body.site-theme-natural-green .home-template-natural .inquiry-product-card img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:6px;
}

@media (max-width:1024px){
    body.site-theme-natural-green .home-template-natural .inquiry-shell{
        grid-template-columns:1fr;
    }

    body.site-theme-natural-green .home-template-natural .inquiry-visual{
        align-items:center;
    }

    body.site-theme-natural-green .home-template-natural .inquiry-product-card{
        width:min(100%,520px);
        height:auto;
        min-height:0;
        aspect-ratio:3/4;
        max-height:560px;
    }
}

@media (max-width:768px){
    body.site-theme-natural-green .home-template-natural .inquiry-section{
        padding:64px 0;
    }

    body.site-theme-natural-green .home-template-natural .inquiry-section .container{
        width:min(100% - 24px,720px);
    }

    body.site-theme-natural-green .home-template-natural .inquiry-copy{
        padding:22px;
    }

    body.site-theme-natural-green .home-template-natural .inquiry-copy .section-title{
        font-size:28px;
    }

    body.site-theme-natural-green .home-template-natural .inquiry-form-grid{
        grid-template-columns:1fr;
        gap:14px;
    }
}

/* Hero mobile pagination final guard */
@media (max-width:768px){
    body.site-theme-natural-green .home-template-natural .hero .hero-nav-btn{
        display:none !important;
    }

    body.site-theme-natural-green .home-template-natural .hero-pagination{
        position:absolute;
        left:50%;
        bottom:clamp(12px,4vw,20px);
        z-index:8;
        display:flex !important;
        width:auto;
        align-items:center;
        justify-content:center;
        gap:8px;
        padding:8px 11px;
        border:1px solid rgba(45,122,79,.28);
        border-radius:999px;
        background:rgba(255,255,255,.82);
        box-shadow:none;
        transform:translateX(-50%);
        backdrop-filter:blur(14px);
        -webkit-backdrop-filter:blur(14px);
    }

    body.site-theme-natural-green .home-template-natural .hero-pagination .swiper-pagination-bullet{
        width:10px;
        height:10px;
        margin:0 !important;
        border:1px solid rgba(45,122,79,.7);
        border-radius:999px;
        background:#ffffff;
        opacity:1;
        transition:width .25s ease,background .25s ease,border-color .25s ease;
    }

    body.site-theme-natural-green .home-template-natural .hero-pagination .swiper-pagination-bullet-active{
        width:28px;
        border-color:#2D7A4F;
        background:#2D7A4F;
    }
}

/* Factory content marker removal final guard */
body.site-theme-natural-green .home-template-natural .factory-content::before{
    content:none !important;
    display:none !important;
}

/* Factory visual single-image final guard */
body.site-theme-natural-green .home-template-natural .factory-visual{
    display:flex;
    min-height:0 !important;
    padding:0 !important;
    align-items:stretch;
}

body.site-theme-natural-green .home-template-natural .factory-visual::before,
body.site-theme-natural-green .home-template-natural .factory-visual::after{
    content:none !important;
    display:none !important;
}

body.site-theme-natural-green .home-template-natural .factory-visual-card--bottom{
    display:none !important;
}

body.site-theme-natural-green .home-template-natural .factory-visual-card--main{
    position:relative !important;
    inset:auto !important;
    width:100% !important;
    aspect-ratio:16 / 10;
    transform:none !important;
}

body.site-theme-natural-green .home-template-natural .factory-visual-card--main img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}

@media (max-width:768px){
    body.site-theme-natural-green .home-template-natural .factory-visual-card--main{
        aspect-ratio:4 / 3;
    }
}

/* Factory section balanced layout final guard */
body.site-theme-natural-green .home-template-natural .factory-section{
    padding:clamp(78px,8vw,104px) 0 !important;
    color:#304C3B;
    background:
        linear-gradient(90deg,rgba(247,252,249,.96) 0%,rgba(247,252,249,.88) 42%,rgba(247,252,249,.64) 100%),
        linear-gradient(180deg,rgba(255,255,255,.84),rgba(232,247,238,.72)),
        url('../images/factory-section-bg-ai.jpg') center/cover no-repeat !important;
}

body.site-theme-natural-green .home-template-natural .factory-section::before,
body.site-theme-natural-green .home-template-natural .factory-section::after{
    content:none !important;
    display:none !important;
}

body.site-theme-natural-green .home-template-natural .factory-section .section-header{
    max-width:860px;
    margin:0 auto 42px !important;
    text-align:center;
}

body.site-theme-natural-green .home-template-natural .factory-section .section-title{
    margin-bottom:30px;
    color:#304C3B !important;
    font-size:36px !important;
    font-weight:700;
    line-height:1.2 !important;
}

body.site-theme-natural-green .home-template-natural .factory-shell{
    display:grid;
    grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
    min-height:clamp(430px,34vw,540px);
    gap:clamp(24px,3.2vw,44px);
    align-items:stretch !important;
    padding:clamp(22px,2.6vw,34px);
    border:1px solid rgba(45,122,79,.16);
    border-radius:8px;
    background:rgba(255,255,255,.72);
}

body.site-theme-natural-green .home-template-natural .factory-content{
    display:flex;
    height:100%;
    max-width:none;
    padding:clamp(30px,4vw,52px) !important;
    flex-direction:column;
    justify-content:center;
    border:1px solid rgba(45,122,79,.14);
    border-radius:8px;
    background:rgba(255,255,255,.86);
}

body.site-theme-natural-green .home-template-natural .factory-tagline{
    margin-bottom:20px;
    color:#304C3B;
    font-size:clamp(26px,2.8vw,40px);
    line-height:1.14;
}

body.site-theme-natural-green .home-template-natural .factory-lead{
    max-width:580px;
    color:#4A6558;
    font-size:17px;
    line-height:1.68;
}

body.site-theme-natural-green .home-template-natural .factory-more-btn{
    width:max-content;
    margin-top:28px;
}

body.site-theme-natural-green .home-template-natural .factory-visual{
    height:100%;
    min-height:0 !important;
    padding:0 !important;
}

body.site-theme-natural-green .home-template-natural .factory-visual-card--main{
    height:100%;
    min-height:360px;
    aspect-ratio:auto !important;
}

body.site-theme-natural-green .home-template-natural .factory-visual-card{
    box-shadow:none;
}

@media (max-width:1024px){
    body.site-theme-natural-green .home-template-natural .factory-shell{
        grid-template-columns:1fr;
        min-height:0;
    }

    body.site-theme-natural-green .home-template-natural .factory-visual-card--main{
        min-height:0;
        aspect-ratio:16 / 10 !important;
    }
}

@media (max-width:768px){
    body.site-theme-natural-green .home-template-natural .factory-section .section-title{
        font-size:30px !important;
    }

    body.site-theme-natural-green .home-template-natural .factory-shell{
        padding:18px;
    }

    body.site-theme-natural-green .home-template-natural .factory-content{
        padding:24px !important;
    }

    body.site-theme-natural-green .home-template-natural .factory-visual-card--main{
        aspect-ratio:4 / 3 !important;
    }
}

/* Factory shell shadow removal guard */
body.site-theme-natural-green .home-template-natural .factory-shell,
body.site-theme-natural-green .home-template-natural .factory-shell *,
body.site-theme-natural-green .home-template-natural .factory-shell::before,
body.site-theme-natural-green .home-template-natural .factory-shell::after,
body.site-theme-natural-green .home-template-natural .factory-shell *::before,
body.site-theme-natural-green .home-template-natural .factory-shell *::after{
    box-shadow:none !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
}

/* Factory panel border removal final guard */
body.site-theme-natural-green .home-template-natural .factory-content,
body.site-theme-natural-green .home-template-natural .factory-visual{
    border:none !important;
}

/* Process section alignment final guard */
body.site-theme-natural-green .home-template-natural .process-section .section-header{
    max-width:860px;
    margin:0 auto 42px !important;
    text-align:center;
}

body.site-theme-natural-green .home-template-natural .process-heading-row{
    justify-content:center !important;
    padding-bottom:0 !important;
    border-bottom:0 !important;
}

body.site-theme-natural-green .home-template-natural .process-section .section-title{
    margin-bottom:30px;
    color:#304C3B !important;
    font-size:36px !important;
    font-weight:700;
    line-height:1.2 !important;
    text-align:center !important;
}

body.site-theme-natural-green .home-template-natural .process-node,
body.site-theme-natural-green .home-template-natural .process-node:hover,
body.site-theme-natural-green .home-template-natural .process-node:nth-child(even),
body.site-theme-natural-green .home-template-natural .process-node:nth-child(even):hover{
    display:flex;
    min-height:224px;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center !important;
}

body.site-theme-natural-green .home-template-natural .process-node > *{
    position:relative;
    z-index:1;
}

body.site-theme-natural-green .home-template-natural .process-node-index{
    display:block;
    margin:0 auto 18px;
    text-align:center;
}

body.site-theme-natural-green .home-template-natural .process-node-icon{
    margin:0 auto 18px;
}

body.site-theme-natural-green .home-template-natural .process-node h4{
    width:100%;
    margin:0 auto;
    text-align:center !important;
}

@media (max-width:768px){
    body.site-theme-natural-green .home-template-natural .process-section .section-title{
        font-size:30px !important;
        margin-bottom:10px;
    }

    body.site-theme-natural-green .home-template-natural .process-node,
    body.site-theme-natural-green .home-template-natural .process-node:hover,
    body.site-theme-natural-green .home-template-natural .process-node:nth-child(even),
    body.site-theme-natural-green .home-template-natural .process-node:nth-child(even):hover{
        min-height:190px;
    }
}

/* Natural process readability final guard */
body.site-theme-natural-green .home-template-natural .process-section{
    background:
        radial-gradient(circle at 82% 16%,rgba(91,184,122,.16),transparent 34%),
        linear-gradient(180deg,#ffffff 0%,#F0FAF4 54%,#ffffff 100%) !important;
}

body.site-theme-natural-green .home-template-natural .process-flow{
    z-index:1;
}

body.site-theme-natural-green .home-template-natural .process-flow::before{
    z-index:0;
    height:1px;
    background:linear-gradient(90deg,transparent,rgba(45,122,79,.2),rgba(245,166,35,.18),rgba(45,122,79,.2),transparent) !important;
}

body.site-theme-natural-green .home-template-natural .process-node,
body.site-theme-natural-green .home-template-natural .process-node:hover,
body.site-theme-natural-green .home-template-natural .process-node:nth-child(even),
body.site-theme-natural-green .home-template-natural .process-node:nth-child(even):hover{
    position:relative;
    z-index:1;
    color:#304C3B;
    border:1px solid rgba(45,122,79,.2) !important;
    border-top:0 !important;
    background:#ffffff !important;
    box-shadow:0 20px 50px rgba(45,122,79,.14) !important;
}

body.site-theme-natural-green .home-template-natural .process-node::before{
    border-top-color:#2D7A4F !important;
}

body.site-theme-natural-green .home-template-natural .process-node-icon,
body.site-theme-natural-green .home-template-natural .process-node:hover .process-node-icon{
    width:82px;
    height:82px;
    margin:0 auto 20px;
    border:1px solid rgba(45,122,79,.2);
    background:linear-gradient(135deg,#2D7A4F 0%,#5BB87A 100%) !important;
    box-shadow:0 16px 34px rgba(45,122,79,.2),inset 0 0 0 1px rgba(255,255,255,.32) !important;
}

body.site-theme-natural-green .home-template-natural .process-node-icon img,
body.site-theme-natural-green .home-template-natural .process-node:hover .process-node-icon img{
    width:42px;
    height:42px;
    opacity:1 !important;
    filter:brightness(0) invert(1) !important;
}

body.site-theme-natural-green .home-template-natural .process-node h4{
    color:#2B4F3A !important;
    font-size:20px;
    font-weight:800;
    line-height:1.22;
}

/* Natural process grid alignment final guard */
body.site-theme-natural-green .home-template-natural .process-flow{
    align-items:stretch;
    row-gap:28px;
}

body.site-theme-natural-green .home-template-natural .process-node,
body.site-theme-natural-green .home-template-natural .process-node:hover,
body.site-theme-natural-green .home-template-natural .process-node:nth-child(even),
body.site-theme-natural-green .home-template-natural .process-node:nth-child(even):hover{
    transform:none !important;
}

/* Products interaction stability final guard */
body.site-theme-natural-green .home-template-natural .products-section{
    background-position:center center !important;
    background-size:cover !important;
    isolation:isolate;
}

body.site-theme-natural-green .home-template-natural .products-section .product-detail-inner{
    width:100%;
    animation:none !important;
}

body.site-theme-natural-green .home-template-natural .center-img-wrap,
body.site-theme-natural-green .home-template-natural .center-img-wrap.fade-out{
    transform:none !important;
}

body.site-theme-natural-green .home-template-natural .center-img-wrap.fade-out{
    opacity:.45;
}

body.site-theme-natural-green .home-template-natural .onode.active,
body.site-theme-natural-green .home-template-natural .onode:hover{
    transform:none !important;
}

@media (min-width:1025px){
    body.site-theme-natural-green .home-template-natural .products-section .product-detail,
    body.site-theme-natural-green .home-template-natural .products-visual{
        height:clamp(520px,31vw,580px) !important;
        min-height:clamp(520px,31vw,580px) !important;
        max-height:clamp(520px,31vw,580px);
        box-sizing:border-box;
    }

body.site-theme-natural-green .home-template-natural .products-section .product-detail{
        display:flex;
        align-items:center;
        overflow:hidden;
    }

    body.site-theme-natural-green .home-template-natural .products-visual{
        overflow:hidden;
    }
}

/* Factory gallery no-shadow final guard */
body.site-theme-natural-green .home-template-natural .factory-carousel-section,
body.site-theme-natural-green .home-template-natural .factory-carousel-section *,
body.site-theme-natural-green .home-template-natural .factory-carousel-section::before,
body.site-theme-natural-green .home-template-natural .factory-carousel-section::after,
body.site-theme-natural-green .home-template-natural .factory-carousel-section *::before,
body.site-theme-natural-green .home-template-natural .factory-carousel-section *::after{
    box-shadow:none !important;
    text-shadow:none !important;
}

body.site-theme-natural-green .home-template-natural .factory-carousel-section [style*="drop-shadow"],
body.site-theme-natural-green .home-template-natural .factory-carousel-section .factory-image-card{
    filter:none !important;
}

/* Natural swiper pagination visibility final guard */
body.site-theme-natural-green .home-template-natural .factory-image-pagination .swiper-pagination-bullet,
body.site-theme-natural-green .home-template-natural .factory-carousel-section .swiper-pagination-bullet{
    width:10px;
    height:10px;
    margin:0 5px !important;
    border:1px solid rgba(45,122,79,.62);
    border-radius:999px;
    background:#ffffff;
    opacity:1;
    box-shadow:none !important;
    transition:width .25s ease,background .25s ease,border-color .25s ease;
}

body.site-theme-natural-green .home-template-natural .factory-image-pagination .swiper-pagination-bullet-active,
body.site-theme-natural-green .home-template-natural .factory-carousel-section .swiper-pagination-bullet-active{
    width:28px;
    border-color:#2D7A4F;
    background:#2D7A4F;
}
body.site-theme-natural-green .index-main .factory-news-more{
    color:#304C3B;
}

/* Natural-green readability correction: avoid bright backgrounds with white text */
body.site-theme-natural-green .index-main .process-section .section-title,
body.site-theme-natural-green .index-main .factory-section .section-title,
body.site-theme-natural-green .index-main .why-section .section-title,
body.site-theme-natural-green .index-main .inquiry-copy .section-title,
body.site-theme-natural-green .inquiry-section .inquiry-copy .section-title,
body.site-theme-natural-green .about-us .au-rd .au-section-title,
body.site-theme-natural-green .about-us .au-cta-text h2,
body.site-theme-natural-green .our-facility .of-h2-light,
body.site-theme-natural-green .our-facility .of-cta-left h2,
body.site-theme-natural-green .product_partners h2,
body.site-theme-natural-green .product_partners h3,
body.site-theme-natural-green .home-template-natural .solutions-section .section-title,
body.site-theme-natural-green .home-template-natural .why-section .section-title,
body.site-theme-natural-green .home-template-natural .why-big-text,
body.site-theme-natural-green .home-template-natural .why-extra-item strong,
body.site-theme-natural-green .home-template-natural .stat-num,
body.site-theme-natural-green .home-template-natural .stat-unit{
    color:#304C3B !important;
}

body.site-theme-natural-green .index-main .process-section .section-subtitle,
body.site-theme-natural-green .index-main .factory-section .section-subtitle,
body.site-theme-natural-green .index-main .why-section .section-subtitle,
body.site-theme-natural-green .index-main .why-section .why-body,
body.site-theme-natural-green .index-main .why-section .why-extra-item p,
body.site-theme-natural-green .index-main .why-section .stat-label,
body.site-theme-natural-green .index-main .inquiry-copy .section-subtitle,
body.site-theme-natural-green .inquiry-section .inquiry-copy .section-subtitle,
body.site-theme-natural-green .about-us .au-rd .au-section-sub,
body.site-theme-natural-green .about-us .au-cta-text p,
body.site-theme-natural-green .our-facility .of-cta-left p,
body.site-theme-natural-green .product_partners p,
body.site-theme-natural-green .home-template-natural .solutions-section .section-subtitle,
body.site-theme-natural-green .home-template-natural .why-body,
body.site-theme-natural-green .home-template-natural .why-extra-item p,
body.site-theme-natural-green .home-template-natural .stat-label{
    color:rgba(74,101,88,.92) !important;
}

body.site-theme-natural-green .index-main .hero-overlay,
body.site-theme-natural-green .inner-hero-overlay,
body.site-theme-natural-green .product-list .pl-banner-overlay,
body.site-theme-natural-green .health-need .hn-banner-overlay{
    /* background:linear-gradient(120deg,rgba(45,122,79,.72) 0%,rgba(45,122,79,.58) 100%) !important; */
}

body.site-theme-natural-green .index-main .rd-feature-copy p::before{
    content:none !important;
}

/* Natural-green final readability hardening for home + inner pages */
body.site-theme-natural-green .home-template-natural .factory-news-more,
body.site-theme-natural-green .index-main .factory-news-more{
    color:#fff !important;
}

body.site-theme-natural-green .home-template-natural .factory-news-title-link,
body.site-theme-natural-green .home-template-natural .factory-news-desc-link{
    color:inherit !important;
}

body.site-theme-natural-green .index-main .why-big-text,
body.site-theme-natural-green .index-main .why-section .section-title,
body.site-theme-natural-green .index-main .why-extra-item strong,
body.site-theme-natural-green .index-main .stat-num,
body.site-theme-natural-green .index-main .stat-unit{
    color:#304C3B !important;
}

body.site-theme-natural-green .index-main .why-body,
body.site-theme-natural-green .index-main .why-extra-item p,
body.site-theme-natural-green .index-main .stat-label{
    color:rgba(74,101,88,.92) !important;
}

body.site-theme-natural-green [style*="133c75" i],
body.site-theme-natural-green [style*="#133c75" i]{
    color:#2D7A4F !important;
    border-color:#DCEFE4 !important;
    background-color:transparent !important;
}

/* Natural-green pale section readability final guard */
body.site-theme-natural-green .home-template-natural .solutions-section,
body.site-theme-natural-green .home-template-natural .why-section,
body.site-theme-natural-green .footer{
    color:#304C3B !important;
    background:#F6FBF8 !important;
}

body.site-theme-natural-green .home-template-natural .solutions-section .section-title,
body.site-theme-natural-green .home-template-natural .why-section .section-title,
body.site-theme-natural-green .home-template-natural .why-big-text,
body.site-theme-natural-green .home-template-natural .why-extra-item strong,
body.site-theme-natural-green .home-template-natural .health-card-copy h3,
body.site-theme-natural-green .home-template-natural .health-card-copy h3 a{
    color:#304C3B !important;
}

body.site-theme-natural-green .home-template-natural .solutions-section .section-subtitle,
body.site-theme-natural-green .home-template-natural .why-body,
body.site-theme-natural-green .home-template-natural .why-extra-item p,
body.site-theme-natural-green .home-template-natural .health-card-copy p{
    color:rgba(74,101,88,.92) !important;
}

body.site-theme-natural-green .home-template-natural .health-card,
body.site-theme-natural-green .home-template-natural .health-card-copy,
body.site-theme-natural-green .home-template-natural .why-extra-item{
    color:#304C3B !important;
    border-color:#DCEFE4 !important;
    background:#ffffff !important;
}

body.site-theme-natural-green .home-template-natural .health-card-link{
    color:#304C3B !important;
}

body.site-theme-natural-green .home-template-natural .health-card-media{
    background:#EFF8F2 !important;
}

body.site-theme-natural-green .home-template-natural .health-card-media img{
    opacity:1 !important;
    filter:none !important;
}

body.site-theme-natural-green .home-template-natural .solutions-btn{
    color:#2D7A4F !important;
    border-color:rgba(45,122,79,.2) !important;
    background:#ffffff !important;
}

body.site-theme-natural-green .home-template-natural .solutions-btn:hover,
body.site-theme-natural-green .home-template-natural .solutions-btn:focus-visible{
    color:#2D7A4F !important;
    border-color:#F5A623 !important;
    background:#F5A623 !important;
}

body.site-theme-natural-green .home-template-natural .why-orb-image{
    opacity:.28 !important;
    mix-blend-mode:multiply;
    filter:brightness(0) saturate(100%) invert(35%) sepia(20%) saturate(1028%) hue-rotate(88deg) brightness(88%) contrast(88%) !important;
}

body.site-theme-natural-green .home-template-natural .why-lz-animation,
body.site-theme-natural-green .home-template-natural .decor-box{
    opacity:.2 !important;
}

body.site-theme-natural-green .home-template-natural .why-lz-animation canvas,
body.site-theme-natural-green .home-template-natural .why-lz-animation .why-wave-webgl{
    opacity:.28 !important;
    mix-blend-mode:multiply !important;
    filter:saturate(.9) hue-rotate(88deg) brightness(.72) contrast(1.08) !important;
}

body.site-theme-natural-green .home-template-natural .decor-box .decor{
    opacity:.26 !important;
    mix-blend-mode:multiply !important;
    filter:brightness(0) saturate(100%) invert(35%) sepia(20%) saturate(1028%) hue-rotate(88deg) brightness(88%) contrast(88%) !important;
}

body.site-theme-natural-green .footer{
    border-top:1px solid rgba(45,122,79,.12);
}

body.site-theme-natural-green .footer-wave-bg{
    opacity:.24 !important;
    mix-blend-mode:multiply;
    filter:saturate(.9) hue-rotate(86deg) brightness(.9);
}

body.site-theme-natural-green .footer-col h4{
    color:#304C3B !important;
}

body.site-theme-natural-green .footer-col ul li a,
body.site-theme-natural-green .footer-col p,
body.site-theme-natural-green .footer-contact,
body.site-theme-natural-green .footer-contact li,
body.site-theme-natural-green .footer-contact p,
body.site-theme-natural-green .footer-contact a,
body.site-theme-natural-green .footer-bottom p,
body.site-theme-natural-green .footer-bottom-links a{
    color:rgba(74,101,88,.92) !important;
}

body.site-theme-natural-green .footer-col ul li a:hover,
body.site-theme-natural-green .footer-contact a:hover,
body.site-theme-natural-green .footer-bottom-links a:hover,
body.site-theme-natural-green .footer-contact li span{
    color:#2D7A4F !important;
}

body.site-theme-natural-green .footer-contact li span img,
body.site-theme-natural-green .footer-socials img{
    opacity:.9 !important;
    filter:brightness(0) saturate(100%) invert(35%) sepia(20%) saturate(1028%) hue-rotate(88deg) brightness(88%) contrast(88%) !important;
}

body.site-theme-natural-green .footer-socials a{
    color:#2D7A4F !important;
    border-color:rgba(45,122,79,.22) !important;
    background:rgba(255,255,255,.78) !important;
    box-shadow:none !important;
}

body.site-theme-natural-green .footer-socials a:hover{
    color:#2D7A4F !important;
    border-color:#F5A623 !important;
    background:#F5A623 !important;
}

body.site-theme-natural-green .footer-newsletter-form input{
    color:#304C3B !important;
    border-color:#DCEFE4 !important;
    background:#ffffff !important;
}

body.site-theme-natural-green .footer-newsletter-form input::placeholder{
    color:rgba(74,101,88,.58) !important;
}

body.site-theme-natural-green .footer-bottom{
    border-top:1px solid rgba(45,122,79,.12);
}

/* Natural-green dark section readability final guard */
body.site-theme-natural-green .our-facility .of-cap .of-h2-light,
body.site-theme-natural-green .our-facility .of-cap-bottom-text h3,
body.site-theme-natural-green .our-facility .of-cta .of-cta-left h2,
body.site-theme-natural-green .product_partners h2,
body.site-theme-natural-green .product_partners h3{
    color:#ffffff !important;
}

body.site-theme-natural-green .our-facility .of-cap .of-cap-desc,
body.site-theme-natural-green .our-facility .of-cap .of-chart-label,
body.site-theme-natural-green .our-facility .of-cap-bottom-text > p,
body.site-theme-natural-green .our-facility .of-cap-services li,
body.site-theme-natural-green .our-facility .of-cta .of-cta-left p,
body.site-theme-natural-green .product_partners p,
body.site-theme-natural-green .product_partners table td{
    color:rgba(255,255,255,.82) !important;
}

body.site-theme-natural-green .product_partners table th{
    color:rgba(255,255,255,.68) !important;
}

/* Natural-green contact panel alignment */
body.site-theme-natural-green .contact-page .ct-grid{
    align-items:stretch;
}

body.site-theme-natural-green .contact-page .ct-info-panel{
    height:100%;
    display:flex;
}

body.site-theme-natural-green .contact-page .ct-info-card,
body.site-theme-natural-green .contact-page .ct-form-card{
    height:100%;
    border-color:#DCEFE4;
    background:#ffffff;
}

body.site-theme-natural-green .contact-page .ct-info-card{
    width:100%;
    display:flex;
    flex-direction:column;
    padding:40px 40px 36px;
    border-radius:24px;
    box-shadow:0 12px 34px rgba(45,122,79,.08);
}

@media (max-width:1024px){
    body.site-theme-natural-green .contact-page .ct-info-card,
    body.site-theme-natural-green .contact-page .ct-form-card{
        height:auto;
    }
}

/* Natural-green blog and product list redesign */
body.site-theme-natural-green .product-list .pl-filter-section,
body.site-theme-natural-green .health-need .hn-filter-section{
    padding:26px 0 0;
    background:#F6FBF8;
}

body.site-theme-natural-green .product-list .pl-filter-section .container,
body.site-theme-natural-green .health-need .hn-filter-section .container{
    overflow-x:auto;
    overflow-y:hidden;
    padding-bottom:8px;
    -ms-overflow-style:none;
    scrollbar-width:none;
}

body.site-theme-natural-green .product-list .pl-filter-section .container::-webkit-scrollbar,
body.site-theme-natural-green .health-need .hn-filter-section .container::-webkit-scrollbar{
    display:none;
}

body.site-theme-natural-green .product-list .pl-filter-list,
body.site-theme-natural-green .health-need .hn-filter-list{
    width:max-content;
    max-width:none;
    padding:6px;
    gap:6px;
    flex-wrap:nowrap;
    border:1px solid rgba(45,122,79,.12);
    border-radius:8px;
    background:rgba(255,255,255,.84);
    box-shadow:0 10px 28px rgba(45,122,79,.06);
}

body.site-theme-natural-green .product-list .pl-filter-btn,
body.site-theme-natural-green .health-need .hn-filter-btn{
    min-height:38px;
    padding:8px 18px;
    border:0;
    border-radius:6px;
    color:#4A6558;
    background:transparent;
    box-shadow:none;
}

body.site-theme-natural-green .product-list .pl-filter-btn:hover,
body.site-theme-natural-green .product-list .pl-filter-btn.active,
body.site-theme-natural-green .health-need .hn-filter-btn:hover,
body.site-theme-natural-green .health-need .hn-filter-btn.active{
    color:#ffffff;
    background:#2D7A4F;
    box-shadow:none;
}

body.site-theme-natural-green .product-list .pl-products-section,
body.site-theme-natural-green .health-need .hn-products-section{
    padding:38px 0 86px;
    background:
        linear-gradient(180deg,#F6FBF8 0%,#F0F8F3 100%);
}

body.site-theme-natural-green .product-list .bn-list{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:22px;
    margin-bottom:56px;
}

body.site-theme-natural-green .product-list .bn-featured{
    position:relative;
    display:grid;
    grid-template-columns:176px minmax(0,1fr);
    min-height:214px;
    margin:0;
    border:1px solid #DCEFE4;
    border-radius:8px;
    overflow:hidden;
    background:#ffffff;
    box-shadow:0 12px 30px rgba(45,122,79,.08);
    transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}

body.site-theme-natural-green .product-list .bn-featured:first-child{
    grid-column:1/-1;
    grid-template-columns:minmax(0,1.06fr) minmax(0,.94fr);
    min-height:360px;
    background:
        linear-gradient(135deg,rgba(255,255,255,.96) 0%,rgba(246,251,248,.96) 100%);
}

body.site-theme-natural-green .product-list .bn-featured:hover{
    transform:translateY(-3px);
    border-color:rgba(45,122,79,.28);
    box-shadow:0 18px 42px rgba(45,122,79,.13);
}

body.site-theme-natural-green .product-list .bn-featured-img{
    display:block;
    width:100%;
    height:100%;
    min-height:100%;
    max-width:none;
    overflow:hidden;
    background:#EAF6EF;
}

body.site-theme-natural-green .product-list .bn-featured-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .45s ease;
}

body.site-theme-natural-green .product-list .bn-featured:hover .bn-featured-img img{
    transform:scale(1.04);
}

body.site-theme-natural-green .product-list .bn-featured-body{
    min-width:0;
    min-height:0;
    overflow:hidden;
    padding:24px 26px;
    justify-content:center;
}

body.site-theme-natural-green .product-list .bn-featured:first-child .bn-featured-body{
    padding:42px 46px;
}

body.site-theme-natural-green .product-list .bn-meta{
    gap:8px;
    margin-bottom:12px;
}

body.site-theme-natural-green .product-list .bn-date,
body.site-theme-natural-green .product-list .bn-read-time{
    color:#667F71;
    font-size:13px;
    line-height:1.3;
}

body.site-theme-natural-green .product-list .bn-cat-label{
    padding:5px 10px;
    border-radius:6px;
    color:#2D7A4F;
    background:#E6F6EC;
    font-size:12px;
    font-weight:700;
}

body.site-theme-natural-green .product-list .bn-featured-title{
    min-height:0;
    margin:0 0 12px;
    color:#304C3B;
    font-size:24px;
    line-height:1.26;
    letter-spacing:0;
    overflow-wrap:anywhere;
    -webkit-line-clamp:2;
}

body.site-theme-natural-green .product-list .bn-featured:not(:first-child) .bn-featured-title{
    font-size:18px;
}

body.site-theme-natural-green .product-list .bn-featured-title a{
    color:inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

body.site-theme-natural-green .product-list .bn-featured-title a:hover{
    color:#2D7A4F;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

body.site-theme-natural-green .product-list .bn-featured-excerpt{
    min-height:0;
    margin:0 0 22px;
    color:#4A6558;
    font-size:15px;
    line-height:1.7;
    overflow-wrap:anywhere;
    -webkit-line-clamp:3;
}

body.site-theme-natural-green .product-list .bn-featured:not(:first-child) .bn-featured-excerpt{
    font-size:14px;
    -webkit-line-clamp:3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
}

body.site-theme-natural-green .product-list .bn-featured-actions{
    gap:14px;
    flex-wrap:wrap;
}

body.site-theme-natural-green .product-list .pl-btn,
body.site-theme-natural-green .health-need .hn-btn{
    min-height:40px;
    border-radius:6px;
    gap:8px;
}

body.site-theme-natural-green .product-list .pl-btn svg,
body.site-theme-natural-green .health-need .hn-btn svg{
    width:16px;
    height:16px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
    flex:0 0 auto;
}

body.site-theme-natural-green .health-need .hn-grid{
    grid-template-columns:repeat(3fr,minmax(320px,1fr));
    gap:22px;
    margin-bottom:56px;
}

body.site-theme-natural-green .health-need .hn-card{
    position:relative;
    border:1px solid #DCEFE4;
    border-radius:8px;
    background:#ffffff;
    box-shadow:0 12px 30px rgba(45,122,79,.08);
    overflow:hidden;
    transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}

body.site-theme-natural-green .health-need .hn-card:hover{
    transform:translateY(-3px);
    border-color:rgba(45,122,79,.3);
    box-shadow:0 18px 42px rgba(45,122,79,.13);
}

body.site-theme-natural-green .health-need .hn-card-img-wrap{
    aspect-ratio:4/4;
    background:
        linear-gradient(135deg,#F7FCF9 0%,#EAF6EF 100%);
}

body.site-theme-natural-green .health-need:not(.health-need-cate) .hn-card-img-wrap img{
    padding:0;
    object-fit:contain;
}

body.site-theme-natural-green .health-need.health-need-cate .hn-card-img-wrap img{
    padding:0;
    object-fit:cover;
}

body.site-theme-natural-green .health-need .hn-card-body{
    padding:20px;
    min-width:0;
    overflow:hidden;
}

body.site-theme-natural-green .health-need .hn-card-title{
    min-height:0;
    margin-bottom:9px;
    color:#304C3B;
    font-size:18px;
    line-height:1.28;
    letter-spacing:0;
    overflow-wrap:anywhere;
}

body.site-theme-natural-green .health-need .hn-card-title a:hover{
    color:#2D7A4F;
}

body.site-theme-natural-green .health-need .hn-card-desc{
    min-height:64px;
    margin-bottom:18px;
    color:#4A6558;
    font-size:14px;
    line-height:1.55;
    overflow-wrap:anywhere;
    -webkit-line-clamp:3;
}

body.site-theme-natural-green .health-need .hn-card-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
}

body.site-theme-natural-green .health-need .hn-btn{
    width:100%;
    padding:9px 12px;
    font-size:13px;
}

body.site-theme-natural-green .health-need .hn-btn-primary{
    color:#ffffff;
    border-color:#F5A623;
    background:#F5A623;
    box-shadow:none;
}

body.site-theme-natural-green .health-need .hn-btn-primary:hover{
    color:#ffffff;
    border-color:#E49312;
    background:#E49312;
    box-shadow:none;
}

body.site-theme-natural-green .health-need .hn-btn-outline{
    color:#2D7A4F;
    border-color:rgba(45,122,79,.22);
    background:#ffffff;
}

body.site-theme-natural-green .health-need .hn-btn-outline:hover{
    color:#ffffff;
    border-color:#2D7A4F;
    background:#2D7A4F;
}

@media (max-width:980px){
    body.site-theme-natural-green .product-list .bn-list{
        grid-template-columns:1fr;
    }

    body.site-theme-natural-green .product-list .bn-featured,
    body.site-theme-natural-green .product-list .bn-featured:first-child{
        grid-column:auto;
        grid-template-columns:260px minmax(0,1fr);
        min-height:220px;
    }

    body.site-theme-natural-green .product-list .bn-featured:first-child .bn-featured-body{
        padding:28px;
    }
}

@media (max-width:680px){
    body.site-theme-natural-green{
        overflow-x:hidden;
    }

    body.site-theme-natural-green .inner-hero-content{
        width:100%;
        max-width:100%;
        padding-right:18px;
    }

    body.site-theme-natural-green .inner-hero-title{
        max-width:100%;
        font-size:30px;
        line-height:1.08;
        display:block;
        overflow:visible;
        text-overflow:clip;
        overflow-wrap:anywhere;
        -webkit-line-clamp:unset;
        -webkit-box-orient:initial;
    }

    body.site-theme-natural-green .inner-hero-desc{
        max-width:100%;
        display:block;
        overflow:visible;
        text-overflow:clip;
        overflow-wrap:anywhere;
        -webkit-line-clamp:unset;
        -webkit-box-orient:initial;
    }

    body.site-theme-natural-green .product-list .pl-filter-section,
    body.site-theme-natural-green .health-need .hn-filter-section{
        padding-top:20px;
    }

    body.site-theme-natural-green .product-list .pl-products-section,
    body.site-theme-natural-green .health-need .hn-products-section{
        padding:28px 0 64px;
    }

    body.site-theme-natural-green .product-list .bn-featured,
    body.site-theme-natural-green .product-list .bn-featured:first-child{
        width:100%;
        max-width:100%;
        grid-template-columns:1fr;
        min-height:0;
    }

    body.site-theme-natural-green .product-list .bn-featured-img{
        aspect-ratio:16/10;
        min-height:0;
    }

    body.site-theme-natural-green .product-list .bn-featured-body,
    body.site-theme-natural-green .product-list .bn-featured:first-child .bn-featured-body{
        padding:22px;
    }

    body.site-theme-natural-green .product-list .bn-featured-title,
    body.site-theme-natural-green .product-list .bn-featured:not(:first-child) .bn-featured-title{
        font-size:20px;
    }

    body.site-theme-natural-green .health-need .hn-grid{
        grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
        gap:18px;
    }

    body.site-theme-natural-green .health-need .hn-card-actions{
        grid-template-columns:1fr;
    }
}

/* Natural-green final overlay overrides */
body.site-theme-natural-green .blog-detail .bd-side-list a{
    color:#304C3B;
}

/* Shared footer inquiry final guard */
body.site-theme-natural-green .inquiry-section{
    position:relative;
    padding:clamp(72px,8vw,112px) 0;
    overflow:hidden;
    color:#304C3B;
    background:
        radial-gradient(circle at 10% 12%,rgba(91,184,122,.18),transparent 34%),
        radial-gradient(circle at 92% 16%,rgba(245,166,35,.12),transparent 28%),
        linear-gradient(135deg,#ffffff 0%,#F6FBF8 48%,#EFF8F2 100%) !important;
}

body.site-theme-natural-green .inquiry-section::before{
    content:'';
    position:absolute;
    inset:0;
    display:block;
    background:linear-gradient(100deg,rgba(45,122,79,.08),transparent 42%,rgba(91,184,122,.12));
    pointer-events:none;
}

body.site-theme-natural-green .inquiry-section .container{
    position:relative;
    z-index:1;
    width:min(1200px,calc(100% - 48px));
}

body.site-theme-natural-green .inquiry-shell{
    display:grid;
    grid-template-columns:minmax(0,1.04fr) minmax(330px,.76fr);
    align-items:stretch;
    gap:clamp(28px,4vw,56px);
    padding:0;
}

body.site-theme-natural-green .inquiry-copy{
    padding:clamp(28px,4vw,46px);
    border:1px solid rgba(45,122,79,.16);
    border-radius:8px;
    background:rgba(255,255,255,.9);
    box-shadow:0 24px 64px rgba(45,122,79,.1);
}

body.site-theme-natural-green .inquiry-section .inquiry-copy .section-title,
body.site-theme-natural-green .inquiry-copy .section-title{
    margin:0 0 14px;
    color:#304C3B;
    font-size:36px;
    line-height:1.2;
}

body.site-theme-natural-green .inquiry-section .inquiry-copy .section-subtitle,
body.site-theme-natural-green .inquiry-copy .section-subtitle{
    max-width:720px;
    margin:0 0 clamp(24px,3vw,34px);
    color:#4A6558;
    line-height:1.62;
}

body.site-theme-natural-green .inquiry-form,
body.site-theme-natural-green .inquiry-form-grid{
    display:grid;
}

body.site-theme-natural-green .inquiry-form{
    gap:22px;
}

body.site-theme-natural-green .inquiry-form-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
}

body.site-theme-natural-green .inquiry-field{
    display:grid;
    gap:8px;
}

body.site-theme-natural-green .inquiry-field span{
    color:#304C3B;
    font-size:15px;
    font-weight:700;
}

body.site-theme-natural-green .inquiry-field input,
body.site-theme-natural-green .inquiry-field select,
body.site-theme-natural-green .inquiry-field textarea{
    width:100%;
    border:1px solid rgba(45,122,79,.2);
    border-radius:8px;
    background:#ffffff;
    color:#304C3B;
    font:inherit;
    font-size:16px;
    outline:none;
    box-shadow:none;
}

body.site-theme-natural-green .inquiry-field input,
body.site-theme-natural-green .inquiry-field select{
    min-height:48px;
    padding:0 16px;
}

body.site-theme-natural-green .inquiry-field textarea{
    min-height:116px;
    padding:14px 16px;
}

body.site-theme-natural-green .inquiry-field input:focus,
body.site-theme-natural-green .inquiry-field select:focus,
body.site-theme-natural-green .inquiry-field textarea:focus{
    border-color:#2D7A4F;
    box-shadow:0 0 0 3px rgba(45,122,79,.12);
}

body.site-theme-natural-green .inquiry-section .inquiry-submit,
body.site-theme-natural-green .inquiry-submit{
    min-width:170px;
    min-height:48px;
    border:none;
    border-color:#F5A623;
    border-radius:999px;
    background:#F5A623;
    color:#fff;
    font-size:16px;
    font-weight:800;
    box-shadow:none;
}

body.site-theme-natural-green .inquiry-visual{
    position:relative;
    display:flex;
    align-items:stretch;
    justify-content:center;
    align-self:stretch;
    min-height:0;
}

body.site-theme-natural-green .inquiry-visual::before{
    content:'';
    position:absolute;
    inset:9% -3% -4% 12%;
    border:1px solid rgba(45,122,79,.18);
    border-radius:8px;
    background:rgba(255,255,255,.42);
    transform:rotate(3deg);
}

body.site-theme-natural-green .inquiry-product-card{
    position:relative;
    z-index:1;
    width:100%;
    height:100%;
    min-height:100%;
    aspect-ratio:auto;
    padding:8px;
    border:1px solid rgba(45,122,79,.16);
    border-radius:8px;
    background:#ffffff;
    box-shadow:0 24px 64px rgba(45,122,79,.12);
}

body.site-theme-natural-green .inquiry-product-card img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:6px;
}

@media (max-width:1024px){
    body.site-theme-natural-green .inquiry-shell{
        grid-template-columns:1fr;
    }

    body.site-theme-natural-green .inquiry-visual{
        align-items:center;
    }

    body.site-theme-natural-green .inquiry-product-card{
        width:min(100%,520px);
        height:auto;
        min-height:0;
        aspect-ratio:3/4;
        max-height:560px;
    }
}

@media (max-width:768px){
    body.site-theme-natural-green .inquiry-section{
        padding:0 0 30px;
    }

    body.site-theme-natural-green .inquiry-section .container{
        width:min(100% - 24px,720px);
    }

    body.site-theme-natural-green .inquiry-copy{
        padding:22px;
    }

    body.site-theme-natural-green .inquiry-copy .section-title{
        font-size:28px;
    }

    body.site-theme-natural-green .inquiry-form-grid{
        grid-template-columns:1fr;
        gap:14px;
    }
}

/* Inner page mobile banner spacing final guard */
@media (max-width:768px){
    body.site-theme-natural-green .index-main .hero-overlay, body.site-theme-natural-green .inner-hero-overlay, body.site-theme-natural-green .product-list .pl-banner-overlay, body.site-theme-natural-green .health-need .hn-banner-overlay {
    background: linear-gradient(120deg, rgba(45, 122, 79, .5) 0%, rgba(45, 122, 79, .5) 100%) !important;
    }
    body.site-theme-natural-green .inner-hero{
        min-height:340px;
        padding-top:60px;
    }

    body.site-theme-natural-green .inner-hero-content.container,
    body.site-theme-natural-green .inner-hero-content{
        width:calc(100% - 44px);
        max-width:720px;
        margin-right:auto;
        margin-left:auto;
        padding:22px 0;
        box-sizing:border-box;
    }

    body.site-theme-natural-green .inner-hero-title{
        max-width:100%;
        margin-bottom:14px;
        font-size:clamp(28px,8vw,34px);
        line-height:1.12;
        overflow-wrap:anywhere;
    }

    body.site-theme-natural-green .inner-hero-title span{
        display:inline;
    }

    body.site-theme-natural-green .inner-hero-desc{
        max-width:100%;
        font-size:15px;
        line-height:1.58;
        overflow-wrap:anywhere;
    }
}

@media (max-width:480px){
    body.site-theme-natural-green .inner-hero-content.container,
    body.site-theme-natural-green .inner-hero-content{
        width:calc(100% - 36px);
    }
}

/* Product detail message button matches nav quote */
body.site-theme-natural-green .product_overview .ov_btn_secondary,
body.site-theme-natural-green .ov_actions .ov_btn_secondary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    height:44px;
    min-height:44px;
    padding:0 30px;
    gap:10px;
    border:1px solid #F5A623;
    border-radius:999px;
    background:#F5A623;
    color:#fff;
    font-size:.84rem;
    font-weight:700;
    letter-spacing:.01em;
    line-height:1;
    box-shadow:0 10px 24px rgba(245,166,35,.22);
}

body.site-theme-natural-green .product_overview .ov_btn_secondary:hover,
body.site-theme-natural-green .ov_actions .ov_btn_secondary:hover{
    border-color:#E49312;
    background:#E49312;
    color:#2D7A4F;
    opacity:1;
    transform:none;
}

body.site-theme-natural-green .product_overview .ov_btn_secondary .ov_btn_svg,
body.site-theme-natural-green .ov_actions .ov_btn_secondary .ov_btn_svg{
    width:18px;
    height:18px;
    fill:currentColor;
}

/* Home carousel controls match hero banner */
body.site-theme-natural-green .home-template-natural .rtb-btn,
body.site-theme-natural-green .home-template-natural .solutions-btn,
body.site-theme-natural-green .index-main .rtb-btn,
body.site-theme-natural-green .index-main .solutions-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:40px;
    height:80px;
    padding:0;
    border:1px solid rgba(45,122,79,.24) !important;
    border-radius:6px;
    background:rgba(255,255,255,.42) !important;
    color:#2D7A4F !important;
    box-shadow:0 18px 44px rgba(45,122,79,.15);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    font-size:0;
    line-height:0;
    transform:translateY(-50%);
    transition:background .25s ease,border-color .25s ease,box-shadow .25s ease,color .25s ease,transform .25s ease,opacity .25s ease;
}

body.site-theme-natural-green .home-template-natural .rtb-btn::before,
body.site-theme-natural-green .home-template-natural .solutions-btn::before,
body.site-theme-natural-green .index-main .rtb-btn::before,
body.site-theme-natural-green .index-main .solutions-btn::before{
    display:none;
}

body.site-theme-natural-green .home-template-natural .rtb-btn .carousel-btn-icon,
body.site-theme-natural-green .home-template-natural .solutions-btn .carousel-btn-icon,
body.site-theme-natural-green .index-main .rtb-btn .carousel-btn-icon,
body.site-theme-natural-green .index-main .solutions-btn .carousel-btn-icon{
    width:23px;
    height:23px;
    transform:none;
}

body.site-theme-natural-green .home-template-natural .rtb-btn .carousel-btn-icon path,
body.site-theme-natural-green .home-template-natural .solutions-btn .carousel-btn-icon path,
body.site-theme-natural-green .index-main .rtb-btn .carousel-btn-icon path,
body.site-theme-natural-green .index-main .solutions-btn .carousel-btn-icon path{
    fill:none;
    stroke:currentColor;
    stroke-width:2.35;
    stroke-linecap:round;
    stroke-linejoin:round;
}

body.site-theme-natural-green .home-template-natural .rtb-btn:hover,
body.site-theme-natural-green .home-template-natural .solutions-btn:hover,
body.site-theme-natural-green .home-template-natural .rtb-btn:focus-visible,
body.site-theme-natural-green .home-template-natural .solutions-btn:focus-visible,
body.site-theme-natural-green .index-main .rtb-btn:hover,
body.site-theme-natural-green .index-main .solutions-btn:hover,
body.site-theme-natural-green .index-main .rtb-btn:focus-visible,
body.site-theme-natural-green .index-main .solutions-btn:focus-visible{
    border-color:rgba(45,122,79,.52) !important;
    background:rgba(45,122,79,.9) !important;
    color:#ffffff !important;
    box-shadow:0 22px 54px rgba(45,122,79,.24);
    outline:none;
}

body.site-theme-natural-green .home-template-natural .rtb-btn.prev:hover,
body.site-theme-natural-green .home-template-natural .solutions-btn.prev:hover,
body.site-theme-natural-green .home-template-natural .rtb-btn.prev:focus-visible,
body.site-theme-natural-green .home-template-natural .solutions-btn.prev:focus-visible,
body.site-theme-natural-green .index-main .rtb-btn.prev:hover,
body.site-theme-natural-green .index-main .solutions-btn.prev:hover,
body.site-theme-natural-green .index-main .rtb-btn.prev:focus-visible,
body.site-theme-natural-green .index-main .solutions-btn.prev:focus-visible{
    transform:translate(-3px,-50%);
}

body.site-theme-natural-green .home-template-natural .rtb-btn.next:hover,
body.site-theme-natural-green .home-template-natural .solutions-btn.next:hover,
body.site-theme-natural-green .home-template-natural .rtb-btn.next:focus-visible,
body.site-theme-natural-green .home-template-natural .solutions-btn.next:focus-visible,
body.site-theme-natural-green .index-main .rtb-btn.next:hover,
body.site-theme-natural-green .index-main .solutions-btn.next:hover,
body.site-theme-natural-green .index-main .rtb-btn.next:focus-visible,
body.site-theme-natural-green .index-main .solutions-btn.next:focus-visible{
    transform:translate(3px,-50%);
}

body.site-theme-natural-green .home-template-natural .rtb-btn:hover .carousel-btn-icon,
body.site-theme-natural-green .home-template-natural .solutions-btn:hover .carousel-btn-icon,
body.site-theme-natural-green .home-template-natural .rtb-btn:focus-visible .carousel-btn-icon,
body.site-theme-natural-green .home-template-natural .solutions-btn:focus-visible .carousel-btn-icon,
body.site-theme-natural-green .index-main .rtb-btn:hover .carousel-btn-icon,
body.site-theme-natural-green .index-main .solutions-btn:hover .carousel-btn-icon,
body.site-theme-natural-green .index-main .rtb-btn:focus-visible .carousel-btn-icon,
body.site-theme-natural-green .index-main .solutions-btn:focus-visible .carousel-btn-icon{
    transform:none;
}

body.site-theme-natural-green .home-template-natural .rtb-btn.swiper-button-disabled,
body.site-theme-natural-green .home-template-natural .solutions-btn.swiper-button-disabled,
body.site-theme-natural-green .index-main .rtb-btn.swiper-button-disabled,
body.site-theme-natural-green .index-main .solutions-btn.swiper-button-disabled{
    opacity:.38;
    cursor:not-allowed;
    pointer-events:none;
}

@media (max-width:1024px){
    body.site-theme-natural-green .home-template-natural .rtb-btn,
    body.site-theme-natural-green .home-template-natural .solutions-btn,
    body.site-theme-natural-green .index-main .rtb-btn,
    body.site-theme-natural-green .index-main .solutions-btn{
        width:36px;
        height:68px;
    }
}

@media (max-width:768px){
    body.site-theme-natural-green .home-template-natural .rtb-btn,
    body.site-theme-natural-green .home-template-natural .solutions-btn,
    body.site-theme-natural-green .index-main .rtb-btn,
    body.site-theme-natural-green .index-main .solutions-btn{
        display:none !important;
    }
}

/* Shared inquiry single panel final guard */
body.site-theme-natural-green .home-template-natural .inquiry-shell,
body.site-theme-natural-green .inquiry-shell{
    grid-template-columns:minmax(0,1.08fr) minmax(300px,.72fr);
    gap:clamp(24px,3vw,42px);
    padding:clamp(24px,4vw,46px);
    border:1px solid rgba(45,122,79,.16);
    border-radius:8px;
    background:#ffffff;
    box-shadow:0 24px 66px rgba(45,122,79,.12);
}

body.site-theme-natural-green .home-template-natural .inquiry-copy,
body.site-theme-natural-green .inquiry-copy{
    padding:0;
    border:0 !important;
    background:transparent !important;
    box-shadow:none !important;
}

body.site-theme-natural-green .home-template-natural .inquiry-visual::before,
body.site-theme-natural-green .inquiry-visual::before{
    display:none !important;
}

body.site-theme-natural-green .home-template-natural .inquiry-product-card,
body.site-theme-natural-green .inquiry-product-card{
    padding:0;
    border:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    overflow:hidden;
}

body.site-theme-natural-green .home-template-natural .inquiry-product-card img,
body.site-theme-natural-green .inquiry-product-card img{
    border-radius:8px;
}

@media (max-width:1024px){
    body.site-theme-natural-green .home-template-natural .inquiry-shell,
    body.site-theme-natural-green .inquiry-shell{
        grid-template-columns:1fr;
    }

    body.site-theme-natural-green .home-template-natural .inquiry-product-card,
    body.site-theme-natural-green .inquiry-product-card{
        width:100%;
        aspect-ratio:1/1;
        max-height:none;
    }
}
.ct-share-btn.linkedin {
    background: #0A66C2;
}
@media (max-width:768px){
    body.site-theme-natural-green .home-template-natural .inquiry-shell,
    body.site-theme-natural-green .inquiry-shell{
        padding:22px;
    }
    body.site-theme-natural-green .home-template-natural .products-section {
        padding: 30px 0;
    }
    .index-main .certs-section {
        padding: 0;
    }
    body.site-theme-natural-green .home-template-natural .why-container .container {
        width: 88%;
    }
    body.site-theme-natural-green .home-template-natural .factory-section{
        padding:0 !important;
    }
    body.site-theme-natural-green .home-template-natural .factory-carousel-section {
        margin-top: 0;
    }
    .footer-socials {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .footer-top {
        padding: 30px 15px 10px;
    }
}

/* Home product intro unified panel final guard */
body.site-theme-natural-green .home-template-natural .products-layout{
    position:relative;
    padding:clamp(28px,4vw,48px);
    border-radius:8px;
    background:
        radial-gradient(circle at 22% 18%,rgba(91,184,122,.14),transparent 32%),
        linear-gradient(135deg,rgba(255,255,255,.96) 0%,rgba(245,251,247,.92) 46%,rgba(235,247,239,.88) 100%);
    box-shadow:0 26px 72px rgba(45,122,79,.13);
    overflow:hidden;
}

body.site-theme-natural-green .home-template-natural .products-layout::before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,rgba(45,122,79,.05),transparent 38%,rgba(91,184,122,.08));
    pointer-events:none;
}

body.site-theme-natural-green .home-template-natural .products-content,
body.site-theme-natural-green .home-template-natural .products-section .product-detail,
body.site-theme-natural-green .home-template-natural .products-visual{
    position:relative;
    z-index:1;
    border:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
}

body.site-theme-natural-green .home-template-natural .products-section .product-detail{
    padding:clamp(20px,3vw,32px) 0;
}

body.site-theme-natural-green .home-template-natural .products-visual{
    padding:clamp(20px,3vw,32px);
}

body.site-theme-natural-green .home-template-natural .products-visual::before{
    display:none !important;
}

@media (max-width:1024px){
    body.site-theme-natural-green .home-template-natural .products-layout{
        padding:24px;
    }

    body.site-theme-natural-green .home-template-natural .products-section .product-detail,
    body.site-theme-natural-green .home-template-natural .products-visual{
        padding:0;
    }
}

/* Mobile solutions pagination final guard */
@media (max-width:768px){
    body.site-theme-natural-green .index-main .solutions-pagination,
    body.site-theme-natural-green .home-template-natural .solutions-pagination{
        display:flex !important;
        align-items:center;
        justify-content:center;
        gap:10px;
        min-height:28px;
        margin-top:24px;
    }

    body.site-theme-natural-green .index-main .solutions-pagination .swiper-pagination-bullet,
    body.site-theme-natural-green .home-template-natural .solutions-pagination .swiper-pagination-bullet{
        width:10px;
        height:10px;
        margin:0 !important;
        border:1px solid rgba(45,122,79,.5);
        border-radius:999px;
        background:#ffffff;
        box-shadow:0 0 0 4px rgba(45,122,79,.1);
        opacity:1;
    }

    body.site-theme-natural-green .index-main .solutions-pagination .swiper-pagination-bullet-active,
    body.site-theme-natural-green .home-template-natural .solutions-pagination .swiper-pagination-bullet-active{
        width:30px;
        border-color:#2D7A4F;
        background:linear-gradient(135deg,#7FD99A 0%,#2D7A4F 100%);
        box-shadow:0 7px 18px rgba(45,122,79,.28);
    }
}

/* Home concierge cards hover lift final guard */
body.site-theme-natural-green .home-template-natural .process-node{
    will-change:transform;
    transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease,background .3s ease !important;
}

body.site-theme-natural-green .home-template-natural .process-node-icon{
    transition:transform .3s ease,box-shadow .3s ease !important;
}

@media (hover:hover) and (pointer:fine){
    body.site-theme-natural-green .home-template-natural .process-node:hover,
    body.site-theme-natural-green .home-template-natural .process-node:nth-child(even):hover{
        transform:translateY(-12px) !important;
        border-color:rgba(45,122,79,.34) !important;
        box-shadow:0 30px 72px rgba(45,122,79,.2) !important;
    }

    body.site-theme-natural-green .home-template-natural .process-node:hover .process-node-icon{
        transform:translateY(-3px);
        box-shadow:0 18px 38px rgba(45,122,79,.24),inset 0 0 0 1px rgba(255,255,255,.36) !important;
    }
}

/* CDMO customization cards redesigned final guard */
body.site-theme-natural-green .cdmo-service .cs-customization{
    background:
        radial-gradient(circle at 12% 12%,rgba(91,184,122,.12),transparent 32%),
        linear-gradient(180deg,#ffffff 0%,#F4FBF6 100%);
}

body.site-theme-natural-green .cdmo-service .cs-custom-grid{
    display:grid !important;
    grid-template-columns:minmax(360px,1.06fr) repeat(2,minmax(0,.8fr)) !important;
    grid-template-rows:repeat(2,minmax(250px,1fr)) !important;
    gap:22px !important;
    align-items:stretch;
}

body.site-theme-natural-green .cdmo-service .cs-custom-card,
body.site-theme-natural-green .cdmo-service .cs-custom-card-featured{
    position:relative;
    min-height:0;
    border:1px solid rgba(45,122,79,.16) !important;
    border-radius:8px;
    background:#ffffff;
    box-shadow:0 20px 54px rgba(45,122,79,.11);
    overflow:hidden;
    transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease !important;
}

body.site-theme-natural-green .cdmo-service .cs-custom-card::before{
    content:"";
    position:absolute;
    inset:0 0 auto;
    z-index:2;
    height:5px;
    background:linear-gradient(90deg,#2D7A4F 0%,#7FD99A 100%);
    pointer-events:none;
}

body.site-theme-natural-green .cdmo-service .cs-custom-card-featured{
    grid-column:1 !important;
    grid-row:1 / span 2 !important;
    display:grid;
    grid-template-rows:minmax(0,1fr) auto;
}

body.site-theme-natural-green .cdmo-service .cs-custom-grid>.cs-custom-card:nth-child(2){
    grid-column:2 !important;
    grid-row:1 !important;
}

body.site-theme-natural-green .cdmo-service .cs-custom-grid>.cs-custom-card:nth-child(3){
    grid-column:3 !important;
    grid-row:1 !important;
}

body.site-theme-natural-green .cdmo-service .cs-custom-grid>.cs-custom-card:nth-child(4){
    grid-column:2 !important;
    grid-row:2 !important;
}

body.site-theme-natural-green .cdmo-service .cs-custom-grid>.cs-custom-card:nth-child(5){
    grid-column:3 !important;
    grid-row:2 !important;
}

body.site-theme-natural-green .cdmo-service .cs-custom-card-img{
    height:auto !important;
    min-height:0;
    background:#EAF6EF;
}

body.site-theme-natural-green .cdmo-service .cs-custom-card:not(.cs-custom-card-featured) .cs-custom-card-img{
    aspect-ratio:16 / 10;
}

body.site-theme-natural-green .cdmo-service .cs-custom-card-featured .cs-custom-card-img{
    min-height:420px;
}

body.site-theme-natural-green .cdmo-service .cs-custom-card-img::after{
    background:linear-gradient(180deg,rgba(48,76,59,0) 42%,rgba(48,76,59,.18) 100%) !important;
}

body.site-theme-natural-green .cdmo-service .cs-custom-card-img img{
    object-fit:cover;
}

body.site-theme-natural-green .cdmo-service .cs-custom-card-body,
body.site-theme-natural-green .cdmo-service .cs-custom-card-featured .cs-custom-card-body{
    padding:22px;
    gap:16px;
    background:#ffffff;
}

body.site-theme-natural-green .cdmo-service .cs-custom-card-featured .cs-custom-card-body{
    padding:28px;
}

body.site-theme-natural-green .cdmo-service .cs-custom-card-body h3{
    color:#304C3B;
    font-size:20px;
    font-weight:800;
    line-height:1.28;
}

body.site-theme-natural-green .cdmo-service .cs-custom-card:not(.cs-custom-card-featured) .cs-custom-card-body h3{
    font-size:18px;
}

body.site-theme-natural-green .cdmo-service .cs-custom-card-body .cs-btn,
body.site-theme-natural-green .cdmo-service .cs-custom-card:not(.cs-custom-card-featured) .cs-btn.cs-btn-sm{
    min-height:42px;
    padding:10px 18px;
    border:0;
    border-radius:999px;
    background:linear-gradient(135deg,#7FD99A 0%,#2D7A4F 100%);
    color:#ffffff;
    box-shadow:0 10px 22px rgba(45,122,79,.18);
}

@media (hover:hover) and (pointer:fine){
    body.site-theme-natural-green .cdmo-service .cs-custom-card:hover{
        transform:translateY(-8px);
        border-color:rgba(45,122,79,.32) !important;
        box-shadow:0 28px 70px rgba(45,122,79,.18);
    }

    body.site-theme-natural-green .cdmo-service .cs-custom-card-body .cs-btn:hover{
        transform:translateY(-2px);
        box-shadow:0 14px 28px rgba(45,122,79,.24);
    }
}

@media (max-width:1180px){
    body.site-theme-natural-green .cdmo-service .cs-custom-grid{
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
        grid-template-rows:none !important;
    }

    body.site-theme-natural-green .cdmo-service .cs-custom-card-featured,
    body.site-theme-natural-green .cdmo-service .cs-custom-grid>.cs-custom-card:nth-child(2),
    body.site-theme-natural-green .cdmo-service .cs-custom-grid>.cs-custom-card:nth-child(3),
    body.site-theme-natural-green .cdmo-service .cs-custom-grid>.cs-custom-card:nth-child(4),
    body.site-theme-natural-green .cdmo-service .cs-custom-grid>.cs-custom-card:nth-child(5){
        grid-column:auto !important;
        grid-row:auto !important;
    }

    body.site-theme-natural-green .cdmo-service .cs-custom-card-featured{
        grid-column:1 / -1 !important;
    }

    body.site-theme-natural-green .cdmo-service .cs-custom-card-featured .cs-custom-card-img{
        min-height:320px;
    }
}

@media (max-width:768px){
    body.site-theme-natural-green .cdmo-service .cs-custom-grid{
        grid-template-columns:1fr !important;
        gap:18px !important;
    }

    body.site-theme-natural-green .cdmo-service .cs-custom-card-featured,
    body.site-theme-natural-green .cdmo-service .cs-custom-grid>.cs-custom-card:nth-child(2),
    body.site-theme-natural-green .cdmo-service .cs-custom-grid>.cs-custom-card:nth-child(3),
    body.site-theme-natural-green .cdmo-service .cs-custom-grid>.cs-custom-card:nth-child(4),
    body.site-theme-natural-green .cdmo-service .cs-custom-grid>.cs-custom-card:nth-child(5){
        grid-column:auto !important;
        grid-row:auto !important;
    }

    body.site-theme-natural-green .cdmo-service .cs-custom-card-featured .cs-custom-card-img,
    body.site-theme-natural-green .cdmo-service .cs-custom-card:not(.cs-custom-card-featured) .cs-custom-card-img{
        min-height:0;
        aspect-ratio:16 / 10;
    }

    body.site-theme-natural-green .cdmo-service .cs-custom-card-body,
    body.site-theme-natural-green .cdmo-service .cs-custom-card-featured .cs-custom-card-body{
        padding:20px;
    }
}

/* Blog list square media final guard */
body.site-theme-natural-green .product-list.ng-blog-list .bn-featured.ng-blog-card{
    align-items:stretch;
    min-height:0 !important;
}

body.site-theme-natural-green .product-list.ng-blog-list .bn-featured.ng-blog-card:not(:first-child){
    grid-template-columns:1fr 1fr !important;
}

body.site-theme-natural-green .product-list.ng-blog-list .bn-featured.ng-blog-card:first-child{
    grid-column:1 / -1;
    grid-template-columns:minmax(280px,500px) minmax(0,1fr) !important;
    min-height:0 !important;
}

body.site-theme-natural-green .product-list.ng-blog-list .bn-featured-img.ng-blog-media,
body.site-theme-natural-green .product-list.ng-blog-list .bn-featured.ng-blog-card:first-child .bn-featured-img.ng-blog-media{
    display:block;
    width:100%;
    height:auto !important;
    min-height:0 !important;
    aspect-ratio:1 / 1 !important;
    align-self:stretch;
    background:#EAF6EF;
}

body.site-theme-natural-green .product-list.ng-blog-list .bn-featured-img.ng-blog-media img{
    width:100%;
    height:100%;
    object-fit:cover;
}

@media (max-width:980px){
    body.site-theme-natural-green .product-list.ng-blog-list .bn-featured.ng-blog-card:not(:first-child){
        grid-template-columns:1fr 1fr !important;
    }

    body.site-theme-natural-green .product-list.ng-blog-list .bn-featured.ng-blog-card:first-child{
        grid-template-columns:minmax(220px,260px) minmax(0,1fr) !important;
    }
    body.site-theme-natural-green .home-template-natural .section-header {
        margin-bottom: 38px;
    }
    body.site-theme-natural-green .home-template-natural #certs .section-header,
    body.site-theme-natural-green .home-template-natural #factory .section-header .section-title{
        margin-top: 50px;
    }
    body.site-theme-natural-green .home-template-natural #factory .section-header.factory-carousel-head .section-title {
        margin-top: 0px;
    }
}

@media (max-width:680px){
    body.site-theme-natural-green .product-list.ng-blog-list .bn-featured.ng-blog-card,
    body.site-theme-natural-green .product-list.ng-blog-list .bn-featured.ng-blog-card:first-child{
        grid-template-columns:1fr !important;
    }

    body.site-theme-natural-green .product-list.ng-blog-list .bn-featured-img.ng-blog-media,
    body.site-theme-natural-green .product-list.ng-blog-list .bn-featured.ng-blog-card:first-child .bn-featured-img.ng-blog-media{
        aspect-ratio:1 / 1 !important;
    }
}

/* Orange button hover text readability final guard */
body.site-theme-natural-green .index-main .btn-primary:hover,
body.site-theme-natural-green .home-template-natural .hero-ctas .btn-primary:hover,
body.site-theme-natural-green .nav-quote-btn:hover,
body.site-theme-natural-green .nav-search-submit:hover,
body.site-theme-natural-green .product-list .pl-btn-primary:hover,
body.site-theme-natural-green .health-need .hn-btn-primary:hover,
body.site-theme-natural-green .inquiry-section .inquiry-submit:hover,
body.site-theme-natural-green .index-main .inquiry-submit:hover,
body.site-theme-natural-green .home-template-natural .inquiry-submit:hover,
body.site-theme-natural-green .ct-submit-btn:hover,
body.site-theme-natural-green .quotation-page .btn-cta:hover,
body.site-theme-natural-green .quotation-page .btn-submit:hover,
body.site-theme-natural-green .manufacture-page .manufacture-hero-cta:hover,
body.site-theme-natural-green .about-us .au-cta-btn:hover,
body.site-theme-natural-green .our-facility .of-cta-btn:hover,
body.site-theme-natural-green .our-facility .of-faq-cta-link:hover,
body.site-theme-natural-green .ov_btn_primary:hover,
body.site-theme-natural-green .product_overview .ov_btn_secondary:hover,
body.site-theme-natural-green .ov_actions .ov_btn_secondary:hover,
body.site-theme-natural-green .product_overview .btn_quote:hover,
body.site-theme-natural-green .product_partners a.cta_btn:hover,
body.site-theme-natural-green .footer-newsletter-form button:hover,
body.site-theme-natural-green .home-template-natural .factory-more-btn:hover,
body.site-theme-natural-green .index-main .factory-more-btn:hover,
body.site-theme-natural-green .home-template-natural .products-section .product-daily:hover,
body.site-theme-natural-green .index-main .products-section .product-daily:hover,
body.site-theme-natural-green .home-template-natural .why-more-btn:hover,
body.site-theme-natural-green .index-main .why-more-btn:hover,
body.site-theme-natural-green .cdmo-service .cs-btn-primary:hover{
    color:#FFF8EC !important;
    text-shadow:0 1px 1px rgba(48,76,59,.12);
}

body.site-theme-natural-green .index-main .btn-primary:hover svg,
body.site-theme-natural-green .home-template-natural .hero-ctas .btn-primary:hover svg,
body.site-theme-natural-green .nav-quote-btn:hover svg,
body.site-theme-natural-green .nav-search-submit:hover svg,
body.site-theme-natural-green .product-list .pl-btn-primary:hover svg,
body.site-theme-natural-green .health-need .hn-btn-primary:hover svg,
body.site-theme-natural-green .ov_btn_primary:hover svg,
body.site-theme-natural-green .product_overview .ov_btn_secondary:hover svg,
body.site-theme-natural-green .ov_actions .ov_btn_secondary:hover svg,
body.site-theme-natural-green .cdmo-service .cs-btn-primary:hover svg{
    color:inherit !important;
}

body.site-theme-natural-green .index-main .btn-primary:hover svg *[stroke],
body.site-theme-natural-green .home-template-natural .hero-ctas .btn-primary:hover svg *[stroke],
body.site-theme-natural-green .nav-quote-btn:hover svg *[stroke],
body.site-theme-natural-green .nav-search-submit:hover svg *[stroke],
body.site-theme-natural-green .product-list .pl-btn-primary:hover svg *[stroke],
body.site-theme-natural-green .health-need .hn-btn-primary:hover svg *[stroke],
body.site-theme-natural-green .ov_btn_primary:hover svg *[stroke],
body.site-theme-natural-green .product_overview .ov_btn_secondary:hover svg *[stroke],
body.site-theme-natural-green .ov_actions .ov_btn_secondary:hover svg *[stroke],
body.site-theme-natural-green .cdmo-service .cs-btn-primary:hover svg *[stroke]{
    stroke:currentColor !important;
}

body.site-theme-natural-green .index-main .btn-primary:hover svg *:not([fill="none"]),
body.site-theme-natural-green .home-template-natural .hero-ctas .btn-primary:hover svg *:not([fill="none"]),
body.site-theme-natural-green .nav-quote-btn:hover svg *:not([fill="none"]),
body.site-theme-natural-green .nav-search-submit:hover svg *:not([fill="none"]),
body.site-theme-natural-green .product-list .pl-btn-primary:hover svg *:not([fill="none"]),
body.site-theme-natural-green .health-need .hn-btn-primary:hover svg *:not([fill="none"]),
body.site-theme-natural-green .ov_btn_primary:hover svg *:not([fill="none"]),
body.site-theme-natural-green .product_overview .ov_btn_secondary:hover svg *:not([fill="none"]),
body.site-theme-natural-green .ov_actions .ov_btn_secondary:hover svg *:not([fill="none"]),
body.site-theme-natural-green .cdmo-service .cs-btn-primary:hover svg *:not([fill="none"]){
    fill:currentColor !important;
}
