/** Shopify CDN: Minification failed

Line 18:13 Expected identifier but found whitespace
Line 18:15 Unexpected "{"
Line 18:24 Expected ":"
Line 19:8 Expected identifier but found whitespace
Line 19:10 Unexpected "{"
Line 19:19 Expected ":"
Line 125:9 Expected identifier but found whitespace
Line 125:10 Unexpected "1px"
Line 125:21 Unexpected "{"
Line 125:30 Expected ":"
... and 9 more hidden warnings

**/
/* START_SECTION:footer-riot (INDEX:17) */
.riot-footer {
  background: {{ section.settings.bg_color }};
  color: {{ section.settings.text_color }};
  padding: 2.75rem 1.5rem 3.25rem;
}
.riot-footer a:hover {
  opacity: 0.7;
}
.riot-footer__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "brand"
    "grid"
    "pays"
    "legal";
}
.riot-footer__brand { grid-area: brand; }
.riot-footer__grid { grid-area: grid; }
.riot-footer__payments { grid-area: pays; }
.riot-footer__legal { grid-area: legal; }
.riot-footer__brand {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
.riot-footer__rule {
  flex: 1 1 auto;
  min-width: 60px;
  height: 2px;
  background: #111111;
  opacity: 0.45;
}
.riot-footer__logo {
  flex: 0 0 auto;
}
.riot-footer__logo img {
  display: block;
  max-height: 72px;
  width: auto;
  margin: 0 auto;
}
.riot-footer__wordmark {
  font-size: 2rem;
  letter-spacing: 0.12em;
  font-weight: 700;
  white-space: nowrap;
}
.riot-footer__nav {
  display: flex;
  justify-content: center;
  gap: 2.25rem;
  margin-bottom: 2.75rem;
}
.riot-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
}
@media screen and (min-width: 750px) {
  .riot-footer__inner {
    grid-template-columns: 1fr 1.2fr 1fr;
    grid-template-areas:
      "brand brand brand"
      "grid grid grid"
      ". pays ."
      "legal legal legal";
  }
  .riot-footer__grid {
    grid-template-columns: 1fr 1.2fr 1fr;
  }
}
.riot-footer__col--left,
.riot-footer__col--right {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.riot-footer__col--left {
  align-items: flex-start;
  text-align: left;
}
.riot-footer__col--right {
  align-items: flex-end;
  text-align: right;
  gap: 0.7rem;
}
.riot-footer__col--right p {
  margin: 0;
}
.riot-footer__address {
  max-width: 18rem;
}
.riot-footer__col--center {
  text-align: center;
}
.riot-footer__signup-title {
  margin: 0 0 0.85rem;
}
.riot-footer__form {
  display: flex;
  align-items: center;
  max-width: 340px;
  margin: 0 auto;
  border: 1px solid {{ section.settings.accent_color }};
  background: transparent;
}
.riot-footer__form input[type="email"] {
  flex: 1;
  border: 0;
  background: transparent;
  color: {{ section.settings.text_color }};
  padding: 0.75rem 0.9rem;
  text-transform: uppercase;
}
.riot-footer__form input[type="email"]::placeholder {
  color: {{ section.settings.text_color }};
  opacity: 0.55;
}
.riot-footer__form button {
  border: 0;
  background: transparent;
  color: {{ section.settings.text_color }};
  padding: 0.75rem 0.9rem;
  cursor: pointer;
}
.riot-footer__form-msg {
  width: 100%;
  margin: 0.5rem 0 0;
}
.riot-footer__payments {
  margin-top: 1.75rem;
  display: flex;
  justify-content: center;
}
.riot-footer__payments {
  margin-top: 1.75rem;
  display: flex;
  justify-content: center;
}
.riot-footer__legal {
  margin: 1.5rem 0 0;
  text-align: center;
  font-size: 13px !important;
  letter-spacing: 0.04em;
  opacity: 0.7;
}
.riot-footer__payments .list-payment {
  justify-content: center;
}
.riot-footer__icon {
  margin-right: 0.35rem;
}
@media screen and (max-width: 749px) {
  .riot-footer__grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .riot-footer__col--left,
  .riot-footer__col--right {
    align-items: center;
    text-align: center;
  }
  .riot-footer__payments {
    margin-top: 2rem;
  }
}
/* END_SECTION:footer-riot */
