/** Shopify CDN: Minification failed

Line 1138:0 Unexpected "}"

**/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');



/* subscription option css start here */

.featured-product__purchase {
    overflow: hidden;
    /* background-color: #1A3E32; */
    border-radius: 5px;
    /* padding: 10px 20px; */
}

.featured-product__purchase-items {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

/* .featured-product__purchase-subscription input:checked+label{
    background-image: url(radial_bg.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: inline-block;
    padding-left: 80px;
    padding-right: 10px;
    border-radius: 0 15px 0 0;
} */
.featured-product__purchase-item input {
    display: none;
}

.featured-product__purchase-item label {
    position: relative;
    padding-left: 35px;
    display: inline-block;
    cursor: pointer;
    width: 100%;
     border: 1px solid #1A3E32;
     border-radius: 10px;
     padding: 15px 10px 15px 20px;
     color: #2f2f2f;
     background-color: lightgray;
}

 .featured-product__purchase-item label::before {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    content: '';
    left: 10px;
    background-color: #fff;

}
.featured-product__title-wrap{
    padding-left: 15px;
}
.featured-product__purchase-item input:checked+label::after {
    content: '';
    background-image: url(check-mark.svg);
    border: none;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 18px;
    left: 12px;
    display: inline-block;
} 
.featured-product__purchase-item input:checked+label {
    border: 1px solid #e0e0e0
    
}

.featured-product__purchase-subscription label{
background: #F3FBF6;
}
.featured-product__title-left h4 {
    font-size: 20px;
    margin-bottom: 16px;
    font: normal normal 500 18px / 22px Apercu Pro;
    color: #2f2f2f;
    margin-bottom: 3px;
}
.featured-product__title-left-content-wrap p{
    color: #2f2f2f;
}
.featured-product__title-left-top .sale-price{
    color: #2f2f2f;
}
.featured-product__title-left {
    font: normal normal 500 15px / 22px Apercu Pro;
    /* color: #fff; */
}
.featured-product__title-left-top{
    display: flex;
    gap: 6px;
    flex-direction: column;
    margin-bottom: 10px;
}

@media(min-width:768px) {
    .featured-product__purchase-items {
        /* flex-direction: row; */
        /* gap: 50px; */
    }
.featured-product__title-left-top{
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-direction: row;
    margin-bottom: 0;
}
}

/* subscription option css end here */






/* offer section css start here  */



.product-offer__inner {
    transition: all 0.3s ease-out;

}

.offer__container.height__controller {
    background-color: #ff2277 !important;
}

.shoplift-offer--bar .offer__container {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.shoplift-offer--bar .message__link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    flex: 1 0 auto
}

.shoplift-offer--bar .banner__heading {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    line-height: 1;
}

.shoplift-offer--bar .banner__heading p {
    margin: 0;
    padding: 0;
}

.shoplift-offer--bar .message__link .arrow--caret {
    line-height: 0;
}

.product-offer__inner {
    transition: all 0.15s ease-out;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 3;
}


.shoplift-offer--bar {
    display: block;
    width: 100%;
    margin: 0 auto;
}


@media screen and (max-width: 749px) {

    .shoplift-offer--bar {
        display: block;
        max-width: 100%;
        width: 100%;
    }

}

.shoplift-offer--bar .message__link,
.shoplift-offer--bar .benefit__text-wrap {
    max-width: 100%;
}

.shoplift-offer--bar .offer__container {
    padding: 0 10px;
}

.shoplift-offer--bar .height__controller {

    padding: 16px;

}

.shoplift-offer--bar .banner__heading {

    font-size: 16px;

}

.shoplift-offer--bar .banner__heading .uil,
.shoplift-offer--bar .sl-arrow-caret {

    font-size: 18px;

}

.shoplift-offer--bar .sl-message-icon,
.shoplift-offer--bar .sl-arrow-caret {
    margin: 0 0.5em;
}

.shoplift-offer--bar .sl-arrow-caret {
    overflow: hidden;
}

.shoplift-offer--bar .sl-arrow-caret svg {
    height: 0.75em;
    transform: translateX(-0.25rem);
    transition: transform 0.1s ease;
}

.shoplift-offer--bar a:hover .sl-arrow-caret svg {
    transform: translateX(-0.05rem);
}





/* Color overrides */





.shoplift-offer--bar.custom_color .banner__heading * {
    color: #ffffff;
}

.shoplift-offer--bar.custom_color .liftkit__slider_control svg,
.shoplift-offer--bar.custom_color .liftkit__slider_control svg path,
.shoplift-offer--bar.custom_color .message__link svg,
.shoplift-offer--bar.custom_color .message__link svg path,
.shoplift-offer--bar.custom_color .banner__heading svg,
.shoplift-offer--bar.custom_color .banner__heading svg path {
    fill: #ffffff;
}



@media screen and (max-width: 749px) {
    .shoplift-offer--bar .height__controller {


        padding: 16px;


    }


    .shoplift-offer--bar .banner__heading {
        font-size: 14px;


    }

    .shoplift-offer--bar .banner__heading .uil,
    .shoplift-offer--bar .sl-arrow-caret {
        font-size: 16px;


    }

}

.shoplift-offer--bar .banner__heading__stars {
    margin-right: 5px;
    display: flex;
    align-items: center;
}

.shoplift-offer--bar .banner__heading__stars .svg {

    width: 18px;
    height: 18px;

}

.shoplift-offer--bar .offer-bar__content--border-bottom {
    border-bottom: 1px solid;
}

.shoplift-offer--bar .banner__heading__cta {
    text-decoration: underline;
    font-weight: bold;
    margin-left: 5px;
}

.shoplift-offer--bar .banner__heading__cta--uppercase {
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .shoplift-offer--bar .banner__heading__stars .svg {


        width: 16px;
        height: 16px;


    }

    .benefit__text-wrap--show-desktop {
        display: none;
    }

    .benefit__text-wrap--show-mobile {
        display: block;
    }
}

@media (min-width: 750px) {
    .benefit__text-wrap--show-mobile {
        display: none;
    }
}

@media only screen and (min-width: 600px) {
    .product-offer__inner .banner__heading {
        font-size: 18px !important;
    }
}

/* offer section css end here  */



/* main product css start here  */

#product_temp_main {
    position: relative;
    background: #FEEEF5;
}

#product_temp_main .section_holder {
    position: relative;
    margin: auto;
    max-width: 1360px;
    padding: 42px 40px 80px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
background: white
}

#product_temp_main .product_img_slider {
    width: 46.9%;
}

#product_temp_main .ingre_table_overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: black;
    opacity: 0.5;
    z-index: 2;
    display: none;
}

#product_temp_main .ingredient_modal {
    position: fixed;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -60%);
    width: calc(100% - 25px);
    max-width: 400px;
    z-index: 2;
    display: none;
}

#product_temp_main .ingredient_modal:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -42px;
    width: 32px;
    height: 32px;
    filter: invert(1);
    background-size: 100%;
    pointer-events: none;
    background-image: url(//spacegoods.com/cdn/shop/t/400/assets/black_close.svg?v=21011354507018251241736326583);
}

#product_temp_main .ingredient_modal img {
    width: 100%;
}

#product_temp_main .ingre_btn {
    width: fit-content;
    margin-bottom: 20px;
    padding: 0 0 2px 0;
    height: 24px;
    cursor: pointer;
    user-select: none;
    background: linear-gradient(102deg, rgba(114, 76, 233, 1) 0%, rgba(255, 34, 119, 1) 100%);
}

#product_temp_main .ingre_btn>div {
    display: flex;
    align-items: center;
    background-color: #feeef5;
    margin: 0px -1px 0px -1px;
    border: 2px solid #feeef5;
    height: 22px;
}

#product_temp_main img.nutrition_arrow {
    margin-left: 15px;
    filter: brightness(0);
    width: 8px;
}

#product_temp_main .ingre_btn span {
    font: normal normal normal 16px/20px Apercu Pro;
    letter-spacing: 0px;
    color: #000000;
  padding: 10px 20px
}

#product_temp_main .free-gift-text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #000000;
    margin: 0 0 10px;
}

#product_temp_main .free-gift-text p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #000000;
    margin: 0 0 10px;
}

#product_temp_main img.nu_icon {
    width: 21px;
    margin-right: 8px;
}

@media screen and (min-width: 901px) {
    #product_temp_main .product_img_slider {
        position: sticky;
        top: 110px;
    }
}

#product_temp_main .product_cta_part {
    width: 44%;
}

@media screen and (max-width: 900px) {
    #product_temp_main .ingre_btn span {
        font: normal normal normal 16px/19px Apercu Pro;
    }

    #product_temp_main .section_holder {
        padding: 0px 0 42px;
        flex-direction: column;
        border: none;
    }

    #product_temp_main .product_img_slider {
        width: 100%;

    }

    #product_temp_main .product_cta_part {
        width: 100%;
        padding: 30px 14px 0;
    }

}


#product_temp_main .thumbs_swiper_holder {
    background: white;
    margin: 10px 0 0 0;
    position: relative;
    display: flex;
    padding: 8px 9px 7px;
    border-radius: 8px;
    align-items: center;
}

#product_temp_main .nutri_trigger {
    width: 200px;
    height: 50px;
    background: #E5F2F6;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

#product_temp_main .nutri_trigger img {
    width: 23px;
    margin-right: 11px;
}

#product_temp_main .nutri_trigger span {
    text-decoration: underline;
    font: normal normal normal 17px/20px Apercu Pro;
    letter-spacing: 0px;
    color: #000000;
    user-select: none;
}

#product_temp_main .s_thumb_img {
    background: #F3F3F3;
    display: flex;
    padding: 4px;
    border-radius: 4px;
    position: relative;
}

#product_temp_main .thumbs_swiper .swiper-slide-thumb-active .s_thumb_img {
    background: transparent linear-gradient(102deg, #768377 50%, #bce5c3) 0% 0% no-repeat padding-box;
    /* background: transparent linear-gradient(180deg, #00E3FF 0%, #724CE9 48%, #FF2277 100%) 0% 0% no-repeat padding-box; */
}

#product_temp_main .s_thumb_img img {
    border-radius: 3px;

}

#product_temp_main .thumbs_swiper {
    width: calc(100% - 210px);
    margin-right: 10px;
    margin-left: 0;

    width: calc(100%) !important;

}

#product_temp_main .thumbs_swiper .swiper-slide img {
    width: 100%;
}

#product_temp_main .main_swiper img {
    width: 100%;
}

#product_temp_main .main_swiper .swiper-slide img {
    border-radius: 24px;
}

#product_temp_main .swiper-button-next:after,
#product_temp_main .swiper-button-prev:after {
    display: none;
}

#product_temp_main .swiper-button-next {
    right: 12px;
}

#product_temp_main .swiper-button-prev {
    left: 12px;
}

#product_temp_main .swiper-button-next img,
#product_temp_main .swiper-button-prev img {
    background-color: #123124;
    width: 55px;
    height: 55px;
    min-width: 55px;
    min-height: 55px;
    max-width: unset;
    border-radius: 8px 0px 0px 8px;
    padding: 0 20px 0 22px;
}


