/* LUANA checkout step 2 - delivery and payment */
:root {
  --order-blue: #102d73;
  --order-blue-soft: #eef6ff;
  --order-blue-line: #d8e5f6;
  --order-text: #202638;
  --order-muted: #687385;
  --order-green: #0fa755;
  --order-green-dark: #08733a;
  --order-green-soft: #ecfff4;
  --order-red: #ed1c24;
}

/* Checkout step 2 final polish - delivery/payment layout and recap card */
body.in-krok-1.ordering-process .cart-header .step,
body.in-krok-2.ordering-process .cart-header .step {
  border-bottom-color: transparent !important;
}

body.in-krok-1.ordering-process .cart-header .step.active,
body.in-krok-2.ordering-process .cart-header .step.active {
  border-bottom-color: transparent !important;
}

body.in-krok-1.ordering-process .cart-header .step:before,
body.in-krok-1.ordering-process .cart-header .step span:before,
body.in-krok-1.ordering-process .cart-header .step span:after,
body.in-krok-2.ordering-process .cart-header .step:before,
body.in-krok-2.ordering-process .cart-header .step span:before,
body.in-krok-2.ordering-process .cart-header .step span:after {
  content: none !important;
  display: none !important;
}

body.in-krok-1.ordering-process .co-box .order-icon,
body.in-krok-1.ordering-process .co-box h4.order-icon,
body.in-krok-2.ordering-process .co-box .order-icon,
body.in-krok-2.ordering-process .co-box h4.order-icon {
  padding-left: 0 !important;
  background: none !important;
}

body.in-krok-1.ordering-process .co-box .order-icon:before,
body.in-krok-1.ordering-process .co-box h4.order-icon:before,
body.in-krok-2.ordering-process .co-box .order-icon:before,
body.in-krok-2.ordering-process .co-box h4.order-icon:before {
  content: none !important;
  display: none !important;
}

@media (min-width: 768px) {
  body.in-krok-1.ordering-process .cart-header,
  body.in-krok-2.ordering-process .cart-header {
    align-items: center !important;
    margin-bottom: 42px !important;
    padding-bottom: 0 !important;
  }

  body.in-krok-1.ordering-process .cart-header .step,
  body.in-krok-2.ordering-process .cart-header .step {
    min-height: 58px !important;
    align-items: center !important;
    padding-bottom: 0 !important;
  }

  body.in-krok-1.ordering-process .cart-header .step > a,
  body.in-krok-1.ordering-process .cart-header .step > strong,
  body.in-krok-2.ordering-process .cart-header .step > a,
  body.in-krok-2.ordering-process .cart-header .step > strong {
    min-height: 42px !important;
    gap: 16px !important;
  }

  body.in-krok-1.ordering-process .cart-header .step:not(:first-child):after,
  body.in-krok-2.ordering-process .cart-header .step:not(:first-child):after {
    top: 22px !important;
  }

  body.in-krok-1.ordering-process .shipping-billing-table .radio-wrapper {
    min-height: 60px !important;
  }

  body.in-krok-1.ordering-process .shipping-billing-table label {
    min-height: 60px !important;
    grid-template-columns: minmax(0, 1fr) 122px 92px !important;
    gap: 18px !important;
    padding: 12px 12px 12px 36px !important;
  }

  body.in-krok-1.ordering-process .shipping-billing-table .radio-wrapper.active label {
    padding-left: 48px !important;
  }

  body.in-krok-1.ordering-process .payment-logo {
    justify-self: start !important;
    text-align: left !important;
  }

  body.in-krok-1.ordering-process .payment-shipping-price {
    justify-self: stretch !important;
    min-width: 86px !important;
    color: var(--order-text) !important;
    text-align: left !important;
  }

  body.in-krok-1.ordering-process .payment-shipping-price.for-free {
    color: #168a2f !important;
  }

  body.in-krok-1.ordering-process .co-payment-method .radio-wrapper:has(.payment-logo img) label {
    min-height: 74px !important;
    grid-template-columns: minmax(0, 1fr) 96px !important;
    grid-template-rows: auto auto !important;
    align-items: center !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }

  body.in-krok-1.ordering-process .co-payment-method .radio-wrapper:has(.payment-logo img) .payment-info {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  body.in-krok-1.ordering-process .co-payment-method .radio-wrapper:has(.payment-logo img) .payment-logo {
    grid-column: 1 !important;
    grid-row: 2 !important;
    margin-top: 7px !important;
    justify-self: start !important;
  }

  body.in-krok-1.ordering-process .co-payment-method .radio-wrapper:has(.payment-logo img) .payment-logo img {
    max-width: 104px !important;
    max-height: 28px !important;
  }

  body.in-krok-1.ordering-process .co-payment-method .radio-wrapper:has(.payment-logo img) .payment-shipping-price {
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
    align-self: center !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar > .cart-content,
  body.in-krok-2.ordering-process #checkoutSidebar > .cart-content {
    overflow: hidden !important;
    border: 1px solid var(--order-blue-line) !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: 0 20px 46px rgba(16, 45, 115, .09) !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .order-summary,
  body.in-krok-2.ordering-process #checkoutSidebar .order-summary {
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.in-krok-1.ordering-process #summary-box,
  body.in-krok-2.ordering-process #summary-box {
    padding: 28px 30px 0 !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .cart-item,
  body.in-krok-2.ordering-process #checkoutSidebar .cart-item {
    grid-template-columns: minmax(0, 1fr) 52px 74px !important;
    gap: 10px 14px !important;
    padding: 16px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid var(--order-blue-line) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .cart-item-name,
  body.in-krok-1.ordering-process #checkoutSidebar .cart-item-amount,
  body.in-krok-1.ordering-process #checkoutSidebar .cart-item-price,
  body.in-krok-2.ordering-process #checkoutSidebar .cart-item-name,
  body.in-krok-2.ordering-process #checkoutSidebar .cart-item-amount,
  body.in-krok-2.ordering-process #checkoutSidebar .cart-item-price {
    min-width: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .cart-item-name .main-link,
  body.in-krok-2.ordering-process #checkoutSidebar .cart-item-name .main-link {
    color: #087ed0 !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .cart-item-amount,
  body.in-krok-1.ordering-process #checkoutSidebar .cart-item-price,
  body.in-krok-2.ordering-process #checkoutSidebar .cart-item-amount,
  body.in-krok-2.ordering-process #checkoutSidebar .cart-item-price {
    justify-self: end !important;
    text-align: right !important;
    white-space: nowrap !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .recapitulation-single,
  body.in-krok-1.ordering-process #checkoutSidebar .order-summary-item.helper,
  body.in-krok-2.ordering-process #checkoutSidebar .recapitulation-single,
  body.in-krok-2.ordering-process #checkoutSidebar .order-summary-item.helper {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 4px !important;
    padding: 9px 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .recapitulation-shipping-billing-label,
  body.in-krok-2.ordering-process #checkoutSidebar .recapitulation-shipping-billing-label {
    display: none !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .recapitulation-shipping-billing-info,
  body.in-krok-2.ordering-process #checkoutSidebar .recapitulation-shipping-billing-info {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 12px !important;
    align-items: center !important;
    justify-items: stretch !important;
    color: var(--order-text) !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    text-align: left !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .recapitulation-shipping-billing-info [data-testid="recapItemPrice"],
  body.in-krok-2.ordering-process #checkoutSidebar .recapitulation-shipping-billing-info [data-testid="recapItemPrice"] {
    justify-self: end !important;
    color: #168a2f !important;
    text-align: right !important;
    white-space: nowrap !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .order-summary-item.price,
  body.in-krok-2.ordering-process #checkoutSidebar .order-summary-item.price {
    margin: 18px 0 0 !important;
    padding: 26px 0 22px !important;
    border-top: 1px solid var(--order-blue-line) !important;
    background: transparent !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .price-wrapper,
  body.in-krok-2.ordering-process #checkoutSidebar .price-wrapper {
    align-items: start !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .price-label.price-primary,
  body.in-krok-2.ordering-process #checkoutSidebar .price-label.price-primary {
    padding-top: 4px !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .price.price-primary,
  body.in-krok-2.ordering-process #checkoutSidebar .price.price-primary {
    line-height: 1 !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .next-step,
  body.in-krok-2.ordering-process #checkoutSidebar .next-step {
    margin: 0 !important;
    padding: 0 30px 30px !important;
  }
}

#cboxOverlay,
#colorbox,
#cboxWrapper,
#cboxContent,
.packeta-widget,
.packeta-widget-overlay,
.packeta-selector-open,
.packetery-widget,
.zasilkovna-widget,
.zasilkovna-widget-overlay,
.branch-picker,
.branch-picker-overlay,
.delivery-point-widget,
.delivery-point-widget-overlay,
.shp-modal,
.shp-modal-container,
.shp-modal-wrapper,
.modal,
.modal-backdrop,
.ui-dialog,
.ui-widget-overlay,
.fancybox-container,
.fancybox-bg {
  z-index: 2147483000 !important;
}

/* Checkout modal stacking - final */
#cboxOverlay,
.modal-backdrop,
.ui-widget-overlay,
.fancybox-bg,
.packeta-widget-overlay,
.zasilkovna-widget-overlay,
.branch-picker-overlay,
.delivery-point-widget-overlay {
  z-index: 2147482990 !important;
}

#colorbox,
#cboxWrapper,
#cboxContent,
.packeta-widget,
.packetery-widget,
.zasilkovna-widget,
.branch-picker,
.delivery-point-widget,
.shp-modal,
.shp-modal-container,
.shp-modal-wrapper,
.modal,
.ui-dialog,
.fancybox-container,
[id*="packeta"],
[id*="Packeta"],
[id*="zasilkovna"],
[id*="Zasilkovna"],
[id*="pickup"],
[id*="Pickup"],
[class*="packeta"],
[class*="Packeta"],
[class*="zasilkovna"],
[class*="Zasilkovna"],
[class*="pickup"],
[class*="Pickup"],
[class*="branch"],
[class*="Branch"] {
  z-index: 2147483000 !important;
}

/* Checkout recap row alignment - final */
@media (min-width: 768px) {
  body.in-krok-1.ordering-process #checkoutSidebar .order-summary-item.helper,
  body.in-krok-2.ordering-process #checkoutSidebar .order-summary-item.helper {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 14px !important;
    align-items: center !important;
    padding: 14px 0 !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .order-summary-item.helper > div:last-child,
  body.in-krok-2.ordering-process #checkoutSidebar .order-summary-item.helper > div:last-child {
    justify-self: end !important;
    text-align: right !important;
    white-space: nowrap !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .recapitulation-single,
  body.in-krok-2.ordering-process #checkoutSidebar .recapitulation-single {
    display: block !important;
    padding: 8px 0 !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .recapitulation-shipping-billing-info,
  body.in-krok-2.ordering-process #checkoutSidebar .recapitulation-shipping-billing-info {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 16px !important;
    align-items: baseline !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .recapitulation-shipping-billing-info span:first-child,
  body.in-krok-2.ordering-process #checkoutSidebar .recapitulation-shipping-billing-info span:first-child {
    min-width: 0 !important;
    overflow-wrap: anywhere !important;
  }
}

