/** Shopify CDN: Minification failed

Line 2431:0 Unexpected "{"
Line 2431:1 Expected identifier but found "%"
Line 2431:32 Expected identifier but found "%"

**/


/* CSS from section stylesheet tags */
.cf-sh-about-section {
    position: relative;
    background-color:var(--color-121212);
}
section.cf-sh-about-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../assets/bg-mushroom-pattern.png);
    opacity: 0.3;
}
.cf-sh-about-section h1 {
    font-size: 60px;
    line-height: 65px;
    margin: 0;
    color: #ffffff;
}
@media(max-width:767px){
  .cf-sh-about-section h1 {
      font-size: 50px;
      line-height: 55px;
  }
}
@media(max-width:767px){
  .cf-sh-about-section h1 {
      font-size: 40px;
      line-height: 45px;
  }
}
.cf-sh-about-choose-section {
  padding-top: var(--padding-desktop-top);
  padding-bottom: var(--padding-desktop-bottom);
}
.cf-sh-about-choose-section .choose-content_wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

/* Default: Image on Left */
.cf-sh-about-choose-section .choose-content_wrapper.image-left {
    flex-direction: row;
}

/* Image on Right */
.cf-sh-about-choose-section .choose-content_wrapper.image-right {
    flex-direction: row-reverse;
}

.cf-sh-about-choose-section .choose-content_wrapper .choose-right, 
.cf-sh-about-choose-section .choose-content_wrapper .choose-left {
    width: calc(50% - 15px);
}

.cf-sh-about-choose-section .choose-content_wrapper .choose-left .image-wrapper img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 16px;
}

.cf-sh-about-choose-section .choose-content_wrapper .choose-right p.tags {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    padding-bottom: 8px;
    margin: 0;
    letter-spacing: 1.6px;
}
.cf-sh-about-choose-section .choose-content_wrapper .choose-right h2 {
    font-size: 40px;
    line-height: 52px;
    font-weight: 400;
    padding-bottom: 0;
    margin: 10px 0 0;
}
.cf-sh-about-choose-section .choose-content_wrapper .choose-right p.description {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}
.cf-sh-about-choose-section.coffee-experience-sec .image-wrapper img{
  border-radius: 0 !important;
}
@media(max-width:1023px){
    .cf-sh-about-choose-section .choose-content_wrapper .choose-right h2 {
      font-size: 36px;
      line-height: 45px;
    }
    .cf-sh-about-choose-section {
      padding-top: var(--padding-tablet-top);
      padding-bottom: var(--padding-tablet-bottom);
    }
}
@media (max-width: 767px) {
    .cf-sh-about-choose-section .choose-content_wrapper {
        flex-direction: column !important;
    }
    .cf-sh-about-choose-section .choose-content_wrapper .choose-right, 
    .cf-sh-about-choose-section .choose-content_wrapper .choose-left {
        width: 100%;
    }
    .cf-sh-about-choose-section .choose-content_wrapper .choose-right h2 {
      font-size: 28px;
      line-height: 38px;
    }
    .cf-sh-about-choose-section {
      padding-top: var(--padding-mobile-top);
      padding-bottom: var(--padding-mobile-bottom);
    }
}
.collection-image-banner img{
    display: block;
    height: 100%;
    width: 100%;
  }
  /* @media(max-width: 767.98px){
    .collection-image-banner{
      margin-top: 15px;
    }
  } */
.cf-jc-briodose-benefits-section {
  background-color:var(--color-121212);
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cf-jc-briodose-benefits-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../assets/bg-mushroom-pattern.png);
  opacity: 0.4;
}

.cf-jc-briodose-benefits-section .briodose-benefits-container {
    max-width: 100%;
    padding: 0 60px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.cf-jc-briodose-benefits-section .briodose-benefits-content {
  position: relative;
  margin: 0 auto 50px;
  max-width: 700px;
}
.cf-jc-briodose-benefits-section .briodose-benefits-content .briodose-benefits-caption{
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1.6px;
  color: var(--color-FFFFFF);
  margin: 0 0 15px;
  text-transform: uppercase;
}
.cf-jc-briodose-benefits-section .briodose-benefits-content .briodose-benefits-heading{
  font-size: calc(var(--font-heading-scale) * 4rem);
  color: var(--color-FFFFFF);
  margin: 0 0 20px;
}
.cf-jc-briodose-benefits-section .briodose-benefits-content .briodose-benefits-text{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--color-FFFFFF);
  margin: 0 0 25px;
}
.cf-jc-briodose-benefits-section .briodose-benefits-grid {
    display: flex;
    /* grid-template-columns: repeat(3, 1fr); */
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    justify-content: center;
}
.cf-jc-briodose-benefits-section .briodose-benefits-slider .briodose-benefit-card,
.cf-jc-briodose-benefits-section .briodose-benefits-grid .briodose-benefit-card {
    width: calc(33.33% - 13.5px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--color-FFFFFF);
    background-image: url(../assets/ingredients-bg.png);
    border: 2px solid rgb(255, 255, 255);
    border-radius: 12px;
    transition: all .5s ease;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: rgb(255 255 255 / 20%) 0px 7px 29px 0px;
    overflow: hidden;
}
.cf-jc-briodose-benefits-section .briodose-benefit-card .benefit-img img {
    /* max-width: 200px; */
    width: 100%;
    display: block;
}
.cf-jc-briodose-benefits-section .briodose-benefit-card .benefit-img {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s;
    max-width: 34%;
    width: 100%;
}
.cf-jc-briodose-benefits-section .briodose-benefits-grid .briodose-benefit-card:hover {
  /* transform: translateY(-3px); */
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}
.cf-jc-briodose-benefits-section .briodose-benefit-card .briodose-benefit-text {
  padding: 40px 20px;
  width: 100%;
  text-align: left;
  position: relative;
}

.cf-jc-briodose-benefits-section .briodose-benefit-card .briodose-benefit-text h6 {
  color: var(--color-000000);
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin: 0 0 10px;
}
.cf-jc-briodose-benefits-section .briodose-benefit-card .briodose-benefit-content {
    max-width: 60%;
    width: 100%;
}
.cf-jc-briodose-benefits-section .briodose-benefit-card .briodose-benefit-text h3 {
  font-size: 22px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: 0.7px;
  color: var(--color-000000);
  margin: 0 0 15px;
}

.cf-jc-briodose-benefits-section .briodose-benefit-card .briodose-benefit-text p {
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-000000);
  margin: 0;
}

.cf-jc-briodose-benefits-section .briodose-benefits-cta {
  text-align: center;
}

.briodose-benefits-slider{
  display: none;
}

