/** Shopify CDN: Minification failed

Line 16:0 Unexpected "{"
Line 16:1 Expected identifier but found "%"
Line 17:0 Unexpected "<"
Line 31:1 Expected identifier but found "%"

**/
.related-products {
  display: block;
}

.related-products__heading {
  margin: 0 0 3rem;
}
{% if product.handle == 'autogramm-karte-von-mir' %}
<div style="padding: 20px; margin: 20px 0; border: 1px solid #e0e0e0; border-radius: 4px;">
  <label for="personalization-input" style="display: block; margin-bottom: 10px; font-weight: 600; font-size: 14px;">
    Deine persönliche Nachricht
  </label>
  <textarea 
    id="personalization-input" 
    name="properties[Personalisierung]" 
    placeholder="Gib hier deine persönliche Nachricht ein (z.B. ein Name oder Wunsch)" 
    style="width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 4px; font-family: inherit; font-size: 14px; resize: vertical; min-height: 80px;"
  ></textarea>
  <p style="margin-top: 8px; font-size: 12px; color: #666;">
    Dieses Feld ist optional. Deine Nachricht wird auf dem Produkt personalisiert.
  </p>
</div>
{% endif %}
