
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
}

.site-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

footer {
  margin-top: auto;
}













.container {
  max-width: 850px;
  margin: 0 auto;
  padding: 1rem;
  box-sizing: border-box;
}

p {
  line-height: 1.6;
  margin-bottom: 1.2rem;
}

a.shop {
  color: black;
  font-weight:600;
}

#scrollToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: black;
  color: white;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  text-decoration: none;
  display: none;
  z-index: 1000;
  transition: opacity 0.3s ease;
}


#scrollToTop:hover {
  background: rgba(0, 0, 0, 0.8);
}

/*
.lg-toolbar .lg-icon {
  display: none;
}
*/

.lg-sub-html {
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 0.95em; /* Optional: adjust font size for readability */
  line-height: 1.4;   /* Optional: improve vertical spacing */
}


body.stop-scroll {
  height: 100%;
  overflow: hidden;
}

.lg-backdrop,
.lg-outer {
  overscroll-behavior: none;
  touch-action: none;
}