@media (min-width: 1024px) {
  .cf-jc-briodose-benefits-section .briodose-benefit-card:hover .benefit-img {
    right: 0px;
    transform: translateY(-50%) rotate(45deg);
  }
}
@media (max-width: 1366px) {
  .cf-jc-briodose-benefits-section .briodose-benefits-grid .briodose-benefit-card{
    width: calc(50% - 10px);
  }
  .cf-jc-briodose-benefits-section .briodose-benefit-card .benefit-img{
    right: -50px;
    max-width: 38%;
  }
  .cf-jc-briodose-benefits-section .briodose-benefit-card .benefit-img {
    max-width: 30%;
  }
  .cf-jc-briodose-benefits-section .briodose-benefit-card .briodose-benefit-text h3{
    margin: 0 0 10px;
  }
}
@media (max-width: 1200px) {
  .cf-jc-briodose-benefits-section .briodose-benefits-slider{
    max-width: 50%;
    margin: 0 auto 40px;
  }
  .cf-jc-briodose-benefits-section .briodose-benefits-container {
    padding: 0 20px;
  }
  .cf-jc-briodose-benefits-section .briodose-benefits-grid {
    display: none;
  }
  .cf-jc-briodose-benefits-section .briodose-benefits-slider{
    display: block;
    padding-top: 40px;
  }
  .cf-jc-briodose-benefits-section .briodose-benefits-slider .splide__track{
    overflow: visible;
    margin-bottom: 30px;
  }
  .cf-jc-briodose-benefits-section .briodose-benefits-slider .briodose-benefit-card{
    overflow: visible;
  }
  .cf-jc-briodose-benefits-section .briodose-benefit-card .benefit-img {
    max-width: 30%;
    position: initial;
    transform: none;
    margin: -70px auto 15px;
  }
  .cf-jc-briodose-benefits-section .briodose-benefit-card .briodose-benefit-content {
    max-width: 100%;
    text-align: center;
  }
  .cf-jc-briodose-benefits-section .briodose-benefits-slider .briodose-benefit-card .briodose-benefit-text {
    width: 100%;
    height: 100%;
  }
  .cf-jc-briodose-benefits-section .briodose-benefits-slider .splide__pagination{
    position: initial;
  }
  .cf-jc-briodose-benefits-section .briodose-benefits-slider .splide__pagination li{
    display: inline-flex;
    align-items: center;
    justify-items: center;
    margin-right: 5px;
    height: 10px;
    width: 10px;
  }
  .cf-jc-briodose-benefits-section .briodose-benefits-slider .splide__pagination li:last-child{
    margin-right: 0;
  }
  .cf-jc-briodose-benefits-section .briodose-benefits-slider .splide__pagination li .splide__pagination__page{
    margin: 0;
    transform: none;
    mix-blend-mode: exclusion;
    transition: all 0.3s ease-in-out;
  }
  .cf-jc-briodose-benefits-section .briodose-benefits-slider .splide__pagination li .splide__pagination__page.is-active{
    height: 10px;
    width: 10px;
    opacity: 1;
  }
}
@media (max-width: 1023px) {
  .cf-jc-briodose-benefits-section .briodose-benefits-content .briodose-benefits-heading{
    font-size: 36px;
    line-height: 46px;
  }
  .cf-jc-briodose-benefits-section{
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .cf-jc-briodose-benefits-section .briodose-benefit-card .benefit-img {
    max-width: 40%;
  }
}
@media (max-width: 767px) {
  .cf-jc-briodose-benefits-section .briodose-benefits-content .briodose-benefits-heading{
    font-size: 28px;
    line-height: 38px;
  }
  .cf-jc-briodose-benefits-section .briodose-benefits-slider {
    max-width: 60%;
  }
  .cf-jc-briodose-benefits-section .briodose-benefit-card .benefit-img {
    max-width: 50%;
  }
  .cf-jc-briodose-benefits-section{
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .cf-jc-briodose-benefits-section .briodose-benefits-slider {
    max-width: 100%;
  }
}
.cf-dp-benefit-slider-sec {
    background: #121212;
    padding: 32px 0;
    overflow: hidden;
    position: relative;
  }
  .cf-dp-benefit-slider-sec:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
    background: linear-gradient(to left, rgb(0 0 0), #00000000);
    z-index: 1;
  }
  .cf-dp-benefit-slider-sec:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
    background: linear-gradient(to right, rgb(0 0 0), #00000000);
    z-index: 1;
}
  .cf-dp-benefit-slider-sec #benefit-slider .splide__slide {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    gap: 10px;
    white-space: nowrap;
  }

  .cf-dp-benefit-slider-sec #benefit-slider .splide__slide span {
    font-size: 32px;
    line-height: 35px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .cf-dp-benefit-slider-sec #benefit-slider .splide__slide img {
    width: auto;
    height: 32px;
  }

  @media(max-width:1500px){
    .cf-dp-benefit-slider-sec #benefit-slider .splide__slide span {
        font-size: 24px;
        line-height: 30px;
    }
  }

  @media(max-width:767px){
    .cf-dp-benefit-slider-sec {
        padding: 16px 0;
    }
    .cf-dp-benefit-slider-sec #benefit-slider .splide__slide span {
        font-size: 18px;
        line-height: 28px;
    }
    
    .cf-dp-benefit-slider-sec:after, .cf-dp-benefit-slider-sec:before{
      content: unset;
    }
  }
.contact-us-welcome {
	display: flex;
	padding: 40px 15px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	background-color: var(--color-121212);
	gap: 40px;
  position: relative;
}
section.contact-us-welcome:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../assets/bg-mushroom-pattern.png);
    opacity: .3;
}
.contact-us-welcome__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	align-self: stretch
}

.contact-us-welcome__title {
	color: #fff;
	text-align: center;
	font-size: 60px;
	font-style: normal;
	line-height: 65px;
	margin: 0
}


.contact-us-welcome__svg--mobile {
	display: block
}

.contact-us-welcome__svg--desktop {
	display: none
}

@media (min-width: 768px) {
	.contact-us-welcome {
		padding: 48px 40px;
		gap: 48px
	}

	.contact-us-welcome__content {
		gap: 24px
	}

	.contact-us-welcome__title {
		max-width: 640px
	}

	.contact-us-welcome__svg--mobile {
		display: none
	}

	.contact-us-welcome__svg--desktop {
		display: block
	}
}

@media(max-width:1023px){
  .contact-us-welcome__title{
    font-size: 50px;
    line-height: 55px;
  }
}
@media(max-width:767px){
  .contact-us-welcome__title{
    font-size: 40px;
    line-height: 45px;
  }
}
.cf-bm-dose-wrapper {
    padding: 80px 0;
}
.cf-bm-dose-wrapper .dose-inner .dose-head h2 {
    font-size: 40px;
    text-align: center;
    margin: 0;
    color: var(--color-121212);
}
.cf-bm-dose-wrapper .dose-inner .dose-items {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.cf-bm-dose-wrapper .dose-inner  .dose-items .dose-item {
  max-width: calc(25% - 30px);
  width: 100%;
}
.cf-bm-dose-wrapper .dose-inner  .dose-items .dose-item .dose-img{
  display: flex;
  border: 10px solid #121212;
  border-radius: 50%;
  overflow: hidden;
}
.cf-bm-dose-wrapper .dose-inner .dose-items .dose-item img {
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.cf-bm-dose-wrapper .dose-inner  .dose-items .dose-item .dose-img:hover img{
  transform: scale(1.1);
}
.cf-bm-dose-wrapper .dose-inner .dose-items .dose-item .dose-content {
    text-align: center;
    margin-top: 20px;
}
.cf-bm-dose-wrapper .dose-inner  .dose-head {
    margin-bottom: 40px;
}   
.cf-bm-dose-wrapper .dose-inner  .dose-items .dose-item  .dose-content h3 {
    margin: 0;
    font-size: 28px;
    line-height: 36px;
    color: #000;
}
.cf-bm-dose-wrapper .dose-inner .dose-items .dose-item .dose-content span {
    font-size: 16px;
    display: block;
    line-height: 26px;
    margin-top: 10px;
}
@media(max-width:1199px){
    .cf-bm-dose-wrapper .dose-inner .dose-items {
        gap: 30px;
    }
    .cf-bm-dose-wrapper .dose-inner .dose-items .dose-item {
        max-width: calc(25% - 23px);
    }
}
@media(max-width:1023.98px){
    .cf-bm-dose-wrapper {
        padding: 60px 0;
    }
    .cf-bm-dose-wrapper .dose-inner .dose-head h2 {
    font-size: 36px;
    line-height: 46px;
}
}
@media(max-width:991.98px){
    .cf-bm-dose-wrapper .dose-inner .dose-items .dose-item {
        max-width: calc(50% - 15px);
        width: 100%;
    }
    .cf-bm-dose-wrapper .dose-inner .dose-items {
        max-width: 600px;
        width: 100%;
        margin: auto;
    }
    .cf-bm-dose-wrapper .dose-inner .dose-items .dose-item .dose-img{
        border: 6px solid #121212;
    }
    
}
@media(max-width:767.98px){
    .cf-bm-dose-wrapper .dose-inner .dose-head h2 {
      font-size: 28px;
      line-height: 38px;
    }
    .cf-bm-dose-wrapper .dose-inner .dose-items {
      gap: 20px;
    }
    .cf-bm-dose-wrapper .dose-inner .dose-items .dose-item {
      max-width: calc(50% - 10px);
      width: 100%;
    }
    .cf-bm-dose-wrapper {
        padding: 50px 0;
    }
    .cf-bm-dose-wrapper .dose-inner .dose-items .dose-item .dose-content span {
        font-size: 14px;
        display: block;
        line-height: 20px;
        margin-top: 0;
    }
    .cf-bm-dose-wrapper .dose-inner .dose-items .dose-item .dose-content h3 {
        font-size: 22px;
        line-height: 32px;
    }
}
.cf-dp-faq-section p {
      text-transform: uppercase;
      font-weight: 500;
      font-size: 12px;
      line-height: 15px;
      padding-bottom: 8px;
      margin: 0;
      letter-spacing: 1.6px;
      text-align: center;
  }
  .cf-dp-faq-section h2 {
    font-size: 40px;
    line-height: 52px;
    text-align: center;
    margin: 10px 0 30px;
  }

  .cf-dp-faq-section .faq-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
  }

  .cf-dp-faq-section .faq-column {
    flex: 1;
    min-width: 300px;
  }

  .cf-dp-faq-section .faq-item {
    background: #1212120f;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .cf-dp-faq-section .faq-question {
      font-weight: 600;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 10px;
      color: #000;
      font-size: 16px;
      line-height: 26px;
  }
  .cf-dp-faq-section .plus-icon svg {
    width: 24px;
    height: 25px;
    transition: transform 0.3s ease;
  }
  .cf-dp-faq-section span.plus-icon {
    height: 25px;
  }
  .cf-dp-faq-section .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height .4s ease,opacity .4s ease;
      opacity: 0;
      font-size: 14px;
      line-height: 22px;
  }
  .cf-dp-faq-section .faq-item.active .faq-answer {
      max-height: 300px;
      opacity: 1;
  }
  .faq-columns .faq-column .faq-item:last-child {
        margin-bottom: 0;
    }
  @media(max-width:1023.98px){
    .cf-dp-faq-section h2 {
      font-size: 36px;
      line-height: 46px;
  }
  }
  @media (max-width: 767px) {
    .cf-dp-faq-section .faq-columns {
      flex-direction: column;
    }
    .cf-dp-faq-section .faq-column {
      width: 100%;
    }
      .cf-dp-faq-section h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .cf-dp-faq-section .faq-columns {
        gap: 0;
    }
    .faq-columns .faq-column:first-child .faq-item:last-child {
        margin-bottom: 20px;
    }
    .faq-columns .faq-column:last-child .faq-item:last-child {
        margin-bottom: 0;
    }
  }
