/** Shopify CDN: Minification failed

Line 8:21 Expected identifier but found "#e9e6e2"
Line 36:0 Expected "}" to go with "{"

**/
body {
    background-color:#e9e6e2
  /* Make container full width */
.container {
  width: 100%; /* Ensures the container spans the entire page width */
  margin: 0 auto; /* Optional: if you still want to center the content */
  padding: 0 15px; /* Optional: to add some space to the left and right */
}

/* Remove padding on sections */
.page-section {
  padding-left: 0;
  padding-right: 0;
}

/* Ensure content elements fill the section */
.section-content {
  display: flex;
  justify-content: space-between; /* Spread content evenly */
  flex-wrap: wrap; /* Ensure wrapping if needed */
}

.section-content > * {
  width: 33%; /* Or adjust depending on your content layout */
  box-sizing: border-box;
}
.container {
  width: 100% !important;
}
