/** Shopify CDN: Minification failed

Line 288:2 Unexpected "}"
Line 564:39 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:best-sellers (INDEX:3) */
.best-seller-ctn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 2rem;
    padding-top: 2rem;
    width: 100%;
  }
  .best-seller-ctn .best-seller-ctn-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 4rem;
  }
   .best-seller-ctn .coffee-desc {
    margin-top: 0;
    text-align: center;
  }
  .best-seller-ctn .best-seller-ctn-inner .product-ctn {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 33px;
    width: 100%;
    margin-top: 2rem;
  }

  .best-seller-ctn .best-seller-ctn-inner .product-ctn .procut1:nth-child(4) {
    display: none;
  }

  .best-seller-ctn .best-seller-ctn-inner .product-ctn .procut1 .prodcuct-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 30px;
  }
  .best-seller-ctn .best-seller-ctn-inner .product-ctn .procut1 .product-price-ctn {
    padding-top: 8px;
    display: flex;
    justify-content: space-between;
    align-items: start;
  }

  .best-seller-ctn .best-seller-ctn-inner .product-ctn .procut1 .product-price-ctn h4 {
    min-height: 4rem;
    margin: 0;
  }
  .best-seller-ctn .best-seller-ctn-inner .product-ctn .procut1 .product-price-ctn p {
    margin: 0;
  }

  .procut1{
    position: relative;
  }
  .absposlabel{
    position: absolute;
    top: 10px;
    left: 10px;
    background: black;
    color: white;
    border-radius: 50px;
    padding: 6px 15px;
  }

  @media (max-width: 640px) {
    .best-seller-ctn .best-seller-ctn-inner .product-ctn {
      grid-template-columns: 1fr 1fr;
      grid-gap: 20px;
      width: 100%;
      margin-top: 2rem;
    }
    .best-seller-ctn .best-seller-ctn-inner .product-ctn .procut1 .product-price-ctn {
      flex-wrap: wrap;
      margin-bottom: 10px;
    }

    .best-seller-ctn .best-seller-ctn-inner .product-ctn .procut1 .product-price-ctn > * {
      flex-basis: 100%;
    }

    .best-seller-ctn .best-seller-ctn-inner .product-ctn .procut1 .prodcuct-img img {
      height: 230px;
      border-radius: 16px;
    }

    .best-seller-ctn .best-seller-ctn-inner .product-ctn .procut1 .product-price-ctn h4 {
      min-height: 2rem;
    }
    .best-seller-ctn .best-seller-ctn-inner .product-ctn .procut1:nth-child(4) {
      display: block;
    }
    .absposlabel{
      font-size: 9px;
      padding: 5px 10px;
    }
  }
/* END_SECTION:best-sellers */

/* START_SECTION:find-your-mode (INDEX:18) */
.figure-your-mode-ctn {
    width: 100vw;
    background-color: #fff7de;
    padding-top: 2rem;
    padding-bottom: 2rem; 
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto; 
    text-align: center;
  }
  .figure-your-mode-ctn .figure-your-mode-ctn-inner .fig-your-mode-video {
    margin-top: 6rem;
    margin-bottom: 2rem;
    text-align: center;
    padding-bottom: 56.25%;
    position: relative;
  }

  .figure-your-mode-ctn iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    border-radius: 24px;
  }
/* END_SECTION:find-your-mode */

/* START_SECTION:get-inspired (INDEX:20) */
.get-inspired-ctn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 2rem;
    padding-top: 2rem;
    width: 100%;
    text-align: left;
    background: #5a392d;
  }

  .get-inspired-ctn h2 {
    color: #fff7de;
  }
  .get-inspired-ctn .check-out-btn-pink{
    margin-top: 20px;
  }

  .get-inspired-ctn .coffee-desc {
    color: #fff7de;
    margin-top: 0;
    text-align: center;
  }
  .get-inspired-ctn .get-inspired-ctn-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 4rem;
  }
  .get-inspired-ctn .get-inspired-ctn-inner .product-ctn {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 33px;
    width: 100%;
    margin-top: 2rem;
  }

  .get-inspired-ctn .get-inspired-ctn-inner .product-ctn .procut1:nth-child(n+4){
    display: none;
  }

  .get-inspired-ctn .get-inspired-ctn-inner .product-ctn .procut1 .prodcuct-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 30px;
  }
  .get-inspired-ctn .get-inspired-ctn-inner .product-ctn .procut1 .product-price-ctn {
    padding-top: 8px;
  }

  .get-inspired-ctn .get-inspired-ctn-inner .product-ctn .procut1 .product-price-ctn h4 {
    min-height: 2rem;
    margin: 0;
    color: #fff7de;
  }
  .get-inspired-ctn .get-inspired-ctn-inner .product-ctn .procut1 .product-price-ctn p {
    margin: 0;
    margin-top: 5px;
    margin-bottom: 15px;
    color: #fff7de; 
  }

  @media (max-width: 640px) {
    .get-inspired-ctn .get-inspired-ctn-inner .product-ctn {
      grid-template-columns: 1fr 1fr;
      grid-gap: 20px;
      width: 100%;
      margin-top: 2rem;
    }

    .get-inspired-ctn .procut1{
      display: grid;
    }


    .get-inspired-ctn .get-inspired-ctn-inner .product-ctn .procut1:nth-child(4){
      display: block;
    }

    .get-inspired-ctn .get-inspired-ctn-inner .product-ctn .procut1 .prodcuct-img img {
      height: 230px;
      border-radius: 16px;
    }

    .get-inspired-ctn .get-inspired-ctn-inner .product-ctn .procut1 .product-price-ctn h4 {
     
    }
    .get-inspired-ctn .check-out-btn-pink{
      align-self: end;
    }
  }
/* END_SECTION:get-inspired */

