.nr_cart_drawer_outer h1,
.nr_cart_drawer_outer h2,
.nr_cart_drawer_outer h3,
.nr_cart_drawer_outer h4,
.nr_cart_drawer_outer h5,
.nr_cart_drawer_outer p {
    font-family: Inter;
    line-height: 1.4em
}

.nr_cart_drawer_outer img {
    width: 100%
}

.nr_cart_drawer_outer {
    display: none;
    justify-content: flex-end;
    width: 100vw;
    height: 100%;
    background: #000000bf;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999999999999999999;
    transition: all .2s;
    opacity: 0
}

.nr_cart_drawer_outer.active {
    opacity: 1
}

.shopify-section .nr_cart_drawer_outer p,
.shopify-section .nr_cart_drawer_outer h3 {
    margin: 0
}

.nr_cart_drawer {
    max-width: 600px;
    background: #fc5656;
    height: 100%;
    width: 100%;
    position: relative;
    right: -700px;
    transition: ease-in .2s
}

.active .nr_cart_drawer {
    right: 0
}

.nr_cart_timer {
    padding: 4px 16px;
    background: #000;
    text-align: center
}

.nr_cart_timer p {
    font-size: 14px;
    color: #fff !important;
    font-weight: 500
}

.nr_cart_nav {
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px
}

.nr_cart_nav h3 {
    font-weight: 800
}

.nr_cart_goback {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer
}

.nr_cart_goback svg {
    width: 24px;
    height: 24px;
    fill: #fff
}

.nr_cart_progress {
    padding: 8px 16px;
    text-align: center
}

.nr_cart_progress_line {
    border-radius: 100px;
    width: 100%;
    background: #0006;
    position: relative;
    margin-top: 8px
}

.nr_cart_progress_inner {
    height: 6px;
    width: 50%;
    border-radius: 100px;
    background: #000;
    display: block !important;
    transition: all .2s
}

.nr_cart_progress_checkmark {
    position: absolute;
    width: 90px;
    height: 90px;
    top: -37px;
    left: 50%
}

.nr_cart_progress p {
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3em;
    color: #fff
}

cart-items {
    display: block;
    width: 100%;
    padding: 8px 16px
}

.nr_cart_upsell_label {
    border-bottom: 1px solid #F4F4F8;
    border-top: 1px solid #F4F4F8;
    padding: 6px 16px;
    background: #fff;
    text-align: center;
    position: relative
}

.nr_cart_upsell_label p {
    font-size: 14px
}

cart-upsell {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

cart-upsell .nr_pillow_upsell_img {
    width: 30%;
    padding: 16px
}

cart-upsell .nr_pillow_upsell_form {
    width: 75%;
    padding: 8px
}

cart-upsell .nr_pillow_upsell_message {
    width: 45%;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center
}

cart-upsell .nr_pillow_upsell_message p {
    font-size: 12px
}

.nr_pillow_upsell_btn {
    padding: 8px 16px;
    border-radius: 4px;
    background: #f04848;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    border: none;
    cursor: pointer;
    outline: none
}

.shopify-section .nr_pillow_upsell_form p {
    font-size: 18px;
    color: #fff;
    line-height: 1.4em
}

.nr_pillow_upsell_price span {
    font-size: 18px
}

.nr_pillow_upsell_price s {
    color: #000
}

.nr_pillow_upsell_selector {
    width: 100%;
    display: block;
    border-radius: 5px;
    border: 2px solid black;
    cursor: pointer;
    padding: 2px 4px;
    margin: 2px 0;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    background: #f4f4f8;
    color: #000;
    background-image: url()
}

.nr_cart_item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid white;
    padding-top: 6px;
    padding-bottom: 6px
}

.nr_cart_item>div:nth-child(1) {
    width: 25%;
    padding: 16px
}

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

.nr_cart_item>div:nth-child(3) {
    width: 30%
}

.shopify-section .nr_cart_item .nr_cart_item_title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px;
    max-width: 300px;
    color: #fff
}

.nr_cart_item .nr_cart_item_variant {
    font-size: 12px;
    margin: 0
}

.nr_cart_item .nr_cart_item_variant span {
    opacity: .6
}

.nr_cart_item .nr_cart_item_price {
    font-size: 18px;
    font-weight: 800;
    color: #fff
}

.nr_cart_item .nr_cart_item_price s {
    margin-left: 4px;
    margin-right: 4px;
    font-weight: 500;
    color: #000
}

