/** Shopify CDN: Minification failed

Line 2582:3 Unexpected "/"

**/
@font-face {
  font-family: Futura PT W01 Book, Futura, sans-serif;
  src: url("futura-pt-w01-book.eot");
  src: url("futura-pt-w01-book.eot?#iefix") format("embedded-opentype"),
    url("futura-pt-w01-book.woff2") format("woff2"),
    url("futura-pt-w01-book.woff") format("woff"),
    url("futura-pt-w01-book.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Futura 2";
  src: url("futura-pt-2.woff2") format("woff2"),
    url("futura-pt-2.woff") format("woff"),
    url("futura-pt-2.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Futura PT Heavy";
  src: url("Futura-PT-Heavy.woff2") format("woff2"),
    url("Futura-PT-Heavy.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "Futura PT Book";
  src: url("futura-pt-book.woff2") format("woff2"),
    url("futura-pt-book.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "Futura PT Light";
  src: url("futura-pt-light.woff2") format("woff2"),
    url("futura-pt-light.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "Futura PT Medium";
  src: url("futura-pt-medium.woff2") format("woff2"),
    url("futura-pt-medium.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "Nimbus-roman";
  src: url("/cdn/shop/files/NimbusRomanD.woff2?v=1755264557") format("woff2"),
       url("/cdn/shop/files/NimbusRomanD.woff?v=1755264558") format("woff"),
       url("/cdn/shop/files/NimbusRomanD.ttf?v=1755264557") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.page-width {
  max-width: var(--page-width);
  margin: auto;
}

.account_text .icon-user {
  fill: none !important;
  height: 16px;
  width: 16px;
}
.account_text .icon-user circle,
.account_text .icon-user path {
  fill: none !important;
  stroke: #ffffff !important;
}
.site-header__cart .icon-bag {
  fill: none !important;
  height: 16px;
  width: 16px;
}
.site-header-sticky {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  width: 100%;
}
.site-header,
.site-header-sticky {
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
.site-header-sticky.is-fixed {
  position: fixed;
  top: 0;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}

.site-nav,
.site-nav .site-nav--has-dropdown {
  position: unset;
}
.site-nav__dropdown {
  width: 100%;
  left: 0;
  right: 0;
  background-color: #000;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  transition: height 0.2s;
}
.site-nav--has-dropdown:hover .site-nav__dropdown {
  height: auto;
  opacity: 1;
  visibility: visible;
}
/* .site-nav__childlist {
  display: block;
} */
.site-nav__dropdown .side-bar-menu {
  float: left;
  text-align: left;
  padding: 25px 20px 25px 0;
}
.site-nav__dropdown .side-bar-menu .sidebar-menu-list li {
  display: block;
  margin-bottom: 20px;
}
.site-nav__dropdown .side-bar-menu .sidebar-menu-list li a {
  text-transform: uppercase;
  font-size: 13px;
}
.site-nav__dropdown .side-bar-menu .sidebar-menu-list li a:hover {
  text-decoration: underline;
}
.site-nav__dropdown .middle-menu {
  float: left;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
  width: calc(100% - 370px);
  position: relative;
  display: flex;
}
.site-nav__dropdown .middle-menu .middle-menu-list {
  width: 20%;
  float: left;
  text-align: left;
  position: relative;
  padding-top: 27px;
}
.site-nav__dropdown .middle-menu .middle-menu-list p {
  position: absolute;
  top: 0;
  margin-bottom: 0;
  width: 100%;
}
.site-nav__dropdown .middle-menu .middle-menu-list span.main-bold-title {
  font-size: 13px;
  font-weight: bold;
  padding: 0 20px 10px 0px;
  text-transform: uppercase;
  display: block;
  color: #fff;
}
.site-nav__dropdown .middle-menu .middle-menu-list a.site-nav__child-link {
  text-transform: capitalize;
  padding: 0 20px 10px 0px;
  font-size: 13px;
  font-weight: 300;
}
.site-nav__dropdown .image-section {
  float: left;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  width: 40%;
}
.site-nav__dropdown .image-section .img-box {
  height: 100%;
  position: relative;
}
.site-nav__dropdown .image-section .img-box img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.site-nav__dropdown .image-section .text__section {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  color: white;
}
.site-nav__dropdown .image-section .text__section h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  margin-bottom: 5px;
}
.site-nav__dropdown .image-section .text__section p {
  font-size: 13px;
  text-transform: inherit;
  color: white;
  font-weight: normal;
}
.site-nav__dropdown .sub-menu-inner-page {
  max-width: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 35px;
  overflow: auto;
}
.site-header .grid--table > .grid__item {
  vertical-align: bottom;
}
.nav-product-grid {
  padding-top: 25px;
  width: 80%;
}
.nav-product-grid__products .nav-product-grid-item {
  padding: 0 15px 10px;
  text-align: center;
}
.item-per-row-1.nav-product-grid__products .nav-product-grid-item {
  width: 50%;
}
.item-per-row-2.nav-product-grid__products .nav-product-grid-item {
  width: 33.333%;
}
.item-per-row-3.nav-product-grid__products .nav-product-grid-item {
  width: 25%;
}
.item-per-row-4.nav-product-grid__products .nav-product-grid-item {
  width: 20%;
}
.nav-product-grid__products .nav-product-grid-item .product-grid-item__image {
  position: relative;
  display: inline-block;
  max-height: none;
  height: 0;
  padding-bottom: 100%;
}
.nav-product-grid__products
  .nav-product-grid-item
  .product-grid-item__image
  img {
  z-index: 1;
}
.nav-product-grid__title {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.nav-product-grid-item.nav-product-grid__title h4 {
  margin: 45px 0 0;
  text-transform: uppercase;
}
.nav-product-grid-item.nav-product-grid__title .btn-primary-o {
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  width: 130px;
}
.site-nav__dropdown .rich-text-wrap {
  padding: 25px 20px 20px 0;
  width: 30%;
}

.site-nav {
  margin: 0;
}
.site-nav > li {
  padding: 10px 0;
}
.site-nav--active-dropdown .site-nav__dropdown {
  display: block !important;
}
.img-box .text__section h3,
.img-box .text__section p {
  text-align: center;
}
.mega-list-logo a {
  padding: 0;
}
.site-nav--has-dropdown:hover .site-nav__dropdown {
  display: block !important;
}

/*--- Login popout ---*/
.site-header__account {
  position: relative;
}
.login-popout {
  background-color: #ffffff;
  border: solid 1px #050505;
  color: #050505 !important;
  padding: 30px 10px;
  right: -30px;
  position: absolute;
  top: 100%;
  width: 435px;
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.site-header__account:hover .login-popout {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: visible;
}
.login-popout:before {
  content: "";
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 15px solid #fff;
  position: absolute;
  right: 38px;
  top: -10px;
}
.login-popout .forgot-pass,
.login-popout .register-wrap {
  display: none;
}
.login-popout .open-signup-form {
  color: #050505 !important;
  letter-spacing: 0;
  width: 100%;
}
.login-popout .open-signup-form:hover {
  background-color: transparent !important;
}
#challenge .btn.login-form__btn.shopify-challenge__button,
.login-popout .btn.btn-primary.login-form__btn,
.login-popout .btn.login-form__btn.form-submit-btn {
  padding-top: 12px;
  padding-bottom: 12px;
  letter-spacing: 0;
  margin: 10px 0;
}
.login-popout .input-base {
  border: none;
  border-bottom: solid 1px #050505;
  height: 40px;
  padding: 5px;
}
.login-popout .input-base:focus {
  outline: 0;
}
.login-popout h2 {
  text-align: left;
}
.login-popout .login-form__forgot-btn {
  position: absolute;
  right: 20px;
  top: -44px;
}
.login-popout .forgot-pass {
  padding: 0;
}
.login-popout.forget-pwd .login-wrap {
  display: none;
}
.login-popout.forget-pwd .forgot-pass {
  display: block;
}
.forgot-pass h2 {
  padding: 0 15px;
}

.login-popout.open-signup .login-wrap,
.login-popout.open-signup .forgot-pass {
  display: none;
}
.login-popout.open-signup .register-wrap {
  display: block;
}
.login-popout .register-form__btn {
  margin-top: 15px;
  width: 100%;
}
.login-popout #create_customer {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.login-popout .register-form__login {
  display: none;
}
.return-login {
  cursor: pointer;
}

/*------------------------
    Mobile navigation
--------------------------*/
.site-nav--mobile-nav .site-nav__item {
  position: relative;
}

/* .mt-80 {margin-top: 80px;} */

#feature_row_qna.feature-row__item.feature-row__text {
  max-width: 495px;
}
.custom_h3_style {
  font-size: 27px;
  line-height: 32.4px;
}
@media screen and (max-width: 600px) {
  div#reasons {
    padding: 30px 30px 5px 30px !important;
  }
  .custom_h3_style {
    font-size: 23px;
    line-height: 27.6px;
  }
}
@media (max-width: 899px) {
  .site-header__search form {
    top: 30px;
  }
  #SiteNavDesktop {
    display: none;
  }
}
@media (min-width: 900px) {
  .site-footer__nav-title {
    font-weight: 600;
  }
  #SiteNavDesktop {
    display: none;
  }
}

.site-footer--dark {
  background-color: #000000;
}
.site-footer__store-logo svg,
.site-footer__copyright svg {
  color: #ffffff;
}
.abs_footer {
  border-top: solid 1px #7d7d7d;
  padding: 15px 0;
}
.site-footer .site-footer__payment-methods {
  margin: 0;
}
.site-footer__store-logo .site-logo {
  margin-bottom: 30px;
}
.site-footer__nav-title {
  font-family: Futura PT W01 Book, Futura, sans-serif;
}

.flex-items {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.is-align-start {
  align-items: flex-start;
}
.is-align-center {
  align-items: center;
}
.is-align-end {
  align-items: flex-end;
}
.has-padding-top {
  padding-top: 20px;
}
.has-padding-bottom {
  padding-bottom: 20px;
}
.has-border-bottom {
  border-bottom: solid 1px #e1e1e1;
}
.has-padding-bottom {
  padding-bottom: 20px;
}
.pr {
  position: relative;
}
.btn,
a.btn {
  font-size: 14px;
  font-weight: normal;
}
body a.btn.btn--secondary,
body .btn.btn--secondary {
  background-color: transparent;
  border-color: #050505;
  color: #050505;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
}
.video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.template-index
  #MainContent
  .shopify-section.index-section--flush:first-of-type {
  margin-top: calc(var(--header-height) * -1);
}
/*--- Hero ----*/
.shopify-section--hero .hero__inner {
  display: -webkit-flex;
  display: flex;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/*--- Slideshow ---*/
.slideshow-wrapper .slideshow {
  height: auto;
}
.slideshow-wrapper .slideshow__text-content {
  margin: 0;
  max-width: 100%;
  padding: 100px 30px 30px;
  position: static;
  transform: none;
  width: auto;
}
.slideshow-wrapper .slideshow__text-wrap {
  display: -webkit-flex;
  display: flex;
}
.slideshow__text-content .mega-preheading {
  display: block;
  margin-bottom: 15px;
}
.slideshow__text-content .slideshow__title {
  margin-bottom: 20px;
}
.slideshow__text-content .slideshow__subtitle {
  margin-bottom: 20px;
}
.slideshow__btn {
  min-width: 300px;
}
.slideshow-wrapper .slick-arrow {
  height: 28px;
  width: 20px;
  bottom: auto;
  padding: 0;
  top: 25%;
}
.slideshow-wrapper .slick-arrow .icon {
  height: auto;
  width: 100%;
}
.slideshow-wrapper .slick-arrow.slideshow__prev {
  left: 20px;
}
.slideshow-wrapper .slick-arrow.slideshow__next {
  right: 20px;
}
.slideshow__video-control--play-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slideshow__video-control--play {
  border: solid 4px currentColor;
  border-radius: 50%;
}
.slideshow__video-control--play .icon {
  position: relative;
  left: 6px;
}
.slideshow__video-control--close {
  bottom: 10px;
  top: auto;
  right: 10px;
}
@media (max-width: 898px) {
  .slideshow-wrapper .slick-arrow {
    height: 17px;
    width: 12px;
  }
  .mobile-content-position-center-top {
    align-items: flex-start;
    justify-content: center;
  }
  .mobile-content-position-center-middle {
    align-items: center;
    justify-content: center;
  }
  .mobile-content-position-center-bottom {
    align-items: flex-end;
    justify-content: center;
  }
}
@media (min-width: 899px) {
  .slideshow-wrapper .slick-arrow.slideshow__prev {
    left: 40px;
  }
  .slideshow-wrapper .slick-arrow.slideshow__next {
    right: 40px;
  }
  .slideshow-wrapper .slideshow__text-content {
    max-width: 60%;
    padding: 100px 50px;
  }
  .desktop-content-position-left-top {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .desktop-content-position-left-middle {
    align-items: center;
    justify-content: flex-start;
  }
  .desktop-content-position-left-bottom {
    align-items: flex-end;
    justify-content: flex-start;
  }

  .desktop-content-position-right-top {
    align-items: flex-start;
    justify-content: right;
  }
  .desktop-content-position-right-middle {
    align-items: center;
    justify-content: flex-end;
  }
  .desktop-content-position-right-bottom {
    align-items: flex-end;
    justify-content: flex-end;
  }

  .desktop-content-position-center-top {
    align-items: flex-start;
    justify-content: center;
  }
  .desktop-content-position-center-middle {
    align-items: center;
    justify-content: center;
  }
  .desktop-content-position-center-bottom {
    align-items: flex-end;
    justify-content: center;
  }
}

@media (min-width: 1300px) {
  .slideshow-wrapper .slick-arrow.slideshow__prev {
    left: 60px;
  }
  .slideshow-wrapper .slick-arrow.slideshow__next {
    right: 60px;
  }
}

/*---- Image text section ---*/
.feature-row__inner {
  width: 100%;
}
.feature-row .feature-row__image-wrapper {
  margin-left: 0;
  margin-right: 0;
}
div#row-custom {
  align-self: end;
  padding-bottom: 100px;
  margin: 0px !important;
  padding-left: 75px;
}
.subscribe-breadcrumbs {
  position: relative;
   top: 10px;
  left: 10px; 
}

@media (max-width: 767.98px) {
  .subscribe-breadcrumbs {
    position: relative !important;
    padding: 20px 10px !important;
    left: 0;
    top: 0;
  }
  div#row-custom {
    padding-bottom: 40px;
    padding-left: 20px;
  }
}
.feature-row .feature-row__text {
  margin: auto;
  max-width: 480px;
  padding: 30px 30px;
}
.feature-row .feature-row__title {
  font-family: Futura PT W01 Book, Futura, sans-serif;
  font-size: 32px;
  line-height: 1.3;
}
.feature-row .feature-row__subtext {
  margin-bottom: 20px;
}
.feature-row .btn {
  /*letter-spacing: 1px;*/
  min-width: 272px;
  min-height: 40px;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
@media (max-width: 599px) {
  .feature-row .feature-row__item {
    flex: 0 1 100%;
  }
  .feature-row .btn {
    min-width: 280px;
  }
  .account_text .icon-user {
    height: 25px;
    width: 25px;
  }
}
@media (min-width: 1024px) {
  .feature-row .feature-row__title {
    font-size: 38px;
  }
  .feature-row .feature-row__subtext {
    margin-bottom: 35px;
  }
}

/*----- Featured blog -----*/
.featured-blog-heading {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0 40px;
}
.featured-blog-heading .section-header__title {
  font-size: 38px;
}
.featured-blog-heading .blog-filter-nav {
  align-items: center;
}
.slick-scrollbar {
  display: block;
  width: 100%;
  height: 3px;
  overflow: hidden;

  background-color: #f5f5f5;
  background-image: linear-gradient(to right, black, black);
  background-repeat: no-repeat;
  background-size: 0 100%;

  transition: background-size 0.4s ease-in-out;
}
.latest-blog-posts .slick-arrow svg {
  display: none;
}
.latest-blog-posts .slick-arrow {
  background-color: transparent;
  border: none;
  cursor: pointer;
  height: 40px;
  width: 40px;
}
.latest-blog-posts .slick-arrow:before {
  content: "";
  display: block;
  height: 28px;
  width: 28px;
}
.slideshow__prev:before,
.slick-prev:before {
  background: url(/cdn/shop/t/148/assets/left-arrow.png?v=7692330736162726803)
    center/100% auto;
  left: 0;
}
.slideshow__next:before,
.slick-next:before {
  background: url(/cdn/shop/t/148/assets/right-arrow.png?v=14089234277211019478)
    center/100% auto;
  right: 0;
}

@media (max-width: 899px) {
  .featured-blog-heading .section-header__title {
    font-size: 32px;
  }
}

/*----- Recently viewd -----*/
.product__recently-viewed-products {
  background-color: #faf8f5;
  margin: 30px 0 50px;
  padding: 70px 0 50px;
}
.product__recently-viewed-products
  .product-grid-item
  .product-grid-item__details,
.product__related-products .product-grid-item .product-grid-item__details {
  background-color: rgba(250, 248, 245, 0.9);
}

.product__related-products {
  background-color: #faf8f5;
}

.product__related-products .related-products {
  display: block;
}
.recently-viewed-products__item {
  max-width: 100%;
}
#recently-viewed-products .product-grid-item__title {
  font-family: Futura PT W01 Book, Futura, sans-serif;
  font-size: 18px;
}
#recently-viewed-products .product-grid-item__description {
  font-size: #808080;
}
.product__related-products-actions .btn {
  font-weight: 400;
  min-width: 300px;
}
.product__related-products .button-wrap,
#recently-viewed-products .button-wrap,
#recently-viewed-products .product-grid-item__description,
.nav-product-grid .button-wrap,
.nav-product-grid .stamped-badge {
  display: none !important;
}

.recently-viewed-products__list.row {
  justify-content: center;
}
#recently-viewed-products .slick-arrow {
  background-color: transparent;
  color: #050505;
}
#recently-viewed-products .slick-next:before,
#recently-viewed-products .slick-prev:before {
  color: #050505;
}
#recently-viewed-products .slick-next {
  right: 0;
}
#recently-viewed-products .slick-prev {
  left: 0;
}

