.cart-page {
    max-width: min(1140px, 100%);
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
    font-family: 'Nunito Sans', sans-serif;
    color: #2c2c2c;
    overflow-x: clip;
}

.cart-page__title {
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    margin-bottom: 0.75rem;
}

.cart-page__free-shipping-hint {
    text-align: center;
    color: #F77F77;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin: 0 0 2rem;
}

.cart-page__free-shipping-hint .cart-order__free-shipping-amount {
    font-size: 1.55rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1.1;
}

.cart-progress {
    background: #fff;
    padding: 1rem 0;
    border-bottom: 1px solid #e8e8e8;
}

.cart-progress__steps {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    max-width: 560px;
    margin: 0 auto;
}

.cart-progress__step {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
}

.cart-progress__step--current {
    color: #F77F77;
    font-weight: 700;
}

.cart-progress__step--future {
    color: #999;
}

.cart-progress__dot {
    width: 20px;
    height: 20px;
    border: 2px solid #F77F77;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F77F77;
    color: #fff;
    font-size: 0.7rem;
}

.cart-progress__step--future .cart-progress__dot {
    border-color: #bbb;
    background: transparent;
    color: transparent;
}

.cart-item-card {
    background: #fff;
    border: 1px solid #FAC5C2;
    border-radius: 10px;
    padding: 1.5rem 1.5rem;
    margin-bottom: 1rem;
    min-height: 118px;
}

.cart-item-card__image {
    width: 88px;
    height: 88px;
    object-fit: cover;
    border: 1px solid #eee;
}

.cart-item-card__image-placeholder {
    width: 88px;
    height: 88px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    color: #999;
}

.cart-item-card__name {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #2c2c2c;
}

.cart-item-card__subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.45;
    margin: 0 0 20px;
}

.cart-item-card__name:has(+ .cart-item-card__subtitle) {
    margin-bottom: 10px;
}

.cart-item-card__name:not(:has(+ .cart-item-card__subtitle)) {
    margin-bottom: 0.25rem;
}

.cart-item-card__ref {
    font-size: 0.8rem;
    color: #888;
    margin-bottom: 0.35rem;
}

.cart-item-card__gift-badge {
    display: inline-block;
    margin-bottom: 0.35rem;
    font-size: 0.78rem;
    font-weight: 700;
    color: #F77F77;
}

.cart-item-card__gift-summary {
    margin-bottom: 0.35rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #3d8b5a;
    line-height: 1.35;
}

.cart-item-card__gift-extra-note {
    display: block;
    font-size: 0.72rem;
    color: #888;
    font-weight: 400;
    margin-top: 0.15rem;
}

/* Bloc cadeau + produit payant associé */
.cart-gift-bundle {
    background: #fff;
    border: 1px solid #b8d9be;
    border-radius: 10px;
    padding: 1.25rem 1.5rem 1.35rem;
    margin-bottom: 1rem;
}

.cart-gift-bundle__image {
    width: 88px;
    height: 88px;
    object-fit: cover;
    border: 1px solid #eee;
}

.cart-gift-bundle__image-placeholder {
    width: 88px;
    height: 88px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    color: #999;
}

.cart-gift-bundle__name {
    font-size: 1rem;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 0.35rem;
    line-height: 1.35;
}

.cart-gift-bundle__summary {
    font-size: 0.9rem;
    font-weight: 600;
    color: #3d8b5a;
    line-height: 1.35;
}

.cart-gift-bundle__price {
    font-size: 1rem;
    font-weight: 700;
    color: #3d8b5a;
    margin-top: 0.35rem;
}

.cart-gift-bundle__free .cart-gift-bundle__qty .btn-minus[aria-hidden="true"] {
    visibility: hidden;
    pointer-events: none;
}

.cart-gift-bundle__qty-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.cart-gift-bundle__upsell-hint {
    margin: 0.35rem 0 0;
    font-size: 0.82rem;
    font-weight: 700;
    color: #3d8b5a;
    line-height: 1.2;
    text-align: right;
}

.cart-gift-bundle__divider {
    height: 1px;
    background: #b8d9be;
    margin: 1.1rem 0 1.15rem;
}

.cart-gift-bundle__upsell-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.cart-gift-bundle__upsell-row--preview {
    align-items: flex-start;
}

.cart-gift-bundle__add-btn {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    font-size: 1.15rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 0.15rem;
}

.cart-gift-bundle__add-btn:hover {
    background: #f7f7f7;
    border-color: #b8d9be;
}

.cart-gift-bundle__upsell-info {
    flex: 1;
    min-width: 0;
}

.cart-gift-bundle__upsell-name {
    font-size: 1rem;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 0.2rem;
    line-height: 1.35;
}

