{"product_id":"three-little-ghosts-cutter-and-stamp","title":"Three Little Ghosts Cookie Cutter and Stamp","description":"\u003cstyle\u003e\n  .morphix-product-description {\n    --morphix-accent: #7a5658;\n    --morphix-text: #4a403d;\n    --morphix-border: #eaded7;\n    --morphix-card: #fcf8f5;\n    --morphix-item: #fffdfb;\n\n    color: var(--morphix-text);\n    font-family: inherit;\n    line-height: 1.65;\n    max-width: 100%;\n  }\n\n  .morphix-product-description * {\n    box-sizing: border-box;\n  }\n\n  .morphix-info-card {\n    background: var(--morphix-card);\n    border: 1px solid var(--morphix-border);\n    border-radius: 16px;\n    margin-bottom: 18px;\n    padding: 26px 24px;\n  }\n\n  .morphix-brand-label {\n    display: inline-block;\n    background: var(--morphix-accent);\n    border-radius: 999px;\n    color: #ffffff;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.5px;\n    line-height: 1;\n    margin-bottom: 16px;\n    padding: 10px 14px;\n    text-transform: uppercase;\n  }\n\n  .morphix-product-description h2 {\n    color: var(--morphix-accent);\n    font-size: 28px;\n    font-weight: 500;\n    line-height: 1.25;\n    margin: 0 0 12px;\n  }\n\n  .morphix-product-description h3 {\n    color: var(--morphix-accent);\n    font-size: 20px;\n    font-weight: 500;\n    line-height: 1.3;\n    margin: 0 0 16px;\n  }\n\n  .morphix-product-description p {\n    margin: 0;\n  }\n\n  .morphix-intro-text {\n    font-size: 17px;\n    line-height: 1.6;\n  }\n\n  .morphix-included-list {\n    display: grid;\n    gap: 10px;\n    margin: 0 0 16px;\n  }\n\n  .morphix-included-item {\n    align-items: center;\n    background: var(--morphix-item);\n    border-radius: 11px;\n    display: flex;\n    gap: 12px;\n    padding: 14px;\n  }\n\n  .morphix-checkmark {\n    color: var(--morphix-accent);\n    flex: 0 0 auto;\n    font-size: 21px;\n    line-height: 1;\n  }\n\n  .morphix-note {\n    font-size: 15px;\n    margin-top: 16px !important;\n  }\n\n  .morphix-note strong {\n    font-weight: 700;\n  }\n\n  .morphix-size-guide {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    margin-top: 4px;\n    text-align: center;\n  }\n\n  .morphix-size-option {\n    padding: 4px 20px;\n  }\n\n  .morphix-size-option + .morphix-size-option {\n    border-left: 1px solid var(--morphix-border);\n  }\n\n  .morphix-size-name {\n    color: var(--morphix-accent);\n    display: block;\n    font-size: 18px;\n    font-weight: 700;\n    margin-bottom: 5px;\n  }\n\n  .morphix-size-measurement {\n    display: block;\n    font-size: 16px;\n    white-space: nowrap;\n  }\n\n  .morphix-recommended {\n    color: var(--morphix-accent);\n    display: block;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.35px;\n    margin-top: 7px;\n    text-transform: uppercase;\n  }\n\n  .morphix-custom-card {\n    background: var(--morphix-accent);\n    border: 1px solid var(--morphix-accent);\n    border-radius: 16px;\n    color: #ffffff;\n    margin-bottom: 18px;\n    padding: 26px 24px;\n  }\n\n  .morphix-custom-card h3 {\n    color: #ffffff;\n    font-size: 20px;\n    font-weight: 600;\n    line-height: 1.3;\n    margin: 0 0 16px;\n  }\n\n  .morphix-custom-card p {\n    color: #ffffff;\n    font-size: 16px;\n    line-height: 1.6;\n    margin: 0 0 18px;\n  }\n\n  .morphix-contact-button {\n    background: #fffdfb;\n    border: 1px solid #fffdfb;\n    border-radius: 8px;\n    color: var(--morphix-accent);\n    display: inline-block;\n    font-size: 16px;\n    font-weight: 700;\n    line-height: 1;\n    padding: 14px 18px;\n    text-decoration: none;\n    transition: opacity 0.2s ease;\n  }\n\n  .morphix-contact-button:hover {\n    color: var(--morphix-accent);\n    opacity: 0.9;\n    text-decoration: none;\n  }\n\n  .morphix-detail-text + .morphix-detail-text {\n    margin-top: 12px;\n  }\n\n  .morphix-warning {\n    color: var(--morphix-accent);\n    font-weight: 700;\n    margin-top: 14px !important;\n  }\n\n  @media screen and (max-width: 749px) {\n    .morphix-info-card,\n    .morphix-custom-card {\n      padding: 22px;\n    }\n\n    .morphix-product-description h2 {\n      font-size: 25px;\n    }\n\n    .morphix-product-description h3,\n    .morphix-custom-card h3 {\n      font-size: 19px;\n    }\n\n    .morphix-intro-text {\n      font-size: 16px;\n    }\n\n    .morphix-custom-card p {\n      font-size: 15px;\n    }\n\n    .morphix-size-guide {\n      grid-template-columns: 1fr;\n    }\n\n    .morphix-size-option {\n      padding: 16px 8px;\n    }\n\n    .morphix-size-option:first-child {\n      padding-top: 4px;\n    }\n\n    .morphix-size-option:last-child {\n      padding-bottom: 4px;\n    }\n\n    .morphix-size-option + .morphix-size-option {\n      border-left: 0;\n      border-top: 1px solid var(--morphix-border);\n    }\n\n    .morphix-size-measurement {\n      white-space: normal;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"morphix-product-description\"\u003e\n\u003csection class=\"morphix-info-card\"\u003e\u003cspan class=\"morphix-brand-label\"\u003eMorphix Bake\u003c\/span\u003e \n\u003ch2\u003eBring three times the spooky fun to your Halloween baking\u003c\/h2\u003e\n\u003cp class=\"morphix-intro-text\"\u003eAdd a playful touch to your Halloween baking with this Three Little Ghosts cookie cutter and stamp. Featuring three friendly ghosts nestled together in a heart-shaped design, This easy-to-use two-piece set includes an outer cutter and a matching detail stamp, making it perfect for Halloween parties, trick-or-treat treats, gothic baking and seasonal gift boxes.\u003c\/p\u003e\n\u003cbr\u003e\u003c\/section\u003e\n\u003csection class=\"morphix-info-card\"\u003e\n\u003ch3\u003eWhat’s included\u003c\/h3\u003e\n\u003cbr\u003e\n\u003cdiv class=\"morphix-included-list\"\u003e\n\u003cdiv class=\"morphix-included-item\"\u003e\n\u003cspan class=\"morphix-checkmark\"\u003e✓\u003c\/span\u003e \u003cspan\u003e1 × outline cutter\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"morphix-included-item\"\u003e\n\u003cspan class=\"morphix-checkmark\"\u003e✓\u003c\/span\u003e \u003cspan\u003e1 × matching detail stamp\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"morphix-note\"\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e This is a physical product and not a digital STL file.\u003c\/p\u003e\n\u003cbr\u003e\u003c\/section\u003e\n\u003csection class=\"morphix-info-card\"\u003e\n\u003ch3\u003eAvailable sizes\u003c\/h3\u003e\n\u003cbr\u003e\n\u003cdiv class=\"morphix-size-guide\"\u003e\n\u003cdiv class=\"morphix-size-option\"\u003e\n\u003cspan class=\"morphix-size-name\"\u003eSmall\u003c\/span\u003e \u003cspan class=\"morphix-size-measurement\"\u003e7.5cm W × 8.5cm H\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"morphix-size-option\"\u003e\n\u003cspan class=\"morphix-size-name\"\u003eMedium\u003c\/span\u003e \u003cspan class=\"morphix-size-measurement\"\u003e9cm W × 10cm H\u003c\/span\u003e \u003cspan class=\"morphix-recommended\"\u003eRecommended size\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"morphix-size-option\"\u003e\n\u003cspan class=\"morphix-size-name\"\u003eLarge\u003c\/span\u003e \u003cspan class=\"morphix-size-measurement\"\u003e11cm W × 12cm H\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\u003c\/section\u003e\n\u003csection class=\"morphix-custom-card\"\u003e\n\u003ch3\u003eLooking for a custom size?\u003c\/h3\u003e\n\u003cbr\u003e\n\u003cp\u003eNeed this cutter in a different size? Contact us before ordering and we will be happy to discuss your requirements.\u003c\/p\u003e\n\u003ca class=\"morphix-contact-button\" href=\"\/pages\/contact\"\u003e Contact us \u003c\/a\u003e \u003c\/section\u003e\n\u003csection class=\"morphix-info-card\"\u003e\n\u003ch3\u003eMaterial\u003c\/h3\u003e\n\u003cbr\u003e\n\u003cp class=\"morphix-detail-text\"\u003eMade from PETG plastic using 3D-printing technology. As each piece is individually printed, very small layer lines or minor variations may be visible. These are a normal part of the manufacturing process and do not affect the cutter’s use.\u003c\/p\u003e\n\u003cp class=\"morphix-detail-text\"\u003eEvery cutter and stamp is carefully checked before dispatch.\u003c\/p\u003e\n\u003cbr\u003e\u003c\/section\u003e\n\u003csection class=\"morphix-info-card\"\u003e\n\u003ch3\u003eCare instructions\u003c\/h3\u003e\n\u003cbr\u003e\n\u003cp class=\"morphix-detail-text\"\u003eHand wash after use with mild washing-up liquid and lukewarm water (below 60°). Use a soft brush to clean detailed areas, rinse thoroughly and allow to dry completely.\u003c\/p\u003e\n\u003cp class=\"morphix-warning\"\u003eNot dishwasher safe. Keep away from ovens, microwaves and direct heat.\u003c\/p\u003e\n\u003cbr\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Morphix3D","offers":[{"title":"Small (7cm W x 8cm H)","offer_id":53782859481431,"sku":null,"price":3.99,"currency_code":"GBP","in_stock":true},{"title":"Medium (8.5cm W x 10cm H)","offer_id":53782859514199,"sku":null,"price":4.99,"currency_code":"GBP","in_stock":false},{"title":"Large (10cm H x 12cm W)","offer_id":53782859546967,"sku":null,"price":5.99,"currency_code":"GBP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0856\/2242\/3895\/files\/GhostTrio-01.png?v=1781449932","url":"https:\/\/morphix3d.com\/products\/three-little-ghosts-cutter-and-stamp","provider":"Morphix3D","version":"1.0","type":"link"}