
		.default_products_detail1[data-visual-id="12240"] .products_may_like .like_products_box{width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;scroll-snap-type: x mandatory;display: flex;flex-direction: column;position: relative;scrollbar-width: none;}
		/* .default_products_detail1[data-visual-id="12240"] .products_may_like .like_products_box::after{content: '';position: absolute;top: 0;right: 0;bottom: 0;width: 60px;background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);pointer-events: none;transition: opacity .3s;} */
		/* .default_products_detail1[data-visual-id="12240"] .products_may_like .like_products_box.scroll-end::after{opacity: 0;} */
		.default_products_detail1[data-visual-id="12240"] .products_may_like .like_products_box .row{display: flex;gap: 12px;margin-bottom: 12px;width: max-content;}
		.default_products_detail1[data-visual-id="12240"] .products_may_like .like_products_box .like_products_item{width: calc(100vw / 6 - 20px);scroll-snap-align: start;}
		@media screen and (min-width:1660px){
			.default_products_detail1[data-visual-id="12240"] .products_may_like .like_products_box .like_products_item{width: calc(100vw / 10 - 10px);}
		}
		@media screen and (max-width:1000px){
			.default_products_detail1[data-visual-id="12240"] .products_may_like .like_products_box .like_products_item{width: calc(100vw / 3 - 15px);}
			.default_products_detail1[data-visual-id="12240"] .products_may_like .like_products_box::after{right: -3%;}
		}
	