/** Shopify CDN: Minification failed

Line 4751:6 Unexpected "/"

**/
/* =========================
GLOBAL
========================= */

body {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif !important;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif !important;
}

html {
  overflow-x: clip !important;
}

body.gradient {
  overflow-x: clip !important;
  overflow-y: visible !important;
}



/* =========================
TOP BAR
========================= */
/* Homepage Transparent Header Before Scroll */
.template-index #shopify-section-header {
    position: absolute;
    width: 100%;
    z-index: 999;
}

.template-index sticky-header.transparent-header {
    background: transparent !important;
    box-shadow: none !important;
}


/* Menu links - transparent state */
.template-index sticky-header.transparent-header .header__menu-item,
.template-index sticky-header.transparent-header .header__active-menu-item,
.template-index sticky-header.transparent-header .header__heading-link {
    color: #000 !important;
}


/* Icons - transparent state */
.template-index sticky-header.transparent-header .header__icon,
.template-index sticky-header.transparent-header .header__icon svg {
    color: #000 !important;
    fill: #000 !important;
}


/* Sticky Header After Scroll */
.template-index .shopify-section-header-sticky {
    background: #fff !important;
}


/* Sticky wrapper */
.template-index .shopify-section-header-sticky sticky-header {
    background: #fff !important;
    position: relative !important;
}


/* Sticky menu links */
.template-index .shopify-section-header-sticky .header__menu-item,
.template-index .shopify-section-header-sticky .header__active-menu-item,
.template-index .shopify-section-header-sticky .header__heading-link {
    color: #000 !important;
}


/* Sticky icons */
.template-index .shopify-section-header-sticky .header__icon,
.template-index .shopify-section-header-sticky .header__icon svg {
    color: #000 !important;
    fill: #000 !important;
}



.top-bar-section {
    background: rgba(68, 176, 0, 1) !important;
    overflow: hidden;
    width: 100%;
    padding: 5px 0;
}

.top-bar {
    overflow: hidden;
    white-space: nowrap;
}

.top-bar-wrapper {
    display: flex;
    width: max-content;
    animation: scrollLeft 35s linear infinite;
}

.top-bar-item {
    flex-shrink: 0;
    padding: 0 40px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* =========================
HEADER
========================= */

.main-header {
    background: #fff;
    padding: 5px 0;
    position: relative;
    z-index: 99;
    box-shadow: #a0cfff29 0 0px 17px;
}

.navbar-brand img {
    max-width: 180px;
}

.navbar-nav {
    gap: 40px;
}

.nav-link {
    color: #394f49 !important;
    font-weight: 500 !important;
    /* font-family: Raleway,sans-serif; */
}

.header-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.shop-btn {
    background: #304E42;
    color: #fff;
    padding: 12px 40px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: 0.4s;
}

.shop-btn:hover {
    background: #1f342c;
}

.user-icon {
    width: 42px;
    height: 42px;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222;
    text-decoration: none;
}


/* =========================
HERO
========================= */
.hero-slider .row.align-items-center {
    flex-wrap: nowrap !important;
    display: flex;
}
.hero-image img {
    display: block;
    margin: 0 auto;
    /* width: 100%; */
    position: relative;
}

.hero-slide {
    min-height: 102dvh;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}
    
.hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: rgba(0,0,0,0.35); */
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    color: #fff;
}

.hero-top-text {
    font-size: 15px;
    margin-bottom: 25px;
    font-family: 'Raleway', sans-serif;
}

.hero-content h1 {
    font-size: 5.2rem;
    line-height: 1.1;
    font-weight: 400;
    margin-bottom: 25px;
}
.hero-content h1 span {
    color: #DFFFDF;
    font-style: italic;
}
.hero-description {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 35px;
    max-width: 560px;
}

.hero-btn {
    background: #DFF7D3;
    color: #1A1A1A;
    padding: 10px 40px;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
}


/* =========================
SWIPER
========================= */

.swiper-button-next, .swiper-button-prev {
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0.1) !important;
    width: 40px !important;
    border-radius: 50% !important;
    display:block !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 15px!important;
    padding-left: 15px;
    padding-top: -8px !important;
    position: absolute;
    top: 12px;
}

/* ==========================================
   MAIN SECTION
========================================== */

.neo-proof-section {
    background: url(../images/Numbers.png) center/cover no-repeat;
    overflow: hidden;
    position: relative;
    height: 90dvh;
    
}

/* ==========================================
   LOGO STRIP
========================================== */

.neo-proof-section .neo-logo-strip {
    padding: 28px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.neo-proof-section .neoLogoSlider .swiper-slide {
    width: auto;
}

.neo-proof-section .neo-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}

.neo-proof-section .neo-logo-item img {
    max-height: 50px;
    width: auto;
    opacity: 0.9;
}

/* ==========================================
   NUMBERS AREA
========================================== */

.neo-proof-section .neo-numbers-area {
    padding: 90px 0;
    position: relative;
}

/* ==========================================
   LEFT CONTENT
========================================== */

.neo-proof-section .neo-number-content h2 {
    font-size: 4.5rem;
    line-height: 1.1;
    color: #111;
    margin-bottom: 40px;
    font-weight: 500;
}

.neo-proof-section .neo-number-content h2 span {
    display: block;
    color: #67bf2a;
    font-style: italic;
}

/* ==========================================
   RATING AREA
========================================== */

.neo-proof-section .neo-rating-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.neo-proof-section .neo-rating-icons {
    display: flex;
    align-items: center;
}

.neo-proof-section .neo-rating-icons span {
    width: 42px;
    height: 42px;

    border: 1px solid #67bf2a;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-left: -8px;

    background: #dff0d2;

    color: #304b43;
    font-size: 13px;
    font-weight: 600;
}

.neo-proof-section .neo-rating-icons span:first-child {
    margin-left: 0;
}

.neo-proof-section .neo-rating-wrap p {
    margin: 0;
    color: #444;
    line-height: 1.6;
    font-size: 15px;
    font-weight:700;
}

/* ==========================================
   RIGHT STATS BOX
========================================== */

.neo-proof-section .neo-stats-box-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}
.mega-menu {
  position: relative;
}
.menu-coming-soon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #181818;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
ul.mega-menu__list.page-width.mega-menu__list--condensed {
    padding: 0px 20px;
}
.custom-coming-soon-badge {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  padding: 4px 9px;
  border-radius: 999px;
  background: #181818;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
ul.mega-menu__list.page-width.mega-menu__list--condensed li a {
    font-weight: 700;
    font-family: 'Raleway';
        width: 250px;
}
.mega-menu[open] .mega-menu__content {
  left: 55% !important;
  right: auto !important;
  width: fit-content !important;
  max-width: 90vw;

      padding-bottom: 2rem;
    padding-top: 2rem;

}
.neo-proof-section .neo-stat-card {
    background: #F3FFF3;
    border-radius: 12px;
    padding: 22px 24px;
    display: flex;
    align-items: center;
    gap: 18px;
    width: calc(50% - 9px);
    justify-content: center;
    align-content: center;
}

.neo-proof-section .neo-stat-card-full {
    width: 100%;
}

.neo-proof-section .neo-stat-card h3 {
    font-size: 42px;
    margin: 0;
    color: #304b43;
    font-weight: 600;
    font-family: 'Raleway' !important;
}

.neo-proof-section .neo-stat-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    font-weight: 600;
}

/* ==========================================
   RESPONSIVE
========================================== */

@media(max-width:991px){

    .neo-proof-section .neo-number-content h2 {
        font-size: 46px;
        margin-bottom: 30px;
    }

    .neo-proof-section .neo-number-content {
        margin-bottom: 40px;
    }
}

@media(max-width:767px){

   .neo-proof-section .neo-numbers-area {
    padding: 36px 10px;
}

    .neo-proof-section .neo-number-content h2 {
        font-size: 36px;
    }

    .neo-proof-section .neo-stat-card {
        width: 100%;
    }

    .neo-proof-section .neo-rating-wrap {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ==========================================
   MAIN SECTION
========================================== */

.neo-reality-section {
    background: #3f564e;
    overflow: hidden;
}

/* ==========================================
   COLUMN AREA
========================================== */

.neo-reality-section .neo-reality-left {
    min-height: 100%;
    padding: 80px 20px;
}
.neo-reality-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.neo-reality-section .neo-reality-right {
    padding: 80px 0px 80px 50px;
}
/* ==========================================
   LEFT SIDE
========================================== */

.neo-reality-section .neo-reality-left {
    border-right: 1px solid rgba(255,255,255,0.3);
}

/* ==========================================
   HUMAN GRID
========================================== */

.neo-reality-section .neo-human-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px 24px;
    margin-bottom: 70px;
}

.neo-reality-section .neo-human-item {
    text-align: center;
}

.neo-reality-section .neo-human-item img {
    width: 60px;
    height: auto;
    opacity: 0.35;
    transition: 0.3s ease;
}

.neo-reality-section .neo-human-item.active img {
    opacity: 1;
}

/* ==========================================
   LEFT BOTTOM STAT
========================================== */

.neo-reality-section .neo-reality-stat {
    display: flex;
    align-items: center;
    gap: 25px;
    align-content: center;
}

.neo-reality-section .neo-reality-stat h2 {
    font-size: 110px;
    line-height: 0.9;
    color: #f5f5f2;
    margin: 0;
    font-weight: 500;
}

.neo-reality-section .neo-reality-stat p {
    max-width: 320px;
    color: rgba(255,255,255,0.8);
    font-size: 20px;
    line-height: 1.7;
    margin: 0 0 10px;
}

/* ==========================================
   RIGHT SIDE
========================================== */

.neo-reality-section .neo-reality-heading {
    margin-bottom: 60px;
}

.neo-reality-section .neo-reality-heading h2 {
    font-size: 4.5rem;
    line-height: 1.1;
    color: #f5f5f2;
    margin: 0;
    font-weight: 500;
}

.neo-reality-section .neo-reality-heading h2 span {
    display: block;
    color: #d9ebc9;
    font-style: italic;
}

/* ==========================================
   LIST WRAP
========================================== */

.neo-reality-section .neo-reality-list-wrap {
    display: flex;
    gap: 60px;
}

/* ==========================================
   LIST
========================================== */

.neo-reality-section .neo-reality-list {
    padding: 0;
    margin: 0;
    list-style: none;
    flex: 1;
}

.neo-reality-section .neo-reality-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 30px;

    color: rgba(255,255,255,0.85);

    font-size: 18px;
    line-height: 1.7;
}

