html {
  scroll-behavior: smooth;
}

.online-store-splash {
  isolation: isolate;
}
.online-store-splash__header {
  padding: 2rem 1.25rem 8rem;
  background: linear-gradient(180deg, rgb(21, 41, 50) 0%, rgb(44, 70, 85) 100%);
  color: white;
}
.online-store-splash__header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 79rem;
  margin-inline: auto;
}
.online-store-splash__header hgroup {
  max-width: 40rem;
}
.online-store-splash__header h1 {
  margin: 0;
  text-transform: uppercase;
  text-wrap: balance;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 36em) {
  .online-store-splash__header h1 {
    font-size: 3.4rem;
  }
}
.online-store-splash__header h1 strong {
  color: #FFCF01;
}
.online-store-splash__header p {
  text-wrap: balance;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: bold;
}
@media (min-width: 36em) {
  .online-store-splash__header p {
    font-size: 1.5rem;
  }
}
.online-store-splash__header-img {
  display: none;
  max-width: 24rem;
}
@media (min-width: 36em) {
  .online-store-splash__header-img {
    display: block;
  }
}
.online-store-splash__content {
  max-width: 79rem;
  margin-inline: auto;
  padding: 0 1.25rem 1.25rem;
  -webkit-margin-before: -6rem;
          margin-block-start: -6rem;
}
@media (min-width: 60rem) {
  .online-store-splash__content {
    -webkit-margin-before: -9rem;
            margin-block-start: -9rem;
  }
}
.online-store-splash__cards {
  display: flex;
  align-items: center;
  justify-content: center;
}
.online-store-splash-card {
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 1rem;
  box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.5);
  color: #464646;
  padding: 1rem;
  max-width: 24rem;
}
@media (min-width: 36em) {
  .online-store-splash-card {
    padding: 1.8rem 3rem;
  }
}
.online-store-splash-card h2 {
  font-size: 1.1rem;
  margin: 1rem 0 0;
  text-transform: uppercase;
  line-height: 1.1;
  text-align: center;
  text-wrap: balance;
}
@media (min-width: 36em) {
  .online-store-splash-card h2 {
    font-size: 1.5rem;
  }
}
.online-store-splash-card ul {
  padding: 0 0 0 1rem;
  -webkit-margin-after: 1.5rem;
          margin-block-end: 1.5rem;
}
.online-store-splash-card li {
  font-size: 0.825rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 36em) {
  .online-store-splash-card li {
    font-size: 1rem;
  }
}
.online-store-splash-card--primary {
  grid-area: primary;
  border: 3px solid #CFAA0B;
  z-index: 2;
}
.online-store-splash-card--secondary {
  grid-area: secondary;
  -webkit-padding-start: 2rem;
          padding-inline-start: 2rem;
  -webkit-margin-start: -1rem;
          margin-inline-start: -1rem;
}
@media (min-width: 36em) {
  .online-store-splash-card--secondary {
    padding: 1.8rem 3rem;
    -webkit-padding-start: 3.8rem;
            padding-inline-start: 3.8rem;
  }
}
.online-store-splash-card--img {
  position: relative;
  -webkit-padding-before: 2rem;
          padding-block-start: 2rem;
}
@media (min-width: 36em) {
  .online-store-splash-card--img h2 {
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
  }
}
.online-store-splash-card__img {
  position: absolute;
  translate: -50% -50%;
  top: 0;
  left: 50%;
  width: 4rem;
  height: auto;
}
@media (min-width: 36em) {
  .online-store-splash-card__img {
    width: 5rem;
  }
}
.online-store-splash__button {
  display: block;
  padding: 0.7rem 0.5rem 0.5rem;
  border: 3px solid #b21c18;
  border-radius: 0.5rem;
  font-size: 0.7rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  color: #b21c18;
  transition: background-color 150ms ease;
}
.online-store-splash__button:hover, .online-store-splash__button:focus {
  background-color: #fce7e7;
}
@media (min-width: 36em) {
  .online-store-splash__button {
    font-size: 1rem;
  }
}
.online-store-splash__button--filled {
  background-color: #b21c18;
  color: white;
}
.online-store-splash__button--filled:hover, .online-store-splash__button--filled:focus {
  background-color: #c8201b;
}
.online-store-splash__button--tag {
  position: relative;
}
.online-store-splash__button--tag:before {
  content: attr(data-tag);
  position: absolute;
  display: block;
  top: -0.25rem;
  left: 50%;
  translate: -50% -75%;
  padding: 0.25em 0.5em 0.125em;
  border-radius: 0.5em;
  background-color: #FFCF01;
  text-transform: uppercase;
  font-weight: bold;
  color: black;
  font-size: 0.75em;
}
@media (min-width: 415px) {
  .online-store-splash__button--tag:before {
    translate: -50% -50%;
  }
}
@media (min-width: 36em) {
  .online-store-splash__button--tag:before {
    translate: -50% -75%;
  }
}
@media (min-width: 643px) {
  .online-store-splash__button--tag:before {
    translate: -50% -50%;
  }
}
.online-store-splash__button + .online-store-splash__button {
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
}
.online-store-splash-form {
  scroll-margin-block-start: 8rem;
  max-width: 24rem;
  margin-inline: auto;
  padding: 2rem 1rem;
}
.online-store-splash-form__instructions {
  text-align: center;
  font-weight: bold;
}
.online-store-splash-form .field {
  position: relative;
  padding-bottom: 1.5rem;
  max-width: 32rem;
}
.online-store-splash-form .field label {
  display: block;
  position: absolute;
  top: 0.2rem;
  left: 0.25rem;
  font-style: italic;
  padding: 0.25rem;
  color: #747474;
  line-height: 1;
  transition-property: transform, font-size, background-color;
  transition-duration: 150ms;
  transition-timing-function: ease;
  font-size: 0.875rem;
  background-color: #fff;
  transform: translateY(-75%);
}
.online-store-splash-form .field input {
  width: 100%;
  height: 2.8125rem;
  padding: 0.5rem;
  max-width: 100%;
}
.online-store-splash-form .field input:-moz-placeholder-shown + label {
  font-size: 1rem;
  background-color: rgba(0, 0, 0, 0);
  transform: translateY(25%);
  pointer-events: none;
}
.online-store-splash-form .field input:-ms-input-placeholder + label {
  font-size: 1rem;
  background-color: rgba(0, 0, 0, 0);
  transform: translateY(25%);
  pointer-events: none;
}
.online-store-splash-form .field input:placeholder-shown + label {
  font-size: 1rem;
  background-color: rgba(0, 0, 0, 0);
  transform: translateY(25%);
  pointer-events: none;
}
.online-store-splash-form .field input:focus + label {
  font-size: 0.875rem;
  background-color: #fff;
  transform: translateY(-75%);
}
.online-store-splash-form .field__error {
  display: flex;
  gap: 0.125em;
  padding: 0.125rem;
  color: #b21c18;
  font-weight: bold;
}
.online-store-splash-form .field__error:before {
  content: "! ";
  display: inline-block;
  height: 1.25em;
  font-size: 0.9em;
  aspect-ratio: 1/1;
  -webkit-margin-end: 0.25rem;
          margin-inline-end: 0.25rem;
  background-color: #b21c18;
  border-radius: 50%;
  color: white;
  text-align: center;
}
.online-store-splash-form .field__error:empty {
  display: none;
}
.online-store-splash-form .disclaimer {
  font-size: 0.825rem;
}
.online-store-splash-form .button {
  display: block;
  width: 100%;
  margin-block: 1rem;
}