<style><!--
:root {
--bg-image: url("https://cdn.shopify.com/s/files/1/0592/2599/7463/products/Screenshot2022-02-14at18.59.09_1728x.png?v=1657217865");
}

html, body{
background-image: var(--bg-image);
background-size: contain;
}
--></style>