html body.qsv3 .qsv3-promo,
html body.qsv3.has-qsv3-cart-page .qsv3-promo,
.qsv3-promo {
    height: 39px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    border-bottom: 1px solid var(--qsv3-line, #e5e2dc) !important;
    background: var(--qsv3-promo-bg, #fcfbf8) !important;
    color: var(--qsv3-promo-color, var(--qsv3-muted, #64748b)) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: .025em !important;
    text-transform: none !important;
    text-align: center !important;
    white-space: nowrap !important;
    text-decoration: none !important;
}

html body.qsv3.has-qsv3-cart-page .qsv3-legacy-promo span + span::before {
    background: var(--qsv3-line, #e5e2dc) !important;
}

@media (min-width: 981px) {
    html body.qsv3.has-qsv3-cart-page .checkout-wrapper {
        width: 100% !important;
        max-width: 1220px !important;
        margin: 0 auto !important;
        padding: clamp(34px, 4vw, 58px) 32px 96px !important;
    }

    html body.qsv3.has-qsv3-cart-page .checkout-card {
        display: grid !important;
        grid-template-columns: minmax(430px, .92fr) minmax(520px, 1.08fr) !important;
        gap: clamp(34px, 5vw, 72px) !important;
        align-items: start !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    html body.qsv3.has-qsv3-cart-page .left-col,
    html body.qsv3.has-qsv3-cart-page .right-col {
        display: grid !important;
        grid-column: auto !important;
        grid-row: auto !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        transform: none !important;
    }

    html body.qsv3.has-qsv3-cart-page .left-col {
        gap: 24px !important;
        align-content: start !important;
    }

    html body.qsv3.has-qsv3-cart-page .right-col {
        position: static !important;
        gap: 16px !important;
        align-content: start !important;
    }

    html body.qsv3.has-qsv3-cart-page .cart-page-heading,
    html body.qsv3.has-qsv3-cart-page .cart-items-card {
        grid-column: auto !important;
        grid-row: auto !important;
        width: 100% !important;
        height: calc(100%) !important;
        max-width: none !important;
        align-self: stretch !important;
    }
}
