/* Layout only — sidebar width matches tw lg:w-72 (18rem). */
.checkout-soft-elevated__sidebar {
    width: 100%;
}

@media (min-width: 1024px) {
    .checkout-soft-elevated__sidebar {
        width: 18rem;
        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;
}


