{"product_id":"boston-pearl-jewelry-workshops-newbury-street","title":"Jewelry Workshop--Boston","description":"\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  .fy-workshop-page {\n    --ivory: #F7F3EE;\n    --soft-ivory: #FCFAF7;\n    --text: #312D29;\n    --muted: #776F68;\n    --gold: #A07830;\n    --line: #DDD4CA;\n    --jade: #4A6B52;\n\n    font-family: Arial, Helvetica, sans-serif;\n    color: var(--text);\n    background: #fff;\n    line-height: 1.65;\n  }\n\n  .fy-workshop-page *,\n  .fy-workshop-page *::before,\n  .fy-workshop-page *::after {\n    box-sizing: border-box;\n  }\n\n  html {\n    scroll-behavior: smooth;\n  }\n\n  .fy-container {\n    width: min(1120px, calc(100% - 40px));\n    margin: 0 auto;\n  }\n\n  .fy-eyebrow {\n    font-size: 12px;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 20px;\n  }\n\n  \/* HERO *\/\n  .fy-hero {\n    background: var(--ivory);\n    padding: 88px 20px 78px;\n    text-align: center;\n  }\n\n  .fy-hero h1 {\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(42px, 6vw, 76px);\n    line-height: 1.02;\n    font-weight: 400;\n    margin: 0 auto 20px;\n    max-width: 900px;\n  }\n\n  .fy-hero-tagline {\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(20px, 2.4vw, 29px);\n    color: var(--muted);\n    margin-bottom: 28px;\n  }\n\n  .fy-hero-copy {\n    max-width: 760px;\n    margin: 0 auto 34px;\n    font-size: 17px;\n    color: #5f5852;\n  }\n\n  .fy-button {\n    display: inline-block;\n    background: var(--text);\n    color: #fff !important;\n    text-decoration: none;\n    padding: 15px 30px;\n    border-radius: 999px;\n    font-size: 14px;\n    letter-spacing: 0.05em;\n    transition: 0.2s ease;\n  }\n\n  .fy-button:hover {\n    opacity: 0.87;\n    transform: translateY(-1px);\n  }\n\n  \/* QUICK INFO *\/\n  .fy-quick-info {\n    margin-top: -26px;\n    position: relative;\n    z-index: 2;\n  }\n\n  .fy-info-grid {\n    background: #fff;\n    border: 1px solid var(--line);\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    box-shadow: 0 14px 40px rgba(0,0,0,0.05);\n  }\n\n  .fy-info-item {\n    padding: 28px 20px;\n    text-align: center;\n    border-right: 1px solid var(--line);\n  }\n\n  .fy-info-item:last-child {\n    border-right: none;\n  }\n\n  .fy-info-label {\n    display: block;\n    font-size: 11px;\n    text-transform: uppercase;\n    letter-spacing: 0.17em;\n    color: var(--muted);\n    margin-bottom: 7px;\n  }\n\n  .fy-info-value {\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 18px;\n  }\n\n  \/* SECTIONS *\/\n  .fy-section {\n    padding: 88px 0;\n  }\n\n  .fy-section-soft {\n    background: var(--soft-ivory);\n  }\n\n  .fy-section-title {\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-weight: 400;\n    text-align: center;\n    font-size: clamp(34px, 4vw, 50px);\n    margin: 0 0 16px;\n  }\n\n  .fy-section-intro {\n    max-width: 720px;\n    margin: 0 auto 48px;\n    text-align: center;\n    color: var(--muted);\n    font-size: 16px;\n  }\n\n  \/* EXPERIENCE *\/\n  .fy-two-column {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 70px;\n    align-items: center;\n  }\n\n  .fy-copy h2 {\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(34px, 4vw, 48px);\n    font-weight: 400;\n    line-height: 1.12;\n    margin: 0 0 22px;\n  }\n\n  .fy-copy p {\n    color: #615a53;\n    margin: 0 0 18px;\n  }\n\n  .fy-feature-box {\n    background: var(--ivory);\n    padding: 42px;\n  }\n\n  .fy-feature-box h3 {\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 27px;\n    font-weight: 400;\n    margin: 0 0 22px;\n  }\n\n  .fy-check-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .fy-check-list li {\n    position: relative;\n    padding: 11px 0 11px 29px;\n    border-bottom: 1px solid rgba(0,0,0,0.07);\n  }\n\n  .fy-check-list li:last-child {\n    border-bottom: 0;\n  }\n\n  .fy-check-list li::before {\n    content: \"✦\";\n    position: absolute;\n    left: 0;\n    color: var(--gold);\n  }\n\n  \/* PRICING *\/\n  .fy-price-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 22px;\n  }\n\n  .fy-price-card {\n    border: 1px solid var(--line);\n    padding: 38px 30px;\n    background: #fff;\n  }\n\n  .fy-price-card.featured {\n    background: var(--ivory);\n    border-color: #cfc1af;\n  }\n\n  .fy-price-small {\n    text-transform: uppercase;\n    letter-spacing: .15em;\n    font-size: 11px;\n    color: var(--muted);\n  }\n\n  .fy-price {\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 42px;\n    margin: 10px 0 15px;\n  }\n\n  .fy-price-card h3 {\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 23px;\n    font-weight: 400;\n    margin: 0 0 12px;\n  }\n\n  .fy-price-card p {\n    color: var(--muted);\n    margin: 0;\n  }\n\n  \/* GALLERY *\/\n  .fy-gallery {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 12px;\n  }\n\n  .fy-gallery-item {\n    aspect-ratio: 4 \/ 5;\n    overflow: hidden;\n    background: var(--ivory);\n  }\n\n  .fy-gallery-item img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n    transition: transform 0.35s ease;\n  }\n\n  .fy-gallery-item:hover img {\n    transform: scale(1.03);\n  }\n\n  .fy-gallery-caption {\n    text-align: center;\n    max-width: 720px;\n    margin: 30px auto 0;\n    color: var(--muted);\n  }\n\n  \/* GRAND OPENING *\/\n  .fy-gift {\n    text-align: center;\n    border-top: 1px solid var(--line);\n    border-bottom: 1px solid var(--line);\n    padding: 54px 20px;\n  }\n\n  .fy-gift strong {\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 28px;\n    font-weight: 400;\n  }\n\n  .fy-gift p {\n    max-width: 660px;\n    margin: 12px auto 0;\n    color: var(--muted);\n  }\n\n  \/* LOCATION *\/\n  .fy-location-card {\n    max-width: 760px;\n    margin: auto;\n    background: var(--ivory);\n    padding: 52px;\n    text-align: center;\n  }\n\n  .fy-location-card h3 {\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 30px;\n    font-weight: 400;\n    margin: 0 0 12px;\n  }\n\n  .fy-location-card p {\n    margin: 8px 0;\n    color: var(--muted);\n  }\n\n  .fy-location-actions {\n    margin-top: 28px;\n  }\n\n  \/* FAQ *\/\n  .fy-faq {\n    max-width: 850px;\n    margin: auto;\n    border-top: 1px solid var(--line);\n  }\n\n  .fy-faq details {\n    border-bottom: 1px solid var(--line);\n  }\n\n  .fy-faq summary {\n    cursor: pointer;\n    list-style: none;\n    padding: 24px 40px 24px 0;\n    position: relative;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 20px;\n  }\n\n  .fy-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .fy-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    right: 5px;\n    top: 19px;\n    font-family: Arial, sans-serif;\n    font-size: 25px;\n    font-weight: 300;\n  }\n\n  .fy-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .fy-faq-answer {\n    padding: 0 35px 24px 0;\n    color: var(--muted);\n  }\n\n  .fy-faq-answer p {\n    margin-top: 0;\n  }\n\n  \/* BOOKING *\/\n  .fy-booking {\n    background: var(--ivory);\n  }\n\n  .fy-booking-inner {\n    max-width: 900px;\n    margin: 0 auto;\n    text-align: center;\n  }\n\n  .fy-booking-box {\n    margin-top: 32px;\n    background: #fff;\n    border: 1px solid var(--line);\n    padding: 30px;\n    min-height: 180px;\n  }\n\n  \/* POLICY *\/\n  .fy-policy {\n    max-width: 820px;\n    margin: auto;\n    background: var(--soft-ivory);\n    padding: 40px;\n  }\n\n  .fy-policy h3 {\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 27px;\n    font-weight: 400;\n    margin-top: 0;\n  }\n\n  .fy-policy ul {\n    padding-left: 22px;\n    margin-bottom: 0;\n  }\n\n  .fy-policy li {\n    padding: 5px 0;\n    color: var(--muted);\n  }\n\n  \/* FINAL CTA *\/\n  .fy-final-cta {\n    background: #332f2b;\n    color: #fff;\n    text-align: center;\n    padding: 75px 20px;\n  }\n\n  .fy-final-cta h2 {\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-weight: 400;\n    font-size: clamp(36px, 5vw, 55px);\n    margin: 0 0 15px;\n  }\n\n  .fy-final-cta p {\n    color: rgba(255,255,255,.72);\n    margin: 0 auto 28px;\n    max-width: 620px;\n  }\n\n  .fy-final-cta .fy-button {\n    background: #fff;\n    color: #332f2b !important;\n  }\n\n  \/* MOBILE *\/\n  @media (max-width: 800px) {\n    .fy-container {\n      width: min(100% - 28px, 1120px);\n    }\n\n    .fy-hero {\n      padding: 64px 18px 60px;\n    }\n\n    .fy-hero-copy {\n      font-size: 15px;\n    }\n\n    .fy-info-grid {\n      grid-template-columns: 1fr 1fr;\n    }\n\n    .fy-info-item:nth-child(2) {\n      border-right: 0;\n    }\n\n    .fy-info-item:nth-child(-n+2) {\n      border-bottom: 1px solid var(--line);\n    }\n\n    .fy-section {\n      padding: 64px 0;\n    }\n\n    .fy-two-column {\n      grid-template-columns: 1fr;\n      gap: 32px;\n    }\n\n    .fy-feature-box {\n      padding: 30px 24px;\n    }\n\n    .fy-price-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .fy-gallery {\n      grid-template-columns: repeat(2, 1fr);\n      gap: 7px;\n    }\n\n    .fy-location-card {\n      padding: 38px 24px;\n    }\n\n    .fy-booking-box {\n      padding: 18px;\n    }\n  }\n\n  @media (max-width: 480px) {\n    .fy-hero h1 {\n      font-size: 42px;\n    }\n\n    .fy-hero-tagline {\n      font-size: 20px;\n    }\n\n    .fy-info-item {\n      padding: 22px 12px;\n    }\n\n    .fy-info-value {\n      font-size: 16px;\n    }\n\n    .fy-price-card {\n      padding: 30px 23px;\n    }\n\n    .fy-faq summary {\n      font-size: 18px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"fy-workshop-page\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"fy-hero\"\u003e\n\u003cdiv class=\"fy-container\"\u003e\n\u003cdiv class=\"fy-eyebrow\"\u003eFindingYoYo Jewelry Workshop · Boston\u003c\/div\u003e\n\u003ch1\u003eReal Pearls.\u003cbr\u003eReal Jade.\u003cbr\u003eReal Flowers.\u003c\/h1\u003e\n\u003cdiv class=\"fy-hero-tagline\"\u003e\u0026amp; Real Memories.\u003c\/div\u003e\n\u003cp class=\"fy-hero-copy\"\u003eDesign and make a jewelry piece that feels completely your own. Choose from over \u003cstrong\u003e200 pearls, beads, jade pieces, flowers, charms, pendants and jewelry components\u003c\/strong\u003e, then bring your idea to life with hands-on guidance from our instructor. \u003cstrong\u003eNo experience required.\u003c\/strong\u003e\u003c\/p\u003e\n\u003ca class=\"fy-button\" href=\"#book-workshop\"\u003e Book Your Workshop \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- QUICK INFO --\u003e\n\u003cdiv class=\"fy-quick-info\"\u003e\n\u003cdiv class=\"fy-container\"\u003e\n\u003cdiv class=\"fy-info-grid\"\u003e\n\u003cdiv class=\"fy-info-item\"\u003e\n\u003cspan class=\"fy-info-label\"\u003eWorkshop\u003c\/span\u003e \u003cspan class=\"fy-info-value\"\u003eFrom $89\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fy-info-item\"\u003e\n\u003cspan class=\"fy-info-label\"\u003eExperience\u003c\/span\u003e \u003cspan class=\"fy-info-value\"\u003eBeginner Friendly\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fy-info-item\"\u003e\n\u003cspan class=\"fy-info-label\"\u003eGroup Size\u003c\/span\u003e \u003cspan class=\"fy-info-value\"\u003eUp to 8 Guests\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fy-info-item\"\u003e\n\u003cspan class=\"fy-info-label\"\u003eLocation\u003c\/span\u003e \u003cspan class=\"fy-info-value\"\u003e222 Newbury St\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- EXPERIENCE --\u003e\n\u003csection class=\"fy-section\"\u003e\n\u003cdiv class=\"fy-container fy-two-column\"\u003e\n\u003cdiv class=\"fy-copy\"\u003e\n\u003cdiv class=\"fy-eyebrow\"\u003eYour Piece, Your Way\u003c\/div\u003e\n\u003ch2\u003eCome with an idea.\u003cbr\u003eLeave wearing it.\u003c\/h2\u003e\n\u003cp\u003eThis is not a workshop where everyone makes the same piece. You choose the materials, colors and details that speak to you, and we help you turn them into something wearable.\u003c\/p\u003e\n\u003cp\u003eCreate a delicate pearl bracelet, colorful earrings, jade pendant, floral necklace, charm piece, or something completely unexpected.\u003c\/p\u003e\n\u003cp\u003ePerfect for a creative afternoon, date, mother-daughter activity, birthday, bachelorette gathering, or a memorable day with friends.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fy-feature-box\"\u003e\n\u003ch3\u003eEverything is included.\u003c\/h3\u003e\n\u003cul class=\"fy-check-list\"\u003e\n\u003cli\u003e200+ pearls, beads, jade, flowers, charms \u0026amp; pendants\u003c\/li\u003e\n\u003cli\u003eChains and jewelry components\u003c\/li\u003e\n\u003cli\u003eProfessional jewelry-making tools\u003c\/li\u003e\n\u003cli\u003eStep-by-step instructor guidance\u003c\/li\u003e\n\u003cli\u003eLight refreshments\u003c\/li\u003e\n\u003cli\u003eYour finished jewelry piece to take home\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PRICING --\u003e\n\u003csection class=\"fy-section fy-section-soft\"\u003e\n\u003cdiv class=\"fy-container\"\u003e\n\u003ch2 class=\"fy-section-title\"\u003eChoose What You Make\u003c\/h2\u003e\n\u003cp class=\"fy-section-intro\"\u003eStart with one piece — and if inspiration strikes, keep creating while you're here.\u003c\/p\u003e\n\u003cdiv class=\"fy-price-grid\"\u003e\n\u003cdiv class=\"fy-price-card featured\"\u003e\n\u003cdiv class=\"fy-price-small\"\u003eWorkshop\u003c\/div\u003e\n\u003cdiv class=\"fy-price\"\u003e$89\u003c\/div\u003e\n\u003ch3\u003eYour First Piece\u003c\/h3\u003e\n\u003cp\u003eIncludes your choice of one bracelet, one pair of earrings, or one pendant with chain necklace.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fy-price-card\"\u003e\n\u003cdiv class=\"fy-price-small\"\u003eKeep Creating\u003c\/div\u003e\n\u003cdiv class=\"fy-price\"\u003e$55\u003c\/div\u003e\n\u003ch3\u003eAdditional Piece\u003c\/h3\u003e\n\u003cp\u003eMake another eligible piece during the same workshop for only $55.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fy-price-card\"\u003e\n\u003cdiv class=\"fy-price-small\"\u003eUpgrade\u003c\/div\u003e\n\u003cdiv class=\"fy-price\"\u003e$175+\u003c\/div\u003e\n\u003ch3\u003eFull Pearl Necklace\u003c\/h3\u003e\n\u003cp\u003eCreate a full-strand pearl necklace. Pricing varies depending on pearl style, length and design.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"text-align: center; margin-top: 28px; color: #776f68;\"\u003e\u003cstrong\u003eComing with friends?\u003c\/strong\u003e Groups of 4 or more receive $5 off per person.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CUSTOMER GALLERY --\u003e\n\u003csection class=\"fy-section\"\u003e\n\u003cdiv class=\"fy-container\"\u003e\n\u003cdiv class=\"fy-eyebrow\" style=\"text-align: center;\"\u003eCustomer Gallery\u003c\/div\u003e\n\u003ch2 class=\"fy-section-title\"\u003eMade Here. Made by You.\u003c\/h2\u003e\n\u003cp class=\"fy-section-intro\"\u003eFrom pearls and jade to flowers, charms and unexpected combinations, every piece tells a different story. Get inspired, then make yours.\u003c\/p\u003e\n\u003cdiv class=\"fy-gallery\"\u003e\n\u003cdiv class=\"fy-gallery-item\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0364\/2467\/9564\/files\/DSC09999_e0e0213e-c04e-48ae-b905-976a89330fb6.jpg?v=1788987985\" alt=\"Customer-made jewelry at FindingYoYo Boston workshop\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"fy-gallery-item\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0364\/2467\/9564\/files\/IMG_0313.heic?v=1788987992\" alt=\"Handmade jewelry created at FindingYoYo workshop\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"fy-gallery-item\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0364\/2467\/9564\/files\/DSC09597.jpg?v=1788987964\" alt=\"Customer-created pearl jewelry at FindingYoYo\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"fy-gallery-item\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0364\/2467\/9564\/files\/IMG_0151.heic?v=1751556454\" alt=\"Jewelry making workshop at FindingYoYo Boston\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"fy-gallery-item\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0364\/2467\/9564\/files\/IMG_4445.heic?v=1751989035\" alt=\"FindingYoYo customer workshop jewelry\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"fy-gallery-item\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0364\/2467\/9564\/files\/il_fullxfull.2956124273_jhmq_5b68ff4b-2ac5-499b-8b04-fcc2716d77d5.webp?v=1754171124\" alt=\"Jewelry inspiration for FindingYoYo workshop\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"fy-gallery-caption\"\u003ePearls, jade, flowers, colors and combinations are yours to choose. \u003cstrong\u003eYour piece doesn't need to look like anyone else's.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- GRAND OPENING --\u003e\n\u003csection class=\"fy-gift\"\u003e\n\u003cdiv class=\"fy-container\"\u003e\n\u003cdiv class=\"fy-eyebrow\"\u003eGrand Opening · September \u0026amp; October\u003c\/div\u003e\n\u003cstrong\u003e A little gift from us to you. \u003c\/strong\u003e\n\u003cp\u003eEvery workshop guest visiting during September and October will receive a complimentary mini jewelry box. Available while supplies last.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- LOCATION --\u003e\n\u003csection class=\"fy-section fy-section-soft\"\u003e\n\u003cdiv class=\"fy-container\"\u003e\n\u003cdiv class=\"fy-location-card\"\u003e\n\u003cdiv class=\"fy-eyebrow\"\u003eVisit the Studio\u003c\/div\u003e\n\u003ch3\u003eFindingYoYo Creative Studio\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003e 222 Newbury Street\u003cbr\u003eBoston, Massachusetts \u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eWorkshops are available by appointment.\u003c\/p\u003e\n\u003cp\u003eRegular sessions accommodate up to 8 guests. Private groups, celebrations and corporate workshops are available upon request.\u003c\/p\u003e\n\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"fy-section\"\u003e\n\u003cdiv class=\"fy-container\"\u003e\n\u003cdiv class=\"fy-eyebrow\" style=\"text-align: center;\"\u003eQuestions \u0026amp; Answers\u003c\/div\u003e\n\u003ch2 class=\"fy-section-title\"\u003eBefore You Visit\u003c\/h2\u003e\n\u003cdiv class=\"fy-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo I need any jewelry-making experience?\u003c\/summary\u003e\n\u003cdiv class=\"fy-faq-answer\"\u003e\n\u003cp\u003eNot at all. Our workshops are designed for complete beginners. Your instructor will show you how to use the tools and guide you through the techniques needed for your chosen design.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat can I make?\u003c\/summary\u003e\n\u003cdiv class=\"fy-faq-answer\"\u003e\n\u003cp\u003eYour $89 workshop includes one bracelet, one pair of earrings, or one pendant with a chain necklace.\u003c\/p\u003e\n\u003cp\u003eAdditional eligible pieces are $45 each during the same workshop. Full-strand pearl necklaces are available starting at $175+.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat materials can I choose from?\u003c\/summary\u003e\n\u003cdiv class=\"fy-faq-answer\"\u003e\n\u003cp\u003eChoose from over 200 materials and components, including freshwater pearls, jade, beads, pendants, charms, flowers, chains and jewelry findings.\u003c\/p\u003e\n\u003cp\u003eOur selection changes regularly, so every visit may have something new to discover.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs everything included?\u003c\/summary\u003e\n\u003cdiv class=\"fy-faq-answer\"\u003e\n\u003cp\u003eYes. Your workshop includes standard materials for your selected piece, professional tools, instructor guidance and light refreshments.\u003c\/p\u003e\n\u003cp\u003eCertain premium materials and full-strand pearl necklace designs may require an additional upgrade.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I make more than one piece?\u003c\/summary\u003e\n\u003cdiv class=\"fy-faq-answer\"\u003e\n\u003cp\u003eYes. After your first $89 piece, additional eligible pieces are $45 each during the same workshop.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo you offer group discounts?\u003c\/summary\u003e\n\u003cdiv class=\"fy-faq-answer\"\u003e\n\u003cp\u003eYes. Groups of 4 or more receive $5 off per person.\u003c\/p\u003e\n\u003cp\u003ePrivate parties, birthdays, bachelorette gatherings, corporate workshops and team-building sessions are also available.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I book the studio for a private event?\u003c\/summary\u003e\n\u003cdiv class=\"fy-faq-answer\"\u003e\n\u003cp\u003eYes. Private bookings are available for celebrations, friend groups, corporate teams and other special occasions. Contact us with your preferred date, group size and event type.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow many people can attend?\u003c\/summary\u003e\n\u003cdiv class=\"fy-faq-answer\"\u003e\n\u003cp\u003eRegular workshop sessions accommodate up to 8 guests. Larger private groups may be possible with advance arrangements.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhere is the workshop?\u003c\/summary\u003e\n\u003cdiv class=\"fy-faq-answer\"\u003e\n\u003cp\u003eFindingYoYo Creative Studio is located at \u003cstrong\u003e222 Newbury Street, Boston, MA.\u003c\/strong\u003e Studio visits and workshops are by appointment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I book?\u003c\/summary\u003e\n\u003cdiv class=\"fy-faq-answer\"\u003e\n\u003cp\u003eSelect your preferred workshop date and time directly on this page, then complete checkout to confirm your reservation.\u003c\/p\u003e\n\u003cp\u003eYour workshop is confirmed once your booking and payment are complete.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow long does the workshop take?\u003c\/summary\u003e\n\u003cdiv class=\"fy-faq-answer\"\u003e\n\u003cp\u003eMost guests should plan for approximately 1–2 hours, depending on the design and number of pieces they choose to make. More detailed designs may take longer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan children attend?\u003c\/summary\u003e\n\u003cdiv class=\"fy-faq-answer\"\u003e\n\u003cp\u003eYounger guests are welcome when accompanied by an adult, provided they are comfortable working with small beads, jewelry tools and delicate materials.\u003c\/p\u003e\n\u003cp\u003eFor younger children or family-specific sessions, please contact us before booking.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat should I bring?\u003c\/summary\u003e\n\u003cdiv class=\"fy-faq-answer\"\u003e\n\u003cp\u003eNothing special. We provide the materials and tools. If you have an outfit, color palette or inspiration photo you would like to match, feel free to bring it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eCan I bring my own charm or keepsake?\u003c\/summary\u003e\n\u003cdiv class=\"fy-faq-answer\"\u003e\n\u003cp\u003eUsually, yes. If you have a sentimental charm, bead, pendant or small object you would like to incorporate, bring it with you. Your instructor can help determine whether it can safely be used.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- BOOKING \/ APPOINTO --\u003e\n\u003csection class=\"fy-section fy-booking\" id=\"book-workshop\"\u003e\n\u003cdiv class=\"fy-container\"\u003e\n\u003cdiv class=\"fy-booking-inner\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- POLICY --\u003e\n\u003csection class=\"fy-section\"\u003e\n\u003cdiv class=\"fy-container\"\u003e\n\u003cdiv class=\"fy-policy\"\u003e\n\u003ch3\u003eReschedule \u0026amp; Cancellation Policy\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eReschedule requests must be made at least \u003cstrong\u003e5 days before\u003c\/strong\u003e your scheduled workshop.\u003c\/li\u003e\n\u003cli\u003eCancellations made at least \u003cstrong\u003e5 days before\u003c\/strong\u003e the workshop are eligible for a refund.\u003c\/li\u003e\n\u003cli\u003eCancellations made within 5 days of the workshop are non-refundable.\u003c\/li\u003e\n\u003cli\u003eNo-shows are non-refundable.\u003c\/li\u003e\n\u003cli\u003ePrivate groups and special events may be subject to additional event-specific policies.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003c\/div\u003e","brand":"Findingyoyo","offers":[{"title":"Bracelet or Pendant or Earring \/ one piece","offer_id":51517750477142,"sku":null,"price":89.0,"currency_code":"EUR","in_stock":true},{"title":"Full trend Necklace","offer_id":54864922149206,"sku":null,"price":175.0,"currency_code":"EUR","in_stock":true},{"title":"Additional piece","offer_id":55282146967894,"sku":null,"price":55.0,"currency_code":"EUR","in_stock":true},{"title":"Group of 4 or up --- discounted price for 1 person","offer_id":55282147000662,"sku":null,"price":83.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0364\/2467\/9564\/files\/8AE436F8-8848-40F5-9BCB-FC56E5E9EBD1.jpg?v=1785811873","url":"https:\/\/www.findingyoyo.com\/products\/boston-pearl-jewelry-workshops-newbury-street","provider":"Findingyoyo","version":"1.0","type":"link"}