#buy-button {
    display: none;
}

#buy-button-wrapper {
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

/* reset button width */
button {
    width: unset;
}

#billing {
    margin-top: 0px;
}

.checkout-headline {
    display: none;
}

.form-wrapper {
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.designer {
    margin-bottom: 0px;
}

.checkout-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout-form-button {
    display: none;
}

#checkoutForm {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.new-input-group:has(#id_billing-country) {
    display: none;
}

#voucher-section {
    display: none;
}