#s2it table {

        font-size: var( --e-global-typography-7f1f175-font-size      );
    }

    #s2it .e-con.--stitched {

    /* Leave PX uppercase */
    border:         1PX dashed var( --e-global-color-primary );
    border-radius:  0;
    outline:        1PX solid var( --e-global-color-primary );
    outline-offset: 2PX;
    transition: background-color 0.3s ease, color 0.3s ease;
        }

    #s2it a.e-con.--stitched:hover,
            #s2it a.e-con.--stitched:focus {

    border-color: var( --e-global-color-primary );
    background: var( --e-global-color-primary );
    color: var(--e-global-color-5c65a4a );
    outline: 1PX solid var( --e-global-color-primary );
            }

    #s2it a.e-con.--stitched:hover .elementor-heading-title,
                #s2it a.e-con.--stitched:hover .elementor-widget-text-editor,
                #s2it a.e-con.--stitched:focus .elementor-heading-title,
                #s2it a.e-con.--stitched:focus .elementor-widget-text-editor {

                    color: white;
                }
#s2it label {

        font-family: var( --e-global-typography-text-font-family );
        font-size:   .8em;
        font-weight: 400;
    }
#s2it input[type=text],
    #s2it input[type=email],
    #s2it input[type=tel],
    #s2it input[type=number],
    #s2it input[type=search],
    #s2it input[type=password],
    #s2it input[type=url],
    #s2it input[type=date],
    #s2it input[type=datetime-local],
    #s2it input[type=month],
    #s2it input[type=time],
    #s2it input[type=week],
    #s2it input[type=color],
    #s2it input[type=range],
    #s2it textarea,
    #s2it select {

    /* Leave PX uppercase */
    border:         1PX dashed var( --e-global-color-primary );
    border-radius:  0;
    outline:        1PX solid var( --e-global-color-primary );
    outline-offset: 2PX;
    transition: background-color 0.3s ease, color 0.3s ease;

        font-family: var( --e-global-typography-7f1f175-font-family    );
        font-size:   var( --e-global-typography-7f1f175-font-size      );
        font-weight: var( --e-global-typography-7f1f175-font-weight    );
        line-height: var( --e-global-typography-7f1f175-line-height    );
        color:         var( --e-global-color-text );
        border-radius: 0;
        padding:       .4rem .5rem;
    }
#s2it input[type=text]:focus, #s2it input[type=email]:focus, #s2it input[type=tel]:focus, #s2it input[type=number]:focus, #s2it input[type=search]:focus, #s2it input[type=password]:focus, #s2it input[type=url]:focus, #s2it input[type=date]:focus, #s2it input[type=datetime-local]:focus, #s2it input[type=month]:focus, #s2it input[type=time]:focus, #s2it input[type=week]:focus, #s2it input[type=color]:focus, #s2it input[type=range]:focus, #s2it textarea:focus, #s2it select:focus {

    border: 1PX solid var( --e-global-color-primary );
    background: var(--e-global-color-5c65a4a );
    color: var( --e-global-color-primary );
    outline: 1PX solid var( --e-global-color-primary );
            color:   var( --e-global-color-text );
        }
#s2it input[type="radio"],
    #s2it input[type="checkbox"] {

    /* Leave PX uppercase */
    border:         1PX dashed var( --e-global-color-primary );
    border-radius:  0;
    outline:        1PX solid var( --e-global-color-primary );
    outline-offset: 2PX;
    transition: background-color 0.3s ease, color 0.3s ease;

        appearance:     none;
        width:          1.25rem;
        height:         1.25rem;
        margin-right:   .5rem;
        border-radius:  50%;
        vertical-align: middle;
    }
#s2it input[type="radio"]:checked, #s2it input[type="checkbox"]:checked {

            background-color: var( --e-global-color-primary );
        }
#s2it input[type="checkbox"] {
        border-radius: 0;
    }
#s2it fieldset {

        border: none;
        margin-top: 2rem;
        padding: 0;
    }
#s2it fieldset legend {

            font-family: var( --e-global-typography-4a18f92-font-family    );

            font-weight: var( --e-global-typography-4a18f92-font-weight    );

            font-style: var( --e-global-typography-4a18f92-font-style     );

            font-size: var( --e-global-typography-4a18f92-font-size      );

            line-height: var( --e-global-typography-4a18f92-line-height    );

            letter-spacing: var( --e-global-typography-4a18f92-letter-spacing );

            font-weight: bold;
            margin-bottom: 1rem;
        }
#s2it .select2-selection {

    /* Leave PX uppercase */
    border:         1PX dashed var( --e-global-color-primary );
    border-radius:  0;
    outline:        1PX solid var( --e-global-color-primary );
    outline-offset: 2PX;
    transition: background-color 0.3s ease, color 0.3s ease;

        box-sizing:    content-box;
        height:        auto;
        padding:       calc(0.5rem - 1.5PX) .5rem;
        border-radius: 0;
        line-height:   var( --e-global-typography-7733ec3-line-height    );
    }
