body.woocommerce-checkout {
    background: #fffdf9 !important;
    color: #15120f !important;
}

.heikaya-native-checkout {
    width: 100%;
    padding: 58px 24px 80px;
    background: #fffdf9;
    color: #15120f;
}

.heikaya-native-checkout__inner {
    width: min(1440px, 100%);
    margin: 0 auto;
}

.heikaya-native-checkout__heading {
    margin: 0 0 34px;
    text-align: center;
}

.heikaya-native-checkout__heading h1 {
    margin: 0;
    color: #15120f;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(44px, 5vw, 70px);
    font-weight: 500;
    line-height: 1;
}

body.woocommerce-checkout form.checkout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
    gap: 34px;
    align-items: start;
}

body.woocommerce-checkout #customer_details,
body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout #order_review {
    float: none !important;
    width: 100% !important;
}

body.woocommerce-checkout #customer_details,
body.woocommerce-checkout #order_review {
    padding: 26px;
    border: 1px solid rgba(21,18,15,.14);
    border-radius: 18px;
    background: #fffdf9;
}

body.woocommerce-checkout #order_review_heading {
    margin: 0 0 14px;
    color: #15120f;
}

body.woocommerce-checkout .form-row input.input-text,
body.woocommerce-checkout .form-row textarea,
body.woocommerce-checkout .select2-container .select2-selection {
    border: 1px solid rgba(21,18,15,.24) !important;
    background: #fffdf9 !important;
    color: #15120f !important;
}

body.woocommerce-checkout table.shop_table,
body.woocommerce-checkout table.shop_table th,
body.woocommerce-checkout table.shop_table td,
body.woocommerce-checkout #payment {
    border-color: rgba(21,18,15,.12) !important;
    background: #fffdf9 !important;
    color: #15120f !important;
}

body.woocommerce-checkout #place_order {
    width: 100%;
    min-height: 56px;
    border: 1px solid #15120f !important;
    border-radius: 999px !important;
    background: #15120f !important;
    color: #fffdf9 !important;
    font-family: Montserrat, Arial, sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
}

body.woocommerce-checkout #place_order:hover {
    background: #fffdf9 !important;
    color: #15120f !important;
}

@media (max-width: 900px) {
    body.woocommerce-checkout form.checkout {
        grid-template-columns: 1fr;
    }

    .heikaya-native-checkout {
        padding: 38px 16px 60px;
    }
}
