.mekom-fabric-block {
	margin: 40px 0;
}

.mekom-fabric-block__title {
	position: relative;
	margin: 0 0 28px;
	padding-bottom: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.mekom-fabric-block__title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 56px;
	height: 3px;
	background: #d81f1f;
}

.mekom-fabric-grid {
	display: grid;
	grid-template-columns: repeat( 2, 1fr );
	gap: 24px 16px;
}

@media ( min-width: 560px ) {
	.mekom-fabric-grid {
		grid-template-columns: repeat( 3, 1fr );
	}
}

@media ( min-width: 900px ) {
	.mekom-fabric-grid {
		grid-template-columns: repeat( var( --mekom-fabric-columns, 4 ), 1fr );
		gap: 32px 24px;
	}
}

.mekom-fabric-swatch__photo {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	margin: 0 0 12px;
	border: 1px solid #e8e2d8;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.mekom-fabric-swatch__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mekom-fabric-swatch__photo--empty {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f4f1ec;
	border-style: dashed;
}

.mekom-fabric-swatch__photo-placeholder {
	font-size: 11px;
	color: #9a9a9a;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.mekom-fabric-swatch__name {
	margin: 0 0 8px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.01em;
}

.mekom-fabric-swatch__specs {
	display: flex;
	flex-direction: column;
	gap: 3px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	color: #6b6b6b;
}

.mekom-fabric-swatch__specs li {
	display: flex;
	justify-content: space-between;
	gap: 8px;
}

.mekom-fabric-swatch__specs li span:last-child {
	color: #1a1a1a;
	text-align: right;
}
