.anchor-nav {
  --anchor-nav-offset: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3rem;
}
.anchor-nav__menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
  position: sticky;
  top: var(--anchor-nav-offset);
}
.anchor-nav__title {
  margin-bottom: 1rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  --tw-text-opacity: 1;
  color: rgb(107 107 107 / var(--tw-text-opacity, 1));
}
.anchor-nav__item {
  margin-bottom: 0.75rem;
}
.anchor-nav__list {
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.anchor-nav__list a {
  font-weight: 500;
  color: var(--text-secondary-color);
}
@media screen and (max-width: 1024px) {
  .anchor-nav__list a {
    color: var(--text-secondary-color);
  }
}
.anchor-nav__link {
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-decoration-line: none;
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  color: var(--text-primary-color);
}
.anchor-nav__link.is-active, .anchor-nav__link:hover {
  --tw-text-opacity: 1;
  color: rgb(19 19 19 / var(--tw-text-opacity, 1));
}
.anchor-nav__link.is-active {
  font-weight: 600;
}
.anchor-nav__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  min-width: 0;
}
.anchor-nav p {
  font-weight: 400;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .anchor-nav p {
    font-weight: 300;
  }
}
.anchor-nav p {
  line-height: 26px;
}
.anchor-nav li {
  line-height: 26px;
}

br {
  line-height: 1;
}

.experience-commerce_assets-anchorNavLayout {
  padding-bottom: 60px;
}

@media (min-width: 320px) and (max-width: 1023px) {
  .experience-commerce_assets-anchorNavLayout {
    padding-bottom: 30px;
  }
}

.experience-commerce_assets-anchorNavLayout {
  border-bottom: 1px solid #e7e7e7;
}

.anchor-section {
  scroll-margin-top: calc(var(--anchor-nav-offset) + 20px);
  margin-bottom: 10px;
  margin-top: 1rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity, 1));
  padding-bottom: 10px;
}
.anchor-section:last-child {
  margin-bottom: 0px;
  border-width: 0px;
  padding-bottom: 0px;
}
.anchor-section__title {
  margin-bottom: 1rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 500;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .anchor-section__title {
    font-size: 26px;
  }
}
.anchor-section__title {
  color: var(--text-primary-color);
  margin-top: 0;
}
.anchor-section__body {
  font-size: 17px;
  line-height: 1.625;
  color: var(--text-secondary-color);
}
.anchor-section__body ul {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  list-style-type: disc;
  padding-left: 5px;
  margin-left: 1em;
}
.anchor-section__media {
  margin-top: 2.25rem;
}
.anchor-section__img {
  display: block;
  height: auto;
  width: 100%;
  border-radius: 1rem;
}

@media screen and (max-width: 1024px) {
  .anchor-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .anchor-nav__menu {
    position: static;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .anchor-nav__link {
    color: var(--text-secondary-color);
  }
}
