@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300..700;1,300..700&family=Manrope:wght@200..800&display=swap');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  background-color: var(--soft-beige);
}
[6:47 pm, 16/2/2026] Alltoit Sandeep Designer: <script>
        $('.hydration-carousel').owlCarousel({
            loop: true,
            margin: 10,
            nav: false,
            dots: true,
            items: 1,
            autoplay: true,
            autoplayTimeout: 4000,
            autoplayHoverPause: true
        });
    </script>
[6:48 pm, 16/2/2026] Alltoit Sandeep Designer: .hydration-title {
            font-size: 48px;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 20px;
            font-family: var(--heading-font);
        }

        .hydration-text {
            font-size: 16px;
            color: #555;
            line-height: 1.7;
            max-width: 400px;
            margin-bottom: 30px;
        }

        .discover-btn {
            display: inline-block;
            padding: 14px 28px;
            background: #1e2a38;
            color: #fff !important;
            text-decoration: none;
            font-size: 14px;
            letter-spacing: 1px;
            transition: 0.3s;
        }

        .discover-btn:hover {
            background: #000;
            color: #fff;
        }

        /* Slider Image */
        .hydration-carousel img {
            border-radius: 6px;
            height: 450px;
        }

        /* Owl Dots */
        .hydration-carousel .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            background: #ccc;
            margin: 5px;
        }

        .hydration-carousel .owl-dots .owl-dot.active span {
            background: #000;
        }

        .hydration-carousel .owl-dots {
            display: block;
            bottom: 20px;
            left: 45%;
            position: absolute;
        }

        .hydration-carousel .owl-nav {
            margin-top: 10px;
            display: block;
        }

        .hydration-carousel .owl-prev {
            border: 1px solid #bbb !important;
            width: 40px;
            height: 40px;
            cursor: pointer !important;
            position: absolute;
            left: -60px;
            top: 49%;
            font-size: 22px !important;
        }

        .hydration-carousel .owl-next {
            border: 1px solid #bbb !important;
            width: 40px;
            height: 40px;
            cursor: pointer !important;
            position: absolute;
            right: -60px;
            top: 49%;
            font-size: 22px !important;
        }

        /* Responsive Typography */
        @media (max-width: 991px) {
            .hydration-title {
                font-size: 36px;
                margin-top: 10px;
            }

            .hydration-text {
                max-width: 100%;
            }

            .hydration-carousel img {
                height: 100%;
            }
             .hydration-carousel .owl-nav {
                display: none;
             }
              .hydration-carousel .row{
                flex-direction: column-reverse;
              }
               .hydration-carousel .owl-dots {
            bottom: 0px;
        }

        }
:root {
  --dark-navy: #2D3748;
  --soft-beige: #FAF6EF;
  --color-light: #7e828b;
  --Green-moringa: #2F6B4F;
  --heading-font: "Cormorant Infant", serif;
  --beige: #F2E9DC;
  --red: #9B2C2C;
  --yellow: #D69E2E;

}

.logo img {
  width: 90px;
}
.flex-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* Base Header */
.site-header {
  width: 100%;
  background: var(--soft-beige);
  position: relative;
  transition: all 0.3s ease;
  z-index: 1000;
  border-bottom: 1px solid #2D374866;
display: flex;
  align-items: center;
}
#mega-menu-wrap-top #mega-menu-top a.mega-menu-link {
  padding: 0rem 1rem !important;
}
#wp-megamenu-top > .wpmm-nav-wrap .wpmm_brand_logo_wrap img {
  margin-top: 0 !important;
}

.site-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

/* Left group */
.left-group {
  display: flex;
  align-items: center;
  gap: 12px;
}
#mega-menu-wrap-top #mega-menu-top a.mega-menu-link {
  text-decoration: none !important;
  color: var(--dark-navy) !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  font-size: 20px !important;
  letter-spacing: 4%;
  display: block !important;
  padding: .5rem 1rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  font-family: var(--heading-font) !important;
}
.products.columns-4 .price ins span {
  margin-left: 6px !important;
}


/* Desktop Nav */
.main-nav {
  display: flex;
  gap: 25px;
}

.main-nav a {
  text-decoration: none;
  color: var(--color-light);
  font-weight: 500;
  text-transform: uppercase;
}

.main-nav a:hover {
  color: var(--dark-navy);
}

/* Icons */

.my-account {
  display: inline-block;
  padding: 0 10px;
}
.header-icons img {
  width: 22px;
  cursor: pointer;
}

/* Active Menu Style */
.nav-link.active {
  color: var(--dark-navy);
  font-weight: 600;
}



/* Hamburger */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
}

.menu-toggle span {
  width: 25px;
  height: 2px;
  background: #000;
}
.flex-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #2D374866;
  padding: 20px;
}
.offcanvas-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  background: #fff;
  transition: 0.3s ease;
  z-index: 2000;
  text-align: center;
}

.offcanvas-menu.active {
  left: 0;
}

.offcanvas-menu nav a {
  display: block;
  padding: 12px 0;
  text-decoration: none;
  color: #000;
  font-size: 18px;
}

/* Overlay */
.offcanvas-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 1500;
}

.offcanvas-overlay.active {
  opacity: 1;
  visibility: visible;
}

.offcanvas-close {
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
}

/* Stylish Search Popup */
.search-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s ease;
  z-index: 3000;
}

.search-popup.active {
  opacity: 1;
  visibility: visible;
}

.search-box {
  background: #fff;
  padding: 35px 30px;
  width: 90%;
  max-width: 420px;
  border-radius: 14px;
  position: relative;
  text-align: center;
  animation: scaleIn 0.35s ease;
}

@keyframes scaleIn {
  from {
    transform: scale(0.9) translateY(20px);
    opacity: 0;
  }

  to {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}

.search-box h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
}

.search-box p {
  font-size: 14px;
  color: #666;
  margin: 6px 0 20px;
}

.search-input-wrap {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 40px;
  overflow: hidden;
}

.search-input-wrap input {
  flex: 1;
  padding: 14px 18px;
  border: none;
  font-size: 15px;
  outline: none;
}

.search-btn {
  background: var(--dark-navy);
  color: #fff;
  border: none;
  padding: 10px 3px;
  cursor: pointer;
  font-size: 18px;
}

.search-btn:hover {
  background: var(--Green-moringa);
}

.search-close {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  color: #333;
}

.header-icons span {
  color: var(--color-light);
  font-size: 18px;
  text-transform: unset;
}


@media only screen and (max-width: 768px) {
  #mega-menu-wrap-top .mega-menu-toggle.mega-menu-open + #mega-menu-top {
    left: 0;
    padding-top: 13px !important;
  }
}




