/** Shopify CDN: Minification failed

Line 487:1 Unexpected "{"

**/
.thumbnail-slider .thumbnail-list.slider--tablet-up {
    display: flex !important;
    padding: 0.5rem;
    flex: 1 1 0%;
    scroll-padding-left: 0.5rem;
    justify-content: center;
}

.main-product-add-to-cart .product__text {
  font-family: "Telegraf-Regular";
  margin-left: 2px;
}
.main-product-add-to-cart .have-more-questions {
  color: #f23670;
  text-decoration: none;
  font-family: "Telegraf-Regular";
  letter-spacing: 0;
  font-size : 18px;
}

.form__label{
  display: none
}

.variant__description_bundle {
  display: none;
}

.main-product-add-to-cart {
  color: #361577;
}

.main-product-add-to-cart.sleep-assist{
    color: #367d97;
}

.main-product-add-to-cart.sleep-assist .price--on-sale .price-item--regular{
  color: #367d97 !important;
}

.main-product-add-to-cart #main-product-title {
  color: #361577 !important;
  font-weight: 500;
  font-family: 'Telegraf-Medium';
  font-size: 42px;
  margin: 0;
}

.main-product-add-to-cart.sleep-assist #main-product-title {
  color: #367d97 !important;
}

.main-product-add-to-cart .price , .price--on-sale .price-item--regular {
  color: #361577;
  font-weight: 500;
  font-size: 30px;
  font-family: 'IBMPlexMono-Medium';
}

.main-product-add-to-cart.sleep-assist .price , .price--on-sale .price-item--regular {
  color: #367d97;
}

.product_p {
    font-family: Telegraf-Regular;
    color: #361577;
    margin-top: 15px;
    margin-bottom: 0;
}

#item_price {
  font-size : 18px !important;
 
}

.main-product-add-to-cart .discount_price {
  font-weight: 400;
  font-size: 18px;
}

.main-product-add-to-cart .button {
  color: white;
  text-decoration: none;
  background-color: #f23670;
  border: none !important;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50px;
  padding: 13px 86px!important;
  letter-spacing: 0;
  margin-bottom: 10px;
  margin-top: -8px;
  font-family: 'Telegraf-Bold';
  cursor: pointer;
}

.main-product-add-to-cart .button:hover {
  background-color: #361577;
    transition: 1s all ease;
}

.main-product-add-to-cart .product__description {
  font-size: 18px;
  letter-spacing: 1;
  line-height: 1.5 ;
  font-weight: 500;
  font-family: "Telegraf-Regular" !important;
  margin: 0 !important;
}

.main-product-add-to-cart .product__description p strong{
  font-family: "Telegraf-SemiBold" !important;
}

.main-product-add-to-cart .product__description p{
  margin-bottom: 10px;
}


.quantity__input {
  font-family: 'Telegraf-Bold';
  color: #361577;
  font-size: 18px;
  font-weight: 600;
  width: 130px;
}

.sleep-assist .quantity__input {
  color: #367d97;
}

.dropdown-box {
  position: relative;
}


.dropdown-box:before {
    color: red;
    content: " ";
    height: 0;
    width: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #361577;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: all 0.3s linear;
    z-index: 10;
}

.sleep-assist .dropdown-box:before {
  border-top: 5px solid #367d97;
}

.dropdown-box:after {
    content: " ";
    height: 0;
    width: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #eaedfa;
    position: absolute;
    right: 22px;
    top: 20px;
    transition: all 0.3s linear;
    z-index: 99;
}

.ndw-custom-select {
  border-radius: 25px;
  min-width: auto;
  border: 2px solid #361577;
  font-size: 13px;
  text-align: center;
  outline: none;
  color: #361577;
  line-height: 1.25;
  box-shadow: none;
  display: block;
  width: auto;
  padding: 10px 15px 11px !important;
  font-family: 'Telegraf-Bold';
  text-transform: uppercase;
  width: 240px;
  appearance: none;
}

.sleep-assist .ndw-custom-select {
  border: 2px solid #367d97;
  color: #367d97;
}

