/** Shopify CDN: Minification failed

Line 16260:23 Expected ")" to end URL token
Line 16266:23 Expected ")" to end URL token
Line 16279:23 Expected ")" to end URL token
Line 16288:23 Expected ")" to end URL token
Line 16291:23 Expected ")" to end URL token
Line 16300:23 Expected ")" to end URL token
Line 16313:23 Expected ")" to end URL token

**/
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700&display=swap');

@font-face {
  font-family: 'Tiempos-Italic';
  src: url('Tiempos Headline Medium Italic.ttf') format('truetype');
}

@font-face {
  font-family: 'Tiempos-Italic-light';
  src: url('TiemposText-Italic.ttf') format('truetype');
}

@font-face {
  font-family: 'Inter';
  src: url('Inter-Regular.otf') format('opentype');
}

.klaviyo-form {
  margin-right: 50px;
  font-family: 'Manrope' !important;
}

.klaviyo-form button {
  font-family: 'Manrope' !important;

}

.active__menu_svg {
  display: none;
}

.active__menu .active__menu_svg {
  display: block;
}

.active__menu .non-active_menu_svg {
  display: none;
}

.menu-open .active__menu_svg {
  display: block;
}

.menu-open .non-active_menu_svg {
  display: none;
}

.shopify-section-header-sticky .active__menu_svg {
  display: block;
}

.shopify-section-header-sticky .non-active_menu_svg {
  display: none;
}

strong {
  font-weight: 500 !important;
}

.none {
  display: none !important;
}

img {
  max-width: 100%;
  display: block;
}

.content-for-layout {
  margin-top: -90px;
}

.quick-add form {
  display: flex;
}

button,
.button {
  cursor: pointer;
}

.custom__button {
  padding: 21px 47px;
  display: inline-block;
  background: #C56F5C;
  border-radius: 5px;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Manrope';
  transition: .1s all linear;
  font-weight: 700;
  cursor: pointer;
}

.icons__text__wrapper+.custom__button {
  margin-bottom: 60px;
}

.custom__button:hover {
  background: #9E594A;
}

.template-knd .custom__button,
.template-knd .junip-no-reviews .junip-btn {
  background-color: #245A66 !important;
}

.template-knd .custom__button:hover,
.template-knd .junip-no-reviews .junip-btn:hover {
  background-color: #1D4852 !important;
}

.menu__button {
  padding: 15px 37px;
  display: inline-block;
  background: #C56F5C;
  border-radius: 5px;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Manrope';
  margin-top: auto;
  transition: .1s background linear;
}

.menu__button:hover {
  background: #9E594A;
}

.box__btn:hover {
  background: #9E594A;
}

/* Anouncement bar */

.announcement-bar__message {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 14px;
  line-height: 19px;
  padding: 11.5px 20px;
}

/*.page__monthly-subscription #shopify-section-announcement-bar,
.page__subscription #shopify-section-announcement-bar,
.page__coming-soon #shopify-section-announcement-bar,
.page__16-first-box #shopify-section-announcement-bar {display: none;} /*

/* Header */
.header-wrapper {
  background-color: transparent;
}

.shopify-section-header-sticky .header-wrapper,
.mega-menu[open] .mega-menu__content {
  background-color: #FCF5F0 !important;
}

.header__menu-item span {
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #2B2424;
}

.custom__header__link {
  font-family: 'Manrope', sans-serif;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #2B2424;
}

.custom__header__link svg {
  margin-right: 10px;
}

/* Mega menu */

.mega__inner__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.links__title {
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  color: #2B2424;
  display: block;
  margin-bottom: 38px;
  letter-spacing: normal;
}

.right__links {
  max-width: 1290px;
  display: flex;
}

nav .right__links a {
  padding: 0;
}

.link__wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.link__wrapper+.link__wrapper {
  margin-left: 30px;
}

.img__link__title {
  font-family: 'Manrope', sans-serif;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  top: 10%;
  text-align: center;
  white-space: nowrap;
}

.link__heading-bottom.img__link__title {
  top: unset;
  bottom: 10%;
}

.right__links img {
  max-width: 100%;
  object-fit: cover;
  border-radius: 10px;
  aspect-ratio: 1/1;
  transition: .3s transform linear;
  display: block;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.link__wrapper:hover img {
  transform: scale(1.1);
}

.left__links {
  width: 150px;
  margin-right: 180px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}

/* Logos section */

h4.small__heading {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #8E8385;
  font-family: 'Manrope', sans-serif;
  margin: 0;
  white-space: nowrap;
}

.logos__inner__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 0;
}

.logos__inner__wrapper img {
  display: block;
  max-width: 100%;
}

.rich-text h2,
.rich-text p {
  font-family: 'Manrope' !important;
}

.rich-text p strong {
  font-weight: 700 !important;
}

@media screen and (max-width: 992px) {
  .logos__inner__wrapper img {
    max-width: 102px;
    max-height: 20px;
  }
}


.gl-fullscreen-layer .gl-d-searchbox-input {
  font-family: 'Manrope';
}

.gl-fullscreen-initial-content {
  font-family: 'Manrope';
}

.gl-fullscreen-layer .gl-fullscreen-results__meta a,
.gl-card-title a {
  color: #2B2424;
}

/* Columns Icons */


.column__wrapper {
  max-width: 392px;
  width: 100%;
  text-align: center;
}

.column__wrapper+.column__wrapper {
  margin-left: 100px;
}

.icons__text__wrapper {
  display: flex;
  justify-content: center;
  padding: 120px 0 140px;
}

h5.column__heading {
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #2B2424;
  margin: 40px 0 20px;
  letter-spacing: normal;
}

.column__content p {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #8E8385;
}

/* Reviews section */

h3.section__head {
  font-family: Tiempos-Italic-light;
  font-style: italic;
  font-size: 18px;
  line-height: 23px;
  color: #2b2424;
  margin: 0 0 50px;
  text-align: center;
}

.review__wrapper p {
  font-size: 34px;
  line-height: 47px;
  font-family: Manrope;
  font-weight: 600;
  letter-spacing: normal;
  color: #2b2424;
  margin: 0;
}

.reviews__wrapper .swiper-wrapper {
  align-items: center;
}

.reviewer__logo {
  margin: 30px auto 0;
  max-width: 150px;
}

.review__item {
  text-align: center;
  opacity: .2;
}

.review__item.swiper-slide-active {
  opacity: 1;
}

.reviews__wrapper .swiper-pagination {
  position: static !important;
}

.reviews__carusel {
  padding: 0 32% !important;
}

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  border: 1px solid #2B2424;
  background-color: transparent !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active.swiper-pagination-bullet {
  background-color: #2B2424 !important;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px !important;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: 100%;
  margin-top: 50px;
  height: 10px;
  font-size: 10px;
  line-height: 1;
}


/* Images texts */

.page-index .images__text__wrapper__inner {
  margin-top: 50px;
}

.images__text__wrapper__inner {
  max-width: 1354px;
  margin: 0 auto;
}

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

.imgtext .image__wrapper {
  max-width: 632px;
}

.block__text__wrapper {
  max-width: 496px;
  position: relative;
}

.block__heading {
  font-family: 'Manrope';
  font-weight: 600;
  font-size: 64px;
  line-height: 70px;
  position: relative;
  z-index: 1;
}

.block__heading1 {
  margin: 0 0 30px;
}

.block__heading2 {
  margin: 0 0 54px;
}

.block__heading strong {
  font-family: 'Tiempos-Italic';
}

.block__heading p {
  margin: 0;
}

.block__description {
  color: #8E8385;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Manrope';
  margin-bottom: 50px;
}

.imgtext+.imgtext {
  margin-top: 125px;
}

.block__description__items {
  margin-bottom: 54px;
}

.block__description__items>.item {
  display: flex;
  align-items: center;
  color: #8E8385;
  font-family: 'Manrope';
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}

.block__description__items>.item svg {
  margin-right: 19px;
}

.block__description__items>.item+.item {
  margin-top: 32px;
}

/* Custom featured blog */

.featured__blog__wrapper__outer {
  padding: 120px 0;
}



.featured__blog__wrapper {
  display: flex;
}

.section__blog__heading {
  margin: 0;
  font-weight: 600;
  font-size: 34px;
  line-height: 47px;
  font-family: 'Manrope';
}

.section__blog__heading strong {
  font-family: 'Tiempos-Italic';
}

.section__blog__heading p {
  margin: 0;
}

.featured__blog__heading {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.blog__link {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #8E8385;
  text-decoration: none;
  border-bottom: 1px solid;
  padding-bottom: 6px;
  transition: .1s all linear;
}

.blog__link:hover {
  color: #2B2424;
}

.line_divider {
  flex-grow: 1;
  height: 2px;
  background: #D9D6D6;
  margin: 0 30px;
}



.article__tag {
  padding: 5px 15px;
  display: inline-block;
  margin-top: 26px;
  border: 1px solid #E0E0E0;
  border-radius: 30px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #333333;
  font-family: 'Manrope';
}

.article__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Manrope';
  color: #333333;
  margin: 26px 0;
}

.article__title:hover {
  color: #685a5c;
}

.article__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100% !important;
}

.article__wrapper a {
  text-decoration: none;
}