#s2it .select2-selection:focus {

    border: 1PX solid var( --e-global-color-primary );
    background: var(--e-global-color-5c65a4a );
    color: var( --e-global-color-primary );
    outline: 1PX solid var( --e-global-color-primary );
            color: var( --e-global-color-text );
        }
#s2it .select2-selection--single .select2-selection__rendered {
            padding: 0;
            line-height: inherit;
            color: inherit;
        }
#s2it .select2-selection--single .select2-selection__arrow {
            height: 100%;
            right: .5rem;
        }
#s2it .select2-selection--single .select2-selection__arrow b {
                border-color: var( --e-global-color-primary ) transparent transparent;
            }
#s2it .select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent var( --e-global-color-primary );
        }
#s2it .select2-dropdown {

        margin-top:    2PX;
        border:        2PX solid var( --e-global-color-primary );
        border-radius: 0;
    }
#s2it .select2-search--dropdown {

        padding: .5rem;
    }
#s2it .select2-search--dropdown .select2-search__field {
            padding: calc(0.25rem - 1.5PX) .25rem;
        }
#s2it .select2-results__options {
        padding: 0 .5rem .5rem;
    }
#s2it .select2-results__option {

        padding:    .25rem .5rem;
        margin:     0 -.5rem;
        transition: all 0.3s ease;
    }
#s2it .select2-results__option[data-selected=true] {

            background-color: var( --e-global-color-primary );
            color:            var(--e-global-color-5c65a4a );
        }
#s2it .select2-results__option--highlighted[aria-selected] {

            background-color: var(--e-global-color-f6eec68 );
            color:            var( --e-global-color-primary );
        }
#s2it .form-row {

        margin-bottom: 1rem;
    }
#s2it .form-row span em {

            font-size: .7em;
        }
#s2it form button[type="submit"] {

            margin-top: 2rem;
        }
.s2it-header-shortcuts__lang.elementor-widget-wpml-language-switcher .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {

            padding: 0;
            margin:  0;
            border:  none;
        }
.s2it-header-shortcuts__lang.elementor-widget-wpml-language-switcher .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer > ul {

                display:    flex;
                gap:        0;
                padding:    0;
                margin:     0;
                list-style: none;
            }
.s2it-header-shortcuts__lang.elementor-widget-wpml-language-switcher .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer .wpml-ls-link {

                padding:    .8rem .6rem;
                color:       var(--e-global-color-primary);
                line-height: inherit;
                transition:  all .3s;
            }
.s2it-header-shortcuts__lang.elementor-widget-wpml-language-switcher .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer .wpml-ls-link span {
                    vertical-align: baseline;
                }
.s2it-header-shortcuts__lang.elementor-widget-wpml-language-switcher .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer .wpml-ls-link:hover, .s2it-header-shortcuts__lang.elementor-widget-wpml-language-switcher .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer .wpml-ls-link:focus {

                    background: var(--e-global-color-primary);
                    color: var(--e-global-color-5c65a4a);
                }
.woocommerce:where( :not( .woocommerce-uses-block-theme ) ) div.product p.price {

                color:     inherit;
                font-size: 1em;
            }
.woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) #respond input#submit,
        .woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) a.button,
        .woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) button.button,
        .woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) input.button {

    font-family: var( --e-global-typography-7733ec3-font-family    );

    font-weight: var( --e-global-typography-7733ec3-font-weight    );

    font-style: var( --e-global-typography-7733ec3-font-style     );

    font-size: var( --e-global-typography-7733ec3-font-size      );

    line-height: var( --e-global-typography-7733ec3-line-height    );

    letter-spacing: var( --e-global-typography-7733ec3-letter-spacing );

    padding:          0.5rem 1rem;
    border:           none;
    border-radius:    0;
    background-color: var( --e-global-color-primary );
    color:            var(--e-global-color-5c65a4a );
    transition:       background-color 0.3s ease, color 0.3s ease;
        }
.woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) #respond input#submit:hover, 
    .woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) #respond input#submit:focus, 
    .woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) a.button:hover, 
    .woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) a.button:focus, 
    .woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) button.button:hover, 
    .woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) button.button:focus, 
    .woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) input.button:hover, 
    .woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) input.button:focus {

        background-color: var(--e-global-color-f6eec68 );
        color:            var( --e-global-color-primary );
    }
.woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) #respond input#submit.disabled,
        .woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) #respond input#submit:disabled,
        .woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) #respond input#submit:disabled[disabled],
        .woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) a.button.disabled,
        .woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) a.button:disabled,
        .woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) a.button:disabled[disabled],
        .woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) button.button.disabled,
        .woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) button.button:disabled,
        .woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) button.button:disabled[disabled],
        .woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) input.button.disabled,
        .woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) input.button:disabled,
        .woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) input.button:disabled[disabled] {

    font-family: var( --e-global-typography-7733ec3-font-family    );

    font-weight: var( --e-global-typography-7733ec3-font-weight    );

    font-style: var( --e-global-typography-7733ec3-font-style     );

    font-size: var( --e-global-typography-7733ec3-font-size      );

    line-height: var( --e-global-typography-7733ec3-line-height    );

    letter-spacing: var( --e-global-typography-7733ec3-letter-spacing );

    opacity:          0.5;
    padding:          0.5rem 1rem;
    border:           none;
    border-radius:    0;
    background-color: var( --e-global-color-primary );
    color:            var(--e-global-color-5c65a4a );
    transition:       background-color 0.3s ease, color 0.3s ease;
    cursor:           default;
        }
.woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) #respond input#submit.disabled:hover, 
    .woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) #respond input#submit.disabled:focus, 
    .woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) #respond input#submit:disabled:hover, 
    .woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) #respond input#submit:disabled:focus, 
    .woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) #respond input#submit:disabled[disabled]:hover, 
    .woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) #respond input#submit:disabled[disabled]:focus, 
    .woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) a.button.disabled:hover, 
    .woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) a.button.disabled:focus, 
    .woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) a.button:disabled:hover, 
    .woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) a.button:disabled:focus, 
    .woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) a.button:disabled[disabled]:hover, 
    .woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) a.button:disabled[disabled]:focus, 
    .woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) button.button.disabled:hover, 
    .woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) button.button.disabled:focus, 
    .woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) button.button:disabled:hover, 
    .woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) button.button:disabled:focus, 
    .woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) button.button:disabled[disabled]:hover, 
    .woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) button.button:disabled[disabled]:focus, 
    .woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) input.button.disabled:hover, 
    .woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) input.button.disabled:focus, 
    .woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) input.button:disabled:hover, 
    .woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) input.button:disabled:focus, 
    .woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) input.button:disabled[disabled]:hover, 
    .woocommerce:where( :not( .woocommerce-block-theme-has-button-styles ) ) input.button:disabled[disabled]:focus {

        background-color: var( --e-global-color-primary );
        color:            var(--e-global-color-5c65a4a );
    }
#s2it .woocommerce-info,
    #s2it .woocommerce-message {

    /* Leave PX uppercase */
    border:         1PX dashed var( --e-global-color-primary );
    border-radius:  0;
    outline:        1PX solid var( --e-global-color-primary );
    outline-offset: 2PX;
    transition: background-color 0.3s ease, color 0.3s ease;

        display:          flex;
        justify-content:  flex-start;
        align-items:      center;
        gap:              1rem;
        padding:          1rem;
        margin:           0 0 2rem;
        background-color: var(--e-global-color-5c65a4a );
    }
#s2it .woocommerce-info a, #s2it .woocommerce-message a {

    font-family: var( --e-global-typography-7733ec3-font-family    );

    font-weight: var( --e-global-typography-7733ec3-font-weight    );

    font-style: var( --e-global-typography-7733ec3-font-style     );

    font-size: var( --e-global-typography-7733ec3-font-size      );

    line-height: var( --e-global-typography-7733ec3-line-height    );

    letter-spacing: var( --e-global-typography-7733ec3-letter-spacing );

    padding:          0.5rem 1rem;
    border:           none;
    border-radius:    0;
    background-color: var( --e-global-color-primary );
    color:            var(--e-global-color-5c65a4a );
    transition:       background-color 0.3s ease, color 0.3s ease;
        }
#s2it .woocommerce-info a:hover, 
    #s2it .woocommerce-info a:focus, 
    #s2it .woocommerce-message a:hover, 
    #s2it .woocommerce-message a:focus {

        background-color: var(--e-global-color-f6eec68 );
        color:            var( --e-global-color-primary );
    }
#s2it .woocommerce-info a, #s2it .woocommerce-message a {

            width: auto;
            margin-left: auto;
}
#s2it .woocommerce-info::before, #s2it .woocommerce-message::before {
            position: static;
            color: var( --e-global-color-primary );
        }
#s2it .woocommerce-info::after, #s2it .woocommerce-message::after {
            display: none;
        }
#s2it .woocommerce-account .elementor-widget-theme-post-content > .elementor-widget-container > .woocommerce:has( .woocommerce-MyAccount-navigation ) {

                    display:         flex;
                    align-items:     flex-start;
                    justify-content: space-between;
                    max-width:       60rem;
                    gap:             4rem;
                }
#s2it .woocommerce-account .elementor-widget-theme-post-content > .elementor-widget-container > .woocommerce:has( .woocommerce-MyAccount-navigation )::before,
                    #s2it .woocommerce-account .elementor-widget-theme-post-content > .elementor-widget-container > .woocommerce:has( .woocommerce-MyAccount-navigation )::after {

                        display: none;
                    }
#s2it .woocommerce-form-login,
    #s2it .woocommerce-form-register {

        max-width: 25rem;
    }
