:root {
  --color-pink: #DA3E72;
  --color-orange: #E2BE66;
  --color-green-0: #33BB6C;
  --color-green-1: #36CB4E;
  --color-yellow: #FFFF00;
  --color-product-bg: #EFF7EF;
}

.fw3root {
  line-height: 1.18;
}
.fw3root .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}
.fw3root .fw3-welcome-banner {
  text-align: center;
  font-weight: 500;
  padding: 20px 0px 20px 0px;
}
.fw3root .fw3-main-banner-wrapper {
  position: relative;
}
.fw3root .fw3-main-banner .fw3-main-banner__left {
  background: var(--color-green-0) url("/landingpages/images/fw3/fw3-bg-pattern.jpg") repeat center center;
  background-size: 10%;
  padding: 2rem;
  z-index: 10;
}
.fw3root .fw3-main-banner .fw3-main-banner__left img {
  width: 100%;
  max-width: 420px;
  margin: auto;
  display: block;
  height: auto;
}
.fw3root .fw3-main-banner .fw3-main-banner__right {
  background: var(--color-yellow);
  color: #000;
  padding: 40px 1rem;
  text-align: center;
}
.fw3root .fw3-main-banner .fw3-main-banner__refgif {
  max-width: 100%;
  height: auto;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.fw3root .fw3-main-banner .fw3-main-banner__learn-more {
  margin-top: 30px;
}
.fw3root .fw3-main-banner .fw3-main-banner__learn-more summary {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  display: flex;
  margin: auto;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  user-select: none;
  padding: 0 1rem;
  transition: ease all 0.3s;
}
.fw3root .fw3-main-banner .fw3-main-banner__learn-more summary::marker {
  content: "";
}
.fw3root .fw3-main-banner .fw3-main-banner__learn-more summary::-webkit-details-marker {
  display: none;
  content: "";
}
.fw3root .fw3-main-banner .fw3-main-banner__learn-more summary:hover {
  background: #dede00;
  border-radius: 999px;
  line-height: 1;
}
.fw3root .fw3-main-banner .fw3-main-banner__learn-more summary:active {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1490196078), inset 0 0 6px rgba(0, 0, 0, 0.2);
}
.fw3root .fw3-main-banner .fw3-main-banner__learn-more summary .down {
  display: inline-block;
}
.fw3root .fw3-main-banner .fw3-main-banner__learn-more summary .up {
  display: none;
}
.fw3root .fw3-main-banner .fw3-main-banner__learn-more[open] summary .down {
  display: none;
}
.fw3root .fw3-main-banner .fw3-main-banner__learn-more[open] summary .up {
  display: inline-block;
}
.fw3root .fw3-main-banner .fw3-main-banner__learn-more-content {
  padding: 2rem 5%;
  text-align: left;
}
@media (min-width: 768px) {
  .fw3root .fw3-main-banner .fw3-section-title-alt {
    margin: auto;
    max-width: 640px;
  }
  .fw3root .fw3-main-banner .fw3-main-banner__learn-more-content {
    padding: 2rem 10%;
  }
}
@media (min-width: 992px) {
  .fw3root .fw3-main-banner .fw3-main-banner__learn-more-content {
    padding: 2rem 20%;
  }
}
@media (min-width: 1460px) {
  .fw3root .fw3-main-banner {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .fw3root .fw3-main-banner::before {
    background: var(--color-green-0) url("/landingpages/images/fw3/fw3-bg-pattern.jpg") repeat center center;
    background-size: 8%;
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 50%;
    z-index: 0;
  }
  .fw3root .fw3-main-banner::after {
    background: var(--color-yellow);
    content: " ";
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 50%;
    z-index: 0;
  }
  .fw3root .fw3-main-banner .fw3-main-banner__left {
    background: none;
    display: flex;
  }
  .fw3root .fw3-main-banner .fw3-main-banner__left img {
    width: auto;
    max-width: 450px;
    margin: auto;
    display: block;
    height: 288px;
    top: 5px;
    position: relative;
  }
  .fw3root .fw3-main-banner .fw3-main-banner__right {
    text-align: left;
    padding: 4rem 0 4rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10;
  }
  .fw3root .fw3-main-banner .fw3-section-title {
    text-align: left;
    font-size: 40px;
    width: 420px;
  }
  .fw3root .fw3-main-banner .fw3-section-title-alt {
    margin: unset;
    text-align: left;
  }
  .fw3root .fw3-main-banner .fw3-main-banner__refwrapper {
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: start;
  }
  .fw3root .fw3-main-banner .fw3-main-banner__refgif {
    margin-left: unset;
    margin-right: 4rem;
    height: 84px;
    width: auto;
  }
  .fw3root .fw3-main-banner .fw3-main-banner__learn-more {
    margin-left: auto;
  }
  .fw3root .fw3-main-banner .fw3-main-banner__learn-more-content {
    position: absolute;
    left: 50%;
    padding: 4rem 5% 4rem 4rem;
    background: var(--color-yellow);
  }
}
@media (min-width: 1920px) {
  .fw3root .fw3-main-banner .fw3-main-banner__left {
    padding: 4rem 4rem;
  }
  .fw3root .fw3-main-banner .fw3-main-banner__left img {
    margin: unset;
    margin-left: auto;
    width: auto;
    max-width: unset;
    display: block;
    height: 288px;
    top: 11px;
    position: relative;
  }
  .fw3root .fw3-main-banner .fw3-main-banner__learn-more-content {
    padding: 4rem 15% 4rem 4rem;
  }
}
.fw3root .fw3-product-section {
  padding: 50px;
  background: var(--color-product-bg);
}
@media (min-width: 1460px) {
  .fw3root .fw3-product-section {
    padding: 80px 50px;
  }
  .fw3root .fw3-product-section .fw3-section-title {
    margin-bottom: 80px;
  }
}
.fw3root .fw3-about-ultra-cbd-section {
  padding: 50px 0rem;
}
@media (min-width: 1460px) {
  .fw3root .fw3-about-ultra-cbd-section {
    padding: 80px 50px;
  }
  .fw3root .fw3-about-ultra-cbd-section .fw3-section-title {
    margin-bottom: 80px;
  }
}
.fw3root .fw3-footer {
  padding: 50px;
  background: var(--color-green-0) url("/landingpages/images/fw3/fw3-bg-pattern.jpg") repeat center center;
  background-size: 14%;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .fw3root .fw3-footer .fw3-section-text-content {
    width: 420px;
    margin: auto;
  }
}
@media (min-width: 1460px) {
  .fw3root .fw3-footer {
    background-size: 4%;
    padding: 80px 50px;
  }
}
.fw3root .fw3-comment-button {
  margin: 2rem auto 0 auto;
}
@media (min-width: 768px) {
  .fw3root .fw3-comment-button {
    max-width: 320px;
  }
}
.fw3root .fw3-section-title {
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (min-width: 1460px) {
  .fw3root .fw3-section-title {
    font-size: 40px;
    line-height: 48px;
  }
}
.fw3root .fw3-section-title-alt {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  font-weight: 500;
}
@media (min-width: 1460px) {
  .fw3root .fw3-section-title-alt {
    font-size: 20px;
    line-height: 30px;
  }
}
.fw3root .fw3-section-text-content {
  font-size: 1rem;
  line-height: 20px;
}
@media (min-width: 1460px) {
  .fw3root .fw3-section-text-content {
    font-size: 18px;
    line-height: 24px;
  }
}
.fw3root .fw3-header {
  display: flex;
  padding: 1rem 0rem;
  align-items: center;
}
.fw3root .fw3-header .fw3-header__heading {
  display: flex;
}
.fw3root .fw3-header .fw3-header__trailing {
  margin-left: auto;
}
.fw3root .fw3-header .fw3-header__cart {
  color: #fff;
  position: relative;
}
.fw3root .fw3-header .fw3-header__cart-icon {
  font-size: 36px;
}
.fw3root .fw3-header .fw3-header__cart-count {
  position: absolute;
  top: -1rem;
  right: 0;
  border-radius: 999px;
  width: 18px;
  height: 18px;
  background: var(--color-orange);
  color: #000;
  line-height: 16px;
  text-align: center;
  font-weight: 600;
  padding: 2px;
  font-size: 12px;
}
.fw3root .fw3-header .fw3-header__select {
  border: none;
  background: #000;
  color: #fff;
  width: 100px;
  appearance: none;
  -moz-appearance: none;
}
.fw3root .fw3-header .fw3-header__select--country {
  width: 80px;
  width: auto;
}
.fw3root .fw3-header .fw3-header__select--locale-type {
  margin-left: 1rem;
}
@media (min-width: 992px) {
  .fw3root .fw3-header {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    padding-left: 0;
    padding-right: 0;
  }
}
.fw3root .fw3-header-wrapper {
  background: #000;
}
.fw3root .fw3-logo {
  display: flex;
  background: #000;
  justify-content: center;
  padding: 0 1rem 2rem 1rem;
}
.fw3root .fw3-logo img {
  height: 128px;
  width: auto;
}
@media (min-width: 992px) {
  .fw3root .fw3-logo {
    display: none;
  }
}
.fw3root .fw3-logo-desktop {
  display: none;
}
@media (min-width: 992px) {
  .fw3root .fw3-logo-desktop {
    display: block;
    margin: auto;
  }
  .fw3root .fw3-logo-desktop img {
    height: 48px;
  }
}
.fw3root .fw3-itemlist {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 4rem;
  /* @media(min-width: 992px) {
       display: grid;
       grid-template-columns: 1fr 1fr;
       grid-auto-flow: row;
       row-gap: 6rem;
       column-gap: 2rem;
       padding: 0 0rem;
       justify-content: center;
   }
   @media(min-width: 1280px) {
       column-gap: 4rem;
   }
   @media(min-width: 1920px) {
       column-gap: 8rem;
   }*/
}
@media (min-width: 768px) {
  .fw3root .fw3-itemlist {
    flex-direction: row;
  }
}
.fw3root .fw3-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.fw3root .fw3-item .fw3-item__img {
  margin: auto;
}
.fw3root .fw3-item .fw3-item__name {
  max-width: 360px;
  margin: auto;
}
.fw3root .fw3-item .fw3-item__price {
  font-weight: 700;
  font-size: 1.6rem;
}
.fw3root .fw3-item .fw3-item__price-old {
  color: #949494;
}
.fw3root .fw3-item .fw3-item__addtocartbtn {
  margin: 1rem auto;
}
.fw3root .fw3-item .fw3-item__addtocartbtn span.icon {
  position: absolute;
  right: 1rem;
}
@media (min-width: 992px) {
  .fw3root .fw3-item .fw3-item__img {
    margin-bottom: 1rem;
  }
  .fw3root .fw3-item .fw3-item__addtocartbtn {
    margin-top: 1rem;
  }
}
.fw3root .yh-container {
  padding: 0;
}
.fw3root .loader {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 18px 0 #fff, -18px 0 #fff;
  position: relative;
  animation: flash 0.5s ease-out infinite alternate;
}
@keyframes flash {
  0% {
    background-color: rgba(255, 255, 255, 0.1333333333);
    box-shadow: 18px 0 rgba(255, 255, 255, 0.1333333333), -18px 0 #FFF;
  }
  50% {
    background-color: #FFF;
    box-shadow: 18px 0 rgba(255, 255, 255, 0.1333333333), -18px 0 rgba(255, 255, 255, 0.1333333333);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.1333333333);
    box-shadow: 18px 0 #FFF, -18px 0 rgba(255, 255, 255, 0.1333333333);
  }
}
.fw3root .video-list {
  display: flex;
  column-gap: 1rem;
  overflow-x: scroll;
  padding-bottom: 1rem;
}
.fw3root .video-list .video-item {
  text-align: center;
}
.fw3root .video-list .video-item .video-item__url {
  position: relative;
  display: block;
}
.fw3root .video-list .video-item .video-item__img {
  min-width: 70vw;
}
.fw3root .video-list .video-item .video-item__title {
  display: inline-block;
  margin-top: 1rem;
  font-weight: 600;
}
.fw3root .video-list .video-item .video-item__play-icon {
  position: absolute;
  top: 50%;
  height: 64px;
  width: 64px;
  margin-top: -32px;
  margin-left: -32px;
  display: flex;
  align-items: center;
  z-index: 100;
  justify-content: center;
  left: 50%;
  color: #b4b4b4;
  border-radius: 9999px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  border: none;
  transition: 0.3s;
  touch-action: manipulation;
}
.fw3root .video-list .video-item:hover .video-item__play-icon {
  transform: scale(1.1);
}
@media (min-width: 768px) {
  .fw3root .video-list {
    justify-content: center;
  }
  .fw3root .video-list .video-item .video-item__img {
    width: 240px;
    min-width: unset;
  }
}
.fw3root #videoPopup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.fw3root #videoPopup iframe {
  width: 100vw;
  height: 100vh;
  border: none;
}
.fw3root #closePopup {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: white;
  cursor: pointer;
  border-radius: 999px;
  background-color: #404040;
  font-size: 24px;
  padding: 0.6rem;
}
@media (max-width: 430px) {
  .fw3root #videoPopup iframe {
    width: 90vw;
    height: 160vw;
  }
  .fw3root #closePopup {
    top: 20px;
    left: 50%;
    right: unset;
    margin-left: -22px;
  }
}

