/** Shopify CDN: Minification failed

Line 477:106 Unexpected "{"
Line 744:1 Expected "}" to go with "{"

**/
.variant-wrapper .bundle-option.is-popular.subscribe_save.active {
    border-color: unset!important;
    background-image: url(/cdn/shop/files/radial_bg_right_1.png?v=1761549927)!important;
    background-position: right!important;
    background-repeat: no-repeat!important;
    background-size: auto 100%!important;
    margin-left: 0;
    padding-right: 10px;
    border-radius: 0 15px 0 0;
    display: flex;
    align-items: center;
    height: 93px;
    width: calc(50% + 70px);
    cursor: pointer;
    border: unset;
    flex: 0 0 50%;
}
.product .grid__item.product__media-wrapper {
    position: sticky;
    top: 68px;
}
.variant-wrapper .bundle-option__content input[type=radio]:focus, .variant-wrapper .bundle-option__content input[type=radio]:focus-visible {
    outline: none;
    box-shadow: inherit !important;
}
.bundle-option.one_time.active{
        border-color: unset !important;
    background-image: url(/cdn/shop/files/radial_bg_right.webp?v=1761548796) !IMPORTANT;
    background-position: left !important;
    background-repeat: no-repeat !IMPORTANT;
    background-size: auto 100% !important;
    margin-left: 0;
    padding-left: 80px;
    padding-left: 10px;
    border-radius: 0 15px 0 0;
    display: flex;
    align-items: center;
    height: 93px;
    width:100%;
    cursor: pointer;
    /* pointer-events: none; */
    border: unset;
}
.bundle-option.one_time.active {
    flex: 0 0 60%;
    padding-left: 80px !IMPORTANT;
}
.bundle-option.is-popular.subscribe_save {
    padding-left: 20px !important;
    flex: 0 0 40%;
}
.variant-wrapper .badge {
    position: absolute;
    top: -10px;
    left: -20px!important;
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 17px 0!important;
    text-transform: lowercase;
    border: unset;
    font-weight: 500;
    background: linear-gradient(90deg, #faadc5, #ec1b24) !important;
}
span.bundle-part.free-access {
    font-size: 9px;
    display: inline-block;
    width: 100%;
    color: #00b44b;
    font-weight: bold;
}
.variant-wrapper .bundle-option {
    background: transparent !important;
}
.variant-wrapper .bundle-option:hover {
    border-color: unset !important;
    border: unset;
}
.variant-wrapper .bundle-options {
    background: #f8c6c9 !important;
    padding: 0!important;
    border-radius: 16px;
    margin-top: 50px;
}
.bundle-option.is-popular.subscribe_save span.badge {
    top: -20px;
}
.bundle-option.is-popular.subscribe_save.active span.badge{
        top: -10px;
}
.variant-wrapper .bundle-option.is-popular {
    background-color: transparent !IMPORTANT;
}
.variant-wrapper .bundle-options__wrapper {
    align-items: center !important;
}
.variant-wrapper .bundle-option {
    border: unset !important;
}
.variant-wrapper .product-form__input:not(.product-form__input--quantity-breaks) input[type="radio"]:checked + label {
       background: linear-gradient(90deg, #faadc5, #ec1b24) !important;
    background-position: center;
    background-size: cover;
    color: #000;
}
.qty-image-element-wrap-inner {
    background-color: #ffffff;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    padding: 6px;
    min-width: 1px;
    width: 100%;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.variant-wrapper .product-form__input:not(.product-form__input--quantity-breaks) input[type=radio]+label {
    background-color: #f3f3f3;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    padding: 6px;
    min-width: 1px;
    border-radius: 8px;
    border: unset;
    font-size: 15px;
    font-family: Instrument Sans;
    color: #000;
    opacity: 1;
    margin-top: 0;
    letter-spacing: 0;
    flex: 1;
}
.variant-wrapper .qty-image-element {
    width: auto;
    height: 50px;
    margin-right: 3px;
    overflow: hidden;
    flex: 0 0 28%;
}
.variant-wrapper .swatches.fieldset {
    display: flex;
    justify-content: space-between;
}
.variant-wrapper .qty-image-element img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.variant-wrapper .bundle-info {
    text-align: center;
}
.variant-wrapper .s_sub_saving_badge {
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    max-width: 100%;
    background: #ef0045;
    color: #fff;
    padding: 4px 7px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    border-radius: 3px;
    font-size: 14px;
}

.variant-wrapper .product-form__label-container label.form__label {
    font-size: 16px;
    font-family: 'Instrument Sans';
    letter-spacing: 0;
    color: #000;
    font-weight: 500;
    margin: 40px 0 20px;
}
.variant-wrapper .bundle-info {
    font-size: 15px;
    max-width: 189px;
    font-family: 'Custom body font';
    font-weight: 500;
    letter-spacing: 0;
    text-transform: capitalize;
}
.product-form__input:not(.product-form__input--quantity-breaks) input[type="radio"].disabled:checked + label {
    color: #000;
}
.variant-wrapper .gifts-wrapper {
    gap: 15px;
}

.variant-wrapper .gift-item {
    border-color: #454545;
    border: 2px dashed #454545!important;
    background: #fff4f7 !IMPORTANT;
}
.variant-wrapper .gift-old-price {
    text-align: center;
    width: 74px;
    margin: 0 auto;
    max-width: 100%;
    background: #ef0045;
    color: #fff;
    padding: 2px 7px;
    position: absolute;
    bottom: 0;
    left: 0;
    /* left: 50%;
    top: 0;
    transform: translate(-50%, -50%); */
    border-radius: 3px;
    font-size: 14px !IMPORTANT;
    line-height: normal;
    font-weight: 600;
    text-decoration: line-through;
}

.variant-wrapper .gift-image {
    background: #fff;
    border: 2px dashed #fdafbd;
    margin: 10px 0;
    padding: 10px;
}

.gift-image img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin: 0 auto;
}
.variant-wrapper .gift-item-wrap {
    flex: 1;
}
.variant-wrapper .gift-item {
    width: 100% !important;
}
.variant-wrapper .benefits-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 30px 0 0;
    border-top: 2px solid #000000;
    border-image-slice: 1;
    position: relative;
    margin-top: 40px;
    row-gap: 10px;
}

.variant-wrapper .benefits-list:before {
    content: "";
    position: absolute;
    top: -4px; /* adjust vertically */
    left: 0;
    width: 8px;
    height: 8px;
    background: black;
    transform: rotate(45deg);
}

.variant-wrapper .benefits-list:after {
    content: "";
    position: absolute;
    top: -4px; /* adjust vertically */
    right: 0;
    width: 8px;
    height: 8px;
    background: black;
    transform: rotate(45deg);
}
.variant-wrapper .benefit-item {
    font-size: 14px;
    color: #000;
    font-family: Instrument Sans;
    font-weight: 500;
    text-transform: capitalize;
    padding-left: 30px;
    position: relative;
}
.variant-wrapper .benefit-item:before {
    content: "";
    position: absolute;
    left: 0;
    width: 23px;
    height: 23px;
    background-image: url(/cdn/shop/files/Group_1_2.png?v=1761561740);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
}
.variant-wrapper .variant-wrapper {
    border-radius: 20px;
    background: #fff;
    padding: 0 30px 30px;
}
.variant-wrapper {
    margin-bottom: 30px !important;
    border-radius: 20px;
    background: #fff;
    padding: 0 20px 30px;
}
.variant-wrapper .free-gifts-section {
    padding: 0 !important;
    background: transparent !important;
    margin-top: 40px;
}
.variant-wrapper .bundle-option {
    padding: 16px 0 !important;
}

.variant-wrapper .bundle-option__content input[type=radio] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #ffffff;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 8px;
    transition: all .2s ease;
    background: #fff;
}