#product_temp_main .pdp_img_slider_scroller {
    width: 100%;
    height: 16px;
    background: linear-gradient(93deg, rgba(0, 227, 255, 1) 0%, rgba(114, 76, 233, 1) 11%, rgba(255, 34, 119, 1) 22%, rgba(0, 227, 255, 1) 33%, rgba(114, 76, 233, 1) 44%, rgba(255, 34, 119, 1) 55%, rgba(0, 227, 255, 1) 66%, rgba(114, 76, 233, 1) 77%, rgba(255, 34, 119, 1) 88%, rgba(0, 227, 255, 1) 100%);
    background-size: 450%;
    animation: moving_bg_pos 30s linear infinite;
    border-radius: 0px 0px 24px 24px;
    display: none;
}

#product_temp_main .swiper.main_swiper .swiper-slide {
    display: flex;
}

#product_temp_main .s_usp {
    display: flex;
    flex-direction: column;
    max-width: 150px;
    width: 30%;
}

#product_temp_main .usp_img {
    margin: 0 auto;
}

#product_temp_main .usp_img img {
    width: 42px;
    height: 42px;
    border-radius: 21px;

}

#product_temp_main .s_usp span {
    text-align: center;
    font: normal normal normal 17px/21px Apercu Pro;
}

#product_temp_main .p_usp_holder {
    display: flex;
    margin-top: 21px;
    justify-content: space-evenly;
}

@media screen and (max-width: 900px) {
    #product_temp_main .s_thumb_img img {
        position: absolute;
        top: 4px;
        left: 4px;
        right: 4px;
        bottom: 4px;
        width: calc(100% - 8px) !important;
        height: calc(100% - 8px);
    }

    #product_temp_main .s_thumb_img {
        padding-bottom: 100%;
    }

    #product_temp_main .main_swiper img {
        height: auto;
        max-height: 100vw;
    }

    #product_temp_main .main_swiper .swiper-slide img {
        border-radius: 0;
    }

    #product_temp_main .swiper-button-next img,
    #product_temp_main .swiper-button-prev img {
        width: 42px;
        height: 42px;
        min-width: 42px;
        min-height: 42px;
        padding: 0 17px;
    }

    #product_temp_main .swiper-button-next {
        right: 3px;
    }

    #product_temp_main .swiper-button-prev {
        left: 3px;
    }

    #product_temp_main .pdp_img_slider_scroller {
        display: none;
    }

    #product_temp_main .nutri_trigger {
        width: 134px;
        height: 38px;
        border-radius: 4px;
    }

    #product_temp_main .nutri_trigger img {
        width: 18px;
        margin-right: 5px;
    }

    #product_temp_main .nutri_trigger span {
        font: normal normal normal 14px/16px Apercu Pro;
    }

    #product_temp_main .thumbs_swiper {
        width: calc(100% - 143px);
        margin-right: 9px;
    }

    #product_temp_main .thumbs_swiper_holder {
        margin: 0;
        border-radius: 0;
        padding: 14px 15px;
    }

    #product_temp_main .p_usp_holder {
        display: none;
    }

}


@keyframes moving_bg_pos {
    0% {
        background-position: 0%;
    }

    100% {
        background-position: 100%;
    }
}

.free-gift-text p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    /* identical to box height, or 164% */
    text-align: center;
    letter-spacing: -0.01em;
    color: #000000;
    margin: 0 0 10px;
}

.free-gift-text p span {
    color: #02D869;
}

.cw-free-products .variantidGroup {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
    margin: 0 0 30px;
}

.cw-free-products .cw-product-box {
    max-width: 120px;
    width: 25%;
}

.cw-free-products .cw-product-box .cw-product-image {
    min-height: 134px;
    max-height: 134px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FEEEF5;
    border: 1.2px dashed #000000;
    border-radius: 7px;
    padding: 15px;
    margin: -8.5px 0 0;
}

.cw-free-products .price {
    text-align: center;
}

.cw-free-products .price span {
    background: #000000;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    padding: 0 7px;
    text-decoration: line-through;
    margin: 0 0 0;
    position: relative;
    z-index: 1;
}

span.cw-free-text {
    color: #000000;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px 0 0;
}

span.cw-free-text span {
    color: #02D869;
}

@media screen and (max-width:767px) {
    .free-gift-text {
        margin-top: -10px;
        font-size: 14px;
    }

    .cw-free-products {
        margin: 0 -11px 30px;
    }

    body #product_temp_main .s_quan_txt {
        font-size: 13px;
        line-height: 1.2;
    }

    .cw-free-products .cw-product-box .cw-product-image {
        min-height: 85px;
        max-height: 85px;
        padding: 0 7px;
    }

    .cw-free-products .price span {
        font-size: 10px;
    }

    span.cw-free-text {
        font-size: 12px;
        letter-spacing: -0.2px;
    }
}

@media screen and (max-width:370px) {
    .cw-free-products {
        gap: 8px;
    }

    body #product_temp_main .s_quan_txt {
        font-size: 12px;
    }
}

/* --------- [ThatWorks] styles for Gifts section start ---------- */
.cw-three-bag-free .cw-product-image img {
    max-height: 134px;
    object-fit: contain;
}

@media screen and (max-width:767px) {
    .cw-three-bag-free .cw-product-image img {
        max-height: 100px;
    }
}

/* --------- [ThatWorks] styles for Gifts section start ---------- */














/** Shopify CDN: Minification failed

Line 204:0 Unexpected "}"

**/
/* rainbow pp updated */
.sg_announcment {
    background: linear-gradient(90deg, #F4148A 0%, #C71EAA 21.8%, #9438B3 58.3%, #8345D9 99.3%) !important;
    padding: 8px;
    width: 100%;
    text-align: center;
}

.sg_announcment p {
    color: white;
    font-size: 16px;
    line-height: 1.3em;
    margin: 0;
    font-family: Apercu Pro;
}



body #product_temp_main .ingre_btn {
    background: transparent;
    border-bottom: 1px solid black;
}

body #product_temp_main .ingre_btn>div {
    background: transparent;
    border: none;
}

body #product_temp_main img.nutrition_arrow {
    width: 16px;
}

.pp_main_title {
    font-size: 42px;
    line-height: 1.3em;
    /* margin: 16px 0; */
    /* color: black; */
    font-family: 'TAN - MEMORIES';
    text-transform: capitalize;
    font-weight: 400;
}

body #product_temp_main .review_holder img {
    height: 20px;
}

body #product_temp_main .review_holder img.pp_trust_review_icon {
    height: 25px;
}

body #product_temp_main .review_holder span {
    font-weight: 400;
}

.pp_tags_grid {
    display: flex;
    gap: 9px;
    margin-bottom: 24px;
}

/* .pp_tag{
    padding: 8px;
    border-radius: 4px;
    border: 1px solid 1A3E32;
    color: #fff;
    font-family: Apercu Pro;
    font-size: 14px;
    line-height: 1.3em;
} */


.saving_percent.upd {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
    background: #1A3E32 !important;
    border-radius: 6px !important;
}

.pp_price_line_fl {
    display: flex;
    align-items: center;
    gap: 0px;
}

.pp_price_line_fl span {
    display: flex;
    align-items: center;
}

.saving_percent.upd img {
    max-width: 14px;
}

#product_temp_main .p_price span.comp_price {
    color: #2E2E2E !important;
    font-weight: 300;
}

.pp_price_line_fl span .money {
    font-size: 22px;
}

.selectors_holder.selectors_updated_picker_mode {
    background: rgba(0, 0, 0, 0.15) !important;
}

#product_temp_main .selectors_holder.selectors_updated_picker_mode .selected_mark {
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 2px;
    border: none;
}

#product_temp_main .selectors_holder.selectors_updated_picker_mode .s_selector.selected .selected_mark {
    background: #FEDCEA;
}

#product_temp_main .selectors_holder.selectors_updated_picker_mode .selected_mark svg {
    opacity: 0;
}

#product_temp_main .selectors_holder.selectors_updated_picker_mode .s_selector.selected .selected_mark svg {
    opacity: 1;
}

body #product_temp_main .s_selector[for="free_accessories"].selected::before {
    /* background: #FF2277 !important; */
    color: white !important;
}

body #product_temp_main .s_selector[for="free_accessories"]:before {
    left: 14%;
    border-radius: 16px 0px 8px 0px;
}

.pp_selector_accessories_label {
    font-size: 14px;
    color: #34D670;
    font-weight: 400;
    font-family: Apercu Pro;
    display: block;
    margin: 4px 0;
}

.pp_selector_label {
    font-size: 18px;
}

body #product_temp_main .subs_selector_wrapper .per-serving {
    font-weight: 400;
    font-size: 14px;
}

body #product_temp_main span.per-unit {
    font-style: normal;
}

body #product_temp_main span.styled {
    color: black !important;
    font-size: 18px !important;
}

body #product_temp_main .s_selector[for="free_accessories"].selected span.styled,
body #product_temp_main .s_selector[for="no_accessories"].selected span.styled {
    background: black;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

body #product_temp_main .s_selector {
    height: 115px;
}

body #product_temp_main .quantity-option .s_sub_quan_selector,
body #product_temp_main .s_sub_quan_selector {
    padding: 3px;
}

body #product_temp_main .s_quan_txt {
    font-size: 18px !important;
    font-weight: 500 !important;
    width: 100%;
}

body #product_temp_main .variant-value-img {
    width: 50%;
}

#product_temp_main .subs_quan_selector.quantity-option .s_quan_txt span span {
    font-size: 12px;
    font-weight: 400;
}

#product_temp_main .two_options_holder .subs_quan_selector {
    display: flex !important;
    flex-wrap: wrap;
}

.pp_variant_cell_inline {
    display: inline-block;
    width: 100%;
    max-width: 160px;
}

.pp_variant_cell_inline.raw-chocolate-decaf {
    max-width: 200px;
}

body #product_temp_main .pp_variant_cell_inline.raw-chocolate-decaf .variant-value-img {
    width: 40%;
}

body .subs_quan_selector.quantity-option .quantity-option-value {
    background: white;
}

body #product_temp_main .subs_quan_selector.frequency-option {
    display: none !important;
}

.pp_selector_divider {
    display: block;
    margin-bottom: 24px;
}

#product_temp_main .subs_usp_holder {
    justify-content: flex-start !important;
}

/* body .s_sub_usp{
  background-image: url({{ 'check-violet.svg' | asset_url }});
    /* background-image: url('https://spacegoods.com/cdn/shop/t/409/assets/check-violet.svg?v=121176336516853493291737094832') !important; */
}

*/ body #product_temp_main .selector_content_holder {
    padding-bottom: 22px;
}

body #product_temp_main .s_sub_usp {
    font-weight: 400;
}

.pp_atc_meta_line {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.3em;
    margin: 8px 0;
    font-family: Apercu Pro;
}

.pp_delivery_date {
    color: white;
    background: #FF2277;
    padding: 2px 4px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
}

body #product_temp_main .main_cta {

    padding: 24px 16px;
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 16px;
    border-radius: 10px;
}

/* body #product_temp_main .money_gua {
    background-image: url('https://spacegoods.com/cdn/shop/t/409/assets/check-violet.svg?v=121176336516853493291737094832') !important;
} */

.s_quan_txt span span {
    display: block;
    margin-top: 4px;
}