/* Checkout recap row alignment - final */
@media (min-width: 768px) {
  body.in-krok-1.ordering-process #checkoutSidebar .order-summary-item.helper,
  body.in-krok-2.ordering-process #checkoutSidebar .order-summary-item.helper {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 14px !important;
    align-items: center !important;
    padding: 14px 0 !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .order-summary-item.helper > div:last-child,
  body.in-krok-2.ordering-process #checkoutSidebar .order-summary-item.helper > div:last-child {
    justify-self: end !important;
    text-align: right !important;
    white-space: nowrap !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .recapitulation-single,
  body.in-krok-2.ordering-process #checkoutSidebar .recapitulation-single {
    display: block !important;
    padding: 8px 0 !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .recapitulation-shipping-billing-info,
  body.in-krok-2.ordering-process #checkoutSidebar .recapitulation-shipping-billing-info {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 16px !important;
    align-items: baseline !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .recapitulation-shipping-billing-info span:first-child,
  body.in-krok-2.ordering-process #checkoutSidebar .recapitulation-shipping-billing-info span:first-child {
    min-width: 0 !important;
    overflow-wrap: anywhere !important;
  }
}

/* Checkout modal stacking - final */
#cboxOverlay,
.modal-backdrop,
.ui-widget-overlay,
.fancybox-bg,
.packeta-widget-overlay,
.zasilkovna-widget-overlay,
.branch-picker-overlay,
.delivery-point-widget-overlay {
  z-index: 2147482990 !important;
}

#colorbox,
#cboxWrapper,
#cboxContent,
.packeta-widget,
.packetery-widget,
.zasilkovna-widget,
.branch-picker,
.delivery-point-widget,
.shp-modal,
.shp-modal-container,
.shp-modal-wrapper,
.modal,
.ui-dialog,
.fancybox-container,
[id*="packeta"],
[id*="Packeta"],
[id*="zasilkovna"],
[id*="Zasilkovna"],
[id*="pickup"],
[id*="Pickup"],
[class*="packeta"],
[class*="Packeta"],
[class*="zasilkovna"],
[class*="Zasilkovna"],
[class*="pickup"],
[class*="Pickup"],
[class*="branch"],
[class*="Branch"] {
  z-index: 2147483000 !important;
}

#cboxOverlay,
.modal-backdrop,
.ui-widget-overlay,
.fancybox-bg,
.packeta-widget-overlay,
.zasilkovna-widget-overlay,
.branch-picker-overlay,
.delivery-point-widget-overlay {
  z-index: 2147482990 !important;
}

#colorbox,
#cboxWrapper,
#cboxContent,
.packeta-widget,
.packetery-widget,
.zasilkovna-widget,
.branch-picker,
.delivery-point-widget,
.shp-modal,
.shp-modal-container,
.shp-modal-wrapper,
.modal,
.ui-dialog,
.fancybox-container,
[id*="packeta"],
[id*="Packeta"],
[id*="zasilkovna"],
[id*="Zasilkovna"],
[id*="pickup"],
[id*="Pickup"],
[class*="packeta"],
[class*="Packeta"],
[class*="zasilkovna"],
[class*="Zasilkovna"],
[class*="pickup"],
[class*="Pickup"],
[class*="branch"],
[class*="Branch"] {
  z-index: 2147483000 !important;
}

body.in-krok-1.ordering-process {
  background: #fff !important;
  color: var(--order-text);
  font-family: "Source Sans 3", var(--template-font), Arial, sans-serif;
}

body.in-krok-1.ordering-process #content-wrapper.container {
  width: 100% !important;
  max-width: 1440px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

body.in-krok-1.ordering-process #content.content,
body.in-krok-1.ordering-process .content-inner {
  width: 100% !important;
  max-width: none !important;
}

body.in-krok-1.ordering-process .content-inner {
  padding-top: 26px !important;
  padding-bottom: 64px !important;
}

body.in-krok-1.ordering-process h1 {
  display: none !important;
}

body.in-krok-1.ordering-process .cart-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(350px, 390px);
  gap: 36px;
  align-items: start;
  margin: 0 !important;
}

body.in-krok-1.ordering-process .cart-row:before,
body.in-krok-1.ordering-process .cart-row:after {
  content: none !important;
  display: none !important;
}

body.in-krok-1.ordering-process .cart-row > .col-md-8,
body.in-krok-1.ordering-process .cart-row > .col-md-4,
body.in-krok-1.ordering-process .cart-row > [class*="col-"] {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.in-krok-1.ordering-process .cart-row > .col-md-8 > .cart-content,
body.in-krok-1.ordering-process #checkoutSidebar .order-summary {
  border: 1px solid var(--order-blue-line) !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0 18px 46px rgba(16, 45, 115, .07) !important;
}

body.in-krok-1.ordering-process .cart-row > .col-md-8 > .cart-content {
  padding: 36px 36px 34px !important;
}

body.in-krok-1.ordering-process #checkoutSidebar > .cart-content {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.in-krok-1.ordering-process .cart-header {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin: 0 0 34px !important;
  padding: 0 !important;
  border-bottom: 1px solid var(--order-blue-line) !important;
  counter-reset: none !important;
}

body.in-krok-1.ordering-process .cart-header .step {
  min-height: 72px;
  position: relative;
  display: flex !important;
  align-items: stretch;
  justify-content: flex-start;
  padding: 0 42px 18px 0 !important;
  border-bottom: 3px solid transparent !important;
  color: #7b8493 !important;
  font-family: "Exo 2", var(--template-headings-font), Arial, sans-serif;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.2;
  text-transform: uppercase;
  counter-increment: none !important;
}

body.in-krok-1.ordering-process .cart-header .step::marker,
body.in-krok-1.ordering-process .cart-header .step:before {
  content: none !important;
  display: none !important;
}

body.in-krok-1.ordering-process .cart-header .step > a,
body.in-krok-1.ordering-process .cart-header .step > strong {
  min-height: 54px;
  display: inline-flex !important;
  align-items: center;
  gap: 14px;
  color: inherit !important;
  font: inherit !important;
  text-decoration: none !important;
}

body.in-krok-1.ordering-process .cart-header .step > a:before,
body.in-krok-1.ordering-process .cart-header .step > strong:before {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: 2px solid #8d96a7 !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #687385 !important;
  font-family: "Exo 2", var(--template-headings-font), Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-indent: 0 !important;
  box-shadow: none !important;
}

body.in-krok-1.ordering-process .cart-header .step-1 > a:before,
body.in-krok-1.ordering-process .cart-header .step-1 > strong:before {
  content: "1" !important;
}

body.in-krok-1.ordering-process .cart-header .step-2 > a:before,
body.in-krok-1.ordering-process .cart-header .step-2 > strong:before {
  content: "2" !important;
}

body.in-krok-1.ordering-process .cart-header .step-3 > a:before,
body.in-krok-1.ordering-process .cart-header .step-3 > strong:before {
  content: "3" !important;
}

body.in-krok-1.ordering-process .cart-header .step.active {
  border-bottom-color: #087ed0 !important;
  color: #087ed0 !important;
}

body.in-krok-1.ordering-process .cart-header .step.active > a:before,
body.in-krok-1.ordering-process .cart-header .step.active > strong:before {
  border-color: #087ed0 !important;
  color: #087ed0 !important;
  box-shadow: 0 0 0 4px rgba(8, 126, 208, .08) !important;
}

body.in-krok-1.ordering-process .cart-header .step.completed {
  color: #7b8493 !important;
}

body.in-krok-1.ordering-process .cart-header .step:not(:first-child):after {
  content: "" !important;
  position: absolute;
  top: 22px;
  left: -22px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #8d96a7;
  border-right: 2px solid #8d96a7;
  transform: rotate(45deg);
}

body.in-krok-1.ordering-process .cart-header .step span:before,
body.in-krok-1.ordering-process .cart-header .step span:after {
  content: none !important;
  display: none !important;
}

body.in-krok-1.ordering-process .co-box {
  position: relative;
  margin: 0 !important;
  padding: 34px 0 36px 98px !important;
  border-bottom: 1px solid var(--order-blue-line);
  background: transparent !important;
}

body.in-krok-1.ordering-process .co-box:last-child {
  border-bottom: 0;
  padding-bottom: 0 !important;
}

body.in-krok-1.ordering-process .co-box:before {
  content: "";
  position: absolute;
  top: 38px;
  left: 0;
  width: 40px;
  height: 40px;
  background: #087ed0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 34px 34px;
  mask-size: 34px 34px;
}

body.in-krok-1.ordering-process .co-basic-information:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M4 6h16M4 12h16M4 18h16'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M4 6h16M4 12h16M4 18h16'/%3E%3C/svg%3E");
}

body.in-krok-1.ordering-process .co-delivery-method:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 18V6H3v12h2'/%3E%3Cpath d='M14 9h4l3 4v5h-2'/%3E%3Ccircle cx='7' cy='18' r='2'/%3E%3Ccircle cx='17' cy='18' r='2'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 18V6H3v12h2'/%3E%3Cpath d='M14 9h4l3 4v5h-2'/%3E%3Ccircle cx='7' cy='18' r='2'/%3E%3Ccircle cx='17' cy='18' r='2'/%3E%3C/svg%3E");
}

