{"product_id":"kalahari-buffalo-hot-sauce-250ml-gourmet-hot-sauce-with-red-cayenne-peppers-copy-copy","title":"Kalahari Chipotle Hot Sauce 250ml","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eKalahari Chipotle Hot Sauce 250ml\u003c\/title\u003e\n    \u003c!-- Importing Poppins font --\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n    \u003cstyle\u003e\n        \/* Set body background to complement the dark theme *\/\n        body {\n            background-color: #000000; \/* Deep Matte Black Primary Background *\/\n            display: flex;\n            justify-content: center;\n            padding: 20px;\n            margin: 0;\n        }\n\n        \/* LUXURY COLORS: Formalized Palette *\/\n        :root {\n            --primary-bg: #000000;\n            --secondary-bg: #1A1A1A; \/* Slight contrast for inner elements\/hover states *\/\n            --luxury-gold: #C5A880; \/* Warm luxury gold *\/\n            --hover-gold: #DEB97C;  \/* Light gold for highlights *\/\n            --primary-text: #F5F5F5; \/* Warm off-white text *\/\n            --neutral-grey: #666666; \/* Subtle dividers *\/\n            \/* UNIQUE ACCENT COLORS for Chipotle (Deep Smoky Brown\/Red) *\/\n            --chipotle-brown: #794D3C; \n            --heat-red: var(--chipotle-brown); \n            --sauce-accent-color: var(--chipotle-brown); \n            --secondary-sauce-color: var(--chipotle-brown); \n        }\n        \n        \/* BASE CONTAINER FOR SHOPiFY EMBED *\/\n        .crunch-description {\n            font-family: 'Poppins', sans-serif;\n            background: var(--secondary-bg); \n            color: var(--primary-text); \n            padding: 50px 40px;\n            border-radius: 16px;\n            max-width: 900px; \n            width: 100%;\n            margin: 0 auto;\n            \/* Subtle Gold\/Dark Shadow for WOW factor (using the specified RGB) *\/\n            box-shadow: 0 0 40px rgba(197, 168, 128, 0.1), 0 0 20px rgba(0, 0, 0, 0.9);\n            border: 2px solid var(--luxury-gold)22; \/* Thicker, softer gold border for luxury framing *\/\n        }\n\n        \/* Small Caps Style for Title - NOW USING LUXURY GOLD *\/\n        .product-title {\n            color: var(--luxury-gold); \/* GOLD for Primary Title *\/\n            font-size: 44px; \n            font-weight: 700;\n            margin-bottom: 5px;\n            text-align: center;\n            letter-spacing: 3px;\n            \/* Text Shadow for depth and gold glow *\/\n            text-shadow: 0 0 15px rgba(197, 168, 128, 0.7); \n        }\n        \n        \/* Small caps effect applied via CSS *\/\n        .small-caps-text {\n            text-transform: uppercase;\n            font-size: 90%; \n            letter-spacing: 5px; \n            font-variant: small-caps;\n        }\n\n        .product-subtitle {\n            color: var(--secondary-sauce-color); \/* Chipotle Brown accent *\/\n            font-size: 30px; \n            font-weight: 600;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n\n        .tagline {\n            color: #c9c9c9; \/* Keeping soft grey for subtlety *\/\n            font-style: italic;\n            margin-bottom: 35px;\n            font-size: 19px;\n            text-align: center;\n            font-weight: 300;\n            letter-spacing: 0.8px;\n        }\n\n        .icons-row {\n            display: flex;\n            justify-content: center;\n            gap: 35px;\n            margin: 30px 0;\n            padding-bottom: 20px;\n            border-bottom: 2px solid rgba(197, 168, 128, 0.2); \/* Gold separator *\/\n        }\n\n        .icon {\n            font-size: 36px; \n            transition: transform 0.2s;\n            color: var(--luxury-gold); \/* Icons are gold for single bottle *\/\n        }\n        .icon:hover {\n            transform: scale(1.2); \n        }\n\n        \/* HEAT LEVEL INDICATOR - Single Heat *\/\n        .heat-indicator {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 25px 0;\n            gap: 15px;\n            padding: 15px 0;\n            border-top: 2px solid rgba(197, 168, 128, 0.2);\n            border-bottom: 2px solid rgba(197, 168, 128, 0.2);\n        }\n        .heat-label {\n            color: var(--luxury-gold); \/* Warm Luxury Gold *\/\n            font-weight: 600;\n            font-size: 20px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n        \n        .heat-svg-image {\n            max-width: 160px; \/* Sizing the SVG for visibility *\/\n            height: auto;\n            margin: 0 10px;\n            \/* Applying a glow effect to simulate the color of the heat accent *\/\n            filter: drop-shadow(0 0 5px rgba(121, 77, 60, 0.8)); \n        }\n\n        .heat-spectrum-text {\n            color: var(--heat-red); \/* Chipotle Brown accent for heat warning *\/\n            font-size: 17px;\n            font-weight: 500;\n        }\n\n        \/* Trio Flavor Tags - repurposed for single bottle profile *\/\n        .trio-profile-tags {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 25px 0 40px 0; \n            gap: 20px;\n            flex-wrap: wrap;\n        }\n        .trio-tag {\n            color: var(--secondary-sauce-color); \/* Chipotle Brown accent *\/\n            font-weight: 600;\n            text-transform: capitalize;\n            padding: 8px 16px;\n            border: 2px solid var(--secondary-sauce-color);\n            border-radius: 20px;\n            font-size: 16px;\n        }\n\n\n        .intro-text {\n            padding: 30px;\n            background: rgba(121, 77, 60, 0.1); \/* Chipotle Brown tint background *\/\n            border-radius: 12px;\n            border-left: 8px solid var(--luxury-gold); \/* THICKER LUXURY GOLD accent bar *\/\n            font-size: 17px;\n            line-height: 1.7;\n            text-align: justify;\n            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); \/* Subtle internal shadow *\/\n        }\n        .intro-text p strong {\n            color: var(--luxury-gold); \/* Ensure strong words pop with gold *\/\n        }\n\n        .product-meta {\n            display: flex;\n            justify-content: space-around;\n            margin: 35px 0;\n            padding: 25px 20px; \n            background: rgba(255,255,255,0.03);\n            border-radius: 12px;\n            flex-wrap: wrap;\n            border: 1px solid var(--luxury-gold)11;\n        }\n\n        .meta-item {\n            text-align: center;\n            flex: 1;\n            min-width: 150px;\n            padding: 15px 5px;\n        }\n\n        .meta-icon { \n            font-size: 32px; \n            margin-bottom: 8px; \n            color: var(--luxury-gold); \/* Warm Luxury Gold *\/\n        }\n        .meta-label { font-weight: 700; color: var(--sauce-accent-color); font-size: 14px; text-transform: uppercase; letter-spacing: 2px; }\n        .meta-value { color: #ffffff; font-size: 17px; margin-top: 4px; }\n\n        \/* HIDE COLLECTION SECTIONS *\/\n        .sauce-collection-grid, .sauce-collection-title, .four-pack-breakdown { display: none !important; }\n\n        \/* Features\/Benefits - standard styling retained *\/\n        .features {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 30px;\n            margin: 40px 0;\n        }\n\n        .feature {\n            padding: 30px;\n            background: var(--secondary-bg); \n            border-radius: 12px;\n            text-align: center;\n            border: 1px solid var(--luxury-gold)11;\n            border-bottom: 5px solid var(--luxury-gold); \n        }\n\n        .feature-icon { font-size: 40px; margin-bottom: 15px; color: var(--heat-red); } \/* Chipotle Brown Icon *\/\n        .feature-title { \n            font-weight: 700; \n            color: var(--luxury-gold); \n            margin-bottom: 12px; \n            font-size: 20px; \n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n        .feature p { color: #e0e0e0; font-size: 15px; line-height: 1.5; }\n\n        .usage-section {\n            margin: 40px 0;\n            padding: 30px;\n            background: rgba(255,255,255,0.03);\n            border-radius: 12px;\n            border: 1px solid var(--luxury-gold)11;\n        }\n\n        .usage-title {\n            text-align: center;\n            font-weight: 700;\n            color: var(--luxury-gold); \/* GOLD HEADING *\/\n            margin-bottom: 25px;\n            font-size: 24px;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n        }\n\n        .usage-tags {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 12px;\n            justify-content: center;\n        }\n\n        .tag {\n            background: var(--luxury-gold); \/* Warm Luxury Gold *\/\n            color: #1c1c1c; \n            padding: 10px 20px;\n            border-radius: 30px;\n            font-size: 15px;\n            font-weight: 600;\n            transition: background 0.2s, transform 0.2s;\n            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);\n        }\n        .tag:hover {\n            background: var(--hover-gold); \/* Lighter gold on hover *\/\n            transform: translateY(-3px); \/* Deeper lift on hover *\/\n        }\n        \n        \/* Nutritional Facts Section *\/\n        .nutritional-facts {\n            margin: 40px 0;\n            padding: 30px;\n            background: var(--secondary-bg); \n            border-radius: 12px;\n            border: 1px solid rgba(197, 168, 128, 0.4); \n        }\n\n        .facts-title {\n            text-align: center;\n            font-weight: 700;\n            color: var(--luxury-gold); \/* GOLD HEADING *\/\n            font-size: 24px;\n            margin-bottom: 10px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n\n        .facts-subtitle {\n            text-align: center;\n            font-weight: 500;\n            color: var(--luxury-gold); \n            font-size: 16px;\n            margin-bottom: 25px;\n        }\n\n        .facts-table {\n            border: 2px solid var(--sauce-accent-color); \/* Chipotle Brown border *\/\n            border-radius: 6px;\n            padding: 10px;\n            max-width: 400px;\n            margin: 0 auto;\n        }\n\n        .table-row {\n            display: flex;\n            justify-content: space-between;\n            padding: 10px 5px;\n        }\n        \n        .main-row {\n            font-weight: 600;\n            border-bottom: 1px solid rgba(255, 255, 255, 0.1);\n            font-size: 17px;\n        }\n\n        .sub-row {\n            font-weight: 400;\n            padding-left: 15px;\n            color: #c9c9c9;\n        }\n\n        .facts-footer {\n            text-align: center;\n            font-size: 13px;\n            color: var(--sauce-accent-color); \/* Chipotle Brown *\/\n            margin-top: 15px;\n        }\n\n\n        @media (max-width: 768px) {\n            .crunch-description { padding: 25px; }\n            .product-title { font-size: 34px; letter-spacing: 2px; }\n            .product-subtitle { font-size: 22px; }\n            .features { grid-template-columns: 1fr; }\n            .product-meta { flex-direction: column; gap: 20px; }\n            .facts-table { max-width: 100%; }\n        }\n    \u003c\/style\u003e\n\n\n\n    \u003cdiv class=\"crunch-description\"\u003e\n        \u003c!-- Main Title --\u003e\n        \u003ch1 class=\"product-title\"\u003e\n            \u003cspan class=\"small-caps-text\"\u003eKalahari Chipotle Hot Sauce\u003c\/span\u003e\n        \u003c\/h1\u003e\n        \u003c!-- UPDATED SUBTITLE --\u003e\n        \u003cdiv class=\"product-subtitle\"\u003e250ml Gourmet Hot Sauce with Smoked Jalapeños | Earthy \u0026amp; Savoury\u003c\/div\u003e\n        \u003c!-- UPDATED TAGLINE --\u003e\n        \u003cp class=\"tagline\"\u003eThe **Smoky Southwest Staple**: Deeply smoked jalapeños combine with rich spices and a manageable medium heat for unparalleled depth of flavour.\u003c\/p\u003e\n        \n        \u003c!-- Icons Row (Single Bottle Focus) --\u003e\n        \u003cdiv class=\"icons-row\"\u003e\n            \u003cdiv class=\"icon\"\u003e💨\u003c\/div\u003e \u003c!-- Smoke --\u003e\n            \u003cdiv class=\"icon\"\u003e🌮\u003c\/div\u003e \u003c!-- Mexican\/Tacos --\u003e\n            \u003cdiv class=\"icon\"\u003e🌶️\u003c\/div\u003e \u003c!-- Jalapeño\/Chipotle --\u003e\n            \u003cdiv class=\"icon\"\u003e🍖\u003c\/div\u003e \u003c!-- BBQ\/Grill --\u003e\n            \u003cdiv class=\"icon\"\u003e🏆\u003c\/div\u003e \u003c!-- Gourmet Quality --\u003e\n        \u003c\/div\u003e\n        \n        \u003c!-- HEAT INDICATOR (Medium 2\/5) --\u003e\n        \u003cdiv class=\"heat-indicator\"\u003e\n            \u003cspan class=\"heat-label\"\u003eHEAT LEVEL:\u003c\/span\u003e\n            \u003c!-- Using heatLevel-02.svg for Medium --\u003e\n            \u003cimg src=\"https:\/\/melindas.com\/cdn\/shop\/files\/heatLevel-02.svg?v=14501204832960963571\" alt=\"Heat Level 2\/5 Medium Icon\" class=\"heat-svg-image\"\u003e\n            \u003cspan class=\"heat-spectrum-text\"\u003e(Medium Heat - Rich Smoke and Savoury Spice)\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- FLAVOR TAGS (Single Bottle Profile) --\u003e\n        \u003cdiv class=\"trio-profile-tags\"\u003e\n            \u003cspan class=\"trio-tag\"\u003eDeep Smoke Flavour\u003c\/span\u003e\n            \u003cspan class=\"trio-tag\"\u003eEarthy \u0026amp; Savoury\u003c\/span\u003e\n            \u003cspan class=\"trio-tag\"\u003eMedium Table Heat\u003c\/span\u003e\n            \u003cspan class=\"trio-tag\"\u003eLarge 250ml Volume\u003c\/span\u003e\n        \u003c\/div\u003e\n        \n        \u003c!-- Introduction Text (Updated focus) --\u003e\n        \u003cdiv class=\"intro-text\"\u003e\n            \u003cp\u003eThe **Kalahari Chipotle Hot Sauce** captures the authentic, rich flavour of the Southwest. Made from **deeply smoked, mature jalapeño peppers**, this sauce delivers an unmistakable earthy aroma and a satisfying medium heat. Unlike thin vinegar sauces, our Chipotle blend is thick, savoury, and perfect for marinating, drizzling over tacos, or mixing into chili and stews. Bottled in a large **250ml format**, it's the versatile secret weapon for adding smoky depth to your kitchen creations.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003c!-- Product Metadata (Single Bottle) --\u003e\n        \u003cdiv class=\"product-meta\"\u003e\n            \u003cdiv class=\"meta-item\"\u003e\n                \u003cdiv class=\"meta-icon\"\u003e⚖️\u003c\/div\u003e\n                \u003cdiv class=\"meta-label\"\u003eVolume\u003c\/div\u003e\n                \u003cdiv class=\"meta-value\"\u003e250ml Glass Bottle\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"meta-item\"\u003e\n                \u003cdiv class=\"meta-icon\"\u003e🌶️\u003c\/div\u003e\n                \u003cdiv class=\"meta-label\"\u003eKey Peppers\u003c\/div\u003e\n                \u003cdiv class=\"meta-value\"\u003eSmoked Jalapeños (Chipotle)\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"meta-item\"\u003e\n                \u003cdiv class=\"meta-icon\"\u003e🥣\u003c\/div\u003e\n                \u003cdiv class=\"meta-label\"\u003eFlavor Profile\u003c\/div\u003e\n                \u003cdiv class=\"meta-value\"\u003eSmoky, Earthy, Savoury, Mild Tang\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"meta-item\"\u003e\n                \u003cdiv class=\"meta-icon\"\u003e🌡️\u003c\/div\u003e\n                \u003cdiv class=\"meta-label\"\u003eScoville Estimate\u003c\/div\u003e\n                \u003cdiv class=\"meta-value\"\u003eMEDIUM (Deep Flavour Focus)\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003c!-- Features\/Benefits (Updated for Chipotle Use) --\u003e\n        \u003cdiv class=\"features\"\u003e\n            \u003cdiv class=\"feature\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🔥\u003c\/div\u003e\n                \u003cdiv class=\"feature-title\"\u003eAuthentic Smokehouse Flavour\u003c\/div\u003e\n                \u003cp\u003eWe use a meticulous smoking process to imbue the jalapeños with a deep, wood-fired aroma, transforming them into classic Chipotle peppers.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🥩\u003c\/div\u003e\n                \u003cdiv class=\"feature-title\"\u003eRich, Thick Consistency\u003c\/div\u003e\n                \u003cp\u003eThe sauce has a dense, coat-friendly texture, making it ideal for marinating meats, spreading on sandwiches, and mixing into dips.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🌮\u003c\/div\u003e\n                \u003cdiv class=\"feature-title\"\u003eVersatile Mexican Staple\u003c\/div\u003e\n                \u003cp\u003eEssential for all Mexican and Southwestern dishes, or to add a robust, smoky dimension to BBQ and grilled foods.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003c!-- Nutritional Facts Section (Hot Sauce) --\u003e\n        \u003cdiv class=\"nutritional-facts\"\u003e\n            \u003cdiv class=\"facts-title\"\u003eNutritional Information\u003c\/div\u003e\n            \u003cdiv class=\"facts-subtitle\"\u003eAverage Per Serving (5g \/ 1 Teaspoon)\u003c\/div\u003e\n            \n            \u003cdiv class=\"facts-table\"\u003e\n                \u003cdiv class=\"table-row main-row\"\u003e\n                    \u003cspan class=\"fact-label\"\u003eCalories\u003c\/span\u003e\n                    \u003cspan class=\"fact-value\"\u003e5\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"table-row main-row\"\u003e\n                    \u003cspan class=\"fact-label\"\u003eTotal Fat\u003c\/span\u003e\n                    \u003cspan class=\"fact-value\"\u003e0g\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"table-row sub-row\"\u003e\n                    \u003cspan class=\"fact-label\"\u003eSaturated Fat\u003c\/span\u003e\n                    \u003cspan class=\"fact-value\"\u003e0g\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"table-row main-row\"\u003e\n                    \u003cspan class=\"fact-label\"\u003eSodium (Varies)\u003c\/span\u003e\n                    \u003cspan class=\"fact-value\"\u003e55mg\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"table-row main-row\"\u003e\n                    \u003cspan class=\"fact-label\"\u003eTotal Carbohydrate\u003c\/span\u003e\n                    \u003cspan class=\"fact-value\"\u003e1g\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"table-row sub-row\"\u003e\n                    \u003cspan class=\"fact-label\"\u003eTotal Sugars\u003c\/span\u003e\n                    \u003cspan class=\"fact-value\"\u003e1g\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"table-row main-row\"\u003e\n                    \u003cspan class=\"fact-label\"\u003eProtein\u003c\/span\u003e\n                    \u003cspan class=\"fact-value\"\u003e0g\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"facts-footer\"\u003e\n                *Approximate values based on sauce blend. Specifics may vary slightly.\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Usage Section (Specific Pairing Guide) --\u003e\n        \u003cdiv class=\"usage-section\"\u003e\n            \u003cdiv class=\"usage-title\"\u003ePairing and Usage Guide\u003c\/div\u003e\n            \u003cdiv class=\"usage-tags\"\u003e\n                \u003cspan class=\"tag\"\u003eTacos, Burritos \u0026amp; Quesadillas\u003c\/span\u003e\n                \u003cspan class=\"tag\"\u003eBBQ Ribs \u0026amp; Pulled Pork\u003c\/span\u003e\n                \u003cspan class=\"tag\"\u003eChili \u0026amp; Stews\u003c\/span\u003e\n                \u003cspan class=\"tag\"\u003eMarinades for Chicken \u0026amp; Steak\u003c\/span\u003e\n                \u003cspan class=\"tag\"\u003eBlack Beans \u0026amp; Rice\u003c\/span\u003e\n                \u003cspan class=\"tag\"\u003eEggs \u0026amp; Breakfast Bowls\u003c\/span\u003e\n                \u003cspan class=\"tag\"\u003eGourmet Sandwich Spreads\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Kalahari Chilli","offers":[{"title":"250ml","offer_id":47084043206894,"sku":null,"price":129.0,"currency_code":"ZAR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0707\/4571\/9022\/files\/CHIPOTLEHOTSAUCE250ML.jpg?v=1760998824","url":"https:\/\/www.kalaharichilli.co.za\/products\/kalahari-buffalo-hot-sauce-250ml-gourmet-hot-sauce-with-red-cayenne-peppers-copy-copy","provider":"Kalahari Chilli","version":"1.0","type":"link"}