/** Shopify CDN: Minification failed

Line 1090:5 Expected identifier but found "."
Line 1370:6 Expected ":"
Line 1405:10 Expected ":"
Line 2456:2 Unexpected "@media"
Line 2765:12 Expected ":"
Line 2765:23 Expected identifier but found "*"
Line 3159:2 Unexpected "}"
Line 3164:2 Unexpected "}"
Line 3254:20 The "-" operator only works if there is whitespace on both sides

**/
/* ====== 2021/22 Override by Lightyears ===== */
/* === Edit by Chris McKenna === */

/* === TYPOGRAPHY === */
/* Recoleta */

:root {
  --color-blush: #ffc6ba;
  --color-softpink: #fdebe7;
  --color-gentlegreen: #e5e4cf;
  --color-offwhite: #f7efe4;
  --color-risingred: #e66450;
  --color-brownblack: #0a0000;
  --color-cobalt: #697E97;
  --main-text-color: #000000;
  --title-letterspacing: 0.2px;
    
  --cubit: 30px;
}

@font-face {
    font-family: 'Recoleta';
    src: url('//misterjoneshealth.com/cdn/shop/t/224/assets/Recoleta-Medium.eot?v=35917534662512467391750886539');
    src: url('//misterjoneshealth.com/cdn/shop/t/224/assets/Recoleta-Medium.eot?v=35917534662512467391750886539?#iefix') format('embedded-opentype'),
        url('//misterjoneshealth.com/cdn/shop/t/224/assets/Recoleta-Medium.woff2?v=28663180163868361311750886539') format('woff2'),
        url('//misterjoneshealth.com/cdn/shop/t/224/assets/Recoleta-Medium.woff?v=172553556581112413861750886539') format('woff');
    font-weight: 500;
    font-style: bold;
    font-display: swap;
}

@font-face {
    font-family: 'Recoleta';
    src: url('//misterjoneshealth.com/cdn/shop/t/224/assets/Recoleta-Regular.eot?v=120642412825584009721750886539');
    src: url('//misterjoneshealth.com/cdn/shop/t/224/assets/Recoleta-Regular.eot?v=120642412825584009721750886539?#iefix') format('embedded-opentype'),
        url('//misterjoneshealth.com/cdn/shop/t/224/assets/Recoleta-Regular.woff2?v=132048387633104896211750886539') format('woff2'),
        url('//misterjoneshealth.com/cdn/shop/t/224/assets/Recoleta-Regular.woff?v=77659043835725499741750886539') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
  
body, button, input, select, textarea {
  font-family: "AktivGrotesk-Medium";
}

.title,h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,
  blockquote,
  .homepage-product-title, 
  .product-title,
  .circles-product-list .list-title
  {
    font-family: 'Recoleta',serif !important;
    text-transform: unset !important; letter-spacing: 1px;
  }

.title,h1,.h1 {
  font-size: 64px !important;
  letter-spacing: var(--title-letterspacing) !important;
  font-weight: 400;
}

h2,.h2 {
  font-size: 48px !important;
  letter-spacing: var(--title-letterspacing) !important;
  font-weight: 400 !important;
  color: var(--main-text-color);
}
.main-content h2 {
  color: var(--main-text-color);
  text-transform: unset;
}

h3,.h3,.homepage-product-title {
  font-size: 30px !important;
  letter-spacing: var(--title-letterspacing) !important;
  font-weight: 400;
}
  
h4,.h4,
.circles-product-list .product-title
{
  font-family: 'Recoleta',serif !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  
}
  
  .circles-product-list .product-title {
    text-transform: capitalize !important;
    white-space: break-spaces;
  }
  
h5,.h5,.small-heading
.circles-product-list .product-title 
{
  font-size: 20px !important;
  font-weight: 400;
}
 
  
.title--flex {
  font-size: clamp(60px,6vw,100px) !important;
  letter-spacing: 2px !important;
}
  
small,.small {
  font-size: 12px !important;
  line-height: 1.2em;
  display: inline-block;
}
  
.product-advanced .product-content .product-desc {
  font-size: 18px;
}
  
.text-capitalize,
.circles-product-list .list-title {
  text-transform: capitalize;
  font-weight: 400;
}

@media (max-width: 768px) {
  .title,h1,.h1 {
    font-size: 48px !important;
  }

  h2,.h1 {
    font-size: 35px !important;
  }

  h3,.h3 {
    font-size: 20px !important;
  }
  
  h4,.h4,.small-heading {
    font-size: 15px !important;
  }

  small,.small {
    font-size: 10px !important;
  }
}
  
/* h7 for cart titles */
  .h7 {font-size: 12px !important;}  
  
@media (min-width: 992px) {
  .homepage-product-list .stamped-badge-caption, .product-advanced .stamped-badge-caption {
    font-size: 16px !important;
  }
}
  
  
  
  
/* ===== BUTTONS ===== */
  .btn {
    border: 1px solid var(--color-risingred) !important;
    color: var(--color-risingred);
    background-color: var(--color-softpink) !important;
    border-radius: 40px !important;
    font-size: 1rem !important;
    letter-spacing: 1.5px;
    padding: 1rem 2.6rem .9rem 2.6rem !important;
    text-transform: uppercase;
    font-weight: 600;
    transition: all ease .2s;
  }
  
  @media (max-width: 768px) {
    .btn {
      padding: 1rem !important;
      text-align: center;
      font-size: .9rem;
    }
  }
  .btn:hover {
    background-color: var(--color-risingred) !important;
    color: #fff !important;
  }
  .btn-solid {
    border: 1px solid var(--color-risingred) !important;
    color: #fff;
    background-color: var(--color-risingred) !important;
  }
  .btn--blush-solid {
    background-color: var(--color-blush) !important;
    border: 1px solid var(--color-blush) !important;
    color: #fff;
  }
  .btn--splash {
    font-size: 1.3rem !important;
    padding: 1.3rem 3rem !important;
    border-radius: 40px;
    background-color: var(--color-blush) !important;
    border: 1px solid var(--color-risingred) !important;
    color: var(--color-risingred);
  }
  .btn--dark,.btn.addToCart {
    border: 1px solid var(--color-brownblack) !important;
    color: #fff !important;
    background-color: var(--color-brownblack) !important;
    background: var(--color-brownblack) !important;
      
  }
  .btn--dark:hover,.btn.addToCart:hover {
    border: 1px solid var(--color-risingred) !important;
    color: #fff !important;
    background-color: var(--color-risingred) !important;
    background: var(--color-risingred) !important;
  }
  .btn--large {
    font-size: 1.3rem !important;
    padding: 1.3rem 3rem !important;
    border-radius: 40px !important;
  }
  .btn--wide {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .btn--light {
    background-color: var(--color-softpink) !important;
    color: var(--color-risingred) !important;
  }
  .btn--light-solid {
    background-color: var(--color-softpink) !important;
    border: 1px solid var(--color-softpink) !important;
    color: var(--color-risingred) !important;
  }
  .btn--white {
    background-color: #fff !important;
    color: #000;
  }
  .btn--white-solid {
    background-color: #fff !important;
    border: 1px solid #fff !important;
    color: #000;
  }
  .btn--white-solid:hover {
    background-color: var(--color-risingred) !important;
    border: 1px solid var(--color-risingred) !important;
    color: #fff;
  }
  .btn--blush {
    background-color: var(--color-blush) !important;
    color: var(--color-risingred) !important;
  }
  .template-product .add-to-cart__wrapper {
    width: calc(100% - 84px);
  }
  .btn.addToCart, .template-product .add-to-cart__wrapper .btn {
    border-radius: 40px !important;
     font-family: 'AktivGrotesk-Medium';
    font-weight: 400;
    height: auto;
  }
  .zpa-btn-custom, .zpa-btn-custom-mobile {
    border-radius: 40px !important;
  }
  .btn--blush-solid:hover {
    background-color: var(--color-risingred) !important;
    border: 1px solid var(--color-risingred) !important;
    color: #fff;
  }
  .btn--splash:hover {
    background-color: var(--color-brownblack) !important;
    border: 1px solid var(--color-brownblack) !important;
    color: #fff;
    opacity: 1;
  }
  
  .btn--full {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    text-align: center;
  }
  
  .btn--outline {
    background-color: transparent !important;
    border: 1px solid #000 !important;
    color: #000 !important;
    box-shadow: none !important;
  }
  
  .btn--outline:hover {
    background-color: #E46554 !important;
    border: 1px solid #E46554 !important;
    color: #000 !important;
  }
  
  .btn--splash-solid {
    border-color: #E46554 !important;
    background-color: #E46554 !important;
    color: #fff !important;
    font-family: AktivGrotesk-Light !important;
    font-size: 16px !important;
    letter-spacing: 1px;
    padding: 1.3rem 4rem!important;
  }
  
  .btn--splash-solid:hover {
    border-color: #000 !important;
    background-color: #000 !important;
    color: #fff !important;
  }
  
  
 /* ===== STARS ===== */
   .fa-star, .fa-star-half-o, .fa-star-o, .stamped-fa-star, .stamped-fa-star-half-o, .stamped-fa-star-o {
/*     color: var(--color-brownblack) !important; */
  } 

.fa-star, .stamped-fa-star {
    color: var(--color-brownblack) !important;
  }
  
  
 /* ==== RADI BUTTONS ==== */
  .rc_block .radio-label__selected-state {
    position: absolute;
    left: 15px;
    top: 17px;
    border: 2px solid #000 !important;
    border-radius: 50%;
    pointer-events: none;
  }
  .rc_block__type--active .radio-label__selected-state {
    border: 2px solid #000 !important;
    background-color: #000 !important;
    box-shadow: inset  0 0 0 2px #F8F0E6;
  }
  .radio-label__div {
    border-radius: 20px;
  }
  @media (min-width: 769px) {
    .radio-label__selected-state {
    }
  }
  
  
  
  /* ==== INPUT FIELDS ==== */
  input, input[type=email], input[type=file], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    border: 1px solid var(--color-risingred);
  	color: var(--color-brownblack) !important;
    font-size: 14px !important;
    padding: 11px 14px;
  }
  input:focus,input[type=email]:focus, input[type=file]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
    border: 1px solid var(--color-risingred);
    box-shadow: 0 0 5px rgb(8 42 146 / 15%) !important;
  }
  *::placeholder {
    color: #858585;
  }

  /* Klaviyo Form Input fields */
  
  .kl-private-reset-css-Xuajs1 {
/*     padding: 20px;
    width: 100%;
    max-width: 500px; */
  }
  /*@media (max-width: 768px ) {
    .kl-private-reset-css-Xuajs1 {
      max-width: 110vw !important;
    }
  }*/
  
  .klaviyo-form input, input.kl-private-reset-css-Xuajs1 {
    border-radius: 4px !important;
/*     border: 1px solid var(--color-risingred) !important; */
  	color: var(--color-brownblack) !important;
    font-size: 14px !important;
    padding: 11px 14px !important;
  }
  .klaviyo-form input:focus, input.kl-private-reset-css-Xuajs1:focus {
/*     border: 1px solid var(--color-risingred) !important; */
/*     box-shadow: 0 0 5px rgb(8 42 146 / 15%) !important; */
    color: var(--color-risingred) !important;
  }
  .kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1 .ql-editor p {
    font-size: 30px !important;
    letter-spacing: var(--title-letterspacing) !important;
    font-weight: 400;
  }
  

