/** Shopify CDN: Minification failed

Line 1264:10 Expected identifier but found whitespace
Line 1264:12 Unexpected "{"
Line 1264:21 Expected ":"
Line 1269:21 Expected identifier but found whitespace
Line 1269:23 Unexpected "{"
Line 1269:33 Expected ":"
Line 1270:16 Expected identifier but found whitespace
Line 1270:18 Unexpected "{"
Line 1270:28 Expected ":"
Line 1270:48 Unexpected ","
... and 43 more hidden warnings

**/
.meta-anchor {
color: rgb(0,34,220);
}
.meta-anchor:hover {
color: #f2783e !important;
padding: 0 0 4px 0;
border-color: #f2783e !important;
}
.meta-anchor:focus {
color: #f2783e !important;
padding: 0 0 6px 0;
border-color: #f2783e !important;
}
.effect-four > a {
	padding: 0 0 1px 0;
	border-bottom: 2px solid white;
	transition: 0.3s ease;
}
.serum_special .row {
    display: flex;
    align-items: center;
}
.spr-pagination {
    display: block;
    width: 100%;
}
.serum_special .row .col-6:first-child {
    margin-right: 20px;
}
.serum_special .row .col-6:first-last {
    margin-left: 20px;
}
.price--sold-out .price__badge--sold-out {
    display: none !important;
}
.key_benefits ul {
    margin-left: 20px;
}
.product-offer {
    text-align: center;
  	height:33.75px;
}
.product-offer span{
	display:none;
  color:#ff7070;
      line-height: 1;
}
.product-offer span:first-child{
	display:block;
  	text-align:center;
}
.product-single__meta .price__regular, .product-single__meta .price__sale{
margin-right: 0;
}
 .product-single__meta .price--on-sale .price-item--regular{
	font-weight:normal;
}
.product-single__meta span.price-item.price-item--sale {
    font-weight: normal;
    font-size: 36px;
  color:#333232;
}
.key_benefits ul li {
    list-style: disc;
}

body.template-product .page-width,
body.template-index .page-width {
    max-width: 90%;
}
body.template-product .product-single__media {
    background-color: #fff !important;
}

.product-form__controls-group.product-form__controls-group--submit {
    justify-content: center;
  	flex-direction: column;
	align-content: center;
  	align-items: center;

}

body.template-index .grid-view-item__image-wrapper {
    max-width: unset !important;
}

body.template-index .grid-view-item__image-wrapper .grid-view-item__image {
    max-width: 100% !important;
    max-height: unset !important;
}


body.template-product .product-single__media-wrapper {
    max-width: 100% !important;

}

body.template-product img.feature-row__image {
    max-width: 100% !important;
    max-height: 100% !important;
}



.product-meta-content ul {
    justify-content: center !important;
}

ul.logo-meta li.seal-a img {
    transform: unset;
    max-width: 80%;
}

.product-single__meta .price--on-sale .price-item--regular {
    
      font-size: 25px;
    position: relative;
    top: 13px;
    left: 5px;
}
.price dd{
    margin: 0 .15em 0 0;
}
ul.logo-meta {
    flex: 0 1 160px;
    margin: 0px 20px 0px !important
}

ul.logo-meta li.seal-a {
    -ms-flex: 0 1 125px;
    flex: 0 1 125px;
    margin: 0 0px 0px;
    max-width: 125px !important;
}
.product-meta-content h3{
        max-width: 500px;
        margin: 0 auto;
}
.logo-bar-product {
	margin-top: 1rem;
  	margin-bottom: 2rem;
}

.logo-bar-product img {
    max-width: 80%;
    margin: 0 auto;
    display: block;
}

div#shopify-product-reviews,
div#shopify-section-product-recommendations,
.skincare-routine {
    margin-top: 60px;
}

div#shopify-section-product-recommendations .product-card__image-with-placeholder-wrapper {
    background: transparent !important;
}

.video-list,
.skincare-routine {

    text-align: center;
}

.video-list .ifr {
    width: 23%;
    display: inline-block;
    margin-right: 1%;
    margin-top: 1%;
}




.serum_special,
.ingredients,
.video-review {
    margin-block: 50px;
    max-width: 1200px;
    margin-inline: auto;
}

.serum_special img {
    margin: 0 auto;
    display: block;
    max-width: 590px;
}