#s2it .woocommerce-form-login button[type="submit"], #s2it .woocommerce-form-register button[type="submit"] {
            margin-top: 0;
        }
#s2it .woocommerce-MyAccount-navigation {

    /* Leave PX uppercase */
    border:         1PX dashed var( --e-global-color-primary );
    border-radius:  0;
    outline:        1PX solid var( --e-global-color-primary );
    outline-offset: 2PX;
    transition: background-color 0.3s ease, color 0.3s ease;

        width: auto;
    }
#s2it .woocommerce-MyAccount-navigation ul {

            padding:    0;
            margin:     0;
            list-style: none;
        }
#s2it .woocommerce-MyAccount-navigation a {

            padding: 0 2rem;
            line-height: 3.5rem;
        }
#s2it .woocommerce-MyAccount-navigation a[aria-current="page"] {

                font-weight: bold;
                color:       var( --e-global-color-text );
            }
#s2it .woocommerce-MyAccount-content {

        width: auto;
        flex: 1;
    }
#s2it .woocommerce-MyAccount-content .addresses address {

    /* Leave PX uppercase */
    border:         1PX dashed var( --e-global-color-primary );
    border-radius:  0;
    outline:        1PX solid var( --e-global-color-primary );
    outline-offset: 2PX;
    transition: background-color 0.3s ease, color 0.3s ease;

                padding: 1rem;
            }
#s2it .woocommerce-MyAccount-content .addresses .woocommerce-customer-details--phone,
                #s2it .woocommerce-MyAccount-content .addresses .woocommerce-customer-details--email {

                    display:     flex;
                    align-items: center;
                    padding:     0;
                    gap:         .5rem;
                }
#s2it .woocommerce-MyAccount-content .addresses .woocommerce-customer-details--phone::before, #s2it .woocommerce-MyAccount-content .addresses .woocommerce-customer-details--email::before {

                        position:    static;
                        margin:      0;
                        line-height: 1;
                        font-size:   .75em;
                        color:       var( --e-global-color-primary );
                    }
#s2it .woocommerce-MyAccount-content .addresses .woocommerce-customer-details--phone {

                    margin-top:    .5rem;
                    margin-bottom: .25rem;
                }
#s2it .woocommerce-MyAccount-content .addresses .edit {

    font-family: var( --e-global-typography-7733ec3-font-family    );

    font-weight: var( --e-global-typography-7733ec3-font-weight    );

    font-style: var( --e-global-typography-7733ec3-font-style     );

    font-size: var( --e-global-typography-7733ec3-font-size      );

    line-height: var( --e-global-typography-7733ec3-line-height    );

    letter-spacing: var( --e-global-typography-7733ec3-letter-spacing );

    padding:          0.5rem 1rem;
    border:           none;
    border-radius:    0;
    background-color: var( --e-global-color-primary );
    color:            var(--e-global-color-5c65a4a );
    transition:       background-color 0.3s ease, color 0.3s ease;
            }
#s2it .woocommerce-MyAccount-content .addresses .edit:hover, 
    #s2it .woocommerce-MyAccount-content .addresses .edit:focus {

        background-color: var(--e-global-color-f6eec68 );
        color:            var( --e-global-color-primary );
    }
#s2it .woocommerce-MyAccount-content .addresses .edit {

                display: inline-block;
                float: none;
                margin-bottom: 1rem;
}
#s2it .elementor-add-to-cart .cart {

            display: block;
        }
#s2it .elementor-add-to-cart .cart__form {

                display:     flex;
                align-items: center;
            }
#s2it .elementor-add-to-cart .quantity {

            float: none;
            margin: 0;
            padding-top: 2PX;
            padding-bottom: 2PX;
        }
#s2it .elementor-add-to-cart input.qty {

    /* Leave PX uppercase */
    border:         1PX dashed var( --e-global-color-primary );
    border-radius:  0;
    outline:        1PX solid var( --e-global-color-primary );
    outline-offset: 2PX;
    transition: background-color 0.3s ease, color 0.3s ease;

            box-sizing: content-box;
            padding:     calc(0.5rem - 1.5PX) .5rem;
            margin:      0 2PX 0 0;
            line-height: var( --e-global-typography-7733ec3-line-height    );
            height:      var( --e-global-typography-7733ec3-line-height    );
        }
#s2it .elementor-add-to-cart input.qty:focus {

    border: 1PX solid var( --e-global-color-primary );
    background: var(--e-global-color-5c65a4a );
    color: var( --e-global-color-primary );
    outline: 1PX solid var( --e-global-color-primary );
            }
#s2it .elementor-add-to-cart button[type="submit"] {

    font-family: var( --e-global-typography-7733ec3-font-family    );

    font-weight: var( --e-global-typography-7733ec3-font-weight    );

    font-style: var( --e-global-typography-7733ec3-font-style     );

    font-size: var( --e-global-typography-7733ec3-font-size      );

    line-height: var( --e-global-typography-7733ec3-line-height    );

    letter-spacing: var( --e-global-typography-7733ec3-letter-spacing );

    padding:          0.5rem 1rem;
    border:           none;
    border-radius:    0;
    background-color: var( --e-global-color-primary );
    color:            var(--e-global-color-5c65a4a );
    transition:       background-color 0.3s ease, color 0.3s ease;
        }