body.in-krok-1.ordering-process .co-payment-method:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 7H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2Z'/%3E%3Cpath d='M16 7V5a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v2'/%3E%3Cpath d='M18 12h.01'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 7H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2Z'/%3E%3Cpath d='M16 7V5a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v2'/%3E%3Cpath d='M18 12h.01'/%3E%3C/svg%3E");
}

body.in-krok-1.ordering-process .co-box h4,
body.in-krok-1.ordering-process .co-box .h4 {
  margin: 0 0 24px !important;
  color: var(--order-text) !important;
  font-family: "Exo 2", var(--template-headings-font), Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 850 !important;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: uppercase;
}

body.in-krok-1.ordering-process .co-basic-information .form-group {
  max-width: 270px;
  margin: 0 !important;
}

body.in-krok-1.ordering-process .co-basic-information .select-label {
  margin-bottom: 8px !important;
  color: #596579 !important;
  font-size: 14px !important;
  font-weight: 650 !important;
}

body.in-krok-1.ordering-process .co-basic-information .form-control,
body.in-krok-1.ordering-process .co-basic-information select {
  height: 46px !important;
  border: 1px solid #c8d6ea !important;
  border-radius: 8px !important;
  background-color: #fff !important;
  color: var(--order-text) !important;
  font-size: 14px !important;
  box-shadow: none !important;
}

body.in-krok-1.ordering-process .shipping-billing-table {
  width: 100% !important;
  margin: 0 !important;
}

body.in-krok-1.ordering-process .shipping-billing-table .radio-wrapper {
  position: relative;
  min-height: 58px;
  margin: 0 !important;
  border-bottom: 1px solid var(--order-blue-line);
  transition: background-color .16s ease, border-color .16s ease;
}

body.in-krok-1.ordering-process .shipping-billing-table .radio-wrapper:last-child {
  border-bottom: 0;
}

body.in-krok-1.ordering-process .shipping-billing-table .radio-wrapper.active {
  margin-left: -12px !important;
  margin-right: -12px !important;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 10px;
  background: var(--order-blue-soft);
  border-bottom-color: transparent;
}

body.in-krok-1.ordering-process .shipping-billing-table input[type="radio"] {
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  margin: 0 !important;
  accent-color: #087ed0;
  transform: translateY(-50%);
}

body.in-krok-1.ordering-process .shipping-billing-table .radio-wrapper.active input[type="radio"] {
  left: 12px;
}

body.in-krok-1.ordering-process .shipping-billing-table label {
  min-height: 58px;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(84px, auto) minmax(64px, auto);
  gap: 16px;
  align-items: center;
  margin: 0 !important;
  padding: 12px 10px 12px 34px !important;
  color: var(--order-text) !important;
  cursor: pointer;
}

body.in-krok-1.ordering-process .shipping-billing-table .radio-wrapper.active label {
  padding-left: 46px !important;
}

body.in-krok-1.ordering-process .payment-info {
  min-width: 0;
  display: block;
}

body.in-krok-1.ordering-process .shipping-billing-name {
  display: inline !important;
  color: var(--order-text) !important;
  font-family: "Exo 2", var(--template-headings-font), Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: uppercase;
}

body.in-krok-1.ordering-process .radio-wrapper.active .shipping-billing-name {
  color: #087ed0 !important;
}

body.in-krok-1.ordering-process .not-possible-info {
  display: none !important;
}

body.in-krok-1.ordering-process .sublabel,
body.in-krok-1.ordering-process .sublabel a {
  display: block !important;
  margin-top: 4px;
  color: #087ed0 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

body.in-krok-1.ordering-process .show-tooltip.question-tooltip {
  width: 18px;
  height: 18px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
  border-radius: 9px;
  background: #087ed0;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1;
}

body.in-krok-1.ordering-process .payment-logo {
  justify-self: center;
}

body.in-krok-1.ordering-process .payment-logo img {
  max-width: 86px !important;
  max-height: 28px !important;
  object-fit: contain;
}

body.in-krok-1.ordering-process .payment-shipping-price {
  justify-self: end;
  color: var(--order-text) !important;
  font-family: "Exo 2", var(--template-headings-font), Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  white-space: nowrap;
}

body.in-krok-1.ordering-process .payment-shipping-price.for-free {
  color: #168a2f !important;
}

body.in-krok-1.ordering-process #checkoutSidebar {
  position: sticky;
  top: 18px;
  z-index: 2;
}

body.in-krok-1.ordering-process #checkoutSidebar .order-summary {
  width: 100% !important;
  overflow: hidden;
  padding: 0 !important;
}

body.in-krok-1.ordering-process #checkoutSidebar .checkout-box {
  width: 100% !important;
  min-height: 76px !important;
  margin: 0 !important;
  padding: 16px 20px !important;
  border: 0 !important;
  border-radius: 10px 10px 0 0 !important;
  background: linear-gradient(135deg, #087ed0 0%, var(--order-blue) 100%) !important;
  color: #fff !important;
  text-align: center;
  box-shadow: none !important;
}

body.in-krok-1.ordering-process #checkoutSidebar .toggle-contacts {
  display: block !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #fff !important;
  font-family: "Exo 2", var(--template-headings-font), Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 850 !important;
  line-height: 1.35;
  text-transform: uppercase;
  box-shadow: none !important;
}

body.in-krok-1.ordering-process #checkoutSidebar .toggle-contacts span {
  display: block;
  margin-top: 3px;
  color: #fff !important;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .2px;
}

body.in-krok-1.ordering-process #checkoutSidebar .checkout-box > .box {
  display: none !important;
}

body.in-krok-1.ordering-process #summary-box {
  width: 100% !important;
  padding: 26px 26px 0 !important;
}

body.in-krok-1.ordering-process #summary-box > h2.h4 {
  margin: 0 0 24px !important;
  color: var(--order-text) !important;
  font-family: "Exo 2", var(--template-headings-font), Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 850 !important;
  line-height: 1.25;
  text-transform: uppercase;
}

body.in-krok-1.ordering-process #checkoutSidebar .cart-items {
  margin-bottom: 20px;
}

body.in-krok-1.ordering-process #checkoutSidebar .cart-item {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 54px 72px;
  gap: 12px;
  align-items: center;
  padding: 13px 0 !important;
  border-bottom: 1px solid var(--order-blue-line);
}

body.in-krok-1.ordering-process #checkoutSidebar .cart-item-name .main-link {
  color: #087ed0 !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  line-height: 1.25;
  text-decoration: none !important;
}

body.in-krok-1.ordering-process #checkoutSidebar .cart-item-amount,
body.in-krok-1.ordering-process #checkoutSidebar .cart-item-price {
  color: var(--order-text);
  font-size: 13px;
  font-weight: 700;
  text-align: right;
}

body.in-krok-1.ordering-process #checkoutSidebar .cart-item-price {
  font-family: "Exo 2", var(--template-headings-font), Arial, sans-serif;
  font-weight: 900;
}

body.in-krok-1.ordering-process #checkoutSidebar .order-summary-item.helper,
body.in-krok-1.ordering-process #checkoutSidebar .recapitulation-single {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
  padding: 8px 0 !important;
  color: var(--order-text);
  font-size: 14px;
}

body.in-krok-1.ordering-process #checkoutSidebar .recapitulation-single.last {
  padding-bottom: 24px !important;
  border-bottom: 1px solid var(--order-blue-line);
}

body.in-krok-1.ordering-process #checkoutSidebar .recapitulation-shipping-billing-label {
  color: #596579;
}

body.in-krok-1.ordering-process #checkoutSidebar .recapitulation-shipping-billing-info {
  display: grid;
  gap: 2px;
  justify-items: end;
  color: var(--order-text) !important;
  font-weight: 700 !important;
  text-align: right;
}

body.in-krok-1.ordering-process #checkoutSidebar .recapitulation-shipping-billing-info [data-testid="recapItemPrice"] {
  color: #168a2f !important;
  font-family: "Exo 2", var(--template-headings-font), Arial, sans-serif;
  font-weight: 900;
}

body.in-krok-1.ordering-process #checkoutSidebar .order-summary-item.price {
  margin: 0 -26px !important;
  padding: 26px !important;
  border: 0 !important;
  background: #fff !important;
}

body.in-krok-1.ordering-process #checkoutSidebar .price-wrapper {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px 20px;
  align-items: baseline;
  padding: 0 !important;
}

body.in-krok-1.ordering-process #checkoutSidebar .price-label {
  color: var(--order-text) !important;
  font-size: 14px !important;
  font-weight: 750 !important;
}

body.in-krok-1.ordering-process #checkoutSidebar .price-label.price-primary {
  font-family: "Exo 2", var(--template-headings-font), Arial, sans-serif !important;
  font-size: 17px !important;
  font-weight: 900 !important;
}

body.in-krok-1.ordering-process #checkoutSidebar .price.price-primary {
  color: var(--order-text) !important;
  font-family: "Exo 2", var(--template-headings-font), Arial, sans-serif !important;
  font-size: 34px !important;
  font-weight: 900 !important;
  line-height: 1;
}

body.in-krok-1.ordering-process #checkoutSidebar .price-label.price-secondary,
body.in-krok-1.ordering-process #checkoutSidebar .price.price-secondary {
  color: #7b8493 !important;
  font-size: 14px !important;
}

body.in-krok-1.ordering-process #checkoutSidebar .next-step {
  display: flex !important;
  flex-direction: column;
  gap: 14px;
  margin: 0 !important;
  padding: 0 26px 28px !important;
}

body.in-krok-1.ordering-process #checkoutSidebar .next-step .btn {
  width: 100% !important;
  min-height: 62px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 8px !important;
  font-family: "Exo 2", var(--template-headings-font), Arial, sans-serif !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: background-color .16s ease, color .16s ease, transform .16s ease !important;
}

body.in-krok-1.ordering-process #checkoutSidebar .next-step-forward {
  order: 1;
  border: 0 !important;
  background: var(--order-green) !important;
  background-image: none !important;
  color: #fff !important;
  box-shadow: none !important;
}

body.in-krok-1.ordering-process #checkoutSidebar .next-step-forward:after {
  content: "";
  width: 18px;
  height: 18px;
  margin-left: 14px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m13 5 7 7-7 7'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m13 5 7 7-7 7'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.in-krok-1.ordering-process #checkoutSidebar .next-step-forward:hover,
