.product-catalog .catalog-cover {
}
.product-catalog .catalog-cover .cover-image {
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 65vh;
	position: relative;
}
.product-catalog .catalog-cover .cover-image .copy {
	color: #fff;
	font-size: 32px;
	font-weight: 900;
	padding: 0 30px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
}
.product-catalog [data-parent-page="Best Seller"] [data-cover-for="Best Seller"],
.product-catalog [data-sub-parent="Mood Enhancer Matte"] [data-cover-for="Mood Enhancer Matte"],
.product-catalog [data-sub-parent="Mirrorlike Collection"] [data-cover-for="Mirrorlike Collection"],
.product-catalog [data-sub-parent="New Depth Collection"] [data-cover-for="New Depth Collection"],
.product-catalog [data-sub-parent="Glow Up Collection"] [data-cover-for="Glow Up Collection"],
.product-catalog [data-sub-parent="All About Attitude"] [data-cover-for="All About Attitude"] {
	display: block;
}
.product-catalog .collection-info {
	margin: 100px 0;
}
.product-catalog .collection-info:before,
.product-catalog .collection-info:after {
	content: '';
	display: table;
}
.product-catalog .collection-info:after {
	clear: both;
}
.product-catalog .collection-info .number {
	color: #a36d6a;
	float: left;
	font-size: 17px;
	margin-bottom: 10px;
	width: 34%;
}
.product-catalog .collection-info .copy {
	float: right;
	width: 66%;
}
.product-catalog .collection-info .copy .sm {
	display: none;
}
.product-catalog .collection-info .copy .headline {
	color: #a36d6a;
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 20px;
}
.product-catalog .collection-info .copy p {
	line-height: 1.8;
	word-break: keep-all;
}
[lang="jp"] .product-catalog .collection-info .copy p {
	word-break: normal;
}

@media (max-width: 900px) {
	.product-catalog .catalog-cover .cover-image .copy {
		font-size: 28px;
	}
	.product-catalog .collection-info {
		margin: 70px 0;
	}
}

@media (max-width: 600px) {
	.product-catalog .catalog-cover .cover-image .copy {
		font-size: 22px;
		word-break: keep-all;
	}
	.product-catalog .collection-info {
		margin: 50px 0 30px;
	}
	.product-catalog .collection-info .number,
	.product-catalog .collection-info .copy {
		float: none;
		width: 100%;
	}
	.product-catalog .collection-info .copy .sm {
		display: block;
	}
}

.product-categories {
	background-color: #a36d6a;
	display: none;
	width: 100%;
	text-align: center;
}
.product-categories .category {
	background-color: transparent;
	color: #fff;
	display: inline-block;
	padding: 20px 30px;
	text-align: center;
	transition: background-color .25s ease-out;
}
.product-categories .category:hover {
	background-color: rgba(255,255,255,0.075);
	text-decoration: none;
}
.product-categories .category .category-image {
	display: block;
	margin-bottom: 10px;
	width: 70px;
	height: auto;
}

.product-catalog .page-header .page-navigation,
.product-catalog .page-header[data-parent-page="Shop"] .page-title .current {
	display: none;
}
.product-catalog .page-header[data-parent-page="Shop"] .page-navigation,
.product-catalog .page-header[data-parent-page="Shop"] .product-categories,
.product-catalog .page-header[data-parent-page="Shop"] .page-title .parent {
	display: block;
}

.product-catalog .page-title .collection-title,
.product-catalog .page-header[data-parent-page="Collection"] .page-title .current {
	display: none;
}
.product-catalog .page-header[data-parent-page="Collection"] .page-title .collection-title {
	display: block;
}
.product-catalog .page-title .collection-title:hover {
	text-decoration: none;
}

.product-filter {
	background-color: #f1e9e9;
	height: 0;
	overflow: hidden;
}
.product-filter.is-active,
.product-search .product-filter {
	height: auto;
}
.product-filter .filter-container {
	padding: 10px 0 30px;
	transition: padding .35s ease-out;
}
.product-filter.is-active .filter-container,
.product-search .product-filter .filter-container {
	padding: 20px 0 30px;
}