.skincare-routine .video-list .ifr {
    width: 48%;
}

.text-description h2,
.key_benefits h2,
.serum_special h2,
.after_before h2,
.results-carousel h2,
.ingredients h2,
.video-review h2,
div#shopify-section-product-recommendations h2,
.skincare-routine h2 {
    font-size: 28px;
    text-decoration: underline;
    text-decoration-color: #d0aea4;
    text-decoration-thickness: 0.125em;
}

.after_before img {
    margin: 0 auto;
    display: block;
}

.key_benefits h2,
.after_before h2,
.video-review h2,
.results-carousel h2,
div#shopify-section-product-recommendations h2 {
    text-align: center;
}

.text-description{
  max-width: 1200px;
  margin-inline: auto;
}

.text-description p,
.serum_special p,
.ingredients p {
    font-size: 18px;
}

.key_benefits,
.after_before {
    position: relative;
    width: 100vw;
    padding: 30px;
    left: 50%;
    margin-left: -50vw;
    margin-top: 50px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-position: center;
}
  
  		@media only screen and (max-width: 749px) {
          .key_benefits,.after_before {padding: 15px;}
  }


.key_benefits>div,
.after_before>div {
    background: #ffffffe0;
    padding: 20px;
    max-width: 1200px;
    margin-inline: auto;
    border-radius: .5rem;
    backdrop-filter: blur(5px);
}

.after_before__flex {
	display:flex;
  	justify-content: center;
  	align-items:center;
  	gap: 40px;	
}
  		@media only screen and (max-width: 815px) {
          .after_before__flex {
            flex-direction: column;
            gap: 20px;
          }
  }

.after_before__flex-img {
	max-width: 45%;
  	min-width: 300px;
}
.after_before__flex-img>figure {
    margin-block: 1rem;
    margin-inline: auto;
}

.after_before__flex-text {
	max-width: max(40%, 327px);
  	align-self: center;
}

.key_benefits li {
    font-size: 20px;
}

/* New Key Benefits */

.benefits-section__title {
  background: hsla(var(--key-benefits-hue), 100%, 50%, .75);
  font-size: 4rem;
  font-weight: 700;
  margin: 2rem 0;
  text-align: center;
  text-shadow: 0px 0px 4px hsla(var(--key-benefits-hue), 100%, 0%, 0.5);
  letter-spacing: 0%;
  color: ghostwhite;
  text-wrap: balance;
  border-radius: 999px;
}

.benefits-parallax {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 1rem 1rem 3rem;
  margin-top: 2rem;
}

.benefits-parallax__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.benefits-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

.benefit-card {
  background-color: hsla(var(--key-benefits-hue), 100%, 98%, 0.85);
  backdrop-filter: blur(15px);
  max-width: min(380px, 100%);
  padding: 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 8px hsla(var(--key-benefits-hue), 100%, 30%, 0.35);
  display: grid;
  column-gap: 1rem;
  row-gap: .5rem;
  place-items: center;
  grid-template-columns: 1fr 3.6fr;
  grid-template-rows: 4rem 1fr;
  grid-template-areas: "img title"
                       "img body";
}

.benefit-card__title {
  font-size: 1.25rem;
  font-weight: 600;
  color: hsla(var(--key-benefits-hue), 100%, 46%, 1);
  grid-area: title;
  justify-self: left;
  align-self: last baseline;
  margin: 0;
}
.benefit-card__image{
  align-self: center;
  grid-area: img;
  margin: 0;
}
.benefit-card__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.25rem;
  margin: 0;
}

.benefit-card__body {
  font-size: 1rem;
  line-height: 1.5;
  color: #623b30;
  grid-area: body;
  align-self: first baseline;
}

/* Mobile tweak: reduce padding on small screens */
@media (max-width: 480px) {
  .benefits-parallax {
    padding: 2rem 0.5rem;
  }
  .benefits-section__title {
    font-size: 1.75rem;
    margin: 1.5rem 0;
  }
  .benefits-cards{
    gap: .75rem;
  }
}

