.public-page--without-footer {
  background: #f7faf7;
}

.new-cart-page {
  min-height: 60vh;
  padding: 0 0 48px;
  background: #f7faf7;
  color: #172238;
}

.new-cart-page--has-mobile-checkout {
  padding-bottom: 92px;
}

.new-cart-page__inner {
/*  width: 100%;*/
/*  max-width: 1120px;*/
  padding-top: 22px;
/*  padding-inline: 12px;*/
}

.new-cart-hero {
  overflow: hidden;
  background: linear-gradient(160deg, #111b25 0%, #1d3444 62%, #17372d 100%);
  color: #fff;
}

@media (min-width: 992px) {
  .new-cart-hero {
    background: linear-gradient(135deg, #111b25 0%, #1d3444 58%, #17372d 100%);
  }
}

.new-cart-hero__inner {
  display: grid;
  gap: 20px;
  width: 100%;

  padding: 24px 1rem 26px;
}

.new-cart-hero__eyebrow {
  margin: 0 0 7px;
  color: #76c95e;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.new-cart-hero__eyebrow span {
  margin-inline: 5px;
}

.new-cart-hero__copy h1 {
  margin: 0 0 7px;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
}

.new-cart-hero__description {
  margin: 0;
  max-width: 650px;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  line-height: 1.5;
}

.new-cart-hero__journey {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.new-cart-hero__journey li {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, .7);
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.new-cart-hero__journey li:not(:last-child)::after {
  width: clamp(18px, 6vw, 46px);
  height: 1px;
  margin-inline: 8px;
  background: rgba(255, 255, 255, .28);
  content: '';
}

.new-cart-hero__journey span {
  display: grid;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 50%;
  font-size: 10px;
}

.new-cart-hero__journey [aria-current='step'] {
  color: #fff;
}

.new-cart-hero__journey [aria-current='step'] span {
  border-color: #48a62c;
  background: #48a62c;
}

.new-cart-layout {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}

.new-cart-layout aside {
  display: none;
}

.new-cart-items {
  display: grid;
  gap: 10px;
}

.new-cart-empty,
.new-cart-item,
.new-cart-checkout {
  overflow: hidden;
  border: 1px solid #cfdae4;
  border-radius: 16px;
  background: #fff;
}

.new-cart-item {
  border-radius: 8px;
}

.new-cart-checkout {
  border-inline: 0;
  border-radius: 0;
}

.new-cart-empty {
  display: grid;
  width: calc(100% - 24px);
  max-width: 620px;
  justify-items: center;
  gap: 18px;
  margin: 18px auto 8px;
  padding: 32px 20px;
  text-align: center;
}

.new-cart-empty h2,
.new-cart-empty p {
  margin: 0;
}

.new-cart-empty__icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: rgba(72, 166, 44, .16);
}

.new-cart-empty__icon img {
  width: 27px;
  height: 27px;
}

.new-cart-empty__copy {
  display: grid;
  max-width: 420px;
  gap: 8px;
}

.new-cart-empty h2 {
  color: #172238;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}

.new-cart-empty p {
  color: #526276;
  font-size: 14px;
  line-height: 1.55;
}

.new-cart-empty .new-cart-primary-action {
  width: 100%;
  max-width: 220px;
}

.new-cart-item__summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 16px;
  align-items: center;
  padding: 12px;
  list-style: none;
  cursor: pointer;
  transition: background-color .2s ease;
}

.new-cart-item__summary::-webkit-details-marker {
  display: none;
}

.new-cart-item__summary:hover,
.new-cart-item__summary:focus-visible {
  background: #f3f8f1;
}

.new-cart-item__summary:focus-visible {
  outline: 3px solid rgba(61, 170, 43, .3);
  outline-offset: -3px;
}

.new-cart-item[open] .new-cart-item__summary {
  background: #f7faf7;
}

.new-cart-item__identity {
  min-width: 0;
  align-self: start;
}

.new-cart-item__identity > span,
.new-cart-item__identity > strong {
  display: block;
}

.new-cart-item__identity > span {
  margin-bottom: 4px;
  color: #306386;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.new-cart-item__identity > strong {
  color: #172238;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.new-cart-item__price {
  align-self: end;
  padding-bottom: 0;
  color: #172238;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.new-cart-item__price-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  align-self: start;
  gap: 4px;
  grid-column: 2;
  grid-row: 1;
}

.new-cart-item__meta {
  display: flex;
  flex-wrap: wrap;
  grid-column: 1;
  grid-row: 2;
  min-width: 0;
  align-items: center;
  gap: 8px;
  color: #526276;
  font-size: 12px;
  line-height: 1.4;
}

.new-cart-item__meta > span:not(.new-cart-registration-mark) {
  min-width: 0;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
}

.new-cart-item__address {
  grid-column: 1 / -1;
  min-width: 0;
  color: #526276;
  font-size: 12px;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.new-cart-item__meta > span + span::before {
  content: none;
}

.new-cart-item__toggle {
  grid-column: 2;
  grid-row: 2;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  color: #15577c;
  font-size: 12px;
  font-weight: 800;
}

.new-cart-item__toggle i {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .2s ease;
}

@media (max-width: 767.98px) {
  .new-cart-item__summary {
    padding: 16px;
    gap: 4px 16px;
    align-items: start;
  }

  .new-cart-item__meta {
    padding-top: 4px;
  }

  .new-cart-item__price-block {
    grid-row: 1 / 3;
    gap: 8px;
  }

  .new-cart-item__address {
    grid-column: 1;
    grid-row: 3;
  }

  .new-cart-item__toggle {
    grid-row: 3;
    align-self: end;
    line-height: 1.4;
  }
}

.new-cart-item[open] .new-cart-item__toggle i {
  transform: rotate(225deg) translate(-2px, -2px);
}

.new-cart-item__expanded {
  border-top: 1px solid #d9e1e8;
  background: #fff;
}

.new-cart-registration-mark {
  display: inline-block;
  flex: 0 0 auto;
  padding: 2px 6px;
  border: 1px solid #0c1724;
  border-radius: 4px;
  background: #fbc900;
  color: #0c1724;
  font-family: monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}

.new-cart-item__details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin: 0;
  padding: 14px 12px;
}

.new-cart-item__details div {
  min-width: 0;
  padding: 0;
  border: 0;
}

.new-cart-item__details dt {
  margin-bottom: 2px;
  color: #526276;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .035em;
  line-height: 1.2;
  text-transform: uppercase;
}

.new-cart-item__details dd {
  margin: 0;
  overflow-wrap: anywhere;
  color: #172238;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.new-cart-item__details .new-cart-item__availability {
  grid-column: 1 / -1;
}

.new-cart-item__availability ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
}

.new-cart-item__availability li {
  padding: 5px 8px;
  border-radius: 6px;
  background: rgba(48, 99, 134, .14);
  color: #306386;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
}

.new-cart-addons {
  border-top: 1px solid #d9e1e8;
  background: #f5f8f4;
}

.new-cart-addons__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 12px 7px;
}

