<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 391:24 Unterminated string token
Line 392:15 Unterminated string token

**/
@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/


:root {
    --transparent: #0000;
    --white: #ffffff;
    --black: #000000;
    --green: #0c3d3d;
    --darkgreen: #0c3d3d;
    /* --yellow:#CA8718; */
    /* --slate: #4B4B4B; */
}

body {
    font-family: "Lexend", serif;
    color: var(--darkgreen);
    font-size: 18px;
    font-weight: 400;
letter-spacing: 0;
}


.banner {
  position: relative;
}


.no-padding {
  padding: 0px;
}


b, strong {
    font-weight: 600;
}


.subfooter {
    display: flex;
    justify-content: space-between;
}

.subfooter p{
    font-weight: 300;
    font-size: 16px;
    color: var(--black)!important;
}

.payment-methods {
    gap: 15px;
    display: inline-flex;
}

.utility-bar--bottom-border {
    border-bottom: 0px !important;
}

.announcement-bar, .announcement-bar__announcement {
    align-content: center;
}

    .announcement-bar__message {
        line-height: 1.5;
    }

.banner-back{
    position: absolute;
    top: 0px;
    bottom: 0px;
    opacity: 0.15;
    height: 100%;
    width: 100% !important;
    right: 0px;
    left: 0px;
}

.banner .container {
      z-index: 1;
    position: relative;
}