.cart-gift-bundle__ref {
    font-size: 0.8rem;
    color: #888;
    margin-bottom: 0.15rem;
}

.cart-gift-bundle__upsell-price {
    font-size: 1rem;
    font-weight: 700;
    color: #2c2c2c;
    margin-top: 0.15rem;
}

.cart-gift-bundle__qty {
    flex-shrink: 0;
}

.cart-item-card__price {
    font-size: 1rem;
    font-weight: 700;
}

.cart-item-card__price-old {
    text-decoration: line-through;
    color: #999;
    font-weight: 400;
    margin-right: 0.35rem;
}

.cart-qty {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    justify-content: flex-end;
}

.cart-qty__btn {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    line-height: 1;
}

.cart-qty__btn:hover {
    background: #f7f7f7;
}

.cart-qty__input {
    width: 42px;
    height: 30px;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 0.9rem;
}

.cart-qty__input--readonly {
    background: #fff;
    color: #333;
    pointer-events: none;
}

.cart-qty__btn:disabled {
    opacity: 0.45;
    cursor: default;
}

.cart-qty__locked {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 30px;
    padding: 0 0.5rem;
    border: 1px solid #ddd;
    background: #f7f7f7;
    font-size: 0.9rem;
    font-weight: 600;
    color: #555;
}

.cart-qty__remove {
    border: none;
    background: none;
    color: #aaa;
    margin-left: 0.35rem;
    cursor: pointer;
    padding: 0.25rem;
}

.cart-qty__remove:hover {
    color: #e74c3c;
}

.cart-sidebar__advantages {
    background: #F3F3F3;
    padding: 1.5rem 1.25rem 1.25rem;
    margin-bottom: 1.5rem;
}

.cart-sidebar__heading {
    color: #F77F77;
    font-size: 1.35rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.25rem;
    letter-spacing: 0.04em;
}

.cart-loyalty__label {
    font-size: 0.95rem;
    line-height: 1.45;
    margin-bottom: 0.35rem;
    text-align: left;
}

.cart-loyalty__label strong {
    font-weight: 800;
}

.cart-loyalty__intro {
    font-size: 0.9rem;
    line-height: 1.45;
    margin: 0 0 0.85rem;
    color: #2c2c2c;
    text-align: left;
}

.cart-loyalty__hint {
    font-size: 0.82rem;
    color: #2c2c2c;
    line-height: 1.55;
    margin: 0.85rem 0 0.65rem;
    text-align: left;
}

.cart-loyalty__hint-accent {
    color: #F77F77;
    font-weight: 700;
}

.cart-loyalty__program-link {
    margin: 0 0 1.25rem;
    text-align: left;
}

.cart-loyalty__program-link a {
    color: #F77F77;
    font-size: 0.82rem;
    text-decoration: underline;
}

.cart-loyalty__program-link a:hover {
    color: #e85a4f;
}

.cart-loyalty__row {
    display: flex;
    gap: 0.5rem;
    align-items: stretch;
    margin-bottom: 1.25rem;
}

.cart-loyalty__picker {
    flex: 1;
    min-width: 0;
    position: relative;
}

.cart-loyalty__picker-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border: 1px solid #ddd;
    background: #fff;
    padding: 0.65rem 0.75rem;
    font-size: 0.9rem;
    text-align: left;
    cursor: pointer;
    color: #2c2c2c;
}

.cart-loyalty__picker-trigger:hover {
    border-color: #ccc;
}

.cart-loyalty__picker-trigger[aria-expanded="true"] {
    border-color: #F77F77;
}

.cart-loyalty__picker-icon {
    width: 1rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F77F77;
    font-size: 0.85rem;
}

