@charset "UTF-8";
/* CSS Document */






.list_product_block_mb {
	width: 100%;
	padding: 4px;
	position: relative;
	cursor: pointer;
}

.list_collection_block_mb {
	grid-column: auto/span 2;
	grid-row: auto/span 2;
	padding: 4px;
	position: relative;
	cursor: pointer;
}

	.list_collection_block_mb video {
		width: 100%;
		height: 100%;
		position: relative;
		display: block;
	}

.list_collection_btn_mb {
	position: absolute;
	font-size: 14px;
	padding: 8px 34px;
	border: 1px solid rgba(255,255,255,1);
	opacity: 0.8;
	color: white;
	letter-spacing: 0.1em;
	right: 16px;
	bottom: 16px;
	background-color: rgba(0,0,0,0.02);
}

.en .list_collection_btn_mb {
	letter-spacing: 0.02em;
}

.list_grid_mb {
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	padding-top: 20px;
	border-top: 1px solid rgba(0,0,0,0.1);
}

/*一格商品*/
.list_true_block_mb {
	position: relative;
	z-index: 1;
}

.list_product_cover_mb {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.03);
}

.list_product_mobile_data_mb {
	display: none;
}

.list_fake_block_mb {
	position: absolute;
	z-index: 5;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	background-color: white;
	visibility: hidden;
	filter: drop-shadow(2px 2px 10px rgba(0,0,0,0.1));
	padding-bottom: 20px;
}

.list_product_block_mb:hover .list_fake_block_mb {
	visibility: visible;
}

.list_tag_mb {
	font-size: 12px;
	color: rgba(0,0,0,0.5);
	font-weight: 300;
	letter-spacing: 0.1em;
	border: 1px solid rgba(0,0,0,0.2);
	padding: 2px 8px;
	white-space: nowrap;
	margin: 0px 2px;
}

.en .list_tag_mb {
	letter-spacing: 0.02em;
}

.list_product_name_mb {
	font-size: 14px;
	letter-spacing: 0.08em;
	color: #282828;
	line-height: 1.4em;
	font-weight: 400;
	text-align: center;
}

.en .list_product_name_mb {
	letter-spacing: 0.02em;
}

.list_product_price_mb {
	font-size: 14px;
	text-align: center;
	color: #7D184D;
	letter-spacing: 0.05em;
}

.en .list_product_price_mb {
	letter-spacing: 0.02em;
}

.list_product_origin_price_mb {
	font-size: 12px;
	text-align: center;
	text-decoration: line-through;
	color: rgba(0,0,0,0.2);
	letter-spacing: 0.05em;
}

.en .list_product_origin_price_mb {
	letter-spacing: 0.02em;
}

.list_swiper_container_mb {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 3;
}

