@charset "UTF-8";
.small_text {
  font-size: 14px;
}

.green_link {
  color: #82c780;
  font-family: "MaisonNeue-Demi";
  text-decoration: underline;
}

.overlay {
  background-color: black;
}

#non_prescription_header {
  background-image: url(/assets/product/renders/suites/suite-01-mobile-50fd137df41782829f3075577a4f06ffeb26b0f324e352fee306cf84f0ff8fe6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 40px;
  padding-bottom: 370px;
  text-align: center;
}
@media (min-width: 576px) {
  #non_prescription_header {
    background-image: url(/assets/product/renders/suites/suite-01-112d7422dde7ccc6f7dfdb179bced8ecc8f511f698096dac0ad5790dea929e31.jpg);
  }
}
@media (min-width: 768px) {
  #non_prescription_header {
    padding-top: 60px;
    background-position: center top;
  }
}
@media (min-width: 1200px) {
  #non_prescription_header {
    padding-top: 70px;
    padding-bottom: 560px;
  }
}
@media (min-width: 1800px) {
  #non_prescription_header {
    background-position: center;
    padding-bottom: 600px;
  }
}
#non_prescription_header h1 {
  font-size: 34px;
  max-width: 19ch;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  #non_prescription_header h1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  #non_prescription_header h1 {
    font-size: 50px;
  }
}

#non_prescription_post_checkout_image {
  background-image: url(/assets/product/renders/suites/suite-02-6a14749b4087fd9e0776477684140bc7bb062b8d1ba0e01f5974f4a6e9bb1fd8.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 230px;
}
@media (min-width: 400px) {
  #non_prescription_post_checkout_image {
    height: 270px;
  }
}
@media (min-width: 768px) {
  #non_prescription_post_checkout_image {
    height: 330px;
  }
}
@media (min-width: 1200px) {
  #non_prescription_post_checkout_image {
    height: 520px;
  }
}
@media (max-width: 576px) {
  #non_prescription_post_checkout_image {
    background-size: 170%;
    background-position: 40% 70%;
  }
}

.quiz_links {
  background-color: white;
  border-radius: 10px;
  padding: 15px;
  padding-bottom: 40px;
  padding-top: 20px;
  max-width: 680px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .quiz_links {
    margin-top: 35px;
    padding-bottom: 45px;
    padding-top: 35px;
  }
}
@media (max-width: 768px) {
  .quiz_links .btn {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

#np_thankyou {
  position: relative;
  padding-top: 70px;
}
#np_thankyou p {
  max-width: 40ch;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  #np_thankyou {
    padding-top: 110px;
  }
}
#np_thankyou h3 {
  margin-bottom: 17px;
}

.quiz_links,
.quiz_links .btn {
  display: none;
}

.quiz_links .btn.reveal {
  display: inline-block;
}

#non_prescription_navigation {
  padding: 15px;
  overflow-x: scroll;
  white-space: nowrap;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
#non_prescription_navigation::-webkit-scrollbar {
  display: none;
}
@media (min-width: 576px) {
  #non_prescription_navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: none;
    white-space: auto;
  }
}
#non_prescription_navigation .tablinks {
  color: #82c780;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 9px 11px;
  background-color: transparent;
  border: 0;
  font-size: 13px;
  position: relative;
  cursor: pointer;
  min-width: auto;
}
#non_prescription_navigation .tablinks::after {
  content: "";
  display: block;
  height: 0;
  border-bottom: 1px solid transparent;
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  margin: auto;
}
#non_prescription_navigation .tablinks.active, #non_prescription_navigation .tablinks:hover {
  color: #003d3b;
}
#non_prescription_navigation .tablinks.active::after, #non_prescription_navigation .tablinks:hover::after {
  border-color: #003d3b;
}
@media (min-width: 768px) {
  #non_prescription_navigation .tablinks {
    margin: 0 10px;
    font-size: 14px;
  }
}

.np_product_name,
.np_product_qty,
.np_product_learnmore {
  font-size: 14px;
  display: block;
}

.product_container .np_product_name, .product_container .np_product_qty, .product_container .np_product_learnmore {
  margin-bottom: 10px;
}
.product_container.skin_product_disabled .fresh-cleanser,
.product_container.skin_product_disabled .pm-moisturiser,
.product_container.skin_product_disabled .dark-circle-eliminator,
.product_container.skin_product_disabled .daily-skincare-trio {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.product_container.skin_product_disabled .fresh-cleanser .product_image_container::before,
.product_container.skin_product_disabled .pm-moisturiser .product_image_container::before,
.product_container.skin_product_disabled .dark-circle-eliminator .product_image_container::before,
.product_container.skin_product_disabled .daily-skincare-trio .product_image_container::before {
  content: "Out of stock" !important;
}
.product_container.skin_product_disabled .fresh-cleanser .product_image,
.product_container.skin_product_disabled .fresh-cleanser .product_description,
.product_container.skin_product_disabled .pm-moisturiser .product_image,
.product_container.skin_product_disabled .pm-moisturiser .product_description,
.product_container.skin_product_disabled .dark-circle-eliminator .product_image,
.product_container.skin_product_disabled .dark-circle-eliminator .product_description,
.product_container.skin_product_disabled .daily-skincare-trio .product_image,
.product_container.skin_product_disabled .daily-skincare-trio .product_description {
  opacity: 0.3;
}

#cart-summary .cart_row .np_product_name, #cart-summary .cart_row .product_price_container {
  margin-bottom: 10px;
}
#cart-summary .cart_row .remove-btn {
  margin-top: 9px;
}

.cart_row .np_product_qty {
  margin-bottom: 3px;
}
.cart_row img {
  max-width: 5rem;
  margin-right: 1rem;
  -ms-flex-item-align: center;
      align-self: center;
}