@media (min-width: 1024px) {
  .product__recently-viewed-products {
    margin: 30px 0 100px;
  }
  #recently-viewed-products .product-grid-item__title {
    font-size: 23px;
  }
}

/*--- Collection ---*/
.stamped-product-reviews-badge {
  margin-bottom: 5px;
}
.stamped-product-reviews-badge .stamped-fa {
  color: #050505 !important;
}
.featured--collection .product-grid-item__title {
  font-size: 18px;
}

.custom_field_products .button-wrap .product-grid-item__actions .btn:before {
  border-color: #050505;
}
.custom_field_products
  .product-grid-item
  .product-grid-item__badge.product-grid-item__badge--sold-out {
  font-size: 9px !important;
}

.product-grid-item form {
  background-color: #ffffff;
  border: solid 1px #050505;
  padding: 0 10px 10px;
  position: absolute;
  top: 130%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.product-grid-item form .product-form__item-inner .single-option-selector {
  border: solid 1px #e1e1e1;
  text-align: left;
}
.product-grid-item .product-form div#rc_container {
  background-color: transparent;
  margin-top: 5px;
  padding: 0;
}
.product-grid-item .product-form div#rc_container .rc_block {
  border: solid 1px #e1e1e1;
}
.product-grid-item .product-form div#rc_container .rc_block .rc_block {
  border: none;
}
.product-grid-item .product-form div#rc_container .rc_block__type--active {
  border: solid 1px #050505 !important;
}
.product-grid-item .product-form__item label {
  text-align: left;
  width: 100%;
}
.product-grid-item #rc_price_onetime,
.product-grid-item #rc_price_autodeliver,
.product-grid-item .rc_block__type__autodeliver .help-tool {
  display: none;
}
.product-grid-item .product-form div#rc_container #rc_radio_options {
  flex-direction: column;
}
.product-grid-item .product-form div#rc_container .rc_block__type {
  padding: 5px;
}
.product-grid-item .product-form [type="radio"] + label::before {
  height: 7px;
  width: 7px;
}
.product-grid-item #subscribe_box_1 {
}
.product-grid-item .product-form [type="radio"] + label::after {
  height: 15px;
  width: 15px;
}