/* #ProductInfo-template--15890701811875__main .main-product-add-to-cart .product-form__input {
  display: flex;
  align-items: center;
  margin-top: -5px;
}

#Option-template--15890701811875__main-0 {
  
} */

 select[name="options[Size]"] {
  width :150px !important;
  margin-right: 9px;
  -webkit-appearance: none;
    -moz-appearance: none;
     appearance: none;
 }


 select[name="options[Flavor]"] {
  max-width :150px !important;
  margin-right: 9px;
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
 }



.quantity-main {
  color: #361577;
  position: relative;
  width: calc(12rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  display: flex;
  border-radius: var(--inputs-radius);
  min-height: 43px;
  margin-right: 8px;
  margin-bottom: 4px;
}

.sleep-assist .quantity-main {
  color: #367d97;
}

.quantity-main:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 2px solid #361577;
  border-radius: 30px;

  z-index: 1;
}

.sleep-assist .quantity-main:after {
  border: 2px solid #367d97;
}

.quantity-main:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  z-index: -1;
}

.quantity__input-main {
  color: #361577;
  font-family: 'Telegraf-Bold';
  font-size: 1.4rem;
  font-weight: 700;
  opacity: 1;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}

.sleep-assist .quantity__input-main {
  color: #367d97;
}

.quantity__button-main {
  width: calc(3rem / var(--font-body-scale));
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #361577;
  padding: 0;
  z-index :2;

}

.quantity__button-main:first-child {
  margin-left: calc(var(--inputs-border-width));
}

.quantity__button-main:last-child {
  margin-right: calc(var(--inputs-border-width));
}

.quantity__button-main svg {
  width: 1.3rem;
  pointer-events: none;
  color: #361577;
  margin: 0;
  padding: 0;
}

.sleep-assist .quantity__button-main svg {
  color: #367d97;
}


/* .quantity__button-main:focus-visible,
.quantity__input:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button-main:focus,
.quantity__input-main:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
} */

.quantity__button-main:not(:focus-visible):not(.focused),
.quantity__input-main:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  background-color: inherit;
}

.quantity__input-main::-webkit-outer-spin-button,
.quantity__input-main::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity__input-main[type="number"] {
  -moz-appearance: textfield;
}

.options-container {
  display: flex;
}

.thumbnail[aria-current] {
  box-shadow: none;
}

.thumbnail[aria-current]:focus,
.thumbnail.focused {
  outline: 0;
  box-shadow: none;
}



.main-product-add-to-cart .product-form__input {
  display: flex;
  align-items: baseline;

}

.main-product-add-to-cart variant-radios,
.main-product-add-to-cart variant-selects {
  display: flex;
  width: 22%;


}


.main-product-add-to-cart .quantity-main {
  height: 20px;
  width: 80px;
  margin-top: -7px;
}


/* .bundles .product-form__buttons,
.shop .product-form__buttons {
  margin-top: -40px;
} */


.dhm,
.immune,
.bundle_colors {
  background-color: #ffffff !important;
}

.dhm .header-wrapper,
.immune .header-wrapper,
.bundle_colors .header-wrapper {
  background-color: #ffffff;
}

.dhm .main-product-add-to-cart .product-form__input,
.dhm .ndw-custom-select,
.dhm .thumbnail {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  margin-top: 2px;
}

.immune .main-product-add-to-cart .product-form__input,
.immune .ndw-custom-select,
.immune .thumbnail {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  margin-top: 2px;
}

.bundle_colors .main-product-add-to-cart .product-form__input,
.bundle_colors .ndw-custom-select,
.bundle_colors .thumbnail {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  margin-top: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
/*   max-width: 140px; */
}
.hr,
.gummy {
  background-color: #ffffff;
}

.hr .header-wrapper,
.gummy .header-wrapper {
  background-color: #ffffff;
}

.hr .main-product-add-to-cart .product-form__input,
.hr .ndw-custom-select,
.hr .thumbnail,
.hr .product__media {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  margin-top: 3px;
}

.gummy .main-product-add-to-cart .product-form__input,
.gummy .ndw-custom-select,
.gummy .thumbnail,
.gummy .product__media {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  margin-top: 3px;
}

.stamped-header-title {
  display: none;
}

.hr .how-to-div,
.hr .ndw-video-section
 {
  background-color: white !important;
}

.gummy .how-to-div,
.gummy .ndw-video-section,
 {
  background-color: white !important;
}

.dhm .how-to-div,
.dhm .ndw-video-section {
  background-color: white !important;
}