.np_product_name,
.np_product_price {
  font-size: 18px;
  font-family: "MaisonNeue-Demi";
}

.np_product_price_modal {
  margin-top: 11px;
  margin-bottom: 11px;
}

@media (min-width: 768px) {
  #panel_checkout {
    width: 700px;
    right: -700px;
  }
}
#order-summary .product_price_container {
  font-size: 14px;
  margin-bottom: 6px;
}
#order-summary .np_product_name {
  font-size: 16px;
  margin-bottom: 3px;
}

.np_ingredient_modal .modal-body {
  padding: 30px 15px 30px 15px;
}

.np_ingredient_modal .summary_product_image {
  width: 200px;
  height: 200px;
  margin: 0;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  .np_ingredient_modal .summary_product_image {
    margin-right: 10px;
  }
}

#order-summary .cart_row .cart_row_info > div:last-child,
#order-summary .cart_row .cart_row_info > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#order-summary .cart_row .cart_row_info > div:first-child {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#order-summary #final_ed .text-right, #order-summary #final_skin .text-right, #order-summary #final_hair .text-right {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#order-summary .summary_product_image {
  background-color: white;
  border-radius: 10px;
  background-size: 65px;
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  margin-right: 17px;
  margin-left: 0 !important;
  position: relative;
}
#order-summary .summary_product_image::after {
  display: block;
  content: "1";
  border-radius: 100%;
  background-color: #82c780;
  color: white;
  width: 25px;
  height: 25px;
  right: -8px;
  top: -8px;
  left: auto;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
}

.np_product_name {
  line-height: 1.4;
}
.np_product_name.no_qty {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.np_product_learnmore,
.remove-btn {
  text-decoration: underline !important;
  font-size: 14px;
}

.np_product_price {
  margin-top: 5px;
}

.product_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product_image_container {
  margin-bottom: 10px;
}

.product_card {
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .product_card {
    margin-bottom: 70px;
  }
}
@media (min-width: 992px) {
  .product_card {
    width: 33.333%;
  }
}
.product_card .product_image_container {
  position: relative;
}
.product_card .product_image {
  -o-object-fit: contain;
     object-fit: contain;
  height: 170px;
  width: 170px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 768px) {
  .product_card .product_image {
    height: 210px;
    width: 210px;
  }
}
.product_card .product_description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.product_card .product_description .np_product_name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product_card.shampoo-conditioner .np_product_name {
  max-width: 22ch;
}

.product_container .add_to_cart_btn,
.np_ingredient_modal .btn,
.cartbtn {
  padding: 9px 10px;
  font-size: 12px;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 19px !important;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .product_container .add_to_cart_btn,
  .np_ingredient_modal .btn,
  .cartbtn {
    width: 170px;
  }
}
.product_container .add_to_cart_btn.remove-from-cart,
.np_ingredient_modal .btn.remove-from-cart,
.cartbtn.remove-from-cart {
  color: #003d3b !important;
  background-color: white;
  border: 1px solid #003d3b;
}
.product_container .add_to_cart_btn:hover,
.np_ingredient_modal .btn:hover,
.cartbtn:hover {
  -webkit-box-shadow: 0px 0px #ebebd4;
          box-shadow: 0px 0px #ebebd4;
}

.btn.outofstock {
  background-color: #eae9e9;
  border-color: #eae9e9;
  width: 150px;
  color: #cacaca !important;
  -webkit-box-shadow: 8px 8px #f5f5ea;
          box-shadow: 8px 8px #f5f5ea;
}

.product_container {
  padding-bottom: 30px;
}

.con-shopping {
  padding: 10px;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center left 12px;
  background-image: url(/assets/icons/arrow-left-tail-large-dark-d633771b47ecf040055cb5a269ee143168f486dfdb02b393cf50981a5afc5713.svg);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  display: block;
}

.cart_summary {
  padding-bottom: 10px;
}
.cart_summary hr {
  margin: 0;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 992px) {
  .cart_summary hr {
    margin-left: -25px;
    margin-right: -25px;
  }
}

.also-like-section {
  background-color: #f8f8f8;
  border-top: 1px solid #ccc;
}

.cart_summary,
.also-like-section {
  padding: 25px 15px 0 15px;
}
@media (min-width: 992px) {
  .cart_summary,
  .also-like-section {
    padding: 25px 35px 0 35px;
  }
}
.cart_summary h5,
.also-like-section h5 {
  margin-bottom: 25px;
}

.also-like-section {
  padding-bottom: 15px;
}

.summary_section {
  padding: 25px 0;
}

#np_grand_total {
  font-size: 25px;
}

.checkout_page {
  position: relative;
}

#cart-summary.checkout_page {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#cart-summary .cart_summary {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#checkout_footer {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 10px 53px 10px;
  background-color: white;
  z-index: 3;
  border-top: 1px solid #ccc;
}
@media (min-width: 992px) {
  #checkout_footer {
    padding: 20px 30px 55px;
  }
}

#checkout_to_express,
#go_to_cart_btn,
#individual_product .np_product_hero .add_to_cart_btn:not(.sleep_btn) {
  display: block;
  border-radius: 100px;
  color: #003d3b !important;
  padding: 10px ​37px;
  background-color: #82c780;
  border: 0;
}
#checkout_to_express .total_container,
#go_to_cart_btn .total_container,
#individual_product .np_product_hero .add_to_cart_btn:not(.sleep_btn) .total_container {
  letter-spacing: 0;
  font-size: 18px;
}
@media (min-width: 992px) {
  #checkout_to_express:hover,
  #go_to_cart_btn:hover,
  #individual_product .np_product_hero .add_to_cart_btn:not(.sleep_btn):hover {
    opacity: 0.8;
  }
}
#checkout_to_express.disabled,
#go_to_cart_btn.disabled,
#individual_product .np_product_hero .add_to_cart_btn:not(.sleep_btn).disabled {
  opacity: 1 !important;
  pointer-events: none !important;
  background-color: #e1e1e1;
  opacity: 1 !important;
  color: white !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  max-width: 230px;
}
@media (min-width: 992px) {
  #checkout_to_express.disabled,
  #go_to_cart_btn.disabled,
  #individual_product .np_product_hero .add_to_cart_btn:not(.sleep_btn).disabled {
    margin-left: 0;
  }
}