@media (min-width: 1024px) {
  .featured--collection .product-grid-item__title {
    font-size: 23px;
  }
}

/*----- Product -----*/
.breadcrumb span {
  text-transform: uppercase;
}
.product__images-wrap .slick-arrow {
  padding: 0;
  height: 20px;
  width: 20px;
}
.product__images-wrap .slick-arrow .icon {
  height: auto;
  width: 100%;
}
.product__images ~ .product-images__next-btn {
  right: 20px;
}
.product__images ~ .product-images__prev-btn {
  left: 20px;
}
.product__images-wrap .slick-slider .slick-dots {
  bottom: 30px;
  display: none;
}
.product__images-wrap .slick-slider .slick-dots li button {
  height: 7px;
  width: 7px;
}
.product__images-wrap .slick-slider .slick-dots li button::before {
  background-color: #e1e1e1;
  border: solid 1px #050505;
  border-radius: 1px;
  opacity: 1;
}
.product__images-wrap .slick-slider .slick-dots li.slick-active button::before {
  background-color: #050505;
}
.product__thumbnails .slick-arrow {
  display: none;
}
.product-single .product__details {
  max-width: 100%;
}
.product__title {
  font-size: 32px;
}
.product-single__price {
  margin: 0 18px 0 0;
}

.product-form__action--quantity label,
.product-form__item > label {
  color: #000000;
  font-family: Futura, sans-serif;
  font-weight: 300;
  font-size: 16px;
  /* text-transform: uppercase; */
}
.product-form__item.select-wrapper .product-form__item-inner {
  border: none;
}
.product-single .product-form__item select {
  border: none;
  border-bottom: solid 1px #050505;
  box-shadow: none;
  font-weight: 600;
  outline: 0;
  padding: 0 5px;
}
.product-form div#rc_container {
  background-color: #f3f4f9;
  margin-top: 15px;
  padding: 30px 0 20px;
  padding-right: 0px !important;
}
.product-form div#rc_container.rc_subscription-only {
  padding: 0px 0 20px;
}
.product-form div#rc_container .rc_block__type {
  border: none;
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
}
.product-form div#rc_container .rc_block__type.rc_block__type--active * {
  color: white !important;
}
.product-form div#rc_container .rc_block__type.rc_block__type--active {
  /* border: solid 1px #050505; */
  background-color: #6e8f3f !important;
  border: none;
  border-radius: 2em;
}
.product-form
  div#rc_container
  .rc_block__type.rc_block__type--active
  [type="radio"]
  + label::before {
  opacity: 1;
}
.product-form div#rc_container .rc_label {
  padding-right: 0;
}
.rc_block__type__autodeliver {
  position: relative;
  /*   pointer-events: none; */
}
.rc_block__type__autodeliver .rc_label__autodeliver {
  pointer-events: initial;
}

