/** Shopify CDN: Minification failed

Line 72:0 Expected "}" to go with "{"

**/

:root {
  --blue: #0018F9;
  --text-color: #0018F9;
}

/* === WRAPPER === */
.terms-wrapper {
  max-width: 650px;
  margin: 70px auto;
  padding: 0 24px;
  display: block;
  font-family: var(--font-body-family);
  color: var(--text-color);
  line-height: 1.55;
  letter-spacing: 0.05px;
  text-align: left;
}

/* === CONTAINER === */
.terms-container {
  display: block;
  padding: 0;
}

.terms-container::before {
  display: none !important;
}

.terms-column {
  padding: 0;
}

/* === TYPO === */
.terms-column h2 {
  color: var(--blue);
  font-weight: 600;
  margin-bottom: 14px;
  letter-spacing: 0.2px;
}

.terms-column h3 {
  color: var(--blue);
  font-size: 18px;
  font-weight: 600;
  margin-top: 22px;
  margin-bottom: 8px;
}

.terms-column p {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.55;
  letter-spacing: 0.1px;
  color: var(--blue);
}

.terms-column ul {
  list-style: none;
  padding-left: 1.2rem;
  margin-bottom: 10px;
}

.terms-column ul li::before {
  content: "• ";
  color: var(--blue);
