{"product_id":"sambar-powderசாம்பார்-பொடி-1","title":"Sambar Powder(சாம்பார் பொடி) - 100g","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003c!-- Google Fonts for Luxury Editorial Aesthetic --\u003e\n\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink 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\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --primary-color: #4a2118; \/* Deep Heritage Terracotta\/Spice *\/\n    --accent-color: #c97a34;  \/* Rich Turmeric Gold *\/\n    --text-main: #2d2625;      \/* Warm Charcoal *\/\n    --text-muted: #6b5c58;     \/* Muted Earth *\/\n    --bg-light: #fcfbfa;       \/* Fine Alabaster *\/\n    --border-color: #ede6e3;   \/* 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(74, 33, 24, 0.05);\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) saturate(1.05);\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 #ede6e3;\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\"\u003eSambar Powder\u003c\/h1\u003e\n\u003cspan class=\"product-native-title\"\u003eசாம்பார் பொடி • Master Spice Blend\u003c\/span\u003e\n\u003cp class=\"editorial-narrative\"\u003e\"An aromatic symphony of sun-dried spices, capturing the very soul of the South Indian festive kitchen.\"\u003c\/p\u003e\n\u003cp class=\"product-body-text\"\u003eInaiyan Sambar Powder is a masterclass in flavor balancing. We meticulously select the finest coriander seeds, fiery red chilies, earthy fenugreek, and fragrant curry leaves, sun-drying them to perfection before stone-grinding. This complex, full-bodied blend delivers the authentic, deeply savory, and slightly tangy profile required for a truly masterful sambar.\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\"\u003eMasterfully Blended\u003c\/h2\u003e\n\u003cp class=\"pillar-desc\"\u003eA complex amalgamation of over 12 native spices, balanced to achieve the perfect harmony of heat, earthiness, and aroma.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pillar-item\"\u003e\n\u003ch2 class=\"pillar-title\"\u003eSun-Dried \u0026amp; Milled\u003c\/h2\u003e\n\u003cp class=\"pillar-desc\"\u003eSpices are naturally sun-dried and gently milled to preserve the delicate, volatile essential oils that provide immense depth.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pillar-item\"\u003e\n\u003ch2 class=\"pillar-title\"\u003eUncompromisingly Pure\u003c\/h2\u003e\n\u003cp class=\"pillar-desc\"\u003eCompletely devoid of synthetic colors, starches, or artificial flavor enhancers. True taste, unblemished.\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 Culinary Ritual\u003c\/h3\u003e\n\u003cp class=\"ritual-text\"\u003eThe foundation of a feast. To unlock the full aromatic bouquet, temper a spoonful of Inaiyan Sambar Powder in hot ghee or cold-pressed oil for just a few seconds before incorporating it into your simmering broth.\u003c\/p\u003e\n\u003cp style=\"margin-bottom: 0;\" class=\"ritual-text\"\u003eLet it meld slowly with cooked pigeon peas (toor dal), fresh tamarind extract, and seasonal vegetables to create a rich, enveloping stew that defines comfort.\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\u003eKey Ingredients\u003c\/td\u003e\n\u003ctd\u003eCoriander, Red Chili, Fenugreek, Cumin, Toor Dal, Curry Leaves\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":63729203675505,"sku":null,"price":72.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0943\/3631\/9857\/files\/DSC_8134.jpg?v=1770207614","url":"https:\/\/inaiyan.in\/products\/sambar-powder%e0%ae%9a%e0%ae%be%e0%ae%ae%e0%af%8d%e0%ae%aa%e0%ae%be%e0%ae%b0%e0%af%8d-%e0%ae%aa%e0%af%8a%e0%ae%9f%e0%ae%bf-1","provider":"Inaiyan","version":"1.0","type":"link"}