/* hero section css */
.hero-section {
  position: relative;
  min-height: 720px;
  background: url("../images/hero.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
  color: #fff;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(14, 33, 20, 0.55);
  /* dark green overlay */
}

.hero-content {
  position: relative;
  padding: 0 0 0 100px;
  z-index: 2;
}

.hero-content h1 {
  font-family: var(--heading-font);
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #e5e5e5;
  margin-bottom: 30px;
}

.colect-txt p {
  height: 105px;
}

.hero-btn {
  display: inline-block;
  padding: 14px 26px;
  background: var(--Green-moringa);
  color: #fff !important;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.3s;
  border: none;
}

.hero-btn:hover {
  background: #2f5c43;
  color: #fff;
}

/* section2 css */
.stcol {
  border: 1px solid var(--color-light);
  padding: 24px;
  margin: 0 0 20px;
}

.section2 {
  margin: 50px 0;
}

.stcol img {
  margin-bottom: 40px;
}

h2 {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 32px;
  color: var(--dark-navy);
  margin-bottom: 12px;
}


/* the collection css */
.collection-section {
  margin: 50px 0;
}

.main-heading {
  text-align: center;
  margin-bottom: 32px;
}

.img-box {
  background: var(--beige);
}

.colection-col {
  display: flex;
  border: 1px solid var(--color-light);
  margin-bottom: 24px;
  height: 440px;
}

.colect-txt .hero-btn {
  margin-top: 120px;
}

.colect-txt {
  padding: 28px;
}

.hero-btn.red {
  background: var(--red);
}

.hero-btn.yello {
  background: var(--yellow);
}

.hero-btn.dark {
  background: var(--dark-navy);
}


/* brew section css */

.brew-section {
  padding: 60px 0 30px;
  text-align: center;
}

.brew-heading h2 {
  font-size: 36px;
  margin-bottom: 8px;
}

.brew-heading p {
  color: #7a7a7a;
  margin-bottom: 40px;
}

.brew-carousel .item img {
  width: 100%;
  height: 850px;
  object-fit: cover;
}

.brew-controls {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  border: 1px solid var(--color-light);
  align-items: center;
  font-style: italic;
}

.brew-controls button {
  background: none;
  border: 1px solid #bbb;
  width: 40px;
  height: 40px;
  font-size: 22px;
  cursor: pointer;
}

.brew-text {
  font-size: 14px;
  letter-spacing: 2px;
  color: #444;
  display: block;
  width: 100%;
}

/* Remove default owl nav */
.owl-nav,
.owl-dots {
  display: none;
}

/* Responsive */
@media(max-width: 768px) {
  .brew-carousel .item img {
    height: 320px;
  }

  .brew-heading h2 {
    font-size: 26px;
  }
}


/* story css */
.our-story {
  display: flex;
}

.storytxt {
  padding: 80px;
  background: var(--Green-moringa);
  color: #fff;
}

.hero-btn.wht {
  color: var(--Green-moringa) !important;
  background: #fff !important;
  margin-top: 160px;
}

.storytxt h2 {
  color: #fff;
  font-size: 52px !important;
}

.story-img {
  width: 100%;
}

.storytxt p {
  letter-spacing: 4%;
}

.container.story {
  padding: 100px 0;
}

/* stockist section css */
.stoclist-section {
  text-align: center;
  background: #F2E9DC;
  padding: 100px 0;
}

.stoclist-section h2 {
  font-size: 52px;
  margin-bottom: 50px;
}

/* footer section css */
.site-footer {
  background: #2f6b4f;
  color: #fff;
  padding: 80px 0 40px;
}

.container {
  width: 90%;
  max-width: 1300px;
  margin: auto;
}

.footer-top {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  gap: 60px;
}


/* Brand */
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}

.brand-text {
  font-family: var(--heading-font);
  font-size: 24px;
  letter-spacing: 4px;
}

.logo-icon {
  font-size: 28px;
  font-weight: bold;
}

.logo-text {
  font-size: 32px;
  letter-spacing: 1px;
  font-family: var(--heading-font);
  font-weight: 700;
}

.brand-text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 25px;
  opacity: 0.9;
}

.slink {
  width: 44px;
  height: 44px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: var(--Green-moringa);
  text-align: center;
  color: #fff !important;
  line-height: 44px;
  font-size: 24px;
  display: none;
}

/* Newsletter */
.newsletter {
  display: flex;
  max-width: 420px;
}

.newsletter input {
  flex: 1;
  padding: 14px;
  border: none;
  outline: none;
  background: #245840;
  color: #fff;
}

.newsletter input::placeholder {
  color: #b8d3c4;
}

.newsletter button {
  padding: 14px 22px;
  border: none;
  background: #f2efe9;
  color: #2f6b4f;
  font-weight: 600;
  cursor: pointer;
}

/* Footer Columns */
.footer-col h4 {
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 700;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 12px;
}

.footer-col ul li a {
  color: #e6f0ea !important;
  text-decoration: none;
  font-size: 14px;
  opacity: 0.9;
}


.footer-col ul li a:hover {
  opacity: 1;
}

/* Bottom */
.footer-bottom {
  margin-top: 60px;
  font-size: 14px;
}

.socials {
  margin-bottom: 24px;
}

.socials a {
  margin-right: 18px;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}




.filter-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  background: #faf7f2;
  border-bottom: 1px solid #2D374866;
}

/* Search */
.search-boxx {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #888;
  position: relative;
}

.search-boxx input {
  background: none;
  border: none;
}

.search-boxx input {
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  width: 200px;
  text-transform: uppercase;
}

.search-boxx.tw {
  width: 50%;
}

.search-icon {
  font-size: 16px;
}

/* Right Side */
.right-controls {
  display: flex;
  gap: 15px;
  align-items: center;
}

.sort-box {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #555;
}

.sort-box label {
  font-weight: 600;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 8px 35px 8px 12px;
  border: 1px solid #cfcfcf;
  font-size: 13px;
  cursor: pointer;
  position: relative;

}

.select-wrap {
  position: relative;
  display: inline-block;
}

.select-wrap select {
  background-color: #FAF6EF;
  /* ✅ your color */
  border: 1px solid #cfcfcf;
  padding: 8px 38px 8px 12px;
  font-size: 13px;
  color: #333;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

/* Custom dropdown arrow */
.select-wrap::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 10px;
  height: 6px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='none' stroke='%23666' stroke-width='1.5' d='M1 1l4 4 4-4'/%3E%3C/svg%3E") no-repeat center;
  transform: translateY(-50%);
  pointer-events: none;
}


/* Responsive */
@media(max-width:768px) {
  .filter-bar {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }

  .right-controls {
    width: 100%;
    justify-content: space-between;
    display: none;
  }
}


.select-wrap {
  position: relative;
  display: inline-block;
}