#individual_product .np_product_hero .add_to_cart_btn.outofstock {
  opacity: 1 !important;
  background-color: #e6e6e6 !important;
  color: rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#go_to_cart_btn,
#individual_product .np_product_hero .add_to_cart_btn:not(.sleep_btn) {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 992px) {
  #go_to_cart_btn,
  #individual_product .np_product_hero .add_to_cart_btn:not(.sleep_btn) {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
}

#checkout_to_express {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart_row {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  line-height: 1.3;
  padding-top: 10px;
}
.cart_row .cart_row_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.cart_row .cart_row_info > div:last-child {
  width: 85px;
  min-width: 85px;
}
.cart_row .cart_row_info > div:first-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#cart-summary .cart_row {
  margin-left: -15px;
}

.summary_product_image {
  width: 100px;
  height: 100px;
  min-width: 100px;
  min-height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: auto;
}

.also_like_row {
  background-color: #daeed9;
  border-radius: 10px;
  padding: 15px;
  padding-left: 0;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border: 0 !important;
}
@media (min-width: 992px) {
  .also_like_row {
    padding-right: 25px;
  }
}
.also_like_row .also-like-btn a {
  border-radius: 100px;
  background-color: white;
  border: 1px solid #82c780;
  padding: 6px 50px;
  display: inline-block;
  color: #003d3b !important;
  margin-top: 14px;
}
.also_like_row .also_like_info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.also_like_row .np_product_name {
  margin-bottom: 5px;
}
.also_like_row img {
  max-width: 5rem;
  margin-right: 1rem;
  -ms-flex-item-align: center;
      align-self: center;
}

.checkout_summary_header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
  z-index: 3;
}
.checkout_summary_header .checkout_summary_logo {
  height: 70px;
  position: relative;
}
.checkout_summary_header .mosh_logo {
  width: 70px;
  height: 40px;
  background-size: 70px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(/assets/logo/logo_dark-1c889d058c3a42c1aaa03fd6f4a5a2faca779bda7a93cf85ee2bae30e12c1237.svg);
}

.collapse-btn {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.collapse-btn > div {
  background-image: url(/assets/icons/cart-1-27a185012686bd3b2a6b49afc523bc18dc4fb94590e844309eff8522d8108fb5.svg);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: center left 12px;
  position: relative;
  padding: 13px 10px 14px 50px;
}
.collapse-btn .hide_order_summary {
  display: inline-block;
  position: relative;
}
.collapse-btn .hide_order_summary::after {
  content: "";
  display: block;
  background-image: url(/assets/icons/arrow-down-dark-e5fef9d866398752b29adffcf9b07fbaeeb8ea5953045e9520d8a9f7ed87ac3d.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  height: 16px;
  width: 16px;
  background-position: center right 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: -23px;
  margin: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.collapse-btn.active .hide_order_summary::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.collapse-btn .summary_price {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.con_payment,
#non_prescription_submit {
  border-radius: 5px;
  padding: 22px;
  margin-top: 5px;
  color: #003d3b !important;
  background-color: #82c780 !important;
}

.con_payment {
  margin-top: 15px;
}

.free_shipping_section {
  padding: 15px;
  border-bottom: 1px solid #ccc;
}

#checkout-coupon-detail,
#check-coupon-express {
  background-color: #e5e5e5;
  border: 1px solid #ccc;
  background-image: url(/assets/icons/arrow-right-tail-large-grey-7751b5e8ebcd0ddd4b953b2bc9aeb11670d94f54a8f6599d1574ae2212832902.svg);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: center;
  width: 120px;
  margin-left: 15px;
  border-radius: 5px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
#checkout-coupon-detail.active,
#check-coupon-express.active {
  background-color: #c54801;
  border-color: #c54801;
  background-image: url(/assets/icons/arrow-right-tail-large-white-ce2992db714bb70b0a281755c051caeedee9af38d2237312b00ed04728ffc284.svg);
}

#discount_code_container .discount_approved_tick {
  width: 9px;
  height: 9px;
}

#paypal_section .paypal-button-express {
  background-image: url(/assets/icons/paypal-67f56634a3c6e7e78463e2745943d6113f9f0bda7d5d7d630e59f18e1c39bcba.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 120px;
  display: block;
  border-radius: 10px;
  -webkit-transition: 0.15s ease all;
  transition: 0.15s ease all;
  width: 100%;
  height: 55px;
  background-color: #ffd53f;
  margin-top: 25px;
  margin-bottom: 40px;
  display: block;
}
@media (max-width: 992px) {
  #paypal_section .paypal-button-express {
    margin-left: auto;
    margin-right: auto;
  }
}

.express_checkout_container {
  padding-top: 27px;
  padding-bottom: 5px;
}
.express_checkout_container h5 {
  margin-bottom: 15px;
}

.express_checkout_container,
#express-checkout {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .express_checkout_container,
  #express-checkout {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.express_checkout_container h5,
#express-checkout h5 {
  margin-top: 1.25rem;
}

