/** Shopify CDN: Minification failed

Line 2995:14 Unexpected "{"
Line 2995:15 Expected identifier but found "%"
Line 2995:149 Unexpected "{"
Line 2995:150 Expected identifier but found "%"
Line 3018:14 Unexpected "/"

**/
body {
font-weight: 400;
font-style: normal;
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Lato", sans-serif;
}

p {
    margin: 0;
}

a {
transition: all 0.5s;
text-decoration:none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'value-serif-pro-medium';
}

.poppins-regular {
font-family: "Poppins", sans-serif;
font-weight: 400;
font-style: normal;
}
.mt-30{
margin-top : 30px;
}
.pl-4 {
padding-left: 25px;
}
@media (min-width: 1400px) {
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
max-width: 1370px;
padding-right: 15px;
padding-left: 15px;
}
}
ul {
    list-style-type: none;
    list-style-type: disc;
    margin-left: 0;
}


/* header-css */


.header-top-bar {
background: #21401F;
text-align: center;
padding: 10px;
}

.header-top-bar p {
color: #fff;
font-family: "Poppins", sans-serif;
font-size: 14px;
font-weight: 500;
line-height: 21px;
}
.desktop-logo img {
    width: 180px;
}
.navbar {
padding: 10px 0;
}
.dropdown-toggle::after{
  display:none;
}

.navbar a {
text-decoration: none;
}

#navbarSupportedContent {
justify-content: space-between;
}

ul.navbar-nav li.nav-item {
margin-right: 35px;
}
ul.navbar-nav li.nav-item:last-child {
margin-right: 0;
}
ul.navbar-nav li.nav-item a.nav-link {
color: #21401F;
font-size: 16px;
font-weight: 700;
padding: 0;
}
.right-nav{
min-width: 330px;
}
.navbar-brand {
margin: 0;
}
.user-cart-group ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 25px;
}
.user-cart-group ul li a svg {
    width: 22px;
    height: 22px;
}

.user-cart-group ul li {
list-style-type: none;
cursor: pointer
}

.user-cart-group {
position: absolute;
right: 0;
}
.right-nav {
min-width: 330px;
text-align: right;
justify-content: end;
padding-right: 165px;
}
section.hero-section {
width: 100%;
height: 700px;
background-position: 100% 81%;
background-size: cover;
display: flex; 
align-items: center;
}
.hero-content h1 {
font-size: 52px;
color: #21401F;
line-height: 56px;
margin: 10px 0 15px;
}
.hero-content .all-btn {
    margin-top: 25px;
}

.hero-content {
max-width: 600px;
}

.hero-content small {
color: #21401F;
font-size: 14px;
letter-spacing: 2px;
text-transform: uppercase;
font-weight: 700;
}
 .sticky-header {
     position: fixed;
     width: 100%;
     box-shadow: 0px 0px 30px -5px #9698a6;
     animation: goDown 0.5s ease-in-out forwards;
     z-index: 99;
     background: #fff;
 }

 @keyframes goDown {
     0% {
         top: -60px;
     }

     100% {
         top: 0;
     }
 }

.sticky-header .header-top-bar {
    display: none;
}
 /* Tooltip box */
.tooltip-inner {
  color: #fff;
  font-size: 13px;
  padding: 4px 8px; /* padding 0 rakhoge to text chipak jayega */
  background-color: #21401F; /* optional - apne theme ke hisaab se */
  border-radius: 4px;
}

/* Tooltip arrow color */
.tooltip .tooltip-arrow::before {
  border-bottom-color: #21401F !important; /* bottom placement ke liye */
}
.hero-content p {
color: #21401F;
font-size: 16px;
line-height: 25px;
}
.section-title h2 {
color: #21401F;
font-size: 34px;
margin: 0;
padding-bottom: 10px;

}
.all-btn {
background: #8eb936;
color: #fff;
display: inline-block;
font-size: 14px;
text-transform: uppercase;
text-decoration: none;
font-weight: 700;
padding: 16px 25px;
border-radius: 30px;
}
.all-btn img {
margin-left: 20px;
position: relative;
top: -1px;
}

.brand-row {
background: #F6F9F4;
padding: 20px 0;
}

.brand-list ul {
padding: 0;
margin: 0;
display: flex;
align-items: center;
justify-content: center;
gap: 100px;
}

.brand-list ul li {
list-style-type: none;
}
section.featured-section {
padding: 100px 0;
}
.featured-content {
max-width: 1200px;
margin: 0 auto;
margin-top: 34px;
}

.featured-card > img {
width: 100%;
border-radius: 4px;
height: 290px;
object-fit: cover;
}

.featured-content h3 {
font-size: 24px;
color: #193817;
margin: 20px 0px 15px;
}
.featured-content .all-btn {
font-size: 14px;
font-family: Poppins, sans-serif;
text-transform: capitalize;
font-weight: 600;
padding: 10px 25px;
}
.featured-content .all-btn img {
top: 0px;
}
section.best-seller-section {
background: #F4F8F6;
padding: 80px 0;
}
.best-seller-title {
display: flex;
justify-content: space-between;
}
.best-seller-title .all-btn {
font-size: 14px;
font-family: Poppins, sans-serif;
text-transform: capitalize;
font-weight: 600;
padding: 17px 25px;
line-height: 1;
}
.best-seller-title .all-btn img {
margin-left: 10px;
}
.section-title p {
font-family: "Bitter", serif;
color: #21401F;
font-size: 16px;
}
.best-seller-outer {
margin-top: 30px;
}

.best-seller-card {
background: #FFFFFF;
border-radius: 5px;
padding: 15px;
position: relative;
height:100%;
}