.article__info {
  margin-top: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.article__info .author {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #333333;
  font-family: 'Manrope';
  display: none;
}

.article__info .time_and_read {
  font-family: 'Manrope';
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #BDBDBD;
  display: flex;
  align-items: center;
}

/* Hero image */

.hero-image {
  position: relative;
}

.hero-image img {
  width: 100%;
  display: block;
}

.hero__content__wrapper {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero__text {
  max-width: 592px;
}

.hero__heading {
  margin: 0 0 30px;
  font-weight: 600;
  font-size: 64px;
  font-family: 'Manrope';
  color: #2B2424;
  line-height: 70px;
}

.hero__heading strong {
  font-family: 'Tiempos-Italic';
}

.hero__heading p {
  margin: 0;
}

.hero__description p {
  margin: 0;
}

.hero__description {
  margin: 0 0 50px;
  color: #685A5C;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  font-family: 'Manrope';
  max-width: 520px;
}

.label__spin {
  position: absolute;
  width: 104px;
  height: 104px;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
  {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 5s linear infinite;
  -moz-animation: rotating 5s linear infinite;
  -ms-animation: rotating 5s linear infinite;
  -o-animation: rotating 5s linear infinite;
  animation: rotating 5s linear infinite;
}


/* Our team */

.top__images {
  display: flex;
}

.images__wrapper {
  display: flex;
  flex-direction: column;
}

.team__wrapper__inner {
  display: flex;
  align-items: center;
}

.img__wrap img {
  width: 100%;
}

.img__wrapper__team {
  margin-right: 88px;
}

.img__wrapper__team img {
  max-width: 100%;
  margin-left: -90px;
}

.team__wrapper__inner .block__text__wrapper {
  margin-left: 50px;
}

.our__team__wrapper {
  background: #FCF5F0;
  padding: 120px 0;
  margin-top: -1px;
}

.team__vawe {
  display: block;
  width: 100%;
}


/* Featured Product */
.card__info {
  margin-bottom: 26px;
}

.products__wrapper__inner {
  padding: 120px 0;
}

.head__wrapper {
  text-align: center;
}

h3.section__heading {
  margin: 0 0 30px;
  font-weight: 600;
  font-size: 64px;
  color: #2B2424;
  font-family: 'Manrope';
}

.section__description {
  max-width: 564px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Manrope';
  color: #8E8385;
  margin-bottom: 30px;
}

.custom__link {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: 'Manrope';
  text-decoration: none;
  border-bottom: 2px solid;
  padding-bottom: 6px;
}

.black__link {
  color: #2B2424;
  transition: .1s all linear;
}

.black__link:hover {
  color: #C56F5C;
}

.featured__products {
  margin: 50px 0 0;
}

.featured__products__gift {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px -15px 0;
  row-gap: 30px;
}

.featured__products__gift .prod__wrapper {
  max-width: 25%;
  padding: 0 15px;
}

.product-form__buttons {
  display: flex;
}

/* .prod__wrapper{
    margin: 0 15px;
  } */

/* Product card */

.card__img {
  position: relative;
}

.card__img .quick-add {
  position: absolute;
  bottom: 10px;
  width: calc(100% - 20px);
  left: 10px;
  opacity: 0;
  transition: .2s all linear;
}

.product__card__wrapper:hover .card__img .quick-add {
  opacity: 1;
}

.product__card__wrapper{
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product__card__wrapper .quick-add{
  margin-top: auto;
  margin-bottom: 16px;
}

.card__img img {
  max-width: 100%;
  aspect-ratio: 1/1;
  border-radius: 20px;
  display: block;
}

.product__vendor {
  color: #685A5C;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Tiempos-Italic-light';
  margin-top: 26px;
}

h6.product__title {
  margin: 8px 0 20px;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Manrope';
  color: #2B2424;
}

.card__button {
  border: 0;
  background: #C56F5C;
  border-radius: 5px;
  justify-content: center;
  padding: 16px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: 'Manrope';
  margin-top: 26px;
}

.card__price {
  line-height: 22px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 16px;
  color: #685A5C;
  font-weight: 600;
  font-family: 'Manrope';
}

/* Gift section */

.content__wrapper {
  text-align: center;
  padding: 140px 0;
}

.gift__heading p {
  margin: 0;
}

.gift__heading {
  margin: 0 auto 30px;
  font-weight: 600;
  font-size: 64px;
  font-family: Manrope;
  color: #fff;
  max-width: 430px;
}

.gift__heading strong {
  font-family: 'Tiempos-Italic';
}

.gift__description {
  max-width: 556px;
  margin: 0 auto 50px;
  color: #fff;
  opacity: .6;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  font-weight: 500;
  font-family: 'Manrope';
}

.gift__button {
  display: inline-block;
  padding: 21px 47px;
  background: #C3602F;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  font-family: 'Manrope';
  transition: .1s all linear;
}

.gift__button:hover {
  background-color: #9C4D26;
}

.gift__top_wave {
  display: block;
  margin-bottom: -2px;
  width: 100%;
}

.gift__bottom_wave {
  display: block;
  margin-top: -2px;
  width: 100%;
}


/* Footer */
.sign_up_btn {
  padding: 20px 40px;
  background: #C56F5C;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: 'Manrope';
  color: #fff;
  text-decoration: none;
  display: inline-block;
  transition: .1s all linear;
}

.sign_up_btn:hover {
  background: #9E594A;
}

li.list-payment__item svg {
  width: 60px;
  height: 40px;
}

.footer-block__heading {
  color: #2B2424;
  font-weight: 600;
  font-size: 16px !important;
  line-height: 22px;
  font-family: 'Manrope';
  margin-bottom: 24px !important;
}

.footer-block__details-content .list-menu__item--link {
  color: #685A5C;
  line-height: 19px;
  font-weight: 500;
  font-family: 'Manrope';
  padding-bottom: 24px;
  padding-left: 0;
  padding-top: 0;
}

.footer-block__details-content>li {
  line-height: 19px;
}

.footer-block__newsletter {
  max-width: 370px;
}

.list-social__item rect {
  fill: #ECEAEB;
  transition: .1s all linear;
}

.list-social__item path {
  fill: #2B2424;
  transition: .1s all linear;
}

.list-social__item:hover rect {
  fill: #2B2424;
}

.list-social__item:hover path {
  fill: #fff;
}

.footer-block__newsletter .footer-block__heading {
  font-weight: 600;
  font-size: 26px !important;
  line-height: 36px;
  color: #2B2424;
  text-align: left;
  margin-bottom: 36px !important;
}

.grid__item.social__column {
  max-width: 194px;
}

.list-social__item+.list-social__item {
  margin-left: 10px;
}

.footer-block__details-content>li:last-child a {
  padding-bottom: 0;
}

.footer__column .logo__wrapper {
  line-height: 1;
  height: 55px;
}

.copyright {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #8E8385;
  font-family: 'Manrope';
  display: block;
  margin-top: 13px;
}

.copyright a {
  color: #000;
  text-decoration: none;
  position: relative;
}

.copyright a strong {
  font-weight: 700 !important;
}

.copyright a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-image: linear-gradient(#8E8385, #8E8385);
  background-size: 100% 1px;
  background-position-y: 100%;
  background-position-x: 50%;
  background-repeat: no-repeat;
  transition: width 0.2s ease-in-out;
}

.copyright a:hover::after {
  width: 100%;
}


/* Collage */
.collage__wrpper {
  padding: 100px 0 120px;
  background-color: #FCF5F0;
}

.collage__heading {
  margin: 0 0 30px;
  text-align: center;
  font-weight: 600;
  font-size: 64px;
  color: #2B2424;
  font-family: 'Manrope';
  line-height: 70px;
}

.collage__heading p {
  margin: 0;
}

.collage__heading strong {
  font-family: 'Tiempos-Italic';
}

.collage__wrpper img {
  max-width: 100%;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.boxes__products {
  display: grid;
  margin-left: 57px;
  grid-template-columns: 1fr 1fr;
}

.boxes__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.box__wrapper {
  max-width: 314px;
}

.box__wrapper:nth-child(even) {
  margin-left: 15px;
}

.box__wrapper:nth-child(odd) {
  margin-right: 15px;
}

.box__wrapper .link__wrap__img {
  display: block;
  overflow: hidden;
  border-radius: 20px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.box__wrapper img {
  transition: .2s all linear;
}

.box__wrapper:hover .link__wrap__img img {
  transform: scale(1.1);
}

.big__image img {
  height: 100%;
  object-fit: cover;
  transition: .2s all linear;
}

.big__image:hover img {
  transform: scale(1.1);
}

.big__image {
  position: relative;
  max-height: 100%;
  overflow: hidden;
  border-radius: 20px;
  display: flex;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.box__btn {
  background: #C56F5C;
  border-radius: 5px;
  padding: 21px 47px;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-family: 'Manrope';
  font-weight: 700;
  display: inline-block;
  position: absolute;
  bottom: 40px;
  left: 40px;
  transition: .1s background linear;
}

.collage__description {
  max-width: 504px;
  text-align: center;
  margin: 0 auto 70px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Manrope';
  color: #8E8385;
}

.collage__description p {
  margin: 0;
}

.collage__description strong {
  color: #2B2424;
  font-weight: 600;
}

.box__vendor {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Tiempos-Italic-light';
  color: #685A5C;
  display: block;
  margin-top: 16px;
}

.box__title {
  margin: 6px 0 0;
}

.box__title a {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
  color: #2B2424;
  font-family: 'Manrope';
  transition: .1s all linear;
}

.box__title a:hover {
  color: #685A5C;
}

.box__wrapper:first-child {
  margin-bottom: 30px;
}

/* Subscription */

.subscription__wrapper {
  padding: 120px 0 140px;
}

.subscription__wrapper .collage__description {
  max-width: unset;
}

.subscriptions__wrapper {
  padding: 50px;
  background-color: #FCF5F0;
  border-radius: 30px;
  display: flex;
  max-width: 1560px;
  margin: 0 auto;
}

.plan__wrapper {
  padding: 40px;
  border-radius: 10px;
  color: #fff;
  max-width: 33%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.step__info {
  max-width: 218px;
  margin-left: 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Manrope';
  color: #685A5C;
  min-width: 150px;
}

.step {
  display: flex;
  align-items: baseline;
}

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

.step__number {
  width: 40px;
  height: 40px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  font-family: 'Manrope';
  color: #2B2424;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}

.instruction__wrapper {
  margin-right: 52px;
  position: relative;
}

h5.instruction__heading {
  font-weight: 600;
  font-size: 34px;
  line-height: 47px;
  margin: 50px 0 30px;
  font-family: 'Manrope';
}

h4.plan__title {
  margin: 0 0 14px;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-family: 'Manrope';
}

.plan__price {
  font-family: 'Manrope';
  margin-bottom: 14px;
}

.money__price {
  font-weight: 600;
  font-size: 54px;
  line-height: 74px;
}

.duration {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.plan__subheading {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Manrope';
}

.advantages {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 44px;
  border-top: 1px solid #fff;
}

.plan__wrapper {
  margin: 0 15px;
}

.plan__incl,
.plan__excl {
  display: flex;
  align-items: flex-start;
}

.incl__info {
  font-size: 16px;
  font-family: 'Manrope';
  line-height: 26px;
  font-weight: 500;
  margin-left: 12px;
}

.incl__info a {
  text-decoration: underline;
  color: #fff;
}

.plan__wrapper svg {
  flex-shrink: 0;
}

.advantages>div+div {
  margin-top: 14px;
}

.subscribe__button {
  border: 0;
  padding: 21px 47px;
  border-radius: 5px;
  background: #fff;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: 'Manrope';
  font-weight: 700;
  color: #2B2424;
  transition: .05s all linear;
  margin-top: auto;
}

.order_details_product ul{
  display: none;
}

.quick-add button:disabled{
  background: #edeaeb;
}

.subscription__form {
  margin-top: auto;
}

.plan__excl {
  opacity: .3;
}

.bottom__bg {
  text-align: center;
  margin-top: 65px;
}

.arrows__bg {
  position: absolute;
  top: 24%;
  left: -20px;
  z-index: 0;
}

.column__wrapper svg,
.column__wrapper img {
  display: block;
  margin: 0 auto;
}

.imgtext:first-child .block__text__wrapper {
  margin-left: 30px;
}

.imgtext:last-child .block__text__wrapper {
  margin: 0 30px;
}

.leaf {
  position: absolute;
  top: -20%;
  right: -15%;
  z-index: 0;
}

/* Instafeed custom */

.instafeed__wrapper {
  padding: 120px 0;
}

.post__wrapper img {
  width: 100%;
  display: block;
}

.arrows__wrapper {
  display: flex;
  align-items: center;
}

.arrow__left.swiper-button-disabled path,
.arrow__right.swiper-button-disabled path {
  fill: #B3ADAD;
}

.arrow__left,
.arrow__right {
  width: 150px;
  text-align: center;
}

.bottom__mobile {
  display: none;
}

.plans__wrapper {
  display: flex;
  margin: 0 -15px;
  flex-grow: 1;
  justify-content: center;
}

.left__header {
  display: none;
}

.plans__wrapper__mobile {
  display: none;
}

.prod__wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: unset !important;
}

.bottom__link {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #8E8385;
  padding: 16.5px;
  display: block;
  border: 1px solid;
  border-color: #D9D6D6;
  border-radius: 5px;
  font-family: 'Manrope';
  transition: .1s all linear;
  margin-top: auto;
}

.bottom__link:hover {
  color: #C56F5C;
  border-color: #C56F5C;
}

.prod__wrapper a {
  text-decoration: none;
}

.img_article_wrapper {
  height: 0;
  padding-top: 100%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  position: relative;
}

.logo__img__wrapper {
  max-width: 130px;
}

/* Faq page */

/* Index section */

.index__wrapper img {
  width: 100%;
  display: block;
  min-height: 500px;
  object-fit: cover;
}

.page__rewards .index__wrapper img {
  min-height: 700px;
}

.index__wrapper {
  position: relative;
}

.index__text__wrapper__inner {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 84px;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
}

h1.page__heading {
  margin: 0;
  font-size: 64px;
  line-height: 70px;
  font-family: 'Manrope';
  font-weight: 600;
  color: #2B2424;
  max-width: 500px;
}

.page__past-boxes h1.page__heading {
  max-width: 350px;
}

.page__description p {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  font-family: 'Manrope';
  color: #685A5C;
  max-width: 500px;
}

.help__wrapper__inner {
  display: flex;
  padding: 100px 0 120px;
}

.help__wrapper__inner nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

h2.content__heading {
  margin: 0 0 16px;
  font-weight: 600;
  font-size: 38px;
  line-height: 52px;
  font-family: 'Manrope';
  color: #2B2424;
}

.subheading {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #8E8385;
  font-family: 'Manrope';
  margin-bottom: 50px;
}

.help__content__wrapper {
  margin-left: 153px;
  flex-grow: 1;
}

.help__navigation__head {
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  color: #2B2424;
  font-family: 'Manrope';
  margin: 12px 0 50px;
  min-width: 245px;
}

.help__wrapper__inner nav a {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
  padding: 10px 20px;
  font-family: 'Manrope';
  border-radius: 60px;
  color: #8E8385;
  transition: .1s color border linear;
}

.help__wrapper__inner nav a:hover {
  padding: 9px 19px;
  border: 1px solid #D9D6D6;
  color: #2B2424;
}

.help__wrapper__inner nav a.active {
  background: rgba(236, 234, 235, 0.5);
  color: #2B2424;
}

.help__wrapper__inner nav a+a {
  margin-top: 8px;
}

.help__content {
  display: none;
}

.help__content.active {
  display: block;
}

.accordion__body {
  max-height: 0;
  overflow: hidden;
  transition: all .2s linear;
}

h3.accordion__heading {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #2B2424;
  font-family: 'Manrope';
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.accordion__wrapper {
  padding: 30px 0;
  border-top: 1px solid #ECEAEB;
}

.active__faq .accordion__wrapper:last-of-type {
  border-bottom: 1px solid #ECEAEB;
  margin-bottom: 30px;
}

.faq__heading {
  margin: 50px 0 30px;
  margin: 50px 0 30px;
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  color: #2B2424;
  font-family: 'Manrope';
}

.acordion__icon {
  width: 54px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ECEAEB;
  border-radius: 50px;
  line-height: 14px;
}

.quick-add .subscribe__button {
  width: 100%;
}

.quick-add .subscribe__button:disabled {
  pointer-events: none;
  color: #2b242480;
}

.accordion__heading .minus {
  display: none;
}

.accordion__heading.active .plus {
  display: none;
}

.accordion__heading.active .minus {
  display: block;
}

.accordion__heading.active .acordion__icon {
  background-color: #F4DFCE;
}

.accordion__heading.active+.accordion__body {
  max-height: 500px;
  border-top: 1px solid #C56F5C;
  margin-top: 30px;
  padding-top: 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #8E8385;
  font-family: 'Manrope';
}

.accordion__body a {
  font-family: 'Manrope';
  color: #8e8385;
}

.faq__wrapper {
  display: none;
}

.faq__wrapper.active__faq {
  display: block;
}

.search__input input {
  padding: 16px 17px 16px 62px;
  width: 100%;
  border: 1px solid #ECEAEB;
  border-radius: 5px;
  font-size: 16px;
  line-height: 26px;
  color: #B3ADAD;
  font-family: 'Manrope';
  outline: 0;
}

.search__input {
  position: relative;
  margin-top: 50px;
}

.search__input svg {
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  outline: 0;
}

/* Product page */

.product__media-wrapper img {
  width: 100%;
  display: block;
}

shopify-payment-terms {
  display: none;
}

/* .product__title{
    margin: 0 !important;
  } */

.product__title h1 {
  margin: 12px 0 20px;
  font-weight: 600;
  font-size: 34px;
  line-height: 47px;
  color: #2B2424;
  font-family: 'Manrope';
}

.product__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #685A5C;
  font-family: 'Tiempos-Italic-light';
}

.form__wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product-form__submit,
.quick-add__submit {
  margin: 0;
}

.price-item--regular {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #685A5C;
  font-family: 'Manrope';
  margin-right: 16px !important;
}

.price-item--sale {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #685A5C;
  font-family: 'Manrope';
}

.quantity {
  border: 1px solid #ECEAEB;
  border-radius: 5px;
  margin-right: 15px;
}

.qty_btn {
  display: flex;
  align-items: flex-end;
}

.qty_btn.custom-btn > div{
  width: 100%;
}

.product-form__submit,
.quick-add__submit {
  margin: 0;
  background: #C56F5C;
  border-radius: 5px;
  border: 0;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: 'Manrope';
  padding: 20.5px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-grow: 1;
  text-decoration: none;
}

.video__section__heading {
  margin: 0 0 50px;
  font-weight: 600;
  font-size: 64px;
  line-height: 70px;
  color: #FFFFFF;
  font-family: 'Manrope';
}

.video__section__heading p {
  margin: 0;
}

.text-video__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.text-video {
  padding: 0 0 150px;
  margin-top: 150px;
}

.text__wrapper__text {
  max-width: 496px;
}

.video__section__description {
  margin: 0 0 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
  opacity: 0.7;
  font-family: 'Manrope';
}

.video__wrapper {
  margin-top: -90px;
  width: 51%;
}

.video__wrapper iframe {
  border: 0;
  width: 100%;
  height: 688px;
}

.video__section__button {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 21px 47px;
  background: #245A66;
  border-radius: 5px;
  display: inline-block;
  font-family: 'Manrope';
  font-size: 14px;
  line-height: normal;
  transition: .1s all linear;
}

.video__section__button:hover {
  background: #1D4852;
}

.text-video__inner {
  max-width: 1346px;
  margin: 0 auto;
}

.video__section__heading strong {
  font-family: 'Tiempos-Italic';
}

/* 404 */

.template-404 {
  position: relative;
}

.template-404 img {
  width: 100%;
  display: block;
  min-height: 534px;
  object-fit: cover;
}

.content_404_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.title__404 {
  font-weight: 600;
  font-size: 64px;
  line-height: 70px;
  text-align: center;
  color: #2B2424;
  font-family: 'Manrope';
  margin: 10px 0 50px;
  white-space: nowrap;
}

.subheading__404 {
  margin: 0;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #2B2424;
  font-family: 'Tiempos-Italic-light';
}

.button__404 {
  padding: 21px 47px;
  background: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #2B2424;
  text-decoration: none;
  font-family: 'Manrope';
  border-radius: 5px;
  display: inline-block;
  transition: .1s all linear;
}

.button__404:hover {
  color: #C56F5C;
}

.blocks__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: -30px -15px;
}

.previous__boxes .box__description {
  margin-bottom: 0;
}

.collage__wrapper__heading .collage__head {
  max-width: 504px;
  margin: 98px 0;
}

.collage__wrapper__heading .collage__heading {
  text-align: left;
  font-size: 54px;
}

.collage__wrapper__heading .collage__description {
  text-align: left;
  margin: 0;
}

.collage__wrapper__heading .boxes__products {
  display: block;
}

.boxes__prod__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.collage__wrpper.collage__wrapper__heading {
  background: #fff;
  padding: 100px 0 0;
}

.collage__wrapper__heading .box__wrapper:first-child {
  margin-bottom: 0;
}

.show__mobile {
  display: none;
}

/* Collection page */
.collection__index {
  position: relative;
}

.collection__index img {
  width: 100%;
  display: block;
  min-height: 461px;
  object-fit: cover;
}

.collection__indexdescription {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 84px;
  left: 50%;
  transform: translate(-50%);
  align-items: flex-end;
}

.collection__title {
  margin: 0 0 50px;
  font-size: 64px;
  line-height: 70px;
  font-family: Manrope;
  font-weight: 600;
  color: #2b2424;
  max-width: 496px;
}

.collection__title strong {
  font-family: 'Tiempos-Italic';
}

.index__Wrapper__right {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #685A5C;
  max-width: 265px;
}

.contact__wrap {
  display: flex;
}

.right__help__wrapper {
  max-width: 275px;
  font-family: 'Manrope';
  margin-left: 130px;
}

.info__head {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #B3ADAD;
  display: block;
}

.info__info p {
  margin: 0;
}

.info__info {
  margin: 12px 0 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #2B2424;
  display: block;
}

.info__subinfo {
  font-size: 16px;
  color: #B3ADAD;
}

.info__wrapper>div+div {
  margin-top: 40px;
}

.left__help__wrapper .subheading {
  margin-bottom: 50px;
}

.account__popup__wrapper {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  /* top: 134px; */
  display: none;
  z-index: 10;
}

/* .shopify-section-header-sticky ~ .account__popup__wrapper{
    top: 90px;
  } */

.account__popup__wrapper.open {
  display: block;
}

.account__popup {
  max-width: 320px;
  border-radius: 6px;
  position: absolute;
  right: 7%;
  margin-top: 4px;
  overflow: hidden;
}

.bottom__links {
  border-top: 1px solid rgba(43, 36, 36, .1);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 22px 16px;
}

.bottom__links a {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #685A5C;
  text-decoration: none;
  font-family: 'Manrope';
  display: block;
  transition: .1s all linear;
}

.bottom__links a+a {
  margin-top: 20px;
}

.bottom__links a:hover {
  color: #2B2424;
}

.account__overlay {
  background: #333333;
  opacity: 0.3;
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}

.top__buttons {
  display: flex;
  flex-direction: column;
  background: #FCF5F0;
  padding: 16px;
}

.button__account {
  width: 288px;
  padding: 15.5px;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Manrope';
  display: block;
  transition: .1s all linear;
}

.orange {
  background-color: #C56F5C;
  color: #fff;
}

.orange:hover {
  background: #9E594A;
}

.pink {
  background-color: #F4DFCE;
  color: #2B2424;
}

.pink:hover {
  background: #E6BDAC;
}

.top__buttons>a+a {
  margin-top: 16px;
}

.header__background .header-wrapper {
  background-color: #fcf5f0;
}

.description_policy a {
  color: #B3ADAD;
}

/* Login page */

.page-login .content-for-layout,
.page-register .content-for-layout,
.page-reset_password .content-for-layout {
  margin-top: 0 !important;
}

.page-login .header-wrapper,
.page-register .header-wrapper,
.page-reset_password .header-wrapper {
  background-color: #FCF5F0;
  border-bottom: 1px solid rgba(43, 36, 36, .1);
}

.page-login #MainContent,
.page-register #MainContent,
.page-reset_password #MainContent {
  background-color: #FCF5F0;
}

.customer.login,
.customer.register,
.customer.reset-password{
  background-color: #fff;
  border-radius: 20px;
  max-width: 530px !important;
  padding: 77px 88px !important;
}



#recover,
#login,
.customer.register h1,
.customer.reset-password h1 {
  font-weight: 600;
  font-size: 34px;
  line-height: 47px;
  font-family: 'Manrope';
  color: #2B2424;
  margin: 0 0 20px;
  text-align: center;
}

.customer.reset-password button {
  margin-bottom: 0 !important;
}

.customer button {
  margin: 20px 0 36px !important;
  width: 100%;
  padding: 18px;
  border: 0;
  background: #C56F5C;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: 'Manrope';
  transition: .1s all linear;
}

.customer button:hover {
  background: #9E594A;
}

.customer input {
  border: 1px solid #ECEAEB;
  border-radius: 5px;
  padding: 14px 22px;
  font-size: 14px !important;
  line-height: 24px !important;
  font-family: 'Manrope';
  width: 100%;
}

.loginbottom__links a {
  display: inline !important;
  margin: 0 !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #685A5C;
  text-decoration: none;
  font-family: 'Manrope';
}

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

.customer form {
  margin-top: 3rem !important;
}

.description__login {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #8E8385;
  font-family: 'Manrope';
}

.description_policy {
  margin: 2rem 0 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #8e8385;
  font-family: Manrope;
}

.accepts-marketing {
  text-align: left;
  margin-bottom: 33px;
  padding-bottom: 33px;
  border-bottom: 1px solid #ECEAEB;
}

.accepts-marketing__label {
  padding-left: 35px;
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #2B2424;
  font-family: 'Manrope';
  position: relative;
}

label.accepts-marketing__label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #D9D6D6;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 2px;
}


/* Policies page */
.page__our-policies .content-for-layout {
  margin-top: 0 !important;
}

.page__our-policies .header-wrapper {
  border-bottom: 1px solid rgba(43, 36, 36, .1);
}

.policy-width {
  max-width: 1330px;
  margin: 0 auto;
}

h1.policy-heading {
  font-weight: 600;
  font-size: 64px;
  line-height: 70px;
  color: #2B2424;
  font-family: 'Manrope';
  margin: 60px 0 70px;
  border-bottom: 1px solid #ECEAEB;
  padding-bottom: 60px;
}

.policy__wrapper {
  display: flex;
}

.policy__content__wrapper {
  margin-left: 90px;
}

h2.policy__title {
  margin: 0 0 50px;
  font-weight: 600;
  font-size: 38px;
  line-height: 52px;
  color: #2B2424;
  font-family: 'Manrope';
}

.policy__nav__item {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #8E8385;
  text-decoration: none;
  font-family: 'Manrope';
  padding: 10px 20px;
  display: block;
  border-radius: 60px;
  white-space: nowrap;
  transition: .1s border color liner;
}

.policy__nav__item:hover {
  padding: 9px 19px;
  border: 1px solid #D9D6D6;
  color: #2B2424;
}

.policy__nav__item.active {
  background: rgba(236, 234, 235, 0.5);
  color: #2B2424;
}

.policy__content__wrapper p {
  margin: 2rem 0;
  color: #685a5c !important;
  font-weight: 500;
  font-size: 18px !important;
  line-height: 30px !important;
  font-family: Manrope !important;
}

.policy__content__innerwrapper {
  display: none;
}

.policy__content__innerwrapper.active__content {
  display: block;
}

.policy__nav__item+.policy__nav__item {
  margin-top: 8px;
}

.description__container {
  display: flex;
  padding: 120px 0;
}

.description__wrapper {
  max-width: 795px;
  width: 100%;
}

.description__heading {
  margin: 0 0 50px;
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  color: #2B2424;
  font-family: 'Manrope';
}

.advantage__heading {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #2B2424;
  font-family: 'Manrope';
  margin: 0 0 20px;
}

.prod__tags__wrap .tag__item {
  display: block;
  padding: 8px 18px;
  background: rgba(236, 234, 235, 0.5);
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #2B2424;
  font-family: 'Manrope';
  margin: 3px;
}

.prod__tags__wrap {
  display: flex;
  margin: -3px;
  flex-wrap: wrap;
}

.advantages__wrap+.advantages__wrap {
  margin-top: 84px;
}

.accordion__item {
  padding: 30px 0;
  border-bottom: 1px solid #ECEAEB;
}

.accordion__item:first-child {
  border-top: 1px solid #ECEAEB;
}

.accordion__head {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #2B2424;
  font-family: 'Manrope';
}

.advantages__wrapper {
  margin-left: 138px;
  min-width: 440px;
}

.labels__images__wraper>img+img {
  margin-left: 30px;
}

.acordion__icon .minus {
  display: none;
}

.accordion__head__wrapper.active__accordion .minus {
  display: block;
}

.accordion__head__wrapper.active__accordion .acordion__icon {
  background-color: #f4dfce;
}

.accordion__head__wrapper.active__accordion .plus {
  display: none;
}

.accordion__head__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.accordion__description {
  padding: 50px 0 20px;
  border-top: 1px solid #F4DFCE;
  margin-top: 30px;
  display: none;
  font-family: 'Manrope';
}

.accordion__description strong {
  font-weight: 700 !important;
}

.accordion__head__wrapper.active__accordion+.accordion__description {
  display: block;
}


/* Blog page */

.index__wrapper {
  position: relative;
}

.indextext__wrapper {
  max-width: 1398px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 75px;
}

.blogtags__wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1398px;
  width: 100%;
  position: absolute;
  padding: 0 75px;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.blogtags__wrapper a {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #2B2424;
  text-decoration: none;
  font-family: 'Manrope';
  padding-bottom: 26px;
}

.blogtags__wrapper a.active_tag {
  border-bottom: 2px solid;
}

.blog__heaing {
  font-weight: 600;
  font-size: 64px;
  line-height: 70px;
  color: #2B2424;
  font-family: 'Manrope';
}

.blog__heaing strong {
  font-family: 'Tiempos-Italic';
}

.rticles__wrapper__outer {
  padding: 100px 0 130px;
  display: flex;
  justify-content: center;
}

.latest__articles {
  max-width: 397px;
  background: #FCF5F0;
  border-radius: 20px;
  padding: 40px;
  margin-left: 44px;
  flex-shrink: 0;
}

.latestarticle__wrapper {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  border-bottom: 1px solid rgba(42, 36, 36, 0.1);
}

.latest_article a {
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #2B2424;
  font-family: 'Manrope';
  margin-top: 12px;
  display: block;
  transition: .1s all linear;
}

.latest_article a:hover {
  color: #8e8385;
}

.date-time {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #8E8385;
  font-family: 'Manrope';
}

h4.latest__heading {
  margin: 0 0 12px;
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  color: #2B2424;
  font-family: 'Manrope';
  display: flex;
  align-items: center;
}

.line {
  height: 2px;
  background: rgba(42, 36, 36, 0.1);
  flex-grow: 1;
  margin-left: 30px;
}

.blog__section__heading {
  margin: 0 0 50px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 34px;
  line-height: 47px;
  color: #2B2424;
  font-family: 'Manrope';
  text-transform: capitalize;
}

.wrapper__articles {
  flex-grow: 1;
  max-width: 1120px;
}

.wrapper__articles.tagged {
  max-width: unset;
}

.wrapper__articles.tagged .week__articles {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.wrapper__articles.tagged .heading__link {
  display: none;
}

.heading__link {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #8E8385;
  margin-left: 30px;
  font-family: 'Manrope';
  text-decoration: none;
  padding-bottom: 6px;
  border-bottom: 2px solid;
  transition: .1s all linear;
}

.heading__link:hover {
  color: #2B2424;
}

.week__articles {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: -30px -15px;
}

.card__article__wrapper {
  margin: 30px 15px;
  display: flex;
  flex-direction: column;
}

.article__info__description {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.article__img_card a {
  overflow: hidden;
  border-radius: 20px;
  display: block;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.card__article__wrapper .article__imgwrapper {
  transition: .2s all linear;
}

.card__article__wrapper:hover .article__imgwrapper {
  transform: scale(1.1);
}

.article__imgwrapper {
  width: 100%;
  padding-top: 100%;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 20px;
}

.card__article__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #2B2424;
  text-decoration: none;
  font-family: 'Manrope';
  margin-top: 26px;
  margin-bottom: 12px;
  transition: .1s all linear;
}

.card__article__title:hover {
  color: #8e8385;
}

.article__cart__description {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #8E8385;
  font-family: 'Manrope';
  margin-bottom: 26px;
}

.latest__link {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #2B2424;
  font-family: 'Manrope';
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
  padding-bottom: 6px;
  border-bottom: 2px solid;
}

.text__video__wrapper__inner {
  padding: 100px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1346px;
  margin: 0 auto;
}

.text__video__wrapper {
  background-size: cover !important;
}

.text__video__subheading {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #245A66;
  font-family: 'Tiempos-Italic-light';
}

.text__video__heading {
  margin: 10px 0 40px;
  max-width: 496px;
  font-weight: 600;
  font-size: 34px;
  line-height: 47px;
  color: #2B2424;
  font-family: 'Manrope';
}

.text__video__description {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #685A5C;
  font-family: 'Manrope';
}

.text__video__button {
  margin-top: 40px;
  display: inline-block;
  padding: 21px 47px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: 'Manrope';
  background: #245A66;
  border-radius: 5px;
  transition: .1s all linear;
}

.text__video__button:hover {
  background: #1D4852;
}

.blog_featured_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: -30px -15px;
}

.subscribe__img__wrap img {
    margin: 0 auto 30px;
    border-radius:20px;
    max-width:300px;
}

.blog_featured_wrapper__outer {
  background: #FCF5F0;
  border-radius: 40px;
  padding: 50px;
  margin: 120px 0;
}

.featured__articles__heading {
  margin: 0 0 50px;
  text-align: center;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 54px;
  line-height: 74px;
  color: #2B2424;
}

.featured__articles__heading strong {
  font-family: 'Tiempos-Italic';
}

.featured__articles__heading p {
  margin: 0;
}

.newsletter__wrapper .content__wrapper {
  padding: 160px 0;
}

.newsletter__wrapper .gift__heading {
  max-width: 715px;
}

.newsletter-form__button {
  padding: 20px 50px;
  border: 0;
  background: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #2B2424;
  font-family: 'Manrope';
  margin-left: 10px;
  transition: .1s all linear;
}

.newsletter-form__button:hover {
  color: #C56F5C;
}

.newsletter-form__field-wrapper input::placeholder {
  color: #fff;
  opacity: .4;
}

.newsletter-form__field-wrapper input {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  border: 0;
  padding: 16.5px 20px;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  font-family: 'Manrope';
}

.spotlight__wrapper__outer {
  margin-bottom: 120px;
}

.spotligght__items__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: -15px;
}

.spotlight__item__image img {
  min-height: 300px;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}

.spotlight__info_wrapper {
  display: flex;
  flex-direction: column;
  padding: 60px 20px 30px;
  border-radius: 20px;
  margin-top: -20px;
  z-index: 1;
  position: relative;
  height: 100%;
}

.avatar__wrap {
  position: absolute;
  top: -40px;
}

.spotlight__item__wrapper {
  display: flex;
  flex-direction: column;
  margin: 15px;
}

.spotlight__info_wrapper .card__article__title {
  margin-top: 0;
}

.blog__heaing p {
  margin: 0;
}

.inside_products {
  padding: 30px 0;
  margin: 30px 0 0 !important;
  border-top: 1px solid #ECEAEB;
}

.inside_product_item img {
  max-width: 100%;
  display: block;
  border-radius: 10px;
}

.inside_product_item {
  max-width: 23%;
}

.inside_product_item+.inside_product_item {
  margin-left: 2%;
}

.inside_product_item:nth-child(5) {
  margin-left: 0;
}

.inside_products {
  display: flex;
  flex-wrap: wrap;
}

.inside__prod__title {
  display: block;
  text-decoration: 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 19px;
  color: #2B2424;
  font-family: 'Manrope';
  margin: 12px 0;
}

.inside__price {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #8E8385;
  font-family: 'Manrope';
}

.short__description {
  margin: 0 0 30px !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #8E8385;
  font-family: 'Manrope';
}

.short__description a {
  color: #8E8385;
}

.product__details {
  padding: 0;
  margin: 0;
}

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

.details__prod__description {
  max-width: 413px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #8E8385;
  font-family: 'Manrope';
}

.details__prod__description p:first-child {
  margin-top: 0;
}

.page-product.template- .details__prod__description {
  max-width: unset;
}

.short__description strong {
  font-size: 16px;
  color: #2B2424;
}

.details_product_item+.details_product_item {
  margin-top: 50px;
}

.details__prod__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #2B2424;
  font-family: 'Manrope';
}

.how_to_wrapper {
  margin-left: 56px;
}

.instruction__item {
  font-size: 16px;
  line-height: 26px;
  font-family: 'Manrope';
}

.instruction__item+.instruction__item {
  margin-top: 26px;
}

.instructionHeading {
  text-transform: uppercase;
  font-weight: 600;
  color: #2B2424;
}

.instruction {
  color: rgba(142, 131, 133, 1);
  font-weight: 500;
}

.instruction a,
.details__prod__description a {
  color: rgba(142, 131, 133, 1);
}

.left_button__wrapper {
  align-self: flex-end;
}

.instruction strong,
.details__prod__description strong {
  font-weight: 700 !important;
}

.left_button__wrapper a {
  display: inline-block;
  padding: 21px 47px;
  text-decoration: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: 'Manrope';
  color: #fff;
  background: #245A66;
  border-radius: 5px;
  margin-top: 30px;
}

.button__subheading {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #8E8385;
  font-family: 'Manrope';
}

.left_button__wrapper {
  max-width: 225px;
}

.price-wrap {
  font-weight: 600;
  font-size: 16.1538px;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #685A5C;
  font-family: 'Manrope';
  margin-top: 16px;
}

.inside_products {
  display: none;
}

.price__container {
  margin-bottom: 20px;
}

.qty_btn {
  margin-top: 50px;
}

.qty_btn {
  column-gap: 10px;
  row-gap: 10px;
}

/* article page */

.article-width {
  max-width: 1560px;
  margin: 0 auto;
}

.article__banner img {
  max-width: 100%;
  display: block;
  border-radius: 30px;
}

.page-article #MainContent {
  margin-top: 0;
  /* border-top: 1px solid rgba(43, 36, 36, .1); */
  padding-top: 50px;
}

.main__article__wrapper {
  margin-top: 70px;
  margin-bottom: 120px;
}

.article__content__wrapper {
  max-width: 49%;
  margin: 0 auto;
}

.article__content__wrapper ul,
.article__content__wrapper ol {
  font-size: 18px;
  line-height: 30px;
  font-family: "Manrope";
}

.article__content__wrapper blockquote {
  padding-left: 40px;
  margin-left: 0;
  color: #C56F5C;
  font-size: 22px;
  line-height: 36px;
  font-style: initial;
  font-family: 'Manrope';
  border-color: #C56F5C;
  border-width: 4px;
  width: 100%;
}

.article__content__wrapper h4 {
  font-family: 'Manrope';
  font-weight: 600;
  font-size: 20px;
}

.article__content__wrapper h5 {
  font-family: 'Manrope';
  font-weight: 600;
  font-size: 18px;
}

.article__content__wrapper h6 {
  font-family: 'Manrope';
  font-weight: 600;
  font-size: 16px;
}

.content__head .article__tag {
  margin-top: 0;
  margin-bottom: 20px;
}

.main_article_heading {
  margin: 0 0 20px;
  font-weight: 600;
  font-size: 38px;
  line-height: 52px;
  color: #2B2424;
  font-family: 'Manrope';
}

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

.main__article__info .date {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #B3ADAD;
  font-family: 'Manrope';
}

.main__article__info .author {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #2B2424;
  font-family: 'Manrope';
  display: none;
}

.content__head {
  margin-bottom: 70px;
}

.leftwrapper {
  position: sticky;
  max-width: 16.5%;
  width: 100%;
  padding: 30px;
  background: #FCF5F0;
  border-radius: 20px;
  top: 138px;
  float: left;
}

.esential__text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #8E8385;
  font-family: 'Manrope';
}

.esential__heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #2B2424;
  font-family: 'Manrope';
  margin-bottom: 20px;
}

.next_prev {
  display: flex;
  align-items: center;
  padding-top: 30px;
  border-top: 1px solid rgba(236, 234, 235, 1);
  margin-top: 70px;
}

.next_prev a {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #2B2424;
  text-decoration: none;
  font-family: 'Manrope';
  display: flex;
  align-items: center;
}

.next_prev span {
  margin: 0 12px;
}

.next_prev a:last-child {
  margin-left: auto;
}

.content__footer .article__tag {
  margin-top: 0;
}

.tags__heading {
  display: block;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  color: #2B2424;
  font-family: 'Manrope';
  margin-top: 70px;
}

.article__content__container a {
  text-decoration: underline;
  color: #C56F5C !important;
}

.article__content__container p,
.article__content__container a {
  font-family: 'Manrope';
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #685A5C;
}

.article__content__container img {
  width: 100%;
  object-fit: contain;
}

.article__content__container h2 {
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  color: #2B2424;
  font-family: 'Manrope';
  margin: 70px 0 40px;
}

.article__content__container h3,
.article__content__container h3 a {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #2B2424;
  font-family: 'Manrope';
  margin: 36px 0 20px;
}

.prod__card__img img {
  max-width: 100%;
  display: block;
  border-radius: 20px 20px 0px 0px;
}

.product__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: -20px -15px;
}

.prod__card {
  margin: 20px 15px;
  display: flex;
  flex-direction: column;
}

.description__prod {
  background: #FCF5F0;
  border-radius: 20px;
  padding: 30px;
  margin-top: -20px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}

.card__description {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #8E8385;
  font-family: 'Manrope';
}

.description__prod .article__prod__heading {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #2B2424;
  text-decoration: none;
  font-family: 'Manrope';
}

.card__vendor {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #685A5C;
  font-family: 'Tiempos-Italic-light';
  margin-bottom: 8px;
  display: block;
}

.prod__learn__more {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #8E8385;
  font-family: 'Manrope';
  text-decoration: none;
  border-bottom: 1px solid;
  padding-bottom: 6px;
  margin-top: 26px;
}

.card__description {
  margin-bottom: auto;
}

.article__products__heading {
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  color: #2B2424;
  font-family: 'Manrope';
  margin: 70px 0 40px;
}

.article__products__subheading {
  font-family: 'Manrope';
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #685A5C;
  margin-bottom: 40px;
}

.subscribe__wrapper {
  border-radius: 20px;
  padding: 50px 40px;
  position: relative;
  margin: 40px 0 0;
}

.subscribe__heading p {
  margin: 0;
}

.subscribe__heading {
  margin: 0 0 30px;
  font-weight: 600;
  font-size: 38px;
  line-height: 52px;
  color: #FFFFFF;
  font-family: 'Manrope';
}

.subscribe__heading strong {
  font-family: 'Tiempos-Italic';
}

.subscribe__subheading {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  opacity: 0.7;
  font-family: 'Manrope';
  margin-bottom: 30px;
}

.subscribe__btn {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: 'Manrope';
  text-decoration: none;
  padding: 21px 47px;
  display: inline-block;
  background: #844538;
  border-radius: 5px;
}

.subscribe__text__wrapper {
  max-width: 48%;
}

.subscribe__img__wrap {
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
}
.subscribe__img__wrap img {
    border-radius:20px;
  }


.page-article .shopify-section-header-hidden,
.page-blog .shopify-section-header-hidden {
  transform: unset;
}

.page-article .header-wrapper {
  border-bottom: 1px solid #D9D6D6;
}

.page-article .shopify-section-header-sticky .header-wrapper,
.page-blog .shopify-section-header-sticky .header-wrapper {
  background: #fff !important;
  border-bottom: 1px solid #D9D6D6;
}

.scroll__nav a {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #B3ADAD;
  text-decoration: none;
  font-family: 'Manrope';
  padding-bottom: 17px;
  white-space: nowrap;
}

.scroll__nav a.active_tag {
  color: #2B2424;
  border-bottom: 2px solid;
}



/* Podcast page */

.page__podcast-page .content-for-layout {
  margin-top: 0;
  border-top: 1px solid rgba(43, 36, 36, .1);
}

.podcast_index_section {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(43, 36, 36, 0.1);
}

.podcast__img__wrapper img {
  width: 100%;
  display: block;
}

.podcast__index__wrapper {
  width: 50%;
}

.podcast__img__wrapper {
  width: 50%;
}

.podcasts__index__wrapper__inner {
  max-width: 528px;
  margin: 0 50px 0 180px;
}

.podcasts__heading {
  margin: 0 0 60px;
  font-weight: 600;
  font-size: 64px;
  line-height: 109.3%;
  color: #2B2424;
  font-family: 'Manrope';
  position: relative;
}

.podcasts__heading svg {
  z-index: -1;
  position: absolute;
  margin-left: -15px;
}

.podcasts__subheading {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #2B2424;
  font-family: 'Tiempos-Italic-light';
  margin-bottom: 20px;
}

.podcasts__description {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #8E8385;
  font-family: 'Manrope';
}

.podcasts__btn {
  background: #C56F5C;
  border-radius: 5px;
  padding: 21px 47px;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  font-family: 'Manrope';
  margin-top: 50px;
  transition: .1s all linear;
}

.podcasts__btn:hover {
  background: #9E594A;
}

.listen__wrapper {
  background-color: rgba(236, 234, 235, .5);
  padding: 65px 0;
}

.liste__container {
  display: flex;
}

.listen__content {
  margin-left: 35px;
  margin-right: 35px;
}

.wrapper__services {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: -10px;
}

.service__item {
  margin: 10px;
}

.service__item a {
  display: flex;
  padding: 0 25px;
  height: 60px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 5px;
  align-items: center;
  text-decoration: none;
}

.service__img {
  line-height: 1;
}

.heading__services {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #828282;
  font-family: 'Manrope';
  margin-bottom: 40px;
}

.service__name {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #333333;
  font-family: 'Manrope';
  margin-left: 15px;
  transition: .1s all linear;
}

.service__item path {
  transition: .1s all linear;
}

.service__item:hover .service__name,
.service__item:hover path:first-child {
  color: #685A5C;
  fill: #685A5C;
}

.newsletter_listen_wrapper {
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
  margin-left: auto;
  max-width: 35%;
  display: none;
  /* Podcast Email List */
}

.newsletter_listen_wrapper .newsletter-form__button {
  background-color: #C56F5C;
  color: #fff;
}

.newsletter__heading {
  max-width: 560px;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #8E8385;
  font-family: 'Manrope';
  margin-bottom: 20px;
}

.newsletter_listen_wrapper .newsletter-form__field-wrapper .field {
  display: flex;
}

.newsletter_listen_wrapper .newsletter-form__field-wrapper input {
  background-color: rgba(236, 234, 235, .5);
  color: #B3ADAD;
  flex-grow: 1;
  max-width: 50%;
}

.newsletter_listen_wrapper .newsletter-form__field-wrapper input::placeholder {
  color: #B3ADAD;
}

.featured_text_image {
  display: flex;
  align-items: center;
  max-width: 1296px;
  margin: 120px auto;
  justify-content: center;
}

.featured__content__wrapper {
  margin-left: 168px;
  max-width: 496px;
}

.featured__episode__heading {
  font-weight: 600;
  font-size: 34px;
  line-height: 47px;
  color: #2B2424;
  font-family: 'Manrope';
  margin: 10px 0 40px;
}

.featured__episode__subheading {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #8FA9A6;
  font-family: 'Tiempos-Italic-light';
}

.featured__episode__short__description span {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #B3ADAD;
  font-family: 'Manrope';
}

.featured__episode__short__description svg {
  margin: 0 10px;
}

.featured__episode__short__description {
  display: flex;
  align-items: center;
}

.featured__episode__description {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #8E8385;
  font-family: 'Manrope';
  margin-top: 20px;
}

.podcasts__wrapper {
  padding: 120px 0 140px;
}

.episode-img__wrapper {
  flex-shrink: 0;
}

.episode-img__wrapper img {
  border-radius: 20px;
  width: 280px;
}

.episode__wrapper {
  border: 1px solid #ECEAEB;
  border-radius: 30px;
  padding: 40px;
  display: flex;
}

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

.episode__content__wrapper {
  margin-left: 40px;
}

.episode__heading {
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  color: #2B2424;
  font-family: 'Manrope';
  margin: 12px 0 36px;
}

.episode__subheading {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #C56F5C;
  font-family: 'Tiempos-Italic-light';
  margin-bottom: 10px;
}

.episode__description {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 36px;
  color: #8E8385;
  font-family: 'Manrope';
}

.podcasts__subscription .gift__heading {
  font-size: 54px;
  line-height: 74px;
  max-width: 715px;
}

.podcasts__subscription .gift__description {
  max-width: 615px;
  opacity: .7;
}

.podcasts__subscription .gift__button {
  background-color: #fff;
  color: #2B2424;
}

.podcasts__subscription .gift__button:hover {
  color: #C56F5C;
}

.join__wrapper {
  display: flex;
  align-items: center;
  max-width: 1296px;
  padding: 140px 0;
  margin: 0 auto;
  justify-content: center;
}

.join__image {
  max-width: 632px;
}

.under_img__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #8E8385;
  font-family: 'Manrope';
  margin-top: 40px;
}

.join__description .step__info {
  max-width: unset;
}

.join__image {
  margin-left: auto;
}

.join__description {
  max-width: 500px;
}

.join__description .block__heading {
  max-width: 460px;
}

.join_subheading {
  margin-bottom: 50px;
}

.join__description .step__number {
  margin-left: 24px;
}

.join__description .steps__wrapper {
  margin-bottom: 50px;
}

.podcasters__heading p {
  margin: 0;
}

.podcasters__heading {
  margin: 0 auto 60px;
  max-width: 596px;
  text-align: center;
  color: #2B2424;
  font-weight: 600;
  font-size: 64px;
  line-height: 70px;
  font-family: 'Manrope';
}

.podcasters__heading strong {
  font-family: 'Tiempos-Italic';
}

.podcaster__wrapper {
  display: flex;
  max-width: 100%;
  /* max-width: fit-content; */
  align-items: flex-end;
}

.podcaster__wrapper.swiper-slide-active {
  max-width: 100%;
}

.podcaster__wrapper.swiper-slide-active~.podcaster__wrapper {
  max-width: fit-content;
}

.podcasters__wrapper {
  margin: 120px 0 160px;
}

.podcaster__wrapper.swiper-slide-active .podcaster__info {
  max-width: 450px;
  margin-bottom: 40px;
  margin-right: 80px;
  height: fit-content;
  transition: .5s all linear;
}

.podcaster__info {
  max-width: 0;
  height: 0;
  overflow: hidden;
}

.podcaster__image img {
  max-width: 100%;
  display: block;
  border-radius: 20px;
}

.podcaster__image {
  max-width: 235px;
  transition: .5s all linear;
}

.podcaster__slider {
  height: 500px;
}

.swiper-slide-active .podcaster__image {
  max-width: 500px;
  width: 100%;
}

.swiper-slide-active .podcaster__info {
  display: block;
}

.podcaster__name {
  font-weight: 600;
  font-size: 34px;
  line-height: 47px;
  color: #2B2424;
  font-family: 'Manrope';
  margin: 10px 0 30px;
}

.podcaster__subheading {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #D18E57;
  font-family: 'Tiempos-Italic-light';
}

.podcaster__description {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #8E8385;
  font-family: 'Manrope';
  margin-bottom: 50px;
}

.podcaster__description p {
  margin: 0;
}

.podcaster__slider {
  padding-right: 36% !important;
}

.podcaster__slider .swiper-wrapper {
  align-items: flex-end;
}

.arrows__nav {
  display: flex;
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 2;
}

.nav_right {
  margin-left: 45px;
}

.arrows__slider__wrapper {
  position: relative;
}

.arrows__nav .swiper-button-disabled path {
  fill: #D9D6D6;
}

.insta__link svg {
  width: 42px;
  height: 42px;
  display: block;
}

.rebuy-cart__flyout-item-media img,
.rebuy-cart__flyout-item-media video {
  border-radius: 10px;
}

.rebuy-widget .rebuy-product-grid.large-style-line .rebuy-product-block .rebuy-product-media img {
  border-radius: 10px;
}

.insta__link svg rect {
  fill: #C56F5C;
}

.insta__link path {
  fill: #fff;
}

.actions__btn {
  padding: 16px 28px;
  display: flex;
  align-items: center;
  border: 1px solid #D9D6D6;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #2B2424;
  font-family: 'Manrope';
  cursor: pointer;
  transition: .1s all linear;
  text-decoration: none;
}

.actions__btn+.actions__btn {
  margin-top: 18px;
}

.actions__btn svg {
  margin-right: 15px;
}

.actions__btn path {
  transition: .1s all linear;
}

.actions__btn:hover path {
  fill: #C56F5C;
}

.actions__btn:hover {
  color: #C56F5C;
}

.actions__wrapper {
  margin-left: 60px;
  display: flex;
  flex-direction: column;
  min-width: 180px;
}

.social__wrapper {
  margin-top: auto;
}

.links__head {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #2B2424;
  font-family: 'Manrope';
  display: block;
  margin-bottom: 16px;
}

.links__wrap {
  display: flex;
}

.links__wrap a {
  text-decoration: none;
}

.links__wrap a+a {
  margin-left: 20px;
}

.links__wrap a:hover path {
  transition: .1s all linear;
}

.links__wrap a:hover path {
  fill: #C56F5C;
}

.striming__wrapper {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.stream__platform__wrap {
  margin-left: 40px;
}

.head__stream {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #B3ADAD;
  font-family: 'Manrope';
  display: block;
  margin-bottom: 16px;
}

.icons__streaming {
  display: flex;
  align-items: center;
}

.icons__streaming a+a {
  margin-left: 20px;
}

.play__button {
  display: flex;
  align-items: center;
}

.rebuy-cart__flyout-header {
  padding: 16px 20px !important;
}

.rebuy-cart__flyout-title {
  text-transform: capitalize !important;
  font-family: 'Manrope' !important;
  font-size: 20px !important;
  color: #2B2424 !important;
  letter-spacing: normal !important;
}

.rebuy-cart__flyout-actions {
  margin-top: 20px !important;
}

.rebuy-cart__flyout-actions .rebuy-button span i {
  display: none !important;
}

.rebuy-cart__flyout-actions .rebuy-button span {
  font-family: 'Manrope' !important;
  letter-spacing: 0.05em;
  font-size: 14px;
}

#rebuy-widget-35652 .primary-title {
  letter-spacing: normal !important;
  color: #2B2424 !important;
}

.rebuy-cart__flyout-item-quantity-widget-button:hover {
  background-color: unset !important;
}

.rebuy-cart__flyout-subtotal {
  font-weight: 600 !important;
}

.rebuy-cart__flyout-actions .rebuy-button {
  padding: 16px !important;
  background: #C56F5C !important;
  border-radius: 5px !important;
}

.rebuy-cart__flyout-recommendations .rebuy-widget .rebuy-product-grid.large-style-line .rebuy-product-block .rebuy-product-actions .rebuy-button {}

.play__button svg {
  width: 12px;
  margin-right: 20px;
  display: block;
}

.icon_featured {
  display: none;
}

.icon_featured.active {
  display: block;
}

.header__progress {
  position: fixed;
  top: 90px;
  z-index: 10;
  width: 100%;
  background-color: transparent;
}

/* The progress container (grey background) */
.progress-container {
  width: 100%;
  height: 4px;
  background: transparent;
}

/* Boxes page */

.page__heading p {
  margin: 0;
}

.page__heading strong {
  font-family: 'Tiempos-Italic';
}

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

.page__past-boxes .page__description p {
  max-width: 416px;
}

.boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: -30px -15px;
}

.box {
  margin: 30px 15px;
  display: flex;
  flex-direction: column;
}

