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

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

.tps_productsSlider_header header {
	font-size: 24px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}

.tps_productsSlider_header a {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 25px;
	border-bottom: 1px solid;
	color: #000;
	display: block;
	width: max-content;
	text-transform: uppercase;
}


.tps_productsSlider_line {
	margin: 0 -20px;
	display: flex;
    align-items: center;
}

.tps_productsSlider_page.tps__active {
	opacity: 1;
}

.tps_productItem_showMore {
	font-size: 16px;
	line-height: 21px;
	color: #fff;
	padding: 20px 25px !important;
	display: grid;
	grid-template-rows: 1fr auto!important;
	align-items: center;
	justify-items: center;
	text-align: center;
	background-image: url(/tps/pages/home/popular-product-show-more.jpg)!important;
	background-size: cover!important;
	grid-template-columns: 1fr;
	grid-template-areas: none;
}

.tps_productItem_showMore header {
	font-weight: bold;
	margin-bottom: 15px;
}

.tps_productItem_showMore footer {
	font-size: 14px;
	line-height: 25px;
	border-bottom: 1px solid;
	transition: 0.3s;
}

.tps_productItem_showMore footer:hover {
	color: #000;
}

.tps_productItem_showMore p {
	margin: 0;
}

@media (min-width: 992px) {
	.tps_productsSlider_header {
		margin-bottom: 40px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.tps_productsSlider_header header {
		margin: 0;
		margin-bottom: 20px;
	}

	.tps_productsSlider_header a {
		margin-top: 0;
		margin-bottom: 0;
		text-transform: uppercase;
		display: block;
		width: max-content;
		height: fit-content;
	}

	.tps_productsSlider_header a:hover {
		color: #62564a;
	}

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

	.tps_productsSlider_line {
		margin: 0 -30px;
	}


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


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

.tps_productsSlider_items {
	flex-grow: 1;
	overflow-y: hidden;
	overflow-x: scroll;
	--tps_productsSlider_items_width: var(--tps_shared_container_width);
}

.tps_productsSlider_items::-webkit-scrollbar {
	display: none;
}

.tps_productsSlider_itemsInner {
	display: grid;
	grid-auto-flow: column;
	--tps_productsSlider_item_width: calc( var(--tps_productsSlider_items_width) / 1.25 );
	grid-auto-columns: var(--tps_productsSlider_item_width);
	transition: transform 0.5s;
	margin: 0 20px;
}

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

	.tps_productsSlider_allBestsellers {
		font-size: 16px;
	}
	.tps_productsSlider_itemsInner {
		margin: 0 30px;
	}
}


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

@media (min-width: 1400px) {
	.tps_productsSlider_header header {
		font-size: 26px;
	}
}

/* temporary */
.tps_productsSlider .tps_productItem {
	margin-right: 10px;
}

.tps_productsSlider .tps_productItem_image {
	background-color: #fff;
}

.tps_productsSlider .tps_productRating b {
	background: url(/tps/pages/home/star1.svg) !important;
}

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


.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 25px 1fr;

	}
}

@media (min-width: 768px) {
	.tps_productsSlider .tps_productItem {
		border: 1px solid #dddddd;
		background: #fff;
		margin-right: 20px;
		opacity: 0;
		transition: opacity 500ms ease;
	}

}

.tps_productsSlider_left,
.tps_productsSlider_right {
	display:none;
}

@media (min-width: 992px) {
	.tps_productsSlider_left svg,
	.tps_productsSlider_right svg {
		display: block;
		width: 40px;
		height: 40px;
	}

	.tps_productsSlider_left {
		background: #fff;
		height: 60px!important;
		width: 60px!important;
		display: flex!important;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		position: absolute;
		z-index: 10;
		left: 35px;
	}

	.tps_productsSlider_right {
		background: #fff;
		height: 60px!important;
		width: 60px!important;
		display: flex!important;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		position: absolute;
		z-index: 10;
		right: 35px;
	}

	.tps_productsSlider_left,
	.tps_productsSlider_right {
		opacity: 0;
		transition: opacity 1s;
	}

	.tps_productsSlider:hover .tps_productsSlider_left.tps__active,
	.tps_productsSlider:hover .tps_productsSlider_right.tps__active,
	.tps_newDropsSlider:hover .tps_productsSlider_left.tps__active,
	.tps_newDropsSlider:hover .tps_productsSlider_right.tps__active {
		opacity: 1;
		cursor: pointer;
	}
}
