{"product_id":"10er-damen-unterhemd-achselhemd-tank-top-feinripp-100-baumwolle-weiss-grosse-s-bis-3xl","title":"10er Damen Unterhemd Achselhemd Tank-Top Feinripp 100% Baumwolle Weiß Größe S bis 3XL","description":"\u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003eDamen Tank-Top Feinripp – Piya's Boutique\u003c\/title\u003e\n  \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Assistant:wght@300;400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n    :root {\n      --color-bg: #ffffff;\n      --color-fg: #121212;\n      --color-fg-muted: rgba(18,18,18,0.75);\n      --color-accent: #121212;\n      --color-accent-text: #ffffff;\n      --color-border: rgba(18,18,18,0.08);\n      --color-badge-bg: #242833;\n      --color-badge-text: #ffffff;\n      --font-body: 'Assistant', sans-serif;\n      --page-max: 960px;\n      --radius: 0px;\n    }\n\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    html { font-size: 62.5%; }\n\n    body {\n      font-family: var(--font-body);\n      font-size: 1.6rem;\n      line-height: 1.7;\n      color: var(--color-fg-muted);\n      background: var(--color-bg);\n      -webkit-font-smoothing: antialiased;\n    }\n\n    .page-wrapper {\n      margin: 0 auto;\n      padding: 4rem 2.4rem 6rem;\n    }\n\n    \/* ── Breadcrumb ── *\/\n    .breadcrumb {\n      font-size: 1.3rem;\n      letter-spacing: 0.04em;\n      color: rgba(18,18,18,0.5);\n      margin-bottom: 3.2rem;\n    }\n    .breadcrumb a {\n      color: rgba(18,18,18,0.5);\n      text-decoration: none;\n      transition: color 0.2s;\n    }\n    .breadcrumb a:hover { color: var(--color-fg); }\n    .breadcrumb span { margin: 0 0.6rem; }\n\n    \/* ── Product Title ── *\/\n    .product-title {\n      font-size: 3.2rem;\n      font-weight: 700;\n      color: var(--color-fg);\n      line-height: 1.2;\n      letter-spacing: -0.01em;\n      margin-bottom: 0.8rem;\n    }\n\n    .product-subtitle {\n      font-size: 1.5rem;\n      font-weight: 400;\n      color: rgba(18,18,18,0.5);\n      margin-bottom: 3.6rem;\n      letter-spacing: 0.06rem;\n    }\n\n    \/* ── Divider ── *\/\n    .divider {\n      height: 1px;\n      background: var(--color-border);\n      margin: 3.2rem 0;\n    }\n\n    \/* ── Feature Cards ── *\/\n    .features-grid {\n      display: grid;\n      \/*grid-template-columns: 1fr 1fr;*\/\n      gap: 1.6rem;\n      margin-bottom: 3.6rem;\n    }\n\n    @media (max-width: 600px) {\n      .features-grid { grid-template-columns: 1fr; }\n    }\n\n    .feature-card {\n      background: #f8f8f8;\n      padding: 2.4rem;\n      border-radius: var(--radius);\n      position: relative;\n      transition: background 0.25s ease;\n    }\n    .feature-card:hover {\n      background: #f0f0f0;\n    }\n\n    .feature-card:first-child {\n      grid-column: 1 \/ -1;\n      background: var(--color-badge-bg);\n      color: var(--color-badge-text);\n    }\n    .feature-card:first-child:hover {\n      background: #1a1e28;\n    }\n    .feature-card:first-child .feature-title {\n      color: #ffffff;\n    }\n    .feature-card:first-child .feature-text {\n      color: rgba(255,255,255,0.75);\n    }\n\n    .feature-icon {\n      width: 3.2rem;\n      height: 3.2rem;\n      margin-bottom: 1.2rem;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n    }\n\n    .feature-icon svg {\n      width: 2.4rem;\n      height: 2.4rem;\n    }\n\n    .feature-card:first-child .feature-icon svg {\n      stroke: #ffffff;\n    }\n\n    .feature-title {\n      font-size: 1.6rem;\n      font-weight: 700;\n      color: var(--color-fg);\n      margin-bottom: 0.6rem;\n      letter-spacing: 0.02em;\n    }\n\n    .feature-text {\n      font-size: 1.45rem;\n      line-height: 1.65;\n      color: var(--color-fg-muted);\n    }\n\n    \/* ── Description ── *\/\n    .description-section {\n      margin-bottom: 3.6rem;\n    }\n\n    .description-section h2 {\n      font-size: 2.2rem;\n      font-weight: 700;\n      color: var(--color-fg);\n      margin-bottom: 1.6rem;\n    }\n\n    .description-section p {\n      margin-bottom: 1.6rem;\n      font-size: 1.55rem;\n      line-height: 1.75;\n    }\n\n    \/* ── Specs ── *\/\n    .specs-grid {\n      display: grid;\n      \/*grid-template-columns: 1fr 1fr 1fr;*\/\n      gap: 1.6rem;\n      margin-bottom: 3.6rem;\n    }\n\n    @media (max-width: 600px) {\n      .specs-grid { grid-template-columns: 1fr; }\n    }\n\n    .spec-card {\n      border: 1px solid var(--color-border);\n      padding: 2rem 2.4rem;\n      text-align: center;\n    }\n\n    .spec-label {\n      font-size: 1.15rem;\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: 0.12em;\n      color: rgba(18,18,18,0.4);\n      margin-bottom: 0.6rem;\n    }\n\n    .spec-value {\n      font-size: 1.5rem;\n      font-weight: 600;\n      color: var(--color-fg);\n      line-height: 1.5;\n    }\n\n    \/* ── CTA ── *\/\n    .cta-section {\n      text-align: center;\n      padding: 4rem 2rem;\n      background: #f8f8f8;\n    }\n\n    .cta-section p {\n      font-size: 1.4rem;\n      color: rgba(18,18,18,0.5);\n      margin-bottom: 2rem;\n      letter-spacing: 0.06em;\n    }\n\n    .btn-primary {\n      display: inline-block;\n      padding: 1.4rem 4.8rem;\n      background: var(--color-accent);\n      color: var(--color-accent-text);\n      font-family: var(--font-body);\n      font-size: 1.4rem;\n      font-weight: 700;\n      letter-spacing: 0.14em;\n      text-transform: uppercase;\n      text-decoration: none;\n      border: 1px solid var(--color-accent);\n      cursor: pointer;\n      transition: background 0.25s, color 0.25s;\n    }\n    .btn-primary:hover {\n      background: transparent;\n      color: var(--color-accent);\n    }\n  \u003c\/style\u003e\n\n\n\n\u003cdiv class=\"page-wrapper\"\u003e\n\n  \u003c!-- Title --\u003e\n  \u003ch1 class=\"product-title\"\u003e\n\u003cspan style=\"background-color: transparent; color: rgb(0, 0, 0); font-family: Arial, sans-serif; font-size: 12pt; white-space: pre-wrap;\"\u003e10er Pack Unterhemd Damen \u003c\/span\u003e\u003cfont color=\"#000000\" face=\"Arial, sans-serif\"\u003e\u003cspan style=\"font-size: 16px; white-space-collapse: preserve;\"\u003eAchselhemd\u003c\/span\u003e\u003c\/font\u003e\u003cspan style=\"letter-spacing: -0.01em; background-color: transparent; color: rgb(0, 0, 0); font-family: Arial, sans-serif; font-size: 12pt; white-space: pre-wrap;\"\u003e Tank-Top \u003c\/span\u003e\u003cfont color=\"#000000\" face=\"Arial, sans-serif\"\u003e\u003cspan style=\"font-size: 16px; letter-spacing: -0.16px; white-space-collapse: preserve;\"\u003eFeinripp\u003c\/span\u003e\u003c\/font\u003e\u003cspan style=\"background-color: transparent; letter-spacing: -0.01em; color: rgb(0, 0, 0); font-family: Arial, sans-serif; font-size: 12pt; white-space: pre-wrap;\"\u003e Weiß in verschiedene Größen S bis 3XL Premium Qualität\u003c\/span\u003e\n\u003c\/h1\u003e\n  \u003cp class=\"product-subtitle\"\u003e\u003cspan style=\"color: rgb(112, 112, 112); font-size: 14.4px; letter-spacing: normal; white-space-collapse: preserve;\"\u003ePremium Qualität aus 100% Baumwolle\u003c\/span\u003e\u003c\/p\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- Feature Cards --\u003e\n  \u003cdiv class=\"features-grid\"\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-icon\"\u003e\n        \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\"\u003e\n          \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9.813 15.904 9 18.75l-.813-2.846a4.5 4.5 0 0 0-3.09-3.09L2.25 12l2.846-.813a4.5 4.5 0 0 0 3.09-3.09L9 5.25l.813 2.846a4.5 4.5 0 0 0 3.09 3.09L15.75 12l-2.846.813a4.5 4.5 0 0 0-3.09 3.09ZM18.259 8.715 18 9.75l-.259-1.035a3.375 3.375 0 0 0-2.455-2.456L14.25 6l1.036-.259a3.375 3.375 0 0 0 2.455-2.456L18 2.25l.259 1.035a3.375 3.375 0 0 0 2.456 2.456L21.75 6l-1.035.259a3.375 3.375 0 0 0-2.456 2.456Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-title\"\u003eMaximaler Wohlfühl-Faktor\u003c\/div\u003e\n      \u003cdiv class=\"feature-text\"\u003eErlebe 100% reine Baumwolle in feiner Ripp-Struktur: Ein Stoff, der nicht nur atmet, sondern deine Haut mit sanfter Weichheit verwöhnt.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-icon\"\u003e\n        \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\"\u003e\n          \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.75 13.5l10.5-11.25L12 10.5h8.25L9.75 21.75 12 13.5H3.75z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-title\"\u003e\u003cspan style=\"background-color: transparent; color: rgb(0, 0, 0); font-family: Arial, sans-serif; font-size: 12pt; white-space: pre-wrap;\"\u003eDie Highlights auf einen Blick:\u003c\/span\u003e\u003c\/div\u003e\n\u003cspan id=\"docs-internal-guid-ba176b5b-7fff-fffb-ed30-d483b782a847\"\u003e\u003cul style=\"padding-inline-start: 1.6rem;\"\u003e\n\u003cli dir=\"ltr\" style=\"list-style-type: none; font-size: 12pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-variant: normal; vertical-align: baseline; white-space: unset;\" aria-level=\"1\"\u003e\u003cp dir=\"ltr\" style=\"line-height:1.2;margin-top:12pt;margin-bottom: 10pt;\" role=\"presentation\"\u003e\u003cspan style=\"font-size: 12pt; background-color: transparent; font-weight: 700; font-variant: normal; vertical-align: baseline; white-space: pre-wrap;\"\u003e100% Reine Baumwolle:\u003c\/span\u003e\u003cspan style=\"font-size: 12pt; background-color: transparent; font-variant: normal; vertical-align: baseline; white-space: pre-wrap;\"\u003e Atmungsaktiv, hautfreundlich und langlebig in bewährter Feinripp-Qualität.\u003c\/span\u003e\u003c\/p\u003e\u003c\/li\u003e\n\u003cli dir=\"ltr\" style=\"list-style-type: none; font-size: 12pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-variant: normal; vertical-align: baseline; white-space: unset;\" aria-level=\"1\"\u003e\u003cp dir=\"ltr\" style=\"line-height:1.2;margin-top:0pt;margin-bottom: 10pt;\" role=\"presentation\"\u003e\u003cspan style=\"font-size: 12pt; background-color: transparent; font-weight: 700; font-variant: normal; vertical-align: baseline; white-space: pre-wrap;\"\u003eMaximaler Komfort:\u003c\/span\u003e\u003cspan style=\"font-size: 12pt; background-color: transparent; font-variant: normal; vertical-align: baseline; white-space: pre-wrap;\"\u003e Keine kratzenden Zettel dank des \u003c\/span\u003e\u003cspan style=\"font-size: 12pt; background-color: transparent; font-weight: 700; font-variant: normal; vertical-align: baseline; white-space: pre-wrap;\"\u003eeingedruckten Etiketts\u003c\/span\u003e\u003cspan style=\"font-size: 12pt; background-color: transparent; font-variant: normal; vertical-align: baseline; white-space: pre-wrap;\"\u003e im Nackenbereich.\u003c\/span\u003e\u003c\/p\u003e\u003c\/li\u003e\n\u003cli dir=\"ltr\" style=\"list-style-type: none; font-size: 12pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-variant: normal; vertical-align: baseline; white-space: unset;\" aria-level=\"1\"\u003e\u003cp dir=\"ltr\" style=\"line-height:1.2;margin-top:0pt;margin-bottom:12pt;\" role=\"presentation\"\u003e\u003cspan style=\"font-size: 12pt; background-color: transparent; font-weight: 700; font-variant: normal; vertical-align: baseline; white-space: pre-wrap;\"\u003eNahtlose Perfektion:\u003c\/span\u003e\u003cspan style=\"font-size: 12pt; background-color: transparent; font-variant: normal; vertical-align: baseline; white-space: pre-wrap;\"\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 12pt; background-color: transparent; font-weight: 700; font-variant: normal; vertical-align: baseline; white-space: pre-wrap;\"\u003eOhne Seitennähte\u003c\/span\u003e\u003cspan style=\"font-size: 12pt; background-color: transparent; font-variant: normal; vertical-align: baseline; white-space: pre-wrap;\"\u003e gefertigt – verhindert Reiben und Druckstellen unter der Kleidung.\u003c\/span\u003e\u003c\/p\u003e\u003c\/li\u003e\n\u003cli dir=\"ltr\" style=\"list-style-type: none; font-size: 12pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-variant: normal; vertical-align: baseline; white-space: unset;\" aria-level=\"1\"\u003e\u003cp dir=\"ltr\" style=\"line-height:1.2;margin-top:0pt;margin-bottom:12pt;\" role=\"presentation\"\u003e\u003cspan style=\"background-color: transparent; font-size: 12pt; font-variant: normal; white-space: pre-wrap; font-weight: 700; vertical-align: baseline;\"\u003eOptimale Passform:\u003c\/span\u003e\u003cspan style=\"background-color: transparent; font-size: 12pt; font-variant: normal; white-space: pre-wrap; vertical-align: baseline;\"\u003e Liegt angenehm an, behält die Form und bietet maximale Bewegungsfreiheit.\u003c\/span\u003e\u003c\/p\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-icon\"\u003e\n        \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\"\u003e\n          \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 12.75 11.25 15 15 9.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-title\"\u003e\u003cspan style=\"background-color: transparent; color: rgb(0, 0, 0); font-family: Arial, sans-serif; font-size: 12pt; white-space: pre-wrap;\"\u003eProdukteigenschaften:\u003c\/span\u003e\u003c\/div\u003e\n\u003cspan id=\"docs-internal-guid-8cca2e9d-7fff-33ed-bea6-1720c02b8b54\"\u003e\u003cul style=\"padding-inline-start: 1.6rem;\"\u003e\n\u003cli dir=\"ltr\" style=\"list-style-type: none; font-size: 12pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-variant: normal; vertical-align: baseline; white-space: unset;\" aria-level=\"1\"\u003e\u003cp dir=\"ltr\" style=\"line-height:1.2;margin-top:12pt;margin-bottom: 10pt;\" role=\"presentation\"\u003e\u003cspan style=\"font-size: 12pt; background-color: transparent; font-weight: 700; font-variant: normal; vertical-align: baseline; white-space: pre-wrap;\"\u003eProduktart:\u003c\/span\u003e\u003cspan style=\"font-size: 12pt; background-color: transparent; font-variant: normal; vertical-align: baseline; white-space: pre-wrap;\"\u003e Damen Unterhemd  Achselhemd\u003c\/span\u003e\u003c\/p\u003e\u003c\/li\u003e\n\u003cli dir=\"ltr\" style=\"list-style-type: none; font-size: 12pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-variant: normal; vertical-align: baseline; white-space: unset;\" aria-level=\"1\"\u003e\u003cp dir=\"ltr\" style=\"line-height:1.2;margin-top:0pt;margin-bottom: 10pt;\" role=\"presentation\"\u003e\u003cspan style=\"font-size: 12pt; background-color: transparent; font-weight: 700; font-variant: normal; vertical-align: baseline; white-space: pre-wrap;\"\u003eMaterial:\u003c\/span\u003e\u003cspan style=\"font-size: 12pt; background-color: transparent; font-variant: normal; vertical-align: baseline; white-space: pre-wrap;\"\u003e 100% Baumwolle\u003c\/span\u003e\u003c\/p\u003e\u003c\/li\u003e\n\u003cli dir=\"ltr\" style=\"list-style-type: none; font-size: 12pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-variant: normal; vertical-align: baseline; white-space: unset;\" aria-level=\"1\"\u003e\u003cp dir=\"ltr\" style=\"line-height:1.2;margin-top:0pt;margin-bottom: 10pt;\" role=\"presentation\"\u003e\u003cspan style=\"font-size: 12pt; background-color: transparent; font-weight: 700; font-variant: normal; vertical-align: baseline; white-space: pre-wrap;\"\u003eGewebeart:\u003c\/span\u003e\u003cspan style=\"font-size: 12pt; background-color: transparent; font-variant: normal; vertical-align: baseline; white-space: pre-wrap;\"\u003e Feinripp-Qualität\u003c\/span\u003e\u003c\/p\u003e\u003c\/li\u003e\n\u003cli dir=\"ltr\" style=\"list-style-type: none; font-size: 12pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-variant: normal; vertical-align: baseline; white-space: unset;\" aria-level=\"1\"\u003e\u003cp dir=\"ltr\" style=\"line-height:1.2;margin-top:0pt;margin-bottom: 10pt;\" role=\"presentation\"\u003e\u003cspan style=\"font-size: 12pt; background-color: transparent; font-weight: 700; font-variant: normal; vertical-align: baseline; white-space: pre-wrap;\"\u003eFarbe:\u003c\/span\u003e\u003cspan style=\"font-size: 12pt; background-color: transparent; font-variant: normal; vertical-align: baseline; white-space: pre-wrap;\"\u003e Weiß\u003c\/span\u003e\u003c\/p\u003e\u003c\/li\u003e\n\u003cli dir=\"ltr\" style=\"list-style-type: none; font-size: 12pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-variant: normal; vertical-align: baseline; white-space: unset;\" aria-level=\"1\"\u003e\u003cp dir=\"ltr\" style=\"line-height:1.2;margin-top:0pt;margin-bottom: 10pt;\" role=\"presentation\"\u003e\u003cspan style=\"font-size: 12pt; background-color: transparent; font-weight: 700; font-variant: normal; vertical-align: baseline; white-space: pre-wrap;\"\u003eBesonderheit 1:\u003c\/span\u003e\u003cspan style=\"font-size: 12pt; background-color: transparent; font-variant: normal; vertical-align: baseline; white-space: pre-wrap;\"\u003e Ohne störende Seitennähte (Rundstrick-Verfahren)\u003c\/span\u003e\u003c\/p\u003e\u003c\/li\u003e\n\u003cli dir=\"ltr\" style=\"list-style-type: none; font-size: 12pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-variant: normal; vertical-align: baseline; white-space: unset;\" aria-level=\"1\"\u003e\u003cp dir=\"ltr\" style=\"line-height:1.2;margin-top:0pt;margin-bottom: 10pt;\" role=\"presentation\"\u003e\u003cspan style=\"font-size: 12pt; background-color: transparent; font-weight: 700; font-variant: normal; vertical-align: baseline; white-space: pre-wrap;\"\u003eBesonderheit 2:\u003c\/span\u003e\u003cspan style=\"font-size: 12pt; background-color: transparent; font-variant: normal; vertical-align: baseline; white-space: pre-wrap;\"\u003e Kratzfreier Komfort durch eingedrucktes Wäscheetikett\u003c\/span\u003e\u003c\/p\u003e\u003c\/li\u003e\n\u003cli dir=\"ltr\" style=\"list-style-type: none; font-size: 12pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-variant: normal; vertical-align: baseline; white-space: unset;\" aria-level=\"1\"\u003e\u003cp dir=\"ltr\" style=\"line-height:1.2;margin-top:0pt;margin-bottom:12pt;\" role=\"presentation\"\u003e\u003cspan style=\"font-size: 12pt; background-color: transparent; font-weight: 700; font-variant: normal; vertical-align: baseline; white-space: pre-wrap;\"\u003eSchnitt:\u003c\/span\u003e\u003cspan style=\"font-size: 12pt; background-color: transparent; font-variant: normal; vertical-align: baseline; white-space: pre-wrap;\"\u003e Körpernahe, optimale Passform mit angenehmem Tragekomfort\u003c\/span\u003e\u003c\/p\u003e\u003c\/li\u003e\n\u003cli dir=\"ltr\" style=\"list-style-type: none; font-size: 12pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-variant: normal; vertical-align: baseline; white-space: unset;\" aria-level=\"1\"\u003e\u003cp dir=\"ltr\" style=\"line-height:1.2;margin-top:0pt;margin-bottom:12pt;\" role=\"presentation\"\u003e\u003cspan style=\"background-color: transparent; font-size: 12pt; font-weight: 700; font-variant: normal; vertical-align: baseline; white-space: pre-wrap;\"\u003ePflegehinweis:\u003c\/span\u003e\u003cspan style=\"background-color: transparent; font-size: 12pt; font-variant: normal; vertical-align: baseline; white-space: pre-wrap;\"\u003e Maschinenwäsche bei 30°\u003c\/span\u003e\u003c\/p\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-icon\"\u003e\n        \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\"\u003e\n          \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m21 7.5-9-5.25L3 7.5m18 0-9 5.25m9-5.25v9l-9 5.25M3 7.5l9 5.25M3 7.5v9l9 5.25m0-9v9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-title\"\u003eDas ultimative Basis-Quartett\u003c\/div\u003e\n      \u003cdiv class=\"feature-text\"\u003eWarum einzeln kaufen, wenn man Perfektion im 10er-Pack haben kann? Ein unschlagbares Set für Frauen, die keine Kompromisse machen.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-icon\"\u003e\n        \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\"\u003e\n          \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.182 15.182a4.5 4.5 0 0 1-6.364 0M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0ZM9.75 9.75c0 .414-.168.75-.375.75S9 10.164 9 9.75 9.168 9 9.375 9s.375.336.375.75Zm-.375 0h.008v.015h-.008V9.75Zm5.625 0c0 .414-.168.75-.375.75s-.375-.336-.375-.75.168-.75.375-.75.375.336.375.75Zm-.375 0h.008v.015h-.008V9.75Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-title\"\u003eStilsicher \u0026amp; Unkompliziert\u003c\/div\u003e\n      \u003cdiv class=\"feature-text\"\u003eIn zeitlosem Weiß. Minimalistisches Design trifft auf maximale Langlebigkeit – pflegeleicht und bereit für jeden Einsatz.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- Description --\u003e\n  \u003cdiv class=\"description-section\"\u003e\n    \u003ch2\u003e\u003cspan style=\"background-color: transparent; color: rgb(0, 0, 0); font-family: Arial, sans-serif; font-size: 12pt; white-space: pre-wrap;\"\u003eDamen Unterhemd aus 100% Baumwolle – Komfort ohne Kompromisse\u003c\/span\u003e\u003c\/h2\u003e\n    \u003cp\u003e\u003cspan style=\"background-color: transparent; color: rgb(0, 0, 0); font-family: Arial, sans-serif; font-size: 12pt; white-space: pre-wrap;\"\u003eSuchen Sie das perfekte Basic für jeden Tag? Unser weißes Damen-Unterhemd bietet Ihnen genau das, worauf es ankommt: Hochwertiges Material und ein unsichtbares Tragegefühl.\u003c\/span\u003e\u003c\/p\u003e\n\u003cspan id=\"docs-internal-guid-0f01b583-7fff-1f00-7ea5-478ffa6c5b8e\"\u003e\u003cspan style=\"font-size: 12pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-variant: normal; vertical-align: baseline; white-space: pre-wrap;\"\u003eDurch die hochwertige \u003c\/span\u003e\u003cspan style=\"font-size: 12pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-weight: 700; font-variant: normal; vertical-align: baseline; white-space: pre-wrap;\"\u003eFeinripp-Qualität\u003c\/span\u003e\u003cspan style=\"font-size: 12pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-variant: normal; vertical-align: baseline; white-space: pre-wrap;\"\u003e aus \u003c\/span\u003e\u003cspan style=\"font-size: 12pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-weight: 700; font-variant: normal; vertical-align: baseline; white-space: pre-wrap;\"\u003e100% Baumwolle\u003c\/span\u003e\u003cspan style=\"font-size: 12pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-variant: normal; vertical-align: baseline; white-space: pre-wrap;\"\u003e ist das Shirt extrem weich und elastisch, ohne auszuleiern. Ein echtes Highlight ist der Verzicht auf störende Elemente: Das \u003c\/span\u003e\u003cspan style=\"font-size: 12pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-weight: 700; font-variant: normal; vertical-align: baseline; white-space: pre-wrap;\"\u003eEtikett ist direkt eingedruckt\u003c\/span\u003e\u003cspan style=\"font-size: 12pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-variant: normal; vertical-align: baseline; white-space: pre-wrap;\"\u003e, sodass kein Kratzen im Nacken entsteht. Zudem sorgt die Verarbeitung \u003c\/span\u003e\u003cspan style=\"font-size: 12pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-weight: 700; font-variant: normal; vertical-align: baseline; white-space: pre-wrap;\"\u003eohne Seitennähte\u003c\/span\u003e\u003cspan style=\"font-size: 12pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-variant: normal; vertical-align: baseline; white-space: pre-wrap;\"\u003e für eine \u003c\/span\u003e\u003cspan style=\"font-size: 12pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-weight: 700; font-variant: normal; vertical-align: baseline; white-space: pre-wrap;\"\u003eoptimale Passform\u003c\/span\u003e\u003cspan style=\"font-size: 12pt; font-family: Arial, sans-serif; color: rgb(0, 0, 0); background-color: transparent; font-variant: normal; vertical-align: baseline; white-space: pre-wrap;\"\u003e, die sich wie eine zweite Haut anfühlt und selbst unter engen Oberhemden vollkommen unsichtbar bleibt.\u003c\/span\u003e\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- Specs --\u003e\n  \u003cdiv class=\"specs-grid\"\u003e\n    \u003cdiv class=\"spec-card\"\u003e\n      \u003cdiv class=\"spec-label\"\u003eVerfügbare Größen\u003c\/div\u003e\n      \u003cdiv class=\"spec-value\"\u003eS, M, L, XL, 2XL, 3XL\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-card\"\u003e\n      \u003cdiv class=\"spec-label\"\u003eMaterial\u003c\/div\u003e\n      \u003cdiv class=\"spec-value\"\u003e100% Baumwolle\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-card\"\u003e\n      \u003cdiv class=\"spec-label\"\u003eVersandpartner\u003c\/div\u003e\n      \u003cdiv class=\"spec-value\"\u003e\u003cimg width=\"100\" height=\"auto\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/8161\/5957\/files\/dhl_logo.png?v=1777753291\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Piya´s Boutique","offers":[{"title":"Weiß \/ S","offer_id":54233089016149,"sku":"A2037-08","price":44.99,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ M","offer_id":54233089048917,"sku":"A2037-08","price":44.99,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ L","offer_id":54233089081685,"sku":"A2037-08","price":44.99,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ XL","offer_id":54233089114453,"sku":"A2037-08","price":44.99,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 2XL","offer_id":54233089147221,"sku":"A2037-08","price":44.99,"currency_code":"EUR","in_stock":true},{"title":"Weiß \/ 3XL","offer_id":54233089179989,"sku":"A2037-08","price":44.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/8161\/5957\/files\/A2037-08_BEYAZ_10_Stueck.png?v=1782574653","url":"https:\/\/www.piyas.de\/products\/10er-damen-unterhemd-achselhemd-tank-top-feinripp-100-baumwolle-weiss-grosse-s-bis-3xl","provider":"Piya´s Boutique","version":"1.0","type":"link"}