/* New Before and After */

  .results-carousel__parallax {
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    margin-top: 2rem;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding: 4rem 1rem;
    overflow:hidden;
    overscroll-behavior-x: none; 
  }
  
  .results-carousel__inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-inline: 3rem;
    background-color: hsla(var(--results-carousel-hue), 100%, 98%, .85);
    padding-block: 2rem 3rem;
    border-radius: .5rem;
    backdrop-filter: blur(15px);
  }

  .swiper-container.results-carousel__swiper {
    width: 100%;
    overflow: hidden;
    touch-action: pan-y;
  }
  .results-carousel__swiper .swiper-wrapper {
    margin: 0 !important;
    padding: 0 !important;
  }
  .results-carousel__swiper .swiper-slide {
    margin: 0 !important;
    width: 100% !important; 
    display: grid;
  }
  .carousel-slide__inner {
    box-sizing: border-box;
    display: flex;
    justify-content: center;  
    width: 100%;
    padding: 1rem 4rem;
    gap: 2rem;
  }
  .carousel-slide__image {
    width: 50%;
    height: 100%;
    overflow: hidden;
  }
  .carousel-slide__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .5rem;
  }
  .carousel-slide__text{
    display: flex;
    width: 50%;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
  }
  .carousel-slide__body {
    margin: 1rem 0;
    font-size: 1.25rem;
    line-height: 1.5;
    text-align: center;
    color: #333;
    text-wrap: balance;
  }
  .carousel-slide__user {
    font-weight: 600;
    font-size: 0.9rem;
    color: #555;
    text-align: center;
  }
  
  .results-carousel__swiper .swiper-pagination {
    --swiper-pagination-bottom: 1rem;
    --swiper-theme-color: hsla(var(--results-carousel-hue), 100%, 67%, 1);
  }
  .results-carousel__swiper .swiper-button-prev,
  .results-carousel__swiper .swiper-button-next {
    color: hsla(var(--results-carousel-hue), 100%, 67%, 1);
  }
  
  /* 8) Mobile tweaks */
  @media (max-width: 480px) {
    .results-carousel__parallax {
      padding: 2rem 0.5rem;
    }
    .carousel-slide__inner {
      flex-direction: column;
      padding: .5rem;
    }
    .carousel-slide__inner {
      flex-direction: column;
      padding: .5rem;
    }
    .carousel-slide__inner:has(> .carousel-slide__image) {
      justify-content: space-between;
    }
    .carousel-slide__image {
      width: 100%;
      height: 200px;
    }
    .carousel-slide__text {
      width: 100%;
    }
    .carousel-slide__body {
      font-size: 1rem;
    }
  }


/* review css */

.spr-container.spr-container {
    padding: 0;
    border: 0;
    text-align: center;
}

.spr-header-title {
  	display:none;
/*  font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    font-size: 28px !important;
    margin-bottom: 20px !important; */
}
.spr-review-content-body {
	font-size:inherit !important;
}

a.spr-summary-actions-newreview {
    line-height: 1.42;
    text-decoration: none;
    text-align: center;
    white-space: normal;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3em;
    padding: 11px 20px;
    min-width: 90px;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 3px;
    color: #fff;
    background: #000;
    float: none;
    display: block;
    max-width: 200px;
    margin: 10px auto;
}

.new-review-form {
    max-width: 650px;
    margin: 0 auto !important;
    text-align: left;
    border-top: none;
}

.spr-badge-starrating,
.spr-icon-star-empty,
.spr-icon-star-hover,
.spr-icon-star-hover:hover,
.spr-starrating,
.spr-starratings {
  color: #f3c200 !important;
}

/* Ryvui Review App */
#ryviu-questions-answers > h2 {
margin: 2rem auto
}

.r--question-form {
text-align: center;
}
/* End */

/* review css end */
div#Hero-hero-1 {
    height: 70vh;
}

