/*
Poppins ExtraLight
font-family: poppins, sans-serif;
font-weight: 200;
font-style: normal;

Poppins Italic
font-family: poppins, sans-serif;
font-weight: 400;
font-style: italic;

Poppins Regular
font-family: poppins, sans-serif;
font-weight: 400;
font-style: normal;

Poppins SemiBold
font-family: poppins, sans-serif;
font-weight: 600;
font-style: normal;

Poppins Bold Italic
font-family: poppins, sans-serif;
font-weight: 700;
font-style: italic;

Poppins Bold
font-family: poppins, sans-serif;
font-weight: 700;
font-style: normal;

#freshwell-content * {
  outline: 1px solid #f00;
}*/
@keyframes slidedn {
  0% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

@-webkit-keyframes slidedn {
  0% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes delayed-fadein {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes delayed-fadein {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


@keyframes fadeout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes delayed-fadeout {
  0% {
    opacity: 1;
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes delayed-fadeout {
  0% {
    opacity: 1;
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.slidedn-event {
  -webkit-animation: 0.8s ease 0s normal forwards 1 slidedn;
  animation: 0.6s ease 0s normal forwards 1 slidedn;
}

.fadein-event {
  -webkit-animation: 0.8s ease 0s normal forwards 1 fadein;
  animation: 0.6s ease 0s normal forwards 1 fadein;
}

.fadeout-event {
  -webkit-animation: 0.8s ease 0s normal forwards 1 fadeout;
  animation: 0.4s ease 0s normal forwards 1 fadeout;
}

.delayed-fadein-event {
  -webkit-animation: 0.8s ease 0s normal forwards 1 delayed-fadein;
  animation: 0.6s ease 0s normal forwards 1 delayed-fadein;
}

.delayed-fadeout-event {
  -webkit-animation: 0.8s ease 0s normal forwards 1 delayed-fadeout;
  animation: 0.4s ease 0s normal forwards 1 delayed-fadeout;
}

body,
html {
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6em;
  margin: 0rem;
  padding: 0rem;
  color: #212B37;
  overflow-wrap: break-word;
}

h1 {
  font-size: 2.05rem;
  line-height: 2.45rem;
}

h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: 2.5rem;
}

h3 {
  margin-top: 2.5rem;
}

h1,
h2,
h3,
h4,
strong,
b {
  font-weight: 600;
}

a,
summary,
details,
button {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

button>span,
.image-link span {
  display: none;
}

.snipcart-checkout span {
  display: inline-block;
}

ol {
  padding-left: 1rem;
}

#freshwell-content ol>li,
#freshwell-content ul>li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.barebones #freshwell-content {
  margin-bottom: 4rem;
}

.spacer-block {
  height: 3rem;
}

.last-updated {
  font-size: 0.95rem;
  color: #4C6272;
}

.mobile-only {
  display: none;
}

.restricted>div:not(#modal) {
  display: none;
}

#freshwell-header {
  height: 7rem;
  margin-bottom: -1rem;
}

#freshwell-header>div {
  height: 100%;
  position: relative;
  background-image: url("/static/images/freshwell_logo.49900f5715e6.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 10rem 3.9rem;
}

#freshwell-header>div>.snipcart-checkout {
  position: absolute;
  top: 1rem;
  right: 0;
  min-width: unset;
  display: none;
}

.block-paragraph a,
.block-paragraph_yellow a,
.block-paragraph_green a,
details a,
.block-border_quote a {
  position: relative;
  color: #1E68D7;
  display: inline;
}

.block-paragraph_yellow h2,
.block-paragraph_green h2 {
  margin-top: 1rem;
}

.full-width,
.richtext-image.hi-res {
  width: 100%;
}

.half-column-bordered {
  width: 50%;
  border: 0.1rem solid #212B37;
}

.keynav .block-paragraph a:focus,
.keynav .block-paragraph_yellow a:focus,
.keynav .block-paragraph_green a:focus,
.keynav .block-quote a:focus,
.keynav .block-feature a:focus .keynav .block-alt_feature a:focus {
  background-color: #E2FF77;
  outline: none;
  color: #212B37;
  position: relative;
  text-decoration: none;
}

.keynav .block-paragraph a:focus::before,
.keynav .block-paragraph_yellow a:focus::before,
.keynav .block-paragraph_green a:focus::before,
.keynav .block-quote a:focus::before,
.keynav .block-promo a:focus::before,
.keynav .block-feature a:focus::before,
.keynav .block-alt_feature a:focus::before,
.keynav #freshwell-footer li>a:focus::before,
.keynav #header-breadcrumb a:focus::before,
.keynav .download a:focus::before,
.keynav .action_link a:focus::before {
  background-color: #E2FF77;
  color: #212B37;
  content: '';
  height: 0.2rem;
  width: 100%;
  position: absolute;
  top: -0.2rem;
  left: 0;
  right: 0'

}

.keynav #header-breadcrumb a:focus {
  background-color: #E2FF77;
  color: #212B37;
  padding: 0.25rem;
  margin: -0.25rem;
  outline: none;
  text-decoration: none;
  position: relative;
}

.keynav .block-paragraph a:focus::after,
.keynav .block-paragraph_yellow a:focus::after,
.keynav .block-paragraph_green a:focus::after,
.keynav .block-feature a:focus::after,
.keynav .block-alt_feature a:focus::after,
.keynav .block-quote a:focus::after,
.keynav .block-promo a:focus::after,
.keynav #freshwell-footer li>a:focus::after,
.keynav #header-breadcrumb a:focus::after,
.keynav .download a:focus::after,
.keynav .action_link a:focus::after {
  background-color: #212B37;
  content: '';
  height: 0.2rem;
  width: 100%;
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  right: 0;

}

#freshwell-nav>ul,
#freshwell-header>div,
#freshwell-content>div,
#freshwell-content>.card-grid>ul,
#freshwell-content>h1,
.nav-grid>ul,
#header-breadcrumb,
#freshwell-content>div[class*='block-image_block_']>div,
#freshwell-content>.block-welcome>div>div,
#freshwell-content>.block-banner>div,
#freshwell-content>.block-paragraph_yellow>div,
#freshwell-content>.block-paragraph_green>div,
.content-footer,
#freshwell-footer>div {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}


#freshwell-content>.block-feature>div,
#freshwell-content>.block-alt_feature>div {
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
}

#header-breadcrumb {
  padding: 0;
  margin-top: -2rem;
}

#header-breadcrumb ul {
  margin: 0;
  padding: 0;
}

#header-breadcrumb ul>li {
  display: inline-block;
  padding-right: 1.4rem;
  margin-right: 0.4rem;
  background-image: url("/static/images/breadcrumb.69cce4fb004e.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 0.5rem;
}

#header-breadcrumb ul>li:last-of-type {
  background-image: none;
}

