/* Layout only — widths for checkout sidebar when Bootstrap utilities omit lg:w-80 (see component). */
.checkout-pay-column__sticky {
    width: 100%;
}

@media (min-width: 1024px) {
    .checkout-pay-column__sticky {
        width: 20rem;
        max-width: 100%;
        flex-shrink: 0;
    }
}

.checkout-form-column {
    min-width: 0;
}

.checkout-cart-item__body {
    min-width: 0;
}

.checkout-cart-item__thumb {
    object-fit: cover;
}


