.box-wear {
  background-image: url(b66ae1cb27eda445bf34.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: hsl(11, 97%, 47%) 5px solid;
  max-width: 512px;
  max-height: 256px;
  margin: 0 auto;
  position: relative;
}
.box-wear.off {
  background-color: #EEE;
  background-image: none;
  border: hsl(11, 97%, 47%) 5px solid;
  max-width: 512px;
  max-height: 256px;
  margin: 0 auto;
  position: relative;
}

.box-wear > label {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background-color: #f00;
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 1px 10px;
  border-radius: 15px;
}

.box-wear .create .img-create {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.box-action {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 5px;
}