footer.cf-dp-footer {
    position: relative;
    color: #fff;
    background: linear-gradient(92deg,#121212 50%,#000);
    padding: 80px 0 20px;
}
  footer.cf-dp-footer .page-width {
    position: relative;
    z-index: 1;
}
  footer.cf-dp-footer:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/cdn/shop/files/bgpath.png?v=1760328049);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.4;
    z-index: 0;
}
  .cf-dp-footer .footer-col.left .logo_wrapper img{
        height: 100%;
        width: 100%;
        max-width: 150px;
  }
  .cf-dp-footer li {
    list-style: none;
    
}
.cf-dp-footer .policy_wrapper li{
    width: 100%;
}
  .cf-dp-footer li a{
    text-decoration: none;
    color: #fff
  }
  .cf-dp-footer .footer-col {
    width: calc(33.33% - 32px);
}
  .cf-dp-footer .footer-col.left .social_wrapper ul li svg {
      width: 20px;
  }
  .cf-dp-footer .footer-col.left .social_wrapper ul li svg path{
    fill: #fff
  }
  .cf-dp-footer ul{
    padding: 0;
    margin: 0
  }
 .cf-dp-footer .footer_wrapper {
    display: flex;
    gap: 48px;
    justify-content: space-between;
    flex-wrap: wrap;
}
  .cf-dp-footer .footer_wrapper p, .cf-dp-footer .footer_wrapper a {
      font-size: 15px;
      line-height: 24px;
  }
.cf-dp-footer .footer_wrapper .footer-col.footer-col.right .footer-updated__message {
    border-radius: 8px;
    font-size: 14px;
    margin-top: 20px;
    text-align: right;
}
  .cf-dp-footer .footer_wrapper .footer-col.footer-col.right .policy_wrapper ul {
      display: flex;
      flex-wrap: wrap;
      column-gap: 20px;
      row-gap: 10px;
  }
  .cf-dp-footer .footer_wrapper .footer-col.footer-col.left .social_wrapper ul {
      display: flex;
      align-items: center;
      gap: 10px;
      margin: 40px 0 0;
  }
  .cf-dp-footer .footer_wrapper .footer-col.footer-col.left .social_wrapper ul li a{
        height: 35px;
        width: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all .3s;
        border: 1px solid rgba(255, 255, 255, 0.3);
        padding: 5px;
        border-radius: 50%;
  }
  .cf-dp-footer .footer_wrapper .footer-col.footer-col.left .social_wrapper ul li a:hover{
        border: 1px solid #fff;
  }
  .cf-dp-footer .copyright {
      font-size: 15px;
      text-align: center;
      margin: 70px 0 0 0;
      border-top: 1px solid #ffffff24;
      padding-top: 20px;
  }
  .cf-dp-footer  .copyright a{
    text-decoration: none;
    color: #fff;
  }
  .cf-dp-footer .footer_wrapper .footer-col.footer-col.center .footer-menu ul {
      display: flex;
      flex-direction: column;
      gap: 16px;
  }
  .cf-dp-footer .footer_wrapper .footer-col.footer-col.center .footer-menu ul li a:hover,.cf-dp-footer .footer_wrapper .footer-col.footer-col.right .policy_wrapper ul li a:hover{
    text-decoration: underline;
  }
  .cf-dp-footer .footer_wrapper a{
    display: inline-block
  }

  @media(max-width:1023px){
    .cf-dp-footer .footer-col {
        width: calc(50% - 24px);
        text-align: left;
    }
    .cf-dp-footer .footer_wrapper .footer-col.footer-col.right .footer-updated__message {
        text-align: left;
    }
    footer.cf-dp-footer{
      padding: 60px 0 20px;
    }
  }
  @media(max-width:767px){
    .cf-dp-footer .footer-col {
        width: 100%;
    }
    .cf-dp-footer .footer_wrapper .footer-col.footer-col.left .social_wrapper ul{
      margin: 20px 0 0;
    }
    .cf-dp-footer .copyright {
        margin: 30px 0 0;
    }
    footer.cf-dp-footer{
      padding: 50px 0 20px;
    }
    .cf-dp-footer .footer_wrapper{
      gap: 0;
    }
    .cf-dp-footer .footer-menu {
        padding-top: 40px;
    }
    .cf-dp-footer .footer_wrapper .footer-col.footer-col.center .footer-menu ul {
        gap: 10px;
    }
    .cf-dp-footer .footer_wrapper .policy_wrapper{
      padding-top: 10px;
    }
  }
  /* newsletter */

  .footer-block--newsletter .newsletter-form__field-wrapper .field:after, .footer-block--newsletter .newsletter-form__field-wrapper .field:before{
    content: unset;
  }
   .footer-block--newsletter{
    padding: 80px 20px;
   }
   .newsletter-form__field-wrapper .field .field__label{
    top: unset
   }
   .newsletter-form__field-wrapper .field button{
    cursor: pointer;
   }
   
  .footer-block--newsletter .briodose-newsletter-content {
    position: relative;
    margin: 0 auto 20px;
    max-width: 700px;
    text-align: center;
}
  .footer-block--newsletter .briodose-newsletter-content .briodose-newsletter-caption{
    font-size: 1.2rem;
    letter-spacing: .16rem;
    color: var(--color-121212);
    margin: 0 0 15px;
    text-transform: uppercase;
  }
  .footer-block--newsletter .briodose-newsletter-content .briodose-newsletter-heading{
    font-size: calc(var(--font-heading-scale) * 4rem);
    color: var(--color-121212);
    margin: 0 0 20px;
  }
  .footer-block--newsletter .briodose-newsletter-content .briodose-newsletter-text{
    font-size: 1.6rem;
    color: var(--color-121212);
    margin: 0 0 25px;
  }
  @media(max-width:1023px){
    .footer-block--newsletter .briodose-newsletter-content .briodose-newsletter-heading{
      font-size: 36px;
      line-height: 45px;
    }
    .footer-block--newsletter{
    padding: 60px 20px;
   }
  }
  @media(max-width:767px){
    .footer-block--newsletter .briodose-newsletter-content .briodose-newsletter-heading{
      font-size: 28px;
      line-height: 38px;
    }
    .newsletter-form__field-wrapper .field{
      flex-direction: column;
    }
    .newsletter-form__field-wrapper .field .field__label {
        top: 20px;
    }
    .footer-block--newsletter{
    padding: 50px 20px;
   }
  }