.immune .how-to-div,
.immune .ndw-video-section {
  background-color: white !important;
}

.dhm .add-to-cart-snippet {
  background-color: #fceaee;
}

.immune .add-to-cart-snippet {
  background-color:#fceaee;
}

.bundles .people-saying {
  background-color: white !important;
}

.bundle_colors .why {
  background-color: #361577;
}

.sleep-assist .why {
  background-color: #367d97;
}

.bundle_colors .why .description-header,
.bundle_colors .why .description-subtitle,
.bundle_colors .why .fa-circle,
.bundle_colors .why .why-text,
.bundle_colors .why-icon-text {
  color: white;
}

.bundle_colors .why .why-icon {
  color: white;
}

.bundle_colors .bundles-product-grid-img-container,
.bundle_colors .bundles-title-container {
  background-color: #eaedfa;
}

.bundle_colors .perfect-pair {
  background-color: #eaedfa;
  padding-top: 20px;
  padding-bottom: 200px;
  clip-path: polygon(100% 0, 100% 75%, 50% 100%, 0 75%, 0 0);
}

.bundle_colors .ndw-video-section {
  background-color: white;
}

.bundle_colors .perfect-pair-main-container {
  width: 100%;
  background-color: white;
}

.bundle_colors .bundles-product-grid-img-container {
  background-image: linear-gradient(
    to bottom,
    #eaedfa,
    #eaedfa 59.9%,
    #361577 40.1%,
    #361577
  );
  background-size: cover;
  background-repeat: no-repeat;
}

.sleep-assist .bundles-product-grid-img-container {
  background-image: linear-gradient(
    to bottom,
    #eaedfa,
    #eaedfa 59.9%,
    #367d97 40.1%,
    #367d97
  );
  background-size: cover;
  background-repeat: no-repeat;
}

.bundle_colors .add-to-cart-snippet {
  background-color: #eaedfa;
}

.bundle_colors .why-color-background-light {
  background-color: #fceaee;
}

.bundle_colors .why-color-background-light .bundles-product-grid-img-container {
  background-image: linear-gradient(
    to bottom,
    #eaedfa,
    #eaedfa 59.9%,
    #fceaee 40.1%,
    #fceaee
  );
}

.bundle_colors .why-color-background-light .description-header,
.bundle_colors .why-color-background-light .description-subtitle,
.bundle_colors .why-color-background-light .fa-circle,
.bundle_colors .why-color-background-light .why-text,
.bundle_colors .why-color-background-light .why-icon-text {
  color: #361577;
}

/* Recharge subscription style */

.rc-radio {
  color: #361577 !important;
  font-weight: 500;
  font-size: 18px;
  font-family: 'Telegraf-Regular';
}

.sleep-assist .rc-radio {
  color: #367d97 !important;
}

.rc-radio.rc-radio--active {
  background-color : inherit !important;
}

.rc-radio.rc-radio--active~.rc-selling-plans {
  background-color : inherit !important;
}

.rc-selling-plans-dropdown__select {
border-radius: 25px;
width: 210px;
border: 2px solid #361577;
font-size: 12px;
text-align: center;
outline: none;
color: #361577;
box-shadow: none;
display: block;
padding: 7px 20px 7px 10px !important;
font-family: 'Telegraf-Bold';
text-transform: uppercase;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23361577' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right 0.6rem center;
background-size: 1.1em;
}

.sleep-assist .rc-selling-plans-dropdown__select {
  border: 2px solid #367d97;
  color: #367d97;
}

.rc-radio__label {
    margin-left: 4px !important;
    line-height: 1 !important;
}

.rc-widget .px-3 {
    padding-left: 0px !important;
    padding-right: 12px;
}

/* .bundles  variant-selects {
  margin-top : 12px !important;

}

.bundles .ndw-custom-select {
  margin-right : 15px;
} */

/* .bundles .main-product-add-to-cart variant-radios,
.bundles .main-product-add-to-cart variant-selects {
  display: flex;
  width: 22%;
  margin-right: 70px;
  margin-top: 20px !important;
 
} */

.product-form__quantity {
  margin-top:-24px !important;
}

.product-form__buttons {
   margin-top:-16px !important;
}

.bundles .product-form__quantity {
  margin-top:30px !important;
}