/* ==== SPACING ==== */
.product__thumbs--square {
  margin-bottom: var(--cubit) !important;
}
  

  /* === CORNER ROUNDING === */
  .product-advanced .product-content .bg-color {
    border-radius: 30px;
  }
  
  
  
  /* === NAVIGATION / CART === */
/*   .nav--mobile .menu-second {
    top: -7px;
  }
  .bag-txt {display: none !important;}
  .nav--mobile .header-cart__wrapper img {
    max-width: 55px; height: 45px;
  }
  .header-cart__wrapper .cartCount {
    top: 22px;
    right: 18px;
    min-height: 19px;
    min-width: 18px;
    font-size: 10px;
    line-height: 17px;
    border: 1px solid #000;;
  }
  .header-cart__wrapper .cartCount.hidden-count {
    background-color: #fff;
    color: #FFF !important;
    display: block;
  } */
  
  .cart-drawer {
    background-color: var(--color-offwhite);
  }
  .cart-drawer__items .cart-drawer__item-qty {
    border-radius: 4px;
    padding: 0 5px;
  }
  .cart-drawer__recommendations-heading {
    font-size: 16px;
    margin-bottom: 1em;
    margin-top: 1em;
  }
  .cart-drawer__actions {
    background-color: transparent; box-shadow: none;
  }
  .cart-quick-button {
    display: block;
    font-size: 13px !important;
    line-height: 8px; /* to fix vert align issue */
    min-height: 30px;
    font-weight: 400;
    padding: 8px 11px 6px!important;
    margin-bottom: 2px;
    border-radius: 4px;
    font-family: AktivGrotesk-Regular;
  }
  
  .cartForm .checkout__button, .cartForm .update-cart {
  }
  .info-bar {
    background-color: var(--color-offwhite); 
  }

  
  /* === Stamped reviews page === */
  .stamped-products-reviews-title a:after {
    background: transparent;
    border: 1px solid var(--color-risingred) !important;
    color: var(--color-risingred) !important;
    border-radius: 30px !important;
    padding: 5px 15px 3px 15px !important;
    text-transform: capitaize !important;
  }
  
  #stamped-full-page {
    padding: 0;
  }
  
  /* === Stamped side of site widget === */
  .stamped-widget-drawer .stamped-widget-button, .stamped-widget-drawer:not(.open) {
    background: #000 !important;
  }
  
  #stamped-reviews-widget[data-widget-type="full-page"] .stamped-widget-buttons {
    display: none !important;
  }
  
  .stamped-widget-drawer .stamped-widget-button:hover, .stamped-widget-drawer.open .stamped-widget-button {
    background: var(--color-risingred) !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  
  
  /* === FAQ PAGE === */
  .accordion--faq-page .accordion--title {
    border-top: 1px solid #000;
    padding-top: 20px;
    margin-top: 14px;
    margin-bottom: 5px;
  }
  .accordion--faq-page .accordion--title:hover {
    color: var(--color-risingred);
  }
  .accordion--faq-page .accordion--content {
    padding: 15px 30px;
  }
  
  /* === COLLECTION PAGE === */
/*   .product-block {background-image: none !important;} */
  
  /*styling selected label*/
  .rc_radio + div.radio-label__div {
    border: 1px solid #000 !important;
  }
  
  .rc_radio:checked + div.radio-label__div {
    background-color: #F8F0E6 !important;
    border: 1px solid #000 !important;

    @media (min-width: 769px) {
      background-color: #F8F0E6 !important;
      border: 1px solid #000 !important;
    }
  }
  
  .template-product .quantity-selector__wrapper .js-qty .QuantityInput {
    border-radius: 8px !important;
  }
  #your-shopping-cart .template-product .quantity-selector__wrapper .js-qty .QuantityInput, .template-product .quantity-selector__wrapper #your-shopping-cart .js-qty .QuantityInput, .template-product .quantity-selector__wrapper .ajaxcart__qty .QuantityInput, .template-product .quantity-selector__wrapper .js-qty .QuantityInput {
    display: block;
    border-radius: 8px;
    font-weight: 400 !important;
    font-family: 'AktivGrotesk-Medium';
    height: auto;
    width: 74px;
  }
  .ajaxcart__qty-adjust, .js-qty__adjust {font-weight: 400; font-family: 'AktivGrotesk-Medium'}
  .ajaxcart__qty--plus, .js-qty__adjust--plus {}
  .ajaxcart__qty--minus, .js-qty__adjust--minus {}
  
  .template-product .title-bg.bg-enabel {
    padding-top: 60px;
  }
  .template-product .product-step {
    padding: 51px 15px 52px;
  }
  
  
  
  
  /* === NEW COLLECTION v2 === */

.collection {
	padding-bottom: 9em;
  	background-color: #FEFCFA;
  	position: relative;
  }
  
  .collection .wrapper {
    max-width: 1440px !important;
    padding-left: 2em !important;
    padding-right: 2em !important
  }

  .collection .product-desc {
	font-size: 16px;
    font-weight: 400;
  }
  
  .collection .product-img {
    background: none !important;
    margin: 0;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    transform: translate(0,0);
    border-radius: 0;
  }
  
  .collection .product-img::before {
    content: '';
    display: block;
    padding-top: 100%;
  }
  
  .collection .product-img a img {
    max-width: 100%;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0,0);
  }
  
  .collection .stamped-badge {
    text-align: left;
    padding: 0;
  }
  .collection .stamped-badge-starrating {
    display: inline-block;
    margin-right: .3em !important;
  }
  .collection .stamped-badge-starrating .stamped-fa-star {
    
  }
  .collection .stamped-badge-starrating .stamped-fa:before {
    font-size: 12px;
    margin-right: 2px;
    margin-top: 5px;
    color: #E46554;
  }
  .collection .stamped-badge-caption {
    display: inline-block;
    font-size: 12px;
    color: #7a7a7a;
    margin-top: 1rem;
    margin-bottom: 0;
    text-decoration: none;
  }
  .collection .stamped-badge-caption:hover {
    pointer: normal;
    text-decoration: none;
  }
  
  .circles-product-list .btn {
    height: 3em;
    line-height: 1em;
  }
  @media(max-width: 768px) {
    .circles-product-list .btn {
      height: 3em;
    }
  }
  
  .collection .product-block {
    font-size: 14px;
    font-family: "AktivGrotesk-Regular";
    position: relative;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;
  }
  .collection .product-block .description {
    margin-bottom: 1em;
  }
  .collection .product-block .btn {
    margin-top: auto;
  }
  
  .collection .product-block .badge {
    position: absolute;
    top: 3% !important;
    left: 4% !important;
    right: 4% !important;
    margin-left: 0;
    text-align: left;
  }
  .collection .product-block .badge svg {
    width: 50px;
    margin-left: 0;
  }

  
  .collection .product-block .product-title {
    font-size: 18px !important;
    text-align: left;
    margin-top: 1.6rem;
  }

  
  
  .collection .product-block .meta {
    margin-top: .5rem;
    font-size: 14px;
    color: #000;
    font-family: "AktivGrotesk-Light"
  }
  .collection .product-block .meta .price {
    font-family: "AktivGrotesk-Medium";
  }
  .collection .product-block .meta .extra {
    
  }
  
  .collection .product-block .description {
    font-size: 14px;
    margin-top: .6rem;
    line-height: 1.3em;
    color: #7a7a7a;
/*     min-height: 2.5em; */
    width: 100%;
  }
  
  .collection .product-block .product_link {
    font-size: 14px;
    color: #E46554;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 1.5em;
    transition: color ease .2s;
    text-transform: capitalize;
  }
  .collection .product-block .product_link:hover {
    color: #000;
  }

  .collection .product-block .btn--bottom {
    color: #fff;
    text-align: center;
    background-color: #000 !important;
    border-color: #000 !important;
    margin: auto 0 0 0;
    letter-spacing: 0;
    font-weight: 400;
    width: 100%;
    max-width: 100%;
  }
  
  
  .collection_menu {
    width: 100%;
    margin: 0 auto 0 auto;
    padding-top: 1em;
    text-align: left;
    border-bottom: 1px solid #E46554;
  }
  
  .collection_background_overlay {
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
    background: #979797;
    pointer-events: none;
    opacity: 0;
    z-index: 50;
    transition: opacity linear .5s;
  }
  
  .collection_background_overlay.show {
    pointer-events: all;
    opacity: .7;
  }
  
  .collection_menu .wrapper {
    max-width: 1440px;
    margin-right: auto;
    text-align: left;
  }
  .collection_menu .link{
    display: inline-block;
    margin-right: 5vw;
    text-decoration: none;
    padding: 5px 20px;
    position: relative;
    font-family: AktivGrotesk-Regular;
    font-size: 16px;
  }
  
  @media (max-width: 768px) {
  	.collection_menu .link {
      padding: 5px 10px;
      margin-right: 1vw;
    }
    
    .collection .product-block .btn {
      font-size: 10px;
      line-height: 12px;
      letter-spacing: 0px;
      font-family: AktivGrotesk-Regular;
      white-space: break-spaces;
      line-height: 12px;
     
    }
    
  }
  .collection_menu .link:last-child{
    margin-right: 0;
  }
  .collection_menu .link::after{
    content: '';
    display: block;
    height: 4px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: #E46554;
    max-width: 0px;
    transition: all ease .2s;
  }
  .collection_menu .link.active{
    font-weight: bold
  }
  .collection_menu .link:hover::after, .collection_menu .link.active::after{
    max-width: 100%;
  }
  
  
  
  /* Tablet up */
  @media (min-width: 720px) {
    
    .collection .wrapper {
      padding-left: 0;
      padding-right: 0;
    }
    
    .collection .product-list {
      max-width: 700px;
      margin: auto;
      grid-template-columns: repeat(3,29%);
      grid-column-gap: 45px;
    }
    
    .collection .product-desc {
      max-width: 50vw;
    }
    
    .collection {
      padding-left: 0;
      padding-right: 0;
    }
    
    .collection .product-desc {
      max-width: 50vw;
      margin: auto auto;
      padding-left: 0;
      padding-right: 0;
    }
    
    .collection .best-product-block:first-child {
    	grid-area: 1;
  	}
    
  }
  
  
  /* Desktop up */
  @media (min-width: 1200px) {
    
    .collection .wrapper {
/*       padding-left: 1rem !important;
      padding-right: 1rem !important; */
    }

    .collection .product-desc {
      max-width: 25vw;
    }
    
    .collection .product-list {
      max-width: 1150px;
      margin: auto;
      grid-template-columns: repeat(4,1fr);
      grid-column-gap: 65px;
    }
    
  }
  
  /* WideScreen up */
  @media (min-width: 1440px) {
    
    .collection .wrapper {
/*       padding-left: 0!important;
      padding-right: 0 !important; */
    }
    
    .collection .product-list {
      max-width: 1350px;
      margin: auto;
      grid-template-columns: repeat(4,1fr);
      grid-column-gap: 65px;
    }
    
  }
  
  /* Ultrawide up */
  @media (min-width: 1900px) {
    
    .collection .btn--bottom {
      max-width: 95%; /* We're trying to break these here to stop a dumb override in the base stylesheet */
      line-height: 1em; /* We're trying to break these here to stop a dumb override in the base stylesheet */
    }
    
  }