body.in-krok-1.ordering-process #checkoutSidebar .next-step-forward:focus-visible {
  background: var(--order-green-dark) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

body.in-krok-1.ordering-process #checkoutSidebar .next-step-back {
  order: 2;
  min-height: auto !important;
  padding: 2px 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #667286 !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  text-transform: none;
  box-shadow: none !important;
}

body.in-krok-1.ordering-process #checkoutSidebar .next-step-back:hover,
body.in-krok-1.ordering-process #checkoutSidebar .next-step-back:focus-visible {
  color: #087ed0 !important;
}

@media (max-width: 1199px) {
  body.in-krok-1.ordering-process .cart-row {
    grid-template-columns: 1fr !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar {
    position: static;
  }
}

@media (max-width: 767px) {
  body.in-krok-1.ordering-process #content-wrapper.container {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  body.in-krok-1.ordering-process .cart-content {
    padding: 24px 18px !important;
  }

  body.in-krok-1.ordering-process .cart-header {
    gap: 10px;
    margin-bottom: 22px !important;
  }

  body.in-krok-1.ordering-process .cart-header .step {
    min-height: 60px;
    padding-right: 16px !important;
    font-size: 12px !important;
  }

  body.in-krok-1.ordering-process .cart-header .step > a,
  body.in-krok-1.ordering-process .cart-header .step > strong {
    gap: 8px;
  }

  body.in-krok-1.ordering-process .cart-header .step > a:before,
  body.in-krok-1.ordering-process .cart-header .step > strong:before {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    font-size: 13px !important;
  }

  body.in-krok-1.ordering-process .cart-header .step:not(:first-child):after {
    content: none !important;
  }

  body.in-krok-1.ordering-process .co-box {
    padding-left: 0 !important;
    padding-top: 66px !important;
  }

  body.in-krok-1.ordering-process .co-box:before {
    top: 22px;
  }

  body.in-krok-1.ordering-process .shipping-billing-table label {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 12px;
  }

  body.in-krok-1.ordering-process .payment-logo {
    justify-self: start;
  }

  body.in-krok-1.ordering-process .payment-shipping-price {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  body.in-krok-1.ordering-process #summary-box,
  body.in-krok-1.ordering-process #checkoutSidebar .order-summary-item.price,
  body.in-krok-1.ordering-process #checkoutSidebar .next-step {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .cart-item {
    grid-template-columns: minmax(0, 1fr) 44px 58px;
  }
}

/* LUANA checkout step 3 - customer information */
body.in-krok-2.ordering-process {
  background: #fff !important;
  color: var(--order-text);
  font-family: "Source Sans 3", var(--template-font), Arial, sans-serif;
}

body.in-krok-2.ordering-process #content-wrapper.container {
  width: 100% !important;
  max-width: 1440px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

body.in-krok-2.ordering-process #content.content,
body.in-krok-2.ordering-process .content-inner {
  width: 100% !important;
  max-width: none !important;
}

body.in-krok-2.ordering-process .content-inner {
  padding-top: 26px !important;
  padding-bottom: 64px !important;
}

body.in-krok-2.ordering-process h1 {
  display: none !important;
}

body.in-krok-2.ordering-process .cart-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(350px, 390px);
  gap: 36px;
  align-items: start;
  margin: 0 !important;
}

body.in-krok-2.ordering-process .cart-row:before,
body.in-krok-2.ordering-process .cart-row:after {
  content: none !important;
  display: none !important;
}

body.in-krok-2.ordering-process .cart-row > .col-md-8,
body.in-krok-2.ordering-process .cart-row > .col-md-4,
body.in-krok-2.ordering-process .cart-row > [class*="col-"] {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.in-krok-2.ordering-process .cart-row > .col-md-8 > .cart-content {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.in-krok-2.ordering-process .cart-header {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin: 0 0 34px !important;
  padding: 0 !important;
  border-bottom: 1px solid var(--order-blue-line) !important;
  counter-reset: none !important;
}

body.in-krok-2.ordering-process .cart-header .step {
  min-height: 72px;
  position: relative;
  display: flex !important;
  align-items: stretch;
  justify-content: flex-start;
  padding: 0 42px 18px 0 !important;
  border-bottom: 3px solid transparent !important;
  color: #7b8493 !important;
  font-family: "Exo 2", var(--template-headings-font), Arial, sans-serif;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.2;
  text-transform: uppercase;
  counter-increment: none !important;
}

body.in-krok-2.ordering-process .cart-header .step::marker,
body.in-krok-2.ordering-process .cart-header .step:before {
  content: none !important;
  display: none !important;
}

body.in-krok-2.ordering-process .cart-header .step > a,
body.in-krok-2.ordering-process .cart-header .step > strong {
  min-height: 54px;
  display: inline-flex !important;
  align-items: center;
  gap: 14px;
  color: inherit !important;
  font: inherit !important;
  text-decoration: none !important;
}

body.in-krok-2.ordering-process .cart-header .step > a:before,
body.in-krok-2.ordering-process .cart-header .step > strong:before {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: 2px solid #8d96a7 !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #687385 !important;
  font-family: "Exo 2", var(--template-headings-font), Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-indent: 0 !important;
  box-shadow: none !important;
}

body.in-krok-2.ordering-process .cart-header .step-1 > a:before,
body.in-krok-2.ordering-process .cart-header .step-1 > strong:before {
  content: "1" !important;
}

body.in-krok-2.ordering-process .cart-header .step-2 > a:before,
body.in-krok-2.ordering-process .cart-header .step-2 > strong:before {
  content: "2" !important;
}

body.in-krok-2.ordering-process .cart-header .step-3 > a:before,
body.in-krok-2.ordering-process .cart-header .step-3 > strong:before {
  content: "3" !important;
}

body.in-krok-2.ordering-process .cart-header .step.active {
  border-bottom-color: #087ed0 !important;
  color: #087ed0 !important;
}

body.in-krok-2.ordering-process .cart-header .step.active > a:before,
body.in-krok-2.ordering-process .cart-header .step.active > strong:before {
  border-color: #087ed0 !important;
  color: #087ed0 !important;
  box-shadow: 0 0 0 4px rgba(8, 126, 208, .08) !important;
}

body.in-krok-2.ordering-process .cart-header .step.completed {
  color: #7b8493 !important;
}

body.in-krok-2.ordering-process .cart-header .step:not(:first-child):after {
  content: "" !important;
  position: absolute;
  top: 22px;
  left: -22px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #8d96a7;
  border-right: 2px solid #8d96a7;
  transform: rotate(45deg);
}

body.in-krok-2.ordering-process .cart-header .step span:before,
body.in-krok-2.ordering-process .cart-header .step span:after {
  content: none !important;
  display: none !important;
}

body.in-krok-2.ordering-process .co-box {
  position: relative;
  margin: 0 !important;
  padding: 34px 0 40px 118px !important;
  border-bottom: 1px solid var(--order-blue-line);
  background: transparent !important;
  box-shadow: none !important;
}

body.in-krok-2.ordering-process .co-box:last-child {
  border-bottom: 0;
  padding-bottom: 0 !important;
}

body.in-krok-2.ordering-process .co-box:before {
  content: "";
  position: absolute;
  top: 38px;
  left: 28px;
  width: 46px;
  height: 46px;
  background: #087ed0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 42px 42px;
  mask-size: 42px 42px;
}

body.in-krok-2.ordering-process .co-contact-information:before,
body.in-krok-2.ordering-process .co-customer-information:before,
body.in-krok-2.ordering-process .co-personal-information:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21a8 8 0 0 0-16 0'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21a8 8 0 0 0-16 0'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
}

body.in-krok-2.ordering-process .co-billing-address:before,
body.in-krok-2.ordering-process .co-invoice-address:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s7-5.3 7-12a7 7 0 0 0-14 0c0 6.7 7 12 7 12Z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s7-5.3 7-12a7 7 0 0 0-14 0c0 6.7 7 12 7 12Z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E");
}

body.in-krok-2.ordering-process .co-shipping-address:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 18V6H3v12h2'/%3E%3Cpath d='M14 9h4l3 4v5h-2'/%3E%3Ccircle cx='7' cy='18' r='2'/%3E%3Ccircle cx='17' cy='18' r='2'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 18V6H3v12h2'/%3E%3Cpath d='M14 9h4l3 4v5h-2'/%3E%3Ccircle cx='7' cy='18' r='2'/%3E%3Ccircle cx='17' cy='18' r='2'/%3E%3C/svg%3E");
}

body.in-krok-2.ordering-process .co-note:before,
body.in-krok-2.ordering-process .co-box:not(.co-contact-information):not(.co-customer-information):not(.co-personal-information):not(.co-billing-address):not(.co-invoice-address):not(.co-shipping-address):before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 5h16'/%3E%3Cpath d='M4 12h16'/%3E%3Cpath d='M4 19h10'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 5h16'/%3E%3Cpath d='M4 12h16'/%3E%3Cpath d='M4 19h10'/%3E%3C/svg%3E");
}

body.in-krok-2.ordering-process .co-box h4,
body.in-krok-2.ordering-process .co-box .h4 {
  margin: 0 0 26px !important;
  color: var(--order-text) !important;
  font-family: "Exo 2", var(--template-headings-font), Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 850 !important;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: uppercase;
}

body.in-krok-2.ordering-process .co-box .order-icon,
body.in-krok-2.ordering-process .co-box h4.order-icon {
  padding-left: 0 !important;
  background: none !important;
}

body.in-krok-2.ordering-process .co-box .order-icon:before,
body.in-krok-2.ordering-process .co-box h4.order-icon:before {
  content: none !important;
  display: none !important;
}