.cart-loyalty__picker-label {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cart-loyalty__picker-chevron {
    flex-shrink: 0;
    font-size: 0.7rem;
    color: #999;
    transition: transform 0.2s ease;
}

.cart-loyalty__picker-trigger[aria-expanded="true"] .cart-loyalty__picker-chevron {
    transform: rotate(180deg);
}

.cart-loyalty__picker-menu {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    z-index: 20;
    list-style: none;
    margin: 0;
    padding: 0.35rem 0;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.cart-loyalty__picker-option {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border: none;
    background: transparent;
    padding: 0.55rem 0.75rem;
    font-size: 0.88rem;
    text-align: left;
    cursor: pointer;
    color: #2c2c2c;
}

.cart-loyalty__picker-option:hover:not(:disabled) {
    background: #FFF5F4;
}

.cart-loyalty__picker-option.is-selected {
    font-weight: 700;
    background: #FFF7F6;
}

.cart-loyalty__picker-option.is-locked,
.cart-loyalty__picker-option:disabled {
    color: #aaa;
    cursor: not-allowed;
}

.cart-loyalty__picker-option-icon {
    width: 1rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}

.cart-loyalty__picker-option.is-selected .cart-loyalty__picker-option-icon {
    color: #F77F77;
}

.cart-loyalty__picker-option.is-locked .cart-loyalty__picker-option-icon,
.cart-loyalty__picker-option:disabled .cart-loyalty__picker-option-icon {
    color: #bbb;
}

.cart-loyalty__remove {
    border: 1px solid #F77F77;
    background: #fff;
    color: #F77F77;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 0 0.85rem;
    white-space: nowrap;
    cursor: pointer;
}

.cart-loyalty__remove:hover {
    background: #FFF5F4;
}

.cart-loyalty__remove:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.cart-promo-field {
    --cart-promo-radius: 18px;
    display: flex;
    align-items: stretch;
    width: 100%;
    margin-bottom: 1rem;
}

.cart-promo-field--disabled {
    opacity: 0.55;
}

.cart-promo-field--applied .cart-promo-field__input,
.cart-promo-field--applied .cart-promo-field__input:disabled {
    color: #3d8b5a;
    font-weight: 600;
    -webkit-text-fill-color: #3d8b5a;
    opacity: 1;
}

.cart-promo-field__main {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: stretch;
    border: 1px solid #2c2c2c;
    border-right: none;
    border-radius: var(--cart-promo-radius) 0 0 var(--cart-promo-radius);
    overflow: hidden;
    background: #fff;
}

.cart-promo-field__label {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding: 0.45rem 0.7rem;
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.2;
    color: #2c2c2c;
    background: #fff;
    border-right: 1px solid #d8d8d8;
    white-space: nowrap;
}

.cart-promo-field__input {
    flex: 1;
    min-width: 0;
    border: none;
    padding: 0.45rem 0.65rem;
    font-size: 0.84rem;
    line-height: 1.2;
    color: #2c2c2c;
    background: #fff;
    outline: none;
}

.cart-promo-field__input::placeholder {
    color: #aaa;
}

.cart-promo-field__input:focus {
    background: #fff;
}

.cart-promo-field__apply {
    flex-shrink: 0;
    border: 1px solid #F77F77;
    border-left: none;
    border-radius: 0 var(--cart-promo-radius) var(--cart-promo-radius) 0;
    background: #F77F77;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.2;
    padding: 0.45rem 0.95rem;
    cursor: pointer;
    white-space: nowrap;
}

.cart-promo-field__apply:hover:not(:disabled) {
    background: #e85a4f;
    border-color: #e85a4f;
}

.cart-promo-field__apply:disabled {
    cursor: not-allowed;
    opacity: 0.85;
}

.cart-promo__applied {
    font-size: 0.85rem;
    color: #198754;
    margin-bottom: 1rem;
}

.cart-promo-list__title {
    font-size: 0.88rem;
    color: #2c2c2c;
    margin-bottom: 0.75rem;
}

.cart-promo-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    border: 1px dashed #b8b8b8;
    border-radius: 999px;
    background: #fff;
    padding: 0.55rem 1.15rem;
    margin-bottom: 0.55rem;
}

.cart-promo-card--selected {
    opacity: 0.75;
}

.cart-promo-card__left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35rem;
    min-width: 0;
}

.cart-promo-card__prefix {
    font-size: 0.82rem;
    color: #2c2c2c;
    font-weight: 400;
}

.cart-promo-card__prefix::after {
    content: '\00a0';
}

.cart-promo-card__name {
    font-size: 0.82rem;
    font-weight: 800;
    color: #F77F77;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.cart-promo-card__badge {
    display: inline-flex;
    align-items: center;
    padding: 0.15rem 0.45rem;
    border-radius: 4px;
    background: #F77F77;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.cart-promo-card__actions {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex-shrink: 0;
}

.cart-promo-card__choose {
    border: none;
    background: none;
    color: #F77F77;
    font-size: 0.78rem;
    font-weight: 400;
    cursor: pointer;
    padding: 0;
    white-space: nowrap;
}

.cart-promo-card__choose:hover:not(:disabled) {
    color: #e85a4f;
}

.cart-promo-card__choose:disabled {
    opacity: 0.55;
    cursor: default;
}

.cart-order {
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 1.35rem 1.35rem 1.5rem;
}

.cart-order__title {
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: #000;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.cart-order__line {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    font-size: 0.875rem;
    line-height: 1.4;
    margin-bottom: 0.5rem;
    color: #2c2c2c;
}

.cart-order__line--subtotal {
    color: #666;
    font-weight: 400;
}