#header-breadcrumb ul>li>a {
  color: #1E68D7;
  font-size: 0.9rem;
}

#header-breadcrumb ul>li>a:hover,
.block-paragraph a:hover,
.block-paragraph_yellow a:hover,
.block-paragraph_green a:hover {
  text-decoration: none;
}

#freshwell-content {
  padding: 2rem 0 0 0;
  min-height: calc(100vh - 34.7rem)
}

/*
.special_link,
.action_link,
.download{
  display: block;
  margin-left:auto !important;
  margin-right:auto !important;
}*/

.action_link a,
.download a {
  display: table;
  position: relative;
  margin: 1rem 0 1rem 0;
  padding: 0.1rem 0 0 1.7rem;
  background-repeat: no-repeat;
  background-position: left -0.1rem top;
  background-size: 1.6rem;
  text-decoration: none;
  color: #212B37;
  font-weight: 600;
}


.action_link a:hover,
.download a:hover {
  text-decoration: underline;
}



.keynav .action_link a:focus,
.keynav .download a:focus {
  outline: none;
  color: #212B37;
  background-color: #E2FF77;
}

.download a {
  background-image: url("/static/images/icon_download.c27643f38b31.svg");
}

.special_link {
  background-image: url("/static/images/leaf_icon.724ff17cec85.svg");
  background-repeat: no-repeat;
  font-size: 1.5rem;
  padding: 0.2rem 0 0rem 2rem;
  background-size: 1.9rem;
  background-position: center left;
  font-weight: 600;
}

.special_link>a {
  text-decoration: none;
}

.special_link>a:hover {
  text-decoration: underline;
}

.special_link:hover {
  background-image: url("/static/images/leaf_icon_dark.001860ae88e3.svg");
}

