.b-category-customizable {}
.b-category-customizable .category-customizable__items {
	display: flex;
	flex-wrap: wrap;
	margin-right: -1px;
}
.b-category-customizable .category-customizable__item {
	width: 25%;
	padding: 0 1px 1px 0;
}
.b-category-customizable .category-customizable__item--1 {
    width: 100%;
}
.b-category-customizable .category-customizable__item--2 {
    width: 50%;
}
.b-category-customizable .category-customizable__item--3 {
    width: 33.333%;
}
.b-category-customizable .category-customizable__item--4 {
    width: 25%;
}
.b-category-customizable .category-customizable__item--5 {
    width: 20%;
}
.b-category-customizable .category-customizable__item--6 {
    width: 16.666%;
}
.b-category-customizable .category-customizable__item--7 {
    width: 14.285%;
}
.b-category-customizable .category-customizable__item--8 {
    width: 12.5%;
}
.b-category-customizable .category-customizable__item--9 {
    width: 11.111%;
}
.b-category-customizable .category-customizable__item--10 {
    width: 10%;
}
.b-category-customizable .category-customizable__imgbox {
	position: relative;
	overflow: hidden;
}
.b-category-customizable .category-customizable__imgbox::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
	opacity: 0.35;
	transform: matrix(1, 0, 0, -1, 0, 0);
}
.b-category-customizable .category-customizable__imgbox > img {
	width: 100%;
	transition: transform .5s ease-out;
}
.b-category-customizable .category-customizable__item:hover .category-customizable__imgbox > img {
	transform: scale(1.05);
}
.b-category-customizable .category-customizable__text {
	position: absolute;
	z-index: 2;
	right: 64px;
	bottom: 40px;
	left: 64px;
	min-height: 113px;
	color: #ffffff;
}
.b-category-customizable .category-customizable__title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	text-shadow: 1px 0px 2px #000;
}
.b-category-customizable .category-customizable__preview-text {
	margin-top: 3px;
	font-size: 16px;
	line-height: 1.25;
}
.b-category-customizable .category__link {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
/*-------------------------*/
@media (min-width:1240px) {
	/*---------------------*/
	/*---------------------*/
}
/*-------------------------*/
@media (min-width: 1240px) and (max-width: 1799px) {
	/*---------------------*/
	.b-category-customizable .category-customizable__text {
		right: 30px;
		bottom: 20px;
		left: 30px;
	}
	.b-category-customizable .category-customizable__title {
		font-size: 18px;
	}
	.b-category-customizable .category-customizable__preview-text {
		font-size: 14px;
	}
	/*---------------------*/
	/*---------------------*/
}
/*-------------------------*/
@media (min-width: 768px) and (max-width: 1239px) {
	/*---------------------*/
	.b-category-customizable .category-customizable__item {
		width: 50%;
	}
	.b-category-customizable .category-customizable__imgbox {
		height: 0;
		padding-bottom: 76.923%;
	}
	.b-category-customizable .category-customizable__imgbox > img {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		height: 100%;
		width: auto;
		max-width: none;
		transform-origin: 0 0 0;
	}
	.b-category-customizable .category-customizable__item:hover .category-customizable__imgbox > img {
		-webkit-transform: scale(1.05) translate(-50%,-50%);
		transform: scale(1.05) translate(-50%,-50%);
	}
	.b-category-customizable .category-customizable__item--5 .category-customizable__imgbox > img {
		height: auto;
		width: 100%;
	}
	.b-category-customizable .category-customizable__text {
		right: 43px;
		bottom: 35px;
		left: 43px;
	}
	/*---------------------*/
	/*---------------------*/
}
/*-------------------------*/
@media (max-width: 767px) {
	/*---------------------*/
	.b-category-customizable {
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 100vw;
	}
	.b-category-customizable .category-customizable__item {
		width: 50%;
	}
	.b-category-customizable .category-customizable__imgbox {
		height: 0;
		padding-bottom: 77.116%;
	}
	.b-category-customizable .category-customizable__imgbox > img {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		height: 100%;
		width: auto;
		max-width: none;
		transform-origin: 0 0 0;
	}
	.b-category-customizable .category-customizable__item:hover .category-customizable__imgbox > img {
		-webkit-transform: scale(1.05) translate(-50%,-50%);
		transform: scale(1.05) translate(-50%,-50%);
	}
	.b-category-customizable .category-customizable__item--5 .category-customizable__imgbox > img {
		height: auto;
		width: 100%;
	}
	.b-category-customizable .category-customizable__text {
		right: 20px;
		bottom: 15px;
		left: 20px;
		min-height: 0;
	}
	.b-category-customizable .category-customizable__title {
		font-size: 16px;
		overflow-wrap: break-word;
	}
	.b-category-customizable .category-customizable__preview-text {
		display: none;
	}
	/*---------------------*/
	/*---------------------*/
	/*---------------------*/

}
/*-------------------------*/
@media (max-width: 339px) {
	/*---------------------*/
	.b-category-customizable .category-customizable__title {
		font-size: 14px;
	}
	/*---------------------*/
}
/*-------------------------*/