.cart-order__line-label {
    font-weight: 400;
    color: #2c2c2c;
}

.cart-order__line--subtotal .cart-order__line-label,
.cart-order__line--subtotal span {
    color: #666;
}

.cart-order__promo-name {
    font-weight: 800;
    color: #F77F77;
    letter-spacing: 0.02em;
}

.cart-order__line-value--accent {
    color: #F77F77;
    font-weight: 400;
    white-space: nowrap;
}

.cart-order__country {
    margin: 0.85rem 0 1rem;
}

.cart-order__country select {
    width: 100%;
    border: 1px solid #2c2c2c;
    border-radius: 10px;
    padding: 0.65rem 0.85rem;
    font-size: 0.875rem;
    color: #2c2c2c;
    background: #fff;
    appearance: auto;
}

.cart-order__total {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-top: 1px solid #000;
    padding-top: 0.9rem;
    margin-top: 0.25rem;
    margin-bottom: 0.65rem;
}

.cart-order__total-label {
    font-size: 1rem;
    font-weight: 800;
    color: #000;
}

.cart-order__total-label-small {
    font-size: 0.72rem;
    font-weight: 400;
    letter-spacing: 0.01em;
}

.cart-order__total-value {
    font-size: 1.45rem;
    font-weight: 800;
    color: #000;
    line-height: 1.1;
}

.cart-order__points-earned {
    font-size: 0.875rem;
    color: #2c2c2c;
    text-align: center;
    margin-bottom: 1.15rem;
    line-height: 1.45;
}

.cart-order__points-earned strong {
    font-weight: 800;
}

.cart-order__checkout {
    display: block;
    width: 100%;
    border: none;
    border-radius: 0;
    background: #000;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 0.95rem 1rem;
    text-transform: uppercase;
}

.cart-order__checkout:hover {
    background: #111;
    color: #fff;
}

.cart-order__free-shipping {
    text-align: center;
    color: #F77F77;
    font-size: 0.78rem;
    font-weight: 400;
    margin: 0 0 0.85rem;
}

.cart-order__free-shipping-amount {
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1.1;
}

.cart-order__vat-note {
    text-align: left;
    font-size: 0.68rem;
    color: #2c2c2c;
    margin-top: 0.75rem;
    line-height: 1.45;
    font-weight: 400;
}

.cart-empty {
    text-align: center;
    padding: 4rem 1rem;
}

.cart-empty__icon {
    font-size: 3.5rem;
    color: #ccc;
    margin-bottom: 1.25rem;
}

.cart-empty h3 {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.cart-empty p {
    color: #666;
    margin-bottom: 1.5rem;
}

.cart-empty__btn {
    display: inline-block;
    background: #2c2c2c;
    color: #fff;
    text-decoration: none;
    padding: 0.85rem 1.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.cart-guest-note {
    font-size: 0.85rem;
    color: #666;
    text-align: center;
    margin-bottom: 1rem;
}

/* Page reprise panier (lien e-mail relance) */
.cart-recover__intro {
    text-align: center;
    color: #666;
    font-size: 0.95rem;
    line-height: 1.55;
    max-width: 36rem;
    margin: 0 auto 2rem;
}

.cart-recover__item .cart-item-card__ref {
    margin-bottom: 0.5rem;
}

.cart-recover__order {
    position: sticky;
    top: 1rem;
}

.cart-recover__form {
    margin-top: 1.25rem;
}

.cart-recover__submit {
    display: block;
    width: 100%;
    border: none;
    border-radius: 0;
    background: #F77F77;
    color: #fff;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 0.95rem 1rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.15s ease;
}

.cart-recover__submit:hover,
.cart-recover__submit:focus {
    background: #e56a62;
    color: #fff;
}

.cart-recover__secondary-link {
    text-align: center;
    margin: 1rem 0 0;
    font-size: 0.85rem;
}

.cart-recover__secondary-link a {
    color: #F77F77;
    font-weight: 600;
    text-decoration: none;
}

.cart-recover__secondary-link a:hover {
    text-decoration: underline;
}

.cart-recover__empty {
    background: #fff;
    border: 1px solid #FAC5C2;
    border-radius: 10px;
    padding: 3rem 1.5rem;
}

.cart-guest-note a {
    color: #F77F77;
}

.cart-suggestions {
    margin-top: 3rem;
    padding-top: 1rem;
}

.cart-suggestions .product-associated-block {
    margin-bottom: 0;
}

.cart-suggestions .product-associated-title {
    font-size: 1.35rem;
    letter-spacing: 0.06em;
}

@media (max-width: 991px) {
    .cart-qty {
        justify-content: flex-start;
        margin-top: 0.75rem;
    }
}