.product-filter .filters:before,
.product-filter .filters:after {
	content: '';
	display: table;
}
.product-filter .filters:after {
	clear: both;
}
.product-filter .filters .filter {
	float: left;
	margin-right: 5%;
	padding: 10px 0;
}
.product-filter .filters .filter .filter-label {
	color: #a36d6a;
	font-weight: 500;
	margin-bottom: 12px;
}
.product-filter .filters .filter li {
	display: inline-block;
}
.product-filter .filters .filter button,
.product-filter .filters .filter input[type="text"] {
	background-color: #fff;
	border: 1px solid #c8a7a6;
	height: 40px;
	font-family: 'Assistant', 'Noto Sans KR', sans-serif;
	font-size: 14px;
	padding: 0 20px;
	margin-right: 5px;
}
.product-filter .filters .filter button {
	color: #a36d6a;
}
.product-filter .filters .filter button[svalue*=custom] {
	text-indent: -9999px;
	position: relative;
	width: 40px;
	padding: 0;
}
.product-filter .filters .filter button[svalue*=custom]:after {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 9px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.product-filter .filters .filter button[svalue*=Red]:after {
	background-color: #b12a23;
}
.product-filter .filters .filter button[svalue*=Orange]:after {
	background-color: #dc6b2f;
}
.product-filter .filters .filter button[svalue*=Beige]:after {
	background-color: #d6ae9a;
}
.product-filter .filters .filter button[svalue*=Pink]:after {
	background-color: #dd7d88;
}
.product-filter .filters .filter button[svalue*=Brown]:after {
	background-color: #835248;
}
.product-filter .filters .filter button[svalue*=Coral]:after {
	background-color: #ef5a41;
}
.product-filter .filters .filter button[svalue*=Purple]:after {
	background-color: #b0718d;
}
.product-filter .filters .filter button[svalue*=Rose]:after {
	background-color: #b70316;
}
.product-filter .filters .filter button[svalue*=Mauve]:after {
	background-color: #915f6d;
}
.product-filter .filters .filter-button .ec_search_selected {
	background-color: #a36d6a;
	border-color: #a36d6a;
	color: #fff;
}
.product-filter .filters .filter-button .extend {
	display: none !important;
}
.product-filter .filters .filter-search {
	position: relative;
}
.product-filter .filters .filter-search input[type="text"] {
	border-radius: 0;
	padding: 5px 10px;
	outline: none;
	transition: border .25s ease-out;
	-webkit-appearance: none;
	width: calc(100% - 85px);
	max-width: 300px;
	vertical-align: top;
}
[lang="en"] .product-filter .filters .filter-search input[type="text"] {
	width: calc(100% - 100px);
}
.product-filter .filters .filter-search input[type="text"]:focus {
	border-color: #a36d6a;
}
.product-filter .filters .filter-search .btnResearch {
	background-color: #a36d6a;
	border-color: #a36d6a;
	color: #fff;
}
.product-filter .filters .filter-search .suggest {
	position: absolute;
	bottom: -22px;
	left: 10px;
}
.product-filter .filters .filter-search .suggest li {
	color: #a36d6a;
	cursor: pointer;
	font-size: 12px;
}
.product-filter .filters .filter-search .suggest li strong {
	font-weight: 900;
}
.product-filter .applied-filters {
	border-top: 1px solid #c8a7a6;
	margin-top: 20px;
	padding-top: 30px;
}
.product-filter .applied-filters button {
	background-color: #fff;
	border: 1px solid #c8a7a6;
	color: #a36d6a;
	height: 30px;
	font-family: 'Assistant', 'Noto Sans KR', sans-serif;
	font-size: 12px;
	padding: 0 10px;
	margin-right: 5px;
	margin-bottom: 10px;
}
.product-filter .applied-filters .btnRefresh {
	margin-right: 15px;
}
.product-filter .applied-filters .btnSearchDelete {
	background-image: url('../image/hince-filter-remove-icon.png');
	background-size: 25px 25px;
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 25px;
}
.product-filter .applied-filters button span {
	display: inline-block;
	margin-left: 5px;
	color: #888;
}

@media (max-width: 600px) {
	.product-filter .filters .filter {
		float: none;
		width: 100%;
		margin: 0;
	}
	.product-filter .filters .filter button,
	.product-filter .filters .filter input[type="text"] {
		margin: 5px 5px 5px 0;
	}
	.product-filter .filters .filter-search input[type="text"] {
		max-width: 100%;
	}
}

.product-list {
	margin-bottom: 50px;
}
.product-list ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: -30px;
	margin-right: -30px;
}
.product-list .product {
	padding: 30px;
	position: relative;
	width: 25%;
}
.product-list .product .rank-number {
	color: #8f5b59;
	display: block;
	font-family: 'PT Serif',serif;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 15px;
}
.product-list .product a {
	display: block;
}
.product-list .product a:hover {
	text-decoration: none;
}
.product-list .product .product-image {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 147.5%;
}
.product-list .product .product-image img {
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	transition: ease all .3s;
}
.product-list .product .product-image:hover img{
	transform: scale(1.08);
}