#s2it .elementor-add-to-cart button[type="submit"]:hover, 
    #s2it .elementor-add-to-cart button[type="submit"]:focus {

        background-color: var(--e-global-color-f6eec68 );
        color:            var( --e-global-color-primary );
    }
#s2it .elementor-add-to-cart button[type="submit"] {

            display:     flex;
            align-items: center;
            margin:      0;
}
#s2it .elementor-add-to-cart button[type="submit"]::before {

                display:         inline-block;
                content:         '';
                background:      url( '../../img/icons/cart--white.svg' ) no-repeat center center;
                background-size: 100%;
                width:           1em;
                height:          1em;
                margin-right:    1rem;
            }
#s2it .elementor-add-to-cart button[type="submit"]:hover::before, #s2it .elementor-add-to-cart button[type="submit"]:focus::before {
                    background-image: url( '../../img/icons/cart--primary.svg' );
                }
#s2it .woocommerce-notices-wrapper + .woocommerce-cart-form {

            margin-top: 2rem;
        }
#s2it .woocommerce-cart-form .shop_table .product-remove {
                width: 2rem;
            }
#s2it .woocommerce-cart-form .shop_table a.remove {

                width:            1.5rem;
                height:           1.5rem;
                line-height:      1.25rem;
                background-color: var( --e-global-color-primary );
                color:            var(--e-global-color-5c65a4a ) !important; /* Thanks woo for the !important in your base CSS */
                font-size:        1em;
            }
#s2it .woocommerce-cart-form .shop_table a.remove:hover,
                #s2it .woocommerce-cart-form .shop_table a.remove:focus {

                    background-color: var(--e-global-color-f6eec68 );
                    color:            var( --e-global-color-primary ) !important;
                }
#s2it .woocommerce-cart-form .shop_table .product-thumbnail a {

                    display: block;
                    width:   6rem;
                    height:  6rem;
                }
#s2it .woocommerce-cart-form .shop_table .product-thumbnail a img {

                        width:  100%;
                        height: 100%;
                    }
#s2it .woocommerce-cart-form .shop_table .product-name {

                width: 100%;
            }
#s2it .woocommerce-cart-form .shop_table td.product-name {

                font-family: var( --e-global-typography-30865f6-font-family    );

                font-weight: var( --e-global-typography-30865f6-font-weight    );

                font-style: var( --e-global-typography-30865f6-font-style     );

                font-size: var( --e-global-typography-30865f6-font-size      );

                line-height: var( --e-global-typography-30865f6-line-height    );

                letter-spacing: var( --e-global-typography-30865f6-letter-spacing );
            }
#s2it .woocommerce-cart-form .shop_table .product-price,
            #s2it .woocommerce-cart-form .shop_table .product-subtotal {
                text-align: right;
            }
#s2it .woocommerce-cart-form .shop_table input.qty {

    /* Leave PX uppercase */
    border:         1PX dashed var( --e-global-color-primary );
    border-radius:  0;
    outline:        1PX solid var( --e-global-color-primary );
    outline-offset: 2PX;
    transition: background-color 0.3s ease, color 0.3s ease; 

                width:         4rem;
                border-radius: 0;
            }
#s2it .woocommerce-cart-form .shop_table input.qty:focus {

    border: 1PX solid var( --e-global-color-primary );
    background: var(--e-global-color-5c65a4a );
    color: var( --e-global-color-primary );
    outline: 1PX solid var( --e-global-color-primary );
                }
#s2it .woocommerce-cart-form .shop_table td.actions {

                padding-top: 2rem;
            }
#s2it .woocommerce-cart-form .shop_table .coupon {

                display:     flex;
                align-items: center;
            }
#s2it .woocommerce-cart-form .shop_table .coupon input.input-text {

                    width:  8rem;
                    margin: 0 2PX 0 0;
                }
#s2it .woocommerce-cart-form .shop_table .coupon button[type="submit"] {

                    margin:         0;
                    padding-top:    calc(0.4rem + 4PX);
                    padding-bottom: calc(0.4rem + 4PX);
                    line-height:    var( --e-global-typography-7f1f175-line-height    );
                }
#s2it .cart_totals .shop_table {

            border: none;
        }
#s2it .cart_totals .shop_table th, #s2it .cart_totals .shop_table td {

                border-bottom: 1PX dashed var( --e-global-color-secondary );
                background:    transparent;
            }