.cf-dp-health-section{
    padding: 80px 0;
}
.cf-dp-health-section .health-content_wrapper{
    display: flex;
    gap: 60px;
}
.cf-dp-health-section .health-content_wrapper .health-left .image-wrapper img {
    height: 100%;
    width: 100%;
    display: block;
    border-radius: 16px;
}
.cf-dp-health-section .health-content_wrapper .health-right {
    width: calc(50% - 15px);
}
.cf-dp-health-section .health-content_wrapper .health-left {
    width: calc(50% - 15px);
}
.cf-dp-health-section .health-content_wrapper .health-right p.tags {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    padding-bottom: 8px;
    margin: 0;
    letter-spacing: 1.6px;
}
.cf-dp-health-section .health-content_wrapper .health-right h2 {
    font-size: 40px;
    line-height: 52px;
    font-weight: 400;
    padding-bottom: 0;
    margin: 10px 0 0;
}                                                                     
.cf-dp-health-section .health-content_wrapper .health-right p.description {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}
.cf-dp-health-section .health-content_wrapper .health-right .info-box {
    display: flex;
    gap: 30px;
    background: #eeeae7;
    padding: 20px;
    border-radius: 12px;
    margin-top: 30px;
}

.cf-dp-health-section .health-content_wrapper .health-right .info-box .flavor ul li {
    background: url('/cdn/shop/files/check.svg?v=1760079989');
    background-repeat: no-repeat;
    background-position-y: center;
    padding-left: 28px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 6px;
    line-height: 1;
}
.cf-dp-health-section .health-content_wrapper .health-right .info-box .flavor, .cf-dp-health-section .health-content_wrapper .health-right .info-box .feeling{
    flex: 1 1 50%;
}

.cf-dp-health-section .health-content_wrapper .health-right .info-box h4{
    margin: 0 0 10px;
    font-size: 24px;
    text-transform: uppercase;
}

.cf-dp-health-section .health-content_wrapper .health-right .info-box .feeling p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
}

.cf-dp-health-section .health-content_wrapper .health-right .info-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cf-dp-health-section .health-content_wrapper .health-right .features {
    display: flex;
    justify-content: center;
    gap: 32px;
    text-align: center;
    margin-top: 42px;
}

.cf-dp-health-section .health-content_wrapper .health-right .features .feature img {
    width: 44px;
    height: 44px;
    margin-bottom: 0;
}

.cf-dp-health-section .health-content_wrapper .health-right .features .feature p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 24px;
}

.cf-dp-health-section .health-content_wrapper .health-right .ingredients_wrapper {
    display: flex;
    flex-direction: column-reverse;
    margin: 30px 0 0;
    row-gap: 30px;
}
.cf-dp-health-section .health-content_wrapper .health-right .ingredients_wrapper .ingredients p{
    margin: 0;
}

/* modal */
.cf-dp-js-modal-overlay.overlay-open {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .7;
	display: block !important;
	z-index: 49999;
}
.cf-dp-js-modal.modal-open {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1) rotateY(0);
    z-index: 99999;
    width: 100%;
    max-width: 500px;
    text-align: center;
    padding: 20px;
}
.cf-dp-js-modal.modal-open .js-modal-close {
	display: flex;
}
.cf-dp-js-modal .js-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    display: none;
    width: 30px;
    height: 30px;
    background-color: #fff;
    z-index: 1;
}
.cf-dp-js-modal img {
    display: inline-block;
    vertical-align: middle;
    max-width: 500px;
    width: 100%;
    height: auto;
}
.cf-dp-js-modal {
	display: none;
}
.overflow-hidden{
    overflow: hidden;
}
.ingredients_wrapper .btn_wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

@media(max-width:1199px){
  .cf-dp-health-section .health-content_wrapper .health-right .features .feature img {
      width: 30px;
      height: 30px;
  }
  .cf-dp-health-section .health-content_wrapper .health-right .features .feature p {
    font-size: 14px;
    text-align: left;
  }
  .cf-dp-health-section .health-content_wrapper .health-right .features {
    gap: 16px;
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: left;
  }
  .cf-dp-health-section .health-content_wrapper {
    gap: 30px;
  }
 .cf-dp-health-section .health-content_wrapper .health-right .features .feature {
    max-width: calc(33.33% - 11px);
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
}

.cf-dp-health-section .health-content_wrapper .health-right .ingredients_wrapper {
    margin: 20px 0 0;
}
}

@media(max-width:1023.98px){
  .cf-dp-health-section .health-content_wrapper .health-right h2 {
      font-size: 36px;
      line-height: 46px;
      margin: 10px 0 0;
  }
  .cf-dp-health-section .health-content_wrapper .health-right .features .feature {
      max-width: calc(50% - 8px);
  }
  .cf-dp-health-section {
      padding: 60px 0;
  }
}
@media(max-width:991px){
  
  .cf-dp-health-section .health-content_wrapper .health-right,.cf-dp-health-section .health-content_wrapper .health-left {
      width: 100%;
  }
  .cf-dp-health-section .health-content_wrapper .health-left .image-wrapper{
      display: flex;
      justify-content: center;
  }
}
@media(max-width:767.98px){
  .cf-dp-health-section .health-content_wrapper {
      flex-direction: column;
      align-items: center;
  }
  .cf-dp-health-section {
      padding: 50px 0;
  }
   .cf-dp-health-section .health-content_wrapper .health-right h2 {
      font-size: 28px;
      line-height: 38px;
  } 
}
.cf-dp-hero-section {
        position: relative;
        background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(188, 192, 214, 1) 35%, rgba(190, 212, 229, 1) 100%);
    }
    .cf-dp-hero-section .hero-image img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .cf-dp-hero-section a {
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 50px 20px;
    }
    .cf-dp-hero-section .hero-content,.cf-dp-hero-section .hero-image {
        max-width: 50%;
        width: 100%;
    }
    .cf-dp-hero-section .hero-content{
      margin-left: calc(50% - 600px);
    }
    .cf-dp-hero-section .hero-content h3 {
        font-size: 22px;
        margin: 0;
        letter-spacing: 2px;
    }
    .cf-dp-hero-section .hero-content h1 {
        font-size: 70px;
        line-height: 80px;
        margin: 15px 0;
    }
    .cf-dp-hero-section .hero-content p {
        color: #121212;
        font-size: 16px;
        line-height: 24px;
    }
    .cf-dp-hero-section .hero-content .btn {
        margin: 30px 0 0;
        cursor: pointer;
    }
    @media(max-width:1240px){
      .cf-dp-hero-section .hero-content {
          margin-left: 0;
      }
    }
    @media(max-width:1023px){
      .cf-dp-hero-section .hero-content h1 {
          font-size: 50px;
          line-height: 60px;
      }
    }
    @media(max-width:767px){
      .cf-dp-hero-section .hero-content h1 {
          font-size: 40px;
          line-height: 50px;
      }
      .cf-dp-hero-section a {
          flex-direction: column-reverse;
          row-gap: 20px;
      }
      .cf-dp-hero-section .hero-content, .cf-dp-hero-section .hero-image {
          max-width: 100%;
      }
      .cf-dp-hero-section .hero-content .btn {
          margin: 10px 0 0;
      }
    }
