aside {
  padding: var(--page-padding);
  background-color: var(--lttrshop-side-color);
  color: var(--lttrshop-text-color);
}

aside a {
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  aside .lttrshop-cart-summary-total .lttrshop-original-price {
    padding-right: var(--lttrshop-space-xxl);
  }

  aside .lttrshop-cart-summary-total .lttrshop-item:last-of-type .lttrshop-original-price {
    padding-right: var(--lttrshop-space-l);
  }
}

@media screen and (max-width: 599px) {
  aside {
    width: 100%;
  }

  aside .order-state {
    display: none;
  }
}