body.in-krok-2.ordering-process .co-box .row,
body.in-krok-2.ordering-process .co-box [class*="col-"] {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.in-krok-2.ordering-process .co-box .form-group {
  max-width: 520px;
  display: grid;
  grid-template-columns: 170px minmax(220px, 1fr);
  gap: 14px 22px;
  align-items: center;
  margin: 0 0 18px !important;
}

body.in-krok-2.ordering-process .co-box .form-group:has(input[type="checkbox"]),
body.in-krok-2.ordering-process .co-box .form-group:has(input[type="radio"]) {
  max-width: 620px;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 14px !important;
}

body.in-krok-2.ordering-process .co-box label,
body.in-krok-2.ordering-process .co-box .control-label,
body.in-krok-2.ordering-process .co-box .select-label {
  margin: 0 !important;
  color: #3f495c !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  line-height: 1.25;
}

body.in-krok-2.ordering-process .co-box label .required,
body.in-krok-2.ordering-process .co-box label abbr,
body.in-krok-2.ordering-process .co-box label .asterisk {
  color: var(--order-red) !important;
  text-decoration: none !important;
}

body.in-krok-2.ordering-process .co-box .form-control,
body.in-krok-2.ordering-process .co-box input[type="text"],
body.in-krok-2.ordering-process .co-box input[type="email"],
body.in-krok-2.ordering-process .co-box input[type="tel"],
body.in-krok-2.ordering-process .co-box input[type="password"],
body.in-krok-2.ordering-process .co-box select,
body.in-krok-2.ordering-process .co-box textarea {
  width: 100% !important;
  min-height: 46px !important;
  border: 1px solid #c8d6ea !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--order-text) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  box-shadow: none !important;
  transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease !important;
}

body.in-krok-2.ordering-process .co-box textarea {
  min-height: 120px !important;
  padding: 12px 14px !important;
}

body.in-krok-2.ordering-process .co-box .form-control:focus,
body.in-krok-2.ordering-process .co-box input[type="text"]:focus,
body.in-krok-2.ordering-process .co-box input[type="email"]:focus,
body.in-krok-2.ordering-process .co-box input[type="tel"]:focus,
body.in-krok-2.ordering-process .co-box input[type="password"]:focus,
body.in-krok-2.ordering-process .co-box select:focus,
body.in-krok-2.ordering-process .co-box textarea:focus {
  border-color: #087ed0 !important;
  box-shadow: 0 0 0 4px rgba(8, 126, 208, .10) !important;
  outline: 0 !important;
}

body.in-krok-2.ordering-process .co-box input[type="checkbox"],
body.in-krok-2.ordering-process .co-box input[type="radio"] {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  margin: 0 !important;
  accent-color: #087ed0;
}

body.in-krok-2.ordering-process .co-box input[type="checkbox"] {
  border-radius: 6px !important;
}

body.in-krok-2.ordering-process .co-box .checkbox-wrapper,
body.in-krok-2.ordering-process .co-box .radio-wrapper,
body.in-krok-2.ordering-process .co-box .js-validated-element-wrapper:has(input[type="checkbox"]),
body.in-krok-2.ordering-process .co-box .js-validated-element-wrapper:has(input[type="radio"]) {
  display: flex !important;
  align-items: center !important;
  gap: 10px;
}

body.in-krok-2.ordering-process .co-box .btn,
body.in-krok-2.ordering-process .co-box a.btn,
body.in-krok-2.ordering-process .co-box button.btn {
  min-height: 46px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 22px !important;
  border: 1px solid #087ed0 !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #087ed0 !important;
  font-family: "Exo 2", var(--template-headings-font), Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: background-color .16s ease, color .16s ease, border-color .16s ease !important;
}

body.in-krok-2.ordering-process .co-box .btn:hover,
body.in-krok-2.ordering-process .co-box .btn:focus-visible {
  background: #087ed0 !important;
  color: #fff !important;
}

body.in-krok-2.ordering-process .phone-combined-input,
body.in-krok-2.ordering-process .phone-input,
body.in-krok-2.ordering-process .phone-wrapper,
body.in-krok-2.ordering-process .input-wrapper.phone {
  display: flex !important;
  align-items: center;
  gap: 8px;
}

body.in-krok-2.ordering-process .phone-combined-input input,
body.in-krok-2.ordering-process .phone-input input,
body.in-krok-2.ordering-process .phone-wrapper input,
body.in-krok-2.ordering-process .input-wrapper.phone input {
  min-width: 130px;
}

body.in-krok-2.ordering-process #checkoutSidebar {
  position: sticky;
  top: 18px;
  z-index: 2;
}

body.in-krok-2.ordering-process #checkoutSidebar > .cart-content {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.in-krok-2.ordering-process #checkoutSidebar .order-summary {
  width: 100% !important;
  overflow: hidden;
  padding: 0 !important;
  border: 1px solid var(--order-blue-line) !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0 18px 46px rgba(16, 45, 115, .07) !important;
}

body.in-krok-2.ordering-process #checkoutSidebar .checkout-box {
  width: 100% !important;
  min-height: 76px !important;
  margin: 0 !important;
  padding: 16px 20px !important;
  border: 0 !important;
  border-radius: 10px 10px 0 0 !important;
  background: linear-gradient(135deg, #087ed0 0%, var(--order-blue) 100%) !important;
  color: #fff !important;
  text-align: center;
  box-shadow: none !important;
}

body.in-krok-2.ordering-process #checkoutSidebar .toggle-contacts {
  display: block !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #fff !important;
  font-family: "Exo 2", var(--template-headings-font), Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 850 !important;
  line-height: 1.35;
  text-transform: uppercase;
  box-shadow: none !important;
}

body.in-krok-2.ordering-process #checkoutSidebar .toggle-contacts span {
  display: block;
  margin-top: 3px;
  color: #fff !important;
  font-size: 18px;
  font-weight: 900;
}

body.in-krok-2.ordering-process #checkoutSidebar .checkout-box > .box {
  display: none !important;
}

body.in-krok-2.ordering-process #summary-box {
  width: 100% !important;
  padding: 26px 26px 0 !important;
}

body.in-krok-2.ordering-process #summary-box > h2.h4 {
  margin: 0 0 24px !important;
  color: var(--order-text) !important;
  font-family: "Exo 2", var(--template-headings-font), Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 850 !important;
  line-height: 1.25;
  text-transform: uppercase;
}

body.in-krok-2.ordering-process #checkoutSidebar .cart-items {
  margin-bottom: 20px;
}

body.in-krok-2.ordering-process #checkoutSidebar .cart-item {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 54px 72px;
  gap: 12px;
  align-items: center;
  padding: 13px 0 !important;
  border-bottom: 1px solid var(--order-blue-line);
}

body.in-krok-2.ordering-process #checkoutSidebar .cart-item-name .main-link {
  color: #087ed0 !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  line-height: 1.25;
  text-decoration: none !important;
}

body.in-krok-2.ordering-process #checkoutSidebar .cart-item-amount,
body.in-krok-2.ordering-process #checkoutSidebar .cart-item-price {
  color: var(--order-text);
  font-size: 13px;
  font-weight: 700;
  text-align: right;
}

body.in-krok-2.ordering-process #checkoutSidebar .cart-item-price {
  font-family: "Exo 2", var(--template-headings-font), Arial, sans-serif;
  font-weight: 900;
}

body.in-krok-2.ordering-process #checkoutSidebar .order-summary-item.helper,
body.in-krok-2.ordering-process #checkoutSidebar .recapitulation-single {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
  padding: 8px 0 !important;
  color: var(--order-text);
  font-size: 14px;
}

body.in-krok-2.ordering-process #checkoutSidebar .recapitulation-single.last {
  padding-bottom: 22px !important;
  border-bottom: 1px solid var(--order-blue-line);
}

body.in-krok-2.ordering-process #checkoutSidebar .recapitulation-shipping-billing-label {
  color: #596579;
}

body.in-krok-2.ordering-process #checkoutSidebar .recapitulation-shipping-billing-info {
  display: grid;
  gap: 2px;
  justify-items: end;
  color: var(--order-text) !important;
  font-weight: 700 !important;
  text-align: right;
}

body.in-krok-2.ordering-process #checkoutSidebar .recapitulation-shipping-billing-info [data-testid="recapItemPrice"] {
  color: #168a2f !important;
  font-family: "Exo 2", var(--template-headings-font), Arial, sans-serif;
  font-weight: 900;
}

body.in-krok-2.ordering-process #checkoutSidebar .cart-free-shipping,
body.in-krok-2.ordering-process #checkoutSidebar .free-shipping,
body.in-krok-2.ordering-process #checkoutSidebar .extra.delivery {
  position: relative;
  margin: 22px 0 24px !important;
  padding: 16px 0 0 40px !important;
  border: 0 !important;
  background: transparent !important;
  color: #3f495c !important;
  font-size: 14px !important;
  line-height: 1.45;
}

body.in-krok-2.ordering-process #checkoutSidebar .cart-free-shipping:before,
body.in-krok-2.ordering-process #checkoutSidebar .free-shipping:before,
body.in-krok-2.ordering-process #checkoutSidebar .extra.delivery:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  width: 24px;
  height: 24px;
  background: var(--order-green);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 18V6H3v12h2'/%3E%3Cpath d='M14 9h4l3 4v5h-2'/%3E%3Ccircle cx='7' cy='18' r='2'/%3E%3Ccircle cx='17' cy='18' r='2'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 18V6H3v12h2'/%3E%3Cpath d='M14 9h4l3 4v5h-2'/%3E%3Ccircle cx='7' cy='18' r='2'/%3E%3Ccircle cx='17' cy='18' r='2'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.in-krok-2.ordering-process #checkoutSidebar .cart-free-shipping strong,
body.in-krok-2.ordering-process #checkoutSidebar .free-shipping strong,
body.in-krok-2.ordering-process #checkoutSidebar .extra.delivery strong {
  color: var(--order-green) !important;
  font-family: "Exo 2", var(--template-headings-font), Arial, sans-serif;
  font-weight: 900;
}

body.in-krok-2.ordering-process #checkoutSidebar .price-range {
  width: 100% !important;
  height: 8px !important;
  display: block !important;
  margin: 14px 0 0 !important;
  overflow: hidden;
  border-radius: 8px !important;
  background: #dfe6ef !important;
}

body.in-krok-2.ordering-process #checkoutSidebar .price-range > div {
  height: 100% !important;
  border-radius: 8px !important;
  background: var(--order-green) !important;
}

body.in-krok-2.ordering-process #checkoutSidebar .order-summary-item.price {
  margin: 0 -26px !important;
  padding: 26px !important;
  border: 0 !important;
  border-top: 1px solid var(--order-blue-line) !important;
  background: #fff !important;
}

