/** Shopify CDN: Minification failed

Line 59:0 Expected "*/" to terminate multi-line comment

**/
body {margin:0;}


.footer {
  list-style-type: none;
  font-size: 0.9rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  row-gap: 0rem;
  padding-top: 1rem;
  overflow: hidden;
  position: fixed;
  bottom:0;
  width: 100%;
    margin-right: 1rem;
      margin-left: 1rem;
  display: grid;
  justify-content: center;
  z-index: 1000;
  
}

/* Scoped to the footer 17 Sep 2026. These were bare `li` / `li a` selectors,
   and this stylesheet loads on every page, so they reached every list on the
   site — including the product grid, where the 0.5rem padding-right showed up
   as a gap between images. */
.footer li {
  float: left;
}

.footer li a {
  display: flex;
  text-align: left;
  padding-right: 0.5rem;
  text-decoration: none;
}

/* Add a media query for mobile-sized screens
@media screen and (max-width: 749px) {
  .footer {
  list-style-type: none;
  font-size: 0.9rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-right: 1rem;
      margin-left: 1rem;
  padding-top: 1rem;
  row-gap: 0rem;
  overflow: hidden;
  position: static !important;
  bottom: 0;
}
  }
