.td-shop-all {
  display: flex;
  --td-shop-all-gap: 12px;
}
.td-shop-all--center { justify-content: center; }
.td-shop-all--left { justify-content: flex-start; }
.td-shop-all--right { justify-content: flex-end; }

.td-shop-all__btn {
  min-width: 220px;
  text-align: center;
}
