body.theme-online-shop {
  --shop-moss: #22352e;
  --shop-stone: #d8cec0;
  --shop-terracotta: #ba6c4e;
  --shop-oat: #f7f3ed;
  background: var(--shop-oat);
  font-family: "Manrope", "Segoe UI", system-ui, sans-serif;
}

.theme-online-shop h1,
.theme-online-shop h2,
.theme-online-shop h3,
.theme-online-shop .brand strong {
  font-family: "Manrope", "Segoe UI", system-ui, sans-serif;
  letter-spacing: -0.04em;
}

.theme-online-shop .hero {
  background:
    linear-gradient(90deg, rgba(34, 53, 46, 0.05) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(135deg, #fff9f0 0%, #e5ddd1 58%, #edf3ed 100%);
  color: var(--shop-moss);
}

.theme-online-shop h1 {
  max-width: 16ch;
}

.theme-online-shop .service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.theme-online-shop #products .gallery-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.theme-online-shop .service-card,
.theme-online-shop .area-panel,
.theme-online-shop .faq-card,
.theme-online-shop .contact-form {
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(34, 53, 46, 0.14);
  box-shadow: 0 16px 34px rgba(34, 53, 46, 0.07);
}

.theme-online-shop #products .service-card {
  border-top: 0.34rem solid var(--shop-terracotta);
}

.theme-online-shop .section-soft {
  background: #e7ddd0;
}

.theme-online-shop .button {
  border-radius: 999px;
}

.theme-online-shop .button-primary {
  background: var(--shop-moss);
}

@media (max-width: 920px) {
  .theme-online-shop #products .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 759px) {
  .theme-online-shop .service-grid,
  .theme-online-shop #products .gallery-grid {
    grid-template-columns: 1fr;
  }
}
