.elementor-700 .elementor-element.elementor-element-35d4aef0{--display:flex;}.elementor-700 .elementor-element.elementor-element-35d4aef0:not(.elementor-motion-effects-element-type-background), .elementor-700 .elementor-element.elementor-element-35d4aef0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-text );}.elementor-700 .elementor-element.elementor-element-752d213f{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-700 .elementor-element.elementor-element-752d213f a{color:var( --e-global-color-accent );}/* Start custom CSS for text-editor, class: .elementor-element-752d213f *//* Target the specific widget by its unique ID */
.elementor-element-752d213f.elementor-widget-text-editor .elementor-widget-container {
    color: #000000 !important;
}

/* Ensure any links or spans inside also turn black */
.elementor-element-752d213f.elementor-widget-text-editor .elementor-widget-container *,
.elementor-element-752d213f.elementor-widget-text-editor .elementor-widget-container p,
.elementor-element-752d213f.elementor-widget-text-editor .elementor-widget-container a {
    color: #000000 !important;
}

div.quantity[data-type] input[type=number] {
    -moz-appearance: textfield;
    color: black;
}
.quantity[data-type="type-2"] {
    --quantity-arrows-initial-color: #000;
}
.quantity[data-type="type-2"] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #ddd; /* Adds the box border if missing */
    padding: 0 !important;
    width: auto !important;
    max-width: 100px; /* Adjust to fit the +/- and the number */
    color: #000;
}
/* 1. The 'Body' prefix adds extra specificity so the theme can't ignore it */
body .quantity[data-type="type-2"] {
    --quantity-arrows-initial-color: #000000 !important;
}
/* Style the Proceed to Checkout button to be Black & Bold */
.checkout-button.button.alt.wc-forward {
    background-color: #000000 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
    padding: 15px !important;
    border-radius: 0px !important; /* Sharp for that luxury feel */
}
.checkout-button.button.alt.wc-forward {
    background-color: #000000 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
    padding: 15px !important;
    border-radius: 0px !important;

    /* Add these to fix the vertical centering */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 50px !important; /* Forces a consistent height */
}
/* 1. Hide the hidden line break that is pushing the text down */
.checkout-button.button.alt.wc-forward br {
    display: none !important;
}

/* 2. Reset the line-height so it doesn't add extra padding */
.checkout-button.button.alt.wc-forward {
    line-height: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 50px !important;
    padding: 0 15px !important; /* Vertical padding is now handled by flex/height */
}
/* 1. Target the paragraph container for the main button */
.wc-proceed-to-checkout p:first-child::after {
    content: "— OR —";
    display: block !important;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 2px;
    margin-top: 25px !important;
    margin-bottom: 15px !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* 2. Clear any conflicting margins from the express buttons */
#wc-stripe-express-checkout-element,
.wc-stripe-express-checkout-container {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.woocommerce-message
{
    background-color: rgba(0, 0, 0, 1);
}/* End custom CSS */