.best-seller-content h3 {
    font-size: 18px;
    font-weight: 400;
    color: #193817;
    margin-bottom: 10px;
    text-decoration: none;
    line-height: 25px;
    font-family: Lato, sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.best-seller-content {
    margin-top: 15px;
}
.best-seller-content p {
color: #193817;
font-size: 18px;
margin-bottom: 5px;
}

.best-seller-image {
    text-align: center;
    padding: 0;
    width: 100%;
    background: #f4f8f6;
}
 


.best-seller-image a {
    display: block;
    width: 100%;
    
}

.best-seller-image a img, .best-seller-image img {
    width: 100%;
    height: 294px;
    object-fit: contain;
}
.ratting-image {
font-size: 14px;
font-weight: 500;
color: #193817;
}

.ratting-image img {
margin-right: 10px;
}
.add-to-card {
color: #174811;
text-decoration: none;
font-size: 14px;
border: 1px solid #174811;
width: 100%;
display: inline-block;
font-weight: 500;
font-family: Poppins, sans-serif;
border-radius: 100px;
text-align: center;
padding: 12px 0px;
line-height: 1;
margin-top: 20px;
}

.our-ingredient-title small {
color: #193817;
font-size: 14px;
letter-spacing: 2px;
font-weight: 600;
}
section.our-ingredient-section {
padding: 100px 0;
}

.our-ingredient-title {
text-align: center;
margin-bottom: 30px;
}

.our-ingredient-title small {
color: #193817;
font-size: 14px;
letter-spacing: 2px;
font-weight: 600;
}

.our-ingredient-title h2 {
color: #193817;
font-size: 26px;
margin-top: 15px;
}

.ingredient-list {
display: flex;
justify-content: center;
gap: 40px;
}

.ingredient-list-card p {
color: #193817;
font-size: 16px;
margin-top: 10px;
}

.ingredient-list-card {
text-align: center;
}
.our-ingredient-main {
padding: 0px 40px;
margin-top:45px;
}
.ingredient-card {
position: relative;
transition: all .5s;
overflow: hidden;
border-radius: 10px;
}
.ingredient-card img{
aspect-ratio: 3 /3;
width: 100%;
transition: all 0.5s;
}
.ingredient-card:hover img {
transform: scale(1.1);
}
.ingredient-card p {
color: #fff;
font-size: 30px;
text-align: center;
font-family: value-serif-pro-medium;
line-height: 36px;
text-transform: capitalize;
}
.ingredient-content {
background-position: center;
background-size: cover;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
left: 0;
top: 0;
right: 0;
height: 100%;
}

section.how-it-work-section {
background: #F4F8F6;
padding: 70px 0;
}

.how-it-work-card {
display: flex;
background: #fff;
padding: 10px;
border-radius: 10px;
gap: 20px;
align-items: center;
}

.how-it-work-image {
position: relative;
width: 150px;
height: 150px;
overflow: hidden;
border-radius: 10px;
}

.how-it-work-image img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 10px;
transition: all 0.5s;
}
.how-it-work-image:hover img {
transform: scale(1.1);
}

span.hiw-number {
position: absolute;
background: #8EB936;
width: 30px;
height: 30px;
border-radius: 100%;
color: #fff;
font-size: 14px;
font-weight: 600;
text-align: center;
padding: 4px;
left: 8px;
top: 8px;
z-index: 5;
}

.how-it-work-content {
flex: 1;
}

.how-it-work-content h3 {
color: #193817;
font-size: 20px;
line-height: 28px;
font-weight: 500;
}
.how-it-work-outer {
margin-top: 30px;
}
.modern-relaxation-outer {
    max-width: 1200px;
    margin: 0 auto;
    background: #FBF2EE;
    border-radius: 20px;
    overflow: hidden;
}

.modern-relaxation-image img {
width: 100%;
}

section.modern-relaxation-section {
padding: 100px 0 50px;
}

.modern-relaxation-content {
display: flex;
flex-direction: column;
justify-content: center;
align-items: self-start;
height: 100%;
padding-left: 60px;
}

.modern-relaxation-content small {
color: #193817;
font-size: 11px;
letter-spacing: 2px;
font-weight: 600;
text-transform: uppercase;
}

.modern-relaxation-content h3 {
color: #21401f;
font-size: 28px;
margin: 0;
padding-top: 10px;
}

.modern-relaxation-content p {
color: #193817;
font-size: 16px;
line-height: 26px;
font-family: Poppins, sans-serif;
margin-top: 15px;
}

.modern-relaxation-content .all-btn {
color: #193817;
background: #fff;
padding: 16px 25px;
line-height: 1;
margin-top: 26px;
}

section.testimonial-section {
padding: 50px 0 100px;
}

.testimonial-content p {
color: #193817;
font-size: 20px;
line-height: 32px;
}

.testimonial-content h3 {
color: #21401f;
font-size: 16px;
margin: 0;
padding-top: 20px;
line-height: 27px;
}

.testimonial-content {
text-align: center;
padding: 0px 50px;
margin-bottom: 35px;
}
.testimonial-slider .item {
opacity: 0.5;
}
.testimonial-slider .owl-item.center .item{
    opacity: 1;
}
section.testimonial-section .section-title {
margin-bottom: 20px;
}
 

section.testimonial-section .section-title {
margin-bottom: 20px;
}

section.testimonial-section .section-title p {
font-size: 14px;
color: #193817;
margin-bottom: 20px;
}

section.testimonial-section .section-title p a {
color: #193817;
}
section.testimonial-section  .owl-dots {
text-align: center;
}

section.testimonial-section  button.owl-dot {
background: #1938174D !important;
width: 8px;
height: 8px;
border-radius: 100%;
margin: 0px 5px;
}

section.testimonial-section  button.owl-dot.active {
background: #193817 !important;
width: 10px;
height: 10px;
position: relative;
top: 1px;
}

section.testimonial-section button.owl-next {
position: absolute;
right: -140px;
left: 0;
bottom: -12px;
width: 44px;
margin: 0 auto;
}

section.testimonial-section button.owl-prev {
position: absolute;
right: 0;
left: -140px;
bottom: -12px;
width: 44px;
margin: 0 auto;
}
.video-card video {
width: 100%;
height: 420px;
object-fit: cover;
}

.video-card {
border-radius: 10px;
overflow: hidden;
position: relative;
}
.video-card .overlay {
position: absolute;
right: 15px;
top: 15px;
display: flex;
flex-direction: column;
gap: 10px;
}
section.video-testimonial-section {
padding: 50px 0 100px;
}
button.play-btn {
width: 40px;
height: 40px;
border: none;
background: #000;
border-radius: 100%;
}
button.mute-btn {
width: 40px;
height: 40px;
border: none;
background: #000;
border-radius: 100%;
}
section.free-shipping-section {
background: #F4F8F6;
padding: 40px 0;
}

.free-shipping-card {
text-align: center;
}

.free-shipping-card h3 {
margin-top: 20px;
color: #193817;
font-family: Lato, sans-serif;
font-weight: 700;
font-size: 17px;
}

.free-shipping-card p , .free-shipping-card a{
color: #193817;
/* font-family: value-serif-pro-medium; */
font-size: 15px;
margin-top: 10px;
}
.free-shipping-outer {
max-width: 1200px;
margin: 0 auto;
}
footer.footer {
padding: 60px 0 30px;
}

.footer-logo-wraper p {
color: #193817;
font-size: 16px;
margin-top: 20px;
line-height: 24px;
}
.footer-link-list h3 {
color: #193817;
font-size: 18px;
line-height: 24px;
margin-bottom: 20px;
}

.footer-link-list ul {
padding: 0;
margin: 0;
}

.footer-link-list ul li {
list-style-type: none;
margin: 10px 0px;
}