.np_go_back {
  display: block;
  text-align: center;
}
.np_go_back > span {
  display: inline-block;
  padding: 16px 0;
  padding-left: 20px;
  background-image: url(/assets/icons/arrow-left-dark-18d7d786da7fd0458aa4f203dad8f7ec11172cba2deff98ea85ce96cdc7ebb59.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 12px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-family: "MaisonNeue-Demi";
  margin-right: 11px;
}
.np_go_back.np_view_all > span {
  background-image: url(/assets/icons/arrow-right-dark-3c157aed7374cbd7a25ef768c132712013928e5453fe6168752af33e5706e7aa.svg);
  background-position: center right;
  margin-left: 11px;
  margin-right: 0;
  padding-right: 20px;
  padding-left: 0;
}

.sleep-vitamin .product_image, .sleep-vitamin .summary_product_image {
  background-image: url(/assets/product/renders/isolated/png/sleep-vitamin-802058c9f1a9d6c4d40dbf6dfea5a0d17f16dec18f0ad32f5b72bb7c2f51fec1.png);
}

.keep-vitamin .product_image, .keep-vitamin .summary_product_image,
.hair-free-addon .product_image,
.hair-free-addon .summary_product_image {
  background-image: url(/assets/product/renders/isolated/png/keep-vitamin-8b05a4560f33a448d7c67cb7c09b3e9ebdce438a7f9d24d84e9ffaa4a983451a.png);
}

.shampoo-conditioner .product_image, .shampoo-conditioner .summary_product_image {
  background-image: url(/assets/product/renders/isolated/png/shampoo-conditioner-c7a0b2930fc5f6d55aab426ce01f593c83dbd478572c2c7aba131bdd453d88dd.png);
}

.minoxidil .product_image, .minoxidil .summary_product_image {
  background-image: url(/assets/product/renders/isolated/png/minoxidil-ead508e25aa7a65bcbc58119216c2d8b567765ef09755ec87934159e62adcf1f.png);
}

.hair-starter-kit .product_image, .hair-starter-kit .summary_product_image {
  background-image: url(/assets/product/renders/isolated/png/hair-starter-kit-0d0c6b755b228d993712b25e6133bf048c0ea9f2262beb9a0795879480891128.png);
}

.fresh-cleanser .product_image, .fresh-cleanser .summary_product_image {
  background-image: url(/assets/product/renders/isolated/png/fresh-cleanser-57871d1548b459ed1e6383c1df4daba99bdd65a628a64d54987b6a97bb65ac4a.png);
}

.pm-moisturiser .product_image, .pm-moisturiser .summary_product_image {
  background-image: url(/assets/product/renders/isolated/png/pm-moisturiser-a373827cb348592ba0c1820f9292b58396ec2f3ea3343759cae633839d8bf3ca.png);
}

.dark-circle-eliminator .product_image, .dark-circle-eliminator .summary_product_image {
  background-image: url(/assets/product/renders/isolated/png/dark-circle-eliminator-0600ac4653f7d6f9c6ba6e815767ad6a145e7d14656975a559716ffe507ccf4b.png);
}

.daily-skincare-trio .product_image, .daily-skincare-trio .summary_product_image {
  background-image: url(/assets/product/renders/isolated/png/daily-skincare-trio-ae9b2076956d24766b2a15d210a33c04444e2ed97ba18293cca545f1c47d9f3f.png);
}

.essential-duo .product_image, .essential-duo .summary_product_image {
  background-image: url(/assets/product/renders/isolated/png/essential-duo-d07b8d85f75ff139e2e4851164ca9aed19e32be903f6be63b6b8900871775064.png);
}

.energy-libido-vitamin .product_image, .energy-libido-vitamin .summary_product_image {
  background-image: url(/assets/product/renders/isolated/png/energy-libido-vitamin-dae572ce1100ded875fcb5e4090e46d955ed31959c933a9f48a7b2cdd795e0bc.png);
}

.weight-loss-shake .product_image, .weight-loss-shake .summary_product_image {
  background-image: url(/assets/product/renders/isolated/png/weight-loss-shake-ed807d0238177caef354799bd210797f48702a4a274513c9073205329a49d8b3.png);
}

.hair-libido-bundle .product_image, .hair-libido-bundle .summary_product_image {
  background-image: url(/assets/product/renders/isolated/png/hair-libido-bundle-238e2f0bbea4e8911fb2f17501729e73b30ae8922e6f3a992cb94473c632ea77.png);
}

.hair-skin-bundle .product_image, .hair-skin-bundle .summary_product_image {
  background-image: url(/assets/product/renders/isolated/png/hair-skin-bundle-d8d27e517f0de8ce7fe7e83cee3754c8dcb827280c720bb5dd4d5b5d9af34b1d.png);
}

.pill-box .product_image, .pill-box .summary_product_image,
div[class^=pill-box] .product_image,
div[class^=pill-box] .summary_product_image,
div[class*=" pill-box"] .product_image,
div[class*=" pill-box"] .summary_product_image {
  background-image: url(/assets/product/renders/isolated/png/pill-box-2ea52415ccccb364d7f8dcecc089615790211e4f5aaa9a228c7fe302619d43bd.png);
}

.also_like_row.hair .summary_product_image,
.cart_row.hair .summary_product_image {
  background-image: url(/assets/doctors/headshots/paul-goodridge-1d6021a8e2a87522137d3416c888062c87c4f490d46ca00ff2dd1f7ba4b88eb0.jpg);
}

.also_like_row.wl .summary_product_image,
.cart_row.wl .summary_product_image {
  background-image: url(/assets/weight_loss/wl-dr-bloch-76a145dfb8b4d82784844ba075b8b6357c198c538846257946cd10945c987bed.png);
}

.also_like_row.ed .summary_product_image,
.cart_row.ed .summary_product_image {
  background-image: url(/assets/doctors/headshots/christopher-love-263aafb1fc6d1495d0a553b4f04ef373c260597770e0ac0c53ee188c32fdf808.jpg);
}

.also_like_row.skin .summary_product_image,
.cart_row.skin .summary_product_image {
  background-image: url(/assets/doctors/headshots/sabrina-campbell-aa56d1c4e528f65583b25f9e19a5cbed774090fe05f15eaaafa12b2060eec074.jpg);
}

.also_like_row.hair .summary_product_image,
.also_like_row.ed .summary_product_image,
.also_like_row.skin .summary_product_image,
.also_like_row.wl .summary_product_image,
.cart_row.hair .summary_product_image,
.cart_row.ed .summary_product_image,
.cart_row.skin .summary_product_image,
.cart_row.wl .summary_product_image {
  background-size: cover !important;
  border-radius: 10px;
  border-radius: 10px;
  max-width: 70px;
  min-width: auto;
  margin: auto 15px;
}
@media (min-width: 992px) {
  .also_like_row.hair .summary_product_image,
  .also_like_row.ed .summary_product_image,
  .also_like_row.skin .summary_product_image,
  .also_like_row.wl .summary_product_image,
  .cart_row.hair .summary_product_image,
  .cart_row.ed .summary_product_image,
  .cart_row.skin .summary_product_image,
  .cart_row.wl .summary_product_image {
    margin-right: 25px;
  }
}

@media (min-width: 992px) {
  .cart_row.hair .np_product_name,
  .cart_row.ed .np_product_name,
  .cart_row.skin .np_product_name {
    max-width: 15ch;
  }
  #cart_shampoo-conditioner .np_product_name {
    max-width: 22ch;
  }
}
#np_reviews .flickity-slider {
  padding-left: 30px;
}

