.category-product{
	position: relative;
	width: 100%;
	margin-top: 160px;
	max-width: 408px;
	margin-right: 30px;
	margin-bottom: 30px;	
}
.category-product-body{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.category-product-cat, .category-product-cat2{
	position: absolute;
	width: 310px;
	overflow: hidden;
	bottom: 0;
	left: -15px;
	z-index: 1;
	-webkit-transform: rotate(-90deg) translate(0, 100%);
	-moz-transform: rotate(-90deg) translate(0, 100%);
	transform: rotate(-90deg) translate(0, 100%);
  	transform-origin: left bottom;
}
.category-product-cat2{
	font-weight: 800;
	font-size: 150px;
	line-height: 1;
	text-transform: uppercase;
	color: transparent;
	background: linear-gradient(52deg, rgba(255,255,255,0) 25%, rgba(255,255,255,1) 100%)
}
.category-product-cat-text, .category-product-cat-text2{	
	font-weight: 800;
	font-size: 150px;
	line-height: 1;
	text-transform: uppercase;	    
}
.category-product-cat-text{
	background: linear-gradient(227.79deg, #DDE2F8 1.28%, #E3D3E0 105.94%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.category-product-cat-text2{
	display: none;
	background-repeat: no-repeat;
	background-position: -250px -250px;
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	-webkit-font-smoothing: antialiased;
}
.category-product:hover .category-product-cat-text{	
	display: none;
}
.category-product:hover .category-product-cat-text2{
	display: block;
}
.category-product-image{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
.category-product-img{	
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 270px;
	height: 270px;
	margin: 0 auto;
	opacity: 0.92;
	background-size: 100%;
}
.category-product:hover .category-product-img{
	opacity: 1;
}
.category-product-image a{
	display: block;
	width: 100%;
	height: 100%;
}
.category-product-title{
	width: 100%;
	margin-bottom: 18px;
	font-weight: 800;
	font-size: 24px;
	line-height: 29px;
}
.category-product-name{
	max-width: calc(100% - 115px)
}
.category-product-name a{
	font-size: 20px;
}
.category-product-name a:hover{
	color: #FF6E00;
}
.category-product-opthot, .category-product-vegan{
	max-width: 99px;
	margin-left: 15px;
	font-size: 10px;
	line-height: 10px;
	color: rgba(53, 53, 68, 0.7);
}
.category-product-opthot .bi, .category-product-vegan .bi{
	width: 40px;
	height: 40px;
	background-size: auto 100%;
}
.category-product-opthot .bi{
	background-image: url('../image/opthot.png')
}
.category-product-vegan .bi{
	background-image: url('../image/vegan.png')
}
.category-product-opthot span, .category-product-vegan span{
	display: block;
	max-width: calc(100% - 45px);
	margin-left: 5px;
}
.category-product-description{
	position: relative;
	max-width: 306px;
	margin-bottom: 10px;
	padding-left: 30px;
	font-size: 12px;
	line-height: 20px;
	color: rgba(53, 53, 68, 0.5);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.category-product-description:after{
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	width: 22px;
	height: 2px;
	background-color: #FF6E00;
}
.category-product:hover .category-product-description{
	-webkit-transform: translate(-30px, 0);
	-moz-transform: translate(-30px, 0);
	transform: translate(-30px, 0);
	color: #353544;
}
.category-product:hover .category-product-description:after{
	display: none;
}
.category-product-description p{
	margin-bottom: 0;
}
.category-product-price{
	width: 100%;
}
.category-product-price .bi{
	width: 17px;
	height: 12px;
	margin-right: 7px;
	background-image: url('../image/price.png');
}
.category-product-new{	
	font-size: 22px;
	line-height: 22px;
}
.category-product-old{
	margin-left: 15px;
	font-size: 14px;
	line-height: 17px;
	text-decoration: line-through;
	text-decoration-color: #EB5757;
}
.category-product-price .btn{
	margin-left: 10px;
	padding: 10px 16px;
	opacity: 0.85;
	background-color: #000000;
	border-radius: 12px;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	line-height: 12px;
	text-transform: uppercase;
}
.category-product-price .btn:hover{
	background-color: #FF6E00;
}
@media screen and (max-width: 1599px) {
	.category-product{
		max-width: 310px;
		margin-top: 100px;
	}
	.category-product-img {
	    max-width: 215px;
	    height: 215px;
	}
	.category-product:after{
		width: 355px;
    	height: 445px;
    	top: -145px;
    	background-size: 100%;
	}
}
@media screen and (max-width: 1199px) {
	.category-product{
		max-width: 235px;
		margin-top: 90px;
	}
	.category-product-img {
	    max-width: 172px;
	    height: 172px;
	}
	.category-product:after {
	    width: 294px;
	    height: 368px;
	    top: -115px;
	}
	.category-product-cat, .category-product-cat2{
		width: 205px;
	}
	.category-product-cat-text, .category-product-cat-text2{
		font-size: 100px;
		line-height: 120px;
	}
	.category-product-title{
		font-size: 18px;
    	line-height: 22px; 
	}
	.category-product-opthot .bi, .category-product-vegan .bi {
	    width: 30px;
	    height: 30px;
	}
	.category-product-opthot, .category-product-vegan {
	    margin-left: 10px;
	    font-size: 9px;
	    line-height: 9px;
	}
	.category-product-name {
	    max-width: calc(100% - 110px);
	}
}
@media screen and (max-width: 959px) {
	.category-product {
	    max-width: 270px;
	    margin-right: 35px;
	}
}