/** Shopify CDN: Minification failed

Line 356:1 Unexpected "/"

**/
html {
  opacity: 1 !important;
}

.page-how-to-use .image-with-text__media img {
  object-fit: contain;
}

.image-with-text__media-item::after,
.page-how-to-use .image-with-text__media::after {
  display: none !important;
}

.shopify-section.cart__footer-wrapper {
  margin-block-end: 24px;
}

.cart__footer .tax-note.caption-large.rte {
  color: #01ab11;
  font-weight: bold;
}

.cart__checkout-button.button .icon.icon--lock {
  position: absolute;
  left: 16px;
}

.icons-with-text {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.icons-with-text__heading {
  font-size: clamp(1.125rem, 0.8464rem + 1.3929vw, 2.1rem);
  font-weight: bold;
  line-height: 1;
  color: black;
  margin-bottom: 12px;
}

.icons-with-text__row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.icons-with-text__row-icon {
  width: 40px;
  height: 40px;
}

.icons-with-text__row-text {
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
}

.list-payment__item {
  /* flex: 1; */
  max-width: 75px;
  justify-content: center;
}

#Avada-CartSticky-Bar {
  display: none !important;
}

.cart__footer .product__payment {
  margin-top: 2rem;
}

.product__recommended-product-title {
  font-size: 18px;
  font-weight: 600;
  color: black;
}

.product__recommended-product-item {
  display: flex;
  margin-bottom: 6px;
}

.product__recommended-product-image {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 75px;
  height: 75px;
  margin-right: 12px;
  border-radius: 8px;
}

.product__recommended-product-info {
  text-decoration: none;
}

.product__recommended-product-info p {
  margin: 0;
  color: black;
  font-weight: bold;
  max-width: 90%;
}

.product__recommended-product-add-button {
  margin-block: auto;
  margin-left: auto;
  background-color: #2e2a39;
  border: none;
  outline: none;
  border-radius: 100%;
  aspect-ratio: 1 / 1;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.product__recommended-product-add-button svg {
  width: 24px;
  height: 24px;
  color: white;
}

.section-header.shopify-section-header-sticky.scrolled-past-header
  .header-wrapper {
  background: white;
}

/* ReCharge Styling Overrides */

.template-product .recharge-subscription-widget .rc-template__radio-group {
  border: 1px solid #cccccc;
  border-radius: 10px;
  overflow: hidden;
}

.template-product .recharge-subscription-widget .rc-radio-group__options {
  border: 0;
  border-radius: 0;
}

.template-product .recharge-subscription-widget .rc-radio__label .price-label {
  font-size: 15px;
}

.template-product
  .recharge-subscription-widget
  .rc-selling-plans-dropdown__label {
  font-size: 15px;
}

.template-product .recharge-subscription-widget .rc-selling-plans {
  padding-inline: 1rem;
  padding-block: 0 1rem;
  background-color: #e8d4ed;
  margin-top: 0;
}

.rc-selling-plans-dropdown__select {
  background-color: #e8d4ed;
  font-weight: 700;
  font-size: 15px;
  outline: 0;
  border: 1px solid #cccccc;
  min-height: 43px;
  height: 43px;
  border-radius: 0;
  color: black;
}

.template-product
  .recharge-subscription-widget
  .rc-selling-plans-dropdown__select:focus-visible {
  box-shadow: none;
}

.template-product
  .recharge-subscription-widget
  .rc-radio__label
  .discount-label {
  font-size: 15px;
  font-weight: normal;
}

.template-product .recharge-subscription-widget .rc-tooltip__footer.mt-2 {
  display: none !important;
}

.template-product
  .recharge-subscription-widget
  .rc-subscription-details__button
  svg {
  height: 12px;
  width: 12px;
}

.template-product
  .recharge-subscription-widget
  .rc-subscription-details__button
  span {
  font-size: 12px;
}

.is-hidden {
  display: none;
}

.product__size-guide {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-block: 24px 20px;
}

.product__size-guide svg {
  height: 20px;
  width: 20px;
}

.product__size-guide-button {
    background-color: transparent;
    color: #575e6e;
    border: 0;
    outline: 0;
    text-decoration: underline;
    font-size: 14px;
    font-weight: bold;
}

.product__size-guide-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 24;
  background-color: #fff;
  width: fit-content;
  max-width: 80vw;
  min-width: initial;
  background-color: #fff;
  aspect-ratio: 1 / 1;
  margin: 0;
  max-height: 80vh;
}