/* START_SECTION:good-vibes-begin (INDEX:21) */
.good-vibes-ctn {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 6rem;
    padding-bottom: 8rem;
    text-align: center;
    width: 100%;
  }
  .good-vibes-ctn h2,
  .good-vibes-ctn h3,
  .good-vibes-ctn p {
    color: #fff7de;
  }
  .good-vibes-ctn .good-vibes-ctn-inner {
    margin: auto;
    display: grid;
    grid-template-columns: 65% 35%;
    grid-gap: 4rem;
    margin-top: 4rem;
  }
  .good-vibes-ctn .good-vibes-ctn-inner .two-section-column {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 2rem;
  }
  .good-vibes-ctn .good-vibes-ctn-inner .two-section-column .section1 .func-benefits {
    text-align: left;
  }
  .good-vibes-ctn .good-vibes-ctn-inner .two-section-column .section1 .cold-brew {
    text-align: left;
  }
  .good-vibes-ctn .good-vibes-ctn-inner .two-section-column .section2 {
    margin-top: 8rem;
  }
  .good-vibes-ctn .good-vibes-ctn-inner .two-section-column .section2 img {
    max-width: 350px;
    width: 100%;
    border-radius: 30px;
  }
  .good-vibes-ctn .good-vibes-ctn-inner .single-section-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    padding-left: 20px;
  }
  }
  
  .good-vibes-ctn .good-vibes-ctn-inner .single-section-column .smooth-taste {
    text-align: left;
  }

  .good-vibes-ctn-inner .section1 img, .good-vibes-ctn-inner .single-section-column img{
    width: 70px;
    height: 70px;
    object-fit: contain; 
  }

  @media (max-width: 640px) {
    .good-vibes-ctn .good-vibes-ctn-inner {
      grid-template-columns: 1fr;
    }
    .good-vibes-ctn .good-vibes-ctn-inner .two-section-column {
      display: flex;
      flex-direction: column-reverse;
    }
    .good-vibes-ctn .good-vibes-ctn-inner .two-section-column .section1 .func-benefits {
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .good-vibes-ctn .good-vibes-ctn-inner .two-section-column .section1 .func-benefits .func-desc p {
      text-align: center;
    }
    .good-vibes-ctn .good-vibes-ctn-inner .two-section-column .section1 .cold-brew {
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .good-vibes-ctn .good-vibes-ctn-inner .two-section-column .section2 {
      margin-top: 0;
    } 
    .good-vibes-ctn .good-vibes-ctn-inner .two-section-column .section2 img {
      width: 100%;
      border-radius: 24px;
    }
    .good-vibes-ctn .good-vibes-ctn-inner .single-section-column {
      padding-left: unset;
    }
    .good-vibes-ctn .good-vibes-ctn-inner .single-section-column .smooth-taste {
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .good-vibes-ctn .good-vibes-ctn-inner .single-section-column .natural {
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  }
/* END_SECTION:good-vibes-begin */

/* START_SECTION:hero-section (INDEX:23) */
.hero-section {
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: center center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .hero-section .hero-section-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hero-section .hero-section-inner h1 {
    text-align: center;
  }
 
  .vimeo-parent{
    position: absolute;
    height: 100vh;
    width: 100%; 
    top: 0;
    left: 0;
    z-index: -1;
  }

  .vimeo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
 }
  .vimeo-wrapper video{
    width: 100%;
    height: 100%; 
    object-fit: cover;
  }
 .vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
 }

  @media(max-width: 640px){
     .hero-section { 
       height: 70vh;
     }
  }
/* END_SECTION:hero-section */

/* START_SECTION:how-it-works (INDEX:24) */
.how-it-works-ctn {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 10rem;
  }
  .how-it-works-ctn .how-it-works-ctn-inner .row1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
    align-items: center;
    margin-bottom: 80px;
    position: relative;
  }

  .how-it-works-ctn .how-it-works-ctn-inner .row1 .arrow{
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  .how-it-works-ctn .how-it-works-ctn-inner .row1 .arrow-left{
    
    bottom: -135px;
    
  }
  .how-it-works-ctn .how-it-works-ctn-inner .row1 .arrow-right{
    bottom: -135px;
  }
  .how-it-works-ctn .how-it-works-ctn-inner .row1:nth-last-child(1) .arrow{
    display: none;
  }

  .how-it-works-ctn .how-it-works-ctn-inner .row1 .row1-left-img img {
    width: 80%;
    border-radius: 24px;
  }
  .how-it-works-ctn .how-it-works-ctn-inner .row1 .row1-right .box {
    text-align: left;
    padding-left: 6rem;
    padding-right: 6rem;
    padding-top: 2rem;
    padding-bottom: 4rem;
    background-color: #fff7de;
    border-radius: 30px;
  }
  @media (max-width: 600px) {
    .how-it-works-ctn {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      width: 100%;
      text-align: center;
      padding-top: 4rem;
      padding-bottom: 10rem;
    }
    .how-it-works-ctn .how-it-works-ctn-inner .row1 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 2rem;
      align-items: center;
    }
    .how-it-works-ctn .how-it-works-ctn-inner .row1 .arrow{
      display: none;
    }
    .how-it-works-ctn .how-it-works-ctn-inner .row1 .row1-left-img img { 
      width: 80%;
    }
    .how-it-works-ctn .how-it-works-ctn-inner .row1 .row1-right .box {
      text-align: left;
      padding-left: 6rem; 
      padding-right: 6rem;
      padding-top: 2rem;
      padding-bottom: 4rem;
      background-color: #fff7de;
      border-radius: 30px;
    }
    .how-it-works-ctn .how-it-works-ctn-inner .row1 {
      grid-template-columns: 1fr;
    }
    .how-it-works-ctn .how-it-works-ctn-inner .row1.odd {
      display: flex;
      flex-direction: column-reverse;
    }
  }
/* END_SECTION:how-it-works */

/* START_SECTION:how-to-make-coffee (INDEX:25) */
.coffee-smarter-ctn {
    background-color: black;
    padding: 96px 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .coffee-smarter-ctn .coffee-smarter-ctn-inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .coffee-smarter-ctn .coffee-smarter-ctn-inner h2 {
    color: white;
    text-align: center;
  }
  .coffee-smarter-ctn .coffee-smarter-ctn-inner .coffee-desc {
    color: white;
    margin-top: 0;
    text-align: center;
  }
  .coffee-smarter-ctn .coffee-smarter-ctn-inner table {
    border-collapse: separate;
    border-spacing: 0 30px;
  }

  .coffee-smarter-ctn .coffee-smarter-ctn-inner table tr h4 {
    color: white;
    margin: 0;
  }

  .coffee-smarter-ctn .coffee-smarter-ctn-inner table tr td p {
    font-family: 'BodyBold';
    font-size: 18px;
    margin: 10px 0;
  }
  .coffee-smarter-ctn .coffee-smarter-ctn-inner table tr td svg {
    margin: 10px 0;
    margin-top: 15px;
  }

  .coffee-smarter-ctn .coffee-smarter-ctn-inner table tr td:nth-child(1) {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  .coffee-smarter-ctn .coffee-smarter-ctn-inner table tr td:nth-last-child(1) {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  } 

  .coffee-smarter-ctn table:not([class]) td {
    padding: 0px !important;
    border: none !important;
  }
  .coffee-smarter-ctn table:not([class]) th {
    padding: 0px !important;
    border: none !important;  
  }

  .coffee-smarter-ctn .table tr td p {v
  }

  @media (max-width: 640px) { 
    
    .coffee-smarter-ctn .coffee-smarter-ctn-inner table tr h4 {
      font-size: 14px;
    }
    .coffee-smarter-ctn {
      padding: 48px 0px;
    }
    .coffee-smarter-ctn .coffee-smarter-ctn-inner table tr td p {
      font-size: 10px !important;
    }

    .coffee-smarter-ctn .coffee-smarter-ctn-inner table tr td svg{
      width: 12px;
      display: inline-block;
    }
    .coffee-smarter-ctn .coffee-smarter-ctn-inner table tr td.checkbox svg{
      width: 15px;
    }
    .coffee-smarter-ctn .coffee-smarter-ctn-inner table tr td .body-copy-bold{
      padding-left: 10px; 
    }
  }
/* END_SECTION:how-to-make-coffee */

/* START_SECTION:ingredient-tabs (INDEX:28) */
.ingredients-ctn {
    background-color: black;
    padding-top: 96px;
    padding-bottom: 96px;
    width: 100%;
    text-align: center;
  }
  .ingredients-ctn .h2 {
    color: white;
  }
  .ingredients-ctn p {
    color: white;
  }
  .ingredients-ctn .ingredients-ctn-inner {
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
    margin-top: 6rem;
  }
  .ingredients-ctn .ingredients-ctn-inner .ingredients-left-img img {
    width: 80%;
    border-radius: 24px;
  }
  .ingredients-ctn .ingredients-ctn-inner .ing-tabs {
    width: 100%;
    text-align: left;
    cursor: pointer;
  }
  .ingredients-ctn .ingredients-ctn-inner .ing-tabs .ing-tabs-inner {
    border-bottom: 2px solid white; 
    padding-bottom: 15px;
  }

  .ingredients-ctn .ing-tabs .ingredient_toggle {
    color: white;
  }
  .ingredients-ctn .ing-tabs .ingredient_toggle svg {
    display: inline-block;
    width: 20px;
  }
  .ingredients-ctn .ingredients-ctn-inner .ing-tabs .ing-tabs-inner .ing-two-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .ingredients-ctn .ingredients-ctn-inner .ing-tabs .ing-tabs-inner .ing-two-section .img-info-section {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
  }
  .ingredients-ctn
    .ingredients-ctn-inner
    .ing-tabs
    .ing-tabs-inner
    .ing-two-section
    .img-info-section
    .name-and-weight
    .h3 {
    color: white;
  }
  .ingredients-ctn .ingredients-ctn-inner .ing-tabs .ing-tabs-inner .ing-two-section #toggle-btn {
    border: none;
    background-color: transparent;
    cursor: pointer;
  }
  .ingredients-ctn .ingredients-ctn-inner .ing-tabs #ingredients-tab-content {
    display: none;
  }
  .ingredients-ctn .ingredients-ctn-inner .ing-tabs .tab-image {
    flex-basis: 100px;
    display: flex;
    align-items: center;
  }
  .ingredients-ctn .ingredients-ctn-inner .ing-tabs .tab-image img { 
    width: 100%;
    max-width: 70px;
    border-radius: 16px;
  }

  .ingredients-ctn .ingredients-tab-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: transparent;
  }

  .ingredients-ctn .ing-tabs .ing-tabs-inner .ingredient_toggle svg.icon-minus {
    display: none;
  }

  .ingredients-ctn .ing-tabs .ing-tabs-inner.active .ingredient_toggle svg.icon-plus {
    display: none;
  }
  .ingredients-ctn .ing-tabs .ing-tabs-inner.active .ingredient_toggle svg.icon-minus {
    display: inline-block;
  }

   .ingredients-ctn .ingredients-ctn-inner .ing-tabs .ing-tabs-inner .ing-two-section .img-info-section .name-and-weight p{
      margin: 0;
     margin-top: 10px;
    }
     .ingredients-ctn .ingredients-ctn-inner .ing-tabs .ing-tabs-inner .ing-two-section .img-info-section .name-and-weight h3{
      margin: 0;
    }
  @media (max-width: 640px) {

    .ingredients-ctn{
      
      padding-top: 48px;
      padding-bottom: 48px;
    }
    
    .ingredients-ctn .h2 {
      font-size: 24px;
      line-height: 25px; 
    }
    .ingredients-ctn .ingredients-ctn-inner {
      grid-template-columns: 1fr;
    }
    .ingredients-ctn .ingredients-ctn-inner .ingredients-left-img img {
      width: 100%;
    }
    .ingredients-ctn .ingredients-ctn-inner .ing-tabs .ing-tabs-inner .ing-two-section .img-info-section {
      width: 80%;
    }
    .ingredients-ctn .ingredients-ctn-inner .ing-tabs .ing-tabs-inner .ing-two-section .img-info-section .tab-image {
      margin-right: 20px;
    }

   

    .ingredients-ctn
      .ingredients-ctn-inner
      .ing-tabs
      .ing-tabs-inner
      .ing-two-section
      .img-info-section
      .name-and-weight
      .h3 {
      font-size: 18px;
      line-height: 18px;
    }
  }
/* END_SECTION:ingredient-tabs */

/* START_SECTION:no-bitterness (INDEX:52) */
.bitterness-and-acid-ctn {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    width: 100%;
    padding-top: 25rem;
    padding-bottom: 7rem;
  }
  .bitterness-and-acid-ctn .reviewheadings {
    display: none;
  }
  .bitterness-and-acid-ctn h2 {
    width: 80%;
    margin: auto;
    color: white;
    font-size: 64px;
  }
  .bitterness-and-acid-ctn .bitterness-and-acid-ctn-inner {
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20rem;
  }
  .bitterness-and-acid-ctn .bitterness-and-acid-ctn-inner .logo img {
    opacity: 0.5;
  }

  .btnactive img {
    opacity: 1 !important;
  }

  @media (max-width: 640px) {
    .bitterness-and-acid-ctn {
      padding-top: 15rem;
      padding-bottom: 15rem;
    }
    .bitterness-and-acid-ctn .h1 {
      width: 100%;
      font-size: 36px;
      line-height: 38px;
    }
    .bitterness-and-acid-ctn .bitterness-and-acid-ctn-inner {
      margin-top: 5rem;
    }
    .bitterness-and-acid-ctn .bitterness-and-acid-ctn-inner .logo img {
      width: 100%;
    }
  }
/* END_SECTION:no-bitterness */

/* START_SECTION:our-customers-testimonials (INDEX:53) */
.customers-testi {
    width: 100%;
    background-color: #ff97cb;
    padding-top: 6rem;
    padding-bottom: 10rem;
    text-align: center;
  }
  .customers-testi .user-image img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 100%;
  }

  .customers-testi .review-writer p {
    margin: 0;
  }
  .customers-testi .body-copy-bold {
    font-family: 'BodyBold';
    margin-top: 16px;
  }
  .customers-testi .our-customer-ctn-inner {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: auto;
  }
  .customers-testi .our-customer-ctn-inner .reviews {
    background-color: white;
    width: 340px;
    border-radius: 16px;
    padding: 3rem;
    text-align: left;
    margin-top: 3rem;
  }
  .customers-testi .our-customer-ctn-inner .reviews .reviews-stars {
    display: flex; 
  }
  .customers-testi .our-customer-ctn-inner .reviews .name-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  @media (max-width: 640px) {
    .customers-testi .h2 {
      font-size: 24px;
      line-height: 25px;
    }
    .customers-testi .our-customer-ctn-inner {
      flex-direction: column;
    }
    .customers-testi .our-customer-ctn-inner .reviews {
      height: auto;
      width: auto;
    }
    .customers-testi .our-customer-ctn-inner .reviews .review-comment p {
      text-align: left;
    }
    .customers-testi .our-customer-ctn-inner .reviews .name-img .review-writer p {
      text-align: left !important;
    }
  }
