/** Shopify CDN: Minification failed

Line 360:19 Expected identifier but found "!"
Line 1537:1 Expected "}" to go with "{"

**/
.article-card__info{
  width:100%;
}
.sub-container {
    width: 80%;
    margin: 0 auto;
}
img{
  max-width:100%;
}
h1, .h1, .h0 {
  font-weight: 400 !important;
}
    .h0 {
        font-size: calc(var(--font-heading-scale)* 7.2rem) !important;
        line-height: 7.8rem !important;
    }
.header__active-menu-item, .header__menu-item:hover span {
    color: rgba(var(--color-button), var(--alpha-button-background));
    text-decoration: none;
}
span.header-icon-text {
    margin-left: 12px;
    color: #979797;
    font-size: 14px;
}
.link, .customer a{
  text-decoration:none;
}
.header__icon {
    width: auto;
      margin: 0 15px;
}
.header__icon {
    color: #125D37;
}
svg.icon.icon-search path {
    stroke-width: 1;
    stroke: #125D37;
}
input.search__input.field__input {
    border: 1px solid #D9D9D9;
    outline: none;
    border-radius: 50px;
    padding: 13px;
}
button.search__button.field__button {
    background-color: #125d37 !important;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    margin-top: 5px;
    margin-right: 5px;
}
form.search.search-modal__form .field:after{
  content:unset;
}
button.search__button.field__button svg.icon.icon-search {
    fill: #fff;
    color: #fff;
}
button.search__button.field__button svg.icon.icon-search path {
    stroke-width: 1;
    stroke: #fff;
}
.field__input:focus{
  box-shadow:unset !important;
}
.cart-count-bubble {
    top: 5px;
    left: 13px;
}
.banner__content h2.banner__heading.inline-richtext.h0 {
    font-weight: 400;
}
.banner__content .banner__text.rte.body p {
    color: #1e1e1e;
}
.banner__content a.button.button--primary {
    padding: 20px 70px 20px 28px;
    border-radius: 33.5px;
}
.button.button--primary:hover .arrow img, .primarBtn:hover .arrow img {
    transform: rotate(45deg);
    transition: .5s ease all;
}
.button.button--primary .arrow img, .primarBtn .arrow img{
  transition: .5s ease all;
}
.banner__content a.button.button--primary:hover, .primarBtn:hover {
    background: #ffc703;
}
.primarBtn:before, .primarBtn:after{
  content:unset !important;
}
div#Banner-template--23998874583340__image_banner .banner__content .banner__text.rte.body {
    margin-top: 3rem;
    margin-bottom: 1rem;
}
.banner__content a.button.button--primary .arrow {
    background: #FFC703;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    right: 5px;
}
.banner__content a.button.button--primary:before, .banner__content a.button.button--primary:after{
  content:unset;
}
.swiper-pagination {
    margin-top: 60px;
    left: 50%;
    transform: translateX(-50%);
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 1;
    border: 2px solid #EEE2B5;
    margin: 0 5px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #125D37;
    border: 2px solid #125D37;
}
.testimonial-slider {
    padding-left: 140px;
    margin-top: 60px;
    padding-bottom: 70px;
  position:relative;
}
.swiper-slide.testimonial-box p {
    font-size: 18px;
    line-height: 36px;
    color: #8e8e8e;
    margin: 30px 0;
}
.swiper-slide.testimonial-box {
    border: 2px solid #DACEB5;
    padding: 50px;
    text-align: left;
}
.swiper-slide.testimonial-box h4 {
    font-size: 22px;
    color: #000;
    margin-bottom: 0;
}
.testimonial-section {
    padding: 92px 0;
    text-align: center;
    background: #FFF5D1;
}
  .swiper-slide.testimonial-box {
    border: 2px solid #DACEB5;
    padding: 50px;
}
  .star-listing svg {
    width: 18px;
    height: 18px;
    fill: #FEBC21;
}

/* sticky Logo */