@media only screen and (max-width: 678px) {
    .sg_announcment p {
        font-size: 14px;
    }

    .pp_main_title {
        font-size: 32px;
    }

    body #product_temp_main .review_holder img {
        height: 16px;
    }

    .pp_tag {
        font-size: 10px;
    }

    body #product_temp_main .review_holder img.pp_trust_review_icon {
        height: 20px;
    }

    .pp_price_line_fl span .money {
        font-size: 18px;
    }

    #product_temp_main .p_price {
        font: normal normal 500 18px / 1.3em Apercu Pro;
    }

    #product_temp_main .p_price span.saving_percent {
        top: 0;
    }

    .pp_tags_grid {
        margin-bottom: 16px;
    }

    #product_temp_main .ingre_btn span {
        font: normal normal normal 14px / 1.3em Apercu Pro;
    }

    body #product_temp_main .s_selector[for=free_accessories]:before {
        left: 20%;
        border-radius: 6px 6px 6px 0;
    }

    .pp_selector_label {
        font-size: 14px;
    }

    #product_temp_main .selectors_holder.selectors_updated_picker_mode .selected_mark {
        width: 12px;
        height: 12px;
        min-width: 12px;
        min-height: 12px;
    }

    #product_temp_main .selectors_holder.selectors_updated_picker_mode .selected_mark svg {
        width: 10px;
        height: 10px;
    }

    body #product_temp_main .subs_selector_wrapper .per-serving {
        font-size: 10px;
    }

    .pp_selector_accessories_label {
        font-size: 12px;
    }

    body #product_temp_main span.styled {
        font-size: 14px !important;
    }

    #product_temp_main .selector_desc {
        font-size: 12px;
    }

    .variant-option-container,
    .subs_quan_selector.flavour-option .s_sub_quan_selector>div,
    .subs_quan_selector.quantity-option .quantity-option-value {
        flex-direction: row;
        height: 54px;
        background: white;
    }

    .variant-option-container .variant-value-img, .subs_quan_selector.flavour-option .variant-value-img, .subs_quan_selector.quantity-option .variant-value-img {
        min-width: unset !important;
    }

    body #product_temp_main .s_quan_txt {
        font-size: 16px !important;
        padding-bottom: 0 !important;
    }

    body .variant-option-container .variant-value-img,
    body .subs_quan_selector.flavour-option .variant-value-img,
    body .subs_quan_selector.quantity-option .variant-value-img {
        align-items: center;
    }

    body .strawberry .variant-value-img img,
    body .chocolate .variant-value-img img {
        top: 0;
    }

    body #product_temp_main .subs_quan_selector.quantity-option .quantity-option-value {
        flex-direction: row;
    }

    body #product_temp_main .subs_quan_selector.quantity-option .s_quan_txt {
        text-align: left;
    }

    .s_quan_txt span span {
        font-size: 10px;
    }

    body #product_temp_main .quantity-option .variant-value-img {
        min-height: 38px;
        height: 38px;
        width: 60%;
    }

    body #product_temp_main .s_quan_txt span {
        width: 100%;
    }

    body #product_temp_main .subs_quan_selector.quantity-option {
        gap: 14px;
    }

    body .selector_content .subs_quan_selector {
        margin-top: 0 !important;
        margin-bottom: 16px !important;
    }

    body {
        font-size: 14px;
        font-weight: 400;
    }

    .pp_atc_meta_line {
        font-size: 13px;
    }

    .pp_delivery_date {
        font-size: 12px;
    }

    #product_temp_main .money_gua {
        font: normal normal 400 14px / 1.3em Apercu Pro !important;
    }
}

.pp_img_icons_cell {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: white;
    padding: 0px 4px;
    font-size: 14px;
    font-family: Apercu Pro;
    color: black;
    width: 100%;
    border-radius: 8px;
    margin-top: 16px;
}

.pp_img_icons_cell img {
    max-height: 55px !important;
    object-fit: cover;
    height: 55px;
    width: 55px;
    display: block;
    margin: auto;
}

.pp_img_icons_container {
    display: flex;
    gap: 8px;
}

.p_usp_holder {
    display: none !important;
}

@media only screen and (max-width: 678px) {
    .pp_img_icons_cell {
        flex-wrap: wrap;
        padding: 8px;
        gap: 4px;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        display: block;
        font-size: 12px;
    }

    .pp_img_icons_container {
        padding: 0 16px;
    }

    .pp_img_icons_cell:nth-child(2) {
        width: 100%;
    }

   
}

/* Upsell styling */
#product_temp_main .updated .upsell_img {
    width: 60%;
}

#product_temp_main .updated .upsell_info {
    width: 100%;
}

#product_temp_main .updated .upsell_img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
}

#product_temp_main .updated .upsell_add {
    width: 100%;
    height: unset;
    background: #34D670;
    margin-left: 0;
    padding: 12px;
}

#product_temp_main .updated .upsell_box {
    padding: 2px;
}

.pp_upsell_title {
    font-size: 22px;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
    font-family: Apercu Pro;
}

.pp_upsell_acc {
    color: #02D869;
    font-size: 14px;
    line-height: 1.3em;
    margin: 0;
    margin-bottom: 16px;
    font-family: Apercu Pro;
}

.updated .upsell_title {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #2E2E2E;
    line-height: 1.5em !important;
    margin-bottom: 16px !important;
}

.pp_upsell_price_line .pp_price {
    font-size: 18px;
    line-height: 1.3em;
    font-weight: bold;
    font-family: Apercu Pro;
    color: black;
}

.pp_upsell_price_line .pp_comp_price {
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 400;
    font-family: Apercu Pro;
    color: black;
    text-decoration: line-through;
}

.pp_upsell_price_line .pp_save {
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 500;
    background: #FF2277;
    font-family: Apercu Pro;
    color: white;
    padding: 2px 4px;
    border-radius: 4px;
}

.pp_upsell_price_line {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

@media only screen and (max-width: 678px) {

    .pp_upsell_price_line .pp_price,
    .pp_upsell_price_line .pp_comp_price {
        font-size: 14px;
    }

    .pp_upsell_price_line .pp_save {
        font-size: 12px;
    }

    .pp_upsell_title {
        font-size: 16px;
    }

    .pp_upsell_acc {
        margin-bottom: 8px;
    }

    .pp_upsell_price_line {
        margin-bottom: 8px;
    }

    #product_temp_main .updated .upsell_img img {
        max-width: 100%;
        max-height: 100%;
        aspect-ratio: 1 / 1.1;
    }

    .Desktop_only {
        display: none !important;
    }

    .updated .upsell_title {
        margin-bottom: 0 !important;
        font-size: 13px !important;
    }

    #product_temp_main .updated .upsell_add {
        max-width: calc(100% - 8px);
        margin-left: auto;
        margin-right: auto;
    }

    .pp_upsell_content_outer {
        padding-bottom: 4px;
    }
}

@media only screen and (min-width: 678px) {
    .Mobile_only {
        display: none !important;
    }
}

.pp_upsell_content_outer {
    background: white;
    border-radius: 2px;
}

/* Others sections */
.section_holder[homepage_how_to_use] {
    background: #F1EDFE;
}

body #ingredients_new_c8ty,
body #ingre_eGmq {
    background: linear-gradient(180deg, #F1EDFE 0%, #EDE4F5 32.83%, #FADAF0 89.08%);
}

body #ingredients_new_c8ty .s_ingre {
    overflow: hidden;
}

.s_ingre .img_part img {
    display: block;
}

body #ingredients_new_c8ty .s_desc {
    font: normal normal normal 16px / 22px Apercu Pro;
}

.pp_why_use_box {
    display: flex;
    align-items: center;
    background: white;
    padding: 12px 16px;
    border-radius: 4px;
    gap: 8px;
    font-size: 18px;
    line-height: 1.3em;
    font-family: Apercu Pro;
    font-weight: 400;
    margin-top: 16px;
    margin-bottom: 16px;
}

.pp_why_use_box img {
    max-width: 50px;
    display: block;
    width: 100%;
}

.pp_why_use_box>div:nth-child(1) {
    width: 10%;
}

.pp_why_use_box>div:nth-child(2) {
    width: 100%;
}

.pp_why_use_wrap {
    display: flex;
    align-items: center;
    gap: 100px;
}

.pp_why_use_wrap>div {
    width: 100%;
}

.pp_why_use_outer img {
    display: block;
}

.pp_why_use_outer {
    background: #F1EDFE;
    padding-top: 80px;
    padding-bottom: 80px;
}

.pp_why_use_outer .section_holder_wrapper {
    max-width: 1360px;
    margin: auto;
    padding: 0 80px;
}

.pp_why_use_title {
    font-size: 42px;
    line-height: 1.3em;
    margin: 16px auto;
    margin-bottom: 40px;
    text-align: center;
    font-family: 'TAN - MEMORIES';
    font-weight: 400;
}

.pp_why_use_reviews {
    display: block;
    max-width: 360px;
    margin: auto;
}

.pp_why_use_btn_out {
    padding-top: 40px;
    text-align: center;
}

.pp_why_use_btn_mn {
    display: inline-block;
    padding: 12px 32px;
    background: #FF2277;
    color: white;
    cursor: pointer;
    font-size: 22px;
    line-height: 1.3em;
    border-radius: 8px;
    font-family: Apercu Pro;
    text-decoration: none;
}

.pp_better_img_outer {
    max-width: 900px;
    margin: auto;
}

.pp_better_outer {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media only screen and (max-width: 678px) {
    .pp_why_use_wrap {
        flex-wrap: wrap;
        gap: 24px;
    }

    .pp_why_use_outer .section_holder_wrapper {
        padding: 0 16px;
    }

    .pp_why_use_btn_mn {
        display: block;
        text-align: center;
    }

    .pp_why_use_title {
        font-size: 32px;
        line-height: 1.3em;
        margin-bottom: 32px;
    }

    .pp_why_use_reviews {
        max-width: 300px;
    }

    .pp_why_use_btn_out {
        padding-top: 0;
    }

    .pp_why_use_outer {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .pp_better_outer {
        padding-top: 56px;
        padding-bottom: 56px;
    }
}


.per-serving.per_serving_label_just_dust {
    margin: 4px 0 !important;
}

body #product_temp_main .subs_selector_wrapper .per-serving {
    margin-bottom: 6px;
}

.pp_better_img_outer img {
    width: 100%;
}

body #recom_2961 .heading {
    text-align: left;
}

@media only screen and (max-width: 678px) {
    .pp_why_use_title.cofee_better_title {
        text-align: center;
    }

    .pp_better_outer {
        padding-left: 16px;
        padding-right: 16px;
    }
}


.pp_price_line_col {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pp_saving {
    background: #FF2277;
    border-radius: 4px;
    padding: 2px 4px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

body .product-card .product-price {
    text-align: left;
    font: normal normal 600 20px / 1.3em Apercu Pro;
}

body .pp_price_line_col {
    gap: 4px;
}

body .product-card .product-price .compare_at {
    font-weight: 400;
    margin-left: 0;
    color: #838383;
}

body .product-card .bestseller {
    transform: none !important;
    top: 12px;
    left: 12px;
    padding: 4px 8px;
    font-size: 16px;
    border-radius: 12px;
    font-weight: 400;
}

.pp_recommend_grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, 1fr);
}

