.elementor-62 .elementor-element.elementor-element-1ed8a829{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for container, class: .elementor-element-1ed8a829 *//* ==========================================================================
   ROYAL ORGANIC MINIMALIST FIX - ONLY HEADER, FOOTER, BUTTON & SUMMARY
   ========================================================================== */

/* --- 1. PREMIUM HEADER & FOOTER STYLING --- */
.checkout-minimal-header {
    text-align: center !important;
    padding: 25px 10px !important;
    background: #ffffff !important;
    border-bottom: 1px solid rgba(180, 83, 9, 0.1) !important;
    width: 100% !important;
}
.checkout-minimal-header img {
    max-width: 145px !important;
    height: auto !important;
}

.checkout-minimal-footer {
    text-align: center !important;
    padding: 35px 15px !important;
    background: #2b1b19 !important; /* Premium Dark Chocolate background */
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif !important;
    margin-top: 50px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}
.checkout-footer-links a {
    color: #e7e5e4 !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    margin: 0 10px !important;
    transition: color 0.2s ease !important;
}
.checkout-footer-links a:hover {
    color: #b45309 !important; /* Honey Gold Hover */
}
.checkout-secure-text {
    font-size: 12px !important;
    color: #b45309 !important;
    font-weight: 600 !important;
    margin: 15px 0 5px 0 !important;
}
.checkout-copy {
    font-size: 11px !important;
    color: #a8a29e !important;
    margin: 0 !important;
}

/* --- 2. ORDER SUMMARY / SELECTED PRODUCTS BOX (SIDEBAR) --- */
.wc-block-checkout__aside,
.wc-block-components-sidebar,
.wc-block-cart-items,
.wc-block-components-product-table {
    border: 1px solid rgba(180, 83, 9, 0.15) !important; /* Soft honey border */
    border-radius: 16px !important;
    background-color: #fffdfb !important; /* Luxury Soft Ivory Tint */
    padding: 24px !important;
    box-shadow: 0 4px 22px rgba(43, 27, 25, 0.02) !important;
    box-sizing: border-box !important;
}

/* Typography Inside Product Summary */
.wc-block-components-product-name, 
.wc-block-components-product-name a {
    color: #2b1b19 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item .wc-block-components-formatted-money,
.wc-block-components-product-price__value, 
.wc-block-components-formatted-money,
ins .wc-block-components-formatted-money {
    color: #b45309 !important; /* Highlighted Prices */
    font-weight: 700 !important;
}

/* --- 3. THE MASTER "PLACE ORDER" & CART ACTION BUTTONS --- */
.wc-block-cart__submit a, 
.wc-block-cart__submit-button,
.wp-block-button__link.wc-block-cart__submit-button,
.wc-block-checkout__actions button,
.wc-block-components-checkout-button,
.wc-block-components-checkout-button--checkout,
button.wc-block-templates-checkout__submit-button,
.wp-block-button__link.wc-block-components-checkout-button {
    background: linear-gradient(135deg, #2b1b19 0%, #442f2d 100%) !important; /* Branded Chocolate Gradient */
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    padding: 18px 28px !important;
    border-radius: 12px !important;
    width: 100% !important;
    border: none !important;
    box-shadow: 0 5px 22px rgba(43, 27, 25, 0.18) !important;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1) !important;
    cursor: pointer !important;
    display: block !important;
    text-align: center !important;
}

/* Button Hover State Glow */
.wc-block-cart__submit a:hover, 
.wc-block-cart__submit-button:hover,
.wc-block-checkout__actions button:hover,
button.wc-block-templates-checkout__submit-button:hover {
    background: linear-gradient(135deg, #b45309 0%, #78350f 100%) !important; /* Honey Gold Glow */
    box-shadow: 0 10px 30px rgba(180, 83, 9, 0.4) !important;
    transform: translateY(-2px) !important;
}

/* --- 4. MOBILE BUTTON RESPONSIVENESS --- */
@media (max-width: 768px) {
    .wc-block-cart__submit a, 
    .wc-block-checkout__actions button,
    button.wc-block-templates-checkout__submit-button {
        padding: 16px 15px !important;
        font-size: 16px !important;
    }
    .checkout-footer-links a {
        display: inline-block;
        margin: 5px !important;
        font-size: 12px !important;
    }
}/* End custom CSS */