diff --git a/parts/checkout-header.html b/parts/checkout-header.html
index 62ad175..ce68ed4 100644
--- a/parts/checkout-header.html
+++ b/parts/checkout-header.html
@@ -1,10 +1,3 @@
-
-
+
+
\ No newline at end of file
diff --git a/templates/page-checkout.html b/templates/page-checkout.html
index d570f98..51ad7a7 100644
--- a/templates/page-checkout.html
+++ b/templates/page-checkout.html
@@ -1,9 +1,9 @@
+
-
-
-
-
+
+
+
\ No newline at end of file
diff --git a/theme.json b/theme.json
index 3f8f7d3..d784631 100644
--- a/theme.json
+++ b/theme.json
@@ -313,6 +313,39 @@
"fontSize": "var(--wp--preset--font-size--standard)",
"fontWeight": "300"
}
+ },
+ "woocommerce/mini-cart-checkout-button-block": {
+ "color": {
+ "background": "var(--wp--preset--color--background)",
+ "text": "var(--wp--preset--color--foreground)"
+ },
+ "elements": {
+ "link": {
+ "color": {
+ "text": "var(--wp--preset--color--foreground)"
+ }
+ }
+ },
+ "variations": {
+ "outline": {
+ "color": {
+ "background": "var(--wp--preset--color--background)",
+ "text": "var(--wp--preset--color--foreground)"
+ },
+ "elements": {
+ "link": {
+ "color": {
+ "text": "var(--wp--preset--color--foreground)"
+ }
+ }
+ }
+ }
+ }
+ },
+ "woocommerce/order-confirmation-billing-address": {
+ "border": {
+ "radius": "12px"
+ }
}
},
"color": {
@@ -325,20 +358,20 @@
"text": "var(--wp--preset--color--foreground)"
}
},
+ "h2": {
+ "typography": {
+ "fontFamily": "var(--wp--preset--font-family--eb-garamond)",
+ "fontSize": "var(--wp--preset--font-size--x-large)",
+ "fontStyle": "normal",
+ "fontWeight": "700",
+ "lineHeight": "1.0"
+ }
+ },
"heading": {
"color": {
"text": "var(--wp--preset--color--foreground)"
}
},
- "h2": {
- "typography": {
- "fontFamily": "var(--wp--preset--font-family--eb-garamond)",
- "fontSize": "var(--wp--preset--font-size--x-large)",
- "fontStyle": "normal",
- "fontWeight": "700",
- "lineHeight": "1.0"
- }
- },
"link": {
":hover": {
"color": {