@media only screen and (max-width: 678px) {
    .pp_recommend_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    body .product-card .product-price {
        font: normal normal 600 13px / 1.3em Apercu Pro;
    }

    .pp_saving {
        font-size: 10px;
        padding: 0 4px;
    }

    body .product-card .bestseller {
        font-size: 12px;
    }

    .pp_why_use_box {
        font-size: 15px;
    }

    body div#ingre_eGmq .heading,
    body [id*=__homepage-how-to-use] .section_title,
    body div[id*=__homepage_guarantee_] .seciton_title,
    body .pp_why_use_title {
        font-size: 32px !important;
    }

    #loox_fa02 .heading {
        font: normal normal 400 32px / 1.3em 'TAN - MEMORIES' !important;
    }

    .heading,
    #shopify-section-template--17760225099959__117b0858-0763-4888-8217-2b18197a9e5d .heading {
        font: normal normal 400 32px / 1.3em 'TAN - MEMORIES' !important;
    }

    #recom_2961 .heading {
        font: normal normal 400 32px / 1.3em 'TAN - MEMORIES' !important;
    }

}



#product_temp_main .subs_selector_wrapper .selectors_holder {
    background: #feeef5
}

#product_temp_main .subs_selector_wrapper .per-serving {
    color: #000;
    padding: 2px 5px;
    font-family: Apercu Pro;
    font-size: 15px;
    font-weight: 700;
    line-height: 18.68px;
    text-align: center;
    border-radius: 2px;
    margin-top: 2px;
    display: inline-block
}

#product_temp_main .variant-option-container .s_quan_txt {
    border-radius: 0
}

.variant-option-container, .subs_quan_selector.flavour-option .s_sub_quan_selector>div {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer
}

.variant-option-container .variant-value-img, .subs_quan_selector.flavour-option .variant-value-img {
    max-width: 80px;
    min-height: 100%;
    background: #fff;
    display: flex;
    align-items: center
}

.variant-option-container .variant-value-img {
    max-width: 40px
}

#product_temp_main .subs_quan_selector.flavour-option .s_quan_txt, #product_temp_main .subs_quan_selector.frequency-option .s_quan_txt {
    border-radius: 0;
    text-align: left;
    font-family: Apercu Pro;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    text-align: center;
    padding-right: 10px
}

.subs_quan_selector.quantity-option .quantity-option-value {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
    overflow: hidden
}

.subs_quan_selector.quantity-option .variant-value-img {
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 7px
}

@media screen and (min-width: 901px) {
    .variant-option-container .variant-value-img img, .subs_quan_selector.quantity-option .variant-value-img img {
        max-width: 40px;
        max-height: 40px
    }
}

#product_temp_main .subs_quan_selector.quantity-option .s_quan_txt {
    border-radius: 0;
    font-family: Apercu Pro;
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
    text-align: left;
    padding-right: 5px
}

@media screen and (max-width: 768px) {
    #product_temp_main .subs_selector_wrapper .selectors_holder {
        background: #e5f2f6
    }

    #product_temp_main .subs_selector_wrapper .per-serving {
        font-size: 11px;
        line-height: 13.7px;
        text-align: center
    }

    .variant-option-container, .subs_quan_selector.flavour-option .s_sub_quan_selector>div, .subs_quan_selector.quantity-option .quantity-option-value {
        flex-direction: column;
        border-radius: 5px;
        overflow: hidden
    }

    .variant-option-container .variant-value-img, .subs_quan_selector.flavour-option .variant-value-img, .subs_quan_selector.quantity-option .variant-value-img {
        max-width: 100%;
        min-width: 100%;
        min-height: calc(100% - 45px);
        justify-content: center;
        align-items: end
    }

    .variant-option-container .variant-value-img.variant-value-img-tall, .subs_quan_selector.flavour-option .variant-value-img.variant-value-img-tall, .subs_quan_selector.quantity-option .variant-value-img.variant-value-img-tall {
        min-height: calc(100% - 64px)
    }

    .variant-option-container .variant-value-img.variant-value-img-tall img, .subs_quan_selector.flavour-option .variant-value-img.variant-value-img-tall img, .subs_quan_selector.quantity-option .variant-value-img.variant-value-img-tall img {
        width: 80px
    }

    .variant-option-container .variant-value-img {
        min-height: 74px
    }

    #product_temp_main .subs_quan_selector.flavour-option .s_quan_txt, #product_temp_main .subs_quan_selector.frequency-option .s_quan_txt, #product_temp_main .subs_quan_selector.quantity-option .s_quan_txt {
        min-height: 25px;
        padding-right: 0;
        padding-bottom: 7px;
        font-size: 13px;
        text-align: center
    }

    .variant-option-container .variant-value-img img, .subs_quan_selector.quantity-option .variant-value-img img {
        max-height: 50px;
        margin-bottom: 5px
    }
}

#product_temp_main .ingre_btn {
    width: fit-content;
    margin-bottom: 20px;
    padding: 0 0 2px;
    height: 24px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    background: linear-gradient(102deg, #724ce9, #f27)
}

#product_temp_main .ingre_btn>div {
    display: flex;
    align-items: center;
    background-color: #feeef5;
    margin: 0 -1px;
    border: 2px solid #feeef5;
    height: 22px
}

#product_temp_main .ingre_btn span {
    font: 16px/20px Apercu Pro;
    letter-spacing: 0px;
    color: #000
}

#product_temp_main img.nutrition_arrow {
    margin-left: 15px;
    filter: brightness(0);
    width: 8px
}

@media screen and (max-width: 575px) {
    .variant-option-container .variant-value-img.variant-value-img-tall, .subs_quan_selector.flavour-option .variant-value-img.variant-value-img-tall, .subs_quan_selector.quantity-option .variant-value-img.variant-value-img-tall {
        min-height: calc(100% - 80px)
    }
}

@media (min-width: 768px) {
    .for-mobile {
        display: none !important
    }
}

@media screen and (max-width: 1100px) {
    #product_temp_main .subs_quan_selector {
        grid-template-columns: 1fr 1fr !important
    }
}

@media (max-width: 768px) {
    .for-desktop {
        display: none !important
    }

    #product_temp_main .subs_quan_selector {
        grid-template-columns: 1fr 1fr 1fr !important
    }
}

@media screen and (max-width: 648px) {
    #product_temp_main .subs_quan_selector.frequency-option .s_quan_txt {
        padding: 0
    }

    #product_temp_main .subs_quan_selector.frequency-option .s_quan_txt span {
        padding: 20px 0
    }
}

@media screen and (max-width: 480px) {
    #product_temp_main .subs_quan_selector.frequency-option .s_quan_txt span {
        width: 70px
    }
}

/*# sourceMappingURL=/cdn/shop/t/400/assets/product-custom.css.map?v=47052678717339559011736326583 */



/* Main product css */
#product_temp_main .subs_selector_wrapper .selectors_holder {
    background: #feeef5;
}

#product_temp_main .subs_selector_wrapper .per-serving {
    color: #000;
    padding: 2px 5px;
    font-family: Apercu Pro;
    font-size: 15px;
    font-weight: 700;
    line-height: 18.68px;
    text-align: center;
    border-radius: 2px;
    margin-top: 2px;
    display: inline-block;
}

/* flavour-option */
#product_temp_main .variant-option-container .s_quan_txt {
    border-radius: 0;
}

.variant-option-container,
.subs_quan_selector.flavour-option .s_sub_quan_selector>div {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}

.variant-option-container .variant-value-img,
.subs_quan_selector.flavour-option .variant-value-img {
    max-width: 80px;
    min-height: 100%;
    background: #FFF;
    display: flex;
    align-items: center;
}

.variant-option-container .variant-value-img {
    max-width: 40px;
}

#product_temp_main .subs_quan_selector.flavour-option .s_quan_txt,
#product_temp_main .subs_quan_selector.frequency-option .s_quan_txt {
    border-radius: 0;
    text-align: left;
    font-family: Apercu Pro;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    text-align: center;
    padding-right: 10px;
}

/* quantity-option */
.subs_quan_selector.quantity-option .quantity-option-value {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
}

.subs_quan_selector.quantity-option .variant-value-img {
    height: 100%;
    background: #FFF;
    display: flex;
    align-items: center;
    padding: 7px;
}

@media screen and (min-width: 901px) {

    .variant-option-container .variant-value-img img,
    .subs_quan_selector.quantity-option .variant-value-img img {
        max-width: 40px;
        max-height: 40px;
    }
}

#product_temp_main .subs_quan_selector.quantity-option .s_quan_txt {
    border-radius: 0;
    font-family: Apercu Pro;
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
    text-align: left;
    padding-right: 5px;
}

@media screen and (max-width: 768px) {
    #product_temp_main .subs_selector_wrapper .selectors_holder {
        background: #E5F2F6;
    }

    #product_temp_main .subs_selector_wrapper .per-serving {
        font-size: 11px;
        line-height: 13.7px;
        text-align: center;
    }

    .variant-option-container,
    .subs_quan_selector.flavour-option .s_sub_quan_selector>div,
    .subs_quan_selector.quantity-option .quantity-option-value {
        flex-direction: column;
        border-radius: 5px;
        overflow: hidden;
    }

    .variant-option-container .variant-value-img,
    .subs_quan_selector.flavour-option .variant-value-img,
    .subs_quan_selector.quantity-option .variant-value-img {
        max-width: 100%;
        min-width: 100%;
        min-height: calc(100% - 45px);
        justify-content: center;
        align-items: end;
    }

    .variant-option-container .variant-value-img.variant-value-img-tall,
    .subs_quan_selector.flavour-option .variant-value-img.variant-value-img-tall,
    .subs_quan_selector.quantity-option .variant-value-img.variant-value-img-tall {
        min-height: calc(100% - 64px);
    }

    .variant-option-container .variant-value-img.variant-value-img-tall img,
    .subs_quan_selector.flavour-option .variant-value-img.variant-value-img-tall img,
    .subs_quan_selector.quantity-option .variant-value-img.variant-value-img-tall img {
        width: 80px;
    }

    .variant-option-container .variant-value-img {
        min-height: 74px;
    }

    #product_temp_main .subs_quan_selector.flavour-option .s_quan_txt,
    #product_temp_main .subs_quan_selector.frequency-option .s_quan_txt,
    #product_temp_main .subs_quan_selector.quantity-option .s_quan_txt {
        min-height: 25px;
        padding-right: 0;
        /* max-height: 27px; */
        padding-bottom: 7px;
        font-size: 13px;
        text-align: center;
    }

    .variant-option-container .variant-value-img img,
    .subs_quan_selector.quantity-option .variant-value-img img {
        max-height: 50px;
        margin-bottom: 5px;
    }
}

#product_temp_main .ingre_btn {
    width: fit-content;
    margin-bottom: 20px;
    padding: 0 0 2px 0;
    height: 24px;
    cursor: pointer;
    user-select: none;
    background: linear-gradient(102deg, rgba(114, 76, 233, 1) 0%, rgba(255, 34, 119, 1) 100%);
}

#product_temp_main .ingre_btn>div {
    display: flex;
    align-items: center;
    background-color: #feeef5;
    margin: 0px -1px 0px -1px;
    border: 2px solid #feeef5;
    height: 22px;
}

#product_temp_main .ingre_btn span {
    font: normal normal normal 16px / 20px Apercu Pro;
    letter-spacing: 0px;
    color: #000000;
}

#product_temp_main img.nutrition_arrow {
    margin-left: 15px;
    filter: brightness(0);
    width: 8px;
}

