{"title":"Home page","description":null,"products":[{"product_id":"selora-28mm-wireless-automatic-curling-iron-usb-c-rechargeable-4-heat-setting","title":"Selora Auto Curl Pro 28mm — Limited StocK","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700;800\u0026family=Cormorant+Garamond:wght@500;600;700\u0026display=swap');\n\n\/* ===== SELORA MONOCHROME LUXURY ===== *\/\n.selora-luxury{\n  font-family:'Poppins',sans-serif;\n  background:\n    radial-gradient(circle at top left, rgba(255,255,255,.08), transparent 35%),\n    radial-gradient(circle at bottom right, rgba(255,255,255,.05), transparent 35%),\n    linear-gradient(180deg,#000 0%,#050505 45%,#0d0d0d 100%);\n  color:#fff;\n  border-radius:32px;\n  padding:26px 18px;\n  position:relative;\n  overflow:hidden;\n  border:1px solid rgba(255,255,255,.08);\n  box-shadow:0 30px 80px rgba(0,0,0,.75);\n}\n\n\/* Soft white glow *\/\n.selora-luxury:before{\n  content:'';\n  position:absolute;\n  width:320px;\n  height:320px;\n  background:rgba(255,255,255,.05);\n  border-radius:50%;\n  filter:blur(100px);\n  top:-120px;\n  left:-100px;\n  animation:glow 7s ease-in-out infinite alternate;\n}\n\n@keyframes glow{\n  from{transform:translateY(0);}\n  to{transform:translateY(18px);}\n}\n\n.selora-wrap{\n  position:relative;\n  z-index:2;\n  display:flex;\n  flex-direction:column;\n  gap:24px;\n}\n\n\/* PRODUCT IMAGE *\/\n.selora-image{\n  position:relative;\n  width:100%;\n  animation:float 6s ease-in-out infinite;\n}\n\n.selora-image img{\n  width:100%;\n  display:block;\n  border-radius:26px;\n  box-shadow:\n    0 28px 60px rgba(0,0,0,.75),\n    0 0 0 1px rgba(255,255,255,.08);\n  filter:grayscale(100%) contrast(1.05);\n}\n\n.selora-ring{\n  position:absolute;\n  inset:-10px;\n  border-radius:32px;\n  border:1px solid rgba(255,255,255,.12);\n  pointer-events:none;\n}\n\n@keyframes float{\n  0%,100%{transform:translateY(0);}\n  50%{transform:translateY(-8px);}\n}\n\n\/* CONTENT *\/\n.selora-content{\n  width:100%;\n  text-align:left;\n}\n\n\/* BADGE *\/\n.selora-badge{\n  display:inline-flex;\n  align-items:center;\n  gap:8px;\n  padding:8px 16px;\n  border-radius:999px;\n  background:rgba(255,255,255,.05);\n  border:1px solid rgba(255,255,255,.10);\n  color:#f5f5f5;\n  font-size:11px;\n  font-weight:700;\n  letter-spacing:1.6px;\n  text-transform:uppercase;\n}\n\n\/* TITLE *\/\n.selora-title{\n  font-family:'Cormorant Garamond',serif;\n  font-size:44px;\n  line-height:.92;\n  margin:16px 0 0;\n  font-weight:700;\n  letter-spacing:-1px;\n}\n\n.selora-title span{\n  background:linear-gradient(180deg,#ffffff 0%,#f3f3f3 45%,#bdbdbd 100%);\n  -webkit-background-clip:text;\n  -webkit-text-fill-color:transparent;\n}\n\n.selora-sub{\n  font-size:18px;\n  color:#d9d9d9;\n  font-style:italic;\n  margin:10px 0 0;\n}\n\n.selora-desc{\n  color:#c7c7c7;\n  font-size:14px;\n  line-height:1.9;\n  margin:18px 0 0;\n}\n\n\/* FEATURES *\/\n.selora-grid{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:12px;\n  margin-top:24px;\n}\n\n.selora-card{\n  background:rgba(255,255,255,.03);\n  border:1px solid rgba(255,255,255,.08);\n  border-radius:22px;\n  padding:18px;\n  backdrop-filter:blur(10px);\n  transition:transform .3s ease,border-color .3s ease,background .3s ease;\n}\n\n.selora-card:hover{\n  transform:translateY(-3px);\n  border-color:rgba(255,255,255,.18);\n  background:rgba(255,255,255,.05);\n}\n\n.selora-icon{\n  width:50px;\n  height:50px;\n  border-radius:16px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  background:rgba(255,255,255,.06);\n  border:1px solid rgba(255,255,255,.10);\n  color:#fff;\n  font-size:24px;\n  margin-bottom:12px;\n}\n\n.selora-card h4{\n  margin:0 0 6px;\n  font-size:15px;\n  font-weight:700;\n  color:#fff;\n}\n\n.selora-card p{\n  margin:0;\n  font-size:13px;\n  color:#bfbfbf;\n  line-height:1.7;\n}\n\n\/* DIVIDER *\/\n.selora-line{\n  height:1px;\n  background:linear-gradient(90deg,transparent,rgba(255,255,255,.16),transparent);\n  margin:26px 0;\n}\n\n\/* CTA *\/\n.selora-cta{\n  display:flex;\n  flex-direction:column;\n  gap:14px;\n}\n\n.selora-btn{\n  width:100%;\n  text-align:center;\n  text-decoration:none;\n  color:#000;\n  background:linear-gradient(180deg,#ffffff 0%,#e9e9e9 50%,#cfcfcf 100%);\n  padding:16px 20px;\n  border-radius:18px;\n  font-weight:700;\n  font-size:15px;\n  letter-spacing:.2px;\n  box-shadow:\n    0 16px 36px rgba(255,255,255,.10),\n    inset 0 1px 0 rgba(255,255,255,.85);\n  transition:transform .25s ease, box-shadow .25s ease;\n}\n\n.selora-btn:hover{\n  transform:translateY(-2px);\n  box-shadow:\n    0 20px 40px rgba(255,255,255,.14),\n    inset 0 1px 0 rgba(255,255,255,.95);\n}\n\n.selora-trust{\n  display:flex;\n  flex-direction:column;\n  gap:8px;\n}\n\n.selora-trust span{\n  display:flex;\n  align-items:center;\n  gap:8px;\n  padding:10px 12px;\n  border-radius:14px;\n  background:rgba(255,255,255,.03);\n  border:1px solid rgba(255,255,255,.08);\n  color:#e8e8e8;\n  font-size:13px;\n}\n\n\/* GUARANTEE *\/\n.selora-guarantee{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:12px;\n}\n\n.selora-item{\n  display:flex;\n  align-items:center;\n  gap:12px;\n  padding:16px;\n  border-radius:20px;\n  background:rgba(255,255,255,.025);\n  border:1px solid rgba(255,255,255,.08);\n}\n\n.selora-item .icon{\n  width:44px;\n  height:44px;\n  border-radius:14px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  background:rgba(255,255,255,.06);\n  border:1px solid rgba(255,255,255,.10);\n  color:#fff;\n  font-size:20px;\n  flex-shrink:0;\n}\n\n.selora-item strong{\n  display:block;\n  font-size:14px;\n  color:#fff;\n}\n\n.selora-item span{\n  display:block;\n  font-size:12px;\n  color:#bdbdbd;\n  margin-top:3px;\n}\n\n\/* FOOTER *\/\n.selora-foot{\n  text-align:center;\n  color:#9f9f9f;\n  font-size:11px;\n  letter-spacing:2px;\n  text-transform:uppercase;\n  padding-top:6px;\n}\n\n\/* ===== DESKTOP ===== *\/\n@media (min-width:768px){\n\n  .selora-luxury{\n    padding:54px 36px;\n    border-radius:38px;\n  }\n\n  .selora-wrap{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:50px;\n    align-items:center;\n  }\n\n  .selora-content{\n    margin-left:-36px;\n  }\n\n  .selora-title{\n    font-size:74px;\n  }\n\n  .selora-sub{\n    font-size:22px;\n  }\n\n  .selora-desc{\n    font-size:15px;\n  }\n\n  .selora-grid{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .selora-cta{\n    flex-direction:row;\n    align-items:center;\n    flex-wrap:wrap;\n  }\n\n  .selora-btn{\n    width:auto;\n    min-width:250px;\n  }\n\n  .selora-trust{\n    flex-direction:row;\n    flex-wrap:wrap;\n  }\n\n  .selora-guarantee{\n    grid-template-columns:repeat(3,1fr);\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"selora-luxury\"\u003e\n\n  \u003cdiv class=\"selora-wrap\"\u003e\n\n    \u003c!-- PRODUCT IMAGE --\u003e\n    \u003cdiv class=\"selora-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0000\/0000\/files\/your-product-image.jpg?v=1\" alt=\"Selora Wireless Automatic Curler\"\u003e\n      \u003cdiv class=\"selora-ring\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CONTENT --\u003e\n    \u003cdiv class=\"selora-content\"\u003e\n\n      \u003cdiv class=\"selora-badge\"\u003e✦ Selora Atelier Edition\u003c\/div\u003e\n\n      \u003ch2 class=\"selora-title\"\u003e\n        \u003cspan\u003eEffortless\u003c\/span\u003e\u003cbr\u003e\n        Elegance.\n      \u003c\/h2\u003e\n\n      \u003cp class=\"selora-sub\"\u003eLuxury styling, redefined for the modern woman.\u003c\/p\u003e\n\n      \u003cp class=\"selora-desc\"\u003e\n        Discover the Selora Wireless Automatic Curler — a refined beauty instrument designed to create silky, sculpted curls with precision and grace. Intelligent auto-rotation technology wraps each strand smoothly, while the cordless design offers complete freedom to style anywhere, anytime.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"selora-grid\"\u003e\n\n        \u003cdiv class=\"selora-card\"\u003e\n          \u003cdiv class=\"selora-icon\"\u003e✦\u003c\/div\u003e\n          \u003ch4\u003eCordless Luxury\u003c\/h4\u003e\n          \u003cp\u003eMove freely while styling with an elegant wireless design.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"selora-card\"\u003e\n          \u003cdiv class=\"selora-icon\"\u003e✧\u003c\/div\u003e\n          \u003ch4\u003eTailored Heat Control\u003c\/h4\u003e\n          \u003cp\u003eFour precise temperature settings for every hair texture.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"selora-card\"\u003e\n          \u003cdiv class=\"selora-icon\"\u003e❖\u003c\/div\u003e\n          \u003ch4\u003eSignature 28mm Barrel\u003c\/h4\u003e\n          \u003cp\u003eCreates soft, voluminous curls with a polished salon finish.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"selora-card\"\u003e\n          \u003cdiv class=\"selora-icon\"\u003e◈\u003c\/div\u003e\n          \u003ch4\u003eSmart Protection\u003c\/h4\u003e\n          \u003cp\u003eAutomatic safety shut-off for effortless peace of mind.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"selora-line\"\u003e\u003c\/div\u003e\n\n      \u003cdiv class=\"selora-cta\"\u003e\n\n        \u003ca href=\"#product-form\" class=\"selora-btn\"\u003eExperience Selora →\u003c\/a\u003e\n\n        \u003cdiv class=\"selora-trust\"\u003e\n          \u003cspan\u003e✓ USB-C Fast Charging\u003c\/span\u003e\n          \u003cspan\u003e✓ Rapid Heat-Up\u003c\/span\u003e\n          \u003cspan\u003e✓ Tangle-Free Styling\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"selora-line\"\u003e\u003c\/div\u003e\n\n      \u003cdiv class=\"selora-guarantee\"\u003e\n\n        \u003cdiv class=\"selora-item\"\u003e\n          \u003cdiv class=\"icon\"\u003e🚚\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eComplimentary Shipping\u003c\/strong\u003e\n            \u003cspan\u003eFast delivery throughout South Africa\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"selora-item\"\u003e\n          \u003cdiv class=\"icon\"\u003e🖤\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eRefined Craftsmanship\u003c\/strong\u003e\n            \u003cspan\u003ePremium materials and luxury performance\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"selora-item\"\u003e\n          \u003cdiv class=\"icon\"\u003e🔒\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eSecure Checkout\u003c\/strong\u003e\n            \u003cspan\u003eProtected encrypted payments\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"selora-foot\"\u003e\n        SELORA • TIMELESS BEAUTY • MODERN LUXURY\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Selora","offers":[{"title":"Default Title","offer_id":51644407152918,"sku":null,"price":799.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1004\/6727\/8102\/files\/WhatsAppImage2026-08-03at3.06.45PM.jpg?v=1785851642"},{"product_id":"selora-cordless-hair-straightener-brush","title":"Selora Cordless Hair Straightener Brush — From Messy to Silky Smooth","description":"\u003ch2\u003eFrom Messy to Silky Smooth — In Minutes.\u003c\/h2\u003e\u003cp\u003eWe've all been there. You wake up, look in the mirror, and your hair has other plans. Frizzy, tangled, completely out of control. The Selora Cordless Hair Straightener Brush is your secret weapon to go from chaotic to polished — fast, effortlessly, and without a single cord in your way.\u003c\/p\u003e\u003ch3\u003eYour Transformation Starts Here\u003c\/h3\u003e\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eRapid Heating\u003c\/strong\u003e — Reaches styling temperature in seconds. No waiting, just smooth, sleek results from the very first stroke.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAnti-Scald Bristles\u003c\/strong\u003e — Glides safely through your hair without burning your scalp or fingers. Smooth results, zero stress.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eUSB-C Rechargeable\u003c\/strong\u003e — Charge it overnight, style all morning. Works with any USB-C adapter or power bank.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCordless Freedom\u003c\/strong\u003e — No tangled cords, no restricted movement. Style in front of the mirror, in the car, or wherever life takes you.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLightweight Design\u003c\/strong\u003e — Feels effortless in your hand, even on thick or long hair.\u003c\/li\u003e\n\u003c\/ul\u003e\u003ch3\u003eThe Result?\u003c\/h3\u003e\u003cp\u003eSmooth, frizz-free, salon-worthy hair — every single day. No appointments. No expensive blowouts. Just you, your Selora brush, and hair that turns heads.\u003c\/p\u003e\u003cp\u003e\u003cem\u003eMessy hair? Not anymore.\u003c\/em\u003e\u003c\/p\u003e","brand":"Selora","offers":[{"title":"Default Title","offer_id":51657934012694,"sku":null,"price":749.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1004\/6727\/8102\/files\/WhatsAppImage2026-08-03at1.45.56PM_18dd4a45-e549-4fa8-b3bc-d476dd4ccaf2.jpg?v=1786106325"}],"url":"https:\/\/selora.co.za\/collections\/frontpage.oembed","provider":"Selora","version":"1.0","type":"link"}