{"product_id":"zafrani-gold-brieghting-glowing-beauty-cream","title":"ZAFRANI Gold Brieghting \u0026 Glowing Beauty Cream","description":"\u003cheader class=\"welcome-header shrink\" id=\"header\" wire:snapshot='{\"data\":[],\"memo\":{\"id\":\"4u7g0GpSOCTUI4GY6dsU\",\"name\":\"partials.nav\",\"path\":\"products\\\/ZAFRANI%20Gold%20Brieghting%20\u0026amp;%20Glowing%20Beauty%20Cream\",\"method\":\"GET\",\"release\":\"a-a-a\",\"children\":{\"lw-1708291812-0\":[\"button\",\"CbwRdQa2pOV7cJwQ19St\"],\"lw-1708291812-1\":[\"button\",\"PdIBSUyvlag8xUxeMBBx\"],\"lw-1708291812-2\":[\"\",\"hXeZ7WM9fSjNV3G15XfP\"],\"lw-1708291812-3\":[\"div\",\"zWnV27s2OM9weYzbRrVr\"]},\"scripts\":[],\"assets\":[],\"errors\":[],\"locale\":\"en\"},\"checksum\":\"39477b9567b692e00ba7f86f00ad1d8aa971813bca173b25a6ef7ca88ff115d9\"}' wire:effects=\"[]\" wire:id=\"4u7g0GpSOCTUI4GY6dsU\"\u003e\n\u003cdiv class=\"headerOffcanvas offcanvas offcanvas-end\" id=\"categoryOffcanvas\" aria-labelledby=\"categoryOffcanvasLabel\" tabindex=\"-1\"\u003e\n\u003cdiv class=\"offcanvas-body\"\u003e\n\u003cp\u003e\u003cstrong data-start=\"0\" data-end=\"51\"\u003eZAFRANI Gold Brightening \u0026amp; Glowing Beauty Cream\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eis marketed as a skincare cream that helps improve the appearance of dull and uneven skin. According to product descriptions, its claimed benefits include:\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\n\u003cmain\u003e\n\u003csection wire:snapshot='{\"data\":{\"slug\":\"ZAFRANI Gold Brieghting \u0026amp; Glowing Beauty Cream\",\"quantity\":1,\"selectedVariantId\":29274,\"product\":[null,{\"class\":\"App\\\\Models\\\\Product\",\"key\":28687,\"s\":\"mdl\"}],\"is_wishlist\":false,\"cartQuantities\":[[],{\"s\":\"arr\"}],\"print_text\":\"\",\"print_instructions\":\"\",\"print_file\":null},\"memo\":{\"id\":\"rCBByiGsYp9FlEWyChN4\",\"name\":\"pages.product-detail\",\"path\":\"products\\\/ZAFRANI%20Gold%20Brieghting%20\u0026amp;%20Glowing%20Beauty%20Cream\",\"method\":\"GET\",\"release\":\"a-a-a\",\"children\":[],\"scripts\":[],\"assets\":[],\"errors\":[],\"locale\":\"en\"},\"checksum\":\"dcd358932dde203735a0bffef26227208b8b84af797c064c6dffc948a57c202c\"}' wire:effects='{\"listeners\":[\"cart-updated\",\"wishlist-changed\",\"over-stock-limit\"]}' wire:id=\"rCBByiGsYp9FlEWyChN4\" class=\"productPage\" x-data=\"{\n    cartQuantities: window.Livewire.find('rCBByiGsYp9FlEWyChN4').entangle('cartQuantities').live,\n    qty: 1,\n    selectedVariantId: window.Livewire.find('rCBByiGsYp9FlEWyChN4').entangle('selectedVariantId'),\n    printText: window.Livewire.find('rCBByiGsYp9FlEWyChN4').entangle('print_text'),\n    mainImg: 'https:\/\/www.ardropshipping.com\/storage\/products\/e611ef4e-8a27-4efd-a646-91a5efd2135d_1784962795_6a645eeb43714.jpg',\n    thumbnails: JSON.parse('[\\u0022products\\\\\\\/images-2026-07-25T115820806_1784962795_6a645eeb85e05.jpg\\u0022,\\u0022products\\\\\\\/images-2026-07-25T115757378_1784962795_6a645eeb88d5b.jpg\\u0022]'),\n    variants: JSON.parse('[{\\u0022id\\u0022:29274,\\u0022sku\\u0022:\\u0022AR-999\\u0022,\\u0022image\\u0022:\\u0022https:\\\\\\\/\\\\\\\/www.ardropshipping.com\\\\\\\/storage\\\\\\\/products\\\\\\\/e611ef4e-8a27-4efd-a646-91a5efd2135d_1784962795_6a645eeb43714.jpg\\u0022,\\u0022images\\u0022:[\\u0022products\\\\\\\/images-2026-07-25T115820806_1784962795_6a645eeb85e05.jpg\\u0022,\\u0022products\\\\\\\/images-2026-07-25T115757378_1784962795_6a645eeb88d5b.jpg\\u0022],\\u0022price\\u0022:224,\\u0022discounted_price\\u0022:null,\\u0022real_price\\u0022:224,\\u0022stock\\u0022:4997,\\u0022summary\\u0022:\\u0022Color: Multicolour\\u0022,\\u0022status\\u0022:1}]'),\n    current() {\n        try {\n            return this.variants.find(v =\u0026gt; v.id == this.selectedVariantId) || {};\n        } catch (e) {\n            console.error('Error finding variant:', e);\n            return {};\n        }\n    },\n    isInCart() {\n        return this.selectedVariantId \u0026amp;\u0026amp; this.cartQuantities \u0026amp;\u0026amp; this.cartQuantities[this.selectedVariantId] \u0026gt; 0;\n    },\n\n   increase() {\n    const max = this.variants.find(v =\u0026gt; v.id == this.selectedVariantId)?.stock || 0;\n    if (this.qty \u0026gt;= max) {\n        Livewire.dispatch('over-stock-limit');\n        return;\n    }\n        this.qty++;\n    },\n\n    decrease() {\n        if (this.qty \u0026gt; 1) {\n            this.qty--;\n        }\n    },\n    setImage(img) {\n            this.mainImg = 'https:\/\/www.ardropshipping.com\/storage\/' + img;\n            \/\/ Update xzoom xoriginal attribute when image changes\n            this.$nextTick(() =\u0026gt; {\n                const xzoomImg = document.getElementById('xzoom-default');\n                if (xzoomImg) {\n                    xzoomImg.setAttribute('xoriginal', this.mainImg);\n                    xzoomImg.setAttribute('src', this.mainImg);\n                    \/\/ Reinitialize xzoom if needed\n                    if (window.jQuery \u0026amp;\u0026amp; window.jQuery(xzoomImg).data('xzoom')) {\n                        window.jQuery(xzoomImg).data('xzoom').swapimage(xzoomImg, this.mainImg);\n                    }\n                }\n            });\n        },\n        updateImages() {\n            const variant = this.variants.find(v =\u0026gt; v.id == this.selectedVariantId);\n            this.mainImg = variant?.image || '';\n            this.thumbnails = variant?.images || [];\n            \/\/ Update xzoom when variant changes\n            this.$nextTick(() =\u0026gt; {\n                const xzoomImg = document.getElementById('xzoom-default');\n                if (xzoomImg \u0026amp;\u0026amp; this.mainImg) {\n                    xzoomImg.setAttribute('xoriginal', this.mainImg);\n                    xzoomImg.setAttribute('src', this.mainImg);\n                }\n            });\n        }\n}\" x-init=\"\n    if (this.selectedVariantId) {\n        this.updateImages();\n        this.qty = (this.cartQuantities \u0026amp;\u0026amp; this.cartQuantities[this.selectedVariantId]) || 1;\n    }\n\n    \/\/ Listen for cart quantity updates\n    Livewire.on('cart-quantities-updated', (event) =\u0026gt; {\n        this.cartQuantities = event.cartQuantities || {};\n    });\n\n    \/\/ Listen for stock updates\n    Livewire.on('variant-stock-updated', (event) =\u0026gt; {\n        const variant = this.variants.find(v =\u0026gt; v.id === event.variantId);\n        if (variant) {\n            variant.stock = event.stock;\n        }\n    });\n\" x-effect=\"if (selectedVariantId) { updateImages(); qty = (cartQuantities \u0026amp;\u0026amp; cartQuantities[selectedVariantId]) || 1; }\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"tab-section\"\u003e\n\u003cdiv class=\"row\"\u003e\n\u003cdiv class=\"col-xs-12 col-sm-12 col-md-12 col-lg-9 col-xl-9 col-xxl-9\"\u003e\n\u003cdiv class=\"tab-wrp\"\u003e\n\u003cdiv class=\"tab-content\" id=\"myTabContent\"\u003e\n\u003cdiv class=\"tab-pane fade show active\" id=\"product-tab-pane\" role=\"tabpanel\" aria-labelledby=\"home-tab\" tabindex=\"0\"\u003e\n\u003cdiv class=\"product-tab-body-wrapper\"\u003e\n\u003cul data-start=\"209\" data-end=\"536\"\u003e\n\u003cli data-section-id=\"11msuql\" data-start=\"209\" data-end=\"262\"\u003eBrightens the complexion and enhances natural glow.\u003c\/li\u003e\n\u003cli data-section-id=\"e3o4xz\" data-start=\"263\" data-end=\"324\"\u003eHelps reduce the appearance of dark spots and pigmentation.\u003c\/li\u003e\n\u003cli data-section-id=\"1pp25hr\" data-start=\"325\" data-end=\"390\"\u003eMoisturizes and nourishes the skin, leaving it soft and smooth.\u003c\/li\u003e\n\u003cli data-section-id=\"1ujfb10\" data-start=\"391\" data-end=\"432\"\u003eImproves skin texture with regular use.\u003c\/li\u003e\n\u003cli data-section-id=\"1re7pwh\" data-start=\"433\" data-end=\"536\"\u003eLightweight formula suitable for daily use and most skin types.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-start=\"538\" data-end=\"553\"\u003e\u003cstrong data-start=\"538\" data-end=\"553\"\u003eHow to use:\u003c\/strong\u003e\u003c\/p\u003e\n\u003col data-start=\"554\" data-end=\"777\"\u003e\n\u003cli data-section-id=\"4aqyp9\" data-start=\"554\" data-end=\"580\"\u003eWash and dry your face.\u003c\/li\u003e\n\u003cli data-section-id=\"1u6xyuy\" data-start=\"581\" data-end=\"626\"\u003eApply a small amount to the face and neck.\u003c\/li\u003e\n\u003cli data-section-id=\"tsivv4\" data-start=\"627\" data-end=\"660\"\u003eMassage gently until absorbed.\u003c\/li\u003e\n\u003cli data-section-id=\"mxdybc\" data-start=\"661\" data-end=\"777\"\u003eUse once or twice daily. If used during the day, apply sunscreen afterward.\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/main\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"ARDS","offers":[{"title":"Default Title","offer_id":54454484893909,"sku":null,"price":848.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0805\/1304\/0597\/files\/rn-image_picker_lib_temp_4c707851-1186-4586-a8b3-76754c9ecad6.jpg?v=1786205476","url":"https:\/\/ridascollection.com\/products\/zafrani-gold-brieghting-glowing-beauty-cream","provider":"Rida's Collection","version":"1.0","type":"link"}