{"product_id":"pepper-powderமிளகு-தூள்-1","title":"Pepper 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: #2b2b2b; \/* Deep Peppercorn Charcoal *\/\n    --accent-color: #8a8d87;  \/* Muted Sterling Silver\/Ash *\/\n    --text-main: #1f1f1f;      \/* Intense Black *\/\n    --text-muted: #6a6a6a;     \/* Slate Grey *\/\n    --bg-light: #f8f9f8;       \/* Very Light Ash *\/\n    --border-color: #e3e4e2;   \/* 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(0, 0, 0, 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.05) grayscale(10%);\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: 600;\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 var(--border-color);\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=\"image-gallery-frame\"\u003e\u003cspan style=\"color: rgb(138, 141, 135); font-size: 0.85rem; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; background-color: rgb(255, 255, 255);\"\u003eInaiyan Reserve\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-essence\"\u003e\n\u003ch1 class=\"product-main-title\"\u003eBlack Pepper Powder\u003c\/h1\u003e\n\u003cspan class=\"product-native-title\"\u003eமிளகு பொடி • Single-Estate Spice\u003c\/span\u003e\n\u003cp class=\"editorial-narrative\"\u003e\"A sharp, woody, and intensely aromatic revelation, milled to preserve the sovereign heat of the Western Ghats.\"\u003c\/p\u003e\n\u003cp class=\"product-body-text\"\u003eInaiyan Black Pepper Powder elevates the most fundamental of seasonings into an epicurean luxury. Sourced from heritage estates known for producing the world's most pungent and flavorful berries, our peppercorns are vine-ripened and sun-dried. We utilize a specialized cold-milling process to ensure the volatile essential oils and rich piperine content remain entirely intact.\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\"\u003eHigh Piperine Content\u003c\/h2\u003e\n\u003cp class=\"pillar-desc\"\u003eSourced from select, mature berries that yield a bolder heat, sharp citrus notes, and profound depth of flavor.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pillar-item\"\u003e\n\u003ch2 class=\"pillar-title\"\u003eCold-Milled Precision\u003c\/h2\u003e\n\u003cp class=\"pillar-desc\"\u003eGround at exceptionally low temperatures to prevent the loss of delicate, highly aromatic essential oils.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pillar-item\"\u003e\n\u003ch2 class=\"pillar-title\"\u003eAbsolute Purity\u003c\/h2\u003e\n\u003cp class=\"pillar-desc\"\u003e100% pure black peppercorns. No stems, chaff, or anti-caking agents—just pure, unadulterated spice.\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 ultimate finishing touch for any discerning palate. Dust lightly over a prime cut of meat, fresh seasonal salads, or artisanal pastas just before serving to release an immediate burst of aromatic heat.\u003c\/p\u003e\n\u003cp style=\"margin-bottom: 0;\" class=\"ritual-text\"\u003eFor traditional South Indian fare, it acts as the robust, healing backbone of an authentic, soothing Rasam or freshly tempered Pongal.\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\u003e100% Pure Black Peppercorns (Piper nigrum)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProcessing\u003c\/td\u003e\n\u003ctd\u003eSun-Dried \u0026amp; Cold-Milled\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProvenance\u003c\/td\u003e\n\u003ctd\u003eWestern Ghats, 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":63729173823857,"sku":null,"price":51.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0943\/3631\/9857\/files\/pepperpowder.png?v=1766130458","url":"https:\/\/inaiyan.in\/products\/pepper-powder%e0%ae%ae%e0%ae%bf%e0%ae%b3%e0%ae%95%e0%af%81-%e0%ae%a4%e0%af%82%e0%ae%b3%e0%af%8d-1","provider":"Inaiyan","version":"1.0","type":"link"}