.np_reviews_card {
  min-height: 300px;
  padding-bottom: 50px;
  width: 85%;
  margin-bottom: 40px !important;
}
.np_reviews_card .reviews_rounded_card_name {
  bottom: 50px;
}
.np_reviews_card .np_reviews_card_image {
  position: absolute;
  bottom: -25px;
  top: auto;
  left: 0;
  right: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 5px solid white;
  background-image: url(/assets/icons/profile_blank-2bc17158ae2cacce637547876d50463184dcb1bf19ee4bf3af40f67675ff778c.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: white;
}
@media (min-width: 500px) {
  .np_reviews_card {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .np_reviews_card {
    width: 36%;
  }
}
@media (min-width: 1200px) {
  .np_reviews_card {
    width: 28%;
  }
}
@media (min-width: 2000px) {
  .np_reviews_card {
    width: 20%;
  }
}
.np_reviews_card#abraham .np_reviews_card_image {
  background-image: url(/assets/product/testimonials/testimonials_abraham-2-db410b2dc43936ffc1ff4c085a2a81524110d6b92c9d9f5fc130f690c5af0ff2.jpg);
}
.np_reviews_card#andrew .np_reviews_card_image {
  background-image: url(/assets/product/testimonials/testimonials_andrew-f28b7055e48190a80dddff05313f1d2bfc43f1fe1024ecb8244d4768e46e59f8.jpg);
}
.np_reviews_card#antonio .np_reviews_card_image {
  background-image: url(/assets/product/testimonials/testimonials_antonio-068aa0414c7935ed3cd7acb89b2fd058a963603d9262024b210cc9d071715777.jpg);
}
.np_reviews_card#christopher .np_reviews_card_image {
  background-image: url(/assets/product/testimonials/testimonials_christopher-12ed8c9c322aec23b3a94f034213117eb46ec5d656b9c771bd5004b9241a3181.jpg);
}
.np_reviews_card#daniel .np_reviews_card_image {
  background-image: url(/assets/product/testimonials/testimonials_daniel-df4c161d353bd81e98765e18dcdba5658e50e4f6dbfb81a78fafdbe190549d8e.jpg);
}
.np_reviews_card#dave .np_reviews_card_image {
  background-image: url(/assets/product/testimonials/testimonials_dave-a6843c895b5e67deb145acedfbb70d12363f422223c7742725b04300cd5dc4a3.jpg);
}
.np_reviews_card#dean .np_reviews_card_image {
  background-image: url(/assets/product/testimonials/testimonials_dean-2a194ba1589c55197cce7fc49596b8148ed68359d1aabeae971ad7e6f798abe1.jpg);
}
.np_reviews_card#jose .np_reviews_card_image {
  background-image: url(/assets/product/testimonials/testimonials_jose-39d6bd0e1e40ba46b307291d4b921d4318322ccb66b80115cc56eb81df0d51a5.jpg);
}
.np_reviews_card#latham .np_reviews_card_image {
  background-image: url(/assets/product/testimonials/testimonials_latham-76cd20ea38d34a613c355b4f62832fd4071a8da03751dd2abbc8a269b93a1862.jpg);
}
.np_reviews_card#marcus .np_reviews_card_image {
  background-image: url(/assets/product/testimonials/testimonials_marcus-7fd3f23d339b21f6dd0999e9b2e20032f05cbf391eb4ede5d52bcac3c3ba0d6d.jpg);
}
.np_reviews_card#myles .np_reviews_card_image {
  background-image: url(/assets/product/testimonials/testimonials_myles-98a3ccb1689bd6eaa3b01b1970ec249fde62fcd08c7a11416e4cf06267208da2.jpg);
}
.np_reviews_card#rammie .np_reviews_card_image {
  background-image: url(/assets/product/testimonials/testimonials_rammie-30803b43743246b69836743a19ea6ab5d0995d9ac3b743ded0a1556db03b3f31.jpg);
}
.np_reviews_card#reece .np_reviews_card_image {
  background-image: url(/assets/product/testimonials/testimonials_reece-a35f4625d3db702cdb9c4f9a70b74ff885897cd29d45727c0ba7bf13c01da826.jpg);
}
.np_reviews_card#tim .np_reviews_card_image {
  background-image: url(/assets/product/testimonials/testimonials_tim-69678982c77aa871a691fdf2c4e22518416924590e4cfcfd5af7fafbc0b7ea87.jpg);
}
.np_reviews_card#timothy .np_reviews_card_image {
  background-image: url(/assets/product/testimonials/testimonials_timothy-8f85e55af53989b3b4d22678841ef132beacf7687fb8c18a2fdbd6d6d1bbe85a.jpg);
}
.np_reviews_card#tony .np_reviews_card_image {
  background-image: url(/assets/product/testimonials/testimonials_tony-d580c97ab5690efb155518a3db815312ba13a344ba939c9b8d6ae8358e0cdf16.jpg);
}
.np_reviews_card#tyler .np_reviews_card_image {
  background-image: url(/assets/product/testimonials/testimonials_tyler-79e078623c5f2a74e9c670c5163728f63dc03a9687812f367b43205f88739e14.jpg);
}
.np_reviews_card#wayne .np_reviews_card_image {
  background-image: url(/assets/product/testimonials/testimonials_wayne-7f821de581b7b55b7c85b99dedccb4531ee212fa598213aaa3381b81f64dd791.jpg);
}
.np_reviews_card#nicholas .np_reviews_card_image {
  background-image: url(/assets/product/testimonials/testimonials_nicholas-f6c7aee6c98616053b189987b65f24d9e6cdfc57c79982709dd8be9bcb424f29.jpg);
}