.product-list .product .product-info {
	position: relative;
	min-height: 95px;
}
.product-list .product .product-info .product-icons {
	position: absolute;
	top: -30px;
	left: 0;
}
.product-list .product .product-info .product-icons img {
	display: inline-block;
	position: relative;
	width: auto;
	height: 18px;
	margin-right: 7px;
}
.product-list .product .product-info .name {
	padding-right: 80px;
	margin: 20px 0 3px;
}
.product-list .product .product-info .name span {
	font-size: 15px !important;
	font-weight: 600;
	word-break: keep-all;
}
[lang="jp"] .product-list .product .product-info .name span {
	word-break: normal;
}
.product-list .product .product-info .spec {
	display: none;
}
.product-list .product .product-info .price span {
	color: #a36d6a;
	font-size: 14px;
	margin-right: 3px;
}
.product-list .product .product-info .price .was {
	text-decoration: line-through;
}

.product-list .product .cart-button {
	width: 100%;
	position: relative;
}
.product-list .product .cart-button .cart {
	cursor: pointer;
	display: none;
	width: 44px;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: calc(147.5% + 20px);
	z-index: 9;
}

@media (max-width: 1200px) {
	.product-list ul {
		margin-left: -15px;
		margin-right: -15px;
	}
	.product-list .product {
		padding: 15px;
		width: 33.333%;
	}
}

@media (max-width: 900px) {
	.product-categories .category .category-image {
		width: 60px;
	}
	.product-list .product .product-image .mobile-image {
		opacity: 1;
	}
	.product-list .product .product-image .primary-image,
	.product-list .product .product-image .secondary-image {
		opacity: 0;
	}
	.product-list .product .product-info .name {
		padding-right: 44px;
	}
	.product-list .product .product-info .name span {
		font-size: 15px !important;
	}
	.product-list .product .product-info .spec span {
		font-size: 14px !important;
	}
	.product-list .product .cart-button .cart {
		width: 34px;
	}
}

@media (max-width: 600px) {
	.product-categories {
		padding: 0;
		text-align: left;
		white-space: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.product-categories .category {
		padding: 15px;
	}
	.product-categories .category .category-image {
		width: 50px;
		margin-bottom: 5px;
	}
	.product-list .product {
		width: 50%;
	}
	.product-list .product .product-info .product-icons {
		top: -25px;
	}
	.product-list .product .product-info .name span {
		font-size: 14px !important;
	}
	.product-list .product .product-icons img {
		height: 16px;
	}
}

@media (max-width: 360px) {
	.product-categories .category {
		padding: 15px 10px;
	}
	.product-categories .category .category-image {
		width: 44px;
	}
}

.product-searchbar {
	margin-bottom: 0;
}
.product-searchbar .searchbar {
	position: relative;
}
.product-searchbar .searchbar input[type="text"] {
	background-color: transparent;
	border-radius: 0;
	border: none;
	border-bottom: 2px solid #a36d6a;
	width: 100%;
	height: 100px;
	font-family: 'Assistant', 'Noto Sans KR', sans-serif;
	line-height: 40px;
	padding: 20px 30px;
	font-size: 26px;
	outline: none;
}
.product-searchbar .searchbar input[type="image"] {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
}
.product-searchbar .searchbar .autoDrop {
	position: absolute;
	left: 30px;
	bottom: -30px;
}
.product-searchbar .searchbar .autoDrop li a {
	color: #a36d6a;
	font-size: 15px;
}

.product-search .product-filter {
	background-color: #fff;
}
.product-search .product-filter .filter-container {
	transition: none;
	padding-left: 30px;
	padding-right: 30px;
}
.product-search .product-filter .not-found {
	color: #a36d6a;
	font-size: 17px;
	font-weight: 700;
	padding-top: 80px;
	text-align: center;
}

@media (max-width: 900px) {
	.product-searchbar .searchbar input[type="text"] {
		height: 80px;
		line-height: 40px;
		padding: 10px 20px;
		font-size: 22px;
	}
	.product-search .product-filter .filter-container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 600px) {
	.product-searchbar .searchbar input[type="text"] {
		height: 70px;
		line-height: 40px;
		padding: 5px 12px;
		font-size: 20px;
	}
	.product-searchbar .searchbar input[type="image"] {
		width: 50px;
		height: 50px;
		right: 0;
	}
	.product-search .product-filter .filter-container {
		padding-left: 12px;
		padding-right: 12px;
	}
}



.collection-item {
	margin-bottom: 50px;
}
.collection-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	width: 100%;
	height: 560px;
	background-size: cover;
	background-position: center center;
	text-decoration: none;
	padding: 30px;
}
.collection-item .headline {
	color: #fff;
	font-size: 32px;
	font-weight: 900;
}
.collection-item p {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 10px;
}

@media (max-width: 900px) {
	.collection-item .headline {
		font-size: 28px;
	}
}

@media (max-width: 600px) {
	.collection-item {
		margin-bottom: 20px;
	}
	.collection-item a {
		height: 420px;
	}
	.collection-item .headline {
		font-size: 24px;
	}
	.collection-item p {
		font-size: 14px;
		word-break: keep-all;
	}
	.collection-item p br {
		display: none;
	}
}