body.in-krok-2.ordering-process #checkoutSidebar .price-wrapper {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px 20px;
  align-items: baseline;
  padding: 0 !important;
}

body.in-krok-2.ordering-process #checkoutSidebar .price-label {
  color: var(--order-text) !important;
  font-size: 14px !important;
  font-weight: 750 !important;
}

body.in-krok-2.ordering-process #checkoutSidebar .price-label.price-primary {
  font-family: "Exo 2", var(--template-headings-font), Arial, sans-serif !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  text-transform: uppercase;
}

body.in-krok-2.ordering-process #checkoutSidebar .price.price-primary {
  color: var(--order-text) !important;
  font-family: "Exo 2", var(--template-headings-font), Arial, sans-serif !important;
  font-size: 34px !important;
  font-weight: 900 !important;
  line-height: 1;
}

body.in-krok-2.ordering-process #checkoutSidebar .price-label.price-secondary,
body.in-krok-2.ordering-process #checkoutSidebar .price.price-secondary {
  color: #7b8493 !important;
  font-size: 14px !important;
}

body.in-krok-2.ordering-process #checkoutSidebar .consents,
body.in-krok-2.ordering-process #checkoutSidebar .order-summary-item.price + p,
body.in-krok-2.ordering-process #checkoutSidebar .order-summary-inner p {
  color: #4d586d !important;
  font-size: 13px !important;
  line-height: 1.5;
}

body.in-krok-2.ordering-process #checkoutSidebar .consents a,
body.in-krok-2.ordering-process #checkoutSidebar .order-summary-inner p a {
  color: #087ed0 !important;
  font-weight: 700;
}

body.in-krok-2.ordering-process #checkoutSidebar .next-step {
  display: flex !important;
  flex-direction: column;
  gap: 14px;
  margin: 0 !important;
  padding: 0 26px 28px !important;
}

body.in-krok-2.ordering-process #checkoutSidebar .next-step .btn,
body.in-krok-2.ordering-process #checkoutSidebar #orderFormButton,
body.in-krok-2.ordering-process #checkoutSidebar #submit-order-button {
  width: 100% !important;
  min-height: 62px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 8px !important;
  font-family: "Exo 2", var(--template-headings-font), Arial, sans-serif !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: background-color .16s ease, color .16s ease, transform .16s ease !important;
}

body.in-krok-2.ordering-process #checkoutSidebar .next-step-forward,
body.in-krok-2.ordering-process #checkoutSidebar #orderFormButton,
body.in-krok-2.ordering-process #checkoutSidebar #submit-order-button {
  order: 1;
  border: 0 !important;
  background: var(--order-green) !important;
  background-image: none !important;
  color: #fff !important;
  box-shadow: none !important;
}

body.in-krok-2.ordering-process #checkoutSidebar .next-step-forward:after,
body.in-krok-2.ordering-process #checkoutSidebar #orderFormButton:after,
body.in-krok-2.ordering-process #checkoutSidebar #submit-order-button:after {
  content: "";
  width: 18px;
  height: 18px;
  margin-left: 14px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m13 5 7 7-7 7'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m13 5 7 7-7 7'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.in-krok-2.ordering-process #checkoutSidebar .next-step-forward:hover,
body.in-krok-2.ordering-process #checkoutSidebar .next-step-forward:focus-visible,
body.in-krok-2.ordering-process #checkoutSidebar #orderFormButton:hover,
body.in-krok-2.ordering-process #checkoutSidebar #orderFormButton:focus-visible,
body.in-krok-2.ordering-process #checkoutSidebar #submit-order-button:hover,
body.in-krok-2.ordering-process #checkoutSidebar #submit-order-button:focus-visible {
  background: var(--order-green-dark) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

body.in-krok-2.ordering-process #checkoutSidebar .next-step-back {
  order: 2;
  min-height: auto !important;
  padding: 2px 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #667286 !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  text-transform: none;
  box-shadow: none !important;
}

body.in-krok-2.ordering-process #checkoutSidebar .next-step-back:hover,
body.in-krok-2.ordering-process #checkoutSidebar .next-step-back:focus-visible {
  color: #087ed0 !important;
}

@media (max-width: 1199px) {
  body.in-krok-2.ordering-process .cart-row {
    grid-template-columns: 1fr !important;
  }

  body.in-krok-2.ordering-process #checkoutSidebar {
    position: static;
  }
}

@media (max-width: 767px) {
  body.in-krok-2.ordering-process #content-wrapper.container {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  body.in-krok-2.ordering-process .cart-header {
    gap: 10px;
    margin-bottom: 22px !important;
  }

  body.in-krok-2.ordering-process .cart-header .step {
    min-height: 60px;
    padding-right: 16px !important;
    font-size: 12px !important;
  }

  body.in-krok-2.ordering-process .cart-header .step > a,
  body.in-krok-2.ordering-process .cart-header .step > strong {
    gap: 8px;
  }

  body.in-krok-2.ordering-process .cart-header .step > a:before,
  body.in-krok-2.ordering-process .cart-header .step > strong:before {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    font-size: 13px !important;
  }

  body.in-krok-2.ordering-process .cart-header .step:not(:first-child):after {
    content: none !important;
  }

  body.in-krok-2.ordering-process .co-box {
    padding-left: 0 !important;
    padding-top: 76px !important;
  }

  body.in-krok-2.ordering-process .co-box:before {
    top: 22px;
    left: 0;
  }

  body.in-krok-2.ordering-process .co-box .form-group {
    max-width: none;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body.in-krok-2.ordering-process #summary-box,
  body.in-krok-2.ordering-process #checkoutSidebar .order-summary-item.price,
  body.in-krok-2.ordering-process #checkoutSidebar .next-step {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  body.in-krok-2.ordering-process #checkoutSidebar .cart-item {
    grid-template-columns: minmax(0, 1fr) 44px 58px;
  }
}