.list_swiper_slide_mb {
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
	.list_swiper_slide_mb a {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 4;
		opacity: 0;
	}
.list_swiper_container_mb {
}

.list_swiper_img_mb {
	position: relative;
	width: 100%;
	height: 100%;
}

.list_swiper_slide_mb {
	position: relative;
	padding: 20px;
}

.list_swiper_btn_next {
	width: 10px;
	background-size: 10px;
	background-image: url("https://static.mabelle.com/images/arrow_right.png");
	right: 6px;
}

.list_swiper_btn_prev {
	width: 10px;
	background-size: 10px;
	background-image: url("https://static.mabelle.com/images/arrow_left.png");
	left: 6px;
}

.list_product_a_mb {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 2;
	text-decoration: none;
}
.list_product_sp_a_v2_mb {
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
	z-index: 2;
}


.list_material_flex_block_mb {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 12px;
}

	.list_material_flex_block_mb .white {
		width: 12px;
		height: 12px;
		margin: 0px 4px;
		border-radius: 100%;
		background: -webkit-linear-gradient(-45deg, #EEEEEE 0%,#d8d8d8 100%);
	}

	.list_material_flex_block_mb .red {
		width: 12px;
		height: 12px;
		margin: 0px 4px;
		border-radius: 100%;
		background: -webkit-linear-gradient(-45deg, #EEC7AE 0%,#D89676 100%);
	}

	.list_material_flex_block_mb .golden {
		width: 12px;
		height: 12px;
		margin: 0px 4px;
		border-radius: 100%;
		background: -webkit-linear-gradient(-45deg, #F9F5B6 0%,#F7D483 100%);
	}
	.list_material_flex_block_mb .combine {
		width: 12px;
		height: 12px;
		margin: 0px 4px;
		border-radius: 100%;
		background: -webkit-linear-gradient(-45deg, #EEC7AE 15%, #eeeeee 50%, #F7D483 85%);
	}

.list_product_brand_name_mb {
	font-size: 14px;
	letter-spacing: 0em;
	color: rgba(0,0,0,0.4);
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: center;
	white-space: nowrap;
}

.list_product_brand_name_mobile_mb {
	font-size: 12px;
	letter-spacing: 0em;
	color: rgba(0,0,0,0.4);
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: center;
	white-space: nowrap;
}

.product_list_leo_reg_mb {
	vertical-align: baseline;
	bottom: -0.5em;
}
/*一格商品*/




.list_search_result_mb {
	width: 100%;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.05em;
	border-top: 1px solid rgba(0,0,0,0.1);
	padding: 14px;
	color: #282828;
}

.en .list_search_result_mb {
	letter-spacing: 0.02em;
}

.list_search_result_mb span {
	color: #631549;
	margin: 0px 3px;
}

.list_no_result_mb {
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: rgba(0,0,0,0.4);
	padding: 84px 0px;
	border-top: 1px solid rgba(0,0,0,0.1);
	letter-spacing: 0.05em;
}

.en .list_no_result_mb {
	letter-spacing: 0.02em;
}






.list_filter_flex_block_mb {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.list_filter_item_mb {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	letter-spacing: 0.05em;
	height: 44px;
	border-bottom: 2px solid #7D184D !important;
	cursor: pointer;
	margin-right: 20px;
	position: relative;
	white-space: nowrap;
}

.en .list_filter_item_mb {
	letter-spacing: 0.02em;
}

.list_filter_white_cover_mb {
	position: absolute;
	bottom: -2px;
	right: 0;
	width: 100%;
	height: 4px;
	background-color: #fcfcfc;
	transition: 0.5s;
	z-index: 2;
}

.list_filter_item_mb:hover .list_filter_white_cover_mb {
	width: 0%;
}

.list_filter_item_mb img {
	width: 8px;
	margin-left: 5px;
}


.list_filter_label_checkbox_mb {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-right: 14px;
	min-width: 90px;
	position: relative;
	cursor: pointer;
}



.list_filter_float_block_mb {
	position: absolute;
	width: 100%;
	top: 44px;
	padding-bottom: 40px;
	z-index: 4;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	background-color: #fcfcfc;
	min-height: 100px;
	padding-top: 20px;
}

#filter_content_1, #filter_content_2, #filter_content_3, #filter_content_4, #filter_content_5, #filter_content_6 {
	 display: none; 
}









.simple_select_mb {
	font-size: 14px;
	color: #282828;
	letter-spacing: 0.05em;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 20px;
	border: 0px solid rgba(0,0,0,0);
	outline: none;
	width: auto;
	text-align: left;
	background-image: url("https://static.mabelle.com/images/triangle_down.png");
	background-size: 8px;
	background-position: center right 4px;
	background-repeat: no-repeat;
	background-color: transparent;
}

.en .simple_select_mb {
	letter-spacing: 0.02em;
}



/*篩選條件欄*/
.list_filter_outside_flex_block_mb {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 14px 0px;
}

.list_filter_tag_block_mb {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	/*overflow-x: scroll;*/
	/*white-space: nowrap;*/
	width: 100%;
	flex-wrap: wrap;
}

	.list_filter_tag_block_mb::-webkit-scrollbar {
		display: none;
	}

.list_reset_btn_mb {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 14px;
	letter-spacing: 0.05em;
	font-weight: 400;
	cursor: pointer;
	white-space: nowrap;
	height: 36px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 15px;
}

.en .list_reset_btn_mb {
	letter-spacing: 0.02em;
}

.list_reset_btn_mb img {
	width: 14px;
	height: 14px;
	margin-right: 5px;
}

.list_filter_tag_mb {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	letter-spacing: 0.05em;
	color: #8c8c8c;
	font-weight: 400;
	background-color: rgba(0,0,0,0.05);
	padding: 0px 10px;
	height: 36px;
	margin-right: 4px;
	margin-top: 2px;
	margin-bottom: 4px;
	white-space: nowrap;
}

.en .list_filter_tag_mb {
	letter-spacing: 0.02em;
}

.list_filter_tag_mb img {
	width: 12px;
	margin-left: 4px;
	cursor: pointer;
}

.list_rank_mb {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
}

	.list_rank_mb .items_left_mb {
		white-space: nowrap;
		line-height: 2em;
	}

.list_rank_fake_select_mb {
	position: relative;
	width: auto;
	height: 24px;
	padding-left: 12px;
	padding-right: 30px;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.02em;
	background-image: url("https://static.mabelle.com/images/triangle_down.png");
	background-position: center right 12px;
	background-size: 8px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.list_rank_option_default_mb {
	pointer-events: none;
}

.list_rank_option_block_mb {
	position: absolute;
	z-index: 3;
	width: 100%;
	min-width: 140px;
	height: auto;
	filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.1));
	background-color: #fcfcfc;
	padding: 10px 0px;
	top: 24px;
	right: 0px;
	display: none;
}

.en .list_rank_option_block_mb {
	min-width: 240px;
}

.list_rank_option_mb, .list_rank_option_mb:hover {
	text-align: left;
	height: 34px;
	font-size: 14px;
	padding: 0px 12px;
	line-height: 32px;
	display: block;
	width: 100%;
	color: #282828;
	text-decoration: none;
}

	.list_rank_option_mb:hover {
		background-color: rgba(0,0,0,0.02);
	}

.list_series_btn_mb {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	color: #282828;
	letter-spacing: 0.05em;
	cursor: pointer;
	margin-right: 18px;
	line-height: 1.4em;
	border-bottom: 2px solid rgba(0,0,0,0);
	white-space: nowrap;
}

.en .list_series_btn_mb {
	letter-spacing: 0.02em;
}

.list_series_btn_mb img {
	width: 18px;
	margin-right: 5px;
}

.list_filter_sp_en_flex_block_mb {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.list_filter_sp_diamond_options_mb {
	width: 100%;
	display: none;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

	.list_filter_sp_diamond_options_mb .items_left_mb {
		width: 100%;
		margin-top: 12px;
		margin-bottom: 10px;
	}

	.list_filter_sp_diamond_options_mb .list_filter_label_checkbox_mb {
		min-width: 120px;
	}


.list_filter_type_v2_mb {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 20px;
}

.list_filter_type_title_v2_mb {
	min-width: 85px;
	font-size: 14px;
	color: #631549;
	letter-spacing: 0.02em;
	font-weight: 500;
}

.list_filter_type_sub_option_v2_mb {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	border-left: 1px solid rgba(0,0,0,0.1);
	padding-left: 14px;
}

	.list_filter_type_sub_option_v2_mb .list_filter_label_checkbox_mb {
		margin-bottom: 0px;
	}

.list_filter_type_flex_v2_mb {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	color: #631549;
	letter-spacing: 0.02em;
	font-weight: 500;
	min-width: 100px;
}

	.list_filter_type_flex_v2_mb img {
		width: 14px;
		margin-right: 5px;
		min-width: 14px;
	}


.en .list_filter_type_title_v2_mb {
	min-width: 150px;
}

.list_filter_label_checkbox_sp_maxwidth_mb {
	min-width: 55px !important;
}




/*篩選條件欄*/







.list_filter_type_mb {
	width: 180px;
	margin-bottom: 40px;
	margin-right: 11px;
	cursor: pointer;
	position: relative;
}
/*.list_filter_type_mb .checkbox_mb{
		position: absolute;
		top: 10px;
		left: 10px;
		z-index: 4;
	}*/


/*返回頂部*/
.list_back_to_top_desktop_mb {
	width: 34px;
	height: 34px;
	min-width: 34px;
	min-height: 34px;
	display: block;
	position: absolute;
	bottom: 70px;
	right: -34px;
	cursor: pointer;
}

.list_back_to_top_mobile_mb {
	display: none;
}
/*返回頂部*/




.list_load_more_btn_mb {
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.05em;
	color: #282828;
	border: 1px solid #282828;
	max-width: 180px;
	height: 44px;
	line-height: 40px;
	cursor: pointer;
	margin: auto;
	margin-top: 20px;
}

.en .list_load_more_btn_mb {
	letter-spacing: 0.02em;
}




/*系列鑽飾彈窗*/
.list_series_white_block_mb {
	background-color: #fcfcfc;
	width: 100%;
	height: 100vh;
	max-width: 576px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
	overflow-y: scroll;
	top: 0;
	left: -580px;
	transition: 0.5s;
	position: fixed;
	z-index: 201;
	filter: drop-shadow(10px 0px 14px rgba(0,0,0,0.2));
	opacity: 0;
}

	.list_series_white_block_mb::-webkit-scrollbar {
		display: none;
	}

.list_series_back_btn_mb {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	letter-spacing: 0.05em;
	color: #282828;
	cursor: pointer;
}

.en .list_series_back_btn_mb {
	letter-spacing: 0.02em;
}

.list_series_back_btn_mb img {
	width: 8px;
	margin-right: 5px;
}

.list_series_left_block_mb {
	width: 44%;
	padding-right: 18px;
}

.list_series_right_block_mb {
	width: 56%;
}

.list_series_left_position_block_mb {
	position: relative;
	margin-bottom: 20px;
}

.list_series_left_text_mb {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	color: rgba(0,0,0,0.6);
	letter-spacing: 0.02em;
	margin-top: 4px;
}

	.list_series_left_text_mb img {
		width: 6px;
		margin-left: 5px;
	}

.list_series_right_relative_block_mb {
	margin-bottom: 24px;
	position: relative;
}

.list_series_right_title_mb {
	font-size: 16px;
	letter-spacing: 0.05em;
	height: 24px;
	white-space: nowrap;
	z-index: 1;
}

.en .list_series_right_title_mb {
	letter-spacing: 0.02em;
}

.list_series_right_title_mb span {
	letter-spacing: 0em;
}

.list_series_right_dropdown_mb {
	padding-left: 14px;
	padding-top: 8px;
	display: none;
}

	.list_series_right_dropdown_mb a, .list_series_right_dropdown_mb a:hover {
		display: block;
		width: 100%;
		font-size: 14px;
		line-height: 2em;
		color: #282828;
		letter-spacing: 0.05em;
		text-decoration: none;
		cursor: pointer;
	}

.en .list_series_right_dropdown_mb a, .en .list_series_right_dropdown_mb a:hover {
	letter-spacing: 0.02em;
}

.list_series_right_input_mb {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 24px;
	z-index: 2;
	background-image: url("https://static.mabelle.com/images/header/arrow_square_right.png");
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: right center;
	border: none;
	outline: none;
	cursor: pointer;
}

	.list_series_right_input_mb:checked {
		background-image: url("https://static.mabelle.com/images/header/arrow_square_down.png");
	}

		.list_series_right_input_mb:checked + .list_series_right_dropdown_mb {
			display: block;
		}
/*系列鑽飾彈窗*/







/*鑽飾組合彈窗*/
.list_match_up_white_block_mb {
	background-color: #fcfcfc;
	width: 100%;
	height: 100vh;
	max-width: 576px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
	overflow-y: scroll;
	top: 0;
	right: -580px;
	transition: 0.5s;
	position: fixed;
	z-index: 201;
	filter: drop-shadow(-10px 0px 12px rgba(0,0,0,0.2));
	opacity: 0;
}

	.list_match_up_white_block_mb::-webkit-scrollbar {
		display: none;
	}

.list_match_up_close_mb {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

	.list_match_up_close_mb img {
		width: 18px;
		cursor: pointer;
	}

.list_match_up_flex_block_mb {
	display: flex;
	justify-content: flex-start;
	/*align-items: flex-start;*/
	flex-wrap: wrap;
}
.list_match_up_p_mb{
	flex:1 0 auto!important;
}
.list_match_up_product_block_mb {
	width: 50%;
	position: relative;
	padding-bottom: 20px;
	display: flex;
	flex-direction: column;
}

	.list_match_up_product_block_mb:nth-child(odd) {
		padding-right: 5px;
	}

	.list_match_up_product_block_mb:nth-child(even) {
		padding-left: 5px;
	}

.list_match_up_img_mb {
	position: relative;
	margin-bottom: 14px;
}

.list_match_up_product_block_mb .text_rank_2_mb {
	text-align: center;
}

.list_match_up_product_block_mb a {
	display: block;
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0;
}
.list_match_up_p_mb{
	flex:1 0 auto;
}
/*鑽飾組合彈窗*/






.list_filter_btn_mobile_mb {
	display: none;
}

.list_collection_btn_mobile_mb {
	display: none;
}



.list_filter_mobile_block_mb {
	display: none;
}

.list_collection_mobile_block_mb {
	display: none;
}

/*價格範圍*/

.list_filter_price_range_block_mb {
	width: 100%;
	max-width: 320px;
	padding-left: 14px;
	border-left: 1px solid rgba(0,0,0,0.1);
}

	.list_filter_price_range_block_mb .input_mb {
		width: 100%;
		margin-bottom: 18px;
	}

.list_filter_price_range_btn_mb {
	background-color: #282828;
	height: 44px;
	color: white;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.05em;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0px solid rgba(0,0,0,0);
	border-radius: 0px;
	outline: none;
	width: 100%;
	cursor: pointer;
}

.en .list_filter_price_range_btn_mb {
	letter-spacing: 0.02em;
}

.list_filter_price_range_flex_block_mb {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-grow: 1;
	width: 100%;
}

	.list_filter_price_range_flex_block_mb .list_filter_label_checkbox_mb {
		width: 190px;
		margin-bottom: 20px;
	}
/*價格範圍*/


@media(max-width:1400px) {
	.list_big_banner_mb {
		width: 100%;
		margin-top: -180px;
	}
}





@media(max-width:992px) {
	.list_filter_sp_en_flex_block_mb {
		display: block;
		padding-bottom: 14px;
	}

	.list_rank_mb {
		justify-content: flex-start;
	}

	.list_rank_option_block_mb {
		left: 0;
		right: auto;
	}
}







@media(max-width:768px) {

	.list_big_banner_mb {
		margin-top: 0px;
	}





	.list_grid_mb {
		display: grid;
		grid-template-columns: 50% 50%;
	}

	.list_product_mobile_data_mb {
		display: block;
		text-align: center;
		padding: 8px 0px 4px 0px;
	}

	.list_product_block_mb:hover .list_fake_block_mb {
		display: none;
	}

	.list_fake_block_mb {
		display: none;
	}

	.list_filter_block_mobile_mb {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}



	/*篩選條件欄*/
	.list_rank_mb {
		width: 100%;
		justify-content: center;
		background-color: #fcfcfc;
		border: 1px solid #282828;
		color: #282828;
		font-size: 14px;
		letter-spacing: 0.1em;
		font-weight: 400;
		height: 44px;
		cursor: pointer;
		position: relative;
	}

		.list_rank_mb .items_left_mb {
			display: none;
		}

	.list_rank_fake_select_mb {
		position: relative;
		width: 100%;
		height: 100%;
		padding-left: 0px;
		line-height: 40px;
		background-image: none;
		text-align: center;
		padding-right: 12px;
	}

	.list_rank_option_block_mb {
		top: 44px;
	}

	.list_rank_option_mb {
		text-align: center;
	}

	.list_filter_sp_en_flex_block_mb {
		display: block;
	}


	.list_rank_option_default_mb::before {
		content: "排序";
		color: rgba(0,0,0,0.2);
		margin-right: 4px;
	}

	.en .list_rank_option_default_mb::before {
		content: "Sort";
		color: rgba(0,0,0,0.2);
		margin-right: 6px;
	}



	/*篩選條件欄*/



	/*返回頂部*/
	.list_back_to_top_desktop_mb {
		display: none;
	}

	.list_back_to_top_mobile_mb, .list_back_to_top_mobile_mb:hover {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 14px;
		letter-spacing: 0.05em;
		color: #282828 !important;
		font-weight: 300;
		border-top: 1px solid rgba(0,0,0,0.1);
		padding-top: 12px;
		text-decoration: none;
		margin-top: 20px;
	}

	.en .list_back_to_top_mobile_mb, .en .list_back_to_top_mobile_mb:hover {
		letter-spacing: 0.02em;
	}

	.list_back_to_top_mobile_mb img {
		width: 14px;
		height: 8px;
		margin-left: 5px;
		transform: rotate(180deg);
	}
	/*返回頂部*/
	.list_filter_btn_mobile_mb {
		/*margin-right: 5px;*/
		display: block;
		margin-bottom: 8px;
	}

	.list_filter_flex_block_mb {
		display: none;
	}





	.simple_select_mb {
		position: absolute;
		padding: 0px;
		height: 100%;
		top: 0;
		background-image: none;
		transform: translateX(-50%);
		left: 50%;
	}







	/*篩選框手機版*/
	.list_filter_mobile_block_mb {
		padding: 24px;
		position: fixed;
		z-index: 105;
		background-color: #fcfcfc;
		width: 100%;
		height: 100vh;
		top: 0;
		left: 0;
		display: none;
	}

	.list_filter_mobile_result_block_mb {
		position: absolute;
		bottom: 0px;
		border-top: 1px solid rgba(0,0,0,0.2);
		background-color: #fcfcfc;
		width: 100%;
		left: 0;
		padding: 8px 24px 14px 24px;
		z-index: 4;
	}

	.list_filter_mobile_back_btn_mb {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		font-size: 14px;
		letter-spacing: 0.05em;
		color: #282828;
		cursor: pointer;
		max-width: 120px;
		margin-bottom: 20px;
	}

	.en .list_filter_mobile_back_btn_mb {
		letter-spacing: 0.02em;
	}

	.list_filter_mobile_back_btn_mb img {
		width: 8px;
		margin-right: 5px;
	}

	.list_filter_mobile_option_title_mb {
		width: 100%;
		height: 34px;
		line-height: 32px;
		font-size: 14px;
	}

	.list_fliter_mobile_option_block_mb {
		position: relative;
	}

	.list_filter_mobile_option_items_block_mb {
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
		display: none;
		padding-bottom: 12px;
	}

	.list_filter_mobile_option_item_label_mb {
		display: flex;
		width: 50%;
		justify-content: flex-start;
		align-items: center;
		font-size: 13px;
		letter-spacing: 0.05em;
		color: #282828;
		height: 40px;
		margin-bottom: 0px;
	}

	.en .list_filter_mobile_option_item_label_mb {
		letter-spacing: 0.02em;
	}

	.list_filter_mobile_option_item_label_mb input {
		width: 16px;
		height: 16px;
		min-width: 16px;
		min-height: 16px;
		border: 1px solid rgba(0,0,0,0.2);
		border-radius: 0px;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		background-color: white;
		margin-right: 5px;
	}

		.list_filter_mobile_option_item_label_mb input:checked {
			background-image: url("https://static.mabelle.com/images/checked.png");
			background-size: cover;
		}

	.list_filter_mobile_option_input_mb {
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		width: 100%;
		height: 34px;
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
		background-image: url("https://static.mabelle.com/images/header/arrow_square_right.png");
		background-repeat: no-repeat;
		background-size: 12px;
		background-position: center right;
		background-color: rgba(0,0,0,0);
		outline: none;
		border:0px solid rgba(0,0,0,0);
	}

		.list_filter_mobile_option_input_mb:checked {
			background-image: url("https://static.mabelle.com/images/header/arrow_square_down.png");
		}

			.list_filter_mobile_option_input_mb:checked + .list_filter_mobile_option_items_block_mb {
				display: flex;
			}

	.list_filter_mobile_option_items_block_mb .items_left_mb {
		width: 100%;
		margin-top: 20px;
		margin-bottom: 10px;
		color: #631549 !important;
		font-weight: 500 !important;
		opacity: 1 !important;
	}

	.list_filter_mobile_options_outside_block_mb {
		height: 80vh;
		overflow-y: scroll;
		padding-bottom: 240px;
	}

		.list_filter_mobile_options_outside_block_mb::-webkit-scrollbar {
			display: none;
		}

	.list_filter_mobile_option_a_mb, .list_filter_mobile_option_a_mb:hover {
		width: 33%;
		display: block;
		font-size: 13px;
		color: #282828;
		text-decoration: none;
		letter-spacing: 0.02em;
		height: 34px;
	}

	.list_filter_price_range_block_mb {
		margin-left: 0px;
		margin-top: 20px;
		border-left: 0px solid rgba(0,0,0,0);
		padding-left: 0px;
		max-width: none;
	}

	.list_filter_mobile_tags_mb {
		/*overflow-x: scroll;*/
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 14px;
		flex-wrap: wrap;
	}

		.list_filter_mobile_tags_mb::-webkit-scrollbar {
			display: none;
		}

	.list_filter_mobile_diamond_option_mb {
		display: none;
		width: 100%;
		flex-wrap: wrap;
		align-items: flex-start;
		margin-bottom: 14px;
		background-color: rgba(0,0,0,0.02);
		padding: 12px;
	}

		.list_filter_mobile_diamond_option_mb .items_left_mb {
			width: 100%;
		}
	/*篩選框手機版*/



	/*無結果下方標題*/
	.list_sp_no_result .index_product_collection_mb {
		padding: 0px;
	}

	.list_sp_no_result .index_title_mb {
		padding-left: 0px;
		font-size: 16px;
		margin-bottom: 14px;
	}
	/*無結果下方標題*/




	/*主題系列手機版*/
	.list_collection_btn_mobile_mb {
		margin-bottom: 8px;
		display: block;
	}

	.list_collection_mobile_block_mb {
		padding: 24px;
		position: fixed;
		z-index: 105;
		background-color: #fcfcfc;
		width: 100%;
		height: 100vh;
		top: 0;
		left: 0;
		display: none;
	}

	.list_collection_mobile_options_outside_block_mb {
		height: 100vh;
		overflow-y: scroll;
		padding-bottom: 100px;
	}

		.list_collection_mobile_options_outside_block_mb::-webkit-scrollbar {
			display: none;
		}

		.list_collection_mobile_options_outside_block_mb .items_left_mb {
			margin-bottom: 15px;
		}

		.list_collection_mobile_options_outside_block_mb .list_filter_mobile_option_a_mb {
			width: 100%;
		}
	/*主題系列手機版*/
}

@media(max-width:767px) {
}

@media(max-width:576px) {
	/*一格貨品*/
	.list_product_name_mb {
		font-size: 12px;
	}

	.list_product_price_mb {
		font-size: 12px;
	}
	/*一格貨品*/

	.list_collection_btn_mobile_mb {
		margin-bottom: 10px;
	}




	/*系列鑽飾彈窗*/
	.list_series_right_title_mb {
		font-size: 14px;
	}
	/*系列鑽飾彈窗*/




	.list_filter_mobile_option_a_mb, .list_filter_mobile_option_a_mb:hover {
		width: 50%;
	}

	.list_filter_sp_en_flex_block_mb {
		display: block;
	}

	.list_rank_mb {
		margin-top: 10px;
	}
}

@media(max-width:320px) {
	.list_grid_mb {
		display: block;
	}
}
