{"product_id":"three-ring-cake-decorating-gun","title":"Three-Ring Cake Decorating Gun","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Manual Cake Decorating Icing Gun\nTarget Audience: Home baking enthusiasts, families, and dessert decorators\nVisual Style: Warm, clean, modern baking aesthetic with soft tones\nColor Strategy: Warm terracotta and cream background highlights, crisp charcoal body text\nModule Order: Hero -\u003e Features -\u003e Sizing Guide -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_2, Feature1=detail_3, Feature2=detail_5, Feature3=detail_4\nSpecification Data Source: spec_1, spec_2 (data extraction only; no specification image placeholder is rendered)\nCompare Section: Not included (insufficient data for comparison, standard SKU split utilized instead)\nInformation Boundary: Only verified facts from the product report and provided images are used. Clean distinctions are made between the Large (6 tips) and Small (5 tips) variations. No unverified facts or generic marketing buzzwords have been added.\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    --primary: #D4A373;\n    --primary-hover: #C59262;\n    --text-main: #1C1917;\n    --text-sub: #44403C;\n    --bg-body: #FAFAFA;\n    --bg-card: #FFFFFF;\n    --bg-soft: #F5EBE0;\n    --radius-md: 8px;\n    --radius-lg: 16px;\n    --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);\n    --shadow-lg: 0 10px 15px rgba(0,0,0,0.05);\n    --border-color: #E7E5E4;\n    \n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 5%;\n    box-sizing: border-box;\n    overflow-wrap: break-word;\n    word-break: break-word;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    background-color: var(--bg-body);\n  }\n\n  \/* Typography System *\/\n  .product-detail-container h1,\n  .product-detail-container .hero-title {\n    font-size: 22px !important;\n    line-height: 1.3 !important;\n    font-weight: 700;\n    margin: 0 0 12px 0;\n    color: var(--text-main);\n  }\n\n  .product-detail-container h2,\n  .product-detail-container h3,\n  .product-detail-container .section-title,\n  .product-detail-container .feature-title,\n  .product-detail-container .faq-question,\n  .product-detail-container .sizing-card-title {\n    font-size: 20px !important;\n    line-height: 1.4 !important;\n    font-weight: 600;\n    margin: 0 0 12px 0;\n    color: var(--text-main);\n  }\n\n  .product-detail-container p,\n  .product-detail-container span,\n  .product-detail-container li,\n  .product-detail-container td,\n  .product-detail-container th,\n  .product-detail-container .hero-subtitle,\n  .product-detail-container .trust-badge,\n  .product-detail-container .feature-desc,\n  .product-detail-container .feature-tag,\n  .product-detail-container .spec-value,\n  .product-detail-container .faq-answer,\n  .product-detail-container .sizing-card-desc {\n    font-size: 18px !important;\n    line-height: 1.6 !important;\n    color: var(--text-sub);\n    margin: 0;\n  }\n\n  \/* Spacing *\/\n  .product-detail-container section {\n    margin-bottom: clamp(2rem, 5vw, 4rem);\n    padding-top: clamp(1rem, 3vw, 2rem);\n  }\n\n  \/* Image Placeholders *\/\n  .product-detail-container .image-placeholder {\n    background-color: var(--bg-soft);\n    border: 2px dashed var(--border-color);\n    border-radius: var(--radius-lg);\n    padding: 60px 20px;\n    text-align: center;\n    font-weight: 500;\n    color: var(--text-sub);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 8px;\n    box-sizing: border-box;\n    min-height: 280px;\n    margin-bottom: 24px;\n  }\n\n  \/* Hero Section *\/\n  .product-detail-container .hero-section {\n    text-align: center;\n    padding: 32px 0;\n  }\n  .product-detail-container .trust-badge {\n    display: inline-block;\n    background-color: var(--bg-soft);\n    color: var(--text-main);\n    padding: 6px 16px;\n    border-radius: 50px;\n    font-weight: 600;\n    margin-bottom: 16px;\n  }\n  .product-detail-container .hero-subtitle {\n    max-width: 700px;\n    margin: 0 auto 32px auto;\n  }\n\n  \/* Feature Sections *\/\n  .product-detail-container .feature-item {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: clamp(2rem, 5vw, 4rem);\n    align-items: center;\n    margin-bottom: clamp(2rem, 5vw, 4rem);\n  }\n  .product-detail-container .feature-item:nth-child(even) {\n    direction: rtl;\n  }\n  .product-detail-container .feature-item:nth-child(even) .feature-copy {\n    direction: ltr;\n  }\n  .product-detail-container .feature-copy {\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n  .product-detail-container .tag-container {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 16px;\n  }\n  .product-detail-container .feature-tag {\n    background-color: var(--bg-soft);\n    border: 1px solid var(--border-color);\n    padding: 4px 12px;\n    border-radius: var(--radius-md);\n    font-weight: 500;\n  }\n\n  \/* Sizing Guide *\/\n  .product-detail-container .sizing-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 24px;\n    margin-top: 20px;\n  }\n  .product-detail-container .sizing-card {\n    background-color: var(--bg-card);\n    border: 1px solid var(--border-color);\n    border-radius: var(--radius-lg);\n    padding: 24px;\n    box-shadow: var(--shadow-sm);\n  }\n  .product-detail-container .sizing-card ul {\n    margin: 16px 0 0 0;\n    padding-left: 24px;\n  }\n  .product-detail-container .sizing-card li {\n    margin-bottom: 8px;\n  }\n\n  \/* Specifications Table *\/\n  .product-detail-container .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 20px;\n    background-color: var(--bg-card);\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n    box-shadow: var(--shadow-sm);\n  }\n  .product-detail-container .spec-table tr {\n    border-bottom: 1px solid var(--border-color);\n  }\n  .product-detail-container .spec-table tr:last-child {\n    border-bottom: none;\n  }\n  .product-detail-container .spec-table td {\n    padding: 16px 24px;\n    vertical-align: top;\n  }\n  .product-detail-container .spec-table td:first-child {\n    font-weight: 600;\n    width: 35%;\n    background-color: var(--bg-soft);\n    color: var(--text-main);\n  }\n\n  \/* FAQ Section *\/\n  .product-detail-container .faq-item {\n    background-color: var(--bg-card);\n    border: 1px solid var(--border-color);\n    border-radius: var(--radius-lg);\n    padding: 24px;\n    margin-bottom: 16px;\n    box-shadow: var(--shadow-sm);\n  }\n  .product-detail-container .faq-question {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 8px;\n  }\n\n  \/* Mobile Responsive Lock Rules *\/\n  @media (max-width: 767px) {\n    .product-detail-container {\n      padding: 0 4%;\n    }\n    \n    \/* Force Image First -\u003e Text Second *\/\n    .product-detail-container .feature-item {\n      grid-template-columns: 1fr;\n      gap: 20px;\n      direction: ltr !important;\n    }\n    .product-detail-container .feature-item .feature-media {\n      order: 1 !important;\n    }\n    .product-detail-container .feature-item .feature-copy {\n      order: 2 !important;\n      direction: ltr !important;\n    }\n\n    .product-detail-container .sizing-grid {\n      grid-template-columns: 1fr;\n    }\n\n    \/* Table Mobile Lock Styling *\/\n    .product-detail-container .spec-table,\n    .product-detail-container .spec-table tbody,\n    .product-detail-container .spec-table tr {\n      display: block;\n      width: 100%;\n      box-sizing: border-box;\n    }\n    .product-detail-container .spec-table td {\n      display: grid;\n      grid-template-columns: minmax(120px, 35%) minmax(0, 1fr);\n      gap: 14px;\n      width: 100%;\n      box-sizing: border-box;\n      padding: 14px 16px;\n      align-items: start;\n      white-space: normal;\n      overflow-wrap: anywhere;\n      word-break: break-word;\n    }\n    .product-detail-container .spec-table td:first-child {\n      display: none; \/* Hide standard desktop first-column cells on mobile *\/\n    }\n    .product-detail-container .spec-table td::before {\n      content: attr(data-label);\n      display: block;\n      min-width: 0;\n      font-size: 18px !important;\n      font-weight: 600;\n      line-height: 1.5 !important;\n      white-space: normal;\n      overflow-wrap: anywhere;\n      word-break: break-word;\n      color: var(--text-main);\n    }\n    .product-detail-container .spec-table .spec-value {\n      display: block;\n      min-width: 0;\n      max-width: 100%;\n      font-size: 18px !important;\n      line-height: 1.5 !important;\n      white-space: normal;\n      overflow-wrap: anywhere;\n      word-break: break-word;\n    }\n  }\n\n  @media (max-width: 420px) {\n    .product-detail-container .spec-table td {\n      grid-template-columns: 1fr;\n      gap: 6px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\u003cspan class=\"trust-badge\"\u003eFood-Grade Materials Only\u003c\/span\u003e\n\u003ch1 class=\"hero-title\"\u003ePrecise \u0026amp; Comfortable Cake Decorating\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eMaintain steady pressure and absolute control using an ergonomic three-ring syringe design, a fully transparent barrel, and interchangeable piping tips.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img69\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260907134406\/0c3cb423d2eccc9655422c59d105556e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"features-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img72\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260907134406\/d401a1a50b93e56f5b0feb0ee41960f5.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eThree-Ring Syringe Control\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eDual finger-support wings paired with a single-ring metal plunger rod give your hand optimal balance. Steadies your grip for detailed lettering, precise stars, or layered cream borders without causing hand fatigue.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"feature-tag\"\u003eErgonomic Grip\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eSteady Hand Control\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img73\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260907134406\/a8984412766fe1350cf744dcecd8e059.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eClear, High-Transparency Barrel\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eThe high-grade, fully transparent plastic body lets you check your filling levels instantly. Never guess how much icing is left inside, making refills predictable and seamless.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"feature-tag\"\u003eVisual Level Tracking\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eFood-Safe PP Barrel\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img78\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260907134406\/a1415c737201936801fbbf0f709246a4.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eSafe, Cordless Family Baking\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eDesigned purely for simple manual operation with no cords or electronic switches. It offers a safe, interactive decorating tool for family baking sessions and fun weekend projects with kids.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"feature-tag\"\u003eNo Cords Needed\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eFamily Friendly\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Size Options Guide --\u003e\n\n\u003csection class=\"sizing-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eSelect Your Decorating Size\u003c\/h2\u003e\n\n\u003cdiv class=\"sizing-grid\"\u003e\n\u003cdiv class=\"sizing-card\"\u003e\n\u003ch3 class=\"sizing-card-title\"\u003eLarge Decorating Gun\u003c\/h3\u003e\n\n\u003cp class=\"sizing-card-desc\"\u003eDesigned for handling high-volume frosting, large cakes, and family-sized baking projects.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003e\u003cspan class=\"spec-value\"\u003eIncludes 6 Stainless Steel Tips\u003c\/span\u003e\u003c\/li\u003e\n\t\u003cli\u003e\u003cspan class=\"spec-value\"\u003eLength: 22.5 cm (8.9 in)\u003c\/span\u003e\u003c\/li\u003e\n\t\u003cli\u003e\u003cspan class=\"spec-value\"\u003eWeight: 81 g (2.9 oz)\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sizing-card\"\u003e\n\u003ch3 class=\"sizing-card-title\"\u003eSmall Decorating Gun\u003c\/h3\u003e\n\n\u003cp class=\"sizing-card-desc\"\u003ePerfect for smaller hands, highly detailed script lettering, or quick dessert touch-ups.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003e\u003cspan class=\"spec-value\"\u003eIncludes 6 Stainless Steel Tips\u003c\/span\u003e\u003c\/li\u003e\n\t\u003cli\u003e\u003cspan class=\"spec-value\"\u003eLength: 18.5 cm (7.3 in)\u003c\/span\u003e\u003c\/li\u003e\n\t\u003cli\u003e\u003cspan class=\"spec-value\"\u003eWeight: 60 g (2.1 oz)\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Table (Strictly Text Only, No Image Placeholders) --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eMaterials\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Materials\"\u003e\u003cspan class=\"spec-value\"\u003eHigh-Transparency PP Plastic (Cylinder Barrel \u0026amp; Syringe Assembly) and Stainless Steel (Plunger Rod \u0026amp; Piping Tips)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eLarge Size Dimensions\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Large Size Dimensions\"\u003e\u003cspan class=\"spec-value\"\u003e22.5 cm × 6.6 cm × 4.5 cm (8.9 in × 2.6 in × 1.8 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eSmall Size Dimensions\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Small Size Dimensions\"\u003e\u003cspan class=\"spec-value\"\u003e18.5 cm × 6.6 cm × 4.5 cm (7.3 in × 2.6 in × 1.8 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eLarge Weight\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Large Weight\"\u003e\u003cspan class=\"spec-value\"\u003e81 g (2.9 oz) per set\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eSmall Weight\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Small Weight\"\u003e\u003cspan class=\"spec-value\"\u003e60 g (2.1 oz) per set\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003ePiping Tip Setup\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Piping Tip Setup\"\u003e\u003cspan class=\"spec-value\"\u003eLarge includes 6 interchangeable tips; Small includes 6 interchangeable tips\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 How do I clean the decorating gun and piping tips?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe entire structure is fully detachable. Unthread the bottom collar to remove the stainless steel tip, then unscrew the top cap to slide out the plunger rod and white PP piston for quick, straightforward hand washing.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 What is the difference between the Large and Small options?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe Large option is 22.5 cm long, weighs 81g, and comes with 6 stainless steel tips. The Small option is 18.5 cm long, weighs 60g, and comes with 6 stainless steel tips. Choose based on your typical frosting volume and grip comfort.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 Can I use this manual gun for dense cookie dough?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThis manual syringe is optimized for smooth, pushable baking mixtures such as buttercream frosting, whipped cream, custard, and light food purées. It is not recommended for heavy or stiff cookie doughs to ensure easy operation and avoid strain.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Small (7.3\" \/ 18.5 cm)","offer_id":58894613905568,"sku":"20260910-184658-6632","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Large (8.9\" \/ 22.5 cm)","offer_id":58894613938336,"sku":"20260910-184658-4998","price":12.95,"currency_code":"USD","in_stock":true},{"title":"⭐ Small + Large (Save 20%)","offer_id":58894613971104,"sku":"20260910-184658-1002","price":19.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0692\/7656\/5664\/files\/0c3cb423d2eccc9655422c59d105556e.jpg?v=1789037289","url":"https:\/\/cartivra.com\/products\/three-ring-cake-decorating-gun","provider":"Cartivra","version":"1.0","type":"link"}