#np_reviews.scroller .np_reviews_card:first-child {
  margin-left: 15px !important;
}
@media (min-width: 992px) {
  #np_reviews.scroller .np_reviews_card:first-child {
    margin-left: 30px !important;
  }
}

#np_testimonials .scroll-wrapper {
  padding-bottom: 30px;
}

#np_testimonials h3 {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  #np_testimonials .scroll-element {
    display: none;
  }
  #np_testimonials .scroll-wrapper {
    padding-bottom: 10px;
  }
}
#np_community h4 {
  max-width: 24ch;
}
@media (min-width: 992px) {
  #np_community h4 {
    font-size: 40px;
    max-width: none;
  }
}

#community_carousel {
  margin-top: 25px;
}
#community_carousel .community_carousel_slide {
  width: 50%;
  margin: 0 5px;
}
@media (min-width: 768px) {
  #community_carousel .community_carousel_slide {
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  #community_carousel .community_carousel_slide {
    width: 25%;
  }
}
@media (min-width: 2000px) {
  #community_carousel .community_carousel_slide {
    width: 20%;
  }
}
@media (min-width: 2500px) {
  #community_carousel .community_carousel_slide {
    width: 15%;
  }
}
#community_carousel img {
  width: 100%;
}
#community_carousel .flickity-button {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5) !important;
  border-radius: 0;
  background-position: center !important;
  background-image: url(/assets/icons/arrow-left-tail-large-dark-d633771b47ecf040055cb5a269ee143168f486dfdb02b393cf50981a5afc5713.svg) !important;
}
#community_carousel .flickity-button.next {
  right: 0;
  left: auto;
  background-image: url(/assets/icons/arrow-right-tail-large-dark-e4ab49c35e306bbea0673f10f7213057f02f0c47cf0cf263e4781c4ae3b207d4.svg) !important;
}

.detail_confirm {
  margin-top: 26px;
}

.shipping_address_check_container {
  margin-bottom: 5px;
}

.or_divider {
  border-bottom: 1px solid #ccc;
}

.panel_loading {
  background-image: url(/assets/icons/loading-be70f32c2196a58ca9853663b234a3207886b9eabb67b8e078b67459fce3c05e.svg);
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .panel_loading {
    width: 700px;
    left: auto;
  }
}

.panel_loading.reveal {
  opacity: 0.4;
  z-index: 100;
}

/* INDIVIDUAL PRODUCT PAGES */
.np_product_hero {
  text-align: center;
}

.product_hero_images {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}

#individual_product .np_product_hero {
  position: relative;
}
@media (min-width: 992px) {
  #individual_product .np_product_hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #individual_product .np_product_hero .product_hero_images {
    position: relative;
    width: 50%;
  }
  #individual_product .np_product_hero h4 {
    font-size: 37px;
  }
}
@media (min-width: 1200px) {
  #individual_product .np_product_hero .product_hero_images {
    width: 55%;
  }
}

.np_product_hero .product_hero_text {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  #individual_product .np_product_hero .product_hero_text {
    text-align: left;
    padding-left: 50px;
    padding-right: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.product_hero_carousel {
  margin-left: auto;
  margin-right: auto;
}

.product_hero_carousel .product_hero_slide {
  width: 100%;
  height: 270px;
  display: none;
}
.product_hero_carousel .product_hero_slide.is-selected {
  display: block;
  left: 0 !important;
}
@media (min-width: 768px) {
  .product_hero_carousel .product_hero_slide {
    height: 350px;
  }
}
.product_hero_carousel .product_hero_slide img {
  width: 100%;
  height: 270px;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 768px) {
  .product_hero_carousel .product_hero_slide img {
    height: 350px;
  }
}
.product_hero_carousel .product_hero_slide.main_product img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 992px) {
  #individual_product .product_hero_carousel .product_hero_slide {
    height: 450px;
  }
}
@media (min-width: 1200px) {
  #individual_product .product_hero_carousel .product_hero_slide {
    height: 650px;
  }
}
@media (min-width: 992px) {
  #individual_product .product_hero_carousel .product_hero_slide img {
    height: 450px;
  }
}
@media (min-width: 1200px) {
  #individual_product .product_hero_carousel .product_hero_slide img {
    height: 650px;
  }
}
@media (min-width: 768px) {
  #individual_product .product_hero_carousel .product_hero_slide.main_product img {
    width: 350px;
  }
}
@media (min-width: 992px) {
  #individual_product .product_hero_carousel .product_hero_slide.main_product img {
    width: 450px;
    -o-object-position: center;
       object-position: center;
  }
}
@media (min-width: 1200px) {
  #individual_product .product_hero_carousel .product_hero_slide.main_product img {
    width: 650px;
    width: 550px;
  }
}

