{"title":"Polo Shirts","description":"","products":[{"product_id":"ribbed-white-t-shirt-for-men-premium-slim-fit","title":"Ribbed White T-Shirt for Men – Premium Slim Fit","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 black T-shirts fade, lose shape, or look too plain after a few wears. This ribbed black T-shirt is\n                built\n                differently. It keeps its deep color and structured fit, even after repeated washes. Ideal for busy\n                days, evening\n                hangouts, or casual office wear, it adapts effortlessly. A unique edge? The ribbed texture reduces\n                visible\n                wrinkles—making it perfect for travel or long days when ironing isn’t an option. You stay sharp,\n                confident, and ready\n                anytime.\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                Upgrade your everyday wardrobe with this premium black ribbed T-shirt, designed for a clean and modern\n                look. Made from\n                soft, breathable fabric, it offers all-day comfort while maintaining a structured slim fit. The vertical\n                ribbed texture\n                adds subtle depth, making it stand out from basic tees. Durable stitching ensures long-lasting wear,\n                while the minimal\n                chest logo keeps the design classy and versatile—perfect for casual outings or smart layering.\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 \/ M","offer_id":49118701355236,"sku":null,"price":1499.0,"currency_code":"PKR","in_stock":false},{"title":"White \/ L","offer_id":49118701388004,"sku":null,"price":1499.0,"currency_code":"PKR","in_stock":false},{"title":"White \/ XL","offer_id":49118701420772,"sku":null,"price":1499.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/0772\/3236\/files\/ShobiStore-Ribbed-TShirt-Front-White..webp?v=1776772872"},{"product_id":"mens-striped-polo-shirt-zip-collar","title":"Men’s Striped Polo Shirt – Premium Smart Casual 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                You want something that looks sharp without trying too hard—but most polos either feel too basic or too\n                loud. This\n                striped polo solves that perfectly. Designed for modern men, it balances bold vertical panels with a\n                clean zip collar\n                for a refined edge. Whether you're heading to a casual meeting or stepping out in the evening heat, it\n                keeps you looking\n                put-together. A unique advantage? It pairs effortlessly with both trousers and jeans, making it your\n                go-to “one shirt\n                solves all outfits” piece.\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 polo shirt features a modern vertical stripe design that visually elongates your body for a\n                slimmer, more\n                confident look. The zip-up collar replaces traditional buttons, giving you a cleaner, more stylish\n                finish that stands\n                out instantly. Crafted with breathable, soft fabric, it keeps you cool and comfortable even in warm\n                weather. The\n                structured fit ensures you look polished without sacrificing ease of movement, making it perfect for\n                daily wear, casual\n                outings, or semi-formal settings.\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":"Brown \/ M","offer_id":48795566997732,"sku":null,"price":1299.0,"currency_code":"PKR","in_stock":false},{"title":"Brown \/ L","offer_id":48795590525156,"sku":null,"price":1299.0,"currency_code":"PKR","in_stock":false},{"title":"Brown \/ XL","offer_id":48809046114532,"sku":null,"price":1299.0,"currency_code":"PKR","in_stock":false},{"title":"Black \/ M","offer_id":48795522924772,"sku":null,"price":1299.0,"currency_code":"PKR","in_stock":false},{"title":"Black \/ L","offer_id":48795590492388,"sku":null,"price":1299.0,"currency_code":"PKR","in_stock":false},{"title":"Black \/ XL","offer_id":48809046081764,"sku":null,"price":1299.0,"currency_code":"PKR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/0772\/3236\/files\/Brand-Striped-Polo-Shirt-Front-Brown..webp?v=1776837407"},{"product_id":"polo-shirt-breathable-smart-casual-wear","title":"Polo Shirt – Breathable Smart Casual Wear","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                Finding a polo that works equally well for daytime errands and evening plans is surprisingly difficult.\n                This camel brown\n                polo fills that gap with quiet confidence. Built for warm climates and long routines, it keeps you cool\n                during travel,\n                teaching sessions, or casual outings. Unlike typical polos that fade or lose structure, this one\n                maintains its clean\n                look throughout the day. It is especially useful for those who need a reliable, camera-ready outfit\n                without\n                overthinking—simple, adaptable, and consistently presentable.\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 polo is made from breathable fabric that helps reduce sweat discomfort, making it ideal for\n                extended wear in warm\n                environments. The structured collar ensures a neat appearance, improving your confidence during meetings\n                or social\n                interactions. Its refined camel brown tone adds a premium, versatile look that pairs easily with\n                multiple outfits,\n                saving time on daily styling decisions. Durable stitching increases product lifespan, while the soft,\n                flexible fit\n                allows comfortable movement, supporting productivity and ease throughout your day.\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":"Camel \/ M","offer_id":48868668211428,"sku":null,"price":1399.0,"currency_code":"PKR","in_stock":false},{"title":"Camel \/ L","offer_id":48868668244196,"sku":null,"price":1399.0,"currency_code":"PKR","in_stock":false},{"title":"Camel \/ XL","offer_id":48868668276964,"sku":null,"price":1399.0,"currency_code":"PKR","in_stock":false},{"title":"Black \/ M","offer_id":48810203709668,"sku":null,"price":1399.0,"currency_code":"PKR","in_stock":true},{"title":"Black \/ L","offer_id":48868660969700,"sku":null,"price":1399.0,"currency_code":"PKR","in_stock":false},{"title":"Black \/ XL","offer_id":48868661002468,"sku":null,"price":1399.0,"currency_code":"PKR","in_stock":false},{"title":"White \/ M","offer_id":48868661035236,"sku":null,"price":1399.0,"currency_code":"PKR","in_stock":true},{"title":"White \/ L","offer_id":48868661068004,"sku":null,"price":1399.0,"currency_code":"PKR","in_stock":false},{"title":"White \/ XL","offer_id":48868661100772,"sku":null,"price":1399.0,"currency_code":"PKR","in_stock":true},{"title":"Navy Blue \/ M","offer_id":48868661133540,"sku":null,"price":1399.0,"currency_code":"PKR","in_stock":false},{"title":"Navy Blue \/ L","offer_id":48868661166308,"sku":null,"price":1399.0,"currency_code":"PKR","in_stock":false},{"title":"Navy Blue \/ XL","offer_id":48868661199076,"sku":null,"price":1399.0,"currency_code":"PKR","in_stock":false},{"title":"Brown \/ M","offer_id":48868661231844,"sku":null,"price":1399.0,"currency_code":"PKR","in_stock":true},{"title":"Brown \/ L","offer_id":48868661264612,"sku":null,"price":1399.0,"currency_code":"PKR","in_stock":false},{"title":"Brown \/ XL","offer_id":48868661297380,"sku":null,"price":1399.0,"currency_code":"PKR","in_stock":true},{"title":"Grey \/ M","offer_id":48868661330148,"sku":null,"price":1399.0,"currency_code":"PKR","in_stock":true},{"title":"Grey \/ L","offer_id":48868661362916,"sku":null,"price":1399.0,"currency_code":"PKR","in_stock":false},{"title":"Grey \/ XL","offer_id":48868661395684,"sku":null,"price":1399.0,"currency_code":"PKR","in_stock":true},{"title":"Sky Blue \/ M","offer_id":48868665393380,"sku":null,"price":1399.0,"currency_code":"PKR","in_stock":false},{"title":"Sky Blue \/ L","offer_id":48868665426148,"sku":null,"price":1399.0,"currency_code":"PKR","in_stock":true},{"title":"Sky Blue \/ XL","offer_id":48868665458916,"sku":null,"price":1399.0,"currency_code":"PKR","in_stock":true},{"title":"Maroon \/ M","offer_id":48868665295076,"sku":null,"price":1399.0,"currency_code":"PKR","in_stock":false},{"title":"Maroon \/ L","offer_id":48868665327844,"sku":null,"price":1399.0,"currency_code":"PKR","in_stock":false},{"title":"Maroon \/ XL","offer_id":48868665360612,"sku":null,"price":1399.0,"currency_code":"PKR","in_stock":true},{"title":"Blue \/ M","offer_id":48868679450852,"sku":null,"price":1399.0,"currency_code":"PKR","in_stock":true},{"title":"Blue \/ L","offer_id":48868679483620,"sku":null,"price":1399.0,"currency_code":"PKR","in_stock":true},{"title":"Blue \/ XL","offer_id":48868679516388,"sku":null,"price":1399.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/0772\/3236\/files\/brand-camel-brown-polo-shirt-front-view-brown.114.webp?v=1776948410"},{"product_id":"ribbed-black-t-shirt-for-men-premium-slim-fit","title":"Ribbed Black T-Shirt for Men – Premium Slim Fit","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 black T-shirts fade, lose shape, or look too plain after a few wears. This ribbed black T-shirt is\n                built\n                differently. It keeps its deep color and structured fit, even after repeated washes. Ideal for busy\n                days, evening\n                hangouts, or casual office wear, it adapts effortlessly. A unique edge? The ribbed texture reduces\n                visible\n                wrinkles—making it perfect for travel or long days when ironing isn’t an option. You stay sharp,\n                confident, and ready\n                anytime.\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                Upgrade your everyday wardrobe with this premium black ribbed T-shirt, designed for a clean and modern\n                look. Made from\n                soft, breathable fabric, it offers all-day comfort while maintaining a structured slim fit. The vertical\n                ribbed texture\n                adds subtle depth, making it stand out from basic tees. Durable stitching ensures long-lasting wear,\n                while the minimal\n                chest logo keeps the design classy and versatile—perfect for casual outings or smart layering.\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 \/ M","offer_id":49152562987236,"sku":null,"price":1499.0,"currency_code":"PKR","in_stock":true},{"title":"Black \/ L","offer_id":49152563020004,"sku":null,"price":1499.0,"currency_code":"PKR","in_stock":true},{"title":"Black \/ XL","offer_id":49152563052772,"sku":null,"price":1499.0,"currency_code":"PKR","in_stock":false},{"title":"White \/ M","offer_id":49152563085540,"sku":null,"price":1499.0,"currency_code":"PKR","in_stock":true},{"title":"White \/ L","offer_id":49152563118308,"sku":null,"price":1499.0,"currency_code":"PKR","in_stock":false},{"title":"White \/ XL","offer_id":49152563151076,"sku":null,"price":1499.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/0772\/3236\/files\/ShobiStore-Ribbed-TShirt-Front-Black..webp?v=1776773037"}],"url":"https:\/\/zyvor.shop\/collections\/polo-shirts.oembed","provider":"Zyvor Shop","version":"1.0","type":"link"}