{"product_id":"hudson-valley-flames-tshirt-adult-copy","title":"Hudson Valley Flames- Adult A4 Dry Fit Performance Tee","description":"\u003cstyle\u003e\n    #hvf-performance-tee {\n      --hvf-orange: #f37021;\n      --hvf-orange-dark: #c94f0c;\n      --hvf-black: #171717;\n      --hvf-cream: #fffaf3;\n      --hvf-white: #ffffff;\n      --hvf-gray: #5d5d5d;\n      --hvf-border: rgba(243, 112, 33, 0.28);\n\n      max-width: 920px;\n      margin: 20px auto;\n      color: var(--hvf-black);\n      font-family: inherit;\n      line-height: 1.65;\n    }\n\n    #hvf-performance-tee * {\n      box-sizing: border-box;\n    }\n\n    #hvf-performance-tee .hvf-hero {\n      position: relative;\n      overflow: hidden;\n      padding: 38px 30px;\n      border-radius: 26px;\n      background:\n        radial-gradient(\n          circle at 90% 10%,\n          rgba(243, 112, 33, 0.32),\n          transparent 30%\n        ),\n        linear-gradient(135deg, #111111 0%, #252525 100%);\n      color: var(--hvf-white);\n      text-align: center;\n      box-shadow: 0 14px 32px rgba(0, 0, 0, 0.16);\n    }\n\n    #hvf-performance-tee .hvf-hero::before,\n    #hvf-performance-tee .hvf-hero::after {\n      content: \"\";\n      position: absolute;\n      border: 2px solid rgba(243, 112, 33, 0.24);\n      border-radius: 50%;\n    }\n\n    #hvf-performance-tee .hvf-hero::before {\n      width: 175px;\n      height: 175px;\n      top: -105px;\n      left: -55px;\n    }\n\n    #hvf-performance-tee .hvf-hero::after {\n      width: 120px;\n      height: 120px;\n      right: -45px;\n      bottom: -70px;\n    }\n\n    #hvf-performance-tee .hvf-eyebrow {\n      display: inline-block;\n      margin-bottom: 13px;\n      padding: 7px 14px;\n      border: 1px solid rgba(255, 255, 255, 0.28);\n      border-radius: 999px;\n      background: rgba(255, 255, 255, 0.09);\n      color: #ffd1b3;\n      font-size: 12px;\n      font-weight: 800;\n      letter-spacing: 1.3px;\n      text-transform: uppercase;\n    }\n\n    #hvf-performance-tee .hvf-hero h2 {\n      margin: 0 0 12px;\n      color: var(--hvf-white);\n      font-size: clamp(29px, 5vw, 46px);\n      line-height: 1.08;\n    }\n\n    #hvf-performance-tee .hvf-hero h2 span {\n      color: var(--hvf-orange);\n    }\n\n    #hvf-performance-tee .hvf-hero p {\n      max-width: 700px;\n      margin: 0 auto;\n      color: rgba(255, 255, 255, 0.88);\n      font-size: 16px;\n    }\n\n    #hvf-performance-tee .hvf-pills {\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: center;\n      gap: 9px;\n      margin: 22px 0 0;\n      padding: 0;\n      list-style: none;\n    }\n\n    #hvf-performance-tee .hvf-pills li {\n      padding: 8px 13px;\n      border-radius: 999px;\n      background: var(--hvf-orange);\n      color: var(--hvf-white);\n      font-size: 12px;\n      font-weight: 800;\n    }\n\n    #hvf-performance-tee .hvf-intro {\n      margin: 24px 0;\n      padding: 25px 28px;\n      border: 1px solid var(--hvf-border);\n      border-left: 6px solid var(--hvf-orange);\n      border-radius: 18px;\n      background: var(--hvf-cream);\n    }\n\n    #hvf-performance-tee .hvf-intro p {\n      margin: 0;\n      color: #4e4541;\n      font-size: 16px;\n    }\n\n    #hvf-performance-tee .hvf-heading {\n      margin: 34px 0 18px;\n      color: var(--hvf-black);\n      font-size: 27px;\n      line-height: 1.2;\n      text-align: center;\n    }\n\n    #hvf-performance-tee .hvf-heading span {\n      color: var(--hvf-orange-dark);\n    }\n\n    #hvf-performance-tee .hvf-feature-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 15px;\n    }\n\n    #hvf-performance-tee .hvf-feature {\n      padding: 20px;\n      border: 1px solid var(--hvf-border);\n      border-radius: 18px;\n      background: var(--hvf-white);\n      box-shadow: 0 7px 18px rgba(40, 29, 23, 0.07);\n    }\n\n    #hvf-performance-tee .hvf-feature-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 43px;\n      height: 43px;\n      margin-bottom: 11px;\n      border-radius: 50%;\n      background: rgba(243, 112, 33, 0.13);\n      font-size: 21px;\n    }\n\n    #hvf-performance-tee .hvf-feature h3 {\n      margin: 0 0 5px;\n      color: var(--hvf-black);\n      font-size: 17px;\n      line-height: 1.3;\n    }\n\n    #hvf-performance-tee .hvf-feature p {\n      margin: 0;\n      color: var(--hvf-gray);\n      font-size: 14px;\n      line-height: 1.55;\n    }\n\n    #hvf-performance-tee .hvf-details {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 17px;\n      margin-top: 26px;\n    }\n\n    #hvf-performance-tee .hvf-detail-box {\n      padding: 24px;\n      border-radius: 20px;\n      background: #f7f7f7;\n    }\n\n    #hvf-performance-tee .hvf-detail-box--dark {\n      background: var(--hvf-black);\n      color: var(--hvf-white);\n    }\n\n    #hvf-performance-tee .hvf-detail-box h3 {\n      margin: 0 0 13px;\n      color: inherit;\n      font-size: 20px;\n    }\n\n    #hvf-performance-tee .hvf-detail-box ul {\n      margin: 0;\n      padding-left: 21px;\n    }\n\n    #hvf-performance-tee .hvf-detail-box li {\n      margin: 7px 0;\n    }\n\n    #hvf-performance-tee .hvf-detail-box--dark li::marker {\n      color: var(--hvf-orange);\n    }\n\n    #hvf-performance-tee .hvf-note {\n      margin-top: 25px;\n      padding: 24px;\n      border: 2px solid var(--hvf-orange);\n      border-radius: 20px;\n      background: linear-gradient(135deg, #fffaf3, #fff2e8);\n      text-align: center;\n    }\n\n    #hvf-performance-tee .hvf-note strong {\n      display: block;\n      margin-bottom: 6px;\n      color: var(--hvf-orange-dark);\n      font-size: 19px;\n    }\n\n    #hvf-performance-tee .hvf-note p {\n      margin: 0;\n      color: #514641;\n    }\n\n    #hvf-performance-tee .hvf-scripture {\n      margin-top: 22px;\n      padding: 22px;\n      border-radius: 18px;\n      background: var(--hvf-black);\n      color: var(--hvf-white);\n      text-align: center;\n    }\n\n    #hvf-performance-tee .hvf-scripture p {\n      margin: 0;\n      color: var(--hvf-white);\n      font-size: 16px;\n      font-style: italic;\n    }\n\n    #hvf-performance-tee .hvf-scripture strong {\n      display: block;\n      margin-top: 6px;\n      color: var(--hvf-orange);\n      font-style: normal;\n    }\n\n    @media screen and (max-width: 749px) {\n      #hvf-performance-tee .hvf-hero {\n        padding: 31px 20px;\n        border-radius: 21px;\n      }\n\n      #hvf-performance-tee .hvf-hero h2 {\n        font-size: 31px;\n      }\n\n      #hvf-performance-tee .hvf-intro {\n        padding: 21px;\n      }\n\n      #hvf-performance-tee .hvf-feature-grid,\n      #hvf-performance-tee .hvf-details {\n        grid-template-columns: 1fr;\n      }\n\n      #hvf-performance-tee .hvf-heading {\n        font-size: 24px;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"hvf-performance-tee\"\u003e\n\u003cdiv class=\"hvf-hero\"\u003e\n\u003cdiv class=\"hvf-eyebrow\"\u003eHudson Valley Flames Team Shop\u003c\/div\u003e\n\u003ch2\u003eA4 Cooling Performance \u003cspan\u003eSoccer Tee\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eA lightweight athletic shirt made for practices, training sessions, game days and active Flames players and supporters.\u003c\/p\u003e\n\u003cul class=\"hvf-pills\"\u003e\n\u003cli\u003eMoisture-Wicking\u003c\/li\u003e\n\u003cli\u003eOdor-Resistant\u003c\/li\u003e\n\u003cli\u003eStain Release\u003c\/li\u003e\n\u003cli\u003eLightweight Performance Fabric\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hvf-intro\"\u003e\n\u003cp\u003eStay comfortable while giving it your all. The A4 Cooling Performance Short Sleeve Tee combines a comfortable athletic fit with performance features designed for soccer, exercise and everyday activity. Finished with Hudson Valley Flames team artwork, it is a practical addition to every player's team wardrobe.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"hvf-heading\"\u003eMade to Keep Up With \u003cspan\u003eEvery Play\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"hvf-feature-grid\"\u003e\n\u003cdiv class=\"hvf-feature\"\u003e\n\u003cdiv class=\"hvf-feature-icon\"\u003e💧\u003c\/div\u003e\n\u003ch3\u003eMoisture-Wicking\u003c\/h3\u003e\n\u003cp\u003eHelps move moisture away from the body for greater comfort during practices, games and training.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hvf-feature\"\u003e\n\u003cdiv class=\"hvf-feature-icon\"\u003e🌬️\u003c\/div\u003e\n\u003ch3\u003eLightweight Comfort\u003c\/h3\u003e\n\u003cp\u003eThe lightweight poly interlock fabric provides a smooth athletic feel without unnecessary bulk.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hvf-feature\"\u003e\n\u003cdiv class=\"hvf-feature-icon\"\u003e✨\u003c\/div\u003e\n\u003ch3\u003eStain Release\u003c\/h3\u003e\n\u003cp\u003ePerformance fabric with stain-release properties makes post-game care easier.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hvf-feature\"\u003e\n\u003cdiv class=\"hvf-feature-icon\"\u003e⚽\u003c\/div\u003e\n\u003ch3\u003eDesigned for Activity\u003c\/h3\u003e\n\u003cp\u003eA comfortable short-sleeve athletic fit for soccer, conditioning, workouts and active everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hvf-details\"\u003e\n\u003cdiv class=\"hvf-detail-box hvf-detail-box--dark\"\u003e\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eA4 style A4N3142\u003c\/li\u003e\n\u003cli\u003e4-ounce performance tee\u003c\/li\u003e\n\u003cli\u003e100% recycled polyester interlock\u003c\/li\u003e\n\u003cli\u003eMoisture-wicking technology\u003c\/li\u003e\n\u003cli\u003eStain-release properties\u003c\/li\u003e\n\u003cli\u003eOdor-resistant fabric\u003c\/li\u003e\n\u003cli\u003eBuilt-in sun-protection features\u003c\/li\u003e\n\u003cli\u003eShort sleeves and crew neckline\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hvf-detail-box\"\u003e\n\u003ch3\u003eCare Instructions\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eMachine wash cold with like colors\u003c\/li\u003e\n\u003cli\u003eWash inside out to protect the design\u003c\/li\u003e\n\u003cli\u003eUse mild detergent\u003c\/li\u003e\n\u003cli\u003eDo not use bleach or fabric softener\u003c\/li\u003e\n\u003cli\u003eTumble dry low or hang to dry\u003c\/li\u003e\n\u003cli\u003eDo not iron directly over the design\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hvf-note\"\u003e\n\u003cp\u003ePlease review the available size options before adding your shirt to the cart. Each tee is decorated especially for the Hudson Valley Flames collection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hvf-scripture\"\u003e\n\u003cp\u003e“Whatever you do, work at it with all your heart, as working for the Lord.”\u003c\/p\u003e\n\u003cstrong\u003eColossians 3:23\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"max-width: 850px; margin: 20px auto; font-family: inherit; color: #2b2b2b; line-height: 1.6;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 18px; padding: 20px; margin-bottom: 20px; border-radius: 18px; background: linear-gradient(135deg,#111111,#292929); border-bottom: 4px solid #F0441E;\"\u003e\n\u003cdiv style=\"width: 90px; height: 90px; flex: 0 0 90px; display: flex; align-items: center; justify-content: center; padding: 8px; border-radius: 16px; background: #FFFFFF;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0718\/5589\/8859\/files\/HV_FLAMES.png?v=1787688411\" alt=\"Hudson Valley Flames Soccer Team Logo\" style=\"display: block; width: 100%; height: 100%; object-fit: contain;\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv style=\"margin-bottom: 3px; color: #ff541f; font-size: 12px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase;\"\u003eOfficial Team Apparel\u003c\/div\u003e\n\u003cdiv style=\"color: #ffffff; font-size: 25px; line-height: 1.15; font-weight: 900;\"\u003eHudson Valley Flames\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 5px; color: #e8e8e8; font-size: 13px; font-weight: bold;\"\u003eFaith • Teamwork • Character • Flames Pride\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUCT INTRO --\u003e\u003c!-- SHIRT OPTIONS --\u003e\n\u003cdiv style=\"margin-bottom: 18px; padding: 20px; border-radius: 17px; background: linear-gradient(135deg,#FFF0EA,#FFFFFF); border: 2px solid rgba(240,68,30,.18);\"\u003e\n\u003cdiv style=\"margin-bottom: 7px; color: #171717; font-size: 18px; font-weight: 900;\"\u003e✎ Personalization Included\u003c\/div\u003e\n\u003cdiv style=\"display: inline-block; margin-bottom: 11px; padding: 6px 11px; border-radius: 999px; background: #F0441E; color: #ffffff; font-size: 11px; font-weight: 900;\"\u003eNO EXTRA CHARGE\u003c\/div\u003e\n\u003cp style=\"margin: 0; color: #4d4d4d; font-size: 14px; line-height: 1.6; font-weight: 600;\"\u003eEligible player-name and player-number personalization is \u003cstrong style=\"color: #222222;\"\u003e already included in the listed price. \u003c\/strong\u003e Use the personalization fields on this page to enter your player's information or any special instructions. If you would like the standard team design without individual personalization, simply leave those fields blank.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- DESIGN DETAILS --\u003e\n\u003cdiv style=\"margin-bottom: 18px; padding: 20px; border-radius: 17px; background: #F7F7F6; border: 1px solid #E5E5E2;\"\u003e\n\u003cdiv style=\"margin-bottom: 10px; color: #171717; font-size: 18px; font-weight: 900;\"\u003e⚽ Team Design\u003c\/div\u003e\n\u003cdiv style=\"color: #4f4f4f; font-size: 14px; line-height: 1.7; font-weight: 600;\"\u003e\n\u003cdiv style=\"margin-bottom: 5px;\"\u003e🔥 Official Hudson Valley Flames soccer logo\u003c\/div\u003e\n\u003cdiv style=\"margin-bottom: 5px;\"\u003e🔥 Coordinating black, white and Flames orange team styling\u003c\/div\u003e\n\u003cdiv style=\"margin-bottom: 5px;\"\u003e🔥 Designed for players, coaches, families and supporters\u003c\/div\u003e\n\u003cdiv\u003e🔥 Final logo size and placement may be adjusted slightly based on garment style and size\u003c\/div\u003e\n\u003cdiv\u003e*\u003cem\u003e\u003cstrong\u003e 🔥 Be sure to select Local Pickup during Checkout\u003c\/strong\u003e\u003c\/em\u003e 🔥\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SCRIPTURE --\u003e\n\u003cdiv style=\"padding: 20px; border-radius: 17px; background: linear-gradient(135deg,#171717,#292929); border-left: 5px solid #F0441E; text-align: center;\"\u003e\n\u003cdiv style=\"margin-bottom: 7px; color: #ff541f; font-size: 21px;\"\u003e✝\u003c\/div\u003e\n\u003cdiv style=\"max-width: 680px; margin: 0 auto; color: #ffffff; font-size: 14px; line-height: 1.65; font-weight: bold; font-style: italic;\"\u003e“Whatever you do, work at it with all your heart, as working for the Lord, not for human masters, since you know that you will receive an inheritance from the Lord as a reward.”\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 8px; color: #ff541f; font-size: 11px; font-weight: 900; letter-spacing: .6px; text-transform: uppercase;\"\u003eColossians 3:23–24\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"HappyShirtsandMorebyMelissa","offers":[{"title":"Small","offer_id":49403223245035,"sku":null,"price":25.0,"currency_code":"USD","in_stock":true},{"title":"Medium","offer_id":49403223277803,"sku":null,"price":25.0,"currency_code":"USD","in_stock":true},{"title":"Large","offer_id":49403223310571,"sku":null,"price":25.0,"currency_code":"USD","in_stock":true},{"title":"XLarge","offer_id":49403223343339,"sku":null,"price":25.0,"currency_code":"USD","in_stock":true},{"title":"XXLarge","offer_id":49403223376107,"sku":null,"price":25.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0718\/5589\/8859\/files\/F1C62317-6C62-46A1-BD08-D94389B13A64.jpg?v=1789356625","url":"https:\/\/melissashappyshirtsandmore.com\/products\/hudson-valley-flames-tshirt-adult-copy","provider":"Happy Shirts \u0026 More by Melissa","version":"1.0","type":"link"}