.post-navigation {
	display:none;
}

.splide-travel {
	width:270px;
	height:370px;
}

.splide-travels .container {
	padding:0;
}

.splide__travel-item {
    border: 1px solid #eee;
    padding: 15px;
}

.splide__travel-img img {
    width: 100%;
    height: 370px !important;
    display: block;
}

.catalog-wrapper .products {
	display:grid;
	grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));
	gap:10px;
}

.catalog-wrapper .products::before,
.catalog-wrapper .products::after {
	display:none !important;
}

.sala__price {
	margin-bottom:15px;
	font-size:25px;
	text-align:center;
}

.custom-single-product-wrap {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	padding:30px 0px;
}

.custom-single-product-content {
	max-width:50%;
}

.custom-single-product-wrap .travel__slide-btn {
	margin:15px 0px;
}

.custom-single-product-wrap .price {
	font-size:25px;
}

.full-description h3 {
	margin-bottom:15px;
}

.custom-input-name {
	margin-bottom:16px;
}

.beauty-page-head {
	padding-bottom:clamp(40px, 45.00px + -1.56vw, 15px);
}

.beauty-page-content p {
	line-height:30px;
}

.beauty-page-content .travels-wrapper {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
}

.beauty-page-content .splide__travel-item {
	max-width:300px;
}

.beauty-page-content .splide__sala-name {
	font-size: 16px;
    line-height: 20px;	
}

.beauty-page-content .splide__travel-descr {
	display:none;
}

@media (max-width: 768px) {
	.custom-single-product-content {
		max-width:100%;
	}
	
	.splide-travel {
		width:100%;
	}
	
	.header__travels,
	.footer__wrapper {
		justify-content:center !important;
		gap:20px;
	}
	
	.travels-wrapper {
		display:flex !important;
		justify-content:flex-start !important;
		overflow:auto;
		padding-bottom:15px;
	}
	
	.splide__travel-item {
		flex:1 0 75%;
	}
	
	.beauty-page-content .splide__travel-item {
		max-width:100%;
	}
}