/* https://lifegivingstore.com/wp-content/plugins/simple-sales-tax/build/style-tax-exemption-block.css?ver=8.4.16 */
@keyframes spinner__animation{0%{animation-timing-function:cubic-bezier(0.5856, 0.0703, 0.4143, 0.9297);transform:rotate(0deg)}100%{transform:rotate(360deg)}}
@keyframes loading__animation{100%{transform:translateX(100%)}}
.wp-block-simple-sales-tax-tax-exemption{margin:1.5em 0}
.wp-block-simple-sales-tax-tax-exemption .wc-block-components-title.wc-block-components-title{margin-bottom:1em}
.wp-block-simple-sales-tax-tax-exemption .wc-block-components-text-input{margin-top:1em}
.wp-block-simple-sales-tax-tax-exemption .sst-certificate-selection-help{margin:.5em 0 0;color:#5f6368;font-size:.875em;line-height:1.45}
.wp-block-simple-sales-tax-tax-exemption .sst-radio-group{margin-top:1em}
.wp-block-simple-sales-tax-tax-exemption .sst-radio-group label{display:block;margin-bottom:.5em}
.wp-block-simple-sales-tax-tax-exemption .sst-radio-group .wc-block-components-radio-control label{padding-left:2em}
.wp-block-simple-sales-tax-tax-exemption .sst-radio-group .wc-block-components-radio-control label input{left:0}
.wp-block-simple-sales-tax-tax-exemption a{display:block;margin:1em 0}
@keyframes spinner__animation{0%{animation-timing-function:cubic-bezier(0.5856, 0.0703, 0.4143, 0.9297);transform:rotate(0deg)}100%{transform:rotate(360deg)}}
@keyframes loading__animation{100%{transform:translateX(100%)}}
.has-dark-controls .wc-blocks-components-select .wc-blocks-components-select__container{background-color:rgba(0,0,0,.1);color:#fff}
.has-dark-controls .wc-blocks-components-select .wc-blocks-components-select__container:focus{background-color:rgba(0,0,0,.1);color:#fff}
.has-error .wc-blocks-components-select .wc-blocks-components-select__container{border-color:#cc1818}
.has-dark-controls .wc-blocks-components-select .wc-blocks-components-select__select{border-color:rgba(255,255,255,.4);color:#fff}
.has-dark-controls .wc-blocks-components-select .wc-blocks-components-select__select:focus{border-color:currentColor}
.has-error .wc-blocks-components-select .wc-blocks-components-select__select{color:#cc1818}
.has-dark-controls .wc-blocks-components-select .wc-blocks-components-select__label{color:rgba(255,255,255,.6)}
.has-error .wc-blocks-components-select .wc-blocks-components-select__label{color:#cc1818}
.has-dark-controls .wc-blocks-components-select .wc-blocks-components-select__expand{fill:#fff}
.has-error .wc-blocks-components-select .wc-blocks-components-select__expand{fill:#cc1818}
@keyframes spinner__animation{0%{animation-timing-function:cubic-bezier(0.5856, 0.0703, 0.4143, 0.9297);transform:rotate(0deg)}100%{transform:rotate(360deg)}}
@keyframes loading__animation{100%{transform:translateX(100%)}}

/* https://lifegivingstore.com/wp-content/plugins/self-service-dashboard-for-woocommerce-subscriptions/functions/assets/css/frontend.css?ver=3.4.0 */
.ssd-modal-wrapper{
    z-index: 9999;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    display: none;
    overflow-x: scroll;
    background: #EEEEEE;
}
#ssd-modal-content{
    padding-top: 90px;
    height: 100%;
    background: #EEEEEE;
}
.ssd-show{
    display: block !important;
}
.ssd-modal{
    position: relative;
    padding: 20px 15px;
    background: #EEEEEE;
    color: #000000;
    text-align: center;
    height: 100vh;
}
.ssd-close-modal,.ssd-shipping-close-modal{
    display: inline-block;
    float: right;
    margin-right: 45px;
}
.ssd-close-modal-link{
    cursor: pointer;
    padding: 5px;
}
.ssd-search-modal{
    display: inline-block;
}
.ssd-search-modal-header{
    position: fixed;
    background: #EEEEEE;
    top: 0;
    width: 100%;
    z-index: 999;
    padding-top: 40px;
    padding-bottom: 20px;
}
#ssd-modal-content .bos4w-or-subscribe,#ssd-shipping-modal-content .bos4w-or-subscribe{
    display: none;
}
.ssd-shipping-modal-wrapper{
    z-index: 9999;
    position: fixed;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 400px;
    bottom: 0;
    display: none;
    overflow-x: scroll;
    background: #EEEEEE;
}
.ssd-shipping-modal{
    position: relative;
    padding: 20px 15px;
    background: #EEEEEE;
    color: #000000;
    text-align: center;
}
.ssd-cancellation-modal-wrapper{
    z-index: 9999;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    display: none;
    overflow-x: scroll;
    background: rgba(0, 0, 0, 0.6);
    align-items: center;
    justify-content: center;

    &.ssd-hide {
        display: none;
    }

    &.ssd-show {
        display: flex !important;
    }

    .ssd-cancellation-modal {
        position: relative;
        padding: 35px 20px 20px 20px;
        border-radius: 10px;
        text-align: center;
        height: auto;
        color: #000;
        background-color: rgba(255, 255, 255, .9);
        border: 1px solid #adadad;
        backdrop-filter: blur(10px);
        width: 100%;
        max-width: 350px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        @media screen and (max-width: 768px) {
            width: 100%;
            min-width: 100vw;
            height: 100vh;
            min-height: 100vh;
            max-height: 100vh;
            overflow-y: auto;
            padding: 40px 20px;
            box-sizing: border-box;
            border-radius: 0;
            border: none;
        }
    }

    #ssd-cancellation-modal-content {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;

        .ssd-cancellation-reasons-wrap {
            width: 100%;
        }
    }

    h3 {
        text-align: center;
        font-weight: bold;
        margin: 0 0 15px 0;
    }

    p {
        font-size: 14px;
        margin: 0;
    }

    .ssd-cancellation-close-modal {
        position: absolute;
        top: 5px;
        right: 5px;
    }

    .ssd-reasons-list {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 15px;

        .ssd-reason-item {
            position: relative;
            margin: 0 !important;
            padding: 0;
            background: rgba(255, 255, 255, .7);
            border-radius: 6px;
            border: 1px solid #fff;
            backdrop-filter: blur(10px);
            cursor: pointer;
            transition: .34s;

            label {
                margin: 0;
                padding: 8px 12px;
                justify-content: center;
            }

            span {
                font-size: 16px;
                text-align: center;
                color: #2d2d2d;
                transition: .34s;
            }

            input {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                opacity: 0;
                visibility: hidden;
            }

            &:hover {
                background-color: rgb(0, 0, 0);
                border-color: #000;

                span {
                    color: #fff;
                }
            }

            &.selected {
                background-color: rgb(0, 0, 0);
                border-color: #000;

                span {
                    color: #fff;
                }
            }
        }
    }

    #ssd-confirm-cancel {
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 14px;
        border-radius: 4px;
        background-color: var(--wc-primary);
        color: var(--wc-primary-text);
        border: none;
        transition: .34s;
        cursor: pointer;

        &:hover {
            transform: scale(1.05, 1.05);
        }

        &:disabled {
            pointer-events: none;
            opacity: .6;
        }
    }

}

/* https://lifegivingstore.com/wp-content/plugins/woocommerce/assets/css/jquery-ui/jquery-ui.min.css?ver=4.8.0 */
.ui-helper-hidden{display:none}
.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}
.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}
.ui-datepicker .ui-datepicker-prev-hover{left:1px}
.ui-datepicker .ui-datepicker-next-hover{right:1px}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}
.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}
.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}
.ui-selectmenu-open{display:block}
.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}
.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #999;background:#dadada url(https://lifegivingstore.com/wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121}
.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#212121;text-decoration:none}
.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(https://lifegivingstore.com/wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121}
.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}
.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(https://lifegivingstore.com/wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-icons_454545_256x240.png)}
.ui-state-active .ui-icon{background-image:url(https://lifegivingstore.com/wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-icons_454545_256x240.png)}
.ui-icon-folder-collapsed{background-position:0 -96px}
.ui-icon-folder-open{background-position:-16px -96px}
.ui-icon-mail-open{background-position:-96px -96px}
.ui-widget-overlay{background:#aaa url(https://lifegivingstore.com/wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}

/* https://lifegivingstore.com/wp-content/plugins/woocommerce-subscriptions/build/apfs-frontend.css?ver=9.2.0 */
@font-face{font-family:FontAwesomeSATT;font-style:normal;font-weight:400;src:url(https://lifegivingstore.com/wp-content/plugins/woocommerce-subscriptions/build/fonts/fa-apfs.950c61cc.eot);src:url(https://lifegivingstore.com/wp-content/plugins/woocommerce-subscriptions/build/fonts/fa-apfs.950c61cc.eot?#iefix&v=2.2.0) format("embedded-opentype"),url(https://lifegivingstore.com/wp-content/plugins/woocommerce-subscriptions/build/fonts/fa-apfs.5047ee64.woff2) format("woff2"),url(https://lifegivingstore.com/wp-content/plugins/woocommerce-subscriptions/build/fonts/fa-apfs.2ad2b22d.woff) format("woff"),url(https://lifegivingstore.com/wp-content/plugins/woocommerce-subscriptions/build/fonts/fa-apfs.eb9ebfc8.ttf) format("truetype"),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5Db3B5cmlnaHQgKEMpIDIwMTkgYnkgb3JpZ2luYWwgYXV0aG9ycyBAIGZvbnRlbGxvLmNvbTwvbWV0YWRhdGE+CjxkZWZzPgo8Zm9udCBpZD0iZmEtYXBmcyIgaG9yaXotYWR2LXg9IjEwMDAiID4KPGZvbnQtZmFjZSBmb250LWZhbWlseT0iZmEtYXBmcyIgZm9udC13ZWlnaHQ9IjQwMCIgZm9udC1zdHJldGNoPSJub3JtYWwiIHVuaXRzLXBlci1lbT0iMTAwMCIgYXNjZW50PSI4NTAiIGRlc2NlbnQ9Ii0xNTAiIC8+CjxtaXNzaW5nLWdseXBoIGhvcml6LWFkdi14PSIxMDAwIiAvPgo8Z2x5cGggZ2x5cGgtbmFtZT0icGx1cy1yZWd1bGFyIiB1bmljb2RlPSImI3hlODAwOyIgZD0iTTcxOSA0MTNoLTI4MXYyODFjMCAxNy0xNCAzMS0zMiAzMWgtNjJjLTE3IDAtMzEtMTQtMzEtMzF2LTI4MWgtMjgyYy0xNyAwLTMxLTE0LTMxLTMydi02MmMwLTE3IDE0LTMxIDMxLTMxaDI4MnYtMjgyYzAtMTcgMTQtMzEgMzEtMzFoNjJjMTggMCAzMiAxNCAzMiAzMXYyODJoMjgxYzE3IDAgMzEgMTQgMzEgMzF2NjJjMCAxOC0xNCAzMi0zMSAzMnoiIGhvcml6LWFkdi14PSI3NTAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0icGx1cy1zb2xpZCIgdW5pY29kZT0iJiN4ZTgwMTsiIGQ9Ik04MTMgNDQ0aC0yODJ2MjgxYzAgMzUtMjggNjMtNjIgNjNoLTYzYy0zNCAwLTYyLTI4LTYyLTYzdi0yODFoLTI4MWMtMzUgMC02My0yOC02My02M3YtNjJjMC0zNSAyOC02MyA2My02M2gyODF2LTI4MWMwLTM1IDI4LTYzIDYyLTYzaDYzYzM0IDAgNjIgMjggNjIgNjN2MjgxaDI4MmMzNCAwIDYyIDI4IDYyIDYzdjYyYzAgMzUtMjggNjMtNjIgNjN6IiBob3Jpei1hZHYteD0iODc1IiAvPgoKPGdseXBoIGdseXBoLW5hbWU9ImNhbGVuZGFyLXBsdXMtcmVndWxhciIgdW5pY29kZT0iJiN4ZTgwMjsiIGQ9Ik02NTYgMjgwdi00N2MwLTEzLTEwLTI0LTIzLTI0aC0xNDl2LTE0OGMwLTEzLTEwLTIzLTIzLTIzaC00N2MtMTMgMC0yMyAxMC0yMyAyM3YxNDhoLTE0OWMtMTMgMC0yMyAxMS0yMyAyNHY0N2MwIDEzIDEwIDIzIDIzIDIzaDE0OXYxNDljMCAxMyAxMCAyMyAyMyAyM2g0N2MxMyAwIDIzLTEwIDIzLTIzdi0xNDloMTQ5YzEzIDAgMjMtMTAgMjMtMjN6IG0yMTkgMzUxdi02ODdjMC01Mi00Mi05NC05NC05NGgtNjg3Yy01MiAwLTk0IDQyLTk0IDk0djY4N2MwIDUyIDQyIDk0IDk0IDk0aDk0djEwMmMwIDEzIDEwIDIzIDIzIDIzaDc4YzEzIDAgMjQtMTAgMjQtMjN2LTEwMmgyNTB2MTAyYzAgMTMgMTAgMjMgMjMgMjNoNzhjMTMgMCAyNC0xMCAyNC0yM3YtMTAyaDkzYzUyIDAgOTQtNDIgOTQtOTR6IG0tOTQtNjc2djU4M2gtNjg3di01ODNjMC02IDUtMTEgMTItMTFoNjY0YzYgMCAxMSA1IDExIDExeiIgaG9yaXotYWR2LXg9Ijg3NSIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJjYWxlbmRhci1wbHVzLXNvbGlkIiB1bmljb2RlPSImI3hlODAzOyIgZD0iTTg1MiA1MzhoLTgyOWMtMTIgMC0yMyAxMC0yMyAyM3Y3MGMwIDUyIDQyIDk0IDk0IDk0aDk0djEwMmMwIDEzIDEwIDIzIDIzIDIzaDc4YzEzIDAgMjQtMTAgMjQtMjN2LTEwMmgyNTB2MTAyYzAgMTMgMTAgMjMgMjMgMjNoNzhjMTMgMCAyNC0xMCAyNC0yM3YtMTAyaDkzYzUyIDAgOTQtNDIgOTQtOTR2LTcwYzAtMTMtMTAtMjMtMjMtMjN6IG0tODI5LTYzaDgyOWMxMyAwIDIzLTEwIDIzLTIzdi01MDhjMC01Mi00Mi05NC05NC05NGgtNjg3Yy01MiAwLTk0IDQyLTk0IDk0djUwOGMwIDEzIDExIDIzIDIzIDIzeiBtNjE4LTI3M2MwIDEzLTExIDIzLTI0IDIzaC0xMTd2MTE3YzAgMTMtMTAgMjQtMjMgMjRoLTc5Yy0xMiAwLTIzLTExLTIzLTI0di0xMTdoLTExN2MtMTMgMC0yNC0xMC0yNC0yM3YtNzljMC0xMiAxMS0yMyAyNC0yM2gxMTd2LTExN2MwLTEzIDExLTI0IDIzLTI0aDc5YzEzIDAgMjMgMTEgMjMgMjR2MTE3aDExN2MxMyAwIDI0IDExIDI0IDIzdjc5eiIgaG9yaXotYWR2LXg9Ijg3NSIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJjYWxlbmRhci1jaGVjay1yZWd1bGFyIiB1bmljb2RlPSImI3hlODA0OyIgZD0iTTc4MSA3MjVoLTkzdjEwMmMwIDEzLTExIDIzLTI0IDIzaC03OGMtMTMgMC0yMy0xMC0yMy0yM3YtMTAyaC0yNTB2MTAyYzAgMTMtMTEgMjMtMjQgMjNoLTc4Yy0xMyAwLTIzLTEwLTIzLTIzdi0xMDJoLTk0Yy01MiAwLTk0LTQyLTk0LTk0di02ODdjMC01MiA0Mi05NCA5NC05NGg2ODdjNTIgMCA5NCA0MiA5NCA5NHY2ODdjMCA1Mi00MiA5NC05NCA5NHogbS0xMS03ODFoLTY2NGExMiAxMiAwIDAgMC0xMiAxMXY1ODNoNjg3di01ODNhMTIgMTIgMCAwIDAtMTEtMTF6IG0tMTA0IDM5MmwtMjc4LTI3NmMtOS05LTI0LTktMzMgMGwtMTQ2IDE0OGMtMTAgOS05IDI0IDAgMzNsNDQgNDRjOSA5IDI0IDkgMzMgMGw4Ni04NyAyMTcgMjE1YzEwIDkgMjQgOSAzMyAwbDQ0LTQ0YzEwLTkgMTAtMjQgMC0zM3oiIGhvcml6LWFkdi14PSI4NzUiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0iY2FsZW5kYXItY2hlY2stc29saWQiIHVuaWNvZGU9IiYjeGU4MDU7IiBkPSJNODUyIDUzOGgtODI5Yy0xMiAwLTIzIDEwLTIzIDIzdjcwYzAgNTIgNDIgOTQgOTQgOTRoOTR2MTAyYzAgMTMgMTAgMjMgMjMgMjNoNzhjMTMgMCAyNC0xMCAyNC0yM3YtMTAyaDI1MHYxMDJjMCAxMyAxMCAyMyAyMyAyM2g3OGMxMyAwIDI0LTEwIDI0LTIzdi0xMDJoOTNjNTIgMCA5NC00MiA5NC05NHYtNzBjMC0xMy0xMC0yMy0yMy0yM3ogbS04MjktNjNoODI5YzEzIDAgMjMtMTAgMjMtMjN2LTUwOGMwLTUyLTQyLTk0LTk0LTk0aC02ODdjLTUyIDAtOTQgNDItOTQgOTR2NTA4YzAgMTMgMTEgMjMgMjMgMjN6IG02NTEtMTg3bC01NSA1NWMtOSA5LTI0IDktMzMgMGwtMjA3LTIwNS05MCA5MGMtOSAxMC0yNCAxMC0zMyAwbC01NS01NWMtOS05LTktMjMgMC0zM2wxNjEtMTYyYzktMTAgMjQtMTAgMzMtMWwyNzkgMjc4YzEwIDkgMTAgMjMgMCAzM3oiIGhvcml6LWFkdi14PSI4NzUiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0iZmxhdF8yIiB1bmljb2RlPSImI3hlODA2OyIgZD0iTTUzMiAzOTNjLTQxIDAtNzUgMzQtNzUgNzUgMCA0MSAzNCA3NSA3NSA3NSA0MSAwIDc1LTM0IDc1LTc1IDAtNDEtMzQtNzUtNzUtNzV6IG0wIDEyMGMtMjUgMC00NS0yMC00NS00NSAwLTI1IDIwLTQ1IDQ1LTQ1IDI1IDAgNDUgMjAgNDUgNDUgMCAyNS0yMCA0NS00NSA0NXogbTIwLTQ1YzAtMTEtOS0yMC0yMC0yMC0xMSAwLTIwIDktMjAgMjAgMCAxMSA5IDIwIDIwIDIwIDExIDEgMjAtOSAyMC0yMHogbTY1Ny0yOGgtNTIydjU3aDUyM3YtNTd6IG0tNjc3LTI4M2MtNDEgMC03NSAzNC03NSA3NSAwIDQxIDM0IDc1IDc1IDc1IDQxIDAgNzUtMzQgNzUtNzUgMC00MS0zNC03NS03NS03NXogbTAgMTIwYy0yNSAwLTQ1LTIwLTQ1LTQ1IDAtMjUgMjAtNDUgNDUtNDUgMjUgMCA0NSAyMCA0NSA0NSAwIDI1LTIwIDQ1LTQ1IDQ1eiBtMjAtNDVjMC0xMS05LTIwLTIwLTIwLTExIDAtMjAgOS0yMCAyMHM5IDIwIDIwIDIwYzExIDAgMjAtOSAyMC0yMHogbTY1Ny0yOWgtNTIydjU3aDUyM3YtNTd6IiBob3Jpei1hZHYteD0iMTY2NyIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJncm91cGVkXzIiIHVuaWNvZGU9IiYjeGU4MDc7IiBkPSJNNTMyIDM4MWMtNDEgMC03NSAzMy03NSA3NCAwIDQyIDM0IDc1IDc1IDc1IDQxIDAgNzUtMzMgNzUtNzUgMC00MS0zNC03NC03NS03NHogbTAgMTIwYy0yNSAwLTQ1LTIwLTQ1LTQ2IDAtMjQgMjAtNDUgNDUtNDUgMjUgMCA0NSAyMCA0NSA0NSAwIDI1LTIwIDQ2LTQ1IDQ2eiBtMjAtNDZjMC0xMS05LTIwLTIwLTIwLTExIDAtMjAgMTAtMjAgMjAgMCAxMiA5IDIwIDIwIDIwIDExIDAgMjAtOSAyMC0yMHogbS0yMC0yODVjLTQxIDAtNzUgMzMtNzUgNzUgMCA0MSAzNCA3NCA3NSA3NCA0MSAwIDc1LTMzIDc1LTc0IDAtNDItMzQtNzUtNzUtNzV6IG0wIDEyMGMtMjUgMC00NS0yMC00NS00NSAwLTI1IDIwLTQ2IDQ1LTQ2IDI1IDAgNDUgMjAgNDUgNDYgMCAyNS0yMCA0NS00NSA0NXogbTIwLTQ1YzAtMTItOS0yMC0yMC0yMC0xMSAwLTIwIDktMjAgMjAgMCAxMSA5IDIwIDIwIDIwIDExIDAgMjAtOSAyMC0yMHogbTY1NyAyMTdoLTUyMnY1N2g1MjN2LTU3eiBtLTE4Mi0xM2gtMzQwdi01N2gzNDB2NTd6IG0xODItMTQxaC01MjJ2LTU3aDUyM3Y1N3ogbS0xODItNzBoLTM0MHYtNTdoMzQwdjU3eiIgaG9yaXotYWR2LXg9IjE2NjciIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0iZmxhdF8zIiB1bmljb2RlPSImI3hlODA4OyIgZD0iTTUzMiA1MTJjLTQxIDAtNzUgMzMtNzUgNzUgMCA0MSAzNCA3NCA3NSA3NCA0MSAwIDc1LTMzIDc1LTc0IDAtNDItMzQtNzUtNzUtNzV6IG0wIDEyMGMtMjUgMC00NS0yMC00NS00NSAwLTI1IDIwLTQ2IDQ1LTQ2IDI1IDAgNDUgMjAgNDUgNDYgMCAyNC0yMCA0NS00NSA0NXogbTAtMzU3Yy00MSAwLTc1IDM0LTc1IDc1IDAgNDEgMzQgNzUgNzUgNzUgNDEgMCA3NS0zNCA3NS03NSAwLTQxLTM0LTc1LTc1LTc1eiBtMCAxMjBjLTI1IDAtNDUtMjAtNDUtNDUgMC0yNSAyMC00NSA0NS00NSAyNSAwIDQ1IDIwIDQ1IDQ1IDAgMjUtMjAgNDUtNDUgNDV6IG0wLTM1NmMtNDEgMC03NSAzMy03NSA3NCAwIDQyIDM0IDc1IDc1IDc1IDQxIDAgNzUtMzMgNzUtNzUgMC00MS0zNC03NC03NS03NHogbTAgMTIwYy0yNSAwLTQ1LTIwLTQ1LTQ2IDAtMjQgMjAtNDUgNDUtNDUgMjUgMCA0NSAyMCA0NSA0NSAwIDI1LTIwIDQ2LTQ1IDQ2eiBtMjAgNDI4YzAtMTItOS0yMC0yMC0yMC0xMSAwLTIwIDktMjAgMjAgMCAxMSA5IDIwIDIwIDIwIDExIDAgMjAtOSAyMC0yMHogbS0yMC0yMTdjLTExIDAtMjAtOS0yMC0yMHM5LTIwIDIwLTIwYzExIDAgMjAgOSAyMCAyMHMtOSAyMC0yMCAyMHogbTAtMjM3Yy0xMSAwLTIwLTktMjAtMjAgMC0xMSA5LTIwIDIwLTIwIDExIDAgMjAgMTAgMjAgMjAgMCAxMi05IDIwLTIwIDIweiBtNjc3IDQyNWgtNTIydjU3aDUyM3YtNTd6IG0wLTE4MGgtNTIydi01N2g1MjN2NTd6IG0wLTIzNmgtNTIydi01N2g1MjN2NTd6IiBob3Jpei1hZHYteD0iMTY2NyIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJncm91cGVkXzMiIHVuaWNvZGU9IiYjeGU4MDk7IiBkPSJNNDYxIDU3NmMtNDIgMC03NSAzMy03NSA3NSAwIDQxIDMzIDc0IDc1IDc0IDQxIDAgNzQtMzMgNzQtNzQgMC00Mi0zMy03NS03NC03NXogbTAgMTIwYy0yNSAwLTQ2LTIwLTQ2LTQ1IDAtMjUgMjAtNDYgNDYtNDYgMjQgMCA0NSAyMCA0NSA0NiAwIDI1LTIwIDQ1LTQ1IDQ1eiBtMjAtNDVjMC0xMi05LTIwLTIwLTIwLTExIDAtMjAgOS0yMCAyMHMxMCAyMCAyMCAyMGMxMSAwIDIwLTkgMjAtMjB6IG02NTggNjNoLTUyNHYtNTdoNTI0djU3eiBtLTE4Mi03MGgtMzQydi01N2gzNDF2NTd6IG0tNDk2LTI3OGMtNDIgMC03NSAzMy03NSA3NSAwIDQxIDMzIDc0IDc1IDc0IDQxIDAgNzQtMzMgNzQtNzQgMC00Mi0zMy03NS03NC03NXogbTAgMTE5Yy0yNSAwLTQ2LTIwLTQ2LTQ1IDAtMjUgMjAtNDUgNDYtNDUgMjQgMCA0NSAyMCA0NSA0NSAwIDI1LTIwIDQ1LTQ1IDQ1eiBtMjAtNDRjMC0xMi05LTIwLTIwLTIwLTExIDAtMjAgOS0yMCAyMCAwIDExIDEwIDIwIDIwIDIwIDExIDAgMjAtMTAgMjAtMjB6IG02NTggNjNoLTUyNHYtNTdoNTI0djU3eiBtLTE4Mi03MWgtMzQydi01NmgzNDF2NTZ6IG0zMzgtNDU4aC05MjR2MTcyaDkyNHYtMTcyeiBtLTg5NCAyNWg4NjZ2MTIzaC04NjZ2LTEyM3ogbTc2MCA3OWg3NmwtMzgtNDAtMzggNDB6IG0tNDA4IDExNGgtMzgydjY0aDM4MnYtNjR6IiBob3Jpei1hZHYteD0iMTY2NyIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJncm91cGVkX3NlbGVjdCIgdW5pY29kZT0iJiN4ZTgwYTsiIGQ9Ik0xMjk1IDIwOGgtOTI0djE3M2g5MjR2LTE3M3ogbS04OTQgMjVoODY2djEyMmgtODY2di0xMjJ6IG03NjAgODBoNzZsLTM4LTQwLTM4IDQweiBtLTQwOCAxMTNoLTM4MnY2NGgzODJ2LTY0eiIgaG9yaXotYWR2LXg9IjE2NjciIC8+CjwvZm9udD4KPC9kZWZzPgo8L3N2Zz4K#fontawesomesatt) format("svg")}
.wcsatt-options-product-dropdown{margin:0 0 .5em}
.wcsatt-options-product-dropdown--hidden,ul.wcsatt-options-product--hidden{display:none}
.wcsatt-options-product-prompt--hidden{display:none}
.subscription-details-hidden .product-addon-totals .wc-pao-subtotal-line .subscription-details{display:none}
.wcsatt-add-cart-to-subscription-options .woocommerce-orders-table__cell-subscription-products-overview ul,.wcsatt-add-to-subscription-options .woocommerce-orders-table__cell-subscription-products-overview ul{list-style-type:none;margin:0;padding:0}
body.single-product.woocommerce div.product.elementor.has-subscription-plans form.cart div.woocommerce-variation-add-to-cart,body.single-product.woocommerce div.product.elementor.has-subscription-plans form.cart.variations_form,body.single-product.woocommerce div.product.elementor.has-subscription-plans form.cart:not(.grouped_form):not(.variations_form){display:block}
.woocommerce-subscriptions-apfs-product__trial{margin-bottom:0}
.woocommerce-subscriptions-apfs-product__trial+.woocommerce-subscriptions-apfs-product__signup-fee{margin-top:0}
.woocommerce-subscriptions-apfs-product__signup-fee,.woocommerce-subscriptions-apfs-product__trial{color:inherit;display:block;font-size:.9em}
.woocommerce-subscriptions-product-details>p{margin-bottom:1em;margin-top:0}
.woocommerce-subscriptions-product-details__trial:not(:last-child){margin-bottom:0}
.single_variation_wrap.wcsatt-variation-has-details .woocommerce-variation-price .price{margin-bottom:0!important}

/* https://lifegivingstore.com/wp-content/plugins/saveto-wishlist-lite-for-woocommerce/assets/css/savetowishlist-frontend-styles.css?ver=1.1.4 */
button.save-to-wishlist-button .stw-icon-heart.hover-icon,button.save-to-wishlist-cart-button .stw-icon-heart.hover-icon{
    display: none;
}
button.save-to-wishlist-button:hover .stw-icon-heart.hover-icon,button.save-to-wishlist-button.stw-active .stw-icon-heart.hover-icon,button.save-to-wishlist-cart-button:hover .stw-icon-heart.hover-icon{
    display: inline-block;
}
button.save-to-wishlist-button.stw-active .stw-icon-heart.selected-icon{
    display: none;
}
button.save-to-wishlist-button .stw-icon-solid.hover-icon,button.save-to-wishlist-cart-button .stw-icon-solid.hover-icon{
    display: none;
}
button.save-to-wishlist-button:hover .stw-icon-solid.hover-icon,button.save-to-wishlist-button.stw-active .stw-icon-solid.hover-icon,button.save-to-wishlist-cart-button:hover .stw-icon-solid.hover-icon{
    display: inline-block;
}
button.save-to-wishlist-button.stw-active .stw-icon-solid.selected-icon{
    display: none;
}
button.save-to-wishlist-button .stw-icon-minimal.hover-icon,button.save-to-wishlist-cart-button .stw-icon-minimal.hover-icon{
    display: none;
}
button.save-to-wishlist-button:hover .stw-icon-minimal.hover-icon,button.save-to-wishlist-button.stw-active .stw-icon-minimal.hover-icon,button.save-to-wishlist-cart-button:hover .stw-icon-minimal.hover-icon{
    display: inline-block;
}
button.save-to-wishlist-button.stw-active .stw-icon-minimal.selected-icon{
    display: none;
}
button.save-to-wishlist-button img.stw-icon.stw-icon-shape-custom.hover-icon,button.save-to-wishlist-cart-button img.stw-icon.stw-icon-shape-custom.hover-icon{
    display: none;
}
button.save-to-wishlist-button:hover img.stw-icon.stw-icon-shape-custom.hover-icon,button.save-to-wishlist-button.stw-active img.stw-icon.stw-icon-shape-custom.hover-icon,button.save-to-wishlist-cart-button:hover img.stw-icon.stw-icon-shape-custom.hover-icon{
    display: inline-block;
}
button.save-to-wishlist-button.stw-active img.stw-icon.stw-icon-shape-custom.selected-icon{
    display: none;
}
button.save-to-wishlist-button:hover img.stw-icon.stw-icon-shape-custom.hover-icon,button.save-to-wishlist-button.stw-active img.stw-icon.stw-icon-shape-custom.hover-icon,button.save-to-wishlist-cart-button:hover img.stw-icon.stw-icon-shape-custom.hover-icon{
    transform: scale(1.15);
}
.stw-wishlist-button-style-icon_and_text.stw-active,.stw-wishlist-button-style-solid_and_text.stw-active,.stw-wishlist-button-style-minimal_and_text.stw-active{
    background: var(--hover-background-color) !important;
    color: var(--hover-text-color) !important;
}
.stw-wishlist-button-style-text_only.stw-active,.stw-wishlist-button-style-icon_and_text_pill.stw-active,.stw-wishlist-button-style-solid_and_text_pill.stw-active,.stw-wishlist-button-style-minimal_and_text_pill.stw-active{
    color: var(--hover-text-color) !important;
    background: var(--hover-background-color) !important;
    border-color: var(--hover-border-color) !important;
}
[class*="stw-wishlist-button-placement-cart_item"]{
    margin-top: 0.5rem;
    display: block;
    width: 100%;
    position: relative; 
}
.stw-modal{
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}
.stw-modal-content{
    background-color: #fefefe;
    margin: 15% auto 0;
    border: 1px solid #888;
    width: 80%;
    max-width: 350px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.stw-modal-header{
    padding: 2px 16px;
    background-color: #f6646a;
    color: #ffffff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.stw-modal-body{
    padding: 40px 16px 20px;
}
.stw-modal-body p{
    margin: 0;
}
.stw-modal-footer{
    padding: 0px 16px 20px 16px;
}
.stw-close{
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.stw-close:hover,.stw-close:focus{
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.stw-modal-button{
    background-color: #f6646a;
    color: #ffffff;
    padding: 5px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
    border-radius: 3px;
}
.stw-modal-button:hover{
    opacity: 1;
}
.save-to-wishlist-multiple-lists-container.stw-multiple-lists-hidden{
    opacity: 0 !important;
    transform: translateY(-10px) !important;
    pointer-events: none !important;
}
.save-to-wishlist-button.stw-active+.save-to-wishlist-multiple-lists-container{
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(-10px) !important;
}
@media screen and (max-width: 600px){.stw-modal-content{
        margin: 5% auto;
        width: 95%;
    }
}
@media (hover: none) and (pointer: coarse){.stw-mobile-lists-backdrop{
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
        z-index: 99998;
        -webkit-tap-highlight-color: transparent;
    }
.stw-mobile-lists-backdrop.stw-active{
        display: block;
    }
.save-to-wishlist-multiple-lists-container.stw-multiple-lists-open{
        opacity: 1 !important;
        transform: none !important;
        pointer-events: auto !important;
        position: fixed !important;
        top: auto !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        min-width: 100% !important;
        border-radius: 16px 16px 0 0 !important;
        padding: 8px 24px 32px !important;
        z-index: 99999 !important;
        box-sizing: border-box !important;
        box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.18) !important;
    }
.save-to-wishlist-multiple-lists-container.stw-multiple-lists-open::before{
        content: '';
        display: block;
        width: 40px;
        height: 4px;
        background: #ddd;
        border-radius: 2px;
        margin: 8px auto 16px;
    }
.save-to-wishlist-multiple-lists-container.stw-multiple-lists-open .save-to-wishlist-multiple-lists-button{
        font-size: 15px;
        font-weight: 600;
    }
.save-to-wishlist-multiple-lists-container.stw-multiple-lists-open .save-to-wishlist-multiple-lists-button-content select{
        font-size: 16px;
        padding: 10px 8px;
    }
}

/* https://lifegivingstore.com/wp-content/themes/lifegivingstore/assets/fonts/inter.css?ver=1.7.1 */
@font-face{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://lifegivingstore.com/wp-content/themes/lifegivingstore/assets/fonts/./Inter-Variable-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://lifegivingstore.com/wp-content/themes/lifegivingstore/assets/fonts/./Inter-Variable-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
body{
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
    sans-serif;
}

/* https://lifegivingstore.com/wp-content/themes/lifegivingstore/dist/style.css?ver=1.7.1 */
:root{--color-primary-50:#e6f4fc;--color-primary-100:#cce9f9;--color-primary-200:#99d3f3;--color-primary-300:#66bded;--color-primary-400:#33a7e7;--color-primary-500:#0191d4;--color-primary-600:#0170b9;--color-primary-700:#015a94;--color-primary-800:#01456f;--color-primary-900:#012f4a;--color-primary:#0170b9;--color-secondary-50:#fef2f2;--color-secondary-100:#fde8e8;--color-secondary-200:#fbd0d1;--color-secondary-300:#f7a8aa;--color-secondary-400:#f0787c;--color-secondary-500:#e63d43;--color-secondary-600:#d12027;--color-secondary-700:#af1a20;--color-secondary-800:#90161b;--color-secondary-900:#771419;--color-secondary:#d12027;--color-neutral-50:#fafafa;--color-neutral-100:#f5f5f5;--color-neutral-200:#e5e5e5;--color-neutral-300:#d4d4d4;--color-neutral-400:#a3a3a3;--color-neutral-500:#737373;--color-neutral-600:#525252;--color-neutral-700:#404040;--color-neutral-800:#262626;--color-neutral-900:#171717;--color-success-50:#ecfdf5;--color-success-100:#d1fae5;--color-success-500:#10b981;--color-success-600:#059669;--color-success-700:#047857;--color-success-800:#065f46;--color-success:#059669;--color-error-50:#fef2f2;--color-error-100:#fee2e2;--color-error-500:#ef4444;--color-error-600:#dc2626;--color-error-700:#b91c1c;--color-error-800:#991b1b;--color-error:#dc2626;--color-warning-50:#fffbeb;--color-warning-100:#fef3c7;--color-warning-500:#f59e0b;--color-warning-600:#d97706;--color-warning-700:#b45309;--color-warning:#d97706;--color-page-bg:#f5f7fa;--color-rating:#eab308;--fs-display-lg:3rem;--lh-display-lg:1.1;--fs-display:2.25rem;--lh-display:1.2;--fs-title:1.5rem;--lh-title:1.3;--fs-title-sm:1.25rem;--lh-title-sm:1.35;--fs-subtitle:1.125rem;--lh-subtitle:1.45;--fs-body-lg:1.125rem;--lh-body-lg:1.65;--fs-body:1rem;--lh-body:1.65;--fs-body-sm:0.9375rem;--lh-body-sm:1.55;--fs-small:0.875rem;--lh-small:1.5;--fs-caption-lg:0.8125rem;--lh-caption-lg:1.45;--fs-caption:0.75rem;--lh-caption:1.4;--fs-micro:0.6875rem;--lh-micro:1.35;--fs-display-fluid-xl:clamp(2.5rem,6vw,3.75rem);--fs-display-fluid-lg:clamp(2rem,5vw,2.75rem);--fs-display-fluid:clamp(1.375rem,3vw,1.75rem);--fs-display-fluid-sm:clamp(1.875rem,1.25rem + 2.5vw,2.625rem);--fs-title-fluid:clamp(1.125rem,2.5vw,1.375rem);--radius-card:0.75rem;--radius-pill:9999px;--shadow-soft:0 1px 3px rgba(0,0,0,.05);--shadow-soft-lg:0 4px 12px rgba(0,0,0,.06);--shadow-hero:0 24px 48px -12px rgba(0,0,0,.08);--checkout-fs-body:1rem;--checkout-fs-emphasis:1.125rem;--checkout-lh-tight:1.25;--checkout-lh-normal:1.5}
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }
::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }
*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}
:after,:before{--tw-content:""}
:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}
body{margin:0;line-height:inherit}
h1,h2,h3,h4{font-size:inherit;font-weight:inherit}
a{color:inherit;text-decoration:inherit}
strong{font-weight:bolder}
button,input{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}
button{text-transform:none}
button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}
:-moz-focusring{outline:auto}
:-moz-ui-invalid{box-shadow:none}
::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
blockquote,h1,h2,h3,h4,p{margin:0}
ul{list-style:none;margin:0;padding:0}
input::-moz-placeholder{opacity:1;color:#9ca3af}
input::placeholder{opacity:1;color:#9ca3af}
[role=button],button{cursor:pointer}
:disabled{cursor:default}
img,svg{display:block;vertical-align:middle}
img{max-width:100%;height:auto}
[hidden]:where(:not([hidden=until-found])){display:none}
html{font-family:Inter,ui-sans-serif,system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;overflow-x:hidden}
a{text-decoration:none}
:where(a,button,[role=button],select,summary,input[type=button],input[type=submit],input[type=reset],input[type=checkbox],input[type=radio],input[type=file]):focus-visible{outline:2px solid var(--color-primary-300);outline-offset:2px}
body{font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:rgb(64 64 64/var(--tw-text-opacity,1));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.2rem;line-height:1.65;letter-spacing:-.01em;width:100%;max-width:100%;overflow-x:hidden}
body,h1,h2,h3,h4{--tw-text-opacity:1}
h1,h2,h3,h4{font-weight:800;color:rgb(23 23 23/var(--tw-text-opacity,1));line-height:1.5;letter-spacing:-.02em}
h1{font-size:var(--fs-display-fluid-xl)}
h2{font-size:var(--fs-display-fluid-lg);margin-bottom:1rem}
h3{font-size:var(--fs-display-fluid)}
h4{font-size:1.2rem}
.site-container{margin-left:auto;margin-right:auto;width:100%;max-width:90rem;padding-left:1.25rem;padding-right:1.25rem}
@media (min-width:640px){.site-container{padding-left:2rem;padding-right:2rem}
}
@media (min-width:1024px){.site-container{padding-left:2.5rem;padding-right:2.5rem}
}
#site-header .top-bar,#site-header .top-bar .top-bar-text,#site-header .top-bar p{color:#fff!important}
#site-header .header-logo img{height:2.25rem!important;max-height:2.5rem!important;width:auto!important;-o-object-fit:contain;object-fit:contain}
@media (min-width:640px){#site-header .header-logo img{height:2.5rem!important;max-height:2.5rem!important}
}
@media (max-width:639px){#site-header .header-main-row{gap:.25rem}
}
@media (min-width:768px){#site-header .header-main-row{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center}
#site-header .header-logo{justify-self:start}
#site-header nav.header-nav{justify-self:center;width:-moz-max-content;width:max-content;max-width:100%}
#site-header .header-icons{justify-self:end}
}
#site-header .header-icons .mobile-menu-toggle{flex-shrink:0}
#site-header nav.header-nav{position:relative}
#site-header nav.header-nav:after{content:"";position:absolute;top:0;right:0;bottom:0;width:2rem;background:linear-gradient(90deg,transparent,#fff);pointer-events:none;opacity:0;transition:opacity .2s}
#site-header nav.header-nav.is-overflowing:after{opacity:1}
#site-header .nav-links{margin:0;list-style-type:none;padding:0}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(#site-header .nav-links){padding:1.25rem}
}
#site-header .nav-links li{margin:0;list-style-type:none;padding:0}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(#site-header .nav-links li){padding:1.25rem}
}
#site-header .nav-links a{position:relative;display:inline-block;padding-top:.25rem;padding-bottom:.25rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;--tw-text-opacity:1;color:rgb(64 64 64/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;font-size:var(--fs-body)}
#site-header .nav-links a:after{content:"";position:absolute;left:0;bottom:0;height:.125rem;width:0;border-radius:9999px;--tw-bg-opacity:1;background-color:rgb(1 145 212/var(--tw-bg-opacity,1));transition-property:width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}
#site-header .nav-links a:hover{--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1))}
#site-header .nav-links a:hover:after{width:100%}
.header-icons{display:flex;align-items:center;flex-shrink:0;gap:.125rem}
@media (min-width:360px){.header-icons{gap:.25rem}
}
@media (min-width:640px){.header-icons{gap:1.25rem}
}
.header-icon-link{display:inline-flex;align-items:center;justify-content:center;color:#404040;transition-property:color;transition-duration:.2s;background-color:transparent;border:none;cursor:pointer;padding:.0625rem}
@media (min-width:640px){.header-icon-link{padding:.25rem}
}
.header-icon-link:hover{color:#171717}
.header-icon-svg{display:block;width:1.25rem;height:1.25rem}
@media (min-width:375px){.header-icon-svg{width:1.375rem;height:1.375rem}
}
@media (min-width:640px){.header-icon-svg{width:1.5rem;height:1.5rem}
}
.header-cart-link{position:relative}
.header-cart-count{position:absolute;top:-.25rem;right:-.25rem;height:1.25rem;min-width:1.25rem;border-radius:9999px;--tw-bg-opacity:1;background-color:rgb(1 145 212/var(--tw-bg-opacity,1));padding-left:.375rem;padding-right:.375rem;text-align:center;font-size:.7rem;font-weight:700;line-height:1.25rem;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));--tw-shadow:0 1px 3px rgba(0,0,0,.05);--tw-shadow-colored:0 1px 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}
@keyframes lifegivingstore-cart-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.08);opacity:.75}}
.header-search-dropdown{display:flex;align-items:center}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.header-search-dropdown):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.header-search-dropdown):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.header-search-dropdown):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.header-search-dropdown):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.header-search-panel{position:absolute;right:0;top:100%;z-index:200;margin-top:.5rem;width:min(calc(100vw - 1.5rem),18rem);border-radius:.5rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:.5rem;--tw-shadow:0 4px 12px rgba(0,0,0,.06);--tw-shadow-colored:0 4px 12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}
.header-search-panel[hidden]{display:none}
.header-search-panel-form{margin:0;display:block}
.header-search-input-wrap{display:flex;height:2.5rem;width:100%;align-items:center;overflow:hidden;border-radius:.375rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.header-search-input-wrap):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.header-search-input-wrap):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.header-search-input-wrap):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.header-search-input-wrap):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.header-search-input-wrap:focus-within{--tw-border-opacity:1;border-color:rgb(1 145 212/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:rgba(1,145,212,.15)}
.header-search-input-icon{display:flex;flex-shrink:0;align-items:center;justify-content:center;padding-left:.625rem;--tw-text-opacity:1;color:rgb(163 163 163/var(--tw-text-opacity,1))}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.header-search-input-icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.header-search-input-icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.header-search-input-icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.header-search-input-icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.header-search-input{min-width:0;flex:1 1 0%;border-width:0;background-color:transparent;padding-top:.5rem;padding-bottom:.5rem;padding-right:.75rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1));outline:2px solid transparent;outline-offset:2px}
.header-search-input::-moz-placeholder{--tw-text-opacity:1;color:rgb(163 163 163/var(--tw-text-opacity,1))}
.header-search-input::placeholder{--tw-text-opacity:1;color:rgb(163 163 163/var(--tw-text-opacity,1))}
.mobile-menu{position:fixed;inset:0;z-index:99999;display:flex}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.mobile-menu):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.mobile-menu):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.mobile-menu):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.mobile-menu):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.mobile-menu{transition:opacity .3s ease-in-out;opacity:1}
.mobile-menu[hidden]{display:none}
.mobile-menu-backdrop{position:fixed;inset:0;cursor:pointer;background-color:rgba(0,0,0,.5);transition:opacity .3s ease-in-out}
.mobile-menu-content{position:fixed;top:0;right:0;height:100%;width:100%;max-width:24rem;overflow-y:auto;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));box-shadow:-4px 0 20px rgba(0,0,0,.15);transform:translateX(0);transition:transform .3s cubic-bezier(.4,0,.2,1)}
.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(245 245 245/var(--tw-border-opacity,1));padding:1.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.mobile-menu-header):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.mobile-menu-header):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.mobile-menu-header):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.mobile-menu-header):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.mobile-menu-logo img{height:2.25rem;width:auto;-o-object-fit:contain;object-fit:contain}
.mobile-menu-close{display:flex;cursor:pointer;align-items:center;justify-content:center;border-style:none;background-color:transparent;padding:.5rem;--tw-text-opacity:1;color:rgb(64 64 64/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.mobile-menu-close):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.mobile-menu-close):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.mobile-menu-close):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.mobile-menu-close):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.mobile-menu-close:hover{--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1))}
.mobile-menu-nav{padding:1.25rem}
.mobile-menu-links{margin:0;list-style-type:none}
.mobile-menu-links>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem*var(--tw-space-y-reverse))}
.mobile-menu-links{padding:0}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(.mobile-menu-links){padding:1.25rem}
}
.mobile-menu-links li{margin:0;list-style-type:none;padding:0}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(.mobile-menu-links li){padding:1.25rem}
}
.mobile-menu-links a{display:block;border-radius:.5rem;padding:.75rem 1rem;font-size:1rem;line-height:1.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;--tw-text-opacity:1;color:rgb(64 64 64/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
.mobile-menu-links a:hover{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1))}
body.mobile-menu-open{overflow:hidden}
.lifegivingstore-sidecart{position:fixed;inset:0;z-index:2147483647;display:flex}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-sidecart):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-sidecart):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-sidecart):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-sidecart):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.lifegivingstore-sidecart{transition:opacity .3s ease-in-out;opacity:1}
.lifegivingstore-sidecart[hidden]{display:none}
.lifegivingstore-sidecart-backdrop{position:fixed;inset:0;cursor:pointer;background-color:rgba(0,0,0,.5);transition:opacity .3s ease-in-out}
.lifegivingstore-sidecart-panel{position:fixed;top:0;right:0;left:auto;display:flex;height:100%;width:80%;max-width:80vw;flex-direction:column;background-color:#fff;box-shadow:-4px 0 24px rgba(0,0,0,.15);transform:translateX(0);transition:transform .3s cubic-bezier(.4,0,.2,1)}
@media (min-width:768px){.lifegivingstore-sidecart-panel{width:100%;max-width:28rem}
}
.lifegivingstore-sidecart-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;gap:.75rem;border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(245 245 245/var(--tw-border-opacity,1));padding:1rem 1.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-sidecart-header):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-sidecart-header):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-sidecart-header):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-sidecart-header):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.lifegivingstore-sidecart-title{margin:0;font-size:1.125rem;line-height:1.75rem;font-weight:800;--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1))}
.lifegivingstore-sidecart-count{margin-left:.25rem;font-size:1rem;line-height:1.5rem;font-weight:600;--tw-text-opacity:1;color:rgb(115 115 115/var(--tw-text-opacity,1))}
.lifegivingstore-sidecart-close{display:flex;cursor:pointer;align-items:center;justify-content:center;border-radius:.5rem;border-width:0;background-color:transparent;padding:.5rem;--tw-text-opacity:1;color:rgb(64 64 64/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-sidecart-close):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-sidecart-close):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-sidecart-close):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-sidecart-close):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.lifegivingstore-sidecart-close:hover{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1))}
.lifegivingstore-sidecart-frag{display:flex;min-height:0;flex:1 1 0%;flex-direction:column}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-sidecart-frag):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-sidecart-frag):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-sidecart-frag):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-sidecart-frag):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.lifegivingstore-sidecart.is-loading .lifegivingstore-sidecart-frag{pointer-events:none;opacity:.4}
.lifegivingstore-sidecart-loading{position:absolute;left:0;right:0;top:4.5rem;bottom:0;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;background-color:hsla(0,0%,100%,.9);padding-left:1.5rem;padding-right:1.5rem;text-align:center}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-sidecart-loading):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-sidecart-loading):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-sidecart-loading):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-sidecart-loading):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.lifegivingstore-sidecart-loading[hidden]{display:none}
.lifegivingstore-sidecart-loading__text{margin:0;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity:1;color:rgb(64 64 64/var(--tw-text-opacity,1))}
.lifegivingstore-spinner{display:inline-block;width:2rem;height:2rem;border:3px solid rgba(1,112,185,.2);border-top:3px solid var(--color-primary-600);border-radius:50%;animation:lifegivingstore-spin .65s linear infinite}
.lifegivingstore-sidecart-body{min-height:0;flex:1 1 0%;overflow-y:auto;padding:1rem 1.25rem}
.lifegivingstore-sidecart-shipping{margin-top:1rem}
.lifegivingstore-free-shipping__card{overflow:hidden;border-radius:1rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(204 233 249/var(--tw-border-opacity,1));background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from:#e6f4fc var(--tw-gradient-from-position);--tw-gradient-to:rgba(230,244,252,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#fff var(--tw-gradient-via-position),var(--tw-gradient-to);--tw-gradient-to:#fff var(--tw-gradient-to-position);padding:1rem;--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}
.lifegivingstore-free-shipping__header{margin-bottom:.875rem;display:flex;align-items:flex-start;gap:.75rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-free-shipping__header):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-free-shipping__header):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-free-shipping__header):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-free-shipping__header):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.lifegivingstore-free-shipping__icon{display:flex;height:2.5rem;width:2.5rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity:1;background-color:rgb(204 233 249/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(1 112 185/var(--tw-text-opacity,1));--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(230 244 252/var(--tw-ring-opacity,1))}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-free-shipping__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-free-shipping__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-free-shipping__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-free-shipping__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.lifegivingstore-free-shipping__icon-svg{height:1.25rem;width:1.25rem}
.lifegivingstore-free-shipping__copy{min-width:0;flex:1 1 0%;padding-top:.125rem}
.lifegivingstore-free-shipping__title{margin:0 0 .25rem;font-size:.875rem;line-height:1.25rem;font-weight:800;--tw-text-opacity:1;color:rgb(1 90 148/var(--tw-text-opacity,1));letter-spacing:.04em}
.lifegivingstore-free-shipping__message{margin:0;font-size:.875rem;line-height:1.25rem;font-weight:500;line-height:1.375;--tw-text-opacity:1;color:rgb(64 64 64/var(--tw-text-opacity,1))}
.lifegivingstore-free-shipping__message .woocommerce-Price-amount{font-weight:800;--tw-text-opacity:1;color:rgb(1 112 185/var(--tw-text-opacity,1))}
.lifegivingstore-free-shipping__message strong{font-weight:800;--tw-text-opacity:1;color:rgb(1 90 148/var(--tw-text-opacity,1))}
.lifegivingstore-free-shipping__progress>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem*var(--tw-space-y-reverse))}
.lifegivingstore-free-shipping__meta{display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:.75rem;line-height:1rem;font-weight:600;--tw-text-opacity:1;color:rgb(115 115 115/var(--tw-text-opacity,1))}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-free-shipping__meta):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-free-shipping__meta):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-free-shipping__meta):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-free-shipping__meta):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.lifegivingstore-free-shipping__meta-label .woocommerce-Price-amount{font-weight:700;--tw-text-opacity:1;color:rgb(64 64 64/var(--tw-text-opacity,1))}
.lifegivingstore-free-shipping__meta-percent{flex-shrink:0;border-radius:9999px;--tw-bg-opacity:1;background-color:rgb(204 233 249/var(--tw-bg-opacity,1));padding:.125rem .5rem;font-size:.6875rem;font-weight:800;--tw-text-opacity:1;color:rgb(1 90 148/var(--tw-text-opacity,1))}
.lifegivingstore-free-shipping__track{height:.625rem;width:100%;overflow:hidden;border-radius:9999px;background-color:rgba(204,233,249,.7);box-shadow:inset 0 1px 2px rgba(15,23,42,.08)}
.lifegivingstore-free-shipping__bar{position:relative;height:100%;overflow:hidden;border-radius:9999px;transition-property:width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.5s;transition-timing-function:cubic-bezier(0,0,.2,1);background:linear-gradient(90deg,var(--color-primary-600) 0,var(--color-primary-500) 55%,var(--color-primary-400) 100%);box-shadow:0 1px 4px rgba(1,112,185,.35);min-width:.5rem}
.lifegivingstore-free-shipping__bar-shine{position:absolute;inset:0;background:linear-gradient(105deg,transparent,hsla(0,0%,100%,.15) 45%,hsla(0,0%,100%,.45) 50%,hsla(0,0%,100%,.15) 55%,transparent);transform:translateX(-120%);animation:lifegivingstore-free-shipping-shine 2.8s ease-in-out infinite}
.lifegivingstore-free-shipping.is-qualified .lifegivingstore-free-shipping__card{--tw-border-opacity:1;border-color:rgb(187 247 208/var(--tw-border-opacity,1));background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from:#f0fdf4 var(--tw-gradient-from-position);--tw-gradient-to:rgba(240,253,244,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#fff var(--tw-gradient-via-position),var(--tw-gradient-to);--tw-gradient-to:#fff var(--tw-gradient-to-position)}
.lifegivingstore-free-shipping.is-qualified .lifegivingstore-free-shipping__icon{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(22 163 74/var(--tw-text-opacity,1));--tw-ring-opacity:1;--tw-ring-color:rgb(240 253 244/var(--tw-ring-opacity,1))}
.lifegivingstore-free-shipping.is-qualified .lifegivingstore-free-shipping__title{--tw-text-opacity:1;color:rgb(21 128 61/var(--tw-text-opacity,1))}
.lifegivingstore-free-shipping.is-qualified .lifegivingstore-free-shipping__message{--tw-text-opacity:1;color:rgb(22 101 52/var(--tw-text-opacity,1))}
.lifegivingstore-free-shipping.is-qualified .lifegivingstore-free-shipping__bar{background:linear-gradient(90deg,var(--color-success-700) 0,var(--color-success-600) 55%,var(--color-success-500) 100%);box-shadow:0 1px 4px rgba(22,163,74,.35)}
@keyframes lifegivingstore-free-shipping-shine{0%,to{transform:translateX(-120%)}55%{transform:translateX(120%)}}
.lifegivingstore-sidecart-items{margin:0;list-style-type:none}
.lifegivingstore-sidecart-items>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem*var(--tw-space-y-reverse))}
.lifegivingstore-sidecart-items{padding:0}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(.lifegivingstore-sidecart-items){padding:1.25rem}
}
.lifegivingstore-sidecart-item{position:relative;display:flex;gap:.75rem;border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(245 245 245/var(--tw-border-opacity,1));padding-bottom:1rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-sidecart-item):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-sidecart-item):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-sidecart-item):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-sidecart-item):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.lifegivingstore-sidecart-item__media{flex-shrink:0}
.lifegivingstore-sidecart-item__thumb{display:block;height:4rem;width:4rem;overflow:hidden;border-radius:.5rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(245 245 245/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1))}
.lifegivingstore-sidecart-item__thumb img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}
.lifegivingstore-sidecart-item__body{min-width:0;flex:1 1 0%}
.lifegivingstore-sidecart-item__top{margin-bottom:0;display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-sidecart-item__top):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-sidecart-item__top):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-sidecart-item__top):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-sidecart-item__top):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.lifegivingstore-sidecart-item__name{font-size:.875rem;line-height:1.25rem;font-weight:600;line-height:1.375;--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1))}
.lifegivingstore-sidecart-item__name:hover{--tw-text-opacity:1;color:rgb(1 112 185/var(--tw-text-opacity,1))}
.lifegivingstore-sidecart-item__remove{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;border-radius:.375rem;padding:.25rem;--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;width:2rem;height:2rem;line-height:0;text-decoration:none}
.lifegivingstore-sidecart-item__remove:hover{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}
.lifegivingstore-sidecart-item__remove-icon{display:block;width:1.25rem;height:1.25rem}
.lifegivingstore-sidecart-item__remove-icon path{stroke:currentColor}
.lifegivingstore-sidecart-item.is-removing{pointer-events:none;min-height:4.5rem}
.lifegivingstore-sidecart-item.is-removing .lifegivingstore-sidecart-item__body,.lifegivingstore-sidecart-item.is-removing .lifegivingstore-sidecart-item__media{opacity:.3;transition:opacity .15s ease}
.lifegivingstore-sidecart-item__status{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.625rem;margin:0;padding:.75rem 1rem;border-radius:.5rem;background-color:#fff;box-sizing:border-box}
.lifegivingstore-sidecart-item__status-text{margin:0;padding:0;font-size:var(--fs-caption-lg);font-weight:700;line-height:1.2;letter-spacing:.04em;text-transform:uppercase;color:var(--color-neutral-500);white-space:nowrap}
.lifegivingstore-sidecart-item__status-spinner{display:block;flex-shrink:0;width:1.125rem;height:1.125rem;border:2px solid rgba(1,112,185,.2);border-top:2px solid var(--color-primary-600);border-radius:50%;animation:lifegivingstore-spin .65s linear infinite}
.lifegivingstore-sidecart .blockUI.blockOverlay,.lifegivingstore-sidecart-item .blockOverlay{display:none!important}
.lifegivingstore-sidecart-item__footer{margin-top:.5rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-sidecart-item__footer):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-sidecart-item__footer):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-sidecart-item__footer):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-sidecart-item__footer):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.lifegivingstore-sidecart-item__qty{display:inline-flex;align-items:center;overflow:hidden;border-radius:.5rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}
.lifegivingstore-sidecart-qty-btn{display:inline-flex;height:2rem;width:2rem;flex-shrink:0;cursor:pointer;align-items:center;justify-content:center;border-width:0;background-color:transparent;padding:0;font-size:1rem;line-height:1.5rem;font-weight:700;line-height:1;--tw-text-opacity:1;color:rgb(64 64 64/var(--tw-text-opacity,1));transition-property:color,background-color,transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(.lifegivingstore-sidecart-qty-btn){padding:1.25rem}
}
.lifegivingstore-sidecart-qty-btn:hover:not(:disabled){--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(1 112 185/var(--tw-text-opacity,1))}
.lifegivingstore-sidecart-qty-btn:active:not(:disabled){transform:scale(.9)}
.lifegivingstore-sidecart-qty-btn:disabled{cursor:not-allowed;opacity:.35}
.lifegivingstore-sidecart-qty-value{position:relative;display:inline-flex;min-width:2rem;align-items:center;justify-content:center;border-left-width:1px;border-right-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));padding-left:.25rem;padding-right:.25rem;text-align:center;font-size:.875rem;line-height:1.25rem;font-weight:700;--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1));transition-property:color,background-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;height:2rem}
.lifegivingstore-sidecart-qty-number{display:block;min-width:1.25rem;line-height:1}
.lifegivingstore-sidecart-item.is-updating .lifegivingstore-sidecart-qty-number{visibility:hidden}
.lifegivingstore-sidecart-item.is-updating .lifegivingstore-sidecart-qty-value:after{content:"";position:absolute;top:50%;left:50%;width:.875rem;height:.875rem;margin-top:-.4375rem;margin-left:-.4375rem;border:2px solid rgba(1,112,185,.2);border-top:2px solid var(--color-primary-600);border-radius:50%;animation:lifegivingstore-spin .65s linear infinite}
.lifegivingstore-sidecart-item.is-qty-pending:not(.is-updating) .lifegivingstore-sidecart-qty-value{--tw-bg-opacity:1;background-color:rgb(230 244 252/var(--tw-bg-opacity,1))}
.lifegivingstore-sidecart-item.is-qty-pending:not(.is-updating) .lifegivingstore-sidecart-qty-number{--tw-text-opacity:1;color:rgb(1 90 148/var(--tw-text-opacity,1))}
.lifegivingstore-sidecart-item.is-qty-updated .lifegivingstore-sidecart-item__price,.lifegivingstore-sidecart-item.is-qty-updated .lifegivingstore-sidecart-qty-number{animation:lifegivingstore-qty-flash .55s ease-out}
.lifegivingstore-sidecart-item.is-updating{opacity:1}
.lifegivingstore-sidecart-item.is-updating .lifegivingstore-sidecart-item__qty{pointer-events:none;--tw-border-opacity:1;border-color:rgb(153 211 243/var(--tw-border-opacity,1));background-color:rgba(230,244,252,.4)}
.lifegivingstore-sidecart-item__price{flex-shrink:0;font-size:.875rem;line-height:1.25rem}
.lifegivingstore-sidecart-item__price,.lifegivingstore-sidecart-item__price .woocommerce-Price-amount{font-weight:700;--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1))}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(.lifegivingstore-sidecart-item .variation){padding:1.25rem}
}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(.lifegivingstore-sidecart-item .\!variation){padding:1.25rem}
}
.lifegivingstore-sidecart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding-top:2.5rem;padding-bottom:2.5rem;text-align:center}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-sidecart-empty):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-sidecart-empty):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-sidecart-empty):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-sidecart-empty):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.lifegivingstore-sidecart-empty__message{margin:0;font-size:1rem;line-height:1.5rem;--tw-text-opacity:1;color:rgb(82 82 82/var(--tw-text-opacity,1))}
.lifegivingstore-sidecart-footer{flex-shrink:0;border-top-width:1px;--tw-border-opacity:1;border-color:rgb(245 245 245/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1));padding:1rem 1.25rem}
.lifegivingstore-sidecart-subtotal{margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-sidecart-subtotal):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-sidecart-subtotal):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-sidecart-subtotal):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-sidecart-subtotal):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.lifegivingstore-sidecart-subtotal__label{font-size:.875rem;line-height:1.25rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;--tw-text-opacity:1;color:rgb(64 64 64/var(--tw-text-opacity,1))}
.lifegivingstore-sidecart-subtotal__amount{font-size:1.125rem;line-height:1.75rem;font-weight:800;--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1))}
.lifegivingstore-sidecart-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}
.lifegivingstore-sidecart-btn{display:inline-flex;cursor:pointer;align-items:center;justify-content:center;gap:.5rem;border-radius:.5rem;border-width:0;padding:.75rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}
.lifegivingstore-sidecart-btn:active{--tw-scale-x:0.98;--tw-scale-y:0.98;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-brightness:brightness(.95);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}
.lifegivingstore-sidecart-btn--primary{--tw-bg-opacity:1;background-color:rgb(1 112 185/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}
.lifegivingstore-sidecart-btn--primary:hover{--tw-bg-opacity:1;background-color:rgb(1 90 148/var(--tw-bg-opacity,1))}
.lifegivingstore-sidecart-btn--secondary{border-width:1px;--tw-border-opacity:1;border-color:rgb(1 112 185/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(1 112 185/var(--tw-text-opacity,1))}
.lifegivingstore-sidecart-btn--secondary:hover{--tw-bg-opacity:1;background-color:rgb(230 244 252/var(--tw-bg-opacity,1))}
body.sidecart-open{overflow:hidden}
body.sidecart-open .lifegivingstore-sidecart-tab{display:none}
.lifegivingstore-sidecart-tab{position:fixed;top:50%;right:0;z-index:99997;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;min-width:2.75rem;padding:.75rem .5rem .75rem .625rem;border:0;border-radius:.75rem 0 0 .75rem;background-color:var(--color-primary-600);color:#fff;box-shadow:-4px 0 16px rgba(1,112,185,.35);cursor:pointer;transform:translateY(-50%);transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}
.lifegivingstore-sidecart-tab[hidden]{display:none}
.lifegivingstore-sidecart-tab:hover{background-color:var(--color-primary-700);box-shadow:-6px 0 20px rgba(1,112,185,.45);transform:translate(-2px,-50%)}
.lifegivingstore-sidecart-tab:focus-visible{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(102 189 237/var(--tw-ring-opacity,1));--tw-ring-offset-width:2px}
.lifegivingstore-sidecart-tab-icon{display:flex;align-items:center;justify-content:center}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-sidecart-tab-icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-sidecart-tab-icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-sidecart-tab-icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-sidecart-tab-icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.lifegivingstore-sidecart-tab-icon svg{display:block}
.lifegivingstore-sidecart-tab-label{font-size:.625rem;font-weight:700;text-transform:uppercase;line-height:1;letter-spacing:.025em}
.lifegivingstore-sidecart-tab-count{height:1.25rem;min-width:1.25rem;border-radius:9999px;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding-left:.375rem;padding-right:.375rem;text-align:center;font-size:.7rem;font-weight:700;line-height:1.25rem;--tw-text-opacity:1;color:rgb(1 90 148/var(--tw-text-opacity,1))}
.lifegivingstore-sidecart-tab-count:empty{display:none}
.lifegivingstore-toast-stack{position:fixed;top:calc(4.75rem + env(safe-area-inset-top, 0px));right:calc(1rem + env(safe-area-inset-right, 0px));left:auto;z-index:100001;display:flex;flex-direction:column;gap:.75rem;width:min(calc(100vw - 2rem),22rem);pointer-events:none}
.lifegivingstore-toast-stack:not(:has(.lifegivingstore-toast)){display:none}
@media (min-width:768px){.lifegivingstore-toast-stack{top:calc(5.5rem + env(safe-area-inset-top, 0px));width:min(calc(100vw - 2rem),24rem)}
}
.lifegivingstore-toast.is-visible{transform:translateX(0);opacity:1}
.lifegivingstore-toast.is-leaving{transform:translateX(calc(100% + 1.25rem));opacity:0}
.lifegivingstore-toast-stack .woocommerce-info .\!button,.lifegivingstore-toast-stack .woocommerce-info .button,.lifegivingstore-toast-stack .woocommerce-message .\!button,.lifegivingstore-toast-stack .woocommerce-message .button{float:none!important;display:inline-flex!important;margin:.625rem 0 0!important}
.lifegivingstore-toast-stack ul.woocommerce-error{list-style:none;padding:0}
.lifegivingstore-toast-stack .woocommerce-error li{margin:0 0 .35rem}
.lifegivingstore-toast-stack .woocommerce-error li:last-child{margin-bottom:0}
.footer-logo-img{filter:brightness(0) invert(1);height:2.25rem!important;max-height:2.25rem!important;width:auto!important}
.footer-logo:hover .footer-logo-img{opacity:.9}
.footer-newsletter [class*=klaviyo-form],.footer-newsletter [class*=klaviyo-form] form{max-width:100%}
.footer-newsletter [class*=klaviyo-form] input[type=email],.footer-newsletter [class*=klaviyo-form] input[type=text]{border-radius:.5rem!important;border:1px solid var(--color-neutral-600)!important;background-color:#fff!important;color:var(--color-neutral-900)!important;font-family:inherit!important;font-size:var(--fs-body-sm)!important;padding:.625rem .875rem!important;transition:border-color .2s ease,box-shadow .2s ease}
.footer-newsletter [class*=klaviyo-form] input[type=email]:focus,.footer-newsletter [class*=klaviyo-form] input[type=text]:focus{border-color:var(--color-primary-500)!important;box-shadow:0 0 0 3px rgba(1,112,185,.25)!important}
.footer-newsletter [class*=klaviyo-form] button{border-radius:.5rem!important;background-color:var(--color-primary-600)!important;border:0!important;color:#fff!important;font-family:inherit!important;font-weight:700!important;text-transform:uppercase;letter-spacing:.025em;font-size:var(--fs-small)!important;cursor:pointer;transition:background-color .2s ease,transform .2s ease,filter .2s ease}
.footer-newsletter [class*=klaviyo-form] button:hover{background-color:var(--color-primary-700)!important}
.footer-newsletter [class*=klaviyo-form] button:active{transform:scale(.98);filter:brightness(.95)}
#site-header.has-sticky-nav .header-main{transition:background-color .2s ease,box-shadow .2s ease}
#site-header.has-sticky-nav.is-scrolled .header-main{background-color:hsla(0,0%,100%,.9);--tw-shadow:0 4px 12px rgba(0,0,0,.06);--tw-shadow-colored:0 4px 12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);--tw-backdrop-blur:blur(12px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}
html.lifegivingstore-js .lifegivingstore-reveal{opacity:0;transform:translateY(.5rem)}
@keyframes fade-in-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
html.lifegivingstore-js .lifegivingstore-reveal.is-revealed{animation:fade-in-up .5s ease-out forwards}
@media (prefers-reduced-motion:reduce){html.lifegivingstore-js .lifegivingstore-reveal{opacity:1;transform:none}
html.lifegivingstore-js .lifegivingstore-reveal.is-revealed{animation:none}
}
body.woocommerce-cart .lifegivingstore-sidecart-tab,body.woocommerce-cart .site-footer,body.woocommerce-checkout .lifegivingstore-sidecart-tab,body.woocommerce-checkout .site-footer,body.woocommerce-order-pay .lifegivingstore-sidecart-tab,body.woocommerce-order-pay .site-footer,body.woocommerce-order-received .lifegivingstore-sidecart-tab,body.woocommerce-order-received .site-footer{display:none!important}
.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:.5rem;border-width:0;--tw-bg-opacity:1;background-color:rgb(1 112 185/var(--tw-bg-opacity,1));padding:.75rem 1.5rem;font-size:.875rem;line-height:1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}
.btn-primary:hover{--tw-bg-opacity:1;background-color:rgb(1 90 148/var(--tw-bg-opacity,1))}
.btn-primary:active{--tw-scale-x:0.98;--tw-scale-y:0.98;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-brightness:brightness(.95);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}
@media (min-width:640px){.btn-primary{padding:1rem 2rem}
}
body.woocommerce-account .page-header--account{padding-bottom:1.5rem}
@media (min-width:768px){body.woocommerce-account .page-header--account{padding-bottom:2rem}
}
@media (min-width:1024px){body.woocommerce-account .page-header--account{padding-bottom:2.5rem}
}
.lifegivingstore-section-intro{margin-left:auto;margin-right:auto;margin-bottom:1.5rem;max-width:72rem;text-align:center}
@media (min-width:768px){.lifegivingstore-section-intro{margin-bottom:2.5rem}
}
.lifegivingstore-section-intro-text{margin-left:auto;margin-right:auto;max-width:65ch;text-wrap:pretty;text-align:center;line-height:1.625}
@media (min-width:768px){.lifegivingstore-section-intro-text{max-width:none}
}
@media (max-width:767px){.lifegivingstore-page-prose.prose:not(:has(.woocommerce-account)),.lifegivingstore-page-prose.prose:not(:has(.woocommerce-account)) :where(h2,h3,h4,h5,h6,p,blockquote){text-align:center}
.lifegivingstore-page-prose.prose :where(ul,ol):not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info){display:inline-block;margin-left:auto;margin-right:auto;text-align:left}
.lifegivingstore-page-section :where(ul,ol):not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info){display:inline-block;margin-left:auto;margin-right:auto;text-align:left}
.lifegivingstore-page-prose.prose .woocommerce-account,.lifegivingstore-page-prose.prose .woocommerce-account :where(h2,h3,h4,h5,h6,p,blockquote,a,span,li,td,th,label,address){text-align:left}
.lifegivingstore-page-prose.prose .woocommerce-account .lifegivingstore-account-card,.lifegivingstore-page-prose.prose .woocommerce-account .lifegivingstore-account-section,.lifegivingstore-page-prose.prose .woocommerce-account .lifegivingstore-account-tile,.lifegivingstore-page-prose.prose .woocommerce-account .lifegivingstore-account-tiles,.lifegivingstore-page-prose.prose .woocommerce-account .woocommerce-MyAccount-content,.lifegivingstore-page-prose.prose .woocommerce-account .woocommerce-account-layout{width:100%;max-width:100%;box-sizing:border-box}
.lifegivingstore-page-prose.prose .woocommerce-account .lifegivingstore-account-nav__list{display:block;width:100%;max-width:100%;margin-left:0;margin-right:0;text-align:left}
}
.modern-hero{position:relative;background:linear-gradient(160deg,var(--color-primary-900) 0,var(--color-primary-800) 55%,var(--color-primary-700) 120%)}
.modern-hero__background{position:absolute;inset:0;background-size:cover;background-position:50%;background-repeat:no-repeat;pointer-events:none}
.modern-hero__overlay{background:linear-gradient(180deg,rgba(0,36,61,.45),rgba(0,36,61,.55)),radial-gradient(70% 90% at 50% 20%,rgba(1,112,185,.12),transparent 70%)}
.modern-hero__glow,.modern-hero__overlay{position:absolute;inset:0;pointer-events:none}
.modern-hero__glow{background:radial-gradient(60% 80% at 50% 0,rgba(1,145,212,.1),transparent 70%)}
.modern-hero__inner{display:flex;width:100%;flex-direction:column;align-items:center;text-align:center}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.modern-hero__inner):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.modern-hero__inner):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.modern-hero__inner):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.modern-hero__inner):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.modern-hero__inner{padding-top:clamp(6rem,16vw,11rem);padding-bottom:clamp(6rem,16vw,11rem)}
.modern-hero .hero-heading{text-wrap:balance;font-weight:800;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));font-size:clamp(2.5rem,7vw,4.25rem);line-height:1.08;letter-spacing:-.025em;margin-bottom:1.25rem}
.modern-hero .hero-body{width:100%;max-width:72rem;font-weight:400;--tw-text-opacity:1;color:rgb(204 233 249/var(--tw-text-opacity,1));font-size:clamp(1.125rem,2.5vw,1.375rem);line-height:1.6;margin-bottom:1.5rem}
.modern-hero .hero-social-proof{display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem;font-weight:600;--tw-text-opacity:1;color:rgb(153 211 243/var(--tw-text-opacity,1));font-size:var(--fs-small);letter-spacing:.02em;margin-bottom:2.25rem}
.modern-hero .hero-social-proof__stars{display:inline-flex;align-items:center;gap:.125rem;color:var(--color-rating)}
.modern-hero .hero-social-proof__stars svg{fill:currentColor}
.modern-hero .hero-cta-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:.75rem;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:1rem 2rem;font-size:.875rem;line-height:1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em;--tw-text-opacity:1;color:rgb(1 69 111/var(--tw-text-opacity,1));--tw-shadow:0 4px 12px rgba(0,0,0,.06);--tw-shadow-colored:0 4px 12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}
.modern-hero .hero-cta-primary:hover{--tw-bg-opacity:1;background-color:rgb(230 244 252/var(--tw-bg-opacity,1));--tw-shadow:0 24px 48px -12px rgba(0,0,0,.08);--tw-shadow-colored:0 24px 48px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}
.modern-hero .hero-cta-primary:active{--tw-scale-x:0.98;--tw-scale-y:0.98;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
@media (min-width:640px){.modern-hero .hero-cta-primary{padding:1.25rem 2.5rem;font-size:1rem;line-height:1.5rem}
}
.screen-reader-text{position:absolute;margin:-1px;height:1px;width:1px;overflow:hidden;white-space:nowrap;border-width:0;padding:0}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(.screen-reader-text){padding:1.25rem}
}
.screen-reader-text{clip:rect(0,0,0,0);clip-path:inset(50%)}
.visible{visibility:visible}
.invisible{visibility:hidden}
.fixed{position:fixed}
.absolute{position:absolute}
.relative{position:relative}
.sticky{position:sticky}
.left-0{left:0}
.right-0{right:0}
.top-0{top:0}
.z-10{z-index:10}
.z-20{z-index:20}
.z-50{z-index:50}
.order-1{order:1}
.order-2{order:2}
.m-0{margin:0}
.-mx-4{margin-left:-1rem;margin-right:-1rem}
.mx-auto{margin-left:auto;margin-right:auto}
.-ml-2{margin-left:-.5rem}
.-mr-2{margin-right:-.5rem}
.mb-1{margin-bottom:.25rem}
.mb-4{margin-bottom:1rem}
.mb-5{margin-bottom:1.25rem}
.mb-6{margin-bottom:1.5rem}
.mb-8{margin-bottom:2rem}
.mt-5{margin-top:1.25rem}
.mt-auto{margin-top:auto}
.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.block{display:block}
.inline-block{display:inline-block}
.flex{display:flex}
.inline-flex{display:inline-flex}
.grid{display:grid}
.hidden{display:none}
.h-10{height:2.5rem}
.h-12{height:3rem}
.h-14{height:3.5rem}
.h-20{height:5rem}
.h-4{height:1rem}
.h-5{height:1.25rem}
.h-6{height:1.5rem}
.h-9{height:2.25rem}
.h-auto{height:auto}
.h-full{height:100%}
.h-px{height:1px}
.min-h-0{min-height:0}
.min-h-screen{min-height:100vh}
.w-10{width:2.5rem}
.w-12{width:3rem}
.w-14{width:3.5rem}
.w-20{width:5rem}
.w-4{width:1rem}
.w-5{width:1.25rem}
.w-6{width:1.5rem}
.w-auto{width:auto}
.w-full{width:100%}
.w-max{width:-moz-max-content;width:max-content}
.min-w-0{min-width:0}
.max-w-full{max-width:100%}
.max-w-none{max-width:none}
.max-w-prose{max-width:65ch}
.max-w-xl{max-width:36rem}
.flex-1{flex:1 1 0%}
.flex-shrink-0,.shrink-0{flex-shrink:0}
.list-none{list-style-type:none}
.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}
.flex-row{flex-direction:row}
.flex-col{flex-direction:column}
.items-start{align-items:flex-start}
.items-center{align-items:center}
.justify-center{justify-content:center}
.justify-between{justify-content:space-between}
.gap-0{gap:0}
.gap-2{gap:.5rem}
.gap-3{gap:.75rem}
.gap-4{gap:1rem}
.gap-5{gap:1.25rem}
.gap-6{gap:1.5rem}
.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem*var(--tw-space-y-reverse))}
.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem*var(--tw-space-y-reverse))}
.overflow-hidden{overflow:hidden}
.overflow-visible{overflow:visible}
.overflow-x-auto{overflow-x:auto}
.overflow-y-hidden{overflow-y:hidden}
.scroll-smooth{scroll-behavior:smooth}
.whitespace-nowrap{white-space:nowrap}
.rounded-2xl{border-radius:1rem}
.rounded-full{border-radius:9999px}
.rounded-b-full{border-bottom-right-radius:9999px;border-bottom-left-radius:9999px}
.rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}
.border{border-width:1px}
.border-b{border-bottom-width:1px}
.border-t{border-top-width:1px}
.border-neutral-100{--tw-border-opacity:1;border-color:rgb(245 245 245/var(--tw-border-opacity,1))}
.border-neutral-200{--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1))}
.border-neutral-700{--tw-border-opacity:1;border-color:rgb(64 64 64/var(--tw-border-opacity,1))}
.border-primary-200{--tw-border-opacity:1;border-color:rgb(153 211 243/var(--tw-border-opacity,1))}
.bg-neutral-100{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity,1))}
.bg-neutral-50{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1))}
.bg-neutral-800{--tw-bg-opacity:1;background-color:rgb(38 38 38/var(--tw-bg-opacity,1))}
.bg-neutral-900{--tw-bg-opacity:1;background-color:rgb(23 23 23/var(--tw-bg-opacity,1))}
.bg-page-bg{--tw-bg-opacity:1;background-color:rgb(245 247 250/var(--tw-bg-opacity,1))}
.bg-primary{--tw-bg-opacity:1;background-color:rgb(1 112 185/var(--tw-bg-opacity,1))}
.bg-primary-50{--tw-bg-opacity:1;background-color:rgb(230 244 252/var(--tw-bg-opacity,1))}
.bg-primary-500{--tw-bg-opacity:1;background-color:rgb(1 145 212/var(--tw-bg-opacity,1))}
.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}
.fill-current{fill:currentColor}
.object-contain{-o-object-fit:contain;object-fit:contain}
.object-cover{-o-object-fit:cover;object-fit:cover}
.p-0{padding:0}
.p-2{padding:.5rem}
.p-4{padding:1rem}
.p-7{padding:1.75rem}
.px-2{padding-left:.5rem;padding-right:.5rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.py-2{padding-top:.5rem;padding-bottom:.5rem}
.py-5{padding-top:1.25rem;padding-bottom:1.25rem}
.py-8{padding-top:2rem;padding-bottom:2rem}
.pb-0{padding-bottom:0}
.pt-4{padding-top:1rem}
.pt-5{padding-top:1.25rem}
.pt-6{padding-top:1.5rem}
.pt-8{padding-top:2rem}
.text-left{text-align:left}
.text-center{text-align:center}
.text-base{font-size:1rem;line-height:1.5rem}
.text-sm{font-size:.875rem;line-height:1.25rem}
.text-title-sm{font-size:1.25rem;line-height:1.35}
.font-bold{font-weight:700}
.not-italic{font-style:normal}
.leading-relaxed{line-height:1.625}
.leading-snug{line-height:1.375}
.text-current{color:currentColor}
.text-neutral-300{--tw-text-opacity:1;color:rgb(212 212 212/var(--tw-text-opacity,1))}
.text-neutral-400{--tw-text-opacity:1;color:rgb(163 163 163/var(--tw-text-opacity,1))}
.text-neutral-500{--tw-text-opacity:1;color:rgb(115 115 115/var(--tw-text-opacity,1))}
.text-neutral-600{--tw-text-opacity:1;color:rgb(82 82 82/var(--tw-text-opacity,1))}
.text-neutral-700{--tw-text-opacity:1;color:rgb(64 64 64/var(--tw-text-opacity,1))}
.text-neutral-800{--tw-text-opacity:1;color:rgb(38 38 38/var(--tw-text-opacity,1))}
.text-neutral-900{--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1))}
.text-primary{--tw-text-opacity:1;color:rgb(1 112 185/var(--tw-text-opacity,1))}
.text-primary-600{--tw-text-opacity:1;color:rgb(1 112 185/var(--tw-text-opacity,1))}
.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}
.ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}
.ring-neutral-100{--tw-ring-opacity:1;--tw-ring-color:rgb(245 245 245/var(--tw-ring-opacity,1))}
.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
.duration-200{transition-duration:.2s}
.duration-300{transition-duration:.3s}
.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}
.scrollbar-hide::-webkit-scrollbar{display:none}
.woocommerce-account a{text-decoration:none}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.flex):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.flex):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.flex):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.flex):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
:is(.lifegivingstore-numbered-list,.prose :where(ol:not([class*=list-none])),.lifegivingstore-page-section :where(ol:not([class*=list-none])),.lifegivingstore-page-prose :where(ol:not([class*=list-none])),.single-product .woocommerce-tabs .woocommerce-Tabs-panel ol,.term-description ol){list-style:decimal;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-numbered-list,.prose :where(ol:not([class*=list-none])),.lifegivingstore-page-section :where(ol:not([class*=list-none])),.lifegivingstore-page-prose :where(ol:not([class*=list-none])),.single-product .woocommerce-tabs .woocommerce-Tabs-panel ol,.term-description ol)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-numbered-list,.prose :where(ol:not([class*=list-none])),.lifegivingstore-page-section :where(ol:not([class*=list-none])),.lifegivingstore-page-prose :where(ol:not([class*=list-none])),.single-product .woocommerce-tabs .woocommerce-Tabs-panel ol,.term-description ol)>li+li{margin-top:.375rem}
:is(.lifegivingstore-numbered-list,.prose :where(ol:not([class*=list-none])),.lifegivingstore-page-section :where(ol:not([class*=list-none])),.lifegivingstore-page-prose :where(ol:not([class*=list-none])),.single-product .woocommerce-tabs .woocommerce-Tabs-panel ol,.term-description ol)>li::marker{color:var(--color-primary-600);font-weight:700}
.woocommerce ul.products li.product-category .woocommerce-loop-category__title{margin-bottom:0}
.woocommerce-notices-wrapper:empty{display:none}
html:has(body.post-type-archive-product),html:has(body.tax-product_cat),html:has(body.tax-product_tag){overflow-x:clip}
.lifegivingstore-archive-toolbar .woocommerce-result-count{margin:0;font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(82 82 82/var(--tw-text-opacity,1))}
.lifegivingstore-archive-toolbar .woocommerce-ordering,.woocommerce-ordering{margin:0}
.woocommerce-ordering .orderby{cursor:pointer;border-radius:.75rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:.625rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity:1;color:rgb(64 64 64/var(--tw-text-opacity,1));outline:2px solid transparent;outline-offset:2px;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
.woocommerce-ordering .orderby:focus{--tw-border-opacity:1;border-color:rgb(1 145 212/var(--tw-border-opacity,1));--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:rgba(1,145,212,.2)}
.woocommerce-ordering .orderby:hover{--tw-border-opacity:1;border-color:rgb(212 212 212/var(--tw-border-opacity,1))}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce ul.products .lifegivingstore-stars):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce ul.products .lifegivingstore-stars):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce ul.products .lifegivingstore-stars):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce ul.products .lifegivingstore-stars):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.testimonials-card{--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));--tw-shadow:0 1px 3px rgba(0,0,0,.05);--tw-shadow-colored:0 1px 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}
.testimonials-card .testimonial-star{fill:currentColor}
.testimonials-card .testimonial-star path{fill:currentColor;stroke:none}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce ul.products .lifegivingstore-product-price):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul),:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce ul.products .price):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce ul.products .lifegivingstore-product-price):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce ul.products .price):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce ul.products .lifegivingstore-product-price):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce ul.products .price):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce ul.products .lifegivingstore-product-price):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce ul.products .price):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.woocommerce ul.products .price del .woocommerce-Price-amount{color:var(--color-neutral-400)!important}
.woocommerce ul.products .price ins .woocommerce-Price-amount{font-weight:700;--tw-text-opacity:1;color:rgb(1 112 185/var(--tw-text-opacity,1))}
.add_to_cart_button.loading,.lifegivingstore-add-to-cart.loading,.single_add_to_cart_button.loading{position:relative;pointer-events:none;cursor:wait;opacity:1}
.lifegivingstore-add-to-cart.loading .link-flat-icon,.lifegivingstore-add-to-cart.loading>svg:first-of-type{opacity:0;width:0;margin:0;overflow:hidden}
.lifegivingstore-add-to-cart.loading:before,.single_add_to_cart_button.loading:before{content:"";display:inline-block;width:1rem;height:1rem;margin-right:.5rem;border:2px solid hsla(0,0%,100%,.35);border-top-color:#fff;border-radius:50%;animation:lifegivingstore-spin .65s linear infinite;flex-shrink:0}
.single_add_to_cart_button.loading:before{width:1.125rem;height:1.125rem}
@keyframes lifegivingstore-spin{to{transform:rotate(1turn)}}
@keyframes lifegivingstore-qty-flash{0%{background-color:rgba(1,112,185,.18);color:var(--color-primary-600)}to{background-color:transparent;color:inherit}}
.woocommerce-breadcrumb a{--tw-text-opacity:1;color:rgb(82 82 82/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}
.woocommerce-breadcrumb a:hover{--tw-text-opacity:1;color:rgb(1 112 185/var(--tw-text-opacity,1))}
.woocommerce-breadcrumb .delimiter{margin-left:.375rem;margin-right:.375rem;--tw-text-opacity:1;color:rgb(163 163 163/var(--tw-text-opacity,1))}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(.lifegivingstore-seopress-breadcrumbs nav){padding:1.25rem}
}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-seopress-breadcrumbs .breadcrumb):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-seopress-breadcrumbs .breadcrumb):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-seopress-breadcrumbs .breadcrumb):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-seopress-breadcrumbs .breadcrumb):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(.lifegivingstore-seopress-breadcrumbs .breadcrumb){padding:1.25rem}
}
.lifegivingstore-seopress-breadcrumbs .breadcrumb-item.active{font-weight:600;--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1))}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(.lifegivingstore-seopress-breadcrumbs--center){padding:1.25rem}
}
@media (min-width:1024px){.lifegivingstore-single-product>.woocommerce-tabs{flex-basis:100%}
}
.single-product .woocommerce-breadcrumb{margin:0}
.single-product .lifegivingstore-product-gallery-sticky{position:relative;width:100%}
html:has(body.single-product){overflow-x:clip}
.single-product .woocommerce-product-gallery{position:relative}
.single-product .woocommerce-product-gallery>.lifegivingstore-sale-badge,.single-product .woocommerce-product-gallery>.onsale{position:static!important;top:auto!important;left:auto!important;display:inline-flex!important;margin:0 0 .75rem!important;font-size:var(--fs-caption)!important;padding:.45rem .875rem!important}
.single-product .woocommerce-product-gallery>.lifegivingstore-sale-badge.is-hidden{display:none!important}
@media (min-width:1024px){.single-product .woocommerce-product-gallery>.lifegivingstore-sale-badge,.single-product .woocommerce-product-gallery>.onsale{position:absolute!important;top:1rem!important;left:1rem!important;margin:0!important;z-index:10!important}
}
.single-product .woocommerce-product-gallery{opacity:1!important;width:100%;overflow:hidden;border-radius:1rem;--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1))}
@media (min-width:1024px){.single-product .lifegivingstore-product-gallery-sticky{position:sticky;top:1.5rem;z-index:2}
body.header-sticky.single-product .lifegivingstore-product-gallery-sticky{top:6rem}
body.admin-bar.header-sticky.single-product .lifegivingstore-product-gallery-sticky{top:calc(6rem + 32px)}
}
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper{display:block;width:100%}
.single-product .woocommerce-product-gallery .flex-viewport,.single-product .woocommerce-product-gallery>.woocommerce-product-gallery__wrapper{position:relative;width:100%;overflow:hidden;border-top-left-radius:1rem;border-top-right-radius:1rem;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));aspect-ratio:1/1}
.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper{height:100%!important}
.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image{overflow:hidden;border-radius:0;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));position:relative;box-sizing:border-box;text-align:center;font-size:0;line-height:0}
.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image:before{content:"";display:inline-block;height:100%;width:0;vertical-align:middle}
.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image img{position:static;top:auto;left:auto;transform:none;display:inline-block;width:auto!important;height:auto!important;max-width:calc(100% - 1rem);max-height:100%;vertical-align:middle;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}
.single-product .woocommerce-product-gallery:not(.flexslider) .woocommerce-product-gallery__image{display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:0;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.single-product .woocommerce-product-gallery:not(.flexslider) .woocommerce-product-gallery__image):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.single-product .woocommerce-product-gallery:not(.flexslider) .woocommerce-product-gallery__image):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.single-product .woocommerce-product-gallery:not(.flexslider) .woocommerce-product-gallery__image):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.single-product .woocommerce-product-gallery:not(.flexslider) .woocommerce-product-gallery__image):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.single-product .woocommerce-product-gallery:not(.flexslider) .woocommerce-product-gallery__image{position:relative;box-sizing:border-box;width:100%;min-height:100%}
.single-product .woocommerce-product-gallery:not(.flexslider) .woocommerce-product-gallery__image img{position:static;transform:none;top:auto;left:auto}
.single-product .woocommerce-product-gallery .flex-control-thumbs{border-radius:.75rem;margin:.75rem 0 0;display:flex;list-style-type:none;flex-wrap:wrap;gap:.5rem;padding:0}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.single-product .woocommerce-product-gallery .flex-control-thumbs):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.single-product .woocommerce-product-gallery .flex-control-thumbs):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.single-product .woocommerce-product-gallery .flex-control-thumbs):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.single-product .woocommerce-product-gallery .flex-control-thumbs):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(.single-product .woocommerce-product-gallery .flex-control-thumbs){padding:1.25rem}
}
.single-product .woocommerce-product-gallery .flex-control-thumbs li{flex-shrink:0;overflow:hidden;border-radius:.75rem;border-width:2px;border-color:transparent;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;width:80px;height:80px}
.single-product .woocommerce-product-gallery .flex-control-thumbs li.flex-active,.single-product .woocommerce-product-gallery .flex-control-thumbs li:hover{--tw-border-opacity:1;border-color:rgb(1 145 212/var(--tw-border-opacity,1))}
.single-product .woocommerce-product-gallery .flex-control-thumbs li img{display:block;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.single-product .lifegivingstore-product-summary):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.single-product .lifegivingstore-product-summary):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.single-product .lifegivingstore-product-summary):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.single-product .lifegivingstore-product-summary):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(.single-product .lifegivingstore-product-summary){padding:1.25rem}
}
.single-product .lifegivingstore-product-summary .woocommerce-product-rating{margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(115 115 115/var(--tw-text-opacity,1))}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.single-product .lifegivingstore-product-summary .woocommerce-product-rating):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.single-product .lifegivingstore-product-summary .woocommerce-product-rating):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.single-product .lifegivingstore-product-summary .woocommerce-product-rating):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.single-product .lifegivingstore-product-summary .woocommerce-product-rating):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.single-product .lifegivingstore-product-summary>.price):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.single-product .lifegivingstore-product-summary>.price):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.single-product .lifegivingstore-product-summary>.price):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.single-product .lifegivingstore-product-summary>.price):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.single-product .lifegivingstore-product-summary .woocommerce-product-details__short-description{margin-bottom:1.5rem;font-size:1.125rem;line-height:1.75rem;line-height:1.625;--tw-text-opacity:1;color:rgb(82 82 82/var(--tw-text-opacity,1))}
.single-product .lifegivingstore-product-summary .woocommerce-product-details__short-description p{margin:0 0 .5rem}
.single-product .lifegivingstore-product-summary .woocommerce-product-details__short-description p:last-child{margin-bottom:0}
.single-product .lifegivingstore-product-summary .woocommerce-points-rewards,.single-product .woocommerce-product-details__short-description+div{font-size:var(--fs-body)!important;line-height:1.625!important;color:var(--color-neutral-600)!important}
.single-product .woocommerce-product-details__short-description+.wc-points-rewards-product-message{font-size:var(--fs-small)!important;line-height:1.5!important;color:var(--color-neutral-500)!important;margin:.5rem 0!important;padding:0!important;font-weight:400!important}
.single-product .lifegivingstore-product-summary .woocommerce-Price-amount{font-weight:700}
.product-buy-box .woocommerce-variation.single_variation{margin:0}
.product-buy-box .woocommerce-variation-availability .stock,.product-buy-box .woocommerce-variation-price .price{display:none!important}
.product-buy-box .woocommerce-variation-availability .wcwl_elements{display:flex!important;flex-direction:column;gap:.75rem;margin-top:.25rem}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(.product-buy-box .wcsatt-options-prompt-fieldset){padding:1.25rem}
}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-buy-box .wcsatt-options-prompt-radios):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-buy-box .wcsatt-options-prompt-radios):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-buy-box .wcsatt-options-prompt-radios):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-buy-box .wcsatt-options-prompt-radios):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(.product-buy-box .wcsatt-options-prompt-radios){padding:1.25rem}
}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-buy-box .wcsatt-options-prompt-label):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-buy-box .wcsatt-options-prompt-label):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-buy-box .wcsatt-options-prompt-label):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-buy-box .wcsatt-options-prompt-label):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.product-buy-box .wcsatt-options-product-dropdown-label{margin-bottom:.375rem;display:block;font-size:.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity:1;color:rgb(38 38 38/var(--tw-text-opacity,1))}
.product-buy-box .wcsatt-options-product-dropdown{height:2.75rem;min-height:2.75rem;width:100%;max-width:none;border-radius:.75rem;border-width:2px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding-left:.75rem;padding-right:.75rem;font-size:.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity:1;color:rgb(38 38 38/var(--tw-text-opacity,1));outline:2px solid transparent;outline-offset:2px}
.product-buy-box .wcsatt-options-product-dropdown:focus{--tw-border-opacity:1;border-color:rgb(1 145 212/var(--tw-border-opacity,1));--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:rgba(1,145,212,.2)}
@media (min-width:640px){.product-buy-box .wcsatt-options-product-dropdown{max-width:28rem}
}
.product-buy-box .woocommerce-variation-price .wc-points-rewards-product-message{margin:0;display:block;font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(115 115 115/var(--tw-text-opacity,1))}
.product-buy-box .woocommerce-variation-price .wc-points-rewards-product-message+br{display:none}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.single-product .lifegivingstore-product-summary .variations tr):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.single-product .lifegivingstore-product-summary .variations tr):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.single-product .lifegivingstore-product-summary .variations tr):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.single-product .lifegivingstore-product-summary .variations tr):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.single-product .lifegivingstore-product-summary .woocommerce-variation-add-to-cart{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-buy-box__actions):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul),:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.single-product .lifegivingstore-product-summary .woocommerce-variation-add-to-cart):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul),:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.single-product .lifegivingstore-product-summary form.cart):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-buy-box__actions):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.single-product .lifegivingstore-product-summary .woocommerce-variation-add-to-cart):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.single-product .lifegivingstore-product-summary form.cart):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-buy-box__actions):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.single-product .lifegivingstore-product-summary .woocommerce-variation-add-to-cart):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.single-product .lifegivingstore-product-summary form.cart):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-buy-box__actions):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.single-product .lifegivingstore-product-summary .woocommerce-variation-add-to-cart):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.single-product .lifegivingstore-product-summary form.cart):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-buy-box__meta):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-buy-box__meta):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-buy-box__meta):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-buy-box__meta):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-shipping-estimate):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-shipping-estimate):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-shipping-estimate):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-shipping-estimate):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.single-product .lifegivingstore-product-summary .single_add_to_cart_button.loading:before{background:none;mask:none;-webkit-mask:none;width:1.125rem;height:1.125rem;margin-right:.5rem;border:2px solid hsla(0,0%,100%,.35);border-top-color:#fff;border-radius:50%;animation:lifegivingstore-spin .65s linear infinite}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-trust-card):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-trust-card):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-trust-card):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-trust-card):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-trust-tile):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-trust-tile):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-trust-tile):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-trust-tile):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-trust-tile__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-trust-tile__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-trust-tile__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-trust-tile__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(.product-trust-logos .product-safe-checkout--logos-only){padding:1.25rem}
}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-trust-logos .payment-methods):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-trust-logos .payment-methods):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-trust-logos .payment-methods):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-trust-logos .payment-methods):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-trust-logos .payment-methods__bnpl):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-trust-logos .payment-methods__bnpl):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-trust-logos .payment-methods__bnpl):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-trust-logos .payment-methods__bnpl):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-trust-logos .payment-methods--bnpl):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-trust-logos .payment-methods--bnpl):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-trust-logos .payment-methods--bnpl):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-trust-logos .payment-methods--bnpl):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-safe-checkout__lock):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-safe-checkout__lock):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-safe-checkout__lock):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-safe-checkout__lock):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.payment-methods):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.payment-methods):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.payment-methods):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.payment-methods):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-payment-confidence__cards):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-payment-confidence__cards):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-payment-confidence__cards):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-payment-confidence__cards):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-money-back-guarantee):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-money-back-guarantee):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-money-back-guarantee):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.product-money-back-guarantee):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.single-product .woocommerce-tabs.wc-tabs-wrapper{margin-top:2rem;overflow:hidden;border-radius:0;border-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}
.single-product .woocommerce-tabs .tabs.wc-tabs{margin:0;display:flex;list-style-type:none;flex-wrap:wrap;border-bottom-width:2px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1));padding:0}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.single-product .woocommerce-tabs .tabs.wc-tabs):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.single-product .woocommerce-tabs .tabs.wc-tabs):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.single-product .woocommerce-tabs .tabs.wc-tabs):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.single-product .woocommerce-tabs .tabs.wc-tabs):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(.single-product .woocommerce-tabs .tabs.wc-tabs){padding:1.25rem}
}
.single-product .woocommerce-tabs .tabs.wc-tabs li{margin:0}
.single-product .woocommerce-tabs .tabs.wc-tabs li a{margin-bottom:-.125rem;display:block;border-bottom-width:2px;border-color:transparent;padding:1rem 1.5rem;font-size:1rem;line-height:1.5rem;font-weight:700;--tw-text-opacity:1;color:rgb(82 82 82/var(--tw-text-opacity,1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}
.single-product .woocommerce-tabs .tabs.wc-tabs li.active a{border-color:rgb(1 112 185/var(--tw-border-opacity,1))}
.single-product .woocommerce-tabs .tabs.wc-tabs li a:hover,.single-product .woocommerce-tabs .tabs.wc-tabs li.active a{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(1 112 185/var(--tw-text-opacity,1))}
.single-product .woocommerce-tabs .tabs.wc-tabs li a:hover{border-color:rgb(102 189 237/var(--tw-border-opacity,1))}
@media (max-width:767px){.single-product .woocommerce-tabs:not(.wpt-accordion) .tabs.wc-tabs{display:flex!important;flex-wrap:wrap}
.single-product .woocommerce-tabs.wpt-accordion .wpt-acc-title{display:block;margin:0;font-size:var(--fs-body);font-weight:700;color:var(--color-neutral-900);padding:.875rem 1rem;background:var(--color-neutral-50);border-top-width:1px;border:1px solid var(--color-neutral-200);border-top:0 solid var(--color-neutral-200);cursor:pointer;-webkit-tap-highlight-color:transparent}
.single-product .woocommerce-tabs.wpt-accordion .wpt-acc-title:first-of-type{border-top-width:1px;border-radius:.75rem .75rem 0 0}
.single-product .woocommerce-tabs.wpt-accordion .woocommerce-Tabs-panel{border:1px solid var(--color-neutral-200);border-top:0}
.single-product .woocommerce-tabs.wpt-accordion .woocommerce-Tabs-panel:last-of-type{border-radius:0 0 .75rem .75rem}
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel{padding:1.5rem;font-size:1.125rem;line-height:1.75rem;line-height:1.625;--tw-text-opacity:1;color:rgb(64 64 64/var(--tw-text-opacity,1))}
@media (min-width:768px){.single-product .woocommerce-tabs .woocommerce-Tabs-panel{padding:2rem}
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel>h2:first-child{display:none}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel h2{margin-bottom:1rem;margin-top:1.5rem;--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1))}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel h2:first-child{margin-top:0}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel h3{margin-bottom:.75rem;margin-top:1rem;--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1))}
.single-product #reviews .woocommerce-Reviews-title{margin-bottom:1.5rem;--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1))}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(.single-product #reviews .commentlist){padding:1.25rem}
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel p{margin-bottom:1rem;line-height:1.625;--tw-text-opacity:1;color:rgb(64 64 64/var(--tw-text-opacity,1))}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel p:last-child{margin-bottom:0}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel b,.single-product .woocommerce-tabs .woocommerce-Tabs-panel strong{font-weight:700;--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1))}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel a{font-weight:600;--tw-text-opacity:1;color:rgb(1 112 185/var(--tw-text-opacity,1))}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel a:hover{--tw-text-opacity:1;color:rgb(1 90 148/var(--tw-text-opacity,1))}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel li{line-height:1.625}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel table{margin-bottom:1rem;width:100%;border-collapse:collapse;overflow:hidden;border-radius:.75rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1))}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel td,.single-product .woocommerce-tabs .woocommerce-Tabs-panel th{border-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));padding:.75rem 1rem;text-align:left;--tw-text-opacity:1;color:rgb(64 64 64/var(--tw-text-opacity,1))}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel th{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1));font-weight:700;--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1))}
.single-product .woocommerce-tabs #reviews .commentlist{margin:0;list-style-type:none}
.single-product .woocommerce-tabs #reviews .commentlist>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem*var(--tw-space-y-reverse))}
.single-product .woocommerce-tabs #reviews .commentlist{padding:0}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(.single-product .woocommerce-tabs #reviews .commentlist){padding:1.25rem}
}
.single-product .woocommerce-tabs #reviews .commentlist li{border-radius:.75rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(245 245 245/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1));padding:1rem}
.single-product .woocommerce-tabs #reviews .commentlist .meta{margin-bottom:.5rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(115 115 115/var(--tw-text-opacity,1))}
.single-product .woocommerce-tabs #reviews .commentlist .description p{margin-bottom:0;--tw-text-opacity:1;color:rgb(64 64 64/var(--tw-text-opacity,1))}
.single-product .woocommerce-tabs .star-rating{--tw-text-opacity:1;color:rgb(1 145 212/var(--tw-text-opacity,1))}
.single-product .woocommerce-tabs #reply-title{margin-bottom:.75rem;font-size:1.125rem;line-height:1.75rem;font-weight:700;--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1))}
.single-product .woocommerce-tabs .comment-form-author input,.single-product .woocommerce-tabs .comment-form-comment textarea,.single-product .woocommerce-tabs .comment-form-email input{width:100%;border-radius:.75rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));padding:.75rem 1rem;--tw-text-opacity:1;color:rgb(38 38 38/var(--tw-text-opacity,1));outline:2px solid transparent;outline-offset:2px}
.single-product .woocommerce-tabs .comment-form-author input:focus,.single-product .woocommerce-tabs .comment-form-comment textarea:focus,.single-product .woocommerce-tabs .comment-form-email input:focus{--tw-border-opacity:1;border-color:rgb(1 145 212/var(--tw-border-opacity,1));--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:rgba(1,145,212,.2)}
.single-product .woocommerce-tabs .form-submit .submit{display:inline-flex;cursor:pointer;align-items:center;justify-content:center;border-radius:1rem;border-width:0;--tw-bg-opacity:1;background-color:rgb(1 145 212/var(--tw-bg-opacity,1));padding:.75rem 1.5rem;font-size:.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));--tw-shadow:0 1px 3px rgba(0,0,0,.05);--tw-shadow-colored:0 1px 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}
.single-product .woocommerce-tabs .form-submit .submit:hover{--tw-bg-opacity:1;background-color:rgb(1 112 185/var(--tw-bg-opacity,1))}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(.single-product .related.products ul.products),.woocommerce-account .lifegivingstore-account-card.card:not(.single-product .upsells.products ul.products){padding:1.25rem}
}
.single-product .related.products ul.products li.product .woocommerce-loop-product__title,.single-product .upsells.products ul.products li.product .woocommerce-loop-product__title{--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1))}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(.single-product .lifegivingstore-fbt-section ul.products){padding:1.25rem}
}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(.single-product .lifegivingstore-fbt-section ul.products>li.product){padding:1.25rem}
}
@keyframes lifegivingstore-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}
.single-product .lifegivingstore-fbt-section .cuw-add-to-cart.loading{position:relative;overflow:hidden;pointer-events:none;cursor:wait}
.single-product .lifegivingstore-fbt-section .cuw-add-to-cart.loading:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(90deg,transparent,hsla(0,0%,100%,.25) 50%,transparent);background-size:200% 100%;animation:lifegivingstore-skeleton-shimmer 1.4s ease-in-out infinite;pointer-events:none}
@media (prefers-reduced-motion:reduce){.single-product .lifegivingstore-fbt-section .cuw-add-to-cart.loading:after{animation:none}
}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-pagination ul):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-pagination ul):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-pagination ul):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-pagination ul):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(.lifegivingstore-pagination ul){padding:1.25rem}
}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(.lifegivingstore-pagination ul li){padding:1.25rem}
}
.lifegivingstore-pagination ul span.current{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(1 145 212/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}
.lifegivingstore-pagination ul span.current{border-width:1px;border-color:rgb(1 145 212/var(--tw-border-opacity,1))}
.lifegivingstore-blog-pagination span.current{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(1 145 212/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}
.lifegivingstore-blog-pagination span.current{border-width:1px;border-color:rgb(1 145 212/var(--tw-border-opacity,1))}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(.blog-sidebar .widget ul){padding:1.25rem}
}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.post-navigation .nav-links):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.post-navigation .nav-links):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.post-navigation .nav-links):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.post-navigation .nav-links):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.author-bio-card__inner):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.author-bio-card__inner):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.author-bio-card__inner):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.author-bio-card__inner):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
body.woocommerce-cart .entry-content>h1:first-child,body.woocommerce-cart .entry-content>h2:first-child,body.woocommerce-cart .wp-block-post-title,body.woocommerce-cart main>.wp-block-heading:first-child,body.woocommerce-cart main>.wp-block-post-title,body.woocommerce-cart main>h1:first-child,body.woocommerce-cart main>h2:first-child{display:none!important}
body.woocommerce-cart{font-size:var(--checkout-fs-body);line-height:var(--checkout-lh-normal)}
.woocommerce-cart-wrapper{width:100%;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-cart-empty__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-cart-empty__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-cart-empty__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-cart-empty__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-cart-empty__actions):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-cart-empty__actions):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-cart-empty__actions):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-cart-empty__actions):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.cart-items-block .woocommerce-cart-form{margin:0;min-width:0;max-width:100%}
.woocommerce-cart-form__contents{width:100%;border-collapse:collapse}
.woocommerce-cart-form__contents thead{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1))}
.woocommerce-cart-form__contents thead th{border-bottom-width:2px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));padding:1rem;text-align:left;font-size:.875rem;line-height:1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em;--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1))}
.woocommerce-cart-form__contents tbody td{border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));padding:1.25rem 1rem;vertical-align:middle;font-size:var(--checkout-fs-body);line-height:var(--checkout-lh-normal)}
.woocommerce-cart-form__contents .product-thumbnail img{height:5rem;width:5rem;border-radius:.75rem;-o-object-fit:cover;object-fit:cover;max-width:none;min-width:5rem;aspect-ratio:1/1}
.woocommerce-cart-form__contents .product-name a{font-weight:600;--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}
.woocommerce-cart-form__contents .product-name a:hover{--tw-text-opacity:1;color:rgb(1 112 185/var(--tw-text-opacity,1))}
.woocommerce-cart-form__contents .product-name,.woocommerce-cart-form__contents .product-name a{font-size:var(--checkout-fs-body);line-height:var(--checkout-lh-normal)}
.woocommerce-cart-form__contents .product-price,.woocommerce-cart-form__contents .product-subtotal{font-weight:700;--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1));font-size:var(--checkout-fs-body);line-height:var(--checkout-lh-normal)}
.woocommerce-cart-form__contents .product-subtotal{--tw-text-opacity:1;color:rgb(1 112 185/var(--tw-text-opacity,1))}
.woocommerce-cart-form__contents .product-quantity .qty{width:6rem;border-radius:.75rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));padding:.625rem .75rem;text-align:center;outline:2px solid transparent;outline-offset:2px;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
.woocommerce-cart-form__contents .product-quantity .qty:focus{--tw-border-opacity:1;border-color:rgb(1 145 212/var(--tw-border-opacity,1));--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:rgba(1,145,212,.2)}
.woocommerce-cart-form__contents .product-quantity .qty{font-size:var(--checkout-fs-body);line-height:var(--checkout-lh-normal);-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}
.woocommerce-cart-form__contents .product-quantity .qty::-webkit-inner-spin-button,.woocommerce-cart-form__contents .product-quantity .qty::-webkit-outer-spin-button{-webkit-appearance:auto;opacity:1;margin-left:4px}
.woocommerce-cart-form__contents .product-remove a{display:inline-flex;height:2rem;width:2rem;align-items:center;justify-content:center;border-radius:9999px;font-size:1.25rem;line-height:1.75rem;font-weight:400;--tw-text-opacity:1;color:rgb(163 163 163/var(--tw-text-opacity,1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}
.woocommerce-cart-form__contents .product-remove a:hover{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}
.woocommerce-cart-form__contents .actions{border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1));padding:1.5rem 1rem}
.woocommerce-cart-form__contents .coupon{margin-bottom:1rem;display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-cart-form__contents .coupon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-cart-form__contents .coupon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-cart-form__contents .coupon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-cart-form__contents .coupon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.woocommerce-cart-form__contents .coupon label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
.woocommerce-cart-form__contents .coupon .input-text{min-width:200px;flex:1 1 0%;border-radius:.75rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));padding:.75rem 1rem;outline:2px solid transparent;outline-offset:2px;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
.woocommerce-cart-form__contents .coupon .input-text:focus{--tw-border-opacity:1;border-color:rgb(1 145 212/var(--tw-border-opacity,1));--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:rgba(1,145,212,.2)}
.woocommerce-cart-form__contents .coupon .input-text{font-size:var(--fs-body);line-height:1.5}
.woocommerce-cart-form__contents .button[name=update_cart]{display:inline-flex;cursor:pointer;align-items:center;justify-content:center;gap:.5rem;border-radius:.75rem;border-width:0;--tw-bg-opacity:1;background-color:rgb(1 112 185/var(--tw-bg-opacity,1));padding:.75rem 1.5rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}
.woocommerce-cart-form__contents .button[name=update_cart]:hover{--tw-bg-opacity:1;background-color:rgb(1 90 148/var(--tw-bg-opacity,1))}
.woocommerce-cart-form__contents .button[name=update_cart]{font-size:var(--fs-small);line-height:1.25rem}
.woocommerce-cart-form__contents .coupon .button{display:inline-flex;cursor:pointer;align-items:center;justify-content:center;gap:.5rem;border-radius:.75rem;border-width:2px;--tw-border-opacity:1;border-color:rgb(1 112 185/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:.75rem 1rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em;--tw-text-opacity:1;color:rgb(1 112 185/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}
.woocommerce-cart-form__contents .coupon .button:hover{--tw-bg-opacity:1;background-color:rgb(230 244 252/var(--tw-bg-opacity,1))}
.woocommerce-cart-form__contents .coupon .button{font-size:var(--fs-small);line-height:1.25rem}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(.checkout-right-column.cart-collaterals .cart_totals){padding:1.25rem}
}
.cart-collaterals .woocommerce-shipping-calculator{margin-top:.5rem}
.cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form{margin-top:.75rem}
.cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem*var(--tw-space-y-reverse))}
.cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form .form-row{margin:0}
.cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form .form-row label{margin-bottom:.375rem;display:block;font-weight:600;--tw-text-opacity:1;color:rgb(64 64 64/var(--tw-text-opacity,1));font-size:var(--fs-small);line-height:1.25rem}
.cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form input[type=text],.cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form select{width:100%;border-radius:.5rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:.625rem .875rem;--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1));font-size:var(--fs-body-sm);line-height:1.4}
.cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form input[type=text]:focus,.cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form select:focus{--tw-border-opacity:1;border-color:rgb(1 145 212/var(--tw-border-opacity,1));outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:rgba(1,145,212,.15)}
.cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form .select2-container{width:100%}
.cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form .select2-container .select2-selection--single{height:44px;border-radius:.5rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1))}
.cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form .select2-container .select2-selection__rendered{line-height:42px;padding-left:.875rem;padding-right:2rem}
.cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form .button{display:inline-flex;align-items:center;justify-content:center;border-radius:.5rem;border-width:0;--tw-bg-opacity:1;background-color:rgb(1 112 185/var(--tw-bg-opacity,1));padding:.625rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}
.cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form .button:hover{--tw-bg-opacity:1;background-color:rgb(1 90 148/var(--tw-bg-opacity,1))}
.woocommerce-cart-cross-sells .cross-sells{margin-top:0;border-radius:.75rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:1rem;--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}
@media (min-width:768px){.woocommerce-cart-cross-sells .cross-sells{padding:1.25rem}
}
.woocommerce-cart-cross-sells .cross-sells h2{margin:0 0 1.25rem;border-width:0;padding-bottom:0;text-align:left;font-weight:700;text-transform:uppercase;letter-spacing:.025em;--tw-text-opacity:1;color:rgb(115 115 115/var(--tw-text-opacity,1));font-size:var(--checkout-fs-emphasis);line-height:var(--checkout-lh-tight)}
.woocommerce-cart-cross-sells .cross-sells>ul.products{display:grid;gap:1rem}
@media (min-width:768px){.woocommerce-cart-cross-sells .cross-sells>ul.products{gap:1.25rem}
}
.woocommerce-cart-cross-sells .cross-sells>ul.products{grid-template-columns:repeat(auto-fill,minmax(220px,250px));justify-content:flex-start}
.woocommerce-cart-cross-sells .cross-sells>ul.products li.product{margin:0;border-radius:.75rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:1rem;max-width:250px}
.woocommerce-cart-cross-sells .cross-sells>ul.products li.product img{margin-left:auto;margin-right:auto}
.woocommerce-cart-cross-sells .cross-sells>ul.products li.product .button{width:100%;justify-content:center;white-space:nowrap}
@media (max-width:768px){.woocommerce-cart-wrapper{padding-left:0;padding-right:0}
.woocommerce-cart-wrapper .site-container{padding-left:1rem;padding-right:1rem}
.woocommerce-cart-form__contents,.woocommerce-cart-form__contents tbody{display:block;width:100%;max-width:100%}
.woocommerce-cart-form__contents thead{display:none}
.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item{display:grid;grid-template-columns:4.5rem minmax(0,1fr) auto;grid-template-rows:auto auto auto;-moz-column-gap:.875rem;column-gap:.875rem;row-gap:.375rem;align-items:start;width:100%;max-width:100%;min-width:0;box-sizing:border-box;position:relative;margin-bottom:0;border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));padding-top:1rem;padding-bottom:1rem;padding-right:2rem}
.woocommerce-cart-form__contents tbody tr:has(.actions){display:block;position:static;border-width:0;padding-top:0;padding-bottom:0}
.woocommerce-cart-form__contents tbody td{display:block;border-width:0;padding:0}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(.woocommerce-cart-form__contents tbody td){padding:1.25rem}
}
.woocommerce-cart-form__contents tbody td{font-size:var(--checkout-fs-body);line-height:var(--checkout-lh-normal)}
.woocommerce-cart-form__contents .product-thumbnail{grid-column:1;grid-row:1/span 3;margin-bottom:0;width:auto}
.woocommerce-cart-form__contents .product-thumbnail img{margin:0;height:4.5rem;width:4.5rem;border-radius:.75rem;-o-object-fit:cover;object-fit:cover;min-width:0}
.woocommerce-cart-form__contents .product-name{grid-column:2/span 2;grid-row:1;min-width:0;overflow-wrap:break-word;word-break:break-word;margin-bottom:0;text-align:left;font-weight:600}
.woocommerce-cart-form__contents .product-name:before{display:none}
.woocommerce-cart-form__contents .product-price{grid-column:2;grid-row:2;min-width:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-cart-form__contents .product-price):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-cart-form__contents .product-price):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-cart-form__contents .product-price):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-cart-form__contents .product-price):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.woocommerce-cart-form__contents .product-subtotal{grid-column:3;grid-row:2;min-width:0;align-self:flex-end;text-align:right}
.woocommerce-cart-form__contents .product-quantity{grid-column:2/span 2;grid-row:3;margin-top:0;margin-bottom:0;display:flex;align-items:center;justify-content:flex-start;gap:.5rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-cart-form__contents .product-quantity):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-cart-form__contents .product-quantity):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-cart-form__contents .product-quantity):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-cart-form__contents .product-quantity):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.woocommerce-cart-form__contents .product-price:before,.woocommerce-cart-form__contents .product-quantity:before,.woocommerce-cart-form__contents .product-subtotal:before{margin-bottom:.125rem;display:block;font-weight:600;text-transform:uppercase;letter-spacing:.025em;--tw-text-opacity:1;color:rgb(115 115 115/var(--tw-text-opacity,1));font-size:var(--fs-micro);line-height:1.2;content:attr(data-title)}
.woocommerce-cart-form__contents .product-quantity .qty{width:5.5rem;padding-top:.5rem;padding-bottom:.5rem}
.woocommerce-cart-form__contents .product-remove{grid-column:3;grid-row:1;position:absolute;right:0;top:1rem;z-index:10}
.woocommerce-cart-form__contents .product-remove:before{display:none}
.woocommerce-cart-form__contents .actions{display:flex;flex-direction:column;gap:.75rem;border-top-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1));padding:1rem 0}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-cart-form__contents .actions):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-cart-form__contents .actions):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-cart-form__contents .actions):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-cart-form__contents .actions):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.woocommerce-cart-form__contents .coupon{margin-bottom:0;display:flex;width:100%;min-width:0;max-width:100%;flex-direction:row;flex-wrap:wrap;align-items:stretch;gap:.5rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-cart-form__contents .coupon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-cart-form__contents .coupon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-cart-form__contents .coupon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-cart-form__contents .coupon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.woocommerce-cart-form__contents .coupon .input-text{min-height:44px;min-width:0;flex:1 1 0%;padding-top:.75rem;padding-bottom:.75rem;width:auto;font-size:var(--checkout-fs-body)}
.woocommerce-cart-form__contents .coupon .button{width:auto;flex-shrink:0;padding:.75rem 1rem;font-size:var(--fs-caption-lg)}
.woocommerce-cart-form__contents .button[name=update_cart],.woocommerce-cart-form__contents .coupon .button{display:inline-flex;min-height:44px;max-width:100%;align-items:center;justify-content:center}
.woocommerce-cart-form__contents .button[name=update_cart]{width:100%;padding-top:.75rem;padding-bottom:.75rem;font-size:var(--fs-small)}
.woocommerce-cart-cross-sells .cross-sells>ul.products{grid-template-columns:minmax(0,1fr)}
.woocommerce-cart-cross-sells .cross-sells>ul.products li.product{max-width:none}
.cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form .button{width:100%}
}
@media (max-width:480px){.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item{grid-template-columns:4rem minmax(0,1fr);grid-template-rows:auto auto auto auto;-moz-column-gap:.75rem;column-gap:.75rem;padding-right:1.75rem}
.woocommerce-cart-form__contents .product-thumbnail{grid-row:1/span 4}
.woocommerce-cart-form__contents .product-thumbnail img{height:4rem;width:4rem}
.woocommerce-cart-form__contents .product-name{grid-column:2}
.woocommerce-cart-form__contents .product-price{grid-column:2;grid-row:2}
.woocommerce-cart-form__contents .product-subtotal{grid-column:2;grid-row:3;align-self:flex-start;text-align:left}
.woocommerce-cart-form__contents .product-quantity{grid-column:2;grid-row:4}
.woocommerce-cart-form__contents .coupon .button{width:100%;padding-left:.75rem;padding-right:.75rem;font-size:var(--fs-caption)}
}
body.woocommerce-checkout{font-size:var(--checkout-fs-body);line-height:var(--checkout-lh-normal)}
.woocommerce-checkout-wrapper{width:100%;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));overflow:hidden!important;position:relative!important}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-grid):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-grid):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-grid):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-grid):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-left-column):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-left-column):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-left-column):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-left-column):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-customer-sections):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-customer-sections):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-customer-sections):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-customer-sections):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.woocommerce-checkout .col2-set{width:100%}
.woocommerce-checkout .col2-set .col-1,.woocommerce-checkout .col2-set .col-2{margin-bottom:0;width:100%}
.woocommerce-checkout #customer_details>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem*var(--tw-space-y-reverse))}
body.woocommerce-checkout form.checkout .woocommerce-account-fields .create-account,body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper,body.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper{display:grid!important;grid-template-columns:minmax(0,1fr);align-items:start;-moz-column-gap:1rem;column-gap:1rem;row-gap:.75rem;width:100%}
@media (min-width:640px){body.woocommerce-checkout form.checkout .woocommerce-account-fields .create-account,body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper,body.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
body.woocommerce-checkout form.checkout .woocommerce-account-fields .create-account>.form-row,body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper>.form-row,body.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper>.form-row{float:none!important;clear:none!important;width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;margin-bottom:0!important;min-width:0;display:flex;flex-direction:column;align-self:stretch}
body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper>.woocommerce-account-fields--inline{grid-column:1/-1;width:100%;margin:0}
body.woocommerce-checkout form.checkout #billing_address_2_field label,body.woocommerce-checkout form.checkout #shipping_address_2_field label{display:block}
@media (min-width:640px){body.woocommerce-checkout form.checkout .woocommerce-account-fields .create-account>.form-row-wide,body.woocommerce-checkout form.checkout .woocommerce-additional-fields>.form-row-wide,body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper>.form-row-wide,body.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper>.form-row-wide{grid-column:1/-1!important}
body.woocommerce-checkout form.checkout .woocommerce-account-fields .create-account>.form-row-first,body.woocommerce-checkout form.checkout .woocommerce-account-fields .create-account>.form-row-last,body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper>.form-row-first,body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper>.form-row-last,body.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper>.form-row-first,body.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper>.form-row-last{grid-column:span 1/span 1!important}
}
body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper>.form-row-first .select2-container,body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper>.form-row-last .select2-container,body.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper>.form-row-first .select2-container,body.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper>.form-row-last .select2-container{width:100%!important;max-width:100%}
body.woocommerce-checkout form.checkout .woocommerce-account-fields .create-account:after,body.woocommerce-checkout form.checkout .woocommerce-account-fields .create-account:before,body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper:after,body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper:before,body.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper:after,body.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper:before{display:none!important;content:none!important}
.woocommerce-checkout #ship-to-different-address{margin-bottom:.75rem;border-width:0;padding-bottom:0;text-align:left;font-weight:600;text-transform:none;letter-spacing:0;--tw-text-opacity:1;color:rgb(38 38 38/var(--tw-text-opacity,1));font-size:var(--checkout-fs-body);line-height:var(--checkout-lh-normal)}
.woocommerce-checkout #ship-to-different-address label{margin:0;display:flex;cursor:pointer;align-items:center;gap:.5rem;font-weight:600;--tw-text-opacity:1;color:rgb(38 38 38/var(--tw-text-opacity,1))}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-checkout #ship-to-different-address label):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-checkout #ship-to-different-address label):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-checkout #ship-to-different-address label):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-checkout #ship-to-different-address label):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.woocommerce-checkout #ship-to-different-address label{font-size:var(--checkout-fs-body)}
.woocommerce-checkout .woocommerce-account-fields>.form-row.create-account{margin-bottom:0;margin-top:.25rem}
.woocommerce-checkout .woocommerce-account-fields>.form-row.create-account label{margin:0;display:inline-flex;cursor:pointer;align-items:center;gap:.625rem;font-weight:600;--tw-text-opacity:1;color:rgb(38 38 38/var(--tw-text-opacity,1));font-size:var(--checkout-fs-body);line-height:var(--checkout-lh-normal)}
.woocommerce-checkout .woocommerce-account-fields>.form-row.create-account label span{line-height:1.5}
.woocommerce-checkout .woocommerce-account-fields>.form-row.create-account input[type=checkbox]{margin:0;height:1rem;width:1rem;flex-shrink:0}
.woocommerce-checkout .woocommerce-additional-fields>h3.checkout-block__title{text-align:left;font-weight:700;text-transform:uppercase;letter-spacing:.025em;--tw-text-opacity:1;color:rgb(115 115 115/var(--tw-text-opacity,1));font-size:var(--checkout-fs-emphasis);line-height:var(--checkout-lh-tight)}
.woocommerce-checkout #customer_details .form-row,.woocommerce-checkout .woocommerce-additional-fields .form-row{margin-bottom:.75rem}
.woocommerce-checkout .form-row{margin-bottom:1rem}
.woocommerce-checkout #customer_details .form-row label,.woocommerce-checkout .form-row label,.woocommerce-checkout .woocommerce-additional-fields .form-row label{margin-bottom:.375rem;display:block;font-weight:600;--tw-text-opacity:1;color:rgb(64 64 64/var(--tw-text-opacity,1));font-size:var(--checkout-fs-body);line-height:var(--checkout-lh-tight)}
.woocommerce-checkout #customer_details .form-row label.woocommerce-form__label-for-checkbox,.woocommerce-checkout .form-row label.woocommerce-form__label-for-checkbox,.woocommerce-checkout .woocommerce-additional-fields .form-row label.woocommerce-form__label-for-checkbox{margin-bottom:0;display:inline-flex;cursor:pointer;align-items:center;gap:.625rem}
.woocommerce-checkout .form-row .required{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}
.woocommerce-checkout .select2-container--default .select2-selection--single,.woocommerce-checkout .woocommerce-input-wrapper select,.woocommerce-checkout input[type=email],.woocommerce-checkout input[type=password],.woocommerce-checkout input[type=tel],.woocommerce-checkout input[type=text],.woocommerce-checkout select,.woocommerce-checkout textarea{width:100%;border-radius:.5rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:.625rem .75rem;--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1));outline:2px solid transparent;outline-offset:2px;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
.woocommerce-checkout .select2-container--default .select2-selection--single:focus,.woocommerce-checkout .woocommerce-input-wrapper select:focus,.woocommerce-checkout input[type=email]:focus,.woocommerce-checkout input[type=password]:focus,.woocommerce-checkout input[type=tel]:focus,.woocommerce-checkout input[type=text]:focus,.woocommerce-checkout select:focus,.woocommerce-checkout textarea:focus{--tw-border-opacity:1;border-color:rgb(1 145 212/var(--tw-border-opacity,1));--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:rgba(1,145,212,.2)}
.woocommerce-checkout .select2-container--default .select2-selection--single,.woocommerce-checkout .woocommerce-input-wrapper select,.woocommerce-checkout input[type=email],.woocommerce-checkout input[type=password],.woocommerce-checkout input[type=tel],.woocommerce-checkout input[type=text],.woocommerce-checkout select,.woocommerce-checkout textarea{font-size:var(--checkout-fs-body);line-height:var(--checkout-lh-normal)}
.woocommerce-checkout .select2-container--default .select2-selection--single,.woocommerce-checkout .woocommerce-input-wrapper select,.woocommerce-checkout select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m5 7.5 5 5 5-5'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:18px;min-height:44px;padding-right:40px}
.woocommerce-checkout .select2-container--default .select2-selection--single{display:flex;align-items:center;border-radius:.5rem;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1))}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-checkout .select2-container--default .select2-selection--single):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-checkout .select2-container--default .select2-selection--single):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-checkout .select2-container--default .select2-selection--single):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-checkout .select2-container--default .select2-selection--single):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.woocommerce-checkout .select2-container--default .select2-selection--single{height:44px;padding-left:12px;padding-right:40px}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered{padding-left:0;--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1));line-height:var(--checkout-lh-normal);padding-left:0;padding-right:0}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__placeholder{--tw-text-opacity:1;color:rgb(115 115 115/var(--tw-text-opacity,1))}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{display:none}
.woocommerce-checkout .form-row.lifegivingstore-field-has-error .input-text,.woocommerce-checkout .form-row.lifegivingstore-field-has-error .select2-container--default .select2-selection--single,.woocommerce-checkout .form-row.lifegivingstore-field-has-error input[type=email],.woocommerce-checkout .form-row.lifegivingstore-field-has-error input[type=password],.woocommerce-checkout .form-row.lifegivingstore-field-has-error input[type=tel],.woocommerce-checkout .form-row.lifegivingstore-field-has-error input[type=text],.woocommerce-checkout .form-row.lifegivingstore-field-has-error select,.woocommerce-checkout .form-row.lifegivingstore-field-has-error textarea,.woocommerce-checkout .form-row.woocommerce-invalid .input-text,.woocommerce-checkout .form-row.woocommerce-invalid .select2-container--default .select2-selection--single,.woocommerce-checkout .form-row.woocommerce-invalid input[type=email],.woocommerce-checkout .form-row.woocommerce-invalid input[type=password],.woocommerce-checkout .form-row.woocommerce-invalid input[type=tel],.woocommerce-checkout .form-row.woocommerce-invalid input[type=text],.woocommerce-checkout .form-row.woocommerce-invalid select,.woocommerce-checkout .form-row.woocommerce-invalid textarea{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1));--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:rgba(239,68,68,.2);border-width:2px}
.woocommerce-checkout .checkout-inline-error-message,.woocommerce-checkout .lifegivingstore-checkout-field-error{margin-top:.375rem;display:block;font-size:.875rem;line-height:1.25rem;font-weight:500;line-height:var(--checkout-lh-tight)}
.woocommerce-checkout .lifegivingstore-checkout-field-error{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}
.woocommerce-checkout .lifegivingstore-checkout-field-error a.showlogin{font-weight:600;--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity,1));text-decoration-line:underline;text-underline-offset:2px}
.woocommerce-checkout .lifegivingstore-checkout-section-error{margin-bottom:.75rem;border-radius:.5rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(254 202 202/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1));padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity,1))}
.woocommerce-checkout .checkout-payment-section.lifegivingstore-section-has-error,.woocommerce-checkout .checkout-shipping-methods-section.lifegivingstore-section-has-error{border-radius:.75rem;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:rgba(239,68,68,.2)}
.woocommerce-checkout .select2-container--open .select2-dropdown{margin-top:.25rem;overflow:hidden;border-radius:.5rem;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1))}
.woocommerce-checkout .select2-container--default .select2-results__option{padding:.625rem .75rem;--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1));font-size:var(--checkout-fs-body);line-height:var(--checkout-lh-normal)}
.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[aria-selected]{--tw-bg-opacity:1;background-color:rgb(230 244 252/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(1 90 148/var(--tw-text-opacity,1))}
.woocommerce-checkout .select2-container--default .select2-results__option[aria-selected=true]{--tw-bg-opacity:1;background-color:rgb(204 233 249/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(1 69 111/var(--tw-text-opacity,1))}
.woocommerce-checkout #customer_details input[type=checkbox],.woocommerce-checkout #customer_details input[type=radio],.woocommerce-checkout .woocommerce-account-fields input[type=checkbox],.woocommerce-checkout .woocommerce-account-fields input[type=radio],.woocommerce-checkout .woocommerce-additional-fields input[type=checkbox],.woocommerce-checkout .woocommerce-additional-fields input[type=radio],.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper input[type=checkbox],.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper input[type=radio]{height:1.25rem;width:1.25rem;border-radius:.25rem;--tw-border-opacity:1;border-color:rgb(212 212 212/var(--tw-border-opacity,1));--tw-text-opacity:1;color:rgb(1 112 185/var(--tw-text-opacity,1))}
.woocommerce-checkout #customer_details input[type=checkbox]:focus,.woocommerce-checkout #customer_details input[type=radio]:focus,.woocommerce-checkout .woocommerce-account-fields input[type=checkbox]:focus,.woocommerce-checkout .woocommerce-account-fields input[type=radio]:focus,.woocommerce-checkout .woocommerce-additional-fields input[type=checkbox]:focus,.woocommerce-checkout .woocommerce-additional-fields input[type=radio]:focus,.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper input[type=checkbox]:focus,.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper input[type=radio]:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(1 145 212/var(--tw-ring-opacity,1))}
.woocommerce-checkout .woocommerce-input-wrapper select{cursor:pointer}
@media (min-width:1024px){body.woocommerce-checkout .checkout-right-column{position:sticky;top:5.5rem;align-self:flex-start}
}
.woocommerce-checkout-review-order-table{margin-bottom:1.5rem;width:100%;border-collapse:collapse}
.woocommerce-checkout-review-order-table thead{display:none}
.woocommerce-checkout-review-order-table tbody tr{border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1))}
.woocommerce-checkout-review-order-table tbody td{padding-top:1rem;padding-bottom:1rem;text-align:left;vertical-align:top;font-size:var(--checkout-fs-body);line-height:var(--checkout-lh-normal)}
.woocommerce-checkout-review-order-table .product-name{text-align:left;font-weight:500;--tw-text-opacity:1;color:rgb(38 38 38/var(--tw-text-opacity,1))}
.woocommerce-checkout-review-order-table .product-name strong{font-weight:600}
.woocommerce-checkout-review-order-table .product-name .variation{margin-top:.25rem;--tw-text-opacity:1;color:rgb(115 115 115/var(--tw-text-opacity,1));font-size:var(--checkout-fs-body);line-height:var(--checkout-lh-tight)}
.woocommerce-checkout-review-order-table .product-total{text-align:right;font-weight:700;--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1))}
.woocommerce-checkout-review-order-table tfoot{border-top-width:2px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1))}
.woocommerce-checkout-review-order-table tfoot td,.woocommerce-checkout-review-order-table tfoot th{padding-top:.75rem;padding-bottom:.75rem;text-align:left;font-size:var(--checkout-fs-body);line-height:var(--checkout-lh-normal)}
.woocommerce-checkout-review-order-table tfoot th{font-weight:600;--tw-text-opacity:1;color:rgb(64 64 64/var(--tw-text-opacity,1))}
.woocommerce-checkout-review-order-table tfoot td{text-align:right;font-weight:700;--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1))}
.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals.shipping td,.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals.shipping th,.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping td,.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping th{vertical-align:top}
.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals.shipping th,.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping th{width:32%;max-width:9rem;padding-right:.75rem}
@media (min-width:640px){.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals.shipping th,.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping th{max-width:none}
}
.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals.shipping td,.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping td{text-align:left;font-weight:400;min-width:0}
@media (max-width:768px){.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals.shipping,.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping{display:block}
.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals.shipping>td,.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals.shipping>th,.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping>td,.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping>th{display:block;width:100%;max-width:none;padding-right:0}
.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals.shipping>th,.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping>th{margin-bottom:.5rem}
.woocommerce-cart .woocommerce-shipping-methods li,.woocommerce-checkout #shipping_method li{width:100%}
}
.woocommerce-checkout-review-order-table .cart-subtotal td{--tw-text-opacity:1;color:rgb(64 64 64/var(--tw-text-opacity,1))}
.woocommerce-checkout-review-order-table .order-total td,.woocommerce-checkout-review-order-table .order-total th{border-top-width:1px;--tw-border-opacity:1;border-color:rgb(212 212 212/var(--tw-border-opacity,1));padding-top:1rem;padding-bottom:1rem;font-size:var(--checkout-fs-emphasis);line-height:var(--checkout-lh-normal)}
.woocommerce-checkout-review-order-table .order-total th{font-weight:700}
.woocommerce-checkout-review-order-table .order-total td{font-weight:700;--tw-text-opacity:1;color:rgb(1 112 185/var(--tw-text-opacity,1))}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #place_order,.woocommerce-checkout #place_order{margin-top:1.5rem;width:100%;cursor:pointer;border-radius:.75rem;border-width:0;--tw-bg-opacity:1;background-color:rgb(1 112 185/var(--tw-bg-opacity,1));padding:.875rem 1.5rem;text-align:center;font-weight:700;text-transform:uppercase;letter-spacing:.025em;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #place_order:hover,.woocommerce-checkout #place_order:hover{--tw-bg-opacity:1;background-color:rgb(1 90 148/var(--tw-bg-opacity,1))}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #place_order,.woocommerce-checkout #place_order{font-size:var(--checkout-fs-emphasis);line-height:var(--checkout-lh-normal)}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment,.woocommerce-checkout #payment{margin-top:1.5rem;overflow:hidden;border-radius:.75rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:0}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment),.woocommerce-account .lifegivingstore-account-card.card:not(.woocommerce-checkout #payment){padding:1.25rem}
}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods{margin:0;list-style-type:none;padding:0}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment ul.payment_methods),.woocommerce-account .lifegivingstore-account-card.card:not(.woocommerce-checkout #payment ul.payment_methods){padding:1.25rem}
}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment ul.payment_methods li,.woocommerce-checkout #payment ul.payment_methods li{border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));padding:1rem 1.25rem}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment ul.payment_methods li:last-child,.woocommerce-checkout #payment ul.payment_methods li:last-child{border-width:0}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment ul.payment_methods li,.woocommerce-checkout #payment ul.payment_methods li{transition:all .2s cubic-bezier(.4,0,.2,1);border-left:4px solid transparent}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment ul.payment_methods li.wc_payment_method,.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method{display:flex!important;flex-wrap:wrap;align-items:center;gap:.625rem .75rem;cursor:pointer;line-height:var(--checkout-lh-normal);text-align:left}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment ul.payment_methods li.wc_payment_method:after,.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment ul.payment_methods li.wc_payment_method:before,.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method:after,.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method:before{display:none!important;content:none!important}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment ul.payment_methods li.wc_payment_method:hover:not(:has(>input[type=radio]:checked)),.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method:hover:not(:has(>input[type=radio]:checked)){background-color:hsla(0,0%,98%,.7)}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment ul.payment_methods li.wc_payment_method:has(>input[type=radio]:checked),.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method:has(>input[type=radio]:checked){background-color:rgba(1,145,212,.03);border-left-color:var(--color-primary-600);padding-left:calc(1.25rem - 4px)}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment ul.payment_methods li.wc_payment_method[style*="display: none"],.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment ul.payment_methods li.wc_payment_method[style*="display:none"],.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method[style*="display: none"],.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method[style*="display:none"]{display:none!important}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment ul.payment_methods li>input[type=radio],.woocommerce-checkout #payment ul.payment_methods li>input[type=radio]{order:1;flex:0 0 auto;margin:0;appearance:auto;-webkit-appearance:auto;-moz-appearance:auto;width:auto;height:auto;min-width:1rem;min-height:1rem;border:none;border-radius:0;outline:none;background:none;background-image:none;box-shadow:none;cursor:pointer;float:none!important;display:inline-block;vertical-align:middle}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment ul.payment_methods li>input[type=radio]:focus-visible,.woocommerce-checkout #payment ul.payment_methods li>input[type=radio]:focus-visible{box-shadow:0 0 0 3px rgba(1,112,185,.2);border-radius:50%}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment ul.payment_methods li>label,.woocommerce-checkout #payment ul.payment_methods li>label{order:2;flex:1 1 0;min-width:0;margin-bottom:0;cursor:pointer;font-weight:500;display:inline-flex;align-items:center;gap:.75rem;font-size:var(--checkout-fs-body);line-height:var(--checkout-lh-normal);transition:color .2s ease,font-weight .2s ease;float:none!important}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment ul.payment_methods li.wc_payment_method:has(>input[type=radio]:checked) label,.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method:has(>input[type=radio]:checked) label{color:#171717;font-weight:600}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment ul.payment_methods li label br,.woocommerce-checkout #payment ul.payment_methods li label br{display:none}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment ul.payment_methods li.wc_payment_method .payment_box,.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method .payment_box{order:3;flex:1 1 100%;width:100%;min-width:0;margin-top:.5rem;border-radius:.5rem;border-width:1px;border-color:hsla(0,0%,90%,.8);--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1));padding:1rem;box-shadow:inset 0 1px 2px rgba(0,0,0,.02);font-size:var(--checkout-fs-body);line-height:var(--checkout-lh-normal);float:none!important;clear:both}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment .payment_box p,.woocommerce-checkout #payment .payment_box p{margin-bottom:.75rem;--tw-text-opacity:1;color:rgb(82 82 82/var(--tw-text-opacity,1))}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment .payment_box p:last-child,.woocommerce-checkout #payment .payment_box p:last-child{margin-bottom:0}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment .payment_box p,.woocommerce-checkout #payment .payment_box p{font-size:var(--checkout-fs-body);line-height:var(--checkout-lh-normal)}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment .payment_box .form-row,.woocommerce-checkout #payment .payment_box .form-row{margin-bottom:1rem}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment .payment_box .form-row label,.woocommerce-checkout #payment .payment_box .form-row label{margin-bottom:.5rem;display:block;font-weight:600;--tw-text-opacity:1;color:rgb(64 64 64/var(--tw-text-opacity,1));font-size:var(--checkout-fs-body);line-height:var(--checkout-lh-tight)}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment .payment_box input[type=password],.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment .payment_box input[type=tel],.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment .payment_box input[type=text],.woocommerce-checkout #payment .payment_box input[type=password],.woocommerce-checkout #payment .payment_box input[type=tel],.woocommerce-checkout #payment .payment_box input[type=text]{width:100%;border-radius:.5rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:.625rem .75rem;outline:2px solid transparent;outline-offset:2px;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment .payment_box input[type=password]:focus,.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment .payment_box input[type=tel]:focus,.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment .payment_box input[type=text]:focus,.woocommerce-checkout #payment .payment_box input[type=password]:focus,.woocommerce-checkout #payment .payment_box input[type=tel]:focus,.woocommerce-checkout #payment .payment_box input[type=text]:focus{--tw-border-opacity:1;border-color:rgb(1 145 212/var(--tw-border-opacity,1));--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:rgba(1,145,212,.15)}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment .payment_box input[type=password],.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment .payment_box input[type=tel],.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment .payment_box input[type=text],.woocommerce-checkout #payment .payment_box input[type=password],.woocommerce-checkout #payment .payment_box input[type=tel],.woocommerce-checkout #payment .payment_box input[type=text]{font-size:var(--checkout-fs-body);line-height:var(--checkout-lh-normal);box-shadow:0 1px 2px rgba(0,0,0,.02)}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment .payment_box input[type=checkbox],.woocommerce-checkout #payment .payment_box input[type=checkbox]{margin-right:.5rem;height:1.25rem;width:1.25rem;border-radius:.25rem;--tw-border-opacity:1;border-color:rgb(212 212 212/var(--tw-border-opacity,1));vertical-align:middle;--tw-text-opacity:1;color:rgb(1 112 185/var(--tw-text-opacity,1))}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment .payment_box input[type=checkbox]:focus,.woocommerce-checkout #payment .payment_box input[type=checkbox]:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(1 145 212/var(--tw-ring-opacity,1))}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment .payment_box label.checkbox,.woocommerce-checkout #payment .payment_box label.checkbox{display:inline-flex;cursor:pointer;align-items:center;gap:.5rem;font-weight:400;font-size:var(--checkout-fs-body);line-height:var(--checkout-lh-normal)}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment .payment_method label img,.woocommerce-checkout #payment .payment_method label img{display:inline-block;margin-left:auto;max-height:1.75rem;width:auto;max-width:8.5rem;-o-object-fit:contain;object-fit:contain;vertical-align:middle;float:none!important;transition:transform .2s cubic-bezier(.4,0,.2,1)}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment ul.payment_methods li.wc_payment_method:hover label img,.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method:hover label img{transform:scale(1.03)}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment .payment_box input[type=checkbox],.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment .payment_box input[type=radio],.woocommerce-checkout #payment .payment_box input[type=checkbox],.woocommerce-checkout #payment .payment_box input[type=radio]{appearance:auto;-webkit-appearance:auto;-moz-appearance:auto;width:auto;height:auto;min-width:0;min-height:0;max-width:none;border:revert;border-radius:revert;background:revert;background-image:none;box-shadow:none;display:revert;align-self:auto;justify-self:auto;margin:revert;padding:revert;flex:none;color:inherit}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment .payment_box input[type=checkbox]:focus,.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment .payment_box input[type=radio]:focus,.woocommerce-checkout #payment .payment_box input[type=checkbox]:focus,.woocommerce-checkout #payment .payment_box input[type=radio]:focus{--tw-ring-shadow:0 0 #0000;box-shadow:none}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment .payment_box.payment_method_stripe,.woocommerce-checkout #payment .payment_box.payment_method_stripe{margin-top:0;border-width:0;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:0}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment .payment_box.payment_method_stripe),.woocommerce-account .lifegivingstore-account-card.card:not(.woocommerce-checkout #payment .payment_box.payment_method_stripe){padding:1.25rem}
}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment .payment_box.payment_method_stripe,.woocommerce-checkout #payment .payment_box.payment_method_stripe{box-shadow:none}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment .payment_box.payment_method_stripe #wc-stripe-upe-form,.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment .payment_box.payment_method_stripe .wc-upe-form,.woocommerce-checkout #payment .payment_box.payment_method_stripe #wc-stripe-upe-form,.woocommerce-checkout #payment .payment_box.payment_method_stripe .wc-upe-form{margin:0;width:100%;min-width:0;border-width:0;padding:0}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment .payment_box.payment_method_stripe #wc-stripe-upe-form),.woocommerce-account .lifegivingstore-account-card.card:not(.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment .payment_box.payment_method_stripe .wc-upe-form),.woocommerce-account .lifegivingstore-account-card.card:not(.woocommerce-checkout #payment .payment_box.payment_method_stripe #wc-stripe-upe-form),.woocommerce-account .lifegivingstore-account-card.card:not(.woocommerce-checkout #payment .payment_box.payment_method_stripe .wc-upe-form){padding:1.25rem}
}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment .payment_box.payment_method_stripe .wc-stripe-upe-element,.woocommerce-checkout #payment .payment_box.payment_method_stripe .wc-stripe-upe-element{width:100%;min-width:0;margin-bottom:0}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment .payment_box.payment_method_stripe .wc-stripe-upe-element iframe,.woocommerce-checkout #payment .payment_box.payment_method_stripe .wc-stripe-upe-element iframe{max-width:none!important;width:100%!important;min-height:0}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment{margin-top:0}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment .lifegivingstore-add-payment-method-form__actions{border-top-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:1rem 1.25rem}
@media (min-width:768px){.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment .lifegivingstore-add-payment-method-form__actions{padding-left:1.25rem;padding-right:1.25rem}
}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment .lifegivingstore-add-payment-method-form__actions #place_order,.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment .lifegivingstore-add-payment-method-form__actions .lifegivingstore-add-payment-method-form__submit{margin-top:0;width:100%}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper{margin-left:1rem;margin-right:1rem;margin-top:1.5rem;border-radius:.75rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:1.25rem}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper label{margin-bottom:0;display:flex;cursor:pointer;align-items:flex-start;gap:.75rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper label):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper label):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper label):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper label):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper label{font-size:var(--checkout-fs-body);line-height:var(--checkout-lh-normal)}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper input[type=checkbox]{margin-top:.125rem}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions{margin-top:.75rem;max-height:8rem;overflow-y:auto;border-radius:.5rem;--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1));padding:.75rem;font-size:var(--checkout-fs-body);line-height:var(--checkout-lh-normal)}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text{--tw-text-opacity:1;color:rgb(82 82 82/var(--tw-text-opacity,1));font-size:var(--checkout-fs-body);line-height:var(--checkout-lh-normal);margin:0!important}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text a{font-weight:600;--tw-text-opacity:1;color:rgb(1 112 185/var(--tw-text-opacity,1))}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text a:hover{--tw-text-opacity:1;color:rgb(1 90 148/var(--tw-text-opacity,1))}
.woocommerce-checkout .form-row.place-order{margin-top:1.5rem;margin-bottom:0}
.woocommerce-checkout .form-row.place-order .woocommerce-terms-and-conditions-wrapper{margin-bottom:1rem;margin:0!important}
.woocommerce-checkout .woocommerce-additional-fields h3{margin-top:2rem}
.woocommerce-cart .woocommerce-shipping-methods,.woocommerce-checkout #shipping_method{margin:0;width:100%;list-style-type:none;padding:0}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(.woocommerce-cart .woocommerce-shipping-methods),.woocommerce-account .lifegivingstore-account-card.card:not(.woocommerce-checkout #shipping_method){padding:1.25rem}
}
.woocommerce-cart .woocommerce-shipping-methods,.woocommerce-checkout #shipping_method{max-width:100%}
.woocommerce-cart .woocommerce-shipping-methods li,.woocommerce-checkout #shipping_method li{display:flex;flex-direction:row;align-items:flex-start;gap:.625rem .75rem;padding:.625rem .75rem;margin-bottom:.5rem;border:1px solid var(--color-neutral-200);border-radius:.75rem;background-color:#fff;min-width:0;text-align:left!important}
@media (min-width:640px){.woocommerce-cart .woocommerce-shipping-methods li,.woocommerce-checkout #shipping_method li{padding:.75rem 1rem;margin-bottom:.625rem}
}
.woocommerce-cart .woocommerce-shipping-methods li:last-child,.woocommerce-checkout #shipping_method li:last-child{margin-bottom:0}
.woocommerce-cart .woocommerce-shipping-methods li:has(input[type=radio]:checked),.woocommerce-checkout #shipping_method li:has(input[type=radio]:checked){border-color:rgba(1,112,185,.45);box-shadow:0 0 0 1px rgba(1,112,185,.12);background-color:var(--color-primary-50)}
.woocommerce-cart .woocommerce-shipping-methods li input[type=radio],.woocommerce-checkout #shipping_method li input[type=radio]{flex-shrink:0;margin:.15rem 0 0;width:1.125rem;height:1.125rem;align-self:flex-start;float:none!important;order:0}
.woocommerce-cart .woocommerce-shipping-methods li label,.woocommerce-checkout #shipping_method li label{flex:1;min-width:0;display:flex;flex-direction:column;align-items:stretch;gap:.5rem;cursor:pointer;margin:0;font-size:var(--checkout-fs-body);line-height:var(--checkout-lh-normal);font-weight:500;color:#374151;word-wrap:break-word;overflow-wrap:break-word;text-align:left!important}
.woocommerce-cart .woocommerce-shipping-methods li label .amount,.woocommerce-cart .woocommerce-shipping-methods li label .woocommerce-Price-amount,.woocommerce-checkout #shipping_method li label .amount,.woocommerce-checkout #shipping_method li label .woocommerce-Price-amount{align-self:flex-end;width:100%;margin-top:.125rem;padding-top:.5rem;border-top:1px solid var(--color-neutral-200);font-weight:700;font-size:var(--checkout-fs-body);color:var(--color-neutral-900);text-align:end;line-height:var(--checkout-lh-tight)}
.woocommerce-cart .woocommerce-shipping-methods li label .tax_label,.woocommerce-checkout #shipping_method li label .tax_label{font-weight:500;font-size:var(--checkout-fs-body);color:#6b7280}
.woocommerce-cart .woocommerce-shipping-destination,.woocommerce-checkout .woocommerce-shipping-destination{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--color-neutral-200);font-size:var(--checkout-fs-body);line-height:var(--checkout-lh-normal);color:var(--color-neutral-600);text-align:left}
.woocommerce-cart .woocommerce-shipping-destination a,.woocommerce-checkout .woocommerce-shipping-destination a{font-weight:600;--tw-text-opacity:1;color:rgb(1 112 185/var(--tw-text-opacity,1))}
.woocommerce-cart .woocommerce-shipping-destination a:hover,.woocommerce-checkout .woocommerce-shipping-destination a:hover{--tw-text-opacity:1;color:rgb(1 90 148/var(--tw-text-opacity,1))}
.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping>td,.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping>th{vertical-align:top!important}
.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping #shipping_method,.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping #shipping_method label,.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping #shipping_method li,.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping>td{text-align:left!important}
.woocommerce-checkout .woocommerce-privacy-policy-text{margin-top:1rem;--tw-text-opacity:1;color:rgb(82 82 82/var(--tw-text-opacity,1));font-size:var(--checkout-fs-body);line-height:var(--checkout-lh-normal)}
.woocommerce-checkout .woocommerce-privacy-policy-text a{--tw-text-opacity:1;color:rgb(1 112 185/var(--tw-text-opacity,1))}
.woocommerce-checkout .woocommerce-privacy-policy-text a:hover{--tw-text-opacity:1;color:rgb(1 90 148/var(--tw-text-opacity,1))}
.woocommerce-checkout .wc-points-rewards-purchase-points,.woocommerce-checkout .wc-points-rewards-redeem-points{margin-bottom:1.5rem;border-radius:.75rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(204 233 249/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(230 244 252/var(--tw-bg-opacity,1));padding:1.25rem}
.woocommerce-checkout .wc-points-rewards-purchase-points p,.woocommerce-checkout .wc-points-rewards-redeem-points p{margin-bottom:.75rem;--tw-text-opacity:1;color:rgb(64 64 64/var(--tw-text-opacity,1))}
.woocommerce-checkout .wc-points-rewards-purchase-points p:last-child,.woocommerce-checkout .wc-points-rewards-redeem-points p:last-child{margin-bottom:0}
.woocommerce-checkout .wc-points-rewards-purchase-points p,.woocommerce-checkout .wc-points-rewards-redeem-points p{font-size:var(--checkout-fs-body);line-height:var(--checkout-lh-normal)}
.woocommerce-checkout .wc-points-rewards-purchase-points strong,.woocommerce-checkout .wc-points-rewards-redeem-points strong{font-weight:700;--tw-text-opacity:1;color:rgb(1 90 148/var(--tw-text-opacity,1))}
.woocommerce-checkout .wc-points-rewards-redeem-points p{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-checkout .wc-points-rewards-redeem-points p):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-checkout .wc-points-rewards-redeem-points p):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-checkout .wc-points-rewards-redeem-points p):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-checkout .wc-points-rewards-redeem-points p):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.woocommerce-checkout .wc-points-rewards-redeem-points .button{display:inline-flex;cursor:pointer;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;border-radius:.5rem;border-width:0;--tw-bg-opacity:1;background-color:rgb(1 112 185/var(--tw-bg-opacity,1));padding:.625rem 1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}
.woocommerce-checkout .wc-points-rewards-redeem-points .button:hover{--tw-bg-opacity:1;background-color:rgb(1 90 148/var(--tw-bg-opacity,1))}
.woocommerce-checkout .wc-points-rewards-redeem-points .button{font-size:var(--checkout-fs-body);line-height:var(--checkout-lh-tight);margin-top:0}
body.woocommerce-cart .checkout-flow-notices,body.woocommerce-checkout .checkout-flow-notices{margin-bottom:1.25rem}
@media (min-width:768px){body.woocommerce-cart .checkout-flow-notices,body.woocommerce-checkout .checkout-flow-notices{margin-bottom:1.5rem}
}
body.woocommerce-cart .checkout-flow-notices:empty,body.woocommerce-checkout .checkout-flow-notices:empty{display:none}
body.woocommerce-checkout .lifegivingstore-checkout-coupon-notice{width:100%}
body.woocommerce-cart .woocommerce-NoticeGroup,body.woocommerce-checkout .woocommerce-NoticeGroup{margin-bottom:1.25rem}
@media (min-width:768px){body.woocommerce-cart .woocommerce-NoticeGroup,body.woocommerce-checkout .woocommerce-NoticeGroup{margin-bottom:1.5rem}
}
body.woocommerce-cart .woocommerce-NoticeGroup:empty,body.woocommerce-checkout .woocommerce-NoticeGroup:empty{display:none}
body.woocommerce-cart .woocommerce-error,body.woocommerce-cart .woocommerce-info,body.woocommerce-cart .woocommerce-message,body.woocommerce-checkout .woocommerce-error,body.woocommerce-checkout .woocommerce-info,body.woocommerce-checkout .woocommerce-message{margin-bottom:1rem}
body.woocommerce-cart .woocommerce-error:last-child,body.woocommerce-cart .woocommerce-info:last-child,body.woocommerce-cart .woocommerce-message:last-child,body.woocommerce-checkout .woocommerce-error:last-child,body.woocommerce-checkout .woocommerce-info:last-child,body.woocommerce-checkout .woocommerce-message:last-child{margin-bottom:0}
body.woocommerce-cart .woocommerce-error,body.woocommerce-cart .woocommerce-info,body.woocommerce-cart .woocommerce-message,body.woocommerce-checkout .woocommerce-error,body.woocommerce-checkout .woocommerce-info,body.woocommerce-checkout .woocommerce-message{font-size:var(--checkout-fs-body,.9375rem);line-height:var(--checkout-lh-normal,1.5)}
body.woocommerce-cart .woocommerce-message,body.woocommerce-checkout .woocommerce-message{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem;border-left-width:4px;--tw-border-opacity:1;border-color:rgb(34 197 94/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(240 253 244/var(--tw-bg-opacity,1));padding:1rem;--tw-text-opacity:1;color:rgb(22 101 52/var(--tw-text-opacity,1))}
body.woocommerce-cart .woocommerce-error,body.woocommerce-checkout .woocommerce-error{margin:0;list-style-type:none;border-top-right-radius:.5rem;border-bottom-right-radius:.5rem;border-left-width:4px;--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1));padding:1rem;--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity,1))}
body.woocommerce-cart .woocommerce-info,body.woocommerce-checkout .woocommerce-info{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem;border-left-width:4px;--tw-border-opacity:1;border-color:rgb(1 145 212/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(230 244 252/var(--tw-bg-opacity,1));padding:1rem;--tw-text-opacity:1;color:rgb(1 69 111/var(--tw-text-opacity,1))}
body.woocommerce-cart .woocommerce-error:before,body.woocommerce-cart .woocommerce-info:before,body.woocommerce-cart .woocommerce-message:before,body.woocommerce-checkout .woocommerce-error:before,body.woocommerce-checkout .woocommerce-info:before,body.woocommerce-checkout .woocommerce-message:before{display:none}
body.woocommerce-cart .woocommerce-message a,body.woocommerce-checkout .woocommerce-message a{font-weight:600;--tw-text-opacity:1;color:rgb(21 128 61/var(--tw-text-opacity,1))}
body.woocommerce-cart .woocommerce-message a:hover,body.woocommerce-checkout .woocommerce-message a:hover{--tw-text-opacity:1;color:rgb(22 101 52/var(--tw-text-opacity,1))}
body.woocommerce-cart .woocommerce-error a,body.woocommerce-checkout .woocommerce-error a{font-weight:600;--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity,1))}
body.woocommerce-cart .woocommerce-error a:hover,body.woocommerce-checkout .woocommerce-error a:hover{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity,1))}
body.woocommerce-cart .woocommerce-info a,body.woocommerce-checkout .woocommerce-info a{font-weight:600;--tw-text-opacity:1;color:rgb(1 90 148/var(--tw-text-opacity,1))}
body.woocommerce-cart .woocommerce-info a:hover,body.woocommerce-checkout .woocommerce-info a:hover{--tw-text-opacity:1;color:rgb(1 69 111/var(--tw-text-opacity,1))}
body.woocommerce-cart .woocommerce-message .button,body.woocommerce-checkout .woocommerce-message .button{margin-top:.75rem;display:inline-flex;cursor:pointer;align-items:center;justify-content:center;gap:.5rem;border-radius:.5rem;border-width:0;--tw-bg-opacity:1;background-color:rgb(22 163 74/var(--tw-bg-opacity,1));padding:.5rem 1rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}
body.woocommerce-cart .woocommerce-message .button:hover,body.woocommerce-checkout .woocommerce-message .button:hover{--tw-bg-opacity:1;background-color:rgb(21 128 61/var(--tw-bg-opacity,1))}
@media (min-width:640px){body.woocommerce-cart .woocommerce-message .button,body.woocommerce-checkout .woocommerce-message .button{float:right;margin-top:0;margin-left:1rem}
}
body.woocommerce-cart .woocommerce-message .button,body.woocommerce-checkout .woocommerce-message .button{font-size:var(--fs-caption-lg);line-height:1.25rem}
body.woocommerce-cart .woocommerce-error li,body.woocommerce-checkout .woocommerce-error li{margin-bottom:.5rem}
body.woocommerce-cart .woocommerce-error li:last-child,body.woocommerce-checkout .woocommerce-error li:last-child{margin-bottom:0}
body.woocommerce-checkout .checkout-prompts-grid{margin-bottom:1.25rem;display:grid;width:100%;grid-template-columns:repeat(1,minmax(0,1fr));align-items:stretch;gap:1rem}
@media (min-width:768px){body.woocommerce-checkout .checkout-prompts-grid{margin-bottom:1.5rem;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}
}
body.woocommerce-checkout .checkout-prompts-grid>:only-child{width:100%}
@media (min-width:768px){body.woocommerce-checkout .checkout-prompts-grid>:only-child{grid-column:span 2/span 2;margin-left:auto;margin-right:auto;max-width:42rem}
}
body.woocommerce-checkout .checkout-prompt-card{display:flex;height:100%;flex-direction:column;gap:1rem;border-radius:1rem;border-width:1px;border-color:hsla(0,0%,90%,.8);--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:1rem;--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-checkout .checkout-prompt-card):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-checkout .checkout-prompt-card):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-checkout .checkout-prompt-card):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-checkout .checkout-prompt-card):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
@media (min-width:640px){body.woocommerce-checkout .checkout-prompt-card{padding:1.25rem}
body.woocommerce-checkout .checkout-prompt-card--login{flex-direction:row;align-items:center;justify-content:space-between;gap:1.25rem}
body.woocommerce-checkout .checkout-prompt-card--coupon{flex-direction:row;align-items:flex-start}
}
body.woocommerce-checkout .checkout-prompt-card__content{min-width:0;flex:1 1 0%}
body.woocommerce-checkout .checkout-prompt-card__content--coupon{display:flex;width:100%;flex-direction:column;gap:.75rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-checkout .checkout-prompt-card__content--coupon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-checkout .checkout-prompt-card__content--coupon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-checkout .checkout-prompt-card__content--coupon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-checkout .checkout-prompt-card__content--coupon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
body.woocommerce-checkout .checkout-prompt-card__head{display:flex;flex-direction:column;gap:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-checkout .checkout-prompt-card__head):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-checkout .checkout-prompt-card__head):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-checkout .checkout-prompt-card__head):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-checkout .checkout-prompt-card__head):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
body.woocommerce-checkout .checkout-prompt-card__title{margin:0;font-size:1rem;line-height:1.5rem;font-weight:800;--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1));line-height:var(--checkout-lh-tight,1.25)}
body.woocommerce-checkout .checkout-prompt-card__description{margin:0;font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(82 82 82/var(--tw-text-opacity,1));line-height:var(--checkout-lh-normal,1.5)}
body.woocommerce-checkout .checkout-prompt-card__aside{flex-shrink:0}
@media (min-width:640px){body.woocommerce-checkout .checkout-prompt-card__aside{align-self:center}
}
body.woocommerce-checkout .checkout-prompt-card__action{display:inline-flex;min-height:44px;width:100%;flex-shrink:0;align-items:center;justify-content:center;border-radius:.5rem;padding:.625rem 1.25rem;font-size:.875rem;line-height:1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em;text-decoration-line:none;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}
body.woocommerce-checkout .checkout-prompt-card__action:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:rgba(1,145,212,.25)}
@media (min-width:640px){body.woocommerce-checkout .checkout-prompt-card__action{width:auto}
}
body.woocommerce-checkout .checkout-prompt-card__action{line-height:var(--checkout-lh-tight,1.25);cursor:pointer}
body.woocommerce-checkout .checkout-prompt-card__action--primary{border-width:0;--tw-bg-opacity:1;background-color:rgb(1 112 185/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}
body.woocommerce-checkout .checkout-prompt-card__action--primary:hover{--tw-bg-opacity:1;background-color:rgb(1 90 148/var(--tw-bg-opacity,1))}
body.woocommerce-checkout .checkout-prompt-card__action--secondary{border-width:1px;--tw-border-opacity:1;border-color:rgb(212 212 212/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(64 64 64/var(--tw-text-opacity,1))}
body.woocommerce-checkout .checkout-prompt-card__action--secondary:hover{--tw-border-opacity:1;border-color:rgb(163 163 163/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1))}
body.woocommerce-checkout .checkout-coupon-section,body.woocommerce-checkout .checkout-login-section{margin-bottom:0;width:100%;min-width:0}
body.woocommerce-checkout .checkout-coupon-card__layout{display:flex;width:100%;flex-direction:column;gap:.75rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-checkout .checkout-coupon-card__layout):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-checkout .checkout-coupon-card__layout):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-checkout .checkout-coupon-card__layout):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-checkout .checkout-coupon-card__layout):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
@media (min-width:640px){body.woocommerce-checkout .checkout-coupon-card__layout{flex-direction:row;align-items:center;gap:1rem}
}
body.woocommerce-checkout .checkout-prompt-card--coupon .checkout-prompt-card__head{flex-shrink:0}
@media (min-width:640px){body.woocommerce-checkout .checkout-prompt-card--coupon .checkout-prompt-card__head{max-width:14rem}
}
body.woocommerce-checkout .checkout-coupon-form--inline{display:block!important;margin:0;min-width:0;flex:1 1 0%;border-width:0;background-color:transparent;padding:0;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(body.woocommerce-checkout .checkout-coupon-form--inline){padding:1.25rem}
}
body.woocommerce-checkout .checkout-coupon-card__controls{display:flex;width:100%;flex-direction:row;align-items:stretch;gap:.5rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-checkout .checkout-coupon-card__controls):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-checkout .checkout-coupon-card__controls):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-checkout .checkout-coupon-card__controls):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-checkout .checkout-coupon-card__controls):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
body.woocommerce-checkout .checkout-coupon-card__input{min-height:44px;min-width:0;flex:1 1 0%;border-radius:.5rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:.625rem .75rem;--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1));outline:2px solid transparent;outline-offset:2px;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
body.woocommerce-checkout .checkout-coupon-card__input:focus{--tw-border-opacity:1;border-color:rgb(1 145 212/var(--tw-border-opacity,1));--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:rgba(1,145,212,.2)}
body.woocommerce-checkout .checkout-coupon-card__input{font-size:var(--checkout-fs-body);line-height:var(--checkout-lh-normal)}
body.woocommerce-checkout .checkout-coupon-card__submit{width:auto;flex-shrink:0;padding-left:1rem;padding-right:1rem}
@media (max-width:639px){body.woocommerce-checkout .checkout-coupon-card__layout{gap:.75rem}
body.woocommerce-checkout .checkout-prompt-card--coupon .checkout-prompt-card__head{max-width:none}
body.woocommerce-checkout .checkout-coupon-card__controls{flex-wrap:nowrap;gap:.5rem}
body.woocommerce-checkout .checkout-coupon-card__input{min-height:44px;min-width:0;flex:1 1 0%}
body.woocommerce-checkout .checkout-coupon-card__submit.checkout-prompt-card__action{display:inline-flex;min-height:44px;width:auto;flex-shrink:0;align-items:center;padding:.625rem .75rem;min-width:4.75rem}
}
body.woocommerce-checkout .checkout-coupon-card .coupon-error-notice,body.woocommerce-checkout .checkout-coupon-card__inline-error{margin:0;border-radius:.5rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(254 202 202/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1));padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity,1))}
body.woocommerce-checkout .checkout-coupon-card #coupon_code.has-error{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1));--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:rgba(239,68,68,.2)}
body.woocommerce-checkout .checkout-coupon-section__feedback:empty{display:none}
body.woocommerce-checkout .checkout-coupon-section__feedback .lifegivingstore-checkout-coupon-notice{margin:0;border-radius:.5rem;border-width:1px;padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;font-weight:500}
body.woocommerce-checkout .checkout-coupon-section__feedback .lifegivingstore-checkout-coupon-notice.woocommerce-message,body.woocommerce-checkout .checkout-coupon-section__feedback .woocommerce-message{--tw-border-opacity:1;border-color:rgb(187 247 208/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(240 253 244/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(22 101 52/var(--tw-text-opacity,1))}
body.woocommerce-checkout .checkout-coupon-section__feedback .lifegivingstore-checkout-coupon-notice.woocommerce-error,body.woocommerce-checkout .checkout-coupon-section__feedback .woocommerce-error{--tw-border-opacity:1;border-color:rgb(254 202 202/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity,1))}
body.woocommerce-checkout .checkout-coupon-card__applied{min-width:0;flex:1 1 0%}
@media (min-width:640px){body.woocommerce-checkout .checkout-prompt-card--coupon-applied .checkout-prompt-card__head{max-width:none}
}
body.woocommerce-checkout .checkout-coupon-applied__list{margin:0;list-style-type:none}
body.woocommerce-checkout .checkout-coupon-applied__list>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem*var(--tw-space-y-reverse))}
body.woocommerce-checkout .checkout-coupon-applied__list{padding:0}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(body.woocommerce-checkout .checkout-coupon-applied__list){padding:1.25rem}
}
body.woocommerce-checkout .checkout-coupon-applied__item{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;border-radius:.75rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(187 247 208/var(--tw-border-opacity,1));background-color:rgba(240,253,244,.9);padding:.625rem .75rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-checkout .checkout-coupon-applied__item):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-checkout .checkout-coupon-applied__item):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-checkout .checkout-coupon-applied__item):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-checkout .checkout-coupon-applied__item):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
body.woocommerce-checkout .checkout-coupon-applied__details{display:flex;min-width:0;flex:1 1 0%;flex-direction:row;flex-wrap:wrap;align-items:center;-moz-column-gap:.5rem;column-gap:.5rem;row-gap:.125rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-checkout .checkout-coupon-applied__details):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-checkout .checkout-coupon-applied__details):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-checkout .checkout-coupon-applied__details):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-checkout .checkout-coupon-applied__details):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
body.woocommerce-checkout .checkout-coupon-applied__code{font-size:.875rem;line-height:1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em;--tw-text-opacity:1;color:rgb(20 83 45/var(--tw-text-opacity,1))}
body.woocommerce-checkout .checkout-coupon-applied__amount{font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity:1;color:rgb(22 101 52/var(--tw-text-opacity,1))}
body.woocommerce-checkout .checkout-coupon-applied__remove{min-height:36px;flex-shrink:0;padding:.375rem .75rem;font-size:.75rem;line-height:1rem}
body.woocommerce-checkout .checkout-coupon-form[hidden],body.woocommerce-checkout .checkout-coupon-section .woocommerce-form-coupon-toggle{display:none!important}
body.checkout-modal-open{overflow:hidden}
.checkout-modal{position:fixed;inset:0;z-index:2147483646;display:flex;align-items:flex-end;justify-content:center;padding:0}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-modal):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-modal):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-modal):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-modal):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(.checkout-modal){padding:1.25rem}
}
@media (min-width:640px){.checkout-modal{align-items:center;padding:1rem}
}
.checkout-modal[hidden]{display:none}
.checkout-modal.is-active .checkout-modal__backdrop{background-color:rgba(0,0,0,.55)}
.checkout-modal.is-active .checkout-modal__panel{--tw-translate-y:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));opacity:1}
.checkout-modal__backdrop{position:fixed;inset:0;background-color:transparent;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}
.checkout-modal__panel{position:relative;z-index:10;display:flex;max-height:92vh;width:100%;max-width:28rem;flex-direction:column;overflow:hidden;border-top-left-radius:1rem;border-top-right-radius:1rem;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));opacity:0;--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-modal__panel):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-modal__panel):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-modal__panel):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-modal__panel):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
@media (min-width:640px){.checkout-modal__panel{max-height:85vh;--tw-translate-y:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-radius:1rem}
}
.checkout-modal__panel{transform:translateY(1rem)}
.checkout-modal__header{display:flex;flex-shrink:0;align-items:flex-start;justify-content:space-between;gap:.75rem;border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(245 245 245/var(--tw-border-opacity,1));padding:1rem 1.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-modal__header):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-modal__header):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-modal__header):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-modal__header):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.checkout-modal__heading{display:flex;min-width:0;align-items:flex-start;gap:.75rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-modal__heading):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-modal__heading):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-modal__heading):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-modal__heading):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.checkout-modal__heading-icon{margin-top:.125rem;display:flex;height:2.75rem;width:2.75rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity:1;background-color:rgb(230 244 252/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(1 90 148/var(--tw-text-opacity,1))}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-modal__heading-icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-modal__heading-icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-modal__heading-icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-modal__heading-icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.checkout-modal__heading-icon-svg{display:block}
.checkout-modal__heading-text{min-width:0}
.checkout-modal__title{margin:0;font-size:1.125rem;line-height:1.75rem;font-weight:800;--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1))}
.checkout-modal__subtitle{margin-top:.25rem;margin-bottom:0;font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(82 82 82/var(--tw-text-opacity,1));line-height:var(--checkout-lh-normal)}
.checkout-modal__close{margin-right:-.25rem;display:flex;flex-shrink:0;align-items:center;justify-content:center;border-radius:.5rem;border-width:0;background-color:transparent;padding:.5rem;--tw-text-opacity:1;color:rgb(64 64 64/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-modal__close):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-modal__close):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-modal__close):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-modal__close):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.checkout-modal__close:hover{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1))}
.checkout-modal__close{cursor:pointer}
.checkout-modal__body{overflow-y:auto;padding:1.25rem}
.checkout-modal__footer{border-top-width:1px;--tw-border-opacity:1;border-color:rgb(245 245 245/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1));padding:.75rem 1.25rem}
.checkout-modal__footer-note{margin:0;text-align:center;font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(82 82 82/var(--tw-text-opacity,1));line-height:var(--checkout-lh-normal)}
.checkout-modal__notices{margin-bottom:1rem}
.checkout-modal__notices:empty{display:none}
.checkout-modal__notices .woocommerce-error,.checkout-modal__notices .woocommerce-message{margin:0;border-radius:.5rem;border-width:1px;padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;font-weight:500}
.checkout-modal__notices .woocommerce-error{--tw-border-opacity:1;border-color:rgb(254 202 202/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity,1))}
.checkout-modal__notices .woocommerce-message{--tw-border-opacity:1;border-color:rgb(187 247 208/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(240 253 244/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(22 101 52/var(--tw-text-opacity,1))}
body.woocommerce-checkout .checkout-modal .checkout-login-form--modal{margin:0;border-width:0;background-color:transparent;padding:0;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(body.woocommerce-checkout .checkout-modal .checkout-login-form--modal){padding:1.25rem}
}
body.woocommerce-checkout .checkout-modal .checkout-login-form__fields{margin-bottom:1rem;display:flex;flex-direction:column;gap:1rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-checkout .checkout-modal .checkout-login-form__fields):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-checkout .checkout-modal .checkout-login-form__fields):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-checkout .checkout-modal .checkout-login-form__fields):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-checkout .checkout-modal .checkout-login-form__fields):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
body.woocommerce-checkout .checkout-modal .checkout-login-form .form-row{float:none;clear:none;margin:0;width:100%}
body.woocommerce-checkout .checkout-modal .checkout-login-form .form-row label{margin-bottom:.375rem;display:block;font-weight:600;--tw-text-opacity:1;color:rgb(38 38 38/var(--tw-text-opacity,1));font-size:var(--checkout-fs-body);line-height:var(--checkout-lh-tight)}
body.woocommerce-checkout .checkout-modal .checkout-login-form .form-row .required{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}
body.woocommerce-checkout .checkout-modal .checkout-login-form input[type=password],body.woocommerce-checkout .checkout-modal .checkout-login-form input[type=text]{width:100%;border-radius:.5rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:.625rem .75rem;--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1));outline:2px solid transparent;outline-offset:2px;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
body.woocommerce-checkout .checkout-modal .checkout-login-form input[type=password]:focus,body.woocommerce-checkout .checkout-modal .checkout-login-form input[type=text]:focus{--tw-border-opacity:1;border-color:rgb(1 145 212/var(--tw-border-opacity,1));--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:rgba(1,145,212,.2)}
body.woocommerce-checkout .checkout-modal .checkout-login-form input[type=password],body.woocommerce-checkout .checkout-modal .checkout-login-form input[type=text]{font-size:var(--checkout-fs-body);line-height:var(--checkout-lh-normal);min-height:46px}
body.woocommerce-checkout .checkout-modal .checkout-login-form__meta{margin-bottom:1rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-checkout .checkout-modal .checkout-login-form__meta):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-checkout .checkout-modal .checkout-login-form__meta):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-checkout .checkout-modal .checkout-login-form__meta):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-checkout .checkout-modal .checkout-login-form__meta):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
body.woocommerce-checkout .checkout-modal .checkout-login-form .woocommerce-form-login__rememberme{margin:0;display:inline-flex;cursor:pointer;align-items:center;gap:.5rem;font-weight:400;--tw-text-opacity:1;color:rgb(64 64 64/var(--tw-text-opacity,1));font-size:var(--fs-small);line-height:var(--checkout-lh-normal)}
body.woocommerce-checkout .checkout-modal .checkout-login-form .woocommerce-form-login__rememberme input[type=checkbox]{margin:0;height:1rem;width:1rem;border-radius:.25rem;--tw-border-opacity:1;border-color:rgb(212 212 212/var(--tw-border-opacity,1));--tw-text-opacity:1;color:rgb(1 112 185/var(--tw-text-opacity,1))}
body.woocommerce-checkout .checkout-modal .checkout-login-form .woocommerce-form-login__rememberme input[type=checkbox]:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(1 145 212/var(--tw-ring-opacity,1))}
body.woocommerce-checkout .checkout-modal .checkout-login-form .lost_password{margin:0}
body.woocommerce-checkout .checkout-modal .checkout-login-form .lost_password a{font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity:1;color:rgb(1 112 185/var(--tw-text-opacity,1));text-decoration-line:none;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}
body.woocommerce-checkout .checkout-modal .checkout-login-form .lost_password a:hover{--tw-text-opacity:1;color:rgb(1 90 148/var(--tw-text-opacity,1))}
body.woocommerce-checkout .checkout-modal .checkout-login-form__actions{margin:0}
body.woocommerce-checkout .checkout-modal .checkout-login-form .woocommerce-form-login__submit{display:inline-flex;min-height:46px;width:100%;align-items:center;justify-content:center;gap:.5rem;border-radius:.5rem;border-width:0;--tw-bg-opacity:1;background-color:rgb(1 112 185/var(--tw-bg-opacity,1));padding:.625rem 1.25rem;font-size:.875rem;line-height:1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}
body.woocommerce-checkout .checkout-modal .checkout-login-form .woocommerce-form-login__submit:hover{--tw-bg-opacity:1;background-color:rgb(1 90 148/var(--tw-bg-opacity,1))}
body.woocommerce-checkout .checkout-modal .checkout-login-form .woocommerce-form-login__submit:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:rgba(1,145,212,.25)}
body.woocommerce-checkout .checkout-modal .checkout-login-form .woocommerce-form-login__submit:disabled{cursor:not-allowed;opacity:.7}
body.woocommerce-checkout .checkout-modal .checkout-login-form .woocommerce-form-login__submit{line-height:var(--checkout-lh-normal);cursor:pointer}
body.woocommerce-checkout .checkout-modal .checkout-login-form .woocommerce-form-login__submit.is-loading,body.woocommerce-checkout .checkout-modal.is-loading .checkout-login-form .woocommerce-form-login__submit{pointer-events:none}
body.woocommerce-checkout .checkout-modal.is-loading .checkout-modal__panel:after{content:"";pointer-events:none;position:absolute;inset:0;z-index:20;background-color:hsla(0,0%,100%,.35)}
body.woocommerce-checkout .checkout-modal .checkout-login-form .form-row.has-error label{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity,1))}
body.woocommerce-checkout .checkout-modal .checkout-login-form .form-row.has-error input{--tw-border-opacity:1;border-color:rgb(248 113 113/var(--tw-border-opacity,1));--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:rgba(239,68,68,.15)}
body.woocommerce-checkout .checkout-modal .checkout-login-form .form-row.has-error input:focus{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1));--tw-ring-color:rgba(239,68,68,.2)}
body.woocommerce-checkout .checkout-modal .checkout-login-form__field-error{margin:.375rem 0 0;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity,1));line-height:var(--checkout-lh-normal)}
body.woocommerce-checkout .checkout-modal.is-loading .checkout-login-form .woocommerce-form-login__submit:after{content:"";margin-left:.5rem;display:inline-block;height:1rem;width:1rem}
@keyframes spin{to{transform:rotate(1turn)}}
body.woocommerce-checkout .checkout-modal.is-loading .checkout-login-form .woocommerce-form-login__submit:after{animation:spin 1s linear infinite;border-radius:9999px;border-width:2px;border-color:hsla(0,0%,100%,.3);--tw-border-opacity:1;border-top-color:rgb(255 255 255/var(--tw-border-opacity,1))}
body.woocommerce-account .checkout-prompt-card,body.woocommerce-order-received .checkout-prompt-card{display:flex;height:100%;flex-direction:column;gap:1rem;border-radius:1rem;border-width:1px;border-color:hsla(0,0%,90%,.8);--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:1rem;--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-account .checkout-prompt-card):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul),:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-order-received .checkout-prompt-card):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-account .checkout-prompt-card):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-order-received .checkout-prompt-card):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-account .checkout-prompt-card):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-order-received .checkout-prompt-card):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-account .checkout-prompt-card):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-order-received .checkout-prompt-card):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
@media (min-width:640px){body.woocommerce-account .checkout-prompt-card,body.woocommerce-order-received .checkout-prompt-card{padding:1.25rem}
body.woocommerce-account .checkout-prompt-card--login,body.woocommerce-order-received .checkout-prompt-card--login{flex-direction:row;align-items:center}
}
body.woocommerce-account .checkout-prompt-card__icon,body.woocommerce-order-received .checkout-prompt-card__icon{display:flex;height:3rem;width:3rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity:1;background-color:rgb(230 244 252/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(1 90 148/var(--tw-text-opacity,1))}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-account .checkout-prompt-card__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul),:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-order-received .checkout-prompt-card__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-account .checkout-prompt-card__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-order-received .checkout-prompt-card__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-account .checkout-prompt-card__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-order-received .checkout-prompt-card__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-account .checkout-prompt-card__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-order-received .checkout-prompt-card__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
body.woocommerce-account .checkout-prompt-card__content,body.woocommerce-order-received .checkout-prompt-card__content{min-width:0;flex:1 1 0%}
body.woocommerce-account .checkout-prompt-card__title,body.woocommerce-order-received .checkout-prompt-card__title{margin:0;font-size:1rem;line-height:1.5rem;font-weight:800;--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1));line-height:var(--checkout-lh-tight,1.25)}
body.woocommerce-account .checkout-prompt-card__description,body.woocommerce-order-received .checkout-prompt-card__description{margin:0;font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(82 82 82/var(--tw-text-opacity,1));line-height:var(--checkout-lh-normal,1.5)}
body.woocommerce-account .checkout-prompt-card__aside,body.woocommerce-order-received .checkout-prompt-card__aside{flex-shrink:0}
@media (min-width:640px){body.woocommerce-account .checkout-prompt-card__aside,body.woocommerce-order-received .checkout-prompt-card__aside{align-self:center}
}
body.woocommerce-account .checkout-prompt-card__action,body.woocommerce-order-received .checkout-prompt-card__action{display:inline-flex;min-height:44px;width:100%;flex-shrink:0;align-items:center;justify-content:center;border-radius:.5rem;padding:.625rem 1.25rem;font-size:.875rem;line-height:1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em;text-decoration-line:none;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}
body.woocommerce-account .checkout-prompt-card__action:focus,body.woocommerce-order-received .checkout-prompt-card__action:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:rgba(1,145,212,.25)}
@media (min-width:640px){body.woocommerce-account .checkout-prompt-card__action,body.woocommerce-order-received .checkout-prompt-card__action{width:auto}
}
body.woocommerce-account .checkout-prompt-card__action,body.woocommerce-order-received .checkout-prompt-card__action{line-height:var(--checkout-lh-tight,1.25);cursor:pointer}
body.woocommerce-account .checkout-prompt-card__action--primary,body.woocommerce-order-received .checkout-prompt-card__action--primary{border-width:0;--tw-bg-opacity:1;background-color:rgb(1 112 185/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}
body.woocommerce-account .checkout-prompt-card__action--primary:hover,body.woocommerce-order-received .checkout-prompt-card__action--primary:hover{--tw-bg-opacity:1;background-color:rgb(1 90 148/var(--tw-bg-opacity,1))}
body.woocommerce-order-received .order-received-auth-card,body.woocommerce-order-received .order-received-login-section{margin-left:auto;margin-right:auto;margin-top:1.25rem;width:100%;max-width:32rem}
body.woocommerce-order-received .order-received-auth-card{display:flex;flex-direction:column;gap:1.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-order-received .order-received-auth-card):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-order-received .order-received-auth-card):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-order-received .order-received-auth-card):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-order-received .order-received-auth-card):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
body.woocommerce-order-received .order-received-login-section .checkout-login-form--inline,body.woocommerce-order-received .order-received-verify-section .woocommerce-verify-email{margin:0;border-width:0;background-color:transparent;padding:0;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(body.woocommerce-order-received .order-received-login-section .checkout-login-form--inline),.woocommerce-account .lifegivingstore-account-card.card:not(body.woocommerce-order-received .order-received-verify-section .woocommerce-verify-email){padding:1.25rem}
}
body.woocommerce-order-received .order-received-verify-section .checkout-block__title{margin-bottom:.75rem}
body.woocommerce-order-received .woocommerce-info:not(.lifegivingstore-toast){margin-left:auto;margin-right:auto;margin-bottom:1rem;width:100%;max-width:32rem;border-top-right-radius:.5rem;border-bottom-right-radius:.5rem;border-left-width:4px;--tw-border-opacity:1;border-color:rgb(1 145 212/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(230 244 252/var(--tw-bg-opacity,1));padding:1rem;--tw-text-opacity:1;color:rgb(1 69 111/var(--tw-text-opacity,1));font-size:var(--checkout-fs-body,.9375rem);line-height:var(--checkout-lh-normal,1.5)}
body.woocommerce-order-received .woocommerce-info:not(.lifegivingstore-toast):before{display:none}
body.woocommerce-order-received .woocommerce-info:not(.lifegivingstore-toast)+.order-received-login-section{margin-top:0}
body.woocommerce-account .checkout-modal .checkout-login-form--modal,body.woocommerce-order-received .checkout-modal .checkout-login-form--modal{margin:0;border-width:0;background-color:transparent;padding:0;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(body.woocommerce-account .checkout-modal .checkout-login-form--modal),.woocommerce-account .lifegivingstore-account-card.card:not(body.woocommerce-order-received .checkout-modal .checkout-login-form--modal){padding:1.25rem}
}
body.woocommerce-account .checkout-login-form.checkout-block,body.woocommerce-order-received .checkout-login-form.checkout-block{margin:0;border-radius:.75rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:1rem;--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}
@media (min-width:768px){body.woocommerce-account .checkout-login-form.checkout-block,body.woocommerce-order-received .checkout-login-form.checkout-block{padding:1.25rem}
}
body.woocommerce-account .checkout-login-form__fields,body.woocommerce-account .checkout-modal .checkout-login-form__fields,body.woocommerce-order-received .checkout-login-form__fields,body.woocommerce-order-received .checkout-modal .checkout-login-form__fields{margin-bottom:1rem;display:flex;flex-direction:column;gap:1rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-account .checkout-login-form__fields):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul),:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-account .checkout-modal .checkout-login-form__fields):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul),:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-order-received .checkout-login-form__fields):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul),:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-order-received .checkout-modal .checkout-login-form__fields):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-account .checkout-login-form__fields):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-account .checkout-modal .checkout-login-form__fields):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-order-received .checkout-login-form__fields):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-order-received .checkout-modal .checkout-login-form__fields):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-account .checkout-login-form__fields):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-account .checkout-modal .checkout-login-form__fields):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-order-received .checkout-login-form__fields):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-order-received .checkout-modal .checkout-login-form__fields):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-account .checkout-login-form__fields):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-account .checkout-modal .checkout-login-form__fields):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-order-received .checkout-login-form__fields):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-order-received .checkout-modal .checkout-login-form__fields):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
body.woocommerce-account .checkout-login-form .form-row,body.woocommerce-account .checkout-modal .checkout-login-form .form-row,body.woocommerce-order-received .checkout-login-form .form-row,body.woocommerce-order-received .checkout-modal .checkout-login-form .form-row{float:none;clear:none;margin:0;width:100%}
body.woocommerce-account .checkout-login-form .form-row label,body.woocommerce-account .checkout-modal .checkout-login-form .form-row label,body.woocommerce-order-received .checkout-login-form .form-row label,body.woocommerce-order-received .checkout-modal .checkout-login-form .form-row label{margin-bottom:.375rem;display:block;font-weight:600;--tw-text-opacity:1;color:rgb(38 38 38/var(--tw-text-opacity,1));font-size:var(--checkout-fs-body);line-height:var(--checkout-lh-tight)}
body.woocommerce-account .checkout-login-form input[type=email],body.woocommerce-account .checkout-login-form input[type=password],body.woocommerce-account .checkout-login-form input[type=text],body.woocommerce-account .checkout-modal .checkout-login-form input[type=password],body.woocommerce-account .checkout-modal .checkout-login-form input[type=text],body.woocommerce-order-received .checkout-login-form input[type=email],body.woocommerce-order-received .checkout-login-form input[type=password],body.woocommerce-order-received .checkout-login-form input[type=text],body.woocommerce-order-received .checkout-modal .checkout-login-form input[type=password],body.woocommerce-order-received .checkout-modal .checkout-login-form input[type=text]{width:100%;border-radius:.5rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:.625rem .875rem;--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1));outline:2px solid transparent;outline-offset:2px;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
body.woocommerce-account .checkout-login-form input[type=email]:focus,body.woocommerce-account .checkout-login-form input[type=password]:focus,body.woocommerce-account .checkout-login-form input[type=text]:focus,body.woocommerce-account .checkout-modal .checkout-login-form input[type=password]:focus,body.woocommerce-account .checkout-modal .checkout-login-form input[type=text]:focus,body.woocommerce-order-received .checkout-login-form input[type=email]:focus,body.woocommerce-order-received .checkout-login-form input[type=password]:focus,body.woocommerce-order-received .checkout-login-form input[type=text]:focus,body.woocommerce-order-received .checkout-modal .checkout-login-form input[type=password]:focus,body.woocommerce-order-received .checkout-modal .checkout-login-form input[type=text]:focus{--tw-border-opacity:1;border-color:rgb(1 145 212/var(--tw-border-opacity,1));--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:rgba(1,145,212,.2)}
body.woocommerce-account .checkout-login-form input[type=email],body.woocommerce-account .checkout-login-form input[type=password],body.woocommerce-account .checkout-login-form input[type=text],body.woocommerce-account .checkout-modal .checkout-login-form input[type=password],body.woocommerce-account .checkout-modal .checkout-login-form input[type=text],body.woocommerce-order-received .checkout-login-form input[type=email],body.woocommerce-order-received .checkout-login-form input[type=password],body.woocommerce-order-received .checkout-login-form input[type=text],body.woocommerce-order-received .checkout-modal .checkout-login-form input[type=password],body.woocommerce-order-received .checkout-modal .checkout-login-form input[type=text]{font-size:var(--checkout-fs-body);line-height:var(--checkout-lh-normal)}
body.woocommerce-account .checkout-login-form__meta,body.woocommerce-account .checkout-modal .checkout-login-form__meta,body.woocommerce-order-received .checkout-login-form__meta,body.woocommerce-order-received .checkout-modal .checkout-login-form__meta{margin-bottom:1rem;display:flex;flex-direction:column;gap:.75rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-account .checkout-login-form__meta):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul),:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-account .checkout-modal .checkout-login-form__meta):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul),:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-order-received .checkout-login-form__meta):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul),:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-order-received .checkout-modal .checkout-login-form__meta):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-account .checkout-login-form__meta):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-account .checkout-modal .checkout-login-form__meta):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-order-received .checkout-login-form__meta):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-order-received .checkout-modal .checkout-login-form__meta):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-account .checkout-login-form__meta):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-account .checkout-modal .checkout-login-form__meta):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-order-received .checkout-login-form__meta):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-order-received .checkout-modal .checkout-login-form__meta):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-account .checkout-login-form__meta):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-account .checkout-modal .checkout-login-form__meta):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-order-received .checkout-login-form__meta):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(body.woocommerce-order-received .checkout-modal .checkout-login-form__meta):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
@media (min-width:640px){body.woocommerce-account .checkout-login-form__meta,body.woocommerce-account .checkout-modal .checkout-login-form__meta,body.woocommerce-order-received .checkout-login-form__meta,body.woocommerce-order-received .checkout-modal .checkout-login-form__meta{flex-direction:row;align-items:center;justify-content:space-between}
}
body.woocommerce-account .checkout-login-form .woocommerce-form-login__rememberme,body.woocommerce-order-received .checkout-login-form .woocommerce-form-login__rememberme{margin:0;display:inline-flex;cursor:pointer;align-items:center;gap:.5rem;font-weight:400;--tw-text-opacity:1;color:rgb(64 64 64/var(--tw-text-opacity,1))}
body.woocommerce-account .checkout-login-form .lost_password,body.woocommerce-order-received .checkout-login-form .lost_password{margin:0}
body.woocommerce-account .checkout-login-form .lost_password a,body.woocommerce-order-received .checkout-login-form .lost_password a{font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity:1;color:rgb(1 112 185/var(--tw-text-opacity,1))}
body.woocommerce-account .checkout-login-form .lost_password a:hover,body.woocommerce-order-received .checkout-login-form .lost_password a:hover{--tw-text-opacity:1;color:rgb(1 90 148/var(--tw-text-opacity,1))}
body.woocommerce-account .checkout-login-form__actions,body.woocommerce-account .checkout-modal .checkout-login-form__actions,body.woocommerce-order-received .checkout-login-form__actions,body.woocommerce-order-received .checkout-modal .checkout-login-form__actions{margin:0}
body.woocommerce-account .checkout-login-form .woocommerce-form-login__submit,body.woocommerce-account .checkout-modal .checkout-login-form .woocommerce-form-login__submit,body.woocommerce-order-received .checkout-login-form .woocommerce-form-login__submit,body.woocommerce-order-received .checkout-modal .checkout-login-form .woocommerce-form-login__submit{display:inline-flex;min-height:44px;width:100%;align-items:center;justify-content:center;border-radius:.5rem;border-width:0;--tw-bg-opacity:1;background-color:rgb(1 112 185/var(--tw-bg-opacity,1));padding:.625rem 1.25rem;font-size:.875rem;line-height:1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}
body.woocommerce-account .checkout-login-form .woocommerce-form-login__submit:hover,body.woocommerce-account .checkout-modal .checkout-login-form .woocommerce-form-login__submit:hover,body.woocommerce-order-received .checkout-login-form .woocommerce-form-login__submit:hover,body.woocommerce-order-received .checkout-modal .checkout-login-form .woocommerce-form-login__submit:hover{--tw-bg-opacity:1;background-color:rgb(1 90 148/var(--tw-bg-opacity,1))}
@media (min-width:640px){body.woocommerce-account .checkout-login-form .woocommerce-form-login__submit,body.woocommerce-account .checkout-modal .checkout-login-form .woocommerce-form-login__submit,body.woocommerce-order-received .checkout-login-form .woocommerce-form-login__submit,body.woocommerce-order-received .checkout-modal .checkout-login-form .woocommerce-form-login__submit{width:auto}
}
body.woocommerce-account .checkout-login-form__intro,body.woocommerce-order-received .checkout-login-form__intro{margin:0 0 1rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(82 82 82/var(--tw-text-opacity,1));line-height:var(--checkout-lh-normal)}
body.woocommerce-account .checkout-login-form__notice--error,body.woocommerce-order-received .checkout-login-form__notice--error{margin-bottom:1rem;border-radius:.5rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(254 202 202/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1));padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity,1))}
.lifegivingstore-auth-notices .woocommerce-notices-wrapper:empty{display:none}
.lifegivingstore-auth-notices .woocommerce-error,.lifegivingstore-auth-notices .woocommerce-info,.lifegivingstore-auth-notices .woocommerce-message{margin-bottom:0;list-style-type:none;padding-left:0}
.lifegivingstore-auth-notices .woocommerce-error li,.lifegivingstore-auth-notices .woocommerce-info li,.lifegivingstore-auth-notices .woocommerce-message li{margin:0;list-style-type:none;padding:0}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(.lifegivingstore-auth-notices .woocommerce-error li),.woocommerce-account .lifegivingstore-account-card.card:not(.lifegivingstore-auth-notices .woocommerce-info li),.woocommerce-account .lifegivingstore-account-card.card:not(.lifegivingstore-auth-notices .woocommerce-message li){padding:1.25rem}
}
.lifegivingstore-auth-notices .woocommerce-error li,.lifegivingstore-auth-notices .woocommerce-info li,.lifegivingstore-auth-notices .woocommerce-message li{list-style:none!important}
.lifegivingstore-auth-notices .woocommerce-error li::marker,.lifegivingstore-auth-notices .woocommerce-error li:before{content:none!important;display:none!important}
body.woocommerce-account .lifegivingstore-auth-card .checkout-block__title{margin-bottom:1rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-auth-intro):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-auth-intro):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-auth-intro):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-auth-intro):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-auth-intro__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-auth-intro__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-auth-intro__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-auth-intro__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.lifegivingstore-auth-tabs__tab.is-active{--tw-bg-opacity:1;background-color:rgb(1 112 185/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}
.lifegivingstore-auth-tabs__tab:not(.is-active):hover{--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1))}
.lifegivingstore-auth-tabs__panel.is-active{display:block}
body.woocommerce-account .lifegivingstore-auth-card .checkout-login-form__intro--compact{margin-bottom:0}
body.woocommerce-account .lifegivingstore-auth-card .checkout-login-form__fields--split,body.woocommerce-account .lifegivingstore-auth-card .woocommerce-form-register .checkout-login-form__fields--split{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}
@media (min-width:640px){body.woocommerce-account .lifegivingstore-auth-card .checkout-login-form__fields--split,body.woocommerce-account .lifegivingstore-auth-card .woocommerce-form-register .checkout-login-form__fields--split{grid-template-columns:repeat(2,minmax(0,1fr))}
body.woocommerce-account .lifegivingstore-auth-card .checkout-login-form__fields--split .form-row-wide,body.woocommerce-account .lifegivingstore-auth-card .woocommerce-form-register .checkout-login-form__fields--split .form-row-wide{grid-column:span 2/span 2}
}
body.woocommerce-account .lifegivingstore-auth-card .checkout-login-form__fields--split .form-row-first,body.woocommerce-account .lifegivingstore-auth-card .checkout-login-form__fields--split .form-row-last,body.woocommerce-account .lifegivingstore-auth-card .woocommerce-form-register .checkout-login-form__fields--split .form-row-first,body.woocommerce-account .lifegivingstore-auth-card .woocommerce-form-register .checkout-login-form__fields--split .form-row-last{float:none;clear:none;margin:0;width:100%}
body.woocommerce-account .lifegivingstore-auth-card .woocommerce-form-register .woocommerce-privacy-policy-text,body.woocommerce-account .lifegivingstore-auth-card .woocommerce-privacy-policy-text{margin-top:1rem;--tw-text-opacity:1;color:rgb(82 82 82/var(--tw-text-opacity,1));font-size:var(--fs-small);line-height:var(--checkout-lh-normal,1.5)}
body.woocommerce-account .lifegivingstore-auth-card .woocommerce-privacy-policy-text a{font-weight:600;--tw-text-opacity:1;color:rgb(1 112 185/var(--tw-text-opacity,1))}
body.woocommerce-account .lifegivingstore-auth-card .woocommerce-privacy-policy-text a:hover{--tw-text-opacity:1;color:rgb(1 90 148/var(--tw-text-opacity,1))}
body.woocommerce-account .lifegivingstore-auth-card .checkout-login-form--inline,body.woocommerce-account .lifegivingstore-auth-card .woocommerce-form-register.checkout-login-form--inline{margin:0;border-width:0;background-color:transparent;padding:0;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(body.woocommerce-account .lifegivingstore-auth-card .checkout-login-form--inline),.woocommerce-account .lifegivingstore-account-card.card:not(body.woocommerce-account .lifegivingstore-auth-card .woocommerce-form-register.checkout-login-form--inline){padding:1.25rem}
}
body.woocommerce-account.logged-out .woocommerce-account-layout{margin-left:auto;margin-right:auto;max-width:36rem;grid-template-columns:minmax(0,1fr)}
body.woocommerce-account.logged-out.lifegivingstore-auth-layout--single .woocommerce-account-layout,body.woocommerce-account.logged-out.lifegivingstore-auth-layout--tabs .woocommerce-account-layout{max-width:36rem}
body.woocommerce-account.logged-out .woocommerce-MyAccount-content .woocommerce-error:not(.lifegivingstore-toast),body.woocommerce-account.logged-out .woocommerce-MyAccount-content .woocommerce-info:not(.lifegivingstore-toast),body.woocommerce-account.logged-out .woocommerce-MyAccount-content .woocommerce-message:not(.lifegivingstore-toast){margin-bottom:1rem}
body.woocommerce-account.logged-out .lifegivingstore-auth-shell--single .woocommerce-error:not(.lifegivingstore-toast),body.woocommerce-account.logged-out .lifegivingstore-auth-shell--single .woocommerce-info:not(.lifegivingstore-toast),body.woocommerce-account.logged-out .lifegivingstore-auth-shell--single .woocommerce-message:not(.lifegivingstore-toast),body.woocommerce-account.logged-out .lifegivingstore-auth-shell--tabs .woocommerce-error:not(.lifegivingstore-toast),body.woocommerce-account.logged-out .lifegivingstore-auth-shell--tabs .woocommerce-info:not(.lifegivingstore-toast),body.woocommerce-account.logged-out .lifegivingstore-auth-shell--tabs .woocommerce-message:not(.lifegivingstore-toast){margin-left:auto;margin-right:auto;width:100%;max-width:36rem}
body.woocommerce-account .lifegivingstore-auth-columns .lifegivingstore-auth-column .checkout-block{height:100%}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-otp__divider):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-otp__divider):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-otp__divider):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-otp__divider):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.lifegivingstore-otp__open{width:100%;font-size:.875rem;line-height:1.25rem;padding:.625rem 1.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-otp-panel):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-otp-panel):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-otp-panel):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-otp-panel):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-otp__step):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-otp__step):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-otp__step):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-otp__step):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(.lifegivingstore-otp__resend){padding:1.25rem}
}
.lifegivingstore-otp__status.is-error{font-weight:600;--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}
body.woocommerce-account.logged-out,body.woocommerce-account.logged-out .lifegivingstore-auth-card,body.woocommerce-account.logged-out .lifegivingstore-auth-card p{font-size:var(--checkout-fs-body);line-height:var(--checkout-lh-normal)}
body.woocommerce-account.logged-out .lifegivingstore-auth-card p{--tw-text-opacity:1;color:rgb(64 64 64/var(--tw-text-opacity,1))}
body.woocommerce-account.logged-out .lifegivingstore-auth-card .checkout-login-form__intro,body.woocommerce-account.logged-out .lifegivingstore-auth-card .checkout-login-form__intro--compact,body.woocommerce-account.logged-out .lifegivingstore-auth-card .lifegivingstore-auth-intro__lead{margin-bottom:1rem;--tw-text-opacity:1;color:rgb(82 82 82/var(--tw-text-opacity,1));font-size:var(--fs-small);line-height:var(--checkout-lh-normal)}
body.woocommerce-account.logged-out .lifegivingstore-auth-card .lifegivingstore-auth-intro__title{margin-bottom:.5rem;--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1));font-size:var(--checkout-fs-emphasis);line-height:var(--checkout-lh-tight)}
body.woocommerce-account.logged-out .lifegivingstore-auth-card .form-row{margin-bottom:0}
body.woocommerce-account.logged-out .lifegivingstore-auth-card .checkout-login-form .form-row label,body.woocommerce-account.logged-out .lifegivingstore-auth-card .form-row label,body.woocommerce-account.logged-out .lifegivingstore-auth-card .woocommerce-form-register .form-row label{margin-bottom:.375rem;display:block;font-weight:600;--tw-text-opacity:1;color:rgb(38 38 38/var(--tw-text-opacity,1));font-size:var(--checkout-fs-body);line-height:var(--checkout-lh-tight)}
body.woocommerce-account.logged-out .lifegivingstore-auth-card input[type=email],body.woocommerce-account.logged-out .lifegivingstore-auth-card input[type=password],body.woocommerce-account.logged-out .lifegivingstore-auth-card input[type=text]{width:100%;border-radius:.5rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:.625rem .875rem;--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1));outline:2px solid transparent;outline-offset:2px;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
body.woocommerce-account.logged-out .lifegivingstore-auth-card input[type=email]:focus,body.woocommerce-account.logged-out .lifegivingstore-auth-card input[type=password]:focus,body.woocommerce-account.logged-out .lifegivingstore-auth-card input[type=text]:focus{--tw-border-opacity:1;border-color:rgb(1 145 212/var(--tw-border-opacity,1));--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:rgba(1,145,212,.2)}
body.woocommerce-account.logged-out .lifegivingstore-auth-card input[type=email],body.woocommerce-account.logged-out .lifegivingstore-auth-card input[type=password],body.woocommerce-account.logged-out .lifegivingstore-auth-card input[type=text]{font-size:var(--checkout-fs-body);line-height:var(--checkout-lh-normal);min-height:auto;box-sizing:border-box}
body.woocommerce-account.logged-out .lifegivingstore-auth-card input[type=email]::-moz-placeholder,body.woocommerce-account.logged-out .lifegivingstore-auth-card input[type=password]::-moz-placeholder,body.woocommerce-account.logged-out .lifegivingstore-auth-card input[type=text]::-moz-placeholder{--tw-text-opacity:1;color:rgb(163 163 163/var(--tw-text-opacity,1));font-size:var(--checkout-fs-body)}
body.woocommerce-account.logged-out .lifegivingstore-auth-card input[type=email]::placeholder,body.woocommerce-account.logged-out .lifegivingstore-auth-card input[type=password]::placeholder,body.woocommerce-account.logged-out .lifegivingstore-auth-card input[type=text]::placeholder{--tw-text-opacity:1;color:rgb(163 163 163/var(--tw-text-opacity,1));font-size:var(--checkout-fs-body)}
body.woocommerce-account.logged-out .lifegivingstore-auth-card .woocommerce-form-login__rememberme,body.woocommerce-account.logged-out .lifegivingstore-auth-card .woocommerce-form__label-for-checkbox{display:inline-flex;align-items:center;gap:.5rem;font-weight:400;--tw-text-opacity:1;color:rgb(64 64 64/var(--tw-text-opacity,1));font-size:var(--checkout-fs-body);line-height:var(--checkout-lh-normal)}
body.woocommerce-account.logged-out .lifegivingstore-auth-card .lost_password a{font-weight:600;--tw-text-opacity:1;color:rgb(1 112 185/var(--tw-text-opacity,1))}
body.woocommerce-account.logged-out .lifegivingstore-auth-card .lost_password a:hover{--tw-text-opacity:1;color:rgb(1 90 148/var(--tw-text-opacity,1))}
body.woocommerce-account.logged-out .lifegivingstore-auth-card .lost_password a{font-size:var(--fs-small);line-height:var(--checkout-lh-normal)}
body.woocommerce-account.logged-out .lifegivingstore-auth-card .woocommerce-form-login__submit,body.woocommerce-account.logged-out .lifegivingstore-auth-card .woocommerce-form-register__submit{display:inline-flex;min-height:44px;width:100%;align-items:center;justify-content:center;border-radius:.5rem;border-width:0;--tw-bg-opacity:1;background-color:rgb(1 112 185/var(--tw-bg-opacity,1));padding:.625rem 1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}
body.woocommerce-account.logged-out .lifegivingstore-auth-card .woocommerce-form-login__submit:hover,body.woocommerce-account.logged-out .lifegivingstore-auth-card .woocommerce-form-register__submit:hover{--tw-bg-opacity:1;background-color:rgb(1 90 148/var(--tw-bg-opacity,1))}
@media (min-width:640px){body.woocommerce-account.logged-out .lifegivingstore-auth-card .woocommerce-form-login__submit,body.woocommerce-account.logged-out .lifegivingstore-auth-card .woocommerce-form-register__submit{width:auto}
}
body.woocommerce-account.logged-out .lifegivingstore-auth-card .lifegivingstore-auth-tabs__tab,body.woocommerce-account.logged-out .lifegivingstore-auth-card .woocommerce-form-login__submit,body.woocommerce-account.logged-out .lifegivingstore-auth-card .woocommerce-form-register__submit{font-size:var(--fs-small);line-height:var(--checkout-lh-tight)}
body.woocommerce-account.logged-out .lifegivingstore-auth-card .woocommerce-form-register .woocommerce-privacy-policy-text,body.woocommerce-account.logged-out .lifegivingstore-auth-card .woocommerce-privacy-policy-text{margin-top:1rem;--tw-text-opacity:1;color:rgb(82 82 82/var(--tw-text-opacity,1));font-size:var(--fs-small);line-height:var(--checkout-lh-normal)}
body.woocommerce-account.logged-out .lifegivingstore-auth-card .woocommerce-privacy-policy-text a{font-weight:600;--tw-text-opacity:1;color:rgb(1 112 185/var(--tw-text-opacity,1))}
body.woocommerce-account.logged-out .lifegivingstore-auth-card .woocommerce-privacy-policy-text a:hover{--tw-text-opacity:1;color:rgb(1 90 148/var(--tw-text-opacity,1))}
body.woocommerce-account.logged-out .lifegivingstore-auth-card .woocommerce-privacy-policy-text a{font-size:inherit}
.woocommerce-checkout .woocommerce-error,.woocommerce-checkout .woocommerce-info,.woocommerce-checkout .woocommerce-message{font-size:var(--checkout-fs-body);line-height:var(--checkout-lh-normal)}
.woocommerce-checkout .woocommerce-info{margin-bottom:1.5rem;border-top-right-radius:.5rem;border-bottom-right-radius:.5rem;border-left-width:4px;--tw-border-opacity:1;border-color:rgb(1 145 212/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1));padding:1rem}
.woocommerce-checkout .woocommerce-info a{font-weight:600;--tw-text-opacity:1;color:rgb(1 112 185/var(--tw-text-opacity,1))}
.woocommerce-checkout .woocommerce-info a:hover{--tw-text-opacity:1;color:rgb(1 90 148/var(--tw-text-opacity,1))}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-express-checkout__buttons):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-express-checkout__buttons):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-express-checkout__buttons):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-express-checkout__buttons):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-express-checkout .wc_ppcp_express_checkout_gateways):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul),:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-express-checkout .wc_stripe_checkout_banner_gateways):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-express-checkout .wc_ppcp_express_checkout_gateways):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-express-checkout .wc_stripe_checkout_banner_gateways):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-express-checkout .wc_ppcp_express_checkout_gateways):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-express-checkout .wc_stripe_checkout_banner_gateways):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-express-checkout .wc_ppcp_express_checkout_gateways):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-express-checkout .wc_stripe_checkout_banner_gateways):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(.checkout-express-checkout .wc_ppcp_express_checkout_gateways),.woocommerce-account .lifegivingstore-account-card.card:not(.checkout-express-checkout .wc_stripe_checkout_banner_gateways){padding:1.25rem}
}
.checkout-express-checkout .wc-stripe-checkout-banner-gateway.active{min-height:44px}
.checkout-express-checkout .wc-stripe-checkout-banner-gateway.active:nth-child(n+2){margin-top:0!important}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-express-checkout__divider):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-express-checkout__divider):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-express-checkout__divider):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-express-checkout__divider):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-flow-header__inner):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-flow-header__inner):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-flow-header__inner):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-flow-header__inner):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
@media (max-width:639px){.checkout-flow-header .checkout-progress__step--current .checkout-progress__label{display:inline}
}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-progress__list):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-progress__list):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-progress__list):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-progress__list):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(.checkout-progress__list){padding:1.25rem}
}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-progress__step):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-progress__step):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-progress__step):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-progress__step):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-progress__link):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-progress__link):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-progress__link):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-progress__link):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.checkout-progress__step--current .checkout-progress__link{font-weight:600;--tw-text-opacity:1;color:rgb(1 90 148/var(--tw-text-opacity,1))}
.checkout-progress__step--current .checkout-progress__marker{--tw-border-opacity:1;border-color:rgb(1 112 185/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(1 112 185/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}
.checkout-shipping-table tr.woocommerce-shipping-totals.shipping{display:block;width:100%}
.checkout-shipping-table tr.woocommerce-shipping-totals.shipping>th{display:none}
.checkout-shipping-table tr.woocommerce-shipping-totals.shipping>td{border-width:0;padding:0;text-align:left}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(.checkout-shipping-table tr.woocommerce-shipping-totals.shipping>td){padding:1.25rem}
}
.checkout-shipping-table tr.woocommerce-shipping-totals.shipping>td{display:flex;flex-direction:column;gap:.75rem;width:100%;min-width:0}
.checkout-shipping-table .woocommerce-shipping-destination{order:1;margin:0}
.checkout-shipping-table .woocommerce-shipping-calculator{order:2}
.checkout-shipping-table ul.woocommerce-shipping-methods{order:3}
.checkout-shipping-table .woocommerce-shipping-contents{order:4;margin:0}
.checkout-shipping-calculator .woocommerce-shipping-calculator,.checkout-shipping-methods-section .woocommerce-shipping-calculator{margin-top:.5rem;text-align:left}
.checkout-shipping-methods-section .shipping-calculator-form .select2-container{width:100%}
.checkout-shipping-methods-section .shipping-calculator-form .select2-container .select2-selection--single{height:44px;border-radius:.5rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1))}
.checkout-shipping-methods-section .shipping-calculator-form .select2-container .select2-selection__rendered{text-align:left;line-height:42px;padding-left:.875rem;padding-right:2rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-trust-badges--bottom .checkout-trust-badge):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul),:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-trust-badges--top .checkout-trust-badge):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-trust-badges--bottom .checkout-trust-badge):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-trust-badges--top .checkout-trust-badge):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-trust-badges--bottom .checkout-trust-badge):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-trust-badges--top .checkout-trust-badge):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-trust-badges--bottom .checkout-trust-badge):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-trust-badges--top .checkout-trust-badge):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-trust-badges--bottom .checkout-trust-badge__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul),:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-trust-badges--top .checkout-trust-badge__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-trust-badges--bottom .checkout-trust-badge__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-trust-badges--top .checkout-trust-badge__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-trust-badges--bottom .checkout-trust-badge__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-trust-badges--top .checkout-trust-badge__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-trust-badges--bottom .checkout-trust-badge__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-trust-badges--top .checkout-trust-badge__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-trust-badges--bottom .checkout-trust-badge__content):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul),:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-trust-badges--top .checkout-trust-badge__content):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-trust-badges--bottom .checkout-trust-badge__content):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-trust-badges--top .checkout-trust-badge__content):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-trust-badges--bottom .checkout-trust-badge__content):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-trust-badges--top .checkout-trust-badge__content):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-trust-badges--bottom .checkout-trust-badge__content):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-trust-badges--top .checkout-trust-badge__content):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-trust-badges--strip .checkout-trust-badge):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-trust-badges--strip .checkout-trust-badge):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-trust-badges--strip .checkout-trust-badge):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-trust-badges--strip .checkout-trust-badge):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-trust-badges--strip .checkout-trust-badge__content):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-trust-badges--strip .checkout-trust-badge__content):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-trust-badges--strip .checkout-trust-badge__content):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-trust-badges--strip .checkout-trust-badge__content):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(.checkout-trust-badges--compact){padding:1.25rem}
}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-trust-badge):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-trust-badge):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-trust-badge):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-trust-badge):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-trust-badge__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-trust-badge__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-trust-badge__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-trust-badge__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-trust-strip .checkout-trust-badges--strip .checkout-trust-badge__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-trust-strip .checkout-trust-badges--strip .checkout-trust-badge__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-trust-strip .checkout-trust-badges--strip .checkout-trust-badge__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-trust-strip .checkout-trust-badges--strip .checkout-trust-badge__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(.checkout-trust-strip .checkout-trust-badges--strip .checkout-trust-badge__icon){padding:1.25rem}
}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-payment-confidence__header):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-payment-confidence__header):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-payment-confidence__header):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-payment-confidence__header):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-payment-confidence__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-payment-confidence__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-payment-confidence__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-payment-confidence__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(.checkout-payment-section #payment),.woocommerce-account .lifegivingstore-account-card.card:not(.checkout-payment-section .checkout-payment-methods-wrap){padding:1.25rem}
}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-delivery-estimate):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-delivery-estimate):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-delivery-estimate):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-delivery-estimate):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-order-item):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-order-item):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-order-item):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-order-item):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-order-item__qty):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-order-item__qty):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-order-item__qty):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-order-item__qty):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.woocommerce-checkout-review-order-table tbody td.product-name{overflow:visible}
.checkout-coupon-discount .woocommerce-Price-amount{font-weight:700;--tw-text-opacity:1;color:rgb(21 128 61/var(--tw-text-opacity,1))}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-place-order__secure):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-place-order__secure):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-place-order__secure):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-place-order__secure):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-order-summary__toggle):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-order-summary__toggle):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-order-summary__toggle):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-order-summary__toggle):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-order-summary__toggle-left):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-order-summary__toggle-left):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-order-summary__toggle-left):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-order-summary__toggle-left):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
@media (max-width:1023px){.checkout-order-summary__content:not(.is-open){display:none}
.checkout-order-summary__content.is-open{display:block;padding-top:1rem}
}
body.woocommerce-checkout,html:has(body.woocommerce-checkout){overflow-x:clip!important}
@media (max-width:1023px){body.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment,body.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment :not(iframe),body.woocommerce-checkout #payment,body.woocommerce-checkout #payment :not(iframe){max-width:100%!important;box-sizing:border-box!important}
body.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment .wc-stripe-upe-element iframe,body.woocommerce-checkout #payment .wc-stripe-upe-element iframe{max-width:none!important;width:100%!important}
}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-mobile-bar__total):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-mobile-bar__total):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-mobile-bar__total):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.checkout-mobile-bar__total):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #place_order,.woocommerce-checkout #place_order{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #place_order,.woocommerce-account .lifegivingstore-account-section--add-payment-method #place_order:hover,.woocommerce-checkout #place_order,.woocommerce-checkout #place_order:hover{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #place_order:hover,.woocommerce-checkout #place_order:hover{--tw-translate-y:-0.125rem;--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #place_order,.woocommerce-checkout #place_order{min-height:3.25rem}
.sticky-atc-bar{position:fixed!important;bottom:0!important;left:0!important;right:0!important;margin:0!important;width:100vw!important;max-width:100vw!important;box-sizing:border-box!important;z-index:99998!important;background-color:hsla(0,0%,100%,.98)!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;border-top:1px solid #e5e5e5!important;box-shadow:0 -10px 30px rgba(0,0,0,.06)!important;transform:translateY(100%);transition:transform .4s cubic-bezier(.16,1,.3,1)!important;will-change:transform}
.sticky-atc-bar.is-visible{transform:translateY(0)!important}
.sticky-atc-bar__inner{justify-content:space-between!important;gap:1rem!important;padding:.75rem 1.25rem!important;max-width:1536px!important;margin-left:auto!important;margin-right:auto!important;width:100%!important;box-sizing:border-box!important}
.sticky-atc-bar__inner,.sticky-atc-bar__product{display:flex!important;align-items:center!important}
.sticky-atc-bar__product{gap:.75rem!important;min-width:0!important}
.sticky-atc-bar__image{width:3.25rem!important;height:3.25rem!important;border-radius:.5rem!important;-o-object-fit:cover!important;object-fit:cover!important;background-color:#f5f5f5!important;flex-shrink:0!important;border:1px solid #eee!important}
.sticky-atc-bar__details{display:flex!important;flex-direction:column!important;min-width:0!important}
.sticky-atc-bar__title{margin:0!important;font-size:var(--fs-body-sm)!important;font-weight:700!important;color:#111827!important;line-height:1.25!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.sticky-atc-bar__price{font-size:var(--fs-small)!important;color:#4b5563!important;font-weight:500!important;line-height:1.25!important;margin-top:.125rem!important}
.sticky-atc-bar__price del{opacity:.6;font-size:.8em;margin-right:.25rem}
.sticky-atc-bar__price ins{text-decoration:none;font-weight:700;color:var(--color-primary-600)}
.sticky-atc-bar__actions{display:flex!important;align-items:center!important;flex-shrink:0!important}
.sticky-atc-bar__submit{flex-shrink:0;cursor:pointer;border-width:0;--tw-bg-opacity:1;background-color:rgb(1 112 185/var(--tw-bg-opacity,1));font-weight:700;text-transform:uppercase;letter-spacing:.025em;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}
.sticky-atc-bar__submit:hover{--tw-bg-opacity:1;background-color:rgb(1 90 148/var(--tw-bg-opacity,1))}
.sticky-atc-bar__submit{padding:.75rem 1.5rem!important;font-size:var(--fs-small)!important;border-radius:.75rem!important;line-height:1.25!important;box-shadow:0 4px 12px rgba(1,112,185,.15)!important}
.sticky-atc-bar__submit.disabled,.sticky-atc-bar__submit:disabled{opacity:.6!important;cursor:not-allowed!important;background-color:#9ca3af!important;box-shadow:none!important}
.sticky-atc-bar__submit.is-waitlist{opacity:1!important;cursor:pointer!important;background-color:var(--color-primary-600)!important;box-shadow:0 4px 12px rgba(1,112,185,.15)!important}
@media (min-width:768px){.sticky-atc-bar__inner{padding:1rem 1.5rem!important}
.sticky-atc-bar__image{width:3.75rem!important;height:3.75rem!important}
.sticky-atc-bar__title{font-size:var(--fs-subtitle)!important}
.sticky-atc-bar__price{font-size:var(--fs-body-sm)!important}
.sticky-atc-bar__submit{padding:.875rem 2rem!important;font-size:var(--fs-body)!important;border-radius:.875rem!important}
}
@media (max-width:1023px){body.woocommerce-checkout{padding-bottom:7.5rem}
body.woocommerce-checkout #td-widget,body.woocommerce-checkout .td-launcher,body.woocommerce-checkout .td-widget-launcher,body.woocommerce-checkout thrivedesk-assistant{display:none!important}
.woocommerce-checkout #customer_details .form-row,.woocommerce-checkout .woocommerce-additional-fields .form-row{margin-bottom:.625rem}
.woocommerce-checkout #customer_details input[type=email],.woocommerce-checkout #customer_details input[type=password],.woocommerce-checkout #customer_details input[type=tel],.woocommerce-checkout #customer_details input[type=text],.woocommerce-checkout #customer_details select,.woocommerce-checkout #customer_details textarea{padding-top:.75rem;padding-bottom:.75rem;font-size:var(--checkout-fs-emphasis);min-height:44px}
}
.woocommerce-account .page-header-gray{background-color:var(--color-page-bg)!important}
.woocommerce-account,.woocommerce-account #primary,.woocommerce-account .content-area,.woocommerce-account .page-content-white,.woocommerce-account .woocommerce-account-layout,.woocommerce-account main.site-main,body:has(.woocommerce-account){background-color:#fff!important}
.woocommerce-account .page-content-white{min-height:60vh;padding-bottom:2.5rem}
.woocommerce-account .site-container>.woocommerce{width:100%;max-width:100%}
.woocommerce-account .woocommerce-account-layout{display:grid;width:100%;max-width:100%;align-items:start;grid-template-columns:minmax(0,1fr);gap:1.5rem}
@media (min-width:1024px){.woocommerce-account .woocommerce-account-layout{grid-template-columns:minmax(240px,280px) minmax(0,1fr);gap:2rem}
}
@media (min-width:1280px){.woocommerce-account .woocommerce-account-layout{gap:2.5rem}
}
.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation{float:none!important;width:auto!important;max-width:100%;min-width:0;margin:0!important;clear:none!important}
.woocommerce-account .woocommerce-MyAccount-navigation{grid-column:1;justify-self:stretch}
.woocommerce-account .woocommerce-MyAccount-content{grid-column:1}
@media (min-width:1024px){.woocommerce-account .woocommerce-MyAccount-navigation{grid-column:1}
.woocommerce-account .woocommerce-MyAccount-content{grid-column:2}
}
.woocommerce-account .woocommerce-MyAccount-navigation a{font-size:var(--fs-small)}
.woocommerce-account .woocommerce-MyAccount-navigation.lifegivingstore-account-nav{width:100%;max-width:100%;min-width:0;overflow:visible}
@media (max-width:1023px){body.woocommerce-account.logged-in .woocommerce-account-layout{padding-top:1rem;padding-bottom:1.5rem;gap:1rem}
body.woocommerce-account .woocommerce-MyAccount-content{padding-top:0}
.woocommerce-account .lifegivingstore-account-card.card:not(.p-0){padding:1.25rem}
.woocommerce-account .lifegivingstore-account-heading{font-size:var(--fs-body-lg)}
.woocommerce-account .lifegivingstore-account-greeting{flex-direction:row;align-items:flex-start;gap:.875rem;text-align:left;width:100%}
.woocommerce-account .lifegivingstore-account-greeting__text{min-width:0;flex:1;text-align:left}
.woocommerce-account .lifegivingstore-account-tiles{width:100%;max-width:100%}
.woocommerce-account .lifegivingstore-account-tile{align-items:flex-start;text-align:left}
.woocommerce-account .lifegivingstore-account-empty .btn-primary,.woocommerce-account .lifegivingstore-account-empty a.btn-primary,.woocommerce-account .lifegivingstore-account-payment-methods-add{display:flex;width:100%;justify-content:center;text-align:center}
.woocommerce-account .lifegivingstore-account-fieldset{padding:1rem}
body.woocommerce-account.logged-out .woocommerce-account-layout{padding-top:1rem;padding-bottom:1.5rem}
body.woocommerce-account.logged-out .lifegivingstore-auth-shell--single,body.woocommerce-account.logged-out .lifegivingstore-auth-shell--tabs{max-width:100%}
body.woocommerce-account.logged-out .lifegivingstore-auth-intro{margin-bottom:1.25rem;padding-bottom:1.25rem}
}
@media (max-width:767px){.woocommerce-account .lifegivingstore-account-table-scroll,.woocommerce-account .woocommerce-orders-table{overflow-x:visible;max-width:100%}
.woocommerce-account table.shop_table_responsive{border:0!important;border-radius:0!important;background:transparent!important}
.woocommerce-account table.shop_table_responsive thead{display:none}
.woocommerce-account table.shop_table_responsive tbody tr{display:block;margin-bottom:.75rem;border:1px solid var(--color-neutral-200)!important;border-radius:.75rem;background-color:#fff;overflow:hidden;box-shadow:0 1px 2px rgba(15,23,42,.04)}
.woocommerce-account table.shop_table_responsive tbody tr:last-child{margin-bottom:0}
.woocommerce-account table.shop_table_responsive tbody td,.woocommerce-account table.shop_table_responsive tbody th{display:block;width:100%!important;max-width:100%;box-sizing:border-box;text-align:right!important;border:0!important;border-bottom:1px solid var(--color-neutral-100)!important;padding:.75rem 1rem!important;font-size:var(--fs-small)}
.woocommerce-account table.shop_table_responsive tbody td:last-child,.woocommerce-account table.shop_table_responsive tbody th:last-child{border-bottom:0!important}
.woocommerce-account table.shop_table_responsive tbody td:before,.woocommerce-account table.shop_table_responsive tbody th:before{content:attr(data-title) ": ";float:left;max-width:55%;padding-right:.75rem;text-align:left;font-weight:600;color:var(--color-neutral-500);font-size:var(--fs-caption);line-height:1.35;text-transform:none;letter-spacing:normal}
.woocommerce-account table.shop_table_responsive tbody td:after,.woocommerce-account table.shop_table_responsive tbody th:after{content:"";display:table;clear:both}
.woocommerce-account table.shop_table_responsive .woocommerce-orders-table__cell-order-number{background-color:var(--color-neutral-50);font-weight:700;color:var(--color-neutral-900)}
.woocommerce-account table.shop_table_responsive .woocommerce-orders-table__cell-order-number:before{color:var(--color-neutral-600)}
.woocommerce-account table.shop_table_responsive .button,.woocommerce-account table.shop_table_responsive a.woocommerce-button{display:inline-flex;width:auto;max-width:100%;margin-top:.25rem;float:right;clear:both;font-size:var(--fs-caption);padding:.5rem .875rem}
.woocommerce-MyAccount-content table.order_details tbody tr,.woocommerce-MyAccount-content table.subscription_details tbody tr{display:table-row}
.woocommerce-MyAccount-content table.subscription_details{display:block;width:100%;border:0!important;background:transparent!important}
.woocommerce-MyAccount-content table.subscription_details tbody,.woocommerce-MyAccount-content table.subscription_details tr{display:block;width:100%}
.woocommerce-MyAccount-content table.subscription_details tr{margin-bottom:.75rem;border:1px solid var(--color-neutral-200);border-radius:.75rem;overflow:hidden;background:#fff}
.woocommerce-MyAccount-content table.subscription_details td{display:block;width:100%!important;min-width:0!important;white-space:normal!important;border:0!important;border-bottom:1px solid var(--color-neutral-100)!important;padding:.75rem 1rem!important;text-align:left!important}
.woocommerce-MyAccount-content table.subscription_details td:last-child{border-bottom:0!important}
.woocommerce-MyAccount-content table.subscription_details td:first-child{background:var(--color-neutral-50);font-size:var(--fs-caption);color:var(--color-neutral-500);padding-bottom:.375rem!important}
.woocommerce-MyAccount-content table.subscription_details .button{display:inline-flex;width:100%;justify-content:center;margin:.25rem 0 0!important}
.woocommerce-MyAccount-content table.order_details tbody tr.order_item td.product-name{display:block;flex-wrap:nowrap}
.woocommerce-MyAccount-content table.order_details tbody tr.order_item td.product-name>a:first-of-type{min-width:0;flex:none;display:block;margin-bottom:.25rem}
.woocommerce-MyAccount-content table.order_details tbody tr.order_item td.product-name a.button,.woocommerce-MyAccount-content table.order_details tbody tr.order_item td.product-name a.wcs-switch-link{display:inline-flex;margin-top:.375rem}
.woocommerce-MyAccount-content .lifegivingstore-account-order-details .shop_table,.woocommerce-MyAccount-content table.order_details{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
}
.woocommerce-account .woocommerce-MyAccount-content{box-sizing:border-box;min-width:0;max-width:100%;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding-top:.5rem;padding-bottom:.5rem}
@media (min-width:1024px){body.woocommerce-account.logged-in .woocommerce-MyAccount-content{padding-inline-end:2rem}
}
@media (min-width:1280px){body.woocommerce-account.logged-in .woocommerce-MyAccount-content{padding-inline-end:2.5rem}
}
body.woocommerce-account.logged-in .woocommerce-account-layout{max-width:100%;min-width:0;overflow-x:visible}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content{overflow-x:clip}
body.woocommerce-account.logged-in .lifegivingstore-account-page-content,body.woocommerce-account.logged-in .lifegivingstore-account-page-content .site-container{overflow-x:visible}
body.woocommerce-account.logged-in .lifegivingstore-account-card,body.woocommerce-account.logged-in .lifegivingstore-account-section,body.woocommerce-account.logged-in .lifegivingstore-account-table-scroll{max-width:100%;min-width:0;box-sizing:border-box}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table,.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__table,.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table-wrapper,.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders,.woocommerce-account .woocommerce-MyAccount-content>*{max-width:100%}
.woocommerce-account .woocommerce-MyAccount-content p{--tw-text-opacity:1;color:rgb(64 64 64/var(--tw-text-opacity,1));font-size:var(--fs-body);line-height:1.65}
.woocommerce-account .woocommerce-MyAccount-content h2{margin-bottom:1rem;font-weight:800;--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1));font-size:var(--fs-display-fluid);line-height:1.5;letter-spacing:-.02em}
body.woocommerce-order-received .checkout-rewards-strip,body.woocommerce-order-received .spar-cart-rewards-box{display:none!important}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.order-received-hero__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.order-received-hero__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.order-received-hero__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.order-received-hero__icon):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.order-received-actions):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.order-received-actions):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.order-received-actions):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.order-received-actions):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.woocommerce-order{border-radius:1rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:1.25rem;--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}
@media (min-width:640px){.woocommerce-order{padding:1.75rem}
}
@media (min-width:1024px){.woocommerce-order{padding:2rem}
}
.woocommerce-order p.woocommerce-notice{margin-bottom:1.25rem}
.woocommerce-order .order-received-hero .order-received-hero__message,.woocommerce-order .order-received-hero .woocommerce-thankyou-order-received.order-received-hero__message{margin-bottom:0;text-align:center;font-weight:400;color:#374151!important;background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;opacity:1!important}
.woocommerce-order .woocommerce-notice--error,.woocommerce-order .woocommerce-notice--success{border-radius:.75rem;border-width:1px;padding:1rem;font-weight:500}
@media (min-width:640px){.woocommerce-order .woocommerce-notice--error,.woocommerce-order .woocommerce-notice--success{padding:1.25rem}
}
.woocommerce-order .woocommerce-notice--error,.woocommerce-order .woocommerce-notice--success{font-size:var(--fs-body-sm);line-height:1.55}
.woocommerce-order .woocommerce-notice--success{--tw-border-opacity:1;border-color:rgb(187 247 208/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(240 253 244/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(22 101 52/var(--tw-text-opacity,1))}
.woocommerce-order .woocommerce-notice--error{--tw-border-opacity:1;border-color:rgb(254 202 202/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity,1))}
.woocommerce-order .woocommerce-thankyou-order-failed-actions{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.75rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-order .woocommerce-thankyou-order-failed-actions):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-order .woocommerce-thankyou-order-failed-actions):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-order .woocommerce-thankyou-order-failed-actions):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-order .woocommerce-thankyou-order-failed-actions):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.woocommerce-order .woocommerce-thankyou-order-failed-actions .button{display:inline-flex;align-items:center;justify-content:center;border-radius:.5rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(1 112 185/var(--tw-border-opacity,1));padding:.625rem 1.25rem;font-weight:600;--tw-text-opacity:1;color:rgb(1 112 185/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
.woocommerce-order .woocommerce-thankyou-order-failed-actions .button:hover{--tw-bg-opacity:1;background-color:rgb(230 244 252/var(--tw-bg-opacity,1))}
.woocommerce-order .woocommerce-thankyou-order-failed-actions .button{font-size:var(--fs-small)}
.woocommerce-order .order-received-summary{margin-top:1rem;display:flex;flex-direction:column;gap:.75rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-order .order-received-summary):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-order .order-received-summary):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-order .order-received-summary):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-order .order-received-summary):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.woocommerce-order .order-received-summary__row{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;-moz-column-gap:1rem;column-gap:1rem;row-gap:.5rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-order .order-received-summary__row):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-order .order-received-summary__row):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-order .order-received-summary__row):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-order .order-received-summary__row):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.woocommerce-order .order-received-summary__item--left{min-width:0;flex:1 1 0%;text-align:left;max-width:min(100%,60%)}
.woocommerce-order .order-received-summary__item--right{margin-left:auto;flex-shrink:0;text-align:right;max-width:min(100%,45%)}
.woocommerce-order .order-received-summary__item{margin:0;min-width:0;border-width:0;background-color:transparent;padding:0}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(.woocommerce-order .order-received-summary__item){padding:1.25rem}
}
.woocommerce-order .order-received-summary__item{font-size:var(--fs-body-sm);line-height:1.6;color:var(--color-neutral-600)}
.woocommerce-order .order-received-summary__item--full{width:100%;text-align:left}
.woocommerce-order .order-received-summary__spacer{min-width:0;flex:1 1 0%}
.woocommerce-order .order-received-summary__label{--tw-text-opacity:1;color:rgb(82 82 82/var(--tw-text-opacity,1))}
.woocommerce-order .order-received-summary__value{display:inline;font-weight:600;--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1))}
.woocommerce-order .order-received-summary__value--email{word-break:break-all}
@media (min-width:640px){.woocommerce-order .order-received-summary__value--email{overflow-wrap:normal;word-break:normal}
}
.woocommerce-order .order-received-summary__value--email{white-space:normal}
@media (min-width:640px){.woocommerce-order .order-received-summary__value--email{white-space:nowrap}
}
.woocommerce-customer-details,.woocommerce-order-details{margin-top:1.5rem;border-radius:1rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:1rem}
@media (min-width:640px){.woocommerce-customer-details,.woocommerce-order-details{padding:1.5rem}
}
.woocommerce-column__title,.woocommerce-order-details__title{margin-bottom:1rem;font-weight:700;--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1));font-size:var(--fs-subtitle);line-height:1.45}
.woocommerce-customer-details address,.woocommerce-order-details table.shop_table{width:100%;overflow:hidden;border-radius:.75rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}
.woocommerce-order-details table.shop_table td,.woocommerce-order-details table.shop_table th{border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));padding:.75rem;vertical-align:top}
@media (min-width:640px){.woocommerce-order-details table.shop_table td,.woocommerce-order-details table.shop_table th{padding-left:1rem;padding-right:1rem}
}
.woocommerce-order-details table.shop_table td,.woocommerce-order-details table.shop_table th{font-size:var(--fs-small);line-height:1.5}
.woocommerce-order-details table.shop_table thead th{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1));font-weight:600;--tw-text-opacity:1;color:rgb(64 64 64/var(--tw-text-opacity,1))}
.woocommerce-order-details table.shop_table tbody tr:last-child td,.woocommerce-order-details table.shop_table tbody tr:last-child th,.woocommerce-order-details table.shop_table tfoot tr:last-child td,.woocommerce-order-details table.shop_table tfoot tr:last-child th{border-bottom-width:0}
.woocommerce-order-details .product-total,.woocommerce-order-details tfoot td{text-align:right;font-weight:600;--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1))}
.woocommerce-customer-details .woocommerce-columns{display:grid;gap:1rem;grid-template-columns:1fr}
@media (min-width:768px){.woocommerce-customer-details .woocommerce-columns{grid-template-columns:repeat(2,minmax(0,1fr))}
}
.woocommerce-customer-details address{padding:1rem;font-style:normal;--tw-text-opacity:1;color:rgb(64 64 64/var(--tw-text-opacity,1))}
@media (min-width:640px){.woocommerce-customer-details address{padding:1.25rem}
}
.woocommerce-customer-details address{font-size:var(--fs-small);line-height:1.65}
body.woocommerce-order-received .woocommerce-order{max-width:none;--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}
body.woocommerce-order-received .woocommerce-customer-details,body.woocommerce-order-received .woocommerce-order-details{margin-top:1.25rem}
body.woocommerce-order-received .woocommerce-column__title,body.woocommerce-order-received .woocommerce-order-details__title{margin-bottom:1rem;border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));padding-bottom:.75rem;font-weight:800;letter-spacing:-.025em;--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1));font-size:var(--fs-title-fluid);line-height:1.35}
body.woocommerce-order-received .woocommerce-customer-details address,body.woocommerce-order-received .woocommerce-customer-details address *{font-style:normal!important}
body.woocommerce-order-received .woocommerce-customer-details address{line-height:1.625;--tw-text-opacity:1;color:rgb(38 38 38/var(--tw-text-opacity,1));font-size:var(--fs-body-sm)}
body.woocommerce-order-received .woocommerce-customer-details .woocommerce-customer-details--email,body.woocommerce-order-received .woocommerce-customer-details .woocommerce-customer-details--phone{margin-top:.75rem;margin-bottom:0;font-weight:400;font-style:normal;--tw-text-opacity:1;color:rgb(38 38 38/var(--tw-text-opacity,1));font-size:var(--fs-small)}
body.woocommerce-order-received .woocommerce-order-details table.shop_table.order_details{table-layout:fixed;width:100%}
body.woocommerce-order-received .woocommerce-order-details table.shop_table.order_details tbody td.product-name,body.woocommerce-order-received .woocommerce-order-details table.shop_table.order_details thead th.product-name{width:62%;text-align:left;vertical-align:top}
body.woocommerce-order-received .woocommerce-order-details table.shop_table.order_details thead th.product-total{width:38%;text-align:right}
body.woocommerce-order-received .woocommerce-order-details table.shop_table.order_details tbody td.product-total{width:38%;text-align:right;vertical-align:top}
body.woocommerce-order-received .woocommerce-order-details table.shop_table.order_details tfoot th{text-align:left;font-weight:600;--tw-text-opacity:1;color:rgb(38 38 38/var(--tw-text-opacity,1));vertical-align:top}
body.woocommerce-order-received .woocommerce-order-details table.shop_table.order_details tfoot td{text-align:right;vertical-align:top;--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1));word-break:break-word}
body.woocommerce-order-received .woocommerce-order-details table.shop_table.order_details tbody td,body.woocommerce-order-received .woocommerce-order-details table.shop_table.order_details tbody th{padding-top:1rem;padding-bottom:1rem}
body.woocommerce-order-received .woocommerce-order-details table.shop_table.order_details tfoot td,body.woocommerce-order-received .woocommerce-order-details table.shop_table.order_details tfoot th{padding-top:.75rem;padding-bottom:.75rem}
.woocommerce-account .woocommerce-MyAccount-content h3{margin-top:1.5rem;margin-bottom:.75rem;font-weight:800;--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1));font-size:var(--fs-title-sm);line-height:1.5;letter-spacing:-.02em}
.woocommerce-account .woocommerce-MyAccount-content a:not(.button):not(.woocommerce-Button):not(.btn-primary):not(.btn-outline){font-weight:600;--tw-text-opacity:1;color:rgb(1 112 185/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}
.woocommerce-account .woocommerce-MyAccount-content a:not(.button):not(.woocommerce-Button):not(.btn-primary):not(.btn-outline):hover{--tw-text-opacity:1;color:rgb(1 90 148/var(--tw-text-opacity,1))}
.woocommerce-account .form-row{margin-bottom:1rem}
.woocommerce-account .form-row label{margin-bottom:.5rem;display:block;font-weight:600;--tw-text-opacity:1;color:rgb(64 64 64/var(--tw-text-opacity,1));font-size:var(--fs-body-sm);line-height:1.25rem}
.woocommerce-account .form-row .required{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}
.woocommerce-account input[type=email],.woocommerce-account input[type=password],.woocommerce-account input[type=tel],.woocommerce-account input[type=text],.woocommerce-account select,.woocommerce-account textarea{width:100%;border-radius:.75rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:.75rem 1rem;--tw-text-opacity:1;color:rgb(38 38 38/var(--tw-text-opacity,1));outline:2px solid transparent;outline-offset:2px;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
.woocommerce-account input[type=email]:focus,.woocommerce-account input[type=password]:focus,.woocommerce-account input[type=tel]:focus,.woocommerce-account input[type=text]:focus,.woocommerce-account select:focus,.woocommerce-account textarea:focus{--tw-border-opacity:1;border-color:rgb(1 145 212/var(--tw-border-opacity,1));--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:rgba(1,145,212,.2)}
.woocommerce-account input[type=email],.woocommerce-account input[type=password],.woocommerce-account input[type=tel],.woocommerce-account input[type=text],.woocommerce-account select,.woocommerce-account textarea{font-size:var(--fs-body);line-height:1.5;box-sizing:border-box}
.woocommerce-account .woocommerce-input-wrapper select,.woocommerce-account select{cursor:pointer;--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1));appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m5 7.5 5 5 5-5'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;background-size:20px;padding-right:48px;min-height:3rem}
.woocommerce-account .woocommerce-input-wrapper{display:block;width:100%}
.woocommerce-account .select2-container{width:100%!important;max-width:100%}
.woocommerce-account .select2-container--default .select2-selection--single{width:100%;border-radius:.75rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1));display:flex;align-items:center;min-height:3rem;height:auto;padding:.75rem 3rem .75rem 1rem;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease}
.woocommerce-account .select2-container--default.select2-container--focus .select2-selection--single,.woocommerce-account .select2-container--default.select2-container--open .select2-selection--single{--tw-border-opacity:1;border-color:rgb(1 145 212/var(--tw-border-opacity,1));--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:rgba(1,145,212,.2)}
.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__rendered{padding-left:0;padding-right:0;--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1));line-height:1.5;font-size:var(--fs-body);padding:0}
.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__placeholder{--tw-text-opacity:1;color:rgb(115 115 115/var(--tw-text-opacity,1))}
.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__arrow{display:none}
.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__clear{--tw-text-opacity:1;color:rgb(163 163 163/var(--tw-text-opacity,1));margin-right:.25rem}
.woocommerce-account .select2-dropdown{overflow:hidden;border-radius:.75rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));box-shadow:0 10px 30px rgba(15,23,42,.12)}
.woocommerce-account .select2-container--default .select2-results__option{padding:.75rem 1rem;--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1));font-size:var(--fs-body)}
.woocommerce-account .select2-container--default .select2-results__option--highlighted[aria-selected]{--tw-bg-opacity:1;background-color:rgb(230 244 252/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(1 90 148/var(--tw-text-opacity,1))}
.woocommerce-account .select2-container--default .select2-results__option[aria-selected=true]{--tw-bg-opacity:1;background-color:rgb(204 233 249/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(1 69 111/var(--tw-text-opacity,1))}
body.woocommerce-account .select2-container--open .select2-dropdown,body.woocommerce-account .select2-dropdown{overflow:hidden;border-radius:.75rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));box-shadow:0 10px 30px rgba(15,23,42,.12)}
body.woocommerce-account .select2-container--default .select2-results__option{padding:.75rem 1rem;--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1));font-size:var(--fs-body)}
body.woocommerce-account .select2-container--default .select2-results__option--highlighted[aria-selected]{--tw-bg-opacity:1;background-color:rgb(230 244 252/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(1 90 148/var(--tw-text-opacity,1))}
body.woocommerce-account .select2-container--default .select2-results__option[aria-selected=true]{--tw-bg-opacity:1;background-color:rgb(204 233 249/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(1 69 111/var(--tw-text-opacity,1))}
.woocommerce-account .woocommerce-address-fields__field-wrapper{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));-moz-column-gap:1.5rem;column-gap:1.5rem}
@media (min-width:768px){.woocommerce-account .woocommerce-address-fields__field-wrapper{grid-template-columns:repeat(2,minmax(0,1fr))}
.woocommerce-account .woocommerce-address-fields .form-row-wide{grid-column:span 2/span 2}
}
.woocommerce-account .woocommerce-address-fields .form-row-first,.woocommerce-account .woocommerce-address-fields .form-row-last{float:none;width:100%}
@media (min-width:768px){.woocommerce-account .woocommerce-address-fields .form-row-first,.woocommerce-account .woocommerce-address-fields .form-row-last{grid-column:span 1/span 1}
}
.woocommerce-account .woocommerce-address-fields:after,.woocommerce-account .woocommerce-address-fields__field-wrapper:after{content:"";display:table;clear:both}
.woocommerce-account input[type=checkbox]{margin-right:.5rem;height:1.25rem;width:1.25rem;border-radius:.25rem;--tw-border-opacity:1;border-color:rgb(212 212 212/var(--tw-border-opacity,1));vertical-align:middle;--tw-text-opacity:1;color:rgb(1 112 185/var(--tw-text-opacity,1))}
.woocommerce-account input[type=checkbox]:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(1 145 212/var(--tw-ring-opacity,1))}
.woocommerce-account .woocommerce-form__label-for-checkbox{display:inline-flex;cursor:pointer;align-items:center;gap:.5rem;font-weight:400;--tw-text-opacity:1;color:rgb(64 64 64/var(--tw-text-opacity,1));font-size:var(--fs-body-sm)}
.woocommerce-account .button[type=submit],.woocommerce-account .woocommerce-form-login__submit,.woocommerce-account .woocommerce-form-register__submit{display:inline-flex;cursor:pointer;align-items:center;justify-content:center;gap:.5rem;border-radius:.5rem;border-width:0;--tw-bg-opacity:1;background-color:rgb(1 112 185/var(--tw-bg-opacity,1));padding:.75rem 1.5rem;font-size:.875rem;line-height:1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}
.woocommerce-account .button[type=submit]:hover,.woocommerce-account .woocommerce-form-login__submit:hover,.woocommerce-account .woocommerce-form-register__submit:hover{--tw-bg-opacity:1;background-color:rgb(1 90 148/var(--tw-bg-opacity,1))}
.woocommerce-account .button[type=submit]:active,.woocommerce-account .woocommerce-form-login__submit:active,.woocommerce-account .woocommerce-form-register__submit:active{--tw-scale-x:0.98;--tw-scale-y:0.98;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-brightness:brightness(.95);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}
@media (min-width:640px){.woocommerce-account .button[type=submit],.woocommerce-account .woocommerce-form-login__submit,.woocommerce-account .woocommerce-form-register__submit{padding:1rem 2rem}
}
.woocommerce-account .button[type=submit],.woocommerce-account .woocommerce-form-login__submit,.woocommerce-account .woocommerce-form-register__submit{line-height:1.25rem}
.woocommerce-account .u-columns.col2-set:not(.lifegivingstore-auth-columns),.woocommerce-account .woocommerce-MyAccount-content .col2-set:not(.lifegivingstore-auth-columns){display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem}
@media (min-width:768px){.woocommerce-account .u-columns.col2-set:not(.lifegivingstore-auth-columns),.woocommerce-account .woocommerce-MyAccount-content .col2-set:not(.lifegivingstore-auth-columns){grid-template-columns:repeat(2,minmax(0,1fr));gap:2.5rem}
}
.woocommerce-account .u-columns.col2-set:not(.lifegivingstore-auth-columns),.woocommerce-account .woocommerce-MyAccount-content .col2-set:not(.lifegivingstore-auth-columns){float:none!important;width:100%!important}
.woocommerce-account .u-column1.col-1:not(.lifegivingstore-auth-column),.woocommerce-account .u-column2.col-2:not(.lifegivingstore-auth-column),.woocommerce-account .woocommerce-MyAccount-content .col2-set:not(.lifegivingstore-auth-columns) .col-1,.woocommerce-account .woocommerce-MyAccount-content .col2-set:not(.lifegivingstore-auth-columns) .col-2{border-radius:.75rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:1.5rem}
@media (min-width:768px){.woocommerce-account .u-column1.col-1:not(.lifegivingstore-auth-column),.woocommerce-account .u-column2.col-2:not(.lifegivingstore-auth-column),.woocommerce-account .woocommerce-MyAccount-content .col2-set:not(.lifegivingstore-auth-columns) .col-1,.woocommerce-account .woocommerce-MyAccount-content .col2-set:not(.lifegivingstore-auth-columns) .col-2{padding:2rem}
}
.woocommerce-account .u-column1.col-1:not(.lifegivingstore-auth-column),.woocommerce-account .u-column2.col-2:not(.lifegivingstore-auth-column),.woocommerce-account .woocommerce-MyAccount-content .col2-set:not(.lifegivingstore-auth-columns) .col-1,.woocommerce-account .woocommerce-MyAccount-content .col2-set:not(.lifegivingstore-auth-columns) .col-2{float:none!important;width:auto!important;max-width:100%;min-width:0}
.woocommerce-account .u-columns.col2-set h2{margin-top:0;margin-bottom:1.25rem;border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));padding-bottom:.75rem}
.woocommerce-account .lost_password a{margin-top:.75rem;display:inline-block;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity:1;color:rgb(1 112 185/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}
.woocommerce-account .lost_password a:hover{--tw-text-opacity:1;color:rgb(1 90 148/var(--tw-text-opacity,1))}
.woocommerce-account .woocommerce-orders-table{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch}
.woocommerce-account .woocommerce-orders-table__table,.woocommerce-account table.my_account_orders{width:100%;overflow:hidden;border-radius:.75rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1))}
.woocommerce-account .woocommerce-orders-table__table thead,.woocommerce-account table.my_account_orders thead{border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1))}
.woocommerce-account .woocommerce-orders-table__table td,.woocommerce-account .woocommerce-orders-table__table th,.woocommerce-account table.my_account_orders td,.woocommerce-account table.my_account_orders th{padding:.75rem 1rem;text-align:left;--tw-text-opacity:1;color:rgb(64 64 64/var(--tw-text-opacity,1));font-size:var(--fs-body);line-height:1.5}
.woocommerce-account .woocommerce-orders-table__table td:last-child,.woocommerce-account .woocommerce-orders-table__table th:last-child,.woocommerce-account table.my_account_orders td:last-child,.woocommerce-account table.my_account_orders th:last-child{padding-right:1.25rem}
@media (min-width:768px){.woocommerce-account .woocommerce-orders-table__table td:last-child,.woocommerce-account .woocommerce-orders-table__table th:last-child,.woocommerce-account table.my_account_orders td:last-child,.woocommerce-account table.my_account_orders th:last-child{padding-right:1.5rem}
}
.woocommerce-account .woocommerce-orders-table__table tbody tr,.woocommerce-account table.my_account_orders tbody tr{border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(245 245 245/var(--tw-border-opacity,1))}
.woocommerce-account .woocommerce-orders-table__table tbody tr:last-child,.woocommerce-account table.my_account_orders tbody tr:last-child{border-bottom-width:0}
.woocommerce-account .woocommerce-orders-table__table tbody tr:hover,.woocommerce-account table.my_account_orders tbody tr:hover{background-color:hsla(0,0%,98%,.5)}
.woocommerce-account .woocommerce-orders-table__table .button,.woocommerce-account table.my_account_orders .button{display:inline-flex;cursor:pointer;align-items:center;justify-content:center;gap:.5rem;border-radius:.5rem;border-width:0;--tw-bg-opacity:1;background-color:rgb(1 112 185/var(--tw-bg-opacity,1));padding:.625rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}
.woocommerce-account .woocommerce-orders-table__table .button:hover,.woocommerce-account table.my_account_orders .button:hover{--tw-bg-opacity:1;background-color:rgb(1 90 148/var(--tw-bg-opacity,1))}
.woocommerce-account .woocommerce-orders-table__table .button:active,.woocommerce-account table.my_account_orders .button:active{--tw-scale-x:0.98;--tw-scale-y:0.98;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-brightness:brightness(.95);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}
.woocommerce-account .woocommerce-orders-table__table .woocommerce-orders-table__cell-order-actions,.woocommerce-account table.my_account_orders .woocommerce-orders-table__cell-order-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.5rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-account .woocommerce-orders-table__table .woocommerce-orders-table__cell-order-actions):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul),:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-account table.my_account_orders .woocommerce-orders-table__cell-order-actions):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-account .woocommerce-orders-table__table .woocommerce-orders-table__cell-order-actions):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-account table.my_account_orders .woocommerce-orders-table__cell-order-actions):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-account .woocommerce-orders-table__table .woocommerce-orders-table__cell-order-actions):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-account table.my_account_orders .woocommerce-orders-table__cell-order-actions):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-account .woocommerce-orders-table__table .woocommerce-orders-table__cell-order-actions):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker,:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-account table.my_account_orders .woocommerce-orders-table__cell-order-actions):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-account-address-card__header):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-account-address-card__header):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-account-address-card__header):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-account-address-card__header):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.woocommerce-account .woocommerce-info,.woocommerce-account .woocommerce-message{margin-bottom:1.5rem;border-radius:.75rem;padding:1rem}
.woocommerce-account .woocommerce-info{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(204 233 249/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(230 244 252/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(1 69 111/var(--tw-text-opacity,1))}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-account .woocommerce-info):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-account .woocommerce-info):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-account .woocommerce-info):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.woocommerce-account .woocommerce-info):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.woocommerce-account .woocommerce-info p{margin:0}
.woocommerce-account .woocommerce-info a:not(.button){font-weight:600;--tw-text-opacity:1;color:rgb(1 112 185/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}
.woocommerce-account .woocommerce-info a:not(.button):hover{--tw-text-opacity:1;color:rgb(1 90 148/var(--tw-text-opacity,1))}
.lifegivingstore-pw-wrap .woocommerce-password-hint,.lifegivingstore-pw-wrap .woocommerce-password-strength{display:none!important}
.lifegivingstore-pw-wrap .show-password-input{display:none!important}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(.lifegivingstore-pw-toggle){padding:1.25rem}
}
.lifegivingstore-pw-field .woocommerce-password-strength{position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;border:0!important;background:none!important}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-pw-meter):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-pw-meter):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-pw-meter):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-pw-meter):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-pw-meter__bars):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-pw-meter__bars):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-pw-meter__bars):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-pw-meter__bars):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.lifegivingstore-pw-meter--weak .lifegivingstore-pw-meter__bar.is-filled{background-color:var(--color-error-500)}
.lifegivingstore-pw-meter--bad .lifegivingstore-pw-meter__bar.is-filled{background-color:var(--color-warning-500)}
.lifegivingstore-pw-meter--good .lifegivingstore-pw-meter__bar.is-filled{background-color:var(--color-success-500)}
.lifegivingstore-pw-meter--strong .lifegivingstore-pw-meter__bar.is-filled{background-color:var(--color-success-600)}
.lifegivingstore-pw-field .woocommerce-password-hint{margin:.375rem 0 0;display:block;--tw-text-opacity:1;color:rgb(115 115 115/var(--tw-text-opacity,1));font-size:var(--fs-caption-lg);line-height:1.45}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-account-greeting):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-account-greeting):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-account-greeting):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-account-greeting):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-account-tile):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-account-tile):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-account-tile):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-account-tile):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-account-empty):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul){list-style:disc;padding-left:1.5rem;margin:0 0 1rem;color:var(--color-neutral-600)}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-account-empty):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li{line-height:1.625;padding-left:.25rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-account-empty):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li+li{margin-top:.375rem}
:is(.lifegivingstore-bullet-list,ul.saai-product-features,.prose :where(ul:not([class*=list-none]):not(.products):not(.nav-links):not(.wc-tabs):not(.lifegivingstore-account-empty):not(.commentlist):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-section :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.lifegivingstore-page-prose :where(ul:not([class*=list-none]):not(.woocommerce-error):not(.woocommerce-message):not(.woocommerce-info)),.woocommerce-product-details__short-description ul,.short-description ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.products),.term-description ul)>li::marker{color:var(--color-primary-600)}
.woocommerce-MyAccount-content table.shop_table{width:100%;overflow:hidden;border-radius:.75rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));border-collapse:separate;border-spacing:0}
.woocommerce-MyAccount-content table.shop_table thead{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1))}
.woocommerce-MyAccount-content table.shop_table td,.woocommerce-MyAccount-content table.shop_table th{border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(245 245 245/var(--tw-border-opacity,1));padding:.75rem 1rem;text-align:left;--tw-text-opacity:1;color:rgb(64 64 64/var(--tw-text-opacity,1));font-size:var(--fs-body);line-height:1.5}
.woocommerce-MyAccount-content table.shop_table td:last-child,.woocommerce-MyAccount-content table.shop_table th:last-child{padding-right:1.25rem}
@media (min-width:768px){.woocommerce-MyAccount-content table.shop_table td:last-child,.woocommerce-MyAccount-content table.shop_table th:last-child{padding-right:1.5rem}
}
.woocommerce-MyAccount-content table.shop_table thead th{border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));font-weight:600;--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1))}
.woocommerce-MyAccount-content table.shop_table tbody tr:last-child td,.woocommerce-MyAccount-content table.shop_table tbody tr:last-child th{border-bottom-width:0}
.woocommerce-MyAccount-content table.shop_table .button{display:inline-flex;cursor:pointer;align-items:center;justify-content:center;gap:.375rem;border-radius:.5rem;border-width:0;--tw-bg-opacity:1;background-color:rgb(1 112 185/var(--tw-bg-opacity,1));padding:.5rem .875rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}
.woocommerce-MyAccount-content table.shop_table .button:hover{--tw-bg-opacity:1;background-color:rgb(1 90 148/var(--tw-bg-opacity,1))}
.woocommerce-MyAccount-content table.shop_table .button{font-size:var(--fs-caption-lg)}
.woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-status,.woocommerce-MyAccount-content td.subscription-status{font-weight:600}
.woocommerce-MyAccount-content :where(h2,h3,h4){margin:1.5rem 0 1rem;font-weight:700;--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1))}
.woocommerce-MyAccount-content :where(h2,h3,h4):first-child{margin-top:0}
.woocommerce-MyAccount-content :where(h2,h3,h4){line-height:var(--lh-title-sm,1.35)}
.woocommerce-MyAccount-content :where(h2){font-size:var(--fs-title-sm)}
.woocommerce-MyAccount-content :where(h3){font-size:var(--fs-subtitle)}
.woocommerce-MyAccount-content :where(h4){font-size:var(--fs-body)}
.woocommerce-MyAccount-content :where(p){margin:0 0 1rem;--tw-text-opacity:1;color:rgb(64 64 64/var(--tw-text-opacity,1))}
.woocommerce-MyAccount-content :where(p):last-child{margin-bottom:0}
.woocommerce-MyAccount-content :where(p){font-size:var(--fs-body-sm);line-height:1.6}
.woocommerce-MyAccount-content :where(ul:not(.woocommerce-error),ol){margin:0 0 1rem;padding-left:1.25rem;--tw-text-opacity:1;color:rgb(64 64 64/var(--tw-text-opacity,1));font-size:var(--fs-body-sm);line-height:1.6}
.woocommerce-MyAccount-content :where(ul:not(.woocommerce-error)){list-style:disc}
.woocommerce-MyAccount-content :where(ol){list-style:decimal}
.woocommerce-MyAccount-content :where(ul:not(.woocommerce-error)>li,ol>li){margin-bottom:.375rem}
.woocommerce-MyAccount-content :where(a:not(.button):not(.woocommerce-button):not([class*=lifegivingstore-])){font-weight:600;--tw-text-opacity:1;color:rgb(1 112 185/var(--tw-text-opacity,1));text-decoration-line:none;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}
.woocommerce-MyAccount-content :where(a:not(.button):not(.woocommerce-button):not([class*=lifegivingstore-])):hover{--tw-text-opacity:1;color:rgb(1 90 148/var(--tw-text-opacity,1))}
.woocommerce-MyAccount-content :where(a.button,a.woocommerce-button,button,input[type=submit],input[type=button]):where(:not(.spar-rewards-dashboard *)):where(:not(.subscription-auto-renew-toggle)):where(:not(.close)):where(:not(.lifegivingstore-pw-toggle)):where(:not(.lifegivingstore-pw-generate)){display:inline-flex;cursor:pointer;align-items:center;justify-content:center;gap:.375rem;border-radius:.5rem;border-width:0;--tw-bg-opacity:1;background-color:rgb(1 112 185/var(--tw-bg-opacity,1));padding:.5rem .875rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));text-decoration-line:none;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}
.woocommerce-MyAccount-content :where(a.button,a.woocommerce-button,button,input[type=submit],input[type=button]):where(:not(.spar-rewards-dashboard *)):where(:not(.subscription-auto-renew-toggle)):where(:not(.close)):where(:not(.lifegivingstore-pw-toggle)):where(:not(.lifegivingstore-pw-generate)):hover{--tw-bg-opacity:1;background-color:rgb(1 90 148/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}
.woocommerce-MyAccount-content :where(a.button,a.woocommerce-button,button,input[type=submit],input[type=button]):where(:not(.spar-rewards-dashboard *)):where(:not(.subscription-auto-renew-toggle)):where(:not(.close)):where(:not(.lifegivingstore-pw-toggle)):where(:not(.lifegivingstore-pw-generate)):active{--tw-scale-x:0.98;--tw-scale-y:0.98;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-brightness:brightness(.95);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}
.woocommerce-MyAccount-content :where(a.button,a.woocommerce-button,button,input[type=submit],input[type=button]):where(:not(.spar-rewards-dashboard *)):where(:not(.subscription-auto-renew-toggle)):where(:not(.close)):where(:not(.lifegivingstore-pw-toggle)):where(:not(.lifegivingstore-pw-generate)){font-size:var(--fs-caption-lg)}
.woocommerce-MyAccount-content .lifegivingstore-pw-wrap{position:relative;display:block;width:100%}
.woocommerce-MyAccount-content .lifegivingstore-pw-toggle{position:absolute;margin:0;display:inline-flex;height:2.5rem;width:2.5rem;cursor:pointer;align-items:center;justify-content:center;border-radius:.5rem;border-width:0;background-color:transparent;padding:0;--tw-text-opacity:1;color:rgb(115 115 115/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}
@media (max-width:1023px){.woocommerce-account .lifegivingstore-account-card.card:not(.woocommerce-MyAccount-content .lifegivingstore-pw-toggle){padding:1.25rem}
}
.woocommerce-MyAccount-content .lifegivingstore-pw-toggle:hover{background-color:hsla(0,0%,96%,.9);--tw-text-opacity:1;color:rgb(38 38 38/var(--tw-text-opacity,1))}
.woocommerce-MyAccount-content .lifegivingstore-pw-toggle{right:.35rem;top:50%;transform:translateY(-50%);font-weight:600;text-transform:none;letter-spacing:normal;font-size:inherit;line-height:1;box-shadow:none}
.woocommerce-MyAccount-content .lifegivingstore-pw-toggle:focus-visible,.woocommerce-MyAccount-content .lifegivingstore-pw-toggle:hover{background-color:hsla(0,0%,96%,.9);--tw-text-opacity:1;color:rgb(38 38 38/var(--tw-text-opacity,1))}
.woocommerce-MyAccount-content .lifegivingstore-pw-toggle svg{pointer-events:none;height:1.25rem;width:1.25rem;flex-shrink:0}
.woocommerce-MyAccount-content .lifegivingstore-pw-generate{margin-top:.5rem;margin-left:-.5rem;display:inline-flex;cursor:pointer;align-items:center;gap:.375rem;border-radius:.5rem;border-width:0;background-color:transparent;padding:.375rem .5rem;font-weight:600;--tw-text-opacity:1;color:rgb(1 112 185/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}
.woocommerce-MyAccount-content .lifegivingstore-pw-generate:hover{--tw-bg-opacity:1;background-color:rgb(230 244 252/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(1 69 111/var(--tw-text-opacity,1))}
.woocommerce-MyAccount-content .lifegivingstore-pw-generate{font-size:var(--fs-caption-lg);text-transform:none;letter-spacing:normal;line-height:1.35;box-shadow:none}
.woocommerce-MyAccount-content .lifegivingstore-pw-generate:focus-visible,.woocommerce-MyAccount-content .lifegivingstore-pw-generate:hover{--tw-bg-opacity:1;background-color:rgb(230 244 252/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(1 69 111/var(--tw-text-opacity,1))}
.woocommerce-MyAccount-content .lifegivingstore-pw-generate svg{pointer-events:none;height:1rem;width:1rem;flex-shrink:0;--tw-text-opacity:1;color:rgb(1 112 185/var(--tw-text-opacity,1))}
.woocommerce-MyAccount-content .lifegivingstore-pw-generate:focus-visible svg,.woocommerce-MyAccount-content .lifegivingstore-pw-generate:hover svg{--tw-text-opacity:1;color:rgb(1 90 148/var(--tw-text-opacity,1))}
.woocommerce-MyAccount-content :where(label){margin-bottom:.5rem;display:block;font-weight:600;--tw-text-opacity:1;color:rgb(64 64 64/var(--tw-text-opacity,1));font-size:var(--fs-body-sm);line-height:1.25rem}
.woocommerce-MyAccount-content :where(input[type=number],input[type=date],input[type=url],input[type=search]){width:100%;border-radius:.75rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:.75rem 1rem;--tw-text-opacity:1;color:rgb(38 38 38/var(--tw-text-opacity,1));outline:2px solid transparent;outline-offset:2px;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
.woocommerce-MyAccount-content :where(input[type=number],input[type=date],input[type=url],input[type=search]):focus{--tw-border-opacity:1;border-color:rgb(1 145 212/var(--tw-border-opacity,1));--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:rgba(1,145,212,.2)}
.woocommerce-MyAccount-content :where(input[type=number],input[type=date],input[type=url],input[type=search]){font-size:var(--fs-body);line-height:1.5;box-sizing:border-box}
.woocommerce-MyAccount-content :where(fieldset){margin-bottom:1.5rem;border-radius:.75rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1));padding:1.25rem}
.woocommerce-MyAccount-content :where(legend){padding-left:.5rem;padding-right:.5rem;font-weight:700;--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1));font-size:var(--fs-body)}
.lifegivingstore-status-pill--active{--tw-bg-opacity:1;background-color:rgb(236 253 245/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(4 120 87/var(--tw-text-opacity,1))}
.woocommerce-MyAccount-content table.subscription_details td:first-child{white-space:nowrap;font-weight:600;--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1));width:1%;min-width:10rem}
.woocommerce-MyAccount-content table.subscription_details td:has(>.button),.woocommerce-MyAccount-content table.subscription_details td:has(>a.button){display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}
.woocommerce-MyAccount-content table.subscription_details .button,.woocommerce-MyAccount-content table.subscription_details .sf-change-payment-date.button,.woocommerce-MyAccount-content table.subscription_details .ssd-skip-renewal.button{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;border-radius:.5rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(1 112 185/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:.5rem .875rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em;--tw-text-opacity:1;color:rgb(1 90 148/var(--tw-text-opacity,1))}
.woocommerce-MyAccount-content table.subscription_details .button:hover,.woocommerce-MyAccount-content table.subscription_details .sf-change-payment-date.button:hover,.woocommerce-MyAccount-content table.subscription_details .ssd-skip-renewal.button:hover{--tw-bg-opacity:1;background-color:rgb(230 244 252/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(1 90 148/var(--tw-text-opacity,1))}
.woocommerce-MyAccount-content table.subscription_details .button,.woocommerce-MyAccount-content table.subscription_details .sf-change-payment-date.button,.woocommerce-MyAccount-content table.subscription_details .ssd-skip-renewal.button{font-size:var(--fs-caption-lg);line-height:1.5;box-sizing:border-box;margin:0}
.woocommerce-MyAccount-content table.subscription_details .button.cancel{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1));--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}
.woocommerce-MyAccount-content table.subscription_details .button.cancel:hover{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity,1))}
.woocommerce-MyAccount-content table.order_details tbody tr.order_item td.product-name{vertical-align:middle;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}
.woocommerce-MyAccount-content table.order_details tbody tr.order_item td.product-name>a:first-of-type{flex:1 1 auto;min-width:min(100%,10rem)}
.woocommerce-MyAccount-content table.order_details tbody tr.order_item td.product-name .product-quantity{flex:0 0 auto;white-space:nowrap;margin:0}
.woocommerce-MyAccount-content table.order_details tbody tr.order_item td.product-name .wc-item-meta,.woocommerce-MyAccount-content table.order_details tbody tr.order_item td.product-name dl.variation{flex:1 1 100%;margin:0}
.woocommerce-MyAccount-content table.order_details tbody tr.order_item td.product-name a.button,.woocommerce-MyAccount-content table.order_details tbody tr.order_item td.product-name a.wcs-switch-link,.woocommerce-MyAccount-content table.order_details tbody tr.order_item td.product-name a.wpr-quantity-update,.woocommerce-MyAccount-content table.order_details tbody tr.order_item td.product-name>div{display:inline-flex;align-items:center;margin:0;width:auto;flex:0 0 auto}
.woocommerce-MyAccount-content table.order_details tbody tr.order_item td.product-name>div{display:inline-flex}
.woocommerce-MyAccount-content table.order_details tbody tr.order_item td.product-name .wiserrw-inline-review-link{margin-top:0}
.woocommerce-MyAccount-content table.order_details tbody tr.order_item td.product-name a.button,.woocommerce-MyAccount-content table.order_details tbody tr.order_item td.product-name a.wcs-switch-link,.woocommerce-MyAccount-content table.order_details tbody tr.order_item td.product-name a.wpr-quantity-update{border-radius:.5rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(1 112 185/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:.5rem .875rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em;--tw-text-opacity:1;color:rgb(1 90 148/var(--tw-text-opacity,1))}
.woocommerce-MyAccount-content table.order_details tbody tr.order_item td.product-name a.button:hover,.woocommerce-MyAccount-content table.order_details tbody tr.order_item td.product-name a.wcs-switch-link:hover,.woocommerce-MyAccount-content table.order_details tbody tr.order_item td.product-name a.wpr-quantity-update:hover{--tw-bg-opacity:1;background-color:rgb(230 244 252/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(1 90 148/var(--tw-text-opacity,1))}
.woocommerce-MyAccount-content table.order_details tbody tr.order_item td.product-name a.button,.woocommerce-MyAccount-content table.order_details tbody tr.order_item td.product-name a.wcs-switch-link,.woocommerce-MyAccount-content table.order_details tbody tr.order_item td.product-name a.wpr-quantity-update{font-size:var(--fs-caption-lg);line-height:1.5;box-sizing:border-box;white-space:nowrap}
.woocommerce-MyAccount-content table.order_details tbody tr.order_item td.product-total{white-space:nowrap;vertical-align:middle}
.woocommerce-MyAccount-content table.order_details .shipped_via{display:block;margin-top:.25rem;color:var(--color-neutral-500);font-size:var(--fs-caption-lg)}
.woocommerce-message{margin-bottom:1.5rem;border-top-right-radius:.5rem;border-bottom-right-radius:.5rem;border-left-width:4px;--tw-border-opacity:1;border-color:rgb(34 197 94/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(240 253 244/var(--tw-bg-opacity,1));padding:1rem;--tw-text-opacity:1;color:rgb(22 101 52/var(--tw-text-opacity,1));font-size:var(--fs-body-sm);line-height:1.5}
.woocommerce-message:before{display:none}
.woocommerce-message a{font-weight:600;--tw-text-opacity:1;color:rgb(21 128 61/var(--tw-text-opacity,1))}
.woocommerce-message a:hover{--tw-text-opacity:1;color:rgb(22 101 52/var(--tw-text-opacity,1))}
.woocommerce-message .button{float:right;margin-left:1rem;display:inline-flex;cursor:pointer;align-items:center;justify-content:center;gap:.5rem;border-radius:.5rem;border-width:0;--tw-bg-opacity:1;background-color:rgb(22 163 74/var(--tw-bg-opacity,1));padding:.5rem 1rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}
.woocommerce-message .button:hover{--tw-bg-opacity:1;background-color:rgb(21 128 61/var(--tw-bg-opacity,1))}
.woocommerce-message .button{font-size:var(--fs-caption-lg);line-height:1.25rem}
.woocommerce-error,ul.woocommerce-error{margin:0 0 1.5rem;border-top-right-radius:.5rem;border-bottom-right-radius:.5rem;border-left-width:4px;--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1));padding:1rem;--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity,1));font-size:var(--fs-body-sm);line-height:1.5;display:block!important;list-style:none!important;padding-left:1rem!important;margin-left:0!important}
.woocommerce-error:before{display:none;content:none!important}
.woocommerce-error li,ul.woocommerce-error>li{margin:0 0 .5rem}
.woocommerce-error li:last-child,ul.woocommerce-error>li:last-child{margin-bottom:0}
.woocommerce-error li,ul.woocommerce-error>li{display:block!important;list-style:none!important;padding-left:0!important}
.woocommerce-error li::marker,.woocommerce-error li:before,ul.woocommerce-error>li::marker,ul.woocommerce-error>li:before{content:none!important;display:none!important;font-size:0!important;color:transparent!important}
.woocommerce-error a{font-weight:600;--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity,1))}
.woocommerce-error a:hover{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity,1))}
.woocommerce-info{margin-bottom:1.5rem;border-top-right-radius:.5rem;border-bottom-right-radius:.5rem;border-left-width:4px;--tw-border-opacity:1;border-color:rgb(1 145 212/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(230 244 252/var(--tw-bg-opacity,1));padding:1rem;--tw-text-opacity:1;color:rgb(1 69 111/var(--tw-text-opacity,1));font-size:var(--fs-body-sm);line-height:1.5}
.woocommerce-info:before{display:none}
.woocommerce-info a{font-weight:600;--tw-text-opacity:1;color:rgb(1 90 148/var(--tw-text-opacity,1))}
.woocommerce-info a:hover{--tw-text-opacity:1;color:rgb(1 69 111/var(--tw-text-opacity,1))}
.woocommerce-info .button{display:inline-flex;flex-shrink:0;cursor:pointer;align-items:center;justify-content:center;gap:.5rem;border-radius:.5rem;border-width:0;--tw-bg-opacity:1;background-color:rgb(1 112 185/var(--tw-bg-opacity,1));padding:.5rem 1rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));text-decoration-line:none;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}
.woocommerce-info .button:hover{--tw-bg-opacity:1;background-color:rgb(1 90 148/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}
.woocommerce-info .button:active{--tw-scale-x:0.98;--tw-scale-y:0.98;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-brightness:brightness(.95);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}
.woocommerce-info .button{font-size:var(--fs-caption-lg);line-height:1.25rem}
.woocommerce-error+.woocommerce-error,.woocommerce-info+.woocommerce-info,.woocommerce-message+.woocommerce-message{margin-top:1rem}
@media (max-width:768px){.woocommerce-checkout-wrapper .site-container{padding-left:1rem;padding-right:1rem}
.woocommerce-checkout h3:not(.checkout-block__title):not(.checkout-order-summary__heading){font-size:var(--checkout-fs-emphasis);margin-bottom:.75rem;padding-bottom:.5rem}
.woocommerce-checkout .form-row{margin-bottom:1rem}
.woocommerce-checkout-review-order-table tbody td,.woocommerce-checkout-review-order-table tfoot td,.woocommerce-checkout-review-order-table tfoot th{padding-top:.75rem;padding-bottom:.75rem}
.woocommerce-checkout-review-order-table tbody tr.cart_item{display:grid;grid-template-columns:minmax(0,1fr) auto;-moz-column-gap:.75rem;column-gap:.75rem;align-items:start}
.woocommerce-checkout-review-order-table tbody tr.cart_item td{display:block}
.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name{grid-column:1;min-width:0;padding-right:0}
.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-total{grid-column:2;grid-row:1;align-self:flex-start;white-space:nowrap;padding-left:0;text-align:right}
.woocommerce-checkout-review-order-table .order-total td,.woocommerce-checkout-review-order-table .order-total th{font-size:var(--checkout-fs-emphasis)}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment ul.payment_methods li,.woocommerce-checkout #payment ul.payment_methods li{padding:.75rem 1rem}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment ul.payment_methods li.wc_payment_method,.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method{gap:.5rem .625rem}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #payment .payment_box,.woocommerce-checkout #payment .payment_box{margin-top:.75rem;padding:.75rem}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper{padding:1rem}
.woocommerce-account .lifegivingstore-account-section--add-payment-method #place_order,.woocommerce-checkout #place_order{padding-top:.875rem;padding-bottom:.875rem}
}
@media (max-width:480px){.woocommerce-checkout-review-order-table tbody td{padding-top:.5rem;padding-bottom:.5rem}
.woocommerce-checkout input[type=email],.woocommerce-checkout input[type=password],.woocommerce-checkout input[type=tel],.woocommerce-checkout input[type=text],.woocommerce-checkout select,.woocommerce-checkout textarea{padding:.75rem;font-size:var(--checkout-fs-emphasis)}
}
.hover\:border-primary-200:hover{--tw-border-opacity:1;border-color:rgb(153 211 243/var(--tw-border-opacity,1))}
.hover\:border-primary-200\/80:hover{border-color:rgba(153,211,243,.8)}
.hover\:border-primary-800:hover{--tw-border-opacity:1;border-color:rgb(1 69 111/var(--tw-border-opacity,1))}
.hover\:bg-neutral-100:hover{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity,1))}
.hover\:bg-primary-50:hover{--tw-bg-opacity:1;background-color:rgb(230 244 252/var(--tw-bg-opacity,1))}
.hover\:bg-primary-700:hover{--tw-bg-opacity:1;background-color:rgb(1 90 148/var(--tw-bg-opacity,1))}
.hover\:text-neutral-700:hover{--tw-text-opacity:1;color:rgb(64 64 64/var(--tw-text-opacity,1))}
.hover\:text-primary-600:hover,.hover\:text-primary:hover{--tw-text-opacity:1;color:rgb(1 112 185/var(--tw-text-opacity,1))}
.hover\:text-primary-700:hover{--tw-text-opacity:1;color:rgb(1 90 148/var(--tw-text-opacity,1))}
.hover\:no-underline:hover{text-decoration-line:none}
.hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}
.hover\:shadow-lg:hover,.hover\:shadow-md:hover{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}
.hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}
.hover\:shadow-soft-lg:hover{--tw-shadow:0 4px 12px rgba(0,0,0,.06);--tw-shadow-colored:0 4px 12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}
.hover\:shadow-primary-900\/25:hover{--tw-shadow-color:rgba(1,47,74,.25);--tw-shadow:var(--tw-shadow-colored)}
.hover\:ring-primary-200:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(153 211 243/var(--tw-ring-opacity,1))}
.focus\:border-primary-500:focus{--tw-border-opacity:1;border-color:rgb(1 145 212/var(--tw-border-opacity,1))}
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}
.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}
.focus\:ring-primary-500\/15:focus{--tw-ring-color:rgba(1,145,212,.15)}
.focus\:ring-primary-500\/30:focus{--tw-ring-color:rgba(1,145,212,.3)}
.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}
.focus-visible\:ring-inset:focus-visible{--tw-ring-inset:inset}
.focus-visible\:ring-primary-500:focus-visible{--tw-ring-opacity:1;--tw-ring-color:rgb(1 145 212/var(--tw-ring-opacity,1))}
.group[open] .group-open\:rotate-180{--tw-rotate:180deg}
.group:hover .group-hover\:scale-105,.group[open] .group-open\:rotate-180{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.group:hover .group-hover\:scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05}
.group:hover .group-hover\:scale-\[1\.03\]{--tw-scale-x:1.03;--tw-scale-y:1.03;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.group:hover .group-hover\:bg-white\/30{background-color:hsla(0,0%,100%,.3)}
.group:hover .group-hover\:text-primary-50{--tw-text-opacity:1;color:rgb(230 244 252/var(--tw-text-opacity,1))}
.group:hover .group-hover\:text-primary-600{--tw-text-opacity:1;color:rgb(1 112 185/var(--tw-text-opacity,1))}

/* https://lifegivingstore.com/wp-content/plugins/solid_affiliate/app/../assets/css/shared.css?ver=13.3.0 */
.sld-ajax-button-loading{
    opacity: 0.5;
    cursor: not-allowed !important;
}

/* https://lifegivingstore.com/wp-content/plugins/woocommerce-waitlist/assets/css/wcwl_frontend.min.css?ver=2.6.2 */
.wcwl_notice.woocommerce-message{
    margin-bottom: 10px;
    position: relative;
}
.wcwl_notice.woocommerce-info{
    display: block;
}
.wcwl_visually_hidden{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* https://lifegivingstore.com/wp-content/plugins/checkout-upsell-woocommerce/assets/css/template.css?ver=2.2.9 */
.cuw-offer .cuw-product-curve-image .woocommerce-placeholder,.cuw-product .cuw-product-curve-image .woocommerce-placeholder{
  border-radius: 18px 18px 0 0; }
.cuw-modal{
  display: none;
  position: fixed;
  padding-top: 100px;
  top: 0;
  left: 0;
  z-index: 1000000;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); }
.cuw-modal .cuw-modal-content{
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    width: 80%;
    margin: auto;
    background-color: #fff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1); }
.cuw-modal .cuw-modal-close{
    margin-left: auto;
    padding: 0 6px;
    color: #4a5568;
    float: right;
    font-size: 28px;
    font-weight: bold; }
.cuw-modal .cuw-modal-close:hover,.cuw-modal .cuw-modal-close:focus{
      color: #e53e3e;
      text-decoration: none;
      cursor: pointer; }
.cuw-modal .cuw-modal-header,.cuw-modal .cuw-modal-footer{
    display: flex;
    align-items: center;
    padding: 8px 16px;
    background-color: #f7fafc;
    color: #1a202c; }
.cuw-modal .cuw-modal-header h1,.cuw-modal .cuw-modal-header h2,.cuw-modal .cuw-modal-header h3,.cuw-modal .cuw-modal-header h4,.cuw-modal .cuw-modal-footer h1,.cuw-modal .cuw-modal-footer h2,.cuw-modal .cuw-modal-footer h3,.cuw-modal .cuw-modal-footer h4{
      padding: 0;
      margin: 0; }
.cuw-modal .cuw-modal-body{
    padding: 8px 16px; }
.cuw-modal .sku_wrapper{
  display: block; }
@keyframes cuw-animate-top{
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }
@keyframes cuw-animate-fade{
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.cuw-template-mobile-preview .cuw-popup-products.cuw-mobile-responsive{
  flex-direction: column;
  justify-content: center;
  text-align: center;
  row-gap: 8px;
  margin-bottom: 32px !important; }
.cuw-template-mobile-preview .cuw-modal{
  font-size: 90%;
  padding-top: 50px !important; }
.cuw-template-mobile-preview .cuw-modal .cuw-modal-header{
    padding: 12px 16px !important;
    font-size: 26px !important;
    line-height: 1.2; }
.cuw-template-mobile-preview .cuw-modal .cuw-modal-subheader{
    padding: 8px 16px !important;
    font-size: 24px !important; }
.cuw-template-mobile-preview .cuw-modal .cuw-modal-content{
    width: 90% !important; }
.cuw-template-mobile-preview .cuw-modal .cuw-modal-body{
    max-height: 50vh !important; }
@media only screen and (max-width: 480px){.cuw-popup-products.cuw-mobile-responsive{
    flex-direction: column;
    justify-content: center;
    text-align: center;
    row-gap: 8px;
    margin-bottom: 32px !important; }
.cuw-modal{
    font-size: 90%;
    padding-top: 50px !important; }
.cuw-modal .cuw-modal-header{
      padding: 12px 16px !important;
      font-size: 26px !important;
      line-height: 1.2; }
.cuw-modal .cuw-modal-subheader{
      padding: 8px 16px !important;
      font-size: 24px !important; }
.cuw-modal .cuw-modal-content{
      width: 90% !important; }
.cuw-modal .cuw-modal-body{
      max-height: 50vh !important; }
}
@media only screen and (max-width: 600px){.cuw-modal .cuw-product-layout{
    flex-direction: column; }
}

/* https://lifegivingstore.com/wp-content/plugins/simple-points-and-rewards-pro/premium-files/assets/css/rewards-widget.css?ver=2.2.0 */
#spar-rewards-widget-container{
	position: fixed;
	z-index: 9999;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}
#spar-rewards-widget-container.position-center-left-vertical{
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
#spar-rewards-widget-container,#spar-rewards-widget-container #spar-rewards-widget-popup,#spar-rewards-widget-container .spar-rewards-popup-header,#spar-rewards-widget-container .spar-widget-current-level{
	transition: background-color 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
#spar-rewards-widget-button{
	background: linear-gradient(135deg, var(--spar-rewards-color-primary), var(--spar-rewards-color-secondary));
	color: white;
	border: none;
	border-radius: 25px;
	padding: 12px 20px;
	cursor: pointer;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 600;
	transition: all 0.3s ease;
	min-width: 80px;
	justify-content: center;
}
#spar-rewards-widget-button:hover{
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}
#spar-rewards-widget-button.animate{
	animation: pulse 2s infinite;
}
@keyframes pulse{
	0% { transform: scale(1); }
	50% { transform: scale(1.05); }
	100% { transform: scale(1); }
}
.spar-widget-icon{
	font-size: 18px;
	display: inline-block;
}
.spar-widget-icon.spar-widget-icon--svg{
	align-items: center;
	display: inline-flex;
	height: 18px;
	justify-content: center;
	line-height: 1;
}
.spar-widget-icon.spar-widget-icon--svg svg{
	display: block;
	fill: currentColor;
	height: 18px;
	width: auto;
}
.spar-widget-icon img{
	width: 18px;
	height: 18px;
	display: block;
}
.spar-widget-text{
	font-weight: 600;
}
#spar-rewards-widget-popup{
	position: absolute;
	background: white;
	border-radius: 16px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
	width: 350px;
	height: 450px;
	overflow: hidden;
	transform: scale(0.8);
	opacity: 0;
	transition: all 0.3s ease;
	z-index: 10000;
	display: flex;
	flex-direction: column;
	
	pointer-events: none;
	visibility: hidden;
}
#spar-rewards-widget-container.size-large #spar-rewards-widget-popup{
	width: 420px;
	height: 560px;
	max-width: 90vw;
	max-height: 90vh;
}
#spar-rewards-widget-container.size-extra-large #spar-rewards-widget-popup{
	width: 520px;
	height: 680px;
	max-width: 90vw;
	max-height: 90vh;
}
#spar-rewards-widget-container.size-full-height #spar-rewards-widget-popup{
	width: 420px;
	height: calc(100vh - 140px);
	max-width: 90vw;
	max-height: calc(100vh - 140px);
}
#spar-rewards-widget-popup.show{
	transform: scale(1);
	opacity: 1;
	
	pointer-events: auto;
	visibility: visible;
}
.position-bottom-left #spar-rewards-widget-popup,.position-bottom-right #spar-rewards-widget-popup{
	bottom: 70px;
}
.position-top-left #spar-rewards-widget-popup,.position-top-right #spar-rewards-widget-popup{
	top: 70px;
}
.position-bottom-right #spar-rewards-widget-popup,.position-top-right #spar-rewards-widget-popup{
	right: 0;
}
.position-bottom-left #spar-rewards-widget-popup,.position-top-left #spar-rewards-widget-popup{
	left: 0;
}
.spar-rewards-popup-header{
	background: linear-gradient(135deg, var(--spar-rewards-color-primary), var(--spar-rewards-color-secondary));
	color: white;
	padding: 20px;
	position: relative;
	text-align: center;
}
.spar-rewards-popup-close{
	position: absolute;
	top: 15px;
	right: 15px;
	background: none;
	border: none;
	color: white;
	font-size: 18px;
	cursor: pointer;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s ease;
}
.spar-rewards-popup-close:hover{
	background: rgba(255, 255, 255, 0.2);
}
h3.spar-rewards-popup-title{
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
    color: #fff;
}
.spar-rewards-tab.active{
	color: var(--spar-rewards-color-primary);
	background: white;
}
.spar-rewards-tab.active::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: var(--spar-rewards-color-primary);
}
.spar-rewards-tab:hover:not(.active){
	background: #e9ecef;
}
.spar-rewards-tab-content.active{
	display: block;
}
.spar-refer-clicks-pagination .spar-pagination-current{
	background: var(--spar-rewards-color-primary);
	color: #fff;
	border-color: var(--spar-rewards-color-primary);
}
#spar-rewards-widget-popup .spar-claim-points-discount{
	margin-bottom: 10px;
}
#spar-rewards-widget-popup .spar-claim-points-discount .spar-redeem-rate,#spar-rewards-widget-popup .spar-claim-points-discount .spar-redeem-worth{
	margin: 4px 0 8px;
	font-size: 12px;
	color: #6c757d;
}
#spar-rewards-widget-popup .spar-redeem-compact--account{
	border: 1px solid #e9ecef;
	border-radius: 8px;
	padding: 10px;
	background: #fff;
}
#spar-rewards-widget-popup .spar-redeem-compact--account .spar-redeem-header{
	margin: 0 0 8px;
	font-size: 13px;
	color: #2c3e50;
	text-align: center;
}
#spar-rewards-widget-popup .spar-redeem-compact--account .spar-panel-row{
	display: grid;
	grid-template-columns: 1fr 1fr; 
	gap: 8px;
	align-items: center;
}
#spar-rewards-widget-popup .spar-redeem-compact--account .spar-redeem-slider{
	width: 100%;
}
#spar-rewards-widget-popup .spar-redeem-compact--account .spar-panel-right{
	display: block; 
}
#spar-rewards-widget-popup .spar-redeem-compact--account .spar-redeem-input{
	width: 100%;
	max-width: 100%;
	min-width: 0;
	padding: 6px 8px;
	font-size: 13px;
	box-sizing: border-box;
	text-align: center;
}
#spar-rewards-widget-popup .spar-redeem-compact--account .spar-redeem-apply-btn,#spar-rewards-widget-popup .spar-redeem-compact--account .spar-redeem-remove-btn{
	padding: 6px 0px;
	font-size: 12px;
	line-height: 1.1;
	width: 100%;
}
#spar-rewards-widget-popup .spar-redeem-compact--account .spar-redeem-apply-btn{
	background: var(--spar-rewards-color-primary);
}
#spar-rewards-widget-popup .spar-redeem-compact--account .spar-redeem-remove-btn{
	color: #7a7a7a;
}
#spar-rewards-widget-popup .spar-redeem-compact--account .spar-redeem-remove-btn{
	grid-column: 1 / -1;
}
#spar-rewards-widget-popup .spar-redeem-compact--account .spar-redeem-summary{
	display: flex;
	align-items: center;
	gap: 6px;
	margin-top: 8px;
	font-size: 12px;
}
#spar-rewards-widget-popup .spar-redeem-compact--account .spar-redeem-value{
	font-weight: 600;
}
#spar-rewards-widget-popup .spar-redeem-compact--account .spar-redeem-applied-status{
	margin-top: 6px;
	font-size: 11px;
	color: #28a745;
}
#spar-rewards-widget-popup .link-button[disabled]{
	pointer-events: none;
	opacity: 0.6;
}
#spar-rewards-widget-popup .spar-redeem-compact--account .spar-redeem-actions{
	display: grid;
	grid-template-columns: 1fr; 
	gap: 8px;
	align-items: stretch;
	margin-top: 8px;
}
#spar-rewards-widget-popup .spar-redeem-compact--account .spar-discount-box{
	background: #ecfdf5;
	border: 1px solid #a7f3d0;
	color: #065f46;
	border-radius: 8px;
	padding: 8px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
    text-align: center;
}
#spar-rewards-widget-popup .spar-redeem-compact--account .spar-redeem-value-label{
	font-weight: 600;
	font-size: 14px; 
}
#spar-rewards-widget-popup .spar-redeem-compact--account .spar-redeem-value{
	font-weight: 700;
	font-size: 14px; 
}
#spar-rewards-widget-popup .spar-redeem-compact--account .spar-redeem-buttons{
	display: grid;
	grid-template-columns: 1fr; 
	gap: 6px;
}
#spar-rewards-widget-popup .spar-redeem-compact--account .spar-redeem-buttons .spar-redeem-remove-btn{
	grid-column: 1 / -1;
}
@media (max-width: 420px){#spar-rewards-widget-popup .spar-redeem-compact--account .spar-panel-row{
		grid-template-columns: 1fr; 
	}
