.sort-bar {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom: 82px;
	gap:30px;
}

[name="sort_form"] select {
    font-size: 24px;
    padding: 5px 10px;
	border: 1px solid #ccc;
	@media (max-width:768px) {
		font-size: 16px;
	}
}

.sort-bar .sub-title {
	margin-bottom: 0;
}
.sort-bar .sub-title .title {
	line-height:1.2;
}

@media (max-width: 1400px) {
	.sort-bar {
		flex-direction:column-reverse;
	}
}


.recomendation-hero {
	display:flex;
	max-height: 50vh;
}
.recomendation-hero picture {
	flex: 0 0 auto;
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.recomendation-hero picture img {
	width:100%;
	height:100%;
	object-fit:cover;
}

.recomendation-title {
	padding:30px 0;
}
.recomendation-title h1 {
	margin:0;
	text-align:center;
}

.recomendation-detail-text {
	width:1200px;
	max-width:100%;
	padding:0 30px;
	margin:60px auto;
}
.recomendation-goto-back {
	margin:60px 0;
	text-align:center;
}