@charset "utf-8";
/* CSS Document */
body * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
/* body blur on load */
@-webkit-keyframes image_blur {
    0% { -webkit-filter: blur(10px);}
    50% { -webkit-filter: blur(5px);}
    100% { -webkit-filter: blur(0px);}
    }
body {
    -webkit-animation: image_blur 0.5s;
	  font-family: 'Inter';
    font-weight: 400;
    line-height: 1.5;
    font-size: 1.2rem;
    color: #222222;
}
p {
    margin-top:1rem;
}
p:first-child {
    margin-top:0;
}
.r {
	font-size:56%;
}
.cents {
	font-size:70%;
	top:-0.18rem;
}
sup.sup {
	padding-top:2px;
	font-size:58%;
}
em {
	color:inherit;
}
/* Fonts */
.circular {
    font-family: 'Circular Std';
}
.circular-book {
    font-family: 'Circular Std Book';
}
.chronical {
    font-family: 'Chronicle Text G1';
	font-style: italic;
}

.gilroy {
    font-family: 'Gilroy';
}

.text-shadow {
    text-shadow:0 0 3px rgba(0,0,0,0.25);
}
.text-shadow-heavy {
    text-shadow:0 0 3px rgba(0,0,0,0.5);
}
.text-shadow-thin-dark {
	text-shadow:0.5px 0.5px 0 rgba(0,0,0,0.5);
}
.text-shadow-light {
    text-shadow:1px 1px 1px white;
}
.text-shadow-light-medium {
    text-shadow:1px 1px 1px rgba(158,78,87,0.4);
}
/* VIDEO */
.play-button-icon {
    transition: all 0.5s ease-out;
}
.play-button-icon:hover {
    transform:scale(1.05);
}

.videoWrapper {
    position: relative;
    padding-top: 25px;
    height: 0;
    background: #131313;
}
.videoWrapper {
    padding-bottom: 52.9%;
}

@media (max-width:600px) {
    .videoWrapper {
    padding-bottom: 49%;
    }
}
.video-full-width {
    margin-bottom:25px;
}
.coverTap {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mobileWrapper * {
	max-height: 100vh !important;
}
.video-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1 !important;
}
/* click to play text */
.play-button-text-wrapper {
    height: 100%;
}
.play-button-text {
    font-style: italic;
    transition: all .2s ease-out;
    cursor: pointer;
    text-transform: uppercase;
}
/* volume button */
@keyframes VOLUME_SMALL_WAVE_FLASH {
      0% { opacity: 0; }
     33% { opacity: 1; }
     66% { opacity: 1; }
    100% { opacity: 0; }
  }

  @keyframes VOLUME_LARGE_WAVE_FLASH {
      0% { opacity: 0; }
     33% { opacity: 1; }
     66% { opacity: 1; }
    100% { opacity: 0; }
  }

  .volume__small-wave {
    animation: VOLUME_SMALL_WAVE_FLASH 2s infinite;
    opacity: 0;
  }

  .volume__large-wave {
    animation: VOLUME_LARGE_WAVE_FLASH 2s infinite .3s;
    opacity: 0;
  }