.fw3-button {
  max-width: 360px;
  height: 45px;
  position: relative;
  min-height: unset;
  font-size: 14px;
  font-weight: 700;
  min-width: 240px;
  text-transform: uppercase;
}
.fw3-button:hover:not(:disabled) {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.0509803922) 40%, rgba(0, 0, 0, 0.1019607843));
}
.fw3-button:active:not(:disabled) {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1490196078), inset 0 0 6px rgba(0, 0, 0, 0.2);
}
.fw3-button.fw3-button--primary {
  color: #fff;
  background-color: var(--color-green-1);
}
.fw3-button.fw3-button--secondary {
  color: #000;
  background-color: var(--color-yellow);
}

.fwe-checkout-popup {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.fwe-checkout-popup .fwe-checkout-popup__item-info__name {
  font-weight: 500;
  text-align: center;
  margin-top: 1rem;
}
.fwe-checkout-popup .fwe-checkout-popup__checkout-button {
  margin: auto;
}
.fwe-checkout-popup .fwe-checkout-popup__continue-button {
  text-decoration: underline;
  font-weight: 600;
  background-color: #fff;
  border: none;
  font-size: 14px;
}
.fwe-checkout-popup .fwe-checkout-popup__continue-button:hover, .fwe-checkout-popup .fwe-checkout-popup__continue-button:focus, .fwe-checkout-popup .fwe-checkout-popup__continue-button:visited, .fwe-checkout-popup .fwe-checkout-popup__continue-button:active {
  color: #000;
}
@media (min-width: 640px) {
  .fwe-checkout-popup {
    padding: 2rem;
  }
  .fwe-checkout-popup .fwe-checkout-popup__item-info {
    display: flex;
    align-items: center;
    column-gap: 1rem;
    margin-bottom: 1rem;
  }
  .fwe-checkout-popup .fwe-checkout-popup__item-info__name {
    text-align: left;
    white-space: nowrap;
  }
  .fwe-checkout-popup .fwe-checkout-popup__item-info__img {
    width: 180px;
  }
}

/*# sourceMappingURL=fw3.css.map */