.cf-bm-better-wrapper {
    position: relative;
    overflow: hidden;
}
  .cf-bm-better-wrapper .better-inner {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.cf-bm-better-wrapper .better-head span {
    font-family: var(--font-heading-family);
        font-size: 40px;
}
.cf-bm-better-wrapper .better-head {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 28px;
    right: 0;
    top: 44px;
    z-index: 2;
}
.cf-bm-better-wrapper .better-head h2 {
    color: #fff;
    margin: 0;
    text-align: center;
    mix-blend-mode: exclusion;
    font-size: 40px;
}
.cf-bm-better-wrapper .better-head h2:last-child {
    color: var(--color-121212);
}
.cf-bm-better-wrapper .better-head span {
    font-family: var(--font-heading-family);
    font-size: 40px;
    width: 60px;
    height: 60px;
    background: #fff;
    border: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 10px;
    color: #121212;
}
  .cf-bm-better-wrapper .better-inner .cur-content .cur-img img,
  .cf-bm-better-wrapper .better-inner .better-content .better-img img  {
      max-width: 320px;
      width: 100%;
      display: block;
  }
  .cf-bm-better-wrapper .better-inner .better-content, .cf-bm-better-wrapper .better-inner .cur-content {
      max-width: 50%;
      width: 100%;
      padding: 140px 80px 80px;
  }
  .cf-bm-better-wrapper .better-inner .cur-content {
      background: #121212;
      background-size: cover;
      background-repeat: no-repeat;
      position: relative;
      z-index: 1;
  }
  .cf-bm-better-wrapper .better-inner .cur-content:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url(../assets/bg-mushroom-pattern.png);
      background-size: cover;
      opacity: 0.4;
  }
  .cf-bm-better-wrapper .better-inner .better-content {
      background: url(../assets/ingredients-bg.png);
  }
  .cf-bm-better-wrapper .better-inner .cur-content .cur-text h3 {
        font-size: 24px;
        line-height: 32px;
        color: var(--color-121212);
        margin: 0 0 16px;
        background: var(--color-FFFFFF);
        padding: 10px;
        border-radius: 10px 10px 0 0;
    }
  .cf-bm-better-wrapper .better-inner .better-content .better-text h3 {
    font-size: 24px;
    line-height: 32px;
    color: var(--color-FFFFFF);
    margin: 0 0 16px;
    background: var(--color-121212);
    padding: 10px;
    border-radius: 10px 10px 0 0;
  }
  .cf-bm-better-wrapper .better-inner .cur-text ul li img, 
  .cf-bm-better-wrapper .better-inner .better-text ul li img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.cf-bm-better-wrapper .better-inner .cur-text ul li {
    color: var(--color-FFFFFF);
    font-size: 16px;
    display: flex;
    align-items: center;
    border: 1px solid;
    margin-bottom: 10px;
    padding: 10px;
}
.cf-bm-better-wrapper .better-inner .cur-text ul li:last-child, 
 .cf-bm-better-wrapper .better-inner .better-text ul li:last-child {
    border-radius: 0 0 10px 10px;
}
  .cf-bm-better-wrapper .better-inner .better-text ul li {
      color: var(--color-121212);
    font-size: 16px;
    display: flex;
    align-items: center;
    border: 1px solid;
    margin-bottom: 10px;
    padding: 10px;

  }
  .cf-bm-better-wrapper .better-inner .cur-inner,
  .cf-bm-better-wrapper .better-inner .better-co-inner {
      max-width: 550px;
      width: 100%;
      margin: auto;
      position: relative;
      z-index: 1;
      text-align: center;
  }
  .cf-bm-better-wrapper .better-inner .cur-img, .cf-bm-better-wrapper .better-inner .better-img {
        display: flex;
        justify-content: center;
        margin-bottom: 50px;
    }
  .cf-bm-better-wrapper .better-inner ul {
      list-style: none;
      padding: 0;
      margin: 0;
  }
  .cf-bm-better-wrapper .briodose-benefits-cta {
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0);
      z-index: 9;
      bottom: 40px;
      display: none;
  }
  @media(max-width:1199.98px){
    .cf-bm-better-wrapper .better-inner .better-content, .cf-bm-better-wrapper .better-inner .cur-content {
      padding: 140px 40px 60px;
    }
    .cf-bm-better-wrapper .better-inner .cur-content .cur-img img, .cf-bm-better-wrapper .better-inner .better-content .better-img img {
        max-width: 260px;
    }
  }
  @media(max-width:1023px){
    .cf-bm-better-wrapper .better-head h2, 
    .cf-bm-better-wrapper .better-head span {
      font-size: 36px;
      line-height: 46px;
    }
    .cf-bm-better-wrapper .better-inner .better-content .better-text h3, 
    .cf-bm-better-wrapper .better-inner .cur-content .cur-text h3{
      font-size: 20px;
    }
    .cf-bm-better-wrapper .better-inner .better-text ul li, 
    .cf-bm-better-wrapper .better-inner .cur-text ul li {
      font-size: 14px;
    }
  }

  @media(max-width:767.98px){
    .cf-bm-better-wrapper .better-head h2, 
    .cf-bm-better-wrapper .better-head span {
      font-size: 28px;
      line-height: 38px;
    }
    .cf-bm-better-wrapper .better-inner .better-content, .cf-bm-better-wrapper .better-inner .cur-content {
      max-width: 100%;
    }
    .cf-bm-better-wrapper .better-inner .better-content {
        padding: 50px 20px;
    }
    .cf-bm-better-wrapper .better-inner .cur-content {
        padding: 140px 20px 50px 20px;
    }
    .cf-bm-better-wrapper .better-head h2:last-child {
      color: var(--color-FFFFFF);
    }
    .cf-bm-better-wrapper .better-head span {
        width: 50px;
        height: 50px;
    }
    .cf-bm-better-wrapper .better-head {
        left: 0;
        right: 0;
        padding: 0 20px;
        top: 44px;
    }
  }
.template-404 .footer-block--newsletter{
    display: none;
  }

  .template-404 .title + * {
    margin-top: 1rem;
  }

  .template-404 p {
    font-size: 25px;
  }

  .template-404 .title{
    font-size: 48px;
    line-height: 52px;
  }

  @media (max-width: 767px) {
    .template-404 .title{
      font-size: 35px;
      line-height: 38px;
    }
  }

  @media screen and (min-width: 750px) {
    .template-404 .title + * {
      margin-top: 2rem;
    }
  }
.collection-list {
    margin-top: 0;
    margin-bottom: 0;
    padding: 36px 0 !important;
    justify-content: center;
}

.collection-list .collection-list__item {
  max-width: 500px !important;
  width: 100% !important;
  display: block;
}

.collection-list .collection-list__item .card-wrapper,
.collection-list .collection-list__item .card {
  width: 100%;
  max-width: 100%;
  border-radius: 16px !important;
  overflow: hidden;
  border: 1px solid #000;
}

.collection-list__item .card__media img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.collection-list .card__content .card__information{
  padding-left: 17px !important;
}

.collection-list .card__content .card__information .card__heading a {
  font-size: 31px;
}

.collection-list .card__content .card__information .card__heading a .icon-wrap svg{
  width: 24px;
}

