@charset "UTF-8";
body {
  /* Testimonial Stories Section */
  /* Simplified Testimonial Section */
  /* Find Your Flavor Section */
  /* Filter By Concern Section */
  /* Filter By Age Section */
  /* Blog Posts */
  /* Custom Product Tabs Section */
  /* Custom Long Text Section */
  /* Custom Text With Background Color Section */
  /* Custom Alternating Text With Image Section */
  /* Image with Text Section (Custom) */
  /* Image with Text Section (Modified) */
  /* Text with Slides Section */
  /* Featured Collection Section (Modified) */
  /* Custom Split Slideshow Section */
  /* Announcement Bar */
  /* Login Popup */
  /* Header */
  /* Footer */
}
body a {
  font-family: "Cantarell", "Montserrat", sans-serif !important;
}
body [class^=fa-]:before {
  font-family: "Font Awesome 6 Pro", sans-serif;
  margin: 0;
}
body [class^=fa-solid]:before {
  font-weight: 900;
}
body .button {
  background-color: #212121;
  border: none;
  color: #FFF;
  border-radius: 6px;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-shadow: unset !important;
  max-width: 260px;
  height: 48px;
  align-items: center;
  display: flex;
  justify-content: center;
}
body .button i {
  margin-left: 8px;
  transition: all ease 0.5s;
}
body .button.with-outline {
  background-color: transparent;
  border: 2px solid #212121;
  color: #212121;
}
body .button.with-outline:hover {
  background-color: #212121;
  color: #FFF;
}
body .button.button--arrow i {
  margin-left: 8px;
  transition: all ease 0.5s;
}
body .button.button-transparent {
  background-color: transparent;
  color: #212121;
}
body .button.button-inverse {
  background-color: #FFFFFF;
  color: #212121;
}
body .button.button-red, body .button.js-continueShopping {
  background-color: #CC0D06;
  color: #FFF;
}
body .button.button-red:hover, body .button.js-continueShopping:hover {
  background-color: #DA291C;
}
body .button.button-red.with-outline, body .button.js-continueShopping.with-outline {
  background-color: transparent;
  border: 2px solid #CC0D06;
  color: #CC0D06;
}
body .button.button-red.with-outline:hover, body .button.js-continueShopping.with-outline:hover {
  background-color: #CC0D06;
  color: #FFF;
}
body .button.button-alt-blue {
  background-color: #E9F6FB;
  color: #2B8FBA;
}
body .button.button-alt-blue.with-outline {
  background-color: transparent;
  border: 2px solid #E9F6FB;
  color: #2B8FBA;
}
body .button.button-alt-blue.with-outline:hover {
  background-color: #E9F6FB;
}
body .button.button-mint-green {
  background-color: #77C598;
  color: #FFF;
}
body .button.button-mint-green:hover {
  background-color: #25A287;
}
body .button.button-mint-green.with-outline {
  background-color: transparent;
  border: 2px solid #77C598;
  color: #77C598;
}
body .button.button-mint-green.with-outline:hover {
  background-color: #77C598;
  color: #FFF;
}
body .button.button-green {
  background-color: #25A287;
  color: #FFF;
  max-width: 300px;
}
body .button.button-sienna {
  background-color: #A15125;
  color: #FFF;
}
body .button.button-sienna:hover {
  background-color: #D96931;
}
body .button.button-sienna.with-outline {
  background-color: transparent;
  border: 2px solid #A15125;
  color: #A15125;
}
body .button.button-sienna.with-outline:hover {
  background-color: #A15125;
  color: #FFF;
}
body .button.button-teal {
  background-color: #006f93;
  color: #FFF;
}
body .button.button-teal:hover {
  background-color: #2b8fba;
}
body .button.button-teal.with-outline {
  background-color: transparent;
  border: 2px solid #006f93;
  color: #006f93;
}
body .button.button-teal.with-outline:hover {
  background-color: #006f93;
  color: #FFF;
}
body .button.button-medium-violet-red {
  background-color: #cb007b;
  color: #FFF;
}
body .button.button-medium-violet-red:hover {
  background-color: #E00087;
}
body .button.button-medium-violet-red.with-outline {
  background-color: transparent;
  border: 2px solid #cb007b;
  color: #cb007b;
}
body .button.button-medium-violet-red.with-outline:hover {
  background-color: #cb007b;
  color: #FFF;
}
body .button.button-pale-violet-red {
  background-color: #E180AE;
  color: #FFF;
}
body .button.button-pale-violet-red:hover {
  background-color: #E8ABBF;
}
body .button.button-pale-violet-red.with-outline {
  background-color: transparent;
  border: 2px solid #F1D6D0;
  color: #F1D6D0;
}
body .button.button-pale-violet-red.with-outline:hover {
  background-color: #F1D6D0;
  color: #FFF;
}
body .button.button-sky-blue {
  background-color: #80cbeb;
  color: #006F93;
}
body .button.button-sky-blue:hover {
  background-color: #75C0E0;
}
body .button.button-sky-blue.with-outline {
  background-color: transparent;
  border: 2px solid #80cbeb;
  color: #80cbeb;
}
body .button.button-sky-blue.with-outline:hover {
  background-color: #80cbeb;
  color: #006F93;
}
body .button:hover {
  opacity: 1 !important;
}
body .button:hover i {
  margin-left: 16px;
  transition: all ease 0.5s;
}
body .breadcrumbs a {
  text-decoration: underline;
}
body .main-content {
  padding-top: var(--header-initial-height);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body .main-content {
    padding-top: calc(var(--header-initial-height) + 0px);
  }
}
body .cart__empty .button {
  white-space: nowrap;
}
body .discount-message {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
body .checkout-buttons .discount-message {
  text-align: left;
}
body .rebuy-cart__flyout-content .rebuy-cart__flyout-item-property.property-key-selling_plan {
  display: none;
}
body .page-wrap .body-wrap .recharge-te {
  margin-top: 68px;
}
body .page-wrap .body-wrap .recharge-te .rct_navigation {
  height: auto;
}
body .page-wrap .body-wrap .recharge-te .rct_navigation .rct_navigation__mobile {
  padding-bottom: 1rem;
  box-shadow: unset;
}
body .page-wrap .body-wrap .recharge-te .rct_navigation .rct_navigation__mobile .rct_choices .rct_choices__inner {
  background-color: #A3D7EE;
}
body .page-wrap .body-wrap .recharge-te .rct_navigation .rct_navigation__mobile .rct_choices .rct_choices__inner .select {
  display: none;
}
body .page-wrap .body-wrap .recharge-te .rct_navigation .rct_navigation__mobile .rct_choices .rct_choices__inner .rct_choices__item.rct_choices__item--selectable {
  color: #006F93;
}
body .page-wrap .body-wrap .recharge-te .rct_navigation .rct_navigation__mobile .rct_choices__list--dropdown .rct_choices__list .rct_choices__item--selectable {
  background-color: #A3D7EE;
  color: #006F93;
  border-top: 1px solid #A3D7EE;
}
body .page-wrap .body-wrap .recharge-te .rct_navigation .rct_navigation__mobile .rct_choices__list--dropdown .rct_choices__list .rct_choices__item--selectable.is-highlighted {
  background-color: #006F93;
  color: #A3D7EE;
}
body .page-wrap .body-wrap .recharge-te .rct_navigation .rct_navigation__mobile .rct_choices__list--dropdown .rct_choices__list .rct_choices__item--selectable:hover {
  background-color: #006F93;
  color: #A3D7EE;
  border-top: 1px solid #006F93;
}
body#subscription .quality-ingredients {
  padding: 0 10% 75px 10%;
}
body#subscription .quality-ingredients h2.quality-ingredients-title {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  color: #212121;
  font-size: 30px;
}
body#subscription .quality-ingredients p.quality-ingredients-text {
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  color: #212121;
  font-size: 16px;
}
body#subscription .quality-ingredients .ingredient-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 75px;
  margin-bottom: 25px;
}
body#subscription .quality-ingredients .ingredient-icons:last-child {
  width: 100%;
}
body#subscription .quality-ingredients .ingredient-icons .icon {
  width: 50%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
body#subscription .quality-ingredients .ingredient-icons .icon:last-child {
  width: 100%;
}
@media (min-width: 768px) {
  body#subscription .quality-ingredients .ingredient-icons .icon {
    width: 100%;
  }
}
body#subscription .quality-ingredients .ingredient-icons .icon .inner-icon {
  min-width: 120px;
  height: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
}
body#subscription .quality-ingredients .ingredient-icons .icon .inner-icon i {
  color: #2B8FBA;
  font-size: 34px;
  padding-bottom: 25px;
}
body#subscription .quality-ingredients .ingredient-icons .icon .inner-icon .quality-ingredients-icon-text {
  color: #212121;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 768px) {
  body#subscription .quality-ingredients .ingredient-icons {
    flex-wrap: unset;
  }
}
body#subscription .quality-ingredients a.button.button--arrow.button-red {
  max-width: 338px;
}
body#subscription .quality-ingredients a.button.button--arrow.button-red:hover {
  background-color: #D63D38;
}
body#subscription .image-with-text-custom-wrap .content-column .inner-content .content__text p {
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 768px) {
  body#subscription .image-with-text-custom-wrap .content-column .inner-content .content__text p {
    font-size: 20px;
  }
}
body#subscription .testimonial-stories-section {
  background-color: #F7FCF9;
}
@media (max-width: 768px) {
  body#subscription .testimonial-stories-section {
    padding-bottom: 40px !important;
  }
}
body .custom-why-subscribe-section {
  margin: 75px 10% 75px 10%;
}
body .custom-why-subscribe-section h2 {
  color: #212121;
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
}
body .custom-why-subscribe-section .inner-container {
  display: flex;
  flex-direction: column;
  padding: 30px 0;
  margin-bottom: 30px;
}
body .custom-why-subscribe-section .inner-container .container {
  padding: 0;
  border-bottom: solid #000 1px;
}
body .custom-why-subscribe-section .inner-container .container .header-container {
  padding: 30px 0 10px;
  display: flex;
}
body .custom-why-subscribe-section .inner-container .container .header-container img {
  width: 25px;
  height: 25px;
  margin: auto 0;
}
body .custom-why-subscribe-section .inner-container .container .header-container h3 {
  font-size: 22px;
  text-align: left;
  margin: auto 20px;
}
body .custom-why-subscribe-section .inner-container .container .text-container {
  padding-bottom: 30px;
}
body .custom-why-subscribe-section .inner-container .container .text-container p {
  font-size: 20px;
  margin-bottom: 0;
}
body .custom-why-subscribe-section .inner-container .container .text-container a {
  color: #CC0D06;
}
@media screen and (min-width: 1280px) {
  body .custom-why-subscribe-section h2 {
    font-size: 35px;
    text-align: center;
    padding: 25px 0;
  }
  body .custom-why-subscribe-section .inner-container {
    padding-top: 0;
  }
  body .custom-why-subscribe-section .inner-container .container {
    display: flex;
    flex-direction: row;
    padding: 30px;
  }
  body .custom-why-subscribe-section .header-container {
    padding: 0 !important;
    width: 400px;
    max-width: 400px;
    min-width: 400px;
  }
  body .custom-why-subscribe-section .header-container h3 {
    font-size: 25px;
  }
  body .custom-why-subscribe-section .text-container {
    padding-bottom: 0 !important;
  }
  body .custom-why-subscribe-section .text-container p {
    font-size: 18px !important;
  }
}
body .custom-why-subscribe-section a.button.button--arrow.button-red {
  max-width: 338px;
  margin: auto auto 20px;
}
body .custom-why-subscribe-section a.button.button--arrow.button-red:hover {
  background-color: #D63D38;
}
body .custom-why-subscribe-section a.button.button--arrow.button-gray {
  max-width: 338px;
  margin: auto;
  background-color: #fff;
  border: 2px solid #212121;
  color: #212121;
}
body .custom-why-subscribe-section a.button.button--arrow.button-gray:hover {
  background-color: #CC0D06;
  color: #ffffff;
  border: 2px solid #CC0D06;
}
body .custom-text-with-image-section .inner-container {
  display: flex;
  flex-direction: column;
  padding: 60px 30px;
}
body .custom-text-with-image-section .inner-container .img-container {
  align-content: center;
  width: 100%;
  margin: 20px 0;
}
body .custom-text-with-image-section .inner-container .img-container img {
  width: 200px;
  margin: auto;
  display: block;
}
body .custom-text-with-image-section .inner-container .text-container {
  width: 100%;
  margin: auto;
}
body .custom-text-with-image-section .inner-container .text-container h2 {
  font-size: 22px;
  margin-bottom: 20px;
}
body .custom-text-with-image-section .inner-container .text-container p {
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (min-width: 1280px) {
  body .custom-text-with-image-section .inner-container {
    display: flex;
    flex-direction: row;
    padding: 30px 80px 30px 40px;
  }
  body .custom-text-with-image-section .inner-container .img-container {
    align-content: center;
    width: 30%;
  }
  body .custom-text-with-image-section .inner-container .img-container img {
    width: 200px;
    margin: auto;
    display: block;
  }
  body .custom-text-with-image-section .inner-container .text-container {
    width: 60%;
    margin: auto;
  }
  body .custom-text-with-image-section .inner-container .text-container h2 {
    margin-bottom: 20px;
    font-size: 25px;
  }
  body .custom-text-with-image-section .inner-container .text-container p {
    font-size: 16px;
    line-height: 1.6;
  }
}
body .custom-best-for-section {
  padding: 0 10% 75px 10%;
}
body .custom-best-for-section .best-for-section-title {
  font-size: 30px;
  color: #212121;
  text-align: center;
}
body .custom-best-for-section .best-for-section-header-text {
  font-size: 20px;
  color: #212121;
  text-align: center;
  padding: 20px 0;
}
body .custom-best-for-section .container {
  display: flex;
  flex-direction: column;
}
body .custom-best-for-section .container .inner-container {
  width: 100%;
  border-bottom: solid #2B8FBA 1.5px;
  padding: 20px 10px;
  text-align: center;
  align-items: center;
}
body .custom-best-for-section .container .inner-container h3 {
  font-size: 20px;
  font-weight: bold;
}
body .custom-best-for-section .container .inner-container:last-child {
  border-bottom: none;
}
@media screen and (min-width: 1280px) {
  body .custom-best-for-section .best-for-section-title {
    font-size: 35px;
    padding: 25px 0;
  }
  body .custom-best-for-section .best-for-section-header-text {
    font-size: 18px;
    padding: 0 80px 30px 80px;
  }
  body .custom-best-for-section .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
  }
  body .custom-best-for-section .container .inner-container {
    width: 30%;
  }
  body .custom-best-for-section .container .inner-container:nth-last-child(-n+3) {
    border-bottom: none;
  }
}
body .custom-sticky-sub-header {
  display: flex;
  justify-content: center;
}
body .custom-sticky-sub-header .inner-container {
  display: none;
}
@media screen and (min-width: 767px) {
  body .custom-sticky-sub-header .inner-container {
    display: flex;
    justify-content: center;
  }
}
body .custom-sticky-sub-header .inner-container .sticky-sub-link {
  padding: 10px 15px;
  font-size: 14px;
}
@media screen and (min-width: 767px) {
  body .custom-sticky-sub-header .inner-container .sticky-sub-link {
    font-size: 14px;
  }
}
body .custom-sticky-sub-header .inner-container .sticky-sub-link:hover {
  color: #006F93;
}
body .custom-sticky-sub-header .mobile-dropdown {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
}
body .custom-sticky-sub-header .mobile-dropdown .dropbtn {
  background-color: #D6EFFB;
  color: #212121;
  border: none;
  border-bottom: solid #212121 1px;
  text-align: left;
  padding: 10px 0 15px;
  width: 250px;
}
body .custom-sticky-sub-header .mobile-dropdown .dropbtn i {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: -20px;
}
body .custom-sticky-sub-header .mobile-dropdown .dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 250px;
  background-color: #D6EFFB;
  top: 53px;
}
body .custom-sticky-sub-header .mobile-dropdown .dropdown-content a {
  display: block;
  color: #212121;
  padding: 10px 5px;
  text-decoration: none;
}
body .custom-sticky-sub-header .mobile-dropdown .dropdown-content a:hover {
  color: #FFFFFF;
  background-color: #DA291C;
}
body .custom-sticky-sub-header .mobile-dropdown .dropdown-content .active {
  background-color: #DA291C;
  color: #FFFFFF;
}
body .custom-sticky-sub-header .mobile-dropdown:hover .dropdown-content {
  display: block;
}
@media screen and (min-width: 767px) {
  body .custom-sticky-sub-header .mobile-dropdown {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  body .spacer-mobile {
    display: none;
  }
}
body .product-status-flag.most-popular {
  background-color: #197bbd;
}
body .high-five-club-info {
  margin: 6px 0 0;
}
body .js-quickView-button.quickView-button.button {
  font-weight: 700;
  font-size: 12px;
  border-radius: 4px;
  padding: 1em;
  text-transform: capitalize;
  min-width: unset;
  height: 30px;
  width: 110px;
}
body div > iframe#launcher {
  bottom: 3em !important;
  right: -20px !important;
}
body .grecaptcha-badge {
  display: none !important;
}
body .quickView-info-container .productForm-submit,
body .quickView-info-container .product__form-submit {
  visibility: visible !important;
}
body #cartTotal {
  position: relative;
}
body #cartTotal #CartToggleItemCount {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -9px;
  font-size: 16px;
  right: -6px;
  color: #cc0d06;
}
body .hero-slider .slick-arrow i {
  font-size: 24px;
}
body .hero-slider .slick-dots.hero-dots-row li {
  background-color: #FFF;
  opacity: 0.5;
  width: 15px;
  height: 15px;
}
body .hero-slider .slick-dots.hero-dots-row li.slick-active {
  opacity: 1;
}
body h1, body h2, body h3, body h4, body h5, body h6, body .section-title {
  font-family: "Cantarell", "Montserrat", sans-serif !important;
  font-weight: bold !important;
  color: #212121;
}
@media screen and (min-width: 768px) {
  body .page-title, body#request-a-free-medical-kit .page-content {
    max-width: 75%;
  }
}
@media screen and (min-width: 768px) {
  body .page-title, body#request-a-free-medical-kit .page-content {
    max-width: 75%;
  }
}
@media screen and (min-width: 1280px) {
  body .page-title, body#request-a-free-medical-kit .page-content {
    max-width: 60%;
  }
}
@media screen and (min-width: 1400px) {
  body .page-title, body#request-a-free-medical-kit .page-content {
    max-width: 50%;
  }
}
body .accordion-body__contents {
  padding: 0 0 1em 0;
}
body .accordion-body__contents .accordion-inner .one-serving {
  border: none;
  font-family: "Cantarell", "Montserrat", sans-serif;
}
body .cart-title--empty .js-continueShopping {
  margin: 0 auto !important;
}
body .cart__buttons-wrapper {
  justify-content: flex-start;
}
body .additional-checkout-buttons {
  display: none;
}
body.template-customers-account .account-home .account-title {
  text-align: center;
}
body.template-customers-account .account-home .account-title a {
  opacity: 1;
}
body.template-customers-account .account-home .account-title .welcome-back {
  display: inline-flex;
  align-items: center;
  line-height: 22px;
}
body.template-customers-account .account-home .account-title .welcome-back a {
  margin: 0 0 0 1rem;
  padding: 0;
  height: auto;
  color: #cc0d06;
}
body.template-customers-account .account-home .rewards-section {
  margin: 3rem 0;
}
body.template-customers-account .account-home .rewards-section .widget {
  margin: 0 0 4rem;
}
body.template-customers-account .account-home .rewards-section .widget [data-widget-type=rewards-activities] {
  font-family: "Cantarell", "Montserrat", sans-serif;
}
body.template-customers-account .account-home .rewards-section .buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 260px;
  margin: 0 auto;
}
body.template-customers-account .account-home .rewards-section .buttons .button {
  margin: 0;
  width: 100%;
}
body.template-customers-account .account-home .rewards-section .buttons .button:last-of-type {
  margin-top: 1rem;
}
@media screen and (min-width: 620px) {
  body.template-customers-account .account-home .rewards-section .buttons {
    justify-content: space-between;
    flex-wrap: unset;
    max-width: 570px;
  }
  body.template-customers-account .account-home .rewards-section .buttons .button {
    max-width: 260px;
    width: 100%;
  }
  body.template-customers-account .account-home .rewards-section .buttons .button:last-of-type {
    margin-top: 0;
  }
}
body.template-search .search-page .page-title h1 {
  font-size: 41px;
}
body.template-search .search-page .collection-grid .search-container {
  position: relative;
  width: 500px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}
body.template-search .search-page .collection-grid .search-container .search-page-form {
  align-items: center;
}
body.template-search .search-page .collection-grid .search-container .search-page-form .search__icon-label {
  margin: 8px 0;
}
body.template-search .search-page .collection-grid .search-container .search-page-form .search__icon-label i {
  font-size: 22px;
}
body.template-search .search-page .collection-grid .search-container .search-page-form .search__submit {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
body.template-search .search-page .collection-grid .search-container .search-page-form .search__submit i {
  font-size: 22px;
}
body.template-search .search-page .collection-grid .search-info.search-alert {
  width: 100%;
  padding: 8px 0;
  margin: 50px 0;
  text-align: center;
}
body.template-search .search-page .collection-grid .collection-grid__row {
  justify-content: center;
}
body.template-search .search-page .collection-grid .collection-grid__row .custom-result-item {
  margin: 0 0 2em 0;
}
body.template-search .search-page .collection-grid .collection-grid__row .custom-result-item .inner-item .img-container {
  position: relative;
  height: 100%;
}
body.template-search .search-page .collection-grid .collection-grid__row .custom-result-item .inner-item .img-container img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: cover;
  border-radius: 4px;
}
body.template-search .search-page .collection-grid .collection-grid__row .custom-result-item .inner-item .img-container .article-tag {
  position: absolute;
  bottom: 1em;
  left: 1em;
  padding: 0.25em 0.35em;
  background-color: #FFF;
  color: #212121;
  font-size: 12px;
  border-radius: 4px;
}
body.template-search .search-page .collection-grid .collection-grid__row .custom-result-item .inner-item.item_type--product .inner-item-footer {
  text-align: center;
}
body.template-search .search-page .collection-grid .collection-grid__row .custom-result-item .inner-item.item_type--page {
  padding: 1.5em;
  border-radius: 4px;
  min-height: 400px;
}
@media screen and (min-width: 768px) {
  body.template-search .search-page .collection-grid .custom-result-item {
    width: calc(33.3333333333% - 2em);
    padding: 1em;
    margin: 0;
  }
  body.template-search .search-page .collection-grid .custom-result-item .inner-item {
    height: calc(250px - 2em);
  }
}
@media screen and (min-width: 1024px) {
  body.template-search .search-page .collection-grid .custom-result-item {
    width: calc(25% - 2em);
  }
  body.template-search .search-page .collection-grid .custom-result-item .inner-item {
    height: 265px;
  }
  body.template-search .search-page .collection-grid .custom-result-item .inner-item.item_type--page {
    min-height: unset;
  }
}
@media screen and (min-width: 1920px) {
  body.template-search .search-page .collection-grid .custom-result-item .inner-item {
    height: 405px;
  }
}
body.template-article main {
  position: relative;
}
body.template-article main .pattern-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.template-article main .pattern-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.template-article main article.article .page-content {
  margin: 60px auto 0;
}
body.template-article main article.article .container .container-header .breadcrumbs a {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-right: 1.5em;
}
body.template-article main article.article .container .container-header .breadcrumbs a:after {
  content: ">";
  position: absolute;
  right: -1.25em;
  font-family: "Font Awesome 5 Pro", sans-serif;
}
body.template-article main article.article .container .container-header .breadcrumbs a:last-of-type:after {
  display: none;
}
body.template-article main article.article .container .container-header .row {
  display: flex;
  flex-direction: column-reverse;
}
body.template-article main article.article .container .container-header .row .col-6.page-title {
  padding-bottom: 20px;
  background-color: #006f93;
  color: #FFF;
  height: auto;
  margin: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
body.template-article main article.article .container .container-header .row .col-6.page-title .article__title {
  margin: 0;
  padding: 20px;
  color: #FFF;
}
body.template-article main article.article .container .container-header .row .col-6.page-title .article__meta {
  margin: 0 20px !important;
}
body.template-article main article.article .container .container-header .row .col-6.page-title .recipe-information {
  padding: 90px 20px 25px;
}
body.template-article main article.article .container .container-header .row .col-6.page-title .recipe-information .fas.fa-clock, body.template-article main article.article .container .container-header .row .col-6.page-title .recipe-information .fas.fa-hat-chef, body.template-article main article.article .container .container-header .row .col-6.page-title .recipe-information .fas.fa-check-circle, body.template-article main article.article .container .container-header .row .col-6.page-title .recipe-information .fas.fa-pizza {
  margin-right: 10px;
}
body.template-article main article.article .container .container-header .row .col-6 .article__image {
  margin-top: 40px;
  margin-bottom: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 351px;
  padding-top: 0 !important;
}
body.template-article main article.article .container > .page-content .article__content .text-content a {
  color: #006f93;
  text-decoration: underline;
}
body.template-article main article.article .container > .page-content .article__content .text-content a:hover {
  color: #00B6F0;
}
body.template-article main article.article .container > .page-content .article__content .text-content .page-title h1 {
  display: none;
}
body.template-article main article.article .container > .page-content .article__content .text-content .blog a {
  text-decoration: none;
  color: #2b8fba;
  font-weight: 600;
}
body.template-article main article.article .container > .page-content .article__content .text-content .blog h2 {
  margin-top: 25px;
}
body.template-article main article.article .container > .page-content .article__content .text-content .blog .container-fluid .row ul li::marker {
  color: #2b8fba;
}
body.template-article main article.article .container > .page-content .article__content .text-content .blog .container-fluid .row ol {
  text-indent: -1em;
}
body.template-article main article.article .container > .page-content .article__content .text-content .blog .container-fluid .row ol li::marker {
  color: #2b8fba;
  font-weight: bold;
  font-size: 12px;
}
body.template-article main article.article .container > .page-content .article__content .text-content .blog .hero-revamp {
  display: none;
}
body.template-article main article.article .container > .page-content .article__content .article_footer .article__controls .article__control.article__control--prev .fas.fa-arrow-left {
  margin-right: 10px;
}
body.template-article main article.article .container > .page-content .article__content .article__footer .tags a {
  color: #006f93;
}
body.template-article main article.article .container > .page-content .article__content .article__footer .tags a:hover {
  color: #00B6F0;
}
@media screen and (min-width: 768px) {
  body.template-article main article.article .container .container-header .row {
    display: flex;
    flex-direction: unset;
  }
  body.template-article main article.article .container .container-header .row .col-6.page-title {
    width: 50%;
    float: left;
    margin: 0;
    height: 400px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 0;
  }
  body.template-article main article.article .container .container-header .row .col-6 {
    float: right;
    width: 50%;
    margin: 0;
  }
  body.template-article main article.article .container .container-header .row .col-6 .article__image {
    margin: 0;
    height: 400px;
    border-radius: 0 10px 10px 0;
  }
}
@media screen and (min-width: 1024px) {
  body.template-article main article.article .container .container-header .row {
    display: flex;
    flex-direction: unset;
  }
  body.template-article main article.article .container .container-header .row .col-6.page-title {
    float: left;
    width: 50%;
    margin: 0;
    background-color: #006f93;
    color: #FFF;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    align-content: space-between;
  }
  body.template-article main article.article .container .container-header .row .col-6.page-title .article__title {
    margin: 0;
    padding: 20px 40px;
    color: #FFF;
  }
  body.template-article main article.article .container .container-header .row .col-6.page-title .article__meta {
    margin: 0 40px !important;
  }
  body.template-article main article.article .container .container-header .row .col-6.page-title .recipe-information {
    padding: 0;
    margin: 0 0 0 40px;
  }
  body.template-article main article.article .container .container-header .row .col-6 {
    float: right;
    width: 50%;
    margin: 0;
  }
  body.template-article main article.article .container .container-header .row .col-6 .article__image {
    margin: 0;
  }
}
body.template-blog main .shopify-section--blog #blog h1 img,
body.template-blog main .shopify-section--blog #blog-template h1 img {
  width: 100%;
}
body.template-blog main .shopify-section--blog #blog .blog-listing .article--featured .article__image-container .article__image,
body.template-blog main .shopify-section--blog #blog-template .blog-listing .article--featured .article__image-container .article__image {
  border-radius: 8px;
}
body.template-blog main .shopify-section--blog #blog .blog-listing .article--featured .article__image-container .post__tags a.post__tags__tag,
body.template-blog main .shopify-section--blog #blog-template .blog-listing .article--featured .article__image-container .post__tags a.post__tags__tag {
  border-radius: 4px;
}
body.template-blog main .shopify-section--blog #blog .blog-listing .article--featured .article__content .featured,
body.template-blog main .shopify-section--blog #blog-template .blog-listing .article--featured .article__content .featured {
  display: inline-block;
  margin: 0 0 1em 0;
  color: #00B6F0;
  font-size: 16px;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
body.template-blog main .shopify-section--blog #blog .blog-listing .blogModule-posts__wrapper,
body.template-blog main .shopify-section--blog #blog-template .blog-listing .blogModule-posts__wrapper {
  padding: 25px 0;
}
body.template-blog main .shopify-section--blog #blog .blog-listing .blogModule-posts__wrapper .blogModule-posts .blogModule-posts__post .blogModule-posts__post-block .post__image,
body.template-blog main .shopify-section--blog #blog-template .blog-listing .blogModule-posts__wrapper .blogModule-posts .blogModule-posts__post .blogModule-posts__post-block .post__image {
  border-radius: 8px;
}
body.template-blog main .shopify-section--blog #blog .blog-listing .blogModule-posts__wrapper .blogModule-posts .blogModule-posts__post .blogModule-posts__post-block .post__image picture, body.template-blog main .shopify-section--blog #blog .blog-listing .blogModule-posts__wrapper .blogModule-posts .blogModule-posts__post .blogModule-posts__post-block .post__image img,
body.template-blog main .shopify-section--blog #blog-template .blog-listing .blogModule-posts__wrapper .blogModule-posts .blogModule-posts__post .blogModule-posts__post-block .post__image picture,
body.template-blog main .shopify-section--blog #blog-template .blog-listing .blogModule-posts__wrapper .blogModule-posts .blogModule-posts__post .blogModule-posts__post-block .post__image img {
  border-radius: 8px;
}
body.template-blog main .shopify-section--blog #blog .blog-listing .blogModule-posts__wrapper .blogModule-posts .blogModule-posts__post .blogModule-posts__post-block .post__tags .post__tags__tag,
body.template-blog main .shopify-section--blog #blog-template .blog-listing .blogModule-posts__wrapper .blogModule-posts .blogModule-posts__post .blogModule-posts__post-block .post__tags .post__tags__tag {
  border-radius: 4px;
}
body.template-blog main .shopify-section--blog #blog .blog-listing .blogModule-posts__wrapper .blogModule-posts .pagination .prev, body.template-blog main .shopify-section--blog #blog .blog-listing .blogModule-posts__wrapper .blogModule-posts .pagination .next,
body.template-blog main .shopify-section--blog #blog-template .blog-listing .blogModule-posts__wrapper .blogModule-posts .pagination .prev,
body.template-blog main .shopify-section--blog #blog-template .blog-listing .blogModule-posts__wrapper .blogModule-posts .pagination .next {
  color: #CC0D06;
}
body.template-blog main .shopify-section--blog #blog .blog-listing .browse-by-subject,
body.template-blog main .shopify-section--blog #blog-template .blog-listing .browse-by-subject {
  padding: 25px 0 0 0;
}
body.template-blog main .shopify-section--blog #blog .blog-listing .browse-by-subject h2,
body.template-blog main .shopify-section--blog #blog-template .blog-listing .browse-by-subject h2 {
  text-align: center;
  margin: 0 0 1em 0;
}
body.template-blog main .shopify-section--blog #blog .blog-listing .browse-by-subject .filters,
body.template-blog main .shopify-section--blog #blog-template .blog-listing .browse-by-subject .filters {
  max-width: 1100px;
  margin: 0 auto 3em;
  padding: 0 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.template-blog main .shopify-section--blog #blog .blog-listing .browse-by-subject .filters .filter,