.new-cart-addons__heading h3 {
  margin: 0;
  color: #306386;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.new-cart-addons__heading > span {
  color: #617083;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
}

.new-cart-addons__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 48px;
  padding: 8px 12px;
  border-top: 1px solid #e0e7de;
  background: rgba(255, 255, 255, .56);
}

.new-cart-addons__copy,
.new-cart-addons__copy strong,
.new-cart-addons__copy small {
  display: block;
}

.new-cart-addons__copy {
  min-width: 0;
}

.new-cart-addons__copy strong {
  color: #172238;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.new-cart-addons__copy small {
  margin-top: 2px;
  color: #526276;
  font-size: 11px;
  line-height: 1.25;
}

.new-cart-addons__copy small b {
  margin-left: 5px;
  color: #172238;
  font-weight: 800;
}

.new-cart-item__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 0;
  padding: 10px 12px;
  border-top: 1px solid #d9e1e8;
  background: #f7faf7;
}

.new-cart-item__actions form {
  margin: 0;
}

.new-cart-item__actions .new-cart-secondary-action,
.new-cart-item__actions .new-cart-remove-action,
.new-cart-addons .new-cart-remove-action {
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 7px;
  font-size: 12px;
}

.new-cart-primary-action,
.new-cart-secondary-action,
.new-cart-remove-action {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
}

