.swiper-slide.product-item-container {
	width: 345px;
	/* width: 100%; */
	/* padding: 0 10px;
	margin-left: -10px;
	margin-right: -10px; */
}

@media (max-width: 1200px) {
	.swiper-slide.product-item-container {
		width: 334px;
	}
}

@media (max-width: 767px) {
	.swiper-slide.product-item-container {
		max-width: 230px;
	}
	.swiper-max-width {
		padding-left: 40px;
		margin-left: -20px;
		margin-right: -20px;
	}
}

.bestseller-swiper {
	margin-top: 60px;
}

@media screen and (min-width: 768px) {
	.bestseller-swiper .swiper-wrapper {
		display: flex;
		column-gap: 20px;
	}
	.bestseller-swiper .swiper-slide {
		max-width: 345px;
		width: auto;
	}
}