/* END_SECTION:our-customers-testimonials */

/* START_SECTION:our-dm (INDEX:54) */
.our-dm-section-ctn {
    background-color: #000;
    padding-top: 4rem;
    padding-bottom: 10rem;
    text-align: center;
    width: 100%;
  }

  .our-dm-section-ctn .bg-sect {
    display: block;
    background-color: unset;
  }
  .our-dm-section-ctn .h2 {
    color: white;
  }
  .our-dm-section-ctn .our-dm-section-ctn-inner {
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 350px 100px 150px 170px 250px 80px;
    grid-gap: 2rem;
    row-gap: 2rem;
    margin-top: 4rem;
  }
  .our-dm-section-ctn .our-dm-section-ctn-inner .row1-col1 {
    grid-row: 1/2;
    grid-column: 1/2;
    padding: 2rem;
    border-radius: 30px;
    text-align: left;
    background-color: white;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .our-dm-section-ctn .profile-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .our-dm-section-ctn .profile-title p {
    margin: 0;
    font-size: 14px;
    font-family: 'Heading';
  }
  .our-dm-section-ctn .profile-title img {
    height: 50px;
    object-fit: cover;
    width: 50px;
    border-radius: 50%;
  }
  .our-dm-section-ctn .our-dm-section-ctn-inner .row1-col2 {
    background-color: white;
    grid-row: 1/2;
    grid-column: 2/3;
    text-align: left;
    border-radius: 30px;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .our-dm-section-ctn .our-dm-section-ctn-inner .row1-col2 .profile-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .our-dm-section-ctn .our-dm-section-ctn-inner .row1-col3 {
    grid-column: 3/3;
    grid-row-start: 1;
    grid-row-end: 3;
    border-radius: 16px;
    background-color: white;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .our-dm-section-ctn .our-dm-section-ctn-inner .row2-col1 {
    grid-column: 1/2;
    grid-row: 2/5;
    border-radius: 16px;
    background-color: white;
    z-index: 11;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .our-dm-section-ctn .our-dm-section-ctn-inner .row2-col2 {
    grid-column: 2/3;
    grid-row: 4/7;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 16px;
    background-color: white;
    padding: 2rem;
  }
  .our-dm-section-ctn .our-dm-section-ctn-inner .row2-col3 {
    background-color: white;
    grid-row: 3/5;
    grid-column: 3/3;
    padding: 2rem;
    text-align: left;
    border-radius: 16px;
  }
  .our-dm-section-ctn .our-dm-section-ctn-inner .row2-col3 .profile-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .our-dm-section-ctn .our-dm-section-ctn-inner .row3-col1 {
    background-color: white;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    grid-row: 5/5;
    grid-column: 1/2;
    padding: 2rem;
    text-align: left;
    border-radius: 16px;
  }
  .our-dm-section-ctn .our-dm-section-ctn-inner .row3-col1 .profile-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .our-dm-section-ctn .our-dm-section-ctn-inner .row3-col2 {
    text-align: center;
  }
  .our-dm-section-ctn .our-dm-section-ctn-inner .row3-col3 {
    background-color: white;
    grid-row: 5/5;
    grid-column: 3/3;
    padding: 2rem;
    text-align: left;
    border-radius: 16px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .our-dm-section-ctn .our-dm-section-ctn-inner .row3-col3 .profile-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .our-dm-section-ctn .bg-sect { 
    display: block;
    background-color: unset;
  }

  .our-dm-section-ctn  .swiper-pagination-bullet {
    background: #ffc9e2 !important;
  }

  @media (max-width: 640px) {
    .our-dm-section-ctn .h2 {
      font-size: 24px;
      line-height: 25px;
    }
    .our-dm-section-ctn .our-dm-section-ctn-inner {
      display: none;
    }
    .our-dm-section-ctn .our-dm-section-ctn-inner .slider-swiper .swiper .swiper-wrapper .swiper-slide .row1-col1 {
      border-radius: 16px;
      padding: 2rem;
    }

    .swiper-slide .row1-col1 {
      padding: 20px;
    }
  }
/* END_SECTION:our-dm */

/* START_SECTION:our-mission (INDEX:55) */
.our-mission-ctn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #03594c;
    width: 100%;
    padding-top: 96px;
    padding-bottom: 96px;
    text-align: center;
  }

  .our-mission-ctn .shop-now-btn{
    margin-top: 40px;
  }

  .our-mission-ctn .big-image{
    border-radius: 30px;
    object-fit: cover;
    max-width:100%;
    max-height:100%;
  }
  .our-mission-ctn .our-mission-ctn-inner h2 {
    color: #FFF7DE;
  }
  .our-mission-ctn .our-mission-ctn-inner .our-mission-intro {
    color: #FFF7DE;
  }
  .our-mission-ctn .our-mission-ctn-inner .our-mission-ctn-inner-section1 {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding-top: 4rem;
    gap: 50px;
  }
  .our-mission-ctn .our-mission-ctn-inner .our-mission-ctn-inner-section1 img {
    width: 100%;
  }
  .our-mission-ctn .our-mission-ctn-inner .our-mission-ctn-inner-section2 img {
    width: 100%;
  }
  .our-mission-ctn .our-mission-ctn-inner .our-mission-ctn-inner-section1 .our-mission-section1-left-col {
    width: 50%;
  }
  .our-mission-ctn .our-mission-ctn-inner .our-mission-ctn-inner-section1 .our-mission-section1-right-col {
    width: 50%;
    text-align: left;
  }
  .our-mission-ctn .our-mission-ctn-inner .our-mission-ctn-inner-section1 .our-mission-section1-right-col h3 {
    color: #FFF7DE;
  }
  .our-mission-ctn .our-mission-ctn-inner .our-mission-ctn-inner-section1 .our-mission-section1-right-col p {
    color: #FFF7DE;
    text-align: left;
  }
  
  .our-mission-ctn
    .our-mission-ctn-inner
    .our-mission-ctn-inner-section1
    .our-mission-section1-right-col
    .our-mission-section-right-col-list
    .list-item {
    display: flex;
    align-items: center;
  }
  .our-mission-ctn
    .our-mission-ctn-inner
    .our-mission-ctn-inner-section1
    .our-mission-section1-right-col
    .our-mission-section-right-col-list
    .list-item
    img {
    margin-right: 2rem;
    width: 80px;
  }
  .our-mission-ctn .our-mission-ctn-inner .our-mission-ctn-inner-section2 {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding-top: 6rem;
  }
  .our-mission-ctn .our-mission-ctn-inner .our-mission-ctn-inner-section2 .our-mission-section1-left-col {
    width: 50%;
  }
  .our-mission-ctn .our-mission-ctn-inner .our-mission-ctn-inner-section2 .our-mission-section1-right-col {
    width: 50%;
    text-align: left;
  }
  .our-mission-ctn .our-mission-ctn-inner .our-mission-ctn-inner-section2 .our-mission-section1-right-col h3 {
    color: #FFF7DE;
  }
  .our-mission-ctn .our-mission-ctn-inner .our-mission-ctn-inner-section2 .our-mission-section1-right-col p {
    color: #FFF7DE;
    text-align: left;
  }
  .our-mission-ctn
    .our-mission-ctn-inner
    .our-mission-ctn-inner-section2
    .our-mission-section1-right-col
    .our-mission-section-right-col-list
    .list-item {
    display: flex;
    align-items: center;
  }
  .our-mission-ctn
    .our-mission-ctn-inner
    .our-mission-ctn-inner-section2
    .our-mission-section1-right-col
    .our-mission-section-right-col-list
    .list-item
    img {
    margin-right: 2rem;
    width: 80px;
  }

  @media (max-width: 640px) {
    .our-mission-ctn {
      padding-top: 48px;
      padding-bottom: 48px;
    }
    .our-mission-ctn .big-image{
      border-radius: 24px;
    }
    .our-mission-ctn .our-mission-ctn-inner {
      width: 100%;
    }
    .our-mission-ctn .our-mission-ctn-inner h2 {
      font-size: 18px;
    }
    .our-mission-ctn .our-mission-ctn-inner .our-mission-intro {
      font-size: 16px;
      line-height: 20px;
    }
    .our-mission-ctn .our-mission-ctn-inner .our-mission-ctn-inner-section1 {
      display: grid;
      grid-template-columns: auto;
      padding-top: 4rem;
      gap: 0;
    }
    .our-mission-ctn .our-mission-ctn-inner .our-mission-ctn-inner-section1 .our-mission-section1-left-col {
      width: 100%;
    }
    .our-mission-ctn .our-mission-ctn-inner .our-mission-ctn-inner-section1 .our-mission-section1-left-col img {
      width: 100%;
      
    }
    .our-mission-ctn .our-mission-ctn-inner .our-mission-ctn-inner-section1 .our-mission-section1-right-col {
      width: 100%;
      text-align: center;
    }
    .our-mission-ctn .our-mission-ctn-inner .our-mission-ctn-inner-section1 .our-mission-section1-right-col img {
      width: 100%;
    }
    .our-mission-ctn .our-mission-ctn-inner .our-mission-ctn-inner-section1 .our-mission-section1-right-col h3 {
      color: #FFF7DE;
      font-size: 18px;
      line-height: 19px;
      text-align: center;
    }
    .our-mission-ctn .our-mission-ctn-inner .our-mission-ctn-inner-section1 .our-mission-section1-right-col p {
      color: #FFF7DE;
      text-align: center;
      font-size: 16px;
      line-height: 19px;
    }
    .our-mission-ctn
      .our-mission-ctn-inner
      .our-mission-ctn-inner-section1
      .our-mission-section1-right-col
      .our-mission-section-right-col-list {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }
    .our-mission-ctn
      .our-mission-ctn-inner
      .our-mission-ctn-inner-section1
      .our-mission-section1-right-col
      .our-mission-section-right-col-list
      .list-item {
      display: flex;
      align-items: center;
      flex-direction: column;
    }
    .our-mission-ctn
      .our-mission-ctn-inner
      .our-mission-ctn-inner-section1
      .our-mission-section1-right-col
      .our-mission-section-right-col-list
      .list-item
      img {
      width: 80px;
    }
    .our-mission-ctn .our-mission-ctn-inner .our-mission-ctn-inner-section2 {
      display: flex;
      flex-direction: column-reverse;
      padding-top: 4rem;
      grid-auto-flow: dense;
    }
    .our-mission-ctn .our-mission-ctn-inner .our-mission-ctn-inner-section2 .our-mission-section1-left-col {
      width: 100%;
    }
    .our-mission-ctn .our-mission-ctn-inner .our-mission-ctn-inner-section2 .our-mission-section1-left-col img {
      width: 100%;
      
    }
    .our-mission-ctn .our-mission-ctn-inner .our-mission-ctn-inner-section2 .our-mission-section1-right-col {
      width: 100%;
      text-align: center;
    }
    .our-mission-ctn .our-mission-ctn-inner .our-mission-ctn-inner-section2 .our-mission-section1-right-col img {
      width: 100%;
    }
    .our-mission-ctn .our-mission-ctn-inner .our-mission-ctn-inner-section2 .our-mission-section1-right-col h3 {
      color: #FFF7DE;
      font-size: 18px;
      line-height: 19px;
    }
    .our-mission-ctn .our-mission-ctn-inner .our-mission-ctn-inner-section2 .our-mission-section1-right-col p {
      color: #FFF7DE;
      text-align: center;
      font-size: 16px;
      line-height: 19px;
    }
    .our-mission-ctn
      .our-mission-ctn-inner
      .our-mission-ctn-inner-section2
      .our-mission-section1-right-col
      .our-mission-section-right-col-list {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }
    .our-mission-ctn
      .our-mission-ctn-inner
      .our-mission-ctn-inner-section2
      .our-mission-section1-right-col
      .our-mission-section-right-col-list
      .list-item {
      display: flex;
      align-items: center;
      flex-direction: column;
    } 
    .our-mission-ctn
      .our-mission-ctn-inner
      .our-mission-ctn-inner-section2
      .our-mission-section1-right-col
      .our-mission-section-right-col-list
      .list-item
      img {
      width: 80px;
    }
    .our-mission-ctn
      .our-mission-ctn-inner
      .our-mission-ctn-inner-section2
      .our-mission-section1-right-col
      .our-mission-section-right-col-list
      .list-item
      p {
      text-align: center;
    }
  }
/* END_SECTION:our-mission */

/* START_SECTION:our-story-hero-section (INDEX:57) */
.ourstory-hero-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 80vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }

  .ourstory-hero-section h1 {
    text-align: center;
  }

  @media(max-width: 640px){
    .ourstory-hero-section{
      padding-left: 20px;
      padding-right: 20px;
    }
  }
/* END_SECTION:our-story-hero-section */

/* START_SECTION:our-story (INDEX:59) */
.our-story-ctn {
    background-color: #03594c;
    padding-top: 96px;
    padding-bottom: 96px;
    width: 100%;
    text-align: center;
  }
  .our-story-ctn h2 {
    color: #fff7de;
  } 
  .our-story-ctn-inner {
    width: 100%;
    height: 100%;
  }
  .our-story-ctn .our-story-ctn-inner .slide-wrapper {
    margin: auto;
    display: flex;
    padding-top: 20px;
  }
  .our-story-ctn .our-story-ctn-inner .our-story-info {
    background-color: #fff7de;
    height: 510px;
    border-radius: 30px;
    padding: 3rem;
    flex-basis: 40%;
  }
  .our-story-ctn .our-story-ctn-inner .our-story-img{
    flex-basis: 60%;
    
  }
  .our-story-ctn .our-story-ctn-inner .our-story-info p {
    text-align: left;
  }
  .our-story-ctn .our-story-ctn-inner .our-story-info .slide-heading {
    font-family: 'Heading';
  }
  .our-story-ctn .our-story-ctn-inner .our-story-img img {
    width: auto;
    border-radius: 30px;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    max-height: 570px;
  }

  .swiper-container-hor {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
  }

  .swiper-container-hor .swiper-scrollbar {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 10px;
    background: rgba(0, 0, 0, 0.1);
  }

  .swiper-container-hor .swiper-scrollbar-drag {
    height: 100%;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    background: rgba(0, 0, 0, 0.4);
  }

  .swiper-container-hor .swiper-wrapper {
    display: flex;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  }
  .swiper-container-hor .swiper-slide {
    height: 100%;
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: 40% 60%;
    padding-top: 96px;
    grid-gap: 4rem;
  }

  .our-story-ctn .swiper-container-hor .swiper-pagination{
    bottom: -60px !important;
  }

  .our-story-ctn .swiper-container-hor .swiper-pagination .swiper-pagination-bullet{
    background: #FDF7DD !important;
  }

  @media (max-width: 640px) {
    .our-story-ctn {
      padding-top: 48px; 
      padding-bottom: 48px;
    }

    .our-story-ctn .our-story-ctn-inner .slide-wrapper { 
      flex-wrap: wrap;
      padding-top: 0rem;
      background: #03594c; 
    }

  
    .our-story-ctn .our-story-ctn-inner .our-story-info {
      height: auto;
      background: none;
      padding: 0px;
      flex-basis: 100%;
    }
    .our-story-ctn .our-story-ctn-inner .our-story-img{
      flex-basis: 100%;
    }
    .our-story-ctn .our-story-ctn-inner .our-story-info p {
      color: white;
      text-align: center;
    }
    .our-story-ctn .our-story-ctn-inner .our-story-img img {
      max-width: 100%;
      height: auto;
    }
    .swiper-container-hor {
      margin-bottom: 48px;
    }
    .swiper-container-hor .swiper-slide {
      background-color: transparent;
    }
  }
/* END_SECTION:our-story */

/* START_SECTION:payment-methods (INDEX:61) */
.marqueejs {
    margin: 10px auto;
    width: 100%;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
  }
  .marqueejs:before, .marqueejs:after {
    position: absolute;
    top: 0;
    width: 50px;
    height: 30px;
    content: "";
    z-index: 1;
  }
  .marqueejs:before {
    left: 0;
    background: linear-gradient(to right, white 5%, transparent 100%);
  }
  .marqueejs:after {
    right: 0;
    background: linear-gradient(to left, white 5%, transparent 100%);
  }
  
  .marquee__content {
    width: 300% !important;
    display: flex;
    line-height: 30px;
    -webkit-animation: marquee 45s linear infinite forwards;
            animation: marquee 45s linear infinite forwards;
  }
  
  .list-inline {
    display: flex;
    justify-content: space-around;
    width: 33.33%;
    /* reset list */
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  @-webkit-keyframes marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-66.6%);
    }
  }
  
  @keyframes marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-66.6%);
    }
  }
