/** Shopify CDN: Minification failed

Line 38:25 Expected ":"
Line 182:65 Expected ")" to end URL token

**/
/*------------------------------------------------
 Styling the How It Works Section Starts Here  
------------------------------------------------*/
/* General Styling */

.how-it-works {
  display: block;
}

.hiw-content {
  position: relative;
  min-height: 830px;
}

.hiw-video {
  position: sticky;
  top: 1rem;
}

.hiw-video video {
  border-radius: 0.9rem;
  width: 100%;
  height: 680px;
  object-fit: cover;
  margin-block-end: 0.9rem;
}

.hiw-steps {
  position: absolute;
  background-color: #f1f1f1;
  padding: 3rem;
  border-radius: 0.9rem;g
  max-width: 40%;
  right: -180px;
  bottom: 4%;
}

.hiw-step-info h4 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-block-end: 0.8rem;
}

p.step-description {
  font-size: 0.9rem;
  margin-block-end: 2rem;
}
.hiw-steps .hiw-step-info:nth-of-type(3) .step-description {
  margin-block-end: 0;
}

a.cta-how-it-works {
  margin-block-start: 2rem;
}

/* -- Mobile Responsiveness --*/

@media (max-width: 576px) {
  .how-it-works {
    margin-block-start: 2rem !important;
  }
  .hiw-steps {
    position: relative;
    max-width: 100%;
    inset: 0;
  }
  .hiw-content {
    margin-block-end: 3rem;
  }

  .how-it-works {
    max-width: 1560px;
    margin: 0 auto;
    padding: 0 1.5rem;
  }

  .hiw-video {
    position: static;
  }

  .hiw-video video {
    height: 300px;
  }

  .hiw-step-info {
    margin-block-end: 2rem;
  }
}

/*------------------------------------------------
 Styling the How It Works Section Ends Here  
------------------------------------------------*/

#slidecarthq .slidecarthq-overlay,
#slidecarthq .slidecarthq-overlay:empty {
  z-index: 1 !important;
}
#slidecarthq .slidecarthq {
  z-index: 2 !important;
}
.sub-refils-popups .choose-a-scent.step-2 {
  padding: 40px 0 0 0;
}

.main-product__pricing span {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--green);
  line-height: 52px;
}

.comparePrice {
  font-size: 1.4rem !important;
  margin-left: 8px;
  opacity: 0.6;
  text-decoration: line-through;
}

.sub-inner-refills {
  max-width: 100%;
  margin: 0 auto;
  background: white;
  border-radius: 10px;
  /* TT */
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.product-item h2 {
  padding-top: 20px;
  text-align: center;
}
.product__new_items {
  width: 100% !important;
  min-width: 100%;
  max-width: 100%;
  grid-column: span 2;
}
.sub-refils-popups .page-width {
  padding: 0 1rem;
}
/* *************************88  */
p.info_title {
  font-size: 14px !important;
}
h2.banner__heading.h0 {
  color: white;
  font-size: 36px;
  font-weight: 600;
}
.banner__text.body {
  color: white;
  width: 50%;
  margin: 18px auto;
}
.plans_grid {
  display: flex;
  justify-content: center;
  max-width: 980px;
  margin: auto;
}
.pick-a-plan.step-1 {
  background: #e8eef04d;
  padding: 150px 0;
}
.plans__plan-price {
  text-align: center;
}
.plans_grid__item.checked .plans__plan-price::after,
.plans_grid__item.checked .plans__plan-price::after {
  content: "";
  height: 49px;
  width: 49px;
  position: absolute;
  top: 18px;
  right: 20px;
  background-image: url({{section.settings.checked_image|img_url:"master"}});
}
.pick-a-plan.step-1 h2 {
  margin-bottom: 40px;
  text-align: center;
  font-weight: 500;
  font-style: italic;
}
.plans_grid__item.checked {
  border: 1px solid #000000;
}
.plans_grid__item {
  cursor: pointer;
  background: white;
  position: relative;
  margin: 0 20px;
  padding: 24px 29px;
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.19);
}
.plans_grid--sticker-wrapper {
  position: absolute;
  top: -50px;
  left: -60px;
  max-width: 200px;
}

/* Add to cart */
button#addToCart {
  color: #fff;
  background: #5cd787;
}
button#addToCart[disabled="disabled"] {
  color: #fff;
  background-color: #77de9c !important;
}
.template-refill .add-to-cart-CTA {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 32px;
  background-color: black;
  color: white;
}
.sub-refils-popups .number-container {
  margin-left: 5px;
  margin-right: 0;
}
.template-refill #addToCart[disabled="disabled"] {
  pointer-events: none;
  opacity: 0.7;
  background-color: #f0ff38;
  color: black;
}
.total-price-div {
  margin-right: 10px;
}
.template-refill .add-to-cart-CTA {
  font-size: 22px;
}