.neo-reality-section .neo-reality-list li::before {
    content: "";
    position: absolute;

    top: 14px;
    left: 0;

    width: 5px;
    height: 5px;

    border-radius: 50%;
    background: #d9ebc9;
}

/* ==========================================
   RESPONSIVE
========================================== */

@media(max-width:1199px){

    .neo-reality-section .neo-reality-heading h2 {
        font-size: 52px;
    }

    .neo-reality-section .neo-reality-stat h2 {
        font-size: 90px;
    }

    .neo-reality-section .neo-reality-list li {
        font-size: 18px;
    }
}

@media(max-width:991px){

    .neo-reality-section .neo-reality-left,
    .neo-reality-section .neo-reality-right {
        padding: 60px 40px;
    }

    .neo-reality-section .neo-reality-left {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }

    .neo-reality-section .neo-reality-list-wrap {
        flex-direction: column;
        gap: 0;
    }
}

@media(max-width:767px){

    .neo-reality-section .neo-reality-left,
    .neo-reality-section .neo-reality-right {
        padding: 30px 15px;
    }

    .neo-reality-section .neo-human-grid {
        grid-template-columns: repeat(5, 1fr);
        gap: 20px 15px;
        margin-bottom: 50px;
    }

    .neo-reality-section .neo-human-item img {
        width: 42px;
    }

    .neo-reality-section .neo-reality-stat {
        flex-direction: column;
        align-items: flex-start;
                margin-top: 30px;
    }

    .neo-reality-section .neo-reality-stat h2 {
        font-size: 70px;
    }

    .neo-reality-section .neo-reality-stat p {
        font-size: 16px;
    }

    .neo-reality-section .neo-reality-heading h2 {
        font-size: 36px;
    }

    .neo-reality-section .neo-reality-list li {
        font-size: 16px;
        margin-bottom: 25px;
    }
}

/* ===== PARENT SECTION ===== */
.comparison-section {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 0px;
    padding: 80px 40px;
    background: #f3f3f3;
    width: 100%;
}

/* ===== LEFT & RIGHT CONTENT PARENT ===== */
.comparison-section .content-block{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* ===== HEADING ===== */
.comparison-section .content-block h2 {
    font-size: 48px;
    font-weight: 700;
    color: #374943;
    margin: 0;
    font-family: Raleway !important;
}

/* ===== PARAGRAPH ===== */
.comparison-section .content-block p {
    font-size: 20px;
    color: #374943;
    margin-top: -6px;
    font-weight: 500;
}

/* ===== IMAGE PARENT ===== */
.comparison-section .image-block{
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===== MICROGREENS IMAGE ===== */
.comparison-section .microgreens-image img{
 
  height: auto;
  object-fit: contain;
}

/* ===== EQUAL SYMBOL ===== */
.comparison-section .equal-sign{
  font-size: 70px;
  font-weight: 700;
  color: #374943;
}

/* ===== SACHET IMAGE ===== */
.comparison-section .sachet-image img{
  
  height: auto;
  object-fit: contain;
}













/* ==========================================
   Main Section
========================================== */
.neo-nutrition-section {
    /* background: #f5f5f2; */
    overflow: hidden;
    padding-bottom: 40px;
    background: linear-gradient(to bottom, #DFFFDF 0%, #FFFFFF 100%);
}

/* ==========================================
   Stats Section
========================================== */

.neo-stats-wrapper {
    padding: 50px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.neo-stat-box h2 {
    font-size: 60px;
    font-weight: 600;
    color: #314a43;
    margin-bottom: 10px;
    font-family: 'Raleway';
}

.neo-stat-box p {
    font-size: 18px;
    line-height: 1.5;
    color: #222;
    text-align: justify;
    font-weight: 600;
}

/* ==========================================
   Top Content
========================================== */

.neo-top-content {
    padding: 80px 0 50px;
}

.neo-heading-block h2 {
    font-size: 4.5rem;
    line-height: 1.1;
    font-weight: 500;
    color: #111;
}
.neo-heading-block h2 span {
    display: block;
    color: #44B000;
    font-style: italic;
    font-weight: 400;
}

.neo-description-block p {
    font-size: 18px;
    line-height: 1.7;
    color: #5f6b66;
}
.neoNutritionSlider {
    padding-left: calc((100vw - 1320px) / 2);
}
/* ==========================================
   Swiper
========================================== */

.neoNutritionSlider {
    overflow: visible;
    padding-bottom: 40px;
}

.neoNutritionSlider .swiper-slide {
    width: 320px;
}

/* ==========================================
   Card
========================================== */

.neo-info-card {
    position: relative;
    height: 450px;
    border-radius: 20px;
    overflow: hidden;
}

.neo-info-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.neo-stat-box {
    display: flex;
    align-items: flex-end;
    align-content: center;
    justify-content: space-evenly;
}
/* ==========================================
   Badge
========================================== */
.neo-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    background: #44b000;
    color: #fff;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: bold;
    font-family: Raleway;
}
/* ==========================================
   Overlay
========================================== */
.neo-card-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgb(0 0 0 / 46%));
    color: #fff;
      box-sizing: border-box;
}

.neo-card-overlay h4 {
    font-size: 23px;
    line-height: 1.1;
    margin-bottom: 15px;
    font-family: Raleway !important;
    color: #fff;
}
.neo-card-overlay p {
    font-size: 14
    px;
    line-height: 1.6;
}

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

@media(max-width:991px){

    .neo-heading-block h2 {
        font-size: 46px;
    }

    .neo-stat-box h2 {
        font-size: 48px;
    }

    .neo-info-card {
        height: 460px;
    }
}

@media(max-width:767px){

    .neo-top-content {
        padding: 10px 0 22px;
    }

    .neo-heading-block h2 {
        font-size: 36px;
    }

    .neo-stat-box {
        margin-bottom: 30px;
    }

    .neoNutritionSlider .swiper-slide {
        width: 260px;
    }

    .neo-card-overlay h4 {
        font-size: 20px;
    }
    html, body {
  overflow-x: hidden;
  width: 100%;
}
}

/* =========================================
   INGREDIENTS SECTION
========================================= */
section.ingredients {
    background-color: #000;
    border-radius: 30px 30px 0 0;
    padding-bottom: 50px;
}
.card-description-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 200px;
  padding-left: 20px; /* keeps bullets visible */
  margin: 0;
}

.card-description-grid li {
  list-style: disc;
}
.ingredients-section{
  position:relative;
}
.ingredients-title {
    text-align: center;
    margin: 40px 0px 70px 0px;
    color: #fff;
}
h2.titile-ingredients {
    font-size: 4.5rem;
    margin-bottom: 15px;
    color: #E5FFE5;
}
/* =========================================
   PARENT TITLE FROM DATA ATTRIBUTE
========================================= */

.ingredients-section::before{
  content:attr(data-parent);
  display:block;
  text-align:center;
  font-size:56px;
  font-weight:700;
  margin-bottom:60px;
  color:#fff;
}

/* =========================================
   MAIN FLEX WRAPPER
========================================= */

.ingredients-wrapper {
    display: flex;
    gap: 14px;
    height: 520px;
    margin-bottom: 50px;
}
/* =========================================
   SINGLE CARD
========================================= */

.ingredient-card{
  position:relative;
  flex:.7;
  overflow:hidden;
  border-radius:24px;
  cursor:pointer;
  transition:.6s ease;
}

/* =========================================
   CARD IMAGE
========================================= */

.ingredient-card img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* =========================================
   DARK OVERLAY
========================================= */

.overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    to top,
    rgba(0,0,0,.9),
    rgba(0,0,0,.2)
  );
  display:block !important;
}

.ingredient-card.active .overlay{

    top: 50%;
  
}

/* =========================================
   BOTTOM CONTENT
========================================= */
.row.ingredients-btn-view {
    display: block;
    margin: 0px;
    /* width: 36%; */
    float: right;
}
.content {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 2;
    opacity: 0;
    transform: translateY(30px);
    transition: .5s ease;
    max-width: 90%;
    color: #fff;
}

/* CONTENT TITLE */

.content h3{
  font-size:34px;
  margin-bottom:12px;
  color:#fff;
}

/* =========================================
   VERTICAL SIDE TITLE
========================================= */

.vertical-title {
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translateX(-50%) rotate(-90deg);
    transform-origin: center;
    white-space: nowrap;
    z-index: 2;
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 600;
}

/* =========================================
   HIDE VERTICAL TITLE FOR ACTIVE CARD
========================================= */

.ingredient-card.active .vertical-title{
  opacity:0;
}

/* =========================================
   DEFAULT STATE (ACTIVE CARD SHOWS CONTENT)
========================================= */

.ingredient-card .content{
  opacity:0;
  transform:translateY(30px);
  transition:.4s ease;
}

.ingredient-card.active .content{
  opacity:1;
  transform:translateY(0);
}

/* =========================================
   WHEN HOVERING WRAPPER â†’ HIDE ALL CONTENT
========================================= */

/*.ingredients-wrapper:hover .ingredient-card .content{*/
/*  opacity:0;*/
/*  transform:translateY(30px);*/
/*}*/

/* =========================================
   SHOW ONLY HOVERED CARD CONTENT
========================================= */

/*.ingredients-wrapper .ingredient-card:hover .content{*/
/*  opacity:1;*/
/*  transform:translateY(0);*/
/*}*/

/* =========================================
   MAIN BUTTON STYLE
========================================= */

.custom-btn {
    padding: 12px 20px;
    border-radius: 999px;
    border: 2px solid #e2ffe2;
    color: #fff;
    text-decoration: none;
    width: fit-content;
    font-size: 14px;
    font-weight: 500;
    transition: .3s ease;
    position: relative;
}
/* =========================================
   ARROW STYLE
========================================= */