.header__heading {
    position: absolute;
    width: 140px;
    top:  0px;
    height: 140px;
    border-radius: 50%;
    background: #fff;
    padding: 5px;
      transition: .5s ease all;
  z-index:99;
}
.header__heading-logo {
    width: 100%;
}
.scrolled-past-header .header {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
      transition: .5s ease all;
}
.scrolled-past-header .header__heading-logo-wrapper {
    width: 100% !important;
}
.scrolled-past-header .header__heading {
    width: 120px;
    height: 120px;
    transition: .5s ease all;
}
.content-with-images {
    background: #fff5d1;
    padding: 100px 0;
    text-align: center;
    position: relative;
}
.content-with-images p {
    font-size: 18px;
    line-height: 36px;
    color: #000;
}
.content-with-images h2 {
    margin-top: 0;
    margin-bottom: 50px;
}
.three-images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    padding-top: 40px;
}
.beans-image {
    position: absolute;
}
img.beans-2.beans-image {
    right: 170px;
    bottom: 100px;
}
img.beans-1.beans-image {
    left: 0;
    bottom: 70px;
}
img.beans-3.beans-image {
    right: 104px;
    top: 69px;
}
img.beans-4.beans-image {
    top: 55%;
    left: 15%;
}
img.beans-5.beans-image {
    top: 163px;
    left: 109px;
}
.testimonial-slider .swiper-pagination {
    margin-top: 60px;
    left: 50% !important;
    transform: translate(-50%);
}
.blog-slider {
    padding: 100px 0;
    padding-left: 140px;
}
.blog-slider .blog-image img {
    width: 100%;
}
.blog-box h3 {
    font-size: 24px;
    line-height: 36px;
}
.swiper-slide.blog-box p {
    color: #7D7A7C;
    border-top: 1px solid #7D7A7C;
    padding-top: 10px;
}
.blog-slider .content-box {
    margin-bottom: 40px;
    width: 53%;
}
.blog-slider .swiper-button-prev {
    width: 50px;
    height: 50px;
    top: -75px;
    right: 170px;
    left: unset;
    border: 2px solid #838D7B;
}
.blog-slider .swiper-button-prev:hover, .blog-slider .swiper-button-next:hover {
    background: #f7b61e;
    border: 2px solid #f7b61e;
}
.blog-slider .swiper-button-next {
   width: 50px;
    height: 50px;
    top: -75px;
    right: 110px;
  border: 2px solid #838D7B;
}
.blog-slider-inner{
  position:relative;
}
.blog-slider-inner .swiper-button-prev:after, .blog-slider-inner .swiper-button-next:after{
  content:unset;
}
img.footer-logo {
    max-width: 140px;
}
ul.contact_info_list li a {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    line-height: 18px;
    word-break: break-all;
}
ul.contact_info_list {
    padding: 0;
}
ul.contact_info_list li {
    list-style: none;
    padding: 13px 0;
}
ul.contact_info_list li a img {
    margin-right: 19px;
}
.footer_block_outer.footer__blocks-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    grid-template-columns: 25% 25% 25% 25%;
    width: 100%;
}
footer .footer__content-top.page-width {
    max-width: 100%;
}
.footer_block_outer.footer__blocks-wrapper .footer-block.grid__item {
    width: 100%;
}
.footer_block_outer.footer__blocks-wrapper .footer-block.grid__item:first-child {
   padding-right:60px;
}
.footer_block_outer.footer__blocks-wrapper .footer-block.grid__item:last-child{
   padding-left:60px;
}
.newsletter-form__field-wrapper .field__input {
    border: 2px solid #8E8E8E;
    border-radius: 50px;
    padding: 10px 16px 10px 27px;
    height: auto;
    outline: none;
    color: #000;
    font-size: 16px;
    line-height: 38px;
}
.newsletter-form__button {
    width: 5.3rem !important;
    margin-right: 5px !important;
}
img.footer-logo {
    max-width: 110px;
}
.newsletter-form__button .svg-wrapper {
    height: 5.3rem;
    width: 5.3rem; !important;
    background: #125D37;
    border-radius: 50%;
}
.newsletter-form__field-wrapper .field:before, .newsletter-form__field-wrapper .field:after{
  content:unset;
}
.newsletter-form__field-wrapper label.field__label {
    top: 1.8rem;
}
.video-with-content-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}
.color-box {
    background: #DBF6D6;
    padding: 60px;
  display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.color-box h4 {
    font-size: 22px;
    color: #125D37;
  transition:.5s ease all;
}
.color-box h5 {
    font-size: 16px;
    color: #485143;
    max-width: 70%;
    margin-left: auto;
  transition:.5s ease all;
}
.video-with-content-section {
    padding: 100px 0;
    background: #EFFCF5;
}
.video-box-outer h3 {
    color: #125D37;
    font-size: 60px;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 50px;
}
.image-box img {
    width: 100%;
    height: 100%;
}
.video-box .playButton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    cursor: pointer;
    border-radius: 50px;
   transition:.5s ease all;
}
.video-box .playButton:hover img {
    transform: scale(1.1);
    transition: .5s ease all;
}
.video-box .playButton img{
  transition: .5s ease all;
}
div#playButton svg {
      fill:#fff;
    width: 63px;
    height: 63px;
      background: #217D4E;
    border-radius: 50px;
  transition:.5s ease all;
}
div#videoBox:hover .playButton svg{
  fill: #217d4e;
  background: #fff;
  width: 73px;
    height: 73px;
  transition:.5s ease all;
}
.video-box {
    position: relative;
}
.video-box-outer p {
    color: #4F6057;
    font-size: 16px;
    line-height: 30px;
  margin-bottom:5rem;
  margin-top:3rem;
}
.primarBtn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
    padding: 16px 80px 16px 3rem !important;
    cursor: pointer;
    font: inherit;
    font-size: 1.5rem;
    text-decoration: none;
    color: rgb(var(--color-button-text));
    transition: box-shadow var(--duration-short) ease;
    -webkit-appearance: none;
    appearance: none;
    background-color: #f7b61e;
    position: relative;
    border-radius: 50px !important;
}
.primarBtn .arrow {
    background: #ffc703;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    right: 7px;
}
.video-box video#myVideo {
    max-width: 400px;
}
.footer-block__details-content .list-menu__item--link, .copyright__content a {
    color: rgba(var(--color-foreground), 1) !important;
}
.footer-block__details-content.rte p, .footer-block__newsletter p {
    color: #000;
}
.card--media .card__information {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.card--media .card-information {
    width: auto;
}
.price__regular {
    color: #7D7A7C;
}
h3.card__heading.h5 {
    font-size: 18px;
}
.card_product_buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    border: 1px solid #DBDBDB;
    align-items: center;
    color: #000;
      margin-top: 10px;
}
.card_product_buttons .quick-add {
    grid-row-start: unset;
    margin: 0;
    border-left: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
}
.card_product_buttons button.quick-add__submit.button {
    color: #000;
    border: none;
    text-transform: uppercase;
}
.card_product_buttons button.quick-add__submit.button:before, .card_product_buttons button.quick-add__submit.button:after{
  content:unset;
}
.card_product_buttons > div {
    text-align: center;
}
.swym-button.swym-add-to-wishlist-view-product {
    position: relative;
    z-index: 99999;
}
.card_product_buttons .swym-button.swym-add-to-wishlist-view-product.swym-heart.swym-added:after, .card_product_buttons .swym-button.swym-add-to-wishlist-view-product.swym-heart:after{
  content:unset;
}
.card_product_buttons .swym-button.swym-add-to-wishlist-view-product{
  color:#000;
  font-family:unset;
    max-width: 100%;
}
span.swym-header-launcher-icon svg path {
    stroke-width: 2;
    stroke: #125d37;
}
span.swym-header-launcher-icon {
    display: flex;
    align-items: center;
    height: 100%;
}
.swym-header-launcher {
    text-decoration: none;
    margin: 0 15px 0 0 !important;
}
table.cart-items th {
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    font-size: 16px;
}
    .cart-items td {
        vertical-align: middle !important; 
    }