.box__img__wrapper a {
  overflow: hidden;
  border-radius: 20px;
  display: block;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.box__img__wrapper img {
  width: 100%;
  display: block;
  border-radius: 20px;
  transition: .2s all linear;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.box:hover img {
  transform: scale(1.1);
}

h2.year {
  margin: 0;
  font-weight: 600;
  font-size: 34px;
  line-height: 47px;
  color: #2B2424;
  font-family: 'Manrope';
}

.box_link {
  display: inline-block;
  margin-top: auto;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #8E8385;
  text-decoration: none;
  font-family: 'Manrope';
  padding-bottom: 6px;
  border-bottom: 1px solid;
}

.boxes__section__head {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.line__divider {
  height: 2px;
  flex-grow: 1;
  background: #ECEAEB;
  margin-left: 30px;
}

.past__boxes__wrapper {
  margin: 100px 0 120px;
}

.box__description__wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.month {
  font-family: 'Tiempos-Italic-light';
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #685A5C;
  margin-top: 26px;
}

h4.box__heading {
  margin: 12px 0 26px;
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  font-family: 'Manrope';
}

h4.box__heading a {
  color: #2B2424;
  text-decoration: none;
  transition: .1s color linear;
}

h4.box__heading a:hover {
  color: #8e8385;
}

.box__description {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #8E8385;
  font-family: 'Manrope';
  margin-bottom: 26px;
}

.boxes__inside {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 -25px;
}

.inside__boxes__wrapper {
  max-width: 1026px;
  margin: 0 auto 140px;
}

.inside_box__description {
  margin: 100px 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #685A5C;
  font-family: 'Manrope';
}

.boxes__inside .box {
  margin: 0 25px;
}

.index-button .page__heading .custom__button {
  margin-top: 50px;
}

.first__box__wrapper__inner {
  max-width: 1392px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.first__box__text p {
  margin: 0;
}

.first__box__text {
  margin: 0 0 30px;
  font-size: 64px;
  line-height: 70px;
  color: #2B2424;
  font-family: 'Manrope';
  font-weight: 600;
}

.first__box__text em {
  font-family: 'Tiempos-Italic';
}

.first__box__text strong {
  font-weight: 600;
  color: #D18E57;
}

.first__box__description {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #8E8385;
  font-family: 'Manrope';
  margin: 0 0 50px;
}

.first__box__text__wrapper {
  max-width: 496px;
}

.page__past-boxes .footer {
  background: #FCF5F0;
}

/* Collection page */

.selected-item .hidden-xs {
  display: none;
}

.gf-left .gf-option-block.is-collapsed .gf-block-title h3:after,
.gf-offcanvas .gf-option-block.is-collapsed .gf-block-title h3:after,
.gf-left .gf-option-block .gf-block-title h3:after,
.gf-offcanvas .gf-option-block .gf-block-title h3:after,
.gf-filter-contents .gf-clear {
  display: none;
}

.gf-block-title h3 {
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  color: #2B2424 !important;
  font-family: 'Manrope' !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: .1s all linear;
}

.gf-block-title:hover h3 {
  color: #C56F5C !important;
}

.gf-block-title .minus {
  display: block;
}

.gf-block-title .plus {
  display: none;
}

.is-collapsed .gf-block-title .plus {
  display: block;
}

.is-collapsed .gf-block-title .minus {
  display: none;
}

.gf-option-block {
  padding: 23px 0 !important;
  border-bottom: 1px solid #ECEAEB !important;
}

.gf-option-block:first-child {
  padding-top: 0 !important;
}

.gf-summary {
  display: none;
}

.card__inner {
  border-radius: 20px !important;
  overflow: hidden !important;
}

.card__information {
  padding-top: 3rem !important;
  padding-bottom: 0rem !important;
}

.card__heading {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #2B2424;
  font-family: 'Manrope';
  margin-bottom: 20px !important;
}

.card__information {
  display: flex;
  flex-direction: column;
}

.card-information {
  margin-top: auto;
}

.card-information .price__container {
  margin-bottom: 20px;
}

.prod__description {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #8E8385;
  font-family: 'Manrope';
}

.gf-Checkbox {
  display: none;
}

.sortby__custom {
  display: flex;
  align-items: center;
  padding: 16px 0;
  margin: 0 8px 16px;
  width: 100%;
  border-top: 1px solid #ECEAEB;
  border-bottom: 1px solid #ECEAEB;
}

.sortby__custom .filter {
  padding: 4px 12px;
  font-family: 'Manrope';
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-transform: capitalize;
  color: #8E8385;
  cursor: pointer;
  transition: .1s all linear;
}

.sortby__custom .filter:hover {
  color: #2B2424;
}

.sortby__custom .filter.active__filter {
  border: 1px solid #ECEAEB;
  border-radius: 20px;
  color: #2B2424;
}

.sortby__custom .filter+.filter {
  margin-left: 16px;
}

.sortby__head {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #8E8385;
  font-family: 'Manrope';
  margin-right: 28px;
}

.directions {
  margin-left: 28px;
  display: flex;
  align-items: center;
}

.direction__wrp {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ECEAEB;
  border-radius: 20px;
  cursor: pointer;
}

.direction__wrp.active__direction path {
  fill: #2B2424;
}

.direction__wrp.active__direction.disable {
  pointer-events: none;
  cursor: default;
}

.direction__wrp.active__direction.disable path {
  fill: #B3ADAD;
}

.direction__wrp path {
  fill: #B3ADAD;
}

.direction__wrp+.direction__wrp {
  margin-left: 4px;
}

.collection__description__inner {
  margin: 100px 0 80px;
  display: flex;
}

.collection-title {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  color: #2B2424;
  width: 20%;
}

.collection__title p {
  margin: 0;
}

.mobile__actions {
  display: none;
}

/* Brands page */


.brands__wrapper__outer {
  margin: 100px 0 120px;
}

.page__brands .filter {
  display: flex;
  padding: 40px 0;
  border-bottom: 1px solid #ECEAEB;
}

.filtered__letter+.filtered__letter {
  margin-left: 35px;
}

.filtered__letter {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #B3ADAD;
  font-family: 'Manrope';
  cursor: pointer;
}

.filtered__letter.active__filter {
  color: #2B2424;
}

.letter__items {
  display: flex;
  flex-wrap: wrap;
}

.brand__item {
  border: 1px solid #ECEAEB;
  border-radius: 10px;
  padding: 30px 0;
  max-width: 235px;
  width: 100%;
}

.letter__wrapper {
  margin: 40px 0 20px;
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  color: #2B2424;
  font-family: 'Manrope';
}

.brand__img img {
  max-width: 235px;
  display: block;
  max-height: 50px;
  width: 100%;
  object-fit: contain;
}

.brand__img {
  margin: 0 0 20px;
}

.brand__info {
  display: flex;
  align-items: baseline;
  justify-content: center;

}

.brand__title {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-align: right;
  color: #2B2424;
}

.letter__items a {
  text-decoration: none;
}

.brand__count {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-transform: capitalize;
  color: #B3ADAD;
  font-family: 'Manrope';
  margin-left: 4px;
}

.brand__item+.brand__item {
  margin-left: 30px;
}

.page__brands .page__description {
  max-width: 398px;
}

.search__brands input {
  width: 100%;
  border: 1px solid #ECEAEB;
  border-radius: 5px;
  padding: 17px 17px 17px 62px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Manrope';
}

.search__brands {
  position: relative;
}

.search__brands svg {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

/* EDUCATIONAL LANDING PAGES */
.template-lp-hello-sunshine .section-description__wrapper {margin-right:50px;}
.template-lp-hello-sunshine .section-description__wrapper li a {color:#d25f28;}
.template-lp-hello-sunshine .podcaster__subheading {font-size: 18px; color: #d25f29;}
.template-lp-hello-sunshine .podcasters__heading {max-width: 80%;}
.template-lp-hello-sunshine em {font-size: 16px; line-height: 22px; font-style: normal;}
.template-lp-hello-sunshine .podcasters__heading h2 {font-weight: 400; font-size: 52px; line-height: 60px; margin-bottom: 0; font-family: Tiempos-Italic-light;}
.template-lp-hello-sunshine .text-banner-inside-wrapper {display:block;}
.template-lp-hello-sunshine .ingredients_subheading {margin-bottom: 0;}
.template-lp-hello-sunshine .ingredients_heading p {font-size: 43px; line-height: 50px;}
.template-lp-hello-sunshine .description-section__description p strong {color: #121212;}
.template-lp-hello-sunshine .custom__button {background-color: #d15f28;}
.template-lp-hello-sunshine .text-banner-heading {font-size: 30px; text-align: center; font-family: Tiempos-Italic-light;}

@media screen and (max-width: 768px) {
.template-lp-hello-sunshine .podcasters__heading h2 {font-size: 36px; line-height: 46px;}
.template-lp-hello-sunshine .podcasters__heading p {margin: 0; line-height: 22px; margin-top: 12px;}
}

@media screen and (max-width: 415px) {
.template-lp-hello-sunshine .podcasters__heading h2 {font-size: 27px; line-height: 38px;}
.template-lp-hello-sunshine .text-banner-heading {margin-right:0;}
}

/* Subscription page */

.template-subscribe .reviewer__logo img {
  -webkit-filter: invert(100%);
  /* Safari/Chrome */
  filter: invert(100%);
}

.template-subscribe .review__wrapper p,
.template-subscribe h3.section__head {
  color: #fff;
}

.template-subscribe .swiper-pagination-bullet-active.swiper-pagination-bullet {
  background-color: #fff !important;
}

.template-subscribe .swiper-pagination-bullet {
  border: 1px solid #fff;
}

.template-monthly-subscription .reviewer__logo img {
  -webkit-filter: invert(100%);
  /* Safari/Chrome */
  filter: invert(100%);
}

.template-monthly-subscription .review__wrapper p,
.template-monthly-subscription h3.section__head {
  color: #fff;
}

.template-monthly-subscription .swiper-pagination-bullet-active.swiper-pagination-bullet {
  background-color: #fff !important;
}

.template-monthly-subscription .swiper-pagination-bullet {
  border: 1px solid #fff;
}

.subscription__without__steps .plan__wrapper {
  /* max-width: unset; */
  margin: 0 30px;
}

.subscription__without__steps .plans__wrapper {
  margin: 0 -30px;
}

.template-subscribe .block__heading {
  font-size: 38px;
  line-height: 52px;
}

.template-subscribe .block__heading strong {
  color: #D18E57;
}

.template-subscribe .step__info {
  max-width: 430px;
  margin-left: 24px;
  font-size: 18px;
  line-height: 30px;
}

.template-subscribe .step__info strong {
  font-weight: 700 !important;
}

.template-subscribe .steps__wrapper {
  margin-bottom: 50px;
}

.template-subscribe .images__text__wrapper {
  margin-top: 120px;
}

.template-subscribe .collage__heading {
  font-size: 38px;
  line-height: 52px;
}

.template-monthly-subscription .block__heading {
  font-size: 38px;
  line-height: 52px;
}

.template-monthly-subscription .block__heading strong {
  color: #D18E57;
}

.template-monthly-subscription .step__info {
  max-width: 430px;
  margin-left: 24px;
  font-size: 18px;
  line-height: 30px;
}

.template-monthly-subscription .step__info strong {
  font-weight: 700 !important;
}

.template-monthly-subscription .steps__wrapper {
  margin-bottom: 50px;
}

.template-monthly-subscription .images__text__wrapper {
  margin-top: 120px;
}

.template-monthly-subscription .collage__heading {
  font-size: 38px;
  line-height: 52px;
}


.images__text__wrapper__inner__subscribe {
  max-width: 1436px;
  padding: 0 70px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.quotes__content {
  font-weight: 600;
  font-size: 39px;
  line-height: 47px;
  color: #FCF5F0;
  font-family: 'Manrope';
  max-width: 496px;
  margin-bottom: 30px;
}

.quotes__content strong {
  font-family: 'Tiempos-Italic';
}

.quotes__content p {
  margin: 0;
}

.quotes__author {
  display: flex;
  align-items: center;
}

.quotes__author .text_authors {
  max-width: 159px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: 'Manrope';
}

#main-cart-footer {
  display: flex;
  align-items: flex-start;
  margin: 50px auto 120px;
}

.page-cart .content-for-layout {
  margin-top: 0 !important;
}

.page-cart .header-wrapper {
  background-color: #FCF5F0;
  border-bottom: 1px solid rgba(43, 36, 36, .1);
}

.page-cart #MainContent {
  background-color: #FCF5F0;
}

.cart__footer {
  margin-left: 86px;
}

.page-cart .title-wrapper-with-link {
  margin: 0;
  padding-bottom: 30px;
}

.wrapper__inner__cart {
  max-width: 1344px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.wrapper__inner__cart .title {
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  color: #2B2424;
  font-family: 'Manrope';
  text-transform: capitalize;
  display: flex;
  align-items: flex-start;
}

.wrapper__inner__cart .title span {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #B3ADAD;
  font-family: 'Manrope';
  margin-left: 8px;
}

.wrapper__inner__cart .title-wrapper-with-link a {
  line-height: 16px;
  text-align: right;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #B3ADAD;
  font-size: 12px;
  font-family: 'Manrope';
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid;
  padding-bottom: 6px;
}

.cart-item__media img {
  max-width: 100%;
  display: block;
  border-radius: 10px;
  min-height: 130px;
  object-fit: cover;
}

.cart-item__container {
  display: flex;
  width: 100%;
}

.cart-item__media {
  flex-shrink: 0;
}

.cart-item__totals {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cart-item__details {
  margin-left: 30px;
  display: flex;
  flex-direction: column;
}

.cart__vendor {
  margin: 0 0 8px;
  font-family: 'Tiempos-Italic-light';
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #8E8385;
}

.cart-item__details .h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #2B2424;
  text-decoration: none;
  font-family: 'Manrope';
}

.cart-item__quantity-wrapper {
  margin-top: auto;
}

.cart__items .cart__item__wrapper+.cart__item__wrapper {
  margin-top: 30px;
}

.cart-item__price-wrapper .price {
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #685A5C;
  font-size: 14px;
  font-family: 'Manrope';
  font-weight: 600;
}

.cart-item__quantity-wrapper .quantity {
  width: 84px;
  min-height: 35px;
}

.cart-item__quantity-wrapper .quantity__button {
  width: calc(2.5rem / var(--font-body-scale));
}

.totals__title {
  margin: 0 0 30px;
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  color: #2B2424;
  font-family: 'Manrope';
}

.tax-note {
  max-width: 385px;
  font-family: 'Manrope';
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #B3ADAD;
  margin: 14px 0 30px !important;
  text-align: left !important;
}

.cart__blocks .totals {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #2B2424;
  font-family: 'Manrope';
}

/* Added by Vaan for cart Bundler view */
.bundler-products {
  width: 100%;
  margin-top: 40px;
}

.bundler-product {
  display: flex;
  margin-top: 10px;
  padding: 10px;
  background-color: #FCF5F0;
  border-radius: 10px;
}

.bundler-cart-product-image {
  width: 60px;
  height: 60px;
  border-radius: 10px;
}

.bundler-desc {
  margin-left: 16px;
}

.bundler-cart-vendor-title {
  font-family: Tiempos-Italic-light;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  color: #8e8385;
}

.bundler-cart-product-title {
  color: #2b2424;
  text-decoration: none;
  font-family: Manrope;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-top: 0;
}


.cart__ctas button {
  width: 100%;
  background: #C56F5C;
  border-radius: 5px;
  border: 0;
  color: #fff;
  padding: 21px;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: 'Manrope';
}

.cart__payments {
  display: flex;
  gap: 0.5rem;
  margin-top: 30px !important;
}

.cart__payments__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.payment__heading {
  flex-shrink: 0;
  line-height: 11px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8E8385;
  font-size: 9px;
  font-family: 'Manrope';
}

.cart__payments .method svg {
  display: block;
}

.upsales__wrapper {
  width: 100%;
  margin-top: 50px;
}

.upsales__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #D9D6D6;
}

.upsales__headline {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #2B2424;
  font-family: 'Manrope';
}

.link__to__all {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-transform: capitalize;
  color: #8E8385;
  font-family: 'Manrope';
}

.link__to__all a {
  color: #2B2424;
}

.upsale__image {
  max-width: 106px;
}

.upsale__image img {
  max-width: 100%;
  display: block;
  border-radius: 6px;
}

.usale__product {
  display: flex;
  width: 50%;
  background-color: #fff;
  border-radius: 10px;
  padding: 16px;
}

.usale__product+.usale__product {
  margin-left: 20px;
}

.upsale__products {
  display: flex;
  margin-top: 30px;
}

.upsale__description {
  margin-left: 16px;
}

.upsale__vendor {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #8E8385;
  font-family: 'Tiempos-Italic-light';
  margin-bottom: 6px;
}

.upsale__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #2B2424;
  font-family: 'Manrope';
  text-decoration: none;
}

.upsale__description {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.upsale__bottom__info {
  margin-top: auto;
}

.upsale__price {
  font-weight: 600;
  font-size: 12.0992px;
  line-height: 17px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #685A5C;
  font-family: 'Manrope';
}

.usale__product .product-form__submit {
  padding: 10px 25px;
  max-width: 80px;
  background: #F4DFCE;
  color: #2B2424;
}

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

/* Refer a friend */

.page__refer-a-friend-1 .content-for-layout {
  margin-top: 0 !important;
}

.page__refer-a-friend-1 .header-wrapper {
  background-color: #FCF5F0;
  border-bottom: 1px solid rgba(43, 36, 36, .1);
}

.yotpo-inputs-container {
  flex-grow: 1;
}

.yotpo-input-example {
  display: none !important;
}

.yotpo-widget-referral-widget .yotpo-action-button-widget.yotpo-customer-share-button,
.yotpo-widget-referral-widget .yotpo-action-button-widget.yotpo-friends-share-button {
  margin-top: 0 !important;
}

.yotpo-widget-referral-widget .yotpo-referral-widget-form {
  margin-top: 50px !important;
}

.yotpo-widget-referral-widget .yotpo-referral-widget-form {
  flex-direction: row !important;
}

.yotpo-widget-referral-widget .yotpo-action-button-widget .yotpo-button-style {
  width: unset !important;
  box-sizing: border-box;
  border: 0 !important;
  padding: 20px 76px !important;
  background: #C56F5C !important;
  border-radius: 5px !important;
  height: 59px !important;
  margin-left: 10px;
  transition: .1s all linear;
}

.yotpo-widget-referral-widget .yotpo-action-button-widget .yotpo-button-style:hover {
  background: #9E594A !important;
}

.page__rewards .yotpo-widget-referral-widget .yotpo-action-button-widget .yotpo-button-style:hover {
  opacity: 1;
}

.page__rewards .yotpo-widget-referral-widget .yotpo-action-button-widget .yotpo-button-style:hover span {
  color: #9E594A !important;
}

.yotpo-input-label {
  display: none !important;
}

.yotpo-widget-referral-widget .yotpo-input-container .yotpo-input:focus {
  border: 1px solid #D0AB91 !important;
  box-shadow: unset !important;
  background: transparent !important;
}

.yotpo-widget-referral-widget .yotpo-action-button-widget .yotpo-button-style span {
  font-family: 'Manrope' !important;
  font-size: 14px !important;
  line-height: 19px !important;
  color: #fff !important;
  text-transform: uppercase !important;
}

#yotpoReferralTitleText {
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 64px !important;
  line-height: 70px !important;
  text-align: center !important;
  color: #2B2424 !important;
  font-family: 'Manrope' !important;
  padding-bottom: 30px !important;
}

#yotpoReferralDescriptionText {
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 26px !important;
  text-align: center !important;
  color: #8E8385 !important;
  font-family: 'Manrope' !important;
}

.yotpo-header-text {
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  text-align: center !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  color: #C56F5C !important;
  font-family: 'Manrope' !important;
  padding-bottom: 30px !important;
}

.yotpo-widget-referral-widget .yotpo-input-container .yotpo-input {
  height: 59px !important;
  border: 0 !important;
  background-color: rgba(104, 90, 92, 0.1) !important;
  border-radius: 5px !important;
  padding: 13px 20px !important;
  font-family: 'Manrope' !important;
}

li>button.yotpo-share-button-widget .yotpo-share-button-icons,
li>button.yotpo-share-button-widget .yotpo-share-button-txt {
  display: none !important;
}

.yotpo-widget-referral-widget li>button.yotpo-share-button-widget {
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #D9D6D6;
  border-radius: 50%;
  box-sizing: border-box;
}

.yotpo-copy-link .yotpo-share-button-icons {
  display: none !important;
}

.yotpo-copy-link .yotpo-share-button-txt {
  margin-left: 12px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  color: #685A5C !important;
  font-family: 'Manrope' !important;
}

.yotpo-copy-link {
  display: flex !important;
  align-items: center !important;
  height: 50px !important;
  border: 1px solid #D9D6D6 !important;
  border-radius: 5px !important;
  padding: 0 90px !important;
}

.yotpo-widget-referral-widget .yotpo-share-buttons-container {
  justify-content: space-between !important;
  margin: 60px auto 0 !important;
  border-top: 1px solid #D9D6D6;
  padding-top: 60px !important;
  width: 90% !important;
}

.yotpo-widget-referral-widget .yotpo-share-buttons-container:before {
  content: 'share refer link';
  position: absolute;
  top: -8px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #B3ADAD;
  font-family: 'Manrope';
  left: 50%;
  transform: translateX(-50%);
  padding: 0 10px;
  background: #FCF5F0;
}

.yotpo-widget-hero-section .yotpo-text-on-background .yotpo-text-container .yotpo-title {
  font-family: 'Manrope' !important;
  line-height: 70px !important;
}

/* Our standarts */

.img__advantages__wrapper {
  max-width: 1292px;
  margin: 100px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.advantages__wrapper__outer {
  max-width: 496px;
}

.advantages__wrapper__inner {
  display: flex;
  flex-wrap: wrap;
}

.icon__advantage {
  margin-right: 8px;
}

.icon__advantage svg {
  display: block;
}

.advantage {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  color: #245A66;
  font-family: 'Manrope';
  width: 50%;
  margin-top: 12px;
}

.advantages__subheading {
  margin: 16px 0 38px;
  color: #8E8385;
  font-size: 16px;
  font-family: 'Manrope';
  line-height: 26px;
}

.advantages__heading {
  font-size: 38px;
  line-height: 52px;
  font-weight: 600;
  font-family: 'Manrope';
  color: #2B2424;
  margin: 0;
}

.img__background__wrapper__inner {
  max-width: 1292px;
  margin: -50px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 150px 0 100px;
}

.stand__heading {
  font-size: 34px;
  line-height: 46px;
  color: #2B2424;
  font-family: 'Manrope';
  font-weight: 600;
  margin-bottom: 30px;
}

.stand__content {
  font-size: 16px;
  line-height: 26px;
  color: #8E8385;
  font-family: 'Manrope';
}

.stand__text {
  max-width: 530px;
}

.cart__empty-text {
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  color: #2B2424;
  font-family: 'Manrope';
  margin: 30px 0 12px !important;
}

.empty_subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #8E8385;
  font-family: 'Manrope';
}

.shop__all__btn {
  display: block;
  padding: 16px;
  background: #C56F5C;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: 'Manrope';
  margin: 20px 30px 22px;
}

cart-drawer-items.is-empty {
  display: none;
}

.cart-drawer__empty-content .upsales__product {
  /* margin-left: 0; */
  text-align: left;
}

.cart-drawer__warnings {
  height: 100%;
}

.cart-drawer__empty-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.log_in__drawer {
  display: block;
  margin: 0 30px 30px;
  border: 1px solid #D9D6D6;
  border-radius: 5px;
  padding: 16px;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #2B2424;
  font-family: 'Manrope';
  text-decoration: none;
}

.is-empty .cart__items__wrapper {
  background-color: transparent;
  padding: 0;
}

.cart__warnings {
  padding: 0 !important;
}

.is-empty .title-wrapper-with-link {
  display: none;
}

#main-cart-footer.is-empty {
  margin: 150px auto;
}

#main-cart-footer .cart__empty-text {
  margin: 0 !important;
}

.is-empty .upsales__wrapper {
  display: none;
}

.empty__upsales {
  max-width: 794px;
  margin: 12px auto 30px;
  text-align: left;
  padding-bottom: 30px;
  border-bottom: 1px solid #D9D6D6;
}

.empty__upsales .upsales__heading {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #8E8385;
  font-family: 'Manrope';
  padding-bottom: 0;
  border-bottom: 0;
}

.empty__upsales__headline {
  text-align: center;
}

.shop__all__empty {
  display: inline-block;
  background: #C56F5C;
  border-radius: 5px;
  padding: 16px 159px;
  display: inline-block;
  background: #C56F5C;
  border-radius: 5px;
  padding: 16px 159px;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: 'Manrope';
  text-decoration: none;
  margin-top: 20px;
}

.button__headline {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #8E8385;
  font-family: 'Manrope';
}

.revards__head {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%);
}

.page__description {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #685A5C;
  font-family: 'Manrope';
  max-width: 422px;
  margin: 30px 0 50px;
}

.custom__button.white__button {
  background: #FFFFFF;
  color: #2B2424;
}

.custom__button.white__button:hover {
  color: #C56F5C;
}

.buttons__sign__wrapper .custom__button {
  width: 172px;
  text-align: center;
}

.buttons__sign__wrapper .custom__button+.custom__button {
  margin-left: 10px;
}

.how-it-works-rewards {
  max-width: 1296px;
  margin: 100px auto 0;
  padding-bottom: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ECEAEB;
}

.heading_how_it {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #685A5C;
  font-family: 'Manrope';
}

.how__to__steps {
  margin: 50px 0;
}

.how_to_step {
  padding: 30px 0;
  border-bottom: 1px solid #ECEAEB;
}

.how_to_step:first-child {
  border-top: 1px solid #ECEAEB;
}

.how_t_step__number {
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  color: #2B2424;
  font-family: 'Tiempos-Italic-light';
}

.how_t_step__info {
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  color: #2B2424;
  font-family: 'Manrope';
  margin-left: 20px;
}

.how_to_use__heading {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #2B2424;
  font-family: 'Manrope';
}

.how_to_use__description {
  max-width: 567px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #8E8385;
  font-family: 'Manrope';
  margin-top: 12px;
}

.bottom__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
  font-family: 'Tiempos-Italic-light';
}

.log_in_bottom {
  background: #FFFFFF;
  border-radius: 5px;
  display: inline-block;
  padding: 21px 47px;
  margin-top: 44px;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #2B2424;
  font-family: 'Manrope';
  text-decoration: unset;
  transition: .1s all linear;
}

.log_in_bottom:hover {
  color: #C56F5C;
}

.rewards__club .plan__price {
  display: flex;
  align-items: flex-end;
}

.rewards__club .points {
  max-width: 50px;
  display: block;
  color: #FFFFFF;
  opacity: 0.6;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  margin-left: 6px;
}

.rewards__club .money__price {
  line-height: 50px;
}

.collage__description a {
  color: #2B2424;
  text-decoration: none;
}

.flexified-wrapper:not(.flexified-mobile).flexified-items-even .flexified-child {
  width: calc(25% - 30px * 0.75) !important;
  max-height: 264px !important;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px !important;
}

.yotpo-widget-campaign-widget-icon-container {
  height: 86px !important;
  margin: 0 auto 26px !important;
}

.yotpo-widget-campaign-widget .yotpo-widget-campaign-widget-container {
  max-width: 1712px !important;
  padding: 100px 75px 120px !important;
  width: unset !important;
}

.yotpo-widget-campaign-widget .yotpo-outer-tile {
  border: 0 !important;
  max-height: 264px;
  border-radius: 20px;
  overflow: hidden;
}

.flexified-wrapper:not(.flexified-mobile).flexified-items-odd .flexified-child {
  width: calc(33.33333% - 30px*0.66) !important;
  margin-bottom: 30px !important;
}

.yotpo-widget-campaign-widget .yotpo-title-text {
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 28px !important;
  text-align: center !important;
  color: #2B2424 !important;
  font-family: 'Manrope' !important;
  margin-bottom: 16px !important;
}

.yotpo-widget-campaign-widget .yotpo-description-text {
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  color: #B3ADAD !important;
  font-family: 'Manrope' !important;
}

.yotpo-widget-campaign-widget .yotpo-container-headline {
  font-weight: 600 !important;
  font-size: 64px !important;
  line-height: 109.3% !important;
  color: #2B2424 !important;
  padding-bottom: 69px !important;
}

.yotpo-widget-campaign-widget .yotpo-logged-out-tile {
  background: #F4DFCE !important;
}

.yotpo-widget-campaign-widget .flexified-items-even:not(.flexified-mobile) .yotpo-sign-up-button {
  margin-top: 0 !important;
}

.yotpo-widget-campaign-widget .yotpo-logged-out-tile .yotpo-action-button-widget .yotpo-button-style {
  padding: 14px 24px !important;
  background: #C56F5C !important;
  border-radius: 5px !important;
  margin-bottom: 30px !important;
  max-width: unset !important;
  width: unset !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  text-align: center !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  color: #FFFFFF !important;
  font-family: 'Manrope' !important;
  height: unset;
}

.yotpo-widget-campaign-widget .yotpo-logged-out-center-element {
  margin-top: 0 !important;
  color: unset !important;
}

.yotpo-widget-campaign-widget .yotpo-logged-out-center-element div {
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 26px !important;
  text-align: center !important;
  color: #685A5C !important;
  font-family: 'Manrope' !important;
}

.yotpo-widget-campaign-widget .yotpo-logged-out-center-element a {
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  color: #2B2424 !important;
  text-decoration: none !important;
}

.yotpo-coupons-redemption-widget .yotpo-coupouns-container {
  max-width: 1445px !important;
  padding: 0 75px !important;
}

.yotpo-coupons-redemption-widget .yotpo-no-background-type.yotpo-redemption-options-list {
  max-width: unset !important;
  margin-bottom: unset !important;
}

.yotpo-coupons-redemption-widget .yotpo-redemption-item {
  margin-bottom: 0 !important;
  border-radius: 20px;
}

.yotpo-redemption-options-list .yotpo-redemption-item+.yotpo-redemption-item {
  margin-left: 30px !important;
}

.yotpo-coupons-redemption-widget .yotpo-redemption-options-list {
  flex-wrap: nowrap !important;
}

.yotpo-coupons-redemption-widget .yotpo-redemption-option-container {
  padding: 40px !important;
  text-align: left;
}

.yotpo-coupons-redemption-widget .yotpo-redemption-option-reward {
  margin-top: 60px !important;
  padding-bottom: 20px !important;
  font-weight: 600 !important;
  font-size: 64px !important;
  font-family: 'Manrope' !important;
  line-height: 70px !important;
  color: #fff !important;
}

.signed-in .yotpo-coupons-redemption-widget .yotpo-redemption-option-reward {
  margin-top: 0 !important;
}

.yotpo-coupons-redemption-widget .yotpo-redemption-option-cost {
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  color: #FFFFFF !important;
  font-family: 'Manrope' !important;
  opacity: .5;
}

.yotpo-coupons-redemption-widget .yotpo-login-button {
  max-width: 1445px !important;
  padding: 0 75px !important;
  text-align: right;
  margin: 50px auto 0 !important;
  width: 100% !important;
  box-sizing: border-box;
}

.yotpo-coupons-redemption-widget .yotpo-action-button-widget .yotpo-button-standard-size {
  width: unset !important;
  height: unset !important;
  padding: 21px 47px !important;
  border-radius: 5px !important;
}

.yotpo-coupons-redemption-widget .yotpo-login-button .yopto-widget-button-text {
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  text-align: center !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  font-family: 'Manrope' !important;
}

.yotpo-widget-my-rewards-widget .yotpo-logged-in-view {
  margin: 0 auto !important;
  padding: 50px 14% !important;
  background: #FCF5F0 !important;
  max-width: unset !important;
  box-sizing: border-box;
  position: relative;
}

.yotpo-message-tile {
  background: #F4DFCE !important;
  color: #2B2424 !important;
}

.yotpo-coupons-redemption-widget .yotpo-redemption-no-background .yotpo-redemption-option-redeem-button.yotpo-action-button-widget .yotpo-button-style {
  width: unset !important;
  height: unset !important;
  background: #FFFFFF !important;
  border-radius: 5px !important;
  padding: 14px 24px !important;
  color: #2B2424 !important;
}

.yotpo-widget-campaign-widget .yotpo-container-campaign-action-tile .yotpo-container-action-tile,
.yotpo-widget-campaign-widget .yotpo-container-action-tile {
  background: #F4DFCE !important;
}

.yotpo-widget-campaign-widget .yotpo-message-tile-text {
  color: #2B2424 !important;
}

.yotpo-widget-campaign-widget .yotpo-action-button-widget .yotpo-filled-button {
  height: 47px;
  padding: 14px 27px;
  box-sizing: border-box;
  width: unset !important;
  background: #C56F5C !important;
  border-radius: 5px;
  line-height: normal;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF !important;
  font-family: 'Manrope' !important;
}

.yotpo-widget-my-rewards-widget .yotpo-logged-in-view .yotpo-description {
  margin-bottom: 0 !important;
}

/* .yotpo-widget-my-rewards-widget{
  display: none !important;
} */

.yotpo-widget-my-rewards-widget .yotpo-action-button-widget .yotpo-filled-button {
  background: #C56F5C !important;
  border-radius: 5px;
  border-color: #C56F5C !important;
  width: 243px !important;
  padding: 21px;
  box-sizing: border-box;
  height: unset !important;
  transition: .1s all linear;
}

.yotpo-widget-my-rewards-widget .yotpo-action-button-widget .yotpo-filled-button:hover {
  background-color: #9E594A !important;
  border-color: #9E594A !important;
}

.yotpo-widget-my-rewards-widget .yotpo-is-mobile .yotpo-logged-in-view .yotpo-primary-button {
  margin-bottom: 0 !important;
  margin-right: 10px !important;
}

.yotpo-action-buttons-tile {
  flex-wrap: nowrap !important;
  position: absolute;
  right: 14%;
  top: 50%;
  transform: translateY(-50%);
}

.yotpo-widget-my-rewards-widget .yotpo-logged-in-view .yotpo-secondary-button {
  padding-left: 0;
}

.yotpo-widget-my-rewards-widget .yotpo-logged-in-view .yotpo-primary-button {
  padding-right: 0;
}

.yotpo-widget-my-rewards-widget .yotpo-action-button-widget .yopto-widget-button-text {
  font-size: 14px !important;
  line-height: 19px !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  color: #FFFFFF !important;
  font-weight: 700 !important;
  font-family: 'Manrope' !important;
}

.yotpo-widget-my-rewards-widget {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}

.yotpo-customized-text.yotpo-headline .yotpo-inner-text {
  color: #8E8385 !important;
  font-weight: 500 !important;
  font-size: 27px !important;
  line-height: 33px !important;
  font-family: 'Tiempos-Italic-light' !important;
}

.yotpo-widget-my-rewards-widget .yotpo-logged-in-view {
  text-align: left;
}

.yotpo-widget-my-rewards-widget .yotpo-logged-in-view .yotpo-description {
  margin-top: 12px !important;
}

.yotpo-widget-my-rewards-widget .yotpo-logged-in-view .yotpo-description .yotpo-inner-text {
  font-weight: 600 !important;
  font-size: 34px !important;
  line-height: 47px !important;
  color: #2B2424 !important;
  font-family: 'Manrope' !important;
}

.yotpo-widget-my-rewards-widget .yotpo-logged-in-view .yotpo-secondary-button .yotpo-button-standard-size {
  width: 243px !important;
  background: #FFFFFF !important;
  border-radius: 5px !important;
  border: 0 !important;
  height: unset !important;
  box-sizing: border-box;
  padding: 21px !important;
}

.yotpo-widget-my-rewards-widget .yotpo-logged-in-view .yotpo-secondary-button .yotpo-button-standard-size .yopto-widget-button-text {
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  color: #2B2424 !important;
  font-family: 'Manrope' !important;
}

.yotpo-widget-my-rewards-widget .yotpo-logged-in-view .yotpo-secondary-button .yotpo-button-standard-size:hover .yopto-widget-button-text {
  color: #C56F5C !important;
}

.yotpo-redemption-slide-item {
  border-radius: 20px;
}

.yotpo-coupons-redemption-widget .yotpo-redemption-confirmation-option .yotpo-action-button-widget .yotpo-button-style {
  text-align: center;
}

.yotpo-coupons-redemption-widget .yotpo-action-button-widget .yotpo-filled-button {
  background-color: #C56F5C;
}

.yotpo-coupons-redemption-widget .yotpo-redemption-confirmation .yotpo-redemption-confirmation-title {
  font-family: 'Manrope' !important;
  color: #fff !important;
}

.yotpo-coupons-redemption-widget .yotpo-redemption-confirmation-option-confirm {
  border-radius: 5px !important;
  overflow: hidden;
  border: 0 !important;
}

.yotpo-coupons-redemption-widget .yotpo-redemption-confirmation-option-confirm button {
  background-color: #C56F5C !important;
}

.yotpo-coupons-redemption-widget .yotpo-redemption-confirmation-option-cancel {
  background-color: #fff !important;
  color: #2B2424 !important;
  border-radius: 5px !important;
  overflow: hidden !important;
  border: 0 !important;
}

.yotpo-coupons-redemption-widget .yotpo-redemption-confirmation-option-cancel button {
  color: #2B2424 !important;
}

.page__rewards .yotpo-widget-referral-widget .yotpo-share-buttons-container {
  display: none !important;
}

.yotpo-widget-referral-widget .yotpo-tile-wrapper {
  justify-content: center !important;
}

.yotpo-widget-referral-widget .yotpo-tile {
  min-height: unset !important;
}

.page__rewards #yotpoReferralTitleText,
.page__rewards #yotpoReferralDescriptionText {
  color: #fff !important;
}

.page__rewards .yotpo-widget-referral-widget .yotpo-input-container .yotpo-input {
  background: rgba(255, 255, 255, 0.1) !important;
}

.page__rewards .yotpo-widget-referral-widget .yotpo-input-container .yotpo-input::placeholder {
  color: #fff !important;
}

.page__rewards .yotpo-widget-referral-widget .yotpo-action-button-widget .yotpo-button-style {
  background-color: #fff !important;
}

.page__rewards .yotpo-widget-referral-widget .yotpo-action-button-widget .yotpo-button-style span {
  color: #2B2424 !important;
}

.page__rewards .yotpo-header-text {
  color: #986439 !important;
}

.yotpo-widget-referral-widget .yotpo-background.yotpo-center-background {
  height: unset !important;
  padding: 150px !important;
}

.img_article_wrapper a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.page-collection .grid__item .quick-add {
  transition: .2s all linear;
  z-index: 100;
}

.quick-add .subscribe__button{
  background: #C56F5C;
  color: #fff;
}

.quick-add .subscribe__button:hover{
  background-color: #9C4D26;
  color: #fff;
}

.quick-add__submit {
  background: #FFFFFF;
  color: #2B2424;
  transition: .2s all linear;
}

.quick-add__submit:hover {
  color: #C56F5C;
}

.left__links .mega-menu__link:hover {
  color: #2B2424;
}

.most__popular {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
  padding: 5px 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;

  line-height: 16px;
  font-family: 'Manrope';
  top: -12px;
}

.subscribe__button:hover {
  color: #C56F5C;
}

.time_and_read svg {
  margin: 0 9px;
}

.rewards__club .subscriptions__wrapper {
  flex-direction: column;
  padding: 70px;
}

.yotpo-vip-tiers-progress-bar-tier-status {
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  color: #B3ADAD !important;
  font-family: 'Manrope' !important;
  margin-bottom: 14px !important;
  margin-top: 9.5px !important;
}

.yotpo-vip-tiers-progress-bar-summary-next span {
  font-size: 18px !important;
  line-height: 25px !important;
  color: #685A5C !important;
  font-family: 'Manrope' !important;
}

.yotpo-vip-tiers-widget .yotpo-vip-tiers-list {
  padding: 0 !important;
}

.yotpo-progress-bar-top-left {
  font-size: 16px !important;
  line-height: 22px !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  color: #2B2424 !important;
  font-family: 'Manrope' !important;
}

.yotpo-progress-bar-top-right {
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  color: #8E8385 !important;
  font-family: 'Manrope' !important;
}

.yotpo-vip-tiers-widget .yotpo-progress-bar-outer {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.yotpo-vip-tiers-widget .yotpo-vip-tiers-headline {
  display: none !important;
}

.yotpo-vip-tiers-card-container {
  display: none !important;
}

.yotpo-vip-tiers-widget .yotpo-vip-tiers-progress-bar-wrapper {
  width: unset !important;
  margin: 0 !important;
  background: unset !important;
  padding: 0 0 60px !important;
}

.yotpo-vip-tiers-widget .yotpo-progress-bar-indicator {
  display: none !important;
}

.yotpo-vip-tiers-widget .yotpo-progress-bar-inner {
  background-color: #8FA9A6 !important;
  border-radius: 10px !important;
}

.yotpo-progress-bar-bottom-left {
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 26px !important;
  color: #2B2424 !important;
  font-family: 'Manrope' !important;
}

.yotpo-progress-bar-bottom-right {
  font-family: 'Manrope' !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 26px !important;
  color: #8E8385 !important;
}

.yotpo-vip-tiers-widget {
  flex-grow: 1 !important;
  margin-left: 26px !important;
}

.tier__wrapper {
  display: flex;
}

.yotpo-widget-my-rewards-widget .yotpo-loyalty-popup-overlay {
  background-color: #1E151650 !important;
}

.yotpo-widget-my-rewards-widget .yotpo-rewards-history-wrapper .yotpo-rewards-history {
  border-radius: 20px !important;
}

.yotpo-widget-my-rewards-widget :not(.yotpo-is-mobile) .yotpo-rewards-history-title {
  margin: 30px 0 !important;
  width: unset !important;
  padding: 0 30px !important;
}

.yotpo-widget-my-rewards-widget :not(.yotpo-is-mobile) .yotpo-rewards-history-title .yotpo-inner-text {
  font-family: 'Manrope' !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 22px !important;
  line-height: 30px !important;
  color: #2B2424 !important;
}

.yotpo-widget-my-rewards-widget .yotpo-row-display {
  width: unset !important;
  margin: 0 30px !important;
}

.yotpo-widget-my-rewards-widget .yotpo-shadow-gap-desktop {
  display: none !important;
}

.yotpo-grid-row-headers .yotpo-row-display {
  background: rgba(236, 234, 235, 0.4) !important;
  border-radius: 8px !important;
}

.yotpo-widget-my-rewards-widget .yotpo-close-button {
  top: 40px !important;
  right: 30px !important;
}

.yotpo-widget-my-rewards-widget .yotpo-grid-row {
  margin-bottom: 0 !important;
}

.yotpo-widget-my-rewards-widget .yotpo-grid-row-headers {
  margin-bottom: 0 !important;
}

.yotpo-widget-my-rewards-widget .yotpo-row-display.yotpo-border-style.border-style-rectangular {
  border: 0 !important;
  border-radius: 8px !important;
}

.yotpo-grid .yotpo-grid-row:nth-child(odd) .yotpo-row-display {
  background-color: #fff !important;
}

.yotpo-grid .yotpo-grid-row:nth-child(even) .yotpo-row-display {
  background: rgba(236, 234, 235, 0.4) !important;
}

.yotpo-widget-my-rewards-widget .yotpo-row-display {
  height: 50px !important;
}

.yotpo-row-desktop-text .yotpo-inner-text {
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  color: #B3ADAD !important;
  font-family: 'Manrope' !important;
}

.yotpo-widget-my-rewards-widget .row-points-column {
  text-align: left !important;
}

.yotpo-grid .row-date-column .yotpo-inner-text {
  font-weight: 500 !important;
}

.yotpo-grid .row-action-column .yotpo-inner-text {
  font-weight: 500 !important;
  text-transform: unset !important;
}

.yotpo-grid .row-points-column .yotpo-inner-text {
  font-weight: 500 !important;
  color: #2B2424 !important;
}

.yotpo-grid .row-status-column .yotpo-inner-text {
  color: #669D76 !important;
}

.yotpo-widget-my-rewards-widget:focus {
  box-shadow: unset !important;
}

.show_hide {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.show_hide path {
  transition: .1s all linear;
}

.show_hide:hover path {
  fill: #D0AB91;
}

.show_hide.shown .hide__pass {
  display: block;
}

.show_hide.shown .show__pass {
  display: none;
}

.show_hide .hide__pass {
  display: none;
}

.show_hide svg {
  display: block;
  cursor: pointer;
}

.customer input:focus {
  border-color: #D0AB91;
}

.box-inside__wrapper {
  margin: 120px 0;
}

.box_inside__header {
  display: flex;
  align-items: center;
}

.thumbs__slider {
  max-width: 37%;
  margin: 0 35px !important;
}

.arrow_right svg,
.arrow_left svg {
  display: block;
}

.box__inside__slider {
  margin-top: 50px;
}

.thumb__image img {
  border-radius: 50%;
  display: block;
  width: 100%;
}

.swiper-slide.thumb__image.swiper-slide-active:after {
  content: '';
  width: 90%;
  height: 90%;
  border: 2px solid #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.full_img img {
  border-radius: 30px;
  overflow: hidden;
}

.full__prod__description {
  display: flex;
  align-items: center;
}

.full__description {
  max-width: 795px;
  margin-left: 100px;
}

.vendor {
  font-size: 14px;
  line-height: 18px;
  color: #8E8385;
  font-family: 'Tiempos-Italic-light';
  font-weight: 400;
}

.full__title {
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  color: #2B2424;
  font-family: 'Manrope';
  margin: 12px 0 20px;
}

.full__description__product {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #685A5C;
  font-family: 'Manrope';
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #ECEAEB;
}

.full_info {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #ECEAEB;
}

.full__info__item {
  display: flex;
}

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

.info__heading {
  width: 120px;
  flex-shrink: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #B3ADAD;
  font-family: 'Manrope';
  text-transform: uppercase;
}

.info__content {
  margin-left: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #685A5C;
  font-family: 'Manrope';
}

.info__content a {
  color: #685A5C;
}

.link__price {
  display: flex;
  align-items: center;
}

.item__price {
  margin-left: auto;
  padding: 6px 20px;
  background: #D18E57;
  border-radius: 50px;
  line-height: 22px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Manrope';
}

.item__bottom__link {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #8E8385;
  font-family: 'Manrope';
  text-decoration: none;
  padding-bottom: 6px;
  border-bottom: 2px solid #8E8385;
}

.full__title a {
  color: inherit;
  text-decoration: none;
}

.product__main__advantage {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #2B2424;
  font-family: 'Manrope';
  display: flex;
  align-items: center;
}

.product__main__advantage svg {
  margin-right: 8px;
}

.prod__img__advantages {
  display: flex;
}

.prod__img__advantages img {
  width: 90px;
}

.prod__img__advantages img+img {
  margin-left: 30px;
}

.prod__img__advantages {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #ECEAEB;
}

.template-subscribe .subscriptions__wrapper {
  padding: 60px;
}

.template-monthly-subscription .subscriptions__wrapper {
  padding: 60px;
}

.text__quotes {
  position: relative;
}

.wrapper__outer__quotes .quotes {
  position: absolute;
  left: -133px;
  top: -20px;
}

.join__description h2 {
  position: relative;
}

.join__description h2 svg {
  position: absolute;
  right: 50px;
}

.join__description .steps__wrapper {
  position: relative;
}

.join__description .steps__wrapper svg {
  position: absolute;
  left: 0;
  top: 10%;
}

.audio-player svg {
  display: block;
}

.audio-player,
.controls__left,
.progress__bar,
.controls__right {
  display: flex;
  align-items: center;
}

.audio-player {
  padding: 10px 13px;
  background: rgba(236, 234, 235, 0.5);
  border-radius: 8px;
}

.audio-player.played {
  background: #FCF5F0;
}

.progress__bar {
  flex-grow: 1;
}

.time__line {
  height: 3px;
  flex-grow: 1;
  width: 100%;
  background: #2B242410;
  border-radius: 5px;
  margin: 0 8px;
  cursor: pointer;
}

.tooggle__btn {
  margin: 0 12px;
}

.tooggle__btn.play .pause_btn {
  display: none;
}

.tooggle__btn.pause .play_btn {
  display: none;
}

.controls__left {
  margin-right: 40px;
}

.controls__left>* {
  cursor: pointer;
}

.controls__left>*:hover path {
  fill: #C56F5C;
}

.controls__right {
  margin-left: 40px;
}

.volume {
  display: flex;
  align-items: center;
  margin-right: 16px;
}

.volume__range {
  background: #2B242410;
  height: 3px;
  border-radius: 5px;
  width: 70px;
  margin-left: 10px;
  cursor: pointer;
}

.volume_icon {
  cursor: pointer;
}

.volume_icon:hover path {
  fill: #C56F5C;
}

.volume_progress {
  height: 3px;
  background: #2B2424;
  border-radius: 5px;
  width: 75%;
}

.timeline__progress {
  height: 3px;
  background: #2B2424;
  border-radius: 5px;
}

.page__podcast .content-for-layout {
  margin-top: 0;
}

.page__podcast .header-wrapper {
  border-bottom: 1px solid rgba(43, 36, 36, .1);
}

.mobile-reviews {
  max-width: 339px;
  margin: 140px auto 0;
  position: relative;
}

.reviews__section__content {
  position: absolute;
  top: -70px;
  background: #fff;
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 235px;
}

.bottom__reviews__info {
  padding: 0 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reviews__text__content {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #2B2424;
  font-family: 'Manrope';
}

.rewievs__mobile__stars {
  display: flex;
  align-items: center;
}

.rewievs__mobile__stars svg {
  display: block;
}

.label__circle {
  position: absolute;
  top: -40px;
  right: -60px;
}

.mobile__text {
  display: none;
}

.insta__link:hover rect {
  fill: #9E594A;
}

.listen__image__wrapper {
  display: flex;
  align-items: center;
  border-radius: 20px;
  background-color: #D0AB91;
  flex-shrink: 0;
}

.swiper-wrapper {
  box-sizing: border-box !important;
}

.bottom__insta__dots .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none;
}

.scroll__nav {
  position: fixed;
  transition: all .5s linear;
  top: -58px;
  background: rgba(236, 234, 235, 1);
  left: 0;
  width: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 56px 0;
  overflow: auto;
}

.scroll__nav.show__nav {
  top: 90px;
}

.mobile__header__slider {
  display: none;
}

.show__toggle {
  display: none;
}

.links__wrap svg {
  display: block;
}

.episode__description__wrap .social__wrapper {
  display: none;
}

.yotpo-coupons-redemption-widget .yotpo-points-balance {
  display: none !important;
}

.yotpo-coupons-redemption-widget .yotpo-rule.yotpo-is-mobile {
  border: 0 !important;
  padding: 0 !important;
}

.duration {
  /*margin-left: 10px;
  text-transform: uppercase;*/
  opacity: .6;
}

.price--on-sale .price-item--regular {
  color: #BDBDBD;
}

.labels__images__wraper {
  display: flex;
}

.inside_products_slider {
  max-width: 100%;
}

.collection__tag {
  position: absolute;
  z-index: 3;
  padding: 5px 15px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: 'Manrope';
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.collection__label {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
}

.collection__label svg {
  display: block;
}

.collection__tag.gold {
  background: #D18E57;
}

.collection__tag.green {
  background: #8FA9A6;
}

.collection__tag.grey {
  background-color: #ECEAEB;
  color: #B3ADAD;
}

.product__info-container .shopify-app-block {
  float: unset;
}

.junip-star-filled svg {
  display: none !important;
}

.junip-star-half svg {
  display: none !important;
}

.junip-product-summary-star {
  position: relative;
}

.junip-star-outline svg {
  display: none !important;
}

.junip-product-summary-star-ratings-container {
  margin-top: -10px;
}

.junip-product-review-container,
.junip-review-section-title {
  max-width: unset !important;
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.junip-product-review-summary-container {
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.junip-avatar {
  display: none !important;
}

.junip-filters {
  padding-top: 40px !important;
  display: flex;
  padding-bottom: 40px;
  border-bottom: 1px solid #ECEAEB;
}

.junip-reviews-container {
  padding-top: 40px !important;
}

.junip-filters-container {
  display: flex !important;
}

.junip-separator {
  display: none;
}

.junip-filters-container {
  padding: 0 !important;
}

.junip-filters-label {
  padding: 0 !important;
}

.junip-review-list-item-container {
  padding: 0 !important;
  padding-bottom: 40px !important;
  border-bottom: 1px solid #ECEAEB;
  margin-bottom: 40px;
}

.junip-product-review-title {
  padding: 0 !important;
  margin-bottom: 40px !important;
  font-weight: 600;
  font-size: 34px;
  line-height: 46px;
  color: #2B2424;
  font-family: 'Manrope';
  margin-top: 0;
}

.junip-button-border-radius-shaved .junip-btn-sm {
  padding: 21px 47px !important;
  background-color: transparent !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  color: #2B2424 !important;
  font-family: 'Manrope' !important;
  border: 1px solid #D9D6D6 !important;
  border-radius: 5px !important;
  margin-top: 0 !important;
}

.junip-write-review-cta-container {
  position: absolute !important;
  right: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.junip-product-review-count:before {
  content: 'based on ';
}

.junip-product-review-average-container {
  margin-right: 129px !important;
}

.junip-star-ratings-container .junip-star {
  height: 20px !important;
  padding: 0px 1px !important;
  width: 22px !important;
}

.junip-star-ratings-container {
  justify-content: center;
}

.junip-product-review-average-container .junip-star-ratings-container {
  margin-bottom: 14px !important;
}

.junip-product-review-average {
  font-weight: 500 !important;
  font-size: 64px !important;
  line-height: 87px !important;
  color: #D18E57 !important;
  font-family: 'Manrope' !important;
  margin-bottom: 2px !important;
}

.junip-product-review-count {
  font-weight: 600 !important;
  font-size: 11px !important;
  line-height: 15px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #8E8385 !important;
  font-family: 'Manrope' !important;
}

.junip-product-review-bar-rating {
  width: unset !important;
  font-weight: 600 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #2B2424 !important;
  font-family: 'Manrope' !important;
}

.junip-product-review-bar-wrapper {
  margin: 0 !important;
}

.junip-product-review-bar-wrapper+.junip-product-review-bar-wrapper {
  margin-top: 10px !important;
}

.junip-product-review-bar {
  background-color: #ECEAEB !important;
  border: 0 !important;
  border-radius: 2px !important;
  height: 6px !important;
}

.junip-product-review-bar-filled {
  background: #2B2424 !important;
  border-radius: 2px !important;
}

.junip-filters-label .junip-label-container:focus .junip-label {
  box-shadow: 0 !important;
}

.junip-filters-container {
  margin-top: 0 !important;
}

.junip-review-list-item-container .junip-review-customer .junip-review-author {
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 27px !important;
  color: #2B2424 !important;
  font-family: 'Manrope' !important;
}

.junip-verified {
  margin-top: 14px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  color: #8FA9A6 !important;
  font-family: 'Manrope' !important;
}

.junip-verified .junip-verified-badge {
  width: 22px !important;
  height: 22px !important;
  background: unset !important;
  margin-right: 6px !important;
}

.junip-review-list-item .junip-review-date {
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 28px !important;
  text-align: right !important;
  color: #8E8385 !important;
  font-family: 'Manrope' !important;
}

.junip-review-list-item .junip-review-title {
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 27px !important;
  color: #2B2424 !important;
  font-family: 'Manrope' !important;
  margin-bottom: 12px !important;
}

.junip-review-list-item .junip-flex-wrapper {
  margin-bottom: 34px !important;
}

.junip-review-list-item .junip-review-body {
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 28px !important;
  color: #8E8385 !important;
  font-family: 'Manrope' !important;
}

.junip-recommendation-container {
  margin-top: 35px !important;
  padding-top: 0 !important;
}

.junip-recommendation-container {
  font-weight: 500;
  font-size: 16px !important;
  line-height: 28px;
  color: #2B2424;
  font-family: 'Manrope';
}

.junip-review-list-item-container .junip-review-customer {
  min-width: 300px !important;
  margin-right: 98px !important;
  margin-bottom: 0 !important;
}

.junip-review-vote-container .junip-vote-button svg {
  display: none !important;
}

.junip-review-vote-container {
  margin-top: 30px !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 28px !important;
  color: #2B2424 !important;
  font-family: 'Manrope' !important;
}

.junip-checkbox input[type=checkbox]:checked+label:before {
  background-color: #C56F5C !important;
  border-color: #C56F5C !important;
}

.junip-filters-label .junip-label-container {
  padding-right: 10px !important;
  margin-right: 20px !important;
}

.junip-filters-label .junip-label-container .junip-label {
  margin-right: 10px !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #8E8385;
  font-family: 'Manrope';
}

.junip-filters-label .junip-label-container {
  text-decoration: none !important;
}

.junip-checkbox input[type=checkbox]+label {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #2B2424;
  font-family: 'Manrope';
}

.junip-select.junip-select-with-label {
  padding: 27px 50px 10px 20px !important;
  min-height: 59px !important;
}

.junip-filters-container .junip-select-container {
  min-width: 220px !important;
}

.junip-select {
  background-color: rgba(236, 234, 235, 0.5) !important;
  border-radius: 5px !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #2B2424 !important;
  font-family: 'Manrope' !important;
  border: 0 !important;
  background-position: right 20px center !important;
}

.junip-select-container .junip-select-label {
  padding-left: 20px !important;
  padding-top: 10px !important;
  font-weight: 600 !important;
  font-size: 11px !important;
  line-height: 15px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #8E8385 !important;
  font-family: 'Manrope' !important;
  width: calc(100% - 20px) !important;
}

.junip-filters-container {
  grid-column-gap: 20px !important;
  grid-row-gap: 20px !important;
}

.junip-product-summary-review-count {
  font-family: 'Manrope';
}

.junip-review-vote-container .junip-vote-action {
  align-items: center !important;
  filter: unset !important;
}

.junip-review-vote-container .junip-vote-button {
  margin-right: 10px !important;
}

.junip-review-vote-container .junip-vote-action {
  margin-right: 20px !important;
}

.junip-review-vote-container .junip-vote-action:last-of-type {
  margin-right: 0 !important;
}

.junip-review-vote-container .junip-vote-text {
  margin-right: 20px !important;
}

.junip-powered-by-footer {
  display: none !important;
}

.yotpo-widget-referral-widget .yotpo-share-buttons-container li:nth-child(2) {
  order: 2;
}

.yotpo-widget-referral-widget .yotpo-share-buttons-container li:nth-child(3) {
  order: 1;
}

.yotpo-widget-referral-widget .yotpo-share-buttons-container li:nth-child(5) {
  order: 3;
}

.yotpo-widget-referral-widget .yotpo-share-buttons-container li:nth-child(4) {
  order: 4;
}

.junip-container-xs .junip-write-review-cta-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.page__rewards *:focus {
  box-shadow: unset !important;
}

#insta-feed img,
.instafeed-shopify img {
  border-radius: 20px !important;
}

#insta-feed h2 {
  display: flex;
  position: relative;
  align-items: center;
  font-weight: 600;
  font-size: 34px !important;
  line-height: 47px;
  font-family: Manrope;
}

#insta-feed h2:after {
  content: '';
  height: 2px;
  background: #D9D6D6;
  margin: 0 0 0 30px;
  display: block;
  flex-grow: 1;
}

#insta-feed,
.instafeed-shopify {
  padding: 120px 0;
}

.header__li a span {
  transition: .1s color linear;
}

.header__li a:hover span {
  color: #C56F5C;
}

.custom__header__link path {
  transition: .1s all linear;
}

.custom__header__link:hover path {
  fill: #C56F5C;
}

.custom__header__link {
  transition: .1s color linear;
}

.custom__header__link:hover {
  color: #C56F5C;
}

.text__video__wrapper__video {
  width: 50%;
}

.text__video__wrapper__video iframe {
  border: 0;
  width: 100%;
  height: 494px;
}

.img__article__outer {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.article__wrapper .img_article_wrapper {
  transition: .2s all linear;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.article__wrapper:hover .img_article_wrapper {
  transform: scale(1.1);
}

.arrow__wrapp {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ECEAEB;
}

.arrow__wrapp .thumb__img {
  max-width: 144px;
  min-width: 100px;
}

.arrow__wrapp .thumb__img img {
  border-radius: 14px;
}

.arrow__wrapp .swiper-slide:last-child {
  margin-right: 0 !important;
}

.arrow__wrapp .swiper-button-disabled path {
  fill: #D9D6D6;
}


#insta-feed .instafeed-overlay::after,
.instafeed-shopify .instafeed-overlay::after {
  border-radius: 20px;
}

.article__content__container strong {
  font-weight: 600 !important;
  font-family: 'Manrope';
}

.article__content__container img+strong {
  margin-top: 16px !important;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #B3ADAD;
  display: block;
  margin-bottom: 70px;
}

hr {
  margin: 30px 0 !important;
}

.grid__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 -15px;
}

.grid__images__inner__wrapper {
  max-width: 1292px;
  margin: 100px auto;
}

.grid__images__inner__wrapper .section__heading {
  font-weight: 600;
  font-size: 38px;
  line-height: 52px;
  color: #2B2424;
  text-align: center;
  margin: 0 0 16px;
  font-family: 'Manrope';
}

.grid__images__inner__wrapper .section__subheading {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #8E8385;
  font-family: 'Manrope';
  text-align: center;
  margin: 0 0 80px;
}

.grid__item2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.grid__item2 .grid__item__inner p {
  max-width: 530px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #8E8385;
  font-family: 'Manrope';
}

.grid__item3 {
  margin-top: 80px;
}

.grid__container>div {
  padding: 0 15px;
}

.grid__item3 p {
  margin: 50px 0 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #8E8385;
  font-family: 'Manrope';
}

.grid__item3 p strong {
  font-weight: 600 !important;
  font-size: 20px;
  line-height: 27px;
  color: #2B2424;
}

.grid__item3 p a {
  text-decoration: none;
}

.grid__item3 p a strong {
  font-weight: 600 !important;
  font-size: 20px;
  line-height: 27px;
  color: #C56F5C;
}

.ingredients__inner__wrapper {
  max-width: 1216px;
  margin: 0 auto;
}

.tab__content__wrapper {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}

.tab__content__wrapper.active__content {
  display: flex;
}

.ingredient__wrapper .image__wrap {
  width: 220px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
}

.ingredient__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
  text-align: center;
  padding: 25px 15px;
}

.ingredients_heading {
  margin: 0;
}

.ingredients_heading p {
  margin: 0 0 16px;
  font-weight: 600;
  font-size: 38px;
  line-height: 52px;
  color: #2B2424;
  font-family: 'Manrope';
  text-align: center;
}

.ingredients_heading p strong {
  font-family: 'Tiempos-Italic';
}

.ingredients_subheading {
  margin: 0 auto 70px;
  max-width: 650px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #8E8385;
  font-family: 'Manrope';
}

.ingredient__title {
  margin: 29px 0 8px;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #2B2424;
  font-family: 'Manrope';
}

.ingredient__description {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #8E8385;
  font-family: 'Manrope';
}

.tabs__toggle {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

.tabs__toggle .tab+.tab {
  margin-left: 50px;
}

.tabs__toggle .tab {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #8E8385;
  font-family: 'Manrope';
  padding-bottom: 12px;
  cursor: pointer;
}

.tabs__toggle .tab.active {
  padding-bottom: 10px;
  color: #2B2424;
  border-bottom: 2px solid;
}

.ingredients__wrapper {
  padding: 90px 0 107px;
}

.we_use__svg {
  width: 100%;
  display: block;
  margin-bottom: -2px;
}

.img-description__wrapper__inner {
  max-width: 1292px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 120px 0;
}

.section-description__wrapper {
  max-width: 496px;
}

.description-section__heading {
  margin: 0;
}

.description-section__heading p {
  margin: 0 0 20px;
  color: #fff;
  font-weight: 600;
  font-size: 54px;
  line-height: 74px;
  font-family: 'Manrope';
}

.description-section__heading p strong {
  font-family: 'Tiempos-Italic';
}

.description-section__description p {
  font-family: 'Manrope';
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
}

.description-section__description p strong {
  color: rgba(255, 255, 255, 1);
}

.description-section__description {
  margin-bottom: 40px;
}

.story-index-wrapper {
  position: relative;
}

.story-index-wrapper img {
  width: 100%;
}

.text__wrapper {
  max-width: 496px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.page-head {
  margin: 0;
}

.page-head p strong {
  font-family: 'Tiempos-Italic';
}

.page-head p {
  font-weight: 600;
  font-size: 54px;
  line-height: 74px;
  font-family: 'Manrope';
  color: #fff;
  margin: 0 0 16px;
}

.page-description {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  opacity: 0.7;
  font-family: 'Manrope';
}

.quote__heading {
  margin: 0;
}

.quote-section+svg {
  display: block;
  margin-top: -2px;
  width: 100%;
}

.quote__wrapper__inner {
  max-width: 1363px;
  margin: 0 auto;
  text-align: center;
  padding: 100px 20px;
}

.author-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-family: 'Manrope';
}

.author-wrapper span {
  margin-left: 20px;
}

.quote {
  font-weight: 600;
  font-size: 34px;
  line-height: 46px;
  font-family: 'Manrope';
}

.quote__heading {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  font-family: 'Tiempos-Italic-light';
  margin-bottom: 50px;
}

.quote__wrapper__inner svg {
  display: block;
  margin: 0 auto 30px;
}

.founder_left_wrapper {
  max-width: 496px;
}

.founder_inside_wrapper {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}

.founder__section__heading {
  margin: 0;
}

.founder__section__heading p {
  margin: 100px 0 30px;
  font-size: 64px;
  font-weight: 600;
  font-family: 'Manrope';
  line-height: 70px;
}

.founder__section__heading p strong {
  font-family: 'Tiempos-Italic';
}

.founder__description {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #8E8385;
  font-family: 'Manrope';
  margin-bottom: 200px;
}

.founder-story-wrapper {
  position: relative;
  padding: 124px 0 200px;
}

.founder-story-wrapper svg {
  position: absolute;
  right: 74px;
  bottom: 0;
  z-index: -1;
}

.stands_img_svg {
  display: block;
  width: 100%;
  margin-bottom: -1px;
}

.standarts__text {
  max-width: 496px;
}

.standarts__heading {
  margin: 0 0 30px;
  font-weight: 600;
  font-size: 48px;
  font-family: 'Manrope';
  line-height: 54px;
  color: #2B2424;
}

.stand__subheading {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #8E8385;
  margin-bottom: 50px;
}

.stand__button {
  background: #245A66;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  padding: 21px 47px;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: 'Manrope';
  margin-bottom: 70px;
}

.stand__labels__wrap {
  display: flex;
  align-items: center;
}

.stand__labels__wrap svg+svg {
  margin-left: 30px;
}

.img__stands__outer {
  margin-top: 140px;
}

.img__stands__outer .img__wrapper {
  margin-top: -140px;
  max-width: 800px;
}

.img_standarts__wrapper .founder_inside_wrapper {
  padding: 90px 0 120px;
}

.sticky_block {
  display: flex;
  max-width: 1360px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.second__block {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 367px;
  margin-bottom: 40px;
}

.quote-section {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.secondel {
  display: none;
}

.show__next .secondel {
  display: block;
}

.show__next .firstel {
  display: none;
}

.sticky_block+.sticky_block {
  margin-top: 130px;
}

.sticky_image__wrapper_inside {
  padding: 120px 0;
}

.left__text__wrapper {
  max-width: 496px;
}

.block__text__content {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #8E8385;
  font-family: 'Manrope';
}

.sticky_block__heading {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 52px;
  color: #2B2424;
  margin: 0 0 30px;
}

.stycky__image__wrapper {
  position: sticky;
  top: 8%;
}

.stycky__block_btn {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 2;
}

.sticky_block+.sticky_block {
  display: none;
}

.template-tracking .content-for-layout {
  background-color: #FCF5F0;
}

.faq__section_faq__wrapp {
  max-width: 1198px;
  padding: 0 18px;
  margin: 0 auto 120px;
}

.faqsection__heading {
  font-weight: 600;
  font-size: 38px;
  line-height: 52px;
  color: #2B2424;
  font-family: 'Manrope';
  margin: 0 0 30px;
  text-align: center;
}

.skip__wrapper {
  max-width: 1295px;
  margin: 0 auto;
  padding: 80px 132px;
  background: #FCF5F0;
  border-radius: 30px;
  position: relative;
}

.conteiner__heading {
  text-align: center;
  margin: 0 0 60px;
  font-weight: 600;
  font-size: 38px;
  line-height: 52px;
  color: #2B2424;
  font-family: 'Manrope';
}

.skip__step__wrap {
  display: flex;
  max-width: 45%;
  margin-bottom: 60px;
}

.skip__step__number {
  width: 45px;
  height: 45px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  font-family: 'Manrope';
  font-weight: 700;
  margin-right: 27px;
  flex-shrink: 0;
}

.skip__step__heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #2B2424;
  font-family: 'Manrope';
  margin-bottom: 10px;
}

.skip__step__description {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #8E8385;
  font-family: 'Manrope';
}

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

.skip-how-it-works__wrapper {
  margin: 100px 0 120px;
}

.heading__left {
  max-width: 633px;
}

.heading__wrap {
  max-width: 1030px;
  margin: 0 auto 100px;
  display: flex;
  justify-content: space-between;
}

.heading__wrap p {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Manrope';
  color: #8E8385;
}

.heading__wrap p strong {
  color: #2B2424;
  font-weight: 600 !important;
}

.heading__wrap p em {
  color: #C56F5C;
  font-style: normal;
}

.heading__wrap p+p {
  margin-top: 1em;
}

.description-section__heading p em {
  font-style: normal;
  color: #D18E57;
}

.heading__right {
  display: flex;
}

.heading__right p {
  max-width: 235px;
  color: #C56F5C;
  margin-left: 10px;
}

.skip__step__icon {
  margin-top: 20px;
  display: flex;
}

.skip-button {
  padding: 12px 28px;
  background: #C56F5C;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: 'Manrope';
  text-align: center;
}

.skip-button.skip-pink {
  background-color: #F4DFCE;
  color: #2B2424;
}

.skip-button.skip-white {
  background-color: #FFF;
  color: #2B2424;
  border: solid 1px #e7e7e7;
}

.skip-button.skip-black {
  background-color: #000;
  color: #FFF;
}
.skip-button.build-green {
  background-color: #245a66;
  color: #ffffff;
  border: solid 1px #e7e7e7;
}

.template-skip h1.page__heading {
  max-width: 496px;
}

.template-skip .page__description {
  max-width: 500px;
  margin: 0;
}

.skip-input {
  flex-grow: 1;
  border: 1px solid #ECEAEB;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 0 22px;
  margin-right: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #2b2424;
  font-family: Manrope;
  justify-content: space-between;
}

.arrow1 {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 60px);
}

.skip__wrapper__footer {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #C56F5C;
  font-family: 'Tiempos-Italic-light';
  text-align: center;
}

.template-skip .index__text__wrapper__inner {
  align-items: flex-end;
}

.arrow2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
}

.skip__arrow {
  display: none;
}

.image__section__wrap img {
  width: 100%;
}

.tp-track-your-package.tp-search-title {
  padding-right: 0 !important;
}

.account__buttons {
  display: flex;
  flex-direction: column;
  padding-top: 24px;
  margin-top: 34px;
  border-top: 1px solid #ECEAEB;
}

.account__buttons a:first-child {
  background-color: #F4DFCE;
}

.account__buttons a:last-child {
  border: 1px solid #ECEAEB;
  border-radius: 5px;
  margin-top: 8px;
}

.account__buttons a {
  text-align: center;
  padding: 14px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: 'Manrope';
  text-decoration: none;
}

.customer__info {
  max-width: 210px;
}

.customer__name {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #2B2424;
  font-family: 'Manrope';
  margin-bottom: 16px;
}

.customer__mail {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #685A5C;
  margin-bottom: 16px;
}

.customer__address {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #685A5C;
  margin-bottom: 16px;
}

/* .search-modal{
  display: none;
} */

.view__addresses {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #8E8385;
  font-family: 'Manrope';
  text-decoration: none;
  padding-bottom: 6px;
  border-bottom: 2px solid #8E8385;
}

.subscriptions__wrapper product-form,
.plans__wrapper__mobile product-form {
  margin-top: auto;
}

.rc-widget{
  font-family: 'Manrope';
  padding-top: 0!important;
}

.rc-radio.rc-radio--active~.rc-selling-plans{
  background-color: unset !important;
}

.rc-radio__price:before {
  content:") at "
}

.rc-subscription-details{
  display: none !important;
}

.rc_block__type {
  position: relative;
}

div.rc_block__type {
  padding: 0 !important;
}

.rc_block label {
  padding-left: 30px !important;
  font-family: 'Manrope';
}

.rc_block__type .rc_label:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #D9D6D6;
  border-radius: 50%;
}

div.rc_block__type--active {
  background-color: unset !important;
}

div.rc_block__type--active .rc_label:before {
  border-color: #C56F5C;
}

div.rc_block__type--active .rc_label::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  background: #C56F5C;
  border-radius: 50%;
}

div.rc_block__type+div.rc_block__type {
  margin-left: auto;
}

#rc_radio_options {
  display: flex;
  position: absolute;
  left: 0;
  width: 100%;
}
div#rc_login {display: none !important;}

@media screen and (max-width: 768px) {
  #rc_radio_options {
    position: static;
    flex-direction: column;
  }

  .price__container {
    margin-bottom: 0;
  }
}

#rc_container {
  height: 54px;
}

