/** Shopify CDN: Minification failed

Line 13:0 Unexpected "{"
Line 13:1 Expected identifier but found "%"
Line 14:2 Unexpected "{"
Line 14:3 Expected identifier but found "%"
Line 15:2 Unexpected "{"
Line 15:3 Expected identifier but found "%"
Line 16:0 Unexpected "{"
Line 16:1 Expected identifier but found "%"

**/
{% if true %}
  {% section 'main-404' %}
  {% break %}
{% endif %}.list-payment {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -0.5rem 0;
  padding-top: 1rem;
  padding-left: 0;
}

@media screen and (min-width: 750px) {
  .list-payment {
    justify-content: flex-end;
    margin: -0.5rem;
    padding-top: 0;
  }
}

.list-payment__item {
  align-items: center;
  display: flex;
  padding: 0.5rem;
}