td.cart-item__media .global-media-settings {
    border: none;
}
.quantity:after {
    border-radius: 50px;
}
.card--media .card__information .price {
    margin-top: 0 !important;
}
.contact-detail-box li.multicolumn-list__item.grid__item {
    background: #effcf5;
    padding: 20px;
}
.color_banner {
    padding: 90px 0;
    text-align: center;
}
.color_banner h1 {
    margin: 0;
}
nav.header__inline-menu ul.list-menu li:last-child {
    display: none;
}
.search-modal.modal__content {
    z-index: 99;
}
.facets__heading--vertical {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}
.facet-checkbox>input[type=checkbox]:checked~.svg-wrapper>.icon-checkmark {
    visibility: visible;
    width: 10px;
    height: 10px;
    background: #2DAA75;
        margin-top: 1.5px;
      display: block;
}
.facet-checkbox>svg, .facet-checkbox>.svg-wrapper {
    border: 1.5px solid #888888;
}
facet-remove.active-facets__button-wrapper {
    display: block;
}
facet-remove.active-facets__button-wrapper a {
    text-decoration: none;
    padding: 12px 36px;
    border: 1px solid #000;
    text-transform: uppercase;
}
facet-remove.active-facets__button-wrapper a span{
  color:#000;
}
.about-video .video-box video#myVideo {
    max-width: 100%;
    border-radius: 20px;
}
.about-video {
    position: relative;
    padding-top: 90px;
}
.about-video:after {
    position: absolute;
    width: 100%;
    height: 200px;
    bottom: 0;
    left: 0;
    content: "";
    background: #fff;
}
.about-video .video-box {
    position: relative;
    z-index: 1;
}
.our-story-inner {
    margin-top: 70px;
    padding-top: 50px;
    border-top: 1px dashed #bababa;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  align-items:flex-start;
}
.our-story-inner .our-story-title {
    width: 25%;
}
.our-story-inner .our-story-title h3 {
   margin: 0;
  position:relative;
  display:inline-block;
}
.our-story-inner .our-story-title h3:after {
    position: absolute;
    top: 15px;
    right: -120px;
    width: 100px;
    content: "";
    height: 1px;
    background: #000;
}
.our-story-content {
    width: 75%;
}
.our-story-content p {
    margin: 0;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 24px;
    color: #000;
}
.about-video h1 {
    margin: 0;
    margin-bottom: 40px;
}
.our-story {
    padding-bottom: 65px;
}
.color-boxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.about-color-box {
    padding: 70px;
}
.color-box-section h3 {
    margin: 70px 0;
    font-size: 30px;
    line-height: 42px;
    margin: 70px 0;
}
.about-color-box h4 {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 150px;
}
.about-color-box-content {
    width: 80%;
    margin-left: auto;
    text-align: right;
}
.about-color-box h4 {
    transition: transform 0.3s ease;
  }

  .about-color-box .about-color-box-content {
    transition: transform 0.3s ease;
  }

  .about-color-box:hover h4 {
    transform: translateX(20px);
  }

  .about-color-box:hover .about-color-box-content {
    transform: translateX(-20px);
  }
