{"product_id":"sheryl-sophisticated-and-versatile-set","title":"Sheryl | Sophisticated and Versatile Set","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --ink:    #2C2A26;\n    --muted:  #7A7468;\n    --bg:     #F7F4EF;\n    --border: #E0DDD8;\n    --gold:   #C8A96E;\n  }\n\n  .se-description {\n    font-family: 'Nunito Sans', sans-serif;\n    font-weight: 400;\n    color: var(--ink);\n    line-height: 1.75;\n    max-width: 640px;\n  }\n\n  .se-description p {\n    font-size: 15px;\n    color: var(--ink);\n    margin-bottom: 16px;\n  }\n\n  .se-description p em {\n    font-family: 'Playfair Display', serif;\n    font-style: italic;\n    color: var(--muted);\n    font-size: 14px;\n  }\n\n  .se-description strong {\n    font-weight: 600;\n    color: var(--ink);\n  }\n\n  .se-description__intro {\n    font-family: 'Playfair Display', serif;\n    font-size: 17px;\n    font-weight: 400;\n    color: var(--ink);\n    line-height: 1.6;\n    margin-bottom: 20px;\n    border-left: 2px solid var(--gold);\n    padding-left: 14px;\n  }\n\n  .se-description__closing {\n    font-family: 'Playfair Display', serif;\n    font-style: italic;\n    font-size: 15px;\n    color: var(--muted);\n    margin-top: 4px;\n    margin-bottom: 24px;\n  }\n\n  \/* ── Accordions ── *\/\n  .se-accordion {\n    border-top: 1px solid var(--border);\n    margin-top: 8px;\n  }\n\n  .se-accordion details {\n    border-bottom: 1px solid var(--border);\n  }\n\n  .se-accordion summary {\n    font-family: 'Nunito Sans', sans-serif;\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: var(--ink);\n    padding: 14px 4px;\n    cursor: pointer;\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    user-select: none;\n  }\n\n  .se-accordion summary::-webkit-details-marker { display: none; }\n\n  .se-accordion summary::after {\n    content: '+';\n    font-size: 18px;\n    font-weight: 300;\n    color: var(--gold);\n    transition: transform 0.2s;\n  }\n\n  .se-accordion details[open] summary::after {\n    content: '−';\n  }\n\n  .se-accordion__body {\n    font-size: 14px;\n    color: var(--muted);\n    line-height: 1.7;\n    padding: 0 4px 18px;\n  }\n\n  .se-accordion__body ul {\n    padding-left: 18px;\n    margin-top: 6px;\n  }\n\n  .se-accordion__body ul li {\n    margin-bottom: 4px;\n  }\n\n  \/* ── Size chart (embedded) ── *\/\n  .se-size-chart {\n    margin-top: 10px;\n  }\n\n  .se-size-chart__controls {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-bottom: 14px;\n  }\n\n  .se-tabs {\n    display: flex;\n    border: 1px solid var(--border);\n    border-radius: 4px;\n    overflow: hidden;\n  }\n\n  .se-tab {\n    font-family: 'Nunito Sans', sans-serif;\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    padding: 7px 16px;\n    background: transparent;\n    border: none;\n    cursor: pointer;\n    color: var(--muted);\n    transition: background 0.15s, color 0.15s;\n  }\n\n  .se-tab.is-active {\n    background: var(--ink);\n    color: var(--bg);\n  }\n\n  .se-unit-toggle {\n    display: flex;\n    border: 1px solid var(--border);\n    border-radius: 4px;\n    overflow: hidden;\n  }\n\n  .se-unit-btn {\n    font-family: 'Nunito Sans', sans-serif;\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    padding: 6px 12px;\n    background: transparent;\n    border: none;\n    cursor: pointer;\n    color: var(--muted);\n    transition: background 0.15s, color 0.15s;\n  }\n\n  .se-unit-btn.is-active {\n    background: var(--gold);\n    color: #fff;\n  }\n\n  .se-size-table {\n    display: none;\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch;\n    border: 1px solid var(--border);\n    border-radius: 5px;\n  }\n\n  .se-size-table.is-visible { display: block; }\n\n  .se-size-table table {\n    width: 100%;\n    border-collapse: collapse;\n    min-width: 300px;\n  }\n\n  .se-size-table thead tr {\n    background: var(--ink);\n  }\n\n  .se-size-table thead th {\n    font-family: 'Nunito Sans', sans-serif;\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: var(--bg);\n    padding: 10px 12px;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  .se-size-table thead th:first-child { text-align: left; }\n\n  .se-size-table tbody tr {\n    border-bottom: 1px solid var(--border);\n    transition: background 0.1s;\n  }\n\n  .se-size-table tbody tr:last-child { border-bottom: none; }\n  .se-size-table tbody tr:nth-child(even) { background: #fff; }\n  .se-size-table tbody tr:hover { background: #ede9e1; }\n\n  .se-size-table tbody td {\n    font-size: 13px;\n    color: var(--ink);\n    padding: 9px 12px;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  .se-size-table tbody td:first-child {\n    font-family: 'Playfair Display', serif;\n    font-size: 13px;\n    font-weight: 600;\n    text-align: left;\n  }\n\n  .se-size-table tbody td:nth-child(2) {\n    color: var(--muted);\n    font-size: 12px;\n  }\n\n  .se-size-chart__note {\n    margin-top: 10px;\n    font-size: 12px;\n    color: var(--muted);\n    line-height: 1.6;\n  }\n\n  .se-size-chart__note span {\n    color: var(--gold);\n    font-weight: 600;\n  }\n\u003c\/style\u003e\n\u003c!-- ── Product Description ── --\u003e\n\u003cdiv class=\"se-description\"\u003e\n\u003cp class=\"se-description__intro\"\u003eSome outfits get noticed. This one gets remembered.\u003c\/p\u003e\n\u003cp\u003eThe \u003cstrong\u003eStructured Tweed Two-Piece Set\u003c\/strong\u003e is built for the woman who walks into a room and doesn't need to announce herself. A \u003cstrong\u003ecropped jacket with a clean front closure\u003c\/strong\u003e sits at the precise point where it lengthens the torso and frames the shoulders without adding bulk. Below, \u003cstrong\u003ehigh-waisted wide-leg pants\u003c\/strong\u003e fall in a long, unbroken line that makes the most of every inch.\u003c\/p\u003e\n\u003cp\u003eWoven from a \u003cstrong\u003erefined tweed blend\u003c\/strong\u003e, the fabric carries its own weight, literally and visually. The texture gives the set depth and richness that flat fabrics simply can't replicate, while the tailored cut ensures the drape stays fluid and intentional, never stiff.\u003c\/p\u003e\n\u003cp\u003eWear it to a board meeting. Wear it to a dinner you've been looking forward to. Keep the jacket on or leave it draped over the chair. Either way, you're wearing a set that was designed to move through the world the way you do: with purpose and without compromise.\u003c\/p\u003e\n\u003cp class=\"se-description__closing\"\u003eFor the woman who stopped chasing trends and started owning rooms.\u003c\/p\u003e\n\u003c!-- ── Accordions ── --\u003e\n\u003cdiv class=\"se-accordion\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eFabric \u0026amp; Construction\u003c\/summary\u003e\n\u003cdiv class=\"se-accordion__body\"\u003e\n\u003cul\u003e\n\u003cli\u003eRefined tweed blend — structured weight with natural drape\u003c\/li\u003e\n\u003cli\u003eCropped jacket with front button closure\u003c\/li\u003e\n\u003cli\u003eHigh-waisted wide-leg pants with clean waistband\u003c\/li\u003e\n\u003cli\u003eLined jacket for smooth silhouette and comfort\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCare Instructions\u003c\/summary\u003e\n\u003cdiv class=\"se-accordion__body\"\u003e\n\u003cul\u003e\n\u003cli\u003eDry clean recommended to preserve structure and texture\u003c\/li\u003e\n\u003cli\u003eIf hand washing: cold water, gentle detergent, lay flat to dry\u003c\/li\u003e\n\u003cli\u003eDo not tumble dry or wring\u003c\/li\u003e\n\u003cli\u003eSteam rather than iron directly on fabric\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- \/se-accordion --\u003e\n\u003c\/div\u003e\n\u003c!-- \/se-description --\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Emily David - Vancouver","offers":[{"title":"Black \/ XS","offer_id":43961444761678,"sku":null,"price":79.95,"currency_code":"CAD","in_stock":true},{"title":"Black \/ S","offer_id":43961444794446,"sku":null,"price":79.95,"currency_code":"CAD","in_stock":true},{"title":"Black \/ M","offer_id":43961444827214,"sku":null,"price":79.95,"currency_code":"CAD","in_stock":true},{"title":"Black \/ L","offer_id":43961444859982,"sku":null,"price":79.95,"currency_code":"CAD","in_stock":true},{"title":"Black \/ XL","offer_id":43961444892750,"sku":null,"price":79.95,"currency_code":"CAD","in_stock":true},{"title":"Black \/ 2XL","offer_id":43961444925518,"sku":null,"price":79.95,"currency_code":"CAD","in_stock":true},{"title":"Black \/ 3XL","offer_id":43961444958286,"sku":null,"price":79.95,"currency_code":"CAD","in_stock":true},{"title":"Gray \/ XS","offer_id":43961444991054,"sku":null,"price":79.95,"currency_code":"CAD","in_stock":true},{"title":"Gray \/ S","offer_id":43961445023822,"sku":null,"price":79.95,"currency_code":"CAD","in_stock":true},{"title":"Gray \/ M","offer_id":43961445056590,"sku":null,"price":79.95,"currency_code":"CAD","in_stock":true},{"title":"Gray \/ L","offer_id":43961445089358,"sku":null,"price":79.95,"currency_code":"CAD","in_stock":true},{"title":"Gray \/ XL","offer_id":43961445122126,"sku":null,"price":79.95,"currency_code":"CAD","in_stock":true},{"title":"Gray \/ 2XL","offer_id":43961445154894,"sku":null,"price":79.95,"currency_code":"CAD","in_stock":true},{"title":"Gray \/ 3XL","offer_id":43961445187662,"sku":null,"price":79.95,"currency_code":"CAD","in_stock":true},{"title":"Blue \/ XS","offer_id":43961445220430,"sku":null,"price":79.95,"currency_code":"CAD","in_stock":true},{"title":"Blue \/ S","offer_id":43961445253198,"sku":null,"price":79.95,"currency_code":"CAD","in_stock":true},{"title":"Blue \/ M","offer_id":43961445285966,"sku":null,"price":79.95,"currency_code":"CAD","in_stock":true},{"title":"Blue \/ L","offer_id":43961445318734,"sku":null,"price":79.95,"currency_code":"CAD","in_stock":true},{"title":"Blue \/ XL","offer_id":43961445351502,"sku":null,"price":79.95,"currency_code":"CAD","in_stock":true},{"title":"Blue \/ 2XL","offer_id":43961445384270,"sku":null,"price":79.95,"currency_code":"CAD","in_stock":true},{"title":"Blue \/ 3XL","offer_id":43961445417038,"sku":null,"price":79.95,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0745\/9658\/1454\/files\/TRAJENEGRO1_14814024-9511-46f4-91d2-b619dd2af263.png?v=1783603103","url":"https:\/\/davidemilyvancouver.com\/fr\/products\/sheryl-sophisticated-and-versatile-set","provider":"Emily David - Vancouver","version":"1.0","type":"link"}