/* Mobile checkout repair - steps, forms and summary */
@media (max-width: 767px) {
  body.in-krok-1.ordering-process,
  body.in-krok-2.ordering-process {
    overflow-x: hidden !important;
    background: #fff !important;
  }

  body.in-krok-1.ordering-process #content-wrapper.container,
  body.in-krok-2.ordering-process #content-wrapper.container,
  body.in-krok-1.ordering-process #content.content,
  body.in-krok-2.ordering-process #content.content,
  body.in-krok-1.ordering-process .content-inner,
  body.in-krok-2.ordering-process .content-inner {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  body.in-krok-1.ordering-process .content-inner,
  body.in-krok-2.ordering-process .content-inner {
    padding-top: 8px !important;
    padding-bottom: 34px !important;
  }

  body.in-krok-1.ordering-process .cart-row,
  body.in-krok-2.ordering-process .cart-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    margin: 0 !important;
  }

  body.in-krok-1.ordering-process .cart-row > .col-md-8,
  body.in-krok-1.ordering-process .cart-row > .col-md-4,
  body.in-krok-1.ordering-process .cart-row > [class*="col-"],
  body.in-krok-2.ordering-process .cart-row > .col-md-8,
  body.in-krok-2.ordering-process .cart-row > .col-md-4,
  body.in-krok-2.ordering-process .cart-row > [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
  }

  body.in-krok-1.ordering-process .cart-row > .col-md-8 > .cart-content,
  body.in-krok-2.ordering-process .cart-row > .col-md-8 > .cart-content {
    padding: 0 14px 8px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
  }

  body.in-krok-1.ordering-process .cart-header,
  body.in-krok-2.ordering-process .cart-header {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin: 0 0 20px !important;
    padding: 0 0 12px !important;
    border: 0 !important;
    border-bottom: 1px solid var(--order-blue-line) !important;
    list-style: none !important;
  }

  body.in-krok-1.ordering-process .cart-header .step,
  body.in-krok-2.ordering-process .cart-header .step {
    position: relative !important;
    min-width: 0 !important;
    min-height: 58px !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 0 12px 10px 0 !important;
    overflow: visible !important;
    border: 0 !important;
    border-bottom: 2px solid transparent !important;
    color: #6d7788 !important;
    font-size: 10px !important;
    line-height: 1.1 !important;
  }

  body.in-krok-1.ordering-process .cart-header .step.active,
  body.in-krok-2.ordering-process .cart-header .step.active {
    border-bottom-color: #087ed0 !important;
    color: #087ed0 !important;
  }

  body.in-krok-1.ordering-process .cart-header .step::marker,
  body.in-krok-2.ordering-process .cart-header .step::marker,
  body.in-krok-1.ordering-process .cart-header .step:before,
  body.in-krok-2.ordering-process .cart-header .step:before,
  body.in-krok-1.ordering-process .cart-header .step:not(:first-child):after,
  body.in-krok-2.ordering-process .cart-header .step:not(:first-child):after {
    content: none !important;
    display: none !important;
  }

  body.in-krok-1.ordering-process .cart-header .step:not(:last-child):after,
  body.in-krok-2.ordering-process .cart-header .step:not(:last-child):after {
    content: "" !important;
    position: absolute !important;
    top: 12px !important;
    right: 0 !important;
    left: auto !important;
    width: 8px !important;
    height: 8px !important;
    display: block !important;
    border-top: 2px solid #9aa7b8 !important;
    border-right: 2px solid #9aa7b8 !important;
    border-radius: 0 !important;
    background: transparent !important;
    transform: rotate(45deg) !important;
  }

  body.in-krok-1.ordering-process .cart-header .step > a,
  body.in-krok-1.ordering-process .cart-header .step > strong,
  body.in-krok-2.ordering-process .cart-header .step > a,
  body.in-krok-2.ordering-process .cart-header .step > strong {
    min-width: 0 !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 6px !important;
    color: inherit !important;
    font: inherit !important;
    text-decoration: none !important;
  }

  body.in-krok-1.ordering-process .cart-header .step > a:before,
  body.in-krok-1.ordering-process .cart-header .step > strong:before,
  body.in-krok-2.ordering-process .cart-header .step > a:before,
  body.in-krok-2.ordering-process .cart-header .step > strong:before {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 2px solid #9aa7b8 !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #6d7788 !important;
    font: 900 13px/1 "Exo 2", var(--template-headings-font), Arial, sans-serif !important;
    box-shadow: none !important;
  }

  body.in-krok-1.ordering-process .cart-header .step.active > a:before,
  body.in-krok-1.ordering-process .cart-header .step.active > strong:before,
  body.in-krok-2.ordering-process .cart-header .step.active > a:before,
  body.in-krok-2.ordering-process .cart-header .step.active > strong:before {
    border-color: #087ed0 !important;
    color: #087ed0 !important;
    box-shadow: 0 0 0 4px rgba(8, 126, 208, .08) !important;
  }

  body.in-krok-1.ordering-process .cart-header .step span,
  body.in-krok-2.ordering-process .cart-header .step span {
    max-width: 100% !important;
    display: block !important;
    overflow: visible !important;
    color: inherit !important;
    font: inherit !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
  }

  body.in-krok-1.ordering-process .co-box,
  body.in-krok-2.ordering-process .co-box {
    margin: 0 !important;
    padding: 22px 0 26px 54px !important;
    border-bottom: 1px solid var(--order-blue-line) !important;
    background: #fff !important;
  }

  body.in-krok-1.ordering-process .co-box:before,
  body.in-krok-2.ordering-process .co-box:before {
    top: 24px !important;
    left: 0 !important;
    width: 36px !important;
    height: 36px !important;
    -webkit-mask-size: 30px 30px !important;
    mask-size: 30px 30px !important;
  }

  body.in-krok-1.ordering-process .co-box h4,
  body.in-krok-1.ordering-process .co-box .h4,
  body.in-krok-2.ordering-process .co-box h4,
  body.in-krok-2.ordering-process .co-box .h4 {
    margin: 0 0 18px !important;
    color: var(--order-text) !important;
    font-size: 17px !important;
    line-height: 1.25 !important;
  }

  body.in-krok-1.ordering-process .co-box .form-group,
  body.in-krok-1.ordering-process .co-basic-information .form-group,
  body.in-krok-2.ordering-process .co-box .form-group {
    width: 100% !important;
    max-width: none !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    margin: 0 0 14px !important;
  }

  body.in-krok-1.ordering-process .co-box .form-control,
  body.in-krok-1.ordering-process .co-box input[type="text"],
  body.in-krok-1.ordering-process .co-box input[type="email"],
  body.in-krok-1.ordering-process .co-box input[type="tel"],
  body.in-krok-1.ordering-process .co-box select,
  body.in-krok-1.ordering-process .co-box textarea,
  body.in-krok-2.ordering-process .co-box .form-control,
  body.in-krok-2.ordering-process .co-box input[type="text"],
  body.in-krok-2.ordering-process .co-box input[type="email"],
  body.in-krok-2.ordering-process .co-box input[type="tel"],
  body.in-krok-2.ordering-process .co-box select,
  body.in-krok-2.ordering-process .co-box textarea {
    width: 100% !important;
    max-width: 100% !important;
    height: 44px !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
  }

  body.in-krok-2.ordering-process .phone-combined-input,
  body.in-krok-2.ordering-process .phone-input,
  body.in-krok-2.ordering-process .phone-wrapper,
  body.in-krok-2.ordering-process .input-wrapper.phone {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.in-krok-1.ordering-process .shipping-billing-table,
  body.in-krok-1.ordering-process .shipping-billing-table tbody,
  body.in-krok-1.ordering-process .shipping-billing-table tr,
  body.in-krok-1.ordering-process .shipping-billing-table td {
    width: 100% !important;
    display: block !important;
  }

  body.in-krok-1.ordering-process .shipping-billing-table .radio-wrapper {
    padding: 14px 0 !important;
    border-bottom: 1px solid #dfe7f2 !important;
  }

  body.in-krok-1.ordering-process .shipping-billing-table label {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(64px, auto) !important;
    gap: 6px 10px !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  body.in-krok-1.ordering-process .shipping-billing-name {
    min-width: 0 !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
    overflow-wrap: anywhere !important;
  }

  body.in-krok-1.ordering-process .payment-logo {
    grid-column: 1 !important;
    justify-self: start !important;
    margin-top: 6px !important;
  }

  body.in-krok-1.ordering-process .payment-logo img {
    max-width: 78px !important;
    max-height: 32px !important;
  }

  body.in-krok-1.ordering-process .payment-shipping-price {
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
    justify-self: end !important;
    max-width: 78px !important;
    overflow: hidden !important;
    color: var(--order-green) !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    text-align: right !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar,
  body.in-krok-2.ordering-process #checkoutSidebar {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar > .cart-content,
  body.in-krok-2.ordering-process #checkoutSidebar > .cart-content {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .order-summary,
  body.in-krok-2.ordering-process #checkoutSidebar .order-summary {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    border-top: 1px solid var(--order-blue-line) !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .toggle-contacts,
  body.in-krok-2.ordering-process #checkoutSidebar .toggle-contacts {
    margin: 0 !important;
    padding: 14px 16px !important;
    border-radius: 0 !important;
    background: #087ed0 !important;
    color: #fff !important;
    text-align: center !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .toggle-contacts span,
  body.in-krok-2.ordering-process #checkoutSidebar .toggle-contacts span {
    display: block !important;
    color: #fff !important;
    font: 900 15px/1.35 "Exo 2", var(--template-headings-font), Arial, sans-serif !important;
  }

  body.in-krok-1.ordering-process #summary-box,
  body.in-krok-2.ordering-process #summary-box {
    width: 100% !important;
    max-width: 100% !important;
    padding: 20px 16px !important;
    box-sizing: border-box !important;
  }

  body.in-krok-1.ordering-process #summary-box > h2.h4,
  body.in-krok-2.ordering-process #summary-box > h2.h4 {
    margin: 0 0 16px !important;
    font-size: 17px !important;
    line-height: 1.25 !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .cart-item,
  body.in-krok-2.ordering-process #checkoutSidebar .cart-item {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 8px 14px !important;
    align-items: start !important;
    padding: 0 0 16px !important;
    box-sizing: border-box !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .cart-item-name,
  body.in-krok-2.ordering-process #checkoutSidebar .cart-item-name {
    grid-column: 1 / -1 !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .cart-item-amount,
  body.in-krok-2.ordering-process #checkoutSidebar .cart-item-amount {
    grid-column: 1 !important;
    justify-self: start !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .cart-item-price,
  body.in-krok-2.ordering-process #checkoutSidebar .cart-item-price {
    grid-column: 2 !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .cart-item-name .main-link,
  body.in-krok-2.ordering-process #checkoutSidebar .cart-item-name .main-link {
    color: #087ed0 !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    overflow-wrap: anywhere !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .cart-item-amount,
  body.in-krok-1.ordering-process #checkoutSidebar .cart-item-price,
  body.in-krok-2.ordering-process #checkoutSidebar .cart-item-amount,
  body.in-krok-2.ordering-process #checkoutSidebar .cart-item-price {
    font-size: 13px !important;
    justify-self: end !important;
    min-width: 82px !important;
    overflow: visible !important;
    text-align: right !important;
    white-space: nowrap !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .recapitulation-single,
  body.in-krok-1.ordering-process #checkoutSidebar .order-summary-item.helper,
  body.in-krok-2.ordering-process #checkoutSidebar .recapitulation-single,
  body.in-krok-2.ordering-process #checkoutSidebar .order-summary-item.helper {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 8px 14px !important;
    padding: 6px 0 !important;
    font-size: 14px !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .extras-wrap,
  body.in-krok-1.ordering-process #checkoutSidebar .extra.delivery,
  body.in-krok-2.ordering-process #checkoutSidebar .extras-wrap,
  body.in-krok-2.ordering-process #checkoutSidebar .extra.delivery {
    width: 100% !important;
    max-width: none !important;
    margin: 10px 0 0 !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .extra.delivery span,
  body.in-krok-2.ordering-process #checkoutSidebar .extra.delivery span {
    width: 100% !important;
    min-height: 0 !important;
    display: block !important;
    padding: 14px 0 0 !important;
    background: transparent !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .price-range,
  body.in-krok-2.ordering-process #checkoutSidebar .price-range {
    width: 100% !important;
    max-width: none !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .order-summary-item.price,
  body.in-krok-2.ordering-process #checkoutSidebar .order-summary-item.price {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 20px 16px !important;
    box-sizing: border-box !important;
    border-top: 2px solid var(--order-red) !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .price-wrapper,
  body.in-krok-2.ordering-process #checkoutSidebar .price-wrapper {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 12px 16px !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .price.price-primary,
  body.in-krok-2.ordering-process #checkoutSidebar .price.price-primary {
    font-size: 30px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .consents,
  body.in-krok-1.ordering-process #checkoutSidebar .order-summary-inner p,
  body.in-krok-2.ordering-process #checkoutSidebar .consents,
  body.in-krok-2.ordering-process #checkoutSidebar .order-summary-inner p {
    padding: 0 16px !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .next-step,
  body.in-krok-2.ordering-process #checkoutSidebar .next-step {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    margin: 0 !important;
    padding: 0 16px 24px !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .next-step .btn,
  body.in-krok-1.ordering-process #checkoutSidebar .next-step-forward,
  body.in-krok-2.ordering-process #checkoutSidebar .next-step .btn,
  body.in-krok-2.ordering-process #checkoutSidebar .next-step-forward,
  body.in-krok-2.ordering-process #checkoutSidebar #orderFormButton,
  body.in-krok-2.ordering-process #checkoutSidebar #submit-order-button {
    width: 100% !important;
    min-height: 58px !important;
    border-radius: 8px !important;
    background: var(--order-green) !important;
    background-image: none !important;
    color: #fff !important;
    box-shadow: none !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .next-step-back,
  body.in-krok-2.ordering-process #checkoutSidebar .next-step-back {
    min-height: 32px !important;
    padding: 0 !important;
  }
}

/* Checkout step 2 final override - keep this block last */
body.in-krok-1.ordering-process .cart-header .step,
body.in-krok-2.ordering-process .cart-header .step,
body.in-krok-1.ordering-process .cart-header .step.active,
body.in-krok-2.ordering-process .cart-header .step.active {
  border-bottom-color: transparent !important;
}

