{"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","url":"https:\/\/classicspk.store\/products\/orange-enzyme-exfoliating-gel","provider":"Classics.pk","version":"1.0","type":"link"}