{"product_id":"127pcs-makeup-kit","title":"Wild Glam Makeup Kit","description":"\u003cstyle\u003e\n  .wgm2-wrap {\n    font-family: 'Georgia', serif;\n    max-width: 800px;\n    margin: 0 auto;\n    padding: 48px 24px;\n    background: #0c0c0c;\n    color: #f0ece8;\n    border-radius: 4px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  \/* LEOPARD SPOT WALLPAPER *\/\n  .wgm2-wrap::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background-image:\n      radial-gradient(ellipse 22px 14px at 6% 9%, #4a3510cc 100%, transparent 100%),\n      radial-gradient(ellipse 12px 18px at 11% 16%, #2e1f0888 100%, transparent 100%),\n      radial-gradient(ellipse 8px 8px at 9% 22%, #4a351066 100%, transparent 100%),\n      radial-gradient(ellipse 24px 12px at 22% 4%, #4a3510aa 100%, transparent 100%),\n      radial-gradient(ellipse 10px 16px at 28% 14%, #2e1f0877 100%, transparent 100%),\n      radial-gradient(ellipse 18px 10px at 40% 7%, #4a351088 100%, transparent 100%),\n      radial-gradient(ellipse 14px 20px at 48% 19%, #2e1f0866 100%, transparent 100%),\n      radial-gradient(ellipse 20px 12px at 58% 5%, #4a351099 100%, transparent 100%),\n      radial-gradient(ellipse 10px 14px at 65% 17%, #2e1f0877 100%, transparent 100%),\n      radial-gradient(ellipse 16px 10px at 74% 8%, #4a351088 100%, transparent 100%),\n      radial-gradient(ellipse 22px 14px at 82% 3%, #4a3510aa 100%, transparent 100%),\n      radial-gradient(ellipse 12px 18px at 89% 15%, #2e1f0866 100%, transparent 100%),\n      radial-gradient(ellipse 8px 10px at 95% 9%, #4a351077 100%, transparent 100%),\n      radial-gradient(ellipse 18px 12px at 14% 35%, #4a351066 100%, transparent 100%),\n      radial-gradient(ellipse 10px 16px at 32% 42%, #2e1f0855 100%, transparent 100%),\n      radial-gradient(ellipse 20px 10px at 52% 38%, #4a351066 100%, transparent 100%),\n      radial-gradient(ellipse 14px 18px at 70% 44%, #2e1f0855 100%, transparent 100%),\n      radial-gradient(ellipse 22px 12px at 88% 36%, #4a351066 100%, transparent 100%),\n      radial-gradient(ellipse 16px 10px at 8% 60%, #4a351055 100%, transparent 100%),\n      radial-gradient(ellipse 10px 14px at 25% 68%, #2e1f0844 100%, transparent 100%),\n      radial-gradient(ellipse 18px 12px at 44% 62%, #4a351055 100%, transparent 100%),\n      radial-gradient(ellipse 12px 18px at 62% 72%, #2e1f0844 100%, transparent 100%),\n      radial-gradient(ellipse 20px 10px at 78% 65%, #4a351055 100%, transparent 100%),\n      radial-gradient(ellipse 14px 16px at 93% 70%, #2e1f0844 100%, transparent 100%),\n      radial-gradient(ellipse 18px 12px at 15% 85%, #4a351044 100%, transparent 100%),\n      radial-gradient(ellipse 10px 16px at 38% 90%, #2e1f0833 100%, transparent 100%),\n      radial-gradient(ellipse 22px 10px at 58% 82%, #4a351044 100%, transparent 100%),\n      radial-gradient(ellipse 14px 18px at 76% 88%, #2e1f0833 100%, transparent 100%),\n      radial-gradient(ellipse 16px 12px at 92% 83%, #4a351044 100%, transparent 100%);\n    opacity: 0.75;\n    pointer-events: none;\n    z-index: 0;\n  }\n\n  \/* SILVER SHEEN OVERLAY *\/\n  .wgm2-wrap::after {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(135deg,\n      rgba(192,192,192,0.04) 0%,\n      rgba(255,255,255,0.02) 25%,\n      rgba(192,192,192,0.06) 50%,\n      rgba(255,255,255,0.02) 75%,\n      rgba(192,192,192,0.04) 100%);\n    background-size: 400% 400%;\n    animation: wgm2-sheenFloat 8s ease infinite;\n    pointer-events: none;\n    z-index: 0;\n  }\n\n  .wgm2-wrap \u003e * { position: relative; z-index: 1; }\n\n  @keyframes wgm2-fadeUp {\n    from { opacity: 0; transform: translateY(32px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n\n  @keyframes wgm2-lineGrow {\n    from { width: 0; opacity: 0; }\n    to   { width: 100%; opacity: 1; }\n  }\n\n  @keyframes wgm2-slideLeft {\n    from { opacity: 0; transform: translateX(-32px); }\n    to   { opacity: 1; transform: translateX(0); }\n  }\n\n  @keyframes wgm2-shimmer {\n    0%   { background-position: -300% center; }\n    100% { background-position: 300% center; }\n  }\n\n  @keyframes wgm2-silverGlow {\n    0%, 100% { box-shadow: 0 0 8px #c0c0c044, 0 0 0px #c8a84b00; }\n    50%       { box-shadow: 0 0 28px #c0c0c0aa, 0 0 48px #c8a84b55; }\n  }\n\n  @keyframes wgm2-borderCycle {\n    0%   { border-color: #c0c0c0; }\n    50%  { border-color: #c8a84b; }\n    100% { border-color: #c0c0c0; }\n  }\n\n  @keyframes wgm2-sheenFloat {\n    0%   { background-position: 0% 50%; }\n    50%  { background-position: 100% 50%; }\n    100% { background-position: 0% 50%; }\n  }\n\n  @keyframes wgm2-sparkle {\n    0%, 100% { opacity: 0.25; transform: scale(1) rotate(0deg); }\n    50%       { opacity: 1; transform: scale(1.3) rotate(18deg); }\n  }\n\n  @keyframes wgm2-cardFloat {\n    0%, 100% { transform: translateY(0px); }\n    50%       { transform: translateY(-7px); }\n  }\n\n  @keyframes wgm2-urgencyPulse {\n    0%, 100% { opacity: 0.8; transform: scale(1); }\n    50%       { opacity: 1; transform: scale(1.01); }\n  }\n\n  \/* TAG *\/\n  .wgm2-tag {\n    display: inline-block;\n    font-family: 'Helvetica Neue', sans-serif;\n    font-size: 9px;\n    font-weight: 800;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    padding: 7px 20px;\n    border: 1px solid #c0c0c0;\n    color: transparent;\n    background: linear-gradient(90deg, #666 0%, #aaa 15%, #e8e8e8 30%, #fff 40%, #c8a84b 55%, #f5d06a 65%, #c0c0c0 80%, #666 100%);\n    background-size: 300% auto;\n    -webkit-background-clip: text;\n    background-clip: text;\n    animation: wgm2-shimmer 4s linear infinite, wgm2-fadeUp 0.8s ease 0.1s both, wgm2-borderCycle 4s ease-in-out infinite;\n    margin-bottom: 24px;\n  }\n\n  \/* HEADLINE *\/\n  .wgm2-headline {\n    font-size: 40px;\n    font-weight: 300;\n    line-height: 1.2;\n    color: #f8f4f0;\n    letter-spacing: 2px;\n    margin: 0 0 4px;\n    text-shadow: 0 0 40px rgba(192,192,192,0.15);\n    animation: wgm2-fadeUp 0.9s ease 0.3s both;\n  }\n\n  .wgm2-subheadline {\n    font-size: 15px;\n    font-weight: 300;\n    font-style: italic;\n    background: linear-gradient(90deg, #888, #c0c0c0, #f0f0f0, #c8a84b, #f5d06a, #c0c0c0);\n    background-size: 300% auto;\n    -webkit-background-clip: text;\n    background-clip: text;\n    color: transparent;\n    letter-spacing: 0.5px;\n    margin: 0 0 6px;\n    animation: wgm2-fadeUp 0.9s ease 0.45s both, wgm2-shimmer 4s linear infinite;\n  }\n\n  \/* DIVIDER *\/\n  .wgm2-line {\n    height: 1px;\n    background: linear-gradient(90deg, transparent, #888, #c0c0c0, #f0f0f0, #c8a84b, #c0c0c0, transparent);\n    margin: 28px 0;\n    animation: wgm2-lineGrow 1.2s ease 0.5s both;\n  }\n\n  \/* SECTION LABEL *\/\n  .wgm2-section-label {\n    font-family: 'Helvetica Neue', sans-serif;\n    font-size: 9px;\n    font-weight: 800;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    background: linear-gradient(90deg, #aaa, #e0e0e0, #c8a84b, #f5d06a);\n    background-size: 200% auto;\n    -webkit-background-clip: text;\n    background-clip: text;\n    color: transparent;\n    margin-bottom: 28px;\n    animation: wgm2-fadeUp 0.9s ease 0.7s both, wgm2-shimmer 4s linear infinite;\n  }\n\n  \/* STYLE CARDS *\/\n  .wgm2-styles-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 18px;\n    margin-bottom: 48px;\n    animation: wgm2-fadeUp 1s ease 0.6s both;\n  }\n\n  .wgm2-style-card {\n    padding: 32px 22px;\n    border: 1px solid #2a2a2a;\n    position: relative;\n    overflow: hidden;\n    text-align: center;\n    animation: wgm2-cardFloat 5s ease-in-out infinite;\n  }\n\n  \/* SILVER CARD *\/\n  .wgm2-style-card:nth-child(1) {\n    animation-delay: 0s;\n    background: linear-gradient(160deg, #141414, #222);\n    border-top: 3px solid #c0c0c0;\n  }\n\n  .wgm2-style-card:nth-child(1)::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(120deg,\n      transparent 20%,\n      rgba(255,255,255,0.07) 40%,\n      rgba(192,192,192,0.1) 50%,\n      rgba(255,255,255,0.07) 60%,\n      transparent 80%);\n    background-size: 200% 200%;\n    animation: wgm2-sheenFloat 3s ease infinite;\n    pointer-events: none;\n  }\n\n  \/* LEOPARD CARD *\/\n  .wgm2-style-card:nth-child(2) {\n    animation-delay: 0.6s;\n    background: linear-gradient(160deg, #1c1200, #2e1e00);\n    border-top: 3px solid #c8a84b;\n  }\n\n  .wgm2-style-card:nth-child(2)::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background-image:\n      radial-gradient(ellipse 14px 9px at 12% 18%, #5a3d1099 100%, transparent 100%),\n      radial-gradient(ellipse 9px 14px at 20% 32%, #3a280866 100%, transparent 100%),\n      radial-gradient(ellipse 16px 9px at 72% 12%, #5a3d1088 100%, transparent 100%),\n      radial-gradient(ellipse 9px 14px at 82% 38%, #3a280866 100%, transparent 100%),\n      radial-gradient(ellipse 12px 9px at 48% 68%, #5a3d1077 100%, transparent 100%),\n      radial-gradient(ellipse 14px 9px at 18% 72%, #3a280855 100%, transparent 100%),\n      radial-gradient(ellipse 9px 12px at 88% 72%, #5a3d1066 100%, transparent 100%),\n      radial-gradient(ellipse 12px 8px at 55% 25%, #3a280855 100%, transparent 100%),\n      radial-gradient(ellipse 8px 12px at 35% 55%, #5a3d1066 100%, transparent 100%);\n    opacity: 0.8;\n    pointer-events: none;\n  }\n\n  .wgm2-style-card-icon { font-size: 34px; margin-bottom: 14px; display: block; }\n\n  .wgm2-style-card h3 {\n    font-family: 'Helvetica Neue', sans-serif;\n    font-size: 15px;\n    font-weight: 700;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    margin: 0 0 10px;\n  }\n\n  .wgm2-style-card:nth-child(1) h3 {\n    background: linear-gradient(90deg, #888, #c0c0c0, #f8f8f8, #c0c0c0);\n    background-size: 200% auto;\n    -webkit-background-clip: text;\n    background-clip: text;\n    color: transparent;\n    animation: wgm2-shimmer 4s linear infinite;\n  }\n\n  .wgm2-style-card:nth-child(2) h3 {\n    background: linear-gradient(90deg, #8a6a00, #c8a84b, #f5d06a, #c8a84b);\n    background-size: 200% auto;\n    -webkit-background-clip: text;\n    background-clip: text;\n    color: transparent;\n    animation: wgm2-shimmer 4s linear infinite;\n  }\n\n  .wgm2-style-card p {\n    font-size: 13px;\n    font-style: italic;\n    color: #7a7a7a;\n    margin: 0;\n    line-height: 1.65;\n  }\n\n  \/* FEATURES *\/\n  .wgm2-features { margin-bottom: 48px; }\n\n  .wgm2-feature {\n    display: flex;\n    align-items: flex-start;\n    gap: 18px;\n    padding: 20px 0;\n    border-bottom: 1px solid #1c1c1c;\n    opacity: 0;\n    animation: wgm2-slideLeft 0.7s ease forwards;\n  }\n\n  .wgm2-feature:last-child { border-bottom: none; }\n  .wgm2-feature:nth-child(1) { animation-delay: 1.0s; }\n  .wgm2-feature:nth-child(2) { animation-delay: 1.2s; }\n  .wgm2-feature:nth-child(3) { animation-delay: 1.4s; }\n  .wgm2-feature:nth-child(4) { animation-delay: 1.6s; }\n  .wgm2-feature:nth-child(5) { animation-delay: 1.8s; }\n\n  .wgm2-feature-icon {\n    width: 46px;\n    height: 46px;\n    min-width: 46px;\n    border-radius: 50%;\n    background: linear-gradient(135deg, #1a1a1a, #282828);\n    border: 1px solid #c0c0c0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 20px;\n    animation: wgm2-silverGlow 3s ease-in-out infinite;\n  }\n\n  .wgm2-feature-body strong {\n    display: block;\n    font-family: 'Helvetica Neue', sans-serif;\n    font-size: 13px;\n    font-weight: 700;\n    color: #f0ece8;\n    letter-spacing: 0.4px;\n    margin-bottom: 5px;\n  }\n\n  .wgm2-feature-body span {\n    font-size: 14px;\n    color: #7a7a7a;\n    line-height: 1.8;\n  }\n\n  \/* WHAT IT DOES BOX *\/\n  .wgm2-does {\n    position: relative;\n    background: linear-gradient(135deg, #111 0%, #1c1500 50%, #111 100%);\n    background-size: 200% 200%;\n    border: 1px solid #2a2a2a;\n    border-left: 4px solid #c8a84b;\n    padding: 32px 36px;\n    margin-bottom: 44px;\n    overflow: hidden;\n    animation: wgm2-fadeUp 1s ease 2.0s both, wgm2-sheenFloat 7s ease infinite;\n  }\n\n  .wgm2-does::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 2px;\n    background: linear-gradient(90deg, #c0c0c0, #f0f0f0, #c8a84b, #f5d06a, transparent);\n  }\n\n  .wgm2-does::after {\n    content: '\\2726';\n    position: absolute;\n    bottom: 12px;\n    right: 18px;\n    font-size: 48px;\n    color: #1c1500;\n    line-height: 1;\n    animation: wgm2-sparkle 4s ease-in-out infinite;\n  }\n\n  .wgm2-does h3 {\n    font-family: 'Helvetica Neue', sans-serif;\n    font-size: 9px;\n    font-weight: 800;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    background: linear-gradient(90deg, #c0c0c0, #f0f0f0, #c8a84b);\n    -webkit-background-clip: text;\n    background-clip: text;\n    color: transparent;\n    margin: 0 0 14px;\n    animation: wgm2-shimmer 4s linear infinite;\n  }\n\n  .wgm2-does p {\n    font-size: 14.5px;\n    line-height: 1.9;\n    color: #8a8a8a;\n    margin: 0;\n    max-width: 90%;\n  }\n\n  \/* URGENCY BANNER *\/\n  .wgm2-urgency {\n    text-align: center;\n    padding: 20px 24px;\n    background: linear-gradient(90deg, #1a1000, #2a1c00, #1a1000);\n    background-size: 200% auto;\n    border: 1px solid #c8a84b;\n    margin-bottom: 44px;\n    position: relative;\n    overflow: hidden;\n    animation: wgm2-fadeUp 1s ease 2.2s both, wgm2-urgencyPulse 2.5s ease-in-out infinite;\n  }\n\n  .wgm2-urgency::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, #c8a84b, #f5d06a, #c8a84b, transparent);\n  }\n\n  .wgm2-urgency p {\n    font-family: 'Helvetica Neue', sans-serif;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    background: linear-gradient(90deg, #c8a84b, #f5d06a, #fff, #f5d06a, #c8a84b);\n    background-size: 300% auto;\n    -webkit-background-clip: text;\n    background-clip: text;\n    color: transparent;\n    margin: 0;\n    animation: wgm2-shimmer 3s linear infinite;\n  }\n\n  \/* CLOSING *\/\n  .wgm2-closing {\n    text-align: center;\n    margin-top: 46px;\n    padding-top: 34px;\n    border-top: 1px solid #1c1c1c;\n    animation: wgm2-fadeUp 1s ease 2.4s both;\n  }\n\n  .wgm2-closing p {\n    font-size: 16px;\n    font-style: italic;\n    background: linear-gradient(90deg, #777, #c0c0c0, #f0f0f0, #c8a84b, #f5d06a, #c0c0c0);\n    background-size: 300% auto;\n    -webkit-background-clip: text;\n    background-clip: text;\n    color: transparent;\n    letter-spacing: 1px;\n    margin: 0;\n    animation: wgm2-shimmer 4s linear infinite;\n  }\n\n  .wgm2-closing span {\n    display: inline-block;\n    width: 32px;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, #c0c0c0);\n    vertical-align: middle;\n    margin: 0 14px;\n  }\n\n  .wgm2-closing span:last-child {\n    background: linear-gradient(90deg, #c8a84b, transparent);\n  }\n\n  @media (max-width: 520px) {\n    .wgm2-styles-grid { grid-template-columns: 1fr; }\n    .wgm2-headline { font-size: 28px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"wgm2-wrap\"\u003e\n\n  \u003cdiv class=\"wgm2-tag\"\u003e127-Piece Luxury Makeup Kit\u003c\/div\u003e\n\n  \u003ch2 class=\"wgm2-headline\"\u003eWild Glam Makeup Kit\u003c\/h2\u003e\n  \u003cp class=\"wgm2-subheadline\"\u003eWhy choose one look when you can have 127 ways to slay?\u003c\/p\u003e\n\n  \u003cdiv class=\"wgm2-line\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"wgm2-section-label\"\u003eChoose Your Signature Style\u003c\/div\u003e\n\n  \u003cdiv class=\"wgm2-styles-grid\"\u003e\n    \u003cdiv class=\"wgm2-style-card\"\u003e\n      \u003cspan class=\"wgm2-style-card-icon\"\u003e🤍\u003c\/span\u003e\n      \u003ch3\u003eSilvery\u003c\/h3\u003e\n      \u003cp\u003eSoft glam, elegant shine, timeless beauty\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"wgm2-style-card\"\u003e\n      \u003cspan class=\"wgm2-style-card-icon\"\u003e🐆\u003c\/span\u003e\n      \u003ch3\u003eLeopard\u003c\/h3\u003e\n      \u003cp\u003eBold, fierce, unapologetic confidence\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"wgm2-section-label\"\u003eEverything You Need to Glow\u003c\/div\u003e\n\n  \u003cdiv class=\"wgm2-features\"\u003e\n    \u003cdiv class=\"wgm2-feature\"\u003e\n      \u003cdiv class=\"wgm2-feature-icon\"\u003e💄\u003c\/div\u003e\n      \u003cdiv class=\"wgm2-feature-body\"\u003e\n        \u003cstrong\u003e127 Premium Makeup Essentials\u003c\/strong\u003e\n        \u003cspan\u003eOne complete kit with everything you need to create any look.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"wgm2-feature\"\u003e\n      \u003cdiv class=\"wgm2-feature-icon\"\u003e🎨\u003c\/div\u003e\n      \u003cdiv class=\"wgm2-feature-body\"\u003e\n        \u003cstrong\u003eEyeshadows, Blush, Highlighter \u0026amp; Lip Gloss\u003c\/strong\u003e\n        \u003cspan\u003eA full spectrum of colour for eyes, cheeks, and lips.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"wgm2-feature\"\u003e\n      \u003cdiv class=\"wgm2-feature-icon\"\u003e🖌️\u003c\/div\u003e\n      \u003cdiv class=\"wgm2-feature-body\"\u003e\n        \u003cstrong\u003eProfessional Brush Set + Built-in Mirror\u003c\/strong\u003e\n        \u003cspan\u003eApply like a pro, anywhere — no extra tools needed.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"wgm2-feature\"\u003e\n      \u003cdiv class=\"wgm2-feature-icon\"\u003e💎\u003c\/div\u003e\n      \u003cdiv class=\"wgm2-feature-body\"\u003e\n        \u003cstrong\u003eTwo Signature Styles for Every Mood\u003c\/strong\u003e\n        \u003cspan\u003eSilvery elegance or Leopard fierceness — for every occasion.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"wgm2-feature\"\u003e\n      \u003cdiv class=\"wgm2-feature-icon\"\u003e💅\u003c\/div\u003e\n      \u003cdiv class=\"wgm2-feature-body\"\u003e\n        \u003cstrong\u003eEveryday Glam to Full Night-Out Looks\u003c\/strong\u003e\n        \u003cspan\u003eVersatile enough for a natural glow or a full runway moment.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"wgm2-does\"\u003e\n    \u003ch3\u003eWhat It Does For You\u003c\/h3\u003e\n    \u003cp\u003eInstantly elevate your confidence with looks that turn heads. From soft natural glow to bold runway glam — this kit lets you transform your style in minutes.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"wgm2-urgency\"\u003e\n    \u003cp\u003e✨ Limited stock available — glow sets are selling fast ✨\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"wgm2-closing\"\u003e\n    \u003cp\u003e\u003cspan\u003e\u003c\/span\u003eCreate endless glam moments — because you deserve every one of them.\u003cspan\u003e\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"BeautyGlowSA","offers":[{"title":"Silvery","offer_id":54217748414748,"sku":null,"price":1600.0,"currency_code":"ZAR","in_stock":true},{"title":"Leopard","offer_id":54217748447516,"sku":null,"price":1750.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0958\/1176\/4508\/files\/leopard.png?v=1782069779","url":"https:\/\/www.beautyglowsa.co.za\/products\/127pcs-makeup-kit","provider":"BeautyGlowSA","version":"1.0","type":"link"}