.action_link a {
  background-image: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="595.28px" height="595.28px" viewBox="0 123.305 595.28 595.28" enable-background="new 0 123.305 595.28 595.28" xml:space="preserve"><path fill="none" d="M0,123.305h595.28v595.28H0V123.305z"/><path fill="%23278B5E" d="M297.64,172.328c-127.811,0-234.61,96.295-246.866,224.105H339.66l-98.046-98.046c-8.754-10.505-7.003-26.262,3.502-35.016c8.754-8.754,22.761-8.754,31.515,0l140.065,140.066c10.505,10.505,10.505,24.512,0,35.016l0,0L276.63,578.519c-10.505,8.754-24.512,8.754-35.017,0c-8.754-10.504-8.754-24.512,0-35.016l98.046-98.047H50.774C64.781,582.021,185.587,681.818,322.152,667.81c136.564-14.008,236.361-134.813,222.354-271.377C532.251,268.624,425.45,172.328,297.64,172.328z"/></svg>');
  color: #1E68D7;
}

.action_link a:hover {
  background-image: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="595.28px" height="595.28px" viewBox="0 123.305 595.28 595.28" enable-background="new 0 123.305 595.28 595.28" xml:space="preserve"><path fill="none" d="M0,123.305h595.28v595.28H0V123.305z"/><path fill="%23212B37" d="M297.64,172.328c-127.811,0-234.61,96.295-246.866,224.105H339.66l-98.046-98.046c-8.754-10.505-7.003-26.262,3.502-35.016c8.754-8.754,22.761-8.754,31.515,0l140.065,140.066c10.505,10.505,10.505,24.512,0,35.016l0,0L276.63,578.519c-10.505,8.754-24.512,8.754-35.017,0c-8.754-10.504-8.754-24.512,0-35.016l98.046-98.047H50.774C64.781,582.021,185.587,681.818,322.152,667.81c136.564-14.008,236.361-134.813,222.354-271.377C532.251,268.624,425.45,172.328,297.64,172.328z"/></svg>');
}

#freshwell-content details>summary {
  color: #1E68D7;
  font-weight: 600;
  font-size: 1.05rem;
  margin-left: 0.1rem;
  cursor: pointer;
}

#freshwell-content details>div,
.block-border_quote>div {
  padding-left: 1rem;
  margin-left: 0.3rem;
  border-left: 0.3rem solid #CCCCCC;
}

.details-block {
  margin-top: 1rem;
  margin-bottom: 1rem;

}

#freshwell-content>.block-paragraph {
  border-right: #fff 10rem solid;
  max-width: 38rem;
}

.block-border_quote>div,
#freshwell-content>.block-paragraph_yellow>div>*,
#freshwell-content>.block-paragraph_green>div>* {
  max-width: 38rem;

}

.freshwell-homepage #freshwell-content {
  padding-top: 0;
}

#freshwell-content>.block-welcome {
  max-width: unset;
  background-image: url("/static/images/homepage_hero_1000.a3f3f8936eb4.jpg");
  background-repeat: repeat-x;
  background-position: bottom 2rem center;
  background-size: cover;
  position: relative;
}

#freshwell-content>.block-welcome::before {
  position: absolute;
  content: '';
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  -color: #fff;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  left: 0;
  right: 0;
  bottom: 2rem;
  height: 6rem;
}

#freshwell-content>.block-welcome::after {
  position: absolute;
  content: '';
  width: calc(100% - 2rem);
  height: 0.5rem;
  top: 0;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  -color: #000;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

#freshwell-content>.block-welcome>div>div {
  padding-top: 2rem;
}

#freshwell-content>.block-welcome>div>div>div {
  position: relative;
  background-color: #C8526A;
  padding: 1rem;
  color: #ffffff;
  margin-bottom: 3rem;
  margin-right: 10rem;

}

.block-welcome h1 {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 2.8rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.block-welcome h2 {
  font-weight: 200;
  font-size: 1.62rem;
  line-height: 2rem;
  margin-top: 1.5rem;
}



.block-welcome p {
  font-weight: 400;
  /*WCAG edit used to be 1.05rem*/
  font-size: 1.2rem;
}

.block-welcome>div>div>div::after {
  width: 0;
  height: 0;
  content: '';
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  border-top: 2rem solid #C8526A;
  position: absolute;
  bottom: -2rem;
  left: 3rem;
}

.freshwell-homepage #freshwell-content {
  margin-top: -1rem;


}