.select-wrap select {
  background-color: #FAF6EF;
  border: 1px solid #cfcfcf;
  padding: 8px 38px 8px 12px;
  font-size: 13px;
  color: #333;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

/* Dropdown Arrow */
.select-wrap::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 10px;
  height: 6px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='none' stroke='%23666' stroke-width='1.5' d='M1 1l4 4 4-4'/%3E%3C/svg%3E") no-repeat center;
  transform: translateY(-50%);
  pointer-events: none;
}

.colection-col.shop {
  display: block;
  height: auto;
  border: none;
}

.colect-txt h2 span {
  font-style: italic;
  font-size: 20px;
  font-weight: 400;
}

.colection-col.shop .img-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tag {
  position: absolute;
  left: 24px;
  top: 24px;
}

.main-heading p {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin-top: 12px;
  letter-spacing: 4%;
}

.collection-section.shop .main-heading {
  font-size: 40px;
}

.price {
  font-weight: 700;
  font-size: 20px;
  color: var(--dark-navy);
  margin-bottom: 12px;
}

.left-group .logo {
  margin-bottom: 0;
}

.container.where-to-start {
  background: #F2E9DC;
}

.whrtxt {
  padding: 80px;
}

.whrtxt .hero-btn.dark {
  margin-top: 40px;
}

.whrtxt h2 {
  font-size: 52px;
}

.review-card p {
  height: 130px;
}

.collection-section.shop.detail .colection-col.shop {
  border: 1px solid var(--color-light);
}

/* ================= REVIEWS ================= */
.reviews-section {
  background: #FBF7EF;
  padding: 80px 0;
}

.section-title {
  text-align: center;
  font-size: 42px;
  margin-bottom: 60px;
  color: #2E3A4B;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.review-card {
  border: 1px solid #9AA3AE;
  padding: 35px;
  background: transparent;
}

.stars {
  color: #2E3A4B;
  letter-spacing: 4px;
  margin-bottom: 20px;
  font-size: 24px;
}

.review-card h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #2E3A4B;
  font-family: var(--heading-font);
  font-weight: 700;
}

.review-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #5C6773;
  margin-bottom: 30px;
}

.author {
  font-size: 14px;
  color: #2E3A4B;
  font-weight: 700;
}

.author small {
  font-weight: normal;
}

/* ================= TRUST ================= */
.trust-section {
  background: #F4ECDD;
  padding: 80px 0;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  text-align: center;
}

.trust-item img {
  height: 45px;
  margin-bottom: 20px;
}

.trust-item h4 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #2E3A4B;
  font-weight: 700;
  font-family: var(--heading-font);
}

.trust-item p {
  font-size: 14px;
  color: #5C6773;
  line-height: 1.6;
}

a {
  color: var(--dark-navy) !important;
  text-decoration: none;
}

a:hover {
  color: var(--color-light) !important;
}

.bredcrump-section ol {
  margin-bottom: 0;
}

.mbr {
  display: none;
}

/* ================= MOBILE ================= */
@media(max-width:768px) {

  .review-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 32px;
  }
}

.filter-icon {
  display: none;
}

/* MOBILE ONLY */
@media (max-width:768px) {
  .filter-icon {
    display: block;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .filter-select select {
    padding-right: 45px;
    background: #FAF6EF;
    appearance: none;
    -webkit-appearance: none;
  }
}

.select-wrap {
  position: relative;
}

/* icon hide by default (desktop) */
.mobile-select-icon {
  display: none;
}

/* MOBILE ONLY */
@media(max-width:768px) {
  .mobile-select-icon {
    display: block;
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
  }

  .select-wrap select {
    width: 100%;
    padding-right: 45px;
    background: #FAF6EF;
    appearance: none;
    -webkit-appearance: none;
  }

  #exampleModal .modal-body select {
    margin-bottom: 10px;
  }
#exampleModal .category-box {
  text-align: center;
}
#exampleModal .sort-box {
  display: block;
}




}




.product-page {
  padding: 60px 40px;
}

.product-page .container {
  display: grid;
  grid-template-columns: 80px 1fr 1fr;
  gap: 60px;
  max-width: 1200px;
  margin: auto;
}

/* Thumbnails */
.thumbs img {
  width: 60px;
  margin-bottom: 20px;
  cursor: pointer;
  border: 1px solid transparent;
  height: 60px;
  object-fit: contain;
}

.thumbs img.active {
  border: 1px solid #2f6b4f;
}

/* Main Image */
.product-image {
  background: #f2eadf;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.product-image img {
  max-width: 320px;
}

/* Details */
.product-details {
  padding-top: 20px;
}

.breadcrumb {
  font-size: 12px;
  color: #999;
  margin-bottom: 15px;
}

.bredcrump-section {
  padding: 26px 0;
}

.bredcrump-section .breadcrumb-item a {
  color: var(--color-light) !important;
}

.bredcrump-section .breadcrumb-item.active {
  color: var(--dark-navy) !important;
}

.product-details h1 {
  font-size: 32px;
  color: #1e2a2f;
  margin-bottom: 15px;
  font-family: var(--heading-font);
  font-weight: 700;
}

.product-details h1 span {
  font-size: 16px;
  font-style: italic;
  color: #777;
}

.desc {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 20px;
}

.price {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
}

/* Options */
.option {
  margin-bottom: 25px;
}

.option label {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}

.sizes button {
  padding: 10px 30px;
  border: 1px solid #ccc;
  background: transparent;
  margin-right: 10px;
  cursor: pointer;
}

.sizes button.active {
  border-color: #2f6b4f;
  color: #2f6b4f;
  font-weight: 600;
}

/* Quantity */
.qty {
  display: flex;
  align-items: center;
}

.qty button {
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  background: transparent;
  cursor: pointer;
}

.qty input {
  width: 50px;
  text-align: center;
  border-left: none;
  border-right: none;
  height: 40px;
  background: transparent;
}

/* Badges */
.badges {
  display: flex;
  gap: 20px;
  font-size: 13px;
  color: #555;
  margin-bottom: 30px;
}

/* Button */
.add-cart {
  width: 100%;
  padding: 18px;
  background: #2f6b4f;
  color: #fff;
  border: none;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
}

.add-cart:hover {
  background: #25543e;
}

.sizes {
  display: flex;
  gap: 12px;
}

.size-option {
  position: relative;
  cursor: pointer;
}

.size-option input {
  display: none;
}

.size-option span {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #ccc;
  font-size: 14px;
  transition: 0.3s ease;
}

/* Checked state */
.size-option input:checked+span {
  border-color: #2f6b4f;
  color: #2f6b4f;
  font-weight: 600;
}

/* Hover effect */
.size-option span:hover {
  border-color: #2f6b4f;
}