@media screen and (max-width: 575px) {

    .variant-option-container .variant-value-img.variant-value-img-tall,
    .subs_quan_selector.flavour-option .variant-value-img.variant-value-img-tall,
    .subs_quan_selector.quantity-option .variant-value-img.variant-value-img-tall {
        min-height: calc(100% - 80px);
    }
}

@media (min-width: 768px) {
    .for-mobile {
        display: none !important;
    }
}

@media screen and (max-width: 1100px) {
    #product_temp_main .subs_quan_selector {
        grid-template-columns: 1fr 1fr !important;
    }
}

@media (max-width: 768px) {
    .for-desktop {
        display: none !important;
    }

    #product_temp_main .subs_quan_selector {
        grid-template-columns: 1fr 1fr 1fr !important;
    }
}

@media screen and (max-width: 648px) {
    #product_temp_main .subs_quan_selector.frequency-option .s_quan_txt {
        padding: 0;
    }

    #product_temp_main .subs_quan_selector.frequency-option .s_quan_txt span {
        padding: 20px 0;
    }
}

@media screen and (max-width: 480px) {
    #product_temp_main .subs_quan_selector.frequency-option .s_quan_txt span {
        width: 70px;
    }
}

/** Shopify CDN: Minification failed

Line 204:0 Unexpected "}"

**/
/* rainbow pp updated */
.sg_announcment {
    background: linear-gradient(90deg, #F4148A 0%, #C71EAA 21.8%, #9438B3 58.3%, #8345D9 99.3%) !important;
    padding: 8px;
    width: 100%;
    text-align: center;
}

.sg_announcment p {
    color: white;
    font-size: 16px;
    line-height: 1.3em;
    margin: 0;
    font-family: Apercu Pro;
}

/* Product section */
body #product_temp_main {
    background: white;
}

body #product_temp_main .ingre_btn {
    background: transparent;
    border-bottom: 1px solid black;
}

body #product_temp_main .ingre_btn>div {
    background: transparent;
    border: none;
}

body #product_temp_main img.nutrition_arrow {
    width: 16px;
}

.pp_main_title {
    font-size: 42px;
    line-height: 1.3em;
    /* margin: 16px 0; */
    /* color: black; */
    font-family: 'TAN - MEMORIES';
    text-transform: capitalize;
    font-weight: 400;
}

body #product_temp_main .review_holder img {
    height: 20px;
}

body #product_temp_main .review_holder img.pp_trust_review_icon {
    height: 25px;
}

body #product_temp_main .review_holder span {
    font-weight: 400;
}

.pp_tags_grid {
    display: flex;
    gap: 9px;
    margin-bottom: 24px;
}

/* .pp_tag{
    padding: 8px;
    border-radius: 4px;
    border: 1px solid black;
    color: #fff;
    font-family: 'Apercu Pro';
    font-size: 14px;
    line-height: 1.3em;
} */


.saving_percent.upd {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
    background: #1A3E32 !important;
    border-radius: 6px !important;
}

.pp_price_line_fl {
    display: flex;
    align-items: center;
    gap: 0px;
}

.pp_price_line_fl span {
    display: flex;
    align-items: center;
}

.saving_percent.upd img {
    max-width: 14px;
}

#product_temp_main .p_price span.comp_price {
    color: #2E2E2E !important;
    font-weight: 300;
}

.pp_price_line_fl span .money {
    font-size: 22px;
}

.selectors_holder.selectors_updated_picker_mode {
    background: rgba(0, 0, 0, 0.15) !important;
}

#product_temp_main .selectors_holder.selectors_updated_picker_mode .selected_mark {
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 2px;
    border: none;
}

#product_temp_main .selectors_holder.selectors_updated_picker_mode .s_selector.selected .selected_mark {
    background: #FEDCEA;
}

#product_temp_main .selectors_holder.selectors_updated_picker_mode .selected_mark svg {
    opacity: 0;
}

#product_temp_main .selectors_holder.selectors_updated_picker_mode .s_selector.selected .selected_mark svg {
    opacity: 1;
}

body #product_temp_main .s_selector[for="free_accessories"].selected::before {
    /* background: #FF2277 !important; */
    color: white !important;
}

body #product_temp_main .s_selector[for="free_accessories"]:before {
    left: 14%;
    border-radius: 16px 0px 8px 0px;
}

.pp_selector_accessories_label {
    font-size: 14px;
    color: #34D670;
    font-weight: 400;
    font-family: Apercu Pro;
    display: block;
    margin: 4px 0;
}

.pp_selector_label {
    font-size: 18px;
}

body #product_temp_main .subs_selector_wrapper .per-serving {
    font-weight: 400;
    font-size: 14px;
}

body #product_temp_main span.per-unit {
    font-style: normal;
}

body #product_temp_main span.styled {
    color: black !important;
    font-size: 18px !important;
}

body #product_temp_main .s_selector[for="free_accessories"].selected span.styled,
body #product_temp_main .s_selector[for="no_accessories"].selected span.styled {
    background: black;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

body #product_temp_main .s_selector {
    height: 115px;
}

body #product_temp_main .quantity-option .s_sub_quan_selector,
body #product_temp_main .s_sub_quan_selector {
    padding: 3px;
}

body #product_temp_main .s_quan_txt {
    font-size: 18px !important;
    font-weight: 500 !important;
    width: 100%;
}

body #product_temp_main .variant-value-img {
    width: 50%;
}

#product_temp_main .subs_quan_selector.quantity-option .s_quan_txt span span {
    font-size: 12px;
    font-weight: 400;
}

#product_temp_main .two_options_holder .subs_quan_selector {
    display: flex !important;
    flex-wrap: wrap;
}

.pp_variant_cell_inline {
    display: inline-block;
    width: 100%;
    max-width: 160px;
}

.pp_variant_cell_inline.raw-chocolate-decaf {
    max-width: 200px;
}

body #product_temp_main .pp_variant_cell_inline.raw-chocolate-decaf .variant-value-img {
    width: 40%;
}

body .subs_quan_selector.quantity-option .quantity-option-value {
    background: white;
}

body #product_temp_main .subs_quan_selector.frequency-option {
    display: none !important;
}

.pp_selector_divider {
    display: block;
    margin-bottom: 24px;
}

#product_temp_main .subs_usp_holder {
    justify-content: flex-start !important;
}

/* body .s_sub_usp{
  background-image: url({{ 'check-violet.svg' | asset_url }});
    /* background-image: url('https://spacegoods.com/cdn/shop/t/409/assets/check-violet.svg?v=121176336516853493291737094832') !important; */

body #product_temp_main .selector_content_holder {
    padding-bottom: 22px;
}

body #product_temp_main .s_sub_usp {
    font-weight: 400;
}

.pp_atc_meta_line {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.3em;
    margin: 8px 0;
    font-family: Apercu Pro;
}

.pp_delivery_date {
    color: white;
    background: #FF2277;
    padding: 2px 4px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
}

body #product_temp_main .main_cta {
    background: #1D3C34;
    padding: 24px 16px;
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 16px;
}

/* body #product_temp_main .money_gua {
    background-image: url('https://spacegoods.com/cdn/shop/t/409/assets/check-violet.svg?v=121176336516853493291737094832') !important;
} */

.s_quan_txt span span {
    display: block;
    margin-top: 4px;
}

@media only screen and (max-width: 678px) {
    .sg_announcment p {
        font-size: 14px;
    }

    .pp_main_title {
        font-size: 32px;
    }

    body #product_temp_main .review_holder img {
        height: 16px;
    }

    .pp_tag {
        font-size: 10px;
    }

    body #product_temp_main .review_holder img.pp_trust_review_icon {
        height: 20px;
    }

    .pp_price_line_fl span .money {
        font-size: 18px;
    }

    #product_temp_main .p_price {
        font: normal normal 500 18px / 1.3em Apercu Pro;
    }

    #product_temp_main .p_price span.saving_percent {
        top: 0;
    }

    .pp_tags_grid {
        margin-bottom: 16px;
    }

    #product_temp_main .ingre_btn span {
        font: normal normal normal 14px / 1.3em Apercu Pro;
    }

    body #product_temp_main .s_selector[for=free_accessories]:before {
        left: 20%;
        border-radius: 6px 6px 6px 0;
    }

    .pp_selector_label {
        font-size: 14px;
    }

    #product_temp_main .selectors_holder.selectors_updated_picker_mode .selected_mark {
        width: 12px;
        height: 12px;
        min-width: 12px;
        min-height: 12px;
    }

    #product_temp_main .selectors_holder.selectors_updated_picker_mode .selected_mark svg {
        width: 10px;
        height: 10px;
    }

    body #product_temp_main .subs_selector_wrapper .per-serving {
        font-size: 10px;
    }

    .pp_selector_accessories_label {
        font-size: 12px;
    }

    body #product_temp_main span.styled {
        font-size: 14px !important;
    }

    #product_temp_main .selector_desc {
        font-size: 12px;
    }

    .variant-option-container,
    .subs_quan_selector.flavour-option .s_sub_quan_selector>div,
    .subs_quan_selector.quantity-option .quantity-option-value {
        flex-direction: row;
        height: 54px;
        background: white;
    }

    .variant-option-container .variant-value-img, .subs_quan_selector.flavour-option .variant-value-img, .subs_quan_selector.quantity-option .variant-value-img {
        min-width: unset !important;
    }

    body #product_temp_main .s_quan_txt {
        font-size: 16px !important;
        padding-bottom: 0 !important;
    }

    body .variant-option-container .variant-value-img,
    body .subs_quan_selector.flavour-option .variant-value-img,
    body .subs_quan_selector.quantity-option .variant-value-img {
        align-items: center;
    }

    body .strawberry .variant-value-img img,
    body .chocolate .variant-value-img img {
        top: 0;
    }

    body #product_temp_main .subs_quan_selector.quantity-option .quantity-option-value {
        flex-direction: row;
    }

    body #product_temp_main .subs_quan_selector.quantity-option .s_quan_txt {
        text-align: left;
    }

    .s_quan_txt span span {
        font-size: 10px;
    }

    body #product_temp_main .quantity-option .variant-value-img {
        min-height: 38px;
        height: 38px;
        width: 60%;
    }

    body #product_temp_main .s_quan_txt span {
        width: 100%;
    }

    body #product_temp_main .subs_quan_selector.quantity-option {
        gap: 14px;
    }

    body .selector_content .subs_quan_selector {
        margin-top: 0 !important;
        margin-bottom: 16px !important;
    }

    body {
        font-size: 14px;
        font-weight: 400;
    }

    .pp_atc_meta_line {
        font-size: 13px;
    }

    .pp_delivery_date {
        font-size: 12px;
    }

    #product_temp_main .money_gua {
        font: normal normal 400 14px / 1.3em Apercu Pro !important;
    }
}

.pp_img_icons_cell {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: white;
    padding: 16px 4px;
    font-size: 14px;
    font-family: Apercu Pro;
    color: black;
    width: 100%;
    border-radius: 8px;
    margin-top: 16px;
}

.pp_img_icons_cell img {
    /* max-width: 24px; */
    max-height: 24px;
    display: block;
    margin: auto;
}

.pp_img_icons_container {
    display: flex;
    gap: 8px;
}

.p_usp_holder {
    display: none !important;
}