.nr_cart_item_remove {
    cursor: pointer;
    text-align: right
}

.nr_cart_item.loading .nr_cart_item_remove p {
    display: none
}

.nr_cart_item_remove p {
    color: #000;
    height: 22px;
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 4px !important
}

.nr_cart_item_remove svg path {
    fill: #fff
}

.loading .nr_cart_item_remove svg {
    display: none
}

.nr_cart_item_remove.active svg path {
    fill: #000
}

.nr_cart_item_remove svg path {
    transition: all .2s
}

.nr_cart_item_quantity_cont {
    display: flex;
    max-width: 140px;
    margin-left: auto;
    border: 1px solid white;
    border-radius: 4px;
    height: 35px
}

.nr_cart_item_quantity_cont svg {
    width: 12px;
    fill: #fff
}

.nr_cart_item_quantity_cont .nr_cart_quantity_value {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-left: 1px solid white;
    border-right: 1px solid white
}

.nr_cart_item_quantity_cont .nr_cart_quantity_minus,
.nr_cart_item_quantity_cont .nr_cart_quantity_plus {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.nr_cart_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f04848;
    border-top: 1px solid white
}

.nr_cart_footer_component {
    padding: 8px;
    position: relative
}

.ech_cart_bg_wave {
    position: absolute;
    width: 100%;
    left: 0;
    top: -90px
}

.nr_cart_checkout_btn {
    background: #000;
    outline: none;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: none;
    width: 100%;
    padding: 12px 16px;
    margin-top: 4px;
    margin-bottom: 4px;
    font-weight: 800
}

.nr_cart_footer_timer {
    background: #f4f4f8;
    padding: 8px
}

.nr_cart_footer_timer p {
    text-align: center;
    margin: 0;
    font-size: 16px
}

.nr_cart_footer_terms {
    border: 1px solid #D5D5D5;
    position: relative;
    padding: 4px 8px 4px 40px
}

.nr_cart_footer_terms p.nr_cart_footer_terms_headline {
    font-size: 13px;
    margin: 0;
    font-weight: 800
}

.nr_cart_footer_terms p.nr_cart_footer_terms_note {
    font-size: 12px;
    line-height: 1.2em;
    margin: 0
}

.nr_cart_shipping_icon {
    position: absolute;
    left: 12px;
    top: 6px
}

.nr_cart_shipping_icon svg {
    fill: #4beb5e
}

.nr_cart_summary_line span.label {
    font-size: 10px
}

.nr_cart_summary_line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 0
}

.nr_cart_summary_line p {
    margin: 0;
    font-size: 18px;
    line-height: 1em;
    color: #000
}

.nr_cart_summary_line s {
    color: #000
}

.nr_cart_summary_line.nr_cart_total p,
.nr_cart_summary_prices {
    font-weight: 800;
    color: #fff
}

.nr_cart_summary_line.nr_cart_total s {
    color: #000
}

.nr_cart_summary_prices s {
    font-weight: 500;
    padding-left: 4px
}

.nr_cart-divider {
    border-bottom: 1px solid black;
    width: 100%;
    display: block !important
}

cart-drawer-content {
    height: calc(100% - 185px);
    overflow-y: scroll;
    display: block;
    padding-bottom: 40px
}

.shopify-section .nr_cart_drawer_outer cart-upsells h3 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 8px
}

@media only screen and (min-width:768px) {
    .nr_pillow_upsell_btn {
        min-width: 120px
    }
}