#spar-rewards-widget-popup .spar-redeem-compact--account .spar-redeem-actions{
		grid-template-columns: 1fr; 
	}
}
.spar-claim-subtab.active{
	background: #fff;
	color: var(--spar-rewards-color-primary);
	box-shadow: inset 0 -2px 0 var(--spar-rewards-color-primary);
}
.spar-claim-subtab:hover:not(.active){
	background: #eef1f3;
}
.spar-claim-subtab-content.active{
	display: block;
}
@media (max-width: 640px){#spar-rewards-widget-popup{
		position: fixed;
		top: 20px;
		left: 50%;
		right: auto;
		bottom: 120px;
		width: calc(100vw - 24px);
		max-width: 100vw;
		max-height: calc(100vh - 140px);
		height: auto;
		transform: translate(-50%, 0) scale(0.8);
	}
#spar-rewards-widget-popup.show{
		transform: translate(-50%, 0) scale(1);
	}
.position-bottom-left #spar-rewards-widget-popup,.position-bottom-right #spar-rewards-widget-popup,.position-top-left #spar-rewards-widget-popup,.position-top-right #spar-rewards-widget-popup,.position-center-left-vertical #spar-rewards-widget-popup,.position-center-right-vertical #spar-rewards-widget-popup{
	top: 20px;
		left: 50%;
		right: auto;
		bottom: 120px;
	}
}
.spar-apply-voucher-btn.loading{
	position: relative;
	color: transparent !important;
}
.spar-apply-voucher-btn.loading::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 12px;
	height: 12px;
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-top: 2px solid white;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}
@keyframes spin{
	0% { transform: translate(-50%, -50%) rotate(0deg); }
	100% { transform: translate(-50%, -50%) rotate(360deg); }
}
@keyframes slideDown{
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
#spar-rewards-widget-container.position-center-left-vertical #spar-rewards-widget-button{
	writing-mode: initial;
	text-orientation: initial;
	padding: 15px 12px;
	min-width: auto;
	min-height: 120px;
	flex-direction: column;
	gap: 6px;
	justify-content: center;
	align-items: center;
	display: flex;
}
#spar-rewards-widget-container.position-center-left-vertical #spar-rewards-widget-button{
	border-radius: 0 25px 25px 0;
}
#spar-rewards-widget-container.position-center-left-vertical .spar-widget-icon{
	order: 1;
	transform: none;
	margin-bottom: 0;
	font-size: 18px;
	display: block;
	flex-shrink: 0;
}
#spar-rewards-widget-container.position-center-left-vertical .spar-widget-text{
	order: 2;
	text-orientation: mixed;
	transform: rotate(180deg);
	letter-spacing: 1px;
	white-space: nowrap;
	display: block;
	margin: 4px 0;
	flex-shrink: 0;
}
#spar-rewards-widget-container.position-center-left-vertical .spar-widget-text{
	writing-mode: sideways-lr;
}
.position-center-left-vertical #spar-rewards-widget-popup{
	left: 60px;
	top: 50%;
	transform: translateY(-50%);
}
.position-center-right-vertical #spar-rewards-widget-popup{
	right: 60px;
	top: 50%;
	transform: translateY(-50%);
}
@media (max-height: 500px){.position-center-left-vertical #spar-rewards-widget-popup,.position-center-right-vertical #spar-rewards-widget-popup{
		top: 20px;
		transform: none;
		max-height: calc(100vh - 40px);
	}
}
@media (max-width: 420px){.position-center-left-vertical #spar-rewards-widget-popup{
		left: 60px;
		right: 10px;
		width: auto;
	}
