{"title":"Home page","description":null,"products":[{"product_id":"orange-enzyme-exfoliating-gel","title":"Orange Enzyme Exfoliating Gel","description":"\u003cstyle\u003e\n\/* =========================================\n   ORANGE ENZYME GEL - PREMIUM DESCRIPTION\n   ========================================= *\/\n\n.orange-gel-description {\n  --orange: #f47b20;\n  --orange-dark: #d85f0c;\n  --orange-light: #fff3e8;\n  --cream: #fffaf5;\n  --dark: #29211b;\n  --text: #5f554d;\n  --white: #ffffff;\n\n  max-width: 1100px;\n  margin: 0 auto;\n  font-family: Arial, Helvetica, sans-serif;\n  color: var(--text);\n  line-height: 1.75;\n  overflow: hidden;\n}\n\n\/* HERO \/ INTRO BLOCK *\/\n.orange-hero {\n  position: relative;\n  padding: 48px 25px;\n  margin-bottom: 25px;\n  border-radius: 28px;\n  text-align: center;\n  background:\n    radial-gradient(circle at 10% 20%, rgba(255,255,255,.45), transparent 25%),\n    radial-gradient(circle at 90% 80%, rgba(255,170,70,.25), transparent 30%),\n    linear-gradient(135deg, #fff4e8, #ffe5ca);\n  border: 1px solid #ffd8b5;\n  overflow: hidden;\n}\n\n.orange-hero:before {\n  content: \"\";\n  position: absolute;\n  width: 230px;\n  height: 230px;\n  border-radius: 50%;\n  background: rgba(244,123,32,.08);\n  right: -90px;\n  top: -100px;\n}\n\n.orange-hero h2 {\n  position: relative;\n  z-index: 2;\n  margin: 0 0 15px;\n  color: var(--orange-dark);\n  font-size: clamp(26px, 4vw, 38px);\n  line-height: 1.2;\n  font-weight: 800;\n}\n\n.orange-hero p {\n  position: relative;\n  z-index: 2;\n  max-width: 800px;\n  margin: auto;\n  color: #63564c;\n  font-size: 16px;\n}\n\n\/* NORMAL CONTENT CARD *\/\n.orange-content {\n  padding: 35px 28px;\n  margin: 25px 0;\n  background: #fff;\n  border: 1px solid #f0e5dc;\n  border-radius: 24px;\n  box-shadow: 0 10px 30px rgba(90,55,25,.06);\n  text-align: center;\n}\n\n.orange-content h2 {\n  margin: 0 0 20px;\n  color: var(--orange-dark);\n  font-size: clamp(23px, 3.5vw, 32px);\n  line-height: 1.25;\n  font-weight: 800;\n}\n\n.orange-content p {\n  max-width: 850px;\n  margin: 9px auto;\n  color: var(--text);\n  font-size: 15px;\n}\n\n\/* HIGHLIGHT TEXT *\/\n.orange-highlight {\n  display: inline-block;\n  padding: 4px 12px;\n  margin-bottom: 10px;\n  border-radius: 50px;\n  background: var(--orange-light);\n  color: var(--orange-dark);\n  font-size: 12px;\n  font-weight: 800;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n}\n\n\/* IMAGE BLOCK *\/\n.orange-image {\n  margin: 28px 0;\n  padding: 12px;\n  border-radius: 24px;\n  background: #fff;\n  border: 1px solid #f0e5dc;\n  box-shadow: 0 12px 32px rgba(90,55,25,.08);\n  text-align: center;\n}\n\n.orange-image img {\n  display: block;\n  width: 100%;\n  max-width: 900px;\n  height: auto;\n  margin: 0 auto;\n  border-radius: 17px;\n  object-fit: contain;\n}\n\n\/* FEATURE BOX *\/\n.orange-feature {\n  position: relative;\n  margin: 28px 0;\n  padding: 36px 28px;\n  border-radius: 25px;\n  background: linear-gradient(135deg, #fff8f1, #fff0df);\n  border: 1px solid #ffd9b8;\n  text-align: center;\n  overflow: hidden;\n}\n\n.orange-feature:after {\n  content: \"\";\n  position: absolute;\n  width: 170px;\n  height: 170px;\n  border-radius: 50%;\n  background: rgba(244,123,32,.07);\n  left: -75px;\n  bottom: -90px;\n}\n\n.orange-feature h2 {\n  position: relative;\n  z-index: 2;\n  margin: 0 0 16px;\n  color: var(--orange-dark);\n  font-size: clamp(23px, 3.5vw, 32px);\n  line-height: 1.25;\n  font-weight: 800;\n}\n\n.orange-feature p {\n  position: relative;\n  z-index: 2;\n  max-width: 820px;\n  margin: 10px auto;\n  font-size: 15px;\n}\n\n\/* INSIDE IMAGES *\/\n.orange-ingredients {\n  margin: 25px 0;\n  padding: 10px;\n  border-radius: 25px;\n  background: #fff;\n  border: 1px solid #f0e5dc;\n  box-shadow: 0 12px 35px rgba(90,55,25,.07);\n  text-align: center;\n}\n\n.orange-ingredients img {\n  display: block;\n  width: 100%;\n  height: auto;\n  max-width: 900px;\n  margin: 12px auto;\n  border-radius: 15px;\n}\n\n\/* HOW TO USE *\/\n.orange-steps {\n  margin: 20px auto 0;\n  max-width: 800px;\n  padding: 0;\n  text-align: left;\n  list-style: none;\n  counter-reset: orange-step;\n}\n\n.orange-steps li {\n  position: relative;\n  counter-increment: orange-step;\n  margin: 13px 0;\n  padding: 16px 18px 16px 62px;\n  border-radius: 15px;\n  background: #fff;\n  border: 1px solid #f0e5dc;\n  box-shadow: 0 5px 16px rgba(90,55,25,.05);\n  color: #4f463f;\n  font-size: 15px;\n}\n\n.orange-steps li:before {\n  content: counter(orange-step);\n  position: absolute;\n  left: 17px;\n  top: 50%;\n  transform: translateY(-50%);\n  width: 32px;\n  height: 32px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  border-radius: 50%;\n  background: var(--orange);\n  color: #fff;\n  font-weight: 800;\n  font-size: 14px;\n}\n\n\/* FINAL SECTION *\/\n.orange-final {\n  position: relative;\n  margin-top: 30px;\n  padding: 45px 25px;\n  border-radius: 28px;\n  background: linear-gradient(135deg, #d95d0c, #f47b20);\n  color: #fff;\n  text-align: center;\n  overflow: hidden;\n}\n\n.orange-final:before {\n  content: \"\";\n  position: absolute;\n  width: 280px;\n  height: 280px;\n  border-radius: 50%;\n  border: 1px solid rgba(255,255,255,.16);\n  right: -120px;\n  top: -120px;\n}\n\n.orange-final h2 {\n  position: relative;\n  z-index: 2;\n  margin: 0 0 12px;\n  color: #fff;\n  font-size: clamp(25px, 4vw, 36px);\n  line-height: 1.2;\n}\n\n.orange-final p {\n  position: relative;\n  z-index: 2;\n  max-width: 750px;\n  margin: auto;\n  color: rgba(255,255,255,.9);\n  font-size: 15px;\n}\n\n\/* MOBILE *\/\n@media (max-width: 650px) {\n\n  .orange-gel-description {\n    width: 100%;\n  }\n\n  .orange-hero {\n    padding: 35px 18px;\n    border-radius: 20px;\n  }\n\n  .orange-hero h2 {\n    font-size: 27px;\n  }\n\n  .orange-hero p {\n    font-size: 14px;\n  }\n\n  .orange-content {\n    padding: 27px 17px;\n    border-radius: 19px;\n  }\n\n  .orange-content h2,\n  .orange-feature h2 {\n    font-size: 23px;\n  }\n\n  .orange-content p,\n  .orange-feature p {\n    font-size: 14px;\n  }\n\n  .orange-feature {\n    padding: 29px 17px;\n    border-radius: 20px;\n  }\n\n  .orange-image,\n  .orange-ingredients {\n    padding: 7px;\n    border-radius: 18px;\n  }\n\n  .orange-image img,\n  .orange-ingredients img {\n    border-radius: 12px;\n  }\n\n  .orange-steps li {\n    padding: 14px 14px 14px 57px;\n    font-size: 14px;\n  }\n\n  .orange-final {\n    padding: 35px 18px;\n    border-radius: 21px;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"orange-gel-description\"\u003e\n\n\n  \u003c!-- INTRO --\u003e\n  \u003csection class=\"orange-hero\"\u003e\n\n    \u003cspan class=\"orange-highlight\"\u003eReal Skin • Real Confidence\u003c\/span\u003e\n\n    \u003ch2\u003eThe Emotional Toll of Neglected Skin\u003c\/h2\u003e\n\n    \u003cp\u003e\n      It's more than just appearance.\u003cbr\u003e\n      It's the embarrassment when dark patches make you hide your arms.\u003cbr\u003e\n      The frustration of makeup that won't sit right because your skin is rough and uneven.\u003cbr\u003e\n      The disappointment when expensive treatments don't deliver.\u003cbr\u003e\n      Accordingly understands this pain.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      That's why every drop of our Orange Enzyme Exfoliating Gel is crafted\n      to be kind — to heal rather than hurt, to restore rather than strip.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- IMAGE --\u003e\n  \u003cdiv class=\"orange-image\"\u003e\n    \u003cimg src=\"https:\/\/cdn.hotishop.com\/image\/74c6b731a9a54e52e095d90565b4490fa4e3606d.jpg\" alt=\"Orange Enzyme Exfoliating Gel\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- PRODUCT INTRO --\u003e\n  \u003csection class=\"orange-content\"\u003e\n\n    \u003cspan class=\"orange-highlight\"\u003eMeet Your New Skincare Essential\u003c\/span\u003e\n\n    \u003ch2\u003eYour Skin Deserves Healing — Meet Orange Enzyme Exfoliating Gel\u003c\/h2\u003e\n\n    \u003cp\u003eYou look in the mirror every morning.\u003c\/p\u003e\n    \u003cp\u003eYou try your best to care for your skin.\u003c\/p\u003e\n    \u003cp\u003eBut beneath the surface... something is holding you back.\u003c\/p\u003e\n    \u003cp\u003eDead skin cells layer after layer.\u003c\/p\u003e\n    \u003cp\u003eClogged pores suffocating your glow.\u003c\/p\u003e\n    \u003cp\u003eBlackheads stubbornly refusing to budge.\u003c\/p\u003e\n\n    \u003cp\u003e\n      Dark spots on your underarms, knees, and elbows —\n      reminders of years of neglect, friction, and frustration.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\u003cstrong\u003eYou're not alone.\u003c\/strong\u003e\u003c\/p\u003e\n\n    \u003cp\u003e\n      So many of us suffer quietly, trapped in a cycle of harsh scrubs\n      and painful peels that only make things worse.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      It's heartbreaking to see your skin betray you day after day.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- DIFFERENT --\u003e\n  \u003csection class=\"orange-feature\"\u003e\n\n    \u003cspan class=\"orange-highlight\"\u003eA Different Approach\u003c\/span\u003e\n\n    \u003ch2\u003eThat's Why Orange Enzyme Exfoliating Gel Created Something Different\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Orange Enzyme Exfoliating Gel is not just another product —\n      it's a solution designed to heal, renew, and protect your skin,\n      inside and out.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- WHY DIFFERENT --\u003e\n  \u003csection class=\"orange-content\"\u003e\n\n    \u003cspan class=\"orange-highlight\"\u003eWhy It Works\u003c\/span\u003e\n\n    \u003ch2\u003eWhy It's Different — and Why It Works\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Most exfoliants on the market rely on harsh particles or harsh\n      chemicals that damage your skin's own natural barrier.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      They can leave your skin red, broken, and more vulnerable.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\u003cstrong\u003eThat's not exfoliation, that's damage.\u003c\/strong\u003e\u003c\/p\u003e\n\n    \u003cp\u003e\n      Orange Enzyme Gel uses the power of natural fermentation and science\n      to gently dissolve dead skin, blackheads, and dark spots —\n      all without pain or irritation.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- INGREDIENTS --\u003e\n  \u003csection class=\"orange-feature\"\u003e\n\n    \u003cspan class=\"orange-highlight\"\u003eInside The Formula\u003c\/span\u003e\n\n    \u003ch2\u003eWhat's Inside?\u003c\/h2\u003e\n\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"orange-ingredients\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.hotishop.com\/image\/54ec7ef7918b9e7964d391ea35760ff9207d2ba8.png\" alt=\"Orange Enzyme Gel Ingredients\" loading=\"lazy\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.hotishop.com\/image\/7193e3f38d8f61e53eed726b9344ba87fbecec29.png\" alt=\"Orange Enzyme Gel Formula\" loading=\"lazy\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.hotishop.com\/image\/85535bc97a3a9ee1b976251d3221a6e95dbdb3d6.png\" alt=\"Orange Enzyme Gel Ingredients\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- EXPERTS --\u003e\n  \u003csection class=\"orange-feature\"\u003e\n\n    \u003cspan class=\"orange-highlight\"\u003eSkincare Care\u003c\/span\u003e\n\n    \u003ch2\u003eWhy Beauty Experts Recommend Orange Enzyme Exfoliating Gel\u003c\/h2\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- HOW TO USE --\u003e\n  \u003csection class=\"orange-content\"\u003e\n\n    \u003cspan class=\"orange-highlight\"\u003eSimple Routine\u003c\/span\u003e\n\n    \u003ch2\u003eHow to Use for Best Results\u003c\/h2\u003e\n\n    \u003cdiv class=\"orange-image\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.hotishop.com\/image\/f7b668badc9aef9248226e55f9a6516993a91c78.png\" alt=\"How to Use Orange Enzyme Exfoliating Gel\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003col class=\"orange-steps\"\u003e\n\n      \u003cli\u003e\n        Apply to dry, clean skin (face and\/or body).\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Massage gently and watch as dead skin and impurities are removed.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Rinse, pat dry, and enjoy your new, radiant skin!\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Use 2–3 times a week, or as needed.\n      \u003c\/li\u003e\n\n    \u003c\/ol\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FINAL --\u003e\n  \u003csection class=\"orange-final\"\u003e\n\n    \u003ch2\u003eThe Glow You've Been Waiting For — Without the Pain\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Don't bother trying to fix it — you'll only damage your skin.\n      Orange Enzyme Peel Gel allows you to enjoy an exfoliation treatment\n      while getting efficient and satisfying results.\n    \u003c\/p\u003e\n\n    \u003cp style=\"margin-top:12px;\"\u003e\n      Your skin is more than just a surface —\n      it needs to be repaired, cared for and respected.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FINAL IMAGE --\u003e\n  \u003cdiv class=\"orange-image\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.hotishop.com\/image\/8fce64f7ba8c11cfa1ae516984aea1d41dbe0552.jpg\" alt=\"Orange Enzyme Exfoliating Gel\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/div\u003e","brand":"Classics.pk","offers":[{"title":"Default Title","offer_id":48224619069571,"sku":null,"price":1150.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0755\/6038\/6691\/files\/64cd68ad58a4572baa92ac8d0b58f6ce7e85fd8e-700.jpg?v=1789504736"},{"product_id":"solar-induction-wall-light","title":"Outdoor Solar Wall Light For Home \u0026 Garden","description":"\u003cstyle\u003e\n\/* ================================\n   MODERN SOLAR LAMP DESCRIPTION\n   ================================ *\/\n\n.solar-pro-description {\n  --green: #163b2a;\n  --green-light: #285a42;\n  --gold: #d6a84f;\n  --cream: #f7f5ef;\n  --text: #17201b;\n  --muted: #68716b;\n  --white: #ffffff;\n\n  width: 100%;\n  max-width: 1100px;\n  margin: 0 auto;\n  font-family: Arial, Helvetica, sans-serif;\n  color: var(--text);\n  line-height: 1.7;\n  overflow: hidden;\n}\n\n\/* HERO *\/\n.solar-hero {\n  position: relative;\n  padding: 55px 35px;\n  margin-bottom: 28px;\n  border-radius: 28px;\n  background:\n    radial-gradient(circle at 90% 10%, rgba(214,168,79,.25), transparent 30%),\n    linear-gradient(135deg, #102d20 0%, #1b4933 55%, #285a42 100%);\n  color: #fff;\n  text-align: center;\n  overflow: hidden;\n  box-shadow: 0 18px 45px rgba(20,45,32,.16);\n}\n\n.solar-hero:before,\n.solar-hero:after {\n  content: \"\";\n  position: absolute;\n  border-radius: 50%;\n  border: 1px solid rgba(255,255,255,.12);\n}\n\n.solar-hero:before {\n  width: 280px;\n  height: 280px;\n  right: -100px;\n  top: -130px;\n}\n\n.solar-hero:after {\n  width: 190px;\n  height: 190px;\n  left: -90px;\n  bottom: -100px;\n}\n\n.solar-badge {\n  display: inline-block;\n  padding: 7px 16px;\n  border-radius: 50px;\n  background: rgba(255,255,255,.12);\n  border: 1px solid rgba(255,255,255,.2);\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  margin-bottom: 17px;\n}\n\n.solar-hero h1 {\n  position: relative;\n  z-index: 2;\n  margin: 0 auto 14px;\n  max-width: 850px;\n  color: #fff;\n  font-size: clamp(28px, 5vw, 48px);\n  line-height: 1.12;\n  font-weight: 800;\n  letter-spacing: -1px;\n}\n\n.solar-hero p {\n  position: relative;\n  z-index: 2;\n  max-width: 700px;\n  margin: 0 auto;\n  color: rgba(255,255,255,.84);\n  font-size: 16px;\n}\n\n\/* INTRO *\/\n.solar-intro {\n  padding: 28px;\n  margin-bottom: 25px;\n  border-radius: 22px;\n  background: var(--cream);\n  border: 1px solid #e8e4d9;\n  text-align: center;\n}\n\n.solar-intro p {\n  margin: 0;\n  color: #3f4943;\n  font-size: 16px;\n}\n\n\/* SPECS *\/\n.solar-specs {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 13px;\n  margin-bottom: 35px;\n}\n\n.solar-spec {\n  padding: 17px 18px;\n  background: #fff;\n  border: 1px solid #e7ebe8;\n  border-radius: 16px;\n  box-shadow: 0 7px 22px rgba(20,40,30,.05);\n  transition: .25s ease;\n}\n\n.solar-spec:hover {\n  transform: translateY(-3px);\n  box-shadow: 0 12px 28px rgba(20,40,30,.09);\n}\n\n.solar-spec strong {\n  display: block;\n  margin-bottom: 3px;\n  color: var(--green);\n  font-size: 13px;\n  text-transform: uppercase;\n  letter-spacing: .4px;\n}\n\n.solar-spec span {\n  color: #56615a;\n  font-size: 15px;\n}\n\n\/* FEATURE SECTIONS *\/\n.solar-feature {\n  margin: 34px 0;\n  border-radius: 25px;\n  overflow: hidden;\n  background: #fff;\n  border: 1px solid #e7ebe8;\n  box-shadow: 0 12px 35px rgba(20,40,30,.07);\n}\n\n.solar-feature-heading {\n  padding: 23px 25px;\n  text-align: center;\n  background: linear-gradient(135deg, #f8f6f0, #fff);\n}\n\n.solar-feature-heading span {\n  display: inline-block;\n  margin-bottom: 7px;\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: 2px;\n  color: var(--gold);\n  text-transform: uppercase;\n}\n\n.solar-feature-heading h2 {\n  margin: 0;\n  color: var(--green);\n  font-size: clamp(20px, 3vw, 29px);\n  line-height: 1.25;\n  font-weight: 800;\n}\n\n.solar-image {\n  padding: 15px;\n  background: #fff;\n  text-align: center;\n}\n\n.solar-image img {\n  display: block;\n  width: 100%;\n  max-width: 850px;\n  height: auto;\n  margin: 0 auto;\n  border-radius: 17px;\n  object-fit: contain;\n}\n\n\/* IMAGE GALLERY *\/\n.solar-gallery {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 14px;\n  margin: 30px 0;\n}\n\n.solar-gallery-item {\n  padding: 8px;\n  background: #fff;\n  border: 1px solid #e5e9e6;\n  border-radius: 18px;\n  overflow: hidden;\n  box-shadow: 0 8px 25px rgba(20,40,30,.06);\n}\n\n.solar-gallery-item img {\n  display: block;\n  width: 100%;\n  height: auto;\n  border-radius: 12px;\n}\n\n\/* FINAL CTA *\/\n.solar-bottom {\n  position: relative;\n  margin-top: 35px;\n  padding: 38px 25px;\n  border-radius: 25px;\n  text-align: center;\n  color: #fff;\n  background: linear-gradient(135deg, #102d20, #285a42);\n  overflow: hidden;\n}\n\n.solar-bottom h2 {\n  position: relative;\n  z-index: 2;\n  margin: 0 0 8px;\n  color: #fff;\n  font-size: 27px;\n}\n\n.solar-bottom p {\n  position: relative;\n  z-index: 2;\n  margin: 0;\n  color: rgba(255,255,255,.82);\n  font-size: 15px;\n}\n\n\/* MOBILE *\/\n@media (max-width: 650px) {\n\n  .solar-pro-description {\n    width: 100%;\n  }\n\n  .solar-hero {\n    padding: 38px 20px;\n    border-radius: 20px;\n  }\n\n  .solar-hero h1 {\n    font-size: 29px;\n  }\n\n  .solar-hero p {\n    font-size: 14px;\n  }\n\n  .solar-intro {\n    padding: 21px 18px;\n    border-radius: 17px;\n  }\n\n  .solar-intro p {\n    font-size: 14px;\n  }\n\n  .solar-specs {\n    grid-template-columns: 1fr;\n    gap: 10px;\n  }\n\n  .solar-spec {\n    padding: 14px 16px;\n  }\n\n  .solar-feature {\n    margin: 25px 0;\n    border-radius: 19px;\n  }\n\n  .solar-feature-heading {\n    padding: 19px 15px;\n  }\n\n  .solar-feature-heading h2 {\n    font-size: 21px;\n  }\n\n  .solar-image {\n    padding: 8px;\n  }\n\n  .solar-image img {\n    border-radius: 12px;\n  }\n\n  .solar-gallery {\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n\n  .solar-bottom {\n    padding: 30px 18px;\n    border-radius: 20px;\n  }\n\n  .solar-bottom h2 {\n    font-size: 23px;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"solar-pro-description\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"solar-hero\"\u003e\n    \u003cdiv class=\"solar-badge\"\u003eForth Lighting • Smart Outdoor Lighting\u003c\/div\u003e\n\n    \u003ch1\u003eSmart Solar Lighting for Your Home \u0026amp; Garden\u003c\/h1\u003e\n\n    \u003cp\u003e\n      Brighten your outdoor spaces with a modern solar wall lamp\n      featuring motion sensing, multiple lighting modes and IP65\n      waterproof protection.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- INTRO --\u003e\n  \u003csection class=\"solar-intro\"\u003e\n    \u003cp\u003e\n      Discover high-quality Solar Wall Lights and Solar LED products\n      designed for homes, gardens, courtyards, parks and outdoor spaces.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- PRODUCT SPECS --\u003e\n  \u003csection class=\"solar-specs\"\u003e\n\n    \u003cdiv class=\"solar-spec\"\u003e\n      \u003cstrong\u003eProduct Name\u003c\/strong\u003e\n      \u003cspan\u003eSolar Induction Wall Lamp 🌞\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"solar-spec\"\u003e\n      \u003cstrong\u003eLamp Type\u003c\/strong\u003e\n      \u003cspan\u003eSolar Lamp, Wall Lamp, Decorative Lamp 💡\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"solar-spec\"\u003e\n      \u003cstrong\u003eMaterial\u003c\/strong\u003e\n      \u003cspan\u003eABS 🛠️\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"solar-spec\"\u003e\n      \u003cstrong\u003eWeight\u003c\/strong\u003e\n      \u003cspan\u003e254g (Single Package) ⚖️\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"solar-spec\"\u003e\n      \u003cstrong\u003eSize\u003c\/strong\u003e\n      \u003cspan\u003e15 × 8 × 20cm (Single Package) 📏\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"solar-spec\"\u003e\n      \u003cstrong\u003eLighting Mode\u003c\/strong\u003e\n      \u003cspan\u003e3 Modes 🌟\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"solar-spec\"\u003e\n      \u003cstrong\u003eApplication\u003c\/strong\u003e\n      \u003cspan\u003eHousehold, Garden, Courtyard, Park \u0026amp; More 🏡🌳\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"solar-spec\"\u003e\n      \u003cstrong\u003eBattery\u003c\/strong\u003e\n      \u003cspan\u003eLithium Battery 🔋\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"solar-spec\"\u003e\n      \u003cstrong\u003eWaterproof\u003c\/strong\u003e\n      \u003cspan\u003eIPX65 💧\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"solar-spec\"\u003e\n      \u003cstrong\u003eBattery Life\u003c\/strong\u003e\n      \u003cspan\u003e6–12 Hours ⏳\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"solar-spec\"\u003e\n      \u003cstrong\u003eSwitch Type\u003c\/strong\u003e\n      \u003cspan\u003eInduction Type 🔆\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FEATURE 1 --\u003e\n  \u003csection class=\"solar-feature\"\u003e\n\n    \u003cdiv class=\"solar-feature-heading\"\u003e\n      \u003cspan\u003eSmart Technology\u003c\/span\u003e\n      \u003ch2\u003eSMART MOTION SENSOR\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"solar-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/8422\/7382\/files\/c596320f8c202ccaca4e58c318cb20f662988147_480x480.webp?v=1706103861\" alt=\"Smart Motion Sensor Solar Wall Light\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FEATURE 2 --\u003e\n  \u003csection class=\"solar-feature\"\u003e\n\n    \u003cdiv class=\"solar-feature-heading\"\u003e\n      \u003cspan\u003eSimple Setup\u003c\/span\u003e\n      \u003ch2\u003eEASY INSTALLATION \u0026amp; WIDE APPLICATION\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"solar-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/8422\/7382\/files\/d8684a0088383253abe9b2b43267a085bd02794b_480x480.gif?v=1706104012\" alt=\"Easy Installation\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"solar-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/8422\/7382\/files\/ca70d6cfe768f44a58d04f5ddf5166c8-570x570_480x480.jpg?v=1706103806\" alt=\"Solar Wall Lamp Application\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FEATURE 3 --\u003e\n  \u003csection class=\"solar-feature\"\u003e\n\n    \u003cdiv class=\"solar-feature-heading\"\u003e\n      \u003cspan\u003eOutdoor Illumination\u003c\/span\u003e\n      \u003ch2\u003eSOLAR TUNGSTEN WIRE WALL LIGHT\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"solar-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/8422\/7382\/files\/71nznwxftol-sl1500_480x480.jpg?v=1706103399\" alt=\"Solar Tungsten Wire Wall Light\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"solar-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/8422\/7382\/files\/solar-tungsten-wire-bulb-wall-lamp-led-outdoor-solar-lights-motion-sensor-garden-decoration-waterproof-solar-power-yard-lights-45942086-328267-desc-6MZZ2DD10L_480x480.gif?v=1706104346\" alt=\"Solar Tungsten Wire Light\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FEATURE 4 --\u003e\n  \u003csection class=\"solar-feature\"\u003e\n\n    \u003cdiv class=\"solar-feature-heading\"\u003e\n      \u003cspan\u003eBuilt for Outdoors\u003c\/span\u003e\n      \u003ch2\u003eIP65 WATERPROOF \u0026amp; DURABLE\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"solar-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/8422\/7382\/files\/7517458d36803099ff4397efa6dff0e42c914a3f_480x480.webp?v=1706103901\" alt=\"IP65 Waterproof Solar Wall Light\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"solar-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/8422\/7382\/files\/FullSizeRender_58f91d11-3e90-4273-9481-ca7f4aa4f6b0_480x480.webp?v=1706103638\" alt=\"Durable Outdoor Solar Light\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FEATURE 5 --\u003e\n  \u003csection class=\"solar-feature\"\u003e\n\n    \u003cdiv class=\"solar-feature-heading\"\u003e\n      \u003cspan\u003ePower \u0026amp; Performance\u003c\/span\u003e\n      \u003ch2\u003eENOUGH BATTERY CAPACITY \u0026amp; 3 WORKING MODES\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"solar-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/8422\/7382\/files\/20230928_122931_480x480_871fa21a-fccd-44d8-948a-86294fdf3e31_480x480.webp?v=1706104401\" alt=\"3 Working Modes Solar Light\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"solar-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/8422\/7382\/files\/5a643f8c540ae3c8cb109fc1fa0ae8696f963915-700_480x480.webp?v=1706103659\" alt=\"Solar Light Battery Capacity\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- IMAGE GALLERY --\u003e\n  \u003csection class=\"solar-gallery\"\u003e\n\n    \u003cdiv class=\"solar-gallery-item\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0561\/3450\/0418\/files\/3_57fb1087-95bb-4556-875c-d3364f159785.jpg?v=1713119971\" alt=\"Solar Wall Light\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"solar-gallery-item\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0561\/3450\/0418\/files\/2_e2e48030-4b3c-47b1-be04-33c236ad7f07.jpg?v=1713119971\" alt=\"Solar Outdoor Light\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"solar-gallery-item\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0561\/3450\/0418\/files\/4_875f9c95-0644-4202-bfda-fccb7fdce5ae.jpg?v=1713119971\" alt=\"Solar Garden Light\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"solar-gallery-item\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0561\/3450\/0418\/files\/5_7dce10e0-8b09-4adc-9b9c-0f5361cf80f3.jpg?v=1713119970\" alt=\"Solar Wall Lamp\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"solar-gallery-item\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0561\/3450\/0418\/files\/9_72122440-0c9e-442d-b8d3-63f3d35096e2.jpg?v=1713119972\" alt=\"Outdoor Solar Lighting\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- BOTTOM --\u003e\n  \u003csection class=\"solar-bottom\"\u003e\n    \u003ch2\u003eLight Up Your Outdoor Space\u003c\/h2\u003e\n    \u003cp\u003e\n      Smart • Solar Powered • Motion Sensor • IP65 Waterproof • 3 Modes\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Classics.pk","offers":[{"title":"Default Title","offer_id":48224619200643,"sku":"1000","price":1800.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0755\/6038\/6691\/files\/8_87fc5513-a223-4862-b542-d05f8e1a12ca.jpg?v=1789504737"},{"product_id":"5-in-1-slicer-for-kitchen-vegetable-slicer-multi-blade-potato-chip-veggie-shredder-vegetable-cutter-shredder-and-peeler-for-small-job-in-kitchen-green","title":"5 in 1 Slicer for Kitchen, Vegetable Slicer Multi Blade Potato Chip, Veggie shredder, Vegetable Cutter,Shredder and peeler For Small Job In Kitchen (Green)","description":"\u003ch1 class=\"a-size-base-plus a-text-bold\"\u003eAbout this item\u003c\/h1\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-mini\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eThis multifunctional tool is easy to set up and designed for quick slicing, grinding, and shredding, capable of handling everything from vegetable slicing to ginger grinding. Equipped with razor sharp blades for easy cutting.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e5 interchangeable blades can meet your slicing and shredding needs. By adjusting the angle of vegetables, different lengths of slender strips can be obtained. Ginger grinder can quickly grind ginger or garlic. It's a great helper for making salads\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eThe structure is simple. Easy to operate. It's easy to replace these blades. Vegetables and fruits can be cut directly without further processing. It is very suitable for small tasks in the kitchen. Allowing you to spend less time preparing food and more time with your family\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eThis vegetable slicer is really easy to clean. There aren't too many parts to take care of. There are no complex and difficult to clean accessories. Just rinse under running water.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eIncluding: 1 multifunctional stainless steel household kitchen wire cutter and 5 replaceable blades\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Classics.pk","offers":[{"title":"Default Title","offer_id":48230062653571,"sku":null,"price":1350.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0755\/6038\/6691\/files\/41yxdq7LvsL._AC.jpg?v=1789542760"}],"url":"https:\/\/classicspk.store\/collections\/frontpage.oembed","provider":"Classics.pk","version":"1.0","type":"link"}