@media only screen and (max-width:768px) {
    .nr_pillow_upsell_btn {
        font-size: 14px
    }
    cart-upsell .nr_pillow_upsell_img {
        padding: 4px 0 4px 8px
    }
    cart-upsell .nr_pillow_upsell_form {
        padding: 4px 8px
    }
    cart-upsell .nr_pillow_upsell_message {
        padding: 4px 8px
    }
    cart-upsell.nr_cart_upsell_produktai_only .nr_pillow_upsell_message {
        width: 50%
    }
    cart-upsell .nr_pillow_upsell_message p {
        margin-top: 0
    }
    .nr_cart_item .nr_cart_item_price {
        font-size: 14px
    }
    .nr_cart_item .nr_cart_item_title {
        font-size: 12px
    }
    .nr_cart_goback {
        font-size: 14px
    }
    .nr_cart_drawer_outer h3 {
        font-size: 18px
    }
    .nr_cart_summary_line p {
        font-size: 14px
    }
    cart-drawer-content {
        height: calc(100% - 180px);
        overflow-y: scroll;
        display: block
    }
    .nr_cart_upsell_label p {
        font-size: 13px
    }
    .nr_cart_item>div:nth-child(1) {
        padding: 8px
    }
    .nr_cart_summary_line p:nth-child(1) {
        width: 100%
    }
    .nr_cart_summary_line.nr_cart_total p:nth-child(2) {
        width: 50%
    }
    .nr_cart_summary_line p:nth-child(2) {
        width: 60%;
        text-align: right
    }
    cart-items {
        padding-left: 8px;
        padding-right: 8px
    }
    .nr_cart_item>div:nth-child(1) {
        padding-left: 0;
        width: 30%
    }
    .ech_cart_bg_wave {
        top: -55px
    }
    .shopify-section .nr_cart_drawer_outer cart-upsells h3 {
        font-size: 16px
    }
    .nr_pillow_upsell_message span,
    .nr_pillow_upsell_btn {
        width: 100%
    }
    .shopify-section .nr_pillow_upsell_form p {
        font-size: 14px
    }
    .nr_pillow_upsell_price span {
        font-size: 16px;
        margin-top: 0
    }
}

.nr_cart_item_remove .loader {
    width: 20px;
    height: 20px;
    border: 2px solid black;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: none;
    box-sizing: border-box;
    animation: rotation 1s linear infinite
}

.nr_pillow_upsell_btn .loader {
    width: 10px;
    height: 10px;
    border: 2px solid white;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: none;
    box-sizing: border-box;
    animation: rotation 1s linear infinite
}

.loading.nr_cart_item .loader,
.loading.nr_pillow_upsell_btn .loader {
    display: inline-block
}

@keyframes rotation {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

.nr_pillow_upsell_price {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 8px
}

.nr_pillow_upsell_price span {
    font-weight: 800
}

.nr_pillow_upsell_label {
    text-decoration: underline
}

.nr_pillow_upsell_save__js {
    font-size: 20px;
    font-weight: 800
}

.Slide_cart_agree-checkbox_outer {
    width: 12px;
    height: 12px;
    border: 2px solid black;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff
}

.Slide_cart_agree_line.active svg {
    opacity: 1
}

.Slide_cart_agree_line svg {
    opacity: 0;
    transition: all .2s;
    width: 8px;
    fill: #000
}

.Slide_cart_agree_line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 5px;
    cursor: pointer
}

.Slide_cart_agree_line p {
    margin: 0 !important;
    font-size: 12px
}

.nr_pillow_upsell_badge {
    background: #000;
    color: #fff;
    font-size: 12px !important;
    border-radius: 4px;
    font-weight: 500 !important;
    padding: 8px 16px;
    line-height: 1em
}

.slick-dots li button:before {
    display: none
}

.theme-ajax-cart {
    display: none !important
}

.nr_cart_headline {
    font-size: 16px;
    font-weight: 800;
    margin: 0;
    padding-left: 8px;
    padding-top: 4px;
    padding-right: 8px
}

.nr_cart_checkout_btn svg {
    fill: #fff;
    width: 12px;
    position: relative;
    top: 1px
}

.shopify-section p.ech_cart_title {
    font-weight: 800;
    color: #000;
    font-size: 18px
}

.shopify-section .nr_cart_summary_line.nr_cart_total p {
    font-size: 18px
}

.shopify-section p.ech_cart_title span {
    color: #000;
    font-weight: 400
}

cart-summary-items {
    position: relative;
    z-index: 2
}

@media only screen and (max-width:768px) {
    .shopify-section p.ech_cart_title,
    .shopify-section .nr_cart_summary_line.nr_cart_total p {
        font-size: 14px
    }
    .nr_cart_summary_line.nr_cart_total p:nth-child(2) {
        width: 60%
    }
}

cart-upsells {
    padding: 16px 16px 8px;
    display: block
}

cart-upsells cart-upsell {
    margin-bottom: 16px;
    border-radius: 16px;
    background: #0006;
    overflow: hidden;
    border-bottom: none;
    box-shadow: 0 0 10px #0000001a;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px
}

#kaktusc-app,
.kaktusc-cart-icon {
    display: none !important
}

.nr_cart_open_trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    position: fixed;
    right: 24px;
    top: 24px;
    z-index: 9999;
    background: #191919;
    cursor: pointer;
    border-radius: 50%
}