.custom-btn .arrow{
  transition:0.3s ease;
  display:inline-block;
}
.neoNutritionSlider {
  padding-left: 0;
  padding-right: 0;
}
/* =========================================
   HOVER EFFECT
========================================= */
.custom-btn:hover {
    background: #eee;
    color: #000;
    box-shadow: 0 0 18px #eee;
}

.custom-btn:hover .arrow{
  transform:translateX(5px);
}

.ingredients-btn-view {
  
    position: relative;
    margin: 0 auto;
    display: block;
    margin: 50px 0px 0px 0px;
    text-align: center;
}
/* =========================================
   DEFAULT ACTIVE CARD
========================================= */

.ingredient-card.active{
  flex:12;
}

.ingredient-card.active .content{
  opacity:1;
  transform:translateY(0);
}

.ingredient-card {
    position: relative;
    cursor: pointer;
}

.ingredient-card .overlay {
    pointer-events: none;
}

.ingredient-card img {
    pointer-events: none;
}

.ingredient-card .content {
    pointer-events: none;
}

.vertical-title {
    pointer-events: none;
}
/* =========================================
   HOVER ANIMATION
========================================= */

/*.ingredients-wrapper:hover .ingredient-card{*/
/*  flex:.7;*/
/*}*/

/* EXPAND HOVERED CARD */

/*.ingredients-wrapper .ingredient-card:hover{*/
/*  flex:12;*/
/*}*/

/* SHOW CONTENT ON HOVER */

/*.ingredients-wrapper .ingredient-card:hover .content{*/
/*  opacity:1;*/
/*  transform:translateY(0);*/
/*}*/

/* HIDE VERTICAL TITLE ON HOVER */

/*.ingredients-wrapper .ingredient-card:hover .vertical-title{*/
/*  opacity:0;*/
/*}*/

/* ==========================================
   time line SECTION
========================================== */

.timeline-section {
  padding: 90px 0;
  background: #f5f5f2;
  overflow: hidden;
}

.timeline-container {
  width: 100%;
 
}

/* ==========================================
   TOP AREA
========================================== */

.timeline-top {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  padding-right: 60px;
  margin-bottom: 60px;
}

.timeline-heading {
  width: 50%;
}

.timeline-heading h2 {
    font-size: 4.5rem;
    line-height: 1.1;
    font-weight: 500;
    color: #425347;
    margin: 0;
}

.timeline-heading h2 span {
  color: #8dc63f;
  font-style: italic;
}

.timeline-content {
  width: 40%;
}

.timeline-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #394F49;
    margin: 0;
}

/* ==========================================
   SWIPER
========================================== */

.timeline-swiper {
  overflow: visible;
}

.timeline-swiper .swiper-slide {
  width: 320px;
}

/* ==========================================
   CARD
========================================== */

.timeline-card {
  position: relative;
}

/* TOP LINE */

.timeline-line {
  position: relative;
  margin-bottom: 18px;
  padding-top: 14px;
}

.timeline-line:before {
    content: "";
    position: absolute;
    top: 26px;
    left: 119px;
    width: 54%;
    height: 2px;
    background: #a7d26d;
}

.timeline-line span {
  font-size: 14px;
  color: #69736d;
  font-weight: 600;
}

/* IMAGE */

.timeline-image {
  position: relative;
  height: 430px;
  border-radius: 14px;
  overflow: hidden;
}

.timeline-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* OVERLAY */

.timeline-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.05) 30%,
    rgba(0, 0, 0, 0.75) 100%
  );
}

/* CONTENT */

.timeline-info {
    position: absolute;
    bottom: 0;
    z-index: 2;
    background-color: #0000004f;
    padding: 14px;
    border-radius: 15px 15px 0 0;
    box-sizing: border-box;
    width: 100%;
}

.timeline-info h3 {
    font-size: 19px;
    line-height: 1.1;
    color: #DFFFDF;
    margin: 12px 0px;
    font-weight: 500;
    font-family: 'Raleway' !important;
}

.timeline-info p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
      font-weight: 400;
}

/* ==========================================
   MOBILE
========================================== */

@media (max-width: 991px) {

  .timeline-container {
    padding-left: 20px;
  }

  .timeline-top {
    flex-direction: column;
    gap: 25px;
    padding-right: 20px;
    margin-bottom: 40px;
  }

  .timeline-heading,
  .timeline-content {
    width: 100%;
  }

  .timeline-heading h2 {
    font-size: 40px;
  }

  .timeline-content p {
    font-size: 15px;
    line-height: 1.7;
  }

  .timeline-swiper .swiper-slide {
    width: 280px;
  }

  .timeline-image {
    height: 380px;
  }

  .timeline-info h3 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {

  .timeline-section {
    padding: 40px 12px;
  }

  .timeline-heading h2 {
    font-size: 34px;
  }

  .timeline-swiper .swiper-slide {
    width: 240px;
  }

  .timeline-image {
    height: 340px;
  }



  .timeline-info h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .timeline-info p {
    font-size: 13px;
    line-height: 1.5;
  }
  .timeline-info {
  
    padding: 9px;

}
}


/* =========================
   compare SECTION
========================= */

.compare-section {
    position: relative;
    padding: 80px 20px;
    background: #0f0f0f;
    overflow: hidden;
}

.compare-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.45) 0%,
      rgba(0, 0, 0, 0.75) 100%
    ),
    url("../images/table.png") center/cover no-repeat;
  z-index: 1;
}

.compare-container {
  position: relative;
  z-index: 2;

}

/* =========================
   TITLE
========================= */

.compare-title {
    color: #fff;
    font-size: 4.5rem;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 50px;
    /* max-width: 760px; */
}
.compare-title span {
  font-style: italic;
  color: #d7efd0;
}

/* =========================
   TABLE
========================= */

.compare-table-wrapper {
  overflow-x: auto;
  border-radius: 20px;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 900px;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}

.compare-table th {
  background: #ececec;
  padding: 22px 18px;
  text-align: left;
  font-size: 17px;
  font-weight: 600;
  color: #222;
}

.compare-table .neo-head {
  background: #30463d;
  color: #fff;
}

.compare-table td {
  padding: 22px 18px;
  border-top: 1px solid #e5e5e5;
  font-size: 15px;
  color: #333;
  vertical-align: top;
}

.compare-table .neo-cell {
  background: #dcefd8;
  font-weight: 500;
}

.cell-flex {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  line-height: 1.6;
}

.check,
.cross {
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-top: 2px;
}

.check {
  background: url('/cdn/shop/files/Vector.png?v=1779953571');
  color: #fff;
}

.cross {
  background: url('/cdn/shop/files/mdi_cross-circle.png?v=1779953914');
  color: #fff;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {
  .compare-section {
    padding: 30px 16px;
  }

  .compare-title {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .compare-table {
    min-width: 100%;
  }

  .compare-table thead {
    display: none;
  }

  .compare-table,
  .compare-table tbody,
  .compare-table tr,
  .compare-table td {
    display: block;
    width: 100%;
  }

  .compare-table tr {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #e7e7e7;
  }

  .compare-table td {
    border-top: 1px solid #ececec;
    padding: 14px 16px;
    position: relative;
  }

  .compare-table td:first-child {
    background: #f5f5f5;
    font-weight: 700;
    border-top: 0;
  }

  .compare-table td::before {
    content: attr(data-label);
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #777;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .compare-table td:first-child::before {
    display: none;
  }

  .compare-table .neo-cell {
    background: #dff1db;
  }

  .cell-flex {
    gap: 10px;
  }
}

/* =========================
   SECTION
========================= */

.neo-results-section{
    background:#000;
    padding:90px 0;
    overflow:hidden;
}

/* =========================
   HEADING
========================= */

.neo-results-section .neo-results-heading{
 
    margin-bottom:50px;
}
.neo-results-section .neo-results-heading h2 {
    color: #fff;
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 1.2;
}
.neo-results-section .neo-results-heading h2 span{
    font-style:italic;
}

/* =========================
   SWIPER
========================= */

.neo-results-section .neo-results-swiper{
    padding:0 0px;
}

/* =========================
   SLIDE
========================= */

.neo-results-section .swiper-slide{
    height:auto;
}

/* =========================
   CARD
========================= */

.neo-results-section .neo-result-card{
    position:relative;
    height:450px;
    border-radius:14px;
    overflow:hidden;
}

.neo-results-section .neo-result-card img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* =========================
   OVERLAY
========================= */

.neo-results-section .neo-result-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top,#000000f2,#00000087);
    width: 100%;
border-radius: 15px 15px 0 0;
box-sizing:border-box;
}
.neo-results-section .neo-result-overlay h5{
    color:#fff;
    font-size:16px;
    margin-bottom:12px;
    font-family:'Raleway' !important;
}

.neo-results-section .neo-result-overlay p{
    color:#d7d7d7;
    font-size:14px;
    line-height:1.7;
    margin-bottom:22px;
}

/* =========================
   BOTTOM
========================= */

.neo-results-section .neo-result-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.neo-results-section .neo-result-bottom h4{
    color:#fff;
    font-size:24px;
    margin:0;
}

.neo-results-section .neo-stars{
    color:#fff;
    font-size:15px;
    letter-spacing:2px;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

    .neo-results-section .neo-results-heading{
        padding:0 30px;
    }

    .neo-results-section .neo-results-heading h2{
        font-size:48px;
    }

    .neo-results-section .neo-results-swiper{
        padding:0 30px;
    }

}

@media(max-width:767px){

    .neo-results-section{
        padding:60px 0;
    }

    .neo-results-section .neo-results-heading h2{
        font-size:34px;
    }

    .neo-results-section .neo-result-card{
        height:450px;
    }

    .neo-results-section .neo-result-overlay{
        padding:20px;
    }

    .neo-results-section .neo-result-bottom h4{
        font-size:18px;
    }

}


/* =========================
   neo-guarantee-section
========================= */