/* how to enjoy css */
.enjoy-section {
  background: #fbf6ef;
  padding: 80px 40px;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.section-title {
  text-align: center;
  font-size: 42px;
  margin-bottom: 10px;
}

.section-subtitle {
  text-align: center;
  color: #777;
  margin-bottom: 40px;
}

/* Tabs */
.tabs {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-bottom: 50px;
}

.tab-btn {
  padding: 14px 40px;
  border: 1px solid #d6d1c9;
  background: transparent;
  cursor: pointer;
  font-size: 13px;
  letter-spacing: 1px;
  color: #aaa;
}

.tab-btn.active {
  border-color: #2f3e46;
  color: #2f3e46;
}

/* Content layout */
.tab-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #f3eadf;
}

/* Text side */
.tab-text {
  padding: 60px 40px;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.icon {
  font-size: 52px;
  display: inline-block;
  margin-bottom: 20px;
  color: var(--dark-navy);
}

.tab-text h3 {
  font-size: 52px;
  margin-bottom: 20px;
  font-family: var(--heading-font);
  font-weight: 700;
  margin-bottom: 52px;
}

.tab-content ol {
  padding-left: 0;
  margin-bottom: 50px;
}

.tab-text li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.note {
  margin-top: 25px;
  font-style: italic;
  color: #555;
}

/* Image */
.tab-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.benefits-section {
  background: var(--Green-moringa);
  padding: 0 40px;
  color: #fff;
}

.benefits-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  align-items: center;
  gap: 0;
}

/* Content columns */
.benefits-col {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 0 40px;
}



.benefit-item .icon {
  font-size: 26px;
  display: inline-block;
  margin-bottom: 15px;
}

.benefit-item {
  display: flex;
  gap: 24px;
}

.benefit-item h4 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 500;
}

.benefit-item p {
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.9;
}

.benefits-col.right .benefit-item {
  flex-direction: row-reverse;
}

/* Image */
.benefits-image img {
  width: 100%;
  height: auto;

}


/* ---------- RESPONSIVE ---------- */
@media (max-width: 992px) {
  .benefits-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .benefits-image {
    order: -1;
    /* image on top */
    margin-bottom: 40px;
  }

  .benefits-col {
    align-items: center;
    gap: 40px;
  }

  .benefit-item {
    max-width: 100%;
  }
}

.journey-col li {
  display: flex;
  flex: 0 0 77%;
}

.journey-col {
  display: flex;
}

/* Wrapper */
.journey-scroll-wrap {
  position: relative;
  padding-bottom: 40px;
}

/* UL horizontal scroll */
.journey-col {
  display: flex;
  gap: 40px;
  list-style: none;
  padding: 0 40px 20px;
  margin: 0;
  overflow-x: auto;
  scroll-behavior: smooth;

  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #2f6b4f transparent;
}

/* Firefox */
.journey-col {
  scrollbar-width: 200px !important;
}

.journey-section {
  padding: 50px 0;
}



.journey-section h2 {
  text-align: center;
  margin-bottom: 26px;
}

/* Images */
.journey-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Text box */
.journey-txt {
  background: #2f6b4f;
  color: #e9f2ed;
  padding: 40px;
  max-height: 420px;
  overflow-y: auto;
  line-height: 1.8;
  font-size: 15px;
  width: 100%;
}



/* about us pages css */
.about_sectionhero {
  background: var(--Green-moringa);
  color: #fff;
  text-align: center;
  padding: 100px 120px;
}

.about_sectionhero h2 {
  color: #fff;
  margin-bottom: 22px;
  font-size: 52px;
}

.about_sectionhero .hero-btn {
  margin-top: 10px;
}

.auther-cont {
  text-align: center;
  padding: 100px 0;
}

.auther-cont p {
  font-size: 40px;
  font-family: var(--heading-font);
  font-style: italic;
}

.aname {
  position: relative;
  font-family: var(--heading-font);
  font-style: italic;
  letter-spacing: 14%;
  font-weight: 700;
  margin-top: 50px;
}

.aname::before {
  position: absolute;
  width: 100px;
  height: 2px;
  background: var(--Green-moringa);
  top: 40%;
  left: 30%;
  content: '';
}

.aname::after {
  position: absolute;
  width: 100px;
  height: 2px;
  background: var(--Green-moringa);
  top: 40%;
  right: 30%;
  content: '';
}

.journey-section {
  background: #faf6ef;
  padding: 100px 0;
}

.journey-wrap {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 120px;
}

.journey-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
}

.journey-row.reverse {
  direction: rtl;
}

.journey-row.reverse>* {
  direction: ltr;
}

.journey-img img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.journey-content {
  max-width: 460px;
}

.journey-content .icon {
  font-size: 26px;
  display: inline-block;
  margin-bottom: 20px;
}

.journey-content h3 {
  font-family: var(--heading-font);
  font-size: 42px;
  line-height: 1.15;
  margin-bottom: 20px;
  color: var(--dark-navy);
  font-weight: 700;
}

.journey-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #6a6a6a;
}

.loctiionbnt {
  background-color: #FAF6EF;
  border: 1px solid #cfcfcf;
  padding: 8px 38px 8px 12px;
  font-size: 13px;
  color: var(--dark-navy);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}


