.shop-wrapper {
  padding-inline: 16px;
  @media (width >= 1024px) {
    padding-left: 0;
    padding-right: 36px;
  }
}

.shop-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.shop-empty {
  margin-top: -8px;
  width: 340px;
  line-height: 18px;
}
