{"product_id":"women-gym-set-in-pakistan-shoppingwears","title":"Women’s 2 Piece Gym Set in Pakistan – Sports Crop Top \u0026 High-Waist Leggings | Shoppingwears","description":"\u003cstyle\u003e\n  .sw-gym-set {\n    --primary: #c85f7d;\n    --primary-dark: #92465b;\n    --dark: #302d2e;\n    --text: #575253;\n    --light: #fff5f8;\n    --soft: #fffafb;\n    --border: #ecdde2;\n\n    max-width: 900px;\n    margin: 0 auto;\n    font-family: Arial, Helvetica, sans-serif;\n    color: var(--text);\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .sw-gym-set * {\n    box-sizing: border-box;\n  }\n\n  .sw-gym-set h2,\n  .sw-gym-set h3,\n  .sw-gym-set h4 {\n    color: var(--dark);\n    line-height: 1.3;\n  }\n\n  .sw-gym-set h2 {\n    margin: 0 0 14px;\n    font-size: 29px;\n  }\n\n  .sw-gym-set h3 {\n    margin: 0 0 15px;\n    font-size: 22px;\n  }\n\n  .sw-gym-set h4 {\n    margin: 20px 0 7px;\n    font-size: 17px;\n  }\n\n  .sw-gym-set p {\n    margin: 0 0 15px;\n  }\n\n  .sw-gym-hero {\n    margin-bottom: 22px;\n    padding: 30px;\n    border: 1px solid var(--border);\n    border-radius: 18px;\n    background: linear-gradient(135deg, #ffffff 0%, #fff1f5 100%);\n  }\n\n  .sw-gym-label {\n    display: inline-block;\n    margin-bottom: 10px;\n    padding: 6px 13px;\n    border-radius: 30px;\n    background: var(--primary);\n    color: #ffffff;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: .5px;\n    text-transform: uppercase;\n  }\n\n  .sw-gym-highlights {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 18px;\n  }\n\n  .sw-gym-highlight {\n    padding: 7px 12px;\n    border: 1px solid var(--border);\n    border-radius: 30px;\n    background: #ffffff;\n    color: var(--primary-dark);\n    font-size: 13px;\n    font-weight: 700;\n  }\n\n  .sw-gym-section {\n    margin-bottom: 22px;\n    padding: 25px;\n    border: 1px solid var(--border);\n    border-radius: 16px;\n    background: #ffffff;\n  }\n\n  .sw-gym-title {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n\n  .sw-gym-title::before {\n    width: 5px;\n    height: 28px;\n    border-radius: 10px;\n    background: var(--primary);\n    content: \"\";\n    flex-shrink: 0;\n  }\n\n  .sw-gym-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n    gap: 14px;\n    margin-top: 18px;\n  }\n\n  .sw-gym-card {\n    padding: 18px;\n    border: 1px solid var(--border);\n    border-radius: 13px;\n    background: var(--soft);\n  }\n\n  .sw-gym-card strong {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--primary-dark);\n  }\n\n  .sw-gym-card p {\n    margin: 0;\n    font-size: 15px;\n  }\n\n  .sw-gym-list {\n    margin: 15px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .sw-gym-list li {\n    position: relative;\n    margin-bottom: 11px;\n    padding-left: 30px;\n  }\n\n  .sw-gym-list li::before {\n    position: absolute;\n    left: 0;\n    color: var(--primary);\n    content: \"✓\";\n    font-size: 18px;\n    font-weight: 800;\n  }\n\n  .sw-gym-table {\n    width: 100%;\n    margin-top: 15px;\n    border-collapse: collapse;\n  }\n\n  .sw-gym-table th,\n  .sw-gym-table td {\n    padding: 13px 14px;\n    border: 1px solid var(--border);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .sw-gym-table th {\n    width: 38%;\n    color: var(--dark);\n  }\n\n  .sw-gym-table tr:nth-child(odd) {\n    background: var(--light);\n  }\n\n  .sw-gym-note {\n    margin-top: 18px;\n    padding: 16px;\n    border-left: 5px solid var(--primary);\n    border-radius: 9px;\n    background: var(--light);\n  }\n\n  .sw-gym-use {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n    margin-top: 18px;\n  }\n\n  .sw-gym-use-box {\n    padding: 17px 8px;\n    border: 1px solid var(--border);\n    border-radius: 12px;\n    background: var(--soft);\n    text-align: center;\n    color: var(--dark);\n    font-weight: 700;\n  }\n\n  .sw-gym-final {\n    padding: 24px;\n    border-radius: 14px;\n    background: linear-gradient(135deg, var(--dark), var(--primary-dark));\n    color: #ffffff;\n  }\n\n  .sw-gym-final h3 {\n    margin-bottom: 8px;\n    color: #ffffff;\n  }\n\n  .sw-gym-final p {\n    margin: 0;\n  }\n\n  @media (max-width: 650px) {\n    .sw-gym-set {\n      font-size: 15px;\n    }\n\n    .sw-gym-hero,\n    .sw-gym-section {\n      padding: 19px;\n    }\n\n    .sw-gym-set h2 {\n      font-size: 24px;\n    }\n\n    .sw-gym-set h3 {\n      font-size: 20px;\n    }\n\n    .sw-gym-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .sw-gym-use {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .sw-gym-table th,\n    .sw-gym-table td {\n      display: block;\n      width: 100%;\n      padding: 10px;\n    }\n\n    .sw-gym-table th {\n      padding-bottom: 4px;\n      border-bottom: 0;\n    }\n\n    .sw-gym-table td {\n      padding-top: 4px;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003carticle class=\"sw-gym-set\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"sw-gym-hero\"\u003e\n\n    \u003cspan class=\"sw-gym-label\"\u003e\n      Women's Activewear Collection\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n      Women's 2 Piece Gym Set in Pakistan\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Refresh your activewear collection with this stylish\n      \u003cstrong\u003eWomen's 2 Piece Gym Set in Pakistan\u003c\/strong\u003e.\n      The matching set includes a sporty crop top and high waist leggings,\n      creating a coordinated outfit for gym sessions, yoga, workouts,\n      walking and everyday activewear.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      With its lightweight and flexible design, this\n      \u003cstrong\u003eWomen Activewear Set\u003c\/strong\u003e combines a modern athletic look\n      with practical everyday styling.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"sw-gym-highlights\"\u003e\n      \u003cspan class=\"sw-gym-highlight\"\u003e2 Piece Set\u003c\/span\u003e\n      \u003cspan class=\"sw-gym-highlight\"\u003eSports Crop Top\u003c\/span\u003e\n      \u003cspan class=\"sw-gym-highlight\"\u003eHigh Waist Leggings\u003c\/span\u003e\n      \u003cspan class=\"sw-gym-highlight\"\u003eFlexible Design\u003c\/span\u003e\n      \u003cspan class=\"sw-gym-highlight\"\u003eGym \u0026amp; Yoga Wear\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- WHY LOVE --\u003e\n  \u003csection class=\"sw-gym-section\"\u003e\n\n    \u003cdiv class=\"sw-gym-title\"\u003e\n      \u003ch3\u003eWhy You'll Love This Women Gym Set\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sw-gym-grid\"\u003e\n\n      \u003cdiv class=\"sw-gym-card\"\u003e\n        \u003cstrong\u003eComplete 2 Piece Set\u003c\/strong\u003e\n        \u003cp\u003e\n          Includes a matching sports crop top and high waist leggings for\n          a coordinated activewear look.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sw-gym-card\"\u003e\n        \u003cstrong\u003eFlexible Design\u003c\/strong\u003e\n        \u003cp\u003e\n          Designed to allow comfortable movement during everyday activities.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sw-gym-card\"\u003e\n        \u003cstrong\u003eHigh Waist Leggings\u003c\/strong\u003e\n        \u003cp\u003e\n          Full-length leggings feature a modern high-waist activewear design.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sw-gym-card\"\u003e\n        \u003cstrong\u003eLightweight Feel\u003c\/strong\u003e\n        \u003cp\u003e\n          Lightweight construction makes the set practical for active routines.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sw-gym-card\"\u003e\n        \u003cstrong\u003eSports Crop Top\u003c\/strong\u003e\n        \u003cp\u003e\n          Matching sleeveless crop top completes the coordinated two-piece set.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sw-gym-card\"\u003e\n        \u003cstrong\u003eVersatile Activewear\u003c\/strong\u003e\n        \u003cp\u003e\n          Suitable for gym, yoga, workout, walking and everyday active styling.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FEATURES --\u003e\n  \u003csection class=\"sw-gym-section\"\u003e\n\n    \u003cdiv class=\"sw-gym-title\"\u003e\n      \u003ch3\u003e2 Piece Gym Set for Women – Key Features\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cul class=\"sw-gym-list\"\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003e2 Piece Activewear Set:\u003c\/strong\u003e\n        Includes matching sports crop top and full-length leggings.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eHigh Waist Leggings:\u003c\/strong\u003e\n        Stylish high-rise waistband creates a modern activewear look.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eFlexible Construction:\u003c\/strong\u003e\n        Designed for comfortable movement during regular activities.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eLightweight Style:\u003c\/strong\u003e\n        Practical activewear construction for everyday use.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eSleeveless Sports Top:\u003c\/strong\u003e\n        Cropped sleeveless design creates a sporty appearance.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eMatching Outfit:\u003c\/strong\u003e\n        Top and leggings create a coordinated women's workout set.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eColor Options:\u003c\/strong\u003e\n        Select from colors currently available in stock.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eMultiple Uses:\u003c\/strong\u003e\n        Suitable for gym, yoga, workout, walking and everyday activewear.\n      \u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- DESIGN --\u003e\n  \u003csection class=\"sw-gym-section\"\u003e\n\n    \u003cdiv class=\"sw-gym-title\"\u003e\n      \u003ch3\u003eSports Crop Top \u0026amp; High Waist Leggings Set\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cp\u003e\n      This \u003cstrong\u003eCrop Top and Leggings Set\u003c\/strong\u003e combines a matching\n      sleeveless sports crop top with full-length high waist leggings.\n      The coordinated design creates a clean and modern activewear look.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      It is a versatile option for customers looking for a\n      \u003cstrong\u003e2 Piece Gym Set for Women\u003c\/strong\u003e,\n      \u003cstrong\u003eWomen Sportswear Set\u003c\/strong\u003e or\n      \u003cstrong\u003eWomen's Activewear Set\u003c\/strong\u003e.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- ACTIVEWEAR --\u003e\n  \u003csection class=\"sw-gym-section\"\u003e\n\n    \u003cdiv class=\"sw-gym-title\"\u003e\n      \u003ch3\u003eDesigned for Everyday Activewear\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cp\u003e\n      The two-piece design is suitable for a variety of active routines,\n      from gym sessions and yoga to walking and casual everyday wear.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Its coordinated top and leggings make styling simple while maintaining\n      a sporty, modern appearance.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"sw-gym-note\"\u003e\n      \u003cstrong\u003eFit Note:\u003c\/strong\u003e\n      Please choose your suitable available size according to the product\n      size options and your preferred fit.\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- USE --\u003e\n  \u003csection class=\"sw-gym-section\"\u003e\n\n    \u003cdiv class=\"sw-gym-title\"\u003e\n      \u003ch3\u003eSuitable For\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sw-gym-use\"\u003e\n\n      \u003cdiv class=\"sw-gym-use-box\"\u003e\n        Gym\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sw-gym-use-box\"\u003e\n        Yoga\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sw-gym-use-box\"\u003e\n        Workout\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sw-gym-use-box\"\u003e\n        Daily Wear\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- PRODUCT DETAILS --\u003e\n  \u003csection class=\"sw-gym-section\"\u003e\n\n    \u003cdiv class=\"sw-gym-title\"\u003e\n      \u003ch3\u003eProduct Details\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003ctable class=\"sw-gym-table\"\u003e\n      \u003ctbody\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eProduct Name\u003c\/th\u003e\n          \u003ctd\u003eWomen's 2 Piece Gym Set\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eProduct Type\u003c\/th\u003e\n          \u003ctd\u003eWomen's Activewear \/ Gym Set\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eSet Includes\u003c\/th\u003e\n          \u003ctd\u003e1 × Sports Crop Top + 1 × High Waist Leggings\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eTop Style\u003c\/th\u003e\n          \u003ctd\u003eSleeveless Sports Crop Top\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eBottom Style\u003c\/th\u003e\n          \u003ctd\u003eFull-Length High Waist Leggings\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eStyle\u003c\/th\u003e\n          \u003ctd\u003e2 Piece Activewear Set\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eSuitable For\u003c\/th\u003e\n          \u003ctd\u003eGym, Yoga, Workout, Walking \u0026amp; Daily Activewear\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eColors\u003c\/th\u003e\n          \u003ctd\u003eSubject to Current Stock Availability\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eBrand\u003c\/th\u003e\n          \u003ctd\u003eShoppingWears\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- SEO PAKISTAN --\u003e\n  \u003csection class=\"sw-gym-section\"\u003e\n\n    \u003cdiv class=\"sw-gym-title\"\u003e\n      \u003ch3\u003eWomen Gym Set in Pakistan\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cp\u003e\n      Looking for a stylish \u003cstrong\u003eWomen Gym Set in Pakistan\u003c\/strong\u003e?\n      ShoppingWears offers this coordinated two-piece activewear outfit with\n      a sports crop top and high waist leggings.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      It is a relevant option for customers searching online for a\n      \u003cstrong\u003e2 Piece Gym Set for Women\u003c\/strong\u003e,\n      \u003cstrong\u003eWomen Activewear Set\u003c\/strong\u003e,\n      \u003cstrong\u003eLadies Gym Wear Pakistan\u003c\/strong\u003e,\n      \u003cstrong\u003eWorkout Set for Women\u003c\/strong\u003e or\n      \u003cstrong\u003eGym Wear for Women Pakistan\u003c\/strong\u003e.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      The sporty two-piece styling also makes it suitable for searches such as\n      \u003cstrong\u003eYoga Set for Women\u003c\/strong\u003e,\n      \u003cstrong\u003eWomen Sportswear Set\u003c\/strong\u003e,\n      \u003cstrong\u003eCrop Top and Leggings Set\u003c\/strong\u003e,\n      \u003cstrong\u003eWomen Fitness Wear\u003c\/strong\u003e and\n      \u003cstrong\u003eLadies Activewear Pakistan\u003c\/strong\u003e.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- CARE --\u003e\n  \u003csection class=\"sw-gym-section\"\u003e\n\n    \u003cdiv class=\"sw-gym-title\"\u003e\n      \u003ch3\u003eCare Instructions\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cul class=\"sw-gym-list\"\u003e\n      \u003cli\u003eGentle washing is recommended.\u003c\/li\u003e\n      \u003cli\u003eWash with similar colors.\u003c\/li\u003e\n      \u003cli\u003eUse a mild detergent.\u003c\/li\u003e\n      \u003cli\u003eAvoid bleach and harsh cleaning products.\u003c\/li\u003e\n      \u003cli\u003eAvoid excessive twisting or wringing.\u003c\/li\u003e\n      \u003cli\u003eAllow to air dry naturally where possible.\u003c\/li\u003e\n      \u003cli\u003eFollow the attached product care label when available.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"sw-gym-section\"\u003e\n\n    \u003cdiv class=\"sw-gym-title\"\u003e\n      \u003ch3\u003eFrequently Asked Questions About Women Gym Set\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003ch4\u003eWhat is included in this women's gym set?\u003c\/h4\u003e\n    \u003cp\u003e\n      The set includes one sports crop top and one pair of full-length\n      high waist leggings.\n    \u003c\/p\u003e\n\n    \u003ch4\u003eIs this a 2 piece gym set?\u003c\/h4\u003e\n    \u003cp\u003e\n      Yes. This product includes a matching top and leggings as a complete\n      two-piece activewear set.\n    \u003c\/p\u003e\n\n    \u003ch4\u003eCan this set be worn for yoga?\u003c\/h4\u003e\n    \u003cp\u003e\n      Yes. The activewear design is suitable for yoga, gym, workouts,\n      walking and other everyday activities.\n    \u003c\/p\u003e\n\n    \u003ch4\u003eAre the leggings high waisted?\u003c\/h4\u003e\n    \u003cp\u003e\n      Yes. The matching leggings feature a high-waist design.\n    \u003c\/p\u003e\n\n    \u003ch4\u003eCan it be worn as daily activewear?\u003c\/h4\u003e\n    \u003cp\u003e\n      Yes. The coordinated sporty design can also be styled as casual\n      everyday activewear.\n    \u003c\/p\u003e\n\n    \u003ch4\u003eWhich colors are available?\u003c\/h4\u003e\n    \u003cp\u003e\n      Colors depend on current stock. Please select from the available\n      color options when placing your order.\n    \u003c\/p\u003e\n\n    \u003ch4\u003eWhere can I buy a Women Gym Set online in Pakistan?\u003c\/h4\u003e\n    \u003cp\u003e\n      You can shop this Women's 2 Piece Gym Set online from\n      \u003cstrong\u003eShoppingWears\u003c\/strong\u003e in Pakistan.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FINAL --\u003e\n  \u003csection class=\"sw-gym-final\"\u003e\n\n    \u003ch3\u003e\n      Modern Activewear for Gym, Yoga \u0026amp; Everyday Movement\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Choose your preferred available size and color and add this\n      \u003cstrong\u003eWomen's 2 Piece Gym Set\u003c\/strong\u003e to your activewear collection\n      from ShoppingWears.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/article\u003e","brand":"ShoppingWears","offers":[{"title":"Default Title","offer_id":55182942732567,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0920\/4180\/6103\/files\/women-gym-set-in-pakistan.webp?v=1789284820","url":"https:\/\/shoppingwears.com\/products\/women-gym-set-in-pakistan-shoppingwears","provider":"ShoppingWears","version":"1.0","type":"link"}