.new-cart-primary-action {
  border: 2px solid #3daa2b;
  background: #3daa2b;
  color: #fff;
}

.new-cart-secondary-action {
  border: 2px solid #15577c;
  background: #fff;
  color: #15577c;
}

.new-cart-remove-action {
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid #e7a4a4;
  background: #fff3f3;
  color: #b51e1e;
}

.new-cart-primary-action:hover,
.new-cart-primary-action:focus-visible {
  background: #328f23;
  border-color: #328f23;
  color: #fff;
}

.new-cart-secondary-action:hover,
.new-cart-secondary-action:focus-visible {
  background: #eef6fa;
  color: #124d6e;
}

.new-cart-primary-action:disabled {
  cursor: not-allowed;
  opacity: .55;
}

.new-cart-page button.is-loading {
  position: relative;
  color: transparent !important;
  cursor: wait;
}

.new-cart-page button.is-loading > * {
  visibility: hidden;
}

.new-cart-page button.is-loading::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  color: #15577c;
  content: '';
  animation: new-cart-button-spin .7s linear infinite;
}

.new-cart-page .new-cart-primary-action.is-loading::after {
  color: #fff;
}

@keyframes new-cart-button-spin {
  to {
    transform: rotate(360deg);
  }
}

.new-cart-checkout {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 18px 0;
}

.new-cart-checkout__heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.new-cart-checkout__heading h2 {
  margin: 0;
  color: #172238;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}

.new-cart-checkout__heading span {
  color: #617083;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.new-cart-totals {
  margin: 0;
}

.new-cart-totals > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 11px 0;
  border-bottom: 1px solid #d9e1e8;
}

.new-cart-totals > div[hidden] {
  display: none;
}

.new-cart-totals dt,
.new-cart-totals dd {
  margin: 0;
}

.new-cart-totals__discount dt,
.new-cart-totals__discount dd {
  color: #0f4610;
}

.new-cart-discount {
  padding: 0;
  border-top: 1px solid #d9e1e8;
}

.new-cart-discount label,
.new-cart-discount p {
  margin: 0;
}

.new-cart-discount summary {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  cursor: pointer;
  list-style: none;
  color: #172238;
  font-size: 16px;
  font-weight: 800;
}

.new-cart-discount summary::-webkit-details-marker {
  display: none;
}

.new-cart-discount summary strong {
  margin-left: auto;
  color: #0f4610;
  font-size: 12px;
  white-space: nowrap;
}

.new-cart-discount summary i {
  width: 9px;
  height: 9px;
  border-right: 2px solid #306386;
  border-bottom: 2px solid #306386;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .2s ease;
}

.new-cart-discount[open] summary i {
  transform: rotate(225deg) translate(-2px, -2px);
}

.new-cart-discount__body {
  display: grid;
  gap: 12px;
  padding: 0 0 18px;
}

.new-cart-discount label {
  display: block;
  margin-bottom: 7px;
  color: #526276;
  font-size: 13px;
  font-weight: 700;
}

.new-cart-discount__controls {
  display: flex;
  gap: 8px;
}

.new-cart-discount__controls input {
  min-width: 0;
  width: 100%;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #aebdca;
  border-radius: 8px;
  color: #172238;
  text-transform: uppercase;
}

.new-cart-discount__controls button {
  min-width: 86px;
}

.new-cart-discount__applied {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(72, 166, 44, .16);
  color: #0f4610;
  font-size: 13px;
}

.new-cart-totals dt {
  color: #526276;
}

.new-cart-totals dd {
  flex: 0 0 auto;
  font-weight: 800;
}

.new-cart-totals .new-cart-totals__total {
  align-items: baseline;
  padding-top: 18px;
  border-bottom: 0;
}

.new-cart-totals__total dt,
.new-cart-totals__total dd {
  color: #172238;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
}

