:root {
    --create-order-accent-color: #b4a163;
    --create-order-accent-color-contrast: #ffffff;
    --create-order-background-color: #ffffff;
    --create-order-text-color: #000;
    --create-order-letter-spacing: normal;
    --create-order-border-radius: 2px;

    --create-order-header-text-color: #ffffff;
    --create-order-header-background-color: #b4a163;

    --create-order-header-line-text-color: #000;
    --create-order-header-line-color: #b4a163;
    --create-order-header-font-size: 18px;
    --create-order-header-font-weight: 700;
    --create-order-header-margin: 0;
    --create-order-header-letter-spacing: 8px;
    --create-order-header-subtitle-text-transform: uppercase;

    --create-order-buttons-text-transform: none;
    --create-order-buttons-font-size: 14px;
    --create-order-buttons-font-weight: 400;

    --create-order-second-metal-top-margin: 0;
    --create-order-metal-border-radius: 0;
    --create-order-rrp-text-decoration: unset;
    --create-order-step-font-size: 10px;
    --create-order-large-tile-padding: 10px 15px;

    --create-order-summary-header-font-size: 20px;
    --create-order-summary-header-text-transform: none;
    --create-order-summary-lines-visibility: visible;
    --create-order-summary-product-font-size: inherit;
    --create-order-summary-indicator-of-360-display: none;

    --create-order-summary-button-width: unset;
    --create-order-summary-button-margin: 20px;
    --create-order-summary-cta-color: #000;
    --create-order-summary-cta-background-color: #ffffff;
}