#rc_container {
  border: 1px solid #f0eeea;
  background-color: #fbf8f4 !important ;
  padding-left: 1em !important ;
  padding-right: 1em !important ;
  margin-top: 0 !important;
  padding-top: 1em !important;
}

/* #rc_container  */
.help-tool {
  /* background-color: #ffffff;
  border-radius: 50%; */
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  align-items: start;
  /* justify-content: start; */
  /* margin-left: 0.5em; */
  text-decoration: underline;
  line-height: 1.2em;
  color: #7d7c7b;
  text-wrap: nowrap;
  position: relative;
  /* right: 0.5em; */
  /* top: 3px; */
  /* height: 20px; */
  width: fit-content;
  z-index: 1;
  pointer-events: initial;
  padding-right: 1em;
}

#rc_container.rc_subscription-only .help-tool {
  top: 35%;
}

/* @media (min-width: 1300px) {
  #rc_container .help-tool {
    top: 5px;
  }
} */
/* #rc_container  */
.help-tooltip {
  background: rgba(0, 0, 0, 1);
  border: solid 2px #000;
  border-radius: 5px;
  bottom: 26px;
  color: #fff;
  font-size: 12px;
  text-align: left;
  /*right:-10px;*/
  padding: 8px;
  position: absolute;
  z-index: 98;
  white-space: normal;
  width: 300px;
  display: none;
  pointer-events: initial;
  max-width: 250px;
  left: -70%;
}
@media only screen and (max-width: 1200px) {
  .help-tooltip {
    left: 0%;
  }
  .help-tooltip:before {
    left: 5% !important;
    right: unset !important;
  }
}
/* #rc_container  */
.help-tool:hover .help-tooltip {
  display: block !important;
}
/* #rc_container  */
.help-tooltip:before {
  border: solid;
  border-color: #000 transparent;
  border-width: 6px 6px 0 6px;
  bottom: -8px;
  content: "";
  right: 5%;
  position: absolute;
  z-index: 99;
}
.qtybox {
  border: solid 1px #050505;
  color: #050505;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 10px 5px;
  height: 50px;
}
.qty-minus {
  order: 1;
}
.quantity-selector {
  order: 2;
}
.qty-plus {
  order: 3;
}

.btnqty .icon {
  cursor: pointer;
  height: 16px;
  width: 16px;
}
.btnqty svg path {
  stroke: #ffffff !important;
}
/*.product-form__action--quantity {padding-right: 40px;}*/
.product-form .quantity-input {
  border: none;
  color: #050505 !important;
  font-size: 18px;
  margin: 0;
  max-width: 60px;
  padding: 0;
  text-align: center;
  text-align-last: center;
}
.product-details-lower__tab {
  padding-top: 30px;
}
.desc-tab-menus {
  font-size: 18px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #050505;
  list-style-type: none;
}
/*.desc-tab-menus .desc-tab {padding-right: 1.5em;}*/
.desc-tab-menus .desc-tab a {
  text-decoration: none;
}
.desc-tab-menus .desc-tab.current a {
  font-weight: 600;
}
.desc-tab-menus .desc-tab:before {
  display: none;
}
.desc-tab-content {
  font-size: 18px !important;
  display: none;
  padding: 10px 0;
}
.desc-tab-content.active {
  display: block;
}
.custom_field_products {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  width: 100%;
}
.desc-tab.active a {
  font-family: Futura PT W01 Book, Futura, sans-serif;
  font-weight: 700;
}
.custom_field_products [data-animate-in="true"] {
  min-width: 130px;
  width: 25%;
}
.custom_field_products .product-grid-item__image {
  height: 110px;
}
.custom_field_products .product-grid-item__price {
  margin: 0;
}
.custom_field_products .stamped-badge {
  display: none !important;
}
.custom_field_products .button-wrap .product-grid-item__actions .btn {
  padding: 10px;
}
.custom_field_products .product-grid-item__title {
  font-size: 1rem;
  letter-spacing: 0;
}
.custom_field_products .product-form {
  display: none;
}
.related-articles__title,
.related-products__title {
  font-family: Futura PT W01 Book, Futura, sans-serif;
  font-weight: 300;
  font-size: 32px;
  text-transform: none;
}
.logo-list-container {
  border-bottom: solid 1px #e1e1e1;
  border-top: solid 1px #e1e1e1;
  margin: 35px 0;
  padding: 25px 0;
}
.logo-list {
  /*display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;*/
  width: 100%;
}
.logo-list .logo-list-item {
  width: 100%;
}
.logo-list-item-inner {
  color: #050505;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 18px;
  padding: 10px;
}
.logo-list .logo-list-item .icon {
  height: 28px;
  margin-right: 30px;
  /*width: auto;*/
}

