{"product_id":"trench-alma","title":"Trench Alma","description":"\u003cstyle\u003e\n  .ta-page {\n    --ta-bg: #F8F5EF;\n    --ta-paper: #FFFDF8;\n    --ta-border: #D8C8B2;\n    --ta-border-soft: #E8DED0;\n    --ta-gold: #C8A45D;\n    --ta-black: #050505;\n    --ta-text: #111111;\n\n    width: 100% !important;\n    max-width: 100% !important;\n    margin: 0 !important;\n    overflow-x: hidden !important;\n    box-sizing: border-box;\n    background: var(--ta-bg);\n    color: var(--ta-black);\n    font-family: inherit;\n  }\n\n  .ta-page,\n  .ta-page * {\n    box-sizing: border-box;\n    min-width: 0;\n  }\n\n  .ta-page img {\n    display: block;\n    width: 100%;\n    max-width: 100%;\n    height: auto;\n    border: 0;\n  }\n\n  .ta-section {\n    width: 100%;\n    padding: 46px 18px;\n  }\n\n  .ta-section--border {\n    border: 1px solid var(--ta-border-soft);\n  }\n\n  .ta-section--white {\n    background: var(--ta-paper);\n    border-top: 1px solid var(--ta-border-soft);\n    border-bottom: 1px solid var(--ta-border-soft);\n  }\n\n  .ta-section--taupe {\n    background: #D8C8B2;\n  }\n\n  .ta-section--no-top {\n    padding-top: 0;\n  }\n\n  .ta-container {\n    width: 100%;\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n\n  .ta-container--narrow {\n    max-width: 900px;\n  }\n\n  .ta-center {\n    text-align: center;\n  }\n\n  .ta-left {\n    text-align: left;\n  }\n\n  .ta-eyebrow {\n    display: inline-block;\n    margin: 0 0 16px;\n    color: var(--ta-gold);\n    font-size: 12px;\n    line-height: 1.4;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n    font-weight: 500;\n  }\n\n  .ta-title {\n    margin: 0;\n    color: var(--ta-black);\n    font-size: clamp(32px, 6vw, 52px);\n    line-height: 1.08;\n    font-weight: 400;\n    letter-spacing: -0.03em;\n    overflow-wrap: break-word;\n  }\n\n  .ta-heading {\n    margin: 0;\n    color: var(--ta-black);\n    font-size: clamp(28px, 5vw, 42px);\n    line-height: 1.12;\n    font-weight: 400;\n    letter-spacing: -0.02em;\n    overflow-wrap: break-word;\n  }\n\n  .ta-subtitle {\n    margin: 0 0 18px;\n    color: var(--ta-black);\n    font-size: clamp(22px, 4vw, 30px);\n    line-height: 1.2;\n    font-weight: 400;\n    overflow-wrap: break-word;\n  }\n\n  .ta-card-title {\n    margin: 0 0 12px;\n    color: var(--ta-black);\n    font-size: 22px;\n    line-height: 1.25;\n    font-weight: 500;\n    overflow-wrap: break-word;\n  }\n\n  .ta-text {\n    margin: 0;\n    color: var(--ta-text);\n    font-size: 15px;\n    line-height: 1.75;\n    overflow-wrap: break-word;\n  }\n\n  .ta-text--intro {\n    max-width: 760px;\n    margin: 0 auto;\n    font-size: 16px;\n    line-height: 1.85;\n  }\n\n  .ta-divider {\n    width: 72px;\n    height: 1px;\n    margin: 24px auto;\n    background: var(--ta-gold);\n  }\n\n  .ta-grid {\n    display: grid;\n    width: 100%;\n    gap: 18px;\n  }\n\n  .ta-grid--2 {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .ta-grid--3 {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .ta-grid--4 {\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n  }\n\n  .ta-card {\n    width: 100%;\n    background: var(--ta-paper);\n    border: 1px solid var(--ta-border);\n    padding: 26px 20px;\n    text-align: center;\n  }\n\n  .ta-card--soft {\n    background: var(--ta-bg);\n  }\n\n  .ta-card--large {\n    width: 100%;\n    background: var(--ta-paper);\n    border: 1px solid var(--ta-border-soft);\n    padding: 32px 26px;\n  }\n\n  .ta-number {\n    margin-bottom: 12px;\n    color: var(--ta-gold);\n    font-size: 24px;\n    line-height: 1;\n  }\n\n  .ta-card .ta-text {\n    max-width: 280px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .ta-image-block {\n    width: 100%;\n    max-width: 860px;\n    margin: 0 auto 26px;\n  }\n\n  .ta-image-block img {\n    border: 1px solid var(--ta-border-soft);\n  }\n\n  .ta-tags {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 10px;\n  }\n\n  .ta-tag {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    padding: 11px 18px;\n    border: 1px solid var(--ta-border);\n    background: var(--ta-paper);\n    color: var(--ta-text);\n    font-size: 14px;\n    line-height: 1.3;\n    text-align: center;\n  }\n\n  .ta-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n    color: var(--ta-text);\n    font-size: 15px;\n    line-height: 1.8;\n  }\n\n  .ta-list li {\n    padding: 10px 0;\n    border-bottom: 1px solid var(--ta-border-soft);\n  }\n\n  .ta-list li:last-child {\n    border-bottom: 0;\n  }\n\n  .ta-bullets {\n    margin: 0;\n    padding-left: 18px;\n    color: var(--ta-text);\n    font-size: 15px;\n    line-height: 1.8;\n  }\n\n  .ta-table-wrap {\n    width: 100%;\n    max-width: 100%;\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .ta-table {\n    width: 100%;\n    min-width: 520px;\n    border-collapse: collapse;\n    color: var(--ta-text);\n    font-size: 14px;\n    text-align: center;\n  }\n\n  .ta-table th,\n  .ta-table td {\n    padding: 12px;\n    border: 1px solid var(--ta-border);\n    white-space: nowrap;\n  }\n\n  .ta-table thead {\n    background: var(--ta-bg);\n  }\n\n  .ta-dark {\n    background: var(--ta-black);\n    color: var(--ta-bg);\n    padding: 32px 26px;\n  }\n\n  .ta-dark .ta-heading,\n  .ta-dark .ta-text {\n    color: var(--ta-bg);\n  }\n\n  .ta-dark .ta-text {\n    opacity: 0.92;\n  }\n\n  .ta-dark-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n  }\n\n  .ta-dark-tag {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    padding: 10px 14px;\n    border: 1px solid var(--ta-gold);\n    color: var(--ta-bg);\n    font-size: 13px;\n    line-height: 1.3;\n    text-align: center;\n  }\n\n  .ta-final {\n    padding: 44px 18px;\n    text-align: center;\n    border-left: 1px solid var(--ta-border-soft);\n    border-right: 1px solid var(--ta-border-soft);\n    border-bottom: 1px solid var(--ta-border-soft);\n  }\n\n  .ta-final p {\n    max-width: 820px;\n    margin: 0 auto;\n    color: var(--ta-black);\n    font-size: clamp(22px, 5vw, 32px);\n    line-height: 1.35;\n    font-weight: 400;\n  }\n\n  @media screen and (max-width: 989px) {\n    .ta-grid--4 {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .ta-grid--3,\n    .ta-grid--2 {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media screen and (max-width: 749px) {\n    .ta-section {\n      padding: 34px 14px;\n    }\n\n    .ta-section--no-top {\n      padding-top: 0;\n    }\n\n    .ta-title {\n      font-size: 34px;\n      line-height: 1.08;\n      letter-spacing: -0.025em;\n    }\n\n    .ta-heading {\n      font-size: 30px;\n      line-height: 1.12;\n      letter-spacing: -0.02em;\n    }\n\n    .ta-subtitle {\n      font-size: 23px;\n      line-height: 1.22;\n    }\n\n    .ta-card-title {\n      font-size: 21px;\n    }\n\n    .ta-text,\n    .ta-text--intro {\n      font-size: 15px;\n      line-height: 1.75;\n    }\n\n    .ta-grid,\n    .ta-grid--2,\n    .ta-grid--3,\n    .ta-grid--4 {\n      grid-template-columns: 1fr;\n      gap: 14px;\n    }\n\n    .ta-card,\n    .ta-card--large,\n    .ta-dark {\n      padding: 24px 16px;\n    }\n\n    .ta-left {\n      text-align: center;\n    }\n\n    .ta-card .ta-text {\n      max-width: 100%;\n    }\n\n    .ta-tag,\n    .ta-dark-tag {\n      width: 100%;\n    }\n\n    .ta-dark-tags {\n      justify-content: center;\n    }\n\n    .ta-final {\n      padding: 36px 14px;\n    }\n  }\n\n  @media screen and (max-width: 420px) {\n    .ta-section {\n      padding-left: 12px;\n      padding-right: 12px;\n    }\n\n    .ta-title {\n      font-size: 31px;\n    }\n\n    .ta-heading {\n      font-size: 27px;\n    }\n\n    .ta-eyebrow {\n      font-size: 11px;\n      letter-spacing: 0.17em;\n    }\n\n    .ta-table {\n      font-size: 13px;\n    }\n\n    .ta-table th,\n    .ta-table td {\n      padding: 10px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ta-page\"\u003e\n\n  \u003c!-- INTRODUCTION PREMIUM --\u003e\n  \u003csection class=\"ta-section ta-section--border\"\u003e\n    \u003cdiv class=\"ta-container ta-container--narrow ta-center\"\u003e\n      \u003cdiv class=\"ta-eyebrow\"\u003eÉlégance Rue\u003c\/div\u003e\n\n      \u003ch2 class=\"ta-title\"\u003eTrench Alma\u003c\/h2\u003e\n\n      \u003cdiv class=\"ta-divider\"\u003e\u003c\/div\u003e\n\n      \u003ch3 class=\"ta-subtitle\"\u003e\n        Le trench beige, léger et intemporel.\n      \u003c\/h3\u003e\n\n      \u003cp class=\"ta-text ta-text--intro\"\u003e\n        Le \u003cstrong\u003eTrench Alma\u003c\/strong\u003e est une pièce essentielle pour composer une allure chic,\n        féminine et naturellement parisienne. Sa teinte beige lumineuse, sa coupe fluide\n        et son style intemporel en font un indispensable élégant pour sublimer vos tenues du quotidien.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- POINTS FORTS --\u003e\n  \u003csection class=\"ta-section\"\u003e\n    \u003cdiv class=\"ta-container\"\u003e\n      \u003cdiv class=\"ta-grid ta-grid--4\"\u003e\n        \u003carticle class=\"ta-card\"\u003e\n          \u003cdiv class=\"ta-number\"\u003e01\u003c\/div\u003e\n          \u003ch3 class=\"ta-card-title\"\u003eCoupe fluide\u003c\/h3\u003e\n          \u003cp class=\"ta-text\"\u003e\n            Une ligne élégante qui allonge la silhouette avec naturel.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"ta-card\"\u003e\n          \u003cdiv class=\"ta-number\"\u003e02\u003c\/div\u003e\n          \u003ch3 class=\"ta-card-title\"\u003eBeige intemporel\u003c\/h3\u003e\n          \u003cp class=\"ta-text\"\u003e\n            Une teinte douce, lumineuse et facile à associer.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"ta-card\"\u003e\n          \u003cdiv class=\"ta-number\"\u003e03\u003c\/div\u003e\n          \u003ch3 class=\"ta-card-title\"\u003eAllure parisienne\u003c\/h3\u003e\n          \u003cp class=\"ta-text\"\u003e\n            Une pièce chic qui donne immédiatement du caractère à la tenue.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"ta-card\"\u003e\n          \u003cdiv class=\"ta-number\"\u003e04\u003c\/div\u003e\n          \u003ch3 class=\"ta-card-title\"\u003eFacile à superposer\u003c\/h3\u003e\n          \u003cp class=\"ta-text\"\u003e\n            Parfait sur une robe, un ensemble ou un pantalon fluide.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- COUPE \u0026 CONFORT --\u003e\n  \u003csection class=\"ta-section ta-section--no-top\"\u003e\n    \u003cdiv class=\"ta-container\"\u003e\n      \u003cdiv class=\"ta-grid ta-grid--2\"\u003e\n        \u003carticle class=\"ta-card--large ta-left\"\u003e\n          \u003cdiv class=\"ta-eyebrow\"\u003eCoupe \u0026amp; silhouette\u003c\/div\u003e\n\n          \u003ch3 class=\"ta-heading\" style=\"margin-bottom: 18px;\"\u003e\n            Une ligne élégante qui accompagne la silhouette\n          \u003c\/h3\u003e\n\n          \u003cp class=\"ta-text\"\u003e\n            Le Trench Alma apporte une finition sophistiquée à vos tenues tout en conservant\n            une allure fluide et naturelle. Sa coupe permet de structurer la silhouette sans\n            l’alourdir, pour un rendu chic, féminin et intemporel.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"ta-card--large ta-left\"\u003e\n          \u003cdiv class=\"ta-eyebrow\"\u003eMatière \u0026amp; confort\u003c\/div\u003e\n\n          \u003ch3 class=\"ta-heading\" style=\"margin-bottom: 18px;\"\u003e\n            Une pièce légère et facile à porter\n          \u003c\/h3\u003e\n\n          \u003cp class=\"ta-text\"\u003e\n            Sélectionné pour son rendu élégant et sa facilité d’usage, le Trench Alma accompagne\n            vos mouvements avec naturel. Il se porte ouvert pour une allure décontractée chic\n            ou ceinturé pour souligner la silhouette.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- COMMENT LE PORTER --\u003e\n  \u003csection class=\"ta-section ta-section--white\"\u003e\n    \u003cdiv class=\"ta-container ta-center\"\u003e\n      \u003cdiv class=\"ta-eyebrow\"\u003eInspiration style\u003c\/div\u003e\n\n      \u003ch3 class=\"ta-heading\"\u003e\n        Comment porter le Trench Alma ?\n      \u003c\/h3\u003e\n\n      \u003cdiv class=\"ta-divider\" style=\"margin-bottom: 34px;\"\u003e\u003c\/div\u003e\n\n      \u003cdiv class=\"ta-grid ta-grid--3\"\u003e\n        \u003carticle class=\"ta-card ta-card--soft ta-left\"\u003e\n          \u003ch4 class=\"ta-card-title\"\u003eLook parisien\u003c\/h4\u003e\n          \u003cp class=\"ta-text\"\u003e\n            Portez-le avec un pantalon fluide, un chemisier ivoire, des lunettes noires\n            et un sac structuré.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"ta-card ta-card--soft ta-left\"\u003e\n          \u003ch4 class=\"ta-card-title\"\u003eLook féminin chic\u003c\/h4\u003e\n          \u003cp class=\"ta-text\"\u003e\n            Superposez-le à la Robe Élise avec des bijoux dorés et des talons fins\n            pour une silhouette raffinée.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"ta-card ta-card--soft ta-left\"\u003e\n          \u003ch4 class=\"ta-card-title\"\u003eLook premium doux\u003c\/h4\u003e\n          \u003cp class=\"ta-text\"\u003e\n            Associez-le à l’Ensemble Sofia ou à l’Ensemble Camille pour une tenue lumineuse\n            et parfaitement coordonnée.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- OCCASIONS --\u003e\n  \u003csection class=\"ta-section\"\u003e\n    \u003cdiv class=\"ta-container ta-container--narrow ta-center\"\u003e\n\n      \u003cdiv class=\"ta-image-block\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3714\/6267\/files\/ChatGPT_Image_May_6_2026_01_49_05_PM.png?v=1778050164\" alt=\"Trench Alma beige porté dans une silhouette élégante\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n\n      \u003ch3 class=\"ta-heading\" style=\"margin-bottom: 22px;\"\u003e\n        Le trench parfait pour la mi-saison\n      \u003c\/h3\u003e\n\n      \u003cdiv class=\"ta-tags\"\u003e\n        \u003cspan class=\"ta-tag\"\u003eMi-saison\u003c\/span\u003e\n        \u003cspan class=\"ta-tag\"\u003eBureau chic\u003c\/span\u003e\n        \u003cspan class=\"ta-tag\"\u003eSortie en ville\u003c\/span\u003e\n        \u003cspan class=\"ta-tag\"\u003eVoyage\u003c\/span\u003e\n        \u003cspan class=\"ta-tag\"\u003eRendez-vous\u003c\/span\u003e\n        \u003cspan class=\"ta-tag\"\u003eDîner élégant\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- DETAILS + TAILLE --\u003e\n  \u003csection class=\"ta-section ta-section--no-top\"\u003e\n    \u003cdiv class=\"ta-container\"\u003e\n      \u003cdiv class=\"ta-grid ta-grid--2\"\u003e\n        \u003carticle class=\"ta-card--large ta-left\"\u003e\n          \u003cdiv class=\"ta-eyebrow\"\u003eDétails\u003c\/div\u003e\n\n          \u003ch3 class=\"ta-heading\" style=\"margin-bottom: 20px;\"\u003e\n            Détails produit\n          \u003c\/h3\u003e\n\n          \u003cul class=\"ta-list\"\u003e\n            \u003cli\u003eTrench beige élégant\u003c\/li\u003e\n            \u003cli\u003eCoupe fluide et féminine\u003c\/li\u003e\n            \u003cli\u003eStyle chic et intemporel\u003c\/li\u003e\n            \u003cli\u003eFacile à superposer\u003c\/li\u003e\n            \u003cli\u003eIdéal pour la mi-saison\u003c\/li\u003e\n            \u003cli\u003eDisponible du XS au XL\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"ta-card--large ta-left\"\u003e\n          \u003cdiv class=\"ta-eyebrow\"\u003eConseil taille\u003c\/div\u003e\n\n          \u003ch3 class=\"ta-heading\" style=\"margin-bottom: 16px;\"\u003e\n            Choisir votre taille\n          \u003c\/h3\u003e\n\n          \u003cp class=\"ta-text\" style=\"margin-bottom: 22px;\"\u003e\n            Le Trench Alma taille normalement. Si vous souhaitez le porter sur un blazer\n            ou une maille fine, choisissez la taille au-dessus pour plus d’aisance.\n          \u003c\/p\u003e\n\n          \u003cdiv class=\"ta-table-wrap\"\u003e\n            \u003ctable class=\"ta-table\"\u003e\n              \u003cthead\u003e\n                \u003ctr\u003e\n                  \u003cth\u003eTaille\u003c\/th\u003e\n                  \u003cth\u003ePoitrine\u003c\/th\u003e\n                  \u003cth\u003eTaille\u003c\/th\u003e\n                  \u003cth\u003eÉpaules\u003c\/th\u003e\n                \u003c\/tr\u003e\n              \u003c\/thead\u003e\n              \u003ctbody\u003e\n                \u003ctr\u003e\n                  \u003ctd\u003eXS\u003c\/td\u003e\n                  \u003ctd\u003e80-84 cm\u003c\/td\u003e\n                  \u003ctd\u003e60-64 cm\u003c\/td\u003e\n                  \u003ctd\u003e36 cm\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                  \u003ctd\u003eS\u003c\/td\u003e\n                  \u003ctd\u003e84-88 cm\u003c\/td\u003e\n                  \u003ctd\u003e64-68 cm\u003c\/td\u003e\n                  \u003ctd\u003e37 cm\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                  \u003ctd\u003eM\u003c\/td\u003e\n                  \u003ctd\u003e88-92 cm\u003c\/td\u003e\n                  \u003ctd\u003e68-72 cm\u003c\/td\u003e\n                  \u003ctd\u003e38 cm\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                  \u003ctd\u003eL\u003c\/td\u003e\n                  \u003ctd\u003e92-98 cm\u003c\/td\u003e\n                  \u003ctd\u003e72-78 cm\u003c\/td\u003e\n                  \u003ctd\u003e39 cm\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                  \u003ctd\u003eXL\u003c\/td\u003e\n                  \u003ctd\u003e98-104 cm\u003c\/td\u003e\n                  \u003ctd\u003e78-84 cm\u003c\/td\u003e\n                  \u003ctd\u003e40 cm\u003c\/td\u003e\n                \u003c\/tr\u003e\n              \u003c\/tbody\u003e\n            \u003c\/table\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- COMPLETER LE LOOK --\u003e\n  \u003csection class=\"ta-section ta-section--white\"\u003e\n    \u003cdiv class=\"ta-container ta-center\"\u003e\n      \u003cdiv class=\"ta-eyebrow\"\u003eSélection coordonnée\u003c\/div\u003e\n\n      \u003ch3 class=\"ta-heading\"\u003e\n        À associer avec\n      \u003c\/h3\u003e\n\n      \u003cp class=\"ta-text\" style=\"max-width: 700px; margin: 18px auto 34px;\"\u003e\n        Complétez le Trench Alma avec des pièces élégantes pour créer une silhouette chic,\n        lumineuse et parfaitement équilibrée.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"ta-grid ta-grid--4\"\u003e\n        \u003carticle class=\"ta-card ta-card--soft\"\u003e\n          \u003cdiv class=\"ta-eyebrow\" style=\"margin-bottom: 10px;\"\u003eFéminin\u003c\/div\u003e\n          \u003cstrong style=\"display: block; color: #050505; font-size: 18px; font-weight: 500;\"\u003e\n            Robe Élise\n          \u003c\/strong\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"ta-card ta-card--soft\"\u003e\n          \u003cdiv class=\"ta-eyebrow\" style=\"margin-bottom: 10px;\"\u003eLumineux\u003c\/div\u003e\n          \u003cstrong style=\"display: block; color: #050505; font-size: 18px; font-weight: 500;\"\u003e\n            Ensemble Sofia\n          \u003c\/strong\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"ta-card ta-card--soft\"\u003e\n          \u003cdiv class=\"ta-eyebrow\" style=\"margin-bottom: 10px;\"\u003eBase chic\u003c\/div\u003e\n          \u003cstrong style=\"display: block; color: #050505; font-size: 18px; font-weight: 500;\"\u003e\n            Chemisier Éloïse\n          \u003c\/strong\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"ta-card ta-card--soft\"\u003e\n          \u003cdiv class=\"ta-eyebrow\" style=\"margin-bottom: 10px;\"\u003eAccessoire\u003c\/div\u003e\n          \u003cstrong style=\"display: block; color: #050505; font-size: 18px; font-weight: 500;\"\u003e\n            Sac Amélie\n          \u003c\/strong\u003e\n        \u003c\/article\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ENTRETIEN + EXPERIENCE --\u003e\n  \u003csection class=\"ta-section ta-section--taupe\"\u003e\n    \u003cdiv class=\"ta-container\"\u003e\n      \u003cdiv class=\"ta-grid ta-grid--2\"\u003e\n        \u003carticle class=\"ta-card--large ta-left\"\u003e\n          \u003cdiv class=\"ta-eyebrow\"\u003eEntretien\u003c\/div\u003e\n\n          \u003ch3 class=\"ta-heading\" style=\"margin-bottom: 18px;\"\u003e\n            Conseils d’entretien\n          \u003c\/h3\u003e\n\n          \u003cp class=\"ta-text\" style=\"margin-bottom: 18px;\"\u003e\n            Pour préserver l’allure élégante de votre Trench Alma, privilégiez un entretien délicat\n            et suspendez-le sur un cintre adapté après utilisation.\n          \u003c\/p\u003e\n\n          \u003cul class=\"ta-bullets\"\u003e\n            \u003cli\u003eNettoyage délicat recommandé\u003c\/li\u003e\n            \u003cli\u003eSuspendre sur cintre\u003c\/li\u003e\n            \u003cli\u003eRepassage doux si nécessaire\u003c\/li\u003e\n            \u003cli\u003eÉviter le sèche-linge\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"ta-dark ta-left\"\u003e\n          \u003cdiv class=\"ta-eyebrow\"\u003eExpérience Élégance Rue\u003c\/div\u003e\n\n          \u003ch3 class=\"ta-heading\" style=\"margin-bottom: 18px;\"\u003e\n            Une pièce préparée avec soin\n          \u003c\/h3\u003e\n\n          \u003cp class=\"ta-text\" style=\"margin-bottom: 22px;\"\u003e\n            Chaque commande est préparée avec attention pour vous offrir une expérience élégante\n            dès l’ouverture. Le Trench Alma a été sélectionné comme une pièce intemporelle,\n            chic et facile à intégrer dans un dressing féminin.\n          \u003c\/p\u003e\n\n          \u003cdiv class=\"ta-dark-tags\"\u003e\n            \u003cspan class=\"ta-dark-tag\"\u003eEmballage soigné\u003c\/span\u003e\n            \u003cspan class=\"ta-dark-tag\"\u003eSélection raffinée\u003c\/span\u003e\n            \u003cspan class=\"ta-dark-tag\"\u003eService client attentif\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- PHRASE FINALE --\u003e\n  \u003csection class=\"ta-final\"\u003e\n    \u003cdiv class=\"ta-divider\" style=\"margin-top: 0;\"\u003e\u003c\/div\u003e\n\n    \u003cp\u003e\n      Un trench beige intemporel, pensé pour apporter élégance, fluidité et distinction à chaque silhouette.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"SiteQuiVend.com","offers":[{"title":"XS","offer_id":48505323749531,"sku":null,"price":79.9,"currency_code":"EUR","in_stock":true},{"title":"S","offer_id":48505323782299,"sku":null,"price":79.9,"currency_code":"EUR","in_stock":true},{"title":"M","offer_id":48505323815067,"sku":null,"price":79.9,"currency_code":"EUR","in_stock":true},{"title":"L","offer_id":48505323847835,"sku":null,"price":79.9,"currency_code":"EUR","in_stock":true},{"title":"XL","offer_id":48505323880603,"sku":null,"price":79.9,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/3714\/6267\/files\/ChatGPTImageMay6_2026_01_30_36PM.png?v=1778049063","url":"https:\/\/sitequivend.com\/products\/trench-alma","provider":"SiteQuiVend.com","version":"1.0","type":"link"}