.footer-link-list ul li a {
    color: #193817;
    text-decoration: none;
    font-size: 16px;
    word-wrap: break-word;
}
.footer-link-list p {
color: #193817;
font-size: 16px;
margin-top: 20px;
line-height: 24px;
}
.footer-input-group input {
width: 100%;
height: 48px;
border-radius: 100px;
color: #21401f;
font-size: 16px;
padding-left: 25px;
outline: none !important;
border: none !important;
box-shadow: none !important;
background: #F4F8F6;
}
.footer-input-group button {
background: #8EB936;
height: 42px;
font-size: 16px;
color: #fff;
font-weight: 600;
border: none;
border-radius: 100px;
padding: 0px 25px;
font-family: Poppins, sans-serif;
margin-top: 8px;
font-size : 14px;
}
.footer-input-group {
margin-top: 20px;
}
hr.footer-hr {
margin: 60px 0 30px;
border-top: 1px solid #fff;
}
.copyright {
display: flex;
justify-content: space-between;
align-items: center;
}

.copyright-text {
font-size: 14px;
color: #193817;
font-family: value-serif-pro-medium;
}
div#close-btn {
display:none;
}

section.collection-banner {
background-position: center;
background-size: cover;
padding: 45px 0;
}

.collection-content h3 {
font-size: 34px;
color: #21401F;
margin-bottom: 10px;
}

.collection-content p {
font-size: 16px;
color: #21401F;
}
.collection-content {
max-width: 500px;
}
section.product-collection {
background: #F4F8F6;
padding: 30px 0;

}
.product-filter-head {
font-size: 20px;
color: #193817;
font-family: value-serif-pro-medium;
display: flex;
align-items: center;
gap: 10px;
}
.hr-div hr {
border-top: 1px solid #193817;
opacity: 1;
margin: 20px 0;
}
.product-filter {
background: #fff;
padding: 30px 20px;
border-radius: 10px;
position: sticky;
top: 30px;
}
.toggle-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: #555;
    font-size: 20px;
    line-height: 1;
    padding: 0;
    display: flex;
    align-items: center;
}

/* ── Checkboxes ── */
.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-bottom: 5px;
}

.checkbox-item {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    user-select: none;
}

.checkbox-item input[type="checkbox"] {
    display: none;
}

.custom-check {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 2px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.15s, border-color 0.15s;
    background: #fff;
}

.custom-check.checked {
    background: #3a6b3a;
    border-color: #3a6b3a;
}

.custom-check.checked:after {
content: "";
display: block;
width: 5px;
height: 10px;
border: 2px solid #fff;
border-top: none;
border-left: none;
transform: rotate(45deg) translate(0px, -1px);
}

.label-text {
    font-size: 15px;
    color: #1a1a1a;
}

/* ── Divider ── */
.divider {
    border: none;
    border-top: 1px solid #e0e0d8;
    margin: 20px 0;
}

/* ── Price range ── */
.price-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #555;
    margin-bottom: 5px;
    margin-top: 15px;
}


.price-val {
    font-weight: 600;
    color: #1a1a1a;
}

.range-wrapper {
    position: relative;
    height: 28px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.range-track {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #ddd;
    border-radius: 2px;
}

.range-fill {
    position: absolute;
    height: 4px;
    background: #8EB936;
    border-radius: 2px;
}

input[type="range"].thumb {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    width: 100%;
    height: 4px;
    background: transparent;
    outline: none;
    cursor: pointer;
    pointer-events: none;
}

input[type="range"].thumb::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #8EB936;
    border: 2.5px solid #fff;
    box-shadow: 0 0 0 1.5px #8EB936;
    cursor: pointer;
    pointer-events: all;
}

input[type="range"].thumb::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #8EB936;
    border: 2.5px solid #fff;
    box-shadow: 0 0 0 1.5px #8EB936;
    cursor: pointer;
    pointer-events: all;
    border: none;
}

/* ── Buttons ── */
.btn-row {
    display: flex;
    gap: 10px;
}

.btn-apply {
    flex: 1;
    padding: 2px 0;
    border-radius: 999px;
    background: #8EB936;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background .15s;
    font-family: value-serif-pro-medium;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.btn-clear {
    flex: 1;
    border-radius: 999px;
    background: transparent;
    color: #193817;
    border: 1.5px solid #193817;
    font-size: 14px;
    cursor: pointer;
    transition: background .15s;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-clear:hover { background: #f5f5f0; }

/* ── Toast notification ── */
.toast {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%) translateY(60px);
    background: #1a1a1a;
    color: #fff;
    padding: 10px 20px;
    border-radius: 999px;
    font-size: 13px;
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    pointer-events: none;
    white-space: nowrap;
}

.toast.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.product-cat-head {
font-size: 19px;
color: #193817;
display: flex;
justify-content: space-between;
font-family: value-serif-pro-medium;
margin-bottom: 15px;
}
.checkbox-item .label-text {
font-size: 16px;
color: #193817;
font-weight: 500;
}
h3.product-cat-title {
font-size: 19px;
color: #193817 !important;
}
section.product-collection a.add-to-card {
display: none;
position: absolute;
left: 0;
right: 0;
top: 40%;
z-index: 9;
background: #FFFFFF;
width: 60%;
margin: 0 auto;
}
section.product-collection  .best-seller-card:hover a.add-to-card{
display: block;
}
section.product-collection .best-seller-card {
margin-bottom: 20px;
}
section.product-collection .best-seller-content h3 a {
    font-size: 18px;
    font-weight: 400;
    color: #193817;
    margin-bottom: 10px;
    text-decoration: none;
    line-height: 25px;
    font-family: Lato, sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.collection-list-head h3 {
font-size: 38px;
color: #193817;
font-family: value-serif-pro-medium;
    padding-top: 15px;
}

.collection-list-head {
display: flex;
justify-content: space-between;
}

.chip {
background: #fff;
color: #193817;
display: inline-block;
font-family: value-serif-pro-medium;
font-size: 14px;
padding: 5px 14px;
border-radius: 100px;
}
select#best-sell {
background: #fff;
color: #193817;
display: inline-block;
font-family: value-serif-pro-medium;
font-size: 14px;
padding: 11px 16px;
border-radius: 10px;
border: none;
margin-bottom: 1rem;
outline: none !important;
margin-left: 10px;
}

.sort-by-option {
color: #193817;
display: inline-block;
font-family: value-serif-pro-medium;
font-size: 14px;
text-align: end;
margin-bottom: 1rem;
}
.prd-hr hr {
border-top: 2px solid #193817;
opacity: 1;
margin-bottom: 20px;
}

.pagination-div {
text-align: center;
margin-top: 10px;
}

ul.pagination {
border-radius: 0 !important;
justify-content: center;
}

ul.pagination ul li a {
font-size: 18px;
}

ul.pagination a {
font-size: 16px;
color: #193817 !important;
font-weight: 600;
padding: 8px 16px;
border: none !important;
background: #fff !important;
}

ul.pagination li {
padding: 0px 0px;
border: none !important;
}
li.page-item.prev svg {
margin-right: 10px;
position: relative;
top: -1px;
}
li.page-item.next svg {
position: relative;
top: -1px;
margin-left: 10px;
}

section.product-details-section {
    padding: 75px 0;
}
.single-product-details {
    width: 100%;
    padding-left: 45px;
}
.single-product-details p {
    color: #21401f;
    font-size: 16px;
    line-height: 30px;
    margin: 12px;
}

.single-product-details ul li {
    font-size: 16px;
    color: #21401f;
    line-height: 26px;
}

.single-product-details ul {
    margin: 20px 0;
}

.single-product-details   h2,  .single-product-details   h3,  .single-product-details   h4,  .single-product-details   h5,  .single-product-details   h6 {
    margin: 20px 0;
}
.single-product-details__badges {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #21401F;
    margin-bottom: 15px;
    font-weight: 500;
    flex-wrap: wrap;
}

.single-product-details h1 {
    color: #21401F;
    font-size: 38px;
    line-height: 48px;
    font-family: "Lato", sans-serif;
    margin-bottom: 20px;
    font-weight: 400;
}
.single-product-details__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #21401F;
    display: inline-block;
}



.single-product-details__rating-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content: space-between;
}
.single-product-details__stars {
    display: flex;
    gap: 2px;
}

