  .sale-highlight { margin-top: 0; }
  .sale:nth-child(1),
  .sale:nth-child(3) { margin-top: 30px; }
  
  .sale:nth-child(1) .product-img { margin-bottom: 40px; }
  .sale:nth-child(2) .product-img { margin-bottom: 25px; }
  .sale:nth-child(3) .product-img { margin-bottom: 25px; }
  
  .sale:nth-child(1) .product--per-bag { margin-bottom: 40px; }
  
  .product-option:nth-of-type(1) { margin-bottom: 10px; }
  .product-option:nth-of-type(2) { margin-bottom: 25px; }
  
  .product-option {
    display: flex;
    align-items: center;
    max-width: 210px;
    width: 100%;
    margin: 0 auto 25px auto;
  }
  
  .product-option input[type=radio] {
    appearance: none;
    display: inline-block;
    width: 15px;
    height: 15px;
    padding: 2px;
    background-clip: content-box;
    border: 1px solid #1c1c1c;
    border-radius: 50%;
    margin-right: 10px;
    line-height: .8;
  }
  .product-option input[type=radio]:checked { background-color: #1c1c1c; }
  
  .product-option label {
    font-family: Roboto, "-apple-system", BlinkMacSystemFont, Tahoma, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }
  
  .product--regular {
    position: relative;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
  }
  .product--regular::before {
    content: "";
    background-color: #e00;
    width: 105%;
    height: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .product--today {
    font-size: 50px;
    line-height: 1;
    font-weight: 900;
    color: #39982b;
    margin-bottom: 0;
  }
  .product--per-bag {
    color: #39982b;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
  } 
  .product--total {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .product--save {
    font-size: 22px;
    margin-bottom: 15px;
  }
  
  .product--title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .product--title-lg {
    font-size: 26px;
    margin-bottom: 15px;
  }
  
  .sale .btn { margin-bottom: 10px; }
  
  .img--product {
    max-height: 193px;
  }
  
   .sale-highlight .sale__body {
    padding-left: 5px;
    padding-right: 5px;
  }
  
  .product-img--margin { margin-bottom: 45px; }


    .video {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 0;
      height: 0;
      box-shadow: 0 15px 30px rgba(0,0,0,.3);	
  }

  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .video-overlay {
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 0;
      left: 0;
    	bottom: -1px;
    	right: 0;
      z-index: 5;
      background: rgba(0,0,0,.5);
      cursor: pointer;
  }
  
  .video__icon {
    width: 70%;
    height: 70%;
    border-radius: 50%;
    background: url(/assets-funnel/cacao-bliss/cacao-bliss-lp/images/play-sound-opacity.png) no-repeat center/contain;
    transform: scale(1);  
    backface-visibility: hidden;
    animation: pulse-btn 1s infinite linear;
	}
  
  @keyframes pulse-btn {
    0% { transform: scale(0.95); } 
    50% { transform: scale(1); } 
    100% { transform: scale(0.95); } 
  }
  
  .video--fullscreen .video-overlay { opacity: 0; }


  .bg--blue { background-color: rgba(36, 73, 127, 1); }
  .bg--light-blue { background-color: #d4d6d9; }
  .txt--dark-blue { color: #24497f; }
  
  .followers {
  	display: flex;
    align-items: center;
    padding:5px 10px;
    width: 100%;
    max-width: 400px;
    border-radius: 15px;
    border-top-left-radius: 0;
  }
  
  .mb--30 { margin-bottom: 30px; }
  .mb--40 { margin-bottom: 40px; }
  .ml--10 { margin-left: 10px; }
  .mt--10 { margin-top: 10px; }
  
  .txt--xs {
    font-size: 16px;
	}
  
  .txt--xxxs {
    font-size: 14px;
	}
  
  h5.reviews-heading {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 40px;
    color: #30577d;
    text-align: left;
    font-family: "Lato";
  }
  
  .container--sm { max-width: 990px; }
  
  .container--padding {
  	padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .logos {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
    justify-content: space-between;
    align-items: center;
    padding-right: 15px;
	}
  .logos__item img {
    display: block;
    max-width: 100%;
    height: 100%;
	}
  
  .img--left {
    margin: 0 35px 30px 0;
	}
  
  .line-under { position: relative; }
  
  .line-under::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 1px;
    background-color: #b49b57;
	}
  
  .line-under--height::before {
    height: 4px;
	}
  
  .h2--sm {
  	font-family: "Lato";
    font-size: 40px;
    font-weight: 900;
  }
  
 	@media(max-width: 991px) {
    .logos {
      justify-content: flex-start;
      gap: 20px;
      padding-left: 15px;
      margin-top: 20px;
    }

    .container--padding {
      padding-top: 30px;
      padding-bottom: 30px;
    }
  }
  
  @media (max-width: 767px) {
    .mt--sm-30 {
      margin-top: 30px;	
    }
  }
  
  @media (max-width: 575px) {
    .logos__item:not(:last-child) {
      max-width: 35vw;
    }
    
    .followers { padding: 10px; }
  }
  

  
        .bg--cream {
            background-color: #b49b57
        }

        .txt--cream {
            color: #b49b57;
        }

        header {
            background-color: #2f3f58;
            background-image: url("/assets-funnel/cacao-bliss/cacao-bliss-lp/images/bg-pouch-new.jpg");
        }

        .bg--hero3 {
            background-image: url("/assets-funnel/partials/cacao-bliss/pouch-hero3.jpg");
        }

        .cacao-right.check li {
            margin-left: 50px;
            margin-bottom: 10px;
            background-size: 24px;
            background-repeat: no-repeat;
            background-position: left 3px;
            background-image: url("/assets-funnel/partials/cacao-bliss/check-cream.png");
        }

        header .img--right {
            margin: -40px -160px 30px 100px !important;
        }

        .video-wrap {
            width: 100%;
            margin: auto auto 15px;
            display: block;
            box-shadow: 0px 15px 30px 0px rgba(51, 51, 51, 0.5);
        }
  			
  			.container--xs {
          max-width: 700px;
            width: 100%;
            margin: auto auto 25px;
            display: block;
  			}

        .video {
            position: relative;
            padding-bottom: 56.25%;
            padding-top: 0;
            height: 0;
        }

        .video iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .v2 .header--background .wrapper {
            padding: 40px 0 20px;
            background-image: none;
            overflow: visible;
            position: relative;
            margin-bottom: 0;
        }

        .v2 .header--background .wrapper .image--center {
            position: absolute;
            bottom: 10px;
            left: 0;
            right: 0;
            margin-left: auto;
            margin-right: auto;
        }

        .mb--60 {
            margin-bottom: 60px;
        }

        .sale {
            margin-bottom: 60px;
        }

        .delayed {
            display: none;
        }
      
      	.btn--lg {
                max-width: 420px;
            }

            .btn-open {
                font-size: 22px;
                line-height: 1.1;
                padding: 20px;
                text-transform: capitalize;
                font-weight: 700;
                height: 100%;
                border-radius: 50px;
            }
      .sale {
                margin-bottom: 60px;
            }

            .section-hidden {
                display: none;
            }
      .mb--0 {
    margin-bottom: 0;
}

        @media(max-width: 1350px) {
            header .img--right {
                margin: -10px -110px 30px 40px !important;
                max-width: 400px;
            }
        }

        @media(max-width: 1260px) {
            header .img--right {
                margin: 0 -50px 30px 10px !important;
            }
        }

        @media(max-width: 1110px) {
            header .img--right {
                margin: 0 -30px 30px 0px !important;
            }
        }

        @media(max-width: 1080px) {
            header .img--right {
                margin: 80px -20px 30px 0px !important;
            }
        }

        @media(max-width: 991px) {
            header .img--right {
                display: none !important;
            }

            .v2 header img.mobile-d-block {
                max-width: 424px;
                width: 100%;
                margin: 20px auto auto;
                display: block !important;
            }

            .v2 .header--background .wrapper {
                padding: 20px;
            }

            .v2 .header--background .wrapper .image--center {
                display: none;
            }

        }

        @media(max-width: 900px) {
            .btn {
                padding: 27.5px 20px;
                font-size: 24px;
            }
        }

        @media(max-width: 768px) {
            .cacao-right.check li {
                margin-left: 30px;
                background-size: 18px;
            }

            .sale,
            .mb-md-30 {
                margin-bottom: 30px;
            }
        }

        @media(max-width: 600px) {
            .bg--hero3 {
                background-position: left;
            }

            .cacao-right.check li {
                margin-left: 15px;
                padding-left: 35px;
            }
        }

        @media(max-width: 450px) {
            h1 {
                font-size: 26px;
            }
        }
    
        .cali-notice {
            margin-top: 25px;
            margin-bottom: 15px;
            text-align: center;
        }

        .cali-notice a {
            font-size: 14px;
            color: #037fbe;
            text-decoration: underline;
            margin-bottom: 0;
        }

        #calinotice p.txt--sm {
            font-size: 16px;
            margin-bottom: 0;
        }

        #calinotice a {
            font-size: 16px;
            color: #037fbe;
            display: inline;
            text-decoration: underline;
        }

        #calinotice .d-none,
        .cali-notice.d-none {
            display: none !important;
        }

        #calinotice .d-block,
        .cali-notice.d-block {
            display: block !important;
        }
    
        
        .floating-btn-cta {
            position: fixed;
            bottom: 20px;
            right: 20px;
            margin-bottom: 0;
            opacity: 0;
            z-index: -1;
            background-color: #ffd800;
            text-decoration: none;
            color: #000;
            font-weight: 900;
            text-transform: uppercase;
            max-width: 270px;
            width: 100%;
            height: 73px;
            display: block;
            border-radius: 40px;
            border: 2px solid #ffd800;
            padding: 27.5px;
            font-size: 24px;
            line-height: 14px;
            -webkit-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

        .apear {
            z-index: 9999;
            opacity: 1;
        }

        .floating-btn-cta:hover {
            background-color: #ccac00;
            border-color: #ccac00;
        }

        .floating-btn-cta img {
            margin-right: 10px;
        }

        @media(max-width: 767px) {
            .floating-btn-cta {
                width: 100%;
                max-width: 100%;
                bottom: 0;
                left: 0;
                right: 0;
                border-radius: 0;
            }
        }
    
   
   
   .faq .panel {
                max-width: 100%;
                width: 100%;
                display: block;
                margin: 55px auto;
                position: relative;
                background-color: rgb(255, 255, 255);
                -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.15);
                box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.15);
            }

            .panel__text--wide {
                padding: 30px 50px;
            }

            .faq h3 {
                font-size: 24px;
                line-height: 29px;
                margin: 0;
                padding: 15px;
                text-align: left;
                color: #ffffff;
                background-color: #daa02a;
            }

            span.results {
                font-size: 13px;
                line-height: 16px;
                color: #565656;
                font-weight: 400;
            }

            .panel__text--wide img {
                width: 100%;
            }

            @media (max-width: 991px) {
                .faq .panel:last-child {
                    margin-bottom: 0;
                }
            }

            @media (max-width: 500px) {
                .panel__text--wide {
                    padding: 20px;
                }

                .panel h3 {
                    font-size: 20px;
                    line-height: 25px;
                    padding: 10px 60px 10px 15px;
                }
            }
   footer .p--30-20 {
            padding: 30px 20px;
        }

        footer .container,
        footer .wrapper,
        footer .wrap {
            padding: 0 !important;
        }

        footer {
            text-align: center;
            font-size: 0;
            margin-top: 0 !important;
            margin-bottom: 0 !important;
        }

        footer a {
            font-size: 16px;
            color: #333;
            padding: 0 10px !important;
            display: inline-block;
            text-decoration: none;
            margin-bottom: 25px !important;
        }

        footer p {
            font-size: 14px;
            line-height: 19px;
            text-align: center;
            padding: 0 !important;
            margin-bottom: 25px !important;
        }

        footer a:hover,
        footer a.disclaimer:hover {
            text-decoration: underline;
        }

        .legal {
            padding: 5px !important;
            font-size: 12px;
            margin-bottom: 20px;
            border: 1px solid #000;
        }

        footer a.disclaimer {
            font-size: 12px;
            color: #428bca;
            border-left: none;
            text-decoration: none;
            margin-bottom: 25px;
            margin-top: 0;
            text-align: center;
            display: block;
            top: 0 !important;
        }

        .mt--30 {
            margin-top: 30px !important;
        }

        footer p.mb--0,
        footer a.mb--0 {
            margin-bottom: 0 !important;
        }

        .pb--0 {
            padding-bottom: 0;
        }

        @media (max-width: 450px) {
            footer a {
                display: block;
            }
        }			
		
	footer .container { 
		display: block;
  	margin-left: auto;
  	margin-right: auto;
	}
	
 .txt--uppercase { text-transform: uppercase; }
  
  .box-timer__num { color: #e00; }
  
  .popup .txt--red { color: #e00; }
  
  .popup h2,
  .popup h5 { font-family: 'Roboto', sans-serif; }
  
  .popup h5 {
  	font-size: 24px;
    line-height: 1.2;
  }
  
  .popup h2,
  .popup .btn {
  	font-family: "Roboto Condensed", sans-serif;
  }
  
  .popup {
    display: none;
    max-width: 650px;
    width: 100%;
  	text-align: center;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    border: 3px solid #e00;
  }
  .popup__header {
		background: rgba(238, 41, 58, 1);
    padding: 15px 30px;
	}
  
  .popup .popup__header h2 { 
    color: #fff; 
    margin-bottom: 0;
  }
  
  .popup h2 { 
    text-transform: capitalize;
    font-size: 40px;
    font-weight: 900; 
    line-height: 1;
    margin-bottom: 10px;
  }
  
  .popup__content {
  	padding: 20px 15px;
  }
  
  .popup__content p { 
    font-size: 20px; 
    margin-bottom: 0;
  }
  
  .popup .btn {
    font-size: 25px;
    margin-bottom: 10px;
    max-width: 100%;
    font-weight: 900;
    transition: all .3s ease-in-out;
  }
  
  .popup .video {
  	background: #000;
    border-radius: 5px;
    overflow: hidden;
  }
  
  .popup .link {
  	color: rgba(66, 139, 202, 1);
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 0;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: text-decoration .3s ease-in-out;
  }
  
  .popup .link:hover { text-decoration-color: rgba(66, 139, 202, 1); }
  
  .fancybox-close-small {
  	background: #fff;
    width: 30px!important;
    height: 30px!important;
    padding: 0!important;
    top: 5px!important;
    right: 5px!important;
    opacity: 1!important;
    border-radius: 3px;
  }
  
  .fancybox-close-small svg path { 
    fill: rgba(238, 41, 58, 1); 
    transition: fill .3s ease-in-out;
  }
  
  .fancybox-close-small:hover svg path {
  	fill: #000;  
  }
  
  @media (max-width: 767px) {
  
    .popup .video { margin-bottom: 20px; }
  }
  
  @media (max-width: 575px) {
  	
    .popup h2 {
        font-size: 40px;
    }
    
    .popup .btn {
      font-size: 22px;
      padding: 20px 10px;
    }
    
    .popup__content {
      padding: 15px;
    }
    
    .mb-xs--20 { margin-bottom: 20px; }
  }
  @media (max-width: 395px) {
    .popup .btn { padding: 10px; }
  }
  
  @media (max-width: 350px) {
  	.popup .btn { font-size: 18px; }
  }	