.nr_cart_open_trigger svg {
    width: 30px;
    height: 30px;
    fill: #fff
}

.nr_cart_ot_inn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

@media only screen and (max-width:768px) {
    .nr_cart_open_trigger {
        right: 16px;
        top: 16px
    }
}

.nr_cart_drawer .slick-dots li {
    border: 1px solid white;
    border-radius: 50%;
    width: 10px;
    height: 10px
}

.nr_cart_drawer .slick-dots li.slick-active {
    background: #fff
}

.nr_cart_reserved,
.nr_cart_empty {
    display: none
}

.nr_cart_summary_line.nr_save p {
    color: #fff;
    font-size: 16px;
    margin-top: 6px;
    margin-bottom: 6px
}

.nr_cart_summary_line.nr_save p svg {
    width: 16px
}

.nr_cart_units {
    font-size: 16px;
    opacity: .4
}

@media only screen and (max-width:768px) {
    .shopify-section .nr_cart_item .nr_cart_item_title {
        font-size: 14px
    }
    .nr_pillow_upsell_badge {
        padding: 4px 8px
    }
    .nr_cart_item>div:nth-child(3) {
        width: 40%
    }
    .nr_cart_drawer {
        max-width: 95%
    }
    .nr_pillow_upsell_badge {
        display: inline-block;
        margin-top: 6px
    }
    .nr_cart_item {
        gap: 8px
    }
    .shopify-section .nr_pillow_upsell_form p {
        flex-wrap: wrap
    }
    .nr_cart_checkout_btn {
        font-size: 18px
    }
}

.nr_cart_upsell_card.hided {
    display: none
}

cart-drawer {
    display: none !important
}

.pu_outer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    background: #000000b3;
    padding: 24px;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999999999
}

.pu_inner {
    padding: 24px;
    background: #fff;
    border-radius: 12px;
    width: 100%;
    height: auto;
    max-height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
    max-width: 900px
}

.pu_outer h1,
.pu_outer p,
.pu_outer h2 {
    color: #000
}

.pu_outer h1 {
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    margin: 0
}

.pu_timer {
    width: calc(100% + 48px);
    margin-left: -24px;
    background: #cff7d5;
    padding: 4px;
    margin-top: 16px;
    margin-bottom: 16px
}

.pu_inner p {
    text-align: center;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    font-family: Inter
}

.pu_inner p span {
    color: #f04848
}

.pu_content {
    display: flex;
    align-items: center;
    gap: 32px
}

.pu_content>div:nth-child(1) {
    width: 75%
}

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

.pu_content img {
    width: 100%;
    display: block
}

.pu_reviews_line {
    display: flex;
    align-items: center;
    gap: 12px
}

.pu_reviews_line img {
    max-width: 100px;
    width: 100%
}

.pu_reviews_line p {
    margin: 0;
    font-size: 12px;
    font-family: Inter;
    font-weight: 300
}

.pu_pdp_title {
    font-weight: 700;
    margin: 8px 0;
    font-size: 22px
}

.pu_body_text p {
    font-size: 14px;
    font-family: Inter;
    font-weight: 300;
    margin: 6px 0;
    line-height: 1.4em;
    text-align: left
}

.pu_price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin: 12px auto
}

.pu_price s {
    font-size: 16px;
    color: #262626;
    line-height: 1em
}

.pu_price p {
    color: #f04848;
    font-weight: 700;
    margin: 0;
    font-size: 24px;
    line-height: 1em
}

.pu_price span {
    font-size: 14px;
    color: #fff;
    background: #39dd05;
    padding: 4px 6px;
    border-radius: 4px;
    font-weight: 700;
    line-height: 1em
}

.pu_grid_line {
    display: flex;
    align-items: center;
    gap: 4px
}

.pu_grid_line span:nth-child(1) {
    width: 10%
}

.pu_grid_line span:nth-child(2) {
    width: 100%
}

.pu_grid_line img {
    max-width: 18px
}

.pu_grid {
    display: grid;
    gap: 4px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 12px;
    margin-bottom: 12px
}

.pu_inner .pu_grid p {
    text-align: left
}

.pu_grid_line p {
    font-size: 12px;
    line-height: 1.3em
}