.neo-guarantee-section{
    background:url(../images/neo-guarantee.png);
    padding:50px 20px;
    position:relative;
    overflow:hidden;
  
    background-size: cover;
    background-position: center;
}

.neo-guarantee-section .neo-guarantee-box{
    max-width:1200px;
    margin:auto;
    background:#3f5a52;
    border-radius:20px;
    padding:70px 40px;
    text-align:center;
}

.neo-guarantee-section .neo-guarantee-title{
    color:#f5f1ea;
    font-size:60px;
    line-height:1.2;
    font-weight:400;
    margin-bottom:30px;
}

.neo-guarantee-section .neo-guarantee-title span {
    font-style: italic;
    font-weight: 500;
    color: #E5FFE5;
  
}

.neo-guarantee-section .neo-guarantee-text{
    max-width:750px;
    margin:0 auto;
    color:#d6ddd9;
    font-size:18px;
    line-height:1.8;
}

.neo-guarantee-section .neo-guarantee-tags{
    margin-top:45px;
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.neo-guarantee-section .neo-guarantee-tag {
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 50px;
    padding: 5px 30px;
    color: #fff;
    font-size: 16px;
    min-width: 190px;
    font-weight: 600;
}

/* RESPONSIVE */

@media(max-width:991px){

    .neo-guarantee-section .neo-guarantee-title{
        font-size:42px;
    }

}

@media(max-width:767px){

    .neo-guarantee-section{
        padding:60px 15px;
    }

    .neo-guarantee-section .neo-guarantee-box{
        padding:30px 10px;
    }

    .neo-guarantee-section .neo-guarantee-title{
        font-size:30px;
    }

    .neo-guarantee-section .neo-guarantee-text{
        font-size:15px;
    }

    .neo-guarantee-section .neo-guarantee-tag{
        width:100%;
    }

}


/* =========================
   PARENT WRAPPER
========================= */

.neo-greens-section{
  background: #DFFFDF;
    padding:80px 40px;
    overflow:hidden;
}

/* =========================
   LEFT SIDE
========================= */

.neo-greens-section .neo-left-wrapper{
    position:relative;
}

.neo-greens-section .neo-offer-box{
    position:absolute;
    top:-25px;
    left:20px;
    background:#d6efc8;
    border:1px solid #6fc13b;
    border-radius:14px;
    padding:14px 20px;
    z-index:2;
}

.neo-greens-section .neo-offer-box p{
    margin:0;
    font-size:14px;
    font-weight:600;
}

.neo-greens-section .neo-offer-box h5{
    margin:0;
    font-size:28px;
}

.neo-greens-section .neo-product-box {
    /* background: #fff; */
    /* border: 2px solid #82cc57; */
    border-radius: 20px;
    padding: 20px;
}



.neo-greens-section .neo-side-heading{
    font-size:24px;
    line-height:1.5;
    margin-bottom:30px;
}

.neo-greens-section .neo-tags{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.neo-greens-section .neo-tags span{
    border:1px solid #888;
    border-radius:40px;
    padding:10px 24px;
    width:max-content;
    font-size:15px;
}

.neo-greens-section .neo-gallery {
    display: flex;
    gap: 0px;
    margin-top: 7px;
    justify-content: space-evenly;
}

.neo-greens-section .neo-gallery img{
    width:85px;
    height:85px;
    object-fit:cover;
    border-radius:8px;
    cursor:pointer;
}

/* =========================
   RIGHT SIDE
========================= */


.neo-greens-section .neo-content-wrapper img {
    margin: 20px 0px 10px 0px;
}
.neo-content-wrapper {
    margin-top: 20px;
}
.neo-greens-section .neo-small-title{
    color:#44B000;
    font-size:15px;
    font-weight:600;
}

.neo-greens-section .neo-main-title{
    font-size:82px;
    line-height:1;
    margin:10px 0;
    color:#23312e;
}

.neo-greens-section .neo-sub-title {
    font-size: 2.5rem;
    font-style: italic;
    color: #44B000;
    margin-bottom: 35px;
}

.neo-greens-section .neo-feature-list {
    display: flex;
    gap: 50px;
    border-top: 1px solid #fff;
    padding: 10px 0px;
    border-bottom: 1px solid #fff;
}

.neo-greens-section .neo-feature-list ul{
    padding-left:20px;
        margin: 0px 0px;
}

.neo-greens-section .neo-feature-list li {
    margin-bottom: 10px;
    font-size: 18px;
    font-style: italic;
}

.neo-greens-section .neo-pack-buttons {
    display: flex;
    gap: 20px;
    /* margin-bottom: 35px; */
    border-bottom: 1px solid #fff;
    padding: 15px 0px;
}

.neo-greens-section .neo-pack-buttons button {
    border: 1px solid #41524d;
    background: transparent;
    border-radius: 40px;
    padding: 10px 40px;
    
    color: #394F49;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
  
    font-weight: 400;
   
}

.neo-greens-section .neo-pack-buttons button.active{
    background:#364944;
    color:#fff;
}

.neo-greens-section .neo-price-wrapper{
    display:flex;
    gap:25px;
    margin-top:35px;
}

.neo-greens-section .neo-price-card {
    flex: 1;
    background: rgba(255, 255, 255, 0.50);
    border: 1px dashed #7ccc4e;
    border-radius: 18px;
    padding: 30px;
    text-align: center;
}
.neo-price-card.\32 -card {
    background-color: #00000000;
}

.neo-greens-section .neo-price-card p{
    margin-bottom:10px;
}

.neo-greens-section .neo-price-card h3{
    font-size:52px;
    margin-bottom:10px;
}

.neo-greens-section .neo-action-buttons {
    display: flex;
    gap: 20px;
    margin-top: 18px;
    justify-content: space-between;
    border-top: 2px solid #57c000;
    padding-top: 30px;
}

.neo-greens-section .neo-shop-btn {
   
    background: #57c000;
    color: #fff;
    border: none;
    border-radius: 50px;
    width: 300px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.neo-greens-section .neo-cart-btn {
    background: transparent;
    border: 1px solid #41524d;
    border-radius: 50px;
    padding: 10px 80px;
    font-size: 18px;
    font-weight: 500;
    width: 300px;
    height: 48px;
}

.neo-greens-section .neo-bottom-info ul {
    display: flex;
    gap: 30px;
    margin-top: 31px;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.neo-greens-section .neo-bottom-info span{
    font-size:15px;
}

/* =========================
   MOBILE
========================= */

@media(max-width:991px){

    .neo-greens-section .neo-content-wrapper{
        padding-left:0;
        margin-top:50px;
    }

    .neo-greens-section .neo-main-title{
        font-size:60px;
    }

    .neo-greens-section .neo-sub-title{
        font-size:40px;
    }

    .neo-greens-section .neo-price-wrapper{
        flex-direction:column;
    }

}

@media(max-width:767px){

    .neo-greens-section{
        padding:60px 20px;
    }

    .neo-greens-section .neo-main-title{
        font-size:42px;
    }

    .neo-greens-section .neo-sub-title{
        font-size:28px;
    }

    .neo-greens-section .neo-feature-list{
        flex-direction:column;
        gap:10px;
    }

    .neo-greens-section .neo-pack-buttons,
    .neo-greens-section .neo-action-buttons{
        flex-direction:column;
    }

    .neo-greens-section .neo-shop-btn,
    .neo-greens-section .neo-cart-btn{
        width:100%;
    }

}


/* =========================
FAQ SECTION
========================= */

.faq-section {
    /* background: #f5f5f3; */
    padding: 100px 0;
}


/* Left */

.faq-section .faq-left h2 {
    font-size: 5.5rem;
    line-height: 1.05;
    color: #1A1A1A;
    margin-bottom: 30px;
    font-weight: 400;
}

.faq-section .faq-left h2 span {
    color: #6BCB45;
    font-style: italic;
}

.faq-section .faq-left p {
    font-size: 18px;
    line-height: 1.8;
    color: #1E1E1E;
    max-width: 400px;
    margin: 0;
    font-family: 'Raleway', sans-serif;
}


/* Right */

div#sw_floating_container {
    display: none;
}
/* Item */

.faq-section .faq-item {
    border-bottom: 1px solid #ddd;
    padding: 0;
}

#faq-template--21771667341509__faq_section_UqGmAt .faq-item {
    margin-bottom: 10px !important;
}
/* Question */

.faq-section .faq-question {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    text-align: left;
}

.faq-section .faq-question span {
    font-size: 17px;
    color: #1E1E1E;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
}

.faq-section .faq-question i {
    font-size: 18px;
    color: #6BCB45;
}


/* Answer */

.faq-section .faq-answer {
    display: none;
    padding-bottom: 30px;
    max-width: 90%;
}

.faq-section .faq-answer p {
    font-size: 15px;
    line-height: 2;
    color: #666;
    margin: 0;
    font-family: 'Raleway', sans-serif;
}


/* Active */

.faq-section .faq-item.active .faq-answer {
    display: block;
}

.faq-section .faq-item.active .faq-question span {
    color: #44B000;
}
.faq-item.active .fa-solid {
    color: #000;
}

/* Responsive */

@media (max-width: 991px) {

    .faq-section {
        padding: 90px 0;
    }

    .faq-section .faq-left h2 {
        font-size: 52px;
    }

}

@media (max-width: 767px) {

    .faq-section .faq-left h2 {
        font-size: 38px;
    }

    .faq-section .faq-question span {
        font-size: 17px;
        padding-right: 20px;
    }

    .faq-section .faq-answer {
        max-width: 100%;
    }

}
.faq-item.active:last-child{
    border-bottom: 0;
}
.faq-item:last-child{
    border-bottom: 0;
}
/* =========================
SCIENCE SECTION
========================= */
.science-section {
    background: url(../images/blog\ \(4\).png);
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    padding: 70px 0px;
}




/* Top */

.science-section .science-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 70px;
    position: relative;
    z-index: 2;
}

.science-section .section-title h2 {
    color: #fff;
    font-size: 5.5rem;
    line-height: 1.05;
    font-weight: 400;
    margin: 0;
}

.science-section .view-all-btn {
    background: #DFF7D3;
    color: #111;
    padding: 10px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}


/* Slider */

.science-section .scienceSwiper {
    position: relative;
    z-index: 2;
}

.science-section .scienceSwiper .swiper-slide {
    height: auto;
}

/* =========================
CARD
========================= */

.science-section .science-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    /* height: 520px; */
}