body.template-blog main .shopify-section--blog #blog-template .blog-listing .browse-by-subject .filters .filter {
  width: 100%;
  margin: 0 0 1em 0;
  font-size: 15px;
  max-width: unset;
}
body.template-blog main .shopify-section--blog #blog .blog-listing .browse-by-subject .subjects .subject,
body.template-blog main .shopify-section--blog #blog-template .blog-listing .browse-by-subject .subjects .subject {
  padding: 0 0 2em 0;
}
body.template-blog main .shopify-section--blog #blog .blog-listing .browse-by-subject .subjects .subject .subject-grid,
body.template-blog main .shopify-section--blog #blog-template .blog-listing .browse-by-subject .subjects .subject .subject-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body.template-blog main .shopify-section--blog #blog .blog-listing .browse-by-subject .subjects .subject .subject-grid .single-article,
body.template-blog main .shopify-section--blog #blog-template .blog-listing .browse-by-subject .subjects .subject .subject-grid .single-article {
  width: calc(100% - 1em);
}
body.template-blog main .shopify-section--blog #blog .blog-listing .browse-by-subject .subjects .subject .subject-grid .single-article .img-container,
body.template-blog main .shopify-section--blog #blog-template .blog-listing .browse-by-subject .subjects .subject .subject-grid .single-article .img-container {
  position: relative;
  width: 100%;
}
body.template-blog main .shopify-section--blog #blog .blog-listing .browse-by-subject .subjects .subject .subject-grid .single-article .img-container img,
body.template-blog main .shopify-section--blog #blog-template .blog-listing .browse-by-subject .subjects .subject .subject-grid .single-article .img-container img {
  width: 100%;
  border-radius: 8px;
  vertical-align: top;
}
body.template-blog main .shopify-section--blog #blog .blog-listing .browse-by-subject .subjects .subject .subject-grid .single-article .img-container .alt-tag,
body.template-blog main .shopify-section--blog #blog-template .blog-listing .browse-by-subject .subjects .subject .subject-grid .single-article .img-container .alt-tag {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background-color: #FFF;
  color: #212121;
  font-size: 12px;
  font-weight: bold;
  padding: 0.5em;
  border-radius: 4px;
}
body.template-blog main .shopify-section--blog #blog .blog-listing .browse-by-subject .subjects .subject .subject-grid .single-article .article-info .date,
body.template-blog main .shopify-section--blog #blog-template .blog-listing .browse-by-subject .subjects .subject .subject-grid .single-article .article-info .date {
  display: none;
  /*margin: 0.5em 0 1em 0;
  font-size: 15px;
  font-family: 'Cantarell', 'Montserrat', sans-serif;*/
}
body.template-blog main .shopify-section--blog #blog .blog-listing .browse-by-subject .subjects .subject .view-all-posts,
body.template-blog main .shopify-section--blog #blog-template .blog-listing .browse-by-subject .subjects .subject .view-all-posts {
  max-width: 180px;
  font-size: 15px;
  margin-top: 1em;
}
@media screen and (min-width: 769px) {
  body.template-blog main .shopify-section--blog #blog .blog-listing .browse-by-subject .filters .filter,
  body.template-blog main .shopify-section--blog #blog-template .blog-listing .browse-by-subject .filters .filter {
    width: calc(25% - 1em);
    margin: 0;
  }
  body.template-blog main .shopify-section--blog #blog .blog-listing .browse-by-subject .subjects .subject .subject-grid,
  body.template-blog main .shopify-section--blog #blog-template .blog-listing .browse-by-subject .subjects .subject .subject-grid {
    justify-content: space-between;
  }
  body.template-blog main .shopify-section--blog #blog .blog-listing .browse-by-subject .subjects .subject .subject-grid .single-article,
  body.template-blog main .shopify-section--blog #blog-template .blog-listing .browse-by-subject .subjects .subject .subject-grid .single-article {
    width: calc(33.3333333333% - 2em);
  }
  body.template-blog main .shopify-section--blog #blog .blog-listing .browse-by-subject .subjects .subject .subject-grid .single-article .img-container .alt-tag,
  body.template-blog main .shopify-section--blog #blog-template .blog-listing .browse-by-subject .subjects .subject .subject-grid .single-article .img-container .alt-tag {
    font-size: 15px;
  }
}
body.template-blog main .shopify-section--blog #blog .blog-listing .starter-pack .inner-container,
body.template-blog main .shopify-section--blog #blog-template .blog-listing .starter-pack .inner-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
body.template-blog main .shopify-section--blog #blog .blog-listing .starter-pack .inner-container .column,
body.template-blog main .shopify-section--blog #blog-template .blog-listing .starter-pack .inner-container .column {
  width: calc(100% - 1em);
  margin: 0 0 2em 0;
  display: flex;
  justify-content: center;
}
body.template-blog main .shopify-section--blog #blog .blog-listing .starter-pack .inner-container .column.left-column,
body.template-blog main .shopify-section--blog #blog-template .blog-listing .starter-pack .inner-container .column.left-column {
  display: flex;
  align-items: center;
}
body.template-blog main .shopify-section--blog #blog .blog-listing .starter-pack .inner-container .column.left-column .inner-text,
body.template-blog main .shopify-section--blog #blog-template .blog-listing .starter-pack .inner-container .column.left-column .inner-text {
  max-width: 500px;
  padding: 0 25px;
}
body.template-blog main .shopify-section--blog #blog .blog-listing .starter-pack .inner-container .column.left-column .inner-text p,
body.template-blog main .shopify-section--blog #blog-template .blog-listing .starter-pack .inner-container .column.left-column .inner-text p {
  font-weight: bold;
  margin: 1em 0 2em;
  color: #212121;
}
body.template-blog main .shopify-section--blog #blog .blog-listing .starter-pack .inner-container .column.left-column .inner-text .buy-now,
body.template-blog main .shopify-section--blog #blog-template .blog-listing .starter-pack .inner-container .column.left-column .inner-text .buy-now {
  max-width: 170px;
  margin: 0;
}
body.template-blog main .shopify-section--blog #blog .blog-listing .starter-pack .inner-container .column.right-column .img-container,
body.template-blog main .shopify-section--blog #blog-template .blog-listing .starter-pack .inner-container .column.right-column .img-container {
  max-width: 600px;
  width: 100%;
}
body.template-blog main .shopify-section--blog #blog .blog-listing .starter-pack .inner-container .column.right-column .img-container img,
body.template-blog main .shopify-section--blog #blog-template .blog-listing .starter-pack .inner-container .column.right-column .img-container img {
  width: 100%;
  vertical-align: top;
}
@media screen and (min-width: 769px) {
  body.template-blog main .shopify-section--blog #blog .blog-listing .starter-pack .inner-container,
  body.template-blog main .shopify-section--blog #blog-template .blog-listing .starter-pack .inner-container {
    justify-content: space-between;
  }
  body.template-blog main .shopify-section--blog #blog .blog-listing .starter-pack .inner-container .column,
  body.template-blog main .shopify-section--blog #blog-template .blog-listing .starter-pack .inner-container .column {
    width: calc(50% - 2em);
    margin: 0;
    display: block;
  }
}
body.template-blog main .shopify-section--blog #blog .container-wrap .browse-by-subject,
body.template-blog main .shopify-section--blog #blog-template .container-wrap .browse-by-subject {
  padding-top: 2em !important;
}
@media screen and (min-width: 767px) {
  body.template-blog main .shopify-section--blog #blog .container-wrap .browse-by-subject,
  body.template-blog main .shopify-section--blog #blog-template .container-wrap .browse-by-subject {
    padding-top: 7em !important;
  }
}
body.template-blog main .shopify-section--blog #blog .container-wrap .browse-by-subject .subjects,
body.template-blog main .shopify-section--blog #blog-template .container-wrap .browse-by-subject .subjects {
  margin-top: 2em;
}
@media screen and (min-width: 767px) {
  body.template-blog main .shopify-section--blog #blog .container-wrap .browse-by-subject .subjects,
  body.template-blog main .shopify-section--blog #blog-template .container-wrap .browse-by-subject .subjects {
    margin-top: 7em;
  }
}
body.template-blog main .shopify-section--blog #blog .container-wrap .browse-by-subject .subjects .subject,
body.template-blog main .shopify-section--blog #blog-template .container-wrap .browse-by-subject .subjects .subject {
  padding: 0 0 2em 0;
}
@media screen and (min-width: 767px) {
  body.template-blog main .shopify-section--blog #blog .container-wrap .browse-by-subject .subjects .subject,
  body.template-blog main .shopify-section--blog #blog-template .container-wrap .browse-by-subject .subjects .subject {
    padding-bottom: 7em;
  }
}
body.template-blog main .shopify-section--blog #blog .container-wrap .browse-by-subject .subjects .subject h2,
body.template-blog main .shopify-section--blog #blog-template .container-wrap .browse-by-subject .subjects .subject h2 {
  margin: 0 0 1em 0;
  text-align: left !important;
  padding-left: 1.2em;
}
@media screen and (min-width: 767px) {
  body.template-blog main .shopify-section--blog #blog .container-wrap .browse-by-subject .subjects .subject h2,
  body.template-blog main .shopify-section--blog #blog-template .container-wrap .browse-by-subject .subjects .subject h2 {
    text-align: left;
    padding-left: 2.9em;
  }
}
body.template-blog main .shopify-section--blog #blog .container-wrap .browse-by-subject .subjects .subject .subject-grid a,
body.template-blog main .shopify-section--blog #blog-template .container-wrap .browse-by-subject .subjects .subject .subject-grid a {
  padding-bottom: 2em;
}
body main#MainContent div.wholesale-template {
  margin: 0 auto;
  padding: 50px 25px 25px;
}
body main#MainContent div.wholesale-template .wholesale-form-container {
  background-color: rgba(227, 222, 217, 0.45);
  border-radius: 8px;
  padding-left: 5%;
  padding-right: 5%;
}
body main#MainContent div.wholesale-template .wholesale-form-container input {
  font-family: "Cantarell", "Montserrat", sans-serif !important;
}
body main#MainContent div.wholesale-template .wholesale-form-container label {
  font-family: "Cantarell", "Montserrat", sans-serif !important;
}
body main#MainContent div.wholesale-template .wholesale-form-container .klaviyo-form > div form > div > div:first-of-type > div > div > div > div.ql-editor p strong {
  font-size: 36px !important;
}
body main#MainContent div.wholesale-template .wholesale-form-container .klaviyo-form div .gBKwYK .cxWQXf .itrmhl .dncDA .ql-container .ql-editor p:first-child strong {
  font-family: "Cantarell", "Montserrat", sans-serif !important;
  font-weight: 700 !important;
  color: #212121 !important;
  font-size: 40px !important;
}
body main#MainContent div.wholesale-template .wholesale-form-container .klaviyo-form div .gBKwYK .cxWQXf .itrmhl .dncDA .ql-container .ql-editor p:nth-child(3) span {
  font-family: "Cantarell", "Montserrat", sans-serif !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  color: #212121 !important;
}
body main#MainContent div.wholesale-template .wholesale-form-container .klaviyo-form div .gBKwYK .cxWQXf .itrmhl .fZHgtb input {
  border-color: #212121;
  border-radius: 3px;
}
body main#MainContent div.wholesale-template .wholesale-form-container .klaviyo-form div .gBKwYK .cxWQXf .itrmhl .gLhLDJ {
  font-family: "Cantarell", "Montserrat", sans-serif;
  background-color: #cc0d06;
  width: 20%;
  min-width: 150px;
  margin: 0 auto;
  border-radius: 8px;
}
body main#MainContent div.wholesale-template .wholesale-form-container .klaviyo-form div .gBKwYK .cxWQXf .itrmhl .epWLpL .kl-private-reset-css-Xuajs1 .hAQuQx .fcNjPw {
  border-color: #3c3c3c !important;
}
@media screen and (min-width: 768px) {
  body main#MainContent div.wholesale-template {
    max-width: unset;
    margin: unset;
    padding: 50px 10%;
  }
  body main#MainContent div.wholesale-template .wholesale-form-container .klaviyo-form > div form > div > div:first-of-type > div > div > div > div.ql-editor p strong {
    font-size: 40px !important;
  }
}
body div.contact-us-template h1 {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
body div.contact-us-template .contact-us-form-container {
  padding-left: 10%;
  padding-right: 10%;
}
body div.contact-us-template .contact-us-form-container .row {
  display: flex;
  flex-wrap: wrap;
}
body div.contact-us-template .contact-us-form-container .row .info-column {
  width: 100%;
  text-align: center;
  min-width: 250px;
  padding-bottom: 50px;
}
body div.contact-us-template .contact-us-form-container .row .info-column .business-hours {
  padding-bottom: 10px;
  border-bottom: 1px solid;
  font-family: "Cantarell", "Montserrat", sans-serif;
}
body div.contact-us-template .contact-us-form-container .row .info-column .contact-options {
  padding-top: 20px;
  font-family: "Cantarell", "Montserrat", sans-serif;
}
body div.contact-us-template .contact-us-form-container .row .info-column .contact-options p {
  padding-top: 20px;
  font-weight: 500;
}
body div.contact-us-template .contact-us-form-container .row .info-column .contact-options p:nth-child(1) a, body div.contact-us-template .contact-us-form-container .row .info-column .contact-options p:nth-child(2) a {
  text-decoration: underline;
  color: #9A0A05;
}
body div.contact-us-template .contact-us-form-container .row .info-column .contact-options p:nth-child(1) {
  margin: 0;
}
body div.contact-us-template .contact-us-form-container .row .info-column .contact-options p a {
  font-size: 16px;
  text-decoration: none;
}
body div.contact-us-template .contact-us-form-container .row .info-column .contact-options p a:hover {
  color: #cc0d06;
}
body div.contact-us-template .contact-us-form-container .row .info-column .contact-options p i {
  font-size: 16px;
  padding-right: 5px;
}
@media screen and (min-width: 1041px) {
  body div.contact-us-template .contact-us-form-container .row .info-column {
    width: 30%;
    text-align: left;
  }
}
body div.contact-us-template .contact-us-form-container .row .form-column .contact-form {
  margin-top: 0;
}
body div.contact-us-template .contact-us-form-container .row .form-column .contact-form form .contact-form__wrapper {
  display: flex;
  flex-wrap: wrap;
}
body div.contact-us-template .contact-us-form-container .row .form-column .contact-form form .contact-form__wrapper .feedback {
  width: 100%;
}
body div.contact-us-template .contact-us-form-container .row .form-column .contact-form form .contact-form__wrapper .form-field.form-field-name, body div.contact-us-template .contact-us-form-container .row .form-column .contact-form form .contact-form__wrapper .form-field.form-field-email {
  width: 100%;
}
body div.contact-us-template .contact-us-form-container .row .form-column .contact-form form .contact-form__wrapper .form-field.form-field-issue, body div.contact-us-template .contact-us-form-container .row .form-column .contact-form form .contact-form__wrapper .form-field.form-field-order-number, body div.contact-us-template .contact-us-form-container .row .form-column .contact-form form .contact-form__wrapper .form-field.form-field-phone-number, body div.contact-us-template .contact-us-form-container .row .form-column .contact-form form .contact-form__wrapper .form-field.form-field-subject, body div.contact-us-template .contact-us-form-container .row .form-column .contact-form form .contact-form__wrapper .form-field.form-field-message {
  width: 100%;
}
body div.contact-us-template .contact-us-form-container .row .form-column .contact-form form .contact-form__wrapper .form-field .select-styled, body div.contact-us-template .contact-us-form-container .row .form-column .contact-form form .contact-form__wrapper .form-field .select-options {
  display: none;
}
body div.contact-us-template .contact-us-form-container .row .form-column .contact-form form .contact-form__wrapper .form-field:first-child {
  margin-right: 2%;
}
body div.contact-us-template .contact-us-form-container .row .form-column .contact-form form .contact-form__wrapper .form-field:nth-child(-n+2) {
  width: 49%;
}
body div.contact-us-template .contact-us-form-container .row .form-column .contact-form form .contact-form__wrapper .form-field .label {
  font-family: "Cantarell", "Montserrat", sans-serif;
}
body div.contact-us-template .contact-us-form-container .row .form-column .contact-form form .contact-form__wrapper .form-field input {
  font-family: "Cantarell", "Montserrat", sans-serif;
}
@media screen and (min-width: 1041px) {
  body div.contact-us-template .contact-us-form-container .row .form-column {
    width: 70%;
    padding-left: 50px;
  }
}
body div.contact-us-template .text-with-slides-section .section-instagram_profile_slider-contact_us .container .section-instagram_profile_slider-contact_us .inner-container .text-container .text-block .inner-text {
  font-family: "Cantarell", "Montserrat", sans-serif;
}
body div.contact-us-template .faq {
  padding: 2em 10% 4em 10%;
  text-align: center;
}
body div.contact-us-template .faq p {
  padding-top: 10px;
  padding-bottom: 50px;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-weight: 700;
  color: #212121;
}
@media screen and (min-width: 768px) {
  body div.contact-us-template .contact-us-form-container .form-column .contact-form form .contact-form__wrapper {
    justify-content: space-between;
  }
  body div.contact-us-template .contact-us-form-container .form-column .contact-form form .contact-form__wrapper .form-field.form-field-name, body div.contact-us-template .contact-us-form-container .form-column .contact-form form .contact-form__wrapper .form-field.form-field-email {
    width: 49%;
  }
}
body div.template-our-story h1 {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
body div.template-our-story h2 {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
body div.template-our-story div.content__text p {
  font-size: 25px;
  text-align: center;
}
body div.template-our-story #shopify-section-image-with-text-our_story .gallery-wrap .gallery .row .gallery-content .gallery-content-inner .gallery-content__text {
  font-family: "Cantarell", "Montserrat", sans-serif;
  line-height: 25px;
}
body div.template-our-story .proceeds {
  text-align: center;
  padding: 35px 10% 30px 10%;
  font-family: "Cantarell", "Montserrat", sans-serif;
  color: #212121;
  font-weight: bold;
}
body div.template-our-story .quality-ingredients {
  padding: 0 10% 75px 10%;
}
body div.template-our-story .quality-ingredients p {
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
}
body div.template-our-story .quality-ingredients .ingredient-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 75px;
  margin-bottom: 25px;
}
body div.template-our-story .quality-ingredients .ingredient-icons .icon {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
body div.template-our-story .quality-ingredients .ingredient-icons .icon .inner-icon {
  min-width: 120px;
  height: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
}
body div.template-our-story .quality-ingredients .ingredient-icons .icon .inner-icon i {
  color: #2B8FBA;
  font-size: 34px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  body div.template-our-story .quality-ingredients .ingredient-icons {
    flex-wrap: unset;
  }
}
body div.template-our-story .scientific-backing {
  padding-top: 50px;
  padding-bottom: 50px;
}
body div.template-our-story .scientific-backing .inner-container {
  display: flex;
  flex-wrap: wrap;
  padding-left: 10%;
  padding-right: 10%;
  min-height: 450px;
  gap: 10%;
}
body div.template-our-story .scientific-backing .inner-container .column {
  background-image: none !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}
body div.template-our-story .scientific-backing .inner-container .column .inner-text {
  padding: 0;
  text-align: center;
  position: relative;
  height: 100%;
}
body div.template-our-story .scientific-backing .inner-container .column .inner-text h2 {
  color: #006f93;
  line-height: 50px;
}
body div.template-our-story .scientific-backing .inner-container .column .inner-text p {
  color: #212121;
  font-family: "Cantarell", "Montserrat", sans-serif;
  line-height: 26px;
  font-weight: 400;
}
body div.template-our-story .scientific-backing .inner-container .column .inner-text a {
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  body div.template-our-story .scientific-backing .inner-container .column {
    background-image: url("/cdn/shop/t/56/assets/HH-Clinical-Illustration-2.png?v=8899031471561730299") !important;
  }
}
body div.template-our-story .advisory-board h2 {
  text-align: center;
  padding: 35px 10% 25px;
}
body div.template-our-story .advisory-board .inner-container {
  display: flex;
  flex-wrap: wrap;
  padding-left: 10%;
  padding-right: 10%;
  justify-content: center;
}
body div.template-our-story .advisory-board .inner-container .board-member {
  max-width: 30%;
  background-color: #fff5dd;
  margin: 15px;
  padding: 40px;
  min-width: 300px;
  border-radius: 8px;
}
body div.template-our-story .advisory-board .inner-container .board-member .img-container {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 20px;
}
body div.template-our-story .advisory-board .inner-container .board-member .img-container img {
  width: 100%;
  vertical-align: top;
}
body div.template-our-story .advisory-board .inner-container .board-member .inner-text h3 {
  font-family: "Cantarell", "Montserrat", sans-serif;
  color: #A15125;
}
body div.template-our-story .advisory-board .inner-container .board-member .inner-text p {
  font-family: "Cantarell", "Montserrat", sans-serif;
  color: #212121;
  font-weight: 500;
  line-height: 25px;
}
body div.template-our-story .advisory-board .inner-container .board-member .inner-text a {
  font-family: "Cantarell", "Montserrat", sans-serif;
  color: #A15125;
  font-weight: 700;
}
body div.template-our-story .advisory-board .inner-container .board-member .inner-text a i {
  padding-left: 10px;
}
body div.template-our-story .advisory-board .advisory-board-popups .advisory-board-popup {
  width: 50%;
  min-width: 300px;
  border-radius: 8px;
  background-color: #fff2d2;
  display: flex;
  flex-wrap: wrap;
}
body div.template-our-story .advisory-board .advisory-board-popups .advisory-board-popup .popup-header {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 15px;
}
body div.template-our-story .advisory-board .advisory-board-popups .advisory-board-popup .popup-header .img-container {
  padding-right: 15px;
}
body div.template-our-story .advisory-board .advisory-board-popups .advisory-board-popup .popup-header .img-container img {
  width: 200px;
}
body div.template-our-story .advisory-board .advisory-board-popups .advisory-board-popup .popup-header .text-header {
  align-self: center;
}
body div.template-our-story .advisory-board .advisory-board-popups .advisory-board-popup .popup-header .text-header p {
  font-family: "Cantarell", "Montserrat", sans-serif;
  color: #d96931;
  font-weight: 500;
}
body div.template-our-story .advisory-board .advisory-board-popups .advisory-board-popup .popup-content {
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-weight: 500;
  color: #a15125;
  font-size: 15px;
}
body div.template-our-story .co-founders {
  background-color: #006f93;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 0;
  margin-top: 50px;
}
body div.template-our-story .co-founders h2 {
  text-align: center;
  padding: 35px 10% 25px;
  color: #fff;
}
body div.template-our-story .co-founders .inner-container {
  display: flex;
  flex-wrap: wrap;
  padding-left: 10%;
  padding-right: 10%;
  justify-content: center;
}
body div.template-our-story .co-founders .inner-container .co-founder {
  max-width: 30%;
  background-color: #E9F6FB;
  margin: 15px;
  padding: 40px;
  min-width: 300px;
  border-radius: 8px;
}
body div.template-our-story .co-founders .inner-container .co-founder .img-container {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 20px;
}
body div.template-our-story .co-founders .inner-container .co-founder .img-container img {
  width: 100%;
}
body div.template-our-story .co-founders .inner-container .co-founder .inner-text h3 {
  color: #006F93;
}
body div.template-our-story .co-founders .inner-container .co-founder .inner-text p {
  font-family: "Cantarell", "Montserrat", sans-serif;
  color: #212121;
  font-weight: 500;
  line-height: 25px;
}
body div.template-our-story .co-founders .inner-container .co-founder .inner-text a {
  color: #006F93;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-weight: 700;
}
body div.template-our-story .co-founders .inner-container .co-founder .inner-text a i {
  padding-left: 10px;
}
body div.template-our-story .co-founders .co-founder-popups .co-founder-popup {
  width: 50%;
  min-width: 300px;
  border-radius: 8px;
  background-color: #a3d7ee;
  flex-wrap: wrap;
}
body div.template-our-story .co-founders .co-founder-popups .co-founder-popup .popup-header {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 15px;
}
body div.template-our-story .co-founders .co-founder-popups .co-founder-popup .popup-header .img-container {
  padding-right: 15px;
}
body div.template-our-story .co-founders .co-founder-popups .co-founder-popup .popup-header .img-container img {
  width: 200px;
}
body div.template-our-story .co-founders .co-founder-popups .co-founder-popup .popup-header .text-header {
  align-self: center;
}
body div.template-our-story .co-founders .co-founder-popups .co-founder-popup .popup-header .text-header h3 {
  color: #006f93;
}
body div.template-our-story .co-founders .co-founder-popups .co-founder-popup .popup-header .text-header p {
  font-family: "Cantarell", "Montserrat", sans-serif;
  color: #2b8fba;
  font-weight: 500;
}
body div.template-our-story .co-founders .co-founder-popups .co-founder-popup .popup-content {
  color: #2b8fba;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
}
@media screen and (min-width: 767px) {
  body div.template-our-story .co-founders {
    border-top-left-radius: 30%;
    border-top-right-radius: 30%;
    padding-top: 50px;
  }
}
body .fancybox__container .fancybox__carousel .fancybox__viewport .fancybox__track .fancybox__slide .advisory-board-popup {
  width: 50%;
  min-width: 300px;
  border-radius: 8px;
  background-color: #fff2d2;
  display: flex;
  flex-wrap: wrap;
}
body .fancybox__container .fancybox__carousel .fancybox__viewport .fancybox__track .fancybox__slide .advisory-board-popup .popup-header {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 15px;
}
body .fancybox__container .fancybox__carousel .fancybox__viewport .fancybox__track .fancybox__slide .advisory-board-popup .popup-header .img-container {
  padding-right: 15px;
}
body .fancybox__container .fancybox__carousel .fancybox__viewport .fancybox__track .fancybox__slide .advisory-board-popup .popup-header .img-container img {
  width: 200px;
}
body .fancybox__container .fancybox__carousel .fancybox__viewport .fancybox__track .fancybox__slide .advisory-board-popup .popup-header .text-header {
  align-self: center;
}
body .fancybox__container .fancybox__carousel .fancybox__viewport .fancybox__track .fancybox__slide .advisory-board-popup .popup-header .text-header h3 {
  color: #a15125;
}
body .fancybox__container .fancybox__carousel .fancybox__viewport .fancybox__track .fancybox__slide .advisory-board-popup .popup-header .text-header p {
  font-family: "Cantarell", "Montserrat", sans-serif;
  color: #d96931;
  font-weight: 500;
}
body .fancybox__container .fancybox__carousel .fancybox__viewport .fancybox__track .fancybox__slide .advisory-board-popup .popup-content {
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-weight: 500;
  color: #a15125;
  font-size: 15px;
}
body .fancybox__container .fancybox__carousel .fancybox__viewport .fancybox__track .fancybox__slide .co-founder-popup {
  width: 50%;
  min-width: 300px;
  border-radius: 8px;
  background-color: #a3d7ee;
  flex-wrap: wrap;
}
body .fancybox__container .fancybox__carousel .fancybox__viewport .fancybox__track .fancybox__slide .co-founder-popup .popup-header {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 15px;
}
body .fancybox__container .fancybox__carousel .fancybox__viewport .fancybox__track .fancybox__slide .co-founder-popup .popup-header .img-container {
  padding-right: 15px;
}
body .fancybox__container .fancybox__carousel .fancybox__viewport .fancybox__track .fancybox__slide .co-founder-popup .popup-header .img-container img {
  width: 200px;
}
body .fancybox__container .fancybox__carousel .fancybox__viewport .fancybox__track .fancybox__slide .co-founder-popup .popup-header .text-header {
  align-self: center;
}
body .fancybox__container .fancybox__carousel .fancybox__viewport .fancybox__track .fancybox__slide .co-founder-popup .popup-header .text-header h3 {
  color: #006f93;
}
body .fancybox__container .fancybox__carousel .fancybox__viewport .fancybox__track .fancybox__slide .co-founder-popup .popup-header .text-header p {
  font-family: "Cantarell", "Montserrat", sans-serif;
  color: #2b8fba;
  font-weight: 500;
}
body .fancybox__container .fancybox__carousel .fancybox__viewport .fancybox__track .fancybox__slide .co-founder-popup .popup-content {
  color: #2b8fba;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
}
body div.template-video-library {
  padding-top: 2em;
}
body div.template-video-library h1 {
  text-align: center;
}
body div.template-video-library p {
  color: #212121;
}
body div.template-video-library > p {
  text-align: center;
  padding: 1em 0 2em;
  font-weight: bold;
  font-family: "Cantarell", "Montserrat", sans-serif;
}
body div.template-video-library .highlight-testimonial {
  margin: 0 auto 4em;
}
body div.template-video-library .highlight-testimonial > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body div.template-video-library .highlight-testimonial > div .video-column,
body div.template-video-library .highlight-testimonial > div .text-column {
  width: 100%;
  margin: 0 0 2em 0;
}
body div.template-video-library .highlight-testimonial > div .text-column .inner-text {
  padding: 0;
}
body div.template-video-library .highlight-testimonial > div .text-column .inner-text .subheader {
  color: #006F93;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
}
body div.template-video-library .highlight-testimonial > div .text-column .inner-text h3 {
  font-size: 23px;
}
body div.template-video-library .highlight-testimonial > div .text-column .inner-text .testimonial {
  margin: 0;
  padding: 5px 0 0;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
}
@media screen and (min-width: 769px) {
  body div.template-video-library .highlight-testimonial > div .video-column,
  body div.template-video-library .highlight-testimonial > div .text-column {
    width: 50%;
    margin: 0;
  }
  body div.template-video-library .highlight-testimonial > div .text-column .inner-text {
    padding: 0 0 0 3em;
  }
}
body div.template-video-library .video-container .video-thumbnail {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
body div.template-video-library .video-container .video-thumbnail img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
body div.template-video-library .video-container .video-thumbnail .thumbnail-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
body div.template-video-library .video-container .video-thumbnail .thumbnail-overlay i {
  position: absolute;
  font-size: 5em;
}
body div.template-video-library .video-container .video-thumbnail .thumbnail-overlay i:before {
  color: #212121;
}
body div.template-video-library .video-container .video-thumbnail .thumbnail-overlay i:after {
  color: #FFF;
  opacity: 1;
}
body div.template-video-library .videos {
  display: flex;
  justify-content: space-between;
}
body div.template-video-library .videos .video-container {
  width: calc(33.3333333333% - 2em);
}
body div.template-video-library .videos .video-container h3 {
  text-align: left;
  font-size: 16px;
  margin: 1.3em 0 0 0;
}
body div.template-video-library .expert-insights,
body div.template-video-library .testimonials {
  margin: 0 auto 4em;
}
body div.template-video-library .expert-insights h2,
body div.template-video-library .testimonials h2 {
  font-size: 22px;
  margin: 0 0 0.75em 0;
}
body div.template-video-library .expert-insights .videos,
body div.template-video-library .testimonials .videos {
  flex-wrap: wrap;
}
body div.template-video-library .expert-insights .videos .video-container,
body div.template-video-library .testimonials .videos .video-container {
  width: 100%;
  padding: 0 0 3em 0;
}
@media screen and (min-width: 768px) {
  body div.template-video-library .expert-insights .videos .video-container,
  body div.template-video-library .testimonials .videos .video-container {
    width: calc(33.3333333333% - 2em);
    padding: 0;
  }
}
body div.template-video-library .testimonials .testimonial-videos .text-container {
  text-align: left;
}
body div.template-video-library .testimonials .testimonial-videos .text-container h4 {
  font-size: 16px;
  margin: 1.3em 0 0.3em;
}
body div.template-video-library .testimonials .testimonial-videos .text-container .testimonial-excerpt {
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  padding-top: 5px;
}
body div.template-video-library .testimonials .testimonial-videos .text-container .accordion .accordion__item .accordion-header {
  padding: 0;
  border: none;
  cursor: pointer;
}
body div.template-video-library .testimonials .testimonial-videos .text-container .accordion .accordion__item .accordion-header .read-full-testimonial {
  color: #CC0D06;
  text-align: center;
  margin: 1em 0 0 0;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-weight: 700;
}
body div.template-video-library .testimonials .testimonial-videos .text-container .accordion .accordion__item .accordion-header .read-full-testimonial i {
  margin-left: 8px;
}
body div.template-video-library .testimonials .testimonial-videos .text-container .accordion .accordion__item .accordion-body .accordion-body__contents {
  padding: 1em 0;
}
body div.template-video-library .testimonials .testimonial-videos .text-container .accordion .accordion__item .accordion-body .accordion-body__contents p {
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
}
body div.template-video-library .testimonials .testimonial-videos .text-container .accordion .accordion__item.active .accordion-header:first-of-type .read-full-testimonial i:before {
  content: "\f068";
}
body div.template-video-library .browse-all-videos h2 {
  font-size: 26px;
  text-align: center;
  margin: 2em 0;
}
body div.template-video-library .browse-all-videos .video-filters {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body div.template-video-library .browse-all-videos .video-filters .video-filter {
  width: 100%;
  margin: 0 0 1em 0;
  font-size: 15px;
  max-width: unset;
}
body div.template-video-library .browse-all-videos .video-filters .video-filter.active {
  background-color: #CC0D06;
  color: #FFF;
}
body div.template-video-library .browse-all-videos .search-container {
  display: flex;
  justify-content: center;
  margin: 2em auto;
}
body div.template-video-library .browse-all-videos .search-container .view-more-videos {
  display: inline-block;
  color: #CC0D06;
  font-weight: bold;
}
body div.template-video-library .browse-all-videos .video-grid {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
body div.template-video-library .browse-all-videos .video-grid .video-container {
  display: none;
  padding: 1em;
}
body div.template-video-library .browse-all-videos .load-more-videos {
  margin: 2em auto 4em;
}
@media (min-width: 769px) {
  body div.template-video-library .browse-all-videos .video-filters .video-filter {
    width: calc(20% - 1em);
    margin: 0;
    font-size: 12px;
  }
}
body div.template-video-library #shopify-section-custom-text-with-background-video_library .custom-text-with-background-section .inner-container .section-content p {
  color: #FFF;
}
body div.media-page-template h1 {
  padding: 50px 0 20px 0;
  text-align: center;
}
body div.media-page-template .text-with-slides-section {
  padding: 30px 0 0 0;
}
body div.media-page-template .text-with-slides-section .section-left-text-with-button-and-slides .container .section-left-text-with-button-and-slides .inner-container .text-container .text-block .inner-text {
  font-family: "Cantarell", "Montserrat", sans-serif;
}
body div.media-page-template .media-carousel-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px 10% 0 10%;
}
body div.media-page-template .media-carousel-container .arrow {
  width: 1em;
  height: 1em;
  cursor: pointer;
}
body div.media-page-template .media-carousel-container .arrow i {
  font-size: 1em;
}
body div.media-page-template .media-carousel-container .inner-container {
  max-width: calc(100% - 2em);
}
body div.media-page-template .media-carousel-container .inner-container .slick-track {
  display: flex;
  align-items: center;
}
body div.media-page-template .media-carousel-container .inner-container .logo-slide .img-container {
  max-width: 80%;
  margin: 0 auto;
}
body div.media-page-template .media-carousel-container .inner-container .logo-slide .img-container img {
  vertical-align: top;
}
@media screen and (min-width: 769px) {
  body div.media-page-template .media-carousel-container .arrow {
    width: 3em;
    height: 3em;
    cursor: pointer;
  }
  body div.media-page-template .media-carousel-container .arrow i {
    font-size: 3em;
  }
  body div.media-page-template .media-carousel-container .inner-container {
    max-width: calc(100% - 6em);
  }
}
@media screen and (min-width: 1280px) {
  body.template-collection .collection-grid {
    display: flex;
  }
}
body.template-collection #Banner--collection-template .banner__inner h1 {
  display: inline-block;
  max-width: 350px;
  width: 100%;
  padding: 0.75em 1em;
  border-radius: 4px;
}
body.template-collection .collection-grid {
  margin: 0;
}
body.template-collection .collection-grid .collection__filters {
  background-color: #FFF;
  top: 0;
}
body.template-collection .collection-grid .collection-grid__wrapper {
  width: 100%;
}
body.template-collection .collection-grid .collection-grid__wrapper .collection-grid__nav {
  display: none;
}
body.template-collection .collection-grid .collection-grid__wrapper .js-collection-grid .product-block {
  padding: 0 24px;
}
body.template-collection .collection-grid .collection-grid__wrapper .js-collection-grid .product-block .product-block__inner .product-block__image {
  border-radius: 4px;
}
body.template-collection .collection-grid .collection-grid__wrapper .js-collection-grid .product-block .product-block__inner .product-block__info .product-block__title {
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
}
body.template-collection .collection-grid .collection-grid__wrapper .js-collection-grid .product-block .product-block__inner .product-block__info .product-block__price {
  font-family: "Cantarell", "Montserrat", sans-serif;
}
@media screen and (min-width: 1279px) {
  body.template-collection .collection-grid .collection__filters {
    background-color: transparent;
  }
}
@media screen and (min-width: 1280px) {
  body.template-collection .collection__filters--left + .collection-grid__wrapper {
    width: calc(100% - 320px);
    min-height: unset;
  }
}
body.template-collection .pageWrap .bodyWrap .main-content #shopify-section-collection-template div .collection-grid .collection__filters .container .collection__filters-list .collection__filter .collection__filter-title .collection__filter-group {
  font-weight: 700;
}
body.template-collection .pageWrap .bodyWrap .main-content #shopify-section-collection-template div #Banner--collection-template .banner__inner .page-title {
  display: none;
}
body.template-collection .pageWrap .bodyWrap .main-content #shopify-section-collection-template div .collection-grid .collection-grid-wrapper .js-collection-grid[data-collection-size="1"], body.template-collection .pageWrap .bodyWrap .main-content #shopify-section-collection-template div .collection-grid .collection-grid-wrapper .js-collection-grid[data-collection-size="2"], body.template-collection .pageWrap .bodyWrap .main-content #shopify-section-collection-template div .collection-grid .collection-grid-wrapper .js-collection-grid[data-collection-size="3"] {
  justify-content: center;
}
body.template-collection .pageWrap .bodyWrap .main-content #shopify-section-custom-text-with-background .custom-text-with-background-section {
  background-color: #19786e;
}
body.template-collection .pageWrap .bodyWrap .main-content #shopify-section-custom-text-with-background .custom-text-with-background-section .inner-container .section-content {
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 28px;
}
body.template-collection .pageWrap .bodyWrap .main-content #shopify-section-custom-testimonials .container .inner-container .testimonials-text-container .testimonials-text .inner-text .testimonial-title {
  font-size: 20px;
  letter-spacing: -0.4px;
}
body.template-collection .pageWrap .bodyWrap .main-content #shopify-section-custom-testimonials .container .inner-container .testimonials-text-container .testimonials-text .inner-text .testimonial-quote {
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}
body div.template-healthcare-professionals section.page-container {
  padding: 0 0 25px 0;
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
}
body div.template-healthcare-professionals section.page-container .page-title {
  margin-bottom: 0;
}
body div.template-healthcare-professionals section.page-container .page-title h1 {
  margin-bottom: 0;
}
body div.template-healthcare-professionals #shopify-section-split-hero .split-hero {
  margin: 0;
}
body div.template-healthcare-professionals #shopify-section-split-hero .split-hero__content {
  top: 15%;
}
@media screen and (min-width: 768px) {
  body div.template-healthcare-professionals #shopify-section-split-hero .split-hero {
    margin: 0;
  }
  body div.template-healthcare-professionals #shopify-section-split-hero .split-hero .split-hero__half {
    width: 50%;
  }
  body div.template-healthcare-professionals #shopify-section-split-hero .split-hero .split-hero__content {
    left: 0;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  body div.template-healthcare-professionals #shopify-section-split-hero .split-hero__half {
    height: 50%;
  }
  body div.template-healthcare-professionals #shopify-section-split-hero .split-hero__text h2 {
    white-space: normal;
  }
}
body div.template-healthcare-professionals section.custom-text-with-background-section {
  padding: 4em 1em;
}
body div.template-healthcare-professionals .quick-links {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto 3em auto;
  justify-content: center;
  padding: 0 1em;
}
body div.template-healthcare-professionals .quick-links .quick-link {
  margin: 0.5em auto;
  width: 100%;
  height: 60px;
}
@media screen and (min-width: 769px) {
  body div.template-healthcare-professionals .quick-links {
    padding: 0;
    justify-content: space-between;
  }
  body div.template-healthcare-professionals .quick-links .quick-link {
    max-width: 25%;
    width: auto;
  }
}
body div.template-healthcare-professionals .medical-advisors-and-study .inner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1em;
}
body div.template-healthcare-professionals .medical-advisors-and-study .inner-container .column {
  width: 100%;
  border-radius: 6px;
  padding: 2em;
  overflow: hidden;
}
body div.template-healthcare-professionals .medical-advisors-and-study .inner-container .column .bg-image {
  display: none;
}
body div.template-healthcare-professionals .medical-advisors-and-study .inner-container .column .inner-column {
  max-width: 500px;
}
body div.template-healthcare-professionals .medical-advisors-and-study .inner-container .column .inner-column h2 {
  margin: 0;
}
body div.template-healthcare-professionals .medical-advisors-and-study .inner-container .column .inner-column p {
  margin: 2em 0;
}
body div.template-healthcare-professionals .medical-advisors-and-study .inner-container .column .inner-column .buttons .button {
  margin: 0;
  height: 60px;
}
body div.template-healthcare-professionals .medical-advisors-and-study .inner-container .column .inner-column .buttons .button:first-of-type {
  margin: 0 0 1em 0;
}
body div.template-healthcare-professionals .medical-advisors-and-study .inner-container .column.left-column {
  background-color: #A3D7EE;
  margin: 0 0 2em 0;
  position: relative;
}
body div.template-healthcare-professionals .medical-advisors-and-study .inner-container .column.left-column .bg-image {
  position: absolute;
  width: 200px;
  transform: rotate(-10deg);
  bottom: -200px;
  right: -72px;
}
body div.template-healthcare-professionals .medical-advisors-and-study .inner-container .column.left-column .bg-image img {
  width: 100%;
  vertical-align: top;
}
body div.template-healthcare-professionals .medical-advisors-and-study .inner-container .column.left-column h2 {
  color: #006F93;
}
body div.template-healthcare-professionals .medical-advisors-and-study .inner-container .column.left-column p {
  color: #212121;
}
body div.template-healthcare-professionals .medical-advisors-and-study .inner-container .column.right-column {
  background-color: #A3D7EE;
  position: relative;
}
body div.template-healthcare-professionals .medical-advisors-and-study .inner-container .column.right-column .bg-image {
  position: absolute;
  width: 250px;
  transform: rotate(60deg);
  bottom: -30px;
  right: 25px;
}
body div.template-healthcare-professionals .medical-advisors-and-study .inner-container .column.right-column .bg-image img {
  width: 100%;
  vertical-align: top;
}
body div.template-healthcare-professionals .medical-advisors-and-study .inner-container .column.right-column h2 {
  color: #006F93;
}
body div.template-healthcare-professionals .medical-advisors-and-study .inner-container .column.right-column p {
  color: #212121;
}
@media screen and (min-width: 769px) {
  body div.template-healthcare-professionals .medical-advisors-and-study .inner-container {
    justify-content: space-between;
  }
  body div.template-healthcare-professionals .medical-advisors-and-study .inner-container .column {
    width: calc(50% - 2em);
  }
  body div.template-healthcare-professionals .medical-advisors-and-study .inner-container .column .inner-column {
    max-width: 250px;
  }
  body div.template-healthcare-professionals .medical-advisors-and-study .inner-container .column.left-column, body div.template-healthcare-professionals .medical-advisors-and-study .inner-container .column.right-column {
    height: 470px;
  }
}
@media screen and (min-width: 1025px) {
  body div.template-healthcare-professionals .medical-advisors-and-study .inner-container .column .bg-image {
    display: block;
  }
}
body div.template-healthcare-professionals #compare .inner-container h2 {
  margin: 2rem 0;
  color: #006f93;
  text-align: center;
}
body div.template-healthcare-professionals #compare .inner-container .img-container {
  max-width: 1112px;
  width: calc(100% - 2em);
  margin: 0 auto 2rem;
  padding: 1rem;
  border: 1px solid #D5D5D5;
}
body div.template-healthcare-professionals #compare .inner-container .img-container img {
  width: 100%;
  vertical-align: top;
}
@media screen and (min-width: 769px) {
  body div.template-healthcare-professionals #compare .inner-container .img-container {
    width: 100%;
    margin: 0 auto 4rem;
    padding: 0;
  }
}
body div.template-healthcare-professionals #medical-sample-request {
  padding: 3em 0;
}
body div.template-healthcare-professionals #medical-sample-request .inner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
body div.template-healthcare-professionals #medical-sample-request .inner-container h2 {
  text-align: center;
  width: 100%;
  padding: 0 0 2em 0;
  color: #006F93;
}
body div.template-healthcare-professionals #medical-sample-request .inner-container .column {
  width: calc(100% - 2em);
}
body div.template-healthcare-professionals #medical-sample-request .inner-container .column.left-column {
  margin: 0;
}
body div.template-healthcare-professionals #medical-sample-request .inner-container .column.left-column .img-container {
  max-width: 400px;
  margin: 0 auto;
}
body div.template-healthcare-professionals #medical-sample-request .inner-container .column.left-column .img-container img {
  width: 100%;
  vertical-align: top;
}
body div.template-healthcare-professionals #medical-sample-request .inner-container .column.right-column {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 2em;
}
body div.template-healthcare-professionals #medical-sample-request .inner-container .column.right-column .inner-text {
  max-width: 500px;
  padding: 2em;
  background-color: #A3D7EE;
  text-align: center;
  border-radius: 6px;
}
body div.template-healthcare-professionals #medical-sample-request .inner-container .column.right-column .inner-text h3, body div.template-healthcare-professionals #medical-sample-request .inner-container .column.right-column .inner-text p {
  color: #006F93;
  margin: 0;
}
body div.template-healthcare-professionals #medical-sample-request .inner-container .column.right-column .inner-text p {
  margin: 2em 0;
  color: #212121;
}
body div.template-healthcare-professionals #medical-sample-request .inner-container .column.right-column .inner-text .button {
  max-width: 310px;
}
@media screen and (min-width: 769px) {
  body div.template-healthcare-professionals #medical-sample-request .inner-container {
    justify-content: space-between;
  }
  body div.template-healthcare-professionals #medical-sample-request .inner-container .column {
    width: calc(50% - 20px);
  }
  body div.template-healthcare-professionals #medical-sample-request .inner-container .column.right-column {
    margin-top: 0;
  }
}
body div.template-healthcare-professionals #insurance-reimbursement {
  padding: 3em 0;
}
body div.template-healthcare-professionals #insurance-reimbursement .inner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
body div.template-healthcare-professionals #insurance-reimbursement .inner-container h2 {
  text-align: center;
  width: 100%;
  color: #006F93;
}
@media screen and (min-width: 768px) {
  body div.template-healthcare-professionals #insurance-reimbursement .inner-container h2 {
    margin-bottom: 2em;
  }
}
body div.template-healthcare-professionals #insurance-reimbursement .inner-container .column {
  width: calc(100% - 2em);
}
body div.template-healthcare-professionals #insurance-reimbursement .inner-container .column.left-column {
  margin: 0;
}
body div.template-healthcare-professionals #insurance-reimbursement .inner-container .column.left-column .img-container {
  max-width: 400px;
  margin: 0 auto;
}
body div.template-healthcare-professionals #insurance-reimbursement .inner-container .column.left-column .img-container img {
  width: 100%;
  vertical-align: top;
}
body div.template-healthcare-professionals #insurance-reimbursement .inner-container .column.right-column {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 2em;
}
body div.template-healthcare-professionals #insurance-reimbursement .inner-container .column.right-column .inner-text {
  max-width: 500px;
  padding: 2em;
  background-color: #A3D7EE;
  text-align: center;
  border-radius: 6px;
}
body div.template-healthcare-professionals #insurance-reimbursement .inner-container .column.right-column .inner-text h3, body div.template-healthcare-professionals #insurance-reimbursement .inner-container .column.right-column .inner-text p {
  color: #006F93;
  margin: 0;
}
body div.template-healthcare-professionals #insurance-reimbursement .inner-container .column.right-column .inner-text p {
  margin: 2em 0;
  color: #212121;
}
body div.template-healthcare-professionals #insurance-reimbursement .inner-container .column.right-column .inner-text .button {
  max-width: 310px;
}
@media screen and (min-width: 769px) {
  body div.template-healthcare-professionals #insurance-reimbursement .inner-container {
    justify-content: space-between;
  }
  body div.template-healthcare-professionals #insurance-reimbursement .inner-container .column {
    width: calc(50% - 20px);
  }
  body div.template-healthcare-professionals #insurance-reimbursement .inner-container .column.left-column {
    order: 2;
  }
  body div.template-healthcare-professionals #insurance-reimbursement .inner-container .column.right-column {
    order: 1;
    margin-top: 0;
  }
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form {
  display: block;
  margin: 0 auto;
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container {
  background-color: rgba(227, 222, 217, 0.45);
  border-radius: 8px;
  padding: 50px 25px 25px;
  max-width: calc(100% - 50px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group {
  padding-bottom: 20px;
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group input[type=text], body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group input[type=email], body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group input[type=tel] {
  border: 1px solid;
  width: 100%;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 0 0 0 16px;
  height: 38px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group select {
  border: 1px solid;
  width: 100%;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 0 0 0 16px;
  height: 38px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group select .select-options {
  border: 1px solid;
  background-color: #fff;
  height: 200px;
  overflow: auto;
  padding-left: 5px;
  font-family: "Cantarell", "Montserrat", sans-serif;
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group select .select-options li:hover {
  cursor: pointer;
  background-color: #F8F7F5;
  color: #CC0D06;
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group label {
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-weight: bold;
  margin-bottom: 0;
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group:first-child {
  width: 100%;
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group:nth-child(2) {
  width: 100%;
}
@media screen and (min-width: 767px) {
  body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group:nth-child(2) {
    width: 49%;
    margin-right: 2%;
  }
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group:nth-child(3) {
  width: 100%;
}
@media screen and (min-width: 767px) {
  body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group:nth-child(3) {
    width: 49%;
  }
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group:nth-child(4) {
  width: 100%;
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group:nth-child(5) {
  width: 100%;
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group:nth-child(6) {
  width: 100%;
}
@media screen and (min-width: 767px) {
  body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group:nth-child(6) {
    width: 49%;
    margin-right: 2%;
  }
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group:nth-child(7) {
  width: 100%;
}
@media screen and (min-width: 767px) {
  body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group:nth-child(7) {
    width: 49%;
  }
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group:nth-child(8) {
  width: 100%;
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group:nth-child(9) {
  width: 100%;
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group:nth-child(10) {
  width: 100%;
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group:nth-child(11) {
  width: 100%;
}
@media screen and (min-width: 767px) {
  body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group:nth-child(11) {
    width: 50%;
    margin-right: 5%;
  }
}
@media screen and (min-width: 1295px) {
  body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group:nth-child(11) {
    width: 30%;
    margin-right: 5%;
  }
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group:nth-child(12) {
  width: 100%;
}
@media screen and (min-width: 767px) {
  body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group:nth-child(12) {
    width: 50%;
    margin-right: 5%;
  }
}
@media screen and (min-width: 1295px) {
  body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group:nth-child(12) {
    width: 30%;
    margin-right: 5%;
  }
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group:nth-child(13) {
  width: 100%;
}
@media screen and (min-width: 767px) {
  body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group:nth-child(13) {
    width: 50%;
  }
}
@media screen and (min-width: 1295px) {
  body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group:nth-child(13) {
    width: 30%;
  }
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group:nth-child(14) {
  width: 100%;
}
@media screen and (min-width: 767px) {
  body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group:nth-child(14) {
    width: 49%;
    margin-right: 2%;
  }
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group:nth-child(15) {
  width: 100%;
}
@media screen and (min-width: 767px) {
  body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group:nth-child(15) {
    width: 49%;
  }
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group:nth-child(16) {
  width: 100%;
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group:nth-child(17) {
  width: 100%;
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group:nth-child(18) {
  width: 100%;
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group:nth-child(18) div {
  display: flex;
  flex-wrap: wrap;
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group:nth-child(18) div .form-check-inline {
  width: 225px;
  display: flex;
  padding: 10px 10px 10px 0;
  align-self: center;
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group:nth-child(18) div .form-check-inline input {
  align-self: center;
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group:nth-child(19) {
  width: 100%;
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group:nth-child(19) div {
  display: flex;
  flex-wrap: wrap;
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group:nth-child(19) div .form-check-inline {
  width: 225px;
  display: flex;
  padding: 10px 10px 10px 0;
  align-self: center;
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group:nth-child(19) div .form-check-inline input {
  align-self: center;
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group:nth-child(20) {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group .valid-feedback {
  display: none;
  color: red;
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group .invalid-feedback {
  display: none;
  color: red;
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group.select-profession > div, body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group.patient-count > div {
  display: flex;
  justify-content: space-between;
  max-width: 700px;
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group.select-profession > div .form-check input, body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group.patient-count > div .form-check input {
  display: none;
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group.select-profession > div .form-check input ~ label, body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group.patient-count > div .form-check input ~ label {
  position: relative;
  padding: 0 0 0 2em;
  display: flex;
  align-items: center;
  cursor: pointer;
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group.select-profession > div .form-check input ~ label:before, body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group.patient-count > div .form-check input ~ label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #CC0D06;
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group.select-profession > div .form-check input:checked ~ label:after, body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group.patient-count > div .form-check input:checked ~ label:after {
  content: "";
  position: absolute;
  left: 4px;
  width: 16px;
  height: 16px;
  background-color: #CC0D06;
  border-radius: 50%;
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group.select-profession div {
  flex-wrap: wrap;
}
@media screen and (min-width: 767px) {
  body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group.select-profession div {
    width: auto;
  }
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group.select-profession div .form-check {
  padding-top: 15px;
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group.select-profession div .invalid-feedback {
  color: red;
  display: none;
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group.select-profession div .valid-feedback {
  display: none;
  color: red;
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group.patient-count > div {
  max-width: 400px;
  flex-wrap: wrap;
  padding-top: 15px;
  width: 100%;
}
@media screen and (min-width: 767px) {
  body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group.patient-count > div {
    width: auto;
  }
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group.patient-count > div .form-check-inline {
  padding-top: 15px;
  width: 100%;
}
@media screen and (min-width: 767px) {
  body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group.patient-count > div .form-check-inline {
    padding-top: 0;
    width: auto;
  }
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group.patient-count > div .form-check-inline:nth-child(1) {
  padding-top: 0;
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group.country-group select {
  display: none;
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group.country-group .select .select-styled {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 38px;
  padding: 0 16px;
  border: 1px solid #212121;
  border-radius: 2px;
  font-size: 16px;
  background-color: #FFF;
  cursor: pointer;
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group.country-group .select .select-styled i {
  transform: rotate(0);
  transform-origin: center;
  transition: all ease 0.5s;
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group.country-group .select .select-styled.active i {
  transform: rotate(180deg);
  transition: all ease 0.5s;
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group.country-group .select .select-options {
  display: none;
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group.hear-about-group > div .form-check input, body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group.utilize-group > div .form-check input {
  display: none;
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group.hear-about-group > div .form-check input ~ label, body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group.utilize-group > div .form-check input ~ label {
  position: relative;
  padding: 0 0 0 2em;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #212121;
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group.hear-about-group > div .form-check input ~ label:before, body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group.utilize-group > div .form-check input ~ label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #212121;
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group.hear-about-group > div .form-check input:checked ~ label, body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group.utilize-group > div .form-check input:checked ~ label {
  color: #19786E;
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group.hear-about-group > div .form-check input:checked ~ label:before, body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group.utilize-group > div .form-check input:checked ~ label:before {
  border: 1px solid #CC0D06;
  background-color: #CC0D06;
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group.hear-about-group > div .form-check input:checked ~ label:after, body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group.utilize-group > div .form-check input:checked ~ label:after {
  content: "\f00c";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 18px;
  height: 18px;
  color: #FFF;
  font-family: "Font Awesome 5 Pro", sans-serif;
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group.hear-about-group > div span.help-block, body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container .form-group.utilize-group > div span.help-block {
  display: block;
  width: 100%;
  margin: 0.75em 0 0 0;
}
@media screen and (min-width: 1024px) {
  body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .inner-container {
    max-width: 60%;
    padding: 50px 50px 25px;
  }
}
body div.template-healthcare-professionals .form-container form#klaviyo-medical-form .form-group.submit-group {
  margin: 3em auto;
  width: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.template-cart .cart__table-row:last-child::after {
    content: "";
  }
}
body.template-page#contact-us-customer-service-healthy-height .faq .button {
  max-width: 280px;
}
@media screen and (min-width: 768px) {
  body.template-page #shopify-section-custom-faq-page-template .faq-header {
    width: auto;
    margin: 8px 0;
  }
}
body.template-page.page-request-a-free-sample-confirm .request-body-copy {
  text-align: center;
}
body.template-page.page-about-template-rewards .product-features--container .feature-text__button .button {
  margin: 1rem 0 0;
}
body.template-page.page-about-template-rewards .text-with-slides-section {
  padding: 30px 0 0;
}
body.template-page .help-kids-grow-template div p {
  font-family: "Cantarell", "Montserrat", sans-serif;
}
body.template-page .help-kids-grow-template .shopify-section--image-with-text .gallery-wrap .gallery .gallery-content {
  padding: 3rem 0.5rem;
}
body.template-page .help-kids-grow-template .shopify-section--image-with-text .gallery-wrap .gallery .gallery-content .gallery-content-inner h2 {
  font-size: 36px;
}
body.template-page .help-kids-grow-template .shopify-section--image-with-text .gallery-wrap .gallery .gallery-content .gallery-content-inner .gallery-content__text p {
  margin: 0;
}
body.template-page .help-kids-grow-template .shopify-section--image-with-text .gallery-wrap .gallery .gallery-content .gallery-content-inner .gallery-content__text p:first-of-type {
  padding: 2rem 0;
}
@media screen and (min-width: 769px) {
  body.template-page .help-kids-grow-template .shopify-section--image-with-text .gallery-wrap .gallery .gallery-content {
    padding: 0;
  }
  body.template-page .help-kids-grow-template .shopify-section--image-with-text .gallery-wrap .gallery .gallery-content .gallery-content-inner h2 {
    font-size: 40px;
  }
  body.template-page .help-kids-grow-template .shopify-section--image-with-text .gallery-wrap .gallery .gallery-content .gallery-content-inner .gallery-content__text p {
    margin: 0 0 10px 0;
  }
  body.template-page .help-kids-grow-template .shopify-section--image-with-text .gallery-wrap .gallery .gallery-content .gallery-content-inner .gallery-content__text p:first-of-type {
    padding: 0;
  }
}
body.template-page #shopify-section-page-presale-template .product-presale {
  padding: 2em 0 0 0;
}
body.template-page #shopify-section-page-presale-template .product-presale > .container {
  margin: 4rem auto 2rem;
}
body.template-page #shopify-section-page-presale-template .product-presale > .container .subheading {
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #212121;
  font-size: 16px;
}
body.template-page #shopify-section-page-presale-template .product-presale > .container h1.title {
  text-align: center;
  color: #212121;
  font-size: 40px;
}
body.template-page #shopify-section-page-presale-template .product-presale .product-presale-banner {
  padding: 2em 0;
}
body.template-page #shopify-section-page-presale-template .product-presale .product-presale-banner div.img-container {
  width: 100%;
}
body.template-page #shopify-section-page-presale-template .product-presale .product-presale-banner div.img-container img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  body.template-page #shopify-section-page-presale-template .product-presale {
    padding: 0;
  }
  body.template-page #shopify-section-page-presale-template .product-presale .product-presale-banner div.img-container {
    height: 550px;
  }
  body.template-page #shopify-section-page-presale-template .product-presale .product-presale-banner div.img-container img {
    object-fit: cover;
    object-position: bottom;
  }
  body.template-page #shopify-section-page-presale-template .product-presale .presale-content-container {
    max-width: 1069px;
    width: 100%;
    margin: 2.5rem auto;
    color: #212121;
    font-family: "Cantarell", "Montserrat", sans-serif;
  }
  body.template-page #shopify-section-page-presale-template .product-presale .presale-content-container .inner-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  body.template-page #shopify-section-page-presale-template .product-presale .presale-content-container .inner-container .column {
    width: 50%;
  }
  body.template-page #shopify-section-page-presale-template .product-presale .presale-content-container .inner-container .column.left-column .inner-text {
    max-width: 500px;
    width: 100%;
    padding: 0 1em;
  }
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container {
  margin: 0 auto;
  max-width: 100%;
  padding-bottom: 50px;
  background-position: bottom right;
  background-size: 400px;
  background-repeat: no-repeat;
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container header {
  padding-top: 50px;
  text-align: center;
  margin: 0 auto;
  max-width: 80%;
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container header .subtitle {
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 20px;
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .no-gmos-statement-container {
  background-color: #006f93;
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
  border-top-left-radius: 25%;
  border-top-right-radius: 25%;
}
@media screen and (min-width: 768px) {
  body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .no-gmos-statement-container {
    border-top-left-radius: 35%;
    border-top-right-radius: 35%;
  }
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .no-gmos-statement-container .inner-container {
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 100px 50px 50px;
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .no-gmos-statement-container .inner-container .text-column {
  width: 100%;
  padding-right: 0;
  color: #FFFFFF;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .no-gmos-statement-container .inner-container .text-column {
    max-width: 50%;
    padding-right: 100px;
  }
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .no-gmos-statement-container .inner-container .text-column h3 {
  color: #fff;
  font-size: 22px;
  letter-spacing: -0.5px;
  padding-bottom: 20px;
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .no-gmos-statement-container .inner-container .icon-grid-column {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-evenly;
}
@media screen and (min-width: 768px) {
  body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .no-gmos-statement-container .inner-container .icon-grid-column {
    width: 50%;
  }
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .no-gmos-statement-container .inner-container .icon-grid-column .icon-cell {
  padding: 20px;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  width: 33%;
  overflow: visible;
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .shopify-section--custom-multi_product-tabs .custom-multi_product-tabs-section {
  max-width: 75%;
  margin: 75px auto 0;
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .shopify-section--custom-multi_product-tabs .custom-multi_product-tabs-section .section-title {
  text-align: center;
  letter-spacing: -0.7px;
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .shopify-section--custom-multi_product-tabs .custom-multi_product-tabs-section .dropdown-container {
  margin-bottom: 20px;
  margin-top: 50px;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-weight: 700;
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .shopify-section--custom-multi_product-tabs .custom-multi_product-tabs-section .dropdown-container .select .select-styled {
  border-bottom: 2px solid #212121;
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .shopify-section--custom-multi_product-tabs .custom-multi_product-tabs-section .inner-container {
  border-radius: 10px;
  padding: 20px;
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .shopify-section--custom-multi_product-tabs .custom-multi_product-tabs-section .inner-container .left-column {
  max-width: 100%;
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .shopify-section--custom-multi_product-tabs .custom-multi_product-tabs-section .inner-container .left-column .tab-labels {
  font-family: "Cantarell", "Montserrat", sans-serif;
  color: #212121;
  font-weight: 700;
  letter-spacing: -0.4px;
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .shopify-section--custom-multi_product-tabs .custom-multi_product-tabs-section .inner-container .left-column .tab-labels .tab-label {
  color: #fff;
  border-bottom: 1px solid #fff;
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .shopify-section--custom-multi_product-tabs .custom-multi_product-tabs-section .inner-container .right-column {
  padding-top: 15px;
  min-width: 100%;
}
@media screen and (min-width: 768px) {
  body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .shopify-section--custom-multi_product-tabs .custom-multi_product-tabs-section .inner-container .right-column {
    min-width: 40%;
  }
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .shopify-section--custom-multi_product-tabs .custom-multi_product-tabs-section .inner-container .right-column .tab-content-container {
  font-family: "Cantarell", "Montserrat", sans-serif;
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .shopify-section--custom-multi_product-tabs .custom-multi_product-tabs-section .inner-container .right-column .tab-content-container .tab-content {
  height: auto;
  color: #fff;
  opacity: 1;
  overflow: unset;
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .shopify-section--custom-multi_product-tabs .custom-multi_product-tabs-section .inner-container .right-column .tab-content-container .tab-content .nutrition-table .inner-grid .meta-row {
  display: block;
}
@media screen and (min-width: 768px) {
  body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .shopify-section--custom-multi_product-tabs .custom-multi_product-tabs-section .inner-container .right-column .tab-content-container .tab-content .nutrition-table .inner-grid .meta-row {
    display: flex;
  }
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .shopify-section--custom-multi_product-tabs .custom-multi_product-tabs-section .inner-container .right-column .tab-content-container .tab-content .nutrition-table .inner-grid .main-row {
  display: block;
}
@media screen and (min-width: 768px) {
  body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .shopify-section--custom-multi_product-tabs .custom-multi_product-tabs-section .inner-container .right-column .tab-content-container .tab-content .nutrition-table .inner-grid .main-row {
    justify-content: space-between;
    display: flex;
  }
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .shopify-section--custom-multi_product-tabs .custom-multi_product-tabs-section .inner-container .right-column .tab-content-container .tab-content .nutrition-table .inner-grid .main-row .column {
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .shopify-section--custom-multi_product-tabs .custom-multi_product-tabs-section .inner-container .right-column .tab-content-container .tab-content .nutrition-table .inner-grid .main-row .column {
    width: 50%;
    margin: 0 0 1em 0;
  }
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .shopify-section--custom-multi_product-tabs .custom-multi_product-tabs-section .inner-container .right-column .tab-content-container .tab-content .ingredients-container .row h3 {
  color: #fff;
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .ingredients-accordion-container {
  max-width: 75%;
  margin: 100px auto 0;
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .ingredients-accordion-container .accordion-section {
  margin-top: 100px;
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .ingredients-accordion-container .accordion-section .accordion-section-title {
  text-align: center;
  letter-spacing: -0.7px;
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .ingredients-accordion-container .accordion-section .accordion-inner-container .accordion__item .accordion-header {
  border-bottom-style: solid;
  border-width: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .ingredients-accordion-container .accordion-section .accordion-inner-container .accordion__item .accordion-header h3 {
  font-size: 16px;
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .ingredients-accordion-container .accordion-section .accordion-inner-container .accordion__item .accordion-body {
  display: none;
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .ingredients-accordion-container .accordion-section .accordion-inner-container .accordion__item .accordion-body .accordion-body__contents .question-block {
  padding: 15px 5px 0 5px;
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .ingredients-accordion-container .accordion-section .accordion-inner-container .accordion__item .accordion-body .accordion-body__contents .question-block h4 {
  color: #006f93;
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .ingredients-accordion-container .accordion-section .accordion-inner-container .accordion__item .accordion-body .accordion-body__contents .question-block .answer {
  display: flex;
  flex-wrap: wrap;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  padding-left: 10px;
  padding-top: 15px;
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .ingredients-accordion-container .accordion-section .accordion-inner-container .accordion__item .accordion-body .accordion-body__contents .question-block .answer a {
  display: inline-block;
  margin: 1rem 0 0;
  color: #CC0D06;
  font-weight: bold;
  text-decoration: none;
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .ingredients-accordion-container .accordion-section .accordion-inner-container .accordion__item .accordion-body .accordion-body__contents .question-block .answer a.with-arrow i {
  margin-left: 8px;
  transition: all ease 0.5s;
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .ingredients-accordion-container .accordion-section .accordion-inner-container .accordion__item .accordion-body .accordion-body__contents .question-block .answer a.with-arrow:hover i {
  margin-left: 16px;
  transition: all ease 0.5s;
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .ingredients-accordion-container .accordion-section .accordion-inner-container .accordion__item .accordion-body .accordion-body__contents .accordion-inner {
  padding-top: 25px;
  display: flex;
  flex-wrap: wrap;
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .ingredients-accordion-container .accordion-section .accordion-inner-container .accordion__item .accordion-body .accordion-body__contents .accordion-inner .one-serving {
  font-weight: 700;
  padding-bottom: 20px;
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .ingredients-accordion-container .accordion-section .accordion-inner-container .accordion__item .accordion-body .accordion-body__contents .accordion-inner .left-column {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .ingredients-accordion-container .accordion-section .accordion-inner-container .accordion__item .accordion-body .accordion-body__contents .accordion-inner .left-column {
    width: 60%;
  }
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .ingredients-accordion-container .accordion-section .accordion-inner-container .accordion__item .accordion-body .accordion-body__contents .accordion-inner .left-column .question-block {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 15px;
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .ingredients-accordion-container .accordion-section .accordion-inner-container .accordion__item .accordion-body .accordion-body__contents .accordion-inner .left-column .question-block h4 {
  color: #006f93;
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .ingredients-accordion-container .accordion-section .accordion-inner-container .accordion__item .accordion-body .accordion-body__contents .accordion-inner .left-column .question-block p {
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 28px;
  padding-left: 10px;
  padding-top: 15px;
  font-weight: 500;
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .ingredients-accordion-container .accordion-section .accordion-inner-container .accordion__item .accordion-body .accordion-body__contents .accordion-inner .left-column .food-sources .inner-container {
  display: flex;
  flex-wrap: wrap;
  padding-left: 5px;
  padding-top: 15px;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .ingredients-accordion-container .accordion-section .accordion-inner-container .accordion__item .accordion-body .accordion-body__contents .accordion-inner .left-column .food-sources .inner-container {
    justify-content: space-between;
  }
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .ingredients-accordion-container .accordion-section .accordion-inner-container .accordion__item .accordion-body .accordion-body__contents .accordion-inner .left-column .food-sources .inner-container .food-source-column {
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  text-transform: capitalize;
  width: 50%;
}
@media screen and (min-width: 768px) {
  body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .ingredients-accordion-container .accordion-section .accordion-inner-container .accordion__item .accordion-body .accordion-body__contents .accordion-inner .left-column .food-sources .inner-container .food-source-column {
    width: auto;
  }
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .ingredients-accordion-container .accordion-section .accordion-inner-container .accordion__item .accordion-body .accordion-body__contents .accordion-inner .right-column {
  padding-top: 15px;
  min-width: 100%;
}
@media screen and (min-width: 768px) {
  body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .ingredients-accordion-container .accordion-section .accordion-inner-container .accordion__item .accordion-body .accordion-body__contents .accordion-inner .right-column {
    min-width: 40%;
  }
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .ingredients-accordion-container .accordion-section .accordion-inner-container .accordion__item .accordion-body .accordion-body__contents .accordion-inner .right-column .serving-information {
  font-family: "Cantarell", "Montserrat", sans-serif;
  color: #fff;
  background-color: #006f93;
  font-size: 15px;
  text-align: center;
  margin: 0 auto;
  width: 220px;
  padding: 20px;
  border-radius: 10px;
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .ingredients-accordion-container .accordion-section .accordion-inner-container .accordion__item .accordion-body .accordion-body__contents .accordion-inner .right-column .serving-information .daily-recommendations {
  padding-top: 10px;
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .ingredients-accordion-container .accordion-section .accordion-inner-container .accordion__item .accordion-body .accordion-body__contents .accordion-inner .right-column .serving-information .daily-recommendations p {
  font-family: "Cantarell", "Montserrat", sans-serif;
  color: #a3d7ee;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  padding-left: 10px;
  padding-top: 15px;
}
body.template-page.page-ingredients .page-wrap .body-wrap .main-content .page-container .ingredients-accordion-container .accordion-section .accordion-inner-container .accordion__item .accordion-body .accordion-body__contents .accordion-inner .right-column .serving-information .daily-recommendations ul {
  line-height: 30px;
}
body.template-page .clinical-template {
  background-image: url("/cdn/shop/t/56/assets/Healthy-Heights-Textures_1366-08.png?v=5858421274018711292");
  background-position: right;
  background-repeat: repeat-y;
  background-size: 300px;
}
body.template-page .clinical-template h1 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 25px;
}
body.template-page .clinical-template .shopify-section--image-with-text .gallery-wrap .gallery .row .gallery-content .gallery-content-inner {
  padding: 20px;
}
body.template-page .clinical-template .nutritional-deficiencies-info-from-professor {
  padding: 5% 10% 5% 10%;
}
body.template-page .clinical-template .nutritional-deficiencies-info-from-professor .inner-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body.template-page .clinical-template .nutritional-deficiencies-info-from-professor .inner-container .image-column {
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.template-page .clinical-template .nutritional-deficiencies-info-from-professor .inner-container .image-column {
    width: 30%;
  }
}
body.template-page .clinical-template .nutritional-deficiencies-info-from-professor .inner-container .image-column .img-container {
  text-align: center;
}
body.template-page .clinical-template .nutritional-deficiencies-info-from-professor .inner-container .image-column .img-container img {
  width: 100%;
  min-width: 215px;
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  body.template-page .clinical-template .nutritional-deficiencies-info-from-professor .inner-container .image-column .img-container img {
    max-width: inherit;
  }
}
body.template-page .clinical-template .nutritional-deficiencies-info-from-professor .inner-container .text-column {
  width: 100%;
  padding-left: 0;
  min-width: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.template-page .clinical-template .nutritional-deficiencies-info-from-professor .inner-container .text-column {
    width: 70%;
    text-align: left;
    padding-left: 50px;
    min-width: 430px;
  }
}
body.template-page .clinical-template .nutritional-deficiencies-info-from-professor .inner-container .text-column .inner-text h2 {
  color: #883e0c;
  padding-bottom: 15px;
  letter-spacing: -0.6px;
  line-height: 45px;
}
body.template-page .clinical-template .nutritional-deficiencies-info-from-professor .inner-container .text-column .inner-text p {
  font-family: "Cantarell", "Montserrat", sans-serif;
  color: #883e0c;
  letter-spacing: -0.32px;
  line-height: 25px;
  font-size: 16px;
  padding-bottom: 15px;
}
body.template-page .clinical-template .nutritional-deficiencies-info-from-professor .inner-container .text-column .inner-text p:nth-child(4) {
  color: #883e0c;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 15px;
}
body.template-page .clinical-template .nutritional-deficiencies-info-from-professor .inner-container .text-column .inner-text h3 {
  color: #883e0c;
  letter-spacing: -0.4px;
  line-height: 30px;
}
body.template-page .clinical-template .combined-sections .quick-facts {
  padding: 50px 10% 50px 10%;
}
body.template-page .clinical-template .combined-sections .quick-facts h2 {
  text-align: center;
}
body.template-page .clinical-template .combined-sections .quick-facts p {
  font-family: "Cantarell", "Montserrat", sans-serif;
  text-align: center;
  line-height: 28px;
  font-weight: 700;
  padding: 20px 5% 20px 5%;
  color: #212121;
}
body.template-page .clinical-template .combined-sections .quick-facts .inner-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 50px;
  justify-content: center;
}
body.template-page .clinical-template .combined-sections .quick-facts .inner-container .image-column {
  max-width: 30%;
  min-width: 185px;
}
body.template-page .clinical-template .combined-sections .quick-facts .inner-container .image-column .img-container img {
  width: 100%;
}
body.template-page .clinical-template .combined-sections .quick-facts .inner-container .text-column {
  max-width: 70%;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  body.template-page .clinical-template .combined-sections .quick-facts .inner-container .text-column {
    padding-left: 50px;
  }
}
body.template-page .clinical-template .combined-sections .quick-facts .inner-container .text-column .inner-text ul li {
  list-style-type: disc;
  line-height: 30px;
}
body.template-page .clinical-template .combined-sections .scientific-backing .inner-container {
  display: flex;
  flex-wrap: wrap;
  padding-left: 10%;
  padding-right: 10%;
  min-height: 500px;
  gap: 10%;
}
body.template-page .clinical-template .combined-sections .scientific-backing .inner-container .left-column {
  width: 100%;
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  min-width: auto;
  background-image: none !important;
}
@media screen and (min-width: 1111px) {
  body.template-page .clinical-template .combined-sections .scientific-backing .inner-container .left-column {
    width: 45%;
    min-width: 400px;
    background-image: url("/cdn/shop/t/68/assets/Developed-By-Pediatricians.png?v=16688898273569452394") !important;
  }
}
body.template-page .clinical-template .combined-sections .scientific-backing .inner-container .left-column .inner-text {
  padding: 0;
  text-align: center;
  position: relative;
  height: 100%;
}
@media screen and (min-width: 1111px) {
  body.template-page .clinical-template .combined-sections .scientific-backing .inner-container .left-column .inner-text {
    padding-right: 40%;
    text-align: left;
  }
}
body.template-page .clinical-template .combined-sections .scientific-backing .inner-container .left-column .inner-text h2 {
  color: #006f93;
  line-height: 50px;
}
body.template-page .clinical-template .combined-sections .scientific-backing .inner-container .left-column .inner-text p {
  color: #212121;
  font-family: "Cantarell", "Montserrat", sans-serif;
  line-height: 26px;
  font-weight: 400;
}
body.template-page .clinical-template .combined-sections .scientific-backing .inner-container .left-column .inner-text .button {
  margin: 0 auto;
  position: relative;
  bottom: 0;
}
@media screen and (min-width: 1111px) {
  body.template-page .clinical-template .combined-sections .scientific-backing .inner-container .left-column .inner-text .button {
    position: absolute;
    margin-bottom: 50px;
    margin-left: 0;
  }
}
body.template-page .clinical-template .combined-sections .scientific-backing .inner-container .right-column {
  width: 100%;
  text-align: center;
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  min-width: auto;
  padding-top: 50px;
  background-image: none !important;
}
@media screen and (min-width: 767px) {
  body.template-page .clinical-template .combined-sections .scientific-backing .inner-container .right-column {
    min-width: 400px;
    padding-top: 0;
  }
}
@media screen and (min-width: 1111px) {
  body.template-page .clinical-template .combined-sections .scientific-backing .inner-container .right-column {
    width: 45%;
    text-align: left;
    background-image: url("/cdn/shop/t/56/assets/HH-Clinical-Illustration-2.png?v=8899031471561730299") !important;
  }
}
body.template-page .clinical-template .combined-sections .scientific-backing .inner-container .right-column .inner-text {
  padding: 0;
  text-align: center;
  position: relative;
  height: 100%;
}
@media screen and (min-width: 1111px) {
  body.template-page .clinical-template .combined-sections .scientific-backing .inner-container .right-column .inner-text {
    padding-right: 40%;
    text-align: left;
  }
}
body.template-page .clinical-template .combined-sections .scientific-backing .inner-container .right-column .inner-text h2 {
  color: #006f93;
  line-height: 50px;
}
body.template-page .clinical-template .combined-sections .scientific-backing .inner-container .right-column .inner-text p {
  color: #212121;
  font-family: "Cantarell", "Montserrat", sans-serif;
  line-height: 26px;
}
body.template-page .clinical-template .combined-sections .scientific-backing .inner-container .right-column .inner-text .button {
  margin: 0 auto;
  position: relative;
  bottom: 0;
}
@media screen and (min-width: 1111px) {
  body.template-page .clinical-template .combined-sections .scientific-backing .inner-container .right-column .inner-text .button {
    position: absolute;
    margin-bottom: 50px;
    margin-left: 0;
  }
}
body.template-page .clinical-template .shopify-section--custom-long-text .custom-long-text-section {
  margin-top: 100px;
  padding-left: 10%;
  padding-right: 10%;
}
body.template-page .clinical-template .shopify-section--custom-long-text .custom-long-text-section .inner-container h2 {
  text-align: Center;
  padding-bottom: 50px;
}
body.template-page .clinical-template .shopify-section--custom-long-text .custom-long-text-section .inner-container .section-excerpt p {
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 30px;
}
body.template-page .clinical-template .shopify-section--custom-long-text .custom-long-text-section .inner-container .section-content p {
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 30px;
}
body.template-page .clinical-template .shopify-section--custom-long-text .custom-long-text-section .inner-container .controller-container {
  border-bottom: 1px solid;
  padding-bottom: 15px;
}
body.template-page .clinical-template .shopify-section--custom-long-text .custom-long-text-section .inner-container .controller-container .button {
  display: inline-block;
  padding-left: 0;
}
body.template-page .clinical-template .shopify-section--custom-long-text .custom-long-text-section .buttons {
  display: inline-block;
  padding-top: 25px;
}
body.template-page .clinical-template .shopify-section--custom-faq .custom-faq-section {
  background-image: none !important;
}
body.template-page .clinical-template .shopify-section--custom-faq .custom-faq-section .inner-container {
  padding: 0 15% 50px 15%;
}
body.template-page .clinical-template .shopify-section--custom-faq .custom-faq-section .inner-container .faq-accordion-container .accordion-section {
  margin-top: 100px;
}
body.template-page .clinical-template .shopify-section--custom-faq .custom-faq-section .inner-container .faq-accordion-container .accordion-section .accordion-section-title {
  padding-bottom: 20px;
  text-align: center;
  letter-spacing: -0.7px;
}
body.template-page .clinical-template .shopify-section--custom-faq .custom-faq-section .inner-container .faq-accordion-container .accordion-section .accordion-inner-container .accordion__item .accordion-header {
  border-bottom-style: solid;
  border-width: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
}
body.template-page .clinical-template .shopify-section--custom-faq .custom-faq-section .inner-container .faq-accordion-container .accordion-section .accordion-inner-container .accordion__item .accordion-header h3 {
  font-size: 16px;
}
body.template-page .clinical-template .shopify-section--custom-faq .custom-faq-section .inner-container .faq-accordion-container .accordion-section .accordion-inner-container .accordion__item .accordion-body {
  display: none;
}
body.template-page .clinical-template .shopify-section--custom-faq .custom-faq-section .inner-container .faq-accordion-container .accordion-section .accordion-inner-container .accordion__item .accordion-body .accordion-body__contents p {
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 28px;
  padding-left: 10px;
  padding-top: 15px;
}
body.template-page .template-insurance {
  padding-left: 10%;
  padding-right: 10%;
  margin-bottom: 50px;
}
body.template-page .template-insurance h1 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
body.template-page .template-insurance .insurance-form-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.template-page .template-insurance .insurance-form-container .text-column {
  width: 100%;
  padding-bottom: 50px;
  font-family: "Cantarell", "Montserrat", sans-serif;
}
body.template-page .template-insurance .insurance-form-container .text-column h2 {
  padding-bottom: 15px;
}
@media screen and (min-width: 767px) {
  body.template-page .template-insurance .insurance-form-container .text-column {
    width: 50%;
  }
}
body.template-page .template-insurance .insurance-form-container .download-column {
  width: 100%;
  padding: 50px;
  background-color: rgba(227, 222, 217, 0.45);
  border-radius: 8px;
  text-align: center;
  align-self: center;
}
body.template-page .template-insurance .insurance-form-container .download-column p {
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 767px) {
  body.template-page .template-insurance .insurance-form-container .download-column {
    width: 45%;
  }
}
body.template-page .custom-quiz-section {
  text-align: center;
}
body.template-page .custom-quiz-section .inner-container .section-title {
  padding-top: 50px;
}
body.template-page .custom-quiz-section .inner-container .quiz-container {
  font-family: "Cantarell", "Montserrat", sans-serif;
}
body.template-page .custom-quiz-section .inner-container .clinical-study-results {
  background-color: #006F93;
  color: #FFF;
  padding: 4em 10% 5% 10%;
}
body.template-page .custom-quiz-section .inner-container .clinical-study-results h2 {
  color: #fff;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 35px;
  padding-bottom: 20px;
}
body.template-page .custom-quiz-section .inner-container .clinical-study-results p {
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-weight: 500;
}
body.template-page .custom-quiz-section .inner-container .clinical-study-results .results-summary {
  max-width: 80%;
  margin: 4em auto 0;
  background-color: #5691ab;
  display: flex;
  flex-wrap: wrap;
  border-radius: 8px;
  padding: 3%;
}
@media screen and (min-width: 767px) {
  body.template-page .custom-quiz-section .inner-container .clinical-study-results .results-summary {
    flex-wrap: nowrap;
  }
}
body.template-page .custom-quiz-section .inner-container .clinical-study-results .results-summary .text-container {
  text-align: left;
  align-self: center;
}
body.template-page .custom-quiz-section .inner-container .clinical-study-results .results-summary .text-container p {
  font-weight: 700;
}
body.template-page .custom-quiz-section .inner-container .clinical-study-results .results-summary .img-container img {
  width: 100%;
}
body.template-page .custom-quiz-section .inner-container .full-potential {
  padding-left: 10%;
  padding-right: 10%;
  background-color: #006f93;
  color: #fff;
}
body.template-page .custom-quiz-section .inner-container .full-potential h2 {
  color: #fff;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 35px;
  border-top: 1px solid #fff;
  padding-bottom: 0;
  padding-top: 50px;
}
body.template-page .custom-quiz-section .inner-container .full-potential p {
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-weight: 500;
}
body.template-page .custom-quiz-section .inner-container .recommended-recipes {
  background-color: #fff;
}
body.template-page .custom-quiz-section .inner-container .recommended-recipes .recipes-header {
  padding: 50px 10% 50px 10%;
}
body.template-page .custom-quiz-section .inner-container .recommended-recipes .recipes-header p {
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-weight: 500;
}
body.template-page .custom-quiz-section .inner-container .recommended-recipes .recipes-grid {
  padding: 0 10% 50px 10%;
}
body.template-page.page-calculator .page-container {
  background-position: bottom right;
  background-repeat: repeat-y;
  background-size: 400px;
  margin: 0 auto;
  max-width: 100%;
  padding-bottom: 50px;
}
body.template-page.page-calculator .page-container header {
  text-align: center;
  padding-top: 50px;
  margin: 0 auto;
  max-width: 80%;
}
body.template-page.page-calculator .page-container header h1 {
  margin-bottom: 0;
}
body.template-page.page-calculator .page-container header h4 {
  margin-bottom: 20px;
}
body.template-page.page-calculator .page-container header h5 {
  margin: 10px 0 20px;
  font-size: 14px;
}
body.template-page.page-calculator .page-container header a {
  display: inline-block;
  margin-bottom: 20px;
  padding: 4px 10px;
  background-color: #197bbd;
  color: #FFFFFF;
  font-size: 11px;
  text-decoration: underline;
  border-radius: 4px;
}
body.template-page.page-calculator .page-container header p {
  padding-top: 0;
  padding-bottom: 12px;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  body.template-page.page-calculator .page-container header {
    max-width: 700px;
  }
}
body.template-page.page-calculator .page-container .growth-calculator-container .gc-form {
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-weight: 700;
}
body.template-page.page-calculator .page-container .growth-calculator-container .gc-form .gc-field-container {
  display: flex;
  justify-content: center;
}
body.template-page.page-calculator .page-container .growth-calculator-container .gc-form .gc-field-container .gender {
  padding-top: 15px;
  padding-right: 30px;
}
body.template-page.page-calculator .page-container .growth-calculator-container .gc-form .gc-field-container .gc-form__section {
  margin-bottom: 30px;
}
body.template-page.page-calculator .page-container .growth-calculator-container .gc-form .gc-field-container .gc-form__section .gc-form__section-header {
  padding-bottom: 5px;
}
body.template-page.page-calculator .page-container .growth-calculator-container .gc-form .gc-field-container .gc-form__section .gc-form__radio-container {
  display: flex;
  align-items: center;
  width: 90px;
  height: 95px;
  border: 2px solid #3c3c3c;
  border-radius: 5px;
  margin-bottom: 48px;
}
body.template-page.page-calculator .page-container .growth-calculator-container .gc-form .gc-field-container .gc-form__section .gc-form__radio-container input {
  border: 2px solid #3c3c3c;
  border-radius: 5px;
  font-family: "Cantarell", "Montserrat", sans-serif;
}
body.template-page.page-calculator .page-container .growth-calculator-container .gc-form .gc-field-container .gc-form__section .gc-form__radio-container .gc-form__label {
  text-align: center;
}
body.template-page.page-calculator .page-container .growth-calculator-container .gc-form .gc-field-container .gc-form__section .gc-form__radio-container .gc-form__label i {
  font-size: 70px;
}
body.template-page.page-calculator .page-container .growth-calculator-container .gc-form .gc-field-container .right-column {
  padding-top: 15px;
  min-width: auto;
}
body.template-page.page-calculator .page-container .growth-calculator-container .gc-form .gc-field-container .right-column .gc-form__section {
  margin-bottom: 30px;
}
body.template-page.page-calculator .page-container .growth-calculator-container .gc-form .gc-field-container .right-column .gc-form__section .gc-form__section-header {
  padding-bottom: 5px;
}
body.template-page.page-calculator .page-container .growth-calculator-container .gc-form .gc-field-container .right-column .gc-form__section input {
  width: 100%;
  border: 2px solid #3c3c3c;
  border-radius: 5px;
  font-family: "Cantarell", "Montserrat", sans-serif;
}
body.template-page.page-calculator .page-container .growth-calculator-container .gc-form .gc-field-container .right-column .gc-form__section .gc-form__input-container {
  display: flex;
}
body.template-page.page-calculator .page-container .growth-calculator-container .gc-form .gc-field-container .right-column .gc-form__section .gc-form__input-container input#feet {
  width: 49%;
  margin-right: 2%;
}
body.template-page.page-calculator .page-container .growth-calculator-container .gc-form .gc-field-container .right-column .gc-form__section .gc-form__input-container input#inches {
  width: 49%;
}
body.template-page.page-calculator .page-container .growth-calculator-container .gc-form .gc-field-container .right-column .gc-form__section .gc-form__input-container input#birthday {
  width: 100%;
}
body.template-page.page-growth-calculator-10_under .page-wrap .body-wrap .main-content .page-container, body.template-page.page-growth-calculator-11_25 .page-wrap .body-wrap .main-content .page-container, body.template-page.page-growth-calculator-26_50 .page-wrap .body-wrap .main-content .page-container, body.template-page.page-growth-calculator-50_100 .page-wrap .body-wrap .main-content .page-container {
  background-position: bottom right;
  background-size: 400px;
  background-repeat: no-repeat;
  margin: 0 auto;
  max-width: 100%;
}
body.template-page.page-growth-calculator-10_under .page-wrap .body-wrap .main-content .page-container header, body.template-page.page-growth-calculator-11_25 .page-wrap .body-wrap .main-content .page-container header, body.template-page.page-growth-calculator-26_50 .page-wrap .body-wrap .main-content .page-container header, body.template-page.page-growth-calculator-50_100 .page-wrap .body-wrap .main-content .page-container header {
  padding-top: 50px;
  text-align: center;
  margin: 0 auto 40px;
  max-width: 80%;
}
body.template-page.page-growth-calculator-10_under .page-wrap .body-wrap .main-content .page-container header p, body.template-page.page-growth-calculator-11_25 .page-wrap .body-wrap .main-content .page-container header p, body.template-page.page-growth-calculator-26_50 .page-wrap .body-wrap .main-content .page-container header p, body.template-page.page-growth-calculator-50_100 .page-wrap .body-wrap .main-content .page-container header p {
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 20px;
}
body.template-page.page-growth-calculator-10_under .page-wrap .body-wrap .main-content .page-container header a, body.template-page.page-growth-calculator-11_25 .page-wrap .body-wrap .main-content .page-container header a, body.template-page.page-growth-calculator-26_50 .page-wrap .body-wrap .main-content .page-container header a, body.template-page.page-growth-calculator-50_100 .page-wrap .body-wrap .main-content .page-container header a {
  display: inline-block;
  margin-bottom: 20px;
  padding: 4px 10px;
  background-color: #197bbd;
  color: #FFFFFF;
  font-size: 11px;
  text-decoration: underline;
  border-radius: 4px;
}
body.template-page.page-growth-calculator-10_under .page-wrap .body-wrap .main-content .page-container .gc-results-container, body.template-page.page-growth-calculator-11_25 .page-wrap .body-wrap .main-content .page-container .gc-results-container, body.template-page.page-growth-calculator-26_50 .page-wrap .body-wrap .main-content .page-container .gc-results-container, body.template-page.page-growth-calculator-50_100 .page-wrap .body-wrap .main-content .page-container .gc-results-container {
  max-width: 100%;
  margin: 0 auto 100px;
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  padding-right: 10%;
  padding-left: 10%;
  background-image: none !important;
}
body.template-page.page-growth-calculator-10_under .page-wrap .body-wrap .main-content .page-container .gc-results-container .gc-results-header .gc-results__head-meta, body.template-page.page-growth-calculator-11_25 .page-wrap .body-wrap .main-content .page-container .gc-results-container .gc-results-header .gc-results__head-meta, body.template-page.page-growth-calculator-26_50 .page-wrap .body-wrap .main-content .page-container .gc-results-container .gc-results-header .gc-results__head-meta, body.template-page.page-growth-calculator-50_100 .page-wrap .body-wrap .main-content .page-container .gc-results-container .gc-results-header .gc-results__head-meta {
  width: 80%;
  margin: 0 40px;
  display: flex;
  justify-content: center;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.32px;
}
@media screen and (min-width: 769px) {
  body.template-page.page-growth-calculator-10_under .page-wrap .body-wrap .main-content .page-container .gc-results-container .gc-results-header .gc-results__head-meta, body.template-page.page-growth-calculator-11_25 .page-wrap .body-wrap .main-content .page-container .gc-results-container .gc-results-header .gc-results__head-meta, body.template-page.page-growth-calculator-26_50 .page-wrap .body-wrap .main-content .page-container .gc-results-container .gc-results-header .gc-results__head-meta, body.template-page.page-growth-calculator-50_100 .page-wrap .body-wrap .main-content .page-container .gc-results-container .gc-results-header .gc-results__head-meta {
    margin: 0 auto;
  }
}
body.template-page.page-growth-calculator-10_under .page-wrap .body-wrap .main-content .page-container .gc-results-container .gc-results-header .gc-results__head-meta .results-outer-div, body.template-page.page-growth-calculator-11_25 .page-wrap .body-wrap .main-content .page-container .gc-results-container .gc-results-header .gc-results__head-meta .results-outer-div, body.template-page.page-growth-calculator-26_50 .page-wrap .body-wrap .main-content .page-container .gc-results-container .gc-results-header .gc-results__head-meta .results-outer-div, body.template-page.page-growth-calculator-50_100 .page-wrap .body-wrap .main-content .page-container .gc-results-container .gc-results-header .gc-results__head-meta .results-outer-div {
  display: flex;
  flex-direction: row;
  margin-right: 20px;
}
@media screen and (min-width: 769px) {
  body.template-page.page-growth-calculator-10_under .page-wrap .body-wrap .main-content .page-container .gc-results-container .gc-results-header .gc-results__head-meta .results-outer-div, body.template-page.page-growth-calculator-11_25 .page-wrap .body-wrap .main-content .page-container .gc-results-container .gc-results-header .gc-results__head-meta .results-outer-div, body.template-page.page-growth-calculator-26_50 .page-wrap .body-wrap .main-content .page-container .gc-results-container .gc-results-header .gc-results__head-meta .results-outer-div, body.template-page.page-growth-calculator-50_100 .page-wrap .body-wrap .main-content .page-container .gc-results-container .gc-results-header .gc-results__head-meta .results-outer-div {
    margin-right: 40px;
  }
}
body.template-page.page-growth-calculator-10_under .page-wrap .body-wrap .main-content .page-container .gc-results-container .gc-results-header .gc-results__head-meta .results-outer-div span, body.template-page.page-growth-calculator-11_25 .page-wrap .body-wrap .main-content .page-container .gc-results-container .gc-results-header .gc-results__head-meta .results-outer-div span, body.template-page.page-growth-calculator-26_50 .page-wrap .body-wrap .main-content .page-container .gc-results-container .gc-results-header .gc-results__head-meta .results-outer-div span, body.template-page.page-growth-calculator-50_100 .page-wrap .body-wrap .main-content .page-container .gc-results-container .gc-results-header .gc-results__head-meta .results-outer-div span {
  font-weight: 700;
}
body.template-page.page-growth-calculator-10_under .page-wrap .body-wrap .main-content .page-container .gc-results-container .gc-results-header .gc-results__head-meta .gc-results__head-field, body.template-page.page-growth-calculator-11_25 .page-wrap .body-wrap .main-content .page-container .gc-results-container .gc-results-header .gc-results__head-meta .gc-results__head-field, body.template-page.page-growth-calculator-26_50 .page-wrap .body-wrap .main-content .page-container .gc-results-container .gc-results-header .gc-results__head-meta .gc-results__head-field, body.template-page.page-growth-calculator-50_100 .page-wrap .body-wrap .main-content .page-container .gc-results-container .gc-results-header .gc-results__head-meta .gc-results__head-field {
  padding-left: 5px;
  padding-right: 0;
}
body.template-page.page-growth-calculator-10_under .page-wrap .body-wrap .main-content .page-container .gc-results-container .gc-results, body.template-page.page-growth-calculator-11_25 .page-wrap .body-wrap .main-content .page-container .gc-results-container .gc-results, body.template-page.page-growth-calculator-26_50 .page-wrap .body-wrap .main-content .page-container .gc-results-container .gc-results, body.template-page.page-growth-calculator-50_100 .page-wrap .body-wrap .main-content .page-container .gc-results-container .gc-results {
  background-color: #f0eeeb;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-weight: 700;
  max-width: 500px;
  margin: 30px auto 0;
  border-radius: 8px;
  padding: 30px 50px 30px 50px;
}
body.template-page.page-growth-calculator-10_under .page-wrap .body-wrap .main-content .page-container .gc-results-container .gc-results .gc-results__subheader, body.template-page.page-growth-calculator-11_25 .page-wrap .body-wrap .main-content .page-container .gc-results-container .gc-results .gc-results__subheader, body.template-page.page-growth-calculator-26_50 .page-wrap .body-wrap .main-content .page-container .gc-results-container .gc-results .gc-results__subheader, body.template-page.page-growth-calculator-50_100 .page-wrap .body-wrap .main-content .page-container .gc-results-container .gc-results .gc-results__subheader {
  font-size: 30px;
  padding: 10px 0 10px 0;
}
body.template-page.page-growth-calculator-10_under .page-wrap .body-wrap .main-content .page-container .gc-results-container .gc-results .gc-result__meter-wrapper .gc-results__meter-container, body.template-page.page-growth-calculator-11_25 .page-wrap .body-wrap .main-content .page-container .gc-results-container .gc-results .gc-result__meter-wrapper .gc-results__meter-container, body.template-page.page-growth-calculator-26_50 .page-wrap .body-wrap .main-content .page-container .gc-results-container .gc-results .gc-result__meter-wrapper .gc-results__meter-container, body.template-page.page-growth-calculator-50_100 .page-wrap .body-wrap .main-content .page-container .gc-results-container .gc-results .gc-result__meter-wrapper .gc-results__meter-container {
  width: 100%;
  height: 50px;
  border: 3px solid #cc0d06;
  border-radius: 8px;
}
body.template-page.page-growth-calculator-10_under .page-wrap .body-wrap .main-content .page-container .gc-results-container .gc-results .gc-result__meter-wrapper .gc-results__meter-container .gc-results__meter, body.template-page.page-growth-calculator-11_25 .page-wrap .body-wrap .main-content .page-container .gc-results-container .gc-results .gc-result__meter-wrapper .gc-results__meter-container .gc-results__meter, body.template-page.page-growth-calculator-26_50 .page-wrap .body-wrap .main-content .page-container .gc-results-container .gc-results .gc-result__meter-wrapper .gc-results__meter-container .gc-results__meter, body.template-page.page-growth-calculator-50_100 .page-wrap .body-wrap .main-content .page-container .gc-results-container .gc-results .gc-result__meter-wrapper .gc-results__meter-container .gc-results__meter {
  width: 100%;
  background-color: #cc0d06;
  height: 100%;
}
body.template-page.page-growth-calculator-10_under .page-wrap .body-wrap .main-content .page-container .gc-results-container .gc-results .gc-result__meter-wrapper .gc-result__meter-segment-container, body.template-page.page-growth-calculator-11_25 .page-wrap .body-wrap .main-content .page-container .gc-results-container .gc-results .gc-result__meter-wrapper .gc-result__meter-segment-container, body.template-page.page-growth-calculator-26_50 .page-wrap .body-wrap .main-content .page-container .gc-results-container .gc-results .gc-result__meter-wrapper .gc-result__meter-segment-container, body.template-page.page-growth-calculator-50_100 .page-wrap .body-wrap .main-content .page-container .gc-results-container .gc-results .gc-result__meter-wrapper .gc-result__meter-segment-container {
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
}
body.template-page.page-growth-calculator-10_under .page-wrap .body-wrap .main-content .page-container .gc-results-container .discount-code-container, body.template-page.page-growth-calculator-11_25 .page-wrap .body-wrap .main-content .page-container .gc-results-container .discount-code-container, body.template-page.page-growth-calculator-26_50 .page-wrap .body-wrap .main-content .page-container .gc-results-container .discount-code-container, body.template-page.page-growth-calculator-50_100 .page-wrap .body-wrap .main-content .page-container .gc-results-container .discount-code-container {
  margin: 40px auto 0;
}
body.template-page.page-growth-calculator-10_under .page-wrap .body-wrap .main-content .page-container .gc-results-container .discount-code-container .offer-container, body.template-page.page-growth-calculator-11_25 .page-wrap .body-wrap .main-content .page-container .gc-results-container .discount-code-container .offer-container, body.template-page.page-growth-calculator-26_50 .page-wrap .body-wrap .main-content .page-container .gc-results-container .discount-code-container .offer-container, body.template-page.page-growth-calculator-50_100 .page-wrap .body-wrap .main-content .page-container .gc-results-container .discount-code-container .offer-container {
  max-width: 210px;
  margin: 0 auto -15px;
  background-color: #F36A10;
  border: solid 1px #F36A10;
  border-radius: 4px;
  padding: 5px;
  position: relative;
  z-index: 999;
}
body.template-page.page-growth-calculator-10_under .page-wrap .body-wrap .main-content .page-container .gc-results-container .discount-code-container .offer-container p, body.template-page.page-growth-calculator-11_25 .page-wrap .body-wrap .main-content .page-container .gc-results-container .discount-code-container .offer-container p, body.template-page.page-growth-calculator-26_50 .page-wrap .body-wrap .main-content .page-container .gc-results-container .discount-code-container .offer-container p, body.template-page.page-growth-calculator-50_100 .page-wrap .body-wrap .main-content .page-container .gc-results-container .discount-code-container .offer-container p {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  margin: 0 !important;
}
body.template-page.page-growth-calculator-10_under .page-wrap .body-wrap .main-content .page-container .gc-results-container .discount-code-container .code-container, body.template-page.page-growth-calculator-11_25 .page-wrap .body-wrap .main-content .page-container .gc-results-container .discount-code-container .code-container, body.template-page.page-growth-calculator-26_50 .page-wrap .body-wrap .main-content .page-container .gc-results-container .discount-code-container .code-container, body.template-page.page-growth-calculator-50_100 .page-wrap .body-wrap .main-content .page-container .gc-results-container .discount-code-container .code-container {
  max-width: 250px;
  margin: 0 auto;
  border: solid 1px #DDDDDD;
  border-radius: 4px;
  padding: 20px 5px 5px;
}
body.template-page.page-growth-calculator-10_under .page-wrap .body-wrap .main-content .page-container .gc-results-container .discount-code-container .code-container p, body.template-page.page-growth-calculator-11_25 .page-wrap .body-wrap .main-content .page-container .gc-results-container .discount-code-container .code-container p, body.template-page.page-growth-calculator-26_50 .page-wrap .body-wrap .main-content .page-container .gc-results-container .discount-code-container .code-container p, body.template-page.page-growth-calculator-50_100 .page-wrap .body-wrap .main-content .page-container .gc-results-container .discount-code-container .code-container p {
  margin-bottom: 0;
}
body.template-page.page-growth-calculator-10_under .page-wrap .body-wrap .main-content .page-container .gc-results-footer, body.template-page.page-growth-calculator-11_25 .page-wrap .body-wrap .main-content .page-container .gc-results-footer, body.template-page.page-growth-calculator-26_50 .page-wrap .body-wrap .main-content .page-container .gc-results-footer, body.template-page.page-growth-calculator-50_100 .page-wrap .body-wrap .main-content .page-container .gc-results-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 50px;
  margin-top: 20px;
  max-width: 100%;
  background-color: #D6EFFB;
}
@media screen and (min-width: 769px) {
  body.template-page.page-growth-calculator-10_under .page-wrap .body-wrap .main-content .page-container .gc-results-footer, body.template-page.page-growth-calculator-11_25 .page-wrap .body-wrap .main-content .page-container .gc-results-footer, body.template-page.page-growth-calculator-26_50 .page-wrap .body-wrap .main-content .page-container .gc-results-footer, body.template-page.page-growth-calculator-50_100 .page-wrap .body-wrap .main-content .page-container .gc-results-footer {
    flex-direction: row;
    margin-top: 60px;
  }
}
body.template-page.page-growth-calculator-10_under .page-wrap .body-wrap .main-content .page-container .gc-results-footer h2, body.template-page.page-growth-calculator-11_25 .page-wrap .body-wrap .main-content .page-container .gc-results-footer h2, body.template-page.page-growth-calculator-26_50 .page-wrap .body-wrap .main-content .page-container .gc-results-footer h2, body.template-page.page-growth-calculator-50_100 .page-wrap .body-wrap .main-content .page-container .gc-results-footer h2 {
  font-size: 20px;
}
body.template-page.page-growth-calculator-10_under .page-wrap .body-wrap .main-content .page-container .gc-results-footer p, body.template-page.page-growth-calculator-11_25 .page-wrap .body-wrap .main-content .page-container .gc-results-footer p, body.template-page.page-growth-calculator-26_50 .page-wrap .body-wrap .main-content .page-container .gc-results-footer p, body.template-page.page-growth-calculator-50_100 .page-wrap .body-wrap .main-content .page-container .gc-results-footer p {
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 18px;
  color: #006F93;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  body.template-page.page-growth-calculator-10_under .page-wrap .body-wrap .main-content .page-container .gc-results-footer p, body.template-page.page-growth-calculator-11_25 .page-wrap .body-wrap .main-content .page-container .gc-results-footer p, body.template-page.page-growth-calculator-26_50 .page-wrap .body-wrap .main-content .page-container .gc-results-footer p, body.template-page.page-growth-calculator-50_100 .page-wrap .body-wrap .main-content .page-container .gc-results-footer p {
    margin: 0 !important;
  }
}
body.template-page.page-growth-calculator-10_under .page-wrap .body-wrap .main-content .page-container .gc-results-footer a, body.template-page.page-growth-calculator-11_25 .page-wrap .body-wrap .main-content .page-container .gc-results-footer a, body.template-page.page-growth-calculator-26_50 .page-wrap .body-wrap .main-content .page-container .gc-results-footer a, body.template-page.page-growth-calculator-50_100 .page-wrap .body-wrap .main-content .page-container .gc-results-footer a {
  margin: 0 30px;
}
@media screen and (min-width: 769px) {
  body.template-page.page-growth-calculator-10_under .page-wrap .body-wrap .main-content .page-container .gc-results-footer .button.full-width-mobile, body.template-page.page-growth-calculator-11_25 .page-wrap .body-wrap .main-content .page-container .gc-results-footer .button.full-width-mobile, body.template-page.page-growth-calculator-26_50 .page-wrap .body-wrap .main-content .page-container .gc-results-footer .button.full-width-mobile, body.template-page.page-growth-calculator-50_100 .page-wrap .body-wrap .main-content .page-container .gc-results-footer .button.full-width-mobile {
    max-width: 300px !important;
  }
}
body.template-page.page-growth-calculator-10_under #predict-height-popup, body.template-page.page-growth-calculator-11_25 #predict-height-popup, body.template-page.page-growth-calculator-26_50 #predict-height-popup, body.template-page.page-growth-calculator-50_100 #predict-height-popup {
  width: 380px;
  align-items: center;
  padding-bottom: 40px;
  border-radius: 10px;
}
body.template-page.page-growth-calculator-10_under #predict-height-popup p, body.template-page.page-growth-calculator-11_25 #predict-height-popup p, body.template-page.page-growth-calculator-26_50 #predict-height-popup p, body.template-page.page-growth-calculator-50_100 #predict-height-popup p {
  margin-top: 10px;
  color: #212121;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
body.template-page.page-growth-calculator-10_under #predict-height-popup a, body.template-page.page-growth-calculator-11_25 #predict-height-popup a, body.template-page.page-growth-calculator-26_50 #predict-height-popup a, body.template-page.page-growth-calculator-50_100 #predict-height-popup a {
  color: #9A0A05;
}
body.template-page.page-growth-calculator-10_under #predict-height-popup form, body.template-page.page-growth-calculator-11_25 #predict-height-popup form, body.template-page.page-growth-calculator-26_50 #predict-height-popup form, body.template-page.page-growth-calculator-50_100 #predict-height-popup form {
  max-width: 100%;
  width: 100%;
}
body.template-page.page-growth-calculator-10_under #predict-height-popup form input, body.template-page.page-growth-calculator-11_25 #predict-height-popup form input, body.template-page.page-growth-calculator-26_50 #predict-height-popup form input, body.template-page.page-growth-calculator-50_100 #predict-height-popup form input {
  border: 1px solid #000;
  height: 50px;
  border-radius: 7px;
  width: 100%;
  margin: 20px 0 20px 0;
  font-family: "Cantarell", "Montserrat", sans-serif;
}
body.template-page.page-growth-calculator-10_under #predict-height-popup form input:first-of-type, body.template-page.page-growth-calculator-11_25 #predict-height-popup form input:first-of-type, body.template-page.page-growth-calculator-26_50 #predict-height-popup form input:first-of-type, body.template-page.page-growth-calculator-50_100 #predict-height-popup form input:first-of-type {
  margin-top: 10px;
}
body.template-page.page-growth-calculator-10_under #predict-height-popup form .gc-form-modal__submit, body.template-page.page-growth-calculator-11_25 #predict-height-popup form .gc-form-modal__submit, body.template-page.page-growth-calculator-26_50 #predict-height-popup form .gc-form-modal__submit, body.template-page.page-growth-calculator-50_100 #predict-height-popup form .gc-form-modal__submit {
  max-width: 100%;
  height: auto;
  padding: 14px 30px;
  margin-top: 30px;
  border: none;
  font-family: "Cantarell", "Montserrat", sans-serif;
  white-space: break-spaces;
}
body.template-page.page-growth-calculator-10_under #predict-height-popup form h4, body.template-page.page-growth-calculator-11_25 #predict-height-popup form h4, body.template-page.page-growth-calculator-26_50 #predict-height-popup form h4, body.template-page.page-growth-calculator-50_100 #predict-height-popup form h4 {
  text-align: center;
}
body.template-page.page-growth-calculator-10_under #predict-height-popup form h4 span:first-of-type, body.template-page.page-growth-calculator-11_25 #predict-height-popup form h4 span:first-of-type, body.template-page.page-growth-calculator-26_50 #predict-height-popup form h4 span:first-of-type, body.template-page.page-growth-calculator-50_100 #predict-height-popup form h4 span:first-of-type {
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
body.template-page.page-growth-calculator-10_under #predict-height-popup form h4 span:last-of-type, body.template-page.page-growth-calculator-11_25 #predict-height-popup form h4 span:last-of-type, body.template-page.page-growth-calculator-26_50 #predict-height-popup form h4 span:last-of-type, body.template-page.page-growth-calculator-50_100 #predict-height-popup form h4 span:last-of-type {
  display: block;
}
body.template-page.page-growth-calculator-10_under #predict-height-popup form h4 span:last-of-type a, body.template-page.page-growth-calculator-11_25 #predict-height-popup form h4 span:last-of-type a, body.template-page.page-growth-calculator-26_50 #predict-height-popup form h4 span:last-of-type a, body.template-page.page-growth-calculator-50_100 #predict-height-popup form h4 span:last-of-type a {
  text-decoration: underline;
}
body.template-page.page-growth-calculator-10_under .percentile-products-inner-container, body.template-page.page-growth-calculator-11_25 .percentile-products-inner-container, body.template-page.page-growth-calculator-26_50 .percentile-products-inner-container, body.template-page.page-growth-calculator-50_100 .percentile-products-inner-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  body.template-page.page-growth-calculator-10_under .percentile-products-inner-container, body.template-page.page-growth-calculator-11_25 .percentile-products-inner-container, body.template-page.page-growth-calculator-26_50 .percentile-products-inner-container, body.template-page.page-growth-calculator-50_100 .percentile-products-inner-container {
    flex-direction: row;
    margin-top: 60px;
  }
}
body.template-page.page-growth-calculator-10_under .percentile-products-inner-container .percentile-product, body.template-page.page-growth-calculator-11_25 .percentile-products-inner-container .percentile-product, body.template-page.page-growth-calculator-26_50 .percentile-products-inner-container .percentile-product, body.template-page.page-growth-calculator-50_100 .percentile-products-inner-container .percentile-product {
  margin: 0 20px 50px;
}
@media screen and (min-width: 769px) {
  body.template-page.page-growth-calculator-10_under .percentile-products-inner-container .percentile-product, body.template-page.page-growth-calculator-11_25 .percentile-products-inner-container .percentile-product, body.template-page.page-growth-calculator-26_50 .percentile-products-inner-container .percentile-product, body.template-page.page-growth-calculator-50_100 .percentile-products-inner-container .percentile-product {
    margin: 0 20px;
  }
}
body.template-page.page-growth-calculator-10_under .percentile-products-inner-container .percentile-product .product-image img, body.template-page.page-growth-calculator-11_25 .percentile-products-inner-container .percentile-product .product-image img, body.template-page.page-growth-calculator-26_50 .percentile-products-inner-container .percentile-product .product-image img, body.template-page.page-growth-calculator-50_100 .percentile-products-inner-container .percentile-product .product-image img {
  max-width: 260px;
  max-height: 285px;
}
body.template-page.page-growth-calculator-10_under .percentile-products-inner-container .percentile-product .product-title, body.template-page.page-growth-calculator-11_25 .percentile-products-inner-container .percentile-product .product-title, body.template-page.page-growth-calculator-26_50 .percentile-products-inner-container .percentile-product .product-title, body.template-page.page-growth-calculator-50_100 .percentile-products-inner-container .percentile-product .product-title {
  font-size: 18px;
  max-width: 290px;
  margin: 0 auto;
}
body.template-page.page-growth-calculator-10_under .percentile-products-inner-container .percentile-product .product-swatches, body.template-page.page-growth-calculator-11_25 .percentile-products-inner-container .percentile-product .product-swatches, body.template-page.page-growth-calculator-26_50 .percentile-products-inner-container .percentile-product .product-swatches, body.template-page.page-growth-calculator-50_100 .percentile-products-inner-container .percentile-product .product-swatches {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
body.template-page.page-growth-calculator-10_under .percentile-products-inner-container .percentile-product .product-swatches .product-swatch, body.template-page.page-growth-calculator-11_25 .percentile-products-inner-container .percentile-product .product-swatches .product-swatch, body.template-page.page-growth-calculator-26_50 .percentile-products-inner-container .percentile-product .product-swatches .product-swatch, body.template-page.page-growth-calculator-50_100 .percentile-products-inner-container .percentile-product .product-swatches .product-swatch {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
body.template-page.page-growth-calculator-10_under .percentile-products-inner-container .percentile-product .product-swatches .product-swatch.active, body.template-page.page-growth-calculator-11_25 .percentile-products-inner-container .percentile-product .product-swatches .product-swatch.active, body.template-page.page-growth-calculator-26_50 .percentile-products-inner-container .percentile-product .product-swatches .product-swatch.active, body.template-page.page-growth-calculator-50_100 .percentile-products-inner-container .percentile-product .product-swatches .product-swatch.active {
  border: solid 1px #45B76B;
}
body.template-page.page-growth-calculator-10_under .percentile-products-inner-container .percentile-product .product-swatches .product-swatch img, body.template-page.page-growth-calculator-11_25 .percentile-products-inner-container .percentile-product .product-swatches .product-swatch img, body.template-page.page-growth-calculator-26_50 .percentile-products-inner-container .percentile-product .product-swatches .product-swatch img, body.template-page.page-growth-calculator-50_100 .percentile-products-inner-container .percentile-product .product-swatches .product-swatch img {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  vertical-align: top;
}
body.template-page.page-growth-calculator-10_under .percentile-products-inner-container .percentile-product .button, body.template-page.page-growth-calculator-11_25 .percentile-products-inner-container .percentile-product .button, body.template-page.page-growth-calculator-26_50 .percentile-products-inner-container .percentile-product .button, body.template-page.page-growth-calculator-50_100 .percentile-products-inner-container .percentile-product .button {
  margin-top: 20px;
}
body.template-page#growth-calculator-thank-you .page-wrap .body-wrap .main-content .shopify-section .page-container {
  min-height: 600px;
}
body.template-page#growth-calculator-thank-you .page-wrap .body-wrap .main-content .shopify-section .page-container .container .page-content .text-content {
  text-align: center;
  text-transform: capitalize;
}
body.template-page #shopify-section-affiliate-template div .container .row {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  body.template-page #shopify-section-affiliate-template div .container .row {
    flex-direction: row;
  }
}
body.template-page #shopify-section-affiliate-template div .container .row .page-content {
  width: 75%;
}
body.template-page #shopify-section-affiliate-template div .container .row .page-content .text-content {
  font-family: "Cantarell", "Montserrat", sans-serif;
  line-height: 28px;
  font-size: 16px;
  margin-top: 0;
  padding-right: 50px;
}
body.template-page #shopify-section-affiliate-template div .container .row .blue-painter {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 767px) {
  body.template-page #shopify-section-affiliate-template div .container .row .blue-painter {
    text-align: unset;
    width: 25%;
  }
}
body.template-page #shopify-section-affiliate-template div .container .row .blue-painter .img-container img {
  width: 300px;
}
body.template-page #shopify-section-affiliate-template div .container .why-join-the-affiliate-program {
  text-align: center;
  margin: 0 15% 0 15%;
}
body.template-page #shopify-section-affiliate-template div .container .why-join-the-affiliate-program h2 {
  padding-bottom: 50px;
  padding-top: 20px;
}
body.template-page #shopify-section-affiliate-template div .container .why-join-the-affiliate-program .reason {
  background-color: #d6effb;
  color: #006f93;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 15px 5px 10px 5px;
  margin-bottom: 10px;
  border-radius: 8px;
}
body.template-page #shopify-section-affiliate-template div .container .why-join-the-affiliate-program .reason i {
  font-size: 25px;
  color: #80cbeb;
  padding-bottom: 10px;
}
body.template-page #shopify-section-affiliate-template div .container .button {
  margin-top: 50px;
  margin-bottom: 50px;
}
body.template-page#influencer-program-sign-up .page-wrap .body-wrap .main-content .shopify-section .page-container .container .page-content .text-content .klaviyo-form-VcAMAp div form {
  background-color: rgba(227, 222, 217, 0.45);
  border-radius: 8px;
  padding: 50px;
}
body.template-page#influencer-program-sign-up .page-wrap .body-wrap .main-content .shopify-section .page-container .container .page-content .text-content .klaviyo-form-VcAMAp div form .bfAJHs .cxWQXf .itrmhl .dncDA .ql-container .ql-editor p:first-child strong {
  font-family: "Cantarell", "Montserrat", sans-serif !important;
}
body.template-page#influencer-program-sign-up .page-wrap .body-wrap .main-content .shopify-section .page-container .container .page-content .text-content .klaviyo-form-VcAMAp div form .bfAJHs .cxWQXf .itrmhl .dncDA .ql-container .ql-editor p:nth-child(3) span {
  font-family: "Cantarell", "Montserrat", sans-serif;
}
body.template-page#influencer-program-sign-up .page-wrap .body-wrap .main-content .shopify-section .page-container .container .page-content .text-content .klaviyo-form-VcAMAp div form .bfAJHs .cxWQXf .itrmhl .dncDA .ql-container .ql-editor p:nth-child(5) span {
  font-family: "Cantarell", "Montserrat", sans-serif;
}
body.template-page#influencer-program-sign-up .page-wrap .body-wrap .main-content .shopify-section .page-container .container .page-content .text-content .klaviyo-form-VcAMAp div form .bfAJHs .cxWQXf .iRlXmm {
  margin: 0 auto;
}
body.template-page#influencer-program-sign-up .page-wrap .body-wrap .main-content .shopify-section .page-container .container .page-content .text-content .klaviyo-form-VcAMAp div form .bfAJHs .cxWQXf .iRlXmm button {
  background-color: #CC0D06;
  color: #fff;
  font-weight: bold;
  font-family: "Cantarell", "Montserrat", sans-serif;
  border-radius: 8px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 30px;
}
body.template-page#influencer-program-sign-up .page-wrap .body-wrap .main-content .shopify-section .page-container .container .page-content .text-content .klaviyo-form-VcAMAp div form label {
  font-family: "Cantarell", "Montserrat", sans-serif;
}
body section[data-template-type=new] {
  position: relative;
}
body section[data-template-type=new] .inner-container {
  max-width: 375px;
  margin: 0 auto;
}
body section[data-template-type=new] .inner-container .row {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
body section[data-template-type=new] .inner-container .row .column {
  /* Info Column */
  /* Gallery Column */
}
body section[data-template-type=new] .inner-container .row .column .mobile-area {
  display: block;
}
body section[data-template-type=new] .inner-container .row .column .mobile-area .benefit-icons,
body section[data-template-type=new] .inner-container .row .column .mobile-area .product-testimonial,
body section[data-template-type=new] .inner-container .row .column .mobile-area .as-seen-on {
  display: block;
}
body section[data-template-type=new] .inner-container .row .column .mobile-area .as-seen-on {
  margin-top: 20px;
}
body section[data-template-type=new] .inner-container .row .column .benefit-icons {
  display: none;
  margin: 32px 0;
}
body section[data-template-type=new] .inner-container .row .column .benefit-icons .benefit-icon-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
body section[data-template-type=new] .inner-container .row .column .benefit-icons .benefit-icon-row .icon {
  margin-right: 20px;
  width: 34px;
  height: 34px;
}
body section[data-template-type=new] .inner-container .row .column .benefit-icons .benefit-icon-row .icon img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
body section[data-template-type=new] .inner-container .row .column .benefit-icons .benefit-icon-row .benefit-label {
  flex: 1;
  color: #374357;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}
body section[data-template-type=new] .inner-container .row .column .benefit-icons .benefit-icon-row:last-of-type {
  margin: 0;
}
body section[data-template-type=new] .inner-container .row .column .product-testimonial {
  position: relative;
  display: none;
  padding-left: 15px;
  max-width: 341px;
  width: 100%;
  color: #374357;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 22px;
}
body section[data-template-type=new] .inner-container .row .column .product-testimonial:before {
  content: "";
  position: absolute;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: #26A288;
}
body section[data-template-type=new] .inner-container .row .column .as-seen-on {
  display: none;
  max-width: 272px;
  margin: 12px auto 0;
}
body section[data-template-type=new] .inner-container .row .column .as-seen-on img {
  width: 100%;
  vertical-align: top;
}
body section[data-template-type=new] .inner-container .row .column.info-column {
  width: 100%;
  margin: 0 0 16px;
  padding: 16px;
  flex: 1;
}
body section[data-template-type=new] .inner-container .row .column.info-column .vendor {
  margin: 0;
  padding: 0;
  color: #A0A4AB;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}
body section[data-template-type=new] .inner-container .row .column.info-column .product-title {
  margin: 0;
  padding: 0;
  color: #374357;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}
body section[data-template-type=new] .inner-container .row .column.info-column .product-description {
  margin: 12px 0 15px;
  color: #374357;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}
body section[data-template-type=new] .inner-container .row .column.info-column .product-reviews {
  display: flex;
  margin-top: 12px;
}
body section[data-template-type=new] .inner-container .row .column.info-column .product-reviews .product__badge {
  margin: 0;
}
body section[data-template-type=new] .inner-container .row .column.info-column .product-reviews .product__badge .stamped-starrating {
  display: inline-flex;
}
body section[data-template-type=new] .inner-container .row .column.info-column .product-reviews .product__badge .stamped-starrating .stamped-fa-star {
  display: flex;
  color: #F68121;
}
body section[data-template-type=new] .inner-container .row .column.info-column .product-reviews .product__badge .stamped-badge-caption {
  display: inline-block;
  margin-left: 7px;
  color: #374357;
  font-weight: bold;
  text-decoration: underline;
}
body section[data-template-type=new] .inner-container .row .column.info-column .product-reviews .product__badge .stamped-badge-caption span {
  font-weight: normal;
  text-transform: capitalize;
}
body section[data-template-type=new] .inner-container .row .column.gallery-column {
  width: 100%;
  margin: 0 16px 0 0;
  padding: 0 16px 16px;
}
body section[data-template-type=new] .inner-container .row .column.gallery-column .product__images .product__images__slider-nav {
  margin: 0;
  padding: 0;
}
body section[data-template-type=new] .inner-container .row .column.gallery-column .product__images .product__images__slider-nav .product-single__media-thumb {
  width: 80px;
  height: 80px;
}
body section[data-template-type=new] .inner-container .row .column.gallery-column .product__images .product__images__slider-nav .product-single__media-thumb.is-nav-selected {
  border-radius: 10px;
}
body section[data-template-type=new] .inner-container .row .column.gallery-column .product__images .product__images__slider-nav .product-single__media-thumb.is-nav-selected .product-single__thumbnail {
  border-radius: 10px;
}
body section[data-template-type=new] .inner-container .row .column.gallery-column .product__images .product__images__slider-nav .product-single__media-thumb.is-nav-selected .product-single__thumbnail img {
  border-radius: 10px;
}
body section[data-template-type=new] .inner-container .row .column.gallery-column .product__images .product__images__slider-nav .product-single__media-thumb.is-nav-selected .product-single__thumbnail:before {
  border: 2px solid #26A288;
  border-radius: 10px;
}
body section[data-template-type=new] .inner-container .row .column.gallery-column .click-to-zoom {
  color: #ADAFB1;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
}
body section[data-template-type=new] .inner-container .row .column.form-column {
  width: 100%;
  padding: 20px;
  background-color: #FBFBFB;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form {
  display: block;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .price-area {
  margin-bottom: 20px;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .price-area .product__price [data-product-price] {
  color: #374357;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 38px;
  font-weight: bold;
  line-height: 38px;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .price-area .product__price .percentage {
  display: none;
  margin: 0 0 0 8px;
  color: #F02A38;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 38px;
  font-weight: bold;
  line-height: 38px;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .price-area .product__price .was {
  display: none;
  align-items: center;
  width: 100%;
  color: #A6A6A6;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .price-area .product__price .was .was-price {
  margin-left: 4px;
  text-decoration: line-through;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .price-area .product__price .compare {
  width: 100%;
  color: #A6A6A6;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps {
  margin-bottom: 19px;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step {
  margin: 0 0 27px;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step .step-label {
  margin: 0 0 14px;
  color: #374357;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  text-align: left;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step#step-1 fieldset .variant-field {
  margin: 0 8px 0 0;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step#step-1 fieldset .variant-field input[type=radio] ~ .variant__button-label {
  padding: 5px 10px;
  background-color: #FFFFFF;
  color: #374357;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  border: 1px solid #374357;
  border-radius: 4px;
  box-shadow: unset;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step#step-1 fieldset .variant-field input[type=radio]:hover ~ .variant__button-label {
  background-color: #CAEAF5;
  color: #016F94;
  border: 1px solid #CAEAF5;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step#step-1 fieldset .variant-field input[type=radio]:checked ~ .variant__button-label {
  background-color: #CAEAF5;
  color: #016F94;
  border: 1px solid #CAEAF5;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step#step-2 .recharge-widget-area {
  display: flex;
  flex-wrap: wrap;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step#step-2 .recharge-widget-area .fake-dropdown {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  height: 46px;
  padding: var(--rc-spacer-3) 28px var(--rc-spacer-3) var(--rc-spacer-3);
  background-color: #fff;
  border: 0.5px solid #374357;
  border-radius: 4px;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  order: 2;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step#step-2 .recharge-widget-area .fake-dropdown i {
  position: absolute;
  right: 12px;
  color: #374357;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step#step-2 .recharge-widget-area .fake-dropdown i:before {
  content: "\f078";
  margin: 0;
  font-family: "Font Awesome 5 Pro", sans-serif;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step#step-2 .recharge-widget-area .fake-dropdown.visible {
  display: flex;
  margin-top: 10px;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step#step-2 .recharge-widget-area .fake-dropdown.visible + .recharge-subscription-widget {
  min-height: unset;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step#step-2 .recharge-widget-area .fake-dropdown.visible + .recharge-subscription-widget [data-v-app] .rc-widget .rc-template__radio .rc-selling-plans {
  display: none;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step#step-2 .recharge-widget-area .recharge-subscription-widget {
  display: block;
  width: 100%;
  min-height: 140px;
  order: 1;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step#step-2 .recharge-widget-area .recharge-subscription-widget [data-v-app] .rc-widget {
  all: unset;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step#step-2 .recharge-widget-area .recharge-subscription-widget [data-v-app] .rc-widget .rc-template__radio .rc-radio {
  padding-left: 0;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step#step-2 .recharge-widget-area .recharge-subscription-widget [data-v-app] .rc-widget .rc-template__radio .rc-radio .rc-radio__input {
  display: none;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step#step-2 .recharge-widget-area .recharge-subscription-widget [data-v-app] .rc-widget .rc-template__radio .rc-radio .rc-radio__input ~ .rc-radio__label {
  position: relative;
  display: flex !important;
  margin: 0 0 0 2.25em;
  flex: 1;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #374357;
  cursor: pointer;
  align-items: center;
  text-transform: uppercase;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step#step-2 .recharge-widget-area .recharge-subscription-widget [data-v-app] .rc-widget .rc-template__radio .rc-radio .rc-radio__input ~ .rc-radio__label:before {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  left: -36px;
  border: 2px solid #016f94;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step#step-2 .recharge-widget-area .recharge-subscription-widget [data-v-app] .rc-widget .rc-template__radio .rc-radio .rc-radio__input ~ .rc-radio__label:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent;
  top: 7px;
  left: -31px;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step#step-2 .recharge-widget-area .recharge-subscription-widget [data-v-app] .rc-widget .rc-template__radio .rc-radio .rc-radio__input ~ .rc-radio__label:hover {
  color: #016F94;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step#step-2 .recharge-widget-area .recharge-subscription-widget [data-v-app] .rc-widget .rc-template__radio .rc-radio .rc-radio__input ~ .rc-radio__label:hover:before {
  border: 2px solid #016F94;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step#step-2 .recharge-widget-area .recharge-subscription-widget [data-v-app] .rc-widget .rc-template__radio .rc-radio .rc-radio__input ~ .rc-radio__label:hover:after {
  background-color: #016F94;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step#step-2 .recharge-widget-area .recharge-subscription-widget [data-v-app] .rc-widget .rc-template__radio .rc-radio .rc-radio__input:checked ~ .rc-radio__label {
  color: #016F94;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step#step-2 .recharge-widget-area .recharge-subscription-widget [data-v-app] .rc-widget .rc-template__radio .rc-radio .rc-radio__input:checked ~ .rc-radio__label:before {
  border: 2px solid #016F94;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step#step-2 .recharge-widget-area .recharge-subscription-widget [data-v-app] .rc-widget .rc-template__radio .rc-radio .rc-radio__input:checked ~ .rc-radio__label:after {
  background-color: #016F94;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step#step-2 .recharge-widget-area .recharge-subscription-widget [data-v-app] .rc-widget .rc-template__radio .rc-radio .rc-radio__input:hover ~ .rc_label {
  color: #374357;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step#step-2 .recharge-widget-area .recharge-subscription-widget [data-v-app] .rc-widget .rc-template__radio .rc-radio .rc-radio__input:hover ~ .rc_label:after {
  background-color: #016F94;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step#step-2 .recharge-widget-area .recharge-subscription-widget [data-v-app] .rc-widget .rc-template__radio .rc-radio.rc-radio--active {
  background-color: transparent;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step#step-2 .recharge-widget-area .recharge-subscription-widget [data-v-app] .rc-widget .rc-template__radio .rc-radio.subscription-radio .rc-radio__subscription {
  margin-right: 4px;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step#step-2 .recharge-widget-area .recharge-subscription-widget [data-v-app] .rc-widget .rc-template__radio .rc-radio.subscription-radio .rc-radio__subscription ~ .rc-radio__price {
  display: none;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step#step-2 .recharge-widget-area .recharge-subscription-widget [data-v-app] .rc-widget .rc-template__radio .rc-radio.onetime-radio {
  padding-top: 0;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step#step-2 .recharge-widget-area .recharge-subscription-widget [data-v-app] .rc-widget .rc-template__radio .rc-selling-plans {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 10px;
  padding: 0;
  background-color: transparent;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step#step-2 .recharge-widget-area .recharge-subscription-widget [data-v-app] .rc-widget .rc-template__radio .rc-selling-plans .rc-selling-plans-dropdown {
  margin: 0;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step#step-2 .recharge-widget-area .recharge-subscription-widget [data-v-app] .rc-widget .rc-template__radio .rc-selling-plans .rc-selling-plans-dropdown .rc-selling-plans-dropdown__select {
  background-color: #FFFFFF;
  border: 0.5px solid #374357;
  border-radius: 4px;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step#step-2 .recharge-widget-area .recharge-subscription-widget [data-v-app] .rc-widget .rc-template__radio .rc-selling-plans:after {
  content: "\f078";
  position: absolute;
  top: unset;
  right: 12px;
  color: #374357;
  font-family: "Font Awesome 5 Pro", sans-serif;
  text-align: right;
  z-index: 2;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step#step-2 .recharge-widget-area .recharge-subscription-widget [data-v-app] .rc-widget .rc-subscription-details {
  display: none;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step#step-3 {
  display: flex;
  margin: 0;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step#step-3 .qty-container {
  flex: 1;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step#step-3 .qty-container [data-quantity-holder] {
  margin: 0;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step#step-3 .qty-container [data-quantity-holder] .qty__adjust-input {
  color: #374357;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  border: 1px solid #374357;
  border-radius: 4px;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step#step-3 .qty-container [data-quantity-holder] .qty__adjust-btn {
  color: #374357;
  opacity: 1;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step#step-3 .qty-container [data-quantity-holder] .qty__adjust-btn svg {
  fill: #374357;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step#step-3 .bundle-and-save-info {
  width: 160px;
  text-align: right;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step#step-3 .bundle-and-save-info p {
  margin: 0;
  color: #374357;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step#step-3 .bundle-and-save-info span {
  display: block;
  color: #374357;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step#step-3 .bundle-and-save-info span.ten-percent {
  margin: 8px 0;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .shipping-snippet-area {
  margin-bottom: 15px;
  text-align: left;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .shipping-snippet-area .shipping-countdown-container p {
  margin: 0;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 22px;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .shipping-snippet-area .shipping-countdown-container p .delivery-date {
  font-weight: bold;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .free-shipping-message {
  margin-bottom: 15px;
  color: #374357;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .buttons {
  margin-bottom: 25px;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .buttons .product__form-buttons .product__form-submit {
  text-transform: uppercase;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .buttons .product__form-buttons .product__form-submit .discount-total {
  display: none;
  margin: 0 0 0 4px;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .satisfaction-guarantee {
  display: flex;
  align-items: center;
  max-width: 326px;
  width: 100%;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .satisfaction-guarantee .stamp {
  margin-right: 16px;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .satisfaction-guarantee .stamp img {
  vertical-align: middle;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .satisfaction-guarantee p {
  margin: 0;
  color: #374357;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  text-align: left;
}
body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .satisfaction-guarantee p a {
  display: inline-block;
  font-weight: normal;
}
body section[data-template-type=new] .new-pattern {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  height: 123px;
}
body section[data-template-type=new] .new-pattern img {
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  body section[data-template-type=new] .inner-container .row .column.info-column {
    margin-right: auto;
    flex: 1;
  }
  body section[data-template-type=new] .inner-container .row .column.gallery-column {
    margin: 0 16px 0 0;
    padding: 0 16px 16px;
  }
}
@media screen and (min-width: 1280px) {
  body section[data-template-type=new] .inner-container {
    max-width: unset;
  }
  body section[data-template-type=new] .inner-container .row .column .mobile-area {
    display: none;
  }
  body section[data-template-type=new] .inner-container .row .column .benefit-icons,
  body section[data-template-type=new] .inner-container .row .column .product-testimonial,
  body section[data-template-type=new] .inner-container .row .column .as-seen-on {
    display: block;
  }
  body section[data-template-type=new] .inner-container .row .column .as-seen-on {
    margin-top: 30px;
  }
  body section[data-template-type=new] .inner-container .row .column.info-column {
    max-width: 50%;
    margin-left: 100px;
    margin-right: auto;
    flex: 1;
  }
  body section[data-template-type=new] .inner-container .row .column.gallery-column {
    margin: 0 16px 0 0;
    padding: 0 16px 16px;
    flex: 1;
  }
  body section[data-template-type=new] .inner-container .row .column.form-column {
    max-width: 25%;
    padding: 30px 20px;
  }
  body section[data-template-type=new] .inner-container .row .column.form-column [data-product-form-container] .product__form .steps .step#step-2 .recharge-widget-area .recharge-subscription-widget [data-v-app] .rc-widget .rc-template__radio .rc-radio .rc-radio__input ~ .rc-radio__label:after {
    top: 8px;
  }
  body section[data-template-type=new] .new-pattern {
    display: block;
  }
}
body.template-product .breadcrumbs {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto 40px;
}
body.template-product .shopify-section--stamped-reviews.stamped-reviews {
  display: block !important;
}
body.template-product .shopify-app-block .promoted-products-box {
  display: none !important;
}
@media screen and (min-width: 768px) {
  body.template-product .shopify-app-block #stamped-main-widget #stamped-reviews-tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body.template-product .shopify-app-block #stamped-main-widget #stamped-reviews-tab .stamped-review {
    width: calc(50% - 1rem);
  }
  body.template-product .shopify-app-block #stamped-main-widget #stamped-reviews-tab .stamped-pagination.stamped-reviews-ul {
    width: 100%;
  }
}
body.template-product #shopify-section-product-presale-template .product-presale {
  padding: 2em 0 0 0;
}
body.template-product #shopify-section-product-presale-template .product-presale > .container {
  margin: 4rem auto 2rem;
}
body.template-product #shopify-section-product-presale-template .product-presale > .container .subheading {
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #212121;
  font-size: 16px;
}
body.template-product #shopify-section-product-presale-template .product-presale > .container h1.title {
  text-align: center;
  color: #212121;
  font-size: 40px;
}
body.template-product #shopify-section-product-presale-template .product-presale .product-presale-banner {
  padding: 2em 0;
}
body.template-product #shopify-section-product-presale-template .product-presale .product-presale-banner div.img-container {
  width: 100%;
}
body.template-product #shopify-section-product-presale-template .product-presale .product-presale-banner div.img-container img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  body.template-product #shopify-section-product-presale-template .product-presale {
    padding: 0;
  }
  body.template-product #shopify-section-product-presale-template .product-presale .product-presale-banner div.img-container {
    height: 550px;
  }
  body.template-product #shopify-section-product-presale-template .product-presale .product-presale-banner div.img-container img {
    object-fit: cover;
    object-position: bottom;
  }
  body.template-product #shopify-section-product-presale-template .product-presale .presale-content-container {
    max-width: 1069px;
    width: 100%;
    margin: 0 auto;
    color: #212121;
    font-family: "Cantarell", "Montserrat", sans-serif;
  }
  body.template-product #shopify-section-product-presale-template .product-presale .presale-content-container .inner-container {
    display: flex;
    flex-wrap: wrap;
  }
  body.template-product #shopify-section-product-presale-template .product-presale .presale-content-container .inner-container .column {
    width: 50%;
  }
  body.template-product #shopify-section-product-presale-template .product-presale .presale-content-container .inner-container .column.left-column .inner-text {
    max-width: 500px;
    width: 100%;
    padding: 0 1em;
  }
}
body.template-product .product-info .product-info__wrapper .product-title__wrapper .product_testimonial {
  color: #CC0D06;
}
body.template-product .product-share {
  display: none;
}
body.template-product #shopify-section-related-products .related-products {
  display: none;
}
body.template-product .recharge-subscription-widget {
  display: block;
  min-height: 185px;
}
body.template-product .recharge-subscription-widget [data-v-app] .rc-widget {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
}
body.template-product .recharge-subscription-widget [data-v-app] .rc-widget .rc-template__radio .rc-radio .rc-radio__input {
  display: none;
}
body.template-product .recharge-subscription-widget [data-v-app] .rc-widget .rc-template__radio .rc-radio .rc-radio__input ~ .rc-radio__label {
  position: relative;
  display: flex !important;
  margin: 0 0 0 2.25em;
  flex: 1;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #212121;
  cursor: pointer;
  align-items: center;
  text-transform: uppercase;
}
body.template-product .recharge-subscription-widget [data-v-app] .rc-widget .rc-template__radio .rc-radio .rc-radio__input ~ .rc-radio__label:before {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  left: -36px;
  border: 2px solid #cc0d06;
}
body.template-product .recharge-subscription-widget [data-v-app] .rc-widget .rc-template__radio .rc-radio .rc-radio__input ~ .rc-radio__label:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent;
  left: -31px;
  top: 8px;
}
body.template-product .recharge-subscription-widget [data-v-app] .rc-widget .rc-template__radio .rc-radio .rc-radio__input ~ .rc-radio__label:hover {
  color: #212121;
}
body.template-product .recharge-subscription-widget [data-v-app] .rc-widget .rc-template__radio .rc-radio .rc-radio__input ~ .rc-radio__label:hover:after {
  background-color: #cc0d06;
}
body.template-product .recharge-subscription-widget [data-v-app] .rc-widget .rc-template__radio .rc-radio .rc-radio__input:checked ~ .rc-radio__label:after {
  background-color: #cc0d06;
}
body.template-product .recharge-subscription-widget [data-v-app] .rc-widget .rc-template__radio .rc-radio .rc-radio__input:hover ~ .rc_label {
  color: #212121;
}
body.template-product .recharge-subscription-widget [data-v-app] .rc-widget .rc-template__radio .rc-radio .rc-radio__input:hover ~ .rc_label:after {
  background-color: #cc0d06;
}
body.template-product .recharge-subscription-widget [data-v-app] .rc-widget .rc-template__radio .rc-radio.rc-radio--active {
  background-color: transparent;
}
body.template-product .recharge-subscription-widget [data-v-app] .rc-widget .rc-template__radio .rc-radio.subscription-radio .rc-radio__subscription {
  margin-right: 4px;
}
body.template-product .recharge-subscription-widget [data-v-app] .rc-widget .rc-template__radio .rc-selling-plans {
  position: relative;
  background-color: transparent;
}
body.template-product .recharge-subscription-widget [data-v-app] .rc-widget .rc-template__radio .rc-selling-plans.rc-selling-plans:after {
  content: "▼";
  position: absolute;
  top: 9px;
  right: 12px;
  text-align: right;
  z-index: 2;
}
body.template-product .recharge-subscription-widget [data-v-app] .rc-widget .rc-subscription-details {
  display: none;
}
body.template-product .main-content > div[data-rebuy-id] {
  display: none !important;
}
body.template-product .main-content div[data-rebuy-id] .rebuy-widget .rebuy-widget-container .rebuy-widget-content .primary-title {
  color: #212121;
  text-align: left;
  margin: 0 0 1em 0;
}
body.template-product .main-content div[data-rebuy-id] .rebuy-widget .rebuy-widget-container .rebuy-widget-content .rebuy-product-grid {
  padding: 1em;
  margin: 0 0 2rem 0;
}
body.template-product .main-content div[data-rebuy-id] .rebuy-widget .rebuy-widget-container .rebuy-widget-content .rebuy-product-grid .rebuy-product-block {
  width: 100% !important;
}
body.template-product .main-content div[data-rebuy-id] .rebuy-widget .rebuy-widget-container .rebuy-widget-content .rebuy-product-grid .rebuy-product-block .rebuy-product-media {
  width: 75%;
  margin: 0 auto;
}
body.template-product .main-content div[data-rebuy-id] .rebuy-widget .rebuy-widget-container .rebuy-widget-content .rebuy-product-grid .rebuy-product-block .rebuy-product-info {
  all: unset;
  display: block;
  order: 2;
  margin: 20px 0 0 0;
}
body.template-product .main-content div[data-rebuy-id] .rebuy-widget .rebuy-widget-container .rebuy-widget-content .rebuy-product-grid .rebuy-product-block .rebuy-product-info .rebuy-product-title {
  width: 100%;
  margin: 0;
  color: #212121;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 17px;
}
body.template-product .main-content div[data-rebuy-id] .rebuy-widget .rebuy-widget-container .rebuy-widget-content .rebuy-product-grid .rebuy-product-block .rebuy-product-info .rebuy-product-price {
  width: 100%;
  margin: 6px 0;
  color: #212121;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 17px;
}
body.template-product .main-content div[data-rebuy-id] .rebuy-widget .rebuy-widget-container .rebuy-widget-content .rebuy-product-grid .rebuy-product-block .rebuy-product-info .rebuy-product-price .rebuy-money {
  color: #212121;
}
body.template-product .main-content div[data-rebuy-id] .rebuy-widget .rebuy-widget-container .rebuy-widget-content .rebuy-product-grid .rebuy-product-block .rebuy-product-options .rebuy-select {
  width: 100%;
  border: 1px solid #212121;
  border-radius: 4px;
  position: relative;
}
body.template-product .main-content div[data-rebuy-id] .rebuy-widget .rebuy-widget-container .rebuy-widget-content .rebuy-product-grid .rebuy-product-block .rebuy-product-options .rebuy-select:before {
  content: "f078";
  font-family: "Font Awesome 5 Pro", sans-serif;
}
body.template-product .main-content div[data-rebuy-id] .rebuy-widget .rebuy-widget-container .rebuy-widget-content .rebuy-product-grid .rebuy-product-block .rebuy-product-actions .rebuy-button {
  background-color: #CC0D06;
  color: #FFF;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: -0.3px;
  border: 0;
  border-radius: 4px;
  height: 48px;
}
body.template-product .main-content div[data-rebuy-id] .rebuy-widget .rebuy-widget-container .rebuy-widget-content .rebuy-product-grid .rebuy-product-block .rebuy-product-actions .rebuy-button:hover {
  opacity: 1;
  background-color: #DA291C;
}
@media screen and (min-width: 768px) {
  body.template-product .main-content div[data-rebuy-id] .rebuy-widget .rebuy-widget-container .rebuy-widget-content .rebuy-product-grid .rebuy-product-block {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0 16px;
    grid-template-areas: "media info" "media actions";
    width: 100% !important;
    min-height: 300px;
  }
  body.template-product .main-content div[data-rebuy-id] .rebuy-widget .rebuy-widget-container .rebuy-widget-content .rebuy-product-grid .rebuy-product-block .rebuy-product-media {
    grid-area: media;
    margin: 0;
    width: 100%;
  }
  body.template-product .main-content div[data-rebuy-id] .rebuy-widget .rebuy-widget-container .rebuy-widget-content .rebuy-product-grid .rebuy-product-block .rebuy-product-info {
    grid-area: info;
    text-align: left;
  }
  body.template-product .main-content div[data-rebuy-id] .rebuy-widget .rebuy-widget-container .rebuy-widget-content .rebuy-product-grid .rebuy-product-block .rebuy-product-options {
    position: absolute;
    width: 100%;
  }
  body.template-product .main-content div[data-rebuy-id] .rebuy-widget .rebuy-widget-container .rebuy-widget-content .rebuy-product-grid .rebuy-product-block .rebuy-product-actions {
    grid-area: actions;
    position: absolute;
    width: 100%;
    top: -22px;
    margin: 0;
  }
  body.template-product .main-content div[data-rebuy-id] .rebuy-widget .rebuy-widget-container .rebuy-widget-content .rebuy-product-grid .rebuy-product-block.has-product-options {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 0 16px;
    grid-template-areas: "media info" "media options" "media actions";
  }
  body.template-product .main-content div[data-rebuy-id] .rebuy-widget .rebuy-widget-container .rebuy-widget-content .rebuy-product-grid .rebuy-product-block.has-product-options .rebuy-product-media {
    grid-area: media;
  }
  body.template-product .main-content div[data-rebuy-id] .rebuy-widget .rebuy-widget-container .rebuy-widget-content .rebuy-product-grid .rebuy-product-block.has-product-options .rebuy-product-info {
    grid-area: info;
  }
  body.template-product .main-content div[data-rebuy-id] .rebuy-widget .rebuy-widget-container .rebuy-widget-content .rebuy-product-grid .rebuy-product-block.has-product-options .rebuy-product-options {
    margin: 0;
    grid-area: options;
  }
  body.template-product .main-content div[data-rebuy-id] .rebuy-widget .rebuy-widget-container .rebuy-widget-content .rebuy-product-grid .rebuy-product-block.has-product-options .rebuy-product-actions {
    grid-area: actions;
  }
}
body.template-product .main-content div[data-rebuy-id] .rebuy-widget .rebuy-widget-container .rebuy-widget-content .rebuy-product-grid .flickity-prev-next-button {
  background-color: transparent;
}
body.template-product .page-wrap .body-wrap .pattern-background {
  height: 50%;
  display: none;
  position: absolute;
  width: 100%;
  justify-content: flex-end;
  z-index: 1;
  top: 0;
  left: 0;
}
@media screen and (min-width: 767px) {
  body.template-product .page-wrap .body-wrap .pattern-background {
    height: 100%;
    display: flex;
  }
}
body.template-product .page-wrap .body-wrap .main-content {
  z-index: 2;
}
body.template-product .page-wrap .body-wrap .main-content .pattern-background {
  height: 50%;
  display: none;
  position: absolute;
  width: 100%;
  justify-content: flex-end;
  z-index: 1;
  top: 0;
  left: 0;
}
@media screen and (min-width: 767px) {
  body.template-product .page-wrap .body-wrap .main-content .pattern-background {
    height: 100%;
    display: flex;
  }
}
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default],
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] {
  width: 100%;
}
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper .product-title__wrapper div .product-vendor,
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper .product-title__wrapper div .product-vendor {
  text-align: center;
}
@media (min-width: 768px) {
  body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper .product-title__wrapper div .product-vendor,
  body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper .product-title__wrapper div .product-vendor {
    text-align: left;
  }
}
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper .product-title__wrapper div .product_testimonial,
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper .product-title__wrapper div .product_testimonial {
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.4px;
}
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper .product-title__wrapper div .product_subheader,
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper .product-title__wrapper div .product_subheader {
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.03px;
}
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper .product-title__wrapper div .product__title,
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper .product-title__wrapper div .product__title {
  margin-bottom: 9px;
}
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper .product-title__wrapper div .price_and_review_rating,
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper .product-title__wrapper div .price_and_review_rating {
  display: flex;
  flex-wrap: wrap;
}
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper .product-title__wrapper div .price_and_review_rating .product__price,
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper .product-title__wrapper div .price_and_review_rating .product__price {
  justify-content: center;
  float: unset !important;
  width: 100%;
  order: 2;
}
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper .product-title__wrapper div .price_and_review_rating .yotpo-widget-instance,
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper .product-title__wrapper div .price_and_review_rating .yotpo-widget-instance {
  display: flex;
  justify-content: center;
  width: 100%;
  order: 1;
}
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper .product-title__wrapper div .price_and_review_rating .yotpo-widget-instance .yotpo-sr-bottom-line-text,
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper .product-title__wrapper div .price_and_review_rating .yotpo-widget-instance .yotpo-sr-bottom-line-text {
  font-weight: 400 !important;
}
@media screen and (min-width: 768px) {
  body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper .product-title__wrapper div .price_and_review_rating,
  body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper .product-title__wrapper div .price_and_review_rating {
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper .product-title__wrapper div .price_and_review_rating .product__price,
  body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper .product-title__wrapper div .price_and_review_rating .product__price {
    width: auto;
    order: unset;
  }
  body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper .product-title__wrapper div .price_and_review_rating .yotpo-widget-instance,
  body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper .product-title__wrapper div .price_and_review_rating .yotpo-widget-instance {
    justify-content: unset;
    width: auto;
    order: unset;
  }
}
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper .product__form div .product__form .product__form-block,
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper .product__form div .product__form .product__form-block {
  margin: 0;
}
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper .product__form div .product__form .product__form-block .selector-wrapper label,
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper .product__form div .product__form .product__form-block .selector-wrapper label {
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper .product__form div .product__form .product__form-block .selector-wrapper select,
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper .product__form div .product__form .product__form-block .selector-wrapper select {
  border-radius: 7px;
  font-family: "Cantarell", "Montserrat", sans-serif;
}
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper .product__form div .product__form .product__form-block .product__form-buttons button,
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper .product__form div .product__form .product__form-block .product__form-buttons button {
  font-family: "Cantarell", "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 7px;
}
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper > .product__form.custom-option-form,
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper > .product__form.custom-option-form {
  /*@media screen and (min-width: 1240px) {
      [data-product-form-container] {
          form.product__form {
              .product__form-block {
                  .custom-quantity-options {
                      .quantity-option {
                          .quantity-option-info {
                              text-align: left;
                          }
                      }
                  }
              }
          }
      }
  }*/
}
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .custom-price-and-title-area .product__price,
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .custom-price-and-title-area .product__price {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  float: left;
}
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .custom-price-and-title-area .product__badge,
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .custom-price-and-title-area .product__badge {
  margin-top: 4px;
  float: right;
}
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .custom-price-and-title-area .product-title,
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .custom-price-and-title-area .product-title {
  text-align: left;
}
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .custom-price-and-title-area .product_subheader,
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .custom-price-and-title-area .product_subheader {
  font-weight: normal !important;
  font-family: "Montserrat", Arial, sans-serif !important;
}
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block .variant-label,
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block .variant-label {
  font-size: 16px;
  font-weight: bold;
}
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block .variant-label.variant-label-flavor,
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block .variant-label.variant-label-flavor {
  margin-bottom: 5px;
}
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block .variant-label.variant-label-bundle,
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block .variant-label.variant-label-bundle {
  margin-bottom: 15px;
}
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block .vegan-info-container,
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block .vegan-info-container {
  margin-bottom: 5px;
  text-align: center;
}
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block .vegan-info-container p,
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block .vegan-info-container p {
  display: inline-block;
  font-size: 14px;
}
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block .vegan-info-container img,
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block .vegan-info-container img {
  display: inline-block;
  width: 16px;
}
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block fieldset[data-index=option1] .variant-field,
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block fieldset[data-index=option1] .variant-field {
  margin: 0 12px 4px 0;
}
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block fieldset[data-index=option1] .variant-field input + .variant__button-flavor,
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block fieldset[data-index=option1] .variant-field input + .variant__button-flavor {
  background: none;
  color: initial;
  box-shadow: none;
}
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block fieldset[data-index=option1] .variant-field input + .variant__button-flavor .flavor-container,
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block fieldset[data-index=option1] .variant-field input + .variant__button-flavor .flavor-container {
  display: flex;
  flex-flow: column;
  align-items: center;
  transition: box-shadow 400ms ease-in-out;
}
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block fieldset[data-index=option1] .variant-field input + .variant__button-flavor .flavor-container .flavor-icon-container,
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block fieldset[data-index=option1] .variant-field input + .variant__button-flavor .flavor-container .flavor-icon-container {
  position: relative;
  display: inherit;
  margin-bottom: 6px;
  padding: 6px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px var(---color-text-alpha-10);
}
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block fieldset[data-index=option1] .variant-field input + .variant__button-flavor .flavor-container .flavor-icon-container .flavor-icon,
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block fieldset[data-index=option1] .variant-field input + .variant__button-flavor .flavor-container .flavor-icon-container .flavor-icon {
  width: 48px;
  vertical-align: top;
}
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block fieldset[data-index=option1] .variant-field input + .variant__button-flavor .flavor-container .flavor-icon-container .flavor-vegan-icon,
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block fieldset[data-index=option1] .variant-field input + .variant__button-flavor .flavor-container .flavor-icon-container .flavor-vegan-icon {
  position: absolute;
  display: flex;
  padding: 5px;
  border-radius: 50%;
  bottom: -2px;
  right: -2px;
  background-color: white;
  box-shadow: inset 0 0 0 2px var(---color-text-alpha-10);
}
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block fieldset[data-index=option1] .variant-field input + .variant__button-flavor .flavor-container .flavor-icon-container .flavor-vegan-icon img,
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block fieldset[data-index=option1] .variant-field input + .variant__button-flavor .flavor-container .flavor-icon-container .flavor-vegan-icon img {
  width: 12px;
  margin-top: 2px;
  margin-left: 1px;
}
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block fieldset[data-index=option1] .variant-field input + .variant__button-flavor .flavor-container .flavor--name,
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block fieldset[data-index=option1] .variant-field input + .variant__button-flavor .flavor-container .flavor--name {
  font-weight: 700;
}
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block fieldset[data-index=option1] .variant-field input:checked + .variant__button-flavor .flavor-container .flavor-icon-container,
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block fieldset[data-index=option1] .variant-field input:checked + .variant__button-flavor .flavor-container .flavor-icon-container {
  box-shadow: inset 0 0 0 2px #45b76b;
}
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block .custom-quantity-options,
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block .custom-quantity-options {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  max-width: 430px;
}
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block .custom-quantity-options .custom-quantity-option-label,
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block .custom-quantity-options .custom-quantity-option-label {
  margin: 0 0 2rem 0;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
}
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block .custom-quantity-options .quantity-option,
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block .custom-quantity-options .quantity-option {
  position: relative;
  font-size: calc(0.875rem * var(---font-adjust-body));
  letter-spacing: 0.025em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 106.8px;
  line-height: 26px;
  margin: 0 12px 4px 0;
  padding: 9px;
  background: none;
  color: #212121;
  box-shadow: inset 0 0 0 1px var(---color-text-alpha-10);
  cursor: pointer;
  height: 110%;
  border-radius: 7px;
  flex: 1;
}
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block .custom-quantity-options .quantity-option .most-popular-badge,
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block .custom-quantity-options .quantity-option .most-popular-badge {
  background-color: #FCAF17;
  color: #212121;
  display: inline-flex;
  align-items: center;
  height: 24px;
  margin: -10px 0 6px;
  padding: 2px 4px;
  font-size: 10px;
  line-height: 24px;
  position: absolute;
  border-radius: 4px;
  top: -5px;
  left: 50%;
  white-space: nowrap;
  text-align: center;
  transform: translateX(-50%);
}
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block .custom-quantity-options .quantity-option .quantity-option-info,
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block .custom-quantity-options .quantity-option .quantity-option-info {
  text-align: center;
}
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block .custom-quantity-options .quantity-option .quantity-option-info .bag-quantity,
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block .custom-quantity-options .quantity-option .quantity-option-info .bag-quantity {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block .custom-quantity-options .quantity-option .quantity-option-info .bag-quantity-price,
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block .custom-quantity-options .quantity-option .quantity-option-info .bag-quantity-price {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: -0.32px;
}
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block .custom-quantity-options .quantity-option .quantity-option-info .bag-og-price,
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block .custom-quantity-options .quantity-option .quantity-option-info .bag-og-price {
  margin: 0;
  color: #CC0D06;
  font-size: 16px;
  text-decoration: line-through;
  line-height: 23px;
  letter-spacing: -0.32px;
}
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block .custom-quantity-options .quantity-option .quantity-option-info .bag-saving-amount,
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block .custom-quantity-options .quantity-option .quantity-option-info .bag-saving-amount {
  margin: 0;
  color: #212121;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block .custom-quantity-options .quantity-option .quantity-option-info .bag-saving-amount .with-code,
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block .custom-quantity-options .quantity-option .quantity-option-info .bag-saving-amount .with-code {
  font-size: 10px;
}
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block .custom-quantity-options .quantity-option.active,
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block .custom-quantity-options .quantity-option.active {
  border: 2px solid #77C598;
  box-shadow: none;
}
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block .custom-quantity-options .quantity-option:last-of-type,
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block .custom-quantity-options .quantity-option:last-of-type {
  margin-right: 0;
}
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block .qty__adjust,
body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form .product__form-block .qty__adjust {
  display: none !important;
}
@media screen and (min-width: 500px) {
  body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper > .product__form.custom-option-form .vegan-info-container,
  body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper > .product__form.custom-option-form .variant-label-flavor,
  body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper > .product__form.custom-option-form .variant-label-bundle,
  body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper > .product__form.custom-option-form .vegan-info-container,
  body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper > .product__form.custom-option-form .variant-label-flavor,
  body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper > .product__form.custom-option-form .variant-label-bundle {
    text-align: left !important;
  }
}
@media screen and (min-width: 768px) {
  body.template-product .page-wrap .body-wrap .main-content section[data-template-type=default] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form,
  body.template-product .page-wrap .body-wrap .main-content section[data-template-type=custom] .product__info .product__info__wrapper > .product__form.custom-option-form [data-product-form-container] form.product__form {
    padding: 15px !important;
  }
}
body.template-product .page-wrap .body-wrap .main-content .custom-product-tabs-section .inner-container {
  border-radius: 10px;
  padding: 20px;
}
body.template-product .page-wrap .body-wrap .main-content .custom-product-tabs-section .inner-container .left-column {
  max-width: 100%;
}
body.template-product .page-wrap .body-wrap .main-content .custom-product-tabs-section .inner-container .left-column .tab-labels {
  font-family: "Cantarell", "Montserrat", sans-serif;
  color: #212121;
  font-weight: 700;
  letter-spacing: -0.4px;
}
body.template-product .page-wrap .body-wrap .main-content .custom-product-tabs-section .inner-container .right-column {
  padding-top: 15px;
}
body.template-product .page-wrap .body-wrap .main-content .custom-product-tabs-section .inner-container .right-column .tab-content-container {
  font-family: "Cantarell", "Montserrat", sans-serif;
}
body.template-product .page-wrap .body-wrap .main-content .custom-product-tabs-section .inner-container .right-column .tab-content-container .tab-content {
  overflow: unset;
  height: unset;
  opacity: unset;
}
body.template-product .page-wrap .body-wrap .main-content .custom-product-tabs-section .inner-container .right-column .tab-content-container .tab-content .nutrition-table {
  text-align: center;
}
@media screen and (min-width: 767px) {
  body.template-product .page-wrap .body-wrap .main-content .custom-product-tabs-section .inner-container .right-column .tab-content-container .tab-content .nutrition-table .inner-grid .meta-row {
    display: flex;
  }
}
body.template-product .page-wrap .body-wrap .main-content .custom-product-tabs-section .inner-container .right-column .tab-content-container .tab-content .nutrition-table .inner-grid .meta-row .main-row {
  justify-content: center;
}
@media screen and (min-width: 767px) {
  body.template-product .page-wrap .body-wrap .main-content .custom-product-tabs-section .inner-container .right-column .tab-content-container .tab-content .nutrition-table .inner-grid .meta-row .main-row {
    display: flex;
  }
}
body.template-product .page-wrap .body-wrap .main-content .custom-product-tabs-section .inner-container .right-column .tab-content-container .tab-content .nutrition-table .inner-grid .meta-row .main-row .column {
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 767px) {
  body.template-product .page-wrap .body-wrap .main-content .custom-product-tabs-section .inner-container .right-column .tab-content-container .tab-content .nutrition-table .inner-grid .meta-row .main-row .column {
    width: 50%;
    margin: 0 0 1em 0;
  }
}
body.template-product .page-wrap .body-wrap .main-content .shopify-section--image-with-text .gallery-wrap .gallery .row .gallery-content .gallery-content-inner {
  padding: 20px;
}
@media screen and (min-width: 767px) {
  body.template-product .page-wrap .body-wrap .main-content .shopify-section--image-with-text .gallery-wrap .gallery .row .gallery-content .gallery-content-inner {
    padding: 0;
  }
}
body.template-product .page-wrap .body-wrap .main-content .shopify-section--image-with-text .gallery-wrap .gallery .row .gallery-content .gallery-content-inner .gallery-content__text {
  font-family: "Cantarell", "Montserrat", sans-serif;
  line-height: 25px;
}
@media screen and (min-width: 767px) {
  body.template-product .page-wrap .body-wrap .main-content .shopify-section--image-with-text .gallery-wrap .gallery .row .gallery-content .gallery-content-inner .buttons .button--arrow {
    float: left;
    margin-right: 15px;
  }
}
body .shopify-section--custom-subscribe-and-save .custom-subscribe-and-save {
  margin: 75px 10% 75px 10%;
}
body .shopify-section--custom-subscribe-and-save .custom-subscribe-and-save .inner-container h2.section-title {
  font-size: 30px;
  color: #212121;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 767px) {
  body .shopify-section--custom-subscribe-and-save .custom-subscribe-and-save .inner-container h2.section-title {
    font-size: 35px;
  }
}
body .shopify-section--custom-subscribe-and-save .custom-subscribe-and-save .inner-container .header-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .shopify-section--custom-subscribe-and-save .custom-subscribe-and-save .inner-container .header-container .small-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin: 0;
  padding: 5px 10px;
  background-color: #F36A10;
  color: #FFFFFF;
  border: solid #F36A10 1px;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  body .shopify-section--custom-subscribe-and-save .custom-subscribe-and-save .inner-container .header-container .small-banner {
    width: 376px;
    letter-spacing: 1px;
  }
}
body .shopify-section--custom-subscribe-and-save .custom-subscribe-and-save .inner-container .subscription-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  body .shopify-section--custom-subscribe-and-save .custom-subscribe-and-save .inner-container .subscription-options {
    flex-direction: row;
  }
}
body .shopify-section--custom-subscribe-and-save .custom-subscribe-and-save .inner-container .subscription-options .subscription-option {
  margin: 35px 20px;
}
body .shopify-section--custom-subscribe-and-save .custom-subscribe-and-save .inner-container .subscription-options .subscription-option .img-container img {
  width: 340px;
  height: auto;
  margin-bottom: 20px;
}
body .shopify-section--custom-subscribe-and-save .custom-subscribe-and-save .inner-container .subscription-options .subscription-option .subscription-price-container {
  text-align: center;
}
body .shopify-section--custom-subscribe-and-save .custom-subscribe-and-save .inner-container .subscription-options .subscription-option .subscription-price-container .sub-price {
  color: #212121;
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
}
body .shopify-section--custom-subscribe-and-save .custom-subscribe-and-save .inner-container .subscription-options .subscription-option .subscription-price-container .sub-price .savings {
  color: #77C598;
  font-size: 13px;
  font-weight: normal;
}
body .shopify-section--custom-subscribe-and-save .custom-subscribe-and-save .inner-container .subscription-options .subscription-option .subscription-price-container .reg-price {
  color: #888888;
  font-size: 13px;
  font-weight: normal;
  line-height: 25px;
  text-decoration: line-through;
}
body .shopify-section--custom-subscribe-and-save .custom-subscribe-and-save .inner-container .subscription-options .subscription-option .controls {
  display: flex;
  align-items: center;
  margin: 22px 0 10px;
}
body .shopify-section--custom-subscribe-and-save .custom-subscribe-and-save .inner-container .subscription-options .subscription-option .controls .qty__adjust {
  margin: 0 14px 0 0;
}
body .shopify-section--custom-subscribe-and-save .custom-subscribe-and-save .inner-container .subscription-options .subscription-option .controls .subscription-option-button {
  max-width: unset;
  margin: 0;
  flex: 1;
  text-transform: uppercase;
}
body .shopify-section--custom-subscribe-and-save .custom-subscribe-and-save .inner-container .subscription-options .subscription-option .controls .subscription-option-button:hover {
  background-color: #D63D38;
  color: #FFF;
}
body .shopify-section--custom-subscribe-and-save .custom-subscribe-and-save .inner-container .subscription-options .subscription-option span.servings-per-day {
  display: block;
  width: 100%;
  max-width: 210px;
  text-align: center;
  font-size: 12px;
  margin: 12px auto 0;
  line-height: 1.5;
}
body .metafield-related-products .related-products .related-items-grid .related-variant-item .inner-variant .img-container {
  width: 100%;
}
body .metafield-related-products .related-products .related-items-grid .related-variant-item .inner-variant .img-container img {
  width: 100%;
  vertical-align: top;
}
body .metafield-related-products .related-products .related-items-grid .related-variant-item .inner-variant .variant-info {
  text-align: center;
  margin: 1rem 0;
}
body .metafield-related-products .related-products .related-items-grid .related-variant-item .inner-variant .variant-info a {
  color: #484848;
  font-weight: bold;
  font-size: 24px;
}
body .metafield-related-products .related-products .related-items-grid .related-variant-item .inner-variant .variant-info a span {
  display: inline-block;
}
body .metafield-related-products .related-products .related-items-grid .related-variant-item .inner-variant .variant-info a span.product-title {
  margin-right: 4px;
}
body .metafield-related-products .related-products .related-items-grid .related-variant-item .inner-variant .variant-info a span.variant-option {
  margin-left: 4px;
}
body .metafield-related-products .related-products .related-items-grid .related-variant-item .inner-variant .buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
body .metafield-related-products .related-products .related-items-grid .related-variant-item .inner-variant .buttons .button {
  max-width: unset;
  width: 100%;
  text-transform: uppercase;
}
body .metafield-related-products .related-products .related-items-grid .related-variant-item .inner-variant .buttons .button:not(:first-of-type) {
  margin-top: 1rem;
}
body .metafield-related-products .related-products .related-items-grid .related-variant-item .inner-variant .buttons .button + .button {
  margin-left: 0;
}
body .custom-webinar-section .inner-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem;
  justify-content: space-between;
}
body .custom-webinar-section .inner-container .section-title {
  width: 100%;
  text-align: center;
  margin: 0 0 1.5em 0;
  color: rgb(161, 81, 37);
}
body .custom-webinar-section .inner-container .section-content {
  max-width: 1000px;
  margin: 0 auto 35px auto;
  text-align: center;
}
body .custom-webinar-section .inner-container .webinar-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
body .custom-webinar-section .inner-container .webinar-columns .column {
  background-color: #F1D6D0;
  width: 100%;
  border-radius: 6px;
  padding: 2em;
  overflow: hidden;
}
body .custom-webinar-section .inner-container .webinar-columns .column.left-column {
  margin: 0 0 2em 0;
}
body .custom-webinar-section .inner-container .webinar-columns .column.left-column h3 {
  color: rgb(161, 81, 37);
}
body .custom-webinar-section .inner-container .webinar-columns .column.left-column .left-column-content {
  color: rgb(161, 81, 37);
}
body .custom-webinar-section .inner-container .webinar-columns .column.right-column h3 {
  color: rgb(161, 81, 37);
}
body .custom-webinar-section .inner-container .webinar-columns .column.right-column .previous-webinars {
  display: flex;
  align-items: center;
  margin-top: 3rem;
}
body .custom-webinar-section .inner-container .webinar-columns .column.right-column .previous-webinars .webinar .inner-webinar {
  width: calc(100% - 3rem);
  margin: 0 auto;
}
body .custom-webinar-section .inner-container .webinar-columns .column.right-column .previous-webinars .webinar .inner-webinar .iframe-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
body .custom-webinar-section .inner-container .webinar-columns .column.right-column .previous-webinars .webinar .inner-webinar .iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body .custom-webinar-section .inner-container .webinar-columns .column.right-column .previous-webinars .webinar .inner-webinar .webinar-title {
  color: #212121;
}
body .custom-webinar-section .inner-container .webinar-columns .column.right-column .previous-webinars .arrow {
  color: rgb(161, 81, 37);
  cursor: pointer;
}
body .custom-webinar-section .inner-container .webinar-columns .column.right-column .previous-webinars.less-than-three {
  justify-content: center;
}
@media screen and (min-width: 769px) {
  body .custom-webinar-section .inner-container .webinar-columns {
    justify-content: center;
  }
  body .custom-webinar-section .inner-container .webinar-columns .column {
    width: calc(50% - 2em);
  }
  body .custom-webinar-section .inner-container .webinar-columns .column.left-column, body .custom-webinar-section .inner-container .webinar-columns .column.right-column {
    height: 415px;
  }
  body .custom-webinar-section .inner-container .webinar-columns .column.right-column .previous-webinars.less-than-three {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1250px) {
  body .custom-webinar-section .inner-container .webinar-columns .column.right-column .previous-webinars .webinar .inner-webinar {
    width: 250px;
  }
}
body .presale-banner-slider-container {
  position: relative;
  height: 405px;
  max-width: 1069px;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
}
body .presale-banner-slider-container.wide_display {
  max-width: unset;
  width: 100%;
}
body .presale-banner-slider-container.wide_display .presale-banner-slider {
  border-radius: 0;
}
body .presale-banner-slider-container.wide_display .presale-banner-slider .presale-image img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  vertical-align: top;
}
body .presale-banner-slider-container.wide_display .presale-banner-slider .presale-image .mobile,
body .presale-banner-slider-container.wide_display .presale-banner-slider .presale-image .desktop {
  width: 100%;
  height: 100%;
}
body .presale-banner-slider-container.wide_display .presale-banner-slider .presale-image .mobile {
  display: block;
}
body .presale-banner-slider-container.wide_display .presale-banner-slider .presale-image .desktop {
  display: none;
}
@media (min-width: 768px) {
  body .presale-banner-slider-container.wide_display .presale-banner-slider .presale-image .mobile {
    display: none;
  }
  body .presale-banner-slider-container.wide_display .presale-banner-slider .presale-image .desktop {
    display: block;
  }
}
body .presale-banner-slider-container .presale-banner-slider {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
}
body .presale-banner-slider-container .presale-banner-slider .arrow {
  position: absolute;
  color: #FFF;
  font-size: 23px;
  cursor: pointer;
  z-index: 9999;
}
body .presale-banner-slider-container .presale-banner-slider .arrow.arrow-left {
  left: 2rem;
}
body .presale-banner-slider-container .presale-banner-slider .arrow.arrow-right {
  right: 2rem;
}
body .presale-banner-slider-container .presale-banner-slider .presale-image {
  width: 100%;
  height: 100%;
}
body .presale-banner-slider-container .presale-banner-slider .presale-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  vertical-align: top;
  object-fit: cover;
}
body .presale-banner-slider-container .presale-tag {
  position: absolute;
  bottom: 2rem;
  left: 4rem;
  padding: 8px 1rem;
  background-color: white;
  color: #212121;
  border-radius: 6px;
  font-size: 20px;
  font-family: "Cantarell", "Montserrat", sans-serif;
}
body .presale-content-container {
  display: flex;
  margin-top: 2rem;
}
body .testimonial-stories-section {
  padding: 4em 2em;
}
body .testimonial-stories-section .inner-container {
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
body .testimonial-stories-section .inner-container .section-title {
  font-size: 35px;
  letter-spacing: 0;
  margin-bottom: 36px;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
}
body .testimonial-stories-section .inner-container .testimonials-text-container {
  max-width: 100%;
  width: 100%;
  order: 3;
}
body .testimonial-stories-section .inner-container .testimonials-text-container .testimonials-text {
  padding: 24px 16px 40px;
}
body .testimonial-stories-section .inner-container .testimonials-text-container .testimonials-text .inner-text .stars-container .star {
  margin-right: 6px;
  display: inline-block;
}
body .testimonial-stories-section .inner-container .testimonials-text-container .testimonials-text .inner-text .stars-container .star.orange {
  color: #ffc864;
}
body .testimonial-stories-section .inner-container .testimonials-text-container .testimonials-text .inner-text .stars-container .star.grey {
  color: lightgray;
}
body .testimonial-stories-section .inner-container .testimonials-text-container .testimonials-text .inner-text .stars-container .star:last-of-type {
  margin: 0;
}
body .testimonial-stories-section .inner-container .testimonials-text-container .testimonials-text .inner-text .testimonial-title {
  font-weight: bold;
  font-size: 30px;
  color: #212121;
  margin: 0.5em 0 0.8em;
}
body .testimonial-stories-section .inner-container .testimonials-text-container .testimonials-text .inner-text .testimonial-quote {
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #212121;
}
body .testimonial-stories-section .inner-container .testimonials-text-container .testimonials-text .inner-text .testimonial-name {
  font-weight: bold;
  font-size: 16px;
  color: #212121;
  margin: 1.5em 0 10px 0;
}
body .testimonial-stories-section .inner-container .testimonials-text-container .testimonials-text .inner-text .testimonial-age {
  font-size: 15px;
  font-weight: normal;
  color: #212121;
}
body .testimonial-stories-section .inner-container .testimonials-text-container .testimonials-controls {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 24px 8px 2px;
}
body .testimonial-stories-section .inner-container .testimonials-text-container .testimonials-controls .control-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 50px;
  background-color: transparent;
  border-radius: 4px;
  border: 2px solid #212121;
  padding: 0;
  margin: 0;
}
body .testimonial-stories-section .inner-container .testimonials-text-container .testimonials-controls .control-arrow i {
  font-size: 23px;
  color: #212121;
}
body .testimonial-stories-section .inner-container .testimonials-text-container .testimonials-controls .control-arrow.arrow-right {
  margin-left: 32px;
}
body .testimonial-stories-section .inner-container .testimonials-text-container .testimonials-controls .control-arrow:focus, body .testimonial-stories-section .inner-container .testimonials-text-container .testimonials-controls .control-arrow:focus-visible, body .testimonial-stories-section .inner-container .testimonials-text-container .testimonials-controls .control-arrow:focus-within {
  outline: none;
}
body .testimonial-stories-section .inner-container .testimonials-text-container .testimonials-controls .control-arrow:hover {
  opacity: 1;
  background-color: #212121;
}
body .testimonial-stories-section .inner-container .testimonials-text-container .testimonials-controls .control-arrow:hover i {
  color: #FFF;
}
body .testimonial-stories-section .inner-container .testimonials-slider {
  position: relative;
  min-height: 375px;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  order: 2;
}
body .testimonial-stories-section .inner-container .testimonials-slider .inner-slider .inner-slide {
  width: unset;
}
body .testimonial-stories-section .inner-container .testimonials-slider .inner-slider .inner-slide .testimonial-item {
  width: 296px;
  margin-left: 16px;
}
body .testimonial-stories-section .inner-container .testimonials-slider .inner-slider .inner-slide .testimonial-item .testimonial-media {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
body .testimonial-stories-section .inner-container .testimonials-slider .inner-slider .inner-slide .testimonial-item .testimonial-media img, body .testimonial-stories-section .inner-container .testimonials-slider .inner-slider .inner-slide .testimonial-item .testimonial-media svg {
  width: 100%;
  height: 100%;
  display: block;
  vertical-align: top;
}
body .testimonial-stories-section .inner-container .testimonials-slider .inner-slider .inner-slide .testimonial-item .testimonial-media .single-testimonial-overlay {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background-color: #FFF;
  opacity: 0.7;
}
body .testimonial-stories-section .inner-container .testimonials-slider .inner-slider .inner-slide .testimonial-item .testimonial-media .play-video {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 36px;
  display: inline-block;
  color: #ff5000 !important;
}
body .testimonial-stories-section .inner-container .testimonials-slider .inner-slider .inner-slide .testimonial-item .testimonial-media .testimonial-caption {
  position: absolute;
  top: 30px;
  left: 30px;
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
body .testimonial-stories-section .inner-container .testimonials-slider .inner-slider .inner-slide .testimonial-item .testimonial-media .testimonial-caption .testimonial-name {
  font-size: 16px;
  letter-spacing: 0.25px;
  color: #212121;
}
body .testimonial-stories-section .inner-container .testimonials-slider .inner-slider .inner-slide .testimonial-item .testimonial-media .testimonial-caption .testimonial-age {
  font-size: 14px;
  letter-spacing: 0.1px;
  color: #212121;
}
body .testimonial-stories-section .inner-container .testimonials-slider .inner-slider .inner-slide.slick-active .testimonial-item .testimonial-media .testimonial-caption {
  opacity: 0;
}
body .testimonial-stories-section .inner-container .testimonials-slider .inner-slider .inner-slide.slick-active .testimonial-item .testimonial-media .single-testimonial-overlay {
  opacity: 0;
}
body .testimonial-stories-section .inner-container .testimonials-slider .inner-slider .inner-slide:focus, body .testimonial-stories-section .inner-container .testimonials-slider .inner-slider .inner-slide:focus-visible, body .testimonial-stories-section .inner-container .testimonials-slider .inner-slider .inner-slide:focus-within {
  outline: none;
}
body .testimonial-stories-section .inner-container .testimonials-slider .inner-slider .inner-slide:not(.slick-active) {
  cursor: pointer;
}
body .testimonial-stories-section .inner-container .testimonials-slider .inner-slider-overlay {
  position: absolute;
  display: flex;
  top: 0;
  left: 328px;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background-color: #FFF;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  body .testimonial-stories-section .testimonials-slider .inner-slide .testimonial-item {
    margin-left: 16px;
  }
}
@media screen and (min-width: 768px) {
  body .testimonial-stories-section .inner-container .testimonials-text-container {
    max-width: 30%;
    order: 2;
  }
  body .testimonial-stories-section .inner-container .testimonials-text-container .testimonials-text {
    padding: 24px 0 40px;
  }
  body .testimonial-stories-section .inner-container .testimonials-slider {
    max-width: 70%;
    order: 3;
  }
  body .testimonial-stories-section .inner-container .testimonials-slider .inner-slider .inner-slide .testimonial-item {
    width: 392px;
    margin-right: 24px;
    margin-left: 0;
  }
  body .testimonial-stories-section .inner-container .testimonials-slider .inner-slider-overlay {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  body .testimonial-stories-section .inner-container .testimonials-text-container .testimonials-text {
    padding: 0 80px 40px 0;
  }
  body .testimonial-stories-section .inner-container .testimonials-text-container .testimonials-controls {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
    padding: 0 24px 8px 2px;
  }
}
@media screen and (min-width: 1920px) {
  body .testimonial-stories-section .inner-container {
    padding-left: 40px;
  }
}
body .simplified-testimonials-section {
  padding: 4em 2em;
}
body .simplified-testimonials-section .inner-container {
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
body .simplified-testimonials-section .inner-container .section-title {
  font-size: 35px;
  letter-spacing: 0;
  margin-bottom: 36px;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
}
body .simplified-testimonials-section .inner-container .simplified-testimonials {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
body .simplified-testimonials-section .inner-container .simplified-testimonials .arrow {
  font-size: 1.5rem;
  cursor: pointer;
}
body .simplified-testimonials-section .inner-container .simplified-testimonials .arrow.arrow-left {
  margin: 0 1rem 0 0;
}
body .simplified-testimonials-section .inner-container .simplified-testimonials .arrow.arrow-right {
  margin: 0 0 0 1rem;
}
body .simplified-testimonials-section .inner-container .simplified-testimonials .testimonial-slide .inner-testimonial {
  text-align: center;
}
body .simplified-testimonials-section .inner-container .simplified-testimonials .testimonial-slide .inner-testimonial .stars-container .star {
  margin-right: 6px;
  display: inline-block;
}
body .simplified-testimonials-section .inner-container .simplified-testimonials .testimonial-slide .inner-testimonial .stars-container .star.orange {
  color: #ffc864;
}
body .simplified-testimonials-section .inner-container .simplified-testimonials .testimonial-slide .inner-testimonial .stars-container .star.grey {
  color: lightgray;
}
body .simplified-testimonials-section .inner-container .simplified-testimonials .testimonial-slide .inner-testimonial .stars-container .star:last-of-type {
  margin: 0;
}
body .simplified-testimonials-section .inner-container .simplified-testimonials .testimonial-slide .inner-testimonial .testimonial-quote {
  padding: 1.5rem 0;
  font-family: "Cantarell", "Montserrat", sans-serif;
}
body .find-your-flavor-section {
  padding: 50px 0;
}
body .find-your-flavor-section .inner-container .section-title {
  text-align: center;
  font-size: 35px;
  margin: 0;
}
body .find-your-flavor-section .inner-container .flavor-grid {
  max-width: 1054px;
  margin: 2em auto;
  display: block;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
body .find-your-flavor-section .inner-container .flavor-grid .flavor {
  width: calc(157px + 2em) !important;
  margin: 0 auto 1em;
  padding: 1em;
  border-radius: 8px;
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
}
body .find-your-flavor-section .inner-container .flavor-grid .flavor .img-container {
  width: 137px;
  height: 137px;
}
body .find-your-flavor-section .inner-container .flavor-grid .flavor .img-container img, body .find-your-flavor-section .inner-container .flavor-grid .flavor .img-container svg {
  width: 100%;
  height: 100%;
}
body .find-your-flavor-section .inner-container .flavor-grid .flavor .flavor-title {
  width: 100%;
  text-align: center;
  color: white;
  font-size: 25px;
  font-weight: bold;
}
body .find-your-flavor-section .inner-container .flavor-grid-arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100px;
  margin: 0 auto;
}
body .find-your-flavor-section .inner-container .flavor-grid-arrows .arrow {
  cursor: pointer;
}
body .find-your-flavor-section .inner-container .flavor-grid-arrows .arrow i {
  color: #3c3c3c;
  font-size: 24px;
}
body .find-your-flavor-section .inner-container .buttons {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  body .find-your-flavor-section .inner-container .flavor-grid {
    display: flex;
  }
  body .find-your-flavor-section .inner-container .flavor-grid .flavor {
    width: 218px !important;
    height: 226px;
    padding: 0;
  }
  body .find-your-flavor-section .inner-container .flavor-grid .flavor .img-container {
    margin-top: 17px;
  }
  body .find-your-flavor-section .inner-container .flavor-grid-arrows {
    display: none;
  }
}
body .filter-by-concern-section .inner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  padding: 2em;
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}
body .filter-by-concern-section .inner-container .illustration-image {
  max-width: 300px;
}
body .filter-by-concern-section .inner-container .illustration-image img {
  width: 100%;
  vertical-align: top;
}
body .filter-by-concern-section .inner-container .section-title {
  width: 100%;
  text-align: center;
  font-size: 35px;
  margin: 0 0 1em 0;
  color: #006F93;
}
body .filter-by-concern-section .inner-container .buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 400px;
  width: 100%;
  margin: 1em 0 0;
}
body .filter-by-concern-section .inner-container .buttons .button {
  display: inline-block;
  margin: 0 auto 1em;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  body .filter-by-concern-section .inner-container .illustration-image {
    margin: 0 0 2em 0;
  }
  body .filter-by-concern-section .inner-container .buttons {
    flex-wrap: unset;
    max-width: 800px;
  }
  body .filter-by-concern-section .inner-container .buttons .button {
    display: flex;
    font-size: 16px;
    max-width: unset;
    height: 56px;
  }
  body .filter-by-concern-section .inner-container .buttons .button:not(:first-child) {
    margin: 0 0 0 1em;
  }
}
body .filter-by-age-section .inner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  padding: 1em;
}
body .filter-by-age-section .inner-container .section-title {
  width: 100%;
  text-align: center;
  font-size: 35px;
  margin: 0;
}
body .filter-by-age-section .inner-container .buttons {
  display: block;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 500px;
  width: 100%;
  margin: 3em 0 0;
}
body .filter-by-age-section .inner-container .buttons .age {
  display: flex;
  align-items: center;
  padding: 0.5em;
  border-radius: 4px;
  width: 100px;
  height: 70px;
  margin: 0 auto 1em;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  body .filter-by-age-section .inner-container {
    height: 400px;
  }
  body .filter-by-age-section .inner-container .buttons {
    display: flex;
    flex-wrap: unset;
  }
  body .filter-by-age-section .inner-container .buttons .age {
    min-width: 100px;
    width: auto;
    margin: 0;
    padding: 0.5em 1em;
  }
}
body .blogModule {
  margin: 0;
  padding: 0 0 5em 0;
}
body .blogModule .page-title .container h2 {
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-weight: bold;
  color: #212121;
  font-size: 35px;
}
body .blogModule .page-title .container p {
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-weight: bold;
  color: #212121;
  font-size: 16px;
}
body .blogModule .blogModule-posts--horizontal {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow-x: unset;
  overflow-y: unset;
}
body .blogModule .blogModule-posts--horizontal .blogModule-posts__post {
  width: calc(100% - 2em);
  padding: 1em;
  margin: 0;
}
body .blogModule .blogModule-posts--horizontal .blogModule-posts__post .article__info .article__title {
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 600;
}
body .blogModule .blogModule-posts--horizontal .blogModule-posts__post .article__info .article__cta {
  color: #CC0D06;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
}
body .blogModule .blogModule-posts--horizontal .blogModule-posts__post .article__info .article__cta i {
  margin-left: 8px;
  transition: all ease 0.5s;
}
body .blogModule .blogModule-posts--horizontal .blogModule-posts__post .article__info .article__cta:hover i {
  margin-left: 16px;
  transition: all ease 0.5s;
}
@media screen and (min-width: 1024px) {
  body .blogModule .blogModule-posts--horizontal .blogModule-posts__post.lg_s13 {
    width: 33.333333%;
  }
}
body .blogModule .button-wrapper .button {
  max-width: 200px;
}
body .custom-product-tabs-section,
body .custom-multi_product-tabs-section {
  margin: 2em 0;
  font-family: "Cantarell", "Montserrat", sans-serif;
}
body .custom-product-tabs-section .inner-container,
body .custom-multi_product-tabs-section .inner-container {
  display: flex;
  flex-wrap: wrap;
}
body .custom-product-tabs-section .inner-container .left-column,
body .custom-product-tabs-section .inner-container .right-column,
body .custom-multi_product-tabs-section .inner-container .left-column,
body .custom-multi_product-tabs-section .inner-container .right-column {
  width: 100%;
}
body .custom-product-tabs-section .inner-container .left-column .tab-labels,
body .custom-multi_product-tabs-section .inner-container .left-column .tab-labels {
  padding: 0 1em;
}
body .custom-product-tabs-section .inner-container .left-column .tab-labels .tab-label,
body .custom-multi_product-tabs-section .inner-container .left-column .tab-labels .tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  border-bottom: 1px solid #212121;
  color: #212121;
  font-weight: 700;
  cursor: pointer;
}
body .custom-product-tabs-section .inner-container .right-column .tab-content-container,
body .custom-multi_product-tabs-section .inner-container .right-column .tab-content-container {
  padding: 1em;
}
body .custom-product-tabs-section .inner-container .right-column .tab-content-container .tab-content,
body .custom-multi_product-tabs-section .inner-container .right-column .tab-content-container .tab-content {
  display: none;
  overflow: unset;
  height: unset;
  opacity: unset;
  color: #212121;
}
body .custom-product-tabs-section .inner-container .right-column .tab-content-container .tab-content#tab1,
body .custom-multi_product-tabs-section .inner-container .right-column .tab-content-container .tab-content#tab1 {
  display: block;
}
body .custom-product-tabs-section .inner-container .right-column .tab-content-container .tab-content .nutrition-table,
body .custom-multi_product-tabs-section .inner-container .right-column .tab-content-container .tab-content .nutrition-table {
  max-width: 700px;
}
body .custom-product-tabs-section .inner-container .right-column .tab-content-container .tab-content .nutrition-table .inner-grid .meta-row .fact,
body .custom-product-tabs-section .inner-container .right-column .tab-content-container .tab-content .nutrition-table .inner-grid .main-row .fact,
body .custom-product-tabs-section .inner-container .right-column .tab-content-container .tab-content .nutrition-table .inner-grid .fine-print-row .fact,
body .custom-multi_product-tabs-section .inner-container .right-column .tab-content-container .tab-content .nutrition-table .inner-grid .meta-row .fact,
body .custom-multi_product-tabs-section .inner-container .right-column .tab-content-container .tab-content .nutrition-table .inner-grid .main-row .fact,
body .custom-multi_product-tabs-section .inner-container .right-column .tab-content-container .tab-content .nutrition-table .inner-grid .fine-print-row .fact {
  margin: 0 0 0.5em 0;
}
body .custom-product-tabs-section .inner-container .right-column .tab-content-container .tab-content .nutrition-table .inner-grid .meta-row .fact span.label,
body .custom-product-tabs-section .inner-container .right-column .tab-content-container .tab-content .nutrition-table .inner-grid .main-row .fact span.label,
body .custom-product-tabs-section .inner-container .right-column .tab-content-container .tab-content .nutrition-table .inner-grid .fine-print-row .fact span.label,
body .custom-multi_product-tabs-section .inner-container .right-column .tab-content-container .tab-content .nutrition-table .inner-grid .meta-row .fact span.label,
body .custom-multi_product-tabs-section .inner-container .right-column .tab-content-container .tab-content .nutrition-table .inner-grid .main-row .fact span.label,
body .custom-multi_product-tabs-section .inner-container .right-column .tab-content-container .tab-content .nutrition-table .inner-grid .fine-print-row .fact span.label {
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 0 8px 0 0;
}
body .custom-product-tabs-section .inner-container .right-column .tab-content-container .tab-content .nutrition-table .inner-grid .meta-row .fact span.data,
body .custom-product-tabs-section .inner-container .right-column .tab-content-container .tab-content .nutrition-table .inner-grid .main-row .fact span.data,
body .custom-product-tabs-section .inner-container .right-column .tab-content-container .tab-content .nutrition-table .inner-grid .fine-print-row .fact span.data,
body .custom-multi_product-tabs-section .inner-container .right-column .tab-content-container .tab-content .nutrition-table .inner-grid .meta-row .fact span.data,
body .custom-multi_product-tabs-section .inner-container .right-column .tab-content-container .tab-content .nutrition-table .inner-grid .main-row .fact span.data,
body .custom-multi_product-tabs-section .inner-container .right-column .tab-content-container .tab-content .nutrition-table .inner-grid .fine-print-row .fact span.data {
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 15px;
}
body .custom-product-tabs-section .inner-container .right-column .tab-content-container .tab-content .nutrition-table .inner-grid .meta-row,
body .custom-multi_product-tabs-section .inner-container .right-column .tab-content-container .tab-content .nutrition-table .inner-grid .meta-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E2DDD8;
  padding: 0 0 1em 0;
}
body .custom-product-tabs-section .inner-container .right-column .tab-content-container .tab-content .nutrition-table .inner-grid .main-row,
body .custom-multi_product-tabs-section .inner-container .right-column .tab-content-container .tab-content .nutrition-table .inner-grid .main-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 1em 0;
}
body .custom-product-tabs-section .inner-container .right-column .tab-content-container .tab-content .nutrition-table .inner-grid .main-row .column,
body .custom-multi_product-tabs-section .inner-container .right-column .tab-content-container .tab-content .nutrition-table .inner-grid .main-row .column {
  width: 50%;
  margin: 0 0 1em 0;
}
body .custom-product-tabs-section .inner-container .right-column .tab-content-container .tab-content .nutrition-table .inner-grid .fine-print-row p,
body .custom-multi_product-tabs-section .inner-container .right-column .tab-content-container .tab-content .nutrition-table .inner-grid .fine-print-row p {
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  body .custom-product-tabs-section .inner-container .left-column,
  body .custom-product-tabs-section .inner-container .right-column,
  body .custom-multi_product-tabs-section .inner-container .left-column,
  body .custom-multi_product-tabs-section .inner-container .right-column {
    width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  body .custom-product-tabs-section .inner-container .right-column .tab-content-container .tab-content .nutrition-table .inner-grid .main-row,
  body .custom-multi_product-tabs-section .inner-container .right-column .tab-content-container .tab-content .nutrition-table .inner-grid .main-row {
    flex-wrap: unset;
  }
  body .custom-product-tabs-section .inner-container .right-column .tab-content-container .tab-content .nutrition-table .inner-grid .main-row .column,
  body .custom-multi_product-tabs-section .inner-container .right-column .tab-content-container .tab-content .nutrition-table .inner-grid .main-row .column {
    width: auto;
    margin: 0;
  }
}
body .product-presale ~ .block__product-tabs {
  margin: 0 0 7rem 0;
}
body .product-presale ~ .block__product-tabs .custom-product-tabs-section .inner-container .left-column .tab-labels {
  padding: 0;
}
@media (min-width: 768px) {
  body .product-presale ~ .block__product-tabs .custom-product-tabs-section .inner-container .left-column .tab-labels {
    padding: 0 1rem;
  }
}
body .custom-multi_product-tabs-section .dropdown-container {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
body .custom-multi_product-tabs-section .dropdown-container .select {
  position: relative;
}
body .custom-multi_product-tabs-section .dropdown-container .select #product-control {
  display: none;
}
body .custom-multi_product-tabs-section .dropdown-container .select .select-styled {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #212121;
  padding: 0 1em 0.5em;
  font-size: 20px;
  cursor: pointer;
}
body .custom-multi_product-tabs-section .dropdown-container .select .select-options {
  display: none;
  position: absolute;
  top: 56px;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
  z-index: 10;
}
body .custom-multi_product-tabs-section .dropdown-container .select .select-options li {
  display: block;
  padding: 0.75em 1em;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}
body .custom-multi_product-tabs-section .dropdown-container .select .select-options li.active {
  font-weight: bold;
}
body .custom-multi_product-tabs-section .dropdown-container .select .select-options li:hover {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  body .custom-multi_product-tabs-section .inner-container .left-column {
    width: 30%;
  }
  body .custom-multi_product-tabs-section .inner-container .right-column {
    width: 70%;
  }
}
body .custom-long-text-section .inner-container .section-content {
  display: none;
}
body .custom-long-text-section .inner-container .controller-container button.read-more {
  background-color: transparent;
  color: #212121;
}
body .custom-long-text-section .inner-container .controller-container button.read-more i {
  margin-left: 8px;
}
body .custom-long-text-section .inner-container .controller-container button.read-more i:before {
  content: "\f067";
}
body .custom-long-text-section .inner-container .controller-container button.read-more:hover {
  color: #212121;
}
body .custom-long-text-section .inner-container.active .controller-container button.read-more {
  background-color: transparent;
  color: #212121;
}
body .custom-long-text-section .inner-container.active .controller-container button.read-more i:before {
  content: "\f068";
}
body .custom-text-with-background-section {
  padding: 2em 1em;
}
body .custom-text-with-background-section .inner-container .section-title {
  color: #FFF;
  font-size: 25px;
  text-align: center;
  margin-bottom: 0.5em;
}
body .custom-text-with-background-section .inner-container .section-content {
  color: #FFF;
  font-size: 16px;
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
}
body .custom-text-with-background-section .inner-container .section-content p {
  line-height: 24px;
}
body .custom-alternating-text-with-image-section {
  padding: 1em 1em 5em;
}
body .custom-alternating-text-with-image-section .section-title {
  color: #FFF;
  font-size: 25px;
  text-align: center;
  margin-bottom: 0.5em;
}
body .custom-alternating-text-with-image-section .inner-container .image-text-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 3em 0;
}
body .custom-alternating-text-with-image-section .inner-container .image-text-row .column {
  width: 100%;
  margin: 0 0 1em 0;
}
body .custom-alternating-text-with-image-section .inner-container .image-text-row .column .img-container {
  width: 100%;
}
body .custom-alternating-text-with-image-section .inner-container .image-text-row .column .img-container img, body .custom-alternating-text-with-image-section .inner-container .image-text-row .column .img-container svg {
  width: 100%;
  vertical-align: top;
}
body .custom-alternating-text-with-image-section .inner-container .image-text-row .column.text-column {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .custom-alternating-text-with-image-section .inner-container .image-text-row .column.text-column .inner-text {
  max-width: 425px;
}
body .custom-alternating-text-with-image-section .inner-container .image-text-row .column.text-column .inner-text .text-header {
  font-size: 30px;
}
body .custom-alternating-text-with-image-section .inner-container .image-text-row .column.text-column .inner-text .text-content {
  max-width: 390px;
  margin: 1em 0 3em;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 16px;
}
body .custom-alternating-text-with-image-section .inner-container .image-text-row .column.text-column .inner-text .buttons {
  display: flex;
  justify-content: flex-start;
}
body .custom-alternating-text-with-image-section .inner-container .image-text-row .column.text-column .inner-text .buttons .button {
  margin: 0;
}
body .custom-alternating-text-with-image-section .inner-container .image-text-row .column:last-of-type {
  margin: 0;
}
body .custom-alternating-text-with-image-section .inner-container .image-text-row:last-of-type {
  margin: 0;
}
@media screen and (min-width: 768px) {
  body .custom-alternating-text-with-image-section .inner-container .image-text-row {
    margin: 0 0 6em 0;
  }
  body .custom-alternating-text-with-image-section .inner-container .image-text-row .column {
    width: 50%;
    margin: 0;
  }
  body .custom-alternating-text-with-image-section .inner-container .image-text-row.image-left .image-column {
    order: 1;
  }
  body .custom-alternating-text-with-image-section .inner-container .image-text-row.image-left .text-column {
    order: 2;
  }
  body .custom-alternating-text-with-image-section .inner-container .image-text-row.image-right .image-column {
    order: 2;
  }
  body .custom-alternating-text-with-image-section .inner-container .image-text-row.image-right .text-column {
    order: 1;
  }
  body .custom-alternating-text-with-image-section .inner-container .image-text-row:last-of-type {
    margin: 0;
  }
}
body .image-with-text-custom .image-with-text-custom-wrap > .row {
  display: flex;
  flex-wrap: wrap;
}
body .image-with-text-custom .image-with-text-custom-wrap > .row .image-column .custom-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
body .image-with-text-custom .image-with-text-custom-wrap > .row .image-column .custom-image-placeholder {
  width: 100%;
  height: 100%;
}
body .image-with-text-custom .image-with-text-custom-wrap > .row .image-column .custom-image-placeholder svg {
  width: 100%;
  height: 100%;
}
body .image-with-text-custom .image-with-text-custom-wrap > .row .image-column.position-right {
  order: 2;
}
body .image-with-text-custom .image-with-text-custom-wrap > .row .content-column {
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
body .image-with-text-custom .image-with-text-custom-wrap > .row .content-column .inner-content {
  display: inline-block;
  padding: 0;
  max-width: 510px;
  width: 90%;
  text-align: left;
  vertical-align: middle;
}
body .image-with-text-custom .image-with-text-custom-wrap > .row .content-column .inner-content h2 {
  font-size: 40px;
}
body .image-with-text-custom .image-with-text-custom-wrap > .row .content-column .inner-content .content__text {
  font-family: "Cantarell", "Montserrat", sans-serif;
  line-height: 25px;
  margin-bottom: 20px;
  font-size: calc(0.875rem * var(---font-adjust-body));
}
body .image-with-text-custom .image-with-text-custom-wrap > .row .content-column .inner-content .buttons {
  display: flex;
  flex-wrap: wrap;
}
body .image-with-text-custom .image-with-text-custom-wrap > .row .content-column .inner-content .buttons a.button {
  max-width: unset;
  width: 100%;
  margin: 0 0 1em 0;
}
@media (min-width: 768px) {
  body .image-with-text-custom .image-with-text-custom-wrap > .row .content-column .inner-content .buttons {
    flex-wrap: unset;
  }
  body .image-with-text-custom .image-with-text-custom-wrap > .row .content-column .inner-content .buttons a.button {
    max-width: 260px;
    width: auto;
  }
  body .image-with-text-custom .image-with-text-custom-wrap > .row .content-column .inner-content .buttons a.button:first-of-type {
    margin: 0 1em 1em 0;
  }
}
body .image-with-text-custom .image-with-text-custom-wrap > .row .content-column:after {
  display: inline-block;
  position: relative;
  content: "";
  height: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  body .image-with-text-custom .image-with-text-custom-wrap > .row.four-fifty-height-hero, body .image-with-text-custom .image-with-text-custom-wrap > .row.original-height, body .image-with-text-custom .image-with-text-custom-wrap > .row.seven-fifty-height-hero, body .image-with-text-custom .image-with-text-custom-wrap > .row.sixty-fifty-height-hero, body .image-with-text-custom .image-with-text-custom-wrap > .row.five-fifty-height-hero, body .image-with-text-custom .image-with-text-custom-wrap > .row.four-fifty-height-hero {
    height: auto !important;
  }
  body .image-with-text-custom .image-with-text-custom-wrap > .row .image-column {
    width: 100%;
    min-height: 350px;
  }
  body .image-with-text-custom .image-with-text-custom-wrap > .row .content-column {
    width: 100%;
    min-height: 350px;
  }
}
body .shopify-section--image-with-text .gallery-wrap .gallery {
  margin: 0;
}
body .shopify-section--image-with-text .gallery-wrap .gallery .gallery-content,
body .shopify-section--image-with-text .gallery-wrap .gallery .gallery-slider {
  padding: 0;
}
body .shopify-section--image-with-text .gallery-wrap .gallery .gallery-content {
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
body .shopify-section--image-with-text .gallery-wrap .gallery .gallery-content .gallery-content-inner {
  text-align: left;
}
body .shopify-section--image-with-text .gallery-wrap .gallery .gallery-content .gallery-content-inner h2 {
  font-size: 40px;
  color: #006f93;
}
body .shopify-section--image-with-text .gallery-wrap .gallery .gallery-content .gallery-content-inner .gallery-content__text {
  color: #2b8fba;
}
body .shopify-section--image-with-text .gallery-wrap .gallery .gallery-content .gallery-content-inner .gallery-content__text p, body .shopify-section--image-with-text .gallery-wrap .gallery .gallery-content .gallery-content-inner .gallery-content__text span {
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 1px;
  font-weight: bold;
}
body .shopify-section--image-with-text .gallery-wrap .gallery .gallery-content .gallery-content-inner .gallery-content__text p a, body .shopify-section--image-with-text .gallery-wrap .gallery .gallery-content .gallery-content-inner .gallery-content__text span a {
  font-size: 16px;
  font-weight: bold;
  color: #006f93;
}
body .shopify-section--image-with-text .gallery-wrap .gallery .gallery-content .gallery-content-inner .buttons {
  display: flex;
  flex-wrap: wrap;
}
body .shopify-section--image-with-text .gallery-wrap .gallery .gallery-content .gallery-content-inner .buttons a.button {
  margin: 0 0 1em 0 !important;
  float: unset !important;
  max-width: unset;
  width: 100%;
}
@media (min-width: 768px) {
  body .shopify-section--image-with-text .gallery-wrap .gallery .gallery-content .gallery-content-inner .buttons {
    flex-wrap: unset;
  }
  body .shopify-section--image-with-text .gallery-wrap .gallery .gallery-content .gallery-content-inner .buttons a.button {
    max-width: 260px;
    width: auto;
  }
  body .shopify-section--image-with-text .gallery-wrap .gallery .gallery-content .gallery-content-inner .buttons a.button:first-of-type {
    margin: 0 1em 1em 0 !important;
  }
}
body .shopify-section--image-with-text .gallery-wrap[data-pdf-edits] {
  margin: 64px auto;
}
body .shopify-section--image-with-text .gallery-wrap[data-pdf-edits] .gallery .gallery-content .gallery-content-inner {
  max-width: 600px;
}
body .shopify-section--image-with-text .gallery-wrap[data-pdf-edits] .gallery .gallery-content .gallery-content-inner .subheading-text {
  margin-bottom: 11px;
  color: #212121;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: -0.6px;
}
body .shopify-section--image-with-text .gallery-wrap[data-pdf-edits] .gallery .gallery-content .gallery-content-inner .pdf-product-title-text {
  margin: 0;
  color: #212121;
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
  letter-spacing: -0.3px;
}
body .shopify-section--image-with-text .gallery-wrap[data-pdf-edits] .gallery .gallery-content .gallery-content-inner .gallery-content__text {
  margin-bottom: 40px;
}
body .shopify-section--image-with-text .gallery-wrap[data-pdf-edits] .gallery .gallery-content .gallery-content-inner .gallery-content__text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.3px;
}
@media screen and (max-width: 767px) {
  body .shopify-section--image-with-text .gallery-wrap[data-pdf-edits] .gallery .gallery-content {
    margin-top: 1rem;
  }
}
body .text-with-slides-section {
  width: 100%;
  padding: 30px 0;
}
body .text-with-slides-section .container .inner-container {
  padding: 2em 0;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
}
body .text-with-slides-section .container .inner-container .column.section-slider {
  width: 80%;
  position: relative;
  margin: 0 auto;
}
body .text-with-slides-section .container .inner-container .column.section-slider .inner-slider {
  z-index: 2;
}
body .text-with-slides-section .container .inner-container .column.section-slider .inner-slider .inner-slide .slider-image {
  padding: 1em;
}
body .text-with-slides-section .container .inner-container .column.section-slider .inner-slider .inner-slide .slider-image .img-container {
  position: relative;
}
body .text-with-slides-section .container .inner-container .column.section-slider .inner-slider .inner-slide .slider-image .img-container img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
  vertical-align: top;
}
body .text-with-slides-section .container .inner-container .column.section-slider .inner-slider .inner-slide .slider-image .img-container .item-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
body .text-with-slides-section .container .inner-container .column.section-slider .inner-slider .inner-slide .slider-image .img-container:hover .item-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .text-with-slides-section .container .inner-container .column.section-slider .inner-slider .inner-slide .slider-image .instagram-link a {
  display: inline-block;
  margin: 1em 0 0 0;
  font-weight: bold;
}
body .text-with-slides-section .container .inner-container .column.section-slider .arrows {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  z-index: 1;
}
body .text-with-slides-section .container .inner-container .column.section-slider .arrows .arrow {
  position: absolute;
  cursor: pointer;
}
body .text-with-slides-section .container .inner-container .column.section-slider .arrows .arrow.arrow-right {
  right: -30px;
}
body .text-with-slides-section .container .inner-container .column.section-slider .arrows .arrow.arrow-left {
  left: -30px;
}
body .text-with-slides-section .container .inner-container .column.text-container {
  display: flex;
  align-items: center;
  width: 100%;
}
body .text-with-slides-section .container .inner-container .column.text-container .text-block {
  width: 100%;
  padding: 20px;
}
body .text-with-slides-section .container .inner-container .column.text-container .text-block .text-title {
  margin-top: 20px;
  font-size: 24px;
}
body .text-with-slides-section .container .inner-container .column.text-container .text-block .inner-text {
  padding: 20px 0;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 600;
}
body .text-with-slides-section .container .inner-container .column.text-container .text-block .inner-text p {
  font-family: "Cantarell", "Montserrat", sans-serif;
}
body .text-with-slides-section .container .inner-container .column.text-container .text-block .inner-text a {
  text-decoration: none;
}
body .text-with-slides-section .container .inner-container .column.text-container .text-block .cta-button .button {
  margin: 20px 0;
  border-radius: 5px;
  width: 160px;
  height: 45px;
  font-size: 12px;
  font-weight: 700;
  border: none;
  padding: 13px 30px;
}
@media screen and (min-width: 768px) {
  body .text-with-slides-section .container .inner-container .column.text-container {
    width: 100%;
  }
  body .text-with-slides-section .container .inner-container .column.text-container .text-block {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  body .text-with-slides-section .container .inner-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: unset;
  }
  body .text-with-slides-section .container .inner-container .column.section-slider {
    width: 50%;
  }
  body .text-with-slides-section .container .inner-container .column.text-container {
    width: 50%;
  }
  body .text-with-slides-section .container .inner-container .column.text-container .text-block {
    width: 60%;
  }
}
body .icons-row--background .container .row .icons-row-wrapper .icons-row__item .icons-row__content {
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #212121;
  opacity: 1 !important;
}
body .icons-row--background .container .row .icons-row-wrapper .icons-row__item .button--arrow {
  background-color: transparent;
  color: #212121;
  max-width: 300px;
}
body .icons-row--background .container .row .icons-row-wrapper .icons-row__item a {
  background-color: transparent;
  color: #212121;
  max-width: 300px;
}
body .featured-collection.on-homepage h2 {
  font-size: 35px;
}
body .featured-collection.on-homepage .collection-grid__row .product-block .product-block__inner .product-block__info .product-block__title {
  font-size: 20px;
}
body .featured-collection.on-homepage .collection-grid__row .product-block .product-block__inner .product-block__info .product-block__price {
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  body .featured-collection.on-homepage .collection-grid__row .product-block {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  body .featured-collection.on-homepage .collection-grid__row .product-block {
    width: 25%;
  }
}
body .custom-split-slideshow-section .split-slider {
  display: block;
  height: 700px !important;
}
body .custom-split-slideshow-section .split-slider .slick-track {
  line-height: unset;
}
body .custom-split-slideshow-section .split-slider .slick-dots {
  display: none !important;
}
body .custom-split-slideshow-section .split-slider .split-slide {
  height: 100%;
}
body .custom-split-slideshow-section .split-slider .split-slide .inner-split-slide {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  height: 100%;
}
body .custom-split-slideshow-section .split-slider .split-slide .inner-split-slide .column {
  width: 100%;
}
body .custom-split-slideshow-section .split-slider .split-slide .inner-split-slide .column.text-column {
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2em;
  flex: 1 1 auto;
  order: 2;
}
body .custom-split-slideshow-section .split-slider .split-slide .inner-split-slide .column.text-column .inner-text .slide-content__heading {
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: bold;
}
body .custom-split-slideshow-section .split-slider .split-slide .inner-split-slide .column.text-column .inner-text .slide-content__text p {
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: bold;
}
body .custom-split-slideshow-section .split-slider .split-slide .inner-split-slide .column.text-column .inner-text .buttons .button {
  margin-left: 0;
}
body .custom-split-slideshow-section .split-slider .split-slide .inner-split-slide .column.image-column {
  height: 300px;
  order: 1;
}
body .custom-split-slideshow-section .split-slider .split-slide .inner-split-slide .column.image-column .img-container {
  width: 100%;
  height: 100%;
}
body .custom-split-slideshow-section .split-slider .split-slide .inner-split-slide .column.image-column .img-container img, body .custom-split-slideshow-section .split-slider .split-slide .inner-split-slide .column.image-column .img-container svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  body .custom-split-slideshow-section .split-slider {
    height: 450px !important;
  }
  body .custom-split-slideshow-section .split-slider .slick-dots {
    display: block !important;
  }
  body .custom-split-slideshow-section .split-slider .split-slide .inner-split-slide {
    flex-flow: unset;
  }
  body .custom-split-slideshow-section .split-slider .split-slide .inner-split-slide .column {
    width: 50%;
  }
  body .custom-split-slideshow-section .split-slider .split-slide .inner-split-slide .column.text-column {
    height: 100%;
    padding: 0;
    order: 1;
  }
  body .custom-split-slideshow-section .split-slider .split-slide .inner-split-slide .column.text-column .inner-text {
    max-width: 60%;
  }
  body .custom-split-slideshow-section .split-slider .split-slide .inner-split-slide .column.image-column {
    height: 100%;
    order: 2;
  }
}
body .custom-split-slideshow-section .hero--dots-left .slick-dots {
  text-align: left;
  margin-left: 72px;
}
@media screen and (max-width: 1023px) {
  body .custom-split-slideshow-section .hero--dots-left .slick-dots {
    margin-left: 32px;
  }
}
@media screen and (max-width: 549px) {
  body .custom-split-slideshow-section .hero--dots-left .slick-dots {
    margin-left: 12px;
  }
}
body .custom-split-slideshow-section .hero--dots-center .slick-dots {
  text-align: center;
}
body .custom-split-slideshow-section .hero--dots-right .slick-dots {
  text-align: right;
  margin-right: 72px;
}
@media screen and (max-width: 1023px) {
  body .custom-split-slideshow-section .hero--dots-right .slick-dots {
    margin-right: 32px;
  }
}
@media screen and (max-width: 549px) {
  body .custom-split-slideshow-section .hero--dots-right .slick-dots {
    margin-right: 12px;
  }
}
body #shopify-section-announcement div.site-alert {
  display: flex;
  align-items: center;
  height: 50px;
  text-transform: uppercase;
}
body #shopify-section-announcement div.site-alert p {
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  body #shopify-section-announcement div.site-alert p {
    font-size: 16px;
  }
}
body .gc-form__radio-container {
  display: flex;
  align-items: center;
}
body .gc-form__radio-container input {
  display: none;
}
body .gc-form__radio-container input ~ .gc-form__label {
  margin: 0;
  opacity: 0.5;
  cursor: pointer;
}
body .gc-form__radio-container input ~ .gc-form__label i {
  padding: 0;
}
body .gc-form__radio-container input:checked {
  border: 2px solid #212121;
}
body .gc-form__radio-container input:checked ~ .gc-form__label {
  opacity: 1;
  color: #212121;
}
body .article-feature .feature-item .feature-text .feature-text-wrap h2 {
  color: #FFF;
}
body .article-feature .feature-item .feature-text .feature-text-wrap .feature-text__p span, body .article-feature .feature-item .feature-text .feature-text-wrap .feature-text__p p {
  color: #FFF;
}
body .clinical-study-results {
  display: none;
}
body .full-potential {
  display: none;
  padding-bottom: 3em;
}
body .full-potential .equation {
  display: block;
  align-items: center;
  flex-wrap: wrap;
  max-width: 700px;
  margin: 0 auto;
  justify-content: space-between;
  padding: 1em;
}
body .full-potential .equation .item,
body .full-potential .equation .operator {
  width: 100%;
}
body .full-potential .equation .item img {
  width: 75px;
  vertical-align: top;
}
body .full-potential .equation .item span {
  display: inline-block;
  width: 100%;
  font-size: 12px;
}
body .full-potential .equation .operator img {
  width: 35px;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  body .full-potential .equation {
    display: flex;
    padding: 0;
  }
  body .full-potential .equation .item,
  body .full-potential .equation .operator {
    width: 20%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
body .recommended-recipes {
  display: none;
}
body .recommended-recipes .recipes-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
body .recommended-recipes .recipes-grid .column {
  width: calc(100% - 4em);
  position: relative;
  margin: 0 0 2em 0;
}
body .recommended-recipes .recipes-grid .column img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  vertical-align: top;
}
body .recommended-recipes .recipes-grid .column .img-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
body .recommended-recipes .recipes-grid .column:hover .img-overlay {
  display: flex;
}
@media screen and (min-width: 769px) {
  body .recommended-recipes .recipes-grid {
    justify-content: space-between;
  }
  body .recommended-recipes .recipes-grid .column {
    width: calc(33.3333333333% - 2em);
    margin: 0;
  }
}
body .custom-faq-section {
  background-image: url("/cdn/shop/t/56/assets/Healthy-Heights-Textures_1366-06.png") !important;
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
}
body .custom-faq-section .inner-container .section-title {
  text-align: center;
  padding-top: 50px;
}
body .custom-faq-section .inner-container .section-content {
  display: none;
}
body .custom-faq-section .inner-container .faq-headers {
  text-align: center;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-weight: 700;
  color: #212121;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 25px 15% 0 15%;
}
body .custom-faq-section .inner-container .faq-headers .faq-header {
  width: calc(100% - 16px);
  margin: 20px;
  padding: 8px;
  border-radius: 8px;
  border: 2px solid #212121;
  /*&:active {
      color: #3C3C3C;
      border-bottom: 2px solid #3c3c3c;
  }*/
}
body .custom-faq-section .inner-container .faq-headers .faq-header:hover {
  color: #CC0D06;
  border-color: #CC0D06;
}
body .custom-faq-section .inner-container .faq-headers .faq-header.active {
  color: #CC0D06;
  border-color: #CC0D06;
}
@media screen and (min-width: 768px) {
  body .custom-faq-section .inner-container .faq-headers .faq-header {
    width: auto;
    margin: 0;
  }
}
body .custom-faq-section .inner-container .faq-accordion-container {
  padding: 0 15% 50px 15%;
}
body .custom-faq-section .inner-container .faq-accordion-container .accordion-section {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  body .custom-faq-section .inner-container .faq-accordion-container .accordion-section {
    margin-top: 70px;
  }
}
body .custom-faq-section .inner-container .faq-accordion-container .accordion-section .accordion-section-title {
  text-align: center;
  padding-bottom: 20px;
}
body .custom-faq-section .inner-container .faq-accordion-container .accordion-section .accordion-inner-container .js-accordion-item .js-accordion-header {
  border-bottom-style: solid;
  border-width: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
}
body .custom-faq-section .inner-container .faq-accordion-container .accordion-section .accordion-inner-container .js-accordion-item .js-accordion-header h3 {
  font-size: 16px;
}
body .custom-faq-section .inner-container .faq-accordion-container .accordion-section .accordion-inner-container .js-accordion-item .js-accordion-body {
  display: none;
}
body .custom-faq-section .inner-container .faq-accordion-container .accordion-section .accordion-inner-container .js-accordion-item .js-accordion-body .accordion-body__contents p {
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 28px;
  padding-left: 10px;
  padding-top: 15px;
}
body .custom-faq-section .inner-container .comparison-chart {
  padding: 1em;
  margin: 0;
}
body .custom-faq-section .inner-container .comparison-chart h2 {
  text-align: center;
  padding-bottom: 20px;
}
body .custom-faq-section .inner-container .comparison-chart img {
  width: 100%;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  body .custom-faq-section .inner-container .comparison-chart {
    margin: 0;
    padding: 2em 15% 50px 15%;
  }
}
body .faq-accordion-container .accordion-section .js-accordion-item .js-accordion-header h3,
body .ingredients-accordion-container .accordion-section .js-accordion-item .js-accordion-header h3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
body .faq-accordion-container .accordion-section .js-accordion-item .js-accordion-header h3 i:before,
body .ingredients-accordion-container .accordion-section .js-accordion-item .js-accordion-header h3 i:before {
  content: "\f067";
  font-family: "Font Awesome 5 Pro", sans-serif;
}
body .faq-accordion-container .accordion-section .js-accordion-item.active .js-accordion-header h3 i:before,
body .ingredients-accordion-container .accordion-section .js-accordion-item.active .js-accordion-header h3 i:before {
  content: "\f068";
  font-family: "Font Awesome 5 Pro", sans-serif;
}
body .popup-container#login-popup {
  width: 280px;
  height: auto;
  display: flex;
  justify-content: center;
  border-radius: 8px;
  text-align: center;
  padding-bottom: 60px;
}
body .popup-container#login-popup .row {
  width: 260px;
}
body .popup-container#login-popup .row .block {
  font-weight: 700;
}
body .popup-container#login-popup .row .size--heading-1 {
  color: #212121;
}
body .popup-container#login-popup .row input[type=email] {
  border: 1px solid #212121;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 10px;
}
body .popup-container#login-popup .row input[type=password] {
  border-radius: 5px;
  width: 100%;
  border: 1px solid #212121;
  margin-bottom: 10px;
}
body .popup-container#login-popup .row .button {
  width: 100%;
  margin-bottom: 10px;
  font-weight: 600;
  border: none;
}
body .popup-container#login-popup .row .js-recoverToggle {
  color: #212121;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
}
@media screen and (min-width: 768px) {
  body .popup-container#login-popup {
    width: 380px;
  }
  body .popup-container#login-popup .row .button {
    height: 50px;
    margin-top: 40px;
  }
  body .popup-container#login-popup .row .create-account {
    display: flex;
    justify-content: center;
  }
  body .popup-container#login-popup .row .inputGroup {
    margin-bottom: 2em;
  }
  body .popup-container#login-popup .row .inputGroup:first-of-type {
    display: none;
  }
  body .popup-container#login-popup .row input[type=email] {
    height: 50px;
  }
  body .popup-container#login-popup .row input[type=password] {
    height: 50px;
  }
}
@media screen and (min-width: 1024px) {
  body .popup-container#login-popup {
    width: 380px;
  }
  body .popup-container#login-popup .row .button {
    height: 50px;
    margin-top: 40px;
  }
  body .popup-container#login-popup .row .create-account {
    display: flex;
    justify-content: center;
  }
  body .popup-container#login-popup .row input[type=email] {
    height: 50px;
  }
  body .popup-container#login-popup .row input[type=password] {
    height: 50px;
  }
}
body #shopify-section-header {
  position: absolute !important;
}
body #shopify-section-header header.site-header {
  height: 58px;
}
body #shopify-section-header header.site-header .container .row {
  display: block;
  margin: 0 auto;
}
body #shopify-section-header header.site-header .nav-item.logo {
  transition: all ease 0.5s;
}
body #shopify-section-header header.site-header .nav-item.logo .logo__image-link {
  position: absolute;
  top: 0;
  height: 68px;
}
body #shopify-section-header header.site-header .toggle-submenu {
  display: none;
}
body #shopify-section-header header.site-header nav ul.menu li.has-mega-menu a ~ .custom-mega-menu {
  position: absolute;
  top: 35px;
  left: 0;
  width: 550px;
  padding: 2em 1em;
  background-color: #FFF;
  display: none;
  flex-wrap: wrap;
}
body #shopify-section-header header.site-header nav ul.menu li.has-mega-menu a ~ .custom-mega-menu .sub-menu {
  width: 140px;
}
body #shopify-section-header header.site-header nav ul.menu li.has-mega-menu a ~ .custom-mega-menu .sub-menu ul {
  padding: 0;
}
body #shopify-section-header header.site-header nav ul.menu li.has-mega-menu a ~ .custom-mega-menu .sub-menu ul li.nav-item {
  cursor: pointer;
}
body #shopify-section-header header.site-header nav ul.menu li.has-mega-menu a ~ .custom-mega-menu .sub-menu ul li.nav-item a {
  display: inline-block;
  width: 100%;
  padding: 0.25em 0.5em;
  margin-bottom: 0.25em;
  text-decoration: none;
  color: #333;
  text-align: left;
  cursor: pointer;
}
body #shopify-section-header header.site-header nav ul.menu li.has-mega-menu a ~ .custom-mega-menu .sub-menu ul li.nav-item a i {
  display: none;
  margin-left: 8px;
}
body #shopify-section-header header.site-header nav ul.menu li.has-mega-menu a ~ .custom-mega-menu .sub-menu ul li.nav-item a:hover {
  text-decoration: underline;
}
body #shopify-section-header header.site-header nav ul.menu li.has-mega-menu a ~ .custom-mega-menu .sub-menu ul li.nav-item.shop-all a i {
  display: inline-block;
}
body #shopify-section-header header.site-header nav ul.menu li.has-mega-menu a ~ .custom-mega-menu .mega-menu-images {
  flex-grow: 1;
  max-width: 65%;
}
body #shopify-section-header header.site-header nav ul.menu li.has-mega-menu a ~ .custom-mega-menu .mega-menu-images .row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body #shopify-section-header header.site-header nav ul.menu li.has-mega-menu a ~ .custom-mega-menu .mega-menu-images .row a.img-container,
body #shopify-section-header header.site-header nav ul.menu li.has-mega-menu a ~ .custom-mega-menu .mega-menu-images .row div.img-container {
  width: calc(50% - 1em);
  margin: 0.5em;
}
body #shopify-section-header header.site-header nav ul.menu li.has-mega-menu a ~ .custom-mega-menu .mega-menu-images .row a.img-container img,
body #shopify-section-header header.site-header nav ul.menu li.has-mega-menu a ~ .custom-mega-menu .mega-menu-images .row div.img-container img {
  width: 100%;
  vertical-align: top;
  border-radius: 4px;
}
body #shopify-section-header header.site-header nav ul.menu li.has-mega-menu a ~ .custom-mega-menu .mega-menu-images .row.without-second-image a.img-container,
body #shopify-section-header header.site-header nav ul.menu li.has-mega-menu a ~ .custom-mega-menu .mega-menu-images .row.without-second-image div.img-container {
  width: calc(100% - 1em);
  margin: 0.5em;
}
body #shopify-section-header header.site-header nav ul.menu li.has-mega-menu a ~ .custom-mega-menu .mega-menu-images .row.without-second-image.square {
  height: 174px;
}
body #shopify-section-header header.site-header nav ul.menu li.has-mega-menu a ~ .custom-mega-menu .mega-menu-images .row.without-second-image.square a.img-container,
body #shopify-section-header header.site-header nav ul.menu li.has-mega-menu a ~ .custom-mega-menu .mega-menu-images .row.without-second-image.square div.img-container {
  height: 100%;
}
body #shopify-section-header header.site-header nav ul.menu li.has-mega-menu a ~ .custom-mega-menu .mega-menu-images .row.without-second-image.square a.img-container img,
body #shopify-section-header header.site-header nav ul.menu li.has-mega-menu a ~ .custom-mega-menu .mega-menu-images .row.without-second-image.square div.img-container img {
  height: 100%;
  object-fit: contain;
}
body #shopify-section-header header.site-header nav ul.menu li.has-mega-menu:hover a ~ .custom-mega-menu {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body #shopify-section-header header.site-header nav ul.menu li.has-mega-menu a ~ .custom-mega-menu .mega-menu-images {
    display: none;
  }
}
body #shopify-section-header header.site-header .icon-menu.open .diamond-bar {
  width: 38px;
  height: 38px;
}
body #shopify-section-header header.site-header .header__icons .menuToggle #hamburger-menu #hamburger-bar {
  background-color: #212121;
}
body #shopify-section-header header.site-header .header__icons .menuToggle #hamburger-menu #hamburger-bar:before, body #shopify-section-header header.site-header .header__icons .menuToggle #hamburger-menu #hamburger-bar:after {
  background-color: #212121;
}
body #shopify-section-header header.site-header .header__icons .nav-account-link {
  width: auto;
}
body #shopify-section-header header.site-header .header__icons .nav-account-link svg.fa-user {
  background: transparent;
  padding: 0.25em;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #212121;
  margin: 0;
}
body #shopify-section-header header.site-header .header__icons .nav-account-link span {
  display: none;
}
body #shopify-section-header header.site-header .header__icons .cartToggle .fa-shopping-cart {
  color: #212121;
}
body #shopify-section-header header.site-header .header__icons .searchToggle .fa-search {
  color: #212121;
}
body #shopify-section-header nav.nav-hamburger .nav-mobile-close {
  right: 18px;
  top: 18px;
  width: 24px;
  height: 24px;
  font-size: 24px;
}
body #shopify-section-header nav.nav-hamburger .nav-inner {
  padding: 0 25px;
}
body #shopify-section-header nav.nav-hamburger .nav-inner .nav-inner-wrapper {
  margin: 0;
  width: calc(100vw - 50px);
}
body #shopify-section-header nav.nav-hamburger .nav-inner .nav-inner-wrapper .menu {
  margin: 0;
}
body #shopify-section-header nav.nav-hamburger .nav-inner .nav-inner-wrapper .menu .menu-item.has-mega-menu {
  margin: 0 0 0.5em;
}
body #shopify-section-header nav.nav-hamburger .nav-inner .nav-inner-wrapper .menu .menu-item.has-mega-menu .menu-item__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #D5D5D5;
  margin: 0 0 1em 0;
  padding: 0 0 1em 0;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: calc(1.25rem * var(---font-adjust-body));
}
body #shopify-section-header nav.nav-hamburger .nav-inner .nav-inner-wrapper .menu .menu-item.has-mega-menu .menu-item__link ~ .custom-mega-menu .sub-menu ul .nav-item {
  margin: 0 0 0.5em 0;
}
body #shopify-section-header nav.nav-hamburger .nav-inner .nav-inner-wrapper .menu .menu-item.has-mega-menu .menu-item__link ~ .custom-mega-menu .sub-menu ul .nav-item a {
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
}
body #shopify-section-header nav.nav-hamburger .nav-inner .nav-inner-wrapper .menu .menu-item.has-mega-menu .menu-item__link ~ .custom-mega-menu .sub-menu ul .nav-item a i {
  display: none;
  margin-left: 8px;
}
body #shopify-section-header nav.nav-hamburger .nav-inner .nav-inner-wrapper .menu .menu-item.has-mega-menu .menu-item__link ~ .custom-mega-menu .sub-menu ul .nav-item a:hover {
  text-decoration: underline;
}
body #shopify-section-header nav.nav-hamburger .nav-inner .nav-inner-wrapper .menu .menu-item.has-mega-menu .menu-item__link ~ .custom-mega-menu .sub-menu ul .nav-item.shop-all a i {
  display: inline-block;
}
body #shopify-section-header nav.nav-hamburger .nav-inner .nav-inner-wrapper .menu .menu-item.has-mega-menu .menu-item__link ~ .custom-mega-menu .mega-menu-images .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body #shopify-section-header nav.nav-hamburger .nav-inner .nav-inner-wrapper .menu .menu-item.has-mega-menu .menu-item__link ~ .custom-mega-menu .mega-menu-images .row .img-container {
  width: calc(50% - 5px);
  padding: 2.5px;
}
body #shopify-section-header nav.nav-hamburger .nav-inner .nav-inner-wrapper .menu .menu-item.has-mega-menu .menu-item__link ~ .custom-mega-menu .mega-menu-images .row .img-container img {
  width: 100%;
  vertical-align: top;
  border-radius: 4px;
}
body #shopify-section-header nav.nav-hamburger .nav-inner .nav-inner-wrapper .menu .menu-item.has-mega-menu .menu-item__link ~ .custom-mega-menu .mega-menu-images .row.without-second-image .img-container {
  width: calc(100% - 5px);
}
body #shopify-section-header nav.nav-hamburger .nav-inner .nav-inner-wrapper .menu .menu-item.has-mega-menu:last-of-type a.active ~ .custom-mega-menu {
  border-bottom: 1px solid #d5d5d5;
  margin: 0 0 1em 0;
  padding: 0 0 1em 0;
}
body #shopify-section-header nav.nav-hamburger .nav-inner .nav-inner-wrapper .nav-user {
  margin: 0;
  padding: 0;
  border: none;
}
body #shopify-section-header nav.nav-hamburger .nav-inner .nav-inner-wrapper .nav-user ul li a {
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body #shopify-section-header nav.nav-hamburger {
    width: 500px;
  }
  body #shopify-section-header nav.nav-hamburger .nav-inner .nav-inner-wrapper {
    width: 450px;
  }
}
@media screen and (min-width: 425px) {
  body #shopify-section-header header.site-header .header__icons .nav-account-link span {
    display: inline-block;
    color: #006F93;
  }
}
@media screen and (min-width: 768px) {
  body #shopify-section-header header.site-header {
    background-color: #FFF;
  }
  body #shopify-section-header header.site-header .nav-item.logo {
    height: 110px;
    margin: 0 auto;
    padding: 0;
  }
  body #shopify-section-header header.site-header .nav-item.logo .logo__image-link {
    position: static;
    height: 100%;
  }
  body #shopify-section-header header.site-header .header__icons .nav-account-link .fa-user,
  body #shopify-section-header header.site-header .header__icons .nav-account-link svg.fa-user {
    margin: 0 12px 0 0;
    background-color: unset;
    color: #212121;
    padding: 0;
    display: inline-block;
    width: auto;
    height: auto;
  }
  body #shopify-section-header header.site-header .header__icons .nav-account-link svg.fa-user {
    width: 25px;
    height: 25px;
  }
  body #shopify-section-header header.site-header .header__icons .nav-account-link span {
    display: inline-block;
    color: #212121;
  }
  body #shopify-section-header header.site-header .header__icons .cartToggle .fa-shopping-cart {
    color: #212121;
  }
}
@media screen and (min-width: 1024px) {
  body #shopify-section-header header.site-header .nav-item.logo {
    position: absolute;
    top: -64px;
    margin: 12px 0 0 0;
    padding: 10px 0;
    height: 110px;
    transition: all ease 0.5s;
  }
}
body [data-spacer=default],
body [data-spacer=small] {
  padding-top: 58px;
}
body #shopify-section-footer footer.site-footer {
  background-color: #E9F6FB;
}
body #shopify-section-footer footer.site-footer .footer__inner .footer__blocks .footer__block .footer__block__title {
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #212121;
}
body #shopify-section-footer footer.site-footer .footer__inner .footer__blocks .footer__block.footer__block--logo span.footer-copyright {
  width: 100%;
  display: inline-block;
  font-size: 12px;
}
body #shopify-section-footer footer.site-footer .footer__inner .footer__blocks .footer__block.footer__block--logo div.klaviyo-form > div form.needsclick > div.needsclick > div[data-testid=form-row]:first-of-type > div {
  padding-left: 0 !important;
}
body #shopify-section-footer footer.site-footer .footer__inner .footer__blocks .footer__block.footer__block--logo div.klaviyo-form > div form.needsclick > div.needsclick > div[data-testid=form-row]:nth-child(2) > div {
  padding-left: 0 !important;
}
body #shopify-section-footer footer.site-footer .footer__inner .footer__blocks .footer__block.footer__block--logo div.klaviyo-form > div form.needsclick > div.needsclick > div[data-testid=form-row]:nth-child(2) > div * {
  text-align: left !important;
}
body #shopify-section-footer footer.site-footer .footer__inner .footer__blocks .footer__block.footer__block--logo div.klaviyo-form > div form.needsclick > div.needsclick > div[data-testid=form-row]:last-of-type > div {
  padding-left: 0 !important;
}
body #shopify-section-footer footer.site-footer .footer__inner .footer__blocks .footer__block.footer__block--menus .footer__block-menu ul .footer__block__menu-link a {
  font-size: 16px;
  color: #212121;
}
body #shopify-section-footer footer.site-footer .footer__inner .footer__blocks .footer__block.footer__block--menus .footer__block-menu ul .footer__block__menu-link a:hover {
  text-decoration: underline;
}
body #shopify-section-footer footer.site-footer .footer__inner .footer__blocks .footer__block.footer__block--text .footer__block__text p {
  font-size: 16px;
  color: #212121;
}
body #shopify-section-footer footer.site-footer .footer__inner .footer__blocks .footer__block.footer__block--text .footer__social .social-links {
  justify-content: flex-start;
}
body #shopify-section-footer footer.site-footer .footer__inner .footer__blocks .footer__block.footer__block--text .footer__social .social-links li a {
  color: #222222;
}
body #shopify-section-footer footer.site-footer .footer__inner .footer__blocks .footer__block.footer__block--text .footer__block__link {
  font-weight: 600;
  font-size: 15px;
  color: #9A0A05;
}
body #shopify-section-footer footer.site-footer .footer__inner .footer__blocks .footer__block.footer__block--text .footer__block__link i {
  margin-left: 8px;
  transition: all ease 0.5s;
}
body #shopify-section-footer footer.site-footer .footer__inner .footer__blocks .footer__block.footer__block--text .footer__block__link:hover i {
  margin-left: 16px;
  transition: all ease 0.5s;
}
@media screen and (max-width: 767px) {
  body #shopify-section-footer footer.site-footer .footer__inner .footer__blocks {
    text-align: left;
  }
  body #shopify-section-footer footer.site-footer .footer__inner .footer__blocks .footer__block {
    margin: 0;
  }
}
body #shopify-section-footer footer.site-footer .footer__bottom.custom-bottom-footer {
  padding: 8px 0;
  background-color: #B6E3F5;
}
body #shopify-section-footer footer.site-footer .footer__bottom.custom-bottom-footer .footer__bottom__wrapper {
  justify-content: center;
  flex-direction: unset;
}
body #shopify-section-footer footer.site-footer .footer__bottom.custom-bottom-footer .footer__bottom__wrapper .custom-bottom-footer-text {
  color: #212121;
}
body #shopify-section-footer footer.site-footer .footer__bottom.custom-bottom-footer .footer__bottom__wrapper .custom-bottom-footer-text a {
  color: #212121;
}
body #shopify-section-footer footer.site-footer .footer__bottom.custom-bottom-footer .footer__bottom__wrapper .custom-bottom-footer-text a:hover {
  text-decoration: underline;
}
body .article__control i {
  transition: all ease 0.5s;
}
body .article__control.article__control--prev i {
  margin-right: 8px;
}
body .article__control.article__control--next i {
  margin-left: 8px;
}
body .article__control:hover i {
  transition: all ease 0.5s;
}
body .article__control:hover.article__control--prev i {
  margin-right: 16px;
}
body .article__control:hover.article__control--next i {
  margin-left: 16px;
}