.position-center-right-vertical #spar-rewards-widget-popup{
		right: 60px;
		left: 10px;
		width: auto;
	}
}
@media (max-width: 480px){#spar-rewards-widget-container.position-center-left-vertical{
		position: fixed;
		top: auto;
		bottom: 20px;
		transform: none;
	}
#spar-rewards-widget-container.position-center-left-vertical #spar-rewards-widget-button{
		writing-mode: horizontal-tb;
		text-orientation: mixed;
		transform: none;
		padding: 12px 20px;
		min-height: auto;
		min-width: 80px;
		border-radius: 25px;
		flex-direction: row;
		gap: 8px;
	}
#spar-rewards-widget-container.position-center-left-vertical .spar-widget-text{
		writing-mode: horizontal-tb;
		text-orientation: mixed;
		transform: none;
		letter-spacing: normal;
	}
#spar-rewards-widget-container.position-center-left-vertical .spar-widget-icon{
		transform: none;
		margin-bottom: 0;
	}
.position-center-left-vertical #spar-rewards-widget-popup,.position-center-right-vertical #spar-rewards-widget-popup{
		left: 10px !important;
		right: 10px !important;
		top: auto;
		bottom: 70px;
		transform: none;
		width: calc(100% - 20px);
	}
}
.spar-widget-current-level{
	background: linear-gradient(135deg, #f0f8ff 0%, #e3f2fd 100%);
	border-radius: 8px;
	padding: 12px;
	margin-bottom: 15px;
	border-left: 4px solid #007cba;
}
.spar-widget-current-level-header{
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
}
.spar-widget-current-level-name{
	font-weight: 600;
	color: #007cba;
	font-size: 14px;
}
.spar-widget-current-level-label{
	font-size: 11px;
	color: #6c757d;
}
.spar-widget-level-card.is-current{
	background: #e3f2fd;
	border-color: #007cba;
	opacity: 1;
}
.spar-widget-level-card.is-unlocked{
	border-color: #28a745;
	opacity: 1;
}
.spar-widget-level-card.is-locked{
	opacity: 0.6;
}
.spar-widget-current-level .spar-level-progress-container{
	margin-top: 8px;
}
.spar-widget-current-level .spar-level-progress-bar{
	background: rgba(255, 255, 255, 0.7);
	border-radius: 8px;
	height: 6px;
	overflow: hidden;
	margin: 6px 0;
}
.spar-widget-current-level .spar-level-progress-fill{
	background: linear-gradient(90deg, #007cba, #005a87);
	height: 100%;
	transition: width 0.3s ease;
	border-radius: 8px;
}
.spar-widget-current-level .spar-level-next{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 10px;
	color: #007cba;
	opacity: 0.8;
}
.spar-widget-current-level .spar-level-max{
	text-align: center;
	color: #007cba;
	font-weight: 600;
	margin: 6px 0;
	font-size: 11px;
}
@media (max-width: 480px){.spar-widget-current-level{
		padding: 10px;
		margin-bottom: 12px;
	}
}
@keyframes pulse-urgent{
	0%, 100% { opacity: 1; }
	50% { opacity: 0.7; }
}
#spar-rewards-widget-container.spar-rewards-widget--dark #spar-rewards-widget-popup{
	background: #141519 !important;
	color: #e5e7eb !important;
}
#spar-rewards-widget-container.spar-rewards-widget--dark .spar-rewards-popup-header{
	background: #101114 !important;
}
#spar-rewards-widget-container.spar-rewards-widget--dark .spar-rewards-tab.active{
	background: #141519 !important;
	color: #ffffff !important;
}
#spar-rewards-widget-container.spar-rewards-widget--dark .spar-rewards-tab:hover:not(.active){
	background: #1f2024 !important;
}
#spar-rewards-widget-container.spar-rewards-widget--dark .spar-claim-subtab.active{
	background: #141519 !important;
	color: #ffffff !important;
	box-shadow: inset 0 -2px 0 var(--spar-rewards-color-primary) !important;
}
#spar-rewards-widget-container.spar-rewards-widget--dark .spar-claim-subtab:hover:not(.active){
	background: #1f2024 !important;
}
#spar-rewards-widget-container.spar-rewards-widget--dark .spar-widget-current-level{
	background: linear-gradient(135deg, #1a1b1f 0%, #141519 100%) !important;
	border-left-color: #2a2b30 !important;
}
#spar-rewards-widget-container.spar-rewards-widget--dark .spar-widget-current-level-name{
	color: #e5e7eb !important;
}
#spar-rewards-widget-container.spar-rewards-widget--dark .spar-widget-current-level-label{
	color: #c7c9cf !important;
}
#spar-rewards-widget-container.spar-rewards-widget--dark .spar-widget-level-card.is-current{
	background: rgb(60 60 60 / 35%) !important;
	border-color: #2a2b30 !important;
}
#spar-rewards-widget-container.spar-rewards-widget--dark .spar-widget-level-card.is-unlocked{
	border-color: #22c55e !important;
}
#spar-rewards-widget-container.spar-rewards-widget--dark .spar-widget-level-card.is-locked{
	border-color: #3a3b41 !important;
}
#spar-rewards-widget-container.spar-rewards-widget--dark .spar-widget-current-level .spar-level-progress-bar{
	background: rgba(148, 163, 184, 0.2) !important;
}
#spar-rewards-widget-container.spar-rewards-widget--dark .spar-widget-current-level .spar-level-next,#spar-rewards-widget-container.spar-rewards-widget--dark .spar-widget-current-level .spar-level-max{
	color: #c7c9cf !important;
}
#spar-rewards-widget-container.spar-rewards-widget--dark .spar-refer-clicks-pagination .spar-pagination-btn:hover:not([disabled]):not(.spar-pagination-current){
	background: rgba(255, 255, 255, 0.1) !important;
}
#spar-rewards-widget-container.spar-rewards-widget--dark .spar-refer-clicks-pagination .spar-pagination-current{
	background: var(--spar-rewards-color-primary) !important;
	color: #fff !important;
	border-color: var(--spar-rewards-color-primary) !important;
}
#spar-rewards-widget-container .spar-streak-bar__seg.is-done{
	background: var(--spar-rewards-color-primary, #0073aa);
}
#spar-rewards-widget-container .spar-streak-bar__seg.is-current{
	box-shadow: inset 0 0 0 2px var(--spar-rewards-color-primary, #0073aa);
}
#spar-rewards-widget-container .spar-streak-bar__seg.is-current::after{
	content: "";
	position: absolute;
	inset: 0;
	background: var(--spar-rewards-color-primary, #0073aa);
	opacity: 0.28;
	animation: sparWidgetStreakPulse 1.9s ease-in-out infinite;
}
#spar-rewards-widget-container .spar-streak-bar--at-risk .spar-streak-bar__seg.is-current{
	box-shadow: inset 0 0 0 2px #e08a3c;
}
#spar-rewards-widget-container .spar-streak-bar--at-risk .spar-streak-bar__seg.is-current::after{
	background: #e08a3c;
}
@keyframes sparWidgetStreakPulse{
	0%, 100% { opacity: 0.16; }
	50%      { opacity: 0.44; }
}
@keyframes sparWidgetStreakFlicker{
	0%, 100% { opacity: 1; }
	50%      { opacity: 0.55; }
}
@media (prefers-reduced-motion: reduce){#spar-rewards-widget-container .spar-streak-bar__seg.is-current::after{
		animation: none;
	}
}