/* Full Image */

.science-section .science-image {
    width: 100%;
    height: 100%;
}

.science-section .science-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.science-section .science-card:hover img {
    transform: scale(1.08);
}


/* Overlay Content */

.science-section .science-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90%;
    padding: 20px 21px;
    z-index: 2;
    background: linear-gradient(to top,#0000005e 10%,#000000a3 45%,#0000007a);
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    /* right: 0; */
}
.science-shape {
    padding: 30px 0px;
}
/* Category */

.science-section .science-category {
    color: #6BCB45;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 16px;
}


/* Title */
.science-section .science-content h3 {
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: 'Raleway' !important;
}


/* Read Time */

.science-section .science-content p {
    color: #BEBEBE;
    font-size: 13px;
    margin: 0;
}

/* Navigation */

.science-section .science-next,
.science-section .science-prev {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #DFF7D3;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: -110px;
    right: 0;
    z-index: 5;
}

.science-section .science-prev {
    right: 70px;
}


/* Responsive */

@media (max-width: 991px) {

    .science-section .section-title h2 {
        font-size: 52px;
    }

}

@media (max-width: 767px) {

    .science-section .science-top {
        flex-direction: column;
        gap: 30px;
    }

    .science-section .section-title h2 {
        font-size: 38px;
    }

    /* .science-section .science-image {
        height: 260px;
    } */

    .science-section .science-next,
    .science-section .science-prev {
        display: none;
    }

}



















































/* =========================
FOOTER
========================= */

.main-footer {
   
    padding-top: 90px;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
        background-size: cover;
    background-position: center;
 
}

.footer-logo {
    margin-bottom: 25px;
}

.footer-logo img {
    max-width: 180px;
}

.footer-text {
    color: #D7D7D7;
    font-size: 15px;
    line-height: 1.8;
    max-width: 360px;
    margin-bottom: 35px;
    font-family: 'Raleway', sans-serif;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 18px;
}

.footer-social a {
    color: #fff;
    font-size: 20px;
    transition: 0.4s;
}

.footer-social a:hover {
    opacity: 0.7;
}

.footer-widget h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 28px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

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

.footer-widget ul li {
    margin-bottom: 14px;
}

.footer-widget ul li a {
    color: #D7D7D7;
    text-decoration: none;
    font-size: 15px;
    transition: 0.4s;
    font-family: 'Raleway', sans-serif;
}

.footer-widget ul li a:hover {
    color: #fff;
}
img.footer-logo-bg {
    width: 95%;
    margin: 40px 0px;
}
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    margin-top: 30px;
    padding-top: 25px;
}

.footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: flex-end;
}

.footer-bottom-links a {
    color: #BEBEBE;
    text-decoration: none;
    font-size: 14px;
    transition: 0.4s;
    font-family: 'Raleway', sans-serif;
}

.footer-bottom-links a:hover {
    color: #fff;
}


.footer-copyright p {
    color: #BEBEBE;
    font-size: 14px;
    margin: 0;
    font-family: 'Raleway', sans-serif;
}

/* =========================
BACK TO TOP
========================= */

#backToTop {
    position: fixed;
    right: 30px;
    bottom: 150px;
    width: 52px;
    height: 52px;
    border: none;
    border-radius: 50%;
    background: #DFF7D3;
    color: #1A1A1A;
    font-size: 18px;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

#backToTop.active {
    opacity: 1;
    visibility: visible;
}

#backToTop:hover {
    transform: translateY(-5px);
}


.mobile-only {
  display: none !important;
}

.desktop-only {
  display: block;
}

@media (max-width: 749px) {


    #backToTop {
  
    bottom: 130px;
   
}
  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
    width: 100%;
    height: auto;
  }
}
/* =========================
RESPONSIVE
========================= */

@media (max-width: 991px) {

   
    .footer-widget {
        margin-top: 30px;
    }

}

@media (max-width: 767px) {

.ng-values-section {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    border-radius: 24px;
    overflow: hidden;
    padding: 20px 0px !important;
}
.ng-quality-section {
    padding: 40px 0;
}
    .about-ng .swiper {

    height: 1100px !important;
}

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

    .footer-social {
        margin-bottom: 20px;
    }

   .footer-bottom {
    margin-top: 0px;
    padding-top: 10px;
            text-align: center;
}
.footer-bottom-links {
   
    justify-content: center;
}
.science-section .science-content {
   
    padding: 18px 14px;
    width:92%;
 
}
.main-footer {
    padding-top: 23px;
    padding: 30px 10px;
}

}



/* // product- details page css  */

.sls-widget-branding {
    display: none;
}

.product-form__input--pill input[type=radio]:checked+label {
    background-color: #018759 !important;
   
}

.sealsubs-container .sls-purchase-options-container .sls-option-container, .sealsubs-container .sls-purchase-options-container .sls-option-container.sls-active, .sealsubs-container .sls-option-container, .sealsubs-container .sls-option-container.sls-active {
 
    background: linear-gradient(90deg, rgba(42, 89, 82, 0.14) 0%, rgba(69, 211, 191, 0.14) 100%) !important;
}
span.sls-more-info-text {
    display: none;
}
span.sls-savings-badge {
    background: linear-gradient(91.06deg, #1C7D48 17.88%, #33E383 128.14%);
    color: #fff;
    padding: 1px 9px;
    font-family: 'Raleway';
}
.sls-price {
    position: relative;
    color: rgb(109, 109, 109);
    color: rgb(28 25 25) !important;
    font-weight: 600 !important;
}
.utility-bar.color-scheme-1.gradient.utility-bar--bottom-border {
    background: rgba(68, 176, 0, 1);
    /* font-family: 'Raleway'; */
    /* color: #fff; */
}

.announcement-bar__message {
   
    color: #fff !important;
    font-weight: 500;
    font-family: 'Raleway' !important;
    font-size: 1.3rem;
}


/* Marquee announcement bar */

.custom-marquee-content {
  display: flex;
  align-items: center;
  gap: 40px;
  animation: marquee 20s linear infinite;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}


/* Pause animation on hover */
.custom-marquee:hover .custom-marquee-content {
  animation-play-state: paused;
}
.custom-marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.custom-marquee-content {
  display: inline-block;
  white-space: nowrap;
  animation: marqueeScroll 35s linear infinite;
}

.custom-marquee-content span {
    display: inline-block;
    padding-right: 100px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    font-family: 'Raleway';
}

@keyframes marqueeScroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Hide arrows */
.slider-button {
  display: none !important;
}

header.header.header--middle-left.header--mobile-center.page-width.header--has-menu.header--has-social.header--has-account {
    padding: 10px 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.list-menu--inline {
    display: inline-flex;
    flex-wrap: wrap;
    font-weight: 600;
    font-family: 'Raleway';
}

.product-benefits-bottom{
  margin-top:50px;

}

.product-benefits-bottom .benefits-title{
  font-size:22px;
  font-weight:600;
  margin-bottom:20px;
  text-align:left;
}

.product-benefits-bottom .benefits-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px 35px;
    justify-items: stretch;
    align-items: center;
    justify-content: space-around;
}
.benefit-item span {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
}
.product-benefits-bottom .benefit-item {
    display: flex;
    gap: 30px;
    font-size: 15px;
    flex-direction: column;
    margin: 20px 0px;
    justify-content: flex-start;
    align-items: center;
}

.product-benefits-bottom img {
    width: 40px;
    height: 40px;
}

.button#ProductSubmitButton-template--21771667341509__main {
    display: flex;
   
    border-radius: 10px !important;
    border: 0px solid #0000;
    --buttons-border-offset: auto !important;
  
}
button#ProductSubmitButton-template--21771667341509__main:hover {
    border: none !important;
    --border-opacity: 0px;
}

product-form.product-form {
    display: flex;
}
.global-product-icon img {
    display: block;
    float: inline-end;
    width: 250px;
}
.global-product-icon {
    position: absolute;
    right: 0px;
}

/* Product details page tabs  */
/* =====================================================
NEOGREENS PRODUCT TABS
===================================================== */
.card__content {
    padding: 20px !important;
}

.ng-tabs-section {
    margin-top:50px;
    padding: 80px 0;
   background: linear-gradient(
  to bottom,
  #ffffff 0%,
  #DFFFDF 100%
);
}

.ng-tabs-nav{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    margin-bottom:40px;
}

.ng-tab-btn {
    border: none;
    background: #f6f6f6;
    padding: 14px 24px;
    /* border-radius: 100px; */
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: .3s;
    color: rgba(57, 79, 73, 1);
}

.ng-tab-btn.active {
    background: #f6f6f6;
    color: rgba(57, 79, 73, 1);
    border-bottom: 3px solid rgba(68, 176, 0, 1);
    width: fit-content;
}

.ng-tab-content {
    display: none;
    padding: 20px 0px 0px 0px;
}

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

/* =====================================================
INGREDIENTS
===================================================== */



.ng-ingredients-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
    align-items:center;
}

.ng-ingredient-title{
    font-size:56px;
    line-height:1;
    margin-bottom:30px;
}

.ng-ingredient-box-wrap{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
}

.ng-ingredient-box {
    background: rgba(255, 255, 255, 1);
    padding: 24px;
    border-radius: 20px;
}

.ng-ingredient-box h5 {
    margin-bottom: 12px;
    font-size: 20px;
    color: rgba(68, 176, 0, 1);
}
.ng-ingredient-box ul{
    padding-left:18px;
    margin:0;
}

.ng-ingredients-right img {
    width: 100%;
    /* border-radius: 24px; */
    display: block;
    height: auto;
}

.ng-ingredients-grid{
  display: flex;
  gap: 40px;
}

/* LEFT stays inside container */
.ng-ingredients-left{
  flex: 1;
}