video,
.floater {
  display: none;
}

.product_hero_thumbnails {
  margin-top: 70px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product_hero_thumbnails .product_hero_thumbnail {
  width: 60px;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin: 0 5px;
  opacity: 0.5;
  cursor: pointer;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product_hero_thumbnails .product_hero_thumbnail:first-child img {
  width: 80%;
  height: 80%;
  margin: auto;
}
.product_hero_thumbnails .product_hero_thumbnail.active {
  opacity: 1;
}
.product_hero_thumbnails img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 992px) {
  #individual_product .product_hero_thumbnails {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    right: auto;
    margin: 0;
  }
  #individual_product .product_hero_thumbnails .product_hero_thumbnail {
    margin: 5px 0;
  }
}
.np_product_hero .flickity-page-dots {
  bottom: -35px;
  z-index: 6;
}
.np_product_hero .flickity-page-dots .dot {
  width: 12px !important;
  height: 12px !important;
  border-color: #ccc !important;
  background-color: transparent !important;
}
.np_product_hero .flickity-page-dots .dot.is-selected {
  background-color: #ebebd4 !important;
}

.add_to_cart_btn.add_to_cart_btn_big {
  display: inline-block;
  width: auto;
  padding: 15px 30px;
  font-size: 14px;
}

.np_product_hero .add_to_cart_btn.add_to_cart_btn_big {
  margin-bottom: 10px !important;
}

#np_ingredients .add_to_cart_btn.add_to_cart_btn_big {
  margin-top: 30px !important;
}

@media (min-width: 1200px) {
  #individual_product .np_product_hero .flickity-page-dots {
    bottom: 17px;
  }
}

.review_widget_inline {
  display: block;
  background-image: url(/assets/icons/green-stars-09cca097f72c163c3fa2149176753d1a1f26882f9e0ae5e72a9f7707f6e41926.svg);
  background-size: 90px;
  background-repeat: no-repeat;
  background-position: top 7px left;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  width: 6rem;
  height: 1.5rem;
}

#individual_product .np_key_benefits {
  margin-top: 5px;
}

.vitamin_fineprint {
  max-width: 64ch;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}

.green_dotpoints ul {
  list-style: none;
  padding-left: 27px;
  margin-bottom: 0;
  text-align: left;
}
@media (min-width: 992px) {
  .green_dotpoints ul {
    padding-left: 12px;
  }
}
.green_dotpoints ul li {
  position: relative;
  margin-bottom: 5px;
}
.green_dotpoints ul li::before {
  content: "";
  background-color: #82c780;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: -24px;
  top: 7px;
}

.green_dotpoints {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  #individual_product .green_dotpoints ul {
    padding-left: 24px;
  }
}

.np_product_hero .np_key_benefits {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .np_product_hero .np_key_benefits {
    margin-bottom: 35px;
  }
}
.np_product_hero .np_key_benefits .green_dotpoints {
  margin-top: 10px;
  max-width: 500px;
}

#individual_product .np_product_hero .np_key_benefits {
  margin-bottom: 0;
}

.np_ingredient_modal .np_product_hero .np_key_benefits {
  max-width: 350px;
}

.np_ingredient_modal .np_product_hero#product_hero_hair-skin-bundle .np_key_benefits {
  max-width: 410px;
}

.np_faqs {
  font-size: 16px;
  border-top: 1px solid #ccc;
}
.np_faqs .faq_item {
  border-bottom: 1px solid #ccc;
}
.np_faqs .faq_item h5 {
  margin-bottom: 0;
}
.np_faqs .faq_answer {
  padding-left: 10px;
  padding-right: 10px;
}
.np_faqs .faq_question {
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 10px;
}
.np_faqs .faq_question::after {
  background-size: contain;
  width: 13px;
  height: 13px;
  top: 23px;
  right: 10px;
}

.np_testimonial {
  background-color: white;
  border-radius: 10px;
  text-align: left;
  padding: 20px;
  margin-bottom: 10px;
  position: relative;
}
.np_testimonial img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 25px;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .np_testimonial img {
    height: 260px;
  }
}
@media (min-width: 768px) {
  .np_testimonial {
    width: 36%;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    padding-bottom: 50px;
  }
  .np_testimonial strong {
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
}
@media (min-width: 1200px) {
  .np_testimonial {
    width: 27%;
  }
}
.np_testimonial h4 {
  margin-top: 10px;
  margin-bottom: 0;
}

#np_testimonials .text_bubble {
  margin-bottom: 30px;
}

#np_ingredients h3,
#np_testimonials h3 {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  #np_ingredients h3,
  #np_testimonials h3 {
    margin-bottom: 35px;
  }
}

#np_ingredients h4 {
  margin-top: 40px;
}
@media (min-width: 992px) {
  #np_ingredients h4 {
    margin-top: 70px;
  }
}
#np_ingredients h4:first-of-type {
  margin-top: 30px;
}
@media (max-width: 768px) {
  #np_ingredients h4 {
    font-size: 24px;
  }
}

#np_ingredients .fineprint {
  padding-top: 0;
}

#customers_also_bought h3 {
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  #customers_also_bought h3 {
    margin-bottom: 45px;
  }
}

