{"product_id":"garvee-edelstahl-arbeitstisch-91x61cm-ueberbordregal-gewerbekueche-pho_1296v4w0","title":"Garvee Edelstahl Arbeitstisch höhenverstellbar, rostfrei stabiler Werktisch 91 x 61 x 138 cm, hohe Tragkraft bis 662 kg für Werkstatt Küche","description":"\u003cstyle\u003e\n    .garvee-work-table-section * {\n        box-sizing: border-box;\n        margin: 0;\n        padding: 0;\n        font-family: 'Helvetica Neue', Arial, sans-serif;\n    }\n    \n    .garvee-work-table-section {\n        all: initial;\n        display: block;\n        font-family: inherit;\n        max-width: 1200px;\n        margin: 0 auto;\n        color: #333;\n        line-height: 1.6;\n        padding: 20px;\n    }\n    \n    .garvee-product-description {\n        width: 100%;\n    }\n    \n    .garvee-product-section {\n        margin-bottom: 50px;\n    }\n    \n    \/* Hero Image *\/\n    .garvee-product-image {\n        width: 100%;\n        max-width: 970px;\n        margin: 0 auto 30px;\n        display: block;\n        border-radius: 12px;\n        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);\n        transition: transform 0.3s ease;\n    }\n    \n    .garvee-product-image:hover {\n        transform: scale(1.01);\n    }\n    \n    .garvee-image-caption {\n        text-align: center;\n        font-style: italic;\n        margin-bottom: 30px;\n        color: #666;\n        font-size: 1.1rem;\n    }\n    \n    \/* Headings *\/\n    .garvee-product-description h2 {\n        color: #2c3e50;\n        border-bottom: 3px solid #3498db;\n        padding-bottom: 15px;\n        margin-top: 40px;\n        margin-bottom: 25px;\n        font-size: 2rem;\n        font-weight: 700;\n    }\n    \n    \/* Feature List *\/\n    .garvee-feature-list {\n        display: flex;\n        flex-wrap: wrap;\n        justify-content: space-between;\n        gap: 30px;\n        margin-top: 30px;\n    }\n    \n    .garvee-feature-item {\n        flex: 1;\n        min-width: 300px;\n        background-color: #f9f9f9;\n        padding: 25px;\n        border-radius: 12px;\n        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n        transition: all 0.3s ease;\n        text-align: center;\n    }\n    \n    .garvee-feature-item:hover {\n        transform: translateY(-8px);\n        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);\n        background-color: #f0f7ff;\n    }\n    \n    .garvee-feature-item img {\n        width: 100%;\n        height: 200px;\n        object-fit: cover;\n        border-radius: 8px;\n        margin-bottom: 20px;\n    }\n    \n    .garvee-feature-item h3 {\n        color: #2980b9;\n        margin: 15px 0;\n        font-size: 1.4rem;\n        font-weight: 600;\n    }\n    \n    .garvee-feature-item p {\n        color: #555;\n        font-size: 1rem;\n        line-height: 1.6;\n        margin: 0;\n    }\n    \n    \/* Image Gallery *\/\n    .garvee-image-gallery {\n        display: flex;\n        justify-content: center;\n        align-items: flex-start;\n        gap: 30px;\n        margin: 50px 0;\n        flex-wrap: wrap;\n    }\n    \n    .garvee-image-gallery-item {\n        text-align: center;\n        width: 45%;\n        min-width: 300px;\n        background-color: white;\n        padding: 25px;\n        border-radius: 12px;\n        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);\n        transition: transform 0.3s ease;\n    }\n    \n    .garvee-image-gallery-item:hover {\n        transform: translateY(-5px);\n    }\n    \n    .garvee-image-gallery-item img {\n        max-width: 100%;\n        height: auto;\n        display: block;\n        margin: 0 auto 20px;\n        border-radius: 8px;\n    }\n    \n    .garvee-image-gallery-item p {\n        color: #555;\n        font-size: 1.1rem;\n        line-height: 1.6;\n        margin: 0;\n    }\n    \n    \/* Key Features List *\/\n    .garvee-key-features {\n        background: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%);\n        padding: 30px 40px;\n        border-radius: 12px;\n        margin: 40px 0;\n    }\n    \n    .garvee-key-features ul {\n        list-style-type: none;\n        padding-left: 0;\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        gap: 15px;\n    }\n    \n    .garvee-key-features li {\n        padding: 12px 0 12px 35px;\n        position: relative;\n        color: #444;\n        font-size: 1.1rem;\n    }\n    \n    .garvee-key-features li:before {\n        content: \"✓\";\n        color: #3498db;\n        position: absolute;\n        left: 0;\n        top: 12px;\n        font-weight: bold;\n        font-size: 1.2rem;\n    }\n    \n    \/* Responsive Styles *\/\n    @media (max-width: 992px) {\n        .garvee-feature-item {\n            min-width: 45%;\n        }\n        \n        .garvee-image-gallery-item {\n            width: 100%;\n        }\n    }\n    \n    @media (max-width: 768px) {\n        .garvee-work-table-section {\n            padding: 15px;\n        }\n        \n        .garvee-feature-list {\n            flex-direction: column;\n            gap: 20px;\n        }\n        \n        .garvee-feature-item {\n            min-width: 100%;\n        }\n        \n        .garvee-product-description h2 {\n            font-size: 1.8rem;\n        }\n        \n        .garvee-image-gallery {\n            flex-direction: column;\n            gap: 20px;\n        }\n        \n        .garvee-key-features ul {\n            grid-template-columns: 1fr;\n        }\n    }\n    \n    @media (max-width: 480px) {\n        .garvee-product-description h2 {\n            font-size: 1.6rem;\n        }\n        \n        .garvee-feature-item h3 {\n            font-size: 1.2rem;\n        }\n        \n        .garvee-key-features {\n            padding: 20px;\n        }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"garvee-work-table-section\"\u003e\n\u003cdiv class=\"garvee-product-description\"\u003e\n\u003cdiv class=\"garvee-product-section\"\u003e\n\u003cimg class=\"garvee-product-image\" alt=\"GARVEE Edelstahl Arbeitstisch\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/3a9a37e6-db77-496d-83ff-6bc6f99807a0.jpg?v=1720081955\"\u003e\n\u003cp class=\"garvee-image-caption\"\u003eProfessioneller Edelstahl-Arbeitstisch für Gewerbe und Haushalt\u003c\/p\u003e\n\u003ch2\u003eGARVEE Gewerbe-Arbeitstisch – Professionelle Qualität\u003c\/h2\u003e\n\u003cp\u003eWerten Sie Ihren Küchenarbeitsbereich mit unserem hochwertigen Edelstahltisch auf, ausgelegt für lange Haltbarkeit und hohe Effizienz. Ideal sowohl für gewerbliche Küchen als auch ambitionierte Hobbyköche.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"garvee-product-section\"\u003e\n\u003ch2\u003eWarum Sie sich für GARVEE entscheiden\u003c\/h2\u003e\n\u003cdiv class=\"garvee-feature-list\"\u003e\n\u003cdiv class=\"garvee-feature-item\"\u003e\n\u003cimg class=\"garvee-product-image\" alt=\"Robuste Bauweise\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/cda4dae3-43ab-41b0-963b-97811f6c9b23_d3b36f69-9adc-4067-83ab-17224da6327e.jpg?v=1720081955\"\u003e\n\u003ch3\u003eHochwertige Bauweise\u003c\/h3\u003e\n\u003cp\u003eAus 18-gauge Edelstahl gefertigt, garantiert langanhaltende Stabilität und professionelle Einsatzfähigkeit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"garvee-feature-item\"\u003e\n\u003cimg class=\"garvee-product-image\" alt=\"Flexible Ausstattung\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fde5a648-ae3a-4491-a0a2-797d453bdfca_e4eade68-d378-4bc4-a3a6-1fd996c95810.jpg?v=1720081955\"\u003e\n\u003ch3\u003eVielseitiges Design\u003c\/h3\u003e\n\u003cp\u003eHöhenverstellbare Füße und zwei herausnehmbare Ablageflächen sorgen für flexible Stauraum- und Arbeitslösungen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"garvee-feature-item\"\u003e\n\u003cimg class=\"garvee-product-image\" alt=\"Hohe Tragfähigkeit\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/dba479c3-ec8e-41b5-85c5-f29dbb3153af_3b0b9a7e-83d4-4eea-a2b3-9d9e98b9ec77.jpg?v=1720081955\"\u003e\n\u003ch3\u003eSchwere Lasten möglich\u003c\/h3\u003e\n\u003cp\u003eMit einer beeindruckenden Tragfähigkeit von 662 kg bestens geeignet für anspruchsvolle Küchenarbeiten.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"garvee-image-gallery\"\u003e\n\u003cdiv class=\"garvee-image-gallery-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/77c6c90d-9e4f-4bdd-a0e4-0b6383e94d76.jpg?v=1720081955\" alt=\"Merkmale des GARVEE Arbeitstisches\"\u003e\n\u003cp\u003eProfessioneller Küchenarbeitstisch\u003cbr\u003eUnser gewerblicher Arbeitstisch verbindet professionelle Materialien mit durchdachter Gestaltung und erfüllt höchste Anforderungen in stark frequentierten Gewerbeküchen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"garvee-image-gallery-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/39d7f38e-e224-4c5e-98a5-0faf0772a48c_9bf2ad70-0bf8-48da-b81c-37fba927bc95.jpg?v=1720081955\" alt=\"GARVEE Arbeitstisch im Einsatz\"\u003e\n\u003cp\u003eRobust und flexibel einsetzbar\u003cbr\u003eDank stabiler Konstruktion und praktischem Design bietet dieser Edelstahltisch die nötige Zuverlässigkeit und Funktionalität für den professionellen Küchenalltag.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"garvee-product-section\"\u003e\n\u003cdiv class=\"garvee-key-features\"\u003e\n\u003ch2\u003eHauptmerkmale\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBauweise aus 18-gauge Edelstahl\u003c\/li\u003e\n\u003cli\u003eHöhenverstellbare Standfüße\u003c\/li\u003e\n\u003cli\u003eZwei herausnehmbare Ablageböden\u003c\/li\u003e\n\u003cli\u003eTragfähigkeit bis 662 Kilogramm\u003c\/li\u003e\n\u003cli\u003eEinfache Montage mit mitgeliefertem Zubehör\u003c\/li\u003e\n\u003cli\u003eGewerbliche Langlebigkeit\u003c\/li\u003e\n\u003cli\u003eEdle Optik und professionelle Verarbeitung\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Garvee","offers":[{"title":"91 x 61 x 138 cm","offer_id":46599409959090,"sku":"PHO_1296V4W0","price":154.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0704\/9668\/2162\/files\/71te2RgqRGL.webp?v=1782200153","url":"https:\/\/www.garvee.de\/products\/garvee-edelstahl-arbeitstisch-91x61cm-ueberbordregal-gewerbekueche-pho_1296v4w0","provider":"GARVEEDE","version":"1.0","type":"link"}