.stick_menu_main {
    display: block !important;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    transition: 0.1s;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.home-page-promise {

  border: 2px solid black;
  background-color: #FFEBE2;
  box-shadow: 0px 0px 10px 10px #F1DCE1;
  padding-bottom: 20px;
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 0px 14px 15px 3px rgba(0,0,0,0); 
  box-shadow: 0px 10px 13px -7px #000000, 0px 14px 15px 3px rgba(0,0,0,0);
}



@media only screen and (min-width: 600px) and (max-width: 1080px) {

  
  .serum_special .row .col-6{
  	width:100%;
    margin:0;
  }
  .serum_special .row{
  	display: grid;
	grid-template-rows: .5fr 1fr;
    grid-gap:1rem;
  }
  .mobile-order-1 {
  order:1;
  }
  .mobile-order-2 {
  order:2;
  }
  .mobile-gap {
  margin-top: 2rem!important;
  }
  .after-before-img-mobile {
  margin: 0 auto;
  }
  body.template-product .product-single__thumbnails{
  display: inline-flex;
  }
  body.template-product .medium-up--one-half{
  	    width: 100%;
  }
   body.template-product .product-single__thumbnails-item{
   	flex: 0 0 25%!important;
   }
   body.template-product .product-single__media-wrapper{
   	    width: 100%;
   }
    .wistia_embed {
        margin: 0 auto !important;
        margin-bottom: 20px;
        height: 345px !important;
        max-width: 600px !important;
    }

}

/* @media only screen and (min-width: 768px) and (max-width: 767px) {
    .mount-video-background.video-split {
        padding: 0 30px;
    }
}
 */

@media only screen and (min-width: 876px) and (max-width: 766px) {
    ul.logo-bar {
        max-width: 876px;
        margin: 0 auto;
    }


}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  
  .video-list .ifr{
        border: none !important;
  width: 48%;
  }
  .video-list .wistia_embed{
        height: 100% !important;
        max-width: 100% !important;
  }
    .video-list .ifr {
        overflow: hidden;
        padding-top: 21.25%;
        position: relative;
    }

    .video-list .ifr iframe {
        border: 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }





    .video-split {
        padding: 0 10px;
    }

    .wistia_embed {
        margin: 0 auto !important;
        margin-bottom: 20px;
        height: 190px !important;
        max-width: 340px !important;
    }
}

@media only screen and (min-width: 980px) and (max-width: 1100px) {
      .video-list .ifr{
  width: 48%;
  }
  .video-list .wistia_embed{
        height: 100% !important;
  }
	
}
  @media only screen and (min-width: 1080px) and (max-width: 1280px) {

    .serum_special .row .col-6{
  	width:100%;
    margin:0;
  }
  .serum_special .row{
  	display: grid;
	grid-template-rows: max-content;
    grid-gap:1rem;
  }

  .mobile-order-1 {
  order:1;
  }
  .mobile-order-2 {
  order:2;
  }
  .mobile-gap {
  margin-top: 2rem!important;
  }
  .after-before-img-mobile {
  margin: 0 auto;
  }  
    .wistia_embed {
        height: 290px !important;
        max-width: 490px !important;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1200px) {
    .video-split {
        padding: 0 10px;
    }

    .wistia_embed {
        margin: 0 auto !important;
        margin-bottom: 20px;
        height: 250px !important;
        width: 100% !important;
        max-width: 100% !important;
    }

}

@media only screen and (min-width: 1280px) {
    .template-index .video-split__box .wistia_embed {
        width: 100% !important;
        height: 50vh !important;
    }
}

@media only screen and (min-width: 910px) {
    .template-index .video-split {
        width: 90%;
    }


    ul.logo-meta {
        margin: 10px 0px 10px !important;
    }

    ul.logo-meta li.seal-a {
        margin: 0 0px 0px !important;
    }
}

@media only screen and (min-width: 750px) {
  div#shopify-section-product-recommendations .medium-up--one-quarter{
      width: 25%;
  }
    .shopify-section.index-section ul.grid.grid--uniform .medium-up--one-quarter {
        width: 25%;
    }


    .index-section {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    .spr-content .spr-reviews {
        margin-top: 45px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .spr-content .spr-review:first-child {
        margin-top: 0;
    }

  
    .spr-content .spr-review:nth-child(3n+1) {
        margin-left: 0;
    }

    .spr-badge-starrating,
    .spr-icon-star-empty,
    .spr-icon-star-hover,
    .spr-icon-star-hover:hover,
    .spr-starrating,
    .spr-starratings {
        color: #f3c200;
    }

    .spr-content .spr-review {
        -ms-flex: 1 1 40%;
        flex: 1 1 40%;
        padding: 20px;
        border: none;
        margin-left: 22px;
        margin-bottom: 22px;
        max-width: 30%;
    }

    .product-reviews .spr-review {
        border: none !important;
    }

    .spr-content .spr-review-header-title {
        font-size: 17px;
        letter-spacing: .025em;
        line-height: 1.6;
        font-weight: 700;
        text-transform: none;
    }

    header.site-header .medium-up--one-quarter {
        width: 40%;
    }
}

@media only screen and (max-width: 749px) {
  .serum_special .row .col-6{
  	width:100%;
    margin:0;
  }
  .serum_special .row{
  	display: grid;
	grid-template-rows: max-content;
    grid-gap:1rem;
  }
  .mobile-order-1 {
  order:1;
  }
  .mobile-order-2 {
  order:2;
  }
  .mobile-gap {
  margin-top: 2rem!important;
  }
  .after-before-img-mobile {
  margin: 0 auto;
  }
    .template-product .block-selector {
        width: 100%;
    }

    .block-selector label {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 12px;
        border: 2px solid rgba(74, 91, 122, 0.89);
        justify-content: center;
        cursor: pointer;
        transition: 0.3s all ease;
        font-weight: bold;
        font-size: 16px;
        text-transform: uppercase;
    }

    .block-selector label.active {
        background: #fadedf;
    }

    .block-selector label:hover {
        background: #fadedf;
    }

    .block-selector label input {
        display: none;
    }

    a#menu-burger {
        display: none;
    }

    #shopify-section-article-template{
      padding-inline: 1rem;
    }
}