.new-cart-checkout__notice {
  margin: 0;
  color: #526276;
  font-size: 14px;
  line-height: 1.5;
}

.new-cart-checkout__action {
  width: 100%;
}

.new-cart-checkout__accepted {
  display: flex;
  align-items: center;
  gap: 12px;
}

.new-cart-checkout__accepted span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: rgba(72, 166, 44, .16);
  color: #0f4610;
  font-weight: 800;
}

.new-cart-checkout__accepted strong,
.new-cart-checkout__accepted small {
  display: block;
}

.new-cart-secure-note {
  padding-top: 16px;
  border-top: 1px solid #d9e1e8;
  color: #526276;
  font-size: 13px;
}

.new-cart-secure-note strong,
.new-cart-secure-note span {
  display: block;
}

.new-cart-secure-note strong {
  margin-bottom: 3px;
  color: #172238;
}

.new-cart-mobile-checkout {
  position: fixed;
  z-index: 2147483002;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid #cbd8e2;
  background: #fff;
  box-shadow: 0 -10px 30px rgba(16, 23, 14, .18);
}

.new-cart-mobile-checkout__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 12px 16px max(12px, env(safe-area-inset-bottom));
}

.new-cart-mobile-checkout__toggle {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #172238;
  text-align: left;
  cursor: pointer;
}

.new-cart-mobile-checkout__toggle > span:first-child,
.new-cart-mobile-checkout__toggle small,
.new-cart-mobile-checkout__toggle strong {
  display: block;
}

.new-cart-mobile-checkout__toggle small {
  margin-bottom: 2px;
  color: #526276;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .045em;
  line-height: 1.2;
  text-transform: uppercase;
}

.new-cart-mobile-checkout__toggle strong {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

.new-cart-mobile-checkout__toggle-icon {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid #d4e0e7;
  border-radius: 50%;
  background: #f4f8fa;
  color: #22577a;
}

.new-cart-mobile-checkout__toggle-icon svg,
.new-cart-mobile-checkout__body-header button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.new-cart-mobile-checkout__header > .new-cart-primary-action {
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 13px;
  white-space: nowrap;
}

.new-cart-mobile-checkout__body {
  max-height: calc(100vh - 86px);
  overflow-y: auto;
  padding: 0 16px 14px;
  border-bottom: 1px solid #d9e1e8;
  background: #fff;
}

.new-cart-mobile-checkout__body-header {
  display: flex;
  position: sticky;
  z-index: 1;
  top: 0;
  align-items: center;
  justify-content: space-between;
  margin: 0 -16px 8px;
  padding: 16px;
  border-bottom: 1px solid #d9e1e8;
  background: #fff;
}

.new-cart-mobile-checkout__body-header span {
  display: block;
  margin-bottom: 2px;
  color: #526276;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .05em;
  line-height: 1.2;
  text-transform: uppercase;
}

.new-cart-mobile-checkout__body-header h2 {
  margin: 0;
  color: #172238;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
}

.new-cart-mobile-checkout__body-header button {
  display: grid;
  width: 36px;
  height: 36px;
  padding: 0;
  place-items: center;
  border: 1px solid #d4e0e7;
  border-radius: 50%;
  background: #f4f8fa;
  color: #22577a;
  cursor: pointer;
}

.new-cart-mobile-checkout__body .new-cart-totals > div {
  padding: 9px 0;
  font-size: 13px;
}

.new-cart-mobile-checkout__body .new-cart-secure-note {
  padding-top: 10px;
  font-size: 12px;
}

.new-cart-field-error {
  margin: 6px 0 0;
  font-size: 13px;
}

.new-cart-field-error {
  color: #ba1a1a;
  font-weight: 700;
}

.new-cart-terms-dialog {
    position: fixed;
    inset: 0;
    width: 100%;
    height: calc(100vh);
    max-height: calc(100vh);
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: #172238;
    box-shadow: 0 20px 70px rgba(16, 23, 14, .35);
    min-width: 100%;
}

@supports (height: 100dvh) {
  .new-cart-terms-dialog {
    height: calc(100dvh);
    max-height: calc(100dvh);
  }
}

.new-cart-terms-dialog > form {
  display: flex;
  height: 100%;
  min-height: 0;
  flex-direction: column;
}

.new-cart-terms-dialog::backdrop {
  background: rgba(9, 22, 34, .72);
}

.new-cart-terms-dialog__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 22px;
  background: #286485;
  color: #fff;
}

