/** Shopify CDN: Minification failed

Line 462:108 Unexpected "{"

**/
.main-prod-left {
  width: 40%;
  max-width: 700px;
  position: sticky;
  height: 40vw;
  max-height: 700px;
  top: 0;
  z-index: 1;
  float: left;
}

.product-slider img {
  border-radius: 15px;
  height: auto;
}

.product-slider{
  visibility: hidden;
}

.product-slider.slick-initialized{
  visibility: visible;
}

.main-prod-left .product-slider-nav {
  position: absolute;
  left: 25px;
  width: 270px;
  overflow: hidden;
  bottom: 47px;
}

.prod-next {
  width: 40px;
  height: 40px;
  display: inline-block;
}

.prod-next {
  width: 40px;
  height: 40px;
  padding: 14px 16px;
  display: inline-flex;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  bottom: 75px;
  left: calc(270px + 30px);
  cursor: pointer;
  justify-content: center;
}

.prod-prev-2,
.prod-next-2 {
  display: none;
}

.product-slider-nav img {
  max-width: 73px;
  height: 73px;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 14px;
}

.product-details {
  position: relative;
  margin-top: 60px;
  margin-left: auto;
  width: 100%;
  max-width: calc(64% - 33px);
  background-color: #fff;
  right: 0;
  z-index: 1;
  font-size: 16px;
  padding: 0 20px 0 40px;
  display: flex;
  justify-content: flex-end;
  min-height: 724px;
}
.product-detail-wrap {
    width: 100%;
}
.product-heading-price h1 {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 0;
}

.prod-detail-2.flex-box {
  flex-wrap: wrap;
  align-items: center;
}

.price-compare-price {
  font-size: 18px;
  color: #8a8a8a;
  text-decoration: line-through;
  margin-right: 12px;
  margin-top: 14px;
}

.heading-price {
  color: #444950;
  font-size: 28px;
  font-weight: 700;
  margin-right: 23px;
  margin-top: 14px;
}

.ppd-price-n-unit-pirce-wrapper{
  justify-content: space-between;
    width: 33%;
    align-items: center;
}

.price-per-dosage {
  margin-top: 14px;
  font-size: 18px;
  color: #f39780;
}

span.stamped-product-reviews-badge.stamped-main-badge {
  margin-top: 14px;
}

.usp_img_text_wrapper {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  margin-bottom: 24px;
  margin-top: 10px;
  row-gap: 10px;
  column-gap: 8px;
}

.product--usp {
  display: flex;
  align-items: center;
  gap: 13px;
}

.main-prod-right .usp_img_text {
  max-width: 475px;
  flex-wrap: wrap;
}

.product-usp_icon {
  width: 34px;
  height: 34px;
  display: flex;
}

.product--usp svg {
  width: 100%;
  height: 100%;
}

.product--usp p {
  font-size: 15px;
  margin: 0;
}

.slide-read-more {
  overflow: hidden;
  height: 75px;
}

.slide-read-more-button {
  cursor: pointer;
  text-decoration: underline;
  margin-top: 8px;
  color: #f39780;
  display: none;
}

.read-more-button {
  display: block;
}

.desc-wrap {
  background-color: #ebf9ff;
  padding: 22px;
}

.desc-wrap {
  background-color: #ebf9ff;
  padding: 22px;
  padding-top: 10px;
  border-radius: 10px;
  color: #939393;
  margin-bottom: 23px;
}

.delivery-box {
  background-color: #caf0ff;
  padding: 22px;
  border-radius: 10px;
  color: #444950;
}

.main-controls {
  margin-bottom: 28px;
}

.qty-wrap {
  border: 2px solid #444950;
  display: inline-flex;
  padding: 5px 15px;
  border-radius: 40px;
  margin-right: 8px;
}

