/* AMUI v2.1.2 — Przesyłka / produkty w zamówieniu. */
body.amui-checkout-final .amui-checkout-products-card {
  overflow: hidden !important;
}

body.amui-checkout-final .amui-checkout-card-head {
  grid-template-columns: minmax(0, 1fr) max-content !important;
}

body.amui-checkout-final .amui-checkout-card-head > strong,
body.amui-checkout-final .amui-checkout-card-head > strong .amount,
body.amui-checkout-final .amui-checkout-card-head > strong bdi {
  white-space: nowrap !important;
  word-break: keep-all !important;
}

body.amui-checkout-final .amui-checkout-product-list {
  padding: 0 30px 30px !important;
}

body.amui-checkout-final .amui-checkout-product {
  display: grid !important;
  grid-template-columns: 82px minmax(0, 1fr) minmax(124px, max-content) !important;
  gap: 18px !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 18px 0 !important;
}

body.amui-checkout-final .amui-checkout-product__image {
  width: 82px !important;
  height: 64px !important;
  flex: 0 0 82px !important;
}

body.amui-checkout-final .amui-checkout-product__body {
  min-width: 0 !important;
  max-width: 100% !important;
}

body.amui-checkout-final .amui-checkout-product__body a,
body.amui-checkout-final .amui-checkout-product__body strong {
  max-width: 100% !important;
  color: #111827 !important;
  font-size: 16px !important;
  line-height: 1.28 !important;
  font-weight: 650 !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
  hyphens: none !important;
}

body.amui-checkout-final .amui-checkout-product__meta,
body.amui-checkout-final .amui-checkout-product__body > span {
  display: inline-flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 5px !important;
  width: auto !important;
  min-width: max-content !important;
  max-width: none !important;
  margin-top: 9px !important;
  white-space: nowrap !important;
  color: #64748b !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
}

body.amui-checkout-final .amui-checkout-product__meta em,
body.amui-checkout-final .amui-checkout-product__meta i,
body.amui-checkout-final .amui-checkout-product__meta b {
  display: inline !important;
  min-width: 0 !important;
  margin: 0 !important;
  color: inherit !important;
  font: inherit !important;
  font-style: normal !important;
  white-space: nowrap !important;
}

body.amui-checkout-final .amui-checkout-product__total {
  justify-self: end !important;
  align-self: center !important;
  min-width: 112px !important;
  text-align: right !important;
  white-space: nowrap !important;
  color: #111827 !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: 850 !important;
}

body.amui-checkout-final .amui-checkout-product__total .amount,
body.amui-checkout-final .amui-checkout-product__total bdi,
body.amui-checkout-final .amui-checkout-product__total span {
  white-space: nowrap !important;
  word-break: keep-all !important;
}

@media (max-width: 720px) {
  body.amui-checkout-final .amui-checkout-product {
    grid-template-columns: 76px minmax(0, 1fr) !important;
  }

  body.amui-checkout-final .amui-checkout-product__total {
    grid-column: 2 !important;
    justify-self: start !important;
    min-width: 0 !important;
    margin-top: -4px !important;
  }
}
