{"title":"Geburtstagsshirts","description":"\n\u003cstyle\u003e\n:root {\n  --color-primary: #16181B;\n  --color-secondary: #FFFFFF;\n  --color-accent: #1FA9B4;\n  --color-accent-hover: #390CEE;\n  --color-bg-dark: #16181B;\n  --color-bg-light: #1e2024;\n  --color-text: rgba(255, 255, 255, 0.75);\n  --color-text-light: rgba(255, 255, 255, 0.75);\n  --color-text-on-dark: #FFFFFF;\n  --spacing-sm: 8px;\n  --spacing-md: 16px;\n  --spacing-lg: 24px;\n  --spacing-xl: 48px;\n  --spacing-2xl: 72px;\n  --radius-sm: 0px;\n  --radius-md: 4px;\n  --radius-lg: 4rem;\n  --shadow-sm: none;\n  --shadow-md: none;\n  --shadow-lg: none;\n}\n\n*,\n*::before,\n*::after {\n  box-sizing: border-box;\n  margin: 0;\n  padding: 0;\n}\n\na {\n  color: var(--color-accent);\n  text-decoration: underline;\n  text-decoration-thickness: 1px;\n  text-underline-offset: 2px;\n  transition: color 0.2s ease;\n}\n\na:hover {\n  color: var(--color-secondary);\n}\n\nimg {\n  max-width: 100%;\n  height: auto;\n  display: block;\n}\n\nfigure {\n  margin: 0;\n}\n\nul, ol {\n  list-style-position: inside;\n}\n\n.gebu-section-container {\n  max-width: 140rem;\n  margin: 0 auto;\n  padding: 0 var(--spacing-md);\n}\n\n.gebu-section-label {\n  display: inline-block;\n  color: var(--color-accent);\n  margin-bottom: var(--spacing-sm);\n  text-transform: uppercase;\n}\n\n.gebu-section-header {\n  margin-bottom: var(--spacing-lg);\n}\n\n.gebu-section-header h2 {\n  color: var(--color-text-on-dark);\n  margin-bottom: var(--spacing-sm);\n}\n\n.gebu-section-header p {\n  color: var(--color-text);\n}\n\n.gebu-two-column {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: var(--spacing-lg);\n  align-items: center;\n}\n\n.gebu-three-column {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: var(--spacing-sm);\n}\n\n.gebu-four-column {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: var(--spacing-sm);\n}\n\n.gebu-button {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  padding: 12px 30px;\n  border: none;\n  border-radius: var(--radius-md);\n  cursor: pointer;\n  text-decoration: none;\n  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;\n  white-space: nowrap;\n}\n\n.gebu-button-primary {\n  background-color: var(--color-accent);\n  color: var(--color-secondary) !important;\n  border: 1px solid var(--color-secondary);\n}\n\n.gebu-button-primary:hover {\n  background-color: var(--color-accent-hover);\n  color: var(--color-secondary) !important;\n}\n\n.gebu-button-secondary {\n  background-color: transparent;\n  color: var(--color-accent) !important;\n  border: 1px solid var(--color-accent);\n}\n\n.gebu-button-secondary:hover {\n  background-color: var(--color-accent);\n  color: var(--color-secondary) !important;\n}\n\n.gebu-button-outline {\n  background-color: transparent;\n  color: var(--color-accent) !important;\n  border: 1px solid var(--color-accent);\n}\n\n.gebu-button-outline:hover {\n  background-color: rgba(31, 169, 180, 0.1);\n  color: var(--color-accent) !important;\n}\n\n.gebu-card {\n  background: transparent;\n  border: none;\n  border-radius: var(--radius-sm);\n}\n\n.gebu-button-group {\n  display: flex;\n  flex-wrap: wrap;\n  gap: var(--spacing-sm);\n  margin-top: var(--spacing-md);\n}\n\n\/* ===== HERO SECTION ===== *\/\n\n.gebu-hero-section {\n  background-color: var(--color-bg-dark);\n  padding: 58px 0;\n}\n\n.gebu-hero-section h1 {\n  color: var(--color-text-on-dark);\n  margin-bottom: var(--spacing-md);\n}\n\n.gebu-headline-glow {\n  color: var(--color-accent);\n}\n\n.gebu-hero-section p {\n  color: var(--color-text);\n  margin-bottom: var(--spacing-md);\n}\n\n.gebu-hero-image {\n  overflow: hidden;\n  border-radius: var(--radius-sm);\n}\n\n.gebu-hero-image img {\n  width: 100%;\n  height: auto;\n  object-fit: cover;\n}\n\n.gebu-trust-signals {\n  display: flex;\n  flex-wrap: wrap;\n  gap: var(--spacing-md);\n  margin-top: var(--spacing-lg);\n}\n\n.gebu-trust-item {\n  color: var(--color-text-light);\n}\n\n\/* ===== INTRO SECTION ===== *\/\n\n.gebu-intro-section {\n  background-color: var(--color-bg-dark);\n  padding: 58px 0;\n}\n\n.gebu-intro-section h2 {\n  color: var(--color-text-on-dark);\n  margin-bottom: var(--spacing-md);\n}\n\n.gebu-intro-section p {\n  color: var(--color-text);\n  margin-bottom: var(--spacing-md);\n}\n\n.gebu-intro-section p:last-child {\n  margin-bottom: 0;\n}\n\n.gebu-content-image {\n  overflow: hidden;\n  border-radius: var(--radius-sm);\n}\n\n.gebu-content-image img {\n  width: 100%;\n  height: auto;\n  object-fit: cover;\n}\n\n\/* ===== PRODUKTGRID SECTION ===== *\/\n\n.gebu-produktgrid-section {\n  background-color: var(--color-bg-dark);\n  padding: 58px 0;\n}\n\n.gebu-produktgrid-header {\n  margin-bottom: var(--spacing-lg);\n}\n\n.gebu-produktgrid-header h2 {\n  color: var(--color-text-on-dark);\n}\n\n.gebu-produktgrid-hinweis {\n  color: var(--color-text-light);\n  margin-top: var(--spacing-lg);\n}\n\n\/* ===== GESCHENK SECTION ===== *\/\n\n.gebu-geschenk-section {\n  background-color: var(--color-bg-dark);\n  padding: 58px 0;\n}\n\n.gebu-geschenk-section h2 {\n  color: var(--color-text-on-dark);\n  margin-bottom: var(--spacing-md);\n}\n\n.gebu-geschenk-section p {\n  color: var(--color-text);\n  margin-bottom: var(--spacing-md);\n}\n\n.gebu-benefit-list {\n  color: var(--color-text);\n  margin-bottom: var(--spacing-md);\n  padding-left: var(--spacing-md);\n}\n\n.gebu-benefit-list li {\n  margin-bottom: var(--spacing-sm);\n  list-style-type: disc;\n  list-style-position: outside;\n}\n\n.gebu-lieferhinweis {\n  display: flex;\n  align-items: flex-start;\n  gap: var(--spacing-sm);\n  padding: var(--spacing-md);\n  background-color: rgba(255, 255, 255, 0.04);\n  border-left: 3px solid var(--color-accent);\n  color: var(--color-text-light);\n  margin-top: var(--spacing-md);\n}\n\n.gebu-lieferhinweis svg {\n  flex-shrink: 0;\n  color: var(--color-accent);\n  margin-top: 2px;\n}\n\n\/* ===== ANLAESSE SECTION ===== *\/\n\n.gebu-anlaesse-section {\n  background-color: var(--color-bg-dark);\n  padding: 58px 0;\n}\n\n.gebu-anlaesse-header {\n  margin-bottom: var(--spacing-lg);\n}\n\n.gebu-anlaesse-header h2 {\n  color: var(--color-text-on-dark);\n  margin-bottom: var(--spacing-sm);\n}\n\n.gebu-anlaesse-header p {\n  color: var(--color-text);\n}\n\n.gebu-anlaesse-grid {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: var(--spacing-sm);\n}\n\n.gebu-anlass-card {\n  display: flex;\n  flex-direction: column;\n  background: rgba(255, 255, 255, 0.04);\n  border-radius: var(--radius-sm);\n  overflow: hidden;\n  text-decoration: none;\n  transition: background-color 0.2s ease;\n}\n\n.gebu-anlass-card:hover {\n  background: rgba(255, 255, 255, 0.08);\n}\n\n.gebu-anlass-card-image {\n  overflow: hidden;\n}\n\n.gebu-anlass-card-image img {\n  width: 100%;\n  height: auto;\n  object-fit: cover;\n  transition: transform 0.3s ease;\n}\n\n.gebu-anlass-card:hover .gebu-anlass-card-image img {\n  transform: scale(1.03);\n}\n\n.gebu-anlass-card-icon {\n  color: var(--color-accent);\n  padding: var(--spacing-lg) var(--spacing-md) 0;\n}\n\n.gebu-anlass-card-icon svg {\n  width: 48px;\n  height: 48px;\n}\n\n.gebu-anlass-card-body {\n  padding: var(--spacing-md);\n}\n\n.gebu-anlass-card-body h3 {\n  color: var(--color-text-on-dark);\n  margin-bottom: var(--spacing-sm);\n}\n\n.gebu-anlass-card-body p {\n  color: var(--color-text);\n  margin-bottom: var(--spacing-sm);\n}\n\n.gebu-anlass-link {\n  color: var(--color-accent);\n  text-decoration: none;\n}\n\n.gebu-anlaesse-hinweis {\n  color: var(--color-text-light);\n  margin-top: var(--spacing-lg);\n}\n\n\/* ===== QUALITAET SECTION ===== *\/\n\n.gebu-qualitaet-section {\n  background-color: var(--color-bg-dark);\n  padding: 58px 0;\n}\n\n.gebu-qualitaet-header {\n  margin-bottom: var(--spacing-lg);\n}\n\n.gebu-qualitaet-header h2 {\n  color: var(--color-text-on-dark);\n  margin-bottom: var(--spacing-sm);\n}\n\n.gebu-qualitaet-header p {\n  color: var(--color-text);\n}\n\n.gebu-qualitaet-grid {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: var(--spacing-sm);\n  margin-bottom: var(--spacing-lg);\n}\n\n.gebu-qualitaet-card {\n  padding: var(--spacing-lg);\n  background: rgba(255, 255, 255, 0.04);\n  border-radius: var(--radius-sm);\n}\n\n.gebu-qualitaet-icon {\n  color: var(--color-accent);\n  margin-bottom: var(--spacing-md);\n}\n\n.gebu-qualitaet-card h3 {\n  color: var(--color-text-on-dark);\n  margin-bottom: var(--spacing-sm);\n}\n\n.gebu-qualitaet-card p {\n  color: var(--color-text);\n}\n\n.gebu-pflege-hinweis {\n  background: rgba(255, 255, 255, 0.04);\n  border-radius: var(--radius-sm);\n  padding: var(--spacing-lg);\n}\n\n.gebu-pflege-hinweis-inner {\n  display: flex;\n  align-items: flex-start;\n  gap: var(--spacing-md);\n}\n\n.gebu-pflege-icon {\n  color: var(--color-accent);\n  flex-shrink: 0;\n  margin-top: 2px;\n}\n\n.gebu-pflege-content h4 {\n  color: var(--color-text-on-dark);\n  margin-bottom: var(--spacing-sm);\n}\n\n.gebu-pflege-content p {\n  color: var(--color-text);\n}\n\n\/* ===== VERSAND SECTION ===== *\/\n\n.gebu-versand-section {\n  background-color: var(--color-bg-dark);\n  padding: 58px 0;\n}\n\n.gebu-versand-header {\n  margin-bottom: var(--spacing-lg);\n}\n\n.gebu-versand-header h2 {\n  color: var(--color-text-on-dark);\n  margin-bottom: var(--spacing-sm);\n}\n\n.gebu-versand-header p {\n  color: var(--color-text);\n}\n\n.gebu-versand-grid {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: var(--spacing-sm);\n}\n\n.gebu-versand-card {\n  padding: var(--spacing-lg);\n  background: rgba(255, 255, 255, 0.04);\n  border-radius: var(--radius-sm);\n}\n\n.gebu-versand-icon {\n  color: var(--color-accent);\n  margin-bottom: var(--spacing-md);\n}\n\n.gebu-versand-card h3 {\n  color: var(--color-text-on-dark);\n  margin-bottom: var(--spacing-sm);\n}\n\n.gebu-versand-highlight {\n  display: inline-block;\n  color: var(--color-accent);\n  margin-bottom: var(--spacing-sm);\n}\n\n.gebu-versand-card p {\n  color: var(--color-text);\n}\n\n.gebu-versand-fazit {\n  color: var(--color-text-light);\n  margin-top: var(--spacing-lg);\n}\n\n\/* ===== STYLING SECTION ===== *\/\n\n.gebu-styling-section {\n  background-color: var(--color-bg-dark);\n  padding: 58px 0;\n}\n\n.gebu-styling-header {\n  margin-bottom: var(--spacing-lg);\n}\n\n.gebu-styling-header h2 {\n  color: var(--color-text-on-dark);\n  margin-bottom: var(--spacing-sm);\n}\n\n.gebu-styling-header p {\n  color: var(--color-text);\n}\n\n.gebu-styling-grid {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: var(--spacing-sm);\n}\n\n.gebu-styling-card {\n  background: rgba(255, 255, 255, 0.04);\n  border-radius: var(--radius-sm);\n  overflow: hidden;\n  transition: background-color 0.2s ease;\n}\n\n.gebu-styling-card:hover {\n  background: rgba(255, 255, 255, 0.08);\n}\n\n.gebu-styling-card-image {\n  position: relative;\n  overflow: hidden;\n}\n\n.gebu-styling-card-image img {\n  width: 100%;\n  height: auto;\n  object-fit: cover;\n  transition: transform 0.3s ease;\n}\n\n.gebu-styling-card:hover .gebu-styling-card-image img {\n  transform: scale(1.03);\n}\n\n.gebu-styling-card-badge {\n  position: absolute;\n  top: var(--spacing-sm);\n  left: var(--spacing-sm);\n  background-color: var(--color-accent);\n  color: var(--color-secondary);\n  padding: 4px 12px;\n  border-radius: var(--radius-lg);\n}\n\n.gebu-styling-card-icon {\n  color: var(--color-accent);\n  padding: var(--spacing-lg) var(--spacing-md) 0;\n}\n\n.gebu-styling-card-icon svg {\n  width: 48px;\n  height: 48px;\n}\n\n.gebu-styling-card-tag {\n  display: inline-block;\n  color: var(--color-accent);\n  margin-bottom: 4px;\n}\n\n.gebu-styling-card-body {\n  padding: var(--spacing-md);\n}\n\n.gebu-styling-card-body h3 {\n  color: var(--color-text-on-dark);\n  margin-bottom: var(--spacing-sm);\n}\n\n.gebu-styling-card-body p {\n  color: var(--color-text);\n}\n\n.gebu-styling-footer {\n  margin-top: var(--spacing-lg);\n}\n\n.gebu-styling-footer p {\n  color: var(--color-text);\n  margin-bottom: var(--spacing-sm);\n}\n\n.gebu-styling-footer strong {\n  color: var(--color-text-on-dark);\n}\n\n\/* ===== FAQ SECTION ===== *\/\n\n.gebu-faq-section {\n  background-color: var(--color-bg-dark);\n  padding: 58px 0;\n}\n\n.gebu-faq-header {\n  margin-bottom: var(--spacing-lg);\n  text-align: center;\n}\n\n.gebu-faq-header h2 {\n  color: var(--color-text-on-dark);\n}\n\n.gebu-faq-list {\n  display: flex;\n  flex-direction: column;\n  gap: 0;\n  max-width: 800px;\n  margin: 0 auto;\n}\n\n.gebu-faq-item {\n  border-bottom: 1px solid rgba(255, 255, 255, 0.1);\n}\n\n.gebu-faq-item:first-child {\n  border-top: 1px solid rgba(255, 255, 255, 0.1);\n}\n\n.gebu-faq-question {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  padding: var(--spacing-md) 0;\n  cursor: pointer;\n  color: var(--color-text-on-dark);\n  list-style: none;\n  gap: var(--spacing-md);\n}\n\n.gebu-faq-question::-webkit-details-marker {\n  display: none;\n}\n\n.gebu-faq-question::marker {\n  content: \"\";\n}\n\n.gebu-faq-icon {\n  flex-shrink: 0;\n  width: 24px;\n  height: 24px;\n  position: relative;\n}\n\n.gebu-faq-icon::before,\n.gebu-faq-icon::after {\n  content: \"\";\n  position: absolute;\n  background-color: var(--color-text-on-dark);\n  transition: transform 0.3s ease;\n}\n\n.gebu-faq-icon::before {\n  width: 16px;\n  height: 2px;\n  top: 50%;\n  left: 50%;\n  transform: translate(-50%, -50%);\n}\n\n.gebu-faq-icon::after {\n  width: 2px;\n  height: 16px;\n  top: 50%;\n  left: 50%;\n  transform: translate(-50%, -50%);\n}\n\n.gebu-faq-item[open] .gebu-faq-icon::after {\n  transform: translate(-50%, -50%) rotate(90deg);\n}\n\n.gebu-faq-answer {\n  padding: 0 0 var(--spacing-md) 0;\n}\n\n.gebu-faq-answer p {\n  color: var(--color-text);\n}\n\n\/* ===== CTA SECTION ===== *\/\n\n.gebu-cta-section {\n  background-color: var(--color-bg-dark);\n  padding: 58px 0;\n}\n\n.gebu-cta-statement {\n  text-align: center;\n  padding: var(--spacing-2xl) var(--spacing-lg);\n  margin-bottom: var(--spacing-xl);\n}\n\n.gebu-cta-statement h2 {\n  color: var(--color-text-on-dark);\n  margin-bottom: var(--spacing-md);\n}\n\n.gebu-cta-statement p {\n  color: var(--color-text);\n  margin-bottom: var(--spacing-lg);\n  max-width: 640px;\n  margin-left: auto;\n  margin-right: auto;\n}\n\n.gebu-related-categories h3 {\n  color: var(--color-text-on-dark);\n  margin-bottom: var(--spacing-md);\n}\n\n.gebu-category-grid {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: var(--spacing-sm);\n}\n\n.gebu-category-card {\n  display: flex;\n  flex-direction: column;\n  gap: var(--spacing-sm);\n  padding: var(--spacing-lg);\n  border: 1px solid rgba(255, 255, 255, 0.08);\n  border-radius: var(--radius-sm);\n  text-decoration: none;\n  transition: border-color 0.2s ease;\n}\n\n.gebu-category-card:hover {\n  border-color: var(--color-accent);\n}\n\n.gebu-category-card-icon {\n  color: var(--color-accent);\n}\n\n.gebu-category-card-icon svg {\n  width: 48px;\n  height: 48px;\n}\n\n.gebu-category-card-title {\n  color: var(--color-text-on-dark);\n}\n\n\/* ===== RESPONSIVE: Tablet (768px) ===== *\/\n\n@media (min-width: 768px) {\n  .gebu-section-container {\n    padding: 0 var(--spacing-lg);\n  }\n\n  .gebu-two-column {\n    grid-template-columns: 1fr 1fr;\n    gap: var(--spacing-sm);\n  }\n\n  .gebu-two-column-reverse {\n    direction: ltr;\n  }\n\n  .gebu-two-column-reverse \u003e .gebu-col-image {\n    order: -1;\n  }\n\n  .gebu-three-column {\n    grid-template-columns: repeat(3, 1fr);\n    gap: var(--spacing-sm);\n  }\n\n  .gebu-four-column {\n    grid-template-columns: repeat(2, 1fr);\n    gap: var(--spacing-sm);\n  }\n\n  .gebu-anlaesse-grid {\n    grid-template-columns: repeat(2, 1fr);\n    gap: var(--spacing-sm);\n  }\n\n  .gebu-qualitaet-grid {\n    grid-template-columns: repeat(3, 1fr);\n  }\n\n  .gebu-versand-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n\n  .gebu-styling-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n\n  .gebu-category-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n\n  .gebu-hero-section {\n    padding: 58px 0;\n  }\n\n  .gebu-intro-section,\n  .gebu-geschenk-section {\n    padding: 58px 0;\n  }\n}\n\n\/* ===== RESPONSIVE: Desktop (1024px) ===== *\/\n\n@media (min-width: 1024px) {\n  .gebu-section-container {\n    padding: 0 var(--spacing-xl);\n  }\n\n  .gebu-two-column {\n    gap: var(--spacing-xl);\n  }\n\n  .gebu-four-column {\n    grid-template-columns: repeat(4, 1fr);\n  }\n\n  .gebu-anlaesse-grid {\n    grid-template-columns: repeat(3, 1fr);\n  }\n\n  .gebu-versand-grid {\n    grid-template-columns: repeat(4, 1fr);\n  }\n\n  .gebu-styling-grid {\n    grid-template-columns: repeat(4, 1fr);\n  }\n\n  .gebu-faq-list {\n    max-width: 800px;\n  }\n\n  .gebu-hero-section,\n  .gebu-intro-section,\n  .gebu-produktgrid-section,\n  .gebu-geschenk-section,\n  .gebu-anlaesse-section,\n  .gebu-qualitaet-section,\n  .gebu-versand-section,\n  .gebu-styling-section,\n  .gebu-faq-section,\n  .gebu-cta-section {\n    padding: 58px 0;\n  }\n}\n\u003c\/style\u003e\n\n\u003cstyle\u003e\n.gebu-intro-section h2,\n.gebu-geschenk-section h2,\n.gebu-anlaesse-header h2,\n.gebu-qualitaet-header h2,\n.gebu-versand-header h2,\n.gebu-styling-header h2,\n.gebu-faq-header h2,\n.gebu-cta-statement h2 {\n  line-height: 1.2;\n}\n\n.gebu-anlaesse-header h2,\n.gebu-qualitaet-header h2,\n.gebu-versand-header h2,\n.gebu-styling-header h2,\n.gebu-faq-header h2,\n.gebu-cta-statement h2 {\n  margin-bottom: 4px;\n}\n\n.gebu-section-label {\n  margin-bottom: 4px;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"gebu-intro-section\"\u003e\n  \u003cdiv class=\"gebu-section-container\"\u003e\n    \u003cdiv\u003e\n\n      \u003cdiv class=\"gebu-col gebu-col-text\"\u003e\n        \u003cspan class=\"gebu-section-label\"\u003eKuratiert, nicht endlos\u003c\/span\u003e\n        \u003ch2\u003eEin Geburtstagsshirt von SEELENSCHWARZ ist kein Geschenk, das in der Schublade landet\u003c\/h2\u003e\n        \u003cp\u003eEs ist ein Statement auf Baumwolle — trocken, pointiert, tiefschwarzer Humor inklusive. Ob du es selbst trägst oder verschenkst: Hier steht kein „Happy Birthday\"-Clipart, sondern ein Spruch, der sitzt.\u003c\/p\u003e\n        \u003cp\u003eUnsere Geburtstags-Motive sind kuratiert, nicht endlos. Jedes Design durchläuft unser Reaction-Rated-Gate — was nicht wirkt, kommt nicht rein. Was bleibt: Statement-Streetwear mit langlebigem Premium-Druck, die am Geburtstag die beste Reaktion bekommt. Und danach weitergetragen wird.\u003c\/p\u003e\n        \u003cp\u003eWenn du noch mehr Sprüche brauchst, die über den Geburtstag hinaus treffen: Unsere \u003ca href=\"https:\/\/seelenschwarz.com\/collections\/t-shirts-mit-spruechen\"\u003eT-Shirts mit Sprüchen\u003c\/a\u003e liefern Nachschub.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"gebu-geschenk-section\"\u003e\n  \u003cdiv class=\"gebu-section-container\"\u003e\n    \u003cdiv\u003e\n\n      \u003cdiv class=\"gebu-col gebu-col-text\"\u003e\n        \u003cspan class=\"gebu-section-label\"\u003ePersönlicher als jeder Gutschein\u003c\/span\u003e\n        \u003ch2\u003eDas Geschenk, das hängen bleibt\u003c\/h2\u003e\n        \u003cp\u003eGutscheine sagen: „Ich hatte keine Idee.\" Ein Geburtstagsshirt mit dem richtigen Spruch sagt: „Ich kenne dich.\" Und das merkt jeder im Raum.\u003c\/p\u003e\n        \u003cp\u003eOb 50 Geburtstag Shirt mit trockenem Kommentar zum Alter, ein „Level 30 unlocked\" für die Gaming-Fraktion oder ein absurder One-Liner für die beste Freundin — ein gutes Motiv wirkt persönlicher als alles, was in Geschenkpapier passt. Für runde Geburtstage. Für krumme Geburtstage. Für jeden Geburtstag, der mehr verdient als eine Kerze auf dem Supermarktkuchen.\u003c\/p\u003e\n        \u003cp\u003eUnd falls die Größe nicht stimmt? Kein Drama.\u003c\/p\u003e\n        \u003cul class=\"gebu-benefit-list\"\u003e\n          \u003cli\u003e30 Tage Rückgabe — Love it or Return it, kostenloser Rückversand in DE\/AT.\u003c\/li\u003e\n          \u003cli\u003eKostenloser Größenumtausch — einfach innerhalb von 30 Tagen melden.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"gebu-lieferhinweis\"\u003e\n          \u003csvg aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n          \u003cspan\u003eDein Shirt wird nach Bestellung frisch produziert. Typische Lieferzeit: ca. 5–6 Werktage. Bestell 1–2 Wochen vor dem Geburtstag.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.gebu-s5-featured-layout {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: var(--spacing-lg);\n  align-items: center;\n}\n\n@media (max-width: 1023px) {\n  .gebu-s5-featured-layout {\n    display: block;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"gebu-anlaesse-section\" id=\"anlaesse\"\u003e\n  \u003cdiv class=\"gebu-section-container\"\u003e\n\n    \u003cdiv class=\"gebu-anlaesse-header\"\u003e\n      \u003cspan class=\"gebu-section-label\"\u003eSchnell das richtige Statement finden\u003c\/span\u003e\n      \u003ch2\u003eGeburtstags-Motive nach Anlass\u003c\/h2\u003e\n      \u003cp\u003eKein endloses Scrollen. Hier findest du die Orientierung, welches Motiv zu welchem Geburtstag passt. Kuratiert, nicht algorithmisch.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gebu-anlaesse-grid\"\u003e\n\n      \u003ca href=\"https:\/\/seelenschwarz.com\/collections\/geburtstagsshirts\" class=\"gebu-anlass-card gebu-anlass-card-featured\"\u003e\n        \u003cdiv class=\"gebu-anlass-card-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M20 21v-7a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v7\"\u003e\u003c\/path\u003e\u003cpath d=\"M4 16s1-1 4-1 5 2 8 2 4-1 4-1\"\u003e\u003c\/path\u003e\u003cline x1=\"12\" y1=\"3\" x2=\"12\" y2=\"6\"\u003e\u003c\/line\u003e\u003cpath d=\"M9 6c0-1 1-2 3-2s3 1 3 2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"gebu-anlass-card-body\"\u003e\n          \u003ch3\u003eRunde Geburtstage (30, 40, 50 …)\u003c\/h3\u003e\n          \u003cp\u003eSprüche, die das Alter kommentieren — trocken, nicht weinerlich. Perfekt für alle, die beim Älterwerden lieber kontern als jammern.\u003c\/p\u003e\n          \u003cspan class=\"gebu-anlass-link\"\u003eMotive entdecken →\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/a\u003e\n\n      \u003ca href=\"https:\/\/seelenschwarz.com\/collections\/geburtstagsshirts\" class=\"gebu-anlass-card\"\u003e\n        \u003cdiv class=\"gebu-anlass-card-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"2\" y=\"7\" width=\"20\" height=\"14\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"gebu-anlass-card-body\"\u003e\n          \u003ch3\u003eFür Kolleg:innen \u0026amp; Bürohumor\u003c\/h3\u003e\n          \u003cp\u003eMotive, die im Büro für die richtige Reaktion sorgen, ohne dass HR einschreiten muss. Trockener Witz, bürotauglich verpackt. Gerade so.\u003c\/p\u003e\n          \u003cspan class=\"gebu-anlass-link\"\u003eMotive ansehen →\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/a\u003e\n\n      \u003ca href=\"https:\/\/seelenschwarz.com\/collections\/geburtstagsshirts\" class=\"gebu-anlass-card\"\u003e\n        \u003cdiv class=\"gebu-anlass-card-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\u003e\u003c\/path\u003e\u003ccircle cx=\"9\" cy=\"7\" r=\"4\"\u003e\u003c\/circle\u003e\u003cpath d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\u003e\u003c\/path\u003e\u003cpath d=\"M16 3.13a4 4 0 0 1 0 7.75\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"gebu-anlass-card-body\"\u003e\n          \u003ch3\u003eFür beste Freund:innen\u003c\/h3\u003e\n          \u003cp\u003eHier darf's persönlicher werden. Insider-fähige Sprüche, die nur eure Crew versteht — oder eben alle, die schwarzen Humor mögen.\u003c\/p\u003e\n          \u003cspan class=\"gebu-anlass-link\"\u003eBFF-Motive entdecken →\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/a\u003e\n\n      \u003ca href=\"https:\/\/seelenschwarz.com\/collections\/geburtstagsshirts\" class=\"gebu-anlass-card\"\u003e\n        \u003cdiv class=\"gebu-anlass-card-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"9 22 9 12 15 12 15 22\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"gebu-anlass-card-body\"\u003e\n          \u003ch3\u003eFür Familienfeiern\u003c\/h3\u003e\n          \u003cp\u003eStatements, die am Kaffeetisch wirken. Oma hebt eine Augenbraue, der Rest lacht. Genau die richtige Dosis.\u003c\/p\u003e\n          \u003cspan class=\"gebu-anlass-link\"\u003eFamilien-Motive stöbern →\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/a\u003e\n\n      \u003ca href=\"https:\/\/seelenschwarz.com\/collections\/geburtstagsshirts\" class=\"gebu-anlass-card\"\u003e\n        \u003cdiv class=\"gebu-anlass-card-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2\"\u003e\u003c\/path\u003e\u003ccircle cx=\"12\" cy=\"7\" r=\"4\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"17 11 19 13 23 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"gebu-anlass-card-body\"\u003e\n          \u003ch3\u003eFür dich selbst (Birthday-Mode)\u003c\/h3\u003e\n          \u003cp\u003eDein Geburtstag, dein Shirt, dein Statement. Wer braucht ein „Birthday Girl\"-Krönchen, wenn der Spruch auf der Brust alles sagt?\u003c\/p\u003e\n          \u003cspan class=\"gebu-anlass-link\"\u003eDein Shirt finden →\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n\n    \u003cp class=\"gebu-anlaesse-hinweis\"\u003eÜbrigens: Alle Geburtstagsshirts haben Unisex-Schnitt. Das macht die Geschenk-Entscheidung einfacher — und Layering sowieso.\u003c\/p\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"gebu-qualitaet-section\"\u003e\n  \u003cdiv class=\"gebu-section-container\"\u003e\n\n    \u003cdiv class=\"gebu-qualitaet-header\"\u003e\n      \u003cspan class=\"gebu-section-label\"\u003eGemacht für den Moment — und für danach\u003c\/span\u003e\n      \u003ch2\u003eQualität \u0026amp; Druck\u003c\/h2\u003e\n      \u003cp\u003eEin Geburtstagsshirt, das nach der Party in den Lappen-Status wechselt? Nicht bei uns.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gebu-qualitaet-grid\"\u003e\n\n      \u003cdiv class=\"gebu-qualitaet-card\"\u003e\n        \u003cdiv class=\"gebu-qualitaet-icon\"\u003e\n          \u003csvg aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"40\" height=\"40\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M20.38 3.46L16 2 12 3.46 8 2 3.62 3.46a2 2 0 0 0-1.34 1.89v13.3a2 2 0 0 0 1.34 1.89L8 22l4-1.46L16 22l4.38-1.46a2 2 0 0 0 1.34-1.89V5.35a2 2 0 0 0-1.34-1.89z\"\u003e\u003c\/path\u003e\u003cline x1=\"12\" y1=\"22\" x2=\"12\" y2=\"3.46\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003eMaterial\u003c\/h3\u003e\n        \u003cp\u003e100 % Baumwolle, stabile Qualität, gerade Unisex-Passform. Kein dünner Stoff, der nach drei Wäschen durchsichtig wird. Formbeständig, solide, funktioniert solo oder als Layer unter Jacke oder Overshirt.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gebu-qualitaet-card\"\u003e\n        \u003cdiv class=\"gebu-qualitaet-icon\"\u003e\n          \u003csvg aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"40\" height=\"40\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"6 9 6 2 18 2 18 9\"\u003e\u003c\/polyline\u003e\u003cpath d=\"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2\"\u003e\u003c\/path\u003e\u003crect x=\"6\" y=\"14\" width=\"12\" height=\"8\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003eDruck\u003c\/h3\u003e\n        \u003cp\u003ePremium-DTG — Direktdruck ohne steifen Folien-Look. Das Motiv sitzt im Stoff, nicht obendrauf. Ergebnis: klares Druckbild, angenehmes Tragegefühl, langlebig auch nach vielen Wäschen.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gebu-qualitaet-card\"\u003e\n        \u003cdiv class=\"gebu-qualitaet-icon\"\u003e\n          \u003csvg aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"40\" height=\"40\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003eKuratiert, nicht zufällig\u003c\/h3\u003e\n        \u003cp\u003eJedes Motiv durchläuft unser Reaction-Rated-Gate. Nur Designs mit einem Reaction-Score über 70 % schaffen es in den Shop. Kein Füllsortiment, keine „wird schon irgendwem gefallen\"-Motive.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gebu-pflege-hinweis\"\u003e\n      \u003cdiv class=\"gebu-pflege-hinweis-inner\"\u003e\n        \u003cdiv class=\"gebu-pflege-icon\"\u003e\n          \u003csvg aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cline x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"gebu-pflege-content\"\u003e\n          \u003ch4\u003ePflege in einem Satz\u003c\/h4\u003e\n          \u003cp\u003eAuf links waschen, max. 30 °C, kein Trockner — dann bleibt der Spruch so scharf wie am ersten Tag.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n@media (min-width: 768px) {\n  .gebu-s7-versand-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n}\n\n@media (min-width: 1024px) {\n  .gebu-s7-versand-grid {\n    grid-template-columns: repeat(4, 1fr);\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"gebu-versand-section\"\u003e\n  \u003cdiv class=\"gebu-section-container\"\u003e\n\n    \u003cdiv class=\"gebu-versand-header\"\u003e\n      \u003ch2\u003eVersand \u0026amp; Rückgabe — damit das Geschenk rechtzeitig ankommt\u003c\/h2\u003e\n      \u003cp\u003eJedes Geburtstagsshirt wird erst nach deiner Bestellung produziert. Kein Lager, kein Massenauswurf — dafür frisch gedruckt und für dich gefertigt.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gebu-versand-grid gebu-s7-versand-grid\"\u003e\n\n      \u003cdiv class=\"gebu-versand-card\"\u003e\n        \u003cdiv class=\"gebu-versand-icon\"\u003e\n          \u003csvg aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003eLieferzeit\u003c\/h3\u003e\n        \u003cspan class=\"gebu-versand-highlight\"\u003e5–6 Werktage\u003c\/span\u003e\n        \u003cp\u003eProduktion + Versand. Bestell idealerweise 1–2 Wochen vor dem Geburtstag, dann ist das Timing sicher.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gebu-versand-card\"\u003e\n        \u003cdiv class=\"gebu-versand-icon\"\u003e\n          \u003csvg aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003eVersand\u003c\/h3\u003e\n        \u003cspan class=\"gebu-versand-highlight\"\u003eKostenlos ab 60 €\u003c\/span\u003e\n        \u003cp\u003eNach Deutschland und Österreich. Mit Tracking. Darunter: 4,90 € pro Bestellung.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gebu-versand-card\"\u003e\n        \u003cdiv class=\"gebu-versand-icon\"\u003e\n          \u003csvg aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"1 4 1 10 7 10\"\u003e\u003c\/polyline\u003e\u003cpath d=\"M3.51 15a9 9 0 1 0 2.13-9.36L1 10\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003e30 Tage Rückgabe\u003c\/h3\u003e\n        \u003cspan class=\"gebu-versand-highlight\"\u003eLove it or Return it\u003c\/span\u003e\n        \u003cp\u003eKostenloser Rückversand in DE\/AT. Shirt muss ungetragen und ungewaschen sein. Anprobe ist okay.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gebu-versand-card\"\u003e\n        \u003cdiv class=\"gebu-versand-icon\"\u003e\n          \u003csvg aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\u003e\u003c\/path\u003e\u003ccircle cx=\"8.5\" cy=\"7\" r=\"4\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"17 11 19 13 23 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003eGrößenumtausch\u003c\/h3\u003e\n        \u003cspan class=\"gebu-versand-highlight\"\u003eKostenlos\u003c\/span\u003e\n        \u003cp\u003eFalsche Größe verschenkt? Passiert. Lösung: unkompliziert. Innerhalb von 30 Tagen melden.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cp class=\"gebu-versand-fazit\"\u003eKurz: Bestell rechtzeitig, und wenn doch was nicht passt — wir regeln das.\u003c\/p\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"gebu-styling-section\"\u003e\n  \u003cdiv class=\"gebu-section-container\"\u003e\n\n    \u003cdiv class=\"gebu-styling-header\"\u003e\n      \u003cspan class=\"gebu-section-label\"\u003e4 Looks. 1 Shirt. 0 Kompromisse.\u003c\/span\u003e\n      \u003ch2\u003eStyling-Ideen: so wirkt dein Geburtstagsshirt nicht nach Kostüm\u003c\/h2\u003e\n      \u003cp\u003eEin Geburtstagsshirt soll auffallen — aber nicht nach Verkleidung aussehen. Hier ein paar Kombinationen, die funktionieren:\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gebu-styling-grid\"\u003e\n\n      \u003carticle class=\"gebu-styling-card\"\u003e\n        \u003cdiv class=\"gebu-styling-card-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M20.38 3.46 16 2a4 4 0 0 1-8 0L3.62 3.46a2 2 0 0 0-1.34 2.23l.58 3.47a1 1 0 0 0 .99.84H6v10c0 1.1.9 2 2 2h8a2 2 0 0 0 2-2V10h2.15a1 1 0 0 0 .99-.84l.58-3.47a2 2 0 0 0-1.34-2.23z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"gebu-styling-card-body\"\u003e\n          \u003cspan class=\"gebu-styling-card-tag\"\u003eCasual\u003c\/span\u003e\n          \u003ch3\u003eDer Alltags-Move\u003c\/h3\u003e\n          \u003cp\u003eJeans, Sneaker, Geburtstagsshirt. Der Spruch macht den Rest. Fertig.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"gebu-styling-card\"\u003e\n        \u003cdiv class=\"gebu-styling-card-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolygon points=\"12 2 2 7 12 12 22 7 12 2\"\u003e\u003c\/polygon\u003e\u003cpolyline points=\"2 17 12 22 22 17\"\u003e\u003c\/polyline\u003e\u003cpolyline points=\"2 12 12 17 22 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"gebu-styling-card-body\"\u003e\n          \u003cspan class=\"gebu-styling-card-tag\"\u003eStreet\u003c\/span\u003e\n          \u003ch3\u003eDer Streetwear-Layer\u003c\/h3\u003e\n          \u003cp\u003eOffenes Overshirt oder Jacke drüber, Shirt als Punchline darunter. Wer liest, wird belohnt.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"gebu-styling-card\"\u003e\n        \u003cdiv class=\"gebu-styling-card-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"gebu-styling-card-body\"\u003e\n          \u003cspan class=\"gebu-styling-card-tag\"\u003eParty\u003c\/span\u003e\n          \u003ch3\u003eDer Party-Starter\u003c\/h3\u003e\n          \u003cp\u003eKomplett schwarzes Outfit, das Shirt als einziger Blickfang. Statement-Fokus, null Ablenkung.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"gebu-styling-card\"\u003e\n        \u003cdiv class=\"gebu-styling-card-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"2\" y=\"7\" width=\"20\" height=\"14\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"gebu-styling-card-body\"\u003e\n          \u003cspan class=\"gebu-styling-card-tag\"\u003eBüro \/ Afterwork\u003c\/span\u003e\n          \u003ch3\u003eDer Undercover-Move\u003c\/h3\u003e\n          \u003cp\u003eDezenter Look, trockener One-Liner. Der Moment, wenn jemand im Meeting den Spruch liest und kurz grinsen muss.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gebu-styling-footer\"\u003e\n      \u003cp\u003eLayering-Tipp: Der Unisex-Schnitt sitzt gerade genug, um unter Hemden, Overshirts oder Hoodies zu funktionieren — und locker genug, um solo zu tragen.\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eRegel Nummer eins: Nicht das ganze Outfit zum Statement machen. Das Shirt reicht.\u003c\/strong\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.gebu-s9-faq-item {\n  border-bottom: 1px solid rgba(255, 255, 255, 0.1);\n}\n\n.gebu-s9-faq-item:first-child {\n  border-top: 1px solid rgba(255, 255, 255, 0.1);\n}\n\n.gebu-s9-faq-question {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  padding: var(--spacing-md) 0;\n  cursor: pointer;\n  color: var(--color-text-on-dark);\n  list-style: none;\n  gap: var(--spacing-md);\n}\n\n.gebu-s9-faq-question::-webkit-details-marker {\n  display: none;\n}\n\n.gebu-s9-faq-question::marker {\n  content: \"\";\n}\n\n.gebu-s9-faq-icon {\n  flex-shrink: 0;\n  width: 24px;\n  height: 24px;\n  position: relative;\n}\n\n.gebu-s9-faq-icon::before,\n.gebu-s9-faq-icon::after {\n  content: \"\";\n  position: absolute;\n  background-color: var(--color-text-on-dark);\n  transition: transform 0.3s ease;\n}\n\n.gebu-s9-faq-icon::before {\n  width: 16px;\n  height: 2px;\n  top: 50%;\n  left: 50%;\n  transform: translate(-50%, -50%);\n}\n\n.gebu-s9-faq-icon::after {\n  width: 2px;\n  height: 16px;\n  top: 50%;\n  left: 50%;\n  transform: translate(-50%, -50%);\n}\n\n.gebu-s9-faq-item[open] .gebu-s9-faq-icon::after {\n  transform: translate(-50%, -50%) rotate(90deg);\n}\n\n.gebu-s9-faq-answer {\n  padding: 0 0 var(--spacing-md) 0;\n}\n\n.gebu-s9-faq-answer p {\n  color: var(--color-text);\n}\n\n@media (min-width: 1024px) {\n  .gebu-faq-list {\n    max-width: 800px;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"gebu-faq-section\"\u003e\n  \u003cdiv class=\"gebu-section-container\"\u003e\n\n    \u003cdiv class=\"gebu-faq-header\"\u003e\n      \u003ch2\u003eHäufige Fragen zu Geburtstagsshirts\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gebu-faq-list\"\u003e\n\n      \u003cdetails class=\"gebu-s9-faq-item\"\u003e\n        \u003csummary class=\"gebu-s9-faq-question\"\u003e\n          \u003cspan\u003eKommt mein Geburtstagsshirt rechtzeitig zum Geburtstag?\u003c\/span\u003e\n          \u003cspan class=\"gebu-s9-faq-icon\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n        \u003c\/summary\u003e\n        \u003cdiv class=\"gebu-s9-faq-answer\"\u003e\n          \u003cp\u003eJedes Shirt wird nach Bestellung frisch produziert — die typische Lieferzeit liegt bei 5–6 Werktagen (inkl. Produktion und Versand nach DE\/AT). Unsere Empfehlung: Bestell 1–2 Wochen vor dem Geburtstag, dann bist du auf der sicheren Seite. Du bekommst eine Tracking-Nummer, sobald dein Paket unterwegs ist.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"gebu-s9-faq-item\"\u003e\n        \u003csummary class=\"gebu-s9-faq-question\"\u003e\n          \u003cspan\u003eWelche Größe soll ich als Geschenk wählen?\u003c\/span\u003e\n          \u003cspan class=\"gebu-s9-faq-icon\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n        \u003c\/summary\u003e\n        \u003cdiv class=\"gebu-s9-faq-answer\"\u003e\n          \u003cp\u003eUnsere Geburtstagsshirts haben einen geraden Unisex-Schnitt, der weder zu eng noch zu weit sitzt. Im Zweifel hilft dir unser Fit Quiz bei jedem Produkt: ein paar gezielte Fragen, am Ende eine konkrete Größenempfehlung. Und falls es trotzdem nicht passt: Der Größenumtausch ist kostenlos — innerhalb von 30 Tagen, solange das Shirt nur anprobiert und nicht getragen oder gewaschen wurde.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"gebu-s9-faq-item\"\u003e\n        \u003csummary class=\"gebu-s9-faq-question\"\u003e\n          \u003cspan\u003eKann ich das Shirt zurückgeben, wenn es nicht passt oder nicht gefällt?\u003c\/span\u003e\n          \u003cspan class=\"gebu-s9-faq-icon\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n        \u003c\/summary\u003e\n        \u003cdiv class=\"gebu-s9-faq-answer\"\u003e\n          \u003cp\u003eJa. Du hast 30 Tage Zeit für die Rückgabe — Love it or Return it. Der Rückversand ist in Deutschland und Österreich kostenlos. Einzige Bedingung: Das Shirt muss ungetragen und ungewaschen sein (Anprobe ist kein Problem).\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"gebu-s9-faq-item\"\u003e\n        \u003csummary class=\"gebu-s9-faq-question\"\u003e\n          \u003cspan\u003eWie ist die Druckqualität — hält das Motiv?\u003c\/span\u003e\n          \u003cspan class=\"gebu-s9-faq-icon\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n        \u003c\/summary\u003e\n        \u003cdiv class=\"gebu-s9-faq-answer\"\u003e\n          \u003cp\u003eWir drucken im Premium-DTG-Verfahren (Direktdruck). Kein steifer Folien-Look, sondern ein Druckbild, das im Stoff sitzt und sich angenehm trägt. Damit es so bleibt: auf links waschen, max. 30 °C, keinen Trockner verwenden.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"gebu-s9-faq-item\"\u003e\n        \u003csummary class=\"gebu-s9-faq-question\"\u003e\n          \u003cspan\u003eGibt es Geburtstagsshirts für runde Geburtstage wie 50?\u003c\/span\u003e\n          \u003cspan class=\"gebu-s9-faq-icon\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n        \u003c\/summary\u003e\n        \u003cdiv class=\"gebu-s9-faq-answer\"\u003e\n          \u003cp\u003eJa. Ob 50 Geburtstag Shirt, 30er oder 40er — wir haben kuratierte Motive für runde Geburtstage. Alle Sprüche sind satirisch, trocken und bewusst überspitzt. Stöber durch das Sortiment und finde das Statement, das zum Geburtstagskind passt.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"gebu-cta-section\"\u003e\n  \u003cdiv class=\"gebu-section-container\"\u003e\n\n    \u003cdiv class=\"gebu-cta-statement\"\u003e\n      \u003ch2\u003eNicht für alle. Aber für die Richtigen.\u003c\/h2\u003e\n      \u003cp\u003eGeburtstag abgehakt, aber der Humor bleibt? Unsere lustigen Geschenke liefern Statement-Streetwear für jeden Anlass — nicht nur, wenn Kerzen auf dem Kuchen stehen.\u003c\/p\u003e\n      \u003ca class=\"gebu-button gebu-button-primary\" href=\"https:\/\/seelenschwarz.com\/collections\/unisex-t-shirts\"\u003eGeburtstagsshirts entdecken\u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gebu-related-categories\"\u003e\n      \u003ch3\u003eMehr Inspiration: wenn's noch lustiger werden soll\u003c\/h3\u003e\n      \u003cdiv class=\"gebu-category-grid\"\u003e\n        \u003ca class=\"gebu-category-card\" href=\"https:\/\/seelenschwarz.com\/collections\/lustige-geschenke\"\u003e\n          \u003cspan class=\"gebu-category-card-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 12 20 22 4 22 4 12\"\u003e\u003c\/polyline\u003e\u003crect x=\"2\" y=\"7\" width=\"20\" height=\"5\"\u003e\u003c\/rect\u003e\u003cline x1=\"12\" y1=\"22\" x2=\"12\" y2=\"7\"\u003e\u003c\/line\u003e\u003cpath d=\"M12 7H7.5a2.5 2.5 0 0 1 0-5C11 2 12 7 12 7z\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 7h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003c\/span\u003e\n          \u003cspan class=\"gebu-category-card-title\"\u003eLustige Geschenke\u003c\/span\u003e\n        \u003c\/a\u003e\n        \u003ca class=\"gebu-category-card\" href=\"https:\/\/seelenschwarz.com\/collections\/t-shirts-mit-spruechen\"\u003e\n          \u003cspan class=\"gebu-category-card-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003c\/span\u003e\n          \u003cspan class=\"gebu-category-card-title\"\u003eT-Shirts mit Sprüchen\u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","products":[{"product_id":"soziale-kompetenz-unisex-t-shirt","title":"Soziale Kompetenz, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e \"Ich bin übrigens nicht sozial kompetent genug, um mit Leuten, die mich langweilen, über Dinge zu sprechen, die mich nicht interessieren.\"\u003cbr\u003e\u003cstrong\u003eStreetwear, die Reaktionen hervorruft – garantiert!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUnsere Models sind etwa 175 cm groß, wiegen 70 kg und tragen Größe M.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":56537119097207,"sku":"3916893_11546","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":56537119129975,"sku":"3916893_11547","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":56537119162743,"sku":"3916893_11548","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":56537119195511,"sku":"3916893_11549","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":56537119228279,"sku":"3916893_11550","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":56537119261047,"sku":"3916893_12644","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":56537169461623,"sku":"9447937_11576","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":56537169494391,"sku":"9447937_11577","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":56537169527159,"sku":"9447937_11578","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":56537169559927,"sku":"9447937_11579","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":56537169592695,"sku":"9447937_11580","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":56537169625463,"sku":"9447937_12650","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Soziale_Kompetenz_T-Shirt-schwarz_Store-Aktion.png?v=1777108669"},{"product_id":"wenn-man-sich-mag-unisex-t-shirt","title":"Wenn man sich mag, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e \"Man hat mir mal gesagt: Wenn man sich mag, dann duzt man sich. Ich finde, das sollten Sie wissen.\"\u003cbr\u003e\u003cstrong\u003eStreetwear, die Reaktionen hervorruft – garantiert!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUnsere Models sind etwa 175 cm groß, wiegen 70 kg und tragen Größe M.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":56537952682359,"sku":"2060036_11546","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":56537952715127,"sku":"2060036_11547","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":56537952747895,"sku":"2060036_11548","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":56537952780663,"sku":"2060036_11549","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":56537952813431,"sku":"2060036_11550","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":56537952846199,"sku":"2060036_12644","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":56537964839287,"sku":"3081082_11576","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":56537964872055,"sku":"3081082_11577","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":56537964904823,"sku":"3081082_11578","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":56537964937591,"sku":"3081082_11579","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":56537964970359,"sku":"3081082_11580","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":56537965003127,"sku":"3081082_12650","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Wenn_man_sich_mag_T-Shirt-schwarz_Store-Aktion.png?v=1777108605"},{"product_id":"mit-spaten-erschlagen-unisex-t-shirt","title":"Mit Spaten erschlagen, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e \"Mein Opa sagte: Wenn du was überfährst und es quält sich, erschlag es mit einem Spaten. Irgendwie tat mir der Radfahrer dann doch leid.\"\u003cbr\u003e\u003cstrong\u003eStreetwear, die Reaktionen hervorruft – garantiert!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUnsere Models sind etwa 175 cm groß, wiegen 70 kg und tragen Größe M.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":56537991512439,"sku":"8139607_11546","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":56537991545207,"sku":"8139607_11547","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":56537991577975,"sku":"8139607_11548","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":56537991610743,"sku":"8139607_11549","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":56537991643511,"sku":"8139607_11550","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":56537991676279,"sku":"8139607_12644","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":56538012320119,"sku":"1366980_11576","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":56538012352887,"sku":"1366980_11577","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":56538012385655,"sku":"1366980_11578","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":56538012418423,"sku":"1366980_11579","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":56538012451191,"sku":"1366980_11580","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":56538012483959,"sku":"1366980_12650","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Mit_Spaten_erschlagen_T-Shirt-schwarz_Store-Aktion.png?v=1777108539"},{"product_id":"zeugen-jehovas-unisex-t-shirt","title":"Zeugen Jehovas, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement: \u003c\/strong\u003e\"Auf Sizilien gibt es keine Zeugen Jehovas. Im Prinzip mögen die dort überhaupt keine Zeugen.\"\u003cbr\u003e\u003cstrong\u003eStreetwear, die Reaktionen hervorruft – garantiert!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUnsere Models sind etwa 175 cm groß, wiegen 70 kg und tragen Größe M.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":56538499842423,"sku":"4070480_11546","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":56538499875191,"sku":"4070480_11547","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":56538499907959,"sku":"4070480_11548","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":56538499940727,"sku":"4070480_11549","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":56538499973495,"sku":"4070480_11550","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":56538500006263,"sku":"4070480_12644","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":56538507444599,"sku":"8277458_11576","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":56538507477367,"sku":"8277458_11577","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":56538507510135,"sku":"8277458_11578","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":56538507542903,"sku":"8277458_11579","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":56538507575671,"sku":"8277458_11580","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":56538507608439,"sku":"8277458_12650","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Zeugen_Jehovas_T-Shirt-schwarz_Store-Aktion.png?v=1777108477"},{"product_id":"der-teufel-am-bett-unisex-t-shirt","title":"Der Teufel am Bett, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e \"Jede Nacht sitzt der Teufel an meinem Bett und bewundert sein Meisterwerk.\"\u003cbr\u003e\u003cstrong\u003eStreetwear, die Reaktionen hervorruft – garantiert!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUnsere Models sind etwa 175 cm groß, wiegen 70 kg und tragen Größe M.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":56578936406391,"sku":"2136447_11546","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":56578936439159,"sku":"2136447_11547","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":56578936471927,"sku":"2136447_11548","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":56578936504695,"sku":"2136447_11549","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":56578936537463,"sku":"2136447_11550","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":56578936570231,"sku":"2136447_12644","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":56578949775735,"sku":"2371343_11576","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":56578949808503,"sku":"2371343_11577","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":56578949841271,"sku":"2371343_11578","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":56578949874039,"sku":"2371343_11579","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":56578949906807,"sku":"2371343_11580","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":56578949939575,"sku":"2371343_12650","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Der_Teufel_am_Bett_T-Shirt-schwarz_Store-Aktion_9d6da869-9b3b-4114-a78b-c4bb3d8b4dac.png?v=1777108354"},{"product_id":"opa-mit-einem-bein-unisex-t-shirt","title":"Opa mit einem Bein, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e \"Mein Opa kam mit einem Bein aus dem Krieg. Wir wissen bis heute nicht, wem es gehört.\"\u003cbr\u003e\u003cstrong\u003eStreetwear, die Reaktionen hervorruft – garantiert!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUnsere Models sind etwa 175 cm groß, wiegen 70 kg und tragen Größe M.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":56589389332855,"sku":"5167845_11546","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":56589389365623,"sku":"5167845_11547","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":56589389398391,"sku":"5167845_11548","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":56589389431159,"sku":"5167845_11549","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":56589389463927,"sku":"5167845_11550","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":56589389496695,"sku":"5167845_12644","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":56589422920055,"sku":"7624817_11576","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":56589422952823,"sku":"7624817_11577","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":56589422985591,"sku":"7624817_11578","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":56589423018359,"sku":"7624817_11579","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":56589423051127,"sku":"7624817_11580","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":56589423083895,"sku":"7624817_12650","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Opa_mit_einem_Bein_T-Shirt-schwarz_Store-Aktion.png?v=1777108291"},{"product_id":"motivation-durch-angst-unisex-t-shirt","title":"Motivation durch Angst, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e \"Motivation durch ANGST\"\u003cbr\u003e\u003cstrong\u003eStreetwear, die Reaktionen hervorruft – garantiert!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUnsere Models sind etwa 175 cm groß, wiegen 70 kg und tragen Größe M.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":56685254181239,"sku":"5541512_11546","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":56685254214007,"sku":"5541512_11547","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":56685254246775,"sku":"5541512_11548","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":56685254279543,"sku":"5541512_11549","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":56685254312311,"sku":"5541512_11550","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":56685254345079,"sku":"5541512_12644","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":56685255590263,"sku":"1819367_11576","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":56685255623031,"sku":"1819367_11577","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":56685255655799,"sku":"1819367_11578","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":56685255688567,"sku":"1819367_11579","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":56685255721335,"sku":"1819367_11580","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":56685255754103,"sku":"1819367_12650","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Motivation_durch_Angst_T-Shirt-schwarz_Store-Aktion.png?v=1777107958"},{"product_id":"opas-letzte-worte-unisex-t-shirt","title":"Opas letzte Worte, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e \"Opas letzte Worte - Halt die Leiter!\"\u003cbr\u003e\u003cstrong\u003eStreetwear, die Reaktionen hervorruft – garantiert!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUnsere Models sind etwa 175 cm groß, wiegen 70 kg und tragen Größe M.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":56704764772727,"sku":"9387578_11546","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":56704764805495,"sku":"9387578_11547","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":56704764838263,"sku":"9387578_11548","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":56704764871031,"sku":"9387578_11549","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":56704764903799,"sku":"9387578_11550","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":56704764936567,"sku":"9387578_12644","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":56704765329783,"sku":"7121492_11576","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":56704765362551,"sku":"7121492_11577","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":56704765395319,"sku":"7121492_11578","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":56704765428087,"sku":"7121492_11579","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":56704765460855,"sku":"7121492_11580","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":56704765493623,"sku":"7121492_12650","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Opas_letzte_Worte_T-Shirt-schwarz_Store-Aktion.png?v=1777107703"},{"product_id":"meine-liebste-yoga-ubung-unisex-t-shirt","title":"Meine liebste Yoga-Übung, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e \"Meine liebste Yoga-Übung. Der aufgehende Mittelfinger im Morgenrot.\"\u003cbr\u003e\u003cstrong\u003eStreetwear, die Reaktionen hervorruft – garantiert!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUnsere Models sind etwa 175 cm groß, wiegen 70 kg und tragen Größe M.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":56708701028727,"sku":"2613784_11546","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":56708701061495,"sku":"2613784_11547","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":56708701094263,"sku":"2613784_11548","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":56708701127031,"sku":"2613784_11549","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":56708701159799,"sku":"2613784_11550","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":56708701192567,"sku":"2613784_12644","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":56708714103159,"sku":"3358716_11576","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":56708714135927,"sku":"3358716_11577","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":56708714168695,"sku":"3358716_11578","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":56708714201463,"sku":"3358716_11579","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":56708714234231,"sku":"3358716_11580","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":56708714266999,"sku":"3358716_12650","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Meine_liebste_Yoga-Uebung_T-Shirt-schwarz_Store-Aktion.png?v=1777107616"},{"product_id":"ich-liebe-menschen-unisex-t-shirt","title":"Ich liebe Menschen, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e \"Ich liebe Menschen wie meinen Tee. In einem Beutel. Unter Wasser.\"\u003cbr\u003e\u003cstrong\u003eStreetwear, die Reaktionen hervorruft – garantiert!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUnsere Models sind etwa 175 cm groß, wiegen 70 kg und tragen Größe M.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":56740443980151,"sku":"3015170_11546","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":56740444012919,"sku":"3015170_11547","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":56740444045687,"sku":"3015170_11548","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":56740444078455,"sku":"3015170_11549","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":56740444111223,"sku":"3015170_11550","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":56740444143991,"sku":"3015170_12644","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":56740483727735,"sku":"7743928_11576","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":56740483760503,"sku":"7743928_11577","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":56740483793271,"sku":"7743928_11578","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":56740483826039,"sku":"7743928_11579","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":56740483858807,"sku":"7743928_11580","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":56740483891575,"sku":"7743928_12650","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Ich_liebe_Menschen_T-Shirt-schwarz_Store-Aktion.png?v=1777107275"},{"product_id":"arsch-kriechen-unisex-t-shirt","title":"Arsch kriechen, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e \"Hätte Gott gewollt, dass ich Menschen in den Arsch krieche, wäre ich ein Zäpfchen geworden.\"\u003cbr\u003e\u003cstrong\u003eStreetwear, die Reaktionen hervorruft – garantiert!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUnsere Models sind etwa 175 cm groß, wiegen 70 kg und tragen Größe M.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":56757353087351,"sku":"8139831_11546","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":56757353120119,"sku":"8139831_11547","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":56757353152887,"sku":"8139831_11548","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":56757353185655,"sku":"8139831_11549","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":56757353218423,"sku":"8139831_11550","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":56757353251191,"sku":"8139831_12644","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":56757365113207,"sku":"8207641_11576","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":56757365145975,"sku":"8207641_11577","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":56757365178743,"sku":"8207641_11578","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":56757365211511,"sku":"8207641_11579","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":56757365244279,"sku":"8207641_11580","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":56757365277047,"sku":"8207641_12650","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Arsch_kriechen_T-Shirt-schwarz_Store-Aktion_4f58368e-544c-477d-ad78-9e1e3769a28a.png?v=1777107014"},{"product_id":"jeder-mensch-ist-wertvoll-unisex-t-shirt","title":"Jeder Mensch ist wertvoll, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e \"Jeder Mensch ist wertvoll. Aber manche hätten einfach geschluckt werden sollen.\"\u003cbr\u003e\u003cstrong\u003eStreetwear, die Reaktionen hervorruft – garantiert!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUnsere Models sind etwa 175 cm groß, wiegen 70 kg und tragen Größe M.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":56775313523063,"sku":"5655276_11546","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":56775313555831,"sku":"5655276_11547","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":56775313588599,"sku":"5655276_11548","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":56775313621367,"sku":"5655276_11549","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":56775313654135,"sku":"5655276_11550","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":56775313686903,"sku":"5655276_12644","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":56775343145335,"sku":"7432574_11576","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":56775343178103,"sku":"7432574_11577","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":56775343210871,"sku":"7432574_11578","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":56775343243639,"sku":"7432574_11579","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":56775343276407,"sku":"7432574_11580","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":56775343309175,"sku":"7432574_12650","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Jeder_Mensch_ist_wertvoll_T-Shirt-schwarz_Store-Aktion.png?v=1777106853"},{"product_id":"klassisches-unisex-t-shirt","title":"Du suchst Kontakt, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e \"Du suchst Kontakt? Greif in die Steckdose.\"\u003cbr\u003e\u003cstrong\u003eStreetwear, die Reaktionen hervorruft – garantiert!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUnsere Models sind etwa 175 cm groß, wiegen 70 kg und tragen Größe M.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":56806642778487,"sku":"1921244_11546","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":56806642811255,"sku":"1921244_11547","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":56806642844023,"sku":"1921244_11548","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":56806642876791,"sku":"1921244_11549","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":56806642909559,"sku":"1921244_11550","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":56806642942327,"sku":"1921244_12644","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":56809635774839,"sku":"8829177_11576","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":56809635807607,"sku":"8829177_11577","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":56809635840375,"sku":"8829177_11578","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":56809635873143,"sku":"8829177_11579","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":56809635905911,"sku":"8829177_11580","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":56809635938679,"sku":"8829177_12650","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Du_suchst_Kontakt_T-Shirt-schwarz_Store-Aktion.png?v=1777106704"},{"product_id":"ich-bewundere-menschen-unisex-t-shirt","title":"Ich bewundere Menschen, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e \"Ich bewundere Menschen, die fliessend Scheißdreck sprechen.\"\u003cbr\u003e\u003cstrong\u003eStreetwear, die Reaktionen hervorruft – garantiert!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUnsere Models sind etwa 175 cm groß, wiegen 70 kg und tragen Größe M.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":56813512884599,"sku":"4202076_11546","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":56813512917367,"sku":"4202076_11547","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":56813512950135,"sku":"4202076_11548","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":56813512982903,"sku":"4202076_11549","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":56813513015671,"sku":"4202076_11550","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":56813513048439,"sku":"4202076_12644","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":56813522059639,"sku":"8603412_11576","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":56813649363319,"sku":"7288662_11577","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":56813649396087,"sku":"7288662_11578","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":56813649428855,"sku":"7288662_11579","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":56813649461623,"sku":"7288662_11580","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":56813649494391,"sku":"7288662_12650","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Ich_bewundere_Menschen_T-Shirt-schwarz_Store-Aktion.png?v=1777106570"},{"product_id":"gesetze-respektieren-unisex-t-shirt","title":"Gesetze respektieren, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e \"Wer Gesetze nicht respektiert, muss das Land verlassen, in dem sie gelten.\"\u003cbr\u003e\u003cstrong\u003eStreetwear, die Reaktionen hervorruft – garantiert!\u003c\/strong\u003e\u003cmeta charset=\"utf-8\"\u003e\u003c\/p\u003e\n\u003cp\u003eUnsere Models sind etwa 175 cm groß, wiegen 70 kg und tragen Größe M.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57003512332663,"sku":"8838377_11546","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57003512365431,"sku":"8838377_11547","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57003512398199,"sku":"8838377_11548","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57003512430967,"sku":"8838377_11549","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57003512463735,"sku":"8838377_11550","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57003512496503,"sku":"8838377_12644","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57003515183479,"sku":"6101010_11576","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57003515216247,"sku":"6101010_11577","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57003515249015,"sku":"6101010_11578","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57003515281783,"sku":"6101010_11579","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57003515314551,"sku":"6101010_11580","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57003515347319,"sku":"6101010_12650","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Gesetze_respektieren_T-Shirt-schwarz_Store-Aktion.png?v=1777106003"},{"product_id":"chill-bro-unisex-t-shirt","title":"Chill Bro, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e\"Chill Bro\"\u003cbr\u003e\u003cstrong\u003eStreetwear, die Reaktionen hervorruft – garantiert!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUnsere Models sind etwa 175 cm groß, wiegen 70 kg und tragen Größe M.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57027946185079,"sku":"1480643_11546","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57027946217847,"sku":"1480643_11547","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57027946250615,"sku":"1480643_11548","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57027946283383,"sku":"1480643_11549","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57027946316151,"sku":"1480643_11550","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57027946348919,"sku":"1480643_12644","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57028005495159,"sku":"8073756_11576","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57028005527927,"sku":"8073756_11577","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57028005560695,"sku":"8073756_11578","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57028005593463,"sku":"8073756_11579","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57028005626231,"sku":"8073756_11580","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57028005658999,"sku":"8073756_12650","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Chill_Bro_T-Shirt-schwarz_Store-Aktion.png?v=1777105869"},{"product_id":"wunderbarer-tag-unisex-t-shirt","title":"Wunderbarer Tag, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e\"Heute ist ein wunderbarer Tag, um mich in Ruhe zu lassen.\"\u003cbr\u003e\u003cstrong\u003eStreetwear, die Reaktionen hervorruft – garantiert!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUnsere Models sind etwa 175 cm groß, wiegen 70 kg und tragen Größe M.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57031729840503,"sku":"3860887_11546","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57031729873271,"sku":"3860887_11547","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57031729906039,"sku":"3860887_11548","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57031729938807,"sku":"3860887_11549","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57031729971575,"sku":"3860887_11550","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57031730004343,"sku":"3860887_12644","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57031773946231,"sku":"9275870_11576","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57031773978999,"sku":"9275870_11577","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57031774011767,"sku":"9275870_11578","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57031774044535,"sku":"9275870_11579","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57031774077303,"sku":"9275870_11580","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57031774110071,"sku":"9275870_12650","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Wunderbarer_Tag_T-Shirt-schwarz_Store-Aktion.png?v=1777105726"},{"product_id":"mein-beitrag-zum-gendern-unisex-t-shirt","title":"Mein Beitrag zum Gendern, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e\"Mein Beitrag zum Gendern – zwei Worte, ein Finger.\"\u003cbr\u003e\u003cstrong\u003eStreetwear, die Reaktionen hervorruft – garantiert!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUnsere Models sind etwa 175 cm groß, wiegen 70 kg und tragen Größe M.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57057500660087,"sku":"2805847_11546","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57057500692855,"sku":"2805847_11547","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57057500725623,"sku":"2805847_11548","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57057500758391,"sku":"2805847_11549","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57057500791159,"sku":"2805847_11550","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57057500823927,"sku":"2805847_12644","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57057460224375,"sku":"3593592_11576","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57057460257143,"sku":"3593592_11577","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57057460289911,"sku":"3593592_11578","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57057460322679,"sku":"3593592_11579","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57057460355447,"sku":"3593592_11580","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57057460388215,"sku":"3593592_12650","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Mein_Beitrag_zum_Gendern_T-Shirt-schwarz_Store-Aktion.png?v=1777495158"},{"product_id":"ich-beleidige-keine-menschen-unisex-t-shirt","title":"Ich beleidige keine Menschen, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e\"Ich beleidige keine Menschen. Bei manchen war die Natur schneller.\"\u003cbr\u003e\u003cstrong\u003eStreetwear, die Reaktionen hervorruft – garantiert!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUnsere Models sind etwa 175 cm groß, wiegen 70 kg und tragen Größe M.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57079716315511,"sku":"2719121_11546","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57079716348279,"sku":"2719121_11547","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57079716381047,"sku":"2719121_11548","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57079716413815,"sku":"2719121_11549","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57079716446583,"sku":"2719121_11550","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57079716479351,"sku":"2719121_12644","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57079729619319,"sku":"3889235_11576","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57079729652087,"sku":"3889235_11577","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57079729684855,"sku":"3889235_11578","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57079729717623,"sku":"3889235_11579","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57079729750391,"sku":"3889235_11580","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57079729783159,"sku":"3889235_12650","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Ich_beleidige_keine_Menschen_T-Shirt-schwarz_Store-Aktion.png?v=1778398178"},{"product_id":"ich-bin-kein-therapeut-unisex-t-shirt","title":"Ich bin kein Therapeut, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e\"Ich bin kein Therapeut für Menschen, die einen Exorzisten brauchen.\"\u003cbr\u003e\u003cstrong\u003eStreetwear, die Reaktionen hervorruft – garantiert!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUnsere Models sind etwa 175 cm groß, wiegen 70 kg und tragen Größe M.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57091080552823,"sku":"1242009_11546","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57091080585591,"sku":"1242009_11547","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57091080618359,"sku":"1242009_11548","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57091080651127,"sku":"1242009_11549","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57091080683895,"sku":"1242009_11550","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57091080716663,"sku":"1242009_12644","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57091133145463,"sku":"5819747_11576","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57091133178231,"sku":"5819747_11577","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57091133210999,"sku":"5819747_11578","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57091133243767,"sku":"5819747_11579","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57091133276535,"sku":"5819747_11580","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57091133309303,"sku":"5819747_12650","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Ich_bin_kein_Therapeut_T-Shirt-schwarz_Store-Aktion.png?v=1778761253"},{"product_id":"druber-reden-unisex-t-shirt","title":"Drüber reden, Unisex T-Shirt","description":"\u003cp\u003eArgumente sind überschätzt.\u003cstrong\u003e\u003cbr\u003eStatement:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e\"Ich will nicht drüber reden. Drüberfahren!\"\u003cbr\u003e\u003cstrong\u003eStreetwear, die Reaktionen hervorruft – garantiert!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUnsere Models sind etwa 175 cm groß, wiegen 70 kg und tragen Größe M.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57096862138743,"sku":"9966519_11546","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57096862171511,"sku":"9966519_11547","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57096862204279,"sku":"9966519_11548","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57096862237047,"sku":"9966519_11549","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57096862269815,"sku":"9966519_11550","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57096862302583,"sku":"9966519_12644","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57096865579383,"sku":"1458959_11576","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57096865612151,"sku":"1458959_11577","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57096865644919,"sku":"1458959_11578","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57096865677687,"sku":"1458959_11579","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57096865710455,"sku":"1458959_11580","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57096865743223,"sku":"1458959_12650","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Drueber_reden_T-Shirt-schwarz_Store-Aktion.png?v=1778872476"},{"product_id":"keine-konkurrenz-unisex-t-shirt","title":"Keine Konkurrenz, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e\"Ich lüge, betrüge und stehle nicht. Die Obrigkeit duldet keine Konkurrenz.\"\u003cbr\u003e\u003cstrong\u003eStreetwear, die Reaktionen hervorruft – garantiert!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUnsere Models sind etwa 175 cm groß, wiegen 70 kg und tragen Größe M.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57115496513911,"sku":"1451810_11546","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57115496546679,"sku":"1451810_11547","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57115496579447,"sku":"1451810_11548","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57115496612215,"sku":"1451810_11549","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57115496644983,"sku":"1451810_11550","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57115496677751,"sku":"1451810_12644","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57115784774007,"sku":"8471153_11576","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57115784806775,"sku":"8471153_11577","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57115784839543,"sku":"8471153_11578","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57115784872311,"sku":"8471153_11579","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57115784905079,"sku":"8471153_11580","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57115784937847,"sku":"8471153_12650","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Keine_Konkurrenz_T-Shirt-schwarz_Store-Aktion.png?v=1779468452"},{"product_id":"ich-bleib-so-wie-ich-bin-unisex-t-shirt","title":"Ich bleib so wie ich bin, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e\"Ich bleib so, wie ich bin, schon allein weil es andere stört!\"\u003cbr\u003e\u003cstrong\u003eStreetwear, die Reaktionen hervorruft – garantiert!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUnsere Models sind etwa 175 cm groß, wiegen 70 kg und tragen Größe M.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57129150939511,"sku":"9571301_11546","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57129150972279,"sku":"9571301_11547","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57129151005047,"sku":"9571301_11548","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57129151037815,"sku":"9571301_11549","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57129151070583,"sku":"9571301_11550","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57129151103351,"sku":"9571301_12644","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57129160933751,"sku":"9711605_11576","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57129160966519,"sku":"9711605_11577","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57129160999287,"sku":"9711605_11578","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57129161032055,"sku":"9711605_11579","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57129161064823,"sku":"9711605_11580","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57129161097591,"sku":"9711605_12650","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Ich_bleib_so_wie_ich_bin_T-Shirt-schwarz_Store-Aktion.png?v=1779981250"}],"url":"https:\/\/seelenschwarz.com\/collections\/geburtstagsshirts.oembed","provider":"SEELENSCHWARZ","version":"1.0","type":"link"}