.single-product-details__stars svg {
    fill: #FFB341;
}

.single-product-details__review-count {
    font-size: 13px;
    color: #193817;
    letter-spacing: 2px;
    text-transform: capitalize;
    font-weight: 500;
        margin-left: 10px;
}

.single-product-details__ship-badge {
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 6px;
    color: #21401F;
    background: #8EB93629;
    letter-spacing: 1px;
    font-weight: 600;
}

.single-product-details__description {
    font-size: 16px;
    color: #21401F;
    line-height: 26px;
}

.product-page-hr hr {
    border-top: 1px solid #EAEAEA;
    opacity: 1;
    margin: 24px 0;
}

.single-product-details__option {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 5px 0px;
    cursor: pointer;
}

.single-product-details__option-left {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.single-product-details__radio {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #5a7f2f;
    background: #5a7f2f;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}

.single-product-details__radio-inner {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
}

.single-product-details__radio-empty {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1.5px solid #bbb;
    background: transparent;
    flex-shrink: 0;
    margin-top: 1px;
}

.single-product-details__option-label {
    font-size: 16px;
    color: #21401F;
    top: -3px;
    position : relative;
}

.single-product-details__option-sub {
    font-size: 12px;
    color: #21401F;
    margin-top: 0;
}

.single-product-details__option-hint {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #21401F;
    font-size: 10px;
    color: #21401F;
    margin-left: 6px;
    cursor: help;
}
.single-product-details__option-price {
    font-size: 18px;
    font-weight: 600;
    color: #21401F;
    flex-shrink: 0;
    font-style: italic;
}
.single-product-details__purchase-row {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 24px;
}

.single-product-details__price {
    font-size: 24px;
    font-weight: 600;
    color: #21401F;
}
.single-product-details__qty-control {
    display: flex;
    align-items: center;
    overflow: hidden;
    gap: 8px;
}

.single-product-details__qty-btn {
    width: 32px;
    height: 32px;
    border: none;
    background: transparent;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
    border-radius: 100%;
    color: #21401F;
    border: 1px solid #EAEAEA;
}

.single-product-details__qty-btn:hover {
    background: #739C27;
    color: #fff;
}

.single-product-details__qty-value {
    min-width: 28px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
}

.single-product-details__add-to-cart {
    width: 100%;
    padding: 15px;
    background: #739C27;
    border: none;
    border-radius: 999px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 24px;
    letter-spacing: .01em;
    transition: background .2s;
    font-family: Poppins, sans-serif;
}


.single-product-details__meta-row {
    display: flex;
    gap: 24px;
}

.single-product-details__meta-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #21401F;
    font-weight: 500;
}
section.why-love-it-section {
    background: #F4F8F6;
    padding: 70px 0;
}

.why-love-title h2 {
    font-size: 34px;
    text-align: center;
    color: #193817;
    margin-bottom: 40px;
}

.why-love-it-image img {
    width: 100%;
    border-radius: 20px;
    height: 400px;
}
.relaxation-box {
    text-align: center;
}

.relaxation-box {}

.relaxation-box p {
    color: #193817;
    font-size: 18px;
    margin-top: 15px;
}

.why-love-it-content h2 {
    color: #193817;
    font-size: 34px;
    margin-bottom: 20px;
}

.why-love-it-content p {
    color: #21401F;
    font-size: 16px;
}

.why-love-it-content ul li {
    font-size: 16px;
    color: #21401F;
    margin: 6px 0;
}
.why-love-hr hr {
    border-top: 1px solid #EAEAEA;
    opacity: 1;
    margin: 20px 0;
}
.relaxation-box {
    text-align: center;
    margin-bottom: 70px;
}
.why-love-it-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
section.transparency-section {
    background: #F4F8F6;
    padding: 70px 0;
}

.transparency-image img {
    width: 100%;
    border-radius: 20px;
}

.transparency-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.transparency-content h3 {
    color: #193817;
    font-size: 34px;
    margin-bottom: 25px;
}

.transparency-content ul li {
    color: #193817;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}

.transparency-content p {
    color: #21401F;
    font-size: 16px;
}
.transparency-content {
    padding-left: 75px;
}
.download-btn {
    margin-top: 3rem;
}
section.faq-section {
    padding: 100px 0;
}
.w-lg-50 {
    max-width: 650px;
}

.accordion-body ul li a {
  color: black;
  font-weight: 700;
}
.faq-section .accordion {
  width: 100%;
}

.accordion-button:not(.collapsed) {
  background-color: var(--secondary-text);
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:before {
    content: "";
    position: absolute;
    right: .75rem;
    top: 28px;
    height: 2px;
    width: 18px;
    background-color: #193817;
}
.accordion-button.collapsed:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 20px;
    height: 18px;
    width: 2px;
    border-style: none;
    background-color: #193817;
}

.faq-section .accordion-button h5 {
  color: var(--primary-text);
  margin-right: 13px;
}
.accordion-body {
  background-color: var(--secondary-text);
}

.accordion-body ol {
  counter-reset: step-counter;
  list-style-type: none;
  padding-left: 0;
}

.accordion-body ol > li {
  counter-increment: step-counter; /* Increment custom counter */
  margin-bottom: 10px;
}

.accordion-body ol > li::before {
  content: "Steps " counter(step-counter) ": "; /* Custom prefix */
  font-weight: bold;
}
section.faq-section h6 {
    font-size: 38px;
    text-align: center;
    color: #193817;
    margin-bottom: 50px !important;
}
button.accordion-button {
    font-size: 20px;
    background: transparent !important;
    padding: 18px 0;
    color: #193817 !important;
    font-family: Lato, sans-serif;
}
.accordion-body {
    background-color: #f4f8f6;
    font-size: 16px;
    margin-bottom: 20px;
}

.product-details-slider {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    height: auto;
    position: sticky;
    top: 60px;
}
.slider.slider-nav {
    max-width: 70px;
}
.thumbImg img {
    width: 100%;
}
.slick-slide img {
    display: block;
    width: 100%;
}
.slider.slider-for {
    max-width: calc(100% - 90px);
   width: 100%;
}

button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
    display: none !important;
}

.thumbnail-image {
    border: 1px solid #B7B7B7;
    width: 68px !important;
    height: 76px;
    cursor:pointer;
}
/* .thumbnail-image img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
} */
 .thumbnail-image img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}
