/** Shopify CDN: Minification failed

Line 1714:2 Unexpected "@media"

**/


/* CSS from section stylesheet tags */
@media screen and (max-width: 767px) {
    body.template-name-product .shopify-section--about-faq .about_list_faq_block .accordian-description-inner {
      font-size: 12px; 
    }
  }
@media screen and (max-width: 767px) {
    .shopify-section--coll-video-section .science_video_section-block img {
      object-fit: cover;
    }
  }

  /* Fix issue with button hover having a white color that was applied from base.css */
  .shopify-section--coll-video-section .button:hover,
  .shopify-section--coll-video-section .video_btn_block .button.button--primary:hover {
    color: inherit;
  } 
  @media screen and (min-width: 768px) {
    .shopify-section--coll-video-section .override-color .button svg {
      overflow: visible;
    }
    .shopify-section--coll-video-section .override-color, 
    .shopify-section--coll-video-section .override-color .title-wrapper h2.title,
    .shopify-section--coll-video-section .override-color .video-with-text__texts.rte.body {
    color: var(--coll_video_section--foreground-color);
    }
    .shopify-section--coll-video-section .override-color .button,
    .shopify-section--coll-video-section .override-color .video_btn_block .button.button--primary {
      color: var(--coll_video_section--button-color);
      border-color: var(--coll_video_section--button-color);
      background-color: var(--coll_video_section--foreground-color);
    }
    .shopify-section--coll-video-section .override-color .button:hover,
    .shopify-section--coll-video-section .override-color .video_btn_block .button.button--primary:hover {
      color: var(--coll_video_section--foreground-color);
      border-color: var(--coll_video_section--foreground-color);
      background-color: transparent; 
    }
  }
@media screen and (min-width: 768px) {
    .dw-fp-top-banner {
      --dw-fp-top-banner--leftside-width: 36.7362vw; /* 529px / 1440px */
      --dw-fp-top-banner--block-1-image-1-width: 
    }
  }
  @media screen and (max-width: 768px) {
    .dw-fp-top-banner {
      --dw-fp-top-banner--topside-height: calc(100vh - (100vh * (398 / 692)));
      --dw-fp-top-banner--bottomside-height: calc(100vh * (398 / 692));
    }
  }

  .dw-fp-top-banner--block-1, .dw-fp-top-banner--block-2, .dw-fp-top-banner--block-3 {
    /*
      display: flex;
      font-size: 64px;
      justify-content: center;
      align-items: center;
    */
  }

  @media screen and (min-width: 768px) {
    .dw-fp-top-banner {
      position: relative;
    }
    .dw-fp-top-banner .dw-fp-top-banner--block-1 {
      float: left;
      position: sticky;
      top: 0px;
      width: var(--dw-fp-top-banner--leftside-width);
      height: 100vh;
      border-right: 1px solid black;
    }
    .dw-fp-top-banner .dw-fp-top-banner--block-2 {
      margin-left: var(--dw-fp-top-banner--leftside-width);
      height: 100vh;
      position: relative;
    }
    .dw-fp-top-banner .dw-fp-top-banner--block-3 {
      margin-left: var(--dw-fp-top-banner--leftside-width);
      height: 100vh;
      position: relative;
    }



    /* Block 1 Contents */
    .dw-fp-top-banner--block-1-title,
    .dw-fp-top-banner--block-1-text {
      position: absolute;
      bottom: 0; 
      left: 0;
      right: 0;
      padding: 0 32px 32px 72px;

      color: black;
      font-family: apercu, sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 142.857%;

      transition: opacity .2s, transform .2s;
    }
    .dw-fp-top-banner--block-1-text {
    }
    .dw-fp-top-banner--block-1-text p {
      margin: 12px 0;
    }
    .dw-fp-top-banner--block-1-text ol {
      counter-reset: ordered;
      list-style: none;
      padding-left: 61px;
      position: relative;
      margin: 0;
    }
    .dw-fp-top-banner--block-1-text ol li:before {
      content: counter(ordered, decimal-leading-zero);
      counter-increment: ordered;
      position: absolute;
      left: 0;
    }
    .dw-fp-top-banner--block-1-title h2 {
      font-family: Satoshi, sans-serif;
      font-size: 30px;
      font-weight: 500;
      line-height: normal;
      margin: 0 0 40px;
    }
    .dw-fp-top-banner--block-1-title p {
      margin: 3px 0;
    }
    .dw-fp-top-banner--block-1-image-1 {
      width: calc(100% * (452 / 529));
      height: auto;

      position: absolute;

      right: 0;

      bottom: 61%;
      transform: translateY(50%);
    }


    /* Block 2 Contents */
    .dw-fp-top-banner .dw-fp-top-banner--block-2 {
      display: flex;
      justify-content: flex-start;
      align-items: center;
    }
    .dw-fp-top-banner .dw-fp-top-banner--block-2-bg {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
    }
    .dw-fp-top-banner .dw-fp-top-banner--block-2-bg img, 
    .dw-fp-top-banner .dw-fp-top-banner--block-2-bg svg, 
    .dw-fp-top-banner .dw-fp-top-banner--block-2-bg video {
      width: 100%;
      height: 100%;
      object-fit: cover;
    } 
    .dw-fp-top-banner .dw-fp-top-banner--block-2-content {
      z-index: 1;
      margin-left: 93px;
      background-color: transparent;
      mix-blend-mode: screen;

      position: absolute;
      bottom: 61%;
      transform: translateY(50%);
    }
    .dw-fp-top-banner .dw-fp-top-banner--block-2 h2 {
      color: white;
      font-family: Satoshi, sans-serif;
      font-size: 34px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      max-width: 364px;

      margin: 0 0 24px;
    }
    .dw-fp-top-banner .dw-fp-top-banner--block-2 .button {
      background: transparent;
      border: 1px solid white;

      font-family: Satoshi, sans-serif;
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;

      padding: 16px 32px;
      min-width: 243px;
      border-radius: 40px;

      /*transition: box-shadow .25s;*/
      transition: background-color .25s;
    }
    .dw-fp-top-banner .dw-fp-top-banner--block-2 .button:hover {
      background-color: white;
      color: black;
      mix-blend-mode: screen;
      /*
      box-shadow: inset 0 0 0px 2px white;
      color: white;
      */
    }

    /* Block 3 Contents */
    .dw-fp-top-banner .dw-fp-top-banner--block-3 {
      overflow: hidden;
    }
    .dw-fp-top-banner .dw-fp-top-banner--block-3-image-2 {
      position: absolute;
      bottom: 61%;
      right: 47.201%;
      width: calc(100% * (634 / 911));
      height: auto;
      transform: translateY(50%) 
                 scale(1);
      transform-origin: left center;
      transition: transform .2s; 
    }
    .dw-fp-top-banner .dw-fp-top-banner--block-3-image-1{
      position: absolute;
      bottom: 61%;
      left: 0;
      width: calc(100% * (420 / 911));
      height: auto;
      transform: translateY(50%) 
                 translateX(32.292vw);
                 transition: transform .2s; 

    }
    .dw-fp-top-banner .dw-fp-top-banner--block-3 .button {
      position: absolute;
      top: 68.278%;
      left: 0;
      right: 0;
      margin: 0 auto;

      padding: 9px 140px 9px 16px;
      min-height: unset;
      width: max-content;
      border-radius: 40px;

      color: white;
      font-family: Satoshi, sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;

      border: 1px solid black;

      transition: background-color .25s;
    }
    .dw-fp-top-banner .dw-fp-top-banner--block-3 .button svg {
      position: absolute;
      right: 16px;
      top: 16px;
      bottom: 16px;
    }
    .dw-fp-top-banner .dw-fp-top-banner--block-3 .button:hover {
      color: black;
    }

    /* Mobile Only Block */
    .dw-fp-top-banner--mobile-only-block {
      display: none;
    }
  }


  @media screen and (max-width: 767px) {
    .dw-fp-top-banner {
      position: relative;
      height: 200vh;
    }
    .dw-fp-top-banner .dw-fp-top-banner--block-1 {
      height: var(--dw-fp-top-banner--topside-height);
      width: 100%;
      /* background-color: #FFDDDD; */
      z-index: -1;  
      border-bottom: 1px solid #0A0A0A;
    }
    .dw-fp-top-banner.active .dw-fp-top-banner--block-1 /*start*/ { 
      position: sticky;
      top: 0px;
    }
    .dw-fp-top-banner.active.end .dw-fp-top-banner--block-1 {
      position: absolute;
      top: unset;
      bottom: var(--dw-fp-top-banner--bottomside-height);
    }
    .dw-fp-top-banner .dw-fp-top-banner--block-2 {
      background-color: transparent;
      height: var(--dw-fp-top-banner--bottomside-height);
      height: 100vh;
      /* position: static; */
      position: relative;
    }
    .dw-fp-top-banner.active.end .dw-fp-top-banner--block-2 {
      padding-top: var(--dw-fp-top--banner--topside-height);
    }
    .dw-fp-top-banner .dw-fp-top-banner--block-3 {
      top: var(--dw-fp-top-banner--topside-height);
      height: var(--dw-fp-top-banner--bottomside-height);
      width: 100%;
      /* background-color: #DDFFDD; */
      z-index: -1;
    }
    .dw-fp-top-banner .dw-fp-top-banner--block-3 {
      position: fixed; /* fix issue during load with block showing on top in mobile */
    }
    .dw-fp-top-banner.active .dw-fp-top-banner--block-3 {
      position: fixed;
    }
    .dw-fp-top-banner.end .dw-fp-top-banner--block-3 {
      position: absolute !important;
      bottom: 0;
      top: unset;
    }

    /* Block 1 Contents - Mobile */
    .dw-fp-top-banner--block-1-image-1 {
      width: calc(var(--dw-fp-top-banner--topside-height) - (100vh * (72 / 692)));
      height: auto;

      position: absolute;
      bottom: 0;
      right: 50%;
      transform: translateY(50%) rotate(90deg);
      transform-origin: right center;
    }
    .dw-fp-top-banner--block-1-title { display: none; }
    .dw-fp-top-banner--block-1-text { display: none; }

    /* Block 2 Contents - Mobile */
    .dw-fp-top-banner--block-2 {
      display: flex;
      justify-content: flex-start;
      align-items: center;
    }
    .dw-fp-top-banner--block-2-bg {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      width: 100%;
      height: var(--dw-fp-top-banner--bottomside-height);
    }
    .dw-fp-top-banner .dw-fp-top-banner--block-2-bg img, 
    .dw-fp-top-banner .dw-fp-top-banner--block-2-bg svg, 
    .dw-fp-top-banner .dw-fp-top-banner--block-2-bg video {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .dw-fp-top-banner--block-2-content {
      position: absolute;
      top: 0;
      z-index: 1;
      margin: 34px auto 0;
      background-color: transparent;
      mix-blend-mode: screen;

      text-align: center;

      min-width: 310px;
      width: max-content;
      left: 0;
      right: 0;
    }
    .dw-fp-top-banner--block-2-content h2 {
      color: #FFF;
      font-family: Satoshi, sans-serif;
      font-size: 28.89px;
      font-style: normal;
      font-weight: 500;
      line-height: 34px;

      margin-top: 0;
      margin-bottom: 26px;
      text-align: left;
    }
    .dw-fp-top-banner--block-2 .button {
      background: transparent;
      border: 1px solid white;

      color: #FFF;
      font-family: Satoshi, sans-serif;
      font-size: 15.14px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;

      padding: 12px 32px;
      min-height: unset;
      width: max-content;
      min-width: 205px;
      border-radius: 40px;

      /*transition: box-shadow .25s;*/
      transition: background-color .25s;

    }
    .dw-fp-top-banner--block-2 .button:hover {
      background-color: white;
      color: black;
      mix-blend-mode: screen;
      /*
      box-shadow: inset 0 0 0px 2px white;
      color: white;
      */
    }

    /* Block 3 Contents - Mobile */
    .dw-fp-top-banner--block-3 {
      overflow: hidden;
    }
    .dw-fp-top-banner--block-3-image-2 {
      width: calc(100vh * (345/692));
      height: auto;
      transform: translateX(-50%) rotate(90deg);
      position: absolute;
      left: 50%;
      transform-origin: center;
      top: calc(100vh * (-50 / 692));

      transition: transform .2s; 
    }
    .dw-fp-top-banner.active.end .dw-fp-top-banner--block-3-image-2 {
      transform: translateX(-50%) rotate(90deg) translateX(-0vh) scale(1);
    }
    .dw-fp-top-banner--block-3-image-1 {
      width: calc(var(--dw-fp-top-banner--bottomside-height) - (100vh * (188 / 692))); /* Adjusted. It's 180 in the figma, but it might be using another copy of the image used in desktop that is in a different size/crop. */
      height: auto;

      position: absolute;
      top: 0;
      left: 50%;
      transform: translateY(-50%) rotate(90deg);
      transform-origin: left center;

      transition: transform .2s; 
    }
    .dw-fp-top-banner.active.end .dw-fp-top-banner--block-3-image-1 {
      transform: translateY(-50%) rotate(90deg) translateX(29vh);
    }
    .dw-fp-top-banner--block-3 .button {
      display: none;
    }

    /* Mobile Only Block */
    .dw-fp-top-banner--mobile-only-block {
      display: block !important;
      z-index: 1;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      width: 100%;
      background: white;
      text-align: center;
    }
    .dw-fp-top-banner--mobile-only-block-title,
    .dw-fp-top-banner--mobile-only-block-text {

      color: black;
      font-family: apercu, sans-serif;
      font-size: 12.53px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;

      transition: opacity .2s, transform .2s;
    }
    .dw-fp-top-banner--mobile-only-block-title {
      padding: 45px 12px 37px;
      text-align: center;
    }
    .dw-fp-top-banner--mobile-only-block-text {
      padding: 42px 20px 32px;
      text-align: left;
    }
    .dw-fp-top-banner--mobile-only-block-text p {
      margin: 12px 0 10px;
    }
    .dw-fp-top-banner--mobile-only-block-text ol {
      counter-reset: ordered;
      list-style: none;
      padding-left: 54px;
      position: relative;
      margin: 0;
      line-height:143%;
    }
    .dw-fp-top-banner--mobile-only-block-text ol li:before {
      content: counter(ordered, decimal-leading-zero);
      counter-increment: ordered;
      position: absolute;
      left: 0;
    }
    .dw-fp-top-banner--mobile-only-block-title h2 {
      font-family: Satoshi, sans-serif;
      font-size: 26px;
      font-weight: 500;
      line-height: normal;
      margin: 18px 0 0;
    }
    .dw-fp-top-banner--mobile-only-block-title p {
      margin: 3px 0;
    }
    .dw-fp-top-banner--mobile-only-block .button {

      padding: 8px 103px 8px 20px;
      min-height: unset;
      width: max-content;
      border-radius: 40px;

      color: white;
      font-family: Satoshi, sans-serif;
      font-size: 13.09px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;

      border: 1px solid black;

      transition: background-color .25s;
    }
    .dw-fp-top-banner--mobile-only-block .button svg {
      position: absolute;
      right: 19px;
      top: 13.5px;
      bottom: 13.5px;
    }
    .dw-fp-top-banner--mobile-only-block .button:hover {
      color: black;
    }


  }

  @keyframes dw-typed-text--cursor-blink {
    50% {
      opacity: 0;
    }
  }

  .dw-fp-top-banner .dw-typed-text {
    text-decoration: underline;
    transition: none;
  }
  .dw-fp-top-banner .dw-typed-text.dw-typed-text--initialized:after {
    content:'|';
    text-decoration: none;
    position: absolute;
  }
  .dw-fp-top-banner .dw-typed-text.dw-typed-text--end-of-entry {
    opacity: 0;
    transition: opacity .3s .7s;
  }
  .dw-fp-top-banner .dw-typed-text.dw-typed-text--end-of-entry:after {
    animation: dw-typed-text--cursor-blink .7s infinite;
  }

  /* Typed Text */

  .dw-typed-text :not(:first-child),
  .dw-typed-text :not(.dw-typed-text--entry) {
    display: none;
  }

  #pixel-perfect-container {
    pointer-events: none;
  }
  #pixel-perfect-container .pixel-perfect-panel {
    pointer-events: all;
    top: unset !important;
    bottom: 5px;
  }
