<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 257:29 Expected ")" to end URL token
Line 910:29 Expected ")" to end URL token

**/
/* empty cart style */
.cart_header {
    height: 50px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EFEFEF;
    font: normal normal bold 17px/24px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
}

.moti_holder {
    height: 176px;
}

.cart_header span {
    font: normal normal bold 17px/1 Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    background: #1761FF;
    border-radius: 100px;
    width: 26px;
    height: 26px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

span.square {
    margin: 0 6px;
}

.empty_cart_content {
    padding: 0 15px;
    height: calc(100% - 227px);
    position: relative;
    /* border: 1px solid; */
    display: flex;
    flex-direction: column;
    overflow: auto;
}

.empty_tp_holder {
    font: normal normal bold 16px/25px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
}

.empty_tp_holder img {
    width: 295px;
    margin-top: 5px;
}

a.empty_cart_shop_all {
    text-align: center;
    font: normal normal bold 18px/21px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    background: #1761FF;
    width: 100%;
    display: flex;
    border-radius: 5px;
    height: 50px;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    margin-bottom: 16px;
}

.empty_upsells {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.empty_cart_heading {
    text-align: center;
    font: normal normal bold 21px/24px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 30px;
}

.empty_cart_links_holder {
    display: flex;
    margin-bottom: 43px;
    justify-content: space-between;
}

a.empty_cart_links {
    background-color: #F5F5F7;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* border: 1px solid; */
    width: calc(33.3% - 5px);
    padding: 11px 9px 12px;
}

a.empty_cart_links span {
    text-align: center;
    font: normal normal bold 15px/1 Montserrat;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    margin-top: 6px;
}

.empty_cart_desc {
    text-align: center;
    font: normal normal 500 16px/19px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 16px;
}

.empty_cart_usps_holder {
    display: flex;
    justify-content: space-between;
    margin-bottom: 17px;
}

.s_cart_usp {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #DFDFE1;
}

.s_cart_usp:last-of-type {
    border: none;
}

.s_cart_usp img {
    width: auto;
    height: 25px;
    margin-bottom: 7px;
}

.s_cart_usp span {
    text-align: center;
    font: normal normal bold 12px/14px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    padding: 0 5px;
}


@media screen and (max-width: 900px) {
    .cart_header {
        font-size: 15px;
        padding: 0 15px;
    }

    .moti_holder {
        height: 168px;
    }

    .cart_header span {
        width: 21px;
        height: 21px;
        font-size: 14px;
    }

    .empty_cart_heading {
        font-size: 18px;
        margin-bottom: 4px;
    }

    a.empty_cart_links {}

    .empty_cart_desc {
        font: normal normal 500 14px/19px Montserrat;
        margin-bottom: 24px;
    }

    .close_cart {
        width: 10px;
    }

    a.empty_cart_links span {
        font-size: 14px;
    }

    .empty_cart_links_holder {
        margin-bottom: 28px;
    }

    .empty_tp_holder {
        font: normal normal bold 14px/25px Montserrat;
    }

    .empty_tp_holder img {
        width: 272px;
        margin-top: 1px;
    }

    a.empty_cart_shop_all {
        font-size: 17px;
        margin-bottom: 12px;
    }

    .s_cart_usp span {
        font-size: 10px;
        line-height: 1.2;
    }

}



/* cart filled style */
.free_shipping_progress_bar {
    background: #F5F5F7;
    padding: 7.1px 0;
    border-top: 1px solid #DFDFE1;
    border-bottom: 1px solid #DFDFE1;
}

.freeshipping_bar_heading {
    text-align: center;
    font: normal normal 500 14px/19px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.freeshipping_bar_heading span {
    font-weight: bold;
}

.unlocked_msg {
    font-weight: 500;
    padding-left: 18px;
    background-size: 15px;
    background-position: left;
    background-repeat: no-repeat;
    background-image: url({{ 'green_check.svg' | asset_url }});
}

.motivator_holder {
    display: flex;
    margin: auto;
    width: 90%;
    margin-top: 10px;
    padding-bottom: 55px;

}

.hor_line {
    width: calc(100% - 55px);
    height: 20px;
    background: #dbdbdb;
    margin-top: 22px;
    margin-left: -3px;
    margin-right: -3px;
}

.hor_line.green {
    background: #1761FF;
}

.s_moti_box.first .hor_line,
.s_moti_box.last .hor_line {
    width: 26px;
}

.s_moti_box.first .hor_line {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.s_moti_box.last .hor_line {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.s_moti_box {
    display: flex;
}

.s_moti_box.not_first_or_last {
    width: 100%;
}

.moti_img {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 55px;
    height: 55px;
    background: #ffffff;
    border-radius: 100px;
    padding: 0px;
}

.moti_img img {
    border-radius: 100px;
}

.moti_green_circle {
    position: relative;
    width: 61px;
    height: 61px;
    border-radius: 100px;
}

.moti_circles_holder {
    position: relative;
}

.s_moti_block {
    position: relative;
}

.moti_txt {
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}


.moti_thre_price {
    font: normal normal bold 12px/19px Montserrat;
    color: black;
    white-space: nowrap;
}

.moti_thre_price {
    font: normal normal bold 12px/19px Montserrat;
    color: black;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 500;
}

.moti_title {
    font: normal normal 500 11px/13px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    margin: 0 -10px;
}

.free_shipping_percent_holder {
    background: #E4E4E4;
}

.threshold_percent {
    height: 6px;
    background: #000000;
    max-width: 100%;
}

.line_item {
    display: flex;
    /* align-items: center; */
    /* border-top: 1px solid #DFDFE1; */
    border-bottom: 1px solid #DFDFE1;
    padding: 16px 0 16px;
    position: relative;
}

.line_item.freegift {
    display: none;
}

.line_item:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
}

.lineitem_img_part {
    width: 105px;
}

a.line_item_title {
    text-decoration: none;
    display: flex;
    margin-bottom: 2px;
    font: normal normal bold 14px/17px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    padding-right: 30px;
}

.lineitem_var_title {
    margin-bottom: 9px;
    font: normal normal 500 14px/21px Montserrat;
    letter-spacing: 0px;
    color: #8B8B8B;
}

.quantity_and_price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.dis_promotor {
    background: #1761FF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    font: normal normal bold 12px/1.2 Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    justify-content: center;
    padding: 6px 5px;
    text-align: center;
}

.dis_promotor img {
    width: 21px;
    margin-right: 7px;
}

.line_item_price {
    font: normal normal 500 16px/25px Basier Square Mono;
    letter-spacing: 0px;
    color: #000000;
    margin-left: auto;
}

span.discounted_lineitem_p {
    color: #DA291C;
}

span.comp_lineitem_p {
    text-decoration: line-through;
    font: normal normal 500 13px/15px Basier Square Mono;
    letter-spacing: 0px;
    color: #8B8B8B;
    margin-right: 7px;
}

img.remove_cd_item {
    width: 15px;
    height: 18px;
    cursor: pointer;
}

.remove_lineitem {
    position: absolute;
    right: 20px;
    top: 20px;
}

.plus_holder,
.minus_holder {
    width: 32px;
    height: 32px;
    padding: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity_selector {
    display: flex;
    padding: 4px;
    display: flex;
    justify-content: center;
    width: 100px;
    height: 36px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #DFDFE1;
    border-radius: 3px;
    align-items: center;
    margin-right: 28px;
    user-select: none;
}

input.count {
    /* pointer-events: none; */
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    padding: 0;
    text-align: center;
    border: none;
    font: normal normal 500 16px / 1 Montserrat;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.lineitem_txt_part {
    padding-left: 10px;
    padding-right: 20px;
    width: calc(100% - 105px);
}

.your_rewards {
    font: normal normal 600 15px/21px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    display: flex;
    justify-content: space-between;
    margin-bottom: 11px;
}

.cart_subtotal {
    display: flex;
    justify-content: space-between;
    margin-bottom: 13px;
    font: normal normal bold 17px/21px Montserrat;
    letter-spacing: 0px;
    color: #000000;
}

.cart_subtotal .subtotal {
    text-transform: uppercase;
}

.go_to_checkout {
    width: 100%;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    margin-bottom: 12px;
    cursor: pointer;
    background: #17D260;
    border-radius: 5px;
    font: normal normal bold 17px/21px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.go_to_checkout:hover {
    background: #1761FF;
}

.go_to_checkout img {
    width: 14px;
    margin-right: 8px;
}

.secure_desc {
    width: 100px;
    font: normal normal bold 12px/13px Montserrat;
    letter-spacing: 0px;
    color: #000000;
}

.secure_payment_desc {
    display: flex;
}

.payment_img {
    width: calc(100% - 100px);
    display: flex;
    justify-content: flex-end;
}

.payment_img svg {
    width: 26px;
    stroke: unset;
    margin-left: 5px;
}

.payment_img svg:first-of-type {
    margin-left: 0;
}

.checkout_holder {
    padding: 15px 18px 16px;
    border-top: 1px solid #e8e8e8;
}

.cart_filled_content {
    position: relative;
    /* border: 1px solid blue; */
    height: calc(100% - 227px);
}

.cart_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.line_items_holder {
    height: calc(100% - 365px);
    overflow: auto;
    border-top: 1px solid #DFDFE1;
    /* border: 1px solid red; */
}

@media screen and (max-width: 900px) {
    .freeshipping_bar_heading {
        font-size: 13px;
    }

    .free_shipping_progress_bar {
        padding: 5.5px;

    }

    img.line_item_img {
        width: 100px;
    }

    a.line_item_title {
        font: normal normal bold 12px/17px Montserrat;
        margin-bottom: 6px;
    }

    .lineitem_var_title {
        font-size: 13px;
        margin-bottom: 9px;
        line-height: 1;
    }

    .dis_promotor {
        padding: 4px 5px;
        font: normal normal bold 10px/1.2 Montserrat;
    }

    .dis_promotor img {
        width: 19px;
        margin-right: 5px;
    }


    .line_item_price {
        font-size: 14px;
    }

    span.comp_lineitem_p {
        font-size: 11px;
    }

    .plus_holder,
    .minus_holder {
        width: 26px;
        height: 26px;
    }

    input.count {
        height: 26px;
        font: normal normal 600 14px/1 Montserrat;
    }

    .quantity_selector {
        padding: 3px;
    }

    img.remove_cd_item {
        width: 15px;
        height: 18px;
    }

    .remove_lineitem {
        right: 15px;
        top: 16px;
    }

    .lineitem_txt_part {
        padding-left: 14px;
        width: calc(100% - 95px);
        padding-right: 15px;
    }

    .line_item {
        margin-bottom: 6px;
        padding: 16px 0 12px;
    }

    .lineitem_img_part {
        width: 95px;
    }

    .cart_subtotal {
        font: normal normal 600 15px/21px Montserrat;
        margin-bottom: 9px;
    }

    .your_rewards {
        font: normal normal 500 13px/21px Montserrat;
        margin-bottom: 9px;
    }

    .checkout_holder {
        padding: 13px 15px;
    }

    .go_to_checkout {
        font-size: 16px;
    }

    .secure_desc {
        font: normal normal bold 12px/13px Montserrat;
    }

    .line_items_holder {
        height: calc(100% - 355px);
    }

    .cart_filled_content {
        height: calc(100% - 219px);
    }

    .s_moti_box.first .hor_line,
    .s_moti_box.last .hor_line {
        width: 20px;
    }

    .hor_line {
        width: calc(100% - 40px);
        height: 15px;
        margin-top: 16px;
        margin-left: -3px;
        margin-right: -3px;
    }

    .moti_green_circle {
        width: 45px;
        height: 45px;
    }

    .moti_img {
        width: 39px;
        height: 39px;
        left: 3px;
        top: 3px;
    }

    .moti_thre_price {
        font-size: 11px;
        font: normal normal 11px/15px Montserrat;
        font-weight: 500;
    }

    .moti_title {
        font-size: 11px;
        font: normal normal 11px/15px Montserrat;
        font-weight: 500;
    }


}

.motivator_holder {
    background-color: #F5F5F7;
}

.moti_holder {
    background-color: #F5F5F7;
    height: fit-content;
}



/* cart upsell style */
.upsell_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 20px;
    background: #EAEEF2;
}

.cart_upsell_swiper {
    background-color: #F5F5F7;

}

.upsell_title {
    font: normal normal bold 15px/18px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 0;
    min-height: 50px;
    display: block;
}

.upsell_slider_nav span {
    font: normal normal bold 14px/16px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    padding: 0 16px;
    white-space: nowrap;
}

.upsell_h_txt {
    font: normal normal bold 14px/14px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    /* max-width: 223px; */
}

.s_upsell_item {
    display: flex;
    padding: 18px 20px;
}

.upsell_img {
    width: 80px;
    height: 80px;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}

.upsell_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.upsell_right {
    padding: 0px 10px 0px 10px;
    width: 64%;
}

.upsell_price {
    font: normal normal 500 16px/15px Basier Square Mono;
    letter-spacing: 0px;
    color: black;
}

span.ori_upsell_price {
    text-decoration: line-through;
    font: normal normal 500 12px/15px Montserrat;
    letter-spacing: 0px;
    color: #8B8B8B;
    padding-left: 6px;
    position: relative;
    top: -2px;
}

.upsell_color {
    font: normal normal normal 13px/17px BR Hendrix;
    letter-spacing: 0px;
    color: #8E8E8E;
    margin-bottom: 10px;
}

.upsell_variants_holder {
    position: relative;
}

.upsell_variants_holder span.rippling_circle {
    position: absolute;
    left: 13px;
    top: 15px;
}

.upsell_variants {
    width: 100%;
    height: 40px;
    border: 1px solid black;
    border-radius: 0;
    margin-bottom: 6px;
    box-sizing: border-box;
    font: normal normal normal 14px/18px BR Hendrix;
    padding-left: 31px;
    outline: none !important;
    box-shadow: none !important;
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: calc(100% - 10px);
    background-image: url({{ 'dropdown.svg' | asset_url }});
}


.close_cart {
    cursor: pointer;
    width: 12px;
}

.upsell_cta {
    height: 45px;
    width: 82px;
    background: #000000;
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font: normal normal bold 15px/14px Montserrat;
    border-radius: 4px;
    background: #1761FF;
}

.upsell_cta:hover {
    background: #17E260;
}

.cart_upsells_holder {
    background: white;
    position: relative;
}

.upsell_slider_nav {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 24px;
    right: 24px;
    z-index: 7;
}

.upsell_slider_nav[data-cnt="1"] {
    display: none !important;
}

.upsell_slider_nav.hide_upsell {
    display: none;
}

.upsell_slider_nav img {
    width: 15px;
    cursor: pointer;
}

.close_upsell {
    cursor: pointer;
    width: 12px;
}

.close_upsell.hide_upsell {
    transform: rotate(45deg);
}

@media screen and (max-width: 900px) {
    .upsell_header {
        padding: 8px 15px;
    }

    .upsell_title {
        font: normal normal bold 13px/15px Montserrat;
        margin-bottom: 3px;
    }

    .upsell_price {
        font-size: 15px;
    }

    span.ori_upsell_price {
        font: normal normal normal 11px/15px Basier Square Mono;
    }

    .upsell_h_txt {
        font: normal normal bold 12px/14px Montserrat;
    }

    .close_upsell {
        width: 10px;
    }

    .upsell_slider_nav span {
        font-size: 12px;
        padding: 0 9px;
    }

    .upsell_color {
        font: normal normal normal 11px/14px BR Hendrix;
        margin-bottom: 20px;
    }

    .upsell_variants {
        height: 35px;
        font: normal normal normal 13px/1 BR Hendrix;
        padding-left: 25px;
    }

    .upsell_variants_holder span.rippling_circle {
        position: absolute;
        left: 10px;
        top: 12px;
    }

    .upsell_cta {
        width: 78px;
        height: 42px;
        font-size: 14px;
    }

    .upsell_img {
        width: 69px;
        height: 69px;
    }

}</pre></body></html>