.rc-radio.rc-radio--active{
  background-color: unset !important;
}

.GiftWizard-gift-button {
  background: #C56F5C !important;
  color: #fff !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}

.rc-template__radio{
  /* border: 2px solid #c56f5c38;*/
  border-radius: 16px;
  padding: 8px 0;
  background-color: #f9f9f9;
}

.rc-template__radio.rc-subscription-only {display:none;}

.rc-radio.rc-radio--active~.rc-selling-plans{
  padding-bottom: 16px !important;
}

.rc-radio__label{
  margin-left: 0;
}

.rc-radio .rc-radio__input{
  display: none !important;
}

.rc-radio .rc-radio__label{
  position: relative;
  padding-left: 30px;
  font-size:14px;
}

.rc-radio .rc-radio__label:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #D9D6D6;
  border-radius: 50%;
}

.rc-radio.rc-radio--active~.rc-selling-plans{
  padding-left: 50px !important;
  padding-right: 15px !important;
  padding-top: 6px;
}

.rc-selling-plans-dropdown__select{
  border-radius: 8px;
  border: 1px solid #d1d1d1;
  font-family: Manrope;
  color: #423133;
}

.rc-radio--active.rc-radio .rc-radio__label:before {
  border-color: #C56F5C;
}

.rc-radio--active.rc-radio .rc-radio__label::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  background: #C56F5C;
  border-radius: 50%;
}