.freshwell-homepage .block-quote,
.freshwell-homepage .block-promo {
  text-align: center;
  position: relative;
  min-height: 17.6rem;
}


.freshwell-homepage .block-quote blockquote {
  margin: 0;
  padding: 0;
  font-style: italic;
  font-size: 1.1rem;
}

blockquote {
  position: relative;
}

blockquote::before {
  content: "";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 6rem;
  position: absolute;
  top: 1rem;
  left: 0;
  width: 3rem;
  height: 3rem;
  background-image: url("/static/images/quotes.058651dd3098.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.freshwell-homepage blockquote::before {
  top: -4rem;
}

.freshwell-homepage .block-quote>div {
  padding-top: 4rem;
}

.freshwell-homepage .block-quote>div>*,
.freshwell-homepage .block-promo>div>* {
  text-align: left;
  margin-right: 40%;
}

.freshwell-homepage .block-quote>div>img,
.freshwell-homepage .block-promo>div>img {
  position: absolute;
  float: unset;
  margin-top: 0;
  margin-bottom: 0;
  height: 14rem;
  width: 14rem;
  top: calc(50% - 7rem);
  right: -18.4rem;
}

.freshwell-homepage .block-quote .action_link,
.freshwell-homepage .block-promo .action_link {
  position: absolute;
  margin: 0;
  margin-right: -50%;
}

.freshwell-homepage .block-quote .action_link a,
.freshwell-homepage .block-promo .action_link a {
  margin-bottom: 0;
  margin-top: 0;
}

.freshwell-homepage .block-quote sub {
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

.freshwell-homepage .block-promo {
  padding-top: 1rem;
}

.freshwell-homepage .block-promo>div p:nth-of-type(3n) {
  margin-bottom: 0;
  padding-bottom: 0;
}

.freshwell-homepage .block-promo>div p:nth-of-type(4n) {
  margin-top: 0;
  padding-top: 0;
}


#freshwell-content>.block-feature,
#freshwell-content>.block-alt_feature {
  background-color: #DCECE5;
  max-width: unset;
  position: relative;
  padding: 1rem 0 2rem 0;
}

#freshwell-content>.block-alt_feature {
  background-color: #FFF8BF;

}

.freshwell-homepage .block-feature,
.freshwell-homepage .block-alt_feature {
  text-align: center;
  min-height: 17.6rem;
}

.freshwell-homepage .block-feature>div>*,
.freshwell-homepage .block-alt_feature>div>* {
  text-align: left;
  max-width: 23rem;
  margin-left: 50%;
}

.freshwell-homepage .block-feature>div>img,
.freshwell-homepage .block-alt_feature>div>img,.freshwell-homepage .block-alt_feature .animation {
  border-radius: 50%;
  position: absolute;
  height: 16rem;
  width: 16rem;
  top: calc(50% - 8rem);
  left: -22rem;
}

#freshwell-content>.block-feature .action_link,
#freshwell-content>.block-alt_feature .action_link,
.freshwell-homepage .block-quote .action_link,
.freshwell-homepage .block-promo .action_link {
  position: absolute;
  margin: 0;
  bottom: 1.5rem;
  left: 0;

}

#freshwell-content>.block-feature .action_link,
#freshwell-content>.block-alt_feature .action_link {
  left: 50%;
}

#freshwell-content>.block-feature .action_link a,
#freshwell-content>.block-alt_feature .action_link a {
  margin-bottom: 0;
  margin-top: 0;
}

/*
.freshwell-homepage #freshwell-content h1 {
  margin: 4rem 0 1rem 0;
  padding: 0 0 0 2.6rem;
  background-image: url("/static/images/leaf_icon.724ff17cec85.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 2.2rem;
}*/

a[href*='play.google.com'],
a[href*='apps.apple.com'] {
  height: 2.4rem;
  width: 9rem;
  margin-right: 1rem;
  display: inline-block;
  position: relative;
  content: '';
  line-height: 0;
  font-size: 0;
  color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}