.notes-with-video {
  padding: 0 0 50px;
}
.notes-with-video .video__title {
  font-size: 32px;
}
.notes-with-video .video-text {
  margin: 10px auto 20px;
}
.notes-with-video .video-text .btn {
  min-width: 240px;
}
.product__related-articles .slick-scrollbar {
  display: block;
}
.product__related-articles .slick-arrow svg {
  color: #ffffff;
}
.product__related-articles .slick-arrow.slideshow__prev {
  left: 30px;
}
.product__related-articles .slick-arrow.slideshow__next {
  right: 30px;
}
.article-grid-item__info .read-more {
  display: inline-block;
  margin-top: 10px;
  text-decoration: underline;
}
.related-articles-wrap {
  margin-top: 40px;
}
.article-grid-item__info .read-more:hover {
  text-decoration: none;
}
.custom-reviews__slider {
  background-color: #faf8f5;
  color: #050505;
  margin: 0 0 50px;
  padding: 80px 0;
}
.custom-reviews-title-wrap {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}
.custom-reviews-title-wrap h2 {
  font-size: 32px;
  letter-spacing: 0;
  max-width: 65%;
  text-transform: none;
}
.custom-reviews-title-wrap span {
  color: #050505;
  font-size: 23px;
}
.custom-reviews__slideInner i {
  display: block;
  margin: 10px 0;
}
.custom-reviews__text {
  color: #050505;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 30px;
}
.custom-reviews__author {
  font-size: 13px;
  text-transform: uppercase;
}
.custom-reviews__slider .slick-arrow {
  background-color: transparent;
}
.custom-reviews__slider .slick-next:before,
.custom-reviews__slider .slick-prev:before {
  color: #050505;
}
.custom-reviews__slider .carousel-nav {
  background-color: transparent;
  border: none;
  color: #050505;
  padding: 0;
  height: 20px;
  width: 20px;
  position: absolute;
}
.custom-reviews__slider .carousel-nav svg {
  width: 100%;
}
.carousel-nav {
  background-color: transparent;
  border: none;
  color: #050505;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-prev {
  display: none;
  left: 0;
}
.carousel-next {
  right: 5%;
}
.quote-symbol {
  display: none;
}
.quote-symbol-sm {
  display: block;
  position: absolute;
  right: 0;
  top: -15%;
}
.product-ingredients-header {
  background-color: #f3f4f9;
  border-top: solid 1px #e1e1e1;
  padding: 40px 0 0;
}
.product-ingredients {
  background-color: #f3f4f9;
  border-bottom: solid 1px #e1e1e1;
  border-top: solid 1px #e1e1e1;
}
.ingredients-images,
.ingredients-details {
  padding: 15px;
}
.ingredients-details .active-ingredient__details {
  border: none;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.ingredients-details .active-ingredient__details .active-ingredient-detail {
  border: none;
  padding: 0 25px;
  text-align: center;
}
/* .ingredients-details-2 {
  padding: 15px;
}
.ingredients-details-2 .active-ingredient__details {
  border: none;
  display: -webkit-flex;
  display: flex;ß
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.ingredients-details-2 .active-ingredient__details .active-ingredient-detail {
  border: none;
  padding: 0 25px;
  text-align: center;
} */
.ingredients-details
  .active-ingredient__details
  .active-ingredient-detail
  .active-ingredient-detail__title {
  font-weight: 400;
}

.ingredients-images {
  border-bottom: solid 1px #e1e1e1;
}
.ingredients-images img {
  margin: auto;
  max-width: 100%;
}
.img_text_tab {
  display: inline-block;
  margin-top: 35px;
  text-decoration: none !important;
}
.ingredient-info {
  text-align: center;
}
.ingredient-info h3 {
  font-family: Futura PT W01 Book, Futura, sans-serif;
  font-size: 23px;
}
.ingredients-images h2 {
  font-size: 18px;
}
.ingredients-details {
  display: none;
}
.ingredients-details.active {
  display: block;
}

.ingredients-images .col-xs-4 a {
  border: solid 1px transparent;
}
.ingredients-images .col-xs-4.active a {
  border: 1px solid #050505;
}

/*----- Product review -----*/
@media (max-width: 599px) {
  .product__col--reviews .stamped-header .stamped-summary,
  .product__col--reviews .stamped-summary-actions-mobile-filter {
    display: none !important;
  }
  .product__col--reviews .stamped-filters-wrapper {
    display: block !important;
  }
  .product__col--reviews .stamped-filter-selects .stamped-filter-select {
    min-width: auto !important;
  }
  .product__col--reviews .stamped-filter-selects #stamped-sort-select2 {
    width: 120px;
  }
}