#s2it .cart_totals .wc-proceed-to-checkout a.button {

    font-family: var( --e-global-typography-7733ec3-font-family    );

    font-weight: var( --e-global-typography-7733ec3-font-weight    );

    font-style: var( --e-global-typography-7733ec3-font-style     );

    font-size: var( --e-global-typography-7733ec3-font-size      );

    line-height: var( --e-global-typography-7733ec3-line-height    );

    letter-spacing: var( --e-global-typography-7733ec3-letter-spacing );

    padding:          0.5rem 1rem;
    border:           none;
    border-radius:    0;
    background-color: var( --e-global-color-primary );
    color:            var(--e-global-color-5c65a4a );
    transition:       background-color 0.3s ease, color 0.3s ease;
            }
#s2it .cart_totals .wc-proceed-to-checkout a.button:hover, 
    #s2it .cart_totals .wc-proceed-to-checkout a.button:focus {

        background-color: var(--e-global-color-f6eec68 );
        color:            var( --e-global-color-primary );
    }
#s2it .cart_totals .wc-proceed-to-checkout a.button {

                padding-top:    2rem;
                padding-bottom: 2rem;
}
#s2it .woocommerce-form-coupon {

        display:        flex;
        align-items:    center;
        flex-wrap:      wrap;
        flex-direction: row;
    }
#s2it .woocommerce-form-coupon > p {
            width: 100%;
        }
#s2it .woocommerce-form-coupon .form-row {
            padding: 0;
            margin:  0;
        }
#s2it .woocommerce-form-coupon .form-row-first {
            width: auto;
        }
#s2it .woocommerce-form-coupon .form-row-last {
            width: auto;
        }
#s2it .woocommerce-form-coupon input.input-text {

            width:         auto;
            margin:        0 2PX 0 0;
        }
#s2it .woocommerce-form-coupon button[type="submit"] {

            margin:         0;
            padding-top:    calc(0.4rem + 4PX);
            padding-bottom: calc(0.4rem + 4PX);
            line-height:    var( --e-global-typography-7f1f175-line-height    );
        }
#s2it .woocommerce-billing-fields h3, #s2it .woocommerce-shipping-fields h3, #s2it .woocommerce-additional-fields h3 {

            font-family: var( --e-global-typography-1c214cc-font-family    );

            font-weight: var( --e-global-typography-1c214cc-font-weight    );

            font-style: var( --e-global-typography-1c214cc-font-style     );

            font-size: var( --e-global-typography-1c214cc-font-size      );

            line-height: var( --e-global-typography-1c214cc-line-height    );

            letter-spacing: var( --e-global-typography-1c214cc-letter-spacing );

            margin-bottom: 2rem;
        }
#s2it .woocommerce-billing-fields .form-row, #s2it .woocommerce-shipping-fields .form-row, #s2it .woocommerce-additional-fields .form-row {
            padding: 0;
            margin: 0 0 1.5rem;
        }
#s2it .woocommerce-billing-fields input:not([type="radio"]):not([type="checkbox"]),
        #s2it .woocommerce-billing-fields select,
        #s2it .woocommerce-billing-fields textarea,
        #s2it .woocommerce-shipping-fields input:not([type="radio"]):not([type="checkbox"]),
        #s2it .woocommerce-shipping-fields select,
        #s2it .woocommerce-shipping-fields textarea,
        #s2it .woocommerce-additional-fields input:not([type="radio"]):not([type="checkbox"]),
        #s2it .woocommerce-additional-fields select,
        #s2it .woocommerce-additional-fields textarea {

    /* Leave PX uppercase */
    border:         1PX dashed var( --e-global-color-primary );
    border-radius:  0;
    outline:        1PX solid var( --e-global-color-primary );
    outline-offset: 2PX;
    transition: background-color 0.3s ease, color 0.3s ease;

            box-sizing: content-box;
            width: calc(100% - 1rem - 3PX);
            padding: calc(0.5rem - 1.5PX) .5rem;
            margin: 0;
            line-height: var( --e-global-typography-7733ec3-line-height    );
            border-radius: 0;
        }
#s2it .woocommerce-billing-fields input:not([type="radio"]):not([type="checkbox"]):focus, #s2it .woocommerce-billing-fields select:focus, #s2it .woocommerce-billing-fields textarea:focus, #s2it .woocommerce-shipping-fields input:not([type="radio"]):not([type="checkbox"]):focus, #s2it .woocommerce-shipping-fields select:focus, #s2it .woocommerce-shipping-fields textarea:focus, #s2it .woocommerce-additional-fields input:not([type="radio"]):not([type="checkbox"]):focus, #s2it .woocommerce-additional-fields select:focus, #s2it .woocommerce-additional-fields textarea:focus {

    border: 1PX solid var( --e-global-color-primary );
    background: var(--e-global-color-5c65a4a );
    color: var( --e-global-color-primary );
    outline: 1PX solid var( --e-global-color-primary );
            }
#s2it .woocommerce-billing-fields textarea, #s2it .woocommerce-shipping-fields textarea, #s2it .woocommerce-additional-fields textarea {
            min-height: 6rem;
        }
