{"product_id":"multifunctional-cleaner-pack-of-4-100-ml","title":"Powerful Multifunctional Cleaner ( Pack Of 4)","description":"\u003cstyle\u003e\n\/* ===== Product Section ===== *\/\n.product-section {\n  font-family: 'Inter', 'Montserrat', sans-serif;\n  line-height: 1.75;\n  color: #2c2c2c;\n  max-width: 940px;\n  margin: 0 auto;\n  padding: 16px 20px;\n  background: #fff;\n  border-radius: 20px;\n  box-shadow: 0 12px 36px rgba(0,0,0,0.08);\n}\n\n\/* Upper placeholder for SKU \/ Trust Banner *\/\n.upper-image {\n  width: 100%;\n  max-height: 250px;\n  margin-bottom: 20px;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  overflow: hidden;\n}\n.upper-image img {\n  width: 100%;\n  height: auto;\n  border-radius: 12px;\n  object-fit: cover;\n  box-shadow: 0 6px 18px rgba(0,0,0,0.15);\n  transition: transform 0.3s ease;\n}\n.upper-image img:hover { transform: scale(1.02); }\n\n\/* Reduce top margin for first heading inside product-section *\/\n.product-section h2:first-of-type { margin-top: 18px; }\n\n\/* ===== Headings ===== *\/\nh2 {\n  font-size: 26px;\n  margin-top: 36px;\n  margin-bottom: 16px;\n  font-weight: 700;\n  color: #111;\n  text-align: left;\n  position: relative;\n}\nh2::after { content: none !important; }\n.faq-title {\n  font-size: 2rem;\n  font-weight: 700;\n  text-align: center;\n  margin-bottom: 14px;\n  color: #111;\n}\n\n\/* ===== Highlight Box ===== *\/\n.highlight {\n  background: linear-gradient(135deg,#fffaf4,#ffe8c8);\n  padding: 18px;\n  border-radius: 16px;\n  border: 1px solid #ffd699;\n  margin: 24px 0;\n  font-weight: 600;\n  text-align: center;\n  font-size: 17px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 10px;\n  color: #222;\n  box-shadow: 0 5px 12px rgba(255,149,0,0.15);\n}\n.highlight::before {\n  content: \"⚡\";\n  font-size: 20px;\n}\n\n\/* ===== Paragraphs \u0026 Lists ===== *\/\np { font-size: 16.5px; color: #3a3a3a; margin-bottom: 16px; }\nul { padding-left: 22px; margin: 0 0 16px; }\nul li { margin-bottom: 10px; font-size: 16px; }\n\n\/* ===== Offer Box ===== *\/\n.offer-box {\n  background: linear-gradient(135deg, #ff7f00, #ff914d);\n  padding: 22px;\n  border-radius: 18px;\n  margin: 36px 0 28px;\n  font-weight: 700;\n  font-size: 18px;\n  text-align: center;\n  color: #fff;\n  box-shadow: 0 12px 28px rgba(255,127,0,0.35);\n  position: relative;\n  overflow: hidden;\n}\n.offer-box::after {\n  content: \"\";\n  position: absolute;\n  top: 0; left: -80px;\n  width: 70px; height: 100%;\n  background: rgba(255,255,255,0.3);\n  transform: skewX(-20deg);\n  animation: shine 3.5s infinite;\n}\n@keyframes shine {\n  0% { left: -80px; }\n  60% { left: 120%; }\n  100% { left: 120%; }\n}\n\n\/* ===== Collapsible Accordion (FAQ) ===== *\/\n.collapsible-section {\n  max-width: 860px;\n  margin: 34px auto;\n}\n.collapsible-section details {\n  margin-bottom: 14px;\n  border-radius: 14px;\n  background: #fff;\n  box-shadow: 0 4px 10px rgba(0,0,0,0.06);\n  border: 1px solid #eee;\n  overflow: hidden;\n  transition: all 0.3s ease;\n}\n.collapsible-section summary {\n  font-weight: 600;\n  font-size: 1.05rem;\n  cursor: pointer;\n  position: relative;\n  padding: 16px 20px;\n  background: #fafafa;\n  color: #111;\n  border-bottom: 1px solid #eee;\n  list-style: none;\n  border-radius: 12px;\n  transition: background 0.3s ease;\n}\n.collapsible-section summary:hover { background: #fff6e6; }\n.collapsible-section summary::after {\n  content: \"+\";\n  position: absolute;\n  right: 20px;\n  font-size: 1.35rem;\n  color: #ff7f00;\n  transition: transform 0.3s ease;\n}\n.collapsible-section[open] summary::after { content: \"–\"; }\n.collapsible-section p,\n.collapsible-section li {\n  margin: 12px 20px;\n  font-size: 15.8px;\n  color: #3a3a3a;\n  line-height: 1.65;\n}\n\n\/* ===== FAQ Subtext ===== *\/\n.faq-subtext {\n  text-align: center;\n  font-size: 1rem;\n  color: #555;\n  margin-bottom: 22px;\n}\n\n\/* ===== Trust Icons Strip ===== *\/\n.trust-strip {\n  display: flex;\n  justify-content: space-around;\n  align-items: center;\n  gap: 14px;\n  background: #f9fafb;\n  border: 1px solid #eee;\n  border-radius: 14px;\n  padding: 16px;\n  margin: 34px 0;\n}\n.trust-strip div {\n  font-size: 0.95rem;\n  color: #333;\n  font-weight: 600;\n  display: flex;\n  align-items: center;\n  gap: 6px;\n}\n.trust-strip div img { width: 22px; }\n\n\/* ===== Media ===== *\/\n.media-wrap { display: flex; justify-content: center; margin: 20px 0 12px; flex-direction: column; align-items: center; }\n.media-wrap img { max-width: 100%; border-radius: 16px; box-shadow: 0 6px 18px rgba(0,0,0,0.18); transition: transform 0.3s ease, box-shadow 0.3s ease; }\n.media-wrap img:hover { transform: scale(1.03); box-shadow: 0 10px 24px rgba(0,0,0,0.22); }\n.media-caption { font-size: 0.9rem; color: #555; margin-top: 8px; text-align: center; }\n\n\/* ===== Reviews Section ===== *\/\n.reviews {\n  margin: 40px 0;\n  text-align: center;\n}\n.reviews h2 {\n  font-size: 26px;\n  margin-bottom: 24px;\n  font-weight: 700;\n  color: #111;\n}\n.review-cards {\n  display: flex;\n  gap: 22px;\n  justify-content: center;\n  flex-wrap: wrap;\n}\n.review-card {\n  background: #fff;\n  border-radius: 18px;\n  padding: 20px 18px;\n  max-width: 300px;\n  box-shadow: 0 12px 28px rgba(0,0,0,0.08);\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n}\n.review-card:hover {\n  transform: translateY(-4px);\n  box-shadow: 0 18px 36px rgba(0,0,0,0.12);\n}\n.review-user {\n  display: flex;\n  align-items: center;\n  gap: 14px;\n  margin-bottom: 12px;\n}\n.review-user img {\n  width: 50px;\n  height: 50px;\n  border-radius: 50%;\n  object-fit: cover;\n  box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n}\n.review-user strong {\n  display: block;\n  font-weight: 600;\n  color: #222;\n}\n.review-user .verified {\n  font-size: 0.85rem;\n  color: #ff7f00;\n  font-weight: 500;\n  margin-top: 2px;\n}\n.review-stars {\n  color: #ffbf00;\n  font-size: 18px;\n  margin-bottom: 12px;\n}\n.review-card p {\n  font-size: 15.8px;\n  line-height: 1.65;\n  color: #3a3a3a;\n  margin: 0;\n}\n\n\/* ===== Mobile ===== *\/\n@media(max-width: 768px) {\n  .review-cards {\n    flex-direction: column;\n    align-items: center;\n  }\n  .review-card { max-width: 90%; }\n  h2 { font-size: 22px; }\n  p, ul li { font-size: 15.2px; }\n  .highlight { font-size: 15px; padding: 14px; }\n  .offer-box { font-size: 16px; padding: 18px; }\n  .collapsible-section summary { font-size: 1rem; padding: 14px; }\n  .faq-title { font-size: 1.6rem; }\n  .trust-strip { flex-direction: column; text-align: center; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-section\"\u003e\n\u003c!-- Upper Trust Banner --\u003e\n\u003cdiv class=\"upper-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0936\/8521\/9624\/files\/65b79d4992f40122ab2601e2_trust-badges.png?v=1751449762\" alt=\"Trust Badges\"\u003e\u003c\/div\u003e\n\u003c!-- Highlight --\u003e\n\u003cdiv class=\"highlight\"\u003eRISK FREE – Not happy? Get a full refund \u0026amp; keep the item!\u003c\/div\u003e\n\u003c!-- Product Content --\u003e\n\u003ch2\u003e✨ From Kitchen to Bathroom – One Cleaner for Spotless Results! ✨\u003c\/h2\u003e\n\u003cp\u003eSay goodbye to cleaning hassles! 🧽💪 From greasy kitchen stoves 🍳 to stubborn bathroom stains 🚿, this powerful cleaner makes every surface sparkle effortlessly. 🌟\u003c\/p\u003e\n\u003cdiv class=\"media-wrap\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/6653\/2665\/files\/ezgif.com-resize_7.webp?v=1728883408\" alt=\"Multipurpose Cleaner Demo GIF\"\u003e\n\u003cdiv class=\"media-caption\"\u003eInstant results on tough stains ✨\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eEffortless Cleaning for Your Entire Home\u003c\/h2\u003e\n\u003cp\u003eTired of scrubbing tough stains, wasting water, and spending hours cleaning? Introducing the \u003cstrong\u003ePowerful Multifunctional Cleaning Solution\u003c\/strong\u003e – your all-in-one answer for faster, easier, and more cost-effective cleaning.\u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0936\/8521\/9624\/files\/imgi_27_Mar_27_2025_04_34_19_PM.png?v=1755257808\"\u003e\u003c\/p\u003e\n\u003ch2\u003eWhy Choose Our Cleaner?\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e💧 \u003cstrong\u003eSaves Water \u0026amp; Energy\u003c\/strong\u003e – Less scrubbing, more shine.\u003c\/li\u003e\n\u003cli\u003e🧴 \u003cstrong\u003eAll-in-One\u003c\/strong\u003e – Perfect for countertops, floors, tiles \u0026amp; car interiors.\u003c\/li\u003e\n\u003cli\u003e💰 \u003cstrong\u003eCost-Effective\u003c\/strong\u003e – Replace multiple products with one solution.\u003c\/li\u003e\n\u003cli\u003e👐 \u003cstrong\u003eSafe for Skin\u003c\/strong\u003e – Gentle on hands, safe for kids \u0026amp; pets.\u003c\/li\u003e\n\u003cli\u003e⭐ \u003cstrong\u003eTrusted by Thousands\u003c\/strong\u003e – Loved by happy customers nationwide.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0936\/8521\/9624\/files\/imgi_31_f529a4aa92b9c22a8b3b96ecde60b87c5faa300b_2.webp?v=1755257808\"\u003e\u003c\/p\u003e\n\u003ch2\u003eHow to Use\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePour a small amount onto a scrubber.\u003c\/li\u003e\n\u003cli\u003eRub surface gently for a few seconds.\u003c\/li\u003e\n\u003cli\u003eWipe with a clean cloth.\u003c\/li\u003e\n\u003cli\u003eEnjoy instant shine!\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- Trust Strip --\u003e\n\u003cdiv class=\"trust-strip\"\u003e\n\u003cdiv\u003e\n\u003cimg src=\"https:\/\/img.icons8.com\/fluency-systems-filled\/48\/lock.png\"\u003e Secure Checkout\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cimg src=\"https:\/\/img.icons8.com\/fluency-systems-filled\/48\/money.png\"\u003e COD Available\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cimg src=\"https:\/\/img.icons8.com\/fluency-systems-filled\/48\/refresh.png\"\u003e Easy Returns\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Offer --\u003e\n\u003cdiv class=\"offer-box\"\u003e🎉 \u003cstrong\u003eSpecial Offer:\u003c\/strong\u003e Buy 1 bottle \u0026amp; get 3 FREE! Limited\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Accordion --\u003e\n\u003cdiv class=\"collapsible-section\"\u003e\n\u003ch2 class=\"faq-title\"\u003e❓ Frequently Asked Questions\u003c\/h2\u003e\n\u003cp class=\"faq-subtext\"\u003eStill have questions? Drop us an email 📩\u003c\/p\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhere do you ship?\u003c\/summary\u003e\n\u003cp\u003eWe currently ship all across India 🇮🇳. International shipping options are coming soon!\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow long will it take to receive my order?\u003c\/summary\u003e\n\u003cp\u003eOrders are delivered within 4–7 business days, depending on your location.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat payment methods do you support?\u003c\/summary\u003e\n\u003cp\u003eWe accept COD, UPI, Credit\/Debit cards \u0026amp; Net Banking.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I return the product if not satisfied?\u003c\/summary\u003e\n\u003cp\u003eYes! You can request a full refund if you are not satisfied, hassle-free.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this cleaner safe for kids and pets?\u003c\/summary\u003e\n\u003cp\u003eAbsolutely. Our formula is gentle on skin and safe around children and pets.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e","brand":"BEST SELLER","offers":[{"title":"Default Title","offer_id":50503083196712,"sku":"5849082488","price":499.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0936\/8521\/9624\/files\/imgi_55_WhatsApp_Image_2025-04-11_at_1.05.13_PM_2fb57cbc-0611-4787-a4e6-dd4d72cb84e9.jpg?v=1755587872","url":"https:\/\/www.machcart.in\/products\/multifunctional-cleaner-pack-of-4-100-ml","provider":"MACHCART","version":"1.0","type":"link"}