{"product_id":"gaslandchef-50-5-burner-gas-cooktop-with-griddle-stainless-steel","title":"Gaslandchef 30\" 5 Burner Gas Cooktop With Griddle - Stainless Steel","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    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800\u0026display=swap');\n\n        \/* Main container styling *\/\n        .gl-chef-wrapper {\n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: transparent !important;\n            color: #334155 !important; \n            max-width: 1000px;\n            margin: 0 auto;\n            padding: 5px 15px 15px;\n            line-height: 1.6;\n            box-sizing: border-box;\n        }\n\n        .gl-chef-wrapper * { box-sizing: border-box; }\n\n        \/* Brand design tokens *\/\n        .gl-chef-wrapper {\n            --gl-slate: #1e293b;\n            --gl-gold: #b45309;\n            --gl-silver: #94a3b8;\n            --gl-bg-light: #f8fafc;\n            --gl-border: #e2e8f0;\n        }\n\n        \/* Header layout and typography *\/\n        .gl-chef-header {\n            text-align: left;\n            margin-bottom: 20px;\n            border-bottom: 1px solid var(--gl-border);\n            padding-bottom: 12px;\n        }\n\n        .gl-chef-header .series-tag {\n            font-size: 14px;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n            color: var(--gl-silver);\n            margin-bottom: 4px;\n            display: block;\n        }\n\n        .gl-chef-header h2 {\n            font-size: 42px;\n            font-weight: 800;\n            color: var(--gl-slate);\n            margin: 0;\n            letter-spacing: -1.5px;\n            line-height: 1.1;\n        }\n\n        .gl-chef-header .model-num {\n            font-family: monospace;\n            font-size: 16px;\n            color: #64748b;\n        }\n\n        \/* Image stack section *\/\n        .gl-img-bundle {\n            display: flex;\n            flex-direction: column;\n            width: 100%;\n            margin-bottom: 25px;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 8px 20px rgba(0,0,0,0.05);\n        }\n\n        .gl-img-bundle img {\n            width: 100%;\n            display: block;\n            object-fit: cover;\n        }\n\n        \/* Features grid layout *\/\n        .gl-features-grid {\n            display: grid !important;\n            grid-template-columns: repeat(3, 1fr) !important;\n            gap: 20px;\n            margin-bottom: 30px;\n        }\n\n        \/* Sales point cards with animated borders *\/\n        .gl-feature-item {\n            padding: 16px;\n            border-radius: 8px;\n            border: 1px solid var(--gl-border);\n            animation: featurePulse 6s infinite ease-in-out;\n            display: flex;\n            flex-direction: column;\n            background: transparent;\n        }\n\n        \/* Sequential animation delays *\/\n        .gl-feature-item:nth-child(2) { animation-delay: 1.5s; }\n        .gl-feature-item:nth-child(3) { animation-delay: 3s; }\n\n        @keyframes featurePulse {\n            0%, 100% { \n                border-color: var(--gl-border); \n                box-shadow: 0 0 0 rgba(0,0,0,0);\n            }\n            50% { \n                border-color: var(--gl-silver); \n                box-shadow: 0 4px 12px rgba(0,0,0,0.03);\n            }\n        }\n\n        .gl-feature-item h3 {\n            font-size: 18px;\n            font-weight: 700;\n            text-transform: uppercase;\n            color: var(--gl-slate);\n            margin-bottom: 8px;\n            border-left: 4px solid var(--gl-slate);\n            padding-left: 10px;\n            white-space: nowrap;\n        }\n\n        .gl-feature-item p {\n            font-size: 16px;\n            margin: 0;\n            color: #475569;\n            line-height: 1.5;\n        }\n\n        \/* Video container with fixed aspect ratio to prevent resizing *\/\n        .gl-video-container {\n            max-width: 540px; \n            aspect-ratio: 16 \/ 9; \n            margin: 0 auto 30px;\n            border-radius: 12px;\n            overflow: hidden;\n            background: #000;\n            box-shadow: 0 12px 24px rgba(0,0,0,0.08);\n        }\n\n        .gl-video-container video {\n            width: 100%;\n            height: 100%;\n            display: block;\n            object-fit: cover; \n        }\n\n        \/* Technical specs container *\/\n        .gl-specs-block {\n            background: var(--gl-bg-light);\n            padding: 25px 25px 10px 25px; \/* Reduced bottom padding *\/\n            border-radius: 12px;\n            border: 1px solid var(--gl-border);\n        }\n\n        .gl-specs-title {\n            font-size: 20px;\n            font-weight: 800;\n            text-transform: uppercase;\n            margin-bottom: 18px;\n            color: var(--gl-slate);\n        }\n\n        .gl-specs-grid {\n            display: grid !important;\n            grid-template-columns: 1fr 1fr !important;\n            gap: 15px 40px;\n        }\n\n        .gl-spec-row {\n            display: flex;\n            justify-content: space-between;\n            border-bottom: 1px solid #e2e8f0;\n            padding-bottom: 6px;\n        }\n\n        \/* Spec color scheme: Black Titles, Grey Details *\/\n        .gl-spec-label {\n            font-size: 14px;\n            font-weight: 700; \/* Increased weight for black titles *\/\n            color: #000000; \/* Absolute Black *\/\n            text-transform: uppercase;\n        }\n\n        .gl-spec-value {\n            font-size: 16px;\n            font-weight: 600;\n            color: #64748b; \/* Grey Details *\/\n        }\n\n        \/* Responsive scaling *\/\n        @media (max-width: 768px) {\n            .gl-chef-header h2 { font-size: 32px; }\n            .gl-chef-header .series-tag { font-size: 12px; }\n            .gl-chef-header .model-num { font-size: 14px; }\n            .gl-video-container { max-width: 100%; } \n            \n            .gl-features-grid { gap: 10px !important; }\n            .gl-feature-item { padding: 10px; }\n            .gl-feature-item h3 { font-size: 14px; padding-left: 6px; }\n            .gl-feature-item p { font-size: 14px; line-height: 1.4; }\n\n            .gl-specs-grid { gap: 12px 20px !important; }\n            .gl-spec-label { font-size: 11px; }\n            .gl-spec-value { font-size: 13px; }\n            .gl-specs-title { font-size: 18px; }\n        }\n\n        @media (max-width: 480px) {\n            .gl-chef-header h2 { font-size: 26px; }\n            .gl-feature-item h3 { font-size: 12px; }\n            .gl-feature-item p { font-size: 12px; }\n            .gl-spec-label { font-size: 10px; }\n            .gl-spec-value { font-size: 11px; }\n        }\n    \u003c\/style\u003e\n\n\n\n\u003cdiv class=\"gl-chef-wrapper\"\u003e\n    \u003c!-- Header section --\u003e\n    \u003cheader class=\"gl-chef-header\"\u003e\n        \u003cspan class=\"series-tag\"\u003eProfessional Kitchen Series\u003c\/span\u003e\n        \u003ch2\u003e30\" 5-Burner Gas Cooktop\u003c\/h2\u003e\n        \u003cspan class=\"model-num\"\u003eModel: PRO GH3305SF\u003c\/span\u003e\n    \u003c\/header\u003e\n\n    \u003c!-- Visual Stack section --\u003e\n    \u003cdiv class=\"gl-img-bundle\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/Gaslandchef_30_5_Burner_Gas_Cooktop_With_Griddle_-_Stainless_Steel_img6.webp?v=1778694461\" alt=\"Gasland Chef Cooktop Diagram Part 1\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/Gaslandchef_30_5_Burner_Gas_Cooktop_With_Griddle_-_Stainless_Steel_img7.webp?v=1778694479\" alt=\"Gasland Chef Cooktop Diagram Part 2\"\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Core Feature Section --\u003e\n    \u003cdiv class=\"gl-features-grid\"\u003e\n        \u003cdiv class=\"gl-feature-item\"\u003e\n            \u003ch3\u003ePrecision Heat\u003c\/h3\u003e\n            \u003cp\u003e5 high-efficiency burners providing BTU outputs optimized for everything from high-heat searing to delicate simmering.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"gl-feature-item\"\u003e\n            \u003ch3\u003eFFD Safety\u003c\/h3\u003e\n            \u003cp\u003eIntegrated flame-failure protection automatically cuts gas supply if the flame is extinguished by wind or spills.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"gl-feature-item\"\u003e\n            \u003ch3\u003eContinuous Rail\u003c\/h3\u003e\n            \u003cp\u003eEdge-to-edge cast iron grates allow you to slide heavy cookware across the surface effortlessly without lifting.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Product Demonstration Video with Fixed Thumbnail --\u003e\n    \u003cdiv class=\"gl-video-container\"\u003e\n        \u003cvideo controls muted playsinline poster=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/Gasland_Chef_30_5-Burner_Gas_Cooktop_Thumbnail.png?v=1778695870\"\u003e\n            \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/54f3022bde6b42f988c6ac8404ed8731.mp4\" type=\"video\/mp4\"\u003e\n            Your browser does not support HTML5 video.\n        \u003c\/source\u003e\u003c\/video\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Technical Specification Section --\u003e\n    \u003cdiv class=\"gl-specs-block\"\u003e\n        \u003cdiv class=\"gl-specs-title\"\u003eTechnical Specifications\u003c\/div\u003e\n        \u003cdiv class=\"specs-grid gl-specs-grid\"\u003e\n            \u003cdiv class=\"gl-spec-row\"\u003e\n                \u003cspan class=\"gl-spec-label\"\u003eMaterial\u003c\/span\u003e\n                \u003cspan class=\"gl-spec-value\"\u003e304 St. Steel\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"gl-spec-row\"\u003e\n                \u003cspan class=\"gl-spec-label\"\u003eBurners\u003c\/span\u003e\n                \u003cspan class=\"gl-spec-value\"\u003e5 High-Power\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"gl-spec-row\"\u003e\n                \u003cspan class=\"gl-spec-label\"\u003eGrate\u003c\/span\u003e\n                \u003cspan class=\"gl-spec-value\"\u003eCast Iron\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"gl-spec-row\"\u003e\n                \u003cspan class=\"gl-spec-label\"\u003eKnobs\u003c\/span\u003e\n                \u003cspan class=\"gl-spec-value\"\u003eZinc Alloy\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"gl-spec-row\"\u003e\n                \u003cspan class=\"gl-spec-label\"\u003eIgnition\u003c\/span\u003e\n                \u003cspan class=\"gl-spec-value\"\u003e120V Pulse\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"gl-spec-row\"\u003e\n                \u003cspan class=\"gl-spec-label\"\u003eFuel\u003c\/span\u003e\n                \u003cspan class=\"gl-spec-value\"\u003eNG \/ Propane\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"gl-spec-row\"\u003e\n                \u003cspan class=\"gl-spec-label\"\u003eSafety\u003c\/span\u003e\n                \u003cspan class=\"gl-spec-value\"\u003eFFD System\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"gl-spec-row\"\u003e\n                \u003cspan class=\"gl-spec-label\"\u003eWidth\u003c\/span\u003e\n                \u003cspan class=\"gl-spec-value\"\u003e30 Inches\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size: 13px; color: #94a3b8; margin-top: 5px; font-style: italic; text-align: center;\"\u003e\n            *NG\/Propane convertible. Griddle accessory included in box. Professional installation recommended.\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Gasland Chef","offers":[{"title":"Default Title","offer_id":44105966387297,"sku":"PRO GH3305SF","price":599.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/Gaslandchef30_5BurnerGasCooktopWithGriddle-StainlessSteelimg1.webp?v=1778694684","url":"https:\/\/thecabindepot.ca\/products\/gaslandchef-50-5-burner-gas-cooktop-with-griddle-stainless-steel","provider":"The Cabin Depot","version":"1.0","type":"link"}