{"title":"Handbags","description":null,"products":[{"product_id":"ted-baker-toad-bag-dupe","title":"Ted Baker Toad Bag (Dupe)","description":"\u003cstyle\u003e\n.glowup-tedbaker {\n  position: relative;\n  overflow: hidden;\n  padding: 45px 25px;\n  margin: 20px auto;\n  max-width: 900px;\n  text-align: center;\n  font-family: Arial, sans-serif;\n  background: linear-gradient(135deg, #fff8f8, #fde7ed, #fffaf3);\n  border: 2px solid #d7a84b;\n  border-radius: 22px;\n  box-shadow: 0 10px 35px rgba(180, 120, 80, 0.18);\n}\n\n\/* Floating sparkles *\/\n.glowup-sparkle {\n  position: absolute;\n  color: #d9a441;\n  font-size: 18px;\n  animation: sparkleFloat 4s infinite ease-in-out;\n  opacity: 0.7;\n}\n\n.sparkle1 { top: 12%; left: 8%; animation-delay: 0s; }\n.sparkle2 { top: 25%; right: 10%; animation-delay: 1s; }\n.sparkle3 { bottom: 15%; left: 15%; animation-delay: 2s; }\n.sparkle4 { bottom: 20%; right: 18%; animation-delay: 3s; }\n\n@keyframes sparkleFloat {\n  0%, 100% {\n    transform: translateY(0) scale(1);\n    opacity: .4;\n  }\n  50% {\n    transform: translateY(-15px) scale(1.3);\n    opacity: 1;\n  }\n}\n\n\/* Heading *\/\n.glowup-tedbaker h2 {\n  margin: 0;\n  color: #b47a22;\n  font-size: clamp(30px, 6vw, 52px);\n  font-weight: 800;\n  letter-spacing: 1px;\n  animation: titleGlow 2.5s infinite alternate;\n}\n\n@keyframes titleGlow {\n  from {\n    text-shadow: 0 0 3px rgba(212, 164, 76, .2);\n  }\n  to {\n    text-shadow: 0 0 15px rgba(212, 164, 76, .6);\n  }\n}\n\n.glowup-subtitle {\n  font-size: 22px;\n  font-weight: bold;\n  color: #e4577b;\n  margin: 12px 0 25px;\n}\n\n\/* Main text *\/\n.glowup-text {\n  max-width: 720px;\n  margin: auto;\n  color: #333;\n  font-size: 17px;\n  line-height: 1.7;\n}\n\n.glowup-text strong {\n  color: #c08a32;\n}\n\n\/* Colour badges *\/\n.glowup-colours {\n  display: flex;\n  justify-content: center;\n  flex-wrap: wrap;\n  gap: 12px;\n  margin: 25px 0;\n}\n\n.glowup-colour {\n  padding: 10px 18px;\n  border-radius: 30px;\n  font-weight: bold;\n  font-size: 14px;\n  box-shadow: 0 4px 12px rgba(0,0,0,.12);\n  animation: colourBounce 3s infinite;\n}\n\n.glowup-colour:nth-child(1) { animation-delay: .2s; }\n.glowup-colour:nth-child(2) { animation-delay: .5s; }\n.glowup-colour:nth-child(3) { animation-delay: .8s; }\n.glowup-colour:nth-child(4) { animation-delay: 1.1s; }\n\n.pink {\n  background: #f36b9a;\n  color: white;\n}\n\n.nude {\n  background: #d8b08a;\n  color: white;\n}\n\n.black {\n  background: #222;\n  color: white;\n}\n\n.blue {\n  background: #8fc9ed;\n  color: white;\n}\n\n@keyframes colourBounce {\n  0%, 100% { transform: translateY(0); }\n  50% { transform: translateY(-5px); }\n}\n\n\/* Features *\/\n.glowup-features {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 14px;\n  max-width: 650px;\n  margin: 25px auto;\n}\n\n.glowup-feature {\n  background: rgba(255,255,255,.75);\n  padding: 15px;\n  border-radius: 14px;\n  border: 1px solid #efd4aa;\n  font-weight: bold;\n  color: #444;\n  transition: all .3s ease;\n}\n\n.glowup-feature:hover {\n  transform: translateY(-6px) scale(1.02);\n  box-shadow: 0 8px 20px rgba(190,130,80,.2);\n}\n\n\/* CTA *\/\n.glowup-button {\n  display: inline-block;\n  margin-top: 25px;\n  padding: 16px 32px;\n  border-radius: 40px;\n  background: linear-gradient(90deg, #e9577c, #f18ca5, #e9577c);\n  background-size: 200% auto;\n  color: white !important;\n  text-decoration: none !important;\n  font-size: 17px;\n  font-weight: 800;\n  box-shadow: 0 8px 22px rgba(225,82,120,.35);\n  animation: buttonPulse 2s infinite, gradientMove 3s infinite linear;\n  transition: transform .3s ease;\n}\n\n.glowup-button:hover {\n  transform: scale(1.08);\n}\n\n@keyframes buttonPulse {\n  0%, 100% {\n    box-shadow: 0 8px 22px rgba(225,82,120,.3);\n  }\n  50% {\n    box-shadow: 0 8px 35px rgba(225,82,120,.65);\n  }\n}\n\n@keyframes gradientMove {\n  0% { background-position: 0% center; }\n  100% { background-position: 200% center; }\n}\n\n\/* Floating hearts *\/\n.glowup-heart {\n  position: absolute;\n  color: #ed6f91;\n  font-size: 22px;\n  animation: heartFloat 5s infinite ease-in-out;\n}\n\n.heart1 {\n  left: 25%;\n  bottom: -10px;\n}\n\n.heart2 {\n  right: 25%;\n  bottom: -10px;\n  animation-delay: 2s;\n}\n\n@keyframes heartFloat {\n  0% {\n    transform: translateY(0);\n    opacity: 0;\n  }\n  20% { opacity: 1; }\n  100% {\n    transform: translateY(-300px);\n    opacity: 0;\n  }\n}\n\n\/* Mobile *\/\n@media (max-width: 600px) {\n  .glowup-tedbaker {\n    padding: 35px 18px;\n  }\n\n  .glowup-features {\n    grid-template-columns: 1fr;\n  }\n\n  .glowup-text {\n    font-size: 16px;\n  }\n\n  .glowup-button {\n    width: 85%;\n    padding: 15px 10px;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"glowup-tedbaker\"\u003e\n\n  \u003cspan class=\"glowup-sparkle sparkle1\"\u003e✦\u003c\/span\u003e\n  \u003cspan class=\"glowup-sparkle sparkle2\"\u003e✧\u003c\/span\u003e\n  \u003cspan class=\"glowup-sparkle sparkle3\"\u003e✦\u003c\/span\u003e\n  \u003cspan class=\"glowup-sparkle sparkle4\"\u003e✧\u003c\/span\u003e\n\n  \u003cspan class=\"glowup-heart heart1\"\u003e♥\u003c\/span\u003e\n  \u003cspan class=\"glowup-heart heart2\"\u003e♥\u003c\/span\u003e\n\n  \u003ch2\u003e✨ TED BAKER TOTE BAGS ARE HERE! ✨\u003c\/h2\u003e\n\n  \u003cdiv class=\"glowup-subtitle\"\u003e\n    Chic. Stylish. Timeless. 💕👜\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"glowup-text\"\u003e\n    Elevate your everyday look with a stunning \n    \u003cstrong\u003eTed Baker tote bag\u003c\/strong\u003e — the perfect combination\n    of elegance, practicality and premium style.\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"glowup-colours\"\u003e\n    \u003cspan class=\"glowup-colour pink\"\u003e🌸 Pink\u003c\/span\u003e\n    \u003cspan class=\"glowup-colour nude\"\u003e🤎 Nude\u003c\/span\u003e\n    \u003cspan class=\"glowup-colour black\"\u003e🖤 Black\u003c\/span\u003e\n    \u003cspan class=\"glowup-colour blue\"\u003e💙 Baby Blue\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"glowup-text\"\u003e\n    \u003cstrong\u003ePerfect for:\u003c\/strong\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"glowup-features\"\u003e\n    \u003cdiv class=\"glowup-feature\"\u003e💼 Work \u0026amp; Everyday Essentials\u003c\/div\u003e\n    \u003cdiv class=\"glowup-feature\"\u003e✈️ Travel \u0026amp; Shopping\u003c\/div\u003e\n    \u003cdiv class=\"glowup-feature\"\u003e👜 Stylish Everyday Looks\u003c\/div\u003e\n    \u003cdiv class=\"glowup-feature\"\u003e🎁 The Perfect Gift\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"glowup-text\"\u003e\n    ✨ \u003cstrong\u003eSpacious • Practical • Premium Quality • Iconic Style\u003c\/strong\u003e ✨\n  \u003c\/div\u003e\n\n  \u003ca href=\"\/collections\/all\" class=\"glowup-button\"\u003e\n    🛍️ SHOP YOUR FAVOURITE COLOUR TODAY\n  \u003c\/a\u003e\n\n\u003c\/div\u003e","brand":"GlowUP","offers":[{"title":"Pink","offer_id":50695661486323,"sku":null,"price":450.0,"currency_code":"ZAR","in_stock":true},{"title":"Beige","offer_id":50695661519091,"sku":null,"price":450.0,"currency_code":"ZAR","in_stock":true},{"title":"Black","offer_id":50695661551859,"sku":null,"price":450.0,"currency_code":"ZAR","in_stock":true},{"title":"Baby Blue","offer_id":50695661584627,"sku":null,"price":450.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0826\/8270\/8211\/files\/rn-image_picker_lib_temp_fa1c0d90-d7e3-4d9a-8320-b8171399ca6f.png?v=1788194304"},{"product_id":"guess-sling-bag-dupe","title":"Guess Sling Bag (Dupe)","description":"\u003cstyle\u003e\n.glowup-guess {\n  position: relative;\n  overflow: hidden;\n  padding: 40px 25px;\n  margin: 20px auto;\n  max-width: 900px;\n  text-align: center;\n  font-family: Arial, sans-serif;\n  background: linear-gradient(135deg, #fff9f7, #fde8ed, #fffaf2);\n  border: 2px solid #d6a34a;\n  border-radius: 22px;\n  box-shadow: 0 10px 35px rgba(170, 110, 70, 0.18);\n}\n\n\/* Sparkles *\/\n.guess-sparkle {\n  position: absolute;\n  color: #d5a044;\n  font-size: 20px;\n  animation: sparkle 3s infinite ease-in-out;\n}\n\n.s1 { top: 10%; left: 8%; }\n.s2 { top: 18%; right: 10%; animation-delay: 1s; }\n.s3 { bottom: 15%; left: 12%; animation-delay: 2s; }\n.s4 { bottom: 20%; right: 8%; animation-delay: .5s; }\n\n@keyframes sparkle {\n  0%,100% {\n    transform: scale(.7) rotate(0deg);\n    opacity: .3;\n  }\n  50% {\n    transform: scale(1.4) rotate(180deg);\n    opacity: 1;\n  }\n}\n\n\/* Heading *\/\n.guess-title {\n  color: #ad751d;\n  font-size: clamp(30px, 6vw, 52px);\n  font-weight: 800;\n  margin: 0;\n  animation: glow 2.5s infinite alternate;\n}\n\n@keyframes glow {\n  from {\n    text-shadow: 0 0 3px rgba(210,160,70,.2);\n  }\n  to {\n    text-shadow: 0 0 18px rgba(210,160,70,.7);\n  }\n}\n\n.guess-subtitle {\n  color: #e4577b;\n  font-size: 25px;\n  font-weight: bold;\n  margin: 8px 0 25px;\n}\n\n.guess-text {\n  max-width: 720px;\n  margin: auto;\n  color: #333;\n  font-size: 17px;\n  line-height: 1.7;\n}\n\n.guess-text strong {\n  color: #b57b25;\n}\n\n\/* Colour options *\/\n.guess-colours {\n  display: flex;\n  justify-content: center;\n  flex-wrap: wrap;\n  gap: 12px;\n  margin: 25px 0;\n}\n\n.guess-colour {\n  padding: 11px 20px;\n  border-radius: 30px;\n  font-weight: bold;\n  color: white;\n  box-shadow: 0 5px 15px rgba(0,0,0,.15);\n  animation: floatColour 3s infinite ease-in-out;\n}\n\n.guess-colour:nth-child(2) { animation-delay: .4s; }\n.guess-colour:nth-child(3) { animation-delay: .8s; }\n.guess-colour:nth-child(4) { animation-delay: 1.2s; }\n\n.black {\n  background: #222;\n}\n\n.blush {\n  background: #dca98b;\n}\n\n.grey {\n  background: #aaa29b;\n}\n\n.taupe {\n  background: #9b897b;\n}\n\n@keyframes floatColour {\n  0%,100% { transform: translateY(0); }\n  50% { transform: translateY(-6px); }\n}\n\n\/* Features *\/\n.guess-features {\n  display: grid;\n  grid-template-columns: repeat(2,1fr);\n  gap: 14px;\n  max-width: 680px;\n  margin: 25px auto;\n}\n\n.guess-feature {\n  padding: 16px;\n  background: rgba(255,255,255,.8);\n  border: 1px solid #ead2a5;\n  border-radius: 15px;\n  font-weight: bold;\n  color: #444;\n  transition: .3s ease;\n}\n\n.guess-feature:hover {\n  transform: translateY(-6px);\n  box-shadow: 0 10px 22px rgba(180,120,80,.2);\n}\n\n\/* CTA *\/\n.guess-button {\n  display: inline-block;\n  margin-top: 25px;\n  padding: 17px 30px;\n  border-radius: 40px;\n  color: white !important;\n  text-decoration: none !important;\n  font-size: 17px;\n  font-weight: 800;\n  background: linear-gradient(90deg,#e8577c,#f18ca6,#e8577c);\n  background-size: 200% auto;\n  box-shadow: 0 8px 25px rgba(225,82,120,.35);\n  animation: pulse 2s infinite, gradient 3s infinite linear;\n}\n\n.guess-button:hover {\n  transform: scale(1.07);\n}\n\n@keyframes pulse {\n  0%,100% {\n    box-shadow: 0 8px 22px rgba(225,82,120,.3);\n  }\n  50% {\n    box-shadow: 0 8px 38px rgba(225,82,120,.7);\n  }\n}\n\n@keyframes gradient {\n  0% { background-position: 0% center; }\n  100% { background-position: 200% center; }\n}\n\n\/* Floating hearts *\/\n.guess-heart {\n  position: absolute;\n  color: #ed6f91;\n  font-size: 22px;\n  animation: heart 5s infinite ease-in;\n  bottom: -20px;\n}\n\n.h1 { left: 25%; }\n.h2 { right: 25%; animation-delay: 2s; }\n\n@keyframes heart {\n  0% {\n    transform: translateY(0) scale(.7);\n    opacity: 0;\n  }\n  20% { opacity: 1; }\n  100% {\n    transform: translateY(-350px) scale(1.2);\n    opacity: 0;\n  }\n}\n\n\/* Mobile *\/\n@media(max-width:600px) {\n  .glowup-guess {\n    padding: 35px 18px;\n  }\n\n  .guess-features {\n    grid-template-columns: 1fr;\n  }\n\n  .guess-text {\n    font-size: 16px;\n  }\n\n  .guess-button {\n    width: 85%;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"glowup-guess\"\u003e\n\n  \u003cspan class=\"guess-sparkle s1\"\u003e✦\u003c\/span\u003e\n  \u003cspan class=\"guess-sparkle s2\"\u003e✧\u003c\/span\u003e\n  \u003cspan class=\"guess-sparkle s3\"\u003e✦\u003c\/span\u003e\n  \u003cspan class=\"guess-sparkle s4\"\u003e✧\u003c\/span\u003e\n\n  \u003cspan class=\"guess-heart h1\"\u003e♥\u003c\/span\u003e\n  \u003cspan class=\"guess-heart h2\"\u003e♥\u003c\/span\u003e\n\n  \u003ch2 class=\"guess-title\"\u003e\n    ✨ GUESS SLING BAGS ✨\n  \u003c\/h2\u003e\n\n  \u003cdiv class=\"guess-subtitle\"\u003e\n    Chic. Stylish. Timeless. 💕\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"guess-text\"\u003e\n    Elevate your everyday style with a stunning\n    \u003cstrong\u003eGUESS sling bag\u003c\/strong\u003e — the perfect blend of\n    fashion, practicality and effortless elegance.\n    \u003cbr\u003e\u003cbr\u003e\n    Designed to keep your essentials close while adding\n    the perfect finishing touch to any outfit. 👜✨\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"guess-colours\"\u003e\n    \u003cspan class=\"guess-colour black\"\u003e🖤 Black\u003c\/span\u003e\n    \u003cspan class=\"guess-colour blush\"\u003e🤎 Beige \/ Blush\u003c\/span\u003e\n    \u003cspan class=\"guess-colour grey\"\u003e🤍 Grey\u003c\/span\u003e\n    \u003cspan class=\"guess-colour taupe\"\u003e🤎 Taupe\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"guess-text\"\u003e\n    \u003cstrong\u003ePerfect for:\u003c\/strong\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"guess-features\"\u003e\n    \u003cdiv class=\"guess-feature\"\u003e\n      👜 Everyday Essentials\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"guess-feature\"\u003e\n      ✈️ Travel \u0026amp; Shopping\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"guess-feature\"\u003e\n      👗 Day-to-Night Style\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"guess-feature\"\u003e\n      🎁 The Perfect Gift\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"guess-text\"\u003e\n    ✨ \u003cstrong\u003e\n    Stylish • Practical • Versatile • Iconic\n    \u003c\/strong\u003e ✨\n  \u003c\/div\u003e\n\n  \u003ca href=\"\/collections\/all\" class=\"guess-button\"\u003e\n    🛍️ SHOP YOUR FAVOURITE COLOUR TODAY\n  \u003c\/a\u003e\n\n\u003c\/div\u003e","brand":"GlowUP","offers":[{"title":"Black","offer_id":50695872676083,"sku":null,"price":450.0,"currency_code":"ZAR","in_stock":true},{"title":"Beige","offer_id":50695872708851,"sku":null,"price":450.0,"currency_code":"ZAR","in_stock":true},{"title":"Grey","offer_id":50695872741619,"sku":null,"price":450.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0826\/8270\/8211\/files\/rn-image_picker_lib_temp_8f284f25-6bf7-4e68-965a-3253683f980f.png?v=1788287644"},{"product_id":"steve-madden-sling-bag","title":"Steve Madden Sling Bag (Dupe)","description":"\u003cstyle\u003e\n.glowup-steve-madden {\n  position: relative;\n  overflow: hidden;\n  max-width: 900px;\n  margin: 25px auto;\n  padding: 45px 25px;\n  text-align: center;\n  font-family: Arial, sans-serif;\n  background: linear-gradient(135deg, #fff9f7, #fde8ed, #fffaf3);\n  border: 2px solid #d6a34a;\n  border-radius: 22px;\n  box-shadow: 0 12px 40px rgba(170,110,70,.18);\n}\n\n\/* Floating sparkles *\/\n.sm-sparkle {\n  position: absolute;\n  color: #d5a044;\n  font-size: 20px;\n  animation: smSparkle 3s infinite ease-in-out;\n}\n\n.sm-s1 { top: 10%; left: 8%; }\n.sm-s2 { top: 20%; right: 10%; animation-delay: 1s; }\n.sm-s3 { bottom: 15%; left: 12%; animation-delay: 2s; }\n.sm-s4 { bottom: 20%; right: 8%; animation-delay: .5s; }\n\n@keyframes smSparkle {\n  0%,100% {\n    transform: scale(.7) rotate(0deg);\n    opacity: .3;\n  }\n  50% {\n    transform: scale(1.4) rotate(180deg);\n    opacity: 1;\n  }\n}\n\n\/* Heading *\/\n.sm-title {\n  margin: 0;\n  color: #ad751d;\n  font-size: clamp(32px, 7vw, 55px);\n  font-weight: 800;\n  letter-spacing: 1px;\n  animation: smGlow 2.5s infinite alternate;\n}\n\n@keyframes smGlow {\n  from {\n    text-shadow: 0 0 3px rgba(210,160,70,.2);\n  }\n  to {\n    text-shadow: 0 0 18px rgba(210,160,70,.65);\n  }\n}\n\n.sm-script {\n  margin: 8px 0 25px;\n  color: #e4577b;\n  font-size: clamp(28px, 6vw, 43px);\n  font-weight: bold;\n  font-style: italic;\n}\n\n\/* Intro *\/\n.sm-text {\n  max-width: 720px;\n  margin: auto;\n  color: #333;\n  font-size: 17px;\n  line-height: 1.75;\n}\n\n.sm-text strong {\n  color: #b57b25;\n}\n\n\/* Highlight *\/\n.sm-highlight {\n  display: inline-block;\n  margin: 22px auto;\n  padding: 12px 22px;\n  border-radius: 30px;\n  background: rgba(255,255,255,.8);\n  border: 1px solid #e5c88f;\n  color: #b57b25;\n  font-weight: bold;\n  animation: highlightFloat 3s infinite ease-in-out;\n}\n\n@keyframes highlightFloat {\n  0%,100% { transform: translateY(0); }\n  50% { transform: translateY(-6px); }\n}\n\n\/* Features *\/\n.sm-features {\n  display: grid;\n  grid-template-columns: repeat(2,1fr);\n  gap: 14px;\n  max-width: 700px;\n  margin: 25px auto;\n}\n\n.sm-feature {\n  padding: 17px 12px;\n  background: rgba(255,255,255,.82);\n  border: 1px solid #ead2a5;\n  border-radius: 16px;\n  color: #444;\n  font-weight: bold;\n  transition: all .35s ease;\n}\n\n.sm-feature:hover {\n  transform: translateY(-7px) scale(1.02);\n  box-shadow: 0 10px 25px rgba(180,120,80,.2);\n}\n\n\/* Confidence banner *\/\n.sm-banner {\n  margin: 25px auto;\n  padding: 16px;\n  max-width: 600px;\n  border-radius: 40px;\n  background: linear-gradient(90deg,#e8577c,#f18ca6,#e8577c);\n  background-size: 200% auto;\n  color: white;\n  font-size: 18px;\n  font-weight: 800;\n  animation: bannerMove 3s infinite linear;\n  box-shadow: 0 8px 25px rgba(225,82,120,.3);\n}\n\n@keyframes bannerMove {\n  0% { background-position: 0% center; }\n  100% { background-position: 200% center; }\n}\n\n\/* CTA *\/\n.sm-button {\n  display: inline-block;\n  margin-top: 10px;\n  padding: 17px 32px;\n  border-radius: 40px;\n  background: linear-gradient(90deg,#d99b35,#f0c76d,#d99b35);\n  background-size: 200% auto;\n  color: white !important;\n  text-decoration: none !important;\n  font-size: 17px;\n  font-weight: 800;\n  box-shadow: 0 8px 25px rgba(190,135,45,.35);\n  animation: smPulse 2s infinite, smGradient 3s infinite linear;\n  transition: transform .3s ease;\n}\n\n.sm-button:hover {\n  transform: scale(1.08);\n}\n\n@keyframes smPulse {\n  0%,100% {\n    box-shadow: 0 8px 22px rgba(190,135,45,.3);\n  }\n  50% {\n    box-shadow: 0 8px 38px rgba(190,135,45,.65);\n  }\n}\n\n@keyframes smGradient {\n  0% { background-position: 0% center; }\n  100% { background-position: 200% center; }\n}\n\n\/* Floating hearts *\/\n.sm-heart {\n  position: absolute;\n  bottom: -20px;\n  color: #ed6f91;\n  font-size: 22px;\n  animation: smHeart 5s infinite ease-in;\n}\n\n.sm-h1 { left: 25%; }\n.sm-h2 { right: 25%; animation-delay: 2s; }\n\n@keyframes smHeart {\n  0% {\n    transform: translateY(0) scale(.7);\n    opacity: 0;\n  }\n  20% { opacity: 1; }\n  100% {\n    transform: translateY(-350px) scale(1.2);\n    opacity: 0;\n  }\n}\n\n\/* Mobile *\/\n@media(max-width:600px) {\n\n  .glowup-steve-madden {\n    padding: 35px 18px;\n  }\n\n  .sm-features {\n    grid-template-columns: 1fr;\n  }\n\n  .sm-text {\n    font-size: 16px;\n  }\n\n  .sm-button {\n    width: 85%;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"glowup-steve-madden\"\u003e\n\n  \u003c!-- Sparkles --\u003e\n  \u003cspan class=\"sm-sparkle sm-s1\"\u003e✦\u003c\/span\u003e\n  \u003cspan class=\"sm-sparkle sm-s2\"\u003e✧\u003c\/span\u003e\n  \u003cspan class=\"sm-sparkle sm-s3\"\u003e✦\u003c\/span\u003e\n  \u003cspan class=\"sm-sparkle sm-s4\"\u003e✧\u003c\/span\u003e\n\n  \u003c!-- Floating Hearts --\u003e\n  \u003cspan class=\"sm-heart sm-h1\"\u003e♥\u003c\/span\u003e\n  \u003cspan class=\"sm-heart sm-h2\"\u003e♥\u003c\/span\u003e\n\n  \u003ch2 class=\"sm-title\"\u003e\n    ✨ STEVE MADDEN ✨\n  \u003c\/h2\u003e\n\n  \u003cdiv class=\"sm-script\"\u003e\n    Sling Bag\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"sm-text\"\u003e\n\n    \u003cstrong\u003eChic. Stylish. Timeless.\u003c\/strong\u003e 💕👜\n\n    \u003cbr\u003e\u003cbr\u003e\n\n    Meet your new everyday essential — the\n    \u003cstrong\u003eSteve Madden Sling Bag\u003c\/strong\u003e.\n\n    Designed for effortless style and everyday convenience,\n    this gorgeous bag is perfect for keeping your essentials\n    close while adding a fashionable finishing touch to\n    any outfit.\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"sm-highlight\"\u003e\n    ✨ CARRY CONFIDENCE WHEREVER YOU GO ✨\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"sm-text\"\u003e\n    \u003cstrong\u003ePerfect for:\u003c\/strong\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"sm-features\"\u003e\n\n    \u003cdiv class=\"sm-feature\"\u003e\n      👜 Everyday Essentials\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sm-feature\"\u003e\n      ✈️ Shopping \u0026amp; Travel\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sm-feature\"\u003e\n      👗 Day-to-Night Style\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sm-feature\"\u003e\n      🎁 The Perfect Gift\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sm-feature\"\u003e\n      💎 Stylish \u0026amp; Elegant\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sm-feature\"\u003e\n      ✨ Versatile \u0026amp; Practical\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"sm-text\"\u003e\n    Designed to complement your look while giving you\n    the freedom to move through your day in style.\n    \u003cbr\u003e\u003cbr\u003e\n    \u003cstrong\u003e\n      Compact • Stylish • Versatile • Effortlessly Chic\n    \u003c\/strong\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"sm-banner\"\u003e\n    💕 YOUR NEW EVERYDAY ESSENTIAL 💕\n  \u003c\/div\u003e\n\n  \u003ca href=\"\/collections\/all\" class=\"sm-button\"\u003e\n    🛍️ SHOP THE STEVE MADDEN SLING BAG\n  \u003c\/a\u003e\n\n\u003c\/div\u003e","brand":"GlowUP","offers":[{"title":"Default Title","offer_id":50695905476851,"sku":null,"price":450.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0826\/8270\/8211\/files\/rn-image_picker_lib_temp_1e1c2893-b187-48cf-9af2-ed7f0a154eda.png?v=1788197376"},{"product_id":"coach-new-york-sling-bag-dupe","title":"Coach New York Sling Bag (Dupe)","description":"\u003cdiv style=\"font-family:Arial,sans-serif;max-width:900px;margin:auto;text-align:center;color:#2d211b;overflow:hidden;\"\u003e\n\n  \u003cdiv style=\"padding:30px 15px;background:linear-gradient(135deg,#fffaf3,#f3e4d2);border-radius:20px;box-shadow:0 8px 25px rgba(0,0,0,.12);animation:fadeIn 1s ease;\"\u003e\n    \n    \u003cdiv style=\"font-size:14px;letter-spacing:4px;text-transform:uppercase;animation:pulse 2s infinite;\"\u003e\n      ✨ New Arrival ✨\n    \u003c\/div\u003e\n\n    \u003ch1 style=\"font-family:Georgia,serif;font-size:42px;margin:10px 0;color:#3a2418;letter-spacing:2px;\"\u003e\n      COACH NEW YORK\n    \u003c\/h1\u003e\n\n    \u003ch2 style=\"font-size:30px;margin:5px 0;color:#8a5735;\"\u003e\n      Sling Bags\n    \u003c\/h2\u003e\n\n    \u003cp style=\"font-size:18px;letter-spacing:2px;\"\u003e\n      Timeless Style • Everyday Luxury\n    \u003c\/p\u003e\n\n    \u003cdiv style=\"margin:25px auto;padding:20px;background:#fff;border-radius:15px;max-width:700px;animation:float 4s ease-in-out infinite;\"\u003e\n      \u003cp style=\"font-size:19px;line-height:1.7;margin:0;\"\u003e\n        ✨ Make a statement wherever you go with these stylish \n        \u003cstrong\u003eCoach New York Sling Bags\u003c\/strong\u003e.\n      \u003c\/p\u003e\n      \u003cp style=\"font-size:17px;line-height:1.7;\"\u003e\n        Designed for effortless everyday style, these bags combine a chic,\n        compact design with plenty of room for your essential items.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"display:flex;flex-wrap:wrap;justify-content:center;gap:15px;margin:25px 0;\"\u003e\n\n      \u003cdiv style=\"background:#fff;padding:18px;border-radius:15px;width:220px;animation:slideUp .8s ease;\"\u003e\n        \u003cdiv style=\"font-size:30px;\"\u003e👜\u003c\/div\u003e\n        \u003ch3\u003eChic \u0026amp; Stylish\u003c\/h3\u003e\n        \u003cp\u003ePerfect for elevating any outfit.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#fff;padding:18px;border-radius:15px;width:220px;animation:slideUp 1.1s ease;\"\u003e\n        \u003cdiv style=\"font-size:30px;\"\u003e✨\u003c\/div\u003e\n        \u003ch3\u003eTimeless Design\u003c\/h3\u003e\n        \u003cp\u003eA classic look you'll love season after season.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#fff;padding:18px;border-radius:15px;width:220px;animation:slideUp 1.4s ease;\"\u003e\n        \u003cdiv style=\"font-size:30px;\"\u003e💖\u003c\/div\u003e\n        \u003ch3\u003eEveryday Essential\u003c\/h3\u003e\n        \u003cp\u003eCompact, practical and easy to carry.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"margin:25px 0;padding:20px;border-top:1px solid #c9a77b;border-bottom:1px solid #c9a77b;\"\u003e\n      \u003ch3 style=\"font-family:Georgia,serif;font-size:24px;\"\u003e\n        ICONIC. PRACTICAL. UNIQUELY YOU.\n      \u003c\/h3\u003e\n      \u003cp style=\"font-size:16px;\"\u003e\n        Pair it with your favourite look and carry your essentials in style.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"display:inline-block;background:#8a5735;color:white;padding:16px 40px;border-radius:50px;font-size:18px;font-weight:bold;letter-spacing:2px;animation:pulse 2s infinite;\"\u003e\n      🛍️ SHOP NOW\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n@keyframes fadeIn {\n  from {opacity:0;transform:translateY(20px);}\n  to {opacity:1;transform:translateY(0);}\n}\n\n@keyframes slideUp {\n  from {opacity:0;transform:translateY(40px);}\n  to {opacity:1;transform:translateY(0);}\n}\n\n@keyframes float {\n  0%,100% {transform:translateY(0);}\n  50% {transform:translateY(-6px);}\n}\n\n@keyframes pulse {\n  0%,100% {transform:scale(1);}\n  50% {transform:scale(1.04);}\n}\n\u003c\/style\u003e","brand":"GlowUP","offers":[{"title":"Plain Black","offer_id":50725015486707,"sku":null,"price":680.0,"currency_code":"ZAR","in_stock":true},{"title":"Printed Black print","offer_id":50725015519475,"sku":null,"price":680.0,"currency_code":"ZAR","in_stock":true},{"title":"White With Print","offer_id":50725015552243,"sku":null,"price":680.0,"currency_code":"ZAR","in_stock":true},{"title":"Beige With Print","offer_id":50725015585011,"sku":null,"price":680.0,"currency_code":"ZAR","in_stock":true},{"title":"Dark Brown With Print","offer_id":50725015617779,"sku":null,"price":680.0,"currency_code":"ZAR","in_stock":true},{"title":"Light Brown With Print","offer_id":50725015650547,"sku":null,"price":680.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0826\/8270\/8211\/files\/rn-image_picker_lib_temp_676831f9-9337-40d8-a715-a87aff169f1e.png?v=1788214231"},{"product_id":"louis-vuitton-dupe","title":"Louis Vuitton (Dupe)","description":"\u003cdiv style=\"font-family:Arial,sans-serif; max-width:900px; margin:auto; background:linear-gradient(135deg,#fff8f5,#fdf0f5); padding:30px; border-radius:25px; text-align:center; box-shadow:0 10px 35px rgba(0,0,0,.12); overflow:hidden;\"\u003e\n\n  \u003cdiv style=\"animation:fadeDown 1s ease;\"\u003e\n    \u003ch1 style=\"font-family:Georgia,serif; font-size:38px; color:#9b5b22; margin:5px 0;\"\u003e\n      ✨ LOUIS VUITTON ✨\n    \u003c\/h1\u003e\n    \u003ch2 style=\"font-family:cursive; color:#e85d86; font-size:30px; margin:0;\"\u003e\n      Timeless Style • Everyday Elegance\n    \u003c\/h2\u003e\n    \u003cp style=\"font-size:17px; color:#5c4435; margin-top:15px;\"\u003e\n      Elevate your look with a sophisticated handbag designed to make every outfit feel effortlessly luxurious. 💕\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"display:flex; flex-wrap:wrap; justify-content:center; gap:15px; margin:30px 0;\"\u003e\n\n    \u003cdiv style=\"background:white; padding:18px; border-radius:18px; width:150px; animation:float 3s ease-in-out infinite;\"\u003e\n      \u003cdiv style=\"font-size:30px;\"\u003e👜\u003c\/div\u003e\n      \u003ch3 style=\"color:#9b5b22;\"\u003eBag 1\u003c\/h3\u003e\n      \u003cp style=\"color:#555;\"\u003eClassic Monogram\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"background:white; padding:18px; border-radius:18px; width:150px; animation:float 3s ease-in-out infinite .3s;\"\u003e\n      \u003cdiv style=\"font-size:30px;\"\u003e🤍\u003c\/div\u003e\n      \u003ch3 style=\"color:#9b5b22;\"\u003eBag 2\u003c\/h3\u003e\n      \u003cp style=\"color:#555;\"\u003eElegant Checkered\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"background:white; padding:18px; border-radius:18px; width:150px; animation:float 3s ease-in-out infinite .6s;\"\u003e\n      \u003cdiv style=\"font-size:30px;\"\u003e✨\u003c\/div\u003e\n      \u003ch3 style=\"color:#9b5b22;\"\u003eBag 3\u003c\/h3\u003e\n      \u003cp style=\"color:#555;\"\u003eTimeless Brown\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"background:white; padding:18px; border-radius:18px; width:150px; animation:float 3s ease-in-out infinite .9s;\"\u003e\n      \u003cdiv style=\"font-size:30px;\"\u003e🤎\u003c\/div\u003e\n      \u003ch3 style=\"color:#9b5b22;\"\u003eBag 4\u003c\/h3\u003e\n      \u003cp style=\"color:#555;\"\u003eStatement Checkered\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"background:white; padding:18px; border-radius:18px; width:150px; animation:float 3s ease-in-out infinite 1.2s;\"\u003e\n      \u003cdiv style=\"font-size:30px;\"\u003e🖤\u003c\/div\u003e\n      \u003ch3 style=\"color:#9b5b22;\"\u003eBag 5\u003c\/h3\u003e\n      \u003cp style=\"color:#555;\"\u003eClassic Black Detail\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"background:linear-gradient(90deg,#f9c5d1,#f6d6b8,#f9c5d1); padding:22px; border-radius:20px; animation:pulse 2.5s infinite;\"\u003e\n    \u003ch2 style=\"color:#7d461d; margin:0 0 10px;\"\u003e\n      💎 CHIC. STYLISH. TIMELESS. 💎\n    \u003c\/h2\u003e\n\n    \u003cp style=\"font-size:16px; line-height:1.7; color:#4e3a2d; margin:0;\"\u003e\n      Make a statement wherever you go. From everyday outings to special occasions,\n      these elegant bags are the perfect finishing touch to your wardrobe.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"display:flex; flex-wrap:wrap; justify-content:center; gap:12px; margin:25px 0;\"\u003e\n    \u003cspan style=\"background:#fff; padding:12px 18px; border-radius:30px; color:#9b5b22; box-shadow:0 3px 10px #ddd;\"\u003e\n      💎 Premium Style\n    \u003c\/span\u003e\n\n    \u003cspan style=\"background:#fff; padding:12px 18px; border-radius:30px; color:#9b5b22; box-shadow:0 3px 10px #ddd;\"\u003e\n      👜 Spacious \u0026amp; Practical\n    \u003c\/span\u003e\n\n    \u003cspan style=\"background:#fff; padding:12px 18px; border-radius:30px; color:#9b5b22; box-shadow:0 3px 10px #ddd;\"\u003e\n      ❤️ Timeless Design\n    \u003c\/span\u003e\n\n    \u003cspan style=\"background:#fff; padding:12px 18px; border-radius:30px; color:#9b5b22; box-shadow:0 3px 10px #ddd;\"\u003e\n      ✨ Elevate Every Outfit\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"margin-top:25px;\"\u003e\n    \u003ch2 style=\"font-family:cursive; color:#e85d86; font-size:28px;\"\u003e\n      Which one is your favourite? 💕\n    \u003c\/h2\u003e\n\n    \u003cp style=\"color:#6b5140;\"\u003e\n      Choose your favourite style and add a touch of effortless elegance to your everyday look.\n    \u003c\/p\u003e\n\n    \u003cdiv style=\"display:inline-block; background:#e85d86; color:white; padding:15px 35px; border-radius:40px; font-weight:bold; font-size:17px; animation:glow 2s infinite;\"\u003e\n      🛍️ SHOP YOUR FAVOURITE BAG\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n@keyframes fadeDown {\n  from {opacity:0; transform:translateY(-25px);}\n  to {opacity:1; transform:translateY(0);}\n}\n\n@keyframes float {\n  0%,100% {transform:translateY(0);}\n  50% {transform:translateY(-8px);}\n}\n\n@keyframes pulse {\n  0%,100% {transform:scale(1);}\n  50% {transform:scale(1.02);}\n}\n\n@keyframes glow {\n  0%,100% {box-shadow:0 0 5px rgba(232,93,134,.3);}\n  50% {box-shadow:0 0 25px rgba(232,93,134,.8);}\n}\n\u003c\/style\u003e","brand":"GlowUP","offers":[{"title":"#1","offer_id":50757726208243,"sku":null,"price":699.0,"currency_code":"ZAR","in_stock":true},{"title":"#2","offer_id":50757726241011,"sku":null,"price":699.0,"currency_code":"ZAR","in_stock":true},{"title":"#3","offer_id":50757726273779,"sku":null,"price":699.0,"currency_code":"ZAR","in_stock":true},{"title":"#4","offer_id":50757726306547,"sku":null,"price":699.0,"currency_code":"ZAR","in_stock":true},{"title":"#5","offer_id":50757726339315,"sku":null,"price":699.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0826\/8270\/8211\/files\/rn-image_picker_lib_temp_b186b579-fc54-4464-84da-76287fe96500.png?v=1788287409"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0826\/8270\/8211\/collections\/rn-image_picker_lib_temp_f52ff683-3a6b-4df3-9756-b2108d25e361.png?v=1788194428","url":"https:\/\/glowupgirl.co.za\/collections\/handbags.oembed","provider":"GlowUP","version":"1.0","type":"link"}