/* Responsive */
@media (max-width: 991px) {
  .journey-row {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .journey-row.reverse {
    direction: ltr;
  }

  .journey-img img {
    height: 380px;
  }
}

.store-locator {
  background: #faf6ef;
  padding: 80px 0;
}

.locator-wrap {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 40px;
  align-items: stretch;
}

/* LEFT */
.store-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.store-card {
  border: 1px solid #9aa8a0;
  padding: 24px;
  background: transparent;
}

.store-card.active {
  border-color: var(--Green-moringa);
  color: var(--Green-moringa);
}

.store-card h4 {
  font-family: var(--heading-font);
  font-size: 20px;
  margin-bottom: 12px;
  color: var(--dark-navy);
  font-weight: 700;
}

.store-card:hover {
  border-color: var(--Green-moringa);
  color: var(--Green-moringa);
}

.store-card.active h4 {
  color: var(--Green-moringa);
}

.store-card:hover h4 {
  color: var(--Green-moringa);
}

.store-card p {
  font-size: 14px;
  color: #4f6a5d;
  margin-bottom: 8px;
  display: flex;
  gap: 8px;
}

.plx {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.strplex {
  padding: 0 100px 0 0;
  width: 70%;
}

.strplex h2 {
  margin-bottom: 12px;
}


/* RESPONSIVE */
@media (max-width: 991px) {
  .locator-wrap {
    display: block;
  }

  .store-locator {
    padding: 32px 0;
  }

}



.contact-section {
  background: #f6efe5;
  padding: 80px 0;
}

.contact-wrap {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
}

/* LEFT */
.contact-left {
  background: var(--Green-moringa);
  padding: 52px;
  color: #fff;
}

.contact-left h2 {
  font-family: var(--heading-font);
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #fff;
}

.contact-left .intro {
  font-size: 14px;
  line-height: 1.7;
  color: #d6e4dc;
  max-width: 380px;
}

.contact-info {
  margin-top: 50px;
}

.field input:focus,
.field textarea:focus {
  border: 2px solid var(--Green-moringa);
  color: var(--Green-moringa) !important;
  outline: none;
}

.info-item {
  display: flex;
  gap: 16px;
  margin-bottom: 28px;
}

.info-item span {
  font-size: 20px;
}

.info-item small {
  display: block;
  font-size: 12px;
  color: #cfe1d8;
}

.info-item p {
  font-size: 14px;
}

.contact-left .socials {
  display: flex;
  gap: 20px;
  margin-top: 115px;
}

.contact-right button {
  box-shadow: none;
  border: none;
  width: 100%;
}

.contact-section {
  background: var(--soft-beige);
  padding: 80px 0;
}

/* RIGHT FORM */
.contact-right {
  background: #fff;
  padding: 70px;
}

.contact-right .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.field {
  margin-bottom: 24px;
}

.field label {
  font-size: 12px;
  letter-spacing: 1px;
  color: var(--dark-navy);
}

.field input,
.field textarea {
  width: 100%;
  padding: 14px;
  border: 1px solid #c8c8c8;
  background: #f1efe9;
  margin-top: 8px;
}

textarea {
  height: 140px;
  resize: none;
}

.stoclist-section.wht {
  background: #fff;
}



/* RESPONSIVE */
@media (max-width: 991px) {
  .contact-wrap {
    grid-template-columns: 1fr;
  }

  .contact-left,
  .contact-right {
    padding: 40px;
  }

  .contact-right .row {
    grid-template-columns: 1fr;
  }

  .contact-section {
    padding: 30px 0;
  }


}



.blog-section {
  padding: 80px 0;
  background: #fff;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}

.blog-card img {
  width: 100%;
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.blog-card h3 {
  font-family: "Times New Roman", serif;
  font-size: 18px;
  margin: 18px 0 10px;
  text-transform: uppercase;
}

.blog-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}

.blog-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 12px;
  font-size: 13px;
  color: #777;
}

.blog-meta strong {
  color: #000;
}

/* Hover effect (optional but classy) */
.blog-card img {
  transition: transform 0.4s ease;
}

.blog-card:hover img {
  transform: scale(1.04);
}

/* Responsive */
@media (max-width: 991px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}


/* ===== Blog Area ===== */
.blog-area {
  background: #faf6ef;
}

.blog-details-left {
  background: #fff;
  padding: 30px;
  border-radius: 6px;
}

/* ===== Blog Image ===== */
.blog-img.detail img {
  width: 100%;
  border-radius: 6px;
}

/* ===== Blog Meta ===== */
.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 14px;
  color: #777;
  margin: 20px 0;
}

.blog-meta i {
  margin-right: 5px;
  color: var(--Green-moringa);
}

.blog-meta a {
  color: #777;
  text-decoration: none;
}

.blog-meta a:hover {
  color: var(--Green-moringa);
}

/* ===== Blog Content ===== */
.blog-info-2 h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #222;
}

.blog-info-2 p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* ===== Blockquote ===== */
.blog-info-2 blockquote {
  background: #f4f4f4;
  border-left: 4px solid var(--Green-moringa);
  padding: 20px;
  margin: 30px 0;
  font-style: italic;
  color: #444;
}

/* ===== Comments ===== */
.leave-comment-text {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
  color: var(--dark-navy);
  font-weight: 700;
  font-family: var(--heading-font);
  margin-top: 10px;
}

.blog-top {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.news-allreply img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.nes-icon a {
  font-size: 13px;
  color: var(--Green-moringa);
  text-decoration: none;
}

.blog-img-details h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

.nes-icon {
  text-transform: capitalize;
  margin-top: 10px;
  text-align: center;
}

.blog-img-details span {
  font-size: 13px;
  color: #999;
}

.p-border {
  margin-top: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  color: #555;
}

/* ===== Leave Comment Form ===== */
.leave-form input,
.text-leave textarea {
  width: 100%;
  border: 1px solid #ddd;
  padding: 12px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.text-leave textarea {
  min-height: 120px;
  resize: none;
}

button.submit {
  background: var(--Green-moringa);
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 4px;
  font-size: 14px;
  transition: 0.3s;
}

button.submit:hover {
  background: var(--dark-navy);
}

/* ===== Sidebar ===== */
.blog-right-sidebar {
  background: #fff;
  padding: 25px;
  border-radius: 6px;
}

.blog-search form {
  position: relative;
}

.blog-search input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
}

.blog-search button {
  background: var(--Green-moringa);
  color: #fff;
  border: none;
  padding: 10px 14px;
}

.blog-right-sidebar-top ul,
.blog-right-sidebar-bottom ul {
  padding: 0;
  margin: 0;
}

.blog-right-sidebar-top ul li,
.blog-right-sidebar-bottom ul li {
  list-style: none;
  margin-bottom: 10px;
}

.blog-right-sidebar-top ul li a,
.blog-right-sidebar-bottom ul li a {
  color: #555;
  text-decoration: none;
  font-size: 14px;
}

.blog-right-sidebar-top ul li a span {
  float: right;
  color: #999;
}

.blog-right-sidebar-bottom ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-right-sidebar-bottom ul li a {
  background: #f4f4f4;
  padding: 6px 12px;
  border-radius: 3px;
  font-size: 13px;
}

.blog-right-sidebar-bottom ul li a:hover {
  background: var(--Green-moringa);
  color: #fff;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
  .blog-top {
    flex-direction: column;
  }
}

.blog-search button {
  background: var(--Green-moringa);
  color: #fff;
  border: none;
  padding: 12px 14px;
  position: absolute;
  right: 0;
  top: 0;
}

/* ================================
   Herbal FAQ Section
================================ */

.faq-section {
  padding: 80px 0;
  background: #f6fbf7;
}

.faq-title h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--Green-moringa);
  margin-bottom: 10px;
}

.faq-title p {
  font-size: 16px;
  color: #555;
}

/* Wrapper */
.faq-wrapper {
  max-width: 850px;
  margin: 50px auto 0;
}

/* FAQ Item */
.faq-item {
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: 0.3s;
}

/* Question */
.faq-question {
  padding: 20px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question h4 {
  font-size: 24px;
  font-weight: 700;
  color: var(--dark-navy);
  margin: 0;
  line-height: 1.4;
  font-family: var(--heading-font);
}

/* Icon */
.faq-question .icon {
  font-size: 26px;
  font-weight: 400;
  color: var(--Green-moringa);
  transition: 0.3s ease;
}

/* Answer */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 22px;
  transition: max-height 0.4s ease;
}

