store-select-button {
  cursor: pointer;
  & .ssb__content {
    text-align: center;
    color: #7b2162;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 700;
  }
  & .ssb__content svg {
    width: 20px;
    height: 20px;
  }
}