.product-subtitle-before-block {
	width: 100%;
	max-width: unset !important;
	color: var(--wp--preset--color--custom-purr-pink);
	font-size: clamp(20px,calc(20px + (32 - 20) * ((100vw - 300px) / (1600 - 300))), 32px) !important;
	line-height: 1em;
	font-family: 'museo-slab', serif;
	font-weight: 800;
	font-style: normal;
}

.product-subtitle-before-content {
	width: 100%;
}

/* Placeholder styling for editor */
.product-subtitle-before-placeholder {
	padding: 20px;
	background-color: #f5f5f5;
	border: 1px dashed #ccc;
	border-radius: 4px;
}

.product-subtitle-before-placeholder p {
	margin: 0;
	color: #9999
}