@media only screen and (max-width: 769px) {

    .video-list .ifr {
       width: 100%;
    overflow: hidden;
    padding-top: 0;
    position: relative;
          border: 5px solid;
    }

    .video-list .ifr iframe {
        border: 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }




    .product-single__meta {
        text-align: center;
    }

    dl.price.price--sold-out.price--on-sale {
        align-items: center;
    }

    .product-form {
        padding-top: 10px !important;
    }

    .after_before h2,
    .results-carousel h2,
    .ingredients h2,
    .key_benefits h2,
    .serum_special h2,
    .skincare-routine h2,
    .text-description h2,
    .video-review h2,
    div#shopify-section-product-recommendations h2 {
        font-size: 16px;
    }

    div#shopify-section-product-recommendations .grid--view-items {
        display: -ms-flexbox;
        display: flex;
        transform: translateX(0);
    }

    div#shopify-section-product-recommendations .grid__item {
        flex: 0 0 55vw !important;
    }



    .skincare-routine .video-list .ifr {
        width: 100%;
    }

    .product-meta-content h3 {
        text-align: center;
        font-size: 14px;
        max-width: 500px;
        margin: 0 auto;
    }

    ul.logo-meta {
        display: flex;
        margin: 30px auto 0 !important;
        justify-content: center;
    }

    ul.logo-meta li.seal-a {
        margin: 0 0 15px;
        max-width: 32% !important;
    }

    .product-meta-content h5 {
        text-transform: uppercase;
        font-size: 12px;
        background: #fadedf;
        padding: 16px;
        border-radius: 5px;
        color: #000;
        text-align: center;
    }


    .product-single__description.rte {
        width: 100%;
        margin: 0 !important;
    }
  
    .logo-bar-product img {
        max-width: 100%;
    }

    form.product-form .selector-wrapper.js.product-form__item {
        display: none;
    }

    .serum_special img {
        width: 100%;
        margin-inline: auto;
    }

    div#shopify-section-collection ul.grid.grid--uniform.grid--view-items {
        transform: translateX(0);
        display: flex;
    }
    .collection-row-fix{
        transform: translateX(0);
        display: flex;
    }

    div#shopify-section-collection li.grid__item.grid__item--collection {
        flex: 0 0 40% !important;
    }
    .collection-row-fix li.grid__item.grid__item--collection{
      flex: 0 0 40% !important;
    }

    div#Hero-hero-1 {
        height: 50vh;
    }

    ul.logo-bar {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .video-split__heading h1 {
        font-size: 28px;
        margin-bottom: 0;
    }

    ul.logo-bar .logo-bar-section {
        -ms-flex: 0 1 120px;
        flex: 0 1 120px;
        vertical-align: middle;
        margin: 0 15px 20px;
    }



    .video-split__box {
        padding-top: 40px;
    }

    .video-split {
        padding: 10px;
    }
}




