.tps_productsSlider {
	margin-bottom: 40px;
	position: relative;
}

.tps_productsSlider * {
	user-select: none;
	-webkit-user-drag: none;
}

.tps_productsSlider_header header {
	font-size: 20px;
	font-weight: normal;
	margin: 18px 0 15px 0;
	text-transform: capitalize;
	display: block;
	text-align: center;
}

.tps_productsSlider_header footer {
	font-size: 25px;
	font-weight: normal;
	margin-top: 40px;
	margin-bottom: 25px;
	text-transform: capitalize;
}

.tps_productsSlider_line {
	position: relative;
}

.tps_productsSlider_pager {
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tps_productsSlider_page {
	width: 10px;
	height: 10px;
	margin: 0 3px;
	border-radius: 10px;
	background: #696969;
	opacity: 0.25;
	transition: opacity 0.5s;
}

.tps_productsSlider_page.tps__active {
	opacity: 1;
}

.tps_productsSlider_left,
.tps_productsSlider_right {
	display: none;
}

@media (min-width: 992px) {
	.tps_productsSlider_header {
		color: #6d6866;
		margin-bottom: 40px;
	}

	.tps_productsSlider_header header {
		text-align: left;
		text-transform: uppercase;
	}

	.tps_productsSlider_header footer {
		font-size: 16px;
		line-height: 20px;
		margin-top: 0;
		margin-bottom: 0;
	}

	@keyframes tps_homeContainerSlider_animation {
		0% {
		  transform: scale(1, 1);
		}
		50% {
		  transform: scale(0.5, 0.5);
		}
		100% {
		  transform: scale(1, 1);
		}
	}

	.tps_productsSlider_left svg,
	.tps_productsSlider_right svg {
		width: 50px;
		height: 50px;
	}

	.tps_productsSlider_left.tps__active,
	.tps_productsSlider_right.tps__active {
		width: 50px;
		padding-bottom: 40px;
		background: #fff;
		position: absolute;
		top: 0;
		height: 100%;
		display: flex;
		align-items: center;
		cursor: pointer;
	}

	.tps_productsSlider_line:hover .tps_productsSlider_left svg,
	.tps_productsSlider_line:hover .tps_productsSlider_right svg {
		animation: tps_homeContainerSlider_animation 2s ease infinite;
	}

	.tps_productsSlider_left {
		left: -30px;
	}

	.tps_productsSlider_right {
		right: -30px;
	}

	.tps_productsSlider_pager {
		display: flex;
	}

	.tps_productsSlider_page {
		width: 50px;
		height: 5px;
		margin: 0 5px;
		border-radius: 10px;
		cursor: pointer;
	}


	.tps_productsSlider_header p {
		font-size: 18px;
	}
}

.tps_productsSlider_items {
	flex-grow: 1;
	overflow: hidden;
	--tps_productsSlider_items_width: calc( 100% );
}

.tps_productsSlider_itemsInner {
	display: grid;
	grid-auto-flow: column;
	--tps_productsSlider_item_width: var(--tps_shared_container_width);
	grid-auto-columns: var(--tps_productsSlider_item_width);
	transition: transform 0.5s;
}

@media (min-width: 768px) {
	.tps_productsSlider_itemsInner {
		--tps_productsSlider_item_width: calc( ( var(--tps_productsSlider_items_width) - 60px ) / 2.5 );
	}
}

@media (min-width: 1140px) {
	.tps_productsSlider_itemsInner {
		--tps_productsSlider_item_width: calc( ( var(--tps_productsSlider_items_width) - 60px ) / 3.5 );
	}
}

@media (min-width: 1900px) {
	.tps_productsSlider_left {
		left: -50px;
	}

	.tps_productsSlider_right {
		right: -50px;
	}
}

/* temporary */
.tps_productsSlider .tps_productRating_1 {
	background: url(/tps/pages/home/star1.svg) !important;
}

.tps_productsSlider .tps_productRating_05 {
	background: url(/tps/pages/home/star0-5.svg) !important;
}

.tps_productsSlider .tps_productItem_imageLink {
	margin-bottom: 40px;
}

.tps_productsSlider .tps_productItem_title {
	padding-right: 10px;
}

.tps_productsSlider .tps_productItem_tag {
	display: none;
}

@media (max-width: 768px) {
	.tps_productsSlider .tps_productItem {
		grid-template-rows: auto auto auto 18px 1fr;
	}
}

@media (min-width: 768px) {
	.tps_productsSlider .tps_productItem {
		border: 1px solid #dddddd;
		margin-right: 20px;
		padding: 20px;
	}
}
