Problem Solved Tee
/* ── Design tokens scoped to .pd-container to avoid global collisions ── */ .pd-container { --pd-color-black: #111111; --pd-color-gray-dark: #333333; --pd-color-gray-medium: #6666 66; --pd-color-gray-light: #767676; --pd-color-gray-care: #555555; --pd-color-gray-subtle: #cccccc; --pd-color-border-light: #eaeaea; --pd-color-border-subtle: #eeeeee; --pd-color-border-table: #dddddd; --pd-color-bg-light: #f7f7f5; --pd-color-bg-table-header: #f5f5f5; --pd-color-bg-accordion-open: #f9f9f9; --pd-color-white: #ffffff; --pd-font-size-text: 0.85em; --pd-font-size-summary: 0.68em; --pd-font-size-title: 0.8em; --pd-font-size-caption: 0.8em; --pd-font-size-legal: 0.72em; --pd-space-xl: 45px; --pd-space-lg: 30px; --pd-space-md: 20px; --pd-space-sm: 12px; --pd-space-xs: 8px; --pd-radius-sm: 4px; --pd-radius-md: 6px; --pd-transition-normal: 0.2s ease; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; line-height: 1.7; color: var(--pd-color-black); max-width: 640px; margin: 0 auto; padding: 16px 12px; background-color: var(--pd-color-white); } .pd-section { margin-bottom: var(--pd-space-xl); border-top: 1px solid var(--pd-color-border-light); padding-top: var(--pd-space-lg); } .pd-section-first { border-top: none; padding-top: 0; } .pd-title { font-size: var(--pd-font-size-title); font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; margin: 0 0 18px 0; color: var(--pd-color-black); } .pd-title-num { color: var(--pd-color-gray-light); margin-right: 6px; font-weight: 400; } .pd-text { font-size: var(--pd-font-size-text); color: var(--pd-color-gray-dark); margin: 0 0 15px 0; } .pd-text-caption { font-size: var(--pd-font-size-caption); color: var(--pd-color-gray-medium); margin: 12px 0 0 0; } .pd-art-banner { border-top: 1px solid var(--pd-color-black); border-bottom: 1px solid var(--pd-color-black); padding: 25px 0; text-align: center; margin: 0 0 36px; letter-spacing: 0.15em; } .pd-art-number { font-size: 2.0em; font-weight: 800; line-height: 1; color: var(--pd-color-black); margin: 0 0 var(--pd-space-xs) 0; letter-spacing: 0.05em; } .pd-art-line { width: 30px; height: 1px; background-color: var(--pd-color-black); margin: 10px auto; } .pd-art-label { font-size: 0.72em; text-transform: uppercase; color: var(--pd-color-gray-dark); margin: 0; } .pd-art-sublabel { margin: 5px 0 0 0; font-size: 0.65em; text-transform: uppercase; color: var(--pd-color-gray-light); letter-spacing: 0.1em; } .pd-material-lead { font-size: var(--pd-font-size-text); color: var(--pd-color-gray-dark); line-height: 1.8; margin-bottom: 18px; } .pd-bullet-list { list-style: none; padding: 0; margin: 0 0 var(--pd-space-md) 0; font-size: 0.82em; } .pd-bullet-list li { position: relative; padding-left: 18px; margin-bottom: var(--pd-space-xs); color: var(--pd-color-gray-dark); line-height: 1.6; } .pd-bullet-list li::before { content: "—"; position: absolute; left: 0; color: var(--pd-color-gray-light); } .pd-shipping-highlight { padding-left: var(--pd-space-sm); border-left: 2px solid var(--pd-color-border-subtle); margin-top: 10px; } .pd-shipping-highlight-title { margin: 0; font-weight: bold; font-size: var(--pd-font-size-text); color: var(--pd-color-black); } .pd-shipping-highlight-sub { margin: 2px 0 0 0; font-size: 0.78em; color: var(--pd-color-gray-medium); } .pd-return-note { margin: var(--pd-space-sm) 0 0 0; font-size: var(--pd-font-size-legal); color: var(--pd-color-gray-light); line-height: 1.6; } .pd-return-link { color: var(--pd-color-gray-light); text-decoration: underline; } .pd-accordion { font-size: 0.82em; border: 1px solid var(--pd-color-border-subtle); border-radius: var(--pd-radius-sm); margin-top: 12px; } .pd-accordion summary { cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; padding: 12px 15px; font-weight: 600; color: var(--pd-color-black); user-select: none; } .pd-accordion summary::-webkit-details-marker { display: none; } .pd-accordion summary::marker { content: ""; } .pd-accordion summary:focus-visible { outline: 2px solid var(--pd-color-black); outline-offset: 2px; } .pd-accordion[open] summary span { transform: rotate(90deg); color: var(--pd-color-black); } .pd-accordion summary span { transition: transform var(--pd-transition-normal), color var(--pd-transition-normal); display: inline-block; font-size: 1.2em; line-height: 1; color: var(--pd-color-gray-medium); transform: rotate(0deg); } .pd-accordion-content { padding: 0 15px 15px 15px; color: var(--pd-color-gray-dark); border-top: 1px solid var(--pd-color-bg-accordion-open); padding-top: 12px; } .pd-accordion-list { margin: 0 0 var(--pd-space-md) 0; padding-left: 15px; list-style-type: disc; font-size: 0.9em; } .pd-accordion-square-list { margin: 0; padding-left: 15px; list-style-type: square; line-height: 1.6; } .pd-accordion-sub { font-size: 0.85em; color: var(--pd-color-gray-medium); margin: 0 0 var(--pd-space-sm) 0; } .pd-accordion-sub-note { font-size: 0.85em; color: var(--pd-color-gray-medium); margin: 0 0 var(--pd-space-sm) 0; font-style: italic; } .pd-accordion-table-title { font-size: 0.85em; font-weight: bold; margin: 15px 0 var(--pd-space-xs) 0; } .pd-care-title { font-size: 0.8em; font-weight: bold; margin: var(--pd-space-md) 0 4px 0; color: var(--pd-color-black); } .pd-care-text { font-size: 0.78em; color: var(--pd-color-gray-care); line-height: 1.6; margin: 0; } .pd-certification-text { font-size: 0.85em; color: var(--pd-color-gray-dark); line-height: 1.6; margin: 0; } .pd-regional-sizing { margin-top: 15px; } .pd-regional-sizing-title { font-size: var(--pd-font-size-caption); color: var(--pd-color-black); font-weight: 700; text-transform: none; letter-spacing: 0.05em; margin: 0 0 8px 0; } /* Horizontal scroll indicator for mobile tables */ .pd-table-wrapper { position: relative; margin: 15px 0; } .pd-table-container { overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid var(--pd-color-border-subtle); border-radius: var(--pd-radius-sm); } .pd-table { width: 100%; border-collapse: collapse; font-size: 0.88em; text-align: center; color: var(--pd-color-gray-dark); min-width: 480px; } .pd-table th { background-color: var(--pd-color-bg-table-header); padding: var(--pd-space-xs); border-bottom: 2px solid var(--pd-color-border-table); border-right: 1px solid var(--pd-color-border-subtle); font-weight: 600; } .pd-table td { padding: var(--pd-space-xs); border-bottom: 1px solid var(--pd-color-border-subtle); border-right: 1px solid var(--pd-color-border-subtle); } .pd-table th:last-child, .pd-table td:last-child { border-right: none; } .pd-table tbody th { background-color: transparent; font-weight: bold; padding: var(--pd-space-xs); border-bottom: 1px solid var(--pd-color-border-subtle); border-right: 1px solid var(--pd-color-border-subtle); color: var(--pd-color-black); } .pd-scroll-hint { display: none; font-size: 0.7em; color: var(--pd-color-gray-light); text-align: right; margin-top: 4px; text-transform: uppercase; letter-spacing: 0.05em; } @media (max-width: 480px) { .pd-scroll-hint { display: block; } } .pd-legal-footnote { margin-top: var(--pd-space-xl); border-top: 1px solid var(--pd-color-border-subtle); padding-top: 15px; font-size: var(--pd-font-size-legal); color: var(--pd-color-gray-light); line-height: 1.6; } .pd-legal-link { color: var(--pd-color-gray-light); text-decoration: underline; } @media (prefers-reduced-motion: reduce) { .pd-accordion summary span { transition: none; } } EDITION OF 100 Limited to 100 Pieces Worldwide Once sold out, never reproduced. [01] Limited Edition Printed with "1 of 100" on the inside back neck, marking its place in this limited release of 100 pieces. [02] Material Crafted from 100% organic ring-spun cotton (180g/m² / 5.3 oz/yd²) — a substantial, soft fabric built to last and to age beautifully. Construction & certification details › Construction details: Set-in sleeves 1x1 rib at neck collar Inside back neck tape in self-fabric Twin needle topstitch at sleeve cuff and hem Ethical sourcing & certifications: Produced in facilities certified by GOTS, OEKO-TEX® Standard 100, Fair Wear, and PETA-Approved Vegan. Compliant with EU REACH regulations for restricted substances. [03] Size & Fit Designed with a European medium fit for a clean, contemporary silhouette. Regional Sizing Guide: Europe / UK / Africa / Oceania: True to size. Order your standard size. Americas (US, Canada, South America): Runs slightly slimmer than typical US sizes. We recommend sizing up for a more relaxed fit. Asia: Fits approximately one size larger than typical Asian sizing. For example, if you normally wear an Asian size M, choose S. Please refer to the measurements below. Detailed measurements (inches & cm) › *Garment measurements, not body measurements. Lay a similar t-shirt flat and compare its measurements with the table below to find your fit. How to measure: Length (high shoulder point to hem), Width (armpit to armpit), and Sleeve (shoulder seam to cuff). Inches Size Length Width Sleeve S 27 ⅛ 19 ½ 8 ⅞ M 28 ¾ 21 9 ½ L 29 ½ 22 ¼ 9 ⅝ XL 30 ¼ 23 ⅜ 9 ⅞ 2XL 31 ⅛ 25 10 3XL 31 ⅞ 26 ⅝ 10 ¼ 4XL 32 ⅝ 28 ½ 10 ¼ 5XL 33 ⅛ 30 ½ 10 ¼ Swipe horizontally to view full table → Centimeters Size Length Width Sleeve S 69 49.5 22.5 M 73 53.5 24 L 75 56.5 24.5 XL 77 59.5 25 2XL 79 63.5 25.5 3XL 81 67.5 26 4XL 83 72.5 26 5XL 84 77.5 26 Swipe horizontally to view full table → Care & natural aging As this garment is crafted from 100% organic cotton, minor natural shrinkage (up to 3–5%) may occur when washing — and further shrinkage or fading can happen in the dryer. For maximum longevity, we recommend machine washing cold (30°C / 86°F) and tumble drying on low heat, or air-drying when possible. Over time, the fabric and print will soften and fade slightly — a natural, vintage-like character unique to each piece. [04] Shipping & Delivery Packaging: Minimalist packaging, designed to reduce material waste. Fulfillment: Each piece is made to order — please allow a few extra days for production before it ships. Estimated Shipping: 5–20 business days, depending on your location Free shipping to most destinations — exact rates and delivery times are calculated automatically at checkout based on your address. *As each piece is made to order, we're unable to accept returns or exchanges for size or preference. See our Return Policy for full details. *For EU customers: 2-year EU warranty, intended for adults. Per the General Product Safety Regulation (GPSR) — Manufacturer: BEYOWD Inc., Kyoei Bldg., 2-8-11 Shibata, Kita-ku, Osaka-shi, Osaka 530-0012, Japan. EU Responsible Person: SINDEN VENTURES LIMITED, Markou Evgenikou 11, Mesa Geitonia, 4002, Limassol, Cyprus — [email protected].
More you might like
Related
Problem Solved Tee
Related
Problem Solved Tee
Related
Problem Solved Tee
Related