{"product_id":"rl-zip-jacket-classic-heritage-fit","title":"RL - Zip Jacket Classic Heritage Fit","description":"\u003c!-- =========================================================\n     RL — ZIP JACKET CLASSIC HERITAGE FIT\n     Premium Product Description v2\n     Default language: EN, auto device-language detection\n     Languages: EN \/ PT \/ ES \/ FR \/ DE \/ IT\n========================================================= --\u003e\n\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Fraunces:ital,wght@0,400;0,500;0,600;1,500\u0026family=Inter:wght@400;500;600\u0026family=Barlow+Condensed:wght@600;700\u0026display=swap');\n\n  .rlj-product {\n    --ink:        #17140f;   \/* near-black warm ink *\/\n    --paper:      #f3ede0;   \/* warm parchment *\/\n    --paper-soft: #eae1cd;   \/* deeper panel tone *\/\n    --rust:       #9c3d24;   \/* heritage brick\/rust accent *\/\n    --titanium:   #7c828a;   \/* titanium hardware accent *\/\n    --titanium-light:#a7adb4;\n    --stone:      #6f6a5e;   \/* muted supporting text *\/\n    --line:       #ddd0b3;   \/* warm hairline *\/\n\n    --font-display: 'Fraunces', Georgia, 'Times New Roman', serif;\n    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n    --font-tag: 'Barlow Condensed', 'Inter', sans-serif;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 0;\n    background: var(--paper);\n    color: var(--ink);\n    font-family: var(--font-body);\n    overflow: hidden;\n  }\n\n  .rlj-product *,\n  .rlj-product *::before,\n  .rlj-product *::after {\n    box-sizing: border-box;\n  }\n\n  .rlj-product img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  \/* -------------------------\n     SINGLE ENTRANCE MOMENT\n     (top tag + hero only — everything\n     after appears at rest, no scattered\n     fade-ins on every section\/card)\n  ------------------------- *\/\n\n  .rlj-reveal {\n    opacity: 0;\n    transform: translateY(16px);\n    transition:\n      opacity 0.9s ease,\n      transform 0.9s cubic-bezier(.22,1,.36,1);\n  }\n\n  .rlj-reveal.rlj-visible {\n    opacity: 1;\n    transform: translateY(0);\n  }\n\n  .rlj-reveal-delay {\n    transition-delay: .12s;\n  }\n\n  \/* -------------------------\n     COMMON\n  ------------------------- *\/\n\n  .rlj-section {\n    padding: 76px 28px;\n  }\n\n  .rlj-title {\n    margin: 0;\n    font-family: var(--font-display);\n    font-size: clamp(28px, 3.6vw, 42px);\n    line-height: 1.12;\n    font-weight: 500;\n    letter-spacing: -.01em;\n  }\n\n  .rlj-copy {\n    margin: 16px 0 0;\n    color: var(--stone);\n    font-size: 15.5px;\n    line-height: 1.75;\n    max-width: 46ch;\n  }\n\n  .rlj-rule {\n    width: 40px;\n    height: 2px;\n    margin: 0 0 22px;\n    background: var(--rust);\n  }\n\n  .rlj-rule--center {\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  \/* =========================================================\n     TAG BAR — brand identity, sits like a stitched garment\n     label at the very top of the page\n  ========================================================= *\/\n\n  .rlj-tagbar {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 16px;\n    padding: 16px 24px;\n    background: var(--ink);\n    color: var(--paper);\n    border-bottom: 2px solid var(--titanium);\n  }\n\n  .rlj-tagbar__mark {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    flex: 0 0 auto;\n    border: 1.5px solid var(--titanium-light);\n    border-radius: 2px;\n    font-family: var(--font-display);\n    font-weight: 600;\n    font-size: 15px;\n    letter-spacing: .01em;\n    color: var(--titanium-light);\n  }\n\n  .rlj-tagbar__product {\n    flex: 1 1 auto;\n    text-align: center;\n    font-family: var(--font-tag);\n    font-weight: 600;\n    font-size: 13px;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: var(--paper);\n  }\n\n  .rlj-tagbar__ref {\n    flex: 0 0 auto;\n    font-family: var(--font-tag);\n    font-weight: 600;\n    font-size: 13px;\n    letter-spacing: .06em;\n    color: var(--titanium-light);\n  }\n\n  \/* =========================================================\n     BLOCK 1 — HERO\n  ========================================================= *\/\n\n  .rlj-hero__grid {\n    display: grid;\n    grid-template-columns: 1.15fr .85fr;\n    gap: 3px;\n    background: var(--ink);\n  }\n\n  .rlj-hero__image {\n    position: relative;\n    overflow: hidden;\n    background: var(--paper-soft);\n    aspect-ratio: 4 \/ 5;\n  }\n\n  .rlj-hero__image img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    transition: transform 1.4s cubic-bezier(.22,1,.36,1);\n  }\n\n  .rlj-hero__image:hover img {\n    transform: scale(1.03);\n  }\n\n  .rlj-hero__content {\n    max-width: 700px;\n    margin: 0 auto;\n    padding: 56px 28px 0;\n    text-align: center;\n  }\n\n  .rlj-hero__title {\n    margin: 0;\n    font-family: var(--font-display);\n    font-size: clamp(34px, 5.6vw, 62px);\n    line-height: 1.03;\n    font-weight: 500;\n    letter-spacing: -.02em;\n  }\n\n  .rlj-hero__subtitle {\n    max-width: 54ch;\n    margin: 20px auto 0;\n    color: var(--stone);\n    font-size: clamp(15px, 1.6vw, 17px);\n    line-height: 1.7;\n  }\n\n  \/* =========================================================\n     BLOCK 2 — DESIRE\n  ========================================================= *\/\n\n  .rlj-desire {\n    max-width: 660px;\n    margin: 0 auto;\n    text-align: center;\n  }\n\n  .rlj-desire .rlj-copy {\n    max-width: 56ch;\n    margin-left: auto;\n    margin-right: auto;\n    font-size: 16.5px;\n  }\n\n  \/* =========================================================\n     BLOCK 3 — BENEFITS (spec-tag device, grounded in the\n     garment's actual construction, not a generic 01\/02\/03)\n  ========================================================= *\/\n\n  .rlj-benefits {\n    background: var(--paper-soft);\n  }\n\n  .rlj-benefits__inner {\n    max-width: 1040px;\n    margin: 0 auto;\n  }\n\n  .rlj-benefits__heading {\n    max-width: 46ch;\n    margin: 0 0 40px;\n  }\n\n  .rlj-benefits__grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    border-top: 1px solid var(--line);\n  }\n\n  .rlj-benefit {\n    padding: 30px 30px 0;\n  }\n\n  .rlj-benefit + .rlj-benefit {\n    border-left: 1px solid var(--line);\n  }\n\n  .rlj-benefit__tag {\n    display: inline-block;\n    font-family: var(--font-tag);\n    font-weight: 700;\n    font-size: 12px;\n    letter-spacing: .1em;\n    color: var(--rust);\n  }\n\n  .rlj-benefit__title {\n    margin: 12px 0 0;\n    font-family: var(--font-display);\n    font-size: 19px;\n    line-height: 1.3;\n    font-weight: 500;\n  }\n\n  .rlj-benefit__text {\n    margin: 10px 0 0;\n    color: var(--stone);\n    font-size: 13.5px;\n    line-height: 1.65;\n  }\n\n  \/* =========================================================\n     BLOCK 4 — DETAIL\n  ========================================================= *\/\n\n  .rlj-detail {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    align-items: center;\n    gap: 60px;\n    max-width: 1040px;\n    margin: 0 auto;\n  }\n\n  .rlj-detail__image {\n    overflow: hidden;\n    background: var(--paper-soft);\n  }\n\n  .rlj-detail__image img {\n    transition: transform 1s cubic-bezier(.22,1,.36,1);\n  }\n\n  .rlj-detail__image:hover img {\n    transform: scale(1.02);\n  }\n\n  .rlj-detail__content {\n    max-width: 460px;\n  }\n\n  .rlj-detail__features {\n    margin: 26px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .rlj-detail__features li {\n    position: relative;\n    padding: 13px 0 13px 22px;\n    border-bottom: 1px solid var(--line);\n    font-size: 14px;\n    line-height: 1.5;\n  }\n\n  .rlj-detail__features li:first-child {\n    border-top: 1px solid var(--line);\n  }\n\n  .rlj-detail__features li::before {\n    content: \"\";\n    position: absolute;\n    left: 0;\n    top: 22px;\n    width: 8px;\n    height: 2px;\n    background: var(--titanium);\n  }\n\n  \/* =========================================================\n     BLOCK 5 — COLORS\n  ========================================================= *\/\n\n  .rlj-colors__inner {\n    max-width: 1080px;\n    margin: 0 auto;\n  }\n\n  .rlj-colors__heading {\n    max-width: 46ch;\n    margin: 0 0 32px;\n  }\n\n  .rlj-colors__gallery {\n    overflow: hidden;\n  }\n\n  .rlj-colors__gallery img {\n    transition: transform 1.1s cubic-bezier(.22,1,.36,1);\n  }\n\n  .rlj-colors__gallery:hover img {\n    transform: scale(1.015);\n  }\n\n  .rlj-colors__caption {\n    margin: 14px 0 0;\n    color: var(--stone);\n    font-family: var(--font-tag);\n    font-size: 13px;\n    letter-spacing: .06em;\n  }\n\n  \/* =========================================================\n     BLOCK 6 — SIZE GUIDE\n  ========================================================= *\/\n\n  .rlj-size {\n    max-width: 780px;\n    margin: 0 auto;\n  }\n\n  .rlj-size__heading {\n    margin-bottom: 30px;\n  }\n\n  .rlj-size__table-wrap {\n    width: 100%;\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch;\n    border: 1px solid var(--line);\n    background: var(--paper);\n  }\n\n  .rlj-size__table {\n    width: 100%;\n    min-width: 600px;\n    border-collapse: collapse;\n    table-layout: fixed;\n  }\n\n  .rlj-size__table th {\n    padding: 15px 12px;\n    background: var(--ink);\n    color: var(--paper);\n    font-family: var(--font-tag);\n    font-size: 12px;\n    line-height: 1.4;\n    font-weight: 600;\n    letter-spacing: .08em;\n    text-transform: uppercase;\n    text-align: center;\n  }\n\n  .rlj-size__table td {\n    padding: 16px 12px;\n    border-bottom: 1px solid var(--line);\n    font-size: 13px;\n    line-height: 1.45;\n    text-align: center;\n    vertical-align: middle;\n  }\n\n  .rlj-size__table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .rlj-size__table tbody tr {\n    transition: background .25s ease;\n  }\n\n  .rlj-size__table tbody tr:hover {\n    background: var(--paper-soft);\n  }\n\n  .rlj-size__size {\n    font-family: var(--font-display);\n    font-weight: 600;\n  }\n\n  .rlj-size__cm {\n    display: block;\n    font-weight: 500;\n  }\n\n  .rlj-size__inch {\n    display: block;\n    margin-top: 3px;\n    color: var(--stone);\n    font-size: 11px;\n  }\n\n  .rlj-size__note {\n    margin: 16px 0 0;\n    color: var(--stone);\n    font-size: 12px;\n    line-height: 1.6;\n  }\n\n  \/* =========================================================\n     BLOCK 7 — CLOSING\n  ========================================================= *\/\n\n  .rlj-closing {\n    padding-top: 70px;\n    padding-bottom: 76px;\n    text-align: center;\n    background: var(--ink);\n    color: var(--paper);\n  }\n\n  .rlj-closing__inner {\n    max-width: 620px;\n    margin: 0 auto;\n  }\n\n  .rlj-closing__mark {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 36px;\n    height: 36px;\n    margin-bottom: 22px;\n    border: 1.5px solid var(--titanium-light);\n    border-radius: 2px;\n    font-family: var(--font-display);\n    font-weight: 600;\n    font-size: 15px;\n    color: var(--titanium-light);\n  }\n\n  .rlj-closing__title {\n    font-family: var(--font-display);\n    font-size: clamp(28px, 4.2vw, 44px);\n    line-height: 1.12;\n    font-weight: 500;\n    letter-spacing: -.01em;\n  }\n\n  .rlj-closing__copy {\n    max-width: 50ch;\n    margin: 18px auto 0;\n    color: #cfc8b7;\n    font-size: 15.5px;\n    line-height: 1.75;\n  }\n\n  .rlj-closing__line {\n    width: 40px;\n    height: 1px;\n    margin: 30px auto;\n    background: var(--titanium);\n  }\n\n  .rlj-closing__details {\n    display: flex;\n    justify-content: center;\n    flex-wrap: wrap;\n    gap: 10px 26px;\n    font-family: var(--font-tag);\n    font-size: 12px;\n    letter-spacing: .08em;\n    text-transform: uppercase;\n    color: var(--titanium-light);\n  }\n\n  \/* =========================================================\n     MOBILE\n  ========================================================= *\/\n\n  @media (max-width: 749px) {\n\n    .rlj-section {\n      padding: 54px 18px;\n    }\n\n    .rlj-tagbar {\n      flex-wrap: wrap;\n      justify-content: center;\n      text-align: center;\n      padding: 14px 18px;\n    }\n\n    .rlj-tagbar__product {\n      order: 3;\n      flex: 1 1 100%;\n      margin-top: 4px;\n      font-size: 11px;\n    }\n\n    .rlj-hero__grid {\n      grid-template-columns: 1fr;\n      gap: 3px;\n    }\n\n    .rlj-hero__content {\n      padding: 44px 18px 0;\n    }\n\n    .rlj-hero__subtitle {\n      font-size: 14px;\n    }\n\n    .rlj-benefits__grid {\n      grid-template-columns: 1fr;\n    }\n\n    .rlj-benefit {\n      padding: 26px 4px 26px;\n    }\n\n    .rlj-benefit + .rlj-benefit {\n      border-left: 0;\n      border-top: 1px solid var(--line);\n    }\n\n    .rlj-detail {\n      grid-template-columns: 1fr;\n      gap: 34px;\n    }\n\n    .rlj-detail__content {\n      max-width: none;\n    }\n\n    .rlj-size__table th {\n      padding: 12px 8px;\n      font-size: 10.5px;\n    }\n\n    .rlj-size__table td {\n      padding: 13px 8px;\n      font-size: 12px;\n    }\n\n    .rlj-closing {\n      padding-top: 52px;\n      padding-bottom: 58px;\n    }\n\n    .rlj-closing__details {\n      gap: 9px 16px;\n      font-size: 11px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .rlj-reveal {\n      opacity: 1;\n      transform: none;\n      transition: none;\n    }\n\n    .rlj-hero__image img,\n    .rlj-detail__image img,\n    .rlj-colors__gallery img {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"rlj-product\" id=\"rlj-product\"\u003e\n\n\n  \u003c!-- =======================================================\n       TAG BAR — the piece's identity, styled like a garment\n       label stitched at the collar\n  ======================================================== --\u003e\n\n  \u003cdiv class=\"rlj-tagbar rlj-reveal\"\u003e\n    \u003cspan class=\"rlj-tagbar__mark\"\u003eRL\u003c\/span\u003e\n    \u003cspan class=\"rlj-tagbar__product\" data-i18n=\"tag_product\"\u003eZIP JACKET · CLASSIC HERITAGE FIT\u003c\/span\u003e\n    \u003cspan class=\"rlj-tagbar__ref\" data-i18n=\"tag_ref\"\u003eNº 04\u003c\/span\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- =======================================================\n       BLOCK 1 — HERO\n  ======================================================== --\u003e\n\n  \u003csection class=\"rlj-hero\"\u003e\n\n    \u003cdiv class=\"rlj-hero__grid rlj-reveal rlj-reveal-delay\"\u003e\n\n      \u003cdiv class=\"rlj-hero__image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0797\/0360\/5481\/files\/Model_wearing_tan_jacket_202609010519.jpg?v=1788250813\" alt=\"RL Zip Jacket Classic Heritage Fit\" loading=\"eager\" decoding=\"async\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rlj-hero__image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0797\/0360\/5481\/files\/Model_walking_in_urban_street_202609010518.jpg?v=1788250814\" alt=\"RL Zip Jacket Classic Heritage Fit lifestyle\" loading=\"eager\" decoding=\"async\"\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rlj-hero__content\"\u003e\n\n      \u003ch1 class=\"rlj-hero__title\" data-i18n=\"hero_title\"\u003e\n        Cut Once. Worn for Years.\n      \u003c\/h1\u003e\n\n      \u003cp class=\"rlj-hero__subtitle\" data-i18n=\"hero_subtitle\"\u003e\n        A zip jacket made the old-fashioned way: structured collar, titanium hardware, and a fit that holds its shape season after season.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =======================================================\n       BLOCK 2 — DESIRE\n  ======================================================== --\u003e\n\n  \u003csection class=\"rlj-section\"\u003e\n\n    \u003cdiv class=\"rlj-desire\"\u003e\n\n      \u003ch2 class=\"rlj-title\" data-i18n=\"desire_title\"\u003e\n        Effortless, Every Time You Reach for It.\n      \u003c\/h2\u003e\n\n      \u003cp class=\"rlj-copy\" data-i18n=\"desire_copy\"\u003e\n        Throw it over a knit for the school run or over a shirt for dinner downtown — the fit does the work. This is the piece you grab without thinking twice, and it always looks right.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =======================================================\n       BLOCK 3 — WHY YOU'LL LOVE IT\n  ======================================================== --\u003e\n\n  \u003csection class=\"rlj-section rlj-benefits\"\u003e\n\n    \u003cdiv class=\"rlj-benefits__inner\"\u003e\n\n      \u003cdiv class=\"rlj-benefits__heading\"\u003e\n\n        \u003cdiv class=\"rlj-rule\"\u003e\u003c\/div\u003e\n\n        \u003ch2 class=\"rlj-title\" data-i18n=\"benefits_title\"\u003e\n          Why It Earns a Place in Your Rotation.\n        \u003c\/h2\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rlj-benefits__grid\"\u003e\n\n        \u003carticle class=\"rlj-benefit\"\u003e\n          \u003cspan class=\"rlj-benefit__tag\" data-i18n=\"benefit_1_tag\"\u003eFIT\u003c\/span\u003e\n          \u003ch3 class=\"rlj-benefit__title\" data-i18n=\"benefit_1_title\"\u003eLayers Without the Bulk\u003c\/h3\u003e\n          \u003cp class=\"rlj-benefit__text\" data-i18n=\"benefit_1_text\"\u003eCut close enough to wear under a coat, roomy enough for a heavy knit underneath.\u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"rlj-benefit\"\u003e\n          \u003cspan class=\"rlj-benefit__tag\" data-i18n=\"benefit_2_tag\"\u003eCOLLAR\u003c\/span\u003e\n          \u003ch3 class=\"rlj-benefit__title\" data-i18n=\"benefit_2_title\"\u003eA Shape That Holds\u003c\/h3\u003e\n          \u003cp class=\"rlj-benefit__text\" data-i18n=\"benefit_2_text\"\u003eA structured stand collar and clean lines that read considered, never overdressed.\u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"rlj-benefit\"\u003e\n          \u003cspan class=\"rlj-benefit__tag\" data-i18n=\"benefit_3_tag\"\u003eHARDWARE\u003c\/span\u003e\n          \u003ch3 class=\"rlj-benefit__title\" data-i18n=\"benefit_3_title\"\u003eBuilt for Daily Wear\u003c\/h3\u003e\n          \u003cp class=\"rlj-benefit__text\" data-i18n=\"benefit_3_text\"\u003eSolid titanium zip pulls, reinforced pockets, stitching meant to outlast the season.\u003c\/p\u003e\n        \u003c\/article\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =======================================================\n       BLOCK 4 — DETAIL\n  ======================================================== --\u003e\n\n  \u003csection class=\"rlj-section\"\u003e\n\n    \u003cdiv class=\"rlj-detail\"\u003e\n\n      \u003cdiv class=\"rlj-detail__image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0797\/0360\/5481\/files\/Jacket_fabric_texture_and_stitching_202609010518.jpg?v=1788250814\" alt=\"RL jacket stitching and fabric detail\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rlj-detail__content\"\u003e\n\n        \u003cdiv class=\"rlj-rule\"\u003e\u003c\/div\u003e\n\n        \u003ch2 class=\"rlj-title\" data-i18n=\"detail_title\"\u003e\n          Every Detail Earns Its Place.\n        \u003c\/h2\u003e\n\n        \u003cp class=\"rlj-copy\" data-i18n=\"detail_copy\"\u003e\n          Nothing here is decorative. The collar holds its shape in the wind, the zip pockets keep your hands warm and your keys close, and the stitching is finished the way a jacket should be if you're wearing it more than once.\n        \u003c\/p\u003e\n\n        \u003cul class=\"rlj-detail__features\"\u003e\n          \u003cli data-i18n=\"detail_1\"\u003eStructured zip-front closure\u003c\/li\u003e\n          \u003cli data-i18n=\"detail_2\"\u003eStand collar built to hold its shape\u003c\/li\u003e\n          \u003cli data-i18n=\"detail_3\"\u003eZip pockets at both sides\u003c\/li\u003e\n          \u003cli data-i18n=\"detail_4\"\u003eRibbed cuffs and hem, so nothing rides up\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =======================================================\n       BLOCK 5 — COLORS\n  ======================================================== --\u003e\n\n  \u003csection class=\"rlj-section rlj-colors\"\u003e\n\n    \u003cdiv class=\"rlj-colors__inner\"\u003e\n\n      \u003cdiv class=\"rlj-colors__heading\"\u003e\n\n        \u003cdiv class=\"rlj-rule\"\u003e\u003c\/div\u003e\n\n        \u003ch2 class=\"rlj-title\" data-i18n=\"colors_title\"\u003e\n          Two Ways to Wear It.\n        \u003c\/h2\u003e\n\n        \u003cp class=\"rlj-copy\" data-i18n=\"colors_copy\"\u003e\n          The same considered cut, in tones built to go with what's already in your closet.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rlj-colors__gallery\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0797\/0360\/5481\/files\/Jacket_displayed_in_various_colors_202609010518.jpg?v=1788250814\" alt=\"RL Zip Jacket Classic Heritage Fit available colors\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"rlj-colors__caption\" data-i18n=\"colors_caption\"\u003e\n        Available in classic heritage tones\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =======================================================\n       BLOCK 6 — SIZE GUIDE\n  ======================================================== --\u003e\n\n  \u003csection class=\"rlj-section\"\u003e\n\n    \u003cdiv class=\"rlj-size\"\u003e\n\n      \u003cdiv class=\"rlj-size__heading\"\u003e\n\n        \u003cdiv class=\"rlj-rule\"\u003e\u003c\/div\u003e\n\n        \u003ch2 class=\"rlj-title\" data-i18n=\"size_title\"\u003e\n          Find Your Fit.\n        \u003c\/h2\u003e\n\n        \u003cp class=\"rlj-copy\" data-i18n=\"size_copy\"\u003e\n          Measurements below in centimeters and inches. Between sizes? Size up for a roomier layer.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rlj-size__table-wrap\"\u003e\n\n        \u003ctable class=\"rlj-size__table\"\u003e\n\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"col\" data-i18n=\"size_header\"\u003eSize\u003c\/th\u003e\n              \u003cth scope=\"col\" data-i18n=\"chest_header\"\u003eChest\u003c\/th\u003e\n              \u003cth scope=\"col\" data-i18n=\"length_header\"\u003eLength\u003c\/th\u003e\n              \u003cth scope=\"col\" data-i18n=\"sleeve_header\"\u003eSleeve\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n\n          \u003ctbody\u003e\n\n            \u003ctr\u003e\n              \u003ctd class=\"rlj-size__size\"\u003eXS\u003c\/td\u003e\n              \u003ctd\u003e\n                \u003cspan class=\"rlj-size__cm\"\u003e86–91 cm\u003c\/span\u003e\n                \u003cspan class=\"rlj-size__inch\"\u003e33.9–35.8\"\u003c\/span\u003e\n              \u003c\/td\u003e\n              \u003ctd\u003e\n                \u003cspan class=\"rlj-size__cm\"\u003e64–66 cm\u003c\/span\u003e\n                \u003cspan class=\"rlj-size__inch\"\u003e25.2–26\"\u003c\/span\u003e\n              \u003c\/td\u003e\n              \u003ctd\u003e\n                \u003cspan class=\"rlj-size__cm\"\u003e60–62 cm\u003c\/span\u003e\n                \u003cspan class=\"rlj-size__inch\"\u003e23.6–24.4\"\u003c\/span\u003e\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd class=\"rlj-size__size\"\u003eS\u003c\/td\u003e\n              \u003ctd\u003e\n                \u003cspan class=\"rlj-size__cm\"\u003e91–96 cm\u003c\/span\u003e\n                \u003cspan class=\"rlj-size__inch\"\u003e35.8–37.8\"\u003c\/span\u003e\n              \u003c\/td\u003e\n              \u003ctd\u003e\n                \u003cspan class=\"rlj-size__cm\"\u003e66–68 cm\u003c\/span\u003e\n                \u003cspan class=\"rlj-size__inch\"\u003e26–26.8\"\u003c\/span\u003e\n              \u003c\/td\u003e\n              \u003ctd\u003e\n                \u003cspan class=\"rlj-size__cm\"\u003e61–63 cm\u003c\/span\u003e\n                \u003cspan class=\"rlj-size__inch\"\u003e24–24.8\"\u003c\/span\u003e\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd class=\"rlj-size__size\"\u003eM\u003c\/td\u003e\n              \u003ctd\u003e\n                \u003cspan class=\"rlj-size__cm\"\u003e96–101 cm\u003c\/span\u003e\n                \u003cspan class=\"rlj-size__inch\"\u003e37.8–39.8\"\u003c\/span\u003e\n              \u003c\/td\u003e\n              \u003ctd\u003e\n                \u003cspan class=\"rlj-size__cm\"\u003e68–70 cm\u003c\/span\u003e\n                \u003cspan class=\"rlj-size__inch\"\u003e26.8–27.6\"\u003c\/span\u003e\n              \u003c\/td\u003e\n              \u003ctd\u003e\n                \u003cspan class=\"rlj-size__cm\"\u003e62–64 cm\u003c\/span\u003e\n                \u003cspan class=\"rlj-size__inch\"\u003e24.4–25.2\"\u003c\/span\u003e\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd class=\"rlj-size__size\"\u003eL\u003c\/td\u003e\n              \u003ctd\u003e\n                \u003cspan class=\"rlj-size__cm\"\u003e101–106 cm\u003c\/span\u003e\n                \u003cspan class=\"rlj-size__inch\"\u003e39.8–41.7\"\u003c\/span\u003e\n              \u003c\/td\u003e\n              \u003ctd\u003e\n                \u003cspan class=\"rlj-size__cm\"\u003e70–72 cm\u003c\/span\u003e\n                \u003cspan class=\"rlj-size__inch\"\u003e27.6–28.3\"\u003c\/span\u003e\n              \u003c\/td\u003e\n              \u003ctd\u003e\n                \u003cspan class=\"rlj-size__cm\"\u003e63–65 cm\u003c\/span\u003e\n                \u003cspan class=\"rlj-size__inch\"\u003e24.8–25.6\"\u003c\/span\u003e\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd class=\"rlj-size__size\"\u003eXL\u003c\/td\u003e\n              \u003ctd\u003e\n                \u003cspan class=\"rlj-size__cm\"\u003e106–111 cm\u003c\/span\u003e\n                \u003cspan class=\"rlj-size__inch\"\u003e41.7–43.7\"\u003c\/span\u003e\n              \u003c\/td\u003e\n              \u003ctd\u003e\n                \u003cspan class=\"rlj-size__cm\"\u003e72–74 cm\u003c\/span\u003e\n                \u003cspan class=\"rlj-size__inch\"\u003e28.3–29.1\"\u003c\/span\u003e\n              \u003c\/td\u003e\n              \u003ctd\u003e\n                \u003cspan class=\"rlj-size__cm\"\u003e64–66 cm\u003c\/span\u003e\n                \u003cspan class=\"rlj-size__inch\"\u003e25.2–26\"\u003c\/span\u003e\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd class=\"rlj-size__size\"\u003e2XL\u003c\/td\u003e\n              \u003ctd\u003e\n                \u003cspan class=\"rlj-size__cm\"\u003e111–116 cm\u003c\/span\u003e\n                \u003cspan class=\"rlj-size__inch\"\u003e43.7–45.7\"\u003c\/span\u003e\n              \u003c\/td\u003e\n              \u003ctd\u003e\n                \u003cspan class=\"rlj-size__cm\"\u003e74–76 cm\u003c\/span\u003e\n                \u003cspan class=\"rlj-size__inch\"\u003e29.1–29.9\"\u003c\/span\u003e\n              \u003c\/td\u003e\n              \u003ctd\u003e\n                \u003cspan class=\"rlj-size__cm\"\u003e65–67 cm\u003c\/span\u003e\n                \u003cspan class=\"rlj-size__inch\"\u003e25.6–26.4\"\u003c\/span\u003e\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n\n          \u003c\/tbody\u003e\n\n        \u003c\/table\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cp class=\"rlj-size__note\" data-i18n=\"size_note\"\u003e\n        Measurements are shown in both centimeters and inches for easy reference.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =======================================================\n       BLOCK 7 — CLOSING\n  ======================================================== --\u003e\n\n  \u003csection class=\"rlj-closing\"\u003e\n\n    \u003cdiv class=\"rlj-closing__inner\"\u003e\n\n      \u003cspan class=\"rlj-closing__mark\"\u003eRL\u003c\/span\u003e\n\n      \u003ch2 class=\"rlj-closing__title\" data-i18n=\"closing_title\"\u003e\n        The Jacket You'll Reach for First.\n      \u003c\/h2\u003e\n\n      \u003cp class=\"rlj-closing__copy\" data-i18n=\"closing_copy\"\u003e\n        Not the loudest piece in your closet — the most useful one. Built to be worn on repeat, for years, not just a season.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"rlj-closing__line\"\u003e\u003c\/div\u003e\n\n      \u003cdiv class=\"rlj-closing__details\"\u003e\n        \u003cspan data-i18n=\"closing_detail_1\"\u003eHeritage Cut\u003c\/span\u003e\n        \u003cspan data-i18n=\"closing_detail_2\"\u003eTitanium Hardware\u003c\/span\u003e\n        \u003cspan data-i18n=\"closing_detail_3\"\u003eBuilt to Last\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\n\u003cscript\u003e\n(function () {\n\n  \"use strict\";\n\n  var root = document.getElementById(\"rlj-product\");\n\n  if (!root) return;\n\n\n  \/* =========================================================\n     TRANSLATIONS\n  ========================================================= *\/\n\n  var translations = {\n\n    en: {\n      tag_product: \"ZIP JACKET · CLASSIC HERITAGE FIT\",\n      tag_ref: \"Nº 04\",\n\n      hero_title: \"Cut Once. Worn for Years.\",\n      hero_subtitle: \"A zip jacket made the old-fashioned way: structured collar, titanium hardware, and a fit that holds its shape season after season.\",\n\n      desire_title: \"Effortless, Every Time You Reach for It.\",\n      desire_copy: \"Throw it over a knit for the school run or over a shirt for dinner downtown — the fit does the work. This is the piece you grab without thinking twice, and it always looks right.\",\n\n      benefits_title: \"Why It Earns a Place in Your Rotation.\",\n\n      benefit_1_tag: \"FIT\",\n      benefit_1_title: \"Layers Without the Bulk\",\n      benefit_1_text: \"Cut close enough to wear under a coat, roomy enough for a heavy knit underneath.\",\n\n      benefit_2_tag: \"COLLAR\",\n      benefit_2_title: \"A Shape That Holds\",\n      benefit_2_text: \"A structured stand collar and clean lines that read considered, never overdressed.\",\n\n      benefit_3_tag: \"HARDWARE\",\n      benefit_3_title: \"Built for Daily Wear\",\n      benefit_3_text: \"Solid titanium zip pulls, reinforced pockets, stitching meant to outlast the season.\",\n\n      detail_title: \"Every Detail Earns Its Place.\",\n      detail_copy: \"Nothing here is decorative. The collar holds its shape in the wind, the zip pockets keep your hands warm and your keys close, and the stitching is finished the way a jacket should be if you're wearing it more than once.\",\n      detail_1: \"Structured zip-front closure\",\n      detail_2: \"Stand collar built to hold its shape\",\n      detail_3: \"Zip pockets at both sides\",\n      detail_4: \"Ribbed cuffs and hem, so nothing rides up\",\n\n      colors_title: \"Two Ways to Wear It.\",\n      colors_copy: \"The same considered cut, in tones built to go with what's already in your closet.\",\n      colors_caption: \"Available in classic heritage tones\",\n\n      size_title: \"Find Your Fit.\",\n      size_copy: \"Measurements below in centimeters and inches. Between sizes? Size up for a roomier layer.\",\n      size_header: \"Size\",\n      chest_header: \"Chest\",\n      length_header: \"Length\",\n      sleeve_header: \"Sleeve\",\n      size_note: \"Measurements are shown in both centimeters and inches for easy reference.\",\n\n      closing_title: \"The Jacket You'll Reach for First.\",\n      closing_copy: \"Not the loudest piece in your closet — the most useful one. Built to be worn on repeat, for years, not just a season.\",\n      closing_detail_1: \"Heritage Cut\",\n      closing_detail_2: \"Titanium Hardware\",\n      closing_detail_3: \"Built to Last\"\n    },\n\n\n    pt: {\n      tag_product: \"JAQUETA COM ZÍPER · CLASSIC HERITAGE FIT\",\n      tag_ref: \"Nº 04\",\n\n      hero_title: \"Cortada Uma Vez. Usada Por Anos.\",\n      hero_subtitle: \"Uma jaqueta com zíper feita à moda antiga: gola estruturada, ferragens em titânio e um caimento que mantém a forma estação após estação.\",\n\n      desire_title: \"Sem Esforço, Toda Vez Que Você Veste.\",\n      desire_copy: \"Sobre uma malha para levar as crianças à escola ou sobre uma camisa para o jantar — o caimento faz o trabalho por você. É a peça que você pega sem pensar duas vezes, e que sempre fica certa.\",\n\n      benefits_title: \"Por Que Ela Vai Virar Sua Favorita.\",\n\n      benefit_1_tag: \"CAIMENTO\",\n      benefit_1_title: \"Sobrepõe Sem Pesar\",\n      benefit_1_text: \"Justa o suficiente para usar por baixo de um casaco, folgada o bastante para uma malha grossa por dentro.\",\n\n      benefit_2_tag: \"GOLA\",\n      benefit_2_title: \"Uma Forma Que Se Mantém\",\n      benefit_2_text: \"Gola alta estruturada e linhas limpas que transmitem cuidado, sem parecer formal demais.\",\n\n      benefit_3_tag: \"FERRAGENS\",\n      benefit_3_title: \"Feita Para o Uso Diário\",\n      benefit_3_text: \"Puxadores de zíper em titânio, bolsos reforçados e costura pensada para durar além da estação.\",\n\n      detail_title: \"Cada Detalhe Tem Uma Função.\",\n      detail_copy: \"Nada aqui é decorativo. A gola mantém a forma no vento, os bolsos com zíper aquecem as mãos e guardam as chaves por perto, e o acabamento é feito como deve ser numa jaqueta que você vai usar mais de uma vez.\",\n      detail_1: \"Fechamento frontal estruturado com zíper\",\n      detail_2: \"Gola alta que mantém a forma\",\n      detail_3: \"Bolsos com zíper nos dois lados\",\n      detail_4: \"Punhos e barra canelados, para nada subir\",\n\n      colors_title: \"Duas Formas de Usar.\",\n      colors_copy: \"O mesmo corte cuidadoso, em tons pensados para combinar com o que já está no seu guarda-roupa.\",\n      colors_caption: \"Disponível em tons clássicos da coleção heritage\",\n\n      size_title: \"Encontre Seu Tamanho.\",\n      size_copy: \"Medidas abaixo em centímetros e polegadas. Ficou entre dois tamanhos? Prefira o maior para uma camada mais folgada.\",\n      size_header: \"Tamanho\",\n      chest_header: \"Peito\",\n      length_header: \"Comprimento\",\n      sleeve_header: \"Manga\",\n      size_note: \"As medidas são apresentadas em centímetros e polegadas para facilitar a consulta.\",\n\n      closing_title: \"A Jaqueta Que Você Vai Pegar Primeiro.\",\n      closing_copy: \"Não é a peça mais chamativa do guarda-roupa — é a mais útil. Feita para ser usada sempre, por anos, não só por uma estação.\",\n      closing_detail_1: \"Corte Heritage\",\n      closing_detail_2: \"Ferragens em Titânio\",\n      closing_detail_3: \"Feita Para Durar\"\n    },\n\n\n    es: {\n      tag_product: \"CHAQUETA CON CREMALLERA · CLASSIC HERITAGE FIT\",\n      tag_ref: \"Nº 04\",\n\n      hero_title: \"Cortada Una Vez. Usada Durante Años.\",\n      hero_subtitle: \"Una chaqueta con cremallera hecha a la manera clásica: cuello estructurado, herrajes de titanio y un corte que mantiene su forma temporada tras temporada.\",\n\n      desire_title: \"Sin Esfuerzo, Cada Vez Que La Usas.\",\n      desire_copy: \"Sobre un jersey para llevar a los niños al colegio o sobre una camisa para cenar en la ciudad — el corte hace el trabajo. Es la prenda que coges sin pensarlo dos veces, y que siempre queda bien.\",\n\n      benefits_title: \"Por Qué Se Convertirá En Tu Favorita.\",\n\n      benefit_1_tag: \"CORTE\",\n      benefit_1_title: \"Se Superpone Sin Pesar\",\n      benefit_1_text: \"Lo bastante ajustada para llevar bajo un abrigo, lo bastante holgada para un jersey grueso debajo.\",\n\n      benefit_2_tag: \"CUELLO\",\n      benefit_2_title: \"Una Forma Que Se Mantiene\",\n      benefit_2_text: \"Cuello alto estructurado y líneas limpias que transmiten cuidado, sin resultar demasiado formal.\",\n\n      benefit_3_tag: \"HERRAJES\",\n      benefit_3_title: \"Pensada Para El Uso Diario\",\n      benefit_3_text: \"Tiradores de cremallera de titanio, bolsillos reforzados y costuras hechas para durar más de una temporada.\",\n\n      detail_title: \"Cada Detalle Cumple Su Función.\",\n      detail_copy: \"Nada aquí es decorativo. El cuello mantiene su forma frente al viento, los bolsillos con cremallera abrigan las manos y guardan las llaves cerca, y el acabado está hecho como debe estarlo en una chaqueta que vas a usar más de una vez.\",\n      detail_1: \"Cierre frontal estructurado con cremallera\",\n      detail_2: \"Cuello alto que mantiene su forma\",\n      detail_3: \"Bolsillos con cremallera a ambos lados\",\n      detail_4: \"Puños y bajo acanalados, para que nada se suba\",\n\n      colors_title: \"Dos Formas De Llevarla.\",\n      colors_copy: \"El mismo corte cuidado, en tonos pensados para combinar con lo que ya tienes en el armario.\",\n      colors_caption: \"Disponible en tonos clásicos de la colección heritage\",\n\n      size_title: \"Encuentra Tu Talla.\",\n      size_copy: \"Medidas a continuación en centímetros y pulgadas. ¿Entre dos tallas? Elige la mayor para una prenda más holgada.\",\n      size_header: \"Talla\",\n      chest_header: \"Pecho\",\n      length_header: \"Largo\",\n      sleeve_header: \"Manga\",\n      size_note: \"Las medidas se muestran en centímetros y pulgadas para facilitar la consulta.\",\n\n      closing_title: \"La Chaqueta Que Cogerás Primero.\",\n      closing_copy: \"No es la prenda más llamativa del armario — es la más útil. Pensada para llevarse una y otra vez, durante años, no solo una temporada.\",\n      closing_detail_1: \"Corte Heritage\",\n      closing_detail_2: \"Herrajes de Titanio\",\n      closing_detail_3: \"Hecha Para Durar\"\n    },\n\n\n    fr: {\n      tag_product: \"VESTE ZIPPÉE · CLASSIC HERITAGE FIT\",\n      tag_ref: \"Nº 04\",\n\n      hero_title: \"Coupée Une Fois. Portée Pendant Des Années.\",\n      hero_subtitle: \"Une veste zippée conçue à l'ancienne : col structuré, quincaillerie en titane et une coupe qui garde sa forme saison après saison.\",\n\n      desire_title: \"Sans Effort, À Chaque Fois Que Vous La Portez.\",\n      desire_copy: \"Sur un pull pour déposer les enfants à l'école ou sur une chemise pour dîner en ville — la coupe fait le travail. C'est la pièce que vous attrapez sans réfléchir, et qui tombe toujours bien.\",\n\n      benefits_title: \"Pourquoi Elle Deviendra Votre Préférée.\",\n\n      benefit_1_tag: \"COUPE\",\n      benefit_1_title: \"Se Superpose Sans Alourdir\",\n      benefit_1_text: \"Assez ajustée pour se porter sous un manteau, assez ample pour un gros pull en dessous.\",\n\n      benefit_2_tag: \"COL\",\n      benefit_2_title: \"Une Forme Qui Tient\",\n      benefit_2_text: \"Col montant structuré et lignes nettes qui inspirent le soin, sans jamais paraître trop habillées.\",\n\n      benefit_3_tag: \"QUINCAILLERIE\",\n      benefit_3_title: \"Pensée Pour Un Usage Quotidien\",\n      benefit_3_text: \"Tirettes de zip en titane, poches renforcées, coutures faites pour durer au-delà d'une saison.\",\n\n      detail_title: \"Chaque Détail A Sa Raison D'Être.\",\n      detail_copy: \"Rien ici n'est décoratif. Le col garde sa forme face au vent, les poches zippées réchauffent les mains et gardent les clés à portée, et les finitions sont soignées comme il se doit pour une veste que vous porterez plus d'une fois.\",\n      detail_1: \"Fermeture frontale zippée structurée\",\n      detail_2: \"Col montant conçu pour garder sa forme\",\n      detail_3: \"Poches zippées de chaque côté\",\n      detail_4: \"Poignets et bas côtelés, pour que rien ne remonte\",\n\n      colors_title: \"Deux Façons De La Porter.\",\n      colors_copy: \"La même coupe soignée, dans des teintes pensées pour s'accorder avec ce que vous avez déjà dans votre dressing.\",\n      colors_caption: \"Disponible dans les teintes classiques de la collection heritage\",\n\n      size_title: \"Trouvez Votre Taille.\",\n      size_copy: \"Mesures ci-dessous en centimètres et en pouces. Entre deux tailles ? Prenez la taille au-dessus pour une coupe plus ample.\",\n      size_header: \"Taille\",\n      chest_header: \"Poitrine\",\n      length_header: \"Longueur\",\n      sleeve_header: \"Manche\",\n      size_note: \"Les mesures sont indiquées en centimètres et en pouces pour faciliter la comparaison.\",\n\n      closing_title: \"La Veste Que Vous Attraperez En Premier.\",\n      closing_copy: \"Pas la pièce la plus voyante du dressing — la plus utile. Pensée pour être portée sans relâche, pendant des années, pas seulement une saison.\",\n      closing_detail_1: \"Coupe Heritage\",\n      closing_detail_2: \"Quincaillerie En Titane\",\n      closing_detail_3: \"Conçue Pour Durer\"\n    },\n\n\n    de: {\n      tag_product: \"REISSVERSCHLUSSJACKE · CLASSIC HERITAGE FIT\",\n      tag_ref: \"Nr. 04\",\n\n      hero_title: \"Einmal Geschnitten. Jahrelang Getragen.\",\n      hero_subtitle: \"Eine Reißverschlussjacke nach altem Handwerk gefertigt: strukturierter Kragen, Titan-Beschläge und eine Passform, die Saison für Saison ihre Form behält.\",\n\n      desire_title: \"Mühelos, Jedes Mal, Wenn Du Sie Trägst.\",\n      desire_copy: \"Über einem Strickpullover auf dem Schulweg oder über einem Hemd beim Abendessen in der Stadt — die Passform übernimmt die Arbeit. Das ist das Stück, zu dem du ohne Nachdenken greifst, und es sitzt immer richtig.\",\n\n      benefits_title: \"Warum Sie Dein Favorit Wird.\",\n\n      benefit_1_tag: \"PASSFORM\",\n      benefit_1_title: \"Kombiniert, Ohne Aufzutragen\",\n      benefit_1_text: \"Eng genug für unter einem Mantel, weit genug für einen dicken Pullover darunter.\",\n\n      benefit_2_tag: \"KRAGEN\",\n      benefit_2_title: \"Eine Form, Die Hält\",\n      benefit_2_text: \"Strukturierter Stehkragen und klare Linien, die Sorgfalt zeigen, ohne overdressed zu wirken.\",\n\n      benefit_3_tag: \"BESCHLÄGE\",\n      benefit_3_title: \"Für Den Täglichen Gebrauch Gemacht\",\n      benefit_3_text: \"Massive Titan-Zipper, verstärkte Taschen und Nähte, die mehr als eine Saison überstehen.\",\n\n      detail_title: \"Jedes Detail Hat Seinen Zweck.\",\n      detail_copy: \"Nichts hier ist reine Dekoration. Der Kragen behält im Wind seine Form, die Reißverschlusstaschen wärmen die Hände und halten die Schlüssel griffbereit, und die Verarbeitung ist so sauber, wie es sich für eine Jacke gehört, die du mehr als einmal trägst.\",\n      detail_1: \"Strukturierte Front mit Reißverschluss\",\n      detail_2: \"Stehkragen, der seine Form behält\",\n      detail_3: \"Reißverschlusstaschen an beiden Seiten\",\n      detail_4: \"Rippbündchen an Ärmeln und Saum, damit nichts verrutscht\",\n\n      colors_title: \"Zwei Arten, Sie Zu Tragen.\",\n      colors_copy: \"Derselbe sorgfältige Schnitt, in Farbtönen, die zu dem passen, was bereits in deinem Kleiderschrank hängt.\",\n      colors_caption: \"Erhältlich in klassischen Heritage-Farbtönen\",\n\n      size_title: \"Finde Deine Größe.\",\n      size_copy: \"Maße unten in Zentimetern und Zoll. Zwischen zwei Größen? Nimm die größere für eine luftigere Passform.\",\n      size_header: \"Größe\",\n      chest_header: \"Brust\",\n      length_header: \"Länge\",\n      sleeve_header: \"Ärmel\",\n      size_note: \"Die Maße werden sowohl in Zentimetern als auch in Zoll angegeben.\",\n\n      closing_title: \"Die Jacke, Zu Der Du Zuerst Greifst.\",\n      closing_copy: \"Nicht das auffälligste Stück im Schrank — das nützlichste. Gemacht, um immer wieder getragen zu werden, jahrelang, nicht nur eine Saison.\",\n      closing_detail_1: \"Heritage-Schnitt\",\n      closing_detail_2: \"Titan-Beschläge\",\n      closing_detail_3: \"Für Die Dauer Gemacht\"\n    },\n\n\n    it: {\n      tag_product: \"GIACCA CON ZIP · CLASSIC HERITAGE FIT\",\n      tag_ref: \"Nº 04\",\n\n      hero_title: \"Tagliata Una Volta. Indossata Per Anni.\",\n      hero_subtitle: \"Una giacca con zip realizzata come una volta: collo strutturato, ferramenta in titanio e una vestibilità che mantiene la forma stagione dopo stagione.\",\n\n      desire_title: \"Senza Sforzo, Ogni Volta Che La Indossi.\",\n      desire_copy: \"Sopra una maglia per accompagnare i bambini a scuola o sopra una camicia per cena in città — la vestibilità fa il resto. È il capo che prendi senza pensarci due volte, e che sta sempre bene.\",\n\n      benefits_title: \"Perché Diventerà Il Tuo Capo Preferito.\",\n\n      benefit_1_tag: \"VESTIBILITÀ\",\n      benefit_1_title: \"Si Sovrappone Senza Appesantire\",\n      benefit_1_text: \"Abbastanza aderente da indossare sotto un cappotto, abbastanza ampia per una maglia pesante sotto.\",\n\n      benefit_2_tag: \"COLLETTO\",\n      benefit_2_title: \"Una Forma Che Resiste\",\n      benefit_2_text: \"Colletto alto strutturato e linee pulite che comunicano cura, senza risultare troppo formali.\",\n\n      benefit_3_tag: \"FERRAMENTA\",\n      benefit_3_title: \"Pensata Per L'Uso Quotidiano\",\n      benefit_3_text: \"Cursori zip in titanio, tasche rinforzate e cuciture pensate per durare oltre una stagione.\",\n\n      detail_title: \"Ogni Dettaglio Ha Una Funzione.\",\n      detail_copy: \"Niente qui è decorativo. Il colletto mantiene la forma anche al vento, le tasche con zip scaldano le mani e tengono le chiavi a portata, e le finiture sono curate come si deve per una giacca che indosserai più di una volta.\",\n      detail_1: \"Chiusura frontale strutturata con zip\",\n      detail_2: \"Colletto alto che mantiene la forma\",\n      detail_3: \"Tasche con zip su entrambi i lati\",\n      detail_4: \"Polsini e fondo a coste, perché nulla si sposti\",\n\n      colors_title: \"Due Modi Di Indossarla.\",\n      colors_copy: \"Lo stesso taglio curato, in tonalità pensate per abbinarsi a quello che hai già nell'armadio.\",\n      colors_caption: \"Disponibile nelle tonalità classiche della collezione heritage\",\n\n      size_title: \"Trova La Tua Taglia.\",\n      size_copy: \"Misure qui sotto in centimetri e pollici. Sei tra due taglie? Scegli quella più grande per una vestibilità più ampia.\",\n      size_header: \"Taglia\",\n      chest_header: \"Torace\",\n      length_header: \"Lunghezza\",\n      sleeve_header: \"Manica\",\n      size_note: \"Le misure sono indicate sia in centimetri che in pollici per una facile consultazione.\",\n\n      closing_title: \"La Giacca Che Prenderai Per Prima.\",\n      closing_copy: \"Non il capo più appariscente dell'armadio — il più utile. Pensata per essere indossata sempre, per anni, non solo per una stagione.\",\n      closing_detail_1: \"Taglio Heritage\",\n      closing_detail_2: \"Ferramenta In Titanio\",\n      closing_detail_3: \"Fatta Per Durare\"\n    }\n\n  };\n\n\n  \/* =========================================================\n     DETECT DEVICE LANGUAGE\n  ========================================================= *\/\n\n  function getLanguage() {\n\n    var language = (\n      navigator.language ||\n      navigator.userLanguage ||\n      \"en\"\n    ).toLowerCase();\n\n    var shortLanguage = language.split(\"-\")[0];\n\n    if (translations[shortLanguage]) {\n      return shortLanguage;\n    }\n\n    return \"en\";\n  }\n\n\n  \/* =========================================================\n     APPLY TRANSLATION\n  ========================================================= *\/\n\n  function translatePage() {\n\n    var language = getLanguage();\n    var dictionary = translations[language];\n\n    root.querySelectorAll(\"[data-i18n]\").forEach(function (element) {\n\n      var key = element.getAttribute(\"data-i18n\");\n\n      if (\n        dictionary[key] \u0026\u0026\n        typeof dictionary[key] === \"string\"\n      ) {\n        element.textContent = dictionary[key];\n      }\n\n    });\n\n    root.querySelectorAll(\"img\").forEach(function (image) {\n\n      var alt = image.getAttribute(\"alt\");\n\n      if (!alt) {\n        image.setAttribute(\n          \"alt\",\n          \"RL Zip Jacket Classic Heritage Fit\"\n        );\n      }\n\n    });\n\n  }\n\n\n  \/* =========================================================\n     SINGLE ENTRANCE MOMENT (top tag + hero only)\n  ========================================================= *\/\n\n  function setupAnimations() {\n\n    var elements = root.querySelectorAll(\".rlj-reveal\");\n\n    if (!(\"IntersectionObserver\" in window)) {\n\n      elements.forEach(function (element) {\n        element.classList.add(\"rlj-visible\");\n      });\n\n      return;\n    }\n\n    var observer = new IntersectionObserver(\n      function (entries, observerInstance) {\n\n        entries.forEach(function (entry) {\n\n          if (entry.isIntersecting) {\n\n            entry.target.classList.add(\"rlj-visible\");\n\n            observerInstance.unobserve(entry.target);\n\n          }\n\n        });\n\n      },\n      {\n        threshold: 0.12,\n        rootMargin: \"0px 0px -40px 0px\"\n      }\n    );\n\n    elements.forEach(function (element) {\n      observer.observe(element);\n    });\n\n  }\n\n\n  \/* =========================================================\n     INIT\n  ========================================================= *\/\n\n  translatePage();\n  setupAnimations();\n\n})();\n\u003c\/script\u003e","brand":"Minha loja","offers":[{"title":"Camel Brown \/ XS","offer_id":51774128292073,"sku":null,"price":91.0,"currency_code":"AUD","in_stock":true},{"title":"Navy Blue \/ XS","offer_id":51774128324841,"sku":null,"price":91.0,"currency_code":"AUD","in_stock":true},{"title":"Black \/ XS","offer_id":51774128357609,"sku":null,"price":91.0,"currency_code":"AUD","in_stock":true},{"title":"Royal Green \/ XS","offer_id":51774128390377,"sku":null,"price":91.0,"currency_code":"AUD","in_stock":true},{"title":"Dark Gray \/ XS","offer_id":51774128423145,"sku":null,"price":91.0,"currency_code":"AUD","in_stock":true},{"title":"Light Gray \/ XS","offer_id":51774128455913,"sku":null,"price":91.0,"currency_code":"AUD","in_stock":true},{"title":"Burgundy \/ XS","offer_id":51774128488681,"sku":null,"price":91.0,"currency_code":"AUD","in_stock":true},{"title":"Camel Brown \/ S","offer_id":51774128521449,"sku":null,"price":91.0,"currency_code":"AUD","in_stock":true},{"title":"Navy Blue \/ S","offer_id":51774128554217,"sku":null,"price":91.0,"currency_code":"AUD","in_stock":true},{"title":"Black \/ S","offer_id":51774128586985,"sku":null,"price":91.0,"currency_code":"AUD","in_stock":true},{"title":"Royal Green \/ S","offer_id":51774128619753,"sku":null,"price":91.0,"currency_code":"AUD","in_stock":true},{"title":"Dark Gray \/ S","offer_id":51774128652521,"sku":null,"price":91.0,"currency_code":"AUD","in_stock":true},{"title":"Light Gray \/ S","offer_id":51774128685289,"sku":null,"price":91.0,"currency_code":"AUD","in_stock":true},{"title":"Burgundy \/ S","offer_id":51774128718057,"sku":null,"price":91.0,"currency_code":"AUD","in_stock":true},{"title":"Camel Brown \/ M","offer_id":51774128750825,"sku":null,"price":91.0,"currency_code":"AUD","in_stock":true},{"title":"Navy Blue \/ M","offer_id":51774128783593,"sku":null,"price":91.0,"currency_code":"AUD","in_stock":true},{"title":"Black \/ M","offer_id":51774128816361,"sku":null,"price":91.0,"currency_code":"AUD","in_stock":true},{"title":"Royal Green \/ M","offer_id":51774128849129,"sku":null,"price":91.0,"currency_code":"AUD","in_stock":true},{"title":"Dark Gray \/ M","offer_id":51774128881897,"sku":null,"price":91.0,"currency_code":"AUD","in_stock":true},{"title":"Light Gray \/ M","offer_id":51774128914665,"sku":null,"price":91.0,"currency_code":"AUD","in_stock":true},{"title":"Burgundy \/ M","offer_id":51774128947433,"sku":null,"price":91.0,"currency_code":"AUD","in_stock":true},{"title":"Camel Brown \/ L","offer_id":51774128980201,"sku":null,"price":91.0,"currency_code":"AUD","in_stock":true},{"title":"Navy Blue \/ L","offer_id":51774129012969,"sku":null,"price":91.0,"currency_code":"AUD","in_stock":true},{"title":"Black \/ L","offer_id":51774129045737,"sku":null,"price":91.0,"currency_code":"AUD","in_stock":true},{"title":"Royal Green \/ L","offer_id":51774129078505,"sku":null,"price":91.0,"currency_code":"AUD","in_stock":true},{"title":"Dark Gray \/ L","offer_id":51774129111273,"sku":null,"price":91.0,"currency_code":"AUD","in_stock":true},{"title":"Light Gray \/ L","offer_id":51774129144041,"sku":null,"price":91.0,"currency_code":"AUD","in_stock":true},{"title":"Burgundy \/ L","offer_id":51774129176809,"sku":null,"price":91.0,"currency_code":"AUD","in_stock":true},{"title":"Camel Brown \/ XL","offer_id":51774129209577,"sku":null,"price":91.0,"currency_code":"AUD","in_stock":true},{"title":"Navy Blue \/ XL","offer_id":51774129242345,"sku":null,"price":91.0,"currency_code":"AUD","in_stock":true},{"title":"Black \/ XL","offer_id":51774129275113,"sku":null,"price":91.0,"currency_code":"AUD","in_stock":true},{"title":"Royal Green \/ XL","offer_id":51774129307881,"sku":null,"price":91.0,"currency_code":"AUD","in_stock":true},{"title":"Dark Gray \/ XL","offer_id":51774129340649,"sku":null,"price":91.0,"currency_code":"AUD","in_stock":true},{"title":"Light Gray \/ XL","offer_id":51774129373417,"sku":null,"price":91.0,"currency_code":"AUD","in_stock":true},{"title":"Burgundy \/ XL","offer_id":51774129406185,"sku":null,"price":91.0,"currency_code":"AUD","in_stock":true},{"title":"Camel Brown \/ 2XL","offer_id":51774129438953,"sku":null,"price":91.0,"currency_code":"AUD","in_stock":true},{"title":"Navy Blue \/ 2XL","offer_id":51774129471721,"sku":null,"price":91.0,"currency_code":"AUD","in_stock":true},{"title":"Black \/ 2XL","offer_id":51774129504489,"sku":null,"price":91.0,"currency_code":"AUD","in_stock":true},{"title":"Royal Green \/ 2XL","offer_id":51774129537257,"sku":null,"price":91.0,"currency_code":"AUD","in_stock":true},{"title":"Dark Gray \/ 2XL","offer_id":51774129570025,"sku":null,"price":91.0,"currency_code":"AUD","in_stock":true},{"title":"Light Gray \/ 2XL","offer_id":51774129602793,"sku":null,"price":91.0,"currency_code":"AUD","in_stock":true},{"title":"Burgundy \/ 2XL","offer_id":51774129635561,"sku":null,"price":91.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0797\/0360\/5481\/files\/Edit_text_on_image_202609010458.jpg?v=1788249635","url":"https:\/\/bytrevory.com\/products\/rl-zip-jacket-classic-heritage-fit","provider":"Trevory","version":"1.0","type":"link"}