:export {
  mobileMax: 767px;
  tabletMax: 1023px;
  desktopMax: 1279px;
  largeMax: 1400px;
}
.cart--buttons {
  align-items: flex-end;
  flex-direction: row-reverse;
}
.cart--buttons .button {
  margin-bottom: 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .cart--buttons .button {
    margin: 0 auto 15px;
  }
}