/* END_SECTION:payment-methods */

/* START_SECTION:product-form (INDEX:64) */
#ProductForm .contact__button{
    margin: 0; 
  }

  #ProductForm .contact__button button{
    font-family: "Heading";
    color: #fff7de;
     background: #2D594A !important;
  }

   #ProductForm .contact__button button:before{
     all: unset !important;
   }
  #ProductForm .field:before{
    all: unset !important;
  }
/* END_SECTION:product-form */

/* START_SECTION:product-video (INDEX:66) */
.product-video-ctn {
    background-color: rgb(3, 89, 76);
    padding: 96px 0;
  }
  .product-video-ctn h2,
  .product-video-ctn .subtext {
    color: #fff7de;
  }

  .product-video-ctn .flexbox-mode-horizontal {
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    align-items: center;
    grid-column-gap: 236px;
  }

  .product-video-ctn .flexbox-mode-horizontal > div {
    flex-basis: 50%;
  }

  .product-video-ctn .background-video iframe {
    width: 100%;
    height: 550px;
    border-radius: 24px;
  } 

  .product-video-ctn .background-video img{
    width: 90%;
    border-radius: 24px;
  }

  @media (max-width: 640px) {
    .product-video-ctn {
      padding: 48px 0px;
    }
    .product-video-ctn .flexbox-mode-horizontal {
      flex-wrap: wrap;
    }
    .product-video-ctn .flexbox-mode-horizontal > div {
      flex-basis: 100%;
    }

    .product-video-ctn .flexbox-mode-horizontal .background-video{
      order: 1;
      margin-top: 30px;
    }

    .product-video-ctn .background-video img{
      width: 100%;
    }
  }
