body {
  margin: 0;
  font-family: 'Rubik Dirt', cursive;
  font-weight: 400;
  color: #f5f5f5;
  background-color: #121212;
  text-transform: none;
  font-style: normal;
  text-align: inherit;
  font-size: 19px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

p {
  font-family: 'Rubik Dirt', cursive;
  font-size: 1.15rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Rubik Dirt', cursive;
  letter-spacing: 0.08em;
  line-height: 1.2;
}

#ed-2352109950 {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#ed-2352109950 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}

.ed-element.preset-footer-saga-v3-default {
  justify-content: center;
  align-items: center;
  align-content: center;
  background: #212426;
}

@media (min-width: 1200px) {
  #about-1 {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 1200px) {
  #ed-2352525662 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.product-grid-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.product-card {
  display: flex;
  justify-content: center;
}

.product-card-inner {
  width: 100%;
  max-width: 420px;
  text-align: center;
}

.product-card-inner img {
  display: block;
  width: 100%;
  height: auto;
}

.product-btn {
  margin-top: 1rem;
  min-width: 180px;
  border-width: 2px;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
}

@media (max-width: 767.98px) {
  .product-grid-wrap {
    max-width: 520px;
  }
}