@media (min-width: 992px) {
  #individual_product .np_product_hero .np_key_benefits, #individual_product .np_product_hero .review_widget_inline {
    margin-left: 0;
  }
}
.cart-check {
  position: fixed;
  padding: 15px;
  padding-bottom: 3px;
  padding-top: 15px;
  width: 100%;
  z-index: 97;
  bottom: -107px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  background-color: white;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}
@media (min-width: 992px) {
  .cart-check {
    padding-top: 15px;
  }
}
.cart-check .btn {
  margin-top: 0;
}
.cart-check.reveal {
  opacity: 1;
  bottom: 0;
}

.cartisempty {
  display: none;
  padding-top: 10px;
  padding-bottom: 35px;
  text-align: center;
  font-size: 14px;
}

.keepbrowsing {
  text-decoration: underline !important;
}

.np_ingredient_modal .modal-dialog {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .np_ingredient_modal .modal-dialog {
    max-width: 700px;
    margin-top: 10vh;
  }
}
.np_ingredient_modal .modal-body {
  padding: 0;
}

.modal_load {
  background-image: url(/assets/icons/loading-be70f32c2196a58ca9853663b234a3207886b9eabb67b8e078b67459fce3c05e.svg);
  background-size: 30px;
  background-position: center top 160px;
  background-repeat: no-repeat;
  width: 100%;
  height: 74%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: 5;
}
.modal_load.reveal {
  pointer-events: all;
  opacity: 1;
}

.see_full_page {
  font-size: 16px;
  margin-top: 15px;
  display: block;
  border-top: 1px solid #ccc;
  padding-top: 17px;
  padding-bottom: 20px;
}
.see_full_page strong {
  position: relative;
}
.see_full_page strong::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/assets/icons/arrow-right-tail-dark-e7dd866dc7ac8c4081248b9578b6b2f562595791b2e27b14c63299a7c44b7c1a.svg);
  top: 4px;
  bottom: auto;
  left: auto;
  right: -20px;
}

@media (max-width: 768px) {
  #np_testimonials {
    padding-top: 30px;
  }
}
.cart_container {
  margin-left: 5px;
}
@media (min-width: 768px) {
  .cart_container {
    margin-left: 17px;
  }
}

#product_hero_shampoo-conditioner h4 {
  max-width: 22ch;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  #individual_product #product_hero_shampoo-conditioner h4,
  #individual_product .product_hero_text .np_qty,
  #individual_product .green_dotpoints {
    margin-left: 0 !important;
  }
}
#product_hero_hair-skin-bundle .product_hero_text .np_qty {
  font-size: 16px;
}

#individual_product .product_hero_text .np_qty {
  max-width: 44ch;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  #individual_product .packaging_may_vary {
    margin-left: 0;
  }
}
.main_ingredient {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
  padding: 5px;
  border: 1px solid #ccc;
}
@media (min-width: 992px) {
  .main_ingredient {
    width: 120px;
    height: 120px;
  }
}

.np_faqs .secondary_ingredients {
  margin-top: 15px;
  margin-bottom: 10px !important;
}

@media (min-width: 992px) {
  .main_ingredients_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main_ingredients_flex .main_ingredient_container {
    margin-top: 0;
  }
  .main_ingredients_flex.two .main_ingredient_container {
    width: 45%;
  }
  .main_ingredients_flex.three .main_ingredient_container {
    width: 30%;
  }
  .main_ingredients_flex.four .main_ingredient_container {
    width: 20%;
  }
}
.main_ingredient_container {
  margin-top: 30px;
}
.main_ingredient_container:first-child {
  margin-top: 0;
}

@media (max-width: 1200px) {
  #individual_product .breadcrumbs {
    top: -35px;
  }
}
.ingredient_list_modal {
  font-size: 14px;
}
.ingredient_list_modal .modal-body {
  padding: 20px;
}

.ingredient_list {
  margin-top: 20px;
}

.key_ingredient_solo {
  text-align: center;
}
.key_ingredient_solo p {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .key_ingredient_solo {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }
}
#minox_membership {
  display: none;
  max-width: 50ch;
  margin-bottom: 25px;
}

@media (min-width: 2000px) {
  #individual_product .container,
  .np_testimonials_show .container {
    max-width: 1500px;
  }
}
@media (min-width: 1200px) {
  #np_ingredients .container {
    max-width: 850px;
  }
}
@media (min-width: 992px) {
  #np_ingredients {
    padding-top: 125px;
    padding-bottom: 105px;
  }
}
#energy-libido-preorder input[type=email] {
  margin-bottom: 10px;
}

#energy-libido-preorder p {
  max-width: 30ch;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

#energy-libido-preorder input[type=submit] {
  background-color: #82c780 !important;
  color: #003d3b !important;
}

.np_product_description {
  display: none;
}

.modal_fineprint {
  max-width: 62ch;
  position: relative;
  top: -6px;
}
@media (min-width: 992px) {
  .modal_fineprint {
    top: -10px;
  }
}

.afterpay_widget,
.cart_afterpay_widget {
  padding: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  text-align: center;
}

.cart-check .afterpay_widget,
.cart_afterpay_widget,
.afterpay_widget_static {
  margin: 0 auto;
  margin-top: -10px;
  margin-bottom: -10px;
  width: calc(100% + 80px);
  margin-left: -40px;
  overflow: hidden;
}

.modal .afterpay_widget {
  margin-bottom: 0;
  margin-top: -20px;
}
@media (max-width: 576px) {
  .modal .afterpay_widget {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
}

.modal .afterpay_widget,
.afterpay_widget_static {
  margin-top: -17px;
}

@media (min-width: 992px) {
  .afterpay_widget_static {
    text-align: left;
    margin-left: -64px;
  }
}

#checkout_footer .cart_afterpay_widget {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
}

.np_product_discount {
  text-decoration: line-through;
  color: #c54801;
}
