@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../../global/fonts/neue-haas-grotesk-display-pro/NeueHaasDisplayRoman.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../../global/fonts/neue-haas-grotesk-display-pro/NeueHaasDisplayMedium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../../global/fonts/neue-haas-grotesk-display-pro/NeueHaasDisplayBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../global/fonts/roboto/Roboto-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../global/fonts/roboto/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body.cart-2026--page {
  background-color: #f0f0f0;
}
body.cart-2026--page .header {
  border-bottom: 1px solid #dadada;
}
body.cart-2026--page .header.header, body.cart-2026--page .header.header.header__fixed {
  background-color: #f0f0f0;
}
body.cart-2026--page .header .logo img {
  filter: brightness(0);
}

.cart-2026 {
  width: 100%;
  background: #f0f0f0;
  color: #030b2e;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cart-2026__container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.cart-2026__container--steps {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: calc(28px + 16px * 2);
  padding-top: 16px;
  padding-bottom: 16px;
}

.cart-2026-steps {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dadada;
  background: #f0f0f0;
}

.cart-2026-steps__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cart-2026-steps__item {
  display: flex;
  align-items: center;
  min-width: 0;
}

.cart-2026-steps__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  text-decoration: none;
}

.cart-2026-steps__indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid #dadada;
  background: #ffffff;
  color: #636776;
}

.cart-2026-steps__number {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.cart-2026-steps__check {
  display: block;
  width: 14px;
  height: 14px;
}

.cart-2026-steps__label {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #636776;
  white-space: nowrap;
}

.cart-2026-steps__item.is-active .cart-2026-steps__indicator {
  border-color: #030b2e;
  background: #030b2e;
  color: #ffffff;
}
.cart-2026-steps__item.is-active .cart-2026-steps__label {
  color: #030b2e;
  font-weight: 400;
}

.cart-2026-steps__item.is-complete .cart-2026-steps__indicator {
  border-color: #030b2e;
  background: #030b2e;
  color: #ffffff;
}
.cart-2026-steps__item.is-complete .cart-2026-steps__label {
  color: #030b2e;
}

.cart-2026-steps__item.is-upcoming .cart-2026-steps__indicator {
  border-color: #dadada;
  background: #ffffff;
  color: #636776;
}

.cart-2026-steps__link:hover .cart-2026-steps__label {
  color: #030b2e;
}

.cart-2026-body {
  background: #f0f0f0;
  border-bottom: 1px solid #dadada;
}

.cart-2026__layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 0;
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding: 48px 40px;
}

.cart-2026__main {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
  padding-inline-end: clamp(24px, 5vw, 64px);
  border-inline-end: 1px solid #dadada;
}

.cart-2026__aside {
  min-width: 0;
  padding-inline-start: clamp(24px, 5vw, 64px);
}

.cart-2026__bundle-and-save {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding: 0 40px 48px;
}
.cart-2026__bundle-and-save.is-loading {
  opacity: 0.6;
  pointer-events: none;
}

.cart-2026-trust-bar {
  width: 100%;
  max-width: 1440px;
  margin-top: 48px;
  margin-inline: auto;
  padding: 0 40px 48px;
}

.cart-2026-trust-bar__container {
  padding: 32px 40px;
  border-radius: 16px;
  background: #030b2e;
  color: #ffffff;
}

.cart-2026-trust-bar__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cart-2026-trust-bar__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 0 32px;
}
.cart-2026-trust-bar__item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.cart-2026-trust-bar__item:first-child {
  padding-left: 0;
}
.cart-2026-trust-bar__item:last-child {
  padding-right: 0;
}

.cart-2026-trust-bar__icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
}
.cart-2026-trust-bar__icon img {
  display: block;
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}

.cart-2026-trust-bar__content {
  min-width: 0;
}

.cart-2026-trust-bar__title {
  margin: 0 0 8px;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #ffffff;
}

.cart-2026-trust-bar__description {
  margin: 0;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.75);
}

