{"product_id":"hooded-jacket","title":"Paisley Zip-Up Hooded Jacket","description":"\u003cstyle\u003e\n  .boutique-pdp {\n    --page-bg: #fbfaf7;\n    --card-bg: #ffffff;\n    --text: #302d2d;\n    --muted: #716c6b;\n    --border: #e7e3df;\n\n    --red: #cf4b55;\n    --purple: #96588f;\n    --slate: #77758d;\n\n    max-width: 920px;\n    margin: 0 auto;\n    padding: 54px 24px 68px;\n    background: var(--page-bg);\n    color: var(--text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n    box-sizing: border-box;\n  }\n\n  .boutique-pdp *,\n  .boutique-pdp *::before,\n  .boutique-pdp *::after {\n    box-sizing: border-box;\n  }\n\n  .boutique-pdp h2,\n  .boutique-pdp h3,\n  .boutique-pdp h4,\n  .boutique-pdp p {\n    margin-top: 0;\n  }\n\n  \/* INTRO *\/\n\n  .pdp-intro {\n    max-width: 750px;\n    margin: 0 auto 44px;\n    text-align: center;\n  }\n\n  .pdp-eyebrow {\n    display: inline-block;\n    margin-bottom: 14px;\n    color: var(--purple);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .pdp-intro h2 {\n    margin-bottom: 16px;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 40px;\n    line-height: 1.18;\n    font-weight: 500;\n  }\n\n  .pdp-intro p {\n    max-width: 650px;\n    margin: 0 auto;\n    color: var(--muted);\n    font-size: 16px;\n  }\n\n  .color-options {\n    display: flex;\n    justify-content: center;\n    gap: 18px;\n    margin-top: 24px;\n  }\n\n  .color-option {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    color: #5c5655;\n    font-size: 14px;\n  }\n\n  .color-dot {\n    width: 17px;\n    height: 17px;\n    border: 2px solid #ffffff;\n    border-radius: 50%;\n    box-shadow: 0 0 0 1px #d5d0cd;\n  }\n\n  .color-dot.red {\n    background: #e12f40;\n  }\n\n  .color-dot.purple {\n    background: #a53c91;\n  }\n\n  \/* SECTIONS *\/\n\n  .pdp-section {\n    margin-top: 36px;\n  }\n\n  \/* CENTERED SECTION TITLES *\/\n\n  .section-title {\n    display: table;\n    width: fit-content;\n    margin: 0 auto 16px;\n    padding: 10px 22px;\n    border-radius: 999px;\n    color: #ffffff;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 20px;\n    line-height: 1.25;\n    font-weight: 500;\n    text-align: center;\n  }\n\n  .title-red {\n    background: var(--red);\n  }\n\n  .title-purple {\n    background: var(--purple);\n  }\n\n  .title-slate {\n    background: var(--slate);\n  }\n\n  \/* WHITE CONTENT CARDS *\/\n\n  .content-card {\n    padding: 28px 30px;\n    background: var(--card-bg);\n    border: 1px solid var(--border);\n    border-radius: 16px;\n  }\n\n  .content-card p {\n    margin-bottom: 12px;\n    color: var(--muted);\n    font-size: 15px;\n  }\n\n  .content-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  \/* KEY FEATURES *\/\n\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n  }\n\n  .feature-card {\n    min-height: 135px;\n    padding: 25px;\n    background: var(--card-bg);\n    border: 1px solid var(--border);\n    border-radius: 16px;\n  }\n\n  .feature-card h4 {\n    margin-bottom: 8px;\n    color: var(--text);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 19px;\n    font-weight: 500;\n  }\n\n  .feature-card p {\n    margin-bottom: 0;\n    color: var(--muted);\n    font-size: 14px;\n  }\n\n  \/* PRODUCT DETAILS *\/\n\n  .detail-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 13px 34px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .detail-list li {\n    position: relative;\n    padding-left: 19px;\n    color: #5f5958;\n    font-size: 14px;\n  }\n\n  .detail-list li::before {\n    content: \"\";\n    position: absolute;\n    top: 9px;\n    left: 0;\n    width: 7px;\n    height: 7px;\n    background: var(--red);\n    border-radius: 50%;\n  }\n\n  \/* SIZE GUIDE *\/\n\n  .size-intro {\n    margin-bottom: 17px !important;\n  }\n\n  .size-table-wrap {\n    width: 100%;\n    overflow-x: auto;\n    background: #ffffff;\n    border: 1px solid var(--border);\n    border-radius: 13px;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .size-table {\n    width: 100%;\n    min-width: 650px;\n    border-collapse: collapse;\n    text-align: center;\n  }\n\n  .size-table th,\n  .size-table td {\n    padding: 14px 12px;\n    border-bottom: 1px solid var(--border);\n    font-size: 14px;\n    white-space: nowrap;\n  }\n\n  .size-table th {\n    background: #f4f2f0;\n    color: var(--text);\n    font-weight: 700;\n  }\n\n  .size-table td {\n    color: #5f5958;\n  }\n\n  .size-table tbody tr:nth-child(even) {\n    background: #fcfbfa;\n  }\n\n  .size-table tbody tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .size-note {\n    margin-top: 15px !important;\n    color: #817a78 !important;\n    font-size: 13px !important;\n  }\n\n  \/* OCCASIONS *\/\n\n  .occasion-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n  }\n\n  .occasion-card {\n    padding: 22px 24px;\n    background: var(--card-bg);\n    border: 1px solid var(--border);\n    border-radius: 16px;\n  }\n\n  .occasion-card strong {\n    display: block;\n    margin-bottom: 6px;\n    color: var(--text);\n    font-size: 15px;\n  }\n\n  .occasion-card span {\n    color: var(--muted);\n    font-size: 14px;\n  }\n\n  \/* CLOSING *\/\n\n  .closing-card {\n    padding: 32px;\n    background: #ffffff;\n    border: 1px solid var(--border);\n    border-radius: 16px;\n    text-align: center;\n  }\n\n  .closing-card h3 {\n    margin-bottom: 10px;\n    color: var(--text);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 24px;\n    font-weight: 500;\n  }\n\n  .closing-card p {\n    max-width: 650px;\n    margin: 0 auto;\n    color: var(--muted);\n    font-size: 15px;\n  }\n\n  \/* MOBILE *\/\n\n  @media (max-width: 680px) {\n    .boutique-pdp {\n      padding: 38px 17px 52px;\n    }\n\n    .pdp-intro {\n      margin-bottom: 36px;\n    }\n\n    .pdp-intro h2 {\n      font-size: 31px;\n    }\n\n    .section-title {\n      padding: 9px 18px;\n      font-size: 18px;\n    }\n\n    .content-card,\n    .closing-card {\n      padding: 23px 20px;\n    }\n\n    .feature-grid,\n    .occasion-grid,\n    .detail-list {\n      grid-template-columns: 1fr;\n    }\n\n    .feature-card {\n      min-height: auto;\n      padding: 22px 20px;\n    }\n\n    .color-options {\n      flex-wrap: wrap;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"boutique-pdp\"\u003e\n\n  \u003cdiv class=\"pdp-intro\"\u003e\n    \u003cspan class=\"pdp-eyebrow\"\u003eRelaxed Everyday Layer\u003c\/span\u003e\n\n    \u003ch2\u003eAmelia Paisley Hooded Jacket\u003c\/h2\u003e\n\n    \u003cp\u003e\n      A relaxed zip-up jacket featuring an expressive paisley print,\n      adjustable details and two richly colored options.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"color-options\"\u003e\n      \u003cspan class=\"color-option\"\u003e\n        \u003cspan class=\"color-dot red\"\u003e\u003c\/span\u003e\n        Vibrant Red\n      \u003c\/span\u003e\n\n      \u003cspan class=\"color-option\"\u003e\n        \u003cspan class=\"color-dot purple\"\u003e\u003c\/span\u003e\n        Berry Purple\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pdp-section\"\u003e\n    \u003ch3 class=\"section-title title-red\"\u003eWhy You’ll Love It\u003c\/h3\u003e\n\n    \u003cdiv class=\"feature-grid\"\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003ch4\u003eStatement Paisley Print\u003c\/h4\u003e\n        \u003cp\u003e\n          Oversized paisley motifs give this relaxed layer a distinctive,\n          artful finish.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003ch4\u003eEasy Adjustable Shape\u003c\/h4\u003e\n        \u003cp\u003e\n          Roll-tab sleeves and a drawstring hem let you subtly change\n          the look and feel.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pdp-section\"\u003e\n    \u003ch3 class=\"section-title title-purple\"\u003eDetails at a Glance\u003c\/h3\u003e\n\n    \u003cdiv class=\"content-card\"\u003e\n      \u003cul class=\"detail-list\"\u003e\n        \u003cli\u003eAttached hood with matching drawstrings\u003c\/li\u003e\n        \u003cli\u003eFull-length metal front zipper\u003c\/li\u003e\n        \u003cli\u003eThree-quarter roll-tab sleeves\u003c\/li\u003e\n        \u003cli\u003eRelaxed drop-shoulder silhouette\u003c\/li\u003e\n        \u003cli\u003eVisible front side pockets\u003c\/li\u003e\n        \u003cli\u003eAdjustable drawstring hem\u003c\/li\u003e\n        \u003cli\u003eHip-length cut\u003c\/li\u003e\n        \u003cli\u003eRed and purple color options\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pdp-section\"\u003e\n    \u003ch3 class=\"section-title title-slate\"\u003eFabric \u0026amp; Feel\u003c\/h3\u003e\n\n    \u003cdiv class=\"content-card\"\u003e\n      \u003cp\u003e\n        The fabric has a lightweight-looking woven texture with a soft,\n        naturally relaxed drape.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Designed as an easy outer layer, it works comfortably over tanks,\n        tees and other lightweight tops.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pdp-section\"\u003e\n    \u003ch3 class=\"section-title title-red\"\u003eFit \u0026amp; Silhouette\u003c\/h3\u003e\n\n    \u003cdiv class=\"content-card\"\u003e\n      \u003cp\u003e\n        Cut in a roomy silhouette with dropped shoulders, a relaxed body\n        and a casual hip-length finish.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Choose your usual size for the intended loose fit. If you are between\n        sizes or prefer additional layering room, choose the larger size.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pdp-section\"\u003e\n    \u003ch3 class=\"section-title title-purple\"\u003eSize Guide\u003c\/h3\u003e\n\n    \u003cdiv class=\"content-card\"\u003e\n      \u003cp class=\"size-intro\"\u003e\n        Approximate garment measurements in inches. Bust is measured around\n        the garment.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"size-table-wrap\"\u003e\n        \u003ctable class=\"size-table\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth\u003eSize\u003c\/th\u003e\n              \u003cth\u003eUS Size\u003c\/th\u003e\n              \u003cth\u003eBust\u003c\/th\u003e\n              \u003cth\u003eLength\u003c\/th\u003e\n              \u003cth\u003eShoulder\u003c\/th\u003e\n              \u003cth\u003eSleeve\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eS\u003c\/td\u003e\n              \u003ctd\u003e4–6\u003c\/td\u003e\n              \u003ctd\u003e43.3\"\u003c\/td\u003e\n              \u003ctd\u003e25.2\"\u003c\/td\u003e\n              \u003ctd\u003e21.3\"\u003c\/td\u003e\n              \u003ctd\u003e17.7\"\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eM\u003c\/td\u003e\n              \u003ctd\u003e8–10\u003c\/td\u003e\n              \u003ctd\u003e45.3\"\u003c\/td\u003e\n              \u003ctd\u003e25.8\"\u003c\/td\u003e\n              \u003ctd\u003e22.0\"\u003c\/td\u003e\n              \u003ctd\u003e18.1\"\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eL\u003c\/td\u003e\n              \u003ctd\u003e12–14\u003c\/td\u003e\n              \u003ctd\u003e47.6\"\u003c\/td\u003e\n              \u003ctd\u003e26.4\"\u003c\/td\u003e\n              \u003ctd\u003e22.8\"\u003c\/td\u003e\n              \u003ctd\u003e18.5\"\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eXL\u003c\/td\u003e\n              \u003ctd\u003e16–18\u003c\/td\u003e\n              \u003ctd\u003e50.0\"\u003c\/td\u003e\n              \u003ctd\u003e27.0\"\u003c\/td\u003e\n              \u003ctd\u003e23.6\"\u003c\/td\u003e\n              \u003ctd\u003e18.9\"\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003e2XL\u003c\/td\u003e\n              \u003ctd\u003e20–22\u003c\/td\u003e\n              \u003ctd\u003e52.8\"\u003c\/td\u003e\n              \u003ctd\u003e27.6\"\u003c\/td\u003e\n              \u003ctd\u003e24.4\"\u003c\/td\u003e\n              \u003ctd\u003e19.3\"\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"size-note\"\u003e\n        Please allow a 0.5–1\" difference due to manual measurement.\n        Choose the larger size if you are between sizes.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pdp-section\"\u003e\n    \u003ch3 class=\"section-title title-slate\"\u003eWhere to Wear It\u003c\/h3\u003e\n\n    \u003cdiv class=\"occasion-grid\"\u003e\n      \u003cdiv class=\"occasion-card\"\u003e\n        \u003cstrong\u003eEveryday Errands\u003c\/strong\u003e\n        \u003cspan\u003e\n          An easy statement layer for shopping, appointments and casual plans.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"occasion-card\"\u003e\n        \u003cstrong\u003eWeekend Outings\u003c\/strong\u003e\n        \u003cspan\u003e\n          Comfortable for brunch, relaxed walks and informal get-togethers.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"occasion-card\"\u003e\n        \u003cstrong\u003eTravel Days\u003c\/strong\u003e\n        \u003cspan\u003e\n          A convenient zip-up layer to keep close while you are on the go.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"occasion-card\"\u003e\n        \u003cstrong\u003eSeasonal Layering\u003c\/strong\u003e\n        \u003cspan\u003e\n          Wear it over lightweight basics during changing weather.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pdp-section\"\u003e\n    \u003ch3 class=\"section-title title-red\"\u003eEasy to Style\u003c\/h3\u003e\n\n    \u003cdiv class=\"closing-card\"\u003e\n      \u003ch3\u003eA Little Color Changes Everything\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Pair it with a solid tee, casual pants and sneakers for an effortless\n        daytime outfit, or add jeans and ankle boots for a more polished finish.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"showladys","offers":[{"title":"Red \/ S","offer_id":47559744585884,"sku":"CT-610-RED-S","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Red \/ M","offer_id":47559744618652,"sku":"CT-610-RED-M","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Red \/ L","offer_id":47559744651420,"sku":"CT-610-RED-L","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Red \/ XL","offer_id":47559744684188,"sku":"CT-610-RED-XL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Red \/ 2XL","offer_id":47559744716956,"sku":"CT-610-RED-2XL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Purple \/ S","offer_id":47559744749724,"sku":"CT-610-PL-S","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Purple \/ M","offer_id":47559744782492,"sku":"CT-610-PL-M","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Purple \/ L","offer_id":47559744815260,"sku":"CT-610-PL-L","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Purple \/ XL","offer_id":47559744848028,"sku":"CT-610-PL-XL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Purple \/ 2XL","offer_id":47559744880796,"sku":"CT-610-PL-2XL","price":39.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0649\/6691\/8300\/files\/2a44c4f382d76ce56aa0bb5889e75896.png?v=1788879808","url":"https:\/\/showladys.com\/products\/hooded-jacket","provider":"showladys","version":"1.0","type":"link"}