@media (max-width: 1024px) {
  .collection-list__item {
    max-width: 400px !important;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .collection-list__item {
    max-width: 100% !important;
    width: 100%;
  }

  .collection-list .card__content .card__information .card__heading a {
    font-size: 20px;
  }
}
.product__info-wrapper .product__text {
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 8px;
}
.product__info-wrapper .product__text.subtitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: var(--color-121212);
    text-align: left;
}
.product__info-wrapper .product__title h1 {
    font-size: 48px;
    line-height: 50px;
    font-weight: 400;
    padding-bottom: 0;
    margin: 10px 0 0;
}
.product__info-wrapper .product__description {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}
.product__info-wrapper .product-form__submit , .product__info-wrapper shopify-buy-it-now-button button{
    height: 65px;
    color: #121212;
    border-color: #121212;
    padding: 0 36px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    align-items: center;
    display: inline-flex;
    text-decoration: none;
    justify-content: center;
    transition: all .6s ease;
    border: 2px solid #121212;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.product__info-wrapper .product-form__submit:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: -1;
    transition: all .5s;
}
.product__info-wrapper .product-form__submit:hover:after , .product__info-wrapper shopify-buy-it-now-button button:hover:after{
      transform: translateY(107%);
}
.product__info-wrapper .product-form__submit::before , .product__info-wrapper shopify-buy-it-now-button button::before{
  display: none;
}
.product__info-wrapper shopify-buy-it-now-button button{
  color: #ffffff;
}
.product__info-wrapper .product-form__submit:hover {
    color: #ffffff;
    background: #121212;
}
.product__info-wrapper shopify-buy-it-now-button button:after {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-121212);
    z-index: -1;
    transition: all .5s;
}
.product__info-wrapper shopify-buy-it-now-button button:hover {
    color: #121212;
   background-color: unset !important;
}

@media(max-width:767px){
  .product__info-wrapper .product-form__submit , .product__info-wrapper shopify-buy-it-now-button button{
    height: 55px;
  }
  .product__info-wrapper .product__title h1 {
    font-size: 36px;
    line-height: 38px;
  }

  /* .health-content_wrapper .ingredients_wrapper .btn_wrapper{
    display: flex;
    justify-content: center;
  } */
}
.newsletter-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
  }
  .newsletter-popup.show-newsletter {
    opacity: 1;
    visibility: visible;
  }
  
  .newsletter-popup .popup-inner {
    background: var(--bg-color, #fff);
    color: inherit;
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    min-height: 430px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    transform: translateY(-100px);
    transition: all 0.5s ease-in-out;
  }
  .newsletter-popup.show-newsletter .popup-inner{
    transform: translateY(0);
  }

  .newsletter-popup .popup-image {
    max-width: 300px;
    width: 100%;
  }

  .newsletter-popup .popup-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .newsletter-popup .popup-content {
    width: calc(100% - 300px);
    padding: 60px 30px;
    text-align: center;
    display: flex;
    align-items: center;
  }
  .newsletter-popup .popup-content .popup-form{
    display: flex;
  }

  .newsletter-popup .popup-content h2 {
    margin: 0 0 20px;
    font-size: 30px;
    color: var(--color-000000);
  }

  .newsletter-popup .popup-content p {
    margin: 0 auto 20px;
    max-width: 300px;
    color: var(--color-000000);
    font-size: 16px;
    line-height: 24px;
  }

  .newsletter-popup .popup-input {
    width: 100%;
    min-height: 65px;
    padding: 1.5rem;
    margin-right: 10px !important;
    border: 2px solid #121212;
    border-radius: 8px;
    color: rgb(var(--color-foreground));
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
  }
  
  .newsletter-popup .popup-close {
    position: absolute;
    top: -10px;
    right: -10px;
    background: none;
    border: none;
    cursor: pointer;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    fill: #000;
    color: #000;
    justify-content: center;
    z-index: 1;
    background: #fff;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .newsletter-popup .popup-close svg {
    width: 16px;
    min-width: 16px;
    height: 16px;
  }
  @media (max-width: 1023px) {
    .newsletter-popup .popup-content .popup-form{
      display: flex;
      flex-wrap: wrap;
    }
    .newsletter-popup .popup-content .popup-form {
      justify-content: center;
    }
    .newsletter-popup .popup-input {
      margin-right: 0 !important;
      margin-bottom: 10px !important;
      
    }
  }
  @media (max-width: 767px) {
    .newsletter-popup .popup-inner{
      max-width: 360px;
    }
    .newsletter-popup .popup-image {
      max-width: 100%;
      height: 310px;
      display: none;
    }
    .newsletter-popup .popup-close {
      color: #000;
      font-size: 24px;
    }
    .newsletter-popup .popup-content {
      width: 100%;
    }
  }
.cf-dp-privacy-policy {
  padding: 80px 0 ;
}
.cf-dp-privacy-policy ul{
  padding-left: 20px;
}
.cf-dp-privacy-policy a{
  color: #121212;
}
.cf-dp-privacy-policy .privacy-heading {
    font-size: 36px;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.cf-dp-privacy-policy .privacy-heading:first-child{
  margin-top: 0;
}
.cf-dp-privacy-policy .privacy-subheading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.cf-dp-privacy-policy .privacy-paragraph {
  font-size: 16px;
  line-height: 24px;
}

.cf-dp-privacy-policy .privacy-paragraph p{
    margin: 0 0 15px;
}
.page-page-privacy-policy .footer-block--newsletter, .page-page-refund-policy .footer-block--newsletter, .page-page-terms-of-sale .footer-block--newsletter{
  display: none;
}
@media(max-width:1023px){
  .cf-dp-privacy-policy{
    padding: 60px 0 ;
  }
}
@media(max-width:767px){
    .cf-dp-privacy-policy .privacy-heading {
        font-size: 22px;
        line-height: 32px;
    }
    .cf-dp-privacy-policy .privacy-subheading{
        font-size: 18px;
        line-height: 22px;
    }
    .cf-dp-privacy-policy{
      padding: 50px 0 ;
    }
}
.cf-bm-product-benefits {
        padding: 80px 0;
    }
    .cf-bm-product-benefits .benefits-head h2 {
        font-size: 40px;
        margin: 0;
    }
    .cf-bm-product-benefits .benefits-inner {
        display: flex;
        gap: 120px;
        align-items: center;
    }
    .cf-bm-product-benefits .benefits-inner .benefits-content {
        max-width: 75%;
        width: 100%;
    }
    .cf-bm-product-benefits .benefits-inner .benefits-img {
        max-width: 25%;
        width: 100%;
    }
    
    .cf-bm-product-benefits .benefits-inner .benefit {
        max-width: calc(33.33% - 14px);
        width: 100%;
        display: flex;
        gap: 10px;
        align-items: center;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.8));
        border-radius: 12px;
        padding: 12px 14px;
        min-width: 140px;
        border:1px solid #121212;
        box-shadow: 0 6px 18px rgba(60, 40, 20, 0.06);
        transition:all 0.5s;
    }
    .cf-bm-product-benefits .benefits-inner div#benefits {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .cf-bm-product-benefits .benefits-inner .benefit .icon img {
        width: 100%;
        max-width: 30px;
    }
    .cf-bm-product-benefits .benefits-inner .benefit .icon {
        width: 30px;
        min-width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        background: #000;
        padding: 7px;
        border-radius: 5px;
    }
    .cf-bm-product-benefits .benefits-inner .benefit .benefit-text {
        font-size: 16px;
        line-height: 24px;
        color: var(--color-121212);
    }
    .cf-bm-product-benefits .benefits-inner .benefits-img img {
        width: 100%;
    }
    .cf-bm-product-benefits .benefits-inner .benefits-content {
        max-width: 75%;
        width: 100%;
        margin-left: calc(50% - 592px);
    }
    .cf-bm-product-benefits .benefits-inner .benefit:hover {
        transform: translateY(-6px) scale(1.02);
        box-shadow: 0 18px 36px rgba(60,40,20,0.12);
    }
    .cf-bm-product-benefits .benefits-inner .benefits-head {
      margin-bottom: 30px;
    }
    .cf-bm-product-benefits .benefits-inner .benefits-head span{
      font-weight: 500;
      font-size: 12px;
      line-height: 15px;
      letter-spacing: 1.6px;
    }
    .cf-bm-product-benefits .benefits-inner .benefits-head h2{
      font-size: 40px;
      line-height: 52px;
      font-weight: 400;
    }
    .cf-bm-product-benefits .benefits-inner .benefits-head p{
      font-size: 16px;
      line-height: 28px;
      font-weight: 400;
    }
    @media(max-width:1300.98px){
        .cf-bm-product-benefits .benefits-inner {
            display: flex;
            gap: 50px;
            align-items: center;
        }
        .cf-bm-product-benefits .benefits-inner .benefits-content {
            margin-left: 16px;
        }
    }
    @media(max-width:1199.98px){
        .cf-bm-product-benefits {
            padding: 60px 0;
        }
        .cf-bm-product-benefits .benefits-inner .benefit {
            max-width: calc(50% - 10px);
        }
        .cf-bm-product-benefits .benefits-inner .benefits-content {
            max-width: 60%;
        }
        .cf-bm-product-benefits .benefits-inner .benefits-img {
            max-width: 40%;
        }
    }
    @media(max-width:1023px){
      .cf-bm-product-benefits .benefits-inner .benefits-head h2{
        font-size: 36px;
        line-height: 46px;
      }
      .cf-bm-product-benefits .benefits-inner div#benefits {
        gap: 10px;
      }
      .cf-bm-product-benefits .benefits-inner .benefits-content{
        margin-left: 20px;
      }
      .cf-bm-product-benefits .benefits-inner {
        gap: 30px;
      }
      .cf-bm-product-benefits .benefits-inner .benefit {
        max-width: calc(50% - 5px);
      }
    }
    @media(max-width:767.98px){
        .cf-bm-product-benefits .benefits-inner .benefits-head h2 {
          font-size: 28px;
          line-height: 38px;
        }
        .cf-bm-product-benefits .benefits-inner .benefit{
            flex-direction: column;
            align-items: start;
        }
        .cf-bm-product-benefits .benefits-inner .benefit .benefit-text {
            font-size: 14px;
            line-height: 22px;
        }
        .cf-bm-product-benefits .benefits-inner .benefits-img, .cf-bm-product-benefits .benefits-inner .benefits-content {
            max-width: 100%;
        }
        .cf-bm-product-benefits .benefits-inner .benefits-content{
          margin: 0;
          padding: 0 20px;
        }
        .cf-bm-product-benefits .benefits-inner .benefits-content {
            order: 1;
        }
        .cf-bm-product-benefits .benefits-inner {
            flex-wrap: wrap;
        }
        .cf-bm-product-benefits .benefits-inner .benefits-img {
            text-align: right;
            order: 0;
        }
        .cf-bm-product-benefits .benefits-inner .benefits-img img {
            width: 100%;
            max-width: 450px;
        }
    }