.cart-2026 .order-bump-popup.popup-save .order-bump-popup__head {
  padding: 16px 24px;
  background: #f5f5ff;
}
.cart-2026 .order-bump-popup.popup-save .order-bump-popup__head h2 {
  margin: 0;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 400;
  color: #0808f8;
}
.cart-2026 .order-bump-popup.popup-save .order-bump-popup__main {
  padding: 24px;
  align-items: flex-start;
}
.cart-2026 .order-bump-popup.popup-save .order-bump-popup__content .desc > div,
.cart-2026 .order-bump-popup.popup-save .order-bump-popup__content .desc > p,
.cart-2026 .order-bump-popup.popup-save .order-bump-popup__content .desc li {
  font-size: 16px;
  line-height: 22px;
}
.cart-2026 .order-bump-popup.popup-save .order-bump-popup__content h4 {
  margin: 20px 0 12px;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #030b2e;
}
.cart-2026 .order-bump-popup.popup-save .order-bump-popup__price {
  margin-top: 4px;
  justify-content: flex-start;
  flex-direction: row;
  gap: 12px;
}
.cart-2026 .order-bump-popup.popup-save .order-bump-popup__price .order-bump-popup__price__pr {
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
  color: #0808f8;
}
.cart-2026 .order-bump-popup.popup-save .order-bump-popup__price .order-bump-popup__price__cup {
  font-size: 16px;
  line-height: 22px;
  color: #8b8f9f;
}
.cart-2026 .order-bump-popup.popup-save .order-bump-popup__btn a {
  padding: 14px 32px;
  font-size: 14px;
  line-height: 24px;
  border-radius: 8px;
}
.cart-2026 .order-bump-popup.popup-save .order-bump-popup__btn-close span {
  color: #636776;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cart-2026 .order-bump-popup.popup-save .order-bump-popup__head h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .cart-2026 .order-bump-popup.popup-save .order-bump-popup__price .order-bump-popup__price__pr {
    font-size: 24px;
    line-height: 30px;
  }
}

.cart-2026__products {
  display: flex;
  flex-direction: column;
  gap: 16px;
  scroll-margin-top: 120px;
}

.cart-2026__title {
  margin: 0;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  color: #030b2e;
}

.cart-2026__items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.cart-2026-reservation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px;
  border: 1px solid #b2b2fd;
  border-radius: 12px;
  background: #f5f5ff;
  color: #0808f8;
}

.cart-2026-reservation__icon {
  flex-shrink: 0;
  display: block;
}

.cart-2026-reservation__text {
  margin: 0;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #0808f8;
  text-align: center;
}

.cart-2026-reservation__time {
  font-weight: 600;
}

.cart-2026-form {
  width: 100%;
}

.cart-2026-form__update {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.cart-2026 .woocommerce-cart-form {
  margin: 0;
}
.cart-2026 .cart-2026-item {
  margin: 0;
}
.cart-2026 .cart-2026-item__price-main .woocommerce-Price-amount {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.cart-2026 .cart-2026-item__price-main del .woocommerce-Price-amount {
  color: #636776;
  font-size: 14px;
}
.cart-2026 .cart-2026-item__price-main ins {
  text-decoration: none;
}
.cart-2026 .cart-2026-item__price-main ins .woocommerce-Price-amount {
  color: #030b2e;
}
.cart-2026 .cart-2026-item__price-main small {
  display: block;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #636776;
}
.cart-2026 .cart-2026-item__meta,
.cart-2026 .cart-2026-item .variation {
  margin-top: 4px;
  font-size: 14px;
  line-height: 20px;
  color: #636776;
}

.cart-2026-empty {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #636776;
}

.cart-2026-empty__cta {
  margin: 16px 0 0;
}

.cart-2026-empty__link {
  color: #0808f8;
  text-decoration: none;
  font-weight: 400;
}
.cart-2026-empty__link:hover {
  text-decoration: underline;
}

.cart-2026-bundle-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 16px;
  border-radius: 12px;
  background: #f5f5ff;
  border: 1px solid #b2b2fd;
  font-size: 16px;
  line-height: 22px;
  color: #030b2e;
}

.cart-2026-bundle-header__remove {
  color: #0808f8;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
  cursor: pointer;
}

.cart-2026-item__card {
  position: relative;
  display: flex;
  gap: 16px;
  padding: 16px;
  border: 1px solid #dadada;
  border-radius: 12px;
  background: #ffffff;
}
.cart-2026-item__card.is-loading .cart-2026-item__loading {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.cart-2026-item__loading {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.55);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.15s ease, visibility 0.15s ease;
}

.cart-2026-item__spinner {
  width: 28px;
  height: 28px;
  border: 2px solid rgba(8, 8, 248, 0.2);
  border-top-color: #0808f8;
  border-radius: 50%;
  animation: cart-2026-spin 0.7s linear infinite;
}

@keyframes cart-2026-spin {
  to {
    transform: rotate(360deg);
  }
}
.cart-2026-item__media {
  flex-shrink: 0;
}

.cart-2026-item__image-link,
.cart-2026-item__image-wrap {
  display: block;
  width: 72px;
  height: 72px;
  border-radius: 8px;
  background: #f6f6f6;
  overflow: hidden;
}

.cart-2026-item__image-link img,
.cart-2026-item__image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cart-2026-item__body {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cart-2026-item__head {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.cart-2026-item__info {
  flex: 1 1 0;
  min-width: 0;
}

.cart-2026-item__name {
  display: block;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #030b2e;
  text-decoration: none;
}

a.cart-2026-item__name:hover {
  color: #0808f8;
}

.cart-2026-item__price {
  flex-shrink: 0;
  max-width: 120px;
  text-align: right;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #030b2e;
}

.cart-2026-item__price-main {
  display: block;
}

.cart-2026-item__price-suffix {
  display: block;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #636776;
}

.cart-2026-item__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 28px;
}

.cart-2026-item__foot-main {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1 1 0;
  min-width: 0;
}

.cart-2026-item__static-qty {
  margin: 0;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #636776;
}

.cart-2026-qty-stepper {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.cart-2026-qty-stepper.is-updating {
  opacity: 0.5;
  pointer-events: none;
}

.cart-2026-qty-stepper__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 1px solid #dadada;
  border-radius: 999px;
  background: #ffffff;
  color: #030b2e;
  cursor: pointer;
}
.cart-2026-qty-stepper__btn img {
  display: block;
  width: 14px;
  height: 14px;
}
.cart-2026-qty-stepper__btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.cart-2026-qty-stepper__value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #030b2e;
  text-align: center;
}

.cart-2026-item__remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border: 1px solid #dadada;
  border-radius: 999px;
  color: #030b2e;
  text-decoration: none;
}
.cart-2026-item__remove img {
  display: block;
  width: 14px;
  height: 14px;
}
.cart-2026-item__remove:hover {
  color: #0808f8;
  border-color: #b2b2fd;
}