.color-box-section {
    padding-bottom: 90px;
}
.info-content {
    display: flex;
}
.info-content h2 {
    width: 35%;
    margin: 0;
}
.info-content .info-text {
    width: 65%;
}
.info-point-list {
    margin-top: 50px;
}
.info-point {
    display: flex;
    padding: 40px 0;
    border-bottom: 1px solid #E0E0E0;
    align-items: flex-start;
    gap: 40px;
  position:relative;
}
.info-point:hover:after{
  width:100%;
  transition: .5s ease all;
}
.info-point:after {
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 2px;
    background: #217D4E;
    content: "";
    transition: .5s ease all;
}
.info-point h3 {
    flex-grow: 0;
    flex-basis: 25%;
      transition: .5s ease all;
}
.info-point:hover h3 {
    transform: translateX(15px);
    transition: .5s ease all;
}
.info-point p {
    flex-grow: 0;
    flex-basis: 75%;
  transition: .5s ease all;
}
.info-point:hover p {
    transform: translateX(-15px);
    transition: .5s ease all;
}
.gallery-slider .gallery{
  overflow:hidden;
}
.gallery-slider .gallery img{
  transition: .5s ease all;
  display:block;
}
.gallery-slider .gallery:hover img{
  transform:scale(1.1);
  transition: .5s ease all;
}
.expert-section .swiper-button-prev {
    width: 50px;
    height: 50px;
    top: 25px;
    right: 115px;
    left: unset;
    border: 2px solid #838D7B;
}
.expert-section .swiper-button-prev:hover, .expert-section .swiper-button-next:hover {
    background: #f7b61e;
  border:2px solid #f7b61e; 
}
.expert-section .swiper-button-next {
    width: 50px;
    height: 50px;
    top: 25px;
    right: 50px;
    border: 2px solid #838D7B;
}
.expert-section .swiper-button-next:after, .expert-section .swiper-button-prev:after{
  content:unset;
}
.expert-box-inner{
  overflow:hidden;
}
.expert-box-inner img{
  transition:.5s ease all;
}
.expert-box-inner:hover img{
  transform:scale(1.1);
  transition:.5s ease all;
}
.expert-section {
    padding-bottom: 90px;
    padding-top: 50px;
}
.expert-section .page-width {
    position: relative;
}
.expert-info h4 {
    font-size: 2p2x;
    line-height: 32px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.expert-info span {
    font-size: 18px;
    color: #7b7b7b;
    line-height: 24px;
}
.info-point:first-child {
    border-top: 1px solid #E0E0E0;
}
.product__info-container p.product__text.inline-richtext {
    color: #8B9E94;
    font-size: 16px;
}
.product__info-container .product__title h1 {
    color: #0E0E0E;
    font-size: 48px;
    margin-top: 15px;
    line-height: 60px;
  margin-bottom:15px;
}
.product__info-container .price__regular span {
    color: #217D4E;
    font-size: 26px;
    line-height: 38px;
    font-weight: 700;
}
.product .product-form__input--pill input[type=radio]+label {
    border: 1px solid #E7E7E7 !important;
    border-radius: 6px !important;
    padding: 14px 10px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.product .product-form__input--pill input[type=radio]:checked+label{
  background-color: #217D4E !important;
    color: rgb(var(--color-background));
}
.product quantity-input.quantity {
    border: 1px solid #E7E7E7;
    border-radius: 6px;
}
.product button.quantity__button, input.quantity__input {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
}
.product .quantity__button .svg-wrapper {
    width: 1.5rem;
}
.product .quantity:before, .quantity:after{
  content:unset;
}
.product input.quantity__input:focus-visible {
    outline: none;
}
.product .product__description p {
    color: #535353;
}
.product .product-form__buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    max-width: 100%;
}
.tab-title-outer {
    border-bottom: 1px solid #DDDDDD;
      text-align: center;
}
.tab-section .tab-title {
    display: inline-block;
    padding-right: 25px;
}
.tab-title h3 {
    color: #A3A3A3;
    font-size: 24px;
    line-height: 36px;
    cursor: pointer;
    position: relative;
    padding-bottom: 20px;
  margin-bottom: 0;
}
.tab-title.active h3:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background: #217D4E;
    height: 4px;
    width: 100%;
}
.tab-title.active h3 {
    color: #0E0E0E;
}
.tab-content-outer {
    margin-top: 40px;
}
.tab-content-outer .tab-content p {
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #515151;
}
.tab-section {
    padding-bottom: 40px;
      padding-top: 30px;
}
nav.header__inline-menu ul.list-menu li .header__submenu li:last-child {
    display: block;
}
.multicolumn-card__info a {
    text-decoration: none;
    color: #000;
}
.multicolumn-card__info p {
    color: #000;
}
.contact .field:before, .contact .field:after{
  content:unset;
}
.contact .field input.field__input, .contact .field textarea.text-area.field__input {
    border: 1px solid #eaeaea;
    color: #000;
}
.greenplay{
  display:none;
}
div#videoBox:hover img.greenplay {
    display: flex;
  width:72px;
  height:72px;
  transition:3s ease all;
}
div#videoBox img.greenplay{
  width:62px;
  height:62px;
  transition:3s ease all;
}
div#videoBox:hover img.whiteplay{
  display:none;
}
.image-box {
  position: relative;
  display: inline-block;
}