.page-product .select__select {
  padding: 10px 5rem 10px 2rem;
  margin: 0;
  min-height: 60px;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Manrope';
  border: 1px solid #ECEAEB;
  border-radius: 5px;
  margin-right: 15px;
  background-color: transparent;
  line-height: 2.6;

}

#recharge-novum .content-for-layout {
  margin-top: 60px;
}

/* #recharge-te {
  display: flex;
  max-width: 1444px;
  margin: 0 auto;
  padding: 0 75px;
} */

/* body#recharge-novum #recharge-te .rc_card_container.nav__list--desktop {
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: unset !important;
} */

body#recharge-novum #recharge-te .rc_page-width {
  padding: 0 !important;
  margin: 0 !important;
  max-width: unset !important;
}

body#recharge-novum #recharge-te .bg-light {
  background-color: unset !important;
  padding: 0 !important;
}

body#recharge-novum #recharge-te .nav--wrapper .title-bold,
body#recharge-novum #recharge-te #rc_te-template-wrapper .nav--wrapper .title-bold {
  letter-spacing: normal !important;
}

body#recharge-novum #recharge-te ul li a,
body#recharge-novum #recharge-te a {
  font-family: 'Manrope' !important;
}

/* .nav__list--desktop li {
  border-radius: 60px;
  padding: 10px 20px !important;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: normal;
  text-transform: capitalize;
  text-align: center;
  font-family: 'Manrope' !important;
} */

/* .nav__list--desktop li:hover {
  background: rgba(236, 234, 235, 0.5);
}

.nav__list--desktop li:hover a {
  text-decoration: underline !important;
  color: #8f5437 !important;
} */

/* .nav__list--desktop li+li {
  margin-top: 8px !important;
} */

.rc_add_product h3 {
  font-size: 38px !important;
  line-height: 52px !important;
  color: #2B2424 !important;
  font-weight: 600 !important;
  font-family: 'Manrope' !important;
}

/* .rc_add_product{
  padding-bottom: 30px !important;
  margin-bottom: 30px !important;
  border-bottom: 1px solid #ECEAEB;
} */

body#recharge-novum #recharge-te .rc_page-width#rc_te-template-wrapper {
  flex-grow: 1;
  margin-left: 80px !important;
  margin-right: 80px !important;
}

body#recharge-novum #recharge-te #rc_te-template-wrapper .rc_subscription_info_container {
  flex-basis: unset !important;
  border-right: unset !important;
}

body#recharge-novum #recharge-te #rc_te-template-wrapper .rc_schedule_wrapper {
  display: flex !important;
  align-items: center;
}

body#recharge-novum #recharge-te #rc_te-template-wrapper .rc_element_wrapper,
body#recharge-novum #recharge-te #rc_te-template-wrapper .rc_subscription_card_element_wrapper {
  padding: 12px !important;
  box-shadow: unset !important;
  border: 1px solid #ECEAEB !important;
  border-radius: 8px !important;
}

body#recharge-novum #recharge-te .rc_order_title_container {
  width: 187px;
  margin-right: 62px;
  display: block !important;
}

body#recharge-novum #recharge-te .rc_order_title {
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #2B2424 !important;
  font-family: 'Manrope' !important;
}

body#recharge-novum #recharge-te #rc_te-template-wrapper .page-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #2B2424;
  font-family: 'Manrope';
  margin-bottom: 10px;
}

@media screen and (max-width: 415px) {
  body#recharge-novum #recharge-te #rc_te-template-wrapper .page-title {
    margin-top: 20px;
  }
}

/* body#recharge-novum #recharge-te .rc_photo_container img,
body#recharge-novum #recharge-te #rc_te-template-wrapper .rc_photo_container img,
body#recharge-novum #recharge-te .rc_image_container img,
body#recharge-novum #recharge-te img{
  height: 1px;
  width: 80px;
  min-width: unset !important;
  object-fit: cover !important;
  border-radius: 6px;
} */

/*body#recharge-novum #recharge-te #rc_te-template-wrapper .rc_btn--secondary,
body#recharge-novum #recharge-te .rc_btn--secondary,
body#recharge-novum #recharge-te #rc_te-template-wrapper .expired{
  margin-bottom: 0 !important;
  border: 1px solid #ECEAEB !important;
  border-radius: 5px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  text-align: center !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  color: #2B2424 !important;
  font-family: 'Manrope' !important;
} */

.customer th:first-of-type,
.customer td:first-of-type {
  border-radius: 8px 0 0 8px;
}

.customer th:last-of-type,
.customer td:last-of-type {
  border-radius: 0 8px 8px 0;
}

.customer tbody tr:nth-child(even) td {
  background: rgba(236, 234, 235, 0.4);
}

.customer.addresses {
  margin: 6rem auto 9rem;
  max-width: 1444px;
  padding: 0 7.5rem;
}

.customer.addresses h1 {
  font-weight: 600;
  font-size: 64px;
  line-height: 70px;
  color: #2B2424;
  font-family: 'Manrope';
  padding-bottom: 6rem;
  margin-bottom: 7rem;
  border-bottom: 1px solid #ECEAEB;
}

.adresses__content__wrapper {
  display: flex;
}

.adresses_heading {
  font-weight: 600;
  font-size: 38px;
  line-height: 52px;
  color: #2B2424;
  font-family: 'Manrope';
  margin: 0 0 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ECEAEB;
}

.address__info {
  flex-grow: 1;
  margin-left: 55px;
}

.adresses__container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.update__info {
  background: #FCF5F0;
  border-radius: 10px;
  padding: 30px;
  margin-left: 30px;
  flex-basis: 50%;
}

.mail__icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-bottom: 20px;
  background: #F4DFCE;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mail__info {
  max-width: 440px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #8E8385;
  font-family: 'Manrope';
}

.mail__info a {
  color: #C56F5C;
  text-decoration: none;
}

.address__wrap p {
  margin: 0;
}

.address__wrap {
  border: 1px solid #ECEAEB;
  border-radius: 10px;
  padding: 30px;
  flex-basis: 50%;
}

.customer .address__wrap button {
  margin: 20px 0 0 !important;
  background: #fff;
  border: 1px solid #ECEAEB;
  padding: 14px 24px;
  color: #2B2424;
  width: auto;
}

.order__footer {
  margin-top: 18px;
}

.order__footer .row>div:last-of-type {
  color: #2B2424;
}

.order__footer .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Manrope';
}

.order__footer .row+.row {
  margin-top: 12px;
}

.order__footer .row .discount {
  display: flex;
}

.order__footer .cart-discount {
  color: #2B2424;
  margin-left: 4px;
}

.total_row.row {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #2B2424;
}

.customer thead.order__head th {
  background: rgba(236, 234, 235, 0.4);
  height: 53px;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #B3ADAD;
  font-family: 'Manrope';
}

.order_adresses>div {
  width: 50%;
}

.shipping__address {
  display: flex;
}

.shipping__address>* {
  width: 50%;
}

.status_label {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #8E8385;
  font-family: 'Manrope';
  margin-bottom: 12px;
}

.status_info {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #685A5C;
}


body#recharge-novum #recharge-te .text-font-14,
body#recharge-novum #recharge-te #rc_te-template-wrapper .text-font-14 {
  font-family: "Manrope";
}

body#recharge-novum #recharge-te #rc_te-template-wrapper p,
body#recharge-novum #recharge-te p {
  font-family: 'Manrope';
}

body#recharge-novum #recharge-te * {
  font-family: 'Manrope';
}

.history__heading {
  display: flex;
  background: rgba(236, 234, 235, 0.4);
  border-radius: 8px;
  padding: 12px 22px;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #B3ADAD;
  font-family: 'Manrope';
  align-items: center;
  justify-content: space-between;
}

.order__history__item {
  display: flex;
  align-items: center;
  padding: 12px 22px;
  justify-content: space-between;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #8E8385;
  font-family: 'Manrope';
  text-align: left;
}

.order_details_details {
  display: flex;
}

.order_details_details img {
  max-width: 80px;
  height: 80px;
  border-radius: 4px;
  object-fit: cover;
}

.order_details_details img+img {
  margin-left: 6px;
}

.order__number,
.order_details_number {
  max-width: 67px;
  width: 100%;
}

.order__details,
.order_details_details {
  max-width: 252px;
  width: 100%;
}

.orderhistory__date,
.order_details_date {
  max-width: 157px;
  width: 100%;
}

.order__payment,
.order_details_payment {
  max-width: 72px;
  width: 100%;
}

.order__fullfill,
.order_details_fullfill {
  max-width: 125px;
  width: 100%;
}

.order__total,
.order_details_total {
  max-width: 51px;
  width: 100%;
}

.order_details_number a {
  color: #8E8385;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Manrope';
  text-decoration: none;
}

.order__history__item:nth-child(even) {
  background: rgba(236, 234, 235, 0.4);
  border-radius: 8px;
}

.customer:not(.account):not(.order) {
  margin: 4rem auto;
}

.collection-description {
  max-width: 80%;
  margin-left: auto;
  padding-left: 97px;
  color: #685A5C;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Manrope';
}

.collection-description p:first-child {
  margin-top: 0;
}

.first__box__image__wrapper {
  max-width: 663px;
}

.price__container {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.page-collection .junip-product-summary-star-ratings-container {
  margin-top: 0;
}

.page-search .content-for-layout {
  margin-top: 20px;
  font-family: 'Manrope';
}

.template-search__header h1 {
  font-family: 'Manrope';
}

.junip-no-reviews {
  font-family: 'Manrope';
}

.junip-no-reviews .junip-btn {
  font-family: 'Manrope' !important;
  background: #C56F5C !important;
  border-radius: 5px !important;
  padding: 21px 47px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.junip-filters-container select option {
  background-color: #fff !important;
  font-family: 'Manrope' !important;
}

.article-card__info {
  font-family: 'Manrope';
}

.header__icon .burger_icon {
  height: 24px;
  width: 24px;
}

a.blogCta {
  display: inline-block;
  padding: 15px 20px 13px;
  margin: 20px 0 40px;
  background-color: #c3602f;
  color: #f4dfce !important;
  border-radius: 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 15px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
}

a.blogCta:hover {
  background-color: #844538;
  text-decoration: none;
}

.how_to_img {
  min-width: 40%;
}

.instructions__wrap {
  margin-top: 8px;
}

.compare__price {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #8e8385;
  font-family: Manrope;
  margin-right: 8px;
  text-decoration: line-through;
}

.bottom__info {
  display: flex;
}

.product__info-wrapper {
  align-self: center;
}

.go4004593989 span {
  font-family: 'Manrope' !important;
}

.text__video__wrapper__text {
  max-width: 500px;
}

.kinder_box_preference {
  text-align: center;
}

.box__input-contain {
  position: relative;
}

.box__tooltip {
  position: absolute;
  min-width: 110px;
  border: 1px solid #ECEAEB !important;
  border-radius: 8px !important;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  bottom: 35px;
  opacity: 0;
  transition: .2s opacity linear;
}

.box__input-contain:hover .box__tooltip {
  opacity: 1;
}

/* #te-modal-content {
  text-align: center;
} */

body#recharge-novum #recharge-te .rc_product_quantity {
  margin: 8px auto;
}

body#recharge-novum #recharge-te * {
  font-family: 'Manrope';
}

.rebuy-cart__flyout,
.primary-title {
  font-family: 'Manrope';
}

.rebuy-cart__flyout-title {
  text-align: left !important;
  font-family: 'Manrope';
}

.rebuy-cart__flyout-item-product-title {
  text-decoration: none;
}

.rebuy-cart__flyout-recommendations .rebuy-widget .rebuy-product-grid.large-style-line .rebuy-product-block .rebuy-product-actions .rebuy-button {
  font-family: 'Manrope';
  border-radius: 5px;
  padding: 16px !important;
}

.primary-title {
  text-align: left !important;
}

.rebuy-cart__flyout-item-media img,
.rebuy-cart__flyout-item-media video {
  height: 100px !important;
  width: 100px !important;
  object-fit: cover !important;
}

.rebuy-cart__flyout-item-media {
  width: 100px !important;
}

.rebuy-cart__flyout-item-info {
  width: calc(100% - 100px) !important;
}

.rebuy-cart__flyout-item-quantity-widget-label {
  border-left: 0 !important;
  border-right: 0 !important;
}

.rebuy-cart__flyout-item-quantity-widget {
  border-radius: 5px !important;
  border-color: #ECEAEB !important;
}

.rebuy-cart__flyout-item-quantity-widget-label,
.rebuy-cart__flyout-item-quantity-widget-button {
  height: 35px !important;
  line-height: 35px !important;
}

.rebuy-cart__flyout-item-quantity-widget-button {
  border-radius: 5px !important;
}

.rebuy-button svg {
  height: 19px !important;
}

.rebuy-money.compare-at,
.rebuy-widget .rebuy-money.compare-at {
  margin-left: 8px;
}

.rebuy-cart__flyout-empty-cart a {
  text-decoration: none;
  border-radius: 5px !important;
}

.rebuy-cart__flyout-empty-cart h4 {
  font-size: 24px;
  font-family: 'Manrope';
}

.volume .icon-mute {
  display: none;
}

.volume.icono-volumeMute .icon-mute {
  display: block;
}

.volume.icono-volumeMute .icon-louder {
  display: none;
}

.collection__filter__wrapper {
  padding: 0;
  margin: 0;
  list-style: none;
}

.collection__filter__wrapper .filter__menu__item {
  padding: 2px 10px;
  border-radius: 8px;
  transition: .2s all ease-out;
}

.collection__filter__wrapper .filter__menu__item.active_collection {
  background: #FCF5F0;
}

.collection__filter__wrapper .filter__menu__item.active_collection a {
  color: rgb(197, 111, 92);
  font-weight: 600;
}

.collection__filter__wrapper .filter__menu__item:hover {
  background: #f3f3f3;
}

.collection__filter__wrapper a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #2b2424;
  font-family: 'Manrope';
}

.collection__filter__wrapper li+li {
  margin-top: 8px;
}

.collection__filter__wrapper img {
  max-width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  margin-right: 10px;
}

.gf-filter-contents h4 {
  margin: 0 0 20px;
  font-family: 'Manrope';
  font-weight: 700;
  font-size: 16px;
  margin-left: 10px;
}

.snize-filters-sidebar {
  display: none !important;
}

div.snize-search-results {
  font-family: 'Manrope';
  margin-top: 50px;
}

div.snize div.snize-main-panel-view-mode a {
  border-radius: 8px !important;
}

#snize-search-results-grid-mode li.snize-product span.snize-title {
  line-height: 30px !important;
  color: #2b2424 !important;
  margin-bottom: 20px !important;
  font-weight: 600 !important;
  font-size: 22px !important;
}

#snize-search-results-grid-mode span.snize-description {
  font-size: 14px !important;
  line-height: 22px !important;
  color: #8e8385 !important;
  font-weight: 500 !important;
}

div.snize div.snize-main-panel-view-mode a.snize-view-mode-icon.active {
  background-color: rgb(197, 111, 92) !important;
  border-color: rgb(197, 111, 92) !important;
}

div.snize div.snize-main-panel-dropdown a {
  border-radius: 8px !important;
}

#snize-search-results-grid-mode .snize-price-list {
  margin-top: 20px !important;
}

#snize-search-results-grid-mode span.snize-thumbnail img {
  border-radius: 20px !important;
}

#snize-search-results-grid-mode li.snize-product .snize-button {
  letter-spacing: .05em !important;
  text-transform: uppercase !important;
  font-family: Manrope !important;
  font-weight: 700 !important;
  border-radius: 5px !important;
  transform: translateX(-50%) !important;
  left: 50% !important;
  top: -85px !important;
  width: calc(100% - 80px) !important;
  background: #fff !important;
  color: #2b2424 !important;
  height: 50px !important;
}

div.snize li.snize-product .snize-price-list .snize-discounted-price {
  font-size: 16px !important;
  font-weight: 700 !important;
  margin-left: 16px !important;
  letter-spacing: .05em !important;
  color: #bdbdbd !important;
}

div.snize li.snize-product .snize-price-list .snize-price {
  line-height: 25px !important;
  letter-spacing: .05em !important;
  text-transform: uppercase !important;
  color: #685a5c !important;
  font-size: 16px !important;
}

div.snize div.snize-search-results-categories li.snize-category span.snize-title,
div.snize div.snize-search-results-pages li.snize-page span.snize-title {
  font-size: 22px !important;
  color: #2b2424 !important;
  display: block !important;
  margin-bottom: 8px;
}

#snize-search-results-list-mode span.snize-description {
  font-size: 14px !important;
}

.page__search-results-page .index__wrapper {
  display: none;
}

@media screen and (max-width: 1200px){
  .header__menu-item span{
    font-size: 12px;
  }
}

/* Live Website || 6-28-22 - New Landing Page */
@media screen and (min-width: 990px) {
  .pagination__thumb {
    display: none;
  }

  .links__wrap {
    margin-top: 16px;
  }

  .mobile-reviews {
    display: none;
  }

  .inside_products {
    display: flex;
  }

  .inside_products_slider {
    display: none;
  }
}

