.elementor-5469 .elementor-element.elementor-element-53b8736{--display:flex;--margin-top:120px;--margin-bottom:120px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS */nav.checkout-breadcrumbs {
            position: relative; /* Ensures the element is in the normal document flow */
            clear: both;      /* Prevents issues with floating elements from the menu */
            padding-top: 60px !important;  /* Adjust this value as needed! */
            margin-bottom: 2em; /* Adds some space below the breadcrumbs */
        }


        /* --- Fix #2: Add Space Below "Proceed to Checkout" Button --- */
        /*
         * This code adds a small margin to the bottom of the "Proceed to checkout" button,
         * preventing it from overlapping with the PayPal and other payment buttons below it.
         * The !important rule helps ensure this style overrides any theme defaults.
        */
        .wc-proceed-to-checkout .checkout-button {
            margin-bottom: 15px !important;
        }/* End custom CSS */