/* RIGHT image breaks container */
.ng-ingredients-right{
  flex: 1;
  margin-right: calc(-1 * (100vw - 100%) / 2);
}
/* =====================================================
HOW TO USE
===================================================== */

.ng-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}

/* make last item full width if it's the 4th card */
.ng-steps-grid .ng-step-card:nth-child(4):nth-last-child(1) {
    grid-column: 1 / -1;
    display: flex;
    overflow: hidden;
  
}
.ng-steps-grid .ng-step-card:nth-child(4):nth-last-child(1) img{
    width:100%;
    height:250px;
}
.ng-step-card {
    background: #ffffff;
    border-radius: 24px;
}
.card-flex {
    display: flex;
    justify-content: space-evenly;
    gap: 30px;
    padding: 25px;
}
.ng-step-number {
    width: 150px;
    height: 40px;
    border-radius: 50%;
    background: #dfffdf;
    color: #44b000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-weight: 700;
}

.ng-step-card h5 {
    margin-bottom: 12px;
    color: rgba(57, 79, 73, 1);
    font-family: 'Raleway' !important;
    font-size: 20px;
}

.ng-step-card img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 0px 0px 10px 10px;
}
/* =====================================================
TIPS SECTION
===================================================== */

.ng-timeline-top {
    width: 60%;
    margin: 0px 0px 50px 0px;
}
.ng-tips-section{
    margin-top:60px;
}
.ng-timeline-top p {
    color: rgba(57, 79, 73, 1);
    font-size: 20px;
}
.ng-section-heading{
    margin-bottom:24px;
}

.ng-section-heading h3 {
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    color: rgba(57, 79, 73, 1);
}

.tip-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 24px;
    height: 100%;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
}
.tips-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}


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

/* =====================================================
TIMELINE
===================================================== */

.ngTimelineSwiper{
    overflow:hidden;
    padding-bottom:40px;
}

.ng-timeline-card{
    position:relative;
    overflow:hidden;
    border-radius:24px;
}

.ng-timeline-card img{
    width:100%;
    height:420px;
    object-fit:cover;
    display:block;
}

.ng-timeline-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to top,rgba(0,0,0,0.8),transparent);
}

.ng-timeline-content{
    position:absolute;
    left:24px;
    bottom:24px;
    color:#fff;
    z-index:2;
}

.ng-timeline-content span{
    display:block;
    margin-bottom:8px;
    font-size:14px;
}

.ng-timeline-content h4{
    margin-bottom:10px;
    font-size:24px;
}

/* =====================================================
REVIEWS
===================================================== */

.ng-review-top{
    display:flex;
    align-items:center;
    gap:20px;
    margin-bottom:40px;
}

.ng-review-top h2{
    font-size:72px;
    margin:0;
}

.ng-review-stars {
    color: rgba(68, 176, 0, 1);

    font-size: 24px;
    margin-bottom: 8px;
}

.ngReviewSwiper{
    overflow:hidden;
}

.ng-review-card {
    background: #000000;
    border-radius: 24px;
    padding: 30px;
    height: 100%;
    color: #fff;
}

.ng-review-footer{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top:24px;
    font-weight:600;
}

/* =====================================================
FAQ
===================================================== */

.ng-faq-item.active .ng-faq-question {
    color: #44b000;
}
/* .ng-faq-wrap{
    max-width:900px;
} */

.ng-faq-question span {
    font-size: 22px;
}

.ng-faq-item{
    border-bottom:1px solid #e5e5e5;
    padding:20px 0;
}

.ng-faq-question{
    display:flex;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;
    font-size:18px;
    font-weight:600;
}

.ng-faq-answer{
    display:none;
    padding-top:16px;
}

.ng-faq-item.active .ng-faq-answer{
    display:block;
}

/* =====================================================
SWIPER BUTTONS
===================================================== */

.ng-timeline-next,
.ng-timeline-prev{
    color:#111;
}

/* =====================================================
RESPONSIVE
===================================================== */

@media(max-width:991px){

    .ng-ingredients-grid{
        grid-template-columns:1fr;
    }

    .ng-steps-grid{
        grid-template-columns:1fr 1fr;
    }

}



.shopify-policy__container {
   
   
    max-width: 1300px !important;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0px;
}



@media(max-width:767px){

  

    .ng-ingredient-title{
        font-size:42px;
    }

   
    .ng-steps-grid{
        grid-template-columns:1fr;
    }

    .ng-review-top{
        flex-direction:column;
        align-items:flex-start;
    }

    .ng-review-top h2{
        font-size:52px;
    }

    .ng-section-heading h3{
        font-size:26px;
    }

}

.header__menu-item {
    padding: 1.2rem;
    text-decoration: none;
    color: #394f49;
    font-size: 16px;
    font-weight: 700;
    font-family: Raleway,sans-serif!important;
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}


.login-button-container .bg-purple-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0) !important;
}
login-button-container .text-white {
    --tw-text-opacity: 1;
    color: rgb(28 25 25) !important;
}

.esa_tooltip-title {
    display: none !important;
}

.faq-hidden{
    display:none;
}

.faq-btn-wrap{
    margin-top:30px;
}

.faq-see-more-btn{
    padding:12px 35px;
    border:none;
    border-radius:40px;
    background:#E1FFE1;
    color:#000;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.faq-see-more-btn:hover {
    background: #dfffdf;
}

.ng-tabs-nav {
    display: none !important;
}

.hide-media{
    display:none !important;
}


/* new section home page css */


/*==================================
        Wellness Section
===================================*/

.wellness-section{
   
    padding:80px 0;
    overflow:hidden;
}

.wellness-section .wellness-title{
    font-size:50px;
    font-weight:500;
    color:#2d2d2d;
    line-height:1.2;
    margin-bottom:25px;
}

.wellness-section .wellness-title span{
    display:block;
    color:#7bb438;
    font-style:italic;
    font-weight:700;
}

.wellness-section .wellness-heading{
    font-size:18px;
    color:#333;
    font-weight:600;
    margin-bottom:18px;
    line-height:1.7;
}

.wellness-section .wellness-description{
    font-size:15px;
    color:#666;
    line-height:1.8;
    margin-bottom:30px;
    max-width:500px;
}

.wellness-section .wellness-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 100px;
}
.wellness-section .wellness-tags span{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:10px 18px;
    border:1px solid #7bb438;
    border-radius:30px;
    color:#69a62c;
    font-size:14px;
    font-weight:500;
    background:#fff;
}

.wellness-section .wellness-image{
    text-align:right;
}



