{"product_id":"anime-edition-phone-case","title":"Anime Edition Phone Case's","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700;800\u0026display=swap');\n\n.nurox-anime {\n  font-family: 'Poppins', sans-serif;\n  max-width: 900px;\n  margin: 0 auto;\n  padding: 20px;\n  color: #161616;\n}\n\n\/* HERO *\/\n.anime-hero {\n  position: relative;\n  overflow: hidden;\n  padding: 45px 25px;\n  border-radius: 28px;\n  background: linear-gradient(135deg, #f8f8fa, #eeeeF2);\n  text-align: center;\n  box-shadow: 0 15px 45px rgba(0,0,0,0.10);\n  animation: fadeUp 0.8s ease forwards;\n}\n\n.anime-hero::before {\n  content: \"\";\n  position: absolute;\n  width: 280px;\n  height: 280px;\n  background: radial-gradient(circle, rgba(168,70,255,0.20), transparent 70%);\n  top: -120px;\n  right: -80px;\n  animation: glowMove 6s ease-in-out infinite alternate;\n}\n\n.anime-hero::after {\n  content: \"\";\n  position: absolute;\n  width: 250px;\n  height: 250px;\n  background: radial-gradient(circle, rgba(110,60,255,0.12), transparent 70%);\n  bottom: -120px;\n  left: -80px;\n}\n\n.anime-hero h2 {\n  position: relative;\n  z-index: 2;\n  margin: 0 0 15px;\n  font-size: 30px;\n  font-weight: 800;\n  line-height: 1.2;\n  background: linear-gradient(90deg, #6d28d9, #c026d3);\n  -webkit-background-clip: text;\n  -webkit-text-fill-color: transparent;\n}\n\n.anime-hero p {\n  position: relative;\n  z-index: 2;\n  max-width: 720px;\n  margin: auto;\n  font-size: 15px;\n  line-height: 1.8;\n  color: #555;\n}\n\n\/* INTRO *\/\n.anime-intro {\n  margin-top: 25px;\n  padding: 30px 25px;\n  border-radius: 22px;\n  background: #ffffff;\n  box-shadow: 0 10px 35px rgba(0,0,0,0.07);\n  animation: fadeUp 1s ease forwards;\n}\n\n.anime-intro p {\n  margin: 0;\n  font-size: 15px;\n  line-height: 1.8;\n  color: #555;\n  text-align: center;\n}\n\n\/* FEATURES *\/\n.anime-title {\n  text-align: center;\n  margin: 40px 0 20px;\n  font-size: 24px;\n  font-weight: 800;\n}\n\n.anime-features {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 15px;\n}\n\n.anime-card {\n  background: #fff;\n  padding: 25px 15px;\n  border-radius: 20px;\n  text-align: center;\n  box-shadow: 0 8px 25px rgba(0,0,0,0.07);\n  transition: all 0.35s ease;\n  animation: cardIn 0.8s ease forwards;\n}\n\n.anime-card:hover {\n  transform: translateY(-8px);\n  box-shadow: 0 15px 35px rgba(100,50,200,0.15);\n}\n\n.anime-icon {\n  font-size: 30px;\n  margin-bottom: 10px;\n  display: block;\n  animation: floatIcon 3s ease-in-out infinite;\n}\n\n.anime-card h3 {\n  font-size: 15px;\n  margin: 5px 0 8px;\n  font-weight: 700;\n}\n\n.anime-card p {\n  font-size: 12px;\n  line-height: 1.6;\n  color: #777;\n  margin: 0;\n}\n\n\/* MODEL SECTION *\/\n.anime-models {\n  margin-top: 30px;\n  padding: 30px 20px;\n  border-radius: 24px;\n  background: linear-gradient(135deg, #171717, #292929);\n  color: white;\n  text-align: center;\n  box-shadow: 0 15px 40px rgba(0,0,0,0.18);\n}\n\n.anime-models h3 {\n  margin: 0 0 12px;\n  font-size: 22px;\n  font-weight: 800;\n}\n\n.anime-models p {\n  margin: 0;\n  color: #ccc;\n  font-size: 14px;\n}\n\n.model-badge {\n  display: inline-block;\n  margin-top: 18px;\n  padding: 10px 18px;\n  border-radius: 30px;\n  background: linear-gradient(90deg, #7c3aed, #c026d3);\n  font-size: 13px;\n  font-weight: 700;\n  animation: pulse 2.5s infinite;\n}\n\n\/* FINAL CTA *\/\n.anime-cta {\n  margin-top: 25px;\n  padding: 30px 20px;\n  text-align: center;\n}\n\n.anime-cta h3 {\n  margin: 0 0 8px;\n  font-size: 22px;\n  font-weight: 800;\n}\n\n.anime-cta p {\n  margin: 0;\n  color: #666;\n  font-size: 14px;\n}\n\n\/* ANIMATIONS *\/\n@keyframes fadeUp {\n  from {\n    opacity: 0;\n    transform: translateY(25px);\n  }\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\n@keyframes cardIn {\n  from {\n    opacity: 0;\n    transform: translateY(20px);\n  }\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\n@keyframes floatIcon {\n  0%,100% {\n    transform: translateY(0);\n  }\n  50% {\n    transform: translateY(-5px);\n  }\n}\n\n@keyframes glowMove {\n  from {\n    transform: translate(0,0) scale(1);\n  }\n  to {\n    transform: translate(-30px,30px) scale(1.2);\n  }\n}\n\n@keyframes pulse {\n  0%,100% {\n    transform: scale(1);\n  }\n  50% {\n    transform: scale(1.04);\n  }\n}\n\n\/* MOBILE *\/\n@media (max-width: 650px) {\n  .nurox-anime {\n    padding: 10px;\n  }\n\n  .anime-hero {\n    padding: 35px 18px;\n  }\n\n  .anime-hero h2 {\n    font-size: 24px;\n  }\n\n  .anime-hero p,\n  .anime-intro p {\n    font-size: 13px;\n  }\n\n  .anime-features {\n    grid-template-columns: 1fr;\n  }\n\n  .anime-card {\n    padding: 20px;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"nurox-anime\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"anime-hero\"\u003e\n    \u003ch2\u003eWear Your Fandom. Protect Your Phone. 📱✨\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Introducing the \u003cstrong\u003eNurox Anime Edition Phone Case\u003c\/strong\u003e —\n      where premium protection meets iconic anime art.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- INTRODUCTION --\u003e\n  \u003csection class=\"anime-intro\"\u003e\n    \u003cp\u003e\n      Whether you're a die-hard \u003cstrong\u003eNaruto\u003c\/strong\u003e fan, a\n      \u003cstrong\u003eOne Piece\u003c\/strong\u003e loyalist, or drawn to the dark intensity\n      of \u003cstrong\u003eItachi\u003c\/strong\u003e, there's a design made for you.\n      Choose your favourite character and turn your phone into a statement\n      piece. 🔥🎌\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003ch2 class=\"anime-title\"\u003eWhy You'll Love It ⚡\u003c\/h2\u003e\n\n  \u003cdiv class=\"anime-features\"\u003e\n\n    \u003cdiv class=\"anime-card\"\u003e\n      \u003cspan class=\"anime-icon\"\u003e🎨\u003c\/span\u003e\n      \u003ch3\u003eHD Anime Artwork\u003c\/h3\u003e\n      \u003cp\u003e\n        Vivid, bold designs with high-definition printing that brings\n        your favourite characters to life.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"anime-card\"\u003e\n      \u003cspan class=\"anime-icon\"\u003e🛡️\u003c\/span\u003e\n      \u003ch3\u003eSlim Yet Tough\u003c\/h3\u003e\n      \u003cp\u003e\n        Reliable everyday protection against drops, scratches and\n        everyday wear without unnecessary bulk.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"anime-card\"\u003e\n      \u003cspan class=\"anime-icon\"\u003e📱\u003c\/span\u003e\n      \u003ch3\u003ePrecise Fit\u003c\/h3\u003e\n      \u003cp\u003e\n        Designed with precise cutouts for your cameras, ports and\n        buttons.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- COMPATIBILITY --\u003e\n  \u003csection class=\"anime-models\"\u003e\n    \u003ch3\u003eFind Your Perfect Fit 📲\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Available for a wide range of iPhone models.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"model-badge\"\u003e\n      iPhone 12 → iPhone 17 Pro Max\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- CTA --\u003e\n  \u003csection class=\"anime-cta\"\u003e\n    \u003ch3\u003ePick Your Model. Pick Your Character. 🔥\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Rep your anime every day while keeping your phone protected.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Nurox","offers":[{"title":"iPhone 17 Pro Max","offer_id":55476563968291,"sku":null,"price":0.0,"currency_code":"ZAR","in_stock":true},{"title":"iPhone 17 Pro","offer_id":55476564001059,"sku":null,"price":0.0,"currency_code":"ZAR","in_stock":true},{"title":"iPhone Air","offer_id":55476564033827,"sku":null,"price":0.0,"currency_code":"ZAR","in_stock":true},{"title":"iPhone 17","offer_id":55476564066595,"sku":null,"price":0.0,"currency_code":"ZAR","in_stock":true},{"title":"iPhone 16 Pro Max","offer_id":55476564099363,"sku":null,"price":0.0,"currency_code":"ZAR","in_stock":true},{"title":"iPhone 16 Plus","offer_id":55476564132131,"sku":null,"price":0.0,"currency_code":"ZAR","in_stock":true},{"title":"iPhone 16 Pro","offer_id":55476564164899,"sku":null,"price":0.0,"currency_code":"ZAR","in_stock":true},{"title":"iPhone 16","offer_id":55476564197667,"sku":null,"price":0.0,"currency_code":"ZAR","in_stock":true},{"title":"iPhone 14 Pro Max","offer_id":55476564230435,"sku":null,"price":0.0,"currency_code":"ZAR","in_stock":true},{"title":"iPhone 14 Pro","offer_id":55476564263203,"sku":null,"price":0.0,"currency_code":"ZAR","in_stock":true},{"title":"iPhone 14 Plus","offer_id":55476564295971,"sku":null,"price":0.0,"currency_code":"ZAR","in_stock":true},{"title":"iPhone 14","offer_id":55476564328739,"sku":null,"price":0.0,"currency_code":"ZAR","in_stock":true},{"title":"iPhone 13 Pro Max","offer_id":55476564361507,"sku":null,"price":0.0,"currency_code":"ZAR","in_stock":true},{"title":"iPhone 13 Pro","offer_id":55476564394275,"sku":null,"price":0.0,"currency_code":"ZAR","in_stock":true},{"title":"iPhone 13","offer_id":55476564427043,"sku":null,"price":0.0,"currency_code":"ZAR","in_stock":true},{"title":"iPhone 12 Pro","offer_id":55476722106659,"sku":null,"price":0.0,"currency_code":"ZAR","in_stock":true},{"title":"iPhone 12 Pro Max","offer_id":55476564459811,"sku":null,"price":0.0,"currency_code":"ZAR","in_stock":true},{"title":"iPhone 12","offer_id":55476564492579,"sku":null,"price":0.0,"currency_code":"ZAR","in_stock":true},{"title":"iPhone 15 Pro Max","offer_id":55476574159139,"sku":null,"price":0.0,"currency_code":"ZAR","in_stock":true},{"title":"iPhone 15 Plus","offer_id":55476574191907,"sku":null,"price":0.0,"currency_code":"ZAR","in_stock":true},{"title":"iPhone 15 Pro","offer_id":55476574224675,"sku":null,"price":0.0,"currency_code":"ZAR","in_stock":true},{"title":"iPhone 15","offer_id":55476574257443,"sku":null,"price":0.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0991\/6435\/6899\/files\/nurox-anime-cases-lineup.png?v=1786885397","url":"https:\/\/nurox.co.za\/products\/anime-edition-phone-case","provider":"Nurox","version":"1.0","type":"link"}