/* ======== NEW COLLECTION POPUPS ======== */

  body.noScroll {
    overflow: hidden;
  }
  
  .collection-popup {
    position: fixed;
    top: 0; bottom: 0;
    left: 0; right: 0;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 2em;
    opacity: 0;
    z-index: 110;
    overflow:hidden;
    transition: all ease .3s;
    visibility: hidden;
  }
  .collection-popup .bgwrapper {
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    background-color: #c4c4c4;
    opacity: .6;
    z-index: 105;
  }
  .collection-popup.active {
    opacity: 1;
    visibility: visible;
  }
  .collection-popup .bgwrapper:hover {
	cursor: pointer;
  }
  
  .collection-popup .popup-body {
    width: 100%;
    max-width: 1050px;
    margin: auto;
    background-color: #FEFCFA;
    border-radius: 30px;
    z-index: 120;
    overflow: hidden;
  }
  
  .collection-popup .popup-body .popup-content {
    padding: 2em 3em;
  }
  
  .collection-popup .row, .custom-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -15px; margin-right: -15px;
  }
  
  .collection-popup .row .col, .custom-row .col {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  
  .collection-popup .heading-row {
    margin-bottom: 1vw;
  }
  
  .font-grotesk {
    font-family: AktivGrotesk-Regular;
  }
  .font-grotesk-m {
    font-family: AktivGrotesk-Medium;
  }
  .font-grotesk-l {
    font-family: AktivGrotesk-Light;
  }
  
  .color-rose {color: #E46554;}
  
  .p-1 {padding: 1em;}
  
  .my-0 {margin-top: 0 !important; margin-bottom: 0 !important;}
  .mt-0 {margin-top: 0 !important;}
  .mb-0 {margin-bottom: 0 !important;}
  
  .my-1 {margin-top: 1em; margin-bottom: 1em;}
  .mt-1 {margin-top: 1em;}
  .mb-1 {margin-bottom: 1em;}
  
  .popup-heading {
    opacity: .5 !important;
    font-size: 14px;
    font-family: AktivGrotesk-Medium;
    justify-content: center;
    text-transform: uppercase;
  }
  
  .collection-popup .row .col-12 { max-width: 100%; }
  .collection-popup .row .col-2 { max-width: 16.6%; }
  .collection-popup .row .col-3 { max-width: 25%; }
  .collection-popup .row .col-4 { max-width: 33%; }
  .collection-popup .row .col-5 { max-width: 41.6%; }
  .collection-popup .row .col-6 { max-width: 50%; }
  .collection-popup .row .col-7 { max-width: 58.3%; }
  .collection-popup .row .col-8 { max-width: 66%; }
  .collection-popup .row .col-9 { max-width: 75%; }
  .collection-popup .row .col-10 { max-width: 83.3%; }
  
  @media (min-width: 740px) {    
    .collection-popup .row .col-sm-12 { max-width: 100%; }
    .collection-popup .row .col-sm-2 { max-width: 16.6%; }
  	.collection-popup .row .col-sm-3 { max-width: 25%; }
    .collection-popup .row .col-sm-4 { max-width: 33%; }
    .collection-popup .row .col-sm-5 { max-width: 41.6%; }
    .collection-popup .row .col-sm-6 { max-width: 50%; }
    .collection-popup .row .col-sm-7 { max-width: 58.3%; }
    .collection-popup .row .col-sm-8 { max-width: 66%; }
    .collection-popup .row .col-sm-9 { max-width: 75%; }
    .collection-popup .row .col-sm-10 { max-width: 83.3%; }
  }
  
  @media (min-width: 920px) {    
    .collection-popup .row .col-md-12 { max-width: 100%; }
    .collection-popup .row .col-md-2 { max-width: 16.6%; }
  	.collection-popup .row .col-md-3 { max-width: 25%; }
    .collection-popup .row .col-md-4 { max-width: 33%; }
    .collection-popup .row .col-md-5 { max-width: 41.6%; }
    .collection-popup .row .col-md-6 { max-width: 50%; }
    .collection-popup .row .col-md-7 { max-width: 58.3%; }
    .collection-popup .row .col-md-8 { max-width: 66%; }
    .collection-popup .row .col-md-9 { max-width: 75%; }
    .collection-popup .row .col-md-10 { max-width: 83.3%; }
  }
  
  @media (min-width: 1200px) {    
    .collection-popup .row .col-lg-12 { max-width: 100%; }
    .collection-popup .row .col-lg-2 { max-width: 16.6%; }
  	.collection-popup .row .col-lg-3 { max-width: 25%; }
    .collection-popup .row .col-lg-4 { max-width: 33%; }
    .collection-popup .row .col-lg-5 { max-width: 41.6%; }
    .collection-popup .row .col-lg-6 { max-width: 50%; }
    .collection-popup .row .col-lg-7 { max-width: 58.3%; }
    .collection-popup .row .col-lg-8 { max-width: 66%; }
    .collection-popup .row .col-lg-9 { max-width: 75%; }
    .collection-popup .row .col-lg-10 { max-width: 83.3%; }
  }
  
  .custom-row .col-12 { max-width: 100%; }
  .custom-row .col-2 { max-width: 16.6%; }
  .custom-row .col-3 { max-width: 25%; }
  .custom-row .col-4 { max-width: 33%; }
  .custom-row .col-5 { max-width: 41.6%; }
  .custom-row .col-6 { max-width: 50%; }
  .custom-row .col-7 { max-width: 58.3%; }
  .custom-row .col-8 { max-width: 66%; }
  .custom-row .col-9 { max-width: 75%; }
  .custom-row .col-10 { max-width: 83.3%; }
  
  @media (min-width: 740px) {    
    .custom-row .col-sm-12 { max-width: 100%; }
    .custom-row .col-sm-2 { max-width: 16.6%; }
  	.custom-row .col-sm-3 { max-width: 25%; }
    .custom-row .col-sm-4 { max-width: 33%; }
    .custom-row .col-sm-5 { max-width: 41.6%; }
    .custom-row .col-sm-6 { max-width: 50%; }
    .custom-row .col-sm-7 { max-width: 58.3%; }
    .custom-row .col-sm-8 { max-width: 66%; }
    .custom-row .col-sm-9 { max-width: 75%; }
    .custom-row .col-sm-10 { max-width: 83.3%; }
  }
  
  
  @media (min-width: 920px) {    
    .custom-row .col-md-12 { max-width: 100%; }
    .custom-row .col-md-2 { max-width: 16.6%; }
  	.custom-row .col-md-3 { max-width: 25%; }
    .custom-row .col-md-4 { max-width: 33%; }
    .custom-row .col-md-5 { max-width: 41.6%; }
    .custom-row .col-md-6 { max-width: 50%; }
    .custom-row .col-md-7 { max-width: 58.3%; }
    .custom-row .col-md-8 { max-width: 66%; }
    .custom-row .col-md-9 { max-width: 75%; }
    .custom-row .col-md-10 { max-width: 83.3%; }
  }
  
  @media (min-width: 1200px) {    
    ..custom-row .col-lg-12 { max-width: 100%; }
    .custom-row .col-lg-2 { max-width: 16.6%; }
  	.custom-row .col-lg-3 { max-width: 25%; }
    .custom-row .col-lg-4 { max-width: 33%; }
    .custom-row .col-lg-5 { max-width: 41.6%; }
    .custom-row .col-lg-6 { max-width: 50%; }
    .custom-row .col-lg-7 { max-width: 58.3%; }
    .custom-row .col-lg-8 { max-width: 66%; }
    .custom-row .col-lg-9 { max-width: 75%; }
    .custom-row .col-lg-10 { max-width: 83.3%; }
  }
  
  .text-left {text-align: left;}
  .text-right {text-align: right;}
  
  .justify-start {justify-content: start;}
  .justify-end {justify-content: end;}
  .justify-center {justify-content: center;}

  
  .popup-title {
    font-family: Recoleta !important;
    font-size: 36px !important;
    text-align: left;
    margin-top: 1.6rem;
    line-height: 1.1em;
    opacity: .8;
    text-transform: capitalise;
  }
  .popup-close {
    text-align: right;
  }
  .popup-close--wrapper {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 3px;
    margin-left: auto;
  }
  .popup-close svg {
    width: 16px;
    height: 16px;
  }
  .popup-close svg .st0 {
    stroke: #E46554;
    stroke-width: 4;
    transition: stroke ease .2s;
  }
  .popup-close svg:hover {
    cursor: pointer;
  }
  .popup-close svg:hover .st0 {
    stroke: #000;
  }

  .collection-popup .stamped-badge .stamped-starrating  {
    position: relative;
    top: 2px;
    margin-right: .6em !important;
  }
  .collection-popup .stamped-badge .stamped-fa {
    color: #E46554 !important;
  }
  .collection-popup .stamped-badge .stamped-fa:before {
    font-size: 14px;
  }
  .collection-popup .stamped-badge .stamped-badge-caption {
    text-decoration: underline;
  }
  .popup-note {
    font-size: 18px;
  }

  .popup-description {
    padding-right: 30px;
  }
  
  .popup-selector .item .radio {
    position: absolute;
    left: 1.3em;
    margin-top: .65em;
    display: none;
  }

  .popup-selector .item .radio:after {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #000;
  }

  .popup-selector .item .radio:checked:after {
    background-color: #000;
    border: 1px solid #000;
    box-shadow: inset 0 0 0px 2px #fff;
  }

  
  
  
  
  
  .popup-selector .item .radio:checked + label:after {
    background-color: #000;
    box-shadow: inset 0 0 0 2px #fff;
  }
  .popup-selector .item .radio:checked + label {
    background-color: #F8F0E6;
  }

  .popup-selector label .aside {
    width: 25%;
    height: 100%;
    display: flex;
    flex-grow: 1;
    align-self: end;
    justify-content: space-between;
    flex-direction: column;
  }
  .popup-selector label .aside .price {
    font-size: 20px !important;
    margin-bottom: .6em;
  }
  .popup-selector label .aside .more-info {
    color: #E46554;
    font-size: 12px;
  }
  .popup-selector label .item-heading {
    font-family: Recoleta;
    font-size: 20px;
    margin-top: 1px;
    margin-bottom: .5em;
  }
  .popup-selector label .item-extra, .popup-selector label .item-extra p {
    line-height: 1.4em;
    font-size: 12px;
  }
  .popup-selector label .process-afterpay-content {margin-bottom: 0;}
  .popup-selector label .ticklist-item {
    display: inline;
    margin-right: 10px;
  }
  .popup-selector label .ticklist-item img {
    position: relative;
    max-width: 100%;
    top: auto; left: auto;
    transform: none;
  }
  .popup-selector label .item-extra .process-afterpay-logo img {
    top: auto; left: auto;
    transform: none;
    position: relative;
    max-width: 75px;
    margin-top: -1px;
  }
  .collection-popup .btn-addtocart {
    display: inline-block;
    width: 100% !important;
    max-width: 100%;
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
  }
  .collection-popup .btn-addtocart.is-hidden {
    display: none;
  }
  
  @media (max-width: 992px) {
    .collection-popup {
      padding: 0;
    }
    .collection-popup .popup-body {
      width: 90%;
      height: auto;
      max-height: 95%;
      margin: 1em auto;
      overflow-y: hidden;
    }
    .popup-selector label .ticklist-item {
      display: block;
      margin-right: 0;
    }
  }
  
  @media (max-width: 740px) {
    .collection-popup .popup-body {
      overflow-y: scroll;
    }
    .collection{
      margin-top: -1px;
    }
  }
  
  
  
  .popup-footer {
    background-image: url( //misterjoneshealth.com/cdn/shop/t/224/assets/CurvedBackgroundBlush.svg?v=138362962344480727001750886539 );
    background-size: cover;
    background-position: top center;
    min-height: 5em;
  }
  .popup-footer .icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 4em;
    margin-bottom: 2em;
  }
  .popup-footer .icons .icon {
    display: flex;
    flex-basis: 25%;
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
  .popup-footer .icons .icon img {
    display: flex;
    position: relative;
    width: 50px;
    height: 50px;
    align-self: center;
    justify-self: center;
    margin: 0 auto;
    max-width: 50px;
    top: 0;
    left: 0;
    transform: none;
  }
  .popup-footer .icons .icon span {
    font-family: Recoleta;
    font-size: 12px;
    text-transform: none;
    color: #000;
    display: block;
    margin-top: 1em;
  }
  
  @media (max-width: 992px) {
  .popup-footer .icons .icon {
  }
}
  
@media (max-width: 768px) {
  .popup-footer .icons .icon {
    flex-basis: 50%;
  }
}

  



/* ===== NEW PRODUCT PAGE 13-12-21 ===== */
.product__slides a, .product__slides img {
 border-radius: 30px; 
}
.product__thumbs--square ul li img {
  border-radius :10px;
}

.template-product .main-content .h2 {
  font-size: 30px !important;
  font-family: Recoleta;
}
.template-product .product-quotes p {
  font-size: 14px;
  color: #0a0a0a;
  font-family: 'AktivGrotesk-Light';
}
.fa-star, .fa-star-half-o, .fa-star-o, .stamped-fa-star, .stamped-fa-star-half-o, .stamped-fa-star-o {
  font=size: 18px !important;
  color: #fff;
}
  .fa-star, .stamped-fa-star {
  color: #E46554 !important;
}
.stamped-badge-starrating {
  margin-right: 2em !important;
}
.template-product .stamped-product-reviews-badge .stamped-badge-caption {
  font-weight: 300;
}
.product-info-desktop {
  border-bottom: 1px solid #E46554;
}
.template-product .desc {
  font-size: 16px;
  margin-top: 1.3em;
  color: #7a7a7a;
  font-family: AktivGrotesk-Regular;
}
.template-product .desc strong {
  font-weight: normal;
  color: #000;
}
.template-product .desc .readmore {
  display: block;
  font-size: 16px;
  margin-top: .6em;
}
  .template-product .readmore-btn {
    font-size: 14px;
  }
  
  .rc_radio+div.radio-label__div {
    border 1px solid #000 !imprtant;
  }
  .radio-label__side {
    align-items: flex=start;
  }
  
  .rc_block .radio-label__selected-state {
    border: 1px solid #000 !important;
    background-color: #fff;
    width: 15px; height: 15px;
  }
  .radio-label__purchase-type {
    font-family: Recoleta;
    font-size: 16px !important;
  }
  .radio-label__content {
    padding-left: 2em;
    max-width: 80%;
    width: 100%;
  }
  .radio-label__list {
    line-height:12px;
    margin-top: 4px;
    margin-left: -7px;
  }
  .radio-label__list-item {
    font-size: 12px;
    justify-content: normal;
    padding-left: 0em;
    display: -webkit-inline-box;
    margin-right: 10px;
    margin-bottom: 4px;
  }
  .radio-label__tick {
    display: inline-block;
    float: left;
    margin-top: 0px;
    height: 10px;
    margin-right: 4px;
    width: 10px;
    position: relative;
  }
  .radio-label__tick svg {
    width: 20px;
  }
  .radio-label__list-item-content {
    font-size: 12px !important;
    padding-left: 0;
  }
  
  @media (max-width: 768px) {
    .radio-label__list-item {
      display: block;
      float: left;
      margin-left: -7px;
      width: 100%;
    }
  }
  
  .template-product .product-shipping {
    border: none;
  }
  .template-product .js-qty {
    width: 74px;
  }
  .template-product .quantity-selector__wrapper .js-qty .QuantityInput {
    border-radius: 30px !important;
    width: 100%;
    padding: 10px;
  }
  .template-product .product-shipping {
    padding-top: 0;
  }
  .template-product .product-shipping .shipping-txt p {
    color: #4c4c4c;
  }
  .template-product .product-shipping .shipping-txt p strong {
    font-weight: normal !important;
    color: #000;
  }
  
  /* Product page mini accordions */
  .product-accordion {
    list-style-type: none;
    margin-top: 3em;
    position: relative;
  }
  
  .product-accordion-small {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  
  .product-accordion li {
    display: block;
    font-size: 14px;
    padding: 0 0 0 0;
    margin: 0 0 10px 0;
  }
  .product-accordion li .product-accordion-title, .product-accordion li a.product-accordion-title {
    padding-right: 20px;
    font-size: 16px;
    padding-bottom: 10px;
    padding-left: 2px;
    border-bottom: 1px solid #E46554;
    text-decoration: none;
    display: block;
  }
  .product-accordion li .product-accordion-title:hover {
    cursor: pointer;
  }
  .product-accordion li .product-accordion-title:after {
    content: '+';
    position: absolute;
    margin-top: 2px;
    right: 10px;
    font-size: 14px;
  }
  .product-accordion li .product-accordion-title.active:after {
    content: '-';
  }
  .product-accordion-content {
    padding: 20px 0;
    font-weight: 300;
    font-size: 16px;
    font-family: AktivGrotesk-Regular;
/*     transition: all linear 1s; */
    max-height: 0;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
    transition: all linear .5s !important;
    color: #7a7a7a;
  }
  .product-accordion-content.open {
    max-height: 1000px;
    line-height: 1.7em
  }
  .product-accordion-content p {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.35em;
    color: #7a7a7a;
    font-family: AktivGrotesk-Regular;
  }
  .product-accordion-content p strong, .product-accordion-content p b, .product-accordion-content b{
    font-weight: normal !important;
    color: #000 !important;
  }
  .product-accordion-content p:first-child {
    margin-top: 20px;
  }
  .product-accordion-content p:last-child {
    margin-bottom: 20px;
  }
  .product-accordion-content h5 {
    color: #E46554 !important;
    font-size: 20px;
  }
  .product-accordion-content h5:first-child {
    margin-top: 20px;
  }
  .product-accordion-content .bullet:before {
    display: inline-block;
    content: '\2022' !important;
    color: #7a7a7a;
    padding-right: 1em;
    padding-left: 1px;
  }
  
  .product-info li p {
    font-family: Recoleta;
    font-size: 12px;
    margin-top: 1em;
    text-transform: none;
  }
  .supports-fontface .icon:before, .supports-fontface .slick-next:before, .supports-fontface .slick-prev:before {
    font-size: 18px;
    color: #E46554;
    font-weight: 800;
  }
  .slick-next, .slick-prev {
    top: calc(50% + 15px);
  }
  .slick-next {padding-right:10px;}
  .slick-prev {padding-left:10px;}
  .template-product .title-bg.bg-enabel {
    background-image: none;
    background-color: #ffc6ba;
    padding-top: 1em;
  }
  
  .product-breadcrumbs .chevron {
	transform: rotate(90deg);
    top: -1px;
    position: relative;
    margin-right: 0.2em;
  }
  
  .rc_radio:checked+div.radio-label__div .radio-label__selected-state .radio-label__selected-tick {
    display: none;
  }
  
  
  @media (max-width: 768px) {
    .mobile-info {
      margin-top: 1em;
    }
    .template-product .product-quotes {
      margin-top: 1em;
    }
    .template-product .stamped-product-reviews-badge {
      margin-bottom: 1.5em;
      float: left;
      margin-left: 80px;
    }
    .template-product #productInfo-product {
      padding-top: 0;
    }
    .product-accordion {
      margin-top: 1em;
    }
  }
  
  
  /* ===== QUICK CART SIDEBAR UPDATE ==== */
  .cart-drawer {background-color: #FFFCFA;}
  .cart-drawer__header {
    background-color: transparent;
    box-shadow: none;
    justify-content: space-between;
  }
  .cart-drawer__body {
    padding: 0;
    overflow-x: hidden;
  }
  .cart-drawer__header .cart-drawer__bag {
    margin-left: 1em;
  }
  .promo-progress__upper span {color: #E46554;}
  .promo-progress__lower {margin-top: 2.5em;}
  .promo-progress__bar {border-color: #E46554;}
  .promo-progress__bar-active {background-color: #E46554;}
  .promo-progress__item {margin-top: 10px; font-size: 11px}
  .promo-progress__item:before {display: none;}
  .promo-progress__item:after {top: -41px;}
  .promo-progress__item--0:after {left: 10px;}
  
  .cart-drawer__body .fa-star-o:before, .stamped-fa-star-o:before {
    content: '\f006' !important;
    color: #7e7e7e !important;
    font-size: 12px !important;
  }
  
  .stamped-form-review-rating #reviewRating {
    display: none;
  }
  
  .cart-drawer__body .fa-star-checked:before, .fa-star-checked:before {
    content: '\f005' !important;
    color: #E46554 !important;
  }
  
  .stamped-fa-star-o:before {
    font-size: 18px !important;
  }
  
  .cart-drawer__body .stamped-product-reviews-badge {
    margin-top: 4px;
    display: block;
    width: 100%;
    margin-left: -2px;
  }
  .cart-drawer__body .stamped-badge-starrating {
    margin-right: 8px !important;
    position: relative;
    top: 2px;
  }
  
  .cart-drawer__items {margin-bottom: 0;}
  .cart-drawer__items .cart-drawer__item {
    padding: 2rem 1.6rem 1.6rem 1.6rem;
    border-bottom: 1px solid #EAE8E8;
  }
  .cart-drawer__items .cart-drawer__item-image {width: 75px; flex: 0 0 75px;}
  .cart-drawer__items .cart-drawer__item-image img {border-radius: 5px;}
  .cart-drawer__items .cart-drawer__item-title {font-size: 16px !important;}
  .cart-drawer_item-note {
    font-family: AktivGrotesk-Regular;
    font-size: 12px;
    margin-left: 0px;
  }
  .cart-drawer__items .stamped-badge-caption {text-decoration: underline;}
  .cart-drawer__items .stamped-fa:before {font-size: 12px;}
  .cart-drawer__item-meta {
    text-transform: uppercase;
    
  }
  .cart-drawer__item-meta span {
    text-transform: capitalize; 
    color:#7a7a7a !important;
    font-family: 'AktivGrotesk-Light';
  }
  .cart-drawer__item-meta svg {display: none;}
  .cart-drawer__item .cart-drawer__item-remove {color: rgba(0,0,0,.7); right: 0;}
  .cart-drawer__item .cart-drawer__item-remove:hover {color: #E46554;}
  
  .cart-drawer__item .aside {
    margin-top: 18px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  .cart-drawer__items .cart-drawer__item-qty {
    flex-shrink: 1;
    flex-basis: 30px;
  }
  .cart-drawer__items .cart-drawer__item-qty-minus svg, .cart-drawer__items .cart-drawer__item-qty-plus svg {
    width: 8px;
  }
  .cart-drawer__items .cart-drawer__item-qty-minus {
  	left: 3px;
    top: 1px;
  }
  .cart-drawer__items .cart-drawer__item-qty-plus {
    right: 3px;
  }
  .cart-drawer__item-remove {
    color: C4C4C4;
    opacity: .8;
    margin-right: 1.6rem;
  } 
  .cart-drawer__item-price--final {
    font-family: AktivGrotesk-Medium;
    font-size: 15px;
    margin-top: 10px;
    text-align: center;
    width: 100%;
  }
  .promos-unlocked {
    padding: 1.6em 1.6rem;
    text-align: center;
  }
  .promos-unlocked h5 {
    font-size: 14px !important;
    letter-spacing: 0;
  }
  .promos-unlocked ul  {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
  }
  .promos-unlocked li {
    background-color: #FDF2F0;
    border-radius: 30px;
    display: inline-block;
    box-shadow: none;
    color: #7a7a7a;
    text-align: left;
    padding: 8px 20px;
    min-width: 100%;
    width: 100%
    position: relative;
    margin-bottom: 5px;
    font-weight: normal;
    font-family: AktivGrotesk-Regular;
  }
  .promos-unlocked li img {
    margin-right: 10px;
    position: relative;
    top: 2px;
  }
  .promos-unlocked li b, .promos-unlocked li p b, .promos-unlocked li strong {
    font-weight: normal;
    color:#000;
  }
  .cart-drawer__item-link {
    font-family: AktivGrotesk-Regular;
    font-size: 12px !important;
    text-decoration: underline;
  }
  
  .cart-drawer__recommendations {
    background-color: #F9F2EA;
    padding: 1em 1.6rem;
    margin-bottom: 0;
  }
  .cart-drawer__recommendations-heading {
    font-size: 14px !important;
    letter-spacing: 0px;
  }
  .cart-drawer__recommendations-items {
    background-color: transparent;
  }
  .cart-drawer__recommendations .cart-drawer__item, .cart-drawer__recommendations-items {
    padding: 0 0 0.6em 0;
    margin-bottom: 1em;
    background-color: transparent;
    box-shadow: none;
  }
  .cart-drawer__recommendations-item .cart-drawer__item-link {
    border-bottom: none;
    text-decoration: underline;
    color: #E46554;
  }
  .cart-drawer__recommendations-item .cart-drawer__item-qty {
    top: 0;
    flex-direction: column;
    justify-content: flex-start;
    background-color: transparent;
    padding: 0 0 5px 5px;
    flex-basis: 40%;
  }
  .cart-drawer__recommendations-item .cart-drawer__item-qty .btn {
    background-color: transparent !important;
    border-color: #000 !important;
    border-radius: 60px;
    color: #000 !important;
    text-transform: uppercase;
    padding: .8em 2em !important;
  }
  .cart-drawer__recommendations-item .cart-drawer__item-qty .btn:hover {
    background-color: #E46554 !important;
    border-color: #E46554 !important;
    color: #000 !important;
  }
  .cart-drawer__recommendations-item .content {
    display: flex;
    flex-basis: 50%;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .cart-drawer__items .cart-drawer__item-title {
    line-height: 18px;
    margin-bottom: 0;
    padding: 0;
  }
  .cart-drawer__recommendations-item .cart-drawer__item-link {
    margin-top: 0px;
  }
  .cart-drawer__actions .btn {
    background-color: #000 !important;
    border: 1px solid #000 !important;
    font-size: 16px !important;
    font-family: AktivGrotesk-Regular;
  }
  .cart-drawer__actions .btn:hover {
    background-color: #E46554 !important;
    border-color: #E46554 !important;
  }
  
  @media (min-width: 960px) {
    .cart-drawer {
      width: 390px;
    }
  }
  
  
  
  /* COLLECTIONS FILTER */
  
  #shopify-section-header {
    z-index: 80;
  }
  .collection_menu{
    position: relative;
    z-index: 100;
    background-color: #FEFCFA;
  }
  
  .collections-filter {
    float: right;
    min-width: 50px;
    max-width: 60%;
    width: 100%;
    margin-top: -5px;
  }
  
  .collections-filter select {
    box-shadow: none !important;
    border: none;
    -webkit-appearance: none !important;
    padding: 13px 35px 8px;
    margin-bottom: 0;
    text-align: right;
  }
  
  .collections-filter select option{
  }
  
  .collections-filter .collections-filter-title {
   text-align: right;
    display: inline-block;
    padding: 5px 10px 5px 10px;
    margin-left: auto;
    font-size: 14px !important;
    text-transform: capitalize;
  }
  .collections-filter .collections-filter-title .chevron {
    margin-left: 4px;
    text-transform: capitalize;
    font-family: AktivGrotesk-Regular;
  }
  .collections-filter .collections-filter-title:hover {
    cursor: pointer;
  }
  .collections-filter .collections-filter-dropdown {
    background-color: #fff;
    margin-bottom: 0;
    max-height: 0;
    width: 100%;
    overflow: hidden;
    transition: all ease .5s;
    position: absolute;
    z-index: 200;
    right: 0;
    border-top: 1px solid #e46554;
    background-color: #FEFCFA;
  }
  
  .collections-filter .collections-filter-dropdown.open {
    max-height: 1000px;
  }
  
  .collections-filter .collections-filter-dropdown li {
    margin: 0;
    width: 100%;
    display: block;
    text-align: left;
  }
  
  .collections-filter .collections-filter-dropdown li a {
    display: block;
    padding: 12px 10px !important;
    text-decoration: none;
    font-size: 16px !important;
    font-family: AktivGrotesk-Regular;
    white-space: nowrap;
    border-bottom: 1px solid #F8F0E6 !important;
  }
  .collections-filter .collections-filter-dropdown li a::last-child {
  	border-bottom: none;
  }
  
  .collections-filter .collections-filter-dropdown li a:hover {
    text-decoration: none;
  }
  
  .collection.collection-filter-bgwrapper {
    position: relative;
  }
  .collection.collection-filter-bgwrapper::before {
    position: absolute;
    content: '';
    top: 0; bottom: 0;
    left: 0; right: 0;
    background-color: #C4C4C4;
    z-index: 50;
    top: 145px;
    pointer-events: none;
    opacity: 0;
    transition: opacity ease .5s;
    transition-delay: .2s;
    top: 0;
    
  }
  .collection.collection-filter-bgwrapper.active::before {
    display: block;
    pointer-events: all;
    opacity: .6;
    transition-delay: 0;
  }
  
  
 
  
  @media (max-width: 992px) {
      .collection_menu .wrapper {
        padding-right: 0 !important;
      }
      .collections-filter {
        justify-content: end;
        text-align: right;
        position: relative;
        top: 8px;
        right: -2px;
      }
      .collections-filter-title {
        padding-right: 40px !important;
      }
      .collections-filter .collections-filter-dropdown li a {
        padding-right: 30px !important;
        padding-left: 20px !important;
      }

  }
  
  
  
  /* ==== MORE NEW PRODUCT PAGE CHANGES ==== */
  
  
  .product__thumbs--square {
    margin-bottom: 10em !important;
  }
  
  /* Give reviews an optional image */
  .product-single .product-quotes .quote-image {
    border: 1px solid #FBC7BB;
    border-radius: 25px;
    width: 50px;
    min-width: 50px;
    height: 50px;
    float: left;
    display: block;
    margin: 0 2em 1em .5em;
    overflow: hidden;
    background: #fff;
    background-image: url(//misterjoneshealth.com/cdn/shop/t/224/assets/DefaultAvatar_100x_small.png?v=58924122003496664451750886539);
    background-size: cover;
  }
  
  .stamped-review-link-photo {
    pointer-events: none;
  }
  
  .product-quotes .quote-wrapper {
    display: flex;
    flex-direction: row;
  }
  .product-quotes .actualquote {
    text-align: left;
  }
  
  .product-accordion-content .product-popup-link {
    color: #e46554;
    text-decoration: underline;
    margin: 5px 0 0 0;
    display: inline-block;
  }
  .product-accordion-content .product-popup-link:hover {
    cursor: pointer;
  }
  .product-accordion-content ul {
    margin: 0;
  }
  .product-accordion-content ul li {
    margin: 0;
    border-bottom: 0;
  }
  .product-accordion-content  h5 {
    font-size: 20px;
    color: #E46554;
  }
  .product-accordion-content  h5:not(:first-child) {
    margin-top: 1em;
  }
  
  .product-accordion-content hr {
    border-color: #c3c2c2;
  }
  
  
  /* Product page popups */
  .productpage_popup {
    position: fixed;
    z-index: 500;
    top: 0; bottom: 0;
    left: 0; right: 0;
    width: 100vw;
    height: 100vh;
    transition: opacity ease .5s;
    pointer-events: none;
    opacity: 0;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .productpage_popup.show {
    opacity: 1;
    display: block;
    pointer-events: all;
  }
  .productpage_popup .popup-background {
    display: block;
    position: fixed;
    z-index: 50;
    background-color: #C4C4C4;
    opacity: .6;
    width: 100vw;
    height: 102vh;
  }
  .productpage_popup .popup-background:hover, .productpage_popup .popup-close:hover {
    cursor: pointer;
  }
  .productpage_popup .popup-wrapper {
    z-index: 60;
    width: 90%;
    max-width: 1050px;
    margin: 5% auto;
    padding: 3em;
    position: relative;
    background-color: #FEFCFA;
    border-radius: 30px;
  }
  .productpage_popup .popup-close {
    position: absolute;
    right: 1.5em;
    top: 2em;
    padding: 1em 1em .5em 1em;
    display: block;
    z-index: 80;
  }
  .productpage_popup .popup-close:hover {
    cursor: pointer;
  }
  .productpage_popup .popup-close:hover svg .st0 {
    stroke: #000;
  }
  .productpage_popup .popup-body h5 {
    font-family: 'AktivGrotesk-Medium' !important;
    color: #000 !important;
    opacity: .5;
    text-transform: uppercase !important;
    font-size: 14px !important;
    z-index: 50;
    position: relative;
  }
  .productpage_popup .popup-body h4 {
    font-family: Recoleta;
    color: #E46554;
    font-size: 20px !important;
  }
  .productpage_popup .popup-body p {
    color: #7a7a7a;
    font-size: 16px;
    font-family: 'AktivGrotesk-Regular';
  }
  .productpage_popup .popup-body p.heading, .productpage_popup .popup-body p strong {
    font-weight: normal;
    color: #000 !important;
    margin-bottom: 0;
    margin-top: 1.7em !important;
  }
  
  @media (max-width: 768px) {
    .productpage_popup .popup-body p {
      font-size: 14px;
    }
  }    

  
  
  
  /* Restyle recharges subscription popup */
  
  .c-subscription-popup {
    padding: 3em;
    background-color: rgba(180,180,180,.7);
  }
  
  .c-subscription-popup__inner {
    width: 100%;
    max-width: 1050px;
    padding: 0;
    margin: 2em auto;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    background-color: #FEFCFA;
  }
  .c-subscription-popup__close {
    right: 2em;
    left: auto;
    top: 1em;
    width: 4em;
    height: 4em;
    padding: 1em;
    text-align: center;
  }
  .c-subscription-popup__close:hover {
    cursor: pointer;
  }
  .c-subscription-popup__close svg .st0 {
    stroke: #e46554 !important;
    stroke-width: 5;
  }
  .c-subscription-popup__close:hover svg .st0 {
    stroke: #000 !important;
  }
  
  .c-subscription-popup__content-block.is-first {
    padding: 4em;
  }
  
  .c-subscription-popup__pre-title {
    font-family: 'AktivGrotesk-Medium' !important;
    font-size: 14px !important;
    color: #000;
    opacity: .6;
    text-transform: uppercase !important;
  }
  .c-subscription-popup__block-title {
    font-size: 30px !important;
    padding: 0 !important;
  }
  .c-subscription-popup__block-title::before {
    display: none;
  }
  
  .c-subscription-popup__background-wave {
    min-height: 2em;
    height: 4vw;
    width: 100%;
    background-image: url(//misterjoneshealth.com/cdn/shop/t/224/assets/CurvedBackgroundBlush.svg?v=138362962344480727001750886539);
    background-size: cover;
    background-position: top center;
  }
  
  .c-subscription-popup__block-1-list-item {
    width: 100%;
    max-width: 33%;
  }
  
  .c-subscription-popup__block-1-list-item .tick {
    position: relative;
    float: left;
    width: 20px;
    margin-top: 3px;
  }
  
  .c-subscription-popup__ul {
    display: flex;
    flex-wrap: wrap;
  }
  
  .c-subscription-popup__block-1-list-item-content {
/*     display: flex; */
    display: block;
    padding-left: 1em;
    padding-right: 1.5em;
    flex-basis: 33%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-direction: column;
    font-size: 14px !important;
  }
  .c-subscription-popup__block-1-list-item:not(:last-of-type) {
    padding-bottom: 2em;
  }
  
  
  .c-subscription-popup__content-block.is-second {
    padding: 4em;
    padding-top: 0;
    background-color: #fdf5f2;
    border-radius: 0 0 30px 30px;
  }
  
  .c-subscription-popup__ol {
    display: flex;
    flex-wrap: no-wrap;
    margin-top: 1.5em;
  }
  .c-subscription-popup__ol-item {
    display: flex;
    flex-shrink: 1;
    max-width: 25%;
    padding-right: 2em;
    position: relative;
    font-family: AktivGrotesk-Regular;
    line-height: 1.4em;
    font-size: 14px !important;
  }
  .c-subscription-popup__ol-item:before {
    display: block;
   	content: '';
    position: absolute;
    top: -1.2em;
    width: 10px;
    height: 10px;
    border: 1px solid #0F0000;
    border-radius: 10px;
    margin-top: 4px;
    background-color: #FBC7BB;
    z-index: 70;
  }
  .c-subscription-popup__ol-item:after {
    position: absolute;
    top: -1.7em;
    margin-top: 3px;
    content: '';
    width: 100%;
    display: block;
    border-top: 1px solid #FBC7BB;
    z-index: 60;
  }
  
  .c-subscription-popup__block-1-list-item-content, .c-subscription-popup__ol-item {
    color: #4a4a4a;
  }
  .c-subscription-popup__block-1-list-item-content strong {
    color: #000 !important;
    font-weight: normal;
  }
  
  @media (max-width: 755px) {
    .c-subscription-popup {
      overflow-y: scroll;
      height: 100%;
      padding: 1em;
    }
    .c-subscription-popup__inner {
      margin: .5em auto;
    }
    .c-subscription-popup__content-block.is-first {
      padding: 3em 2em;
    }
    .c-subscription-popup__content-block.is-second {
      padding: 2.5em;
    }
    .c-subscription-popup__ul {
      flex-direction : column;
    }
    .c-subscription-popup__block-1-list-item {
      max-width: 100%;
    }
    .c-subscription-popup__ol {
      flex-direction: column;
      margin-top: 0;
      margin-left: 4px;
      margin-bottom: 1em;
    }
    .c-subscription-popup__ol-item {
      max-width: 100%;
      padding-left: 2em;
    }
    .c-subscription-popup__ol-item:before {
      top: 0;
      left: 0;
      margin-top: 8px;
      margin-left: -4px;
    }
    .c-subscription-popup__ol-item:after {
      top: 8px;
      left: 0;
      width: 2em;
      height: 100%;
      border-top: 0;
      border-left: 1px solid #FBC7BB;
    }
    .c-subscription-popup__ol-item:last-child:after {
      display:none;
    }
  }
  
  
  /* NEW MOBILE SWITCHER */
  .mshow {display: none !important;}
  .mshow-inline {display: none !important;}
  .mhide {display: block !important;}
  .mhide-inline {display: inline !important;}
  .order-lg-1 {order: 1;}
  .order-lg-2 {order: 2;}
  .order-lg-3 {order: 3;}
  .order-lg-4 {order: 4;}
  
  .custom-row-lg-flip {flex-direction: row-reverse;}
    
  @media (max-width: 992px) {
    
    .mshow {display: block !important;}
    .mshow-inline {display: inline !important;}
    .mhide {display: none !important;}
    .mhide-inline {display: none !important;}
    
    .order-1 {order: 1 !important;}
    .order-2 {order: 2 !important;}
    .order-3 {order: 3 !important;}
    .order-4 {order: 4 !important;}
    
    .steprow {
      padding: 15px;
    }
    
    .custom-row-xs-flip {flex-direction: row-reverse !important;}
    
    .custom-row-lg-flip {flex-direction: row;}
    .custom-row-md-flip {flex-direction: row-reverse;}
    
    .custom-row-md-stacked {flex-direction: column !important;}
    
  }
  
  
  @media (max-width: 768px) {
    .custom-row-sm-stacked {flex-direction: column !important;}
  }
  
  @media (max-width: 482px) {
    .custom-row-xs-stacked {flex-direction: column !important;}
  }
  
    
    
    
    
  .product-step-intro {
    background-image: url(//misterjoneshealth.com/cdn/shop/t/224/assets/CurvedBackground_solid.svg?v=4846420852172692151750886539);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 4vw 0 0 0;
	margin-top: 3em;
    background-color: none !important;
  }
  .product-step-v2 .product-step-content {
    background-color: #FBF7F2;
    padding: 3em 0 4em 0;
  }
  .product-step-v2 .product-step-content .product-step-smallTitle {
    font-family: AktivGrotesk-Medium !important;
    color: #E46554;
    font-size: 21px;
    text-transform: uppercase;
  }
  .product-step-v2 .product-step-content .product-step-mainTitle {
    font-family: Recoleta;
    color: #000;
    font-size: 48px;
  }
  .product-step-v2 .product-step-content .product-step-mainTitle.smaller {
    font-family: Recoleta;
    color: #000;
    font-size: 21px;
  }
  .product-step-v2 .product-step-content .product-step-postTitle {
    font-family: AktivGrotesk-Light;
    color: #000;
    font-size: 24px;
  }
  .product-step-intro .product-step-content .squiggle, .homepage-content-block .squiggle {
    width: 100%;
    height: 5em;
    background-image: url( //misterjoneshealth.com/cdn/shop/t/224/assets/Squiggle_small.png?v=107256967321770821641750886539 );
    background-repeat: repeat-x;
    background-position: left center;
    margin-bottom: 0;
  }
  
  .homepage-content-block .squiggle 
  
  @media (max-width: 1200px ) {
  }
  
  @media (max-width: 992px ) {
    .product-step-intro {
/*       padding-top: 3em; */
    }
    .product-step-v2 .product-step-content {
      padding-bottom: 0;
    }
	.product-step-v2 .product-step-content .product-step-smallTitle {
		font-size: 16px !important;
	}
    .product-step-v2 .product-step-content .product-step-mainTitle {
		font-size: 28px !important;
	}
    .product-step-v2 .product-step-content .product-step-mainTitle.smaller {
		font-size: 21px !important;
	}
    .product-step-v2 .product-step-content .product-step-postTitle {
      	font-size: 16px !important;
    }

  }
  
  @media (max-width: 768px ) {
    .product-step-intro {
/*       padding-top: 1em; */
    }
  }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  
  
  /* NEW PRODUCT STEPS + ACCORDIONS */
  .product-step1 .step-titles {
    text-align: left;
  }
  
  .product-step1 .product-step-mainTitle {
    display: inline-block;
    border-right: 1px solid #000;
    padding-right: 10px;
    margin-right: 14px;
  }
  .product-step1 .product-step-postTitle {
    display: inline-block;
  }
  
  .step-img {
    position: relative;
  }
  .step-img img {
    height: auto; 
    width: 100%;
    
    margin: -20px auto 0 auto;
  }
  
  .step-icons {
    margin: 3em 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .step-icon-block {
    display: flex;
    flex-basis: 50%;
    margin-bottom: 1.5em;
  }
  .step-icon-block .theicon {
    width: 40px;
    margin-right: 2em;
    display: flex;
    align-items: center;
  }
  .step-icon-block .theicon img {
    width: 100%;
    height: auto;
  }
  .step-icon-block-title {
    display: flex;
    flex-grow: 1;
    justify-content: start;
    align-items: center;
    font-family: Recoleta;
    font-size: 21px;
    min-height: 3em;
    margin-right: 20%;
    text-align: left;
  }
  
  .step-icon-block-title span {
    width: 100%;
    display: block;
  }
  
  .step-icon-block-title span::after {
    display: block;
    border-bottom: 1px solid #F6C8BD;
    content: '';
    bottom: 1em;
  }
  
  .product-step-content-copy {
    font-family: AktivGrotesk-Light;
    font-size: 21px;
    margin-top: 2em;
    text-align: left;
  }
  
  .product-step1 .product-step-content .contentside {
    justify-content: center;
  }
  .product-step1 .product-step-content .imageside {
    justify-content: center;
      margin-bottom: 3em;
  }
  
  .product-beauty .product-step-content .imageside {
    padding-left: 4em;
  }
  
  .product-step1-second .product-step-content {
    padding: 4em 0 6em 0;
  }
  .product-step1-second .product-step-content:not(:first-child) {
    padding-top: 0;
  }
  
  
  .smoothLink, .customPromoTrigger {
    color: #E46554;
    text-decoration: underline;
  }
  .smoothLink:hover, .customPromoTrigger:hover {
    cursor: pointer;
  }
  
  
  .template-product .product-info-section {
    border-top: 0;
    position: relative;
    width: 100% !important;
    padding-top: 2em;
    margin: 0 !important;
    max-width: 100%;
    margin-top: 4em;
  }
  .template-product .product-info-section::before {
    content: '';
    position: absolute;
    top: -5em;
    height: 5em;
    width: 100%;
    background-size: cover;
    background-color: #fbf7f2;
    background-image: url( //misterjoneshealth.com/cdn/shop/t/224/assets/CurvedBackground_solid_white.svg?v=24827601326962828051750886539 );
  }

  @media (max-width: 920px){
    .template-product #shopify-section-product-step-hh-3 +  .product-info-section::before {
      opacity: 0;
    }
  }
  .accordion-container-v2 {
    max-width: 950px;
    margin: auto;
  }
  .accordion-container-v2 .accordion-toggle {
    
  }
  .accordion-container-v2 .accordion-title {
    border-bottom: 1px solid #FBC7BB !important;
    text-align: left;
    font-size: 24px;
    padding: .5em 0 !important;
  }
  .accordion-container-v2 .accordion-title .icon:before {
    color: #000 !important;
  }
  .accordion-container-v2 .accordion-content {
    background-color: transparent !important;
    border: none;
    text-align: left !important;
	padding: 2em 0 2em 0 !important;
  }
  .accordion-container-v2 .accordion-content .accordion-content-title {
    font-size: 20px !important;
    color: #E46554;
    font-family: Recoleta;
    margin-bottom: .6em;
    margin-top: 1.5em;
  }
  .accordion-container-v2 .accordion-content .first .accordion-content-title {
    margin-top: 0 !important;
  }
  .accordion-container-v2 .accordion-content .accordion-content-title:not(:first-child) {
    margin-top: 2em !important;
    border-top: 1px solid #dbdbdb;
    padding-top: 2em;
  }
  .accordion-container-v2 .accordion-content p {
    font-family: AktivGrotesk-Regular;
    font-size: 16px;
    color: #7a7a7a;
  }
  .accordion-container-v2 .accordion-content p strong{
    font-family: AktivGrotesk-Regular;
    color: #000;
  }
  .accordion-container-v2 .accordion-content p:not(:first-child) {
    margin-top: .85em !important; 
  }
  
  .accordion-sub-v2 {
    padding: 0 !important;
  }
  .accordion-sub-v2 .accordion-title, .accordion-content .faq-block .accordion-title {
    font-family: AktivGrotesk-Regular;
    font-size: 16px !important;
    border-bottom: none !important;
    padding-bottom: .8em !important;
    font-weight: normal !important;
    color: #000 !important;
    text-transform: capitalize !important;
  }
  
  .accordion-container-v2 .faq-block-content {
    padding: 2em 0 1em 0 !important;
    border-bottom: none !important;
  }
  .accordion-container-v2 .faq-block-content a {
    color: #E46554 !important;
  }
  
  .accordion-container-v2 .faq-block-content p strong, .accordion-container-v2 .faq-block-content strong {
    color: #000;
    font-weight: normal;
  }
  
  .accordion-title .icon-image::before {display: none;}
  
  .accordion-container-v2 .faq-block-content ul {
    padding: 1em 0 !important;
    margin: 0 0 0 1.2em !important;
    font-family: AktivGrotesk-Regular;
    font-size: 16px;
  }
  .accordion-container-v2 .faq-block-content ul li {
    margin-top: 1em;
    padding-left: .4em;
    list-style: disc;
    font-family: AktivGrotesk-Regular;
    font-size: 16px;
  }
  
  .accordion-container-v2 .takemeall {
    padding: 2em 0;
  }
  .accordion-container-v2 .takemeall a {
    color: #E46554 !important;
    font-size: 15px !important;
  }
  
  
  .product-beauty {
    padding-bottom: 3em;
  }

  
  @media (max-width: 1200px ) {
    .accordion-container-v2 {
      padding: 0 30px;
    }
    .accordion-container-v2 .accordion-content-title {
      margin-bottom: .2em;
    }
    .accordion-container-v2 .accordion-content .accordion-content-title:not(:first-child) {
      padding-top: 1em;
    }
    
  }
  
  @media (max-width: 992px ) {
    
     .product-step1 .product-step-content .imageside {
       margin-bottom: 1em;
     }
    
     .product-beauty {
       padding-bottom: 5em;
     }
    
    .product-beauty .product-step-content .imageside, .product-beauty .product-step-content .contentside {
      margin 2em auto; */
    }
    
    .product-beauty .product-step-content .imageside {
      padding-left: 1em;
    }
    
    .template-product .product-info-section {
      padding-top: 0;
      top: 4em;
    }
    
    .product-step1 .step-titles {
      text-align: center;
      margin-bottom: 4em;
    }
	.step-img {
      padding-right: 0;
      margin: auto;
      max-width: 250px;
    }
    .product-beauty .step-img {
      max-width: 580px;
    }
    
    .product-step1 .product-step-mainTitle {
      border-right: 0;
      display: block;
      margin-right: 0 !important;
      padding: 0 !important;
      margin-bottom: .4em !important;
    }
    .step-icons {
      margin: 0;
    }
    .step-icon-block {
      flex-basis: 100%;
      margin-bottom: 1em;
    }
    .step-icon-block-title {
      margin-right: 0;
      line-height: 1.2em;
      padding-bottom: 5px;
    }
    .step-img img {
     	margin-top: 2em;
    }
    .product-step-content-copy {
      margin-bottom: 2em;
      text-align: center;
    }
    .step-icon-block .theicon {
      width: 25px;
      min-width: 25px;
    }
    .step-icon-block-title {
      font-size: 18px !important;
    }
    
    .accordion-sub-v2 .accordion-title {
      padding-bottom: .5em !important;
    }
    
    .accordion-sub-v2 .accordion-container .faq-block {
      padding-right: 5px !important;
    }
    
    .accordion-sub-v2 .accordion-title .icon-chevron {
      margin-right: 18px;
    }
    
    .template-product .accordion-container .faq-block .accordion-title {
      padding-right: 2.5em !important;
    }
  }
  
  @media (max-width: 768px ) {
    .product-step1 .step-titles {
      margin-bottom: 2em;
    }
    .step-icon-block {
      margin-bottom: 5px;
    }
    .step-icon-block-title {
      font-size: 16px !important;
    }
  }
  
  
  
  /* Reviews Page + section changes */
  
  
  
  .stamped-main-widget .stamped-review, .stamped-review-card {
    background-color: rgba(255,255,255,1) !important;
    border: 1px solid #C4C4C4 !important;
    border-radius: 30px !important;
    padding: 2em;
    font-family: AktivGrotesk-Regular !important;
  }
  #stamped-reviews-widget[data-widget-type="full-page"] .stamped-main-widget .stamped-review, .stamped-review-card {
    background-color: #fff !important;
    border-color: #C4C4C4 !important; 
  }
  .stamped-review-header .author {
    font-family: Recoleta !important;
    font-size: 16px;
  }
  .stamped-verified-badge,.stamped-verified-label  {
    color: #E46554 !important;
  }
  .review-location {
    margin: .3em 0 1em 0;
  }
  .stamped-review-header-title {
/*     font-family: AktivGrotesk-Regular !important; */
    font-size: 18px !important;
    font-weight: normal !important;
  }
  .stamped-review-content-body {
    margin-top: .5em !important;
    color: #7a7a7a !important;
    font-size: 14px !important;
  }
  .stamped-review-read-more {
    display: inline;
    color: #000 !important;
    margin-left: 3px !important;
    white-space: nowrap;
/*     margin-top: .5em !important; */
  }
  .stamped-review-product {
    font-family: AktivGrotesk-Regular;
    text-transform: uppercase;
  }
  .stamped-main-widget-v2 .stamped-review-product {
    position: absolute;
    top: 2em;
    right: 2em;
  }
  .stamped-main-widget-v2 .stamped-review-product a {
    font-size: 12px !important;
    font-weight: normal;
    color: #777 !important;
  }
    
  .stamped-review-footer {display: none;}
  .stamped-review-content {margin-bottom: 0 !important;}
  .stamped-review-body {margin-top: 10px;}
  .stamped-summary-actions-newquestion, .stamped-summary-actions-newreview {
    clear: right;
    margin-bottom: 15px !important;
  }
  
  
  
  .stamped-review-card .stamped-review-product {
    margin-top: 1em;
  }
  .stamped-review-card .stamped-products-reviews-title {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .stamped-reviews-message a.read-more {
    color: #E46554 !important;
  }
    
    
    
  .product-beauty .product-step-content {
    padding-top: 0;
  }
  
  .product-beauty .imageside .step-img {
    margin-top: 3em;
  }
  .product-beauty .step-img img {
    border-radius: 30px;
    border: 1px solid #FBC7BB;
  }
  
  .product-beauty .step-icons {
    margin: auto;
    max-width: 95%;
  }
  
  .product-beauty .step-icon-block {
    flex-basis: 100%;
    
    margin-bottom: 2em;
  }
  
  .product-beauty .step-icon-block .theicon {
    align-items: start;
    max-width: 100px;
    min-width: 60px;
    max-width: 60px;
  }
  
  .product-beauty  .step-icon-block-content {
    text-align: left;
    font-family: AktivGrotesk-Light !important;
    font-size: 16px !important;
  }
  
  .product-beauty .step-icon-block-title {
    margin-top: -10px;
    margin-right: 5%;
  }
  
  @media (max-width: 992px) {
    .product-beauty .imageside .step-img {
      margin-top: 0;
    }
    .product-beauty .step-icons {
      max-width: 650px;
      margin: auto;
      margin-top: 3em;
    }
    .product-beauty .step-icon-block .theicon {
      width: 100px;
      min-width: 60px;
    }
    .product-beauty .step-icon-block .step-icon-block-content {
      font-size: 14px !important;
      padding-right: 1em;
    }
    .product-beauty .step-icon-block-title {
      font-size: 21px !important;
    }
    
    .stamped-main-widget-v2 .stamped-review-product {
      position: relative;
      top: 0;
      right: 0;
    }
    
  }  
    
  @media (max-width 768px) {
    .shipping-img {
      width: 50px !important;
      border:1px solid red;
    }
    
    .product-info {
      padding: 30px 8px 40px 8px;
      margin-bottom: 3em;
    }
    
  }
  
  
   @media (min-width: 992px) {
    
    .collection_menu .collections-list {
    	display:inline;
  	}
    
  }
  
  
  
  
  
  @media (max-width: 420px) {
    .circles-product-list .product-list {
      grid-template-columns: repeat(2,48%);
      grid-column-gap: 10px;
    }
  }
  
  
  .accordion-container-v2 .accordion-content .first .accordion-content-title {
    margin-top: .5em !important;
  }
  
  .accordion-container-v2 .accordion-content .accordion-content-title.accordion-content-title-normal {
    font-family: AktivGrotesk-Regular !important;
    font-size: 16px !important;
    color: #000 !important;
    margin-bottom: .1em;
  }
  .dauly-beauty-page .accordion-container-v2 .product-info-section .accordion-container p {
    font-size: 16px !important;
  }
  .dauly-beauty-page li p {
    font-size: 16px;
  }
  
  /* Home page content changes */
  .product-advanced .product-content .bg-color:before {
    display: none;
  }
  
  .wrapper-950 {
    max-width: 950px;
  }
  
  .footer-payment li, .footer-social li {
    margin: 0 15px 0 0;
  }
  
  .footer-payment li .icon-fallback-text .icon:before {
    color: #ebebeb;
  }
  
  .footer-social li .icon-fallback-text .icon, .footer-social li .icon-fallback-text .icon:before {
    color: #ebebeb;
    width: 30px;
  }
  .footer-social .icon-instagram:before  {
    top: -2px !important;
    position: relative;
    width: 30px;
    font-size: 25px;
  }
  
  #stamped-reviews-widget {
    position: relative;
    z-index: 200;
  }
  
  /* Hide reviews stars when no reviews */
  .stamped-badge[data-rating="0.0"], .stamped-badge[data-rating="0"], .stamped-badge[data-rating="0,0"]{
    visibility:hidden; display: none !important;
}
  
  
  /* Force review cursor to non click till fixed next year */
  .collection .stamped-badge-caption:hover, .collection .stamped-badge-starrating .stamped-fa:hover, .collection .stamped-badge-starrating:hover, .collection .stamped-badge:hover, .collection .stamped-product-reviews-badge  {
    cursor: default;
    text-decoration: none;
  }
  
  
  
  /* Klaviyo form */
  .klaviyo-form, .klaviyo-form.klaviyo-form.klaviyo-form  {
    padding: 20px !important;
    margin: 0 -5px !important;
    border-radius: 20px !important;
    border-color: none;
    width: 90% !important;
    margin-left: 5% !important
  }
  /*.klaviyo-form button {
    border-radius: 30px !important;
    font-size: 14px !important;
    font-family: AktivGrotesk-Regular!important;
    text-transform: uppercase;
    padding: 14px 30px 12px!important;
    letter-spacing: 1px !important;
  }*/
  .klaviyo-close-form {
    right: 6px !important;
    margin-right: 6% !important;
  }
  .klaviyo_modal .klaviyo_inner {
    background: transparent !important;
  }
  /* Klaviyo modal (triggered by footer signup) */
  
  .site-footer .klaviyo_modal {
    display: flex;
    justify-content: center;
  }
  
  .site-footer .klaviyo_modal .klaviyo_inner {
    max-width: 800px;
    width: 90%;
    left: 0;
    top: 0;
    position: relative;
    margin: auto;
    padding: 0;
    background: transparent !important;
    box-shadow: none;
  }
  .site-footer .klaviyo_modal .klaviyo_header_close {
    right: 2%;
    top: 1%;
  }
  /* Styling UP SIze */
  @media (min-width: 481px) {
      .site-footer .klaviyo_modal .klaviyo_inner {
        left: 0;
      }
  }
  @media (max-width: 768px)
	.site-footer .klaviyo_modal .klaviyo_inner {
        top: 5%;
    }
  }
  @media (max-width: 480px)
	.site-footer .klaviyo_modal .klaviyo_header_close {
      right: 12px;
    }
  }
  
  .site-footer .klaviyo_modal .klaviyo_inner {
    background: transparent !important;
    box-shadow: none;
  }
  .site-footer .klaviyo-form.klaviyo-form.klaviyo-form {
    width: 100% !important;
  }
  
  .site-footer .klaviyo_modal .klaviyo_inner .klaviyo-form {
    padding: 0px !important;
    margin: 0px !important;
    margin-right: 0 !important;
    width: 100% !important;
    overflow-y: auto;
    max-height: fit-content;
  }
  @media (max-height: 700px) {
    .site-footer .klaviyo_modal .klaviyo_inner .klaviyo-form {
      overflow-y: scroll;
    }
  }
  .site-footer .klaviyo_modal .klaviyo_inner .klaviyo-form div{
    height: max-content;
  }
  .site-footer div[data-testid="form-row"] {
    
  }


/* ========= FOOTER GAP SETTINGS ========= */
/* Make a gap above the footer, it comes too close. */
.main-content {
  padding-bottom: 90px;
}
/* classes that touch footer, we don't want the gap */
#collection .main-content, #mister-jones-reviews .main-content {
  padding-bottom: 0;
}


/* ==== Cart ===
The actual cart page, not the drawer. */

.template-cart .main-content .cart__row .cart__mini-labels{
  font-size: 14px;
}

.template-cart .main-content .cart__row .money {
  font-size: 16px;
  font-weight: 600;
}


/* Recharge Portal button change */
.rc_btn--secondary, body#recharge-novum #recharge-te #rc_te-template-wrapper .rc_btn--secondary--color {
    max-width: 160px;
    float: right;
    border-radius: 30px !important;
    background-color: var(--color-softpink) !important;
  	border: 1px solid var(--color-risingred) !important;
	font-size: 1rem !important;
    letter-spacing: 1.5px;
    padding: 1rem 2.6rem 0.9rem 2.6rem !important;
	transition: all ease .3s;
}
.rc_btn--secondary:hover, body#recharge-novum #recharge-te #rc_te-template-wrapper .rc_btn--secondary--color:hover {
	background-color: var(--color-risingred) !important;
	color: #fff !important;
}


/* Home product advances */
.homepage-product {
    background-color: ;
  }
  
  .homepage-product .header-bg {
    padding-top: 0;
    padding-left: 0;
  }
  
  .homepage-product .sub-heading {
    font-family: AktivGrotesk-Light !important;
    font-size: 24px !important;
    padding-bottom: 2em;
  }
  .product-advanced .max {
    max-width: 800px;
    width: calc(100%-100px);
  }
  
  .product-advanced .product-content {
    text-align: left;
    padding: 4em;
    padding-right: 0 !important;
    position: relative;
  }
  
  .product-advanced .product-content .bg-color {
    border-radius: 30px !important;
    border: 1px solid #FBC7BB;
  }
  
  .product-advanced .product-content .product-pre-title {
    font-size: 16px !important;
    color: #E46554;
    font-family: AktivGrotesk-Regular !important;
    text-transform: uppercase !important;
  }
  
  .product-advanced .product-content .product-title {
    font-size: 36px !important;
    color: #000;
    font-family: Recoleta;
  }
  
  .product-advanced .product-content .stamped-badge-starrating {
    margin-right: 1em !important;
  }
  
  .product-advanced .product-content .cornerIcon {
    position: absolute;
    top: 0; right: 4em;
    width: 100%;
    max-width: 90px;
    height: auto;
  }
  
  .product-advanced .product-info li p {
    font-family: Recoleta;
    font-size: 12px;
    padding: 0 1em;
  }

  .home-list-v2 .description {
    margin-bottom: 1.5em !important;
  }

  
  @media (max-width: 992px) {
    .homepage-product .header-bg {
      text-align: left;
      padding-top: 0;
      padding-left: 0;
    }
    .homepage-content-block {
      padding-top: 0;
    }
    .homepage-product .homepage-product-title {
      padding-left: 30px;
    }
    
    .product-advanced .product-content .product-title, .product-advanced .product-content .product-desc {
      padding-right: 10%;
    }
    
    .homepage-product .sub-heading {
      font-size: 18px !important;
    }
    
    .product-advanced .max {
      width: 90%;
    }
    
    .product-advanced .product-content {
      text-align: left;
      padding: 4em;
    }
    
    .product-advanced .product-content .prod_image_mobile{
      text-align: right;
      position: relative;
    }

  }
  
  @media (max-width: 768px) {
	.product-advanced .product-content {
      padding: 3em;
    }
    .product-advanced .product-content img {
      margin-left: 0;
      max-width: 600px;
      width: 100%;
    }
  }
  
  @media (max-width: 576px) {
	.product-advanced .header-bg .sub-heading {
      max-width: 90% !important;
	}
  }

  .home-list-v2 .list-title {
    display: inline-block;
    margin-right: 20px;
    line-height: 1.2em;
  }
  .home-list-v2 .product-desc {
    display: inline-block;
  }
  
  .home-list-v2 .collection {
    padding: 0 !important;
    margin-bottom: 7em;
    background-color: transparent;
  }
  .home-list-v2 .product-list-headings {
    display: block;
    grid-template-columns: 1;
  }


/* Recommended product overrides */
.recommended .stamped-product-reviews-badge {
  float: none; /* Removed weird linebreak on mobile */
  margin-bottom: 0;
  margin-left: 0;
}
.recommended .product-list {
  grid-row-gap: 5px !important;
}
  

/* Klaviyo HH Lifetime Subscription Discount Pop-up Overrides */
.needsclick.go2750650054.kl-private-reset-css-Xuajs1, .klaviyo-form.klaviyo-form.klaviyo-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

form.needsclick.klaviyo-form.klaviyo-form-version-cid_218.kl-private-reset-css-Xuajs1, .klaviyo-form.klaviyo-form.klaviyo-form {
    margin: auto 0 !important;
    width: 100% !important;
}

button.needsclick.klaviyo-close-form {
    margin-right: 0 !important;
}