@media screen and (max-width: 767px) {
    .dw-lr-banner {
    }
    .dw-lr-banner-block {
      height: 324px;
    } 
    .dw-lr-banner-block svg,
    .dw-lr-banner-block img,
    .dw-lr-banner-block video {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .dw-lr-banner--block-1 {
    }
    .dw-lr-banner--block-2 {
      display: none;
    }
  }
  @media screen and (min-width: 768px) {

    .dw-lr-banner {
      --dw-lr-banner--leftside-width: 36.7362vw; /* 529px / 1440px */
      display: flex;
    }
    .dw-lr-banner-block {
      height: 400px;
    } 
    .dw-lr-banner-block svg,
    .dw-lr-banner-block img,
    .dw-lr-banner-block video {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .dw-lr-banner--block-1 {
      width: var(--dw-lr-banner--leftside-width);

    }
    .dw-lr-banner--block-2 {
      flex: 1 1 0%;
    }
  }

  /* Product Page Version */
  @media screen and (max-width: 767px) {
    .dw-lr-banner.product-page-version {
      display: flex;
    }
    .dw-lr-banner.product-page-version .dw-lr-banner-block {
      height: 160px;
    } 
    .dw-lr-banner.product-page-version .dw-lr-banner--block-1 {
      width: 50%;
    }
    .dw-lr-banner.product-page-version .dw-lr-banner--block-2 {
      width: 50%;
      display: block;
    }
  }
  @media screen and (min-width: 768px) {
    .dw-lr-banner-block {
      height: 403px;
    } 
  }
.shopify-section--dw-tech-banner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .dw-tech-banner--floating-media {
  }
  .dw-tech-banner--floating-media img, 
  .dw-tech-banner--floating-media video {
    width: 100%;
    height: auto;
  }
  .dw-tech-banner--floating-media + .dw-tech-banner .dw-tech-banner--block-1-image,
  .dw-tech-banner--floating-media + .dw-tech-banner .dw-tech-banner--block-2-image {
    display: none;
  }

  .dw-tech-banner {
    padding-top: 1px;
  }
  .dw-tech-banner--block {
    background: #fff;
    width: 100%;
    overflow: hidden;
  }
  .dw-tech-banner--block:not(:first-child) {
    border-top: 1px solid #0A0A0A;
  }
  .dw-tech-banner--image {
    position: relative;
    border-bottom: 1px solid #0A0A0A;
    overflow: hidden;
  }

  /* Block 1 */
  .dw-tech-banner--block-1 {
  }
  .dw-tech-banner--block-1-image {
    height: 248px;
    overflow: hidden;
  }

  .dw-tech-banner--block-1-image-1 {
    position: absolute;
    right: 50%;
    bottom: 50%;
    width: 102px;
    height: auto;
    margin: auto;
    transform: translateX(50%) rotate(-90deg) translate(-4px,-4px);
    transform-origin: bottom center;
  }
  .dw-tech-banner--block-1-image-2 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 102px;
    height: auto;
    margin: auto;
    transform: translateX(-50%) rotate(-90deg) translate(-4px,20px);
    transform-origin: top center;
  }
  .dw-tech-banner--block-1-tagline {
    font-family: apercu;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    margin: 0 0 0 35px;
    padding-top: 44px;
  }
  .dw-tech-banner--block-1-title {
    color: #000;
    font-family: Satoshi;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 112% */

    max-width: 284px;

    margin: 15px 0 0 31px;
    padding-bottom: 56px;
  }

  /* Block 2 */
  .dw-tech-banner--block-2 {
  }
  .dw-tech-banner--block-2-image {
    height: 266px;
  }
  .dw-tech-banner--block-2-image-1 {
    position: absolute;
    right: 50%;
    bottom: 50%;
    width: 102px;
    height: auto;
    margin: auto;
    transform: translateX(50%) rotate(-90deg) translate(-16px,-27px);
    transform-origin: bottom center;
  }
  .dw-tech-banner--block-2-image-2 {
    width: 115px;
    height: auto;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%) translate(75px,12px);
  }
  .dw-tech-banner--block-2-image-3 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 102px;
    height: auto;
    margin: auto;
    transform: translateX(-50%) rotate(-90deg) translate(-16px,162px);
    transform-origin: top center;
  }
  .dw-tech-banner--block-2-content {
    padding: 58px 25px 32px 26px;
  }
  .dw-tech-banner--block-2-top-row {
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 12px;
    padding-left: 2px;
  }
  .dw-tech-banner--block-2-logo {
    width: 126px;
    height: auto;
  }
  .dw-tech-banner--block-2-top-row-text {
      color: #000;
      font-family: Satoshi, sans-serif;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;

      margin: 0;
  }
  .dw-tech-banner--block-2-bot-row {
    display: flex;
    margin: 16px 0 35px 0;
    max-width: 361px;
  }
  .dw-tech-banner--block-2-bot-row-text-1 {
    display: none;
  }
  .dw-tech-banner--block-2-bot-row-text-2 {
    color: #000;
    font-family: Satoshi, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px; /* 141.667% */

    margin: 0;
    flex-grow: 1;

  }
  .dw-tech-banner--block-2-footnote {
    color: #000;
    font-family: apercu, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px; /* 141.667% */

    margin: 35px 0 6px 0;
  }

  /* Block 2 */
  .dw-tech-banner--block-3 {
    display:flex;
    flex-direction: column;
  }
  .dw-tech-banner--block-3-image {
    order: 2;
    height: 563px;
  }
  .dw-tech-banner--block-3-image-1 {
    display:none;
  }
  .dw-tech-banner--block-3-image-1-mobile {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .dw-tech-banner--block-3-content {
    padding: 145px 0 33px 0;
  }
  .dw-tech-banner--block-3-tagline {
    color: #000;
    font-family: apercu, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    margin: 0 21px;
  }
  .dw-tech-banner--block-3-title {
    color: #000;
    font-family: Satoshi, sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 123.81% */

    max-width: 685px;
    margin: 59px 24px 40px 17px;
  }
  .dw-tech-banner--block-3-content-image {
    display:none;
  }
  .dw-tech-banner--block-3-content-image-mobile {
  }
  .dw-tech-banner--block-3-link {
    color: #000;
    font-family: Satoshi;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    line-height: normal;

    position: absolute;
    right: calc(100vw * ( 50 / 1440));
    bottom: calc(100vh * ( 59 / 803));

    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
  }
  .dw-tech-banner--block-3-link svg {
    margin-left: 20px;
  }

  /* Scroll shenenigans */
  .dw-tech-banner--block.dw-tech-banner--block-active:not(:last-child) {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
}  

@media screen and (min-width: 768px) {
  .dw-tech-banner--floating-media {
    height: 100vh;
    z-index: 1;
  }
  .dw-tech-banner--floating-media img, 
  .dw-tech-banner--floating-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-right: 1px solid #A0A0A0;
    border-bottom: 1px solid #A0A0A0;
  }
  .dw-tech-banner--floating-media-entering {
    position: absolute;
    top: 0;
    left: 0;
  }
  .dw-tech-banner--floating-media-active {
    position: fixed;
    top: 0;
    left: 0;
  }
  .dw-tech-banner--floating-media-exiting {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .dw-tech-banner--floating-media,
  .dw-tech-banner--floating-media + .dw-tech-banner .dw-tech-banner--block-1-image,
  .dw-tech-banner--floating-media + .dw-tech-banner .dw-tech-banner--block-2-image,
  .dw-tech-banner--floating-media + .dw-tech-banner .dw-tech-banner--block-3-image {
    width: calc( 100% * (355.08 / 1440));
  }

  .dw-tech-banner--block {
    height: 100vh;
    width: 100vw;
    display: flex;
    background-color: #FFFFFF;
    border-bottom: 1px solid #A0A0A0;
  }
  .dw-tech-banner--content {
    flex: 1 1 0;
    position: relative;
  }
  .dw-tech-banner--image {
    position: relative;
    border-right: 1px solid black;
    height: 100%;
    overflow: hidden;
  }

  /* Block 1 */
  .dw-tech-banner--block-1 {
  }
  .dw-tech-banner--block-1-image {
    width: calc( 100% * (293.22 / 1440));
  }

  .dw-tech-banner--block-1-image-1 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50%;
    width: calc(100vw * (136/1440));
    height: auto;
    margin: auto;
    transform: translateX(-13px) translateY(-4px);
  }
  .dw-tech-banner--block-1-image-2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: calc(100vw * (136/1440));
    height: auto;
    margin: auto;
    transform: translateX(-13px) translateY(19px);
  }
  .dw-tech-banner--block-1-tagline {
    color: #000;
    font-family: apercu, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; 

    position: absolute;
    top: calc(100vh * (115.13 / 803));
    left: calc(100vw * (96.89 / 1440));

    margin: 0;
  }
  .dw-tech-banner--block-1-title {
    color: #000;
    font-family: Satoshi;
    font-size: 52px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    max-width: 590px;

    position: absolute;
    bottom: calc(100vh * (305.57 / 803));
    left: calc(100vw * (87.34 / 1440));

    margin: 0;
  }

  /* Block 2 */
  .dw-tech-banner--block-2 {
  }

  .dw-tech-banner--block-2-image {
    width: calc( 100% * (355.08 / 1440));
  }

  .dw-tech-banner--block-2-image-1 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50%;
    width: calc(100vw * (136/1440));
    height: auto;
    margin: auto;
    transform: translateX(13px) translateY(-123px);
  }
  .dw-tech-banner--block-2-image-2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50%;
    width: calc(100vw * (180/1440));
    height: auto;
    margin: auto;
    transform: translateX(13px) translateY(56%);
  }
  .dw-tech-banner--block-2-image-3 {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: calc(100vw * (136/1440));
    height: auto;
    margin: auto;
    transform: translateX(13px) translateY(138px);
  }
  .dw-tech-banner--block-2-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: calc(100vw * (107.61 / 1440));
    padding-right: calc(100vw * (102.23 / 1440));
  }
  .dw-tech-banner--block-2-top-row {
    max-width: 712px;
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 29px;
  }
  .dw-tech-banner--block-2-top-row-text {
      color: #000;
      font-family: Satoshi, sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;

      margin: 0 44px 0 0;
  }
  .dw-tech-banner--block-2-bot-row {
    display: flex;
    padding-top: 16px;
    min-height: calc(100vh * (209/803));
  }
  .dw-tech-banner--block-2-bot-row-text-1 {
    color: #000;
    font-family: apercu, sans-serif;
    font-size: 14.35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    max-width: 110px;
    margin: 0 53px 0 3px;
    flex-shrink: 0;
  }
  .dw-tech-banner--block-2-bot-row-text-2 {
    color: #000;
    font-family: Satoshi, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    margin: 0;
    flex-grow: 1;

  }
  .dw-tech-banner--block-2-footnote {
    color: #000;
    font-family: apercu, sans-serif;
    font-size: 14.35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    margin: 0 0 calc(100vh * (124/803)) 4px;
  }

  /* Block 3 */
  .dw-tech-banner--block-3 {
  }
  .dw-tech-banner--block-3-image {
    width: calc( 100% * (351 / 1440));
  }
  .dw-tech-banner--block-3-image-1 {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    object-fit: cover;
  }
  .dw-tech-banner--block-3-image-1-mobile {
    display:none;
  }

  .dw-tech-banner--block-3-content {
    padding-left: calc(100vw * ( 98 / 1440));
    padding-top: calc(100vh * ( 70 / 803));
    padding-bottom: calc(100vh * ( 59 / 803));
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .dw-tech-banner--block-3-tagline {
    color: #000;
    font-family: apercu, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    margin: 0;
  }
  .dw-tech-banner--block-3-title {
    color: #000;
    font-family: Satoshi;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    max-width: 685px;
    margin: 48px 0 0;
  }
  .dw-tech-banner--block-3-content-image {
    margin-left: 4px;
  }
  .dw-tech-banner--block-3-content-image-mobile {
    display: none;
  }
  .dw-tech-banner--block-3-link {
    color: #000;
    font-family: Satoshi;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    line-height: normal;

    position: absolute;
    right: calc(100vw * ( 50 / 1440));
    bottom: calc(100vh * ( 59 / 803));

    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
  }
  .dw-tech-banner--block-3-link svg {
    margin-left: 20px;
  }

  .dw-tech-banner--block.dw-tech-banner--block-active:not(:last-child) {
    margin-bottom: 100vh;
  }
  .dw-tech-banner--block.dw-tech-banner--block-active + .dw-tech-banner--block {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }

}
.shopify-section--four-block-images .background-none .multicolumn-card__image-wrapper {
    margin: 0;
  }
  .shopify-section--four-block-images .grid {
    --grid-desktop-horizontal-spacing: 6px;
    --grid-desktop-vertical-spacing: 6px;
    --grid-mobile-horizontal-spacing: 6px;
    --grid-mobile-vertical-spacing: 6px;
  }
  @media only screen and (max-width: 767px) {
    .shopify-section--four-block-images .multicolumn-list:not(.slider) {
      padding: 0;
    }
    .shopify-section--four-block-images .multicolumn .four_block_head {
      padding: 0 20px 14px;
      margin-bottom: 0;
    } 
    .shopify-section--four-block-images .slider-mobile-gutter {
      padding: 0 6px;
    }
    .shopify-section--four-block-images .multicolumn .four_block_bottom_text {
      padding: 15px 20px 0;
    }
    .shopify-section--four-block-images .four_block_images_section.multicolumn .page-width {
      padding: 40px 0;
    }
  }

  /* Tweaks for Product Page Version */
  .shopify-section--four-block-images:last-child .four_block_images_section.product-page-version.multicolumn {
    border-top: 1px solid #000;
  } 
  .shopify-section--four-block-images:not(:last-child) .four_block_images_section.product-page-version.multicolumn {
    border-top: none;
  }
  @media only screen and (max-width: 767px) {
    .shopify-section--four-block-images .four_block_images_section.product-page-version.multicolumn .four_block_head {
      display: none;
    }
    .shopify-section--four-block-images .four_block_images_section.product-page-version.multicolumn .page-width {
      padding: 0; 
    }
    .shopify-section--four-block-images .four_block_images_section.product-page-version.multicolumn .slider-mobile-gutter {
      padding: 6px 6px; 
    }
    .shopify-section--four-block-images .four_block_images_section.product-page-version.multicolumn .four_block_bottom_text .bottom_text_first {
      margin-bottom: 15px;
    }
    .shopify-section--four-block-images .four_block_images_section.product-page-version.multicolumn .four_block_bottom_text > :not(.bottom_text_first) {
      display: none;
    }
  }