.keynav a[href*='play.google.com']:focus,
.keynav a[href*='apps.apple.com']:focus {
  outline: #E2FF77 0.5rem solid;
}

.keynav a[href*='play.google.com']:focus::before,
.keynav a[href*='play.google.com']:focus::after,
.keynav a[href*='apps.apple.com']:focus::before,
.keynav a[href*='apps.apple.com']:focus::after {
  display: none;

}

.block-promo a[href*='apps.apple.com'] {
  margin-bottom: 5rem;
}

.block-promo a[href*='play.google.com'] {
  margin-top: 2rem;
}

a[href*='apps.apple.com'] {
  background-image: url("/static/images/app-store-badge.3aa8b26fc10a.svg");
  width: 7.2rem;

}

a[href*='play.google.com'] {
  background-image: url("/static/images/google-play-badge.e09688c26cb9.svg");
  width: 8.92rem;
}

a[href*='play.google.com'].expanded,
a[href*='apps.apple.com'].expanded {
  zoom: 1.5;
  margin-bottom: 1rem;
}

a.ios_only,
a.android_only {
  display: none;
}


#freshwell-content>.block-banner,
#freshwell-content>.block-paragraph_yellow,
#freshwell-content>.block-paragraph_green {
  background-color: #EAEDF5;
  max-width: unset;
  margin: 0;

}

#freshwell-content>.block-paragraph_yellow {
  background-color: #FFF8BF;
}

#freshwell-content>.block-paragraph_green {
  background-color: #d4e8df;
}

#freshwell-content>.block-banner>div,
#freshwell-content>.block-paragraph_yellow,
#freshwell-content>.block-paragraph_green {
  padding: 1.5rem 0 1.5rem 0;
}

#freshwell-content>.block-banner>div>a {
  width: calc(33.3% - 2rem);
  height: 6rem;
  display: inline-block;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 2rem;
  margin-right: 2.5rem;
}

.keynav #freshwell-content>.block-banner>div a:focus {
  background-color: #E2FF77;
  outline: 0.5rem solid #E2FF77;
  color: #212B37;
}


#freshwell-content>.block-banner>div>h2 {
  margin-bottom: 0;
}

@media only screen and (min-width: 62rem) {
  #freshwell-content>.block-banner>div>a:nth-of-type(3n) {
    margin-right: 0;
  }
}

.block-product_page>img:first-of-type {
  width: 100%;
}

.block-product_page>* {
  max-width: 38rem;
}

.block-sibling_products h2 {
  font-size: 1.2rem;
}

.block-sibling_products h3 {
  font-size: 1.05rem;
  margin-top: unset;
}

.block-sibling_products {
  margin: 0 auto 0 auto;
  max-width: unset;
}

.block-sibling_products>ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#freshwell-footer {
  color: #fff;
  background-color: #768692;
  border-top: #C8526A solid 0.55rem;
  border-bottom: #212B37 solid 2.4rem;
}

#freshwell-footer>div {
  position: relative;
}

#freshwell-footer ul {
  list-style: none;
  margin: 2rem 0 0 0;
  padding: 3rem 0 0 0;
  background-image: url("/static/images/freshwell_logo_white.4811871b13b7.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 6.9rem 2rem;
}

#freshwell-footer ul>li {
  margin-top: 0.5rem;
}

#freshwell-footer ul>li:last-of-type {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

#freshwell-footer a {
  color: #FFF;
  position: relative;
  font-size: 0.95rem;
}

#freshwell-footer a:hover {
  text-decoration: none;
}

.keynav #freshwell-footer a:focus,
.keynav .social-share a:focus {
  background-color: #E2FF77;
  outline: none;
  color: #212B37;
  text-decoration: none;
}

.keynav #freshwell-footer a:focus img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.social-share a {
  display: inline-block;
  height: 2rem;
  padding: 0.25rem;
  border-radius: 25%;
  margin: -0.5rem 0 0 0;
}

.inline-icon>img {
  width: 2rem;
  height: 2rem;
  -webkit-filter: invert(1);
  filter: invert(1);
}

.content-footer {
  margin-top: 3rem;
}

.content-footer .social-share>strong {
  padding: 0rem 0.5rem 0rem 0rem;
  vertical-align: top;
}

#freshwell-footer .social-share {
  position: absolute;
  top: 0;
  right: 0;
}