.cf-jc-review-section {
    text-align: center;
    /* background-color: #fffaf3; */
    /* padding: 0px 20px 80px; */
    overflow: hidden;
    position: relative;
  }
  .cf-jc-review-section:before{
      content: "";
      position: absolute;
      z-index: 1;
      bottom: 0;
      left: 0;
      pointer-events: none;
      background-image: linear-gradient(to right, #ffffff 20%, rgb(255 255 255 / 0%) 100%);
      width: 25%;
      height: 100%;
  }
  .cf-jc-review-section:after{
      content: "";
      position: absolute;
      z-index: 1;
      bottom: 0;
      right: 0;
      pointer-events: none;
      background-image: linear-gradient(to left, #ffffff 20%, rgb(255 255 255 / 0%) 100%);
      width: 25%;
      height: 100%;
  }
  .cf-jc-review-section .review-subtitle {
      text-transform: uppercase;
      font-weight: 500;
      font-size: 12px;
      line-height: 15px;
      padding-bottom: 8px;
      margin: 0;
      letter-spacing: 1.6px;
  }

  .cf-jc-review-section .review-title {
      font-size: 40px;
      line-height: 52px;
      font-weight: 400;
      padding-bottom: 0;
      margin: 10px 0 0;
  }

  .cf-jc-review-section .review-desc {
    max-width: 600px;
    margin: 16px auto 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }

  .cf-jc-review-section .review-stars {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .review-slider-wrapper{
    position: relative;
  }
  .cf-jc-review-section .review-slider {
    max-width: 45%;
    margin: auto;
    position: initial;
  }
  .cf-jc-review-section .review-slider .splide__track{
    overflow: visible;
  }
  .cf-jc-review-section .splide__slide.review-card {
    border: 2px solid var(--color-121212);
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    padding: 0;
  }

  .cf-jc-review-section .splide__slide.review-card .review-inner {
    display: flex;
    text-align: left;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
  }

  .cf-jc-review-section .splide__slide.review-card .review-inner .review-img {
      min-width: 300px;
      height: auto;
      object-fit: cover;
      display: block;
  }

  .cf-jc-review-section .splide__slide.review-card .review-inner .review-content {
      padding: 50px 30px;
  }

  .cf-jc-review-section .splide__slide.review-card .review-inner .review-content h3 {
      font-weight: 400;
      font-size: 24px;
      line-height: 30px;
      margin: 10px 0;
  }

  .cf-jc-review-section .splide__slide.review-card .review-inner .review-content p {
      font-size: 18px;
      line-height: 25px;
  }

  .cf-jc-review-section .splide__slide.review-card .review-inner .review-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    font-size: 13px;
  }

  .cf-jc-review-section .splide__slide.review-card .review-inner .review-footer .verified {
    background: #1212120f;
    padding: 4px 8px;
    border-radius: 20px;
    font-weight: 600;
  }

  .cf-jc-review-section .cta-btn {
    margin-top: 30px;
  }
  .cf-jc-review-section .guarantee {
    font-size: 14px;
    margin: 10px 0 0;
}
  /* arrow */

  .cf-jc-review-section .review-slider .splide__arrows .splide__arrow {
      z-index: 2;
      background: transparent;
      opacity: 0;
      transition: all .3s;
  }
  .cf-jc-review-section .review-slider-wrapper .review-slider .splide__arrow.splide__arrow--next {
    right: 10em;
  }
  .cf-jc-review-section .review-slider-wrapper .review-slider .splide__arrow.splide__arrow--prev {
    left: 10em;
  }
  .cf-jc-review-section .review-slider-wrapper:hover .review-slider .splide__arrow {
    opacity: 1;
  }
  .cf-jc-review-section .review-slider-wrapper:hover .review-slider .splide__arrow.splide__arrow--next {
    right: 3em;
  }
  .cf-jc-review-section .review-slider-wrapper:hover .review-slider .splide__arrow.splide__arrow--prev {
    left: 3em;
  }
  .cf-jc-review-section .review-slider .splide__arrows .splide__arrow--next svg {
    transform: scaleX(-1);
  }
  .cf-jc-review-section .review-slider .splide__arrows .splide__arrow--prev svg{
    transform: unset;
  }
  .cf-jc-review-section .review-slider .splide__arrow svg {
      height: 25px;
      width: 25px;
  }
  @media(max-width:1440px){
    .cf-jc-review-section .review-slider {
        max-width: 60%;
    }
  }
  @media(max-width:1200px){
    .cf-jc-review-section .review-slider {
        max-width: 80%;
    }
  }
  @media(max-width:1023px){
    .cf-jc-review-section:before, .cf-jc-review-section:after {
        width: 10%;
    }
    .cf-jc-review-section .splide__slide.review-card .review-inner .review-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .cf-jc-review-section .review-title{
      font-size: 36px;
      line-height: 46px;
    }
    .cf-jc-review-section .splide__slide.review-card .review-inner .review-content p {
        font-size: 16px;
        line-height: 23px;
    }
    .cf-jc-review-section .splide__slide.review-card .review-inner .review-content h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .cf-jc-review-section .splide__slide.review-card .review-inner .review-img {
        min-width: 220px;
        height: 220px;
        border-radius: 50%;
        border: 3px solid #121212;
    }
    .cf-jc-review-section .splide__slide.review-card .review-inner .review-content {
        padding: 0 0 0 30px;
    }
    .cf-jc-review-section .splide__slide.review-card .review-inner {
        align-items: center;
        padding: 20px;
    }
  }
  @media(max-width:767px){
    .cf-jc-review-section{
      padding: 0 20px;
    }
    .cf-jc-review-section .review-slider {
        max-width: 100%;
    }
    .cf-jc-review-section .review-slider .splide__arrows .splide__arrow {
        opacity: 1 !important;
    }
    .cf-jc-review-section .review-slider .splide__arrow svg {
        height: 20px;
        width: 20px;
    }
    .cf-jc-review-section .review-title{
      font-size: 28px;
      line-height: 38px;
    }
     .cf-jc-review-section .review-slider .splide__pagination {
        position: initial;
        margin: 30px 0 0;
    }
    .cf-jc-review-section .review-slider .splide__pagination li{
      display: inline-flex;
      align-items: center;
      justify-items: center;
      margin-right: 5px;
      height: 10px;
      width: 10px;
    }
    .cf-jc-review-section .review-slider .splide__pagination li:last-child{
      margin-right: 0;
    }
    .cf-jc-review-section .review-slider .splide__pagination li .splide__pagination__page{
      margin: 0;
      transform: none;
      mix-blend-mode: exclusion;
      transition: all 0.3s ease-in-out;
    }
    .cf-jc-review-section .review-slider .splide__pagination li .splide__pagination__page.is-active{
      height: 10px;
      width: 10px;
      opacity: 1;
    }
    .cf-jc-review-section:before, .cf-jc-review-section:after {
        content: unset;
    }
  }
  @media(max-width:576px){
    .cf-jc-review-section .splide__slide.review-card .review-inner {
        flex-direction: column;
    }
    .cf-jc-review-section .splide__slide.review-card .review-inner .review-img {
        width: auto;
        height: auto;
    }
    .cf-jc-review-section .splide__slide.review-card .review-inner .review-content {
        padding: 20px 0 0;
        text-align: center;
    }
    .cf-jc-review-section .splide__slide.review-card .review-inner .review-footer {
        align-items: center;
    }
  }
.video-autoplay-section video {
        display: block;
        max-width: 80%;
        margin: auto;
    }
    @media (max-width: 767px) {
        .video-autoplay-section video {
            max-width: 100%;
        }
    }
.cf-dp-you-should-choose-sec .content-col span.tags {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  padding-bottom: 8px;
  margin: 0;
  letter-spacing: 1.6px;
}
.cf-dp-you-should-choose-sec {
  position: relative;
  padding: 80px 0 0;
}
.cf-dp-you-should-choose-sec:after {
  content: '';
  position: absolute;
  background: url('/cdn/shop/files/coffee-beens.png?v=1760427856');
  height: 200px;
  width: 270px;
  bottom: -20px;
  left: -70px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.cf-dp-you-should-choose-sec .content-col h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 400;
  padding-bottom: 0;
  margin: 10px 0 0;
}
.cf-dp-you-should-choose-sec .content-col p.description {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
.cf-dp-you-should-choose-sec .row {
  display: flex;
  align-items: center;
  gap: 50px;
  position: relative;
}
.cf-dp-you-should-choose-sec .row .image-col {
  max-width: 30%;
  width: 100%;
  display: flex;
  justify-content: end;
}
.cf-dp-you-should-choose-sec .row .content-col {
  max-width: 70%;
  width: 100%;
}
.cf-dp-you-should-choose-sec .row .image-col img {
  height: 100%;
  width: 100%;
  max-width: 310px;
  display: block;
  object-fit: contain;
}
@media(max-width:1400px){
  .cf-dp-you-should-choose-sec:after{
    opacity: .3;
  }
}
@media(max-width:1023px){
  .cf-dp-you-should-choose-sec .content-col h2{
    font-size: 36px;
    line-height: 46px;
  }
  .cf-dp-you-should-choose-sec{
    padding: 60px 0 0;
  }
}
@media(max-width:815px){
  .cf-dp-you-should-choose-sec .row{
    align-items: end;
  }
}
@media(max-width:767px){
  .cf-dp-you-should-choose-sec .row {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  .cf-dp-you-should-choose-sec .row .content-col {
    max-width: 100%;
    text-align: center;
  }
  .cf-dp-you-should-choose-sec .content-col h2{
    font-size: 28px;
    line-height: 38px;
  }
  .cf-dp-you-should-choose-sec .row .image-col img {
    max-width: 100%;
  }
  .cf-dp-you-should-choose-sec:after {
    height: 50%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .cf-dp-you-should-choose-sec .row .image-col {
    z-index: 1;
  }
  .cf-dp-you-should-choose-sec{
    padding: 50px 0 0;
  }
}

/* CSS from snippet stylesheet tags */
{% comment %} search css Start {% endcomment %}

.header__search .search-modal__content .search__input {
    background-color: var(--color-FFFFFF) !important;
    color: var(--color-121212) !important;
    height: 50px;
}
.header__search .search-modal__form label.field__label {
    color: var(--color-121212);
}
 .predictive-search .predictive-search__result-group.suggestions-result {
    display: none;
}
 .predictive-search p.predictive-search__item-heading.h5 {
    font-size: 18px;
    color: var(--color-121212);
}
.header__search .search-modal__content .search__input::placeholder {
    color: #4d4d4d !important;
    font-size: 16px !important;
    opacity: 1;
    padding-left: 2px;
}
.header__search .search-modal__content button.search__button.field__button svg.icon.icon-search, .header__search .search-modal__content .reset__button svg.icon {
    color: #121212bf;
}
div#predictive-search-option-search-keywords {
    padding: 0 20px;
}
#predictive-search-option-search-keywords button.predictive-search__item.predictive-search__item--term.link{
    padding: 10px 0px !important;
}
#predictive-search-option-search-keywords button.predictive-search__item.predictive-search__item--term.link span {
    color: var(--color-121212);
}
#predictive-search-results-products-list .predictive-search__list-item {
    padding: 0px !important;
    border-radius: 10px;
    transition: .5s;
}
#predictive-search-results-products-list .predictive-search__item--link-with-thumbnail{
    padding: 10px 10px !important;
}
#predictive-search-results-products-list .predictive-search__list-item:hover .predictive-search__item--link-with-thumbnail{
    background-color: #eeeeee66;
    border-radius: 10px;
     transition: .5s;
}
.template-search__search .field__button  {
    height: 65px !important;
}
.header__search .search-modal__content .field .field__button{
  height: 50px;
}