@media only screen and (max-width: 678px) {
    .pp_img_icons_cell {
        flex-wrap: wrap;
        padding: 8px;
        gap: 4px;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        display: block;
        font-size: 12px;
    }

    .pp_img_icons_container {
        padding: 0 16px;
    }

    .pp_img_icons_cell:nth-child(2) {
        width: 100%;
    }

  
}

/* Upsell styling */
#product_temp_main .updated .upsell_img {
    width: 60%;
}

#product_temp_main .updated .upsell_info {
    width: 100%;
}

#product_temp_main .updated .upsell_img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
}

#product_temp_main .updated .upsell_add {
    width: 100%;
    height: unset;
    background: #34D670;
    margin-left: 0;
    padding: 12px;
}

#product_temp_main .updated .upsell_box {
    padding: 2px;
}

.pp_upsell_title {
    font-size: 22px;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
    font-family: Apercu Pro;
}

.pp_upsell_acc {
    color: #02D869;
    font-size: 14px;
    line-height: 1.3em;
    margin: 0;
    margin-bottom: 16px;
    font-family: Apercu Pro;
}

.updated .upsell_title {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #2E2E2E;
    line-height: 1.5em !important;
    margin-bottom: 16px !important;
}

.pp_upsell_price_line .pp_price {
    font-size: 18px;
    line-height: 1.3em;
    font-weight: bold;
    font-family: Apercu Pro;
    color: black;
}

.pp_upsell_price_line .pp_comp_price {
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 400;
    font-family: Apercu Pro;
    color: black;
    text-decoration: line-through;
}

.pp_upsell_price_line .pp_save {
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 500;
    background: #FF2277;
    font-family: Apercu Pro;
    color: white;
    padding: 2px 4px;
    border-radius: 4px;
}

.pp_upsell_price_line {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

@media only screen and (max-width: 678px) {

    .pp_upsell_price_line .pp_price,
    .pp_upsell_price_line .pp_comp_price {
        font-size: 14px;
    }

    .pp_upsell_price_line .pp_save {
        font-size: 12px;
    }

    .pp_upsell_title {
        font-size: 16px;
    }

    .pp_upsell_acc {
        margin-bottom: 8px;
    }

    .pp_upsell_price_line {
        margin-bottom: 8px;
    }

    #product_temp_main .updated .upsell_img img {
        max-width: 100%;
        max-height: 100%;
        aspect-ratio: 1 / 1.1;
    }

    .Desktop_only {
        display: none !important;
    }

    .updated .upsell_title {
        margin-bottom: 0 !important;
        font-size: 13px !important;
    }

    #product_temp_main .updated .upsell_add {
        max-width: calc(100% - 8px);
        margin-left: auto;
        margin-right: auto;
    }

    .pp_upsell_content_outer {
        padding-bottom: 4px;
    }
}

@media only screen and (min-width: 678px) {
    .Mobile_only {
        display: none !important;
    }
}

.pp_upsell_content_outer {
    background: white;
    border-radius: 2px;
}

/* Others sections */
.section_holder[homepage_how_to_use] {
    background: #F1EDFE;
}

body #ingredients_new_c8ty,
body #ingre_eGmq {
    background: linear-gradient(180deg, #F1EDFE 0%, #EDE4F5 32.83%, #FADAF0 89.08%);
}

body #ingredients_new_c8ty .s_ingre {
    overflow: hidden;
}

.s_ingre .img_part img {
    display: block;
}

body #ingredients_new_c8ty .s_desc {
    font: normal normal normal 16px / 22px Apercu Pro;
}

.pp_why_use_box {
    display: flex;
    align-items: center;
    background: white;
    padding: 12px 16px;
    border-radius: 4px;
    gap: 8px;
    font-size: 18px;
    line-height: 1.3em;
    font-family: Apercu Pro;
    font-weight: 400;
    margin-top: 16px;
    margin-bottom: 16px;
}

.pp_why_use_box img {
    max-width: 50px;
    display: block;
    width: 100%;
}

.pp_why_use_box>div:nth-child(1) {
    width: 10%;
}

.pp_why_use_box>div:nth-child(2) {
    width: 100%;
}

.pp_why_use_wrap {
    display: flex;
    align-items: normal !important;
    gap: 100px;
}

.pp_why_use_wrap>div {
    width: 100%;
}

.pp_why_use_outer img {
    display: block;
    height: 100%;
    object-fit: cover;
}

.pp_why_use_outer {
    background: #F1EDFE;
    padding-top: 80px;
    padding-bottom: 80px;
}

.pp_why_use_outer .section_holder_wrapper {
    max-width: 1360px;
    margin: auto;
    padding: 0 80px;
}

.pp_why_use_title {
    font-size: 42px;
    line-height: 1.3em;
    margin: 16px auto;
    margin-bottom: 40px;
    text-align: center;
    font-family: 'TAN - MEMORIES';
    font-weight: 400;
}

.pp_why_use_reviews {
    display: block;
    max-width: 360px;
    margin: auto;
}

.pp_why_use_btn_out {
    padding-top: 40px;
    text-align: center;
}

.pp_why_use_btn_mn {
    display: inline-block;
    padding: 12px 32px;
    background: #FF2277;
    color: white;
    cursor: pointer;
    font-size: 22px;
    line-height: 1.3em;
    border-radius: 8px;
    font-family: Apercu Pro;
    text-decoration: none;
}

.pp_better_img_outer {
    max-width: 900px;
    margin: auto;
}

.pp_better_outer {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media only screen and (max-width: 678px) {
    .pp_why_use_wrap {
        flex-wrap: wrap;
        gap: 24px;
    }

    .pp_why_use_outer .section_holder_wrapper {
        padding: 0 16px;
    }

    .pp_why_use_btn_mn {
        display: block;
        text-align: center;
    }

    .pp_why_use_title {
        font-size: 32px;
        line-height: 1.3em;
        margin-bottom: 32px;
    }

    .pp_why_use_reviews {
        max-width: 300px;
    }

    .pp_why_use_btn_out {
        padding-top: 0;
    }

    .pp_why_use_outer {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .pp_better_outer {
        padding-top: 56px;
        padding-bottom: 56px;
    }
}


.per-serving.per_serving_label_just_dust {
    margin: 4px 0 !important;
}

body #product_temp_main .subs_selector_wrapper .per-serving {
    margin-bottom: 6px;
}

.pp_better_img_outer img {
    width: 100%;
}

body #recom_2961 .heading {
    text-align: left;
}

@media only screen and (max-width: 678px) {
    .pp_why_use_title.cofee_better_title {
      font-size: 28px !important;
        line-height: 42px !important;
    }

    .pp_better_outer {
        padding-left: 16px;
        padding-right: 16px;
    }
}


.pp_price_line_col {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pp_saving {
    background: #FF2277;
    border-radius: 4px;
    padding: 2px 4px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

body .product-card .product-price {
    text-align: left;
    font: normal normal 600 20px / 1.3em Apercu Pro;
}

body .pp_price_line_col {
    gap: 4px;
}

body .product-card .product-price .compare_at {
    font-weight: 400;
    margin-left: 0;
    color: #838383;
}

body .product-card .bestseller {
    transform: none !important;
    top: 12px;
    left: 12px;
    padding: 4px 8px;
    font-size: 16px;
    border-radius: 12px;
    font-weight: 400;
}

.pp_recommend_grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, 1fr);
}

@media only screen and (max-width: 678px) {
    .pp_recommend_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    body .product-card .product-price {
        font: normal normal 600 13px / 1.3em Apercu Pro;
    }

    .pp_saving {
        font-size: 10px;
        padding: 0 4px;
    }

    body .product-card .bestseller {
        font-size: 12px;
    }

    .pp_why_use_box {
        font-size: 15px;
    }

    body div#ingre_eGmq .heading,
    body [id*=__homepage-how-to-use] .section_title,
    body div[id*=__homepage_guarantee_] .seciton_title,
    body .pp_why_use_title {
        font-size: 32px !important;
    }

    #loox_fa02 .heading {
        font: normal normal 400 32px / 1.3em 'TAN - MEMORIES' !important;
    }

    .heading,
    #shopify-section-template--17760225099959__117b0858-0763-4888-8217-2b18197a9e5d .heading {
        font: normal normal 400 32px / 1.3em 'TAN - MEMORIES' !important;
    }

    #recom_2961 .heading {
        font: normal normal 400 32px / 1.3em 'TAN - MEMORIES' !important;
    }

}


















#product_temp_main .upsell_heading {
    font: normal normal 400 24px/32px 'TAN - MEMORIES';
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 22px;
}

#product_temp_main .upsell_heading span {
    background: transparent linear-gradient(105deg, #724CE9 0%, #FF2277 100%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#product_temp_main .upsell_content {
    display: flex;
    align-items: center;
    background: white;
    padding: 6px 15px 7px 6px;
    border-radius: 4px;
}

#product_temp_main .upsell_img {
    display: flex;
    width: 100px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 14px;
}

#product_temp_main .upsell_title {
    font: normal normal normal 17px/20px Apercu Pro;
    margin-bottom: 6px;
}

#product_temp_main .upsell_price {
    font: normal normal 500 15px/18px Apercu Pro;
}

#product_temp_main .subs_freq {
    font: normal normal 400 15px/18px Apercu Pro;
    margin-top: -6px;
    margin-bottom: 3px;
}

#product_temp_main .upsell_add {
    width: 121px;
    height: 42px;
    display: flex;
    font: normal normal 500 16px/19px Apercu Pro;
    letter-spacing: 0.8px;
    color: #FFFFFF;
    /* background: #000000 0% 0% no-repeat padding-box; */
    background: linear-gradient(0deg, rgba(0, 227, 255, 1) 0%, rgba(114, 76, 233, 1) 50%, rgba(255, 34, 119, 1) 100%);
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    margin-left: 23px;
}

#product_temp_main .upsell_add:hover {
    filter: brightness(0.9);
}

#product_temp_main .upsell_info {
    width: calc(100% - 250px);
}

#product_temp_main .upsell_box {
    background: linear-gradient(180deg, rgba(0, 227, 255, 1) 0%, rgba(114, 76, 233, 1) 50%, rgba(255, 34, 119, 1) 100%);
    padding: 8px;
    border-radius: 5px;
    position: relative;
}

#product_temp_main .upsell_box::before {
    position: absolute;
    /* content: 'SAVE £67.00 WITH A BUNDLE'; */
    width: fit-content;
    white-space: nowrap;
    height: 27px;
    padding: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    left: 50%;
    top: 3px;
    transform: translate(-50%, -50%);
    font: normal normal bold 15px/18px Apercu Pro;
    letter-spacing: 0px;
    color: #FFFFFF;
    background: transparent linear-gradient(99deg, #00E3FF 0%, #724CE9 48%, #FF2277 100%) 0% 0% no-repeat padding-box;
    border-radius: 4px;
}
.product__reviews {
    margin-bottom: 10px !important;
}
#product_temp_main .accordion_header {
    font: normal normal normal 16px/21px Apercu Pro;
    letter-spacing: 0px;
    color: white;
    cursor: pointer;
    position: relative;
    padding: 20px 15px;
}

#product_temp_main .accordion_header::after {
   position: absolute;
    content: '';
    right: 18px;
    top: calc(50% - 13px);
    width: 20px;
    height: 20px;
    background-color: #000000;
    border-radius: 40px;
    filter: invert(1);
    transition: all .4s ease-in-out;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/cdn/shop/files/down-arrow-backup-2-svgrepo-com_2.svg?v=1749674015);
}