.section-header .section-header__title {
  font-size: 38px;
  margin: 0 0 10px !important;
  text-transform: none;
}
.newsletter-section .sub-title-content {
  color: #050505;
  font-size: 14px;
  margin: 0 auto 40px;
  max-width: 400px;
}
.newsletter-section .newsletter__submit {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  width: 272px;
  height: 40px;
}
.newsletter-section .fieldset-reset {
  margin-top: 30px;
}
.newsletter-section .styled-checkbox + span:before {
  background-color: #050505;
}
.newsletter-section .styled-checkbox:checked + span:after {
  background-color: #ffffff;
  -webkit-box-shadow: 0.125em 0 0 #ffffff, 0.25em 0 0 #ffffff,
    0.25em -0.125em 0 #ffffff, 0.25em -0.25em 0 #ffffff,
    0.25em -0.375em 0 #ffffff, 0.25em -0.5em 0 #ffffff;
  box-shadow: 0.125em 0 0 #ffffff, 0.25em 0 0 #ffffff, 0.25em -0.125em 0 #ffffff,
    0.25em -0.25em 0 #ffffff, 0.25em -0.375em 0 #ffffff, 0.25em -0.5em 0 #ffffff;
}
.site-footer .site-footer__app_links {
  display: flex;
  flex-wrap: wrap;
}
.site-footer .site-footer__navigation .site-nav > li {
  margin-bottom: 10px;
}
.site-footer .site-footer__navigation .site-nav > li a > span {
  text-transform: uppercase;
}
.social-items {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.social-items svg {
  color: #ffffff;
  height: 16px;
  width: 16px;
}
.site-footer__copyright span {
  color: #ffffff;
}

@media (max-width: 899px) {
  .section-header .section-header__title {
    font-size: 32px;
  }
  .related-articles {
    padding-left: 0;
    padding-right: 0;
  }
  .related-articles-wrap .colxs-12 {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .quotes-slider-text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.site-footer .site-footer__app_links svg {
  width: 150px;
  height: auto;
}
@media (max-width: 767px) {
  .site-footer .site-footer__navigation {
    border-bottom: solid 1px #7d7d7d;
  }
  .site-footer__app_links .image_list,
  .site-footer__navigation .site-nav {
    margin-top: 1em;
    display: none;
  }
  .site-footer__app_links .image_list {
    width: 100%;
    text-align: center;
  }
  .site-footer .site-footer__app_links svg {
    width: 120px;
    text-align: center;
  }
  .site-footer .site-footer__col {
    padding-bottom: 1em;
    padding-right: 0;
  }
  .site-footer .site-footer__nav-title {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    width: 100%;
  }
  .site-footer .site-footer__nav-title:after {
    font-size: 20px;
  }
  .site-footer .site-footer__nav-title.active:after {
    font-size: 30px;
  }
  .site-footer .site-footer__nav-title.inactive:after {
    content: "+";
  }
  .site-footer .site-footer__nav-title.active:after {
    content: "-";
  }

  /* li.site-nav__item.site-nav__item--has-children:after {font-size: 20px !important;}
  li.site-nav__item.site-nav__item--has-children.active:after {font-size: 30px !important;}
  li.site-nav__item.site-nav__item--has-children.inactive:after {content: "+" !important;}
  li.site-nav__item.site-nav__item--has-children.active:after {content: "-" !important;} */

  /* li.site-nav__item.site-nav__item--has-children:after {
    content: "+" !important;
  } */
}

@media (min-width: 1024px) {
  .product__title,
  .notes-with-video .video__title,
  .related-articles__title,
  .related-products__title,
  .custom-reviews-title-wrap h2 {
    font-size: 38px;
    max-width: 100%;
  }
  .logo-list-container {
    padding: 35px 0;
  }
  .logo-list .logo-list-item {
    width: 30%;
  }
  .notes-with-video {
    padding: 30px 0 60px;
  }
  .notes-with-video .video-text {
    margin: 10px auto 20px;
    max-width: 460px;
  }
  .custom-reviews__slider {
    padding-top: 130px;
  }
  .custom-reviews__text {
    font-size: 24px;
  }
  .custom-reviews__author {
    font-size: 16px;
  }
  .custom-reviews__slider .carousel-nav {
    background-color: transparent;
    border: none;
    color: #050505;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .carousel-prev {
    display: block;
    left: -20%;
  }
  .carousel-next {
    right: -20%;
  }
  .quote-symbol-sm {
    display: none;
  }
  .quote-symbol {
    display: block;
    position: absolute;
    left: -15%;
    top: -25%;
  }
  .ingredients-images,
  .ingredients-details {
    padding: 20px;
    height: 100%;
  }
  .ingredients-details .active-ingredient__details {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .ingredients-details .active-ingredient__details .active-ingredient-detail {
    padding: 0 15px;
    text-align: left;
  }
  .ingredients-images img {
    max-width: 145px;
  }
  .ingredients-images {
    border-bottom: none;
    border-right: solid 1px #e1e1e1;
  }
  .ingredient-info {
    text-align: left;
  }
  .newsletter-section .section-header__title {
    font-size: 40px;
    margin: 0 0 20px !important;
  }
  .newsletter-section .newsletter__submit {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1300px) {
  .product-form div#rc_container #rc_radio_options {
    flex-direction: row;
  }
  .ingredients-images,
  .ingredients-details {
    padding: 50px;
    height: 100%;
  }
}

.stamped-review[data-verified="buyer"] .stamped-review-avatar:before {
  display: none;
}

.desc-tab-menus {
  justify-content: space-between;
}

.desc-tab {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
#rc_radio_options {
  position: relative;
}
@media only screen and (max-width: 640px) {
  #rc_radio_options {
    flex-wrap: wrap;
  }
}
#recently-viewed-products .slick-next,
#recently-viewed-products .slick-prev {
  top: 100%;
}

.featured-collection__next,
.featured-collection__prev {
  padding: 1rem;
  z-index: 2;
}

.product__thumbnails .lazyload-image {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.product__thumbnails .lazyload-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
ul#SecondaryMobileNav {
  display: none;
}
.input-group.input-group--underlined .input-group__field,
.input-group.input-group--underlined > input[type="email"],
.input-group.input-group--underlined > input[type="num"],
.input-group.input-group--underlined > input[type="password"],
.input-group.input-group--underlined > input[type="search"],
.input-group.input-group--underlined > input[type="text"] {
  font-size: 14px;
}

.site-nav__childlist:not(.active) ~ ul,
.site-nav__childlist:not(.active) ~ div {
  display: none;
}
.slick-slide .product-grid-item-quick-add .rc_label.rc_label__autodeliver {
  padding-right: 0 !important;
}

.slideshow-wrapper {
  height: 0;
  padding-bottom: calc((477 / 390) * 100%);
}
.slideshow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100%;
}
@media (min-width: 600px) {
  .slideshow-wrapper {
    height: 0;
    padding-bottom: calc((537 / 1414) * 100%);
  }
}
.shopify-section.index-section .slideshow-wrapper .slick-arrow {
  top: 50%;
}

.featured-collection-wrap .slick-slide,
.sub-collection__slideshow .slick-slide {
  height: auto !important;
  min-height: 0 !important;
  display: flex;
}

.featured-collection-wrap .slick-slide > div,
.sub-collection__slideshow .slick-slide > div {
  height: auto;
  width: 100%;
  display: flex;
}

.featured-collection-wrap .slick-track,
.sub-collection__slideshow .slick-track {
  display: flex !important;
}
.custom-liquid-content {
  text-align: left;
  padding-bottom: 30px;
}

.custom-liquid-content ul {
  margin-left: 15px;
}

.product-grid-item #rc_price_onetime.rc_price__onetime {
  display: inline;
}
.template-page-subscribe .featured-product .featured-product-modified__image {
  display: flex;
  justify-content: center;
}

.custom-liquid-content-title {
  text-align: center;
}

@media screen and (min-width: 900px) {
  .custom-liquid-content {
    text-align: left;
  }
}

.login-form-container {
  padding-top: 50px;
}
a.yotpo-logo-link-new {
  display: none !important;
}

.shg-btn,
a.featured-products-about-btn {
  letter-spacing: 0 !important;
}

.shg-btn {
  width: 272px;
  height: 40px;
}