/* step 2 */
.choose-a-scent.step-2 h2 {
  margin-bottom: 40px;
  text-align: center;
  font-weight: 500;
  font-style: italic;
}
.sst--d--flex--step--2 {
  display: flex;
  justify-content: center;
  gap: 20px;
  border: unset !important;
}
.btn--sst--filter {
  background: unset;
  border: none;
  border-radius: 20px;
  padding: 5px 32px;
  font-size: 15px;
}
.btn--sst--filter:hover {
  background: black;
  color: white;
}
.btn--sst--filter.btn--is--active {
  background: black;
  color: white;
}
.sst--cents--inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sst--cent--item {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  padding-right: 20px;
  padding-left: 20px;
  min-width: 256px;
  flex: 1 1 33%;
  max-width: 33%;
  width: 33%;
  text-align: center;
}
.sst--cents--image img {
  height: 100% !important;
  margin: auto;
  object-fit: contain;
}
.variants--grid {
  margin-top: 50px;
  display: none;
}
.sst--cents--image {
  margin: auto !important;
  max-width: 60% !important;
}
.quantity-selector.sst--var--quantity--selector button.quantity-button.minus,
.quantity-selector.sst--var--quantity--selector button.quantity-button.plus {
  background: unset;
  border: unset;
}
.quantity-selector.sst--var--quantity--selector {
  width: fit-content;
  margin: auto;
  padding: 10px;
  border: 1px solid;
  border-radius: 35px;
}
input.quantity-inputs {
  max-width: 80px;
  border: oldlace;
  background: white;
  text-align: center;
}
.quantity-inputs::-webkit-outer-spin-button,
.quantity-inputs::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.sst--cent--content h3 {
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 26px;
}
.sst-normal--cents.is--active--sst,
.sst--sensitive--cents.is--active--sst,
.sst--perfume--cents.is--active--sst {
  display: block;
}
.sst--sensitive--cents,
sst-normal--cents {
  display: none;
}
.sst--perfume--cents {
  display: none;
}
.sub-refils-popups .ss--plan--details {
  color: #fff;
  display: flex;
  font-size: 14px;
  justify-content: center;
  font-weight: 500;
}
span#cstm--price {
  font-size: 22px;
  color: white;
  font-weight: 500;
}
.btn--box--cstm {
  border: 1px solid gainsboro;
  border-radius: 30px;
}
.item--subname {
  font-size: 12px;
}
.sub-refils-popups .sst--cent--item {
  padding-right: 10px;
  padding-left: 10px;

  margin-bottom: 32px;
}
.sub-refils-popups .sst--cent--content h3 {
  font-size: 18px;
}

.check_box_container label {
  cursor: pointer;
}
.check_box_container input {
  cursor: pointer;
}

.sub-refils-popups .quantity-selector.sst--var--quantity--selector {
  padding: 3px;
}
.sub-refils-popups .btn {
  border: unset;
}

#footer .z-10 {
  z-index: 2;
}
/* div#shopify-section-template--21355743412247__main {
  display: none;
} */
 /* div#shopify-section-template--26255711306102__main {
  display: none;
} */

@media (min-width: 1100px) and (max-width: 2192px) {
  .choose-a-scent.step-2 {
    padding: 30px 0;
  }
}
@media (min-width: 501px) and (max-width: 1099px) {
  .choose-a-scent.step-2 {
    padding: 45px 0;
  }
}
@media (max-width: 768px) {
  span#cstm--price {
    font-size: 19px;
    font-weight: 400;
  }
  .ss--plan--details {
    font-size: 16px;
  }
  .number-container {
    margin-right: 0;
  }
  .pick-a-plan.step-1 {
    padding: 80px 0;
  }
  .add-to-cart-CTA {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .banner--mobile-bottom .banner__media,
  .banner--stacked:not(.banner--mobile-bottom) .banner__media {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .banner__text.body {
    width: 100%;
  }
  .choose-a-scent.step-2 {
    padding-top: 40px;
  }
  .plans_grid {
    flex-direction: column;
    gap: 38px;
  }
  div#Subscription-plan {
    padding-top: 56px;
  }
  .plans_grid--sticker-wrapper {
    left: -48px;
  }
  .sst--cent--item {
    width: 100%;
    max-width: 100%;
  }
  .sub-inner-refills {
    left: 20px;
    right: 20px;
  }
  .sub-refils-popups .add-to-cart-CTA {
    left: 20px;
    right: 20px;
  }

  .sub-refils-popups .ss--plan--details {
    font-size: 13px;
    margin-bottom: 12px;
  }
  .sub-refils-popups .btn {
    border: unset;
    font-weight: 700;
    font-size: 13px;
    padding: 8px 10px;
  }
  .sub-inner-refills .btn--sst--filter {
    padding: 5px 7px;
    font-size: 13.5px;
    letter-spacing: -1px;
  }
}

/* NEW POPUP */

.modal-backdrop.custom-backdrop {
  background-color: rgba(0, 0, 0, 0.8); /* Custom dark overlay */
}

.modal-xl {
  max-width: 100%; /* Custom width */
}

.modal-dialog {
  margin: 0px;
  height: 100%;
}

.modal-footer {
  background: black;
}

.modal-footer,
.add-to-cart-CTA {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 480px) {
  .btn--sst--filter {
    padding: 10px 10px;
  }

  .modal-body {
    padding: 0px;
  }
}

body {
  overflow: auto !important;
}
body.gradient.bold-ro__vanilla-modal.rc_theme--final-pop-up---developed-by-sun-skill-techs.modal-open {
  overflow: scroll !important;
  -webkit-overflow-scrolling: touch !important;
}
