@charset "UTF-8";






@media screen and (max-width: 959px) {
	.fr3-productListCarousel__slides {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
		row-gap: 20px;
		overflow-x: visible;
		position: relative;
		padding-bottom: 30px;
		-ms-scroll-snap-type: block;
		scroll-snap-type: block;
		scroll-behavior: auto;
	}
	.fr3-productListCarousel__slide {
		width: 100% !important;
		min-width: 100% !important;
		padding-bottom: 13px;
	}
	.fr3-productListCarousel__slide:nth-child(10) {
		display: none !important;
	}
	
	.p-searchCordinate .swiper-wrapper {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
		overflow: hidden;
		column-gap: 20px;
	}
		.p-searchCordinate .swiper-wrapper .swiper-slide {
			width: auto;
			min-width: 0;
		}
		.p-searchCordinate .swiper-wrapper .swiper-slide:nth-child(7),
		.p-searchCordinate .swiper-wrapper .swiper-slide:nth-child(8),
		.p-searchCordinate .swiper-wrapper .swiper-slide:nth-child(9),
		.p-searchCordinate .swiper-wrapper .swiper-slide:nth-child(10) {
			display: none !important;
		}
	
}



