.woodmart-product-features-attr-tables {
	direction: inherit;
	flex: 1 0 100%;
	box-sizing: border-box;
	min-width: 0;
	width: 100%;
	max-width: 100%;
	margin: 0 0 20px;
	padding: 0;
	clear: both;
	color: var(--color-gray-800, #3f4064);
}

.woodmart-product-features-attr-tables__title {
	display: block;
	position: relative;
	margin: 0 0 14px;
	padding: 0;
	padding-inline-start: 13px;
	color: var(--wd-title-color, #23254e);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.8;
}

.woodmart-product-features-attr-tables__title::before {
	position: absolute;
	top: 4px;
	inset-inline-start: 0;
	width: 4px;
	height: calc(100% - 8px);
	border-radius: 4px;
	background: var(--wd-primary-color, #ef4056);
	content: "";
}

.woodmart-product-features-attr-tables__table {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0;
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
}

.woodmart-product-features-attr-tables__list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	width: 100%;
}

.woodmart-product-features-attr-tables__row {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-content: start;
	gap: 3px;
	box-sizing: border-box;
	min-width: 0;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 8px 9px;
	border: 1px solid var(--brdcolor-gray-300, #e0e0e6);
	border-radius: 8px;
	background: var(--bgcolor-gray-100, #f5f5f7);
}

.woodmart-product-features-attr-tables__label,
.woodmart-product-features-attr-tables__value {
	display: block;
	box-sizing: border-box;
	min-width: 0;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 13px;
	line-height: 1.7;
	text-align: start;
	overflow-wrap: anywhere;
	word-break: normal;
}

.woodmart-product-features-attr-tables__label {
	color: var(--color-gray-500, #767790);
	font-weight: 400;
}

.woodmart-product-features-attr-tables__value {
	color: var(--color-gray-800, #3f4064);
	font-weight: 600;
}

.woodmart-product-features-attr-tables__all {
	--wd-otl-color: var(--wd-primary-color);
	--wd-otl-style: solid;
	--wd-otl-width: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-height: 44px;
	margin-top: 12px;
	padding: 9px 14px;
	border: 1px solid var(--wd-primary-color);
	border-radius: 8px;
	background: transparent;
	box-shadow: none;
	color: var(--wd-primary-color);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.7;
	text-decoration: none;
	cursor: pointer;
	user-select: none;
	transition: border-color .2s ease, color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.woodmart-product-features-attr-tables__all:is(:hover, :focus-visible) {
	border-color: transparent;
	background-color: var(--wd-primary-color);
	box-shadow: 0 8px 20px color-mix(in srgb, var(--wd-primary-color) 32%, transparent);
	color: #fff;
}

.woodmart-product-features-attr-tables__all:focus {
	outline: 2px solid var(--wd-primary-color, #ef4056);
	outline-offset: 2px;
}

.woodmart-product-features-attr-tables__all-icon {
	flex: 0 0 auto;
	transition: transform .2s ease;
}

.woodmart-product-features-attr-tables__all:hover .woodmart-product-features-attr-tables__all-icon {
	transform: translateX(-2px);
}

.product-features-all-attributes-target {
	scroll-margin-top: 110px;
}

@media (min-width: 577px) and (max-width: 1024px) {
	.woodmart-product-features-attr-tables__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 576px) {
	.woodmart-product-features-attr-tables {
		flex: 1 1 100%;
		width: 100%;
		max-width: 100%;
		margin-bottom: 16px;
	}

	.woodmart-product-features-attr-tables__title {
		font-size: 15px;
	}

	.woodmart-product-features-attr-tables__list {
		grid-template-columns: minmax(0, 1fr);
	}

	.woodmart-product-features-attr-tables__row {
		gap: 2px;
		padding: 8px;
	}

	.woodmart-product-features-attr-tables__label,
	.woodmart-product-features-attr-tables__value,
	.woodmart-product-features-attr-tables__all {
		font-size: 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.woodmart-product-features-attr-tables__all,
	.woodmart-product-features-attr-tables__all-icon {
		transition: none;
	}
}
