{"product_id":"jordan-air-hooded-windbreaker-jacket","title":"Premium Hooded Windbreaker Jacket","description":"\u003c!-- Paste this complete block into a Shopify Custom Liquid section. --\u003e\n\n\u003cstyle\u003e\n  .ps-windbreaker-section {\n    --accent: #8d9398;\n    --accent-light: #e2e5e7;\n    --bg: #f5f6f6;\n    --card: #ffffff;\n    --border: #17191a;\n    --shadow: 0 8px 0 rgba(17,17,17,.10);\n    width: 100%;\n    max-width: 560px;\n    margin: 0 auto;\n    padding: 22px 16px;\n    box-sizing: border-box;\n    position: relative;\n    overflow: hidden;\n    background: var(--bg);\n    border: 2px solid var(--border);\n    border-radius: 24px;\n    color: #111 !important;\n    -webkit-text-fill-color: #111 !important;\n  }\n\n  .ps-windbreaker-section *,\n  .ps-windbreaker-section *::before,\n  .ps-windbreaker-section *::after {\n    box-sizing: border-box;\n    color: #111 !important;\n    -webkit-text-fill-color: #111 !important;\n  }\n\n  .ps-windbreaker-section::before,\n  .ps-windbreaker-section::after {\n    content: \"\";\n    position: absolute;\n    width: 70px;\n    height: 70px;\n    border-radius: 50%;\n    background: var(--accent-light);\n    opacity: .65;\n    z-index: 0;\n    animation: psMove 8s ease-in-out infinite alternate;\n  }\n\n  .ps-windbreaker-section::before {\n    top: -25px;\n    right: -22px;\n  }\n\n  .ps-windbreaker-section::after {\n    bottom: 18%;\n    left: -40px;\n    width: 52px;\n    height: 52px;\n    animation-delay: -3s;\n  }\n\n  .ps-windbreaker-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .ps-windbreaker-category {\n    display: inline-flex;\n    align-items: center;\n    padding: 7px 12px;\n    margin-bottom: 13px;\n    border: 2px solid var(--border);\n    border-radius: 999px;\n    background: var(--accent-light);\n    font-size: 10px;\n    line-height: 1;\n    font-weight: 900;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    animation: psPulse 2.8s ease-in-out infinite;\n  }\n\n  .ps-windbreaker-title {\n    margin: 0;\n    font-size: clamp(28px, 7vw, 40px);\n    line-height: .98;\n    font-weight: 950;\n    letter-spacing: -1.7px;\n    text-transform: uppercase;\n    overflow-wrap: anywhere;\n  }\n\n  .ps-windbreaker-title span {\n    display: inline-block;\n    margin-top: 4px;\n    padding: 3px 9px 5px;\n    background: var(--accent);\n    border: 2px solid var(--border);\n    border-radius: 9px;\n    animation: psFloat 3.8s ease-in-out infinite;\n  }\n\n  .ps-windbreaker-intro {\n    margin: 17px 0 18px;\n    font-size: 13px;\n    line-height: 1.65;\n    font-weight: 600;\n  }\n\n  .ps-windbreaker-features {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 10px;\n  }\n\n  .ps-windbreaker-card {\n    display: grid;\n    grid-template-columns: 38px minmax(0, 1fr);\n    gap: 11px;\n    align-items: start;\n    padding: 13px;\n    background: var(--card);\n    border: 2px solid var(--border);\n    border-radius: 15px;\n    box-shadow: var(--shadow);\n    transition: transform .25s ease, box-shadow .25s ease;\n  }\n\n  .ps-windbreaker-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 13px 0 rgba(17,17,17,.13);\n  }\n\n  .ps-windbreaker-number {\n    width: 38px;\n    height: 38px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border: 2px solid var(--border);\n    border-radius: 50%;\n    background: var(--accent-light);\n    font-size: 13px;\n    font-weight: 950;\n  }\n\n  .ps-windbreaker-card h3 {\n    margin: 1px 0 4px;\n    font-size: 14px;\n    line-height: 1.15;\n    font-weight: 950;\n    text-transform: uppercase;\n    letter-spacing: .3px;\n  }\n\n  .ps-windbreaker-card p {\n    margin: 0;\n    font-size: 11.5px;\n    line-height: 1.5;\n    font-weight: 600;\n  }\n\n  .ps-windbreaker-specs {\n    margin-top: 15px;\n    padding: 11px 13px;\n    border: 2px solid var(--border);\n    border-radius: 13px;\n    background: var(--accent-light);\n    font-size: 11px;\n    line-height: 1.55;\n    font-weight: 850;\n    overflow-wrap: anywhere;\n  }\n\n  .ps-windbreaker-madefor {\n    margin-top: 11px;\n    padding: 15px;\n    border: 2px solid var(--border);\n    border-radius: 16px;\n    background: #eceeef;\n    box-shadow: var(--shadow);\n  }\n\n  .ps-windbreaker-madefor-label {\n    display: block;\n    margin-bottom: 6px;\n    font-size: 10px;\n    font-weight: 950;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .ps-windbreaker-madefor-text {\n    margin: 0;\n    font-size: 12px;\n    line-height: 1.55;\n    font-weight: 750;\n    overflow-wrap: anywhere;\n  }\n\n  @keyframes psFloat {\n    0%, 100% { transform: translateY(0) rotate(0deg); }\n    50% { transform: translateY(-4px) rotate(-.5deg); }\n  }\n\n  @keyframes psPulse {\n    0%, 100% { transform: scale(1); }\n    50% { transform: scale(1.035); }\n  }\n\n  @keyframes psMove {\n    0% { transform: translate(0, 0) rotate(0deg); }\n    100% { transform: translate(-18px, 20px) rotate(20deg); }\n  }\n\n  @media (max-width: 380px) {\n    .ps-windbreaker-section {\n      padding: 17px 11px;\n      border-radius: 18px;\n      box-shadow: 0 5px 0 rgba(17,17,17,.09);\n    }\n\n    .ps-windbreaker-title {\n      font-size: clamp(25px, 8vw, 32px);\n      letter-spacing: -1.2px;\n    }\n\n    .ps-windbreaker-card {\n      padding: 11px;\n      border-radius: 13px;\n      box-shadow: 0 5px 0 rgba(17,17,17,.09);\n    }\n\n    .ps-windbreaker-number {\n      width: 34px;\n      height: 34px;\n    }\n\n    .ps-windbreaker-card {\n      grid-template-columns: 34px minmax(0, 1fr);\n    }\n\n    .ps-windbreaker-madefor {\n      padding: 12px;\n      border-radius: 13px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .ps-windbreaker-section::before,\n    .ps-windbreaker-section::after,\n    .ps-windbreaker-category,\n    .ps-windbreaker-title span {\n      animation: none !important;\n    }\n\n    .ps-windbreaker-card {\n      transition: none !important;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"ps-windbreaker-section\"\u003e\n  \u003cdiv class=\"ps-windbreaker-inner\"\u003e\n\n    \u003cdiv class=\"ps-windbreaker-category\"\u003e\n      Premium Surplus\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"ps-windbreaker-title\"\u003e\n      GREY HOODED\u003cbr\u003e\n      \u003cspan\u003eWINDBREAKER\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"ps-windbreaker-intro\"\u003e\n      A stylish grey hooded windbreaker with a sporty pullover design, front half-zip closure, contrasting sleeve stripes, and a spacious front pocket. Lightweight and easy to layer for everyday style.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ps-windbreaker-features\"\u003e\n\n      \u003carticle class=\"ps-windbreaker-card\"\u003e\n        \u003cdiv class=\"ps-windbreaker-number\"\u003e01\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eSporty Pullover\u003c\/h3\u003e\n          \u003cp\u003eThe pullover design with a front half-zip closure creates a clean, athletic-inspired look.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ps-windbreaker-card\"\u003e\n        \u003cdiv class=\"ps-windbreaker-number\"\u003e02\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eAdjustable Hood\u003c\/h3\u003e\n          \u003cp\u003eHood drawstrings allow you to adjust the fit around the hood for a practical everyday feel.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ps-windbreaker-card\"\u003e\n        \u003cdiv class=\"ps-windbreaker-number\"\u003e03\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eKangaroo Pocket\u003c\/h3\u003e\n          \u003cp\u003eThe spacious front kangaroo-style pocket adds convenient everyday storage while keeping the design casual.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ps-windbreaker-card\"\u003e\n        \u003cdiv class=\"ps-windbreaker-number\"\u003e04\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eSecure Fit\u003c\/h3\u003e\n          \u003cp\u003eElasticated cuffs and hem provide a comfortable, secure fit, while contrasting sleeve stripes add visual detail.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ps-windbreaker-specs\"\u003e\n      LIGHTWEIGHT SHELL  •  FRONT HALF-ZIP  •  ELASTICATED CUFFS \u0026amp; HEM\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ps-windbreaker-madefor\"\u003e\n      \u003cspan class=\"ps-windbreaker-madefor-label\"\u003eMade For\u003c\/span\u003e\n      \u003cp class=\"ps-windbreaker-madefor-text\"\u003e\n        Casual Wear  •  Streetwear  •  Layering in Mild Weather\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e","brand":"Swag Factory","offers":[{"title":"2XL","offer_id":49370995392651,"sku":null,"price":1499.0,"currency_code":"INR","in_stock":true},{"title":"XL","offer_id":49370995425419,"sku":null,"price":1499.0,"currency_code":"INR","in_stock":true},{"title":"L","offer_id":49370995458187,"sku":null,"price":1499.0,"currency_code":"INR","in_stock":true},{"title":"M","offer_id":49370995490955,"sku":null,"price":1499.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0705\/5494\/3627\/files\/ChatGPTImageSep15_2026_09_55_34AM_4.png?v=1789541139","url":"https:\/\/swagfactory.in\/products\/jordan-air-hooded-windbreaker-jacket","provider":"Swag Factory","version":"1.0","type":"link"}