/* END_SECTION:product-video */

/* START_SECTION:recipe-filters (INDEX:67) */
.mode-select-ctn {
    width: 100%;
    padding-top: 6rem;
    padding-bottom: 6rem;
    margin: auto;
  }
  .mode-select-ctn .selected-items-ctn {
    margin: auto;
    padding-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 2rem;
  }
  .mode-select-ctn .selected-items-ctn .left {
    display: flex;
    align-items: center;
  }
  .mode-select-ctn .selected-items-ctn .left .selection-heading {
    margin-right: 1rem;
  }
  .mode-select-ctn .selected-items-ctn .left .selection-heading p {
    font-family: 'Heading';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
  }
  .mode-select-ctn .selected-items-ctn .left #selectedItems button {
    background-color: #c69c6d;
    padding: 10px 25px;
    border: none;
    border-radius: 64px;
    margin-right: 1rem;
    font-size: 16px;
    line-height: 19px;
    font-family: 'BodyRegular';
  }
  .mode-select-ctn .selected-items-ctn .right .search-ctn {
    border: 1px solid gray;
    border-radius: 60px;
    display: flex;
    padding: 8px;
    background-color: white;
  }
  .mode-select-ctn .mode-select-ctn-inner {
    margin: auto;
    background-color: #c69c6d;
    border-radius: 16px;
    padding-top: 3rem;
    border-radius: 16px;
    padding-left: 5rem;
    padding-bottom: 3rem;
  }
  .mode-select-ctn .mode-select-ctn-inner .layout-container {
    display: flex;
    justify-content: center;
  }
  .mode-select-ctn .mode-select-ctn-inner .layout-container .column .heading {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Heading';
    font-weight: 800;
    margin-bottom: 1rem;
  }
  .mode-select-ctn .column {
    flex: 1;
  }
  .mode-select-ctn .column .row {
    margin-bottom: 10px;
  }
  .mode-select-ctn .column .row label {
    font-size: 18px;
    font-family: 'BodyRegular';
  }
  .mode-select-ctn input[type='checkbox'] {
    margin-right: 10px;
  }

  @media (max-width: 640px) {
    .mode-select-ctn {
      padding-top: 3rem;
    }
    .mode-select-ctn .selected-items-ctn {
      display: flex;
      flex-direction: column-reverse;
      width: 100%;
    }
    .mode-select-ctn .mode-select-ctn-inner {
      padding-left: 3rem;
    }
    .mode-select-ctn .mode-select-ctn-inner .layout-container {
      display: grid;
      grid-template-columns: 1fr 1fr;
      row-gap: 3rem;
    }
  }