.slider-banner-image img {
    display: block;
    width: 100%;
    height: 470px;
    object-fit: contain;
}
 /* .slider-banner-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
.why-love-it-content ul {
    margin: 0;
}
section.contact-form-section {
    background: #f4f8f6;
    padding: 100px 0;
    border-bottom: 1px solid #cccccc6b;
}
.contact-us-form {
    background: #fff;
    padding: 48px;
    border-radius: 20px;
}

/* spacing */
.contact-us-form > div:first-child {
  margin-bottom: 40px;
}

.contact-us-form h2 {
    color: #21401f;
    font-size: 34px;
    margin: 0;
    padding-bottom: 5px;
    font-weight: 500;
}

.contact-us-form p {
    color: #193817;
    text-decoration: none;
    font-size: 15px;
}

/* form */
.contact-us-form form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* grid */
.contact-us-form .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 768px) {
  .contact-us-form .grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* field */
.contact-us-form .input-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* label */
.contact-us-form label {
    font-size: 14px;
    font-weight: 500;
    color: #193817;
}

/* inputs */
.input-field input {
    box-shadow: none !important;
    width: 100%;
    border: none;
    background: #eff4fc;
    padding: 16px;
    border-radius: 10px;
    font-size: 14px;
    color: #111827;
    outline: 0px !important;
    border: none;
}

.input-field textarea {
    box-shadow: none !important;
    width: 100%;
    background: #eff4fc;
    padding: 16px;
    border-radius: 10px;
    font-size: 14px;
    color: #111827;
    outline: 0px !important;
    border: none;
}


/* textarea */
.contact-us-form textarea {
  resize: none;
}

/* button */
.contact-us-form button {
  margin-top: 10px;
  padding: 16px;
  border-radius: 999px;
  background: #065f46;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.contact-us-form button {
    margin-top: 10px;
    box-shadow: none;
    transition: all .2s ease;
    background: #8eb936;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    padding: 16px 25px;
    border-radius: 30px;
    border: none;
    letter-spacing: 1px;
}

.contact-us-form button:active {
  transform: scale(0.96);
}

  .contact-info-card {
    background-color: #fff;
    border-radius: 16px;
    padding: 32px;
    max-width: 380px;
    box-sizing: border-box;
  }

 .contact-info-card__title {
    color: #21401f;
    font-size: 24px;
    margin: 0;
    padding-bottom: 20px;
    font-weight: 500;
}

  .contact-info-card__list {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .contact-info-card__item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }

  .contact-info-card__icon-wrap {
    background-color: rgba(26, 92, 69, 0.1);
    padding: 12px;
    border-radius: 12px;
    color: #1a5c45;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .contact-info-card__icon-wrap .material-symbols-outlined {
    font-size: 22px;
    line-height: 1;
  }

.contact-info-card__item-label {
    font-size: 12px;
    color: #6b7280;
    margin: 0 0 3px;
}

  .contact-info-card__item-value {
    font-size: 14px;
    font-weight: 600;
    color: #193817;
    margin: 0;
}

  .contact-info-card__footer {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid rgba(0,0,0,0.1);
  }

 .contact-info-card__footer-label {
    font-size: 12px;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 16px;
}

  .contact-info-card__socials {
    display: flex;
    gap: 16px;
  }

 .contact-info-card__social-link {
    background-color: #dde3ec;
    width: 44px;
    border-radius: 9999px;
    color: #374151;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color .3s ease, color .3s ease;
    height: 44px;
}

  .contact-info-card__social-link .material-symbols-outlined {
    font-size: 22px;
    line-height: 1;
  }

  .contact-info-card__social-link:hover {
    background-color: #193817;
    color: #ffffff;
  }

.mindfulness-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 256px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 380px;
    margin-top: 30px;
}

/* background image */
.mindfulness-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
  mix-blend-mode: overlay;
}

/* content */
.mindfulness-card .content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 32px;
}

/* icon */
.mindfulness-card .icon {
  font-size: 32px;
  color: #8eb936; 
  margin-bottom: 16px;
  display: block;
}

/* title */
.mindfulness-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #1f2937; /* on-surface */
  margin: 0;
}

/* text */
.mindfulness-card p {
  font-size: 14px;
  color: #6b7280; /* on-surface-variant */
  margin-top: 8px;
}
.contact-info-card__social-link i {
    font-size: 16px;
}

.clarity-section {
    background: #F4F8F6;
    padding: 100px 0;
}



.clarity-container {
  display: grid;
  gap: 40px;
  align-items: center;
}


.clarity-image {
  order: 2;
}

.clarity-content {
  order: 1;
}



.clarity-image img {
    width: 100%;
    aspect-ratio: 4 / 4;
    object-fit: cover;
    border-radius: 8px;
}

.clarity-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.clarity-content h2 {
    color: #21401f;
    font-size: 34px;
    margin: 0;
}

.clarity-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  line-height: 1.6;
}

.clarity-text p {
    margin: 0;
    color: #193817;
    font-size: 16px;
    line-height: 26px;
}

.clarity-quote {
    font-size: 18px;
    color: #21401f;
    border-left: 4px solid #21401f;
    padding-left: 15px;
    max-width: 100%;
    font-weight: 500;
    font-family: value-serif-pro-medium;
    background: #fff;
    padding: 15px;
}

.core-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}

.core-header-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.core-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 700;
  color: #21401f;
}

.core-title {
    line-height: 1;
    color: #21401f;
    font-size: 34px;
    margin: 0;
}

.core-desc {
    max-width: 500px;
    margin: 0;
    color: #193817;
    font-size: 16px;
    line-height: 26px;
}

/* Grid */
.core-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

/* P1 */
.core-p1 {
  background: #f5f3ef;
  border-radius: 12px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}


.core-p1-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  gap: 48px;
}

.core-icon-circle {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #21401f;
    box-shadow: 0 2px 6px #00000014;
}


.core-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.core-text h3 {
    font-size: 30px;
    color: #21401f;
    margin: 0;
}

