.sofis-handmade-card,
.sofis-handmade-note,
.sofis-made-to-order-card {
	color: #5c5270;
	font-size: 0.82rem;
	line-height: 1.45;
}

.sofis-made-to-order,
.sofis-production-window {
	background: #effbf8;
	border: 2px solid #55ddb2;
	border-radius: 0.6rem;
	color: #30234f;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0.75rem 0;
	padding: 0.65rem 0.8rem;
}

.sofis-made-to-order-card {
	font-weight: 700;
	margin: 0.35rem 0;
}

.sofis-brand-placeholder {
	background: #fff8ee;
	display: block;
	height: auto;
	width: 100%;
}

.sofis-handmade-card {
	margin: 0.35rem 0;
}

.sofis-handmade-note {
	background: #fff8ee;
	border-left: 4px solid #f64f9d;
	border-radius: 0.35rem;
	padding: 0.75rem 0.9rem;
}

.sofis-handmade-note h2 {
	color: #30234f;
	font-size: 1.05rem;
	line-height: 1.3;
	margin: 0 0 0.4rem;
}

.sofis-handmade-note p {
	margin: 0;
}

.sofis-product-options {
	background: #fff8ee;
	border: 2px solid #f5b6d3;
	border-radius: 0.65rem;
	margin: 1rem 0;
	padding: 0.8rem 1rem 0.25rem;
}

.sofis-product-options legend {
	color: #30234f;
	font-weight: 700;
	padding: 0 0.35rem;
}

.sofis-product-options select {
	max-width: 100%;
	width: 100%;
}

.sofis-parent-contact {
	max-width: 44rem;
}

.sofis-parent-contact label,
.sofis-parent-contact input:not([type="checkbox"]),
.sofis-parent-contact textarea {
	display: block;
	width: 100%;
}

.sofis-parent-contact input:not([type="checkbox"]),
.sofis-parent-contact textarea {
	box-sizing: border-box;
	margin-top: 0.35rem;
}

.sofis-form-field {
	margin: 1rem 0;
}

.sofis-form-confirm label {
	display: flex;
	gap: 0.5rem;
	width: auto;
}

.sofis-form-message {
	border-left: 4px solid currentColor;
	margin: 1rem 0;
	padding: 0.75rem 1rem;
}

.sofis-form-message--success {
	background: #effcf7;
	color: #116b4a;
}

.sofis-form-message--error {
	background: #fff2ef;
	color: #922e18;
}

.sofis-privacy-note {
	font-size: 0.85rem;
}

.sofis-form-honeypot {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}