img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}

:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}
@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}
}
:root .has-very-light-gray-background-color{background-color:#eee}
:root .has-very-dark-gray-background-color{background-color:#313131}
:root .has-very-light-gray-color{color:#eee}
:root .has-very-dark-gray-color{color:#313131}
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}
:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}
:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}
:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}
:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}
:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}
:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}
:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}
.has-regular-font-size{font-size:1em}
.has-larger-font-size{font-size:2.625em}
.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}
.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}
:root .has-text-align-center{text-align:center}
:root .has-text-align-left{text-align:left}
:root .has-text-align-right{text-align:right}
.has-fit-text{white-space:nowrap!important}
.screen-reader-text{word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-break:normal!important}
.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
html :where(.has-border-color){border-style:solid}
html :where(img[class*=wp-image-]){height:auto;max-width:100%}
:where(figure){margin:0 0 1em}
html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}
@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}
}

.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}
.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}

:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}
.wp-block-button{--wp--preset--dimension--25: 25%;--wp--preset--dimension--50: 50%;--wp--preset--dimension--75: 75%;--wp--preset--dimension--100: 100%;}
:where(body){ margin: 0; }
:where(.is-layout-flex){gap: 0.5em;}
:where(.is-layout-grid){gap: 0.5em;}
body .is-layout-flex{display: flex;}
.is-layout-flex{flex-wrap: wrap;align-items: center;}
.is-layout-flex > :is(*, div){margin: 0;}
body .is-layout-grid{display: grid;}
.is-layout-grid > :is(*, div){margin: 0;}
body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}
:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}
.has-black-color{color: var(--wp--preset--color--black) !important;}
.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}
.has-white-color{color: var(--wp--preset--color--white) !important;}
.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}
.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}
.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}
.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}
.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}
.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}
.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}
.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}
.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}
.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}
.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}
.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}
.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}
.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}
.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}
.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}
.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}
.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}
.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}
.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}
.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}
.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}
.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}
.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}
.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}
.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}
.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}
.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}
.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}
.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}
.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}
.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}
.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}
.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}
.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}
.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}
.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}
.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}
.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}
.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}
.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}
.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}
.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}
.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}
.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}
.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}
.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}
.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}
.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}