@media screen and (max-width: 1440px) {
  .page-product .select__select {
    line-height: unset;
  }

  .scroll__nav {
    padding: 17px 36px 0;
  }

  .page-product .select__select {
    min-height: 51px;
  }

  .tp-form-header.tp-search-header {
    justify-content: center;
  }

  .tp-track-your-package.tp-search-title {
    font-size: 22px !important;
    margin-bottom: 16px !important;
    line-height: 29px !important;
    color: #2B2424;
    font-family: 'Manrope';
    font-weight: 600;
    text-transform: capitalize;
  }

  .tp-search-input {
    min-height: 59px !important;
    box-sizing: border-box;
    background: rgba(236, 234, 235, 0.5);
    border-radius: 5px;
    border: 0;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Manrope';
  }

  .tp-track-button.tp-search-button {
    width: 160px !important;
    color: rgb(255, 255, 255);
    background-color: rgb(197, 111, 92);
    width: 195px;
    padding: 20px;
    border: 0;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: 'Manrope';
  }

  .tp-search-input {
    margin-right: 8px !important;
    padding-left: 24px !important;
    width: 312px !important;
  }

  .tp-form-wrapper {
    padding: 33px !important;
  }

  .faqsection__heading {
    font-size: 32px;
    line-height: 43px;
    margin: 0 0 24px;
  }

  .template-skip .description-section__description {
    margin-bottom: 40px;
  }

  .template-skip .description-section__heading p {
    margin: 0 0 25px;
    font-size: 52px;
    line-height: 58px;
  }

  .img-description__wrapper__inner {
    padding: 100px 0;
  }

  .skip-button {
    padding: 12px 28px;
    font-size: 11px;
    line-height: 16px;
  }

  .skip__step__icon {
    margin-top: 16px;
  }

  .skip__step__description {
    font-size: 13px;
    line-height: 23px;
  }

  .skip__step__heading {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 8px;
  }

  .skip__step__number {
    width: 38px;
    height: 38px;
    font-size: 13px;
    margin-right: 23px;
  }

  .conteiner__heading {
    margin: 0 0 50px;
    font-size: 30px;
    line-height: 43px;
  }

  .skip__wrapper {
    max-width: 1072px;
    padding: 66px 110px;
  }

  .skip-how-it-works__wrapper {
    margin: 80px 0 100px;
  }

  .heading__wrap {
    max-width: 854px;
    margin: 0 auto 80px;
  }

  .heading__left {
    max-width: 523px;
  }

  .heading__right p {
    max-width: 194px;
  }

  .heading__wrap p {
    font-size: 13px;
    line-height: 18px;
  }

  .template-skip h1.page__heading {
    max-width: 410px;
  }

  .stand__labels__wrap svg {
    width: 74px;
    height: 74px;
  }

  .stand__labels__wrap svg+svg {
    margin-left: 25px;
  }

  .stand__button {
    background: #245A66;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    padding: 17px 38px;
    display: inline-block;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-family: Manrope;
    margin-bottom: 57px;
    transition: .2s all linear;
  }

  .stand__button:hover {
    background-color: #1D4852;
  }

  .stand__subheading {
    font-size: 13px;
    line-height: 22px;
    color: #8e8385;
    margin-bottom: 40px;
  }

  .standarts__heading {
    margin: 0 0 25px;
    font-weight: 600;
    font-size: 38px;
    font-family: Manrope;
    line-height: 44px;
    color: #2b2424;
  }

  .img_standarts__wrapper .founder_inside_wrapper {
    padding: 70px 0 100px;
  }

  .second__block {
    margin-top: 170px;
  }

  .standarts__text {
    max-width: 410px;
    margin-left: 50px;
  }

  .img__stands__outer .img__wrapper {
    margin-top: -100px;
    max-width: 650px;
  }

  .block__text__content {
    font-size: 14px;
    line-height: 22px;
  }

  .sticky_block__heading {
    font-size: 32px;
    line-height: 43px;
    color: #2b2424;
    margin: 0 0 25px;
  }

  .stycky__image__wrapper {
    max-width: 49%;
  }

  .left__text__wrapper {
    max-width: 37%;
  }

  .sticky_block {
    max-width: 1120px;
  }

  .founder_inside_wrapper {
    max-width: 1120px;
  }

  .quote__wrapper__inner {
    max-width: 1074px;
  }

  .founder_left_wrapper img {
    max-width: 314px;
  }

  .founder__section__heading p {
    margin: 80px 0 25px;
    line-height: 58px;
    font-size: 53px;
  }

  .founder__description {
    margin-bottom: 165px;
    font-size: 14px;
    line-height: 22px;
  }

  .founder_right_wrapper {
    max-width: 548px;
  }

  .founder_left_wrapper {
    max-width: 410px;
    margin-right: 50px;
  }

  .author-wrapper img {
    width: 50px;
    height: 50px;
  }

  .author-wrapper {
    margin-top: 24px;
    font-size: 14px;
    line-height: 18px;
  }

  .quote {
    font-size: 28px;
    line-height: 38px;
  }

  .quote__heading {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 40px;
  }

  .story-index-wrapper img {
    min-height: 460px;
    object-fit: cover;
  }

  .text__wrapper {
    max-width: 410px;
  }

  .page-head p {
    font-size: 44px;
    line-height: 61px;
    margin: 0 0 14px;
  }

  .page-description {
    font-size: 13px;
    line-height: 22px;
  }
  .subscribe__text__wrapper {
    max-width: 100%;
    text-align:center;
   }

  .img__advantages__wrapper {
    max-width: 1074px;
    margin: 80px auto 0;
  }

  .img__background__wrapper__inner {
    max-width: 1074px;
    padding: 150px 0 80px;
  }

  .grid__images__inner__wrapper {
    max-width: 1074px;
    margin: 80px auto;
  }

  .ingredients__inner__wrapper {
    max-width: 1074px;
  }

  .img-description__wrapper__inner {
    max-width: 1074px;
  }

  .section-description__wrapper {
    max-width: 410px;
    margin-right: 50px;
  }

  .tab__content__wrapper {
    margin: 0;
  }

  .img-description__wrapper__inner .image__wrapper {
    max-width: 524px;
  }

  .description-section__heading p {
    margin: 0 0 16px;
    font-size: 44px;
    line-height: 61px;
  }

  .description-section__description p {
    font-size: 14px;
    line-height: 22px;
  }

  .description-section__description {
    margin-bottom: 33px;
  }

  .ingredients__wrapper {
    padding: 74px 0 100px;
  }

  .ingredients_heading p {
    font-size: 33px;
    line-height: 43px;
    margin: 0 0 14px;
  }

  .ingredients_subheading {
    margin: 0 auto 57px;
    max-width: 538px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #8e8385;
    font-family: Manrope;
  }

  .ingredient__wrapper .image__wrap {
    width: 182px;
    height: 182px;
  }

  .ingredient__wrapper .image__wrap img {
    max-width: 128px;
    max-height: 128px;
  }

  .ingredient__title {
    margin: 24px 0 6px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
  }

  .ingredient__description {
    font-size: 14px;
    line-height: 22px;
  }

  .grid__images__inner__wrapper .section__heading {
    font-size: 32px;
    line-height: 43px;
  }

  .grid__images__inner__wrapper .section__subheading {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #8e8385;
    font-family: Manrope;
    text-align: center;
    margin: 0 0 65px;
  }

  .grid__item2 .grid__item__inner p {
    font-size: 14px;
    line-height: 22px;
    max-width: 438px;
  }

  .grid__item3 {
    margin-top: 65px;
  }

  .img__background__wrapper__inner .image__wrapper {
    max-width: 523px;
  }

  .stand__text {
    max-width: 438px;
    margin-left: 50px;
  }

  .stand__heading {
    font-size: 28px;
    line-height: 38px;
  }

  .advantages__wrapper__outer {
    max-width: 410px;
    margin-right: 50px;
  }

  .advantages__image {
    max-width: 550px;
  }

  .stand__content {
    font-size: 14px;
    line-height: 22px;
  }

  .advantages__heading {
    font-size: 32px;
    line-height: 43px;
  }

  .advantages__subheading {
    margin: 13px 0 40px;
    color: #8e8385;
    font-size: 14px;
    font-family: Manrope;
    line-height: 22px;
  }

  .advantage {
    font-size: 12px;
    line-height: 22px;
    margin-top: 10px;
  }

  .icon__advantage svg {
    width: 17px;
    height: 17px;
  }

  .article__content__wrapper blockquote{
    padding-left: 30px;
    font-size: 20px;
    line-height: 33px;
  }
  .article__content__wrapper blockquote a {font-size:20px!important;}
  .leaf {
    display: none;
  }

  #insta-feed,
  .instafeed-shopify {
    padding: 100px 0;
  }

  .template-box .qty_btn {
    width: unset;
  }

  .big__image img {
    height: 100%;
    object-fit: cover;
  }

  .yotpo-widget-referral-widget .yotpo-share-buttons-container.yotpo-is-mobile li:nth-child(2) {
    order: 0;
  }

  .yotpo-widget-referral-widget .yotpo-share-buttons-container.yotpo-is-mobile li:nth-child(3) {
    order: 2;
  }

  .yotpo-widget-referral-widget .yotpo-share-buttons-container.yotpo-is-mobile li:nth-child(6) {
    order: 3;
  }

  .yotpo-widget-referral-widget .yotpo-share-buttons-container.yotpo-is-mobile li:nth-child(4) {
    order: 1;
  }

  .yotpo-widget-referral-widget .yotpo-share-buttons-container.yotpo-is-mobile li:nth-child(5) {
    order: 4;
  }

  .junip-product-review-container,
  .junip-review-section-title {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .junip-review-list-item-container .junip-review-customer {
    margin-right: 30px !important;
  }

  .collection__label svg {
    width: 55px;
    height: 55px;
  }

  .collection__tag {
    top: -12px;
    font-size: 10px;
    line-height: 14px;
  }

  .yotpo-widget-referral-widget .yotpo-share-buttons-container.yotpo-is-mobile {
    position: relative !important;
  }

  .template-refer-a-friend .yotpo-widget-referral-widget .yotpo-is-mobile .yotpo-main-share-body-textarea {
    background: rgba(104, 90, 92, 0.1) !important;
    color: #B3ADAD;
  }

  .yotpo-referral-widget-form {
    flex-direction: column !important;
  }

  .yotpo-widget-referral-widget .yotpo-is-mobile .yotpo-main-share-body-textarea {
    border-radius: 5px;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.1);
    border: 0;
    color: #fff;
  }

  .full_img {
    flex-shrink: 0;
    max-width: 42%;
  }

  .full__description {
    max-width: 657px;
    margin-left: 74px;
  }

  .full__title {
    font-size: 22px;
    line-height: 30px;
    margin: 10px 0 16px;
  }

  .full__description__product {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 28px;
    padding-bottom: 28px;
  }

  .full_info {
    margin-bottom: 28px;
    padding-bottom: 28px;
  }

  .info__heading {
    font-size: 12px;
    line-height: 20px;
    width: 100px;
  }

  .info__content {
    font-size: 12px;
    line-height: 20px;
    margin-left: 16px;
  }

  .vendor {
    font-size: 12px;
    line-height: 15px;
  }

  .controls__left {
    margin-right: 35px;
  }

  .controls__right {
    margin-left: 35px;
  }

  .volume__range {
    width: 55px;
  }

  .actions__wrapper {
    margin-left: 50px;
  }

  .actions__btn {
    padding: 15px 26px;
  }

  .podcasts__heading svg {
    max-width: 200px;
    bottom: -15px;
  }

  .arrow__left,
  .arrow__right {
    width: 100px;
  }

  .rewards__club .subscriptions__wrapper {
    padding: 55px;
  }

  .yotpo-widget-campaign-widget .yotpo-description-text {
    font-size: 12px !important;
    line-height: 16px !important;
  }

  .yotpo-widget-campaign-widget .yotpo-title-text {
    font-size: 16px !important;
    line-height: 23px !important;
    margin-bottom: 13px !important;
  }

  .yotpo-widget-campaign-widget-icon-container {
    height: 70px !important;
    margin: 0 auto 20px !important;
  }

  .yotpo-widget-campaign-widget .yotpo-container-headline {
    font-size: 53px !important;
    padding-bottom: 56px !important;
  }

  .yotpo-customized-text.yotpo-headline .yotpo-inner-text {
    font-size: 22px !important;
    line-height: 27px !important;
  }

  .yotpo-widget-my-rewards-widget .yotpo-action-button-widget .yotpo-filled-button {
    width: 200px !important;
    padding: 17px !important;
  }

  .yotpo-widget-my-rewards-widget .yotpo-logged-in-view .yotpo-secondary-button .yotpo-button-standard-size {
    width: 200px !important;
    padding: 17px !important;
  }

  .yotpo-widget-my-rewards-widget .yotpo-logged-in-view {
    padding: 40px 14% !important;
  }

  .yotpo-widget-my-rewards-widget .yotpo-logged-in-view .yotpo-description {
    margin-top: 10px !important;
  }

  .yotpo-widget-my-rewards-widget .yotpo-logged-in-view .yotpo-description .yotpo-inner-text {
    font-size: 28px !important;
    line-height: 39px !important;
  }

  .yotpo-coupons-redemption-widget .yotpo-redemption-option-reward {
    font-size: 52px !important;
    line-height: 58px !important;
    padding-bottom: 16px !important;
    margin-top: 50px !important;
  }

  .how-it-works-rewards {
    max-width: 1080px;
    margin: 80px auto 0;
    padding-bottom: 55px;
  }

  .how__to__steps {
    margin: 40px 0;
  }

  .heading_how_it {
    font-size: 12px;
    line-height: 15px;
  }

  .how_to_step {
    padding: 25px 0;
  }

  .how_t_step__number {
    font-size: 24px;
    line-height: 30px;
  }

  .how_t_step__info {
    font-size: 22px;
    line-height: 30px;
    margin-left: 16px;
  }

  .how_to_use__heading {
    font-size: 12px;
    line-height: 16px;
  }

  .how_to_use__description {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
    max-width: 470px;
  }

  .rewards__imge {
    max-width: 523px;
  }

  .right__help__wrapper {
    margin-left: 40px;
    max-width: 228px;
  }

  .title__404 {
    font-size: 53px;
    line-height: 58px;
    margin: 8px 0 40px;
  }

  .subheading__404 {
    font-size: 15px;
    line-height: 19px;
  }

  .button__404 {
    padding: 17px 38px;
    font-size: 12px;
    line-height: 16px;
  }

  .collage__wrapper__heading .collage__head {
    margin: 80px 0;
    max-width: 417px;
  }

  .page-404 .collage__wrapper__heading .collage__heading {
    font-size: 44px;
    line-height: 61px;
  }

  .product__vendor {
    margin-top: 20px;
    font-size: 12px;
    line-height: 15px;
  }

  h6.product__title {
    margin: 6px 0 16px;
    font-size: 18px;
    line-height: 22px;
  }

  .card__price {
    font-size: 14px;
    line-height: 18px;
  }

  .card__info {
    margin-bottom: 21px;
  }

  .featured__products {
    margin: 40px 0 0;
  }

  .featured__products__gift {
    margin: 40px -15px 0;
  }

  .bottom__link {
    padding: 15px;
  }

  .page__rewards .index__wrapper img {
    min-height: 600px;
  }

  .page__rewards .page__description {
    font-size: 15px;
    line-height: 25px;
    max-width: 350px;
    margin: 24px 0 40px;
  }

  .customer.login,
  .customer.register,
  .customer.reset-password {
    max-width: 465px !important;
    padding: 66px 77px !important;
  }

  #recover,
  #login,
  .customer.register h1,
  .customer.reset-password h1 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 17px;
  }

  .description__login {
    font-size: 14px;
    line-height: 22px;
  }

  .description_policy {
    font-size: 12px;
    line-height: 21px;
    margin: 16px 0;
  }

  .yotpo-header-text {
    font-size: 12px !important;
    line-height: 15px !important;
    padding-bottom: 25px !important;
  }

  #yotpoReferralTitleText {
    font-size: 53px !important;
    line-height: 58px !important;
    padding-bottom: 25px !important;
  }

  #yotpoReferralDescriptionText {
    font-size: 13px !important;
    line-height: 22px !important;
  }

  .yotpo-copy-link {
    padding: 0 40px !important;
    height: 41px !important;
  }

  .yotpo-widget-referral-widget li>button.yotpo-share-button-widget {
    width: 41px;
    height: 41px;
  }

  .yotpo-widget-referral-widget .yotpo-share-buttons-container {
    margin: 40px auto 0 !important;
    padding-top: 40px !important;
  }

  .collection-title {
    font-size: 22px;
    line-height: 30px;
  }

  .gf-block-title h3 {
    font-size: 12px !important;
    line-height: 15px !important;
  }

  .gf-option-block {
    padding: 20px 0 !important;
  }

  .gf-option-block ul li a {
    font-size: 12px !important;
    line-height: 20px !important;
  }

  .collection__description__inner {
    margin: 80px 0 65px;
  }

  .gf-left #gf-tree:not(.spf-hidden)+#gf-grid {
    padding-left: 80px;
  }

  .card__information {
    padding-top: 2.5rem !important;
  }

  .grid {
    column-gap: 25px;
    row-gap: 50px;
  }

  .page-product .product-form__submit {
    padding: 16px;
    font-size: 12px;
  }

  .qty_btn {
    width: 100%;
  }

  .product-form__input+div {
    width: 100%;
  }

  .product-form__submit,
  .quick-add__submit {
    font-size: 12px;
    padding: 14px;
  }

  .small__banner a,
  .big__banner a {
    margin-bottom: 40px;
    padding: 16px 38px;
    font-size: 12px;
    line-height: 16px;
  }
  .big__banner {background-position:center center;}

  .banner__headline {
    margin-top: 30px !important;
    font-size: 30px !important;
    line-height: 41px !important;
  }

  .page__brands .page__description {
    max-width: 330px;
    margin: 0;
  }

  .page__brands .page__description p {
    padding: 0;
  }

  .brands__wrapper__outer {
    margin: 80px 0 100px;
  }

  .letter__wrapper {
    font-size: 20px;
    line-height: 30px;
    margin: 30px 0 16px;
  }

  .filtered__letter {
    font-size: 12px;
    line-height: 16px;
  }

  .filtered__letter+.filtered__letter {
    margin-left: 30px;
  }

  .filter {
    padding: 30px 0;
  }

  .brand__title {
    font-size: 15px;
    line-height: 20px;
  }

  .brand__count {
    font-size: 10px;
    line-height: 14px;
  }

  .brand__item {
    max-width: 194px;
    padding: 25px 0;
  }

  .brand__item+.brand__item {
    margin-left: 25px;
  }

  .images__text__wrapper__inner__subscribe {
    max-width: 1212px;
  }

  .quotes__content {
    font-size: 32px;
    line-height: 38px;
  }

  .quotes__content {
    max-width: 410px;
  }

  .image_wrapper {
    max-width: 550px;
  }

  .wrapper__outer__quotes {
    padding-top: 100px !important;
  }

  .quotes__author img {
    max-width: 220px;
  }

  .subscription__without__steps .plan__wrapper {
    margin: 0 25px;
  }

  .previous__boxes {
    padding: 100px;
  }

  .wrapper__inner__cart {
    max-width: 1258px;
  }

  .cart__footer-wrapper:last-child .cart__footer {
    padding: 3.5rem !important;
  }

  .upsales__wrapper {
    margin-top: 45px;
  }

  .upsales__heading {
    padding-bottom: 28px;
  }

  .upsale__products {
    margin-top: 28px;
  }

  .cart__footer {
    margin-left: 80px;
  }

  .totals__title {
    font-size: 25px;
    line-height: 33px;
  }

  .cart__blocks .totals {
    font-size: 15px;
    line-height: 21px;
  }

  .tax-note {
    font-size: 13px;
    line-height: 22px;
    max-width: 360px;
  }

  .cart-item__details {
    margin-left: 20px;
  }

  .cart-item__media img {
    width: 120px;
    height: 120px;
    min-height: 120px;
  }

  .cart__items__wrapper {
    padding: 35px;
  }

  .page-cart .title-wrapper-with-link {
    padding-bottom: 28px;
  }

  .cart__vendor {
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 7px;
  }

  .cart-item__details .h4 {
    font-size: 15px;
    line-height: 20px;
  }

  .upsales__headline {
    font-size: 20px;
    line-height: 28px;
  }

  .collection__title {
    margin: 0 0 40px;
    font-size: 53px;
    line-height: 58px;
    max-width: 410px;
  }

  .collection__indexdescription {
    bottom: 80px;
  }

  .first__box__text {
    font-size: 53px;
    line-height: 58px;
    margin: 0 0 25px;
  }

  .first__box__description {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 40px;
  }

  .first__box__text__wrapper {
    max-width: 410px;
  }

  .first__box__image__wrapper {
    max-width: 550px;
    margin-right: 20px;
  }

  .first__box__wrapper__inner {
    max-width: 1120px;
  }

  .leftwrapper {
    max-width: 18%;
  }

  .main_article_heading {
    font-size: 32px;
    line-height: 43px;
    margin: 0 0 16px;
  }

  .esential__heading {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 16px;
  }

  .esential__text p {
    font-size: 14px;
    line-height: 22px;
  }

  .content__head {
    margin-bottom: 55px;
  }

  .article__content__container p,
  .article__content__container a {
    font-size: 14px;
    line-height: 25px;
  }

  .article__content__container h2 {
    font-size: 22px;
    line-height: 30px;
    margin: 55px 0 34px;
  }

  .article__content__wrapper ul,
  .article__content__wrapper ol {
    font-size: 14px;
    line-height: 25px;
  }

  .subscribe__wrapper {
    padding: 24px;
    display: flex;
    flex-direction: column-reverse;
  }

  .subscribe__img__wrap {
    position: static;
    transform: unset;
    text-align: center;
  }

  .subscribe__img__wrap img {
    margin: 0 auto 30px;
    border-radius:20px;
    max-width:100%;
  }

  .subscribe__heading {
    font-size: 30px;
    line-height: 41px;
    margin-bottom: 16px;
  }

  .subscribe__subheading {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .subscribe__btn {
    padding: 16px 36px;
    font-size: 12px;
    line-height: 16px;
  }

  .podcasts__index__wrapper__inner {
    max-width: 430px;
    margin: 0 50px 0 75px;
  }

  .podcasts__heading {
    margin: 0 0 50px;
    font-size: 53px;
  }

  .podcasts__subheading {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 15px;
  }

  .podcasts__description {
    font-size: 13px;
    line-height: 23px;
  }

  .podcasts__btn {
    padding: 16px 36px;
    font-size: 12px;
    line-height: 16px;
  }

  .featured__content__wrapper {
    margin-left: 140px;
    max-width: 400px;
  }

  .featured__episode__heading {
    font-size: 28px;
    line-height: 39px;
    margin: 8px 0 30px;
  }

  .featured__episode__subheading {
    font-size: 12px;
    line-height: 15px;
  }

  .featured__episode__short__description span {
    font-size: 10px;
    line-height: 14px;
  }

  .featured__episode__description {
    font-size: 14px;
    line-height: 22px;
  }

  .play__button {
    padding: 17px 38px;
    font-size: 12px;
  }

  .head__stream {
    font-size: 12px;
    line-height: 15px;
  }

  .listen__content {
    margin-left: 30px;
    margin-right: 30px;

  }

  .listen__image__wrapper {
    max-width: 165px;
  }

  .heading__services {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 33px;
  }

  .service__item a {
    padding: 0 20px;
    height: 50px;
  }

  .service__name {
    font-size: 12px;
    line-height: 15px;
  }

  .newsletter__heading {
    max-width: 463px;
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 15px;
  }

  .newsletter_listen_wrapper {
    padding: 30px;
  }

  .episode__heading {
    font-size: 22px;
    line-height: 30px;
    margin: 10px 0 30px;
  }

  .episode__subheading {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 19px;
  }

  .episode-img__wrapper {
    max-width: 230px;
  }

  .episode__description {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
  }

  .audio-player {
    padding: 8px 13px;
  }

  .join__description .block__heading {
    max-width: 390px;
  }

  .actions__btn,
  .links__head {
    font-size: 12px;
    line-height: 15px;
    margin: 0;
  }

  .join_subheading {
    margin-bottom: 40px;
  }

  .under_img__text {
    font-size: 12px;
    line-height: 20px;
  }

  .join__wrapper {
    padding: 100px 0;
  }

  .podcaster__wrapper.swiper-slide-active .podcaster__info {
    max-width: 350px;
    margin-right: 60px;
  }

  .podcasters__heading {
    font-size: 53px;
    line-height: 58px;
  }

  .podcasters__wrapper {
    margin: 100px 0 120px;
  }

  .podcaster__image {
    max-width: 190px;
  }

  .swiper-slide-active .podcaster__image {
    max-width: 400px;
  }

  .podcaster__name {
    font-size: 28px;
    line-height: 39px;
    margin: 8px 0 25px;
  }

  .podcaster__subheading {
    font-size: 12px;
    line-height: 15px;
  }

  .podcaster__description {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 40px;
  }

  .podcaster__slider {
    height: 400px;
  }

  .arrows__nav {
    top: -20px;
  }

  .newsletter__wrapper .gift__heading {
    max-width: 560px;
  }

  .gift__heading,
  .podcasts__subscription .gift__heading {
    font-size: 44px;
    line-height: 60px;
    margin: 0 auto 25px;
  }

  .podcasts__subscription .gift__heading {
    max-width: 550px;
  }

  .gift__description {
    font-size: 14px;
    line-height: 22px;
    max-width: 400px;
    margin: 0 auto 40px;
  }

  .podcasts__subscription .gift__description {
    font-size: 14px;
    line-height: 22px;
    max-width: 500px;
    margin: 0 auto 40px;
  }

  .featured__episode_image__wrapper {
    max-width: 500px;
    width: 100%;
  }

  .join__image {
    max-width: 530px;
    margin-left: 30px;
  }

  .product__title h1 {
    font-size: 26px;
    line-height: 36px;
  }

  .short__description {
    font-size: 14px;
    line-height: 24px;
  }

  .price-item--sale {
    font-size: 16px;
  }

  .quantity {
    width: 150px;
    min-height: 51px;
  }

  .product-form__submit,
  .quick-add__submit {
    padding: 16px;
  }

  .product__info-wrapper {
    padding: 0 53px !important;
  }

  .short__description {
    margin: 0 0 25px !important;
  }

  .price__container,
  .qty_btn {
    margin-top: 25px;
  }

  .inside_products {
    padding: 25px 0;
    margin: 25px 0 0 !important;
  }

  .inside_product_item+.inside_product_item {
    margin-left: 2%;
  }

  .inside_product_item:nth-child(5) {
    margin-left: 0;
  }

  .description__container {
    padding: 100px 0;
  }

  .advantages__wrapper {
    margin-left: 115px;
  }

  .advantages__wrap+.advantages__wrap {
    margin-top: 70px;
  }

  .video__wrapper {
    max-width: 570px;
  }

  .video__wrapper iframe {
    height: 570px;
  }

  .video__section__heading {
    font-size: 50px;
    line-height: 58px;
    margin: 0 0 40px;
  }

  .video__section__description {
    font-size: 14px;
    line-height: 23px;
    margin: 0 0 40px;
  }

  .text-video {
    padding: 0 0 120px;
  }

  .video__section__button {
    padding: 17px 38px;
    font-size: 12px;
  }

  .text__video__wrapper__inner {
    max-width: 1120px;
  }

  .latest__link {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: normal;
  }

  .rticles__wrapper__outer {
    padding: 80px 0 110px;
  }

  .blog__section__heading {
    font-size: 28px;
    line-height: 38px;
  }

  .heading__link {
    font-size: 12px;
    line-height: 16px;
  }

  .latest__articles {
    max-width: 330px;
    padding: 34px;
  }

  h4.latest__heading {
    font-size: 22px;
    line-height: 30px;
  }

  .latest_article a {
    font-size: 16px;
    line-height: 23px;
  }

  .latestarticle__wrapper {
    padding: 16px 0;
  }

  .date-time {
    font-size: 12px;
    line-height: 18px;
  }

  .article__tag {
    margin-top: 20px;
  }

  .card__article__title {
    margin-top: 20px;
    font-size: 18px;
    line-height: 25px;
  }

  .blog__heaing {
    font-size: 52px;
  }

  .text__video__heading {
    font-size: 28px;
    line-height: 39px;
    margin: 8px 0 30px;
  }

  .text__video__subheading {
    font-size: 12px;
    line-height: 15px;
  }

  .text__video__description {
    font-size: 14px;
    line-height: 22px;
  }

  .text__video__wrapper__text {
    max-width: 410px;
  }

  .text__video__button {
    padding: 18px 38px;
    font-size: 12px;
    line-height: 16px;
    margin-top: 30px;
  }

  .text__video__wrapper__video {
    max-width: 570px;
    width: 100%;
  }

  .text__video__wrapper__video iframe {
    height: 339px;
  }

  .blog_featured_wrapper__outer {
    padding: 40px;
    margin: 100px 0;
  }

  .featured__articles__heading {
    margin: 0 0 40px;
    font-size: 44px;
    line-height: 60px;
  }

  .article__cart__description {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .article__info .author {
    font-size: 10px;
    line-height: 14px;
  }

  .article__info .time_and_read {
    font-size: 12px;
    line-height: 18px;
  }

  .section__blog__heading {
    font-size: 28px;
    line-height: 38px;
  }

  .blog__link {
    font-size: 12px;
    line-height: 16px;
  }

  .featured__blog__heading {
    margin: 0 0 40px;
  }

  .newsletter__wrapper .content__wrapper {
    padding: 140px 0;
  }

  .newsletter-form__button {
    padding: 16px 40px;
    font-size: 12px;
    line-height: 16px;
    margin-left: 8px;
  }

  .newsletter-form__field-wrapper input {
    font-size: 14px;
    line-height: 22px;
    padding: 13px 16px;
  }

  .instafeed__wrapper {
    padding: 115px 0 100px;
  }

  .spotlight__item__image img {
    min-height: 250px;
  }

  .account__popup__wrapper {
    top: 128px;
  }

  h1.page__heading {
    font-size: 53px;
    line-height: 58px;
  }

  .page__past-boxes h1.page__heading {
    max-width: 300px;
  }

  .page__description p {
    max-width: 410px;
    font-size: 15px;
    line-height: 25px;
  }

  .help__navigation__head {
    margin: 10px 0 40px;
    min-width: 200px;
    font-size: 22px;
    line-height: 30px;
  }

  nav a {
    font-size: 13px;
    line-height: 22px;
    padding: 8px 16px;
  }

  .help__content__wrapper {
    margin-left: 40px;
  }

  h2.content__heading {
    font-size: 32px;
    line-height: 42px;
    margin: 0 0 14px;
  }

  .subheading {
    font-size: 14px;
    line-height: 24px;
  }

  .faq__heading {
    font-size: 22px;
    line-height: 30px;
    margin: 40px 0 25px;
  }

  .accordion__wrapper {
    padding: 25px 0;
  }

  h3.accordion__heading {
    font-size: 13px;
    line-height: 18px;
  }

  nav a+a {
    margin-top: 6px;
  }

  .footer-block__newsletter .footer-block__heading {
    font-size: 18px !important;
    line-height: 25px;
    margin-bottom: 20px !important;
    padding-right: 20px;
  }

  .footer-block__heading {
    font-size: 14px !important;
    line-height: 19px;
  }

  .footer-block__details-content .list-menu__item--link {
    font-size: 13px !important;
    line-height: 19px;
  }

  .block__description__items>.item+.item {
    margin-top: 26px;
  }

  .block__description__items>.item svg {
    max-width: 18px;
    margin-right: 17px;
  }

  .block__description__items>.item {
    font-size: 13px;
    line-height: 21px;
  }

  .block__description__items {
    margin-bottom: 44px;
  }

  .images__text__wrapper__inner {
    max-width: 1120px;
  }

  .imgtext+.imgtext {
    margin-top: 100px;
  }

  .reviews__wrapper {
    padding: 80px 0 !important;
    margin-bottom: 70px;
  }

  .announcement-bar__message {
    font-size: 12px;
    line-height: 15px;
  }

  .header__icons>*+* {
    margin-left: 48px;
  }

  .mega-menu[open] .mega-menu__content {
    padding: 40px 0;
  }

  .hero__heading {
    font-size: 53px;
    line-height: 58px;
  }

  .hero__description {
    margin: 0 0 40px;
  }

  .hero-image img {
    min-height: 600px;
    object-fit: cover;
  }

  .label__spin svg {
    max-width: 100%;
    max-height: 100%;
  }

  .label__spin {
    height: 86px;
    width: 86px;
  }

  .logo__img__wrapper {
    min-width: 100px;
  }

  .review__wrapper p {
    font-size: 28px;
    line-height: 39px;
  }

  .reviews__carusel {
    padding: 0 26% !important;
  }

  h3.section__head {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 40px;
  }

  h5.column__heading {
    font-size: 18px;
    line-height: 25px;
    margin: 33px 0 16px;
  }

  .column__content p {
    font-size: 14px;
    line-height: 22px;
  }

  .column__wrapper {
    max-width: 324px;
  }

  .column__wrapper+.column__wrapper {
    margin-left: 80px;
  }

  .column__wrapper svg,
  .column__wrapper img {
    max-width: 165px;
    max-height: 165px;
  }

  .icons__text__wrapper {
    padding: 100px 0 115px;
  }

  .block__text__wrapper {
    max-width: 410px;
    margin-left: 0;
  }

  .block__heading {
    font-size: 53px;
    line-height: 58px;
  }

  .block__heading1 {
    margin: 0 0 25px;
  }

  .block__heading2 {
    margin: 0 0 45px;
  }

  .block__description {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 42px;
  }

  .block__description__items>.item {
    font-size: 13px;
    line-height: 22px;
  }

  .block__description__items>.item+.item {
    margin-top: 26px;
  }

  .collage__heading {
    font-size: 53px;
    line-height: 58px;
    margin-bottom: 25px;
  }

  .collage__description {
    font-size: 15px;
    line-height: 23px;
    margin: 0 auto 57px;
  }

  .boxes__products {
    margin-left: 47px;
  }

  .subscriptions__wrapper {
    padding: 30px;
    /* flex-direction: column; */
  }

  h5.instruction__heading {
    font-size: 28px;
    line-height: 39px;
    margin: 40px 0 25px;
  }

  .step+.step {
    margin-top: 25px;
  }

  .step__info {
    font-size: 13px;
    line-height: 22px;
    margin-left: 20px;
    max-width: 180px;
    min-width: 120px;
  }

  .step__number {
    font-size: 11px;
    line-height: 16px;
    width: 34px;
    height: 34px;
  }

  .instruction__wrapper {
    margin-right: 43px;
  }

  .plan__wrapper {
    padding: 33px;
  }

  h4.plan__title {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 25px;
  }

  .incl__info {
    font-size: 13px;
    line-height: 21px;
    margin-left: 10px;
  }

  .plan__wrapper svg {
    width: 15px;
    height: 21px;
  }

  .advantages>div+div {
    margin-top: 12px;
  }

  .subscription__wrapper {
    padding: 100px 0 115px;
  }

  .our__team__wrapper {
    padding: 100px 0;
  }

  .products__wrapper__inner {
    padding: 100px 0;
  }

  .content__wrapper {
    padding: 115px 0;
  }

  .featured__blog__wrapper__outer {
    padding: 100px 0;
  }

  .collage__wrpper {
    padding: 80px 0 100px;
  }

  .money__price {
    font-size: 44px;
    line-height: 61px;
  }

  .plan__price {
    margin-bottom: 12px;
  }

  .advantages {
    margin-top: 25px;
    padding-top: 25px;
    padding-bottom: 36px;
  }

  .subscribe__button {
    padding: 17px 38px;
    font-size: 11px;
    line-height: 16px;
  }

  .arrows__bg {
    top: 21%;
    left: -12px;
  }

  .links__title {
    font-size: 21px;
    line-height: 36px;
  }

  .mega-menu__list>li+li {
    margin-top: 16px !important;
  }

  .mega-menu__list {
    margin-bottom: 31px;
  }

  .left__links {
    width: 125px;
    margin-right: 150px;
  }

  .menu__button {
    font-size: 11px;
    line-height: 16px;
    padding: 12px 31px;
  }

  .mega-menu__link--level-2 {
    line-height: 18px !important;
    font-size: 1.3rem !important;
  }

  .duration {
    font-size: 13px;
  }

  .imgtext .image__wrapper {
    max-width: 548px;
  }

  .list-menu__item {
    font-size: 12px;
    padding: 1.2rem 1rem;
  }

  .img__wrapper__team {
    margin-right: 44px;
  }
}

@media screen and (max-width: 1100px) {
  .yotpo-widget-my-rewards-widget .yotpo-logged-in-view {
    padding: 40px 5% !important;
  }

  .yotpo-action-buttons-tile {
    right: 5%;
  }

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

  .arrows__bg {
    top: 28%;
    left: -15px;
  }

  h5.instruction__heading {
    margin: 0 0 16px;
    font-size: 22px;
    line-height: 30px;
  }

  .subscriptions__wrapper {
    padding: 21px;
    border-radius: 10px;
  }

  .step__info {
    max-width: 234px;
    font-size: 14px;
    line-height: 24px;
    margin-left: 15px;
  }

  .subscriptions__wrapper .plans__wrapper {
    display: none;
  }

  .plans__wrapper__mobile {
    display: flex;
    margin-top: 18px;
  }

  .template-subscribe .subscriptions__wrapper {
    display: none;
  }

  .template-monthly-subscription .subscriptions__wrapper {
    display: none;
  }

  .subscriptions__wrapper {
    justify-content: center;
  }

  .bottom__bg {
    display: none;
  }

  .plans__wrapper__mobile .plan__wrapper+.plan__wrapper {
    margin-left: 20px;
  }

  .custom__header__link {
    display: none;
  }

  .plan__wrapper {
    margin: unset;
  }

  .plans__wrapper {
    margin: 0;
    display: unset;
  }
}

@media screen and (max-width: 990px) {
  .featured__products__gift {
    margin: 32px -10px 0;
  }

  .featured__products__gift .prod__wrapper {
    max-width: 50%;
    padding: 0 10px;
  }

  .plan__wrapper.next {
    transform: translateY(7%) scale(0.9);
  }

  .plan__wrapper.active {
    transform: translateY(0) scale(1);
  }

  .plan__wrapper {
    transform: translateY(14%) scale(0.8);
  }

  .plan__wrapper.nextnext {
    z-index: 0;
    transform: translateY(14%) scale(0.8);
  }

  .box:hover img {
    transform: unset;
  }

  .product__main__advantages {
    margin-top: 16px;
  }

  .how_to_wrapper {
    margin-left: 0;
    margin-top: 20px;
  }

  .product-form__submit,
  .quick-add__submit {
    margin-top: 10px;
  }

  .qty_btn {
    flex-wrap: wrap;
  }

  .skip__steps__wrapper {
    flex-direction: column;
  }

  .template-skip .description-section__description {
    margin-bottom: 26px;
  }

  .template-skip .description-section__heading p {
    margin: 0px 0 12px;
    font-size: 30px;
    line-height: 41px;
  }

  .arrow3,
  .arrow5,
  .arrow4 {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
  }

  .skip__arrow {
    display: block;

    position: relative;
  }

  .img-description__wrapper__inner .image__wrapper {
    max-width: 500px;
  }

  .skip__step__wrap {
    margin-bottom: 80px;
  }

  .skip__step__heading {
    max-width: 289px;
    margin-bottom: 12px;
  }

  .skip__step__number {
    width: 34px;
    height: 34px;
    font-size: 12px;
    margin-right: 15px;
    float: left;
  }

  .skip__step__wrap {
    display: block;
  }

  .heading__wrap p+p {
    margin-top: 4em;
  }

  .heading__right {
    margin-top: 30px;
  }

  .heading__wrap p {
    max-width: unset;
  }

  .conteiner__heading {
    margin: 0 0 30px;
    font-size: 22px;
    line-height: 30px;
  }

  .skip__step__wrap {
    max-width: 100%;
  }

  .skip__wrapper {
    max-width: 500px;
    padding: 40px 25px;
    border-radius: 20px;
  }

  .arrow1,
  .arrow2 {
    display: none;
  }

  .template-skip .page__description p {
    padding: 0;
  }

  .skip-how-it-works__wrapper {
    margin: 40px 0 60px;
  }

  .heading__wrap {
    max-width: 500px;
    margin: 0 auto 12px;
    flex-direction: column;
  }

  .quote__wrapper__inner svg {
    max-width: 40px;
  }

  .block__text__content {
    line-height: 24px;
    margin-bottom: 32px;
  }

  .block__text__content p {
    margin: 0;
  }

  .sticky_block__heading {
    font-size: 26px;
    line-height: 36px;
    margin: 0 0 16px;
  }

  .sticky_block+.sticky_block {
    display: flex;
    margin-top: 60px;
  }

  .left__text__wrapper {
    max-width: unset;
  }

  .stycky__image__wrapper {
    position: relative;
    top: unset;
    width: 100%;
    max-width: unset;
  }

  .sticky_block {
    flex-direction: column;
    max-width: 500px;
  }

  .second__block {
    display: none;
  }

  .sticky_image__wrapper_inside {
    padding: 60px 0;
  }

  .stand__button {
    padding: 16px 36px;
    margin-bottom: 32px;
  }

  .stand__subheading {
    font-size: 14px;
    line-height: 24px;
    color: #8e8385;
    margin-bottom: 26px;
  }

  .standarts__heading {
    margin: 0 0 12px;
    font-size: 30px;
    line-height: 41px;
  }

  .founder_left_wrapper {
    max-width: unset;
    margin-right: 0;
    margin-top: 32px;
  }

  .standarts__text {
    max-width: unset;
    margin-left: 0;
    margin-top: 32px;
  }

  .founder__section__heading p {
    margin-top: 0;
    margin-bottom: 12px;
    line-height: 41px;
    font-size: 30px;
  }

  .founder__description {
    margin-bottom: 0;
  }

  .founder_inside_wrapper.col-revers {
    flex-direction: column-reverse;
  }

  .founder_inside_wrapper {
    flex-direction: column;
    max-width: 500px;
  }

  .founder-story-wrapper>svg {
    display: none;
  }

  .founder-story-wrapper {
    padding: 60px 0;
  }

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

  .quote {
    font-size: 22px;
    line-height: 30px;
  }

  .quote__heading {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 30px;
  }

  .founder_left_wrapper img {
    display: none;
  }

  .quote__wrapper__inner {
    padding: 60px 20px;
  }

  .ingredient__title {
    margin: 20px 0 6px;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
  }

  .ingredient__description {
    line-height: 24px;
  }

  .ingredients__wrapper {
    padding: 60px 18px;
  }

  .ingredient__wrapper {
    padding: 20px 8px;
  }

  .grid__images__inner__wrapper {
    margin: 60px 0;
  }

  .grid__images__inner__wrapper .section__heading {
    font-size: 26px;
    line-height: 36px;
  }

  .grid__images__inner__wrapper .section__subheading {
    line-height: 24px;
    margin: 0 0 32px;
  }

  .stand__heading {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 16px;
  }

  .stand__content {
    line-height: 24px;
  }

  .img__background__wrapper__inner {
    padding: 110px 0 60px;
  }

  .advantages__heading {
    font-size: 26px;
    line-height: 36px;
  }

  .advantages__subheading {
    line-height: 24px;
    margin: 16px 0 20px;
  }

  .advantage {
    font-size: 13px;
    line-height: 24px;
    margin-top: 12px;
  }

  .ingredient__wrapper .image__wrap {
    width: 120px;
    height: 120px;
  }

  .ingredient__wrapper .image__wrap img {
    max-width: 84px;
    max-height: 84px;
  }

  .template-our-standarts .page__description {
    margin: 12px 0 0;
  }

  .template-our-standarts .page__description p {
    padding: 0;
  }

  .tab__content__wrapper {
    max-width: 550px;
    margin: 0 auto;
  }

  .grid__item1 img {
    max-width: 550px;
    width: 100%;
  }

  .grid__container>div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .grid__item__img__wrap {
    max-width: 550px;
  }

  .grid__item3 p {
    max-width: 550px;
  }

  .img__background__wrapper__inner .image__wrapper {
    max-width: 550px;
  }

  .grid__item2 {
    justify-content: center;
  }

  .stand__text {
    margin-left: 0;
    margin-bottom: 32px;
    max-width: 550px;
  }

  .grid__item2 .grid__item__inner p {
    max-width: 550px;
    line-height: 24px;
    margin-top: 18px;
  }

  .grid__item3 {
    margin-top: 60px;
  }

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

  .grid__item3 p {
    font-size: 14px;
    line-height: 24px;
  }

  .img-description__wrapper__inner {
    padding: 60px 0;
  }

  .description-section__heading p {
    margin: 0 0 12px;
    font-size: 30px;
    line-height: 41px;
  }

  .description-section__description {
    margin-bottom: 26px;
  }

  .img__advantages__wrapper {
    flex-direction: column;
    margin: 60px auto 0;
  }

  .img__background__wrapper__inner {
    flex-direction: column-reverse;
  }

  .grid__container {
    grid-template-columns: 1fr;
  }

  .ingredient__wrapper {
    width: 50%;
  }

  .img-description__wrapper__inner {
    flex-direction: column-reverse !important;
  }

  .section-description__wrapper {
    margin-right: 0;
    margin-top: 32px;
    max-width: 500px;
    margin-left: 0 !important;
  }

  .advantages__wrapper__outer {
    margin-right: 0;
    margin-bottom: 32px;
    max-width: 550px;
  }

  .article__content__container img+strong {
    font-size: 10px;
    margin-top: 10px !important;
    line-height: 14px;
    margin-bottom: 32px;
  }

  .thubnails__slider {
    padding-right: 10% !important;
  }

  .arrow__wrapp+.swiper-pagination-bullets.swiper-pagination-horizontal {
    margin-top: 30px;
  }

  .arrow__wrapp+.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    border: 0 !important;
    background-color: #ECEAEB !important;
  }

  .arrow__wrapp+.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #2B2424 !important;
  }

  .arrow__wrapp .arrow_right,
  .arrow__wrapp .arrow_left {
    display: none;
  }

  .article__content__wrapper ul,
  .article__content__wrapper ol {
    font-size: 16px;
    line-height: 28px;
  }

  .article__content__wrapper h4 {
    font-size: 18px;
  }

  .article__content__wrapper h5 {
    font-size: 16px;
  }

  .article__content__wrapper h6 {
    font-size: 14px;
  }

  .article__content__wrapper blockquote {
    padding-left: 30px;
    font-size: 20px;
    line-height: 33px;
  }

  .video__wrapper {
    width: 100%;
  }

  .video__wrapper iframe {
    height: 340px;
  }

  #insta-feed h2 {
    font-size: 22px !important;
  }

  #insta-feed,
  .instafeed-shopify {
    padding: 60px 0;
  }

  .yotpo-widget-referral-widget .yotpo-input-container .yotpo-input {
    margin-bottom: 20px !important;
  }

  .page__rewards h1.page__heading {
    max-width: 300px;
  }

  .page__rewards .page__description {
    max-width: 300px;
  }

  .buttons__sign__wrapper .custom__button {
    width: 120px;
  }

  .revards__head .custom__button {
    padding: 16px 24px;
  }

  .template-box .form__wrapper {
    flex-direction: column-reverse;
  }

  .template-box .qty_btn {
    margin-bottom: 16px;
    width: 100%;
  }

  .template-box .qty_btn div {
    width: 100%;
  }

  .template-box .product-form__buttons {
    max-width: unset;
  }

  .boxes {
    grid-template-columns: 1fr 1fr;
    margin: -15px -6px;
  }

  .junip-filters-container .junip-select-container {
    max-width: calc(50% - 5px) !important;
    min-width: unset !important;
  }

  body>#gf-tree .gf-filter-footer button.filter__button {
    background: #2B2424;
    border-radius: 5px;
    color: #fff;
    border: 0;
    padding: 16px;
    height: unset;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    font-family: 'Manrope';
    display: flex;
    align-items: center;
    justify-content: center;
  }

  body>#gf-tree .gf-filter-footer button.clear__button {
    padding: 16px;
    height: unset;
    margin-left: 10px;
    border-radius: 5px;
    border: 1px solid #D9D6D6;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #C56F5C;
    font-family: 'Manrope';
    display: flex;
    align-items: center;
    justify-content: center;
  }

  body>#gf-tree .gf-filter-footer button svg {
    display: block;
    margin-left: 10px;
  }

  .left_button__wrapper a {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    padding: 16px 27px;
  }

  .button__subheading {
    font-size: 12px;
    line-height: 19px;
    max-width: 160px;
  }

  .standdarts__item {
    flex-direction: column-reverse !important;
  }

  .left_button__wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 22px;
    align-items: center;
    max-width: unset;
  }

  .junip-recommendation-container {
    font-size: 14px !important;
    line-height: 24px;
  }

  .junip-review-vote-container .junip-vote-text {
    margin-right: auto !important;
  }

  .junip-review-vote-container {
    margin-top: 20px !important;
    font-size: 14px !important;
    line-height: 19px !important;
  }

  .junip-review-list-item .junip-review-body {
    font-size: 14px !important;
    line-height: 24px !important;
  }

  .junip-review-list-item .junip-review-title {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .junip-review-list-item .junip-flex-wrapper {
    margin-bottom: 12px !important;
  }

  .junip-recommendation-container {
    margin-top: 12px !important;
  }

  .junip-review-list-item .junip-review-date {
    font-size: 14px !important;
    line-height: 24px !important;
  }

  .junip-review-list-item-container .junip-review-customer {
    margin-right: 0 !important;
  }

  .junip-review-list-item-container .junip-review-customer .junip-customer-details {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .junip-verified {
    margin-top: 0 !important;
  }

  .junip-review-list-item-container {
    padding: 0 0 20px !important;
    border-bottom: 1px solid #ECEAEB;
    margin-bottom: 20px;
  }

  .junip-review-list-item {
    margin-top: 20px;
  }

  .junip-review-list-item-container {
    flex-direction: column;
  }

  .junip-filters-container {
    flex-wrap: wrap !important;
    grid-column-gap: 10px !important;
    grid-row-gap: 12px !important;
  }

  .junip-filters-label .junip-label-container {
    margin-bottom: 12px !important;
  }

  .junip-filters {
    flex-direction: column;
    padding-bottom: 30px !important;
  }

  .junip-reviews-container {
    padding-top: 20px !important;
  }

  .junip-product-review-count:before {
    display: none !important;
  }

  .junip-product-review-bar-wrapper+.junip-product-review-bar-wrapper {
    margin-top: 4px !important;
  }

  .junip-button-border-radius-shaved .junip-btn-sm {
    width: 100%;
    padding: 12px !important;
    font-size: 12px !important;
    line-height: 16px !important;
  }

  .junip-container-md .junip-write-review-cta-container {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    margin-left: 0 !important;
  }

  .junip-filters {
    padding-top: 0 !important;
  }

  .junip-product-review-bars-container {
    margin-right: 0 !important;
    width: 100% !important;
  }

  .junip-write-review-cta-container {
    position: static !important;
    transform: unset !important;
  }

  .junip-product-review-summary-flex-wrapper {
    width: 100%;
  }

  .junip-product-review-average-container {
    margin-right: 40px !important;
  }

  .junip-product-review-average {
    font-size: 54px !important;
    line-height: 74px !important;
  }

  .junip-product-review-title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px !important;
  }

  .junip-product-review-container,
  .junip-review-section-title {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .yotpo-coupons-redemption-widget .yotpo-login-button {
    padding: 0 18px !important;
  }

  .yotpo-coupons-redemption-widget .how_to_use__description {
    line-height: 24px;
    margin-top: 12px;
  }

  .heading_how_it {
    line-height: 16px;
  }

  .how_t_step__number {
    font-size: 21px;
    line-height: 27px;
  }

  .how_t_step__info {
    font-size: 20px;
    line-height: 28px;
    margin-left: 14px;
  }

  .how_to_step {
    padding: 20px 0;
  }

  .how__to__steps {
    margin: 30px 0;
  }

  .loged_out .how-it-works-rewards {
    flex-direction: column;
    margin: 60px 0 20px;
  }

  .how__it__works__text {
    width: 100%;
  }

  .rewards__imge {
    margin-top: 30px;
    max-width: 100%;
    width: 100%;
  }

  .rewards__imge img {
    width: 100%;
  }

  .loged_in .rewards__club .subscriptions__wrapper {
    display: flex;
  }

  .rewards__club .subscriptions__wrapper {
    display: none;
  }

  .yotpo-redemption-slide-item {
    background-position: center !important;
  }

  .rewards__club .subscriptions__wrapper {
    padding: 24px;
  }

  .page-collection .price--on-sale .price-item--regular {
    font-size: 12px;
    line-height: 16px;
    color: #BDBDBD;
    margin-right: 11px !important;
  }

  .page-collection .price-item--sale {
    font-size: 12px;
    line-height: 16px;
  }

  .policy__content__innerwrapper a {
    color: #685a5c !important;
  }

  .policy__nav__item {
    font-size: 14px;
    line-height: 24px;
    padding: 8px 16px;
  }

  /* .shopify-section-header-sticky~.account__popup__wrapper{
    top: 54px;
  } */
  .yotpo-widget-referral-widget .yotpo-left-align-background .yotpo-email-view {
    width: unset !important;
  }

  .yotpo-widget-referral-widget .yotpo-share-buttons-container {
    width: unset !important;
  }

  .yotpo-widget-referral-widget .yotpo-email-view.yotpo-is-mobile .yotpo-referral-widget-form {
    margin-top: 26px !important;
  }

  #yotpoReferralDescriptionText {
    font-size: 14px !important;
    line-height: 24px !important;
  }

  .yotpo-header-text {
    font-size: 12px !important;
    line-height: 16px !important;
    padding-bottom: 12px !important;
  }

  #yotpoReferralTitleText {
    font-size: 30px !important;
    line-height: 41px !important;
    padding-bottom: 12px !important;
  }

  .yotpo-widget-referral-widget li>button.yotpo-share-button-widget {
    width: 50px !important;
    height: 50px !important;
  }

  .yotpo-copy-link {
    padding: 0 !important;
    height: 50px !important;
    width: 50px !important;
    text-align: center !important;
    justify-content: center;
    border-radius: 50% !important;
  }

  .yotpo-widget-referral-widget .yotpo-share-buttons-container.yotpo-is-mobile li,
  .yotpo-widget-referral-widget .yotpo-share-buttons-container.yotpo-is-mobile li:first-child,
  .yotpo-widget-referral-widget .yotpo-share-buttons-container.yotpo-is-mobile li:last-child {
    margin: 0 5px !important;
  }

  ul.yotpo-share-buttons-container li:first-child {
    display: none !important;
  }

  .yotpo-email-share-button {
    display: none !important;
  }

  .yotpo-widget-referral-widget .yotpo-action-button-widget .yotpo-button-style {
    width: 100% !important;
  }

  .yotpo-widget-referral-widget .yotpo-action-button-widget .yotpo-button-style {
    padding: 20px !important;
    margin-left: 0 !important;
  }

  .rewards__club .money__price {
    line-height: 38px;
  }

  .yotpo-coupons-redemption-widget .yotpo-redemption-no-background .yotpo-redemption-option-redeem-button.yotpo-action-button-widget .yotpo-button-style {
    margin-top: 0 !important;
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .yotpo-coupons-redemption-widget .yotpo-redemption-option-cost {
    font-size: 12px !important;
    line-height: 16px !important;
  }

  .yotpo-coupons-redemption-widget .yotpo-redemption-option-container {
    padding: 20px !important;
  }

  .yotpo-coupons-redemption-widget .yotpo-redemption-option-reward {
    font-size: 40px !important;
    line-height: 55px !important;
    padding-bottom: 8px !important;
  }

  .yotpo-widget-campaign-widget .yotpo-outer-tile {
    max-height: 220px !important;
  }

  .yotpo-widget-campaign-widget .flexified-wrapper {
    padding: 0 !important;
  }

  .yotpo-coupons-redemption-widget .yotpo-redemption-options-list.yotpo-is-mobile {
    margin-top: 20px !important;
  }

  .flexified-wrapper.flexified-mobile .flexified-child {
    margin-bottom: 10px;
  }

  .how-it-works-rewards {
    margin: 18px auto 20px;
    padding-bottom: 0;
  }

  .yotpo-coupons-redemption-widget .swiper-pagination-bullet {
    background-color: #ECEAEB !important;
  }

  .yotpo-coupons-redemption-widget .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #2B2424 !important;
  }

  .yotpo-coupons-redemption-widget .yotpo-coupouns-container {
    padding: 0 !important;
  }

  .yotpo-widget-my-rewards-widget .yotpo-is-mobile .yotpo-action-button-widget .yotpo-button-standard-size {
    width: 100% !important;
  }

  .yotpo-widget-my-rewards-widget .yotpo-is-mobile .yotpo-headline .yotpo-inner-text {
    text-align: center;
    font-size: 18px !important;
    line-height: 22px !important;
  }

  .yotpo-widget-my-rewards-widget .yotpo-logged-in-view .yotpo-description .yotpo-inner-text {
    font-size: 22px !important;
    line-height: 33px !important;
    text-align: center;
  }

  .yotpo-widget-my-rewards-widget .yotpo-logged-in-view .yotpo-secondary-button {
    margin-top: 10px;
  }

  .yotpo-widget-my-rewards-widget .yotpo-action-buttons-tile {
    flex-direction: column !important;
    margin-top: 20px !important;
    padding-top: 20px !important;
    border-top: 1px solid #D9D6D6;
  }

  .yotpo-widget-my-rewards-widget .yotpo-is-mobile .yotpo-logged-in-view {
    padding: 20px !important;
  }

  .yotpo-widget-my-rewards-widget .yotpo-is-mobile .yotpo-logged-in-view .yotpo-primary-button {
    margin-right: 0 !important;
  }

  .yotpo-widget-referral-widget .yotpo-background.yotpo-center-background {
    padding: 240px 30px !important;
  }

  .yotpo-widget-referral-widget .yotpo-referral-widget-form {
    flex-direction: column !important;
  }

  .yotpo-widget-campaign-widget .yotpo-container-headline {
    font-size: 30px !important;
    padding-bottom: 30px !important;
  }

  .yotpo-widget-campaign-widget .yotpo-widget-campaign-widget-container {
    padding: 60px 18px !important;
  }

  .yotpo-widget-campaign-widget .yotpo-outer-tile {
    width: 100% !important;
  }

  .flexified-wrapper.flexified-mobile .flexified-child:nth-child(2n) {
    margin-left: 0 !important;
  }

  .page__podcast .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px !important;
  }

  .page__podcast .swiper-pagination-bullet {
    width: 6px !important;
    height: 6px !important;
    border: 0 !important;
    background: #ECEAEB !important;
  }

  .page__podcast .swiper-pagination-bullet-active.swiper-pagination-bullet {
    background-color: #2b2424 !important;
  }

  .audio-player {
    margin-bottom: 20px;
  }

  .episode__description__wrap {
    max-height: 0;
    overflow: hidden;
    transition: .2s all linear;
  }

  .episode__description__wrap.active {
    max-height: 1000px;
  }

  .actions__btn svg {
    margin-right: 10px;
  }

  .show__toggle {
    display: flex;
    align-items: center;
    order: 2;
  }

  .toggle__arrow {
    margin-left: 10px;
  }

  .toggle__arrow svg {
    display: block;
  }

  .toggle__arrow.active {
    transform: rotate(180deg);
  }

  .toggle__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #8E8385;
    font-family: 'Manrope';
  }

  .prod__description__container {
    max-height: 0;
    overflow: hidden;
    transition: .25s all linear;
  }

  .prod__description__container.active {
    max-height: 1000px;
  }

  .box__inside__slider {
    margin-top: 20px;
  }

  .mobile__header__slider {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }

  .mobile__header__slider .line_divider {
    display: block;
    margin-right: 0;
  }

  .box-inside__wrapper {
    margin: 60px 0;
  }

  .thumbs__slider {
    max-width: 375px;
    margin: 0 22px !important;
  }

  .prod__img__advantages img {
    width: 70px;
  }

  .prod__description__container {
    order: 1;
  }

  .full__description {
    margin-left: 0;
    display: flex;
    flex-direction: column;
  }

  .full__prod__description {
    flex-direction: column;
  }

  .full_img {
    max-width: unset;
    margin-bottom: 30px;
  }

  .vendor {
    font-size: 14px;
    line-height: 17px;
  }

  .full__title {
    font-size: 26px;
    line-height: 36px;
    margin: 12px 0 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ECEAEB;
  }

  .full__description__product {
    line-height: 24px;
    margin-bottom: 26px;
    padding-bottom: 26px;
  }

  .full__info__item {
    flex-direction: column;
  }

  .prod__img__advantages img+img {
    margin-left: 20px;
  }

  .info__content {
    margin-left: 0;
    margin-top: 6px;
    font-size: 14px;
    line-height: 26px;
  }

  .link__price {
    margin-bottom: 20px;
  }

  .box_inside__header .section__blog__heading {
    display: none;
  }

  .box_inside__header {
    justify-content: center;
  }

  .scroll__nav.show__nav {
    top: unset;
    bottom: 0;
  }

  .scroll__nav a {
    padding-bottom: 22px;
  }

  .scroll__nav {
    padding: 18px 18px 0;
    background: #fff;
    top: unset;
    bottom: -64px;
  }

  .blogtags__wrapper a+a {
    margin-left: 30px;
  }

  .scroll__nav a+a {
    margin-left: 30px;
  }

  .bottom__insta__dots {
    display: flex;
    align-items: center;
  }

  .bottom__insta__dots .swiper-pagination-bullets.swiper-pagination-horizontal {
    margin: 0;
    display: block;
  }

  .join__description .steps__wrapper svg {
    position: absolute;
    left: -17px;
    top: 2%;
  }

  .podcasts__wrapper .swiper-pagination-bullets.swiper-pagination-horizontal {
    margin-top: 32px;
    justify-content: center;
    display: flex;
  }

  .episode__wrapper+.episode__wrapper {
    margin-top: 0;
  }

  .time__line {
    margin: 0;
  }

  .audio-player {
    padding: 10px;
  }

  .episode__description {
    line-height: 24px;
    margin-bottom: 20px;
  }

  .episode__subheading {
    margin-bottom: 10px;
  }

  .episode__heading {
    font-size: 18px;
    line-height: 25px;
    margin: 10px 0 20px;
  }

  .volume {
    margin-right: auto;
  }

  .audio-player {
    flex-direction: column;
  }

  .controls__left {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .current__time {
    display: none;
  }

  .track_time {
    display: none;
  }

  .controls__right {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
  }

  .progress__bar {
    width: 100%;
  }

  .listen__image__wrapper {
    max-width: unset;
    justify-content: center;
    border-radius: 10px;
  }

  .block__heading svg {
    display: none;
  }

  .yotpo-action-buttons-tile {
    position: static;
    transform: unset;
  }

  .desktop__text {
    display: none;
  }

  .mobile__text {
    display: block;
  }

  .box__btn {
    font-size: 12px;
    line-height: 16px;
    padding: 16px 36px;
  }

  .page-404 .collage__wrapper__heading .collage__heading {
    font-size: 30px;
    line-height: 41px;
  }

  .page-404 .big__image {
    display: none;
  }

  .link__wrapper+.link__wrapper {
    margin-left: 0;
  }

  .link__wrapper {
    margin: 7px !important;
  }

  .right__links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: -7px;
  }

  .right__links img {
    width: 100%;
  }

  .img__link__title {
    font-size: 12px;
    line-height: 16px;
    top: 12px;
  }

  .link__heading-bottom.img__link__title {
    bottom: 14px;
  }

  .right__links+.menu-drawer__menu {
    padding: 16px 0;
  }

  .right__links+.menu-drawer__menu a {
    padding: 10px 0 !important;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 19px;
    text-transform: capitalize;
    color: #8E8385;
  }

  .menu-drawer__inner-container [open] .close {
    display: block;
  }

  .menu-drawer__inner-container .close {
    display: none;
  }

  .menu-drawer__inner-container [open] .open {
    display: none;
  }

  .menu__button {
    font-size: 12px;
    line-height: 16px;
    padding: 16px 36px;
    margin-bottom: 26px;
  }

  .filter {
    overflow: scroll;
  }

  .filtered__letter {
    white-space: nowrap;
  }

  .filter::-webkit-scrollbar {
    display: none;
  }

  .filter {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .brands__wrapper__outer {
    margin: 30px 0 60px;
  }

  .letter__wrapper {
    margin: 20px 0 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .brand__title {
    font-size: 12px;
    line-height: 16px;
  }

  .brand__item {
    max-width: 166px;
    padding: 18px 0;
    margin: 4px !important;
  }

  .letter__items {
    margin: -4px;
  }

  .images__text__wrapper__inner__subscribe {
    flex-direction: column-reverse;
    max-width: 340px;
    padding: 0;
  }

  .wrapper__outer__quotes {
    padding-top: 45px !important;
  }

  .text__quotes {
    margin-top: 30px;
  }

  .quotes__content {
    font-size: 27px;
    line-height: 33px;
    margin-bottom: 20px;
  }

  .quotes__author img {
    max-width: 150px;
  }

  .quotes__author .text_authors {
    font-size: 12px;
    line-height: 16px;
    max-width: 118px;
  }

  .template-subscribe .collage__heading {
    font-size: 22px;
    line-height: 30px;
  }

  .template-monthly-subscription .collage__heading {
    font-size: 22px;
    line-height: 30px;
  }

  .template-subscribe .images__text__wrapper__inner .imgtext+.imgtext .image__wrapper {
    display: none;
  }

  .template-monthly-subscription .images__text__wrapper__inner .imgtext+.imgtext .image__wrapper {
    display: none;
  }

  .previous__boxes {
    padding: 70px 0;
  }

  .template-subscribe .images__text__wrapper {
    margin-top: 60px;
  }

  .template-subscribe .block__heading {
    font-size: 26px;
    line-height: 36px;
  }

  .template-monthly-subscription .images__text__wrapper {
    margin-top: 60px;
  }

  .template-monthly-subscription .block__heading {
    font-size: 26px;
    line-height: 36px;
  }

  .past__boxes__wrapper {
    margin: 50px 0 60px;

  }

  .blocks__wrap {
    grid-template-columns: 1fr 1fr;
    margin: -15px -6px;
  }

  .box {
    margin: 15px 6px;
  }

  .boxes__section__head {
    margin-bottom: 30px;
  }

  h2.year {
    font-size: 22px;
    line-height: 30px;
  }

  .month {
    margin-top: 12px;
    font-size: 12px;
    line-height: 15px;
  }

  h4.box__heading {
    margin: 4px 0 12px;
    font-size: 16px;
    line-height: 22px;
  }

  .box__description {
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 12px;
  }

  .box_link {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 4px;
  }

  .inside_box__description {
    margin: 50px 0;
    font-size: 16px;
    line-height: 26px;
  }

  .boxes__inside {
    grid-template-columns: 1fr;
    margin: -20px -25px;
  }

  .boxes__inside .box {
    margin: 20px 25px;
  }

  .first__box__wrapper__inner {
    max-width: 550px;
    flex-direction: column;
    align-items: flex-start;
  }

  .first__box__image__wrapper {
    margin-right: 0;
  }

  .first__box__text__wrapper {
    max-width: unset;
    margin-top: 32px;
  }

  .first__box__text {
    margin: 0 0 12px;
    font-size: 30px;
    line-height: 41px;
  }

  .first__box__description {
    margin: 0 0 26px;
    line-height: 24px;
  }

  .article__content__wrapper {
    max-width: 100%;
  }

  .leftwrapper {
    position: static;
    max-width: 100%;
    margin-bottom: 32px;
  }

  .page-article #MainContent {
    padding-top: 0;
  }

  .article__wrapper .page-width {
    padding: 0;
  }

  .article__banner img {
    border-radius: 0;
  }

  .main__article__wrapper {
    margin-top: 0;
    padding: 18px;
    margin-bottom: 76px;
  }

  .header__progress {
    top: 54px;
  }

  .main_article_heading {
    font-size: 26px;
    line-height: 36px;
  }

  .content__head {
    margin-bottom: 32px;
  }

  .article__content__container p,
  .article__content__container a {
    font-size: 16px;
    line-height: 26px;
  }

  .article__content__container h2 {
    margin: 32px 0 22px;
  }

  .next_prev {
    margin-top: 32px;
  }

  .next_prev a {
    font-size: 12px;
    line-height: 16px;
  }

  .prod__card {
    margin: 0;
  }

  .card__description strong,
  .card__description b {
    font-size: 18px;
    line-height: 25px;
  }

  .card__description p {
    margin-bottom: 16px;
  }

  .card__vendor {
    font-size: 13px;
    line-height: 17px;
  }

  .subscribe__wrapper {
    margin: 32px 0 0;
  }

  .product_slider .bottom__mobile .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    justify-content: center;
  }

  .podcast_index_section {
    flex-direction: column-reverse;
  }

  .podcast__index__wrapper,
  .podcast__img__wrapper {
    width: 100%;
  }

  .podcasts__index__wrapper__inner {
    margin: 0;
    padding: 32px 18px;
    max-width: unset;
  }

  .featured_text_image {
    margin: 32px 0 60px;
    flex-direction: column;
  }

  .featured__episode_image__wrapper {
    max-width: unset;
    text-align: center;
  }

  .featured__content__wrapper {
    margin: 30px 0 0;
    max-width: unset;
  }

  .featured__episode_image__wrapper img {
    width: 100%;
  }

  .liste__container {
    flex-direction: column;
  }

  .listen__content {
    margin: 20px 0 32px;
  }

  .heading__services {
    display: none;
  }

  .newsletter_listen_wrapper {
    margin: 0;
    padding: 20px;
  }

  .listen__wrapper {
    padding: 60px 0;
  }

  .podcasts__wrapper {
    padding: 60px 0;
  }

  .blog__section__heading {
    margin: 0 0 32px;
  }

  .episode__wrapper {
    flex-direction: column;
  }

  .episode__content__wrapper {
    margin-left: 0;
    margin-top: 20px;
  }

  .social__wrapper {
    display: none;
  }

  .actions__wrapper {
    margin-left: 0;
    flex-direction: row;
    justify-content: space-between;
    max-height: 0;
    overflow: hidden;
    transition: .2s all linear;
  }

  .actions__wrapper.active {
    margin-bottom: 20px;
    max-height: 100px;
  }

  .actions__btn+.actions__btn {
    margin-top: 0;
  }

  .episode__description__wrap .social__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .social__wrapper svg {
    max-width: 16px;
  }

  .actions__btn {
    width: calc(50% - 5px);
    padding: 16px 22px;
    justify-content: center;
  }

  .join__wrapper {
    flex-direction: column;
  }

  .episode__wrapper .show__toggle {
    justify-content: center;
  }

  .join__image {
    margin-left: 0;
    margin-top: 40px;
    max-width: 500px;
  }

  .arrows__nav {
    display: none;
  }

  .podcaster__wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }

  .podcaster__slider {
    padding-right: 0 !important;
    height: unset;
  }

  .podcaster__wrapper.swiper-slide-active .podcaster__info {
    transition: unset;
    max-width: unset;
    margin: 0;
  }

  .swiper-slide-active .podcaster__image {
    max-width: unset;
    margin-bottom: 30px;
  }

  .podcaster__image img {
    width: 100%;
  }

  .podcaster__info {
    max-width: unset;
    height: unset;
  }

  .podcaster__image {
    max-width: 100%;
    transition: unset;
  }

  .podcasters__wrapper {
    margin: 60px 0;
  }

  .podcasts__subscription .gift__heading {
    font-size: 26px;
    line-height: 36px;
    max-width: 340px;
  }

  .podcasts__subscription .gift__description {
    max-width: 334px;
  }

  .podcaster__name {
    font-size: 26px;
    line-height: 36px;
    margin: 10px 0 16px;
  }

  .podcaster__subheading {
    font-size: 14px;
    line-height: 18px;
    margin: 30px 0 0;
  }

  .podcaster__description {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .join__wrapper {
    padding: 60px 0;
  }

  .podcasters__heading {
    font-size: 30px;
    line-height: 41px;
    margin: 0 auto 32px;
  }

  .under_img__text {
    margin-top: 16px;
  }

  .join_subheading {
    margin-bottom: 26px;
  }

  .join__description .step__number {
    margin-left: 0;
  }

  .join__description .steps__wrapper {
    margin-bottom: 26px;
  }

  .podcasts__heading {
    font-size: 30px;
    line-height: 41px;
    margin: 0 0 26px;
    max-width: 206px;
  }

  .podcasts__heading svg {
    max-width: 150px;
    bottom: -25px;
  }

  .podcasts__subheading {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 12px;
  }

  .podcasts__description {
    font-size: 14px;
    line-height: 24px;
  }

  .podcasts__btn {
    margin-top: 26px;
  }

  .featured__episode__heading {
    font-size: 22px;
    line-height: 30px;
    margin: 6px 0 24px;
  }

  .featured__episode__short__description span {
    font-size: 11px;
    line-height: 15px;
  }

  .featured__episode__description {
    line-height: 24px;
    margin-top: 12px;
  }

  .striming__wrapper {
    margin-top: 24px;
  }

  .head__stream {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 14px;
  }

  .newsletter_listen_wrapper .newsletter-form__field-wrapper .field {
    flex-direction: column;
  }

  .newsletter_listen_wrapper .newsletter-form__button {
    margin-left: 0;
    margin-top: 6px;
  }

  .episode__wrapper {
    padding: 20px;
    border-radius: 20px;
  }

  .episode-img__wrapper {
    max-width: unset;
    display: flex;
    justify-content: center;
  }

  .product.grid {
    flex-direction: column;
    border-bottom: 0 !important;
  }

  .product__info-wrapper {
    padding: 0 !important;
  }

  .grid--2-col-tablet .grid__item {
    width: 100%;
  }

  .product__info-container {
    max-width: unset !important;
    margin: 0 18px;
    padding: 30px 0;
  }

  .description__heading {
    display: none;
  }

  .description__container {
    padding: 0;
    flex-direction: column;
  }

  .description__wrapper {
    max-width: unset;
  }

  .advantages__wrapper {
    margin-left: 0;
    margin-top: 40px;
    min-width: unset;
  }

  .text-video__inner {
    flex-direction: column-reverse;
    align-items: center;
  }

  .form__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .price-item--sale {
    font-size: 18px;
  }

  .product__title h1 {
    margin: 17px 0 30px;
  }

  .short__description {
    margin: 0 !important;
  }

  .price__container,
  .qty_btn {
    margin-top: 30px;
  }

  .details__prod__title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px;
  }

  .details__prod__description {
    font-size: 12px;
    line-height: 19px;
    max-width: unset;
  }

  .details_product_item {
    flex-direction: column;
  }

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

  .accordion__description {
    padding: 22px 0 0;
    margin-top: 22px;
  }

  .accordion__item {
    padding: 22px 0;
  }

  .accordion__head {
    font-size: 12px;
    line-height: 16px;
  }

  .accordion__head__wrapper.active__accordion .acordion__icon {
    background-color: transparent;
  }

  .acordion__icon {
    background-color: transparent;
  }

  .advantage__heading {
    font-size: 18px;
    line-height: 25px;
  }

  .advantages__wrap+.advantages__wrap {
    margin-top: 40px;
  }

  .labels__images__wraper>img+img {
    margin-left: 20px;
  }

  .labels__images__wraper>img {
    max-width: 70px;
  }

  .text__wrapper__text {
    max-width: unset;
  }

  .video__section__heading {
    margin: 32px 0 12px;
    font-size: 30px;
    line-height: 41px;
  }

  .video__section__description {
    margin: 0 0 26px;
    font-size: 14px;
    line-height: 24px;
  }

  .video__wrapper {
    margin-top: -260px;
  }

  .text-video {
    margin-top: 300px;
    padding: 0 0 60px;
  }

  .page-product .box__title a {
    font-size: 14px;
    line-height: 19px;
  }

  .price-wrap {
    font-size: 12px;
    line-height: 16px;
    margin-top: 12px;
  }

  .inside_product_item {
    max-width: unset;
  }

  .inside_product_item+.inside_product_item {
    margin: 0;
  }

  .inside_products_slider ul.swiper-wrapper {
    padding: 30px 0 0;
    margin: 30px 0 0;
    border-top: 1px solid #ECEAEB;
    height: unset !important;
  }

  .inside_products_slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    margin-top: 30px;
  }

  .inside_products_slider .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border: 0;
    background: #ECEAEB !important;
  }

  .inside_products_slider .swiper-pagination-bullet-active.swiper-pagination-bullet {
    background-color: #2b2424 !important;
  }

  .product-form__submit,
  .quick-add__submit {
    padding: 16px 69px;
  }

  .quantity {
    width: 130px;
  }

  .blogtags__wrapper a {
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 19px;
    white-space: nowrap;
  }

  .blogtags__wrapper {
    padding: 0 32px 32px;
    overflow: scroll;
  }

  .blogtags__wrapper::-webkit-scrollbar {
    display: none;
  }

  .blogtags__wrapper {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .scroll__nav::-webkit-scrollbar {
    display: none;
  }

  .scroll__nav {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .blog__heaing {
    font-size: 31px;
    line-height: 38px;
    padding: 20px 0 25px;
    margin: 0;
  }

  .indextext__wrapper {
    padding: 0 32px;
    position: static;
    transform: unset;
  }

  .blogtags__wrapper {
    position: static;
    transform: unset;
  }

  .spotlight__item__image img {
    min-height: 280px;
  }

  .week__articles,
  .wrapper__articles.tagged .week__articles {
    grid-template-columns: 1fr 1fr;
  }

  .rticles__wrapper__outer {
    flex-direction: column;
    padding: 50px 0 60px;
  }

  .heading__link {
    display: none;
  }

  .latest__articles {
    margin: 60px 0 0;
    max-width: unset;
    padding: 24px;
  }

  .blog_featured_wrapper__outer {
    margin: 0 0 60px;
    border-radius: 0;
  }

  .blog__featured .page-width {
    padding: 0;
  }

  .featured__blog__heading .line_divider {
    display: block;
    margin-right: 0;
  }

  .spotligght__items__wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .spotlight__wrapper__outer {
    margin-bottom: 60px;
  }

  .instafeed__wrapper {
    padding: 60px 0;
  }

  .blog_featured_wrapper {
    grid-template-columns: 1fr 1fr;
    margin: -15px -30px;
  }

  .newsletter__wrapper .gift__heading {
    font-size: 30px;
    line-height: 41px;
    margin: 0 auto 12px;
    max-width: 315px;
  }

  .gift__description {
    margin: 0 auto 28px;
  }

  .newsletter__wrapper .content__wrapper {
    padding: 250px 0;
  }

  .card__article__wrapper {
    margin: 15px;
  }

  .week__articles {
    margin: -15px;
  }

  .text__video__wrapper__inner {
    flex-direction: column-reverse;
    align-items: flex-start;
    max-width: 339px;
    padding: 0 0 60px;
  }

  .text__video__wrapper__video {
    margin-top: -100px;
  }

  .text__video__wrapper__inner {
    margin-top: 100px;
  }

  .text__video__wrapper__text {
    margin-top: 32px;
  }

  .text__video__subheading {
    font-size: 14px;
    line-height: 18px;
  }

  .text__video__heading {
    margin: 10px 0 12px;
    font-size: 26px;
    line-height: 36px;
  }

  .text__video__button {
    margin-top: 26px;
    font-size: 12px;
    line-height: 16px;
  }

  .blog_featured_wrapper__outer {
    padding: 60px 33px;
  }

  .featured__articles__heading {
    margin: 0 0 32px;
    font-size: 30px;
    line-height: 41px;
  }

  h1.policy-heading {
    margin: 30px 0 18px;
    padding: 0 18px 30px;
    font-size: 30px;
    line-height: 41px;
  }

  .policy__wrapper {
    flex-direction: column;
  }

  .policy__content__wrapper {
    margin-left: 0;
    padding: 30px 18px;
    margin-top: 18px;
    border-top: 1px solid #ECEAEB;
  }

  .policy__nav__item+.policy__nav__item {
    margin-top: 0;
    margin-left: 8px;
  }

  .leftnav__wrapper {
    display: flex;
    align-items: center;
    padding: 0 18px;
    overflow: scroll;
  }

  .leftnav__wrapper::-webkit-scrollbar {
    display: none;
  }

  .leftnav__wrapper {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .page__our-policies #MainContent .page-width {
    padding: 0;
  }

  h2.policy__title {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 24px;
  }

  .policy__content__wrapper p {
    margin: 16px 0;
    font-size: 16px !important;
    line-height: 26px !important;
  }

  .customer.login,
  .customer.register,
  .customer.reset-password {
    padding: 30px 20px !important;
  }

  #recover,
  #login,
  .customer.register h1,
  .customer.reset-password h1 {
    font-size: 26px;
    line-height: 36px;
    margin: 0 0 14px;
  }

  .description__login {
    font-size: 14px;
    line-height: 24px;
  }

  .customer input {
    padding: 13px 18px;
  }

  .customer button {
    font-size: 12px;
    line-height: 16px;
    padding: 16px;
  }

  .customer:not(.account):not(.order) {
    margin: 15rem auto;
  }

  .customer.register {
    margin: 36px auto !important;
  }

  .account__popup__wrapper {
    top: 0;
    bottom: 0;
  }

  .account__popup {
    width: 100%;
    max-width: unset;
    right: 0;
    margin: 0;
    bottom: -37%;
    transition: all .25s linear;
  }

  .account__popup__wrapper.open .account__popup {
    bottom: 0px;
  }

  .button__account {
    width: 100%;
  }

  .top__buttons {
    padding: 18px;
  }

  .top__buttons>a+a {
    margin-top: 12px;
  }

  .right__help__wrapper {
    margin-left: 0;
  }

  .contact__wrap {
    flex-direction: column;
  }

  .right__help__wrapper {
    padding: 35px 18px;
    border-top: 1px solid #ECEAEB;
    max-width: unset;
    margin: 0 -18px;
  }

  .left__help__wrapper .subheading {
    margin-bottom: 32px;
  }

  .show__mobile {
    display: inline-block;
    position: static;
    margin-top: 26px;
  }

  .collage__wrpper.collage__wrapper__heading {
    padding: 60px 0 0;
  }

  .collage__wrapper__heading .collage__head {
    margin: 0 0 35px;
  }

  .collage__wrapper__heading .collage__heading {
    font-size: 30px;
    line-height: 41px;
  }

  .title__404 {
    font-size: 30px;
    line-height: 41px;
    margin: 12px 0 26px;
  }

  .template-404 img {
    max-height: 534px;
    min-height: 461px;
  }

  .button__404 {
    padding: 16px 36px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
  }

  .subheading__404 {
    font-size: 14px;
    line-height: 18px;
  }

  .search__input {
    margin-top: 32px;
  }

  .help__wrapper__inner {
    flex-direction: column;
    padding: 0;
  }

  .help__content__wrapper {
    margin-left: 0;
  }

  .help__navigation__head {
    display: none;
  }

  .help__wrapper__inner nav {
    flex-direction: row;
    align-items: center;
    overflow: scroll;
  }

  .help__wrapper__inner nav::-webkit-scrollbar {
    display: none;
  }

  .help__wrapper__inner nav {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  nav a {
    white-space: nowrap;
  }

  nav a+a {
    margin-top: 0;
  }

  .faq__wrapper__outer>.page-width {
    padding: 0;
  }

  .help__content__wrapper {
    padding: 3.2rem 1.8rem;
  }

  .help__wrapper__inner nav {
    padding: 2rem 1.8rem;
    border-bottom: 1px solid #ECEAEB;
  }

  .index__text__wrapper__inner {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
    background-color: #EBC3A0;
    padding: 0 32px;
  }

  .index__wrapper img {
    min-height: 436px;
    object-fit: cover;
  }

  h1.page__heading {
    font-size: 30px;
    line-height: 41px;
    margin: 0 0 12px;
  }

  .page__description p {
    font-size: 14px;
    line-height: 24px;
    max-width: unset;
    padding-bottom: 32px;
  }

  .page-width.index__text__wrapper__inner:before {
    content: '';
    display: block;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #EBC3A0);
    ;
    height: 30px;
    position: absolute;
    left: 0;
    top: -30px;
    /* Hiding  display:none; */
  }

  h2.content__heading {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 12px;
  }

  .faq__heading {
    margin: 34px 0 20px;
    font-size: 18px;
    line-height: 25px;
  }

  .accordion__wrapper {
    padding: 20px 0;
  }

  .accordion__heading.active+.accordion__body {
    padding-top: 20px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
  }

  .search__input input {
    font-size: 14px;
    line-height: 24px;
    padding: 14px 17px 14px 56px;
  }

  .acordion__icon {
    width: 46px;
    height: 32px;
  }

  .page__customer-help .page__description {
    margin: 0;
  }

  .page__customer-help .page__description p {
    padding-bottom: 0;
  }

  .right__help__wrapper {
    margin-left: 0;
    max-width: unset;
    width: 100%;
    padding: 35px 0;
  }

  .info__info {
    font-size: 14px;
  }

  .info__subinfo {
    font-size: 14px;
    color: #b3adad;
    margin-top: 1em;
    display: block;
  }

  .help__wrapper__inner nav a+a {
    margin-top: 0;
  }

  .money__price {
    font-size: 38px;
    line-height: 52px;
  }

  .duration {
    font-size: 14px;
    line-height: 24px;
  }

  .incl__info {
    font-size: 14px;
  }

  .advantages>div+div {
    margin-top: 14px;
  }

  .plan__wrapper svg {
    width: 20px;
  }

  h4.plan__title {
    margin: 0 0 10px;
  }

  .plan__price {
    margin-bottom: 10px;
  }

  .advantages {
    padding-top: 30px;
    margin-top: 30px;
    padding-bottom: 38px;
  }

  .plans__wrapper__mobile .plan__wrapper+.plan__wrapper {
    margin: 0;
  }

  .subscription__wrapper {
    padding: 60px 0 76px;
  }

  .additionallinks {
    list-style: none;
    padding: 0;
    margin: 26px 0 0;
  }

  .addition__link__wrapper {
    font-size: 14px;
    line-height: 19px;
  }

  .addition__link__wrapper a {
    text-decoration: none;
    color: #8E8385;
    font-weight: 500;
    font-family: 'Manrope';
  }

  .addition__link__wrapper+.addition__link__wrapper {
    margin-top: 26px;
  }

  .menu-drawer__inner-container .list-menu__item {
    padding: 27px 0 !important;
    /* border-bottom: 1px solid #D9D6D6; */
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #2B2424;
    line-height: 22px;
    font-weight: 600;
    font-family: 'Manrope';
  }

  .menu-drawer__navigation>.menu-drawer__menu>li {
    border-bottom: 1px solid #D9D6D6;
  }

  .menu-drawer__navigation-container {
    padding: 0 1.8rem;
  }

  .menu-drawer__menu-item {
    font-size: 16px !important;
  }

  .header {
    padding: 10px 20px !important;
  }

  .header__icon--cart {
    margin-right: 0;
  }

  header-drawer {
    margin-left: 0 !important;
  }

  .overflow-hidden-tablet #shopify-section-header .header-wrapper {
    background-color: #fcf5f0;
  }

  .overflow-hidden-tablet #shopify-section-header .header__search,
  .overflow-hidden-tablet #shopify-section-header .header__icon--account {
    display: none;
  }

  .left__header {
    display: flex;
  }

  .left__header .header__search {
    margin-left: 20px;
  }

  .copyright {
    font-size: 12px;
    line-height: 17px;
    max-width: 300px;
    margin: 10px auto 0;
  }

  .header__heading-link svg {
    width: 90px;
    height: 34px;
  }

  .announcement-bar__message {
    padding: 8px 18px;
  }

  .content-for-layout {
    margin-top: -55px;
  }

  .hero-image img {
    min-height: 430px;
    object-fit: cover;
  }

  .header__icons>*+* {
    margin-left: 25px;
  }

  .header__icons>*:first-child {
    margin-left: 0 !important;
  }

  .instafeed__wrapper {
    padding: 60px 0;
  }

  .footer__content-bottom {
    padding-top: 35px !important;
  }

  .footer__payment {
    margin-bottom: 40px;
  }

  .footer__content-bottom-wrapper {
    flex-direction: column-reverse;
    text-align: center;
  }

  .list-payment {
    justify-content: center !important;
  }

  .section-footer-padding {
    padding: 40px 0 !important;
  }

  .footer__content-top {
    padding-bottom: 35px !important;
  }

  .footer__blocks-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .footer__blocks-wrapper .grid__item {
    width: 100%;
  }

  .footer-block--newsletter {
    grid-area: 1 / 1 / 2 / 3;
    max-width: unset;
  }

  .social__column {
    grid-area: 3 / 1 / 4 / 3;
  }

  .footer__content-top .grid {
    row-gap: 35px;
  }

  .bottom__mobile {
    display: flex;
    margin-top: 32px;
    align-items: center;
  }

  .bottom__mobile .swiper-pagination-bullets.swiper-pagination-horizontal {
    margin-top: 0;
  }

  .bottom__mobile .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px !important;
    width: 6px !important;
    height: 6px !important;
    border: 0 !important;
    background-color: #ECEAEB !important;
  }

  .bottom__mobile .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active.swiper-pagination-bullet {
    background-color: #2b2424 !important;
  }

  .label__spin {
    display: none;
  }

  .hero__content__wrapper {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(43, 36, 36, 0.1);
  }

  .hero__heading {
    font-size: 30px;
    line-height: 41px;
    margin: 0 0 12px;
  }

  .hero__description {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 26px;
  }

  .custom__button {
    font-size: 12px;
    line-height: 16px;
    padding: 16px 36px;
  }

  .logos__inner__wrapper>*+* {
    margin-left: 40px;
  }

  .reviews__carusel {
    padding: 0 20px !important;
  }

  .reviews__wrapper {
    padding: 60px 0 !important;
    background: none !important;
  }

  .icons__text__wrapper {
    padding: 80px 0 60px;
    flex-direction: column;
  }

  .column__wrapper+.column__wrapper {
    margin-left: 0;
    margin-top: 40px;
  }

  .column__wrapper {
    display: flex;
    align-items: center;
    text-align: left;
    max-width: unset;
  }

  h5.column__heading {
    margin: 0 0 10px;
  }

  .text_column_wrapper {
    margin-left: 20px;
  }

  .column__wrapper svg,
  .column__wrapper img {
    max-width: 64px;
    max-height: 64px;
  }

  .imgtext {
    flex-direction: column;
  }

  .imgtext:last-child {
    flex-direction: column-reverse;
  }

  .image__wrapper img {
    width: 100%;
  }

  .imgtext .image__wrapper {
    max-width: unset;
    width: 100%;
  }

  .imgtext .block__text__wrapper,
  .imgtext:last-child .block__text__wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 32px;
    max-width: unset;
    width: 100%;
  }

  .imgtext+.imgtext {
    margin-top: 60px;
  }

  .big__image {
    margin-bottom: 30px;
  }

  .boxes__products {
    margin-left: 0;
  }

  .box__wrapper {
    max-width: unset;
  }

  .box__wrapper:nth-child(even) {
    margin-left: 6px;
  }

  .box__wrapper:nth-child(odd) {
    margin-right: 6px;
  }

  .team__wrapper__inner {
    flex-direction: column;
  }

  .img__wrapper__team {
    margin-right: 0;
    width: 100%;
  }

  .img__wrapper__team img {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }

  .team__wrapper__inner .block__text__wrapper {
    margin-left: 0;
    margin-top: 32px;
    max-width: unset;
  }

  .content__wrapper {
    padding: 234px 0 170px;
  }

  .line_divider,
  .blog__link {
    display: none;
  }

  .bottom__mobile .blog__link {
    display: block;
    flex-shrink: 0;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 4px;
  }

  .instafeed__wrapper .line_divider {
    display: block;
    margin: 0 0 0 15px;
  }

  .featured__blog__heading {
    margin-bottom: 32px;
  }

  .article__tag {
    margin-top: 18px;
  }

  .article__title {
    margin: 18px 0;
  }

  .featured__blog__wrapper__outer {
    padding: 60px 0;
  }

  .collage__wrpper {
    padding: 60px 0;
  }

  .gift__heading {
    font-size: 30px;
    line-height: 41px;
    margin: 0 auto 12px;
  }

  .gift__description {
    font-size: 14px;
    opacity: .7;
    line-height: 24px;
    margin: 0 auto 26px;
    padding: 0 18px;
  }

  .gift__button {
    padding: 16px 36px;
    font-size: 12px;
    line-height: 16px;
  }

  .our__team__wrapper,
  .products__wrapper__inner {
    padding: 60px 0;
  }

  h3.section__heading {
    font-size: 30px;
    line-height: 41px;
    margin: 0 0 12px;
  }

  .section__description {
    font-size: 14px;
    line-height: 24px;
    margin: 0 auto 12px;
  }

  .custom__link {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 4px;
  }

  .featured__products {
    margin: 32px 0 0;
  }

  .featured__products__gift {
    margin: 32px -10px 0;
  }

  .product__vendor {
    margin-top: 20px;
    font-size: 12px;
    line-height: 15px;
  }

  h6.product__title {
    font-size: 16px;
    line-height: 22px;
    margin: 4px 0 12px;
  }

  .card__price {
    font-size: 14px;
    line-height: 19px;
  }

  .card__button {
    padding: 14px;
    font-size: 12px;
    line-height: 16px;
    margin-top: 20px;
  }

  .block__heading {
    margin: 0 0 12px;
    font-size: 30px;
    line-height: 41px;
  }

  .block__description {
    margin-bottom: 26px;
  }

  .section__blog__heading {
    font-size: 22px;
    line-height: 30px;
  }

  .article__title {
    font-size: 18px;
    line-height: 25px;
  }

  .collage__heading {
    font-size: 30px;
    line-height: 41px;
    margin-bottom: 12px;
  }

  .collage__description {
    margin: 0 auto 32px;
  }

  .box__vendor {
    font-size: 12px;
    line-height: 15px;
    margin-top: 12px;
  }

  .box__title {
    margin: 4px 0 0;
  }

  .box__title a {
    font-size: 16px;
    line-height: 22px;
  }

  .block__description__items>.item+.item {
    margin-top: 16px;
  }

  .block__description__items {
    margin-bottom: 26px
  }

  .images__text__wrapper {
    padding-bottom: 60px !important;
    background-size: 100% 600px !important;
  }

  .template-box .images__text__wrapper {
    background-size: cover !important;
  }

  .review__wrapper p {
    font-size: 22px;
    line-height: 30px;
  }

  .reviewer__logo {
    margin-top: 20px;
  }

  h3.section__head {
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 16px;
  }

  .logos__inner__wrapper {
    padding: 20px 0;
  }

  .hero__text {
    padding: 0 14px;
  }

  .logos__inner__wrapper>*+* {
    margin-left: 0;
  }

  .logos__inner__wrapper>* {
    padding: 10px 0;
  }

  .swiper-pagination-bullets.swiper-pagination-horizontal {
    margin-top: 40px;
  }

  .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
  }

  .logos__inner__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
  }

  .logo__img__wrapper {
    justify-content: center;
    display: flex;
    max-width: unset;
  }

  .page-index .reviews__wrapper,
  .page-index .icons__text__wrapper {
    display: none;
  }

  .page-index .images__text__wrapper {
    margin-top: 60px;
  }

  .boxes__wrapper {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .gf-filter-contents h4 {
    display: none;
  }

  .collection__filter__wrapper {
    margin: 10px;
  }

  #insta-feed .instafeed-container {
    width: 50% !important;
    padding-top: 50% !important;
  }

  .logo__img__wrapper {
    max-width: 130px;
    text-align: center;
    margin: 0 auto;
  }

  .collection-description {
    max-width: 100%;
    margin-left: 0;
    padding-left: 0;
    color: #685A5C;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Manrope';
  }

  .faq__section_faq__wrapp {
    margin: 0 auto 60px;
  }

  .faqsection__heading {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 20px;
  }

  .tp-form.tp-search-form {
    font-size: 12px !important;
    line-height: 16px !important;
    padding: 16px !important;
  }

  .tp-track-your-package.tp-search-title {
    margin-bottom: 24px !important;
  }

  .tp-track-button.tp-search-button {
    width: 300px !important;
  }

  .tp-search-input {
    width: 300px !important;
    margin-right: 0 !important;
    margin-bottom: 6px !important;
    padding-left: 20px !important;
    font-size: 14px !important;
    line-height: 24px !important;
    min-height: 49px !important;
  }

  .tp-form-wrapper {
    padding: 20px !important;
  }

  .tp-form.tp-search-form {
    flex-direction: column;
  }

  .story-index-wrapper img {
    min-height: unset;
  }

  .page-description {
    font-size: 14px;
    line-height: 24px;
  }

  .page-head p {
    font-size: 30px;
    line-height: 41px;
    margin: 0 0 12px;
  }

  .text__wrapper {
    max-width: unset;
    position: static;
    transform: unset;
    padding: 32px;
    padding-top: 0;
    text-align: left;
    position: relative;
    top: unset;
    left: unset;
  }

  .sortby__custom .filter+.filter {
    margin-left: 4px;
  }

  .directions {
    margin-left: 16px;
  }

  .banner__headline {
    font-size: 26px;
    line-height: 36px;
    margin-top: 20px;
  }

  .small__banner a,
  .big__banner a {
    margin-bottom: 20px;
    font-size: 11px;
    line-height: 15px;
    padding: 12px 22px;
  }

  .theme-store-id-887.spf-layout-theme-filter-style.spf-layout-theme.gf-left .gf-block-title h3 {
    font-size: 14px !important;
    line-height: 19px !important;
  }

  body>#gf-tree .gf-option-block,
  body>#gf-tree .globo-selected-items-wrapper>.globo-selected-items {
    padding: 22px 0 !important;
    margin: 0 20px;
  }

  .spf-has-filter #gf-products {
    grid-template-columns: 1fr 1fr;
  }

  .collection__indexdescription {
    background-color: #d1ac91;
    padding: 32px;
    position: relative;
    left: unset;
    transform: unset;
    bottom: unset;
  }

  .index__Wrapper__right {
    display: none;
  }

  .collection__title {
    margin: 0 0 0px;
    font-size: 26px;
    line-height: 41px;
    max-width: 100%;
  }

  .collection__description__inner {
    margin: 30px 0;
  }

  .collection__description__inner {
    display: block;
    margin: 30px 0 30px;
  }

  .collection-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .mobile__actions {
    display: flex;
    width: 100%;
  }

  .sortby__head {
    display: none;
  }

  .mobile__actions {
    padding: 11px 0;
    border-top: 1px solid #ECEAEB;
    border-bottom: 1px solid #ECEAEB;

  }

  .mobile__actions>* {
    width: 50%;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #2B2424;
    font-family: 'Manrope';
    margin: 0;
    padding: 7px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile__actions>* span+span {
    margin-left: 10px;
  }

  .sortby__custom {
    display: none;
  }

  .sortby__custom.show {
    display: flex;
  }

  .custom-sorting-trigger {
    border-left: 1px solid #ECEAEB;
  }

  .spf-has-filter #gf-products {
    margin-right: 0;
    margin-left: 0;
  }

  .grid {
    column-gap: 12px;
    row-gap: 50px;
  }

  .card__heading {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px !important;
  }

  .card__information {
    margin-top: 12px !important;
  }

  .card__vendor {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 4px;
  }

  .prod__description {
    font-size: 12px;
    line-height: 19px;
  }

  .card-information .price__container {
    margin-top: 12px;
  }

  .price-item--regular {
    font-size: 12px;
    line-height: 16px;
  }

  .product-form__submit,
  .quick-add__submit {
    padding: 12px;
    font-size: 11px;
    line-height: 15px;
  }

  .collection__indexdescription:before {
    content: '';
    display: block;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #d1ac91);
    ;
    height: 100px;
    position: absolute;
    left: 0;
    top: -99px;
    /*  Collection Gradient Fade Hidden  */
    display: none;
  }

  .collection__index img {
    min-height: 270px;
  }

  .collection-title {
    width: 100%;
  }
}

