.tps_productPetsForm {
	display: flex;
}

.tps_productPetsForm_button {
	display: flex;
	align-items: center;
	justify-content: center;
	appearance: none;
	background: #fff;
	border: 1px solid #000;
	text-underline-offset: 3px;
	color: #000;
	text-align: center;
	font-size: 15px;
	white-space: nowrap;
	border-radius: 0;
	text-transform: uppercase;
	cursor: pointer;
	height: 50px;
	width: 110px;
	margin-right: 10px;
}

.tps_productPetsForm_button:hover {
	text-decoration: underline;
}

.tps_productPetsForm_input {
	display: none;
}

.tps_productPetsForm_preview {
	width: 100px;
	height: 100px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;
	display: none;
}

.tps_productPetsForm_previewActive {
	display: flex;
	margin-right: 30px;
}

.tps_productPetsForm_actions {
	display: none;
}

.tps_productPetsForm_actionsActive {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-left: 10px;
	flex-direction: column;
}

.tps_productPetsForm_actionsActive span {
	font-size: 16px;
	width: max-content;
	cursor: pointer;
	border-bottom: 1px solid black;
}

.tps_productPetsForm_actionsActive span:hover {
	color: #62564a;
	border-color: #62564a;
}

.tps_productPetsForm_actionsActive span:first-child {
	margin-bottom: 10px;
}

.tps_productPetsForm_hidden {
	display: none;
}