.image-box img {
  width: 100%; /* Adjust as needed */
  height: 100%;
  transition: opacity 0.3s ease; /* Smooth transition */
}
.image-box .hoverImage {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease; /* Smooth transition for hoverImage */
}
.image-box:hover .hoverImage {
  opacity: 1; /* Show hoverImage */
}
.image-box:hover img:not(.hoverImage) {
  opacity: 0; /* Hide non-hover image */
}
.color-box:hover h4 {
    transform: translateX(-15px);
    transition: .5s ease all;
}
.color-box:hover h5 {
    transform: translateX(15px);
    transition: .5s ease all;
}
.three-images-inner {
    display: inline-block;
    position: relative;
}
.three-images-inner img{
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}
.three-images-inner img.hover_image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.three-images-inner:hover .hover_image {
  opacity: 1; 
}
.three-images-inner:hover img:not(.hover_image) {
  opacity: 0;
}
.blog-image {
    overflow: hidden;
}
.blog-image img {
  transition: .5s ease all;
}
.blog-image:hover img {
    transform: scale(1.1);
    transition: .5s ease all;
}
.footer-block__newsletter h2.footer-block__heading.inline-richtext {
    color: #000;
}
form .field input {
    border: 1px solid #eaeaea !important;
    color: #000;
}
form .field:before, form .field:after{
  content:unset !important;
}
h2.facet-filters__label.caption-large.text-body label {
    font-weight: 700;
}
form#FacetSortForm {
    padding-bottom: 10px;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 5px;
}
div#swym-wishlist-render-container .swym-ui-component .swym-wishlist-grid {
    max-width: 100%;
    /* display: grid;
    grid-template-columns: repeat(3, 1fr); */
}
div#swym-wishlist-render-container .swym-ui-component .swym-wishlist-grid .swym-wishlist-image-wrapper {
    height: auto;
    aspect-ratio: 1;
}
/* div#swym-wishlist-render-container .swym-ui-component .swym-wishlist-grid li {
    width: 100%;
    margin: 0;
} */
div#swym-wishlist-render-container .swym-ui-component .swym-product-price .swym-product-final-price {
    color: #7d7a7c;
    font-weight: 400;
}
div#swym-wishlist-render-container .swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-add-to-cart-btn {
    padding: 15px 0;
    margin: 0;
    font-size: inherit !important;
    text-transform: capitalize;
  background: transparent !important;
    border: 1px solid #217d4e;
    color: #217d4e;
}
div#swym-wishlist-render-container .swym-ui-component.swym-wishlist-page .swym-wishlist-container-title-bar {
    border-bottom: 1px solid #cfcfcf;
}
div#swym-wishlist-render-container .swym-ui-component .swym-wishlist-detail-separator {
    background: #cfcfcf;
}
div#swym-wishlist-render-container .swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-add-to-cart-btn:hover {
    background: #217d4e !important;
    color: #fff;
      opacity: 1;
}
div#swym-wishlist-render-container {
    padding: 70px 0;
}
div#swym-wishlist-render-container .swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-variant-title {
    display: none;
}
div#swym-wishlist-render-container .swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-title {
    color: #000 !important;
}
div#swym-wishlist-render-container .swym-ui-component.swym-wishlist-page {
    padding: 0 30px;
}
div#swym-wishlist-render-container .swym-ui-component.swym-wishlist-page .swym-wishlist-detail-content{
  overflow:unset;
}
.list-social__link {
    color: #125d37 !important;
}