/* END_SECTION:recipe-filters */

/* START_SECTION:recipes-article-template (INDEX:68) */
.expresso-ctn {
    text-align: center;
    background-color: #fffff0;
    padding-top: 5rem;
    padding-bottom: 2rem;
    width: 100%;
  }
  .expresso-ctn .expresso-ctn-inner {
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .expresso-ctn .expresso-ctn-inner .left-img img {
    width: 100%;
    max-width: 510px;
    border-radius: 1.2rem;
  }
  .expresso-ctn .expresso-ctn-inner .how-to-make-details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .expresso-ctn .expresso-ctn-inner .how-to-make-details .top {
    text-align: left;
  }
  .expresso-ctn .expresso-ctn-inner .how-to-make-details .top .expresso-clock-timer {
    display: flex;
    align-items: center;
  }
  .expresso-ctn .expresso-ctn-inner .how-to-make-details .top .expresso-clock-timer .clock {
    margin-right: 10px;
  }

  .expresso-ctn .expresso-ctn-inner .how-to-make-details .bottom {
    text-align: right;
  }
  .expresso-ctn .expresso-ctn-inner .how-to-make-details .bottom .social-text {
    text-align: right;
  }
  .expresso-ctn .expresso-ctn-inner .how-to-make-details .bottom .social-icons img {
    width: 20px;
    z-index: 99;
    margin-right: 20px;
  }

  .expresso-ctn .expresso-ctn-inner .how-to-make-details .bottom .social-icons a {
    text-decoration: none;
  }

  .how-to-make-section {
    width: 100%;
    background-color: #fffff0;
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
  .how-to-make-section .h2 {
    text-align: center;
  }
  .how-to-make-section .inner-section {
    margin: auto;
  }
  .how-to-make-section .inner-section .how-to-make-list {
    margin-top: 4rem;
  }

  .you-may-also-like-ctn {
    width: 100%;
    background-color: #fffff0;
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
  .you-may-also-like-ctn .h2 {
    text-align: center;
  }
  .you-may-also-like-ctn .you-may-also-like-ctn-inner {
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }

  .you-may-also-like-ctn .you-may-also-like-ctn-inner .product-like img.related-image {
    width: 100%;
    border-radius: 1.2rem; 
  } 

  .you-may-also-like-ctn .you-may-also-like-ctn-inner .product-like h3 {
    margin: 0;
  }
  .you-may-also-like-ctn .you-may-also-like-ctn-inner .product-like .clock-time {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .you-may-also-like-ctn .you-may-also-like-ctn-inner .product-like .clock-time .clock img {
    margin-right: 10px;
    width: 100%;
  }

  @media (max-width: 640px) {

    .expresso-ctn .expresso-ctn-inner{
      grid-template-columns: 1fr;
    }
    .you-may-also-like-ctn .you-may-also-like-ctn-inner {
      grid-template-columns: 1fr 1fr ;
      gap: 10px;
    }


  }
/* END_SECTION:recipes-article-template */

/* START_SECTION:smarter-cup-of-coffee (INDEX:71) */
.smart-cup-coffee-ctn {
    padding-top: 96px;
    padding-bottom: 96px;
    background-color: #ffc9e2;
    width: 100%;
  }
  .smart-cup-coffee-ctn .smart-cup-coffee-ctn-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: auto;
  }
  .smart-cup-coffee-ctn .smart-cup-coffee-ctn-inner > h2 {
    text-align: center;
    width: 80%;
  }
  .smart-cup-coffee-ctn .smart-cup-coffee-ctn-inner > p {
    text-align: center; 
    width: 80%;
  }
  .smart-cup-coffee-ctn .smart-cup-coffee-ctn-inner .coffe-qualities-list1 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
  }
  .smart-cup-coffee-ctn .smart-cup-coffee-ctn-inner .coffe-qualities-list1 .quality1 {
    display: flex;
    flex-direction: column;
    justify-content: start;
    height: 100%;
    flex-basis: 33%;
    margin-bottom: 30px;
  }
  .smart-cup-coffee-ctn .smart-cup-coffee-ctn-inner .coffe-qualities-list1 .quality1 img {
    width: auto;
    height: 80px;
    object-fit: contain;
  }
  .smart-cup-coffee-ctn .smart-cup-coffee-ctn-inner .coffe-qualities-list1 .quality1 h3 {
    margin: 0;
    margin-top: 5px;
    text-align: center;
  }
  .smart-cup-coffee-ctn .smart-cup-coffee-ctn-inner .coffe-qualities-list1 .quality1 p {
    margin: 0;
    margin-top: 5px;
    text-align: center;
  }

  @media (max-width: 640px) {
    .smart-cup-coffee-ctn {
      padding-top: 48px;
      padding-bottom: 48px;
    }
 
    .smart-cup-coffee-ctn .smart-cup-coffee-ctn-inner > h2 {
      width: 100%;
    }
    .smart-cup-coffee-ctn .smart-cup-coffee-ctn-inner > p {
      width: 100%;
    }

    .smart-cup-coffee-ctn .smart-cup-coffee-ctn-inner .coffe-qualities-list1 {
      grid-template-columns: 1fr 1fr;
    }
    .smart-cup-coffee-ctn .smart-cup-coffee-ctn-inner .coffe-qualities-list1 .quality1 {
      flex-basis: 50%;
      margin-bottom: 25px;
    }
    .smart-cup-coffee-ctn .smart-cup-coffee-ctn-inner .coffe-qualities-list1 .quality1 img {
      
      height: 60px;
    }
    .smart-cup-coffee-ctn .smart-cup-coffee-ctn-inner .coffe-qualities-list1 .quality1 h3 {
      font-size: 16px;
      min-height: 4.5rem;
    }
  }
/* END_SECTION:smarter-cup-of-coffee */

/* START_SECTION:sponsor-section (INDEX:72) */
.sponser-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 64px;
    padding-bottom: 230px;
  }
  .sponser-section .sponser-section-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .sponser-section .sponser-section-inner .logo-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 130px;
    width: 100%;
  }
  .sponser-section .sponser-section-inner .logo-section img {
    width: 100%;
    max-width: 270px;
  }

  @media (max-width: 640px) {
    .sponser-section {
      padding-top: 30px;
      padding-bottom: 50px;
    }
    .sponser-section .sponser-section-inner .logo-section {
      margin-top: 0px;
    }
  }
