{"product_id":"dal-powderபருப்பு-பொடி","title":"Dal Powder(பருப்பு பொடி) - 100g","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003c!-- Google Fonts for Luxury Editorial Aesthetic --\u003e\n\u003cp\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\" rel=\"preconnect\"\u003e \u003clink crossorigin=\"\" href=\"https:\/\/fonts.gstatic.com\" rel=\"preconnect\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400\u0026amp;family=Inter:wght@300;400;500\u0026amp;display=swap\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --primary-color: #1a2e26; \/* Deep Heritage Green *\/\n    --accent-color: #bfa15f;  \/* Muted Luxury Gold *\/\n    --text-main: #2d3330;      \/* Soft Charcoal *\/\n    --text-muted: #616b66;     \/* Olive Grey *\/\n    --bg-light: #fbfbfa;       \/* Fine Alabaster *\/\n    --border-color: #e5e8e2;   \/* Subtle Rule Line *\/\n  }\n\n  .premium-product-container {\n    max-width: 1050px;\n    margin: 40px auto;\n    font-family: 'Inter', sans-serif;\n    color: var(--text-main);\n    background-color: #ffffff;\n    padding: 60px;\n    box-shadow: 0 20px 50px rgba(26, 46, 38, 0.04);\n    border: 1px solid var(--border-color);\n  }\n\n  \/* Editorial Split Layout *\/\n  .editorial-hero {\n    display: grid;\n    grid-template-columns: 1.1fr 1.3fr;\n    gap: 60px;\n    align-items: center;\n    border-bottom: 1px solid var(--border-color);\n    padding-bottom: 50px;\n    margin-bottom: 50px;\n  }\n\n  .image-gallery-frame {\n    position: relative;\n    padding: 15px;\n    border: 1px solid var(--border-color);\n    background: var(--bg-light);\n  }\n\n  .image-gallery-frame img {\n    width: 100%;\n    height: auto;\n    display: block;\n    filter: contrast(1.02);\n    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);\n  }\n\n  .image-gallery-frame:hover img {\n    transform: scale(1.02);\n  }\n\n  \/* Typography Styles *\/\n  .brand-identifier {\n    font-size: 0.85rem;\n    text-transform: uppercase;\n    letter-spacing: 4px;\n    color: var(--accent-color);\n    font-weight: 500;\n    margin-bottom: 15px;\n    display: block;\n  }\n\n  .product-main-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 3.5rem;\n    font-weight: 400;\n    line-height: 1.1;\n    color: var(--primary-color);\n    margin: 0 0 10px 0;\n  }\n\n  .product-native-title {\n    font-family: 'Inter', sans-serif;\n    font-size: 1.2rem;\n    font-weight: 400;\n    color: var(--text-muted);\n    letter-spacing: 1px;\n    margin-bottom: 30px;\n    display: block;\n  }\n\n  .editorial-narrative {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 1.4rem;\n    line-height: 1.6;\n    color: var(--text-main);\n    font-style: italic;\n    margin-bottom: 30px;\n    border-left: 2px solid var(--accent-color);\n    padding-left: 20px;\n  }\n\n  .product-body-text {\n    font-size: 0.95rem;\n    line-height: 1.8;\n    color: var(--text-muted);\n    margin-bottom: 25px;\n  }\n\n  \/* Minimalist Features Grid *\/\n  .luxury-pillars {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 30px;\n    margin-bottom: 50px;\n  }\n\n  .pillar-item {\n    text-align: left;\n  }\n\n  .pillar-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 1.5rem;\n    color: var(--primary-color);\n    margin: 0 0 10px 0;\n    font-weight: 600;\n  }\n\n  .pillar-desc {\n    font-size: 0.9rem;\n    line-height: 1.6;\n    color: var(--text-muted);\n    margin: 0;\n  }\n\n  \/* Specifications \u0026 Ritual Split *\/\n  .details-split {\n    display: grid;\n    grid-template-columns: 1.2fr 1fr;\n    gap: 60px;\n    background: var(--bg-light);\n    padding: 40px;\n    border-radius: 4px;\n  }\n\n  .ritual-section h3, .specs-section h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 1.8rem;\n    color: var(--primary-color);\n    margin-top: 0;\n    margin-bottom: 20px;\n    letter-spacing: 0.5px;\n  }\n\n  .ritual-text {\n    font-size: 0.95rem;\n    line-height: 1.8;\n    color: var(--text-muted);\n  }\n\n  \/* Elegant Specs Table *\/\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .specs-table td {\n    padding: 12px 0;\n    font-size: 0.9rem;\n    border-bottom: 1px solid #e1e5de;\n  }\n\n  .specs-table td:first-child {\n    font-weight: 500;\n    color: var(--primary-color);\n    width: 40%;\n  }\n\n  .specs-table td:last-child {\n    color: var(--text-muted);\n    text-align: right;\n  }\n\n  \/* Responsive Adjustments *\/\n  @media (max-width: 868px) {\n    .premium-product-container { padding: 30px; margin: 10px; }\n    .editorial-hero { grid-template-columns: 1fr; gap: 40px; }\n    .luxury-pillars { grid-template-columns: 1fr; gap: 25px; }\n    .details-split { grid-template-columns: 1fr; gap: 40px; padding: 25px; }\n    .product-main-title { font-size: 2.8rem; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"premium-product-container\"\u003e\n\u003c!-- Section 1: Hero Editorial Showcase --\u003e\n\u003cdiv class=\"editorial-hero\"\u003e\n\u003cdiv class=\"product-essence\"\u003e\n\u003cspan class=\"brand-identifier\"\u003eInaiyan Heritage\u003c\/span\u003e\n\u003ch1 class=\"product-main-title\"\u003eDal Powder\u003c\/h1\u003e\n\u003cspan class=\"product-native-title\"\u003eபருப்பு பொடி • Premium Spice Blend\u003c\/span\u003e\n\u003cp class=\"editorial-narrative\"\u003e\"A sensory return to the sun-drenched courtyards of Southern India, where culinary craft is passed down like an heirloom.\"\u003c\/p\u003e\n\u003cp class=\"product-body-text\"\u003eInaiyan Dal Powder honors timeless culinary traditions. We selectively source the finest native lentils, slowly dry-roasting them in micro-batches to coax out deep, complex nutty undertones. Hand-milled alongside pristine spices, this exquisite condiment captures an authentic profile free from any modern compromises.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Section 2: Luxury Value Pillars --\u003e\n\u003cdiv class=\"luxury-pillars\"\u003e\n\u003cdiv class=\"pillar-item\"\u003e\n\u003ch2 class=\"pillar-title\"\u003ePurely Single-Origin\u003c\/h2\u003e\n\u003cp class=\"pillar-desc\"\u003eSourced directly from pristine regional farms deeply rooted in sustainable, clean agriculture.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pillar-item\"\u003e\n\u003ch2 class=\"pillar-title\"\u003eMicro-Batch Roasted\u003c\/h2\u003e\n\u003cp class=\"pillar-desc\"\u003eSlow-toasted under precise thermal conditions to capture an immaculate, vibrant aromatic peak.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pillar-item\"\u003e\n\u003ch2 class=\"pillar-title\"\u003eUncompromisingly Clean\u003c\/h2\u003e\n\u003cp class=\"pillar-desc\"\u003eCompletely unblemished by fillers, artificial compounds, anti-caking agents, or preservatives.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Section 3: The Ritual \u0026 Specifications Table --\u003e\n\u003cdiv class=\"details-split\"\u003e\n\u003cdiv class=\"ritual-section\"\u003e\n\u003ch3\u003eThe Serving Ritual\u003c\/h3\u003e\n\u003cp class=\"ritual-text\"\u003eTransform a simple meal into an epicurean experience. Introduce a generous dusting of Inaiyan Dal Powder over a bed of freshly steamed, steaming hot heirloom rice. Crown the dish with a slow pour of warm, artisanal clarified butter (ghee) or premium cold-pressed gingelly oil.\u003c\/p\u003e\n\u003cp class=\"ritual-text\" style=\"margin-bottom: 0;\"\u003eAlternatively, utilize it as a dry accompaniment to freshly steamed idlis or crisp, lace-edged dosas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch3\u003eSpecifications\u003c\/h3\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eNet Weight\u003c\/td\u003e\n\u003ctd\u003e100 Grams\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIngredients\u003c\/td\u003e\n\u003ctd\u003ePremium Roasted Lentils, Red Chili, Cumin, Salt, Hing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDietary Profile\u003c\/td\u003e\n\u003ctd\u003e100% Plant-Based \/ Vegetarian\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProvenance\u003c\/td\u003e\n\u003ctd\u003eTamil Nadu, India\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Thayan Masala","offers":[{"title":"Default Title","offer_id":63729130144113,"sku":null,"price":64.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0943\/3631\/9857\/files\/DalPowder.png?v=1766130412","url":"https:\/\/inaiyan.in\/products\/dal-powder%e0%ae%aa%e0%ae%b0%e0%af%81%e0%ae%aa%e0%af%8d%e0%ae%aa%e0%af%81-%e0%ae%aa%e0%af%8a%e0%ae%9f%e0%ae%bf","provider":"Inaiyan","version":"1.0","type":"link"}