/* sticky styles */
.sticky-share-buttons {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 1000;
  background-color: #0b5d37;
  padding: 0;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.sticky-share-buttons ul {
  list-style: none;
  margin: 1px;
  padding: 5px;
  display: flex;
  flex-direction: column;
}
.sticky-share-buttons li {
  margin: 3px 0;
}
.sticky-share-buttons a {
  text-decoration: none;
  color: #333;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f7f7f7;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.gallery-grid-wrapper {
  display: flex;
  flex-wrap: wrap;  /* Allows items to wrap into multiple rows */
  gap: 15px;  /* Space between images */
  justify-content: space-between;
}

.gallery-item {
  width: calc(25% - 15px); /* 4 columns, subtracting the gap */
  max-width: 100%;
  text-align: center; /* Centers the caption */
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 5px; /* Optional: Rounded corners */
}

.gallery-caption {
  margin-top: 8px;
  font-size: 14px;
  color: #666;
}
  .gallery-section {
    padding: 20px 0px;
}


@media screen and (max-width: 1440.78px) {
.h0 {
    font-size: calc(var(--font-heading-scale)* 5.2rem) !important;
    line-height: 6.8rem !important;
}
.sub-container {
    width: 70%;
}
.video-box-outer h3 {
    font-size: 52px;
    line-height: 46px;
}
.testimonial-section {
    padding: 50px 0 70px 0;
}
.blog-slider {
    padding: 50px 0 60px 120px;
}
}
@media screen and (max-width: 1024.78px) {
    .h0 {
        font-size: calc(var(--font-heading-scale)* 4.5rem) !important;
        line-height: 5.8rem !important;
    }
  .gallery-item {
    width: calc(30% - 15px);
}
@media screen and (min-width: 990px) {
    .header {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
          transition: .5s ease all;
    }
}
@media screen and (min-width: 990px) {
    .header--middle-center a.header__heading-link {
        width: 100%;
    }
      .underline-links-hover:hover a {
        text-decoration: none !important;
    }
}
@media only screen and (max-width: 1366px) {
.testimonial-section h3 {
    font-size: 44px;
    line-height: 73px;
}
  .swiper-slide.testimonial-box p {
    font-size: 18px;
    line-height: 30px;
    margin: 25px 0;
}
  .testimonial-slider {
    padding-left: 100px;
}
}
@media only screen and (max-width: 1024.98px) {
.video-with-content-inner {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
  justify-content:space-between;
}
.video-box-outer, .image-box {
    width: 48%;
}
.video-box video#myVideo {
    max-width: 100%;
}
.color-box {
    margin-top: 40px;
    padding: 30px 60px;
}
.video-box-outer h3 {
    font-size: 48px;
    line-height: 48px;
}
      .testimonial-slider {
        padding-left: 50px;
    }
  .blog-slider {
    padding: 40px 0 70px 50px;
}
      .h1 {
        font-size: 34px;
    }
  .content-with-images p {
    font-size: 16px;
}
  .sub-container {
    width: 100%;
}
.our-story-content {
    width: 70%;
}
.color-box-section h3 {
    font-size: 26px;
    line-height: 38px;
    margin: 50px 0;
}
.about-color-box h4 {
    margin-bottom: 80px;
}
.about-color-box-content {
    width: 90%;
}
.info-content .info-text {
    width: 60%;
    margin-left: 5%;
}
.info-point {
    padding: 25px 0;
}
.expert-section {
    padding-bottom: 70px;
}
}
@media only screen and (max-width: 991.98px) {
  .sticky-share-buttons {
  top: 65px;
  }
h1.header__heading {
    width: 100px;
    height: 100px;
}
.scrolled-past-header .header__heading {
    width: 110px;
    height: 110px;
}
.footer_block_outer.footer__blocks-wrapper {
    display: flex;
  gap:0;
}
  .footer_block_outer.footer__blocks-wrapper .footer-block.grid__item {
    width: 50%;
}
.footer_block_outer.footer__blocks-wrapper .footer-block.grid__item:last-child {
    width: 100%;
    text-align: center;
}
.footer_block_outer.footer__blocks-wrapper .footer-block.grid__item:last-child .footer-block__newsletter {
    text-align: center;
}
      .testimonial-section {
        padding: 30px 0 60px 0;
    }
  .header__heading {
    width: 110px;
    height: 110px;
}
    .header__icon {
    width: inherit;
    margin: 0 10px;
    
}
  span.header-icon-text {
    display: none;
}
a.swym-header-launcher{
  display:none;
}
}
@media only screen and (max-width: 768px) {
    .gallery-item {
    width: calc(50% - 15px);
}
        .testimonial-slider {
        padding-left: 45px;
        padding-bottom: 55px;
    }
  .swiper-pagination {
    margin-top: 30px;
}
    .video-box-outer, .image-box {
        width: 100%;
    }
      .video-box video#myVideo {
        width: 100%;
    }
  .image-box {
    margin-top: 50px;
}
  .color-box h5 {
    max-width: 100%;
    margin-left: 0;
    transition:.5s ease all;
}
.footer_block_outer.footer__blocks-wrapper .footer-block.grid__item:first-child {
    width: 100%;
  padding-right:0;
          margin-bottom: 0;
}
      .color-box {
        padding: 25px 25px;
    }
  .video-with-content-section, .content-with-images {
    padding: 70px 0;
}
.color-boxes {
    grid-template-columns: repeat(1, 1fr);
}
.our-story-inner .our-story-title {
    width: 100%;
}
.our-story-content {
    width: 100%;
    margin-top: 40px;
}
.color-box-section h3 {
    font-size: 24px;
}
.info-content h2, .info-content .info-text {
    width: 100%;
  margin:0;
}
  .info-content {
    display: block;
}
.info-content .info-text {
    margin-top: 40px;
}
.info-point h3, .info-point p {
    flex-grow: 0;
    flex-basis: 100%;
}
.info-point {
    display: block;
}
.info-point p {
    margin-top: 40px;
}
    .video-box-outer h3 {
        font-size: 42px;
        line-height: 46px;
        margin-top: 3rem;
    }
      .color-box {
        padding: 25px 50px;
    }
  .blog-slider .content-box {
    width: 70%;
}
}
@media only screen and (max-width: 749.78px) {
  /* .banner__box.content-container.content-container--full-width-mobile.color-scheme-1.gradient {
  background: rgba(265, 265, 265, 0.6);
} */
    .footer .footer_block_outer.footer__blocks-wrapper {
        display: flex;
    }
      .blog-slider {
        padding: 40px 0 70px 1.5rem;
    }
      .testimonial-slider {
        padding-left: 1.5rem;
    }
  .swiper-slide.testimonial-box {
    padding: 25px;
}
.blog-slider .swiper-button-prev {
    right: 80px;
}
  .blog-slider .swiper-button-next {
    right: 20px;
}
  .blog-slider .content-box {
    width: 75%;
}
      .footer_block_outer.footer__blocks-wrapper .footer-block.grid__item {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 575.78px) {
  
    .footer_block_outer.footer__blocks-wrapper .footer-block.grid__item {
        width: 100%;
        text-align: center;
    }
      .footer-block__details-content .list-menu__item--link {
        justify-content: center;
    }
  .footer ul.contact_info_list li a {
    justify-content: center;
}
      .footer-block.grid__item {
        margin: 0rem 0 !important;
    }
    .card_product_buttons {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
        align-items: center;
    }
  .card_product_buttons .quick-add {
    border-left: none;
    border-right: none;
    border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
}
  .card_product_buttons>div {
    text-align: center;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
}
  .content-with-images .three-images {
    grid-template-columns: repeat(1, 1fr);
}
  .content-with-images .three-images img {
    width: 100%;
}
      .blog-slider .swiper-button-prev {
        right: 78px;
        bottom: -45px;
        top: unset;
    }
      .blog-slider .swiper-button-next {
        right: 20px;
        bottom: -45px;
        top: unset;
    }
      .blog-slider .content-box {
        width: 100%;
    }
      .blog-slider {
        padding: 40px 0 95px 1.5rem;
    }
      .header__icon {
        width: 20px;
        margin: 0;
        margin-left: 10px;
    }
  .header__icons {
    padding-right: 0;
}
  .footer_block_outer.footer__blocks-wrapper .footer-block.grid__item:last-child {
    padding-left: 0;
}
.about-color-box {
    padding: 40px;
}
.our-story {
    padding-bottom: 40px;
}
.color-box-section {
    padding-bottom: 50px;
}
.h0 {
    font-size: 30px;
}
.about-video:after {
    height: 100px;
}
  .expert-section .swiper-button-next, .expert-section .swiper-button-prev{
    display:none;
  }
  .card_product_buttons button.quick-add__submit.button {
    min-height: auto;
}
}