.rc-radio__price:before {
  content : "(  ";
  margin-right: -3px;
  margin-left: 10px;
}

.rc-radio__price:after {
  content: ")";
}

.add-to-cart-snippet #item_price {
  display:none !important;
}

@media screen and (max-width: 989px) {
  .main-product-add-to-cart variant-radios,
  .main-product-add-to-cart variant-selects {
    display: flex;
    width: 22%;
  }

  .main-product-add-to-cart .quantity-main {

    height: 20px;
    width: 110px;
    min-height: 48px;
  }

  .main-product-add-to-cart select,
  .quantity__input {
    font-family: "Telegraf-Bold";
    color: #361577;
    font-size: 15px;
  }

  .main-product-add-to-cart.sleep-assist select,
  .sleep-assist .quantity__input {
    color: #367d97;
  }

  .bundle_colors .perfect-pair {
    clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
  }

  .bundle_colors .why .description-header,
  .bundle_colors .why .description-subtitle,
  .bundle_colors .why .fa-circle,
  .bundle_colors .why .why-text,
  .bundle_colors .why-icon-text {
    color: white;
  }
  .bundle_colors .description-header-mobile {
    color: white;
  }
  .bundle_colors .why-color-background-dark .description-header-mobile {
    color: white !important;
  }
  .bundle_colors .why-color-background-light .description-header-mobile {
    color: #361577 !important;
  }

  .sleep-assist .why-color-background-light .description-header-mobile {
    color: #367d97 !important;
  }
}

@media screen and (max-width: 750px) {
    #prev, #next{
    display: none;
  }
select[name="options[Size]"] {
    display: flex;
    width: 22%;
  }
  .thumbnail-slider .thumbnail-list.slider--tablet-up {
    display: flex !important;
    padding: 0.5rem;
    flex: 1 1 0%;
    scroll-padding-left: 0.5rem;
    justify-content: center;
  }
}


@media screen and (max-width: 500px) {
  span.stamped-product-reviews-Badgebadge.stamped-main-badge,
  i.stamped-fa.stamped-fa-star{
    color: #f23670 !important;
  }
  .ndw-custom-select{
    padding: 8px 15px 11px !important;
  }
  .dropdown-box{
    width: 100%;
  }
  .main-product-add-to-cart .button{
    width: 100%;
    font-size: 20px;
    padding: 17px 86px !important;
    font-family: 'Telegraf-SemiBold';
  }
  .main-product-add-to-cart .quantity-main{
    margin-top: 0px;
    width: 40%;
  }
  .product__text{
    color: #f23670;
  }
  /*end added*/
  .main-product-add-to-cart .ndw-custom-select {
    padding: 10px 7px;
    height: 44px;
    width: 100% !important;
    margin-top: 0px;
    font-size: 20px;
  }
  /*.main-product-add-to-cart .product-form__input {
    display: block !important;
  }*/

  .main-product-add-to-cart variant-radios,
  .main-product-add-to-cart variant-selects {
    width: 60%; /*20%*/
    margin-top: 10px;

  }

  .quantity__input-main {
    color: #361577;
    font-size: 20px; /*12px*/
    font-weight: 600;
    opacity: 0.85;
    text-align: center;
    background-color: transparent;
    border: 0;
    padding: 0 0.5rem;
    width: 100%;
    flex-grow: 1;
    -webkit-appearance: none;
    appearance: none;
    font-family: "Telegraf-Bold";
  }

  .sleep-assist .quantity__input-main {
    color: #367d97;
  }

  .quantity__button-main {
    width: calc(4.5rem / var(--font-body-scale));
    flex-shrink: 0;
    font-size: 12px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(var(--color-foreground));
    padding: 0;
    
  }

  .dhm .main-product-add-to-cart .product-form__input,
  .dhm .ndw-custom-select,
  .dhm .thumbnail {
    width: 100% !important; /*added*/
    margin-top: 1px;
    font-size: 20px;
  }
  .immune .main-product-add-to-cart .product-form__input,
  .immune .ndw-custom-select,
  .immune .thumbnail {
    width: 100% !important; /*added*/
    margin-top: 1px;
    font-size: 20px;
  }
  .gummy .main-product-add-to-cart .product-form__input,
  .gummy .ndw-custom-select,
  .gummy .thumbnail,
  .gummy .product__media {
    width: 100% !important; /*added*/
    margin-top: 1px;
    font-size: 20px;
  }

  .bundle_colors .main-product-add-to-cart .product-form__input,
  .bundle_colors .ndw-custom-select,
  .bundle_colors .thumbnail {
    margin-top: 0px;
    /*display: block;*/
    overflow: inherit;
    
  }

  .second-gutter {
    height: 340px;
  }
}

