

.cartRecapContainer {

}

.cartRecapContainer_promoCodeContainer {
    position: relative;
}
.cartRecapContainer_promoCodeContainer input {
    padding: 14px;
}
.cartRecapContainer_promoCodeContainer button {
    all: unset;
    text-align: center;
    background: var(--colors-brown);
    color: #FFF;
    position: absolute;
    right: 5px;
    top: 5px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    cursor: pointer;
}

.cartRecapRow {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 0;
  gap: 8px;
}

.cartRecapRow__left {
  flex: 1 1 auto;
  min-width: 0;
}

.cartRecapRow__left p {
  margin: 0;
  max-width: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cartRecapRow__price {
  flex: 0 0 auto;
  margin: 0;
  max-width: none;
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
}

.cartRecapRow--groupTitle .cartRecapRow__left p {
  font-weight: 600;
}

.cartRecapRow--variant .cartRecapRow__left p {
  padding-left: 14px;
}

.cartRecapRow--groupSpacer {
  height: 2px;
}

.cartCheckoutConsentForm {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 18px;
}

.cartRecapPrimaryAction {
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  max-width: 100%;
  min-height: 40px;
  padding-left: 28px;
  padding-right: 28px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.cartCheckoutConsentLabel {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  line-height: 1.45;
}

.cartCheckoutConsentLabel input {
  flex: 0 0 auto;
  margin-top: 3px;
}

.cartCheckoutConsentLabel span {
  display: block;
}
