#MainContent, body {
  background: transparent !important;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url("/cdn/shop/files/Screenshot_9-5-2026_11550_app.photoroom.com.jpg?v=177834273");
  background-repeat: repeat;
  background-size: 240px;
  opacity: 0.25;
  pointer-events: none;
  z-index: -1;
}