@media screen and (min-width: 750px) {
    body.template-name-product #MainContent {
      margin-top: -85px;
    }
    body.template-name-product .header_section_block.section-header:not(.shopify-section-header-sticky) .header-wrapper{
      background: transparent;
      border-bottom: none;
    }
  }
@media screen and (max-width: 767px) {
    .shopify-section--home-featured-coll-slider .pro_featured_slider_page .collection__view-all {
      display: none;
    }

    /* Realignment of elements for Mobile */
    .shopify-section--home-featured-coll-slider .pro_featured_slider_page .feature_coll_slider_inner.collection .collection__title.title-wrapper {
      padding-top: 37px;
      padding-bottom: 28px;
    }

    .shopify-section--home-featured-coll-slider .pro_featured_slider_page.feature_coll_slider_section .featured_sub_text {
      color: #000;
      font-family: apercu;
      font-size: 14.35px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
    }
    .shopify-section--home-featured-coll-slider .pro_featured_slider_page.feature_coll_slider_section .title.inline-richtext.h1 {
      color: #000;
      font-family: Satoshi;
      font-size: 33px;
      font-style: normal;
      font-weight: 500;
      line-height: 39px; /* 118.182% */
      max-width: 174px;
      padding-top: 53px;
      margin-left: 2px;
      padding-bottom: 54px;
    }
    .shopify-section--home-featured-coll-slider .pro_featured_slider_page.feature_coll_slider_section .collection__description.body.rte {
      color: #000;
      font-family: apercu;
      font-size: 14.35px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      margin-left: 4px;
    }
  .shopify-section--home-featured-coll-slider .pro_featured_slider_page.feature_coll_slider_section .collection__description.body.rte span {
    margin: 0 21px 0 0;
  }
  .shopify-section--home-featured-coll-slider .pro_featured_slider_page .featured_slider_coll_items {
    padding-top: 32px;
    position: relative;
    padding-bottom: 43px;
  }
  .shopify-section--home-featured-coll-slider .pro_featured_slider_page .featured_slider_coll_items .coll_pro_slider.grid.product-grid .grid__item.slick-slide {
    padding: 0;
    padding-right: 32px;
  }
  .shopify-section--home-featured-coll-slider .pro_featured_slider_page .featured_slider_coll_items .card__inner .card__media img {
    object-fit: cover;
  }
  .shopify-section--home-featured-coll-slider .pro_featured_slider_page .featured_slider_coll_items .coll_pro_slider.grid.product-grid .card__inner {
    padding-bottom: 72.58%;
    overflow: hidden;
  }

  .shopify-section--home-featured-coll-slider .pro_featured_slider_page .featured_slider_coll_items .btn-wrap {
    padding: 0;
  }
  .shopify-section--home-featured-coll-slider .pro_featured_slider_page .featured_slider_coll_items .btn-wrap button.prev-btn {
    display: none;
  }
  .shopify-section--home-featured-coll-slider .pro_featured_slider_page .featured_slider_coll_items .btn-wrap button.next-btn {
    position: absolute;
    top: calc(32px + ((100vw - 32px - 32px) / 2) * .7258);
    right: 2px;
    width: 58px;
    transform: translateY(-50%);
  }

  .shopify-section--home-featured-coll-slider .pro_featured_slider_page .featured_slider_coll_items .btn-wrap button.next-btn svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .shopify-section--home-featured-coll-slider .pro_featured_slider_page .pro_title_with_color {
    margin-left: 10px;
  }
  .shopify-section--home-featured-coll-slider .pro_featured_slider_page .featured_slider_coll_items .card__information .card__heading.h5 a {
    color: #000;
    font-family: Satoshi;
    font-size: 16.09px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 2px; 
  }
  .shopify-section--home-featured-coll-slider .pro_featured_slider_page .card--standard > .card__content .card__information {
    padding-top: 10px;
    padding-left: 12px;
  }
  .shopify-section--home-featured-coll-slider .pro_featured_slider_page .prod_variant {
  }
  .shopify-section--home-featured-coll-slider .pro_featured_slider_page .pro_color_title_line svg {
    max-width: 140px;
  }
  .shopify-section--home-featured-coll-slider .pro_featured_slider_page .price {
    color: #000;
    font-family: Satoshi;
    font-size: 13.41px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .shopify-section--home-featured-coll-slider  .pro_featured_slider_page .featured_slider_coll_items .card-information .price .from_price, 
  .shopify-section--home-featured-coll-slider  .pro_featured_slider_page .featured_slider_coll_items .card-information .price .price-item.price-item--regular {
    color: #000;
    font-family: Satoshi;
    font-size: 13.41px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .shopify-section--home-featured-coll-slider  .pro_featured_slider_page .card-information > :not(.visually-hidden:first-child) + :not(.rating) {
    margin-left: 9px;
    margin-top: 5px;
  }
  .shopify-section--home-featured-coll-slider  .pro_featured_slider_page .featured_slider_coll_items .quick-add.no-js-hidden .quick-add__submit {
    color: #FFF;
    font-family: Satoshi;
    font-size: 11.62px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .shopify-section--home-featured-coll-slider .pro_featured_slider_page .featured_slider_coll_items .quick-add.no-js-hidden .quick-add__submit {
    padding: 7px 25px 7px 13px;
    min-width: ;
    width: max-content;
    min-width: 92px;
    height: unset;
    min-height: unset;
    display: inline-block;
  }
  .shopify-section--home-featured-coll-slider .pro_featured_slider_page product-form form {
    text-align: right;
  }
  .shopify-section--home-featured-coll-slider .pro_featured_slider_page .featured_slider_coll_items .quick-add.no-js-hidden .quick-add__submit svg {
    position: absolute;
    right: 13px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media screen and (min-width: 767px) {
    .shopify-section--home-ingredients-section .ingredients_section_block > .page-width {
      padding: 36px 29px 27px;
    }
    .shopify-section--home-ingredients-section .ingredients_section_block_slider .slider-mobile-gutter {
      padding-left: 74px;
    }
  }

  .shopify-section--home-ingredients-section .ingredients_section_bott_image img { 
    display: block;
  }


/*
  .image_over_text {
    max-width: 250px;
    }
*/
  .shopify-section--home-ingredients-section .pro_ingredient_section_top .ingredients_bottom_text_second p {
    margin-top: -12px;
    line-height: 1;
    color: #000;
    font-family: "Apercu Mono";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal; 
  }
  .shopify-section--home-ingredients-section .pro_ingredient_section_top .ingredients_bottom_text_second p strong {
    font-size: 18px;
    font-family: apercu;
    font-weight: 700;
  }

@media screen and (min-width: 768px) {
  .shopify-section--home-ingredients-section .pro_ingredient_section_top .ingredients_bottom_text_first {
    margin-top:-12px;
  }
  .shopify-section--home-ingredients-section .pro_ingredient_section_top .ingredients_bottom_text_first p {
    line-height: 1.4;
  }
  .shopify-section--home-ingredients-section .pro_ingredient_section_top .ingredients_section_block_slider {
    align-items: flex-start;
  }
  .shopify-section--home-ingredients-section .pro_ingredient_section_top .ingredients_section_block_slider .ingredients_section_head .title.inline-richtext.h1 {
    line-height: 1.7;
  }
  .shopify-section--home-ingredients-section .pro_ingredient_section_top .ingredients_section_block_slider .slider-mobile-gutter {
  margin-right: -10px;
  padding-left:
  }
  .shopify-section--home-ingredients-section .pro_ingredient_section_top .ingredients_section_block_slider .slider-mobile-gutter .grid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .shopify-section--home-ingredients-section .pro_ingredient_section_top .ingredients_section_block_slider .slider-mobile-gutter .multicolumn-list__item.grid__item:first-child {
    min-width: calc(100% * (166 / 831));
    max-width: unset;
    margin-right: 26px;
  }
  .shopify-section--home-ingredients-section .pro_ingredient_section_top .ingredients_section_block_slider .slider-mobile-gutter .multicolumn-list__item.grid__item:first-child .media--transparent.media--adapt {
    height: 64px !important; 
  }
  .pro_ingredient_section_top .ingredients_section_block_slider .slider-mobile-gutter .multicolumn-list__item.grid__item .media.media--transparent.media--adapt {
  }
  .shopify-section--home-ingredients-section .pro_ingredient_section_top .ingredients_section_block_slider .slider-mobile-gutter .multicolumn-list__item.grid__item {
    width: min-content;
    max-width: unset;
  }
  .shopify-section--home-ingredients-section .pro_ingredient_section_top .media.media--transparent.media--adapt img {
    width: 100%;
    object-fit: contain;
  }
}


.shopify-section--home-ingredients-section .media.media--transparent.media--adapt {
  height: 60px !important;
  padding-bottom: unset !important;
  display: flex;
  justify-content: center;
}
@media screen and (min-width:768px) {
  .shopify-section--home-ingredients-section .ingredients_bottom_text_second ul {
    font-size: 18px;
    font-family: "Apercu Mono", monospace;
    font-weight: 300;
  }
} 
@media screen and (max-width:767px) {
    .shopify-section--home-ingredients-section .ingredients_section_block .page-width {
      padding-top: 35px;
      padding-bottom: 16px;
    }
    .shopify-section--home-ingredients-section .media.media--transparent.media--adapt {
      height: 58px !important;
      padding-bottom: unset !important;
    }

    .shopify-section--home-ingredients-section .media.media--transparent.media--adapt img {
      height: 100%;
      display: block;
      width: auto;
      pos: ;
      position: unset;
      transform: unset;
    }

    .shopify-section--home-ingredients-section .media.media--transparent.media--adapt {
      height: 59px !important;
    }

    .shopify-section--home-ingredients-section .ingredients_section_block_slider slider-component {
      padding-left: unset;
      padding-bottom: 30px;
    }

    .shopify-section--home-ingredients-section .ingredients_section_block_slider .slider-mobile-gutter .multicolumn-list__item.grid__item:first-child {
      padding-left: 24px;
    }

    .shopify-section--home-ingredients-section .ingredients_section_block_slider .slider-mobile-gutter .multicolumn-list__item.grid__item:last-child {
      padding-right: 24px;
    }

    .shopify-section--home-ingredients-section .ingredients_section_block_slider slider-component .multicolumn-list {
      gap: 30px;
      width: 100%;
      flex-wrap: nowrap;
      justify-content: unset;
      align-items: flex-start;

      overflow-x: scroll;
      scrollbar-width: none; 
    }
    .shopify-section--home-ingredients-section .ingredients_section_block_slider slider-component .multicolumn-list::-webkit-scrollbar { /* WebKit */
      width: 0;
      height: 0;
    }


    .shopify-section--home-ingredients-section .ingredients_section_block_slider .slider-mobile-gutter .multicolumn-list__item.grid__item {
      width: max-content;
      max-width: unset;
    }
    .shopify-section--home-ingredients-section .ingredients_section_block_slider .slider-mobile-gutter .multicolumn-card__info {
      padding-top: 6px !important;
    }
    .shopify-section--home-ingredients-section .ingredients_section_block_slider .slider-mobile-gutter .multicolumn-card__info .inline-richtext {
      font-size: 9px;
      font-weight: 600;
    }
    .shopify-section--home-ingredients-section .ingredients_section_block_slider .ingredients_section_head {
      padding-left: 20px;
    }
    .shopify-section--home-ingredients-section .ingredients_section_block_slider .ingredients_section_head .title.inline-richtext.h1 {
      font-size: 30px;
      font-weight: 500;
      line-height: normal;
    }
    .shopify-section--home-ingredients-section .ingredients_section_block_slider .ingredients_section_head .title.inline-richtext.h1 span {
      height: 1px;
      margin-top: 24px;
      margin-left: -5px;
      background-color: #0a0a0a;
    }
    .shopify-section--home-ingredients-section .ingredients_section_bott_text {
      padding: 1px 22px;
    }
    .shopify-section--home-ingredients-section .ingredients_section_block_slider {
      position: relative;
    }
    .shopify-section--home-ingredients-section .ingredients_section_block_slider .mobile-arrow-right {
      position: absolute;
      display: block !important;
      right: 17px;
      bottom: 3px;
      width: 16px;
      height: 16px;
    }
    .shopify-section--home-ingredients-section .ingredients_section_block_slider .mobile-arrow-right svg { 
      width: 100%; 
      height: 100%;
      display: block;
    }
    .shopify-section--home-ingredients-section .ingredients_section_block_slider .mobile-scrollbar-thingy {
      display: block !important;
      position: absolute;
      left:0;
      right: 0;
      bottom: 8px;
      margin-left: auto;
      margin-right: auto;
      height: 4px;
      width: 46px;
      border: 1px solid #000;
      background-color: #828282;
    }
    .shopify-section--home-ingredients-section .ingredients_section_block_slider .mobile-scrollbar-thingy--handle {
      background-color: #fff;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 22px;
    }

    .shopify-section--home-ingredients-section .ingredients_section_bottom_text {
    }
    .shopify-section--home-ingredients-section .ingredients_bottom_text_second  {
      padding: 0px 23px 0 5px;
    }
    .shopify-section--home-ingredients-section .ingredients_bottom_text_second > * {
      line-height: 19px;
      margin: 0;
      font-weight: 700;
    }
    .shopify-section--home-ingredients-section .ingredients_bottom_text_second > p {
      margin-bottom: 1px;
    }
    .shopify-section--home-ingredients-section .ingredients_bottom_text_second ul {
      font-size: 16px;
      font-family: "Apercu Mono", monospace;
      font-weight: 300;
    }
    .shopify-section--home-ingredients-section .ingredients_bottom_text_second strong {
      font-family: "Satoshi", var(--font-body-family);
      font-size: 18px;
    }
    #pixel-perfect-container {
      pointer-events: none;
    }
    #pixel-perfect-container .pixel-perfect-panel {
      pointer-events: all;
    }
  }

  .ingredients_bottom_text_second ul {
    display: block;
  }
  .ingredients_bottom_text_second ul > li {
    display: inline-block;
  }
  .ingredients_bottom_text_second ul > li:not(:last-child) {
    margin-right: .25em;
  }
  .ingredients_bottom_text_second ul {
    padding: 0;
    margin: 0;
  }
  .ingredients_bottom_text_second p {
    margin-bottom: 0;
  }

  @media only screen and (min-width: 768px) {
    .ingredients_bottom_text_second ul {
      width: 588px;
    }
  }

@media screen and (min-width: 1025px) and (max-width: 1200px) {
body .ingredients_section_head.title-wrapper-with-link { max-width: 410px; }
body .shopify-section--home-ingredients-section .ingredients_section_block_slider .slider-mobile-gutter { padding-left: 20px; }
body .shopify-section--home-ingredients-section .media.media--transparent.media--adapt { height: 50px !important; }
body .ingredients_section_block_slider .slider-mobile-gutter .multicolumn-list__item.grid__item { width: 100%; max-width: 12%; }
body .shopify-section--home-ingredients-section .multicolumn_list_item_1 .media.media--transparent.media--adapt { height: 50px !important; }
body .ingredients_section_block_slider .slider-mobile-gutter .multicolumn_list_item_1.multicolumn-list__item.grid__item { width: 100%; max-width:147px; }
}
  
@media screen and (min-width: 1201px) and (max-width: 1400px) {
body .shopify-section--home-ingredients-section .media.media--transparent.media--adapt { height: 50px !important; }
body .ingredients_section_block_slider .slider-mobile-gutter .multicolumn-list__item.grid__item { width: 100%; max-width: 12%; }
body .shopify-section--home-ingredients-section .multicolumn_list_item_1 .media.media--transparent.media--adapt { height: 50px !important; }
body .ingredients_section_block_slider .slider-mobile-gutter .multicolumn_list_item_1.multicolumn-list__item.grid__item { width: 100%; max-width:147px; }
}
  
  @media screen and (min-width: 1401px) and (max-width: 1800px) {
body .shopify-section--home-ingredients-section .media.media--transparent.media--adapt { height: 50px !important; }
body .ingredients_section_block_slider .slider-mobile-gutter .multicolumn-list__item.grid__item { width: 100%; max-width: 12%; }
body .shopify-section--home-ingredients-section .multicolumn_list_item_1 .media.media--transparent.media--adapt { height: 50px !important; }
body .ingredients_section_block_slider .slider-mobile-gutter .multicolumn_list_item_1.multicolumn-list__item.grid__item { width: 100%; max-width: 147px; }
  }

shopify-section--home-ingredients-section
/* image-overaly-iso-cell.liquid */
  @media only screen and (max-width: 767px) {
    .shopify-section--image-overlay-iso-cell .image_overlay_iso_text.banner .banner__content.page-width {
      padding: 52px 16px 40px;
      background-color: #F7F8FA;
    }
    .shopify-section--image-overlay-iso-cell .image_overlay_iso_text.banner .banner__box {
      background: transparent;
    }
    .shopify-section--image-overlay-iso-cell .image_text_item svg {
      width:256px;
      margin-left: 5px;
    }
    .shopify-section--image-overlay-iso-cell .image_text_item .banner__text_img.rte.body {
      margin-top: 4px;
    }
    .shopify-section--image-overlay-iso-cell .image_overlay_iso_text .banner__text_caption.rte.body {
      margin-top: 14px;
    }
    .shopify-section--image-overlay-iso-cell .image_overlay_iso_text .banner__text_caption.rte.body p em {
      display: none;
    }
    .shopify-section--image-overlay-iso-cell .image_overlay_iso_text .banner__text_caption.rte.body p:nth-child(2) {
      margin-top: 22px;
    }
    .shopify-section--image-overlay-iso-cell .image_overlay_iso_text .banner__text_caption.rte.body p:nth-child(2) strong {
      margin-right: 12px;
    }
    .shopify-section--image-overlay-iso-cell .image_overlay_iso_text.banner .banner__buttons {
      margin-top: 32px;
    }
    .shopify-section--image-overlay-iso-cell .image_overlay_iso_text.banner .banner__buttons .button.button--primary { 
      font-size: 13px;
    }
  }
@media screen and (max-width: 767px) {
    .dw-complete-powder .mobile_overlay_content_block {
      padding-top: 23px !important;
      padding-bottom: 40px !important;
    }
    .dw-complete-powder .mobile_overlay_content_block .banner__box {
      width: max-content;
      max-width: unset !important;
      min-width: unset !important;
      margin-left: -11.8%;
    }
    .dw-complete-powder .mobile_overlay_content_block .banner__text_caption p {
      margin-top: 14px;
      line-height: 20px;
      margin-left: 4px;
    } 
    .dw-complete-powder .mobile_overlay_content_block .banner__text_caption p strong {
      display: inline-block;
      min-width: 49px;
      margin: 0 !important;
    }
  }
@media screen and (max-width: 767px) {
  .shopify-section--ingredients-image-with-text .slide_scroll_head {
    flex-direction: column;
    margin-top: 22px;
    padding-top: 26px;
    padding-bottom: 52px;
  }
  .shopify-section--ingredients-image-with-text .slide_scroll_head h2 {
    font-family: Satoshi, sans-serif;
    font-size: 24.66px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .shopify-section--ingredients-image-with-text .close_slide {
    width: 28px;
    height: 28px;
    right: 17px;

    color: #000;
    font-family: apercu, sans-serif;
    font-size: 12.28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .shopify-section--ingredients-image-with-text .slider_scroll_block_inner {
    padding-top: 24px;
    padding-left: 34px;
    overflow-y: scroll;
  }
  .shopify-section--ingredients-image-with-text .head_image_block {
    margin-left: -8px;
  }
  .shopify-section--ingredients-image-with-text .head_image_block h2 {
    margin-bottom: -3px;
  }
  .shopify-section--ingredients-image-with-text .head_image_block img {
    max-width: 84px;
  }
  .shopify-section--ingredients-image-with-text .slide_scroll_text {
    color: #000;
    font-family: Satoshi, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;

    max-width: unset;

    padding-top: 26px;
    margin-left: -8px;
  } 
  .shopify-section--ingredients-image-with-text .slide_scroll_middle {
  padding-right: 18px;
  padding-bottom: 64px;
    margin-left: -13px;
  }
  .shopify-section--ingredients-image-with-text .slide_btn_bottom {
    float: left;
    width: max-content;
    position: relative;
    margin-left: -5px;
  }
  .shopify-section--ingredients-image-with-text .slide_btn_bottom a {

      color: #000;
      font-family: Satoshi;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;

      padding: 7px 12px 10px;
      min-width: 132px;
  }
  .shopify-section--ingredients-image-with-text .slide_btn_bottom svg {
    position: absolute;
    width: 100%;
    left:0;
    right:0;
    bottom: 0;
  }
  .shopify-section--ingredients-image-with-text .slide_btn_button,
  .shopify-section--ingredients-image-with-text .slider_scroll_block.slide_srcoll_second .slide_btn_button {
    float: right;
    padding-top: 0;
    padding-right: 22px;
  }
  .shopify-section--ingredients-image-with-text .slide_btn_button  a {
    color: #FFF;
    font-family: Satoshi;
    font-size: 11.78px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    padding: 8px 108px 8px 18px;
    height: unset;
    position: relative;
  }
  .shopify-section--ingredients-image-with-text .slide_btn_button  a svg {
    position: absolute;
    right: 13px;
  }

  .shopify-section--ingredients-image-with-text .slide_scroll_middle_1 img,
  .shopify-section--ingredients-image-with-text .slide_scroll_middle_2 img {
    width: 89px;
    height: auto;
  }
  .shopify-section--ingredients-image-with-text .slide_scroll_middle_3 img {
    width: 199px;
    height: auto;
  } 
  .shopify-section--ingredients-image-with-text .media > video:not(.zoom):not(.deferred-media__poster-button) {
    object-fit: cover;
  }
}
/* Hide video poster, let us autoplay everything */
.shopify-section--main-product .deferred-media__poster { opacity: 0; }
.shopify-section--main-product .deferred-media__poster-button { display: none !important; }

/* Fix wobbly scroll */
@media screen and (max-width: 749px) {
  .shopify-section--main-product .grid__item.product__media-wrapper {
    overflow: hidden; 
  }
}

.shopify-section--main-product .drywater-next-button.drywater-next-button { 
  display: none;
}
.shopify-section--main-product .thumbnail-list__item button::before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 6px; 
  background-color: #bcbbbb;
  border: 1px solid white;
  outline: 1px solid #bcbbbb;
}
@media screen and (max-width: 749px) {
  .shopify-section--main-product .thumbnail-list__item button::before {
    width: 7px;
    height: 7px;
    outline: none; 
    border: none;
  }
}
.shopify-section--main-product .thumbnail-list__item button[aria-current]::before {
  background-color: black; 
  outline-color: black;
}
.shopify-section--main-product .thumbnail-list__item button {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*
.shopify-section--main-product .thumbnail-list > .thumbnail-list__item {
  width: 20px !important;
  height: 20px !important;
}
*/     

/* Top Pill */
.shopify-section--main-product .product__title__top_pill_row {
  display: flex;
  align-items: center; 
  justify-content: space-between;
}
.shopify-section--main-product .product__title__top_pill {
  font-size: 14px;
  font-weight: 500;
  padding: 0 14px 0 12px;
  background-color: var(--dw-body-flavor-color);
  border-radius: 4px;
  margin-left: 1px;
}
@media screen and (max-width: 749px) { 
  .shopify-section--main-product .product__title__top_pill { 
    line-height: 24px;
    font-size: 12px;
    padding: 0 8px 0 8px;
  }
}

.shopify-section--main-product .product__title h1  {
  color: #000;
  font-family: Satoshi, sans-serif;
  font-style: normal;
  font-weight: 700;
} 


.shopify-section--main-product .product__description p,
.shopify-section--main-product .product__description ul, 
.shopify-section--main-product .product__description ol {
  color: #000;
  font-family: Satoshi, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
  
.shopify-section--main-product .product__description__tags {
  display: flex;
  gap: 8px;
  padding: 0px;
  list-style: none;
  flex-wrap: wrap;
} 
.shopify-section--main-product .product__description__tags li {
  width: max-content;
  font-size: 11.32px;  
  font-weight: bold;
  font-family: Satoshi, sans-serif;
  display: inline;
  padding: 9px;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  background-color: #f9f9f9;
  line-height: 0.8;
}  
@media screen and (max-width: 749px) {
  .shopify-section--main-product .product__description__tags {
    margin-top: 1.3rem;
    padding-left: 5px;
    gap: 6px;
  }
  .shopify-section--main-product .product__description__tags li {
    padding: 7px 6px;
    font-size: 11.32px; 
  } 
}

.shopify-section--main-product .product__description__selling-points {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-weight: 400;
  font-family: "apercu", sans-serif;
  margin: 2rem 0;
}

.shopify-section--main-product .product__description__selling-points strong {
  font-weight: 700;
}
.shopify-section--main-product .product__description__selling-points p { 
  margin: 0;
}
@media screen and (max-width: 749px) {
  .shopify-section--main-product .product__description__selling-points {
    margin-top: 1.8rem;
    padding-left: 6px; 
    line-height: 19px; 
    margin-bottom: 3.6rem;
  }
}



.shopify-section--main-product .product__description__bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.shopify-section--main-product .product__description__bottom-row-title {
  font-size: 17px;
  font-family: Satoshi;
  font-weight: 500;
  line-height: 100%; 
  display: inline-flex;
  height: 22px;
  align-items: center;
  gap: .6rem;  
  text-decoration: underline;
  color: black;
}
.shopify-section--main-product .product__description__bottom-row-title svg {
  width: 15px;
  height: 15px;
}
.shopify-section--main-product .product__description__bottom-row-logo {
  font-size: 0;
}
.shopify-section--main-product .product__description__bottom-row-logo img {
  width: 90px;
}
@media screen and (max-width: 749px) {
  .shopify-section--main-product .product__description__bottom-row {
    padding-right: 21px; 
    padding-left: 10px;
  }
  .shopify-section--main-product .product__description__bottom-row-logo img {
    width: 79px; 
  }
}


.shopify-section--main-product variant-radios {
  padding: .7rem 0 .2rem; 
}

.shopify-section--main-product variant-radios .form__label {
  font-family: "apercu";
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media screen and (max-width: 749px) {
  .shopify-section--main-product variant-radios {
    padding-left: 3px; 
  }
  .shopify-section--main-product variant-radios .form__label {
    font-size: 11.43px;
    letter-spacing: 0.4;
    line-height: 12px;
    padding-left: 4px;
    letter-spacing: .015em;
  }
}


.shopify-section--main-product variant-radios .product-form__input {
  margin-bottom: 1.5rem;
}
.shopify-section--main-product variant-radios .product-form__input:last-of-type {
  margin-bottom: 0;
}
.shopify-section--main-product variant-radios .product-form__input input[type="radio"] + label {
  font-weight: 500;  
  font-size: 18px;
  font-family: Satoshi;   
  padding: 8px 12px 8px 10px;
  margin: 4px 10px 4px 0;
  letter-spacing: normal;
  user-select: none;
}
.shopify-section--main-product variant-radios .product-form__input[data-option-name="Pack Size"] input[type="radio"] + label { 
  margin-bottom: 12px;
}
.shopify-section--main-product variant-radios .product-form__input input[type="radio"][value$="pack" i] + label {
  min-width: 100px; 
}

@media screen and (max-width: 749px) {
  .shopify-section--main-product variant-radios .product-form__input {
    margin-bottom: 1.2rem;
  }
  .shopify-section--main-product variant-radios .product-form__input[data-option-name="Pack Size"] { 
    margin-bottom: -0.6rem; 
  }
  .shopify-section--main-product variant-radios .product-form__input input[type="radio"] + label {
    font-size: 15px;
    margin-right: 7px;  
    padding: 8px 11px 8px 11px;
  }
  .shopify-section--main-product variant-radios .product-form__input[data-option-name="Pack Size"] input[type="radio"] + label { 
    margin-bottom: 10px;
  }
  .shopify-section--main-product variant-radios .product-form__input[data-option-name="Pack Size"] > legend {
    margin-bottom: 8px;
  }
  .shopify-section--main-product variant-radios .product-form__input input[type="radio"][value$="pack" i] + label {
    min-width: 84px;  
  }
}


.shopify-section--main-product variant-radios .product-form__input input[type="radio"]:checked + label {
  background: var(--flavor-color, #000) !important;
}  

.shopify-section--main-product variant-radios [data-option-name="Flavor"] input:checked + label[data-option-value="Raspberry Lemon"] {
  --flavor-color: #f27777; 
  color: black !important;
}

.shopify-section--main-product variant-radios [data-option-name="Flavor"] input:checked + label[data-option-value="Lemon Lime"] {
  --flavor-color: #ffff91; 
  color: black !important;
}

.shopify-section--main-product variant-radios [data-option-name="Flavor"] input:checked + label[data-option-value="Mixed Berry"] {
  --flavor-color: #f2aedd;
  color: black !important;
}

.shopify-section--main-product variant-radios [data-option-name="Flavor"] input:checked + label[data-option-value="Peach Mango"] {
  --flavor-color: #fac29c;
  color: black !important;
}

.shopify-section--main-product variant-radios .dw-option-saved-price {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 12px;
  color: #000000;
  font-weight: 700;
  font-family: "Satoshi";
  transform: translateY(-75%);
  background-color: #f9f9f9;
  border-radius: 6px;
  border: 1px solid #eaeaea;
  width: max-content;
  line-height: 17px;
  min-width: 62px;
}
@media screen and (max-width: 749px) {
  .shopify-section--main-product variant-radios .dw-option-saved-price {
    font-size: 11px;
    line-height: 14px;
    transform: translateY(-70%);
    min-width: 58px;
  }
}
.shopify-section--main-product variant-radios [data-option-name] input:checked + label[data-option-value] .dw-option-saved-price {
  background-color: var(--dw-body-flavor-color); 
}
  
.shopify-section--main-product .btn_price .price__regular.price__regular,
.shopify-section--main-product .btn_price .price__sale.price__sale {  
  display: block;
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: max-content;
}
@media screen and (max-width: 749px) {
  .shopify-section--main-product .btn_price .price__regular.price__regular,
  .shopify-section--main-product .btn_price .price__sale.price__sale {  
    right: 42px;
  }
}
.shopify-section--main-product .shopify_subscriptions_app_container {
  margin-top: -2.5rem; 
  margin-bottom: 3rem; 
  position: relative;
}
@media screen and (max-width: 749px) {
  .shopify-section--main-product .shopify_subscriptions_app_container {
    margin-top: -1.5rem;
  }
}
.shopify-section--main-product .shopify_subscriptions_app_block * { 
  cursor: pointer; 
}
.shopify-section--main-product .shopify_subscriptions_app_block > div > div {
  border: none !important;
}
.shopify-section--main-product .shopify_subscriptions_app_block_label_children {
  display: none;   
}
.shopify-section--main-product .shopify_subscriptions_app__title {
  display: none; 
}
.shopify-section--main-product .shopify_subscriptions_app_block_label {
  position: relative;
  padding: 1.2rem 1.4rem 1.2rem 36px;
  user-select: none;
}
@media screen and (max-width: 749px) {
  .shopify-section--main-product .shopify_subscriptions_app_block_label {
   padding: 1rem 1rem 1rem 35px;  
  }
}
.shopify-section--main-product .shopify_subscriptions_app_block_label > label > input[type=radio][data-radio-type]  {
  display: none; 
}
.shopify-section--main-product .shopify_subscriptions_app_block_label > label {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 500;
  font-family: "Satoshi";
  color: #000;
}
@media screen and (max-width: 749px) {
  .shopify-section--main-product .shopify_subscriptions_app_block_label > label{
    font-size: 15.8px;
  }
}
.shopify-section--main-product .shopify_subscriptions_app_block_label > label > input[type=radio][data-radio-type] + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: transparent;
  outline: 1px solid black;
  outline-offset: 1px;
  margin-top:auto;
  margin-bottom:auto;
}
@media screen and (max-width: 749px) {
  .shopify-section--main-product .shopify_subscriptions_app_block_label > label > input[type=radio][data-radio-type] + span:before {
    width: 16px;
    height: 16px;
    left: 4px; 
  }
}
.shopify-section--main-product .shopify_subscriptions_app_block_label > label > input[type=radio][data-radio-type]:checked + span:before {
  background: black;
}
.shopify-section--main-product .shopify_subscriptions_app_block_label_price_postfix {
  font-size: 13px;
  color: #878787;
  margin-left: .3em;
}
@media screen and (max-width: 749px) {
  .shopify-section--main-product .shopify_subscriptions_app_block_label_price {
    font-size: 14.95px;
  }
  .shopify-section-main-product .shopify_subscriptions_app_block_label_price_postfix {
    font-size: 11.43px; 
  }
}
.shopify-section--main-product .shopify_subscriptions_app_promo_offer {
  position: absolute;
  bottom: -1.8rem; 
  right: 0;
  padding-right: 40px; 
} 
.shopify-section--main-product .shopify_subscriptions_app_promo_offer .promo_offer_text {
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  font-family: "Satoshi";
  border: 1px solid #eaeaea;
  border-radius: 6px;
  background-color: #f9f9f9;
  line-height: 1;
  padding: 3px 9px 2px 5px;
}
@media screen and (max-width: 749px) {
  .shopify-section--main-product .shopify_subscriptions_app_promo_offer {
    bottom: -1.6rem;
    padding-right: 35px;
  }
  .shopify-section--main-product .shopify_subscriptions_app_promo_offer .promo_offer_text {
    padding: 4px 5px 3px 5px;
    font-size: 14px;
  }
}
body[data-dw-body-flavor="Raspberry Lemon"] {
  --dw-body-flavor-color: #f27777;     
}
body[data-dw-body-flavor="Lemon Lime"] {
  --dw-body-flavor-color: #ffff91;     
}
body[data-dw-body-flavor="Mixed Berry"] {
  --dw-body-flavor-color: #f2aedd;
}
body[data-dw-body-flavor="Peach Mango"] {
  --dw-body-flavor-color: #fac29c; 
}
.shopify-section--main-product .shopify_subscriptions_app_container[data-dw-selling-plan-selected="true"] .shopify_subscriptions_app_promo_offer .promo_offer_text {
  background-color: var(--dw-body-flavor-color);   
} 

.shopify-section--main-product .shopify_subscriptions_app_promo_offer .promo_offer_tooltip {
  position: absolute;
  right: 10px;
  bottom: 0;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28.8px;
  cursor: pointer; 
}
.shopify-section--main-product .shopify_subscriptions_app_promo_offer .promo_offer_tooltip:hover .dw-rc-radio__promo-tooltip {
  opacity: 1;
  pointer-events: all; 
}
.shopify-section--main-product .shopify_subscriptions_app_promo_offer .dw-rc-radio__promo-tooltip-title::before { 
  background-color: var(--dw-body-flavor-color, white) !important;  
}

@media screen and (max-width:749px) {
  .shopify-section--main-product .shopify_subscriptions_app_promo_offer .promo_offer_tooltip {
    right: 0;
    width: 36px; 
  }
}

.shopify-section--main-product .shopify_subscriptions_app_policy {
  display: none; 
}

.shopify-section--main-product .product__text.inline-richtext {
  max-width: unset;
  min-height: 30px;
  font-size: 13.01px;
  line-height: 14px;
  color: #000000;
  font-weight: 500; 
  font-family: "apercu";  
  text-align: center; 
  margin-bottom: 2px; 
}
.shopify-section--main-product product-form .product-form__buttons {
  padding-left: 0;
}
.shopify-section--main-product product-form .product-form__buttons .product-form__submit {
  height: 55px;
  border-radius: 28px;
}
.shopify-section--main-product product-form .product-form__buttons .product-form__submit .btn_price .price {
  font-size: 22px;
  font-weight: 500; 
}
@media screen and (max-width: 749px) {
  .shopify-section--main-product product-form .product-form__buttons .product-form__submit {
    height: 49px;
  }
  .shopify-section--main-product product-form .product-form__buttons .product-form__submit .btn_price .price {
    font-size: 17px;
  }  
}
.shopify-section--main-product product-form.product-form.product-form { 
  margin-top: -2px;
  margin-bottom: 2.8rem; 
}
@media screen and (max-width: 749px) { 
  .shopify-section--main-product product-form.product-form.product-form { 
    margin-bottom: 2.2rem;
  }
  .shopify-section--main-product .grid__item.product__media-wrapper {
    padding: 0;
  }
  .shopify-section--main-product .slider.slider--mobile .slider__slide {
    padding: 0;
  }
  .shopify-section--main-product .slider.slider--mobile {
    margin-bottom: 0;
  }
  .shopify-section--main-product .product__media-zoom-lightbox,
  .shopify-section--main-product .product__media-icon--lightbox {
    display: none;
  }
  .shopify-section--main-product .slider-mobile-gutter .grid.slider--mobile {
  }
  .shopify-section--main-product .product__media-list .product__media-item {
    width: 100%;
  }
  .shopify-section--main-product .grid__item.product__media-wrapper {
    border-bottom: none;
  }
  .shopify-section--main-product .grid__item.product__info-wrapper {
    padding: 6px 8px;
    margin-top: 0;
  }
  .shopify-section--main-product .pro_varitant_top, 
  .shopify-section--main-product #yourvaritant {
    height: 29px;
    padding: 5px 20px;

    color: #000;
    font-family: Satoshi;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .shopify-section--main-product .product__title {
    margin-top: 15px;
    padding-left: 3px;
  }
  .shopify-section--main-product .product__title h1  {
    font-size: 28px;
    line-height: 1em; 
  }
  .shopify-section--main-product .product__info-container .product__description {
    margin-top: 15px;
    margin-bottom: 1.3rem;
    padding-left: 5px;
  }
  .shopify-section--main-product .product__description p,
  .shopify-section--main-product .product__description ul, 
  .shopify-section--main-product .product__description ol {
    font-size: 13.5px; 
    line-height: 17px; 
    margin: 13px 0;
  }
  .shopify-section--main-product .product__description ol {
    list-style: none;
    counter-reset: padded-ol;
    padding-left: 0;
  }
  .shopify-section--main-product .product__description ol > li {
    counter-increment: padded-ol;
    /* margin: 3px 0; deviate from figma, client's request */
    margin: 0;
  }
  .shopify-section--main-product .product__description ol > li:before {
    content: counter(padded-ol, decimal-leading-zero); 
    min-width: 62px;
    display: inline-block;
  }

  .shopify-section--main-product variant-selects.variant_selects_option {
    margin: 0 0 6px -10px;
    display: block;
    width: calc(100% + 12px);
  }
  .shopify-section--main-product .variant_selects_option .product-form__input.product-form__input--dropdown {
    margin: 0;
    display: inline-block;
    width: calc(100vw * (165 / 430));
    max-width: 165px;
    margin-left: 12px;
  }
  .shopify-section--main-product .variant_selects_option .product-form__input.product-form__input--dropdown.option-name-flavor {
    width:calc(100vw * (202/430));
    max-width: 202px;
  }
}

@media screen and (min-width:750px) {
    .shopify-section--main-product .product__column-sticky {
      top: 0;
    }
    .shopify-section--main-product slider-component:not(.thumbnail-slider) {
      pointer-events: none;
    }
    .shopify-section--main-product slider-component:not(.thumbnail-slider) .product__media.media.media--transparent {
      padding-top: 100%;
    }
    .shopify-section--main-product slider-component.thumbnail-slider {
      position: absolute;
      bottom: calc(100% * (126 / 910));
      left: 0;
      right: 0; 
    }
    .shopify-section--main-product .product--large:not(.product--no-media) .product__media-wrapper {
      max-width: unset;
      flex-grow: 0;
      flex-shrink: 0;
      /*
      width: calc(100vw * (910 / 1440));
      min-height: calc(100vw * (910 / 1440)); 
      */
      width: min(calc(100vw * (910 / 1440)), calc(100vw - 424px));
      min-height: min(calc(100vw * (910 / 1440)), calc(100vw - 424px)); /* SQUARE */
      padding: 0;
    }
    .shopify-section--main-product .product--large:not(.product--no-media) .product__info-wrapper {
      max-width: unset;
      min-width: 414px;
      width: 1px;
      flex-grow: 1;

      padding-top: 86px;
      padding-right: 46px;
      padding-left: 4rem;
      padding-right: 4rem;
    }
    .shopify-section--main-product .product__info-wrapper.grid__item .product__info-container {
      padding-top: 4px;
    }
    .shopify-section--main-product .pro_varitant_top, 
    .shopify-section--main-product #yourvaritant {
      margin-left: 2px;
      padding: 6px 24px 6px 23px;
    }
    .shopify-section--main-product .product__title h1  {
      font-size: 33.238998412px;
      line-height: 1;
    }
    .shopify-section--main-product .product__info-container .product__description {
      margin: 1.5rem 0;
    }
    .shopify-section--main-product .product__description p,
    .shopify-section--main-product .product__description ul, 
    .shopify-section--main-product .product__description ol {
      font-size: 15px;
      margin: 16px 0;
    }

    .shopify-section--main-product .product__description ol {
      list-style: none;
      counter-reset: padded-ol;
      padding-left: 4px;
    }
    .shopify-section--main-product .product__description ol > li {
      counter-increment: padded-ol;
      margin: 2px 0;
    }
    .shopify-section--main-product .product__description ol > li:before {
      content: counter(padded-ol, decimal-leading-zero); 
      min-width: 54px;
      display: inline-block;
    }
    .shopify-section--main-product variant-selects.variant_selects_option {
      margin: 0 0 6px -14px;
      display: block;
      width: calc(100% + 14px);
    }
    .shopify-section--main-product .product-form__input.product-form__input--dropdown:last-of-type {
      margin-bottom: 0;
    }

    .shopify-section--main-product .product-form__input .select {
      max-width: unset;
    }
    .shopify-section--main-product .variant_selects_option .product-form__input.product-form__input--dropdown {
      margin: 0;
      display: inline-block;
      width: calc(100vw * (190 / 1440));
      max-width: 190px;
      margin-left: 14px;
    }
    .shopify-section--main-product .variant_selects_option .product-form__input.product-form__input--dropdown.option-name-flavor-color {
      width:calc(100vw * (237/1440));
      max-width: 237px;
    }
    .shopify-section--main-product .variant_selects_option .product-form__input.product-form__input--dropdown .select__select {
      background-position: 92% 50%;

      color: #000;
      font-family: Satoshi;
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
    }





  }

  /* Add to Cart Buttons */
  @media screen and (max-width: 749px) {
    .shopify-section--main-product product-form.product-form {
      margin: 0;
    }
    .shopify-section--main-product .product-form__buttons .product-form__submit {
      font-size: 17px;
      height: 42px;
      min-height: unset;
      padding: 0 30px 0 25px;
      margin-bottom: 0;
    }
    .shopify-section--main-product .product-form__buttons .product-form__submit .price__container {
      margin: 0;
    }
  }
  @media screen and (min-width: 750px) {
    .shopify-section--main-product product-form.product-form {
      margin: 21px 0 17px;
    }
    .shopify-section--main-product .product-form__buttons {
      padding-left: 6px;
    }
    .shopify-section--main-product .product-form__buttons .product-form__submit {
      min-height: unset;
      height: 44px;
      padding: 0 23px 0 21px;
    }
  }

  @media screen and (max-width: 749px) {
    .shopify-section--main-product .product__text.inline-richtext {
      margin-top: -6px;
      margin-bottom: 16px;
    }
  }

  /* ENERGY, COGNITION, ...*/
  .shopify-section--main-product .coll_text_multiple_inner span {
    color: #000;
    font-family: apercu, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  @media screen and (max-width: 749px) {
    .shopify-section--main-product .pro_multi_text.coll_text_multiple {
      margin-top: 27px;
      margin-bottom: 27px;
    }
    .shopify-section--main-product .coll_text_multiple_inner span {
      font-size: 12px;
    }
  }
  @media screen and (min-width: 750px) {
    .shopify-section--main-product .pro_multi_text.coll_text_multiple {
      margin-top: 14px;
      margin-bottom: 34px;
      padding-left: 6px;
      transform: translateX(3px);
    }
    .shopify-section--main-product .coll_text_multiple_inner span {
      font-size: 13px;
      line-height: 20px; 
    }
  }

  /* ACCORDION */
  .shopify-section--main-product .accordion .summary__title .h4.accordion__title.inline-richtext {
    color: #000;
    font-family: Satoshi;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .shopify-section--main-product .accordion summary {
    padding: 10px 0;
  }
  .shopify-section--main-product .accordion svg {
    pointer-events: none;
  }
  .shopify-section--main-product .ingredients_popup_block_inner,
  .shopify-section--main-product .how_to_use_popup_inner{
    overflow-y: scroll;
  }
  .shopify-section--main-product .product__accordion.accordion {  
    border-bottom: 1px solid #231F207F; 
  }
  @media screen and (max-width: 749px) {
    .shopify-section--main-product .accordion summary {
      padding: 9px 0;    
    }
  }

  /* Custom THUMBNAILS */
  .shopify-section--main-product .thumbnail-list {
    counter-reset: thumbnail-list;
    gap: 0;
    justify-content: center;
  }

  .shopify-section--main-product .thumbnail-list > .thumbnail-list__item {
    counter-increment: thumbnail-list;
    display: inline-block;
    width: max-content !important;
    height: unset;
    width: 25px !important;
    height: 25px !important;
  }

  @media screen and (max-width: 749px) {
    .shopify-section--main-product .thumbnail-list > .thumbnail-list__item {
      width: 12px !important;
      height: 12px !important;
    }
  }

  .shopify-section--main-product .thumbnail-list__item::before {
    display: none;
  }

  /*
  .shopify-section--main-product .thumbnail-list__item button::before {
    content: counter(thumbnail-list, decimal-leading-zero);

    color: #939393;
    font-family: apercu;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  */

  .shopify-section--main-product .thumbnail-list__item .thumbnail__badge,
  .shopify-section--main-product .thumbnail-list__item button > img {
    display: none;
  }

  .shopify-section--main-product .thumbnail-list__item button {
    position: unset;
    box-shadow: none !important;
  }

  .shopify-section--main-product .thumbnail-list__item button[aria-current="true"] {
    box-shadow: none;
  }

  .shopify-section--main-product .thumbnail-list__item button[aria-current]::before {
    color: black;
  }
  .shopify-section--main-product .drywater-next-button {
    all: unset;
    cursor: pointer;
    display: block;
    font-size: 0;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;

  }
  @media screen and (min-width: 750px) {
    .shopify-section--main-product .drywater-next-button {
      width: 53px;
      height: 31px;
      background-image: url("data:image/svg+xml,%3Csvg width='54' height='32' viewBox='0 0 54 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M53 15.8601H0.78125M53 15.8601L36.5 1M53 15.8601L36 31.5' stroke='black' stroke-miterlimit='10'/%3E%3C/svg%3E");
      right: min(calc(100vw * (167 / 1440)), 158px);
    } 
  } 
  @media screen and (max-width: 749px) {
    .shopify-section--main-product slider-component.thumbnail-slider .thumbnail-list {
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;

      opacity: 1; 
      pointer-events: none;
    }
    .shopify-section--main-product .drywater-next-button {
      width: 28px;
      height: 22px;
      background-image: url("data:image/svg+xml,%3Csvg width='30' height='23' viewBox='0 0 30 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.7215 11.4299H0.771484' stroke='black' stroke-width='0.75' stroke-miterlimit='10'/%3E%3Cpath d='M16.9201 0.780029L28.7202 11.43L16.4102 22.71' stroke='black' stroke-width='0.75' stroke-miterlimit='10'/%3E%3C/svg%3E");
      right: 18px;
      bottom: 17px;
    }
  }




  /* Recharge Custom CSS */
  .shopify-section--main-product .recharge-subscription-widget {
    color: #000;
    font-family: Satoshi;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    margin-top: 4px;
  }
  body.template-product-complete-hydration-powder .shopify-section--main-product .recharge-subscription-widget {
    margin-top: -2.5rem;
  }
  .shopify-section--main-product .recharge-subscription-widget .rc-widget {
    padding: 0;
    padding-bottom: .5rem;
    --rc-active-background-color: transparent;
  }
  .shopify-section--main-product .recharge-subscription-widget .rc-radio {
    padding: 11px 3px 8px;
    position: relative;
  }
  .shopify-section--main-product .recharge-subscription-widget .rc-radio:not(:last-of-type) {
    border-bottom: 1px solid #231F20
  }
  .shopify-section--main-product .recharge-subscription-widget .rc-radio.subscription-radio {
    padding-bottom: 18px;
  }
  .shopify-section--main-product .recharge-subscription-widget .rc-radio__input {
    display: none;
  }
  .shopify-section--main-product .recharge-subscription-widget .rc-radio__input ~ .rc-radio__label {
    margin: 0;
    display: inline-flex;
    align-items: center;
    padding-left: 37px;
    padding-right: 4px;

    width: 100%;
    justify-content: space-between;
  }
  .shopify-section--main-product .recharge-subscription-widget .dw-rc-radio__price-per-stick {
    color: #000000;
    font-family: Satoshi;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .shopify-section--main-product .recharge-subscription-widget .dw-rc-radio__price-per-stick-uom {
    color: #878787;
    font-family: Satoshi;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .shopify-section--main-product .recharge-subscription-widget .rc-radio__input ~ .rc-radio__label:before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4012 22.24C17.2665 22.24 22.0212 17.4853 22.0212 11.62C22.0212 5.75473 17.2665 1 11.4012 1C5.53598 1 0.78125 5.75473 0.78125 11.62C0.78125 17.4853 5.53598 22.24 11.4012 22.24Z' stroke='%23231F20' stroke-width='0.5' stroke-miterlimit='10'/%3E%3C/svg%3E");
    background-size: contain;

    position: absolute;
    left: 3px;
    z-index: -1;
  }
  .shopify-section--main-product .recharge-subscription-widget .rc-radio__input:checked ~ .rc-radio__label:before {
    background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4012 22.24C17.2665 22.24 22.0212 17.4853 22.0212 11.62C22.0212 5.75473 17.2665 1 11.4012 1C5.53598 1 0.78125 5.75473 0.78125 11.62C0.78125 17.4853 5.53598 22.24 11.4012 22.24Z' stroke='%23231F20' stroke-width='0.5' stroke-miterlimit='10'/%3E%3Cpath d='M11.4011 20.6498C16.3883 20.6498 20.4311 16.6069 20.4311 11.6198C20.4311 6.63268 16.3883 2.58984 11.4011 2.58984C6.41399 2.58984 2.37109 6.63268 2.37109 11.6198C2.37109 16.6069 6.41399 20.6498 11.4011 20.6498Z' fill='%23231F20'/%3E%3C/svg%3E");
  }
  .shopify-section--main-product .recharge-subscription-widget .rc-radio__subscription {
    margin-right: .33em;
  }
  .shopify-section--main-product .recharge-subscription-widget .rc-subscription-details {
    display: none;
  }

  .shopify-section--main-product .recharge-subscription-widget .rc-radio.rc-radio--active ~ .rc-selling-plans {
    padding: 19px 0 1px 6px;  
    display: none;
  }

  .shopify-section--main-product .recharge-subscription-widget .rc-selling-plans-dropdown__select {
    appearance: none;
    border: 1px solid black;
    min-height: 40px;
    border-radius: 20px;

    color: #000;
    font-family: Satoshi;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    padding: 0 22px 0 !important;
    background-color: white;

    background-image: url("data:image/svg+xml,%3Csvg width='10' height='9' viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.80078 1V8.81006M4.80078 1L8.80078 5M4.80078 1L0.800781 5' stroke='black' stroke-miterlimit='10'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 95.5% 50%;
  }
 
  .shopify-section--main-product .recharge-subscription-widget .dw-rc-radio__promo {
    color: #000;
    font-family: Satoshi;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: absolute;
    bottom: -8px;
    right: 0px;
    display: flex;
    align-items: center;
  }

  .shopify-section--main-product .recharge-subscription-widget .dw-rc-radio__promo .dw-rc-radio__promo-offer-text {
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    line-height: 1;
    padding: 3px 9px 2px 5px;
    height: 24px;
  }
  .shopify-section--main-product .recharge-subscription-widget .subscription-radio.rc-radio--active .dw-rc-radio__promo .dw-rc-radio__promo-offer-text {
    background-color: var(--dw-body-flavor-color);
  }

  .shopify-section--main-product .recharge-subscription-widget .dw-rc-radio__promo-tooltip-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: .6rem;
    background-image: url('data:image/svg+xml,<svg width="16" height="15" viewBox="0 0 16 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.0116 15.0002C12.104 15.0002 15.4216 11.6826 15.4216 7.59021C15.4216 3.49778 12.104 0.180176 8.0116 0.180176C3.91917 0.180176 0.601562 3.49778 0.601562 7.59021C0.601562 11.6826 3.91917 15.0002 8.0116 15.0002Z" fill="black"/><path d="M7.06031 9.84006V9.53006C7.08316 9.03974 7.22879 8.56299 7.48389 8.14365C7.739 7.7243 8.09536 7.37576 8.52027 7.13004C9.12027 6.65004 9.67029 6.19007 9.67029 5.42007C9.68656 5.21805 9.65907 5.01487 9.58973 4.82443C9.52038 4.63399 9.4108 4.46076 9.26844 4.3165C9.12608 4.17224 8.95428 4.06036 8.76478 3.98849C8.57527 3.91663 8.37251 3.88646 8.17029 3.90006C7.94702 3.8978 7.72567 3.94227 7.52063 4.03067C7.31559 4.11907 7.13139 4.24941 6.97974 4.4133C6.8281 4.57719 6.71238 4.771 6.64014 4.98227C6.5679 5.19354 6.54076 5.41762 6.56031 5.64005H4.86023C4.85005 5.20147 4.93051 4.76551 5.09644 4.35941C5.26237 3.9533 5.51019 3.58577 5.82459 3.27982C6.13899 2.97386 6.51312 2.73602 6.92359 2.58121C7.33406 2.42639 7.77207 2.35791 8.21021 2.38004C10.2102 2.38004 11.4103 3.53003 11.4103 5.31003C11.3891 5.86452 11.2203 6.40337 10.9215 6.87094C10.6227 7.33851 10.2045 7.71792 9.71021 7.97006C9.05021 8.44006 8.5503 8.85006 8.5503 9.53006V9.84006H7.06031ZM6.78028 11.4601C6.78027 11.3187 6.80828 11.1787 6.86268 11.0482C6.91707 10.9178 6.99675 10.7993 7.09717 10.6999C7.19759 10.6004 7.31678 10.5218 7.44776 10.4686C7.57873 10.4154 7.71888 10.3887 7.86023 10.39C8.14589 10.39 8.42018 10.5021 8.62403 10.7022C8.82788 10.9023 8.94496 11.1744 8.9502 11.4601C8.93991 11.7431 8.82096 12.0113 8.61792 12.2087C8.41489 12.4062 8.14344 12.5177 7.86023 12.5201C7.57723 12.5201 7.30549 12.4091 7.10352 12.2108C6.90155 12.0126 6.78552 11.743 6.78028 11.4601Z" fill="white"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(1px);
  }
  .shopify-section--main-product .shopify_subscriptions_app_promo_offer .dw-rc-radio__promo-tooltip,
  .shopify-section--main-product .recharge-subscription-widget .dw-rc-radio__promo-tooltip {
    position: absolute;

    opacity: 0;
    pointer-events: none;

    background: black;
    color: white;
    right: 0;
    top: 100%;
    z-index: 2;
    border-radius: 8px;
    border: 1px solid #F1F1F1;
    padding: 11px 17px 11px;

    transition: opacity 250ms;
  }
  .shopify-section--main-product .recharge-subscription-widget .dw-rc-radio__promo-tooltip-icon:hover + .dw-rc-radio__promo-tooltip {
    opacity: 1;
    pointer-events: auto;
  }
  .shopify-section--main-product .shopify_subscriptions_app_promo_offer .dw-rc-radio__promo-tooltip,
  .shopify-section--main-product .recharge-subscription-widget .dw-rc-radio__promo-tooltip {
    width: 220px;
    width: 256px;

    color: #FFF;
    font-family: Satoshi;
    font-size: 10px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .shopify-section--main-product .shopify_subscriptions_app_promo_offer .dw-rc-radio__promo-tooltip-title,
  .shopify-section--main-product .recharge-subscription-widget .dw-rc-radio__promo-tooltip-title {
    display: block;

    color: #FFF;
    font-family: Satoshi;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    border-bottom: 1px solid white;
    margin-bottom: 9px;
    padding: 0 0 8px 17px;
    position: relative;

  }

  .shopify-section--main-product .shopify_subscriptions_app_promo_offer .dw-rc-radio__promo-tooltip-title::before,
  .shopify-section--main-product .recharge-subscription-widget .dw-rc-radio__promo-tooltip-title::before {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    background: white;
    background-color: var(--dw-body-flavor-color, white) !important;
    border-radius: 50%;
    left: -4px;
    top: 4px;
    bottom: 0;
  }

  .shopify-section--main-product .shopify_subscriptions_app_promo_offer .dw-rc-radio__promo-tooltip-text-left,
  .shopify-section--main-product .recharge-subscription-widget .dw-rc-radio__promo-tooltip-text-left {
    text-align: left;

    display: block;
    padding-left: 6px;
    padding-right: 7px;
    line-height: 1.4em;
    margin-bottom: 4px;
  }
  .shopify-section--main-product .shopify_subscriptions_app_promo_offer .dw-rc-radio__promo-tooltip-text-right,
  .shopify-section--main-product .recharge-subscription-widget .dw-rc-radio__promo-tooltip-text-right {
    text-align: right;

    display: block;
    padding-left: 6px;
    padding-right: 7px;
    line-height: 1.4em;
    margin-bottom: 4px;
  }

  @media screen and (min-width: 750px) {
    .shopify-section--main-product .recharge-subscription-widget .dw-rc-radio__promo {
      right: 12px;
    }
    .shopify-section--main-product .recharge-subscription-widget .dw-rc-radio__promo .dw-rc-radio__promo-offer-text {
      font-size: 16px;
      height: unset;
    }
    .shopify-section--main-product .recharge-subscription-widget .dw-rc-radio__promo-tooltip-icon {
    }
  }
  @media screen and (max-width: 749px) {
    .shopify-section--main-product .recharge-subscription-widget {
      font-size: 16px;
    }
    .shopify-section--main-product .recharge-subscription-widget .rc-widget {
      padding-top: 2px;
    }
    .shopify-section--main-product .recharge-subscription-widget .rc-radio {
      padding: 10px 3px 7px;
    }
    .shopify-section--main-product .recharge-subscription-widget .rc-radio.subscription-radio {
      padding-bottom: 12px;
    }
    .shopify-section--main-product .recharge-subscription-widget .rc-radio__input ~ .rc-radio__label {
      padding-left: 32px;
    }
    .shopify-section--main-product .recharge-subscription-widget .dw-rc-radio__price-per-stick {
      font-size: 16px; 
    }
    .shopify-section--main-product .recharge-subscription-widget .dw-rc-radio__price-per-stick-uom {
      font-size: 12px;
    }
    .shopify-section--main-product .recharge-subscription-widget .rc-radio__input ~ .rc-radio__label:before {
      width: 18px;
      height: 18px;
      left: 4px;
    }
    .shopify-section--main-product .recharge-subscription-widget .dw-rc-radio__promo {
      font-size: 14px;
    }
    .shopify-section--main-product .recharge-subscription-widget .dw-rc-radio__promo-tooltip-icon {
      margin-right: 6px;
    }
  }

  /* Yotpo Product Star Rating Widget */
  .shopify-section--main-product .yotpo-sr-bottom-line-new-review {
    display: none;
  }
  .shopify-section--main-product .star-container {
    display: none !important;
  }

  .shopify-section--main-product .yotpo-sr-bottom-line-text.yotpo-sr-bottom-line-text--right-panel::before {
    content: '';
    background-image: url('data:image/svg+xml,<svg width="16" height="15" viewBox="0 0 16 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.4801 14.5051L4.90015 9.25511L0.660156 5.84512L6.09009 5.57511L8.03015 0.495117L9.96008 5.57511L15.3901 5.84512L11.1602 9.25511L12.5801 14.5051L8.03015 11.5051L3.4801 14.5051Z" fill="%23020303"/></svg>');
    width: 16px;
    height: 15px;
    display: inline-block;
    background-size: contain;
    margin: 0 8px; 
  }

  .shopify-section--main-product .yotpo-sr-bottom-line-text.yotpo-sr-bottom-line-text--right-panel {

    color: #000 !important;
    font-family: Satoshi !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;

    display: flex !important;
    align-items: center;
  }
  .shopify-section--main-product .yotpo-reviews-star-ratings-widget {
    margin: 0 !important;
  }

  @media screen and (max-width: 750px) {
    .shopify-section--main-product .yotpo-sr-bottom-line-text.yotpo-sr-bottom-line-text--right-panel {
      font-size: 12px !important;
      line-height: .9 !important;
      align-items: flex-end;
    }
    .shopify-section--main-product .yotpo-sr-bottom-line-text.yotpo-sr-bottom-line-text--right-panel::before {
      width: 13px;
      height: 12px;
    }
  }


  /* Make sure video always shows */
  @media screen and (max-width: 750px) {
    .shopify-section--main-product .product-media-container .product__modal-opener--video {
      display:none;
    }
    .shopify-section--main-product .product-media-container .product__modal-opener--video + deferred-media {
      display: block;
    }
  }

  /*Adjust ingredients slide for mobile */
  @media screen and (max-width: 750px) {
    .shopify-section--main-product .ingredient_faq_heading {
      font-size: 21px;
    }
  }

  .shopify-section--main-product [data-dw-flavor="Peach Mango"] { 
    background-color: #fac29c; 
  }
  .shopify-section--main-product [data-dw-flavor="Raspberry Lemon"] {
    background-color: #f27777; 
  }
  .shopify-section--main-product [data-dw-flavor="Lemon Lime"] {
    background-color: #ffff91; 
  }
  .shopify-section--main-product [data-dw-flavor="Mixed Berry"] {
    background-color: #f2aedd;
  }
 
  /* Make mobile product gallery slider 1:1 square, no ifs no buts*/
  @media screen and (max-width: 749px) {
    .shopify-section--main-product slider-component[id^="GalleryViewer"] {
      --grid-mobile-horizontal-spacing: 0px;
    }
    .shopify-section--main-product slider-component[id^="GalleryViewer"]:not(.thumbnail-slider--no-slide) {
      margin-left: 0;
      margin-right: 0;
    }
    .shopify-section--main-product slider-component[id^="GalleryViewer"] .slider.grid--peek.slider--mobile .grid__item:first-of-type {
      margin-left: 1.5rem;
      margin-left: 0;
    }
    .shopify-section--main-product slider-component[id^="GalleryViewer"] .slider.slider--mobile {
      scroll-padding-left: 1.5rem;
      scroll-padding-left: 0;
    }
    .shopify-section--main-product slider-component[id^="GalleryViewer"] .slider.slider--mobile::after {
      /* content: no-close-quote; */
      content: none;
    }
  }

  /* Hide other variant featured media */
  .shopify-section--main-product .slider > li[data-is-variant-featured-media]:not(:first-child) {
    display: none;
  }

  /* Style How to Use slider based on Figma */
  .shopify-section--main-product .how_to_use_pro.how_to_use_popup .how_to_use_head {
    padding-top: 22px;
    padding-left: 37px;
  }
  .shopify-section--main-product .how_to_use_head_inner {
    padding-top: 8px;
  }
  @media screen and (max-width: 767px) {
    .shopify-section--main-product .how_to_use_pro.how_to_use_popup .how_to_use_head {
      padding-top: 18px;
      padding-left: 16px;
      padding-right: 26px;
    }
    .shopify-section--main-product .how_to_use_head_inner {
      padding-top: 0px;
      margin-top: -4px;
    }
  }

  .shopify-section--main-product .how_to_use_head_inner img {
    margin-right: 32px;
  }

  .shopify-section--main-product .how_to_use_head .how_to_use_head_inner h1 {
    margin-top: 3px;
  }
  .shopify-section--main-product .how_to_close_btn {
    font-weight: 900; 
    font-family: Satoshi;
    position: unset;
    font-size: 16px;
    margin-right: 2px;
  }
  .shopify-section--main-product .how_to_use_text_block {
    padding-top: 33px;
    padding-left: 43px;
    padding-bottom: 10px;
  }
  @media screen and (max-width: 767px) {
    .shopify-section--main-product .how_to_use_text_block {
      padding-bottom: 8px;
    }
  }
  .shopify-section--main-product .how_use_text {
    display: block;
    margin-left: 4px;
  }
  .shopify-section--main-product .how_to_use_middle_text  {
    justify-content: flex-start;
    padding-left: 10px;
    padding-top: 28px;
    padding-bottom: 29px;
  }
  .shopify-section--main-product .how_to_use_middle_text svg {
    margin-top: 4px;
    object-fit: contain;
    height: 108px;
    flex: 0 0 56px;
  }
  .shopify-section--main-product .how_to_use_middle_left {
    color: #000;
    font-family: apercu;
    font-size: 17.89px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    width: 100%;
    flex-shrink: 1;
    padding-left: 55px;
  }
  @media screen and (max-width: 767px) {
    .shopify-section--main-product .how_to_use_text_block {
      padding-top: 53px;
      padding-left: 20px;
      padding-right: 26px;
    }
    .shopify-section--main-product .how_to_use_heading { 
      font-size: 30px;
    }
    .shopify-section--main-product .how_use_text {
      margin-left: 4px;
      margin-top: 12px;
      line-height: 1.2em;
    }
    .shopify-section--main-product .how_to_use_middle_text  {
      padding-top: 25px;
      padding-bottom: 27px;
    }
    .shopify-section--main-product .how_to_use_middle_text svg {
      margin-top: 7px;
      height: 94px;
      flex: 0 0 56px;
    }
    .shopify-section--main-product .how_to_use_middle_left {
      padding-left: 36px;
    }
  }
  .shopify-section--main-product .how_to_use_middle_left_inner {
    padding-top: 17px;
    padding-left: 2px;
  }
  .shopify-section--main-product .how_to_use_middle_left_inner > div {
    margin-bottom: 6px;
  }
  .shopify-section--main-product .how_to_use_middle_left_inner > div span:first-child {
    min-width: 68px;
    display: inline-block;
    margin-right: 0;
  }
  .shopify-section--main-product .how_to_use_middle_left_inner > div span:last-child {
    width: max-content;
  }
  .shopify-section--main-product .how_use_text11 {
    padding-top: 11px;
    padding-left: 13px;
  }
  @media screen and (max-width: 767px) {
    .shopify-section--main-product .how_to_use_middle_left > span p {
      font-size: 13px;
    }
    .shopify-section--main-product .how_to_use_middle_left {
      font-size: 14px;
    }
    .shopify-section--main-product .how_to_use_middle_left_inner {
      padding-top: 19px;
    }
    .shopify-section--main-product .how_to_use_middle_left_inner > div {
      margin-bottom: 7px;
      display: flex;
    }
    .shopify-section--main-product .how_to_use_middle_left_inner > div span:first-child {
      min-width: unset;
      flex: 0 0 63px;
    }
    .shopify-section--main-product .how_to_use_middle_left_inner > div span:last-child {
      flex: 1;
      width: unset;
    }
    .shopify-section--main-product .how_use_text11 {
      font-size: 16px;
      padding-top: 14px;
      padding-left: 4px;
    }
  }
  @media screen and (max-width: 410px) {
    .shopify-section--main-product .how_to_use_middle_left_inner > div span:first-child {
      max-width: 2em;
    }
  }
  .shopify-section--main-product .how_use_text11 svg {
    margin-left: 4px;
  }
  .shopify-section--main-product .how_use_video_section_block {
    width: 100%;
    padding-top: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
  }
  .shopify-section--main-product .how_use_video_section_block video {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .shopify-section--main-product .how_to_use_popup_inner {
    justify-content: space-between;
  }


  /* SALE BUTTON */
  .shopify-section--main-product .product-form__buttons .price:not(.price--on-sale) .price-item--sale,
  .shopify-section--main-product .product-form__buttons .price:not(.price--on-sale) .price__sale,
  .shopify-section--main-product .product-form__buttons .price--on-sale .price-item--regular,
  .shopify-section--main-product .product-form__buttons .price--on-sale .price__regular {
    color: inherit; 
    display: none;
  }
  .shopify-section--main-product .product-form__buttons .price--on-sale .price__container {
    display: flex;
  }
  .shopify-section--main-product .product-form__buttons .price--on-sale .dw--price-saved--container {
    display: flex !important;
    text-transform: none;
    color: #5ec380;
    padding-left: .5em;
    border-left: 1px solid white;
    margin-left: .5em;
    gap: .25em;
  }
  .shopify-section--main-product .btn_price,
  .shopify-section--main-product .btn_price > div:first-child,
  .shopify-section--main-product .btn_price .price, 
  .shopify-section--main-product .btn_price .price__container,
  .shopify-section--main-product .product-form__buttons .price__regular {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .shopify-section--main-product .product-form__buttons .price--on-sale .price__sale,
  .shopify-section--main-product .product-form__buttons .price__regular,
  .shopify-section--main-product .product-form__buttons .dw--price-saved--container {
    display: flex;
    align-items: center;
  }


  @media screen and (max-width: 749px) {
    .shopify-section--main-product slider-component[id^="GalleryThumbnails"].thumbnail-slider {  
      height: 3rem;
    }
  } 

  /* Hide Other Flavors From Media Gallery */ 
  body[data-dw-body-flavor="Raspberry Lemon"] .shopify-section--main-product .slider > li:not([data-is-variant-featured-media]:not(:first-child)):not([data-media-alt-tags*="--option--flavor--"][data-media-alt-tags~="--option--flavor--raspberry-lemon"]),
  body[data-dw-body-flavor="Lemon Lime"] .shopify-section--main-product .slider > li:not([data-is-variant-featured-media]:not(:first-child)):not([data-media-alt-tags*="--option--flavor--"][data-media-alt-tags~="--option--flavor--lemon-lime"]),
  body[data-dw-body-flavor="Mixed Berry"] .shopify-section--main-product .slider > li:not([data-is-variant-featured-media]:not(:first-child)):not([data-media-alt-tags*="--option--flavor--"][data-media-alt-tags~="--option--flavor--mixed-berry"]), 
  body[data-dw-body-flavor="Peach Mango"] .shopify-section--main-product .slider > li:not([data-is-variant-featured-media]:not(:first-child)):not([data-media-alt-tags*="--option--flavor--"][data-media-alt-tags~="--option--flavor--peach-mango"]) {
    display: none;  
  }  

  .shopify-section--main-product .no-bottom-border {  
    border-bottom: none !important; 
  }


  /* JUNIP SUMMARY STAR */
  .product__title__top_pill_row .junip-product-summary-star { 
    width: 12px !important;
    height: 12px !important;
    padding: 0 !important; 
    margin: 0 1px;
  }

  .product__title__top_pill_row .drywater-product-summary-review-count {
    font-size: 11px;
    line-height: 12px;
    color: #000000;
    font-weight: 500;
    font-family: "Satoshi";
    font-weight: 500;
    margin-left: .5em;
  }  
  .product__title__top_pill_row .shopify-block.shopify-app-block {
    overflow: visible; 
    display: block;
  }
  @media screen and (max-width: 749px) { 
    .product__title__top_pill_row .junip-product-summary {  
      transform: translateY(3px); 
    }
    .product__title__top_pill_row .junip-product-summary-star { 
      width: 10px !important;
      height: 10px !important;
      padding: 0 !important; 
      margin: 0 1px; 
    }
    .product__title__top_pill_row .drywater-product-summary-review-count {
      font-size: 10px;
      line-height: 10px;
      font-weight: 700;
    }
  }


  [data-dw-current-variant-img="loading"] {
    opacity: 0;
    transition: opacity .125s ease-out;
  }
  [data-dw-current-variant-img="loaded"]{
    opacity: 1;
    transition: opacity .125s ease-in;
  }
@media screen and (max-width: 767px) { 
    .shopify-section--product-benefits-section .science_benefits_section .image-with-text__media-item.grid__item {
      display: unset;
      padding-bottom: 290px; 
    }
    .shopify-section--product-benefits-section .product-benefits-section--mobile-image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;

    }
    .shopify-section--product-benefits-section .product-benefits-section--top-image,
    .shopify-section--product-benefits-section .product-benefits-section--middle-image,
    .shopify-section--product-benefits-section .product-benefits-section--bottom-image {
      display: none;
    }
  }
  @media screen and (min-width: 768px) { 
    .shopify-section--product-benefits-section .science_benefits_section .image-with-text__media-item.grid__item {
      width:  36.7362vw; /* 529 / 1440 */ 
      flex-grow: 0;
    }
    .shopify-section--product-benefits-section .science_benefits_section .image-with-text__text-item.grid__item {
      width: 1px;
      flex-grow: 1;
    }
    .shopify-section--product-benefits-section .product-benefits-section--mobile-image {
      display:none;
    }
    .shopify-section--product-benefits-section .product-benefits-section--top-image {
      position: absolute;
      bottom: 50%;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 1;
      transition: transform .2s;
    }
    .shopify-section--product-benefits-section .product-benefits-section--middle-image {
      position: absolute;
      bottom: 50%;
      transform: translateY(40%) scale(0);
      left: 0;
      right: 0;
      margin: auto;
      transition: transform .2s, opacity .2s;
    }
    .shopify-section--product-benefits-section .product-benefits-section--bottom-image {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 1;
      transition: transform .2s;
    }
  } 

  /* Scale on Mobile from (430px wide design) */
  @media only screen and (max-width: 767px) {
    body.template-name-product .shopify-section--product-benefits-section .science_benefits_section .image-with-text__content .image-with-text__heading.inline-richtext.h1 {
      font-size: calc(36 * (100vw / 430));
      max-width: unset !important;
    }
    body.template-name-product .shopify-section--product-benefits-section .science_benefits_section .image-with-text__content {
      padding: 46px calc(20 * (100vw / 430));
    }
    body.template-name-product .shopify-section--product-benefits-section .coll_text_multiple_inner span {
      font-size: calc(10 * (100vw / 430));
    }
    body.template-name-product .shopify-section--product-benefits-section .head_with_text_block span {
      font-size: calc(20 * (100vw / 430));
    }
  }
@media screen and (max-width: 767px) {
    .shopify-section--product-how-to-use {
      flex-direction: column;
    }
    .shopify-section--product-how-to-use .image-with-text__grid--mobile-reverse {
      flex-direction: column-reverse;
    }
  }
  @media screen and (min-width: 768px) {
    .shopify-section--product-how-to-use {
      flex-direction: row;
    }
    .shopify-section--product-how-to-use .image-with-text__grid--reverse {
      flex-direction: row-reverse;
    }
  }

  .shopify-section--product-how-to-use .Pro_how_to_use_block .how_to_use_text h4 {
    color: #000;
    font-family: apercu, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    padding: 0;
    margin-bottom: 63px;
  } 

  @media screen and (min-width: 768px) {
    .shopify-section--product-how-to-use .image-with-text__grid {
      flex-wrap: nowrap; 
    }
    .shopify-section--product-how-to-use .ingredient_tab_section-block .image-with-text__media-item.grid__item {
      width:  36.7362vw; /* 529 / 1440 */
      flex-grow: 0;
    }
    .shopify-section--product-how-to-use .ingredient_tab_section-block .image-with-text__text-item.grid__item {
      width: 1px;
      flex-grow: 1;
    }
    .shopify-section--product-how-to-use .Pro_how_to_use_block .how_to_use_text h4 {
      font-size: 16px;
      padding: 0;
      margin-bottom: 63px;
    } 
    .shopify-section--product-how-to-use .Pro_how_to_use_block.ingredient_tab_section-block.image-with-text .image-with-text__content {
      padding: 107px 50px 54px 87px;
    }
    .shopify-section--product-how-to-use .Pro_how_to_use_block .how_to_use_text h3 {
      margin-top: -58px;
      margin-left: 3px;
    }
    .shopify-section--product-how-to-use .how_to_use_block_inner {
      padding-top: 0;
    }
    .shopify-section--product-how-to-use .custom_tab_html_left {
      font-size: 0;
      margin-right: .5em;
      min-width: 60px;
    }
    .shopify-section--product-how-to-use .custom_tab_html_right span p {
      margin-top: 12px;
      font-size: 14.35px;
      margin-left: 6px;
      line-height: 20px;
    }
    .shopify-section--product-how-to-use .multi_images_tabss {
      margin-right: 14px;
      margin-top: 5px;
      font-size: 0;
    }
    .shopify-section--product-how-to-use .multi_images_tabss span {
      margin-left: 18px;
      max-width: 107px;
    }
  }

  @media screen and (max-width: 767px) {
    .shopify-section--product-how-to-use .ingredient_tab_section-block .image-with-text__content {
      padding: 42px 32px 15px;
      border-top: 1px solid #0a0a0a; 
      border-bottom: 1px solid #0a0a0a; 
    }
    .shopify-section--product-how-to-use .Pro_how_to_use_block .how_to_use_text h4 {
      font-size: 14px;
      padding: 0;
      margin-bottom: 63px;
    } 
    .shopify-section--product-how-to-use .Pro_how_to_use_block .how_to_use_text h3 {
      color: #000;
      font-family: Satoshi;
      font-size: 17px;
      font-style: normal;
      font-weight: 500;
      line-height: 25px; /* 147.059% */

      margin-left: -4px;
      width: calc(100% + 8px);
    }
    .shopify-section--product-how-to-use .how_to_use_block_inner {
      padding-top: 64px;

      color: #000;
      font-family: apercu, sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
    }
    .shopify-section--product-how-to-use .how_to_use_block_inner .custom_tab_html_left {
      margin-right: .5em;
      min-width: 53px;
    }
    .shopify-section--product-how-to-use .how_to_use_block_inner .custom_tab_html_left span,
    .shopify-section--product-how-to-use .how_to_use_block_inner .custom_tab_html_right p {
      font-size: 14px;
    }
    .shopify-section--product-how-to-use .how_to_use_block_inner .custom_tab_html_right > span > p {
      font-size: 12px;
      margin-top: 16px;
      line-height: 20px;
      margin-left: 2px;
    }
    .shopify-section--product-how-to-use .multi_images_tabss span {
      max-width: 60px;
      margin-top: 26px;
    }
    .shopify-section--product-how-to-use .multi_images_tabss span img {
      width: 60px;
      height: 60px;
    }
    .shopify-section--product-how-to-use .multi_images_tabss {
      transform: translateX(12px);
    }
  }
.shopify-section--product-image-text .Product_image_text video {
    position: absolute;
  }
  .shopify-section--product-image-text .ingredients_image_text_section.image-with-text.page-width .image-with-text__text-item.grid__item {
    background: #fff;
  }


  /* TESTED ONLY ON dESKTOP */
  .shopify-section--product-image-text .Product_image_text.ingredients_image_text_section.image-with-text.page-width .image-with-text__content {
    padding: 156px 26px 48px 34px;
  }
  .shopify-section--product-image-text .dw-select {
    display: inline-block;
    width: 240px;
    vertical-align: top;
    margin-top: 4px;
  }
  .shopify-section--product-image-text .image_dropdown_flavor_list {
    line-height: 1.15;
  }
  .shopify-section--product-image-text .pro_image_text_rte.image-with-text__text.rte.body {
    padding-top: 48px;
  }
  .shopify-section--product-image-text .pro_image_text_rte_left p {
    font-family: apercu;
    font-size: 16px;
    margin-bottom: 16px;
  }

  .shopify-section--product-image-text .dw-tabs {
    padding-top: 62px;
    padding-left: calc(100% * ((433 - 34) / (936 - 34 - 52)));
    padding-right: calc(100% * ((26) / (936 - 34 - 52)));
    position: relative;
    margin: 0;
    border: none;
    appearance: none;
  }
  .dw-tabs--title {
    position: absolute;
    left: 0;
    color: #000;
    font-family: apercu;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    top: 48px;
    left: 2px;
    letter-spacing: .35px;
  }
  .shopify-section--product-image-text label.dw-tab-button {
    position: absolute;
    left: 0;
    cursor: pointer;

    height: 34px;
    line-height: 34px;
    border-radius: 34px;
    border-width: 1px;
    border-style: solid;
    padding: 0 46px 0 21px;

    color: #000;
    font-family: Satoshi;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
  }
  @media screen and (min-width: 768px) {
    .shopify-section--product-image-text label.dw-tab-button:nth-of-type(1) {
      top: calc(48px + (1 * 46px) - 7px);
    }
    .shopify-section--product-image-text label.dw-tab-button:nth-of-type(2) {
      top: calc(48px + (2 * 46px) - 7px);
    }
    .shopify-section--product-image-text label.dw-tab-button:nth-of-type(3) {
      top: calc(48px + (3 * 46px) - 7px);
    }
    .shopify-section--product-image-text label.dw-tab-button:nth-of-type(4) {
      top: calc(48px + (4 * 46px) - 7px);
    }
    .shopify-section--product-image-text label.dw-tab-button:nth-of-type(5) {
      top: calc(48px + (5 * 46px) - 7px);
    }
    .shopify-section--product-image-text label.dw-tab-button:after {
      content: '';
      position: absolute;
      width: 8px;
      height: 9px;
      right: 22px;
      top: 0;
      bottom: 0;
      margin-top: auto;
      margin-bottom: auto;
      background-image: url('data:image/svg+xml,<svg width="8" height="9" viewBox="0 0 8 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.2699 4.25L-1.63918e-07 4.25M7.2699 4.25L3.5199 0.5M7.2699 4.25L3.5199 8" stroke="black" stroke-miterlimit="10"/></svg>');
      transform: rotate(-45deg);
    }
    .shopify-section--product-image-text .dw-tab-radio:checked + label.dw-tab-button:after {
      transform: rotate(0deg);
    }
    .shopify-section--product-image-text .dw-tab-radio:checked + label.dw-tab-button ~ label.dw-tab-button:after {
      transform: rotate(-45deg);
    }
  }

  .shopify-section--product-image-text .dw-tabs:after {
    content: '';
    width:
  }
  .shopify-section--product-image-text .dw-tab-radio {
    display: none;
  }
  .shopify-section--product-image-text .dw-tab-radio:checked + label.dw-tab-button {
    background: var(--flavor-color);
    border-color: var(--flavor-color);
  }
  .shopify-section--product-image-text .dw-tab-radio:checked + label.dw-tab-button ~ label.dw-tab-button:not(:hover) {
    background: transparent;
    border-color: #000;
  }
  .shopify-section--product-image-text .dw-tab-radio:not(:checked) + label.dw-tab-button + .dw-tab {
    display: none;
  }
  .shopify-section--product-image-text .dw-tab {
    order: 999;
  }
  .shopify-section--product-image-text .dw-tab.dw-ingredients-tab {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 353px;
  }



  .shopify-section--product-image-text .dw-tab--text {
    color: #000;
    font-family: Satoshi;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: -10px;
  }

  .shopify-section--product-image-text .dw-ingredients-tab--ingredients {
    color: #000;
    font-family: apercu;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .shopify-section--product-image-text .dw-ingredients-tab--ingredients ol {
    font-size: 14.89px;
    line-height: 20.8px;
    padding-left: 0;
    list-style: none;
    counter-reset: padded-ol;
    margin-top: -2px;
  }

  .shopify-section--product-image-text .dw-ingredients-tab--ingredients ol > li {
    counter-increment: padded-ol;
  }

  .shopify-section--product-image-text .dw-ingredients-tab--ingredients ol > li::before {
    content: counter(padded-ol, decimal-leading-zero) ".";
    display: inline-block;
    min-width: 76px;
  }

  .shopify-section--product-image-text .heading_with_flavor .image-with-text__heading.inline-richtext.h1 {
    word-break: initial;
    }

  /* TESTED ONLY ON MOBILE */
  @media screen and (max-width: 767px) {
    .shopify-section--product-image-text .pro_image_overlay {
      max-width: 195px;
      transform: translatex(56px) translateY(-22px);
    }
    .shopify-section--product-image-text .image-with-text__text-item.grid__item {
      overflow: hidden;
    }
    .shopify-section--product-image-text .heading_with_flavor .image-with-text__heading.inline-richtext.h1 {
      color: #000;
      font-family: Satoshi;
      font-size: 30px;
      font-style: normal;
      font-weight: 500;
      line-height: 39px; 
    }
    .shopify-section--product-image-text .Product_image_text.ingredients_image_text_section.image-with-text.page-width .image-with-text__content {
      padding: 41px 12px 64px 20px;
    }
    .shopify-section--product-image-text .dw-select {
      color: #000;
      font-family: Satoshi;
      font-size: 12.31px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;

      width: max-content;
      min-width: 196px;
    }
   .shopify-section--product-image-text .dw-select .dw-select--button::after {
      right: 20px;
    }

    .shopify-section--product-image-text .image_dropdown_flavor_list {
      margin-top: 19px;
    }
    .shopify-section--product-image-text .dw-tabs {
      padding: 24px 0 0;
      display: flex;
      flex-wrap: wrap;
      gap: 10px 11px;
    }
    .dw-tabs--title {
      position: unset;
      font-size: 12.59px;
      letter-spacing: .7px;
      width: 100%;
    }
    .shopify-section--product-image-text label.dw-tab-button {
      position: relative;
      font-size: 14px;
      padding-left: 18px;
      padding-right: 38px;
      top:unset;
      left:unset;
      right: unset;
      bottom:unset;
      height: 30px;
      line-height: 30px;
    }

    .shopify-section--product-image-text label.dw-tab-button:after {
      content: '';
      position: absolute;
      display: block;
      width: 7px;
      height: 7px;
      right: 12px;
      top: 0;
      bottom: 0;
      margin-top: auto;
      margin-bottom: auto;
      background-image: url('data:image/svg+xml,<svg width="7" height="7" viewBox="0 0 7 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.50984 1.31787L1.08984 5.73779M5.50984 1.31787V6.5M5.50984 1.31787H0.5" stroke="%23231F20" stroke-miterlimit="10"/></svg>');
      transform: rotate(0deg);
    }
    .shopify-section--product-image-text .dw-tab-radio:checked + label.dw-tab-button:after {
      transform: rotate(45deg);
    }
    .shopify-section--product-image-text .dw-tab-radio:checked + label.dw-tab-button ~ label.dw-tab-button:after {
      transform: rotate(0deg);
    }
    .shopify-section--product-image-text .dw-tab {
      padding-left: 89px;
      margin-top: 22px;
    }
    .shopify-section--product-image-text .dw-tab.dw-ingredients-tab {
      min-height: 255px;
    }
    .shopify-section--product-image-text .dw-tab--text {
      font-size: 16.52px;
    }
    .shopify-section--product-image-text .dw-ingredients-tab--ingredients {
      border-top: 1px solid #0a0a0a;
      padding-top: 8px;
      font-size: 12.59px;
      margin-right: 14px;
    }
    .shopify-section--product-image-text .dw-ingredients-tab--ingredients ol {
      font-size: 12.59px;
      line-height: 17.5px;
    }
    .shopify-section--product-image-text .dw-ingredients-tab--ingredients p {
      margin: 14px 0;
    }
    .shopify-section--product-image-text .dw-ingredients-tab--ingredients p:first-child {
      margin-top: 0;
    }

    .shopify-section--product-image-text .dw-ingredients-tab--ingredients ol > li::before {
      min-width: 64px;
    }
    .shopify-section--product-image-text .pro_image_bottom_btn.left{
      margin: 0;
      padding-left: 89px;
      padding-top: 0;
      margin-top: 11px;
    }
    .shopify-section--product-image-text .pro_image_bottom_btn .link.underlined-link {
      color: #000;
      font-family: Satoshi;
      font-size: 14.88px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;

      display: flex;
      min-width: 166px;
      width: auto;
      gap: 3px;
    }
    .shopify-section--product-image-text .pro_image_bottom_btn .link.underlined-link svg {
      width: 100%;
      height: 7px;
      object-fit: cover;
      object-position: right;
    }
  }