@media(max-width:767px){
   .search__input, .header__search .search-modal__content .field .field__button, .template-search__search .field__button{
    height: 45px !important;
  }
 .header__search .reset__button:not(:focus):after, .template-search__search .reset__button:not(:focus):after{
      height: calc(100% - 25px);
}
}
.cf-jc-img-text_section {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    column-gap: 20px;
    row-gap: 30px;
    flex-wrap: wrap;
    text-align: center;
    margin: 30px 0 0 !important;
    padding: 0;
}

.cf-jc-img-text_section .img-text-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 120px;
}

.cf-jc-img-text_section .img-text-item img {
    /* width: 40px; */
    height: 30px;
    margin-bottom: 10px;
    filter: brightness(0);
}
.cf-jc-img-text_section .img-text-item p {
    margin: 0;
    /* text-align: left; */
}

.cf-jc-img-text_section .img-text-item p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #222;
  font-weight: 400;
}

/* Responsive */
@media (max-width: 767px) {
  .cf-jc-img-text_section .img-text-item {
      max-width: calc(50% - 15px);
  }
  .cf-jc-img-text_section {
    gap: 30px;
  }
  .cf-jc-img-text_section .img-text-item img {
    width: 32px;
    height: 32px;
  }
  .cf-jc-img-text_section .img-text-item p {
    font-size: 13px;
  }
}