.ingredient-accordion-holder .accordion-title {
  font-size: 18px;
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.ingredient-accordion-holder .accordion-item .accordion-contents {
  display: none;
  font-size: 16px !important;
}

.ingredient-accordion-holder .accordion-item.active .accordion-contents {
  display: block;
}

.ingredient-accordion-holder .accordion-item.active svg {
  transform: rotate(0deg);
}

.ingredient-accordion-holder .accordion-title svg {
  flex-shrink: 0;
  transform: rotate(-90deg);
}

/* Cookie consent
.cc-window.cc-banner.cc-bottom {
  padding: 12px 14px 12px 35px;
  width: 285px;
  left: 210px;
  bottom: 10px;
}
.cc-window.cc-banner.cc-bottom .cc-message {
  line-height: normal;
}
.cc-window.cc-banner.cc-bottom .cc-link::after {
  width: calc(100% - 0.2em);
  right: 0;
  bottom: 0;
}
.cc-customClose {
  top: 7px;
  right: initial;
  left: 0;
}
.cc-banner .cc-compliance {
  display: none !important;
}

@media only screen and (max-width: 56.24em) {
  .cc-window.cc-banner.cc-bottom {
    left: 10px;
    bottom: 75px;
    width: 235px;
  }
  .cc-customClose {
    top: 4px;
  }
} */

/* new lp */
.template-page-lp-new .button {
  font-size: 18px;
  text-decoration: none !important;
}

/* award badge */
.award_badge {
  position: absolute;
  color: #fff;
  z-index: 1;
  top: 8px;
  left: 8px;
}
.award_badge .award_badge_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  text-align: center;
  width: 80px;
  height: 80px;
  overflow: hidden;
  position: relative;
}
.award-badge-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.award-badge-bg svg {
  width: 100%;
  height: 100%;
}
.award_badge .award_text {
  font-family: Futura, sans-serif;
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}
.award_badge .top-text {
  font-size: 10px;
}
.award_badge .number-text {
  font-family: 'Nimbus-roman';
  font-size: 36px;
  letter-spacing: 0;
  line-height: 1;
}
@supports (-webkit-backdrop-filter: blur(10px)) {
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .award_badge .award_badge_inner {
      padding-top: 10px;
    }

    .award_badge .number-text {
      line-height: 0.7;
    }
  }
}
.template-collection .award_badge .award_badge_inner {
  width: 90px;
  height: 90px;
}
.template-collection .award_badge .award_text {
  font-size: 10px;
}
.award_badge .top-text {
  font-size: 8px;
}
.template-collection .award_badge .number-text {
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .award_badge .award_badge_inner {
    width: 60px;
    height: 60px;
  }
  .award_badge .award_text {
    font-size: 8px;
  }
  .award_badge .number-text {
    font-size: 28px;
    margin-top: -3px;
  }
  .template-collection .award_badge .award_badge_inner {
    width: 60px;
    height: 60px;
  }
  .template-collection .award_badge .award_text {
    font-size: 8px;
  }
  .award_badge .top-text {
    font-size: 6px;
  }
  .template-collection .award_badge .number-text {
    font-size: 24px;
  }
}

/* login forms */
.login-form-password.show {
  opacity: 1;
  visibility: visible;
}

/* mobile nav override */
#MobileNavDrawer .account_text {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  right: 11%;
  transform: translate(0, -50%);
}

.site-header__links.site-header__links--right .account_text {
  display: block;
}
.site-header__links.site-header__links--right .account_text svg {
  height: 20px;
  width: 20px;
}

/* account page */
@media only screen and (max-width: 640px) {
  .nav-item-count {
    display: none;
  }
}

/* hide qty buttons for membership products */
.rebuy-cart__flyout-item-quantity-widget
  button[aria-label*="Handcrafted Incense Holder"],
.rebuy-cart__flyout-item-quantity-widget button[aria-label*="Membership"],
[data-product-id="41681934155862"] .cart-drawer-item__quantity_button,
[data-product-id="41678452981846"] .cart-drawer-item__quantity_button {
  display: none;
}

/* new article template */
.template-article.inveterate__scroll-lock .article__body {
  visibility: hidden;
  opacity: 0;
}
.new-template .article-feature .article-feature__image {
  justify-content: center;
  margin-bottom: 30px;
  width: 100%;
}
.new-template .article-feature .article-feature__image img {
  width: revert-layer;
  height: revert-layer;
}
.new-template .article__body {
  font-size: 18px;
  letter-spacing: normal !important;
  line-height: normal !important;
}
.new-template .article__body .h1 {
  display: inline-block;
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: normal;
  line-height: normal;
}

/* new variant selectors */
.product-form__item.radio-wrapper .product-form__item-inner fieldset {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px 30px !important;
}
.product-form__item.radio-wrapper .product-form__item-inner fieldset input {
  position: relative !important;
  clip: unset;
  height: 24px;
  width: 24px;
  border: 1px solid #767676;
  border-radius: 100%;
  overflow: hidden;
  appearance: none;
  opacity: 1;
}
.product-form__item.radio-wrapper
  .product-form__item-inner
  fieldset
  input:checked {
  border-color: #2da771;
}
.product-form__item.radio-wrapper
  .product-form__item-inner
  fieldset
  input:checked::after {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  background-color: #2da771;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-form__item.radio-wrapper .product-form__item-inner fieldset label {
  font-family: "Futura PT Light";
  text-transform: uppercase;
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
  color: #000 !important;
}
.product-form__item.radio-wrapper
  .product-form__item-inner
  fieldset
  input:checked
  + label {
  font-family: "Futura PT Book";
}
@media only screen and (max-width: 640px) {
  .product-form__item.radio-wrapper .product-form__item-inner fieldset {
    grid-template-columns: 1fr;
    gap: 5px !important;
  }
  .product-form__item.radio-wrapper .product-form__item-inner fieldset input {
    height: 20px;
    width: 20px;
  }
  .product-form__item.radio-wrapper
    .product-form__item-inner
    fieldset
    input:checked::after {
    height: 12px;
    width: 12px;
  }
}

.product-form div#rc_container {
  background-color: transparent !important;
  border: 0;
  padding: 0 !important;
  margin: 0 !important;
}

.product-form div#rc_container #rc_radio_options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product-form div#rc_container #rc_radio_options > label {
  background-color: #efe9e3;
  border-radius: 15px;
  overflow: hidden;
  padding: 25px 20px;
}