.faq-answer p {
  padding-bottom: 20px;
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

/* Active State */
.faq-item.active .faq-answer {
  max-height: 220px;
}

.faq-item.active .faq-question .icon {
  transform: rotate(45deg);
}

/* Hover Effect */
.faq-item:hover {
  transform: translateY(-2px);
}

/* ================================
   Responsive
================================ */

@media (max-width: 767px) {
  .faq-section {
    padding: 60px 15px;
  }

  .faq-title h2 {
    font-size: 28px;
  }

  .faq-question h4 {
    font-size: 16px;
  }

  .faq-answer p {
    font-size: 14px;
  }
}

/* ================================
   Our Story Section
================================ */

.our-story-section {
  padding: 100px 0;
  background: #ffffff;
}

.story-tag {
  display: inline-block;
  background: #e8f5ea;
  color: #1f5f22;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 20px;
  margin-bottom: 15px;
}

.our-story-content h2 {
  font-size: 38px;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
  line-height: 1.3;
}

.our-story-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 18px;
}

/* Points */
.story-points {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}

.story-points li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: #333;
  font-size: 15px;
}

.story-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #1f5f22;
  font-weight: 700;
}

/* Button */
.story-btn {
  display: inline-block;
  margin-top: 15px;
  background: var(--Green-moringa);
  color: #fff !important;
  padding: 12px 32px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.story-btn:hover {
  background: var(--Green-moringa);
  color: #fff;
}

/* Image */
.our-story-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* ================================
   Responsive
================================ */

@media (max-width: 991px) {
  .our-story-section {
    padding: 70px 0;
  }

  .our-story-content h2 {
    font-size: 30px;
  }

  .our-story-image {
    margin-top: 40px;
  }

}


/* ================================
   Policy Pages
================================ */

.policy-section {
  padding: 90px 0;
  background: #f9fdf9;
}

.policy-section h1 {
  font-size: 36px;
  font-weight: 700;
  color: #1f5f22;
  margin-bottom: 25px;
  font-family: var(--heading-font);
}

.policy-section h3 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #222;
}

.policy-section p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 12px;
}

/* Responsive */
@media (max-width: 767px) {
  .policy-section {
    padding: 60px 15px;
  }

  .policy-section h1 {
    font-size: 28px;
  }
}



/* cart pages css */


.cart-page{
  padding:100px 0 80px;
}

.cart-page .section-title {
  font-family: 'Cormorant Infant', serif;
  margin-bottom: 20px;
  font-size: 32px;
  text-align: left;
}


.order-item .form-select {
  background-color: #faf6ef;
}
/* FORM */
.form-group{
  position:relative;
  margin-bottom:18px;
}

.form-control{
  background:#faf6ef;
  border:1px solid #d6d2ca;
  border-radius:0;
  padding:12px 42px 12px 14px;
  font-size:14px;
}

.form-group i{
  position:absolute;
  right:14px;
  top:50%;
  transform:translateY(-50%);
  color:#888;
  pointer-events:none;
}

.select-arrow{
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
}

/* BUTTON */
.checkout-btn{
  background:#2f6b4f;
  color:#fff;
  border:none;
  padding:14px;
  font-size:14px;
  letter-spacing:1px;
}

/* ORDER SUMMARY */
.order-summary{
  background:#fffaf3;
  border:1px solid #d6d2ca;
  padding:28px;
}

.order-summary h4{
  font-family:'Cormorant Infant', serif;
  margin-bottom:22px;
}

.order-item{
  display:flex;
  align-items:center;
  gap:14px;
  padding-bottom:14px;
  margin-bottom:14px;
  border-bottom:1px solid #e2ded6;
}

.order-item img{
  width:48px;
  height:60px;
  object-fit:cover;
  border:1px solid #ccc;
}

.item-info{
  flex:1;
}

.item-info h6{
  font-size:14px;
  margin-bottom:6px;
}

.weight{
  background:#e9e9e9;
  padding:4px 8px;
  font-size:13px;
}

.qty{
  display:flex;
  align-items:center;
  gap:6px;
}

.qty-btn{
  width:26px;
  height:26px;
  border:1px solid #bbb;
  background:none;
  font-size:12px;
}

.price{
  min-width:55px;
  text-align:right;
  font-size:14px;
}

/* COUPON */
.coupon-wrap{
  display:flex;
  margin:18px 0;
}

.coupon-wrap input{
  flex:1;
  border:1px solid #ccc;
  padding:10px;
  background:#f2f0ec;
}

.coupon-wrap button{
  border:1px solid #ccc;
  background:#d9d9d9;
  padding:10px 16px;
  font-size:13px;
}

/* SUMMARY */
.summary-line{
  display:flex;
  justify-content:space-between;
  margin:6px 0;
  font-size:14px;
}

.summary-total{
  border-top:1px solid #ccc;
  padding-top:12px;
  margin-top:12px;
  font-size:18px;
  font-weight:600;
}
.order-summary-box{
  background:#fff9ef;
  border:1px solid #cfcac2;
  padding:26px;
  font-family:'Manrope', sans-serif;
}

.os-title{
  font-family:'Cormorant Infant', serif;
  font-size:24px;
  margin-bottom:10px;
}

.order-summary-box hr{
  margin:14px 0 18px;
}

/* ITEM */
.os-item{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:16px;
}

.os-item img{
  width:50px;
  height:70px;
  object-fit:cover;
  border:1px solid #cfcac2;
}

.os-info{
  flex:1;
}

.os-info h6{
  font-size:14px;
  margin-bottom:6px;
}

.os-select{
  border:1px solid #bfbfbf;
  padding:4px 8px;
  font-size:13px;
  background:#fff;
}

.os-qty{
  display:flex;
  align-items:center;
  border:1px solid #bfbfbf;
}

.os-qty button{
  border:none;
  background:none;
  padding:4px 8px;
}

.os-qty span{
  padding:0 8px;
  font-size:14px;
}

.os-price{
  width:60px;
  text-align:right;
  font-size:14px;
}

/* ADDON */
.addon-text{
  font-size:14px;
  margin:22px 0 10px;
}

.addon-box{
  border:1px solid #bfbfbf;
  padding:12px 14px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:20px;
}

.addon-btn{
  border:1px solid #bfbfbf;
  background:none;
  padding:6px 12px;
  font-size:13px;
}

/* COUPON */
.coupon-box {
  display: flex;
  margin-bottom: 18px;
  position: relative;
}
@media (max-width: 768px) {
    .summary-body {
        max-height: 0;
    }
}

.coupon-box input{
  flex:1;
  padding:10px;
  border:1px solid #bfbfbf;
  background:#f1f1f1;
}

