.row {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.rs-shop-container .row {
  align-items: center;
}

.rs-shop-subheader {
  color: #6e6e73;
  font-family:
    SF Pro Display,
    SF Pro Icons,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.007em;
  line-height: 1.1428571429;
}
.rs-shop-subheader {
  max-width: 317px;
  text-align: right;
}

.rs-shop-subheader {
  text-align: end;
}

.rs-shop-chatstore-section {
  align-content: flex-end;
  display: flex;
  flex-flow: column wrap;
  padding: 90px 0 74px;
}

.rs-shop-chatstore-section {
  padding-bottom: 54px;
}

.rs-shop-container .rs-shop-chatstore-section {
  inset-inline-end: 0;
  position: absolute;
}

@media (max-width: 833px) {
  .large-8 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .large-4 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .as-l-container {
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 87.5%;
  }
  .rs-shop-container {
    min-height: auto;
  }
  .rs-shop-container.rs-shop-container-withchatandstore {
    min-height: auto;
  }

  .rs-storehome .rs-shop-container.rs-shop-container-withchatandstore {
    min-height: auto;
  }

  .rs-shop-header-section {
    max-width: none;
    padding-bottom: 0;
    padding-top: 56px;
  }

  .rs-shop-header {
    font-family:
      SF Pro Display,
      SF Pro Icons,
      Helvetica Neue,
      Helvetica,
      Arial,
      sans-serif;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: -0.003em;
    line-height: 1.0834933333;
  }

  .rs-shop-chatstore-section {
    align-content: flex-start;
    padding-bottom: 48px;
    padding-top: 0;
  }

  .rs-shop-container .rs-shop-chatstore-section {
    padding-bottom: 28px;
    position: relative;
  }

  .rs-shop-subheader {
    font-family:
      SF Pro Display,
      SF Pro Icons,
      Helvetica Neue,
      Helvetica,
      Arial,
      sans-serif;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0.011em;
    line-height: 1.1904761905;
  }

  .rs-shop-subheader {
    max-width: 300px;
    padding-top: 8px;
    text-align: var(--r-sk-start);
  }

  .rs-shop-subheader {
    text-align: start;
  }
}
