{"title":"T-Shirts mit Sprüchen","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: 16px;\n  --spacing-lg: 24px;\n  --spacing-xl: 48px;\n  --spacing-2xl: 58px;\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\nimg {\n  max-width: 100%;\n  height: auto;\n  display: block;\n  border-radius: var(--radius-sm);\n}\n\na {\n  color: var(--color-accent);\n  text-decoration: none;\n}\n\na:hover {\n  color: var(--color-secondary);\n}\n\nul, ol {\n  list-style: none;\n}\n\n.tshi-section-container {\n  max-width: 140rem;\n  margin: 0 auto;\n  padding: 0 var(--spacing-md);\n}\n\n.tshi-section-header {\n  margin-bottom: var(--spacing-xl);\n  text-align: left;\n}\n\n.tshi-section-header h2 {\n  color: var(--color-text-heading);\n  line-height: 1.2;\n  margin-bottom: 4px;\n}\n\n.tshi-section-header p {\n  color: var(--color-text);\n  max-width: 640px;\n}\n\n.tshi-section-eyebrow {\n  display: inline-block;\n  color: var(--color-accent);\n  margin-bottom: 4px;\n}\n\n.tshi-two-column {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: var(--spacing-md);\n  align-items: center;\n}\n\n.tshi-three-column {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: var(--spacing-md);\n}\n\n.tshi-four-column {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: var(--spacing-md);\n}\n\n.tshi-col {\n  min-width: 0;\n}\n\n.tshi-button {\n  display: inline-block;\n  padding: 12px 30px;\n  border-radius: var(--radius-md);\n  border: none;\n  cursor: pointer;\n  text-decoration: none;\n  text-align: center;\n  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;\n}\n\n.tshi-button-primary {\n  background-color: var(--color-accent);\n  color: var(--color-secondary);\n  border: 1px solid var(--color-secondary);\n}\n\n.tshi-button-primary:hover {\n  background-color: var(--color-accent-hover);\n  color: var(--color-secondary);\n}\n\n.tshi-button-secondary {\n  background-color: transparent;\n  color: var(--color-accent);\n  border: 1px solid var(--color-accent);\n}\n\n.tshi-button-secondary:hover {\n  background-color: var(--color-accent);\n  color: var(--color-secondary);\n}\n\n.tshi-button-outline {\n  background-color: transparent;\n  color: var(--color-secondary);\n  border: 1px solid var(--color-secondary);\n}\n\n.tshi-button-outline:hover {\n  background-color: rgba(255, 255, 255, 0.08);\n}\n\n.tshi-button-large {\n  padding: 16px 40px;\n}\n\n.tshi-card {\n  background: transparent;\n  border: none;\n  border-radius: var(--radius-sm);\n  box-shadow: var(--shadow-sm);\n  overflow: hidden;\n}\n\n\/* === HERO SECTION === *\/\n\n.tshi-hero-section {\n  padding: var(--spacing-2xl) 0;\n  background-color: var(--color-bg-dark);\n}\n\n.tshi-hero-eyebrow {\n  display: inline-block;\n  color: var(--color-accent);\n  margin-bottom: var(--spacing-md);\n}\n\n.tshi-dual-heading {\n  color: var(--color-text-heading);\n  margin-bottom: var(--spacing-lg);\n}\n\n.tshi-heading-primary {\n  display: block;\n  color: var(--color-text-heading);\n}\n\n.tshi-heading-secondary {\n  display: block;\n  color: var(--color-text);\n}\n\n.tshi-headline-glow {\n  color: var(--color-accent);\n}\n\n.tshi-hero-subtext {\n  color: var(--color-text);\n  margin-bottom: var(--spacing-lg);\n  max-width: 560px;\n}\n\n.tshi-cta-actions {\n  display: flex;\n  flex-wrap: wrap;\n  gap: var(--spacing-md);\n  align-items: center;\n  margin-bottom: var(--spacing-lg);\n}\n\n.tshi-cta-note {\n  color: var(--color-text-light);\n  width: 100%;\n  margin-top: var(--spacing-sm);\n}\n\n.tshi-feature-list {\n  color: var(--color-text);\n  display: flex;\n  flex-direction: column;\n  gap: var(--spacing-sm);\n}\n\n.tshi-feature-list li {\n  color: var(--color-text);\n}\n\n.tshi-hero-image-wrapper {\n  position: relative;\n}\n\n.tshi-hero-image-badge {\n  position: absolute;\n  top: var(--spacing-md);\n  left: var(--spacing-md);\n}\n\n.tshi-badge-label {\n  display: inline-block;\n  background-color: var(--color-accent);\n  color: var(--color-secondary);\n  padding: 4px 12px;\n  border-radius: var(--radius-lg);\n}\n\n\/* === PRODUCT SECTION === *\/\n\n.tshi-product-section {\n  padding: var(--spacing-2xl) 0;\n  background-color: var(--color-bg-dark);\n}\n\n.tshi-product-grid {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: 4px;\n}\n\n.tshi-product-card {\n  background: transparent;\n  text-align: left;\n}\n\n.tshi-product-card-image {\n  margin-bottom: var(--spacing-sm);\n  overflow: hidden;\n}\n\n.tshi-product-card-body {\n  padding: var(--spacing-sm) 0;\n}\n\n.tshi-product-card-body h3 {\n  color: var(--color-text-heading);\n  margin-bottom: 4px;\n}\n\n.tshi-product-price {\n  color: var(--color-accent);\n}\n\n.tshi-product-grid-cta {\n  text-align: center;\n  margin-top: var(--spacing-xl);\n}\n\n\/* === CATEGORY SECTION === *\/\n\n.tshi-category-section {\n  padding: var(--spacing-2xl) 0;\n  background-color: var(--color-bg-dark);\n}\n\n.tshi-category-grid {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: 4px;\n}\n\n.tshi-category-card {\n  display: block;\n  text-decoration: none;\n  background: transparent;\n  transition: opacity 0.2s ease;\n}\n\n.tshi-category-card:hover {\n  opacity: 0.85;\n}\n\n.tshi-category-card-image {\n  overflow: hidden;\n  margin-bottom: var(--spacing-sm);\n}\n\n.tshi-category-card-body {\n  padding: var(--spacing-sm) 0;\n}\n\n.tshi-category-card-body h3 {\n  color: var(--color-text-heading);\n  margin-bottom: 4px;\n}\n\n.tshi-category-card-body p {\n  color: var(--color-text);\n  margin-bottom: var(--spacing-sm);\n}\n\n.tshi-category-card-link {\n  color: var(--color-accent);\n}\n\n\/* === USP SECTION === *\/\n\n.tshi-usp-section {\n  padding: var(--spacing-2xl) 0;\n  background-color: var(--color-bg-dark);\n}\n\n.tshi-usp-block {\n  margin-bottom: var(--spacing-2xl);\n}\n\n.tshi-usp-block:last-child {\n  margin-bottom: 0;\n}\n\n.tshi-usp-number {\n  display: inline-block;\n  color: var(--color-accent);\n  margin-bottom: var(--spacing-sm);\n}\n\n.tshi-usp-block h3 {\n  color: var(--color-text-heading);\n  margin-bottom: var(--spacing-md);\n}\n\n.tshi-headline-highlight {\n  color: var(--color-accent);\n}\n\n.tshi-usp-block p {\n  color: var(--color-text);\n  margin-bottom: var(--spacing-md);\n}\n\n.tshi-usp-highlights {\n  display: flex;\n  flex-direction: column;\n  gap: var(--spacing-sm);\n}\n\n.tshi-usp-highlights li {\n  color: var(--color-text);\n  padding-left: var(--spacing-md);\n  position: relative;\n}\n\n.tshi-usp-highlights li::before {\n  content: \"✔\";\n  position: absolute;\n  left: 0;\n  color: var(--color-accent);\n}\n\n\/* === DETAILS SECTION === *\/\n\n.tshi-details-section {\n  padding: var(--spacing-2xl) 0;\n  background-color: var(--color-bg-dark);\n}\n\n.tshi-details-grid {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: var(--spacing-lg);\n}\n\n.tshi-detail-card {\n  background: transparent;\n  padding: var(--spacing-lg);\n  border: 1px solid rgba(255, 255, 255, 0.08);\n  border-radius: var(--radius-sm);\n}\n\n.tshi-detail-icon {\n  width: 64px;\n  height: 64px;\n  margin-bottom: var(--spacing-md);\n}\n\n.tshi-detail-card h3 {\n  color: var(--color-text-heading);\n  margin-bottom: var(--spacing-sm);\n}\n\n.tshi-detail-card p {\n  color: var(--color-text);\n  margin-bottom: var(--spacing-md);\n}\n\n.tshi-detail-specs {\n  display: flex;\n  flex-direction: column;\n  gap: 4px;\n}\n\n.tshi-detail-specs li {\n  color: var(--color-text-light);\n  padding-left: var(--spacing-md);\n  position: relative;\n}\n\n.tshi-detail-specs li::before {\n  content: \"•\";\n  position: absolute;\n  left: 0;\n  color: var(--color-accent);\n}\n\n\/* === AUDIENCE SECTION === *\/\n\n.tshi-audience-section {\n  padding: var(--spacing-2xl) 0;\n  background-color: var(--color-bg-dark);\n}\n\n.tshi-audience-grid {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: var(--spacing-lg);\n}\n\n.tshi-audience-card {\n  background: transparent;\n}\n\n.tshi-audience-card-image {\n  margin-bottom: var(--spacing-md);\n  overflow: hidden;\n}\n\n.tshi-audience-card-body h3 {\n  color: var(--color-text-heading);\n  margin-bottom: var(--spacing-sm);\n}\n\n.tshi-audience-card-body p {\n  color: var(--color-text);\n  margin-bottom: var(--spacing-md);\n}\n\n\/* === INSPIRATION SECTION === *\/\n\n.tshi-inspiration-section {\n  padding: var(--spacing-2xl) 0;\n  background-color: var(--color-bg-dark);\n}\n\n.tshi-inspiration-grid {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: var(--spacing-md);\n  margin-bottom: var(--spacing-xl);\n}\n\n.tshi-inspiration-card {\n  background: transparent;\n  padding: var(--spacing-lg);\n  border: 1px solid rgba(255, 255, 255, 0.08);\n  border-radius: var(--radius-sm);\n}\n\n.tshi-inspiration-card-icon {\n  width: 48px;\n  height: 48px;\n  margin-bottom: var(--spacing-md);\n}\n\n.tshi-inspiration-card h3 {\n  color: var(--color-text-heading);\n  margin-bottom: var(--spacing-sm);\n}\n\n.tshi-inspiration-card p {\n  color: var(--color-text);\n}\n\n.tshi-inspiration-tip {\n  padding: var(--spacing-lg);\n  border: 1px solid rgba(255, 255, 255, 0.08);\n  border-radius: var(--radius-sm);\n  text-align: center;\n}\n\n.tshi-inspiration-tip p {\n  color: var(--color-text);\n  margin-bottom: var(--spacing-md);\n}\n\n\/* === TRUST SECTION === *\/\n\n.tshi-trust-section {\n  padding: var(--spacing-2xl) 0;\n  background-color: var(--color-bg-dark);\n}\n\n.tshi-trust-section h2 {\n  color: var(--color-text-heading);\n  margin-bottom: var(--spacing-md);\n}\n\n.tshi-trust-section p {\n  color: var(--color-text);\n  margin-bottom: var(--spacing-md);\n}\n\n.tshi-trust-badges {\n  display: flex;\n  flex-direction: column;\n  gap: var(--spacing-lg);\n}\n\n.tshi-trust-badge {\n  margin-bottom: var(--spacing-md);\n}\n\n.tshi-shipping-details {\n  display: flex;\n  flex-direction: column;\n  gap: var(--spacing-sm);\n}\n\n.tshi-shipping-details li {\n  color: var(--color-text);\n}\n\n\/* === FAQ SECTION === *\/\n\n.tshi-faq-section {\n  padding: var(--spacing-2xl) 0;\n  background-color: var(--color-bg-dark);\n}\n\n.tshi-faq-list {\n  max-width: 800px;\n}\n\n.tshi-faq-item {\n  border-bottom: 1px solid rgba(255, 255, 255, 0.1);\n}\n\n.tshi-faq-question {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  padding: var(--spacing-md) 0;\n  cursor: pointer;\n  color: var(--color-text-heading);\n  list-style: none;\n}\n\n.tshi-faq-question::-webkit-details-marker {\n  display: none;\n}\n\n.tshi-faq-question::marker {\n  content: \"\";\n}\n\n.tshi-faq-icon::after {\n  content: \"+\";\n  color: var(--color-accent);\n  display: inline-block;\n  transition: transform 0.2s ease;\n}\n\n.tshi-faq-item[open] .tshi-faq-icon::after {\n  content: \"−\";\n}\n\n.tshi-faq-answer {\n  padding: 0 0 var(--spacing-md) 0;\n}\n\n.tshi-faq-answer p {\n  color: var(--color-text);\n}\n\n\/* === FINAL CTA SECTION === *\/\n\n.tshi-cta-section {\n  padding: var(--spacing-2xl) 0;\n  background-color: var(--color-bg-dark);\n}\n\n.tshi-cta-centered {\n  text-align: center;\n  max-width: 720px;\n  margin: 0 auto;\n}\n\n.tshi-cta-eyebrow {\n  display: inline-block;\n  color: var(--color-accent);\n  margin-bottom: var(--spacing-sm);\n}\n\n.tshi-cta-centered h2 {\n  color: var(--color-text-heading);\n  margin-bottom: var(--spacing-md);\n}\n\n.tshi-cta-centered p {\n  color: var(--color-text);\n  margin-bottom: var(--spacing-lg);\n}\n\n.tshi-cta-final .tshi-cta-actions {\n  justify-content: center;\n}\n\n\/* === RESPONSIVE: TABLET (768px+) === *\/\n\n@media (min-width: 768px) {\n  .tshi-section-container {\n    padding: 0 var(--spacing-lg);\n  }\n\n  .tshi-two-column {\n    grid-template-columns: 1fr 1fr;\n    gap: var(--spacing-sm);\n  }\n\n  .tshi-three-column {\n    grid-template-columns: repeat(3, 1fr);\n    gap: var(--spacing-sm);\n  }\n\n  .tshi-four-column {\n    grid-template-columns: repeat(2, 1fr);\n    gap: var(--spacing-sm);\n  }\n\n  .tshi-product-grid {\n    grid-template-columns: repeat(2, 1fr);\n    gap: 8px;\n  }\n\n  .tshi-category-grid {\n    grid-template-columns: repeat(2, 1fr);\n    gap: 8px;\n  }\n\n  .tshi-details-grid {\n    grid-template-columns: repeat(3, 1fr);\n    gap: var(--spacing-sm);\n  }\n\n  .tshi-audience-grid {\n    grid-template-columns: repeat(2, 1fr);\n    gap: var(--spacing-lg);\n  }\n\n  .tshi-inspiration-grid {\n    grid-template-columns: repeat(2, 1fr);\n    gap: var(--spacing-sm);\n  }\n\n  .tshi-reversed .tshi-col-text {\n    order: 2;\n  }\n\n  .tshi-reversed .tshi-col-image {\n    order: 1;\n  }\n}\n\n\/* === RESPONSIVE: DESKTOP (1024px+) === *\/\n\n@media (min-width: 1024px) {\n  .tshi-section-container {\n    padding: 0 var(--spacing-xl);\n  }\n\n  .tshi-two-column {\n    gap: var(--spacing-lg);\n  }\n\n  .tshi-four-column {\n    grid-template-columns: repeat(4, 1fr);\n    gap: var(--spacing-sm);\n  }\n\n  .tshi-product-grid {\n    grid-template-columns: repeat(3, 1fr);\n    gap: 8px;\n  }\n\n  .tshi-category-grid {\n    grid-template-columns: repeat(3, 1fr);\n    gap: 8px;\n  }\n\n  .tshi-inspiration-grid {\n    grid-template-columns: repeat(5, 1fr);\n    gap: var(--spacing-sm);\n  }\n\n  .tshi-faq-list {\n    max-width: 800px;\n  }\n\n  .tshi-hero-section {\n    padding: var(--spacing-2xl) 0;\n  }\n}\n\u003c\/style\u003e\n\n\u003cstyle\u003e\n.tshi-s3-category-grid {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: var(--spacing-lg);\n}\n\n.tshi-s3-category-card {\n  display: block;\n  text-decoration: none;\n  background: transparent;\n  border: 1px solid rgba(255, 255, 255, 0.08);\n  border-radius: var(--radius-sm);\n  padding: var(--spacing-lg);\n  transition: border-color 0.2s ease, transform 0.2s ease;\n}\n\n.tshi-s3-category-card:hover {\n  border-color: rgba(31, 169, 180, 0.3);\n  transform: translateY(-2px);\n}\n\n.tshi-s3-category-card-icon {\n  margin-bottom: var(--spacing-md);\n}\n\n.tshi-s3-category-card-icon svg {\n  width: 48px;\n  height: 48px;\n  color: var(--color-accent);\n}\n\n.tshi-s3-category-card-body {\n  padding: 0;\n}\n\n.tshi-s3-category-card-body h3 {\n  color: var(--color-text-heading);\n  margin-bottom: var(--spacing-sm);\n}\n\n.tshi-s3-category-card-body p {\n  color: var(--color-text);\n  margin-bottom: var(--spacing-md);\n}\n\n.tshi-s3-category-card-link {\n  color: var(--color-accent);\n  transition: color 0.2s ease;\n}\n\n.tshi-s3-category-card:hover .tshi-s3-category-card-link {\n  color: var(--color-secondary);\n}\n\n@media (min-width: 768px) {\n  .tshi-s3-category-grid {\n    grid-template-columns: repeat(2, 1fr);\n    gap: var(--spacing-lg);\n  }\n}\n\n@media (min-width: 1024px) {\n  .tshi-s3-category-grid {\n    grid-template-columns: repeat(3, 1fr);\n    gap: var(--spacing-lg);\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"tshi-category-section\" id=\"kategorien\"\u003e\n  \u003cdiv class=\"tshi-section-container\"\u003e\n    \u003cdiv class=\"tshi-section-header\"\u003e\n      \u003cspan class=\"tshi-section-eyebrow\"\u003eSchnell finden\u003c\/span\u003e\n      \u003ch2\u003eUnsere Sprüche-Kategorien\u003c\/h2\u003e\n      \u003cp\u003eNicht jeder Humor passt zu jedem Moment. Deshalb sortieren wir vor.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tshi-s3-category-grid\"\u003e\n\n      \u003ca href=\"https:\/\/seelenschwarz.com\/collections\/statement-shirts\" class=\"tshi-s3-category-card\"\u003e\n        \u003cdiv class=\"tshi-s3-category-card-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\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\/div\u003e\n        \u003cdiv class=\"tshi-s3-category-card-body\"\u003e\n          \u003ch3\u003eStatement-Shirts\u003c\/h3\u003e\n          \u003cp\u003eKlare Haltung, wenig Worte. Für alle, die ihr Sprüche-Shirt als leises Ausrufezeichen tragen.\u003c\/p\u003e\n          \u003cspan class=\"tshi-s3-category-card-link\"\u003eKollektion ansehen →\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/a\u003e\n\n      \u003ca href=\"https:\/\/seelenschwarz.com\/collections\/schwarzer-humor-t-shirts\" class=\"tshi-s3-category-card\"\u003e\n        \u003cdiv class=\"tshi-s3-category-card-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\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\/div\u003e\n        \u003cdiv class=\"tshi-s3-category-card-body\"\u003e\n          \u003ch3\u003eSchwarzer Humor T-Shirts\u003c\/h3\u003e\n          \u003cp\u003eFür den Moment, in dem Lachen die einzig vernünftige Reaktion ist. Nicht für Zartbesaitete.\u003c\/p\u003e\n          \u003cspan class=\"tshi-s3-category-card-link\"\u003eKollektion ansehen →\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/a\u003e\n\n      \u003ca href=\"https:\/\/seelenschwarz.com\/collections\/fun-shirts\" class=\"tshi-s3-category-card\"\u003e\n        \u003cdiv class=\"tshi-s3-category-card-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 14s1.5 2 4 2 4-2 4-2\"\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\/div\u003e\n        \u003cdiv class=\"tshi-s3-category-card-body\"\u003e\n          \u003ch3\u003eFun Shirts\u003c\/h3\u003e\n          \u003cp\u003eWitzige Sprüche für T-Shirts ohne doppelten Boden. Party, Festival, Büro-Wichteln – hier wirst du fündig.\u003c\/p\u003e\n          \u003cspan class=\"tshi-s3-category-card-link\"\u003eKollektion ansehen →\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/a\u003e\n\n      \u003ca href=\"https:\/\/seelenschwarz.com\/collections\/meme-shirts\" class=\"tshi-s3-category-card\"\u003e\n        \u003cdiv class=\"tshi-s3-category-card-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cline x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpath d=\"M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tshi-s3-category-card-body\"\u003e\n          \u003ch3\u003eMeme Shirts\u003c\/h3\u003e\n          \u003cp\u003eInternet-Humor zum Anziehen. Wer's kennt, grinst. Wer nicht, googelt.\u003c\/p\u003e\n          \u003cspan class=\"tshi-s3-category-card-link\"\u003eKollektion ansehen →\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/a\u003e\n\n      \u003ca href=\"https:\/\/seelenschwarz.com\/collections\/t-shirts-fuer-maenner\" class=\"tshi-s3-category-card\"\u003e\n        \u003cdiv class=\"tshi-s3-category-card-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2\"\u003e\u003c\/path\u003e\u003ccircle cx=\"12\" cy=\"7\" r=\"4\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tshi-s3-category-card-body\"\u003e\n          \u003ch3\u003eT-Shirts für Männer\u003c\/h3\u003e\n          \u003cp\u003eKuratierte Motive, Unisex-Schnitt. Für Männer, die lieber ein witziges T-Shirt sprechen lassen als Smalltalk.\u003c\/p\u003e\n          \u003cspan class=\"tshi-s3-category-card-link\"\u003eKollektion ansehen →\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/a\u003e\n\n      \u003ca href=\"https:\/\/seelenschwarz.com\/collections\/t-shirts-fuer-damen\" class=\"tshi-s3-category-card\"\u003e\n        \u003cdiv class=\"tshi-s3-category-card-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\u003e\u003c\/path\u003e\u003ccircle cx=\"9\" cy=\"7\" r=\"4\"\u003e\u003c\/circle\u003e\u003cpath d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\u003e\u003c\/path\u003e\u003cpath d=\"M16 3.13a4 4 0 0 1 0 7.75\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tshi-s3-category-card-body\"\u003e\n          \u003ch3\u003eT-Shirts für Damen\u003c\/h3\u003e\n          \u003cp\u003eGleiche Kante, gleiche Qualität. Witzige Shirts, die nicht in die „süß \u0026amp; harmlos\"-Schublade passen.\u003c\/p\u003e\n          \u003cspan class=\"tshi-s3-category-card-link\"\u003eKollektion ansehen →\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.tshi-usp-grid .tshi-usp-block {\n  margin-bottom: 0;\n  padding: var(--spacing-lg);\n  border: 1px solid rgba(255, 255, 255, 0.08);\n  border-radius: var(--radius-sm);\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"tshi-usp-section\"\u003e\n  \u003cdiv class=\"tshi-section-container\"\u003e\n    \u003cdiv class=\"tshi-section-header\"\u003e\n      \u003cspan class=\"tshi-section-eyebrow\"\u003eWarum SEELENSCHWARZ\u003c\/span\u003e\n      \u003ch2\u003eKeine normalen Sprüche-Shirts. Das steckt dahinter.\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tshi-three-column tshi-usp-grid\"\u003e\n\n      \u003cdiv class=\"tshi-usp-block tshi-col\"\u003e\n        \u003cspan class=\"tshi-usp-number\"\u003e01\u003c\/span\u003e\n        \u003ch3\u003e\n\u003cspan class=\"tshi-headline-highlight\"\u003eReaction-Rated-Gate:\u003c\/span\u003e Nur Motive mit echter Reaktion kommen rein\u003c\/h3\u003e\n        \u003cp\u003eJedes Design bei SEELENSCHWARZ durchläuft unser Reaction-Rated-Gate – ein internes Prüfverfahren, bevor ein Motiv live geht. Entwürfe werden einer Testgruppe vorgelegt und nach Reaktionsstärke bewertet. Nur Designs mit einem Reaction-Score über 70 % schaffen es in den Shop.\u003c\/p\u003e\n        \u003cul class=\"tshi-usp-highlights\"\u003e\n          \u003cli\u003eWeniger scrollen, mehr treffen\u003c\/li\u003e\n          \u003cli\u003eKuratierte Auswahl statt endloses Blättern\u003c\/li\u003e\n          \u003cli\u003eSatire ist Stilmittel, nicht Ausrede\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tshi-usp-block tshi-col\"\u003e\n        \u003cspan class=\"tshi-usp-number\"\u003e02\u003c\/span\u003e\n        \u003ch3\u003e\n\u003cspan class=\"tshi-headline-highlight\"\u003ePremium-Direktdruck:\u003c\/span\u003e Statt Folien-Feeling und Massenware\u003c\/h3\u003e\n        \u003cp\u003eBei SEELENSCHWARZ setzen wir auf Premium-Direktdruck (DTG). Die Farbe wird direkt in die Faser gedruckt – kein Auftragen, kein Aufkleben. Das Ergebnis: ein Druckbild, das sich weich anfühlt, langlebig bleibt und auch nach vielen Wäschen klar aussieht.\u003c\/p\u003e\n        \u003cul class=\"tshi-usp-highlights\"\u003e\n          \u003cli\u003eDTG-Direktdruck in die Baumwollfaser\u003c\/li\u003e\n          \u003cli\u003eWeich, langlebig, kein Plastik-Gefühl\u003c\/li\u003e\n          \u003cli\u003eKein Vergleich zu Massenware von der Stange\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tshi-usp-block tshi-col\"\u003e\n        \u003cspan class=\"tshi-usp-number\"\u003e03\u003c\/span\u003e\n        \u003ch3\u003e\n\u003cspan class=\"tshi-headline-highlight\"\u003eRisiko rausnehmen:\u003c\/span\u003e 30 Tage Rückgabe + Fit Guarantee\u003c\/h3\u003e\n        \u003cp\u003ePasst nicht? Kein Drama. Du hast 30 Tage Rückgaberecht – kostenloser Rückversand in Deutschland und Österreich inklusive. Falsche Größe erwischt? Die Fit Guarantee gibt dir kostenlosen Größenumtausch innerhalb von 30 Tagen.\u003c\/p\u003e\n        \u003cul class=\"tshi-usp-highlights\"\u003e\n          \u003cli\u003e30 Tage Rückgabe – kostenloser Rückversand\u003c\/li\u003e\n          \u003cli\u003eFit Guarantee: kostenloser Größenumtausch\u003c\/li\u003e\n          \u003cli\u003eKein Risiko. Kein Kleingedrucktes.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.tshi-s5-detail-icon svg {\n  width: 48px;\n  height: 48px;\n  color: var(--color-accent);\n}\n\n.tshi-s5-detail-specs li {\n  transition: color 0.2s ease;\n}\n\n.tshi-s5-detail-specs li:hover {\n  color: var(--color-accent);\n}\n\n.tshi-detail-card {\n  transition: border-color 0.2s ease, transform 0.2s ease;\n}\n\n.tshi-detail-card:hover {\n  border-color: rgba(31, 169, 180, 0.3);\n  transform: translateY(-2px);\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"tshi-details-section\"\u003e\n  \u003cdiv class=\"tshi-section-container\"\u003e\n    \u003cdiv class=\"tshi-section-header\"\u003e\n      \u003cspan class=\"tshi-section-eyebrow\"\u003eDas steckt drin\u003c\/span\u003e\n      \u003ch2\u003eIn jedem Sprüche-T-Shirt\u003c\/h2\u003e\n      \u003cp\u003eKein Billig-Shirt. Kein Kompromiss. Drei Qualitätsversprechen.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tshi-details-grid\"\u003e\n\n      \u003cdiv class=\"tshi-detail-card\"\u003e\n        \u003cdiv class=\"tshi-detail-icon tshi-s5-detail-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M20.38 3.46 16 2a4 4 0 0 1-8 0L3.62 3.46a2 2 0 0 0-1.34 2.23l.58 3.47a1 1 0 0 0 .99.84H6v10c0 1.1.9 2 2 2h8a2 2 0 0 0 2-2V10h2.15a1 1 0 0 0 .99-.84l.58-3.47a2 2 0 0 0-1.34-2.23z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003eStoff \u0026amp; Gefühl\u003c\/h3\u003e\n        \u003cp\u003e100 % Baumwolle, 170–180 g\/m². Solides Mittelgewicht – formstabil, alltagstauglich, angenehm auf der Haut. Ob als Layering-Piece unter der Jacke oder als Solo-Statement.\u003c\/p\u003e\n        \u003cul class=\"tshi-detail-specs tshi-s5-detail-specs\"\u003e\n          \u003cli\u003e100 % Baumwolle\u003c\/li\u003e\n          \u003cli\u003e170–180 g\/m² Stoffgewicht\u003c\/li\u003e\n          \u003cli\u003eFormstabil nach vielen Wäschen\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tshi-detail-card\"\u003e\n        \u003cdiv class=\"tshi-detail-icon tshi-s5-detail-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M12 22a7 7 0 0 0 7-7c0-2-1-3.9-3-5.5s-3.5-4-4-6.5c-.5 2.5-2 4.9-4 6.5C6 11.1 5 13 5 15a7 7 0 0 0 7 7z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003eDruck, der hält\u003c\/h3\u003e\n        \u003cp\u003ePremium-Direktdruck, waschmaschinenfest. Bei 30 °C waschen, auf links drehen und nicht direkt über den Druck bügeln. Mehr brauchst du nicht zu wissen.\u003c\/p\u003e\n        \u003cul class=\"tshi-detail-specs tshi-s5-detail-specs\"\u003e\n          \u003cli\u003eDTG-Direktdruck\u003c\/li\u003e\n          \u003cli\u003eWaschmaschinenfest bei 30 °C\u003c\/li\u003e\n          \u003cli\u003eFarbecht über viele Waschgänge\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tshi-detail-card\"\u003e\n        \u003cdiv class=\"tshi-detail-icon tshi-s5-detail-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"15 3 21 3 21 9\"\u003e\u003c\/polyline\u003e\u003cpolyline points=\"9 21 3 21 3 15\"\u003e\u003c\/polyline\u003e\u003cline x1=\"21\" y1=\"3\" x2=\"14\" y2=\"10\"\u003e\u003c\/line\u003e\u003cline x1=\"3\" y1=\"21\" x2=\"10\" y2=\"14\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003ePassform \u0026amp; Größen\u003c\/h3\u003e\n        \u003cp\u003eKlassischer Unisex-Schnitt mit klarer, gerader Passform – stabil und formbeständig, ohne zu schlabbern. Verfügbar in S bis 3XL. Unsicher? Nutze unser Fit Quiz bei jedem Produkt.\u003c\/p\u003e\n        \u003cul class=\"tshi-detail-specs tshi-s5-detail-specs\"\u003e\n          \u003cli\u003eUnisex-Schnitt, S bis 3XL\u003c\/li\u003e\n          \u003cli\u003eFit Quiz für die perfekte Größe\u003c\/li\u003e\n          \u003cli\u003eKostenloser Umtausch bei falscher Größe\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.tshi-audience-icon {\n  margin-bottom: var(--spacing-md);\n}\n\n.tshi-audience-icon svg {\n  width: 48px;\n  height: 48px;\n  color: var(--color-accent);\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"tshi-audience-section\"\u003e\n  \u003cdiv class=\"tshi-section-container\"\u003e\n    \u003cdiv class=\"tshi-section-header\"\u003e\n      \u003cspan class=\"tshi-section-eyebrow\"\u003eFür wen sind witzige Sprüche-T-Shirts perfekt?\u003c\/span\u003e\n      \u003ch2\u003eZwei gute Gründe, hier genau richtig zu sein.\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tshi-audience-grid\"\u003e\n\n      \u003cdiv class=\"tshi-audience-card\"\u003e\n        \u003cdiv class=\"tshi-audience-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tshi-audience-card-body\"\u003e\n          \u003ch3\u003eFür Sarkasmus-Liebhaber\u003c\/h3\u003e\n          \u003cp\u003eDu antwortest auf „Wie geht's?\" am liebsten mit einem Blick, der alles sagt? Dann ist ein witziges T-Shirt mit Spruch dein Sprachrohr – nur ohne den Aufwand, den Mund aufzumachen. Von trocken-sarkastisch bis „hat er das wirklich an?\" – such dir dein Level aus.\u003c\/p\u003e\n          \u003ca href=\"https:\/\/seelenschwarz.com\/collections\/schwarzer-humor-t-shirts\" class=\"tshi-button tshi-button-primary\"\u003eSchwarzer Humor T-Shirts →\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tshi-audience-card\"\u003e\n        \u003cdiv class=\"tshi-audience-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"20 12 20 22 4 22 4 12\"\u003e\u003c\/polyline\u003e\u003crect x=\"2\" y=\"7\" width=\"20\" height=\"5\"\u003e\u003c\/rect\u003e\u003cline x1=\"12\" y1=\"22\" x2=\"12\" y2=\"7\"\u003e\u003c\/line\u003e\u003cpath d=\"M12 7H7.5a2.5 2.5 0 0 1 0-5C11 2 12 7 12 7z\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 7h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tshi-audience-card-body\"\u003e\n          \u003ch3\u003eFür Geschenk-Suchende\u003c\/h3\u003e\n          \u003cp\u003eGeburtstag. Junggesellenabschied. Büro-Wichteln. Ein lustiger T-Shirt-Spruch als Geschenk funktioniert immer dann, wenn die beschenkte Person Humor hat. Passt die Größe nicht: kostenloser Umtausch. Lieferzeit: ca. 5–6 Werktage.\u003c\/p\u003e\n          \u003ca href=\"https:\/\/seelenschwarz.com\/collections\/lustige-geschenke\" class=\"tshi-button tshi-button-primary\"\u003eGeschenk-Favoriten entdecken →\u003c\/a\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.tshi-inspiration-card-icon svg {\n  width: 48px;\n  height: 48px;\n  color: var(--color-accent);\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"tshi-inspiration-section\"\u003e\n  \u003cdiv class=\"tshi-section-container\"\u003e\n    \u003cdiv class=\"tshi-section-header\"\u003e\n      \u003cspan class=\"tshi-section-eyebrow\"\u003eInspiration\u003c\/span\u003e\n      \u003ch2\u003eSprüche für T-Shirts – finde deinen Stil\u003c\/h2\u003e\n      \u003cp\u003eNicht jeder Spruch passt zu jedem Kontext. Ein kurzer Kompass:\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tshi-s7-inspiration-wrapper\"\u003e\n      \u003cdiv class=\"tshi-inspiration-grid\"\u003e\n\n        \u003cdiv class=\"tshi-inspiration-card\"\u003e\n          \u003cdiv class=\"tshi-inspiration-card-icon\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 14s1.5 2 4 2 4-2 4-2\"\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\/div\u003e\n          \u003ch3\u003eFrech\u003c\/h3\u003e\n          \u003cp\u003eSprüche, die ein Grinsen hinterlassen. Bürotauglich, aber gerade so.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tshi-inspiration-card\"\u003e\n          \u003cdiv class=\"tshi-inspiration-card-icon\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\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\/div\u003e\n          \u003ch3\u003eSarkastisch\u003c\/h3\u003e\n          \u003cp\u003eFür alle, die Ironie als Muttersprache sprechen. Trocken, direkt, kein Zuckerguss.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tshi-inspiration-card\"\u003e\n          \u003cdiv class=\"tshi-inspiration-card-icon\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\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\/div\u003e\n          \u003ch3\u003eSchwarzer Humor\u003c\/h3\u003e\n          \u003cp\u003eWitzige Sprüche, die den Moment brauchen, um zu zünden. Nicht für jedes Familienessen geeignet.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tshi-inspiration-card\"\u003e\n          \u003cdiv class=\"tshi-inspiration-card-icon\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cline x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpath d=\"M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003ch3\u003eMeme\u003c\/h3\u003e\n          \u003cp\u003eInternet-Kultur zum Tragen. Wer den Kontext kennt, feiert. Alle anderen fragen nach.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tshi-inspiration-card\"\u003e\n          \u003cdiv class=\"tshi-inspiration-card-icon\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003ch3\u003eMinimalistisch \/ Statement\u003c\/h3\u003e\n          \u003cp\u003eWenig Worte, viel Wirkung. Für Leute, die es lieber subtil mögen.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tshi-inspiration-tip\"\u003e\n        \u003cp\u003eWie wählst du? Frag dich: Wo trägst du es – Freizeit oder Arbeit? Was willst du – Lacher oder Denkpause? Und wie viel Mut hast du heute?\u003c\/p\u003e\n        \u003ca href=\"https:\/\/seelenschwarz.com\/blogs\/magazin\/sprueche-fuer-t-shirts\" class=\"tshi-button tshi-button-secondary\"\u003eMehr Inspiration im Magazin →\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.tshi-trust-section .tshi-trust-badges {\n  margin-top: var(--spacing-lg);\n}\n\n.tshi-trust-section .tshi-trust-badge-link {\n  display: inline-flex;\n  flex-direction: column;\n  gap: 4px;\n  padding: var(--spacing-md) var(--spacing-lg);\n  border: 1px solid rgba(255, 255, 255, 0.12);\n  border-radius: var(--radius-md);\n  color: var(--color-text-on-dark);\n  transition: border-color 0.2s ease;\n}\n\n.tshi-trust-section .tshi-trust-badge-link:hover {\n  border-color: var(--color-accent);\n  color: var(--color-text-on-dark);\n}\n\n.tshi-trust-section .tshi-trust-stars {\n  color: var(--color-accent);\n  font-size: 1.5rem;\n  letter-spacing: 2px;\n}\n\n.tshi-trust-section .tshi-trust-badge-text {\n  color: var(--color-text);\n}\n\n@media (min-width: 768px) {\n  .tshi-trust-section .tshi-trust-badges {\n    align-items: flex-start;\n  }\n  \n  .tshi-trust-section .tshi-shipping-details {\n    margin-top: var(--spacing-md);\n  }\n}\n\n@media (min-width: 1024px) {\n  .tshi-trust-section .tshi-trust-badges {\n    gap: var(--spacing-xl);\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"tshi-trust-section\"\u003e\n  \u003cdiv class=\"tshi-section-container\"\u003e\n    \u003cdiv class=\"tshi-two-column\"\u003e\n\n      \u003cdiv class=\"tshi-col tshi-col-text\"\u003e\n        \u003cspan class=\"tshi-section-eyebrow\"\u003eBewertungen \u0026amp; Vertrauen\u003c\/span\u003e\n        \u003ch2\u003eWas unsere Kund:innen sagen\u003c\/h2\u003e\n        \u003cp\u003eWir reden nicht nur über Qualität – unsere Kund:innen tun's auch. Auf Trustpilot bewerten echte Käufer:innen ihre Erfahrung mit SEELENSCHWARZ: vom Druckbild über den Stoff bis zum Versand.\u003c\/p\u003e\n        \u003cp\u003eDie Produktfotos im Shop zeigen echte Menschen in echten Situationen – kein Stock, kein Filter-Overkill. Was du siehst, kommt an.\u003c\/p\u003e\n        \u003ca href=\"https:\/\/seelenschwarz.com\/#shopify-section-template--28042046505335__custom_liquid_e3aczH\" class=\"tshi-button tshi-button-primary\"\u003eAktuelle Bewertungen ansehen →\u003c\/a\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tshi-col tshi-col-info\"\u003e\n        \u003cdiv class=\"tshi-trust-badges\"\u003e\n          \u003cdiv class=\"tshi-trust-badge\"\u003e\n            \u003ca href=\"https:\/\/seelenschwarz.com\/#shopify-section-template--28042046505335__custom_liquid_e3aczH\" class=\"tshi-trust-badge-link\" aria-label=\"Verifizierte Kundenbewertungen ansehen\"\u003e\n              \u003cspan class=\"tshi-trust-stars\" aria-hidden=\"true\"\u003e★★★★★\u003c\/span\u003e\n              \u003cspan class=\"tshi-trust-badge-text\"\u003eVerifizierte Kundenbewertungen\u003c\/span\u003e\n            \u003c\/a\u003e\n          \u003c\/div\u003e\n          \u003cul class=\"tshi-shipping-details\"\u003e\n            \u003cli\u003e🚚 Versand: Deutschland \u0026amp; Österreich\u003c\/li\u003e\n            \u003cli\u003e✅ Kostenlos ab 60 € Bestellwert\u003c\/li\u003e\n            \u003cli\u003e📦 Unter 60 €: 4,90 € pro Bestellung\u003c\/li\u003e\n            \u003cli\u003e📍 Tracking inklusive\u003c\/li\u003e\n            \u003cli\u003e⏱ Lieferzeit ca. 5–6 Werktage (inkl. Produktion)\u003c\/li\u003e\n          \u003c\/ul\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.tshi-s9-faq-item {\n  border-bottom: 1px solid rgba(255, 255, 255, 0.1);\n}\n\n.tshi-s9-faq-question {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  padding: var(--spacing-md) 0;\n  cursor: pointer;\n  color: var(--color-text-heading);\n  list-style: none;\n}\n\n.tshi-s9-faq-question::-webkit-details-marker {\n  display: none;\n}\n\n.tshi-s9-faq-question::marker {\n  content: \"\";\n}\n\n.tshi-s9-faq-icon::after {\n  content: \"+\";\n  color: var(--color-accent);\n  display: inline-block;\n  transition: transform 0.2s ease;\n}\n\n.tshi-faq-item[open] .tshi-s9-faq-icon::after {\n  content: \"−\";\n}\n\n.tshi-s9-faq-answer {\n  padding: 0 0 var(--spacing-md) 0;\n}\n\n.tshi-s9-faq-answer p {\n  color: var(--color-text);\n}\n\n.tshi-faq-section .tshi-section-header {\n  text-align: center;\n}\n\n.tshi-faq-section .tshi-faq-list {\n  margin-left: auto;\n  margin-right: auto;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"tshi-faq-section\"\u003e\n  \u003cdiv class=\"tshi-section-container\"\u003e\n    \u003cdiv class=\"tshi-section-header\"\u003e\n      \u003cspan class=\"tshi-section-eyebrow\"\u003eNoch Fragen?\u003c\/span\u003e\n      \u003ch2\u003eHäufige Fragen zu T-Shirts mit Sprüchen\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tshi-faq-list\"\u003e\n\n      \u003cdetails class=\"tshi-s9-faq-item\"\u003e\n        \u003csummary class=\"tshi-s9-faq-question\"\u003e\n          \u003cspan\u003eWie fallen die T-Shirts aus?\u003c\/span\u003e\n          \u003cspan class=\"tshi-s9-faq-icon\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n        \u003c\/summary\u003e\n        \u003cdiv class=\"tshi-s9-faq-answer\"\u003e\n          \u003cp\u003eUnsere T-Shirts haben einen klassischen Unisex-Schnitt mit klarer, gerader Passform – regulär geschnitten und formstabil. Verfügbar in den Größen S bis 3XL. Unsicher, welche Größe? Bei jedem Produkt findest du unser Fit Quiz: ein paar gezielte Fragen, am Ende eine konkrete Größenempfehlung – kein Maßband, kein Tabellen-Vergleich.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"tshi-s9-faq-item\"\u003e\n        \u003csummary class=\"tshi-s9-faq-question\"\u003e\n          \u003cspan\u003eWie lange hält der Druck?\u003c\/span\u003e\n          \u003cspan class=\"tshi-s9-faq-icon\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n        \u003c\/summary\u003e\n        \u003cdiv class=\"tshi-s9-faq-answer\"\u003e\n          \u003cp\u003eWir verwenden Premium-Direktdruck (DTG). Die Farbe wird direkt in die Baumwollfaser gedruckt – nicht aufgeklebt oder aufgepresst. Bei richtiger Pflege bleibt das Druckbild über viele Waschgänge hinweg klar und farbecht. Pflegetipps: bei 30 °C waschen, T-Shirt auf links drehen, nicht direkt über den Druck bügeln.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"tshi-s9-faq-item\"\u003e\n        \u003csummary class=\"tshi-s9-faq-question\"\u003e\n          \u003cspan\u003eKann ich umtauschen oder zurückgeben?\u003c\/span\u003e\n          \u003cspan class=\"tshi-s9-faq-icon\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n        \u003c\/summary\u003e\n        \u003cdiv class=\"tshi-s9-faq-answer\"\u003e\n          \u003cp\u003eJa. Du hast 30 Tage Zeit, dein T-Shirt zurückzugeben – kostenloser Rückversand in Deutschland und Österreich. Falls nur die Größe nicht stimmt: Mit unserer Fit Guarantee bekommst du kostenlosen Größenumtausch. Voraussetzung: Das Shirt ist ungetragen und ungewaschen (Anprobe ist natürlich okay).\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"tshi-s9-faq-item\"\u003e\n        \u003csummary class=\"tshi-s9-faq-question\"\u003e\n          \u003cspan\u003eWann kommt meine Bestellung an?\u003c\/span\u003e\n          \u003cspan class=\"tshi-s9-faq-icon\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n        \u003c\/summary\u003e\n        \u003cdiv class=\"tshi-s9-faq-answer\"\u003e\n          \u003cp\u003eDa jedes T-Shirt erst nach deiner Bestellung produziert wird, beträgt die Lieferzeit ca. 5–6 Werktage (Produktion + Versand). Sobald dein Paket unterwegs ist, erhältst du eine Sendungsverfolgung. Versand nach Deutschland und Österreich – kostenlos ab 60 € Bestellwert, darunter 4,90 €.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"tshi-s9-faq-item\"\u003e\n        \u003csummary class=\"tshi-s9-faq-question\"\u003e\n          \u003cspan\u003eWas ist das Reaction-Rated-Gate?\u003c\/span\u003e\n          \u003cspan class=\"tshi-s9-faq-icon\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n        \u003c\/summary\u003e\n        \u003cdiv class=\"tshi-s9-faq-answer\"\u003e\n          \u003cp\u003eUnser interner Qualitätsfilter für Designs. Bevor ein Motiv in den Shop kommt, wird es einer Testgruppe vorgelegt und nach Reaktionsstärke bewertet. Nur Motive, die einen Reaction-Score von über 70 % erreichen, gehen live. Das Ergebnis: eine kuratierte Kollektion statt einer Datenbank mit tausend austauschbaren Sprüchen.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"tshi-s9-faq-item\"\u003e\n        \u003csummary class=\"tshi-s9-faq-question\"\u003e\n          \u003cspan\u003eSind die Sprüche immer „hart\"?\u003c\/span\u003e\n          \u003cspan class=\"tshi-s9-faq-icon\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n        \u003c\/summary\u003e\n        \u003cdiv class=\"tshi-s9-faq-answer\"\u003e\n          \u003cp\u003eNein. Unser Sortiment deckt verschiedene Humor-Level ab – von frech-witzig über sarkastisch bis hin zu tiefem schwarzen Humor. Satire ist bei uns Stilmittel: bewusst überspitzt, nicht wörtlich gemeint. Wer allerdings „neutral und unauffällig\" sucht, wird hier wahrscheinlich nicht glücklich.\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=\"tshi-cta-section tshi-cta-final\"\u003e\n  \u003cdiv class=\"tshi-section-container\"\u003e\n    \u003cdiv class=\"tshi-cta-content tshi-cta-centered\"\u003e\n      \u003cspan class=\"tshi-cta-eyebrow\"\u003eBereit für ein Shirt mit Haltung?\u003c\/span\u003e\n      \u003ch2\u003eFinde dein neues Lieblings-Statement.\u003c\/h2\u003e\n      \u003cp\u003eDurchstöbere unsere Kollektion – von minimalistisch bis tiefschwarzer Humor. Premium-Direktdruck, 100 % Baumwolle, kuratierte Motive. Kein Risiko: 30 Tage Rückgabe, kostenloser Umtausch.\u003c\/p\u003e\n      \u003cdiv class=\"tshi-cta-actions\"\u003e\n        \u003ca class=\"tshi-button tshi-button-primary tshi-button-large\" href=\"https:\/\/seelenschwarz.com\/collections\/unisex-t-shirts\"\u003eJetzt alle Designs entdecken\u003c\/a\u003e\n        \u003cp class=\"tshi-cta-note\"\u003eKostenloser Versand ab 60 € · 30 Tage Rückgabe · Fit Guarantee inklusive\u003c\/p\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.\"\u003cbr\u003e\u003cstrong\u003eStreetwear, die Reaktionen hervorruft – garantiert!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUnsere Models sind etwa 175 cm groß, wiegen 70 kg und tragen Größe M.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":56537119097207,"sku":"3916893_11546","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":56537119129975,"sku":"3916893_11547","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":56537119162743,"sku":"3916893_11548","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":56537119195511,"sku":"3916893_11549","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":56537119228279,"sku":"3916893_11550","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":56537119261047,"sku":"3916893_12644","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":56537169461623,"sku":"9447937_11576","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":56537169494391,"sku":"9447937_11577","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":56537169527159,"sku":"9447937_11578","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":56537169559927,"sku":"9447937_11579","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":56537169592695,"sku":"9447937_11580","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":56537169625463,"sku":"9447937_12650","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Soziale_Kompetenz_T-Shirt-schwarz_Store-Aktion.png?v=1777108669"},{"product_id":"wenn-man-sich-mag-unisex-t-shirt","title":"Wenn man sich mag, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e \"Man hat mir mal gesagt: Wenn man sich mag, dann duzt man sich. Ich finde, das sollten Sie wissen.\"\u003cbr\u003e\u003cstrong\u003eStreetwear, die Reaktionen hervorruft – garantiert!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUnsere Models sind etwa 175 cm groß, wiegen 70 kg und tragen Größe M.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":56537952682359,"sku":"2060036_11546","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":56537952715127,"sku":"2060036_11547","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":56537952747895,"sku":"2060036_11548","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":56537952780663,"sku":"2060036_11549","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":56537952813431,"sku":"2060036_11550","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":56537952846199,"sku":"2060036_12644","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":56537964839287,"sku":"3081082_11576","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":56537964872055,"sku":"3081082_11577","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":56537964904823,"sku":"3081082_11578","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":56537964937591,"sku":"3081082_11579","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":56537964970359,"sku":"3081082_11580","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":56537965003127,"sku":"3081082_12650","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Wenn_man_sich_mag_T-Shirt-schwarz_Store-Aktion.png?v=1777108605"},{"product_id":"mit-spaten-erschlagen-unisex-t-shirt","title":"Mit Spaten erschlagen, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e \"Mein Opa sagte: Wenn du was überfährst und es quält sich, erschlag es mit einem Spaten. Irgendwie tat mir der Radfahrer dann doch leid.\"\u003cbr\u003e\u003cstrong\u003eStreetwear, die Reaktionen hervorruft – garantiert!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUnsere Models sind etwa 175 cm groß, wiegen 70 kg und tragen Größe M.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":56537991512439,"sku":"8139607_11546","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":56537991545207,"sku":"8139607_11547","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":56537991577975,"sku":"8139607_11548","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":56537991610743,"sku":"8139607_11549","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":56537991643511,"sku":"8139607_11550","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":56537991676279,"sku":"8139607_12644","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":56538012320119,"sku":"1366980_11576","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":56538012352887,"sku":"1366980_11577","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":56538012385655,"sku":"1366980_11578","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":56538012418423,"sku":"1366980_11579","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":56538012451191,"sku":"1366980_11580","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":56538012483959,"sku":"1366980_12650","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Mit_Spaten_erschlagen_T-Shirt-schwarz_Store-Aktion.png?v=1777108539"},{"product_id":"zeugen-jehovas-unisex-t-shirt","title":"Zeugen Jehovas, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement: \u003c\/strong\u003e\"Auf Sizilien gibt es keine Zeugen Jehovas. Im Prinzip mögen die dort überhaupt keine Zeugen.\"\u003cbr\u003e\u003cstrong\u003eStreetwear, die Reaktionen hervorruft – garantiert!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUnsere Models sind etwa 175 cm groß, wiegen 70 kg und tragen Größe M.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":56538499842423,"sku":"4070480_11546","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":56538499875191,"sku":"4070480_11547","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":56538499907959,"sku":"4070480_11548","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":56538499940727,"sku":"4070480_11549","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":56538499973495,"sku":"4070480_11550","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":56538500006263,"sku":"4070480_12644","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":56538507444599,"sku":"8277458_11576","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":56538507477367,"sku":"8277458_11577","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":56538507510135,"sku":"8277458_11578","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":56538507542903,"sku":"8277458_11579","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":56538507575671,"sku":"8277458_11580","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":56538507608439,"sku":"8277458_12650","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Zeugen_Jehovas_T-Shirt-schwarz_Store-Aktion.png?v=1777108477"},{"product_id":"der-teufel-am-bett-unisex-t-shirt","title":"Der Teufel am Bett, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e \"Jede Nacht sitzt der Teufel an meinem Bett und bewundert sein Meisterwerk.\"\u003cbr\u003e\u003cstrong\u003eStreetwear, die Reaktionen hervorruft – garantiert!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUnsere Models sind etwa 175 cm groß, wiegen 70 kg und tragen Größe M.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":56578936406391,"sku":"2136447_11546","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":56578936439159,"sku":"2136447_11547","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":56578936471927,"sku":"2136447_11548","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":56578936504695,"sku":"2136447_11549","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":56578936537463,"sku":"2136447_11550","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":56578936570231,"sku":"2136447_12644","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":56578949775735,"sku":"2371343_11576","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":56578949808503,"sku":"2371343_11577","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":56578949841271,"sku":"2371343_11578","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":56578949874039,"sku":"2371343_11579","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":56578949906807,"sku":"2371343_11580","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":56578949939575,"sku":"2371343_12650","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Der_Teufel_am_Bett_T-Shirt-schwarz_Store-Aktion_9d6da869-9b3b-4114-a78b-c4bb3d8b4dac.png?v=1777108354"},{"product_id":"opa-mit-einem-bein-unisex-t-shirt","title":"Opa mit einem Bein, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e \"Mein Opa kam mit einem Bein aus dem Krieg. Wir wissen bis heute nicht, wem es gehört.\"\u003cbr\u003e\u003cstrong\u003eStreetwear, die Reaktionen hervorruft – garantiert!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUnsere Models sind etwa 175 cm groß, wiegen 70 kg und tragen Größe M.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":56589389332855,"sku":"5167845_11546","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":56589389365623,"sku":"5167845_11547","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":56589389398391,"sku":"5167845_11548","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":56589389431159,"sku":"5167845_11549","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":56589389463927,"sku":"5167845_11550","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":56589389496695,"sku":"5167845_12644","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":56589422920055,"sku":"7624817_11576","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":56589422952823,"sku":"7624817_11577","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":56589422985591,"sku":"7624817_11578","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":56589423018359,"sku":"7624817_11579","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":56589423051127,"sku":"7624817_11580","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":56589423083895,"sku":"7624817_12650","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Opa_mit_einem_Bein_T-Shirt-schwarz_Store-Aktion.png?v=1777108291"},{"product_id":"motivation-durch-angst-unisex-t-shirt","title":"Motivation durch Angst, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e \"Motivation durch ANGST\"\u003cbr\u003e\u003cstrong\u003eStreetwear, die Reaktionen hervorruft – garantiert!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUnsere Models sind etwa 175 cm groß, wiegen 70 kg und tragen Größe M.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":56685254181239,"sku":"5541512_11546","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":56685254214007,"sku":"5541512_11547","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":56685254246775,"sku":"5541512_11548","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":56685254279543,"sku":"5541512_11549","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":56685254312311,"sku":"5541512_11550","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":56685254345079,"sku":"5541512_12644","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":56685255590263,"sku":"1819367_11576","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":56685255623031,"sku":"1819367_11577","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":56685255655799,"sku":"1819367_11578","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":56685255688567,"sku":"1819367_11579","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":56685255721335,"sku":"1819367_11580","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":56685255754103,"sku":"1819367_12650","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Motivation_durch_Angst_T-Shirt-schwarz_Store-Aktion.png?v=1777107958"},{"product_id":"opas-letzte-worte-unisex-t-shirt","title":"Opas letzte Worte, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e \"Opas letzte Worte - Halt die Leiter!\"\u003cbr\u003e\u003cstrong\u003eStreetwear, die Reaktionen hervorruft – garantiert!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUnsere Models sind etwa 175 cm groß, wiegen 70 kg und tragen Größe M.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":56704764772727,"sku":"9387578_11546","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":56704764805495,"sku":"9387578_11547","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":56704764838263,"sku":"9387578_11548","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":56704764871031,"sku":"9387578_11549","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":56704764903799,"sku":"9387578_11550","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":56704764936567,"sku":"9387578_12644","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":56704765329783,"sku":"7121492_11576","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":56704765362551,"sku":"7121492_11577","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":56704765395319,"sku":"7121492_11578","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":56704765428087,"sku":"7121492_11579","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":56704765460855,"sku":"7121492_11580","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":56704765493623,"sku":"7121492_12650","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Opas_letzte_Worte_T-Shirt-schwarz_Store-Aktion.png?v=1777107703"},{"product_id":"meine-liebste-yoga-ubung-unisex-t-shirt","title":"Meine liebste Yoga-Übung, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e \"Meine liebste Yoga-Übung. Der aufgehende Mittelfinger im Morgenrot.\"\u003cbr\u003e\u003cstrong\u003eStreetwear, die Reaktionen hervorruft – garantiert!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUnsere Models sind etwa 175 cm groß, wiegen 70 kg und tragen Größe M.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":56708701028727,"sku":"2613784_11546","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":56708701061495,"sku":"2613784_11547","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":56708701094263,"sku":"2613784_11548","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":56708701127031,"sku":"2613784_11549","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":56708701159799,"sku":"2613784_11550","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":56708701192567,"sku":"2613784_12644","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":56708714103159,"sku":"3358716_11576","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":56708714135927,"sku":"3358716_11577","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":56708714168695,"sku":"3358716_11578","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":56708714201463,"sku":"3358716_11579","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":56708714234231,"sku":"3358716_11580","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":56708714266999,"sku":"3358716_12650","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Meine_liebste_Yoga-Uebung_T-Shirt-schwarz_Store-Aktion.png?v=1777107616"},{"product_id":"ich-liebe-menschen-unisex-t-shirt","title":"Ich liebe Menschen, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e \"Ich liebe Menschen wie meinen Tee. In einem Beutel. Unter Wasser.\"\u003cbr\u003e\u003cstrong\u003eStreetwear, die Reaktionen hervorruft – garantiert!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUnsere Models sind etwa 175 cm groß, wiegen 70 kg und tragen Größe M.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":56740443980151,"sku":"3015170_11546","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":56740444012919,"sku":"3015170_11547","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":56740444045687,"sku":"3015170_11548","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":56740444078455,"sku":"3015170_11549","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":56740444111223,"sku":"3015170_11550","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":56740444143991,"sku":"3015170_12644","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":56740483727735,"sku":"7743928_11576","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":56740483760503,"sku":"7743928_11577","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":56740483793271,"sku":"7743928_11578","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":56740483826039,"sku":"7743928_11579","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":56740483858807,"sku":"7743928_11580","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":56740483891575,"sku":"7743928_12650","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Ich_liebe_Menschen_T-Shirt-schwarz_Store-Aktion.png?v=1777107275"},{"product_id":"arsch-kriechen-unisex-t-shirt","title":"Arsch kriechen, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e \"Hätte Gott gewollt, dass ich Menschen in den Arsch krieche, wäre ich ein Zäpfchen geworden.\"\u003cbr\u003e\u003cstrong\u003eStreetwear, die Reaktionen hervorruft – garantiert!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUnsere Models sind etwa 175 cm groß, wiegen 70 kg und tragen Größe M.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":56757353087351,"sku":"8139831_11546","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":56757353120119,"sku":"8139831_11547","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":56757353152887,"sku":"8139831_11548","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":56757353185655,"sku":"8139831_11549","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":56757353218423,"sku":"8139831_11550","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":56757353251191,"sku":"8139831_12644","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":56757365113207,"sku":"8207641_11576","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":56757365145975,"sku":"8207641_11577","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":56757365178743,"sku":"8207641_11578","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":56757365211511,"sku":"8207641_11579","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":56757365244279,"sku":"8207641_11580","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":56757365277047,"sku":"8207641_12650","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Arsch_kriechen_T-Shirt-schwarz_Store-Aktion_4f58368e-544c-477d-ad78-9e1e3769a28a.png?v=1777107014"},{"product_id":"jeder-mensch-ist-wertvoll-unisex-t-shirt","title":"Jeder Mensch ist wertvoll, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e \"Jeder Mensch ist wertvoll. Aber manche hätten einfach geschluckt werden sollen.\"\u003cbr\u003e\u003cstrong\u003eStreetwear, die Reaktionen hervorruft – garantiert!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUnsere Models sind etwa 175 cm groß, wiegen 70 kg und tragen Größe M.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":56775313523063,"sku":"5655276_11546","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":56775313555831,"sku":"5655276_11547","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":56775313588599,"sku":"5655276_11548","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":56775313621367,"sku":"5655276_11549","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":56775313654135,"sku":"5655276_11550","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":56775313686903,"sku":"5655276_12644","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":56775343145335,"sku":"7432574_11576","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":56775343178103,"sku":"7432574_11577","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":56775343210871,"sku":"7432574_11578","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":56775343243639,"sku":"7432574_11579","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":56775343276407,"sku":"7432574_11580","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":56775343309175,"sku":"7432574_12650","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Jeder_Mensch_ist_wertvoll_T-Shirt-schwarz_Store-Aktion.png?v=1777106853"},{"product_id":"klassisches-unisex-t-shirt","title":"Du suchst Kontakt, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e \"Du suchst Kontakt? Greif in die Steckdose.\"\u003cbr\u003e\u003cstrong\u003eStreetwear, die Reaktionen hervorruft – garantiert!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUnsere Models sind etwa 175 cm groß, wiegen 70 kg und tragen Größe M.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":56806642778487,"sku":"1921244_11546","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":56806642811255,"sku":"1921244_11547","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":56806642844023,"sku":"1921244_11548","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":56806642876791,"sku":"1921244_11549","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":56806642909559,"sku":"1921244_11550","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":56806642942327,"sku":"1921244_12644","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":56809635774839,"sku":"8829177_11576","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":56809635807607,"sku":"8829177_11577","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":56809635840375,"sku":"8829177_11578","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":56809635873143,"sku":"8829177_11579","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":56809635905911,"sku":"8829177_11580","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":56809635938679,"sku":"8829177_12650","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Du_suchst_Kontakt_T-Shirt-schwarz_Store-Aktion.png?v=1777106704"},{"product_id":"ich-bewundere-menschen-unisex-t-shirt","title":"Ich bewundere Menschen, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e \"Ich bewundere Menschen, die fliessend Scheißdreck sprechen.\"\u003cbr\u003e\u003cstrong\u003eStreetwear, die Reaktionen hervorruft – garantiert!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUnsere Models sind etwa 175 cm groß, wiegen 70 kg und tragen Größe M.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":56813512884599,"sku":"4202076_11546","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":56813512917367,"sku":"4202076_11547","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":56813512950135,"sku":"4202076_11548","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":56813512982903,"sku":"4202076_11549","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":56813513015671,"sku":"4202076_11550","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":56813513048439,"sku":"4202076_12644","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":56813522059639,"sku":"8603412_11576","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":56813649363319,"sku":"7288662_11577","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":56813649396087,"sku":"7288662_11578","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":56813649428855,"sku":"7288662_11579","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":56813649461623,"sku":"7288662_11580","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":56813649494391,"sku":"7288662_12650","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Ich_bewundere_Menschen_T-Shirt-schwarz_Store-Aktion.png?v=1777106570"},{"product_id":"gesetze-respektieren-unisex-t-shirt","title":"Gesetze respektieren, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e \"Wer Gesetze nicht respektiert, muss das Land verlassen, in dem sie gelten.\"\u003cbr\u003e\u003cstrong\u003eStreetwear, die Reaktionen hervorruft – garantiert!\u003c\/strong\u003e\u003cmeta charset=\"utf-8\"\u003e\u003c\/p\u003e\n\u003cp\u003eUnsere Models sind etwa 175 cm groß, wiegen 70 kg und tragen Größe M.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57003512332663,"sku":"8838377_11546","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57003512365431,"sku":"8838377_11547","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57003512398199,"sku":"8838377_11548","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57003512430967,"sku":"8838377_11549","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57003512463735,"sku":"8838377_11550","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57003512496503,"sku":"8838377_12644","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57003515183479,"sku":"6101010_11576","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57003515216247,"sku":"6101010_11577","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57003515249015,"sku":"6101010_11578","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57003515281783,"sku":"6101010_11579","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57003515314551,"sku":"6101010_11580","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57003515347319,"sku":"6101010_12650","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Gesetze_respektieren_T-Shirt-schwarz_Store-Aktion.png?v=1777106003"},{"product_id":"chill-bro-unisex-t-shirt","title":"Chill Bro, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e\"Chill Bro\"\u003cbr\u003e\u003cstrong\u003eStreetwear, die Reaktionen hervorruft – garantiert!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUnsere Models sind etwa 175 cm groß, wiegen 70 kg und tragen Größe M.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57027946185079,"sku":"1480643_11546","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57027946217847,"sku":"1480643_11547","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57027946250615,"sku":"1480643_11548","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57027946283383,"sku":"1480643_11549","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57027946316151,"sku":"1480643_11550","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57027946348919,"sku":"1480643_12644","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57028005495159,"sku":"8073756_11576","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57028005527927,"sku":"8073756_11577","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57028005560695,"sku":"8073756_11578","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57028005593463,"sku":"8073756_11579","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57028005626231,"sku":"8073756_11580","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57028005658999,"sku":"8073756_12650","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Chill_Bro_T-Shirt-schwarz_Store-Aktion.png?v=1777105869"},{"product_id":"wunderbarer-tag-unisex-t-shirt","title":"Wunderbarer Tag, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e\"Heute ist ein wunderbarer Tag, um mich in Ruhe zu lassen.\"\u003cbr\u003e\u003cstrong\u003eStreetwear, die Reaktionen hervorruft – garantiert!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUnsere Models sind etwa 175 cm groß, wiegen 70 kg und tragen Größe M.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57031729840503,"sku":"3860887_11546","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57031729873271,"sku":"3860887_11547","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57031729906039,"sku":"3860887_11548","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57031729938807,"sku":"3860887_11549","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57031729971575,"sku":"3860887_11550","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57031730004343,"sku":"3860887_12644","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57031773946231,"sku":"9275870_11576","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57031773978999,"sku":"9275870_11577","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57031774011767,"sku":"9275870_11578","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57031774044535,"sku":"9275870_11579","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57031774077303,"sku":"9275870_11580","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57031774110071,"sku":"9275870_12650","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Wunderbarer_Tag_T-Shirt-schwarz_Store-Aktion.png?v=1777105726"},{"product_id":"mein-beitrag-zum-gendern-unisex-t-shirt","title":"Mein Beitrag zum Gendern, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e\"Mein Beitrag zum Gendern – zwei Worte, ein Finger.\"\u003cbr\u003e\u003cstrong\u003eStreetwear, die Reaktionen hervorruft – garantiert!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUnsere Models sind etwa 175 cm groß, wiegen 70 kg und tragen Größe M.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57057500660087,"sku":"2805847_11546","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57057500692855,"sku":"2805847_11547","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57057500725623,"sku":"2805847_11548","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57057500758391,"sku":"2805847_11549","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57057500791159,"sku":"2805847_11550","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57057500823927,"sku":"2805847_12644","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57057460224375,"sku":"3593592_11576","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57057460257143,"sku":"3593592_11577","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57057460289911,"sku":"3593592_11578","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57057460322679,"sku":"3593592_11579","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57057460355447,"sku":"3593592_11580","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57057460388215,"sku":"3593592_12650","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Mein_Beitrag_zum_Gendern_T-Shirt-schwarz_Store-Aktion.png?v=1777495158"},{"product_id":"ich-beleidige-keine-menschen-unisex-t-shirt","title":"Ich beleidige keine Menschen, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e\"Ich beleidige keine Menschen. Bei manchen war die Natur schneller.\"\u003cbr\u003e\u003cstrong\u003eStreetwear, die Reaktionen hervorruft – garantiert!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUnsere Models sind etwa 175 cm groß, wiegen 70 kg und tragen Größe M.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57079716315511,"sku":"2719121_11546","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57079716348279,"sku":"2719121_11547","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57079716381047,"sku":"2719121_11548","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57079716413815,"sku":"2719121_11549","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57079716446583,"sku":"2719121_11550","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57079716479351,"sku":"2719121_12644","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57079729619319,"sku":"3889235_11576","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57079729652087,"sku":"3889235_11577","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57079729684855,"sku":"3889235_11578","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57079729717623,"sku":"3889235_11579","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57079729750391,"sku":"3889235_11580","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57079729783159,"sku":"3889235_12650","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Ich_beleidige_keine_Menschen_T-Shirt-schwarz_Store-Aktion.png?v=1778398178"},{"product_id":"ich-bin-kein-therapeut-unisex-t-shirt","title":"Ich bin kein Therapeut, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e\"Ich bin kein Therapeut für Menschen, die einen Exorzisten brauchen.\"\u003cbr\u003e\u003cstrong\u003eStreetwear, die Reaktionen hervorruft – garantiert!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUnsere Models sind etwa 175 cm groß, wiegen 70 kg und tragen Größe M.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57091080552823,"sku":"1242009_11546","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57091080585591,"sku":"1242009_11547","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57091080618359,"sku":"1242009_11548","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57091080651127,"sku":"1242009_11549","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57091080683895,"sku":"1242009_11550","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57091080716663,"sku":"1242009_12644","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57091133145463,"sku":"5819747_11576","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57091133178231,"sku":"5819747_11577","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57091133210999,"sku":"5819747_11578","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57091133243767,"sku":"5819747_11579","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57091133276535,"sku":"5819747_11580","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57091133309303,"sku":"5819747_12650","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Ich_bin_kein_Therapeut_T-Shirt-schwarz_Store-Aktion.png?v=1778761253"},{"product_id":"druber-reden-unisex-t-shirt","title":"Drüber reden, Unisex T-Shirt","description":"\u003cp\u003eArgumente sind überschätzt.\u003cstrong\u003e\u003cbr\u003eStatement:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e\"Ich will nicht drüber reden. Drüberfahren!\"\u003cbr\u003e\u003cstrong\u003eStreetwear, die Reaktionen hervorruft – garantiert!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUnsere Models sind etwa 175 cm groß, wiegen 70 kg und tragen Größe M.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57096862138743,"sku":"9966519_11546","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57096862171511,"sku":"9966519_11547","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57096862204279,"sku":"9966519_11548","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57096862237047,"sku":"9966519_11549","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57096862269815,"sku":"9966519_11550","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57096862302583,"sku":"9966519_12644","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57096865579383,"sku":"1458959_11576","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57096865612151,"sku":"1458959_11577","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57096865644919,"sku":"1458959_11578","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57096865677687,"sku":"1458959_11579","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57096865710455,"sku":"1458959_11580","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57096865743223,"sku":"1458959_12650","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Drueber_reden_T-Shirt-schwarz_Store-Aktion.png?v=1778872476"},{"product_id":"keine-konkurrenz-unisex-t-shirt","title":"Keine Konkurrenz, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e\"Ich lüge, betrüge und stehle nicht. Die Obrigkeit duldet keine Konkurrenz.\"\u003cbr\u003e\u003cstrong\u003eStreetwear, die Reaktionen hervorruft – garantiert!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUnsere Models sind etwa 175 cm groß, wiegen 70 kg und tragen Größe M.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57115496513911,"sku":"1451810_11546","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57115496546679,"sku":"1451810_11547","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57115496579447,"sku":"1451810_11548","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57115496612215,"sku":"1451810_11549","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57115496644983,"sku":"1451810_11550","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57115496677751,"sku":"1451810_12644","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57115784774007,"sku":"8471153_11576","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57115784806775,"sku":"8471153_11577","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57115784839543,"sku":"8471153_11578","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57115784872311,"sku":"8471153_11579","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57115784905079,"sku":"8471153_11580","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57115784937847,"sku":"8471153_12650","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Keine_Konkurrenz_T-Shirt-schwarz_Store-Aktion.png?v=1779468452"},{"product_id":"ich-bleib-so-wie-ich-bin-unisex-t-shirt","title":"Ich bleib so wie ich bin, Unisex T-Shirt","description":"\u003cp\u003e\u003cstrong\u003eStatement:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e\"Ich bleib so, wie ich bin, schon allein weil es andere stört!\"\u003cbr\u003e\u003cstrong\u003eStreetwear, die Reaktionen hervorruft – garantiert!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUnsere Models sind etwa 175 cm groß, wiegen 70 kg und tragen Größe M.\u003c\/p\u003e","brand":"SEELENSCHWARZ","offers":[{"title":"Schwarz \/ S","offer_id":57129150939511,"sku":"9571301_11546","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ M","offer_id":57129150972279,"sku":"9571301_11547","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ L","offer_id":57129151005047,"sku":"9571301_11548","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ XL","offer_id":57129151037815,"sku":"9571301_11549","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 2XL","offer_id":57129151070583,"sku":"9571301_11550","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Schwarz \/ 3XL","offer_id":57129151103351,"sku":"9571301_12644","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ S","offer_id":57129160933751,"sku":"9711605_11576","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":57129160966519,"sku":"9711605_11577","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":57129160999287,"sku":"9711605_11578","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":57129161032055,"sku":"9711605_11579","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":57129161064823,"sku":"9711605_11580","price":29.0,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":57129161097591,"sku":"9711605_12650","price":29.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/5393\/9831\/files\/Ich_bleib_so_wie_ich_bin_T-Shirt-schwarz_Store-Aktion.png?v=1779981250"}],"url":"https:\/\/seelenschwarz.com\/collections\/t-shirts-mit-spruechen.oembed","provider":"SEELENSCHWARZ","version":"1.0","type":"link"}