@media screen and (max-width: 568px) {
  .episode-img__wrapper img {
    width: 100%;
  }

  .revards__head {
    position: static;
    transform: unset;
    background: #D0AB91;
    padding: 32px;
    margin-top: -1px;
  }

  .page__rewards .page__description {
    margin: 12px 0 26px;
    font-size: 14px;
    line-height: 24px;
    max-width: 310px;
  }

  h1.page__heading {
    max-width: 310px;
  }

  .week__articles,
  .blog_featured_wrapper,
  .spotligght__items__wrapper,
  .wrapper__articles.tagged .week__articles {
    grid-template-columns: 1fr;
  }

  .blog__section__heading {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 32px;
  }

  .card__article__title {
    margin-top: 16px;
  }

  .article__tag {
    margin-top: 16px;
    margin-bottom: 10px;
  }

  .products__wrapper__outer .page-width {
    padding: 0 0 0 1.8rem;
  }

  .products__wrapper__outer .featured__products {
    padding-right: 30%;
  }

  .products__wrapper__outer .head__wrapper {
    padding-right: 1.8rem;
  }

  .logos__wrapper .page-width {
    padding-right: 0;
  }

  .logos__inner__wrapper {
    padding-right: 1.8rem;
  }

  .plans__wrapper__mobile {
    width: 90% !important;
    margin-right: auto;
    margin-left: auto;
  }
}

