{"product_id":"stack-press-clay-flower-maker-set-for-kids","title":"Stack \u0026 Press Clay Flower Maker Set for Kids","description":"\u003cstyle\u003e  :root {    --ink:#23372f;    --green:#54745f;    --sage:#dce8d8;    --cream:#fff8ea;    --pink:#f9d8df;    --purple:#e8ddf6;    --yellow:#f7e7a6;    --white:#fff;    --shadow:0 16px 40px rgba(44,66,55,.12);  }  .clay-page,  .clay-page * {    box-sizing:border-box;  }  .clay-page {    width:100%;    max-width:100%;    margin:0;    overflow-x:hidden;    overflow-y:visible;    container-type:inline-size;    container-name:clay-product;    color:var(--ink);    font:16px\/1.55 Inter,ui-sans-serif,system-ui,-apple-system,    BlinkMacSystemFont,\"Segoe UI\",sans-serif;    background:var(--cream);  }  .clay-page img {    display:block;    width:100%;    height:auto;  }  \/* Prevent grid\/flex children from forcing horizontal overflow inside Shopify's narrow product-info column. *\/  .clay-page :where(    .clay-hero-grid,    .clay-split,    .clay-policy-bar,    .clay-pain-grid,    .clay-steps,    .clay-gallery,    .clay-gallery-side,    .clay-spec-grid  ) \u003e * {    min-width:0;  }  .clay-page :where(h1,h2,h3,p,span,strong,small,summary) {    overflow-wrap:anywhere;  }  .clay-wrap {    width:min(1120px,calc(100% - 36px));    max-width:100%;    margin-inline:auto;  }  .clay-pill {    display:inline-flex;    align-items:center;    gap:8px;    padding:8px 13px;    border-radius:999px;    background:#fff;    border:1px solid rgba(35,55,47,.12);    font-size:13px;    font-weight:800;    letter-spacing:.04em;    text-transform:uppercase;  }  .clay-page h1,  .clay-page h2,  .clay-page h3,  .clay-page p {    margin-top:0;  }  .clay-page h1 {    margin-bottom:20px;    font-size:clamp(38px,6vw,72px);    line-height:1.02;    letter-spacing:-.045em;  }  .clay-page h2 {    margin-bottom:16px;    font-size:clamp(30px,4vw,48px);    line-height:1.08;    letter-spacing:-.035em;  }  .clay-page h3 {    margin-bottom:9px;    font-size:22px;    line-height:1.2;  }  .clay-page p {    color:#506059;  }  .clay-lead {    max-width:620px;    font-size:clamp(18px,2vw,21px);  }  .clay-btn {    display:inline-flex;    justify-content:center;    align-items:center;    min-height:54px;    padding:0 26px;    border-radius:15px;    background:var(--ink);    color:#fff;    text-decoration:none;    font-weight:850;    box-shadow:0 10px 24px rgba(35,55,47,.2);  }  .clay-hero {    padding:18px 0 72px;    background:      radial-gradient(circle at 90% 12%,var(--purple),transparent 34%),      linear-gradient(135deg,var(--cream),#fdf1cd);  }  .clay-policy-bar {    display:grid;    grid-template-columns:repeat(3,1fr);    gap:1px;    margin:0 0 28px;    border:1px solid rgba(35,55,47,.12);    border-radius:20px;    overflow:hidden;    background:rgba(35,55,47,.12);    box-shadow:0 10px 30px rgba(44,66,55,.08);  }  .clay-policy-item {    display:flex;    align-items:center;    gap:12px;    padding:15px 18px;    background:rgba(255,255,255,.9);  }  .clay-policy-icon {    display:grid;    place-items:center;    flex:0 0 38px;    height:38px;    border-radius:12px;    background:var(--sage);    font-size:18px;  }  .clay-policy-item:nth-child(2) .clay-policy-icon {    background:var(--pink);  }  .clay-policy-item:nth-child(3) .clay-policy-icon {    background:var(--purple);  }  .clay-policy-item strong {    display:block;    font-size:14px;    line-height:1.2;  }  .clay-policy-item small {    display:block;    margin-top:3px;    color:#68756f;    font-size:12px;  }  .clay-hero-grid {    display:grid;    grid-template-columns:1.02fr .98fr;    gap:54px;    align-items:center;  }  .clay-hero-copy {    padding:28px 0;  }  .clay-hero-copy .clay-pill {    margin-bottom:20px;  }  .clay-hero-media {    position:relative;  }  .clay-hero-media:before {    content:\"\";    position:absolute;    inset:7% -5% -6% 8%;    border-radius:48px;    background:var(--pink);    transform:rotate(3deg);  }  .clay-hero-media img {    position:relative;    aspect-ratio:1\/1;    object-fit:cover;    border-radius:38px;    box-shadow:var(--shadow);  }  .clay-mini-benefits {    display:flex;    flex-wrap:wrap;    gap:12px;    margin:26px 0;  }  .clay-mini-benefits span {    padding:9px 12px;    border-radius:12px;    background:#ffffffa8;    font-size:14px;    font-weight:750;  }  .clay-page section {    padding:78px 0;  }  .clay-intro {    text-align:center;    background:var(--white);  }  .clay-intro p {    max-width:660px;    margin:0 auto 38px;  }  .clay-pain-grid {    display:grid;    grid-template-columns:repeat(3,1fr);    gap:18px;  }  .clay-pain-card {    padding:26px;    border:1px solid #f0e4c8;    border-radius:24px;    background:var(--cream);    text-align:left;  }  .clay-pain-card:nth-child(2) {    background:var(--sage);  }  .clay-pain-card:nth-child(3) {    background:var(--pink);  }  .clay-num {    display:grid;    place-items:center;    width:38px;    height:38px;    margin-bottom:18px;    border-radius:50%;    background:var(--ink);    color:white;    font-weight:900;  }  .clay-split {    display:grid;    grid-template-columns:1fr 1fr;    gap:58px;    align-items:center;  }  .clay-media-card {    padding:14px;    border-radius:30px;    background:white;    box-shadow:var(--shadow);  }  .clay-media-card img {    aspect-ratio:1\/1;    object-fit:cover;    border-radius:20px;  }  .clay-copy-list {    display:grid;    gap:16px;    margin:26px 0;  }  .clay-copy-item {    display:grid;    grid-template-columns:42px 1fr;    gap:12px;    align-items:start;  }  .clay-icon {    display:grid;    place-items:center;    width:42px;    height:42px;    border-radius:13px;    background:var(--white);    font-size:20px;  }  .clay-screenfree {    background:linear-gradient(135deg,var(--sage),#edf4e9);  }  .clay-together {    background:linear-gradient(135deg,var(--purple),#f5effd);  }  .clay-demo {    background:var(--ink);    color:white;  }  .clay-demo p {    color:#dbe5df;  }  .clay-demo .clay-pill {    color:var(--ink);    background:var(--cream);    border-color:transparent;  }  .clay-demo .clay-media-card {    background:#ffffff12;    box-shadow:none;  }  .clay-demo .clay-media-card img {    aspect-ratio:9\/12;    object-fit:cover;  }  .clay-steps {    display:grid;    grid-template-columns:repeat(3,1fr);    gap:16px;    margin-top:26px;  }  .clay-step {    padding:20px;    border:1px solid #ffffff18;    border-radius:19px;    background:#ffffff10;  }  .clay-step strong {    display:block;    margin-bottom:5px;    color:var(--yellow);  }  .clay-possibilities {    background:linear-gradient(145deg,#fff,var(--pink));  }  .clay-gallery {    display:grid;    grid-template-columns:1.15fr .85fr;    gap:18px;  }  .clay-gallery img {    height:100%;    object-fit:cover;    border-radius:28px;    box-shadow:var(--shadow);  }  .clay-gallery-side {    display:grid;    gap:18px;  }  .clay-gallery-side img {    aspect-ratio:1.5\/1;  }  .clay-details {    background:#fff;  }  .clay-spec-card {    padding:30px;    border-radius:28px;    background:linear-gradient(135deg,var(--cream),#fff);    box-shadow:var(--shadow);  }  .clay-spec-grid {    display:grid;    grid-template-columns:repeat(2,1fr);    gap:12px;  }  .clay-spec {    padding:15px;    border-radius:15px;    background:#fff;  }  .clay-spec small {    display:block;    color:#77827d;  }  .clay-note {    margin-top:18px;    padding:16px 18px;    border-radius:16px;    background:#f6f1ff;    color:#655a72;    font-size:14px;  }  .clay-faq {    background:var(--purple);  }  .clay-page details {    margin:11px 0;    padding:18px 20px;    border-radius:16px;    background:white;  }  .clay-page summary {    cursor:pointer;    font-weight:850;  }  .clay-page details p {    margin:12px 0 0;  }  .clay-final {    text-align:center;    background:      radial-gradient(circle at 12% 20%,var(--pink),transparent 30%),      radial-gradient(circle at 88% 70%,var(--sage),transparent 32%),      var(--cream);  }  .clay-final p {    max-width:560px;    margin:0 auto 24px;  }  .clay-footer {    padding:24px;    text-align:center;    background:var(--ink);    color:#d7e0db;    font-size:13px;  }  \/*    IMPORTANT:    This description often lives inside the RIGHT product-info column on Shopify.    The browser can be 1400px+ wide while this block itself is only ~500–700px.    Therefore responsiveness must follow THIS CONTAINER, not only viewport width.  *\/  @container clay-product (max-width:900px) {    .clay-wrap {      width:min(100% - 28px,720px);    }    .clay-page section {      padding:58px 0;    }    .clay-hero {      padding:16px 0 54px;    }    .clay-policy-bar {      grid-template-columns:1fr;      margin-bottom:22px;    }    .clay-policy-item {      padding:12px 14px;    }    .clay-policy-icon {      flex-basis:36px;      height:36px;    }    .clay-hero-grid,    .clay-split {      grid-template-columns:minmax(0,1fr);      gap:30px;    }    .clay-hero-copy {      padding:6px 0 0;    }    .clay-page h1 {      font-size:clamp(36px,8cqw,50px);      line-height:1.04;      letter-spacing:-.035em;    }    .clay-page h2 {      font-size:clamp(29px,6.2cqw,38px);      line-height:1.1;    }    .clay-lead {      max-width:none;      font-size:18px;    }    .clay-hero-media img {      border-radius:28px;    }    .clay-hero-media:before {      inset:5% -2% -4% 5%;      border-radius:32px;    }    .clay-pain-grid,    .clay-steps {      grid-template-columns:1fr;    }    .clay-gallery {      grid-template-columns:1fr;    }    .clay-gallery-side {      grid-template-columns:1fr 1fr;    }    .clay-gallery-side img {      aspect-ratio:1\/1;    }    .clay-spec-grid {      grid-template-columns:1fr 1fr;    }    .clay-media-card,    .clay-spec-card,    .clay-pain-card {      min-width:0;    }    .clay-mini-benefits {      gap:8px;    }    .clay-mini-benefits span {      font-size:13px;    }  }  @container clay-product (max-width:620px) {    .clay-wrap {      width:calc(100% - 24px);    }    .clay-page section {      padding:46px 0;    }    .clay-page h1 {      font-size:clamp(32px,10cqw,42px);    }    .clay-page h2 {      font-size:clamp(27px,8cqw,34px);    }    .clay-policy-item {      gap:10px;    }    .clay-gallery-side,    .clay-spec-grid {      grid-template-columns:1fr;    }    .clay-copy-item {      grid-template-columns:38px minmax(0,1fr);      gap:10px;    }    .clay-icon {      width:38px;      height:38px;      border-radius:11px;    }    .clay-pain-card {      padding:20px;    }    .clay-media-card {      padding:10px;      border-radius:22px;    }    .clay-media-card img {      border-radius:15px;    }    .clay-spec-card {      padding:20px;    }    .clay-btn {      width:100%;    }  }  \/*    Viewport fallback:    Covers older browsers or themes where container queries are unexpectedly unavailable.  *\/  @media(max-width:760px) {    .clay-wrap {      width:calc(100% - 24px);    }    .clay-policy-bar,    .clay-pain-grid,    .clay-steps,    .clay-spec-grid,    .clay-gallery {      grid-template-columns:1fr;    }    .clay-hero-grid,    .clay-split {      grid-template-columns:minmax(0,1fr);      gap:30px;    }    .clay-gallery-side {      grid-template-columns:1fr;    }    .clay-btn {      width:100%;    }  }\u003c\/style\u003e\u003cmain class=\"clay-page\"\u003e\u003cheader class=\"clay-hero\"\u003e\u003cdiv class=\"clay-wrap\"\u003e\n\u003cdiv class=\"clay-policy-bar\"\u003e\n\u003cdiv class=\"clay-policy-item\"\u003e\n\u003cspan class=\"clay-policy-icon\"\u003e↩\u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003e30-Day Returns\u003c\/strong\u003e \u003csmall\u003eShop with confidence\u003c\/small\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"clay-policy-item\"\u003e\n\u003cspan class=\"clay-policy-icon\"\u003e⌖\u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eTracked Shipping\u003c\/strong\u003e \u003csmall\u003eFollow your order\u003c\/small\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"clay-policy-item\"\u003e\n\u003cspan class=\"clay-policy-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eSecure Checkout\u003c\/strong\u003e \u003csmall\u003eProtected payment\u003c\/small\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"clay-hero-grid\"\u003e\n\u003cdiv class=\"clay-hero-copy\"\u003e\n\u003cspan class=\"clay-pill\"\u003e🌸 Screen-Free Creative Play\u003c\/span\u003e\u003ch1\u003eTurn ordinary play dough into endless blooms.\u003c\/h1\u003e\n\u003cp class=\"clay-lead\"\u003eStack the pattern tubes, add your favorite colors and press. Every layer reveals a new flower—and a new reason to keep creating.\u003c\/p\u003e\n\u003cdiv class=\"clay-mini-benefits\"\u003e\n\u003cspan\u003eEasy press-and-create\u003c\/span\u003e \u003cspan\u003eMix \u0026amp; match designs\u003c\/span\u003e \u003cspan\u003eMade for shared play\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"clay-hero-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0735\/3634\/0061\/files\/hero-lifestyle-clean.png?v=1789033329\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/header\u003e\u003csection class=\"clay-intro\"\u003e\u003cdiv class=\"clay-wrap\"\u003e\n\u003cspan class=\"clay-pill\"\u003eThe Problems Parents Feel First\u003c\/span\u003e\u003ch2\u003eMore than another five-minute toy.\u003c\/h2\u003e\n\u003cp\u003eThis activity tackles the biggest frustrations first: play dough that gets boring, too much screen time and crafts that need constant adult setup.\u003c\/p\u003e\n\u003cdiv class=\"clay-pain-grid\"\u003e\n\u003carticle class=\"clay-pain-card\"\u003e\u003cdiv class=\"clay-num\"\u003e1\u003c\/div\u003e\n\u003ch3\u003ePlay dough feels repetitive\u003c\/h3\u003e\n\u003cp\u003eInterchangeable pattern tubes turn the same clay into new petals, textures and layered designs.\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"clay-pain-card\"\u003e\u003cdiv class=\"clay-num\"\u003e2\u003c\/div\u003e\n\u003ch3\u003eScreens fill every quiet moment\u003c\/h3\u003e\n\u003cp\u003eA tactile activity gives busy hands something creative to do without another app or charger.\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"clay-pain-card\"\u003e\u003cdiv class=\"clay-num\"\u003e3\u003c\/div\u003e\n\u003ch3\u003eCraft projects get complicated\u003c\/h3\u003e\n\u003cp\u003eNo long instructions: load the colors, stack the tubes and press to reveal the result.\u003c\/p\u003e\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"clay-screenfree\"\u003e\u003cdiv class=\"clay-wrap clay-split\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"clay-pill\"\u003ePriority #1 · Never the Same Twice\u003c\/span\u003e\u003ch2\u003eMake old play dough exciting again.\u003c\/h2\u003e\n\u003cp class=\"clay-lead\"\u003eChange the tube order, color layers or flower center and the final design changes with it.\u003c\/p\u003e\n\u003cdiv class=\"clay-copy-list\"\u003e\n\u003cdiv class=\"clay-copy-item\"\u003e\n\u003cdiv class=\"clay-icon\"\u003e🎨\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eLayer colors cleanly\u003c\/h3\u003e\n\u003cp\u003ePlace colors in separate sections to create defined layers instead of one muddy mix.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"clay-copy-item\"\u003e\n\u003cdiv class=\"clay-icon\"\u003e↻\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMix, match, repeat\u003c\/h3\u003e\n\u003cp\u003eRearrange the pattern tubes and discover a fresh combination each time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"clay-media-card\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0735\/3634\/0061\/files\/modular-four-colors-clean.png?v=1789033326\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"clay-together\"\u003e\u003cdiv class=\"clay-wrap clay-split\"\u003e\n\u003cdiv class=\"clay-media-card\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0735\/3634\/0061\/files\/rainy-day-screen-free-clean.png?v=1789033329\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"clay-pill\"\u003ePriority #2 · Less Screen Time\u003c\/span\u003e\u003ch2\u003eA reason to put the tablet down.\u003c\/h2\u003e\n\u003cp class=\"clay-lead\"\u003eThe color choices, stacking and surprise reveal keep attention on hands-on creation.\u003c\/p\u003e\n\u003cdiv class=\"clay-copy-list\"\u003e\n\u003cdiv class=\"clay-copy-item\"\u003e\n\u003cdiv class=\"clay-icon\"\u003e🤝\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eCreate together\u003c\/h3\u003e\n\u003cp\u003eParents can help choose colors while kids stack, press and reveal the flower.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"clay-copy-item\"\u003e\n\u003cdiv class=\"clay-icon\"\u003e☔\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eReady for indoor days\u003c\/h3\u003e\n\u003cp\u003eA compact activity for weekends, playdates and rainy afternoons.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"clay-demo\"\u003e\u003cdiv class=\"clay-wrap clay-split\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"clay-pill\"\u003eSee It in Action\u003c\/span\u003e\u003ch2\u003eLoad. Stack. Press. Bloom.\u003c\/h2\u003e\n\u003cp class=\"clay-lead\"\u003eThe payoff happens in seconds—the petals emerge layer by layer before the finished flower is revealed.\u003c\/p\u003e\n\u003cdiv class=\"clay-steps\"\u003e\n\u003cdiv class=\"clay-step\"\u003e\n\u003cstrong\u003e01 · Load\u003c\/strong\u003e Add different clay colors.\u003c\/div\u003e\n\u003cdiv class=\"clay-step\"\u003e\n\u003cstrong\u003e02 · Stack\u003c\/strong\u003e Arrange your pattern tubes.\u003c\/div\u003e\n\u003cdiv class=\"clay-step\"\u003e\n\u003cstrong\u003e03 · Press\u003c\/strong\u003e Watch the design bloom.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"clay-media-card\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0735\/3634\/0061\/files\/how-it-works-clean.gif?v=1789033335\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"clay-possibilities\"\u003e\u003cdiv class=\"clay-wrap\"\u003e\n\u003cspan class=\"clay-pill\"\u003ePriority #3 · Creative Surprise\u003c\/span\u003e\u003ch2\u003eA different reveal every time.\u003c\/h2\u003e\n\u003cp class=\"clay-lead\"\u003eTry bold colors, soft pastels or a mixed bouquet. The process is just as satisfying as the finished creation.\u003c\/p\u003e\n\u003cdiv class=\"clay-gallery\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0735\/3634\/0061\/files\/finished-bouquet-clean.png?v=1789033325\" alt=\"\"\u003e\u003cbr\u003e\u003cdiv class=\"clay-gallery-side\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0735\/3634\/0061\/files\/parent-child-action-clean.png?v=1789033323\" alt=\"\"\u003e\u003cbr\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0735\/3634\/0061\/files\/four-colors-clean.png?v=1789033318\" alt=\"\"\u003e\u003cbr\u003e\u003cspan class=\"clay-pill\"\u003eChoose Your Set\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"clay-details\" id=\"choose\"\u003e\u003cdiv class=\"clay-wrap clay-split\"\u003e\n\u003cdiv\u003e\n\u003ch2\u003ePick a color and clay bundle.\u003c\/h2\u003e\n\u003cp class=\"clay-lead\"\u003eAvailable in four product colors: pink, green, blue and white.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"clay-spec-card\"\u003e\n\u003cdiv class=\"clay-spec-grid\"\u003e\n\u003cdiv class=\"clay-spec\"\u003e\n\u003csmall\u003eMaterial\u003c\/small\u003e \u003cstrong\u003ePLA\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"clay-spec\"\u003e\n\u003csmall\u003eProduct weight\u003c\/small\u003e \u003cstrong\u003eApprox. 120g\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"clay-spec\"\u003e\n\u003csmall\u003eOptions\u003c\/small\u003e \u003cstrong\u003eTool only \/ 12 colors \/ 24 colors\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"clay-spec\"\u003e\n\u003csmall\u003eBest for\u003c\/small\u003e \u003cstrong\u003eCreative parent-child activities\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"clay-note\"\u003ePlease confirm the selected clay bundle and age guidance before completing your purchase.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"clay-faq\"\u003e\u003cdiv class=\"clay-wrap\"\u003e\n\u003cspan class=\"clay-pill\"\u003eQuestions, Answered\u003c\/span\u003e\u003ch2\u003eBefore you start creating\u003c\/h2\u003e\n\u003cdetails open=\"\"\u003e\u003csummary\u003eIs play dough included?\u003c\/summary\u003e\u003cp\u003eChoose the tool-only option or a bundle with 12 or 24 clay colors.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow does it work?\u003c\/summary\u003e\u003cp\u003eAdd clay to the pattern tubes, arrange them on the base and press down to form layered petals and textures.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eCan the designs be changed?\u003c\/summary\u003e\u003cp\u003eYes. Change the color placement and tube order to create different combinations.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow should it be cleaned?\u003c\/summary\u003e\u003cp\u003eRemove leftover clay from the tool after each creative session.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"clay-final\"\u003e\u003cdiv class=\"clay-wrap\"\u003e\n\u003cspan class=\"clay-pill\"\u003eReady for a New Kind of Play?\u003c\/span\u003e\u003ch2\u003ePress play—without a screen.\u003c\/h2\u003e\n\u003cp\u003eTurn a simple afternoon into colorful flowers, shared laughs and something made by hand.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c\/main\u003e\u003cfooter class=\"clay-footer\"\u003eCreative play designed for colorful moments together.\u003c\/footer\u003e","brand":"mysite","offers":[{"title":"Sage Green \/ Deluxe Kit — 1 Maker + 24 Colors","offer_id":51648180027638,"sku":"NC03362609116943-橄榄绿-含橡皮泥24色","price":32.99,"currency_code":"USD","in_stock":true},{"title":"Sage Green \/ Family Duo — 2 Makers + 24 Colors(Free shipping）","offer_id":51648180060406,"sku":"NC03362609116943-橄榄绿-含橡皮泥12色*2","price":44.99,"currency_code":"USD","in_stock":true},{"title":"Sage Green \/ Creative Party Set — 4 Makers + 48 Colors(Free shipping）","offer_id":51648180093174,"sku":"NC03362609116943-橄榄绿-含橡皮泥12色*4","price":69.99,"currency_code":"USD","in_stock":true},{"title":"Sage Green \/ Starter Kit — 1 Maker + 12 Colors","offer_id":51648180125942,"sku":"NC03362609116943-橄榄绿-含橡皮泥12色","price":24.99,"currency_code":"USD","in_stock":true},{"title":"Sage Green \/ Maker Only — No Clay Included","offer_id":51648180158710,"sku":"NC03362609116943-橄榄绿-不含彩泥","price":16.99,"currency_code":"USD","in_stock":true},{"title":"Blush Pink \/ Deluxe Kit — 1 Maker + 24 Colors","offer_id":51648180191478,"sku":"NC03362609116943-粉色-含橡皮泥24色","price":32.99,"currency_code":"USD","in_stock":true},{"title":"Blush Pink \/ Family Duo — 2 Makers + 24 Colors(Free shipping）","offer_id":51648180224246,"sku":"NC03362609116943-粉色-含橡皮泥12色*2","price":44.99,"currency_code":"USD","in_stock":true},{"title":"Blush Pink \/ Creative Party Set — 4 Makers + 48 Colors(Free shipping）","offer_id":51648180257014,"sku":"NC03362609116943-粉色-含橡皮泥12色*4","price":69.99,"currency_code":"USD","in_stock":true},{"title":"Blush Pink \/ Starter Kit — 1 Maker + 12 Colors","offer_id":51648180289782,"sku":"NC03362609116943-粉色-含橡皮泥12色","price":24.99,"currency_code":"USD","in_stock":true},{"title":"Blush Pink \/ Maker Only — No Clay Included","offer_id":51648180322550,"sku":"NC03362609116943-粉色-不含彩泥","price":16.99,"currency_code":"USD","in_stock":true},{"title":"Classic White \/ Deluxe Kit — 1 Maker + 24 Colors","offer_id":51648180355318,"sku":"NC03362609116943-白色-含橡皮泥24色","price":32.99,"currency_code":"USD","in_stock":true},{"title":"Classic White \/ Family Duo — 2 Makers + 24 Colors(Free shipping）","offer_id":51648180388086,"sku":"NC03362609116943-白色-含橡皮泥12色*2","price":44.99,"currency_code":"USD","in_stock":true},{"title":"Classic White \/ Creative Party Set — 4 Makers + 48 Colors(Free shipping）","offer_id":51648180420854,"sku":"NC03362609116943-白色-含橡皮泥12色*4","price":69.99,"currency_code":"USD","in_stock":true},{"title":"Classic White \/ Starter Kit — 1 Maker + 12 Colors","offer_id":51648180453622,"sku":"NC03362609116943-白色-含橡皮泥12色","price":24.99,"currency_code":"USD","in_stock":true},{"title":"Classic White \/ Maker Only — No Clay Included","offer_id":51648180486390,"sku":"NC03362609116943-白色-不含彩泥","price":16.99,"currency_code":"USD","in_stock":true},{"title":"Ocean Blue \/ Deluxe Kit — 1 Maker + 24 Colors","offer_id":51648180519158,"sku":"NC03362609116943-蓝色-含橡皮泥24色","price":32.99,"currency_code":"USD","in_stock":true},{"title":"Ocean Blue \/ Family Duo — 2 Makers + 24 Colors(Free shipping）","offer_id":51648180551926,"sku":"NC03362609116943-蓝色-含橡皮泥12色*2","price":44.99,"currency_code":"USD","in_stock":true},{"title":"Ocean Blue \/ Creative Party Set — 4 Makers + 48 Colors(Free shipping）","offer_id":51648180584694,"sku":"NC03362609116943-蓝色-含橡皮泥12色*4","price":69.99,"currency_code":"USD","in_stock":true},{"title":"Ocean Blue \/ Starter Kit — 1 Maker + 12 Colors","offer_id":51648180617462,"sku":"NC03362609116943-蓝色-含橡皮泥12色","price":24.99,"currency_code":"USD","in_stock":true},{"title":"Ocean Blue \/ Maker Only — No Clay Included","offer_id":51648180650230,"sku":"NC03362609116943-蓝色-不含彩泥","price":16.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0824\/9186\/7382\/files\/ChatGPTImage2026_9_10_05_58_59_6.png?v=1789438089","url":"https:\/\/toppicksdeals.com\/products\/stack-press-clay-flower-maker-set-for-kids","provider":"我的商店","version":"1.0","type":"link"}