{"product_id":"gabby-gang-homerun™-official-gang-issue","title":"Gabby Gang Homerun™ — Official Gang Issue","description":"\u003cstyle\u003e\n  :root{\n    --gg-black:#07070b;\n    --gg-panel:#101017;\n    --gg-white:#ffffff;\n    --gg-pink:#ff2f9b;\n    --gg-lime:#dfff00;\n    --gg-cyan:#22d8ff;\n    --gg-blue:#3a78ff;\n    --gg-muted:rgba(255,255,255,.72);\n    --gg-line:rgba(255,255,255,.14);\n  }\n\n  .gg-product{\n    background:\n      radial-gradient(circle at 10% 10%, rgba(255,47,155,.16), transparent 28%),\n      radial-gradient(circle at 90% 20%, rgba(34,216,255,.13), transparent 26%),\n      radial-gradient(circle at 50% 85%, rgba(223,255,0,.12), transparent 30%),\n      var(--gg-black);\n    color:var(--gg-white);\n    padding:0;\n    overflow:hidden;\n    border-radius:28px;\n  }\n\n  .gg-product *{box-sizing:border-box}\n\n  .gg-wrap{\n    max-width:1180px;\n    margin:0 auto;\n    padding:0 18px;\n  }\n\n  .gg-kicker{\n    display:inline-flex;\n    align-items:center;\n    gap:10px;\n    padding:10px 16px;\n    border:1px solid var(--gg-line);\n    border-radius:999px;\n    background:rgba(255,255,255,.04);\n    font-size:12px;\n    font-weight:800;\n    letter-spacing:.16em;\n    text-transform:uppercase;\n  }\n\n  .gg-hero{\n    position:relative;\n    min-height:760px;\n    display:grid;\n    grid-template-columns:1.05fr .95fr;\n    align-items:center;\n    gap:42px;\n    padding:72px 0 62px;\n  }\n\n  .gg-hero:before,\n  .gg-hero:after{\n    content:\"\";\n    position:absolute;\n    border-radius:999px;\n    filter:blur(60px);\n    opacity:.25;\n    pointer-events:none;\n  }\n\n  .gg-hero:before{\n    width:320px;height:320px;\n    background:var(--gg-pink);\n    top:60px;left:-120px;\n  }\n\n  .gg-hero:after{\n    width:280px;height:280px;\n    background:var(--gg-cyan);\n    right:-90px;bottom:60px;\n  }\n\n  .gg-title{\n    margin:22px 0 12px;\n    font-size:clamp(58px,8vw,118px);\n    line-height:.84;\n    letter-spacing:-.06em;\n    text-transform:uppercase;\n    font-weight:1000;\n  }\n\n  .gg-title span{\n    display:block;\n  }\n\n  .gg-title .pink{color:var(--gg-pink)}\n  .gg-title .lime{color:var(--gg-lime)}\n  .gg-title .cyan{color:var(--gg-cyan)}\n\n  .gg-subtitle{\n    max-width:620px;\n    font-size:clamp(20px,2.5vw,30px);\n    line-height:1.25;\n    margin:22px 0;\n    font-weight:800;\n  }\n\n  .gg-copy{\n    max-width:620px;\n    color:var(--gg-muted);\n    font-size:17px;\n    line-height:1.72;\n  }\n\n  .gg-hero-image{\n    position:relative;\n    border-radius:28px;\n    overflow:hidden;\n    border:1px solid var(--gg-line);\n    box-shadow:0 30px 80px rgba(0,0,0,.45);\n    background:#111;\n  }\n\n  .gg-hero-image img{\n    width:100%;\n    display:block;\n    aspect-ratio:4\/5;\n    object-fit:cover;\n  }\n\n  .gg-stamp{\n    position:absolute;\n    left:18px;\n    bottom:18px;\n    background:#000;\n    border:2px solid var(--gg-pink);\n    color:#fff;\n    border-radius:14px;\n    padding:12px 16px;\n    font-weight:1000;\n    text-transform:uppercase;\n    transform:rotate(-3deg);\n    box-shadow:0 0 30px rgba(255,47,155,.25);\n  }\n\n  .gg-marquee{\n    overflow:hidden;\n    border-top:1px solid var(--gg-line);\n    border-bottom:1px solid var(--gg-line);\n    background:#050507;\n    padding:14px 0;\n  }\n\n  .gg-marquee-track{\n    display:flex;\n    width:max-content;\n    gap:34px;\n    animation:ggscroll 20s linear infinite;\n    white-space:nowrap;\n    font-weight:1000;\n    text-transform:uppercase;\n    letter-spacing:.08em;\n    font-size:14px;\n  }\n\n  .gg-marquee-track span:nth-child(3n+1){color:var(--gg-pink)}\n  .gg-marquee-track span:nth-child(3n+2){color:var(--gg-lime)}\n  .gg-marquee-track span:nth-child(3n){color:var(--gg-cyan)}\n\n  @keyframes ggscroll{\n    from{transform:translateX(0)}\n    to{transform:translateX(-50%)}\n  }\n\n  .gg-section{\n    padding:76px 0;\n  }\n\n  .gg-section-head{\n    max-width:760px;\n    margin-bottom:34px;\n  }\n\n  .gg-section h2{\n    margin:0 0 14px;\n    font-size:clamp(38px,5vw,72px);\n    line-height:.95;\n    letter-spacing:-.04em;\n    text-transform:uppercase;\n  }\n\n  .gg-section p{\n    color:var(--gg-muted);\n    line-height:1.7;\n    font-size:16px;\n  }\n\n  .gg-dna{\n    display:grid;\n    grid-template-columns:repeat(4,1fr);\n    gap:14px;\n  }\n\n  .gg-swatch{\n    min-height:160px;\n    border-radius:22px;\n    padding:20px;\n    display:flex;\n    flex-direction:column;\n    justify-content:flex-end;\n    border:1px solid var(--gg-line);\n    overflow:hidden;\n    position:relative;\n  }\n\n  .gg-swatch:before{\n    content:\"\";\n    position:absolute;\n    inset:0;\n    background:linear-gradient(to top,rgba(0,0,0,.58),transparent 65%);\n  }\n\n  .gg-swatch strong,\n  .gg-swatch small{position:relative;z-index:2}\n\n  .gg-swatch strong{\n    font-size:20px;\n    text-transform:uppercase;\n  }\n\n  .gg-swatch small{color:rgba(255,255,255,.75)}\n\n  .gg-swatch.pink{background:var(--gg-pink)}\n  .gg-swatch.lime{background:var(--gg-lime);color:#111}\n  .gg-swatch.cyan{background:var(--gg-cyan);color:#111}\n  .gg-swatch.black{background:#0a0a0e}\n\n  .gg-build{\n    display:grid;\n    grid-template-columns:repeat(2,1fr);\n    gap:14px;\n  }\n\n  .gg-detail{\n    padding:22px;\n    border-radius:20px;\n    border:1px solid var(--gg-line);\n    background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.02));\n    display:grid;\n    grid-template-columns:auto 1fr;\n    gap:16px;\n    align-items:start;\n  }\n\n  .gg-num{\n    width:42px;height:42px;\n    border-radius:50%;\n    display:grid;\n    place-items:center;\n    font-weight:1000;\n    color:#000;\n    background:var(--gg-lime);\n  }\n\n  .gg-detail:nth-child(2n) .gg-num{background:var(--gg-cyan)}\n  .gg-detail:nth-child(3n) .gg-num{background:var(--gg-pink);color:#fff}\n\n  .gg-detail h3{\n    margin:0 0 6px;\n    font-size:18px;\n    text-transform:uppercase;\n  }\n\n  .gg-detail p{margin:0;font-size:14px}\n\n  .gg-gallery{\n    display:grid;\n    grid-template-columns:1.2fr .8fr;\n    gap:16px;\n  }\n\n  .gg-gallery img{\n    width:100%;\n    height:100%;\n    object-fit:cover;\n    border-radius:24px;\n    border:1px solid var(--gg-line);\n  }\n\n  .gg-gallery .stack{\n    display:grid;\n    gap:16px;\n  }\n\n  .gg-quote{\n    margin:76px 0;\n    padding:58px 28px;\n    text-align:center;\n    border-top:1px solid var(--gg-line);\n    border-bottom:1px solid var(--gg-line);\n    background:\n      linear-gradient(90deg,rgba(255,47,155,.09),rgba(34,216,255,.07),rgba(223,255,0,.06));\n  }\n\n  .gg-quote strong{\n    display:block;\n    font-size:clamp(34px,5vw,72px);\n    line-height:.95;\n    text-transform:uppercase;\n  }\n\n  .gg-quote .pink{color:var(--gg-pink)}\n  .gg-quote .lime{color:var(--gg-lime)}\n\n  .gg-includes{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:22px;\n  }\n\n  .gg-panel{\n    border:1px solid var(--gg-line);\n    border-radius:24px;\n    padding:28px;\n    background:rgba(255,255,255,.035);\n  }\n\n  .gg-panel h3{\n    margin:0 0 16px;\n    font-size:26px;\n    text-transform:uppercase;\n  }\n\n  .gg-panel ul{\n    margin:0;\n    padding-left:20px;\n    color:var(--gg-muted);\n    line-height:1.9;\n  }\n\n  .gg-final{\n    padding:90px 0 100px;\n    text-align:center;\n  }\n\n  .gg-final h2{\n    font-size:clamp(44px,7vw,90px);\n    margin:0 0 18px;\n  }\n\n  .gg-final p{\n    max-width:680px;\n    margin:0 auto 26px;\n  }\n\n  .gg-btn{\n    display:inline-block;\n    padding:16px 28px;\n    border-radius:999px;\n    background:linear-gradient(90deg,var(--gg-pink),var(--gg-cyan));\n    color:#fff !important;\n    text-decoration:none;\n    text-transform:uppercase;\n    font-weight:1000;\n    letter-spacing:.08em;\n    box-shadow:0 15px 45px rgba(255,47,155,.28);\n  }\n\n  .gg-note{\n    margin-top:14px;\n    font-size:12px;\n    color:rgba(255,255,255,.48);\n    text-transform:uppercase;\n    letter-spacing:.12em;\n  }\n\n  @media(max-width:800px){\n    .gg-hero{\n      grid-template-columns:1fr;\n      padding:52px 0 40px;\n      min-height:auto;\n    }\n\n    .gg-dna{grid-template-columns:1fr 1fr}\n    .gg-build{grid-template-columns:1fr}\n    .gg-gallery{grid-template-columns:1fr}\n    .gg-includes{grid-template-columns:1fr}\n    .gg-title{font-size:58px}\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"gg-product\"\u003e\n\n  \u003cdiv class=\"gg-wrap\"\u003e\n    \u003cdiv class=\"gg-hero\"\u003e\n\n      \u003cdiv\u003e\n        \u003cdiv class=\"gg-kicker\"\u003eExclusive Gabby Gang Drop\u003c\/div\u003e\n\n        \u003ch1 class=\"gg-title\"\u003e\n          \u003cspan class=\"pink\"\u003eGabby Gang\u003c\/span\u003e\n          \u003cspan class=\"lime\"\u003eHomerun™\u003c\/span\u003e\n        \u003c\/h1\u003e\n\n        \u003cdiv class=\"gg-subtitle\"\u003e\n          OFFICIAL GANG ISSUE.\n          \u003cspan style=\"color:var(--gg-cyan)\"\u003eMade different. Slay different.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cp class=\"gg-copy\"\u003e\n          This is not a basic ponytail and it was never meant to blend in.\n          The Gabby Gang Homerun™ is a handcrafted statement piece built with\n          layered braids, rhinestones, pearls, ribbons, custom texture and\n          unmistakable Gabby Gang energy.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gg-hero-image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0655\/3849\/0627\/files\/E0B04E4D-2CB2-4D5E-BCBF-4769C9720792.png?v=1787601400\" alt=\"Gabby Gang Homerun Ponytail\"\u003e\n        \u003cdiv class=\"gg-stamp\"\u003eOfficial Gang Issue\u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"gg-marquee\"\u003e\n    \u003cdiv class=\"gg-marquee-track\"\u003e\n      \u003cspan\u003eMade Different.\u003c\/span\u003e\n      \u003cspan\u003eSlay Different.\u003c\/span\u003e\n      \u003cspan\u003eOfficial Gang Issue.\u003c\/span\u003e\n      \u003cspan\u003e8 Signature Details.\u003c\/span\u003e\n      \u003cspan\u003eGabby Gang Homerun™.\u003c\/span\u003e\n\n      \u003cspan\u003eMade Different.\u003c\/span\u003e\n      \u003cspan\u003eSlay Different.\u003c\/span\u003e\n      \u003cspan\u003eOfficial Gang Issue.\u003c\/span\u003e\n      \u003cspan\u003e8 Signature Details.\u003c\/span\u003e\n      \u003cspan\u003eGabby Gang Homerun™.\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"gg-wrap\"\u003e\n\n    \u003csection class=\"gg-section\"\u003e\n      \u003cdiv class=\"gg-section-head\"\u003e\n        \u003cdiv class=\"gg-kicker\"\u003eDesign DNA\u003c\/div\u003e\n        \u003ch2\u003eThe blueprint behind the slay.\u003c\/h2\u003e\n        \u003cp\u003e\n          Every color and texture was chosen to feel loud, electric and instantly\n          recognizable as Gabby Gang.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gg-dna\"\u003e\n        \u003cdiv class=\"gg-swatch lime\"\u003e\n          \u003cstrong\u003eElectric Slime\u003c\/strong\u003e\n          \u003csmall\u003eHigh-energy neon base\u003c\/small\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"gg-swatch pink\"\u003e\n          \u003cstrong\u003eHot Pink\u003c\/strong\u003e\n          \u003csmall\u003eSignature pop\u003c\/small\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"gg-swatch cyan\"\u003e\n          \u003cstrong\u003eAqua\u003c\/strong\u003e\n          \u003csmall\u003eElectric contrast\u003c\/small\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"gg-swatch black\"\u003e\n          \u003cstrong\u003eBlack\u003c\/strong\u003e\n          \u003csmall\u003eGraphic edge\u003c\/small\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n    \u003csection class=\"gg-section\"\u003e\n      \u003cdiv class=\"gg-section-head\"\u003e\n        \u003cdiv class=\"gg-kicker\"\u003eThe Build\u003c\/div\u003e\n        \u003ch2\u003e8 signature details.\u003c\/h2\u003e\n        \u003cp\u003e\n          One piece. Eight deliberate elements. Every strand has a job.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gg-build\"\u003e\n\n        \u003cdiv class=\"gg-detail\"\u003e\n          \u003cdiv class=\"gg-num\"\u003e01\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eDragon Braid + Rhinestones\u003c\/h3\u003e\n            \u003cp\u003eOversized statement braid finished with rhinestone accents.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"gg-detail\"\u003e\n          \u003cdiv class=\"gg-num\"\u003e02\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003ePearl Braid\u003c\/h3\u003e\n            \u003cp\u003eBraided detail accented with pearls for a polished finish.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"gg-detail\"\u003e\n          \u003cdiv class=\"gg-num\"\u003e03\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eCriss-Cross String Braid\u003c\/h3\u003e\n            \u003cp\u003eLaced with contrasting string for graphic texture and dimension.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"gg-detail\"\u003e\n          \u003cdiv class=\"gg-num\"\u003e04\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eInside-Out Mix Braid\u003c\/h3\u003e\n            \u003cp\u003eMixed-color reverse braid that adds movement and visual depth.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"gg-detail\"\u003e\n          \u003cdiv class=\"gg-num\"\u003e05\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eFlat-Iron Straight Piece\u003c\/h3\u003e\n            \u003cp\u003eSleek straight texture placed against the braids for contrast.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"gg-detail\"\u003e\n          \u003cdiv class=\"gg-num\"\u003e06\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003ePearl Strands\u003c\/h3\u003e\n            \u003cp\u003eLoose pearl details that move independently and catch the light.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"gg-detail\"\u003e\n          \u003cdiv class=\"gg-num\"\u003e07\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eRibbon Strands\u003c\/h3\u003e\n            \u003cp\u003eLong flowing ribbons for extra color, motion and attitude.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"gg-detail\"\u003e\n          \u003cdiv class=\"gg-num\"\u003e08\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eGabby Gang Charm\u003c\/h3\u003e\n            \u003cp\u003eThe signature identifier that marks the official Gang issue.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n    \u003csection class=\"gg-section\"\u003e\n      \u003cdiv class=\"gg-gallery\"\u003e\n\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0655\/3849\/0627\/files\/IMG_8096.jpg?v=1787600972\" alt=\"Gabby Gang Homerun worn\"\u003e\n\n        \u003cdiv class=\"stack\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0655\/3849\/0627\/files\/IMG_7962.jpg?v=1787600993\" alt=\"Gabby Gang Homerun detail\"\u003e\n\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0655\/3849\/0627\/files\/IMG_8095.jpg?v=1787600972\" alt=\"Gabby Gang Homerun packaging\"\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"gg-quote\"\u003e\n    \u003cdiv class=\"gg-wrap\"\u003e\n      \u003cstrong\u003e\n        You're not just wearing the piece.\n        \u003cspan class=\"pink\"\u003eYou're repping\u003c\/span\u003e\n        \u003cspan class=\"lime\"\u003ethe Gang.\u003c\/span\u003e\n      \u003c\/strong\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"gg-wrap\"\u003e\n\n    \u003csection class=\"gg-section\"\u003e\n      \u003cdiv class=\"gg-includes\"\u003e\n\n        \u003cdiv class=\"gg-panel\"\u003e\n          \u003ch3\u003eWhat Makes It Different\u003c\/h3\u003e\n          \u003cul\u003e\n            \u003cli\u003eHandcrafted specialty braid construction\u003c\/li\u003e\n            \u003cli\u003eCustom Gabby Gang color blend\u003c\/li\u003e\n            \u003cli\u003eRhinestone + pearl embellishment\u003c\/li\u003e\n            \u003cli\u003eMixed textures and moving strands\u003c\/li\u003e\n            \u003cli\u003eSignature Gabby Gang charm\u003c\/li\u003e\n            \u003cli\u003eExclusive member-piece presentation\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"gg-panel\"\u003e\n          \u003ch3\u003eThe Experience\u003c\/h3\u003e\n          \u003cul\u003e\n            \u003cli\u003eOfficial Gang Issue insert\u003c\/li\u003e\n            \u003cli\u003eDesign DNA collectible card\u003c\/li\u003e\n            \u003cli\u003eWelcome-to-the-Gang card\u003c\/li\u003e\n            \u003cli\u003eStyling + care insert\u003c\/li\u003e\n            \u003cli\u003eCollectible presentation packaging\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n    \u003csection class=\"gg-final\"\u003e\n      \u003cdiv class=\"gg-kicker\"\u003eOfficial Gabby Gang Issue\u003c\/div\u003e\n\n      \u003ch2\u003e\n        MADE DIFFERENT.\u003cbr\u003e\n        \u003cspan style=\"color:var(--gg-pink)\"\u003eSLAY DIFFERENT.\u003c\/span\u003e\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Built for the player who wants the entrance before she ever steps on the field.\n        This is Gabby Gang energy in wearable form.\n      \u003c\/p\u003e\n\n      \u003ca class=\"gg-btn\" href=\"#product-form\"\u003e\n        Get The Gabby Gang Homerun™\n      \u003c\/a\u003e\n\n      \u003cdiv class=\"gg-note\"\u003e\n        Limited availability • handcrafted piece\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e","brand":"Gabby-101","offers":[{"title":"Default Title","offer_id":49510430310659,"sku":null,"price":55.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/3849\/0627\/files\/IMG_8095.jpg?v=1787600972","url":"https:\/\/gabby101.com\/products\/gabby-gang-homerun%e2%84%a2-official-gang-issue","provider":"Gabby-101","version":"1.0","type":"link"}