body.shop-shell-v2 .shop-checkout-v2 {
  position: relative;
  padding: 30px 0 72px;
  color: #3c3f3f;
}

body.shop-shell-v2 .shop-checkout-v2--account-creator {
  max-width: none;
  margin: 0 auto;
  padding: 0 0 72px;
}

body.shop-shell-v2 .shop-confirm-order-v2 {
  max-width: none;
  margin: 0 auto;
  padding: 0 0 72px;
}

body.shop-shell-v2 .shop-confirm-order-v2 > .checkout-steps-v2 {
  width: 100%;
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

body.shop-shell-v2 .shop-confirm-order-v2__main {
  padding-top: 36px;
}

body.shop-shell-v2 .shop-confirm-order-v2__container {
  max-width: 1400px;
  padding-left: 0;
  padding-right: 0;
  width: calc(100% - 32px);
}

body.shop-shell-v2 .shop-confirm-order-v2 .bloc-success-order {
  background: #ffffff;
  border: 1px solid rgba(60, 63, 63, 0.06);
  border-radius: 28px;
  box-shadow: 0 22px 52px rgba(15, 23, 42, 0.1);
  max-width: none;
  overflow: hidden;
  padding: 0;
  width: 60%;
}

body.shop-shell-v2 .shop-confirm-order-v2 .bloc-success-order .card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

body.shop-shell-v2 .shop-confirm-order-v2 .bloc-success-order .header-title {
  align-items: center;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  font-family: var(--main-font-family-display);
  gap: 16px;
  justify-content: center;
  min-height: 270px;
  padding: 48px 24px 0px;
  text-align: center;
  text-transform: uppercase;
}

body.shop-shell-v2 .shop-confirm-order-v2 .bloc-success-order .header-title .checkmark {
  align-items: center;
  background: #39c11f;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 16px 28px color-mix(in srgb, var(--shop-v2-cart-book-all-button-background-color, #39c11f) 28%, transparent);
  display: inline-flex;
  height: 88px;
  justify-content: center;
  width: 88px;
}

body.shop-shell-v2 .shop-confirm-order-v2 .bloc-success-order .header-title .checkmark .glyphicon {
  color: var(--shop-v2-main-color-text-color, #ffffff);
  font-size: var(--shop-v2-font-size-8xl);
  top: 0;
}

body.shop-shell-v2 .shop-confirm-order-v2 .bloc-success-order .header-title > span:last-child {
  font-size: var(--shop-v2-font-size-7xl);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.05;
}

body.shop-shell-v2 .shop-confirm-order-v2 .bloc-success-order .body {
  padding: 0px 80px 44px;
  margin-top: 0px;
}

body.shop-shell-v2 .shop-confirm-order-v2 .bloc-success-order .body > p:first-child {
  color: #3c3f3f;
  font-size: var(--shop-v2-font-size-xl);
  font-weight: 500;
  line-height: 1.35;
  margin: 0 auto 38px;
  max-width: 820px;
}

body.shop-shell-v2 .shop-confirm-order-v2 .bloc-success-order .body > div:first-of-type > .row {
  align-items: center;
  background: color-mix(in srgb, #3c3f3f 6%, #ffffff);
  border-radius: 999px;
  display: flex;
  justify-content: center;
  margin: 0 auto 40px;
  max-width: 760px;
  padding: 12px 26px;
}

body.shop-shell-v2 .shop-confirm-order-v2 .bloc-success-order .body > div:first-of-type > .row > [class*="col-"] {
  float: none;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  width: auto;
}

body.shop-shell-v2 .shop-confirm-order-v2 .bloc-success-order .body > div:first-of-type > .row > [class*="col-"] + [class*="col-"] {
  margin-left: 24px;
}

body.shop-shell-v2 .shop-confirm-order-v2 .bloc-success-order .body > div:first-of-type > .row a,
body.shop-shell-v2 .shop-confirm-order-v2 .bloc-success-order .body > div:first-of-type > .row span {
  font-size: var(--shop-v2-font-size-lg);
  font-weight: 700;
  text-decoration: none;
}

body.shop-shell-v2 .shop-confirm-order-v2 .bloc-success-order .body > div:first-of-type > .row a {
  color: #3c3f3f;
}

body.shop-shell-v2 .shop-confirm-order-v2 .bloc-success-order .body > div:first-of-type > .row .glyphicon {
  margin-right: 8px;
}

body.shop-shell-v2 .shop-confirm-order-v2 .bloc-success-order .body > div:first-of-type > strong {
  
  display: block;
  font-family: var(--main-font-family-display);
  font-size: var(--shop-v2-font-size-xl);
  margin: 0 0 18px;
}

body.shop-shell-v2 .shop-confirm-order-v2 .bloc-success-order .body > div:first-of-type > .clearfix {
  border-bottom: 1px solid color-mix(in srgb, #3c3f3f 10%, transparent);
  margin: 0;
  padding: 18px 0;
}

body.shop-shell-v2 .shop-confirm-order-v2 .bloc-success-order .body > div:first-of-type > .clearfix a {
  font-weight: 700;
}

body.shop-shell-v2 .shop-confirm-order-v2 .success-order-v2__legacy-invoice-row {
  display: none;
}

body.shop-shell-v2 .shop-confirm-order-v2 .success-order-v2__invoice-section {
  border-top: 1px solid color-mix(in srgb, #3c3f3f 10%, transparent);
  margin: 0 auto 36px;
  max-width: 980px;
  padding-top: 28px;
}

body.shop-shell-v2 .shop-confirm-order-v2 .success-order-v2__invoice-heading,
body.shop-shell-v2 .shop-confirm-order-v2 .success-order-v2__total-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

body.shop-shell-v2 .shop-confirm-order-v2 .success-order-v2__invoice-heading {
  
  font-family: var(--main-font-family-display);
  font-size: var(--shop-v2-font-size-lg);
  font-weight: 800;
  margin-bottom: 18px;
}

body.shop-shell-v2 .shop-confirm-order-v2 .success-order-v2__invoice-items ul.liItems {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.shop-shell-v2 .shop-confirm-order-v2 .success-order-v2__invoice-items ul.liItems li {
  border-bottom: 1px solid color-mix(in srgb, #3c3f3f 10%, transparent);
  
  font-size: var(--shop-v2-font-size-lg);
  line-height: 1.4;
  padding: 18px 0;
}

body.shop-shell-v2 .shop-confirm-order-v2 .success-order-v2__item-row {
  align-items: center;
  border-bottom: 1px solid color-mix(in srgb, #3c3f3f 10%, transparent);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 18px 0;
}

body.shop-shell-v2 .shop-confirm-order-v2 .success-order-v2__item-row:last-child {
  border-bottom: 0;
}

body.shop-shell-v2 .shop-confirm-order-v2 .success-order-v2__item-copy {
  display: grid;
  gap: 5px;
  min-width: 0;
}

body.shop-shell-v2 .shop-confirm-order-v2 .success-order-v2__item-copy strong {
  
  font-size: var(--shop-v2-font-size-md);
}

body.shop-shell-v2 .shop-confirm-order-v2 .success-order-v2__item-copy small {
  color: color-mix(in srgb, #3c3f3f 68%, transparent);
  font-size: var(--shop-v2-font-size-sm);
}

body.shop-shell-v2 .shop-confirm-order-v2 .success-order-v2__item-meta {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 14px;
  white-space: nowrap;
}

body.shop-shell-v2 .shop-confirm-order-v2 .success-order-v2__item-meta span {
  color: color-mix(in srgb, #3c3f3f 68%, transparent);
  font-size: var(--shop-v2-font-size-sm);
}

body.shop-shell-v2 .shop-confirm-order-v2 .success-order-v2__item-meta strong {
  
  font-family: var(--main-font-family-display);
  font-size: var(--shop-v2-font-size-lg);
}

body.shop-shell-v2 .shop-confirm-order-v2 .success-order-v2__total-row {
  border-top: 2px solid color-mix(in srgb, #3c3f3f 18%, transparent);
  margin-top: 12px;
  padding-top: 24px;
}

body.shop-shell-v2 .shop-confirm-order-v2 .success-order-v2__total-row span {
  font-family: var(--main-font-family-display);
  font-size: var(--shop-v2-font-size-xl);
  font-weight: 900;
  text-transform: uppercase;
}

body.shop-shell-v2 .shop-confirm-order-v2 .success-order-v2__total-row strong {
  font-family: var(--main-font-family-display);
  font-size: var(--shop-v2-font-size-6xl);
  font-weight: 900;
  white-space: nowrap;
}

body.shop-shell-v2 .shop-confirm-order-v2 .bloc-success-order .card-footer {
  background: color-mix(in srgb, #3c3f3f 3%, #ffffff);
  border-top: 1px solid color-mix(in srgb, #3c3f3f 8%, transparent);
  border-radius: 0;
  margin: 0;
  padding: 28px 44px;
  width: 100%;
}

body.shop-shell-v2 .shop-confirm-order-v2 .success-order-v2__actions {
  display: grid;
  gap: 18px;
}

body.shop-shell-v2 .shop-confirm-order-v2 .success-order-v2__action-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.shop-shell-v2 .shop-confirm-order-v2 .success-order-v2__action-grid > :only-child {
  grid-column: 1 / -1;
}

body.shop-shell-v2 .shop-confirm-order-v2 .restaurant-tracking-auto-redirect {
  background: color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 8%, #ffffff);
  border: 1px solid color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 18%, transparent);
  border-radius: 18px;
  margin: 28px auto 0;
  max-width: 560px;
  padding: 24px;
  text-align: center;
}

body.shop-shell-v2 .shop-confirm-order-v2 .restaurant-tracking-auto-redirect-btn {
  align-items: center;
  background: var(--shop-v2-main-color, #5dc4f1);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 8px 18px color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 24%, transparent);
  color: var(--shop-v2-main-color-text-color, #ffffff);
  display: inline-flex;
  font-family: var(--main-font-family-display);
  font-size: var(--shop-v2-font-size-lg);
  font-weight: 700;
  justify-content: center;
  min-height: 48px;
  min-width: 220px;
  overflow: hidden;
  padding: 12px 24px;
  position: relative;
}

body.shop-shell-v2 .shop-confirm-order-v2 .restaurant-tracking-auto-redirect-timer {
  
  font-size: var(--shop-v2-font-size-md);
  margin-top: 16px;
  text-align: center;
}

body.shop-shell-v2 .shop-confirm-order-v2 .restaurant-tracking-auto-redirect-progress {
  background: color-mix(in srgb, #3c3f3f 12%, transparent);
  border-radius: 999px;
  height: 8px;
  margin-top: 14px;
  overflow: hidden;
  position: relative;
}

body.shop-shell-v2 .shop-confirm-order-v2 .restaurant-tracking-auto-redirect-progress-bar {
  background: var(--shop-v2-cart-book-all-button-background-color, #39c11f);
  border-radius: inherit;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(1);
  transform-origin: left center;
  width: 100%;
}

body.shop-shell-v2 .shop-confirm-order-v2 .success-order-v2__action {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-family: var(--main-font-family-display);
  font-size: var(--shop-v2-font-size-lg);
  font-weight: 800;
  gap: 12px;
  justify-content: center;
  min-height: 58px;
  padding: 14px 22px;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

body.shop-shell-v2 .shop-confirm-order-v2 .success-order-v2__action:hover,
body.shop-shell-v2 .shop-confirm-order-v2 .success-order-v2__action:focus {
  text-decoration: none;
  transform: translateY(-1px);
}

body.shop-shell-v2 .shop-confirm-order-v2 .success-order-v2__action--secondary {
  background: #ffffff;
  border: 2px solid color-mix(in srgb, #3c3f3f 18%, transparent);
  box-shadow: none;
  
}

body.shop-shell-v2 .shop-confirm-order-v2 .success-order-v2__action--primary {
  background: var(--shop-v2-buy-buttons-bg-color, var(--shop-v2-main-color, #5dc4f1));
  box-shadow: 0 12px 24px color-mix(in srgb, var(--shop-v2-buy-buttons-bg-color, var(--shop-v2-main-color, #5dc4f1)) 28%, transparent);
  color: var(--shop-v2-buy-buttons-text-color, #ffffff);
  width: 100%;
}

body.shop-shell-v2 .shop-confirm-order-v2 .bloc-success-order .btn-message-information-save {
  align-items: center;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  font-size: var(--shop-v2-font-size-md);
  font-weight: 800;
  justify-content: center;
  line-height: 1.2;
  min-height: 48px;
  padding: 12px 20px;
  white-space: normal;
}

body.shop-shell-v2 .shop-confirm-order-v2 .bloc-success-order .card-footer .link {
  color: var(--shop-v2-main-color-text-color, #5dc4f1);
  font-family: var(--main-font-family-display);
  font-size: var(--shop-v2-font-size-lg);
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 767px) {
  body.shop-shell-v2 .shop-confirm-order-v2 {
    padding-bottom: 24px;
  }

  body.shop-shell-v2 .shop-confirm-order-v2 > .checkout-steps-v2 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  body.shop-shell-v2 .shop-confirm-order-v2__main {
    padding-top: 0px;
  }

  body.shop-shell-v2 .shop-confirm-order-v2__container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  body.shop-shell-v2 .shop-confirm-order-v2 .bloc-success-order .card {
    border-radius: 0;
  }

  body.shop-shell-v2 .shop-confirm-order-v2 .bloc-success-order {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    width: 100%;
  }

  body.shop-shell-v2 .shop-confirm-order-v2 .bloc-success-order .body {
    padding: 30px 18px 34px;
  }

  body.shop-shell-v2 .shop-confirm-order-v2 .bloc-success-order .header-title {
    min-height: 220px;
    padding: 36px 18px 28px;
  }

  body.shop-shell-v2 .shop-confirm-order-v2 .bloc-success-order .header-title > span:last-child {
    font-size: var(--shop-v2-font-size-6xl);
  }

  body.shop-shell-v2 .shop-confirm-order-v2 .bloc-success-order .body > p:first-child {
    font-size: var(--shop-v2-font-size-xl);
  }

  body.shop-shell-v2 .shop-confirm-order-v2 .bloc-success-order .body > div:first-of-type > .row {
    align-items: stretch;
    border-radius: 22px;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 28px;
  }

  body.shop-shell-v2 .shop-confirm-order-v2 .bloc-success-order .body > div:first-of-type > .row > [class*="col-"] + [class*="col-"] {
    margin-left: 0;
  }

  body.shop-shell-v2 .shop-confirm-order-v2 .success-order-v2__invoice-heading,
  body.shop-shell-v2 .shop-confirm-order-v2 .success-order-v2__total-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  body.shop-shell-v2 .shop-confirm-order-v2 .success-order-v2__total-row strong {
    font-size: var(--shop-v2-font-size-6xl);
  }

  body.shop-shell-v2 .shop-confirm-order-v2 .success-order-v2__item-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  body.shop-shell-v2 .shop-confirm-order-v2 .success-order-v2__item-meta {
    justify-content: space-between;
    width: 100%;
  }

  body.shop-shell-v2 .shop-confirm-order-v2 .success-order-v2__action-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.shop-shell-v2 .shop-confirm-order-v2 .restaurant-tracking-auto-redirect {
    margin-top: 24px;
    padding: 18px;
  }

  body.shop-shell-v2 .shop-confirm-order-v2 .restaurant-tracking-auto-redirect-btn {
    min-width: 0;
    width: 100%;
  }
}

body.shop-shell-v2 .shop-checkout-v2--basket .cart-product-bloc__pill,
body.shop-shell-v2 .shop-checkout-v2--basket .product-form-multiselect-tag,
body.shop-shell-v2 .shop-checkout-v2--basket .cart-summary-v2__header-badge {
  background: #f1f3f5;
  border-color: #e1e5e8;
}

body.shop-shell-v2 .shop-checkout-v2--basket .cart-product-bloc__pill--included {
  background: #dff5e8;
  border-color: #bde8cf;
}

body.shop-shell-v2 .shop-checkout-v2--basket .cart-product-bloc__pill--accent {
  background: #f1f3f5;
}


body.shop-shell-v2 .shop-checkout-v2--basket .cart-dynamic-package__grid {
  background: #f1f3f5;
}

body.shop-shell-v2 .shop-checkout-v2--basket .cart-dynamic-package__choice {
  background: #ffffff;
}

body.shop-shell-v2 .shop-checkout-v2--basket .cart-product-bloc__details .cart-option.cart-option-card.is-selected {
  background: #ffffff;
  border-color: #3c3f3f;
}

body.shop-shell-v2 .shop-checkout-v2--basket .cart-product-bloc__details .cart-option.cart-option-card .inp-cbx:checked + .cbx span:first-child {
  background: #3c3f3f;
  border-color: #3c3f3f;
}

body.shop-shell-v2 .shop-checkout-v2--basket .panel-heading,
body.shop-shell-v2 .shop-checkout-v2--basket .shop-panel-heading {
  background: #f7f8f9;
}

body.shop-shell-v2 .shop-checkout-v2--account-creator #page-account-creator {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0 0;
  width: calc(100% - 32px);
}

body.shop-shell-v2 .shop-checkout-v2--account-creator > .checkout-steps-v2 {
  width: 100%;
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

body.shop-shell-v2 .shop-checkout-v2--account-creator .form-box {
  background: #ffffff;
  border: 1px solid rgba(60, 63, 63, 0.06);
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
  margin-bottom: 0;
  padding: 32px;
}

body.shop-shell-v2 .shop-checkout-v2--account-creator .shop-checkout-v2__loading-overlay {
  align-items: center;
  backdrop-filter: blur(3px);
  background: rgba(255, 255, 255, .86);
  display: flex;
  inset: 0;
  justify-content: center;
  z-index: 10;
}

body.shop-shell-v2 .shop-checkout-v2--account-creator .shop-checkout-v2__loading {
  align-items: center;
  background: rgba(255, 255, 255, .98);
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 18px;
  box-shadow: 0 16px 36px rgba(15, 23, 42, .14);
  color: #3c4548;
  display: flex;
  flex-direction: column;
  font-size: 13px;
  font-weight: 800;
  gap: 11px;
  min-width: 132px;
  padding: 18px 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

body.shop-shell-v2 .shop-checkout-v2--account-creator .shop-checkout-v2__loading-spinner {
  border-top-color: var(--shop-v2-main-color, #5dc4f1);
}

body.shop-shell-v2 .shop-checkout-v2--account-creator .account-creator-title {
  border-bottom-color: rgba(60, 63, 63, 0.1);
  color: #3c3f3f;
  font-family: var(--main-font-family-display);
  font-size: var(--shop-v2-font-size-xl);
  text-transform: none;
}

body.shop-shell-v2 .shop-checkout-v2--account-creator #form-account-creator .form-control {
  border: 1px solid rgba(60, 63, 63, 0.16);
  border-radius: 14px !important;
  box-shadow: none;
  transition: border-color 140ms ease, box-shadow 140ms ease, background-color 140ms ease;
  min-height: 48px;
}

body.shop-shell-v2 .shop-checkout-v2--account-creator #form-account-creator input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
body.shop-shell-v2 .shop-checkout-v2--account-creator #form-account-creator select,
body.shop-shell-v2 .shop-checkout-v2--account-creator #form-account-creator textarea {
  background: #ffffff;
  border: 1px solid rgba(60, 63, 63, 0.12);
  border-radius: 14px !important;
  box-shadow: none;
  min-height: 48px;
  padding: 12px 16px;
  transition: border-color 140ms ease, box-shadow 140ms ease, background-color 140ms ease;
}

body.shop-shell-v2 .shop-checkout-v2--account-creator #form-account-creator .form-control:focus,
body.shop-shell-v2 .shop-checkout-v2--account-creator #form-account-creator input:focus,
body.shop-shell-v2 .shop-checkout-v2--account-creator #form-account-creator select:focus,
body.shop-shell-v2 .shop-checkout-v2--account-creator #form-account-creator textarea:focus {
  border-color: var(--shop-v2-main-color-text-color, #5dc4f1);
  box-shadow: 0 0 0 4px rgba(93, 196, 241, 0.14);
  outline: none;
}

body.shop-shell-v2 .shop-checkout-v2--account-creator #form-account-creator .main-button {
  border-radius: 14px;
  min-height: 52px;
}

body.shop-shell-v2 .shop-checkout-v2--account-creator .bloc-simple-cart-summary {
  position: sticky;
  top: 24px;
}

@media (max-width: 991px) {
  body.shop-shell-v2 .shop-checkout-v2--account-creator {
    padding: 0 10px 32px;
  }

  body.shop-shell-v2 .shop-checkout-v2--account-creator > .checkout-steps-v2 {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
  }

  body.shop-shell-v2 .shop-checkout-v2--account-creator .form-box {
    padding: 24px 18px;
  }

  body.shop-shell-v2 .shop-checkout-v2--account-creator .bloc-simple-cart-summary {
    margin-top: 24px;
    position: static;
  }
}

/* Invoice payment page: a focused, modern surface shared by every document type. */
body.shop-shell-v2 .shop-checkout-v2--payment {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1040px;
  padding: 48px 20px 88px;
}

body.shop-shell-v2 .shop-checkout-v2--payment .shop-checkout-v2__card {
  overflow: hidden;
  background: var(--shop-v2-secondary-color, #fff);
  border: 1px solid color-mix(in srgb, var(--shop-v2-secondary-color-text-color, #3c3f3f) 10%, transparent);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .12);
}

body.shop-shell-v2 .shop-checkout-v2__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 42px;
  background: linear-gradient(135deg, var(--shop-v2-main-color, #ff9d45), color-mix(in srgb, var(--shop-v2-main-color, #ff9d45) 70%, #fff));
  color: var(--shop-v2-main-color-text-color, #fff);
}

body.shop-shell-v2 .shop-checkout-v2__eyebrow {
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  opacity: .78;
  text-transform: uppercase;
}

body.shop-shell-v2 .shop-checkout-v2__header h1 {
  color: inherit;
  font-family: var(--main-font-family-display);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
  line-height: 1.05;
  margin: 8px 0 0;
}

body.shop-shell-v2 .shop-checkout-v2__header-icon {
  align-items: center;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 52px;
  font-size: 24px;
  font-weight: 900;
  height: 52px;
  justify-content: center;
}

body.shop-shell-v2 .shop-checkout-v2__content {
  padding: 34px 42px 28px;
}

body.shop-shell-v2 .shop-checkout-v2__items {
  color: var(--shop-v2-secondary-color-text-color, #3c3f3f);
  font-size: 16px;
  line-height: 1.55;
  min-height: 110px;
}

body.shop-shell-v2 .shop-checkout-v2__items ul {
  margin: 0;
  padding-left: 22px;
}

body.shop-shell-v2 .shop-checkout-v2__items li + li {
  margin-top: 8px;
}

body.shop-shell-v2 .shop-checkout-v2__total {
  align-items: baseline;
  border-top: 1px solid rgba(60,63,63,.1);
  display: flex;
  gap: 18px;
  justify-content: flex-end;
  margin-top: 30px;
  padding-top: 22px;
}

body.shop-shell-v2 .shop-checkout-v2__total span {
  color: color-mix(in srgb, var(--shop-v2-secondary-color-text-color, #3c3f3f) 72%, transparent);
  font-size: 14px;
  font-weight: 700;
}

body.shop-shell-v2 .shop-checkout-v2__total strong {
  color: var(--shop-v2-main-color, #f28d35);
  font-size: 26px;
  font-weight: 900;
}

body.shop-shell-v2 .shop-checkout-v2__footer {
  align-items: center;
  background: color-mix(in srgb, var(--shop-v2-secondary-color-text-color, #3c3f3f) 4%, var(--shop-v2-secondary-color, #fff));
  border-top: 1px solid rgba(60,63,63,.08);
  display: flex;
  gap: 28px;
  justify-content: space-between;
  padding: 26px 42px 30px;
}

body.shop-shell-v2 .shop-checkout-v2__back {
  align-items: center;
  color: color-mix(in srgb, var(--shop-v2-secondary-color-text-color, #3c3f3f) 58%, transparent);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
  text-decoration: none;
}

body.shop-shell-v2 .shop-checkout-v2__back:hover,
body.shop-shell-v2 .shop-checkout-v2__back:focus { color: var(--shop-v2-main-color, #f28d35); }

body.shop-shell-v2 .shop-checkout-v2__methods {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

body.shop-shell-v2 .shop-checkout-v2__button {
  align-items: center;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(242,141,53,.2);
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  letter-spacing: .02em;
  min-height: 52px;
  padding: 0 24px;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

body.shop-shell-v2 .shop-checkout-v2__button:hover,
body.shop-shell-v2 .shop-checkout-v2__button:focus { color: #fff; transform: translateY(-2px); box-shadow: 0 14px 28px rgba(242,141,53,.3); text-decoration: none; }
body.shop-shell-v2 .shop-checkout-v2__button--primary,
body.shop-shell-v2 .shop-checkout-v2__button--secondary { background: var(--shop-v2-main-color, #f28d35); }

body.shop-shell-v2 .shop-checkout-v2__paypal { min-width: 180px; }
body.shop-shell-v2 .shop-checkout-v2__paypal-fee {
  color: color-mix(in srgb, var(--shop-v2-secondary-color-text-color, #3c3f3f) 68%, transparent);
  font-size: 11px;
  line-height: 1.3;
  margin-top: 6px;
  text-align: center;
  white-space: nowrap;
}
body.shop-shell-v2 .shop-checkout-v2__fine-print { color: #7b8185; font-size: 11px; line-height: 1.45; margin: 8px 0 0; text-align: right; }

body.shop-shell-v2 .shop-checkout-v2__closed {
  align-items: center;
  background: var(--shop-v2-secondary-color, #fff);
  border: 1px solid rgba(60,63,63,.1);
  border-radius: 24px;
  box-shadow: 0 20px 55px rgba(15,23,42,.1);
  display: flex;
  gap: 16px;
  margin: 0 auto;
  max-width: 720px;
  padding: 24px 28px;
}
body.shop-shell-v2 .shop-checkout-v2__closed p { margin: 0; }
body.shop-shell-v2 .shop-checkout-v2__closed-icon { align-items: center; background: #fff1dd; border-radius: 50%; color: #c46f1f; display: inline-flex; flex: 0 0 36px; font-weight: 900; height: 36px; justify-content: center; }

@media (max-width: 640px) {
  body.shop-shell-v2 .shop-checkout-v2--payment { padding: 20px 12px 48px; }
  body.shop-shell-v2 .shop-checkout-v2__header,
  body.shop-shell-v2 .shop-checkout-v2__content,
  body.shop-shell-v2 .shop-checkout-v2__footer { padding-left: 22px; padding-right: 22px; }
  body.shop-shell-v2 .shop-checkout-v2__header { padding-bottom: 24px; padding-top: 24px; }
  body.shop-shell-v2 .shop-checkout-v2__header-icon { flex-basis: 42px; height: 42px; }
  body.shop-shell-v2 .shop-checkout-v2__footer { align-items: stretch; flex-direction: column; gap: 20px; }
  body.shop-shell-v2 .shop-checkout-v2__methods { align-items: stretch; flex-direction: column; }
  body.shop-shell-v2 .shop-checkout-v2__button { width: 100%; }
  body.shop-shell-v2 .shop-checkout-v2__fine-print { text-align: left; }
}

body.shop-shell-v2 .shop-checkout-v2__container {
  max-width: 1240px;
}

body.shop-shell-v2 .shop-checkout-v2 .is-price-loading {
  animation: shop-checkout-v2-price-skeleton 1.15s ease-in-out infinite;
  background: linear-gradient(90deg, #e5e7eb 25%, #cbd5e1 50%, #e5e7eb 75%);
  background-size: 220% 100%;
  border-radius: 999px;
  color: transparent !important;
  display: inline-block;
  min-height: 1em;
  min-width: 72px;
  vertical-align: middle;
}

body.shop-shell-v2 .shop-checkout-v2 #cart_total.is-price-loading {
  min-width: 96px;
}

@keyframes shop-checkout-v2-price-skeleton {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}

body.shop-shell-v2 .shop-checkout-v2__basket,
body.shop-shell-v2 .shop-checkout-v2--payment {
  position: relative;
}

body.shop-shell-v2 .shop-checkout-v2__back-row {
  margin: 2px 0 18px;
}

body.shop-shell-v2 .shop-checkout-v2__back-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  
  font-family: var(--main-font-family-display);
  font-size: var(--shop-v2-font-size-md);
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
}

body.shop-shell-v2 .shop-checkout-v2__back-link:hover,
body.shop-shell-v2 .shop-checkout-v2__back-link:focus {
  
  text-decoration: none;
}

body.shop-shell-v2 .shop-checkout-v2__back-icon {
  
  font-size: var(--shop-v2-font-size-xl);
  top: 0;
}

body.shop-shell-v2 .shop-checkout-v2__back-text {
  line-height: 1;
}

body.shop-shell-v2 .checkout-steps-v2 {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  width: 100%;
  max-width: none;
  margin: 0 0 28px;
  padding: 24px 18px;
  background: var(--shop-v2-checkout-steps-background-color);
  border: 1px solid var(--shop-v2-checkout-steps-border-color);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

body.shop-shell-v2 .checkout-steps-v2 .checkout-steps-v2__track {
  position: absolute;
  top: 42px;
  left: 56px;
  right: 56px;
  height: 2px;
  background: var(--shop-v2-checkout-steps-track-color);
}

body.shop-shell-v2 .checkout-steps-v2 .checkout-steps-v2__step {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 0;
}

body.shop-shell-v2 .checkout-steps-v2 .checkout-steps-v2__num {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--shop-v2-checkout-steps-number-background-color);
  border: 2px solid var(--shop-v2-checkout-steps-number-border-color);
  color: var(--shop-v2-checkout-steps-number-text-color);
  font-family: var(--main-font-family-display);
  font-size: var(--shop-v2-font-size-md);
  font-weight: 800;
  transition: all 160ms ease;
}

body.shop-shell-v2 .checkout-steps-v2 .checkout-steps-v2__label {
  display: grid;
  gap: 2px;
  min-width: 0;
  text-align: left;
}

body.shop-shell-v2 .checkout-steps-v2 .checkout-steps-v2__kicker {
  color: var(--shop-v2-checkout-steps-kicker-color);
  font-size: var(--shop-v2-font-size-xxs);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.shop-shell-v2 .checkout-steps-v2 .checkout-steps-v2__title {
  color: var(--shop-v2-checkout-steps-title-color);
  font-family: var(--main-font-family-display);
  font-size: var(--shop-v2-font-size-md);
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
}

body.shop-shell-v2 .checkout-steps-v2 .checkout-steps-v2__step.is-active .checkout-steps-v2__num {
  background: var(--shop-v2-checkout-steps-active-background-color);
  border-color: var(--shop-v2-checkout-steps-active-border-color);
  color: var(--shop-v2-checkout-steps-active-text-color);
  box-shadow: 0 0 0 6px color-mix(in srgb, var(--shop-v2-checkout-steps-active-background-color) 18%, transparent);
}

body.shop-shell-v2 .checkout-steps-v2 .checkout-steps-v2__step.is-done .checkout-steps-v2__num {
  background: var(--shop-v2-checkout-steps-done-background-color);
  border-color: var(--shop-v2-checkout-steps-done-border-color);
  color: var(--shop-v2-checkout-steps-done-text-color);
}

body.shop-shell-v2 .shop-checkout-v2 .row {
  margin-left: -14px;
  margin-right: -14px;
}

body.shop-shell-v2 .shop-checkout-v2 .row > [class*="col-"] {
  padding-left: 14px;
  padding-right: 14px;
}

body.shop-shell-v2 .shop-checkout-v2 .shop-checkout-v2__basket-layout {
  margin-left: -22px;
  margin-right: -22px;
}

body.shop-shell-v2 .shop-checkout-v2 .shop-checkout-v2__basket-layout > [class*="col-"] {
  padding-left: 22px;
  padding-right: 22px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc,
body.shop-shell-v2 .shop-checkout-v2 .panel,
body.shop-shell-v2 .shop-checkout-v2 .voucher-block,
body.shop-shell-v2 .shop-checkout-v2 .shop-panel,
body.shop-shell-v2 .shop-checkout-v2 #new-cart-panel-body {
  border-radius: 24px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc--v2 {
  margin-left: 0;
  margin-right: 0;
  padding: 0 !important;
  margin: 0;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc--v2 .cart-product-bloc__card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(60, 63, 63, 0.08);
  border-radius: 24px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  padding: 18px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc--v2.is-collapsed .cart-product-bloc__card {
  padding-bottom: 16px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__media {
  position: relative;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__media-link,
body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__media-link:hover,
body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__media-link:focus {
  color: inherit;
  text-decoration: none;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__media-frame {
  aspect-ratio: 4 / 3;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(93, 196, 241, 0.12), rgba(244, 151, 56, 0.12));
  box-shadow: inset 0 0 0 1px rgba(60, 63, 63, 0.05);
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__media-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__main {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(220px, 0.38fr) minmax(0, 1fr);
  align-items: start;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__body {
  display: grid;
  gap: 8px;
  min-width: 0;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__header-row {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__copy {
  display: grid;
  gap: 8px;
  min-width: 0;
  flex: 1 1 auto;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__header-actions {
  flex: 0 0 auto;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__item-number {
  color: var(--shop-v2-main-color-text-color, #5dc4f1);
  font-size: var(--shop-v2-font-size-xs);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__gift-icon {
  color: var(--shop-v2-main-color-text-color, #5dc4f1);
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__title-link {
  color: #3c3f3f !important;
  text-decoration: none;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__title-link:hover,
body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__title-link:focus {
  color: #3c3f3f !important;
  text-decoration: none;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__title {
  display: block;
  font-family: var(--main-font-family-display);
  font-size: var(--shop-v2-font-size-4xl);
  font-weight: 900;
  line-height: 1.08;
  color: #3c3f3f !important;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__summary-line {
  
  font-size: var(--shop-v2-font-size-sm);
  font-weight: 700;
  letter-spacing: 0.02em;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__dynamic-summary {
  color: #3c3f3f;
  font-size: var(--shop-v2-font-size-xs);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__meta--options {
  margin-top: 2px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__meta-label {
  
  font-size: var(--shop-v2-font-size-xs);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__pill {
  align-items: center;
  background: color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 14%, white);
  border-radius: 999px;
  color: #3c3f3f;
  display: inline-flex;
  font-size: var(--shop-v2-font-size-xs);
  font-weight: 800;
  letter-spacing: 0.04em;
  min-height: 28px;
  padding: 0 12px;
  text-transform: uppercase;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__pill--included {
  background: color-mix(in srgb, #2fb66d 18%, white);
  gap: 6px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__pill--included .glyphicon {
  color: #2fb66d;
  font-size: var(--shop-v2-font-size-xs);
  top: 0;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__pill--accent {
  background: color-mix(in srgb, var(--shop-v2-buy-buttons-bg-color, #f49738) 14%, white);
  gap: 6px;
  white-space: nowrap;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__pill--accent strong,
body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__pill--accent em {
  font-style: normal;
  font-weight: 900;
  color: inherit;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__price-kicker {
  display: block;
  color: var(--shop-v2-main-color-text-color, #5dc4f1);
  font-size: var(--shop-v2-font-size-xs);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__price-block {
  display: grid;
  gap: 10px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__price-line {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #3c3f3f;
  font-family: var(--main-font-family-display);
  font-weight: 900;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__price-line--base .cart-product-bloc__price-value {
  font-size: var(--shop-v2-font-size-sm);
  font-weight: 800;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__price-line--options .cart-product-bloc__price-value {
  font-size: var(--shop-v2-font-size-md);
  font-weight: 900;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__price-line--total {
  margin-top: 2px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__price-line--total .cart-product-bloc__price-value {
  font-size: var(--shop-v2-font-size-5xl);
  line-height: 1;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__price-label {
  
  font-size: var(--shop-v2-font-size-xs);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__price-value {
  color: #3c3f3f;
  line-height: 1;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__price-chip {
  align-items: center;
  background: var(--shop-v2-main-color, #ffffff);
  border: 1px solid rgba(60, 63, 63, 0.08);
  border-radius: 999px;
  
  display: inline-flex;
  gap: 6px;
  padding: 6px 10px;
  font-size: var(--shop-v2-font-size-xs);
  font-weight: 700;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__price-chip strong,
body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__price-chip em {
  font-style: normal;
  font-weight: 800;
  color: #3c3f3f;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__price {
  display: block;
  font-size: clamp(20px, 1.9vw, 30px);
  line-height: 1;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__footer {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 4px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__price-block {
  display: grid;
  gap: 10px;
  text-align: right;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__icon-button,
body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__toggle {
  cursor: pointer;
  align-items: center;
  background: var(--shop-v2-main-color, #ffffff);
  border: 1px solid rgba(60, 63, 63, 0.12);
  border-radius: 999px;
  color: var(--shop-v2-main-color-text-color);
  display: inline-flex;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  text-decoration: none;
  transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease, color 140ms ease;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__icon-button:hover,
body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__icon-button:focus,
body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__toggle:hover,
body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__toggle:focus {
  border-color: color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 50%, white);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
  color: #3c3f3f;
  text-decoration: none;
  transform: translateY(-1px);
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__icon-button--remove {
  width: 40px;
  justify-content: center;
  padding: 0;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__icon-button-label {
  font-size: var(--shop-v2-font-size-xs);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__toggle {
  cursor: pointer;
  font-family: var(--main-font-family-display);
  font-weight: 800;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__toggle .glyphicon {
  top: 0;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details {
  display: grid;
  gap: 18px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(60, 63, 63, 0.08);
}

body.shop-shell-v2 .shop-checkout-v2 .row-cart-product-form {
  position: relative;
  z-index: 8;
  margin-top: 0;
  padding-top: 16px;
  border-top: 1px solid rgba(60, 63, 63, 0.08);
}

body.shop-shell-v2 .shop-checkout-v2 .addon-product-form-container {
  margin-top: 14px;
}

body.shop-shell-v2 .shop-checkout-v2 .shop-product-form-block {
  display: grid;
  gap: 12px;
}

body.shop-shell-v2 .shop-checkout-v2 .shop-product-form-block__card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

body.shop-shell-v2 .shop-checkout-v2 .shop-product-form-block--embedded {
  padding-top: 14px;
  margin-top: 14px;
  border-top: 1px solid rgba(60, 63, 63, 0.08);
}

body.shop-shell-v2 .shop-checkout-v2 .shop-product-form-block--embedded .shop-product-form-block__header {
  margin-bottom: 4px;
}

body.shop-shell-v2 .shop-checkout-v2 .shop-product-form-block--embedded .shop-product-form-block__title {
  font-size: var(--shop-v2-font-size-xs);
}

body.shop-shell-v2 .shop-checkout-v2 .shop-product-form-block--embedded .shop-product-form-block__content {
  gap: 10px;
}

body.shop-shell-v2 .shop-checkout-v2 .shop-product-form-block__header {
  display: grid;
  gap: 6px;
  margin-bottom: 6px;
}

body.shop-shell-v2 .shop-checkout-v2 .shop-product-form-block__kicker {
  color: var(--shop-v2-main-color-text-color, #5dc4f1);
  font-size: var(--shop-v2-font-size-xs);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.shop-shell-v2 .shop-checkout-v2 .shop-product-form-block__title {
  margin: 0;
  color: var(--shop-v2-main-color-text-color, #5dc4f1);
  font-family: var(--main-font-family-display);
  font-size: var(--shop-v2-font-size-xs);
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.shop-shell-v2 .shop-checkout-v2 .shop-product-form-block__content {
  display: grid;
  gap: 12px;
}

body.shop-shell-v2 .shop-checkout-v2 .shop-product-form-source {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
  overflow: visible;
}

body.shop-shell-v2 .shop-checkout-v2 .shop-product-form-source > legend {
  border: 0;
  padding: 0;
  width: auto;
}

body.shop-shell-v2 .shop-checkout-v2 .shop-product-form-source__title {
  margin: 0 0 4px;
  padding: 0;
  color: var(--shop-v2-product-section-title-color, #3c3f3f);
  font-family: var(--main-font-family-display);
  font-size: var(--shop-v2-font-size-md);
  font-weight: 800;
  line-height: 1.2;
}

body.shop-shell-v2 .shop-checkout-v2 .shop-product-form-source__description {
  
  font-size: var(--shop-v2-font-size-sm);
  line-height: 1.55;
  margin-bottom: 12px;
}

body.shop-shell-v2 .shop-checkout-v2 .shop-product-form-source__fields {
  display: grid;
  gap: 14px;
}

body.shop-shell-v2 .shop-checkout-v2 .shop-product-form-field {
  display: grid;
  gap: 6px;
  min-width: 0;
}

body.shop-shell-v2 .shop-checkout-v2 .shop-product-form-field__label {
  margin: 0;
  
  font-size: var(--shop-v2-font-size-sm);
  font-weight: 700;
  line-height: 1.25;
}

body.shop-shell-v2 .shop-checkout-v2 .shop-product-form-field__label .required {
  color: #d9534f;
}

body.shop-shell-v2 .shop-checkout-v2 .shop-product-form-field__description {
  
  font-size: var(--shop-v2-font-size-xs);
  line-height: 1.45;
}

body.shop-shell-v2 .shop-checkout-v2 .shop-product-form-field__control,
body.shop-shell-v2 .shop-checkout-v2 .product-form-multiselect-toggle {
  min-height: 48px;
  border-radius: 14px;
  border-color: rgba(60, 63, 63, 0.12);
  box-shadow: none;
  transition: border-color 140ms ease, box-shadow 140ms ease, background-color 140ms ease;
}

body.shop-shell-v2 .shop-checkout-v2 .shop-product-form-field__control.form-control,
body.shop-shell-v2 .shop-checkout-v2 .product-form-multiselect-toggle.btn {
  border-radius: 14px;
}

body.shop-shell-v2 .shop-checkout-v2 #new-cart-panel-body input[type="text"].shop-product-form-field__control,
body.shop-shell-v2 .shop-checkout-v2 #new-cart-panel-body input[type="number"].shop-product-form-field__control,
body.shop-shell-v2 .shop-checkout-v2 #new-cart-panel-body select.shop-product-form-field__control,
body.shop-shell-v2 .shop-checkout-v2 #new-cart-panel-body .product-form-multiselect-toggle {
  border-radius: 14px !important;
}

body.shop-shell-v2 .shop-checkout-v2 #new-cart-panel-body input[type="text"],
body.shop-shell-v2 .shop-checkout-v2 #new-cart-panel-body input[type="number"],
body.shop-shell-v2 .shop-checkout-v2 #new-cart-panel-body select,
body.shop-shell-v2 .shop-checkout-v2 #new-cart-panel-body .form-control,
body.shop-shell-v2 .shop-checkout-v2 #new-cart-panel-body .shipping_textarea,
body.shop-shell-v2 .shop-checkout-v2 #new-cart-panel-body .product-form-multiselect-toggle {
  border-radius: 14px !important;
}

body.shop-shell-v2 .shop-checkout-v2 #new-cart-panel-body .addon-product-form-container input[type="text"],
body.shop-shell-v2 .shop-checkout-v2 #new-cart-panel-body .addon-product-form-container input[type="number"],
body.shop-shell-v2 .shop-checkout-v2 #new-cart-panel-body .addon-product-form-container select,
body.shop-shell-v2 .shop-checkout-v2 #new-cart-panel-body .addon-product-form-container .shipping_textarea {
  border-radius: 14px !important;
  box-shadow: none;
}

body.shop-shell-v2 .shop-checkout-v2 .shop-product-form-field__control {
  background: #ffffff;
}

body.shop-shell-v2 .shop-checkout-v2 .shop-product-form-field__control option {
  
}

body.shop-shell-v2 .shop-checkout-v2 .shop-product-form-field__control:focus,
body.shop-shell-v2 .shop-checkout-v2 .product-form-multiselect-toggle:focus,
body.shop-shell-v2 .shop-checkout-v2 .product-form-multiselect-toggle:focus-visible {
  border-color: color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 70%, white);
  box-shadow: 0 0 0 4px rgba(93, 196, 241, 0.14);
  outline: none;
}

body.shop-shell-v2 .shop-checkout-v2 .product-form-multiselect {
  position: relative;
  z-index: 1;
}

body.shop-shell-v2 .shop-checkout-v2 .product-form-multiselect.open {
  z-index: 20;
}

body.shop-shell-v2 .shop-checkout-v2 .product-form-multiselect-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  text-align: left;
  white-space: normal;
  background: #ffffff;
  padding: 11px 14px;
}

body.shop-shell-v2 .shop-checkout-v2 .product-form-multiselect-toggle .caret {
  flex: 0 0 auto;
}

body.shop-shell-v2 .shop-checkout-v2 .product-form-multiselect-summary {
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.shop-shell-v2 .shop-checkout-v2 .product-form-multiselect-menu {
  position: static;
  float: none;
  width: 100%;
  min-width: 100%;
  margin-top: 10px;
  padding: 0;
  border: 1px solid rgba(60, 63, 63, 0.10);
  border-radius: 16px;
  box-shadow: none;
  background: color-mix(in srgb, #ffffff 96%, transparent);
}

body.shop-shell-v2 .shop-checkout-v2 .dropdown:not(.open) .product-form-multiselect-menu {
  display: none;
}

body.shop-shell-v2 .shop-checkout-v2 .product-form-multiselect-menu-inner {
  max-height: 280px;
  overflow-y: auto;
  padding: 6px 0;
}

body.shop-shell-v2 .shop-checkout-v2 .product-form-multiselect-option {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  padding: 11px 14px;
  cursor: pointer;
  white-space: normal;
}

body.shop-shell-v2 .shop-checkout-v2 .product-form-multiselect-option:hover {
  background: color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 8%, white);
}

body.shop-shell-v2 .shop-checkout-v2 .product-form-multiselect-option input {
  margin-top: 3px;
  flex: 0 0 auto;
}

body.shop-shell-v2 .shop-checkout-v2 .product-form-multiselect-option-label {
  flex: 1 1 auto;
}

body.shop-shell-v2 .shop-checkout-v2 .product-form-multiselect-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
  min-height: 28px;
}

body.shop-shell-v2 .shop-checkout-v2 .product-form-multiselect-tag,
body.shop-shell-v2 .shop-checkout-v2 .product-form-multiselect-empty {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  min-height: 28px;
  padding: 4px 10px;
  font-size: var(--shop-v2-font-size-xs);
  line-height: 1.2;
}

body.shop-shell-v2 .shop-checkout-v2 .product-form-multiselect-tag {
  background: color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 14%, white);
  border: 1px solid color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 18%, white);
  
}

body.shop-shell-v2 .shop-checkout-v2 .product-form-multiselect-empty {
  color: #8b97a7;
  padding-left: 0;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc--v2.is-collapsed .cart-product-bloc__details {
  display: none;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option,
body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .row-cart-customer-note,
body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-cross-selling-bloc {
  margin-top: 0;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option {
  padding: 18px 0 0;
  border-top: 1px solid rgba(60, 63, 63, 0.06);
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option:first-child {
  border-top: 0;
  padding-top: 0;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option-caption {
  color: var(--shop-v2-main-color-text-color, #557584);
  font-size: var(--shop-v2-font-size-xs);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .voucher_price_selector {
  border-radius: 22px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__cross-selling-row {
  margin-top: 18px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__cross-selling {
  padding-top: 18px !important;
  border-top: 1px solid rgba(60, 63, 63, 0.08);
}

body.shop-shell-v2 .shop-checkout-v2 .cart-cross-selling-bloc--v2 {
  padding: 6px 0 0 !important;
  margin: 0;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-cross-selling-bloc--v2 .cart-cross-selling-bloc__heading {
  display: flex;
  justify-content: center;
  margin: 0 0 18px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-cross-selling-bloc--v2 .cart-cross-selling-bloc__kicker {
  
  font-family: var(--main-font-family-display);
  font-size: var(--shop-v2-font-size-lg);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

body.shop-shell-v2 .shop-checkout-v2 .recommended-products-bloc--v2 {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  overflow: hidden;
  background: var(--shop-v2-main-color, #ffffff);
  border: 1px solid rgba(60, 63, 63, 0.08);
  border-radius: 24px;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.06);
}

body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card__media {
  display: block;
  background: linear-gradient(135deg, color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 12%, white), color-mix(in srgb, var(--shop-v2-buy-buttons-bg-color, #f49738) 10%, white));
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card__image,
body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card__placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card__image {
  object-fit: cover;
}

body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card__placeholder {
  display: grid;
  place-items: center;
  color: color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 70%, #3c3f3f);
  font-size: clamp(32px, 5vw, 42px);
}

body.shop-shell-v2 .shop-checkout-v2 .cart-cross-selling-bloc--v2 .recommended-product-card--sidebar {
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(60, 63, 63, 0.06);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.11);
}

body.shop-shell-v2 .shop-checkout-v2 .cart-cross-selling-bloc--v2 .recommended-product-card--sidebar .recommended-product-card__body {
  display: flex;
  flex-direction: column;
  padding: 18px 18px 20px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-cross-selling-bloc--v2 .recommended-product-card--sidebar .recommended-product-card__media,
body.shop-shell-v2 .shop-checkout-v2 .cart-cross-selling-bloc--v2 .recommended-product-card--sidebar .shop-catalog-v2__sidebar-image {
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, #dce7ec 0%, #f7fbfd 100%);
}

body.shop-shell-v2 .shop-checkout-v2 .cart-cross-selling-bloc--v2 .recommended-product-card--sidebar .shop-catalog-v2__sidebar-title.recommended-product-card__title {
  margin: 0 0 12px;
  color: #3c3f3f;
  font-size: var(--shop-v2-font-size-6xl);
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-cross-selling-bloc--v2 .recommended-product-card--sidebar .shop-catalog-v2__price-row {
  margin-bottom: 16px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-cross-selling-bloc--v2 .recommended-product-card--sidebar .recommended-product-card__cta-row {
  display: grid;
  gap: 10px;
  margin-top: auto;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-cross-selling-bloc--v2 .recommended-product-card--sidebar .recommended-product-card__action {
  width: 100%;
  min-width: 0;
  flex: none;
  min-height: 64px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-cross-selling-bloc--v2 .recommended-product-card__placeholder {
  display: grid;
  place-items: center;
  min-height: 240px;
  color: color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 70%, #3c3f3f);
  font-size: clamp(32px, 5vw, 42px);
}

body.shop-shell-v2 .shop-checkout-v2 .cart-cross-selling-bloc--v2 .recommended-product-card__inclusions {
  margin-top: 14px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-cross-selling-bloc--v2 .recommended-product-card__inclusions-title {
  margin: 0 0 8px;
  
  font-size: var(--shop-v2-font-size-xxs);
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-cross-selling-bloc--v2 .recommended-product-card__inclusions-list {
  margin: 0;
  padding-left: 18px;
}

body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card__body {
  display: grid;
  gap: 12px;
  padding: 16px 16px 18px;
}

body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card__title-link,
body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card__title-link:hover,
body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card__title-link:focus {
  color: inherit;
  text-decoration: none;
}

body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card__title {
  margin: 0;
  color: var(--shop-v2-product-section-title-color, #3c3f3f);
  font-family: var(--main-font-family-display);
  font-size: var(--shop-v2-font-size-2xl);
  font-weight: 800;
  line-height: 1.15;
}

body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card__footer {
  display: grid;
}

body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card__cta-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card__action {
  flex: 1 1 0;
  min-width: 140px;
  border-radius: 18px;
  border: 0;
  padding: 0;
  box-shadow: none;
  overflow: hidden;
  text-align: left;
}

body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card__action.btn-success {
  background: var(--shop-v2-buy-buttons-bg-color, #f49738);
  color: var(--shop-v2-buy-buttons-text-color, #ffffff);
}

body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card__action.btn-success.recommended-product-card__action--gift {
  background: transparent;
  border: 1.5px solid var(--shop-v2-buy-buttons-bg-color, #f49738);
  color: var(--shop-v2-buy-buttons-bg-color, #f49738);
}

body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card__action.btn-success.recommended-product-card__action--locked {
  background: var(--shop-v2-other-buttons-bg-color, rgba(255, 255, 255, 0.92));
  color: var(--shop-v2-other-buttons-text-color, #3c3f3f);
  border: 1px solid rgba(60, 63, 63, 0.14);
}

body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card__cta {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  min-height: 58px;
  padding: 10px 14px;
}

body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card__cta-label {
  display: block;
  font-size: var(--shop-v2-font-size-sm);
  font-weight: 800;
  line-height: 1.1;
}

body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card__cta-price {
  display: block;
  font-size: var(--shop-v2-font-size-xl);
  line-height: 1;
}

body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card__cta--gift .recommended-product-card__cta-label,
body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card__cta--gift .recommended-product-card__cta-price {
  color: var(--shop-v2-buy-buttons-bg-color, #f49738);
}

body.shop-shell-v2 .shop-checkout-v2 .cart-dynamic-package {
  display: grid;
  gap: 12px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-dynamic-package__caption {
  color: var(--shop-v2-main-color-text-color, #5dc4f1);
  font-size: var(--shop-v2-font-size-xs);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-dynamic-package__grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: color-mix(in srgb, #3c3f3f 9%, white);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(60, 63, 63, 0.04);
  padding: 2px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-dynamic-package__choice {
  align-items: center;
  background: rgba(255, 255, 255, 0.82);
  border: 0;
  border-right: 1px solid rgba(60, 63, 63, 0.06);
  border-radius: 14px;
  
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  min-height: 64px;
  padding: 12px 14px;
  text-align: left;
  transition: background-color 140ms ease, box-shadow 140ms ease, transform 140ms ease, border-color 140ms ease;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-dynamic-package__choice:last-child {
  border-right: 0;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-dynamic-package__choice:hover {
  background: rgba(255, 255, 255, 0.96);
}

body.shop-shell-v2 .shop-checkout-v2 .cart-dynamic-package__choice.is-selected {
  background: var(--shop-v2-main-color, #ffffff);
  box-shadow: inset 0 0 0 2px var(--shop-v2-main-color, #5dc4f1), 0 10px 20px rgba(15, 23, 42, 0.06);
  position: relative;
  z-index: 1;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-dynamic-package__choice-main {
  display: grid;
  gap: 2px;
  min-width: 0;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-dynamic-package__choice-title {
  align-items: center;
  display: inline-flex;
  gap: 6px;
  color: #3c3f3f;
  font-family: var(--main-font-family-display);
  font-size: var(--shop-v2-font-size-md);
  font-weight: 900;
  line-height: 1.1;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-dynamic-package__choice-icon {
  color: var(--shop-v2-main-color-text-color, #5dc4f1);
  font-size: var(--shop-v2-font-size-sm);
  top: 0;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-dynamic-package__choice-subtitle {
  
  font-size: var(--shop-v2-font-size-xs);
  line-height: 1.2;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-dynamic-package__choice-price {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-left: auto;
  text-align: right;
  white-space: nowrap;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-dynamic-package__choice-total {
  color: #3c3f3f;
  font-family: var(--main-font-family-display);
  font-size: var(--shop-v2-font-size-3xl);
  font-weight: 900;
  line-height: 1;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-dynamic-package__choice-per-flight {
  
  font-size: var(--shop-v2-font-size-xs);
  font-weight: 700;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .pack-price,
body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option-image-container,
body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option-image-container-alt {
  margin-top: 0;
}

body.shop-shell-v2 .shop-checkout-v2 .shop-panel,
body.shop-shell-v2 .shop-checkout-v2 .panel {
  overflow: hidden;
}

body.shop-shell-v2 .shop-checkout-v2 #bloc_confirm_cart_list {
  display: grid;
  gap: 18px;
}

body.shop-shell-v2 .shop-checkout-v2__basket-container.container {
  max-width: 1400px;
  width: calc(100% - 32px);
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc {
  padding: 18px 18px 16px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-title-no-bg {
  margin-bottom: 0;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-title-text a,
body.shop-shell-v2 .shop-checkout-v2 .cart-title-text strong {
  color: var(--shop-v2-product-header-text-color, #3c3f3f);
}

body.shop-shell-v2 .shop-checkout-v2 .cart-title-text strong {
  font-family: var(--main-font-family-display);
  font-size: var(--shop-v2-font-size-lg);
}

body.shop-shell-v2 .shop-checkout-v2 .price-alt {
  font-family: var(--main-font-family-display);
  font-size: var(--shop-v2-font-size-lg);
  color: var(--shop-v2-product-header-text-color, #3c3f3f);
}

body.shop-shell-v2 .shop-checkout-v2 .cart-option {
  margin-top: 14px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card {
  align-items: stretch;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(60, 63, 63, 0.09);
  border-radius: 24px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  padding: 14px 16px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card.is-selected {
  background: color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 6%, white);
  border-color: var(--shop-v2-main-color-text-color, #5dc4f1);
  box-shadow: 0 18px 38px rgba(93, 196, 241, 0.16);
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card:hover,
body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card:focus-within {
  border-color: color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 45%, rgba(60, 63, 63, 0.09));
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.09);
  transform: translateY(-1px);
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card .cart-option-image-container {
  padding-left: 2px;
  padding-right: 10px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card .cart-option-image,
body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card .cart-option-image-container img {
  border-radius: 20px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card .cart-option-image-container img {
  height: 88px;
  object-fit: cover;
  width: 88px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card .cart-check {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: flex-start;
  min-height: 100%;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card .price {
  color: #3c3f3f;
  font-family: var(--main-font-family-display);
  font-size: var(--shop-v2-font-size-xl);
  font-weight: 900;
  line-height: 1;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card .cart-option-caption-right {
  align-self: flex-end;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card .cart-option-caption {
  color: var(--shop-v2-main-color-text-color, #5dc4f1);
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card .cart-check .cbx {
  align-items: center;
  align-self: flex-end;
  display: inline-flex;
  gap: 0;
  margin: 0;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card .cart-check .cbx span:first-child {
  border-radius: 50%;
  height: 28px;
  width: 28px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card .cart-check .cbx.inclusive span:first-child {
  border-radius: 8px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card .cart-check .cbx span:last-child {
  display: none;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card .cart-check .inp-cbx:checked + .cbx span:first-child {
  background: var(--shop-v2-main-color, #5dc4f1);
  border-color: var(--shop-v2-main-color-text-color, #5dc4f1);
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card .cart-check .cbx span:first-child svg {
  left: 7px;
  top: 9px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card.is-selected .cart-check .cbx span:first-child {
  box-shadow: 0 8px 16px rgba(93, 196, 241, 0.28);
}

body.shop-shell-v2 .shop-checkout-v2 .cart-item-summary-picture-container,
body.shop-shell-v2 .shop-checkout-v2 .cart-option-image,
body.shop-shell-v2 .shop-checkout-v2 .cart-option-image-container img {
  border-radius: 18px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-option-caption {
  color: var(--shop-v2-product-header-bg-color, #557584) !important;
  background: transparent !important;
  font-size: var(--shop-v2-font-size-xs);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.shop-shell-v2 .shop-checkout-v2 .choose-date-button-summary,
body.shop-shell-v2 .shop-checkout-v2 .choose-date-button.choose-date-button--v2,
body.shop-shell-v2 .shop-checkout-v2 .shop-btn-spec,
body.shop-shell-v2 .shop-checkout-v2 #css-btn-shop,
body.shop-shell-v2 .shop-checkout-v2 .btn-green {
  min-height: 52px;
  border-radius: 999px;
  border: 0;
  background: linear-gradient(135deg, var(--shop-v2-buy-buttons-bg-color, #f49738) 0%, color-mix(in srgb, var(--shop-v2-buy-buttons-bg-color, #f49738) 70%, white) 100%);
  color: var(--shop-v2-buy-buttons-text-color, #ffffff);
  font-family: var(--main-font-family-display);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(244, 151, 56, 0.24);
}

body.shop-shell-v2 .shop-checkout-v2 .choose-date-button-summary {
  width: 100%;
}

body.shop-shell-v2 .shop-checkout-v2 .choose-date-button.choose-date-button--v2 {
  align-items: center;
  background: linear-gradient(
    135deg,
    var(--shop-v2-buy-buttons-bg-color, #f49738) 0%,
    color-mix(in srgb, var(--shop-v2-buy-buttons-bg-color, #ffb04f) 68%, white) 100%
  );
  border: 1px solid rgba(60, 63, 63, 0.12);
  box-shadow: 0 10px 24px rgba(244, 151, 56, 0.24);
  color: var(--shop-v2-buy-buttons-text-color, #ffffff);
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
  text-transform: none;
}

body.shop-shell-v2 .shop-checkout-v2 .choose-date-button.choose-date-button--v2:hover,
body.shop-shell-v2 .shop-checkout-v2 .choose-date-button.choose-date-button--v2:focus {
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--shop-v2-buy-buttons-bg-color, #f49738) 92%, white) 0%,
    color-mix(in srgb, var(--shop-v2-buy-buttons-bg-color, #ffb04f) 58%, white) 100%
  );
  border-color: color-mix(in srgb, var(--shop-v2-buy-buttons-bg-color, #f49738) 38%, white);
  color: var(--shop-v2-buy-buttons-text-color, #ffffff);
  text-decoration: none;
}

body.shop-shell-v2 .shop-checkout-v2 .choose-date-button.choose-date-button--v2 .space-between {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

body.shop-shell-v2 .shop-checkout-v2 .choose-date-button.choose-date-button--v2 .glyphicon {
  color: #ffffff;
  font-size: 18px;
  margin-left: 14px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__booking-btn {
  border: 0 !important;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--shop-v2-buy-buttons-bg-color, #f49738) 0%, color-mix(in srgb, var(--shop-v2-buy-buttons-bg-color, #f49738) 70%, white) 100%);
  box-shadow: 0 10px 24px rgba(244, 151, 56, 0.24);
  outline: none;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__booking-selected-date {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin: 0 0 12px;
  padding: 12px 14px;
  border-radius: 18px;
  background: color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 8%, white);
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__booking-date-container {
  min-width: 0;
  
  font-size: var(--shop-v2-font-size-sm);
  font-weight: 700;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__booking-icon {
  color: var(--shop-v2-main-color-text-color, #5dc4f1);
  font-size: 16px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__booking-date {
  color: #3c3f3f;
  font-family: var(--main-font-family-display);
  font-size: var(--shop-v2-font-size-md);
  font-weight: 800;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__booking-remove {
  
  font-size: 16px;
  flex: 0 0 auto;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__booking-message {
  
  font-size: var(--shop-v2-font-size-sm);
  line-height: 1.5;
  margin-bottom: 10px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__booking-action-row {
  margin-left: -4px;
  margin-right: -4px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__booking-action-row > [class*="col-"] {
  padding-left: 4px;
  padding-right: 4px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__booking-change-button {
  min-height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(60, 63, 63, 0.12);
  background: linear-gradient(
    135deg,
    var(--shop-v2-buy-buttons-bg-color, #f49738) 0%,
    color-mix(in srgb, var(--shop-v2-buy-buttons-bg-color, #ffb04f) 68%, white) 100%
  );
  color: var(--shop-v2-buy-buttons-text-color, #ffffff);
  font-family: var(--main-font-family-display);
  font-weight: 800;
  width: 100%;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__booking-change-button:hover,
body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__booking-change-button:focus {
  border-color: color-mix(in srgb, var(--shop-v2-buy-buttons-bg-color, #f49738) 38%, white);
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--shop-v2-buy-buttons-bg-color, #f49738) 92%, white) 0%,
    color-mix(in srgb, var(--shop-v2-buy-buttons-bg-color, #ffb04f) 58%, white) 100%
  );
  color: var(--shop-v2-buy-buttons-text-color, #ffffff);
}

body.shop-shell-v2 .shop-checkout-v2 .shop-cart-total-row {
  padding: 10px 0;
  border-top: 1px solid rgba(60, 63, 63, 0.08);
  margin-top: 0;
  
}

body.shop-shell-v2 .shop-checkout-v2 .shop-cart-total-row strong {
  font-family: var(--main-font-family-display);
  font-size: var(--shop-v2-font-size-lg);
}

body.shop-shell-v2 .shop-checkout-v2 .bloc-simple-cart-summary,
body.shop-shell-v2 .shop-checkout-v2 .col-md-3.bloc-simple-cart-summary {
  position: sticky;
  top: 88px;
}

body.shop-shell-v2 .shop-checkout-v2 .bloc-simple-cart-summary-wrapper-v2 {
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(60, 63, 63, 0.06) !important;
  border-radius: 24px !important;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08) !important;
  overflow: hidden !important;
  padding: 24px 22px 20px !important;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__header {
  align-items: center;
  border-bottom: 1px solid rgba(60, 63, 63, 0.08);
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
  padding-bottom: 18px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__header-title {
  color: #3c3f3f;
  font-family: var(--main-font-family-display);
  font-size: var(--shop-v2-font-size-4xl);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__header-badge {
  align-items: center;
  background: color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 16%, white);
  border-radius: 999px;
  color: #3c3f3f;
  display: inline-flex;
  font-size: var(--shop-v2-font-size-sm);
  font-weight: 800;
  letter-spacing: 0.04em;
  min-height: 32px;
  padding: 0 14px;
  text-transform: uppercase;
  white-space: nowrap;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__scroll-note {
  
  font-size: var(--shop-v2-font-size-base);
  margin: 0 0 8px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section {
  margin-top: 16px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section--items {
  margin-top: 0;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section--promo {
  padding-top: 2px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section--booking {
  padding: 2px 16px 0;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section--totals {
  padding-top: 18px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section--payment-methods,
body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section--payment {
  padding-top: 10px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__wallet-row,
body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__promo-toggle-row,
body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__promo-title-row {
  margin-bottom: 12px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__wallet-button,
body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__promo-form .form-control,
body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__promo-form .btn {
  border-radius: 16px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__wallet-button {
  background: linear-gradient(180deg, color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 96%, white), var(--shop-v2-main-color, #5dc4f1));
  border: 0;
  color: var(--shop-v2-main-color-text-color, #ffffff);
  font-family: var(--main-font-family-display);
  font-weight: 800;
  padding: 12px 16px;
  width: 100%;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__wallet-subtitle {
  display: inline-block;
  font-size: var(--shop-v2-font-size-sm);
  font-weight: 600;
  margin-top: 3px;
  opacity: 0.9;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__promo-toggle {
  
  font-size: var(--shop-v2-font-size-base);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__promo-form {
  margin-left: -4px;
  margin-right: -4px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__promo-form [class*="col-"] {
  padding-left: 4px;
  padding-right: 4px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__promo-form .form-control {
  border-color: rgba(60, 63, 63, 0.14);
  box-shadow: none;
  min-height: 42px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__promo-form .form-control:focus {
  border-color: var(--shop-v2-main-color-text-color, #5dc4f1);
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section--items .row-product {
  border-top: 1px solid rgba(60, 63, 63, 0.08);
  margin: 0;
  padding: 18px 0;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section--items .row-product:first-child {
  border-top: 0;
  padding-top: 0;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section--items .item-number {
  
  font-size: var(--shop-v2-font-size-sm);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section--items strong {
  color: #3c3f3f;
  font-family: var(--main-font-family-display);
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section--items .cart-item-booking-infos,
body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section--items .autobook-summary-line {
  
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section--totals .cart-summary-v2__total-row {
  align-items: center;
  
  border-top: 0;
  margin: 0;
  padding: 10px 0;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section--totals .cart-summary-v2__total-row--subtotal,
body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section--totals .cart-summary-v2__total-row--tax {
  font-size: var(--shop-v2-font-size-md);
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section--totals .cart-summary-v2__total-row--grand-total {
  border-top: 1px solid rgba(60, 63, 63, 0.08);
  font-size: var(--shop-v2-font-size-lg);
  font-weight: 800;
  margin-top: 4px;
  padding-top: 16px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section--totals .cart-summary-v2__total-row--grand-total strong {
  color: #3c3f3f;
  font-family: var(--main-font-family-display);
  font-size: var(--shop-v2-font-size-7xl);
  line-height: 1;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section--totals .cart-summary-v2__total-row--hidden-total {
  display: none;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section--payment-methods {
  padding-top: 14px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section--payment .row {
  margin-left: 0;
  margin-right: 0;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section--payment label {
  
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section--payment .cbx {
  margin-top: 2px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section--payment .row + .row {
  margin-top: 12px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section--payment .pay-button,
body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section--payment .continue-button,
body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section--payment .extra-visible-continue-button,
body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section--payment #buy_button,
body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section--payment #buy_button-widget {
  align-items: center;
  border: 0;
  border-radius: 999px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 14px 28px rgba(17, 24, 39, 0.14);
  font-family: var(--main-font-family-display);
  font-size: var(--shop-v2-font-size-xl);
  font-weight: 800;
  min-height: 54px;
  padding: 0 22px;
  text-transform: uppercase;
  width: 100%;
  text-align: left;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section--payment .continue-button > strong,
body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section--payment .continue-button > span,
body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section--payment .pay-button > span,
body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section--payment .extra-visible-continue-button > strong,
body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section--payment .extra-visible-continue-button > span {
  line-height: 1;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section--payment .cart-summary-v2__button-label {
  display: block;
  flex: 1 1 auto;
  line-height: 1.05;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section--payment .cart-summary-v2__button-label--stacked {
  display: grid;
  gap: 3px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section--payment .cart-summary-v2__button-meta {
  display: block;
  flex: 0 0 auto;
  line-height: 1;
  margin-left: 12px;
  text-align: right;
  white-space: nowrap;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section--payment .cart-summary-v2__button-icon {
  flex: 0 0 auto;
  line-height: 1;
  margin-left: 12px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section--payment .continue-button .glyphicon,
body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section--payment .extra-visible-continue-button .glyphicon {
  flex: 0 0 auto;
  line-height: 1;
  margin-left: 12px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section--payment .pay-button.disabled,
body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section--payment .continue-button.disabled {
  background: #d6d8dc;
  box-shadow: none;
  color: #7a7d82;
  cursor: not-allowed;
}

body.shop-shell-v2 .shop-checkout-v2 .panel-heading,
body.shop-shell-v2 .shop-checkout-v2 .shop-panel-heading {
  background: linear-gradient(180deg, color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 8%, transparent), transparent);
  border-bottom: 1px solid rgba(60, 63, 63, 0.06);
}

body.shop-shell-v2 .shop-checkout-v2 .panel-heading .panel-title,
body.shop-shell-v2 .shop-checkout-v2 .shop-panel-heading {
  color: var(--shop-v2-product-header-text-color, #3c3f3f);
  font-family: var(--main-font-family-display);
  font-weight: 800;
}

body.shop-shell-v2 .shop-checkout-v2 .panel-footer,
body.shop-shell-v2 .shop-checkout-v2 .shop-panel-footer {
  border-top: 1px solid rgba(60, 63, 63, 0.06);
  background: rgba(248, 250, 252, 0.82);
}

body.shop-shell-v2 .shop-checkout-v2 .empty-basket,
body.shop-shell-v2 .shop-checkout-v2 .text-center {
  
}

body.shop-shell-v2 .shop-checkout-v2 .modal-content {
  border-radius: 24px;
  overflow: hidden;
}

body.shop-shell-v2 .shop-checkout-v2__mobile-summary {
  display: none;
}

@media (max-width: 991px) {
  body.shop-shell-v2 .shop-checkout-v2 {
    padding-top: 18px;
  }

  body.shop-shell-v2 .checkout-steps-v2 {
    display: none;
  }

  body.shop-shell-v2 .shop-checkout-v2 .checkout-steps-v2 .checkout-steps-v2__track {
    display: none;
  }

  body.shop-shell-v2 .shop-checkout-v2 .bloc-simple-cart-summary,
  body.shop-shell-v2 .shop-checkout-v2 .col-md-3.bloc-simple-cart-summary {
    position: static;
  }

  body.shop-shell-v2 .shop-checkout-v2 .shop-checkout-v2__basket-layout {
    margin-left: -14px;
    margin-right: -14px;
  }

  body.shop-shell-v2 .shop-checkout-v2 .shop-checkout-v2__basket-layout > [class*="col-"] {
    padding-left: 14px;
    padding-right: 14px;
  }

  body.shop-shell-v2 .shop-checkout-v2 .bloc-simple-cart-summary-wrapper-v2 {
    border-radius: 22px;
    padding: 18px 16px 16px;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__header {
    align-items: flex-start;
    flex-direction: column;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__header-title {
    font-size: var(--shop-v2-font-size-2xl);
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section--totals .cart-summary-v2__total-row--grand-total strong {
    font-size: var(--shop-v2-font-size-6xl);
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__card {
    padding: 16px;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__main {
    grid-template-columns: 1fr;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__footer,
  body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__actions,
  body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__actions {
    text-align: left;
    justify-content: flex-start;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__footer {
    align-items: flex-end;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__price-block {
    text-align: left;
    width: 100%;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__header-row {
    flex-direction: column;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__header-actions {
    align-self: flex-end;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__actions {
    width: 100%;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__toggle {
    flex: 1 1 auto;
    justify-content: center;
  }

  body.shop-shell-v2 .shop-checkout-v2 .shop-product-form-block__card {
    padding: 16px;
  }

  body.shop-shell-v2 .shop-checkout-v2 .shop-product-form-block__title {
    font-size: var(--shop-v2-font-size-xl);
  }

  body.shop-shell-v2 .shop-checkout-v2 .product-form-multiselect-menu {
    margin-top: 8px;
  }

  body.shop-shell-v2 .shop-checkout-v2 .recommended-products-bloc--v2 {
    grid-template-columns: 1fr;
  }

  body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card__body {
    padding: 14px;
  }

  body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card__action {
    min-width: 0;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-dynamic-package__grid {
    grid-template-columns: 1fr;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-dynamic-package__choice {
    border-right: 0;
    border-bottom: 1px solid rgba(60, 63, 63, 0.06);
    min-height: 80px;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-dynamic-package__choice:last-child {
    border-bottom: 0;
  }

  body.shop-shell-v2 .shop-checkout-v2__mobile-summary {
    align-items: center;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(60, 63, 63, 0.08);
    border-radius: 18px;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
    display: flex;
    gap: 14px;
    justify-content: space-between;
    margin: 0 0 16px;
    width: 100%;
    padding: 14px 16px;
    position: sticky;
    top: 60px;
    z-index: 100;
  }

  body.shop-shell-v2 .shop-checkout-v2__mobile-summary-copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
  }

  body.shop-shell-v2 .shop-checkout-v2__mobile-summary-label {
    color: #3c3f3f;
    font-size: var(--shop-v2-font-size-xxs);
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  body.shop-shell-v2 .shop-checkout-v2__mobile-summary-value {
    color: #3c3f3f;
    font-family: var(--main-font-family-display);
    font-size: var(--shop-v2-font-size-3xl);
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
  }

  body.shop-shell-v2 .shop-checkout-v2__mobile-summary-items {
    
    font-size: var(--shop-v2-font-size-sm);
    font-weight: 700;
    white-space: nowrap;
  }

  body.shop-shell-v2 .shop-checkout-v2__mobile-summary-link {
    align-items: center;
    background: var(--shop-v2-main-color, #ffffff);
    border: 1px solid color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 30%, white);
    border-radius: 999px;
    color: var(--shop-v2-main-color-text-color, #5dc4f1);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: var(--shop-v2-font-size-sm);
    font-weight: 800;
    justify-content: center;
    line-height: 1;
    min-height: 38px;
    padding: 0 14px;
    text-decoration: none;
    white-space: nowrap;
  }

  body.shop-shell-v2 .shop-checkout-v2__mobile-summary-link:hover,
  body.shop-shell-v2 .shop-checkout-v2__mobile-summary-link:focus {
    color: var(--shop-v2-main-color-text-color, #5dc4f1);
    text-decoration: none;
  }
}

@media (max-width: 767px) {
  body.shop-shell-v2 {
    overflow-x: hidden;
  }

  body.shop-shell-v2 .shop-checkout-v2 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow-x: clip;
    padding: 0 0 24px;
  }

  body.shop-shell-v2 .shop-checkout-v2__basket-container.container {
    box-sizing: border-box;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  body.shop-shell-v2 .shop-checkout-v2__back-row {
    margin-bottom: 12px;
    padding-left: 15px;
    padding-right: 15px;
  }

  body.shop-shell-v2 .shop-checkout-v2 .shop-checkout-v2__basket-layout {
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }

  body.shop-shell-v2 .shop-checkout-v2 .shop-checkout-v2__basket-layout > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  body.shop-shell-v2 .shop-checkout-v2 .bloc-simple-cart-summary-wrapper-v2 {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
  }

  body.shop-shell-v2 .shop-checkout-v2 .bloc-simple-cart-summary {
    border-top: 0 !important;
    margin-top: 24px;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__card {
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding-left: 0;
    padding-right: 0;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__header {
    margin-bottom: 14px;
    padding: 0 15px 14px;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__header-title {
    font-size: var(--shop-v2-font-size-xl);
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__header-badge {
    min-height: 28px;
    padding: 0 10px;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section {
    margin-top: 12px;
    padding-left: 15px;
    padding-right: 15px;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section--totals {
    padding-top: 14px;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section--booking {
    padding-left: 15px;
    padding-right: 15px;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__item--hidden {
    display: block !important;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__show-more {
    display: none !important;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__promo-form {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-left: 0;
    margin-right: 0;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__promo-form.row {
    margin-left: 0;
    margin-right: 0;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__promo-form [class*="col-"] {
    flex: 0 0 100%;
    max-width: none;
    float: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__promo-form .form-control {
    width: 100%;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section--totals .cart-summary-v2__total-row--grand-total strong {
    font-size: var(--shop-v2-font-size-5xl);
  }

  body.shop-shell-v2 .shop-checkout-v2 .shop-checkout-v2__mobile-summary {
    top: 56px;
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    margin-bottom: 12px;
    padding: 12px 15px;
    margin-left: 0;
    margin-right: 0;
  }

  body.shop-shell-v2 .shop-checkout-v2 .shop-checkout-v2__mobile-summary-value {
    font-size: var(--shop-v2-font-size-2xl);
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc--v2 .cart-product-bloc__card {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0 15px 16px;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__media-frame {
    border-radius: 22px;
    aspect-ratio: 18 / 11;
    margin-top: 10px;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc--v2 + .cart-product-bloc--v2 .cart-product-bloc__card {
    border-top: 1px solid rgba(60, 63, 63, 0.08);
    padding-top: 16px;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px 8px;
    padding: 14px 12px 12px;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card.optional,
  body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card.included {
    position: relative;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card > [class*="col-"] {
    float: none;
    min-height: 0;
    padding-left: 0;
    padding-right: 0;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card .cart-option-image-container {
    flex: 0 0 44px;
    max-width: 44px;
    padding-right: 0;
    text-align: left;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card .cart-option-image,
  body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card .cart-option-image-container img {
    border-radius: 14px;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card .cart-option-image-container img {
    height: 42px !important;
    width: 42px !important;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card .cart-option-image {
    font-size: 42px;
    line-height: 1;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card > .col-xs-8 {
    flex: 1 1 calc(100% - 104px);
    max-width: none;
    min-width: 0;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card.optional > .col-xs-8,
  body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card.included > .col-xs-8 {
    padding-right: 48px;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card > .col-xs-3 {
    flex: 0 0 auto;
    margin-left: auto;
    max-width: none;
    position: absolute;
    right: 12px;
    top: 12px;
    width: auto;
    z-index: 2;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card.optional > .col-xs-3 > .row,
  body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card.included > .col-xs-3 > .row {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card.optional > .col-xs-3 > .row > .col-md-8,
  body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card.included > .col-xs-3 > .row > .col-md-8 {
    width: auto;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card .price {
    font-size: var(--shop-v2-font-size-md);
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card .cart-check {
    gap: 8px;
    min-height: 0;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card.optional .cart-check,
  body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card.included .cart-check {
    align-items: flex-end;
    gap: 6px;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card.optional .cart-check .cbx span:first-child,
  body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card.included .cart-check .cbx span:first-child {
    height: 26px;
    width: 26px;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card.optional .cart-check .cbx span:first-child svg,
  body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card.included .cart-check .cbx span:first-child svg {
    left: 6px;
    top: 8px;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card .cart-option-caption-right {
    align-self: flex-start;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card .cart-shipping-row {
    flex: 0 0 100%;
    margin-top: 6px;
    width: 100%;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card .cart-shipping-col {
    margin-bottom: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-product-bloc__details .cart-option.cart-option-card .cart-shipping-row .form-control {
    min-height: 40px;
  }

  body.shop-shell-v2 .shop-checkout-v2 .shop-product-form-block__card {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0 15px;
  }

  body.shop-shell-v2 .shop-checkout-v2 .recommended-products-bloc--v2 {
    gap: 12px;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-cross-selling-bloc--v2 {
    margin-left: 25px;
    margin-right: 25px;
    --shop-v2-font-size-xxs: 8px;
    --shop-v2-font-size-xs: 9px;
    --shop-v2-font-size-sm: 10px;
    --shop-v2-font-size-base: 12px;
    --shop-v2-font-size-md: 13px;
    --shop-v2-font-size-lg: 14px;
    --shop-v2-font-size-xl: 15px;
  }

  body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card {
    align-items: stretch;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(60, 63, 63, 0.08);
    border-radius: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 10px 15px 12px;
  }

  body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card:last-child {
    border-bottom: 0;
  }

  body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card__media {
    display: block;
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    aspect-ratio: 16 / 12;
    margin-bottom: 10px;
  }

  body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card__media img,
  body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card__placeholder {
    height: 100%;
    width: 100%;
  }

  body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card__media img {
    object-fit: cover;
  }

  body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card__media::after {
    background: linear-gradient(to top, rgba(10, 10, 10, 0.68), rgba(10, 10, 10, 0.08) 70%, rgba(10, 10, 10, 0));
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
  }

  body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card__media-title {
    bottom: 12px;
    color: #ffffff;
    display: block;
    font-family: var(--main-font-family-display);
    font-size: var(--shop-v2-font-size-lg);
    font-weight: 900;
    left: 12px;
    line-height: 1.02;
    max-width: calc(100% - 24px);
    position: absolute;
    text-transform: uppercase;
    z-index: 2;
  }

  body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
    padding: 0;
  }

  body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card__title {
    display: none;
  }

  body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card__action-copy {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 6px;
    min-width: 0;
    white-space: nowrap;
  }

  body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card__inclusions {
    display: none;
  }

  body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card__cta-row {
    display: flex !important;
    align-items: center;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 8px;
    margin-top: 0;
    min-width: 0;
    flex: 0 0 auto;
    width: 100%;
  }

  body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card__action {
    align-items: center;
    display: flex;
    flex: none;
    justify-content: center;
    min-height: 44px;
    min-width: 0;
    border-radius: 12px;
    font-size: var(--shop-v2-font-size-xs);
    letter-spacing: 0.01em;
    padding: 0;
    width: auto;
  }

  body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card__action .shop-catalog-v2__sidebar-cta-content {
    justify-content: center;
    min-height: 40px;
    padding: 0 10px;
  }

  body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card__action-label {
    font-size: var(--shop-v2-font-size-xs);
    font-weight: 800;
    line-height: 1.05;
    text-transform: uppercase;
    white-space: nowrap;
  }

  body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card__action-price {
    font-size: var(--shop-v2-font-size-md);
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
  }

  body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card__action .fa {
    display: none;
  }

  body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card__action--primary {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
  }

  body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card__action--gift {
    align-items: center;
    display: inline-flex !important;
    flex-direction: row;
    flex: 0 0 44px;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    width: 44px !important;
    min-width: 44px;
    min-height: 44px;
  }

  body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card__action--gift.shop-catalog-v2__sidebar-gift {
    display: inline-flex !important;
    grid-template-columns: none;
    min-height: 44px;
    padding: 0;
  }

  body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card__action--gift .shop-catalog-v2__sidebar-gift-icon {
    align-items: center;
    display: flex;
    flex: none;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.88);
  }

  body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card__action--gift .shop-v2-card__button-copy,
  body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card__action--gift .shop-v2-card__button-arrow {
    display: none;
  }

  body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card__action--gift .fa {
    display: inline-block;
    font-size: 16px;
  }

  body.shop-shell-v2 .shop-checkout-v2 .recommended-product-card__action .shop-catalog-v2__sidebar-cta-content span {
    white-space: nowrap;
  }

  body.shop-shell-v2 .shop-shell-header__cart-support-link {
    font-size: var(--shop-v2-font-size-sm);
    gap: 8px;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-cross-selling-bloc--v2 .recommended-product-card--sidebar .recommended-product-card__action {
    width: 80%;
    min-width: 0;
    flex: none;
    min-height: 64px;
  }
}
/* Gift fields stay part of the item details instead of looking like a legacy form. */
body.shop-shell-v2 .shop-checkout-v2 .cart-option-gift-fields {
  border-top: 1px solid color-mix(in srgb, var(--shop-v2-secondary-color-text-color) 12%, transparent);
  margin: 24px 0 0;
  padding: 22px 0 4px;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-option-gift-fields__title {
  color: var(--shop-v2-main-color);
  font-family: var(--main-font-family-display);
  font-size: var(--shop-v2-font-size-sm);
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.3;
  margin: 0 0 16px;
  text-transform: uppercase;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-option-gift-fields__grid {
  display: grid;
  gap: 14px 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.shop-shell-v2 .shop-checkout-v2 .cart-option-gift-fields__field--message {
  grid-column: 1 / -1;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-option-gift-fields__control {
  position: relative;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-option-gift-fields__control .gift_textarea {
  appearance: none;
  background: var(--shop-v2-secondary-color);
  border: 1px solid color-mix(in srgb, var(--shop-v2-secondary-color-text-color) 18%, transparent);
  border-radius: 14px;
  box-shadow: none;
  color: var(--shop-v2-secondary-color-text-color);
  font-size: var(--shop-v2-font-size-md);
  height: 48px;
  line-height: 1.35;
  padding: 12px 58px 12px 16px;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
  width: 100%;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-option-gift-fields__control .gift_textarea::placeholder {
  color: color-mix(in srgb, var(--shop-v2-secondary-color-text-color) 62%, transparent);
  opacity: 1;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-option-gift-fields__control .gift_textarea:hover {
  border-color: color-mix(in srgb, var(--shop-v2-main-color) 42%, var(--shop-v2-secondary-color-text-color));
}

body.shop-shell-v2 .shop-checkout-v2 .cart-option-gift-fields__control .gift_textarea:focus {
  background: var(--shop-v2-secondary-color);
  border-color: var(--shop-v2-main-color);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--shop-v2-main-color) 20%, transparent);
  outline: none;
}

body.shop-shell-v2 .shop-checkout-v2 .cart-option-gift-fields__control .charNum {
  align-items: center;
  background: transparent;
  bottom: 0;
  color: color-mix(in srgb, var(--shop-v2-secondary-color-text-color) 58%, transparent);
  display: inline-flex;
  font-size: var(--shop-v2-font-size-xs);
  height: 48px;
  padding: 0;
  pointer-events: none;
  position: absolute;
  right: 16px;
  top: 0;
}

@media (max-width: 767px) {
  body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2--contrast-safe {
    color: var(--shop-v2-cart-summary-text-color, #3c3f3f);
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2--contrast-safe .cart-summary-v2__header-title,
  body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2--contrast-safe .cart-summary-v2__scroll-note,
  body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2--contrast-safe .cart-summary-v2__promo-toggle-row,
  body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2--contrast-safe .cart-summary-v2__promo-title-row,
  body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2--contrast-safe .cart-summary-v2__section--totals {
    color: var(--shop-v2-cart-summary-text-color, #3c3f3f);
  }

  body.shop-shell-v2 .shop-checkout-v2 .product-form-multiselect-toggle,
  body.shop-shell-v2 .shop-checkout-v2 .product-form-multiselect-menu,
  body.shop-shell-v2 .shop-checkout-v2 .product-form-multiselect-tags {
    display: none !important;
  }

  body.shop-shell-v2 .shop-checkout-v2 .product-form-multiselect-source {
    appearance: auto;
    background: #ffffff;
    border: 1px solid rgba(60, 63, 63, 0.12) !important;
    border-radius: 14px !important;
    clip: auto !important;
    clip-path: none !important;
    
    display: block !important;
    font-size: var(--shop-v2-font-size-md);
    height: 48px !important;
    margin: 0 !important;
    overflow: visible !important;
    padding: 11px 14px !important;
    position: static !important;
    width: 100% !important;
    white-space: normal !important;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-option-gift-fields__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-option-gift-fields__field--message {
    grid-column: auto;
  }
}

@media (max-width: 991px) {
  body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section--items strong {
    color: inherit;
  }

  body.shop-shell-v2 .shop-checkout-v2 .cart-summary-v2__section--totals .cart-summary-v2__total-row--grand-total strong {
    color: inherit;
  }
}