@media only screen and (max-width: 750px) {

    .site-footer__item {
        border-bottom: 1px solid;
        margin-bottom: 20px !important;
        margin-top: 10px;
        display: block !important;
    }

    ul.site-footer__linklist,
    .site-footer__newsletter, .site-footer__rte {
        display: none;
    }

    .site-footer .h4 {
        position: relative;
    }

    .site-footer .h4.open:after {
        transform: rotate(180deg);
    }

    .site-footer .h4:after {
        content: "\f078";
        padding-right: 3px;
        vertical-align: middle;
        position: absolute;
        font-weight: 900;
        right: 0;
        font-family: "Font Awesome 5 Free";
    }


}

@media only screen and (max-width: 600px) {
    .wistia_embed {
        width: 100% !important;
        margin-bottom: 20px;
        height: 250px !important;
    }

}

@media only screen and (max-width: 481px) {
    div#shopify-section-collection li.grid__item.grid__item--collection {
        flex: 0 0 60% !important;
    }
    .collection-row-fix li{
      flex: 0 0 60% !important;
    }
}

div#Hero-hero-1 {
    animation: zoom-fade 2.5s cubic-bezier(.26, .54, .32, 1) 0s forwards;
    transition: none;
}

@keyframes zoom-fade {
    from {
        opacity: 0;
        transform: scale(1.3, 1.3);
    }

    to {
        opacity: 1;
        transform: scale(1, 1);
    }
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.homepage-promise-btn {
  background-color:black;
  font-size: font-size: calc(((var(--font-size-base) - 2) / (var(--font-size-base))) * 1.5em) !important;
  padding-inline: 75px;
  letter-spacing: .25em;
}

@media (max-width:749px){

.home-page-promise-heading {
 font-size: calc(((var(--font-size-header)) / (var(--font-size-base))) * .8em);
 padding-top: 20px;
}
.homepage-promise-btn {
  background-color:black !important;
  font-size: font-size: calc(((var(--font-size-base) - 2) / (var(--font-size-base))) * 1.5em) !important;
  padding-inline: 75px;
  letter-spacing: .25em;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 0px 14px 15px 3px rgba(0,0,0,0); 
  box-shadow: 0px 10px 13px -7px #000000, 0px 14px 15px 3px rgba(0,0,0,0);
}
.homepage-promise-btn:hover {
  background-color:grey !important;
  
 }  
.product-meta-content h3,
.product-meta-content > img,  
.social-sharing {
  display:none !important;
  }
}
.key-benefit-text > p {
	margin: 0;
}

.step-link {
  color: blue;
  text-decoration: none;
  transition: ease-in 300ms;
  border-bottom: 2px solid rgba(255, 60, 0, 0);
}
.step-link:hover, .step-link:focus { 
  color: rgba(255, 60, 0, 1)!important;
  padding: 3px 2px;
  border-bottom: 2px solid rgba(255, 60, 0, 1); 
}
.step-link-cav {
  color: blue;
  text-decoration: none;
  transition: ease-in 300ms;
  border-bottom: 2px solid rgba(150, 63, 255, 0);
}
.step-link-cav:hover, .step-link-cav:focus { 
  color: rgba(150, 63, 255, 1)!important;
  padding: 3px 2px;
  border-bottom: 2px solid rgba(150, 63, 255, 1); 
}

.icon-tiktok{
  transform: translate(4px, 3px) scale(1.25);
}

/* Blog Post Edits */

.section_select {
  padding: 0;
  text-align: right;
  float: right;
  @include respond-to('medium') {
    padding-top: 0;
    width: 100%;
    padding-right: 7px;
    box-sizing: border-box !important;
  }
  .blog_filter, .tag_filter, .sort_by {
    color: {{settings.collection_filter_color}};
    display: inline-block;
    border: none;
    padding-right: 30px;
    background-position: 100% 50%;
    background-color: {{ settings.shop_bg_color }};
    font-family: {{ settings.nav__font.family }}, {{ settings.nav__font.fallback_families }};
    font-weight: {{ settings.nav__font.weight }};
    font-size: {{ settings.nav_font_size }}px;
    text-transform: {{ settings.nav_font_style }};
    width: auto;
    margin-bottom: 0;
    max-width: 80%;
    @include respond-to('medium'){
      float: none;
      width: 100%;
      max-width: 100%;
      font-size: 16px;
      padding-left: 0;
    }
  }
}

div.breadcrumb-collection {
  margin-bottom: 20px;
  & + div.section {
    margin-top: 0;
  }
  @include respond-to('medium'){
   margin-top: 15px;
   text-align: center;
  }
}

.breadcrumb_text, .article-pagination {
  margin-top: 0px;
  text-transform: uppercase;
  font-size: {{ settings.regular_font_size | minus: 4 }}px;
  margin-bottom: 0;
  @include respond-to('medium'){
    margin-top: 0;
  }
  .breadcrumb-divider {
    color: {{ settings.link_color }};
    margin: 0 5px;
  }
}

.breadcrumb_link:hover span {
 color: {{ settings.link_hover_color }};
}

.breadcrumb {
  font-size: {{ settings.regular_font_size | minus: 1 }}px;
  @include respond-to('medium'){
   margin-bottom: 20px;
  }
}

.blog-section h2 {
  margin-bottom: 0;
  line-height: 1.2;
}
.blog-section h2 a {
  color: {{ settings.headline_color }};
}
.blog_meta {
 margin-bottom: 0;
}
.blog_meta span {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  font-size: smaller;
  color: {{ settings.was_price_color }};
}
.blog_meta span:after {
  content: '';
  position: absolute;
  right: -16px;
  top: 50%;
  margin: -1px 5px 0;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: {{ settings.was_price_color }};
}
.blog_meta span:last-child:after {
  background-color: transparent;
}

.article h3.sub_title {
  letter-spacing: 0;
  margin:10px auto 0;
}
.article_content {
  margin-top: 20px;
}
.excerpt {
  line-height: 1.5;
  margin:1em 0;
}

.article, .article_image {
  padding-bottom: 15px;
}
body.article { padding-bottom: 0 }

.author_share_wrap {
  width: 100%;
  border-top: 1px solid {{ settings.border_color }};
  min-height: 40px;
  padding: 15px 0;
  margin-top: 15px;
  overflow: auto;
}

.blog_author {
  width: 60%;
  float:left;
  @include respond-to('medium'){
    width: 100%;
    border-bottom: 1px solid {{ settings.border_color }};
    padding-bottom: 5px;
  }
}

.blog_author img {
  width: 80px;
  height: 80px;
  border: 1px solid {{ settings.border_color }};
  float:left;
  margin-right: 15px;
}

.author_bio {
  text-align: left;
}

.author_bio h6 {
  padding-top: 0;
}

.author_bio p {
  font-size: 0.9em;
}

.blog_share {
  width: 38%;
  float:right;
  text-align: right;
  @include respond-to('medium'){
    width: 100%;
    float:left;
  }
}

  .red {
    color: #C33;
  }
  .address p {
    margin-bottom: 5px;
  }
  div#disqus_thread ul, div#disqus_thread li {
      border: none;
  }
  .search_page {
    padding: 100px 0;
  }

 .mobile-only{
   display: block;
 }

#AccessibleNav #menu-close.active {
    top: 10px;
}

#AccessibleNav #SiteNav.site-nav {
    margin: 50px 0 0 0;
}

nav#AccessibleNav {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

#qab_background {
  z-index: 1 !important
}

@media screen and (min-width: 767px){
  .mobile-only{
    display:none;
  }
}

/* Bold Subscription */
.bsub-widget__wrapper {
  max-width: 500px;
  margin: 0 auto 1rem;
}

.bsub-widget > legend:nth-child(1) {
  display: none;
}
.bsub-widget__groups-container > .bsub-widget__group:first-of-type {
 display: none;
}
.bsub-widget__groups-container > .bsub-widget__group:nth-of-type(2) {
  margin-left: 0em;
}
/* Kite Progress Bar */
.gfgHorizontalStepperProgressBarText{
  max-width: 70px !important;
  font-size: 14px !important;
}

/* Ryviu Reviews & QA */
.ryviu-questions-answers{
  display:none !important;
}

/* TBYB */
.tbyb_text{
  text-align: justify;
  text-wrap: balance;
  margin-inline: auto;
  max-width: 52ch;
  line-height: 1rem;
}
@media screen and (max-width: 767px){
  .tbyb_text{
    margin-bottom: 2rem;
  }
}