{"product_id":"womens-hooded-padded-vest","title":"Women's Hooded Padded Vest","description":"\u003cstyle\u003e\n  #hooded-gilet-page,\n  #hooded-gilet-page * {\n    box-sizing: border-box;\n  }\n\n  #hooded-gilet-page {\n    \/* =========================\n       PRODUCT COLOR\n       Warm White + Coffee Brown\n    ========================= *\/\n\n    --coffee-deep: #6f4e37;\n    --coffee-dark: #7b5a43;\n    --coffee-main: #9a7458;\n    --coffee-mid: #b99a80;\n    --coffee-soft: #d8c7b6;\n    --coffee-light: #eee4d9;\n    --coffee-pale: #f8f3ed;\n\n    --cream: #f7f1e8;\n    --warm-white: #fffdf9;\n    --ivory: #fff9f1;\n    --sand: #eee5da;\n    --latte: #e5d6c8;\n    --white: #ffffff;\n\n    --text: #4b423c;\n    --text-soft: #746961;\n\n    --line: rgba(111, 78, 55, .14);\n\n    --shadow:\n      0 16px 38px\n      rgba(111, 78, 55, .08);\n\n    --radius-lg: 24px;\n    --radius-md: 18px;\n\n    width: 100%;\n    max-width: 1180px;\n\n    margin: 0 auto;\n\n    color: var(--text);\n\n    background:\n      linear-gradient(\n        90deg,\n        #fffdf9 0%,\n        #fff9f1 28%,\n        #f8f1e8 56%,\n        #eee2d6 82%,\n        #faf6f1 100%\n      );\n\n    font-family:\n      -apple-system,\n      BlinkMacSystemFont,\n      \"Segoe UI\",\n      Roboto,\n      Helvetica,\n      Arial,\n      sans-serif;\n\n    font-size: 16px;\n    line-height: 1.72;\n\n    container-type: inline-size;\n    container-name: hoodedGilet;\n\n    overflow: hidden;\n  }\n\n\n  \/* =========================\n     INNER\n  ========================= *\/\n\n  #hooded-gilet-page\n  .hg-inner {\n    width: min(100%, 1080px);\n\n    margin: 0 auto;\n\n    padding: 36px 18px 46px;\n  }\n\n\n  #hooded-gilet-page img {\n    display: block;\n\n    max-width: 100%;\n    height: auto;\n  }\n\n\n  \/* =========================\n     HERO\n  ========================= *\/\n\n  #hooded-gilet-page\n  .hg-hero {\n    padding: 22px 0 10px;\n\n    text-align: center;\n  }\n\n\n  #hooded-gilet-page\n  .hg-eyebrow {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    gap: 12px;\n\n    margin: 0 auto 16px;\n\n    color: var(--coffee-deep);\n\n    font-size: 11px;\n    font-weight: 700;\n\n    letter-spacing: .16em;\n\n    text-transform: uppercase;\n  }\n\n\n  #hooded-gilet-page\n  .hg-eyebrow::before,\n  #hooded-gilet-page\n  .hg-eyebrow::after {\n    content: \"\";\n\n    width: 46px;\n    height: 1px;\n\n    background:\n      linear-gradient(\n        90deg,\n        transparent,\n        var(--coffee-main)\n      );\n  }\n\n\n  #hooded-gilet-page\n  .hg-eyebrow::after {\n    background:\n      linear-gradient(\n        90deg,\n        var(--coffee-main),\n        transparent\n      );\n  }\n\n\n  #hooded-gilet-page\n  .hg-hero-title {\n    max-width: 880px;\n\n    margin: 0 auto;\n\n    color: var(--coffee-deep);\n\n    font-family:\n      Georgia,\n      \"Times New Roman\",\n      Times,\n      serif;\n\n    font-size:\n      clamp(30px, 4.6cqw, 48px);\n\n    line-height: 1.14;\n    font-weight: 600;\n\n    letter-spacing: -.02em;\n  }\n\n\n  #hooded-gilet-page\n  .product-buy-return-anchor {\n    display: block;\n\n    width: 1px;\n    height: 1px;\n\n    margin: 0 auto;\n\n    overflow: hidden;\n\n    opacity: 0;\n\n    scroll-margin-top:\n      calc(100svh - 70px);\n  }\n\n\n  \/* =========================\n     HERO GIF\n  ========================= *\/\n\n  #hooded-gilet-page\n  .hg-hero-gif {\n    display: flex;\n    justify-content: center;\n\n    width: 100%;\n\n    margin: 26px auto 24px;\n  }\n\n\n  #hooded-gilet-page\n  .hg-hero-gif img {\n    display: block;\n\n    width: 100%;\n    max-width: 286px;\n    height: auto;\n\n    margin: 0 auto;\n\n    object-fit: contain;\n\n    border-radius: 18px;\n\n    box-shadow:\n      0 14px 32px\n      rgba(111, 78, 55, .10);\n  }\n\n\n  \/* =========================\n     INTRO\n  ========================= *\/\n\n  #hooded-gilet-page\n  .hg-intro {\n    max-width: 820px;\n\n    margin: 0 auto;\n\n    padding: 24px 26px;\n\n    border:\n      1px solid var(--line);\n\n    border-radius:\n      var(--radius-lg);\n\n    background:\n      linear-gradient(\n        90deg,\n        #fffdf9 0%,\n        #fff9f1 32%,\n        #f7eee5 67%,\n        #eadbcd 100%\n      );\n\n    box-shadow: var(--shadow);\n\n    text-align: center;\n  }\n\n\n  #hooded-gilet-page\n  .hg-intro p {\n    margin: 0;\n\n    color: var(--text);\n\n    font-size: 16px;\n    line-height: 1.75;\n  }\n\n\n  \/* =========================\n     TAGS\n  ========================= *\/\n\n  #hooded-gilet-page\n  .hg-tags {\n    display: grid;\n\n    grid-template-columns:\n      repeat(2, minmax(0, 1fr));\n\n    gap: 12px;\n\n    width: 100%;\n    max-width: 680px;\n\n    margin: 22px auto 32px;\n  }\n\n\n  #hooded-gilet-page\n  .hg-tag {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    gap: 7px;\n\n    min-height: 46px;\n\n    padding: 10px 12px;\n\n    border:\n      1px solid var(--line);\n\n    border-radius: 999px;\n\n    background:\n      linear-gradient(\n        90deg,\n        #ffffff 0%,\n        #fffaf4 40%,\n        #f7eee5 72%,\n        #eadbcd 100%\n      );\n\n    color: var(--coffee-dark);\n\n    font-size: 13px;\n    font-weight: 700;\n\n    text-align: center;\n\n    box-shadow:\n      0 5px 14px\n      rgba(111, 78, 55, .04);\n  }\n\n\n  \/* =========================\n     MAIN IMAGE\n  ========================= *\/\n\n  #hooded-gilet-page\n  .hg-main-image {\n    margin: 0 auto 30px;\n\n    overflow: hidden;\n\n    border-radius:\n      var(--radius-lg);\n\n    background:\n      linear-gradient(\n        90deg,\n        #ffffff 0%,\n        #fffaf4 52%,\n        #eee1d4 100%\n      );\n\n    box-shadow: var(--shadow);\n  }\n\n\n  #hooded-gilet-page\n  .hg-main-image img,\n  #hooded-gilet-page\n  .hg-feature-media img,\n  #hooded-gilet-page\n  .hg-size-chart img {\n    display: block;\n\n    width: 100%;\n    max-width: 100%;\n    height: auto;\n  }\n\n\n  \/* =========================\n     FEATURES\n  ========================= *\/\n\n  #hooded-gilet-page\n  .hg-features {\n    display: grid;\n\n    grid-template-columns: 1fr;\n\n    gap: 24px;\n  }\n\n\n  #hooded-gilet-page\n  .hg-feature {\n    overflow: hidden;\n\n    border:\n      1px solid var(--line);\n\n    border-radius:\n      var(--radius-lg);\n\n    background: #ffffff;\n\n    box-shadow: var(--shadow);\n\n    transition:\n      transform .28s ease,\n      box-shadow .28s ease;\n  }\n\n\n  #hooded-gilet-page\n  .hg-feature-media {\n    overflow: hidden;\n\n    background:\n      linear-gradient(\n        90deg,\n        #ffffff 0%,\n        #fffaf4 52%,\n        #eee1d4 100%\n      );\n  }\n\n\n  #hooded-gilet-page\n  .hg-feature-media img {\n    transition:\n      transform .32s ease;\n  }\n\n\n  #hooded-gilet-page\n  .hg-feature-copy {\n    padding: 22px 22px 24px;\n\n    background:\n      linear-gradient(\n        90deg,\n        #fffdf9 0%,\n        #fff9f1 31%,\n        #f7eee5 65%,\n        #eadbcd 100%\n      );\n  }\n\n\n  #hooded-gilet-page\n  .hg-feature-heading {\n    display: flex;\n    align-items: center;\n\n    gap: 12px;\n\n    margin-bottom: 11px;\n  }\n\n\n  #hooded-gilet-page\n  .hg-feature-emoji {\n    flex: 0 0 46px;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    width: 46px;\n    height: 46px;\n\n    border:\n      1px solid rgba(111, 78, 55, .12);\n\n    border-radius: 13px;\n\n    background:\n      linear-gradient(\n        90deg,\n        #ffffff 0%,\n        #f7eee5 55%,\n        #e6d5c6 100%\n      );\n\n    font-size: 22px;\n\n    box-shadow:\n      0 7px 18px\n      rgba(111, 78, 55, .05);\n  }\n\n\n  #hooded-gilet-page\n  .hg-feature-title {\n    margin: 0;\n\n    font-family:\n      Georgia,\n      \"Times New Roman\",\n      Times,\n      serif;\n\n    font-size:\n      clamp(21px, 3.1cqw, 29px);\n\n    line-height: 1.2;\n    font-weight: 700;\n\n    background:\n      linear-gradient(\n        90deg,\n        #a78367 0%,\n        #835e45 54%,\n        #6f4e37 100%\n      );\n\n    background-clip: text;\n    -webkit-background-clip: text;\n\n    color: transparent;\n    -webkit-text-fill-color: transparent;\n  }\n\n\n  #hooded-gilet-page\n  .hg-feature-copy p {\n    margin: 0;\n\n    color:\n      var(--text-soft);\n\n    font-size: 16px;\n    line-height: 1.72;\n  }\n\n\n  \/* =========================\n     SIZE\n  ========================= *\/\n\n  #hooded-gilet-page\n  .hg-size {\n    margin-top: 30px;\n\n    padding: 28px 24px;\n\n    border:\n      1px solid var(--line);\n\n    border-radius:\n      var(--radius-lg);\n\n    background:\n      linear-gradient(\n        90deg,\n        #fffdf9 0%,\n        #fff9f1 31%,\n        #f7eee5 65%,\n        #eadbcd 100%\n      );\n\n    box-shadow: var(--shadow);\n\n    text-align: center;\n  }\n\n\n  #hooded-gilet-page\n  .hg-section-title {\n    margin: 0;\n\n    color:\n      var(--coffee-deep);\n\n    font-family:\n      Georgia,\n      \"Times New Roman\",\n      Times,\n      serif;\n\n    font-size:\n      clamp(25px, 3.8cqw, 34px);\n\n    line-height: 1.2;\n    font-weight: 600;\n  }\n\n\n  #hooded-gilet-page\n  .hg-size \u003e p {\n    max-width: 760px;\n\n    margin: 12px auto 0;\n\n    color:\n      var(--text-soft);\n  }\n\n\n  #hooded-gilet-page\n  .hg-size-chart {\n    margin-top: 20px;\n\n    overflow: hidden;\n\n    border:\n      1px solid rgba(111, 78, 55, .09);\n\n    border-radius:\n      var(--radius-md);\n\n    background:\n      #ffffff;\n\n    box-shadow:\n      0 8px 24px\n      rgba(111, 78, 55, .04);\n  }\n\n\n  \/* =========================\n     PRODUCT DETAILS\n  ========================= *\/\n\n  #hooded-gilet-page\n  .hg-details {\n    margin-top: 26px;\n\n    padding: 28px 24px;\n\n    border:\n      1px solid var(--line);\n\n    border-radius:\n      var(--radius-lg);\n\n    background:\n      linear-gradient(\n        90deg,\n        #fffdf9 0%,\n        #fff9f1 31%,\n        #f7eee5 65%,\n        #eadbcd 100%\n      );\n\n    box-shadow: var(--shadow);\n  }\n\n\n  #hooded-gilet-page\n  .hg-details\n  .hg-section-title {\n    margin-bottom: 16px;\n\n    text-align: center;\n  }\n\n\n  #hooded-gilet-page\n  .hg-detail-list {\n    display: grid;\n\n    grid-template-columns: 1fr;\n\n    gap: 8px;\n  }\n\n\n  #hooded-gilet-page\n  .hg-detail-item {\n    padding: 13px 15px;\n\n    border:\n      1px solid rgba(111, 78, 55, .09);\n\n    border-radius: 14px;\n\n    background:\n      linear-gradient(\n        90deg,\n        #ffffff 0%,\n        #fffaf4 40%,\n        #f8f0e8 72%,\n        #eddfd2 100%\n      );\n\n    color:\n      var(--text);\n\n    font-size: 15px;\n    line-height: 1.55;\n  }\n\n\n  \/* =========================\n     FAQ\n  ========================= *\/\n\n  #hooded-gilet-page\n  .hg-faq {\n    margin-top: 28px;\n\n    padding: 30px 24px;\n\n    border:\n      1px solid var(--line);\n\n    border-radius:\n      var(--radius-lg);\n\n    background:\n      linear-gradient(\n        90deg,\n        #fffdf9 0%,\n        #fff9f1 31%,\n        #f7eee5 65%,\n        #eadbcd 100%\n      );\n\n    box-shadow: var(--shadow);\n  }\n\n\n  #hooded-gilet-page\n  .hg-faq\n  .hg-section-title {\n    margin-bottom: 20px;\n\n    text-align: center;\n  }\n\n\n  #hooded-gilet-page\n  .hg-faq-item {\n    margin-bottom: 10px;\n\n    overflow: hidden;\n\n    border:\n      1px solid rgba(111, 78, 55, .10);\n\n    border-radius: 15px;\n\n    background:\n      linear-gradient(\n        90deg,\n        #ffffff 0%,\n        #fffaf4 40%,\n        #f8f0e8 72%,\n        #eddfd2 100%\n      );\n  }\n\n\n  #hooded-gilet-page\n  .hg-faq-item:last-child {\n    margin-bottom: 0;\n  }\n\n\n  #hooded-gilet-page\n  .hg-faq-item summary {\n    position: relative;\n\n    display: flex;\n    align-items: center;\n\n    min-height: 62px;\n\n    padding:\n      16px 52px 16px 17px;\n\n    color:\n      var(--coffee-deep);\n\n    font-size: 15px;\n    line-height: 1.5;\n    font-weight: 700;\n\n    cursor: pointer;\n\n    list-style: none;\n  }\n\n\n  #hooded-gilet-page\n  .hg-faq-item\n  summary::-webkit-details-marker {\n    display: none;\n  }\n\n\n  #hooded-gilet-page\n  .hg-faq-item summary::after {\n    content: \"⌄\";\n\n    position: absolute;\n\n    right: 18px;\n    top: 50%;\n\n    transform:\n      translateY(-55%)\n      rotate(0deg);\n\n    color:\n      var(--coffee-main);\n\n    font-size: 24px;\n    line-height: 1;\n\n    transition:\n      transform .28s ease;\n  }\n\n\n  #hooded-gilet-page\n  .hg-faq-item[open]\n  summary::after {\n    transform:\n      translateY(-35%)\n      rotate(180deg);\n  }\n\n\n  #hooded-gilet-page\n  .hg-faq-answer {\n    padding:\n      0 17px 18px;\n\n    color:\n      var(--text-soft);\n\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n\n  \/* =========================\n     SHIPPING\n  ========================= *\/\n\n  #hooded-gilet-page\n  .hg-shipping {\n    margin-top: 28px;\n\n    padding: 30px 24px;\n\n    border:\n      1px solid var(--line);\n\n    border-radius:\n      var(--radius-lg);\n\n    background:\n      linear-gradient(\n        90deg,\n        #fffdf9 0%,\n        #fff9f1 27%,\n        #f7eee5 57%,\n        #eadbcd 83%,\n        #faf6f1 100%\n      );\n\n    box-shadow:\n      0 14px 32px\n      rgba(111, 78, 55, .07);\n  }\n\n\n  #hooded-gilet-page\n  .hg-shipping-eyebrow {\n    margin: 0 0 7px;\n\n    color:\n      var(--coffee-deep);\n\n    font-size: 11px;\n    font-weight: 700;\n\n    letter-spacing: .16em;\n\n    text-align: center;\n  }\n\n\n  #hooded-gilet-page\n  .hg-shipping\n  .hg-section-title {\n    margin-bottom: 22px;\n\n    text-align: center;\n  }\n\n\n  #hooded-gilet-page\n  .hg-shipping-list {\n    display: flex;\n\n    flex-direction: column;\n\n    gap: 11px;\n  }\n\n\n  #hooded-gilet-page\n  .hg-shipping-card {\n    display: flex;\n    align-items: flex-start;\n\n    gap: 14px;\n\n    padding: 17px;\n\n    border:\n      1px solid rgba(111, 78, 55, .09);\n\n    border-radius: 16px;\n\n    background:\n      linear-gradient(\n        90deg,\n        #ffffff 0%,\n        #fffaf4 40%,\n        #f8f0e8 72%,\n        #eddfd2 100%\n      );\n\n    box-shadow:\n      0 5px 14px\n      rgba(111, 78, 55, .04);\n  }\n\n\n  #hooded-gilet-page\n  .hg-shipping-icon {\n    flex: 0 0 44px;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    width: 44px;\n    height: 44px;\n\n    border-radius: 12px;\n\n    background:\n      linear-gradient(\n        90deg,\n        #ad8b70 0%,\n        #8a654c 52%,\n        #6f4e37 100%\n      );\n\n    color: #ffffff;\n\n    font-size: 21px;\n\n    box-shadow:\n      0 7px 17px\n      rgba(111, 78, 55, .17);\n  }\n\n\n  #hooded-gilet-page\n  .hg-shipping-card h4 {\n    margin: 0 0 3px;\n\n    color:\n      var(--coffee-deep);\n\n    font-family:\n      Georgia,\n      \"Times New Roman\",\n      Times,\n      serif;\n\n    font-size: 18px;\n    line-height: 1.3;\n  }\n\n\n  #hooded-gilet-page\n  .hg-shipping-card p {\n    margin: 0;\n\n    color:\n      var(--text-soft);\n\n    font-size: 14px;\n    line-height: 1.6;\n  }\n\n\n  \/* =========================\n     BUY NOW\n  ========================= *\/\n\n  #hooded-gilet-page\n  .hg-buy-wrap {\n    display: flex;\n    justify-content: center;\n\n    margin-top: 24px;\n  }\n\n\n  #hooded-gilet-page\n  .product-buy {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n\n    min-width: 180px;\n\n    padding:\n      14px 28px;\n\n    border:\n      1px solid\n      rgba(255,255,255,.16);\n\n    border-radius: 999px;\n\n    background:\n      linear-gradient(\n        90deg,\n        #a27e62 0%,\n        #835e45 50%,\n        #6f4e37 100%\n      );\n\n    color:\n      #ffffff !important;\n\n    font-size: 15px;\n    font-weight: 700;\n\n    text-decoration:\n      none !important;\n\n    box-shadow:\n      0 10px 24px\n      rgba(111, 78, 55, .22);\n\n    transition:\n      transform .25s ease,\n      box-shadow .25s ease;\n  }\n\n\n  \/* =========================\n     DESKTOP\n  ========================= *\/\n\n  @container hoodedGilet\n  (min-width: 860px) {\n\n    #hooded-gilet-page\n    .hg-features {\n      grid-template-columns:\n        repeat(2, minmax(0, 1fr));\n    }\n\n\n    #hooded-gilet-page\n    .hg-feature:nth-child(5) {\n      grid-column:\n        1 \/ -1;\n\n      width: 100%;\n      max-width: 760px;\n\n      margin: 0 auto;\n    }\n\n\n    #hooded-gilet-page\n    .hg-detail-list {\n      grid-template-columns:\n        repeat(2, minmax(0, 1fr));\n    }\n  }\n\n\n  \/* =========================\n     HOVER\n  ========================= *\/\n\n  @media\n  (hover:hover)\n  and\n  (pointer:fine) {\n\n    #hooded-gilet-page\n    .hg-feature:hover {\n      transform:\n        translateY(-4px);\n\n      box-shadow:\n        0 20px 42px\n        rgba(111, 78, 55, .11);\n    }\n\n\n    #hooded-gilet-page\n    .hg-feature:hover\n    .hg-feature-media img {\n      transform:\n        scale(1.015);\n    }\n\n\n    #hooded-gilet-page\n    .product-buy:hover {\n      transform:\n        translateY(-2px);\n\n      box-shadow:\n        0 14px 30px\n        rgba(111, 78, 55, .28);\n    }\n  }\n\n\n  \/* =========================\n     MOBILE\n  ========================= *\/\n\n  @media screen\n  and (max-width: 749px) {\n\n    #hooded-gilet-page {\n      width:\n        calc(100vw - 2px);\n\n      max-width: none;\n\n      margin-left:\n        calc(50% - 50vw + 1px);\n\n      margin-right:\n        calc(50% - 50vw + 1px);\n\n      overflow-x: hidden;\n      overflow-x: clip;\n    }\n\n\n    #hooded-gilet-page\n    .hg-inner {\n      width: 100%;\n\n      padding:\n        26px 0 34px;\n    }\n\n\n    #hooded-gilet-page\n    .hg-hero {\n      padding-left: 16px;\n      padding-right: 16px;\n    }\n\n\n    #hooded-gilet-page\n    .hg-hero-title {\n      font-size: 30px;\n    }\n\n\n    #hooded-gilet-page\n    .hg-hero-gif {\n      margin-top: 22px;\n      margin-bottom: 22px;\n    }\n\n\n    #hooded-gilet-page\n    .hg-hero-gif img {\n      max-width: 286px;\n\n      border-radius: 15px;\n    }\n\n\n    #hooded-gilet-page\n    .hg-intro {\n      margin-left: 16px;\n      margin-right: 16px;\n\n      padding:\n        20px 17px;\n    }\n\n\n    #hooded-gilet-page\n    .hg-tags {\n      width: auto;\n      max-width: none;\n\n      margin:\n        20px 15px 30px;\n\n      gap: 10px;\n    }\n\n\n    #hooded-gilet-page\n    .hg-tag {\n      min-height: 44px;\n\n      padding:\n        9px 5px;\n\n      font-size: 11px;\n\n      white-space: nowrap;\n    }\n\n\n    #hooded-gilet-page\n    .hg-main-image,\n    #hooded-gilet-page\n    .hg-feature {\n      border-left: 0;\n      border-right: 0;\n\n      border-radius: 0;\n    }\n\n\n    #hooded-gilet-page\n    .hg-feature-copy {\n      padding:\n        21px 16px 23px;\n    }\n\n\n    #hooded-gilet-page\n    .hg-size,\n    #hooded-gilet-page\n    .hg-details,\n    #hooded-gilet-page\n    .hg-faq,\n    #hooded-gilet-page\n    .hg-shipping {\n      margin-left: 0;\n      margin-right: 0;\n\n      border-left: 0;\n      border-right: 0;\n\n      border-radius: 0;\n    }\n\n\n    #hooded-gilet-page\n    .hg-size,\n    #hooded-gilet-page\n    .hg-details,\n    #hooded-gilet-page\n    .hg-faq {\n      padding-left: 16px;\n      padding-right: 16px;\n    }\n\n\n    #hooded-gilet-page\n    .hg-shipping {\n      padding-left: 10px;\n      padding-right: 10px;\n    }\n\n\n    #hooded-gilet-page\n    .hg-feature-title {\n      font-size: 22px;\n    }\n\n\n    #hooded-gilet-page\n    .hg-feature-copy p,\n    #hooded-gilet-page\n    .hg-size \u003e p {\n      font-size: 15px;\n    }\n  }\n\n\n  @media screen\n  and (max-width: 390px) {\n\n    #hooded-gilet-page\n    .hg-tags {\n      margin-left: 10px;\n      margin-right: 10px;\n\n      gap: 8px;\n    }\n\n\n    #hooded-gilet-page\n    .hg-tag {\n      padding:\n        8px 3px;\n\n      font-size: 9.8px;\n    }\n\n\n    #hooded-gilet-page\n    .hg-hero-title {\n      font-size: 28px;\n    }\n  }\n\n\n  @media\n  (prefers-reduced-motion: reduce) {\n\n    #hooded-gilet-page *,\n    #hooded-gilet-page *::before,\n    #hooded-gilet-page *::after {\n      transition: none !important;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv id=\"hooded-gilet-page\"\u003e\n\n  \u003cdiv class=\"hg-inner\"\u003e\n\n\n    \u003c!-- HERO --\u003e\n    \u003csection class=\"hg-hero\"\u003e\n\n      \u003cdiv class=\"hg-eyebrow\"\u003e\n        AUTUMN LAYERING ESSENTIAL\n      \u003c\/div\u003e\n\n\n      \u003ch2 class=\"hg-hero-title\"\u003e\n        🍂 \u003cb\u003eEnjoy the cozy warmth of a winter coat with the casual freedom of a lightweight vest.\u003c\/b\u003e\n      \u003c\/h2\u003e\n\n\n      \u003cspan id=\"hooded-gilet-buy-return-anchor\" class=\"product-buy-return-anchor\" aria-hidden=\"true\"\u003e​\u003c\/span\u003e\n\n\n      \u003c!-- GIF --\u003e\n      \u003cdiv class=\"hg-hero-gif\"\u003e\n\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/8_28.gif?v=1787889241\" alt=\"Hooded Padded Vest\" width=\"286\" height=\"508\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- INTRO --\u003e\n      \u003cdiv class=\"hg-intro\"\u003e\n\n        \u003cp\u003e\n          🌟 Featuring a stylish 2-in-1 layered hood design and soft insulated padding, this hooded gilet gives you effortlessly chic style while keeping your core warm and your arms completely free to move.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- TAGS --\u003e\n      \u003cdiv class=\"hg-tags\"\u003e\n\n        \u003cdiv class=\"hg-tag\"\u003e\n          ❄️ Lightweight Insulation\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hg-tag\"\u003e\n          🧥 2-in-1 Layered Hood\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hg-tag\"\u003e\n          🙌 Arm-Free Mobility\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hg-tag\"\u003e\n          🌬️ Windproof Protection\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n\n    \u003c!-- MAIN IMAGE --\u003e\n    \u003cdiv class=\"hg-main-image\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_27_20_08_36_2.webp?v=1787889237\" alt=\"Hooded Padded Vest Lifestyle\"\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- FEATURES --\u003e\n    \u003cdiv class=\"hg-features\"\u003e\n\n\n      \u003c!-- FEATURE 1 --\u003e\n      \u003carticle class=\"hg-feature\"\u003e\n\n        \u003cdiv class=\"hg-feature-media\"\u003e\n\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_27_20_06_09_1.webp?v=1787889237\" alt=\"Warm Lightweight Silk-Cotton Insulation\"\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"hg-feature-copy\"\u003e\n\n          \u003cdiv class=\"hg-feature-heading\"\u003e\n\n            \u003cspan class=\"hg-feature-emoji\"\u003e\n              ❄️\n            \u003c\/span\u003e\n\n            \u003ch3 class=\"hg-feature-title\"\u003e\n              Warm Lightweight Silk-Cotton Insulation\n            \u003c\/h3\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cp\u003e\n            Filled with high-density synthetic silk-cotton that traps body heat without feeling heavy or bulky on your shoulders.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/article\u003e\n\n\n      \u003c!-- FEATURE 2 --\u003e\n      \u003carticle class=\"hg-feature\"\u003e\n\n        \u003cdiv class=\"hg-feature-media\"\u003e\n\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_27_20_06_10_2.webp?v=1787889238\" alt=\"Trendy 2-in-1 Layered Hood Design\"\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"hg-feature-copy\"\u003e\n\n          \u003cdiv class=\"hg-feature-heading\"\u003e\n\n            \u003cspan class=\"hg-feature-emoji\"\u003e\n              🧥\n            \u003c\/span\u003e\n\n            \u003ch3 class=\"hg-feature-title\"\u003e\n              Trendy 2-in-1 Layered Hood Design\n            \u003c\/h3\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cp\u003e\n            Combines a contrast-color drawstring hood with a quilted outer vest, creating an instant pre-layered casual look with zero styling effort.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/article\u003e\n\n\n      \u003c!-- FEATURE 3 --\u003e\n      \u003carticle class=\"hg-feature\"\u003e\n\n        \u003cdiv class=\"hg-feature-media\"\u003e\n\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_27_20_06_10_3.webp?v=1787889237\" alt=\"Arm-Free Mobility and Relaxed Fit\"\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"hg-feature-copy\"\u003e\n\n          \u003cdiv class=\"hg-feature-heading\"\u003e\n\n            \u003cspan class=\"hg-feature-emoji\"\u003e\n              🙌\n            \u003c\/span\u003e\n\n            \u003ch3 class=\"hg-feature-title\"\u003e\n              Arm-Free Mobility \u0026amp; Relaxed Fit\n            \u003c\/h3\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cp\u003e\n            Sleeveless cut allows completely unrestricted movement for driving, gardening, or walking, while the loose silhouette easily accommodates thick sweaters beneath.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/article\u003e\n\n\n      \u003c!-- FEATURE 4 --\u003e\n      \u003carticle class=\"hg-feature\"\u003e\n\n        \u003cdiv class=\"hg-feature-media\"\u003e\n\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_27_20_06_11_4.webp?v=1787889237\" alt=\"Double-Layer Windproof Protection\"\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"hg-feature-copy\"\u003e\n\n          \u003cdiv class=\"hg-feature-heading\"\u003e\n\n            \u003cspan class=\"hg-feature-emoji\"\u003e\n              🌬️\n            \u003c\/span\u003e\n\n            \u003ch3 class=\"hg-feature-title\"\u003e\n              Double-Layer Windproof Protection\n            \u003c\/h3\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cp\u003e\n            Designed with a dual zipper front and a plush drawstring hood to block out chilly breezes and protect your neck on cold mornings.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/article\u003e\n\n\n      \u003c!-- FEATURE 5 --\u003e\n      \u003carticle class=\"hg-feature\"\u003e\n\n        \u003cdiv class=\"hg-feature-media\"\u003e\n\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_27_20_57_31_6.webp?v=1787889509\" alt=\"Practical Everyday Wear\"\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"hg-feature-copy\"\u003e\n\n          \u003cdiv class=\"hg-feature-heading\"\u003e\n\n            \u003cspan class=\"hg-feature-emoji\"\u003e\n              🎒\n            \u003c\/span\u003e\n\n            \u003ch3 class=\"hg-feature-title\"\u003e\n              Practical Everyday Wear\n            \u003c\/h3\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cp\u003e\n            The ultimate outerwear choice for autumn walks, weekend trips, running errands, or outdoor gatherings. Pairs easily with jeans, leggings, or boots.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/article\u003e\n\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- SIZE --\u003e\n    \u003csection class=\"hg-size\"\u003e\n\n      \u003ch3 class=\"hg-section-title\"\u003e\n        📏 \u003cb\u003eSize \u0026amp; Fit\u003c\/b\u003e\n      \u003c\/h3\u003e\n\n\n      \u003cp\u003e\n        Features a relaxed, comfortable fit. Please refer to our size chart for your standard size.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"hg-size-chart\"\u003e\n\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/mens_vest_size_chart_inch_l_to_5xl.webp?v=1787889225\" alt=\"Hooded Vest Size Chart\"\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n\n    \u003c!-- PRODUCT DETAILS --\u003e\n    \u003csection class=\"hg-details\"\u003e\n\n      \u003ch3 class=\"hg-section-title\"\u003e\n        📝 \u003cb\u003eProduct Details\u003c\/b\u003e\n      \u003c\/h3\u003e\n\n\n      \u003cdiv class=\"hg-detail-list\"\u003e\n\n        \u003cdiv class=\"hg-detail-item\"\u003e\n          ncludes: 1x Hooded Padded Vest\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"hg-detail-item\"\u003e\n          Outer Fabric: 100% Polyester\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"hg-detail-item\"\u003e\n          Filling: Premium Silk-Like Cotton\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"hg-detail-item\"\u003e\n          Lining: Soft Polyester-Cotton Blend\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"hg-detail-item\"\u003e\n          Care Instructions: Machine wash cold on gentle cycle. Tumble dry low or hang dry.\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n\n    \u003c!-- FAQ --\u003e\n    \u003csection class=\"hg-faq\"\u003e\n\n      \u003ch3 class=\"hg-section-title\"\u003e\n        ❓ \u003cb\u003eFrequently Asked Questions\u003c\/b\u003e\n      \u003c\/h3\u003e\n\n\n      \u003cdetails class=\"hg-faq-item\"\u003e\n\n        \u003csummary\u003e\n          Q: Is this vest heavy or stiff to wear?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"hg-faq-answer\"\u003e\n          A: Not at all! The synthetic silk-cotton filling makes it super soft and lightweight, giving you gentle warmth without putting weight on your neck or shoulders.\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails class=\"hg-faq-item\"\u003e\n\n        \u003csummary\u003e\n          Q: Can I detach the hoodie?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"hg-faq-answer\"\u003e\n          A: The hood is built into the contrast inner layer to maintain the seamless 2-in-1 layered look without bulky zippers inside the collar.\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails class=\"hg-faq-item\"\u003e\n\n        \u003csummary\u003e\n          Q: Is there room to wear a thick sweater underneath?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"hg-faq-answer\"\u003e\n          A: Yes! It is tailored with a relaxed fit and generous armholes specifically so you can comfortably layer knitwear or sweatshirts underneath.\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n    \u003c\/section\u003e\n\n\n    \u003c!-- SHIPPING --\u003e\n    \u003csection class=\"hg-shipping\"\u003e\n\n      \u003cdiv class=\"hg-shipping-eyebrow\"\u003e\n        SHOP WITH CONFIDENCE\n      \u003c\/div\u003e\n\n\n      \u003ch3 class=\"hg-section-title\"\u003e\n        Shipping \u0026amp; Quality Guarantee\n      \u003c\/h3\u003e\n\n\n      \u003cdiv class=\"hg-shipping-list\"\u003e\n\n\n        \u003cdiv class=\"hg-shipping-card\"\u003e\n\n          \u003cdiv class=\"hg-shipping-icon\"\u003e\n            🚚\n          \u003c\/div\u003e\n\n          \u003cdiv\u003e\n\n            \u003ch4\u003e\n              Tracked Shipping\n            \u003c\/h4\u003e\n\n            \u003cp\u003e\n              Follow your order from dispatch through final delivery.\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"hg-shipping-card\"\u003e\n\n          \u003cdiv class=\"hg-shipping-icon\"\u003e\n            ✓\n          \u003c\/div\u003e\n\n          \u003cdiv\u003e\n\n            \u003ch4\u003e\n              Quality Checked\n            \u003c\/h4\u003e\n\n            \u003cp\u003e\n              Each item is carefully checked before it is prepared for shipping.\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"hg-shipping-card\"\u003e\n\n          \u003cdiv class=\"hg-shipping-icon\"\u003e\n            ♡\n          \u003c\/div\u003e\n\n          \u003cdiv\u003e\n\n            \u003ch4\u003e\n              Helpful Support\n            \u003c\/h4\u003e\n\n            \u003cp\u003e\n              Get assistance with sizing, orders and product questions.\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- BUY NOW --\u003e\n      \u003cdiv class=\"hg-buy-wrap\"\u003e\n\n        \u003ca href=\"#hooded-gilet-buy-return-anchor\" class=\"product-buy\"\u003e\n          Buy Now ↑\n        \u003c\/a\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"LHBgdnwqeiwoqnqugf","offers":[{"title":"Off White \/ L","offer_id":43226013171806,"sku":"NC02472608282630-连帽马甲-米白色-L","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Off White \/ XL","offer_id":43226013204574,"sku":"NC02472608282630-连帽马甲-米白色-XL","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Off White \/ 2XL","offer_id":43226013237342,"sku":"NC02472608282630-连帽马甲-米白色-2XL","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Off White \/ 3XL","offer_id":43226013270110,"sku":"NC02472608282630-连帽马甲-米白色-3XL","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Off White \/ 4XL","offer_id":43226013302878,"sku":"NC02472608282630-连帽马甲-米白色-4XL","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Off White \/ 5XL","offer_id":43226013335646,"sku":"NC02472608282630-连帽马甲-米白色-5XL","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ L","offer_id":43226013368414,"sku":"NC02472608282630-连帽马甲-黑色-L","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ XL","offer_id":43226013401182,"sku":"NC02472608282630-连帽马甲-黑色-XL","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 2XL","offer_id":43226013433950,"sku":"NC02472608282630-连帽马甲-黑色-2XL","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 3XL","offer_id":43226013466718,"sku":"NC02472608282630-连帽马甲-黑色-3XL","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 4XL","offer_id":43226013499486,"sku":"NC02472608282630-连帽马甲-黑色-4XL","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 5XL","offer_id":43226013532254,"sku":"NC02472608282630-连帽马甲-黑色-5XL","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Caramel \/ L","offer_id":43226013565022,"sku":"NC02472608282630-连帽马甲-焦糖色-L","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Caramel \/ XL","offer_id":43226013597790,"sku":"NC02472608282630-连帽马甲-焦糖色-XL","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Caramel \/ 2XL","offer_id":43226013630558,"sku":"NC02472608282630-连帽马甲-焦糖色-2XL","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Caramel \/ 3XL","offer_id":43226013663326,"sku":"NC02472608282630-连帽马甲-焦糖色-3XL","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Caramel \/ 4XL","offer_id":43226013696094,"sku":"NC02472608282630-连帽马甲-焦糖色-4XL","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Caramel \/ 5XL","offer_id":43226013728862,"sku":"NC02472608282630-连帽马甲-焦糖色-5XL","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Brown \/ L","offer_id":43226013761630,"sku":"NC02472608282630-连帽马甲-咖啡色-L","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Brown \/ XL","offer_id":43226013794398,"sku":"NC02472608282630-连帽马甲-咖啡色-XL","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Brown \/ 2XL","offer_id":43226013827166,"sku":"NC02472608282630-连帽马甲-咖啡色-2XL","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Brown \/ 3XL","offer_id":43226013859934,"sku":"NC02472608282630-连帽马甲-咖啡色-3XL","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Brown \/ 4XL","offer_id":43226013892702,"sku":"NC02472608282630-连帽马甲-咖啡色-4XL","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Brown \/ 5XL","offer_id":43226013925470,"sku":"NC02472608282630-连帽马甲-咖啡色-5XL","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Red \/ L","offer_id":43226013958238,"sku":"NC02472608282630-连帽马甲-红色-L","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Red \/ XL","offer_id":43226013991006,"sku":"NC02472608282630-连帽马甲-红色-XL","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Red \/ 2XL","offer_id":43226014023774,"sku":"NC02472608282630-连帽马甲-红色-2XL","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Red \/ 3XL","offer_id":43226014056542,"sku":"NC02472608282630-连帽马甲-红色-3XL","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Red \/ 4XL","offer_id":43226014089310,"sku":"NC02472608282630-连帽马甲-红色-4XL","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Red \/ 5XL","offer_id":43226014122078,"sku":"NC02472608282630-连帽马甲-红色-5XL","price":49.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_27_23_05_37_1.webp?v=1787889237","url":"https:\/\/miscellista.com\/products\/womens-hooded-padded-vest","provider":"Miscellista.com","version":"1.0","type":"link"}