.remove-cart{display:flex;flex-direction:column;align-items:flex-start;row-gap:1rem;padding:2rem}.remove-cart__title{margin:0;display:flex;align-items:center;-moz-column-gap:1rem;column-gap:1rem}.cart-asm-section{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem;background-color:var(--theme-color-grayscale-900);width:100%}@media (min-width:1024px){.cart-asm-section{flex-direction:row;justify-content:space-between;align-items:flex-end}}@media (min-width:1200px){.cart-asm-section{grid-column:span 12}}.cart-asm-section .cart-employee-discount-card{flex:1}.cart-employee-discount-card__title{margin-top:0;display:flex;align-items:center;-moz-column-gap:1ch;column-gap:1ch}.cart-employee-discount-card__input-row{display:grid;grid-gap:1rem;align-items:start}@media (min-width:480px){.cart-employee-discount-card__input-row{grid-template-columns:1fr auto}}@media (min-width:768px){.cart-employee-discount-card__input-row{max-width:66.6666666667%}}@media (min-width:1024px){.cart-employee-discount-card__input-row{max-width:50%}}@media (min-width:1200px){.cart-employee-discount-card__input-row{max-width:66.6666666667%}}@media (min-width:1448px){.cart-employee-discount-card__input-row{max-width:50%}}.cart-employee-discount-card__input-wrapper{display:grid;grid-gap:.5rem}.cart-employee-discount-card__scan-button{display:flex;align-items:center}.cart-employee-discount-card .input__field{min-height:43px}