#product_temp_main .accordion_header.slided::after {
    transform: rotate(180deg);
}

#product_temp_main .accordion_body {
    font: normal normal normal 16px/21px Apercu Pro;
    letter-spacing: 0px;
    color: #1E1E1E;
    padding: 0 30px 20px;
    display: none;
}

#product_temp_main .accordion_body * {
    font-size: 16px !important;
  color: white
}

#product_temp_main .accordion_body h6 {
    margin: 0;
}

#product_temp_main .s_accor {
    background: #1A3E32;
    margin-bottom: 8px;
    border-radius: 12px;
}

#product_temp_main .p_info_accordion_holder {
    margin-bottom: 40px;
}

#product_temp_main .desc_below_video {
    text-align: center;
    font: normal normal normal 15px/21px Apercu Pro;
    letter-spacing: 0px;
    color: #2f2f2f;
    margin-bottom: 32px;
}

#product_temp_main .p_info_videowise {
    margin-bottom: 17px;
}

#product_temp_main .money_gua {
    font: normal normal 500 14px/17px Apercu Pro;
    width: fit-content;
    margin: auto;
    margin-bottom: 24px;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: left;
    background-image: url(pink__check.svg);
    color: #2f2f2f;
}

#product_temp_main .main_cta {
    height: 60px;
    border-radius: 10px;
    font: normal normal 500 21px/26px Apercu Pro;
    letter-spacing: 1.05px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    margin-bottom: 9px;
    background: #000000;
}

#product_temp_main .main_cta [data-available="false"] {
    display: none;
}

#product_temp_main .main_cta.sold_out [data-available="true"] {
    display: none;
}

#product_temp_main .main_cta.sold_out [data-available="false"] {
    display: inline;
}

#product_temp_main .main_cta.sold_out {
    background: #282828;
    cursor: not-allowed;
    pointer-events: none;
}

#product_temp_main .main_cta:hover {
    background: #282828;
}

#product_temp_main .order_eta {
    font: normal normal 500 14px/17px Apercu Pro;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 32px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: left;
    background-image: url(//spacegoods.com/cdn/shop/t/400/assets/truck.svg?v=39510020822971314481736326575);
}



body .s_sub_usp {
    background-image: url(//spacegoods.com/cdn/shop/t/400/assets/check-violet.svg?v=121176336516853493291736326594) !important;
}

#product_temp_main .p_price {
    font: normal normal 500 21px/26px Apercu Pro;
    margin-bottom: 16px;
}

#product_temp_main .p_price span.comp_price {
    text-decoration: line-through;
    padding-left: 1ch;
    color: #ff2277;
}

#product_temp_main .p_price span.saving_percent {
    color: #fff;
    margin-left: 1ch;
    background: #1A3E32;
    border-radius: 3px;
    font-size: 13px;
    padding: 4px 7px;
    position: relative;
    top: -4px;
}
.discount__percent{
   color: #fff;
    background: #1A3E32;
    border-radius: 3px;
    font-size: 13px;
    padding: 4px 7px;
}
/* .compare__price{
    color: rgba(255, 255, 255, 0.8);
} */

#product_temp_main .package_info {
    font: normal normal normal 15px/18px Apercu Pro;
    letter-spacing: 0px;
    color: #616161;
    margin-bottom: 8px;
}

#product_temp_main .p_desc {
    font: normal normal normal 18px/21px Apercu Pro;
    letter-spacing: 0px;
    color: #FF2277;
    margin-bottom: 2px;
}

#product_temp_main .focus_energy_calm {
    background: linear-gradient(90deg, rgba(255, 34, 119, 1), rgba(114, 76, 233, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font: normal normal 500 42px/52px Apercu Pro;
    margin-bottom: -5px;
}

#product_temp_main .p_title {
    font: normal normal normal 36px/43px Apercu Pro;
}

#product_temp_main .variants_picker {
    margin-bottom: 21px;
    border-radius: 15px;
    overflow: hidden;
    padding-top: 20px;
}

#product_temp_main .right_usp_holder {
    margin-bottom: 4px;
}

#product_temp_main .review_holder span {
    font: normal normal 500 14px/17px Apercu Pro;
    letter-spacing: 0px;
    color: #000000;
}

#product_temp_main .review_holder img {
    height: 15px;
    margin-right: 6px;
    position: relative;
    top: 3px;
}

#product_temp_main .review_holder {
    cursor: pointer;
}

@media screen and (max-width: 900px) {
    #product_temp_main .focus_energy_calm {
        font: normal normal 500 24px/30px Apercu Pro;
    }

    #product_temp_main .p_title {
        font: normal normal normal 28px/35px Apercu Pro;
    }

    #product_temp_main .p_desc {
        font: normal normal normal 15px/18px Apercu Pro;
    }

    #product_temp_main .package_info {
        font: normal normal normal 12px/14px Apercu Pro;
    }

    #product_temp_main .p_price {
        font: normal normal 500 16px/19px Apercu Pro;
    }

    #product_temp_main .s_r_usp {
        font: normal normal normal 15px/18px Apercu Pro;
        background-size: 21px;
        padding-left: 26px;
        margin-bottom: 8px;
    }

    #product_temp_main .variants_picker {}

    #product_temp_main .order_eta {
        font: normal normal 500 12px/14px Apercu Pro;
        padding-left: 22px;
        margin-bottom: 8px;
        background-size: 18px;
    }

    #product_temp_main .main_cta {
        height: 52px;
        font: normal normal 500 18px/22px Apercu Pro;
        letter-spacing: 0.9px;
    }

    #product_temp_main .money_gua {
        font: normal normal 500 13px/15px Apercu Pro;
        background-size: 13px;
        padding-left: 17px;
        margin-bottom: 28px;
    }

    #product_temp_main .p_info_videowise {
        margin-bottom: 24px;
    }

    #product_temp_main .desc_below_video {
        font: normal normal normal 14px/21px Apercu Pro;
        margin-bottom: 24px;
    }

    #product_temp_main .accordion_body {
        font: normal normal normal 15px/21px Apercu Pro;
    }

    #product_temp_main .accordion_header {
        font: normal normal normal 15px/21px Apercu Pro;
        padding: 16px 18px;
    }

    #product_temp_main .accordion_header::after {
        width: 18px;
        height: 18px;
        top: calc(50% - 12px);
    }

    #product_temp_main .upsell_box::before {
        font: normal normal normal 12px/14px Apercu Pro;
        top: 1px;
    }

    #product_temp_main .upsell_img img {
        max-width: 79px;
        max-height: 79px;
    }

    #product_temp_main .upsell_img {
        width: 79px;
        margin-right: 12px;
    }

    #product_temp_main .upsell_title {
        font: normal normal normal 14px/16px Apercu Pro;
    }

    #product_temp_main .upsell_price {
        font: normal normal 500 14px/17px Apercu Pro;
    }

    #product_temp_main .upsell_add {
        width: 86px;
        height: 38px;
        font: normal normal 500 14px/17px Apercu Pro;
        letter-spacing: 0.7px;
        margin-left: 19px;
    }

    #product_temp_main .upsell_info {
        width: calc(100% - 196px);
    }

    #product_temp_main .upsell_content {
        padding: 4px 12px 4px 4px;
    }

    #product_temp_main .upsell_box {
        padding: 4px;
    }

    #product_temp_main .upsell_heading {
        margin-bottom: 25px;
    }

    #product_temp_main .review_holder span {
        font-size: 12px;
        line-height: 1;
    }

    #product_temp_main .review_holder img {
        height: 13px;
        top: 2px;
    }

}

body.overlaid {
    overflow: hidden;
}

#product_temp_main .ingre_modal_overlay.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    z-index: 9;
}

#product_temp_main .ingre_modal {
    position: fixed;
    top: 100px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 11;
    border-radius: 12px;
    width: 82.56vw;
    max-width: 500px;
    overflow: hidden;
    display: none;
}

#product_temp_main .ingre_modal.active {
    display: block;
}

#product_temp_main .ingre_modal_overlay.active {
    display: block;
}

#product_temp_main .modal_image {
    /* display: none; */
}

#product_temp_main .modal_heading_wrapper {
    background: linear-gradient(106deg, #000 -6.65%, #282828 78.15%);
    display: flex;
    min-height: 45px;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
}

#product_temp_main .modal_heading {
    color: #FFF;
    text-align: center;
    font-family: "Apercu Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
}

#product_temp_main .close_btn_wrapper {
    width: 25px;
    height: 25px;
    flex: none;
    cursor: pointer;
}

#product_temp_main .close_btn_wrapper img {
    width: 100%;
    height: 100%;
    display: flex;
    object-fit: contain;
}

#product_temp_main .modal_item_text {
    color: #000;
    font-family: "Apercu Pro";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
}

#product_temp_main .modal_item_heading {
    display: flex;
    justify-content: space-between;
    background: #FFF;
    padding: 16px 15px;
    cursor: pointer;
    display: none;
}

#product_temp_main .modal_item {
    margin-bottom: 6px;
    border-radius: 6px;
    overflow: hidden;
}

#product_temp_main .modal_item_wrapper {
    padding: 28px 13px;
    background: #FEEEF5;
    max-height: 80vh;
    overflow: auto;
}

#product_temp_main .modal_open_image {
    width: 13px;
    height: 13px;
    transition: all .3s;
}

#product_temp_main .modal_open_image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

#product_temp_main .modal_item.active .modal_open_image {
    transform: rotate(45deg);
}

#product_temp_main .modal_image {
    padding: 10px;
    background: white;
    /* display: none; */
    border-top: 1px solid #F3F3F3;
}

#product_temp_main .modal_image img {
    display: block;
    width: 100%;
}

#product_temp_main .modal_item.hide {
    display: none !important;
}

#product_temp_main .ingre_btns {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width:767px) {
    #product_temp_main .ingre_modal {
        top: 50px;
    }
}


#product_temp_main .selectors_holder {
    display: flex;
    background: #E5F2F6;
    border-radius: 15px 15px 0 0;
    border-bottom: 1px solid #F1F9FC;
}

#product_temp_main .s_selector {
    display: flex;
    align-items: center;
    height: 73px;

    height: 93px;

    width: calc(50% + 70px);
    cursor: pointer;
    pointer-events: none;
}

#product_temp_main .s_selector>* {
    pointer-events: all;
}

#product_temp_main .s_selector[for="free_accessories"] {
    padding-left: 18px;
    padding-right: 80px;
    position: relative;
    border-radius: 15px 0 0 0;
}

#product_temp_main .s_selector[for="free_accessories"]::before {
    content: 'most popular';
    position: absolute;
    left: 40%;
    top: 0;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    padding: 6px 12px;
    border-radius: 6px 0px;
    font: normal normal normal 11px/8px Apercu Pro;
    background: #D6D6D6;
    color: #6E6E6E;
}

#product_temp_main .s_selector[for="free_accessories"].selected::before {
    background: transparent linear-gradient(110deg, #724CE9 0%, #FF2277 100%) 0% 0% no-repeat padding-box;
    color: white;
}

#product_temp_main .s_selector[for="no_accessories"] {
    margin-left: -100px;
    padding-left: 80px;
    padding-right: 10px;
    border-radius: 0 15px 0 0;
}

