Skip to content
This is a demo store for testing purposes — no orders shall be fulfilled. Dismiss
/* Add a banner */
body.homepage div#siteWrapper:before {
content: "";
background-image: https://gallorustico.com/wp-content/uploads/2025/03/alex-loup-6hgrfOJhr74-unsplash.jpg;
background-size: cover;
background-repeat: no-repeat;
display: block;
width: 100%;
height: 500px;
}
/* Add sticky header */
header#header {
position: sticky !important;
top: 0;
}