.qty-obj.minus {
  width: 14px;
  margin-right: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.qty-obj.plus {
  width: 14px;
  margin-left: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.qty-obj.number {
  font-size: 18px;
  font-weight: 600;
  min-width: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.qty-obj svg{
  width: 14px;
}

.qty-obj svg path {
  fill: #444950;
}

button.add-to-cart:not(.mini-img-text-atc-btn) {
  background-color: #efa693;
  border: 0;
  padding: 13px 40px;
  border-radius: 50px;
  font-family: "Filson Pro", sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  cursor: pointer;
}

button.add-to-cart[aria-disabled=true], button.add-to-cart:disabled {
  cursor: not-allowed;
  opacity: .5;
  pointer-events: none;
}

.main-controls .variant-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.main-controls .variant {
  margin-right: 30px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.main-controls .variant .img-wrapper {
  width: 45px;
  height: 45px;
  aspect-ratio: 1;
  padding: 4px;
  margin-right: 5px;
}

.main-controls .variant.active .img-wrapper {
  border: 2px solid #444950;
  border-radius: 50%;
}

.main-controls .variant img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.option-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}

.main-controls .variant-title {
  color: #c4c4c4;
  font-weight: 400;
  font-size: 14px;
}

.main-controls .variant.active .variant-title {
  color: #555b64;
}

.plans-heading {
  font-weight: 600;
  font-size: 18px;
}

.subscribe-input-wrapper  {
 
  position:relative;
}

.subscribe-input-wrapper input[type=radio] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.subscribe-input-wrapper .custom-card-label {
  padding: 8px 18px;
   border: 1px solid #c4c4c4;
  display: block;
  border-radius: 10px;
  opacity: 0.8;
  margin-bottom: 10px;
  cursor: pointer;
  transition: 0.4s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor:pointer;
}

.subscribe-input-wrapper .ppd-subscribe-input-label input {cursor:pointer;}
.subscribe-input-wrapper input[type="radio"]:checked + label {
    border: 2px solid #444950;
  background-color: #75b3cb;
  color: #fff;border-radius: 10px;
}
.ppd-subscribe-input-label{
  display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.subscribe-input-wrapper.active label {
  border: 2px solid #444950;
  background-color: #75b3cb;
  color: #fff;
  opacity: 1;
}

.subscribe-input-wrapper.active label {
  border: 2px solid #444950;
  background-color: #75b3cb;
  color: #fff;
  opacity: 1;
}

.subscribe-input-wrapper label span.texts {
  display: block;
}

span.texts.plan-title {
  font-size: 15px;
  font-weight: 600;
}

span.texts.plan-subtext {
  font-size: 13px;
}

.text-wrap-small {
  width: calc(100% - 40px);
}

.right-wrap-small {
  width: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.text-wrap-big {
  width: calc(100% - 150px);
}

.right-wrap-big {
  width: 165px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

span.checkmark-plan {
  visibility: hidden;
  display: flex;
  align-items: center;
}

.subscribe-input-wrapper.active label span.checkmark-plan {
  visibility: visible;
}

span.choice-plan {
  background-color: #ffc658;
  padding: 4px 10px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  margin-right: 15px;
}

select.card-product-select_input {
  border: 2px solid #444950;
  padding: 10px 22px !important;
  border-radius: 50px;
  font-family: inherit;
  display: block;
  margin-bottom: 32px;
  outline: 0;
  box-shadow: none;
}

.subscribe-input-wrapper.active .card-product-select_input {
  opacity: 1;
  user-select: all;
  pointer-events: all;
  cursor: pointer;
}
.add-to-cart-sticky .subscribe-input-wrapper.active .card-product-select_input option[value="710249742710"],
.add-to-cart-sticky .subscribe-input-wrapper.active .card-product-select_input option[value="710249775478"],
.add-to-cart-sticky .subscribe-input-wrapper.active .card-product-select_input option[value="710249808246"],
.add-to-cart-sticky .subscribe-input-wrapper.active .card-product-select_input option[value="710249841014"],
.add-to-cart-sticky .subscribe-input-wrapper.active .card-product-select_input option[value="710268125558"],
.add-to-cart-sticky .subscribe-input-wrapper.active .card-product-select_input option[value="710268158326"],
.add-to-cart-sticky .subscribe-input-wrapper.active .card-product-select_input option[value="710268191094"],
.add-to-cart-sticky .subscribe-input-wrapper.active .card-product-select_input option[value="710268223862"],{ display:none}


.product-imgs {
  position: relative; height:100%;
}
.desc-wrap ul {
    list-style-type: disc;
}

.add-to-cart-sticky {
    background-color: #fff;
    width: 100%;
    z-index: 8;
    position: fixed;
    height: 72px;
    border-left: 0;
    border-right: 0;
    transition: all .4s ease;
    transition-timing-function: cubic-bezier(.1,.5,.25,1);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
    transition: .4s ease;
    bottom: -72px;
}

.add-to-cart-sticky.come-in {
    bottom: 0;
}

.add-to-cart-sticky .flex-box {
    justify-content: space-between;
    align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

.add-to-cart-sticky .product-image {
    width: 56px;
    height: 56px;
  margin-right: 12px;
}

.add-to-cart-sticky .product-image img{
  border-radius: 10px;
  object-fit: cover;
}

.add-to-cart-sticky-left, .add-to-cart-sticky-right {
    display: flex;
    align-items: center;
  justify-content: space-between;
}

.add-to-cart-sticky .main-controls{
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.add-to-cart-sticky .main-controls .variant {
    margin-right: 15px;
    margin-bottom: 0;
    flex-direction: column;
}

.add-to-cart-sticky .main-controls .variant .img-wrapper{
  width: 31px;
  height: 31px;
}

.sticky-prod-title {
    margin-right: 22px;
    font-weight: 600;
}

.add-to-cart-sticky .card-subscribe-form {
    display: flex;
    align-items: center;
}

.add-to-cart-sticky .subscribe-input-wrapper label {
    border: unset;
    padding: 0;
    opacity: 1;
    margin-bottom: 0;
    flex-direction: column;
  margin-right: 6px;
}

.add-to-cart-sticky .subscribe-input-wrapper.active label {
    background-color: transparent;
    color: inherit;
}

.add-to-cart-sticky span.texts.plan-title {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}

.add-to-cart-sticky .text-wrap-small {
    width: 90px;
  text-align: center;
}
.add-to-cart-sticky .text-wrap-big {
    width: 90px;
    text-align: center;
}
.add-to-cart-sticky select.card-product-select_input {
    width: 200px;
    margin: 0;
}
.plan-checkbox {
    border: 1px solid #444950;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
  margin-bottom: 5px;
}
.plan-checkbox svg{
  margin-left: 1px;
}
.active .plan-checkbox{
  background-color: #75B3CB;
}

.add-to-cart-sticky .subscribe-input-wrapper.second-plan {
    display: flex;
    align-items: center;
}
.add-to-cart-sticky button.add-to-cart {
    padding: 6px 20px;
}

.add-to-cart-sticky .qty-wrap {
    padding: 5px 9px;
  height: 32px;
}
.add-to-cart-sticky .qty-obj.plus {
    margin-left: 10px;
}
.add-to-cart-sticky .qty-obj.minus{
  margin-right: 10px;
}

.notify-back-in-stock {
    position: fixed;
    width: 440px;
    left: calc(50vw - 220px);
    top: calc(50vh - 134px);
    z-index: 10;
    background-color: #fff;
    padding: 19px 24px 30px;
    border-radius: 15px;
}

.notify-header {
    border-bottom: 1px solid #EBEBEB;
    align-items: center;
  margin-bottom: 26px;
}

.notify-close{
  cursor: pointer;
}

.notify-header-text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.notify-close svg{
  width: 15px;
  height: 15px;
}

.notify-notice {
    font-size: 15px;
    line-height: 27px;
    color: #EFA693;
    text-align: center;
    margin-bottom: 5px;
}

.notify-back-in-stock .notify-email {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 22px !important;
    margin-bottom: 18px !important;
    border: 2px solid #444950 !important;
    border-radius: 100px;
}

.notify-submit.button {
    width: 213px;
    margin: 0 auto 5px;
    display: block;
}
.notify-submit.button.disabled {
    cursor: not-allowed;
    pointer-events: none;
}
#netflix_email_check+div+.notify-submit.button.disabled {
    display: none;
}
.notify-assurance {
    font-size: 13px;
    line-height: 18px;
    color: #939393;
    text-align: center;
}

.notify-black-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    display: block!important;
    background-color: #0000004a;
}

.notify-black-overlay.no-disp{
  display: none !important;
}
.email-out-of-stock {
    display: flex;
    margin-top: 20px;
    line-height: 16px;
    text-decoration: underline;
    cursor: pointer;
    width: 100%;
}
img.email-icon {
    max-width: 19px;
    height: 16px;
    margin-right: 5px;
}

.price-per-unit {
    font-size: 14px;
    margin: 0px 0 20px;
}

span.stamped-product-reviews-badge.stamped-main-badge.stamped-product-reviews-badge-minus-marg{
  margin-top: -20px;
}

.black-friday-image{
  aspect-ratio: 1;
  object-fit: cover;
}

@media (max-width: 1160px){
  .add-to-cart-sticky-left {
    max-width: calc(100% - 226px);
}

  .add-to-cart-sticky .main-controls .variant-wrapper{
    flex-wrap: unset;
  }

  .add-to-cart-sticky .main-controls .variant{
    margin-right: 10px;
  }

  .add-to-cart-sticky .subscribe-input-wrapper label{
    margin-right: 0;
  }

  .sticky-prod-title {
    font-size: 14px;
    margin-right: 10px;
}
}

@media (max-width: 1072px){
  .product-details {
  max-width: calc(63% - 33px);
}
}

@media (min-width: 990px){
  .no-desk{
    display: none !important;
  }
}
@media (max-width: 989px) {
  .no-mob{
    display: none !important;
  }
  .main-prod-left {
    width: 100%;
    max-width: 700px;
    position: relative;
    height: 100vw;
    max-height: 700px;
    top: 0;
    z-index: 1;
    float: none;
    display: block;
    margin: 0 auto;
  }

  .prod-next {
    display: none;
  }

  .prod-next-2,
  .prod-prev-2 {
    width: 40px;
    height: 40px;
    display: inline-block;
  }

  .prod-next-2 {
    width: 32px;
    height: 32px;
    padding: 8px 10px;
    display: inline-flex;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: calc(50% - 32px);
    left: calc(100% - 52px);
    cursor: pointer;
    justify-content: center;
  }

  .prod-prev-2 {
    width: 32px;
    height: 32px;
    padding: 8px 10px;
    display: inline-flex;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: calc(50% - 32px);
    right: calc(100% - 52px);
    cursor: pointer;
    justify-content: center;
    transform: rotate(180deg);
  }

  .no-t-m {
    display: none !important;
  }

  .product-details {
    margin-top: 16px;
    margin-left: auto;
    width: 100%;
    max-width: none;
    font-size: 13px;
    padding: 0 20px 0 20px;
    min-height: auto;
  }

  .product-heading-price h1 {
    font-size: 32px;
  }

  .stamped-product-reviews-badge.stamped-main-badge {
    width: 100%;
    display: block;
  }

  .usp_img_text_wrapper p {
    font-size: 13px;
    width: calc(100% - 47px);
  }

  .usp_img_text_wrapper {
    /* width: 170px; */
  }

  .main-controls .variant {
    margin-right: 18px;
    margin-bottom: 32px;
  }

  select.card-product-select_input {
    margin-bottom: 20px;
    width: 100%;
  }

  .qty-obj.minus {
    width: 10px;
    margin-right: 12px;
  }

  .qty-obj.plus {
    width: 10px;
    margin-left: 12px;
  }

  .add-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .add-to-cart-sticky .main-controls {
    flex-direction: column;
    align-items: unset;
}

  .add-to-cart-sticky .main-controls .variant {
    margin-bottom: 18px;
    flex-direction: row;
    flex-wrap: wrap;
}

  .add-to-cart-sticky .subscribe-input-wrapper label {
    flex-direction: row;
    margin-bottom: 16px;
    align-items: center;
    justify-content: unset;
}

  .add-to-cart-sticky .text-wrap-small, .add-to-cart-sticky .text-wrap-big {
    width: unset;
}

  .add-to-cart-sticky .subscribe-input-wrapper.second-plan {
    flex-wrap: wrap;
}

  .add-to-cart-sticky-left {
    max-width: unset;
}

  .add-to-cart-sticky .subscribe-input-wrapper {
    width: 100%;
}

  .add-to-cart-sticky .card-subscribe-form {
    align-items: unset;
    flex-wrap: wrap;
}

  .add-to-cart-sticky select.card-product-select_input {
/*     margin-left: -100%; */
    margin-bottom: 15px;
}

  .plan-checkbox {
    margin-bottom: 0;
    margin-right: 9px;
}

  .panel-up {
    
    max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

  .opened.panel-up{
    padding: 16px 0 11px;
    bottom: 72px;
  }

  .opened.panel-up {
    padding: 16px 0 11px;
    bottom: 72px;
    width: 100%;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px -11px 15px rgb(0 0 0 / 15%);
}

  .accordion-up {
  transition: 0.4s;
}

  .up-chev {
    transform: rotate(180deg);
}

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

  .add-to-cart-sticky .qty-wrap {
    width: 34.4%;
    display: flex;
    justify-content: space-between;
}

  .add-to-cart-sticky button.add-to-cart {
    width: 63.2%;
}
}

@media(max-width: 560px){
  .product-details .qty-wrap{
    margin-bottom: 12px;
    width: fit-content;
    width: moz-fit-content;
  }

  .product-details .add-wrapper {
    display: flex;
    align-items: unset;
    flex-direction: column;
}

  .product-details button.add-to-cart {
    width: fit-content;
    width: -moz-fit-content;
}
}

@media(max-width: 450px){
  .notify-back-in-stock {
    width: 100%;
    left: 0;
    top: unset;
    bottom: 0;
    border-radius: 15px 15px 0 0;
}
}

@media(max-width: 320px){
  .add-to-cart-sticky select.card-product-select_input {
    margin-left: -100%;
}
}

/* Custom css */
.no-disp-imp, .no-disp {
  display: none !important;
}
.page_top-margin.template--product {
	display: block;
	margin-top: 10.3rem;
}
.page_top-margin:empty {
	display: block;
	margin-top: 7em;
}
.medium-container {
    width: 100%;
    max-width: 1030px;
    padding: 0 20px;
    margin: 0 auto;
}


  .notify-back-in-stock .klaviyo_condensed_styling, .notify-back-in-stock .klaviyo_styling {
            margin-bottom: 0;
            /* font-family: 'Filson Pro'; */
            max-width: none;
          }
          .notify-back-in-stock .klaviyo_condensed_styling input[type=text], .notify-back-in-stock .klaviyo_condensed_styling input[type=email], .notify-back-in-stock .klaviyo_styling input[type=text], .notify-back-in-stock .klaviyo_styling input[type=email] {
            padding: unset;
            color: #3c3c3b;
            line-height: normal;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            margin: 0;
            display: block;
            width: 100%;
            height: 54px;
            padding-top: 0;
            padding-bottom: 0;
            border: 0;
            padding-left: 30px;
            font-weight: 400;
            font-size: 16px;
            border-radius: 50px;
            background-color: #fff;
          }

.page_top-margin {
	margin-top:10.3rem;
	display: block;
}
.frequency-sect .ppd-control {
    display: flex;
}
.frequency-sect .one-time .ppd-control {
    width: 100%;
}