body[data-kw-shop-template="true"] .kw-legal {
  width: min(100% - 40px, 760px);
  margin: clamp(40px, 6vw, 88px) auto;
  color: #262625;
  font-size: 16px;
  line-height: 1.65;
}

body[data-theme-template*="page"] .kw-page-native {
  width: min(100% - 40px, 760px);
  margin: clamp(40px, 6vw, 88px) auto;
  color: #262625;
  font-size: 16px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

body[data-theme-template*="page"] .kw-page-native :where(h1, h2, h3) {
  color: inherit;
  font-weight: 500;
  line-height: 1.2;
}

body[data-theme-template*="page"] .kw-page-native h1 {
  margin: 0 0 0.8em;
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 400;
}

body[data-theme-template*="page"] .kw-page-native h2 {
  margin: 2.25em 0 0.65em;
  font-size: clamp(21px, 3vw, 28px);
}

body[data-theme-template*="page"] .kw-page-native :where(p, ul, ol) {
  margin-block: 0 1em;
}

body[data-theme-template*="page"] .kw-page-native img {
  max-width: 100%;
  height: auto;
}

body[data-theme-template*="page"] .kw-page-native a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

body[data-theme-template*="page"] .kw-page-native a:focus-visible {
  outline: 2px solid #262625;
  outline-offset: 4px;
}

body[data-kw-shop-template="true"] .kw-legal__header {
  margin-bottom: clamp(30px, 5vw, 54px);
}

body[data-kw-shop-template="true"] .kw-legal__eyebrow {
  margin: 0 0 14px;
  color: #686864;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body[data-kw-shop-template="true"] .kw-legal h1 {
  margin: 0;
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 400;
  line-height: 1.08;
}

body[data-kw-shop-template="true"] .kw-legal h2 {
  margin: 2.25em 0 0.65em;
  font-size: clamp(21px, 3vw, 28px);
  font-weight: 500;
  line-height: 1.25;
}

body[data-kw-shop-template="true"] .kw-legal p {
  margin: 0 0 1em;
}

body[data-kw-shop-template="true"] .kw-legal__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin: 0 0 34px;
}

body[data-kw-shop-template="true"] .kw-legal__socials a {
  min-height: 44px;
}

body[data-kw-shop-template="true"] .kw-legal a,
.kw-legal-links a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

body[data-kw-shop-template="true"] .kw-legal a:focus-visible,
.kw-legal-links a:focus-visible {
  outline: 2px solid #262625;
  outline-offset: 4px;
}

body[data-kw-shop-template="true"] .kw-legal__details {
  margin: 0;
  border-top: 1px solid #d9d9d4;
}

body[data-kw-shop-template="true"] .kw-legal__details > div {
  display: grid;
  grid-template-columns: minmax(150px, 0.45fr) 1fr;
  gap: 24px;
  padding: 15px 0;
  border-bottom: 1px solid #d9d9d4;
}

body[data-kw-shop-template="true"] .kw-legal__details dt {
  color: #686864;
}

body[data-kw-shop-template="true"] .kw-legal__details dd {
  margin: 0;
}

.kw-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 22px;
  font-size: 13px;
}

@media (hover: hover) {
  body[data-kw-shop-template="true"] .kw-legal a:hover,
  .kw-legal-links a:hover {
    text-decoration-thickness: 2px;
  }
}

@media (max-width: 560px) {
  body[data-theme-template*="page"] .kw-page-native,
  body[data-kw-shop-template="true"] .kw-legal {
    width: min(100% - 28px, 760px);
    font-size: 15px;
  }

  body[data-kw-shop-template="true"] .kw-legal__details > div {
    display: block;
  }

  body[data-kw-shop-template="true"] .kw-legal__details dd {
    margin-top: 4px;
  }
}
