.elementor-2397 .elementor-element.elementor-element-7d85d8f{--display:flex;--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for container, class: .elementor-element-7d85d8f *//* 1. Fix spacing between PayPal and Proceed buttons */
.woocommerce .wc-proceed-to-checkout .checkout-button {
    margin-top: 20px !important;
}




/* 3. Fix quantity capsule layout */
.woocommerce .quantity {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px;
    border: 1px solid #FFCA61;
    border-radius: 50px;
    padding: 5px 15px;
    width: auto;
}

/* 4. Style the + and - buttons */
.woocommerce .quantity .minus,
.woocommerce .quantity .plus {
    font-size: 20px !important;
    line-height: 1 !important;
    padding: 0 8px !important;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

/* 5. Style the input field */
.woocommerce .quantity input.qty {
    text-align: center !important;
    border: none !important;
    width: 40px !important;
    font-size: 16px;
    background-color: transparent;
    padding: 0;
    margin: 0;
    -moz-appearance: textfield;
}

.woocommerce .quantity input.qty::-webkit-outer-spin-button,
.woocommerce .quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Ensure checkout button text is centered properly even with rogue <br> */
.woocommerce .wc-proceed-to-checkout .checkout-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 50px !important;
    padding: 0 30px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    text-align: center !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    border-radius: 50px !important;
    position: relative !important;
}

/* Remove visual effect of <br> inside the button */
.woocommerce .wc-proceed-to-checkout .checkout-button br {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    line-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Make PayPal button fully rounded */
.woocommerce .paypal-button,
.woocommerce .paypal-button .button,
.woocommerce .wc-proceed-to-checkout .paypal-button {
    border-radius: 50px !important;
    overflow: hidden !important;
}/* End custom CSS */