{"product_id":"girls-makeup-kit-with-box","title":"Professional Makeup Kit","description":"\u003c!-- AGGRESSIVE HIGH-CONVERSION MULTI-FUNCTION STEPPER DESCRIPTION (ADAPTED FOR MAKEUP KIT) --\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Oswald:wght@500;700\u0026family=Roboto:wght@400;500;700;900\u0026display=swap');\n\n  .beast-container {\n    font-family: 'Roboto', Arial, sans-serif;\n    color: #111;\n    line-height: 1.6;\n    max-width: 760px;\n    margin: 0 auto;\n    padding: 15px;\n    background: #ffffff;\n  }\n  \n  .beast-hero-title, .beast-hook-box h3, .beast-headline-lg, .beast-card-title, .vs-table th, .faq-question, .beast-cta, .guarantee-title {\n    font-family: 'Oswald', sans-serif;\n  }\n\n  .beast-hero-title {\n    font-size: 44px;\n    font-weight: 700;\n    text-transform: uppercase;\n    text-align: center;\n    color: #000;\n    margin-bottom: 8px;\n    line-height: 1.1;\n    letter-spacing: -1px;\n  }\n  \n  .beast-hero-title span {\n    background: #E60000;\n    color: #FFF;\n    padding: 0 10px;\n    display: inline-block;\n  }\n  \n  .beast-subtitle {\n    font-size: 20px;\n    text-align: center;\n    font-weight: 900;\n    color: #333;\n    margin-bottom: 25px;\n    text-transform: uppercase;\n  }\n  \n  .highlight-yellow {\n    background: #FFF100;\n    padding: 2px 6px;\n    color: #000;\n  }\n\n  .highlight-red {\n    color: #E60000;\n    font-weight: 900;\n  }\n  \n  \/* Perfect 1:1 square canvas container *\/\n  .gif-wrapper {\n    position: relative;\n    width: 100%;\n    max-width: 760px;\n    aspect-ratio: 1 \/ 1;\n    margin: 20px auto;\n    border-radius: 12px;\n    overflow: hidden;\n    box-shadow: 0 15px 35px rgba(230, 0, 0, 0.25);\n    border: 4px solid #000;\n    background: #000;\n  }\n  \n  .gif-wrapper iframe {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    border: none;\n    pointer-events: none;\n    transform: scale(1.35);\n    transform-origin: center center;\n  }\n\n  \/* Badges *\/\n  .beast-badge-row {\n    display: flex;\n    justify-content: space-around;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin: 25px 0;\n  }\n  \n  .beast-badge {\n    background: #000;\n    color: #fff;\n    padding: 12px 20px;\n    border-radius: 4px;\n    font-weight: 900;\n    font-size: 15px;\n    text-transform: uppercase;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    box-shadow: 4px 4px 0px #E60000;\n  }\n\n  \/* CTA Buttons *\/\n  .beast-cta {\n    background: #E60000;\n    color: #fff;\n    font-size: 26px;\n    padding: 20px 30px;\n    border: none;\n    border-radius: 6px;\n    width: 100%;\n    font-weight: 700;\n    text-transform: uppercase;\n    cursor: pointer;\n    margin: 25px 0 10px 0;\n    box-shadow: 0 8px 0px #990000;\n    transition: transform 0.1s, box-shadow 0.1s;\n    text-align: center;\n    display: block;\n    text-decoration: none;\n    animation: pulse 2s infinite;\n  }\n\n  @keyframes pulse {\n    0% { transform: scale(1); }\n    50% { transform: scale(1.02); }\n    100% { transform: scale(1); }\n  }\n  \n  .beast-cta:active {\n    transform: translateY(8px) scale(0.98);\n    box-shadow: 0 0px 0px #990000;\n    animation: none;\n  }\n  \n  .cta-subtext {\n    text-align: center;\n    font-weight: 700;\n    font-size: 15px;\n    color: #555;\n    margin-top: 5px;\n    margin-bottom: 30px;\n  }\n\n  \/* Aggressive Hooks *\/\n  .beast-hook-box {\n    background: #000;\n    color: #fff;\n    padding: 30px;\n    border-radius: 8px;\n    margin: 30px 0;\n    border-left: 8px solid #E60000;\n  }\n\n  .beast-hook-box.primary-hook {\n    background: #E60000;\n    border-left: 8px solid #FFF100;\n  }\n\n  .beast-hook-box.rating-hook {\n    background: #f4f4f4;\n    color: #111;\n    border: 3px solid #000;\n    border-left: 8px solid #000;\n  }\n  \n  .beast-hook-box h3 {\n    margin: 0 0 15px 0;\n    font-size: 28px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #E60000;\n    line-height: 1.2;\n  }\n\n  .beast-hook-box.primary-hook h3 {\n    color: #FFF100;\n  }\n\n  .beast-hook-box.rating-hook h3 {\n    color: #000;\n  }\n  \n  \/* Headlines *\/\n  .beast-headline-lg {\n    font-size: 34px;\n    font-weight: 700;\n    color: #000;\n    margin: 50px 0 20px 0;\n    text-transform: uppercase;\n    letter-spacing: -0.5px;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n  }\n  \n  .beast-headline-lg::before {\n    content: '';\n    display: inline-block;\n    width: 8px;\n    height: 34px;\n    background: #E60000;\n  }\n\n  \/* Grids \u0026 Cards *\/\n  .beast-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 20px;\n    margin: 25px 0;\n  }\n  \n  .beast-card {\n    border: 3px solid #000;\n    border-radius: 8px;\n    padding: 25px 20px;\n    background: #fff;\n    box-shadow: 6px 6px 0px #000;\n    transition: transform 0.2s;\n  }\n\n  .beast-card:hover {\n    transform: translateY(-5px);\n  }\n\n  .beast-card.highlight-card {\n    border-color: #E60000;\n    box-shadow: 6px 6px 0px #E60000;\n    background: #fffcfc;\n  }\n  \n  .beast-card-title {\n    font-weight: 700;\n    font-size: 22px;\n    margin-bottom: 15px;\n    color: #E60000;\n    text-transform: uppercase;\n    line-height: 1.2;\n  }\n\n  \/* Guarantee Box *\/\n  .guarantee-box {\n    background: #fffbed;\n    border: 3px dashed #e6a800;\n    padding: 30px;\n    text-align: center;\n    border-radius: 8px;\n    margin: 40px 0;\n  }\n\n  .guarantee-title {\n    font-size: 26px;\n    color: #b38200;\n    margin: 0 0 10px 0;\n    font-weight: 700;\n  }\n\n  \/* FAQ \u0026 Specs *\/\n  .premium-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin: 25px 0;\n    border: 3px solid #000;\n  }\n  \n  .premium-spec-table td {\n    padding: 18px;\n    border-bottom: 1px solid #ddd;\n    font-size: 16px;\n  }\n  \n  .premium-spec-table tr:nth-child(odd) {\n    background: #f9f9f9;\n  }\n  \n  .premium-spec-table td:first-child {\n    font-weight: 900;\n    text-transform: uppercase;\n    width: 40%;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"beast-container\"\u003e\n\u003c!-- HERO HEADLINE --\u003e\n\u003ch1 class=\"beast-hero-title\"\u003eTHE ULTIMATE ALL-IN-ONE \u003cbr\u003e\u003cspan\u003eMAKEUP VANITY BOX!\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"beast-subtitle\"\u003eThe Dream Cosmetic Organizer Kit Bringing Professional Glam to \u003cspan class=\"highlight-yellow\"\u003eCreative Little Artists.\u003c\/span\u003e\u003c\/p\u003e\n\u003c!-- VIDEO 1 (AutoLoads instantly) --\u003e\n\u003cdiv class=\"gif-wrapper\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/HgOSiIC_4NE?autoplay=1\u0026amp;mute=1\u0026amp;loop=1\u0026amp;playlist=HgOSiIC_4NE\u0026amp;controls=0\u0026amp;modestbranding=1\u0026amp;rel=0\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c!-- INTENT CTA 1 --\u003e \u003ca href=\"https:\/\/www.giftscart.shop\/checkouts\/cn\/hWNE5q2zmWmQI8KfDPnUa5y6\/en-ae?_r=AQAB1725dNOqNii9jOOE2WECEOcD__E87btaSNnmEOUsq-Y\u0026amp;preview_theme_id=144153772076\" title=\"🛒 SECURE YOURS NOW - PAY ON DELIVERY\" class=\"beast-cta\"\u003e🛒 SECURE YOURS NOW - PAY ON DELIVERY\u003c\/a\u003e\n\u003cdiv class=\"cta-subtext\"\u003e🚚 Fast Shipping • Stock is strictly limited.\u003c\/div\u003e\n\u003c!-- TRUST BADGES --\u003e\n\u003cdiv class=\"beast-badge-row\"\u003e\n\u003cdiv class=\"beast-badge\"\u003e✨ 100% Non-Toxic \u0026amp; Washable\u003c\/div\u003e\n\u003cdiv class=\"beast-badge\"\u003e👑 Premium Hard-Shell Case\u003c\/div\u003e\n\u003cdiv class=\"beast-badge\"\u003e💄 Complete Glam Set\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PROBLEM SOLVING MULTIPLIER --\u003e\n\u003cdiv class=\"beast-hook-box primary-hook\"\u003e\n\u003ch3\u003eNO MORE MESSING UP MOM'S EXPENSIVE MAKEUP! 🛑\u003c\/h3\u003e\n\u003cp style=\"margin: 0; font-size: 18px; font-weight: 500;\"\u003eWhy let them ruin your luxury cosmetics or play with harsh chemical formulas? Give them their own magical, skin-safe, and fully loaded vanity case that washes off with just water!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- HOW IT WORKS \/ HEADLINE --\u003e\n\u003ch2 class=\"beast-headline-lg\"\u003eOPEN. UNLOCK THE GLAM. WASH CLEAN.\u003c\/h2\u003e\n\u003cp style=\"font-size: 18px; font-weight: 500; margin-bottom: 20px;\"\u003eEngineered with skin-safe, laboratory-tested formulas and built into a durable, travel-ready premium vanity box. This kit features smooth tiered trays that slide out to reveal an amazing \u003cstrong\u003emulti-palette collection\u003c\/strong\u003e when opened.\u003c\/p\u003e\n\u003c!-- SECTION: WHY PARENTS \u0026 KIDS LOVE THIS --\u003e\n\u003ch2 class=\"beast-headline-lg\"\u003eWHY PARENTS \u0026amp; KIDS ABSOLUTELY LOVE THIS:\u003c\/h2\u003e\n\u003cdiv class=\"beast-grid\"\u003e\n\u003cdiv class=\"beast-card highlight-card\"\u003e\n\u003cdiv class=\"beast-card-title\"\u003e🌸 Safe \u0026amp; Easy Water-Wash\u003c\/div\u003e\n\u003cp style=\"font-size: 16px; margin: 0; font-weight: 500;\"\u003eNo harsh makeup removers needed. The water-soluble formula cleans off skin, clothes, and furniture effortlessly with just soap and warm water.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"beast-card highlight-card\"\u003e\n\u003cdiv class=\"beast-card-title\"\u003e💼 Portable Royal Vanity Case\u003c\/div\u003e\n\u003cp style=\"font-size: 16px; margin: 0; font-weight: 500;\"\u003eEquipped with a sturdy carry handle, secure Latches, and an inner mirror. Keeps all cosmetics neat, organized, and ready for travel playdates.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"beast-card highlight-card\"\u003e\n\u003cdiv class=\"beast-card-title\"\u003e🎨 Endless Creative Colors\u003c\/div\u003e\n\u003cp style=\"font-size: 16px; margin: 0; font-weight: 500;\"\u003ePacked with vibrant eyeshadows, smooth lip glosses, blushes, and kid-safe nail polishes designed to spark endless imagination safely.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PREMIUM TECHNICAL SPECIFICATIONS --\u003e\n\u003ch2 class=\"beast-headline-lg\"\u003ePREMIUM PRODUCT SPECIFICATIONS\u003c\/h2\u003e\n\u003ctable class=\"premium-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eSafety Certification\u003c\/td\u003e\n\u003ctd\u003e100% Safe, Paraben-Free, \u0026amp; Non-Toxic Tested\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCase Material\u003c\/td\u003e\n\u003ctd\u003eHeavy-Duty ABS Case with Reinforced Metal Corners\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCleanability\u003c\/td\u003e\n\u003ctd\u003eWater-Soluble Formula (Washes away with Water)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRecommended Age\u003c\/td\u003e\n\u003ctd\u003eAges 3 and Up (Parental supervision recommended)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOrganizer Style\u003c\/td\u003e\n\u003ctd\u003eMulti-Tiered Fold-Out Trays with Integrated Mirror\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- WHAT'S IN THE BOX --\u003e\n\u003cdiv style=\"background: #000; color: #fff; padding: 30px; border-radius: 8px; margin-top: 35px; border-bottom: 8px solid #E60000;\"\u003e\n\u003ch4 style=\"margin: 0 0 20px 0; font-size: 28px; font-weight: bold; font-family: 'Oswald', sans-serif; text-transform: uppercase; color: #fff;\"\u003e📦 EXACTLY WHAT YOU GET TODAY:\u003c\/h4\u003e\n\u003cul style=\"margin: 0; padding-left: 20px; font-size: 18px; font-weight: 500; line-height: 1.8;\"\u003e\n\u003cli\u003e\n\u003cspan class=\"highlight-red\"\u003e✓\u003c\/span\u003e 4 Lip Colors, 4 Powder Cakes\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"highlight-red\"\u003e✓\u003c\/span\u003e 34 Eye Shadows, 8 Blushers\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"highlight-red\"\u003e✓\u003c\/span\u003e 9 Sponges, Puffs, and Brushes\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"highlight-red\"\u003e✓\u003c\/span\u003e 1 Eyeliner, 1 Mascara\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"highlight-red\"\u003e✓\u003c\/span\u003e 1 Foundation, 4 Glitter Shades\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"highlight-red\"\u003e✓\u003c\/span\u003e 1x Professional Quality Soft Applicator \u0026amp; Brush Set\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- GUARANTEE BOX --\u003e\n\u003cdiv class=\"guarantee-box\"\u003e\n\u003ch4 class=\"guarantee-title\"\u003e🤝 OUR IRONCLAD PROMISE TO YOU\u003c\/h4\u003e\n\u003cp style=\"margin: 0; font-size: 16px; font-weight: 500; color: #333;\"\u003eWe take the risk, not you. Order today and \u003cstrong\u003ePAY ON DELIVERY\u003c\/strong\u003e. Safe, secure, and completely stress-free.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FINAL CTA --\u003e \u003ca href=\"https:\/\/www.giftscart.shop\/checkouts\/cn\/hWNE5q2zmWmQI8KfDPnUa5y6\/en-ae?_r=AQAB1725dNOqNii9jOOE2WECEOcD__E87btaSNnmEOUsq-Y\u0026amp;preview_theme_id=144153772076\" title=\"🛒 SECURE YOUR SET - PAY ON DELIVERY\" class=\"beast-cta\" style=\"margin-top: 20px;\"\u003e🛒 CLICK TO ORDER - PAY ON DELIVERY\u003c\/a\u003e\n\u003cdiv class=\"cta-subtext\"\u003e⚠️ Warning: Due to high demand, stock is depleting rapidly. Secure yours before we sell out.\u003c\/div\u003e\n\u003c!-- AUTOPLAY BACK-BUTTON FIX --\u003e \u003cscript\u003e\n    window.addEventListener('pageshow', function(event) {\n      var isBackNavigation = event.persisted || \n        (typeof window.performance !== \"undefined\" \u0026\u0026 window.performance.getEntriesByType(\"navigation\").length \u003e 0 \u0026\u0026 window.performance.getEntriesByType(\"navigation\")[0].type === \"back_forward\");\n      if (isBackNavigation) {\n        var iframes = document.querySelectorAll('.gif-wrapper iframe');\n        iframes.forEach(function(iframe) {\n          var currentSrc = iframe.src;\n          iframe.src = currentSrc; \n        });\n      }\n    });\n  \u003c\/script\u003e\n\u003c\/div\u003e","brand":"Gifts Cart UAE","offers":[{"title":"Red","offer_id":45187666837548,"sku":"WB-UA1867","price":195.0,"currency_code":"SAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0699\/4070\/7372\/files\/mm1_696035b94c1bc.jpg?v=1767960466","url":"https:\/\/5ajde7-2g.myshopify.com\/products\/girls-makeup-kit-with-box","provider":"Gifts Cart UAE","version":"1.0","type":"link"}