{"title":"Arabic + Japanese","description":"","products":[{"product_id":"minimalist-arabic-calligraphy-tshirt","title":"Minimalist Arabic Calligraphy T-Shirt – Premium Cotton","description":"\u003cstyle\u003e\n    :root {\n        --ease: cubic-bezier(.22, 1, .36, 1);\n    }\n\n    .custom-accordion {\n        max-width: 500px;\n        font-family: inherit;\n    }\n\n    .custom-accordion-header h5 {\n        color: #000;\n        margin: 0;\n        font-size: 14px;\n        font-family: sans-serif;\n        font-weight: 900;\n    }\n\n    .custom-accordion-item {\n        position: relative;\n        border-bottom: 1px solid #000;\n    }\n\n    .custom-accordion-header {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        padding: 12px 0;\n        cursor: pointer;\n        font-weight: 600;\n        transition: transform .4s var(--ease), opacity .3s ease;\n    }\n\n    .custom-accordion-header:hover {\n        transform: translateX(6px);\n        opacity: .75;\n    }\n\n    .custom-accordion-header span {\n        font-size: 14px;\n        letter-spacing: .7px;\n    }\n\n    \/* ICON *\/\n    .custom-accordion-icon {\n        width: 30px;\n        height: 30px;\n        border: 1px solid #000;\n        border-radius: 50%;\n        display: flex !important;\n        align-items: center;\n        justify-content: center;\n        position: relative;\n        transition: all .6s var(--ease);\n    }\n\n    .custom-accordion-icon::before,\n    .custom-accordion-icon::after {\n        content: '';\n        position: absolute;\n        background: #000;\n        transition: all .6s var(--ease);\n    }\n\n    .custom-accordion-icon::before {\n        width: 12px;\n        height: 2px;\n    }\n\n    .custom-accordion-icon::after {\n        width: 2px;\n        height: 12px;\n    }\n\n    \/* ACTIVE ICON *\/\n    .custom-accordion-item.active .custom-accordion-icon {\n        background: #000;\n    }\n\n    .custom-accordion-item.active .custom-accordion-icon::before,\n    .custom-accordion-item.active .custom-accordion-icon::after {\n        background: #fff;\n    }\n\n    .custom-accordion-item.active .custom-accordion-icon::after {\n        transform: rotate(90deg);\n        opacity: 0;\n    }\n\n    \/* CONTENT *\/\n    .custom-accordion-content {\n        height: 0;\n        overflow: hidden;\n    }\n\n    .custom-accordion-inner {\n        padding: 0 40px 30px 0;\n        font-size: 14px;\n        line-height: 1.8;\n        opacity: 0;\n        transform: translateY(-20px);\n        transition: opacity .6s ease, transform .6s var(--ease);\n    }\n\n    \/* ACTIVE CONTENT *\/\n    .custom-accordion-item.active .custom-accordion-inner {\n        opacity: 1;\n        transform: translateY(0);\n    }\n\n    \/* PROGRESS LINE *\/\n    .custom-progress {\n        position: absolute;\n        left: 0;\n        bottom: 0;\n        height: 1px;\n        width: 0%;\n        background: #000;\n        transition: width .8s var(--ease);\n    }\n\n    .custom-accordion-item.active .custom-progress {\n        width: 100%;\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"custom-accordion\"\u003e\n\n    \u003cdiv class=\"custom-accordion-item\"\u003e\n        \u003cdiv class=\"custom-accordion-header\"\u003e\n            \u003ch5\u003ePRODUCT DESCRIPTION:-\u003c\/h5\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"custom-progress\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-accordion-item\"\u003e\n        \u003cdiv class=\"custom-accordion-header\"\u003e\n            \u003cspan\u003eDescription\u003c\/span\u003e\n            \u003cdiv class=\"custom-accordion-icon\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"custom-accordion-content\"\u003e\n            \u003cdiv class=\"custom-accordion-inner\"\u003e\n                Most graphic tees feel overcrowded, loud, and difficult to style for everyday wear. This Minimalist\n                Arabic Calligraphy T-Shirt solves that problem with a clean, elegant design that blends cultural\n                expression with modern fashion. Whether you're attending a casual gathering, Jummah prayer, university\n                classes, or creating aesthetic social media content, this tee delivers effortless style without\n                overpowering your outfit. The subtle chest calligraphy adds meaning and sophistication, making it a\n                versatile wardrobe essential that stands out through simplicity rather than excessive graphics.\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"custom-progress\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-accordion-item\"\u003e\n        \u003cdiv class=\"custom-accordion-header\"\u003e\n            \u003cspan\u003eKey Features\u003c\/span\u003e\n            \u003cdiv class=\"custom-accordion-icon\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"custom-accordion-content\"\u003e\n            \u003cdiv class=\"custom-accordion-inner\"\u003e\n                This premium cotton Arabic calligraphy t-shirt is designed for people who want comfort without\n                sacrificing style. The breathable fabric helps keep you comfortable during long days, whether you're at\n                work, studying, traveling, or relaxing with friends. Its minimalist design makes outfit matching\n                effortless, saving time when getting dressed. The elegant Arabic-inspired artwork adds personality\n                without being overwhelming, allowing you to express your identity in a sophisticated way. The versatile\n                white color pairs seamlessly with jeans, chinos, joggers, or layered streetwear looks, giving you more\n                styling options from a single piece. Its timeless aesthetic also means you can wear it season after\n                season without worrying about changing fashion trends.\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"custom-progress\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n    document.querySelectorAll('.custom-accordion-header').forEach(header =\u003e {\n        header.addEventListener('click', () =\u003e {\n            const item = header.parentElement;\n            const content = item.querySelector('.custom-accordion-content');\n\n            document.querySelectorAll('.custom-accordion-item').forEach(i =\u003e {\n                if (i !== item) {\n                    i.classList.remove('active');\n                    const c = i.querySelector('.custom-accordion-content');\n                    if (c) c.style.height = 0;\n                }\n            });\n\n            if (item.classList.contains('active')) {\n                item.classList.remove('active');\n                content.style.height = 0;\n            } else {\n                item.classList.add('active');\n                content.style.height = content.scrollHeight + 'px';\n            }\n        });\n    });\n\u003c\/script\u003e","brand":"Zyvor Shop","offers":[{"title":"Beige \/ S","offer_id":49176134418660,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true},{"title":"Beige \/ M","offer_id":49176134451428,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true},{"title":"Beige \/ L","offer_id":49176134484196,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true},{"title":"Beige \/ XL","offer_id":49176134516964,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true},{"title":"White \/ S","offer_id":49176134156516,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true},{"title":"White \/ M","offer_id":49176134189284,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true},{"title":"White \/ L","offer_id":49176134222052,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true},{"title":"White \/ XL","offer_id":49176134254820,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true},{"title":"Black \/ S","offer_id":49176134287588,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true},{"title":"Black \/ M","offer_id":49176134320356,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true},{"title":"Black \/ L","offer_id":49176134353124,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true},{"title":"Black \/ XL","offer_id":49176134385892,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/0772\/3236\/files\/5_8a299fdb-d3a4-4a05-8df7-ec571e3fca9a.webp?v=1781689505"},{"product_id":"japanese-calligraphy-oversized-tshirt","title":"Japanese Calligraphy Oversized T-Shirt | Premium Cotton","description":"\u003cstyle\u003e\n    :root {\n        --ease: cubic-bezier(.22, 1, .36, 1);\n    }\n\n    .custom-accordion {\n        max-width: 500px;\n        font-family: inherit;\n    }\n\n    .custom-accordion-header h5 {\n        color: #000;\n        margin: 0;\n        font-size: 14px;\n        font-family: sans-serif;\n        font-weight: 900;\n    }\n\n    .custom-accordion-item {\n        position: relative;\n        border-bottom: 1px solid #000;\n    }\n\n    .custom-accordion-header {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        padding: 12px 0;\n        cursor: pointer;\n        font-weight: 600;\n        transition: transform .4s var(--ease), opacity .3s ease;\n    }\n\n    .custom-accordion-header:hover {\n        transform: translateX(6px);\n        opacity: .75;\n    }\n\n    .custom-accordion-header span {\n        font-size: 14px;\n        letter-spacing: .7px;\n    }\n\n    \/* ICON *\/\n    .custom-accordion-icon {\n        width: 30px;\n        height: 30px;\n        border: 1px solid #000;\n        border-radius: 50%;\n        display: flex !important;\n        align-items: center;\n        justify-content: center;\n        position: relative;\n        transition: all .6s var(--ease);\n    }\n\n    .custom-accordion-icon::before,\n    .custom-accordion-icon::after {\n        content: '';\n        position: absolute;\n        background: #000;\n        transition: all .6s var(--ease);\n    }\n\n    .custom-accordion-icon::before {\n        width: 12px;\n        height: 2px;\n    }\n\n    .custom-accordion-icon::after {\n        width: 2px;\n        height: 12px;\n    }\n\n    \/* ACTIVE ICON *\/\n    .custom-accordion-item.active .custom-accordion-icon {\n        background: #000;\n    }\n\n    .custom-accordion-item.active .custom-accordion-icon::before,\n    .custom-accordion-item.active .custom-accordion-icon::after {\n        background: #fff;\n    }\n\n    .custom-accordion-item.active .custom-accordion-icon::after {\n        transform: rotate(90deg);\n        opacity: 0;\n    }\n\n    \/* CONTENT *\/\n    .custom-accordion-content {\n        height: 0;\n        overflow: hidden;\n    }\n\n    .custom-accordion-inner {\n        padding: 0 40px 30px 0;\n        font-size: 14px;\n        line-height: 1.8;\n        opacity: 0;\n        transform: translateY(-20px);\n        transition: opacity .6s ease, transform .6s var(--ease);\n    }\n\n    \/* ACTIVE CONTENT *\/\n    .custom-accordion-item.active .custom-accordion-inner {\n        opacity: 1;\n        transform: translateY(0);\n    }\n\n    \/* PROGRESS LINE *\/\n    .custom-progress {\n        position: absolute;\n        left: 0;\n        bottom: 0;\n        height: 1px;\n        width: 0%;\n        background: #000;\n        transition: width .8s var(--ease);\n    }\n\n    .custom-accordion-item.active .custom-progress {\n        width: 100%;\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"custom-accordion\"\u003e\n\n    \u003cdiv class=\"custom-accordion-item\"\u003e\n        \u003cdiv class=\"custom-accordion-header\"\u003e\n            \u003ch5\u003ePRODUCT DESCRIPTION:-\u003c\/h5\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"custom-progress\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-accordion-item\"\u003e\n        \u003cdiv class=\"custom-accordion-header\"\u003e\n            \u003cspan\u003eDescription\u003c\/span\u003e\n            \u003cdiv class=\"custom-accordion-icon\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"custom-accordion-content\"\u003e\n            \u003cdiv class=\"custom-accordion-inner\"\u003e\n                Most graphic tees feel overcrowded, loud, and difficult to style for everyday wear. This Minimalist\n                Arabic Calligraphy T-Shirt solves that problem with a clean, elegant design that blends cultural\n                expression with modern fashion. Whether you're attending a casual gathering, Jummah prayer, university\n                classes, or creating aesthetic social media content, this tee delivers effortless style without\n                overpowering your outfit. The subtle chest calligraphy adds meaning and sophistication, making it a\n                versatile wardrobe essential that stands out through simplicity rather than excessive graphics.\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"custom-progress\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-accordion-item\"\u003e\n        \u003cdiv class=\"custom-accordion-header\"\u003e\n            \u003cspan\u003eKey Features\u003c\/span\u003e\n            \u003cdiv class=\"custom-accordion-icon\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"custom-accordion-content\"\u003e\n            \u003cdiv class=\"custom-accordion-inner\"\u003e\n                The Japanese Calligraphy Oversized T-Shirt is designed for people who want comfort and personal\n                expression in one premium garment. The soft cotton fabric feels breathable throughout the day, helping\n                you stay comfortable during long work sessions, casual outings, or weekend travel. Its oversized fit\n                provides unrestricted movement while creating a modern streetwear silhouette that looks stylish without\n                extra effort.\n\n                The vertical Japanese-inspired artwork adds a sophisticated artistic touch, allowing you to stand out\n                without loud graphics. The neutral white color pairs easily with jeans, cargos, shorts, and layered\n                outfits, reducing the time spent choosing what to wear. Durable printing helps maintain the design's\n                appearance after repeated washes, while the lightweight construction makes it suitable for year-round\n                wear.\n\n                Whether you're attending casual meetups, creating social media content, exploring new cities, or\n                building a minimalist wardrobe, this t-shirt delivers versatile style with everyday practicality.\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"custom-progress\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n    document.querySelectorAll('.custom-accordion-header').forEach(header =\u003e {\n        header.addEventListener('click', () =\u003e {\n            const item = header.parentElement;\n            const content = item.querySelector('.custom-accordion-content');\n\n            document.querySelectorAll('.custom-accordion-item').forEach(i =\u003e {\n                if (i !== item) {\n                    i.classList.remove('active');\n                    const c = i.querySelector('.custom-accordion-content');\n                    if (c) c.style.height = 0;\n                }\n            });\n\n            if (item.classList.contains('active')) {\n                item.classList.remove('active');\n                content.style.height = 0;\n            } else {\n                item.classList.add('active');\n                content.style.height = content.scrollHeight + 'px';\n            }\n        });\n    });\n\u003c\/script\u003e","brand":"Zyvor Shop","offers":[{"title":"Black \/ S","offer_id":49176201461988,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true},{"title":"Black \/ M","offer_id":49176201494756,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true},{"title":"Black \/ L","offer_id":49176201527524,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true},{"title":"Black \/ XL","offer_id":49176201560292,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true},{"title":"White \/ S","offer_id":49176201330916,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true},{"title":"White \/ M","offer_id":49176201363684,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true},{"title":"White \/ L","offer_id":49176201396452,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true},{"title":"White \/ XL","offer_id":49176201429220,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true},{"title":"Beige \/ S","offer_id":49176201593060,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true},{"title":"Beige \/ M","offer_id":49176201625828,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true},{"title":"Beige \/ L","offer_id":49176201658596,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true},{"title":"Beige \/ XL","offer_id":49176201691364,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/0772\/3236\/files\/24_a9d4913c-eb81-4f4c-a4fb-c87d3ce38aa9.webp?v=1781689954"},{"product_id":"arabic-calligraphy-oversized-tshirt","title":"Arabic Calligraphy Oversized T-Shirt | Minimalist Style","description":"\u003cstyle\u003e\n    :root {\n        --ease: cubic-bezier(.22, 1, .36, 1);\n    }\n\n    .custom-accordion {\n        max-width: 500px;\n        font-family: inherit;\n    }\n\n    .custom-accordion-header h5 {\n        color: #000;\n        margin: 0;\n        font-size: 14px;\n        font-family: sans-serif;\n        font-weight: 900;\n    }\n\n    .custom-accordion-item {\n        position: relative;\n        border-bottom: 1px solid #000;\n    }\n\n    .custom-accordion-header {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        padding: 12px 0;\n        cursor: pointer;\n        font-weight: 600;\n        transition: transform .4s var(--ease), opacity .3s ease;\n    }\n\n    .custom-accordion-header:hover {\n        transform: translateX(6px);\n        opacity: .75;\n    }\n\n    .custom-accordion-header span {\n        font-size: 14px;\n        letter-spacing: .7px;\n    }\n\n    \/* ICON *\/\n    .custom-accordion-icon {\n        width: 30px;\n        height: 30px;\n        border: 1px solid #000;\n        border-radius: 50%;\n        display: flex !important;\n        align-items: center;\n        justify-content: center;\n        position: relative;\n        transition: all .6s var(--ease);\n    }\n\n    .custom-accordion-icon::before,\n    .custom-accordion-icon::after {\n        content: '';\n        position: absolute;\n        background: #000;\n        transition: all .6s var(--ease);\n    }\n\n    .custom-accordion-icon::before {\n        width: 12px;\n        height: 2px;\n    }\n\n    .custom-accordion-icon::after {\n        width: 2px;\n        height: 12px;\n    }\n\n    \/* ACTIVE ICON *\/\n    .custom-accordion-item.active .custom-accordion-icon {\n        background: #000;\n    }\n\n    .custom-accordion-item.active .custom-accordion-icon::before,\n    .custom-accordion-item.active .custom-accordion-icon::after {\n        background: #fff;\n    }\n\n    .custom-accordion-item.active .custom-accordion-icon::after {\n        transform: rotate(90deg);\n        opacity: 0;\n    }\n\n    \/* CONTENT *\/\n    .custom-accordion-content {\n        height: 0;\n        overflow: hidden;\n    }\n\n    .custom-accordion-inner {\n        padding: 0 40px 30px 0;\n        font-size: 14px;\n        line-height: 1.8;\n        opacity: 0;\n        transform: translateY(-20px);\n        transition: opacity .6s ease, transform .6s var(--ease);\n    }\n\n    \/* ACTIVE CONTENT *\/\n    .custom-accordion-item.active .custom-accordion-inner {\n        opacity: 1;\n        transform: translateY(0);\n    }\n\n    \/* PROGRESS LINE *\/\n    .custom-progress {\n        position: absolute;\n        left: 0;\n        bottom: 0;\n        height: 1px;\n        width: 0%;\n        background: #000;\n        transition: width .8s var(--ease);\n    }\n\n    .custom-accordion-item.active .custom-progress {\n        width: 100%;\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"custom-accordion\"\u003e\n\n    \u003cdiv class=\"custom-accordion-item\"\u003e\n        \u003cdiv class=\"custom-accordion-header\"\u003e\n            \u003ch5\u003ePRODUCT DESCRIPTION:-\u003c\/h5\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"custom-progress\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-accordion-item\"\u003e\n        \u003cdiv class=\"custom-accordion-header\"\u003e\n            \u003cspan\u003eDescription\u003c\/span\u003e\n            \u003cdiv class=\"custom-accordion-icon\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"custom-accordion-content\"\u003e\n            \u003cdiv class=\"custom-accordion-inner\"\u003e\n                Most graphic tees feel overcrowded, loud, and difficult to style for everyday wear. This Minimalist\n                Arabic Calligraphy T-Shirt solves that problem with a clean, elegant design that blends cultural\n                expression with modern fashion. Whether you're attending a casual gathering, Jummah prayer, university\n                classes, or creating aesthetic social media content, this tee delivers effortless style without\n                overpowering your outfit. The subtle chest calligraphy adds meaning and sophistication, making it a\n                versatile wardrobe essential that stands out through simplicity rather than excessive graphics.\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"custom-progress\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-accordion-item\"\u003e\n        \u003cdiv class=\"custom-accordion-header\"\u003e\n            \u003cspan\u003eKey Features\u003c\/span\u003e\n            \u003cdiv class=\"custom-accordion-icon\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"custom-accordion-content\"\u003e\n            \u003cdiv class=\"custom-accordion-inner\"\u003e\n                This Arabic Calligraphy Oversized T-Shirt combines comfort, cultural expression, and modern fashion into\n                one versatile wardrobe essential. Crafted from soft, breathable fabric, it keeps you comfortable\n                throughout busy days, social outings, and casual gatherings. The oversized fit promotes unrestricted\n                movement while creating a contemporary silhouette that complements different body types.\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"custom-progress\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n    document.querySelectorAll('.custom-accordion-header').forEach(header =\u003e {\n        header.addEventListener('click', () =\u003e {\n            const item = header.parentElement;\n            const content = item.querySelector('.custom-accordion-content');\n\n            document.querySelectorAll('.custom-accordion-item').forEach(i =\u003e {\n                if (i !== item) {\n                    i.classList.remove('active');\n                    const c = i.querySelector('.custom-accordion-content');\n                    if (c) c.style.height = 0;\n                }\n            });\n\n            if (item.classList.contains('active')) {\n                item.classList.remove('active');\n                content.style.height = 0;\n            } else {\n                item.classList.add('active');\n                content.style.height = content.scrollHeight + 'px';\n            }\n        });\n    });\n\u003c\/script\u003e","brand":"Zyvor Shop","offers":[{"title":"White \/ S","offer_id":49176204378340,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true},{"title":"White \/ M","offer_id":49176204411108,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true},{"title":"White \/ L","offer_id":49176204443876,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true},{"title":"White \/ XL","offer_id":49176204476644,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true},{"title":"Black \/ S","offer_id":49176204509412,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true},{"title":"Black \/ M","offer_id":49176204542180,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true},{"title":"Black \/ L","offer_id":49176204574948,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true},{"title":"Black \/ XL","offer_id":49176204607716,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true},{"title":"Beige \/ S","offer_id":49176204640484,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true},{"title":"Beige \/ M","offer_id":49176204673252,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true},{"title":"Beige \/ L","offer_id":49176204706020,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true},{"title":"Beige \/ XL","offer_id":49176204738788,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/0772\/3236\/files\/26_7afb064c-6d89-48e5-bcd2-16a34c50c84f.webp?v=1781690144"}],"url":"https:\/\/zyvor.shop\/collections\/arabic-japanese.oembed","provider":"Zyvor Shop","version":"1.0","type":"link"}