/* Final checkout step: the CTA must never be clipped by the sticky summary. */
@media (min-width: 768px) {
  html body.desktop.ordering-process.in-krok-2 #checkoutSidebar > .cart-content {
    position: static !important;
    top: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  html body.desktop.ordering-process.in-krok-2
    #checkoutSidebar .next-step--step-2 {
    display: flex !important;
    width: 100% !important;
    margin-top: 20px !important;
  }

  html body.desktop.ordering-process.in-krok-2 #checkoutSidebar #submit-order {
    display: flex !important;
    width: 100% !important;
    min-height: 58px !important;
  }
}
