{"title":"Statement Shirts","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: #1e2025;\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  --color-text-heading: #FFFFFF;\n  --spacing-sm: 8px;\n  --spacing-md: 0;\n  --spacing-lg: 24px;\n  --spacing-xl: 48px;\n  --spacing-2xl: 22px;\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: none;\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  border-radius: var(--radius-sm);\n}\n\n.stat-section-container {\n  max-width: 140rem;\n  margin: 0 auto;\n  padding: 0 var(--spacing-md);\n}\n\n@media (min-width: 768px) {\n  .stat-section-container {\n    padding: 0 var(--spacing-lg);\n  }\n}\n\n@media (min-width: 1024px) {\n  .stat-section-container {\n    padding: 0 var(--spacing-xl);\n  }\n}\n\n.stat-section-label {\n  display: inline-block;\n  color: var(--color-accent);\n  margin-bottom: 4px;\n}\n\n.stat-section-title {\n  color: var(--color-text-heading);\n  line-height: 1.2;\n  margin-bottom: 4px;\n}\n\n.stat-section-subtitle {\n  color: var(--color-text);\n  max-width: 680px;\n  margin-bottom: var(--spacing-lg);\n}\n\n.stat-headline-highlight {\n  color: var(--color-accent);\n}\n\n.stat-two-column {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: var(--spacing-lg);\n  align-items: center;\n}\n\n@media (min-width: 768px) {\n  .stat-two-column {\n    grid-template-columns: 1fr 1fr;\n    gap: var(--spacing-sm);\n  }\n}\n\n.stat-three-columns {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: var(--spacing-sm);\n}\n\n@media (min-width: 768px) {\n  .stat-three-columns {\n    grid-template-columns: repeat(2, 1fr);\n    gap: var(--spacing-sm);\n  }\n}\n\n@media (min-width: 1024px) {\n  .stat-three-columns {\n    grid-template-columns: repeat(3, 1fr);\n    gap: var(--spacing-sm);\n  }\n}\n\n.stat-four-columns {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: var(--spacing-sm);\n}\n\n@media (min-width: 768px) {\n  .stat-four-columns {\n    grid-template-columns: repeat(2, 1fr);\n    gap: var(--spacing-sm);\n  }\n}\n\n@media (min-width: 1024px) {\n  .stat-four-columns {\n    grid-template-columns: repeat(4, 1fr);\n    gap: var(--spacing-sm);\n  }\n}\n\n.stat-reverse {\n  direction: ltr;\n}\n\n@media (min-width: 768px) {\n  .stat-reverse \u003e :first-child {\n    order: -1;\n  }\n}\n\n.stat-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  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;\n  text-decoration: none;\n  gap: var(--spacing-sm);\n}\n\n.stat-button-primary {\n  background-color: var(--color-accent);\n  color: var(--color-secondary);\n  border: 1px solid var(--color-secondary);\n}\n\n.stat-button-primary:hover {\n  background-color: var(--color-accent-hover);\n  color: var(--color-secondary);\n}\n\n.stat-button-secondary {\n  background-color: transparent;\n  color: var(--color-accent);\n  border: 1px solid var(--color-accent);\n}\n\n.stat-button-secondary:hover {\n  background-color: var(--color-accent);\n  color: var(--color-secondary);\n}\n\n.stat-button-outline {\n  background-color: transparent;\n  color: var(--color-accent);\n  border: 1px solid var(--color-accent);\n}\n\n.stat-button-outline:hover {\n  background-color: var(--color-accent);\n  color: var(--color-secondary);\n}\n\n.stat-button-ghost {\n  background-color: transparent;\n  color: var(--color-secondary);\n  border: 1px solid rgba(255, 255, 255, 0.25);\n}\n\n.stat-button-ghost:hover {\n  background-color: rgba(255, 255, 255, 0.08);\n  border-color: rgba(255, 255, 255, 0.5);\n}\n\n.stat-darkmode {\n  background-color: var(--color-bg-dark);\n  color: var(--color-text);\n}\n\n.stat-hero-section {\n  position: relative;\n  padding: 58px 0;\n  overflow: hidden;\n}\n\n.stat-hero-background {\n  position: absolute;\n  inset: 0;\n  z-index: 0;\n}\n\n.stat-hero-background-overlay {\n  position: absolute;\n  inset: 0;\n  background: linear-gradient(135deg, rgba(22, 24, 27, 0.95) 0%, rgba(22, 24, 27, 0.7) 100%);\n}\n\n.stat-hero-section .stat-section-container {\n  position: relative;\n  z-index: 1;\n}\n\n.stat-hero-badge {\n  display: inline-block;\n  color: var(--color-accent);\n  border: 1px solid var(--color-accent);\n  border-radius: var(--radius-lg);\n  padding: 4px 16px;\n  margin-bottom: var(--spacing-md);\n}\n\n.stat-hero-title {\n  color: var(--color-text-heading);\n  margin-bottom: var(--spacing-md);\n}\n\n.stat-hero-subtitle {\n  color: var(--color-text);\n  margin-bottom: var(--spacing-lg);\n  max-width: 560px;\n}\n\n.stat-hero-actions {\n  display: flex;\n  flex-wrap: wrap;\n  gap: var(--spacing-md);\n  margin-bottom: var(--spacing-lg);\n}\n\n.stat-hero-trust-line {\n  display: flex;\n  align-items: center;\n  gap: var(--spacing-sm);\n  color: var(--color-text-light);\n}\n\n.stat-trust-icon {\n  color: var(--color-accent);\n}\n\n.stat-hero-product-image {\n  position: relative;\n}\n\n.stat-product-tag {\n  position: absolute;\n  top: var(--spacing-md);\n  right: var(--spacing-md);\n  background-color: var(--color-accent);\n  color: var(--color-secondary);\n  padding: 4px 12px;\n  border-radius: var(--radius-md);\n}\n\n.stat-scroll-indicator {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  margin-top: var(--spacing-xl);\n  color: rgba(255, 255, 255, 0.4);\n  gap: 4px;\n}\n\n.stat-content-section {\n  background-color: var(--color-bg-dark);\n  color: var(--color-text);\n  padding: 58px 0;\n}\n\n.stat-col-text {\n  display: flex;\n  flex-direction: column;\n  gap: var(--spacing-md);\n}\n\n.stat-col-text h2 {\n  color: var(--color-text-heading);\n  line-height: 1.2;\n}\n\n.stat-col-text p {\n  color: var(--color-text);\n}\n\n.stat-lead-text {\n  color: var(--color-text-light);\n}\n\n.stat-pullquote {\n  border-left: 3px solid var(--color-accent);\n  padding-left: var(--spacing-md);\n  margin: var(--spacing-md) 0;\n  color: var(--color-text-on-dark);\n}\n\n.stat-editorial-image {\n  margin: 0;\n}\n\n.stat-image-caption {\n  color: var(--color-text-light);\n  margin-top: var(--spacing-sm);\n}\n\n.stat-collection-section {\n  padding: 58px 0;\n}\n\n.stat-collection-header {\n  text-align: center;\n  margin-bottom: var(--spacing-xl);\n}\n\n.stat-collection-header .stat-section-subtitle {\n  margin-left: auto;\n  margin-right: auto;\n}\n\n.stat-collection-card {\n  background-color: transparent;\n  border-radius: var(--radius-sm);\n  overflow: hidden;\n  transition: transform 0.2s ease;\n}\n\n.stat-collection-card:hover {\n  transform: translateY(-4px);\n}\n\n.stat-card-link {\n  display: block;\n  text-decoration: none;\n  color: inherit;\n}\n\n.stat-card-image {\n  position: relative;\n  overflow: hidden;\n}\n\n.stat-card-image img {\n  width: 100%;\n  display: block;\n  transition: transform 0.3s ease;\n}\n\n.stat-collection-card:hover .stat-card-image img {\n  transform: scale(1.03);\n}\n\n.stat-card-image-overlay {\n  position: absolute;\n  inset: 0;\n  background: linear-gradient(to top, rgba(22, 24, 27, 0.8) 0%, transparent 60%);\n}\n\n.stat-card-body {\n  padding: var(--spacing-md) 0;\n}\n\n.stat-card-badge {\n  display: inline-block;\n  color: var(--color-accent);\n  border: 1px solid var(--color-accent);\n  border-radius: var(--radius-lg);\n  padding: 2px 12px;\n  margin-bottom: var(--spacing-sm);\n}\n\n.stat-card-title {\n  color: var(--color-text-heading);\n  margin-bottom: var(--spacing-sm);\n}\n\n.stat-card-description {\n  color: var(--color-text);\n  margin-bottom: var(--spacing-sm);\n}\n\n.stat-card-cta {\n  color: var(--color-accent);\n  display: inline-flex;\n  align-items: center;\n  gap: 4px;\n  transition: gap 0.2s ease;\n}\n\n.stat-collection-card:hover .stat-card-cta {\n  gap: 8px;\n}\n\n.stat-arrow {\n  transition: transform 0.2s ease;\n}\n\n.stat-collection-card:hover .stat-arrow {\n  transform: translateX(2px);\n}\n\n.stat-features-section {\n  background-color: var(--color-bg-dark);\n  color: var(--color-text);\n  padding: 58px 0;\n}\n\n.stat-features-header {\n  text-align: center;\n  margin-bottom: var(--spacing-xl);\n}\n\n.stat-features-header .stat-section-subtitle {\n  margin-left: auto;\n  margin-right: auto;\n}\n\n.stat-feature-card {\n  padding: var(--spacing-lg);\n  border: 1px solid rgba(255, 255, 255, 0.08);\n  border-radius: var(--radius-sm);\n  transition: border-color 0.2s ease;\n}\n\n.stat-feature-card:hover {\n  border-color: var(--color-accent);\n}\n\n.stat-feature-icon {\n  color: var(--color-accent);\n  margin-bottom: var(--spacing-md);\n}\n\n.stat-feature-icon svg {\n  width: 48px;\n  height: 48px;\n}\n\n.stat-feature-title {\n  color: var(--color-text-heading);\n  margin-bottom: var(--spacing-sm);\n}\n\n.stat-feature-description {\n  color: var(--color-text);\n}\n\n.stat-details-section {\n  padding: 58px 0;\n}\n\n.stat-detail-list {\n  display: flex;\n  flex-direction: column;\n  gap: var(--spacing-lg);\n  margin-top: var(--spacing-md);\n}\n\n.stat-detail-item {\n  border-left: 2px solid var(--color-accent);\n  padding-left: var(--spacing-md);\n}\n\n.stat-detail-label {\n  color: var(--color-text-heading);\n  margin-bottom: 4px;\n}\n\n.stat-detail-item p {\n  color: var(--color-text);\n}\n\n.stat-detail-image img {\n  width: 100%;\n  border-radius: var(--radius-sm);\n}\n\n.stat-testimonial-section {\n  background-color: var(--color-bg-dark);\n  color: var(--color-text);\n  padding: 58px 0;\n}\n\n.stat-testimonial-header {\n  text-align: center;\n  margin-bottom: var(--spacing-lg);\n}\n\n.stat-testimonial-header .stat-section-subtitle {\n  margin-left: auto;\n  margin-right: auto;\n}\n\n.stat-trustpilot-summary {\n  text-align: center;\n  margin-bottom: var(--spacing-xl);\n}\n\n.stat-trustpilot-stars {\n  display: flex;\n  justify-content: center;\n  gap: 4px;\n  margin-bottom: var(--spacing-sm);\n}\n\n.stat-star {\n  color: rgba(255, 255, 255, 0.3);\n}\n\n.stat-star.stat-filled {\n  color: #00b67a;\n}\n\n.stat-trustpilot-rating {\n  color: var(--color-text-light);\n}\n\n.stat-testimonial-card {\n  background-color: rgba(255, 255, 255, 0.04);\n  border: 1px solid rgba(255, 255, 255, 0.08);\n  border-radius: var(--radius-sm);\n  padding: var(--spacing-lg);\n  display: flex;\n  flex-direction: column;\n  gap: var(--spacing-md);\n}\n\n.stat-card-stars {\n  color: #00b67a;\n}\n\n.stat-card-quote {\n  color: var(--color-text);\n  flex-grow: 1;\n}\n\n.stat-card-author {\n  display: flex;\n  flex-direction: column;\n  gap: 2px;\n}\n\n.stat-author-name {\n  color: var(--color-text-heading);\n}\n\n.stat-author-meta {\n  color: var(--color-text-light);\n}\n\n.stat-testimonial-cta {\n  text-align: center;\n  margin-top: var(--spacing-xl);\n}\n\n.stat-linkgrid-section {\n  padding: 58px 0;\n}\n\n.stat-linkgrid-header {\n  text-align: center;\n  margin-bottom: var(--spacing-xl);\n}\n\n.stat-linkgrid-title {\n  color: var(--color-text-heading);\n}\n\n.stat-linkgrid-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  color: inherit;\n  transition: border-color 0.2s ease, background-color 0.2s ease;\n}\n\n.stat-linkgrid-card:hover {\n  border-color: var(--color-accent);\n  background-color: rgba(255, 255, 255, 0.04);\n}\n\n.stat-card-icon {\n  color: var(--color-accent);\n}\n\n.stat-card-icon svg {\n  width: 32px;\n  height: 32px;\n}\n\n.stat-linkgrid-card .stat-card-title {\n  color: var(--color-text-heading);\n}\n\n.stat-linkgrid-card .stat-card-description {\n  color: var(--color-text);\n}\n\n.stat-linkgrid-card .stat-card-cta {\n  color: var(--color-accent);\n  display: inline-flex;\n  align-items: center;\n  gap: 4px;\n  margin-top: auto;\n  transition: gap 0.2s ease;\n}\n\n.stat-linkgrid-card:hover .stat-card-cta {\n  gap: 8px;\n}\n\n.stat-linkgrid-card:hover .stat-arrow {\n  transform: translateX(2px);\n}\n\n.stat-faq-section {\n  background-color: var(--color-bg-dark);\n  color: var(--color-text);\n  padding: 58px 0;\n}\n\n.stat-faq-header {\n  text-align: center;\n  margin-bottom: var(--spacing-xl);\n}\n\n.stat-faq-title {\n  color: var(--color-text-heading);\n}\n\n.stat-faq-accordion {\n  max-width: 800px;\n  margin: 0 auto;\n  display: flex;\n  flex-direction: column;\n  gap: 0;\n}\n\n.stat-faq-item {\n  border-bottom: 1px solid rgba(255, 255, 255, 0.1);\n}\n\n.stat-faq-question {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  padding: var(--spacing-lg) 0;\n  cursor: pointer;\n  color: var(--color-text-heading);\n  list-style: none;\n  gap: var(--spacing-md);\n}\n\n.stat-faq-question::-webkit-details-marker {\n  display: none;\n}\n\n.stat-faq-question-text {\n  flex: 1;\n}\n\n.stat-faq-icon {\n  color: var(--color-accent);\n  transition: transform 0.2s ease;\n  flex-shrink: 0;\n}\n\n.stat-faq-item[open] .stat-faq-icon {\n  transform: rotate(45deg);\n}\n\n.stat-faq-answer {\n  padding-bottom: var(--spacing-lg);\n  color: var(--color-text);\n}\n\n.stat-faq-answer p {\n  color: var(--color-text);\n}\n\n.stat-final-cta-section {\n  padding: 58px 0;\n  text-align: center;\n}\n\n.stat-final-cta-content {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  gap: var(--spacing-md);\n  max-width: 720px;\n  margin: 0 auto;\n}\n\n.stat-final-cta-title {\n  color: var(--color-text-heading);\n}\n\n.stat-final-cta-text {\n  color: var(--color-text);\n}\n\n.stat-final-cta-actions {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  gap: var(--spacing-md);\n  margin-top: var(--spacing-md);\n}\n\n@media (max-width: 767px) {\n  .stat-hero-section {\n    padding: 58px 0;\n  }\n\n  .stat-hero-actions {\n    flex-direction: column;\n  }\n\n  .stat-hero-actions .stat-button {\n    width: 100%;\n    text-align: center;\n  }\n\n  .stat-collection-header,\n  .stat-features-header,\n  .stat-testimonial-header,\n  .stat-linkgrid-header,\n  .stat-faq-header {\n    text-align: left;\n  }\n\n  .stat-collection-header .stat-section-subtitle,\n  .stat-features-header .stat-section-subtitle,\n  .stat-testimonial-header .stat-section-subtitle {\n    margin-left: 0;\n  }\n\n  .stat-final-cta-section {\n    text-align: left;\n  }\n\n  .stat-final-cta-content {\n    align-items: flex-start;\n  }\n\n  .stat-final-cta-actions {\n    flex-direction: column;\n    width: 100%;\n  }\n\n  .stat-final-cta-actions .stat-button {\n    width: 100%;\n    text-align: center;\n  }\n\n  .stat-content-section,\n  .stat-collection-section,\n  .stat-features-section,\n  .stat-details-section,\n  .stat-testimonial-section,\n  .stat-linkgrid-section,\n  .stat-faq-section,\n  .stat-final-cta-section {\n    padding: 58px 0;\n  }\n\n  .stat-three-columns,\n  .stat-four-columns {\n    gap: 4px;\n  }\n}\n\n@media (min-width: 768px) {\n  .stat-collection-grid {\n    gap: var(--spacing-sm);\n  }\n\n  .stat-testimonial-grid {\n    gap: var(--spacing-sm);\n  }\n}\n\n@media (min-width: 1024px) {\n  .stat-hero-section {\n    padding: 58px 0;\n  }\n\n  .stat-feature-card {\n    padding: var(--spacing-xl) var(--spacing-lg);\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"stat-content-section\"\u003e\n  \u003cdiv class=\"stat-section-container\"\u003e\n    \u003cdiv\u003e\n\n      \u003cdiv class=\"stat-col stat-col-text\"\u003e\n        \u003cspan class=\"stat-section-label\"\u003eWas uns ausmacht\u003c\/span\u003e\n        \u003ch2\u003eWas ein \u003cspan class=\"stat-headline-highlight\"\u003eStatement Shirt\u003c\/span\u003e ausmacht\u003c\/h2\u003e\n\n        \u003cp class=\"stat-lead-text\"\u003eEin Statement Shirt ist ein T-Shirt, das bewusst polarisiert. Kein zufälliger Spruch aus dem Motivgenerator, sondern eine Haltung auf Stoff: pointiert, provokant, mit Absicht gesetzt.\u003c\/p\u003e\n\n        \u003cblockquote class=\"stat-pullquote\"\u003e\n          \u003cp\u003eKein Deko-Element. Kein Stimmungsaufheller. Sondern provokante Kleidung, die eine Reaktion verdient hat, bevor sie überhaupt gedruckt wird.\u003c\/p\u003e\n        \u003c\/blockquote\u003e\n\n        \u003cp\u003eSEELENSCHWARZ macht Shirts für Leute, die was zu sagen haben. Und zwar nicht mit Smalltalk, sondern mit Satire, schwarzem Humor und dem richtigen Maß an Unbequemlichkeit. Jedes Motiv ist ein Sarkasmus Shirt mit Rückgrat: nicht nett, nicht laut – treffend.\u003c\/p\u003e\n        \u003cp\u003eSatire ist bei SEELENSCHWARZ kein Gimmick, sondern das zentrale Stilmittel – nicht, um nett zu sein, sondern um ehrlich zu sein. Jedes Motiv wird mit diesem Anspruch entwickelt.\u003c\/p\u003e\n\n        \u003ca class=\"stat-button stat-button-primary\" href=\"#FacetFiltersForm\"\u003eKollektionen ansehen\u003c\/a\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.stat-s3-collection-grid {\n  gap: var(--spacing-lg);\n}\n\n@media (min-width: 768px) {\n  .stat-s3-collection-grid {\n    gap: var(--spacing-xl);\n  }\n}\n\n.stat-s3-collection-card {\n  position: relative;\n  overflow: hidden;\n  border-radius: var(--radius-sm);\n  background: linear-gradient(135deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.01) 100%);\n  border: 1px solid rgba(255, 255, 255, 0.05);\n  transition: all 0.3s ease;\n}\n\n.stat-s3-collection-card:hover {\n  border-color: rgba(31, 169, 180, 0.3);\n  background: linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.02) 100%);\n  transform: translateY(-8px);\n  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2), 0 4px 16px rgba(31, 169, 180, 0.1);\n}\n\n.stat-s3-card-image {\n  aspect-ratio: 4\/5;\n  position: relative;\n  overflow: hidden;\n}\n\n.stat-s3-card-image img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  transition: transform 0.4s ease;\n}\n\n.stat-s3-collection-card:hover .stat-s3-card-image img {\n  transform: scale(1.05);\n}\n\n.stat-s3-card-overlay {\n  position: absolute;\n  inset: 0;\n  background: linear-gradient(\n    to bottom,\n    rgba(22, 24, 27, 0) 0%,\n    rgba(22, 24, 27, 0.1) 40%,\n    rgba(22, 24, 27, 0.7) 90%,\n    rgba(22, 24, 27, 0.9) 100%\n  );\n  opacity: 0.8;\n  transition: opacity 0.3s ease;\n}\n\n.stat-s3-collection-card:hover .stat-s3-card-overlay {\n  opacity: 0.6;\n}\n\n.stat-s3-card-content {\n  padding: var(--spacing-lg);\n  position: relative;\n  z-index: 2;\n}\n\n.stat-s3-card-icon {\n  display: block;\n  color: var(--color-accent);\n  margin-bottom: var(--spacing-md);\n}\n\n.stat-s3-card-icon svg {\n  width: 48px;\n  height: 48px;\n}\n\n.stat-s3-card-badge {\n  display: inline-block;\n  padding: 4px 12px;\n  border: 1px solid var(--color-accent);\n  border-radius: var(--radius-lg);\n  color: var(--color-accent);\n  margin-bottom: var(--spacing-sm);\n  backdrop-filter: blur(8px);\n  background: rgba(22, 24, 27, 0.8);\n  transition: all 0.2s ease;\n}\n\n.stat-s3-collection-card:hover .stat-s3-card-badge {\n  background: rgba(31, 169, 180, 0.1);\n  border-color: var(--color-accent);\n  color: var(--color-secondary);\n}\n\n.stat-s3-card-title {\n  color: var(--color-text-heading);\n  margin-bottom: var(--spacing-sm);\n}\n\n.stat-s3-card-description {\n  color: var(--color-text);\n  margin-bottom: var(--spacing-md);\n  opacity: 0.9;\n  line-height: 1.6;\n}\n\n.stat-s3-card-cta {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  color: var(--color-accent);\n  transition: all 0.2s ease;\n  position: relative;\n}\n\n.stat-s3-collection-card:hover .stat-s3-card-cta {\n  gap: 10px;\n  color: var(--color-secondary);\n}\n\n.stat-s3-card-arrow {\n  transition: transform 0.2s ease;\n}\n\n.stat-s3-collection-card:hover .stat-s3-card-arrow {\n  transform: translateX(4px);\n}\n\n@media (max-width: 767px) {\n  .stat-s3-collection-grid {\n    gap: var(--spacing-md);\n  }\n  \n  .stat-s3-card-content {\n    padding: var(--spacing-md);\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"stat-collection-section stat-darkmode\" id=\"kollektionen\"\u003e\n  \u003cdiv class=\"stat-section-container\"\u003e\n\n    \u003cdiv class=\"stat-collection-header\"\u003e\n      \u003cspan class=\"stat-section-label\"\u003eUnsere Kollektionen\u003c\/span\u003e\n      \u003ch2 class=\"stat-section-title\"\u003eKuratiert statt vollgemüllt: Unsere Statement-Shirts\u003c\/h2\u003e\n      \u003cp class=\"stat-section-subtitle\"\u003eKein endloses Raster, kein „Seite 47 von 312\". Drei Einstiege, drei Richtungen. Such dir aus, wie viel Kante du heute tragen willst.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"stat-collection-grid stat-three-columns stat-s3-collection-grid\"\u003e\n\n      \u003carticle class=\"stat-collection-card stat-s3-collection-card\"\u003e\n        \u003ca href=\"https:\/\/seelenschwarz.com\/collections\/schwarzer-humor-t-shirts\" class=\"stat-card-link\"\u003e\n          \u003cdiv class=\"stat-card-body stat-s3-card-content\"\u003e\n            \u003cspan class=\"stat-card-icon stat-s3-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=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"stat-card-badge stat-s3-card-badge\"\u003eBestseller\u003c\/span\u003e\n            \u003ch3 class=\"stat-card-title stat-s3-card-title\"\u003eSchwarzer Humor \u0026amp; böse One-Liner\u003c\/h3\u003e\n            \u003cp class=\"stat-card-description stat-s3-card-description\"\u003eFür alle, die den Witz verstehen, bevor er erklärt wird. Böse T-Shirts mit Sprüchen, die im Kopf hängen bleiben – dunkel, direkt, kein Sicherheitsnetz.\u003c\/p\u003e\n            \u003cspan class=\"stat-card-cta stat-s3-card-cta\"\u003eZur Kollektion \u003cspan class=\"stat-arrow stat-s3-card-arrow\" aria-hidden=\"true\"\u003e→\u003c\/span\u003e\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/a\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"stat-collection-card stat-s3-collection-card\"\u003e\n        \u003ca href=\"https:\/\/seelenschwarz.com\/collections\/t-shirts-mit-spruechen\" class=\"stat-card-link\"\u003e\n          \u003cdiv class=\"stat-card-body stat-s3-card-content\"\u003e\n            \u003cspan class=\"stat-card-icon stat-s3-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=\"stat-card-badge stat-s3-card-badge\"\u003eFan-Favorit\u003c\/span\u003e\n            \u003ch3 class=\"stat-card-title stat-s3-card-title\"\u003eSarkasmus \u0026amp; subtile Provokation\u003c\/h3\u003e\n            \u003cp class=\"stat-card-description stat-s3-card-description\"\u003eTrocken. Pointiert. Nicht erklärbedürftig. Sarkastische T-Shirts für Leute, die mit einem Blick mehr sagen als andere mit drei Absätzen.\u003c\/p\u003e\n            \u003cspan class=\"stat-card-cta stat-s3-card-cta\"\u003eZur Kollektion \u003cspan class=\"stat-arrow stat-s3-card-arrow\" aria-hidden=\"true\"\u003e→\u003c\/span\u003e\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/a\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"stat-collection-card stat-s3-collection-card\"\u003e\n        \u003ca href=\"https:\/\/seelenschwarz.com\/collections\/statement-shirts\" class=\"stat-card-link\"\u003e\n          \u003cdiv class=\"stat-card-body stat-s3-card-content\"\u003e\n            \u003cspan class=\"stat-card-icon stat-s3-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=\"M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z\"\u003e\u003c\/path\u003e\u003cline x1=\"4\" y1=\"22\" x2=\"4\" y2=\"15\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"stat-card-badge stat-s3-card-badge\"\u003eNicht für jeden\u003c\/span\u003e\n            \u003ch3 class=\"stat-card-title stat-s3-card-title\"\u003eKlare Kante: provokant, aber mit Stil\u003c\/h3\u003e\n            \u003cp class=\"stat-card-description stat-s3-card-description\"\u003eRebellisch, ja. Unter der Gürtellinie, nein. Provokante Kleidung, die Grenzen kennt – und trotzdem genau dort steht, wo es unbequem wird.\u003c\/p\u003e\n            \u003cspan class=\"stat-card-cta stat-s3-card-cta\"\u003eZur Kollektion \u003cspan class=\"stat-arrow stat-s3-card-arrow\" aria-hidden=\"true\"\u003e→\u003c\/span\u003e\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/a\u003e\n      \u003c\/article\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.stat-s4-features-grid {\n  gap: var(--spacing-lg);\n}\n\n@media (min-width: 768px) {\n  .stat-s4-features-grid {\n    gap: var(--spacing-xl);\n  }\n}\n\n.stat-s4-feature-card {\n  background-color: rgba(255, 255, 255, 0.02);\n  border: 1px solid rgba(255, 255, 255, 0.06);\n  border-radius: var(--radius-md);\n  padding: var(--spacing-xl);\n  transition: all 0.3s ease;\n  text-align: center;\n}\n\n.stat-s4-feature-card:hover {\n  border-color: var(--color-accent);\n  background-color: rgba(255, 255, 255, 0.04);\n  transform: translateY(-8px);\n}\n\n.stat-s4-feature-icon {\n  color: var(--color-accent);\n  margin-bottom: var(--spacing-lg);\n  display: flex;\n  justify-content: center;\n}\n\n.stat-s4-feature-icon svg {\n  width: 56px;\n  height: 56px;\n}\n\n.stat-s4-feature-title {\n  color: var(--color-text-heading);\n  margin-bottom: var(--spacing-md);\n}\n\n.stat-s4-feature-description {\n  color: var(--color-text);\n  line-height: 1.6;\n}\n\n@media (max-width: 767px) {\n  .stat-s4-feature-card {\n    padding: var(--spacing-lg);\n    text-align: left;\n  }\n  \n  .stat-s4-feature-icon {\n    justify-content: flex-start;\n    margin-bottom: var(--spacing-md);\n  }\n  \n  .stat-s4-feature-icon svg {\n    width: 48px;\n    height: 48px;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"stat-features-section\"\u003e\n  \u003cdiv class=\"stat-section-container\"\u003e\n\n    \u003cdiv class=\"stat-features-header\"\u003e\n      \u003cspan class=\"stat-section-label\"\u003eUnsere Standards\u003c\/span\u003e\n      \u003ch2 class=\"stat-section-title\"\u003eWarum unsere Shirts anders sind\u003c\/h2\u003e\n      \u003cp class=\"stat-section-subtitle\"\u003eAndere drucken alles. Wir kuratieren – damit dein Statement sitzt.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"stat-s4-features-grid stat-three-columns\"\u003e\n\n      \u003cdiv class=\"stat-s4-feature-card\"\u003e\n        \u003cdiv class=\"stat-s4-feature-icon\"\u003e\n          \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\n            \u003cpath d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3 class=\"stat-s4-feature-title\"\u003eReaction-Rated-Gate\u003c\/h3\u003e\n        \u003cp class=\"stat-s4-feature-description\"\u003eJedes Motiv durchläuft vor der Veröffentlichung einen internen Test. Nur Designs mit einem Reaction-Score über 70 % schaffen es in den Shop. Kein Zufallsprodukt – sondern ein geprüftes Statement.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"stat-s4-feature-card\"\u003e\n        \u003cdiv class=\"stat-s4-feature-icon\"\u003e\n          \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\n            \u003cpath d=\"M12 2L2 7l10 5 10-5-10-5z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M2 17l10 5 10-5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M2 12l10 5 10-5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3 class=\"stat-s4-feature-title\"\u003ePremium-Direktdruck (DTG)\u003c\/h3\u003e\n        \u003cp class=\"stat-s4-feature-description\"\u003eKein steifer Folien-Look, kein Abblättern nach drei Wäschen. Der Druck wird direkt in die Faser gebracht – langlebig, farbstark und angenehm auf der Haut.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"stat-s4-feature-card\"\u003e\n        \u003cdiv class=\"stat-s4-feature-icon\"\u003e\n          \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\n            \u003cpath d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"\u003e\u003c\/path\u003e\n            \u003cpolyline points=\"3.27 6.96 12 12.01 20.73 6.96\"\u003e\u003c\/polyline\u003e\n            \u003cline x1=\"12\" y1=\"22.08\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3 class=\"stat-s4-feature-title\"\u003eOn-Demand-Produktion\u003c\/h3\u003e\n        \u003cp class=\"stat-s4-feature-description\"\u003eJedes Shirt wird erst nach deiner Bestellung produziert. Kein Lagerüberschuss, keine Massenware – frisch gefertigt und direkt zu dir nach Deutschland oder Österreich.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.stat-details-section .stat-col-text {\n  max-width: 760px;\n  margin-left: auto;\n  margin-right: auto;\n  text-align: left;\n}\n\n.stat-s5-detail-list {\n  display: flex;\n  flex-direction: column;\n  gap: var(--spacing-xl);\n  margin-top: var(--spacing-lg);\n}\n\n.stat-s5-detail-label {\n  color: var(--color-text-heading);\n  margin-bottom: var(--spacing-sm);\n}\n\n.stat-s5-detail-item p {\n  color: var(--color-text);\n}\n\n@media (min-width: 768px) {\n  .stat-s5-detail-list {\n    gap: var(--spacing-2xl);\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"stat-details-section stat-darkmode\"\u003e\n  \u003cdiv class=\"stat-section-container\"\u003e\n    \u003cdiv\u003e\n\n      \u003cdiv class=\"stat-col stat-col-text\"\u003e\n        \u003cspan class=\"stat-section-label\"\u003eProdukt-Details\u003c\/span\u003e\n        \u003ch2\u003ePassform, Material \u0026amp; \u003cspan class=\"stat-headline-highlight\"\u003eAlltagstauglichkeit\u003c\/span\u003e\n\u003c\/h2\u003e\n        \u003cp class=\"stat-lead-text\"\u003eDamit du nicht raten musst.\u003c\/p\u003e\n\n        \u003cdiv class=\"stat-s5-detail-list\"\u003e\n          \u003cdiv class=\"stat-s5-detail-item\"\u003e\n            \u003ch3 class=\"stat-s5-detail-label\"\u003eFit\u003c\/h3\u003e\n            \u003cp\u003eKlassischer Unisex-Schnitt – gerade geschnitten, bequem, ohne zu schlabbern. Funktioniert solo als Statement-Piece genauso wie unter einer Jacke als Layering-Part.\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"stat-s5-detail-item\"\u003e\n            \u003ch3 class=\"stat-s5-detail-label\"\u003eMaterial\u003c\/h3\u003e\n            \u003cp\u003e100 % Baumwolle. Stabil, formbeständig, atmungsaktiv. Kein Billigstoff, der nach dem zweiten Waschgang seine beste Zeit hinter sich hat.\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"stat-s5-detail-item\"\u003e\n            \u003ch3 class=\"stat-s5-detail-label\"\u003eGröße\u003c\/h3\u003e\n            \u003cp\u003eUnsicher zwischen zwei Größen? Statt starrer Tabelle gibt's bei jedem Produkt unser Fit Quiz: ein paar gezielte Fragen, fertig – du bekommst die Größe, die wirklich sitzt. Und falls es trotzdem nicht passt: kostenloser Größenumtausch innerhalb von 30 Tagen.\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"stat-s5-detail-item\"\u003e\n            \u003ch3 class=\"stat-s5-detail-label\"\u003eAlltag\u003c\/h3\u003e\n            \u003cp\u003eBüro, Bar, Festival – je nachdem, wie viel Chaos du heute möchtest. Das Shirt hält mit. Dein Umfeld muss selbst entscheiden, ob es das auch tut.\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\u003c\/div\u003e\n\n\u003cstyle\u003e\n.stat-testimonial-section .stat-testimonial-header {\n  text-align: center;\n  margin-bottom: var(--spacing-lg);\n}\n\n.stat-testimonial-section .stat-testimonial-header .stat-section-subtitle {\n  margin-left: auto;\n  margin-right: auto;\n}\n\n.stat-testimonial-section .stat-trustpilot-summary {\n  text-align: center;\n  margin-bottom: var(--spacing-xl);\n}\n\n.stat-testimonial-section .stat-trustpilot-stars {\n  display: flex;\n  justify-content: center;\n  gap: 4px;\n  margin-bottom: var(--spacing-sm);\n}\n\n.stat-testimonial-section .stat-star {\n  color: rgba(255, 255, 255, 0.3);\n}\n\n.stat-testimonial-section .stat-star.stat-filled {\n  color: #00b67a;\n}\n\n.stat-testimonial-section .stat-trustpilot-rating {\n  color: var(--color-text-light);\n}\n\n.stat-testimonial-section .stat-testimonial-card {\n  background-color: rgba(255, 255, 255, 0.04);\n  border: 1px solid rgba(255, 255, 255, 0.08);\n  border-radius: var(--radius-sm);\n  padding: var(--spacing-lg);\n  display: flex;\n  flex-direction: column;\n  gap: var(--spacing-md);\n}\n\n.stat-testimonial-section .stat-card-stars {\n  color: #00b67a;\n}\n\n.stat-testimonial-section .stat-card-quote {\n  color: var(--color-text);\n  flex-grow: 1;\n}\n\n.stat-testimonial-section .stat-card-author {\n  display: flex;\n  flex-direction: column;\n  gap: 2px;\n}\n\n.stat-testimonial-section .stat-author-name {\n  color: var(--color-text-heading);\n}\n\n.stat-testimonial-section .stat-author-meta {\n  color: var(--color-text-light);\n}\n\n.stat-testimonial-section .stat-testimonial-cta {\n  text-align: center;\n  margin-top: var(--spacing-xl);\n}\n\n@media (max-width: 767px) {\n  .stat-testimonial-section .stat-testimonial-header {\n    text-align: left;\n  }\n\n  .stat-testimonial-section .stat-testimonial-header .stat-section-subtitle {\n    margin-left: 0;\n  }\n\n  .stat-testimonial-section .stat-trustpilot-summary {\n    text-align: left;\n  }\n\n  .stat-testimonial-section .stat-trustpilot-stars {\n    justify-content: flex-start;\n  }\n\n  .stat-testimonial-section .stat-testimonial-cta {\n    text-align: left;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"stat-testimonial-section stat-darkmode\"\u003e\n  \u003cdiv class=\"stat-section-container\"\u003e\n\n    \u003cdiv class=\"stat-testimonial-header\"\u003e\n      \u003cspan class=\"stat-section-label\"\u003eCommunity Stimmen\u003c\/span\u003e\n      \u003ch2 class=\"stat-section-title\"\u003eStimmen aus der Community\u003c\/h2\u003e\n      \u003cp class=\"stat-section-subtitle\"\u003eBewertungen sind bei uns kein Deko-Element – wir lesen sie. Und ja, manchmal grinsen wir dabei.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"stat-trustpilot-summary\"\u003e\n      \u003cdiv class=\"stat-trustpilot-stars\" aria-label=\"4.9 von 5 Sternen\"\u003e\n        \u003cspan class=\"stat-star stat-filled\" aria-hidden=\"true\"\u003e★\u003c\/span\u003e\n        \u003cspan class=\"stat-star stat-filled\" aria-hidden=\"true\"\u003e★\u003c\/span\u003e\n        \u003cspan class=\"stat-star stat-filled\" aria-hidden=\"true\"\u003e★\u003c\/span\u003e\n        \u003cspan class=\"stat-star stat-filled\" aria-hidden=\"true\"\u003e★\u003c\/span\u003e\n        \u003cspan class=\"stat-star stat-filled\" aria-hidden=\"true\"\u003e★\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"stat-trustpilot-rating\"\u003eBewertet auf Trustpilot – offen, ungeschönt, ohne Drehbuch.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"stat-testimonial-grid stat-three-columns\"\u003e\n\n      \u003cblockquote class=\"stat-testimonial-card\"\u003e\n        \u003cdiv class=\"stat-card-stars\" aria-label=\"5 von 5 Sternen\"\u003e\n          \u003cspan aria-hidden=\"true\"\u003e★★★★★\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"stat-card-quote\"\u003e„Druckqualität ist absurd gut. Kein Abblättern, kein Plastik-Feeling. Und der Spruch hat bei der Familienfeier für genau die richtige Menge Stille gesorgt.\"\u003c\/p\u003e\n        \u003cfooter class=\"stat-card-author\"\u003e\n          \u003ccite class=\"stat-author-name\"\u003eMarkus T.\u003c\/cite\u003e\n          \u003cspan class=\"stat-author-meta\"\u003eVerifizierter Käufer\u003c\/span\u003e\n        \u003c\/footer\u003e\n      \u003c\/blockquote\u003e\n\n      \u003cblockquote class=\"stat-testimonial-card\"\u003e\n        \u003cdiv class=\"stat-card-stars\" aria-label=\"5 von 5 Sternen\"\u003e\n          \u003cspan aria-hidden=\"true\"\u003e★★★★★\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"stat-card-quote\"\u003e„Passform top, Stoff fühlt sich wertig an. Hab direkt 3 nachbestellt – für mich und die Jungs. Die Reaktionen im Büro: unbezahlbar.\"\u003c\/p\u003e\n        \u003cfooter class=\"stat-card-author\"\u003e\n          \u003ccite class=\"stat-author-name\"\u003eLisa K.\u003c\/cite\u003e\n          \u003cspan class=\"stat-author-meta\"\u003eVerifizierte Käuferin\u003c\/span\u003e\n        \u003c\/footer\u003e\n      \u003c\/blockquote\u003e\n\n      \u003cblockquote class=\"stat-testimonial-card\"\u003e\n        \u003cdiv class=\"stat-card-stars\" aria-label=\"5 von 5 Sternen\"\u003e\n          \u003cspan aria-hidden=\"true\"\u003e★★★★★\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"stat-card-quote\"\u003e„Endlich ein Shop, der meinen Humor versteht. Schwarzer Humor trifft auf gute Baumwolle – was will man mehr. Lieferung war auch schnell.\"\u003c\/p\u003e\n        \u003cfooter class=\"stat-card-author\"\u003e\n          \u003ccite class=\"stat-author-name\"\u003eStefan R.\u003c\/cite\u003e\n          \u003cspan class=\"stat-author-meta\"\u003eStammkunde\u003c\/span\u003e\n        \u003c\/footer\u003e\n      \u003c\/blockquote\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"stat-testimonial-cta\"\u003e\n      \u003ca href=\"https:\/\/seelenschwarz.com\/#shopify-section-template--28042046505335__custom_liquid_e3aczH\" class=\"stat-button stat-button-outline\"\u003eAlle Bewertungen ansehen\u003c\/a\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"stat-linkgrid-section stat-darkmode\"\u003e\n  \u003cdiv class=\"stat-section-container\"\u003e\n    \u003cdiv class=\"stat-linkgrid-header\"\u003e\n      \u003ch2 class=\"stat-linkgrid-title\"\u003eMehr Stoff für deinen Humor\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat-linkgrid stat-four-columns\"\u003e\n\n      \u003ca href=\"https:\/\/seelenschwarz.com\/collections\/t-shirts-mit-spruechen\" class=\"stat-linkgrid-card\"\u003e\n        \u003cspan class=\"stat-card-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" 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        \u003ch3 class=\"stat-card-title\"\u003eT-Shirts mit Sprüchen\u003c\/h3\u003e\n        \u003cp class=\"stat-card-description\"\u003eDie besten Sprüche auf Premium-Baumwolle – für jeden Anlass eine Ansage.\u003c\/p\u003e\n        \u003cspan class=\"stat-card-cta\"\u003eDurchstöbern \u003cspan class=\"stat-arrow\" aria-hidden=\"true\"\u003e→\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/a\u003e\n\n      \u003ca href=\"https:\/\/seelenschwarz.com\/collections\/schwarzer-humor-t-shirts\" class=\"stat-linkgrid-card\"\u003e\n        \u003cspan class=\"stat-card-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"32\" height=\"32\" 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\u003cpath d=\"M8 15h8\"\u003e\u003c\/path\u003e\u003cline x1=\"9\" y1=\"9\" x2=\"9.01\" y2=\"9\"\u003e\u003c\/line\u003e\u003cline x1=\"15\" y1=\"9\" x2=\"15.01\" y2=\"9\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n        \u003ch3 class=\"stat-card-title\"\u003eSchwarzer Humor T-Shirts\u003c\/h3\u003e\n        \u003cp class=\"stat-card-description\"\u003eNichts für schwache Nerven – Shirts mit dunklem Witz und scharfer Kante.\u003c\/p\u003e\n        \u003cspan class=\"stat-card-cta\"\u003eEntdecken \u003cspan class=\"stat-arrow\" aria-hidden=\"true\"\u003e→\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/a\u003e\n\n      \u003ca href=\"https:\/\/seelenschwarz.com\/collections\/statement-hoodies\" class=\"stat-linkgrid-card\"\u003e\n        \u003cspan class=\"stat-card-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"32\" height=\"32\" 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 5.5 8 2l-4.38 1.46a2 2 0 0 0-1.34 1.88v14.32a2 2 0 0 0 1.34 1.88L8 22l4-3.5L16 22l4.38-1.46a2 2 0 0 0 1.34-1.88V5.34a2 2 0 0 0-1.34-1.88z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n        \u003ch3 class=\"stat-card-title\"\u003eStatement Hoodies\u003c\/h3\u003e\n        \u003cp class=\"stat-card-description\"\u003eDein Statement – jetzt auch in warm. Hoodies mit Attitude für kalte Tage.\u003c\/p\u003e\n        \u003cspan class=\"stat-card-cta\"\u003eAnsehen \u003cspan class=\"stat-arrow\" aria-hidden=\"true\"\u003e→\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/a\u003e\n\n      \u003ca href=\"https:\/\/seelenschwarz.com\/blogs\/magazin\/schwarzer-humor-sprueche\" class=\"stat-linkgrid-card\"\u003e\n        \u003cspan class=\"stat-card-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M4 19.5A2.5 2.5 0 0 1 6.5 17H20\"\u003e\u003c\/path\u003e\u003cpath d=\"M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n        \u003ch3 class=\"stat-card-title\"\u003eMagazin: Sprüche \u0026amp; Humor\u003c\/h3\u003e\n        \u003cp class=\"stat-card-description\"\u003eHintergründe, Style-Tipps und die besten schwarzer Humor Sprüche zum Schmunzeln.\u003c\/p\u003e\n        \u003cspan class=\"stat-card-cta\"\u003eZum Magazin \u003cspan class=\"stat-arrow\" aria-hidden=\"true\"\u003e→\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.stat-s8-faq-item {\n  border-bottom: 1px solid rgba(255, 255, 255, 0.1);\n}\n\n.stat-s8-faq-question {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  padding: var(--spacing-lg) 0;\n  cursor: pointer;\n  color: var(--color-text-heading);\n  list-style: none;\n  gap: var(--spacing-md);\n}\n\n.stat-s8-faq-question::-webkit-details-marker {\n  display: none;\n}\n\n.stat-s8-faq-question-text {\n  flex: 1;\n}\n\n.stat-s8-faq-icon {\n  color: var(--color-accent);\n  transition: transform 0.2s ease;\n  flex-shrink: 0;\n}\n\n.stat-s8-faq-item[open] .stat-s8-faq-icon {\n  transform: rotate(45deg);\n}\n\n.stat-s8-faq-answer {\n  padding-bottom: var(--spacing-lg);\n  color: var(--color-text);\n}\n\n.stat-s8-faq-answer p {\n  color: var(--color-text);\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"stat-faq-section stat-darkmode\"\u003e\n  \u003cdiv class=\"stat-section-container\"\u003e\n    \u003cdiv class=\"stat-faq-header\"\u003e\n      \u003cspan class=\"stat-section-label\"\u003eHäufige Fragen\u003c\/span\u003e\n      \u003ch2 class=\"stat-faq-title\"\u003eHäufige Fragen zu Statement Shirts\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat-faq-accordion\"\u003e\n\n      \u003cdetails class=\"stat-s8-faq-item\"\u003e\n        \u003csummary class=\"stat-s8-faq-question\"\u003e\n          \u003cspan class=\"stat-s8-faq-question-text\"\u003eWas ist ein Statement Shirt?\u003c\/span\u003e\n          \u003cspan class=\"stat-s8-faq-icon\" aria-hidden=\"true\"\u003e+\u003c\/span\u003e\n        \u003c\/summary\u003e\n        \u003cdiv class=\"stat-s8-faq-answer\"\u003e\n          \u003cp\u003eEin Statement Shirt ist ein T-Shirt mit einem Motiv oder Spruch, der bewusst Haltung zeigt – ob politisch, satirisch oder gesellschaftlich. Im Gegensatz zu einem klassischen Funshirt geht es nicht um einen harmlosen Lacher, sondern um eine klare Aussage. Ein gutes Statement Shirt polarisiert, startet Gespräche und bleibt im Kopf – nicht nur auf dem Bügel.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"stat-s8-faq-item\"\u003e\n        \u003csummary class=\"stat-s8-faq-question\"\u003e\n          \u003cspan class=\"stat-s8-faq-question-text\"\u003eSind eure Motive provokant?\u003c\/span\u003e\n          \u003cspan class=\"stat-s8-faq-icon\" aria-hidden=\"true\"\u003e+\u003c\/span\u003e\n        \u003c\/summary\u003e\n        \u003cdiv class=\"stat-s8-faq-answer\"\u003e\n          \u003cp\u003eJa – aber mit Stil. Unsere Designs nutzen Satire und schwarzen Humor als Stilmittel, nicht als Freibrief. Jedes Motiv ist bewusst überspitzt und nicht wörtlich zu verstehen. Unter der Gürtellinie, diskriminierend oder einfach nur billig? Gibt es bei uns nicht. Wir treten nach oben, nicht nach unten. Und bevor ein Motiv in den Shop kommt, muss es unser Reaction-Rated-Gate bestehen – mit einem Reaction-Score über 70 %.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"stat-s8-faq-item\"\u003e\n        \u003csummary class=\"stat-s8-faq-question\"\u003e\n          \u003cspan class=\"stat-s8-faq-question-text\"\u003eWie fallen die Shirts aus?\u003c\/span\u003e\n          \u003cspan class=\"stat-s8-faq-icon\" aria-hidden=\"true\"\u003e+\u003c\/span\u003e\n        \u003c\/summary\u003e\n        \u003cdiv class=\"stat-s8-faq-answer\"\u003e\n          \u003cp\u003eUnsere Statement Shirts haben einen klassischen Unisex-Schnitt – gerade geschnitten, bequem, nicht zu weit. Statt Maße im Tabellen-Vergleich nachzuschlagen, hast du bei jedem Produkt unser Fit Quiz: ein paar gezielte Fragen, am Ende eine konkrete Größenempfehlung. Schneller und genauer als jede Größentabelle. Und falls es trotzdem nicht passt, gibt's den kostenlosen Größenumtausch innerhalb von 30 Tagen.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"stat-final-cta-section stat-darkmode\"\u003e\n  \u003cdiv class=\"stat-section-container\"\u003e\n    \u003cdiv class=\"stat-final-cta-content\"\u003e\n      \u003ch2 class=\"stat-final-cta-title\"\u003eStatement Kleidung, die nicht jedem gefällt.\u003cbr\u003e\u003cspan class=\"stat-headline-highlight\"\u003eGenau das ist der Punkt.\u003c\/span\u003e\n\u003c\/h2\u003e\n      \u003cp class=\"stat-final-cta-text\"\u003eFinde dein Statement Shirt – kuratiert, premium-gedruckt und on demand produziert.\u003c\/p\u003e\n      \u003cdiv class=\"stat-final-cta-actions\"\u003e\n        \u003ca href=\"https:\/\/seelenschwarz.com\/collections\/unisex-t-shirts\" class=\"stat-button stat-button-primary\"\u003eJetzt zum Shop\u003c\/a\u003e\n        \u003ca href=\"#FacetFiltersForm\" class=\"stat-button stat-button-ghost\"\u003eKollektionen entdecken\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\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.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":56537119097207,"sku":"3916893_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":56537119129975,"sku":"3916893_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":56537119162743,"sku":"3916893_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":56537119195511,"sku":"3916893_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":56537119228279,"sku":"3916893_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":56537119261047,"sku":"3916893_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":56537169461623,"sku":"9447937_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":56537169494391,"sku":"9447937_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":56537169527159,"sku":"9447937_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":56537169559927,"sku":"9447937_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":56537169592695,"sku":"9447937_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":56537169625463,"sku":"9447937_12650","price":34.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.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":56537952682359,"sku":"2060036_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":56537952715127,"sku":"2060036_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":56537952747895,"sku":"2060036_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":56537952780663,"sku":"2060036_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":56537952813431,"sku":"2060036_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":56537952846199,"sku":"2060036_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":56537964839287,"sku":"3081082_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":56537964872055,"sku":"3081082_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":56537964904823,"sku":"3081082_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":56537964937591,"sku":"3081082_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":56537964970359,"sku":"3081082_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":56537965003127,"sku":"3081082_12650","price":34.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 mal was überfährst und es quält sich, erschlag es mit einem Spaten.“  Irgendwie tat mir der Radfahrer dann doch leid.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":56537991512439,"sku":"8139607_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":56537991545207,"sku":"8139607_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":56537991577975,"sku":"8139607_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":56537991610743,"sku":"8139607_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":56537991643511,"sku":"8139607_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":56537991676279,"sku":"8139607_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":56538012320119,"sku":"1366980_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":56538012352887,"sku":"1366980_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":56538012385655,"sku":"1366980_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":56538012418423,"sku":"1366980_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":56538012451191,"sku":"1366980_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":56538012483959,"sku":"1366980_12650","price":34.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.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":56538499842423,"sku":"4070480_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":56538499875191,"sku":"4070480_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":56538499907959,"sku":"4070480_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":56538499940727,"sku":"4070480_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":56538499973495,"sku":"4070480_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":56538500006263,"sku":"4070480_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":56538507444599,"sku":"8277458_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":56538507477367,"sku":"8277458_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":56538507510135,"sku":"8277458_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":56538507542903,"sku":"8277458_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":56538507575671,"sku":"8277458_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":56538507608439,"sku":"8277458_12650","price":34.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.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":56578936406391,"sku":"2136447_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":56578936439159,"sku":"2136447_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":56578936471927,"sku":"2136447_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":56578936504695,"sku":"2136447_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":56578936537463,"sku":"2136447_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":56578936570231,"sku":"2136447_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":56578949775735,"sku":"2371343_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":56578949808503,"sku":"2371343_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":56578949841271,"sku":"2371343_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":56578949874039,"sku":"2371343_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":56578949906807,"sku":"2371343_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":56578949939575,"sku":"2371343_12650","price":34.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.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":56589389332855,"sku":"5167845_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":56589389365623,"sku":"5167845_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":56589389398391,"sku":"5167845_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":56589389431159,"sku":"5167845_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":56589389463927,"sku":"5167845_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":56589389496695,"sku":"5167845_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":56589422920055,"sku":"7624817_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":56589422952823,"sku":"7624817_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":56589422985591,"sku":"7624817_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":56589423018359,"sku":"7624817_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":56589423051127,"sku":"7624817_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":56589423083895,"sku":"7624817_12650","price":34.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\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":56685254181239,"sku":"5541512_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":56685254214007,"sku":"5541512_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":56685254246775,"sku":"5541512_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":56685254279543,"sku":"5541512_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":56685254312311,"sku":"5541512_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":56685254345079,"sku":"5541512_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":56685255590263,"sku":"1819367_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":56685255623031,"sku":"1819367_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":56685255655799,"sku":"1819367_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":56685255688567,"sku":"1819367_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":56685255721335,"sku":"1819367_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":56685255754103,"sku":"1819367_12650","price":34.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":"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.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":56708701028727,"sku":"2613784_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":56708701061495,"sku":"2613784_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":56708701094263,"sku":"2613784_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":56708701127031,"sku":"2613784_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":56708701159799,"sku":"2613784_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":56708701192567,"sku":"2613784_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":56708714103159,"sku":"3358716_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":56708714135927,"sku":"3358716_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":56708714168695,"sku":"3358716_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":56708714201463,"sku":"3358716_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":56708714234231,"sku":"3358716_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":56708714266999,"sku":"3358716_12650","price":34.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.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":56740443980151,"sku":"3015170_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":56740444012919,"sku":"3015170_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":56740444045687,"sku":"3015170_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":56740444078455,"sku":"3015170_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":56740444111223,"sku":"3015170_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":56740444143991,"sku":"3015170_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":56740483727735,"sku":"7743928_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":56740483760503,"sku":"7743928_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":56740483793271,"sku":"7743928_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":56740483826039,"sku":"7743928_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":56740483858807,"sku":"7743928_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":56740483891575,"sku":"7743928_12650","price":34.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.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":56757353087351,"sku":"8139831_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":56757353120119,"sku":"8139831_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":56757353152887,"sku":"8139831_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":56757353185655,"sku":"8139831_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":56757353218423,"sku":"8139831_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":56757353251191,"sku":"8139831_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":56757365113207,"sku":"8207641_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":56757365145975,"sku":"8207641_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":56757365178743,"sku":"8207641_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":56757365211511,"sku":"8207641_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":56757365244279,"sku":"8207641_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":56757365277047,"sku":"8207641_12650","price":34.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.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":56775313523063,"sku":"5655276_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":56775313555831,"sku":"5655276_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":56775313588599,"sku":"5655276_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":56775313621367,"sku":"5655276_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":56775313654135,"sku":"5655276_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":56775313686903,"sku":"5655276_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":56775343145335,"sku":"7432574_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":56775343178103,"sku":"7432574_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":56775343210871,"sku":"7432574_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":56775343243639,"sku":"7432574_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":56775343276407,"sku":"7432574_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":56775343309175,"sku":"7432574_12650","price":34.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\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":56806642778487,"sku":"1921244_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":56806642811255,"sku":"1921244_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":56806642844023,"sku":"1921244_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":56806642876791,"sku":"1921244_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":56806642909559,"sku":"1921244_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":56806642942327,"sku":"1921244_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":56809635774839,"sku":"8829177_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":56809635807607,"sku":"8829177_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":56809635840375,"sku":"8829177_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":56809635873143,"sku":"8829177_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":56809635905911,"sku":"8829177_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":56809635938679,"sku":"8829177_12650","price":34.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.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":56813512884599,"sku":"4202076_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":56813512917367,"sku":"4202076_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":56813512950135,"sku":"4202076_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":56813512982903,"sku":"4202076_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":56813513015671,"sku":"4202076_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":56813513048439,"sku":"4202076_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":56813522059639,"sku":"8603412_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":56813649363319,"sku":"7288662_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":56813649396087,"sku":"7288662_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":56813649428855,"sku":"7288662_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":56813649461623,"sku":"7288662_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":56813649494391,"sku":"7288662_12650","price":34.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.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57003512332663,"sku":"8838377_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57003512365431,"sku":"8838377_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57003512398199,"sku":"8838377_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57003512430967,"sku":"8838377_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57003512463735,"sku":"8838377_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57003512496503,"sku":"8838377_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57003515183479,"sku":"6101010_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57003515216247,"sku":"6101010_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57003515249015,"sku":"6101010_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57003515281783,"sku":"6101010_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57003515314551,"sku":"6101010_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57003515347319,"sku":"6101010_12650","price":34.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 Chill Bro\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57027946185079,"sku":"1480643_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57027946217847,"sku":"1480643_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57027946250615,"sku":"1480643_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57027946283383,"sku":"1480643_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57027946316151,"sku":"1480643_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57027946348919,"sku":"1480643_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57028005495159,"sku":"8073756_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57028005527927,"sku":"8073756_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57028005560695,"sku":"8073756_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57028005593463,"sku":"8073756_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57028005626231,"sku":"8073756_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57028005658999,"sku":"8073756_12650","price":34.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 Heute ist ein wunderbarer Tag, um mich in Ruhe zu lassen.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57031729840503,"sku":"3860887_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57031729873271,"sku":"3860887_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57031729906039,"sku":"3860887_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57031729938807,"sku":"3860887_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57031729971575,"sku":"3860887_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57031730004343,"sku":"3860887_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57031773946231,"sku":"9275870_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57031773978999,"sku":"9275870_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57031774011767,"sku":"9275870_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57031774044535,"sku":"9275870_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57031774077303,"sku":"9275870_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57031774110071,"sku":"9275870_12650","price":34.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\u003eStatement: Mein Beitrag zum Gendern – zwei Worte, ein Finger\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57057500660087,"sku":"2805847_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57057500692855,"sku":"2805847_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57057500725623,"sku":"2805847_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57057500758391,"sku":"2805847_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57057500791159,"sku":"2805847_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57057500823927,"sku":"2805847_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57057460224375,"sku":"3593592_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57057460257143,"sku":"3593592_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57057460289911,"sku":"3593592_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57057460322679,"sku":"3593592_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57057460355447,"sku":"3593592_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57057460388215,"sku":"3593592_12650","price":34.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 Ich beleidige keine Menschen. Bei manchen war die Natur schneller.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57079716315511,"sku":"2719121_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57079716348279,"sku":"2719121_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57079716381047,"sku":"2719121_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57079716413815,"sku":"2719121_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57079716446583,"sku":"2719121_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57079716479351,"sku":"2719121_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57079729619319,"sku":"3889235_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57079729652087,"sku":"3889235_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57079729684855,"sku":"3889235_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57079729717623,"sku":"3889235_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57079729750391,"sku":"3889235_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57079729783159,"sku":"3889235_12650","price":34.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 Ich bin kein Therapeut für Menschen, die einen Exorzisten brauchen.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57091080552823,"sku":"1242009_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57091080585591,"sku":"1242009_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57091080618359,"sku":"1242009_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57091080651127,"sku":"1242009_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57091080683895,"sku":"1242009_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57091080716663,"sku":"1242009_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57091133145463,"sku":"5819747_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57091133178231,"sku":"5819747_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57091133210999,"sku":"5819747_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57091133243767,"sku":"5819747_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57091133276535,"sku":"5819747_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57091133309303,"sku":"5819747_12650","price":34.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\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e Ich will nicht drüber reden. Drüberfahren!\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57096862138743,"sku":"9966519_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57096862171511,"sku":"9966519_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57096862204279,"sku":"9966519_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57096862237047,"sku":"9966519_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57096862269815,"sku":"9966519_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57096862302583,"sku":"9966519_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57096865579383,"sku":"1458959_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57096865612151,"sku":"1458959_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57096865644919,"sku":"1458959_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57096865677687,"sku":"1458959_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57096865710455,"sku":"1458959_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57096865743223,"sku":"1458959_12650","price":34.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 Ich lüge, betrüge und stehle nicht. Die Obrigkeit duldet keine Konkurrenz.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57115496513911,"sku":"1451810_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57115496546679,"sku":"1451810_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57115496579447,"sku":"1451810_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57115496612215,"sku":"1451810_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57115496644983,"sku":"1451810_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57115496677751,"sku":"1451810_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57115784774007,"sku":"8471153_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57115784806775,"sku":"8471153_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57115784839543,"sku":"8471153_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57115784872311,"sku":"8471153_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57115784905079,"sku":"8471153_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57115784937847,"sku":"8471153_12650","price":34.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 Ich bleib so, wie ich bin, schon allein weil es andere stört!\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57129150939511,"sku":"9571301_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57129150972279,"sku":"9571301_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57129151005047,"sku":"9571301_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57129151037815,"sku":"9571301_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57129151070583,"sku":"9571301_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57129151103351,"sku":"9571301_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57129160933751,"sku":"9711605_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57129160966519,"sku":"9711605_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57129160999287,"sku":"9711605_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57129161032055,"sku":"9711605_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57129161064823,"sku":"9711605_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57129161097591,"sku":"9711605_12650","price":34.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"},{"product_id":"fruher-war-alles-besser-unisex-t-shirt","title":"Früher war alles besser, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e Früher war alles besser. Ich bin von früher.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57150662148471,"sku":"2389852_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57150662181239,"sku":"2389852_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57150662214007,"sku":"2389852_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57150662246775,"sku":"2389852_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57150662279543,"sku":"2389852_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57150662312311,"sku":"2389852_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57150688330103,"sku":"2306502_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57150688362871,"sku":"2306502_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57150688395639,"sku":"2306502_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57150688428407,"sku":"2306502_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57150688461175,"sku":"2306502_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57150688493943,"sku":"2306502_12650","price":34.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Frueher_war_alles_besser_T-Shirt-schwarz_Store-Aktion.png?v=1780759622"},{"product_id":"wer-nicht-mit-mir-auskommt-unisex-t-shirt","title":"Wer nicht mit mir auskommt, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e Wer nicht mit mir auskommt, muss eben noch ein wenig an sich arbeiten.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57174855614839,"sku":"6945182_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57174855647607,"sku":"6945182_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57174855680375,"sku":"6945182_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57174855713143,"sku":"6945182_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57174855745911,"sku":"6945182_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57174855778679,"sku":"6945182_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57174860890487,"sku":"2088232_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57174860923255,"sku":"2088232_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57174860956023,"sku":"2088232_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57174860988791,"sku":"2088232_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57174861021559,"sku":"2088232_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57174861054327,"sku":"2088232_12650","price":34.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Wer_nicht_mit_mir_auskommt_T-Shirt-schwarz_Store-Aktion.png?v=1781450237"},{"product_id":"besaufniserregend-unisex-t-shirt","title":"Besäufniserregend, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e Die Lage ist besäufniserregend.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57206763061623,"sku":"5896804_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57206763094391,"sku":"5896804_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57206763127159,"sku":"5896804_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57206763159927,"sku":"5896804_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57206763192695,"sku":"5896804_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57206763225463,"sku":"5896804_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57206767026551,"sku":"3681933_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57206767059319,"sku":"3681933_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57206767092087,"sku":"3681933_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57206767124855,"sku":"3681933_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57206767157623,"sku":"3681933_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57206767190391,"sku":"3681933_12650","price":34.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Die_Lage_ist_besaeufniserregend_T-Shirt-schwarz_Store-Aktion.png?v=1782059784"},{"product_id":"noch-ein-bier-unisex-t-shirt","title":"Noch ein Bier, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e Du siehst aus, als könnte ich noch ein Bier vertragen.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57216208077175,"sku":"7293929_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57216208109943,"sku":"7293929_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57216208142711,"sku":"7293929_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57216208175479,"sku":"7293929_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57216208208247,"sku":"7293929_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57216208241015,"sku":"7293929_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57216211386743,"sku":"3476127_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57216211419511,"sku":"3476127_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57216211452279,"sku":"3476127_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57216211485047,"sku":"3476127_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57216211517815,"sku":"3476127_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57216211550583,"sku":"3476127_12650","price":34.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Noch_ein_Bier_T-Shirt-schwarz_Store-Aktion.png?v=1782296577"},{"product_id":"fussball-oder-ich-unisex-t-shirt","title":"Fussball oder ich, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e Sie sagte: Fussball oder ich. Manchmal vermisse ich sie.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57251132178807,"sku":"2851872_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57251132211575,"sku":"2851872_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57251132244343,"sku":"2851872_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57251132277111,"sku":"2851872_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57251132309879,"sku":"2851872_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57251132342647,"sku":"2851872_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57251161342327,"sku":"5040151_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57251161375095,"sku":"5040151_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57251161407863,"sku":"5040151_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57251161440631,"sku":"5040151_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57251161473399,"sku":"5040151_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57251161506167,"sku":"5040151_12650","price":34.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Fussball_oder_ich_T-Shirt-schwarz_Store-Aktion.png?v=1782898703"},{"product_id":"kunstliche-intelligenz-unisex-t-shirt","title":"Künstliche Intelligenz, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e Künstliche Intelligenz wurde erfunden, weil die echte ausgeht.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57260224774519,"sku":"3826588_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57260224807287,"sku":"3826588_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57260224840055,"sku":"3826588_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57260224872823,"sku":"3826588_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57260224905591,"sku":"3826588_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57260224938359,"sku":"3826588_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57260227690871,"sku":"7444042_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57260227723639,"sku":"7444042_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57260227756407,"sku":"7444042_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57260227789175,"sku":"7444042_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57260227821943,"sku":"7444042_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57260227854711,"sku":"7444042_12650","price":34.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Kuenstliche_Intelligenz_T-Shirt-schwarz_Store-Aktion.png?v=1783172132"},{"product_id":"waschbrettbauch-unisex-t-shirt","title":"Waschbrettbauch, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e Waschbrettbauch? Hatte ich schon. Steht mir nicht.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57262028063095,"sku":"3477559_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57262028095863,"sku":"3477559_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57262028128631,"sku":"3477559_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57262028161399,"sku":"3477559_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57262028194167,"sku":"3477559_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57262028226935,"sku":"3477559_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57262028456311,"sku":"2103887_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57262028489079,"sku":"2103887_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57262028521847,"sku":"2103887_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57262028554615,"sku":"2103887_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57262028587383,"sku":"2103887_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57262028620151,"sku":"2103887_12650","price":34.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Waschbrettbauch_T-Shirt-schwarz_Store-Aktion.png?v=1783267069"},{"product_id":"der-markt-ist-zu-umkampft-unisex-t-shirt","title":"Der Markt ist zu umkämpft, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e Ich wollte mich als dumm durchschlagen. Der Markt ist zu umkämpft.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57284501176695,"sku":"9637085_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57284501209463,"sku":"9637085_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57284501242231,"sku":"9637085_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57284501274999,"sku":"9637085_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57284501307767,"sku":"9637085_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57284501340535,"sku":"9637085_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57284574937463,"sku":"5091597_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57284574970231,"sku":"5091597_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57284575002999,"sku":"5091597_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57284575035767,"sku":"5091597_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57284575068535,"sku":"5091597_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57284575101303,"sku":"5091597_12650","price":34.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Der_Markt_ist_zu_umkaempft_T-Shirt-schwarz_Store-Aktion.png?v=1783514320"},{"product_id":"ich-mache-keine-pause-unisex-t-shirt","title":"Ich mache keine Pause, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e Ich mache keine Pause. Das Werkzeug muss sich erholen.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57294625702263,"sku":"1376110_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57294625735031,"sku":"1376110_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57294625767799,"sku":"1376110_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57294625800567,"sku":"1376110_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57294625833335,"sku":"1376110_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57294625866103,"sku":"1376110_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57294627340663,"sku":"8242692_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57294627373431,"sku":"8242692_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57294627406199,"sku":"8242692_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57294627438967,"sku":"8242692_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57294627471735,"sku":"8242692_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57294627504503,"sku":"8242692_12650","price":34.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Ich_mache_keine_Pause_T-Shirt-schwarz_Store-Aktion.png?v=1783679334"},{"product_id":"ich-bin-nicht-perfekt-unisex-t-shirt","title":"Ich bin nicht perfekt, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e Ich bin nicht perfekt und arbeite auch nicht dran.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57299009601911,"sku":"2789719_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57299009634679,"sku":"2789719_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57299009667447,"sku":"2789719_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57299009700215,"sku":"2789719_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57299009732983,"sku":"2789719_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57299009765751,"sku":"2789719_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57299010781559,"sku":"2713737_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57299010814327,"sku":"2713737_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57299010847095,"sku":"2713737_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57299010879863,"sku":"2713737_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57299010912631,"sku":"2713737_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57299010945399,"sku":"2713737_12650","price":34.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Ich_bin_nicht_perfekt_T-Shirt-schwarz_Store-Aktion.png?v=1783934891"},{"product_id":"einen-scheiss-muss-ich-unisex-t-shirt","title":"Einen Scheiss muss ich, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e Einen Scheiss muss ich.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57304224727415,"sku":"4702380_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57304224760183,"sku":"4702380_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57304224792951,"sku":"4702380_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57304224825719,"sku":"4702380_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57304224858487,"sku":"4702380_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57304224891255,"sku":"4702380_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57304228790647,"sku":"5022013_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57304228823415,"sku":"5022013_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57304228856183,"sku":"5022013_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57304228888951,"sku":"5022013_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57304228921719,"sku":"5022013_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57304228954487,"sku":"5022013_12650","price":34.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Einen_Scheiss_muss_ich_T-Shirt-schwarz_Store-Aktion.png?v=1784119224"},{"product_id":"ich-kann-auch-nett-unisex-t-shirt","title":"Ich kann auch nett, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e Ich kann auch nett. Bringt aber nichts.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57316234854775,"sku":"7200159_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57316234887543,"sku":"7200159_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57316234920311,"sku":"7200159_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57316234953079,"sku":"7200159_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57316234985847,"sku":"7200159_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57316235018615,"sku":"7200159_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57316235215223,"sku":"4052706_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57316235247991,"sku":"4052706_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57316235280759,"sku":"4052706_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57316235313527,"sku":"4052706_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57316235346295,"sku":"4052706_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57316235379063,"sku":"4052706_12650","price":34.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Ich_kann_auch_nett_T-Shirt-schwarz_Store-Aktion.png?v=1784712310"},{"product_id":"ich-werde-nicht-alter-unisex-t-shirt","title":"Ich werde nicht älter, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e Ich werde nicht älter. Ich werde gefährlicher.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57342514069879,"sku":"2861404_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57342514102647,"sku":"2861404_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57342514135415,"sku":"2861404_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57342514168183,"sku":"2861404_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57342514200951,"sku":"2861404_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57342514233719,"sku":"2861404_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57342515675511,"sku":"6910631_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57342515708279,"sku":"6910631_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57342515741047,"sku":"6910631_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57342515773815,"sku":"6910631_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57342515806583,"sku":"6910631_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57342515839351,"sku":"6910631_12650","price":34.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Ich_werde_nicht_aelter_T-Shirt-schwarz_Store-Aktion.png?v=1785405330"},{"product_id":"ich-bin-nicht-stur-unisex-t-shirt","title":"Ich bin nicht stur, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e Ich bin nicht stur. Deine Meinung interessiert mich nur nicht.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57351584579959,"sku":"6265795_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57351584612727,"sku":"6265795_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57351584645495,"sku":"6265795_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57351584678263,"sku":"6265795_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57351584711031,"sku":"6265795_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57351584743799,"sku":"6265795_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57351587594615,"sku":"5097972_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57351587627383,"sku":"5097972_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57351587660151,"sku":"5097972_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57351587692919,"sku":"5097972_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57351587725687,"sku":"5097972_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57351587758455,"sku":"5097972_12650","price":34.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Ich_bin_nicht_stur_T-Shirt-schwarz_Store-Aktion.png?v=1785850754"},{"product_id":"ich-sag-s-durch-die-blume-unisex-t-shirt","title":"Ich sag’s durch die Blume, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e Ich sag’s durch die Blume – mit dem Strauß durch die Fresse.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57359145468279,"sku":"9947221_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57359145501047,"sku":"9947221_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57359145533815,"sku":"9947221_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57359145566583,"sku":"9947221_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57359145599351,"sku":"9947221_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57359145632119,"sku":"9947221_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57359182659959,"sku":"4183503_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57359182692727,"sku":"4183503_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57359182725495,"sku":"4183503_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57359182758263,"sku":"4183503_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57359182791031,"sku":"4183503_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57359182823799,"sku":"4183503_12650","price":34.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Ich_sag_s_durch_die_Blume_T-Shirt-schwarz_Store-Aktion.png?v=1786107943"},{"product_id":"ich-rege-mich-nicht-auf-unisex-t-shirt","title":"Ich rege mich nicht auf, Unisex T-Shirt","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e Ich rege mich nicht auf. Die anderen regen mich auf.\u003cbr\u003e\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57360614424951,"sku":"5194115_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57360614457719,"sku":"5194115_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57360614490487,"sku":"5194115_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57360614523255,"sku":"5194115_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57360614556023,"sku":"5194115_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57360614588791,"sku":"5194115_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57360645849463,"sku":"9320146_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57360645882231,"sku":"9320146_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57360645914999,"sku":"9320146_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57360645947767,"sku":"9320146_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57360645980535,"sku":"9320146_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57360646013303,"sku":"9320146_12650","price":34.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Ich_rege_mich_nicht_auf_T-Shirt-schwarz_Store-Aktion.png?v=1786202148"},{"product_id":"am-arsch-vorbei-unisex-t-shirt","title":"Am Arsch vorbei, Unisex T-Shirt","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cstrong\u003eStatement: \u003c\/strong\u003eOft dreh ich mich abrupt um und schau zu, wie’s mir am Arsch vorbeigeht.\u003cbr\u003e\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57362246697335,"sku":"3004150_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57362246730103,"sku":"3004150_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57362246762871,"sku":"3004150_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57362246795639,"sku":"3004150_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57362246828407,"sku":"3004150_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57362246861175,"sku":"3004150_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57362247713143,"sku":"2275765_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57362247745911,"sku":"2275765_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57362247778679,"sku":"2275765_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57362247811447,"sku":"2275765_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57362247844215,"sku":"2275765_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57362247876983,"sku":"2275765_12650","price":34.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Am_Arsch_vorbei_T-Shirt-schwarz_Store-Aktion.png?v=1786210991"},{"product_id":"ich-werde-nicht-alter-unisex-t-shirt-rucken","title":"Ich werde nicht älter, Unisex T-Shirt Rücken","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e Ich werde nicht älter. Ich werde gefährlicher.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57366796501367,"sku":"8616745_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57366796534135,"sku":"8616745_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57366796566903,"sku":"8616745_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57366796599671,"sku":"8616745_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57366796632439,"sku":"8616745_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57366796665207,"sku":"8616745_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57366804726135,"sku":"6167488_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57366804758903,"sku":"6167488_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57366804791671,"sku":"6167488_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57366804824439,"sku":"6167488_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57366804857207,"sku":"6167488_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57366804889975,"sku":"6167488_12650","price":34.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Ich_werde_nicht_aelter_T-Shirt-schwarz-Ruecken_Store-Aktion.png?v=1786370333"},{"product_id":"fruher-war-alles-besser-unisex-t-shirt-rucken","title":"Früher war alles besser, Unisex T-Shirt Rücken","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e Früher war alles besser. Ich bin von früher.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57367468147063,"sku":"5454934_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57367468179831,"sku":"5454934_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57367468212599,"sku":"5454934_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57367468245367,"sku":"5454934_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57367468278135,"sku":"5454934_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57367468310903,"sku":"5454934_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57367469654391,"sku":"8610552_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57367469687159,"sku":"8610552_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57367469719927,"sku":"8610552_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57367469752695,"sku":"8610552_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57367469785463,"sku":"8610552_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57367469818231,"sku":"8610552_12650","price":34.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Frueherwarallesbesser_T-Shirt-schwarz-Ruecken_Store-Aktion.png?v=1786391534"},{"product_id":"ich-bin-kein-therapeut-unisex-t-shirt-rucken","title":"Ich bin kein Therapeut, Unisex T-Shirt Rücken","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e Ich bin kein Therapeut für Menschen, die einen Exorzisten brauchen.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57367471325559,"sku":"1091797_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57367471358327,"sku":"1091797_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57367471391095,"sku":"1091797_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57367471423863,"sku":"1091797_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57367471456631,"sku":"1091797_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57367471489399,"sku":"1091797_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57367473783159,"sku":"3940846_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57367473815927,"sku":"3940846_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57367473848695,"sku":"3940846_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57367473881463,"sku":"3940846_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57367473914231,"sku":"3940846_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57367473946999,"sku":"3940846_12650","price":34.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/IchbinkeinTherapeut_T-Shirt-schwarz-Ruecken_Store-Aktion.png?v=1786391470"},{"product_id":"am-arsch-vorbei-unisex-t-shirt-rucken","title":"Am Arsch vorbei, Unisex T-Shirt Rücken","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cstrong\u003eStatement: \u003c\/strong\u003eOft dreh ich mich abrupt um und schau zu, wie’s mir am Arsch vorbeigeht.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57373191799159,"sku":"7061437_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57373191831927,"sku":"7061437_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57373191864695,"sku":"7061437_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57373191897463,"sku":"7061437_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57373191930231,"sku":"7061437_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57373191962999,"sku":"7061437_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57373203530103,"sku":"2046706_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57373203562871,"sku":"2046706_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57373203595639,"sku":"2046706_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57373203628407,"sku":"2046706_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57373203661175,"sku":"2046706_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57373203693943,"sku":"2046706_12650","price":34.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/AmArschvorbei_T-Shirt-schwarz-Ruecken_Store-Aktion.png?v=1786693876"},{"product_id":"kunstliche-intelligenz-unisex-t-shirt-rucken","title":"Künstliche Intelligenz, Unisex T-Shirt Rücken","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e Künstliche Intelligenz wurde erfunden, weil die echte ausgeht.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57373221355895,"sku":"8707207_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57373221388663,"sku":"8707207_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57373221421431,"sku":"8707207_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57373221454199,"sku":"8707207_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57373221486967,"sku":"8707207_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57373221519735,"sku":"8707207_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57373226991991,"sku":"2832339_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57373227024759,"sku":"2832339_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57373227057527,"sku":"2832339_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57373227090295,"sku":"2832339_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57373227123063,"sku":"2832339_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57373227155831,"sku":"2832339_12650","price":34.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/KuenstlicheIntelligenz_T-Shirt-schwarz-Ruecken_Store-Aktion.png?v=1786693826"},{"product_id":"ich-bleib-so-wie-ich-bin-unisex-t-shirt-rucken","title":"Ich bleib so wie ich bin, Unisex T-Shirt Rücken","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e Ich bleib so, wie ich bin, schon allein weil es andere stört!\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57375324078455,"sku":"1937438_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57375324111223,"sku":"1937438_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57375324143991,"sku":"1937438_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57375324176759,"sku":"1937438_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57375324209527,"sku":"1937438_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57375324242295,"sku":"1937438_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57375324569975,"sku":"3167386_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57375324602743,"sku":"3167386_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57375324635511,"sku":"3167386_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57375324668279,"sku":"3167386_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57375324701047,"sku":"3167386_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57375324733815,"sku":"3167386_12650","price":34.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Ichbleibsowieichbin_T-Shirt-schwarz-Ruecken_Store-Aktion.png?v=1786693931"},{"product_id":"arsch-kriechen-unisex-t-shirt-rucken","title":"Arsch kriechen, Unisex T-Shirt Rücken","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.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57378337325431,"sku":"8672615_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57378337358199,"sku":"8672615_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57378337390967,"sku":"8672615_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57378337423735,"sku":"8672615_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57378337456503,"sku":"8672615_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57378337489271,"sku":"8672615_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57378340176247,"sku":"5132968_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57378340209015,"sku":"5132968_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57378340241783,"sku":"5132968_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57378340274551,"sku":"5132968_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57378340307319,"sku":"5132968_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57378340340087,"sku":"5132968_12650","price":34.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Arschkriechen_T-Shirt-schwarz-Ruecken_Store-Aktionen.png?v=1786874714"},{"product_id":"der-teufel-am-bett-unisex-t-shirt-rucken","title":"Der Teufel am Bett, Unisex T-Shirt Rücken","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e Jede Nacht sitzt der Teufel an meinem Bett und bewundert sein Meisterwerk.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57378355249527,"sku":"7594043_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57378355282295,"sku":"7594043_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57378355315063,"sku":"7594043_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57378355347831,"sku":"7594043_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57378355380599,"sku":"7594043_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57378355413367,"sku":"7594043_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57378369864055,"sku":"5931622_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57378369896823,"sku":"5931622_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57378369929591,"sku":"5931622_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57378369962359,"sku":"5931622_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57378369995127,"sku":"5931622_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57378370027895,"sku":"5931622_12650","price":34.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/DerTeufelamBett_T-Shirt-schwarz-Ruecken_Store-Aktionen.png?v=1786874567"},{"product_id":"einen-scheiss-muss-ich-unisex-t-shirt-rucken","title":"Einen Scheiss muss ich, Unisex T-Shirt Rücken","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e Einen Scheiss muss ich.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57386931913079,"sku":"2782048_11546","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57386931945847,"sku":"2782048_11547","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57386931978615,"sku":"2782048_11548","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57386932011383,"sku":"2782048_11549","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57386932044151,"sku":"2782048_11550","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57386932076919,"sku":"2782048_12644","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57386946920823,"sku":"1251831_11576","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57386946953591,"sku":"1251831_11577","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57386946986359,"sku":"1251831_11578","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57386947019127,"sku":"1251831_11579","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57386947051895,"sku":"1251831_11580","price":34.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57386947084663,"sku":"1251831_12650","price":34.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/EinenScheissmussich_T-Shirt-schwarz-Ruecken_Store-Aktion.png?v=1786967303"}],"url":"https:\/\/seelenschwarz.com\/collections\/statement-shirts.oembed?page=2","provider":"SEELENSCHWARZ","version":"1.0","type":"link"}