{"title":"Customized Bed","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eCustomized Beds | Clydebed - Crafted to Your Specifications\u003c\/title\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\n    \u003cstyle\u003e\n        \/* Base Styles *\/\n        :root {\n            --primary: #2c3e50;\n            --secondary: #3498db;\n            --accent: #e67e22;\n            --light: #ecf0f1;\n            --dark: #2c3e50;\n            --text: #333;\n            --shadow: 0 4px 6px rgba(0,0,0,0.1);\n            --transition: all 0.3s ease;\n        }\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: var(--text);\n            background-color: #f9f9f9;\n        }\n        \n        .container {\n            width: 90%;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 15px;\n        }\n        \n        section {\n            padding: 80px 0;\n        }\n        \n        h1, h2, h3, h4 {\n            margin-bottom: 20px;\n            color: var(--primary);\n            line-height: 1.3;\n        }\n        \n        p {\n            margin-bottom: 15px;\n        }\n        \n        .btn {\n            display: inline-block;\n            padding: 12px 30px;\n            background-color: var(--accent);\n            color: white;\n            text-decoration: none;\n            border-radius: 4px;\n            font-weight: 600;\n            transition: var(--transition);\n            border: none;\n            cursor: pointer;\n            text-align: center;\n        }\n        \n        .btn:hover {\n            background-color: #d35400;\n            transform: translateY(-3px);\n            box-shadow: var(--shadow);\n        }\n        \n        .btn-secondary {\n            background-color: var(--secondary);\n        }\n        \n        .btn-secondary:hover {\n            background-color: #2980b9;\n        }\n        \n        .text-center {\n            text-align: center;\n        }\n        \n        \/* Header Styles *\/\n        header {\n            background-color: white;\n            box-shadow: var(--shadow);\n            position: sticky;\n            top: 0;\n            z-index: 1000;\n        }\n        \n        .header-container {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 20px 0;\n        }\n        \n        .logo {\n            font-size: 24px;\n            font-weight: 700;\n            color: var(--primary);\n            text-decoration: none;\n        }\n        \n        .logo span {\n            color: var(--accent);\n        }\n        \n        nav ul {\n            display: flex;\n            list-style: none;\n        }\n        \n        nav ul li {\n            margin-left: 25px;\n        }\n        \n        nav ul li a {\n            text-decoration: none;\n            color: var(--primary);\n            font-weight: 500;\n            transition: var(--transition);\n        }\n        \n        nav ul li a:hover {\n            color: var(--accent);\n        }\n        \n        .mobile-menu {\n            display: none;\n            font-size: 24px;\n            cursor: pointer;\n        }\n        \n        \/* Hero Section *\/\n        .hero {\n            background: linear-gradient(rgba(44, 62, 80, 0.8), rgba(44, 62, 80, 0.9)), url('https:\/\/images.unsplash.com\/photo-1505693416388-ac5ce068fe85?ixlib=rb-4.0.3\u0026auto=format\u0026fit=crop\u0026w=1350\u0026q=80') no-repeat center center\/cover;\n            color: white;\n            padding: 150px 0;\n            text-align: center;\n        }\n        \n        .hero h1 {\n            font-size: 48px;\n            margin-bottom: 20px;\n            color: white;\n        }\n        \n        .hero p {\n            font-size: 20px;\n            max-width: 700px;\n            margin: 0 auto 30px;\n        }\n        \n        \/* Features Section *\/\n        .features {\n            background-color: white;\n        }\n        \n        .section-title {\n            text-align: center;\n            margin-bottom: 50px;\n        }\n        \n        .section-title h2 {\n            font-size: 36px;\n            position: relative;\n            display: inline-block;\n            padding-bottom: 15px;\n        }\n        \n        .section-title h2::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 80px;\n            height: 3px;\n            background-color: var(--accent);\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n        }\n        \n        .feature-card {\n            background-color: white;\n            border-radius: 8px;\n            padding: 30px;\n            box-shadow: var(--shadow);\n            transition: var(--transition);\n            text-align: center;\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-10px);\n        }\n        \n        .feature-icon {\n            font-size: 40px;\n            color: var(--accent);\n            margin-bottom: 20px;\n        }\n        \n        \/* Customization Process *\/\n        .customization-process {\n            background-color: var(--light);\n        }\n        \n        .process-steps {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: space-between;\n            margin-top: 50px;\n        }\n        \n        .step {\n            flex: 1;\n            min-width: 250px;\n            text-align: center;\n            padding: 0 20px;\n            margin-bottom: 30px;\n            position: relative;\n        }\n        \n        .step-number {\n            width: 50px;\n            height: 50px;\n            background-color: var(--accent);\n            color: white;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 24px;\n            font-weight: 700;\n            margin: 0 auto 20px;\n        }\n        \n        .step:not(:last-child)::after {\n            content: '';\n            position: absolute;\n            top: 25px;\n            right: -10px;\n            width: 20px;\n            height: 2px;\n            background-color: var(--accent);\n        }\n        \n        \/* Gallery Section *\/\n        .gallery {\n            background-color: white;\n        }\n        \n        .gallery-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n            gap: 20px;\n            margin-top: 40px;\n        }\n        \n        .gallery-item {\n            position: relative;\n            overflow: hidden;\n            border-radius: 8px;\n            height: 250px;\n        }\n        \n        .gallery-item img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            transition: var(--transition);\n        }\n        \n        .gallery-item:hover img {\n            transform: scale(1.1);\n        }\n        \n        \/* Contact Section *\/\n        .contact {\n            background-color: var(--primary);\n            color: white;\n        }\n        \n        .contact h2, .contact h3 {\n            color: white;\n        }\n        \n        .contact-container {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 40px;\n        }\n        \n        .contact-info {\n            display: flex;\n            flex-direction: column;\n            gap: 20px;\n        }\n        \n        .contact-method {\n            display: flex;\n            align-items: center;\n            gap: 15px;\n        }\n        \n        .contact-icon {\n            font-size: 24px;\n            color: var(--accent);\n        }\n        \n        .contact-details {\n            display: flex;\n            flex-direction: column;\n        }\n        \n        .contact-form {\n            background-color: rgba(255, 255, 255, 0.1);\n            padding: 30px;\n            border-radius: 8px;\n        }\n        \n        .form-group {\n            margin-bottom: 20px;\n        }\n        \n        .form-group label {\n            display: block;\n            margin-bottom: 8px;\n            font-weight: 500;\n        }\n        \n        .form-group input,\n        .form-group textarea,\n        .form-group select {\n            width: 100%;\n            padding: 12px;\n            border: none;\n            border-radius: 4px;\n            background-color: rgba(255, 255, 255, 0.9);\n        }\n        \n        .form-group textarea {\n            height: 120px;\n            resize: vertical;\n        }\n        \n        \/* Footer *\/\n        footer {\n            background-color: var(--dark);\n            color: white;\n            padding: 40px 0 20px;\n        }\n        \n        .footer-content {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 30px;\n            margin-bottom: 30px;\n        }\n        \n        .footer-column h3 {\n            color: white;\n            margin-bottom: 20px;\n            font-size: 20px;\n        }\n        \n        .footer-column ul {\n            list-style: none;\n        }\n        \n        .footer-column ul li {\n            margin-bottom: 10px;\n        }\n        \n        .footer-column ul li a {\n            color: #bdc3c7;\n            text-decoration: none;\n            transition: var(--transition);\n        }\n        \n        .footer-column ul li a:hover {\n            color: var(--accent);\n        }\n        \n        .social-links {\n            display: flex;\n            gap: 15px;\n            margin-top: 20px;\n        }\n        \n        .social-links a {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            width: 40px;\n            height: 40px;\n            background-color: rgba(255, 255, 255, 0.1);\n            border-radius: 50%;\n            color: white;\n            text-decoration: none;\n            transition: var(--transition);\n        }\n        \n        .social-links a:hover {\n            background-color: var(--accent);\n            transform: translateY(-3px);\n        }\n        \n        .copyright {\n            text-align: center;\n            padding-top: 20px;\n            border-top: 1px solid rgba(255, 255, 255, 0.1);\n            font-size: 14px;\n            color: #bdc3c7;\n        }\n        \n        \/* Responsive Styles *\/\n        @media (max-width: 768px) {\n            .header-container {\n                flex-direction: column;\n                text-align: center;\n            }\n            \n            nav ul {\n                margin-top: 20px;\n                flex-direction: column;\n            }\n            \n            nav ul li {\n                margin: 10px 0;\n            }\n            \n            .hero h1 {\n                font-size: 36px;\n            }\n            \n            .hero p {\n                font-size: 18px;\n            }\n            \n            .step:not(:last-child)::after {\n                display: none;\n            }\n            \n            .process-steps {\n                flex-direction: column;\n            }\n        }\n        \n        @media (max-width: 576px) {\n            section {\n                padding: 60px 0;\n            }\n            \n            .hero {\n                padding: 100px 0;\n            }\n            \n            .hero h1 {\n                font-size: 28px;\n            }\n            \n            .section-title h2 {\n                font-size: 28px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003c!-- Header --\u003e\n    \u003cheader\u003e\n        \u003cdiv class=\"container header-container\"\u003e\n            \u003ca href=\"#\" class=\"logo\"\u003eClyde\u003cspan\u003eBed\u003c\/span\u003e\u003c\/a\u003e\n            \u003cnav\u003e\n                \u003cul\u003e\n                    \u003cli\u003e\u003ca href=\"#\"\u003eHome\u003c\/a\u003e\u003c\/li\u003e\n                    \u003cli\u003e\u003ca href=\"#\"\u003eCollections\u003c\/a\u003e\u003c\/li\u003e\n                    \u003cli\u003e\u003ca href=\"#\"\u003eCustom Beds\u003c\/a\u003e\u003c\/li\u003e\n                    \u003cli\u003e\u003ca href=\"#\"\u003eAbout Us\u003c\/a\u003e\u003c\/li\u003e\n                    \u003cli\u003e\u003ca href=\"#\"\u003eContact\u003c\/a\u003e\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/nav\u003e\n            \u003cdiv class=\"mobile-menu\"\u003e\n                \u003ci class=\"fas fa-bars\"\u003e\u003c\/i\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/header\u003e\n\n    \u003c!-- Hero Section --\u003e\n    \u003csection class=\"hero\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003ch1\u003eCustom-Made Beds Crafted Just For You\u003c\/h1\u003e\n            \u003cp\u003eYour dream bed, tailored to your exact specifications. At Clydebed, we specialize in creating bespoke beds that perfectly fit your space, style, and comfort needs.\u003c\/p\u003e\n            \u003ca href=\"#contact\" class=\"btn\"\u003eGet Your Custom Bed\u003c\/a\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Features Section --\u003e\n    \u003csection class=\"features\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"section-title\"\u003e\n                \u003ch2\u003eWhy Choose Our Custom Beds?\u003c\/h2\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"features-grid\"\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e\n                        \u003ci class=\"fas fa-ruler-combined\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003ch3\u003ePerfect Fit\u003c\/h3\u003e\n                    \u003cp\u003eWe create beds in any size to perfectly fit your space, whether you need an unusual dimension or want to maximize your room's layout.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e\n                        \u003ci class=\"fas fa-palette\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003ch3\u003eCustom Design\u003c\/h3\u003e\n                    \u003cp\u003eChoose from various materials, finishes, and styles to match your bedroom decor and personal taste.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e\n                        \u003ci class=\"fas fa-couch\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003ch3\u003ePremium Quality\u003c\/h3\u003e\n                    \u003cp\u003eAll our custom beds are crafted with high-quality materials and attention to detail, ensuring durability and comfort.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Customization Process --\u003e\n    \u003csection class=\"customization-process\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"section-title\"\u003e\n                \u003ch2\u003eHow It Works\u003c\/h2\u003e\n                \u003cp\u003eOur simple process to create your perfect custom bed\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"process-steps\"\u003e\n                \u003cdiv class=\"step\"\u003e\n                    \u003cdiv class=\"step-number\"\u003e1\u003c\/div\u003e\n                    \u003ch3\u003eConsultation\u003c\/h3\u003e\n                    \u003cp\u003eContact us with your requirements and ideas for your custom bed.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"step\"\u003e\n                    \u003cdiv class=\"step-number\"\u003e2\u003c\/div\u003e\n                    \u003ch3\u003eDesign \u0026amp; Quote\u003c\/h3\u003e\n                    \u003cp\u003eWe'll create a design based on your needs and provide a detailed quote.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"step\"\u003e\n                    \u003cdiv class=\"step-number\"\u003e3\u003c\/div\u003e\n                    \u003ch3\u003eApproval\u003c\/h3\u003e\n                    \u003cp\u003eReview and approve the design, materials, and pricing.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"step\"\u003e\n                    \u003cdiv class=\"step-number\"\u003e4\u003c\/div\u003e\n                    \u003ch3\u003eCrafting\u003c\/h3\u003e\n                    \u003cp\u003eOur skilled craftsmen build your custom bed with precision and care.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"step\"\u003e\n                    \u003cdiv class=\"step-number\"\u003e5\u003c\/div\u003e\n                    \u003ch3\u003eDelivery\u003c\/h3\u003e\n                    \u003cp\u003eWe deliver and install your custom bed, ensuring perfect placement.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Gallery Section --\u003e\n    \u003csection class=\"gallery\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"section-title\"\u003e\n                \u003ch2\u003eOur Custom Bed Gallery\u003c\/h2\u003e\n                \u003cp\u003eExamples of bespoke beds we've created for our customers\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"gallery-grid\"\u003e\n                \u003cdiv class=\"gallery-item\"\u003e\n                    \u003cimg src=\"https:\/\/images.unsplash.com\/photo-1505693416388-ac5ce068fe85?ixlib=rb-4.0.3\u0026amp;auto=format\u0026amp;fit=crop\u0026amp;w=500\u0026amp;q=80\" alt=\"Custom Bed Design 1\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"gallery-item\"\u003e\n                    \u003cimg src=\"https:\/\/images.unsplash.com\/photo-1555041469-a586c61ea9bc?ixlib=rb-4.0.3\u0026amp;auto=format\u0026amp;fit=crop\u0026amp;w=500\u0026amp;q=80\" alt=\"Custom Bed Design 2\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"gallery-item\"\u003e\n                    \u003cimg src=\"https:\/\/images.unsplash.com\/photo-1586023492125-27b2c045efd7?ixlib=rb-4.0.3\u0026amp;auto=format\u0026amp;fit=crop\u0026amp;w=500\u0026amp;q=80\" alt=\"Custom Bed Design 3\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"gallery-item\"\u003e\n                    \u003cimg src=\"https:\/\/images.unsplash.com\/photo-1616594039964-ae9021a400a0?ixlib=rb-4.0.3\u0026amp;auto=format\u0026amp;fit=crop\u0026amp;w=500\u0026amp;q=80\" alt=\"Custom Bed Design 4\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"gallery-item\"\u003e\n                    \u003cimg src=\"https:\/\/images.unsplash.com\/photo-1616627561834-99c72fd76849?ixlib=rb-4.0.3\u0026amp;auto=format\u0026amp;fit=crop\u0026amp;w=500\u0026amp;q=80\" alt=\"Custom Bed Design 5\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"gallery-item\"\u003e\n                    \u003cimg src=\"https:\/\/images.unsplash.com\/photo-1615876234886-fd9a39fda97f?ixlib=rb-4.0.3\u0026amp;auto=format\u0026amp;fit=crop\u0026amp;w=500\u0026amp;q=80\" alt=\"Custom Bed Design 6\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Contact Section --\u003e\n    \u003csection class=\"contact\" id=\"contact\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"section-title\"\u003e\n                \u003ch2\u003eStart Your Custom Bed Project\u003c\/h2\u003e\n                \u003cp\u003eContact us today to discuss your custom bed requirements\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"contact-container\"\u003e\n                \u003cdiv class=\"contact-info\"\u003e\n                    \u003ch3\u003eGet In Touch\u003c\/h3\u003e\n                    \u003cp\u003eReady for the perfect custom bed? Reach out to us through any of these methods:\u003c\/p\u003e\n                    \n                    \u003cdiv class=\"contact-method\"\u003e\n                        \u003cdiv class=\"contact-icon\"\u003e\n                            \u003ci class=\"fas fa-envelope\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"contact-details\"\u003e\n                            \u003ch4\u003eEmail Us\u003c\/h4\u003e\n                            \u003cp\u003econtact@clydebed.co.uk\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"contact-method\"\u003e\n                        \u003cdiv class=\"contact-icon\"\u003e\n                            \u003ci class=\"fab fa-whatsapp\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"contact-details\"\u003e\n                            \u003ch4\u003eWhatsApp\u003c\/h4\u003e\n                            \u003cp\u003e+447939 986917\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"contact-method\"\u003e\n                        \u003cdiv class=\"contact-icon\"\u003e\n                            \u003ci class=\"fas fa-phone\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"contact-details\"\u003e\n                            \u003ch4\u003eCall Us\u003c\/h4\u003e\n                            \u003cp\u003e+44 7939 986917\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"contact-method\"\u003e\n                        \u003cdiv class=\"contact-icon\"\u003e\n                            \u003ci class=\"fas fa-clock\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"contact-details\"\u003e\n                            \u003ch4\u003eBusiness Hours\u003c\/h4\u003e\n                            \u003cp\u003eMonday - Friday: 9am - 6pm\u003c\/p\u003e\n                            \u003cp\u003eSaturday: 10am - 4pm\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003ca href=\"https:\/\/wa.me\/447939986917\" class=\"btn btn-secondary\" target=\"_blank\"\u003e\n                        \u003ci class=\"fab fa-whatsapp\"\u003e\u003c\/i\u003e Message Us on WhatsApp\n                    \u003c\/a\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"contact-form\"\u003e\n                    \u003ch3\u003eSend Us Your Requirements\u003c\/h3\u003e\n                    \u003cform id=\"custom-bed-form\"\u003e\n                        \u003cdiv class=\"form-group\"\u003e\n                            \u003clabel for=\"name\"\u003eYour Name\u003c\/label\u003e\n                            \u003cinput type=\"text\" id=\"name\" name=\"name\" required\u003e\n                        \u003c\/div\u003e\n                        \n                        \u003cdiv class=\"form-group\"\u003e\n                            \u003clabel for=\"email\"\u003eEmail Address\u003c\/label\u003e\n                            \u003cinput type=\"email\" id=\"email\" name=\"email\" required\u003e\n                        \u003c\/div\u003e\n                        \n                        \u003cdiv class=\"form-group\"\u003e\n                            \u003clabel for=\"phone\"\u003ePhone Number\u003c\/label\u003e\n                            \u003cinput type=\"tel\" id=\"phone\" name=\"phone\"\u003e\n                        \u003c\/div\u003e\n                        \n                        \u003cdiv class=\"form-group\"\u003e\n                            \u003clabel for=\"bed-size\"\u003eDesired Bed Size\u003c\/label\u003e\n                            \u003cselect id=\"bed-size\" name=\"bed-size\"\u003e\n                                \u003coption value=\"\"\u003eSelect Size\u003c\/option\u003e\n                                \u003coption value=\"custom\"\u003eCustom Size\u003c\/option\u003e\n                                \u003coption value=\"single\"\u003eSingle\u003c\/option\u003e\n                                \u003coption value=\"double\"\u003eDouble\u003c\/option\u003e\n                                \u003coption value=\"king\"\u003eKing\u003c\/option\u003e\n                                \u003coption value=\"super-king\"\u003eSuper King\u003c\/option\u003e\n                            \u003c\/select\u003e\n                        \u003c\/div\u003e\n                        \n                        \u003cdiv class=\"form-group\"\u003e\n                            \u003clabel for=\"message\"\u003eYour Requirements\u003c\/label\u003e\n                            \u003ctextarea id=\"message\" name=\"message\" placeholder=\"Tell us about your custom bed needs, preferred materials, style, dimensions, etc.\" required\u003e\u003c\/textarea\u003e\n                        \u003c\/div\u003e\n                        \n                        \u003cbutton type=\"submit\" class=\"btn\"\u003eSubmit Requirements\u003c\/button\u003e\n                    \u003c\/form\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n\n    \u003cscript\u003e\n        \/\/ Simple form submission handler\n        document.getElementById('custom-bed-form').addEventListener('submit', function(e) {\n            e.preventDefault();\n            alert('Thank you for your custom bed inquiry! We will contact you shortly to discuss your requirements.');\n            this.reset();\n        });\n        \n        \/\/ Mobile menu toggle\n        document.querySelector('.mobile-menu').addEventListener('click', function() {\n            document.querySelector('nav ul').classList.toggle('active');\n        });\n    \u003c\/script\u003e\n\n\u003c\/body\u003e","products":[],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0971\/2559\/7521\/collections\/Gemini_Generated_Image_cynkglcynkglcynk-removebg-preview.png?v=1760609258","url":"https:\/\/clydebeds.co.uk\/collections\/customized-bed.oembed","provider":"Clyde Beds","version":"1.0","type":"link"}