.banner-back {
position: absoulte;
    background-image: url(https://cdn.shopify.com/s/files/1/0736/8468/0916/files/back02-min.png?v=1736937797) !important;
    background-size: 80vw;
    background-position: right bottom;
    background-repeat: no-repeat;
}
    .header {
        padding-top: 5px;
        padding-bottom: 5px;
    }



.cart__empty-text {
  font-size: 25px;
}

.cart__login-title {
  font-size: 25px;
}
.m-b-25{
    margin-bottom: 25px;
   }


.m-t-50 {
  margin-top: 50px;
}

.m-t-15 {
   margin-top: 15px;
}


.m-b-15 {
   margin-bottom: 15px;
}

.m-b-50 {
    margin-bottom: 50px;
}


.star-color {
  color: #46de46!important;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


.flex-center {
    display: flex;
    align-items: center;
}

img,
video {
    max-width: 100%;
    height: auto;
}

.title-block .section-title {
    margin-top: 0px !important;
}


a,
input,
button,
textarea {
    outline: none !important;
}

a {
    text-decoration: none;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
}

.container-fluid,
.container {
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row&gt;* {
    padding-left: 15px;
    padding-right: 15px;
}

p {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

p a {
    text-decoration: none;
    color: inherit;
}

p a:hover {
    text-decoration: none;
    color: #BBEADD;
}

ul li,
ol li {
    font-size: 24px;
    line-height: 36px;
    color: #3A3A3A;
}


.header__icon, .header__icon--cart .icon {
      text-decoration: none;
    align-items: center;
    height: 32px;

}

ul li a,
ol li a {
    text-decoration: none;
    color: inherit;
}

ul li a:hover,
ol li a:hover {
    text-decoration: none;
    color: #BBEADD;
}

h1 {
    font-size: 74px;
    line-height: 112px;
    font-weight: 600;
}

h2 {
    font-size: 74px;
    line-height: 88px;
    font-weight: 500;
}

h3 {
    font-size: 56px;
    line-height: 84px;
    font-weight: 600;
}

h4 {
    font-size: 48px;
    line-height: 72px;
    font-weight: 600;
}

h5 {
    font-size: 32px;
    line-height: 48px;
    font-weight: 500;
}

h6 {
    font-size: 21px;
    line-height: 40px;
    font-weight: 400;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-control:focus {
    box-shadow: none;
    border-color: transparent;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

textarea {
    resize: none;
}

/* ----- Title Declaration ----- */
.main-title {
    color: var(--green);
    font-family: "Lexend", serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.44px;
}

.main-title * {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
}

/* ----- */
.page-title {
    color: var(--green);
    font-family: "Lexend", serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.44px;
}

.page-title * {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
}

/* ----- */
.section-title {
    color: var(--green);
    font-family: "Lexend", serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.44px;
}

.section-title * {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
}

.bag_text {
    font-size: 16px;
    font-family: 'Lexend';
    margin-right: 40px;
    text-decoration: none !important;
}

.bag_text span {
    font-size: 12px;
}

/* ----- */
.block-title {
    color: var(--green);
    font-family: "Lexend
      ", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.44px;
}

.block-title * {
    font-family: inherit;
    font-size: 22px;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
}

/* ----- */
.normal-text {
    color: var(--green);
    font-family: "Lexend", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
}

.normal-text {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
}

/* ----- */
.common-text {
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
    color: var(--darkgreen);
}

.common-text {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 600;
}


/* ----- Title Declaration ----- */



.btn {
    border: 1px solid #0c3d3d;
    background: var(--green);
    padding: 12px 25px;
    font-size: 16px;
    color: var(--white);
    font-weight: 500;
    line-height: 145%;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
}


.btn-ghost {
   border: 1px solid #0c3d3d;
    color: var(--green);
    padding: 12px 25px;
    font-size: 16px;
     font-weight: 500;
    line-height: 145%;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
}

.btn-ghost svg *{
  transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
}

.btn-ghost svg {
  transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    margin-right: -10px!important;
    width: 20px;
    margin-top: -1px;
}

.btn-ghost:hover svg * {
    fill: #fff;
  transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
}

.btn-ghost:hover {
 border: 1px solid #0c3d3d;
   color: var(--white);
    background: var(--green);
}

.btn:hover {
    border-color: var(--green);
    color: var(--green);
}

.btn-gren {
    background: #46de46!important;
    color: #fff!important;
    display: inline-flex;
    width: auto !important;
}




/*========== Header Start ==========*/
/*========== Header End ==========*/

/*========== New Class Add Start ==========*/

/*========== New Class Add End ==========*/


/* ----- FeedBack/Transform ----- */
.feedback-wrapper {
    position: relative;
    padding: 95px;
}

.feedback-main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 80px;
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
}

.feedback-main .feedback-item {
    width: 100%;
    max-width: 540px;
    text-align: center;
}

.max-w-150 {
    max-width: 150px;
    margin: 20px auto 0 auto;
}

.max-w-200 {
    max-width: 200px;
    margin: 20px auto 0 auto;
}

.title-block {
    width: 100%;
    max-width: 530px;
 margin-left: auto;
    margin-right: auto;
}

.title-block .section-title {
    margin: 15px 0;
}

.transform-wrapper {
 
}

.transform-box .row&gt;* {
    padding-left: 20px;
    padding-right: 20px;
}

.transform-box .row {
    margin-left: -20px;
    margin-right: -20px;
    row-gap: 40px;
}

.transform-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.transform-item img {
    width: 65px;
    height: 65px;
}

.transform-item .block-title {
    margin: 25px 0 10px 0;
}

.transform-main .row&gt;* {
    padding-left: 40px;
    padding-right: 40px;
}

.transform-box p {
  font-size: 16px;
}

.transform-main .row {
    margin-left: -40px;
    margin-right: -40px;
}

.transform-main .transform-box {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.transform-left {
    width: 100%;
    height: 100%;
    max-width: 680px;
}

.transform-left .img-container {
    width: 100%;
    height: 100%;
}

.transform-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.transform-right {
    width: 100%;
    max-width: 680px;
}

/* ----- FeedBack/Transform ----- */


/* ----- Question ----- */
.question-wrapper {

}

.question-title-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.question-right {
    padding-left: 12px;
}

.question-title-block .btn {
    width: fit-content;
}

.question-title-block .question-title {
    font-size: 32px;
    color: var(--green);
    font-weight: 600;
    letter-spacing: -0.44px;
}

.question-main .accordion-item {
    border-bottom: 1px solid #002613FF;
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: var(--transparent) !important;
}

.question-main .accordion-button {
    font-size: 18px;
    color: var(--black);
    font-weight: 600;
    padding: 12px 0;
    border: none;
    background-color: var(--transparent);
}

.question-main .accordion-body {
    padding: 0px 20px 12px 12px;
    font-size: 14px;
    font-weight: 400;
    color: var(--darkgreen);
}

.question-main .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.question-main .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.question-main .accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.question-main .accordion-button:not(.collapsed) {
    background-color: var(--transparent);
    box-shadow: none;
}

.question-main .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.question-main .accordion-button:focus {
    border: none;
    box-shadow: none;
}

.question-main .accordion-button::after {
    width: 14px;
    height: 14px;
}

/* ----- Question ----- */




/*========== Footer Start ==========*/
.footer {
    background-color: #007E40;
    padding: 95px;
}

.footer-main {
    max-width: 1258px;
    margin: 0 auto;
}

.footer-top {
    margin: 0 0 62px 0;
}

.join-us {
    max-width: 608px;
}

.join-us .footer-details {
    font-family: "Poppins", 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    line-height: normal;
}

.footer-form {
    padding: 10px 0;
}

.footer-form .form-group {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-form .form-group {
    padding: 0 0 10px;
}

.footer-form .form-group .form-control {
    font-family: "Lexend";
    font-size: 16px;
    text-align: left;
    color: rgb(0, 126, 64);
    font-weight: 400;
    letter-spacing: 0px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(0, 38, 19);
    padding: 12px 16px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    text-transform: capitalize;
}

.footer-form .form-group .form-control:focus {
    outline-width: 2px;
    outline-style: auto;
    outline-color: #002613;
}

.footer-form .join-btn .btn {
    font-family: "Lexend";
    font-size: 16px;
    font-weight: 600;
    color: rgb(0, 126, 64);
    border-radius: 15px;
    background: rgb(255, 204, 46);
    border: 2px solid rgb(0, 38, 19);
    line-height: 1;
    text-align: center;
    word-break: break-word;
    cursor: pointer;
    pointer-events: auto;
    padding: 16px;
    width: 100%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    box-shadow: none;
    text-transform: capitalize;
}

.footer-icon ul {
    display: flex;
    align-items: center;
    gap: 6px;
}

.footer-icon ul li img {
    width: 35px;
    height: 30px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.footer-icon ul li img:hover {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}

.footer-section {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    padding-left: 50px;
}

.footer-link {
    max-width: 100%;
    /* margin: 0 0 0 auto; */
}

.footer-title * {
    font-family: "Lexend";
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
    padding: 0 0 10px 0;
    text-transform: capitalize;
}

.footer-link ul li a {
    font-family: "Lexend";
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: -0.32px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.footer-link ul li a:hover {
    color: #ffcc2e;
}

.footer-link ul li {
    padding: 0 0 5px 0;
    line-height: 1;
}

.footer-link ul li:last-child {
    padding: 0;
}

.footer-bottom .row {
    margin: 0;
}

.footer-bottom .row&gt;* {
    padding: 0;
}

.footer-logo a {
    width: 175px;
    height: 100%;
    display: block;
}

.footer-logo a img {
    width: 100%;
    height: 100%;
}

.footer-block {
    max-width: 789px;
}

.footer-content {
    border: 1px solid #ffffff;
    padding: 10px;
}

.footer-block p {
    font-family: "Lexend";
    font-size: 9px;
    color: #ffffff;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: -0.32px;
}

.footer-inner-details {
    padding: 15px 0 10px 0;
}

.footer-block ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-block ul li {
    font-family: "Lexend";
    font-size: 12px;
    color: #ffffff;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: -0.32px;
}

.footer-details p {
    text-align: left;
}

/*========== Footer End ==========*/


/* Main Des */

/*========== New Class Add Start ==========*/
.modern-living {

}

.modern-living .modern-living-container {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    gap: 80px;
}

.modern-living .modern-living-detail {
    max-width: 680px;
    text-align: center;
}

.modern-living .modern-living-detail {
    max-width: 680px;
}

.modern-living .section-title * {
    line-height: 50px;
}

.modern-living .count-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 20px;
}

.modern-living .count-container .count {
    width: 100%;
}


.count p {
  font-size: 16px;
}

.modern-living .action * {
    width: 100%;
    padding: 15px;
    color: var(--white);
    background-color: var(--green);
    border: 1px solid #002613FF;
    border-radius: 20px;
    font-size: 24px;
    font-weight: 600;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.modern-living .modern-living-img {
    max-width: 680px;
    max-height: 680px;
    border-radius: 20px;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.modern-living .modern-living-img * {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/*========== New Class Add End ==========*/


/*========== Science Supporting Satrt ==========*/
science-supporting

.science-supporting .section-title * {
    line-height: 50px;
  
}

.science-supporting .disc * {
    margin-bottom: 30px;
}

.science-supporting .count-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 20px;
}

.science-supporting .count-container .count {
    width: 100%;
    flex: 0 0 calc(25% - 30px);
}

/*========== Science Supporting End ==========*/


/*========== Quality You Can Trust Start ==========*/
.quality-trust {

}

.quality-trust .section-title * {
    line-height: 50px;
}

.quality-trust .disc * {
    max-width: 750px;
    margin: 0 auto 20px;
}

.quality-trust .quality-trust-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.quality-trust .quality-trust-img {
    max-width: 234px;
}

.quality-trust .quality-trust-img * {
    width: 100%;
    height: auto;
}

.quality-trust .quality-trust-points li img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.quality-trust .quality-trust-points li {
    font-size: 14px;
    color: #002613FF;
    display: flex;
    align-items: center;
    line-height: normal;
    margin-bottom: 8px;
}

/*========== Quality You Can Trust End ==========*/


/*========== g365-daily Start ==========*/
.g365-daily {
    padding: 80px 0;
}

.g365-daily .section-title * {
    line-height: 50px;
    margin-bottom: 6px;
}

.g365-daily .disc * {
    max-width: 750px;
    margin: 0 auto 0px;
}

.g365-daily .sub-disc {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

}


.sub-disc  {
    display: flex;
    align-items: center;
}

.g365-daily .sub-disc ul {
      display: inline-flex;
    align-items: center;
gap: 2px;
    justify-content: center;
}

.g365-daily .sub-disc li  {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.g365-daily .sub-disc ul li img {
    width: 18px;
}

.g365-daily .sub-disc p {
    color: #002613FF;
}

/*========== g365-daily End ==========*/


.g365-daily .slider-for {
    width: 80%;
    margin: 0 auto;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
}

.g365-daily .slick-slider {
    width: 448px;
    height: 500px;

}

.g365-daily .slider-for .slide {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
      border-radius: 20px;
    overflow: hidden;
    font-size: 32px;
    color: white;
    font-weight: bold;

}

/* Navigation Thumbnails */
.g365-daily .slider-nav {
    width: 100%;
    margin: 10px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 12px;
}

.g365-daily .slider-nav .thumb {
    width: 58px;
    height: 58px;
      border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: white;
    opacity: 0.4;
    transition: transform 0.3s, opacity 0.3s;
}

.g365-daily .slider-nav .thumb.active {
    opacity: 1;
}

.g365-daily .slider-nav .thumb img {

}

.g365-daily .g365-main-container {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.g365-daily .g365-main-container .g365-slider-content {
    max-width: 450px;
    width: 100%;
}

.g365-main-container .light-btn {
    width: 100%;
    margin: 10px 0 25px 0;
    padding: 10px 0;
    background-color: #DFEFE7;
    text-align: center;
    font-size: 16px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border: 1px solid #002613FF;
}

.g365-main-container .shipping-container ul li {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}

.shipping-container img {
  width: 27px;
}

.shipping-container ul li .sub-details {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 15px;
}

.g365-daily .learnMore {
    margin-bottom: 10px;
}

.g365-daily .learnMore * {
    font-size: 14px;
    color: #0a2704;
}

.g365-daily .learnMore strong {
    text-decoration: underline;
}

.g365-daily .accordion-button {
    line-height: normal;
}

.g365-daily .accordion-item .accordion-button {
    background-color: #0000;
    box-shadow: none;
    padding: 12px 12px 12px 0 !important;
    font-size: 16px;
    font-weight: 600;
}

.g365-daily .accordion-item {
    border: 0;
    border-bottom: 1px solid #0A2704FF;
}

.g365-daily .accordion-item:last-of-type {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.g365-daily .accordion-button:not(.collapsed)::after,
.accordion-button::after {
    background: url('https://cdn.shopify.com/s/files/1/0736/8468/0916/files/v033e24Asset_1.svg?v=1737013049') no-repeat center !important;
    width: 14px;
    height: 14px;
}

.g365-daily .accordion-button:not(.collapsed) {
    color: #002613;
}

.g365-daily .accordion-body {
    padding: 0;
    padding-left: 12px;
}

.g365-daily .accordion-body p {
    color: #002613FF;
    font-size: 14px;
    margin-bottom: 30px;
}

.g365-daily .accordion-body p:last-child {
    margin-bottom: 15px;
}

.g365-daily .accordion-body img {
    margin-bottom: 15px;
}

.g365-daily .g365-offer {
    max-width: 450px;
    width: 100%;
}

.accordion {
      --bs-accordion-bg: transparent!important;
}

.g365-daily .g365-offer .title_shop h5 {
    color: var(--green);
    font-size: 24px;
    font-weight: 600;
    padding: 10px 0px;
}

.g365-daily .g365-offer .cust-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: var(--white);
    border: 1px solid #002613FF;
    border-radius: 15px;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    margin-bottom: 8px;
}

.g365-daily .g365-offer .cust-tabs .tab-btn {
    font-weight: 600;
    color: #0A2704FF;
    font-size: 16px;
    width: 100%;
    padding: 10px;
    border: 0;
    background-color: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.g365-daily .g365-offer .cust-tabs .tab-btn.active {
    font-weight: 600;
    color: var(--white);
    font-size: 16px;
    width: 100%;
    padding: 10px;
    border: 0;
    background-color: var(--green);
}

.g365-daily .g365-offer .autoShip {
    box-shadow: 6px 6px 0px 0px #0f3d3d;
    border: 1px solid var(--black);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 13px;
    margin-bottom: 20px;
}

.g365-daily .g365-offer .autoShip .title_shop * {
    color: var(--green);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    overflow-wrap: break-word;
    text-align: left;
}

.g365-daily .g365-offer .price-card {
    border: 1px solid #002613FF;
    background-color: var(--white);
    margin-bottom: 15px;
    padding: 13px 21px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-direction: column;
    cursor: pointer;
}

.g365-daily .g365-offer .price-card.active {
    background-color: #DFEFE7;
}

.g365-daily .g365-offer .price-card .title * {
    color: #0A2704FF;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
}

.g365-daily .g365-offer .price-card .price * {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.g365-daily .g365-offer .price-card .price strike {
    font-size: 16px;
}

.g365-daily .g365-offer .price-card .save {
    color: var(--green);
    font-size: 14px;
    font-weight: 600;
}

.g365-daily .g365-offer .price-card .off-badge * {
    max-height: 30px;
}


.off-badge span {
  border: 1px solid;
    border-radius: 25px;
    padding: 5px 15px;
    font-size: 14px;
}
.g365-daily .g365-offer .points li {
    display: flex;
    gap: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #0A2704FF;
    line-height: normal;
    margin-bottom: 2px;
}

.g365-daily .g365-offer .action {
    margin: 15px 0;
}

.g365-daily .g365-offer .seprate {
    width: 100%;
    height: 1px;
    background-color: #0A2704FF;
    margin-bottom: 15px;
}

.g365-daily .g365-offer .no-free {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
}

.g365-daily .g365-offer .try-action .btn {
    width: 100%;
    margin: 10px 0;
}

.g365-daily .g365-offer .features {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    margin-bottom: 30px;
}

.g365-daily .g365-offer .features img {
        width: 40px;
    height: 40px;
    margin-bottom: 20px;
    object-fit: contain;
}

.g365-daily .g365-offer .features p {
    font-size: 14px;
    color: #002613;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 500;
}

.g365-daily .g365-offer .all-grad p {
    color: #0a2704bf;
}

.g365-daily .g365-offer .all-grad .grad-item {
    position: relative;
    margin-bottom: 10px;
}

.g365-daily .g365-offer .all-grad .grad-item:hover .grad-data {
    display: block;
}

.g365-daily .g365-offer .all-grad .grad-view {
    display: flex;
    align-items: center;
    gap: 20px;
}

.g365-daily .g365-offer .all-grad .grad-data {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    height: fit-content;
    box-shadow: 0px 4px 4px 0px #00000040;
    border: 1px solid #E0E0E0FF;
    padding: 10px;
    border-radius: 10px;
    background-color: var(--white);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: none;
    z-index: 2;
}

.g365-daily .g365-offer .all-grad .grad-data h6 {
    color: #0a2704bf;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.g365-daily .g365-offer .all-grad .grad-data h6 {
    color: #0a2704bf;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.g365-daily .g365-offer .all-grad .grad-data p {
    color: #0a2704bf;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}





/* Cor Des */


/* banner */
.banner-left {
    display: flex;
}

.banner-image img {
  padding: 25px;
}

.banner-content .row {
    align-items: center;
}

.star-list ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.review-info * {
    font-size: 17px;
    text-transform: capitalize;
    color: #002613;
}

.review-info {
    margin: 5px 0 0 10px;
}

.review-info * strong {
    color: rgb(0, 126, 64);
}

.banner-left {
    display: flex;
    align-items: center;
}

.banner-left-block .common-text {
    width: 100%;
    max-width: 670px;
    line-height: 150%;
    color: #002613;
    font-weight: 400;
}

.banner-btn-block {
    margin: 15px 0;
}

.banner-bottom-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.banner-bottom-list img {
  margin-right: 10px;
}

.banner-bottom-list ul li {
    display: flex;
    font-size: 14px;
    line-height: 20px;
    color: #002613;
    font-weight: 400;
    align-items: center;
}

.banner-bottom-list ul li:not(:last-child) {
    margin-bottom: 10px;
}

.banner-bottom-list ul li svg {
    width: 25px !important;
    margin-right: 10px !important;
}

/* banner */

/* review section */


.review-info-detail .banner-left {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

.review-info-detail .section-title {
    text-align: center;
    margin-bottom: 30px;
}

.review-list-block {
    margin-bottom: 30px;
}

.review-list-block ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.review-list-block ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #002613;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    padding: 10px;
    width: 231px;
    min-height: 52px;
    cursor: pointer;
    border: 2px solid #002613;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.review-list-block ul li:not(:last-child) {
    margin-right: 10px;
}

.review-list-block ul li:hover {
    background: #80bf9f;
}

.review-list-block ul li.active {
    background: #007E40FF;
    color: #FFF;
}

.review-wrp-part {
    width: 100%;
    max-width: 1205px;
    margin: 0 auto;
}

.review-star-wrp-list {
    margin-bottom: 25px;
}

.review-star-wrp-list ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    list-style: none;
}

.review-star-wrp-list ul li:not(:last-child) {
    margin-right: 5px;
}

.review-wrp-block .common-text {
    width: 100%;
    max-width: 340px;
    text-align: center;
    line-height: 150%;
    color: #002613;
    font-weight: 400;
    margin: 0 auto;
}

.review-name {
    margin: 20px 0 0;
    display: block;
    text-align: center;
    color: #002613;
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: -0.7px;
}

.custom-left-arrow,
.custom-right-arrow {
    margin-top: 39px;
}

.slick-arrow svg {
    cursor: pointer;
}

.custom-left-arrow svg,
.custom-right-arrow svg {
    width: 45px !important;
    height: 45px !important;
}

.custom-dots .slick-dots {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 60px 0 0;
}

.custom-dots .slick-dots li {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    position: relative;
    width: 12px;
    height: 12px;
    border: 1px solid transparent;
    background-color: #0000004D;
    margin-bottom: 20px;
    transition: 0.4s;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    cursor: pointer;
}

.custom-dots .slick-dots li:hover {
    border-color: #002613FF;
    background: #007E40FF;
}

.custom-dots .slick-dots li.slick-active {
    border-color: #002613FF;
    background: #007E40FF;
}

.custom-dots .slick-dots li:not(:last-child) {
    margin-right: 10px;
}

.custom-dots .slick-dots li button {
    opacity: 0;
    background: none;
    border: none;
    color: #000;
    font-size: 0;
    width: 8px;
    height: 8px;
}

.custom-controls {
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-controls&gt;*:not(:last-child) {
    margin-right: 20px;
}

.custom-left-arrow,
.custom-right-arrow,
.custom-dots {
    display: inline-flex;
    align-items: center;
}

.video-slider-block {
    margin: 30px 0 0;
}

.video-slider .slick-list {
    margin: 0 -10px;
}

.video-slider .slick-slide {
    padding: 0 10px;
}

.video-slider-block video {
    height: 530px;
    object-fit: cover;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.video-slider-block {
    position: relative;
}

.video-slider-block .icons {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background: #000;
    width: 60px;
    height: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, 50%);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.video-slider-block .icons #push-icon {
    display: none;
    z-index: 9;
    cursor: pointer;
}

.video-slider-block .icons #play-icon {
    z-index: 9;
    cursor: pointer;
}

/* review section */




/* Near Des */

/*========== comprehensive Start ==========*/
.comprehensive-main {
    padding: 48px 0 96px 0;
}

.comprehensive-wrp {
    display: flex;
}

.comprehensive-content {
    width: 100%;
    max-width: 453px;
    text-align: left;
    margin-right: 80px;
}

.comprehensive-image {
    width: 100%;
    max-width: 906px;
}

.comprehensive-content .details {
    margin-top: 10px;
}

/*========== comprehensive End ==========*/


/*========== join End ==========*/
.join-main {
    background-color: var(--darkgreen);
    padding: 48px 0;
}

.join-wrp .section-title {
    color: var(--white);
    text-align: center;
}

.join-wrp .btn {
    display: block;
    margin: 0px auto 0;
}


/*========== join End ==========*/

/*========== experts Start ==========*/
.expert-main {
    padding: 96px 0;
}

.expert-wrp .section-title {
    text-align: center;
    margin-bottom: 10px;
}

.expert-wrp .slider {
    margin-top: 20px;
}

.expert-wrp .slider .card {
    width: 100%;
    border: 0 !important;
    background-color: var(--white);
}

.expert-wrp .card-image {
    width: 100%;
    height: 222px;
}

.expert-wrp .card-image img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.expert-wrp .card-details {
    margin-top: 15px;
}

.expert-wrp .card-details .common-text.green {
    color: var(--green);
    padding-top: 4px;
}

.expert-wrp .card-details .sub-details {
    color: var(--darkgreen);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-top: 6px;
}

.expert-main .slick-slide {
    margin: 0 10px;
    /* Add horizontal spacing between slides */
}

/* Prevent layout shift by compensating for spacing */
.expert-main .slick-list {
    margin: 0 -10px;
    /* Negative margin to offset the slide margin */
}

.expert-main .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.expert-main .slick-dots li button {
    display: none;
}

.expert-main .slick-dots li {
    background: #ccc;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    width: 12px;
    cursor: pointer;
    height: 12px;
    background-color: #0000004D;
    border: 1px solid transparent;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.expert-main .slick-dots li.slick-active {
    background: var(--green);
    border-color: #0A2704FF;
}

.expert-main .slick-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    gap: 80px;
    margin-top: 30px;
}

.expert-main .slick-controls .custom-arrow {
    background-color: transparent;
    border: 0;
}

.expert-main .slick-controls .custom-arrow svg {
    background-color: transparent;
    border: 0;
}

.expert-main .slick-controls .slick-prev {
    width: 60px;
    height: 60px;
}

.expert-main .slick-controls .slick-next {
    width: 60px;
    height: 60px;
}

.subfooter {
    align-items: center;
}

.comprehensive-content {
    margin-top: 25px;
}

/*========== experts End ==========*/
</pre></body></html>