.cart-2026-item__note,
.cart-2026-item .pfm-cart-line-saving {
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 20px;
  color: #636776;
}

.cart-2026-item__subscription {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 0;
  min-width: 0;
  font-size: 14px;
  line-height: 20px;
}
.cart-2026-item__subscription--readonly {
  flex: 0 1 auto;
}

.cart-2026-sub-label {
  flex-shrink: 0;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #636776;
  white-space: nowrap;
}

.cart-2026-sub-readonly {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #030b2e;
  white-space: nowrap;
}

.cart-2026-sub-chips {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 4px;
  flex: 1 1 0;
  min-width: 0;
}

.cart-2026-sub-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 28px;
  padding: 4px 8px;
  border: 1px solid #dadada;
  border-radius: 8px;
  background: #ffffff;
  color: #636776;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  box-sizing: border-box;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.cart-2026-sub-chip.is-active {
  border-color: #0808f8;
  background: #0808f8;
  color: #ffffff;
}
.cart-2026-sub-chip:hover:not(.is-active):not(:disabled) {
  border-color: #b2b2fd;
  color: #030b2e;
}

.cart-2026 .cart-2026-sub-chip.btn-reset {
  border: 1px solid #dadada;
  background: #ffffff;
  color: #636776;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.cart-2026 .cart-2026-sub-chip.btn-reset.is-active {
  border-color: #0808f8;
  background: #0808f8;
  color: #ffffff;
}

.cart-2026.is-refreshing .cart-2026-refresh-target {
  opacity: 0.55;
  pointer-events: none;
}

.cart-2026-item__remove.is-updating {
  opacity: 0.4;
  pointer-events: none;
}

.cart-2026-items-shell {
  position: relative;
  width: 100%;
}
.cart-2026-items-shell.is-loading .cart-2026-items-shell__loading {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.cart-2026-items-shell__loading {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.55);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.15s ease, visibility 0.15s ease;
}

.cart-2026-order-summary-shell {
  position: relative;
  width: 100%;
}
.cart-2026-order-summary-shell.is-loading .cart-2026-order-summary__loading {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.cart-2026-order-summary__loading {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.55);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.15s ease, visibility 0.15s ease;
}

