wlsn-cart-drawer-header {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 1.6rem;
  border-bottom: 1px solid var(--wlsn-color-grey-1);
}

.wlsn-cart-drawer-header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.wlsn-cart-drawer-header__close {
  width: 2.4rem;
  height: 2.4rem;
}

.wlsn-cart-drawer-header__close-icon {
  width: 2rem;
  height: 2rem;
}