body:has(.sleep-assist) #oke-star-filled path{
    fill: #367d97;
}

body:has(.sleep-assist) .rc-tooltip__content{
    background-color: #367d97 !important;
}

body:has(.sleep-assist) .rc-tooltip .arrow.bottom::before,
body:has(.sleep-assist) .rc-tooltip .arrow.bottom::after{
    background-color: #367d97 !important;
}

body:has(.sleep-assist) h2[name="reviews"]{
    color: #367d97;
}

body:has(.sleep-assist){
    --oke-text-primaryColor: #367d97;
    --oke-text-secondaryColor: #367d97;
    --oke-avatar-placeholderTextColor: #367d97;
    --oke-highlightColor: #367d97;
    --oke-attributeBar-markerColor: #367d97;
    --oke-filter-textColor: #367d97;
    --oke-stars-foregroundColor: #367d97;
}

body:has(.sleep-assist) .oke-w-breakdownModule-distribution-bar-fill{
    background-color: #367d97 !important;
}

.product-add-bottom-mobile{
  display: none;
}

.product-add-bottom{
  display: none;
  flex-direction: column;
  gap: 10px;
  z-index: 100;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100vw;
  padding: 1.5rem;
  box-shadow: 0px -5px 8px 0px #00000040;
}

.product-add-bottom button{
  margin: 0 !important;
}

.product-add-bottom .okeReviews.oke-sr{
  margin: 0 auto;
}

.price-item .percent_price {
  display: none;
  font-size: 20px;
  color: #56af35;
  border-radius: 5px;
  font-family: Telegraf-SemiBold;
  width: fit-content;
  padding: 2px 6px 0;
}

@media screen and (max-width: 600px){
  .product-form__input--dropdown{
    margin-bottom: 0px !important;
  }
  .main-product-add-to-cart variant-radios, .main-product-add-to-cart variant-selects{
    margin-top: 0px;
  }
  .main-product-add-to-cart .quantity-main{
    margin: 0px;
  }
  .main-product-add-to-cart .product-form__input{
    align-items: center;
    gap: 12px;
    margin-bottom: 40px;
  }

  .product-form__input.product-form__quantity:has(select[name="options[Flavor]"]){
    position: relative;
    padding-bottom: 60px;
  }

  .product-form__input.product-form__input--dropdown:has(select[name="options[Flavor]"]){
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: initial;
  }

  .product-form__input.product-form__input--dropdown:has(select[name="options[Size]"]) select{
    padding: 8px 30px 7px 60px !important;
    text-align: left;
  }

  .product-form__input.product-form__input--dropdown:has(select[name="options[Flavor]"]) select{
    padding: 8px 30px 7px 75px !important;
    text-align: left;
  }

  .product-form__input.product-form__input--dropdown:has(select[name="options[Size]"]) select::before {
    content: "Size";
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
  }

  .product-form__input.product-form__input--dropdown:has(select[name="options[Flavor]"]) select{
    width: 100%;
    width: 100% !important;
    max-width: 100% !important;
  }

  .main-product-add-to-cart .quantity-main{
    width: 30% !important;
    min-height: 47px;
  }

  .main-product-add-to-cart variant-selects{
    width: 70% !important;
  }

  .main-product-add-to-cart select, .quantity__input,
  .quantity__input-main{
    font-size: 15px !important;
    font-family: 'Telegraf-Regular';
    line-height: 1;
  }

  .quantity__input-main{
    padding: 0px;
  }

  .quantity__button-main{
    width: calc(4rem / var(--font-body-scale));
  }

  .form__label{
    display: block;
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    z-index: 50;
    font-family: 'Telegraf-SemiBold';
    font-size: 16px;
  }

  .product-add-bottom-mobile{
    display: block;
  }

  .product-add-bottom-mobile.landing-page{
    display: none;
  }
}