.cc-dm-hs-textile-solutions {
	--cc-dm-textile-text: #1b1919;
	--cc-dm-textile-accent: #ab2424;
	--cc-dm-textile-white: #ffffff;
	box-sizing: border-box;
	width: 100%;
	color: var(--cc-dm-textile-text);
	font-family: Montserrat, Arial, sans-serif;
	padding-block: 0;
}

.cc-dm-hs-textile-solutions *,
.cc-dm-hs-textile-solutions *::before,
.cc-dm-hs-textile-solutions *::after {
	box-sizing: border-box;
}

.cc-dm-hs-textile-solutions__inner {
	display: grid;
	grid-template-columns: minmax(0, 663px) minmax(0, 663px);
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	width: 100%;
	max-width: 1420px;
	margin-inline: auto;
	padding-inline: 0;
}

.cc-dm-hs-textile-solutions__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 40px;
	width: 100%;
	max-width: 663px;
}

.cc-dm-hs-textile-solutions__content > .cc-dm-hs-textile-solutions__text {
	margin-top: -16px;
}

.cc-dm-hs-textile-solutions__title {
	width: 100%;
	margin: 0;
	color: var(--cc-dm-textile-text);
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 56px;
}

.cc-dm-hs-textile-solutions__text {
	width: 100%;
	color: var(--cc-dm-textile-text);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.25;
}

.cc-dm-hs-textile-solutions__text p {
	margin: 0;
}

.cc-dm-hs-textile-solutions__text p + p {
	margin-top: 8px;
}

.cc-dm-hs-textile-solutions__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 52px;
	padding: 16px 24px;
	color: var(--cc-dm-textile-white);
	background: var(--cc-dm-textile-accent);
	border-radius: 100px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.cc-dm-hs-textile-solutions__button:hover,
.cc-dm-hs-textile-solutions__button:focus-visible {
	color: var(--cc-dm-textile-white);
	background: #8b1316;
	text-decoration: none;
	transform: translateY(-1px);
}

.cc-dm-hs-textile-solutions__button:focus-visible {
	outline: 2px solid var(--cc-dm-textile-text);
	outline-offset: 3px;
}

.cc-dm-hs-textile-solutions__button-arrow {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
}

.cc-dm-hs-textile-solutions__button-arrow::before {
	width: 7px;
	height: 7px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	content: "";
	transform: translateX(-1px) rotate(45deg);
}

.cc-dm-hs-textile-solutions__button-arrow::after {
	position: absolute;
	width: 10px;
	height: 2px;
	background: currentColor;
	border-radius: 999px;
	content: "";
	transform: translateX(-1px);
}

.cc-dm-hs-textile-solutions__media {
	position: relative;
	width: 100%;
	height: 406px;
	overflow: hidden;
	background: #f6f6f6;
	border-radius: 16px;
}

.cc-dm-hs-textile-solutions__image,
.cc-dm-hs-textile-solutions__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.cc-dm-hs-textile-solutions__placeholder {
	background:
		radial-gradient(circle at 76% 34%, rgba(255, 255, 255, 0.82) 0 12%, rgba(255, 255, 255, 0) 36%),
		linear-gradient(135deg, #eeeeee 0%, #ffffff 42%, #d7d1ca 100%);
}

@media (max-width: 1100px) {
	.cc-dm-hs-textile-solutions__inner {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.cc-dm-hs-textile-solutions__content {
		max-width: none;
	}

	.cc-dm-hs-textile-solutions__media {
		height: auto;
		aspect-ratio: 663 / 406;
	}
}

@media (max-width: 760px) {
	.cc-dm-hs-textile-solutions__title {
		font-size: 38px;
		line-height: 44px;
	}

	.cc-dm-hs-textile-solutions__button {
		width: 100%;
		max-width: 360px;
	}
}

@media (max-width: 480px) {
	.cc-dm-hs-textile-solutions__content {
		gap: 24px;
	}

	.cc-dm-hs-textile-solutions__content > .cc-dm-hs-textile-solutions__text {
		margin-top: -8px;
	}

	.cc-dm-hs-textile-solutions__title {
		font-size: 28px;
		line-height: 1;
	}

	.cc-dm-hs-textile-solutions__text {
		font-size: 14px;
		line-height: 1;
	}

	.cc-dm-hs-textile-solutions__button {
		max-width: none;
		min-height: 42px;
		padding: 12px 24px;
		font-size: 14px;
	}

	.cc-dm-hs-textile-solutions__media {
		height: 200px;
		aspect-ratio: auto;
		border-radius: 12px;
	}
}
