@layer utilities { 
  .cart-header {
    min-height: 7rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