/* COMING SOON PAGE */
@media screen and (min-width: 1440px) {
  .page__coming-soon .hero__heading {
    font-size: 54px;
    line-height: 60px;
  }
}

.page__coming-soon .hero__heading em {
  font-size: 14px;
  line-height: 25px;
  display: block;
  text-transform: uppercase;
  font-style: normal;
}

.klaviyo-form-VrbCEg .go3176171171 p span,
.klaviyo-form-SyTpkp .go3176171171 p span {
  font-weight: 400 !important;
}

.klaviyo-form-VrbCEg .go3176171171 p:first-child span,
.klaviyo-form-SyTpkp .go3176171171 p:first-child span {
  font-weight: 700 !important;
  font-size: 24px !important;
}

/* KND LANDING PAGE */
.template-knd-subscribe .icons__text__wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 990px) {
  .template-knd-subscribe .plans__wrapper__mobile {
    height: 550px;
  }

  .template-knd-subscribe .img__stands__outer {
    margin-top: 80px;
  }
  #rebuy-widget-73300, #rebuy-widget-80049 {padding-top:90px;}
  #shopify-section-template--16244255916181__bc2852d5-06f8-4f54-b356-4feb43d1f0c9 .section-description__wrapper {margin-right:0px;}
}

/* KB ALL SUBSCRIPTIONS PAGE + HOMEPAGE */
.template-all-subscriptions .multicolumn.background-primary .multicolumn-card,
.page-index .multicolumn.background-primary .multicolumn-card {
  /* background-color: #fcf6f1!important;
  border-radius: 25px; */
  background: none;
}

.template-all-subscriptions .multicolumn-list h3 a,
.page-index .multicolumn-list h3 a {
  padding: 15px 0 0px;
  font-weight: 600;
  font-size: 23px;
  color: #2b2424;
  font-family: Manrope;
  line-height: 27px;
  text-decoration: none;
}

.template-all-subscriptions .multicolumn-card-spacing,
.page-index .multicolumn-card-spacing {
  padding: 0 !important;
  margin: 0 !important;
}

.template-all-subscriptions .multicolumn-card-spacing img,
.page-index .multicolumn-card-spacing img {
  border-radius: 20px;
}

.multicolumn-card__info>:nth-child(2) {
  font-family: 'Manrope';
}

.template-all-subscriptions .multicolumn-card__info,
.page-index .multicolumn-card__info {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}

  .page-index .multicolumn .page-width {
    padding-top: 80px;
    padding-bottom: 120px;
  }

.template-all-subscriptions .multicolumn-card__info .link,
.page-index .multicolumn-card__info .link {
  margin: 20px 0 10px;
  display: inline-block;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: .05em;
  color: #8e8385;
  border-bottom: 2px solid;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Manrope;
  transition: .1s all linear;
  font-weight: 700;
  cursor: pointer;
  transition: color .15s linear;
}

.template-all-subscriptions .multicolumn-card__info .link:hover,
.page-index .multicolumn-card__info .link:hover {
  color: #2B2424;
}

.template-all-subscriptions .multicolumn-card__info .icon-wrap,
.page-index .multicolumn-card__info .icon-wrap {
  display: none;
}

.template-all-subscriptions .rich-text h2,
.page-index .rich-text h2 {
  margin: 0 0 30px;
  text-align: center;
  font-weight: 600;
  font-size: 64px;
  color: #2b2424;
  font-family: Manrope;
  line-height: 70px;
}

.template-all-subscriptions .rich-text h2 strong,
.page-index .rich-text h2 strong {
  font-family: Tiempos-Italic;
}

@media screen and (max-width: 568px) {

  .template-all-subscriptions .rich-text h2,
  .page-index .rich-text h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .template-all-subscriptions .hero__content__wrapper,
  .template-knd-subscribe .hero__content__wrapper,
  .page-index .hero__content__wrapper {
    padding-top: 20px;
  }

  .template-knd .product__main__advantages {
    margin-bottom: 20px;
  }
}

/* OFFERS PAGE */
.template-offers .text_column_wrapper {
  min-height: 130px;
}

#shopify-section-template--16168295465109__5a4f1ea7-8f32-4543-8f7c-9c9776be9656 .icons__text__wrapper {
  padding-top: 0px;
}

.template-offers .column__content p a {
  color: #8e8385;
  text-decoration: underline;
}

@media screen and (max-width: 990px) {
  .template-offers .index__text__wrapper__inner {
    background-color: #e59681;
  }

  .template-offers .page-width.index__text__wrapper__inner:before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #e59681);
  }

  .template-offers .column__wrapper {
    display: block;
    text-align: center;
    padding-bottom: 25px;
  }

  .template-offers .icon__wrapper {
    padding-bottom: 14px;
  }

  .template-offers .text_column_wrapper {
    min-height: auto;
  }
}

/* COLLECTION HEADER ON MOBILE */
@media screen and (max-width: 568px) {
  .collection__indexdescription {
    display: none;
  }
}

/* KND HP UPDATES */
.page-index .block__description__items>.item {
  font-size: 16px;
  line-height: 26px;
}

@media screen and (max-width: 1440px) {
  .page-index .block__description__items>.item {
    font-size: 16px !important;
    line-height: 26px;
  }
}

/* GIFT KB LP */
.template-gift #insta-feed {
  padding-top: 5px;
}

/* MISC */
.small__banner {
  background-position: center;
}

@media screen and (max-width: 766px) {
  .big__banner {
    min-height: 460px;
    background-position: center center;
  }
}

@media screen and (max-width: 568px) {
  .big__banner {
    min-height: 340px;
  }

  .small__banner .banner__headline {
    font-size: 28px !important;
    line-height: 33px !important;
  }
}

@media screen and (max-width: 400px) {
  .big__banner {
    min-height: 260px;
  }
}

.template-knd-subscribe .imgtext .image__wrapper {
  max-width: 690px;
}

.template-knd-subscribe .imgtext+.imgtext {
  margin-top: 100px;
}

.default-page__content {
  padding: 0 7.5rem;
  max-width: 1710px;
  width: 100%;
  margin: 60px auto;
  font-family: 'Manrope';
}

.default-page__content h2 {
  font-weight: bold;
  font-family: 'Manrope';
}

@media screen and (max-width: 990px) {
  .template-knd-subscribe .imgtext+.imgtext {
    margin-top: 60px;
  }

  .default-page__content {
    padding: 0 1.8rem;
  }
}

@media (max-width: 1024px) {
  .wrapper__inner__cart {
    flex-wrap: wrap;
  }

  .cart__footer {
    margin-top: 4rem;
    margin-left: auto;
  }
  .page__search-results-page .default-page__content{
    padding: 0 2.4rem;
  }
  div.snize-search-results{
    margin-top: 120px;
  }
}

@media screen and (max-width: 992px){
  div.snize-search-results{
    margin-top: 140px;
  }
}

@media screen and (max-width: 768px){
  #snize-search-results-grid-mode li.snize-product .snize-button{
    transform: unset !important;
    width: unset !important;
  }
}

@media (max-width: 750px) {
  cart-items .cart__items__wrapper {
    padding: 2rem;
  }

  .wrapper__inner__cart .title-wrapper-with-link a {
    font-size: 1rem;
  }

  .cart-item__container {
    gap: 1rem
  }

  .cart-item__details {
    margin: 0;
  }

  .cart-item__details .h4 {
    font-size: 1.4rem;
  }

  .wrapper__inner__cart .title {
    font-size: 2.2rem;
  }

  .cart-item__media img {
    width: 8rem;
    height: 8rem;
    min-height: 8rem;
  }

  .cart__footer-wrapper:last-child .cart__footer {
    padding: 2rem !important;
  }

  .cart__footer {
    margin-top: 2rem;
  }

  .payment__heading {
    margin-top: 0.8rem;
  }

  .upsale__products {
    flex-wrap: wrap;
    gap: 2rem;
  }

  .usale__product {
    width: 100%;
  }

  .usale__product+.usale__product {
    margin: 0;
  }
}

.product__info-wrapper h5 {
    font-size: 16px;
    font-weight: 600;
    color: #423133;
    padding-bottom: 0;
    margin-bottom: -15px;
}
.product__info-wrapper h5 span {
    font-weight: 500;
    font-style: italic;
    display: inline-block;
    padding-left: 10px;
    font-family: Tiempos-Italic-light;
    font-size: 14px;
}

/* BUNDLER CSS OVERRIDE */ 
.bundler-main h2.hero__heading strong {color:#2b2424!important;}
.bundler-main .hero__description {color:#2b2424!important;}
.bundler-steps h2 strong {font-size:24px!important;}


/* JUNIP CSS STYLES */
.junip-review-vote-container .junip-vote-action:last-of-type{
        color: #B3ADAD !important;
      }
      .junip-review-vote-container .junip-vote-action .junip-vote-button:before{
        content: url({{'satisfied.svg' | asset_url}});
        width: 21px;
        height: 21px;
        display: block;
      }
      .junip-review-vote-container .junip-vote-action:last-of-type .junip-vote-button:before{
        content: url({{'dissatisfied.svg' | asset_url}});
        width: 21px;
        height: 21px;
        display: block;
      }
      .junip-recommendation-container svg{
        display: none;
      }
      .junip-verified-badge svg{
        display: none;
      }
      .junip-recommendation-container::before{
        display: block;
        content: url({{'thumb-up.svg' | asset_url}});
        width: 21px;
        height: 21px;
        margin-right: 10px;
      }
      .junip-verified-badge:before{
        display: block;
        width: 22px;
        height: 22px;
        content: url({{'verifyed.svg' | asset_url}});
      }
      .junip-star-filled::before{
        content: url({{'star.svg' | asset_url}});
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 0;
        left: 0;
      }
      .junip-star-half::before{
        content: url({{'star-half.svg' | asset_url}});
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 0;
        left: 0;
      }

      .junip-star{
        position: relative;
      }
      .junip-star-outline::before{
        content: url({{'star-outline.svg' | asset_url}});
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 0;
        left: 0;
      }