.pu_atc_btn,
.pu_atc_btn_hb,
.pu_atc_btn_fa,
.pu_atc_btn_eb,
.pu_atc_btn_ul,
.pu_atc_btn_hb_video,
.pu_atc_btn_bfcm,
.pu_atc_btn_mega {
    display: block;
    width: 100%;
    padding: 12px;
    border-radius: 4px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background: #f04848;
    cursor: pointer;
    margin-top: 12px;
    transition: all .2s
}

.pu_atc_btn:hover,
.pu_atc_btn_hb:hover,
.pu_atc_btn_ul:hover,
.pu_atc_btn_fa:hover,
.pu_atc_btn_eb:hover,
.pu_atc_btn_hb_video_hover,
.pu_atc_btn_bfcm:hover,
.pu_atc_btn_mega:hover {
    transform: scale(.97)
}

.pu_inner p.pu_decline_btn,
.pu_inner p.pu_decline_btn_hb,
.pu_inner p.pu_decline_btn_fa,
.pu_inner p.pu_decline_btn_eb,
.pu_inner p.pu_decline_btn_ul,
.pu_inner p.pu_decline_btn_hb_video,
.pu_inner p.pu_decline_btn_bfcm,
.pu_inner p.pu_decline_btn_mega {
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    text-decoration: underline;
    margin-top: 8px;
    margin-bottom: 0;
    font-weight: 300
}

@media only screen and (max-width:768px) {
    .pu_content {
        flex-wrap: wrap;
        flex-direction: column-reverse
    }
    .pu_outer h1 {
        font-size: 16px
    }
    .pu_inner p {
        font-size: 12px
    }
    .pu_reviews_line p {
        font-size: 10px
    }
    .pu_inner {
        padding: 12px
    }
    .pu_pdp_title {
        font-size: 18px
    }
    .pu_grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 0
    }
    .pu_inner {
        max-height: 100%
    }
    .pu_price p {
        font-size: 20px
    }
}

.gf_custom_atc_btn__js,
.gf_custom_atc_btn__js___hb_100,
.gf_custom_atc_btn__js___fa_100,
.gf_custom_atc_btn__js___hb,
.gf_custom_atc_btn__js___eb,
.gf_custom_atc_btn__js___ul,
.gf_custom_atc_btn__js___video,
.gf_custom_atc_btn__js___bfcm,
.gf_custom_atc_btn__js___mega {
    font-weight: 700;
    background-color: #f04848;
    color: #fff;
    border-radius: 10px;
    padding-top: 14px;
    font-size: 18px;
    padding-bottom: 14px;
    text-align: center;
    cursor: pointer
}

.gf_custom_atc_btn__js.product_page_btn,
.gf_custom_atc_btn__js___hb.product_page_btn,
.gf_custom_atc_btn__js___hb_100.product_page_btn,
.gf_custom_atc_btn__js___fa_100.product_page_btn,
.gf_custom_atc_btn__js___eb.product_page_btn,
.gf_custom_atc_btn__js___ul.product_page_btn,
.gf_custom_atc_btn__js___video.product_page_btn,
.gf_custom_atc_btn__js___bfcm.product_page_btn,
.gf_custom_atc_btn__js___mega.product_page_btn {
    font-weight: 700;
    background-color: #f04b4b;
    color: #fff;
    border-radius: 14px;
    padding-top: 14px;
    font-size: 22px;
    padding-bottom: 14px;
    text-align: center;
    cursor: pointer
}

.gf_custom_atc_btn__js.gf_custom_atc_btn__js.product_page_btn.statics,
.gf_custom_atc_btn__js___hb.product_page_btn.static,
.gf_custom_atc_btn__js___hb_100.product_page_btn.statics,
.gf_custom_atc_btn__js___fa_100.product_page_btn.statics,
.gf_custom_atc_btn__js___eb.product_page_btn.statics,
.gf_custom_atc_btn__js___video.product_page_btn.statics,
.gf_custom_atc_btn__js___ul.product_page_btn.statics,
.gf_custom_atc_btn__js___bfcm.product_page_btn.statics,
.gf_custom_atc_btn__js___mega.product_page_btn.statics {
    background: #3fccd9 !important
}