.volume_button {
    border: 2px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    height: 60px;
    width: 60px;
    line-height: 60px;
    outline: none;
    padding-right: 0px;
    pointer-events: auto;
    position: absolute;
    right: 15px;
    text-align: left;
    top: 15px;
}
/* pause notifier */
.pause-notifier {
    pointer-events: none;
    opacity: 1;
    transform: scale(1.1);
    width: 60px;
    transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
}
.pause-notifier svg {
    overflow: visible;
}
.play-icon-arrow {
    top: 54px;
    left: -100px;
    max-width: 76px;
}
@media(max-width:767px) {
    .pause-notifier {
    width: 40px;
}
    .play-icon-arrow {
    top: 40px;
    left: -70px;
    max-width: 46px;
    }
}
.video-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: radial-gradient(circle,rgba(0,0,0,.4),rgba(0,0,0,.8));
    background: -webkit-radial-gradient(circle,rgba(0,0,0,.4),rgba(0,0,0,.8));
    z-index: 2 !important;
    top: 0;
    left: 0;
}
.video-overlay-after {
    width: 100%;
    height: 65px;
    position: absolute;
    z-index: 2 !important;
    top: 0;
    left: 0;
}
/* Purchase Options */
button, input, .hero *, .purchase_option * {
	transition: all 0.25s ease;
}
.purchase_option {
    cursor: pointer;
}
.purchase_option.selected {
    transition: all 0 ease-out;
}
.coupon .focused {
	outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: #2563eb;
}
.couponCodeApplied {
	background-color: rgb(144 68 76);
	-webkit-animation: pulse 4s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    animation: pulse 4s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.coupon button:disabled {
	background-color:rgb(212 212 216);
	border-color: rgb(82 82 91);
	color:rgb(161 161 170);
}
#frequency label.selected .radio-button {
    background-color:rgba(52,211,153);/*#bebfc0*/
}
.strike {
	position: relative;
}
.strike::after {
	content:"";
	position:absolute;
	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%) rotate(10deg);
	width:100%;
	height:3px;
	background:#D96B6B;
}
.starburst {
	line-height:1.2;
}
.starburst.most-popular {
	background-image:url("../img/star-green.png");
}
.starburst.best-value {
	background-image:url("../img/star-plumb.png");
}
.starburst-alt.most-popular {
	background-image:url("../img/star-peach.png");
}
@media(max-width:600px) {
	footer .menu {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}
/* Extended Testimonials */
@media(min-width:768px){
	.uk-tooltip {
		background: #e58c6c;
		color: white;
		text-shadow:1px 1px 1px rgba(0,0,0,0.4);
		box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
	}
	.vidTest, .vidTestClicked {
		min-height: 150px;
	}
}
@media(max-width:767px) {
	.uk-tooltip {
		display:none !important;
	}
	.vidTest, .vidTestClicked {
		height: 200px;
	}
}
.testimonialsWrapper .test-title {
	color:#a7545e;
}
/* width */
.testimonialsWrapper::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.testimonialsWrapper::-webkit-scrollbar-track {
  background: #d1b6a7;
	border-radius: 99px;
}

/* Handle */
.testimonialsWrapper::-webkit-scrollbar-thumb {
  	background: #e58c6c;
	border-radius: 99px;
}

/* Handle on hover */
.testimonialsWrapper::-webkit-scrollbar-thumb:hover {
  background: #b76a4f;
}
.divider {
	display:none;
}
.cbtb-fake {
	background: #f2f2f2;
	justify-content: center;
	align-items: center;
	display: flex;
}
.cbtb-fake img {
	max-width:290px;
	padding:4px;
}

/* Order Button */
.order-button {
	line-height: 1.2;
}
/* Pulse Animation */
.pulse {
  animation: pulse 3s infinite;
  animation-direction: alternate;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
    
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
    
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.guarantee-border {
	border-style: solid;
    border-width: 20px;
    border-image: url(../../global/img/certificate-border.png) 26 26 24 24 repeat;
}
/* NEW CTA BUTTONS */
.cta-boxes {
	max-width: 64rem;
	margin:auto; 
}
.cta-boxes .bottle-title p {
	margin-top:0 !important;
}
.cta-button {
  font-size: 24px;
  color: #51291c;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  background-color: #e58c6c;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
          box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFC7B2), to(#e58c6c));
  background-image: -o-linear-gradient(top, #FFC7B2, #e58c6c);
  background-image: linear-gradient(180deg, #FFC7B2, #e58c6c);
  border: 1px solid #fff;
  border-color: #e58c6c #D98567 #CF7A5B;
  border-radius: 999px;
  text-shadow: 1px 1px 0px #FFC3AE;
}

.cta-button:link,.cta-button:visited,.cta-button:hover,.cta-button:active {
  color: #51291c;
	text-decoration: none;
}

.cta-button:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 999px;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
  z-index: -1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FC9D79), to(#FC9D79));
  background-image: -o-linear-gradient(top, #FC9D79, #FC9D79);
  background-image: linear-gradient(180deg, #FC9D79, #FC9D79);
}
.cta-button:hover:before {
    opacity: 1;
}
.cta-button .arr {
  display: inline-block;
  -webkit-transform: translate(0, -2px);
      -ms-transform: translate(0, -2px);
          transform: translate(0, -2px);
}

.cta-box:hover .cta-button:before {
  opacity: 1;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
}
.cta-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-top: 30px;
  margin-bottom: 30px;
}

.cta-boxes h5.total {
  margin-top: 18px;
  color: #666;
  font-size: 18px;
  line-height: 1;
}

.cta-boxes h5.total strike {
  text-decoration: none;
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
}

.cta-boxes h5.total strike:after {
  content: " ";
  display: inline-block;
  width: 100%;
  opacity: 0.5;
  -webkit-transform: rotate(12deg);
      -ms-transform: rotate(12deg);
          transform: rotate(12deg);
  height: 2px;
  position: absolute;
  background-color: #bc0000;
  left: 0;
  top: 8px;
}

.cta-boxes p.freeship {
  font-size: 14px;
  text-align: center;
  margin-top: 0;
  font-weight: bold;
  color: #666;
  text-transform: uppercase;
}
.cta-boxes .freeship.hi {
	max-width:200px;
	margin:auto;
	padding:4px 0;
	border-radius:8px;
	background-color:transparent;
}
.cta-boxes h4.save {
  margin-top: 6px;
  font-style: italic;
  color: #bc0000;
  font-weight: 900;
  font-size: 20px;
}

.cta-boxes h4.save strong {
  font-size: 22px;
}

.cta-boxes .cta-box {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33%;
          flex: 1 0 33%;
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
  border-radius: 10px;
  margin-bottom: 20px;
  cursor: pointer;
  padding: 1px 1px 0;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
          box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.cta-boxes .new6pack {
	background-color:#fffdf1;
}
.cta-boxes .cta-box:hover {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  border-color: #C97557;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12),0 3px 5px -1px rgba(0,0,0,0.3);
          box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12),0 3px 5px -1px rgba(0,0,0,0.3);
}

.cta-boxes .cta-box.pack6 .bottle-title {
  padding-top: 12px;
  padding-bottom: 12px;
}

.cta-boxes .cta-box.pack6 .bottle-title h3 {
  font-size: 34px;
}

.cta-boxes .bottle-title {
  margin: 0px 0px 10px;
  padding: 8px 10px 10px;
  border-radius: 8px 8px 0 0;
}

.cta-boxes .bottle-title h5 {
  margin: 0 0 -4px;
  font-size: 16px;
  letter-spacing: 0.3em;
  font-weight: bold;
  color: #ffd1a8;
}

.cta-boxes .bottle-title h3 {
  color: #fff;
  margin: 12px 0 6px;
  line-height: 1;
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
}

.cta-boxes .bottle-title p {
  color: #fff;
  font-size: 17px;
  font-style: italic;
  text-align: center;
  margin: 0 0 6px;
  line-height: 1;
}

.cta-boxes .bottle-image {
  margin: 0 auto;
  position: relative;
}

.cta-boxes .price-details h4 {
  margin: 0;
}

.cta-boxes .price-details h4.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  margin-bottom: 16px;
  font-weight: 900;
  font-size: 48px;
  line-height: 1;
}

.cta-boxes .price-details h4.price span.pp {
  padding-left: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  letter-spacing: -0.0125em;
}

.cta-boxes .price-details h4.price span.pb {
  line-height: 1.1;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  text-align: left;
  font-weight: normal;
  font-size: 15px;
  padding-left: 8px;
}

.cta-boxes p.guarantee {
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-family: "Open Sans",sans-serif;
  background-color: #4b5563;
  margin: 10px 0 0px;
  padding: 10px 5px;
  border-radius: 0 0 8px 8px;
}
@media (max-width: 767px) {
	.cta-boxes {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-boxes p.freeship {
    margin-bottom: 4px;
  }

  .cta-boxes h4.save {
    font-size: 20px;
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
	.cta-boxes {
    -webkit-box-align: center;
        -ms-flex-align:center;
            align-items: center;
  }

  .cta-boxes h4.save span.fs {
    display: inline-block;
    font-size: 18px;
  }

  .cta-boxes .cta-box {
    margin-left: 2px;
    margin-right: 2px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(33% - 4px);
            flex: 1 0 calc(33% - 4px);
  }

  .cta-boxes .bottle-image {
    margin:0 auto;
  }

  .cta-boxes .price-details h4.price {
    font-size: 42px;
  }

  .cta-boxes .price-details h4.price span.pb {
    font-size: 13px;
  }

  .cta-button {
    font-size: 22px;
  }

  .cta-button {
    padding: 10px 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.cta-boxes .cta-box.pack6 .bottle-title h3 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
	.cta-boxes .cta-box {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(33% - 10px);
            flex: 1 0 calc(33% - 10px);
    margin-left: 5px;
    margin-right: 5px;
  }

  .cta-button {
    font-size: 26px;
  }

  .cta-button {
    padding: 10px 0;
  }
}

@media (max-width: 768px) {
	.cta-boxes .price-details h4.price {
		font-size:38px;
	}
}
@media(min-width:961px) {
	.cta-boxes .pack1, .pack3 {
		transform:scale(0.95);
	}
	.cta-boxes .pack6 {
		transform:scale(1.05);
	}
}
.cta-boxes .pb {
	position: relative;
	top:0.8rem;
}
.cta-boxes .price-today {
	flex-wrap: nowrap;
}
.plusBonus {
	display: inline;
	background:rgba(255,255,255,0.8);
	border:thin solid rgba(255,255,255,0.9);
	padding:0 6px 1px 5px;
	margin-left:0.25rem;
	color:#b66a4e;
	font-size:0.9rem;
	border-radius: 999px;
	font-weight: bold;
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}
/* Pulse for purchase boxes badge */
.animation-pulse {
  animation: pulse-animation 2s infinite;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
}
/* Images */
.imgfx, .image-collage img, .testimonial img {
    border: 1px solid #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
}
/* New Guntry CTA Boxes */
.cta-boxes-guntry .option {
	transition: all ease-in 0.25s;
	cursor: pointer;
}
.cta-boxes-guntry .option.selected {
	transform: scale(1.12);
	background:#fff0eb;
	border-color:#e58c6c;
}
.cta-boxes-guntry .option.selected span {
	color:#e58c6c;
	font-weight: bold;
}
.cta-boxes-guntry .option:hover {
	background:#fff0eb;
	border-color:#e58c6c;
}
.cta-boxes-guntry .option:hover span {
	color:#e58c6c;
}
.cta-boxes-guntry .cta-button {
	font-size: 1.25rem;
	text-transform: capitalize;
}
.cta-button-guntry {
	text-transform: capitalize;
}
@keyframes guntry_pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.guntry_pulse {
    animation: pulse 1s ease-out 2;
}
.guntry-check {
	filter: hue-rotate(292deg);
}