.product-form div#rc_container #rc_radio_options input {
  position: relative !important;
  clip: unset;
  height: 24px;
  width: 24px;
  border: 1px solid #767676;
  border-radius: 100%;
  overflow: hidden;
  appearance: none;
  opacity: 1;
}
.product-form div#rc_container #rc_radio_options .rc_block__type__onetime.rc_block__type--active input {
  border-color: #2DA771;
}
.product-form div#rc_container #rc_radio_options .rc_block__type__onetime.rc_block__type--active input::after{
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  background-color: #2da771;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-form div#rc_container #rc_radio_options .rc_label {
  font-family: "Futura PT Book";
  font-size: 16px;
  letter-spacing: normal;
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  border: 0;
}
.product-form div#rc_container #rc_radio_options .savings {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-form div#rc_container #rc_radio_options .savings .original {
  text-decoration: line-through;
  color: #130f0899;
  font-size: 18px;
}
.product-form div#rc_container #rc_radio_options .savings .calculation {
  line-height: normal;
  font-size: 18px;
}
.product-form div#rc_container #rc_radio_options .savings .serving {
  color: #130f0899 !important;
  font-size: 14px;
}
.product-form div#rc_container #rc_radio_options .subscription-option-header {
  margin-bottom: 15px;
  display: flex;
}
.product-form div#rc_container #rc_radio_options .subscription-options,
.product-form
  div#rc_container
  #rc_radio_options
  .subscription-options
  div[for="rc_shipping_interval_frequency"] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.product-form
  div#rc_container
  #rc_radio_options
  .subscription-options
  div[for="rc_shipping_interval_frequency"] {
  flex-direction: row;
  width: 100%;
}
.product-form
  div#rc_container
  #rc_radio_options
  .subscription-options
  div[for="rc_shipping_interval_frequency"]
  > * {
  width: 33.33%;
  text-align: center;
  background-color: #fbf9f7;
  letter-spacing: normal;
  padding: 30px 15px;
}
.product-form
  div#rc_container
  #rc_radio_options
  .subscription-options
  div[for="rc_shipping_interval_frequency"]
  > *.selected {
  background-color: #254330;
}
.product-form
  div#rc_container
  #rc_radio_options
  .subscription-options
  .frequency-label {
  margin-bottom: 0;
  line-height: normal;
}
.product-form
  div#rc_container
  #rc_radio_options
  .subscription-options
  .delivery-frequency {
  font-size: 18px;
}
.product-form div#rc_container #rc_radio_options .subscription-notes {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.product-form
  div#rc_container
  #rc_radio_options
  .subscription-notes
  > *:not(.help-tool) {
  display: block;
  text-align: center;
  color: #254330;
  width: auto;
}
.product-form
  div#rc_container
  #rc_radio_options
  .subscription-notes
  > .help-tool {
  color: #254330;
  margin: 0 auto;
}
.product-form div#rc_container #rc_radio_options > label .icons {
  background-color: #d7e2d3;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 20px;
}
.product-form div#rc_container #rc_radio_options > label .icon {
  width: auto;
  display: flex;
  gap: 10px;
  height: auto;
  align-items: center;
}
.product-form div#rc_container #rc_radio_options > label .icon img {
  height: auto;
}
@media only screen and (max-width: 640px) {
  .product-form div#rc_container #rc_radio_options > label {
    padding: 20px 15px;
  }
  .product-form div#rc_container #rc_radio_options input {
    height: 20px;
    width: 20px;
  }
  .product-form
    div#rc_container
    #rc_radio_options
    .rc_block__type__onetime.rc_block__type--active
    input::after,
  .product-form div#rc_container #rc_radio_options input:checked::after {
    height: 12px;
    width: 12px;
  }
  .product-form div#rc_container #rc_radio_options .rc_label {
    font-size: 14px;
  }
  .product-form
    div#rc_container
    #rc_radio_options
    .subscription-options
    div[for="rc_shipping_interval_frequency"]
    > * {
    padding: 20px 15px;
  }
  .product-form div#rc_container #rc_radio_options .savings {
    justify-content: flex-end;
  }
  .product-form div#rc_container #rc_radio_options .savings .original,
  .product-form div#rc_container #rc_radio_options .savings .calculation {
    font-size: 14px;
  }
  .product-form div#rc_container #rc_radio_options .savings .serving {
    font-size: 12px;
  }
  .product-form div#rc_container #rc_radio_options > label .icons {
    flex-wrap: wrap;
  }
}

.product-form div#rc_container #rc_radio_options .rc_block__type__onetime {
  background-color: transparent !important;
  font-family: "Futura PT Book";
  display: flex;
  padding: 0;
}
product-form div#rc_container #rc_radio_options .rc_block__type__onetime.rc_block__type--active input {
  border-color: #2DA771;
}
.product-form
  div#rc_container
  #rc_radio_options
  .rc_block__type__onetime
  label {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
}
.product-form div#rc_container #rc_radio_options .rc_block__type__onetime span {
  color: #000 !important;
}

.product-form__actions {
  padding: 0 !important;
  align-items: flex-start;
}
.product-form__actions .payment-details {
  display: flex;
  color: #254430;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.product-form__actions .payment-details p {
  color: #254430;
  line-height: normal;
}
.product-form__actions .payment-details .secure-checkout {
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: normal;
}
.product-form__actions .payment-details .secure-checkout img {
  width: 15px;
}
.product-form__action-inner .qtybox {
  border: 0;
  border-radius: 15px;
  background-color: #f0f0f0;
  overflow: hidden;
}
.product-form__action-inner .product-form__submit.btn {
  background-color: #254430;
  border: none;
  border-radius: 15px;
  overflow: hidden;
  padding-inline: 30px !important;
}
@media only screen and (max-width: 640px) {
  .product-form__actions .payment-details .afterpay_wrap {
    text-align: right;
  }
}

/* Cookie consent
.cc-window.cc-banner.cc-bottom {
  position: fixed !important;
}

.cc-window.cc-banner.cc-bottom .cc-message-wrapper {
  margin-left: 20px !important;
  margin-top: 10px !important;
}

/* Override any conflicting styles on the message content */
.cc-window.cc-banner.cc-bottom .cc-message-wrapper .cc-message {
  margin-left: 0 !important;
  margin-top: 0 !important;
}
.cc-window.cc-banner.cc-bottom .cc-message {
  line-height: 22px;
  color: #ffffff;
  font-family: var(--font-body);
  font-size: 14px;
  letter-spacing: 0.03em;
  max-width: 239px;
  margin: 0;
}
.cc-window.cc-banner.cc-bottom .cc-link::after {
  width: calc(100% - 0.2em);
  right: 0;
  bottom: 0;
}
.cc-customClose {
  position: absolute;
  top: 10px;
  right: 19px;
  cursor: pointer;
  font-size: 26px;
  color: #ffffff;
  padding: 0.375em;
  line-height: 0.5;
  height: 1.25em;
  width: 1.25em;
}
.cc-banner .cc-compliance {
  display: none !important;
}

@media only screen and (max-width: 56.24em) {
  .cc-window.cc-banner.cc-bottom {
    left: auto;
    right: auto;
    bottom: 97px;
    width: 278px;
    height: 165px;
    padding: 17px 20px;
  }
  .cc-customClose {
    top: 13px;
    right: 10px;
    font-size: 28px;
  }
  .cc-window.cc-banner.cc-bottom .cc-message {
    font-size: 11px;
    max-width: 185px;
    line-height: 17px;
  }
} */