.variant-wrapper .bundle-option__content input[type=radio]:checked:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 1px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.variant-wrapper .free-gifts-section h2 {
    color: #000;
    font-size: 22px;
    margin: 47px 0 36px;
    font-family: 'Custom body font';
}
.variant-wrapper .bundle-option__content input[type=radio]:checked {
    background-color: #fc8ea1;
    border-color: #fc8ea1;
}

.custom-bundle_option-wrap-outer:has(.bundle-option.one_time.active) ~ .free-gift-block-wrap-outer {
  display: none !important;
}
.variant-wrapper {
  position: relative;
}

/* Disable click + show loader when this class is added */
.variant-wrapper.variant-wrapper-disable {
  pointer-events: none; /* disable clicks */
  opacity: 0.6; /* slightly dim the content */
}

/* Loader overlay */
.variant-wrapper.variant-wrapper-disable::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Spinner animation */
.variant-wrapper.variant-wrapper-disable::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  border: 3px solid #999;
  border-top-color: #000;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  z-index: 10;
}
.product .product__info-container .free-gifts-section .gifts-wrapper .gift-item-wrap{
  position: relative;
  opacity: .2;
}
.product .product__info-container .free-gifts-section .gifts-wrapper .gift-item-wrap.active{
  opacity: 1;
}
.product .product__info-container .free-gifts-section .gifts-wrapper .gift-item-wrap .gift-overlay{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.product .product__info-container .free-gifts-section .gifts-wrapper .gift-item-wrap .gift-overlay .gift-lockings{
    margin: auto;
    width: 30px;
}
.product .product__info-container .free-gifts-section .gifts-wrapper .gift-item-wrap .gift-item-outer .gift-title .free_txt_title{
   color: #000;
}
.product .product__info-container .free-gifts-section .gifts-wrapper .gift-item-wrap.active .gift-overlay{
 display: none;
}
.custom-bundle_option-wrap-outer .bundle-options .custom-bundle-info .save-badge-off-compare .appstle_subscription_amount.transcy-money,
.custom-bundle_option-wrap-outer .bundle-options .custom-bundle-info .save-badge-off .save-badge-amt{
  color: #00b44b;
}
.bundle-option.one_time .appstle_subscription_amount.transcy-money {
    color: #000 !important;
}
.bundle-option .custom-bundle-info .save-badge-amt,
.bundle-option .custom-bundle-info .save-badge-off-compare {
    display: none;
}
.bundle-option.active .custom-bundle-info .save-badge-amt,
.bundle-option.active .custom-bundle-info .save-badge-off-compare {
    display: inline-block;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.bundle-option__content {
    cursor: pointer;
}
.variant-wrapper .bundle-option {
    cursor: pointer !IMPORTANT;
}
.onetime_active span.bundle-part.free-access {
    display: none;
}

.variant-wrapper.onetime_active .s_sub_saving_badge {
    display: none;
}

/* kaching bubdle hide at the test product */
body.product-offer-product kaching-bundle {
    display: none;
}



@media (max-width:1440px){
  .variant-wrapper .qty-image-element{
    height: 30px;
}
    /* .variant-wrapper .product-form__input:not(.product-form__input--quantity-breaks) input[type=radio]+label {
    flex: 0 0 48%;
    max-width: 48%;
} */
.variant-wrapper .product-form__input:not(.product-form__input--quantity-breaks) input[type=radio]+label {{
            flex: 0 0 32%;
        max-width: 32%;
}
.variant-wrapper .swatches.fieldset {
    flex-wrap: wrap;
    row-gap: 15px;
}
}
@media (max-width:1199px){
    .variant-wrapper .qty-image-element img {
    height: 50px;
    object-fit: contain;
}
.qty-image-element-wrap-inner {
    gap: 10px;
    flex-direction: column;
}
.variant-wrapper .product-form__input:not(.product-form__input--quantity-breaks) input[type=radio]+label {
    flex: 0 0 48%;
    max-width: 48%;
    /* background: #fff;
    border: 7px solid #f3f3f3; */
}
.variant-wrapper .swatches.fieldset {
    flex-wrap: wrap;
    row-gap: 15px;
}
.variant-wrapper {
    padding: 0 10px 30px;
}
.qty-image-element-wrap-inner {
    height: 100%;
}
.variant-wrapper .qty-image-element {
    width: auto;
    height: auto;
    margin-right: 3px;
    overflow: hidden;
    flex: unset;
}
.variant-wrapper .s_sub_saving_badge {
    width: 70px;
    padding: 4px 7px 5px;

    font-size: 13px;
}
.variant-wrapper .free-gifts-section h2 {
    font-size: 18px;
    margin: 30px 0 30px;
}
.variant-wrapper .gift-item-wrap {
    flex: 0 0 48%;
    max-width: 48%;
}
.variant-wrapper .gifts-wrapper {
    gap: 9px;
    flex-wrap: wrap;
    row-gap: 30px;
}
    .variant-wrapper .gift-old-price {
    width: 68px;
    padding: 4px 7px;
    font-size: 12px!important;
}
.variant-wrapper .bundle-option__content input[type=radio]:checked:after {
    left: 3px;
    top: 0px;
    width: 5px;
}
.bundle-option.is-popular.subscribe_save {
    padding-left: 0px!important;
}
.bundle-title {
    font-weight: 600;
    font-size: 13px !important;
    line-height: normal;
}
.variant-wrapper .bundle-option__content input[type=radio] {
    width: 16px;
    height: 16px;

}
.qty-image-element-wrap-inner {
    padding: 0;

}
.variant-wrapper .bundle-info {
    font-size: 14px;
    padding: 4px;
}
.bundle-options__wrapper {
    gap: 10px !important;
}
}

@media (max-width:749px){
 .product__info-wrapper .free-gifts-section .gifts-wrapper{
        flex-wrap: wrap;
        justify-content: center;
        gap:20px;
    }
     .variant-wrapper fieldset.swatches.fieldset.\32 2 .qty-image-element {
    margin-top: 10px !IMPORTANT;
}
    .variant-wrapper .gift-item-wrap {
    flex: 1;
    max-width: 100%;
}
.gift-title {
    font-size: 12px;
}
.variant-wrapper .benefits-list {
    gap: 15px;
    padding: 20px 0 0;
    margin-top: 20px;
}
.gift-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0 auto;
}
.variant-wrapper .gift-image {
    background: #fff;
    border: 1px dashed #fdafbd;
    margin: 10px 0;
    padding: 4px;
    width: fit-content;
    margin: 10px  auto 0;
}
.variant-wrapper .gift-old-price {
    width: 57px;
    padding: 4px 6px;
    font-size: 11px!important;
}
.gift-item {

    padding: 5px;
}
.variant-wrapper .gift-item {
    border: 1px dashed #454545!important;
}
.variant-wrapper .benefit-item:before {
    width: 15px;
    height: 15px;
}
.variant-wrapper .benefit-item {
    padding-left: 24px;
}
.variant-wrapper .benefits-list {
    row-gap: 5px;
}
.variant-wrapper .free-gifts-section h2 {
    font-size: 16px;
    margin: 22px 0 30px;
}
.variant-wrapper .bundle-option.is-popular.subscribe_save.active {
    flex: 0 0 48%;
}
.bundle-option.one_time {
    flex: 0 0 37%;
    max-width: 37%;
}
.bundle-options__wrapper {
    gap: 10px !IMPORTANT;
}
.bundle-option.is-popular.subscribe_save {
    padding-left: 0 !important;
    flex: 0 0 50%;
}
.bundle-option.one_time.active {
    flex: 0 0 50% !IMPORTANT;
    padding-left: 0 !IMPORTANT;
}
}
@media (max-width:749px){
    .bundle-option.active .custom-bundle-info .save-badge-off-compare .appstle_subscription_amount_wrapper span{
        font-size: 11px;
    }
.bundle-option.active .custom-bundle-info .save-badge-off-compare .appstle_subscription_amount_wrapper span, .custom-bundle_option-wrap-outer .bundle-options .custom-bundle-info .save-badge-off-compare .appstle_subscription_amount.transcy-money, .custom-bundle_option-wrap-outer .bundle-options .custom-bundle-info .save-badge-off .save-badge-amt, .bundle-title {
    font-size: 13px;
    font-weight: 700;
}
.subscribe_save .bundle-option__content {
    padding-top: 26px;
}
    .bundle-title{
        font-size:11px;
    }
        .variant-wrapper .product-form__input:not(.product-form__input--quantity-breaks) input[type=radio]+label {
    flex: 0 0 30%;
    max-width: 30%;
}
.product .grid__item.product__media-wrapper {
    position: relative;
    top: 0;
}
.variant-wrapper .bundle-options {
    height: 114px;
}


}
@media (max-width:567px){
    .variant-wrapper .bundle-option.is-popular.subscribe_save.active {
    flex: 0 0 60%;
}
    .bundle-option.one_time {
    max-width: 60%;
}
.bundle-option.one_time.active {
    flex: 0 0 61%!important;
    padding-left: 0!important;
    justify-content: end;
}
.variant-wrapper .bundle-options__wrapper {
    justify-content: space-between;
}
.variant-wrapper .bundle-option__content input[type=radio] {
    width: 17px;
}
.bundle-option.is-popular.subscribe_save {
    padding-left: 0!important;
    flex: 0 0 36%;
}
.bundle-option__content {
    max-width: 160px;
}

.variant-wrapper .bundle-info {
    font-size: 13px;
    padding: 3px;
}
.save-badge-off {
    font-size: 13px;
}
.bundle-option.one_time.active, .variant-wrapper .bundle-option.is-popular.subscribe_save.active {
    height: 115px;
}
.variant-wrapper .qty-image-element img {
    height: 40px;
}
.variant-wrapper .product-form__input:not(.product-form__input--quantity-breaks) input[type=radio]+label {
    flex: 0 0 31%;
    max-width: 31%;
}
.variant-wrapper .s_sub_saving_badge {
    width: 59px;
    padding: 4px 5px 5px;
    font-size: 11px;
}
.qty-image-element-wrap-inner {
    gap: 5px;
}
.variant-wrapper .gifts-wrapper {
    gap: 5px;
}
}
@media (max-width:400px){
    .bundle-option__content {
    max-width: 127px;
}
.variant-wrapper .bundle-info {
    font-size: 12px;
    padding: 3px;
}
}