header {
    background-color: white;
    padding: 3.2rem 2rem;
    border-bottom: .1rem solid rgba(var(--color-foreground),.08)
}

.cart-hero__wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}