@media only screen and (max-width:1200px) {
    .gf_custom_atc_btn__js.product_page_btn,
    .gf_custom_atc_btn__js___hb.product_page_btn,
    .gf_custom_atc_btn__js___hb_100.product_page_btn,
    .gf_custom_atc_btn__fa___hb_100.product_page_btn,
    .gf_custom_atc_btn__fa___eb.product_page_btn,
    .gf_custom_atc_btn__js___video.product_page_btn,
    .gf_custom_atc_btn__js___mega.product_page_btn,
    .gf_custom_atc_btn__js___bfcm.product_page_btn {
        font-weight: 700;
        background-color: #f04b4b;
        color: #fff;
        border-radius: 12px;
        padding-top: 14px;
        font-size: 18px;
        padding-bottom: 12px;
        text-align: center;
        cursor: pointer
    }
}

@media only screen and (max-width:768px) {
    .gf_custom_atc_btn__js,
    .gf_custom_atc_btn__js___hb,
    .gf_custom_atc_btn__js___hb_100,
    .gf_custom_atc_btn__js___fa_100,
    .gf_custom_atc_btn__js___eb,
    .gf_custom_atc_btn__js___video,
    .gf_custom_atc_btn__js___ul,
    .gf_custom_atc_btn__js___mega,
    .gf_custom_atc_btn__js___bfcm {
        font-weight: 700;
        background-color: #f04848;
        color: #fff;
        border-radius: 10px;
        padding-top: 10px;
        font-size: 16px;
        padding-bottom: 10px;
        text-align: center;
        cursor: pointer
    }
    .gf_custom_atc_btn__js.product_page_btn,
    .gf_custom_atc_btn__js___hb.product_page_btn,
    .gf_custom_atc_btn__js___hb_100.product_page_btn,
    .gf_custom_atc_btn__js___fa_100.product_page_btn,
    .gf_custom_atc_btn__js___eb.product_page_btn,
    .gf_custom_atc_btn__js___video.product_page_btn,
    .gf_custom_atc_btn__js___ul.product_page_btn,
    .gf_custom_atc_btn__js___mega.product_page_btn,
    .gf_custom_atc_btn__js___bfcm.product_page_btn {
        font-weight: 700;
        background-color: #f04b4b;
        color: #fff;
        border-radius: 14px;
        font-size: 22px;
        text-align: center;
        cursor: pointer;
        padding: 14px 24px;
        line-height: 1.3em
    }
}

.hidden_atc_default_button {
    display: none !important
}

.nr_Cart_up_car[data="300list"] {
    display: none
}

.nr_cart_subtext_info {
    font-weight: 200;
    color: #fff;
    font-size: 13px
}

@media only screen and (max-width:768px) {
    .nr_cart_subtext_info {
        font-size: 12px
    }
}

.nr_cart_story_upsells {
    display: flex;
    width: 100%;
    padding: 8px;
    background: #31dbce;
    border-radius: 6px;
    gap: 12px;
    margin-top: 8px;
    cursor: pointer;
    display: none !important
}

.nr_cart_story_upsells>div:nth-child(2) {
    width: 100%;
    display: flex;
    align-items: center
}

.nr_cart_story_info p {
    margin: 0;
    font-size: 16px;
    font-weight: 600
}

.nr_cart_story_info span {
    background: #000;
    color: #fff;
    padding: 2px 8px;
    border-radius: 4px
}

.nr_cart_story_checkbox.active {
    background: #fff
}

.nr_cart_story_checkbox.active svg {
    opacity: 1
}

.nr_cart_story_checkbox {
    width: 24px;
    height: 24px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    border-radius: 4px;
    cursor: pointer
}

.nr_cart_story_checkbox svg {
    fill: #000;
    width: 16px;
    height: 16px;
    opacity: 0
}

.nr_cart_divider_bot {
    display: block !important;
    border-bottom: 1px solid white;
    margin-top: 12px
}

@media only screen and (max-width:768px) {
    .nr_cart_story_info p {
        font-size: 12px
    }
}

.nr_cart_announcment_itm {
    background: #000;
    text-align: center;
    padding: 6px;
    border-radius: 4px
}

.nr_cart_announcment_itm p {
    color: #fff;
    margin: 0;
    font-size: 12px
}

.gem_saas_atc {
    display: block;
    line-height: 1.3em;
    font-size: 20px;
    font-weight: 700;
    padding: 16px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: center
}

.gem_saas_atc.monthly {
    color: #000;
    background: #fff
}

.gem_saas_atc.annual {
    color: #fff;
    background: #f34d4f
}

/*# sourceMappingURL=/cdn/shop/t/4/assets/nr-cart.css.map?v=120361916271668255771740986888 */