.coupon-box button {
  border: none;
  background: #bfbfbf;
  color: #fff;
  padding: 11px 18px;
  position: absolute;
  right: 0;
  top: 0;
}

/* SUMMARY */
.os-summary div{
  display:flex;
  justify-content:space-between;
  margin:6px 0;
  font-size:14px;
}

.os-summary .discount{
  color:#2f6b4f;
  margin-bottom:10px;
  padding-bottom:10px;
  border-bottom:1px solid #ccc;
}

/* TOTAL */
.os-total{
  display:flex;
  justify-content:space-between;
  font-size:20px;
  font-weight:600;
}

.order-summary-box {
    background: #faf6ef;
    border: 1px solid #ddd;
    padding: 30px;
}

.summary-title {
    font-family: 'Cormorant Infant', serif;
    font-size: 32px;
    margin-bottom: 25px;
}

.summary-body.collapsed {
    max-height: 0;
}

.order-summary-box .order-item {
    display: grid;
    grid-template-columns: 2fr 1fr 1.2fr 1fr;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.order-summary-box .order-item .product {
    display: flex;
    align-items: center;
    gap: 12px;
}

.order-summary-box .order-item .product img {
    width: 45px;
    border: 1px solid #ccc;
}

.order-summary-box .order-item .product p {
    margin: 0;
    font-weight: 500;
}

.weight select {
    border-radius: 0;
}

.qty {
    display: flex;
    border: 1px solid #ccc;
    width: 120px;
}

.qty-btn {
    width: 35px;
    border: none;
    background: none;
    cursor: pointer;
}

.qty-input {
    width: 50px;
    text-align: center;
    border: none;
    outline: none;
}


.order-item .price {
  margin-bottom: 0;
    font-weight: 600;
    text-align: right;
}

.cart-heading {
    padding: 40px 0 30px;
}

.cart-heading h2 {
  font-family: 'Cormorant Infant', serif;
  font-size: 36px;
  margin-bottom: 10px;
  color: var(--dark-navy);
}

.free-delivery-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 14px;
}

.free-delivery-info i {
    font-size: 16px;
    color: #6b7280;
}

.delivery-progress {
    width: 320px;
    height: 6px;
    background: #e5e5e5;
    margin: 0 auto;
    position: relative;
}

.delivery-progress .progress-fill {
    width: 75%; /* change according to cart value */
    height: 100%;
    background: #2f6b4f;
    display: block;
}

.order-confirmation {
    padding: 80px 0;
}

/* Header */
.confirmation-header i {
    font-size: 34px;
    color: #1f2937;
    margin-bottom: 10px;
}

.confirmation-header h1 {
    font-family: 'Cormorant Infant', serif;
    font-size: 36px;
    margin-bottom: 10px;
}

.confirmation-header p {
    font-size: 14px;
    color: #6b7280;
}

/* Status */
.order-status {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin: 50px 0;
}

.status {
    text-align: center;
    font-size: 13px;
    color: #9ca3af;
}

.status i {
    font-size: 22px;
    margin-bottom: 6px;
}

.status.active {
    color: #1f2937;
}

/* Summary Box */
.order-summary-box {
    max-width: 520px;
    margin: auto;
    border: 1px solid #d1d5db;
    background: #faf6ee;
    padding: 25px;
}

.summary-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.summary-header h3 {
    font-family: 'Cormorant Infant', serif;
    font-size: 22px;
}

.summary-info div {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin: 10px 0;
}

.product-row {
    display: grid;
    grid-template-columns: 40px 1fr 60px 40px 60px;
    align-items: center;
    font-size: 14px;
    margin-bottom: 12px;
}

.product-row img {
    width: 32px;
    border: 1px solid #d1d5db;
}

.product-name {
    font-weight: 500;
}

.price-row,
.total-row {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.total-row {
    font-size: 18px;
    margin-top: 15px;
}

/* Button */
.download-btn {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 12px;
    background: #2f6b4f;
    color: #fff;
    border: none;
    font-size: 13px;
    letter-spacing: 1px;
}

.pab {
  position: absolute;
  bottom: 0;
  left: 49%;
}
.imgbox {
  position: relative;
}

.order-tracking {
    padding: 60px 0;
}

.tracking-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    max-width: 750px;
    margin: auto;
}

/* Center horizontal line */
.tracking-line {
    position: absolute;
    top: 28px;
    left: 5%;
    width: 90%;
    height: 1px;
    background: #d1d5db;
    z-index: 1;
}

/* Step */
.tracking-step {
    text-align: center;
    position: relative;
    z-index: 2;
    width: 25%;
}

.step-icon {
    width: 46px;
    height: 46px;
    margin: auto;
    border: 1px solid #d1d5db;
    background: #faf6ee;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-icon img {
    width: 22px;
}

/* Text */
.tracking-step p {
    margin-top: 10px;
    font-size: 13px;
    color: #6b7280;
    line-height: 1.3;
}

/* Active state */
.tracking-step.active .step-icon {
    background: #1f2937;
    border-color: #1f2937;
}

.tracking-step.active p {
    color: #1f2937;
}
.summary-body {
    overflow: hidden;
    transition: max-height 0.4s ease;
    max-height: 2000px; /* open state */
}



.summary-header {
    cursor: pointer;
    user-select: none;
}

.summary-header i {
    transition: transform 0.3s ease;
}

.summary-header.collapsed i {
    transform: rotate(180deg);
}


.cta-section {
  background: #f7f1e8;
  padding: 80px 0;
  font-family: 'Manrope', sans-serif;
}

.cta-card {
  background: #fbf7f0;
  border: 1px solid #d1d5db;
  padding: 40px 30px;
  height: 100%;
}

.cta-card h3 {
  font-family: 'Cormorant Infant', serif;
  font-size: 26px;
  margin-bottom: 15px;
}

.cta-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #4b5563;
  margin-bottom: 25px;
}

/* Icons */
.cta-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.cta-icon i {
  font-size: 18px;
  color: #1f2937;
}

/* Input */
.cta-input {
  display: flex;
}

.cta-input input {
  flex: 1;
  padding: 10px 12px;
  border: 1px solid #d1d5db;
  background: transparent;
  font-size: 13px;
}

.cta-input button {
  background: #2f6b4f;
  color: #fff;
  border: none;
  padding: 0 20px;
  font-size: 13px;
}

/* Buttons */
.cta-btn,
.cta-btn-outline {
  display: inline-block;
  padding: 12px 20px;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
}

.cta-btn {
  background: #2f6b4f;
  color: #fff!important;
}

.cta-btn-outline {
  border: 1px solid #fff;
  color: #2f6b4f !important;
  background: #fff;
}

/* Green Card */
.cta-card-green {
  background: #2f6b4f;
  color: #fff;
  border-color: #2f6b4f;
}