@media (max-width: 950px) {
  .product__size-guide-modal {
    width: 100%;
    max-width: 90vw;
  }
}

.product__size-guide-modal-close {
  z-index: 25;
  background-color: #0006;
  border: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  border-radius: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.product__size-guide-modal-close svg {
  height: 16px;
  width: 16px;
}

.product__size-guide-modal img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.product__size-guide-background-overlay {
  width: 100%;
  height: 100%;
  z-index: 23;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #0002;
  margin: 0;
}

.product__size-guide-background-overlay:not(.is-hidden) {
  display: block !important;
}

/* .product-form__input legend.form__label {
  color: black;
  font-size: 18px;
  font-weight: bold;
  margin-block: 8px 2px !important;
}

strong.cart__free-variant,
.product-form__input legend.form__label strong {
  font-weight: 400;
  color: black;
   padding-block: 2px 5px; 
   padding-inline: 3px;
  position: relative;
} */

strong.cart__free-variant::after,
.product-form__input legend.form__label strong::after {
  background-color: #e8d4ed;
  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: 30%;
  left: -2px;
  bottom: 0;
  z-index: -1;
}

fieldset.js.product-form__input label {
  font-size: 12px;
  font-weight: 400;
  /* min-height: 172px; */
  padding: 20px 0px !important;
  width: 150px;
}

.product-option--free-variant-item {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  padding-block: 6px;
}

.product-option--free-variant-item img {
  width: 24px;
  height: 24px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 3px;
}
*/

/* Mobile */
@media (max-width: 750px) {
  .product__title h1 {
    font-size: 24px !important;
  }

  .product__media-list.slider.slider--mobile {
    margin-bottom: 0 !important;
  }

  .product__media-list.slider.slider--mobile
    .product__media-item.grid__item.slider__slide {
    padding-bottom: 20px !important;
  }

  .thumbnail-slider.slider-mobile-gutter .slider-button.slider-button--prev {
    padding-right: 0 !important;
    margin-right: -6px !important;
  }

  .thumbnail-slider.slider-mobile-gutter .slider-button.slider-button--next {
    padding-left: 0 !important;
    margin-left: -6px !important;
  }
}

.js.product-form__input.product-form__input legend.form__label {
  margin-bottom: 0 !important;
  padding-top: 0 !important;
}

.product__image-block {
  width: 100%;
}

.product__accordion.accordion {
  max-height: 100% !important;
}

@media (max-width: 330px) {
  .icons-with-text {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  .list-payment__item {
    padding: 0.3rem;
  }
}

@media (min-width: 1024px) {
  div.sticky-add-to-cart__actions {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.main_myoovi {
  display: flex;
  background-color: #fcf8f5;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  padding: 50px;
}
.main_myoovi_top h2 {
  margin: 0 !important;
}
.main_myoovi_top p {
  margin: 0 !important;
  line-height: 125%;
  padding-top: 10px;
}
.submaindiv1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}

.msgsection1 {
  display: flex;
  flex-direction: column;
}

.submaindiv2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}

.msgsection2 {
  display: flex;
  flex-direction: column;
}
.msgsection h3 {
  margin-bottom: 5px !important;
  margin-top: 0;
}
.msgsection p {
  margin-top: 0 !important;
}
.submaindiv3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}

.msgsection3 {
  display: flex;
  flex-direction: column;
}

.main_myoovi img {
  max-width: 80px;
  max-height: 80px;
  box-shadow: unset !important;
  margin-bottom: 0 !important;
}
.msgsection_mb {
  display: none;
}
@media only screen and (max-width: 767px) {
  .main_myoovi {
    gap: 10px !important;
    padding: 20px !important;
  }
  .msgsection p {
    display: none;
  }
  .submaindiv {
    display: grid !important;
    grid-template-columns: 1fr 3fr;
    grid-gap: 0 !important;
    column-gap: 16px !important;
  }
  .msgsection_mb {
    display: block !important;
    grid-column: 1 / span 2;
    grid-row: 2;
  }
  .msgsection_mb p {
    margin-top: 0;
    padding: 10px 0;
  }
}

/* accordion-section start */
.accordion-section-banner-image img {
  max-width: 100%;
  border-radius: 10px 10px 0 0;
  vertical-align: middle;
}
.question-bx-cvr .net-cvr {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  padding: 20px 0;
  cursor: pointer;
}
.question-bx-cvr .net-cvr h4 {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 22px;
  margin: 0;
  color: #4d4d4d;
  font-weight: 700;
}
.question-bx-cvr .net-cvr h4 span {
  display: flex;
  position: relative;
  z-index: 1;
}
.faq-accodian-title {
  font-size: 30px;
  font-weight: 700;
  color: #4d4d4d;
  padding: 30px 0;
  width: 90%;
  margin: auto;
}
.faq-accodian {
  width: 90%;
  margin: auto;
}
.accordion-tab {
  background: #f7f1e8;
}
.question-bx-cvr:nth-child(1) {
  border-top: 1px solid #e8d8c2;
}
.faq-accodian .question-bx-cvr {
  border-bottom: 1px solid #e8d8c2;
}
.faq-accodian .question-bx-cvr div p {
  margin: 0;
  margin-left: 65px;
  font-size: 16px;
  line-height: 1.3;
  position: relative;
  padding-bottom: 15px;
}
.faq-accodian .question-bx-cvr div p strong {
  font-size: 22px;
  font-weight: 700;
  color: #4d4d4d;
  position: relative;
}
.faq-accodian .question-bx-cvr div p strong:after {
  content: "";
  position: absolute;
  height: 230%;
  width: 1px;
  background: #ff9a9d;
  left: -45px;
  top: -70px;
}
.faq-accodian .question-bx-cvr div p strong:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #ff9a9d;
  border-radius: 50px;
  left: -49px;
  top: 50%;
  transform: translateY(-50%);
}
.question-bx-cvr .net-cvr.active h4 + span img {
  transform: translateY(-10px) rotate(180deg);
}
.question-bx-cvr .net-cvr h4 + span img {
  transition: 0.3s;
  transform: translateY(-10px);
}
.shop-now-btn a {
  font-size: 24px;
  text-decoration: none;
  font-weight: 800;
  color: #fff;
  background: #c41423;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(300px, 100%);
  border-radius: 50px;
  margin: auto;
}
.shop-now-btn {
  padding: 45px 0;
}
@media(max-width:767px){
  .question-bx-cvr .net-cvr h4 {
    font-size: 18px;
  }
  .faq-accodian .question-bx-cvr div p strong {
    font-size: 18px;
  }
  .faq-accodian .question-bx-cvr div p {
    font-size: 15px;
  }
  .shop-now-btn {
    padding: 30px 0;
  }
  .faq-accodian-title {
    font-size: 22px;
    padding: 10px 0;
  }
  .faq-accodian .question-bx-cvr div p strong:after {
    height: 360%;
    top: -110px;
  }
}
/* accordion-section end */