#freshwell-footer .social-share a {
  display: inline-block;
  margin-left: 0.4rem;
}

#freshwell-footer .social-share a>img {
  width: 2rem;
  height: 2rem;
}

#certification {
  bottom: 0;
  right: -1.2rem;
  position: absolute;
}

#certification>img {
  width: 5.9rem;
  height: 6.6rem;
}

/*{outline:1px solid #f00;}*/

@media only screen and (max-width: 62rem) {
  .mobile-only {
    display: unset;
  }

  .desktop-only {
    display: none;
  }

  .freshwell-homepage #freshwell-content {
    margin-top: 0;
  }

  .content-footer {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  #freshwell-content>div[class*='block-paragraph_']>div {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  body,
  html {
    font-size: 16px;
  }

  #freshwell-header {
    padding: 0 1rem 0 1rem;
    margin: 0 0 -0.5rem 0;
  }

  #header-breadcrumb {
    margin-top: -1rem;
  }

  #freshwell-nav>ul,
  #freshwell-header>div,
  .nav-grid>ul,
  #freshwell-content>div,
  #freshwell-content>.block-welcome,
  #freshwell-content>.block-paragraph,
  #freshwell-content>.block-paragraph_yellow,
  #freshwell-content>.block-paragraph_green,
  #freshwell-footer>div {
    max-width: unset;
    border-right: none;
  }

  #freshwell-footer>div {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  #freshwell-content>.block-welcome>div>div>div {
    margin-right: unset;
  }

  #freshwell-content>.block-welcome::after {
    width: 100%;
    left: -1rem;
  }

  #freshwell-content>div,
  #freshwell-content>h1 {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: unset;
  }

  #freshwell-content>.block-feature,
  #freshwell-content>.block-alt_feature {
    max-width: unset;
    padding: 1rem 1rem 2rem 1rem;
    min-height: unset;
  }

  #freshwell-content>.block-feature>div>*,
  #freshwell-content>.block-alt_feature>div>*,
  #freshwell-content>.block-quote>div>*,
  #freshwell-content>.block-promo>div>*,
  .freshwell-homepage .block-alt_feature .animation{
    text-align: left;
    max-width: unset;
    margin-left: unset;
    margin-right: unset;
  }

  #freshwell-content>.block-feature>div>img,
  #freshwell-content>.block-alt_feature>div>img,
  #freshwell-content>.block-quote>div>img,
  #freshwell-content>.block-promo>div>img,
  .freshwell-homepage .block-alt_feature .animation,
  .social-share,
  #certification {
    position: relative;
    float: none;
    top: unset;
    left: unset;
    right: unset;
  }

  #freshwell-content>.block-feature .action_link,
  #freshwell-content>.block-alt_feature .action_link,
  #freshwell-content>.block-quote .action_link,
  #freshwell-content>.block-promo .action_link {
    position: relative;
    bottom: unset;
    left: unset;
    margin-right: unset;
  }

  #freshwell-content>.block-quote blockquote::before {
    left: 1rem;
    top: 1rem;
  }

  .freshwell-homepage .block-quote>div,
  .freshwell-homepage .block-promo>div {
    padding-bottom: 2rem;
  }

  #freshwell-content>.block-quote blockquote {
    margin-top: 1.5rem;
    position: unset;
  }

  #freshwell-content>.block-banner>div p+a {
    width: calc(50% - 1rem);
    margin: 0rem;
  }

  #freshwell-content>.block-banner>div>a:nth-child(4n+1) {
    margin-left: 0;
  }

  #freshwell-content>.block-banner>div a {
    width: unset;
    height: calc(220.5625rem);
    max-height: 8rem;
    display: block;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    margin-right: 0;
  }

  .social-share {
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .social-share a {
    margin-left: 0;
    margin-right: 0.4rem;
  }

  #certification {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }

  #certification>img {
    margin-top: 2rem;
  }

  #freshwell-footer ul>li:last-of-type {
    position: absolute;
    bottom: 0;
    margin: 0;
  }

  #freshwell-header>div>.snipcart-checkout {
    top: 2rem;
  }

  #freshwell-content>div[class*='block-image_block_']>.block-sibling_products img {
    margin-left: 0;
  }

  .block-promo a[href*='apps.apple.com'] {
    margin-bottom: 1rem;
  }




}