body.in-krok-1.ordering-process .cart-header .step:before,
body.in-krok-1.ordering-process .cart-header .step span:before,
body.in-krok-1.ordering-process .cart-header .step span:after,
body.in-krok-2.ordering-process .cart-header .step:before,
body.in-krok-2.ordering-process .cart-header .step span:before,
body.in-krok-2.ordering-process .cart-header .step span:after,
body.in-krok-1.ordering-process .co-box .order-icon:before,
body.in-krok-1.ordering-process .co-box h4.order-icon:before,
body.in-krok-2.ordering-process .co-box .order-icon:before,
body.in-krok-2.ordering-process .co-box h4.order-icon:before {
  content: none !important;
  display: none !important;
}

body.in-krok-1.ordering-process .co-box .order-icon,
body.in-krok-1.ordering-process .co-box h4.order-icon,
body.in-krok-2.ordering-process .co-box .order-icon,
body.in-krok-2.ordering-process .co-box h4.order-icon {
  padding-left: 0 !important;
  background: none !important;
}

@media (min-width: 768px) {
  body.in-krok-1.ordering-process .cart-header,
  body.in-krok-2.ordering-process .cart-header {
    align-items: center !important;
    margin-bottom: 42px !important;
    padding-bottom: 0 !important;
  }

  body.in-krok-1.ordering-process .cart-header .step,
  body.in-krok-2.ordering-process .cart-header .step {
    min-height: 58px !important;
    align-items: center !important;
    padding-bottom: 0 !important;
  }

  body.in-krok-1.ordering-process .cart-header .step > a,
  body.in-krok-1.ordering-process .cart-header .step > strong,
  body.in-krok-2.ordering-process .cart-header .step > a,
  body.in-krok-2.ordering-process .cart-header .step > strong {
    min-height: 42px !important;
    gap: 16px !important;
  }

  body.in-krok-1.ordering-process .cart-header .step:not(:first-child):after,
  body.in-krok-2.ordering-process .cart-header .step:not(:first-child):after {
    top: 22px !important;
  }

  body.in-krok-1.ordering-process .shipping-billing-table .radio-wrapper {
    min-height: 60px !important;
  }

  body.in-krok-1.ordering-process .shipping-billing-table label {
    min-height: 60px !important;
    grid-template-columns: minmax(0, 1fr) 122px 92px !important;
    gap: 18px !important;
    padding: 12px 12px 12px 36px !important;
  }

  body.in-krok-1.ordering-process .shipping-billing-table .radio-wrapper.active label {
    padding-left: 48px !important;
  }

  body.in-krok-1.ordering-process .payment-logo {
    justify-self: start !important;
    text-align: left !important;
  }

  body.in-krok-1.ordering-process .payment-shipping-price {
    justify-self: stretch !important;
    min-width: 86px !important;
    color: var(--order-text) !important;
    text-align: left !important;
  }

  body.in-krok-1.ordering-process .payment-shipping-price.for-free {
    color: #168a2f !important;
  }

  body.in-krok-1.ordering-process .co-payment-method .radio-wrapper:has(.payment-logo img) label {
    min-height: 74px !important;
    grid-template-columns: minmax(0, 1fr) 96px !important;
    grid-template-rows: auto auto !important;
    align-items: center !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }

  body.in-krok-1.ordering-process .co-payment-method .radio-wrapper:has(.payment-logo img) .payment-info {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  body.in-krok-1.ordering-process .co-payment-method .radio-wrapper:has(.payment-logo img) .payment-logo {
    grid-column: 1 !important;
    grid-row: 2 !important;
    margin-top: 7px !important;
    justify-self: start !important;
  }

  body.in-krok-1.ordering-process .co-payment-method .radio-wrapper:has(.payment-logo img) .payment-logo img {
    max-width: 104px !important;
    max-height: 28px !important;
  }

  body.in-krok-1.ordering-process .co-payment-method .radio-wrapper:has(.payment-logo img) .payment-shipping-price {
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
    align-self: center !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar > .cart-content,
  body.in-krok-2.ordering-process #checkoutSidebar > .cart-content {
    overflow: hidden !important;
    border: 1px solid var(--order-blue-line) !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: 0 20px 46px rgba(16, 45, 115, .09) !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .order-summary,
  body.in-krok-2.ordering-process #checkoutSidebar .order-summary {
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.in-krok-1.ordering-process #summary-box,
  body.in-krok-2.ordering-process #summary-box {
    padding: 28px 30px 0 !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .cart-item,
  body.in-krok-2.ordering-process #checkoutSidebar .cart-item {
    grid-template-columns: minmax(0, 1fr) 52px 74px !important;
    gap: 10px 14px !important;
    padding: 16px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid var(--order-blue-line) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .cart-item-name,
  body.in-krok-1.ordering-process #checkoutSidebar .cart-item-amount,
  body.in-krok-1.ordering-process #checkoutSidebar .cart-item-price,
  body.in-krok-2.ordering-process #checkoutSidebar .cart-item-name,
  body.in-krok-2.ordering-process #checkoutSidebar .cart-item-amount,
  body.in-krok-2.ordering-process #checkoutSidebar .cart-item-price {
    min-width: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .cart-item-name .main-link,
  body.in-krok-2.ordering-process #checkoutSidebar .cart-item-name .main-link {
    color: #087ed0 !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .cart-item-amount,
  body.in-krok-1.ordering-process #checkoutSidebar .cart-item-price,
  body.in-krok-2.ordering-process #checkoutSidebar .cart-item-amount,
  body.in-krok-2.ordering-process #checkoutSidebar .cart-item-price {
    justify-self: end !important;
    text-align: right !important;
    white-space: nowrap !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .recapitulation-single,
  body.in-krok-1.ordering-process #checkoutSidebar .order-summary-item.helper,
  body.in-krok-2.ordering-process #checkoutSidebar .recapitulation-single,
  body.in-krok-2.ordering-process #checkoutSidebar .order-summary-item.helper {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 4px !important;
    padding: 9px 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .recapitulation-shipping-billing-label,
  body.in-krok-2.ordering-process #checkoutSidebar .recapitulation-shipping-billing-label {
    display: none !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .recapitulation-shipping-billing-info,
  body.in-krok-2.ordering-process #checkoutSidebar .recapitulation-shipping-billing-info {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 12px !important;
    align-items: center !important;
    justify-items: stretch !important;
    color: var(--order-text) !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    text-align: left !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .recapitulation-shipping-billing-info [data-testid="recapItemPrice"],
  body.in-krok-2.ordering-process #checkoutSidebar .recapitulation-shipping-billing-info [data-testid="recapItemPrice"] {
    justify-self: end !important;
    color: #168a2f !important;
    text-align: right !important;
    white-space: nowrap !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .order-summary-item.price,
  body.in-krok-2.ordering-process #checkoutSidebar .order-summary-item.price {
    margin: 18px 0 0 !important;
    padding: 26px 0 22px !important;
    border-top: 1px solid var(--order-blue-line) !important;
    background: transparent !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .price-wrapper,
  body.in-krok-2.ordering-process #checkoutSidebar .price-wrapper {
    align-items: start !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .price-label.price-primary,
  body.in-krok-2.ordering-process #checkoutSidebar .price-label.price-primary {
    padding-top: 4px !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .price.price-primary,
  body.in-krok-2.ordering-process #checkoutSidebar .price.price-primary {
    line-height: 1 !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .next-step,
  body.in-krok-2.ordering-process #checkoutSidebar .next-step {
    margin: 0 !important;
    padding: 0 30px 30px !important;
  }
}

#cboxOverlay,
#colorbox,
#cboxWrapper,
#cboxContent,
.packeta-widget,
.packeta-widget-overlay,
.packeta-selector-open,
.packetery-widget,
.zasilkovna-widget,
.zasilkovna-widget-overlay,
.branch-picker,
.branch-picker-overlay,
.delivery-point-widget,
.delivery-point-widget-overlay,
.shp-modal,
.shp-modal-container,
.shp-modal-wrapper,
.modal,
.modal-backdrop,
.ui-dialog,
.ui-widget-overlay,
.fancybox-container,
.fancybox-bg {
  z-index: 2147483000 !important;
}

/* Checkout modal stacking - final */
#cboxOverlay,
.modal-backdrop,
.ui-widget-overlay,
.fancybox-bg,
.packeta-widget-overlay,
.zasilkovna-widget-overlay,
.branch-picker-overlay,
.delivery-point-widget-overlay {
  z-index: 2147482990 !important;
}

#colorbox,
#cboxWrapper,
#cboxContent,
.packeta-widget,
.packetery-widget,
.zasilkovna-widget,
.branch-picker,
.delivery-point-widget,
.shp-modal,
.shp-modal-container,
.shp-modal-wrapper,
.modal,
.ui-dialog,
.fancybox-container,
[id*="packeta"],
[id*="Packeta"],
[id*="zasilkovna"],
[id*="Zasilkovna"],
[id*="pickup"],
[id*="Pickup"],
[class*="packeta"],
[class*="Packeta"],
[class*="zasilkovna"],
[class*="Zasilkovna"],
[class*="pickup"],
[class*="Pickup"],
[class*="branch"],
[class*="Branch"] {
  z-index: 2147483000 !important;
}
/* Checkout recap row alignment - final */
@media (min-width: 768px) {
  body.in-krok-1.ordering-process #checkoutSidebar .order-summary-item.helper,
  body.in-krok-2.ordering-process #checkoutSidebar .order-summary-item.helper {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 14px !important;
    align-items: center !important;
    padding: 14px 0 !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .order-summary-item.helper > div:last-child,
  body.in-krok-2.ordering-process #checkoutSidebar .order-summary-item.helper > div:last-child {
    justify-self: end !important;
    text-align: right !important;
    white-space: nowrap !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .recapitulation-single,
  body.in-krok-2.ordering-process #checkoutSidebar .recapitulation-single {
    display: block !important;
    padding: 8px 0 !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .recapitulation-shipping-billing-info,
  body.in-krok-2.ordering-process #checkoutSidebar .recapitulation-shipping-billing-info {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 16px !important;
    align-items: baseline !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .recapitulation-shipping-billing-info span:first-child,
  body.in-krok-2.ordering-process #checkoutSidebar .recapitulation-shipping-billing-info span:first-child {
    min-width: 0 !important;
    overflow-wrap: anywhere !important;
  }
}
