@font-face {
  font-family: 'Radicle Condensed 2';
  src: url('../fonts/Radicle-Bold-Condensed-2.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Radicle Extra Condensed;
  src: url('../fonts/Radicle-Extra-Bold-Condensed.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Radicle 2';
  src: url('../fonts/Radicle-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Radicle;
  src: url('../fonts/Radicle-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Radicle Extra 2';
  src: url('../fonts/Radicle-Extra-Bold-2.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Taybigbird 2';
  src: url('../fonts/TAYBigBird-2.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Radicle;
  src: url('../fonts/Radicle-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Radicle Semi 2';
  src: url('../fonts/Radicle-Semi-Bold-2.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --body-color: #fff8ed;
  --body-text-color: #4b3126;
  --prange-color: #ff9052;
  --green: #7ca37b;
  --black: black;
  --white: white;
  --red: #cf2a2a;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  background-color: var(--body-color);
  color: var(--body-text-color);
  font-family: Radicle, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Radicle Extra 2', Arial, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 120%;
}

h3 {
  letter-spacing: -0.64px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Radicle Extra 2', Arial, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 120%;
}

.page-wrapper {
  width: 100%;
}

.top-bar-wrapper {
  z-index: 999;
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  color: #fff8ed;
  text-transform: uppercase;
  background-color: #4b3126;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 11px;
  padding-bottom: 5px;
  font-family: 'Taybigbird 2', Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.top-bar-wrapper.is-checkout {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.top-bar-wrapper.desk-hidden {
  display: none;
}

.nav_dropdown {
  display: block;
  position: relative;
}

.primary-button {
  z-index: 1;
  background-color: var(--prange-color);
  box-shadow: inset 0 0 0 1px var(--body-text-color);
  filter: drop-shadow(3px 3px 0px var(--body-text-color));
  color: var(--body-text-color);
  text-transform: capitalize;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 48px;
  margin-left: 2px;
  padding: 5px 42px;
  font-family: 'Radicle Extra 2', Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 120%;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
  position: static;
}

.primary-button:hover {
  background-color: #ff7e36;
  transform: scale(1.03);
}

.nav_link {
  color: var(--body-text-color);
  letter-spacing: -0.36px;
  background-color: #0000;
  padding: 0;
  font-size: 18px;
  line-height: 100%;
  text-decoration: none;
}

.nav_logo {
  z-index: 1;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 132px;
  height: 32px;
  text-decoration: none;
}

.nav_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.brand_logo-img {
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 100%;
}

.navbar {
  background-color: var(--body-color);
  width: 100%;
  padding: 18px 40px;
}

.nav-menu {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-wrapper {
  width: 100%;
  overflow: hidden;
}

.main-wrapper.overflow {
  overflow: visible;
}

.section {
  width: 100%;
}

.section.jiggies-ritual {
  background-color: #d9dcb9;
  height: 472px;
  padding-top: 53px;
  position: relative;
}

.section.clinical-proof {
  background-color: #f5f1e0;
}

.section.benefits {
  background-color: #d9dcb9;
  position: relative;
}

.section.wellness-system {
  position: relative;
}

.section.testimonial {
  background-color: #d9dcb9;
}

.section.is-footer {
  background-color: var(--body-text-color);
}

.scroll-marquee-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #7ca37b;
  background-color: #d9dcb9;
  border-top: 1px solid #7ca37b;
  border-bottom: 1px solid #7ca37b;
  align-items: center;
  width: 100%;
  height: 70px;
  font-family: 'Taybigbird 2', Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-inner-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-transform: uppercase;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.container.pad-v-48-56 {
  padding-top: 48px;
  padding-bottom: 56px;
}

.container.pad-v-48-72 {
  padding-top: 48px;
  padding-bottom: 72px;
}

.container.pad-v-112-63 {
  padding-top: 180px;
  padding-bottom: 63px;
}

.container.pad-v-63-80 {
  padding-top: 63px;
  padding-bottom: 80px;
}

.container.pad-v-80-65 {
  padding-top: 80px;
  padding-bottom: 65px;
}

.container.pad-v-65-103 {
  padding-top: 65px;
  padding-bottom: 103px;
}

.container.pad-v-60-60 {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.container.pad-v-120-120 {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.container.pad-v-30-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.container.pad-v-63-78 {
  padding-top: 63px;
  padding-bottom: 78px;
}

.container.pad-v-40-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container.pad-v-50-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.container.pad-v-90-44 {
  padding-top: 90px;
  padding-bottom: 44px;
}

.container.pad-v-90-44.hide-desk {
  display: none;
}

.grid.is-growth-component {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid.is-potential-component {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid.is-potential-component.is-2 {
  margin-top: 64px;
}

.grid.is-jiggies-ritual-component {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid.is-clinical-proof-component {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid.is-benefit-boxes-component {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid.is-supplements-component {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1202px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid.is-wellness-system-component {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1202px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.grid.is-wellness-system-component.cc-custom {
  max-width: 1212px;
}

.grid.is-testimonial-component {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1308px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid.is-gurantee-component {
  grid-column-gap: 67px;
  grid-row-gap: 67px;
  border: 3px solid var(--body-text-color);
  background-color: #fdf2e3;
  border-radius: 12px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
  position: relative;
}

.grid.is-discount-product-component {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid.is-faqs-component {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1202px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid.is-footer-component {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1256px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid.is-hero-slider-component {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid.is-adv-footer-component {
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 1256px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid.is-adv-footer-component-btm {
  text-align: center;
  background-color: #4b3126;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.grid_item.is-growth-img {
  width: 100%;
  max-width: 573.6px;
}

.grid_item.growth-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 576px;
  display: grid;
  position: relative;
}

.grid_item.is-potential-img {
  width: 100%;
  max-width: 576px;
}

.grid_item.potential-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  max-width: 567.8px;
  display: flex;
  position: relative;
}

.grid_item.jiggles-ritual-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.grid_item.is-comparision-images-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.grid_item.client-proof-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  max-width: 590px;
  display: flex;
  position: relative;
}

.grid_item.is-serum-img {
  width: 100%;
  max-width: 697px;
}

.grid_item.benefir-box-content {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  text-align: center;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.grid_item.supplement-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  max-width: 576px;
  display: flex;
  position: relative;
}

.grid_item.supplement-boxes-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  max-width: 592px;
  display: flex;
  position: relative;
}

.grid_item.wellness-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 578px;
  display: flex;
  position: relative;
}

.grid_item.wellness-slider-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 32px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  display: grid;
  position: relative;
}

.grid_item.synergy-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px dashed #000;
  border-radius: 12px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 26px;
  display: flex;
  position: relative;
}

.grid_item.testimonial-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.grid_item.gurantee-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 300px;
  margin-top: -24px;
  display: flex;
  position: relative;
}

.grid_item.is-gurantee-img {
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 658px;
  padding-top: 30px;
  display: flex;
}

.grid_item.discount-product-wrapper {
  width: 100%;
  max-width: 504px;
}

.grid_item.exclusive-content-wrapper {
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 508px;
  display: flex;
}

.grid_item.faqs-heading {
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.grid_item.faqs-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 783px;
  display: flex;
}

.grid_item.footer-content {
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 728px;
  display: flex;
}

.grid_item.adv-content-wrapper {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 712px;
  font-style: italic;
  display: flex;
}

.grid_item.adv-content-wrapper-btm {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 240px;
  display: flex;
}

.grid_item.hero-product-points-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-100 {
  object-fit: cover;
  width: 100%;
}

.growth-box-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.icon_size-80 {
  object-fit: cover;
  width: 80px;
  height: 80px;
}

.heading_style-h2 {
  text-overflow: clip;
}

.heading_style-h2.color-green {
  color: var(--green);
}

.heading_style-h2.cut-price {
  text-decoration: line-through;
}

.heading_style-h2.cut-price.opacity-50 {
  opacity: 0.5;
}

.margin-24 {
  margin-top: 24px;
}

.text_size-regular {
  letter-spacing: -0.4px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  line-height: 150%;
}

.text_size-regular.text-weight-xbold {
  font-family: 'Radicle Extra 2', Arial, sans-serif;
  font-weight: 800;
}

.text_size-regular.body-text-color {
  color: var(--body-text-color);
}

.text_size-regular.text-weight-semibold {
  font-family: 'Radicle Semi 2', Arial, sans-serif;
  font-weight: 600;
}

.text_size-regular.cap {
  text-transform: uppercase;
  font-family: 'Taybigbird 2', Arial, sans-serif;
  font-weight: 400;
  line-height: 100%;
}

.text_size-regular.extra-bold {
  font-family: 'Radicle Extra 2', Arial, sans-serif;
  font-weight: 800;
}

.text_size-regular.extra-bold.h-100 {
  line-height: 100%;
}

.text_size-regular.tay-big {
  font-family: 'Taybigbird 2', Arial, sans-serif;
  font-weight: 400;
}

.text_size-regular._w-bold {
  font-weight: 700;
}

.text_size-regular.semibold {
  font-family: 'Radicle Semi 2', Arial, sans-serif;
  font-weight: 600;
}

.text_size-regular.semibold.h-100 {
  line-height: 100%;
}

.growth-box-text-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 229px;
  display: flex;
}

.growth-box-text-wrapper.is-200 {
  max-width: 200px;
}

.center-outline {
  width: 100%;
  min-height: 1px;
}

.center-outline.margin-32 {
  margin-bottom: 32px;
}

.center-outline-is-vertical {
  width: 1px;
  min-width: 1px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.potential-points-whole-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 537px;
  display: flex;
}

.p-icon-text-wrapper {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.p-icon-text-inner-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.p-icon-text-inner-wrapper.gape-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.icon_size-26 {
  flex: none;
  width: 26px;
  height: 26px;
}

.top_round-img {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.top-round-box-wrapper {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  padding: 27px 20px 25px;
  display: flex;
  position: relative;
}

.comparision-points-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.comparision-points-whole-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 208px;
  display: flex;
}

.text-img {
  width: 132px;
}

.jiggies-img {
  z-index: 1;
  object-fit: cover;
  width: 35%;
  position: absolute;
  inset: 0% auto 0% -2%;
}

.medicine-img {
  z-index: 1;
  object-fit: cover;
  width: 32.5%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.wave-img-left {
  z-index: 1;
  filter: drop-shadow(-9.96px 4.9px 0px var(--body-text-color));
  object-fit: cover;
  width: 263px;
  position: absolute;
  inset: 17% auto auto 0%;
}

.wave-img-right {
  filter: drop-shadow(-9.96px 4.9px 0px var(--body-text-color));
  object-fit: cover;
  width: 263px;
  position: absolute;
  inset: -7% -2% auto auto;
}

.clinical-proof-pointbox-wrapper {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  box-shadow: inset 0 0 0 1px var(--body-text-color);
  background-color: #f7eddc;
  border-radius: 12px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding: 16px 24px;
  display: flex;
}

.text_size-medium {
  letter-spacing: -0.4px;
  font-size: 20px;
  line-height: 150%;
}

.text_size-medium.text-weight-xbold {
  font-family: 'Radicle Semi 2', Arial, sans-serif;
  font-weight: 600;
}

.text_size-medium.text-weight-xbold.h100 {
  line-height: 100%;
}

.text_size-medium.text-weight-xbold._100 {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 100%;
}

.text_size-medium.montserrat {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text_size-medium.montserrat.special-offer {
  color: #121212;
  font-weight: 600;
  line-height: 109%;
}

.text_size-medium.semibold {
  font-weight: 600;
}

.text_size-medium.semibold.h-140 {
  letter-spacing: -0.2px;
  line-height: 140%;
}

.text_size-medium.bold {
  font-weight: 700;
}

.text_size-medium.bold.h-140 {
  letter-spacing: -0.2px;
  line-height: 140%;
}

.text_size-medium.bold.h-140.l-s-0,
.text_size-medium.bold.no-l-s {
  letter-spacing: 0;
}

.text_size-small {
  letter-spacing: -0.28px;
  font-size: 14px;
  line-height: 150%;
}

.text_size-small.color-black {
  color: var(--black);
}

.text_size-small.monst-med {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text_size-small.monst-med._121212 {
  color: #121212;
}

.text_size-small.weight-med {
  font-weight: 500;
}

.span-text-light-green {
  background-color: #d9dcb9;
}

.clinical-proof-points-whole-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.benefit-pointbox-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #f7eddc;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 25px;
  padding: 12px;
  display: flex;
}

.benefit-points-whole-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.benefit_img {
  width: auto;
  height: 135px;
}

.margin-22 {
  margin-top: 22px;
}

.text_size-normal {
  letter-spacing: -0.32px;
  font-size: 16px;
  line-height: 150%;
}

.text_size-normal.color-black {
  color: var(--black);
}

.text_size-normal.bold {
  font-weight: 700;
}

.text_size-normal.bold.color-black {
  color: var(--black);
  font-weight: 500;
}

.text_size-normal.body-text-color {
  color: var(--body-color);
}

.text_size-normal.body-text-color.xblod {
  font-family: 'Radicle Extra 2', Arial, sans-serif;
  font-weight: 800;
}

.text_size-normal.h-120 {
  line-height: 120%;
}

.text_size-normal.h-120.extra-bold {
  font-family: 'Radicle Extra 2', Arial, sans-serif;
  font-weight: 800;
}

.text_size-normal.h-120.semibold {
  font-weight: 600;
}

.text_size-normal.h-120.semibold._121212 {
  color: #121212;
}

.text_size-normal.weight-semibold-poppins {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.text_size-normal.h-130 {
  text-align: center;
  line-height: 130%;
}

.text_size-normal.h-130.left-align,
.text_size-normal.h-130.desktop-align-left {
  text-align: left;
}

.supplement-box-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  box-shadow: inset 0 0 0 1px var(--body-text-color);
  text-align: center;
  background-color: #f7eddc;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 304px;
  padding: 0 10px 29px;
  display: flex;
}

.supplement-box-wrapper.gape-38 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
}

.supplement-box-wrapper.gape-14 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
}

.supplement-content-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.supplement_images {
  width: 100%;
}

.supplement_images._1 {
  width: 100%;
  max-width: 132px;
}

.supplement-text-gape-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.max-w-425 {
  max-width: 425px;
}

.wellness-system-slider {
  background-color: #0000;
  width: 100%;
  min-height: 478px;
}

._w-s-mask {
  width: 100%;
  max-width: 282px;
  height: 391px;
  overflow: visible;
}

._w-s-slide {
  margin-right: 23px;
}

.slide-nav-hide {
  display: none;
}

._w-s-arrows {
  border: 1px solid var(--body-text-color);
  background-color: #d8dcb9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 52.8px;
  height: 52.8px;
  display: flex;
  inset: auto 0% 0%;
}

._w-s-arrows.left {
  right: 8%;
}

._w-s-arrows.right {
  left: 8.5%;
  right: 0%;
}

._w-s-slider-icon {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

._w-s-slide-content {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 11px 9px 24px;
  display: flex;
  position: relative;
}

.top-round-img {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-rounded-img {
  object-fit: cover;
  width: 100%;
  margin-bottom: 21px;
}

.synergy-icon-text-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #f7eddc;
  border-radius: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 11px 15px;
  display: flex;
}

.synergy-points-whole-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 8px;
  display: flex;
}

.icon_size-38 {
  flex: none;
  width: 38px;
  height: 38px;
}

.wave-img-right-2 {
  filter: drop-shadow(-9.96px 4.9px 0px var(--body-text-color));
  object-fit: cover;
  width: 260px;
  position: absolute;
  inset: 5% 0% auto auto;
}

.wave-img-left-2 {
  filter: drop-shadow(-9.96px 4.9px 0px var(--body-text-color));
  object-fit: cover;
  width: 260px;
  position: absolute;
  inset: 12% auto auto;
}

.testimonial-card-wrapper {
  box-shadow: inset 0 0 0 1px var(--body-text-color);
  background-color: #f7eddc;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  display: flex;
}

.review-icons-wrapper {
  grid-column-gap: 1.6px;
  grid-row-gap: 1.6px;
  align-items: center;
  display: flex;
}

.star_icon {
  flex: none;
  width: 20.73px;
  height: 20px;
}

.clinet-name-icon-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.icon_size-15-2 {
  flex: none;
  width: 15.2px;
  height: 15.2px;
}

.margin-28 {
  margin-top: 28px;
}

.margin-16 {
  margin-top: 16px;
}

.wave-img-right-3 {
  filter: drop-shadow(-9.96px 4.9px 0px var(--body-text-color));
  object-fit: cover;
  width: 260px;
  position: absolute;
  inset: -8% 6% auto auto;
}

.wave-img-left-3 {
  filter: drop-shadow(-9.96px 4.9px 0px var(--body-text-color));
  object-fit: cover;
  width: 260px;
  position: absolute;
  inset: auto auto -8% 6%;
}

.margin-32 {
  margin-top: 32px;
}

.pb-form__cta {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: column;
  display: flex;
}

.upsell-link-w-inline-block {
  color: #d54d4d;
  cursor: pointer;
  text-decoration: underline;
}

.max-w-426 {
  max-width: 426px;
  margin-left: auto;
  margin-right: auto;
}

.max-w-426.hide {
  display: none;
}

.button-w-inline-block {
  box-shadow: inset 0 0 0 1px var(--body-text-color);
  filter: drop-shadow(3px 3px #4b3126);
  color: #333;
  text-align: center;
  cursor: pointer;
  background-color: #ff9052;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 42px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
  position: relative;
}

.button-w-inline-block:hover {
  background-color: #ff7e36;
  transform: scale(1.02);
}

.no-thanks-text {
  color: #071d0c;
  letter-spacing: 0.63px;
  font-weight: 600;
  line-height: 150%;
}

.submit-button__text {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 2px;
  display: flex;
  position: relative;
}

.submit-button__main-text {
  font-family: 'Radicle Extra 2', Arial, sans-serif;
  font-weight: 800;
  line-height: 26px;
}

.submit-button__content {
  color: var(--body-text-color);
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  font-size: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cta-containers {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: column;
  margin-top: -1rem;
  display: flex;
}

.cta-containers._100 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
}

.ready-text-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.ready-text-wrapper.gape-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.icon_size-18 {
  flex: none;
  width: 18px;
  height: 18px;
}

.icon_size-18.left-apd-13 {
  margin-right: 13px;
}

.icon_size-20 {
  flex: none;
  width: 20px;
  height: 20px;
}

.icon_size-20.right-margin-4 {
  margin-right: 4px;
}

.button-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 577px;
  display: flex;
}

.button-text-wrapper.margin-36 {
  margin-top: 36px;
}

.button-text-wrapper.margin-25 {
  margin-top: 25px;
}

.icom_size-32 {
  flex: none;
  width: 32px;
  height: 32px;
}

.money-back-img {
  width: 100%;
}

.ing_size-144 {
  flex: none;
  width: 144px;
  height: 144px;
  position: absolute;
  inset: auto -4% -8% auto;
}

.discount-product-heading-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.product-price-box-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  box-shadow: inset 0 0 0 1px var(--body-text-color);
  background-color: #fff8ed;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 18px;
  padding: 15px 13px;
  display: flex;
}

.price-heading-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.price-points-whole-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: left;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.price-points-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.max-w-394 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 394px;
  display: flex;
}

.faqs-wrapper {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.faq-question-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq-question-text {
  letter-spacing: -0.4px;
  font-family: 'Radicle Extra 2', Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 150%;
}

.faq-circle-icon {
  box-shadow: inset 0 0 0 0.76px var(--body-text-color);
  background-color: #d8dcb9;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.icon-horizontal-line {
  background-color: var(--body-text-color);
  flex: none;
  width: 16.6px;
  min-height: 1.5px;
}

.icon-vertical-line {
  background-color: var(--body-text-color);
  flex: none;
  min-width: 1.5px;
  min-height: 16.6px;
  position: absolute;
}

.faq-answer-wrappe {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 584px;
  display: flex;
  overflow: hidden;
}

.faq-answer-text {
  letter-spacing: -0.36px;
  margin-top: 12px;
  font-size: 18px;
  line-height: 24px;
}

.faq-divider-line,
.footer-divider-line {
  width: 100%;
  min-height: 1px;
}

.footer-btm-icon-text-box {
  grid-column-gap: 49px;
  grid-row-gap: 49px;
  background-color: #fff8ed0d;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1011px;
  padding: 10px 51px;
  display: flex;
}

.footer-btm-box-text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.footer_brand-logo {
  flex: none;
  width: 132px;
  height: 32px;
}

.footer_brand-logo-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.pb-quantity__right {
  flex: 0 auto;
  justify-content: flex-end;
  display: flex;
}

.pb-quantity__price-wrapper {
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-end;
  display: flex;
}

.pb-quantity__price-wrapper.left-align {
  justify-content: space-around;
  align-items: flex-start;
}

.card-cut-price {
  opacity: 0.6;
  color: var(--body-text-color);
  font-family: 'Radicle Semi 2', Arial, sans-serif;
  font-weight: 600;
  text-decoration: line-through;
}

.pb-quantity__price {
  letter-spacing: -0.36px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
}

.pb-quantity__title {
  letter-spacing: -0.36px;
  font-family: 'Radicle Extra 2', Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
}

.pb-quantity__details {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  flex: 1;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.pb-quantity__details.gape-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.pb-quantity__card-info {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
}

.pb-quantity__card-info.top-align {
  justify-content: space-between;
  align-items: flex-start;
}

.pb-quantity__wrapper {
  width: 100%;
}

.upsell-right {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.custom-css {
  display: none;
  transform: rotate(-90deg);
}

.upsell-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  max-width: 578px;
  display: flex;
}

.pb-quantity__label-middle {
  z-index: 1;
  pointer-events: auto;
  color: #fff;
  background-color: #000;
  border-radius: 0.25rem;
  justify-content: center;
  align-items: center;
  height: 1.15rem;
  padding: 0.15rem 10px;
  font-size: 0.55rem;
  font-weight: 600;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: -0.55rem auto auto;
}

.pb-quantity__label-middle.pb--left {
  background-color: red;
  font-size: 13px;
  font-weight: 700;
  left: 2.75rem;
}

.pb-quantity__label-middle.pb--left.most-popular {
  background-color: #df7c00;
}

.os-card__wrapper {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: column;
  align-items: stretch;
  padding: 4px 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.os-card__wrapper.is-tab {
  padding-top: 12px;
  padding-bottom: 12px;
}

.card-saving-price {
  color: red;
  font-size: 16px;
  font-weight: 800;
}

.pb-quantity {
  width: 100%;
}

.pb-quantity__header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.pb-quantity__label-container {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.pb-quantity__label-container.hide {
  display: none;
}

.os-card__content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  line-height: 1;
  display: flex;
}

.pb-quantity__card {
  box-shadow: inset 0 0 0 1px var(--body-text-color);
  pointer-events: auto;
  letter-spacing: 0;
  cursor: pointer;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  font-size: 1rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.pb-quantity__card.os--active {
  z-index: 1;
}

.upsell-left-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  margin-top: 32.7px;
  display: flex;
  position: relative;
}

.upsell-left-container.hide {
  display: none;
}

.upsell-left-container.margin-0 {
  margin-top: 0;
}

.os-option__wrapper {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: static;
}

.os-option__wrapper.pb--gap-m {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 100%;
}

.os-option__wrapper.pb--gap-m.gape-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.os-option__wrapper.pb--gap-m {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.best-ifs {
  color: red;
  font-size: 14px;
}

.pb-quantity__price-container {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.2;
  display: flex;
}

.fs-price {
  color: var(--body-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.pb-quantity__radio {
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  inset: 0.235rem auto auto -2rem;
  box-shadow: 0 0 0 1px #eee;
}

.pb-quantity__radio.pb--center {
  box-shadow: none;
  background-color: #faf8f4;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: static;
  top: auto;
  left: 0;
  box-shadow: inset 0 0 0 1px #4b3126;
}

.discount-price {
  color: #7ca37a;
  font-family: 'Radicle Semi 2', Arial, sans-serif;
  font-weight: 600;
}

.swiper-wrapper {
  flex-flow: row;
  width: 100%;
  height: auto;
}

.hero-wrappers {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.hero-wrappers.hero-swiper-1 {
  max-width: 576px;
  padding-top: 0;
  padding-right: 0;
}

.swiper__button-static-2 {
  color: #fff;
  cursor: pointer;
  background-color: #ff30cc;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: box-shadow 0.2s, color 0.2s, border-color 0.2s, transform 0.2s;
  display: flex;
  position: static;
}

.swiper__button-static-2.is-sw22 {
  z-index: 1;
  border: 1px solid var(--body-text-color);
  color: #000;
  background-color: #d8dcb9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52.8px;
  height: 52.8px;
  display: flex;
  position: relative;
  box-shadow: 0 0 1rem #1d4ed800;
}

.swiper__button-static-2.is-sw22:hover {
  border-color: #2a2552;
}

.swiper__button-static-2.is-sw22:active {
  box-shadow: 0 0 1rem #2a255236;
}

.swiper-slide_image-wrap {
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.swiper {
  width: 100%;
  height: auto;
}

.swiper.is-v9-main {
  border-radius: 0.5rem;
  overflow: hidden;
}

.swiper-slide_inner {
  position: relative;
}

.slider2_component-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.swiper-slide-2.is-thumb {
  border: 1px solid #0000;
  border-radius: 0.5rem;
  overflow: hidden;
}

.swiper-slide-2.is-thumb.swiper-slide-thumb-active {
  border: 1px solid #000;
}

.swiper-slide-2.is-thumb.swiper-slide-thumb-active.swiper-slide {
  border-radius: 8px;
  width: 16.5%;
}

.swiper-slide-2.cc-color {
  background-color: #f7f5ee;
}

.swiper-slide-2.cc-color.swiper-slide {
  border-radius: 16px;
}

.swiper__button-icon-4 {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.custom-code {
  display: none;
}

.slider_component {
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.swiper-thumbs-arrow-4 {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  justify-content: space-between;
  align-items: center;
  width: 96%;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slider2_component {
  height: 100%;
  position: relative;
}

.slider2_thumbs-wrap {
  z-index: 1;
  border-radius: 0.4rem 0 0.4rem 0.4rem;
  width: 100%;
}

.slider2_thumbs-wrap.is-sw22 {
  flex-flow: column;
  flex: 1;
  align-items: center;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.cover-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.image-wrapper-2 {
  z-index: 1;
  border-radius: 0;
  align-self: flex-start;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.bold-text {
  color: #434780;
  font-weight: 700;
}

.hero_cta-btn-box {
  letter-spacing: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 31rem;
  margin-top: 0;
  display: flex;
}

.hero02_image-2 {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.show-tablet {
  display: none;
}

.text-block-393 {
  color: #000;
  letter-spacing: -0.16px;
  font-size: 16px;
  line-height: 26px;
  display: none;
}

.u-vertical-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.review_component-star-2 {
  color: #3c7dff;
  width: 1.2em;
  height: 1.2em;
}

.review_component-star-2.new {
  color: #fc0;
  flex: none;
  width: 20px;
  height: 20px;
}

.review_stars-wrapper-2 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #3c7dff;
  border-right: 0 solid #000;
  align-items: center;
  display: flex;
}

.heading-box-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.review_component {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  align-items: center;
  font-size: 1em;
  line-height: 1;
}

.review_component.cc-sm {
  font-size: 0.875rem;
}

.review_component-wrapper-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.accordion {
  min-width: 0;
}

.heading_style-h3.montserrats {
  letter-spacing: -0.96px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 130%;
}

.heading_style-h3.montserrats.n0-l-s {
  letter-spacing: 0;
}

.heading_style-h3.montserrats.semibold {
  font-weight: 600;
}

.heading_style-h3.montserrats.is-27 {
  letter-spacing: -0.27px;
  text-transform: uppercase;
  font-size: 27px;
}

.heading_style-h3.montserrats.is-27._1st-cap {
  text-transform: capitalize;
}

.margin-12 {
  margin-top: 12px;
}

.icon_size-32 {
  flex: none;
  width: 32px;
  height: 32px;
}

.slider-logo-whole-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 24px;
  display: flex;
}

.slider-logo-whole-wrapper.mobile {
  display: none;
}

.slider-logo-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon_size-64 {
  height: 64px;
}

.hero-text-box-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  box-shadow: inset 0 0 0 1px var(--body-text-color);
  text-align: center;
  background-color: #f7eddc;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding: 15.5px 23px;
  display: flex;
}

.icon_size-24 {
  object-fit: cover;
  flex: none;
  width: 24px;
  height: 24px;
}

.buy-product-img {
  width: 72.9px;
  height: 72.9px;
}

.buy-product-img._2 {
  width: 107px;
  height: auto;
}

.nav-top-bar-wrapper {
  z-index: 9998;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.webflow-overrides {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.adv-sidebar {
  flex: none;
  width: 100%;
  max-width: 299px;
}

.label__wrapper {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1;
  display: flex;
}

.label__wrapper.cc-sm {
  padding: 0.245rem 0.375rem;
  font-size: 0.625rem;
}

.form-main {
  display: none;
  transform: rotate(-90deg);
}

.top-bar {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #4b3126;
  justify-content: center;
  align-items: center;
  padding: 12px 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 15.4px;
  display: flex;
}

.adv-content {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 715px;
  display: flex;
  overflow: visible;
}

.icon-list__item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #222;
  border-bottom: 1px solid #ffd5d5;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
  line-height: 26px;
  display: flex;
}

.icon-list__item.cc-solution {
  border-bottom-style: none;
  padding-bottom: 0;
}

.adv-headline {
  color: #222;
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
}

.adv-heading-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.adv-icon-list {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 1rem;
  display: flex;
}

.adv-icon-list.cc-solution {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding: 0;
}

.adv-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.adv-section.margin-32 {
  margin-top: 32px;
}

.adv-section.margin-32.pad {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fffffe;
  border: 3px dashed #c3a689;
  border-radius: 4px;
  margin-top: 15px;
  padding: 33px 25px;
}

.adv-section.margin-32.pad.fff9f0 {
  background-color: #fff9f0;
  border-width: 3px;
  border-color: #4b3126;
}

.adv-section.margin-32.gape-15 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.adv-section.margin-24 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 24px;
}

.adv-section.margin-24.gape-15 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.adv-body {
  flex-flow: column;
  display: flex;
}

.brand-logo {
  width: 150px;
}

.blogpost1_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 64px;
  height: 64px;
}

.auto-expand {
  display: none;
  transform: rotate(-90deg);
}

.display-sm {
  letter-spacing: -0.03em;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.adv-sidebar__card {
  text-align: center;
  background-color: #ffeed9;
  border-radius: 10px;
  flex-flow: column;
  align-self: stretch;
  width: 100%;
  padding: 27px 16px;
  display: flex;
  position: sticky;
  top: 32px;
}

.pageblock-styles {
  display: none;
}

.blogpost1_date-wrapper {
  display: flex;
}

.adv-cta_grid {
  background-color: #ffeed9;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  padding: 32px 40px;
  display: flex;
  box-shadow: inset 0 0 0 2px #4e3022;
}

.adv_layout {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: space-between;
  width: 100%;
  max-width: 1048px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blogpost1_author-text {
  letter-spacing: 0.18px;
  font-size: 18px;
  line-height: 26px;
}

.blogpost1_content-top {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 16px;
  display: flex;
}

.adv-header__breadcrumb {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  max-width: none;
  display: inline-block;
}

.image.max-w-402 {
  max-width: 402px;
}

.image.is-mob-show {
  display: none;
}

.adv-p {
  letter-spacing: 0.18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 145%;
}

.adv-p.bold {
  font-weight: 700;
}

.adv-p.bold.l-s {
  letter-spacing: 0.18px;
}

.adv-p.bold.cap {
  text-transform: uppercase;
}

.adv-p.semibold {
  font-weight: 600;
}

.adv-p.display-sm {
  letter-spacing: 0.18px;
}

.adv-p.no-l-s {
  letter-spacing: 0;
}

.adv-p._121212 {
  color: #121212;
}

.adv-p.is-16 {
  font-size: 16px;
}

.adv-p.is-16.italic {
  font-style: italic;
}

.adv-p.size-16 {
  letter-spacing: 0;
  font-size: 17px;
}

.adv-p.medium {
  font-weight: 500;
}

.adv-p.is-21 {
  font-size: 21px;
}

.adv-p.is-21.is-bold {
  font-weight: 700;
}

.adv-header__author-wrapper {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  text-align: left;
  align-items: center;
  display: flex;
}

.badge__text {
  pointer-events: auto;
  flex: none;
  line-height: 1.2;
}

.button {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #ff9152;
  border: 1px solid #4d3127;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding: 1rem 2rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.12s, border 0.12s;
  display: flex;
  position: relative;
  box-shadow: 3px 3px #4d3127;
}

.button.cc-sm {
  min-height: 3.5rem;
  padding: 0.5rem 1rem;
}

.button.cc-auto {
  background-color: var(--prange-color);
  box-shadow: inset 0 0 0 1px var(--body-text-color);
  filter: drop-shadow(3px 3px 0px var(--body-text-color));
  color: var(--body-text-color);
  border-width: 0;
  border-radius: 12px;
  width: auto;
  min-height: auto;
  padding-top: 22px;
  padding-bottom: 22px;
  font-family: 'Radicle Extra 2', Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
  transition: all 0.3s, background-color 0.12s, border 0.12s;
}

.button.cc-auto:hover {
  background-color: #ff7e36;
  transform: scale(1.03);
}

.button.orange {
  filter: drop-shadow(3px 3px #4b3126);
  color: var(--body-text-color);
  background-color: #ff9052;
  border-width: 0;
  border-radius: 12px;
  min-height: auto;
  padding: 22px;
  font-family: 'Radicle Extra 2', Arial, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 120%;
  transition: all 0.3s, background-color 0.12s, border 0.12s;
  box-shadow: inset 0 0 0 1px #4b3126;
}

.button.orange:hover {
  background-color: #ff7e36;
  transform: scale(1.03);
}

.button_content {
  grid-column-gap: 0.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
  display: flex;
}

.display-col {
  text-align: left;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  line-height: 18px;
  display: flex;
}

.slot-override {
  display: none;
  transform: rotate(-90deg);
}

.adv-header {
  flex-flow: column;
  display: flex;
}

.text-weight-semibold {
  font-weight: 600;
}

.availability-button {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--prange-color);
  box-shadow: inset 0 0 0 1px var(--body-text-color);
  filter: drop-shadow(3px 3px 0px var(--body-text-color));
  color: var(--body-text-color);
  text-align: center;
  text-transform: capitalize;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  padding: 25px 21px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 120%;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
  position: static;
}

.availability-button:hover {
  background-color: #ff7e36;
  transform: scale(1.03);
}

.text_size-large {
  font-size: 24px;
  line-height: 109%;
}

.text_size-large.xbold {
  letter-spacing: -0.72px;
  font-family: 'Radicle Extra 2', Arial, sans-serif;
  font-weight: 800;
}

.text_size-large.xbold._4b3126 {
  color: #4b3126;
}

.text_size-large.is-22 {
  color: #4b3126;
  font-size: 22px;
  line-height: 145%;
}

.text_size-large.is-22.semibold {
  color: #222;
  letter-spacing: -0.66px;
  font-weight: 600;
}

.text_size-large.semibold {
  font-weight: 600;
}

.text_size-44 {
  letter-spacing: -1.32px;
  font-family: 'Radicle Extra 2', Arial, sans-serif;
  font-size: 44px;
  font-weight: 800;
  line-height: 109%;
}

.margin-2 {
  margin-top: 2px;
}

.product_image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  display: inline-block;
}

.product-ingredients-points-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 15px;
  display: flex;
}

.product-points-whole-wrapper {
  grid-column-gap: 8.4px;
  grid-row-gap: 8.4px;
  text-align: left;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.icon_size-16 {
  object-fit: cover;
  flex: none;
  width: 16px;
  height: 16px;
}

.product-point-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.top-logo-baar {
  border-bottom: 1px solid var(--body-text-color);
  justify-content: center;
  align-items: center;
  padding: 24px 40px;
  display: flex;
}

.top-bar-logo-text {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1048px;
  display: flex;
}

.flag-itext-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flad-icon {
  flex: none;
  width: 40px;
  height: 40px;
}

.body-font-montserrat {
  background-color: var(--white);
  color: #222;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.margin-30 {
  margin-top: 30px;
}

.header_img {
  object-fit: cover;
  width: 100%;
}

.header_img.with-shadow {
  filter: drop-shadow(0 2px 4px #00000026);
}

.blogpost-auther-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.adv-red-box {
  background-color: #ffeaeacc;
  border-radius: 10px;
  flex-flow: column;
  align-items: flex-start;
  padding: 16px;
  display: flex;
  box-shadow: inset 0 0 0 2px #cf2a2a80;
}

.adv-red-box.l-s {
  color: var(--red);
  letter-spacing: 0.18px;
  text-transform: uppercase;
}

.adv-icon-text-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.adv-icon-text-inner-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-transform: uppercase;
  align-items: center;
  display: flex;
}

.adv-icon-text-inner-wrapper.heading-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-transform: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.light-blue-box {
  background-color: #ebf8ff;
  border-radius: 10px;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  padding: 32px 24px;
  display: flex;
  box-shadow: inset 0 0 0 2px #cf2a2a;
}

.lightblue-box-text-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 0.5px solid #222;
  flex-flow: column;
  align-items: flex-start;
  padding-bottom: 16px;
  display: flex;
}

.span-red {
  color: var(--red);
}

.special-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  box-shadow: inset 5px 0 0 0 var(--body-text-color);
  background-color: #ebf8ff;
  border-radius: 6px;
  align-items: center;
  width: 100%;
  padding: 16px;
  font-style: italic;
  display: flex;
}

.special-text-wrapper.is-lite-green {
  text-transform: uppercase;
  background-color: #5eff5a36;
}

.special-text-wrapper.is-lite-green.small {
  text-transform: none;
}

.adv-orange-box-wrapper {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  background-color: #fff9f0;
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 37px;
  padding-bottom: 0;
  padding-right: 40px;
  display: flex;
}

.adv-orange-box-wrapper.is-pad-btm {
  padding-bottom: 37px;
  box-shadow: inset 0 0 0 2px #4b3126;
}

.people-img {
  width: 100%;
  max-width: 344px;
}

.span-text-semibold {
  font-weight: 600;
}

.img_size-49 {
  width: 49px;
  height: 49px;
}

.adv-icon-text-wrapper-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: row;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.adv-icon-text-wrapper-2.gape-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
}

.adv-icon-text-wrapper-2.gape-12.is-center {
  justify-content: flex-start;
  align-items: center;
}

.adv-icon-text-wrapper-2.gape-12.vertical {
  flex-flow: column;
}

.adv-icon-text-wrapper-2.gape-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
}

.adv-points-whole-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.cream-box-wrapper {
  box-shadow: inset 0 0 0 2px var(--body-text-color);
  text-align: center;
  background-color: #f7f4ec;
  border-radius: 10px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding: 39px 60px 52px;
  display: flex;
}

.adv-icon-text-wrapper-vertical {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--black);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  line-height: 110%;
  display: flex;
}

.adv-icon-text-wrapper-vertical.gape-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--body-text-color);
  font-size: 16px;
  line-height: 145%;
}

.adv-icon-text-wrapper-vertical.max-w-140 {
  color: #4b3126;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  max-width: 140px;
  font-weight: 700;
  line-height: 16px;
}

.adv-icon-text-wrapper-vertical.landscape-w-25 {
  letter-spacing: -0.12px;
}

.box-img-text-whole-wrapper {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 26px;
  display: flex;
}

.box-img-text-whole-wrapper._1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
}

.time-points-whole-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.orange-box-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  box-shadow: inset 0 0 0 2px var(--body-text-color);
  background-color: #fdf8ef;
  border-radius: 10px;
  flex-flow: row;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
}

.box-img-text-whole-wrapper-vertical {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.adv-icon-text-wrapper-horizontal {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  line-height: 110%;
  display: flex;
}

.icon_size-56 {
  width: 56px;
}

.customer-box-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  box-shadow: inset 0 0 0 2px var(--body-text-color);
  text-align: center;
  background-color: #fff9f0;
  border-radius: 10px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding: 48px 60px;
  display: flex;
}

.text_size-28 {
  color: #232323;
  letter-spacing: -0.28px;
  font-size: 28px;
  font-weight: 600;
  line-height: 110%;
}

.text_size-28.xbold {
  font-weight: 800;
}

.text_size-28.xbold._5e4023 {
  color: #5e4023;
}

.testimonial_text-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--body-text-color);
  text-align: center;
  background-color: #ebf8ff;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px;
  font-style: italic;
  display: flex;
}

.green-box-verified-buyer {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: var(--white);
  text-transform: uppercase;
  background-color: #01524b;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 3.5px 5px;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
  display: flex;
}

.icon_size-10 {
  width: 10px;
  height: 10px;
}

.buyer-name-text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #232323;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  display: flex;
}

.jiggies-transform-box-wrapper {
  box-shadow: inset 0 0 0 2px var(--body-text-color);
  background-color: #fff9f0;
  border-radius: 10px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding: 32px;
  display: flex;
}

.transforms-points-whole-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 0.5px solid var(--body-text-color);
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.transform-img-text-whole-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 24px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: flex-start center;
  width: 100%;
  margin-top: 32px;
  display: grid;
}

.small_img-80 {
  width: 80px;
  height: 80px;
}

.margin-9 {
  margin-top: 9px;
}

.product_img-wrapper {
  width: 100%;
  max-width: 321px;
}

.margin-4 {
  margin-top: 4px;
}

.product-box-content-wrapper {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text_size-56 {
  color: #4b3126;
  letter-spacing: -3.36px;
  font-family: 'Radicle Extra 2', Arial, sans-serif;
  font-size: 55px;
  font-weight: 800;
  line-height: 109%;
}

.product_box-inner-contentwrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.everything-box-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff9f0;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
}

.everything-points-whole-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.adv-heading-text-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.text_size-26 {
  font-size: 26px;
  line-height: 130%;
}

.text_size-26.bold {
  font-weight: 700;
}

.text_gape-15 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.button_icon-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.button_icon-wrapper.no-gape {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.icon_size-54 {
  width: 54px;
  height: 54px;
}

.adv-faq-whole-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.adv-faq-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  border-bottom: 1px solid #4b3126;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 18px;
  display: flex;
}

.text_size-xsmall {
  color: #fff;
  letter-spacing: 0.6px;
  font-size: 12px;
  font-weight: 500;
}

.hero_blude-box-text-wrapper {
  background-color: #ebf8ff;
  border-radius: 10px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 24px;
  padding: 16px;
  font-size: 17px;
  display: flex;
}

.skeleton {
  pointer-events: none;
  border-radius: 4px;
}

.skeleton.skeleton-text-lg {
  min-height: 1.25rem;
  max-height: 1.25em;
}

.skeleton.skeleton-text-lg.skeleton-text--tiny {
  width: 6ch;
  min-height: 1.5rem;
  max-height: 1.5em;
}

.skeleton.skeleton-text {
  min-height: 1.25rem;
  max-height: 1.25em;
}

.skeleton.skeleton-text.skeleton-text--short {
  width: 12ch;
}

.skeleton.skeleton-text.skeleton-text--medium {
  width: 16ch;
}

.skeleton.skeleton-text.skeleton-text--medium.skeleton-align-middle {
  margin-left: auto;
  margin-right: auto;
}

.skeleton.skeleton-text.skeleton--input {
  min-height: 3rem;
  max-height: 3rem;
}

.skeleton.skeleton-text.skeleton-text--tiny {
  width: 6ch;
}

.skeleton.skeleton-text.skeleton-text--large {
  width: 38ch;
}

.skeleton.skeleton-box.skeleton-box--md {
  min-height: 9rem;
  max-height: 9rem;
}

.skeleton.skeleton-button {
  width: 100%;
  min-height: 4.5em;
  max-height: 4.5em;
}

.skeleton.summary_small {
  width: 120px;
}

.skeleton.summary_xs {
  width: 60px;
}

.skeleton.summary_mdl {
  width: 90px;
  min-height: 26px;
}

.skeleton.summary_md {
  width: 60px;
  min-height: 26px;
}

.small-text {
  text-align: left;
  font-size: 10px;
  font-weight: 400;
}

.next-toast-handler {
  display: none;
}

.order-summary-mobile {
  border: 1px solid #dbdbdb;
  max-width: none;
  margin-top: 20px;
  display: none;
}

.checkout__header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.coupon-tags {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.shipping-method {
  z-index: 1;
  cursor: pointer;
  border: 1px #dedede;
  border-bottom-style: solid;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.shipping-method.cc-last {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.order-totals__label-group {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  align-items: center;
  display: flex;
}

.order-totals__section {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  flex-flow: column;
  display: flex;
}

.order-totals__section.cc-total {
  margin-top: 0.5rem;
}

.checkbox-wrapper {
  cursor: pointer;
  margin-bottom: 0;
}

.shipping-selector {
  border: 1px solid #dedede;
  border-radius: 4px;
}

.order-summary__mobile-right {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  align-items: center;
  display: flex;
}

.form-sections {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  min-height: auto;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.order-totals__savings {
  color: var(--body-text-color);
  justify-content: space-between;
  display: flex;
}

.checkout__column {
  justify-content: flex-end;
  width: 55%;
  min-height: 865px;
  padding: 2.75rem 7rem 60px 20px;
  display: flex;
  position: static;
}

.checkout__column.checkout__column--left {
  border-right: 0.5px solid #dfdfdf;
  grid-area: main;
  width: 100%;
  min-height: auto;
  padding: 0;
}

.checkout__column.checkout__column--right {
  background-color: #fff8ed;
  grid-area: order-summary;
  justify-content: flex-start;
  width: 100%;
  padding: 0;
  display: block;
  position: sticky;
  top: 0;
}

.divider-section__text {
  color: #1a1a1ae6;
  text-align: center;
  white-space: nowrap;
  width: auto;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 10px;
  font-weight: 400;
  line-height: 24px;
}

.payment-method__info {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed {
  justify-content: center;
  align-items: center;
  width: 1rem;
  display: flex;
}

.submit-section__disclaimer {
  color: #1a1a1ae6;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  font-size: 10px;
}

.summary-holder {
  border-radius: 0.5rem;
  margin-top: 5px;
  font-size: 0.875rem;
}

.coupon-tag__text {
  line-height: 1;
}

.div-block-4 {
  justify-content: flex-end;
  width: 50%;
  min-height: 0;
  padding-left: 30px;
  display: flex;
}

.submit-section {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: column;
  margin-top: -1rem;
  display: flex;
}

.image-4 {
  height: 20px;
}

.exp-checkout {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.divider-section__text-v2 {
  color: #000000e6;
  text-align: center;
  white-space: nowrap;
  width: auto;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 24px;
}

.cart-item__header {
  justify-content: space-between;
  display: flex;
}

.coupon-form {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: column;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.submit-button__loader {
  z-index: 5;
  border-radius: 0.25rem;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: none;
  position: relative;
  inset: 0%;
}

.form-section__header {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: column;
  display: flex;
}

.tw-500 {
  font-weight: 500;
}

.image-245 {
  width: 15px;
}

.cart-item__image-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border: 0.5px #00000030;
  border-radius: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 64px;
  max-width: 64px;
  min-height: 64px;
  max-height: 64px;
  padding: 2px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 1px 1.75px #0000001f, 0 -0.5px 1.5px #00000017,
    0 3px 4px #00000008;
}

.shipping_price {
  flex-direction: row;
  justify-content: flex-end;
  width: 160px;
  min-height: 25px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.payment-method__title {
  margin-bottom: 0;
  margin-left: 5px;
  font-weight: 600;
}

.secure-checkout {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.express-checkout__title {
  text-align: center;
  font-weight: 600;
}

.checkout__content {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
}

.cart-item__details {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-top: 0;
  padding-left: 1rem;
  display: flex;
  position: relative;
}

.upsell-checkbox {
  background-color: #fff;
  border: 1px solid #9b9b9b;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.tw-600 {
  font-weight: 600;
}

.checkout__form-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  max-width: 528px;
  display: flex;
  position: relative;
}

.checkout__form-container.cc-checkout {
  box-sizing: border-box;
  max-width: 36.25rem;
  padding: 2.375rem;
}

.submit-button__main-text-2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.label-checkout {
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  color: #b3b3b3;
  letter-spacing: 0;
  font-size: 0.65rem;
  font-weight: 400;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  position: absolute;
  top: 0.5em;
  left: 13px;
  transform: translate(0, 0.3em);
}

.divider-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.payment-method {
  background-color: #fff0;
  border-bottom: 1px solid #dcdcdf;
}

.payment-method.next-selected {
  border-bottom-color: var(--body-text-color);
}

.payment-method__label {
  cursor: pointer;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.rtc-right-container {
  align-self: flex-start;
  width: 100%;
  max-width: 30rem;
  height: auto;
  padding: 2.375rem;
  position: sticky;
  top: 0;
}

.three-quarter-spinner {
  z-index: 6;
  border: 2px solid #fff;
  border-top-color: #ffffff57;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: relative;
}

.three-quarter-spinner.black {
  color: #4a4a4a;
}

.express-checkout__buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  display: flex;
  position: relative;
}

.accordion__right,
.order-totals__savings-content {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  align-items: center;
  display: flex;
}

.checkout-footer-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid #dedede;
  margin-top: 1rem;
  padding-top: 1rem;
  font-size: 0.825rem;
  display: flex;
}

.coupon-button {
  color: #fff;
  text-align: center;
  background-color: #0a265c;
  border: 2px solid #0a265c;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.12s, border 0.12s;
  display: flex;
  position: relative;
}

.coupon-button.next-disabled {
  pointer-events: none;
  color: #818181;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}

.payment-method__input {
  accent-color: #4b3126;
  width: 1rem;
  height: 1rem;
}

.image-5 {
  width: 15px;
}

.footer-5 {
  color: #4a5568;
  justify-content: space-between;
  width: 100%;
  margin-top: 15px;
  display: flex;
  position: static;
  bottom: 30px;
}

.footer-5.mobile {
  display: none;
}

.upsell {
  border: 2px dashed #0a265c;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.upsell.next-active {
  -webkit-user-select: none;
  user-select: none;
  background-color: #fdf2e3;
}

.cart-item__wrapper {
  border-radius: 0.25rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-left: 2px;
  display: flex;
  overflow: visible;
}

.quantity-controls__display {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  min-width: 1.75rem;
  height: 1.5rem;
  min-height: 1.5rem;
  font-weight: 400;
  line-height: 0.85;
  display: flex;
}

.billing-address__form {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: column;
  justify-content: space-around;
  margin-top: 0;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.cart-quantity-controls__container {
  grid-column-gap: 0rem;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  font-size: 0.85rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link {
  color: var(--body-text-color);
  white-space: nowrap;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: underline;
}

.accordion__panel {
  transition: all 0.2s;
  overflow: hidden;
}

.cart-item__pricing {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.image-10 {
  width: 60px;
  margin-right: 15px;
}

.payment-btn__logo {
  height: 1.5rem;
}

.divider-section__line {
  background-color: #eee;
  width: 100%;
  height: 1px;
}

.upsell__header-content {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  align-items: center;
  display: flex;
  position: relative;
}

.item-template.os-show {
  display: block;
}

.upsell__content {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  align-items: center;
  display: flex;
}

.upsell__title {
  font-weight: 700;
}

.order-summary__trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.divider-section__line-v2 {
  background-color: #dfdfdf;
  width: 100%;
  height: 1px;
}

.form-input {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  font-size: 0.85rem;
  display: flex;
  position: relative;
}

.terms-text {
  text-align: left;
  margin-left: 10px;
  font-size: 10px;
  font-weight: 400;
  text-decoration: underline;
}

.coupon-tag {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  background-color: var(--body-text-color);
  color: #fff;
  border-radius: 0.25rem;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10px;
  font-size: 0.825rem;
  font-weight: 500;
  display: flex;
}

.upsell__header {
  cursor: pointer;
  background-color: #fafcff;
  flex-flow: column;
  align-items: center;
  padding: 0.75rem;
  display: flex;
}

.upsell__header.next-active {
  background-color: var(--body-text-color);
  color: var(--white);
}

.form-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-around;
  margin-top: 0;
  display: flex;
}

.summary_price.price--crossed {
  text-decoration: line-through;
}

.spinner {
  width: 1rem;
}

.checkout-content {
  color: var(--body-text-color);
  overflow: clip;
}

.payment-btn {
  background-color: #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.75rem;
  display: flex;
  position: relative;
}

.payment-btn.cc-paypal {
  background-color: #ffc439;
}

.payment-btn.cc-apple-pay {
  color: #fff;
}

.checkbox__icon {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  min-height: 1rem;
  display: flex;
}

.secure-checkout__icon-2 {
  position: relative;
  top: -2px;
}

.order-totals__value-group {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  align-items: center;
  display: flex;
}

.protection-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.payment-method__icons {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 25px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.secure-checkout__text {
  color: #303030;
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
}

.cart-item__frequency {
  color: #858585;
  font-size: 0.75rem;
  font-weight: 400;
}

.coupon-form__row {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  display: flex;
}

.payment-method__info-image {
  height: 80px;
}

.radio-select-shipping {
  cursor: pointer;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 6rem;
  display: flex;
  position: relative;
}

.order-summary__inner {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  font-weight: 400;
  display: flex;
}

.summary-toggle__text {
  color: #000;
}

.order-totals {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  background-color: #0000;
  flex-flow: column;
  width: 100%;
  min-width: auto;
  height: 100%;
  min-height: 30px;
  padding: 0;
  font-size: 0.875rem;
  display: flex;
  position: relative;
}

.select-arrow {
  opacity: 1;
  color: #696969;
  justify-content: center;
  align-items: center;
  width: 12px;
  display: flex;
}

.form-section__title {
  letter-spacing: -0.01em;
  font-size: 1.125rem;
}

.form-section__title.cc-billing {
  margin-top: 1rem;
}

.accordion__trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.badge {
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  font-weight: 500;
}

.badge.badge--small {
  background-color: var(--body-text-color);
  color: var(--white);
  font-family: 'Radicle Semi 2', Arial, sans-serif;
  font-weight: 600;
}

.payment-method__header {
  cursor: pointer;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px;
  display: flex;
  overflow: hidden;
}

.form-grid__row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.coupon-wrappers {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  color: #fff;
  background-color: #737373;
  border-radius: 8px;
  align-items: center;
  padding: 0.25rem 0.5rem;
  font-size: 0.825rem;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.form-group {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  display: flex;
}

.skeleton-wrapper {
  z-index: 99999999;
  background-color: #fff8ed;
  display: none;
  position: fixed;
  inset: 0%;
}

.quantity-controls__button {
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border: 2px #f4f4f4;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  font-weight: 800;
  transition: background-color 0.2s;
  display: flex;
}

.quantity-controls__button:active {
  color: #fff;
  background-color: #010101;
  border-color: #010101;
}

.checkout__checkbox {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
  font-size: 0.75rem;
  display: flex;
  position: relative;
}

.form-section {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.form-section.form-section--first {
  margin-top: 0;
}

.order-summary__title {
  margin-bottom: 1rem;
  font-size: 1.115rem;
}

.order-summary__title.checkout {
  letter-spacing: -0.017em;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.25;
}

.cart-items__list {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  border-bottom: 1px solid #dfdfdf;
  flex-flow: column;
  max-height: 18rem;
  padding-top: 0.5rem;
  display: flex;
  overflow: auto;
}

.cart-item__quantity {
  font-weight: 700;
}

.next-empty-cart {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  text-align: center;
  background-color: #edf3ff00;
  border: 1px dashed #e0ebff;
  border-radius: 8px;
  flex-flow: column;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.upsell__image {
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
}

.checkout-form-secure {
  color: #8797ad;
  margin-bottom: 0;
  font-size: 10px;
}

.submit-section__button {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: column;
  display: flex;
}

.cart-item__quantity-badge {
  z-index: 1;
  color: #fff;
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  font-size: 0.65rem;
  display: flex;
  position: absolute;
  inset: -0.35rem -0.35rem auto auto;
  overflow: hidden;
}

.payment-method__info-text {
  text-align: center;
  align-items: center;
  margin-bottom: 0;
  display: block;
}

.paypal-btn {
  align-items: center;
  display: flex;
}

.checkout__header-brand {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.checkout__header-brand.cc-shop {
  background-color: #fff8ed;
  justify-content: center;
}

.payment-method__info-title {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}

.icon__view-more {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.cart-item__description {
  grid-column-gap: 0.15rem;
  grid-row-gap: 0.15rem;
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.summary-total__coin {
  font-size: 0.875rem;
  font-weight: 400;
}

.checkbox__input {
  accent-color: #4b3126;
  border-radius: 4px;
  width: 1rem;
  height: 1rem;
  overflow: hidden;
  border-radius: 8px !important;
}

.submit-button__content-2 {
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.rtc-logo {
  color: #4a5568;
  justify-content: center;
  align-items: center;
  width: 0.75rem;
  height: 0.75rem;
  display: flex;
}

.footer-link {
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  text-decoration: none;
}

.upsell__body {
  padding: 1rem;
}

.accordion__inner {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  font-weight: 400;
  display: flex;
}

.info-icons {
  justify-content: center;
  align-items: center;
  width: 0.875rem;
  height: 0.875rem;
  font-size: 0.85rem;
  display: flex;
}

.payment-method__content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid var(--body-text-color);
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  flex-flow: column;
  width: 100%;
  margin-top: 0;
  padding: 1rem;
  display: flex;
}

.coupon-tag__remove {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  font-size: 0.85rem;
  display: flex;
}

.input-flds {
  outline-color: var(--body-text-color);
  outline-offset: 0px;
  color: var(--body-text-color);
  background-color: #fdf2e3;
  border: 1px solid #4b312680;
  border-radius: 8px;
  outline-width: 3px;
  outline-style: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3rem;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 0.925rem;
  transition: all 0.12s;
  display: flex;
  position: relative;
  box-shadow: 0 0 0 1px #0000;
}

.input-flds:focus {
  border-color: var(--body-text-color);
  box-shadow: 0 0 0 1px var(--body-text-color);
  color: var(--body-text-color);
}

.input-flds.spreedly-field {
  border-color: #4b312680;
  padding-top: 0.825rem;
  padding-bottom: 0.825rem;
}

.input-flds.spreedly-field:focus {
  border-color: var(--body-text-color);
}

.input-flds.select-field {
  cursor: pointer;
  border-color: #4b312680;
  padding: 0 12px;
}

.input-flds.select-field:focus {
  border-width: 1px;
  border-color: var(--body-text-color);
}

.div-block-3 {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  align-items: center;
  width: auto;
  display: flex;
}

.cart-item__image {
  background-color: #ececec;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  display: block;
  overflow: clip;
}

.submit-button {
  box-shadow: inset 0 0 0 1px var(--body-text-color);
  filter: drop-shadow(3px 3px #4b3126);
  color: #4b3126;
  text-align: center;
  background-color: #ff9052;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 5rem;
  padding: 1rem 2rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s, background-color 0.12s, border 0.12s;
  display: flex;
  position: relative;
}

.submit-button:hover {
  background-color: #ff7e36;
  transform: scale(1.03);
}

.guarantee-section {
  justify-content: center;
  align-items: center;
  display: flex;
}

.shipping-method-rleft {
  padding-left: 0.75rem;
}

.form-section__subtitle {
  font-size: 0.925rem;
}

.form-content {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.text-block-369 {
  color: #afafaf;
  font-size: 12px;
}

.cart-item__content {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.upsell__description {
  font-size: 0.875rem;
}

.payment-method__form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px #dcdcdf;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  flex-flow: column;
  width: 100%;
  margin-top: 0;
  padding: 0;
  transition: all 0.2s;
  display: flex;
}

.payment-method__form.payment-method__form--expanded {
  border-top-color: var(--body-text-color);
  height: auto;
}

.payment-method__form.payment-method__form--collapsed {
  height: 0;
  padding: 0;
  overflow: hidden;
}

.cart-item__title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
}

.order-totals__line {
  color: var(--body-text-color);
  justify-content: space-between;
  display: flex;
}

.order-totals__line.order-totals__line--total {
  font-size: 1.15rem;
  font-weight: 700;
}

.cart-items__scroll-hint {
  z-index: 1;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  opacity: 0;
  pointer-events: none;
  color: #fff;
  background-color: #0000009e;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1rem;
  transition: opacity 0.2s;
  display: flex;
  position: absolute;
  inset: auto 0% 1rem 50%;
  transform: translate(-50%);
}

.cart-items__scroll-hint.cart-items__scroll-hint--active {
  opacity: 100;
}

.cart-items {
  position: relative;
}

.select-form-wrapper {
  cursor: pointer;
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.cart-item {
  z-index: 0;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.5rem;
  position: static;
}

.cart-item.w--current {
  color: #000;
  background-color: #ffedd7;
  box-shadow: 0 0 0 2px #010101;
}

.submit-button__subtext {
  margin-top: 0.15rem;
  font-size: 0.725rem;
  font-weight: 500;
}

.payment-methods {
  border: 1px solid var(--body-text-color);
  border-radius: 8px;
  overflow: hidden;
}

.shipping_method-wrapper {
  background-color: #fffbf5;
  border-radius: 8px;
  padding: 1.5rem;
  font-size: 0.875rem;
}

.order-summary__content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.order-totals__savings-icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  font-size: 0.85rem;
  display: flex;
}

.cart-price {
  font-weight: 400;
}

.cart-price.price--original {
  text-decoration: line-through;
}

.payment-method__icon {
  width: 35px;
}

.tip1_bar {
  color: #b3f5d1;
  background-color: #002a20;
  border: 1px solid #00dc82;
  border-radius: 0.375rem;
  padding: 0.75rem 1.5rem 0.75rem 1rem;
  font-size: 0.825rem;
}

.tip1_bar.is-warning {
  color: #ff475b;
  background-color: #ffbec2;
  border-color: #ff4747;
  width: 100%;
}

.text-xs {
  font-size: 0.815rem;
  line-height: 1.35;
}

.checkout__layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template:
    'main order-summary'
    / minmax(min-content, calc(50% + 3.125rem)) 1fr;
  grid-area: shell-content;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: grid;
  position: relative;
}

.billing-address {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.checkout__line-item__final-price {
  font-weight: 700;
}

.form-input-icon {
  z-index: 10;
  pointer-events: auto;
  color: #919191;
  cursor: pointer;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  max-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  max-height: 1.25rem;
  display: flex;
  position: absolute;
  inset: auto 15px auto auto;
}

.upsell__arrow {
  color: #3c7dff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  position: absolute;
  inset: auto auto auto -2.5rem;
}

.upsell__arrow.upsell__arrow--right {
  inset: auto -2.5rem auto auto;
}

.caret-down {
  z-index: 15;
  pointer-events: none;
  cursor: pointer;
  background-color: #0000;
  border-left: 1px #e1e1e1;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 3rem;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.summary-wrap {
  background-color: #0000;
  margin-bottom: 0.75rem;
  padding-top: 5px;
}

.receipt-check {
  color: #0a265c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
}

.sec_title {
  color: #707070;
}

.receipt_section-head,
.receipt-heading {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: column;
  display: flex;
}

.sec_value {
  color: var(--body-text-color);
}

.order-totals-skeleton {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  background-color: #0000;
  flex-flow: column;
  width: 100%;
  min-width: auto;
  height: 100%;
  min-height: 30px;
  padding: 0;
  font-size: 0.875rem;
  display: flex;
  position: relative;
}

.order_receipt-sec {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  flex-flow: column;
  font-size: 0.875rem;
  display: flex;
}

.receipt-subtitle {
  font-size: 0.875rem;
}

.display-xs {
  letter-spacing: -0.03em;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.1;
}

.receipt_order {
  color: var(--body-text-color);
  letter-spacing: -0.01em;
  font-size: 1.35rem;
}

.order_receipt-col {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  flex-flow: column;
  display: flex;
}

.order_receipt--group {
  flex-flow: column;
  display: flex;
}

.receipt_section {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 0.5px solid var(--body-text-color);
  border-radius: 4px;
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
}

.receipt_section-head--desc {
  color: #686868;
  font-size: 0.875rem;
}

.receipt_info {
  justify-content: space-between;
  display: flex;
}

.payment-method__form--expanded {
  background-color: #fff8ed;
  height: auto;
}

.order_receipt-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.receipt-flex {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  align-items: center;
  display: flex;
}

.order-totals-skeleton__line {
  color: #000;
  justify-content: space-between;
  display: flex;
}

.receipt_head {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  align-items: center;
  display: flex;
}

.os-card__content-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  line-height: 1;
  display: flex;
}

.os-card__content-3.top-align {
  align-items: flex-start;
}

.get-free-box-wrapper-2 {
  text-align: center;
  letter-spacing: -0.28px;
  background-color: #ff9052;
  border-radius: 4px;
  padding: 6px 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  box-shadow: inset 0 0 0 1px #4b3126;
}

.fs-price-2 {
  color: #4b3126;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.product-option-tab {
  width: 100%;
}

.product-option-tab.hide {
  display: none;
}

.product-tab_link {
  color: var(--body-text-color);
  text-align: center;
  letter-spacing: -0.36px;
  background-color: #0000;
  border-radius: 12px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 16px;
  font-family: 'Radicle Extra 2', Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  box-shadow: inset 0 0 0 1px #4b3126;
}

.product-tab_link.w--current {
  background-color: #d9dcb9;
}

.product-tab-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-tab-pane,
.product-tab-content {
  width: 100%;
}

.product-price-card {
  box-shadow: none;
  border-radius: 12px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.product-price-card.hide {
  display: none;
}

.buy-1-box-wrapper-orange {
  background-color: #f7eddc;
  border-radius: 12px;
  width: 100%;
}

.free-text-icon-whole-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f7eddc;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.free-text-icon-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.free_icon {
  flex: none;
  height: 44px;
}

.free-text-benefit-icon-whole-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.free-benefit-text-icon-wrapper {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  align-items: center;
  display: flex;
}

.autoship-save-box-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  box-shadow: inset 0 0 0 1px var(--body-text-color);
  border-radius: 12px;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 16px;
  display: flex;
}

.btm-margin-4 {
  margin-bottom: 4px;
}

.discount-box-text-wrapper {
  color: #fff8ed;
  background-color: #7ca37a;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 25px;
  padding: 7px;
  font-family: 'Radicle Extra 2', Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 150%;
  display: flex;
}

.margin-8 {
  margin-top: 4px;
}

.hero-product-points-whole-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 537px;
  display: flex;
}

.hero_product-box-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  box-shadow: inset 0 0 0 1px var(--body-text-color);
  background-color: #f5f1e0;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 11px 20px 20px;
  display: flex;
}

.hero-product-img-wrapper {
  width: 100%;
  max-width: 149px;
  position: relative;
}

.hero_product-img {
  width: 100%;
  height: 100%;
}

.hero_product-img.is-mob {
  display: none;
}

._2-text-wrapper {
  flex-flow: wrap;
  flex: 0 auto;
  width: 100%;
  display: flex;
}

.os-card__radio {
  box-shadow: inset 0 0 0 1px var(--body-text-color);
  background-color: #fff8ed;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.radio-style-1 {
  width: 16px;
  height: 16px;
}

.radio-style-1.os--active {
  border-radius: 100%;
  flex: none;
}

.scroll-link {
  text-decoration: none;
  display: flex;
}

.selectopr-tabs-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.selector_tab-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #0000;
  flex-flow: column;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.selector_tab-link.w--current {
  background-color: #d9dcb9;
  border-radius: 12px;
}

.selector-tab-content {
  overflow: visible;
}

._100--checkout-icon {
  width: 20px;
  height: 20px;
}

.span-link {
  color: var(--body-text-color);
}

.shaheer-bro-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 60rem;
  margin-top: 10rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.card {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  background-color: var(--green);
  color: var(--white);
  border-radius: 1rem;
  flex-flow: column;
  padding: 45px;
  display: flex;
}

.card.is-cart {
  color: var(--prange-color);
}

.os-bundle__progress-bar {
  background-color: #fafcff;
  height: 0.25rem;
  position: absolute;
  top: 1rem;
  left: 2rem;
  right: 2rem;
}

.footer_section {
  background-color: var(--body-text-color);
  color: var(--body-text-color);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.upsell-confirmation_icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.footer_legal-link {
  color: var(--body-color);
  text-decoration: underline;
}

.upsell-header {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  background-color: var(--body-text-color);
  color: var(--body-color);
  text-align: center;
  flex-flow: column;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.upsell-link {
  color: var(--body-text-color);
  margin-left: auto;
  margin-right: auto;
  text-decoration: underline;
}

.list_icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  min-height: 1.5em;
  display: flex;
  position: relative;
}

.upsell-wrapper-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.swiper-slide {
  border-radius: 8px;
}

.swiper-slide.is-thumb {
  border: 1px solid #0000;
  overflow: hidden;
}

.swiper-slide.is-thumb.swiper-slide-thumb-active {
  border: 1px solid #000;
}

.upsell-success_container-content {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  flex-flow: column;
  display: flex;
}

.list__item {
  grid-column-gap: 0.5em;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.display-md {
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.upsell-content__wrapper {
  padding: 1.5rem;
}

.u-font-bold {
  font-weight: 700;
}

.pb-component__icon {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.pb-component__icon._w-8 {
  color: var(--body-text-color);
  width: 2rem;
  min-width: 2rem;
  height: auto;
  min-height: auto;
}

.upsell_summary-price.cc-sale {
  font-family: 'Radicle Extra 2', Arial, sans-serif;
  font-weight: 800;
}

.upsell_summary-price.cc-reg {
  color: #98a2b3;
  font-family: 'Radicle Semi 2', Arial, sans-serif;
  font-weight: 600;
  text-decoration: line-through;
}

.upsell_summary-price.cc-savings {
  font-weight: 700;
}

.upsell-navbar_header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.u-grid-2col-standard {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.next-booster {
  background-color: var(--body-color);
  color: #000;
  letter-spacing: -0.02em;
  border-radius: 4px;
  font-size: clamp(0.625rem, 3vw, 0.875rem);
}

.next-booster.cc-success {
  background-color: var(--body-text-color);
  color: var(--body-color);
}

.upsell-mbg1 {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  display: flex;
}

.booster_inner {
  grid-column-gap: 0.5em;
  grid-row-gap: 0.5em;
  flex: 0 auto;
  justify-content: flex-start;
  display: flex;
}

.booster_inner.flex-left {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex: 1;
  align-items: center;
  display: flex;
}

.footer_link-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  font-size: 0.8125rem;
  display: flex;
}

.review_stars-wrapper {
  color: #0a265c;
  align-items: center;
  display: flex;
}

.review_stars-wrapper.cc-color.cc-black {
  color: #0a265c;
}

.footer_layout {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.os-bundle__progress-fill {
  background-color: var(--body-text-color);
  border-radius: 100px;
  width: 25%;
  height: 100%;
}

.os-bundle__progress-fill.is-75 {
  width: 75%;
}

.booster__content-3 {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  pointer-events: auto;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  display: flex;
}

.booster__content-3.cc-center {
  justify-content: flex-start;
  align-items: center;
}

.upsell-steps {
  min-width: 220px;
}

.upsell-summary_prices {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  font-size: 1.45rem;
  font-weight: 500;
  display: flex;
}

.container-2 {
  z-index: 1;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: block;
  position: relative;
}

.container-2.cc-medium {
  max-width: 67.5rem;
}

.container-2.cc-small {
  max-width: 78.125rem;
}

.container-2.cc-small.cc-footer-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  display: flex;
}

.container-2.cc-full-padding {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.review_component-star {
  width: 1.2em;
  height: 1.2em;
}

.os-bundle__option-quantity {
  font-size: 0.685rem;
}

.review_component-wrapper {
  grid-column-gap: 0.6em;
  grid-row-gap: 0.6em;
  align-items: center;
  display: flex;
}

.upsell-confirmaton__title {
  font-size: 1.25rem;
}

.booster__wrapper {
  pointer-events: none;
  padding: 0.785rem 1rem;
}

.text-destructive {
  color: #c51a00;
}

.os-bundle__option-circle2 {
  color: #344054;
  background-color: #fafcff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.25rem;
  display: flex;
}

.os-bundle__option-circle2.os-bundle__option-circle--active {
  background-color: var(--body-text-color);
  color: #fff;
  font-weight: 700;
}

.upsell-container {
  border: 2px solid var(--body-text-color);
  background-color: #ffeed9;
  border-radius: 8px;
  overflow: hidden;
}

.upsell-success__container {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.os-bundle__selector {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.list {
  grid-row-gap: 0.5em;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.u-vertical-wrap-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  font-weight: 400;
  display: flex;
}

.section-2 {
  background-color: #fff9f0;
  padding-top: 0;
  padding-bottom: 2.8125rem;
  position: relative;
  overflow: clip;
}

.section-2.cc-custom.cc-up1 {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.section-2.cc-custom.cc-complementary1 {
  background-color: #f9ecd7;
  padding-top: 4.0625rem;
  padding-bottom: 5.3125rem;
}

.section-2.cc-footer-section {
  background-image: url('../images/desk_bg_jiggis.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.section-2.cc-footer-section.v2 {
  padding-top: 5.25rem;
  padding-bottom: 2.5rem;
}

.upsell-success {
  color: var(--body-text-color);
  background-color: #ffeed9;
  border-radius: 8px;
  padding: 1rem;
}

.upsell_summary-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.progress-bar {
  background-color: var(--body-text-color);
  height: 15px;
  position: relative;
}

.next-icon {
  line-height: 1;
  font-size: inherit;
  -webkit-user-select: none;
  user-select: none;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.125em;
  height: 1.125em;
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.next-icon.cc-2em {
  width: 2em;
  height: 2em;
}

.os-bundle__option {
  z-index: 10;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
  position: relative;
}

.list-container {
  grid-row-gap: 0.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.text-sm {
  font-size: 0.875rem;
}

.text-sm.tw-600.u-text-uppercase {
  font-weight: 500;
}

.footer_copy-info {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  color: var(--body-color);
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.booster__content-2 {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  pointer-events: auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.booster__content-2.flex-left {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex: 1;
  align-items: center;
  display: flex;
}

.ts-2xs {
  font-size: 0.75rem;
  line-height: 1.4em;
}

.tab-hide {
  display: none;
}

.price-old.price-standard {
  font-family: 'Radicle Semi 2', Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.product-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  border: 1px solid #4b3126;
  border-radius: 12px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px;
  display: flex;
  position: relative;
}

.price-current.price-standard {
  color: #7ca37a;
  font-family: 'Radicle Semi 2', Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.order-button {
  filter: drop-shadow(3px 3px 0px var(--body-text-color));
  max-width: none;
  font-family: 'Radicle Extra 2', Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  text-decoration: none;
}

.price-row {
  display: flex;
}

.div-block-1697 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.text-block-436 {
  font-size: 14px;
  line-height: 14px;
}

.div-block-1699 {
  color: var(--body-text-color);
  text-transform: none;
  font-family: 'Radicle Extra 2', Arial, sans-serif;
  font-size: 24px;
  font-weight: 800;
  text-decoration: none;
}

.product-info {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
}

.saving-price-bundle {
  letter-spacing: -0.14px;
  font-size: 14px;
  line-height: 20px;
}

.products-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.label-bundle.label-bundle-green {
  justify-content: space-between;
  align-items: center;
  width: 80px;
  height: 25px;
  padding: 7px;
  font-family: 'Radicle Extra 2', Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 14px;
  display: flex;
}

.label-bundle.label-bundle-red {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.label-bundle.label-bundle-green {
  background-color: #7ca37b;
  justify-content: space-between;
  align-items: center;
  width: 80px;
  height: 25px;
  padding: 7px;
  font-family: 'Radicle Extra 2', Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 14px;
  display: flex;
}

.div-block-1695 {
  align-items: stretch;
  display: flex;
}

.button-price-old {
  line-height: 20px;
}

.product-title {
  margin-bottom: 0;
  font-family: 'Radicle Extra 2', Arial, sans-serif;
  font-weight: 800;
}

.button-price {
  line-height: 20px;
  display: none;
}

.product-card {
  border: 1px solid #4b3126;
  border-radius: 12px;
}

.product-card.selected {
  background-color: #d9dcb9;
  border-style: none;
  overflow: hidden;
}

.order-section {
  border-radius: 12px;
  width: 100%;
  text-decoration: none;
}

.order-section.otp {
  width: auto;
  margin-bottom: 16px;
  margin-left: 16px;
  margin-right: 16px;
}

.bundle-script {
  display: none;
}

.bundle-styles {
  color: #4b3126;
}

.container-wrapper {
  width: 100%;
}

.size-option-bundle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.size-option-bundle.active {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  height: 100%;
}

.size-option-bundle.size-bundle {
  height: 100%;
}

.size-name {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 18px;
}

.size-dimensions {
  font-size: 12px;
  line-height: 12px;
}

.product-labels {
  margin-bottom: 0;
}

.sub-toggle-flex {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.upsell-2 {
  border: 1px solid #b9a77a;
  border-radius: 6px;
}

.checkout-bump__head {
  cursor: pointer;
  background-color: #ffd4781a;
  flex-flow: column;
  align-items: center;
  padding: 0.75rem;
  display: flex;
}

.os-switch {
  width: 44px;
  height: 24px;
  margin-bottom: 0;
}

.os-switch.active-fill {
  flex-flow: row;
  align-items: center;
}

.form-sub-toggle {
  grid-column-gap: 0.5rem;
  align-items: center;
  display: flex;
}

.sub-save-check_sub {
  font-size: 1rem;
  font-weight: 600;
}

.sub-checkmark {
  width: 100%;
  margin-bottom: 0;
}

.os-slider {
  background-color: #fff;
  border: 0.5px solid #ddd;
}

.switches {
  display: none;
  transform: rotate(-90deg);
}

.otp-product-wrapper {
  flex-flow: row;
  width: 100%;
}

.cc-small-text {
  letter-spacing: -0.28px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.cc-abs-positon {
  letter-spacing: -0.28px;
  border: 1px solid #4b3126;
  border-radius: 8px;
  padding: 7px 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  position: absolute;
  bottom: 14px;
  right: 12px;
}

.cc-abs-positon.desk-hidden {
  display: none;
}

.main-headline-span {
  letter-spacing: -0.96px;
  font-size: 32px;
  font-weight: 600;
}

.image-246 {
  box-sizing: border-box;
  aspect-ratio: auto;
}

.free-shipping-points-whole-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.free-gift-text {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  line-height: 145%;
}

.risk-free-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.adv-text-wrapper-gape-9 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.pp-t-c-links {
  color: var(--white);
}

.modal {
  z-index: 99999;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-bg {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #0003;
  width: 100%;
  height: 100%;
}

.modal-container {
  width: 100%;
  max-width: 40rem;
  position: absolute;
}

.modal-image {
  border-radius: 24px;
}

.modal-button {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -18px;
  right: -18px;
}

.modal-button-iamge {
  width: 100%;
}

.cta-modal-opener {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.modal-opener-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--body-text-color);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--body-text-color);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--body-text-color);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--body-text-color);
  cursor: pointer;
  border-radius: 12px;
  max-width: 358.25px;
  padding: 16px 42px 20px;
  font-family: 'Radicle Extra 2', Arial, sans-serif;
  display: flex;
  position: relative;
  transform: translate(-1px, -1px);
  box-shadow: 0 6px 14px #0003;
}

.text-block-437 {
  text-transform: uppercase;
  font-family: 'Radicle Extra 2', Arial, sans-serif;
  font-weight: 700;
}

.cc-buy-box-free-item {
  background-color: var(--white);
  border: 1px dashed #4b3126;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px;
  display: flex;
}

.cc-buy-box-free-image {
  width: 100%;
  max-width: 59px;
  padding: 8px;
}

.cc-buy-box-free-item-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cc-buy-box-free-item-free {
  background-color: var(--body-text-color);
  color: var(--white);
  letter-spacing: -0.32px;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 5px 8px;
  font-family: 'Radicle Semi 2', Arial, sans-serif;
  font-weight: 600;
  line-height: 100%;
}

.text-block-438 {
  text-align: center;
  letter-spacing: -0.6px;
  line-height: 100%;
}

.cc-title-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.text-block-439 {
  letter-spacing: -0.36px;
  font-size: 17px;
}

.image-247 {
  width: 127px;
}

.sticky-wrapper {
    z-index: 9999;
    background-color: #fff;
    flex-flow: column;
    padding: 10px 20px;
    transition: all 0.3s;
    display: flex;
    position: sticky;
    bottom: 0;
  }

  .availability-button-sticky {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: #4b3126;
    text-transform: capitalize;
    background-color: #ff9052;
    border: 1px solid #4b3126;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    padding: 16px 22px;
    font-size: 16px;
    font-weight: 800;
    line-height: 145%;
    text-decoration: none;
    display: flex;
    box-shadow: 3px 3px #4b3126;
  }

.footer_credits {
  justify-content: space-between;
  align-items: center;
  font-size: 0.8125rem;
  display: flex;
}

.bot_cta_badge_div {
  background-color: #fff6ee;
  border: 1px dashed #ffedd7;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.75rem;
  display: flex;
}

.u-grid-cust {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.u-grid-cust.cc-1-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 0.5fr 1fr;
  grid-auto-flow: column;
}

.div-block-1513 {
  align-items: baseline;
  display: flex;
}

.footer_section-2 {
  color: #0a265c;
  background-color: #e0ebff;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.display-row {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.display-row.x-small {
  grid-row-gap: 1rem;
}

.display-row.x-small.cc-cutom {
  width: 360px;
}

.footer_legal-link-2 {
  color: #0a265c;
  text-decoration: underline;
}

.text-span-226 {
  font-weight: 800;
}

.testimonal_head-distribute {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-1517 {
  margin-left: 8px;
}

.summary_component {
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
}

.text-span-225 {
  color: #c8202f;
  font-weight: 800;
}

.testimonial5_icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  min-height: 1rem;
  display: flex;
}

.divider {
  z-index: 10;
  grid-column-gap: 1rem;
  color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.divider.bf {
  grid-column-gap: 0.5rem;
  max-width: 389px;
}

.testimonial_subject {
  max-width: 297px;
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 2rem;
}

.top-bar-2 {
  background-color: #232121;
  padding: 20px 10px;
}

.announcement__text {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  font-weight: 900;
  line-height: 100%;
  display: block;
}

.display-md-2 {
  /* text-wrap: balance; */
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Radicle Semi 2', Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}
.display-md-2.cc-title {
  max-width: 500px;
}
.h-cta {
  max-width: 378px;
  margin-inline: auto;
}
.display-row.x-small.cc-cutom h4 {
  font-size: 34px !important;
  line-height: 29px !important;
}
.adv-navbar {
  background-color: #fff9f0;
  border-bottom: 1px #d9d9d9;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  display: flex;
  box-shadow: 0 4px 14px #c2c2c270;
}

.adv-headline-2 {
  letter-spacing: -0.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.3125rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-365 {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 18px;
}

.div-block-5 {
  margin-left: 13px;
  margin-right: 13px;
}

.listicle-image {
  flex: none;
  width: 598px;
}

.adv-cta__button-holder {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  flex-flow: column;
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.u-color-accent {
  color: #d11f33;
}

.div-block-1238 {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-1648 {
  align-items: baseline;
  display: flex;
}

.section_header {
  z-index: 20;
  width: 100%;
  position: relative;
}

.footer_small-note {
  border-bottom: 1px solid #000;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  font-size: 0.65rem;
}

.testimonial5_author {
  text-transform: capitalize;
  font-family: 'Radicle Semi 2', Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.93333rem;
}

.announcement__right {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  align-items: center;
  display: flex;
}

.attributes_item-average {
  color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text {
  color: #e7d5b2;
  text-align: center;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.page-wrapper-3 {
  overflow: clip;
}

.review_stars-wrapper-3 {
  color: #0a265c;
  align-items: center;
  display: flex;
}

.attributes_item {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  border-bottom: 1px solid #bbb4a9;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.875rem;
  padding-bottom: 0.625rem;
  display: flex;
}

.attributes_item.cc-last {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.attributes_item.cc-first {
  padding-bottom: 0.875rem;
}

.ts-tiny {
  font-size: 0.9375rem;
}

.testmional_box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff7eb;
  border-radius: 5px;
  padding: 1.875rem;
  display: flex;
}

.text-block-390 {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 18px;
}

.announcement {
  color: #000;
}

.adv-header__author {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.adv-header__author.cc-bottom {
  border-bottom: 1px solid #b0a89d;
  justify-content: space-between;
  align-items: start;
  padding-bottom: 2.5rem;
}

.compliance-bolds {
  font-weight: 700;
}

.testmional5_verified {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.sub-heading-author-new {
  color: #503023;
  text-align: left;
  letter-spacing: 1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.bf-gift-icon {
  width: 15px;
  height: 15px;
}

.adv-cta__container {
  background-color: #fff;
  border: 1px solid #eee;
  width: 100%;
}

.summary-stars-wrappr {
  align-items: center;
  display: flex;
}

.style-guide-card {
  color: #503023;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  flex: none;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 170%;
}

.div-block-1516 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.text-block-4 {
  font-size: 18px;
  font-weight: 200;
}

.cta_content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  padding: 2rem;
  display: flex;
}

.announcement__code {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 150%;
}

.adv-cta_grid-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.adv-cta_grid-2.cc-0 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px dashed #000;
}

.review_component-wrapper-3 {
  grid-column-gap: 0.6em;
  grid-row-gap: 0.6em;
  align-items: center;
  display: flex;
}

.progress-bar1 {
  background-color: #3c7dff;
  justify-content: center;
  align-items: center;
  height: 14px;
  display: flex;
  position: relative;
}

.announcement__block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #503023;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.footer-content {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.75rem;
  display: flex;
}

.listicle_reasons {
  grid-row-gap: 2rem;
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.button_icon2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

.h-cta {
  color: #503023;
  letter-spacing: -0.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 1.2;
}

.content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.adv-subheadline {
  color: #3c7dff;
  letter-spacing: -0.02em;
  font-size: 1.25rem;
  font-weight: 700;
}

.image-wrapper {
  border-radius: 0;
  align-self: flex-start;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.image-wrapper.cc-1x1 {
  aspect-ratio: 1;
}

.image-wrapper.cc-1x1.cc-image-custom,
.image-wrapper.cc-image-custom {
  width: 598px;
  max-width: 100%;
  height: 598px;
}

.u-vertical-wrap-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.u-vertical-wrap-3.cc-xs {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-bottom: 1.5625rem;
}

.image-248 {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

.listicle1_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 32.875rem;
  max-width: 100%;
  display: flex;
  position: relative;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-span-53 {
  font-weight: 400;
}

.vertical-wrap__center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.testimonial5_subhead {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 0.825rem;
  display: flex;
}

.adv-introduction {
  color: #503023;
  font-size: 1.6875rem;
  line-height: 1.6875rem;
}

.text-sm-3 {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.content-listicle {
  grid-column-gap: 2.8125rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 13px;
  display: flex;
}

.content-listicle.last {
  margin-bottom: 0;
}

.div-block-1514 {
  margin-left: 8px;
}

.announcement__code-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #ffffff30;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 2px 9px;
  display: flex;
}

.attributes_right {
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}

.adv-header-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.attributes_list-text {
  color: #503023;
  margin-bottom: 0;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 100%;
}

.attributes_list-text.cc-median {
  color: #503023;
  text-align: right;
  width: 2em;
  font-weight: 500;
  line-height: 100%;
}

.divider-line {
  background-color: #0000001c;
  width: 100%;
  height: 1px;
}

.divider-line.expand {
  background-color: #503023;
  flex: 1;
}

.cc-avatar__wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cc-avatar__img {
  width: 100%;
  max-width: 3.5625rem;
}

.cc-avatar__content-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.cc-avatar__content-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.cc-avatar__content-text {
  font-size: 17px;
  line-height: 25px;
}

.text-block-440 {
  font-size: 20px;
  line-height: 30px;
}

.paragraph {
  margin-bottom: 0;
}

.cc-customer__review-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-1700 {
  width: 577px;
}

.text-block-441 {
  font-weight: 500;
}

.text-block-442 {
  font-size: 0.9375rem;
  line-height: 0.875rem;
}

.bold-text-2 {
  color: #503023;
}

.text-block-443 {
  color: #503023;
  font-family: 'Radicle Semi 2', Arial, sans-serif;
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1.3125rem;
}

.cc-footer__wrapper-small {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  display: flex;
}

.cc-footer__wrapper-small-text {
  text-align: center;
  max-width: 792px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.cc-footer__link {
  color: #4b3126;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
}

.cc-footer__lik-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.cc-footer-reserved {
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
}

.flex-block {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: row;
}

.sad {
  padding-top: 10px;
  padding-bottom: 100px;
}

.padding-4 {
  padding-top: 4rem;
}

.cc-link-b {
  color: var(--body-text-color);
  cursor: pointer;
  font-family: 'Radicle Semi 2', Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  text-decoration: underline;
  text-transform: capitalize;
}

.cc-footer__title-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cc-footer-title {
  max-width: 920px;
}

.cc-footer-subtitle {
  max-width: 679px;
  font-size: 18px;
  line-height: 24px;
}

.bold-text-3 {
  font-size: 2.6875rem;
  line-height: 2.6875rem;
}

.cc-header__subtitle-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-bottom: 1px solid #b0a89d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 22px;
  display: flex;
}

.cc-subtitle-pre {
  font-family: Radicle Extra Condensed, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 100%;
}

.cc-header-text {
  font-size: 24px;
  line-height: 32px;
}

.cc-header-read {
  font-size: 18px;
  line-height: 23px;
}

@media screen and (min-width: 1920px) {
  .nav_container {
    margin-left: auto;
    margin-right: auto;
  }

  .hero02_image-2 {
    justify-content: center;
    align-items: center;
  }

  .adv-heading-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .image {
    border-radius: 12px;
  }

  .adv-icon-text-wrapper-vertical.max-w-140 {
    text-transform: uppercase;
  }

  .main-headline-span {
    letter-spacing: -0.96px;
    font-size: 32px;
    font-weight: 600;
  }

  .modal-opener-button {
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    line-height: 24px;
  }

  .modal-inside-wrapper-button {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 991px) {
  .top-bar-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    font-size: 16px;
  }

  .nav_dropdown {
    background-color: #fff;
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
  }

  .primary-button {
    margin-left: auto;
    margin-right: 7px;
  }

  .nav_link {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    margin-bottom: 26px;
    font-size: 24px;
    line-height: 28px;
    display: flex;
    position: relative;
  }

  .nav_logo {
    z-index: 2;
  }

  .nav_container {
    display: flex;
  }

  .navbar {
    padding: 16px 30px;
  }

  .nav-menu {
    background-color: var(--body-color);
    flex-flow: column;
    width: 100%;
    height: 87vh;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.jiggies-ritual {
    height: 520px;
    padding-top: 40px;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.pad-v-112-63 {
    padding-top: 140px;
  }

  .container.pad-v-120-120 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container.pad-v-63-78 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container.pad-v-90-44 {
    padding-top: 60px;
  }

  .container.pad-v-90-44.hide-desk {
    padding-top: 40px;
    display: block;
  }

  .grid.is-growth-component {
    flex-flow: column;
  }

  .grid.is-potential-component {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap-reverse;
  }

  .grid.is-potential-component.is-2 {
    flex-flow: wrap;
  }

  .grid.is-clinical-proof-component {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .grid.is-supplements-component {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-flow: wrap;
  }

  .grid.is-wellness-system-component {
    overflow: visible;
  }

  .grid.is-gurantee-component {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    align-items: center;
  }

  .grid.is-discount-product-component {
    flex-flow: column;
  }

  .grid.is-hero-slider-component {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .grid_item.is-growth-img,
  .grid_item.growth-content,
  .grid_item.is-potential-img,
  .grid_item.potential-content {
    max-width: none;
  }

  .grid_item.is-comparision-images-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: stretch;
  }

  .grid_item.client-proof-content,
  .grid_item.is-serum-img {
    max-width: none;
  }

  .grid_item.benefir-box-content {
    grid-row-gap: 45px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid_item.supplement-content {
    max-width: 600px;
  }

  .grid_item.supplement-boxes-content {
    max-width: none;
  }

  .grid_item.synergy-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 20px;
  }

  .grid_item.testimonial-content {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid_item.discount-product-wrapper,
  .grid_item.exclusive-content-wrapper {
    max-width: none;
  }

  .text_size-regular.text-weight-semibold {
    font-size: 17px;
  }

  .potential-points-whole-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .top_round-img {
    overflow: clip;
  }

  .top-round-box-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 25%;
    padding: 20px 10px;
  }

  .comparision-points-whole-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .text-img {
    width: 110px;
  }

  .jiggies-img {
    width: 30%;
    inset: auto 0% 0%;
  }

  .medicine-img {
    width: 27%;
    inset: auto 0% 0% auto;
  }

  .wave-img-left {
    width: 180px;
    top: 23%;
  }

  .wave-img-right {
    width: 200px;
  }

  .benefit_img {
    height: 120px;
  }

  .text_size-normal.h-130.desktop-align-left {
    display: none;
  }

  .supplement-box-wrapper.gape-38 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .supplement_images {
    width: 90%;
  }

  .synergy-icon-text-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .synergy-points-whole-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .wave-img-right-2 {
    width: 180px;
    top: 1%;
  }

  .wave-img-left-2 {
    width: 180px;
    top: 15%;
  }

  .wave-img-right-3 {
    width: 200px;
    top: -5%;
  }

  .wave-img-left-3 {
    width: 200px;
    bottom: -2%;
  }

  .no-thanks-text {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .submit-button__main-text {
    font-size: 20px;
    line-height: 24px;
  }

  .ing_size-144 {
    width: 110px;
    height: 110px;
    bottom: -6%;
  }

  .faq-circle-icon {
    width: 32px;
    height: 32px;
  }

  .footer-btm-icon-text-box {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .upsell-right {
    width: 100%;
  }

  .upsell-wrapper {
    flex-flow: column;
    max-width: none;
  }

  .upsell-left-container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 100%;
    max-width: 100%;
  }

  .os-option__wrapper {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
  }

  .hero-wrappers.hero-swiper-1 {
    max-width: none;
  }

  .custom-code {
    display: none;
  }

  .hero_cta-btn-box {
    max-width: none;
  }

  .show-tablet {
    display: block;
  }

  .text-block-393 {
    display: none;
  }

  .heading-box-2 {
    text-align: left;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .slider-logo-whole-wrapper.desktop {
    display: none;
  }

  .slider-logo-whole-wrapper.mobile {
    display: flex;
  }

  .menu-button {
    padding: 16px;
  }

  .menu-button.w--open {
    color: var(--body-text-color);
    background-color: #0000;
  }

  .adv-sidebar,
  .adv-content {
    max-width: none;
  }

  .adv-section,
  .adv-body {
    width: 100%;
  }

  .display-sm {
    font-size: 1.325rem;
  }

  .adv-sidebar__card {
    padding: 32px 20px;
    position: static;
  }

  .adv-cta_grid.is-tab-below-hide {
    display: none;
  }

  .adv_layout {
    flex-flow: column;
  }

  .adv_layout.is-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .adv-p.display-sm {
    font-size: 18px;
  }

  .adv-header {
    width: 100%;
  }

  .availability-button {
    margin-left: auto;
    margin-right: 7px;
  }

  .top-logo-baar {
    padding-left: 30px;
    padding-right: 30px;
  }

  .adv-orange-box-wrapper {
    padding-top: 30px;
    padding-right: 20px;
  }

  .adv-orange-box-wrapper.is-pad-btm {
    padding-bottom: 30px;
  }

  .text_size-28 {
    font-size: 26px;
  }

  .order-summary-mobile {
    z-index: 100;
    border: 1px #0f15291a;
    border-left: 0 #000;
    border-right: 0 #000;
    flex-direction: column;
    width: auto;
    margin: 0 -1.26rem 0 -1.25rem;
    padding-bottom: 0;
    display: flex;
    position: static;
    top: 0;
  }

  .checkout__header {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: auto;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .coupon-tags {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
  }

  .order-summary__mobile-right {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    text-align: right;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    line-height: 1.2;
  }

  .checkout__column {
    z-index: 50;
    box-shadow: none;
    width: 100%;
    min-height: auto;
    padding: 0 1rem 20px;
    position: relative;
  }

  .checkout__column.checkout__column--left {
    border-right-style: none;
    width: 100%;
    padding: 0;
  }

  .checkout__column.checkout__column--right {
    width: 100%;
    padding-bottom: 0;
  }

  .summary-holder {
    display: block;
  }

  .summary-toggle {
    align-items: center;
    display: flex;
  }

  .coupon-form {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 1rem;
  }

  .secure-checkout {
    align-items: center;
    display: flex;
  }

  .checkout__content {
    height: auto;
  }

  .cart-item__details {
    padding-left: 0.75rem;
  }

  .checkout__form-container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 100%;
    max-width: 100%;
  }

  .checkout__form-container.cc-checkout {
    max-width: none;
    padding: 1.25rem;
  }

  .submit-button__main-text-2 {
    font-size: 20px;
    line-height: 1.2;
  }

  .rtc-right-container {
    width: 100%;
    max-width: 100%;
  }

  .express-checkout__buttons {
    flex-flow: row;
  }

  .footer-5.mobile {
    background-color: #f9f9f9;
    border-top: 1px solid #efefef;
    align-items: center;
    width: auto;
    min-height: 52px;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .order-summary-mobile__accordion {
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .cart-quantity-controls__container {
    justify-content: space-between;
  }

  .accordion__panel {
    background-color: #f5f5f5;
    width: auto;
    height: 0;
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    transition: height 0.2s ease-out;
    overflow: hidden;
  }

  .order-summary__trigger {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    font-size: 16px;
    display: flex;
  }

  .coupon-tag {
    display: flex;
  }

  .payment-btn {
    position: relative;
  }

  .summary-desktop {
    display: none;
  }

  .order-summary__inner {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
    display: flex;
  }

  .summary-toggle__text {
    margin-left: 0;
  }

  .summary-toggle__text.show_text {
    display: block;
  }

  .order-totals {
    font-size: 0.75rem;
  }

  .accordion__trigger {
    background-color: #fafcff;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    font-size: 16px;
    display: flex;
  }

  .form-grid__row {
    flex-wrap: wrap;
  }

  .order-summary__title.checkout {
    margin-bottom: 1rem;
    font-weight: 900;
  }

  .cart-items__list {
    max-height: none;
  }

  .cart-item__quantity {
    font-size: 0.6rem;
  }

  .summary-toggle__icon {
    width: 12px;
    margin-left: 10px;
  }

  .checkout__header-brand {
    background-color: #fff;
    align-items: center;
    padding: 0.5rem 0;
  }

  .checkout__header-brand.cc-shop {
    padding: 1rem 1.25rem;
  }

  .cart-item__description {
    flex: 1;
  }

  .accordion__inner {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
    display: flex;
  }

  .coupon-section {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    margin-bottom: 0.85rem;
  }

  .order-summary {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .cart-item__content {
    align-items: flex-end;
  }

  .cart-items__scroll-hint {
    display: none;
  }

  .cart-item {
    align-items: center;
    width: auto;
  }

  .checkout__layout {
    border-radius: 0;
    flex-flow: column wrap;
    justify-content: flex-start;
    max-width: 100%;
    min-height: auto;
    grid-template-columns: 1fr !important;
    grid-template-areas:
      'main'
      'order-summary' !important;
  }

  .billing-address {
    flex-wrap: wrap;
  }

  .summary-wrap {
    flex: 1;
  }

  .order-totals-skeleton {
    font-size: 0.75rem;
  }

  .display-xs {
    font-size: 1.1125rem;
  }

  .payment-method__form--expanded {
    background-color: #fff8ed;
  }

  .display-md {
    font-size: 1.875rem;
  }

  .u-grid-2col-standard {
    flex-flow: column;
    display: flex;
  }

  .next-booster {
    max-width: 100%;
  }

  .container-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section-2 {
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .section-2.cc-custom.cc-complementary1 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .ts-2xs {
    font-size: 0.875rem;
  }

  .text-block-436 {
    font-size: 12px;
    line-height: 12px;
  }

  .label-bundle.label-bundle-green {
    width: 72px;
    font-size: 12px;
    line-height: 12px;
  }

  .u-grid-cust {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .u-grid-cust.cc-1-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .display-row.x-small.cc-cutom {
    width: 100%;
  }

  .announcement__text {
    font-size: 1rem;
  }

  .display-md-2 {
    font-size: 23px;
    line-height: 29px;
  }

  .adv-headline-2 {
    font-size: 28px;
    line-height: 30px;
  }

  .listicle-image {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .adv-cta_grid-2 {
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .attributes_item-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.85rem;
  }

  .listicle_reasons {
    grid-row-gap: 3rem;
  }

  .h-cta {
    font-size: 1.75rem;
  }

  .listicle1_content {
    width: auto;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .content-listicle {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: stretch;
  }

  .text-block-440 {
    font-size: 15px;
    line-height: 25px;
  }

  .cc-customer__review-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .div-block-1700 {
    width: 100%;
  }

  .padding-4 {
    padding-top: 0.8rem;
  }
}

@media screen and (max-width: 767px) {
  .top-bar-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
  }

  .top-bar-wrapper.mob-hidden {
    display: none;
  }

  .top-bar-wrapper.desk-hidden {
    flex-flow: row;
    display: flex;
  }

  .top-bar-wrapper.desk-hidden.scroll-marquee-wrapper.promo-marquee {
    background-color: var(--body-text-color);
    color: #fff8ed;
    border-top-style: none;
    border-bottom-style: none;
    height: 30px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 100%;
  }

  .nav_logo {
    justify-content: center;
    align-items: stretch;
    padding-left: 0;
  }

  .nav_logo.w--current {
    flex-flow: column;
    flex: 0 auto;
    align-self: stretch;
  }

  .navbar {
    padding-left: 24px;
    padding-right: 20px;
  }

  .section.jiggies-ritual {
    height: auto;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container.pad-v-48-72 {
    padding-top: 40px;
  }

  .container.pad-v-112-63 {
    padding-top: 60px;
  }

  .container.pad-v-63-80,
  .container.pad-v-80-65 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container.pad-v-60-60 {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .container.pad-v-50-50 {
    padding-top: 30px;
  }

  .container.pad-v-90-44 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .container.pad-v-90-44.hide-desk {
    padding-top: 0;
  }

  .grid.is-potential-component {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .grid.is-gurantee-component {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid_item.potential-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .grid_item.is-comparision-images-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 520px;
    display: grid;
  }

  .grid_item.benefir-box-content {
    grid-column-gap: 24px;
    grid-row-gap: 36px;
  }

  .grid_item.supplement-boxes-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .grid_item.wellness-content {
    max-width: 500px;
  }

  .grid_item.wellness-slider-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .grid_item.gurantee-content {
    max-width: 250px;
  }

  .grid_item.adv-content-wrapper {
    text-align: center;
  }

  .heading_style-h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .margin-24 {
    margin-top: 18px;
  }

  .text_size-regular {
    font-size: 16px;
  }

  .potential-points-whole-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 20px;
  }

  .top-round-box-wrapper {
    width: 100%;
  }

  .jiggies-img,
  .medicine-img {
    width: 100%;
    position: static;
  }

  .wave-img-left {
    width: 130px;
    top: 14%;
  }

  .wave-img-right {
    width: 150px;
    top: -3%;
  }

  .clinical-proof-pointbox-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text_size-medium {
    font-size: 18px;
    line-height: 26px;
  }

  .text_size-small.weight-med {
    font-size: 16px;
  }

  .benefit-pointbox-wrapper {
    margin-top: 20px;
    padding: 8px;
  }

  .benefit_img {
    height: 100px;
  }

  .margin-22 {
    margin-top: 16px;
  }

  .supplement-box-wrapper {
    padding-bottom: 16px;
  }

  .supplement_images._1 {
    max-width: 100px;
  }

  .wellness-system-slider {
    min-height: 460px;
  }

  ._w-s-slide {
    margin-right: 18px;
  }

  ._w-s-arrows.left {
    width: 40px;
    height: 40px;
  }

  ._w-s-arrows.right {
    width: 40px;
    height: 40px;
    left: 13.5%;
  }

  ._w-s-slider-icon {
    width: 24px;
    height: 24px;
  }

  ._w-s-slide-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 20px;
  }

  .synergy-icon-text-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .synergy-points-whole-wrapper {
    flex-flow: column;
  }

  .icon_size-38 {
    width: 28px;
    height: 28px;
  }

  .wave-img-right-2 {
    width: 150px;
  }

  .wave-img-left-2 {
    width: 140px;
    top: 9%;
  }

  .margin-28 {
    margin-top: 20px;
  }

  .margin-16 {
    margin-top: 12px;
  }

  .wave-img-right-3 {
    width: 150px;
    top: -3%;
  }

  .wave-img-left-3 {
    width: 150px;
    bottom: -1%;
  }

  .margin-32 {
    margin-top: 24px;
  }

  .button-w-inline-block {
    padding-left: 22px;
    padding-right: 22px;
    transition-property: none;
  }

  .no-thanks-text {
    max-width: 85%;
  }

  .submit-button__main-text {
    font-size: 18px;
  }

  .cta-containers._100 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .button-text-wrapper.margin-36 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    max-width: none;
  }

  .faq-question-text {
    font-size: 18px;
    line-height: 24px;
  }

  .faq-answer-text {
    margin-top: 10px;
    font-size: 16px;
  }

  .footer-btm-icon-text-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    padding: 20px;
  }

  .footer-btm-box-text-wrapper {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .pb-quantity__card-info {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .os-card__wrapper {
    padding-left: 14px;
    padding-right: 14px;
  }

  .pb-quantity__header {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .upsell-left-container.mobile-pad-18 {
    margin-top: 24px;
  }

  .discount-price {
    font-size: 16px;
  }

  .swiper__button-static-2.is-sw22 {
    width: 40px;
    height: 40px;
  }

  .swiper__button-icon-4 {
    width: 24px;
    height: 24px;
  }

  .text-block-393 {
    text-align: center;
    align-self: center;
  }

  .heading-box-2 {
    z-index: 1;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-self: center;
    position: relative;
  }

  .heading_style-h3 {
    font-size: 24px;
  }

  .heading_style-h3.montserrats {
    font-size: 28px;
  }

  .icon_size-64 {
    height: 55px;
  }

  .hero-text-box-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu-button {
    padding: 12px;
  }

  .adv-headline {
    font-size: 26px;
    line-height: 130%;
  }

  .adv-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .adv-section.margin-32 {
    margin-top: 32px;
  }

  .adv-section.margin-32.pad {
    padding: 32px 20px;
  }

  .adv-body {
    width: 100%;
  }

  .adv-sidebar__card {
    justify-content: center;
    align-items: center;
  }

  .adv-cta_grid {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    text-align: center;
    flex-flow: column;
    padding: 33px 10px 24px;
  }

  .adv_layout {
    flex-flow: column;
  }

  .adv-header__author-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    width: 100%;
  }

  .availability-button {
    padding: 20px 16px;
    font-size: 18px;
  }

  .product-ingredients-points-wrapper {
    width: 100%;
  }

  .top-logo-baar {
    padding-left: 24px;
    padding-right: 24px;
  }

  .blogpost-auther-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .light-blue-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .adv-orange-box-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .adv-orange-box-wrapper.is-pad-btm {
    padding-bottom: 20px;
  }

  .people-img {
    max-width: none;
  }

  .adv-points-whole-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cream-box-wrapper {
    padding: 28px 16px;
  }

  .adv-icon-text-wrapper-vertical.gape-10 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    font-size: 14px;
  }

  .adv-icon-text-wrapper-vertical.landscape-w-25 {
    width: 25%;
  }

  .box-img-text-whole-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 13px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
  }

  .time-points-whole-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .orange-box-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .box-img-text-whole-wrapper-vertical {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .icon_size-56 {
    height: 55px;
  }

  .customer-box-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 22px 17px;
  }

  .text_size-28 {
    font-size: 22px;
  }

  .jiggies-transform-box-wrapper {
    padding: 28px 20px;
  }

  .transforms-points-whole-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .transform-img-text-whole-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .small_img-80 {
    width: 60px;
    height: 60px;
  }

  .margin-9 {
    margin-top: 5px;
  }

  .product_img-wrapper {
    max-width: none;
  }

  .product-box-content-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .everything-box-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .everything-points-whole-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .icon_size-54 {
    height: 55px;
  }

  .hero_blude-box-text-wrapper {
    margin-top: 20px;
  }

  .checkout__column {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cart-quantity-controls__container {
    grid-column-gap: 0rem;
    width: 100%;
  }

  .order-summary__inner {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .form-grid__row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .checkout-form-secure {
    line-height: 14px;
  }

  .accordion__inner {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .guarantee-section {
    justify-content: space-around;
  }

  .form-content {
    width: 100%;
    min-width: auto;
  }

  .cart-item {
    flex-flow: wrap;
    align-items: center;
  }

  .billing-address {
    flex-wrap: wrap;
  }

  .hero_product-box-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0;
  }

  .hero_product-img.is-desk {
    display: none;
  }

  .hero_product-img.is-mob {
    display: inline-block;
  }

  .list__item {
    margin-bottom: 0.15rem;
  }

  .display-md {
    font-size: 1.75rem;
  }

  .upsell-content__wrapper {
    padding: 1rem;
  }

  .footer_link-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
    display: flex;
  }

  .container-2.cc-small.cc-custom-container {
    padding-left: 0;
    padding-right: 0;
  }

  .section-2.cc-footer-section {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .section-2.cc-footer-section.v2 {
    padding-top: 4.375rem;
    padding-bottom: 2rem;
  }

  .ts-2xs {
    font-size: 0.725rem;
  }

  .price-old.price-standard {
    font-size: 16px;
  }

  .product-content {
    justify-content: space-between;
    align-items: flex-start;
  }

  .label-bundle.label-bundle-green {
    height: 22px;
  }

  .main-headline-span {
    letter-spacing: -0.66px;
    font-size: 22px;
  }

  .modal {
    display: none;
  }

  .modal-container {
    max-width: 90%;
  }

  .modal-opener-button {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cc-buy-box-free-image {
    max-width: 49px;
  }

  .cc-buy-box-free-item-free {
    font-size: 10px;
  }

  .text-block-438 {
    font-size: 11px;
  }

  

  .testimonal_head-distribute {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .top-bar-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .announcement__text {
    text-align: left;
  }

  .display-md-2 {
    font-size: 23px;
    line-height: 29px;
  }

  .adv-navbar {
    padding-top: 14px;
    padding-bottom: 10px;
  }

  .adv-headline-2 {
    font-size: 28px;
    line-height: 30px;
  }

  .text-block-365,
  .ts-tiny,
  .text-block-390,
  .style-guide-card {
    font-size: 0.8125rem;
  }

  .announcement__block {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .h-cta {
    font-size: 1.6875rem;
    line-height: 1.4;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial5_subhead {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .attributes_right {
    width: 100%;
  }

  .margin-mob {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cc-footer__wrapper-small {
    grid-column-gap: 2.3125rem;
    grid-row-gap: 2.3125rem;
  }

  .cc-footer__wrapper-small-text {
    text-align: left;
    font-size: 13px;
    line-height: 19px;
  }

  .cc-footer__lik-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .cc-footer__title-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .cc-footer-subtitle {
    font-size: 15px;
    line-height: 21px;
  }

  .bold-text-3 {
    font-size: 1.75rem;
    line-height: 100%;
  }

  .cc-header-text {
    font-size: 14px;
    line-height: 20px;
  }

  .cc-header-read {
    font-size: 12px;
  }

  .bold-text-4 {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 479px) {
  .top-bar-wrapper {
    font-size: 14px;
    line-height: 20px;
  }

  .top-bar-wrapper.lp-2 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .primary-button {
    text-align: center;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    margin-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    display: flex;
  }

  .nav_link {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px;
  }

  .nav_logo {
    width: 100px;
    height: auto;
  }

  .nav_container {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .brand_logo-img {
    object-fit: contain;
  }

  .navbar {
    padding: 12px 18px;
  }

  .scroll-marquee-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: 60px;
  }

  .marquee-inner-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .container.pad-v-48-56 {
    padding-bottom: 50px;
  }

  .container.pad-v-112-63 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container.pad-v-65-103 {
    padding-bottom: 60px;
  }

  .container.pad-v-60-60 {
    padding-top: 28px;
    padding-bottom: 40px;
  }

  .container.pad-v-120-120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container.pad-v-40-40 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container.pad-v-50-50 {
    padding-top: 40px;
    padding-bottom: 32px;
  }

  .container.pad-v-90-44 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .grid.is-potential-component {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .grid.is-potential-component.is-2 {
    margin-top: 40px;
  }

  .grid.is-gurantee-component {
    padding-bottom: 18px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .grid.is-discount-product-component {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .grid.is-footer-component {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .grid.is-hero-slider-component {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .grid.is-adv-footer-component,
  .grid.is-adv-footer-component-btm {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .grid_item.growth-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .grid_item.is-comparision-images-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .grid_item.benefir-box-content {
    grid-template-columns: 1fr;
  }

  .grid_item.supplement-boxes-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .grid_item.wellness-content {
    max-width: 350px;
  }

  .grid_item.wellness-slider-wrapper {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .grid_item.synergy-content {
    padding: 16px;
  }

  .grid_item.testimonial-content {
    grid-template-columns: 1fr;
  }

  .grid_item.gurantee-content {
    max-width: 180px;
    margin-top: -16px;
  }

  .grid_item.is-gurantee-img {
    padding-top: 10px;
  }

  .growth-box-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .icon_size-80 {
    width: 60px;
    height: 60px;
  }

  .heading_style-h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .text_size-regular {
    line-height: 22px;
  }

  .text_size-regular.text-weight-semibold {
    font-size: 16px;
    line-height: 22px;
  }

  .text_size-regular.cap {
    line-height: 22px;
  }

  .text_size-regular.semibold.h-100 {
    font-size: 12px;
  }

  .text_size-regular.opacity-0 {
    opacity: 0;
  }

  .growth-box-text-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .center-outline.margin-32 {
    margin-bottom: 24px;
  }

  .potential-points-whole-wrapper {
    padding-left: 14px;
  }

  .p-icon-text-inner-wrapper.gape-12 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .icon_size-26 {
    width: 24px;
    height: 24px;
  }

  .top-round-box-wrapper {
    width: 100%;
  }

  .comparision-points-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .comparision-points-whole-wrapper {
    max-width: 200px;
  }

  .text-img {
    width: 100px;
  }

  .wave-img-left {
    width: 112px;
    top: 7%;
  }

  .wave-img-right {
    width: 120px;
    top: -2%;
  }

  .clinical-proof-pointbox-wrapper {
    padding: 12px 16px;
  }

  .text_size-medium.montserrat.special-offer {
    font-size: 16px;
  }

  .text_size-medium.semibold.h-140 {
    font-size: 17px;
  }

  .text_size-small.weight-med {
    font-size: 14px;
    line-height: 120%;
  }

  .benefit_img {
    height: 90px;
  }

  .text_size-normal.color-black {
    font-size: 14px;
    line-height: 18px;
  }

  .text_size-normal.bold.color-black {
    font-size: 13.5px;
    line-height: 18px;
  }

  .text_size-normal.h-120 {
    font-size: 14px;
  }

  .text_size-normal.weight-semibold-poppins {
    line-height: 130%;
  }

  .text_size-normal.h-130 {
    font-size: 13px;
    line-height: 140%;
  }

  .text_size-normal._14-mob {
    font-size: 14px;
  }

  .supplement-box-wrapper {
    height: auto;
  }

  .supplement-box-wrapper.gape-38 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .supplement_images {
    width: 45%;
  }

  .wellness-system-slider {
    min-height: 430px;
  }

  ._w-s-mask {
    height: 370px;
  }

  ._w-s-arrows.left {
    right: 10%;
  }

  ._w-s-arrows.right {
    left: 20%;
  }

  .synergy-points-whole-wrapper {
    margin-top: 0;
  }

  .wave-img-right-2 {
    width: 120px;
    top: 0.4%;
  }

  .wave-img-left-2 {
    width: 120px;
    top: 5.6%;
  }

  .wave-img-right-3 {
    width: 120px;
    top: -1.5%;
    right: 4%;
  }

  .wave-img-left-3 {
    width: 120px;
    bottom: -0.5%;
  }

  .no-thanks-text {
    max-width: 90%;
    font-size: 0.875rem;
  }

  .cta-containers {
    margin-top: 0;
  }

  .ready-text-wrapper.gape-12 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .icon_size-18.left-apd-13 {
    margin-right: 0;
  }

  .button-text-wrapper.margin-25 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 12px;
  }

  .icom_size-32 {
    width: 24px;
    height: 24px;
  }

  .ing_size-144 {
    width: 80px;
    height: 80px;
    bottom: -4%;
  }

  .product-price-box-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 12px;
  }

  .price-points-whole-wrapper {
    text-align: left;
  }

  .faq-question-text {
    font-size: 17px;
    line-height: 22px;
  }

  .faq-answer-wrappe {
    max-width: 300px;
  }

  .faq-answer-text {
    margin-top: 8px;
    font-size: 15px;
    line-height: 21px;
  }

  .footer-btm-icon-text-box {
    padding: 16px;
  }

  .pb-quantity__price-wrapper {
    justify-content: center;
  }

  .pb-quantity__price {
    font-size: 15px;
  }

  .pb-quantity__title {
    font-size: 16px;
    line-height: 20px;
  }

  .pb-quantity__details {
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
  }

  .pb-quantity__details.gape-10 {
    flex: 0 auto;
  }

  .pb-quantity__label-middle {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .os-card__wrapper {
    padding: 6px 10px;
  }

  .pb-quantity__header {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    width: 100%;
  }

  .os-card__content {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    align-items: stretch;
  }

  .text-block-378 {
    font-size: 14px;
  }

  .upsell-left-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 24px;
    position: relative;
  }

  .upsell-left-container.mobile-pad-18 {
    margin-top: 18px;
  }

  .os-option__wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .best-ifs,
  .fs-price {
    font-size: 12px;
  }

  .pb-quantity__radio {
    width: 1.15rem;
    height: 1.15rem;
    top: 0.15rem;
    left: -1.5rem;
  }

  .pb-quantity__radio.pb--center {
    width: 1.25rem;
    height: 1.25rem;
  }

  .discount-price {
    font-size: 16px;
  }

  .swiper__button-static-2.is-sw22 {
    width: 2rem;
    height: 2rem;
  }

  .swiper__button-icon-4 {
    flex: none;
  }

  .text-block-393 {
    font-size: 17px;
  }

  .review_component-star-2.new {
    width: 13px;
    height: 13px;
  }

  .review_component-wrapper-2 {
    grid-column-gap: 0.2em;
    grid-row-gap: 0.2em;
  }

  .heading_style-h3.montserrats {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 135%;
  }

  .heading_style-h3.montserrats.n0-l-s {
    font-size: 24px;
    line-height: 135%;
  }

  .heading_style-h3.montserrats.is-27 {
    font-size: 21px;
    line-height: 130%;
  }

  .icon_size-32 {
    width: 24px;
    height: 24px;
  }

  .slider-logo-whole-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    margin-top: 20px;
  }

  .slider-logo-whole-wrapper.mobile {
    grid-column-gap: 12px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    justify-content: center;
  }

  .slider-logo-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    width: 25%;
  }

  .icon_size-64 {
    height: 45px;
  }

  .hero-text-box-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .icon_size-24 {
    width: 20px;
    height: 20px;
  }

  .buy-product-img {
    width: 65px;
    height: 65px;
  }

  .buy-product-img._2 {
    width: 70px;
  }

  .icon-list__item {
    font-size: 14px;
    line-height: 24px;
  }

  .adv-headline {
    font-size: 26px;
  }

  .adv-heading-wrap,
  .adv-icon-list.cc-solution,
  .adv-section {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .adv-section.margin-32 {
    margin-top: 27px;
  }

  .adv-section.margin-32.pad.fff9f0 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-width: 2px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .adv-section.margin-24 {
    margin-top: 15px;
  }

  .brand-logo {
    width: 120px;
  }

  .blogpost1_author-image {
    width: 48px;
    height: 48px;
  }

  .blogpost1_date-wrapper {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .blogpost1_author-image-wrapper {
    flex: none;
  }

  .adv_layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .blogpost1_author-text {
    width: auto;
    font-size: 16px;
    line-height: 20px;
  }

  .blogpost1_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .image {
    border-radius: 4.9px;
    margin-bottom: 5px;
  }

  .image.is-mob-show {
    display: block;
  }

  .image.is-desk-show {
    display: none;
  }

  .adv-p {
    font-size: 16px;
    line-height: 140%;
  }

  .adv-p.semibold {
    font-size: 18px;
  }

  .adv-p.display-sm {
    font-size: 16px;
  }

  .adv-p.is-21 {
    font-size: 17px;
    line-height: 145%;
  }

  .adv-header__author-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .button.orange {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
  }

  .availability-button {
    text-align: center;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    margin-bottom: 6px;
    padding-left: 15.5px;
    padding-right: 15.5px;
    font-size: 16px;
    display: flex;
  }

  .text_size-large.is-22 {
    font-size: 13px;
  }

  .text_size-large.is-22.semibold {
    font-size: 20px;
    line-height: 140%;
  }

  .product-points-whole-wrapper {
    text-align: left;
  }

  .product-point-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .top-logo-baar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flad-icon {
    width: 32px;
    height: 32px;
  }

  .margin-30 {
    margin-top: 28px;
  }

  .blogpost-auther-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: space-between;
    width: 100%;
  }

  .adv-icon-text-inner-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .special-text-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    box-shadow: inset 3px 0 0 0 var(--body-text-color);
    padding: 12px;
  }

  .adv-orange-box-wrapper {
    margin-top: 5px;
    padding: 14px 14px 14px 0;
  }

  .adv-orange-box-wrapper.is-pad-btm {
    padding-bottom: 14px;
  }

  .adv-icon-text-wrapper-2 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .adv-icon-text-wrapper-2.gape-12 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .adv-points-whole-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .cream-box-wrapper {
    margin-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .adv-icon-text-wrapper-vertical.gape-10 {
    font-size: 12px;
  }

  .adv-icon-text-wrapper-vertical.max-w-140 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    font-size: 8px;
  }

  .adv-icon-text-wrapper-vertical.landscape-w-25 {
    width: 31%;
  }

  .box-img-text-whole-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
  }

  .box-img-text-whole-wrapper._1 {
    grid-row-gap: 14px;
    flex-flow: wrap;
    justify-content: center;
  }

  .time-points-whole-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .orange-box-wrapper {
    margin-top: 5px;
    margin-bottom: 9px;
  }

  .box-img-text-whole-wrapper-vertical {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .icon_size-56 {
    width: 49px;
    height: 48px;
  }

  .customer-box-wrapper {
    margin-bottom: 5px;
  }

  .text_size-28 {
    font-size: 18px;
  }

  .text_size-28.xbold._5e4023 {
    font-size: 24px;
  }

  .transforms-points-whole-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .transform-img-text-whole-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .small_img-80 {
    width: 48px;
    height: 48px;
  }

  .product-box-content-wrapper {
    min-width: auto;
  }

  .text_size-56 {
    font-size: 44px;
  }

  .everything-points-whole-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .adv-heading-text-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .icon_size-54 {
    width: 46px;
    height: 45px;
  }

  .skeleton.skeleton-text.skeleton-text--large {
    width: 26ch;
  }

  .small-text {
    margin-left: 5px;
    line-height: 12px;
  }

  .order-summary-mobile {
    border: 0 #000;
    margin-top: 0;
    display: block;
  }

  .order-summary__mobile-right {
    grid-column-gap: 0.15rem;
    grid-row-gap: 0.15rem;
  }

  .form-sections {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .checkout__column {
    height: auto;
    min-height: 0;
    position: relative;
  }

  .divider-section__text {
    white-space: normal;
  }

  .submit-section__disclaimer {
    font-size: 8px;
  }

  .div-block-4 {
    align-items: center;
    width: 60%;
    padding-left: 0;
  }

  .submit-section {
    margin-top: 0;
  }

  .summary-toggle {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .divider-section__text-v2 {
    white-space: normal;
  }

  .shipping_price {
    font-size: 0.875rem;
  }

  .checkout__content {
    overflow: hidden;
  }

  .cart-item__details {
    grid-row-gap: 0.25rem;
    text-align: left;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 0.9rem;
  }

  .checkout__form-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    position: relative;
  }

  .checkout__form-container.cc-checkout {
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .express-checkout__buttons {
    grid-column-gap: 0.6rem;
    grid-row-gap: 0.6rem;
    flex-flow: column;
  }

  .coupon-button {
    font-size: 0.875rem;
  }

  .footer-5 {
    align-items: center;
  }

  .footer-5.mobile {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .upsell {
    border-radius: 0.25rem;
  }

  .cart-item__wrapper {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .quantity-controls__display {
    height: 1.5rem;
    min-height: 1.5rem;
  }

  .cart-quantity-controls__container {
    align-items: center;
    width: 100%;
  }

  .image-10 {
    width: 60px;
  }

  .divider-section__line {
    width: 20%;
  }

  .upsell__header-content {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
  }

  .order-summary__trigger {
    align-items: center;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    font-size: 14px;
  }

  .coupon-tag {
    font-size: 0.825rem;
  }

  .summary_price.price--total {
    font-weight: 600;
  }

  .summary_price.price--crossed.cc-sm {
    font-size: 12px;
  }

  .secure-checkout__icon-2 {
    height: 28px;
    top: 0;
  }

  .protection-block {
    margin-top: 0;
  }

  .secure-checkout__text {
    font-size: 0.875rem;
  }

  .radio-select-shipping {
    padding-right: 2rem;
  }

  .order-summary__inner {
    align-items: center;
  }

  .accordion__trigger {
    align-items: center;
    font-size: 14px;
  }

  .quantity-controls__button {
    width: 1.5rem;
    min-width: 1.5rem;
    height: 1.5rem;
    min-height: 1.5rem;
  }

  .checkout__checkbox {
    flex-flow: row;
    width: 100%;
    display: flex;
    position: static;
  }

  .form-section {
    width: 100%;
  }

  .order-summary__title {
    margin-bottom: 0.75rem;
  }

  .order-summary__title.checkout {
    font-size: 1.125rem;
    font-weight: 900;
  }

  .cart-item__quantity {
    margin-top: -0.0625rem;
  }

  .checkout-form-secure {
    font-size: 10px;
  }

  .summary-toggle__icon {
    width: 12px;
    margin-left: 10px;
  }

  .checkout__header-brand.cc-shop {
    padding-bottom: 0;
  }

  .payment-method__info-title {
    margin-bottom: 0;
    display: block;
  }

  .rtc-logo {
    width: 16px;
  }

  .accordion__inner {
    align-items: center;
  }

  .input-flds {
    border-color: #d4d4d4;
  }

  .div-block-3 {
    align-items: center;
    min-height: auto;
  }

  .shipping-method-rleft {
    font-size: 0.875rem;
  }

  .form-content {
    width: 100%;
  }

  .cart-item__content {
    width: 100%;
    display: flex;
  }

  .upsell__description {
    font-size: 0.725rem;
  }

  .cart-item__title {
    font-size: 0.9rem;
  }

  .cart-items__scroll-hint {
    font-size: 0.825rem;
  }

  .cart-item {
    flex-wrap: wrap;
    align-items: center;
  }

  .submit-button__subtext {
    font-size: 0.625rem;
  }

  .shipping_method-wrapper {
    padding: 1rem;
  }

  .checkout__layout {
    overflow: hidden;
  }

  .upsell__arrow {
    width: 1rem;
    height: 1rem;
    left: -2rem;
  }

  .upsell__arrow.upsell__arrow--right {
    right: -2rem;
  }

  .receipt-check {
    width: 3.5rem;
    height: 3.5rem;
  }

  .receipt-heading {
    grid-column-gap: 0.25rem;
    grid-row-gap: 0.25rem;
  }

  .receipt-subtitle {
    font-size: 0.825rem;
  }

  .receipt_order {
    font-size: 1.25rem;
  }

  .receipt_info {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: stretch;
  }

  .order_receipt-grid {
    flex-flow: column;
    display: flex;
  }

  .receipt-flex {
    order: 1;
    justify-content: center;
    align-items: center;
  }

  .os-card__content-3 {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    align-items: stretch;
  }

  .get-free-box-wrapper-2 {
    font-size: 12px;
    line-height: 15px;
  }

  .fs-price-2 {
    font-size: 12px;
  }

  .text-block-396 {
    font-size: 14px;
  }

  .product-tab_link {
    padding: 18px 5px;
    font-size: 16px;
  }

  .free-text-icon-whole-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: space-between;
    padding: 8px 6px;
  }

  .free_icon {
    height: 32px;
  }

  .free-text-benefit-icon-whole-wrapper {
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .free-benefit-text-icon-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .autoship-save-box-wrapper {
    padding-left: 14px;
    padding-right: 14px;
  }

  .discount-box-text-wrapper {
    width: 66px;
    height: 20px;
    padding: 5px;
    font-size: 12px;
    line-height: 14px;
  }

  .hero-product-points-whole-wrapper {
    max-width: 220px;
  }

  .hero_product-box-wrapper {
    padding: 12px 8px 12px 0;
  }

  .hero-product-img-wrapper {
    max-width: 120px;
    margin-left: 0;
  }

  ._2-text-wrapper {
    flex-flow: column;
  }

  .os-card__radio {
    top: 0.15rem;
    left: 0rem;
  }

  .os-bundle__progress-bar {
    top: 0.5rem;
    left: 1rem;
    right: 1rem;
  }

  .upsell-link {
    text-align: center;
  }

  .swiper-slide.is-thumb {
    width: auto;
    height: auto;
  }

  .upsell-success_container-content {
    grid-column-gap: 0.25rem;
    grid-row-gap: 0.25rem;
  }

  .u-grid-2col-standard {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .upsell-mbg1 {
    grid-column-gap: 0.75em;
    grid-row-gap: 0.75em;
  }

  .footer_link-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 0.5rem;
    flex-flow: wrap;
  }

  .booster__content-3 {
    grid-column-gap: 0.75em;
    grid-row-gap: 0.75em;
  }

  .upsell-steps {
    min-width: 170px;
  }

  .os-bundle__option-quantity {
    font-size: 0.625rem;
  }

  .upsell-confirmaton__title {
    font-size: 1rem;
  }

  .os-bundle__option-circle2 {
    width: 1.15rem;
    height: 1.15rem;
    font-size: 0.685rem;
  }

  .section-2 {
    padding-top: 2rem;
  }

  .section-2.cc-custom.cc-up1 {
    padding-top: 1rem;
    padding-bottom: 4rem;
  }

  .upsell_summary-flex {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    flex-flow: column;
    align-items: stretch;
  }

  .footer_copy-info {
    flex-flow: column;
  }

  .booster__content-2 {
    grid-column-gap: 0.75em;
    grid-row-gap: 0.75em;
  }

  .price-old.price-standard {
    font-size: 16px;
  }

  .product-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 10px;
  }

  .price-current.price-standard {
    font-size: 16px;
  }

  .label-bundle.label-bundle-green.postion-abs {
    position: absolute;
    top: 12px;
    right: 12px;
  }

  .div-block-1695 {
    align-items: stretch;
  }

  .product-title.sub-title {
    max-width: 130px;
  }

  .size-option-bundle.active,
  .size-option-bundle.size-bundle {
    padding: 12px;
  }

  .upsell-2 {
    border-radius: 0.25rem;
  }

  .sub-save-check_sub {
    font-size: 0.875rem;
  }

  .cc-abs-positon.desk-hidden {
    max-width: 150px;
    margin-bottom: 6px;
    display: block;
    position: static;
  }

  .cc-abs-positon.mob-hidden {
    display: none;
  }

  .free-shipping-points-whole-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .risk-free-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cc-buy-box-free-item {
    padding: 4px 2px;
  }

  .cc-buy-box-free-image {
    max-width: 45px;
  }

  .cc-buy-box-free-item-free {
    font-size: 8px;
  }

  .text-block-438 {
    font-size: 9px;
  }

  .footer_credits {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .testimonal_head-distribute {
    flex-direction: column;
    align-items: flex-start;
  }

  .summary_component {
    grid-row-gap: 0.25rem;
    background-color: #fff0;
    flex: 0 auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .announcement__text {
    font-size: 11.5px;
    line-height: 1.1rem;
  }

  .adv-headline-2 {
    font-size: 28px;
    line-height: 30px;
  }

  .testimonial5_author {
    margin-bottom: 4px;
    margin-right: 0;
  }

  .sub-heading-author-new {
    text-align: left;
    letter-spacing: -0.5px;
    font-size: 12px;
    line-height: 25px;
  }

  .announcement__code {
    font-size: 0.875rem;
    line-height: 1;
  }

  .announcement__block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial5_subhead {
    flex-direction: column;
    align-items: flex-start;
  }

  .announcement__code-wrapper {
    padding: 6px;
  }

  .attributes_right {
    width: 100%;
  }

  .divider-line {
    flex: 1;
    width: 20%;
  }
}

#w-node-d3a72767-426e-dfef-394b-6a1b320dc91a-94c17b75,
#w-node-_3ee3b2f1-bcdf-1be9-0705-c8d6bf8914f1-94c17b75,
#w-node-fe7cfeec-7209-1947-8f13-3745852d71f2-1f7052b8,
#w-node-fe7cfeec-7209-1947-8f13-3745852d71f3-1f7052b8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_04c6b1ca-11df-d670-b52c-ef1ff0f25658-72d8320b,
#w-node-_08049285-b73f-8a94-94ce-26a1955d7761-72d8320b,
#w-node-_0accf9a9-4258-ecf0-a18f-09498a3658e0-72d8320b,
#w-node-_43323038-bbd0-f2de-1140-0b9b868bd7ff-72d8320b,
#w-node-_2a2fbd51-dedd-92da-36c9-272d81f89b56-72d8320b,
#w-node-_0041f668-3a92-d0bc-c477-e6fff3da9fe5-72d8320b,
#w-node-b99d4b3a-6640-cc24-00ba-e08f774c7ee6-72d8320b,
#w-node-_283558cc-ca5a-b6f6-a349-b2839b3962b4-72d8320b,
#w-node-_0872e108-0f22-a1c1-27fb-e2f08f8bc26a-72d8320b,
#w-node-caf7e30e-7986-9d6a-5a55-5aa8a99f0724-72d8320b,
#w-node-_04c6b1ca-11df-d670-b52c-ef1ff0f25658-6897671d,
#w-node-_08049285-b73f-8a94-94ce-26a1955d7761-6897671d,
#w-node-_0accf9a9-4258-ecf0-a18f-09498a3658e0-6897671d,
#w-node-_43323038-bbd0-f2de-1140-0b9b868bd7ff-6897671d,
#w-node-_2a2fbd51-dedd-92da-36c9-272d81f89b56-6897671d,
#w-node-_0041f668-3a92-d0bc-c477-e6fff3da9fe5-6897671d,
#w-node-b99d4b3a-6640-cc24-00ba-e08f774c7ee6-6897671d,
#w-node-_283558cc-ca5a-b6f6-a349-b2839b3962b4-6897671d,
#w-node-_0872e108-0f22-a1c1-27fb-e2f08f8bc26a-6897671d,
#w-node-caf7e30e-7986-9d6a-5a55-5aa8a99f0724-6897671d,
#w-node-_04c6b1ca-11df-d670-b52c-ef1ff0f25658-6e02ba4a,
#w-node-_08049285-b73f-8a94-94ce-26a1955d7761-6e02ba4a,
#w-node-_0accf9a9-4258-ecf0-a18f-09498a3658e0-6e02ba4a,
#w-node-_43323038-bbd0-f2de-1140-0b9b868bd7ff-6e02ba4a,
#w-node-_2a2fbd51-dedd-92da-36c9-272d81f89b56-6e02ba4a,
#w-node-_0041f668-3a92-d0bc-c477-e6fff3da9fe5-6e02ba4a,
#w-node-b99d4b3a-6640-cc24-00ba-e08f774c7ee6-6e02ba4a,
#w-node-_283558cc-ca5a-b6f6-a349-b2839b3962b4-6e02ba4a,
#w-node-_0872e108-0f22-a1c1-27fb-e2f08f8bc26a-6e02ba4a,
#w-node-caf7e30e-7986-9d6a-5a55-5aa8a99f0724-6e02ba4a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_89a776a3-e820-ca3b-ee02-26bce39e4eb0-94c17b75 {
    justify-self: end;
  }

  #w-node-_1703e74c-4a3b-d833-8535-66ef4c132695-94c17b75 {
    justify-self: start;
  }

  #w-node-d3aee04b-4cfc-3c25-4cc6-208e0869d05f-94c17b75 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0a7b43a2-df6c-55f0-c6ed-1df9d0ab3a70-94c17b75 {
    grid-column: span 2 / span 2;
  }

  #w-node-fe7cfeec-7209-1947-8f13-3745852d712c-1f7052b8 {
    justify-self: end;
  }

  #w-node-fe7cfeec-7209-1947-8f13-3745852d712d-1f7052b8 {
    justify-self: start;
  }

  #w-node-fe7cfeec-7209-1947-8f13-3745852d712f-1f7052b8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fe7cfeec-7209-1947-8f13-3745852d7248-1f7052b8 {
    grid-column: span 2 / span 2;
  }
}

@font-face {
  font-family: 'Radicle Condensed 2';
  src: url('../fonts/Radicle-Bold-Condensed-2.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Radicle Extra Condensed';
  src: url('../fonts/Radicle-Extra-Bold-Condensed.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Radicle 2';
  src: url('../fonts/Radicle-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Radicle';
  src: url('../fonts/Radicle-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Radicle Extra 2';
  src: url('../fonts/Radicle-Extra-Bold-2.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Taybigbird 2';
  src: url('../fonts/TAYBigBird-2.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Radicle';
  src: url('../fonts/Radicle-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Radicle Semi 2';
  src: url('../fonts/Radicle-Semi-Bold-2.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.desk-hidden {
  display: none;
}
.adv-header__wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: end;
}
.display-md-2.cc-width {
  max-width: 430px;
}
.display-md-2.cc-max-width {
  width: 530px;
}
@media (max-width: 767px) {
  .desk-hidden {
    display: block;
  }
  .mob-hidden {
    display: none;
  }
  .adv-header__author.cc-bottom {
    flex-direction: column;
    gap: 24px;
  }
  .adv-introduction {
    font-size: 14px;
    line-height: 20px;
  }
  .display-md-2.cc-max-width {
    width: unset;
  }
}