.core-text p {
    font-size: 16px;
    color: #6b7280;
    line-height: 1.6;
    max-width: 450px;
}

.core-bg-icon {
  position: absolute;
  right: -80px;
  bottom: -80px;
  opacity: 0.05;
  font-size: 240px;
  transition: all 0.6s ease;
}

.core-p1:hover .core-bg-icon {
  transform: scale(1.1);
  opacity: 0.1;
}

/* P2 */
.core-p2 {
  background: #002e21;
  color: #ffffff;
  border-radius: 12px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.core-p2 .core-text h3 {
    color: #fff;
}
.core-p2 .core-icon-circle {
  background: rgba(255,255,255,0.2);
  color: #ffffff;
  box-shadow: none;
}

.core-p2 h3 {
  font-size: 30px;
}

.core-p2 p {
  font-size: 18px;
  color: rgba(255,255,255,0.8);
}

.core-p2 .core-text {
  margin-top: 80px;
}

/* P3 */
.core-p3 {
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 12px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: border 0.3s;
}

.core-p3:hover {
  border-color: #002e21;
}

.core-small-icon {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #21401f;
    box-shadow: 0 2px 6px #00000014;
    border: 1px solid #002e21;
}

.core-p3 .core-text {
  margin-top: 48px;
}

.core-p3 h4 {
    font-size: 30px;
    color: #21401f;
    margin: 0;
}

/* P4 */
.core-p4 {
  background: #f9fafb;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 24px;
  overflow: hidden;
}

.core-p4-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  order: 2;
}

.core-p4-right {
  height: 256px;
  order: 1;
}

.core-p4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    height: 245px;
}

.core-inline-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: #21401f;
  margin-bottom: 8px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.core-p4 h3 {
    font-size: 30px;
    color: #21401f;
    margin: 0;
}

.core-p4 p {
    font-size: 16px;
    color: #6b7280;
    line-height: 1.6;
    max-width: 450px;
}

section.core-section {
    background: #fff;
    padding: 100px 0;
}
section.alchemy-section {
    background: #002117;
    padding: 100px 0;
}
.alchemy {
    background: #0d2c23;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, .1);
    padding: 48px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    transition: all .5s cubic-bezier(.22, 1, .36, 1);
}


.alchemy .label {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: bold;
  color: #d4af37;
}

.alchemy h3 {
    font-size: 30px;
    margin: 10px 0;
    transition: letter-spacing .3s ease;
    color: #ffff;
}

.alchemy:hover h3 {
  letter-spacing: 1px;
}

.alchemy .divider {
  height: 4px;
  width: 48px;
  background: #d4af37;
  transition: width 0.3s ease;
}

.alchemy:hover .divider {
  width: 80px;
}

.alchemy .subtitle {
    font-size: 20px;
    font-weight: 500;
    color: #ffffffd6;
}

.alchemy .desc {
    opacity: 0.5;
    line-height: 1.6;
    font-size: 16px;
    color: #ffff;
}
.alchemy .btn {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-weight: 700;
    background: none;
    border: none;
    cursor: pointer;
    transition: all .3s ease;
    padding: 0;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-top: 1.5rem;
}

.alchemy .btn .icon {
  transition: transform 0.3s ease;
}

.alchemy:hover .btn {
  gap: 16px;
  color: #d4af37;
}

.alchemy:hover .btn .icon {
  transform: translateX(5px);
}
.alchemy-section-title h2 {
    line-height: 1;
    color: #fff;
    font-size: 34px;
    margin: 0 0 40px;
    text-align: center;
}
.alchemy-slider .owl-nav button {
    margin: 0px 10px;
}
.alchemy-slider .owl-nav {
    text-align: center;
    margin-top: 2.5rem;
}

.premium-section {
    padding: 100px 0;
    overflow: hidden;
}
.premium-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.premium-title h2 {
    line-height: 1;
    color: #21401f;
    font-size: 34px;
    margin: 0 0 50px;
}

.premium-feature-list {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

.icon-box.icon-box {
    background: #8eb936;
    width: 46px;
    height: 46px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    min-width: 46px;
}
.premium-feature-list h4 {
    font-size: 20px;
    color: #21401f;
}

.premium-feature-list p {
    font-size: 16px;
}
.image-wrap img {
    width: 100%;
    background: #f4f8f6;
    padding: 15px;
    border-radius: 10px !important;
}
.premium-features {
    max-width: 90%;
}
.commitment-section {
    padding: 100px 0px;
}


.commitment-image {
  position: relative;
}

.commitment-image img {
    width: 100%;
    aspect-ratio: 3 / 3;
    object-fit: cover;
    border-radius: 12px;
}

.commitment-overlay {
    position: absolute;
    bottom: -40px;
    right: -40px;
    background: #fff;
    padding: 20px;
    max-width: 320px;
    border-radius: 8px;
    box-shadow: 0 20px 40px #00000026;
}

.commitment-overlay h2 {
    font-size: 28px;
    color: #21401f;
    margin-bottom: 5px;
}
.commitment-overlay p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.5;
}

.commitment-content {
    display: flex;
    flex-direction: column;
    gap: 64px;
    height: 100%;
    justify-content: center;
    padding-left: 20px;
}