.woocommerce-product-gallery{ opacity: 1 !important; }

@media (max-width: 767px){.woocommerce-tabs .wpt-acc-title{
        font-weight: 600;
        padding: 14px 16px;
        background: #f7f7f7;
        border: 1px solid #e5e5e5;
    }
}

.woocommerce-order-received .modern-searchbar-form,.woocommerce-order-received .modern-searchbar-input,.woocommerce-order-received .search-bar-root,.woocommerce-order-received [class*="modern-searchbar"],.woocommerce-order-received #search-input,.woocommerce-order-received .er-search{
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
}

.woocommerce-message,.woocommerce-error,.woocommerce-info,.woocommerce-notice,.woocommerce-notice--success,.woocommerce-notice--error{opacity:0;pointer-events:none;margin:0!important}
.lifegivingstore-toast.is-visible{opacity:1;pointer-events:auto}
.lifegivingstore-auth-notices .woocommerce-message,.lifegivingstore-auth-notices .woocommerce-error,.lifegivingstore-auth-notices .woocommerce-info,.lifegivingstore-auth-notices .woocommerce-notice,.checkout-modal .woocommerce-message,.checkout-modal .woocommerce-error,.checkout-modal .woocommerce-info,.checkout-modal .woocommerce-notice,.xoo-el-container .woocommerce-message,.xoo-el-container .woocommerce-error,.xoo-el-container .woocommerce-info,.xoo-el-container .woocommerce-notice{opacity:1!important;pointer-events:auto!important}

:root{--spar-rewards-color-primary:#0073aa;--spar-rewards-color-secondary:#005c88;}