.cart-2026-order-summary {
  width: 100%;
}
.cart-2026-order-summary .order-summary {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
  max-width: none;
  margin-top: 0;
  padding: 16px;
  border: 0;
  border-radius: 12px;
  box-shadow: none;
  background: #ffffff;
  box-sizing: border-box;
}
.cart-2026-order-summary .order-summary h2 {
  margin: 0;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: none;
  color: #030b2e;
}
.cart-2026-order-summary .order-summary h2 span,
.cart-2026-order-summary .order-summary h2 b {
  color: inherit;
  font-weight: inherit;
}
.cart-2026-order-summary .order-table-sum {
  display: block;
  width: 100%;
  border: 0;
  border-collapse: collapse;
}
.cart-2026-order-summary .order-table-sum tbody,
.cart-2026-order-summary .order-table-sum tfoot {
  display: block;
}
.cart-2026-order-summary .order-table-sum tfoot {
  margin-top: 16px;
}
.cart-2026-order-summary .order-table-sum tr {
  display: flex !important;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 16px;
  width: 100%;
}
.cart-2026-order-summary .order-table-sum tr:last-child {
  margin-bottom: 0;
}
.cart-2026-order-summary .order-table-sum td {
  display: block;
  padding: 0;
  font-size: 18px;
  line-height: 24px;
  vertical-align: middle;
  border: 0;
  text-transform: none;
}
.cart-2026-order-summary .order-table-sum td:first-child {
  flex: 1 1 auto;
  min-width: 0;
  padding-right: 0;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 400;
  color: #636776;
}
.cart-2026-order-summary .order-table-sum td:last-child {
  flex: 0 0 auto;
  align-self: center;
  text-align: right;
  white-space: nowrap;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 400;
  color: #030b2e;
}
.cart-2026-order-summary .order-table-sum .tax-total td:first-child small,
.cart-2026-order-summary .order-table-sum__tr.tax-total td:first-child small {
  display: inline;
  margin-left: 0.25em;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
.cart-2026-order-summary .order-table-sum .fee td:first-child {
  white-space: nowrap;
}
.cart-2026-order-summary .order-table-sum .about-fee {
  display: none;
}
.cart-2026-order-summary .order-table-sum .woocommerce-shipping-methods {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cart-2026-order-summary .order-table-sum .woocommerce-shipping-methods li {
  margin: 0;
  padding: 0;
}
.cart-2026-order-summary .order-table-sum .woocommerce-Price-amount {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.cart-2026-order-summary .order-table-sum .order-total td {
  padding: 0;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #636776;
}
.cart-2026-order-summary .order-table-sum .order-total td:last-child {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #030b2e;
}
.cart-2026-order-summary .wc-proceed-to-checkout,
.cart-2026-order-summary .btn-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  width: 100%;
}
.cart-2026-order-summary .checkout-button,
.cart-2026-order-summary .checkout-button.btn,
.cart-2026-order-summary .checkout-button.btn-sky {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 12px 20px;
  border: 0;
  border-radius: 8px;
  background: #0808f8;
  box-shadow: 0 0 0 3px rgba(0, 14, 40, 0.1);
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
}
.cart-2026-order-summary .checkout-button:hover, .cart-2026-order-summary .checkout-button:focus,
.cart-2026-order-summary .checkout-button.btn:hover,
.cart-2026-order-summary .checkout-button.btn:focus,
.cart-2026-order-summary .checkout-button.btn-sky:hover,
.cart-2026-order-summary .checkout-button.btn-sky:focus {
  background: #0808f8;
  color: #ffffff;
}
.cart-2026-order-summary .woocommerce-shipping-destination {
  display: none;
}
.cart-2026-order-summary .after-checkout-button {
  margin: 0;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #030b2e;
  text-align: center;
}

.cart-2026 .box-upsell-sub {
  background: #ffffff;
}
.cart-2026 .box-upsell-sub .card-button {
  padding: 16px 20px;
}
.cart-2026 .box-upsell-sub .text-top {
  white-space: nowrap;
}

@media (max-width: 992px) {
  .cart-2026 .all-upsells {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .cart-2026__container,
  .cart-2026__container--steps {
    padding-left: 16px;
    padding-right: 16px;
  }
  .cart-2026__container--steps {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .cart-2026__layout {
    grid-template-columns: 1fr;
    padding: 24px 16px;
  }
  .cart-2026__main {
    padding-inline-end: 0;
    padding-bottom: 24px;
    border-inline-end: 0;
  }
  .cart-2026__aside {
    padding-inline-start: 0;
    padding-top: 24px;
    border-top: 1px solid #dadada;
  }
  .cart-2026-reservation__text {
    font-size: 14px;
    line-height: 20px;
    white-space: normal;
  }
  .cart-2026-steps__list {
    gap: 16px;
  }
  .cart-2026-steps__link {
    gap: 6px;
  }
  .cart-2026-steps__label {
    font-size: 14px;
    line-height: 20px;
    white-space: normal;
  }
  .cart-2026-item__head {
    gap: 12px;
  }
  .cart-2026-item__foot {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .cart-2026-item__foot-main {
    flex-wrap: wrap;
    width: 100%;
  }
  .cart-2026-item--subscription .cart-2026-item__foot-main {
    flex-wrap: nowrap;
  }
  .cart-2026-item__subscription {
    gap: 6px;
  }
  .cart-2026-sub-label {
    font-size: 12px;
  }
  .cart-2026-sub-chip {
    padding-inline: 6px;
    font-size: 11px;
  }
  .cart-2026-item__price {
    max-width: 80px;
  }
  .cart-2026-item__remove {
    margin-left: auto;
  }
  .cart-2026-trust-bar {
    padding: 0 16px 24px;
  }
  .cart-2026-trust-bar__container {
    padding: 24px 20px;
  }
  .cart-2026-trust-bar__list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .cart-2026-trust-bar__item {
    padding: 0;
  }
  .cart-2026-trust-bar__item:not(:last-child) {
    border-right: 0;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}/*# sourceMappingURL=style.css.map */