{"product_id":"premium-kitchen-sink-organizer-with-drip-tray","title":"Premium Kitchen Sink Organizer with Drip Tray","description":"\u003cdiv class=\"kitchiq-wrapper\"\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"kitchiq-hero\"\u003e\n\u003cdiv class=\"kitchiq-text\"\u003e\n\u003ch1\u003ePremium Kitchen Sink Organizer\u003c\/h1\u003e\n\u003ch2\u003ewith Drip Tray\u003c\/h2\u003e\n\u003cp class=\"tagline\"\u003eA cleaner sink. A calmer kitchen.\u003c\/p\u003e\n\u003cp class=\"intro\"\u003eClutter around the sink is one of those small frustrations that adds up. This organizer gives everything a home — so your countertop stays clear, your tools stay dry, and your kitchen feels effortlessly put together.\u003c\/p\u003e\n\u003cbutton class=\"cta\"\u003eBuy Now\u003c\/button\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kitchiq-image\"\u003e\u003cimg src=\"https:\/\/via.placeholder.com\/600x500\" alt=\"Sink Caddy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- BENEFITS --\u003e\n\u003cdiv class=\"kitchiq-grid\"\u003e\n\u003cdiv class=\"card\"\u003e🧼 Everything in one place\u003cbr\u003e\u003cspan\u003eKeeps sponge, brush \u0026amp; soap organized\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e💧 No more water damage\u003cbr\u003e\u003cspan\u003eDrip tray protects your countertop\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e🖤 Modern design\u003cbr\u003e\u003cspan\u003eMatte black fits any kitchen style\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e🛠 Built to last\u003cbr\u003e\u003cspan\u003eRust-resistant durable metal frame\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e✨ Easy cleaning\u003cbr\u003e\u003cspan\u003eRemovable tray for quick wash\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e📌 Stays stable\u003cbr\u003e\u003cspan\u003eNo tipping or sliding during use\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003cdiv class=\"kitchiq-footer\"\u003e\n\u003ch3\u003eA small upgrade that makes a real difference\u003c\/h3\u003e\n\u003cp\u003eOnce it's on your counter, you won’t know how you managed without it.\u003c\/p\u003e\n\u003cbutton class=\"cta big\"\u003eGet Yours Today\u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;600;800\u0026display=swap');\n\n.kitchiq-wrapper{\n  font-family: Inter, sans-serif;\n  background: #ffffff;\n  color: #111;\n  padding: 40px 20px;\n  overflow-x: hidden;\n}\n\n\/* HERO *\/\n.kitchiq-hero{\n  display: flex;\n  flex-wrap: wrap;\n  align-items: center;\n  justify-content: space-between;\n  gap: 30px;\n  margin-bottom: 50px;\n}\n\n.kitchiq-text{\n  flex: 1;\n  animation: fadeInLeft 1s ease;\n}\n\n.kitchiq-text h1{\n  font-size: 40px;\n  margin: 0;\n}\n\n.kitchiq-text h2{\n  font-size: 26px;\n  font-weight: 500;\n  color: #444;\n  margin-top: 5px;\n}\n\n.tagline{\n  font-size: 18px;\n  color: #666;\n  margin-top: 10px;\n}\n\n.intro{\n  margin-top: 20px;\n  line-height: 1.6;\n  color: #333;\n}\n\n.kitchiq-image{\n  flex: 1;\n  text-align: center;\n  animation: fadeInRight 1s ease;\n}\n\n.kitchiq-image img{\n  max-width: 100%;\n  border-radius: 16px;\n  box-shadow: 0 20px 60px rgba(0,0,0,0.12);\n  transition: transform 0.4s ease;\n}\n\n.kitchiq-image img:hover{\n  transform: scale(1.03);\n}\n\n\/* CTA *\/\n.cta{\n  margin-top: 20px;\n  padding: 14px 26px;\n  border: none;\n  background: black;\n  color: white;\n  font-size: 16px;\n  border-radius: 10px;\n  cursor: pointer;\n  transition: all 0.3s ease;\n}\n\n.cta:hover{\n  background: #333;\n  transform: translateY(-2px);\n}\n\n.cta.big{\n  font-size: 18px;\n  padding: 16px 34px;\n}\n\n\/* GRID *\/\n.kitchiq-grid{\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 20px;\n  margin-top: 40px;\n}\n\n.card{\n  padding: 20px;\n  border-radius: 14px;\n  background: #f7f7f7;\n  transition: all 0.3s ease;\n  opacity: 0;\n  transform: translateY(30px);\n  animation: fadeUp 0.8s ease forwards;\n}\n\n.card span{\n  display: block;\n  font-size: 14px;\n  color: #555;\n  margin-top: 6px;\n}\n\n.card:hover{\n  background: #000;\n  color: #fff;\n  transform: translateY(-5px);\n}\n\n.card:hover span{\n  color: #ddd;\n}\n\n\/* FOOTER *\/\n.kitchiq-footer{\n  text-align: center;\n  margin-top: 60px;\n  animation: fadeIn 1.2s ease;\n}\n\n.kitchiq-footer h3{\n  font-size: 26px;\n}\n\n\/* ANIMATIONS *\/\n@keyframes fadeInLeft{\n  from{opacity:0; transform:translateX(-40px);}\n  to{opacity:1; transform:translateX(0);}\n}\n\n@keyframes fadeInRight{\n  from{opacity:0; transform:translateX(40px);}\n  to{opacity:1; transform:translateX(0);}\n}\n\n@keyframes fadeUp{\n  to{opacity:1; transform:translateY(0);}\n}\n\n@keyframes fadeIn{\n  from{opacity:0;}\n  to{opacity:1;}\n}\n\n\/* MOBILE *\/\n@media(max-width:768px){\n  .kitchiq-text h1{font-size:30px;}\n  .kitchiq-text h2{font-size:20px;}\n}\n\u003c\/style\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Kitchiq","offers":[{"title":"Default Title","offer_id":52266501603630,"sku":null,"price":449.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0992\/7793\/0798\/files\/ChatGPTImageJul1_2026at10_30_16PM.png?v=1782992120","url":"https:\/\/kitchiq.co.za\/products\/premium-kitchen-sink-organizer-with-drip-tray","provider":"Kitchiq","version":"1.0","type":"link"}