/* END_SECTION:sponsor-section */

/* START_SECTION:still-got-question (INDEX:73) */
.still-got-question-ctn {
    background-color: #ffd500;
    padding-top: 4rem;
    padding-bottom: 10rem;
    width: 100%;
    text-align: center;
  }
  .still-got-question-ctn .still-got-question-ctn-inner {
    margin: auto;
  }
  .still-got-question-ctn .still-got-question-ctn-inner .tab-ctn {
    text-align: left;
  }

  .still-got-question-ctn .collapsible {
    background-color: transparent;
    color: black;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    border-bottom: 2px solid black;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .still-got-question-ctn .active,
  .still-got-question-ctn .collapsible:hover {
    background-color: transparent;
  }

  .still-got-question-ctn .collapsible:after {
    content: '+';
    color: black;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }

  .still-got-question-ctn .active:after {
    content: '−';
  }

  .still-got-question-ctn .content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: transparent;
  }

  .still-got-question-ctn .content p {
    text-align: left;
  }

  @media (max-width: 640px) {
    .still-got-question-ctn .h2 {
      font-size: 24px;
      line-height: 25px;
    }
    .still-got-question-ctn .tab-ctn .collapsible h3 {
      font-size: 18px;
    }
  }
/* END_SECTION:still-got-question */

