/** Shopify CDN: Minification failed

Line 351:0 Unexpected "}"

**/


.hide {
    display: none ! IMPORTANT;
}
.achieved-goal-icon {
    background-color: #3F3F3F;
}
/* Rebuy cart */








.title_display + h3.card__heading {
    display: none;
}
.title_display {
    margin-top: -35px;
}
.sticky-button-wrapper {
    padding: 0 20px;
    position: fixed;
    bottom: 30px;
    width: 100%;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: ease all .3s;
}
.sticky-button-wrapper .button {
    border-radius: 25px;
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {

}
 /* special banner */
.special-label-banner {
  cursor: pointer;
}
.special-label-banner__content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  padding: 3px;
  position: relative;
  width: 100%;
  cursor: pointer;
  /* flex-wrap: wrap; */
}
.special-label-banner__content img {
  max-width: 25px;
  margin-right: 5px;
  z-index: 1;
}
.special-label-banner__content p {
  margin: 0;
  padding: 0;
  /* font-size: 1rem; */
  line-height: normal;
  z-index: 1;
}
.special-label-banner__arrow {
  border-radius: 50%;
  padding: 3px;
  width: 23px;
  border: none;
  display: flex;
  transition: transform 0.3s ease-in-out;
  position: absolute;
  right: 5px;
  height: 23px;
  z-index: 1;
}
.special-label-banner__arrow svg {
  height: 100%;
  width: 100%;
}
.special-label-banner__content img {
  max-width: 25px;
  margin-right: 5px;
}
.special-label-banner__content video {
  position: absolute;
  display: flex;
  object-fit: contain;
  height: 100%;
}
.playing {
  visibility: visible;
}
.special-label-banner__arrow img {
  margin: 0 !important;
}
#special-top-banner > a {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 9;
}
img.responsive-img {
  width: 100%;
  height: auto;
}
.hide {
  display: none !important;
}
#special-top-banner.active .special-label-banner__arrow {
  transform: rotate(180deg);
}
.special-label-banner__content > p span:first-child {
  font-weight: 900 !important;
}
.special-label-banner__content > p span {
  display: inline-block;
}
 /* end special banner */
/* cart drawer add-on product */
img.sub_product-image {
  max-height: 60px;
  max-width: 60px;
}

h3.sub_product-title {
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 5px;
}
.sub_product-card {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.sub_toggle-container {
  position: relative;
  width: 54px;
  height: 27px;
}

.sub_toggle-checkbox {
  opacity: 0;
  width: 0;
  height: 0;
}

.sub_toggle-switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 34px;
  transition: 0.4s;
}

.sub_toggle-switch:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.4s;
}

.sub_toggle-checkbox:checked + .sub_toggle-switch {
  background-color: #1dd1a1;
  background: #0dcd8d;
  border: 2px solid #fff;
  height: 27px;
  width: 54px;
  box-shadow: 0 1.6875px #161d251a, inset 0 1.6875px 0 1.6875px #ffffff0f;
}

.sub_toggle-checkbox:checked + .sub_toggle-switch:before {
  transform: translateX(25px);
  bottom: 2px;
}

.sub_checkmark {
    position: absolute;
    color: #fff;
    font-size: 14px;
    left: 12px;
    top: 3px;
    opacity: 0;
    transition: .4s;
}

.sub_toggle-checkbox:checked ~ .sub_checkmark {
  opacity: 1;
}
.sub_pro-info {
    display: flex;
    gap: 5px;
   align-items: baseline;
}
p.sub_product-price {
    font-size: 13px;
    font-weight: 600;
    opacity: .4;
    text-decoration: line-through;
}
p.sub_product-price-free {
    font-size: 13px;
    font-weight: 600;
}
.sub_cart-status.loading~.sub_checkmark {
    display: none;
}

.sub_toggle-checkbox:checked~ .sub_cart-status {
    left: 10px;
    right: unset;
}

.sub_cart-status {
    right: 10px;
    left: unset;
    top: 9px;
    position: absolute;
}
.sub_cart-status.loading {
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid #cccccc;
  width: 10px;
  height: 10px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}
.sub_pro-description {
    opacity: .4;
    font-size: 10px;
    line-height: normal;
    display: block;
}
/* .styles_AddonsModule__.upcart-addons {
    display: none;
} */

.sub_product-card {
    padding-bottom: 20px;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* end of cart drawer add-on product */

@media screen and (min-width: 769px) {
  .special-label-banner__arrow {
    right: 10px;
  }
  #special-top-banner.active .banner-tablet-topbanner {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  #special-top-banner.active .banner-mobile-topbanner {
    display: block !important;
  }
  .special-label-banner__content p {
    font-size: 11px;
    letter-spacing: 1px;
    padding-right: 20px;
  }
  .special-label-banner__content {
    justify-content: center;
  }
  .special-label-banner__arrow {
    width: 17px;
    height: 17px;
  }
}


/*  Rebuy cart end */
@media screen and (max-width: 767px) {
  #product-display {
    position: relative;
}
.sub_toggle-atc {
    position: absolute;
    right: 0;
    bottom: 13px;
}
}
.Vtl-pr-review-stars-snippet {
    color: #606060;
    font-size: 14px;
    font-weight: 400;
}

.vtl-pr__product-title-star-snippets ~ .Vtl-pr-review-stars-snippet {
    color: #000;
    font-weight: 600;
}

.vtl-pr__product-title-star-snippets+.Vtl-pr-review-stars-snippet {
    color: #000;
    font-weight: 600;
}

.Vtl-pr-review-stars-snippet:first-child {
    color: #000;
    font-weight: 600;
}

.skio-group-container {
    background: #d3ecf6;
}
.skio-group-container--selected {
    border-color: #6cebff;
}
.skio-frequency {
    background-color: #b4e3f5 !IMPORTANT;
}
.skio-frequency:focus-visible {
    outline: none;
}
.skio-group-container--selected {
    border-color: #29c9ec !IMPORTANT;
}
span.skio-save {
    color: #ff0000;
}

}
/* #product-display {
    display: none;
} */

/* Why pro popup start */

#why_pro {
    background: #fff;
    padding: 20px 30px;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
}
.why--pro a {
   text-transform: uppercase;
   color: #000;
    /* font-weight: bold; */
    /* background: linear-gradient(0deg, rgba(38, 216, 255, 1) 40%, rgba(38, 216, 255, 1) 42%, rgba(15, 124, 148, 1) 62%);
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent; */
}


/* Why pro popup start */
/* Vrsion swatches start */
.option--Version input[value=Essential] + label {
    flex: 0 0 33%;
}

.product-form__input.option--Version input[value=Pro]+label {
    flex: 0 0 66%;
    max-width: 100% !important;
    /* background-image: url(/cdn/shop/files/EEA_Community_Thumbnails_1.jpg?v=1753857174) !important;
    background-repeat: no-repeat ! IMPORTANT;
    background-position: center !important;
    background-size: cover !important;
    box-shadow: 0px 11px 9px 2px #d3ecf6; */
}
/* Vrsion swatches end */

.upcart-product-item[id*="46942456021233"] .styles_QuantityField__,
.upcart-product-item[id*="46942552686833"] .styles_QuantityField__,
.upcart-product-item[id*="46942534467825"] .styles_QuantityField__ {
    display: none;
}
/* Skio Plan Picker — force horizontal side by side */
skio-plan-picker {
    --skio-button-plan-selector-width: 50 !important;
    display: block;
    width: 100%;
}@media screen and (max-width: 480px) {
  .ihoop-pill {
    font-size: 14px !important;
  }
  .ihoop-pill-emoji {
    font-size: 18px !important;
  }
}