.cc-dm-hs-footer-products {
	--cc-dm-footer-products-text: #ffffff;
	--cc-dm-footer-products-accent: #ab2424;
	box-sizing: border-box;
	width: 100%;
	color: var(--cc-dm-footer-products-text);
	font-family: Montserrat, Arial, sans-serif;
}

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

.cc-dm-hs-footer-products__inner {
	width: 100%;
	max-width: 1420px;
	margin-inline: auto;
	padding-inline: 0;
}

.cc-dm-hs-footer-products__row {
	display: flex;
	align-items: center;
	gap: 24px;
	width: 100%;
	min-width: 0;
}

.cc-dm-hs-footer-products__label {
	flex: 0 0 auto;
	color: var(--cc-dm-footer-products-text);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.2;
	white-space: nowrap;
}

.cc-dm-hs-footer-products__links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 24px;
	max-width: 100%;
	min-width: 0;
	padding: 6px 24px;
	overflow: visible;
	border: 1px solid var(--cc-dm-footer-products-accent);
	border-radius: 999px;
}

.cc-dm-hs-footer-products__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	padding-block: 8px;
	color: var(--cc-dm-footer-products-text);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	transition: color 180ms ease, opacity 180ms ease;
}

.cc-dm-hs-footer-products a.cc-dm-hs-footer-products__link,
.cc-dm-hs-footer-products a.cc-dm-hs-footer-products__link:visited,
.cc-dm-hs-footer-products a.cc-dm-hs-footer-products__link:hover,
.cc-dm-hs-footer-products a.cc-dm-hs-footer-products__link:focus,
.cc-dm-hs-footer-products a.cc-dm-hs-footer-products__link:active,
.cc-dm-hs-footer-products .cc-dm-hs-footer-products__link {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: var(--cc-dm-footer-products-text) !important;
	font-family: Montserrat, Arial, sans-serif !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
	line-height: 1 !important;
	text-align: center;
	text-decoration: none !important;
	text-shadow: none !important;
	text-transform: none !important;
	white-space: nowrap;
}

.cc-dm-hs-footer-products a.cc-dm-hs-footer-products__link:hover,
.cc-dm-hs-footer-products a.cc-dm-hs-footer-products__link:focus {
	color: #8b1316 !important;
	opacity: 1;
}

.cc-dm-hs-footer-products a.cc-dm-hs-footer-products__link:focus-visible {
	border-radius: 999px !important;
	outline: 2px solid var(--cc-dm-footer-products-accent) !important;
	outline-offset: 4px;
}

.cc-dm-hs-footer-products__link--static {
	cursor: default;
}

@media (max-width: 760px) {
	.cc-dm-hs-footer-products__row {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.cc-dm-hs-footer-products__links {
		width: 100%;
		gap: 18px;
		padding-inline: 18px;
		border-radius: 24px;
	}
}
