/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Mar 04 2026 | 16:08:37 */
.product-characteristics .characteristics-title, .characteristics-list {
	color: var(--e-global-color-text);
}

.product-characteristics .characteristics-title {
	margin-top: 0;
	padding: 2px 10px 2px;
	border-left: 1px solid var(--e-global-color-secondary);
	font-size: 18px;
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: 600;
}

.product-characteristics .characteristics-list {
	font-size: 14px;
}

.product-characteristics .characteristics-brand a {
	color: var(--e-global-color-secondary);
}

.product-characteristics .characteristics-brand a:hover {
	color: var(--e-global-color-accent);
}