#s2it .woocommerce-billing-fields .select2-container, #s2it .woocommerce-shipping-fields .select2-container, #s2it .woocommerce-additional-fields .select2-container {
            width: 100% !important;
        }
#s2it #order_review_heading {

        font-family: var( --e-global-typography-1c214cc-font-family    );

        font-weight: var( --e-global-typography-1c214cc-font-weight    );

        font-style: var( --e-global-typography-1c214cc-font-style     );

        font-size: var( --e-global-typography-1c214cc-font-size      );

        line-height: var( --e-global-typography-1c214cc-line-height    );

        letter-spacing: var( --e-global-typography-1c214cc-letter-spacing );

        margin-top: 2rem;
    }
#s2it #order_review .shop_table {
            border: none;
            margin-bottom: 2rem;
        }
#s2it #order_review .shop_table th, #s2it #order_review .shop_table td {
                padding: .5rem 1rem;
                border: none;
                background: transparent;
            }
#s2it #order_review .shop_table thead th {
                border-bottom: 1PX dashed var( --e-global-color-secondary );
            }
#s2it #order_review .shop_table tbody td {
                border-bottom: 1PX dashed var( --e-global-color-secondary );
            }
#s2it #order_review .shop_table tfoot th, #s2it #order_review .shop_table tfoot td {
                    border-bottom: 1PX dashed var( --e-global-color-secondary );
                }
#s2it #order_review .shop_table tfoot tr:last-child th, #s2it #order_review .shop_table tfoot tr:last-child td {
                        border-bottom: none;
                    }
#s2it #payment {
        background: transparent;
        border-radius: 0;
    }
#s2it #payment ul.payment_methods {
            padding: 0;
            border: none;
        }
#s2it #payment ul.payment_methods li {
                padding: 1rem;
                margin-bottom: 1rem;

    /* Leave PX uppercase */
    border:         1PX dashed var( --e-global-color-primary );
    border-radius:  0;
    outline:        1PX solid var( --e-global-color-primary );
    outline-offset: 2PX;
    transition: background-color 0.3s ease, color 0.3s ease;
            }
#s2it #payment ul.payment_methods li.payment_method_paypal img {
                        max-height: 3rem;
                    }
#s2it #payment ul.payment_methods label {
                font-family: var( --e-global-typography-30865f6-font-family    );
                font-weight: var( --e-global-typography-30865f6-font-weight    );
                font-style: var( --e-global-typography-30865f6-font-style     );
                font-size: var( --e-global-typography-30865f6-font-size      );
                line-height: var( --e-global-typography-30865f6-line-height    );
                letter-spacing: var( --e-global-typography-30865f6-letter-spacing );
                line-height: 1.5;
            }
#s2it #payment .payment_box {
            background: transparent;
            padding: 1rem 0 0;
            margin: 1rem 0 0;
            border-top: 1PX dashed var( --e-global-color-secondary );
        }
#s2it #payment .payment_box::before {
                display: none;
            }
#s2it #payment .place-order {
            padding: 0;
            margin: 2rem 0 0;
            background: transparent;
        }
#s2it #payment .place-order button#place_order {

    font-family: var( --e-global-typography-7733ec3-font-family    );

    font-weight: var( --e-global-typography-7733ec3-font-weight    );

    font-style: var( --e-global-typography-7733ec3-font-style     );

    font-size: var( --e-global-typography-7733ec3-font-size      );

    line-height: var( --e-global-typography-7733ec3-line-height    );

    letter-spacing: var( --e-global-typography-7733ec3-letter-spacing );

    padding:          0.5rem 1rem;
    border:           none;
    border-radius:    0;
    background-color: var( --e-global-color-primary );
    color:            var(--e-global-color-5c65a4a );
    transition:       background-color 0.3s ease, color 0.3s ease;
            }
#s2it #payment .place-order button#place_order:hover, 
    #s2it #payment .place-order button#place_order:focus {

        background-color: var(--e-global-color-f6eec68 );
        color:            var( --e-global-color-primary );
    }
#s2it #payment .place-order button#place_order {

                width: 100%;
                padding: 2rem;
                margin: 0 0 4rem;
}
#s2it {

}
#s2it .elementor-menu-cart__main {

            width:     100%;
            max-width: 30rem;
        }
#s2it .shop_table {

        border: none;
    }
#s2it .shop_table th, #s2it .shop_table td {

            min-width:  0;
            padding:    .5rem 1rem;
            border:     none;
            background: transparent;
        }
#s2it .shop_table thead th {

                border-bottom: 1PX dashed var( --e-global-color-secondary );
                white-space:   nowrap;
            }
#s2it .shop_table tbody th, #s2it .shop_table tbody td {

                border-bottom: 1PX dashed var( --e-global-color-secondary );
            }

.elementor-pagination {

    display:         flex;
    justify-content: center;
    gap:             1.5rem;
    padding:         2rem 1rem;
}