/* A/B test issue */
.ACC_Femdisc_34_lasche_V2 .product__info-container .product-form {
    margin: 0;
}
.ACC_Femdisc_34_lasche_V2 .product__info-container .product-form-wrapper {
    margin: 0;
}






/* {
  background: #2f0477;
}
.multicolumn {
  background: transparent;
} */

/* -------------- CJ CSS FOR Periodic Table Section -------------- */
.periodic_table_sec {
  padding-block: 80px;
  .title-wrapper-with-link {
    flex-direction: column;
    max-width: 600px;
    margin: 0 auto 3rem;
    text-align: center;
    .title {
      color: #ffffff;
      padding: 0 !important;
      width: 100%;
      &::after {
        display: none;
      }
    }
    .subtitle {
      color: #ffffffcc;
    }
  }
  .content-container {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: #f9f3ff !important;
    border-radius: 20px;
  }
  .multicolumn-card__image-wrapper {
    width: 25%;
    padding: 0;
    margin: 0 !important;
    .media {
      padding: 0 !important;
    }
    .media .multicolumn-card__image {
      position: unset;
      width: 100% !important;
    }
  }
  .multicolumn-card__info {
    width: calc(100% - 25%);
    padding: 0 !important;
    & > :nth-child(2) {
      margin-top: 0;
    }
  }
}
@media screen and (max-width: 989px) {
  .periodic_table_sec {
    .content-container {
      max-width: 450px;
      margin: 0 auto;
    }
  }
}
/* -------------- CJ CSS FOR Periodic Table Section END -------------- */