body.scroll1 .custom-sticky-sub-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  right: 0;
  padding: 5px 10px;
}

@media (min-height: 32em) {
  html {
    scroll-padding-top: 100px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.stamped-rewards-container {
  /*position: fixed;
  left: 30px;
  bottom: 150px;
  display: flex;
  min-width: 60px;
  max-width: 220px;
  width: 100%;
  height: 60px;

  #stamped-rewards-init {
    .stamped-rewards-launcher {
      .stamped-launcher-button {
        width: 220px !important;
      }
    }

    &:has(.stamped-rewards-launcher .stamped-launcher-button:hover) + .close-stamped-rewards {
      right: -20px;
      transition: right ease 0.5s;
    }
  }*/
  /*@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    #stamped-rewards-init {
      .stamped-rewards-launcher.desktop {
        display: block !important;
      }
    }
  }*/
}
.stamped-rewards-container .close-stamped-rewards {
  display: none !important;
  /*position: absolute;
  top: -12px;
  right: -8px;
  font-size: 20px;
  cursor: pointer;
  z-index: 99999999999;
  //background: linear-gradient(135deg, #006f93, #006f93) !important;
  background: black !important;
  color: #FFFFFF;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 3s;
  transition: right ease 0.5s;*/
}

.refer-friend-container .row {
  display: block;
}
.refer-friend-container .row .column.image-column .img-container {
  width: 100%;
  height: 100%;
}
.refer-friend-container .row .column.image-column .img-container img, .refer-friend-container .row .column.image-column .img-container svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}
.refer-friend-container .row .column.widget-column {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E9F6FB;
}
.refer-friend-container .row .column.widget-column .refer-friend-custom[data-widget-type=rewards-referral] {
  width: 100%;
  border: none;
}
.refer-friend-container .row .column.widget-column .refer-friend-custom[data-widget-type=rewards-referral] .stamped-rewards-page-campaigns-refer .stamped-rewards-page-refer-section-holder {
  padding: 1rem;
}
.refer-friend-container .row .column.widget-column .refer-friend-custom[data-widget-type=rewards-referral] .stamped-rewards-page-campaigns-refer .stamped-rewards-page-refer-section-holder .stamped-rewards-widget-heading-sub {
  color: #006F93;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.refer-friend-container .row .column.widget-column .refer-friend-custom[data-widget-type=rewards-referral] .stamped-rewards-page-campaigns-refer .stamped-rewards-page-refer-section-holder .stamped-rewards-widget-heading-main {
  max-width: 282px;
  margin: 20px auto;
  color: #006F93;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 35px;
  font-weight: bold;
  line-height: 40px;
  text-transform: uppercase;
}
.refer-friend-container .row .column.widget-column .refer-friend-custom[data-widget-type=rewards-referral] .stamped-rewards-page-campaigns-refer .stamped-rewards-page-refer-section-holder .stamped-rewards-page-text.stamped-rewards-widget-description {
  max-width: 414px;
  margin: 8px auto 27px;
  color: #006F93;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.refer-friend-container .row .column.widget-column .refer-friend-custom[data-widget-type=rewards-referral] .stamped-rewards-page-campaigns-refer .stamped-rewards-page-refer-section-holder [data-target-id=section-share-logged-in] .stamped-reward-referral-wrapper {
  background-color: #FDC351;
  border-radius: 5px;
}
.refer-friend-container .row .column.widget-column .refer-friend-custom[data-widget-type=rewards-referral] .stamped-rewards-page-campaigns-refer .stamped-rewards-page-refer-section-holder [data-target-id=section-share-logged-in] .stamped-reward-referral-wrapper .stamped-reward-referral-link {
  background-color: transparent;
  color: #006F93;
}
.refer-friend-container .row .column.widget-column .refer-friend-custom[data-widget-type=rewards-referral] .stamped-rewards-page-campaigns-refer .stamped-rewards-page-refer-section-holder [data-target-id=section-share-logged-in] .stamped-reward-referral-wrapper .stamped-reward-copy-icon {
  background-color: #CC0D06;
  color: #FFF;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.refer-friend-container .row .column.widget-column .refer-friend-custom[data-widget-type=rewards-referral] .stamped-rewards-page-campaigns-refer .stamped-rewards-page-refer-section-holder [data-target-id=section-share-logged-in] .stamped-reward-referral-platforms {
  max-width: 150px;
}
.refer-friend-container .row .column.widget-column .refer-friend-custom[data-widget-type=rewards-referral] .stamped-rewards-page-campaigns-refer .stamped-rewards-page-refer-section-holder [data-target-id=section-share-logged-in] .stamped-reward-referral-platforms a {
  color: #006F93 !important;
}
.refer-friend-container .row .column.widget-column .refer-friend-custom[data-widget-type=rewards-referral] .stamped-rewards-page-campaigns-refer .stamped-rewards-page-refer-section-holder [data-target-id=section-share-logged-in] .stamped-reward-referral-platforms a svg {
  width: 18px;
  font-size: 18px;
}
.refer-friend-container .row .column.widget-column .refer-friend-custom[data-widget-type=rewards-referral] .stamped-rewards-page-campaigns-refer .stamped-rewards-page-refer-section-holder [data-target-id=section-share-logged-in] .stamped-reward-referral-platforms:before {
  color: #006F93;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.refer-friend-container .row .column.widget-column .refer-friend-custom[data-widget-type=rewards-referral] .stamped-rewards-page-campaigns-refer .stamped-rewards-page-refer-section-holder [data-target-id=section-email-customer],
.refer-friend-container .row .column.widget-column .refer-friend-custom[data-widget-type=rewards-referral] .stamped-rewards-page-campaigns-refer .stamped-rewards-page-refer-section-holder [data-target-id=section-email-friend] {
  padding: 27px 0 5px 20px;
}
.refer-friend-container .row .column.widget-column .refer-friend-custom[data-widget-type=rewards-referral] .stamped-rewards-page-campaigns-refer .stamped-rewards-page-refer-section-holder [data-target-id=section-email-customer] .stamped-rewards-page-subtitle,
.refer-friend-container .row .column.widget-column .refer-friend-custom[data-widget-type=rewards-referral] .stamped-rewards-page-campaigns-refer .stamped-rewards-page-refer-section-holder [data-target-id=section-email-friend] .stamped-rewards-page-subtitle {
  color: #FFF;
  font-family: "Cantarell", "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.refer-friend-container .row .column.widget-column .refer-friend-custom[data-widget-type=rewards-referral] .stamped-rewards-page-campaigns-refer .stamped-rewards-page-refer-section-holder [data-target-id=section-email-customer] .stamped-rewards-page-buttonAddon,
.refer-friend-container .row .column.widget-column .refer-friend-custom[data-widget-type=rewards-referral] .stamped-rewards-page-campaigns-refer .stamped-rewards-page-refer-section-holder [data-target-id=section-email-friend] .stamped-rewards-page-buttonAddon {
  margin-top: 15px;
}
.refer-friend-container .row .column.widget-column .refer-friend-custom[data-widget-type=rewards-referral] .stamped-rewards-page-campaigns-refer .stamped-rewards-page-refer-section-holder [data-target-id=section-email-customer] .stamped-rewards-page-buttonAddon .stamped-rewards-page-input,
.refer-friend-container .row .column.widget-column .refer-friend-custom[data-widget-type=rewards-referral] .stamped-rewards-page-campaigns-refer .stamped-rewards-page-refer-section-holder [data-target-id=section-email-friend] .stamped-rewards-page-buttonAddon .stamped-rewards-page-input {
  height: 39px;
  background-color: #FFF;
  border: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.refer-friend-container .row .column.widget-column .refer-friend-custom[data-widget-type=rewards-referral] .stamped-rewards-page-campaigns-refer .stamped-rewards-page-refer-section-holder [data-target-id=section-email-customer] .stamped-rewards-page-buttonAddon .stamped-rewards-page-btn,
.refer-friend-container .row .column.widget-column .refer-friend-custom[data-widget-type=rewards-referral] .stamped-rewards-page-campaigns-refer .stamped-rewards-page-refer-section-holder [data-target-id=section-email-friend] .stamped-rewards-page-buttonAddon .stamped-rewards-page-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 39px;
  background-color: #CC0D06;
  color: transparent !important;
  border: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.refer-friend-container .row .column.widget-column .refer-friend-custom[data-widget-type=rewards-referral] .stamped-rewards-page-campaigns-refer .stamped-rewards-page-refer-section-holder [data-target-id=section-email-customer] .stamped-rewards-page-buttonAddon .stamped-rewards-page-btn:before,
.refer-friend-container .row .column.widget-column .refer-friend-custom[data-widget-type=rewards-referral] .stamped-rewards-page-campaigns-refer .stamped-rewards-page-refer-section-holder [data-target-id=section-email-friend] .stamped-rewards-page-buttonAddon .stamped-rewards-page-btn:before {
  content: "\f124";
  position: absolute;
  color: #FFF;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-size: 14px;
  font-weight: bold;
  transform: translateX(-3px) rotate(45deg);
}
.refer-friend-container .row .column.widget-column .refer-friend-custom[data-widget-type=rewards-referral] .stamped-rewards-page-campaigns-refer .stamped-rewards-page-refer-section-holder [data-target-id=section-thankyou] .stamped-rewards-page-subtitle {
  color: #FFF;
}
.refer-friend-container .row .column.widget-column .refer-friend-custom[data-widget-type=rewards-referral] .stamped-rewards-page-campaigns-refer .stamped-rewards-page-refer-section-holder [data-target-id=section-thankyou] .stamped-rewards-page-more {
  color: #CC0D06;
}
@media screen and (min-width: 768px) {
  .refer-friend-container .row {
    display: flex;
    flex-wrap: wrap;
  }
  .refer-friend-container .row .column {
    width: 50%;
  }
  .refer-friend-container .row .column.image-column .img-container img, .refer-friend-container .row .column.image-column .img-container svg {
    vertical-align: unset;
  }
}

.global-cta-image {
  display: block;
}
.global-cta-image .img-container {
  width: 100%;
}
.global-cta-image .img-container img {
  width: 100%;
  vertical-align: top;
}

#predict-height-popup {
  width: 380px;
  align-items: center;
  padding-bottom: 40px;
  border-radius: 10px;
}
#predict-height-popup p {
  margin-top: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
#predict-height-popup form {
  max-width: 100%;
  width: 100%;
}
#predict-height-popup form input {
  border: 1px solid #000;
  height: 50px;
  border-radius: 7px;
  width: 100%;
  margin: 20px 0 20px 0;
  font-family: "Cantarell", "Montserrat", sans-serif;
}
#predict-height-popup form input:first-of-type {
  margin-top: 10px;
}
#predict-height-popup form .gc-form-modal__submit {
  max-width: 100%;
  height: auto;
  padding: 14px 30px;
  margin-top: 30px;
  border: none;
  font-family: "Cantarell", "Montserrat", sans-serif;
  white-space: break-spaces;
}
#predict-height-popup form h4 {
  text-align: center;
}
#predict-height-popup form h4 span:first-of-type {
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
#predict-height-popup form h4 span:last-of-type {
  display: block;
}
#predict-height-popup form h4 span:last-of-type a {
  text-decoration: underline;
}

