/* カスタマイズ用CSS */
.attachment__list {
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
}

.attachment__item {
  list-style: none;
  margin-right: .5em;
}

.attachment__item:not(:last-child):after {
  content: "／";
  padding-left: .5em;
}

.attachment__delete-btn {
  border: none;
  background: none;
}


.customer-attachment .custom-file input {
  margin-bottom: 0;
}

.customer-attachment .custom-file-label {
  display: none;
}



/* Product list
===================== */
.category-heading {
  color: #094983;
  margin-bottom: 1em;
  margin-top: 2em;
  font-weight: 700;
}
.category-heading:first-child {
  margin-top: 0;
}

@media (min-width: 768px) {
  .category-heading {
    margin-bottom: 0.5em;
    margin-top: 0;
    font-size: 130%;
  }
}
