.collection-hero__text-wrapper{
  text-align: center;
}
.collection-hero__description{
  margin:auto;
}
.currency-picker {
    border: 1px solid white;
    padding-right: 10px;
    background: none;
    font-weight: 900;
}
.currency-picker option{
  color: #000;
  background-color: #fff;
}
select {
    color: #333;
}
.header__icons {
    align-items: center;
}
select {
	appearance: none !important;
}