{"id":335,"date":"2025-01-30T21:30:05","date_gmt":"2025-01-30T21:30:05","guid":{"rendered":"https:\/\/baffhand.com\/?page_id=335"},"modified":"2025-11-10T22:38:14","modified_gmt":"2025-11-10T22:38:14","slug":"get-a-quoteq","status":"publish","type":"page","link":"https:\/\/baffhand.com\/?page_id=335","title":{"rendered":"Get A Quote"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"335\" class=\"elementor elementor-335\">\n\t\t\t\t<div class=\"elementor-element elementor-element-31f3fc0 e-flex e-con-boxed e-con e-parent\" data-id=\"31f3fc0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-812f3b6 elementor-widget elementor-widget-text-editor\" data-id=\"812f3b6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Your Vision, Crafted<\/strong><\/p><p>We know that sometimes you need something truly unique. That&#8217;s why we offer custom crafting across our range of manufactured products! Whether you love a design you see on our site but need a different color, material, or size, or you have a completely fresh idea or design in mind, we&#8217;re here to bring it to life. To get started, please fill out the custom order form with all the necessary details. We&#8217;ll then review your request and reach out to you via the email address you provide with more information and a quoted price. Please note that no custom order will be initiated until the required deposit, which will be provided to you via an email from baffhand@gmail.com, has been paid and confirmed.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e2b9b30 elementor-widget elementor-widget-html\" data-id=\"e2b9b30\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Product Quote Request Form<\/title>\r\n    <style>\r\n        \/* Monochromatic and Professional Styles (Black and White) *\/\r\n        body {\r\n            font-family: 'Inter', Arial, sans-serif;\r\n            margin: 0;\r\n            padding: 20px; \/* Base padding for desktops\/tablets *\/\r\n            background-color: #f0f0f0; \/* Light gray background *\/\r\n            display: flex;\r\n            justify-content: center;\r\n            align-items: center;\r\n            min-height: 100vh;\r\n        }\r\n        .container {\r\n            background-color: #ffffff; \/* Pure white container *\/\r\n            padding: 35px;\r\n            border-radius: 8px;\r\n            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); \/* Subtle black shadow *\/\r\n            max-width: 1000px;\r\n            width: 100%; \/* Ensures it fills parent on small screens *\/\r\n            border-top: 4px solid #000000; \/* Solid black accent border for desktop *\/\r\n        }\r\n        h2 {\r\n            color: #000000; \/* Pure black title *\/\r\n            text-align: center;\r\n            margin-bottom: 30px;\r\n            font-size: 1.6rem;\r\n            font-weight: 700;\r\n        }\r\n        label {\r\n            display: block;\r\n            margin-bottom: 6px;\r\n            font-weight: 500;\r\n            color: #333333; \/* Dark gray label text *\/\r\n            line-height: 1.5;\r\n            font-size: 0.95rem;\r\n        }\r\n        input[type=\"text\"],\r\n        input[type=\"email\"],\r\n        select,\r\n        textarea {\r\n            width: 100%; \/* CRITICAL for responsiveness *\/\r\n            padding: 12px;\r\n            margin-bottom: 22px;\r\n            border: 1px solid #cccccc; \/* Light gray input border *\/\r\n            border-radius: 4px;\r\n            box-sizing: border-box;\r\n            transition: border-color 0.3s, box-shadow 0.3s;\r\n            color: #444444;\r\n        }\r\n        input:focus,\r\n        select:focus,\r\n        textarea:focus {\r\n            border-color: #000000; \/* Black border on focus *\/\r\n            box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1); \/* Subtle black shadow on focus *\/\r\n            outline: none;\r\n        }\r\n        textarea {\r\n            resize: vertical;\r\n        }\r\n        hr {\r\n            border: 0;\r\n            height: 1px;\r\n            background-color: #e0e0e0; \/* Pale gray divider *\/\r\n            margin: 30px 0;\r\n        }\r\n        .submit-button {\r\n            width: 100%;\r\n            background-color: #222222; \/* Very dark gray\/near black button *\/\r\n            color: white;\r\n            padding: 14px 20px;\r\n            border: none;\r\n            border-radius: 4px;\r\n            cursor: pointer;\r\n            font-size: 1rem;\r\n            font-weight: 600;\r\n            letter-spacing: 0.5px;\r\n            transition: background-color 0.3s, transform 0.1s;\r\n        }\r\n        .submit-button:hover {\r\n            background-color: #555555; \/* Mid-dark gray on hover *\/\r\n            transform: translateY(-1px);\r\n        }\r\n        .submit-button:active {\r\n            transform: translateY(0);\r\n        }\r\n        \r\n        \/* Responsive adjustments for mobile devices *\/\r\n        @media (max-width: 800px) {\r\n            body {\r\n                padding: 10px; \/* Reduces outer margin on small screens *\/\r\n            }\r\n            .container {\r\n                margin: 0;\r\n                padding: 25px 20px; \/* Optimal padding for mobile viewport *\/\r\n                border-top: none; \/* Removes the top accent border when the container is full width *\/\r\n                box-shadow: none; \/* Removes shadow for a cleaner full-screen mobile look *\/\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n<div class=\"container\">\r\n    <h2>Custom Product Quote Request<\/h2>\r\n    <!-- ACTION UPDATED TO USE FORMSPREE PLACEHOLDER -->\r\n    <form \r\n        action=\"https:\/\/formspree.io\/f\/xdkyokdk\" \r\n        method=\"POST\" \r\n    >\r\n        \r\n        <!-- HIDDEN FIELD for email subject line in your inbox -->\r\n        <input type=\"hidden\" name=\"_subject\" value=\"New Quote Request from Website Form\">\r\n\r\n        <!-- Client Personal Information -->\r\n        <label for=\"name\">Your Name:<\/label>\r\n        <input type=\"text\" id=\"name\" name=\"Name\" required>\r\n\r\n        <label for=\"email\">Your Email Address:<\/label>\r\n        <!-- Formspree uses _replyto to set the reply address easily -->\r\n        <input type=\"email\" id=\"email\" name=\"_replyto\" required>\r\n        \r\n        <hr>\r\n\r\n        <!-- Product Details -->\r\n        <label for=\"category\">Product Category:<\/label>\r\n        <select id=\"category\" name=\"Product Category\" required>\r\n            <option value=\"\" disabled selected>-- Select a Product Category --<\/option>\r\n            <option value=\"Hand Knit Bags\">Hand Knit Bags<\/option>\r\n            <option value=\"Knitted Beanies\">Knitted Beanies<\/option>\r\n            <option value=\"Crochet Beanies\">Crochet Beanies<\/option>\r\n            <option value=\"Knitted Scarves\">Knitted Scarves<\/option>\r\n            <option value=\"Crochet Blanket\">Crochet Blanket<\/option>\r\n            <option value=\"Knitted Blanket\">Knitted Blanket<\/option>\r\n            <option value=\"Crochet Stuffed Toys\">Crochet Stuffed Toys<\/option>\r\n            <option value=\"Hand Sewn Stuffed Toys\">Hand Sewn Stuffed Toys<\/option>\r\n            <option value=\"Punch Needle\/Tufted Rugs\">Punch Needle\/Tufted Rugs<\/option>\r\n            <option value=\"Punch Needle\/Tufted Coasters\">Punch Needle\/Tufted Coasters<\/option>\r\n            <option value=\"Punch Needle\/Tufted Wall Hangings\">Punch Needle\/Tufted Wall Hangings<\/option>\r\n            <option value=\"Crochet Bags\">Crochet Bags<\/option>\r\n            <option value=\"Crochet Bottle Holders\">Crochet Bottle Holders<\/option>\r\n            <option value=\"Crochet Cup Cozies\">Crochet Cup Cozies<\/option>\r\n            <option value=\"Crochet Scrunchies\">Crochet Scrunchies<\/option>\r\n            <option value=\"Crochet Headbands\">Crochet Headbands<\/option>\r\n            <option value=\"Crochet Bandanas\">Crochet Bandanas<\/option>\r\n            <option value=\"Other\">Other<\/option>\r\n        <\/select>\r\n\r\n        <label for=\"product_details\">Product Details \/ Customization Request (Size, Color, Material, etc.):<\/label>\r\n        <textarea id=\"product_details\" name=\"Product Details\" rows=\"6\" placeholder=\"Describe the size, color, material preference, design elements, and any other specific details for your custom product.\" required><\/textarea>\r\n\r\n        <label for=\"reference_links\">Reference Image Link(s) (Optional):<\/label>\r\n        <input type=\"text\" id=\"reference_links\" name=\"Reference Links\" placeholder=\"Paste links to any reference images (separate multiple links with a comma).\">\r\n        \r\n        <hr>\r\n\r\n        <!-- Submission Button -->\r\n        <button type=\"submit\" class=\"submit-button\">Submit Quote Request<\/button>\r\n        \r\n    <\/form>\r\n<\/div>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-21496cf e-flex e-con-boxed e-con e-parent\" data-id=\"21496cf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4d2bc3f e-flex e-con-boxed e-con e-parent\" data-id=\"4d2bc3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Your Vision, Crafted We know that sometimes you need something truly unique. That&#8217;s why we offer custom crafting across our range of manufactured products! Whether you love a design you see on our site but need a different color, material, or size, or you have a completely fresh idea or design in mind, we&#8217;re here &#8230; <a title=\"Get A Quote\" class=\"read-more\" href=\"https:\/\/baffhand.com\/?page_id=335\">Read more<span class=\"screen-reader-text\">Get A Quote<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-335","page","type-page","status-publish"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Get A Quote - BAFF HAND<\/title>\n<meta name=\"description\" content=\"Ready for a custom creation? Request a quote for your unique handmade gift today. Tell us your vision, and we\u2019ll bring it to life\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/baffhand.com\/?page_id=335\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Get A Quote - BAFF HAND\" \/>\n<meta property=\"og:description\" content=\"Ready for a custom creation? Request a quote for your unique handmade gift today. Tell us your vision, and we\u2019ll bring it to life\" \/>\n<meta property=\"og:url\" content=\"https:\/\/baffhand.com\/?page_id=335\" \/>\n<meta property=\"og:site_name\" content=\"BAFF HAND\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-10T22:38:14+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/baffhand.com\\\/?page_id=335\",\"url\":\"https:\\\/\\\/baffhand.com\\\/?page_id=335\",\"name\":\"Get A Quote - BAFF HAND\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/baff-hand-f06340.ingress-erytho.ewp.live\\\/#website\"},\"datePublished\":\"2025-01-30T21:30:05+00:00\",\"dateModified\":\"2025-11-10T22:38:14+00:00\",\"description\":\"Ready for a custom creation? Request a quote for your unique handmade gift today. Tell us your vision, and we\u2019ll bring it to life\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/baffhand.com\\\/?page_id=335#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/baffhand.com\\\/?page_id=335\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/baffhand.com\\\/?page_id=335#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/baffhand.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Get A Quote\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/baff-hand-f06340.ingress-erytho.ewp.live\\\/#website\",\"url\":\"https:\\\/\\\/baff-hand-f06340.ingress-erytho.ewp.live\\\/\",\"name\":\"Baff Hand\",\"description\":\"We Made It Because We Can!\",\"publisher\":{\"@id\":\"https:\\\/\\\/baff-hand-f06340.ingress-erytho.ewp.live\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/baff-hand-f06340.ingress-erytho.ewp.live\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/baff-hand-f06340.ingress-erytho.ewp.live\\\/#organization\",\"name\":\"Baff Hand\",\"url\":\"https:\\\/\\\/baff-hand-f06340.ingress-erytho.ewp.live\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/baff-hand-f06340.ingress-erytho.ewp.live\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/baffhand.com\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/cropped-BAFF-HAND-1.webp\",\"contentUrl\":\"https:\\\/\\\/baffhand.com\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/cropped-BAFF-HAND-1.webp\",\"width\":240,\"height\":72,\"caption\":\"Baff Hand\"},\"image\":{\"@id\":\"https:\\\/\\\/baff-hand-f06340.ingress-erytho.ewp.live\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.pinterest.com\\\/baffhand\",\"https:\\\/\\\/www.instagram.com\\\/baffhand\",\"https:\\\/\\\/www.tiktok.com\\\/@baffhand\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Get A Quote - BAFF HAND","description":"Ready for a custom creation? Request a quote for your unique handmade gift today. Tell us your vision, and we\u2019ll bring it to life","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/baffhand.com\/?page_id=335","og_locale":"en_US","og_type":"article","og_title":"Get A Quote - BAFF HAND","og_description":"Ready for a custom creation? Request a quote for your unique handmade gift today. Tell us your vision, and we\u2019ll bring it to life","og_url":"https:\/\/baffhand.com\/?page_id=335","og_site_name":"BAFF HAND","article_modified_time":"2025-11-10T22:38:14+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/baffhand.com\/?page_id=335","url":"https:\/\/baffhand.com\/?page_id=335","name":"Get A Quote - BAFF HAND","isPartOf":{"@id":"https:\/\/baff-hand-f06340.ingress-erytho.ewp.live\/#website"},"datePublished":"2025-01-30T21:30:05+00:00","dateModified":"2025-11-10T22:38:14+00:00","description":"Ready for a custom creation? Request a quote for your unique handmade gift today. Tell us your vision, and we\u2019ll bring it to life","breadcrumb":{"@id":"https:\/\/baffhand.com\/?page_id=335#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/baffhand.com\/?page_id=335"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/baffhand.com\/?page_id=335#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/baffhand.com\/"},{"@type":"ListItem","position":2,"name":"Get A Quote"}]},{"@type":"WebSite","@id":"https:\/\/baff-hand-f06340.ingress-erytho.ewp.live\/#website","url":"https:\/\/baff-hand-f06340.ingress-erytho.ewp.live\/","name":"Baff Hand","description":"We Made It Because We Can!","publisher":{"@id":"https:\/\/baff-hand-f06340.ingress-erytho.ewp.live\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/baff-hand-f06340.ingress-erytho.ewp.live\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/baff-hand-f06340.ingress-erytho.ewp.live\/#organization","name":"Baff Hand","url":"https:\/\/baff-hand-f06340.ingress-erytho.ewp.live\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/baff-hand-f06340.ingress-erytho.ewp.live\/#\/schema\/logo\/image\/","url":"https:\/\/baffhand.com\/wp-content\/uploads\/2025\/01\/cropped-BAFF-HAND-1.webp","contentUrl":"https:\/\/baffhand.com\/wp-content\/uploads\/2025\/01\/cropped-BAFF-HAND-1.webp","width":240,"height":72,"caption":"Baff Hand"},"image":{"@id":"https:\/\/baff-hand-f06340.ingress-erytho.ewp.live\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.pinterest.com\/baffhand","https:\/\/www.instagram.com\/baffhand","https:\/\/www.tiktok.com\/@baffhand"]}]}},"_links":{"self":[{"href":"https:\/\/baffhand.com\/index.php?rest_route=\/wp\/v2\/pages\/335","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/baffhand.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/baffhand.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/baffhand.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/baffhand.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=335"}],"version-history":[{"count":5,"href":"https:\/\/baffhand.com\/index.php?rest_route=\/wp\/v2\/pages\/335\/revisions"}],"predecessor-version":[{"id":912,"href":"https:\/\/baffhand.com\/index.php?rest_route=\/wp\/v2\/pages\/335\/revisions\/912"}],"wp:attachment":[{"href":"https:\/\/baffhand.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=335"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}