.elementor-pagination .page-numbers {

    /* Leave PX uppercase */
    border:         1PX dashed var( --e-global-color-primary );
    border-radius:  0;
    outline:        1PX solid var( --e-global-color-primary );
    outline-offset: 2PX;
    transition: background-color 0.3s ease, color 0.3s ease;

        width:   2.25rem;
        padding: .25rem 0;
    }

.elementor-pagination .page-numbers:not(:last-child) {
            margin: 0;
        }

.elementor-pagination .page-numbers:hover,
        .elementor-pagination .page-numbers:focus {

    border-color: var( --e-global-color-primary );
    background: var( --e-global-color-primary );
    color: var(--e-global-color-5c65a4a );
    outline: 1PX solid var( --e-global-color-primary );
        }

.elementor-pagination .page-numbers.current {

    border: 1PX solid var( --e-global-color-primary );
    background: var( --e-global-color-primary );
    color: var(--e-global-color-5c65a4a );
    outline: 3PX solid var( --e-global-color-primary );
    outline-offset: 0;
        }
#s2it .elementor-widget-search .e-search-input-wrapper {
            padding-right: 0.125rem;
            justify-content: center;
        }
#s2it .elementor-widget-search input[type="search"] {

            height: calc(100% - 0.3125rem);
        }
#s2it .elementor-widget-search button[type="submit"] {

            margin-top: 0;
        }
.elementor-widget-facetwp-facet .facetwp-checkbox,
    .elementor-widget-facetwp-facet .facetwp-radio {

        padding:    .25rem 0;
        background: none;
    }
.elementor-widget-facetwp-facet .facetwp-checkbox.checked, .elementor-widget-facetwp-facet .facetwp-radio.checked {

            background:  none;
            font-weight: bold;
        }
.elementor-widget-facetwp-facet.--stitched .facetwp-facet {

            display:        flex;
            flex-direction: row;
            flex-wrap:      wrap;
            gap:            1rem;
        }
.elementor-widget-facetwp-facet.--stitched .facetwp-checkbox,
        .elementor-widget-facetwp-facet.--stitched .facetwp-radio {

    /* Leave PX uppercase */
    border:         1PX dashed var( --e-global-color-primary );
    border-radius:  0;
    outline:        1PX solid var( --e-global-color-primary );
    outline-offset: 2PX;
    transition: background-color 0.3s ease, color 0.3s ease;

            display:         flex;
            align-items:     center;
            gap:             0;
            cursor:          pointer;
            text-decoration: none;
            padding:         .25rem .5rem;
        }
.elementor-widget-facetwp-facet.--stitched .facetwp-checkbox::before, .elementor-widget-facetwp-facet.--stitched .facetwp-radio::before {
                display: none;
            }
.elementor-widget-facetwp-facet.--stitched .facetwp-checkbox:hover,
            .elementor-widget-facetwp-facet.--stitched .facetwp-checkbox:focus,
            .elementor-widget-facetwp-facet.--stitched .facetwp-radio:hover,
            .elementor-widget-facetwp-facet.--stitched .facetwp-radio:focus {

    border-color: var( --e-global-color-primary );
    background: var( --e-global-color-primary );
    color: var(--e-global-color-5c65a4a );
    outline: 1PX solid var( --e-global-color-primary );
            }
.elementor-widget-facetwp-facet.--stitched .facetwp-checkbox.checked, .elementor-widget-facetwp-facet.--stitched .facetwp-radio.checked {

    border: 1PX solid var( --e-global-color-primary );
    background: var( --e-global-color-primary );
    color: var(--e-global-color-5c65a4a );
    outline: 3PX solid var( --e-global-color-primary );
    outline-offset: 0;
            }
.elementor-widget-facetwp-facet.--stitched .facetwp-checkbox.checked:hover, 
                .elementor-widget-facetwp-facet.--stitched .facetwp-checkbox.checked:focus, 
                .elementor-widget-facetwp-facet.--stitched .facetwp-radio.checked:hover, 
                .elementor-widget-facetwp-facet.--stitched .facetwp-radio.checked:focus {

    border: 1PX solid var( --e-global-color-primary );
    background: var( --e-global-color-primary );
    color: var(--e-global-color-5c65a4a );
    outline: 3PX solid var( --e-global-color-primary );
    outline-offset: 0;
                }
.elementor-widget-facetwp-facet.--stitched .facetwp-checkbox .facetwp-counter, .elementor-widget-facetwp-facet.--stitched .facetwp-radio .facetwp-counter {

                position:  relative;
                top:       .2em;
                opacity:   .6;
                font-size: .7em;
            }
.elementor-widget-text-editor p:last-child, .elementor-widget-text-editor ul:last-child, .elementor-widget-text-editor ol:last-child {
            margin-bottom: 0;
        }
.elementor-widget-text-editor a {

        color: inherit;
        transition: all 0.3s ease;
    }
.elementor-widget-text-editor a:hover, 
        .elementor-widget-text-editor a:focus {

            color: inherit;
            opacity: 0.8;
        }