#product_temp_main .s_selector.selected {
    background-repeat: no-repeat;
    background-size: auto 100%;
}

#product_temp_main .s_selector[for="free_accessories"].selected {
    background-image: url(//spacegoods.com/cdn/shop/t/400/assets/radial_bg.png?v=53841012155975655591736326574);
    background-position: right;

}

#product_temp_main .s_selector[for="no_accessories"].selected {
    background-image: url(//spacegoods.com/cdn/shop/t/400/assets/radial_bg_right.png?v=114780604746303512971736326575);
    background-position: left;
}

#product_temp_main .selected_mark {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    border: 1px solid #000000;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

#product_temp_main .circle {
    width: 16px;
    height: 16px;
    background: transparent;
    border-radius: 100px;
}

#product_temp_main .s_selector.selected .circle {
    background: #FF2277;
}

#product_temp_main .selector_desc {
    font-family: Apercu Pro;
    font-size: 14px;
    line-height: 16px;
}

#product_temp_main span.styled {
    color: #717171;
    font-weight: bold;
}

#product_temp_main span.per-unit {
    font-style: italic;
}

#product_temp_main span.per-unit green {
    color: #02D869;
}

#product_temp_main span.per-unit blue {
    color: blue;
}

#product_temp_main span.per-unit pink {
    color: pink;
}

#product_temp_main span.per-unit purple {
    color: purple;
}

#product_temp_main span.per-unit black {
    color: #000;
}

#product_temp_main span.per-unit red {
    color: red;
}

#product_temp_main .first_later_price {
    background: transparent linear-gradient(100deg, #724CE9 0%, #FF2277 100%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 7px;
    font-weight: bold;
}

#product_temp_main .s_selector[for="free_accessories"].selected span.styled,
#product_temp_main .s_selector[for="no_accessories"].selected span.styled {
    background: transparent linear-gradient(100deg, #724CE9 0%, #FF2277 100%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* padding-left: 0.5ch; */
}

#product_temp_main span.subs_saving_price {
    padding: 0;
}

#product_temp_main span.one_time_price {
    font-weight: bold;
}

#product_temp_main .s_selector[for="no_accessories"].selected span.one_time_price {
    color: #FF2277;
}

#product_temp_main .selector_content_holder {
    background: white;
    padding: 21px 18px 32px;
}

#product_temp_main .save_with_subs {
    font: normal normal bold 15px/18px Apercu Pro;
    letter-spacing: 0px;
    color: #000000;
    padding-left: 26px;
    margin-bottom: 8px;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: left;
    background-image: url(//spacegoods.com/cdn/shop/t/400/assets/exchange.png?v=75127378779236955571736326583);
}

#product_temp_main .frequency {
    font-family: Apercu Pro;
    font-size: 15px;
    margin-bottom: 8px;
    text-transform: capitalize;
    font-weight: normal;
}

#product_temp_main select#selling_plan_picker {
    width: 100%;
    height: 60px;
    font-family: Apercu Pro;
    font-size: 16px;
    padding: 0 15px;
    border: none;
    border-radius: 4px;
    color: black;
}

#product_temp_main select#selling_plan_picker:focus-visible {
    outline: none;
}

#product_temp_main .subs_descr {
    font: normal normal normal 14px/18px Apercu Pro;
    letter-spacing: 0px;
    color: #7B7B7B;
    margin-bottom: 20px;
}

#product_temp_main .selling_plan_selector_holder {
    background: linear-gradient(102deg, rgba(114, 76, 233, 1) 0%, rgba(255, 34, 119, 1) 100%);
    padding: 6px;
    border-radius: 8px;
    margin-bottom: 19px;
}

#product_temp_main .s_quan_txt {
    font-family: Apercu Pro;
    font-size: 16px;
    display: flex;
    min-height: 50px;
    height: 100%;
    justify-content: center;
    width: 100%;
    align-items: center;
    background: white;
    cursor: pointer;
    border-radius: 6px;
    text-align: center;
}

#product_temp_main .quantity-option .s_quan_txt {
    justify-content: flex-start;
}

#product_temp_main .s_sub_quan_selector {
    background: #F3F3F3;
    padding: 6px;
    width: 100%;
    position: relative;
    border-radius: 8px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#product_temp_main .quantity-option .s_sub_quan_selector {
    padding: 4px;
}

#product_temp_main .s_sub_quan_selector.selected {
    /* background: linear-gradient(182deg, rgba(114,76,233,1) 0%, rgba(255,34,119,1) 100%); */
    background-image: url(https://cdn.shopify.com/s/files/1/0588/9307/4615/files/color_bg.png?v=1719500943);
    background-position: center;
    background-size: cover;
}

#product_temp_main .subs_quan_selector {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 13px;
    margin-top: 18px;
    margin-bottom: 48px;
}

#product_temp_main .s_sub_saving_badge:empty {
    display: none;
}

#product_temp_main .s_sub_saving_badge {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    border-radius: 3px;
    font: normal normal bold 12px / 12px Apercu Pro;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 4px 7px;
    background: #282828;
}

#product_temp_main .s_sub_quan_selector.selected .s_sub_saving_badge {
    background: #000000;
}

#product_temp_main .s_sub_usp {
    font: normal normal 500 14px/17px Apercu Pro;
    width: fit-content;
    margin: 0 10px 12px;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: left;
    background-image: url(//spacegoods.com/cdn/shop/t/400/assets/pink__check.svg?v=64305350446378273681736326584);
}

#product_temp_main .subs_usp_holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -12px;
}





@media screen and (max-width: 900px) {
    #product_temp_main .selected_mark {
        width: 19px;
        height: 19px;
        min-width: 19px;
        min-height: 19px;
        margin-right: 7px;
    }

    #product_temp_main .circle {
        width: 13px;
        height: 13px;
    }

    #product_temp_main .s_selector {
        height: 55px;

        height: 90px;

    }

    #product_temp_main .s_selector[for="free_accessories"] {
        padding-right: 60px;
        padding-left: 15px;
    }

    #product_temp_main .s_selector[for="no_accessories"] {
        margin-left: -90px;
        padding-left: 55px;
        padding-right: 0px;
    }

    #product_temp_main .s_selector[for="free_accessories"]::before {
        line-height: 1;
        left: 50%;
    }

    #product_temp_main .selector_desc {
        font-size: 13px;
        line-height: 16px;
        min-width: 130px;
    }

    #product_temp_main select#selling_plan_picker {
        height: 40px;
    }

    #product_temp_main .frequency {
        font-size: 14px;
        height: 100%;
    }

    #product_temp_main select#selling_plan_picker {
        font-size: 14px;
    }

    #product_temp_main .s_sub_usp {
        font-size: 13px;
        margin: 0 5px 8px;
    }

    #product_temp_main .s_quan_txt {
        font-size: 12px;
        /* min-height: 40px; */
        height: 100%;
    }

    #product_temp_main .quantity-option .s_quan_txt {
        justify-content: center;
    }

    #product_temp_main .s_sub_quan_selector {
        min-height: 60px;
    }

    #product_temp_main .subs_quan_selector {
        gap: 5px;
        margin-bottom: 28px;
    }

    #product_temp_main .s_sub_saving_badge {
        font-size: 10px;
        line-height: 1.3;
    }

}

.quantity-option .quantity-option-value {
    min-height: 60px;
}


.selector_content .subs_quan_selector {
    margin-top: 7px !important;
    margin-bottom: 28px !important;
}

.selector_content .frequency.only_one_option,
.selector_content .subs_quan_selector.only_one_option {
    display: none !important;
    /* border: 1px solid blue; */
}

.selector_content .frequency.Quantity {
    margin-bottom: 15px !important;
    text-transform: none;
    font: normal normal normal 15px Apercu Pro;
}

#product_temp_main .subs_selector_wrapper .per-serving {
    background: none !important;
    color: #000 !important;
    padding: 0;
    margin-top: 0;
    font-size: 12px;
}

#product_temp_main .no_accessories {
    display: block;
    font-family: "Apercu Pro";
    font-style: italic;
    font-weight: 500;
    line-height: 19px;
}

#product_temp_main .only-m {
    display: none;
}

#product_temp_main .subs_quan_selector.frequency-option .frequency-option-value {
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 0;
    width: 100%;
}

@media screen and (max-width: 1000px) {
    #product_temp_main .only-m {
        display: block;
    }

    #product_temp_main .only-d {
        display: none;
    }

    #product_temp_main .subs_quan_selector.quantity-option .quantity-option-value {
        flex-direction: column;
    }

    #product_temp_main .s_quan_only_quantity {
        width: 100%;
        background: #fff;
        color: #000;
        text-align: center;
        font-family: "Apercu Pro";
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: 9px;
        padding-top: 22px;
        padding-bottom: 5px;
    }

    #product_temp_main .quantity-option .variant-value-img {
        min-height: 53px;
        height: 53px;
        width: 100%;
        padding: 5px;
        justify-content: center;
    }

    #product_temp_main .quantity-option .variant-value-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
    }

    #product_temp_main .s_quan_free_accessories {
        width: 100%;
        background: #fff;
        color: #02D869;
        text-align: center;
        font-family: "Apercu Pro";
        font-size: 9px;
        font-style: normal;
        font-weight: 700;
        line-height: 6px;
        padding-bottom: 12px;
    }
}




.selector_content .subs_quan_selector {
    margin-top: 7px !important;
    margin-bottom: 28px !important;
}

.selector_content .frequency.only_one_option,
.selector_content .subs_quan_selector.only_one_option {
    display: none !important;
    /* border: 1px solid blue; */
}

.selector_content .frequency.Quantity {
    margin-bottom: 15px !important;
    text-transform: none;
    font: normal normal normal 15px Apercu Pro;
}

#product_temp_main .subs_selector_wrapper .per-serving {
    background: none !important;
    color: #000 !important;
    padding: 0;
    margin-top: 0;
    font-size: 12px;
}

#product_temp_main .no_accessories {
    display: block;
    font-family: "Apercu Pro";
    font-style: italic;
    font-weight: 500;
    line-height: 19px;
}

#product_temp_main .only-m {
    display: none;
}

#product_temp_main .subs_quan_selector.frequency-option .frequency-option-value {
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 0;
    width: 100%;
}

@media screen and (max-width: 1000px) {
    #product_temp_main .only-m {
        display: block;
    }

    #product_temp_main .only-d {
        display: none;
    }

    #product_temp_main .subs_quan_selector.quantity-option .quantity-option-value {
        flex-direction: column;
    }

    #product_temp_main .s_quan_only_quantity {
        width: 100%;
        background: #fff;
        color: #000;
        text-align: center;
        font-family: "Apercu Pro";
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: 9px;
        padding-top: 22px;
        padding-bottom: 5px;
    }

    #product_temp_main .quantity-option .variant-value-img {
        min-height: 53px;
        height: 53px;
        width: 100%;
        padding: 5px;
        justify-content: center;
    }

    #product_temp_main .quantity-option .variant-value-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
    }

    #product_temp_main .s_quan_free_accessories {
        width: 100%;
        background: #fff;
        color: #02D869;
        text-align: center;
        font-family: "Apercu Pro";
        font-size: 9px;
        font-style: normal;
        font-weight: 700;
        line-height: 6px;
        padding-bottom: 12px;
    }
}

/* main product css end here  */