.new-cart-terms-dialog__header p,
.new-cart-terms-dialog__header h2 {
  margin: 0;
  color: #fff;
}

.new-cart-terms-dialog__header p {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.new-cart-terms-dialog__header h2 {
  font-size: 24px;
  font-weight: 800;
}

.new-cart-terms-dialog__header button {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.new-cart-terms-dialog__notice {
  padding: 12px 22px;
  background: #edf5e9;
  color: #274421;
  font-size: 14px;
  font-weight: 700;
}

.new-cart-terms-dialog__content {
  min-height: 0;
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 22px;
  border-block: 1px solid #d9e1e8;
  background: #fff;
  color: #10170e;
  font-family: Lato, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.55;
  overscroll-behavior: contain;
}

.new-cart-terms-dialog__content .new-booking-combined-terms__scope {
  margin-bottom: 18px;
  padding: 6px 10px;
  background: #e6eff4;
  color: #286485;
  font-size: 12px;
  font-weight: 800;
}

.new-cart-terms-dialog__content .new-booking-legal-content h1,
.new-cart-terms-dialog__content .new-booking-legal-content h2 {
  margin: 0 0 10px;
  color: #22577a;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.9;
}

.new-cart-terms-dialog__content .new-booking-legal-content h3 {
  color: #22577a;
  font-size: 16px;
  font-weight: 900;
}

.new-cart-terms-dialog__content .new-booking-legal-content p,
.new-cart-terms-dialog__content .new-booking-legal-content li {
  color: #10170e;
  font-size: 14px;
  line-height: 1.55;
}

.new-cart-terms-dialog__actions {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
  padding: 18px 22px;
}

.new-cart-terms-dialog .new-cart-field-error {
  margin-inline: 22px;
}

@media (min-width: 768px) {
  .new-cart-page {
    padding-bottom: 88px;
  }

  .new-cart-mobile-checkout {
    display: none;
  }

  .new-cart-page__inner {
    padding-top: 32px;
    /*padding-inline: 16px;*/
  }

  .new-cart-hero__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding: 31px 16px 33px;
  }

  .new-cart-hero__copy h1 {
    font-size: clamp(2rem, 5vw, 2.85rem);
  }

  .new-cart-hero__description {
    font-size: 16px;
    line-height: 1.5;
  }

  .new-cart-hero__journey {
    justify-content: flex-end;
  }

  .new-cart-items {
    gap: 16px;
  }

  .new-cart-item,
  .new-cart-checkout {
    border: 1px solid #cfdae4;
    border-radius: 16px;
  }

  .new-cart-item__summary {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto auto;
    align-items: start;
    gap: 6px 24px;
    padding: 16px 20px;
  }

  .new-cart-item__identity {
    grid-column: 1;
    grid-row: 1;
  }

  .new-cart-item__price-block {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: start;
    gap: 8px;
  }

  .new-cart-item__meta {
    grid-column: 1;
    grid-row: 2;
  }

  .new-cart-item__toggle {
    grid-column: 2;
    grid-row: 3;
    align-self: end;
    line-height: 1.4;
  }

  .new-cart-item__address {
    grid-column: 1;
    grid-row: 3;
  }

  .new-cart-item__details {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px 24px;
    padding: 16px 20px;
  }

  .new-cart-addons,
  .new-cart-item__actions {
    padding-inline: 0;
  }

  .new-cart-addons__heading,
  .new-cart-addons__item,
  .new-cart-item__actions {
    padding-inline: 20px;
  }

  .new-cart-checkout {
    padding: 28px 30px;
  }

  .new-cart-layout aside {
    display: block;
    position: sticky;
    top: 32px;
  }

  .new-cart-terms-dialog__actions {
    flex-direction: row;
    justify-content: flex-end;
  }
}