/* START_SECTION:subscribe-perks (INDEX:74) */
.services-ctn {
    width: 100%;
    background-color: #fff7de;
    padding: 2rem;
  }

  .services-ctn .services-ctn-inner {
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .services-ctn .services-ctn-inner .service {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: #01787c;
    width: 220px;
    height: 220px;
    border-radius: 100%;
    text-align: center;
    padding: 2rem;
  }

  .services-ctn .services-ctn-inner .service .services-icon img {
    width: 50px;
  }

  .services-ctn .services-ctn-inner .service .service-desc p {
    color: white;
    font-family: 'Heading';
  }

  @media (max-width: 640px) { 
    .services-ctn {
      width: 100%;
      padding: 1rem;
    }

    .services-ctn .services-ctn-inner {
      grid-template-columns: 1fr 1fr;
      grid-gap: 1rem;
    }

    .services-ctn .services-ctn-inner .service {
      height: 165px;
      width: 165px;
    }

    .services-ctn .services-ctn-inner .service .services-icon img {
      width: 30px;
    }
    .services-ctn-inner {
      padding-left: 0px;
    }
  }
/* END_SECTION:subscribe-perks */

/* START_SECTION:tim-berling (INDEX:76) */
.better-func-world-ctn {
    padding-top: 96px;
    padding-bottom: 96px;
    width: 100%;
  }
  .better-func-world-ctn .better-func-world-ctn-inner {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .better-func-world-ctn .better-func-world-ctn-inner img {
    margin-top: 96px;
   
    max-width: 550px;
  }

  @media (max-width: 640px) {
    .better-func-world-ctn {
      padding-top: 48px;
      padding-bottom: 48px;
      width: 100%;
    }
    .better-func-world-ctn .better-func-world-ctn-inner img {
      margin-top: 48px;
      width: 80%;
    }

    .better-func-world-ctn {
      padding-top: 2rem;
      padding-bottom: 4rem;
    }
    .better-func-world-ctn .better-func-world-ctn-inner .h2 {
      font-size: 24px;
      line-height: 25px;
      width: 100%;
    }
    .better-func-world-ctn .better-func-world-ctn-inner p {
      text-align: center;
    }
  }
/* END_SECTION:tim-berling */

/* START_SECTION:two-recipes (INDEX:78) */
.recipe-text-1,
  .recipe-text-2,
  .recipe1-img,
  .recipe2-img {
    display: none;
  }
  .two-recipes-ctn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 96px;
    padding-top: 96px;
    width: 100%;
    text-align: left;
    background: #5a392d;
  }

  .two-recipes-ctn-inner {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 100px;
  }
  .two-recipes-ctn-inner > div {
    flex-basis: 50%;
  }

  .two-recipes-ctn h2,
  .two-recipes-ctn h4,
  .two-recipes-ctn p {
    color: #fff7de;
  }

  .two-recipes-ctn p {
    font-family: 'BodyRegular';
  }

  .two-recipes-ctn .recipe-steps {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 80%;
  }

  .two-recipes-ctn .recipe-steps .step {
    display: flex;
    gap: 40px;
    align-items: start;
  }

  .two-recipes-ctn .recipe-steps .step .step-counter {
    font-size: 24px;
    font-family: 'Heading';
    position: relative;
    line-height: 24px;
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    background: #fff7de;
    color: black;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .two-recipes-ctn .recipe-steps .step .step-text {
    color: #fff7de;
    font-size: 24px;
    font-family: 'Heading';
    line-height: 105%;
  }

  .two-recipes-ctn-inner .image-area img {
    width: 100%;
    border-radius: 24px;
  }

  .two-recipes-ctn .switch-btns {
    margin-top: 25px;
    display: flex;
  }
  .two-recipes-ctn .switch-btns.mob {
    margin-top: 0px;
    display: flex ;
  }
  .two-recipes-ctn .image-area.mobile{
    display: none;
  }
  .two-recipes-ctn .image-area.desktop{
    display: block;
  }
  .two-recipes-ctn .switch-btns.desktop {
    display: none;
  }
  .two-recipes-ctn .switch-btns button {
    font-family: 'Heading';
    border-radius: 60px;
    width: 62%;
    border: none;
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 18px;
  } 
  .two-recipes-ctn .switch-btns button.cream {
    background: #fff7de;
    color: black;
  }
  .two-recipes-ctn .switch-btns button.black {
    background: #000000;
    color: white;
  }
  .two-recipes-ctn .switch-btns button:nth-child(1) {
    margin-right: -12%;
  }

  .btnactive {
    z-index: 1;
  }

  @media (max-width: 640px) {
    .two-recipes-ctn .switch-btns.mob {
      display: flex;
    }

    .two-recipes-ctn .image-area.mobile{
      display: block;
      margin-top: 25px;
    }
    .two-recipes-ctn .image-area.desktop{
      display: none;
    }
    /*.two-recipes-ctn .switch-btns.desktop {
      display: none;
    }*/
    .two-recipes-ctn {
      padding-bottom: 48px;
      padding-top: 48px;
    }

    .two-recipes-ctn-inner {
      flex-wrap: wrap;
      gap: 30px;
    }

    .two-recipes-ctn-inner > div {
      flex-basis: 100%;
    }

    .two-recipes-ctn .recipe-steps .step .step-counter {
      font-size: 18px;
      line-height: 18px;
      min-width: 40px;
      max-width: 40px;
      min-height: 40px;
      max-height: 40px;
    }
    .two-recipes-ctn .recipe-steps .step .step-text {
      font-size: 18px;
    }
  }
/* END_SECTION:two-recipes */

/* START_SECTION:what-other-says (INDEX:81) */
.what-other-says-ctn {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .what-other-says-ctn h2 {
    color: white;
    text-align: center;
  }
  .what-other-says-ctn .body-copy-bold {
    font-family: 'Heading';
    font-size: 18px;
  }
  .what-other-says-ctn .swiper-others {
    margin-top: 70px;
  }
  .what-other-says-ctn .body-copy-bold.review-title {
    margin-top: 5px;
    margin-bottom: 0;
  }
  .what-other-says-ctn .review-body {
    margin: 0;
  }
  .what-other-says-ctn .what-other-says-ctn-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .what-other-says-ctn .what-other-says-ctn-inner .what-other-say-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .what-other-says-ctn .what-other-says-ctn-inner .what-other-say-left p {
    text-align: left;
  }
  .what-other-says-ctn .what-other-says-ctn-inner .what-other-say-left .comment-writer {
    margin-top: 3rem;
    font-size: 14px;
  }
  .what-other-says-ctn .what-other-says-ctn-inner .what-other-say-left .verified {
    padding: 0;
    margin-top: -1rem;
    font-size: 14px;
  }
  .what-other-says-ctn .what-other-says-ctn-inner .what-other-say-left .testimonials {
    width: 370px;
    border-radius: 16px;
    background-color: white;
    padding: 32px;
  }

  .what-other-says-ctn .what-other-says-ctn-inner .what-other-say-right  {
    position: relative;
  }
  .what-other-says-ctn .what-other-says-ctn-inner .what-other-say-right .swiper-button-next, .what-other-says-ctn .what-other-says-ctn-inner .what-other-say-right .swiper-button-prev{
    display: flex !important;
  }

  .what-other-says-ctn .what-other-says-ctn-inner .what-other-say-right .swiper-button-prev{
    left: -35px;
  }

  .what-other-says-ctn .what-other-says-ctn-inner .what-other-say-right .swiper-button-next{
    right: -35px;
  }
  .what-other-says-ctn .what-other-says-ctn-inner .what-other-say-right img {
    width: 350px;
    border-radius: 30px;
  }

  @media (max-width: 640px) {

    .what-other-says-ctn {
      padding-top: 48px;
      padding-bottom: 48px;
    }
    .what-other-says-ctn .what-other-says-ctn-inner {
      flex-wrap: wrap;
      max-width: 90%;
    }
    .what-other-says-ctn .what-other-says-ctn-inner .what-other-say-left {
      order: 1;
    }
    .what-other-says-ctn .what-other-says-ctn-inner .what-other-say-left .testimonials {
      width: unset;
      padding-top: 60px; 
    } 
    .what-other-says-ctn .what-other-says-ctn-inner .what-other-say-right {
      margin-bottom: -40px;
      z-index: 1;
    }  

    .what-other-says-ctn .what-other-says-ctn-inner .what-other-say-right img {
        width: 100%;
        border-radius: 16px;
        aspect-ratio: 4/5;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        object-fit: cover;
    }
    .what-other-says-ctn .swiper-slide{
      background: transparent;
    }
     .what-other-says-ctn .what-other-says-ctn-inner .what-other-say-right .swiper-button-prev{
      left: 5px;
    }
  
    .what-other-says-ctn .what-other-says-ctn-inner .what-other-say-right .swiper-button-next{
      right: 5px;
    }
  }
/* END_SECTION:what-other-says */

/* START_SECTION:why-subscribe (INDEX:82) */
.why-subscribe-ctn {
    width: 100%;
    text-align: center;
    padding-bottom: 5rem;
  }

  .why-subscribe-ctn h2 {
    margin-bottom: 3rem;
  }

  .why-subscribe-ctn .why-subscribe-ctn-inner {
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 2rem;
  }

  .why-subscribe-ctn .why-subscribe-ctn-inner .s1 {
    background-color: black;
    padding: 4rem;
    border-radius: 16px;
  }

  .why-subscribe-ctn .why-subscribe-ctn-inner .s1 h3 {
    color: white;
    margin-top: 2rem;
  }

  .why-subscribe-ctn .why-subscribe-ctn-inner .s1 p {
    color: white;
  }
  .why-subscribe-ctn .why-subscribe-ctn-inner .s1 img {
    width: 40px;
  }

  @media (max-width: 640px) {
    .why-subscribe-ctn .why-subscribe-ctn-inner {
      grid-template-columns: 1fr 1fr;
      grid-gap: 1rem;
    }

    .why-subscribe-ctn .why-subscribe-ctn-inner .s1 {
      padding: 1rem;
    }
    .why-subscribe-ctn .why-subscribe-ctn-inner .s1 img {
      width: 25px;
    }
  }
/* END_SECTION:why-subscribe */

/* START_SECTION:words-from-subscribers (INDEX:84) */
.words-from-sub-ctn {
    background-color: #03594c;
    padding-top: 4rem;
    padding-bottom: 4rem;
    text-align: center;
    width: 100%;
  }

  .words-from-sub-ctn h2 {
    color: white;
  }

  .words-from-sub-ctn .ctn-inner {
    margin: auto;
    text-align: center;
  }

  .words-from-sub-ctn .ctn-inner .slide {
    width: 50%;
    margin: auto;
    background-color: #ffc9de;
    padding: 4rem;
    border-radius: 16px;
  }
  .words-from-sub-ctn .ctn-inner .slide img{
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 100%;
  } 

  .words-from-sub-ctn .be-the-part {
    background-color: #fff7de;
    border: none;
    width: 30%;
    border-radius: 50px;
    margin-top: 5rem;
    padding: 15px 20px;
    color: #03594c;
    display: inline-block; 
    font-family: 'Heading';
    text-decoration: none;
  }
  .words-from-sub-ctn .be-the-part:hover {
    opacity: 0.6;
  }

  @media (max-width: 640px) {
    .words-from-sub-ctn .ctn-inner .slide {
      width: unset;
      padding: 2rem;
    }
    .words-from-sub-ctn .be-the-part {
      width: 80%;
      margin-top: 3rem;
    }
  }
/* END_SECTION:words-from-subscribers */