/* Short description: 2 lines with Read More */
.wd-desc-wrapper {
	position: relative;
}

.wd-desc-wrapper.wd-desc-clamped .woocommerce-product-details__short-description {
	max-height: var(--wd-desc-clamp-h, 3.2em);
	overflow: hidden;
}

.wd-desc-wrapper.wd-desc-clamped::after {
	display: none;
}

.wd-desc-wrapper.wd-desc-expanded .woocommerce-product-details__short-description {
	max-height: none;
}

.wd-desc-wrapper.wd-desc-expanded::after {
	display: none;
}

.wd-readmore-link {
	cursor: pointer;
	color: inherit;
	font-size: inherit;
	text-decoration: underline;
	background: none;
	border: none;
	padding: 0;
	margin-top: 4px;
	display: inline;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	font-family: inherit;
	line-height: inherit;
}

.wd-readmore-link:hover {
	opacity: 0.7;
}