.wellness-section .wellness-image{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.wellness-section .wellness-image img {
    width: 100%;
    /* max-width: 680px; */
    margin-top: -50px;
    margin-bottom: -50px;
    display: block;
}

/*==================================
        Tablet
===================================*/

@media (max-width:991px){

    .wellness-section{
        padding:60px 0;
    }

    .wellness-section .wellness-title{
        font-size:38px;
    }

    .wellness-section .wellness-image{
        text-align:center;
        margin-top:40px;
    }

    .wellness-section .wellness-image img{
        width:340px;
    }

}

/*==================================
        Mobile
===================================*/

@media (max-width:767px){

    .wellness-section{
        padding:50px 0;
        text-align:center;
    }

    .wellness-section .wellness-title{
        font-size:30px;
    }

    .wellness-section .wellness-heading{
        font-size:16px;
    }

    .wellness-section .wellness-description{
        font-size:14px;
        margin-left:auto;
        margin-right:auto;
    }

    .wellness-section .wellness-tags{
        justify-content:center;
        gap:10px;
    }

    .wellness-section .wellness-tags span{
        font-size:13px;
        padding:8px 16px;
    }

    .wellness-section .wellness-image{
        margin-top:35px;
    }

 .wellness-section .wellness-image img {
    width: 100%;
    margin: 0px;
    height: auto;
}
.ns-story-section {
    background: linear-gradient(to bottom,#dfffdf,#b8e1b8);
    padding: 30px 0 30px !important;
}

.ns-story-header {
    display: flex;
    justify-content: space-between;
    gap: 81px;
    margin-bottom: 40px;
}
.ns-story-wrapper {
    position: relative;
    height: 100vh;
}

}

h4.neo-effort {
    text-align: center;
    margin: 70px 0px 0px 0px;
    font-size: 30px;
    font-weight: 500;
}


/* ----------------------- */

/* 

New card section css */


/* SECTION */

.ns-story-section {
    background: linear-gradient(
        to bottom,
        #DFFFDF 0%,
        #B8E1B8 100%
    );
    padding: 100px 0 30px 0 ;
}


.ns-container{

    width:min(1320px,90%);

    margin:auto;

}



/* HEADER */

.ns-story-header{

    display:flex;

    justify-content:space-between;

    gap:80px;

    margin-bottom:90px;

}


.ns-heading{

    width:55%;

}


.ns-heading h2{

    font-family:"Playfair Display";

    font-size:50px;

    line-height:1.05;

    font-weight:400;

}


.ns-heading span{

    color:#6DA544;

    font-style:italic;

}



.ns-header-content{

    width:45%;

}


.ns-header-content p{

    font-size:17px;

    line-height:1.7;

    color:#555;

}

.ns-story-wrapper{
    position:relative;
    height:600vh;
}


.ns-card-stack{
    position:sticky;
    top:80px;
    height:80vh;
}


.ns-story-card{

    position:absolute;

    inset:0;

    display:flex;

    background:#fff;

    border-radius:28px;

    overflow:hidden;

    /* box-shadow:0 15px 50px rgba(0,0,0,.15); */


    opacity:0;
  transition:none;
    will-change:transform,opacity;
    transform:
    translateY(100px)
    scale(.95);


    will-change:transform,opacity;
       /* transition:
    transform .25s cubic-bezier(.22,1,.36,1),
    opacity .25s ease; */

}


/* first card */

.ns-story-card:first-child{

    opacity:1;

    transform:
    translateY(0)
    scale(1);

}




/* CONTENT */


.ns-card-left{

    width:42%;

    background:#080808;

    color:#fff;

    padding:70px 55px;

    display:flex;

    flex-direction:column;

    justify-content:center;

}
.ns-card-left h3 {
    font-family: Playfair Display;
    font-size: 30px;
    margin-bottom: 30px;
    color: #DFFFDF;
}

.esa__subs-benefits {
    display: none !important;
}

.esa__custom-price {
    display: none !important;
}

.ns-card-left p{

    font-size:16px;

    line-height:1.7;

    color:#ccc;

}




/* IMAGE */


.ns-card-right{

    width:58%;

}


.ns-card-right img{

    width:100%;

    height:100%;

    object-fit:cover;

}





@media(max-width:991px){


.ns-story-header{

    display:block;

}


.ns-heading,
.ns-header-content{

    width:100%;

}


.ns-heading h2{

    font-size:45px;

}



.ns-card-stack {
    height: 475px;
}



.ns-story-card{

    flex-direction:column;

}



.ns-card-left,
.ns-card-right{

    width:100%;

}



.ns-card-right{

    height:250px;

}


}

/* ------------------- */

.image-section {
    padding: 70px 0;

}

.image-section .section-title {
    font-size: 42px;
    font-weight: 500;
    color: #2d2d2d;
    margin-bottom: 40px;
}

/* Product Card */
.image-section .product-card {
    position: relative;
    background: transparent;
    margin: 40px  0px;
}

/* Product Image */
.image-section .product-img {
    width: 100%;
 
    object-fit: cover;
    display: block;
    border-radius: 18px;
}

ul.ng-about-banner-list img {
    width: 20px;
    position: relative;
    top: 10px;
}
/* Bottom Content */
.image-section .product-content {
    position: absolute;
    margin: -10px 20px 0;
    padding: 30px 25px;
    border-radius: 18px;
    z-index: 2;
    bottom: 0px;
    width: 100%;
}

.image-section .product-content h3 {
    font-size: 34px;
    font-weight: 500;
    color: #2d2d2d;
    margin-bottom: 12px;
}

.image-section .product-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
}


/* Buy Button */
.image-section .btn-buy {
    display: inline-block;
    padding: 8px 22px;
    border: 1px solid #7bc043;
    border-radius: 30px;
    color: #7bc043;
    text-decoration: none;
    transition: 0.3s ease;
    font-weight: 800;
}

.image-section .btn-buy:hover {
    background: #7bc043;
    color: #fff;
}


/* Responsive */
@media (max-width: 991px) {

    .image-section .product-img {
        height: 380px;
    }

    .image-section .product-content h3 {
        font-size: 28px;
    }
}


@media (max-width: 767px) {
.ns-card-left {
  
    padding: 20px 20px !important;
 
}

h4.neo-effort {

    margin: 0px 0 0 !important;
 
}
.ns-card-stack {
    height: 570px;
}
.ns-story-wrapper {
    position: relative;
    height: 80dvh !important;
}
  .image-section {
    padding: 50px 10px 0px 10px !important;
    /* margin: 0px; */
    padding-bottom: 0px !important;
}

    .image-section .section-title {
        font-size: 30px;
    }

    .image-section .product-img {
        height: auto;
    }

    .image-section .product-content {
        margin: -35px 12px 0;
        padding: 25px 18px;
    }
    .image-section .product-card {

    margin: 0px 0;
}

.image-section .product-content {
    position: relative;
    margin: -10px 20px 0;
    padding: 30px 25px;
    border-radius: 18px;
    z-index: 2;
    bottom: 40px;
    width: 100%;
    padding: 0px !important;
}
.quality-section {
    padding: 10px 0;
    background: #fff;
    margin-bottom: 0px !important;
}


    .image-section .product-content h3 {
        font-size: 24px;
    }

    .image-section .product-content p {
        font-size: 14px;
    }
}
/* ------------------- */


/*==============================
        Quality Section
==============================*/

.quality-section {
    padding: 70px 0;
    background: #fff;
    margin-bottom: 100px;
}
.quality-wrapper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 30px;
    border-radius: 20px; /* Optional */
}
h2.quality-title span {
    color: #44B000;
}
.quality-section .quality-title {
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 45px;
}

.quality-section .logo-item{
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:70px;
}

.quality-section .logo-item img{
    max-width:70px;
    width:100%;
    opacity:.85;
    transition:all .3s ease;
}

.quality-section .logo-item:hover img{
    opacity:1;
    transform:scale(1.08);
}

/* Tablet */

@media (max-width:991px){

    .quality-section .quality-title{
        font-size:30px;
    }

    .quality-section .logo-item img{
        max-width:60px;
    }

}

/* Mobile */

@media (max-width:767px){

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

    .quality-section .quality-wrapper{
        padding:25px 20px;
    }

    .quality-section .quality-title{
        font-size:24px;
        margin-bottom:25px;
    }

    .quality-section .logo-item{
        min-height:55px;
    }

    .quality-section .logo-item img{
        max-width:50px;
    }

}

/* ------------------- */

.daily-ritual-banner{
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    min-height:620px;
    display:flex;
    align-items:center;
}

.daily-ritual-banner .container{
    width:100%;
}

.daily-ritual-banner .row{
    min-height:620px;
    align-items:center;
}

.daily-ritual-banner__content{
    max-width:430px;
    margin-left:auto;
}

.daily-ritual-banner__content h2{
    font-size:58px;
    line-height:1.1;
    font-weight:700;
    color:#2f2f2f;
    margin-bottom:25px;
}

.daily-ritual-banner__content p{
    font-size:18px;
    line-height:1.7;
    color:#444;
    margin-bottom:35px;
}

.daily-ritual-banner__btn{
    display:inline-block;
    background:#4DBA24;
    color:#fff;
    text-decoration:none;
    padding:15px 34px;
    border-radius:40px;
    font-size:16px;
    font-weight:600;
    transition:.3s;
}

.daily-ritual-banner__btn:hover{
    background:#379917;
    color:#fff;
}

/* Tablet */

@media(max-width:991px){

.daily-ritual-banner {
    min-height: 348px !important;
    padding: 13px 10px !important;
    background-position: left center;
}

.daily-ritual-banner .row{
    min-height:auto;
}

.daily-ritual-banner__content{
    margin:0 auto;
 
}

.daily-ritual-banner__content h2{
    font-size:42px;
}

}

/* Mobile */

@media(max-width:767px){

.daily-ritual-banner{
    min-height:400px;
    padding:60px 20px;
    background-position:left center;
}

.daily-ritual-banner__content h2{
    font-size:32px;
}

.daily-ritual-banner__content p{
    font-size:16px;
    width: 50%;
}

.daily-ritual-banner__btn {
    padding: 12px 28px;
    font-size: 12px;
}

.daily-ritual-bottom {
    background: #000;
    padding: 30px 0 !important;
    text-align: center;
}

}


/* ==========================
   Bottom Section
========================== */

.daily-ritual-bottom{
    background:#000;
    padding:70px 0;
    text-align:center;
}

.daily-ritual-subtitle{
    color:#fff;
    font-size:28px;
    margin-bottom:10px;
}

.daily-ritual-heading{
    color:#EAF8DF;
    font-size:72px;
    font-style:italic;
   
    font-weight:700;
    margin:0;
}

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

@media (max-width:991px){

    .daily-ritual-section{
        text-align:center;
        min-height:auto;
        padding:70px 0;
    }

    .daily-ritual-title{
        font-size:48px;
    }

    .daily-ritual-text{
        margin:30px auto;
    }

    .daily-ritual-heading{
        font-size:54px;
    }
}

@media (max-width:767px){

    .daily-ritual-title{
        font-size:36px;
    }

    .daily-ritual-btn,
    .daily-ritual-outline-btn{
        width:100%;
        max-width:260px;
    }
ul.list.list-social.list-unstyled {
    display: flex;
}
    .daily-ritual-heading{
        font-size:40px;
    }

    .daily-ritual-subtitle{
        font-size:22px;
    }

}
/* ----------------- */

.modern-ready-section{
    background:#fff;
    padding:60px 0;
}
.modern-ready-section h2{
font-size: 52px;
    font-weight: 700;
    color: #2d2d2d;
    line-height: 1.1;}
/* .modern-ready-box {
    display: flex;
    align-items: center;
    margin: 100px  0px;
} */
.modern-ready-box {
    margin: 100px 0px;
}

 .modern-ready-section h2 span {
    display: block;
    color: #63c132;
    font-style: italic;}
/* Title */

.modern-ready-title{
    font-size:40px;
    font-weight:700;
    line-height:1.2;
 
}

.modern-ready-title span{
    color:#59b42d;
    font-style:italic;
}



/* 5-2-5 background */

/* .modern-ready-box{


 
    display:flex;
    align-items:center;
} */

img.tag-icon {
    width: 18px;
    margin: 0px 10px 0px 0px;
}

/* Images */
.col-lg-5.modern-ready-left {
    position: relative;
        padding: 0px;
    z-index: 0;
    margin: 0px;
}
.col-lg-5.modern-ready-right {
    position: relative;
        padding: 0px;
    z-index: 0;
    margin: 0px;
}
.col-lg-5.modern-ready-right img {
    width: 100%;
}
.col-lg-5.modern-ready-left img {
    width: 100%;
}
.modern-ready-left-content img {
    width: 80% !important;
    display: block;
    margin-left: 100px;
}
.modern-ready-right-content img {
    width: 75% !important ;
    margin: 0 auto;
    display: block;
}
.modern-ready-right-content {
    position: absolute;
    top: 0px;
}
.modern-ready-left-content {
    position: absolute;
    top: 0px;
}
.modern-ready-left-content p {
    max-width: 350px;
    /* margin: 0 auto 20px; */
    font-size: 14px;
    color: #555;
    font-weight: 600;
    text-align: left;
    padding: 20px;
    margin-left: 100px;
}

.modern-ready-right-content p {
    max-width: 350px;
    font-size: 14px;
    color: #555;
    font-weight: 600;
    text-align: right;
    padding: 20px;
    float: right;
    text-align: left;
    margin-right: 40px;
}
/* Center circle */

