{"title":"Unsere Beschichtungen","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\" rel=\"preconnect\"\u003e \u003clink crossorigin=\"\" href=\"https:\/\/fonts.gstatic.com\" rel=\"preconnect\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700\u0026amp;family=Playfair+Display:wght@400;500;600;700\u0026amp;display=swap\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* ========================================\n           RESET \u0026 VARIABLES\n        ======================================== *\/\n        *, *::before, *::after {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        :root {\n            --noir: #1a1a1a;\n            --blanc: #ffffff;\n            --beige: #f5f0eb;\n            --beige-fonce: #e8ddd3;\n            --taupe: #8c7b6b;\n            --or: #c9a96e;\n            --or-hover: #b8963f;\n            --or-bg: rgba(201,169,110,0.08);\n            --gris-texte: #555555;\n            --ombre: 0 4px 30px rgba(0,0,0,0.08);\n            --ombre-forte: 0 12px 40px rgba(0,0,0,0.12);\n            --radius: 16px;\n            --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n        }\n\n        html {\n            scroll-behavior: smooth;\n            font-size: 16px;\n        }\n\n        body {\n            font-family: 'Inter', -apple-system, sans-serif;\n            color: var(--noir);\n            background: var(--blanc);\n            line-height: 1.6;\n            overflow-x: hidden;\n        }\n\n        h1, h2, h3 {\n            font-family: 'Playfair Display', Georgia, serif;\n            line-height: 1.15;\n        }\n\n        img {\n            max-width: 100%;\n            display: block;\n        }\n\n        a {\n            text-decoration: none;\n            color: inherit;\n        }\n\n        \/* ========================================\n           TRUST BAR\n        ======================================== *\/\n        .trust-bar {\n            background: var(--noir);\n            padding: 11px 0;\n            overflow: hidden;\n            flex-shrink: 0;\n        }\n\n        .trust-track {\n            display: flex;\n            animation: scrollTrust 50s linear infinite;\n            width: max-content;\n        }\n\n        .trust-set {\n            display: flex;\n            flex-shrink: 0;\n        }\n\n        .trust-item {\n            display: flex;\n            align-items: center;\n            gap: 7px;\n            color: rgba(255,255,255,0.85);\n            font-size: 0.74rem;\n            font-weight: 400;\n            white-space: nowrap;\n            padding: 0 28px;\n            letter-spacing: 0.3px;\n        }\n\n        .trust-item-icon {\n            font-size: 0.82rem;\n            flex-shrink: 0;\n        }\n\n        .trust-sep {\n            color: rgba(255,255,255,0.15);\n            padding: 0 2px;\n            user-select: none;\n            font-size: 0.65rem;\n        }\n\n        @keyframes scrollTrust {\n            0% { transform: translateX(0); }\n            100% { transform: translateX(-50%); }\n        }\n\n        \/* ========================================\n           HERO SECTION\n        ======================================== *\/\n        .hero {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            min-height: calc(100vh - 42px);\n            background: var(--beige);\n            position: relative;\n            z-index: 1;\n            overflow: hidden;\n        }\n\n        .hero-left {\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            padding: 60px 56px 60px 80px;\n        }\n\n        .hero-pretitle {\n            font-size: 0.7rem;\n            font-weight: 600;\n            letter-spacing: 3px;\n            text-transform: uppercase;\n            color: var(--or);\n            margin-bottom: 20px;\n        }\n\n        .hero h1 {\n            font-size: clamp(2.6rem, 3.8vw, 3.8rem);\n            font-weight: 700;\n            margin-bottom: 22px;\n            color: var(--noir);\n        }\n\n        .hero h1 em {\n            font-style: italic;\n            color: var(--or);\n        }\n\n        .hero-desc {\n            font-size: 1rem;\n            color: var(--gris-texte);\n            line-height: 1.8;\n            margin-bottom: 16px;\n            max-width: 460px;\n            font-weight: 300;\n        }\n\n        .hero-free-tag {\n            display: inline-flex;\n            align-items: center;\n            gap: 9px;\n            background: var(--or-bg);\n            border: 1px solid rgba(201,169,110,0.2);\n            border-radius: 60px;\n            padding: 9px 20px;\n            margin-bottom: 32px;\n            font-size: 0.82rem;\n            font-weight: 600;\n            color: var(--or);\n        }\n\n        \/* CTA Button *\/\n        .cta-btn {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            gap: 10px;\n            background: var(--or);\n            color: var(--blanc);\n            font-family: 'Inter', sans-serif;\n            font-size: 1rem;\n            font-weight: 600;\n            padding: 19px 42px;\n            border-radius: 60px;\n            border: none;\n            cursor: pointer;\n            transition: var(--transition);\n            max-width: fit-content;\n            position: relative;\n            overflow: visible;\n        }\n\n        .cta-btn::after {\n            content: '';\n            position: absolute;\n            inset: -4px;\n            border-radius: 60px;\n            border: 2px solid var(--or);\n            opacity: 0;\n            animation: ctaPulse 2.5s ease-in-out infinite;\n        }\n\n        @keyframes ctaPulse {\n            0%, 100% { opacity: 0; transform: scale(1); }\n            50% { opacity: 0.35; transform: scale(1.04); }\n        }\n\n        .cta-btn:hover {\n            background: var(--or-hover);\n            transform: translateY(-2px);\n            box-shadow: 0 10px 35px rgba(201,169,110,0.35);\n        }\n\n        .cta-btn:hover::after {\n            animation: none;\n            opacity: 0;\n        }\n\n        .cta-btn svg {\n            width: 17px;\n            height: 17px;\n            transition: transform 0.3s ease;\n            flex-shrink: 0;\n        }\n\n        .cta-btn:hover svg {\n            transform: translateX(4px);\n        }\n\n        \/* Hero Social Proof *\/\n        .hero-social-proof {\n            display: flex;\n            align-items: center;\n            gap: 14px;\n            margin-top: 34px;\n        }\n\n        .hero-avatars {\n            display: flex;\n        }\n\n        .hero-avatar {\n            width: 34px;\n            height: 34px;\n            border-radius: 50%;\n            border: 2.5px solid var(--beige);\n            margin-left: -9px;\n            overflow: hidden;\n            background: var(--beige-fonce);\n        }\n\n        .hero-avatar:first-child {\n            margin-left: 0;\n        }\n\n        .hero-avatar img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n\n        .hero-proof-text {\n            font-size: 0.82rem;\n            color: var(--gris-texte);\n        }\n\n        .hero-proof-text strong {\n            color: var(--noir);\n        }\n\n        \/* Hero - Right Slider *\/\n        .hero-right {\n            position: relative;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            padding: 48px 64px 48px 24px;\n        }\n\n        .slider-wrapper {\n            position: relative;\n            width: 100%;\n            max-width: 520px;\n        }\n\n        .slider-viewport {\n            width: 100%;\n            border-radius: var(--radius);\n            overflow: hidden;\n            box-shadow: var(--ombre-forte);\n            background: var(--blanc);\n        }\n\n        .slider-images {\n            position: relative;\n            width: 100%;\n            aspect-ratio: 3 \/ 4;\n            overflow: hidden;\n        }\n\n        .slide {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            opacity: 0;\n            transition: opacity 0.6s ease;\n            z-index: 1;\n        }\n\n        .slide.active {\n            opacity: 1;\n            z-index: 2;\n        }\n\n        .slide img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            object-position: center;\n        }\n\n        \/* Tissu Badge *\/\n        .tissu-badge {\n            position: absolute;\n            bottom: 18px;\n            left: 18px;\n            background: rgba(255,255,255,0.95);\n            backdrop-filter: blur(12px);\n            -webkit-backdrop-filter: blur(12px);\n            border-radius: 14px;\n            padding: 10px 14px;\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            box-shadow: 0 4px 24px rgba(0,0,0,0.12);\n            z-index: 5;\n            opacity: 0;\n            transform: translateY(8px);\n            transition: opacity 0.4s ease 0.2s, transform 0.4s ease 0.2s;\n        }\n\n        .slide.active .tissu-badge {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        .tissu-badge img {\n            width: 50px;\n            height: 50px;\n            border-radius: 10px;\n            object-fit: cover;\n            flex-shrink: 0;\n        }\n\n        .tissu-badge-text {\n            min-width: 0;\n        }\n\n        .tissu-badge-label {\n            font-size: 0.6rem;\n            text-transform: uppercase;\n            letter-spacing: 1.5px;\n            color: var(--taupe);\n            margin-bottom: 2px;\n        }\n\n        .tissu-badge-name {\n            font-size: 0.85rem;\n            font-weight: 600;\n            color: var(--noir);\n        }\n\n        \/* Slider Client Bar *\/\n        .slider-client {\n            padding: 14px 18px;\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            background: var(--blanc);\n            border-top: 1px solid rgba(0,0,0,0.04);\n        }\n\n        .slider-client-avatar {\n            width: 38px;\n            height: 38px;\n            border-radius: 50%;\n            object-fit: cover;\n            flex-shrink: 0;\n        }\n\n        .slider-client-info {\n            flex: 1;\n            min-width: 0;\n        }\n\n        .slider-client-name {\n            font-weight: 600;\n            font-size: 0.84rem;\n            color: var(--noir);\n        }\n\n        .slider-client-detail {\n            font-size: 0.73rem;\n            color: var(--taupe);\n        }\n\n        .slider-client-stars {\n            color: var(--or);\n            font-size: 0.8rem;\n            letter-spacing: 1.5px;\n            flex-shrink: 0;\n        }\n\n        \/* Slider Dots *\/\n        .slider-dots {\n            display: flex;\n            justify-content: center;\n            gap: 8px;\n            padding: 13px 0 15px;\n            background: var(--blanc);\n        }\n\n        .dot {\n            width: 8px;\n            height: 8px;\n            border-radius: 50%;\n            background: var(--beige-fonce);\n            cursor: pointer;\n            transition: var(--transition);\n            border: none;\n            padding: 0;\n            outline: none;\n        }\n\n        .dot.active {\n            background: var(--or);\n            transform: scale(1.3);\n        }\n\n        \/* Slider Arrows *\/\n        .slider-arrow {\n            position: absolute;\n            top: 50%;\n            transform: translateY(calc(-50% - 30px));\n            z-index: 10;\n            width: 42px;\n            height: 42px;\n            border-radius: 50%;\n            background: rgba(255,255,255,0.93);\n            border: 1px solid rgba(0,0,0,0.06);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            cursor: pointer;\n            transition: var(--transition);\n            box-shadow: 0 2px 14px rgba(0,0,0,0.09);\n        }\n\n        .slider-arrow:hover {\n            background: var(--blanc);\n            box-shadow: 0 4px 22px rgba(0,0,0,0.14);\n            transform: translateY(calc(-50% - 30px)) scale(1.06);\n        }\n\n        .slider-arrow svg {\n            width: 16px;\n            height: 16px;\n            stroke: var(--noir);\n        }\n\n        .arrow-left {\n            left: -21px;\n        }\n\n        .arrow-right {\n            right: -21px;\n        }\n\n        \/* Delivery Badge *\/\n        .delivery-badge {\n            position: absolute;\n            top: 20px;\n            right: -12px;\n            background: var(--blanc);\n            border-radius: 14px;\n            padding: 14px 18px;\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            box-shadow: var(--ombre-forte);\n            z-index: 10;\n            animation: floaty 3.5s ease-in-out infinite;\n        }\n\n        .delivery-badge-icon {\n            font-size: 1.15rem;\n            width: 42px;\n            height: 42px;\n            background: var(--or-bg);\n            border-radius: 10px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n        }\n\n        .delivery-badge-text strong {\n            display: block;\n            font-size: 0.82rem;\n            color: var(--noir);\n        }\n\n        .delivery-badge-text span {\n            font-size: 0.72rem;\n            color: var(--taupe);\n        }\n\n        @keyframes floaty {\n            0%, 100% { transform: translateY(0); }\n            50% { transform: translateY(-5px); }\n        }\n\n        \/* ========================================\n           STEPS SECTION\n        ======================================== *\/\n        .steps {\n            padding: 100px 40px 80px;\n            background: var(--blanc);\n            position: relative;\n        }\n\n        .steps-inner {\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n\n        .steps-header {\n            text-align: center;\n            margin-bottom: 72px;\n        }\n\n        .steps-pretitle {\n            font-family: 'Inter', sans-serif;\n            font-size: 0.75rem;\n            font-weight: 600;\n            letter-spacing: 3px;\n            text-transform: uppercase;\n            color: var(--or);\n            display: inline-block;\n            margin-bottom: 16px;\n            padding: 8px 20px;\n            background: var(--or-bg);\n            border-radius: 30px;\n        }\n\n        .steps-title {\n            font-family: 'Playfair Display', Georgia, serif;\n            font-size: clamp(2rem, 3.5vw, 2.8rem);\n            color: var(--noir);\n            margin-bottom: 16px;\n            font-weight: 700;\n        }\n\n        .steps-subtitle {\n            font-family: 'Inter', sans-serif;\n            font-size: 1rem;\n            color: var(--gris-texte);\n            font-weight: 300;\n            max-width: 550px;\n            margin: 0 auto;\n            line-height: 1.8;\n        }\n\n        .steps-timeline {\n            display: flex;\n            justify-content: center;\n            align-items: flex-start;\n            gap: 0;\n            position: relative;\n        }\n\n        .step-item {\n            flex: 1;\n            max-width: 340px;\n            text-align: center;\n            position: relative;\n            padding: 0 20px;\n        }\n\n        .step-icon-wrapper {\n            width: 100px;\n            height: 100px;\n            margin: 0 auto 28px;\n            background: linear-gradient(135deg, var(--or) 0%, #d4b87a 100%);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            box-shadow: 0 8px 30px rgba(201,169,110,0.3);\n            position: relative;\n        }\n\n        .step-icon-wrapper::before {\n            content: '';\n            position: absolute;\n            inset: -6px;\n            border-radius: 50%;\n            border: 2px dashed rgba(201,169,110,0.3);\n            animation: rotate 20s linear infinite;\n        }\n\n        @keyframes rotate {\n            from { transform: rotate(0deg); }\n            to { transform: rotate(360deg); }\n        }\n\n        .step-icon-wrapper svg {\n            width: 44px;\n            height: 44px;\n            stroke: var(--blanc);\n        }\n\n        .step-number-badge {\n            position: absolute;\n            top: -8px;\n            right: calc(50% - 60px);\n            width: 32px;\n            height: 32px;\n            background: var(--noir);\n            color: var(--blanc);\n            font-family: 'Inter', sans-serif;\n            font-weight: 700;\n            font-size: 0.85rem;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.2);\n        }\n\n        .step-content h3 {\n            font-family: 'Playfair Display', Georgia, serif;\n            font-size: 1.25rem;\n            font-weight: 700;\n            color: var(--noir);\n            margin-bottom: 12px;\n        }\n\n        .step-content p {\n            font-family: 'Inter', sans-serif;\n            font-size: 0.92rem;\n            color: var(--gris-texte);\n            line-height: 1.75;\n            font-weight: 300;\n        }\n\n        .step-connector-line {\n            position: absolute;\n            top: 50px;\n            left: calc(50% + 60px);\n            width: calc(100% - 120px);\n            height: 2px;\n            background: linear-gradient(90deg, var(--or), rgba(201,169,110,0.2));\n            z-index: 0;\n        }\n\n        .step-connector-line::after {\n            content: '';\n            position: absolute;\n            right: 0;\n            top: 50%;\n            transform: translateY(-50%);\n            width: 10px;\n            height: 10px;\n            background: var(--or);\n            border-radius: 50%;\n        }\n\n        .steps-cta {\n            text-align: center;\n            margin-top: 64px;\n        }\n\n        .steps-cta .cta-btn {\n            font-size: 1.05rem;\n            padding: 20px 48px;\n        }\n\n        \/* ========================================\n           TRUST LOGOS SECTION\n        ======================================== *\/\n        .trust-logos {\n            padding: 48px 0;\n            background: var(--beige);\n            overflow: hidden;\n        }\n\n        .trust-logos-label {\n            text-align: center;\n            font-family: 'Inter', sans-serif;\n            font-size: 0.72rem;\n            font-weight: 500;\n            color: var(--taupe);\n            text-transform: uppercase;\n            letter-spacing: 2.5px;\n            margin-bottom: 28px;\n        }\n\n        .trust-logos-track {\n            display: flex;\n            animation: trustScroll 30s linear infinite;\n            width: max-content;\n        }\n\n        .trust-logos-set {\n            display: flex;\n            align-items: center;\n            flex-shrink: 0;\n        }\n\n        .trust-logo-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            gap: 10px;\n            padding: 0 48px;\n            opacity: 0.5;\n            transition: opacity 0.4s ease;\n        }\n\n        .trust-logo-item:hover {\n            opacity: 1;\n        }\n\n        .trust-logo-icon {\n            width: 48px;\n            height: 48px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .trust-logo-icon svg {\n            width: 36px;\n            height: 36px;\n            stroke: var(--noir);\n        }\n\n        .trust-logo-text {\n            font-family: 'Inter', sans-serif;\n            font-size: 0.68rem;\n            color: var(--gris-texte);\n            font-weight: 500;\n            letter-spacing: 0.5px;\n            white-space: nowrap;\n        }\n\n        @keyframes trustScroll {\n            0% { transform: translateX(0); }\n            100% { transform: translateX(-50%); }\n        }\n\n        \/* ========================================\n           FAQ SECTION\n        ======================================== *\/\n        .faq {\n            padding: 80px 40px;\n            background: var(--blanc);\n        }\n\n        .faq-inner {\n            max-width: 720px;\n            margin: 0 auto;\n        }\n\n        .faq-header {\n            text-align: center;\n            margin-bottom: 48px;\n        }\n\n        .faq-pretitle {\n            font-family: 'Inter', sans-serif;\n            font-size: 0.7rem;\n            font-weight: 600;\n            letter-spacing: 3px;\n            text-transform: uppercase;\n            color: var(--or);\n            display: block;\n            margin-bottom: 14px;\n        }\n\n        .faq-title {\n            font-family: 'Playfair Display', Georgia, serif;\n            font-size: clamp(1.6rem, 2.8vw, 2.2rem);\n            color: var(--noir);\n        }\n\n        .faq-list {\n            display: flex;\n            flex-direction: column;\n            gap: 12px;\n        }\n\n        .faq-item {\n            background: var(--beige);\n            border-radius: 14px;\n            overflow: hidden;\n            box-shadow: 0 2px 12px rgba(0,0,0,0.04);\n        }\n\n        .faq-question {\n            width: 100%;\n            padding: 22px 26px;\n            background: none;\n            border: none;\n            cursor: pointer;\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            gap: 16px;\n            font-family: 'Inter', sans-serif;\n            font-size: 0.92rem;\n            font-weight: 600;\n            color: var(--noir);\n            text-align: left;\n            transition: color 0.3s ease;\n        }\n\n        .faq-question:hover {\n            color: var(--or);\n        }\n\n        .faq-chevron {\n            width: 20px;\n            height: 20px;\n            stroke: var(--taupe);\n            flex-shrink: 0;\n            transition: transform 0.3s ease;\n        }\n\n        .faq-item.open .faq-chevron {\n            transform: rotate(180deg);\n        }\n\n        .faq-answer {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.4s ease, padding 0.4s ease;\n            padding: 0 26px;\n        }\n\n        .faq-item.open .faq-answer {\n            max-height: 200px;\n            padding: 0 26px 22px;\n        }\n\n        .faq-answer p {\n            font-family: 'Inter', sans-serif;\n            font-size: 0.86rem;\n            color: var(--gris-texte);\n            line-height: 1.75;\n            font-weight: 300;\n        }\n\n        \/* ========================================\n           BRIDGE SECTION\n        ======================================== *\/\n        .bridge {\n            text-align: center;\n            padding: 60px 24px 40px;\n            background: var(--beige);\n        }\n\n        .bridge h2 {\n            font-size: clamp(1.5rem, 2.4vw, 1.9rem);\n            margin-bottom: 12px;\n        }\n\n        .bridge p {\n            font-size: 0.92rem;\n            color: var(--gris-texte);\n            max-width: 500px;\n            margin: 0 auto;\n            font-weight: 300;\n            line-height: 1.7;\n        }\n\n        \/* ========================================\n           STICKY BAR — 8 échantillons (card style)\n        ======================================== *\/\n        .sticky-cta {\n            position: fixed;\n            top: 0;\n            left: 50%;\n            transform: translateX(-50%) translateY(-100%);\n            z-index: 9990;\n            width: 100%;\n            max-width: 100%;\n            transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);\n        }\n\n        .sticky-cta.visible {\n            transform: translateX(-50%) translateY(0);\n        }\n\n        .sticky-cta-card {\n            background: #1a1a1a;\n            border-radius: 0 0 18px 18px;\n            padding: 14px 24px 12px;\n            box-shadow: 0 8px 32px rgba(0,0,0,0.3);\n            max-width: 900px;\n            margin: 0 auto;\n        }\n\n        \/* Top row: slots + counter — une seule ligne sur desktop\/tablette *\/\n        .sticky-cta-top {\n            display: flex;\n            align-items: center;\n            gap: 14px;\n            margin-bottom: 8px;\n        }\n\n        .sticky-slots {\n            display: grid;\n            grid-template-columns: repeat(8, 1fr);\n            gap: 8px;\n            flex: 1;\n        }\n\n        .sticky-slot {\n            width: 46px;\n            height: 46px;\n            border-radius: 50%;\n            border: 2px dashed rgba(255,255,255,0.18);\n            background: rgba(255,255,255,0.06);\n            overflow: hidden;\n            position: relative;\n            cursor: default;\n            transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;\n        }\n\n        .sticky-slot.filled {\n            border: 2.5px solid #4CAF50;\n            cursor: pointer;\n            animation: slotPop 0.35s cubic-bezier(0.34,1.56,0.64,1);\n        }\n\n        .sticky-slot.filled:hover {\n            border-color: #f44336;\n            transform: scale(0.88);\n            box-shadow: 0 0 0 3px rgba(244,67,54,0.25);\n        }\n\n        .sticky-slot.filled img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            display: block;\n            border-radius: 50%;\n        }\n\n        @keyframes slotPop {\n            0% { transform: scale(0.5); }\n            60% { transform: scale(1.1); }\n            100% { transform: scale(1); }\n        }\n\n        \/* Counter *\/\n        .sticky-counter {\n            font-family: 'Inter', sans-serif;\n            font-size: 1.4rem;\n            font-weight: 700;\n            color: #fff;\n            white-space: nowrap;\n            text-align: center;\n            line-height: 1.2;\n            min-width: 48px;\n        }\n\n        .sticky-counter small {\n            display: block;\n            font-size: 0.6rem;\n            font-weight: 400;\n            color: rgba(255,255,255,0.45);\n            letter-spacing: 0.5px;\n        }\n\n        \/* Bottom row: message + CTA côte à côte sur desktop *\/\n        .sticky-cta-bottom {\n            display: flex;\n            align-items: center;\n            gap: 14px;\n        }\n\n        .sticky-cta-msg {\n            flex: 1;\n            font-family: 'Inter', sans-serif;\n            font-size: 0.72rem;\n            color: rgba(255,255,255,0.6);\n            min-height: 16px;\n            transition: color 0.3s;\n            white-space: nowrap;\n            overflow: hidden;\n            text-overflow: ellipsis;\n        }\n\n        .sticky-cta-msg.congrats {\n            color: #4CAF50;\n            font-weight: 600;\n        }\n\n        \/* CTA button *\/\n        .sticky-cta-btn {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 8px;\n            background: #4CAF50;\n            color: #fff;\n            font-family: 'Inter', sans-serif;\n            font-size: 0.82rem;\n            font-weight: 700;\n            letter-spacing: 0.04em;\n            text-transform: uppercase;\n            padding: 12px 22px;\n            border-radius: 12px;\n            border: none;\n            cursor: pointer;\n            white-space: nowrap;\n            flex-shrink: 0;\n            transition: background 0.2s, transform 0.15s;\n        }\n\n        .sticky-cta-btn:hover {\n            background: #43A047;\n            transform: translateY(-1px);\n        }\n\n        .sticky-cta-btn:active {\n            transform: scale(0.98);\n        }\n\n        .sticky-cta-btn svg {\n            width: 15px;\n            height: 15px;\n            flex-shrink: 0;\n        }\n\n        \/* Pulse = contraction \/ expansion *\/\n        .sticky-cta-btn.pulse {\n            animation: btnPulse 1.4s ease-in-out infinite;\n        }\n\n        @keyframes btnPulse {\n            0%, 100% { transform: scale(1); }\n            40% { transform: scale(0.93); }\n            60% { transform: scale(1.06); }\n        }\n\n        \/* ========================================\n           RESPONSIVE - LARGE\n        ======================================== *\/\n        @media (min-width: 1500px) {\n            .hero-left { padding: 70px 60px 70px 120px; }\n            .hero-right { padding: 50px 100px 50px 32px; }\n            .slider-wrapper { max-width: 560px; }\n        }\n\n        \/* ========================================\n           RESPONSIVE - TABLETTE\n        ======================================== *\/\n        @media (max-width: 1100px) {\n            .hero-left { padding: 48px 40px 48px 52px; }\n            .hero-right { padding: 40px 40px 40px 16px; }\n        }\n\n        @media (max-width: 960px) {\n            .hero {\n                grid-template-columns: 1fr;\n                min-height: auto;\n            }\n            .hero-left {\n                padding: 44px 36px 28px;\n                text-align: center;\n                align-items: center;\n                order: 1;\n            }\n            .hero-desc { max-width: 540px; }\n            .cta-btn {\n                width: 100%;\n                max-width: 440px;\n                justify-content: center;\n            }\n            .hero-social-proof { justify-content: center; }\n            .hero-right {\n                padding: 8px 36px 44px;\n                order: 2;\n                justify-content: center;\n            }\n            .slider-wrapper { max-width: 460px; }\n            .slider-images { aspect-ratio: 4 \/ 3; }\n            .arrow-left { left: -18px; }\n            .arrow-right { right: -18px; }\n            .delivery-badge { top: 16px; right: 10px; }\n        }\n\n        \/* ========================================\n           RESPONSIVE - MOBILE\n        ======================================== *\/\n        @media (max-width: 820px) {\n            .steps { padding: 64px 24px; }\n            .steps-timeline {\n                flex-direction: column;\n                align-items: center;\n                gap: 48px;\n            }\n            .step-connector-line { display: none; }\n            .step-item {\n                max-width: 400px;\n                width: 100%;\n            }\n        }\n\n        @media (max-width: 640px) {\n            .trust-item { font-size: 0.68rem; padding: 0 18px; }\n            .hero-left { padding: 32px 22px 22px; }\n            .hero-pretitle { font-size: 0.62rem; letter-spacing: 2.5px; margin-bottom: 14px; }\n            .hero h1 { font-size: 2rem; margin-bottom: 16px; }\n            .hero-desc { font-size: 0.9rem; margin-bottom: 12px; }\n            .hero-free-tag { font-size: 0.76rem; padding: 8px 16px; margin-bottom: 26px; }\n            .cta-btn { padding: 17px 28px; font-size: 0.92rem; max-width: 100%; }\n            .hero-social-proof { margin-top: 24px; flex-direction: column; gap: 8px; }\n            .hero-right { padding: 4px 22px 36px; }\n            .slider-wrapper { max-width: 100%; }\n            .slider-images { aspect-ratio: 4 \/ 3; }\n            .slider-arrow { width: 36px; height: 36px; }\n            .arrow-left { left: 10px; }\n            .arrow-right { right: 10px; }\n            .slider-arrow svg { width: 14px; height: 14px; }\n            .tissu-badge { bottom: 12px; left: 12px; padding: 8px 11px; gap: 9px; border-radius: 11px; }\n            .tissu-badge img { width: 42px; height: 42px; border-radius: 8px; }\n            .tissu-badge-label { font-size: 0.55rem; }\n            .tissu-badge-name { font-size: 0.76rem; }\n            .slider-client { padding: 11px 14px; gap: 10px; }\n            .slider-client-avatar { width: 33px; height: 33px; }\n            .slider-client-name { font-size: 0.78rem; }\n            .slider-client-detail { font-size: 0.68rem; }\n            .slider-dots { padding: 10px 0 13px; gap: 7px; }\n            .dot { width: 7px; height: 7px; }\n            .delivery-badge { display: none; }\n            .bridge { padding: 36px 20px 18px; }\n            .bridge h2 { font-size: 1.3rem; }\n            .bridge p { font-size: 0.86rem; }\n            .faq { padding: 52px 20px; }\n            .faq-question { padding: 18px 20px; font-size: 0.86rem; }\n            .faq-answer { padding: 0 20px; }\n            .faq-item.open .faq-answer { padding: 0 20px 18px; }\n            .trust-logos { padding: 36px 0; }\n            .trust-logo-item { padding: 0 32px; }\n            .trust-logo-icon svg { width: 28px; height: 28px; }\n            .trust-logo-text { font-size: 0.6rem; }\n            .step-icon-wrapper { width: 80px; height: 80px; }\n            .step-icon-wrapper svg { width: 36px; height: 36px; }\n            .step-number-badge { right: calc(50% - 50px); width: 28px; height: 28px; font-size: 0.8rem; }\n\n            \/* Sticky bar mobile — 2 lignes de 4 *\/\n            .sticky-cta { top: 0; width: 100%; }\n            .sticky-cta-card { padding: 14px 12px 10px; border-radius: 0 0 14px 14px; }\n            .sticky-slots { grid-template-columns: repeat(4, 1fr); gap: 6px; }\n            .sticky-slot { width: auto; height: auto; }\n            .sticky-counter { font-size: 1.2rem; min-width: 40px; }\n            .sticky-cta-bottom { flex-direction: column; gap: 6px; }\n            .sticky-cta-msg { white-space: normal; text-align: center; font-size: 0.65rem; }\n            .sticky-cta-btn { width: 100%; font-size: 0.76rem; padding: 12px 16px; }\n        }\n\n        @media (max-width: 380px) {\n            .hero-left { padding: 26px 16px 18px; }\n            .hero h1 { font-size: 1.7rem; }\n            .hero-desc { font-size: 0.84rem; }\n            .cta-btn { padding: 15px 22px; font-size: 0.86rem; }\n            .hero-right { padding: 4px 16px 30px; }\n            .sticky-cta { top: 0; width: 100%; }\n            .sticky-cta-card { padding: 12px 8px 8px; border-radius: 0 0 12px 12px; }\n            .sticky-cta-btn { padding: 10px 10px; font-size: 0.7rem; }\n        }\n    \u003c\/style\u003e\n\u003c!-- ========================================\n         TRUST BAR\n    ======================================== --\u003e\n\u003cdiv class=\"trust-bar\"\u003e\n\u003cdiv class=\"trust-track\"\u003e\n\u003cdiv class=\"trust-set\"\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"trust-item-icon\"\u003e🎁\u003c\/span\u003e 8 échantillons de tissus offerts\u003c\/div\u003e\n\u003cspan class=\"trust-sep\"\u003e·\u003c\/span\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"trust-item-icon\"\u003e📬\u003c\/span\u003e Livrés gratuitement chez vous\u003c\/div\u003e\n\u003cspan class=\"trust-sep\"\u003e·\u003c\/span\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"trust-item-icon\"\u003e★\u003c\/span\u003e +900 familles conquises\u003c\/div\u003e\n\u003cspan class=\"trust-sep\"\u003e·\u003c\/span\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"trust-item-icon\"\u003e🛡️\u003c\/span\u003e Garantie 2 ans incluse\u003c\/div\u003e\n\u003cspan class=\"trust-sep\"\u003e·\u003c\/span\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"trust-item-icon\"\u003e🪵\u003c\/span\u003e Bois massif \u0026amp; mousse HR\u003c\/div\u003e\n\u003cspan class=\"trust-sep\"\u003e·\u003c\/span\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"trust-item-icon\"\u003e🎨\u003c\/span\u003e +200 combinaisons possibles\u003c\/div\u003e\n\u003cspan class=\"trust-sep\"\u003e·\u003c\/span\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"trust-item-icon\"\u003e💳\u003c\/span\u003e Paiement 3x sans frais\u003c\/div\u003e\n\u003cspan class=\"trust-sep\"\u003e·\u003c\/span\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"trust-item-icon\"\u003e🧩\u003c\/span\u003e Montage simple \u0026amp; modulaire\u003c\/div\u003e\n\u003cspan class=\"trust-sep\"\u003e·\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-set\"\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"trust-item-icon\"\u003e🎁\u003c\/span\u003e 8 échantillons de tissus offerts\u003c\/div\u003e\n\u003cspan class=\"trust-sep\"\u003e·\u003c\/span\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"trust-item-icon\"\u003e📬\u003c\/span\u003e Livrés gratuitement chez vous\u003c\/div\u003e\n\u003cspan class=\"trust-sep\"\u003e·\u003c\/span\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"trust-item-icon\"\u003e★\u003c\/span\u003e +900 familles conquises\u003c\/div\u003e\n\u003cspan class=\"trust-sep\"\u003e·\u003c\/span\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"trust-item-icon\"\u003e🛡️\u003c\/span\u003e Garantie 2 ans incluse\u003c\/div\u003e\n\u003cspan class=\"trust-sep\"\u003e·\u003c\/span\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"trust-item-icon\"\u003e🪵\u003c\/span\u003e Bois massif \u0026amp; mousse HR\u003c\/div\u003e\n\u003cspan class=\"trust-sep\"\u003e·\u003c\/span\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"trust-item-icon\"\u003e🎨\u003c\/span\u003e +200 combinaisons possibles\u003c\/div\u003e\n\u003cspan class=\"trust-sep\"\u003e·\u003c\/span\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"trust-item-icon\"\u003e💳\u003c\/span\u003e Paiement 3x sans frais\u003c\/div\u003e\n\u003cspan class=\"trust-sep\"\u003e·\u003c\/span\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"trust-item-icon\"\u003e🧩\u003c\/span\u003e Montage simple \u0026amp; modulaire\u003c\/div\u003e\n\u003cspan class=\"trust-sep\"\u003e·\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ========================================\n         HERO SECTION\n    ======================================== --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-left\"\u003e\n\u003cdiv class=\"hero-pretitle\"\u003eÉchantillons gratuits — Sans engagement\u003c\/div\u003e\n\u003ch1\u003eTouchez votre\u003cbr\u003efutur canapé \u003cem\u003eavant\u003c\/em\u003e\u003cbr\u003ede l'acheter\u003c\/h1\u003e\n\u003cp class=\"hero-desc\"\u003eRecevez gratuitement chez vous jusqu'à 8 échantillons de nos tissus premium — velours, bouclette, antitache, déperlant — et choisissez votre canapé en toute confiance.\u003c\/p\u003e\n\u003cdiv class=\"hero-free-tag\"\u003e\n\u003cspan\u003e📦\u003c\/span\u003e Livraison gratuite — directement dans votre boîte aux lettres\u003c\/div\u003e\n\u003ca href=\"#collection-tissus\" class=\"cta-btn\" id=\"ctaBtn\"\u003e Recevoir mes échantillons gratuits \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                    \u003cpath d=\"M5 12h14M12 5l7 7-7 7\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e \u003c\/a\u003e\n\u003cdiv class=\"hero-social-proof\"\u003e\n\u003cdiv class=\"hero-avatars\"\u003e\n\u003cdiv class=\"hero-avatar\"\u003e\u003cimg src=\"https:\/\/images.unsplash.com\/photo-1494790108377-be9c29b29330?w=80\u0026amp;h=80\u0026amp;fit=crop\u0026amp;crop=face\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hero-avatar\"\u003e\u003cimg src=\"https:\/\/images.unsplash.com\/photo-1507003211169-0a1dd7228f2d?w=80\u0026amp;h=80\u0026amp;fit=crop\u0026amp;crop=face\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hero-avatar\"\u003e\u003cimg src=\"https:\/\/images.unsplash.com\/photo-1438761681033-6461ffad8d80?w=80\u0026amp;h=80\u0026amp;fit=crop\u0026amp;crop=face\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hero-avatar\"\u003e\u003cimg src=\"https:\/\/images.unsplash.com\/photo-1472099645785-5658abf4ff4e?w=80\u0026amp;h=80\u0026amp;fit=crop\u0026amp;crop=face\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-proof-text\"\u003e\n\u003cstrong\u003e+900 familles\u003c\/strong\u003e ont déjà choisi Kings Canapé\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Right Slider --\u003e\n\u003cdiv class=\"hero-right\"\u003e\n\u003cdiv class=\"slider-wrapper\"\u003e\n\u003cdiv class=\"slider-viewport\"\u003e\n\u003cdiv class=\"slider-images\" id=\"sliderImages\"\u003e\n\u003cdiv class=\"slide active\" data-index=\"0\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0913\/2867\/6213\/collections\/rivello-III_-_Grande_85f5b095-2537-42d0-8857-d0f5a13a6ec0.jpg?v=1764688331\" alt=\"Canapé Rivello III\"\u003e\n\u003cdiv class=\"tissu-badge\"\u003e\n\u003cimg src=\"https:\/\/kingscanape.com\/cdn\/shop\/files\/MN241.jpg?v=1753583921\u0026amp;width=800\" alt=\"Échantillon Velours Gris\"\u003e\n\u003cdiv class=\"tissu-badge-text\"\u003e\n\u003cdiv class=\"tissu-badge-label\"\u003eTissu utilisé\u003c\/div\u003e\n\u003cdiv class=\"tissu-badge-name\"\u003eVelours bleu canard\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"slide\" data-index=\"1\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0913\/2867\/6213\/collections\/918ebd1c79d77557fa70f8fc9790062b.jpg?v=1765037638\" alt=\"Canapé Bouclette\"\u003e\n\u003cdiv class=\"tissu-badge\"\u003e\n\u003cimg src=\"https:\/\/kingscanape.com\/cdn\/shop\/files\/MV2239.jpg?v=1753576969\u0026amp;width=800\" alt=\"Échantillon Bouclette Crème\"\u003e\n\u003cdiv class=\"tissu-badge-text\"\u003e\n\u003cdiv class=\"tissu-badge-label\"\u003eVelours beige\u003c\/div\u003e\n\u003cdiv class=\"tissu-badge-name\"\u003eMono 241\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"slide\" data-index=\"2\"\u003e\n\u003cimg src=\"https:\/\/kingscanape.com\/cdn\/shop\/collections\/2023-07-15_800x.webp?v=1768286667\" alt=\"Canapé Velours\"\u003e\n\u003cdiv class=\"tissu-badge\"\u003e\n\u003cimg src=\"https:\/\/kingscanape.com\/cdn\/shop\/files\/AB4.jpg?v=1753577864\u0026amp;width=800\" alt=\"Échantillon Velours Taupe\"\u003e\n\u003cdiv class=\"tissu-badge-text\"\u003e\n\u003cdiv class=\"tissu-badge-label\"\u003eTissu utilisé\u003c\/div\u003e\n\u003cdiv class=\"tissu-badge-name\"\u003eLaine bouclée\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"slide\" data-index=\"3\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0913\/2867\/6213\/collections\/Montana_III_Jaguar.png?v=1764688782\" alt=\"Canapé Montana III\"\u003e\n\u003cdiv class=\"tissu-badge\"\u003e\n\u003cimg src=\"https:\/\/kingscanape.com\/cdn\/shop\/files\/MN245.jpg?v=1753583921\u0026amp;width=800\" alt=\"Échantillon Bouclette Sable\"\u003e\n\u003cdiv class=\"tissu-badge-text\"\u003e\n\u003cdiv class=\"tissu-badge-label\"\u003eTissu utilisé\u003c\/div\u003e\n\u003cdiv class=\"tissu-badge-name\"\u003eVelours Gris\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"slider-client\"\u003e\n\u003cimg class=\"slider-client-avatar\" id=\"clientAvatar\" src=\"https:\/\/images.unsplash.com\/photo-1494790108377-be9c29b29330?w=80\u0026amp;h=80\u0026amp;fit=crop\u0026amp;crop=face\" alt=\"\"\u003e\n\u003cdiv class=\"slider-client-info\"\u003e\n\u003cdiv class=\"slider-client-name\" id=\"clientName\"\u003eSophie L.\u003c\/div\u003e\n\u003cdiv class=\"slider-client-detail\" id=\"clientDetail\"\u003ePanoramique — Rivello III\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"slider-client-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"slider-dots\" id=\"sliderDots\"\u003e\n\u003cbutton class=\"dot active\" data-index=\"0\"\u003e\u003c\/button\u003e \u003cbutton class=\"dot\" data-index=\"1\"\u003e\u003c\/button\u003e \u003cbutton class=\"dot\" data-index=\"2\"\u003e\u003c\/button\u003e \u003cbutton class=\"dot\" data-index=\"3\"\u003e\u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"slider-arrow arrow-left\" id=\"arrowPrev\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                        \u003cpath d=\"M15 18l-6-6 6-6\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"slider-arrow arrow-right\" id=\"arrowNext\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                        \u003cpath d=\"M9 18l6-6-6-6\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"delivery-badge\"\u003e\n\u003cdiv class=\"delivery-badge-icon\"\u003e📦\u003c\/div\u003e\n\u003cdiv class=\"delivery-badge-text\"\u003e\n\u003cstrong\u003e100% gratuit\u003c\/strong\u003e \u003cspan\u003eLivré chez vous sous 5-7 jours\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========================================\n         STEPS SECTION\n    ======================================== --\u003e\n\u003csection class=\"steps\"\u003e\n\u003cdiv class=\"steps-inner\"\u003e\n\u003cdiv class=\"steps-header\"\u003e\n\u003cspan class=\"steps-pretitle\"\u003eSimple \u0026amp; rapide\u003c\/span\u003e\n\u003ch2 class=\"steps-title\"\u003eComment recevoir vos échantillons ?\u003c\/h2\u003e\n\u003cp class=\"steps-subtitle\"\u003eTrois étapes simples pour recevoir vos échantillons chez vous, sans aucun engagement\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"steps-timeline\"\u003e\n\u003cdiv class=\"step-item\"\u003e\n\u003cdiv class=\"step-icon-wrapper\"\u003e\n\u003cspan class=\"step-number-badge\"\u003e1\u003c\/span\u003e \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003ccircle cx=\"11\" cy=\"11\" r=\"8\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"m21 21-4.3-4.3\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003ch3\u003eParcourez nos tissus\u003c\/h3\u003e\n\u003cp\u003eExplorez notre collection de +30 tissus premium : velours, bouclette, texturé, déperlant…\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-connector-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-item\"\u003e\n\u003cdiv class=\"step-icon-wrapper\"\u003e\n\u003cspan class=\"step-number-badge\"\u003e2\u003c\/span\u003e \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"12\" cy=\"10\" r=\"3\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003ch3\u003eRenseignez votre adresse\u003c\/h3\u003e\n\u003cp\u003eSélectionnez jusqu'à 8 échantillons et entrez votre adresse. C'est 100% gratuit, sans engagement.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-connector-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-item\"\u003e\n\u003cdiv class=\"step-icon-wrapper\"\u003e\n\u003cspan class=\"step-number-badge\"\u003e3\u003c\/span\u003e \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M20 7l-8-4-8 4m16 0l-8 4m8-4v10l-8 4m0-10L4 7m8 4v10M4 7v10l8 4\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003ch3\u003eRecevez-les chez vous\u003c\/h3\u003e\n\u003cp\u003eVos échantillons arrivent sous 5 à 7 jours directement dans votre boîte aux lettres. Touchez, comparez, choisissez.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"steps-cta\"\u003e\u003ca href=\"#collection-tissus\" class=\"cta-btn\" id=\"ctaBtnSteps\"\u003e Je veux mes échantillons gratuits \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                        \u003cpath d=\"M5 12h14M12 5l7 7-7 7\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========================================\n         TRUST LOGOS SECTION\n    ======================================== --\u003e\n\u003csection class=\"trust-logos\"\u003e\n\u003cp class=\"trust-logos-label\"\u003eIls nous font confiance\u003c\/p\u003e\n\u003cdiv class=\"trust-logos-track\"\u003e\n\u003cdiv class=\"trust-logos-set\"\u003e\n\u003cdiv class=\"trust-logo-item\"\u003e\n\u003cdiv class=\"trust-logo-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"trust-logo-text\"\u003ePaiement sécurisé\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-logo-item\"\u003e\n\u003cdiv class=\"trust-logo-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\" rx=\"2\"\u003e\u003c\/rect\u003e\n                            \u003cpath d=\"M16 8h4l3 3v5a2 2 0 01-2 2h-1\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"trust-logo-text\"\u003eLivraison offerte\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-logo-item\"\u003e\n\u003cdiv class=\"trust-logo-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"trust-logo-text\"\u003eSAV réactif\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-logo-item\"\u003e\n\u003cdiv class=\"trust-logo-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M14.7 6.3a1 1 0 000 1.4l1.6 1.6a1 1 0 001.4 0l3.77-3.77a6 6 0 01-7.94 7.94l-6.91 6.91a2.12 2.12 0 01-3-3l6.91-6.91a6 6 0 017.94-7.94l-3.76 3.76z\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"trust-logo-text\"\u003eGarantie 2 ans\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-logo-item\"\u003e\n\u003cdiv class=\"trust-logo-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"trust-logo-text\"\u003e4.9\/5 avis vérifiés\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-logo-item\"\u003e\n\u003cdiv class=\"trust-logo-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M16 8h-6a2 2 0 100 4h4a2 2 0 010 4H8\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M12 18V6\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"trust-logo-text\"\u003e0€ pour les échantillons\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-logo-item\"\u003e\n\u003cdiv class=\"trust-logo-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M20 21v-2a4 4 0 00-4-4H8a4 4 0 00-4 4v2\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"4\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"trust-logo-text\"\u003e+900 clients satisfaits\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-logos-set\"\u003e\n\u003cdiv class=\"trust-logo-item\"\u003e\n\u003cdiv class=\"trust-logo-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"trust-logo-text\"\u003ePaiement sécurisé\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-logo-item\"\u003e\n\u003cdiv class=\"trust-logo-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\" rx=\"2\"\u003e\u003c\/rect\u003e\n                            \u003cpath d=\"M16 8h4l3 3v5a2 2 0 01-2 2h-1\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"trust-logo-text\"\u003eLivraison offerte\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-logo-item\"\u003e\n\u003cdiv class=\"trust-logo-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"trust-logo-text\"\u003eSAV réactif\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-logo-item\"\u003e\n\u003cdiv class=\"trust-logo-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M14.7 6.3a1 1 0 000 1.4l1.6 1.6a1 1 0 001.4 0l3.77-3.77a6 6 0 01-7.94 7.94l-6.91 6.91a2.12 2.12 0 01-3-3l6.91-6.91a6 6 0 017.94-7.94l-3.76 3.76z\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"trust-logo-text\"\u003eGarantie 2 ans\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-logo-item\"\u003e\n\u003cdiv class=\"trust-logo-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"trust-logo-text\"\u003e4.9\/5 avis vérifiés\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-logo-item\"\u003e\n\u003cdiv class=\"trust-logo-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M16 8h-6a2 2 0 100 4h4a2 2 0 010 4H8\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M12 18V6\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"trust-logo-text\"\u003e0€ pour les échantillons\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-logo-item\"\u003e\n\u003cdiv class=\"trust-logo-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M20 21v-2a4 4 0 00-4-4H8a4 4 0 00-4 4v2\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"4\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"trust-logo-text\"\u003e+900 clients satisfaits\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========================================\n         FAQ SECTION\n    ======================================== --\u003e\n\u003csection class=\"faq\"\u003e\n\u003cdiv class=\"faq-inner\"\u003e\n\u003cdiv class=\"faq-header\"\u003e\n\u003cspan class=\"faq-pretitle\"\u003eQuestions fréquentes\u003c\/span\u003e\n\u003ch2 class=\"faq-title\"\u003eTout savoir sur nos échantillons\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-list\" id=\"faqList\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cbutton class=\"faq-question\"\u003e \u003cspan\u003eC'est vraiment gratuit ? Il n'y a pas de frais cachés ?\u003c\/span\u003e \u003csvg class=\"faq-chevron\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e \u003c\/button\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eOui, 100% gratuit. Nous prenons en charge l'intégralité des frais d'envoi. Vous n'avez rien à payer — ni à l'inscription, ni à la réception. Aucun engagement.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cbutton class=\"faq-question\"\u003e \u003cspan\u003eCombien d'échantillons puis-je commander ?\u003c\/span\u003e \u003csvg class=\"faq-chevron\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e \u003c\/button\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eVous pouvez sélectionner jusqu'à 8 échantillons de tissus différents parmi notre collection de +30 références : velours, bouclette, tissu texturé, antitache, déperlant…\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cbutton class=\"faq-question\"\u003e \u003cspan\u003eQuel est le délai de livraison ?\u003c\/span\u003e \u003csvg class=\"faq-chevron\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e \u003c\/button\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eVos échantillons sont expédiés sous 24 à 48h et livrés directement dans votre boîte aux lettres sous 5 à 7 jours ouvrés en France métropolitaine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cbutton class=\"faq-question\"\u003e \u003cspan\u003eQuelle est la taille des échantillons ?\u003c\/span\u003e \u003csvg class=\"faq-chevron\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e \u003c\/button\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eChaque échantillon mesure environ 10×10 cm — suffisamment grand pour apprécier la texture, la couleur et la qualité du tissu en conditions réelles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cbutton class=\"faq-question\"\u003e \u003cspan\u003eLes couleurs sont-elles fidèles à la réalité ?\u003c\/span\u003e \u003csvg class=\"faq-chevron\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e \u003c\/button\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eC'est justement l'intérêt des échantillons ! Les écrans peuvent légèrement altérer les couleurs. Avec nos échantillons, vous voyez la couleur exacte du tissu, sa texture et son tombé.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========================================\n         BRIDGE SECTION\n    ======================================== --\u003e\n\u003csection id=\"collection-tissus\" class=\"bridge\"\u003e\n\u003ch2\u003eChoisissez vos échantillons ci-dessous\u003c\/h2\u003e\n\u003cp\u003eSélectionnez jusqu'à 8 tissus parmi notre collection — on vous les envoie gratuitement, directement chez vous.\u003c\/p\u003e\n\u003cp\u003eN'hésitez pas à nous joindre\u003cstrong\u003e par téléphone \u003c\/strong\u003e\u003cstrong\u003epour être orienté vers les matières et coloris qui sublimeront au mieux votre intérieur.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- ========================================\n         STICKY BAR (8 échantillons)\n    ======================================== --\u003e\n\u003cdiv class=\"sticky-cta\" id=\"stickyCta\"\u003e\n  \u003cdiv class=\"sticky-cta-card\"\u003e\n    \u003cdiv class=\"sticky-cta-top\"\u003e\n      \u003cdiv class=\"sticky-slots\" id=\"stickySlots\"\u003e\n        \u003cdiv class=\"sticky-slot\" data-slot=\"0\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"sticky-slot\" data-slot=\"1\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"sticky-slot\" data-slot=\"2\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"sticky-slot\" data-slot=\"3\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"sticky-slot\" data-slot=\"4\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"sticky-slot\" data-slot=\"5\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"sticky-slot\" data-slot=\"6\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"sticky-slot\" data-slot=\"7\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sticky-counter\" id=\"stickyCounter\"\u003e\n        \u003cspan id=\"stickyCount\"\u003e0\u003c\/span\u003e \/ 8\n        \u003csmall\u003eéchantillons\u003c\/small\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"sticky-cta-bottom\"\u003e\n      \u003cdiv class=\"sticky-cta-msg\" id=\"stickyMsg\"\u003eCliquez sur un échantillon pour le retirer\u003c\/div\u003e\n      \u003cbutton class=\"sticky-cta-btn\" id=\"stickyCtaBtn\"\u003e\n        Commander mes échantillons gratuits\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M5 12h14M12 5l7 7-7 7\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","products":[{"product_id":"wave","title":"Welle","description":"","brand":"Kings canapé","offers":[{"title":"Wave 1","offer_id":55676041199989,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Wave 2","offer_id":55676045623669,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Wave 4","offer_id":55676057813365,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Wave 5","offer_id":55676064563573,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Wave 6","offer_id":55676222570869,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Wave 8","offer_id":55676224143733,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Wave 9","offer_id":55676224864629,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Wave 10","offer_id":55676226077045,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Wave 11","offer_id":55676228075893,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Wave 12","offer_id":55676231287157,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Wave 14","offer_id":55676231811445,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Wave 15","offer_id":55676232106357,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Wave 16","offer_id":55676232532341,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2867\/6213\/files\/WV1_8cad90c0-df0e-4ef3-b845-2714ed088e8b.jpg?v=1753450183"},{"product_id":"avra","title":"Avra","description":"","brand":"Kings canapé","offers":[{"title":"Avra 1","offer_id":55676248457589,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Avra 2","offer_id":55676248490357,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Avra 3","offer_id":55676254552437,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Avra 4","offer_id":55676255109493,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Avra 5","offer_id":55676255797621,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Avra 6","offer_id":55676256813429,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Avra 7","offer_id":55676260024693,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Avra 8","offer_id":55676261106037,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Avra 9","offer_id":55676261859701,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Avra 10","offer_id":55676262842741,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Avra 11","offer_id":55676265562485,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Avra 12","offer_id":55676266086773,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Avra 13","offer_id":55676266938741,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Avra 14","offer_id":55676271296885,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Avra 15","offer_id":55676271985013,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Avra 16","offer_id":55676276965749,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Avra 17","offer_id":55676277752181,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Avra 18","offer_id":55676279325045,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2867\/6213\/files\/AV1.jpg?v=1753456520"},{"product_id":"casablanca","title":"Casablanca","description":"","brand":"Kings canapé","offers":[{"title":"Casablanca 2301","offer_id":55676301771125,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Casablanca 2302","offer_id":55676301803893,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Casablanca 2303","offer_id":55676301836661,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Casablanca 2304","offer_id":55676301869429,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Casablanca 2305","offer_id":55676301902197,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Casablanca 2307","offer_id":55676301934965,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Casablanca 2308","offer_id":55676301967733,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Casablanca 2309","offer_id":55676302000501,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Casablanca 2310","offer_id":55676302033269,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Casablanca 2311","offer_id":55676302066037,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Casablanca 2312","offer_id":55676302098805,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Casablanca 2313","offer_id":55676302131573,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Casablanca 2314","offer_id":55676302164341,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Casablanca 2315","offer_id":55676302197109,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Casablanca 2316","offer_id":55676302229877,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2867\/6213\/files\/CB2301.jpg?v=1753457538"},{"product_id":"element","title":"Element","description":"","brand":"Kings canapé","offers":[{"title":"Element 6","offer_id":55676319400309,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Element 8","offer_id":55676319433077,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Element 9","offer_id":55676319465845,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Element 11","offer_id":55676319498613,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Element 12","offer_id":55676319531381,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Element 15","offer_id":55676319564149,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Element 17","offer_id":55676319596917,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Element 18","offer_id":55676319629685,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Element 20","offer_id":55676319662453,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Element 21","offer_id":55676319695221,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Element 22","offer_id":55676319727989,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Element 23","offer_id":55676319760757,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Element 24","offer_id":55676319793525,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Element 25","offer_id":55676319826293,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2867\/6213\/files\/EM6.jpg?v=1753458245"},{"product_id":"granada","title":"Granada","description":"","brand":"Kings canapé","offers":[{"title":"Granada 2721","offer_id":55676379136373,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Granada 2722","offer_id":55676379169141,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Granada 2723","offer_id":55676379201909,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Granada 2724","offer_id":55676379234677,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Granada 2725","offer_id":55676379267445,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Granada 2726","offer_id":55676379300213,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Granada 2727","offer_id":55676379332981,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Granada 2728","offer_id":55676379365749,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Granada 2729","offer_id":55676379398517,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Granada 2730","offer_id":55676379431285,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Granada 2731","offer_id":55676379464053,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Granada 2732","offer_id":55676379496821,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Granada 2733","offer_id":55676379529589,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Granada 2734","offer_id":55676379562357,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Granada 2735","offer_id":55676379595125,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2867\/6213\/files\/GN2721.jpg?v=1753459909"},{"product_id":"jaguar","title":"Jaguar","description":"","brand":"Kings canapé","offers":[{"title":"Jaguar 2161","offer_id":55676466856309,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Jaguar 2162","offer_id":55676466889077,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Jaguar 2163","offer_id":55676466921845,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Jaguar 2164","offer_id":55676466954613,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Jaguar 2165","offer_id":55676466987381,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Jaguar 2166","offer_id":55676467020149,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Jaguar 2167","offer_id":55676467052917,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Jaguar 2168","offer_id":55676467085685,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Jaguar 2169","offer_id":55676467118453,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Jaguar 2170","offer_id":55676467151221,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Jaguar 2171","offer_id":55676467183989,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Jaguar 2172","offer_id":55676467216757,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Jaguar 2173","offer_id":55676467249525,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Jaguar 2174","offer_id":55676467282293,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Jaguar 2175","offer_id":55676467315061,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Jaguar 2176","offer_id":55676467347829,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Jaguar 2177","offer_id":55676467380597,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Jaguar 2178","offer_id":55676467413365,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Jaguar 2179","offer_id":55676467446133,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Jaguar 2180","offer_id":55676467478901,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Jaguar 2181","offer_id":55676467511669,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Jaguar 2182","offer_id":55676467544437,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Jaguar 2183","offer_id":55676467577205,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Jaguar 2184","offer_id":55676467609973,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Jaguar 2185","offer_id":55676467642741,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Jaguar 2186","offer_id":55676467675509,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Jaguar 2187","offer_id":55676467708277,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Jaguar 2188","offer_id":55676467741045,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Jaguar 2189","offer_id":55676467773813,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Jaguar 2190","offer_id":55676467806581,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Jaguar 2191","offer_id":55676467839349,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2867\/6213\/files\/JG2161.jpg?v=1753461288"},{"product_id":"terra","title":"Terra","description":"","brand":"Kings canapé","offers":[{"title":"Terra 6","offer_id":55676625486197,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Terra 13","offer_id":55676625518965,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Terra 26","offer_id":55676625551733,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Terra 28","offer_id":55676625584501,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Terra 29","offer_id":55676625617269,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Terra 33","offer_id":55676625650037,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Terra 39","offer_id":55676625682805,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Terra 48","offer_id":55676625715573,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Terra 58","offer_id":55676625748341,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Terra 59","offer_id":55676625781109,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Terra 61","offer_id":55676625813877,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Terra 63","offer_id":55676625846645,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Terra 69","offer_id":55676625879413,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Terra 72","offer_id":55676625912181,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Terra 73","offer_id":55676625944949,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Terra 75","offer_id":55676625977717,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Terra 76","offer_id":55676626010485,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Terra 79","offer_id":55676626043253,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Terra 80","offer_id":55676626076021,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Terra 88","offer_id":55676626108789,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Terra 92","offer_id":55676626141557,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Terra 96","offer_id":55676626174325,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Terra 99","offer_id":55676626207093,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2867\/6213\/files\/TR6.jpg?v=1753466361"},{"product_id":"tunis","title":"Tunis","description":"","brand":"Kings canapé","offers":[{"title":"Tunis 2321","offer_id":55676637610357,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Tunis 2322","offer_id":55676637643125,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Tunis 2323","offer_id":55676637675893,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Tunis 2324","offer_id":55676637708661,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Tunis 2325","offer_id":55676637741429,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Tunis 2326","offer_id":55676637774197,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Tunis 2327","offer_id":55676637806965,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Tunis 2328","offer_id":55676637839733,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Tunis 2329","offer_id":55676637872501,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Tunis 2330","offer_id":55676637905269,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Tunis 2331","offer_id":55676637938037,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Tunis 2332","offer_id":55676637970805,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Tunis 2333","offer_id":55676638003573,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Tunis 2334","offer_id":55676638036341,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2867\/6213\/files\/TN2321.jpg?v=1753467119"},{"product_id":"solo","title":"Solo","description":"","brand":"Kings canapé","offers":[{"title":"Solo 251","offer_id":55676651438453,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Solo 252","offer_id":55676651471221,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Solo 253","offer_id":55676651503989,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Solo 254","offer_id":55676651536757,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Solo 255","offer_id":55676651569525,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Solo 256","offer_id":55676651602293,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Solo 257","offer_id":55676651635061,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Solo 258","offer_id":55676651667829,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Solo 259","offer_id":55676651700597,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Solo 260","offer_id":55676651733365,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Solo 261","offer_id":55676651766133,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Solo 262","offer_id":55676651798901,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Solo 263","offer_id":55676651831669,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Solo 264","offer_id":55676662710645,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Solo 265","offer_id":55676651864437,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Solo 266","offer_id":55676651897205,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Solo 267","offer_id":55676651929973,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Solo 268","offer_id":55676651962741,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2867\/6213\/files\/SL251.jpg?v=1753467512"},{"product_id":"samoa","title":"Samoa","description":"","brand":"Kings canapé","offers":[{"title":"Samoa 1","offer_id":55676667330933,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Samoa 2","offer_id":55676667363701,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Samoa 3","offer_id":55676667396469,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Samoa 4","offer_id":55676667429237,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Samoa 5","offer_id":55676667462005,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Samoa 6","offer_id":55676667494773,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Samoa 7","offer_id":55676667527541,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Samoa 8","offer_id":55676667560309,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Samoa 9","offer_id":55676667593077,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Samoa 10","offer_id":55676667625845,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Samoa 11","offer_id":55676667658613,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Samoa 12","offer_id":55676667691381,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Samoa 13","offer_id":55676667724149,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2867\/6213\/files\/SM1.jpg?v=1753468278"},{"product_id":"pecos","title":"Pecos","description":"","brand":"Kings canapé","offers":[{"title":"Pecos 1","offer_id":55676674802037,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Pecos 2","offer_id":55676674834805,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Pecos 3","offer_id":55676674867573,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Pecos 4","offer_id":55676674900341,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Pecos 5","offer_id":55676674933109,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Pecos 6","offer_id":55676674965877,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Pecos 7","offer_id":55676674998645,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Pecos 8","offer_id":55676675031413,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Pecos 9","offer_id":55676675064181,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Pecos 10","offer_id":55676675096949,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Pecos 11","offer_id":55676675129717,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Pecos 12","offer_id":55676675162485,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Pecos 13","offer_id":55676675195253,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Pecos 14","offer_id":55676675228021,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Pecos 15","offer_id":55676675260789,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Pecos 16","offer_id":55676675293557,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Pecos 17","offer_id":55676675326325,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Pecos 18","offer_id":55676675359093,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2867\/6213\/files\/PC1.jpg?v=1753468635"},{"product_id":"luxo","title":"Luxus","description":"","brand":"Kings canapé","offers":[{"title":"Luxo 6601","offer_id":55678212112757,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Luxo 6602","offer_id":55678212145525,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Luxo 6603","offer_id":55678212178293,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Luxo 6604","offer_id":55678212211061,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Luxo 6605","offer_id":55678212243829,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Luxo 6606","offer_id":55678212276597,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Luxo 6607","offer_id":55678212309365,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Luxo 6608","offer_id":55678212342133,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Luxo 6609","offer_id":55678212374901,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Luxo 6610","offer_id":55678212407669,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Luxo 6611","offer_id":55678212440437,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Luxo 6612","offer_id":55678212473205,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Luxo 6613","offer_id":55678212505973,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Luxo 6614","offer_id":55678212538741,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2867\/6213\/files\/LX6601.jpg?v=1753495008"},{"product_id":"monolith","title":"Monolith","description":"","brand":"Kings canapé","offers":[{"title":"Monolith 02","offer_id":55678282793333,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Monolith 04","offer_id":55678282826101,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Monolith 09","offer_id":55678282858869,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Monolith 15","offer_id":55678283612533,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Monolith 20","offer_id":55678282891637,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Monolith 29","offer_id":55678282924405,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Monolith 37","offer_id":55678282957173,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Monolith 38","offer_id":55678282989941,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Monolith 48","offer_id":55678283022709,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Monolith 59","offer_id":55678283055477,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Monolith 61","offer_id":55678283088245,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Monolith 62","offer_id":55678283121013,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Monolith 63","offer_id":55678283153781,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Monolith 69","offer_id":55678283186549,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Monolith 70","offer_id":55678283219317,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Monolith 72","offer_id":55678283252085,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Monolith 76","offer_id":55678283284853,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Monolith 77","offer_id":55678283317621,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Monolith 79","offer_id":55678283350389,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Monolith 84","offer_id":55678283383157,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Monolith 85","offer_id":55678283415925,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Monolith 92","offer_id":55678283448693,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Monolith 95","offer_id":55678283481461,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Monolith 97","offer_id":55678283514229,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2867\/6213\/files\/MN2_5a771294-8a8d-422b-bdbd-bee85b6ed758.jpg?v=1753581560"},{"product_id":"bristol","title":"Bristol","description":"","brand":"Kings canapé","offers":[{"title":"Bristol 2441","offer_id":55680073957749,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Bristol 2442","offer_id":55680073990517,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Bristol 2443","offer_id":55680074023285,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Bristol 2444","offer_id":55680074056053,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Bristol 2445","offer_id":55680074088821,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Bristol 2446","offer_id":55680074121589,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Bristol 2447","offer_id":55680074154357,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Bristol 2448","offer_id":55680074187125,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Bristol 2449","offer_id":55680074219893,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Bristol 2450","offer_id":55680074252661,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Bristol 2451","offer_id":55680074285429,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Bristol 2452","offer_id":55680074318197,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Bristol 2453","offer_id":55680074350965,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Bristol 2454","offer_id":55680074383733,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Bristol 2455","offer_id":55680074416501,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Bristol 2456","offer_id":55680074449269,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Bristol 2457","offer_id":55680074482037,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Bristol 2458","offer_id":55680074514805,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Bristol 2459","offer_id":55680074547573,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Bristol 2460","offer_id":55680074580341,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2867\/6213\/files\/BS2441.jpg?v=1753543899"},{"product_id":"amor-velvet","title":"Amor-Samt","description":"","brand":"Kings canapé","offers":[{"title":"Amor velvet 4301","offer_id":55680488604021,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Amor velvet 4302","offer_id":55680488636789,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Amor velvet 4303","offer_id":55680488669557,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Amor velvet 4304","offer_id":55680488702325,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Amor velvet 4305","offer_id":55680488735093,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Amor velvet 4307","offer_id":55680488767861,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Amor velvet 4308","offer_id":55680488800629,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Amor velvet 4309","offer_id":55680488833397,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Amor velvet 4310","offer_id":55680488866165,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Amor velvet 4311","offer_id":55680488898933,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Amor velvet 4312","offer_id":55680488931701,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Amor velvet 4314","offer_id":55680488964469,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Amor velvet 4318","offer_id":55680488997237,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Amor velvet 4321","offer_id":55680489030005,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Amor velvet 4322","offer_id":55680489062773,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Amor velvet 4333","offer_id":55680489095541,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2867\/6213\/files\/AV4301.jpg?v=1753554048"},{"product_id":"whisper","title":"Flüstern","description":"","brand":"Kings canapé","offers":[{"title":"Whisper 1","offer_id":55680926581109,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Whisper 3","offer_id":55680926613877,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Whisper 5","offer_id":55680926646645,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Whisper 6","offer_id":55680926679413,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Whisper 7","offer_id":55680926712181,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Whisper 9","offer_id":55680926744949,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Whisper 11","offer_id":55680926777717,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Whisper 12","offer_id":55680926810485,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Whisper 13","offer_id":55680926843253,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Whisper 14","offer_id":55680926876021,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Whisper 15","offer_id":55680926908789,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Whisper 16","offer_id":55680926941557,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Whisper 17","offer_id":55680926974325,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Whisper 19","offer_id":55680927007093,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2867\/6213\/files\/WS1.jpg?v=1753575009"},{"product_id":"magic-velvet","title":"Magischer Samt","description":"","brand":"Kings canapé","offers":[{"title":"Magic velvet 2205","offer_id":55681003225461,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Magic velvet 2216","offer_id":55681003258229,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Magic velvet 2218","offer_id":55681003290997,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Magic velvet 2219","offer_id":55681003323765,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Magic velvet 2221","offer_id":55681003356533,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Magic velvet 2225","offer_id":55681003389301,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Magic velvet 2229","offer_id":55681003422069,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Magic velvet 2233","offer_id":55681003454837,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Magic velvet 2239","offer_id":55681003487605,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Magic velvet 2241","offer_id":55681003520373,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Magic velvet 2250","offer_id":55681003553141,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Magic velvet 2253","offer_id":55681003585909,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Magic velvet 2260","offer_id":55681003618677,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Magic velvet 2264","offer_id":55681003651445,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Magic velvet 2271","offer_id":55681003684213,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Magic velvet 2282","offer_id":55681003716981,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Magic velvet 2288","offer_id":55681003749749,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Magic velvet 2294","offer_id":55681003782517,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Magic velvet 2299","offer_id":55681003815285,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2867\/6213\/files\/MV2205.jpg?v=1753576969"},{"product_id":"abriamo","title":"Abriamo","description":"","brand":"Kings canapé","offers":[{"title":"Abriamo 1","offer_id":55681031831925,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Abriamo 2","offer_id":55681031864693,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Abriamo 3","offer_id":55681031897461,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Abriamo 4","offer_id":55681031930229,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Abriamo 5","offer_id":55681031962997,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Abriamo 6","offer_id":55681031995765,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Abriamo 7","offer_id":55681032028533,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Abriamo 8","offer_id":55681032061301,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Abriamo 9","offer_id":55681032094069,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Abriamo 10","offer_id":55681032126837,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Abriamo 11","offer_id":55681032159605,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Abriamo 12","offer_id":55681032192373,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Abriamo 13","offer_id":55681032225141,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Abriamo 14","offer_id":55681032257909,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2867\/6213\/files\/AB1.jpg?v=1753577865"},{"product_id":"baloo","title":"Balu","description":"","brand":"Kings canapé","offers":[{"title":"Baloo 2071","offer_id":55681044513141,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Baloo 2072","offer_id":55681051492725,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Baloo 2073","offer_id":55681051525493,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Baloo 2074","offer_id":55681051558261,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Baloo 2075","offer_id":55681051591029,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Baloo 2076","offer_id":55681051623797,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Baloo 2077","offer_id":55681051656565,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Baloo 2078","offer_id":55681051689333,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Baloo 2079","offer_id":55681051722101,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Baloo 2080","offer_id":55681051754869,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Baloo 2081","offer_id":55681051787637,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Baloo 2082","offer_id":55681051820405,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Baloo 2083","offer_id":55681051853173,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Baloo 2084","offer_id":55681051885941,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Baloo 2085","offer_id":55681051918709,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Baloo 2086","offer_id":55681051951477,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Baloo 2087","offer_id":55681051984245,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Baloo 2088","offer_id":55681052017013,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Baloo 2089","offer_id":55681052049781,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Baloo 2090","offer_id":55681052082549,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2867\/6213\/files\/BL2078.jpg?v=1753579060"},{"product_id":"spring","title":"Frühling","description":"","brand":"Kings canapé","offers":[{"title":"Spring 1101","offer_id":55681117421941,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Spring 1102","offer_id":55681117454709,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Spring 1103","offer_id":55681117487477,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Spring 1104","offer_id":55681117520245,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Spring 1105","offer_id":55681117553013,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Spring 1106","offer_id":55681117585781,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Spring 1107","offer_id":55681117618549,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Spring 1108","offer_id":55681117651317,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Spring 1109","offer_id":55681117684085,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Spring 1110","offer_id":55681117716853,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Spring 1111","offer_id":55681117749621,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Spring 1112","offer_id":55681117782389,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Spring 1113","offer_id":55681117815157,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Spring 1114","offer_id":55681117847925,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Spring 1115","offer_id":55681117880693,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Spring 1116","offer_id":55681117913461,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Spring 1117","offer_id":55681117946229,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Spring 1118","offer_id":55681117978997,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2867\/6213\/files\/SG1101.jpg?v=1753582826"},{"product_id":"loca-1","title":"Loca","description":"","brand":"Kings canapé","offers":[{"title":"Loca 3","offer_id":55681120960885,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Loca 6","offer_id":55681120993653,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Loca 8","offer_id":55681121026421,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Loca 10","offer_id":55681121059189,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Loca 12","offer_id":55681121091957,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Loca 13","offer_id":55681121124725,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Loca 15","offer_id":55681121157493,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Loca 16","offer_id":55681121190261,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Loca 17","offer_id":55681121223029,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Loca 19","offer_id":55681121255797,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Loca 20","offer_id":55681121288565,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Loca 21","offer_id":55681121321333,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Loca 23","offer_id":55681121354101,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Loca 30","offer_id":55681121386869,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Loca 35","offer_id":55681121419637,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Loca 36","offer_id":55681121452405,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2867\/6213\/files\/LC3_d2b39346-97fa-4221-bd82-6eaa82866153.jpg?v=1753583441"},{"product_id":"mono","title":"Mono","description":"\u003cp\u003eC'est un tissu doux velours texturer\u003c\/p\u003e","brand":"Kings canapé","offers":[{"title":"Mono 227","offer_id":55681128726901,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Mono 228","offer_id":55681128759669,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Mono 229","offer_id":55681128792437,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Mono 230","offer_id":55681128825205,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Mono 231","offer_id":55681128857973,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Mono 232","offer_id":55681128890741,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Mono 233","offer_id":55681128923509,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Mono 234","offer_id":55681128956277,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Mono 235","offer_id":55681128989045,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Mono 236","offer_id":55681129021813,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Mono 237","offer_id":55681129054581,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Mono 238","offer_id":55681129087349,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Mono 239","offer_id":55681129120117,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Mono 241","offer_id":55681129152885,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Mono 242","offer_id":55681129185653,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Mono 243","offer_id":55681129218421,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Mono 244","offer_id":55681129251189,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Mono 245","offer_id":55681129283957,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Mono 247","offer_id":55681129316725,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true},{"title":"Mono 248","offer_id":55681129349493,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2867\/6213\/files\/MN227.jpg?v=1753583921"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0913\/2867\/6213\/collections\/chantillon-tissu-icone_87bd63f5-2185-45ea-af0d-5c203d1dc6ba.png?v=1774041423","url":"https:\/\/kingscanape.com\/de\/collections\/nos-tissus-copie.oembed","provider":"Kings canapé","version":"1.0","type":"link"}