.cta-card-green p {
  color: #e5e7eb;
}

.cta-card-green h3 {
  color: #fff;
}

.cta-card-green .cta-icon {
  border-color: #fff;
}

.cta-card-green .cta-icon i {
  color: #fff;
}

.payment-error {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.error-wrapper {
  max-width: 700px;
  margin: auto;
}

/* Icon */
.error-icon {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border: 1px solid #1f2937;
  border-radius: 50%;
  margin-bottom: 30px;
}

.error-icon i.fa-bag-shopping {
  font-size: 26px;
  color: #1f2937;
}

.error-x {
  position: absolute;
  bottom: -6px;
  right: -6px;
  width: 22px;
  height: 22px;
  background: #faf6ee;
  border: 1px solid #1f2937;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.error-x i {
  font-size: 12px;
}

/* Headings */
.payment-error h1 {
  font-family: 'Cormorant Infant', serif;
  font-size: 38px;
  margin-bottom: 15px;
}

/* Text */
.error-text {
  font-size: 15px;
  color: #4b5563;
  line-height: 1.7;
  margin-bottom: 35px;
}

/* Buttons */
.error-actions {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.btn-primary-custom {
  background: #2f6b4f;
  color: #fff!important;
  padding: 12px 24px;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
}

.btn-outline-custom {
  border: 1px solid #1f2937;
  color: #1f2937;
  padding: 12px 24px;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
}

/* Support */
.support-text {
  margin-top: 60px;
  font-size: 13px;
  color: #6b7280;
}

.support-text a {
  color: #1f2937;
  text-decoration: underline;
}


/* new css  */
.woocommerce-result-count {
  padding: 15px 30px !important;
  background: #faf7f2 !important;
  border: 1px solid #2D374866 !important;
}
.woocommerce-ordering .orderby {
  background-color: #FAF6EF;
  border: 1px solid #cfcfcf !important;
  padding: 8px 38px 8px 12px !important;
  font-size: 13px;
  color: #333;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  position: relative;
}
.woocommerce-ordering .orderby .select-wrap::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 10px;
  height: 6px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='none' stroke='%23666' stroke-width='1.5' d='M1 1l4 4 4-4'/%3E%3C/svg%3E") no-repeat center;
  transform: translateY(-50%);
  pointer-events: none;
}
.wocommerce-rk ul.products.columns-2 li {
  padding: 0 !important;
}
.wocommerce-rk ul.products.columns-2 li img {
  background: var(--soft-beige);
}
.price.wc-block-components-product-price {
  text-align: left !important;
}

.wc-block-cart-items__row td {
  border: 1px solid #ddd !important;
}
.wc-block-components-product-name {
  font-weight: 700;
  font-family: var(--heading-font);
  font-size: 20px !important;
}
.wc-block-cart-item__remove-link {
  color: var(--red) !important;
}
.wc-block-cart-items__row {
  border-right: 1px solid #ddd !important;
}
.wc-block-cart__submit-button {
  background: var(--Green-moringa) !important;
  color: #fff !important;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link h2 {
  text-align: left !important;
  font-size: 26px !important;
  margin: 12px 0 0 12px !important;
}
.wocommerce-rk .price {
  margin-left: 12px !important;
}
.wocommerce-rk .products.columns-2 .product.type-product .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  background: var(--Green-moringa) !important;
  color: #fff !important;
  width: auto !important;
  margin-left: 12px !important;
  margin-bottom: 12px !important;
}
.whrtxt .hero-btn.dark a {
  color: #fff !important;
}
.images.nickx_product_images_with_video {
  max-width: 50% !important;
  float: left;
}
.woocommerce-tabs.wc-tabs-wrapper .tabs li a {
  color: #fff !important;
}
.nswiper-backface-hidden .nswiper-slide img {
  max-width: 320px !important;
}
.summary.entry-summary .price {
  margin-left: 12px !important;
}
.wocommerce-rk .price ins span {
  color: var(--Green-moringa) !important;
}
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  background-color: var(--Green-moringa) !important;
  color: #fff !important;
}
section.related.products ul li .price {
  margin-left: 12px !important;
  display: flex;
  margin-bottom: 0 !important;
}

.wocommerce-rk .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  background: var(--beige) !important;
}
.related.products .products.columns-4 li {
  padding: 0 !important;
  margin: 0 8px !important;
}
.related.products ul {
  padding-left: 0;
}
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  width: auto !important;
  margin-left: 12px !important;
}
.wocommerce-rk .price span {
  margin-left: 0 !important;
}
.related.products .products.columns-4 li .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  margin-bottom: 12px !important;
}
@media (max-width: 768px) {
  .images.nickx_product_images_with_video {
    margin-bottom: 15px !important;
  }
.wocommerce-rk .summary.entry-summary .price {
  margin-left: 0 !important;
}
.wc-block-cart-items__row td {
  padding: 10px !important;
}

}

.tt-breadcrumb {
  background-color: var(--soft-beige) !important;
}

.wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block {
  background: #fff !important;
  padding: 30px !important;
  border-radius: 5px;
}
.wp-block-woocommerce-checkout-order-summary-block {
  background: #fff !important;
}
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
  background: var(--Green-moringa) !important;
  color: #fff !important;
  border: none;
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
  width: 100%;
  display: inline-block;
  padding: 14px 26px;
  background: var(--Green-moringa) !important;
  color: #fff !important;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.3s;
  border: none;
}
.blog-details-left {
  margin-bottom: 30px;
}
.woocommerce-MyAccount-navigation {
  background: var(--dark-navy) !important;
}
.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0;
}
.woocommerce-MyAccount-navigation li.is-active {
  background: var(--Green-moringa) !important;
}
nav.woocommerce-MyAccount-navigation ul li a {
  color: #fff !important;
  padding: 5px 0;
}
.woocommerce-MyAccount-content a {
  color: var(--Green-moringa) !important;
}
.edit-link {
  position: absolute;
  right: 15%;
  font-weight: bold;
  color: var(--Green-moringa) !important;
}
.u-columns.woocommerce-Addresses.col2-set.addresses h2 {
  text-align: left !important;
  text-transform: capitalize !important;
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 26px !important;
}
.img-fluid.whimg {
  height: 100%;
}
.page.type-page {
  position: relative;
}
.entry-content {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}
h1.wp-block-heading {
  font-family: var(--heading-font);
  font-size: 32px;
  font-weight: 700;
  color: var(--Green-moringa) !important;
  margin-bottom: 20px;
}
h3.wp-block-heading {
  font-size: 20px!important;
  font-weight: 600;
}
section.related.products h2 {
  font-size: 30px !important;
  text-transform: capitalize !important;
}
.woocommerce-Tabs-panel {
  background: var(--soft-beige) !important;
}