.commitment-block {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.commitment-block h3 {
    color: #21401f;
    font-size: 34px;
    margin: 0;
    padding-bottom: 0;
}

.commitment-block p {
    color: #193817;
    font-size: 18px;
    line-height: 30px;
}

.commitment-block span {
    font-weight: 600;
    font-style: italic;
}

.trust-section {
    padding: 100px 0;
    margin: 0 auto;
    background: #f4f8f6;
}
.trust-header {
    text-align: center;
    margin-bottom: 40px;
}

.trust-title {
    color: #21401f;
    font-size: 34px;
    margin: 0;
    padding-bottom: 0;
}

.trust-divider {
  width: 96px;
  height: 1px;
  background: #d1d5db;
  margin: 0 auto 24px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.trust-item {
    padding: 40px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    transition: transform 0.3s ease;
}

.trust-item:hover {
  transform: translateY(-8px);
}

.trust-item-light {
  background: #ffffff;
  box-shadow: 0 32px 48px rgba(27,28,26,0.04);
}

.trust-item {
    padding: 40px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    transition: transform 0.3s ease;
    background: #fff;
}

.trust-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.trust-icon-green , .trust-icon-soft{
    background: #8EB936;
    color: #fff;
}

.trust-item h4 {
    color: #193817;
    font-size: 26px;
    margin: 0;
    display: block;
    
}
.trust-item p {
    color: #6b7280;
    line-height: 1.4;
    font-size: 16px;
}

.promise-section {
  position: relative;
  overflow: hidden;
  padding: 128px 32px;
  background: #21401F;
  color: #ffffff;
}

/* BACKGROUND IMAGE LAYER */
.promise-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 33.333%;
  height: 100%;
  opacity: 0.1;
  pointer-events: none;
}

.promise-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CONTENT */
.promise-content {
  position: relative;
  z-index: 2;
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
}

/* TITLE */
.promise-title {
  font-size: 36px;
  margin-bottom: 40px;
  line-height: 1.2;
}

.promise-text {
    font-size: 20px;
    font-weight: 400;
    color: #ffffffd9;
    line-height: 1.7;
    margin-bottom: 48px;
}

.promise-actions {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.promise-btn {
    background: #fff;
    color: #21401f;
    padding: 20px 40px;
    border-radius: 999px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .15em;
    cursor: pointer;
    border: none;
    transition: all .3s ease;
    box-shadow: 0 32px 48px #0003;
    font-weight: 600;
}

.promise-btn:hover {
  background: #f3f4f6;
}

/* LINK */
.promise-link {
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  padding-bottom: 4px;
  text-decoration: none;
  transition: border 0.3s ease;
}

.promise-link:hover {
  border-color: #ffffff;
}


.journal-header {
  text-align: center;
  margin-bottom: 50px;
}

.journal-breadcrumb {
  display: inline-block;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #21401f;
  margin-bottom: 16px;
}

.journal-title {
  font-size: 36px;
  color: #21401f;
  margin-bottom: 5px;
}

.journal-desc {
    font-size: 18px;
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}


.journal-filters {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.journal-filter-btn {
  padding: 8px 24px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.2);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #21401f;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.journal-filter-btn:hover {
  background: #21401f;
  color: #ffffff;
}

.journal-filter-muted {
  color: #21401f;
}

.journal-filter-muted:hover {
  border-color: #21401f;
}

section.journal-main {
    background: #f4f8f6;
    padding: 100px 0;
}

.journal-grid {
    display: grid;
    gap: 40px 24px;
    grid-template-columns: repeat(3, 1fr);
}


.journal-card {
  cursor: pointer;
}

.journal-card-box {
    padding: 12px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid transparent;
    transition: all .3s ease;
    border-color: #0000001a;
}


.journal-img-wrap {
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 3 / 2;
  margin-bottom: 20px;
}

.journal-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.journal-card-content {
  padding: 0 16px 24px;
}

.journal-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.journal-line {
  width: 32px;
  height: 1px;
  background: #21401f;
}

.journal-category {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #21401f;
}


.journal-card-title {
  font-size: 18px;
  color: #21401f;
  margin-bottom: 10px;
  transition: color 0.4s;
}


.journal-card-text {
    font-size: 16px;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.journal-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.journal-read {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #0006;
}

.journal-arrow {
  font-size: 18px;
  color: #21401f;
  transition: color 0.3s;
}

.journal-card:hover .journal-arrow {
  color: #21401f;
}


.journal-pagination {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.journal-nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8eb936;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s;
}

.journal-nav-btn:hover {
  border-color: #21401f;
  color: #21401f;
}

.journal-pages {
  display: flex;
  gap: 16px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #21401f;
}

.journal-pages span {
  opacity: 0.2;
  cursor: pointer;
  transition: opacity 0.3s;
}

.journal-pages span.active {
  opacity: 1;
  cursor: default;
}

.journal-pages span:hover {
  opacity: 1;
}



 /*  <!--
    ════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
         Our Stroy Page Css Start
    ════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
    --> */

              /* ── SHARED HELPERS ── */
.section-head {
    font-size: clamp(30.4px, 2vw, 48px);
    font-weight: 300;
    line-height: 1.22;
    color: #21401f;
    margin-bottom: 22.4px;
    font-family: 'value-serif-pro-medium';
}
              
              .our-body-text {margin: 0;color: #193817;font-size: 16px;line-height: 26px;}
              .our-body-text strong { color: #21401f; font-weight: 500; }

              /* ── ORIGIN ── */
              .origin-section {padding: 75px 0;background: #ffffff;}

              /* ── QUOTE ── */
        .quote-section {
        padding: 0px 0 70px;
        position: relative;
        overflow: hidden;
    }
.big-quote {
    font-size: clamp(18.4px, 3vw, 20.8px);
    line-height: 1.55;
    font-style: normal;
    position: relative;
    font-family: 'value-serif-pro-medium';
    z-index: 2;
    color: #193817;
    background: #f5f3ef;
    padding: 50px;
    border-radius: 5px;
    border-color: #21401f;
    border-width: 5px;
    margin: 0;
}
              {% comment %} .quote-attr { font-size: 11.52px; letter-spacing: 0.25em; text-transform: uppercase; color: #6b8f6b; margin-top: 32px; } {% endcomment %}

              /* ── PILLARS ── */
              .pillars-section {background: #f4f8f6;padding: 75px 0;}
         .pillars-section    .pillar-card {
      background: #ffffff;
      border: 1px solid #e2ddd6;
      padding: 35.2px 28.8px;
      height: 100%;
      transition: box-shadow 0.3s, transform 0.3s, border-color 0.3s;
      border-radius: 12px;
  }
            .pillars-section   .pillar-card:hover { box-shadow: 0 12px 40px rgba(74,107,74,0.12); transform: translateY(-4px); border-color: #6b8f6b; }
            .pillars-section   .pillar-icon-wrap { width: 46px; height: 46px; background: #e8f0e8; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 19.2px; }
              .pillars-section .pillar-icon-wrap svg { width: 22px; height: 22px; stroke: #21401f; stroke-width: 1.5; fill: none; stroke-linecap: round; stroke-linejoin: round; }
              .pillars-section .pillar-num {font-size: 16px;font-weight: 600;color: #6b8f6b;margin-bottom: 6.4px;}
              .pillars-section .pillar-title {font-size: 18px;font-weight: 600;color: #21401f;margin-bottom: 11.2px;}
           .pillars-section .pillar-text {
            font-size: 15px;
            color: #193817;
            line-height: 1.8;
        }

              /
              /* ── FOR SECTION ── */
              .for-section { padding: 112px 0; background: #ffffff; }
         .for-section  .for-list {
          list-style: none;
          padding: 0;
          margin: 0;
          column-count: 2;
          gap: 20px;
      }
             .for-section .for-list li {padding: 17.6px 0;border-bottom: 1px solid #e2ddd6;display: flex;align-items: center;gap: 16px;color: #21401f;font-size: 16px;transition: color 0.2s, padding-left 0.2s;}
            .for-section  .for-list li:hover { color: #21401f; padding-left: 6.4px; }
              .for-dot {width: 6px;height: 6px;border-radius: 50%;background: #21401f;flex-shrink: 0;}

              /* ── CLOSING ── */
             .closing-section {padding: 70px 0;text-align: center;background: linear-gradient(180deg, #f0ece4 0%, #f7f5f1 100%);position: relative;overflow: hidden;}
             .closing-section::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(107,143,107,0.09) 0%, transparent 70%); pointer-events: none; }
             .closing-section  .closing-title { font-family: var(--font-display); font-size: clamp(40px, 7vw, 88px); font-weight: 300; line-height: 1.1; color: #21401f; margin-bottom: 24px; }
        
          .closing-section  .closing-sub {
            max-width: 100%;
            margin: 0 auto;
            color: #193817;
            font-size: 16px;
            line-height: 26px;
        }


        

          .origin-image {
              width: 100%;
              overflow: hidden;
              border-radius: 5px;
          }

          .origin-image img {
              width: 100%;
              object-fit: cover;
          }

           .for-section {
              padding: 50px 0;
          }

           /*  <!--
    ════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
         Our Stroy Page Css End
    ════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
    --> */

  #offcanvasSearch {
    height: auto;
    max-height: 80vh;
    background: #1a1a1a;
    border-bottom: 3px solid #8eb936;
  }

  #offcanvasSearch .offcanvas-body {
    overflow-y: auto;
  }

#offcanvasSearch .btn-close {
    filter: invert(1);
    margin-left: auto;
    margin-right: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 16px;
}
  .search-wrapper {
    display: flex;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid #8eb936;
  }

  .search-input {
    border: none;
    outline: none;
    flex: 1;
    padding: 12px 16px;
    color: #21401f;
    font-size: 16px;
    padding-left: 25px;
  }

  .search-btn {
    background: #8eb936;
    border: none;
    padding: 12px 20px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #FFF;
    text-transform: lowercase;
  }

  .search-btn:hover {
    background: #8eb936;
  }

  /* Results Grid */
  .results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 12px;
    padding: 12px 0;
  }

  .result-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    text-decoration: none;
    color: inherit;
  }

  .result-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
  }

  .result-card img {
    width: 100%;
    height: 120px;
    object-fit: contain;
    background: #f5f5f5;
    padding: 8px;
  }

  .result-card-body {
    padding: 8px 10px;
  }
.result-card-title {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.result-card-price {
    font-size: 12px;
    font-weight: 700;
    color: #8eb936;
    margin: 10px 0;
}

  .results-header {
    color: #aaa;
    font-size: 13px;
    margin-bottom: 6px;
    padding: 0 2px;
}

.view-all-btn {
    display: block;
    text-align: center;
    background: #8eb936;
    color: #FFF;
    font-weight: 700;
    padding: 10px;
    border-radius: 6px;
    text-decoration: none;
    margin-top: 8px;
    font-size: 13px;
    transition: background 0.2s;
}
  .view-all-btn:hover {
    background: #8eb936;
    color: #1a1a1a;
  }

  .no-results {
    color: #aaa;
    text-align: center;
    padding: 20px;
    font-size: 0.9rem;
  }

  .loading-text {
    color: #aaa;
    text-align: center;
    padding: 16px;
    font-size: 0.85rem;
  }

  /* unwind css */
.unwind-top-bar {
    background: #8EB936;
    padding: 12px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.unwind-header-logo {
    text-align: center;
    padding: 5px 0;
}
section.unwind-hero-banner {
    min-height: calc(100vh - 50px);
    display: flex;
    flex-direction: column;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: end;
    padding-bottom: 100px;
    align-items: center;
    text-align: center;
    position: relative;
}
.unwind-hero-content {
    position: relative;
    z-index: 5;
}
section.unwind-hero-banner::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, #000000 0%, #337aaf96 0%, rgba(0, 0, 0, 0) 47% 47%, transparent 100%);
    z-index: 1;
}
.unwind-hero-content h1 {
    font-family: "Lato", sans-serif;
    font-size: 48px;
    color: #fff;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 20px;
}

.unwind-hero-content p {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    line-height: 25px;
}

.unwind-hero-content .all-btn {
    margin-top: 20px;
}

section.craft-section {
    padding: 90px 0;
}

.craft-content {
    max-width: 800px;
    margin: 0 auto;
}

.craft-images img {
    width: 100%;
    border-radius: 12px;
}

.unwind-title h2 {
    font-family: "Lato", sans-serif;
    font-size: 48px;
    color: #21401F;
    font-weight: 800;
    line-height: 60px;
    text-transform: uppercase;
}


.craft-content .unwind-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.craft-images {
    padding-right: 20px;
}
section.taste-first-section {
    background: #F4F8F6;
    padding: 46px 0;
}

.taste-first-outer {
    max-width: 980px;
    margin: 0 auto;
}

.taste-first-box {
    text-align: center;
    border-right: 1px solid #1938172E;
}
.taste-first-outer .col-md-4:last-child .taste-first-box{
   border: none;
}

.taste-first-box h3 {
    font-weight: 600;
    font-size: 18px;
    font-family: "Lato", sans-serif;
    color: #193817;
    margin: 17px 0px;
    line-height: 1;
}

.taste-first-box p {
    color: #21401F;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}
section.cherry-flavor-section {
    padding: 90px 0;
}

.cherry-flavor-outer {
    max-width: 1040px;
    margin: 0 auto;
}

.cherry-flavor-box img {
    width: 100%;
    border-radius: 14px;
}

.cherry-flavor-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-left: 30px;
    padding-right: 140px;
}

.unwind-section-title h3 {
    font-family: "Lato", sans-serif;
    font-size: 36px;
    color: #21401F;
    font-weight: 600;
    line-height: 46px;
    margin-bottom: 30px;
}

.unwind-section-title p {
    font-weight: 500;
    font-size: 18px;
    font-family: "Lato", sans-serif;
    color: #193817;
    line-height: 36px;
}
.cherry-flavor-content .unwind-section-title p {
    line-height: 30px;
}

.your-movment-outer .unwind-section-title h3 {
    line-height: 36px;
}
.your-movment-outer {
    max-width: 530px;
    margin: 0 auto;
    text-align: center;
}

section.your-movment-section {
    background: #F7F5F2;
    padding: 80px 0;
}
.madeVibez-exists-outer {
    max-width: 1080px;
    margin: 0 auto;
    padding: 110px 64px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 14px;
}
.madeVibez-exists-outer .unwind-section-title {
    max-width: 732px;
}
section.madeVibez-exists-section {
    padding: 90px 0;
}
.empty-banner-img img {
    width: 100%;
}

section.start-your-vibez {
    padding: 90px 0 0;
}

.start-your-content {
    padding: 46px;
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 14px;
}

.start-your-content h3 {
    font-family: "Lato", sans-serif;
    font-size: 48px;
    color: #21401F;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 26px;
}
.ratting-image {
    display: none;
}
.free-shipping-card a {
    text-decoration: none;
}
.lab-card h3 {
    font-family: "Lato", sans-serif !important;
}
.unwind-header-logo svg {
    height: 105px;
}