/* Header Updated */
body {
  /* Main Landing Page Section */
  /* Custom Offer Section */
  /* Custom Featured Product Section */
  /* Custom Header */
}
body #shopify-section-header {
  position: absolute;
}
body #shopify-section-header .nav-hamburger .menu .menu-item.has-submenu .menu-item__link {
  font-size: calc(1.25rem * var(---font-adjust-body));
}
body #shopify-section-header header.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  height: 78px;
}
body #shopify-section-header header.site-header .menuToggle {
  position: static;
  display: block;
  margin: 0 0 0 10px;
  z-index: 999;
}
body #shopify-section-header header.site-header .nav-item.logo {
  position: absolute;
  height: 100%;
  margin: 0;
  padding: 10px 0;
  max-width: unset;
  width: 100%;
  flex: 1;
}
body #shopify-section-header header.site-header .nav-item.logo .logo__image-link {
  position: static;
  height: 100%;
  width: 100%;
}
body #shopify-section-header header.site-header .nav-item.logo .logo__image-link .logo__image {
  width: 100%;
  height: 100%;
}
body #shopify-section-header header.site-header .container {
  margin: 0;
  padding: 0;
  width: max-content;
  z-index: 999;
}
body #shopify-section-header header.site-header .container .header-fix-cont {
  position: static;
}
body #shopify-section-header header.site-header .container .header-fix-cont .header-fix-cont-inner .nav-main {
  display: none;
}
body #shopify-section-header header.site-header .container .header-fix-cont .header-fix-cont-inner .header__icons {
  float: unset;
  margin: 0 26px 0 0;
}
@media screen and (min-width: 1024px) {
  body #shopify-section-header {
    position: absolute;
  }
  body #shopify-section-header header.site-header {
    justify-content: unset;
  }
  body #shopify-section-header header.site-header .menuToggle {
    display: none;
  }
  body #shopify-section-header header.site-header .nav-item.logo {
    position: static;
    margin: 0 0 0 20px;
    padding: 0;
    width: auto;
    height: 100%;
    flex: unset;
  }
  body #shopify-section-header header.site-header .container {
    display: block;
    width: calc(100% - 80px);
  }
  body #shopify-section-header header.site-header .container .header-fix-cont {
    position: absolute;
  }
  body #shopify-section-header header.site-header .container .header-fix-cont .header-fix-cont-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 20px 0 0;
  }
  body #shopify-section-header header.site-header .container .header-fix-cont .header-fix-cont-inner .nav-main {
    position: static;
    display: flex;
    justify-content: center;
    flex: 1;
    margin: 0;
    padding: 0;
  }
}
body .main-landing-page section {
  margin: 0 auto;
  padding: 1rem;
  max-width: calc(670px + 2rem);
}
body .main-landing-page section .inner-container {
  text-align: center;
}
body .main-landing-page section .inner-container h1 {
  color: #212121;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.6px;
}
body .main-landing-page section .inner-container .content {
  margin: 12px 0;
  width: 100%;
  text-align: center;
}
body .main-landing-page section .inner-container .content p {
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 0;
}
body .main-landing-page section .inner-container .discount-code {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0 auto;
  padding: 9px;
  font-size: 25px;
  font-weight: bold;
  line-height: 130%;
  letter-spacing: 0;
  line-break: anywhere;
  border: dashed 2px;
  z-index: 1;
}
body .main-landing-page section .inner-container .discount-code:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
body .custom-offer {
  margin-bottom: 90px;
}
body .custom-offer section .inner-container .column {
  width: 100%;
}
body .custom-offer section .inner-container .image-column .img-container {
  width: 100%;
}
body .custom-offer section .inner-container .image-column .img-container img, body .custom-offer section .inner-container .image-column .img-container svg {
  width: 100%;
}
body .custom-offer section .inner-container .text-column {
  margin: 2rem 0 0;
  order: 1;
}
body .custom-offer section .inner-container .text-column .inner-text {
  margin: 0;
  max-width: 600px;
}
body .custom-offer section .inner-container .text-column .inner-text .custom-rating {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 11px;
  width: 100%;
  height: 26px;
}
body .custom-offer section .inner-container .text-column .inner-text .custom-rating .rating-image {
  width: 95px;
  height: 100%;
}
body .custom-offer section .inner-container .text-column .inner-text .custom-rating .rating-image img, body .custom-offer section .inner-container .text-column .inner-text .custom-rating .rating-image svg {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
body .custom-offer section .inner-container .text-column .inner-text .custom-rating .rating-text {
  margin: 0 8px;
  color: #212121;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
}
body .custom-offer section .inner-container .text-column .inner-text .custom-rating .country-image {
  width: 32px;
  height: 17px;
}
body .custom-offer section .inner-container .text-column .inner-text .custom-rating .country-image img, body .custom-offer section .inner-container .text-column .inner-text .custom-rating .country-image svg {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 500px) {
  body .custom-offer section .inner-container .text-column .inner-text .custom-rating .rating-image {
    width: 71.25px;
    height: auto;
  }
  body .custom-offer section .inner-container .text-column .inner-text .custom-rating .rating-text {
    font-size: 10px;
  }
  body .custom-offer section .inner-container .text-column .inner-text .custom-rating .country-image {
    width: 24px;
    height: auto;
  }
}
body .custom-offer section .inner-container .text-column .inner-text h2 {
  margin: 0 0 11px;
  color: #212121;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.6px;
}
body .custom-offer section .inner-container .text-column .inner-text .product__price {
  margin: 0 0 11px;
}
body .custom-offer section .inner-container .text-column .inner-text .product__price .custom-sale-price,
body .custom-offer section .inner-container .text-column .inner-text .product__price .custom-compare-at-price {
  font-size: 20px;
  font-weight: normal;
  line-height: 29px;
  letter-spacing: 0;
}
body .custom-offer section .inner-container .text-column .inner-text .product__price .custom-compare-at-price {
  text-decoration: line-through;
}
body .custom-offer section .inner-container .text-column .inner-text .benefits {
  margin-bottom: 30px;
}
body .custom-offer section .inner-container .text-column .inner-text .benefits .benefit {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #212121;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0;
}
body .custom-offer section .inner-container .text-column .inner-text .benefits .benefit i {
  margin-right: 11px;
  color: #77C598;
  font-size: 19px;
  line-height: 1;
  letter-spacing: 0;
}
body .custom-offer section .inner-container .text-column .inner-text .discount-preheader {
  margin-bottom: 20px;
  width: 100%;
}
body .custom-offer section .inner-container .text-column .inner-text .discount-preheader p {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0;
}
body .custom-offer section .inner-container .text-column .inner-text .discount-code {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 0 28px;
  padding: 9px;
  min-height: 60px;
  font-size: 25px;
  font-weight: bold;
  line-height: 130%;
  letter-spacing: 0;
  line-break: anywhere;
  text-align: center;
  border: dashed 2px;
  z-index: 1;
}
body .custom-offer section .inner-container .text-column .inner-text .discount-code:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
body .custom-offer section .inner-container .text-column .inner-text .custom-offer-button {
  margin: 0;
  width: 100%;
  height: 60px;
}
body .custom-offer section .inner-container .text-column .inner-text .custom-offer-button a {
  margin: 0;
  max-width: 388px;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 65px;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  body .custom-offer section .inner-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  body .custom-offer section .inner-container .column {
    width: calc(50% - 2rem);
  }
  body .custom-offer section .inner-container .text-column {
    margin: 0;
  }
  body .custom-offer section .inner-container.position-right .image-column {
    order: 2;
  }
  body .custom-offer section .inner-container.position-right .text-column {
    order: 1;
  }
}
body .custom-featured-product .custom-badges {
  margin: 0 auto 24px;
}
body .custom-featured-product .custom-badges .img-container {
  max-width: 283px;
  width: 100%;
  height: 59px;
}
body .custom-featured-product .custom-badges .img-container img, body .custom-featured-product .custom-badges .img-container svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  body .custom-featured-product .custom-badges {
    margin: 0 0 24px;
  }
}
body .custom-featured-product .custom-price-and-title .product-vendor {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  text-transform: uppercase;
}
body .custom-featured-product .custom-price-and-title .product_testimonial {
  margin: 0 0 24px;
  font-size: 20px;
  font-weight: bold;
  line-height: 29px;
  letter-spacing: 0;
}
body .custom-featured-product .custom-price-and-title .product_subheader {
  margin: 0 0 4px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
}
body .custom-featured-product .custom-price-and-title .product__title {
  margin: 0 0 10px;
}
body .custom-featured-product .custom-price-and-title .price_and_review_rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
body .custom-featured-product .custom-price-and-title .price_and_review_rating .product__price [data-product-price],
body .custom-featured-product .custom-price-and-title .price_and_review_rating .product__price .custom-sale-price,
body .custom-featured-product .custom-price-and-title .price_and_review_rating .product__price .custom-compare-at-price {
  font-size: 20px;
  font-weight: normal;
  line-height: 29px;
  letter-spacing: 0;
}
body .custom-featured-product .custom-price-and-title .price_and_review_rating .product__price .custom-compare-at-price {
  text-decoration: line-through;
}
body .custom-featured-product .custom-price-and-title .price_and_review_rating .bv_main_container > div:last-of-type {
  display: none !important;
}
@media screen and (min-width: 768px) {
  body .custom-featured-product .custom-price-and-title .price_and_review_rating {
    margin: 0 0 34px;
  }
}
body .custom-featured-product .variant-input-wrap--boxes {
  max-width: 375px;
  width: 100%;
  justify-content: space-between;
}
body .custom-featured-product .variant-input-wrap--boxes > label {
  color: #212121;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  letter-spacing: -0.32px;
}
body .custom-featured-product .variant-input-wrap--boxes .variant-field {
  max-width: calc(33.3333333333% - 7.5px);
  width: 100%;
}
body .custom-featured-product .variant-input-wrap--boxes .variant-field .variant__button-flavor {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 84px;
  border: 1px solid #D1D1D1;
  border-radius: 8px;
}
body .custom-featured-product .variant-input-wrap--boxes .variant-field .variant__button-flavor .flavor-container {
  text-align: center;
}
body .custom-featured-product .variant-input-wrap--boxes .variant-field .variant__button-flavor .flavor-container .flavor-icon {
  width: 35px;
  height: 35px;
}
body .custom-featured-product .variant-input-wrap--boxes .variant-field .variant__button-flavor .flavor-container p {
  margin: 0;
  color: #212121;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.32px;
}
body .custom-featured-product .variant-input-wrap--boxes .variant-input:checked + .variant__button-flavor {
  background-color: #77C598;
  border: 2px solid #77C598;
  box-shadow: unset;
}
body .custom-featured-product .variant-input-wrap--boxes .variant-input:checked + .variant__button-flavor p {
  color: #FFF;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  body .custom-featured-product .variant-input-wrap--boxes .variant-field {
    max-width: 115px;
  }
}
body .custom-featured-product .qty__adjust label {
  color: #212121;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  letter-spacing: -0.32px;
}
body .custom-featured-product .qty__adjust .qty__adjust-btn {
  top: 32px;
}
body .custom-featured-product .product__form-block:last-of-type {
  width: 100%;
}
body .custom-featured-product .product__form-buttons .product__form-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 19px;
  max-width: unset;
  width: 100%;
  height: 60px;
  font-size: 16px;
  font-weight: bold;
  line-height: 65px;
  letter-spacing: 0;
  text-transform: uppercase;
  border-radius: 8px;
}
@media screen and (min-width: 1024px) {
  body .custom-featured-product .product__form-buttons .product__form-submit {
    max-width: 388px;
  }
}
body .custom-header {
  margin-bottom: 58px;
}
body .custom-header section .custom-top-bar {
  padding: 14px;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}
body .custom-header section .custom-top-bar p {
  margin: 0;
}
body .custom-header section .minimal-header {
  height: 50px;
  padding: 6px;
  text-align: center;
}
body .custom-header section .minimal-header .img-container {
  display: inline-block;
  height: 44px;
}
body .custom-header section .minimal-header .img-container img, body .custom-header section .minimal-header .img-container svg {
  height: 100%;
  vertical-align: top;
}

body#privacy-policy .page-container a,
body#refund-policy .shopify-policy__container a,
body#terms-of-service .shopify-policy__container a,
body#shipping-amp-returns .page-container a {
  color: #9A0A05;
}

body .button.to-amazon {
  display: none;
  margin: 1rem 0 0;
  max-width: unset !important;
}

.variant-field.ooo {
  opacity: 0.35;
}

header:not(.header--search-visible) .nav-search {
  display: none;
}

/*# sourceMappingURL=custom_styles.min.css.map */
