body {
  background-color: #f8f8f8; /* Slightly greyish white */
  font-family: sans-serif; /* Default font */
  margin: 0;
  padding: 20px;
}

/* Center the main content block */
main {
  display: block; /* Ensure it's a block element */
  width: 90%; /* Responsive width */
  max-width: 960px; /* Max width for larger screens */
  margin: 0 auto; /* Center the block horizontally */
}

h1 {
  font-family: 'Montserrat', Verdana, sans-serif;
  text-align: center; /* Ensure heading text is centered */
  margin-bottom: 20px;
  font-weight: normal;
}

/* Style Ecwid widgets within the main container */
.ec-cart-widget,
#my-store-1408118 {
  display: block; /* Ensure they behave as blocks for layout */
  width: 100%; /* Take full width of the parent 'main' */
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; /* Add some spacing */
  clear: both; /* Prevent potential floating issues */
}

/* Ensure categories menu takes space */

/* ElevenLabs Convai widget styles removed */