.modern-ready-circle {

    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.modern-ready-circle img {
    width: 100%;
    animation: zoomInOut 3s ease-in-out infinite;
        z-index: 999;
}


/* Zoom In - Zoom Out Animation */
@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.08);
    }

    100% {
        transform: scale(1);
    }
}

.modern-ready-box .col-lg-2 {
    margin: 0;
    padding: 0px;
}


.daily-ritual-banner {
  background-image: var(--desktop-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}



@media (max-width: 767px) {



    .footer-bottom-links {
    display: none !important;
}
    .footer-bottom-links a {
 
    font-size: 10px !important;
 
    margin: 10px 0px !important;
}


    .modern-ready-circle img {
    width: 30%;
    animation: zoomInOut 3s ease-in-out infinite;
    z-index: 999;
}
.col-lg-5.modern-ready-right {
    position: relative;
    padding: 0px;
    z-index: 0;
    margin: 20px 0px;
}
.modern-ready-right-content p {
    max-width: 300px !important;
    font-size: 14px;
    color: #555;
    font-weight: 600;
    text-align: right !important;
    padding: 20px;
    float: right;
   
    margin-right: 6px !important;
}

.modern-ready-right-content img {
    width: 65% !important;
    margin: 0 auto;
    display: block;
    bottom: -128px !important;
    float: right !important;
    position: absolute;
    left: 20%;
}



.modern-ready-left-content p {
    max-width: 300px !important;
    /* margin: 0 auto 20px; */
    font-size: 14px;
    color: #555;
    font-weight: 600;
    text-align: left;
    padding: 20px;
    margin-left: 20px !important;
}
.modern-ready-right-content {
    position: absolute;
    top: 0px;
    right: 20px;
}
.modern-ready-circle {
    display: none !important;
}
.modern-ready-left-content img {
    width: 70% !important;
    display: block;
    margin-left: 100px;
}
.modern-ready-box {
    margin: 20px 0px 0px 0px !important;
}



.modern-ready-left-content img {
    width: 70% !important;
    display: block;
    margin-left: 30px !important;
    position: absolute;
    bottom: -130px !important;
}
  .daily-ritual-banner {
    background-image: var(--mobile-bg, var(--desktop-bg));
  }
  .section-title {
    font-size: 35px !important;
  
}
}

.ingredient-gallery-hover-desc {
    display: none;
}

/* Hide the quantity popover
.quantity-popover-container {
    display: none !important;
}


.quantity__button {
    display: none !important;
}

.quantity__input {
    /* pointer-events: none; */
    /* border: none;
    background: transparent; */
    /* text-align: center;
} */ */

/* Optional: hide the entire quantity selector
.quantity {
    pointer-events: none;
} */

/* Keep the Remove button visible */
/* .cart-remove-button,
.cart-item__remove,
.cart-remove-button a {
    display: inline-flex !important;
} */


.manual-rating-wrapper {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 8px 0 12px;
  line-height: 1;
}

.manual-rating-stars {
  display: flex;
  align-items: center;
  gap: 2px;
}

.manual-star {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
}

.manual-star--full {
  color: #f5a623;
}

.manual-star--empty {
  color: #d9d9d9;
}

.manual-star--partial {
  position: relative;
  color: #d9d9d9;
}

.manual-star-fill {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #f5a623;
}

.manual-star-empty {
  color: #d9d9d9;
}
.manual-rating-wrapper {
    display: inline-flex;
    gap: 10px;
}
.manual-rating-number {
  font-size: 14px;
  font-weight: 600;
  color: #222;
}

.manual-rating-count {
  font-size: 14px;
  color: #666;
}


.jm-box.jm-box--inherit-color.jm-aggregate-card {
    display: none;
}
cart-drawer .jdgm-widget,
cart-drawer .jdgm-review-widget,
.cart-drawer .jdgm-widget,
.cart-drawer .jdgm-review-widget {
    display: none !important;
}

.rating {
    display: none !important;
}
p.rating-count.caption {
    display: none !important;
}



/* ==========================================================
   PREMIUM HOT DEAL
   ========================================================== */

.hot-deal-box {
  position: relative;
  width: 100%;
  box-sizing: border-box;

  margin: 0 0 18px;
  padding: 0;

  overflow: hidden;

  background: #ffffff;

  border: 1px solid #d9e9e1;

  border-radius: 12px;

  box-shadow:
    0 4px 16px rgba(0, 60, 40, 0.08);
}


/* ==========================================================
   TOP HEADER
   ========================================================== */

.hot-deal-header {

  position: relative;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 15px;

  padding: 12px 14px;

  background:
    linear-gradient(
      135deg,
      #008f5a 0%,
      #007a4d 100%
    );

  color: #ffffff;
}


/* ==========================================================
   LEFT SIDE
   ========================================================== */

.hot-deal-heading {

  display: flex;

  align-items: center;

  gap: 9px;

  min-width: 0;
}


.hot-deal-icon {

  display: flex;

  align-items: center;

  justify-content: center;

  width: 32px;
  height: 32px;

  flex-shrink: 0;

  background: rgba(255,255,255,0.16);

  border: 1px solid rgba(255,255,255,0.25);

  border-radius: 50%;

  font-size: 17px;

  animation:
    hot-deal-fire 1.8s ease-in-out infinite;
}


@keyframes hot-deal-fire {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.12);
  }

}


.hot-deal-title {

  font-size: 14px;

  font-weight: 800;

  line-height: 1.1;

  letter-spacing: 0.7px;
}


.hot-deal-subtitle {

  margin-top: 3px;

  color: rgba(255,255,255,0.78);

  font-size: 9px;

  font-weight: 500;

  line-height: 1.1;

  letter-spacing: 0.2px;
}


/* ==========================================================
   COUNTDOWN
   ========================================================== */

.hot-deal-countdown-wrap {

  flex-shrink: 0;

  text-align: right;
}


.hot-deal-ends {

  display: block;

  margin-bottom: 2px;

  color: rgba(255,255,255,0.7);

  font-size: 8px;

  font-weight: 700;

  letter-spacing: 1px;
}


.hot-deal-countdown {

  display: block;

  color: #ffffff;

  font-size: 12px;

  font-weight: 800;

  letter-spacing: 0.3px;

  font-variant-numeric:
    tabular-nums;

  white-space: nowrap;
}


/* ==========================================================
   BOTTOM CONTENT
   ========================================================== */

.hot-deal-content {

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 12px;

  padding: 11px 14px;

  background:
    linear-gradient(
      180deg,
      #f7fcf9 0%,
      #ffffff 100%
    );
}


/* ==========================================================
   SAVING
   ========================================================== */

.hot-deal-saving {

  display: flex;

  align-items: baseline;

  gap: 6px;
}


.hot-deal-saving-label {

  color: #777;

  font-size: 10px;

  font-weight: 700;

  letter-spacing: 0.5px;
}


.hot-deal-saving-amount {

  color: #008f5a;

  font-size: 15px;

  font-weight: 800;
}


/* ==========================================================
   DISCOUNT BADGE
   ========================================================== */

.hot-deal-discount {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  min-width: 72px;

  padding: 7px 11px;

  background:
    linear-gradient(
      135deg,
      #ff5a36 0%,
      #e63c1c 100%
    );

  color: #ffffff;

  border-radius: 6px;

  font-size: 12px;

  font-weight: 800;

  line-height: 1;

  white-space: nowrap;

  box-shadow:
    0 3px 8px
    rgba(230, 60, 28, 0.2);
}


/* ==========================================================
   DISCOUNT CHANGE ANIMATION
   ========================================================== */

.hot-deal-discount-pop {

  animation:
    hot-deal-discount-pop 0.4s
    ease;
}


@keyframes hot-deal-discount-pop {

  0% {
    transform: scale(1);
  }

  45% {
    transform: scale(1.12);
  }

  100% {
    transform: scale(1);
  }

}


/* ==========================================================
   SUBTLE SHINE
   ========================================================== */

.hot-deal-header::after {

  content: "";

  position: absolute;

  top: 0;
  left: -120%;

  width: 55%;
  height: 100%;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255,255,255,0.12),
      transparent
    );

  transform: skewX(-20deg);

  animation:
    hot-deal-shine 6s infinite;
}


@keyframes hot-deal-shine {

  0% {
    left: -120%;
  }

  25% {
    left: 160%;
  }

  100% {
    left: 160%;
  }

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media screen and (max-width: 749px) {


 .ingredient-tabs-gallery-section .ingredient-tabs-gallery-buttons {
    position: relative !important;
 
}

  .hot-deal-box {

    margin-bottom: 16px;

    border-radius: 10px;

  }


  .hot-deal-header {

    padding: 11px 12px;

  }


  .hot-deal-icon {

    width: 29px;
    height: 29px;

    font-size: 15px;

  }


  .hot-deal-title {

    font-size: 13px;

  }


  .hot-deal-subtitle {

    font-size: 8px;

  }


  .hot-deal-countdown {

    font-size: 10px;

  }


  .hot-deal-ends {

    font-size: 7px;

  }


  .hot-deal-content {

    padding: 10px 12px;

  }


  .hot-deal-saving-label {

    font-size: 9px;

  }


  .hot-deal-saving-amount {

    font-size: 14px;

  }


  .hot-deal-discount {

    min-width: 65px;

    padding: 6px 9px;

    font-size: 11px;

  }

}


/* ==========================================================
   SMALL PHONES
   ========================================================== */

@media screen and (max-width: 380px) {

  .hot-deal-header {

    gap: 8px;

  }


  .hot-deal-countdown {

    font-size: 9px;

  }


  .hot-deal-subtitle {

    display: none;

  }

}


/* HOT DEAL BENEFITS LIST */

.hot-deal-benefit-group {
  margin-bottom: 10px;
}

.hot-deal-benefit {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 1.4;
    color: black;
    font-weight: 500;
}

.hot-deal-check {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e8f7f0;
  color: #008b61;
  font-size: 10px;
  font-weight: 700;
}

.hot-deal-benefit del {
  margin-left: 4px;
  color: #999;
  font-size: 11px;
}

.hot-deal-benefit strong {
  margin-left: 3px;
  color: #008b61;
  font-weight: 700;
}


