Healing Process Tee
Healing Process Tee | Fallen Ivy /* Force SF Mono partout */ .kftn-wrapper, .kftn-wrapper *, .kftn-wrapper span, .kftn-wrapper div, .kftn-wrapper p, .kftn-wrapper h1, .kftn-wrapper h2, .kftn-wrapper h3, .kftn-wrapper li, .kftn-wrapper strong, .kftn-wrapper ul { font-family: 'SF Mono', ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, Consolas, 'DejaVu Sans Mono', monospace !important; } .kftn-wrapper { background: #ffffff; color: #000000; line-height: 1.7; padding: 0; margin: 0; } .kftn-container { max-width: 900px; margin: 0 auto; padding: 80px 40px; background: #ffffff; } /* En-tête élégant */ .kftn-hero-title { font-size: 13px; font-weight: 400; letter-spacing: 3px; text-transform: uppercase; text-align: center; margin-bottom: 60px; color: #000; opacity: 0.7; } /* Accordéon minimaliste Fallen Ivy */ .kftn-details-accordion { border-top: 1px solid #e8e8e8; } .kftn-details-item { border-bottom: 1px solid #e8e8e8; transition: all 0.3s ease; } .kftn-details-trigger { padding: 28px 0; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; font-weight: 500; color: #000; transition: opacity 0.3s ease; user-select: none; } .kftn-details-trigger:hover { opacity: 0.5; } .kftn-details-symbol { font-size: 20px; font-weight: 300; transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); line-height: 1; } .kftn-details-item.is-open .kftn-details-symbol { transform: rotate(45deg); } .kftn-details-panel { max-height: 0; overflow: hidden; transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1); } .kftn-details-item.is-open .kftn-details-panel { max-height: 2000px; } .kftn-details-inner { padding-bottom: 35px; font-size: 15px; color: #666666; line-height: 1.9; font-weight: 300; } .kftn-details-inner p { margin-bottom: 22px; } .kftn-details-inner h3 { font-size: 14px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; margin: 30px 0 18px 0; color: #000000; } .kftn-details-inner h3:first-child { margin-top: 0; } .kftn-details-inner strong { color: #000000; font-weight: 500; } /* Liste élégante */ .kftn-specs-list { list-style: none; margin: 25px 0; padding: 0; } .kftn-specs-list li { padding: 12px 0 12px 24px; position: relative; font-size: 15px; color: #666666; line-height: 1.7; } .kftn-specs-list li::before { content: '—'; position: absolute; left: 0; color: #000000; font-weight: 300; } /* Encadré premium */ .kftn-premium-callout { background: #f9f9f9; padding: 30px; margin-top: 30px; border-left: 3px solid #000000; position: relative; } .kftn-premium-label { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 14px; font-weight: 600; color: #000000; } .kftn-premium-callout p { margin-bottom: 0; font-size: 14px; line-height: 1.8; } /* Stock badge */ .kftn-stock-badge { display: inline-block; background: #000000; color: #ffffff; padding: 8px 16px; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; font-weight: 600; margin-top: 15px; } /* Price display */ .kftn-price-display { margin: 25px 0; padding: 25px; background: #fafafa; border-radius: 2px; text-align: center; } .kftn-price-amount { font-size: 28px; font-weight: 600; color: #000; letter-spacing: 1px; } /* Size table – Fallen Ivy style */ .kftn-size-table-wrapper { margin: 30px 0; overflow-x: auto; } .kftn-size-table { width: 100%; border-collapse: collapse; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; } .kftn-size-table thead th { font-weight: 600; color: #000; padding: 14px 10px; border-bottom: 1px solid #000; text-align: center; } .kftn-size-table tbody td { padding: 16px 10px; text-align: center; color: #666; border-bottom: 1px solid #e8e8e8; font-weight: 300; } .kftn-size-table tbody tr:last-child td { border-bottom: none; } /* Mobile optimisation */ @media (max-width: 768px) { .kftn-size-table { font-size: 12px; } .kftn-size-table thead th { padding: 12px 8px; } .kftn-size-table tbody td { padding: 14px 8px; } } /* Size chart image placeholder */ .kftn-size-image { width: 100%; max-width: 600px; height: auto; margin: 25px 0; border: 1px solid #e8e8e8; display: block; } .kftn-size-placeholder { width: 100%; max-width: 600px; height: 300px; margin: 25px 0; background: #f5f5f5; border: 2px dashed #d0d0d0; display: flex; align-items: center; justify-content: center; font-size: 13px; color: #999; letter-spacing: 1px; text-transform: uppercase; } /* Animation d'entrée subtile */ @keyframes kftnFadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } } .kftn-details-item { animation: kftnFadeIn 0.6s ease forwards; } .kftn-details-item:nth-child(1) { animation-delay: 0.1s; } .kftn-details-item:nth-child(2) { animation-delay: 0.2s; } .kftn-details-item:nth-child(3) { animation-delay: 0.3s; } .kftn-details-item:nth-child(4) { animation-delay: 0.4s; } /* Responsive élégant pour mobile */ @media (max-width: 768px) { .kftn-container { padding: 50px 24px; } .kftn-hero-title { font-size: 11px; letter-spacing: 2px; margin-bottom: 40px; } .kftn-details-trigger { padding: 22px 0; font-size: 10px; letter-spacing: 1.5px; } .kftn-details-symbol { font-size: 18px; } .kftn-details-inner { font-size: 14px; padding-bottom: 28px; } .kftn-details-inner h3 { font-size: 12px; } .kftn-specs-list li { font-size: 14px; padding: 10px 0 10px 20px; } .kftn-premium-callout { padding: 24px; } .kftn-premium-label { font-size: 9px; } .kftn-premium-callout p { font-size: 13px; } .kftn-price-display { padding: 20px; } .kftn-price-amount { font-size: 24px; } .kftn-stock-badge { font-size: 9px; padding: 6px 12px; } } @media (max-width: 480px) { .kftn-container { padding: 40px 20px; } .kftn-details-trigger { padding: 20px 0; } .kftn-price-amount { font-size: 22px; } } Product Details Description & Details + Healing Process Tee Oversized tee featuring exclusive front print artwork by Nelle Vimalin. Design & Craftsmanship Designed in Paris Artwork by Nelle Vimalin Features Oversized fit Front and back print artwork Exclusive artist collaboration Price €45 In Stock — Ships Immediately Composition & Materials + Fabric Composition 100% Cotton Print Details Front and back artwork prints Artwork by Nelle Vimalin Care Instructions + Washing Guidelines Machine wash at 30°C, inside out Use mild detergent Do not bleach Drying & Ironing Air dry recommended Iron inside out at medium temperature Avoid direct ironing on the print Care Tip To preserve the artwork by Nelle Vimalin and maintain the quality of the print, always wash the tee inside out at 30°C with mild detergent. Air drying is recommended to prevent any damage to the print. If ironing is needed, do so inside out and avoid direct contact with the printed areas. Size Guide + The Healing Process Tee is available in the following sizes: Size Measurements (cm) Size Chest Waist Hips Shoulder Length XS 114 114 114 52 71 S / M 122 122 122 52 75 L / XL 130 130 130 60 79 Measurements are in centimeters. Taken flat. Slight variations may occur due to production process. Coralie & Ilyès are wearing a size XS. Shipping & Availability + Product Availability This product is in stock and ready to be shipped immediately upon ordering. Shipping Details Ships within 24-48 hours Worldwide shipping available Tracking number provided upon shipment Secure packaging to protect your order Duties and taxes may apply for international orders Fast Delivery Unlike our pre-order items, the Healing Process Tee is in stock and ships immediately. Place your order today and receive your exclusive artwork tee within days. document.addEventListener('DOMContentLoaded', function() { const triggers = document.querySelectorAll('.kftn-details-trigger'); triggers.forEach(trigger => { trigger.addEventListener('click', function() { const item = this.parentElement; const isOpen = item.classList.contains('is-open'); document.querySelectorAll('.kftn-details-item').forEach(i => { i.classList.remove('is-open'); }); if (!isOpen) { item.classList.add('is-open'); } }); }); });
More you might like
Related
The Healing Process Tee
Related
Healing Is a Process Graphic Tee
Related
In The Process Of Healing Tee (Yellow)
Related